[INFO] cloning repository https://github.com/jianshu93/dartminhash-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jianshu93/dartminhash-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjianshu93%2Fdartminhash-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjianshu93%2Fdartminhash-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] fb71edebcbd8d45083140a415fdbd7ad6cbc658a
[INFO] testing jianshu93/dartminhash-rs against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjianshu93%2Fdartminhash-rs" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jianshu93/dartminhash-rs
[INFO] finished tweaking git repo https://github.com/jianshu93/dartminhash-rs
[INFO] tweaked toml for git repo https://github.com/jianshu93/dartminhash-rs written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jianshu93/dartminhash-rs on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jianshu93/dartminhash-rs 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" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 1e4e21868a87d5093b5fe35a2dbd139321cf12bf11a81a83ac54eb167a506a8e
[INFO] running `Command { std: "docker" "start" "1e4e21868a87d5093b5fe35a2dbd139321cf12bf11a81a83ac54eb167a506a8e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1e4e21868a87d5093b5fe35a2dbd139321cf12bf11a81a83ac54eb167a506a8e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1e4e21868a87d5093b5fe35a2dbd139321cf12bf11a81a83ac54eb167a506a8e" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1e4e21868a87d5093b5fe35a2dbd139321cf12bf11a81a83ac54eb167a506a8e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1e4e21868a87d5093b5fe35a2dbd139321cf12bf11a81a83ac54eb167a506a8e" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.46
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling shlex v2.0.1
[INFO] [stderr]    Compiling rand_core v0.10.1
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling array-init v2.1.0
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling chacha20 v0.10.1
[INFO] [stderr]    Compiling cc v1.2.65
[INFO] [stderr]    Compiling mt19937 v3.1.0
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling tab-hash v0.4.0
[INFO] [stderr]    Compiling rand v0.10.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling dartminhash v0.1.8 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated constant `std::f64::INFINITY`: replaced by the `INFINITY` associated constant on `f64`
[INFO] [stdout]  --> src/darthash.rs:3:15
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::f64::INFINITY;
[INFO] [stdout]   |               ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::INFINITY`: replaced by the `INFINITY` associated constant on `f64`
[INFO] [stdout]    --> src/darthash.rs:212:34
[INFO] [stdout]     |
[INFO] [stdout] 212 |         let mut mh = vec![(0u64, INFINITY); k as usize];
[INFO] [stdout]     |                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::INFINITY`: replaced by the `INFINITY` associated constant on `f64`
[INFO] [stdout]  --> src/dartminhash.rs:6:15
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::f64::INFINITY;
[INFO] [stdout]   |               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::INFINITY`: replaced by the `INFINITY` associated constant on `f64`
[INFO] [stdout]   --> src/dartminhash.rs:47:41
[INFO] [stdout]    |
[INFO] [stdout] 47 |         let mut minhashes = vec![(0u64, INFINITY); self.k as usize];
[INFO] [stdout]    |                                         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::INFINITY`: replaced by the `INFINITY` associated constant on `f64`
[INFO] [stdout]   --> src/treeminhash.rs:12:15
[INFO] [stdout]    |
[INFO] [stdout] 12 | use std::f64::INFINITY;
[INFO] [stdout]    |               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::INFINITY`: replaced by the `INFINITY` associated constant on `f64`
[INFO] [stdout]    --> src/treeminhash.rs:351:29
[INFO] [stdout]     |
[INFO] [stdout] 351 |             return vec![(0, INFINITY); self.k as usize];
[INFO] [stdout]     |                             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::INFINITY`: replaced by the `INFINITY` associated constant on `f64`
[INFO] [stdout]    --> src/treeminhash.rs:402:33
[INFO] [stdout]     |
[INFO] [stdout] 402 | ...                   INFINITY
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 12.23s
[INFO] running `Command { std: "docker" "inspect" "1e4e21868a87d5093b5fe35a2dbd139321cf12bf11a81a83ac54eb167a506a8e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1e4e21868a87d5093b5fe35a2dbd139321cf12bf11a81a83ac54eb167a506a8e" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling dartminhash v0.1.8 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated constant `std::f64::INFINITY`: replaced by the `INFINITY` associated constant on `f64`
[INFO] [stdout]  --> src/darthash.rs:3:15
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::f64::INFINITY;
[INFO] [stdout]   |               ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::INFINITY`: replaced by the `INFINITY` associated constant on `f64`
[INFO] [stdout]    --> src/darthash.rs:212:34
[INFO] [stdout]     |
[INFO] [stdout] 212 |         let mut mh = vec![(0u64, INFINITY); k as usize];
[INFO] [stdout]     |                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::INFINITY`: replaced by the `INFINITY` associated constant on `f64`
[INFO] [stdout]  --> src/dartminhash.rs:6:15
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::f64::INFINITY;
[INFO] [stdout]   |               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::INFINITY`: replaced by the `INFINITY` associated constant on `f64`
[INFO] [stdout]   --> src/dartminhash.rs:47:41
[INFO] [stdout]    |
[INFO] [stdout] 47 |         let mut minhashes = vec![(0u64, INFINITY); self.k as usize];
[INFO] [stdout]    |                                         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::INFINITY`: replaced by the `INFINITY` associated constant on `f64`
[INFO] [stdout]   --> src/treeminhash.rs:12:15
[INFO] [stdout]    |
[INFO] [stdout] 12 | use std::f64::INFINITY;
[INFO] [stdout]    |               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::INFINITY`: replaced by the `INFINITY` associated constant on `f64`
[INFO] [stdout]    --> src/treeminhash.rs:351:29
[INFO] [stdout]     |
[INFO] [stdout] 351 |             return vec![(0, INFINITY); self.k as usize];
[INFO] [stdout]     |                             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::INFINITY`: replaced by the `INFINITY` associated constant on `f64`
[INFO] [stdout]    --> src/treeminhash.rs:402:33
[INFO] [stdout]     |
[INFO] [stdout] 402 | ...                   INFINITY
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::INFINITY`: replaced by the `INFINITY` associated constant on `f64`
[INFO] [stdout]  --> src/darthash.rs:3:15
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::f64::INFINITY;
[INFO] [stdout]   |               ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::INFINITY`: replaced by the `INFINITY` associated constant on `f64`
[INFO] [stdout]    --> src/darthash.rs:212:34
[INFO] [stdout]     |
[INFO] [stdout] 212 |         let mut mh = vec![(0u64, INFINITY); k as usize];
[INFO] [stdout]     |                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::INFINITY`: replaced by the `INFINITY` associated constant on `f64`
[INFO] [stdout]  --> src/dartminhash.rs:6:15
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::f64::INFINITY;
[INFO] [stdout]   |               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::INFINITY`: replaced by the `INFINITY` associated constant on `f64`
[INFO] [stdout]   --> src/dartminhash.rs:47:41
[INFO] [stdout]    |
[INFO] [stdout] 47 |         let mut minhashes = vec![(0u64, INFINITY); self.k as usize];
[INFO] [stdout]    |                                         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::INFINITY`: replaced by the `INFINITY` associated constant on `f64`
[INFO] [stdout]   --> src/treeminhash.rs:12:15
[INFO] [stdout]    |
[INFO] [stdout] 12 | use std::f64::INFINITY;
[INFO] [stdout]    |               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::INFINITY`: replaced by the `INFINITY` associated constant on `f64`
[INFO] [stdout]    --> src/treeminhash.rs:351:29
[INFO] [stdout]     |
[INFO] [stdout] 351 |             return vec![(0, INFINITY); self.k as usize];
[INFO] [stdout]     |                             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::INFINITY`: replaced by the `INFINITY` associated constant on `f64`
[INFO] [stdout]    --> src/treeminhash.rs:402:33
[INFO] [stdout]     |
[INFO] [stdout] 402 | ...                   INFINITY
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 3.67s
[INFO] running `Command { std: "docker" "inspect" "1e4e21868a87d5093b5fe35a2dbd139321cf12bf11a81a83ac54eb167a506a8e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1e4e21868a87d5093b5fe35a2dbd139321cf12bf11a81a83ac54eb167a506a8e" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr] warning: use of deprecated constant `std::f64::INFINITY`: replaced by the `INFINITY` associated constant on `f64`
[INFO] [stderr]  --> src/darthash.rs:3:15
[INFO] [stderr]   |
[INFO] [stderr] 3 | use std::f64::INFINITY;
[INFO] [stderr]   |               ^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated constant `std::f64::INFINITY`: replaced by the `INFINITY` associated constant on `f64`
[INFO] [stderr]    --> src/darthash.rs:212:34
[INFO] [stderr]     |
[INFO] [stderr] 212 |         let mut mh = vec![(0u64, INFINITY); k as usize];
[INFO] [stderr]     |                                  ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated constant `std::f64::INFINITY`: replaced by the `INFINITY` associated constant on `f64`
[INFO] [stderr]  --> src/dartminhash.rs:6:15
[INFO] [stderr]   |
[INFO] [stderr] 6 | use std::f64::INFINITY;
[INFO] [stderr]   |               ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated constant `std::f64::INFINITY`: replaced by the `INFINITY` associated constant on `f64`
[INFO] [stderr]   --> src/dartminhash.rs:47:41
[INFO] [stderr]    |
[INFO] [stderr] 47 |         let mut minhashes = vec![(0u64, INFINITY); self.k as usize];
[INFO] [stderr]    |                                         ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated constant `std::f64::INFINITY`: replaced by the `INFINITY` associated constant on `f64`
[INFO] [stderr]   --> src/treeminhash.rs:12:15
[INFO] [stderr]    |
[INFO] [stderr] 12 | use std::f64::INFINITY;
[INFO] [stderr]    |               ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated constant `std::f64::INFINITY`: replaced by the `INFINITY` associated constant on `f64`
[INFO] [stderr]    --> src/treeminhash.rs:351:29
[INFO] [stderr]     |
[INFO] [stderr] 351 |             return vec![(0, INFINITY); self.k as usize];
[INFO] [stderr]     |                             ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated constant `std::f64::INFINITY`: replaced by the `INFINITY` associated constant on `f64`
[INFO] [stderr]    --> src/treeminhash.rs:402:33
[INFO] [stderr]     |
[INFO] [stderr] 402 | ...                   INFINITY
[INFO] [stderr]     |                       ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `dartminhash` (lib) generated 7 warnings
[INFO] [stderr] warning: `dartminhash` (lib test) generated 7 warnings (7 duplicates)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/dartminhash-670460fca5afc794)
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test dartminhash::tests::dartminhash_large_weight_sum_vs_treeminhash ... ignored
[INFO] [stdout] test dartminhash::tests::dartminhash_multi_seed_accuracy_sweep ... ignored
[INFO] [stdout] test dartminhash::tests::conversions_match ... ok
[INFO] [stdout] test similarity::tests::test_conversions ... ok
[INFO] [stdout] test similarity::tests::test_onebit_estimate ... ok
[INFO] [stdout] test similarity::tests::test_weight_and_intersection ... ok
[INFO] [stdout] test treeminhash::tests::treeminhash_empty_or_zero_input_returns_empty_slots ... ok
[INFO] [stdout] test treeminhash::tests::treeminhash_distinguishes_shared_id_different_weight_samples ... ok
[INFO] [stdout] test treeminhash::tests::treeminhash_is_deterministic_for_fixed_seed ... ok
[INFO] [stdout] test treeminhash::tests::treeminhash_large_weight_sum_vs_dartminhash ... ignored
[INFO] [stdout] test rejsmp::tests::ers_early_stop_fills_all_buckets ... ok
[INFO] [stdout] test dartminhash::tests::dartminhash2_approximates_weighted_jaccard_sparse ... ok
[INFO] [stdout] test rejsmp::tests::ers_approximates_weighted_jaccard ... ok
[INFO] [stdout] test treeminhash::tests::treeminhash_approximates_weighted_jaccard_sparse ... ok
[INFO] [stdout] test dartminhash::tests::dartminhash_approximates_weighted_jaccard ... ok
[INFO] [stdout] test treeminhash::tests::treeminhash_approximates_weighted_jaccard ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 13 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 4.75s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests dartminhash
[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" "1e4e21868a87d5093b5fe35a2dbd139321cf12bf11a81a83ac54eb167a506a8e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1e4e21868a87d5093b5fe35a2dbd139321cf12bf11a81a83ac54eb167a506a8e", kill_on_drop: false }`
[INFO] [stdout] 1e4e21868a87d5093b5fe35a2dbd139321cf12bf11a81a83ac54eb167a506a8e
