>>> gocryptfs 2.2.1 Extracting gzip -d -c /home/autobuild/autobuild/instance-12/dl/gocryptfs/gocryptfs-2.2.1.tar.gz | tar --strip-components=1 -C /home/autobuild/autobuild/instance-12/output-1/build/gocryptfs-2.2.1 -xf - >>> gocryptfs 2.2.1 Patching Applying 0001-go.mod-fix-jacobsa-crypto-build-on-riscv64.patch using patch: patching file go.mod patching file go.sum patching file vendor/github.com/jacobsa/crypto/cmac/hash_generic.go patching file vendor/modules.txt if [ ! -f /home/autobuild/autobuild/instance-12/output-1/build/gocryptfs-2.2.1/go.mod ]; then printf "module github.com/rfjakob/gocryptfs/v2\n" > /home/autobuild/autobuild/instance-12/output-1/build/gocryptfs-2.2.1/go.mod; fi >>> gocryptfs 2.2.1 Configuring >>> gocryptfs 2.2.1 Building cd /home/autobuild/autobuild/instance-12/output-1/build/gocryptfs-2.2.1; GO111MODULE=on GOFLAGS=-mod=vendor GOROOT="/home/autobuild/autobuild/instance-12/output-1/host/lib/go" GOPATH="/home/autobuild/autobuild/instance-12/output-1/host/share/go-path" GOPROXY=off PATH="/home/autobuild/autobuild/instance-12/output-1/host/bin:/home/autobuild/autobuild/instance-12/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" GOBIN= CGO_ENABLED=1 GOOS="linux" GOARCH=amd64 GOCACHE="/home/autobuild/autobuild/instance-12/output-1/host/share/go-cache" CC="/home/autobuild/autobuild/instance-12/output-1/host/bin/x86_64-buildroot-linux-musl-gcc" CXX="/home/autobuild/autobuild/instance-12/output-1/host/bin/x86_64-buildroot-linux-musl-g++" CGO_CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static" CGO_CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -static" CGO_LDFLAGS=" -static" GOTOOLDIR="/home/autobuild/autobuild/instance-12/output-1/host/lib/go/pkg/tool/linux_amd64" /home/autobuild/autobuild/instance-12/output-1/host/bin/go build -v -ldflags "-X main.GitVersion=2.2.1 -X main.GitVersionFuse=[vendored] -extldflags '-static'" -modcacherw -tags "without_openssl" -trimpath -p 1 -o /home/autobuild/autobuild/instance-12/output-1/build/gocryptfs-2.2.1/bin/gocryptfs github.com/rfjakob/gocryptfs/v2/. github.com/hanwen/go-fuse/v2/splice golang.org/x/sys/internal/unsafeheader golang.org/x/sys/unix github.com/hanwen/go-fuse/v2/fuse github.com/hanwen/go-fuse/v2/internal github.com/hanwen/go-fuse/v2/fs github.com/rfjakob/eme github.com/jacobsa/crypto/common github.com/jacobsa/crypto/cmac github.com/jacobsa/crypto/siv github.com/rfjakob/gocryptfs/v2/internal/siv_aead github.com/rfjakob/gocryptfs/v2/internal/exitcodes golang.org/x/sys/cpu github.com/rfjakob/gocryptfs/v2/internal/stupidgcm golang.org/x/term log/syslog github.com/rfjakob/gocryptfs/v2/internal/tlog golang.org/x/crypto/internal/subtle golang.org/x/crypto/chacha20 golang.org/x/crypto/poly1305 golang.org/x/crypto/chacha20poly1305 golang.org/x/crypto/hkdf github.com/rfjakob/gocryptfs/v2/internal/cryptocore github.com/rfjakob/gocryptfs/v2/internal/contentenc golang.org/x/crypto/pbkdf2 golang.org/x/crypto/scrypt github.com/rfjakob/gocryptfs/v2/internal/configfile github.com/rfjakob/gocryptfs/v2/ctlsock github.com/rfjakob/gocryptfs/v2/internal/ctlsocksrv github.com/rfjakob/gocryptfs/v2/internal/ensurefds012 github.com/rfjakob/gocryptfs/v2/internal/fido2 github.com/rfjakob/gocryptfs/v2/internal/inomap github.com/rfjakob/gocryptfs/v2/internal/syscallcompat github.com/rfjakob/gocryptfs/v2/internal/nametransform github.com/rfjakob/gocryptfs/v2/internal/openfiletable github.com/rfjakob/gocryptfs/v2/internal/fusefrontend github.com/rfjakob/gocryptfs/v2/internal/pathiv github.com/sabhiram/go-gitignore github.com/rfjakob/gocryptfs/v2/internal/fusefrontend_reverse golang.org/x/crypto/ssh/terminal github.com/rfjakob/gocryptfs/v2/internal/readpassword internal/sysinfo runtime/trace testing github.com/rfjakob/gocryptfs/v2/internal/speed runtime/pprof github.com/rfjakob/gocryptfs/v2 # github.com/rfjakob/gocryptfs/v2 runtime.gcdata: missing Go type information for global symbol .dynsym: size 72 net(.text): relocation target __errno_location not defined net(.text): relocation target getaddrinfo not defined net(.text): relocation target freeaddrinfo not defined net(.text): relocation target gai_strerror not defined runtime/cgo(.text): relocation target stderr not defined runtime/cgo(.text): relocation target fwrite not defined runtime/cgo(.text): relocation target vfprintf not defined runtime/cgo(.text): relocation target fputc not defined runtime/cgo(.text): relocation target abort not defined runtime/cgo(.text): relocation target pthread_mutex_lock not defined runtime/cgo(.text): relocation target pthread_cond_wait not defined runtime/cgo(.text): relocation target pthread_mutex_unlock not defined runtime/cgo(.text): relocation target pthread_cond_broadcast not defined runtime/cgo(.text): relocation target pthread_create not defined runtime/cgo(.text): relocation target nanosleep not defined runtime/cgo(.text): relocation target pthread_detach not defined runtime/cgo(.text): relocation target strerror not defined runtime/cgo(.text): relocation target stderr not defined runtime/cgo(.text): relocation target fprintf not defined runtime/cgo(.text): relocation target abort not defined /home/autobuild/autobuild/instance-12/output-1/host/lib/go/pkg/tool/linux_amd64/link: too many errors make: *** [package/pkg-generic.mk:293: /home/autobuild/autobuild/instance-12/output-1/build/gocryptfs-2.2.1/.stamp_built] Error 2 make: Leaving directory '/home/autobuild/autobuild/instance-12/buildroot'