Mock Version: 4.1 Mock Version: 4.1 Mock Version: 4.1 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target noarch --nodeps /builddir/build/SPECS/python-typeguard.spec'], chrootPath='/var/lib/mock/dist-ocs23-python311-build-88468-5268/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=86400uid=982gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target noarch --nodeps /builddir/build/SPECS/python-typeguard.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-typeguard-2.13.3-6.ocs23.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -br --noclean --target noarch --nodeps /builddir/build/SPECS/python-typeguard.spec'], chrootPath='/var/lib/mock/dist-ocs23-python311-build-88468-5268/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=86400uid=982gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueraiseExc=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -br --noclean --target noarch --nodeps /builddir/build/SPECS/python-typeguard.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 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.qavm2C + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf typeguard-2.13.3 + /usr/lib/rpm/rpmuncompress -x /builddir/build/SOURCES/typeguard-2.13.3.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd typeguard-2.13.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/243.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f 1 out of 1 hunk FAILED -- saving rejects to file docs/versionhistory.rst.rej 1 out of 1 hunk FAILED -- saving rejects to file src/typeguard/__init__.py.rej 2 out of 2 hunks FAILED -- saving rejects to file tests/test_typeguard.py.rej 1 out of 1 hunk FAILED -- saving rejects to file docs/versionhistory.rst.rej 2 out of 2 hunks FAILED -- saving rejects to file src/typeguard/__init__.py.rej 2 out of 2 hunks FAILED -- saving rejects to file tests/test_typeguard_py36.py.rej 1 out of 1 hunk FAILED -- saving rejects to file .github/workflows/codeqa-test.yml.rej 1 out of 1 hunk FAILED -- saving rejects to file docs/versionhistory.rst.rej 1 out of 1 hunk FAILED -- saving rejects to file docs/versionhistory.rst.rej 1 out of 1 hunk FAILED -- saving rejects to file src/typeguard/__init__.py.rej 1 out of 1 hunk FAILED -- saving rejects to file src/typeguard/__init__.py.rej 1 out of 1 hunk FAILED -- saving rejects to file tests/test_typeguard.py.rej 1 out of 1 hunk FAILED -- saving rejects to file docs/versionhistory.rst.rej 1 out of 1 hunk FAILED -- saving rejects to file docs/versionhistory.rst.rej 1 out of 1 hunk FAILED -- saving rejects to file src/typeguard/__init__.py.rej 3 out of 3 hunks FAILED -- saving rejects to file tests/test_typeguard_py36.py.rej 1 out of 1 hunk FAILED -- saving rejects to file tests/test_typeguard.py.rej 1 out of 1 hunk FAILED -- saving rejects to file docs/versionhistory.rst.rej 1 out of 1 hunk FAILED -- saving rejects to file pyproject.toml.rej The text leading up to this was: -------------------------- |diff --git a/tests/test_checkers.py b/tests/test_checkers.py |index 0e6d738..76540e6 100644 |--- a/tests/test_checkers.py |+++ b/tests/test_checkers.py -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored The text leading up to this was: -------------------------- | |From ae6a75fc26e90b2334efffed95a958490a928e83 Mon Sep 17 00:00:00 2001 |From: d-k-bo <47948262+d-k-bo@users.noreply.github.com> |Date: Mon, 18 Apr 2022 18:51:36 +0200 |Subject: [PATCH 13/14] Import typing_extensions.is_typeddict if possible | |--- | src/typeguard/_utils.py | 39 +++++++++++++++++++++------------------ | 1 file changed, 21 insertions(+), 18 deletions(-) | |diff --git a/src/typeguard/_utils.py b/src/typeguard/_utils.py |index b10cd23..97ba29e 100644 |--- a/src/typeguard/_utils.py |+++ b/src/typeguard/_utils.py -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored The text leading up to this was: -------------------------- | |From fe1472eb552dd5e7050260ed47ad2682c11db59d Mon Sep 17 00:00:00 2001 |From: "pre-commit-ci[bot]" | <66853113+pre-commit-ci[bot]@users.noreply.github.com> |Date: Mon, 18 Apr 2022 16:56:53 +0000 |Subject: [PATCH 14/14] [pre-commit.ci] auto fixes from pre-commit.com hooks | |for more information, see https://pre-commit.ci |--- | tests/test_checkers.py | 4 +++- | 1 file changed, 3 insertions(+), 1 deletion(-) | |diff --git a/tests/test_checkers.py b/tests/test_checkers.py |index 76540e6..3670d74 100644 |--- a/tests/test_checkers.py |+++ b/tests/test_checkers.py -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored RPM build errors: error: Bad exit status from /var/tmp/rpm-tmp.qavm2C (%prep) Bad exit status from /var/tmp/rpm-tmp.qavm2C (%prep) Child return code was: 1