[INFO] cloning repository https://github.com/jonhoo/inferno
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jonhoo/inferno" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjonhoo%2Finferno", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjonhoo%2Finferno'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 57c82205939da5b6ff628cdd7fabf3e64ea8412f
[INFO] building jonhoo/inferno against try#4987e9d4227139400384ab59296ffee3b0fb1183 for pr-146237-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjonhoo%2Finferno" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jonhoo/inferno
[INFO] finished tweaking git repo https://github.com/jonhoo/inferno
[INFO] tweaked toml for git repo https://github.com/jonhoo/inferno written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jonhoo/inferno on toolchain 4987e9d4227139400384ab59296ffee3b0fb1183
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jonhoo/inferno already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4bd23c7279f3bd421d7abf9f99321164e4a625a9c1e9316ef55f65208578423a
[INFO] running `Command { std: "docker" "start" "-a" "4bd23c7279f3bd421d7abf9f99321164e4a625a9c1e9316ef55f65208578423a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4bd23c7279f3bd421d7abf9f99321164e4a625a9c1e9316ef55f65208578423a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4bd23c7279f3bd421d7abf9f99321164e4a625a9c1e9316ef55f65208578423a", kill_on_drop: false }`
[INFO] [stdout] 4bd23c7279f3bd421d7abf9f99321164e4a625a9c1e9316ef55f65208578423a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 36e5e1dcef94d2a866d3090003f0ea2713c301be7d41dacb290e13e338433e78
[INFO] running `Command { std: "docker" "start" "-a" "36e5e1dcef94d2a866d3090003f0ea2713c301be7d41dacb290e13e338433e78", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling once_cell v1.21.1
[INFO] [stderr]    Compiling smallvec v1.14.0
[INFO] [stderr]    Compiling bytemuck v1.22.0
[INFO] [stderr]    Compiling env_filter v0.1.3
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling quick-xml v0.37.2
[INFO] [stderr]    Compiling str_stack v0.1.0
[INFO] [stderr]    Compiling clap_builder v4.4.18
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling num-format v0.4.4
[INFO] [stderr]    Compiling rgb v0.8.50
[INFO] [stderr]    Compiling env_logger v0.11.7
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling indexmap v2.8.0
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling clap_derive v4.4.7
[INFO] [stderr]    Compiling clap v4.4.18
[INFO] [stderr]    Compiling inferno v0.12.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/collapse/common.rs:483:59
[INFO] [stdout]     |
[INFO] [stdout] 483 | pub(crate) fn fix_partially_demangled_rust_symbol(symbol: &str) -> Cow<str> {
[INFO] [stdout]     |                                                           ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                                           |
[INFO] [stdout]     |                                                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 483 | pub(crate) fn fix_partially_demangled_rust_symbol(symbol: &str) -> Cow<'_, str> {
[INFO] [stdout]     |                                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.58s
[INFO] running `Command { std: "docker" "inspect" "36e5e1dcef94d2a866d3090003f0ea2713c301be7d41dacb290e13e338433e78", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "36e5e1dcef94d2a866d3090003f0ea2713c301be7d41dacb290e13e338433e78", kill_on_drop: false }`
[INFO] [stdout] 36e5e1dcef94d2a866d3090003f0ea2713c301be7d41dacb290e13e338433e78
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 935ef6dba7868bea8f2e3ecbd4f98c50e36068c0c3dc51bef2393dc9ec216221
[INFO] running `Command { std: "docker" "start" "-a" "935ef6dba7868bea8f2e3ecbd4f98c50e36068c0c3dc51bef2393dc9ec216221", kill_on_drop: false }`
[INFO] [stderr]    Compiling getrandom v0.3.2
[INFO] [stderr]    Compiling zerocopy v0.8.24
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling half v2.5.0
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]    Compiling predicates-core v1.0.9
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling core2 v0.4.0
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling assert_cmd v2.0.16
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling rle-decode-fast v1.0.3
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling predicates-tree v1.0.12
[INFO] [stderr]    Compiling is-terminal v0.4.16
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling crc32fast v1.4.2
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling predicates v3.1.3
[INFO] [stderr]    Compiling dary_heap v0.3.7
[INFO] [stderr]    Compiling adler32 v1.2.0
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling testing_logger v0.1.1
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling maplit v1.0.2
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling libflate_lz77 v2.1.0
[INFO] [stderr]    Compiling libflate v2.1.0
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling inferno v0.12.3 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling bstr v1.11.3
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/collapse/common.rs:483:59
[INFO] [stdout]     |
[INFO] [stdout] 483 | pub(crate) fn fix_partially_demangled_rust_symbol(symbol: &str) -> Cow<str> {
[INFO] [stdout]     |                                                           ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                                           |
[INFO] [stdout]     |                                                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 483 | pub(crate) fn fix_partially_demangled_rust_symbol(symbol: &str) -> Cow<'_, str> {
[INFO] [stdout]     |                                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rand v0.9.0
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr] error: could not compile `inferno` (test "collapse-recursive")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/4987e9d4227139400384ab59296ffee3b0fb1183/bin/rustc --crate-name collapse_recursive --edition=2021 tests/collapse-recursive.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="clap"' --cfg 'feature="cli"' --cfg 'feature="crossbeam-channel"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="dashmap"' --cfg 'feature="default"' --cfg 'feature="env_logger"' --cfg 'feature="indexmap"' --cfg 'feature="multithreaded"' --cfg 'feature="nameattr"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "cli", "crossbeam-channel", "crossbeam-utils", "dashmap", "default", "env_logger", "indexmap", "multithreaded", "nameattr", "regex", "rle-decode-fast"))' -C metadata=9e5e1405d2bcf9a9 -C extra-filename=-e4c089c70c6d3af2 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ahash=/opt/rustwide/target/debug/deps/libahash-0f1fbe0489d94942.rlib --extern assert_cmd=/opt/rustwide/target/debug/deps/libassert_cmd-d89d3d559f8bd974.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-778d4509dd6b47d1.rlib --extern criterion=/opt/rustwide/target/debug/deps/libcriterion-de0965c4ad441cc1.rlib --extern crossbeam_channel=/opt/rustwide/target/debug/deps/libcrossbeam_channel-a5156ef294398bef.rlib --extern crossbeam_utils=/opt/rustwide/target/debug/deps/libcrossbeam_utils-57acb8582d3ed5fe.rlib --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-04eefcec0aadcac8.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-5f303ef39c1895c9.rlib --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-10b14fe8156f9d73.rlib --extern inferno=/opt/rustwide/target/debug/deps/libinferno-039b928faf0eacce.rlib --extern itoa=/opt/rustwide/target/debug/deps/libitoa-6b76ec393d6a2c41.rlib --extern libflate=/opt/rustwide/target/debug/deps/liblibflate-9622d386926ecf5f.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-2b95e8355e160732.rlib --extern maplit=/opt/rustwide/target/debug/deps/libmaplit-019dc3e6fa39a754.rlib --extern num_format=/opt/rustwide/target/debug/deps/libnum_format-1f376da0a0935aee.rlib --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-098292c3b8c25e48.rlib --extern pretty_assertions=/opt/rustwide/target/debug/deps/libpretty_assertions-cb10fec72c85aede.rlib --extern quick_xml=/opt/rustwide/target/debug/deps/libquick_xml-ab68c39e1fcb5edc.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-ac9a17fb0290ffad.rlib --extern rgb=/opt/rustwide/target/debug/deps/librgb-938ff6b01ba94145.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-883b08fa20635dfc.rlib --extern str_stack=/opt/rustwide/target/debug/deps/libstr_stack-f9ba4ca682f89ea9.rlib --extern testing_logger=/opt/rustwide/target/debug/deps/libtesting_logger-33497e9d52ff147d.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/collapse/common.rs:483:59
[INFO] [stdout]     |
[INFO] [stdout] 483 | pub(crate) fn fix_partially_demangled_rust_symbol(symbol: &str) -> Cow<str> {
[INFO] [stdout]     |                                                           ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                                           |
[INFO] [stdout]     |                                                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 483 | pub(crate) fn fix_partially_demangled_rust_symbol(symbol: &str) -> Cow<'_, str> {
[INFO] [stdout]     |                                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "935ef6dba7868bea8f2e3ecbd4f98c50e36068c0c3dc51bef2393dc9ec216221", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "935ef6dba7868bea8f2e3ecbd4f98c50e36068c0c3dc51bef2393dc9ec216221", kill_on_drop: false }`
[INFO] [stdout] 935ef6dba7868bea8f2e3ecbd4f98c50e36068c0c3dc51bef2393dc9ec216221
