Skip to content

Console Output

Skipping 987 KB.. Full Log
lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
11:58:52 + export CFLAGS
11:58:52 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
11:58:52 + export CXXFLAGS
11:58:52 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
11:58:52 + export FFLAGS
11:58:52 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
11:58:52 + export FCFLAGS
11:58:52 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
11:58:52 + export LDFLAGS
11:58:52 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:58:52 + export LT_SYS_LIBRARY_PATH
11:58:52 + CC=gcc
11:58:52 + export CC
11:58:52 + CXX=g++
11:58:52 + export CXX
11:58:52 + cd src
11:58:52 + export DOCKER_GITCOMMIT=62fd718
11:58:52 + DOCKER_GITCOMMIT=62fd718
11:58:52 + mkdir -p /go/src/github.com/docker
11:58:52 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
11:58:52 + TMP_GOPATH=/go
11:58:52 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
11:58:52 + RM_GOPATH=0
11:58:52 + TMP_GOPATH=/go
11:58:52 + : /usr/local/bin
11:58:52 + '[' -z /go ']'
11:58:52 + export GOPATH=/go
11:58:52 + GOPATH=/go
11:58:52 + case "$(go env GOARCH)" in
11:58:52 ++ go env GOARCH
11:58:52 + export GO_BUILDMODE=-buildmode=pie
11:58:52 + GO_BUILDMODE=-buildmode=pie
11:58:52 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
11:58:52 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
11:58:52 + bin=rootlesskit
11:58:52 + shift
11:58:52 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
11:58:52 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
11:58:52 ++ : v0.14.4
11:58:52 + install_rootlesskit dynamic
11:58:52 + case "$1" in
11:58:52 + install_rootlesskit_dynamic
11:58:52 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
11:58:52 + ROOTLESSKIT_LDFLAGS=-linkmode=external
11:58:52 + export BUILD_MODE=-buildmode=pie
11:58:52 + BUILD_MODE=-buildmode=pie
11:58:52 + _install_rootlesskit
11:58:52 + echo 'Install rootlesskit version v0.14.4'
11:58:52 + for f in rootlesskit rootlesskit-docker-proxy
11:58:52 Install rootlesskit version v0.14.4
11:58:52 + GOBIN=/usr/local/bin
11:58:52 + GO111MODULE=on
11:58:52 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
11:58:52 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
11:58:52 go: downloading github.com/pkg/errors v0.9.1
11:58:52 go: downloading github.com/sirupsen/logrus v1.8.1
11:58:52 go: downloading github.com/urfave/cli/v2 v2.3.0
11:58:52 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
11:58:52 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
11:58:52 go: downloading github.com/google/uuid v1.3.0
11:58:52 go: downloading github.com/moby/vpnkit v0.5.0
11:58:52 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:58:52 go: downloading github.com/gofrs/flock v0.8.1
11:58:52 go: downloading github.com/gorilla/mux v1.8.0
11:58:52 go: downloading github.com/moby/sys/mountinfo v0.4.1
11:58:52 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
11:58:52 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
11:58:52 go: downloading github.com/u-root/u-root v7.0.0+incompatible
11:58:52 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:58:56 + for f in rootlesskit rootlesskit-docker-proxy
11:58:56 + GOBIN=/usr/local/bin
11:58:56 + GO111MODULE=on
11:58:56 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
11:58:58 + return
11:58:58 + RPM_EC=0
11:58:58 ++ jobs -p
11:58:58 + exit 0
11:58:58 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.8UmTN5
11:58:58 + umask 022
11:58:58 + cd /root/rpmbuild/BUILD
11:58:58 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220819151947.0785bd7-0.fc37.aarch64 '!=' / ']'
11:58:58 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220819151947.0785bd7-0.fc37.aarch64
11:58:58 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220819151947.0785bd7-0.fc37.aarch64
11:58:58 + mkdir -p /root/rpmbuild/BUILDROOT
11:58:58 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220819151947.0785bd7-0.fc37.aarch64
11:58:58 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
11:58:58 + export CFLAGS
11:58:58 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
11:58:58 + export CXXFLAGS
11:58:58 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
11:58:58 + export FFLAGS
11:58:58 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
11:58:58 + export FCFLAGS
11:58:58 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
11:58:58 + export LDFLAGS
11:58:58 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:58:58 + export LT_SYS_LIBRARY_PATH
11:58:58 + CC=gcc
11:58:58 + export CC
11:58:58 + CXX=g++
11:58:58 + export CXX
11:58:58 + cd src
11:58:58 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220819151947.0785bd7-0.fc37.aarch64/usr/bin/dockerd-rootless.sh
11:58:58 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220819151947.0785bd7-0.fc37.aarch64/usr/bin/dockerd-rootless-setuptool.sh
11:58:58 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220819151947.0785bd7-0.fc37.aarch64/usr/bin/rootlesskit
11:58:58 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220819151947.0785bd7-0.fc37.aarch64/usr/bin/rootlesskit-docker-proxy
11:58:58 + /usr/lib/rpm/check-buildroot
11:58:58 + /usr/lib/rpm/redhat/brp-ldconfig
11:58:58 + /usr/lib/rpm/brp-compress
11:58:58 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:58:58 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:58:58 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:58:58 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:58:58 + /usr/lib/rpm/check-rpaths
11:58:58 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:58:58 mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh
11:58:58 mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh
11:58:58 + /usr/lib/rpm/brp-remove-la-files
11:58:58 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:58:58 + /usr/lib/rpm/redhat/brp-python-hardlink
11:58:58 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.p4VDAW
11:58:58 + umask 022
11:58:58 + cd /root/rpmbuild/BUILD
11:58:58 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
11:58:58 + export CFLAGS
11:58:58 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
11:58:58 + export CXXFLAGS
11:58:58 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
11:58:58 + export FFLAGS
11:58:58 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
11:58:58 + export FCFLAGS
11:58:58 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
11:58:58 + export LDFLAGS
11:58:58 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:58:58 + export LT_SYS_LIBRARY_PATH
11:58:58 + CC=gcc
11:58:58 + export CC
11:58:58 + CXX=g++
11:58:58 + export CXX
11:58:58 + cd src
11:58:58 + /usr/local/bin/rootlesskit -v
11:58:58 rootlesskit version 0.14.4
11:58:58 + RPM_EC=0
11:58:58 ++ jobs -p
11:58:58 + exit 0
11:58:58 Processing files: docker-ce-rootless-extras-0.0.0.20220819151947.0785bd7-0.fc37.aarch64
11:58:58 Provides: docker-ce-rootless-extras = 0:0.0.0.20220819151947.0785bd7-0.fc37 docker-ce-rootless-extras(aarch-64) = 0:0.0.0.20220819151947.0785bd7-0.fc37
11:58:58 Requires(interp): /bin/sh /bin/sh /bin/sh
11:58:58 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:58:58 Requires(post): /bin/sh
11:58:58 Requires(preun): /bin/sh
11:58:58 Requires(postun): /bin/sh
11:58:58 Requires: /usr/bin/sh libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.34)(64bit) rtld(GNU_HASH)
11:58:58 Conflicts: rootlesskit
11:58:58 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220819151947.0785bd7-0.fc37.aarch64
11:58:59 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0.20220819151947.0785bd7-0.fc37.src.rpm
11:59:04 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-rootless-extras-0.0.0.20220819151947.0785bd7-0.fc37.aarch64.rpm
11:59:04 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.LgyKPx
11:59:04 + umask 022
11:59:04 + cd /root/rpmbuild/BUILD
11:59:04 + cd src
11:59:04 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220819151947.0785bd7-0.fc37.aarch64
11:59:04 + RPM_EC=0
11:59:04 ++ jobs -p
11:59:04 + exit 0
11:59:04 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.q9a7Ha
11:59:04 + umask 022
11:59:04 + cd /root/rpmbuild/BUILD
11:59:04 + rm -rf src src.gemspec
11:59:04 + RPM_EC=0
11:59:04 ++ jobs -p
11:59:04 + exit 0
11:59:04 
11:59:04 RPM build warnings:
11:59:04     line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
11:59:04     line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
11:59:04     line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
11:59:04     source_date_epoch_from_changelog set but %changelog is missing
11:59:04     source_date_epoch_from_changelog set but %changelog is missing
11:59:04     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220819151947.0785bd7-0.fc37.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
11:59:04     source_date_epoch_from_changelog set but %changelog is missing
11:59:04 warning: source_date_epoch_from_changelog set but %changelog is missing
11:59:04 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.b7C3zR
11:59:04 + umask 022
11:59:04 + cd /root/rpmbuild/BUILD
11:59:04 + cd /root/rpmbuild/BUILD
11:59:04 + rm -rf src
11:59:04 + /usr/bin/mkdir -p src
11:59:04 + cd src
11:59:04 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/compose.tgz
11:59:04 + STATUS=0
11:59:04 + '[' 0 -ne 0 ']'
11:59:04 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/compose.tgz
11:59:04 + STATUS=0
11:59:04 + '[' 0 -ne 0 ']'
11:59:04 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:59:04 + RPM_EC=0
11:59:04 ++ jobs -p
11:59:04 + exit 0
11:59:04 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Pix0lS
11:59:04 + umask 022
11:59:04 + cd /root/rpmbuild/BUILD
11:59:04 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
11:59:04 + export CFLAGS
11:59:04 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
11:59:04 + export CXXFLAGS
11:59:04 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
11:59:04 + export FFLAGS
11:59:04 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
11:59:04 + export FCFLAGS
11:59:04 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
11:59:04 + export LDFLAGS
11:59:04 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:59:04 + export LT_SYS_LIBRARY_PATH
11:59:04 + CC=gcc
11:59:04 + export CC
11:59:04 + CXX=g++
11:59:04 + export CXX
11:59:04 + cd src
11:59:04 + pushd /root/rpmbuild/BUILD/src/compose
11:59:04 + GOPROXY=https://proxy.golang.org
11:59:04 + GO111MODULE=on
11:59:04 + go mod download
11:59:04 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
11:59:12 + GOPROXY=https://proxy.golang.org
11:59:12 + GO111MODULE=on
11:59:12 + CGO_ENABLED=0
11:59:12 + go build -trimpath '-ldflags=-s -w -X github.com/docker/compose/v2/internal.Version=v2.9.0' -o bin/docker-compose ./cmd
12:00:20 ~/rpmbuild/BUILD/src
12:00:20 + popd
12:00:20 + RPM_EC=0
12:00:20 ++ jobs -p
12:00:20 + exit 0
12:00:20 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ylQwY7
12:00:20 + umask 022
12:00:20 + cd /root/rpmbuild/BUILD
12:00:20 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.9.0-0.fc37.aarch64 '!=' / ']'
12:00:20 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.9.0-0.fc37.aarch64
12:00:20 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.9.0-0.fc37.aarch64
12:00:20 + mkdir -p /root/rpmbuild/BUILDROOT
12:00:20 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.9.0-0.fc37.aarch64
12:00:20 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:00:20 + export CFLAGS
12:00:20 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:00:20 + export CXXFLAGS
12:00:20 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:00:20 + export FFLAGS
12:00:20 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:00:20 + export FCFLAGS
12:00:20 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
12:00:20 + export LDFLAGS
12:00:20 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:00:20 + export LT_SYS_LIBRARY_PATH
12:00:20 + CC=gcc
12:00:20 + export CC
12:00:20 + CXX=g++
12:00:20 + export CXX
12:00:20 + cd src
12:00:20 + pushd /root/rpmbuild/BUILD/src/compose
12:00:20 + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.9.0-0.fc37.aarch64/usr/libexec/docker/cli-plugins/docker-compose
12:00:20 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
12:00:20 + popd
12:00:20 ~/rpmbuild/BUILD/src
12:00:20 + for f in LICENSE MAINTAINERS NOTICE README.md
12:00:20 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
12:00:20 + for f in LICENSE MAINTAINERS NOTICE README.md
12:00:20 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
12:00:20 + for f in LICENSE MAINTAINERS NOTICE README.md
12:00:20 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
12:00:20 + for f in LICENSE MAINTAINERS NOTICE README.md
12:00:20 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
12:00:20 + /usr/lib/rpm/check-buildroot
12:00:20 + /usr/lib/rpm/redhat/brp-ldconfig
12:00:20 + /usr/lib/rpm/brp-compress
12:00:20 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:00:20 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:00:20 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:00:20 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:00:20 + /usr/lib/rpm/check-rpaths
12:00:20 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:00:20 + /usr/lib/rpm/brp-remove-la-files
12:00:20 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:00:20 + /usr/lib/rpm/redhat/brp-python-hardlink
12:00:20 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.5E0J4H
12:00:20 + umask 022
12:00:20 + cd /root/rpmbuild/BUILD
12:00:20 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:00:20 + export CFLAGS
12:00:20 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:00:20 + export CXXFLAGS
12:00:20 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:00:20 + export FFLAGS
12:00:20 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:00:20 + export FCFLAGS
12:00:20 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
12:00:20 + export LDFLAGS
12:00:20 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:00:20 + export LT_SYS_LIBRARY_PATH
12:00:20 + CC=gcc
12:00:20 + export CC
12:00:20 + CXX=g++
12:00:20 + export CXX
12:00:20 + cd src
12:00:20 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.9.0-0.fc37.aarch64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
12:00:20 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
12:00:20 + ver=v2.9.0
12:00:20 + test v2.9.0 = v2.9.0
12:00:20 + echo 'PASS: docker-compose version OK'
12:00:20 + RPM_EC=0
12:00:20 PASS: docker-compose version OK
12:00:20 ++ jobs -p
12:00:20 + exit 0
12:00:20 Processing files: docker-compose-plugin-2.9.0-0.fc37.aarch64
12:00:20 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.bD9DC0
12:00:20 + umask 022
12:00:20 + cd /root/rpmbuild/BUILD
12:00:20 + cd src
12:00:20 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.9.0-0.fc37.aarch64/usr/share/doc/docker-compose-plugin
12:00:20 + export LC_ALL=C
12:00:20 + LC_ALL=C
12:00:20 + export DOCDIR
12:00:20 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.9.0-0.fc37.aarch64/usr/share/doc/docker-compose-plugin
12:00:20 + 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.9.0-0.fc37.aarch64/usr/share/doc/docker-compose-plugin
12:00:20 + RPM_EC=0
12:00:20 ++ jobs -p
12:00:20 + exit 0
12:00:20 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.lDUI8X
12:00:20 + umask 022
12:00:20 + cd /root/rpmbuild/BUILD
12:00:20 + cd src
12:00:20 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.9.0-0.fc37.aarch64/usr/share/licenses/docker-compose-plugin
12:00:20 + export LC_ALL=C
12:00:20 + LC_ALL=C
12:00:20 + export LICENSEDIR
12:00:20 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.9.0-0.fc37.aarch64/usr/share/licenses/docker-compose-plugin
12:00:20 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.9.0-0.fc37.aarch64/usr/share/licenses/docker-compose-plugin
12:00:20 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.9.0-0.fc37.aarch64/usr/share/licenses/docker-compose-plugin
12:00:20 + RPM_EC=0
12:00:20 ++ jobs -p
12:00:20 + exit 0
12:00:20 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.9.0-0.fc37.aarch64/usr/libexec/docker/cli-plugins/docker-compose
12:00:20 Provides: docker-compose-plugin = 0:2.9.0-0.fc37 docker-compose-plugin(aarch-64) = 0:2.9.0-0.fc37
12:00:20 Requires(interp): /bin/sh /bin/sh /bin/sh
12:00:20 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:00:20 Requires(post): /bin/sh
12:00:20 Requires(preun): /bin/sh
12:00:20 Requires(postun): /bin/sh
12:00:20 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.9.0-0.fc37.aarch64
12:00:20 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.9.0-0.fc37.src.rpm
12:00:22 Wrote: /root/rpmbuild/RPMS/aarch64/docker-compose-plugin-2.9.0-0.fc37.aarch64.rpm
12:00:22 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.RCLUQV
12:00:22 + umask 022
12:00:22 + cd /root/rpmbuild/BUILD
12:00:22 + cd src
12:00:22 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.9.0-0.fc37.aarch64
12:00:22 + RPM_EC=0
12:00:22 ++ jobs -p
12:00:22 + exit 0
12:00:22 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.njRw2h
12:00:22 + umask 022
12:00:22 + cd /root/rpmbuild/BUILD
12:00:22 + rm -rf src src.gemspec
12:00:22 + RPM_EC=0
12:00:22 ++ jobs -p
12:00:22 + exit 0
12:00:22     line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:00:22     line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:00:22     line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:00:22     source_date_epoch_from_changelog set but %changelog is missing
12:00:22     source_date_epoch_from_changelog set but %changelog is missing
12:00:22     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220819151947.0785bd7-0.fc37.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
12:00:22     source_date_epoch_from_changelog set but %changelog is missing
12:00:22     source_date_epoch_from_changelog set but %changelog is missing
12:00:22     Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.9.0-0.fc37.aarch64/usr/libexec/docker/cli-plugins/docker-compose
12:00:22 
12:00:22 RPM build warnings:
12:00:23 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-746/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/fedora-37"
12:00:24 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-746/rpm'