>>> delve 1.6.1 Extracting gzip -d -c /tmp/instance-0/dl/delve/delve-1.6.1.tar.gz | tar --strip-components=1 -C /tmp/instance-0/output-1/build/delve-1.6.1 -xf - >>> delve 1.6.1 Patching if [ ! -f /tmp/instance-0/output-1/build/delve-1.6.1/go.mod ]; then printf "module github.com/go-delve/delve\n" > /tmp/instance-0/output-1/build/delve-1.6.1/go.mod; fi >>> delve 1.6.1 Configuring >>> delve 1.6.1 Building cd /tmp/instance-0/output-1/build/delve-1.6.1; GO111MODULE=on GOFLAGS=-mod=vendor GOROOT="/tmp/instance-0/output-1/host/lib/go" GOPATH="/tmp/instance-0/output-1/host/usr/share/go-path" GOPROXY=off PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" GOBIN= CGO_ENABLED=1 GOARCH=amd64 GOCACHE="/tmp/instance-0/output-1/host/usr/share/go-cache" CC="/tmp/instance-0/output-1/host/bin/x86_64-linux-gcc" CXX="/tmp/instance-0/output-1/host/bin/x86_64-linux-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="/tmp/instance-0/output-1/host/lib/go/pkg/tool/linux_amd64" /tmp/instance-0/output-1/host/bin/go build -v -ldflags "-extldflags '-static'" -tags "cgo" -trimpath -p 1 -o /tmp/instance-0/output-1/build/delve-1.6.1/bin/dlv github.com/go-delve/delve/cmd/dlv internal/unsafeheader internal/abi internal/cpu internal/bytealg internal/goexperiment runtime/internal/atomic runtime/internal/sys runtime/internal/math runtime internal/reflectlite errors internal/race sync/atomic sync io unicode unicode/utf8 bytes encoding math/bits math internal/itoa strconv reflect encoding/binary encoding/base64 sort internal/fmtsort internal/oserror syscall internal/syscall/unix time internal/poll internal/syscall/execenv internal/testlog path io/fs os fmt strings unicode/utf16 encoding/json regexp/syntax regexp gopkg.in/yaml.v2 io/ioutil runtime/cgo os/user github.com/go-delve/delve/pkg/config context path/filepath os/exec github.com/go-delve/delve/pkg/goversion github.com/go-delve/delve/pkg/gobuild bufio golang.org/x/sys/internal/unsafeheader golang.org/x/sys/unix log github.com/sirupsen/logrus github.com/go-delve/delve/pkg/logflags github.com/cosiner/argv debug/dwarf compress/flate hash hash/adler32 compress/zlib debug/elf debug/macho debug/pe encoding/hex go/token go/scanner go/ast github.com/go-delve/delve/pkg/astutil github.com/go-delve/delve/pkg/dwarf/util github.com/go-delve/delve/pkg/dwarf/frame github.com/go-delve/delve/pkg/dwarf/op github.com/go-delve/delve/pkg/dwarf/godwarf github.com/go-delve/delve/pkg/dwarf/line github.com/go-delve/delve/pkg/dwarf/loclist github.com/go-delve/delve/pkg/dwarf/reader github.com/go-delve/delve/pkg/dwarf/regnum github.com/go-delve/delve/pkg/elfwriter github.com/go-delve/delve/pkg/version container/list github.com/hashicorp/golang-lru/simplelru math/rand math/big go/constant go/internal/typeparams go/parser go/build/constraint text/tabwriter go/printer golang.org/x/arch/arm64/arm64asm golang.org/x/arch/x86/x86asm github.com/go-delve/delve/pkg/proc github.com/go-delve/delve/service/api github.com/go-delve/delve/pkg/locspec github.com/go-delve/delve/pkg/terminal/colorize github.com/go-delve/delve/pkg/proc/amd64util github.com/go-delve/delve/pkg/proc/winutil github.com/go-delve/delve/pkg/proc/core/minidump github.com/go-delve/delve/pkg/proc/linutil github.com/go-delve/delve/pkg/proc/core encoding/xml github.com/mattn/go-isatty vendor/golang.org/x/net/dns/dnsmessage internal/nettrace internal/singleflight net os/signal github.com/go-delve/delve/pkg/proc/gdbserial github.com/go-delve/delve/pkg/proc/native github.com/go-delve/delve/service/debugger github.com/go-delve/delve/service encoding/gob html net/url text/template/parse text/template html/template hash/crc32 compress/gzip crypto/internal/subtle crypto/subtle crypto/cipher crypto/aes crypto/rand crypto crypto/des crypto/elliptic/internal/fiat crypto/elliptic crypto/internal/randutil crypto/sha512 encoding/asn1 vendor/golang.org/x/crypto/cryptobyte/asn1 vendor/golang.org/x/crypto/cryptobyte crypto/ecdsa crypto/ed25519/internal/edwards25519/field crypto/ed25519/internal/edwards25519 crypto/ed25519 crypto/hmac crypto/md5 crypto/rc4 crypto/rsa crypto/sha1 crypto/sha256 crypto/dsa crypto/x509/pkix encoding/pem crypto/x509 vendor/golang.org/x/crypto/internal/subtle vendor/golang.org/x/crypto/chacha20 vendor/golang.org/x/crypto/poly1305 vendor/golang.org/x/sys/cpu vendor/golang.org/x/crypto/chacha20poly1305 vendor/golang.org/x/crypto/curve25519 vendor/golang.org/x/crypto/hkdf crypto/tls vendor/golang.org/x/text/transform vendor/golang.org/x/text/unicode/bidi vendor/golang.org/x/text/secure/bidirule vendor/golang.org/x/text/unicode/norm vendor/golang.org/x/net/idna net/textproto vendor/golang.org/x/net/http/httpguts vendor/golang.org/x/net/http/httpproxy vendor/golang.org/x/net/http2/hpack mime mime/quotedprintable mime/multipart net/http/httptrace net/http/internal net/http/internal/ascii net/http net/rpc net/rpc/jsonrpc github.com/go-delve/delve/service/rpc2 container/ring github.com/peterh/liner go.starlark.net/internal/spell go.starlark.net/syntax go.starlark.net/resolve runtime/debug go.starlark.net/internal/compile go.starlark.net/starlark github.com/go-delve/delve/pkg/terminal/starbind github.com/go-delve/delve/pkg/terminal github.com/google/go-dap github.com/go-delve/delve/service/dap github.com/go-delve/delve/service/rpc1 github.com/go-delve/delve/service/rpccommon encoding/csv flag github.com/spf13/pflag github.com/spf13/cobra github.com/go-delve/delve/cmd/dlv/cmds github.com/russross/blackfriday github.com/cpuguy83/go-md2man/md2man github.com/spf13/cobra/doc github.com/go-delve/delve/cmd/dlv # github.com/go-delve/delve/cmd/dlv 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 /tmp/instance-0/output-1/host/lib/go/pkg/tool/linux_amd64/link: too many errors unexpected fault address 0x7f0af22bf000 fatal error: fault make: *** [package/pkg-generic.mk:294: /tmp/instance-0/output-1/build/delve-1.6.1/.stamp_built] Error 2 make: Leaving directory '/tmp/instance-0/buildroot'