>>> ntfy: Building testing/ntfy 1.27.2-r1 (using abuild 3.10.0_rc1-r2) started Fri, 07 Oct 2022 02:18:52 +0000 >>> ntfy: Checking sanity of /home/buildozer/aports/testing/ntfy/APKBUILD... >>> ntfy: Analyzing dependencies... >>> ntfy: Installing for build: build-base go nodejs npm (1/6) Installing go (1.19.1-r2) (2/6) Installing icu-data-en (71.1-r4) Executing icu-data-en-71.1-r4.post-install * * If you need ICU with non-English locales and legacy charset support, install * package icu-data-full. * (3/6) Installing icu-libs (71.1-r4) (4/6) Installing nodejs (16.17.0-r0) (5/6) Installing npm (8.19.1-r0) (6/6) Installing .makedepends-ntfy (20221007.021857) Executing busybox-1.35.0-r27.trigger OK: 749 MiB in 102 packages >>> ntfy: Cleaning up srcdir >>> ntfy: Cleaning up pkgdir >>> ntfy: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ntfy-1.27.2.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 12.1M 100 12.1M 0 0 10.2M 0 0:00:01 0:00:01 --:--:-- 10.5M >>> ntfy: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ntfy-1.27.2.tar.gz >>> ntfy: Checking sha512sums... ntfy-1.27.2.tar.gz: OK version.patch: OK ntfy.initd: OK ntfy.confd: OK >>> ntfy: Unpacking /var/cache/distfiles/ntfy-1.27.2.tar.gz... >>> ntfy: version.patch patching file Makefile 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 2m 202 packages are looking for funding run `npm fund` for details 7 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: 275.58 kB build/static/js/main.115efdf8.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 mkdir -p server/docs server/site touch server/docs/index.html server/site/app.html fatal: not a git repository (or any of the parent directories): .git # This is a target to build the CLI (including the server) manually. # Use this for development, if you really don't want to install GoReleaser ... mkdir -p dist/ntfy_linux_server server/docs CGO_ENABLED=1 go build \ -o dist/ntfy_linux_server/ntfy \ -tags sqlite_omit_load_extension,osusergo,netgo \ -ldflags \ "-linkmode=external -extldflags=-static -s -w -X main.version=1.27.2 -X main.commit= -X main.date=1665109768" go: downloading github.com/urfave/cli/v2 v2.10.2 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/mattn/go-sqlite3 v1.14.13 go: downloading golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d go: downloading github.com/olebedev/when v0.0.0-20211212231525-59bd4edcf9d6 go: downloading github.com/gabriel-vasile/mimetype v1.4.0 go: downloading golang.org/x/time v0.0.0-20220609170525-579cf78fd858 go: downloading golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 go: downloading firebase.google.com/go/v4 v4.8.0 go: downloading github.com/gorilla/websocket v1.5.0 go: downloading golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f go: downloading github.com/emersion/go-smtp v0.15.0 go: downloading google.golang.org/api v0.85.0 go: downloading golang.org/x/sys v0.0.0-20220622161953-175b2fd9d664 go: downloading github.com/emersion/go-sasl v0.0.0-20211008083017-0b9dcfb154ac 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 golang.org/x/oauth2 v0.0.0-20220622183110-fd043fe589d2 go: downloading cloud.google.com/go/storage v1.23.0 go: downloading golang.org/x/net v0.0.0-20220622184535-263ec571b305 go: downloading cloud.google.com/go v0.102.1 go: downloading github.com/golang/protobuf v1.5.2 go: downloading google.golang.org/genproto v0.0.0-20220623142657-077d458a5694 go: downloading cloud.google.com/go/iam v0.3.0 go: downloading google.golang.org/grpc v1.47.0 go: downloading github.com/google/uuid v1.3.0 go: downloading github.com/googleapis/gax-go/v2 v2.4.0 go: downloading cloud.google.com/go/compute v1.7.0 go: downloading github.com/googleapis/go-type-adapters v1.0.0 go: downloading go.opencensus.io v0.23.0 go: downloading golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f go: downloading google.golang.org/protobuf v1.28.0 go: downloading github.com/BurntSushi/toml v1.1.0 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2 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/text v0.3.7 go: downloading github.com/googleapis/enterprise-certificate-proxy v0.1.0 go: downloading github.com/google/go-cmp v0.5.8 >>> 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.27.2-r1.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.27.2-r1.apk >>> ntfy*: Tracing dependencies... >>> ntfy*: Package size: 24.2 MB >>> ntfy*: Compressing data... >>> ntfy*: Create checksum... >>> ntfy*: Create ntfy-1.27.2-r1.apk >>> ntfy: Build complete at Fri, 07 Oct 2022 02:42:58 +0000 elapsed time 0h 24m 6s >>> ntfy: Cleaning up srcdir >>> ntfy: Cleaning up pkgdir >>> ntfy: Uninstalling dependencies... (1/6) Purging .makedepends-ntfy (20221007.021857) (2/6) Purging go (1.19.1-r2) (3/6) Purging npm (8.19.1-r0) (4/6) Purging nodejs (16.17.0-r0) (5/6) Purging icu-libs (71.1-r4) (6/6) Purging icu-data-en (71.1-r4) Executing busybox-1.35.0-r27.trigger OK: 298 MiB in 96 packages >>> ntfy: Updating the testing/riscv64 repository index... >>> ntfy: Signing the index...