>>> ntfy: Building testing/ntfy 2.6.2-r0 (using abuild 3.11.21-r0) started Tue, 18 Jul 2023 01:07:40 +0000 >>> ntfy: Checking sanity of /home/buildozer/aports/testing/ntfy/APKBUILD... >>> ntfy: Analyzing dependencies... >>> ntfy: Installing for build: build-base go nodejs npm mkdocs mkdocs-material sqlite-dev (1/55) Installing go (1.20.6-r0) (2/55) Installing icu-data-en (73.2-r2) Executing icu-data-en-73.2-r2.post-install * * If you need ICU with non-English locales and legacy charset support, install * package icu-data-full. * (3/55) Installing icu-libs (73.2-r2) (4/55) Installing nodejs (18.16.1-r0) (5/55) Installing npm (9.8.0-r0) (6/55) Installing libbz2 (1.0.8-r6) (7/55) Installing gdbm (1.23-r1) (8/55) Installing mpdecimal (2.5.1-r2) (9/55) Installing libpanelw (6.4_p20230715-r0) (10/55) Installing readline (8.2.1-r2) (11/55) Installing sqlite-libs (3.42.0-r2) (12/55) Installing python3 (3.11.4-r1) (13/55) Installing python3-pycache-pyc0 (3.11.4-r1) (14/55) Installing pyc (0.1-r0) (15/55) Installing py3-click-pyc (8.1.5-r0) (16/55) Installing py3-six (1.16.0-r6) (17/55) Installing py3-six-pyc (1.16.0-r6) (18/55) Installing py3-dateutil (2.8.2-r3) (19/55) Installing py3-dateutil-pyc (2.8.2-r3) (20/55) Installing py3-ghp-import (2.1.0-r2) (21/55) Installing py3-ghp-import-pyc (2.1.0-r2) (22/55) Installing py3-markupsafe (2.1.3-r0) (23/55) Installing py3-markupsafe-pyc (2.1.3-r0) (24/55) Installing py3-jinja2 (3.1.2-r2) (25/55) Installing py3-jinja2-pyc (3.1.2-r2) (26/55) Installing py3-markdown (3.4.3-r1) (27/55) Installing py3-markdown-pyc (3.4.3-r1) (28/55) Installing py3-mergedeep (1.3.4-r3) (29/55) Installing py3-mergedeep-pyc (1.3.4-r3) (30/55) Installing py3-parsing (3.1.0-r0) (31/55) Installing py3-parsing-pyc (3.1.0-r0) (32/55) Installing py3-packaging (23.1-r1) (33/55) Installing py3-packaging-pyc (23.1-r1) (34/55) Installing yaml (0.2.5-r2) (35/55) Installing py3-yaml (6.0-r3) (36/55) Installing py3-yaml-pyc (6.0-r3) (37/55) Installing py3-pyyaml-env-tag (0.1-r3) (38/55) Installing py3-pyyaml-env-tag-pyc (0.1-r3) (39/55) Installing py3-watchdog (3.0.0-r0) (40/55) Installing py3-watchdog-pyc (3.0.0-r0) (41/55) Installing mkdocs-pyc (1.4.3-r0) (42/55) Installing python3-pyc (3.11.4-r1) (43/55) Installing py3-click (8.1.5-r0) (44/55) Installing mkdocs (1.4.3-r0) (45/55) Installing mkdocs-material-extensions (1.1.1-r1) (46/55) Installing mkdocs-material-extensions-pyc (1.1.1-r1) (47/55) Installing py3-pygments (2.15.1-r0) (48/55) Installing py3-pygments-pyc (2.15.1-r0) (49/55) Installing py3-pymdown-extensions (9.10-r1) (50/55) Installing py3-pymdown-extensions-pyc (9.10-r1) (51/55) Installing mkdocs-material (9.1.16-r0) (52/55) Installing mkdocs-material-pyc (9.1.16-r0) (53/55) Installing sqlite (3.42.0-r2) (54/55) Installing sqlite-dev (3.42.0-r2) (55/55) Installing .makedepends-ntfy (20230718.010747) Executing busybox-1.36.1-r3.trigger OK: 1265 MiB in 163 packages >>> ntfy: Cleaning up srcdir >>> ntfy: Cleaning up pkgdir >>> ntfy: Cleaning up tmpdir >>> ntfy: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ntfy-2.6.2.tar.gz >>> ntfy: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ntfy-2.6.2.tar.gz >>> ntfy: Checking sha512sums... ntfy-2.6.2.tar.gz: OK ntfy.initd: OK ntfy.confd: OK >>> ntfy: Unpacking /var/cache/distfiles/ntfy-2.6.2.tar.gz... fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git cd web && npm install npm WARN deprecated rollup-plugin-terser@7.0.2: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead npm WARN deprecated workbox-cacheable-response@6.6.0: workbox-background-sync@6.6.0 added 540 packages, and audited 541 packages in 1m 106 packages are looking for funding run `npm fund` for details 1 moderate severity vulnerability To address all issues, run: npm audit fix Run `npm audit` for details. # If this fails for .svg files, optimize them with svgo cd web \ && npm run build \ && mv build/index.html build/app.html \ && rm -rf ../server/site \ && mv build ../server/site \ && rm \ ../server/site/config.js > ntfy@1.0.0 build > vite build file:///home/buildozer/aports/testing/ntfy/src/ntfy-2.6.2/web/node_modules/vite/dist/node/chunks/dep-e8f070e8.js:9 import esbuild, { transform as transform$2, formatMessages, build as build$3 } from 'esbuild'; ^^^^^ SyntaxError: Named export 'build' not found. The requested module 'esbuild' is a CommonJS module, which may not support all module.exports as named exports. CommonJS modules can always be imported via the default export, for example using: import pkg from 'esbuild'; const { transform: transform$2, formatMessages, build: build$3 } = pkg; at ModuleJob._instantiate (node:internal/modules/esm/module_job:124:21) at async ModuleJob.run (node:internal/modules/esm/module_job:190:5) Node.js v18.16.1 make: *** [Makefile:139: web-build] Error 1 >>> ERROR: ntfy: build failed >>> ntfy: Uninstalling dependencies... (1/55) Purging .makedepends-ntfy (20230718.010747) (2/55) Purging go (1.20.6-r0) (3/55) Purging npm (9.8.0-r0) (4/55) Purging mkdocs-material-pyc (9.1.16-r0) (5/55) Purging mkdocs-material (9.1.16-r0) (6/55) Purging mkdocs-pyc (1.4.3-r0) (7/55) Purging mkdocs (1.4.3-r0) (8/55) Purging py3-click-pyc (8.1.5-r0) (9/55) Purging py3-click (8.1.5-r0) (10/55) Purging py3-ghp-import-pyc (2.1.0-r2) (11/55) Purging py3-ghp-import (2.1.0-r2) (12/55) Purging py3-dateutil-pyc (2.8.2-r3) (13/55) Purging py3-dateutil (2.8.2-r3) (14/55) Purging py3-six-pyc (1.16.0-r6) (15/55) Purging py3-six (1.16.0-r6) (16/55) Purging py3-mergedeep-pyc (1.3.4-r3) (17/55) Purging py3-mergedeep (1.3.4-r3) (18/55) Purging py3-packaging-pyc (23.1-r1) (19/55) Purging py3-packaging (23.1-r1) (20/55) Purging py3-parsing-pyc (3.1.0-r0) (21/55) Purging py3-parsing (3.1.0-r0) (22/55) Purging py3-pyyaml-env-tag-pyc (0.1-r3) (23/55) Purging py3-pyyaml-env-tag (0.1-r3) (24/55) Purging py3-watchdog-pyc (3.0.0-r0) (25/55) Purging py3-watchdog (3.0.0-r0) (26/55) Purging py3-yaml-pyc (6.0-r3) (27/55) Purging py3-yaml (6.0-r3) (28/55) Purging mkdocs-material-extensions-pyc (1.1.1-r1) (29/55) Purging mkdocs-material-extensions (1.1.1-r1) (30/55) Purging py3-jinja2-pyc (3.1.2-r2) (31/55) Purging py3-jinja2 (3.1.2-r2) (32/55) Purging py3-markupsafe-pyc (2.1.3-r0) (33/55) Purging py3-markupsafe (2.1.3-r0) (34/55) Purging py3-pygments-pyc (2.15.1-r0) (35/55) Purging py3-pygments (2.15.1-r0) (36/55) Purging py3-pymdown-extensions-pyc (9.10-r1) (37/55) Purging py3-pymdown-extensions (9.10-r1) (38/55) Purging py3-markdown-pyc (3.4.3-r1) (39/55) Purging py3-markdown (3.4.3-r1) (40/55) Purging sqlite-dev (3.42.0-r2) (41/55) Purging sqlite (3.42.0-r2) (42/55) Purging nodejs (18.16.1-r0) (43/55) Purging python3-pyc (3.11.4-r1) (44/55) Purging python3-pycache-pyc0 (3.11.4-r1) (45/55) Purging pyc (0.1-r0) (46/55) Purging yaml (0.2.5-r2) (47/55) Purging python3 (3.11.4-r1) (48/55) Purging gdbm (1.23-r1) (49/55) Purging icu-libs (73.2-r2) (50/55) Purging icu-data-en (73.2-r2) (51/55) Purging libbz2 (1.0.8-r6) (52/55) Purging libpanelw (6.4_p20230715-r0) (53/55) Purging mpdecimal (2.5.1-r2) (54/55) Purging readline (8.2.1-r2) (55/55) Purging sqlite-libs (3.42.0-r2) Executing busybox-1.36.1-r3.trigger OK: 914 MiB in 108 packages