>>> bootloose: Building testing/bootloose 0.7.1-r3 (using abuild 3.12.0-r5) started Sat, 06 Apr 2024 18:56:51 +0000 >>> bootloose: Checking sanity of /home/buildozer/aports/testing/bootloose/APKBUILD... >>> bootloose: Analyzing dependencies... >>> bootloose: Installing for build: build-base go (1/2) Installing go (1.22.2-r0) (2/2) Installing .makedepends-bootloose (20240406.185653) Executing busybox-1.36.1-r25.trigger OK: 558 MiB in 115 packages >>> bootloose: Cleaning up srcdir >>> bootloose: Cleaning up pkgdir >>> bootloose: Cleaning up tmpdir >>> bootloose: Fetching https://distfiles.alpinelinux.org/distfiles/edge/bootloose-0.7.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 100 52369 100 52369 0 0 303k 0 --:--:-- --:--:-- --:--:-- 304k >>> bootloose: Fetching https://distfiles.alpinelinux.org/distfiles/edge/bootloose-0.7.1.tar.gz >>> bootloose: Checking sha512sums... bootloose-0.7.1.tar.gz: OK >>> bootloose: Unpacking /var/cache/distfiles/edge/bootloose-0.7.1.tar.gz... fatal: not a git repository (or any of the parent directories): .git go build -v -trimpath -a -tags "netgo,osusergo,static_build" -installsuffix netgo -ldflags "-s -w -X github.com/k0sproject/bootloose/version.Environment=production -X github.com/carlmjohnson/versioninfo.Revision= -X github.com/carlmjohnson/versioninfo.Version= -extldflags '-static'" -o bootloose main.go go: downloading github.com/sirupsen/logrus v1.9.3 go: downloading github.com/carlmjohnson/versioninfo v0.22.5 go: downloading github.com/spf13/cobra v1.7.0 go: downloading golang.org/x/text v0.13.0 go: downloading github.com/mitchellh/go-homedir v1.1.0 go: downloading github.com/pkg/errors v0.9.1 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/ghodss/yaml v1.0.0 go: downloading github.com/docker/docker v24.0.6+incompatible go: downloading golang.org/x/sys v0.11.0 go: downloading github.com/spf13/pflag v1.0.5 go: downloading github.com/opencontainers/image-spec v1.0.2 go: downloading github.com/docker/go-connections v0.4.0 go: downloading github.com/docker/go-units v0.5.0 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading github.com/opencontainers/go-digest v1.0.0 internal/godebugs encoding unicode/utf8 internal/goarch internal/itoa internal/unsafeheader internal/race internal/coverage/rtcov internal/nettrace internal/goos math/bits unicode/utf16 internal/cpu cmp log/internal runtime/internal/syscall internal/goexperiment sync/atomic runtime/internal/atomic unicode runtime/internal/math internal/chacha8rand internal/abi runtime/internal/sys internal/bytealg slices math runtime internal/reflectlite sync internal/testlog internal/singleflight internal/bisect runtime/cgo internal/godebug errors sort internal/oserror internal/safefilepath path internal/intern io vendor/golang.org/x/net/dns/dnsmessage strconv syscall hash text/tabwriter strings bytes golang.org/x/text/internal/tag golang.org/x/text/transform crypto net/netip reflect github.com/docker/docker/api/types/versions bufio regexp/syntax internal/syscall/execenv internal/syscall/unix time regexp context io/fs internal/poll internal/fmtsort encoding/binary os encoding/base64 golang.org/x/sys/unix github.com/docker/docker/api/types/mount path/filepath fmt net os/exec github.com/mitchellh/go-homedir github.com/docker/docker/api/types/blkiodev github.com/opencontainers/image-spec/specs-go log flag runtime/debug github.com/docker/go-units encoding/hex encoding/csv os/user github.com/opencontainers/go-digest net/url github.com/pkg/errors text/template/parse encoding/json gopkg.in/yaml.v2 golang.org/x/text/internal/language golang.org/x/text/unicode/norm github.com/opencontainers/image-spec/specs-go/v1 archive/tar github.com/carlmjohnson/versioninfo github.com/k0sproject/bootloose/version golang.org/x/text/internal/language/compact text/template golang.org/x/text/language github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/filters github.com/gogo/protobuf/proto github.com/docker/docker/api/types/network github.com/sirupsen/logrus golang.org/x/text/internal github.com/ghodss/yaml golang.org/x/text/cases github.com/docker/docker/api/types/registry github.com/docker/go-connections/nat github.com/spf13/pflag github.com/docker/docker/api/types/container github.com/k0sproject/bootloose/pkg/exec github.com/k0sproject/bootloose/pkg/config github.com/k0sproject/bootloose/pkg/docker github.com/spf13/cobra github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/volume github.com/docker/docker/api/types github.com/k0sproject/bootloose/pkg/cluster github.com/k0sproject/bootloose/cmd/bootloose command-line-arguments go test -v . ./pkg/... go: downloading github.com/stretchr/testify v1.8.4 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading github.com/pmezard/go-difflib v1.0.0 go: downloading gopkg.in/yaml.v3 v3.0.1 ? github.com/k0sproject/bootloose [no test files] ? github.com/k0sproject/bootloose/pkg/docker [no test files] ? github.com/k0sproject/bootloose/pkg/exec [no test files] === RUN TestMatchFilter --- PASS: TestMatchFilter (0.00s) === RUN TestNewClusterWithHostPort --- PASS: TestNewClusterWithHostPort (0.00s) === RUN TestNewRuntimeNetworks === RUN TestNewRuntimeNetworks/Success --- PASS: TestNewRuntimeNetworks (0.00s) --- PASS: TestNewRuntimeNetworks/Success (0.00s) PASS ok github.com/k0sproject/bootloose/pkg/cluster 0.007s === RUN TestGetValueFromConfig === RUN TestGetValueFromConfig/simple_path_select_string === RUN TestGetValueFromConfig/array_path_select_global === RUN TestGetValueFromConfig/array_path_select_bool --- PASS: TestGetValueFromConfig (0.00s) --- PASS: TestGetValueFromConfig/simple_path_select_string (0.00s) --- PASS: TestGetValueFromConfig/array_path_select_global (0.00s) --- PASS: TestGetValueFromConfig/array_path_select_bool (0.00s) PASS ok github.com/k0sproject/bootloose/pkg/config 0.006s >>> bootloose: Entering fakeroot... install -d /home/buildozer/aports/testing/bootloose/pkg/bootloose/usr/bin/ install -m 755 bootloose /home/buildozer/aports/testing/bootloose/pkg/bootloose/usr/bin/ >>> bootloose*: Running postcheck for bootloose >>> bootloose*: Preparing package bootloose... >>> bootloose*: Stripping binaries >>> bootloose*: Scanning shared objects >>> bootloose*: Tracing dependencies... >>> bootloose*: Package size: 5.1 MB >>> bootloose*: Compressing data... >>> bootloose*: Create checksum... >>> bootloose*: Create bootloose-0.7.1-r3.apk >>> bootloose: Build complete at Sat, 06 Apr 2024 18:57:21 +0000 elapsed time 0h 0m 30s >>> bootloose: Cleaning up srcdir >>> bootloose: Cleaning up pkgdir >>> bootloose: Uninstalling dependencies... (1/2) Purging .makedepends-bootloose (20240406.185653) (2/2) Purging go (1.22.2-r0) Executing busybox-1.36.1-r25.trigger OK: 380 MiB in 113 packages >>> bootloose: Updating the testing/x86 repository index... >>> bootloose: Signing the index...