==> Synchronizing chroot copy [/home/alhp/workspace2/chroot/root] -> [build_8b111cf0-46c9-4d7b-b815-36382b46c8bc]...done ==> Making package: gomuks 0.3.0-2.2 (Sat Dec 9 21:42:17 2023) ==> Retrieving sources... -> Downloading gomuks-v0.3.0.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 100 161k 0 161k 0 0 243k 0 --:--:-- --:--:-- --:--:-- 243k 100 285k 0 285k 0 0 402k 0 --:--:-- --:--:-- --:--:-- 2748k ==> Validating source files with sha512sums... gomuks-v0.3.0.tar.gz ... Passed ==> Validating source files with b2sums... gomuks-v0.3.0.tar.gz ... Passed ==> Making package: gomuks 0.3.0-2.2 (Sat Dec 9 21:42:39 2023) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Package (2) New Version Net Change extra/go 2:1.21.5-1 201.91 MiB extra/libolm 3.2.15-1 0.22 MiB Total Installed Size: 202.13 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing libolm... installing go... [?25h==> Retrieving sources... -> Found gomuks-v0.3.0.tar.gz ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting gomuks-v0.3.0.tar.gz with bsdtar ==> Starting prepare()... mkdir: created directory 'gomuks-0.3.0/build' ==> Starting build()... go: downloading maunium.net/go/mautrix v0.11.0 go: downloading github.com/tulir/go-runewidth v0.0.14-0.20221113132156-dc2fc6d28246 go: downloading github.com/rivo/uniseg v0.4.2 go: downloading github.com/kyokomi/emoji/v2 v2.2.10 go: downloading github.com/lithammer/fuzzysearch v1.1.5 go: downloading github.com/lucasb-eyer/go-colorful v1.2.0 go: downloading github.com/sasha-s/go-deadlock v0.3.1 go: downloading github.com/yuin/goldmark v1.5.3 go: downloading github.com/zyedidia/clipboard v1.0.4 go: downloading go.mau.fi/mauview v0.2.1 go: downloading go.mau.fi/tcell v0.4.0 go: downloading go.mau.fi/cbind v0.0.0-20220415094356-e1d579b7925e go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/gabriel-vasile/mimetype v1.4.1 go: downloading github.com/mattn/go-sqlite3 v1.14.16 go: downloading go.etcd.io/bbolt v1.3.6 go: downloading gopkg.in/vansante/go-ffprobe.v2 v2.1.1 go: downloading github.com/alecthomas/chroma v0.10.0 go: downloading golang.org/x/net v0.2.0 go: downloading mvdan.cc/xurls/v2 v2.4.0 go: downloading github.com/disintegration/imaging v1.6.2 go: downloading golang.org/x/image v0.1.0 go: downloading golang.org/x/sys v0.2.0 go: downloading github.com/gdamore/encoding v1.0.0 go: downloading golang.org/x/term v0.2.0 go: downloading golang.org/x/text v0.4.0 go: downloading github.com/dlclark/regexp2 v1.4.0 ../pkg/mod/go.mau.fi/tcell@v0.4.0/colorfit.go:18:2: github.com/lucasb-eyer/go-colorful@v1.2.0: Get "https://proxy.golang.org/github.com/lucasb-eyer/go-colorful/@v/v1.2.0.zip": net/http: TLS handshake timeout ../pkg/mod/go.mau.fi/tcell@v0.4.0/cell.go:18:2: github.com/tulir/go-runewidth@v0.0.14-0.20221113132156-dc2fc6d28246: Get "https://proxy.golang.org/github.com/tulir/go-runewidth/@v/v0.0.14-0.20221113132156-dc2fc6d28246.zip": net/http: TLS handshake timeout debug/debug.go:29:2: github.com/sasha-s/go-deadlock@v0.3.1: Get "https://proxy.golang.org/github.com/sasha-s/go-deadlock/@v/v0.3.1.zip": net/http: TLS handshake timeout matrix/rooms/room.go:29:2: maunium.net/go/mautrix@v0.11.0: Get "https://proxy.golang.org/maunium.net/go/mautrix/@v/v0.11.0.zip": net/http: TLS handshake timeout matrix/rooms/room.go:30:2: maunium.net/go/mautrix@v0.11.0: Get "https://proxy.golang.org/maunium.net/go/mautrix/@v/v0.11.0.zip": net/http: TLS handshake timeout matrix/rooms/room.go:31:2: maunium.net/go/mautrix@v0.11.0: Get "https://proxy.golang.org/maunium.net/go/mautrix/@v/v0.11.0.zip": net/http: TLS handshake timeout config/config.go:33:2: maunium.net/go/mautrix@v0.11.0: Get "https://proxy.golang.org/maunium.net/go/mautrix/@v/v0.11.0.zip": net/http: TLS handshake timeout interface/matrix.go:21:2: maunium.net/go/mautrix@v0.11.0: Get "https://proxy.golang.org/maunium.net/go/mautrix/@v/v0.11.0.zip": net/http: TLS handshake timeout matrix/crypto.go:29:2: maunium.net/go/mautrix@v0.11.0: Get "https://proxy.golang.org/maunium.net/go/mautrix/@v/v0.11.0.zip": net/http: TLS handshake timeout matrix/matrix.go:40:2: maunium.net/go/mautrix@v0.11.0: Get "https://proxy.golang.org/maunium.net/go/mautrix/@v/v0.11.0.zip": net/http: TLS handshake timeout ui/room-view.go:26:2: github.com/kyokomi/emoji/v2@v2.2.10: Get "https://proxy.golang.org/github.com/kyokomi/emoji/v2/@v/v2.2.10.zip": net/http: TLS handshake timeout ui/fuzzy-search-modal.go:24:2: github.com/lithammer/fuzzysearch@v1.1.5: Get "https://proxy.golang.org/github.com/lithammer/fuzzysearch/@v/v1.1.5.zip": net/http: TLS handshake timeout ui/rainbow.go:24:2: github.com/rivo/uniseg@v0.4.2: Get "https://proxy.golang.org/github.com/rivo/uniseg/@v/v0.4.2.zip": net/http: TLS handshake timeout ui/commands.go:40:2: github.com/yuin/goldmark@v1.5.3: Get "https://proxy.golang.org/github.com/yuin/goldmark/@v/v1.5.3.zip": net/http: TLS handshake timeout ui/rainbow.go:26:2: github.com/yuin/goldmark@v1.5.3: Get "https://proxy.golang.org/github.com/yuin/goldmark/@v/v1.5.3.zip": net/http: TLS handshake timeout ui/rainbow.go:27:2: github.com/yuin/goldmark@v1.5.3: Get "https://proxy.golang.org/github.com/yuin/goldmark/@v/v1.5.3.zip": net/http: TLS handshake timeout ui/rainbow.go:28:2: github.com/yuin/goldmark@v1.5.3: Get "https://proxy.golang.org/github.com/yuin/goldmark/@v/v1.5.3.zip": net/http: TLS handshake timeout ui/rainbow.go:29:2: github.com/yuin/goldmark@v1.5.3: Get "https://proxy.golang.org/github.com/yuin/goldmark/@v/v1.5.3.zip": net/http: TLS handshake timeout ui/crypto-commands.go:32:2: maunium.net/go/mautrix@v0.11.0: Get "https://proxy.golang.org/maunium.net/go/mautrix/@v/v0.11.0.zip": net/http: TLS handshake timeout ui/room-view.go:38:2: maunium.net/go/mautrix@v0.11.0: Get "https://proxy.golang.org/maunium.net/go/mautrix/@v/v0.11.0.zip": net/http: TLS handshake timeout ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Build failed, check /home/alhp/workspace2/chroot/build_8b111cf0-46c9-4d7b-b815-36382b46c8bc/build