Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 931921

Summary: dev-lang/python-3.13.0_beta1_p1 - test FAILED
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Python Gentoo Team <python>
Status: CONFIRMED ---    
Severity: normal CC: toralf
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge-info.txt
dev-lang:python-3.13.0_beta1_p1:20240514-201406.log.xz
emerge-history.txt.xz
environment
etc.clang.tar.xz
etc.portage.tar.xz
logs.tar.xz
qlist-info.txt.xz
temp.tar.xz

Description Toralf Förster gentoo-dev 2024-05-14 21:14:33 UTC
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"
Comment 1 Toralf Förster gentoo-dev 2024-05-14 21:14:34 UTC
Created attachment 892930 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-05-14 21:14:35 UTC
Created attachment 892931 [details]
dev-lang:python-3.13.0_beta1_p1:20240514-201406.log.xz
Comment 3 Toralf Förster gentoo-dev 2024-05-14 21:14:37 UTC
Created attachment 892932 [details]
emerge-history.txt.xz
Comment 4 Toralf Förster gentoo-dev 2024-05-14 21:14:39 UTC
Created attachment 892933 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2024-05-14 21:14:40 UTC
Created attachment 892934 [details]
etc.clang.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-05-14 21:14:41 UTC
Created attachment 892935 [details]
etc.portage.tar.xz
Comment 7 Toralf Förster gentoo-dev 2024-05-14 21:14:42 UTC
Created attachment 892936 [details]
logs.tar.xz
Comment 8 Toralf Förster gentoo-dev 2024-05-14 21:14:45 UTC
Created attachment 892937 [details]
qlist-info.txt.xz
Comment 9 Toralf Förster gentoo-dev 2024-05-14 21:14:46 UTC
Created attachment 892938 [details]
temp.tar.xz
Comment 10 Toralf Förster gentoo-dev 2024-05-14 21:15:34 UTC
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