>>> ntfy: Building testing/ntfy 1.28.0-r0 (using abuild 3.10.0_rc1-r2) started Wed, 02 Nov 2022 10:36:06 +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 (1/43) Installing go (1.19.3-r0) (2/43) Installing icu-data-en (72.1-r1) Executing icu-data-en-72.1-r1.post-install * * If you need ICU with non-English locales and legacy charset support, install * package icu-data-full. * (3/43) Installing icu-libs (72.1-r1) (4/43) Installing nodejs (16.18.0-r1) (5/43) Installing npm (9.0.1-r0) (6/43) Installing libbz2 (1.0.8-r3) (7/43) Installing libffi (3.4.4-r0) (8/43) Installing gdbm (1.23-r0) (9/43) Installing xz-libs (5.2.7-r0) (10/43) Installing mpdecimal (2.5.1-r1) (11/43) Installing readline (8.2.0-r0) (12/43) Installing sqlite-libs (3.39.4-r0) (13/43) Installing python3 (3.10.8-r3) (14/43) Installing py3-click (8.1.3-r0) (15/43) Installing py3-six (1.16.0-r3) (16/43) Installing py3-dateutil (2.8.2-r1) (17/43) Installing py3-ghp-import (2.1.0-r0) (18/43) Installing py3-typing-extensions (4.4.0-r0) (19/43) Installing py3-pydantic (1.9.1-r0) (20/43) Installing py3-inflect (6.0.0-r0) (21/43) Installing py3-more-itertools (9.0.0-r0) (22/43) Installing py3-jaraco.itertools (6.2.1-r0) (23/43) Installing py3-func-timeout (4.3.5-r2) (24/43) Installing py3-zipp (3.5.0-r2) (25/43) Installing py3-importlib-metadata (5.0.0-r0) (26/43) Installing py3-markupsafe (2.1.1-r1) (27/43) Installing py3-jinja2 (3.1.2-r0) (28/43) Installing py3-markdown (3.4.1-r0) (29/43) Installing py3-mergedeep (1.3.4-r1) (30/43) Installing py3-parsing (3.0.9-r0) (31/43) Installing py3-packaging (21.3-r2) (32/43) Installing yaml (0.2.5-r0) (33/43) Installing py3-yaml (6.0-r0) (34/43) Installing py3-pyyaml-env-tag (0.1-r1) (35/43) Installing py3-pathtools (0.1.2-r8) (36/43) Installing py3-argh (0.26.2-r7) (37/43) Installing py3-watchdog (2.1.9-r0) (38/43) Installing mkdocs (1.4.0-r0) (39/43) Installing mkdocs-material-extensions (1.0.3-r0) (40/43) Installing py3-pygments (2.13.0-r0) (41/43) Installing py3-pymdown-extensions (8.2-r1) (42/43) Installing mkdocs-material (8.5.7-r0) (43/43) Installing .makedepends-ntfy (20221102.103609) Executing busybox-1.35.0-r27.trigger OK: 851 MiB in 139 packages >>> ntfy: Cleaning up srcdir >>> ntfy: Cleaning up pkgdir >>> ntfy: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ntfy-1.28.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> ntfy: Fetching ntfy-1.28.0.tar.gz::https://github.com/binwiederhier/ntfy/archive/refs/tags/v1.28.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13049 0 13049 0 0 8216 0 --:--:-- 0:00:01 --:--:-- 8216 100 12.2M 0 12.2M 0 0 5384k 0 --:--:-- 0:00:02 --:--:-- 16.5M >>> ntfy: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ntfy-1.28.0.tar.gz >>> ntfy: Checking sha512sums... ntfy-1.28.0.tar.gz: OK ntfy.initd: OK ntfy.confd: OK >>> ntfy: Unpacking /var/cache/distfiles/ntfy-1.28.0.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 stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility npm WARN deprecated svgo@1.3.2: This SVGO version is no longer supported. Upgrade to v2.x.x. added 1452 packages, and audited 1453 packages in 1m 220 packages are looking for funding run `npm fund` for details 8 high severity vulnerabilities To address issues that do not require attention, run: npm audit fix To address all issues (including breaking changes), run: npm audit fix --force 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 \ ../server/site/asset-manifest.json > ntfy@1.0.0 build > react-scripts build Creating an optimized production build... Compiled successfully. File sizes after gzip: 279.33 kB build/static/js/main.04a41eb3.js The project was built assuming it is hosted at /. You can control this with the homepage field in your package.json. The build folder is ready to be deployed. You may serve it with a static server: npm install -g serve serve -s build Find out more about deployment here: https://cra.link/deployment go: downloading github.com/urfave/cli/v2 v2.16.3 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/mattn/go-sqlite3 v1.14.15 go: downloading golang.org/x/crypto v0.0.0-20220926161630-eccd6366d1be go: downloading golang.org/x/term v0.0.0-20220919170432-7a66f970e087 go: downloading github.com/olebedev/when v0.0.0-20211212231525-59bd4edcf9d6 go: downloading github.com/gabriel-vasile/mimetype v1.4.1 go: downloading golang.org/x/time v0.0.0-20220922220347-f3bd1da661af go: downloading github.com/gorilla/websocket v1.5.0 go: downloading github.com/emersion/go-smtp v0.15.0 go: downloading google.golang.org/api v0.97.0 go: downloading firebase.google.com/go/v4 v4.8.0 go: downloading golang.org/x/sync v0.0.0-20220923202941-7f9b1623fab7 go: downloading golang.org/x/sys v0.0.0-20220926163933-8cfa568d3c25 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/AlekSi/pointer v1.2.0 go: downloading cloud.google.com/go/firestore v1.6.1 go: downloading cloud.google.com/go/storage v1.27.0 go: downloading golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1 go: downloading github.com/emersion/go-sasl v0.0.0-20220912192320-0145f2c60ead go: downloading golang.org/x/net v0.0.0-20220927155233-aa73b2587036 go: downloading cloud.google.com/go v0.104.0 go: downloading github.com/golang/protobuf v1.5.2 go: downloading google.golang.org/genproto v0.0.0-20220927151529-dcaddaf36704 go: downloading cloud.google.com/go/compute v1.10.0 go: downloading github.com/googleapis/gax-go/v2 v2.5.1 go: downloading cloud.google.com/go/iam v0.4.0 go: downloading go.opencensus.io v0.23.0 go: downloading golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 go: downloading google.golang.org/grpc v1.49.0 go: downloading google.golang.org/protobuf v1.28.1 go: downloading github.com/google/uuid v1.3.0 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/BurntSushi/toml v1.2.0 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2 go: downloading github.com/russross/blackfriday/v2 v2.1.0 go: downloading golang.org/x/text v0.3.7 go: downloading github.com/google/go-cmp v0.5.9 go: downloading github.com/googleapis/enterprise-certificate-proxy v0.1.0 >>> ntfy: Entering fakeroot... >>> ntfy-openrc*: Running split function openrc... >>> ntfy-openrc*: Preparing subpackage ntfy-openrc... >>> ntfy-openrc*: Running postcheck for ntfy-openrc >>> ntfy*: Running postcheck for ntfy >>> ntfy*: Preparing package ntfy... >>> ntfy*: Stripping binaries >>> ntfy*: Script found. /bin/sh added as a dependency for ntfy-1.28.0-r0.apk >>> ntfy*: Adding .pre-install >>> ntfy-openrc*: Scanning shared objects >>> ntfy*: Scanning shared objects >>> ntfy-openrc*: Tracing dependencies... >>> ntfy-openrc*: Package size: 24.0 KB >>> ntfy-openrc*: Compressing data... >>> ntfy-openrc*: Create checksum... >>> ntfy-openrc*: Create ntfy-openrc-1.28.0-r0.apk >>> ntfy*: Tracing dependencies... >>> ntfy*: Package size: 24.4 MB >>> ntfy*: Compressing data... >>> ntfy*: Create checksum... >>> ntfy*: Create ntfy-1.28.0-r0.apk >>> ntfy: Build complete at Wed, 02 Nov 2022 11:00:49 +0000 elapsed time 0h 24m 43s >>> ntfy: Cleaning up srcdir >>> ntfy: Cleaning up pkgdir >>> ntfy: Uninstalling dependencies... (1/43) Purging .makedepends-ntfy (20221102.103609) (2/43) Purging go (1.19.3-r0) (3/43) Purging npm (9.0.1-r0) (4/43) Purging mkdocs-material (8.5.7-r0) (5/43) Purging mkdocs (1.4.0-r0) (6/43) Purging py3-click (8.1.3-r0) (7/43) Purging py3-ghp-import (2.1.0-r0) (8/43) Purging py3-dateutil (2.8.2-r1) (9/43) Purging py3-six (1.16.0-r3) (10/43) Purging py3-importlib-metadata (5.0.0-r0) (11/43) Purging py3-zipp (3.5.0-r2) (12/43) Purging py3-jaraco.itertools (6.2.1-r0) (13/43) Purging py3-inflect (6.0.0-r0) (14/43) Purging py3-pydantic (1.9.1-r0) (15/43) Purging py3-more-itertools (9.0.0-r0) (16/43) Purging py3-func-timeout (4.3.5-r2) (17/43) Purging py3-mergedeep (1.3.4-r1) (18/43) Purging py3-packaging (21.3-r2) (19/43) Purging py3-parsing (3.0.9-r0) (20/43) Purging py3-pyyaml-env-tag (0.1-r1) (21/43) Purging py3-typing-extensions (4.4.0-r0) (22/43) Purging py3-watchdog (2.1.9-r0) (23/43) Purging py3-pathtools (0.1.2-r8) (24/43) Purging py3-argh (0.26.2-r7) (25/43) Purging py3-yaml (6.0-r0) (26/43) Purging mkdocs-material-extensions (1.0.3-r0) (27/43) Purging py3-jinja2 (3.1.2-r0) (28/43) Purging py3-markupsafe (2.1.1-r1) (29/43) Purging py3-pygments (2.13.0-r0) (30/43) Purging py3-pymdown-extensions (8.2-r1) (31/43) Purging py3-markdown (3.4.1-r0) (32/43) Purging python3 (3.10.8-r3) (33/43) Purging nodejs (16.18.0-r1) (34/43) Purging icu-libs (72.1-r1) (35/43) Purging icu-data-en (72.1-r1) (36/43) Purging libbz2 (1.0.8-r3) (37/43) Purging libffi (3.4.4-r0) (38/43) Purging gdbm (1.23-r0) (39/43) Purging xz-libs (5.2.7-r0) (40/43) Purging mpdecimal (2.5.1-r1) (41/43) Purging readline (8.2.0-r0) (42/43) Purging sqlite-libs (3.39.4-r0) (43/43) Purging yaml (0.2.5-r0) Executing busybox-1.35.0-r27.trigger OK: 270 MiB in 96 packages >>> ntfy: Updating the testing/riscv64 repository index... >>> ntfy: Signing the index...