Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/xdms.spec'], timeout=172800nspawn_args=[]printOutput=Falseshell=Falsegid=425uid=1000chrootPath='/var/lib/mock/f27-build-9442420-774751/root'user='mockbuild'env={'HOME': '/builddir', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'TERM': 'vt100', 'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}logger=) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/xdms.spec'] with env {'HOME': '/builddir', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'TERM': 'vt100', 'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} and shell False Building target platforms: aarch64 Building for target aarch64 Wrote: /builddir/build/SRPMS/xdms-1.3.2-19.fc27.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/xdms.spec'], timeout=172800nspawn_args=[]printOutput=Falseshell=Falsegid=425uid=1000chrootPath='/var/lib/mock/f27-build-9442420-774751/root'user='mockbuild'env={'HOME': '/builddir', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'TERM': 'vt100', 'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}logger=) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/xdms.spec'] with env {'HOME': '/builddir', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'TERM': 'vt100', 'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} and shell False Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.NuzY7d + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf xdms-1.3.2 + /usr/bin/bzip2 -dc /builddir/build/SOURCES/xdms-1.3.2.tar.bz2 + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd xdms-1.3.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.owD4Nk + exit 0 + umask 022 + cd /builddir/build/BUILD + cd xdms-1.3.2 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1' + ./configure --prefix=/usr Adding -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 to ARCHFLAGS Would install xdms binary to directory /usr/bin. Configure succesful. make -C src make[1]: Entering directory '/builddir/build/BUILD/xdms-1.3.2/src' gcc -O2 -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DVERSION=\"1.3.2\" -c u_heavy.c gcc -O2 -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DVERSION=\"1.3.2\" -c xdms.c + make -j4 gcc -O2 -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DVERSION=\"1.3.2\" -c u_deep.c gcc -O2 -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DVERSION=\"1.3.2\" -c u_init.c u_heavy.c:125:9: warning: 'lastlen' is static but used in inline function 'decode_p' which is not static return lastlen; ^~~~~~~ u_heavy.c:122:3: warning: 'lastlen' is static but used in inline function 'decode_p' which is not static lastlen=j; ^~~~~~~ u_heavy.c:117:11: warning: 'np' is static but used in inline function 'decode_p' which is not static if (j != np-1) { ^~ In file included from u_heavy.c:15:0: u_heavy.c:114:12: warning: 'pt_len' is static but used in inline function 'decode_p' which is not static DROPBITS(pt_len[j] - 8); ^ getbits.h:6:53: note: in definition of macro 'DROPBITS' #define DROPBITS(n) {bitbuf &= mask_bits[bitcount-=(n)]; while (bitcount<16) {bitbuf = (bitbuf << 8) | *indata++; bitcount += 8;}} ^ u_heavy.c:113:17: warning: 'np' is static but used in inline function 'decode_p' which is not static } while (j >= np); ^~ In file included from u_heavy.c:15:0: u_heavy.c:104:12: warning: 'pt_len' is static but used in inline function 'decode_p' which is not static DROPBITS(pt_len[j]); ^ getbits.h:6:53: note: in definition of macro 'DROPBITS' #define DROPBITS(n) {bitbuf &= mask_bits[bitcount-=(n)]; while (bitcount<16) {bitbuf = (bitbuf << 8) | *indata++; bitcount += 8;}} ^ u_heavy.c:103:10: warning: 'np' is static but used in inline function 'decode_p' which is not static if (j < np) { ^~ u_heavy.c:102:6: warning: 'pt_table' is static but used in inline function 'decode_p' which is not static j = pt_table[GETBITS(8)]; ^~~~~~~~ In file included from u_heavy.c:15:0: u_heavy.c:92:12: warning: 'c_len' is static but used in inline function 'decode_c' which is not static DROPBITS(c_len[j] - 12); ^ getbits.h:6:53: note: in definition of macro 'DROPBITS' #define DROPBITS(n) {bitbuf &= mask_bits[bitcount-=(n)]; while (bitcount<16) {bitbuf = (bitbuf << 8) | *indata++; bitcount += 8;}} ^ u_heavy.c:82:12: warning: 'c_len' is static but used in inline function 'decode_c' which is not static DROPBITS(c_len[j]); ^ getbits.h:6:53: note: in definition of macro 'DROPBITS' #define DROPBITS(n) {bitbuf &= mask_bits[bitcount-=(n)]; while (bitcount<16) {bitbuf = (bitbuf << 8) | *indata++; bitcount += 8;}} ^ u_heavy.c:80:6: warning: 'c_table' is static but used in inline function 'decode_c' which is not static j = c_table[GETBITS(12)]; ^~~~~~~ u_deep.c:178:3: warning: 'reconst' is static but used in inline function 'update' which is not static reconst(); ^~~~~~~ gcc -O2 -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DVERSION=\"1.3.2\" -c u_quick.c gcc -O2 -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DVERSION=\"1.3.2\" -c u_medium.c gcc -O2 -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DVERSION=\"1.3.2\" -c u_rle.c gcc -O2 -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DVERSION=\"1.3.2\" -c tables.c gcc -O2 -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DVERSION=\"1.3.2\" -c pfile.c gcc -O2 -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DVERSION=\"1.3.2\" -c maketbl.c gcc -O2 -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DVERSION=\"1.3.2\" -c getbits.c gcc -O2 -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DVERSION=\"1.3.2\" -c crc_csum.c gcc u_heavy.o xdms.o u_deep.o u_init.o u_quick.o u_medium.o u_rle.o tables.o pfile.o maketbl.o getbits.o crc_csum.o -o xdms make[1]: Leaving directory '/builddir/build/BUILD/xdms-1.3.2/src' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.OryKWX + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/xdms-1.3.2-19.fc27.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/xdms-1.3.2-19.fc27.aarch64 ++ dirname /builddir/build/BUILDROOT/xdms-1.3.2-19.fc27.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/xdms-1.3.2-19.fc27.aarch64 + cd xdms-1.3.2 + rm -rf /builddir/build/BUILDROOT/xdms-1.3.2-19.fc27.aarch64 + mkdir -p /builddir/build/BUILDROOT/xdms-1.3.2-19.fc27.aarch64/usr/bin + mkdir -p /builddir/build/BUILDROOT/xdms-1.3.2-19.fc27.aarch64/usr/share/man/man1 + install -p -m0644 xdms.1 /builddir/build/BUILDROOT/xdms-1.3.2-19.fc27.aarch64/usr/share/man/man1 + install -p -m0755 src/xdms /builddir/build/BUILDROOT/xdms-1.3.2-19.fc27.aarch64/usr/bin + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.3.2-19.fc27 --unique-debug-suffix -1.3.2-19.fc27.aarch64 --unique-debug-src-base xdms-1.3.2-19.fc27.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/xdms-1.3.2 extracting debug info from /builddir/build/BUILDROOT/xdms-1.3.2-19.fc27.aarch64/usr/bin/xdms /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 94 blocks + /usr/lib/rpm/check-buildroot + /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 + /usr/lib/rpm/brp-python-hardlink Processing files: xdms-1.3.2-19.fc27.aarch64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.aMYPvZ + umask 022 + cd /builddir/build/BUILD + cd xdms-1.3.2 + DOCDIR=/builddir/build/BUILDROOT/xdms-1.3.2-19.fc27.aarch64/usr/share/doc/xdms + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/xdms-1.3.2-19.fc27.aarch64/usr/share/doc/xdms + cp -pr ChangeLog.txt /builddir/build/BUILDROOT/xdms-1.3.2-19.fc27.aarch64/usr/share/doc/xdms + cp -pr xdms.txt /builddir/build/BUILDROOT/xdms-1.3.2-19.fc27.aarch64/usr/share/doc/xdms + exit 0 Provides: xdms = 1.3.2-19.fc27 xdms(aarch-64) = 1.3.2-19.fc27 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) rtld(GNU_HASH) Processing files: xdms-debugsource-1.3.2-19.fc27.aarch64 Provides: xdms-debugsource = 1.3.2-19.fc27 xdms-debugsource(aarch-64) = 1.3.2-19.fc27 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: xdms-debuginfo-1.3.2-19.fc27.aarch64 Provides: debuginfo(build-id) = 30a7980abeb40a0601a7adb198642ad80d572f91 xdms-debuginfo = 1.3.2-19.fc27 xdms-debuginfo(aarch-64) = 1.3.2-19.fc27 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/xdms-1.3.2-19.fc27.aarch64 Wrote: /builddir/build/RPMS/xdms-1.3.2-19.fc27.aarch64.rpm Wrote: /builddir/build/RPMS/xdms-debugsource-1.3.2-19.fc27.aarch64.rpm Wrote: /builddir/build/RPMS/xdms-debuginfo-1.3.2-19.fc27.aarch64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.6QvBgn + umask 022 + cd /builddir/build/BUILD + cd xdms-1.3.2 + rm -rf /builddir/build/BUILDROOT/xdms-1.3.2-19.fc27.aarch64 + exit 0 Child return code was: 0