Skip to content

Console Output

Skipping 855 KB.. Full Log
85FTXgvzkDB8G3tScxILi1BRfsEwJg4BPVmJZon5OYl66vk9+Xrp1RRGDFNSy5Py84vycVD1nCI1qPENFAZBu/hPNfgXoPj6QKXogU/TApnQ/mXCmX/k+EwOjFwNrWWJOaSrQXAGEIr/S3KTUorY1U2W5pzzohpoGBFwRzQBihBl58gAAAA==+ cd /root/rpmbuild/BUILD
21:02:47 + cd src
21:02:47 + /usr/local/bin/rootlesskit -v
21:02:47 rootlesskit version 0.14.4
21:02:47 + RPM_EC=0
21:02:47 ++ jobs -p
21:02:47 + exit 0
21:02:47 Processing files: docker-ce-rootless-extras-0.0.0.20221021185355.e814bd0-0.el9.x86_64
21:02:47 Provides: docker-ce-rootless-extras = 0:0.0.0.20221021185355.e814bd0-0.el9 docker-ce-rootless-extras(x86-64) = 0:0.0.0.20221021185355.e814bd0-0.el9
21:02:47 Requires(interp): /bin/sh /bin/sh /bin/sh
21:02:47 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
21:02:47 Requires(post): /bin/sh
21:02:47 Requires(preun): /bin/sh
21:02:47 Requires(postun): /bin/sh
21:02:47 Requires: /usr/bin/sh libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.2)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.34)(64bit) rtld(GNU_HASH)
21:02:47 Conflicts: rootlesskit
21:02:47 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20221021185355.e814bd0-0.el9.x86_64
21:02:48 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0.20221021185355.e814bd0-0.el9.src.rpm
21:02:54 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-rootless-extras-0.0.0.20221021185355.e814bd0-0.el9.x86_64.rpm
21:02:54 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.yK9ji6
21:02:54 + umask 022
21:02:54 + cd /root/rpmbuild/BUILD
21:02:54 + cd src
21:02:54 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20221021185355.e814bd0-0.el9.x86_64
21:02:54 + RPM_EC=0
21:02:54 ++ jobs -p
21:02:54 + exit 0
21:02:54 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.8vBl1G
21:02:54 + umask 022
21:02:54 + cd /root/rpmbuild/BUILD
21:02:54 + cd /root/rpmbuild/BUILD
21:02:54 + rm -rf src
21:02:54 + /usr/bin/mkdir -p src
21:02:54 + cd src
21:02:54 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
21:02:54 + /usr/bin/tar -xof -
21:02:54 + STATUS=0
21:02:54 + '[' 0 -ne 0 ']'
21:02:54 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
21:02:54 + /usr/bin/tar -xof -
21:02:54 + STATUS=0
21:02:54 + '[' 0 -ne 0 ']'
21:02:54 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
21:02:54 + RPM_EC=0
21:02:54 ++ jobs -p
21:02:54 + exit 0
21:02:54 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.6dFxiU
21:02:54 + umask 022
21:02:54 + cd /root/rpmbuild/BUILD
21:02:54 + cd src
21:02:54 + pushd /root/rpmbuild/BUILD/src/compose
21:02:54 + make VERSION=v2.12.2 DESTDIR=./bin build
21:02:54 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
21:02:54 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e,kube" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.12.2" -o "./bin/docker-compose" ./cmd
21:02:54 go: downloading github.com/docker/cli v20.10.3-0.20221013132413-1d6c6e2367e2+incompatible
21:02:55 go: downloading github.com/spf13/cobra v1.6.0
21:02:55 go: downloading github.com/fvbommel/sortorder v1.0.2
21:02:55 go: downloading golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab
21:02:55 go: downloading github.com/docker/docker v20.10.3-0.20221021173910-5aac513617f0+incompatible
21:02:55 go: downloading github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae
21:02:55 go: downloading github.com/morikuni/aec v1.0.0
21:02:55 go: downloading github.com/spf13/pflag v1.0.5
21:02:55 go: downloading github.com/docker/distribution v2.8.1+incompatible
21:02:55 go: downloading github.com/docker/go-connections v0.4.0
21:02:55 go: downloading github.com/moby/sys/sequential v0.5.0
21:02:55 go: downloading github.com/sirupsen/logrus v1.9.0
21:02:56 go: downloading github.com/theupdateframework/notary v0.7.0
21:02:56 go: downloading github.com/compose-spec/compose-go v1.6.0
21:02:56 go: downloading github.com/hashicorp/go-version v1.6.0
21:02:56 go: downloading github.com/cnabio/cnab-to-oci v0.3.7
21:02:56 go: downloading github.com/distribution/distribution/v3 v3.0.0-20220907155224-78b9c98c5c31
21:02:56 go: downloading github.com/docker/buildx v0.9.1
21:02:56 go: downloading github.com/docker/go-units v0.5.0
21:02:56 go: downloading github.com/mattn/go-shellwords v1.0.12
21:02:56 go: downloading github.com/moby/buildkit v0.10.1-0.20220816171719-55ba9d14360a
21:02:56 go: downloading github.com/opencontainers/go-digest v1.0.0
21:02:56 go: downloading go.opentelemetry.io/otel v1.11.1
21:02:56 go: downloading github.com/containerd/containerd v1.6.8
21:02:56 go: downloading github.com/hashicorp/go-multierror v1.1.1
21:02:56 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
21:02:56 go: downloading golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde
21:02:56 go: downloading gopkg.in/yaml.v2 v2.4.0
21:02:56 go: downloading k8s.io/client-go v0.22.4
21:02:56 go: downloading github.com/mitchellh/mapstructure v1.5.0
21:02:56 go: downloading github.com/cnabio/cnab-go v0.23.4
21:02:56 go: downloading github.com/imdario/mergo v0.3.13
21:02:57 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
21:02:57 go: downloading github.com/containerd/console v1.0.3
21:02:57 go: downloading golang.org/x/text v0.3.7
21:02:57 go: downloading github.com/mattn/go-isatty v0.0.16
21:02:57 go: downloading github.com/buger/goterm v1.0.4
21:02:57 go: downloading github.com/stretchr/testify v1.8.0
21:02:57 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
21:02:57 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
21:02:57 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
21:02:57 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
21:02:57 go: downloading go.opentelemetry.io/otel/trace v1.11.1
21:02:57 go: downloading github.com/go-logr/logr v1.2.3
21:02:57 go: downloading k8s.io/api v0.22.4
21:02:57 go: downloading k8s.io/apimachinery v0.22.4
21:02:58 go: downloading github.com/gofrs/flock v0.8.0
21:02:58 go: downloading github.com/moby/sys/signal v0.7.0
21:02:58 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
21:02:58 go: downloading github.com/golang/mock v1.6.0
21:02:58 go: downloading github.com/klauspost/compress v1.15.9
21:02:58 go: downloading github.com/moby/patternmatcher v0.5.0
21:02:58 go: downloading github.com/opencontainers/runc v1.1.2
21:02:58 go: downloading golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
21:02:58 go: downloading github.com/hashicorp/errwrap v1.1.0
21:02:58 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
21:02:58 go: downloading github.com/tonistiigi/fsutil v0.0.0-20220930225714-4638ad635be5
21:02:58 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
21:02:58 go: downloading google.golang.org/grpc v1.47.0
21:02:58 go: downloading golang.org/x/net v0.0.0-20220906165146-f3363e06e74c
21:02:58 go: downloading golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88
21:02:58 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
21:02:58 go: downloading github.com/docker/docker-credential-helpers v0.6.4
21:02:58 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
21:02:58 go: downloading github.com/gogo/protobuf v1.3.2
21:02:59 go: downloading github.com/cyberphone/json-canonicalization v0.0.0-20210303052042-6bc126869bf4
21:02:59 go: downloading github.com/moby/locker v1.0.1
21:02:59 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
21:02:59 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
21:02:59 go: downloading github.com/mattn/go-runewidth v0.0.14
21:02:59 go: downloading k8s.io/klog/v2 v2.60.1
21:02:59 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
21:02:59 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
21:02:59 go: downloading google.golang.org/genproto v0.0.0-20220314164441-57ef72a4c106
21:02:59 go: downloading google.golang.org/protobuf v1.27.1
21:02:59 go: downloading github.com/go-logr/stdr v1.2.2
21:02:59 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
21:02:59 go: downloading github.com/containerd/typeurl v1.0.2
21:02:59 go: downloading github.com/golang/protobuf v1.5.2
21:02:59 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
21:02:59 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
21:02:59 go: downloading github.com/pelletier/go-toml v1.9.4
21:03:00 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
21:03:00 go: downloading github.com/google/gofuzz v1.2.0
21:03:00 go: downloading github.com/moby/sys/symlink v0.2.0
21:03:00 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
21:03:00 go: downloading github.com/gogo/googleapis v1.4.1
21:03:01 go: downloading github.com/containerd/continuity v0.3.0
21:03:01 go: downloading github.com/qri-io/jsonpointer v0.1.1
21:03:01 go: downloading github.com/qri-io/jsonschema v0.2.2-0.20210831022256-780655b2ba0e
21:03:01 go: downloading github.com/Masterminds/semver v1.5.0
21:03:01 go: downloading github.com/rivo/uniseg v0.2.0
21:03:01 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
21:03:01 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
21:03:01 go: downloading github.com/davecgh/go-spew v1.1.1
21:03:01 go: downloading github.com/pmezard/go-difflib v1.0.0
21:03:01 go: downloading gopkg.in/yaml.v3 v3.0.1
21:03:01 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
21:03:01 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
21:03:01 go: downloading github.com/felixge/httpsnoop v1.0.2
21:03:01 go: downloading go.opentelemetry.io/otel/metric v0.27.0
21:03:01 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
21:03:01 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
21:03:01 go: downloading gopkg.in/inf.v0 v0.9.1
21:03:01 go: downloading github.com/googleapis/gnostic v0.5.5
21:03:01 go: downloading github.com/google/go-cmp v0.5.9
21:03:01 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
21:03:01 go: downloading github.com/docker/go-metrics v0.0.1
21:03:01 go: downloading github.com/json-iterator/go v1.1.12
21:03:01 go: downloading github.com/modern-go/reflect2 v1.0.2
21:03:01 go: downloading sigs.k8s.io/yaml v1.2.0
21:03:01 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
21:03:01 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
21:03:01 go: downloading github.com/mattn/go-colorable v0.1.12
21:03:01 go: downloading github.com/prometheus/client_golang v1.12.2
21:03:01 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
21:03:01 go: downloading github.com/containerd/ttrpc v1.1.0
21:03:01 go: downloading github.com/moby/spdystream v0.2.0
21:03:01 go: downloading github.com/prometheus/client_model v0.2.0
21:03:01 go: downloading github.com/prometheus/common v0.32.1
21:03:01 go: downloading github.com/beorn7/perks v1.0.1
21:03:01 go: downloading github.com/cespare/xxhash/v2 v2.1.2
21:03:01 go: downloading github.com/prometheus/procfs v0.7.3
21:03:01 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2
21:05:08 + popd
21:05:08 + RPM_EC=0
21:05:08 ~/rpmbuild/BUILD/src
21:05:08 ++ jobs -p
21:05:08 + exit 0
21:05:08 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.bthJTJ
21:05:08 + umask 022
21:05:08 + cd /root/rpmbuild/BUILD
21:05:08 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.12.2-0.el9.x86_64 '!=' / ']'
21:05:08 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.12.2-0.el9.x86_64
21:05:08 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.12.2-0.el9.x86_64
21:05:08 + mkdir -p /root/rpmbuild/BUILDROOT
21:05:08 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.12.2-0.el9.x86_64
21:05:08 + cd src
21:05:08 + pushd /root/rpmbuild/BUILD/src/compose
21:05:08 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
21:05:08 + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.12.2-0.el9.x86_64/usr/libexec/docker/cli-plugins/docker-compose
21:05:08 + popd
21:05:08 + for f in LICENSE MAINTAINERS NOTICE README.md
21:05:08 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
21:05:08 ~/rpmbuild/BUILD/src
21:05:08 + for f in LICENSE MAINTAINERS NOTICE README.md
21:05:08 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
21:05:08 + for f in LICENSE MAINTAINERS NOTICE README.md
21:05:08 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
21:05:08 + for f in LICENSE MAINTAINERS NOTICE README.md
21:05:08 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
21:05:08 + /usr/lib/rpm/check-buildroot
21:05:08 + /usr/lib/rpm/redhat/brp-ldconfig
21:05:08 + /usr/lib/rpm/brp-compress
21:05:08 + /usr/lib/rpm/brp-strip /usr/bin/strip
21:05:08 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
21:05:08 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
21:05:08 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
21:05:08 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
21:05:08 + /usr/lib/rpm/brp-python-hardlink
21:05:08 + /usr/lib/rpm/redhat/brp-mangle-shebangs
21:05:08 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.H3prfA
21:05:08 + umask 022
21:05:08 + cd /root/rpmbuild/BUILD
21:05:08 + cd src
21:05:08 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.12.2-0.el9.x86_64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
21:05:08 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
21:05:08 + ver=v2.12.2
21:05:08 + test v2.12.2 = v2.12.2
21:05:08 PASS: docker-compose version OK
21:05:08 + echo 'PASS: docker-compose version OK'
21:05:08 + RPM_EC=0
21:05:08 ++ jobs -p
21:05:08 + exit 0
21:05:08 Processing files: docker-compose-plugin-2.12.2-0.el9.x86_64
21:05:08 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.4B2lvs
21:05:08 + umask 022
21:05:08 + cd /root/rpmbuild/BUILD
21:05:08 + cd src
21:05:08 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.12.2-0.el9.x86_64/usr/share/doc/docker-compose-plugin
21:05:08 + export LC_ALL=C
21:05:08 + LC_ALL=C
21:05:08 + export DOCDIR
21:05:08 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.12.2-0.el9.x86_64/usr/share/doc/docker-compose-plugin
21:05:08 + cp -pr docker-compose-plugin-docs/LICENSE docker-compose-plugin-docs/MAINTAINERS docker-compose-plugin-docs/NOTICE docker-compose-plugin-docs/README.md /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.12.2-0.el9.x86_64/usr/share/doc/docker-compose-plugin
21:05:08 + RPM_EC=0
21:05:08 ++ jobs -p
21:05:08 + exit 0
21:05:08 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.CxRX73
21:05:08 + umask 022
21:05:08 + cd /root/rpmbuild/BUILD
21:05:08 + cd src
21:05:08 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.12.2-0.el9.x86_64/usr/share/licenses/docker-compose-plugin
21:05:08 + export LC_ALL=C
21:05:08 + LC_ALL=C
21:05:08 + export LICENSEDIR
21:05:08 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.12.2-0.el9.x86_64/usr/share/licenses/docker-compose-plugin
21:05:08 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.12.2-0.el9.x86_64/usr/share/licenses/docker-compose-plugin
21:05:08 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.12.2-0.el9.x86_64/usr/share/licenses/docker-compose-plugin
21:05:08 + RPM_EC=0
21:05:08 ++ jobs -p
21:05:08 + exit 0
21:05:08 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.12.2-0.el9.x86_64/usr/libexec/docker/cli-plugins/docker-compose
21:05:08 Provides: docker-compose-plugin = 0:2.12.2-0.el9 docker-compose-plugin(x86-64) = 0:2.12.2-0.el9
21:05:08 Requires(interp): /bin/sh /bin/sh /bin/sh
21:05:08 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
21:05:08 Requires(post): /bin/sh
21:05:08 Requires(preun): /bin/sh
21:05:08 Requires(postun): /bin/sh
21:05:08 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.12.2-0.el9.x86_64
21:05:08 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.12.2-0.el9.src.rpm
21:05:30 Wrote: /root/rpmbuild/RPMS/x86_64/docker-compose-plugin-2.12.2-0.el9.x86_64.rpm
21:05:30 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.PgbzCL
21:05:30 + umask 022
21:05:30 + cd /root/rpmbuild/BUILD
21:05:30 + cd src
21:05:30 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.12.2-0.el9.x86_64
21:05:30 + RPM_EC=0
21:05:30 ++ jobs -p
21:05:30 + exit 0
21:05:30 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ef4uVv
21:05:30 + umask 022
21:05:30 + cd /root/rpmbuild/BUILD
21:05:30 + cd /root/rpmbuild/BUILD
21:05:30 + rm -rf src
21:05:30 + /usr/bin/mkdir -p src
21:05:30 + cd src
21:05:30 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
21:05:30 + /usr/bin/tar -xof -
21:05:30 + STATUS=0
21:05:30 + '[' 0 -ne 0 ']'
21:05:30 + /usr/bin/tar -xof -
21:05:30 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
21:05:30 + STATUS=0
21:05:30 + '[' 0 -ne 0 ']'
21:05:30 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
21:05:30 + RPM_EC=0
21:05:30 ++ jobs -p
21:05:30 + exit 0
21:05:30 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.hgdsQ7
21:05:30 + umask 022
21:05:30 + cd /root/rpmbuild/BUILD
21:05:30 + cd src
21:05:30 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
21:05:30 + bash -c 'TAG_NAME="v0.17.0" COMMIT="061fe0a" PLATFORM_BINARY=docker-scan make native-build'
21:05:30 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
21:05:30 GO111MODULE=on make -f builder.Makefile build
21:05:30 make[1]: Entering directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
21:05:30 mkdir -p bin
21:05:30 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/scan-cli-plugin/internal.GitCommit=061fe0a -X github.com/docker/scan-cli-plugin/internal.Version=v0.17.0 -X github.com/docker/scan-cli-plugin/internal/provider.ImageDigest=sha256:f9291a5310e3952369eeb8cd1c2a25f0c9fc930a3ccc88e1ea20956ad86b75a4 -X github.com/docker/scan-cli-plugin/internal/provider.SnykDesktopVersion=1.827.0" -o bin/docker-scan ./cmd/docker-scan
21:05:30 go: downloading github.com/docker/cli v20.10.9+incompatible
21:05:30 go: downloading github.com/docker/docker v20.10.9+incompatible
21:05:30 go: downloading github.com/spf13/cobra v1.2.1
21:05:30 go: downloading golang.org/x/sys v0.0.0-20210616094352-59db8d763f22
21:05:30 go: downloading github.com/docker/distribution v2.7.1+incompatible
21:05:30 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
21:05:30 go: downloading github.com/docker/go-units v0.4.0
21:05:30 go: downloading github.com/opencontainers/image-spec v1.0.1
21:05:30 go: downloading github.com/Masterminds/semver/v3 v3.1.1
21:05:30 go: downloading github.com/mitchellh/go-homedir v1.1.0
21:05:30 go: downloading github.com/containerd/containerd v1.5.7
21:05:30 go: downloading github.com/moby/sys/mount v0.2.0
21:05:30 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
21:05:30 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
21:05:30 go: downloading google.golang.org/grpc v1.40.0
21:05:30 go: downloading golang.org/x/net v0.0.0-20210825183410-e898025ed96a
21:05:30 go: downloading golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
21:05:30 go: downloading github.com/opencontainers/runc v1.0.2
21:05:30 go: downloading google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c
21:05:30 go: downloading google.golang.org/protobuf v1.26.0
21:05:30 go: downloading github.com/prometheus/client_golang v1.7.1
21:05:30 go: downloading github.com/cespare/xxhash/v2 v2.1.1
21:05:30 go: downloading github.com/prometheus/common v0.10.0
21:05:30 go: downloading github.com/prometheus/procfs v0.6.0
21:05:30 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
21:05:48 make[1]: Leaving directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
21:05:48 + popd
21:05:48 + RPM_EC=0
21:05:48 ~/rpmbuild/BUILD/src
21:05:48 ++ jobs -p
21:05:48 + exit 0
21:05:48 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.LIXRu4
21:05:48 + umask 022
21:05:48 + cd /root/rpmbuild/BUILD
21:05:48 + '[' /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.el9.x86_64 '!=' / ']'
21:05:48 + rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.el9.x86_64
21:05:48 ++ dirname /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.el9.x86_64
21:05:48 + mkdir -p /root/rpmbuild/BUILDROOT
21:05:48 + mkdir /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.el9.x86_64
21:05:48 + cd src
21:05:48 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
21:05:48 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
21:05:48 + install -D -p -m 0755 bin/docker-scan /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.el9.x86_64/usr/libexec/docker/cli-plugins/docker-scan
21:05:48 ~/rpmbuild/BUILD/src
21:05:48 + popd
21:05:48 + /usr/lib/rpm/check-buildroot
21:05:48 + /usr/lib/rpm/redhat/brp-ldconfig
21:05:48 + /usr/lib/rpm/brp-compress
21:05:48 + /usr/lib/rpm/brp-strip /usr/bin/strip
21:05:48 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
21:05:48 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
21:05:48 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
21:05:48 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
21:05:48 + /usr/lib/rpm/brp-python-hardlink
21:05:48 + /usr/lib/rpm/redhat/brp-mangle-shebangs
21:05:48 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.2Plddy
21:05:48 + umask 022
21:05:48 + cd /root/rpmbuild/BUILD
21:05:48 + cd src
21:05:48 ++ /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.el9.x86_64/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata
21:05:48 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
21:05:48 PASS: docker-scan version OK
21:05:48 + ver=v0.17.0
21:05:48 + test v0.17.0 = v0.17.0
21:05:48 + echo 'PASS: docker-scan version OK'
21:05:48 + RPM_EC=0
21:05:48 ++ jobs -p
21:05:48 + exit 0
21:05:48 Processing files: docker-scan-plugin-0.17.0-0.el9.x86_64
21:05:48 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.el9.x86_64/usr/libexec/docker/cli-plugins/docker-scan
21:05:48 Provides: docker-scan-plugin = 0:0.17.0-0.el9 docker-scan-plugin(x86-64) = 0:0.17.0-0.el9
21:05:48 Requires(interp): /bin/sh /bin/sh /bin/sh
21:05:48 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
21:05:48 Requires(post): /bin/sh
21:05:48 Requires(preun): /bin/sh
21:05:48 Requires(postun): /bin/sh
21:05:48 Enhances: docker-ce-cli
21:05:48 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.el9.x86_64
21:05:49 Wrote: /root/rpmbuild/SRPMS/docker-scan-plugin-0.17.0-0.el9.src.rpm
21:05:54 Wrote: /root/rpmbuild/RPMS/x86_64/docker-scan-plugin-0.17.0-0.el9.x86_64.rpm
21:05:54 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.W3RtP8
21:05:54 + umask 022
21:05:54 + cd /root/rpmbuild/BUILD
21:05:54 + cd src
21:05:54 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.el9.x86_64
21:05:54 + RPM_EC=0
21:05:54 ++ jobs -p
21:05:54 + exit 0
21:05:56 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-777/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/centos-9"
21:05:57 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-777/rpm'