>>> docker-cli 24.0.6 Extracting gzip -d -c /home/thomas/autobuild/instance-2/dl/docker-cli/docker-cli-24.0.6.tar.gz | tar --strip-components=1 -C /home/thomas/autobuild/instance-2/output-1/build/docker-cli-24.0.6 -xf - printf "module github.com/docker/cli\n\ngo 1.19\n" > /home/thomas/autobuild/instance-2/output-1/build/docker-cli-24.0.6/go.mod rm -f /home/thomas/autobuild/instance-2/output-1/build/docker-cli-24.0.6/vendor/modules.txt >>> docker-cli 24.0.6 Patching if [ ! -f /home/thomas/autobuild/instance-2/output-1/build/docker-cli-24.0.6/go.mod ]; then printf "module github.com/docker/cli\n" > /home/thomas/autobuild/instance-2/output-1/build/docker-cli-24.0.6/go.mod; fi >>> docker-cli 24.0.6 Configuring >>> docker-cli 24.0.6 Building cd /home/thomas/autobuild/instance-2/output-1/build/docker-cli-24.0.6; GO111MODULE=on GOFLAGS=-mod=vendor GOROOT="/home/thomas/autobuild/instance-2/output-1/host/lib/go" GOPATH="/home/thomas/autobuild/instance-2/output-1/host/share/go-path" GOCACHE="/home/thomas/autobuild/instance-2/output-1/host/share/go-cache" GOMODCACHE="/home/thomas/autobuild/instance-2/output-1/host/share/go-path/pkg/mod" GOPROXY=off PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" GOBIN= CGO_ENABLED=1 GOOS="linux" GOARCH=ppc64le CC="/home/thomas/autobuild/instance-2/output-1/host/bin/powerpc64le-buildroot-linux-gnu-gcc" CXX="/home/thomas/autobuild/instance-2/output-1/host/bin/powerpc64le-buildroot-linux-gnu-g++" CGO_CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g3 -D_FORTIFY_SOURCE=2" CGO_CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g3 -D_FORTIFY_SOURCE=2" CGO_LDFLAGS="" GOTOOLDIR="/home/thomas/autobuild/instance-2/output-1/host/lib/go/pkg/tool/linux_ppc64le" /home/thomas/autobuild/instance-2/output-1/host/bin/go build -v -ldflags "-X github.com/docker/cli/cli/version.GitCommit=24.0.6 -X github.com/docker/cli/cli/version.Version=24.0.6" -modcacherw -tags "autogen" -trimpath -p 4 -buildvcs=false -o /home/thomas/autobuild/instance-2/output-1/build/docker-cli-24.0.6/bin/docker github.com/docker/cli/cmd/docker internal/goarch internal/unsafeheader internal/coverage/rtcov internal/cpu internal/goexperiment internal/abi internal/goos runtime/internal/atomic runtime/internal/math runtime/internal/sys runtime/internal/syscall internal/bytealg internal/itoa math/bits unicode/utf8 internal/race sync/atomic math unicode runtime encoding unicode/utf16 github.com/docker/cli/cli/config/types crypto/internal/alias crypto/subtle crypto/internal/boring/sig container/list vendor/golang.org/x/crypto/cryptobyte/asn1 internal/nettrace vendor/golang.org/x/crypto/internal/alias github.com/fvbommel/sortorder github.com/docker/docker/api github.com/docker/docker/api/types/events github.com/docker/distribution/manifest google.golang.org/protobuf/internal/flags google.golang.org/protobuf/internal/set github.com/docker/cli/cli/version github.com/rivo/uniseg github.com/klauspost/compress google.golang.org/grpc/attributes google.golang.org/grpc/serviceconfig github.com/tonistiigi/go-rosetta internal/reflectlite runtime/metrics sync internal/testlog internal/godebug runtime/cgo internal/singleflight math/rand internal/intern google.golang.org/protobuf/internal/pragma google.golang.org/grpc/internal/buffer errors sort io strconv internal/oserror syscall internal/safefilepath path bytes reflect strings bufio internal/syscall/unix time internal/syscall/execenv hash hash/crc32 crypto crypto/internal/randutil crypto/internal/nistec/fiat internal/poll io/fs context os embed internal/fmtsort encoding/binary crypto/rc4 vendor/golang.org/x/net/dns/dnsmessage net/netip encoding/base64 golang.org/x/sys/unix fmt path/filepath crypto/cipher os/exec crypto/internal/boring crypto/sha256 crypto/aes crypto/des encoding/json golang.org/x/sys/execabs github.com/pkg/errors log os/user compress/flate archive/zip github.com/docker/docker-credential-helpers/credentials github.com/docker/docker-credential-helpers/client github.com/docker/cli/cli/config/credentials compress/gzip math/big crypto/internal/edwards25519/field crypto/internal/nistec github.com/sirupsen/logrus crypto/ecdh github.com/docker/cli/cli/config/configfile crypto/sha512 crypto/internal/edwards25519 github.com/docker/docker/pkg/homedir github.com/docker/cli/cli/config archive/tar crypto/hmac crypto/md5 crypto/rand crypto/elliptic crypto/internal/bigmod crypto/internal/boring/bbig encoding/asn1 crypto/ed25519 crypto/rsa crypto/sha1 crypto/dsa encoding/hex encoding/pem net net/url vendor/golang.org/x/crypto/chacha20 vendor/golang.org/x/crypto/cryptobyte crypto/x509/pkix vendor/golang.org/x/crypto/internal/poly1305 vendor/golang.org/x/crypto/hkdf crypto/ecdsa vendor/golang.org/x/text/transform vendor/golang.org/x/crypto/chacha20poly1305 vendor/golang.org/x/text/unicode/bidi vendor/golang.org/x/text/unicode/norm vendor/golang.org/x/net/http2/hpack mime vendor/golang.org/x/text/secure/bidirule mime/quotedprintable net/http/internal net/http/internal/ascii github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/ioutils regexp/syntax vendor/golang.org/x/net/idna github.com/docker/cli/cli/connhelper/ssh github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/strslice github.com/docker/go-units github.com/docker/docker/api/types/versions github.com/opencontainers/image-spec/specs-go github.com/gogo/protobuf/proto regexp github.com/docker/docker/api/types/time io/ioutil github.com/docker/cli/cli/debug encoding/csv github.com/opencontainers/go-digest github.com/docker/docker/api/types/filters github.com/docker/distribution/digestset github.com/docker/distribution/reference github.com/docker/docker/api/types/network github.com/opencontainers/image-spec/specs-go/v1 github.com/docker/docker/api/types/image flag github.com/docker/cli/cli/hints github.com/beorn7/perks/quantile github.com/cespare/xxhash/v2 hash/fnv go/token google.golang.org/protobuf/internal/detrand google.golang.org/protobuf/internal/errors google.golang.org/protobuf/internal/version github.com/prometheus/common/model google.golang.org/protobuf/encoding/protowire google.golang.org/protobuf/reflect/protoreflect github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg github.com/prometheus/procfs/internal/fs github.com/prometheus/procfs/internal/util runtime/debug google.golang.org/protobuf/internal/encoding/messageset google.golang.org/protobuf/internal/strs google.golang.org/protobuf/internal/genid google.golang.org/protobuf/internal/encoding/text google.golang.org/protobuf/internal/order google.golang.org/protobuf/reflect/protoregistry google.golang.org/protobuf/runtime/protoiface google.golang.org/protobuf/internal/encoding/defval google.golang.org/protobuf/proto google.golang.org/protobuf/internal/descfmt google.golang.org/protobuf/internal/descopts github.com/moby/term github.com/docker/docker/api/types/swarm/runtime github.com/morikuni/aec github.com/theupdateframework/notary google.golang.org/protobuf/encoding/prototext google.golang.org/protobuf/internal/filedesc github.com/docker/docker/pkg/jsonmessage github.com/docker/go/canonical/json github.com/docker/distribution/uuid golang.org/x/crypto/ed25519 golang.org/x/crypto/pbkdf2 github.com/theupdateframework/notary/tuf/validation golang.org/x/term crypto/x509 net/textproto vendor/golang.org/x/net/http/httpproxy github.com/docker/cli/cli/connhelper/commandconn github.com/docker/go-connections/nat vendor/golang.org/x/net/http/httpguts mime/multipart github.com/docker/cli/cli/connhelper github.com/docker/docker/api/types/container github.com/docker/docker/api/types/registry golang.org/x/net/internal/socks github.com/docker/docker/api/types/swarm github.com/spf13/pflag github.com/docker/docker/api/types/volume golang.org/x/net/proxy github.com/docker/docker/api/types github.com/docker/cli/opts google.golang.org/protobuf/internal/encoding/tag crypto/tls google.golang.org/protobuf/internal/impl github.com/prometheus/procfs github.com/theupdateframework/notary/tuf/data github.com/theupdateframework/notary/client/changelist github.com/theupdateframework/notary/tuf/utils github.com/theupdateframework/notary/passphrase github.com/docker/cli/cli/streams github.com/moby/sys/sequential text/template/parse golang.org/x/sync/errgroup github.com/mattn/go-runewidth net/http/httptrace github.com/docker/go-connections/tlsconfig net/http github.com/docker/cli/cli/command/formatter/tabwriter github.com/docker/docker/pkg/stringid golang.org/x/text/transform golang.org/x/text/width text/template github.com/moby/sys/symlink compress/bzip2 github.com/containerd/containerd/pkg/userns github.com/opencontainers/runc/libcontainer/user google.golang.org/protobuf/internal/filetype github.com/docker/docker/pkg/idtools google.golang.org/protobuf/runtime/protoimpl github.com/spf13/cobra google.golang.org/protobuf/types/descriptorpb google.golang.org/protobuf/types/known/timestamppb github.com/golang/protobuf/ptypes/timestamp github.com/docker/cli/templates github.com/docker/cli/cli/command/formatter github.com/docker/docker/pkg/pools google.golang.org/protobuf/reflect/protodesc github.com/docker/docker/pkg/meminfo github.com/docker/docker/pkg/process github.com/klauspost/compress/fse github.com/docker/docker/pkg/system github.com/klauspost/compress/internal/snapref github.com/klauspost/compress/huff0 github.com/golang/protobuf/proto github.com/klauspost/compress/zstd/internal/xxhash text/scanner github.com/moby/patternmatcher github.com/klauspost/compress/zstd golang.org/x/time/rate github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/streamformatter github.com/moby/patternmatcher/ignorefile github.com/prometheus/client_model/go github.com/matttproud/golang_protobuf_extensions/pbutil github.com/docker/docker/builder/remotecontext/urlutil google.golang.org/grpc/codes google.golang.org/protobuf/types/known/anypb github.com/prometheus/client_golang/prometheus/internal google.golang.org/genproto/googleapis/rpc/status github.com/golang/protobuf/ptypes/any google.golang.org/protobuf/types/known/durationpb github.com/containerd/containerd/log github.com/docker/cli/cli/compose/template github.com/golang/protobuf/ptypes/duration github.com/docker/cli/cli/compose/interpolation github.com/golang/protobuf/ptypes github.com/xeipuuv/gojsonpointer github.com/xeipuuv/gojsonreference github.com/docker/docker/errdefs github.com/docker/go-connections/sockets net/http/httputil github.com/docker/cli/cli/context/store github.com/docker/distribution github.com/docker/distribution/manifest/manifestlist github.com/docker/docker/client github.com/docker/cli/cli/context github.com/docker/distribution/manifest/ocischema github.com/docker/distribution/manifest/schema2 github.com/docker/distribution/registry/api/errcode github.com/docker/cli/cli/manifest/types github.com/gorilla/mux github.com/docker/cli/cli/manifest/store github.com/docker/distribution/registry/client/auth/challenge github.com/docker/distribution/registry/client/transport expvar github.com/prometheus/common/expfmt github.com/docker/distribution/registry/api/v2 net/http/cookiejar github.com/theupdateframework/notary/storage github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/pkg/archive github.com/prometheus/client_golang/prometheus github.com/theupdateframework/notary/trustmanager github.com/theupdateframework/notary/cryptoservice github.com/docker/cli/cli/context/docker github.com/docker/cli/cli/flags github.com/theupdateframework/notary/tuf/signed google.golang.org/grpc/internal/status google.golang.org/grpc/status github.com/containerd/containerd/errdefs github.com/theupdateframework/notary/trustpinning github.com/docker/cli/cli/command/image/build github.com/containerd/containerd/platforms github.com/theupdateframework/notary/tuf net/mail github.com/docker/cli/cli/compose/types github.com/google/shlex github.com/xeipuuv/gojsonschema github.com/imdario/mergo github.com/prometheus/client_golang/prometheus/promhttp github.com/theupdateframework/notary/client github.com/mitchellh/mapstructure github.com/docker/docker/pkg/stdcopy gopkg.in/yaml.v2 os/signal github.com/docker/go-metrics github.com/moby/sys/signal github.com/docker/cli/cli/command/idresolver github.com/docker/distribution/metrics github.com/docker/distribution/registry/storage/cache github.com/docker/cli/cli/command/service/progress github.com/docker/distribution/registry/storage/cache/memory github.com/docker/distribution/registry/client github.com/docker/cli/cli/compose/schema github.com/docker/cli/service/logs github.com/gogo/protobuf/sortkeys github.com/docker/go-events github.com/gogo/protobuf/types github.com/docker/distribution/registry/client/auth github.com/gogo/protobuf/protoc-gen-gogo/descriptor github.com/docker/docker/registry github.com/docker/cli/cli/compose/loader github.com/docker/cli/cli/trust golang.org/x/net/internal/timeseries github.com/gogo/protobuf/gogoproto github.com/docker/cli/cli/registry/client html text/tabwriter google.golang.org/grpc/backoff google.golang.org/grpc/internal/grpclog html/template google.golang.org/grpc/grpclog github.com/docker/cli/cli/command google.golang.org/grpc/connectivity google.golang.org/grpc/internal/credentials google.golang.org/grpc/credentials google.golang.org/grpc/internal/channelz github.com/docker/cli/cli-plugins/manager github.com/docker/cli/cli/command/completion github.com/docker/cli/cli/command/task github.com/docker/cli/cli github.com/moby/swarmkit/v2/api/deepcopy golang.org/x/net/trace google.golang.org/protobuf/internal/encoding/json google.golang.org/grpc/channelz google.golang.org/grpc/metadata google.golang.org/grpc/internal/grpcrand github.com/docker/cli/cli/command/inspect github.com/docker/cli/cli/command/checkpoint github.com/docker/cli/cli/command/image github.com/docker/cli/cli/command/config github.com/docker/cli/cli/command/context github.com/docker/cli/cli/command/manifest github.com/docker/cli/cli/command/network github.com/docker/cli/cli/command/node github.com/docker/cli/cli/command/registry github.com/docker/cli/cli/command/builder github.com/docker/cli/cli/command/container github.com/docker/cli/cli/command/plugin github.com/docker/cli/cli/command/secret google.golang.org/protobuf/encoding/protojson google.golang.org/grpc/credentials/insecure google.golang.org/grpc/encoding google.golang.org/grpc/internal/backoff google.golang.org/grpc/encoding/proto google.golang.org/grpc/internal/balancerload google.golang.org/grpc/binarylog/grpc_binarylog_v1 google.golang.org/grpc/internal/grpcutil google.golang.org/grpc/internal/grpcsync google.golang.org/grpc/internal/envconfig golang.org/x/text/unicode/bidi github.com/golang/protobuf/jsonpb google.golang.org/grpc/internal/binarylog golang.org/x/text/unicode/norm golang.org/x/text/secure/bidirule golang.org/x/net/http2/hpack google.golang.org/grpc/internal/pretty google.golang.org/grpc/internal/syscall google.golang.org/grpc/resolver google.golang.org/grpc/internal google.golang.org/grpc/balancer google.golang.org/grpc/internal/metadata google.golang.org/grpc/balancer/grpclb/state google.golang.org/grpc/internal/resolver/dns google.golang.org/grpc/internal/resolver/passthrough google.golang.org/grpc/balancer/base google.golang.org/grpc/internal/serviceconfig google.golang.org/grpc/internal/transport/networktype google.golang.org/grpc/internal/resolver google.golang.org/grpc/balancer/roundrobin google.golang.org/grpc/internal/balancer/gracefulswitch google.golang.org/grpc/internal/resolver/unix google.golang.org/grpc/keepalive google.golang.org/grpc/peer google.golang.org/grpc/stats google.golang.org/grpc/tap github.com/moby/swarmkit/v2/protobuf/plugin go.etcd.io/etcd/raft/v3/raftpb github.com/docker/cli/cli/command/stack/formatter github.com/docker/cli/cli/command/stack/options github.com/docker/cli/cli/command/stack/loader github.com/docker/cli/cli/command/swarm/progress golang.org/x/net/idna github.com/docker/cli/cli/command/swarm github.com/docker/cli/cli/command/volume github.com/docker/cli/cli/command/trust github.com/docker/cli/cli/command/system github.com/moby/buildkit/util/appcontext golang.org/x/net/http/httpguts golang.org/x/net/http2 google.golang.org/grpc/internal/transport google.golang.org/grpc github.com/moby/swarmkit/v2/manager/raftselector github.com/moby/swarmkit/v2/api github.com/moby/swarmkit/v2/api/defaults github.com/moby/swarmkit/v2/api/genericresource github.com/docker/cli/cli/command/service github.com/docker/cli/cli/compose/convert github.com/docker/cli/cli/command/stack/swarm github.com/docker/cli/cli/command/stack github.com/docker/cli/cli/command/commands github.com/docker/cli/cmd/docker # github.com/docker/cli/cmd/docker loadelf: $WORK/b122/_pkg_.a(_x001.o): 562526: sym#55 (wm4.0.de1278569e0a83f5c9df56373c526142): ignoring symbol in section 1 (type 0) loadelf: $WORK/b122/_pkg_.a(_x002.o): 562530: sym#64 (wm4.0.de1278569e0a83f5c9df56373c526142): ignoring symbol in section 1 (type 0) loadelf: $WORK/b122/_pkg_.a(_x003.o): 562535: sym#66 (wm4.0.de1278569e0a83f5c9df56373c526142): ignoring symbol in section 1 (type 0) loadelf: $WORK/b122/_pkg_.a(_x004.o): 562539: sym#62 (wm4.0.de1278569e0a83f5c9df56373c526142): ignoring symbol in section 1 (type 0) loadelf: $WORK/b122/_pkg_.a(_x005.o): 562544: sym#82 (wm4.0.de1278569e0a83f5c9df56373c526142): ignoring symbol in section 1 (type 0) loadelf: $WORK/b122/_pkg_.a(_x006.o): 562549: sym#128 (wm4.0.de1278569e0a83f5c9df56373c526142): ignoring symbol in section 1 (type 0) loadelf: $WORK/b071/_pkg_.a(_x001.o): 562553: sym#53 (wm4.0.de1278569e0a83f5c9df56373c526142): ignoring symbol in section 1 (type 0) loadelf: $WORK/b071/_pkg_.a(_x002.o): 562557: sym#31 (wm4.0.de1278569e0a83f5c9df56373c526142): ignoring symbol in section 1 (type 0) loadelf: $WORK/b071/_pkg_.a(_x003.o): 562562: sym#69 (wm4.0.de1278569e0a83f5c9df56373c526142): ignoring symbol in section 1 (type 0) loadelf: $WORK/b071/_pkg_.a(_x004.o): 562569: sym#70 (wm4.0.de1278569e0a83f5c9df56373c526142): ignoring symbol in section 1 (type 0) loadelf: $WORK/b071/_pkg_.a(_x005.o): 562580: sym#89 (wm4.0.de1278569e0a83f5c9df56373c526142): ignoring symbol in section 1 (type 0) loadelf: $WORK/b071/_pkg_.a(_x006.o): 562585: sym#75 (wm4.0.de1278569e0a83f5c9df56373c526142): ignoring symbol in section 1 (type 0) loadelf: $WORK/b071/_pkg_.a(_x007.o): 562593: sym#107 (wm4.0.de1278569e0a83f5c9df56373c526142): ignoring symbol in section 1 (type 0) loadelf: $WORK/b071/_pkg_.a(_x008.o): 562598: sym#69 (wm4.0.de1278569e0a83f5c9df56373c526142): ignoring symbol in section 1 (type 0) loadelf: $WORK/b071/_pkg_.a(_x009.o): 562603: sym#98 (wm4.0.de1278569e0a83f5c9df56373c526142): ignoring symbol in section 1 (type 0) loadelf: $WORK/b071/_pkg_.a(_x010.o): 562608: sym#69 (wm4.0.de1278569e0a83f5c9df56373c526142): ignoring symbol in section 1 (type 0) loadelf: $WORK/b071/_pkg_.a(_x011.o): 562616: sym#72 (wm4.0.de1278569e0a83f5c9df56373c526142): ignoring symbol in section 1 (type 0) loadelf: $WORK/b071/_pkg_.a(_x012.o): 562621: sym#83 (wm4.0.de1278569e0a83f5c9df56373c526142): ignoring symbol in section 1 (type 0) loadelf: $WORK/b070/_pkg_.a(_x001.o): 562631: sym#53 (wm4.0.de1278569e0a83f5c9df56373c526142): ignoring symbol in section 1 (type 0) loadelf: $WORK/b070/_pkg_.a(_x002.o): 562640: sym#75 (wm4.0.de1278569e0a83f5c9df56373c526142): ignoring symbol in section 1 (type 0) loadelf: $WORK/b070/_pkg_.a(_x003.o): 562646: sym#62 (wm4.0.de1278569e0a83f5c9df56373c526142): ignoring symbol in section 1 (type 0) /home/thomas/autobuild/instance-2/output-1/host/lib/go/pkg/tool/linux_amd64/link: too many errors make: *** [package/pkg-generic.mk:293: /home/thomas/autobuild/instance-2/output-1/build/docker-cli-24.0.6/.stamp_built] Error 1 make: Leaving directory '/home/thomas/autobuild/instance-2/buildroot'