Resubmission of build #269
| view log » | |
| keygen | view log » |
| version | view log » |
| cacher | view log » |
| cache_restore | view log » |
| build | view log » |
| cache_save | view log » |
| publish | view log » |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 |
[#271] 2026/08/05 10:54:00 Running build on srht-build-1.lab.local [#271] 2026/08/05 10:54:00 Booting image alpine/edge (default) on port 22370 Waiting for VM to come up... ssh: connect to host localhost port 22370: Connection refused Attempt 1... kex_exchange_identification: read: Connection reset by peer Connection reset by 127.0.0.1 port 22370 Attempt 2... Warning: Permanently added '[localhost]:22370' (ED25519) to the list of known hosts. Warning: Permanently added '[localhost]:22370' (ED25519) to the list of known hosts. [#271] 2026/08/05 10:54:10 preconfigure: ok [#271] 2026/08/05 10:54:10 Waiting for guest to settle [#271] 2026/08/05 10:54:10 Sending tasks [#271] 2026/08/05 10:54:12 Sending build environment [#271] 2026/08/05 10:54:12 Sending secrets [#271] 2026/08/05 10:54:12 Resolving secret apk-ci-s3 [#271] 2026/08/05 10:54:12 Resolving secret 7dde4219-0783-4581-a67d-c94749de3600 [#271] 2026/08/05 10:54:12 Resolving secret 0e5b3530-6f19-4f30-9b73-9339dd382e46 [#271] 2026/08/05 10:54:12 Installing packages Warning: Permanently added '[localhost]:22370' (ED25519) to the list of known hosts. (1/2) Upgrading haveged (1.9.21-r0 -> 1.9.26-r0) (2/2) Upgrading haveged-openrc (1.9.21-r0 -> 1.9.26-r0) Executing busybox-1.38.0-r4.trigger OK: 526.9 MiB in 142 packages Warning: Permanently added '[localhost]:22370' (ED25519) to the list of known hosts. (1/2) Installing go (1.26.5-r0) (2/2) Installing rclone (1.74.4-r1) Executing busybox-1.38.0-r4.trigger OK: 810.8 MiB in 144 packages [#271] 2026/08/05 10:54:25 Cloning repositories Cloning into 'sr-ht-compare'... + git -C sr-ht-compare checkout -q 981e4f757186b9332105561c03e16c8afd6cf80c + git -C sr-ht-compare submodule update --init --recursive [#271] 2026/08/05 10:54:25 Running task keygen [#271] 2026/08/05 10:54:26 Running task version [#271] 2026/08/05 10:54:26 Running task cacher [#271] 2026/08/05 10:54:27 Running task cache_restore [#271] 2026/08/05 10:54:32 Running task build [#271] 2026/08/05 10:54:41 Running task cache_save [#271] 2026/08/05 10:54:41 Running task publish qemu-system-x86_64: terminating on signal 15 from pid 2487268 (/bin/sh) |
1 2 3 4 5 6 7 |
+ cd sr-ht-compare ++ git rev-list --count HEAD + ver=0.0.19 + sed -i 's/^pkgver=.*/pkgver=0.0.19/' APKBUILD building 0.0.19 + echo 'export PKGVER=0.0.19' + echo 'building 0.0.19' |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
+ mkdir -p /home/build/.local/bin + curl -sSL https://bigbes.pages.srht.bigb.es/ci-cacher/cacher-linux-amd64 -o /home/build/.local/bin/cacher + chmod +x /home/build/.local/bin/cacher + echo 'export PATH="$HOME/.local/bin:$PATH"' + export PATH=/home/build/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + PATH=/home/build/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + cacher init --endpoint https://s3.bigb.es --region garage --bucket docker-cache --prefix sr-ht-compare/deps --key-file /home/build/.s3-cache-key-id --secret-file /home/build/.s3-cache-key-secret wrote /home/build/.config/cacher/config.toml endpoint=https://s3.bigb.es region=garage bucket=docker-cache prefix=sr-ht-compare/deps key_id_len=26 key_id_prefix=GK secret_len=64 ping bucket: OK put canary: OK get canary: OK delete canary: OK doctor: all checks passed |
1 2 3 4 5 6 7 8 9 |
++ cacher key 'gomod/{hash}.tar.zst' --hash-from sr-ht-compare/go.sum
+ KEY_MOD=gomod/64f847e448e38d2b.tar.zst
++ cacher key 'gocache/{hash}.tar.zst' --hash-from sr-ht-compare/go.sum
+ KEY_GOC=gocache/64f847e448e38d2b.tar.zst
+ echo 'export KEY_MOD=gomod/64f847e448e38d2b.tar.zst KEY_GOC=gocache/64f847e448e38d2b.tar.zst'
+ cacher dir download gomod/64f847e448e38d2b.tar.zst /home/build/go/pkg/mod
Cache HIT — gomod/64f847e448e38d2b.tar.zst → extract /home/build/go/pkg/mod
+ cacher dir download gocache/64f847e448e38d2b.tar.zst /home/build/.cache/go-build
Cache HIT — gocache/64f847e448e38d2b.tar.zst → extract /home/build/.cache/go-build
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
+ cd sr-ht-compare + REPODEST=/home/build/packages + abuild -d >>> compare.sr.ht: Building build/compare.sr.ht 0.0.19-r0 (using abuild 3.18.0_rc5-r0) started Wed, 05 Aug 2026 10:54:32 +0000 >>> compare.sr.ht: Validating /home/build/sr-ht-compare/APKBUILD... >>> WARNING: compare.sr.ht: Makefile is not in $source/$install/$triggers >>> WARNING: compare.sr.ht: README.md is not in $source/$install/$triggers >>> WARNING: compare.sr.ht: authz is not in $source/$install/$triggers >>> WARNING: compare.sr.ht: cmd is not in $source/$install/$triggers >>> WARNING: compare.sr.ht: config.example.ini is not in $source/$install/$triggers >>> WARNING: compare.sr.ht: contrib is not in $source/$install/$triggers >>> WARNING: compare.sr.ht: core is not in $source/$install/$triggers >>> WARNING: compare.sr.ht: docs is not in $source/$install/$triggers >>> WARNING: compare.sr.ht: frontend is not in $source/$install/$triggers >>> WARNING: compare.sr.ht: gitx is not in $source/$install/$triggers >>> WARNING: compare.sr.ht: go.mod is not in $source/$install/$triggers >>> WARNING: compare.sr.ht: go.sum is not in $source/$install/$triggers >>> WARNING: compare.sr.ht: scss is not in $source/$install/$triggers >>> WARNING: compare.sr.ht: web is not in $source/$install/$triggers >>> compare.sr.ht: Cleaning up srcdir >>> compare.sr.ht: Cleaning up pkgdir >>> compare.sr.ht: Cleaning up tmpdir go build -o comparesrht ./cmd/comparesrht >>> compare.sr.ht: Entering fakeroot... go build -o comparesrht ./cmd/comparesrht install -Dm755 comparesrht /home/build/sr-ht-compare/pkg/compare.sr.ht/usr/bin/comparesrht mkdir -p /home/build/sr-ht-compare/pkg/compare.sr.ht/usr/share/sourcehut/compare.sr.ht/static install -Dm644 -t /home/build/sr-ht-compare/pkg/compare.sr.ht/usr/share/sourcehut/compare.sr.ht/static web/static/* >>> compare.sr.ht*: Running postcheck for compare.sr.ht >>> compare.sr.ht*: Preparing package compare.sr.ht... >>> compare.sr.ht*: Stripping binaries >>> compare.sr.ht*: Tracing dependencies... >>> compare.sr.ht*: Package size: 39.3 MB >>> compare.sr.ht*: Compressing data... >>> compare.sr.ht*: Create checksum... >>> compare.sr.ht*: Create compare.sr.ht-0.0.19-r0.apk >>> compare.sr.ht: Build complete at Wed, 05 Aug 2026 10:54:41 +0000 elapsed time 0h 0m 9s >>> compare.sr.ht: Cleaning up srcdir >>> compare.sr.ht: Cleaning up pkgdir >>> compare.sr.ht: Cleaning up tmpdir >>> compare.sr.ht: Updating the build/x86_64 repository index... >>> compare.sr.ht: Signing the index... + find /home/build/packages -name '*.apk' /home/build/packages/build/x86_64/compare.sr.ht-0.0.19-r0.apk |
1 2 3 4 |
+ cacher exists gomod/64f847e448e38d2b.tar.zst gomod/64f847e448e38d2b.tar.zst + cacher exists gocache/64f847e448e38d2b.tar.zst gocache/64f847e448e38d2b.tar.zst |
1 2 3 4 5 6 7 8 9 10 11 12 |
+ set +x + find /home/build/packages -name '*.apk' -print + read -r f ++ basename /home/build/packages/build/x86_64/compare.sr.ht-0.0.19-r0.apk + rclone copyto /home/build/packages/build/x86_64/compare.sr.ht-0.0.19-r0.apk garage:repo/alpine/v3.22/bigbes/x86_64/compare.sr.ht-0.0.19-r0.apk 2026/08/05 10:54:41 NOTICE: Config file "/home/build/.config/rclone/rclone.conf" not found - using defaults ++ basename /home/build/packages/build/x86_64/compare.sr.ht-0.0.19-r0.apk uploaded compare.sr.ht-0.0.19-r0.apk + echo 'uploaded compare.sr.ht-0.0.19-r0.apk' + read -r f + echo 'published; apk-mirror on phoebe re-indexes within 15 minutes' published; apk-mirror on phoebe re-indexes within 15 minutes |