Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1464160 Details for
Bug 1604785
manifest-tool: FTBFS in Fedora rawhide
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
build.log
build.log (text/plain), 9.44 KB, created by
Mohan Boddu
on 2018-07-20 00:26:57 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Mohan Boddu
Created:
2018-07-20 00:26:57 UTC
Size:
9.44 KB
patch
obsolete
>Mock Version: 1.3.4 >Mock Version: 1.3.4 >ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target s390x --nodeps /builddir/build/SPECS/manifest-tool.spec'], chrootPath='/var/lib/mock/f29-build-13047216-949641/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=<mockbuild.trace_decorator.getLog object at 0x3ff992fca20>timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) >Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target s390x --nodeps /builddir/build/SPECS/manifest-tool.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False >warning: Macro expanded in comment on line 28: %{shortcommit}%{?dist} >warning: Macro expanded in comment on line 32: %{provider_prefix}/archive/%{commit}/%{repo}-%{shortcommit}.tar.gz >Building target platforms: s390x >Building for target s390x >Wrote: /builddir/build/SRPMS/manifest-tool-0.7.0-3.fc29.src.rpm >Child return code was: 0 >ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target s390x --nodeps /builddir/build/SPECS/manifest-tool.spec'], chrootPath='/var/lib/mock/f29-build-13047216-949641/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=<mockbuild.trace_decorator.getLog object at 0x3ff992fca20>timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) >Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target s390x --nodeps /builddir/build/SPECS/manifest-tool.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False >warning: Macro expanded in comment on line 28: %{shortcommit}%{?dist} >warning: Macro expanded in comment on line 32: %{provider_prefix}/archive/%{commit}/%{repo}-%{shortcommit}.tar.gz >Building target platforms: s390x >Building for target s390x >Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.fteoxQ >+ umask 022 >+ cd /builddir/build/BUILD >+ cd /builddir/build/BUILD >+ rm -rf manifest-tool-0.7.0 >+ /usr/bin/tar -xof - >+ /usr/bin/gzip -dc /builddir/build/SOURCES/manifest-tool-0.7.0.tar.gz >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ cd manifest-tool-0.7.0 >+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ /usr/bin/git init -q >+ /usr/bin/git config user.name rpm-build >+ /usr/bin/git config user.email '<rpm-build>' >+ /usr/bin/git add . >+ /usr/bin/git commit -q --allow-empty -a --author 'rpm-build <rpm-build>' -m 'manifest-tool-0.7.0 base' >+ exit 0 >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.rsWoeX >+ umask 022 >+ cd /builddir/build/BUILD >+ cd manifest-tool-0.7.0 >+ mkdir _build >+ pushd _build >~/build/BUILD/manifest-tool-0.7.0/_build ~/build/BUILD/manifest-tool-0.7.0 >+ mkdir -p src/github.com/estesp >++ dirs +1 -l >+ ln -s /builddir/build/BUILD/manifest-tool-0.7.0 src/github.com/estesp/manifest-tool >+ popd >~/build/BUILD/manifest-tool-0.7.0 >++ pwd >++ pwd >+ export GOPATH=/builddir/build/BUILD/manifest-tool-0.7.0/_build:/builddir/build/BUILD/manifest-tool-0.7.0:/usr/share/gocode >+ GOPATH=/builddir/build/BUILD/manifest-tool-0.7.0/_build:/builddir/build/BUILD/manifest-tool-0.7.0:/usr/share/gocode >+ make binary >go build -ldflags "-X main.gitCommit="7f78b02d1c618790de1bf8f3745dba0d116b745a"" -o manifest-tool github.com/estesp/manifest-tool >+ exit 0 >Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.paW0OZ >+ umask 022 >+ cd /builddir/build/BUILD >+ '[' /builddir/build/BUILDROOT/manifest-tool-0.7.0-3.fc29.s390x '!=' / ']' >+ rm -rf /builddir/build/BUILDROOT/manifest-tool-0.7.0-3.fc29.s390x >++ dirname /builddir/build/BUILDROOT/manifest-tool-0.7.0-3.fc29.s390x >+ mkdir -p /builddir/build/BUILDROOT >+ mkdir /builddir/build/BUILDROOT/manifest-tool-0.7.0-3.fc29.s390x >+ cd manifest-tool-0.7.0 >++ pwd >++ pwd >+ export GOPATH=/builddir/build/BUILD/manifest-tool-0.7.0/_build:/builddir/build/BUILD/manifest-tool-0.7.0:/usr/share/gocode >+ GOPATH=/builddir/build/BUILD/manifest-tool-0.7.0/_build:/builddir/build/BUILD/manifest-tool-0.7.0:/usr/share/gocode >+ make DESTDIR=/builddir/build/BUILDROOT/manifest-tool-0.7.0-3.fc29.s390x install >install -d -m 0755 /builddir/build/BUILDROOT/manifest-tool-0.7.0-3.fc29.s390x/usr/bin >install -m 755 manifest-tool /builddir/build/BUILDROOT/manifest-tool-0.7.0-3.fc29.s390x/usr/bin >+ /usr/lib/rpm/find-debuginfo.sh -j2 --strict-build-id -m -i --build-id-seed 0.7.0-3.fc29 --unique-debug-suffix -0.7.0-3.fc29.s390x --unique-debug-src-base manifest-tool-0.7.0-3.fc29.s390x --run-dwz --dwz-low-mem-die-limit 0 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/manifest-tool-0.7.0 >extracting debug info from /builddir/build/BUILDROOT/manifest-tool-0.7.0-3.fc29.s390x/usr/bin/manifest-tool >/usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 1 CRC32s did match. >+ /usr/lib/rpm/check-buildroot >+ /usr/lib/rpm/redhat/brp-ldconfig >/sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory >+ /usr/lib/rpm/brp-compress >+ /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip >+ /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 >+ /usr/lib/rpm/brp-python-hardlink >+ /usr/lib/rpm/redhat/brp-mangle-shebangs >Processing files: manifest-tool-0.7.0-3.fc29.s390x >Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ruqp39 >+ umask 022 >+ cd /builddir/build/BUILD >+ cd manifest-tool-0.7.0 >+ DOCDIR=/builddir/build/BUILDROOT/manifest-tool-0.7.0-3.fc29.s390x/usr/share/doc/manifest-tool >+ export LC_ALL=C >+ LC_ALL=C >+ export DOCDIR >+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/manifest-tool-0.7.0-3.fc29.s390x/usr/share/doc/manifest-tool >+ cp -pr README.md /builddir/build/BUILDROOT/manifest-tool-0.7.0-3.fc29.s390x/usr/share/doc/manifest-tool >Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.2AW0Jb >+ exit 0 >+ umask 022 >+ cd /builddir/build/BUILD >+ cd manifest-tool-0.7.0 >+ LICENSEDIR=/builddir/build/BUILDROOT/manifest-tool-0.7.0-3.fc29.s390x/usr/share/licenses/manifest-tool >+ export LC_ALL=C >+ LC_ALL=C >+ export LICENSEDIR >+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/manifest-tool-0.7.0-3.fc29.s390x/usr/share/licenses/manifest-tool >+ cp -pr LICENSE /builddir/build/BUILDROOT/manifest-tool-0.7.0-3.fc29.s390x/usr/share/licenses/manifest-tool >+ exit 0 >Provides: bundled(golang(github.com/Azure/go-ansiterm)) bundled(golang(github.com/Microsoft/go-winio)) bundled(golang(github.com/Sirupsen/logrus)) = v0.8.7 bundled(golang(github.com/codegangsta/cli)) = v1.2.0 bundled(golang(github.com/docker/distribution)) = 7dba427612198a11b161a27f9d40bb2dca1ccd20 bundled(golang(github.com/docker/docker)) = 7a855799175b6b984886ef1cfa337d6df1d4c668 bundled(golang(github.com/docker/go-connections)) bundled(golang(github.com/docker/go-units)) bundled(golang(github.com/docker/libtrust)) bundled(golang(github.com/go-check/check)) = v1 bundled(golang(github.com/go-yaml/yaml)) = v2 bundled(golang(github.com/golang/lint)) bundled(golang(github.com/golang/protobuf)) bundled(golang(github.com/gorilla/context)) bundled(golang(github.com/gorilla/mux)) bundled(golang(github.com/mattn/go-shellwords)) bundled(golang(github.com/opencontainers/go-digest)) = a6d0ee40d4207ea02364bd3b9e8e77b9159ba1eb bundled(golang(github.com/opencontainers/runc)) = 51371867a01c467f08af739783b8beafc15 bundled(golang(github.com/opencontainers/runtime-spec)) = 1c7c27d043c2a5e513a44084d2b10d77d1402b8c bundled(golang(github.com/pkg/errors)) bundled(golang(github.com/spf13/pflag)) bundled(golang(github.com/vbatts/tar-split)) = v0.10.1 bundled(golang(golang.org/x/net)) bundled(golang(golang.org/x/sys/windows)) bundled(golang(golang.org/x/time/rate)) bundled(golang(google.golang.org/grpc)) manifest-tool = 0.7.0-3.fc29 manifest-tool(s390-64) = 0.7.0-3.fc29 >Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 >Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2)(64bit) libc.so.6(GLIBC_2.2.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) rtld(GNU_HASH) >Processing files: manifest-tool-debugsource-0.7.0-3.fc29.s390x >error: Empty %files file /builddir/build/BUILD/manifest-tool-0.7.0/debugsourcefiles.list >RPM build errors: > Macro expanded in comment on line 28: %{shortcommit}%{?dist} > Macro expanded in comment on line 32: %{provider_prefix}/archive/%{commit}/%{repo}-%{shortcommit}.tar.gz > Empty %files file /builddir/build/BUILD/manifest-tool-0.7.0/debugsourcefiles.list >Child return code was: 1 >EXCEPTION: [Error()] >Traceback (most recent call last): > File "/usr/lib/python3.6/site-packages/mockbuild/trace_decorator.py", line 89, in trace > result = func(*args, **kw) > File "/usr/lib/python3.6/site-packages/mockbuild/util.py", line 582, in do > raise exception.Error("Command failed. See logs for output.\n # %s" % (command,), child.returncode) >mockbuild.exception.Error: Command failed. See logs for output. > # bash --login -c /usr/bin/rpmbuild -bb --target s390x --nodeps /builddir/build/SPECS/manifest-tool.spec
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1604785
: 1464160 |
1464161
|
1464162