>>> prometheus: Building community/prometheus 2.53.4-r2 (using abuild 3.15.0_rc3-r3) started Wed, 14 May 2025 01:16:40 +0000 >>> prometheus: Validating /home/buildozer/aports/community/prometheus/APKBUILD... >>> WARNING: prometheus: Go packages require network connection to build. Maybe add 'net' to options >>> prometheus: Analyzing dependencies... >>> prometheus: Installing for build: build-base go npm bash (1/13) Installing binutils-gold (2.44-r0) (2/13) Installing go (1.24.3-r1) (3/13) Installing ca-certificates (20241121-r2) (4/13) Installing ada-libs (2.9.2-r3) (5/13) Installing icu-data-en (76.1-r0) Executing icu-data-en-76.1-r0.post-install * * If you need ICU with non-English locales and legacy charset support, install * package icu-data-full. * (6/13) Installing icu-libs (76.1-r0) (7/13) Installing simdjson (3.12.0-r0) (8/13) Installing simdutf (7.0.0-r1) (9/13) Installing sqlite-libs (3.49.2-r0) (10/13) Installing nodejs (22.13.1-r5) (11/13) Installing npm (11.3.0-r0) (12/13) Installing bash (5.2.37-r0) Executing bash-5.2.37-r0.post-install (13/13) Installing .makedepends-prometheus (20250514.011641) Executing busybox-1.37.0-r17.trigger Executing ca-certificates-20241121-r2.trigger OK: 579 MiB in 117 packages >>> prometheus: Cleaning up srcdir >>> prometheus: Cleaning up pkgdir >>> prometheus: Cleaning up tmpdir >>> prometheus: Fetching https://distfiles.alpinelinux.org/distfiles/edge/prometheus-2.53.4.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/edge/prometheus-2.53.4.tar.gz.part' prometheus-2.53.4.ta 100% |********************************| 6058k 0:00:00 ETA '/var/cache/distfiles/edge/prometheus-2.53.4.tar.gz.part' saved >>> prometheus: Fetching https://distfiles.alpinelinux.org/distfiles/edge/prometheus-2.53.4.tar.gz >>> prometheus: Checking sha512sums... prometheus-2.53.4.tar.gz: OK prometheus.initd: OK prometheus.confd: OK >>> prometheus: Unpacking /var/cache/distfiles/edge/prometheus-2.53.4.tar.gz... fatal: not a git repository (or any of the parent directories): .git cd web/ui && npm install npm warn Unknown builtin config "globalignorefile". This will stop working in the next major version of npm. npm warn Unknown builtin config "python". This will stop working in the next major version of npm. added 1606 packages, and audited 1610 packages in 30s 236 packages are looking for funding run `npm fund` for details 33 vulnerabilities (3 low, 15 moderate, 15 high) To address issues that do not require attention, run: npm audit fix To address all issues possible (including breaking changes), run: npm audit fix --force Some issues need review, and may require choosing a different dependency. Run `npm audit` for details. cd web/ui && CI="" npm run build npm warn Unknown builtin config "globalignorefile". This will stop working in the next major version of npm. npm warn Unknown builtin config "python". This will stop working in the next major version of npm. > prometheus-io@0.53.4 build > GENERATE_SOURCEMAP=false bash build_ui.sh --all build lezer-promql npm warn Unknown builtin config "globalignorefile". This will stop working in the next major version of npm. npm warn Unknown builtin config "python". This will stop working in the next major version of npm. npm warn Unknown env config "globalignorefile". This will stop working in the next major version of npm. npm warn Unknown env config "python". This will stop working in the next major version of npm. > @prometheus-io/lezer-promql@0.53.4 build > bash ./build.sh + npx lezer-generator src/promql.grammar -o src/parser npm warn Unknown builtin config "globalignorefile". This will stop working in the next major version of npm. npm warn Unknown builtin config "python". This will stop working in the next major version of npm. npm warn Unknown env config "globalignorefile". This will stop working in the next major version of npm. npm warn Unknown env config "python". This will stop working in the next major version of npm. Wrote src/parser.js and src/parser.terms.js + cat src/parser.terms.js + bash ./generate-types.sh + mkdir -p ./dist + indexFile=./dist/index.d.ts + [[ -f ./dist/index.d.ts ]] + cat ++ sed -E 's/ = [0-9]+/: number/' src/parser.terms.js + rollup -c  ./src/parser.js → ./dist/index.cjs, ./dist/index.es.js... created ./dist/index.cjs, ./dist/index.es.js in 71ms build codemirror-promql npm warn Unknown builtin config "globalignorefile". This will stop working in the next major version of npm. npm warn Unknown builtin config "python". This will stop working in the next major version of npm. npm warn Unknown env config "globalignorefile". This will stop working in the next major version of npm. npm warn Unknown env config "python". This will stop working in the next major version of npm. > @prometheus-io/codemirror-promql@0.53.4 build > npm run build:lib npm warn Unknown builtin config "globalignorefile". This will stop working in the next major version of npm. npm warn Unknown builtin config "python". This will stop working in the next major version of npm. npm warn Unknown env config "globalignorefile". This will stop working in the next major version of npm. npm warn Unknown env config "python". This will stop working in the next major version of npm. > @prometheus-io/codemirror-promql@0.53.4 build:lib > bash ./build.sh + tsc --module esnext --target es2018 --outDir dist/esm + tsc --module commonjs --target es5 --outDir dist/cjs --downlevelIteration build react-app npm warn Unknown builtin config "globalignorefile". This will stop working in the next major version of npm. npm warn Unknown builtin config "python". This will stop working in the next major version of npm. npm warn Unknown env config "globalignorefile". This will stop working in the next major version of npm. npm warn Unknown env config "python". This will stop working in the next major version of npm. > @prometheus-io/app@0.53.4 build > react-scripts build Creating an optimized production build... Browserslist: caniuse-lite is outdated. Please run: npx update-browserslist-db@latest Why you should do it regularly: https://github.com/browserslist/update-db#readme Browserslist: caniuse-lite is outdated. Please run: npx update-browserslist-db@latest Why you should do it regularly: https://github.com/browserslist/update-db#readme Compiled with warnings. [eslint] src/pages/graph/SeriesName.tsx Line 1:21: 'useContext' is defined but never used @typescript-eslint/no-unused-vars src/pages/status/Status.tsx Line 130:37: Expected '!==' and instead saw '!=' eqeqeq Line 133:6: React Hook useEffect has a missing dependency: 'setAnimateLogo'. Either include it or remove the dependency array. If 'setAnimateLogo' changes too often, find the parent component that defines it and wrap that definition in useCallback react-hooks/exhaustive-deps Search for the keywords to learn more about each warning. To ignore, add // eslint-disable-next-line to the line before. File sizes after gzip: 489.22 kB build/static/js/main.b9e603c4.js 54.21 kB build/static/css/main.e075b686.css 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. Find out more about deployment here: https://cra.link/deployment >> compressing assets scripts/compress_assets.sh go: downloading go.uber.org/atomic v1.11.0 go: downloading github.com/oklog/run v1.1.0 go: downloading github.com/simonpasquier/klog-gokit v0.3.0 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc go: downloading github.com/prometheus/common v0.54.0 go: downloading github.com/klauspost/compress v1.17.8 go: downloading github.com/prometheus/client_golang v1.19.1 go: downloading github.com/go-kit/log v0.2.1 go: downloading github.com/alecthomas/units v0.0.0-20231202071711-9a357b53e9c9 go: downloading go.uber.org/automaxprocs v1.5.3 go: downloading github.com/prometheus/client_model v0.6.1 go: downloading github.com/KimMachineGun/automemlimit v0.6.1 go: downloading github.com/simonpasquier/klog-gokit/v3 v3.3.0 go: downloading github.com/prometheus/exporter-toolkit v0.11.0 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/alecthomas/kingpin/v2 v2.4.0 go: downloading github.com/prometheus/common/sigv4 v0.1.0 go: downloading github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f go: downloading k8s.io/client-go v0.29.3 go: downloading go.opentelemetry.io/otel v1.27.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.27.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.27.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.27.0 go: downloading go.opentelemetry.io/otel/sdk v1.27.0 go: downloading go.opentelemetry.io/otel/trace v1.27.0 go: downloading google.golang.org/grpc v1.64.0 go: downloading github.com/stretchr/testify v1.9.0 go: downloading github.com/go-logfmt/logfmt v0.6.0 go: downloading golang.org/x/time v0.5.0 go: downloading golang.org/x/net v0.26.0 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.52.0 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.11.1 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.5.2 go: downloading github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v5 v5.7.0 go: downloading github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v4 v4.3.0 go: downloading github.com/Code-Hex/go-generics-cache v1.5.1 go: downloading github.com/hetznercloud/hcloud-go/v2 v2.9.0 go: downloading github.com/aws/aws-sdk-go v1.53.16 go: downloading github.com/fsnotify/fsnotify v1.7.0 go: downloading github.com/linode/linodego v1.35.0 go: downloading github.com/hashicorp/consul/api v1.29.1 go: downloading github.com/miekg/dns v1.1.59 go: downloading github.com/digitalocean/godo v1.117.0 go: downloading github.com/docker/docker v26.1.3+incompatible go: downloading github.com/hashicorp/nomad/api v0.0.0-20240604134157-e73d8bb1140d go: downloading github.com/google/uuid v1.6.0 go: downloading github.com/go-zookeeper/zk v1.0.3 go: downloading golang.org/x/sys v0.21.0 go: downloading github.com/dennwc/varint v1.0.0 go: downloading github.com/scaleway/scaleway-sdk-go v1.0.0-beta.27 go: downloading github.com/ionos-cloud/sdk-go/v6 v6.1.11 go: downloading github.com/gophercloud/gophercloud v1.12.0 go: downloading github.com/google/go-cmp v0.6.0 go: downloading go.uber.org/goleak v1.3.0 go: downloading github.com/go-openapi/strfmt v0.23.0 go: downloading github.com/prometheus/alertmanager v0.27.0 go: downloading github.com/golang/snappy v0.0.4 go: downloading github.com/ovh/go-ovh v1.5.1 go: downloading golang.org/x/sync v0.7.0 go: downloading github.com/cespare/xxhash/v2 v2.3.0 go: downloading github.com/envoyproxy/go-control-plane v0.12.0 go: downloading github.com/envoyproxy/protoc-gen-validate v1.0.4 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20240528184218-531527333157 go: downloading google.golang.org/protobuf v1.34.1 go: downloading github.com/json-iterator/go v1.1.12 go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading k8s.io/api v0.29.3 go: downloading k8s.io/apimachinery v0.29.3 go: downloading github.com/vultr/govultr/v2 v2.17.2 go: downloading github.com/prometheus/common/assets v0.2.0 go: downloading github.com/kolo/xmlrpc v0.0.0-20220921171641-a4b6fa1dd06b go: downloading github.com/edsrzf/mmap-go v1.1.0 go: downloading github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb go: downloading go.opentelemetry.io/collector/pdata v1.8.0 go: downloading golang.org/x/oauth2 v0.21.0 go: downloading google.golang.org/api v0.183.0 go: downloading github.com/oklog/ulid v1.3.1 go: downloading github.com/jpillora/backoff v1.0.0 go: downloading github.com/go-kit/kit v0.12.0 go: downloading github.com/xhit/go-str2duration/v2 v2.1.0 go: downloading golang.org/x/exp v0.0.0-20240119083558-1b970713d09a go: downloading github.com/containerd/cgroups/v3 v3.0.3 go: downloading github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 go: downloading github.com/coreos/go-systemd/v22 v22.5.0 go: downloading golang.org/x/crypto v0.24.0 go: downloading github.com/felixge/httpsnoop v1.0.4 go: downloading go.opentelemetry.io/otel/metric v1.27.0 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/go-resty/resty/v2 v2.13.1 go: downloading golang.org/x/text v0.16.0 go: downloading gopkg.in/ini.v1 v1.67.0 go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.6.0 go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 go: downloading github.com/julienschmidt/httprouter v1.3.0 go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 go: downloading github.com/gorilla/websocket v1.5.0 go: downloading github.com/go-openapi/errors v0.22.0 go: downloading github.com/hashicorp/cronexpr v1.1.2 go: downloading github.com/mitchellh/mapstructure v1.5.0 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 go: downloading go.mongodb.org/mongo-driver v1.14.0 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 go: downloading github.com/bboreham/go-loser v0.0.0-20230920113527-fcc2c21820a3 go: downloading go.opentelemetry.io/proto/otlp v1.2.0 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 go: downloading github.com/google/go-querystring v1.1.0 go: downloading github.com/hashicorp/go-retryablehttp v0.7.4 go: downloading github.com/hashicorp/go-hclog v1.5.0 go: downloading github.com/hashicorp/serf v0.10.1 go: downloading github.com/go-logr/logr v1.4.1 go: downloading go.opentelemetry.io/collector/semconv v0.101.0 go: downloading go.uber.org/multierr v1.11.0 go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/prometheus/procfs v0.12.0 go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: downloading github.com/modern-go/reflect2 v1.0.2 go: downloading cloud.google.com/go/compute/metadata v0.3.0 go: downloading github.com/cilium/ebpf v0.11.0 go: downloading github.com/opencontainers/runtime-spec v1.0.2 go: downloading github.com/godbus/dbus/v5 v5.0.4 go: downloading github.com/docker/go-units v0.5.0 go: downloading github.com/sirupsen/logrus v1.9.3 go: downloading github.com/cenkalti/backoff/v4 v4.3.0 go: downloading github.com/go-logr/stdr v1.2.2 go: downloading github.com/go-openapi/swag v0.22.9 go: downloading github.com/go-openapi/validate v0.23.0 go: downloading github.com/hashicorp/errwrap v1.1.0 go: downloading github.com/kylelemons/godebug v1.1.0 go: downloading github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c go: downloading github.com/golang-jwt/jwt/v5 v5.2.1 go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 go: downloading github.com/mattn/go-isatty v0.0.20 go: downloading github.com/fatih/color v1.16.0 go: downloading k8s.io/utils v0.0.0-20230726121419-3b25d923346b go: downloading github.com/google/gofuzz v1.2.0 go: downloading gopkg.in/inf.v0 v0.9.1 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.4.1 go: downloading sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd go: downloading github.com/mailru/easyjson v0.7.7 go: downloading github.com/golang/protobuf v1.5.4 go: downloading github.com/imdario/mergo v0.3.16 go: downloading github.com/google/gnostic-models v0.6.8 go: downloading github.com/spf13/pflag v1.0.5 go: downloading golang.org/x/term v0.21.0 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading github.com/docker/go-connections v0.4.0 go: downloading github.com/moby/docker-image-spec v1.3.1 go: downloading github.com/armon/go-metrics v0.4.1 go: downloading github.com/opencontainers/go-digest v1.0.0 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/opencontainers/image-spec v1.0.2 go: downloading github.com/distribution/reference v0.5.0 go: downloading github.com/josharian/intern v1.0.0 go: downloading k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 go: downloading sigs.k8s.io/yaml v1.3.0 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 go: downloading github.com/go-openapi/analysis v0.22.2 go: downloading github.com/go-openapi/spec v0.20.14 go: downloading github.com/go-openapi/loads v0.21.5 go: downloading github.com/go-openapi/jsonpointer v0.20.2 go: downloading github.com/hashicorp/golang-lru v0.6.0 go: downloading github.com/cncf/xds/go v0.0.0-20240318125728-8a4994d93e50 go: downloading github.com/go-openapi/jsonreference v0.20.4 go: downloading github.com/emicklei/go-restful/v3 v3.11.0 go: downloading cloud.google.com/go/auth v0.5.1 go: downloading github.com/google/s2a-go v0.1.7 go: downloading cloud.google.com/go/auth/oauth2adapt v0.2.2 go: downloading go.opencensus.io v0.24.0 go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.2 go: downloading github.com/googleapis/gax-go/v2 v2.12.4 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da go: downloading github.com/jmespath/go-jmespath v0.4.0 go: downloading github.com/google/pprof v0.0.0-20240528025155-186aa0362fba go: downloading github.com/nsf/jsondiff v0.0.0-20230430225905-43f6cf3098c1 >>> prometheus: Entering fakeroot... >>> prometheus-openrc*: Running split function openrc... 'etc/conf.d' -> '/home/buildozer/aports/community/prometheus/pkg/prometheus-openrc/etc/conf.d' 'etc/init.d' -> '/home/buildozer/aports/community/prometheus/pkg/prometheus-openrc/etc/init.d' >>> prometheus-openrc*: Preparing subpackage prometheus-openrc... >>> prometheus-openrc*: Running postcheck for prometheus-openrc >>> prometheus*: Running postcheck for prometheus >>> prometheus*: Preparing package prometheus... >>> prometheus*: Stripping binaries >>> prometheus*: Script found. /bin/sh added as a dependency for prometheus-2.53.4-r2.apk >>> prometheus*: Adding .pre-install >>> prometheus-openrc*: Scanning shared objects >>> prometheus*: Scanning shared objects >>> prometheus-openrc*: Tracing dependencies... >>> prometheus-openrc*: Package size: 1.0 KB >>> prometheus-openrc*: Compressing data... >>> prometheus-openrc*: Create checksum... >>> prometheus-openrc*: Create prometheus-openrc-2.53.4-r2.apk >>> prometheus*: Tracing dependencies... /bin/sh so:libc.musl-armhf.so.1 >>> prometheus*: Package size: 182.4 MB >>> prometheus*: Compressing data... >>> prometheus*: Create checksum... >>> prometheus*: Create prometheus-2.53.4-r2.apk >>> prometheus: Build complete at Wed, 14 May 2025 01:19:47 +0000 elapsed time 0h 3m 7s >>> prometheus: Cleaning up srcdir >>> prometheus: Cleaning up pkgdir >>> prometheus: Uninstalling dependencies... (1/13) Purging .makedepends-prometheus (20250514.011641) (2/13) Purging go (1.24.3-r1) (3/13) Purging binutils-gold (2.44-r0) (4/13) Purging npm (11.3.0-r0) (5/13) Purging nodejs (22.13.1-r5) (6/13) Purging ca-certificates (20241121-r2) Executing ca-certificates-20241121-r2.post-deinstall (7/13) Purging bash (5.2.37-r0) Executing bash-5.2.37-r0.pre-deinstall (8/13) Purging ada-libs (2.9.2-r3) (9/13) Purging icu-libs (76.1-r0) (10/13) Purging simdjson (3.12.0-r0) (11/13) Purging simdutf (7.0.0-r1) (12/13) Purging sqlite-libs (3.49.2-r0) (13/13) Purging icu-data-en (76.1-r0) Executing busybox-1.37.0-r17.trigger OK: 323 MiB in 104 packages >>> prometheus: Updating the community/armhf repository index... >>> prometheus: Signing the index...