install -m 644 man/$program.8 /home/buildroot/build/instance-0/output/target/usr/share/man/man8 ; done install -m 644 README /home/buildroot/build/instance-0/output/target/usr/share/doc/dmidecode install -m 644 CHANGELOG /home/buildroot/build/instance-0/output/target/usr/share/doc/dmidecode install -m 644 AUTHORS /home/buildroot/build/instance-0/output/target/usr/share/doc/dmidecode for program in dmidecode biosdecode ownership vpddecode ; do \ install -m 755 $program /home/buildroot/build/instance-0/output/target/usr/sbin ; done make[1]: Leaving directory '/home/buildroot/build/instance-0/output/build/dmidecode-3.1' go1.4.3.src.tar.gz: OK (sha256: 9947fc705b0b841b5938c48b22dc33e9647ec0752bae66e50278df4f23f64959) >>> host-go-bootstrap 1.4.3 Extracting gzip -d -c /home/buildroot/build/instance-0/dl/go-bootstrap/go1.4.3.src.tar.gz | tar --strip-components=1 -C /home/buildroot/build/instance-0/output/build/host-go-bootstrap-1.4.3 -xf - >>> host-go-bootstrap 1.4.3 Patching >>> host-go-bootstrap 1.4.3 Configuring >>> host-go-bootstrap 1.4.3 Building cd /home/buildroot/build/instance-0/output/build/host-go-bootstrap-1.4.3/src && GOOS=linux GOROOT_FINAL="/home/buildroot/build/instance-0/output/host/lib/go-1.4.3" GOROOT="/home/buildroot/build/instance-0/output/build/host-go-bootstrap-1.4.3" GOBIN="/home/buildroot/build/instance-0/output/build/host-go-bootstrap-1.4.3/bin" CC=/usr/bin/gcc CGO_ENABLED=0 ./make.bash # Building C bootstrap tool. cmd/dist # Building compilers and Go bootstrap tool for host, linux/amd64. lib9 libbio liblink cmd/cc cmd/gc cmd/6l cmd/6a cmd/6c cmd/6g runtime errors sync/atomic sync io unicode unicode/utf8 unicode/utf16 bytes math strings strconv bufio sort container/heap encoding/base64 syscall time os reflect fmt encoding encoding/json flag path/filepath path io/ioutil log regexp/syntax regexp go/token go/scanner go/ast go/parser os/exec os/signal net/url text/template/parse text/template go/doc go/build cmd/go # Building packages and commands for linux/amd64. runtime errors sync/atomic unicode unicode/utf8 math sort encoding unicode/utf16 container/list crypto/subtle container/ring image/color runtime/race sync container/heap image/color/palette io syscall hash crypto/cipher hash/crc32 crypto/hmac hash/adler32 hash/crc64 hash/fnv bytes strings bufio text/tabwriter path html compress/bzip2 time internal/syscall strconv math/rand math/cmplx os reflect regexp/syntax crypto encoding/base64 net/url crypto/aes crypto/rc4 crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 encoding/pem encoding/ascii85 encoding/base32 path/filepath net os/signal image io/ioutil os/exec regexp image/draw image/jpeg fmt encoding/binary crypto/des cmd/pprof/internal/svg index/suffixarray cmd/internal/goobj cmd/internal/rsc.io/arm/armasm cmd/internal/rsc.io/x86/x86asm debug/dwarf debug/gosym debug/plan9obj flag log go/token encoding/json encoding/xml text/template/parse go/scanner debug/elf debug/macho debug/pe go/ast compress/flate math/big text/template encoding/hex mime cmd/internal/objfile net/textproto net/http/internal runtime/pprof cmd/pack compress/gzip cmd/pprof/internal/profile cmd/pprof/internal/tempfile archive/tar archive/zip cmd/addr2line crypto/elliptic go/parser go/printer go/doc encoding/asn1 crypto/rand crypto/dsa crypto/rsa mime/multipart cmd/nm crypto/ecdsa crypto/x509/pkix cmd/objdump cmd/pprof/internal/plugin html/template go/build cmd/cgo go/format crypto/x509 cmd/fix cmd/gofmt cmd/pprof/internal/symbolizer cmd/pprof/internal/symbolz cmd/yacc cmd/pprof/internal/report crypto/tls compress/lzw compress/zlib database/sql/driver encoding/csv database/sql encoding/gob image/gif cmd/pprof/internal/commands image/png cmd/pprof/internal/driver log/syslog net/mail os/user runtime/debug testing testing/iotest testing/quick text/scanner net/http net/smtp cmd/go cmd/pprof/internal/fetch expvar net/http/cgi net/http/cookiejar net/http/httptest net/http/httputil net/http/pprof cmd/pprof net/rpc net/http/fcgi net/rpc/jsonrpc --- Installed Go for linux/amd64 in /home/buildroot/build/instance-0/output/build/host-go-bootstrap-1.4.3 Installed commands in /home/buildroot/build/instance-0/output/build/host-go-bootstrap-1.4.3/bin The binaries expect /home/buildroot/build/instance-0/output/build/host-go-bootstrap-1.4.3 to be copied or moved to /home/buildroot/build/instance-0/output/host/lib/go-1.4.3 >>> host-go-bootstrap 1.4.3 Installing to host directory /usr/bin/install -D -m 0755 /home/buildroot/build/instance-0/output/build/host-go-bootstrap-1.4.3/bin/go /home/buildroot/build/instance-0/output/host/lib/go-1.4.3/bin/go /usr/bin/install -D -m 0755 /home/buildroot/build/instance-0/output/build/host-go-bootstrap-1.4.3/bin/gofmt /home/buildroot/build/instance-0/output/host/lib/go-1.4.3/bin/gofmt cp -a /home/buildroot/build/instance-0/output/build/host-go-bootstrap-1.4.3/lib /home/buildroot/build/instance-0/output/host/lib/go-1.4.3/ cp -a /home/buildroot/build/instance-0/output/build/host-go-bootstrap-1.4.3/pkg /home/buildroot/build/instance-0/output/host/lib/go-1.4.3/ # There is a known issue which requires the go sources to be installed # https://golang.org/issue/2775 cp -a /home/buildroot/build/instance-0/output/build/host-go-bootstrap-1.4.3/src /home/buildroot/build/instance-0/output/host/lib/go-1.4.3/ go1.11.2.src.tar.gz: OK (sha256: 042fba357210816160341f1002440550e952eb12678f7c9e7e9d389437942550) >>> host-go 1.11.2 Extracting gzip -d -c /home/buildroot/build/instance-0/dl/go/go1.11.2.src.tar.gz | tar --strip-components=1 -C /home/buildroot/build/instance-0/output/build/host-go-1.11.2 -xf - >>> host-go 1.11.2 Patching Applying 0001-build.go-explicit-option-for-crosscompilation.patch using patch: patching file src/cmd/dist/build.go Hunk #1 succeeded at 250 (offset -2 lines). >>> host-go 1.11.2 Configuring >>> host-go 1.11.2 Building cd /home/buildroot/build/instance-0/output/build/host-go-1.11.2/src && GOROOT_BOOTSTRAP=/home/buildroot/build/instance-0/output/host/lib/go-1.4.3 GOROOT_FINAL=/home/buildroot/build/instance-0/output/host/lib/go GOROOT="/home/buildroot/build/instance-0/output/build/host-go-1.11.2" GOBIN="/home/buildroot/build/instance-0/output/build/host-go-1.11.2/bin" GOARCH=amd64 GOOS=linux CC=/usr/bin/gcc CXX=/usr/bin/g++ GO_ASSUME_CROSSCOMPILING=1 CC_FOR_TARGET="/home/buildroot/build/instance-0/output/host/bin/x86_64-amd-linux-gnu-gcc" CXX_FOR_TARGET="/home/buildroot/build/instance-0/output/host/bin/x86_64-amd-linux-gnu-g++" CGO_ENABLED=1 ./make.bash Building Go cmd/dist using /home/buildroot/build/instance-0/output/host/lib/go-1.4.3. Building Go toolchain1 using /home/buildroot/build/instance-0/output/host/lib/go-1.4.3. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building packages and commands for linux/amd64. --- Installed Go for linux/amd64 in /home/buildroot/build/instance-0/output/build/host-go-1.11.2 Installed commands in /home/buildroot/build/instance-0/output/build/host-go-1.11.2/bin The binaries expect /home/buildroot/build/instance-0/output/build/host-go-1.11.2 to be copied or moved to /home/buildroot/build/instance-0/output/host/lib/go >>> host-go 1.11.2 Installing to host directory /usr/bin/install -D -m 0755 /home/buildroot/build/instance-0/output/build/host-go-1.11.2/bin/go /home/buildroot/build/instance-0/output/host/lib/go/bin/go /usr/bin/install -D -m 0755 /home/buildroot/build/instance-0/output/build/host-go-1.11.2/bin/gofmt /home/buildroot/build/instance-0/output/host/lib/go/bin/gofmt ln -sf ../lib/go/bin/go /home/buildroot/build/instance-0/output/host/bin/ ln -sf ../lib/go/bin/gofmt /home/buildroot/build/instance-0/output/host/bin/ cp -a /home/buildroot/build/instance-0/output/build/host-go-1.11.2/lib /home/buildroot/build/instance-0/output/host/lib/go/ mkdir -p /home/buildroot/build/instance-0/output/host/lib/go/pkg cp -a /home/buildroot/build/instance-0/output/build/host-go-1.11.2/pkg/include /home/buildroot/build/instance-0/output/build/host-go-1.11.2/pkg/linux_* /home/buildroot/build/instance-0/output/host/lib/go/pkg/ cp -a /home/buildroot/build/instance-0/output/build/host-go-1.11.2/pkg/tool /home/buildroot/build/instance-0/output/host/lib/go/pkg/ # There is a known issue which requires the go sources to be installed # https://golang.org/issue/2775 cp -a /home/buildroot/build/instance-0/output/build/host-go-1.11.2/src /home/buildroot/build/instance-0/output/host/lib/go/ # Set all file timestamps to prevent the go compiler from rebuilding any # built in packages when programs are built. find /home/buildroot/build/instance-0/output/host/lib/go -type f -exec touch -r /home/buildroot/build/instance-0/output/build/host-go-1.11.2/bin/go {} \; docker-engine-v17.05.0-ce.tar.gz: OK (sha256: 4716df117d867b82ddab2e82395cd40aa3d0925a689eedcec8919729e4c9f121) >>> docker-engine v17.05.0-ce Extracting gzip -d -c /home/buildroot/build/instance-0/dl/docker-engine/docker-engine-v17.05.0-ce.tar.gz | tar --strip-components=1 -C /home/buildroot/build/instance-0/output/build/docker-engine-v17.05.0-ce -xf - >>> docker-engine v17.05.0-ce Patching >>> docker-engine v17.05.0-ce Configuring mkdir -p /home/buildroot/build/instance-0/output/build/docker-engine-v17.05.0-ce/_gopath/src/github.com/docker/ ln -sf /home/buildroot/build/instance-0/output/build/docker-engine-v17.05.0-ce /home/buildroot/build/instance-0/output/build/docker-engine-v17.05.0-ce/_gopath/src/github.com/docker/docker cd /home/buildroot/build/instance-0/output/build/docker-engine-v17.05.0-ce && GITCOMMIT="$(echo 89658bed64c2a8fe05a978e5b87dbec409d57a0f | head -c7)" BUILDTIME="$(date)" VERSION="17.05.0-ce" PKG_CONFIG="/home/buildroot/build/instance-0/output/host/bin/pkg-config" PATH="/home/buildroot/build/instance-0/output/host/bin:/home/buildroot/build/instance-0/output/host/sbin:/sbin:/usr/sbin:/bin:/usr/bin" bash ./hack/make/.go-autogen >>> docker-engine v17.05.0-ce Building cd /home/buildroot/build/instance-0/output/build/docker-engine-v17.05.0-ce/_gopath/src/github.com/docker/docker; GOARCH=amd64 GOROOT="/home/buildroot/build/instance-0/output/host/lib/go" CC="/home/buildroot/build/instance-0/output/host/bin/x86_64-amd-linux-gnu-gcc" CXX="/home/buildroot/build/instance-0/output/host/bin/x86_64-amd-linux-gnu-g++" GOTOOLDIR="/home/buildroot/build/instance-0/output/host/lib/go/pkg/tool/linux_amd64" PATH="/home/buildroot/build/instance-0/output/host/bin:/home/buildroot/build/instance-0/output/host/sbin:/sbin:/usr/sbin:/bin:/usr/bin" GOBIN= CGO_ENABLED=1 GOPATH="/home/buildroot/build/instance-0/output/build/docker-engine-v17.05.0-ce/_gopath" /home/buildroot/build/instance-0/output/host/bin/go build -v -ldflags "-X main.GitCommit=v17.05.0-ce -X main.Version=v17.05.0-ce -extldflags '-static'" -tags "cgo exclude_graphdriver_zfs autogen exclude_graphdriver_btrfs exclude_graphdriver_devicemapper exclude_graphdriver_vfs" -o /home/buildroot/build/instance-0/output/build/docker-engine-v17.05.0-ce/bin/docker ./cmd/docker github.com/docker/docker/api/types/network github.com/docker/docker/api/types/events github.com/docker/docker/pkg/promise github.com/docker/docker/api/types/image runtime/cgo github.com/docker/docker/vendor/github.com/agl/ed25519/edwards25519 github.com/docker/docker/vendor/google.golang.org/grpc/internal github.com/docker/docker/vendor/google.golang.org/grpc/naming github.com/docker/docker/api/types/versions github.com/docker/docker/pkg/useragent github.com/docker/docker/vendor/github.com/pkg/errors github.com/docker/docker/vendor/github.com/Sirupsen/logrus github.com/docker/docker/vendor/github.com/opencontainers/go-digest github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/strslice github.com/docker/docker/vendor/github.com/docker/go-units github.com/docker/docker/api/types/filters github.com/docker/docker/vendor/golang.org/x/net/context github.com/docker/docker/vendor/github.com/docker/distribution/digestset github.com/docker/docker/vendor/github.com/opencontainers/runc/libcontainer/user github.com/docker/docker/vendor/github.com/docker/docker-credential-helpers/credentials github.com/docker/docker/pkg/ioutils github.com/docker/docker/vendor/github.com/docker/distribution/reference github.com/docker/docker/vendor/github.com/docker/distribution/uuid github.com/docker/docker/pkg/system github.com/docker/docker/vendor/github.com/Nvveen/Gotty github.com/docker/docker/vendor/github.com/docker/docker-credential-helpers/client github.com/docker/docker/pkg/jsonlog github.com/docker/docker/pkg/random github.com/docker/docker/api/types/time github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/vendor/github.com/docker/notary github.com/docker/docker/pkg/idtools github.com/docker/docker/dockerversion github.com/docker/docker/pkg/templates github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/stringutils github.com/docker/docker/builder/dockerignore github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/urlutil github.com/docker/docker/vendor/golang.org/x/time/rate github.com/docker/docker/vendor/github.com/agl/ed25519 github.com/docker/docker/pkg/homedir github.com/docker/docker/vendor/github.com/docker/go/canonical/json github.com/docker/docker/vendor/github.com/docker/notary/tuf/validation github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stdcopy github.com/docker/docker/vendor/github.com/docker/libnetwork/resolvconf/dns github.com/docker/docker/pkg/progress github.com/docker/docker/vendor/github.com/docker/go-events github.com/docker/docker/vendor/github.com/gogo/protobuf/sortkeys github.com/docker/docker/vendor/github.com/golang/protobuf/proto github.com/docker/docker/vendor/github.com/gogo/protobuf/proto github.com/docker/docker/vendor/golang.org/x/net/http2/hpack github.com/docker/docker/vendor/golang.org/x/text/transform github.com/docker/docker/vendor/golang.org/x/text/unicode/bidi github.com/docker/docker/vendor/golang.org/x/net/internal/timeseries github.com/docker/docker/vendor/google.golang.org/grpc/codes github.com/docker/docker/vendor/google.golang.org/grpc/grpclog github.com/docker/docker/vendor/google.golang.org/grpc/metadata github.com/docker/docker/vendor/golang.org/x/text/unicode/norm github.com/docker/docker/vendor/github.com/flynn-archive/go-shlex github.com/docker/docker/cli/command/bundlefile github.com/docker/docker/cli/compose/types github.com/docker/docker/vendor/golang.org/x/text/secure/bidirule github.com/docker/docker/cli/compose/template github.com/docker/docker/vendor/github.com/xeipuuv/gojsonpointer github.com/docker/docker/vendor/github.com/mattn/go-shellwords github.com/docker/docker/cli/compose/interpolation github.com/docker/docker/vendor/github.com/mitchellh/mapstructure github.com/docker/docker/vendor/github.com/xeipuuv/gojsonreference github.com/docker/docker/vendor/golang.org/x/crypto/ssh/terminal github.com/docker/docker/vendor/gopkg.in/yaml.v2 github.com/docker/docker/cli/debug github.com/docker/docker/pkg/term net os/user github.com/docker/docker/vendor/github.com/opencontainers/runc/libcontainer/system github.com/docker/docker/vendor/golang.org/x/net/idna github.com/docker/docker/vendor/github.com/coreos/etcd/raft/raftpb github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/vendor/github.com/docker/notary/passphrase github.com/docker/docker/vendor/github.com/gogo/protobuf/types github.com/docker/docker/vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor github.com/docker/docker/pkg/streamformatter github.com/docker/docker/vendor/github.com/docker/swarmkit/protobuf/plugin github.com/docker/docker/vendor/github.com/gogo/protobuf/gogoproto github.com/docker/docker/vendor/github.com/docker/swarmkit/api/deepcopy archive/tar github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/archive github.com/docker/docker/vendor/github.com/docker/go-connections/nat github.com/docker/docker/vendor/github.com/spf13/pflag github.com/docker/docker/api/types/registry vendor/golang_org/x/net/http/httpproxy net/textproto crypto/x509 github.com/docker/docker/vendor/golang.org/x/net/lex/httplex github.com/docker/docker/vendor/golang.org/x/net/proxy github.com/docker/docker/api/types/container vendor/golang_org/x/net/http/httpguts github.com/docker/docker/runconfig/opts github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types github.com/docker/docker/vendor/github.com/docker/notary/tuf/data crypto/tls github.com/docker/docker/vendor/github.com/spf13/cobra github.com/docker/docker/cli/config/configfile github.com/docker/docker/opts github.com/docker/docker/api/types/volume github.com/docker/docker/cli/config github.com/docker/docker/vendor/github.com/docker/notary/client/changelist github.com/docker/docker/cli github.com/docker/docker/cli/command/inspect net/http/httptrace github.com/docker/docker/vendor/google.golang.org/grpc/credentials github.com/docker/docker/pkg/tlsconfig github.com/docker/docker/vendor/github.com/docker/go-connections/tlsconfig github.com/docker/docker/vendor/github.com/docker/libtrust github.com/docker/docker/cli/flags github.com/docker/docker/vendor/google.golang.org/grpc/peer net/http github.com/docker/docker/api github.com/docker/docker/vendor/github.com/docker/distribution/registry/client/auth/challenge github.com/docker/docker/vendor/github.com/gorilla/context github.com/docker/docker/vendor/github.com/docker/distribution/registry/api/errcode github.com/docker/docker/vendor/github.com/docker/go-connections/sockets net/http/cookiejar github.com/docker/docker/vendor/github.com/docker/distribution/registry/client/transport github.com/docker/docker/pkg/httputils github.com/docker/docker/vendor/golang.org/x/net/context/ctxhttp net/http/httputil github.com/docker/docker/vendor/github.com/gorilla/mux github.com/docker/docker/pkg/gitutils github.com/docker/docker/vendor/github.com/docker/notary/tuf/utils github.com/docker/docker/vendor/golang.org/x/net/http2 github.com/docker/docker/vendor/golang.org/x/net/trace github.com/docker/docker/vendor/github.com/xeipuuv/gojsonschema github.com/docker/docker/cli/command/image/build github.com/docker/docker/client github.com/docker/docker/vendor/github.com/docker/notary/storage github.com/docker/docker/vendor/github.com/docker/distribution/context github.com/docker/docker/vendor/github.com/docker/distribution/registry/api/v2 github.com/docker/docker/vendor/github.com/docker/distribution github.com/docker/docker/vendor/github.com/docker/notary/trustmanager github.com/docker/docker/vendor/github.com/docker/notary/cryptoservice github.com/docker/docker/vendor/github.com/docker/notary/tuf/signed github.com/docker/docker/vendor/github.com/docker/distribution/registry/storage/cache github.com/docker/docker/vendor/github.com/docker/distribution/registry/storage/cache/memory github.com/docker/docker/cli/compose/schema github.com/docker/docker/vendor/github.com/docker/distribution/registry/client github.com/docker/docker/vendor/github.com/docker/notary/trustpinning github.com/docker/docker/cli/compose/loader github.com/docker/docker/vendor/github.com/docker/notary/tuf github.com/docker/docker/vendor/google.golang.org/grpc/transport github.com/docker/docker/cli/command/idresolver github.com/docker/docker/cli/command/service/progress github.com/docker/docker/vendor/github.com/docker/distribution/registry/client/auth github.com/docker/docker/registry github.com/docker/docker/vendor/github.com/docker/notary/client github.com/docker/docker/vendor/google.golang.org/grpc github.com/docker/docker/cli/config/credentials github.com/docker/docker/cli/command github.com/docker/docker/cli/trust github.com/docker/docker/cli/command/registry github.com/docker/docker/cli/command/swarm github.com/docker/docker/cli/command/formatter github.com/docker/docker/vendor/github.com/docker/swarmkit/manager/raftselector github.com/docker/docker/vendor/github.com/docker/swarmkit/api github.com/docker/docker/cli/command/checkpoint github.com/docker/docker/cli/command/secret github.com/docker/docker/cli/command/network github.com/docker/docker/cli/command/task github.com/docker/docker/cli/command/image github.com/docker/docker/cli/command/volume github.com/docker/docker/cli/command/node github.com/docker/docker/cli/command/plugin github.com/docker/docker/cli/command/container github.com/docker/docker/cli/command/prune github.com/docker/docker/cli/command/system github.com/docker/docker/vendor/github.com/docker/swarmkit/api/defaults github.com/docker/docker/cli/command/service github.com/docker/docker/cli/compose/convert github.com/docker/docker/cli/command/stack github.com/docker/docker/cli/command/commands github.com/docker/docker/cmd/docker # github.com/docker/docker/cmd/docker /home/buildroot/build/instance-0/output/host/lib/go/pkg/tool/linux_amd64/link: running /home/buildroot/build/instance-0/output/host/bin/x86_64-amd-linux-gnu-gcc failed: exit status 1 /tmp/go-link-842355724/000023.o: In function `mygetgrouplist': /home/buildroot/build/instance-0/output/host/lib/go/src/os/user/getgrouplist_unix.go:16: warning: Using 'getgrouplist' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /tmp/go-link-842355724/000022.o: In function `mygetgrgid_r': /home/buildroot/build/instance-0/output/host/lib/go/src/os/user/cgo_lookup_unix.go:38: warning: Using 'getgrgid_r' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /tmp/go-link-842355724/000022.o: In function `mygetgrnam_r': /home/buildroot/build/instance-0/output/host/lib/go/src/os/user/cgo_lookup_unix.go:43: warning: Using 'getgrnam_r' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /tmp/go-link-842355724/000022.o: In function `mygetpwnam_r': /home/buildroot/build/instance-0/output/host/lib/go/src/os/user/cgo_lookup_unix.go:33: warning: Using 'getpwnam_r' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /tmp/go-link-842355724/000022.o: In function `mygetpwuid_r': /home/buildroot/build/instance-0/output/host/lib/go/src/os/user/cgo_lookup_unix.go:28: warning: Using 'getpwuid_r' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /tmp/go-link-842355724/000006.o: In function `_cgo_18049202ccd9_C2func_getaddrinfo': /tmp/go-build/cgo-gcc-prolog:49: warning: Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /tmp/go-build316029161/b001/exe/a.out: final close failed: Invalid operation collect2: error: ld returned 1 exit status package/pkg-generic.mk:229: recipe for target '/home/buildroot/build/instance-0/output/build/docker-engine-v17.05.0-ce/.stamp_built' failed make: *** [/home/buildroot/build/instance-0/output/build/docker-engine-v17.05.0-ce/.stamp_built] Error 2 make: Leaving directory '/home/buildroot/build/instance-0/buildroot'