>>> ntfy: Building testing/ntfy 2.2.0-r0 (using abuild 3.10.0-r0) started Tue, 28 Mar 2023 18:02:35 +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/35) Installing go (1.20.2-r1) (2/35) Installing icu-data-en (72.1-r2) Executing icu-data-en-72.1-r2.post-install * * If you need ICU with non-English locales and legacy charset support, install * package icu-data-full. * (3/35) Installing icu-libs (72.1-r2) (4/35) Installing nodejs (18.15.0-r0) (5/35) Installing npm (9.6.2-r0) (6/35) Installing libbz2 (1.0.8-r4) (7/35) Installing gdbm (1.23-r0) (8/35) Installing mpdecimal (2.5.1-r1) (9/35) Installing libpanelw (6.4_p20230311-r0) (10/35) Installing readline (8.2.1-r0) (11/35) Installing sqlite-libs (3.41.2-r1) (12/35) Installing python3 (3.11.2-r0) (13/35) Installing py3-click (8.1.3-r1) (14/35) Installing py3-six (1.16.0-r5) (15/35) Installing py3-dateutil (2.8.2-r2) (16/35) Installing py3-ghp-import (2.1.0-r1) (17/35) Installing py3-zipp (3.15.0-r0) (18/35) Installing py3-importlib-metadata (5.2.0-r0) (19/35) Installing py3-markupsafe (2.1.2-r0) (20/35) Installing py3-jinja2 (3.1.2-r1) (21/35) Installing py3-markdown (3.4.3-r0) (22/35) Installing py3-mergedeep (1.3.4-r2) (23/35) Installing py3-parsing (3.0.9-r1) (24/35) Installing py3-packaging (23.0-r1) (25/35) Installing yaml (0.2.5-r0) (26/35) Installing py3-yaml (6.0-r1) (27/35) Installing py3-pyyaml-env-tag (0.1-r2) (28/35) Installing py3-typing-extensions (4.5.0-r0) (29/35) Installing py3-watchdog (2.2.1-r0) (30/35) Installing mkdocs (1.4.2-r0) (31/35) Installing mkdocs-material-extensions (1.1.1-r0) (32/35) Installing py3-pygments (2.14.0-r0) (33/35) Installing py3-pymdown-extensions (9.9.2-r0) (34/35) Installing mkdocs-material (9.1.1-r0) (35/35) Installing .makedepends-ntfy (20230328.180239) Executing busybox-1.36.0-r5.trigger OK: 1364 MiB in 136 packages >>> ntfy: Cleaning up srcdir >>> ntfy: Cleaning up pkgdir >>> ntfy: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ntfy-2.2.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 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> ntfy: Fetching ntfy-2.2.0.tar.gz::https://github.com/binwiederhier/ntfy/archive/refs/tags/v2.2.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 100 13051 0 13051 0 0 15914 0 --:--:-- --:--:-- --:--:-- 15914 100 12.7M 0 12.7M 0 0 8353k 0 --:--:-- 0:00:01 --:--:-- 17.1M >>> ntfy: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ntfy-2.2.0.tar.gz >>> ntfy: Checking sha512sums... ntfy-2.2.0.tar.gz: OK ntfy.initd: OK ntfy.confd: OK >>> ntfy: Unpacking /var/cache/distfiles/ntfy-2.2.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 rollup-plugin-terser@7.0.2: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser npm WARN deprecated w3c-hr-time@1.0.2: Use your platform's native performance.now() and performance.timeOrigin. npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead npm WARN deprecated svgo@1.3.2: This SVGO version is no longer supported. Upgrade to v2.x.x. added 1482 packages, and audited 1483 packages in 2m 241 packages are looking for funding run `npm fund` for details 6 high severity vulnerabilities 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: 313.32 kB build/static/js/main.b9f0b776.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.25.0 go: downloading github.com/stripe/stripe-go/v74 v74.12.0 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading golang.org/x/crypto v0.7.0 go: downloading github.com/mattn/go-sqlite3 v1.14.16 go: downloading github.com/olebedev/when v0.0.0-20221205223600-4d190b02b8d8 go: downloading github.com/gabriel-vasile/mimetype v1.4.2 go: downloading golang.org/x/time v0.3.0 go: downloading golang.org/x/term v0.6.0 go: downloading firebase.google.com/go/v4 v4.10.0 go: downloading golang.org/x/sync v0.1.0 go: downloading github.com/emersion/go-smtp v0.16.0 go: downloading google.golang.org/api v0.114.0 go: downloading github.com/gorilla/websocket v1.5.0 go: downloading github.com/prometheus/client_golang v1.14.0 go: downloading golang.org/x/sys v0.6.0 go: downloading github.com/emersion/go-sasl v0.0.0-20220912192320-0145f2c60ead go: downloading github.com/prometheus/common v0.42.0 go: downloading github.com/prometheus/client_model v0.3.0 go: downloading google.golang.org/protobuf v1.30.0 go: downloading github.com/golang/protobuf v1.5.3 go: downloading github.com/cespare/xxhash/v2 v2.2.0 go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/prometheus/procfs v0.9.0 go: downloading cloud.google.com/go/firestore v1.9.0 go: downloading github.com/golang-jwt/jwt/v4 v4.5.0 go: downloading github.com/MicahParks/keyfunc v1.9.0 go: downloading cloud.google.com/go/storage v1.30.0 go: downloading golang.org/x/oauth2 v0.6.0 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/AlekSi/pointer v1.2.0 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4 go: downloading cloud.google.com/go v0.110.0 go: downloading github.com/googleapis/gax-go/v2 v2.8.0 go: downloading cloud.google.com/go/iam v0.13.0 go: downloading golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 go: downloading google.golang.org/grpc v1.53.0 go: downloading google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 go: downloading go.opencensus.io v0.24.0 go: downloading cloud.google.com/go/compute/metadata v0.2.3 go: downloading github.com/google/uuid v1.3.0 go: downloading cloud.google.com/go/compute v1.18.0 go: downloading github.com/BurntSushi/toml v1.2.1 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da go: downloading github.com/russross/blackfriday/v2 v2.1.0 go: downloading golang.org/x/net v0.8.0 go: downloading golang.org/x/text v0.8.0 go: downloading cloud.google.com/go/longrunning v0.4.1 go: downloading github.com/googleapis/enterprise-certificate-proxy v0.2.3 go: downloading github.com/google/go-cmp v0.5.9 >>> 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-2.2.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-2.2.0-r0.apk >>> ntfy*: Tracing dependencies... >>> ntfy*: Package size: 27.6 MB >>> ntfy*: Compressing data... >>> ntfy*: Create checksum... >>> ntfy*: Create ntfy-2.2.0-r0.apk >>> ntfy: Build complete at Tue, 28 Mar 2023 18:20:36 +0000 elapsed time 0h 18m 1s >>> ntfy: Cleaning up srcdir >>> ntfy: Cleaning up pkgdir >>> ntfy: Uninstalling dependencies... (1/35) Purging .makedepends-ntfy (20230328.180239) (2/35) Purging go (1.20.2-r1) (3/35) Purging npm (9.6.2-r0) (4/35) Purging mkdocs-material (9.1.1-r0) (5/35) Purging mkdocs (1.4.2-r0) (6/35) Purging py3-click (8.1.3-r1) (7/35) Purging py3-ghp-import (2.1.0-r1) (8/35) Purging py3-dateutil (2.8.2-r2) (9/35) Purging py3-six (1.16.0-r5) (10/35) Purging py3-importlib-metadata (5.2.0-r0) (11/35) Purging py3-zipp (3.15.0-r0) (12/35) Purging py3-mergedeep (1.3.4-r2) (13/35) Purging py3-packaging (23.0-r1) (14/35) Purging py3-parsing (3.0.9-r1) (15/35) Purging py3-pyyaml-env-tag (0.1-r2) (16/35) Purging py3-typing-extensions (4.5.0-r0) (17/35) Purging py3-watchdog (2.2.1-r0) (18/35) Purging py3-yaml (6.0-r1) (19/35) Purging mkdocs-material-extensions (1.1.1-r0) (20/35) Purging py3-jinja2 (3.1.2-r1) (21/35) Purging py3-markupsafe (2.1.2-r0) (22/35) Purging py3-pygments (2.14.0-r0) (23/35) Purging py3-pymdown-extensions (9.9.2-r0) (24/35) Purging py3-markdown (3.4.3-r0) (25/35) Purging python3 (3.11.2-r0) (26/35) Purging nodejs (18.15.0-r0) (27/35) Purging icu-libs (72.1-r2) (28/35) Purging icu-data-en (72.1-r2) (29/35) Purging libbz2 (1.0.8-r4) (30/35) Purging gdbm (1.23-r0) (31/35) Purging mpdecimal (2.5.1-r1) (32/35) Purging libpanelw (6.4_p20230311-r0) (33/35) Purging readline (8.2.1-r0) (34/35) Purging sqlite-libs (3.41.2-r1) (35/35) Purging yaml (0.2.5-r0) Executing busybox-1.36.0-r5.trigger OK: 998 MiB in 101 packages >>> ntfy: Updating the testing/riscv64 repository index... >>> ntfy: Signing the index...