>>> docker-cli 26.0.2 Extracting gzip -d -c /home/autobuild/autobuild/instance-11/dl/docker-cli/docker-cli-26.0.2-go2.tar.gz | tar --strip-components=1 -C /home/autobuild/autobuild/instance-11/output-1/build/docker-cli-26.0.2 -xf - printf "module github.com/docker/cli\n\ngo 1.19\n" > /home/autobuild/autobuild/instance-11/output-1/build/docker-cli-26.0.2/go.mod rm -f /home/autobuild/autobuild/instance-11/output-1/build/docker-cli-26.0.2/vendor/modules.txt >>> docker-cli 26.0.2 Patching if [ ! -f /home/autobuild/autobuild/instance-11/output-1/build/docker-cli-26.0.2/go.mod ]; then printf "module github.com/docker/cli\n" > /home/autobuild/autobuild/instance-11/output-1/build/docker-cli-26.0.2/go.mod; fi >>> docker-cli 26.0.2 Configuring >>> docker-cli 26.0.2 Building cd /home/autobuild/autobuild/instance-11/output-1/build/docker-cli-26.0.2; GO111MODULE=on GOFLAGS=-mod=vendor GOROOT="/home/autobuild/autobuild/instance-11/output-1/host/lib/go" GOPATH="/home/autobuild/autobuild/instance-11/output-1/host/share/go-path" GOCACHE="/home/autobuild/autobuild/instance-11/output-1/host/share/go-cache" GOMODCACHE="/home/autobuild/autobuild/instance-11/output-1/host/share/go-path/pkg/mod" GOPROXY=off GOTOOLCHAIN=local PATH="/home/autobuild/autobuild/instance-11/output-1/host/bin:/home/autobuild/autobuild/instance-11/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" GOBIN= CGO_ENABLED=1 GOOS="linux" GOARCH=386 CC="/home/autobuild/autobuild/instance-11/output-1/host/bin/i686-buildroot-linux-gnu-gcc" CXX="/home/autobuild/autobuild/instance-11/output-1/host/bin/i686-buildroot-linux-gnu-g++" CGO_CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g3 -D_FORTIFY_SOURCE=1" CGO_CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g3 -D_FORTIFY_SOURCE=1" CGO_LDFLAGS="" GOTOOLDIR="/home/autobuild/autobuild/instance-11/output-1/host/lib/go/pkg/tool/linux_386" /home/autobuild/autobuild/instance-11/output-1/host/bin/go build -v -ldflags "-X github.com/docker/cli/cli/version.GitCommit=26.0.2 -X github.com/docker/cli/cli/version.Version=26.0.2" -modcacherw -tags "autogen" -trimpath -p 1 -buildvcs=false -o /home/autobuild/autobuild/instance-11/output-1/build/docker-cli-26.0.2/bin/docker github.com/docker/cli/cmd/docker github.com/distribution/reference github.com/docker/cli/cli/config/types github.com/docker/docker-credential-helpers/credentials github.com/docker/docker-credential-helpers/client github.com/docker/cli/cli/config/credentials golang.org/x/sys/unix github.com/sirupsen/logrus github.com/docker/cli/cli/config/configfile github.com/docker/docker/pkg/homedir github.com/docker/cli/cli/config github.com/docker/docker/errdefs github.com/containerd/log github.com/docker/docker/pkg/ioutils github.com/docker/cli/cli/context/store github.com/docker/cli/cli/context github.com/docker/cli/cli/connhelper/commandconn github.com/docker/cli/cli/connhelper/ssh github.com/docker/cli/cli/connhelper github.com/docker/docker/api github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/mount github.com/docker/docker/internal/multierror github.com/docker/docker/api/types/network github.com/docker/docker/api/types/strslice github.com/docker/go-connections/nat github.com/docker/go-units github.com/opencontainers/image-spec/specs-go github.com/opencontainers/image-spec/specs-go/v1 github.com/moby/docker-image-spec/specs-go/v1 github.com/docker/docker/api/types/container github.com/docker/docker/api/types/image github.com/docker/docker/api/types/registry github.com/gogo/protobuf/proto github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/checkpoint github.com/docker/docker/api/types/events github.com/docker/docker/api/types/system github.com/docker/docker/api/types/time github.com/docker/go-connections/sockets github.com/docker/go-connections/tlsconfig github.com/felixge/httpsnoop go.opentelemetry.io/otel/internal go.opentelemetry.io/otel/internal/attribute go.opentelemetry.io/otel/attribute go.opentelemetry.io/otel/codes go.opentelemetry.io/otel/semconv/v1.17.0 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconvutil github.com/go-logr/logr github.com/go-logr/logr/funcr github.com/go-logr/stdr go.opentelemetry.io/otel/metric/embedded go.opentelemetry.io/otel/metric go.opentelemetry.io/otel/internal/baggage go.opentelemetry.io/otel/baggage go.opentelemetry.io/otel/trace/embedded go.opentelemetry.io/otel/trace go.opentelemetry.io/otel/propagation go.opentelemetry.io/otel/internal/global go.opentelemetry.io/otel go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp github.com/docker/docker/client github.com/docker/cli/cli/context/docker github.com/docker/cli/cli/debug github.com/docker/cli/opts github.com/docker/cli/cli/flags github.com/docker/cli/cli/hints github.com/docker/distribution github.com/docker/distribution/manifest/manifestlist github.com/docker/distribution/manifest/ocischema github.com/docker/distribution/manifest/schema2 github.com/docker/cli/cli/manifest/types github.com/docker/cli/cli/manifest/store github.com/gorilla/mux github.com/docker/distribution/registry/api/v2 github.com/docker/distribution/registry/client/transport github.com/cespare/xxhash/v2 google.golang.org/protobuf/internal/detrand google.golang.org/protobuf/internal/errors google.golang.org/protobuf/encoding/protowire google.golang.org/protobuf/internal/pragma google.golang.org/protobuf/reflect/protoreflect google.golang.org/protobuf/internal/descfmt google.golang.org/protobuf/internal/descopts embed google.golang.org/protobuf/internal/editiondefaults google.golang.org/protobuf/internal/flags google.golang.org/protobuf/internal/strs google.golang.org/protobuf/internal/encoding/text google.golang.org/protobuf/internal/encoding/defval google.golang.org/protobuf/internal/encoding/messageset google.golang.org/protobuf/internal/genid google.golang.org/protobuf/internal/order google.golang.org/protobuf/reflect/protoregistry google.golang.org/protobuf/runtime/protoiface google.golang.org/protobuf/proto google.golang.org/protobuf/internal/filedesc google.golang.org/protobuf/internal/set google.golang.org/protobuf/encoding/prototext google.golang.org/protobuf/internal/encoding/tag google.golang.org/protobuf/internal/impl google.golang.org/protobuf/internal/filetype google.golang.org/protobuf/internal/version google.golang.org/protobuf/runtime/protoimpl google.golang.org/protobuf/types/known/timestamppb github.com/prometheus/client_model/go github.com/prometheus/common/model runtime/metrics github.com/prometheus/client_golang/prometheus/internal google.golang.org/protobuf/types/descriptorpb google.golang.org/protobuf/types/gofeaturespb google.golang.org/protobuf/reflect/protodesc github.com/golang/protobuf/proto github.com/matttproud/golang_protobuf_extensions/pbutil github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg github.com/prometheus/common/expfmt github.com/prometheus/procfs/internal/fs github.com/prometheus/procfs/internal/util github.com/prometheus/procfs github.com/prometheus/client_golang/prometheus github.com/prometheus/client_golang/prometheus/promhttp github.com/docker/go-metrics github.com/docker/distribution/metrics github.com/docker/distribution/registry/storage/cache github.com/docker/distribution/registry/storage/cache/memory github.com/docker/distribution/registry/client github.com/docker/distribution/registry/client/auth github.com/docker/docker/registry golang.org/x/crypto/ed25519 github.com/theupdateframework/notary/tuf/data github.com/theupdateframework/notary/client/changelist golang.org/x/crypto/pbkdf2 github.com/theupdateframework/notary/tuf/utils github.com/theupdateframework/notary/storage github.com/theupdateframework/notary/trustmanager github.com/theupdateframework/notary/cryptoservice github.com/theupdateframework/notary/tuf/signed github.com/theupdateframework/notary/trustpinning github.com/theupdateframework/notary/tuf github.com/theupdateframework/notary/client golang.org/x/term github.com/theupdateframework/notary/passphrase github.com/docker/cli/cli/trust github.com/docker/cli/cli/registry/client github.com/moby/term github.com/docker/cli/cli/streams github.com/docker/cli/cli/version github.com/moby/sys/sequential github.com/spf13/cobra github.com/docker/cli/cli/command golang.org/x/sync/errgroup github.com/docker/cli/cli-plugins/manager github.com/docker/cli/cli github.com/docker/cli/cli-plugins/socket github.com/rivo/uniseg github.com/mattn/go-runewidth github.com/docker/cli/cli/command/formatter/tabwriter github.com/docker/cli/templates github.com/docker/docker/pkg/stringid golang.org/x/text/width github.com/docker/cli/cli/command/formatter github.com/docker/cli/cli/command/completion github.com/moby/sys/symlink github.com/docker/docker/builder/remotecontext/git github.com/containerd/containerd/pkg/userns github.com/moby/sys/user github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/system github.com/klauspost/compress github.com/klauspost/compress/fse github.com/klauspost/compress/huff0 github.com/klauspost/compress/internal/snapref github.com/klauspost/compress/zstd/internal/xxhash github.com/klauspost/compress/zstd github.com/moby/patternmatcher github.com/docker/docker/pkg/archive golang.org/x/time/rate github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/streamformatter github.com/moby/patternmatcher/ignorefile github.com/docker/cli/cli/command/image/build github.com/docker/cli/cli/command/inspect github.com/docker/docker/builder/remotecontext/urlutil github.com/docker/cli/cli/command/image github.com/docker/cli/cli/command/builder github.com/docker/cli/cli/command/checkpoint github.com/docker/cli/cli/command/config google.golang.org/grpc/attributes google.golang.org/grpc/internal/grpclog google.golang.org/grpc/grpclog google.golang.org/grpc/connectivity google.golang.org/grpc/internal/credentials google.golang.org/grpc/credentials google.golang.org/grpc/serviceconfig google.golang.org/grpc/resolver google.golang.org/grpc/internal google.golang.org/grpc/codes google.golang.org/protobuf/types/known/anypb google.golang.org/genproto/googleapis/rpc/status github.com/golang/protobuf/ptypes/any google.golang.org/protobuf/types/known/durationpb github.com/golang/protobuf/ptypes/duration github.com/golang/protobuf/ptypes/timestamp github.com/golang/protobuf/ptypes google.golang.org/grpc/internal/status google.golang.org/grpc/status github.com/containerd/containerd/errdefs github.com/containerd/containerd/log github.com/containerd/containerd/platforms dario.cat/mergo github.com/docker/cli/cli/compose/template github.com/docker/cli/cli/compose/interpolation github.com/docker/cli/cli/compose/schema github.com/docker/cli/cli/compose/types github.com/mitchellh/mapstructure gopkg.in/yaml.v2 github.com/docker/cli/cli/compose/loader github.com/docker/docker/pkg/stdcopy github.com/moby/sys/signal tags.cncf.io/container-device-interface/pkg/parser github.com/docker/cli/cli/command/container 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/idresolver github.com/docker/cli/cli/command/task github.com/docker/cli/cli/command/node github.com/docker/cli/cli/command/plugin github.com/docker/cli/cli/command/registry github.com/docker/cli/cli/command/secret github.com/docker/cli/cli/command/service/progress github.com/docker/cli/service/logs github.com/gogo/protobuf/types github.com/docker/go-events github.com/gogo/protobuf/protoc-gen-gogo/descriptor github.com/gogo/protobuf/gogoproto github.com/moby/swarmkit/v2/api/deepcopy golang.org/x/net/trace google.golang.org/grpc/internal/channelz google.golang.org/grpc/channelz google.golang.org/grpc/metadata google.golang.org/grpc/balancer google.golang.org/grpc/balancer/base google.golang.org/grpc/internal/grpcrand google.golang.org/grpc/balancer/roundrobin google.golang.org/grpc/credentials/insecure google.golang.org/grpc/internal/envconfig google.golang.org/grpc/internal/grpcutil google.golang.org/grpc/encoding google.golang.org/grpc/encoding/proto google.golang.org/grpc/internal/backoff google.golang.org/grpc/internal/balancer/gracefulswitch google.golang.org/grpc/internal/balancerload google.golang.org/grpc/binarylog/grpc_binarylog_v1 google.golang.org/grpc/internal/binarylog google.golang.org/grpc/internal/buffer google.golang.org/grpc/internal/grpcsync google.golang.org/grpc/internal/idle google.golang.org/grpc/internal/metadata google.golang.org/protobuf/internal/encoding/json google.golang.org/protobuf/encoding/protojson github.com/golang/protobuf/jsonpb google.golang.org/grpc/internal/pretty google.golang.org/grpc/internal/serviceconfig google.golang.org/grpc/internal/resolver 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/internal/transport/networktype google.golang.org/grpc/internal/resolver/unix golang.org/x/text/unicode/bidi golang.org/x/text/secure/bidirule golang.org/x/text/unicode/norm golang.org/x/net/idna golang.org/x/net/http/httpguts golang.org/x/net/http2/hpack golang.org/x/net/http2 google.golang.org/grpc/internal/syscall google.golang.org/grpc/peer google.golang.org/grpc/stats google.golang.org/grpc/tap google.golang.org/grpc/internal/transport google.golang.org/grpc github.com/moby/swarmkit/v2/manager/raftselector github.com/moby/swarmkit/v2/protobuf/plugin go.etcd.io/etcd/raft/v3/raftpb 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/command/stack/formatter github.com/docker/cli/cli/command/stack/options github.com/docker/cli/cli/command/stack/loader 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/swarm/progress github.com/docker/cli/cli/command/swarm github.com/docker/cli/cli/command/volume github.com/docker/cli/cli/command/system github.com/docker/cli/cli/command/trust github.com/docker/cli/cli/command/commands github.com/docker/cli/cmd/docker/internal/signals github.com/docker/cli/cmd/docker # github.com/docker/cli/cmd/docker loadelf: /home/autobuild/autobuild/instance-11/output-1/host/share/go-cache/ea/ea01a6bacc06247429bd5d4dea0aed32c46418dba2e5b1bb9220838edfc75a7d-d(_x001.o): 603672: sym#51 ("wm4.0.7c1d2b022b196ffd3ab5b86c1f0fd1ea"): ignoring symbol in section 2 (".group") (type 0) loadelf: /home/autobuild/autobuild/instance-11/output-1/host/share/go-cache/ea/ea01a6bacc06247429bd5d4dea0aed32c46418dba2e5b1bb9220838edfc75a7d-d(_x002.o): 603676: sym#60 ("wm4.0.7c1d2b022b196ffd3ab5b86c1f0fd1ea"): ignoring symbol in section 1 (".group") (type 0) loadelf: /home/autobuild/autobuild/instance-11/output-1/host/share/go-cache/ea/ea01a6bacc06247429bd5d4dea0aed32c46418dba2e5b1bb9220838edfc75a7d-d(_x003.o): 603682: sym#63 ("wm4.0.7c1d2b022b196ffd3ab5b86c1f0fd1ea"): ignoring symbol in section 2 (".group") (type 0) loadelf: /home/autobuild/autobuild/instance-11/output-1/host/share/go-cache/ea/ea01a6bacc06247429bd5d4dea0aed32c46418dba2e5b1bb9220838edfc75a7d-d(_x004.o): 603686: sym#58 ("wm4.0.7c1d2b022b196ffd3ab5b86c1f0fd1ea"): ignoring symbol in section 1 (".group") (type 0) loadelf: /home/autobuild/autobuild/instance-11/output-1/host/share/go-cache/ea/ea01a6bacc06247429bd5d4dea0aed32c46418dba2e5b1bb9220838edfc75a7d-d(_x005.o): 603692: sym#83 ("wm4.0.7c1d2b022b196ffd3ab5b86c1f0fd1ea"): ignoring symbol in section 2 (".group") (type 0) loadelf: /home/autobuild/autobuild/instance-11/output-1/host/share/go-cache/ea/ea01a6bacc06247429bd5d4dea0aed32c46418dba2e5b1bb9220838edfc75a7d-d(_x006.o): 603698: sym#117 ("wm4.0.7c1d2b022b196ffd3ab5b86c1f0fd1ea"): ignoring symbol in section 2 (".group") (type 0) loadelf: /home/autobuild/autobuild/instance-11/output-1/host/share/go-cache/d6/d623496415b11f34724bc5166afcaa652718e77ab85e2b73cd00dd9746eca726-d(_x001.o): 603702: sym#48 ("wm4.0.7c1d2b022b196ffd3ab5b86c1f0fd1ea"): ignoring symbol in section 1 (".group") (type 0) loadelf: /home/autobuild/autobuild/instance-11/output-1/host/share/go-cache/d6/d623496415b11f34724bc5166afcaa652718e77ab85e2b73cd00dd9746eca726-d(_x002.o): 603706: sym#24 ("wm4.0.7c1d2b022b196ffd3ab5b86c1f0fd1ea"): ignoring symbol in section 1 (".group") (type 0) loadelf: /home/autobuild/autobuild/instance-11/output-1/host/share/go-cache/d6/d623496415b11f34724bc5166afcaa652718e77ab85e2b73cd00dd9746eca726-d(_x003.o): 603712: sym#65 ("wm4.0.7c1d2b022b196ffd3ab5b86c1f0fd1ea"): ignoring symbol in section 2 (".group") (type 0) loadelf: /home/autobuild/autobuild/instance-11/output-1/host/share/go-cache/d6/d623496415b11f34724bc5166afcaa652718e77ab85e2b73cd00dd9746eca726-d(_x004.o): 603720: sym#65 ("wm4.0.7c1d2b022b196ffd3ab5b86c1f0fd1ea"): ignoring symbol in section 2 (".group") (type 0) loadelf: /home/autobuild/autobuild/instance-11/output-1/host/share/go-cache/d6/d623496415b11f34724bc5166afcaa652718e77ab85e2b73cd00dd9746eca726-d(_x005.o): 603737: sym#87 ("wm4.0.7c1d2b022b196ffd3ab5b86c1f0fd1ea"): ignoring symbol in section 3 (".group") (type 0) loadelf: /home/autobuild/autobuild/instance-11/output-1/host/share/go-cache/d6/d623496415b11f34724bc5166afcaa652718e77ab85e2b73cd00dd9746eca726-d(_x006.o): 603747: sym#95 ("wm4.0.7c1d2b022b196ffd3ab5b86c1f0fd1ea"): ignoring symbol in section 2 (".group") (type 0) loadelf: /home/autobuild/autobuild/instance-11/output-1/host/share/go-cache/d6/d623496415b11f34724bc5166afcaa652718e77ab85e2b73cd00dd9746eca726-d(_x007.o): 603753: sym#64 ("wm4.0.7c1d2b022b196ffd3ab5b86c1f0fd1ea"): ignoring symbol in section 2 (".group") (type 0) loadelf: /home/autobuild/autobuild/instance-11/output-1/host/share/go-cache/d6/d623496415b11f34724bc5166afcaa652718e77ab85e2b73cd00dd9746eca726-d(_x008.o): 603759: sym#74 ("wm4.0.7c1d2b022b196ffd3ab5b86c1f0fd1ea"): ignoring symbol in section 2 (".group") (type 0) loadelf: /home/autobuild/autobuild/instance-11/output-1/host/share/go-cache/d6/d623496415b11f34724bc5166afcaa652718e77ab85e2b73cd00dd9746eca726-d(_x009.o): 603764: sym#63 ("wm4.0.7c1d2b022b196ffd3ab5b86c1f0fd1ea"): ignoring symbol in section 1 (".group") (type 0) loadelf: /home/autobuild/autobuild/instance-11/output-1/host/share/go-cache/d6/d623496415b11f34724bc5166afcaa652718e77ab85e2b73cd00dd9746eca726-d(_x010.o): 603773: sym#66 ("wm4.0.7c1d2b022b196ffd3ab5b86c1f0fd1ea"): ignoring symbol in section 2 (".group") (type 0) loadelf: /home/autobuild/autobuild/instance-11/output-1/host/share/go-cache/d6/d623496415b11f34724bc5166afcaa652718e77ab85e2b73cd00dd9746eca726-d(_x011.o): 603779: sym#77 ("wm4.0.7c1d2b022b196ffd3ab5b86c1f0fd1ea"): ignoring symbol in section 2 (".group") (type 0) loadelf: /home/autobuild/autobuild/instance-11/output-1/host/share/go-cache/f8/f8163229d50b24311d4e60d38938aeaa9d36ccf493953fc78110bf26bb2c8736-d(_x001.o): 603787: sym#48 ("wm4.0.7c1d2b022b196ffd3ab5b86c1f0fd1ea"): ignoring symbol in section 1 (".group") (type 0) loadelf: /home/autobuild/autobuild/instance-11/output-1/host/share/go-cache/f8/f8163229d50b24311d4e60d38938aeaa9d36ccf493953fc78110bf26bb2c8736-d(_x002.o): 603793: sym#66 ("wm4.0.7c1d2b022b196ffd3ab5b86c1f0fd1ea"): ignoring symbol in section 2 (".group") (type 0) loadelf: /home/autobuild/autobuild/instance-11/output-1/host/share/go-cache/f8/f8163229d50b24311d4e60d38938aeaa9d36ccf493953fc78110bf26bb2c8736-d(_x003.o): 603799: sym#56 ("wm4.0.7c1d2b022b196ffd3ab5b86c1f0fd1ea"): ignoring symbol in section 2 (".group") (type 0) net._cgo_97ab22c4dc7b_C2func_getaddrinfo: relocation target _cgo_97ab22c4dc7b_C2func_getaddrinfo not defined /home/autobuild/autobuild/instance-11/output-1/host/lib/go/pkg/tool/linux_amd64/link: too many errors make: *** [package/pkg-generic.mk:283: /home/autobuild/autobuild/instance-11/output-1/build/docker-cli-26.0.2/.stamp_built] Error 1 make: Leaving directory '/home/autobuild/autobuild/instance-11/buildroot'