:: Synchronizing package databases... build-support-manual downloading... build-support downloading... core-staging downloading... extra-staging downloading... core-testing downloading... core downloading... extra-testing downloading... extra downloading... :: Starting full system upgrade... there is nothing to do ==> Building in chroot for [extra-staging-with-build-support] (i486)... ==> Synchronizing chroot copy [/var/lib/archbuild/extra-staging-with-build-support-i486/root] -> [build]...done ==> Making package: repro-get 0.4.1-2.0 (Fri Oct 18 16:37:49 2024) ==> Retrieving sources... -> Found repro-get-0.4.1.tar.gz ==> Validating source files with b2sums... repro-get-0.4.1.tar.gz ... Passed gpg: Warning: using insecure memory! ==> Appending keys from archlinux32.gpg... gpg: Warning: using insecure memory! gpg: Warning: using insecure memory! gpg: Warning: using insecure memory! gpg: Warning: using insecure memory! gpg: Warning: using insecure memory! gpg: Warning: using insecure memory! gpg: Warning: using insecure memory! gpg: Warning: using insecure memory! gpg: Warning: using insecure memory! gpg: Warning: using insecure memory! gpg: Warning: using insecure memory! gpg: Warning: using insecure memory! gpg: Warning: using insecure memory! gpg: Warning: using insecure memory! ==> Updating trust database... gpg: Warning: using insecure memory! gpg: next trustdb check due at 2024-11-18 ==> Making package: repro-get 0.4.1-2.0 (Fri Oct 18 16:37:57 2024) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Installing missing dependencies... :: There are 2 providers available for go: :: Repository core-staging 1) gcc-go :: Repository core 2) gcc-go Enter a number (default=1): resolving dependencies... looking for conflicting packages... Packages (1) gcc-go-14.2.1+r134+gab884fffe3fc-1.0 Total Installed Size: 105.99 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing gcc-go... :: Running post-transaction hooks... (1/2) Arming ConditionNeedsUpdate... (2/2) Updating the info directory file... ==> Retrieving sources... -> Found repro-get-0.4.1.tar.gz ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting repro-get-0.4.1.tar.gz with bsdtar ==> Starting build()... go: downloading github.com/google/go-cmp v0.5.9 go: downloading github.com/sirupsen/logrus v1.9.3 go: downloading github.com/spf13/cobra v1.7.0 go: downloading github.com/containerd/continuity v0.4.2 go: downloading github.com/cyphar/filepath-securejoin v0.2.4 go: downloading github.com/opencontainers/go-digest v1.0.0 go: downloading pault.ag/go/debian v0.15.0 go: downloading github.com/fatih/color v1.15.0 go: downloading github.com/containerd/containerd v1.7.5 go: downloading github.com/containerd/nerdctl v1.5.0 go: downloading golang.org/x/sys v0.10.0 go: downloading github.com/spf13/pflag v1.0.5 go: downloading golang.org/x/sync v0.3.0 go: downloading github.com/cheggaaa/pb/v3 v3.1.4 go: downloading github.com/mattn/go-isatty v0.0.19 go: downloading golang.org/x/crypto v0.11.0 go: downloading pault.ag/go/topsort v0.1.1 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading github.com/docker/cli v24.0.5+incompatible go: downloading github.com/docker/docker v24.0.5+incompatible go: downloading github.com/opencontainers/image-spec v1.1.0-rc4 go: downloading github.com/moby/locker v1.0.1 go: downloading github.com/VividCortex/ewma v1.2.0 go: downloading github.com/mattn/go-runewidth v0.0.15 go: downloading github.com/pelletier/go-toml v1.9.5 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/docker/docker-credential-helpers v0.8.0 go: downloading google.golang.org/grpc v1.56.2 go: downloading go.opentelemetry.io/otel v1.16.0 go: downloading go.opentelemetry.io/otel/trace v1.16.0 go: downloading github.com/rivo/uniseg v0.4.4 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230724170836-66ad5b6ff146 go: downloading github.com/klauspost/compress v1.16.7 go: downloading github.com/go-logr/logr v1.2.4 go: downloading go.opentelemetry.io/otel/metric v1.16.0 go: downloading google.golang.org/protobuf v1.31.0 go: downloading github.com/golang/protobuf v1.5.3 go: downloading github.com/go-logr/stdr v1.2.2 go build: when using gccgo toolchain, please pass linker flags using -gccgoflags, not -ldflags # github.com/rivo/uniseg /build/go/pkg/mod/github.com/rivo/uniseg@v0.4.4/properties.go:137:20: error: expected ‘(’ 137 | func propertySearch[E interface{ [3]int | [4]int }](dictionary []E, r rune) (result E) { | ^ /build/go/pkg/mod/github.com/rivo/uniseg@v0.4.4/properties.go:137:23: error: expected ‘]’ 137 | func propertySearch[E interface{ [3]int | [4]int }](dictionary []E, r rune) (result E) { | ^ /build/go/pkg/mod/github.com/rivo/uniseg@v0.4.4/properties.go:137:23: error: expected ‘;’ or newline after top level declaration /build/go/pkg/mod/github.com/rivo/uniseg@v0.4.4/properties.go:140:9: error: expected declaration 140 | to := len(dictionary) | ^ /build/go/pkg/mod/github.com/rivo/uniseg@v0.4.4/properties.go:141:9: error: expected declaration 141 | for to > from { | ^ /build/go/pkg/mod/github.com/rivo/uniseg@v0.4.4/properties.go:143:17: error: expected declaration 143 | cpRange := dictionary[middle] | ^ /build/go/pkg/mod/github.com/rivo/uniseg@v0.4.4/properties.go:144:17: error: expected declaration 144 | if int(r) < cpRange[0] { | ^ /build/go/pkg/mod/github.com/rivo/uniseg@v0.4.4/properties.go:146:25: error: expected declaration 146 | continue | ^ /build/go/pkg/mod/github.com/rivo/uniseg@v0.4.4/properties.go:147:17: error: expected declaration 147 | } | ^ /build/go/pkg/mod/github.com/rivo/uniseg@v0.4.4/properties.go:148:17: error: expected declaration 148 | if int(r) > cpRange[1] { | ^ /build/go/pkg/mod/github.com/rivo/uniseg@v0.4.4/properties.go:150:25: error: expected declaration 150 | continue | ^ /build/go/pkg/mod/github.com/rivo/uniseg@v0.4.4/properties.go:151:17: error: expected declaration 151 | } | ^ /build/go/pkg/mod/github.com/rivo/uniseg@v0.4.4/properties.go:152:17: error: expected declaration 152 | return cpRange | ^ /build/go/pkg/mod/github.com/rivo/uniseg@v0.4.4/properties.go:153:9: error: expected declaration 153 | } | ^ /build/go/pkg/mod/github.com/rivo/uniseg@v0.4.4/properties.go:154:9: error: expected declaration 154 | return | ^ /build/go/pkg/mod/github.com/rivo/uniseg@v0.4.4/properties.go:155:1: error: expected declaration 155 | } | ^ # github.com/docker/docker-credential-helpers/client /build/go/pkg/mod/github.com/docker/docker-credential-helpers@v0.8.0/client/command.go:34:59: error: reference to undefined field or method ‘Environ’ 34 | programCmd.Env = append(programCmd.Environ(), k+"="+v) | ^ note: module requires Go 1.19 ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Build failed, check /var/lib/archbuild/extra-staging-with-build-support-i486/build/build used straw: :with_build_support:without_check: build@euronuc-i486