>>> k0sctl: Building testing/k0sctl 0.12.6-r0 (using abuild 3.9.0-r0) started Fri, 27 May 2022 16:29:19 +0000 >>> k0sctl: Checking sanity of /home/buildozer/aports/testing/k0sctl/APKBUILD... >>> k0sctl: Analyzing dependencies... >>> k0sctl: Installing for build: build-base go (1/3) Installing binutils-gold (2.38-r2) (2/3) Installing go (1.18.2-r0) (3/3) Installing .makedepends-k0sctl (20220527.162920) Executing busybox-1.35.0-r13.trigger OK: 657 MiB in 102 packages >>> k0sctl: Cleaning up srcdir >>> k0sctl: Cleaning up pkgdir >>> k0sctl: Fetching https://distfiles.alpinelinux.org/distfiles/edge/k0sctl-0.12.6.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 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> k0sctl: Fetching https://github.com/k0sproject/k0sctl/archive/refs/tags/v0.12.6/k0sctl-0.12.6.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 40974 0 40974 0 0 32034 0 --:--:-- 0:00:01 --:--:-- 32034 100 86010 0 86010 0 0 61554 0 --:--:-- 0:00:01 --:--:-- 372k >>> k0sctl: Fetching https://distfiles.alpinelinux.org/distfiles/edge/k0sctl-0.12.6.tar.gz >>> k0sctl: Checking sha512sums... k0sctl-0.12.6.tar.gz: OK 0001-Fix-upload-test-when-tmp-is-empty-318.patch: OK 0001-Use-go-1.18-345.patch: OK >>> k0sctl: Unpacking /var/cache/distfiles/edge/k0sctl-0.12.6.tar.gz... >>> k0sctl: 0001-Fix-upload-test-when-tmp-is-empty-318.patch patching file pkg/apis/k0sctl.k0sproject.io/v1beta1/cluster/uploadfile_test.go >>> k0sctl: 0001-Use-go-1.18-345.patch patching file cmd/flags.go go build -trimpath -a -tags "netgo,osusergo,static_build" -installsuffix netgo -ldflags "-s -w -X github.com/k0sproject/k0sctl/version.Environment=production -X github.com/k0sproject/k0sctl/version.GitCommit=f37a8f6 -X github.com/k0sproject/k0sctl/version.Version=dev -extldflags '-static'" -o k0sctl main.go go: downloading github.com/k0sproject/rig v0.4.7 go: downloading github.com/logrusorgru/aurora v2.0.3+incompatible go: downloading github.com/shiena/ansicolor v0.0.0-20200904210342-c7312218db18 go: downloading golang.org/x/sys v0.0.0-20210819072135-bce67f096156 go: downloading github.com/creasty/defaults v1.5.2 go: downloading github.com/urfave/cli/v2 v2.3.0 go: downloading github.com/denisbrodbeck/machineid v1.0.1 go: downloading github.com/k0sproject/dig v0.2.0 go: downloading github.com/a8m/envsubst v1.2.0 go: downloading github.com/AlecAivazis/survey/v2 v2.3.2 go: downloading github.com/go-ozzo/ozzo-validation/v4 v4.3.0 go: downloading github.com/alessio/shellescape v1.4.1 go: downloading github.com/avast/retry-go v3.0.0+incompatible go: downloading github.com/bmatcuk/doublestar/v4 v4.0.2 go: downloading github.com/go-playground/validator/v10 v10.9.0 go: downloading github.com/segmentio/analytics-go v3.1.0+incompatible go: downloading github.com/hashicorp/go-version v1.3.0 go: downloading k8s.io/client-go v0.22.1 go: downloading github.com/gammazero/workerpool v1.1.2 go: downloading github.com/gammazero/deque v0.1.0 go: downloading github.com/masterzen/winrm v0.0.0-20210623064412-3b76017826b0 go: downloading github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496 go: downloading github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c go: downloading github.com/segmentio/backo-go v0.0.0-20200129164019-23eae7c10bd3 go: downloading github.com/Azure/go-ntlmssp v0.0.0-20200615164410-66371956d46c go: downloading github.com/ChrisTrenkamp/goxpath v0.0.0-20210404020558-97928f7e12b6 go: downloading github.com/masterzen/simplexml v0.0.0-20190410153822-31eea3082786 go: downloading github.com/go-playground/universal-translator v0.18.0 go: downloading github.com/leodido/go-urn v1.2.1 go: downloading golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d go: downloading github.com/go-playground/locales v0.14.0 go: downloading k8s.io/apimachinery v0.22.1 go: downloading k8s.io/klog/v2 v2.20.0 go: downloading k8s.io/utils v0.0.0-20210820185131-d34e5cb4466e go: downloading github.com/go-logr/logr v1.1.0 go test -v ./... go: downloading github.com/stretchr/testify v1.7.0 ? github.com/k0sproject/k0sctl [no test files] ? github.com/k0sproject/k0sctl/analytics [no test files] ? github.com/k0sproject/k0sctl/cache [no test files] === RUN TestBuildHosts --- PASS: TestBuildHosts (0.00s) === RUN TestBuildHostsWithComments --- PASS: TestBuildHostsWithComments (0.00s) PASS ok github.com/k0sproject/k0sctl/cmd 0.072s ? github.com/k0sproject/k0sctl/configurer [no test files] === RUN TestAlpineConfigurerInterface --- PASS: TestAlpineConfigurerInterface (0.00s) === RUN TestPaths --- PASS: TestPaths (0.00s) PASS ok github.com/k0sproject/k0sctl/configurer/linux 0.044s ? github.com/k0sproject/k0sctl/configurer/linux/enterpriselinux [no test files] ? github.com/k0sproject/k0sctl/integration/github [no test files] ? github.com/k0sproject/k0sctl/integration/segment [no test files] === RUN TestConditionalPhase --- PASS: TestConditionalPhase (0.00s) === RUN TestConfigPhase time="2022-05-27T16:29:55Z" level=info msg="==> Running phase: config phase" --- PASS: TestConfigPhase (0.00s) === RUN TestHookedPhase time="2022-05-27T16:29:55Z" level=info msg="==> Running phase: hooked phase" --- PASS: TestHookedPhase (0.00s) PASS ok github.com/k0sproject/k0sctl/phase 0.070s === RUN TestAPIVersionValidation --- PASS: TestAPIVersionValidation (0.00s) === RUN TestK0sVersionValidation --- PASS: TestK0sVersionValidation (0.00s) PASS ok github.com/k0sproject/k0sctl/pkg/apis/k0sctl.k0sproject.io/v1beta1 0.056s === RUN TestFlags --- PASS: TestFlags (0.00s) === RUN TestFlagsWithQuotes --- PASS: TestFlagsWithQuotes (0.00s) === RUN TestString --- PASS: TestString (0.00s) === RUN TestHostK0sServiceName --- PASS: TestHostK0sServiceName (0.00s) === RUN TestK0sJoinTokenPath --- PASS: TestK0sJoinTokenPath (0.00s) === RUN TestK0sConfigPath --- PASS: TestK0sConfigPath (0.00s) === RUN TestUnQE --- PASS: TestUnQE (0.00s) === RUN TestK0sInstallCommand time="2022-05-27T16:29:52Z" level=warning msg="[local] localhost: user is not an administrator and passwordless access elevation has not been configured" time="2022-05-27T16:29:52Z" level=warning msg="[local] localhost: user is not an administrator and passwordless access elevation has not been configured" time="2022-05-27T16:29:52Z" level=warning msg="[local] localhost: user is not an administrator and passwordless access elevation has not been configured" time="2022-05-27T16:29:52Z" level=warning msg="[local] localhost: user is not an administrator and passwordless access elevation has not been configured" time="2022-05-27T16:29:52Z" level=warning msg="[local] localhost: user is not an administrator and passwordless access elevation has not been configured" time="2022-05-27T16:29:52Z" level=warning msg="[local] localhost: user is not an administrator and passwordless access elevation has not been configured" time="2022-05-27T16:29:52Z" level=warning msg="[local] localhost: user is not an administrator and passwordless access elevation has not been configured" --- PASS: TestK0sInstallCommand (0.00s) === RUN TestTokenID --- PASS: TestTokenID (0.00s) === RUN TestPermStringUnmarshalWithOctal --- PASS: TestPermStringUnmarshalWithOctal (0.00s) === RUN TestPermStringUnmarshalWithString --- PASS: TestPermStringUnmarshalWithString (0.00s) === RUN TestPermStringUnmarshalWithInvalidString --- PASS: TestPermStringUnmarshalWithInvalidString (0.00s) === RUN TestPermStringUnmarshalWithInvalidNumber --- PASS: TestPermStringUnmarshalWithInvalidNumber (0.00s) === RUN TestPermStringUnmarshalWithZero --- PASS: TestPermStringUnmarshalWithZero (0.00s) PASS ok github.com/k0sproject/k0sctl/pkg/apis/k0sctl.k0sproject.io/v1beta1/cluster 0.055s ? github.com/k0sproject/k0sctl/version [no test files] >>> k0sctl: Entering fakeroot... install -d /home/buildozer/aports/testing/k0sctl/pkg/k0sctl/usr/bin/ install -m 755 k0sctl /home/buildozer/aports/testing/k0sctl/pkg/k0sctl/usr/bin/ >>> k0sctl*: Running postcheck for k0sctl >>> k0sctl*: Preparing package k0sctl... >>> k0sctl*: Stripping binaries >>> k0sctl*: Scanning shared objects >>> k0sctl*: Tracing dependencies... >>> k0sctl*: Package size: 14.5 MB >>> k0sctl*: Compressing data... >>> k0sctl*: Create checksum... >>> k0sctl*: Create k0sctl-0.12.6-r0.apk >>> k0sctl: Build complete at Fri, 27 May 2022 16:29:56 +0000 elapsed time 0h 0m 37s >>> k0sctl: Cleaning up srcdir >>> k0sctl: Cleaning up pkgdir >>> k0sctl: Uninstalling dependencies... (1/3) Purging .makedepends-k0sctl (20220527.162920) (2/3) Purging go (1.18.2-r0) (3/3) Purging binutils-gold (2.38-r2) Executing busybox-1.35.0-r13.trigger OK: 300 MiB in 99 packages >>> k0sctl: Updating the testing/armhf repository index... >>> k0sctl: Signing the index...