>>> docker-cli 26.0.2 Extracting gzip -d -c /home/autobuild/autobuild/instance-4/dl/docker-cli/docker-cli-26.0.2-go2.tar.gz | tar --strip-components=1 -C /home/autobuild/autobuild/instance-4/output-1/build/docker-cli-26.0.2 -xf - printf "module github.com/docker/cli\n\ngo 1.19\n" > /home/autobuild/autobuild/instance-4/output-1/build/docker-cli-26.0.2/go.mod rm -f /home/autobuild/autobuild/instance-4/output-1/build/docker-cli-26.0.2/vendor/modules.txt >>> docker-cli 26.0.2 Patching if [ ! -f /home/autobuild/autobuild/instance-4/output-1/build/docker-cli-26.0.2/go.mod ]; then printf "module github.com/docker/cli\n" > /home/autobuild/autobuild/instance-4/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-4/output-1/build/docker-cli-26.0.2; GO111MODULE=on GOFLAGS=-mod=vendor GOROOT="/home/autobuild/autobuild/instance-4/output-1/host/lib/go" GOPATH="/home/autobuild/autobuild/instance-4/output-1/host/share/go-path" GOCACHE="/home/autobuild/autobuild/instance-4/output-1/host/share/go-cache" GOMODCACHE="/home/autobuild/autobuild/instance-4/output-1/host/share/go-path/pkg/mod" GOPROXY=off GOTOOLCHAIN=local PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/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=arm CC="/home/autobuild/autobuild/instance-4/output-1/host/bin/arm-buildroot-linux-gnueabi-gcc" CXX="/home/autobuild/autobuild/instance-4/output-1/host/bin/arm-buildroot-linux-gnueabi-g++" CGO_CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1" CGO_CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1" CGO_LDFLAGS="" GOTOOLDIR="/home/autobuild/autobuild/instance-4/output-1/host/lib/go/pkg/tool/linux_arm" /home/autobuild/autobuild/instance-4/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-4/output-1/build/docker-cli-26.0.2/bin/docker github.com/docker/cli/cmd/docker internal/goarch internal/abi internal/unsafeheader internal/cpu internal/bytealg internal/chacha8rand internal/coverage/rtcov internal/godebugs internal/goexperiment internal/goos runtime/internal/atomic runtime/internal/math runtime/internal/sys runtime/internal/syscall runtime internal/reflectlite errors internal/itoa math/bits math unicode/utf8 strconv internal/race sync/atomic sync unicode reflect cmp slices sort internal/fmtsort io internal/oserror syscall internal/syscall/unix time internal/poll internal/safefilepath internal/syscall/execenv internal/testlog path io/fs os fmt context bytes encoding encoding/binary encoding/base64 strings unicode/utf16 encoding/json bufio hash crypto regexp/syntax regexp github.com/opencontainers/go-digest github.com/distribution/reference github.com/docker/cli/cli/config/types github.com/docker/docker-credential-helpers/credentials internal/bisect internal/godebug path/filepath os/exec github.com/docker/docker-credential-helpers/client github.com/docker/cli/cli/config/credentials github.com/pkg/errors golang.org/x/sys/unix log/internal log github.com/sirupsen/logrus github.com/docker/cli/cli/config/configfile runtime/cgo os/user github.com/docker/docker/pkg/homedir github.com/docker/cli/cli/config archive/tar compress/flate hash/crc32 archive/zip crypto/internal/alias crypto/subtle crypto/cipher crypto/internal/boring/sig crypto/internal/boring crypto/sha256 compress/gzip container/list crypto/internal/randutil math/rand math/big crypto/rand crypto/aes crypto/des crypto/internal/edwards25519/field crypto/internal/nistec/fiat crypto/internal/nistec crypto/ecdh crypto/elliptic crypto/internal/bigmod crypto/internal/boring/bbig crypto/sha512 encoding/asn1 vendor/golang.org/x/crypto/cryptobyte/asn1 vendor/golang.org/x/crypto/cryptobyte crypto/ecdsa crypto/internal/edwards25519 crypto/ed25519 crypto/hmac crypto/md5 crypto/rc4 crypto/rsa crypto/sha1 crypto/dsa encoding/hex crypto/x509/pkix encoding/pem vendor/golang.org/x/net/dns/dnsmessage internal/nettrace internal/singleflight internal/intern net/netip net net/url crypto/x509 vendor/golang.org/x/crypto/internal/alias vendor/golang.org/x/crypto/chacha20 vendor/golang.org/x/crypto/internal/poly1305 vendor/golang.org/x/crypto/chacha20poly1305 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 github.com/docker/docker/errdefs github.com/containerd/log runtime/debug github.com/docker/docker/pkg/ioutils github.com/fvbommel/sortorder 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 encoding/csv github.com/docker/cli/opts flag github.com/spf13/pflag github.com/docker/cli/cli/flags github.com/docker/cli/cli/hints github.com/docker/distribution github.com/docker/distribution/manifest 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/docker/distribution/registry/api/errcode github.com/gorilla/mux github.com/docker/distribution/registry/api/v2 github.com/docker/distribution/registry/client/auth/challenge github.com/docker/distribution/registry/client/transport expvar github.com/beorn7/perks/quantile github.com/cespare/xxhash/v2 hash/fnv 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 go/token 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 io/ioutil 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 net/http/cookiejar github.com/docker/docker/registry github.com/theupdateframework/notary github.com/docker/go/canonical/json github.com/docker/distribution/uuid 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/tuf/validation 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 text/template/parse text/template github.com/spf13/cobra os/signal github.com/docker/cli/cli/command golang.org/x/sync/errgroup github.com/docker/cli/cli-plugins/manager github.com/morikuni/aec 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/transform 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 compress/bzip2 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 text/scanner 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/xeipuuv/gojsonpointer github.com/xeipuuv/gojsonreference net/mail github.com/xeipuuv/gojsonschema github.com/docker/cli/cli/compose/schema github.com/docker/cli/cli/compose/types github.com/google/shlex 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/sortkeys 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/internal/timeseries html html/template text/tabwriter golang.org/x/net/trace google.golang.org/grpc/backoff 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/keepalive google.golang.org/grpc/peer google.golang.org/grpc/stats google.golang.org/grpc/tap net/http/httputil 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/tonistiigi/go-rosetta 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 /home/autobuild/autobuild/instance-4/output-1/host/lib/go/pkg/tool/linux_amd64/link: R_ARM_THM_CALL, are you using -marm? make: *** [package/pkg-generic.mk:283: /home/autobuild/autobuild/instance-4/output-1/build/docker-cli-26.0.2/.stamp_built] Error 1 make: Leaving directory '/home/autobuild/autobuild/instance-4/buildroot'