| view log » | |
| cacher_install | view log » |
| cacher_init | view log » |
| scss | view log » |
| keygen | view log » |
| version | view log » |
| cache_restore | view log » |
| test | view log » |
| build | view log » |
| publish | view log » |
| cache_save | 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 42 43 44 |
[#386] 2026/08/09 08:00:29 Running build on srht-build-1.lab.local [#386] 2026/08/09 08:00:29 Booting image alpine/edge (default) on port 22485 Waiting for VM to come up... ssh: connect to host localhost port 22485: Connection refused Attempt 1... kex_exchange_identification: read: Connection reset by peer Connection reset by 127.0.0.1 port 22485 Attempt 2... Warning: Permanently added '[localhost]:22485' (ED25519) to the list of known hosts. Warning: Permanently added '[localhost]:22485' (ED25519) to the list of known hosts. [#386] 2026/08/09 08:00:39 preconfigure: ok [#386] 2026/08/09 08:00:39 Waiting for guest to settle [#386] 2026/08/09 08:00:39 Sending tasks [#386] 2026/08/09 08:00:41 Sending build environment [#386] 2026/08/09 08:00:41 Sending secrets [#386] 2026/08/09 08:00:41 Resolving secret apk-ci-s3 [#386] 2026/08/09 08:00:42 Resolving secret 7dde4219-0783-4581-a67d-c94749de3600 [#386] 2026/08/09 08:00:42 Resolving secret 0e5b3530-6f19-4f30-9b73-9339dd382e46 [#386] 2026/08/09 08:00:42 Installing packages Warning: Permanently added '[localhost]:22485' (ED25519) to the list of known hosts. OK: 527.0 MiB in 142 packages Warning: Permanently added '[localhost]:22485' (ED25519) to the list of known hosts. (1/5) Installing go (1.26.5-r0) (2/5) Installing minify (2.24.13-r1) (3/5) Installing rclone (1.74.4-r1) (4/5) Installing libsass (3.6.6-r0) (5/5) Installing sassc (3.6.2-r5) Executing busybox-1.38.0-r4.trigger OK: 818.4 MiB in 147 packages [#386] 2026/08/09 08:00:51 Cloning repositories Cloning into 'sr-ht-compare'... + git -C sr-ht-compare checkout -q 4f3961888c6889fc2ea19c9bcbb68359015d3475 + git -C sr-ht-compare submodule update --init --recursive [#386] 2026/08/09 08:00:52 Running task cacher_install [#386] 2026/08/09 08:00:53 Running task cacher_init [#386] 2026/08/09 08:00:53 Running task scss [#386] 2026/08/09 08:00:53 Running task keygen [#386] 2026/08/09 08:00:54 Running task version [#386] 2026/08/09 08:00:54 Running task cache_restore [#386] 2026/08/09 08:00:59 Running task test [#386] 2026/08/09 08:01:02 Running task build [#386] 2026/08/09 08:01:07 Running task publish [#386] 2026/08/09 08:01:08 Running task cache_save qemu-system-x86_64: terminating on signal 15 from pid 1647 (/bin/sh) |
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 |
+ curl -fsSL https://bigbes.pages.srht.bigb.es/ci-cacher/install.sh + sh install.sh: fetching https://bigbes.pages.srht.bigb.es/ci-cacher/cacher-linux-amd64 install.sh: checksum ok install.sh: added /home/build/.local/bin to ~/.buildenv PATH install.sh: installed → /home/build/.local/bin/cacher _ ___ __ _ ___ _ __ | |__ ___ _ __ / __/ _` |/ __| '_ \| '_ \ / _ \ '__| | (_| (_| | (__| | | | | | | __/ | \___\__,_|\___|_| |_|_| |_|\___|_| cacher: S3-backed CI cache helper for builds.sr.ht — replaces .builds/lib/ci-lib.sh go.bigb.es/cacher GitVersion: 0.2.2 GitCommit: 333189a20b7bb2b7440b083e151afd24bb5a61d4 GitTreeState: dirty BuildDate: 2026-08-06T22:16:13Z BuiltBy: unknown Clean: false GoVersion: go1.26.3 Compiler: gc ModuleSum: unknown Platform: linux/amd64 install.sh: note — /home/build/.local/bin is not on your PATH |
1 2 3 4 5 6 7 8 9 |
+ 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 |
+ cacher dir download scss/0.84.5-779ad9f174ea5ab7e755f6df0ec9e5912d67dd16.tar.zst /home/build/scss --exec $'\n git clone --depth 1 --branch "$CORE_VER" \\\n https://git.sr.ht/~sircmpwn/core.sr.ht /tmp/core\n mkdir -p ~/scss/bootstrap\n cp /tmp/core/scss/*.scss /tmp/core/scss/*.css ~/scss/\n git init -q /tmp/bootstrap\n git -C /tmp/bootstrap remote add origin https://github.com/twbs/bootstrap\n git -C /tmp/bootstrap fetch -q --depth 1 origin "$BOOTSTRAP_REV"\n git -C /tmp/bootstrap checkout -q FETCH_HEAD\n cp -r /tmp/bootstrap/scss ~/scss/bootstrap/scss\n' Cache HIT — scss/0.84.5-779ad9f174ea5ab7e755f6df0ec9e5912d67dd16.tar.zst → extract /home/build/scss + sudo mkdir -p /usr/share/sourcehut + sudo cp -r /home/build/scss /usr/share/sourcehut/scss |
1 2 3 4 5 6 7 8 9 10 11 |
+ cd sr-ht-compare ++ git describe --tags --always --dirty + desc=4f39618 + base=4f39618 + case "$base" in ++ git rev-list --count HEAD + ver=0.0.40 + echo 'export PKGVER=0.0.40' building 0.0.40 from 4f39618 + echo 'building 0.0.40 from 4f39618' + git status --porcelain |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
++ cacher key 'gomod/{hash}.tar.zst' --hash-from sr-ht-compare/go.sum
+ KEY_MOD=gomod/4c2fc612cfbcca47.tar.zst
++ cacher key 'gocache/{hash}.tar.zst' --hash-from sr-ht-compare/go.sum
+ KEY_GOC=gocache/4c2fc612cfbcca47.tar.zst
+ echo 'export KEY_MOD=gomod/4c2fc612cfbcca47.tar.zst KEY_GOC=gocache/4c2fc612cfbcca47.tar.zst'
+ cacher dir download gomod/4c2fc612cfbcca47.tar.zst /home/build/go/pkg/mod --optional
Cache HIT — gomod/4c2fc612cfbcca47.tar.zst → extract /home/build/go/pkg/mod
+ cacher dir download gocache/4c2fc612cfbcca47.tar.zst /home/build/.cache/go-build --optional
Cache HIT — gocache/4c2fc612cfbcca47.tar.zst → extract /home/build/.cache/go-build
+ cd sr-ht-compare
+ chmod -R u+w /home/build/go/pkg/mod
+ go mod verify
+ go mod download
+ go mod verify
all modules verified
+ git status --porcelain
|
1 2 3 4 5 6 7 8 9 10 11 12 13 |
+ cd sr-ht-compare + gofmt -l . + tee /tmp/fmt + test '!' -s /tmp/fmt + go vet ./... + make test go test ./... ok sourcecraft.dev/bigbes/sr-ht-compare/authz 0.049s ok sourcecraft.dev/bigbes/sr-ht-compare/cmd/comparesrht 1.311s ? sourcecraft.dev/bigbes/sr-ht-compare/contrib/dev-stub [no test files] ok sourcecraft.dev/bigbes/sr-ht-compare/core (cached) ok sourcecraft.dev/bigbes/sr-ht-compare/gitx (cached) ok sourcecraft.dev/bigbes/sr-ht-compare/web 0.771s |
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 45 46 47 48 49 50 51 52 53 54 55 56 |
+ cd sr-ht-compare + REPODEST=/home/build/packages + abuild -d >>> diff.sr.ht: Building build/diff.sr.ht 0.0.40-r0 (using abuild 3.18.0_rc5-r0) started Sun, 09 Aug 2026 08:01:02 +0000 >>> diff.sr.ht: Validating /home/build/sr-ht-compare/APKBUILD... >>> WARNING: diff.sr.ht: Makefile is not in $source/$install/$triggers >>> WARNING: diff.sr.ht: README.md is not in $source/$install/$triggers >>> WARNING: diff.sr.ht: authz is not in $source/$install/$triggers >>> WARNING: diff.sr.ht: cmd is not in $source/$install/$triggers >>> WARNING: diff.sr.ht: config.example.ini is not in $source/$install/$triggers >>> WARNING: diff.sr.ht: contrib is not in $source/$install/$triggers >>> WARNING: diff.sr.ht: core is not in $source/$install/$triggers >>> WARNING: diff.sr.ht: docs is not in $source/$install/$triggers >>> WARNING: diff.sr.ht: frontend is not in $source/$install/$triggers >>> WARNING: diff.sr.ht: gitx is not in $source/$install/$triggers >>> WARNING: diff.sr.ht: go.mod is not in $source/$install/$triggers >>> WARNING: diff.sr.ht: go.sum is not in $source/$install/$triggers >>> WARNING: diff.sr.ht: scss is not in $source/$install/$triggers >>> WARNING: diff.sr.ht: web is not in $source/$install/$triggers >>> diff.sr.ht: Cleaning up srcdir >>> diff.sr.ht: Cleaning up pkgdir >>> diff.sr.ht: Cleaning up tmpdir mkdir -p web/static rm -f web/static/main.css web/static/main.min.*.css sassc -I/usr/share/sourcehut/scss scss/main.scss web/static/main.css /usr/share/sourcehut/scss/contrast.scss:72 DEBUG: #fff was adjusted to #fff but this is not enough contrast to #007bff (AERT). /usr/share/sourcehut/scss/contrast.scss:72 DEBUG: #fff was adjusted to #fff but this is not enough contrast to #17a2b8 (AERT). /usr/share/sourcehut/scss/contrast.scss:72 DEBUG: #fff was adjusted to #fff but this is not enough contrast to #dc3545 (AERT). minify -o web/static/main.min.css web/static/main.css (3.0 ms, 168 kB, 131 kB, 77.7%, 57 MB/s) - web/static/main.css to web/static/main.min.css mv web/static/main.min.css \ web/static/main.min.$(sha256sum web/static/main.min.css | cut -c1-8).css rm -f web/static/main.css D web/static/main.min.79713f25.css b215ba9a10a951f105bf52a11261d4a0deeadd456c96f4f883e10357e46a25e5 web/static/main.min.b215ba9a.css go build -o comparesrht ./cmd/comparesrht >>> diff.sr.ht: Entering fakeroot... install -Dm755 comparesrht /home/build/sr-ht-compare/pkg/diff.sr.ht/usr/bin/comparesrht mkdir -p /home/build/sr-ht-compare/pkg/diff.sr.ht/usr/share/sourcehut/diff.sr.ht/static install -Dm644 -t /home/build/sr-ht-compare/pkg/diff.sr.ht/usr/share/sourcehut/diff.sr.ht/static web/static/* >>> diff.sr.ht*: Running postcheck for diff.sr.ht >>> diff.sr.ht*: Preparing package diff.sr.ht... >>> diff.sr.ht*: Stripping binaries >>> diff.sr.ht*: Tracing dependencies... >>> diff.sr.ht*: Package size: 37.4 MB >>> diff.sr.ht*: Compressing data... >>> diff.sr.ht*: Create checksum... >>> diff.sr.ht*: Create diff.sr.ht-0.0.40-r0.apk >>> diff.sr.ht: Build complete at Sun, 09 Aug 2026 08:01:06 +0000 elapsed time 0h 0m 4s >>> diff.sr.ht: Cleaning up srcdir >>> diff.sr.ht: Cleaning up pkgdir >>> diff.sr.ht: Cleaning up tmpdir >>> diff.sr.ht: Updating the build/x86_64 repository index... >>> diff.sr.ht: Signing the index... + find /home/build/packages -name '*.apk' /home/build/packages/build/x86_64/diff.sr.ht-0.0.40-r0.apk |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
+ '[' '!' -r /home/build/.apk-ci.env ']' + set +x + find /home/build/packages -name '*.apk' -print + read -r f ++ basename /home/build/packages/build/x86_64/diff.sr.ht-0.0.40-r0.apk + rclone copyto /home/build/packages/build/x86_64/diff.sr.ht-0.0.40-r0.apk garage:repo/alpine/v3.22/bigbes/x86_64/diff.sr.ht-0.0.40-r0.apk 2026/08/09 08:01:07 NOTICE: Config file "/home/build/.config/rclone/rclone.conf" not found - using defaults ++ basename /home/build/packages/build/x86_64/diff.sr.ht-0.0.40-r0.apk uploaded diff.sr.ht-0.0.40-r0.apk + echo 'uploaded diff.sr.ht-0.0.40-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 |
1 2 3 4 |
+ cacher dir upload gomod/4c2fc612cfbcca47.tar.zst /home/build/go/pkg/mod Skipped — gomod/4c2fc612cfbcca47.tar.zst already present (use --force) + cacher dir upload gocache/4c2fc612cfbcca47.tar.zst /home/build/.cache/go-build Skipped — gocache/4c2fc612cfbcca47.tar.zst already present (use --force) |