docker-image://docker.io/library/alpine@sha256:02bb6f428431fbc2809c5d1b41eab5a68350194fb508869a33cb1af4444c9b11
[0.02s]
docker-image://docker.io/alpine/git@sha256:66b210a97bc07bfd4019826bcd13a488b371a6cbe2630a4b37d23275658bd3f2
[0.02s]
oci-layout://load/deps-image.tar@sha256:51abc0f16615f1523ca5e06e2b9d031f39b24f49668cb0a766f1d3e02b4f1cfb
[0.02s]
git checkout b295d5db4036cd372a5534fcce922c802c079b2d
CACHED
git clone https://github.com/vito/bass.git ./
CACHED
git fetch origin b295d5db4036cd372a5534fcce922c802c079b2d
CACHED
git submodule update --init --recursive
CACHED
copy / /
CACHED
cp {{thunk FBQG6UG7F270O: git submodule update --init --recursive}}/go.mod {{thunk FBQG6UG7F270O: git submodule update --init --recursive}}/go.sum ./
[0.33s]
copy / /
[0.07s]
cp -a {{thunk FBQG6UG7F270O: git submodule update --init --recursive}}/pkg/lsp/testdata/bundle/nvim-lspconfig/ ./
[0.32s]
go mod download
[0.45s]
resolve image config for docker.io/library/alpine@sha256:02bb6f428431fbc2809c5d1b41eab5a68350194fb508869a33cb1af4444c9b11
[0.01s]
resolve image config for docker.io/alpine/git@sha256:66b210a97bc07bfd4019826bcd13a488b371a6cbe2630a4b37d23275658bd3f2
[0.01s]
make -j shims
[18.8s]
env GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -ldflags "-s -w" -o pkg/runtimes/bin/exe.amd64 ./pkg/runtimes/shim
env GOOS=linux GOARCH=arm CGO_ENABLED=0 go build -ldflags "-s -w" -o pkg/runtimes/bin/exe.arm ./pkg/runtimes/shim
env GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -ldflags "-s -w" -o pkg/runtimes/bin/exe.arm64 ./pkg/runtimes/shim
go: downloading github.com/moby/sys/mountinfo v0.6.2
go: downloading golang.org/x/sys v0.7.0
go: downloading github.com/mattn/go-colorable v0.1.12
go: downloading github.com/cenkalti/backoff/v4 v4.2.0
go: downloading golang.org/x/sys v0.7.0
go: downloading github.com/moby/sys/mountinfo v0.6.2
go: downloading go.uber.org/zap v1.19.1
go: downloading go.uber.org/zap v1.19.1
go: downloading golang.org/x/sys v0.7.0
go: downloading github.com/mattn/go-colorable v0.1.12
go: downloading github.com/cenkalti/backoff/v4 v4.2.0
go: downloading github.com/mattn/go-colorable v0.1.12
go: downloading github.com/containerd/containerd v1.7.0
go: downloading github.com/cenkalti/backoff/v4 v4.2.0
go: downloading github.com/containerd/containerd v1.7.0
go: downloading github.com/moby/sys/mountinfo v0.6.2
go: downloading go.uber.org/zap v1.19.1
go: downloading github.com/containerd/containerd v1.7.0
go: downloading github.com/mattn/go-isatty v0.0.18
go: downloading github.com/mattn/go-isatty v0.0.18
go: downloading github.com/mattn/go-isatty v0.0.18
go: downloading go.uber.org/atomic v1.7.0
go: downloading go.uber.org/multierr v1.6.0
go: downloading go.uber.org/multierr v1.6.0
go: downloading go.uber.org/atomic v1.7.0
go: downloading go.uber.org/multierr v1.6.0
go: downloading go.uber.org/atomic v1.7.0
go: downloading github.com/containerd/go-runc v1.0.1-0.20230316182144-f5d58d02d6c8
go: downloading github.com/containerd/go-runc v1.0.1-0.20230316182144-f5d58d02d6c8
go: downloading github.com/sirupsen/logrus v1.9.0
go: downloading github.com/containerd/console v1.0.3
go: downloading github.com/containerd/console v1.0.3
go: downloading github.com/opencontainers/runtime-spec v1.1.0-rc.1
go: downloading github.com/opencontainers/runtime-spec v1.1.0-rc.1
go: downloading github.com/sirupsen/logrus v1.9.0
go: downloading github.com/containerd/console v1.0.3
go: downloading github.com/sirupsen/logrus v1.9.0
go: downloading github.com/opencontainers/runtime-spec v1.1.0-rc.1
which upx # required for compressing shims
/bin/upx
upx pkg/runtimes/bin/exe.amd64 pkg/runtimes/bin/exe.arm pkg/runtimes/bin/exe.arm64 || true # swallow AlreadyPackedException :/
Ultimate Packer for eXecutables
Copyright (C) 1996 - 2023
UPX 4.0.2 Markus Oberhumer, Laszlo Molnar & John Reiser Jan 30th 2023
File size Ratio Format Name
-------------------- ------ ----------- -----------
3444736 -> 1480904 42.99% linux/amd64 exe.amd64
3342336 -> 1326452 39.69% linux/arm exe.arm
3407872 -> 1375728 40.37% linux/arm64 exe.arm64
-------------------- ------ ----------- -----------
10194944 -> 4183084 41.03% [ 3 files ]
Packed 3 files.
make VERSION=dev GOOS=linux GOARCH=amd64 dist
[5.26s]
mkdir -p ./dist/
env GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -trimpath -ldflags "-X main.version=dev" -o ./dist/bass ./cmd/bass
tar -C {{thunk 56GB79C7569CE: make VERSION=dev GOOS=linux GOARCH=amd64 dist}}/dist/ -czf ./bass.linux-amd64.tgz ./bass
[4.82s]
ls -al {{thunk 383GND9ITVDA4: tar -C {{thunk 56GB79C7569CE: make VERSION=dev GOOS=linux GOARCH=amd64 dist}}/dist/ -czf ./bass.linux-amd64.tgz ./bass}}/bass.linux-amd64.tgz
[0.39s]
-rw-r--r-- 1 root root 24683107 Oct 26 1985 ./383GND9ITVDA4/bass.linux-amd64.tgz
[check] build-linux
[25.1s]