find . -name '*.s[ol]' -exec rm -f {} ';' find . -name '*.so.[0-9]*.[0-9]*' -exec rm -f {} ';' find . -name '*.lto' -exec rm -f {} ';' find . -name '*.wasm' -exec rm -f {} ';' find . -name '*.lst' -exec rm -f {} ';' find build -name 'fficonfig.h' -exec rm -f {} ';' || true find: 'build': No such file or directory find build -name '*.py' -exec rm -f {} ';' || true find: 'build': No such file or directory ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 23.0_hardened-20240506-180046 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-13 * clang/llvm (if any): clang version 18.1.5 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/18/bin Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg /usr/lib/llvm/18 18.1.5 Python 3.11.9 Available Ruby profiles: [1] ruby31 (with Rubygems) [2] ruby32 (with Rubygems) [3] ruby33 (with Rubygems) * Available Rust versions: [1] rust-1.77.1 * The following VMs are available for generation-2: 1) Eclipse Temurin JDK 11.0.23_p9 [openjdk-bin-11] 2) Eclipse Temurin JDK 17.0.11_p9 [openjdk-bin-17] *) Eclipse Temurin JDK 21.0.3_p9 [openjdk-bin-21] 4) Eclipse Temurin JDK 8.412_p08 [openjdk-bin-8] Available Java Virtual Machines: [1] openjdk-bin-8 [2] openjdk-bin-11 [3] openjdk-bin-17 [4] openjdk-bin-21 system-vm The Glorious Glasgow Haskell Compilation System, version 9.2.8 php cli (if any): go version go1.22.3 linux/amd64 HEAD of ::gentoo commit 438bee96c672bac35dfe0b7c588e838d0e85fc56 Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Tue May 14 20:03:44 2024 +0000 2024-05-14 20:03:43 UTC emerge -qpvO dev-lang/python [ebuild R ] dev-lang/python-3.13.0_beta1_p1 USE="bluetooth ensurepip gdbm gil%* jit ncurses pgo readline sqlite ssl valgrind -build -debug -examples -libedit -test -tk -verify-sig" LLVM_SLOT="18"
Created attachment 892930 [details] emerge-info.txt
Created attachment 892931 [details] dev-lang:python-3.13.0_beta1_p1:20240514-201406.log.xz
Created attachment 892932 [details] emerge-history.txt.xz
Created attachment 892933 [details] environment
Created attachment 892934 [details] etc.clang.tar.xz
Created attachment 892935 [details] etc.portage.tar.xz
Created attachment 892936 [details] logs.tar.xz
Created attachment 892937 [details] qlist-info.txt.xz
Created attachment 892938 [details] temp.tar.xz
IMO stderr could be directed to /dev/null if it is expected to fail: find build -name '*.py' -exec rm -f {} ';' || true find: 'build': No such file or directory