[INFO] cloning repository https://github.com/sandersaares/folo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sandersaares/folo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsandersaares%2Ffolo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsandersaares%2Ffolo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4b4f2108714bf047d4a0a62c74ce9f793aac77f0
[INFO] testing sandersaares/folo against beta-2025-10-28 for beta-1.92-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsandersaares%2Ffolo" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/sandersaares/folo
[INFO] finished tweaking git repo https://github.com/sandersaares/folo
[INFO] tweaked toml for git repo https://github.com/sandersaares/folo written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/sandersaares/folo on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/sandersaares/folo 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" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b5379625a07d637aa8fb6bd4084190403b5741091990a4d43d2edd0a21fc8319
[INFO] running `Command { std: "docker" "start" "-a" "b5379625a07d637aa8fb6bd4084190403b5741091990a4d43d2edd0a21fc8319", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b5379625a07d637aa8fb6bd4084190403b5741091990a4d43d2edd0a21fc8319", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b5379625a07d637aa8fb6bd4084190403b5741091990a4d43d2edd0a21fc8319", kill_on_drop: false }`
[INFO] [stdout] b5379625a07d637aa8fb6bd4084190403b5741091990a4d43d2edd0a21fc8319
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0e88e10ba35b837c38304cc29616f10f897b94169eb2b68fc386b4635ec0b77d
[INFO] running `Command { std: "docker" "start" "-a" "0e88e10ba35b837c38304cc29616f10f897b94169eb2b68fc386b4635ec0b77d", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling cfg-if v1.0.3
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling new_zealand v1.0.1 (/opt/rustwide/workdir/packages/new_zealand)
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling thiserror v2.0.16
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling pastey v0.1.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling nonempty v0.12.0
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]    Compiling half v2.6.0
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling anstyle v1.0.11
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling tap v1.0.1
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling clap_lex v0.7.5
[INFO] [stderr]    Compiling clap_builder v4.5.47
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling wyz v0.5.1
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling hash_hasher v2.0.4
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling funty v2.0.0
[INFO] [stderr]    Compiling regex-automata v0.4.10
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling argh_shared v0.1.13
[INFO] [stderr]    Compiling simple-mermaid v0.2.0
[INFO] [stderr]    Compiling bitvec v1.0.1
[INFO] [stderr]    Compiling criterion-plot v0.6.0
[INFO] [stderr]    Compiling clap v4.5.47
[INFO] [stderr]    Compiling toml_parser v1.0.2
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling regex v1.11.2
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling rsevents v0.3.1
[INFO] [stderr]    Compiling rust-fuzzy-search v0.1.1
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling arc-swap v1.7.1
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling cpu-time v1.0.0
[INFO] [stderr]    Compiling linked_macros_impl v1.0.0 (/opt/rustwide/workdir/packages/linked_macros_impl)
[INFO] [stderr]    Compiling opaque_pool v0.3.6 (/opt/rustwide/workdir/packages/opaque_pool)
[INFO] [stderr]    Compiling oneshot v0.1.11
[INFO] [stderr]    Compiling all_the_time v0.4.4 (/opt/rustwide/workdir/packages/all_the_time)
[INFO] [stderr]    Compiling blind_pool v0.4.7 (/opt/rustwide/workdir/packages/blind_pool)
[INFO] [stderr]    Compiling fast_time v0.1.7 (/opt/rustwide/workdir/packages/fast_time)
[INFO] [stderr]    Compiling pinned_pool v0.1.22 (/opt/rustwide/workdir/packages/pinned_pool)
[INFO] [stderr]    Compiling nm v0.1.20 (/opt/rustwide/workdir/packages/nm)
[INFO] [stderr]    Compiling folo_ffi v0.1.6 (/opt/rustwide/workdir/packages/folo_ffi)
[INFO] [stderr]    Compiling folo_utils v0.1.3 (/opt/rustwide/workdir/packages/folo_utils)
[INFO] [stderr]    Compiling alloc_tracker v0.5.8 (/opt/rustwide/workdir/packages/alloc_tracker)
[INFO] [stderr]    Compiling benchmarks v0.0.1-never (/opt/rustwide/workdir/packages/benchmarks)
[INFO] [stderr]    Compiling ui_tests v0.0.0-never (/opt/rustwide/workdir/packages/ui_tests)
[INFO] [stderr]    Compiling testing v0.0.1-never (/opt/rustwide/workdir/packages/testing)
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling thiserror-impl v2.0.16
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling negative-impl v0.1.6
[INFO] [stderr]    Compiling linked_macros v1.0.0 (/opt/rustwide/workdir/packages/linked_macros)
[INFO] [stderr]    Compiling argh_derive v0.1.13
[INFO] [stderr]    Compiling linked v1.0.0 (/opt/rustwide/workdir/packages/linked)
[INFO] [stderr]    Compiling infinity_pool v0.7.2 (/opt/rustwide/workdir/packages/infinity_pool)
[INFO] [stderr]    Compiling events v0.4.1 (/opt/rustwide/workdir/packages/events)
[INFO] [stderr]    Compiling argh v0.1.13
[INFO] [stderr]    Compiling cpulist v1.0.1 (/opt/rustwide/workdir/packages/cpulist)
[INFO] [stderr]    Compiling derive_more v2.0.1
[INFO] [stderr]    Compiling many_cpus v1.0.3 (/opt/rustwide/workdir/packages/many_cpus)
[INFO] [stderr]    Compiling region_local v1.0.3 (/opt/rustwide/workdir/packages/region_local)
[INFO] [stderr]    Compiling par_bench v0.2.18 (/opt/rustwide/workdir/packages/par_bench)
[INFO] [stderr]    Compiling region_cached v1.0.3 (/opt/rustwide/workdir/packages/region_cached)
[INFO] [stderr]    Compiling toml_datetime v0.7.0
[INFO] [stderr]    Compiling serde_spanned v1.0.0
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling toml v0.9.5
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.7.0
[INFO] [stderr]    Compiling cargo-detect-package v1.0.1 (/opt/rustwide/workdir/packages/cargo-detect-package)
[INFO] [stderr]    Compiling many_cpus_benchmarking v0.1.32 (/opt/rustwide/workdir/packages/many_cpus_benchmarking)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
[INFO] running `Command { std: "docker" "inspect" "0e88e10ba35b837c38304cc29616f10f897b94169eb2b68fc386b4635ec0b77d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0e88e10ba35b837c38304cc29616f10f897b94169eb2b68fc386b4635ec0b77d", kill_on_drop: false }`
[INFO] [stdout] 0e88e10ba35b837c38304cc29616f10f897b94169eb2b68fc386b4635ec0b77d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5c725d77cdfa5be48c37b2e52f5c5816098b44b9fa9a576446e0c18affbda42f
[INFO] running `Command { std: "docker" "start" "-a" "5c725d77cdfa5be48c37b2e52f5c5816098b44b9fa9a576446e0c18affbda42f", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling mutants v0.0.3
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling predicates-core v1.0.9
[INFO] [stderr]    Compiling mockall_derive v0.13.1
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling slab v0.4.11
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling predicates v3.1.3
[INFO] [stderr]    Compiling predicates-tree v1.0.12
[INFO] [stderr]    Compiling downcast v0.11.0
[INFO] [stderr]    Compiling fragile v2.0.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling linked_macros v1.0.0 (/opt/rustwide/workdir/packages/linked_macros)
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling linked v1.0.0 (/opt/rustwide/workdir/packages/linked)
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling many_cpus v1.0.3 (/opt/rustwide/workdir/packages/many_cpus)
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling infinity_pool v0.7.2 (/opt/rustwide/workdir/packages/infinity_pool)
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling http v1.3.1
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling criterion v0.7.0
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling rsevents v0.3.1
[INFO] [stderr]    Compiling events v0.4.1 (/opt/rustwide/workdir/packages/events)
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling matchit v0.8.4
[INFO] [stderr]    Compiling axum-core v0.5.2
[INFO] [stderr]    Compiling seq-macro v0.3.6
[INFO] [stderr]    Compiling mockall v0.13.1
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]    Compiling toml_parser v1.0.2
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling toml_datetime v0.7.0
[INFO] [stderr]    Compiling serde_spanned v1.0.0
[INFO] [stderr]    Compiling toml_writer v1.0.2
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling toml v0.9.5
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling par_bench v0.2.18 (/opt/rustwide/workdir/packages/par_bench)
[INFO] [stderr]    Compiling many_cpus_benchmarking v0.1.32 (/opt/rustwide/workdir/packages/many_cpus_benchmarking)
[INFO] [stderr]    Compiling region_cached v1.0.3 (/opt/rustwide/workdir/packages/region_cached)
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling target-triple v0.1.4
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling const-random v0.1.18
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling region_local v1.0.3 (/opt/rustwide/workdir/packages/region_local)
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling frozen-collections v0.5.0
[INFO] [stderr]    Compiling sdd v3.0.10
[INFO] [stderr]    Compiling scc v2.4.0
[INFO] [stderr]    Compiling trybuild v1.0.110
[INFO] [stderr]    Compiling hyper v1.7.0
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling frozen-collections-core v0.5.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling hyper-util v0.1.16
[INFO] [stderr]    Compiling serial_test_derive v3.2.0
[INFO] [stderr]    Compiling saa v3.2.1
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling axum v0.8.4
[INFO] [stderr]    Compiling sdd v4.0.1
[INFO] [stderr]    Compiling fake_headers v0.0.5
[INFO] [stderr]    Compiling serial_test v3.2.0
[INFO] [stderr]    Compiling scc v3.0.5
[INFO] [stderr]    Compiling fast_time v0.1.7 (/opt/rustwide/workdir/packages/fast_time)
[INFO] [stderr]    Compiling tempfile v3.22.0
[INFO] [stderr]    Compiling linked_macros_impl v1.0.0 (/opt/rustwide/workdir/packages/linked_macros_impl)
[INFO] [stderr]    Compiling alloc_tracker v0.5.8 (/opt/rustwide/workdir/packages/alloc_tracker)
[INFO] [stderr]    Compiling nm v0.1.20 (/opt/rustwide/workdir/packages/nm)
[INFO] [stderr]    Compiling cargo-detect-package v1.0.1 (/opt/rustwide/workdir/packages/cargo-detect-package)
[INFO] [stderr]    Compiling opaque_pool v0.3.6 (/opt/rustwide/workdir/packages/opaque_pool)
[INFO] [stderr]    Compiling pinned_pool v0.1.22 (/opt/rustwide/workdir/packages/pinned_pool)
[INFO] [stderr]    Compiling benchmarks v0.0.1-never (/opt/rustwide/workdir/packages/benchmarks)
[INFO] [stderr]    Compiling blind_pool v0.4.7 (/opt/rustwide/workdir/packages/blind_pool)
[INFO] [stderr]    Compiling ui_tests v0.0.0-never (/opt/rustwide/workdir/packages/ui_tests)
[INFO] [stderr]    Compiling all_the_time v0.4.4 (/opt/rustwide/workdir/packages/all_the_time)
[INFO] [stderr]    Compiling testing v0.0.1-never (/opt/rustwide/workdir/packages/testing)
[INFO] [stderr]    Compiling folo_ffi v0.1.6 (/opt/rustwide/workdir/packages/folo_ffi)
[INFO] [stderr]    Compiling folo_utils v0.1.3 (/opt/rustwide/workdir/packages/folo_utils)
[INFO] [stderr]    Compiling cpulist v1.0.1 (/opt/rustwide/workdir/packages/cpulist)
[INFO] [stderr]    Compiling new_zealand v1.0.1 (/opt/rustwide/workdir/packages/new_zealand)
[INFO] [stdout] warning: unused import: `crate::nz`
[INFO] [stdout]   --> packages/new_zealand/src/lib.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 |     use crate::nz;
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 05s
[INFO] running `Command { std: "docker" "inspect" "5c725d77cdfa5be48c37b2e52f5c5816098b44b9fa9a576446e0c18affbda42f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5c725d77cdfa5be48c37b2e52f5c5816098b44b9fa9a576446e0c18affbda42f", kill_on_drop: false }`
[INFO] [stdout] 5c725d77cdfa5be48c37b2e52f5c5816098b44b9fa9a576446e0c18affbda42f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 863d7a3efbbae5763ad689b7dc1b99c36a079e5e49d854057fcae9938fa0fa84
[INFO] running `Command { std: "docker" "start" "-a" "863d7a3efbbae5763ad689b7dc1b99c36a079e5e49d854057fcae9938fa0fa84", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `crate::nz`
[INFO] [stderr]   --> packages/new_zealand/src/lib.rs:31:9
[INFO] [stderr]    |
[INFO] [stderr] 31 |     use crate::nz;
[INFO] [stderr]    |         ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `new_zealand` (lib test) generated 1 warning (run `cargo fix --lib -p new_zealand --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.43s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/all_the_time-ef2977e964e1dc7d)
[INFO] [stdout] 
[INFO] [stdout] running 54 tests
[INFO] [stdout] test operation::tests::handles_batch_iterations ... ok
[INFO] [stdout] test operation::tests::starts_with_zero_values ... ok
[INFO] [stdout] test operation::tests::handles_zero_durations ... ok
[INFO] [stdout] test operation_metrics::tests::operation_metrics_add_iterations_accumulates ... ok
[INFO] [stdout] test operation_metrics::tests::operation_metrics_add_iterations_zero_iterations ... ok
[INFO] [stdout] test operation_metrics::tests::operation_metrics_add_iterations_zero_duration ... ok
[INFO] [stdout] test operation_metrics::tests::operation_metrics_default_values ... ok
[INFO] [stdout] test operation::tests::tracks_single_duration ... ok
[INFO] [stdout] test pal::facade::tests::creates_fake_facade ... ok
[INFO] [stdout] test operation::tests::calculates_mean_of_multiple_durations ... ok
[INFO] [stdout] test operation_metrics::tests::operation_metrics_add_iterations_basic ... ok
[INFO] [stdout] test pal::facade::tests::creates_real_facade ... ok
[INFO] [stdout] test pal::facade::tests::delegates_process_time ... ok
[INFO] [stdout] test pal::fake::tests::initializes_with_zero_time ... ok
[INFO] [stdout] test pal::fake::tests::sets_process_time ... ok
[INFO] [stdout] test pal::fake::tests::sets_thread_time ... ok
[INFO] [stdout] test pal::fake::tests::shared_state_between_clones ... ok
[INFO] [stdout] test process_span::tests::accumulates_multiple_spans ... ok
[INFO] [stdout] test process_span::tests::extracts_time_from_pal ... ok
[INFO] [stdout] test process_span::tests::creates_span_with_iterations ... ok
[INFO] [stdout] test process_span::tests::records_cpu_time_measurements ... ok
[INFO] [stdout] test pal::facade::tests::delegates_thread_time ... ok
[INFO] [stdout] test process_span::tests::records_one_span_per_iteration ... ok
[INFO] [stdout] test process_span::tests::uses_process_time_from_pal ... ok
[INFO] [stdout] test report::tests::merge_different_operations ... ok
[INFO] [stdout] test report::tests::merge_empty_with_non_empty ... ok
[INFO] [stdout] test report::tests::report_clone ... ok
[INFO] [stdout] test report::tests::report_from_empty_session_is_empty ... ok
[INFO] [stdout] test report::tests::report_mean_with_fake_platform ... ok
[INFO] [stdout] test report::tests::report_from_session_with_operations_is_not_empty ... ok
[INFO] [stdout] test session::tests::is_empty_multiple_operations_all_empty ... ok
[INFO] [stdout] test session::tests::is_empty_mixed_operations_some_with_spans ... ok
[INFO] [stdout] test session::tests::is_empty_multiple_operations_all_with_spans ... ok
[INFO] [stdout] test session::tests::is_empty_returns_true_for_no_operations ... ok
[INFO] [stdout] test report::tests::merge_empty_reports ... ok
[INFO] [stdout] test report::tests::new_report_is_empty ... ok
[INFO] [stdout] test thread_span::tests::calculates_per_iteration_duration ... ok
[INFO] [stdout] test session::tests::report_is_empty_matches_session_is_empty ... ok
[INFO] [stdout] test thread_span::tests::calculates_time_delta ... ok
[INFO] [stdout] test thread_span::tests::correctly_divides_by_iterations_count_single ... ok
[INFO] [stdout] test thread_span::tests::creates_span_with_iterations ... ok
[INFO] [stdout] test thread_span::tests::correctly_divides_by_iterations_count_multiple ... ok
[INFO] [stdout] test thread_span::tests::extracts_time_from_pal ... ok
[INFO] [stdout] test report::tests::merge_same_operations ... ok
[INFO] [stdout] test thread_span::tests::iterations_divisor_applied_correctly_multiple ... ok
[INFO] [stdout] test thread_span::tests::iterations_divisor_logic ... ok
[INFO] [stdout] test process_span::tests::panics_on_zero_iterations - should panic ... ok
[INFO] [stdout] test thread_span::tests::panics_on_zero_iterations - should panic ... ok
[INFO] [stdout] test thread_span::tests::records_one_span_per_iteration ... ok
[INFO] [stdout] test thread_span::tests::uses_thread_time_from_pal ... ok
[INFO] [stdout] test thread_span::tests::iterations_divisor_applied_correctly_single ... ok
[INFO] [stdout] test session::tests::is_empty_returns_false_for_operations_with_spans ... ok
[INFO] [stdout] test session::tests::is_empty_returns_true_for_operations_with_no_spans ... ok
[INFO] [stdout] test operation::tests::integrates_with_span_api ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 54 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration_tests.rs (/opt/rustwide/target/debug/deps/integration_tests-37b4d11a3cea6a0b)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test real_platform_session_not_empty_after_work ... ok
[INFO] [stdout] test real_platform_process_span_measures_nonzero_time ... ok
[INFO] [stdout] test real_platform_thread_span_measures_nonzero_time ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- real_platform_thread_span_measures_nonzero_time stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'real_platform_thread_span_measures_nonzero_time' (74) panicked at packages/all_the_time/tests/integration_tests.rs:61:5:
[INFO] [stdout] Expected to perform substantial work, but only got 800000 iterations
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x60e928740d12 - std::backtrace_rs::backtrace::libunwind::trace::h16acf28769fcd909
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x60e928740d12 - std::backtrace_rs::backtrace::trace_unsynchronized::hb5541aa5d4f92513
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x60e928740d12 - std::sys::backtrace::_print_fmt::h8ac8268cb667a306
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x60e928740d12 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x60e928750cdf - core::fmt::rt::Argument::fmt::h686a01ad57c1c92a
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x60e928750cdf - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x60e92870e6f3 - std::io::default_write_fmt::hd4797e693c0ec256
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x60e92870e6f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x60e92871a682 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x60e92871f11f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x60e92871efb1 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x60e9286d862e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h3f5a16438cee2b4e
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/boxed.rs:2019:9
[INFO] [stdout]   12:     0x60e9286d862e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x60e92871f72f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hdb18da3e68df7464
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/boxed.rs:2019:9
[INFO] [stdout]   14:     0x60e92871f72f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x60e92871f58a - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x60e92871a7b9 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x60e928702e9d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x60e9287584d0 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x60e9286b391e - integration_tests::real_platform_thread_span_measures_nonzero_time::h844e4d13ee1ce4c4
[INFO] [stdout]                                at /opt/rustwide/workdir/packages/all_the_time/tests/integration_tests.rs:61:5
[INFO] [stdout]   20:     0x60e9286b3ba7 - integration_tests::real_platform_thread_span_measures_nonzero_time::{{closure}}::h75d80009d3ee707d
[INFO] [stdout]                                at /opt/rustwide/workdir/packages/all_the_time/tests/integration_tests.rs:50:53
[INFO] [stdout]   21:     0x60e9286b4836 - core::ops::function::FnOnce::call_once::h59d121e5be166422
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x60e9286d847b - core::ops::function::FnOnce::call_once::h43f43c5185cf39c2
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x60e9286d847b - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:663:18
[INFO] [stdout]   24:     0x60e9286eca98 - test::run_test_in_process::{{closure}}::h9f4b799a5211b72a
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:686:74
[INFO] [stdout]   25:     0x60e9286eca98 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::ha572bf7dc5230a8f
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   26:     0x60e9286eca98 - std::panicking::catch_unwind::do_call::hfd6ff51f25dd177b
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:590:40
[INFO] [stdout]   27:     0x60e9286eca98 - std::panicking::catch_unwind::h8609b446221def5f
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:553:19
[INFO] [stdout]   28:     0x60e9286eca98 - std::panic::catch_unwind::h362f73cc48531e26
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x60e9286eca98 - test::run_test_in_process::hf52fd21d696aae67
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:686:27
[INFO] [stdout]   30:     0x60e9286eca98 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:607:43
[INFO] [stdout]   31:     0x60e9286c5864 - test::run_test::{{closure}}::hdc2695f2276aad3e
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:637:41
[INFO] [stdout]   32:     0x60e9286c5864 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   33:     0x60e9286c919a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h99800d480987dfb6
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   34:     0x60e9286c919a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hbbb69b5294b2221b
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   35:     0x60e9286c919a - std::panicking::catch_unwind::do_call::h495689350c27df20
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:590:40
[INFO] [stdout]   36:     0x60e9286c919a - std::panicking::catch_unwind::hf22437c51d1b3740
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:553:19
[INFO] [stdout]   37:     0x60e9286c919a - std::panic::catch_unwind::habda1a57de8231f8
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x60e9286c919a - std::thread::Builder::spawn_unchecked_::{{closure}}::h5833d8dda8c7e80b
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   39:     0x60e9286c919a - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x60e928715aaf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::he4d85cb537521972
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/boxed.rs:2005:9
[INFO] [stdout]   41:     0x60e928715aaf - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   42:     0x78824db5daa4 - <unknown>
[INFO] [stdout]   43:     0x78824dbeaa64 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     real_platform_thread_span_measures_nonzero_time
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 2 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p all_the_time --test integration_tests`
[INFO] running `Command { std: "docker" "inspect" "863d7a3efbbae5763ad689b7dc1b99c36a079e5e49d854057fcae9938fa0fa84", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "863d7a3efbbae5763ad689b7dc1b99c36a079e5e49d854057fcae9938fa0fa84", kill_on_drop: false }`
[INFO] [stdout] 863d7a3efbbae5763ad689b7dc1b99c36a079e5e49d854057fcae9938fa0fa84
