diff --git a/0001-feat-use-XDG_DATA_HOME-for-logging-file-on-Linux.patch b/0001-feat-use-XDG_DATA_HOME-for-logging-file-on-Linux.patch deleted file mode 100644 index 66ef80a..0000000 --- a/0001-feat-use-XDG_DATA_HOME-for-logging-file-on-Linux.patch +++ /dev/null @@ -1,54 +0,0 @@ -From 4805d3f2158d94337c11c4e7970795a46bfdbe65 Mon Sep 17 00:00:00 2001 -From: "Ankur Sinha (Ankur Sinha Gmail)" -Date: Mon, 11 Oct 2021 16:34:33 +0100 -Subject: [PATCH] feat: use XDG_DATA_HOME for logging file on Linux - -On system installations, one cannot write to -`/usr/lib/pythonX.Y/site-packages` unless one always runs `pyplane` as -root (which is not suggested). On Linux, the `XDG_DATA_HOME` directory -should be used for user-specific data files, so the logging file is best -placed here. - -As the XDG base directory specification says, if `XDG_DATA_HOME` is not -defined, `$HOME/.local/share` should be used. - -References: -https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html ---- - pyplane/core/Logging.py | 14 +++++++++++++- - 1 file changed, 13 insertions(+), 1 deletion(-) - -diff --git a/pyplane/core/Logging.py b/pyplane/core/Logging.py -index c8a5fc8..8bc2fab 100644 ---- a/pyplane/core/Logging.py -+++ b/pyplane/core/Logging.py -@@ -23,13 +23,25 @@ Module implementing logging capabilities - import time - import os - import sys -+import platform - from PyQt5 import QtCore, QtWidgets, QtGui - - __author__ = 'Klemens Fritzsche' - - basedir = os.path.dirname(os.path.dirname(sys.modules.get(__name__).__file__)) --defaultLogFileName = os.path.join(basedir, 'config','logmessages.txt') - -+if platform.system() == "Linux": -+ try: -+ datadir = os.environ["XDG_DATA_HOME"] + "/pyplane/" -+ except KeyError: -+ datadir = os.environ["HOME"] + "/.local/share/pyplane/" -+ try: -+ os.makedirs(datadir) -+ except FileExistsError: -+ pass -+ defaultLogFileName = os.path.join(datadir, 'logmessages.txt') -+else: -+ defaultLogFileName = os.path.join(basedir, 'config','logmessages.txt') - - class Logger(object): - """ --- -2.33.0 - diff --git a/build.log b/build.log deleted file mode 100644 index 2485f0e..0000000 --- a/build.log +++ /dev/null @@ -1,9 +0,0 @@ -Mock Version: 2.12 -Mock Version: 2.12 -Mock Version: 2.12 -ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-pyplane.spec'], chrootPath='/var/lib/mock/f36-build-30098211-4118917/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=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) -Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-pyplane.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: noarch -Building for target noarch -Wrote: /builddir/build/SRPMS/python-pyplane-1.2.0-0.1.src.rpm -Child return code was: 0 diff --git a/pyplane.desktop b/pyplane.desktop deleted file mode 100644 index 707ecc5..0000000 --- a/pyplane.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Version=1.0 -Type=Application - -Name=Pyplane -Comment=Phase plane analysis of nonlinear systems -Categories=Science;DataVisualization; - -Icon=pyplane_logo -Exec=pyplane -Terminal=false \ No newline at end of file diff --git a/pyplane.metainfo.xml b/pyplane.metainfo.xml deleted file mode 100644 index 298fc89..0000000 --- a/pyplane.metainfo.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - io.github.tud_rst.pyplane - - Pyplane - Phase plane analysis of nonlinear systems - - CC0-1.0 - GPL-3.0-only - - -

- PyPlane is a free software for phase plane analysis of second order dynamical systems written in PYTHON and PyQT5. Comparable to MATLAB's pplane. -

-
- - io.github.tud_rst.pyplane.desktop - - - https://raw.githubusercontent.com/TUD-RST/pyplane/master/pyplane/resources/pyplane_screenshot.png - - -
diff --git a/root.log b/root.log deleted file mode 100644 index 2e4be20..0000000 --- a/root.log +++ /dev/null @@ -1,1098 +0,0 @@ -INFO buildroot.py:491: Mock Version: 2.12 -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917/root/dev/pts -DEBUG file_util.py:20: creating dir: /var/lib/mock/f36-build-30098211-4118917/root/dev/pts -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917/root/dev/shm -DEBUG file_util.py:20: creating dir: /var/lib/mock/f36-build-30098211-4118917/root/dev/shm -DEBUG buildroot.py:675: kernel version == 5.13.12-200.fc34.s390x -DEBUG file_util.py:30: touching file: /var/lib/mock/f36-build-30098211-4118917/root/etc/fstab -DEBUG file_util.py:30: touching file: /var/lib/mock/f36-build-30098211-4118917/root/etc/yum/yum.conf -DEBUG file_util.py:30: touching file: /var/lib/mock/f36-build-30098211-4118917/root/etc/dnf/dnf.conf -DEBUG file_util.py:30: touching file: /var/lib/mock/f36-build-30098211-4118917/root/var/log/yum.log -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917/root/proc -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate', 'tmpfs', '/var/lib/mock/f36-build-30098211-4118917/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917/root/proc -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/f36-build-30098211-4118917/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '/proc', '/var/lib/mock/f36-build-30098211-4118917/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917/root/sys -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate', 'tmpfs', '/var/lib/mock/f36-build-30098211-4118917/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917/root/sys -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/f36-build-30098211-4118917/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '/sys', '/var/lib/mock/f36-build-30098211-4118917/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917/root/dev/shm -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/f36-build-30098211-4118917/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917/root/dev/pts -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/mount', '-n', '-t', 'devpts', '-o', 'gid=5,mode=0620,ptmxmode=0666,newinstance', 'devpts', '/var/lib/mock/f36-build-30098211-4118917/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917/root/sys/fs/selinux -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/f36-build-30098211-4118917/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.2px5mjst', '/var/lib/mock/f36-build-30098211-4118917/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917-bootstrap/root/var/lib/mock/f36-build-30098211-4118917/root -DEBUG file_util.py:20: creating dir: /var/lib/mock/f36-build-30098211-4118917-bootstrap/root/var/lib/mock/f36-build-30098211-4118917/root -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private', 'tmpfs', '/var/lib/mock/f36-build-30098211-4118917-bootstrap/root/var/lib/mock/f36-build-30098211-4118917/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917-bootstrap/root/var/lib/mock/f36-build-30098211-4118917/root -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/f36-build-30098211-4118917/root', '/var/lib/mock/f36-build-30098211-4118917-bootstrap/root/var/lib/mock/f36-build-30098211-4118917/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '/var/lib/mock/f36-build-30098211-4118917/root', '/var/lib/mock/f36-build-30098211-4118917-bootstrap/root/var/lib/mock/f36-build-30098211-4118917/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG buildroot.py:195: rootdir = /var/lib/mock/f36-build-30098211-4118917/root -DEBUG buildroot.py:196: resultdir = /var/lib/mock/f36-build-30098211-4118917/result -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917/root/etc/pki/mock -DEBUG file_util.py:20: creating dir: /var/lib/mock/f36-build-30098211-4118917/root/etc/pki/mock -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917/root/etc/dnf -DEBUG package_manager.py:570: configure DNF vars -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917/root/etc -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917/root/etc -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917/root/installation-homedir -DEBUG file_util.py:20: creating dir: /var/lib/mock/f36-build-30098211-4118917/root/installation-homedir -DEBUG package_manager.py:197: ['/usr/bin/dnf', '--installroot', '/var/lib/mock/f36-build-30098211-4118917/root/', '--setopt=install_weak_deps=0', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', 'groupinstall', 'build'] -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/usr/bin/dnf', '--installroot', '/var/lib/mock/f36-build-30098211-4118917/root/', '--setopt=install_weak_deps=0', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', 'groupinstall', 'build', '--setopt=tsflags=nocontexts'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/var/lib/mock/f36-build-30098211-4118917/root/installation-homedir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'LC_MESSAGES': 'C.UTF-8', 'LD_PRELOAD': '/var/tmp/tmp.mock.mkb_82vl/$LIB/nosync.so'} and shell False -DEBUG util.py:444: Unable to detect release version (use '--releasever' to specify release version) -DEBUG util.py:444: No matches found for the following disable plugin patterns: local, spacewalk, versionlock -DEBUG util.py:446: Last metadata expiration check: 0:00:20 ago on Fri Sep 24 06:02:51 2021. -DEBUG util.py:446: Dependencies resolved. -DEBUG util.py:446: ================================================================================ -DEBUG util.py:446: Package Arch Version Repo Size -DEBUG util.py:446: ================================================================================ -DEBUG util.py:446: Installing group/module packages: -DEBUG util.py:446: bash s390x 5.1.8-2.fc36 build 1.6 M -DEBUG util.py:446: bzip2 s390x 1.0.8-9.fc35 build 51 k -DEBUG util.py:446: coreutils s390x 8.32-32.fc36 build 1.1 M -DEBUG util.py:446: cpio s390x 2.13-11.fc36 build 267 k -DEBUG util.py:446: diffutils s390x 3.8-1.fc35 build 400 k -DEBUG util.py:446: fedora-release noarch 36-0.7 build 11 k -DEBUG util.py:446: findutils s390x 1:4.8.0-4.fc35 build 535 k -DEBUG util.py:446: gawk s390x 5.1.0-4.fc35 build 975 k -DEBUG util.py:446: glibc-minimal-langpack s390x 2.34.9000-8.fc36 build 143 k -DEBUG util.py:446: grep s390x 3.7-1.fc36 build 295 k -DEBUG util.py:446: gzip s390x 1.10-5.fc35 build 149 k -DEBUG util.py:446: info s390x 6.8-2.fc35 build 220 k -DEBUG util.py:446: make s390x 1:4.3-6.fc35 build 529 k -DEBUG util.py:446: patch s390x 2.7.6-15.fc35 build 126 k -DEBUG util.py:446: redhat-rpm-config noarch 199-1.fc36 build 65 k -DEBUG util.py:446: rpm-build s390x 4.17.0-1.fc36.1 build 60 k -DEBUG util.py:446: sed s390x 4.8-8.fc35 build 295 k -DEBUG util.py:446: shadow-utils s390x 2:4.9-4.fc36 build 1.1 M -DEBUG util.py:446: tar s390x 2:1.34-2.fc35 build 870 k -DEBUG util.py:446: unzip s390x 6.0-53.fc35 build 172 k -DEBUG util.py:446: util-linux s390x 2.37.2-1.fc36 build 2.2 M -DEBUG util.py:446: which s390x 2.21-27.fc35 build 41 k -DEBUG util.py:446: xz s390x 5.2.5-7.fc35 build 213 k -DEBUG util.py:446: Installing dependencies: -DEBUG util.py:446: alternatives s390x 1.19-1.fc35 build 35 k -DEBUG util.py:446: audit-libs s390x 3.0.5-3.fc36 build 113 k -DEBUG util.py:446: basesystem noarch 11-12.fc35 build 7.0 k -DEBUG util.py:446: binutils s390x 2.37-11.fc36 build 9.8 M -DEBUG util.py:446: binutils-gold s390x 2.37-11.fc36 build 1.3 M -DEBUG util.py:446: bzip2-libs s390x 1.0.8-9.fc35 build 41 k -DEBUG util.py:446: ca-certificates noarch 2021.2.50-3.fc35 build 352 k -DEBUG util.py:446: coreutils-common s390x 8.32-32.fc36 build 2.0 M -DEBUG util.py:446: cracklib s390x 2.9.6-27.fc36 build 80 k -DEBUG util.py:446: crypto-policies noarch 20210917-1.gitc9d86d1.fc36 build 58 k -DEBUG util.py:446: curl s390x 7.79.1-1.fc36 build 307 k -DEBUG util.py:446: cyrus-sasl-lib s390x 2.1.27-14.fc36 build 750 k -DEBUG util.py:446: debugedit s390x 5.0-2.fc35 build 75 k -DEBUG util.py:446: dwz s390x 0.14-2.fc35 build 125 k -DEBUG util.py:446: ed s390x 1.14.2-11.fc35 build 72 k -DEBUG util.py:446: efi-srpm-macros noarch 5-4.fc36 build 22 k -DEBUG util.py:446: elfutils s390x 0.185-5.fc35 build 528 k -DEBUG util.py:446: elfutils-debuginfod-client s390x 0.185-5.fc35 build 36 k -DEBUG util.py:446: elfutils-default-yama-scope noarch 0.185-5.fc35 build 18 k -DEBUG util.py:446: elfutils-libelf s390x 0.185-5.fc35 build 191 k -DEBUG util.py:446: elfutils-libs s390x 0.185-5.fc35 build 262 k -DEBUG util.py:446: fedora-gpg-keys noarch 36-0.3 build 113 k -DEBUG util.py:446: fedora-release-common noarch 36-0.7 build 21 k -DEBUG util.py:446: fedora-release-identity-basic noarch 36-0.7 build 12 k -DEBUG util.py:446: fedora-repos noarch 36-0.3 build 11 k -DEBUG util.py:446: fedora-repos-rawhide noarch 36-0.3 build 10 k -DEBUG util.py:446: file s390x 5.40-9.fc35 build 50 k -DEBUG util.py:446: file-libs s390x 5.40-9.fc35 build 619 k -DEBUG util.py:446: filesystem s390x 3.16-1.fc36 build 1.1 M -DEBUG util.py:446: fonts-srpm-macros noarch 1:2.0.5-6.fc35 build 27 k -DEBUG util.py:446: fpc-srpm-macros noarch 1.3-4.fc35 build 7.6 k -DEBUG util.py:446: gc s390x 8.0.4-6.fc35 build 97 k -DEBUG util.py:446: gdb-minimal s390x 10.2-7.fc36 build 3.2 M -DEBUG util.py:446: gdbm-libs s390x 1:1.20-2.fc35 build 56 k -DEBUG util.py:446: ghc-srpm-macros noarch 1.5.0-5.fc35 build 7.8 k -DEBUG util.py:446: glibc s390x 2.34.9000-8.fc36 build 1.8 M -DEBUG util.py:446: glibc-common s390x 2.34.9000-8.fc36 build 408 k -DEBUG util.py:446: glibc-gconv-extra s390x 2.34.9000-8.fc36 build 1.6 M -DEBUG util.py:446: gmp s390x 1:6.2.0-7.fc36 build 284 k -DEBUG util.py:446: gnat-srpm-macros noarch 4-14.fc35 build 8.2 k -DEBUG util.py:446: go-srpm-macros noarch 3.0.11-2.fc35 build 25 k -DEBUG util.py:446: guile22 s390x 2.2.7-3.fc35 build 6.4 M -DEBUG util.py:446: kernel-srpm-macros noarch 1.0-6.fc35 build 8.0 k -DEBUG util.py:446: keyutils-libs s390x 1.6.1-3.fc35 build 31 k -DEBUG util.py:446: krb5-libs s390x 1.19.2-3.fc36 build 705 k -DEBUG util.py:446: libacl s390x 2.3.1-2.fc35 build 23 k -DEBUG util.py:446: libarchive s390x 3.5.2-2.fc36 build 383 k -DEBUG util.py:446: libattr s390x 2.5.1-3.fc35 build 18 k -DEBUG util.py:446: libblkid s390x 2.37.2-1.fc36 build 105 k -DEBUG util.py:446: libbrotli s390x 1.0.9-6.fc35 build 317 k -DEBUG util.py:446: libcap s390x 2.48-3.fc35 build 65 k -DEBUG util.py:446: libcap-ng s390x 0.8.2-7.fc36 build 32 k -DEBUG util.py:446: libcom_err s390x 1.46.4-1.fc36 build 26 k -DEBUG util.py:446: libcurl s390x 7.79.1-1.fc36 build 282 k -DEBUG util.py:446: libdb s390x 5.3.28-50.fc36 build 714 k -DEBUG util.py:446: libeconf s390x 0.4.0-2.fc35 build 26 k -DEBUG util.py:446: libfdisk s390x 2.37.2-1.fc36 build 149 k -DEBUG util.py:446: libffi s390x 3.1-28.fc34 build 31 k -DEBUG util.py:446: libgcc s390x 11.2.1-1.fc35 build 89 k -DEBUG util.py:446: libgcrypt s390x 1.9.4-1.fc36 build 447 k -DEBUG util.py:446: libgomp s390x 11.2.1-1.fc35 build 278 k -DEBUG util.py:446: libgpg-error s390x 1.42-3.fc35 build 208 k -DEBUG util.py:446: libidn2 s390x 2.3.2-3.fc36 build 103 k -DEBUG util.py:446: libmount s390x 2.37.2-1.fc36 build 131 k -DEBUG util.py:446: libnghttp2 s390x 1.45.1-1.fc36 build 68 k -DEBUG util.py:446: libnsl2 s390x 1.3.0-4.fc35 build 55 k -DEBUG util.py:446: libpkgconf s390x 1.8.0-1.fc35 build 34 k -DEBUG util.py:446: libpsl s390x 0.21.1-4.fc35 build 63 k -DEBUG util.py:446: libpwquality s390x 1.4.4-6.fc36 build 104 k -DEBUG util.py:446: libselinux s390x 3.2-4.fc35 build 82 k -DEBUG util.py:446: libsemanage s390x 3.2-4.fc35 build 112 k -DEBUG util.py:446: libsepol s390x 3.2-3.fc35 build 282 k -DEBUG util.py:446: libsigsegv s390x 2.13-3.fc35 build 26 k -DEBUG util.py:446: libsmartcols s390x 2.37.2-1.fc36 build 63 k -DEBUG util.py:446: libssh s390x 0.9.6-1.fc36 build 191 k -DEBUG util.py:446: libssh-config noarch 0.9.6-1.fc36 build 7.3 k -DEBUG util.py:446: libstdc++ s390x 11.2.1-1.fc35 build 770 k -DEBUG util.py:446: libtasn1 s390x 4.16.0-6.fc35 build 72 k -DEBUG util.py:446: libtirpc s390x 1.3.2-1.rc1.fc36 build 90 k -DEBUG util.py:446: libtool-ltdl s390x 2.4.6-43.fc36 build 35 k -DEBUG util.py:446: libunistring s390x 0.9.10-14.fc35 build 491 k -DEBUG util.py:446: libutempter s390x 1.2.1-5.fc35 build 25 k -DEBUG util.py:446: libuuid s390x 2.37.2-1.fc36 build 28 k -DEBUG util.py:446: libverto s390x 0.3.2-2.fc35 build 20 k -DEBUG util.py:446: libxcrypt s390x 4.4.26-4.fc36 build 120 k -DEBUG util.py:446: libxml2 s390x 2.9.12-6.fc35 build 703 k -DEBUG util.py:446: libzstd s390x 1.5.0-2.fc35 build 357 k -DEBUG util.py:446: lua-libs s390x 5.4.3-2.fc35 build 209 k -DEBUG util.py:446: lua-srpm-macros noarch 1-5.fc35 build 8.4 k -DEBUG util.py:446: lz4-libs s390x 1.9.3-3.fc35 build 67 k -DEBUG util.py:446: mpfr s390x 4.1.0-8.fc35 build 252 k -DEBUG util.py:446: ncurses-base noarch 6.2-8.20210508.fc35 build 61 k -DEBUG util.py:446: ncurses-libs s390x 6.2-8.20210508.fc35 build 313 k -DEBUG util.py:446: nim-srpm-macros noarch 3-5.fc35 build 8.4 k -DEBUG util.py:446: ocaml-srpm-macros noarch 6-5.fc35 build 7.8 k -DEBUG util.py:446: openblas-srpm-macros noarch 2-10.fc35 build 7.4 k -DEBUG util.py:446: openldap s390x 2.4.59-3.fc36 build 251 k -DEBUG util.py:446: openssl-libs s390x 1:3.0.0-1.fc36 build 1.8 M -DEBUG util.py:446: openssl1.1 s390x 1:1.1.1l-1.fc36 build 1.2 M -DEBUG util.py:446: p11-kit s390x 0.23.22-4.fc35 build 361 k -DEBUG util.py:446: p11-kit-trust s390x 0.23.22-4.fc35 build 130 k -DEBUG util.py:446: pam s390x 1.5.2-5.fc36 build 539 k -DEBUG util.py:446: pcre s390x 8.45-1.fc36 build 116 k -DEBUG util.py:446: pcre2 s390x 10.37-4.fc35 build 208 k -DEBUG util.py:446: pcre2-syntax noarch 10.37-4.fc35 build 142 k -DEBUG util.py:446: perl-srpm-macros noarch 1-42.fc35 build 8.3 k -DEBUG util.py:446: pkgconf s390x 1.8.0-1.fc35 build 41 k -DEBUG util.py:446: pkgconf-m4 noarch 1.8.0-1.fc35 build 14 k -DEBUG util.py:446: pkgconf-pkg-config s390x 1.8.0-1.fc35 build 10 k -DEBUG util.py:446: popt s390x 1.18-6.fc36 build 58 k -DEBUG util.py:446: publicsuffix-list-dafsa noarch 20210518-2.fc35 build 58 k -DEBUG util.py:446: python-srpm-macros noarch 3.10-8.fc36 build 24 k -DEBUG util.py:446: qt5-srpm-macros noarch 5.15.2-3.fc35 build 8.2 k -DEBUG util.py:446: readline s390x 8.1-3.fc35 build 206 k -DEBUG util.py:446: rpm s390x 4.17.0-1.fc36.1 build 538 k -DEBUG util.py:446: rpm-build-libs s390x 4.17.0-1.fc36.1 build 91 k -DEBUG util.py:446: rpm-libs s390x 4.17.0-1.fc36.1 build 306 k -DEBUG util.py:446: rpmautospec-rpm-macros noarch 0.2.5-1.fc35 build 9.9 k -DEBUG util.py:446: rust-srpm-macros noarch 18-2.fc35 build 9.4 k -DEBUG util.py:446: setup noarch 2.13.9.1-2.fc35 build 143 k -DEBUG util.py:446: sqlite-libs s390x 3.36.0-4.fc36 build 620 k -DEBUG util.py:446: systemd-libs s390x 249.4-2.fc36 build 571 k -DEBUG util.py:446: tzdata noarch 2021a-2.fc35 build 429 k -DEBUG util.py:446: util-linux-core s390x 2.37.2-1.fc36 build 428 k -DEBUG util.py:446: xxhash-libs s390x 0.8.0-4.fc35 build 32 k -DEBUG util.py:446: xz-libs s390x 5.2.5-7.fc35 build 92 k -DEBUG util.py:446: zip s390x 3.0-31.fc35 build 254 k -DEBUG util.py:446: zlib s390x 1.2.11-30.fc35 build 95 k -DEBUG util.py:446: zstd s390x 1.5.0-2.fc35 build 360 k -DEBUG util.py:446: Installing Groups: -DEBUG util.py:446: build -DEBUG util.py:446: Transaction Summary -DEBUG util.py:446: ================================================================================ -DEBUG util.py:446: Install 152 Packages -DEBUG util.py:446: Total download size: 61 M -DEBUG util.py:446: Installed size: 253 M -DEBUG util.py:446: Downloading Packages: -DEBUG util.py:446: -------------------------------------------------------------------------------- -DEBUG util.py:446: Total 136 MB/s | 61 MB 00:00 -DEBUG util.py:446: Running transaction check -DEBUG util.py:446: Transaction check succeeded. -DEBUG util.py:446: Running transaction test -DEBUG util.py:446: Transaction test succeeded. -DEBUG util.py:446: Running transaction -DEBUG util.py:446: warning: /etc/hosts created as /etc/hosts.rpmnew -DEBUG util.py:446: Installed: -DEBUG util.py:446: alternatives-1.19-1.fc35.s390x -DEBUG util.py:446: audit-libs-3.0.5-3.fc36.s390x -DEBUG util.py:446: basesystem-11-12.fc35.noarch -DEBUG util.py:446: bash-5.1.8-2.fc36.s390x -DEBUG util.py:446: binutils-2.37-11.fc36.s390x -DEBUG util.py:446: binutils-gold-2.37-11.fc36.s390x -DEBUG util.py:446: bzip2-1.0.8-9.fc35.s390x -DEBUG util.py:446: bzip2-libs-1.0.8-9.fc35.s390x -DEBUG util.py:446: ca-certificates-2021.2.50-3.fc35.noarch -DEBUG util.py:446: coreutils-8.32-32.fc36.s390x -DEBUG util.py:446: coreutils-common-8.32-32.fc36.s390x -DEBUG util.py:446: cpio-2.13-11.fc36.s390x -DEBUG util.py:446: cracklib-2.9.6-27.fc36.s390x -DEBUG util.py:446: crypto-policies-20210917-1.gitc9d86d1.fc36.noarch -DEBUG util.py:446: curl-7.79.1-1.fc36.s390x -DEBUG util.py:446: cyrus-sasl-lib-2.1.27-14.fc36.s390x -DEBUG util.py:446: debugedit-5.0-2.fc35.s390x -DEBUG util.py:446: diffutils-3.8-1.fc35.s390x -DEBUG util.py:446: dwz-0.14-2.fc35.s390x -DEBUG util.py:446: ed-1.14.2-11.fc35.s390x -DEBUG util.py:446: efi-srpm-macros-5-4.fc36.noarch -DEBUG util.py:446: elfutils-0.185-5.fc35.s390x -DEBUG util.py:446: elfutils-debuginfod-client-0.185-5.fc35.s390x -DEBUG util.py:446: elfutils-default-yama-scope-0.185-5.fc35.noarch -DEBUG util.py:446: elfutils-libelf-0.185-5.fc35.s390x -DEBUG util.py:446: elfutils-libs-0.185-5.fc35.s390x -DEBUG util.py:446: fedora-gpg-keys-36-0.3.noarch -DEBUG util.py:446: fedora-release-36-0.7.noarch -DEBUG util.py:446: fedora-release-common-36-0.7.noarch -DEBUG util.py:446: fedora-release-identity-basic-36-0.7.noarch -DEBUG util.py:446: fedora-repos-36-0.3.noarch -DEBUG util.py:446: fedora-repos-rawhide-36-0.3.noarch -DEBUG util.py:446: file-5.40-9.fc35.s390x -DEBUG util.py:446: file-libs-5.40-9.fc35.s390x -DEBUG util.py:446: filesystem-3.16-1.fc36.s390x -DEBUG util.py:446: findutils-1:4.8.0-4.fc35.s390x -DEBUG util.py:446: fonts-srpm-macros-1:2.0.5-6.fc35.noarch -DEBUG util.py:446: fpc-srpm-macros-1.3-4.fc35.noarch -DEBUG util.py:446: gawk-5.1.0-4.fc35.s390x -DEBUG util.py:446: gc-8.0.4-6.fc35.s390x -DEBUG util.py:446: gdb-minimal-10.2-7.fc36.s390x -DEBUG util.py:446: gdbm-libs-1:1.20-2.fc35.s390x -DEBUG util.py:446: ghc-srpm-macros-1.5.0-5.fc35.noarch -DEBUG util.py:446: glibc-2.34.9000-8.fc36.s390x -DEBUG util.py:446: glibc-common-2.34.9000-8.fc36.s390x -DEBUG util.py:446: glibc-gconv-extra-2.34.9000-8.fc36.s390x -DEBUG util.py:446: glibc-minimal-langpack-2.34.9000-8.fc36.s390x -DEBUG util.py:446: gmp-1:6.2.0-7.fc36.s390x -DEBUG util.py:446: gnat-srpm-macros-4-14.fc35.noarch -DEBUG util.py:446: go-srpm-macros-3.0.11-2.fc35.noarch -DEBUG util.py:446: grep-3.7-1.fc36.s390x -DEBUG util.py:446: guile22-2.2.7-3.fc35.s390x -DEBUG util.py:446: gzip-1.10-5.fc35.s390x -DEBUG util.py:446: info-6.8-2.fc35.s390x -DEBUG util.py:446: kernel-srpm-macros-1.0-6.fc35.noarch -DEBUG util.py:446: keyutils-libs-1.6.1-3.fc35.s390x -DEBUG util.py:446: krb5-libs-1.19.2-3.fc36.s390x -DEBUG util.py:446: libacl-2.3.1-2.fc35.s390x -DEBUG util.py:446: libarchive-3.5.2-2.fc36.s390x -DEBUG util.py:446: libattr-2.5.1-3.fc35.s390x -DEBUG util.py:446: libblkid-2.37.2-1.fc36.s390x -DEBUG util.py:446: libbrotli-1.0.9-6.fc35.s390x -DEBUG util.py:446: libcap-2.48-3.fc35.s390x -DEBUG util.py:446: libcap-ng-0.8.2-7.fc36.s390x -DEBUG util.py:446: libcom_err-1.46.4-1.fc36.s390x -DEBUG util.py:446: libcurl-7.79.1-1.fc36.s390x -DEBUG util.py:446: libdb-5.3.28-50.fc36.s390x -DEBUG util.py:446: libeconf-0.4.0-2.fc35.s390x -DEBUG util.py:446: libfdisk-2.37.2-1.fc36.s390x -DEBUG util.py:446: libffi-3.1-28.fc34.s390x -DEBUG util.py:446: libgcc-11.2.1-1.fc35.s390x -DEBUG util.py:446: libgcrypt-1.9.4-1.fc36.s390x -DEBUG util.py:446: libgomp-11.2.1-1.fc35.s390x -DEBUG util.py:446: libgpg-error-1.42-3.fc35.s390x -DEBUG util.py:446: libidn2-2.3.2-3.fc36.s390x -DEBUG util.py:446: libmount-2.37.2-1.fc36.s390x -DEBUG util.py:446: libnghttp2-1.45.1-1.fc36.s390x -DEBUG util.py:446: libnsl2-1.3.0-4.fc35.s390x -DEBUG util.py:446: libpkgconf-1.8.0-1.fc35.s390x -DEBUG util.py:446: libpsl-0.21.1-4.fc35.s390x -DEBUG util.py:446: libpwquality-1.4.4-6.fc36.s390x -DEBUG util.py:446: libselinux-3.2-4.fc35.s390x -DEBUG util.py:446: libsemanage-3.2-4.fc35.s390x -DEBUG util.py:446: libsepol-3.2-3.fc35.s390x -DEBUG util.py:446: libsigsegv-2.13-3.fc35.s390x -DEBUG util.py:446: libsmartcols-2.37.2-1.fc36.s390x -DEBUG util.py:446: libssh-0.9.6-1.fc36.s390x -DEBUG util.py:446: libssh-config-0.9.6-1.fc36.noarch -DEBUG util.py:446: libstdc++-11.2.1-1.fc35.s390x -DEBUG util.py:446: libtasn1-4.16.0-6.fc35.s390x -DEBUG util.py:446: libtirpc-1.3.2-1.rc1.fc36.s390x -DEBUG util.py:446: libtool-ltdl-2.4.6-43.fc36.s390x -DEBUG util.py:446: libunistring-0.9.10-14.fc35.s390x -DEBUG util.py:446: libutempter-1.2.1-5.fc35.s390x -DEBUG util.py:446: libuuid-2.37.2-1.fc36.s390x -DEBUG util.py:446: libverto-0.3.2-2.fc35.s390x -DEBUG util.py:446: libxcrypt-4.4.26-4.fc36.s390x -DEBUG util.py:446: libxml2-2.9.12-6.fc35.s390x -DEBUG util.py:446: libzstd-1.5.0-2.fc35.s390x -DEBUG util.py:446: lua-libs-5.4.3-2.fc35.s390x -DEBUG util.py:446: lua-srpm-macros-1-5.fc35.noarch -DEBUG util.py:446: lz4-libs-1.9.3-3.fc35.s390x -DEBUG util.py:446: make-1:4.3-6.fc35.s390x -DEBUG util.py:446: mpfr-4.1.0-8.fc35.s390x -DEBUG util.py:446: ncurses-base-6.2-8.20210508.fc35.noarch -DEBUG util.py:446: ncurses-libs-6.2-8.20210508.fc35.s390x -DEBUG util.py:446: nim-srpm-macros-3-5.fc35.noarch -DEBUG util.py:446: ocaml-srpm-macros-6-5.fc35.noarch -DEBUG util.py:446: openblas-srpm-macros-2-10.fc35.noarch -DEBUG util.py:446: openldap-2.4.59-3.fc36.s390x -DEBUG util.py:446: openssl-libs-1:3.0.0-1.fc36.s390x -DEBUG util.py:446: openssl1.1-1:1.1.1l-1.fc36.s390x -DEBUG util.py:446: p11-kit-0.23.22-4.fc35.s390x -DEBUG util.py:446: p11-kit-trust-0.23.22-4.fc35.s390x -DEBUG util.py:446: pam-1.5.2-5.fc36.s390x -DEBUG util.py:446: patch-2.7.6-15.fc35.s390x -DEBUG util.py:446: pcre-8.45-1.fc36.s390x -DEBUG util.py:446: pcre2-10.37-4.fc35.s390x -DEBUG util.py:446: pcre2-syntax-10.37-4.fc35.noarch -DEBUG util.py:446: perl-srpm-macros-1-42.fc35.noarch -DEBUG util.py:446: pkgconf-1.8.0-1.fc35.s390x -DEBUG util.py:446: pkgconf-m4-1.8.0-1.fc35.noarch -DEBUG util.py:446: pkgconf-pkg-config-1.8.0-1.fc35.s390x -DEBUG util.py:446: popt-1.18-6.fc36.s390x -DEBUG util.py:446: publicsuffix-list-dafsa-20210518-2.fc35.noarch -DEBUG util.py:446: python-srpm-macros-3.10-8.fc36.noarch -DEBUG util.py:446: qt5-srpm-macros-5.15.2-3.fc35.noarch -DEBUG util.py:446: readline-8.1-3.fc35.s390x -DEBUG util.py:446: redhat-rpm-config-199-1.fc36.noarch -DEBUG util.py:446: rpm-4.17.0-1.fc36.1.s390x -DEBUG util.py:446: rpm-build-4.17.0-1.fc36.1.s390x -DEBUG util.py:446: rpm-build-libs-4.17.0-1.fc36.1.s390x -DEBUG util.py:446: rpm-libs-4.17.0-1.fc36.1.s390x -DEBUG util.py:446: rpmautospec-rpm-macros-0.2.5-1.fc35.noarch -DEBUG util.py:446: rust-srpm-macros-18-2.fc35.noarch -DEBUG util.py:446: sed-4.8-8.fc35.s390x -DEBUG util.py:446: setup-2.13.9.1-2.fc35.noarch -DEBUG util.py:446: shadow-utils-2:4.9-4.fc36.s390x -DEBUG util.py:446: sqlite-libs-3.36.0-4.fc36.s390x -DEBUG util.py:446: systemd-libs-249.4-2.fc36.s390x -DEBUG util.py:446: tar-2:1.34-2.fc35.s390x -DEBUG util.py:446: tzdata-2021a-2.fc35.noarch -DEBUG util.py:446: unzip-6.0-53.fc35.s390x -DEBUG util.py:446: util-linux-2.37.2-1.fc36.s390x -DEBUG util.py:446: util-linux-core-2.37.2-1.fc36.s390x -DEBUG util.py:446: which-2.21-27.fc35.s390x -DEBUG util.py:446: xxhash-libs-0.8.0-4.fc35.s390x -DEBUG util.py:446: xz-5.2.5-7.fc35.s390x -DEBUG util.py:446: xz-libs-5.2.5-7.fc35.s390x -DEBUG util.py:446: zip-3.0-31.fc35.s390x -DEBUG util.py:446: zlib-1.2.11-30.fc35.s390x -DEBUG util.py:446: zstd-1.5.0-2.fc35.s390x -DEBUG util.py:446: Complete! -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:169: kill orphans -DEBUG file_util.py:30: touching file: /var/lib/mock/f36-build-30098211-4118917/root/etc/os-release -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/usr/sbin/userdel', '-r', '-f', 'mockbuild'] 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', 'LD_PRELOAD': '/var/tmp/tmp.mock.mkb_82vl/$LIB/nosync.so'} and shell False -DEBUG util.py:444: userdel: user 'mockbuild' does not exist -DEBUG util.py:598: Child return code was: 6 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/usr/sbin/groupdel', 'mock'] 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', 'LD_PRELOAD': '/var/tmp/tmp.mock.mkb_82vl/$LIB/nosync.so'} and shell False -DEBUG util.py:444: groupdel: group 'mock' does not exist -DEBUG util.py:598: Child return code was: 6 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/usr/sbin/groupadd', '-g', '425', 'mock'] 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', 'LD_PRELOAD': '/var/tmp/tmp.mock.mkb_82vl/$LIB/nosync.so'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/usr/sbin/useradd', '-o', '-m', '-u', '1000', '-g', '425', '-d', '/builddir', '-n', 'mockbuild'] 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', 'LD_PRELOAD': '/var/tmp/tmp.mock.mkb_82vl/$LIB/nosync.so'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917/root/builddir/build -DEBUG file_util.py:20: creating dir: /var/lib/mock/f36-build-30098211-4118917/root/builddir/build -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917/root/builddir/build/RPMS -DEBUG file_util.py:20: creating dir: /var/lib/mock/f36-build-30098211-4118917/root/builddir/build/RPMS -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917/root/builddir/build/SPECS -DEBUG file_util.py:20: creating dir: /var/lib/mock/f36-build-30098211-4118917/root/builddir/build/SPECS -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917/root/builddir/build/SRPMS -DEBUG file_util.py:20: creating dir: /var/lib/mock/f36-build-30098211-4118917/root/builddir/build/SRPMS -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917/root/builddir/build/SOURCES -DEBUG file_util.py:20: creating dir: /var/lib/mock/f36-build-30098211-4118917/root/builddir/build/SOURCES -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917/root/builddir/build/BUILD -DEBUG file_util.py:20: creating dir: /var/lib/mock/f36-build-30098211-4118917/root/builddir/build/BUILD -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917/root/builddir/build/BUILDROOT -DEBUG file_util.py:20: creating dir: /var/lib/mock/f36-build-30098211-4118917/root/builddir/build/BUILDROOT -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917/root/builddir/build/originals -DEBUG file_util.py:20: creating dir: /var/lib/mock/f36-build-30098211-4118917/root/builddir/build/originals -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917/root/builddir -DEBUG file_util.py:30: touching file: /var/lib/mock/f36-build-30098211-4118917/root/.initialized -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/rpm', '-qa', '--root', '/var/lib/mock/f36-build-30098211-4118917/root'] 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 -DEBUG util.py:446: libgcc-11.2.1-1.fc35.s390x -DEBUG util.py:446: crypto-policies-20210917-1.gitc9d86d1.fc36.noarch -DEBUG util.py:446: fedora-release-identity-basic-36-0.7.noarch -DEBUG util.py:446: tzdata-2021a-2.fc35.noarch -DEBUG util.py:446: rust-srpm-macros-18-2.fc35.noarch -DEBUG util.py:446: qt5-srpm-macros-5.15.2-3.fc35.noarch -DEBUG util.py:446: publicsuffix-list-dafsa-20210518-2.fc35.noarch -DEBUG util.py:446: pkgconf-m4-1.8.0-1.fc35.noarch -DEBUG util.py:446: perl-srpm-macros-1-42.fc35.noarch -DEBUG util.py:446: pcre2-syntax-10.37-4.fc35.noarch -DEBUG util.py:446: openblas-srpm-macros-2-10.fc35.noarch -DEBUG util.py:446: ocaml-srpm-macros-6-5.fc35.noarch -DEBUG util.py:446: nim-srpm-macros-3-5.fc35.noarch -DEBUG util.py:446: ncurses-base-6.2-8.20210508.fc35.noarch -DEBUG util.py:446: libssh-config-0.9.6-1.fc36.noarch -DEBUG util.py:446: kernel-srpm-macros-1.0-6.fc35.noarch -DEBUG util.py:446: gnat-srpm-macros-4-14.fc35.noarch -DEBUG util.py:446: ghc-srpm-macros-1.5.0-5.fc35.noarch -DEBUG util.py:446: fpc-srpm-macros-1.3-4.fc35.noarch -DEBUG util.py:446: fedora-gpg-keys-36-0.3.noarch -DEBUG util.py:446: fedora-release-36-0.7.noarch -DEBUG util.py:446: fedora-release-common-36-0.7.noarch -DEBUG util.py:446: fedora-repos-rawhide-36-0.3.noarch -DEBUG util.py:446: fedora-repos-36-0.3.noarch -DEBUG util.py:446: setup-2.13.9.1-2.fc35.noarch -DEBUG util.py:446: filesystem-3.16-1.fc36.s390x -DEBUG util.py:446: basesystem-11-12.fc35.noarch -DEBUG util.py:446: glibc-gconv-extra-2.34.9000-8.fc36.s390x -DEBUG util.py:446: glibc-minimal-langpack-2.34.9000-8.fc36.s390x -DEBUG util.py:446: glibc-common-2.34.9000-8.fc36.s390x -DEBUG util.py:446: glibc-2.34.9000-8.fc36.s390x -DEBUG util.py:446: ncurses-libs-6.2-8.20210508.fc35.s390x -DEBUG util.py:446: bash-5.1.8-2.fc36.s390x -DEBUG util.py:446: zlib-1.2.11-30.fc35.s390x -DEBUG util.py:446: bzip2-libs-1.0.8-9.fc35.s390x -DEBUG util.py:446: xz-libs-5.2.5-7.fc35.s390x -DEBUG util.py:446: elfutils-libelf-0.185-5.fc35.s390x -DEBUG util.py:446: libstdc++-11.2.1-1.fc35.s390x -DEBUG util.py:446: libuuid-2.37.2-1.fc36.s390x -DEBUG util.py:446: libxcrypt-4.4.26-4.fc36.s390x -DEBUG util.py:446: libzstd-1.5.0-2.fc35.s390x -DEBUG util.py:446: readline-8.1-3.fc35.s390x -DEBUG util.py:446: gmp-6.2.0-7.fc36.s390x -DEBUG util.py:446: libattr-2.5.1-3.fc35.s390x -DEBUG util.py:446: libacl-2.3.1-2.fc35.s390x -DEBUG util.py:446: libcap-2.48-3.fc35.s390x -DEBUG util.py:446: libcom_err-1.46.4-1.fc36.s390x -DEBUG util.py:446: popt-1.18-6.fc36.s390x -DEBUG util.py:446: libunistring-0.9.10-14.fc35.s390x -DEBUG util.py:446: libidn2-2.3.2-3.fc36.s390x -DEBUG util.py:446: mpfr-4.1.0-8.fc35.s390x -DEBUG util.py:446: dwz-0.14-2.fc35.s390x -DEBUG util.py:446: unzip-6.0-53.fc35.s390x -DEBUG util.py:446: file-libs-5.40-9.fc35.s390x -DEBUG util.py:446: file-5.40-9.fc35.s390x -DEBUG util.py:446: openssl1.1-1.1.1l-1.fc36.s390x -DEBUG util.py:446: sqlite-libs-3.36.0-4.fc36.s390x -DEBUG util.py:446: alternatives-1.19-1.fc35.s390x -DEBUG util.py:446: libcap-ng-0.8.2-7.fc36.s390x -DEBUG util.py:446: audit-libs-3.0.5-3.fc36.s390x -DEBUG util.py:446: libffi-3.1-28.fc34.s390x -DEBUG util.py:446: p11-kit-0.23.22-4.fc35.s390x -DEBUG util.py:446: libsepol-3.2-3.fc35.s390x -DEBUG util.py:446: libsmartcols-2.37.2-1.fc36.s390x -DEBUG util.py:446: lua-libs-5.4.3-2.fc35.s390x -DEBUG util.py:446: lz4-libs-1.9.3-3.fc35.s390x -DEBUG util.py:446: zip-3.0-31.fc35.s390x -DEBUG util.py:446: libpsl-0.21.1-4.fc35.s390x -DEBUG util.py:446: gc-8.0.4-6.fc35.s390x -DEBUG util.py:446: libxml2-2.9.12-6.fc35.s390x -DEBUG util.py:446: libarchive-3.5.2-2.fc36.s390x -DEBUG util.py:446: bzip2-1.0.8-9.fc35.s390x -DEBUG util.py:446: elfutils-default-yama-scope-0.185-5.fc35.noarch -DEBUG util.py:446: info-6.8-2.fc35.s390x -DEBUG util.py:446: ed-1.14.2-11.fc35.s390x -DEBUG util.py:446: zstd-1.5.0-2.fc35.s390x -DEBUG util.py:446: cpio-2.13-11.fc36.s390x -DEBUG util.py:446: diffutils-3.8-1.fc35.s390x -DEBUG util.py:446: gdbm-libs-1.20-2.fc35.s390x -DEBUG util.py:446: keyutils-libs-1.6.1-3.fc35.s390x -DEBUG util.py:446: libbrotli-1.0.9-6.fc35.s390x -DEBUG util.py:446: libdb-5.3.28-50.fc36.s390x -DEBUG util.py:446: libeconf-0.4.0-2.fc35.s390x -DEBUG util.py:446: libgomp-11.2.1-1.fc35.s390x -DEBUG util.py:446: libgpg-error-1.42-3.fc35.s390x -DEBUG util.py:446: libgcrypt-1.9.4-1.fc36.s390x -DEBUG util.py:446: libnghttp2-1.45.1-1.fc36.s390x -DEBUG util.py:446: libpkgconf-1.8.0-1.fc35.s390x -DEBUG util.py:446: pkgconf-1.8.0-1.fc35.s390x -DEBUG util.py:446: pkgconf-pkg-config-1.8.0-1.fc35.s390x -DEBUG util.py:446: libsigsegv-2.13-3.fc35.s390x -DEBUG util.py:446: gawk-5.1.0-4.fc35.s390x -DEBUG util.py:446: libtasn1-4.16.0-6.fc35.s390x -DEBUG util.py:446: p11-kit-trust-0.23.22-4.fc35.s390x -DEBUG util.py:446: libtool-ltdl-2.4.6-43.fc36.s390x -DEBUG util.py:446: libverto-0.3.2-2.fc35.s390x -DEBUG util.py:446: pcre-8.45-1.fc36.s390x -DEBUG util.py:446: grep-3.7-1.fc36.s390x -DEBUG util.py:446: xz-5.2.5-7.fc35.s390x -DEBUG util.py:446: pcre2-10.37-4.fc35.s390x -DEBUG util.py:446: libselinux-3.2-4.fc35.s390x -DEBUG util.py:446: sed-4.8-8.fc35.s390x -DEBUG util.py:446: findutils-4.8.0-4.fc35.s390x -DEBUG util.py:446: libsemanage-3.2-4.fc35.s390x -DEBUG util.py:446: shadow-utils-4.9-4.fc36.s390x -DEBUG util.py:446: libutempter-1.2.1-5.fc35.s390x -DEBUG util.py:446: patch-2.7.6-15.fc35.s390x -DEBUG util.py:446: tar-1.34-2.fc35.s390x -DEBUG util.py:446: xxhash-libs-0.8.0-4.fc35.s390x -DEBUG util.py:446: coreutils-common-8.32-32.fc36.s390x -DEBUG util.py:446: openssl-libs-3.0.0-1.fc36.s390x -DEBUG util.py:446: coreutils-8.32-32.fc36.s390x -DEBUG util.py:446: ca-certificates-2021.2.50-3.fc35.noarch -DEBUG util.py:446: krb5-libs-1.19.2-3.fc36.s390x -DEBUG util.py:446: libblkid-2.37.2-1.fc36.s390x -DEBUG util.py:446: libmount-2.37.2-1.fc36.s390x -DEBUG util.py:446: libtirpc-1.3.2-1.rc1.fc36.s390x -DEBUG util.py:446: gzip-1.10-5.fc35.s390x -DEBUG util.py:446: systemd-libs-249.4-2.fc36.s390x -DEBUG util.py:446: util-linux-core-2.37.2-1.fc36.s390x -DEBUG util.py:446: cracklib-2.9.6-27.fc36.s390x -DEBUG util.py:446: libnsl2-1.3.0-4.fc35.s390x -DEBUG util.py:446: libpwquality-1.4.4-6.fc36.s390x -DEBUG util.py:446: pam-1.5.2-5.fc36.s390x -DEBUG util.py:446: libfdisk-2.37.2-1.fc36.s390x -DEBUG util.py:446: cyrus-sasl-lib-2.1.27-14.fc36.s390x -DEBUG util.py:446: openldap-2.4.59-3.fc36.s390x -DEBUG util.py:446: libssh-0.9.6-1.fc36.s390x -DEBUG util.py:446: libcurl-7.79.1-1.fc36.s390x -DEBUG util.py:446: elfutils-libs-0.185-5.fc35.s390x -DEBUG util.py:446: elfutils-debuginfod-client-0.185-5.fc35.s390x -DEBUG util.py:446: binutils-gold-2.37-11.fc36.s390x -DEBUG util.py:446: binutils-2.37-11.fc36.s390x -DEBUG util.py:446: elfutils-0.185-5.fc35.s390x -DEBUG util.py:446: gdb-minimal-10.2-7.fc36.s390x -DEBUG util.py:446: debugedit-5.0-2.fc35.s390x -DEBUG util.py:446: curl-7.79.1-1.fc36.s390x -DEBUG util.py:446: rpm-4.17.0-1.fc36.1.s390x -DEBUG util.py:446: rpm-libs-4.17.0-1.fc36.1.s390x -DEBUG util.py:446: rpm-build-libs-4.17.0-1.fc36.1.s390x -DEBUG util.py:446: efi-srpm-macros-5-4.fc36.noarch -DEBUG util.py:446: lua-srpm-macros-1-5.fc35.noarch -DEBUG util.py:446: rpmautospec-rpm-macros-0.2.5-1.fc35.noarch -DEBUG util.py:446: fonts-srpm-macros-2.0.5-6.fc35.noarch -DEBUG util.py:446: go-srpm-macros-3.0.11-2.fc35.noarch -DEBUG util.py:446: python-srpm-macros-3.10-8.fc36.noarch -DEBUG util.py:446: redhat-rpm-config-199-1.fc36.noarch -DEBUG util.py:446: guile22-2.2.7-3.fc35.s390x -DEBUG util.py:446: make-4.3-6.fc35.s390x -DEBUG util.py:446: rpm-build-4.17.0-1.fc36.1.s390x -DEBUG util.py:446: util-linux-2.37.2-1.fc36.s390x -DEBUG util.py:446: which-2.21-27.fc35.s390x -DEBUG util.py:598: Child return code was: 0 -INFO backend.py:234: Installed packages: -INFO backend.py:235: rpm-build-4.17.0-1.fc36.1.s390x -elfutils-libs-0.185-5.fc35.s390x -gc-8.0.4-6.fc35.s390x -zstd-1.5.0-2.fc35.s390x -libverto-0.3.2-2.fc35.s390x -libsepol-3.2-3.fc35.s390x -libunistring-0.9.10-14.fc35.s390x -ncurses-libs-6.2-8.20210508.fc35.s390x -publicsuffix-list-dafsa-20210518-2.fc35.noarch -ncurses-base-6.2-8.20210508.fc35.noarch -libgpg-error-1.42-3.fc35.s390x -make-4.3-6.fc35.s390x -pcre-8.45-1.fc36.s390x -go-srpm-macros-3.0.11-2.fc35.noarch -libnghttp2-1.45.1-1.fc36.s390x -curl-7.79.1-1.fc36.s390x -rpmautospec-rpm-macros-0.2.5-1.fc35.noarch -which-2.21-27.fc35.s390x -libffi-3.1-28.fc34.s390x -p11-kit-trust-0.23.22-4.fc35.s390x -libuuid-2.37.2-1.fc36.s390x -libcap-2.48-3.fc35.s390x -popt-1.18-6.fc36.s390x -libdb-5.3.28-50.fc36.s390x -elfutils-default-yama-scope-0.185-5.fc35.noarch -diffutils-3.8-1.fc35.s390x -xxhash-libs-0.8.0-4.fc35.s390x -coreutils-common-8.32-32.fc36.s390x -util-linux-core-2.37.2-1.fc36.s390x -rpm-build-libs-4.17.0-1.fc36.1.s390x -fedora-gpg-keys-36-0.3.noarch -kernel-srpm-macros-1.0-6.fc35.noarch -efi-srpm-macros-5-4.fc36.noarch -xz-libs-5.2.5-7.fc35.s390x -libpkgconf-1.8.0-1.fc35.s390x -libidn2-2.3.2-3.fc36.s390x -ocaml-srpm-macros-6-5.fc35.noarch -tzdata-2021a-2.fc35.noarch -dwz-0.14-2.fc35.s390x -zlib-1.2.11-30.fc35.s390x -libgcc-11.2.1-1.fc35.s390x -krb5-libs-1.19.2-3.fc36.s390x -redhat-rpm-config-199-1.fc36.noarch -libblkid-2.37.2-1.fc36.s390x -libacl-2.3.1-2.fc35.s390x -pcre2-10.37-4.fc35.s390x -rpm-4.17.0-1.fc36.1.s390x -grep-3.7-1.fc36.s390x -libxml2-2.9.12-6.fc35.s390x -gdb-minimal-10.2-7.fc36.s390x -glibc-gconv-extra-2.34.9000-8.fc36.s390x -libgcrypt-1.9.4-1.fc36.s390x -setup-2.13.9.1-2.fc35.noarch -gzip-1.10-5.fc35.s390x -libsmartcols-2.37.2-1.fc36.s390x -openldap-2.4.59-3.fc36.s390x -lua-libs-5.4.3-2.fc35.s390x -glibc-2.34.9000-8.fc36.s390x -openssl-libs-3.0.0-1.fc36.s390x -openssl1.1-1.1.1l-1.fc36.s390x -info-6.8-2.fc35.s390x -sqlite-libs-3.36.0-4.fc36.s390x -cpio-2.13-11.fc36.s390x -cracklib-2.9.6-27.fc36.s390x -libcurl-7.79.1-1.fc36.s390x -binutils-gold-2.37-11.fc36.s390x -nim-srpm-macros-3-5.fc35.noarch -bash-5.1.8-2.fc36.s390x -libcap-ng-0.8.2-7.fc36.s390x -fpc-srpm-macros-1.3-4.fc35.noarch -gdbm-libs-1.20-2.fc35.s390x -pkgconf-m4-1.8.0-1.fc35.noarch -unzip-6.0-53.fc35.s390x -libgomp-11.2.1-1.fc35.s390x -debugedit-5.0-2.fc35.s390x -libeconf-0.4.0-2.fc35.s390x -pcre2-syntax-10.37-4.fc35.noarch -python-srpm-macros-3.10-8.fc36.noarch -elfutils-debuginfod-client-0.185-5.fc35.s390x -libxcrypt-4.4.26-4.fc36.s390x -libbrotli-1.0.9-6.fc35.s390x -gawk-5.1.0-4.fc35.s390x -audit-libs-3.0.5-3.fc36.s390x -pkgconf-pkg-config-1.8.0-1.fc35.s390x -pam-1.5.2-5.fc36.s390x -xz-5.2.5-7.fc35.s390x -lua-srpm-macros-1-5.fc35.noarch -qt5-srpm-macros-5.15.2-3.fc35.noarch -libtasn1-4.16.0-6.fc35.s390x -p11-kit-0.23.22-4.fc35.s390x -libcom_err-1.46.4-1.fc36.s390x -mpfr-4.1.0-8.fc35.s390x -sed-4.8-8.fc35.s390x -elfutils-0.185-5.fc35.s390x -libutempter-1.2.1-5.fc35.s390x -libsemanage-3.2-4.fc35.s390x -libmount-2.37.2-1.fc36.s390x -libtool-ltdl-2.4.6-43.fc36.s390x -basesystem-11-12.fc35.noarch -glibc-common-2.34.9000-8.fc36.s390x -ed-1.14.2-11.fc35.s390x -pkgconf-1.8.0-1.fc35.s390x -shadow-utils-4.9-4.fc36.s390x -tar-1.34-2.fc35.s390x -libnsl2-1.3.0-4.fc35.s390x -libstdc++-11.2.1-1.fc35.s390x -gmp-6.2.0-7.fc36.s390x -zip-3.0-31.fc35.s390x -filesystem-3.16-1.fc36.s390x -crypto-policies-20210917-1.gitc9d86d1.fc36.noarch -binutils-2.37-11.fc36.s390x -patch-2.7.6-15.fc35.s390x -guile22-2.2.7-3.fc35.s390x -keyutils-libs-1.6.1-3.fc35.s390x -rpm-libs-4.17.0-1.fc36.1.s390x -libpsl-0.21.1-4.fc35.s390x -libssh-0.9.6-1.fc36.s390x -systemd-libs-249.4-2.fc36.s390x -fedora-repos-36-0.3.noarch -libsigsegv-2.13-3.fc35.s390x -findutils-4.8.0-4.fc35.s390x -ca-certificates-2021.2.50-3.fc35.noarch -util-linux-2.37.2-1.fc36.s390x -glibc-minimal-langpack-2.34.9000-8.fc36.s390x -perl-srpm-macros-1-42.fc35.noarch -gnat-srpm-macros-4-14.fc35.noarch -fedora-release-common-36-0.7.noarch -coreutils-8.32-32.fc36.s390x -openblas-srpm-macros-2-10.fc35.noarch -elfutils-libelf-0.185-5.fc35.s390x -libfdisk-2.37.2-1.fc36.s390x -libarchive-3.5.2-2.fc36.s390x -bzip2-libs-1.0.8-9.fc35.s390x -file-5.40-9.fc35.s390x -fedora-release-36-0.7.noarch -cyrus-sasl-lib-2.1.27-14.fc36.s390x -fedora-release-identity-basic-36-0.7.noarch -alternatives-1.19-1.fc35.s390x -libpwquality-1.4.4-6.fc36.s390x -ghc-srpm-macros-1.5.0-5.fc35.noarch -file-libs-5.40-9.fc35.s390x -rust-srpm-macros-18-2.fc35.noarch -libtirpc-1.3.2-1.rc1.fc36.s390x -libssh-config-0.9.6-1.fc36.noarch -libattr-2.5.1-3.fc35.s390x -fonts-srpm-macros-2.0.5-6.fc35.noarch -libselinux-3.2-4.fc35.s390x -libzstd-1.5.0-2.fc35.s390x -bzip2-1.0.8-9.fc35.s390x -lz4-libs-1.9.3-3.fc35.s390x -readline-8.1-3.fc35.s390x -fedora-repos-rawhide-36-0.3.noarch -DEBUG util.py:169: kill orphans -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/f36-build-30098211-4118917-bootstrap/root/var/lib/mock/f36-build-30098211-4118917/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/f36-build-30098211-4118917-bootstrap/root/var/lib/mock/f36-build-30098211-4118917/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/umount', '-n', '/var/lib/mock/f36-build-30098211-4118917/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/f36-build-30098211-4118917/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/f36-build-30098211-4118917/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/f36-build-30098211-4118917/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/f36-build-30098211-4118917/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/f36-build-30098211-4118917/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/f36-build-30098211-4118917/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/f36-build-30098211-4118917/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:169: kill orphans -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/umount', '-n', '/var/lib/mock/f36-build-30098211-4118917-bootstrap/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/f36-build-30098211-4118917-bootstrap/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/f36-build-30098211-4118917-bootstrap/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/f36-build-30098211-4118917-bootstrap/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/f36-build-30098211-4118917-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/f36-build-30098211-4118917-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/f36-build-30098211-4118917-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/f36-build-30098211-4118917-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -INFO buildroot.py:491: Mock Version: 2.12 -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917/root/dev/pts -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917/root/dev/shm -DEBUG buildroot.py:675: kernel version == 5.13.12-200.fc34.s390x -DEBUG file_util.py:30: touching file: /var/lib/mock/f36-build-30098211-4118917/root/etc/fstab -DEBUG file_util.py:30: touching file: /var/lib/mock/f36-build-30098211-4118917/root/etc/yum/yum.conf -DEBUG file_util.py:30: touching file: /var/lib/mock/f36-build-30098211-4118917/root/etc/dnf/dnf.conf -DEBUG file_util.py:30: touching file: /var/lib/mock/f36-build-30098211-4118917/root/var/log/yum.log -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917/root/proc -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate', 'tmpfs', '/var/lib/mock/f36-build-30098211-4118917/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917/root/proc -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/f36-build-30098211-4118917/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '/proc', '/var/lib/mock/f36-build-30098211-4118917/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917/root/sys -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate', 'tmpfs', '/var/lib/mock/f36-build-30098211-4118917/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917/root/sys -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/f36-build-30098211-4118917/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '/sys', '/var/lib/mock/f36-build-30098211-4118917/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917/root/dev/shm -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/f36-build-30098211-4118917/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917/root/dev/pts -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/mount', '-n', '-t', 'devpts', '-o', 'gid=5,mode=0620,ptmxmode=0666,newinstance', 'devpts', '/var/lib/mock/f36-build-30098211-4118917/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917/root/sys/fs/selinux -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/f36-build-30098211-4118917/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.q0duv7w4', '/var/lib/mock/f36-build-30098211-4118917/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917-bootstrap/root/var/lib/mock/f36-build-30098211-4118917/root -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private', 'tmpfs', '/var/lib/mock/f36-build-30098211-4118917-bootstrap/root/var/lib/mock/f36-build-30098211-4118917/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917-bootstrap/root/var/lib/mock/f36-build-30098211-4118917/root -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/f36-build-30098211-4118917/root', '/var/lib/mock/f36-build-30098211-4118917-bootstrap/root/var/lib/mock/f36-build-30098211-4118917/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '/var/lib/mock/f36-build-30098211-4118917/root', '/var/lib/mock/f36-build-30098211-4118917-bootstrap/root/var/lib/mock/f36-build-30098211-4118917/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG buildroot.py:195: rootdir = /var/lib/mock/f36-build-30098211-4118917/root -DEBUG buildroot.py:196: resultdir = /var/lib/mock/f36-build-30098211-4118917/result -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917/root/etc/pki/mock -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917/root/etc/dnf -DEBUG package_manager.py:570: configure DNF vars -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/usr/sbin/usermod', '-u', '1000', 'mockbuild'] 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', 'LD_PRELOAD': '/var/tmp/tmp.mock.w65cbsw7/$LIB/nosync.so'} and shell False -DEBUG util.py:446: usermod: no changes -DEBUG util.py:598: Child return code was: 0 -DEBUG file_util.py:30: touching file: /var/lib/mock/f36-build-30098211-4118917/root/.initialized -INFO backend.py:391: Running in chroot: ['uname -r'] -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['uname -r'] 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 True -DEBUG util.py:446: 5.13.12-200.fc34.s390x -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:169: kill orphans -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/f36-build-30098211-4118917-bootstrap/root/var/lib/mock/f36-build-30098211-4118917/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/f36-build-30098211-4118917-bootstrap/root/var/lib/mock/f36-build-30098211-4118917/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/umount', '-n', '/var/lib/mock/f36-build-30098211-4118917/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/f36-build-30098211-4118917/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/f36-build-30098211-4118917/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/f36-build-30098211-4118917/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/f36-build-30098211-4118917/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/f36-build-30098211-4118917/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/f36-build-30098211-4118917/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/f36-build-30098211-4118917/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:169: kill orphans -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/umount', '-n', '/var/lib/mock/f36-build-30098211-4118917-bootstrap/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/f36-build-30098211-4118917-bootstrap/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/f36-build-30098211-4118917-bootstrap/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/f36-build-30098211-4118917-bootstrap/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/f36-build-30098211-4118917-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/f36-build-30098211-4118917-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/f36-build-30098211-4118917-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/f36-build-30098211-4118917-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -INFO buildroot.py:491: Mock Version: 2.12 -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917/root/dev/pts -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917/root/dev/shm -DEBUG buildroot.py:675: kernel version == 5.13.12-200.fc34.s390x -DEBUG file_util.py:30: touching file: /var/lib/mock/f36-build-30098211-4118917/root/etc/fstab -DEBUG file_util.py:30: touching file: /var/lib/mock/f36-build-30098211-4118917/root/etc/yum/yum.conf -DEBUG file_util.py:30: touching file: /var/lib/mock/f36-build-30098211-4118917/root/etc/dnf/dnf.conf -DEBUG file_util.py:30: touching file: /var/lib/mock/f36-build-30098211-4118917/root/var/log/yum.log -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917/root/proc -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate', 'tmpfs', '/var/lib/mock/f36-build-30098211-4118917/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917/root/proc -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/f36-build-30098211-4118917/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '/proc', '/var/lib/mock/f36-build-30098211-4118917/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917/root/sys -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate', 'tmpfs', '/var/lib/mock/f36-build-30098211-4118917/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917/root/sys -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/f36-build-30098211-4118917/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '/sys', '/var/lib/mock/f36-build-30098211-4118917/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917/root/dev/shm -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/f36-build-30098211-4118917/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917/root/dev/pts -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/mount', '-n', '-t', 'devpts', '-o', 'gid=5,mode=0620,ptmxmode=0666,newinstance', 'devpts', '/var/lib/mock/f36-build-30098211-4118917/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917/root/sys/fs/selinux -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/f36-build-30098211-4118917/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.i4vtvn19', '/var/lib/mock/f36-build-30098211-4118917/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917-bootstrap/root/var/lib/mock/f36-build-30098211-4118917/root -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private', 'tmpfs', '/var/lib/mock/f36-build-30098211-4118917-bootstrap/root/var/lib/mock/f36-build-30098211-4118917/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917-bootstrap/root/var/lib/mock/f36-build-30098211-4118917/root -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/f36-build-30098211-4118917/root', '/var/lib/mock/f36-build-30098211-4118917-bootstrap/root/var/lib/mock/f36-build-30098211-4118917/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '/var/lib/mock/f36-build-30098211-4118917/root', '/var/lib/mock/f36-build-30098211-4118917-bootstrap/root/var/lib/mock/f36-build-30098211-4118917/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG buildroot.py:195: rootdir = /var/lib/mock/f36-build-30098211-4118917/root -DEBUG buildroot.py:196: resultdir = /var/lib/mock/f36-build-30098211-4118917/result -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917/root/etc/pki/mock -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917/root/etc/dnf -DEBUG package_manager.py:570: configure DNF vars -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/usr/sbin/userdel', '-f', 'mockbuild'] 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', 'LD_PRELOAD': '/var/tmp/tmp.mock.ya5yly_g/$LIB/nosync.so'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/usr/sbin/groupdel', 'mock'] 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', 'LD_PRELOAD': '/var/tmp/tmp.mock.ya5yly_g/$LIB/nosync.so'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/usr/sbin/groupadd', '-g', '425', 'mock'] 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', 'LD_PRELOAD': '/var/tmp/tmp.mock.ya5yly_g/$LIB/nosync.so'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/usr/sbin/useradd', '-o', '-m', '-u', '1000', '-g', '425', '-d', '/builddir', '-n', 'mockbuild'] 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', 'LD_PRELOAD': '/var/tmp/tmp.mock.ya5yly_g/$LIB/nosync.so'} and shell False -DEBUG util.py:444: useradd: warning: the home directory /builddir already exists. -DEBUG util.py:444: useradd: Not copying any file from skel directory into it. -DEBUG util.py:444: Creating mailbox file: File exists -DEBUG util.py:598: Child return code was: 0 -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917/root/builddir/build -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917/root/builddir/build/RPMS -DEBUG file_util.py:20: creating dir: /var/lib/mock/f36-build-30098211-4118917/root/builddir/build/RPMS -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917/root/builddir/build/SPECS -DEBUG file_util.py:20: creating dir: /var/lib/mock/f36-build-30098211-4118917/root/builddir/build/SPECS -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917/root/builddir/build/SRPMS -DEBUG file_util.py:20: creating dir: /var/lib/mock/f36-build-30098211-4118917/root/builddir/build/SRPMS -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917/root/builddir/build/SOURCES -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917/root/builddir/build/BUILD -DEBUG file_util.py:20: creating dir: /var/lib/mock/f36-build-30098211-4118917/root/builddir/build/BUILD -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917/root/builddir/build/BUILDROOT -DEBUG file_util.py:20: creating dir: /var/lib/mock/f36-build-30098211-4118917/root/builddir/build/BUILDROOT -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917/root/builddir/build/originals -DEBUG file_util.py:20: creating dir: /var/lib/mock/f36-build-30098211-4118917/root/builddir/build/originals -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917/root/builddir -DEBUG file_util.py:30: touching file: /var/lib/mock/f36-build-30098211-4118917/root/.initialized -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/rpm', '-Uvh', '--nodeps', '/builddir/build/originals/python-pyplane-1.2.0-0.1.src.rpm'] 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 -DEBUG util.py:446: Updating / installing... -DEBUG util.py:446: python-pyplane-1.2.0-0.1 ######################################## -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/rpm', '-qpl', '/builddir/build/originals/python-pyplane-1.2.0-0.1.src.rpm'] 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 -DEBUG util.py:446: pyplane-e8b9b8d7bfb75aa9289c22f9ff180c1a17fb7868.tar.gz -DEBUG util.py:446: python-pyplane.spec -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG file_util.py:17: ensuring that dir exists: /var/lib/mock/f36-build-30098211-4118917/root/installation-homedir -DEBUG package_manager.py:197: ['/usr/bin/dnf', 'builddep', '--installroot', '/var/lib/mock/f36-build-30098211-4118917/root/', '--setopt=install_weak_deps=0', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', '/var/lib/mock/f36-build-30098211-4118917/root//builddir/build/SRPMS/python-pyplane-1.2.0-0.1.src.rpm'] -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/usr/bin/dnf', 'builddep', '--installroot', '/var/lib/mock/f36-build-30098211-4118917/root/', '--setopt=install_weak_deps=0', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', '/var/lib/mock/f36-build-30098211-4118917/root//builddir/build/SRPMS/python-pyplane-1.2.0-0.1.src.rpm', '--setopt=tsflags=nocontexts'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/var/lib/mock/f36-build-30098211-4118917/root/installation-homedir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'LC_MESSAGES': 'C.UTF-8', 'LD_PRELOAD': '/var/tmp/tmp.mock.ya5yly_g/$LIB/nosync.so'} and shell False -DEBUG util.py:444: No matches found for the following disable plugin patterns: local, spacewalk, versionlock -DEBUG util.py:446: Package make-1:4.3-6.fc35.s390x is already installed. -DEBUG util.py:444: No matching package to install: 'matplotlib' -DEBUG util.py:444: Not all dependencies satisfied -DEBUG util.py:444: Error: Some packages could not be found. -DEBUG util.py:598: Child return code was: 1 -DEBUG util.py:169: kill orphans -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/f36-build-30098211-4118917-bootstrap/root/var/lib/mock/f36-build-30098211-4118917/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/f36-build-30098211-4118917-bootstrap/root/var/lib/mock/f36-build-30098211-4118917/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/umount', '-n', '/var/lib/mock/f36-build-30098211-4118917/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/f36-build-30098211-4118917/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/f36-build-30098211-4118917/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/f36-build-30098211-4118917/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/f36-build-30098211-4118917/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/f36-build-30098211-4118917/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/f36-build-30098211-4118917/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/f36-build-30098211-4118917/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:169: kill orphans -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/umount', '-n', '/var/lib/mock/f36-build-30098211-4118917-bootstrap/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/f36-build-30098211-4118917-bootstrap/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/f36-build-30098211-4118917-bootstrap/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/f36-build-30098211-4118917-bootstrap/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/f36-build-30098211-4118917-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/f36-build-30098211-4118917-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/f36-build-30098211-4118917-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0 -DEBUG util.py:624: child environment: None -DEBUG util.py:542: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/f36-build-30098211-4118917-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False -DEBUG util.py:598: Child return code was: 0