>>> bootloose: Building testing/bootloose 0.7.1-r7 (using abuild 3.14.1-r5) started Mon, 20 Jan 2025 07:04:12 +0000 >>> bootloose: Validating /home/buildozer/aports/testing/bootloose/APKBUILD... >>> WARNING: bootloose: Go packages require network connection to build. Maybe add 'net' to options >>> bootloose: Analyzing dependencies... >>> bootloose: Installing for build: build-base go (1/3) Installing binutils-gold (2.43.1-r1) (2/3) Installing go (1.23.5-r0) (3/3) Installing .makedepends-bootloose (20250120.070413) Executing busybox-1.37.0-r13.trigger OK: 507 MiB in 105 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 Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/edge/bootloose-0.7.1.tar.gz.part' bootloose-0.7.1.tar. 100% |********************************| 52369 0:00:00 ETA '/var/cache/distfiles/edge/bootloose-0.7.1.tar.gz.part' saved >>> 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 github.com/docker/docker v24.0.6+incompatible go: downloading github.com/mitchellh/go-homedir v1.1.0 go: downloading github.com/ghodss/yaml v1.0.0 go: downloading github.com/pkg/errors v0.9.1 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading golang.org/x/text v0.13.0 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/coverage/rtcov cmp internal/msan internal/unsafeheader encoding internal/byteorder internal/goos internal/profilerecord internal/godebugs internal/itoa math/bits internal/nettrace log/internal internal/goarch internal/race internal/asan unicode/utf16 unicode/utf8 internal/goexperiment unicode internal/cpu internal/runtime/syscall sync/atomic runtime/internal/math runtime/internal/sys internal/abi internal/chacha8rand math internal/bytealg internal/runtime/atomic internal/stringslite internal/runtime/exithook runtime internal/weak iter internal/reflectlite sync slices internal/singleflight internal/testlog internal/bisect runtime/cgo internal/godebug errors sort internal/oserror path io math/rand/v2 vendor/golang.org/x/net/dns/dnsmessage strconv syscall internal/concurrent hash bytes strings unique golang.org/x/text/internal/tag crypto net/netip reflect golang.org/x/text/transform github.com/docker/docker/api/types/versions bufio regexp/syntax internal/syscall/execenv internal/syscall/unix time regexp context io/fs internal/poll internal/filepathlite 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/docker/go-units runtime/debug flag github.com/opencontainers/image-spec/specs-go log github.com/opencontainers/go-digest github.com/pkg/errors net/url encoding/hex text/tabwriter encoding/csv os/user encoding/json text/template/parse golang.org/x/text/internal/language gopkg.in/yaml.v2 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/sirupsen/logrus github.com/gogo/protobuf/proto golang.org/x/text/internal github.com/docker/docker/api/types/network golang.org/x/text/cases github.com/ghodss/yaml github.com/docker/go-connections/nat github.com/docker/docker/api/types/registry 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/pmezard/go-difflib v1.0.0 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/davecgh/go-spew v1.1.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.008s === 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.007s >>> 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.3 MB >>> bootloose*: Compressing data... >>> bootloose*: Create checksum... >>> bootloose*: Create bootloose-0.7.1-r7.apk >>> bootloose: Build complete at Mon, 20 Jan 2025 07:04:30 +0000 elapsed time 0h 0m 18s >>> bootloose: Cleaning up srcdir >>> bootloose: Cleaning up pkgdir >>> bootloose: Uninstalling dependencies... (1/3) Purging .makedepends-bootloose (20250120.070413) (2/3) Purging go (1.23.5-r0) (3/3) Purging binutils-gold (2.43.1-r1) Executing busybox-1.37.0-r13.trigger OK: 322 MiB in 102 packages >>> bootloose: Updating the testing/armhf repository index... >>> bootloose: Signing the index...