:: 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: gomuks 0.3.1-1.0 (Wed Oct 9 19:15:15 2024) ==> Retrieving sources... -> Found gomuks-v0.3.1.tar.gz ==> Validating source files with sha512sums... gomuks-v0.3.1.tar.gz ... Passed ==> Validating source files with b2sums... gomuks-v0.3.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-09 ==> Making package: gomuks 0.3.1-1.0 (Wed Oct 9 19:15:24 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 (2) gcc-go-14.2.1+r134+gab884fffe3fc-1.0 libolm-3.2.16-4.0 Total Installed Size: 106.28 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 libolm... :: Running post-transaction hooks... (1/2) Arming ConditionNeedsUpdate... (2/2) Updating the info directory file... ==> Retrieving sources... -> Found gomuks-v0.3.1.tar.gz ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting gomuks-v0.3.1.tar.gz with bsdtar ==> Starting prepare()... mkdir: created directory 'gomuks-0.3.1/build' ==> Starting build()... go: downloading maunium.net/go/mauflag v1.0.0 go: downloading go.mau.fi/cbind v0.0.0-20220415094356-e1d579b7925e go: downloading go.mau.fi/tcell v0.4.0 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading maunium.net/go/mautrix v0.11.2-0.20240620211416-fa19263891f5 go: downloading github.com/sasha-s/go-deadlock v0.3.1 go: downloading github.com/gabriel-vasile/mimetype v1.4.4 go: downloading github.com/mattn/go-sqlite3 v1.14.22 go: downloading go.etcd.io/bbolt v1.3.10 go: downloading gopkg.in/vansante/go-ffprobe.v2 v2.2.0 go: downloading github.com/kyokomi/emoji/v2 v2.2.13 go: downloading github.com/lithammer/fuzzysearch v1.1.8 go: downloading github.com/lucasb-eyer/go-colorful v1.2.0 go: downloading github.com/tulir/go-runewidth v0.0.14-0.20221113132156-dc2fc6d28246 go: downloading github.com/rivo/uniseg v0.4.7 go: downloading github.com/yuin/goldmark v1.7.4 go: downloading github.com/zyedidia/clipboard v1.0.4 go: downloading go.mau.fi/mauview v0.2.1 go: downloading github.com/gdamore/encoding v1.0.0 go: downloading golang.org/x/sys v0.22.0 go: downloading golang.org/x/term v0.22.0 go: downloading golang.org/x/text v0.16.0 go: downloading github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 go: downloading golang.org/x/net v0.27.0 go: downloading golang.org/x/crypto v0.25.0 go: downloading github.com/gorilla/mux v1.8.0 go: downloading github.com/gorilla/websocket v1.5.0 go: downloading github.com/tidwall/gjson v1.17.1 go: downloading github.com/tidwall/sjson v1.2.5 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading maunium.net/go/maulogger/v2 v2.3.2 go: downloading github.com/disintegration/imaging v1.6.2 go: downloading golang.org/x/image v0.18.0 go: downloading github.com/alecthomas/chroma v0.10.0 go: downloading mvdan.cc/xurls/v2 v2.5.0 go: downloading github.com/tidwall/match v1.1.1 go: downloading github.com/tidwall/pretty v1.2.1 go: downloading github.com/dlclark/regexp2 v1.4.0 go build: when using gccgo toolchain, please pass linker flags using -gccgoflags, not -ldflags # github.com/rivo/uniseg ../pkg/mod/github.com/rivo/uniseg@v0.4.7/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.7/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.7/properties.go:137:23: error: expected ‘;’ or newline after top level declaration ../pkg/mod/github.com/rivo/uniseg@v0.4.7/properties.go:140:9: error: expected declaration 140 | to := len(dictionary) | ^ ../pkg/mod/github.com/rivo/uniseg@v0.4.7/properties.go:141:9: error: expected declaration 141 | for to > from { | ^ ../pkg/mod/github.com/rivo/uniseg@v0.4.7/properties.go:143:17: error: expected declaration 143 | cpRange := dictionary[middle] | ^ ../pkg/mod/github.com/rivo/uniseg@v0.4.7/properties.go:144:17: error: expected declaration 144 | if int(r) < cpRange[0] { | ^ ../pkg/mod/github.com/rivo/uniseg@v0.4.7/properties.go:146:25: error: expected declaration 146 | continue | ^ ../pkg/mod/github.com/rivo/uniseg@v0.4.7/properties.go:147:17: error: expected declaration 147 | } | ^ ../pkg/mod/github.com/rivo/uniseg@v0.4.7/properties.go:148:17: error: expected declaration 148 | if int(r) > cpRange[1] { | ^ ../pkg/mod/github.com/rivo/uniseg@v0.4.7/properties.go:150:25: error: expected declaration 150 | continue | ^ ../pkg/mod/github.com/rivo/uniseg@v0.4.7/properties.go:151:17: error: expected declaration 151 | } | ^ ../pkg/mod/github.com/rivo/uniseg@v0.4.7/properties.go:152:17: error: expected declaration 152 | return cpRange | ^ ../pkg/mod/github.com/rivo/uniseg@v0.4.7/properties.go:153:9: error: expected declaration 153 | } | ^ ../pkg/mod/github.com/rivo/uniseg@v0.4.7/properties.go:154:9: error: expected declaration 154 | return | ^ ../pkg/mod/github.com/rivo/uniseg@v0.4.7/properties.go:155:1: error: expected declaration 155 | } | ^ # github.com/petermattis/goid ../pkg/mod/github.com/petermattis/goid@v0.0.0-20180202154549-b0b1615b78e5/goid_slow.go:21:1: error: redefinition of ‘Get’ 21 | func Get() int64 { | ^ ../pkg/mod/github.com/petermattis/goid@v0.0.0-20180202154549-b0b1615b78e5/goid_gccgo.go:23:1: note: previous definition of ‘Get’ was here 23 | func Get() int64 { | ^ # go.etcd.io/bbolt ../pkg/mod/go.etcd.io/bbolt@v1.3.10/db.go:1380:34: error: array bound is not constant 1380 | _, _ = h.Write((*[unsafe.Offsetof(meta{}.checksum)]byte)(unsafe.Pointer(m))[:]) | ^ ../pkg/mod/go.etcd.io/bbolt@v1.3.10/db.go:1380:84: error: argument 1 has incompatible type (cannot use type *[]byte as type []byte) 1380 | _, _ = h.Write((*[unsafe.Offsetof(meta{}.checksum)]byte)(unsafe.Pointer(m))[:]) | ^ (null):0: confused by earlier errors, bailing out note: module requires Go 1.21 # github.com/yuin/goldmark/util ../pkg/mod/github.com/yuin/goldmark@v1.7.4/util/html5entities.go: In function ‘github_0com_1yuin_1goldmark_1util..import’: ../pkg/mod/github.com/yuin/goldmark@v1.7.4/util/html5entities.go:2:1: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without 2 | package util | ^ note: module requires Go 1.19 # github.com/yuin/goldmark/extension ../pkg/mod/github.com/yuin/goldmark@v1.7.4/extension/footnote.go:385:26: error: expected ‘(’ 385 | func WithFootnoteIDPrefix[T []byte | string](a T) FootnoteOption { | ^ ../pkg/mod/github.com/yuin/goldmark@v1.7.4/extension/footnote.go:385:30: error: expected operand 385 | func WithFootnoteIDPrefix[T []byte | string](a T) FootnoteOption { | ^ ../pkg/mod/github.com/yuin/goldmark@v1.7.4/extension/footnote.go:385:31: error: expected ‘]’ 385 | func WithFootnoteIDPrefix[T []byte | string](a T) FootnoteOption { | ^ ../pkg/mod/github.com/yuin/goldmark@v1.7.4/extension/footnote.go:385:31: error: expected ‘;’ or newline after top level declaration ../pkg/mod/github.com/yuin/goldmark@v1.7.4/extension/footnote.go:387:1: error: expected declaration 387 | } | ^ ../pkg/mod/github.com/yuin/goldmark@v1.7.4/extension/footnote.go:423:27: error: expected ‘(’ 423 | func WithFootnoteLinkTitle[T []byte | string](a T) FootnoteOption { | ^ ../pkg/mod/github.com/yuin/goldmark@v1.7.4/extension/footnote.go:423:31: error: expected operand 423 | func WithFootnoteLinkTitle[T []byte | string](a T) FootnoteOption { | ^ ../pkg/mod/github.com/yuin/goldmark@v1.7.4/extension/footnote.go:423:32: error: expected ‘]’ 423 | func WithFootnoteLinkTitle[T []byte | string](a T) FootnoteOption { | ^ ../pkg/mod/github.com/yuin/goldmark@v1.7.4/extension/footnote.go:423:32: error: expected ‘;’ or newline after top level declaration ../pkg/mod/github.com/yuin/goldmark@v1.7.4/extension/footnote.go:425:1: error: expected declaration 425 | } | ^ ../pkg/mod/github.com/yuin/goldmark@v1.7.4/extension/footnote.go:442:31: error: expected ‘(’ 442 | func WithFootnoteBacklinkTitle[T []byte | string](a T) FootnoteOption { | ^ ../pkg/mod/github.com/yuin/goldmark@v1.7.4/extension/footnote.go:442:35: error: expected operand 442 | func WithFootnoteBacklinkTitle[T []byte | string](a T) FootnoteOption { | ^ ../pkg/mod/github.com/yuin/goldmark@v1.7.4/extension/footnote.go:442:36: error: expected ‘]’ 442 | func WithFootnoteBacklinkTitle[T []byte | string](a T) FootnoteOption { | ^ ../pkg/mod/github.com/yuin/goldmark@v1.7.4/extension/footnote.go:442:36: error: expected ‘;’ or newline after top level declaration ../pkg/mod/github.com/yuin/goldmark@v1.7.4/extension/footnote.go:444:1: error: expected declaration 444 | } | ^ ../pkg/mod/github.com/yuin/goldmark@v1.7.4/extension/footnote.go:461:27: error: expected ‘(’ 461 | func WithFootnoteLinkClass[T []byte | string](a T) FootnoteOption { | ^ ../pkg/mod/github.com/yuin/goldmark@v1.7.4/extension/footnote.go:461:31: error: expected operand 461 | func WithFootnoteLinkClass[T []byte | string](a T) FootnoteOption { | ^ ../pkg/mod/github.com/yuin/goldmark@v1.7.4/extension/footnote.go:461:32: error: expected ‘]’ 461 | func WithFootnoteLinkClass[T []byte | string](a T) FootnoteOption { | ^ ../pkg/mod/github.com/yuin/goldmark@v1.7.4/extension/footnote.go:461:32: error: expected ‘;’ or newline after top level declaration ../pkg/mod/github.com/yuin/goldmark@v1.7.4/extension/footnote.go:463:1: error: expected declaration 463 | } | ^ ../pkg/mod/github.com/yuin/goldmark@v1.7.4/extension/footnote.go:480:31: error: expected ‘(’ 480 | func WithFootnoteBacklinkClass[T []byte | string](a T) FootnoteOption { | ^ ../pkg/mod/github.com/yuin/goldmark@v1.7.4/extension/footnote.go:480:35: error: expected operand 480 | func WithFootnoteBacklinkClass[T []byte | string](a T) FootnoteOption { | ^ ../pkg/mod/github.com/yuin/goldmark@v1.7.4/extension/footnote.go:480:36: error: expected ‘]’ 480 | func WithFootnoteBacklinkClass[T []byte | string](a T) FootnoteOption { | ^ ../pkg/mod/github.com/yuin/goldmark@v1.7.4/extension/footnote.go:480:36: error: expected ‘;’ or newline after top level declaration ../pkg/mod/github.com/yuin/goldmark@v1.7.4/extension/footnote.go:482:1: error: expected declaration 482 | } | ^ ../pkg/mod/github.com/yuin/goldmark@v1.7.4/extension/footnote.go:499:30: error: expected ‘(’ 499 | func WithFootnoteBacklinkHTML[T []byte | string](a T) FootnoteOption { | ^ ../pkg/mod/github.com/yuin/goldmark@v1.7.4/extension/footnote.go:499:34: error: expected operand 499 | func WithFootnoteBacklinkHTML[T []byte | string](a T) FootnoteOption { | ^ ../pkg/mod/github.com/yuin/goldmark@v1.7.4/extension/footnote.go:499:35: error: expected ‘]’ 499 | func WithFootnoteBacklinkHTML[T []byte | string](a T) FootnoteOption { | ^ ../pkg/mod/github.com/yuin/goldmark@v1.7.4/extension/footnote.go:499:35: error: expected ‘;’ or newline after top level declaration ../pkg/mod/github.com/yuin/goldmark@v1.7.4/extension/footnote.go:501:1: error: expected declaration 501 | } | ^ ../pkg/mod/github.com/yuin/goldmark@v1.7.4/extension/linkify.go:69:33: error: expected ‘(’ 69 | func WithLinkifyAllowedProtocols[T []byte | string](value []T) LinkifyOption { | ^ ../pkg/mod/github.com/yuin/goldmark@v1.7.4/extension/linkify.go:69:37: error: expected operand 69 | func WithLinkifyAllowedProtocols[T []byte | string](value []T) LinkifyOption { | ^ ../pkg/mod/github.com/yuin/goldmark@v1.7.4/extension/linkify.go:69:38: error: expected ‘]’ 69 | func WithLinkifyAllowedProtocols[T []byte | string](value []T) LinkifyOption { | ^ ../pkg/mod/github.com/yuin/goldmark@v1.7.4/extension/linkify.go:69:38: error: expected ‘;’ or newline after top level declaration ../pkg/mod/github.com/yuin/goldmark@v1.7.4/extension/linkify.go:71:9: error: expected declaration 71 | for _, v := range value { | ^ ../pkg/mod/github.com/yuin/goldmark@v1.7.4/extension/linkify.go:73:9: error: expected declaration 73 | } | ^ ../pkg/mod/github.com/yuin/goldmark@v1.7.4/extension/linkify.go:74:9: error: expected declaration 74 | return opt | ^ ../pkg/mod/github.com/yuin/goldmark@v1.7.4/extension/linkify.go:75:1: error: expected declaration 75 | } | ^ ../pkg/mod/github.com/yuin/goldmark@v1.7.4/extension/typographer.go:118:34: error: expected ‘(’ 118 | func WithTypographicSubstitutions[T []byte | string](values map[TypographicPunctuation]T) TypographerOption { | ^ ../pkg/mod/github.com/yuin/goldmark@v1.7.4/extension/typographer.go:118:38: error: expected operand 118 | func WithTypographicSubstitutions[T []byte | string](values map[TypographicPunctuation]T) TypographerOption { | ^ ../pkg/mod/github.com/yuin/goldmark@v1.7.4/extension/typographer.go:118:39: error: expected ‘]’ 118 | func WithTypographicSubstitutions[T []byte | string](values map[TypographicPunctuation]T) TypographerOption { | ^ ../pkg/mod/github.com/yuin/goldmark@v1.7.4/extension/typographer.go:118:39: error: expected ‘;’ or newline after top level declaration ../pkg/mod/github.com/yuin/goldmark@v1.7.4/extension/typographer.go:120:9: error: expected declaration 120 | for k, v := range values { | ^ ../pkg/mod/github.com/yuin/goldmark@v1.7.4/extension/typographer.go:122:9: error: expected declaration 122 | } | ^ ../pkg/mod/github.com/yuin/goldmark@v1.7.4/extension/typographer.go:124:9: error: expected declaration 124 | return &withTypographicSubstitutions{replacements} | ^ ../pkg/mod/github.com/yuin/goldmark@v1.7.4/extension/typographer.go:125:1: error: expected declaration 125 | } | ^ note: module requires Go 1.19 # github.com/kyokomi/emoji/v2 ../pkg/mod/github.com/kyokomi/emoji/v2@v2.2.13/emoji_codemap.go: In function ‘github.com/kyokomi/emoji/v2.emojiRevCode..func1’: ../pkg/mod/github.com/kyokomi/emoji/v2@v2.2.13/emoji_codemap.go:4798:36: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without 4798 | emojiRevCodeMapInitOnce.Do(func() { | ^ # golang.org/x/image/ccitt ../pkg/mod/golang.org/x/image@v0.18.0/ccitt/reader.go:668:19: error: some element keys in composite literal are out of range 668 | var readerModes = [...]readerMode{ | ^ ==> 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