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 x86_64 --nodeps /builddir/build/SPECS/git.spec'], chrootPath='/var/lib/mock/dist-oc9-epol-build-240382-82696/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=991gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target x86_64 --nodeps /builddir/build/SPECS/git.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 sh: line 1: /usr/bin/perl: No such file or directory Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/git-2.43.7-3.oc9.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target x86_64 --nodeps /builddir/build/SPECS/git.spec'], chrootPath='/var/lib/mock/dist-oc9-epol-build-240382-82696/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=991gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target x86_64 --nodeps /builddir/build/SPECS/git.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: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.QEZ7Fj + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf git-2.43.7 + /usr/lib/rpm/rpmuncompress -x /builddir/build/SOURCES/v2.43.7.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd git-2.43.7 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/git-2.43.7-CVE-2024-52005-1.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/git-2.43.7-CVE-2024-52005-2.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/git-2.43.7-CVE-2024-52005-3.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f The text leading up to this was: -------------------------- |From c7049c2a7f47c99a67fd869f1ee89d7aa1a328d2 Mon Sep 17 00:00:00 2001 |From: Johannes Schindelin |Date: Mon, 18 Nov 2024 21:42:57 +0100 |Subject: [PATCH] sideband: do allow ANSI color sequences by default | |The preceding two commits introduced special handling of the sideband |channel to neutralize ANSI escape sequences before sending the payload |to the terminal, and `sideband.allowControlCharacters` to override that |behavior. | |However, some `pre-receive` hooks that are actively used in practice |want to color their messages and therefore rely on the fact that Git |passes them through to the terminal. | |In contrast to other ANSI escape sequences, it is highly unlikely that |coloring sequences can be essential tools in attack vectors that mislead |Git users e.g. by hiding crucial information. | |Therefore we can have both: Continue to allow ANSI coloring sequences to |be passed to the terminal, and neutralize all other ANSI escape |sequences. | |Signed-off-by: Johannes Schindelin |--- | Documentation/config/sideband.txt | 17 ++++++-- | sideband.c | 61 ++++++++++++++++++++++++++--- | t/t5409-colorize-remote-messages.sh | 16 +++++++- | 3 files changed, 84 insertions(+), 10 deletions(-) |diff --git a/Documentation/config/sideband.txt b/Documentation/config/sideband.txt |index 3fb5045..f347fd6 100644 |--- a/Documentation/config/sideband.txt |+++ b/Documentation/config/sideband.txt -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored RPM build errors: error: Bad exit status from /var/tmp/rpm-tmp.QEZ7Fj (%prep) Bad exit status from /var/tmp/rpm-tmp.QEZ7Fj (%prep) Child return code was: 1 EXCEPTION: [Error('Command failed: \n # bash --login -c /usr/bin/rpmbuild -bb --noclean --target x86_64 --nodeps /builddir/build/SPECS/git.spec\n', 1)] Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/mockbuild/trace_decorator.py", line 93, in trace result = func(*args, **kw) File "/usr/lib/python3.6/site-packages/mockbuild/util.py", line 597, in do_with_status raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) mockbuild.exception.Error: Command failed: # bash --login -c /usr/bin/rpmbuild -bb --noclean --target x86_64 --nodeps /builddir/build/SPECS/git.spec