>>> docker-cli 27.0.3 Extracting mkdir -p /home/buildroot/instance-0/output-1/per-package/docker-cli/host rsync -a --hard-links --link-dest=/home/buildroot/instance-0/output-1/per-package/host-tar/host/ /home/buildroot/instance-0/output-1/per-package/host-tar/host/ /home/buildroot/instance-0/output-1/per-package/docker-cli/host mkdir -p /home/buildroot/instance-0/output-1/per-package/docker-cli/target rsync -a --hard-links --link-dest=/home/buildroot/instance-0/output-1/per-package/host-tar/target/ /home/buildroot/instance-0/output-1/per-package/host-tar/target/ /home/buildroot/instance-0/output-1/per-package/docker-cli/target gzip -d -c /home/buildroot/instance-0/dl/docker-cli/docker-cli-27.0.3-go2.tar.gz | /home/buildroot/instance-0/output-1/per-package/docker-cli/host/bin/tar --strip-components=1 -C /home/buildroot/instance-0/output-1/build/docker-cli-27.0.3 -xf - printf "module github.com/docker/cli\n\ngo 1.19\n" > /home/buildroot/instance-0/output-1/build/docker-cli-27.0.3/go.mod rm -f /home/buildroot/instance-0/output-1/build/docker-cli-27.0.3/vendor/modules.txt >>> docker-cli 27.0.3 Patching if [ ! -f /home/buildroot/instance-0/output-1/build/docker-cli-27.0.3/go.mod ]; then printf "module github.com/docker/cli\n" > /home/buildroot/instance-0/output-1/build/docker-cli-27.0.3/go.mod; fi >>> docker-cli 27.0.3 Configuring mkdir -p /home/buildroot/instance-0/output-1/per-package/docker-cli/host rsync -a --hard-links --link-dest=/home/buildroot/instance-0/output-1/per-package/host-go/host/ /home/buildroot/instance-0/output-1/per-package/host-go/host/ /home/buildroot/instance-0/output-1/per-package/docker-cli/host rsync -a --hard-links --link-dest=/home/buildroot/instance-0/output-1/per-package/host-pkgconf/host/ /home/buildroot/instance-0/output-1/per-package/host-pkgconf/host/ /home/buildroot/instance-0/output-1/per-package/docker-cli/host rsync -a --hard-links --link-dest=/home/buildroot/instance-0/output-1/per-package/host-skeleton/host/ /home/buildroot/instance-0/output-1/per-package/host-skeleton/host/ /home/buildroot/instance-0/output-1/per-package/docker-cli/host rsync -a --hard-links --link-dest=/home/buildroot/instance-0/output-1/per-package/skeleton/host/ /home/buildroot/instance-0/output-1/per-package/skeleton/host/ /home/buildroot/instance-0/output-1/per-package/docker-cli/host rsync -a --hard-links --link-dest=/home/buildroot/instance-0/output-1/per-package/toolchain/host/ /home/buildroot/instance-0/output-1/per-package/toolchain/host/ /home/buildroot/instance-0/output-1/per-package/docker-cli/host mkdir -p /home/buildroot/instance-0/output-1/per-package/docker-cli/target rsync -a --hard-links --link-dest=/home/buildroot/instance-0/output-1/per-package/host-go/target/ /home/buildroot/instance-0/output-1/per-package/host-go/target/ /home/buildroot/instance-0/output-1/per-package/docker-cli/target rsync -a --hard-links --link-dest=/home/buildroot/instance-0/output-1/per-package/host-pkgconf/target/ /home/buildroot/instance-0/output-1/per-package/host-pkgconf/target/ /home/buildroot/instance-0/output-1/per-package/docker-cli/target rsync -a --hard-links --link-dest=/home/buildroot/instance-0/output-1/per-package/host-skeleton/target/ /home/buildroot/instance-0/output-1/per-package/host-skeleton/target/ /home/buildroot/instance-0/output-1/per-package/docker-cli/target rsync -a --hard-links --link-dest=/home/buildroot/instance-0/output-1/per-package/skeleton/target/ /home/buildroot/instance-0/output-1/per-package/skeleton/target/ /home/buildroot/instance-0/output-1/per-package/docker-cli/target rsync -a --hard-links --link-dest=/home/buildroot/instance-0/output-1/per-package/toolchain/target/ /home/buildroot/instance-0/output-1/per-package/toolchain/target/ /home/buildroot/instance-0/output-1/per-package/docker-cli/target >>> docker-cli 27.0.3 Building cd /home/buildroot/instance-0/output-1/build/docker-cli-27.0.3; GO111MODULE=on GOFLAGS=-mod=vendor GOROOT="/home/buildroot/instance-0/output-1/per-package/docker-cli/host/lib/go" GOPATH="/home/buildroot/instance-0/output-1/per-package/docker-cli/host/share/go-path" GOCACHE="/home/buildroot/instance-0/output-1/per-package/docker-cli/host/share/go-cache" GOMODCACHE="/home/buildroot/instance-0/output-1/per-package/docker-cli/host/share/go-path/pkg/mod" GOPROXY=off GOTOOLCHAIN=local PATH="/home/buildroot/instance-0/output-1/per-package/docker-cli/host/bin:/home/buildroot/instance-0/output-1/per-package/docker-cli/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" GOBIN= CGO_ENABLED=1 GOOS="linux" GOARCH=riscv64 CC="/home/buildroot/instance-0/output-1/per-package/docker-cli/host/bin/riscv64-buildroot-linux-gnu-gcc" CXX="/home/buildroot/instance-0/output-1/per-package/docker-cli/host/bin/riscv64-buildroot-linux-gnu-g++" CGO_CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1" CGO_CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1" CGO_LDFLAGS="" GOTOOLDIR="/home/buildroot/instance-0/output-1/per-package/docker-cli/host/lib/go/pkg/tool/linux_riscv64" /home/buildroot/instance-0/output-1/per-package/docker-cli/host/bin/go build -v -ldflags "-X github.com/docker/cli/cli/version.GitCommit=27.0.3 -X github.com/docker/cli/cli/version.Version=27.0.3" -modcacherw -tags "autogen" -trimpath -p 17 -buildvcs=false -o /home/buildroot/instance-0/output-1/build/docker-cli-27.0.3/bin/docker github.com/docker/cli/cmd/docker unicode/utf8 internal/unsafeheader internal/race internal/goarch cmp unicode internal/itoa internal/goexperiment internal/godebugs encoding internal/goos math/bits runtime/internal/syscall sync/atomic internal/coverage/rtcov internal/cpu runtime/internal/atomic unicode/utf16 internal/nettrace github.com/docker/cli/cli/config/types log/internal runtime/internal/math internal/chacha8rand internal/abi runtime/internal/sys crypto/internal/alias crypto/internal/boring/sig container/list vendor/golang.org/x/crypto/cryptobyte/asn1 vendor/golang.org/x/crypto/internal/alias github.com/fvbommel/sortorder github.com/docker/docker/api github.com/docker/docker/api/types/checkpoint log/slog/internal go.opentelemetry.io/otel/metric/embedded go.opentelemetry.io/otel/trace/embedded internal/bytealg github.com/docker/distribution/manifest slices google.golang.org/protobuf/internal/flags google.golang.org/protobuf/internal/set math github.com/docker/cli/cli/version go.opentelemetry.io/otel/sdk/instrumentation go.opentelemetry.io/otel/sdk/metric/internal go.opentelemetry.io/otel/sdk google.golang.org/grpc/serviceconfig github.com/rivo/uniseg github.com/klauspost/compress go.opentelemetry.io/otel/internal runtime crypto/subtle github.com/tonistiigi/go-rosetta runtime/metrics internal/reflectlite sync internal/singleflight log/slog/internal/buffer google.golang.org/protobuf/internal/pragma internal/bisect internal/testlog runtime/cgo errors internal/godebug sort internal/oserror path internal/safefilepath io strconv internal/intern vendor/golang.org/x/net/dns/dnsmessage github.com/go-viper/mapstructure/v2/internal/errors math/rand google.golang.org/grpc/internal/buffer syscall crypto/internal/nistec/fiat crypto/internal/randutil text/tabwriter hash bytes strings github.com/gogo/protobuf/sortkeys github.com/beorn7/perks/quantile hash/crc32 hash/fnv crypto crypto/rc4 net/netip reflect vendor/golang.org/x/text/transform golang.org/x/text/transform bufio net/http/internal/ascii github.com/docker/docker/api/types/versions github.com/docker/docker/internal/multierror github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg regexp/syntax html golang.org/x/text/width compress/bzip2 internal/syscall/execenv time internal/syscall/unix crypto/internal/nistec regexp github.com/docker/docker/builder/remotecontext/urlutil google.golang.org/grpc/backoff context google.golang.org/grpc/keepalive google.golang.org/grpc/internal/grpcrand go.opentelemetry.io/otel/sdk/internal io/fs internal/poll go.opentelemetry.io/otel/internal/baggage google.golang.org/grpc/internal/backoff google.golang.org/grpc/internal/grpcsync github.com/cenkalti/backoff/v4 embed go.opentelemetry.io/otel/internal/attribute encoding/binary internal/fmtsort google.golang.org/protobuf/internal/editiondefaults os encoding/base64 crypto/md5 github.com/cespare/xxhash/v2 github.com/klauspost/compress/zstd/internal/xxhash crypto/internal/edwards25519/field vendor/golang.org/x/crypto/internal/poly1305 github.com/klauspost/compress/internal/snapref crypto/cipher golang.org/x/sys/unix encoding/pem crypto/internal/edwards25519 crypto/internal/boring crypto/des vendor/golang.org/x/crypto/chacha20 crypto/hmac crypto/ecdh crypto/aes crypto/sha512 crypto/sha256 crypto/sha1 vendor/golang.org/x/crypto/hkdf golang.org/x/crypto/pbkdf2 vendor/golang.org/x/crypto/chacha20poly1305 github.com/docker/docker/api/types/mount google.golang.org/protobuf/internal/detrand github.com/docker/cli/cli/hints google.golang.org/grpc/internal/envconfig github.com/moby/sys/sequential github.com/prometheus/procfs/internal/util github.com/theupdateframework/notary fmt path/filepath io/ioutil github.com/mattn/go-runewidth os/signal net github.com/docker/cli/cli/command/formatter/tabwriter github.com/moby/patternmatcher/ignorefile os/exec github.com/moby/sys/symlink encoding/hex encoding/csv flag github.com/opencontainers/go-digest log github.com/pkg/errors compress/flate github.com/morikuni/aec os/user encoding/json text/template/parse net/url vendor/golang.org/x/net/http2/hpack math/big vendor/golang.org/x/text/unicode/norm github.com/distribution/reference mime mime/quotedprintable vendor/golang.org/x/text/unicode/bidi net/http/internal runtime/debug github.com/docker/docker/api/types/blkiodev github.com/docker/cli/cli/connhelper/ssh github.com/docker/go-units github.com/opencontainers/image-spec/specs-go github.com/docker/docker/api/types/time go.opentelemetry.io/otel/baggage github.com/opencontainers/image-spec/specs-go/v1 google.golang.org/protobuf/internal/errors go/token github.com/moby/docker-image-spec/specs-go/v1 google.golang.org/protobuf/internal/version github.com/prometheus/procfs/internal/fs github.com/docker/go/canonical/json archive/zip compress/gzip google.golang.org/protobuf/encoding/protowire go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc/internal go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc/internal/retry golang.org/x/net/internal/timeseries google.golang.org/grpc/internal/grpclog google.golang.org/grpc/attributes google.golang.org/grpc/metadata google.golang.org/grpc/internal/idle google.golang.org/protobuf/reflect/protoreflect golang.org/x/text/unicode/bidi vendor/golang.org/x/text/secure/bidirule golang.org/x/text/unicode/norm google.golang.org/grpc/internal/grpcutil google.golang.org/grpc/internal/balancerload golang.org/x/net/http2/hpack google.golang.org/grpc/tap github.com/grpc-ecosystem/grpc-gateway/v2/utilities google.golang.org/grpc/encoding runtime/trace text/template go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal google.golang.org/grpc/encoding/gzip go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal/retry golang.org/x/sync/errgroup golang.org/x/term vendor/golang.org/x/net/idna github.com/moby/term github.com/grpc-ecosystem/grpc-gateway/v2/internal/httprule github.com/containerd/containerd/pkg/userns github.com/moby/sys/user github.com/docker/docker/pkg/system github.com/docker/docker-credential-helpers/credentials github.com/sirupsen/logrus github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/strslice github.com/gogo/protobuf/proto github.com/docker/docker-credential-helpers/client go.opentelemetry.io/otel/attribute go.opentelemetry.io/otel/codes github.com/docker/docker/api/types/events github.com/docker/docker/api/types/image google.golang.org/protobuf/internal/descfmt google.golang.org/protobuf/internal/descopts google.golang.org/protobuf/internal/strs log/slog google.golang.org/protobuf/internal/encoding/messageset google.golang.org/protobuf/internal/genid google.golang.org/protobuf/internal/order google.golang.org/protobuf/internal/encoding/text google.golang.org/protobuf/runtime/protoiface google.golang.org/protobuf/reflect/protoregistry github.com/theupdateframework/notary/tuf/validation github.com/prometheus/common/model github.com/theupdateframework/notary/passphrase google.golang.org/grpc/grpclog google.golang.org/protobuf/internal/encoding/json golang.org/x/text/secure/bidirule github.com/docker/docker/pkg/idtools go.opentelemetry.io/otel/semconv/v1.17.0 go.opentelemetry.io/otel/metric go.opentelemetry.io/otel/trace github.com/containerd/log google.golang.org/protobuf/proto crypto/rand crypto/elliptic crypto/internal/bigmod crypto/internal/boring/bbig encoding/asn1 crypto/dsa crypto/ed25519 github.com/docker/docker/pkg/ioutils google.golang.org/protobuf/internal/encoding/defval github.com/docker/distribution/uuid github.com/docker/cli/cli/streams go.opentelemetry.io/otel/metric/noop go.opentelemetry.io/otel/semconv/v1.21.0 html/template golang.org/x/crypto/ed25519 google.golang.org/grpc/connectivity golang.org/x/net/idna go.opentelemetry.io/otel/trace/noop github.com/docker/cli/templates github.com/docker/docker/pkg/stringid github.com/containerd/platforms github.com/docker/docker/pkg/pools crypto/rsa github.com/klauspost/compress/fse text/scanner golang.org/x/time/rate github.com/docker/docker/pkg/jsonmessage github.com/go-logr/logr github.com/docker/docker/api/types/auxprogress dario.cat/mergo google.golang.org/protobuf/internal/filedesc google.golang.org/protobuf/encoding/prototext vendor/golang.org/x/crypto/cryptobyte crypto/x509/pkix github.com/docker/docker/pkg/progress github.com/moby/patternmatcher github.com/docker/cli/cli/compose/template github.com/xeipuuv/gojsonpointer github.com/go-logr/logr/funcr github.com/docker/docker/pkg/streamformatter github.com/docker/cli/cli/compose/types github.com/xeipuuv/gojsonreference github.com/docker/cli/cli/compose/interpolation github.com/google/shlex gopkg.in/yaml.v2 github.com/docker/docker/pkg/stdcopy github.com/moby/sys/signal github.com/klauspost/compress/huff0 tags.cncf.io/container-device-interface/pkg/parser github.com/docker/cli/service/logs github.com/docker/go-events github.com/docker/cli/cmd/docker/internal/signals crypto/ecdsa github.com/go-logr/stdr archive/tar github.com/docker/docker/pkg/homedir github.com/klauspost/compress/zstd google.golang.org/protobuf/internal/encoding/tag google.golang.org/protobuf/encoding/protojson google.golang.org/protobuf/internal/impl github.com/docker/docker/api/types/swarm/runtime github.com/gogo/protobuf/protoc-gen-gogo/descriptor github.com/gogo/protobuf/types github.com/docker/docker/pkg/archive github.com/gogo/protobuf/gogoproto vendor/golang.org/x/net/http/httpproxy github.com/docker/go-connections/nat net/textproto github.com/docker/cli/cli/connhelper/commandconn google.golang.org/grpc/internal/resolver/dns/internal github.com/docker/docker/api/types/network google.golang.org/grpc/stats google.golang.org/grpc/internal/syscall github.com/docker/docker/api/types/registry crypto/x509 github.com/spf13/pflag github.com/docker/cli/cli/config/credentials github.com/go-viper/mapstructure/v2 github.com/prometheus/procfs github.com/docker/cli/cli-plugins/socket github.com/docker/cli/cli/config/configfile github.com/docker/cli/cli/connhelper github.com/docker/docker/api/types/container vendor/golang.org/x/net/http/httpguts mime/multipart golang.org/x/net/http/httpguts net/mail github.com/docker/cli/cli/config github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/system github.com/docker/docker/api/types/volume github.com/docker/cli/opts github.com/docker/docker/api/types github.com/docker/cli/cli/command/formatter google.golang.org/protobuf/internal/filetype google.golang.org/protobuf/runtime/protoimpl google.golang.org/protobuf/types/known/timestamppb google.golang.org/protobuf/types/known/anypb google.golang.org/protobuf/types/known/durationpb go.opentelemetry.io/proto/otlp/common/v1 google.golang.org/protobuf/types/descriptorpb google.golang.org/protobuf/types/known/fieldmaskpb google.golang.org/protobuf/types/known/structpb google.golang.org/protobuf/types/known/wrapperspb github.com/docker/cli/cli/command/stack/options github.com/docker/cli/cli/command/stack/formatter github.com/golang/protobuf/ptypes/duration google.golang.org/genproto/googleapis/rpc/errdetails github.com/golang/protobuf/ptypes/any google.golang.org/genproto/googleapis/rpc/status google.golang.org/genproto/googleapis/api/httpbody go.opentelemetry.io/proto/otlp/resource/v1 github.com/prometheus/client_model/go github.com/golang/protobuf/ptypes/timestamp google.golang.org/grpc/binarylog/grpc_binarylog_v1 github.com/moby/swarmkit/v2/api/deepcopy github.com/theupdateframework/notary/tuf/data crypto/tls github.com/moby/swarmkit/v2/protobuf/plugin go.opentelemetry.io/proto/otlp/metrics/v1 go.opentelemetry.io/proto/otlp/trace/v1 github.com/spf13/cobra github.com/prometheus/client_golang/prometheus/internal github.com/theupdateframework/notary/client/changelist github.com/theupdateframework/notary/tuf/utils google.golang.org/protobuf/types/gofeaturespb google.golang.org/protobuf/reflect/protodesc github.com/docker/cli/cli-plugins/hooks github.com/golang/protobuf/proto github.com/matttproud/golang_protobuf_extensions/pbutil google.golang.org/grpc/encoding/proto github.com/golang/protobuf/ptypes github.com/golang/protobuf/jsonpb go.etcd.io/etcd/raft/v3/raftpb net/http/httptrace github.com/docker/go-connections/tlsconfig google.golang.org/grpc/internal/credentials net/http google.golang.org/grpc/credentials google.golang.org/grpc/internal/pretty google.golang.org/grpc/resolver google.golang.org/grpc/credentials/insecure google.golang.org/grpc/peer google.golang.org/grpc/internal/resolver/passthrough google.golang.org/grpc/internal/transport/networktype google.golang.org/grpc/balancer/grpclb/state google.golang.org/grpc/internal google.golang.org/grpc/internal/metadata google.golang.org/grpc/internal/resolver/unix google.golang.org/grpc/internal/resolver/dns google.golang.org/grpc/codes google.golang.org/grpc/internal/channelz google.golang.org/grpc/resolver/dns google.golang.org/grpc/internal/status google.golang.org/grpc/status google.golang.org/grpc/internal/binarylog google.golang.org/grpc/channelz google.golang.org/grpc/balancer google.golang.org/grpc/balancer/base google.golang.org/grpc/internal/serviceconfig google.golang.org/grpc/internal/resolver google.golang.org/grpc/balancer/roundrobin google.golang.org/grpc/internal/balancer/gracefulswitch github.com/docker/docker/errdefs github.com/felixge/httpsnoop go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconvutil github.com/docker/go-connections/sockets github.com/docker/distribution/registry/api/errcode github.com/docker/distribution/registry/client/transport expvar github.com/docker/distribution/registry/client/auth/challenge github.com/docker/distribution go.opentelemetry.io/otel/propagation net/http/cookiejar github.com/gorilla/mux github.com/prometheus/common/expfmt net/http/httputil golang.org/x/net/trace github.com/theupdateframework/notary/storage golang.org/x/net/http2 github.com/docker/docker/builder/remotecontext/git github.com/xeipuuv/gojsonschema github.com/docker/cli/cli/context/store go.opentelemetry.io/otel/internal/global github.com/docker/distribution/manifest/manifestlist github.com/docker/distribution/manifest/ocischema github.com/docker/distribution/manifest/schema2 github.com/docker/cli/cli/command/image/build github.com/docker/distribution/registry/api/v2 github.com/docker/cli/cli/manifest/types github.com/theupdateframework/notary/trustmanager github.com/docker/cli/cli/context github.com/docker/cli/cli/manifest/store github.com/prometheus/client_golang/prometheus github.com/theupdateframework/notary/cryptoservice github.com/theupdateframework/notary/tuf/signed go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal/envconfig go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc/internal/envconfig go.opentelemetry.io/otel/sdk/internal/env go.opentelemetry.io/otel github.com/docker/cli/cli/debug go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp go.opentelemetry.io/otel/sdk/resource github.com/theupdateframework/notary/trustpinning github.com/theupdateframework/notary/tuf github.com/docker/docker/client go.opentelemetry.io/otel/sdk/metric/metricdata go.opentelemetry.io/otel/sdk/trace go.opentelemetry.io/otel/sdk/metric/internal/aggregate go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc/internal/transform go.opentelemetry.io/otel/sdk/metric github.com/theupdateframework/notary/client github.com/docker/cli/cli/compose/schema github.com/docker/cli/cli/compose/loader go.opentelemetry.io/otel/exporters/otlp/otlptrace/internal/tracetransform github.com/prometheus/client_golang/prometheus/promhttp go.opentelemetry.io/otel/exporters/otlp/otlptrace google.golang.org/grpc/internal/transport github.com/docker/cli/cli/flags github.com/docker/cli/cli/command/completion github.com/docker/cli/cli/command/service/progress github.com/docker/cli/cli/command/swarm/progress github.com/docker/cli/cli/context/docker github.com/docker/cli/cli/command/idresolver 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 google.golang.org/grpc github.com/docker/docker/registry github.com/docker/cli/cli/trust github.com/docker/cli/cli/registry/client go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc/internal/oconf github.com/moby/swarmkit/v2/manager/raftselector google.golang.org/grpc/health/grpc_health_v1 go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal/otlpconfig github.com/moby/swarmkit/v2/api github.com/grpc-ecosystem/grpc-gateway/v2/runtime go.opentelemetry.io/proto/otlp/collector/metrics/v1 go.opentelemetry.io/proto/otlp/collector/trace/v1 go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc github.com/docker/cli/cli/command github.com/docker/cli/cli/command/stack/loader github.com/docker/cli/cli/command/task github.com/docker/cli/cli-plugins/manager github.com/docker/cli/cli github.com/docker/cli/cli/command/inspect github.com/docker/cli/cli/command/checkpoint github.com/docker/cli/cli/command/registry github.com/docker/cli/cli/command/manifest github.com/docker/cli/cli/command/swarm github.com/docker/cli/cli/command/config github.com/docker/cli/cli/command/node github.com/docker/cli/cli/command/volume github.com/docker/cli/cli/command/network github.com/docker/cli/cli/command/secret github.com/docker/cli/cli/command/context github.com/docker/cli/cli/command/image github.com/docker/cli/cli/command/builder github.com/docker/cli/cli/command/plugin github.com/docker/cli/cli/command/trust github.com/docker/cli/cli/command/container github.com/docker/cli/cli/command/system 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 $WORK/b065/_pkg_.a(_x001.o): unknown relocation type 17; compiled without -fpic? $WORK/b073/_pkg_.a(_x005.o): unknown relocation type 17; compiled without -fpic? make: *** [package/pkg-generic.mk:289: /home/buildroot/instance-0/output-1/build/docker-cli-27.0.3/.stamp_built] Error 1 make: Leaving directory '/home/buildroot/instance-0/buildroot'