[INFO] cloning repository https://github.com/erwinvaneijk/fbhash [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/erwinvaneijk/fbhash" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ferwinvaneijk%2Ffbhash", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ferwinvaneijk%2Ffbhash'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7539e9c820f33f91d1184be14aaf38d5ecf3f7ae [INFO] testing erwinvaneijk/fbhash against beta-2024-12-08 for beta-1.84.0-4 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ferwinvaneijk%2Ffbhash" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/erwinvaneijk/fbhash on toolchain beta-2024-12-08 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-12-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/erwinvaneijk/fbhash [INFO] finished tweaking git repo https://github.com/erwinvaneijk/fbhash [INFO] tweaked toml for git repo https://github.com/erwinvaneijk/fbhash written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/erwinvaneijk/fbhash 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-2024-12-08" "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-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-12-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2998d0e5def29e75000204b0d373032829fa464c6d67a6a6b124846486a9bbfc [INFO] running `Command { std: "docker" "start" "-a" "2998d0e5def29e75000204b0d373032829fa464c6d67a6a6b124846486a9bbfc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2998d0e5def29e75000204b0d373032829fa464c6d67a6a6b124846486a9bbfc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2998d0e5def29e75000204b0d373032829fa464c6d67a6a6b124846486a9bbfc", kill_on_drop: false }` [INFO] [stdout] 2998d0e5def29e75000204b0d373032829fa464c6d67a6a6b124846486a9bbfc [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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-12-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5fa78f6feb190da55ae2c71c4b7f4a02aabba2f8d1b2dc23da7cc248f6f0d58f [INFO] running `Command { std: "docker" "start" "-a" "5fa78f6feb190da55ae2c71c4b7f4a02aabba2f8d1b2dc23da7cc248f6f0d58f", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.74 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling crossbeam-utils v0.8.18 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling rayon-core v1.12.0 [INFO] [stderr] Compiling rustix v0.38.28 [INFO] [stderr] Compiling serde v1.0.194 [INFO] [stderr] Compiling bitflags v2.4.1 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling linux-raw-sys v0.4.12 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling memchr v2.7.1 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling libc v0.2.151 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling anstyle-parse v0.2.3 [INFO] [stderr] Compiling anstyle-query v1.0.2 [INFO] [stderr] Compiling portable-atomic v1.6.0 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling anstyle v1.0.4 [INFO] [stderr] Compiling zerocopy v0.7.32 [INFO] [stderr] Compiling allocator-api2 v0.2.16 [INFO] [stderr] Compiling colorchoice v1.0.0 [INFO] [stderr] Compiling ryu v1.0.16 [INFO] [stderr] Compiling clap_lex v0.6.0 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling ahash v0.8.7 [INFO] [stderr] Compiling anstream v0.6.5 [INFO] [stderr] Compiling unicode-width v0.1.11 [INFO] [stderr] Compiling serde_json v1.0.110 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling itoa v1.0.10 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling termcolor v1.4.0 [INFO] [stderr] Compiling unsafe-libyaml v0.2.10 [INFO] [stderr] Compiling aho-corasick v1.1.2 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling number_prefix v0.4.0 [INFO] [stderr] Compiling walkdir v2.3.3 [INFO] [stderr] Compiling itertools v0.11.0 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling crossbeam-epoch v0.9.17 [INFO] [stderr] Compiling syn v2.0.46 [INFO] [stderr] Compiling crossbeam-deque v0.8.4 [INFO] [stderr] Compiling hash_hasher v2.0.3 [INFO] [stderr] Compiling ordered-float v3.9.2 [INFO] [stderr] Compiling rayon v1.8.0 [INFO] [stderr] Compiling regex-automata v0.4.3 [INFO] [stderr] Compiling console v0.15.7 [INFO] [stderr] Compiling terminal_size v0.3.0 [INFO] [stderr] Compiling is-terminal v0.4.10 [INFO] [stderr] Compiling clap_builder v4.4.12 [INFO] [stderr] Compiling serde_derive v1.0.194 [INFO] [stderr] Compiling indicatif v0.17.7 [INFO] [stderr] Compiling regex v1.10.2 [INFO] [stderr] Compiling clap v4.4.12 [INFO] [stderr] Compiling env_logger v0.10.1 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling indexmap v2.1.0 [INFO] [stderr] Compiling serde_yaml v0.9.30 [INFO] [stderr] Compiling fbhash v0.1.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `number` is never read [INFO] [stdout] --> src/fbhash/chunker.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct Chunk { [INFO] [stdout] | ----- field in this struct [INFO] [stdout] 30 | pub number: usize, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Chunk` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.22s [INFO] running `Command { std: "docker" "inspect" "5fa78f6feb190da55ae2c71c4b7f4a02aabba2f8d1b2dc23da7cc248f6f0d58f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5fa78f6feb190da55ae2c71c4b7f4a02aabba2f8d1b2dc23da7cc248f6f0d58f", kill_on_drop: false }` [INFO] [stdout] 5fa78f6feb190da55ae2c71c4b7f4a02aabba2f8d1b2dc23da7cc248f6f0d58f [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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-12-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 391e6a3a01a87289133df7896271c232aa40966d05f3522e1f6fe8f03e36ad28 [INFO] running `Command { std: "docker" "start" "-a" "391e6a3a01a87289133df7896271c232aa40966d05f3522e1f6fe8f03e36ad28", kill_on_drop: false }` [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling predicates-core v1.0.6 [INFO] [stderr] Compiling float-cmp v0.9.0 [INFO] [stderr] Compiling termtree v0.4.1 [INFO] [stderr] Compiling normalize-line-endings v0.3.0 [INFO] [stderr] Compiling difflib v0.4.0 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stderr] Compiling bstr v1.9.0 [INFO] [stderr] Compiling yansi v0.5.1 [INFO] [stderr] Compiling diff v0.1.13 [INFO] [stderr] Compiling fastrand v2.0.1 [INFO] [stderr] Compiling serde_test v1.0.176 [INFO] [stdout] warning: field `number` is never read [INFO] [stdout] --> src/fbhash/chunker.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct Chunk { [INFO] [stdout] | ----- field in this struct [INFO] [stdout] 30 | pub number: usize, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Chunk` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling predicates-tree v1.0.9 [INFO] [stderr] Compiling pretty_assertions v1.4.0 [INFO] [stderr] Compiling predicates v3.0.4 [INFO] [stderr] Compiling tempfile v3.9.0 [INFO] [stderr] Compiling assert_cmd v2.0.12 [INFO] [stderr] Compiling fbhash v0.1.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/main.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 6.50s [INFO] running `Command { std: "docker" "inspect" "391e6a3a01a87289133df7896271c232aa40966d05f3522e1f6fe8f03e36ad28", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "391e6a3a01a87289133df7896271c232aa40966d05f3522e1f6fe8f03e36ad28", kill_on_drop: false }` [INFO] [stdout] 391e6a3a01a87289133df7896271c232aa40966d05f3522e1f6fe8f03e36ad28 [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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-12-08" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e9e6ee273b8c63563a61ddb570a5cf26c83d55c88f64aebd90b1dc42e5e5fe18 [INFO] running `Command { std: "docker" "start" "-a" "e9e6ee273b8c63563a61ddb570a5cf26c83d55c88f64aebd90b1dc42e5e5fe18", kill_on_drop: false }` [INFO] [stderr] warning: field `number` is never read [INFO] [stderr] --> src/fbhash/chunker.rs:30:9 [INFO] [stderr] | [INFO] [stderr] 29 | pub struct Chunk { [INFO] [stderr] | ----- field in this struct [INFO] [stderr] 30 | pub number: usize, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Chunk` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `fbhash` (bin "fbhash") generated 1 warning [INFO] [stderr] warning: `fbhash` (bin "fbhash" test) generated 1 warning [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/fbhash-e7999de89af73f4f) [INFO] [stdout] [INFO] [stdout] running 17 tests [INFO] [stdout] test fbhash::chunker::tests::test_get_three_chunks_from_yes_file ... ok [INFO] [stdout] test fbhash::index::tests::test_get_files_from_path ... ok [INFO] [stdout] test fbhash::query::tests::test_deserialization_from_string ... ok [INFO] [stdout] test fbhash::chunker::tests::test_zero_length_file ... ok [INFO] [stdout] test fbhash::chunker::tests::test_get_all_chunks_from_zero_file ... ok [INFO] [stdout] test fbhash::chunker::tests::test_get_all_chunks_from_yes_file ... ok [INFO] [stdout] test fbhash::chunker::tests::test_first_chunk_from_zero_file ... ok [INFO] [stdout] test fbhash::chunker::tests::test_litmus ... ok [INFO] [stdout] test fbhash::similarities::tests::test_document_collection ... ok [INFO] [stdout] test fbhash::similarities::tests::test_update_collection ... ok [INFO] [stdout] test fbhash::similarities::tests::test_serialization_of_document ... ok [INFO] [stdout] test fbhash::similarities::tests::test_serialization_document_set_state ... ok [INFO] [stdout] test fbhash::chunker::tests::test_litmus2 ... ok [INFO] [stdout] test fbhash::similarities::tests::test_compute_document_frequencies ... ok [INFO] [stdout] test fbhash::similarities::tests::test_cosine_distance ... ok [INFO] [stdout] test fbhash::similarities::tests::test_compute_document_scores ... ok [INFO] [stdout] test fbhash::query::tests::test_full_query ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stderr] Running tests/integration.rs (/opt/rustwide/target/debug/deps/integration-a60e2e727abdae28) [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test test_testdata_integration ... ok [INFO] [stdout] test test_testdata_integration_single_result ... ok [INFO] [stdout] test test_testdata_format_wrong ... ok [INFO] [stdout] test test_testdata_integration_binary ... ok [INFO] [stdout] test test_quiet_integration ... ok [INFO] [stdout] test test_testdata_wrong_combo ... ok [INFO] [stdout] test test_testdata_format_wrong_json_to_binary ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.42s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "e9e6ee273b8c63563a61ddb570a5cf26c83d55c88f64aebd90b1dc42e5e5fe18", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e9e6ee273b8c63563a61ddb570a5cf26c83d55c88f64aebd90b1dc42e5e5fe18", kill_on_drop: false }` [INFO] [stdout] e9e6ee273b8c63563a61ddb570a5cf26c83d55c88f64aebd90b1dc42e5e5fe18