[INFO] cloning repository https://github.com/jmmut/code-map
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jmmut/code-map" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjmmut%2Fcode-map", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjmmut%2Fcode-map'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] df3eccc09bf65dfd16a16a50df53fb26c53839fe
[INFO] testing jmmut/code-map against beta-2026-04-21 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjmmut%2Fcode-map" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jmmut/code-map
[INFO] finished tweaking git repo https://github.com/jmmut/code-map
[INFO] tweaked toml for git repo https://github.com/jmmut/code-map written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jmmut/code-map on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jmmut/code-map 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-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f47d118304d28abf0b2c1845d0b85125af17aeeaa25a0f863d5d6333948b5cfd
[INFO] running `Command { std: "docker" "start" "-a" "f47d118304d28abf0b2c1845d0b85125af17aeeaa25a0f863d5d6333948b5cfd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f47d118304d28abf0b2c1845d0b85125af17aeeaa25a0f863d5d6333948b5cfd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f47d118304d28abf0b2c1845d0b85125af17aeeaa25a0f863d5d6333948b5cfd", kill_on_drop: false }`
[INFO] [stdout] f47d118304d28abf0b2c1845d0b85125af17aeeaa25a0f863d5d6333948b5cfd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 52e6d99fc26fe3c9d61dff0fd8293aefc84e8b967be45a84eb37f76f1f30fcb4
[INFO] running `Command { std: "docker" "start" "-a" "52e6d99fc26fe3c9d61dff0fd8293aefc84e8b967be45a84eb37f76f1f30fcb4", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.148
[INFO] [stderr]    Compiling num-traits v0.2.16
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling proc-macro2 v1.0.67
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling rustix v0.38.17
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]    Compiling linux-raw-sys v0.4.8
[INFO] [stderr]    Compiling miniz_oxide v0.7.1
[INFO] [stderr]    Compiling adler2 v2.0.0
[INFO] [stderr]    Compiling bitflags v2.9.0
[INFO] [stderr]    Compiling fdeflate v0.3.7
[INFO] [stderr]    Compiling miniz_oxide v0.8.7
[INFO] [stderr]    Compiling flate2 v1.0.27
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling memchr v2.6.4
[INFO] [stderr]    Compiling jobserver v0.1.27
[INFO] [stderr]    Compiling quad-alsa-sys v0.3.2
[INFO] [stderr]    Compiling png v0.17.16
[INFO] [stderr]    Compiling smallvec v0.6.14
[INFO] [stderr]    Compiling ogg v0.7.1
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]    Compiling dasp_sample v0.11.0
[INFO] [stderr]    Compiling bytemuck v1.14.0
[INFO] [stderr]    Compiling lewton v0.9.4
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling dasp_frame v0.11.0
[INFO] [stderr]    Compiling aho-corasick v1.1.2
[INFO] [stderr]    Compiling utf8parse v0.2.1
[INFO] [stderr]    Compiling regex-syntax v0.7.5
[INFO] [stderr]    Compiling miniquad v0.3.13
[INFO] [stderr]    Compiling proc-macro-hack v0.5.20+deprecated
[INFO] [stderr]    Compiling quad-snd v0.2.7
[INFO] [stderr]    Compiling hound v3.5.1
[INFO] [stderr]    Compiling libz-sys v1.1.12
[INFO] [stderr]    Compiling openssl-sys v0.9.93
[INFO] [stderr]    Compiling libssh2-sys v0.3.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling libgit2-sys v0.15.2+1.6.4
[INFO] [stderr]    Compiling audrey v0.3.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.2
[INFO] [stderr]    Compiling hashbrown v0.13.2
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling ttf-parser v0.15.2
[INFO] [stderr]    Compiling anstyle v1.0.4
[INFO] [stderr]    Compiling unicode-bidi v0.3.13
[INFO] [stderr]    Compiling colorchoice v1.0.0
[INFO] [stderr]    Compiling regex-automata v0.3.9
[INFO] [stderr]    Compiling color_quant v1.1.0
[INFO] [stderr]    Compiling zune-core v0.4.12
[INFO] [stderr]    Compiling is-terminal v0.4.9
[INFO] [stderr]    Compiling anstyle-query v1.0.0
[INFO] [stderr]    Compiling zune-jpeg v0.4.14
[INFO] [stderr]    Compiling anstream v0.3.2
[INFO] [stderr]    Compiling fontdue v0.7.3
[INFO] [stderr]    Compiling idna v0.4.0
[INFO] [stderr]    Compiling image v0.24.7
[INFO] [stderr]    Compiling bstr v1.6.2
[INFO] [stderr]    Compiling syn v2.0.37
[INFO] [stderr]    Compiling quad-rand v0.2.1
[INFO] [stderr]    Compiling glam v0.21.3
[INFO] [stderr]    Compiling clap_lex v0.5.1
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling regex v1.9.6
[INFO] [stderr]    Compiling x11rb-protocol v0.13.1
[INFO] [stderr]    Compiling macroquad_macro v0.1.7
[INFO] [stderr]    Compiling byteorder-lite v0.1.0
[INFO] [stderr]    Compiling bumpalo v3.14.0
[INFO] [stderr]    Compiling image v0.25.6
[INFO] [stderr]    Compiling globset v0.4.13
[INFO] [stderr]    Compiling macroquad v0.3.24
[INFO] [stderr]    Compiling git-version-macro v0.3.5
[INFO] [stderr]    Compiling walkdir v2.4.0
[INFO] [stderr]    Compiling clap_builder v4.3.4
[INFO] [stderr]    Compiling url v2.4.1
[INFO] [stderr]    Compiling thread_local v1.1.7
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling ignore v0.4.20
[INFO] [stderr]    Compiling git-version v0.3.5
[INFO] [stderr]    Compiling juquad v0.13.4 (https://github.com/jmmut/juquad.git?tag=0.13.4#44ed5005)
[INFO] [stderr]    Compiling clap_derive v4.3.2
[INFO] [stderr]    Compiling clap v4.3.4
[INFO] [stderr]    Compiling x11rb v0.13.1
[INFO] [stderr]    Compiling clipboard-rs v0.2.4
[INFO] [stderr]    Compiling git2 v0.17.2
[INFO] [stderr]    Compiling code-map v0.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s
[INFO] running `Command { std: "docker" "inspect" "52e6d99fc26fe3c9d61dff0fd8293aefc84e8b967be45a84eb37f76f1f30fcb4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "52e6d99fc26fe3c9d61dff0fd8293aefc84e8b967be45a84eb37f76f1f30fcb4", kill_on_drop: false }`
[INFO] [stdout] 52e6d99fc26fe3c9d61dff0fd8293aefc84e8b967be45a84eb37f76f1f30fcb4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 80af1cf7d45d2101407cc444ce313fd3d6e45b1144065f2a5317abb3431b1768
[INFO] running `Command { std: "docker" "start" "-a" "80af1cf7d45d2101407cc444ce313fd3d6e45b1144065f2a5317abb3431b1768", kill_on_drop: false }`
[INFO] [stderr]    Compiling code-map v0.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.91s
[INFO] running `Command { std: "docker" "inspect" "80af1cf7d45d2101407cc444ce313fd3d6e45b1144065f2a5317abb3431b1768", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "80af1cf7d45d2101407cc444ce313fd3d6e45b1144065f2a5317abb3431b1768", kill_on_drop: false }`
[INFO] [stdout] 80af1cf7d45d2101407cc444ce313fd3d6e45b1144065f2a5317abb3431b1768
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] c684541434a5cb8dca1908375f7deb880b2c2061fe8cebb25b12b22528cdfbf6
[INFO] running `Command { std: "docker" "start" "-a" "c684541434a5cb8dca1908375f7deb880b2c2061fe8cebb25b12b22528cdfbf6", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/code_map-b3d96d7a5a6690ae)
[INFO] [stdout] 
[INFO] [stdout] running 18 tests
[INFO] [stdout] test arrangements::binary::tests::test_basic_binary ... ok
[INFO] [stdout] test arrangements::binary::tests::test_half_size_empty ... ignored
[INFO] [stdout] test arrangements::binary::tests::test_binary_same_size ... ok
[INFO] [stdout] test arrangements::binary::tests::test_half_size_three ... ok
[INFO] [stdout] test arrangements::binary::tests::test_half_size_two ... ok
[INFO] [stdout] test arrangements::binary::tests::test_half_size_one ... ok
[INFO] [stdout] test arrangements::binary::tests::test_half_size_two_big ... ok
[INFO] [stdout] test arrangements::binary::tests::test_squareness ... ok
[INFO] [stdout] test arrangements::linear::tests::test_arrange_recursive ... ok
[INFO] [stdout] test git_churn::tests::test_print_git_churn ... ignored
[INFO] [stdout] test arrangements::linear::tests::test_contains ... ok
[INFO] [stdout] test tree::tests::test_compute_squareness ... ignored
[INFO] [stdout] test metrics::churn_per_file::tests::test_churn_tree_creation_one_level_deep ... ok
[INFO] [stdout] test tree::tests::test_basic_size_computation ... ok
[INFO] [stdout] test tree::tests::test_fuzzy_search ... ok
[INFO] [stdout] test metrics::churn_per_file::tests::test_churn_tree_creation ... ok
[INFO] [stdout] test metrics::churn_per_file::tests::test_churn_tree_creation_basic ... ok
[INFO] [stdout] test metrics::churn_per_file::tests::test_churn_tree_creation_complex_top_level ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 15 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/code_map-216f2cba8c9dbb70)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests code_map
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "c684541434a5cb8dca1908375f7deb880b2c2061fe8cebb25b12b22528cdfbf6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c684541434a5cb8dca1908375f7deb880b2c2061fe8cebb25b12b22528cdfbf6", kill_on_drop: false }`
[INFO] [stdout] c684541434a5cb8dca1908375f7deb880b2c2061fe8cebb25b12b22528cdfbf6
