Bump VERSION to 0.1.0 for tag
| view log » | |
| install_go | view log » |
| test | view log » |
| build | 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 |
[#142] 2026/05/25 21:15:13 Running build on srht-build-1.lab.local [#142] 2026/05/25 21:15:13 Booting image ubuntu/noble (default) on port 22241 [#142] 2026/05/25 21:15:13 Waiting for guest to settle [#142] 2026/05/25 21:15:20 Sending tasks [#142] 2026/05/25 21:15:21 Sending build environment [#142] 2026/05/25 21:15:21 Installing packages Warning: Permanently added '[localhost]:22241' (ED25519) to the list of known hosts. Hit:1 http://archive.ubuntu.com/ubuntu noble InRelease Get:2 http://archive.ubuntu.com/ubuntu noble-security InRelease [126 kB] Get:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB] Get:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB] Get:5 http://archive.ubuntu.com/ubuntu noble-security/main amd64 Packages [1698 kB] Get:6 http://archive.ubuntu.com/ubuntu noble-security/main Translation-en [267 kB] Get:7 http://archive.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [2997 kB] Get:8 http://archive.ubuntu.com/ubuntu noble-security/restricted Translation-en [697 kB] Get:9 http://archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1191 kB] Get:10 http://archive.ubuntu.com/ubuntu noble-security/universe Translation-en [230 kB] Get:11 http://archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Packages [39.3 kB] Get:12 http://archive.ubuntu.com/ubuntu noble-security/multiverse Translation-en [8784 B] Get:13 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [2007 kB] Get:14 http://archive.ubuntu.com/ubuntu noble-updates/main Translation-en [355 kB] Get:15 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [3202 kB] Get:16 http://archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [740 kB] Get:17 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1692 kB] Get:18 http://archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [329 kB] Get:19 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [44.7 kB] Get:20 http://archive.ubuntu.com/ubuntu noble-updates/multiverse Translation-en [10.9 kB] Fetched 15.9 MB in 2s (7862 kB/s) Reading package lists... Warning: Permanently added '[localhost]:22241' (ED25519) to the list of known hosts. Reading package lists... Building dependency tree... Reading state information... curl is already the newest version (8.5.0-2ubuntu10.9). ca-certificates is already the newest version (20240203). 0 upgraded, 0 newly installed, 0 to remove and 8 not upgraded. [#142] 2026/05/25 21:15:25 Cloning repositories Cloning into 'ci-cacher'... + git -C ci-cacher checkout -q 176b6cb94fda9f283356d899011c2be49e23d9c9 + git -C ci-cacher submodule update --init --recursive [#142] 2026/05/25 21:15:25 Running task install_go [#142] 2026/05/25 21:15:35 Running task test [#142] 2026/05/25 21:16:22 Running task build |
1 2 3 4 5 6 7 |
+ GO_TARBALL=go1.26.3.linux-amd64.tar.gz + mkdir -p /home/build/.local + curl -sSL https://go.dev/dl/go1.26.3.linux-amd64.tar.gz -o /tmp/go1.26.3.linux-amd64.tar.gz + tar -xz -C /home/build/.local -f /tmp/go1.26.3.linux-amd64.tar.gz + rm /tmp/go1.26.3.linux-amd64.tar.gz + go version go version go1.26.3 linux/amd64 |
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 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 |
+ cd ci-cacher + go test ./... go: downloading github.com/klauspost/compress v1.18.6 go: downloading github.com/spf13/cobra v1.10.2 go: downloading github.com/BurntSushi/toml v1.6.0 go: downloading github.com/aws/aws-sdk-go-v2 v1.41.7 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.19.17 go: downloading github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.22.19 go: downloading github.com/aws/aws-sdk-go-v2/service/s3 v1.101.0 go: downloading github.com/aws/smithy-go v1.25.1 go: downloading github.com/testcontainers/testcontainers-go v0.42.0 go: downloading github.com/spf13/pflag v1.0.9 go: downloading github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.10 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.23 go: downloading github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.24 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.9 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.9.15 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.23 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.23 go: downloading dario.cat/mergo v1.0.2 go: downloading github.com/cenkalti/backoff/v4 v4.3.0 go: downloading github.com/containerd/errdefs v1.0.0 go: downloading github.com/containerd/platforms v0.2.1 go: downloading github.com/cpuguy83/dockercfg v0.3.2 go: downloading github.com/google/uuid v1.6.0 go: downloading github.com/moby/go-archive v0.2.0 go: downloading github.com/moby/moby/api v1.54.1 go: downloading github.com/moby/moby/client v0.4.0 go: downloading github.com/moby/patternmatcher v0.6.1 go: downloading github.com/opencontainers/image-spec v1.1.1 go: downloading github.com/stretchr/testify v1.11.1 go: downloading golang.org/x/crypto v0.48.0 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.23 go: downloading github.com/containerd/log v0.1.0 go: downloading golang.org/x/sys v0.42.0 go: downloading github.com/moby/sys/sequential v0.6.0 go: downloading github.com/moby/sys/user v0.4.0 go: downloading github.com/moby/sys/userns v0.1.0 go: downloading github.com/docker/go-units v0.5.0 go: downloading github.com/moby/docker-image-spec v1.3.1 go: downloading github.com/moby/term v0.5.2 go: downloading github.com/containerd/errdefs/pkg v0.3.0 go: downloading github.com/distribution/reference v0.6.0 go: downloading github.com/docker/go-connections v0.6.0 go: downloading github.com/opencontainers/go-digest v1.0.0 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 go: downloading go.opentelemetry.io/otel/trace v1.41.0 go: downloading github.com/magiconair/properties v1.8.10 go: downloading go.opentelemetry.io/otel v1.41.0 go: downloading github.com/shirou/gopsutil/v4 v4.26.3 go: downloading github.com/sirupsen/logrus v1.9.4 go: downloading github.com/felixge/httpsnoop v1.0.4 go: downloading go.opentelemetry.io/otel/metric v1.41.0 go: downloading github.com/tklauser/go-sysconf v0.3.16 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading github.com/pmezard/go-difflib v1.0.0 go: downloading github.com/go-logr/logr v1.4.3 go: downloading github.com/tklauser/numcpus v0.11.0 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/cespare/xxhash/v2 v2.3.0 go: downloading github.com/go-logr/stdr v1.2.2 go: downloading go.opentelemetry.io/auto/sdk v1.2.1 ? go.bigb.es/cacher [no test files] ? go.bigb.es/cacher/cmd [no test files] ok go.bigb.es/cacher/internal/archive 0.006s ok go.bigb.es/cacher/internal/config 0.002s ok go.bigb.es/cacher/internal/hash 0.012s ? go.bigb.es/cacher/internal/logging [no test files] ? go.bigb.es/cacher/internal/s3 [no test files] ? go.bigb.es/cacher/internal/testutil/garage [no test files] ? go.bigb.es/cacher/internal/version [no test files] |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
+ cd ci-cacher
++ cat VERSION
+ go build -ldflags '-X go.bigb.es/cacher/internal/version.version=0.1.0' -o cacher .
+ ./cacher version
_
___ __ _ ___ _ __ | |__ ___ _ __
/ __/ _` |/ __| '_ \| '_ \ / _ \ '__|
| (_| (_| | (__| | | | | | | __/ |
\___\__,_|\___|_| |_|_| |_|\___|_|
cacher: S3-backed CI cache helper for builds.sr.ht — replaces .builds/lib/ci-lib.sh
go.bigb.es/cacher
GitVersion: 0.1.0
GitCommit: 176b6cb94fda9f283356d899011c2be49e23d9c9
GitTreeState: clean
BuildDate: 2026-05-25T21:14:50Z
BuiltBy: unknown
Clean: true
GoVersion: go1.26.3
Compiler: gc
ModuleSum: unknown
Platform: linux/amd64
|