>>> crucible 2022.05.25 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-21/output-1/build/.crucible-2022.05.25.tar.gz.4zuMW2/output' 'https://github.com/usbarmory/crucible/archive/v2022.05.25/crucible-2022.05.25.tar.gz' --2022-10-05 12:49:19-- https://github.com/usbarmory/crucible/archive/v2022.05.25/crucible-2022.05.25.tar.gz Resolving github.com (github.com)... 140.82.113.3 Connecting to github.com (github.com)|140.82.113.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/usbarmory/crucible/tar.gz/refs/tags/v2022.05.25 [following] --2022-10-05 12:49:19-- https://codeload.github.com/usbarmory/crucible/tar.gz/refs/tags/v2022.05.25 Resolving codeload.github.com (codeload.github.com)... 140.82.113.9 Connecting to codeload.github.com (codeload.github.com)|140.82.113.9|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: '/tmp/instance-21/output-1/build/.crucible-2022.05.25.tar.gz.4zuMW2/output' 0K .......... .......... .......... .......... . 419K=0.1s 2022-10-05 12:49:20 (419 KB/s) - '/tmp/instance-21/output-1/build/.crucible-2022.05.25.tar.gz.4zuMW2/output' saved [42822] go: downloading github.com/ghodss/yaml v1.0.0 go: downloading github.com/usbarmory/tamago v0.0.0-20220316100121-e9baee61883d go: downloading go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352 get "go.mozilla.org/pkcs7": found meta tag vcs.metaImport{Prefix:"go.mozilla.org/pkcs7", VCS:"git", RepoRoot:"https://github.com/mozilla-services/pkcs7"} at //go.mozilla.org/pkcs7?go-get=1 go: downloading gopkg.in/yaml.v2 v2.4.0 get "gopkg.in/yaml.v2": found meta tag vcs.metaImport{Prefix:"gopkg.in/yaml.v2", VCS:"git", RepoRoot:"https://gopkg.in/yaml.v2"} at //gopkg.in/yaml.v2?go-get=1 # github.com/ghodss/yaml v1.0.0 ## explicit github.com/ghodss/yaml # github.com/usbarmory/tamago v0.0.0-20220316100121-e9baee61883d ## explicit; go 1.17 github.com/usbarmory/tamago/arm github.com/usbarmory/tamago/bits github.com/usbarmory/tamago/dma github.com/usbarmory/tamago/internal/reg github.com/usbarmory/tamago/soc/imx6 github.com/usbarmory/tamago/soc/imx6/ocotp github.com/usbarmory/tamago/soc/imx6/rngb # go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352 ## explicit; go 1.11 go.mozilla.org/pkcs7 # gopkg.in/yaml.v2 v2.4.0 ## explicit; go 1.15 gopkg.in/yaml.v2 crucible-2022.05.25.tar.gz: OK (sha256: 1229c7d1587a97e9f3d456392e06c7be288bacf6ffb68c940d497bf55edab20b) >>> crucible 2022.05.25 Extracting mkdir -p /tmp/instance-21/output-1/per-package/crucible/host mkdir -p /tmp/instance-21/output-1/per-package/crucible/target gzip -d -c /tmp/instance-21/dl/crucible/crucible-2022.05.25.tar.gz | tar --strip-components=1 -C /tmp/instance-21/output-1/build/crucible-2022.05.25 -xf - >>> crucible 2022.05.25 Patching if [ ! -f /tmp/instance-21/output-1/build/crucible-2022.05.25/go.mod ]; then printf "module ./cmd/crucible\n" > /tmp/instance-21/output-1/build/crucible-2022.05.25/go.mod; fi >>> crucible 2022.05.25 Configuring mkdir -p /tmp/instance-21/output-1/per-package/crucible/host rsync -a --link-dest=/tmp/instance-21/output-1/per-package/host-go/host/ /tmp/instance-21/output-1/per-package/host-go/host/ /tmp/instance-21/output-1/per-package/crucible/host rsync -a --link-dest=/tmp/instance-21/output-1/per-package/host-skeleton/host/ /tmp/instance-21/output-1/per-package/host-skeleton/host/ /tmp/instance-21/output-1/per-package/crucible/host rsync -a --link-dest=/tmp/instance-21/output-1/per-package/skeleton/host/ /tmp/instance-21/output-1/per-package/skeleton/host/ /tmp/instance-21/output-1/per-package/crucible/host rsync -a --link-dest=/tmp/instance-21/output-1/per-package/toolchain/host/ /tmp/instance-21/output-1/per-package/toolchain/host/ /tmp/instance-21/output-1/per-package/crucible/host mkdir -p /tmp/instance-21/output-1/per-package/crucible/target rsync -a --link-dest=/tmp/instance-21/output-1/per-package/host-go/target/ /tmp/instance-21/output-1/per-package/host-go/target/ /tmp/instance-21/output-1/per-package/crucible/target rsync -a --link-dest=/tmp/instance-21/output-1/per-package/host-skeleton/target/ /tmp/instance-21/output-1/per-package/host-skeleton/target/ /tmp/instance-21/output-1/per-package/crucible/target rsync -a --link-dest=/tmp/instance-21/output-1/per-package/skeleton/target/ /tmp/instance-21/output-1/per-package/skeleton/target/ /tmp/instance-21/output-1/per-package/crucible/target rsync -a --link-dest=/tmp/instance-21/output-1/per-package/toolchain/target/ /tmp/instance-21/output-1/per-package/toolchain/target/ /tmp/instance-21/output-1/per-package/crucible/target >>> crucible 2022.05.25 Building cd /tmp/instance-21/output-1/build/crucible-2022.05.25; GO111MODULE=on GOFLAGS=-mod=vendor GOROOT="/tmp/instance-21/output-1/per-package/crucible/host/lib/go" GOPATH="/tmp/instance-21/output-1/per-package/crucible/host/share/go-path" GOPROXY=off PATH="/tmp/instance-21/output-1/per-package/crucible/host/bin:/tmp/instance-21/output-1/per-package/crucible/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" GOBIN= CGO_ENABLED=1 GOOS="linux" GOARCH=arm64 GOCACHE="/tmp/instance-21/output-1/per-package/crucible/host/share/go-cache" CC="/tmp/instance-21/output-1/per-package/crucible/host/bin/aarch64-none-linux-gnu-gcc" CXX="/tmp/instance-21/output-1/per-package/crucible/host/bin/aarch64-none-linux-gnu-g++" CGO_CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g3 -D_FORTIFY_SOURCE=1" CGO_CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g3 -D_FORTIFY_SOURCE=1" CGO_LDFLAGS="" GOTOOLDIR="/tmp/instance-21/output-1/per-package/crucible/host/lib/go/pkg/tool/linux_arm64" /tmp/instance-21/output-1/per-package/crucible/host/bin/go build -v -ldflags "" -modcacherw -tags "" -trimpath -p 1 -o /tmp/instance-21/output-1/build/crucible-2022.05.25/bin/crucible ./cmd/crucible/. internal/goarch internal/unsafeheader internal/abi internal/cpu internal/bytealg internal/goexperiment internal/goos runtime/internal/atomic runtime/internal/math runtime/internal/sys runtime/internal/syscall runtime internal/reflectlite errors internal/race sync/atomic sync io unicode unicode/utf8 bytes strings bufio internal/oserror path math/bits sort internal/itoa syscall time io/fs embed encoding math strconv reflect internal/fmtsort internal/syscall/unix internal/poll internal/syscall/execenv internal/testlog os fmt flag encoding/binary encoding/base64 unicode/utf16 encoding/json regexp/syntax regexp gopkg.in/yaml.v2 github.com/ghodss/yaml math/rand math/big github.com/usbarmory/crucible/util github.com/usbarmory/crucible/fusemap github.com/usbarmory/crucible/otp log context vendor/golang.org/x/net/dns/dnsmessage internal/godebug internal/nettrace internal/singleflight internal/intern net/netip runtime/cgo net log/syslog path/filepath text/tabwriter github.com/usbarmory/crucible/cmd/crucible # github.com/usbarmory/crucible/cmd/crucible loadelf: $WORK/b062/_pkg_.a(_x001.o): 118612: sym#51 (wm4.0.3729fe200ffbf0145ba7adaa6a2f2be0): ignoring symbol in section 1 (type 0) loadelf: $WORK/b062/_pkg_.a(_x002.o): 118616: sym#59 (wm4.0.3729fe200ffbf0145ba7adaa6a2f2be0): ignoring symbol in section 1 (type 0) loadelf: $WORK/b062/_pkg_.a(_x003.o): 118621: sym#63 (wm4.0.3729fe200ffbf0145ba7adaa6a2f2be0): ignoring symbol in section 1 (type 0) loadelf: $WORK/b062/_pkg_.a(_x004.o): 118625: sym#57 (wm4.0.3729fe200ffbf0145ba7adaa6a2f2be0): ignoring symbol in section 1 (type 0) loadelf: $WORK/b062/_pkg_.a(_x005.o): 118630: sym#70 (wm4.0.3729fe200ffbf0145ba7adaa6a2f2be0): ignoring symbol in section 1 (type 0) loadelf: $WORK/b070/_pkg_.a(_x001.o): 118634: sym#51 (wm4.0.3729fe200ffbf0145ba7adaa6a2f2be0): ignoring symbol in section 1 (type 0) loadelf: $WORK/b070/_pkg_.a(_x002.o): 118638: sym#27 (wm4.0.3729fe200ffbf0145ba7adaa6a2f2be0): ignoring symbol in section 1 (type 0) loadelf: $WORK/b070/_pkg_.a(_x003.o): 118643: sym#68 (wm4.0.3729fe200ffbf0145ba7adaa6a2f2be0): ignoring symbol in section 1 (type 0) loadelf: $WORK/b070/_pkg_.a(_x004.o): 118649: sym#69 (wm4.0.3729fe200ffbf0145ba7adaa6a2f2be0): ignoring symbol in section 1 (type 0) loadelf: $WORK/b070/_pkg_.a(_x005.o): 118659: sym#87 (wm4.0.3729fe200ffbf0145ba7adaa6a2f2be0): ignoring symbol in section 1 (type 0) loadelf: $WORK/b070/_pkg_.a(_x006.o): 118667: sym#108 (wm4.0.3729fe200ffbf0145ba7adaa6a2f2be0): ignoring symbol in section 1 (type 0) loadelf: $WORK/b070/_pkg_.a(_x007.o): 118672: sym#73 (wm4.0.3729fe200ffbf0145ba7adaa6a2f2be0): ignoring symbol in section 1 (type 0) loadelf: $WORK/b070/_pkg_.a(_x008.o): 118677: sym#68 (wm4.0.3729fe200ffbf0145ba7adaa6a2f2be0): ignoring symbol in section 1 (type 0) loadelf: $WORK/b070/_pkg_.a(_x009.o): 118682: sym#93 (wm4.0.3729fe200ffbf0145ba7adaa6a2f2be0): ignoring symbol in section 1 (type 0) loadelf: $WORK/b070/_pkg_.a(_x010.o): 118687: sym#68 (wm4.0.3729fe200ffbf0145ba7adaa6a2f2be0): ignoring symbol in section 1 (type 0) loadelf: $WORK/b070/_pkg_.a(_x011.o): 118694: sym#72 (wm4.0.3729fe200ffbf0145ba7adaa6a2f2be0): ignoring symbol in section 1 (type 0) loadelf: $WORK/b070/_pkg_.a(_x012.o): 118699: sym#79 (wm4.0.3729fe200ffbf0145ba7adaa6a2f2be0): ignoring symbol in section 1 (type 0) _cgo_callers: relocation target x_cgo_callers not defined _cgo_init: relocation target x_cgo_init not defined _cgo_mmap: relocation target x_cgo_mmap not defined _cgo_munmap: relocation target x_cgo_munmap not defined /tmp/instance-21/output-1/per-package/crucible/host/lib/go/pkg/tool/linux_amd64/link: too many errors make: *** [package/pkg-generic.mk:293: /tmp/instance-21/output-1/build/crucible-2022.05.25/.stamp_built] Error 2 make: Leaving directory '/tmp/instance-21/buildroot'