[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] 186e57f31a69cf0b7fc8dd7acab41d498ba8b921 [INFO] testing terry-u16/rust-library against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fterry-u16%2Frust-library" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-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-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/terry-u16/rust-library on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "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" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 153c7eeea2d4b3297e5827accc061aff7cadf1cd341118624d7516032f0ebc26 [INFO] running `Command { std: "docker" "start" "-a" "153c7eeea2d4b3297e5827accc061aff7cadf1cd341118624d7516032f0ebc26", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "153c7eeea2d4b3297e5827accc061aff7cadf1cd341118624d7516032f0ebc26", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "153c7eeea2d4b3297e5827accc061aff7cadf1cd341118624d7516032f0ebc26", kill_on_drop: false }` [INFO] [stdout] 153c7eeea2d4b3297e5827accc061aff7cadf1cd341118624d7516032f0ebc26 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 32e0692ce83779b9c187e5f3845599b856c913fe23cdc3b006f3a30e8a27f20b [INFO] running `Command { std: "docker" "start" "-a" "32e0692ce83779b9c187e5f3845599b856c913fe23cdc3b006f3a30e8a27f20b", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.67 [INFO] [stderr] Compiling libm v0.2.7 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling libc v0.2.148 [INFO] [stderr] Compiling memchr v2.6.3 [INFO] [stderr] Compiling regex-syntax v0.7.5 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling anyhow v1.0.75 [INFO] [stderr] Compiling serde v1.0.188 [INFO] [stderr] Compiling paste v1.0.14 [INFO] [stderr] Compiling thiserror v1.0.48 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling getrandom v0.2.10 [INFO] [stderr] Compiling aho-corasick v1.1.1 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling syn v2.0.37 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling matrixmultiply v0.3.7 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Compiling varisat-formula v0.2.2 [INFO] [stderr] Compiling bytemuck v1.14.0 [INFO] [stderr] Compiling target-features v0.1.4 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling safe_arch v0.7.1 [INFO] [stderr] Compiling num-complex v0.4.3 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Compiling arbitrary v1.3.0 [INFO] [stderr] Compiling regex-automata v0.3.8 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling im-rc v15.1.0 [INFO] [stderr] Compiling serde_derive v1.0.188 [INFO] [stderr] Compiling thiserror-impl v1.0.48 [INFO] [stderr] Compiling wide v0.7.11 [INFO] [stderr] Compiling approx v0.5.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling varisat-internal-proof v0.2.2 [INFO] [stderr] Compiling varisat v0.2.2 [INFO] [stderr] Compiling regex v1.9.1 [INFO] [stderr] Compiling varisat-dimacs v0.2.2 [INFO] [stderr] Compiling az v1.2.1 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Compiling amplify_syn v1.1.6 [INFO] [stderr] Compiling simba v0.8.1 [INFO] [stderr] Compiling ordered-float v2.10.0 [INFO] [stderr] Compiling approx v0.3.2 [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 either v1.8.1 [INFO] [stderr] Compiling amplify_num v0.4.1 [INFO] [stderr] Compiling vec_mut_scan v0.3.0 [INFO] [stderr] Compiling bitvec v1.0.1 [INFO] [stderr] Compiling bstr v1.6.0 [INFO] [stderr] Compiling partial_ref_derive v0.3.3 [INFO] [stderr] Compiling proconio-derive v0.2.1 [INFO] [stderr] Compiling multiversion-macros v0.7.3 [INFO] [stderr] Compiling partial_ref v0.3.3 [INFO] [stderr] Compiling varisat-internal-macros v0.2.2 [INFO] [stderr] Compiling proconio v0.4.5 [INFO] [stderr] Compiling amplify_derive v2.11.3 [INFO] [stderr] Compiling argio-macro v0.2.0 [INFO] [stderr] Compiling nalgebra-macros v0.2.1 [INFO] [stderr] Compiling memoise v0.3.2 [INFO] [stderr] Compiling itertools v0.11.0 [INFO] [stderr] Compiling pathfinding v4.3.0 [INFO] [stderr] Compiling argio v0.2.0 [INFO] [stderr] Compiling alga v0.9.3 [INFO] [stderr] Compiling num v0.4.1 [INFO] [stderr] Compiling multiversion v0.7.2 [INFO] [stderr] Compiling petgraph v0.6.3 [INFO] [stderr] Compiling rand_distr v0.4.3 [INFO] [stderr] Compiling ndarray v0.15.6 [INFO] [stderr] Compiling num-derive v0.4.0 [INFO] [stderr] Compiling amplify v3.14.2 [INFO] [stderr] Compiling smallvec v1.11.0 [INFO] [stderr] Compiling multimap v0.9.0 [INFO] [stderr] Compiling btreemultimap v0.1.1 [INFO] [stderr] Compiling varisat-checker v0.2.2 [INFO] [stderr] Compiling itertools-num v0.1.3 [INFO] [stderr] Compiling counter v0.5.7 [INFO] [stderr] Compiling ordered-float v3.7.0 [INFO] [stderr] Compiling rand_hc v0.3.2 [INFO] [stderr] Compiling rand_pcg v0.3.1 [INFO] [stderr] Compiling superslice v1.0.0 [INFO] [stderr] Compiling indexing v0.4.1 [INFO] [stderr] Compiling hashbag v0.1.11 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling ac-library-rs v0.1.1 [INFO] [stderr] Compiling easy-ext v1.0.1 [INFO] [stderr] Compiling omniswap v0.1.0 [INFO] [stderr] Compiling ascii v1.1.0 [INFO] [stderr] Compiling recur-fn v2.2.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 text_io v0.1.12 [INFO] [stderr] Compiling nalgebra v0.32.3 [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:55:17 [INFO] [stdout] | [INFO] [stdout] 55 | pub fn iter(&self) -> Iter { [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] 55 | pub fn iter(&self) -> Iter<'_, usize> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 36s [INFO] running `Command { std: "docker" "inspect" "32e0692ce83779b9c187e5f3845599b856c913fe23cdc3b006f3a30e8a27f20b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "32e0692ce83779b9c187e5f3845599b856c913fe23cdc3b006f3a30e8a27f20b", kill_on_drop: false }` [INFO] [stdout] 32e0692ce83779b9c187e5f3845599b856c913fe23cdc3b006f3a30e8a27f20b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1a23d26ba311142e0160e4346973367a8e7caa93e02a9e2feb205f2c745c9ed6 [INFO] running `Command { std: "docker" "start" "-a" "1a23d26ba311142e0160e4346973367a8e7caa93e02a9e2feb205f2c745c9ed6", kill_on_drop: false }` [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/data_structures.rs:55:17 [INFO] [stdout] | [INFO] [stdout] 55 | pub fn iter(&self) -> Iter { [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] 55 | 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:55:17 [INFO] [stdout] | [INFO] [stdout] 55 | pub fn iter(&self) -> Iter { [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] 55 | pub fn iter(&self) -> Iter<'_, usize> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.94s [INFO] running `Command { std: "docker" "inspect" "1a23d26ba311142e0160e4346973367a8e7caa93e02a9e2feb205f2c745c9ed6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1a23d26ba311142e0160e4346973367a8e7caa93e02a9e2feb205f2c745c9ed6", kill_on_drop: false }` [INFO] [stdout] 1a23d26ba311142e0160e4346973367a8e7caa93e02a9e2feb205f2c745c9ed6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a7617ae35500e021b34a4a478546be4d0252723e5e413d787375d87d2ab30733 [INFO] running `Command { std: "docker" "start" "-a" "a7617ae35500e021b34a4a478546be4d0252723e5e413d787375d87d2ab30733", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/data_structures.rs:55:17 [INFO] [stderr] | [INFO] [stderr] 55 | pub fn iter(&self) -> Iter { [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] 55 | 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.20s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cp_lib_rs-8588bc551e8cb426) [INFO] [stdout] [INFO] [stdout] running 32 tests [INFO] [stdout] test grid::test::const_map_default ... ok [INFO] [stdout] test data_structures::test::index_set ... ok [INFO] [stdout] test data_structures::test::fast_clear_array ... ok [INFO] [stdout] test data_structures::test::dst_add ... ok [INFO] [stdout] test data_structures::test::rolling_hash ... ok [INFO] [stdout] test grid::test::coord_add_assign ... ok [INFO] [stdout] test grid::test::map_new ... ok [INFO] [stdout] test grid::test::map_default ... ok [INFO] [stdout] test grid::test::const_map_new ... ok [INFO] [stdout] test modint::tests::test_comb_basic ... ok [INFO] [stdout] test modint::tests::test_perm_basic ... ok [INFO] [stdout] test grid::test::coord_add ... ok [INFO] [stdout] test numerics::test::gcd_ok ... ok [INFO] [stdout] test modint::tests::test_fact_inv_fact ... ok [INFO] [stdout] test numerics::test::divisiors ... ok [INFO] [stdout] test numerics::test::erathosthenes_is_prime ... ok [INFO] [stdout] test numerics::test::lcm_ok ... ok [INFO] [stdout] test numerics::test::prime_factorize_ok ... ok [INFO] [stdout] test numerics::test::erathosthenes_prime_factorize ... ok [INFO] [stdout] test random::tests::test_fast_gen_range_u16x1 ... ok [INFO] [stdout] test random::tests::test_fast_gen_range_u16x3 ... ok [INFO] [stdout] test random::tests::test_fast_gen_range_u16x2 ... ok [INFO] [stdout] test random::tests::test_fast_gen_range_u32x1 ... ok [INFO] [stdout] test numerics::test::gcd_ng - should panic ... ok [INFO] [stdout] test numerics::test::lcm_ng - should panic ... ok [INFO] [stdout] test util::test::binary_search_test ... ok [INFO] [stdout] test numerics::test::prime_factorize_ng - should panic ... ok [INFO] [stdout] test random::tests::test_fast_gen_range_u16x4 ... 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_u32x2 ... ok [INFO] [stdout] test random::tests::test_fast_gen_range_u64x1 ... 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 22 tests [INFO] [stdout] test src/annealing.rs - annealing::neighbors (line 116) ... ignored [INFO] [stdout] test src/annealing.rs - annealing::run_annealing (line 368) ... ignored [INFO] [stdout] test src/beam.rs - beam (line 22) ... ignored [INFO] [stdout] test src/data_structures.rs - data_structures::DisjointSparseTable (line 107) ... ok [INFO] [stdout] test src/data_structures.rs - data_structures::WaveletMatrix::access (line 373) ... ok [INFO] [stdout] test src/data_structures.rs - data_structures::Compressor (line 202) ... ok [INFO] [stdout] test src/data_structures.rs - data_structures::WaveletMatrix::kth (line 431) ... ok [INFO] [stdout] test src/data_structures.rs - data_structures::WaveletMatrix::range_freq (line 486) ... ok [INFO] [stdout] test src/data_structures.rs - data_structures::RollingHash (line 771) ... ok [INFO] [stdout] test src/numerics.rs - numerics::Erathosthenes (line 177) ... ok [INFO] [stdout] test src/data_structures.rs - data_structures::WaveletMatrix::rank (line 391) ... ok [INFO] [stdout] test src/numerics.rs - numerics::gcd (line 9) ... ok [INFO] [stdout] test src/data_structures.rs - data_structures::WaveletMatrix::range_report_each (line 549) ... ok [INFO] [stdout] test src/graph.rs - graph::RowCompressedGraph (line 7) ... ok [INFO] [stdout] test src/diagnostics.rs - diagnostics::Perf (line 16) ... ok [INFO] [stdout] test src/numerics.rs - numerics::calc_divisiors (line 53) ... ok [INFO] [stdout] test src/numerics.rs - numerics::Erathosthenes::is_prime (line 229) ... ok [INFO] [stdout] test src/numerics.rs - numerics::lcm (line 36) ... ok [INFO] [stdout] test src/numerics.rs - numerics::prime_factorize (line 116) ... ok [INFO] [stdout] test src/util.rs - util::binary_search (line 59) ... ok [INFO] [stdout] test src/util.rs - util::mat (line 41) ... ok [INFO] [stdout] test src/util.rs - util::ChangeMinMax (line 9) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 19 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 2.65s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "a7617ae35500e021b34a4a478546be4d0252723e5e413d787375d87d2ab30733", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a7617ae35500e021b34a4a478546be4d0252723e5e413d787375d87d2ab30733", kill_on_drop: false }` [INFO] [stdout] a7617ae35500e021b34a4a478546be4d0252723e5e413d787375d87d2ab30733