[INFO] cloning repository https://github.com/terry-u16/rust-library
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/terry-u16/rust-library" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fterry-u16%2Frust-library", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fterry-u16%2Frust-library'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 49995c0e71769ac747dd6f699ebb04c7d20541d5
[INFO] testing terry-u16/rust-library 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%2Fterry-u16%2Frust-library" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/terry-u16/rust-library
[INFO] finished tweaking git repo https://github.com/terry-u16/rust-library
[INFO] tweaked toml for git repo https://github.com/terry-u16/rust-library written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/terry-u16/rust-library 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/terry-u16/rust-library 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-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] fcc781b0b866c84ae69e5817eaa85cdaf6dd00e264e6efac76b7c7a86f19726b
[INFO] running `Command { std: "docker" "start" "-a" "fcc781b0b866c84ae69e5817eaa85cdaf6dd00e264e6efac76b7c7a86f19726b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fcc781b0b866c84ae69e5817eaa85cdaf6dd00e264e6efac76b7c7a86f19726b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fcc781b0b866c84ae69e5817eaa85cdaf6dd00e264e6efac76b7c7a86f19726b", kill_on_drop: false }`
[INFO] [stdout] fcc781b0b866c84ae69e5817eaa85cdaf6dd00e264e6efac76b7c7a86f19726b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 07c3f71f457a3971a99a1e69ccffbadf82e1f597b8f338b30588b96fa66e584d
[INFO] running `Command { std: "docker" "start" "-a" "07c3f71f457a3971a99a1e69ccffbadf82e1f597b8f338b30588b96fa66e584d", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling serde v1.0.188
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling anyhow v1.0.75
[INFO] [stderr]    Compiling matrixmultiply v0.3.7
[INFO] [stderr]    Compiling bytemuck v1.14.0
[INFO] [stderr]    Compiling aho-corasick v1.1.1
[INFO] [stderr]    Compiling safe_arch v0.7.1
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling thiserror v1.0.48
[INFO] [stderr]    Compiling rawpointer v0.2.1
[INFO] [stderr]    Compiling arbitrary v1.3.0
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling getrandom v0.2.10
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling wide v0.7.11
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling target-features v0.1.4
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling varisat-formula v0.2.2
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling simba v0.9.1
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling num-complex v0.2.4
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling thiserror v2.0.16
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling hamming v0.1.3
[INFO] [stderr]    Compiling primal-bit v0.3.2
[INFO] [stderr]    Compiling im-rc v15.1.0
[INFO] [stderr]    Compiling indexmap v2.11.0
[INFO] [stderr]    Compiling rand_distr v0.4.3
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling regex v1.11.2
[INFO] [stderr]    Compiling amplify_syn v2.0.1
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]    Compiling varisat-internal-proof v0.2.2
[INFO] [stderr]    Compiling bitmaps v2.1.0
[INFO] [stderr]    Compiling varisat v0.2.2
[INFO] [stderr]    Compiling primal-estimate v0.3.3
[INFO] [stderr]    Compiling tap v1.0.1
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]    Compiling az v1.2.1
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling triomphe v0.1.15
[INFO] [stderr]    Compiling wyz v0.5.1
[INFO] [stderr]    Compiling archery v1.2.2
[INFO] [stderr]    Compiling primal-check v0.3.4
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling serde_derive v1.0.188
[INFO] [stderr]    Compiling thiserror-impl v1.0.48
[INFO] [stderr]    Compiling thiserror-impl v2.0.16
[INFO] [stderr]    Compiling sized-chunks v0.6.5
[INFO] [stderr]    Compiling partial_ref_derive v0.3.3
[INFO] [stderr]    Compiling argio-macro v0.2.0
[INFO] [stderr]    Compiling varisat-internal-macros v0.2.2
[INFO] [stderr]    Compiling partial_ref v0.3.3
[INFO] [stderr]    Compiling amplify_derive v4.0.1
[INFO] [stderr]    Compiling proconio-derive v0.2.1
[INFO] [stderr]    Compiling nalgebra-macros v0.3.0
[INFO] [stderr]    Compiling deprecate-until v0.1.1
[INFO] [stderr]    Compiling varisat-dimacs v0.2.2
[INFO] [stderr]    Compiling multiversion-macros v0.8.0
[INFO] [stderr]    Compiling approx v0.3.2
[INFO] [stderr]    Compiling ordered-float v2.10.0
[INFO] [stderr]    Compiling integer-sqrt v0.1.5
[INFO] [stderr]    Compiling rand_xoshiro v0.6.0
[INFO] [stderr]    Compiling stringly_conversions v0.1.1
[INFO] [stderr]    Compiling ascii v1.1.0
[INFO] [stderr]    Compiling funty v2.0.0
[INFO] [stderr]    Compiling amplify_num v0.5.3
[INFO] [stderr]    Compiling leb128 v0.2.5
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]    Compiling vec_mut_scan v0.3.0
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]    Compiling proconio v0.4.5
[INFO] [stderr]    Compiling multiversion v0.8.0
[INFO] [stderr]    Compiling pathfinding v4.14.0
[INFO] [stderr]    Compiling petgraph v0.8.2
[INFO] [stderr]    Compiling argio v0.2.0
[INFO] [stderr]    Compiling bstr v1.12.0
[INFO] [stderr]    Compiling nalgebra v0.33.2
[INFO] [stderr]    Compiling nalgebra v0.34.0
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling amplify v4.9.0
[INFO] [stderr]    Compiling bitvec v1.0.1
[INFO] [stderr]    Compiling alga v0.9.3
[INFO] [stderr]    Compiling proconio v0.5.0
[INFO] [stderr]    Compiling memoise v0.3.2
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling rpds v1.1.1
[INFO] [stderr]    Compiling rand_distr v0.5.1
[INFO] [stderr]    Compiling ndarray v0.16.1
[INFO] [stderr]    Compiling counter v0.7.0
[INFO] [stderr]    Compiling ordered-float v5.0.0
[INFO] [stderr]    Compiling itertools-num v0.1.3
[INFO] [stderr]    Compiling rand_hc v0.4.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling btreemultimap v0.1.1
[INFO] [stderr]    Compiling multimap v0.10.1
[INFO] [stderr]    Compiling primal-sieve v0.3.7
[INFO] [stderr]    Compiling varisat-checker v0.2.2
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling rand_pcg v0.9.0
[INFO] [stderr]    Compiling rand_xoshiro v0.7.0
[INFO] [stderr]    Compiling indexing v0.4.1
[INFO] [stderr]    Compiling easy-ext v1.0.2
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling text_io v0.1.13
[INFO] [stderr]    Compiling recur-fn v2.2.0
[INFO] [stderr]    Compiling superslice v1.0.0
[INFO] [stderr]    Compiling glidesort v0.1.2
[INFO] [stderr]    Compiling permutohedron v0.2.4
[INFO] [stderr]    Compiling bitset-fixed v0.1.0
[INFO] [stderr]    Compiling primal v0.3.3
[INFO] [stderr]    Compiling hashbag v0.1.12
[INFO] [stderr]    Compiling maplit v1.0.2
[INFO] [stderr]    Compiling ac-library-rs v0.2.0
[INFO] [stderr]    Compiling omniswap v0.1.0
[INFO] [stderr]    Compiling statrs v0.18.0
[INFO] [stderr]    Compiling cp-lib-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/data_structures.rs:56:17
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn iter(&self) -> Iter<usize> {
[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] 56 |     pub fn iter(&self) -> Iter<'_, usize> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 02s
[INFO] running `Command { std: "docker" "inspect" "07c3f71f457a3971a99a1e69ccffbadf82e1f597b8f338b30588b96fa66e584d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "07c3f71f457a3971a99a1e69ccffbadf82e1f597b8f338b30588b96fa66e584d", kill_on_drop: false }`
[INFO] [stdout] 07c3f71f457a3971a99a1e69ccffbadf82e1f597b8f338b30588b96fa66e584d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 33673f743bc34ee18195cb8dc9f6cf492c1fd36313077b7a562f982408cc2427
[INFO] running `Command { std: "docker" "start" "-a" "33673f743bc34ee18195cb8dc9f6cf492c1fd36313077b7a562f982408cc2427", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/data_structures.rs:56:17
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn iter(&self) -> Iter<usize> {
[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] 56 |     pub fn iter(&self) -> Iter<'_, usize> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling cp-lib-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/data_structures.rs:56:17
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn iter(&self) -> Iter<usize> {
[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] 56 |     pub fn iter(&self) -> Iter<'_, usize> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.01s
[INFO] running `Command { std: "docker" "inspect" "33673f743bc34ee18195cb8dc9f6cf492c1fd36313077b7a562f982408cc2427", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "33673f743bc34ee18195cb8dc9f6cf492c1fd36313077b7a562f982408cc2427", kill_on_drop: false }`
[INFO] [stdout] 33673f743bc34ee18195cb8dc9f6cf492c1fd36313077b7a562f982408cc2427
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 13b42b8436d30b720c2613c7225059ad9768bbdb80c76464da2de602ef407e36
[INFO] running `Command { std: "docker" "start" "-a" "13b42b8436d30b720c2613c7225059ad9768bbdb80c76464da2de602ef407e36", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/data_structures.rs:56:17
[INFO] [stderr]    |
[INFO] [stderr] 56 |     pub fn iter(&self) -> Iter<usize> {
[INFO] [stderr]    |                 ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                 |
[INFO] [stderr]    |                 the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 56 |     pub fn iter(&self) -> Iter<'_, usize> {
[INFO] [stderr]    |                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: `cp-lib-rs` (lib) generated 1 warning (run `cargo fix --lib -p cp-lib-rs` to apply 1 suggestion)
[INFO] [stderr] warning: `cp-lib-rs` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.15s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cp_lib_rs-06c324d5050ac6ef)
[INFO] [stdout] 
[INFO] [stdout] running 32 tests
[INFO] [stdout] test grid::test::const_map_default ... ok
[INFO] [stdout] test data_structures::test::dst_add ... ok
[INFO] [stdout] test data_structures::test::index_set ... ok
[INFO] [stdout] test grid::test::const_map_new ... ok
[INFO] [stdout] test grid::test::coord_add ... ok
[INFO] [stdout] test grid::test::coord_add_assign ... ok
[INFO] [stdout] test grid::test::map_default ... ok
[INFO] [stdout] test data_structures::test::fast_clear_array ... ok
[INFO] [stdout] test modint::tests::test_comb_basic ... ok
[INFO] [stdout] test numerics::test::erathosthenes_is_prime ... ok
[INFO] [stdout] test numerics::test::erathosthenes_prime_factorize ... ok
[INFO] [stdout] test numerics::test::gcd_ok ... ok
[INFO] [stdout] test data_structures::test::rolling_hash ... ok
[INFO] [stdout] test numerics::test::lcm_ok ... ok
[INFO] [stdout] test grid::test::map_new ... ok
[INFO] [stdout] test modint::tests::test_fact_inv_fact ... ok
[INFO] [stdout] test modint::tests::test_perm_basic ... ok
[INFO] [stdout] test numerics::test::prime_factorize_ok ... ok
[INFO] [stdout] test numerics::test::divisiors ... ok
[INFO] [stdout] test random::tests::test_fast_gen_range_u16x1 ... ok
[INFO] [stdout] test numerics::test::prime_factorize_ng - should panic ... ok
[INFO] [stdout] test numerics::test::lcm_ng - should panic ... ok
[INFO] [stdout] test numerics::test::gcd_ng - should panic ... ok
[INFO] [stdout] test random::tests::test_fast_gen_range_u64x1_empty_range - should panic ... ok
[INFO] [stdout] test random::tests::test_fast_gen_range_u32x1 ... ok
[INFO] [stdout] test util::test::binary_search_test ... ok
[INFO] [stdout] test random::tests::test_fast_gen_range_u16x2 ... ok
[INFO] [stdout] test random::tests::test_fast_gen_range_u64x1 ... ok
[INFO] [stdout] test random::tests::test_fast_gen_range_u16x3 ... ok
[INFO] [stdout] test random::tests::test_fast_gen_range_u16x4 ... ok
[INFO] [stdout] test random::tests::test_fast_gen_range_u32x2 ... ok
[INFO] [stdout] test annealing::test::annealing_tsp_test ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 32 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests cp_lib_rs
[INFO] [stdout] 
[INFO] [stdout] running 24 tests
[INFO] [stdout] test src/annealing.rs - annealing::neighbors (line 116) ... ignored
[INFO] [stdout] test src/annealing.rs - annealing::run_annealing (line 364) ... ignored
[INFO] [stdout] test src/beam.rs - beam (line 22) ... ignored
[INFO] [stdout] test src/data_structures.rs - data_structures::WaveletMatrix<T>::rank (line 394) ... ok
[INFO] [stdout] test src/data_structures.rs - data_structures::WaveletMatrix<T>::kth (line 434) ... ok
[INFO] [stdout] test src/data_structures.rs - data_structures::WaveletMatrix<T>::range_freq (line 489) ... ok
[INFO] [stdout] test src/data_structures.rs - data_structures::Compressor (line 204) ... ok
[INFO] [stdout] test src/data_structures.rs - data_structures::DisjointSparseTable (line 109) ... ok
[INFO] [stdout] test src/data_structures.rs - data_structures::WaveletMatrix<T>::range_report_each (line 552) ... ok
[INFO] [stdout] test src/graph.rs - graph::RowCompressedGraph (line 7) ... ok
[INFO] [stdout] test src/data_structures.rs - data_structures::WaveletMatrix<T>::access (line 376) ... ok
[INFO] [stdout] test src/numerics.rs - numerics::calc_divisiors (line 53) ... ok
[INFO] [stdout] test src/numerics.rs - numerics::Erathosthenes (line 177) ... ok
[INFO] [stdout] test src/data_structures.rs - data_structures::RollingHash (line 775) ... ok
[INFO] [stdout] test src/numerics.rs - numerics::Erathosthenes::is_prime (line 229) ... ok
[INFO] [stdout] test src/numerics.rs - numerics::prime_factorize (line 116) ... ok
[INFO] [stdout] test src/util.rs - util::yesno (line 46) ... ok
[INFO] [stdout] test src/numerics.rs - numerics::lcm (line 36) ... ok
[INFO] [stdout] test src/util.rs - util::PrintLine (line 67) ... ok
[INFO] [stdout] test src/util.rs - util::mat (line 134) ... ok
[INFO] [stdout] test src/util.rs - util::binary_search (line 152) ... ok
[INFO] [stdout] test src/util.rs - util::ChangeMinMax (line 14) ... ok
[INFO] [stdout] test src/numerics.rs - numerics::gcd (line 9) ... ok
[INFO] [stdout] test src/diagnostics.rs - diagnostics::Perf (line 16) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 21 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.35s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 1.62s; merged doctests compilation took 1.25s
[INFO] running `Command { std: "docker" "inspect" "13b42b8436d30b720c2613c7225059ad9768bbdb80c76464da2de602ef407e36", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "13b42b8436d30b720c2613c7225059ad9768bbdb80c76464da2de602ef407e36", kill_on_drop: false }`
[INFO] [stdout] 13b42b8436d30b720c2613c7225059ad9768bbdb80c76464da2de602ef407e36
