:: 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: charm 0.12.6-2.0 (Wed Oct 9 20:31:03 2024) ==> Retrieving sources... -> Updating charm git repo... -> Found charm.conf -> Found systemd.service -> Found sysusers.conf -> Found tmpfiles.conf ==> Validating source files with sha512sums... charm ... Passed charm.conf ... Passed systemd.service ... Passed sysusers.conf ... Passed tmpfiles.conf ... Passed ==> Validating source files with b2sums... charm ... Passed charm.conf ... Passed systemd.service ... Passed sysusers.conf ... Passed tmpfiles.conf ... 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-09 ==> Making package: charm 0.12.6-2.0 (Wed Oct 9 20:31:13 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 (5) perl-error-0.17029-7.0 perl-mailtools-2.21-9.0 perl-timedate-2.33-7.0 gcc-go-14.2.1+r134+gab884fffe3fc-1.0 git-2.47.0-1.0 Total Installed Size: 147.29 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... 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] installing gcc-go... :: Running post-transaction hooks... (1/5) Creating system user accounts... 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) Warn about old perl modules (5/5) Updating the info directory file... ==> Retrieving sources... -> Found charm.conf -> Found systemd.service -> Found sysusers.conf -> Found tmpfiles.conf ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Creating working copy of charm git repo... Cloning into 'charm'... done. Switched to a new branch 'makepkg' ==> Starting prepare()... ==> Starting build()... go build: when using gccgo toolchain, please pass linker flags using -gccgoflags, not -ldflags github.com/caarlos0/env/v6 github.com/calmh/randomart github.com/charmbracelet/charm/proto golang.org/x/sys/unix github.com/containerd/console github.com/mattn/go-isatty github.com/mattn/go-localereader github.com/rivo/uniseg # github.com/rivo/uniseg ../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) { | ^ ../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) { | ^ ../pkg/mod/github.com/rivo/uniseg@v0.4.4/properties.go:137:23: error: expected ‘;’ or newline after top level declaration ../pkg/mod/github.com/rivo/uniseg@v0.4.4/properties.go:140:9: error: expected declaration 140 | to := len(dictionary) | ^ ../pkg/mod/github.com/rivo/uniseg@v0.4.4/properties.go:141:9: error: expected declaration 141 | for to > from { | ^ ../pkg/mod/github.com/rivo/uniseg@v0.4.4/properties.go:143:17: error: expected declaration 143 | cpRange := dictionary[middle] | ^ ../pkg/mod/github.com/rivo/uniseg@v0.4.4/properties.go:144:17: error: expected declaration 144 | if int(r) < cpRange[0] { | ^ ../pkg/mod/github.com/rivo/uniseg@v0.4.4/properties.go:146:25: error: expected declaration 146 | continue | ^ ../pkg/mod/github.com/rivo/uniseg@v0.4.4/properties.go:147:17: error: expected declaration 147 | } | ^ ../pkg/mod/github.com/rivo/uniseg@v0.4.4/properties.go:148:17: error: expected declaration 148 | if int(r) > cpRange[1] { | ^ ../pkg/mod/github.com/rivo/uniseg@v0.4.4/properties.go:150:25: error: expected declaration 150 | continue | ^ ../pkg/mod/github.com/rivo/uniseg@v0.4.4/properties.go:151:17: error: expected declaration 151 | } | ^ ../pkg/mod/github.com/rivo/uniseg@v0.4.4/properties.go:152:17: error: expected declaration 152 | return cpRange | ^ ../pkg/mod/github.com/rivo/uniseg@v0.4.4/properties.go:153:9: error: expected declaration 153 | } | ^ ../pkg/mod/github.com/rivo/uniseg@v0.4.4/properties.go:154:9: error: expected declaration 154 | return | ^ ../pkg/mod/github.com/rivo/uniseg@v0.4.4/properties.go:155:1: error: expected declaration 155 | } | ^ github.com/muesli/cancelreader github.com/aymanbagabas/go-osc52/v2 github.com/lucasb-eyer/go-colorful golang.org/x/sync/errgroup golang.org/x/term golang.org/x/crypto/blowfish github.com/caarlos0/sshmarshal/internal/bcrypt_pbkdf golang.org/x/crypto/internal/alias golang.org/x/crypto/chacha20 golang.org/x/crypto/curve25519/internal/field golang.org/x/crypto/curve25519 golang.org/x/crypto/ed25519 golang.org/x/crypto/internal/poly1305 golang.org/x/crypto/ssh/internal/bcrypt_pbkdf golang.org/x/crypto/ssh github.com/caarlos0/sshmarshal github.com/charmbracelet/keygen github.com/golang-jwt/jwt/v4 github.com/google/uuid github.com/mitchellh/go-homedir github.com/muesli/go-app-paths golang.org/x/crypto/chacha20poly1305 golang.org/x/crypto/poly1305 github.com/muesli/sasquatch/stream golang.org/x/crypto/hkdf golang.org/x/crypto/pbkdf2 golang.org/x/crypto/scrypt golang.org/x/crypto/ssh/agent golang.org/x/crypto/ssh/terminal github.com/muesli/sasquatch github.com/jacobsa/crypto/common github.com/jacobsa/crypto/cmac github.com/jacobsa/crypto/siv github.com/go-logfmt/logfmt github.com/dgraph-io/badger/v3/options github.com/gogo/protobuf/proto github.com/dgraph-io/badger/v3/pb github.com/cespare/xxhash github.com/cespare/xxhash/v2 github.com/dgraph-io/ristretto/z/simd github.com/dustin/go-humanize github.com/golang/glog github.com/pkg/errors github.com/dgraph-io/ristretto/z github.com/golang/snappy github.com/klauspost/compress/fse github.com/klauspost/compress/huff0 github.com/klauspost/compress/zstd/internal/xxhash github.com/klauspost/compress/zstd golang.org/x/net/internal/timeseries golang.org/x/net/trace github.com/dgraph-io/badger/v3/y github.com/dgraph-io/badger/v3/skl github.com/google/flatbuffers/go github.com/dgraph-io/badger/v3/fb github.com/dgraph-io/ristretto google.golang.org/protobuf/internal/detrand google.golang.org/protobuf/internal/errors google.golang.org/protobuf/encoding/protowire google.golang.org/protobuf/internal/pragma google.golang.org/protobuf/reflect/protoreflect google.golang.org/protobuf/internal/encoding/messageset google.golang.org/protobuf/internal/flags google.golang.org/protobuf/internal/strs google.golang.org/protobuf/internal/encoding/text google.golang.org/protobuf/internal/genid google.golang.org/protobuf/internal/order google.golang.org/protobuf/internal/set google.golang.org/protobuf/reflect/protoregistry google.golang.org/protobuf/runtime/protoiface google.golang.org/protobuf/proto google.golang.org/protobuf/encoding/prototext google.golang.org/protobuf/internal/encoding/defval google.golang.org/protobuf/internal/descfmt google.golang.org/protobuf/internal/descopts google.golang.org/protobuf/internal/filedesc google.golang.org/protobuf/internal/encoding/tag google.golang.org/protobuf/internal/impl google.golang.org/protobuf/internal/filetype google.golang.org/protobuf/internal/version google.golang.org/protobuf/runtime/protoimpl google.golang.org/protobuf/types/descriptorpb google.golang.org/protobuf/reflect/protodesc github.com/golang/protobuf/proto github.com/dgraph-io/badger/v3/table github.com/dgraph-io/badger/v3/trie github.com/golang/groupcache/lru go.opencensus.io go.opencensus.io/internal go.opencensus.io/trace/internal go.opencensus.io/trace/tracestate go.opencensus.io/trace github.com/dgraph-io/badger/v3 github.com/auth0/go-jwt-middleware/v2 gopkg.in/square/go-jose.v2/cipher gopkg.in/square/go-jose.v2/json gopkg.in/square/go-jose.v2 gopkg.in/square/go-jose.v2/jwt github.com/auth0/go-jwt-middleware/v2/validator github.com/charmbracelet/charm/server/db modernc.org/libc/errno modernc.org/libc/fcntl modernc.org/libc/fts modernc.org/libc/grp modernc.org/libc/honnef.co/go/netdb modernc.org/libc/langinfo modernc.org/libc/limits modernc.org/libc/netdb modernc.org/libc/netinet/in modernc.org/libc/poll modernc.org/libc/pthread modernc.org/libc/pwd modernc.org/libc/signal modernc.org/libc/stdio modernc.org/libc/stdlib modernc.org/libc/sys/socket modernc.org/libc/sys/stat modernc.org/libc/sys/types modernc.org/libc/termios modernc.org/libc/time modernc.org/libc/unistd modernc.org/libc/uuid/uuid github.com/remyoudompheng/bigfft # github.com/remyoudompheng/bigfft ../pkg/mod/github.com/remyoudompheng/bigfft@v0.0.0-20200410134404-eec4a21b6bb0/arith_386.s:3:10: fatal error: textflag.h: No such file or directory 3 | #include "textflag.h" | ^~~~~~~~~~~~ compilation terminated. modernc.org/memory github.com/charmbracelet/charm/server/stats github.com/charmbracelet/charm/server/stats/noop github.com/beorn7/perks/quantile google.golang.org/protobuf/types/known/timestamppb github.com/golang/protobuf/ptypes/timestamp github.com/prometheus/client_model/go github.com/prometheus/common/model github.com/prometheus/client_golang/prometheus/internal github.com/matttproud/golang_protobuf_extensions/pbutil github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg github.com/prometheus/common/expfmt github.com/prometheus/procfs/internal/fs github.com/prometheus/procfs/internal/util github.com/prometheus/procfs github.com/prometheus/client_golang/prometheus github.com/prometheus/client_golang/prometheus/promauto github.com/prometheus/client_golang/prometheus/promhttp github.com/charmbracelet/charm/server/storage github.com/anmitsu/go-shlex github.com/charmbracelet/ssh github.com/xrash/smetrics github.com/muesli/toktok goji.io/internal goji.io goji.io/pattern goji.io/pat github.com/charmbracelet/charm/server/db/sqlite/migration github.com/spf13/pflag github.com/spf13/cobra github.com/atotto/clipboard github.com/charmbracelet/bubbles/runeutil github.com/muesli/mango github.com/muesli/mango-pflag github.com/muesli/mango-cobra github.com/muesli/roff ==> 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