Mock Version: 1.4.14 Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target s390x --nodeps /builddir/build/SPECS/python-pystemd.spec'], chrootPath='/var/lib/mock/f28-build-16061892-1150959/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': 'C.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target s390x --nodeps /builddir/build/SPECS/python-pystemd.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': 'C.UTF-8'} and shell False Building target platforms: s390x Building for target s390x Wrote: /builddir/build/SRPMS/python-pystemd-0.6.0-1.fc28.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target s390x --nodeps /builddir/build/SPECS/python-pystemd.spec'], chrootPath='/var/lib/mock/f28-build-16061892-1150959/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': 'C.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target s390x --nodeps /builddir/build/SPECS/python-pystemd.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': 'C.UTF-8'} and shell False Building target platforms: s390x Building for target s390x Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.rcECyt + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pystemd-0.6.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/pystemd-0.6.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pystemd-0.6.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf pystemd.egg-info + sed -e '\|#!/usr/bin/env python3|d' -i pystemd/__init__.py pystemd/__version__.py pystemd/base.py pystemd/exceptions.py pystemd/run.py pystemd/utils.py pystemd/DBus/__init__.py pystemd/machine1/__init__.py pystemd/machine1/machine.py pystemd/machine1/manager.py pystemd/systemd1/__init__.py pystemd/systemd1/manager.py pystemd/systemd1/unit.py pystemd/systemd1/unit_signatures.py + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.exnMHP + umask 022 + cd /builddir/build/BUILD + cd pystemd-0.6.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 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib.linux-s390x-3.6 creating build/lib.linux-s390x-3.6/pystemd copying pystemd/__init__.py -> build/lib.linux-s390x-3.6/pystemd copying pystemd/__version__.py -> build/lib.linux-s390x-3.6/pystemd copying pystemd/base.py -> build/lib.linux-s390x-3.6/pystemd copying pystemd/exceptions.py -> build/lib.linux-s390x-3.6/pystemd copying pystemd/run.py -> build/lib.linux-s390x-3.6/pystemd copying pystemd/utils.py -> build/lib.linux-s390x-3.6/pystemd creating build/lib.linux-s390x-3.6/pystemd/systemd1 copying pystemd/systemd1/__init__.py -> build/lib.linux-s390x-3.6/pystemd/systemd1 copying pystemd/systemd1/manager.py -> build/lib.linux-s390x-3.6/pystemd/systemd1 copying pystemd/systemd1/unit.py -> build/lib.linux-s390x-3.6/pystemd/systemd1 copying pystemd/systemd1/unit_signatures.py -> build/lib.linux-s390x-3.6/pystemd/systemd1 creating build/lib.linux-s390x-3.6/pystemd/machine1 copying pystemd/machine1/__init__.py -> build/lib.linux-s390x-3.6/pystemd/machine1 copying pystemd/machine1/machine.py -> build/lib.linux-s390x-3.6/pystemd/machine1 copying pystemd/machine1/manager.py -> build/lib.linux-s390x-3.6/pystemd/machine1 creating build/lib.linux-s390x-3.6/pystemd/DBus copying pystemd/DBus/__init__.py -> build/lib.linux-s390x-3.6/pystemd/DBus copying pystemd/RELEASE -> build/lib.linux-s390x-3.6/pystemd running build_ext building 'pystemd.daemon' extension creating build/temp.linux-s390x-3.6 creating build/temp.linux-s390x-3.6/pystemd gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.6m -c pystemd/daemon.c -o build/temp.linux-s390x-3.6/pystemd/daemon.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -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 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-s390x-3.6/pystemd/daemon.o -L/usr/lib64 -lsystemd -lpython3.6m -o build/lib.linux-s390x-3.6/pystemd/daemon.cpython-36m-s390x-linux-gnu.so building 'pystemd.dbusexc' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.6m -c pystemd/dbusexc.c -o build/temp.linux-s390x-3.6/pystemd/dbusexc.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -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 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-s390x-3.6/pystemd/dbusexc.o -L/usr/lib64 -lsystemd -lpython3.6m -o build/lib.linux-s390x-3.6/pystemd/dbusexc.cpython-36m-s390x-linux-gnu.so building 'pystemd.dbuslib' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.6m -c pystemd/dbuslib.c -o build/temp.linux-s390x-3.6/pystemd/dbuslib.o BUILDSTDERR: pystemd/dbuslib.c:14108:14: warning: ‘__pyx_f_7pystemd_7dbuslib_path_decode’ defined but not used [-Wunused-function] BUILDSTDERR: static char *__pyx_f_7pystemd_7dbuslib_path_decode(char *__pyx_v_path, char *__pyx_v_prefix) { BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: pystemd/dbuslib.c: In function ‘__pyx_f_7pystemd_7dbuslib_find_closure.isra.41’: BUILDSTDERR: pystemd/dbuslib.c:11905:10: warning: ‘__pyx_v_n’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: return __pyx_r; BUILDSTDERR: ^~~~~~~ BUILDSTDERR: pystemd/dbuslib.c: In function ‘__pyx_f_7pystemd_7dbuslib_4DBus__msg_append’: BUILDSTDERR: pystemd/dbuslib.c:7540:17: warning: ‘__pyx_v_arg_type_c’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: __pyx_v_r = sd_bus_message_append(__pyx_v_msg_call, __pyx_v_arg_type_c, ((uint8_t)__pyx_t_6)); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -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 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-s390x-3.6/pystemd/dbuslib.o -L/usr/lib64 -lsystemd -lpython3.6m -o build/lib.linux-s390x-3.6/pystemd/dbuslib.cpython-36m-s390x-linux-gnu.so + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.1qOpOg + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x + cd pystemd-0.6.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 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x running install running install_lib creating /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x/usr creating /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x/usr/lib64 creating /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x/usr/lib64/python3.6 creating /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x/usr/lib64/python3.6/site-packages creating /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x/usr/lib64/python3.6/site-packages/pystemd copying build/lib.linux-s390x-3.6/pystemd/__init__.py -> /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x/usr/lib64/python3.6/site-packages/pystemd copying build/lib.linux-s390x-3.6/pystemd/__version__.py -> /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x/usr/lib64/python3.6/site-packages/pystemd copying build/lib.linux-s390x-3.6/pystemd/base.py -> /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x/usr/lib64/python3.6/site-packages/pystemd copying build/lib.linux-s390x-3.6/pystemd/exceptions.py -> /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x/usr/lib64/python3.6/site-packages/pystemd copying build/lib.linux-s390x-3.6/pystemd/run.py -> /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x/usr/lib64/python3.6/site-packages/pystemd copying build/lib.linux-s390x-3.6/pystemd/utils.py -> /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x/usr/lib64/python3.6/site-packages/pystemd creating /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x/usr/lib64/python3.6/site-packages/pystemd/systemd1 copying build/lib.linux-s390x-3.6/pystemd/systemd1/__init__.py -> /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x/usr/lib64/python3.6/site-packages/pystemd/systemd1 copying build/lib.linux-s390x-3.6/pystemd/systemd1/manager.py -> /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x/usr/lib64/python3.6/site-packages/pystemd/systemd1 copying build/lib.linux-s390x-3.6/pystemd/systemd1/unit.py -> /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x/usr/lib64/python3.6/site-packages/pystemd/systemd1 copying build/lib.linux-s390x-3.6/pystemd/systemd1/unit_signatures.py -> /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x/usr/lib64/python3.6/site-packages/pystemd/systemd1 creating /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x/usr/lib64/python3.6/site-packages/pystemd/machine1 copying build/lib.linux-s390x-3.6/pystemd/machine1/__init__.py -> /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x/usr/lib64/python3.6/site-packages/pystemd/machine1 copying build/lib.linux-s390x-3.6/pystemd/machine1/machine.py -> /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x/usr/lib64/python3.6/site-packages/pystemd/machine1 copying build/lib.linux-s390x-3.6/pystemd/machine1/manager.py -> /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x/usr/lib64/python3.6/site-packages/pystemd/machine1 creating /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x/usr/lib64/python3.6/site-packages/pystemd/DBus copying build/lib.linux-s390x-3.6/pystemd/DBus/__init__.py -> /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x/usr/lib64/python3.6/site-packages/pystemd/DBus copying build/lib.linux-s390x-3.6/pystemd/RELEASE -> /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x/usr/lib64/python3.6/site-packages/pystemd copying build/lib.linux-s390x-3.6/pystemd/daemon.cpython-36m-s390x-linux-gnu.so -> /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x/usr/lib64/python3.6/site-packages/pystemd copying build/lib.linux-s390x-3.6/pystemd/dbusexc.cpython-36m-s390x-linux-gnu.so -> /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x/usr/lib64/python3.6/site-packages/pystemd copying build/lib.linux-s390x-3.6/pystemd/dbuslib.cpython-36m-s390x-linux-gnu.so -> /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x/usr/lib64/python3.6/site-packages/pystemd byte-compiling /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x/usr/lib64/python3.6/site-packages/pystemd/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x/usr/lib64/python3.6/site-packages/pystemd/__version__.py to __version__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x/usr/lib64/python3.6/site-packages/pystemd/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x/usr/lib64/python3.6/site-packages/pystemd/exceptions.py to exceptions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x/usr/lib64/python3.6/site-packages/pystemd/run.py to run.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x/usr/lib64/python3.6/site-packages/pystemd/utils.py to utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x/usr/lib64/python3.6/site-packages/pystemd/systemd1/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x/usr/lib64/python3.6/site-packages/pystemd/systemd1/manager.py to manager.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x/usr/lib64/python3.6/site-packages/pystemd/systemd1/unit.py to unit.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x/usr/lib64/python3.6/site-packages/pystemd/systemd1/unit_signatures.py to unit_signatures.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x/usr/lib64/python3.6/site-packages/pystemd/machine1/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x/usr/lib64/python3.6/site-packages/pystemd/machine1/machine.py to machine.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x/usr/lib64/python3.6/site-packages/pystemd/machine1/manager.py to manager.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x/usr/lib64/python3.6/site-packages/pystemd/DBus/__init__.py to __init__.cpython-36.pyc writing byte-compilation script '/tmp/tmpu3r6ihz6.py' /usr/bin/python3 /tmp/tmpu3r6ihz6.py removing /tmp/tmpu3r6ihz6.py running install_egg_info running egg_info creating pystemd.egg-info writing pystemd.egg-info/PKG-INFO writing dependency_links to pystemd.egg-info/dependency_links.txt writing top-level names to pystemd.egg-info/top_level.txt writing manifest file 'pystemd.egg-info/SOURCES.txt' reading manifest file 'pystemd.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pystemd.egg-info/SOURCES.txt' Copying pystemd.egg-info to /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x/usr/lib64/python3.6/site-packages/pystemd-0.6.0-py3.6.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh -j2 --strict-build-id -m -i --build-id-seed 0.6.0-1.fc28 --unique-debug-suffix -0.6.0-1.fc28.s390x --unique-debug-src-base python-pystemd-0.6.0-1.fc28.s390x --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/pystemd-0.6.0 extracting debug info from /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x/usr/lib64/python3.6/site-packages/pystemd/daemon.cpython-36m-s390x-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x/usr/lib64/python3.6/site-packages/pystemd/dbusexc.cpython-36m-s390x-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x/usr/lib64/python3.6/site-packages/pystemd/dbuslib.cpython-36m-s390x-linux-gnu.so /usr/lib/rpm/sepdebugcrcfix: Updated 3 CRC32s, 0 CRC32s did match. BUILDSTDERR: 2875 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig BUILDSTDERR: /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 Bytecompiling .py files below /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x/usr/lib64/python3.6 using /usr/bin/python3.6 Bytecompiling .py files below /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x/usr/lib/debug/usr/lib64/python3.6 using /usr/bin/python3.6 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs '' '' Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.IwSxc3 + umask 022 + cd /builddir/build/BUILD + cd pystemd-0.6.0 + rm -f tests/test_daemon.py + export PYTHONPATH=/builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x/usr/lib64/python3.6/site-packages + PYTHONPATH=/builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x/usr/lib64/python3.6/site-packages ~/build/BUILD/pystemd-0.6.0/tests ~/build/BUILD/pystemd-0.6.0 + pushd tests + /usr/bin/python3 -m unittest discover BUILDSTDERR: ......................... BUILDSTDERR: ---------------------------------------------------------------------- BUILDSTDERR: Ran 25 tests in 0.005s BUILDSTDERR: OK + popd ~/build/BUILD/pystemd-0.6.0 + exit 0 Processing files: python3-pystemd-0.6.0-1.fc28.s390x Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.V8wyDW + umask 022 + cd /builddir/build/BUILD + cd pystemd-0.6.0 + DOCDIR=/builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x/usr/share/doc/python3-pystemd + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x/usr/share/doc/python3-pystemd + cp -pr README.md /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x/usr/share/doc/python3-pystemd + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.W4M7LQ + umask 022 + cd /builddir/build/BUILD + cd pystemd-0.6.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x/usr/share/licenses/python3-pystemd + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x/usr/share/licenses/python3-pystemd + cp -pr LICENSE /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x/usr/share/licenses/python3-pystemd + exit 0 Provides: python3-pystemd = 0.6.0-1.fc28 python3-pystemd(s390-64) = 0.6.0-1.fc28 python3.6dist(pystemd) = 0.6.0 python3dist(pystemd) = 0.6.0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2)(64bit) libc.so.6(GLIBC_2.4)(64bit) libpthread.so.0()(64bit) libpython3.6m.so.1.0()(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) libsystemd.so.0(LIBSYSTEMD_221)(64bit) libsystemd.so.0(LIBSYSTEMD_237)(64bit) python(abi) = 3.6 rtld(GNU_HASH) Processing files: python-pystemd-debugsource-0.6.0-1.fc28.s390x Provides: python-pystemd-debugsource = 0.6.0-1.fc28 python-pystemd-debugsource(s390-64) = 0.6.0-1.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-pystemd-debuginfo-0.6.0-1.fc28.s390x Provides: debuginfo(build-id) = 5c8e188078bf1483a4bd1f277d90afdd49cae676 debuginfo(build-id) = a8f7ea39550872ed49f1c3673eda43cee89755d1 debuginfo(build-id) = fe0b835d6b3f21309d4c1ca8f837f1ecb3da5961 python3-pystemd-debuginfo = 0.6.0-1.fc28 python3-pystemd-debuginfo(s390-64) = 0.6.0-1.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-pystemd-debugsource(s390-64) = 0.6.0-1.fc28 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x Wrote: /builddir/build/RPMS/python3-pystemd-0.6.0-1.fc28.s390x.rpm Wrote: /builddir/build/RPMS/python-pystemd-debugsource-0.6.0-1.fc28.s390x.rpm Wrote: /builddir/build/RPMS/python3-pystemd-debuginfo-0.6.0-1.fc28.s390x.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.qGR5eq + umask 022 + cd /builddir/build/BUILD + cd pystemd-0.6.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-pystemd-0.6.0-1.fc28.s390x + exit 0 Child return code was: 0