0% tests passed, 1 tests failed out of 1 Total Test time (real) = 1.57 sec The following tests FAILED: 1 - spdlog-utests (Subprocess aborted) Errors while running CTest Output from these tests are in: /var/tmp/portage/dev-libs/spdlog-1.15.0-r1/work/spdlog-1.15.0_build-abi_x86_64.amd64/Testing/Temporary/LastTest.log Use "--rerun-failed --output-on-failure" to re-run the failed cases verbosely. ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 23.0_no_multilib_hardened_systemd_test-20250114-213502 UNMASKED: Requested by sam >=media-video/ffmpeg-7.0 The attached etc.portage.tar.xz has all details. ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-10 [2] x86_64-pc-linux-gnu-14 * clang version 19.1.7 llvm-config: 19.1.7 Python 3.12.8 go version go1.23.5 linux/amd64 Available Ruby profiles: [1] ruby32 (with Rubygems) * Available Rust versions: [1] rust-bin-1.81.0 [2] rust-bin-1.84.0 [3] rust-1.84.0 * The following VMs are available for generation-2: 1) Eclipse Temurin JDK 11.0.25_p9 [openjdk-bin-11] 2) Eclipse Temurin JDK 17.0.13_p11 [openjdk-bin-17] *) Eclipse Temurin JDK 21.0.5_p11 [openjdk-bin-21] 4) Eclipse Temurin JDK 8.432_p06 [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 HEAD of ::gentoo commit ed0da3a1a2d56f39ca2faf9dbcd57db1b41f4d60 Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Sun Jan 26 21:03:25 2025 +0000 2025-01-26 21:03:24 UTC emerge -qpvO =dev-libs/spdlog-1.15.0-r1
Created attachment 917604 [details] emerge-info.txt
Created attachment 917605 [details] LastTest.log
Created attachment 917606 [details] dev-libs:spdlog-1.15.0-r1:20250126-221724.log
Created attachment 917607 [details] emerge-history.txt.xz
Created attachment 917608 [details] environment
Created attachment 917609 [details] etc.clang.tar.xz
Created attachment 917610 [details] etc.portage.tar.xz
Created attachment 917611 [details] logs.tar.xz
Created attachment 917612 [details] qlist-info.txt.xz
Created attachment 917613 [details] temp.tar.xz
Created attachment 917614 [details] tests.tar.xz
``` Command: "/var/tmp/portage/dev-libs/spdlog-1.15.0-r1/work/spdlog-1.15.0_build-abi_x86_64.amd64/tests/spdlog-utests" Directory: /var/tmp/portage/dev-libs/spdlog-1.15.0-r1/work/spdlog-1.15.0_build-abi_x86_64.amd64/tests "spdlog-utests" start time: Jan 26 22:19 UTC Output: ---------------------------------------------------------- spdlog-utests: src/catch2/../catch2/internal/catch_output_redirect.hpp:40: void Catch::OutputRedirect::activate(): Assertion `!m_redirectActive && "redirect is already active"' failed. Randomness seeded to: 1577141 ``` It's an assertion in catch itself?
Upstream catch bug that might be related: https://github.com/catchorg/Catch2/issues/2935 FWIW, I can't repro this.