>>> reg: Building testing/reg 0.16.1-r18 (using abuild 3.11.21-r0) started Fri, 13 Oct 2023 17:33:19 +0000 >>> reg: Checking sanity of /home/buildozer/aports/testing/reg/APKBUILD... >>> reg: Analyzing dependencies... >>> reg: Installing for build: build-base go (1/3) Installing binutils-gold (2.41-r0) (2/3) Installing go (1.21.3-r0) (3/3) Installing .makedepends-reg (20231013.173320) Executing busybox-1.36.1-r13.trigger OK: 558 MiB in 106 packages >>> reg: Cleaning up srcdir >>> reg: Cleaning up pkgdir >>> reg: Cleaning up tmpdir >>> reg: Fetching https://github.com/genuinetools/reg/archive/v0.16.1/reg-0.16.1.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 2740k 0 2740k 0 0 2681k 0 --:--:-- 0:00:01 --:--:-- 2681k 100 3086k 0 3086k 0 0 2820k 0 --:--:-- 0:00:01 --:--:-- 4810k >>> reg: Fetching https://github.com/genuinetools/reg/archive/v0.16.1/reg-0.16.1.tar.gz >>> reg: Checking sha512sums... reg-0.16.1.tar.gz: OK >>> reg: Unpacking /var/cache/distfiles/reg-0.16.1.tar.gz... go: downloading github.com/gorilla/mux v1.7.3 go: downloading github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749 go: downloading github.com/sirupsen/logrus v1.4.2 go: downloading github.com/genuinetools/pkg v0.0.0-20181022210355-2fcf164d37cb go: downloading github.com/mitchellh/go-wordwrap v1.0.0 go: downloading github.com/docker/docker v1.4.2-0.20190916154449-92cc603036dd go: downloading github.com/docker/distribution v2.7.1+incompatible go: downloading github.com/docker/cli v0.0.0-20190913211141-95327f4e6241 go: downloading github.com/coreos/clair v2.0.1-0.20190910143208-94150ab1f4ac+incompatible go: downloading google.golang.org/grpc v1.23.1 go: downloading github.com/peterhellberg/link v1.0.0 go: downloading github.com/opencontainers/go-digest v1.0.0-rc1 go: downloading golang.org/x/sys v0.0.0-20190507160741-ecd444e8653b go: downloading github.com/opencontainers/image-spec v1.0.1 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 go: downloading golang.org/x/net v0.0.0-20190311183353-d8887717615a go: downloading github.com/golang/protobuf v1.2.0 go: downloading google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 go: downloading golang.org/x/text v0.3.0 go: downloading github.com/pkg/errors v0.8.1 go: downloading github.com/docker/docker-credential-helpers v0.6.3 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.11.1 go: downloading github.com/deckarep/golang-set v1.7.1 go: downloading github.com/stretchr/testify v1.2.2 go: downloading github.com/fernet/fernet-go v0.0.0-20180830025343-9eac43b88a5e go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading github.com/pmezard/go-difflib v1.0.0 go: downloading github.com/docker/go-units v0.4.0 go: downloading github.com/opencontainers/runc v0.1.1 go: downloading github.com/containerd/containerd v1.2.9 go: downloading github.com/docker/go-connections v0.4.0 go: downloading github.com/gogo/protobuf v1.3.0 go: downloading github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c go: downloading github.com/google/go-cmp v0.3.1 ? github.com/genuinetools/reg/clair [no test files] ? github.com/genuinetools/reg/internal/binutils/static [no test files] ? github.com/genuinetools/reg/internal/binutils/templates [no test files] ? github.com/genuinetools/reg/testutils [no test files] ? github.com/genuinetools/reg/version [no test files] === RUN TestParseChallenge --- PASS: TestParseChallenge (0.00s) === RUN TestParseChallengePush --- PASS: TestParseChallengePush (0.00s) === RUN TestDigestFromDockerHub --- PASS: TestDigestFromDockerHub (1.47s) === RUN TestDigestFromGCR --- PASS: TestDigestFromGCR (0.12s) === RUN TestPingable --- PASS: TestPingable (0.00s) === RUN TestErrBasicAuth 2023/10/13 17:33:37 registry.ping url=http://127.0.0.1:42465/v2/ 2023/10/13 17:33:37 registry.token url=http://127.0.0.1:42465 --- PASS: TestErrBasicAuth (0.00s) === RUN TestBothTokenAndAccessTokenWork 2023/10/13 17:33:37 registry.ping url=http://127.0.0.1:33721/v2/ 2023/10/13 17:33:37 registry.token url=http://127.0.0.1:33721 2023/10/13 17:33:37 registry.ping url=http://127.0.0.1:33721/v2/ 2023/10/13 17:33:37 registry.token url=http://127.0.0.1:33721 --- PASS: TestBothTokenAndAccessTokenWork (0.00s) === RUN TestTokenTransportErrorHandling --- PASS: TestTokenTransportErrorHandling (0.00s) === RUN TestTokenTransportTokenDemandErr --- PASS: TestTokenTransportTokenDemandErr (0.00s) === RUN TestTokenTransportAuthLeak --- PASS: TestTokenTransportAuthLeak (0.00s) PASS ok github.com/genuinetools/reg/registry 1.601s === RUN TestGetAuthConfig No registry passed. Using registry "https://index.docker.io/v1/" --- PASS: TestGetAuthConfig (0.00s) === RUN TestGetRepoAndRef --- PASS: TestGetRepoAndRef (0.00s) PASS ok github.com/genuinetools/reg/repoutils 0.009s >>> reg: Entering fakeroot... >>> reg*: Running postcheck for reg >>> reg*: Preparing package reg... >>> reg*: Stripping binaries >>> reg*: Scanning shared objects >>> reg*: Tracing dependencies... so:libc.musl-aarch64.so.1 >>> reg*: Package size: 10.9 MB >>> reg*: Compressing data... >>> reg*: Create checksum... >>> reg*: Create reg-0.16.1-r18.apk >>> reg: Build complete at Fri, 13 Oct 2023 17:33:37 +0000 elapsed time 0h 0m 18s >>> reg: Cleaning up srcdir >>> reg: Cleaning up pkgdir >>> reg: Uninstalling dependencies... (1/3) Purging .makedepends-reg (20231013.173320) (2/3) Purging go (1.21.3-r0) (3/3) Purging binutils-gold (2.41-r0) Executing busybox-1.36.1-r13.trigger OK: 379 MiB in 103 packages >>> reg: Updating the testing/aarch64 repository index... >>> reg: Signing the index...