:: 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: emptty 0.14.0-1.0 (Wed May 7 14:27:44 2025) ==> Retrieving sources... -> Found emptty-0.14.0.tar.gz ==> Validating source files with sha512sums... emptty-0.14.0.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 2025-06-16 ==> Making package: emptty 0.14.0-1.0 (Wed May 7 14:27:54 2025) ==> Checking runtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Packages (6) libxau-1.0.12-1.0 libxcb-1.17.0-1.0 libxdmcp-1.1.5-1.0 xcb-proto-1.17.0-3.0 xorgproto-2024.1-2.0 libx11-1.8.12-1.0 Total Installed Size: 16.20 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing xcb-proto... installing xorgproto... installing libxdmcp... installing libxau... installing libxcb... installing libx11... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> 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 (5) perl-error-0.17029-7.0 perl-mailtools-2.22-1.0 perl-timedate-2.33-7.0 gcc-go-14.2.1+r753+g1cd744a6828f-1.0 git-2.47.0-1.0 Total Installed Size: 146.78 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing gcc-go... installing perl-error... installing perl-timedate... installing perl-mailtools... installing git... Optional dependencies for git tk: gitk and git gui openssh: ssh transport and crypto perl-libwww: git svn perl-term-readkey: git svn and interactive.singlekey setting perl-io-socket-ssl: git send-email TLS support perl-authen-sasl: git send-email TLS support perl-mediawiki-api: git mediawiki support perl-datetime-format-iso8601: git mediawiki support perl-lwp-protocol-https: git mediawiki https support perl-cgi: gitweb (web interface) support python: git svn & git p4 subversion: git svn org.freedesktop.secrets: keyring credential helper libsecret: libsecret credential helper [installed] :: Running post-transaction hooks... (1/5) Creating system user accounts... /usr/lib/sysusers.d/uuidd.conf:1: Unknown modifier 'u!'. Creating group 'git' with GID 972. Creating user 'git' (git daemon user) with UID 972 and GID 972. (2/5) Reloading system manager configuration... Skipped: Current root is not booted. (3/5) Arming ConditionNeedsUpdate... (4/5) Checking for old perl modules... (5/5) Updating the info directory file... ==> Retrieving sources... -> Found emptty-0.14.0.tar.gz ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting emptty-0.14.0.tar.gz with bsdtar ==> Starting build()... Building... fatal: not a git repository (or any of the parent directories): .git go: downloading github.com/msteinert/pam/v2 v2.0.0 go build: when using gccgo toolchain, please pass linker flags using -gccgoflags, not -ldflags # github.com/msteinert/pam/v2 /build/go/pkg/mod/github.com/msteinert/pam/v2@v2.0.0/transaction.go:131:20: error: reference to undefined identifier ‘atomic.Int32’ 131 | lastStatus atomic.Int32 | ^ /build/go/pkg/mod/github.com/msteinert/pam/v2@v2.0.0/transaction.go:211:10: error: reference to undefined name ‘conv’ 211 | t := &Transaction{ | ^ /build/go/pkg/mod/github.com/msteinert/pam/v2@v2.0.0/transaction.go:212:17: error: reference to undefined name ‘c’ 212 | conv: &C.struct_pam_conv{}, | ^ /build/go/pkg/mod/github.com/msteinert/pam/v2@v2.0.0/transaction.go:169:2: error: return with value in function with no return type 169 | func Start(service, user string, handler ConversationHandler) (*Transaction, error) { | ^ /build/go/pkg/mod/github.com/msteinert/pam/v2@v2.0.0/transaction.go:175:2: error: return with value in function with no return type 175 | func StartFunc(service, user string, handler func(Style, string) (string, error)) (*Transaction, error) { | ^ /build/go/pkg/mod/github.com/msteinert/pam/v2@v2.0.0/transaction.go:194:10: error: return with value in function with no return type 194 | if !CheckPamHasStartConfdir() { | ^ /build/go/pkg/mod/github.com/msteinert/pam/v2@v2.0.0/transaction.go:199:2: error: return with value in function with no return type 199 | | ^ /build/go/pkg/mod/github.com/msteinert/pam/v2@v2.0.0/transaction.go:206:18: error: return with value in function with no return type 206 | if !CheckPamHasBinaryProtocol() { | ^ /build/go/pkg/mod/github.com/msteinert/pam/v2@v2.0.0/transaction.go:233:17: error: return with value in function with no return type 233 | var _ = t.End() | ^ /build/go/pkg/mod/github.com/msteinert/pam/v2@v2.0.0/transaction.go:235:9: error: return with value in function with no return type 235 | } | ^ note: module requires Go 1.20 make: *** [Makefile:24: build] Error 2 ==> 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: build@euronuc-i486