Mock Version: 1.4.14 Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/bios_extract.spec'], chrootPath='/var/lib/mock/f31-build-75415-31261/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/bios_extract.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False BUILDSTDERR: warning: Macro expanded in comment on line 12: %{name} BUILDSTDERR: warning: Macro expanded in comment on line 13: %{name}-%{version}/ %{git_commit} | xz > %{name}-%{version}.tar.xz Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1563926400 Wrote: /builddir/build/SRPMS/bios_extract-0-0.24.20180628giteffb120.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/bios_extract.spec'], chrootPath='/var/lib/mock/f31-build-75415-31261/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/bios_extract.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False BUILDSTDERR: warning: Macro expanded in comment on line 12: %{name} BUILDSTDERR: warning: Macro expanded in comment on line 13: %{name}-%{version}/ %{git_commit} | xz > %{name}-%{version}.tar.xz Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1563926400 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.cX9TrX + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf bios_extract-0 + /usr/bin/xz -dc /builddir/build/SOURCES/bios_extract-0.tar.xz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd bios_extract-0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/bios_extract-0001-Require-Python2-explicitly.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + install -p -m 0644 xfv/README.txt README-xfv.txt + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.wVbAY0 + umask 022 + cd /builddir/build/BUILD + cd bios_extract-0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fpack-struct' + make -j8 BUILDSTDERR: src/ami.c: In function 'AMI95Extract': BUILDSTDERR: src/ami.c:218:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 218 | write(fd, BIOSImage + BootOffset, BIOSLength - BootOffset); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/phoenix.c: In function 'PhoenixExtract': BUILDSTDERR: src/phoenix.c:845:26: warning: implicit declaration of function 'memmem'; did you mean 'memset'? [-Wimplicit-function-declaration] BUILDSTDERR: 845 | unsigned char *bcpcmp = memmem(BIOSImage, BIOSLength - 6, "BCPCMP", 6); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: | memset BUILDSTDERR: src/phoenix.c:845:26: warning: initialization of 'unsigned char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] BUILDSTDERR: src/phoenix.c: In function 'PhoenixVolume1': BUILDSTDERR: src/phoenix.c:621:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 621 | write(fd, BIOSImage + Base, Length); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/phoenix.c: In function 'phx_write_file': BUILDSTDERR: src/phoenix.c:264:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 264 | write(fd, BIOSImage + offset + 0x18, length - 0x18); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/phoenix.c: In function 'PhoenixVolume2': BUILDSTDERR: src/phoenix.c:712:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 712 | write(fd, BIOSImage + Base, Length); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/phoenix.c:727:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 727 | write(fd, BIOSImage + Base, Length); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/phoenix.c: In function 'PhoenixModule': BUILDSTDERR: src/phoenix.c:408:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 408 | write(fd, ModuleData, Packed); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/phoenix.c:417:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 417 | write(fd, ModuleData, Packed); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fpack-struct -c -o src/lh5_extract.o src/lh5_extract.c cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fpack-struct -c -o src/ami.o src/ami.c cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fpack-struct -c -o src/award.o src/award.c cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fpack-struct -c -o src/phoenix.o src/phoenix.c cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fpack-struct -c -o src/bios_extract.o src/bios_extract.c cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fpack-struct -c -o src/compat.o src/compat.c cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fpack-struct -c -o src/lzss_extract.o src/lzss_extract.c cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fpack-struct -c -o src/bcpvpd.o src/bcpvpd.c cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fpack-struct -c -o src/ami_slab.o src/ami_slab.c cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fpack-struct -c -o xfv/Decompress.o xfv/Decompress.c cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fpack-struct -c -o xfv/efidecomp.o xfv/efidecomp.c BUILDSTDERR: cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhatxfv/Decompress.c: In function 'MakeTable': BUILDSTDERR: xfv/Decompress.c:318:21: warning: taking address of packed member of 'struct ' may result in an unaligned pointer value [-Waddress-of-packed-member] BUILDSTDERR: 318 | Pointer = &Sd->mRight[*Pointer]; BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: xfv/Decompress.c:320:21: warning: taking address of packed member of 'struct ' may result in an unaligned pointer value [-Waddress-of-packed-member] BUILDSTDERR: 320 | Pointer = &Sd->mLeft[*Pointer]; BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: xfv/Decompress.c: In function 'ReadPTLen': BUILDSTDERR: xfv/Decompress.c:472:46: warning: taking address of packed member of 'struct ' may result in an unaligned pointer value [-Waddress-of-packed-member] BUILDSTDERR: 472 | return MakeTable (Sd, nn, Sd->mPTLen, 8, Sd->mPTTable); BUILDSTDERR: | ~~^~~~~~~~~~ BUILDSTDERR: xfv/Decompress.c: In function 'ReadCLen': BUILDSTDERR: xfv/Decompress.c:564:39: warning: taking address of packed member of 'struct ' may result in an unaligned pointer value [-Waddress-of-packed-member] BUILDSTDERR: 564 | MakeTable (Sd, NC, Sd->mCLen, 12, Sd->mCTable); BUILDSTDERR: | ~~^~~~~~~~~ BUILDSTDERR: src/phoenix.c: In function 'PhoenixVolume1': BUILDSTDERR: src/phoenix.c:611:43: warning: '.bin' directive output may be truncated writing 4 bytes into a region of size between 3 and 9 [-Wformat-truncation=] BUILDSTDERR: 611 | snprintf(Name, sizeof(Name), "hole_%02x.bin", BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/phoenix.c:20: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 12 and 18 bytes into a destination of size 16 BUILDSTDERR: 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 68 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/phoenix.c: In function 'PhoenixVolume2': BUILDSTDERR: src/phoenix.c:717:43: warning: '.bin' directive output may be truncated writing 4 bytes into a region of size between 3 and 9 [-Wformat-truncation=] BUILDSTDERR: 717 | snprintf(Name, sizeof(Name), "hole_%02x.bin", BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/phoenix.c:20: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 12 and 18 bytes into a destination of size 16 BUILDSTDERR: 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 68 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/phoenix.c: In function 'PhoenixExtract': BUILDSTDERR: src/phoenix.c:375:30: warning: '.rom' directive writing 4 bytes into a region of size between 3 and 5 [-Wformat-overflow=] BUILDSTDERR: 375 | sprintf(filename, "%02X_%1d.rom", Module->Type, Module->Id); BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/phoenix.c:20: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 9 and 11 bytes into a destination of size 9 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 -hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fpack-struct src/lzss_extract.o src/bcpvpd.o -o bcpvpd cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fpack-struct src/ami_slab.o -o ami_slab cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fpack-struct src/lh5_extract.o src/ami.o src/award.o src/phoenix.o src/bios_extract.o src/compat.o -o bios_extract cc -I xfv/ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fpack-struct -o xfv/efidecomp xfv/Decompress.o xfv/efidecomp.o Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.AnOCUZ + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/bios_extract-0-0.24.20180628giteffb120.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/bios_extract-0-0.24.20180628giteffb120.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/bios_extract-0-0.24.20180628giteffb120.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/bios_extract-0-0.24.20180628giteffb120.fc31.riscv64 + cd bios_extract-0 + install -p -m 0755 -D bios_extract /builddir/build/BUILDROOT/bios_extract-0-0.24.20180628giteffb120.fc31.riscv64/usr/bin/bios_extract + install -p -m 0755 -D ami_slab /builddir/build/BUILDROOT/bios_extract-0-0.24.20180628giteffb120.fc31.riscv64/usr/bin/ami_slab + install -p -m 0755 -D bcpvpd /builddir/build/BUILDROOT/bios_extract-0-0.24.20180628giteffb120.fc31.riscv64/usr/bin/bcpvpd + install -p -m 0755 -D change-mcp55-mac.pl /builddir/build/BUILDROOT/bios_extract-0-0.24.20180628giteffb120.fc31.riscv64/usr/bin/change-mcp55-mac.pl + install -p -m 0755 -D csmcoreparse.py /builddir/build/BUILDROOT/bios_extract-0-0.24.20180628giteffb120.fc31.riscv64/usr/bin/csmcoreparse.py + install -p -m 0755 -D decap.sh /builddir/build/BUILDROOT/bios_extract-0-0.24.20180628giteffb120.fc31.riscv64/usr/bin/decap.sh + install -p -m 0755 -D dell_inspiron_1100_unpacker.py /builddir/build/BUILDROOT/bios_extract-0-0.24.20180628giteffb120.fc31.riscv64/usr/bin/dell_inspiron_1100_unpacker.py + install -p -m 0755 -D hp_6715b_nc6320_unpacker.py /builddir/build/BUILDROOT/bios_extract-0-0.24.20180628giteffb120.fc31.riscv64/usr/bin/hp_6715b_nc6320_unpacker.py + install -p -m 0755 -D microcode_extract.py /builddir/build/BUILDROOT/bios_extract-0-0.24.20180628giteffb120.fc31.riscv64/usr/bin/microcode_extract.py + install -p -m 0755 -D phoenix_extract.py /builddir/build/BUILDROOT/bios_extract-0-0.24.20180628giteffb120.fc31.riscv64/usr/bin/phoenix_extract.py + install -p -m 0755 -D xfv/efidecomp /builddir/build/BUILDROOT/bios_extract-0-0.24.20180628giteffb120.fc31.riscv64/usr/bin/efidecomp + install -p -m 0755 -D xfv/xfv.py /builddir/build/BUILDROOT/bios_extract-0-0.24.20180628giteffb120.fc31.riscv64/usr/bin/xfv.py + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 0-0.24.20180628giteffb120.fc31 --unique-debug-suffix -0-0.24.20180628giteffb120.fc31.riscv64 --unique-debug-src-base bios_extract-0-0.24.20180628giteffb120.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/bios_extract-0 BUILDSTDERR: 172 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /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 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/bios_extract-0-0.24.20180628giteffb120.fc31.riscv64/usr/bin/ami_slab explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/bios_extract-0-0.24.20180628giteffb120.fc31.riscv64/usr/bin/bios_extract explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/bios_extract-0-0.24.20180628giteffb120.fc31.riscv64/usr/bin/bcpvpd explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/bios_extract-0-0.24.20180628giteffb120.fc31.riscv64/usr/bin/efidecomp extracting debug info from /builddir/build/BUILDROOT/bios_extract-0-0.24.20180628giteffb120.fc31.riscv64/usr/bin/ami_slab extracting debug info from /builddir/build/BUILDROOT/bios_extract-0-0.24.20180628giteffb120.fc31.riscv64/usr/bin/bios_extract extracting debug info from /builddir/build/BUILDROOT/bios_extract-0-0.24.20180628giteffb120.fc31.riscv64/usr/bin/efidecomp extracting debug info from /builddir/build/BUILDROOT/bios_extract-0-0.24.20180628giteffb120.fc31.riscv64/usr/bin/bcpvpd original debug info size: 240kB, size after compression: 240kB /usr/lib/rpm/sepdebugcrcfix: Updated 4 CRC32s, 0 CRC32s did match. mangling shebang in /usr/bin/decap.sh from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/bin/dell_inspiron_1100_unpacker.py from /usr/bin/env python2 to #!/usr/bin/python2 mangling shebang in /usr/bin/microcode_extract.py from /usr/bin/env python2 to #!/usr/bin/python2 mangling shebang in /usr/bin/hp_6715b_nc6320_unpacker.py from /usr/bin/env python2 to #!/usr/bin/python2 mangling shebang in /usr/bin/xfv.py from /usr/bin/env python2 to #!/usr/bin/python2 mangling shebang in /usr/bin/phoenix_extract.py from /usr/bin/env python2 to #!/usr/bin/python2 mangling shebang in /usr/bin/csmcoreparse.py from /usr/bin/env python2 to #!/usr/bin/python2 Processing files: bios_extract-0-0.24.20180628giteffb120.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.AYLCEW + umask 022 + cd /builddir/build/BUILD + cd bios_extract-0 + DOCDIR=/builddir/build/BUILDROOT/bios_extract-0-0.24.20180628giteffb120.fc31.riscv64/usr/share/doc/bios_extract + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/bios_extract-0-0.24.20180628giteffb120.fc31.riscv64/usr/share/doc/bios_extract + cp -pr COPYING /builddir/build/BUILDROOT/bios_extract-0-0.24.20180628giteffb120.fc31.riscv64/usr/share/doc/bios_extract + cp -pr README /builddir/build/BUILDROOT/bios_extract-0-0.24.20180628giteffb120.fc31.riscv64/usr/share/doc/bios_extract + cp -pr README-xfv.txt /builddir/build/BUILDROOT/bios_extract-0-0.24.20180628giteffb120.fc31.riscv64/usr/share/doc/bios_extract + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: bios_extract = 0-0.24.20180628giteffb120.fc31 bios_extract(riscv-64) = 0-0.24.20180628giteffb120.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/perl /usr/bin/python2 /usr/bin/sh ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) rtld(GNU_HASH) Processing files: bios_extract-debugsource-0-0.24.20180628giteffb120.fc31.riscv64 Provides: bios_extract-debugsource = 0-0.24.20180628giteffb120.fc31 bios_extract-debugsource(riscv-64) = 0-0.24.20180628giteffb120.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: bios_extract-debuginfo-0-0.24.20180628giteffb120.fc31.riscv64 Provides: bios_extract-debuginfo = 0-0.24.20180628giteffb120.fc31 bios_extract-debuginfo(riscv-64) = 0-0.24.20180628giteffb120.fc31 debuginfo(build-id) = 06e7dea1abc344d501469c49d13d5e32ec239893 debuginfo(build-id) = 8ce4042244759e69f9c7b3b627100767d1cc3b3e debuginfo(build-id) = d441ad0142dbe3cb5383f077f17ed14c3e393db5 debuginfo(build-id) = e79b49d6928d7dc5da773301440d18fc7c5bd6db Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: bios_extract-debugsource(riscv-64) = 0-0.24.20180628giteffb120.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/bios_extract-0-0.24.20180628giteffb120.fc31.riscv64 Wrote: /builddir/build/RPMS/bios_extract-debugsource-0-0.24.20180628giteffb120.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/bios_extract-0-0.24.20180628giteffb120.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/bios_extract-debuginfo-0-0.24.20180628giteffb120.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.S8KxOX + umask 022 + cd /builddir/build/BUILD + cd bios_extract-0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/bios_extract-0-0.24.20180628giteffb120.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0