[INFO] fetching crate farmhash 1.1.5... [INFO] building farmhash-1.1.5 against try#d5c88c22807925c189328ef9d923c5d2b11a95b8+rustflags=-Zprofile-closures for pr-87066-3 [INFO] extracting crate farmhash 1.1.5 into /workspace/builds/worker-112/source [INFO] validating manifest of crates.io crate farmhash 1.1.5 on toolchain d5c88c22807925c189328ef9d923c5d2b11a95b8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate farmhash 1.1.5 [INFO] finished tweaking crates.io crate farmhash 1.1.5 [INFO] tweaked toml for crates.io crate farmhash 1.1.5 written to /workspace/builds/worker-112/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "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-112/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-112/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 577a3086df538211e7c4ef5cbed8aa8471abcd52f53cb825071c290916a30dd8 [INFO] running `Command { std: "docker" "start" "-a" "577a3086df538211e7c4ef5cbed8aa8471abcd52f53cb825071c290916a30dd8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "577a3086df538211e7c4ef5cbed8aa8471abcd52f53cb825071c290916a30dd8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "577a3086df538211e7c4ef5cbed8aa8471abcd52f53cb825071c290916a30dd8", kill_on_drop: false }` [INFO] [stdout] 577a3086df538211e7c4ef5cbed8aa8471abcd52f53cb825071c290916a30dd8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-112/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-112/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 -Zprofile-closures" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9872d92bc6b555046101ff04d619e0bc7210f324867c59491a4f9d10818bce1e [INFO] running `Command { std: "docker" "start" "-a" "9872d92bc6b555046101ff04d619e0bc7210f324867c59491a4f9d10818bce1e", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling farmhash v1.1.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around method argument [INFO] [stdout] --> src/farmhashna.rs:49:36 [INFO] [stdout] | [INFO] [stdout] 49 | w.first = w.first.wrapping_add(((len as u64 - 1) & 63)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/farmhashxo.rs:44:11 [INFO] [stdout] | [INFO] [stdout] 44 | 0 ...16 => hash_len_0_to_16(s), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/farmhashxo.rs:45:11 [INFO] [stdout] | [INFO] [stdout] 45 | 17...32 => hash_len_17_to_32(s), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/farmhashxo.rs:46:11 [INFO] [stdout] | [INFO] [stdout] 46 | 33...64 => xo_hash_len_33_to_64(s, s.len()), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/farmhashxo.rs:47:11 [INFO] [stdout] | [INFO] [stdout] 47 | 65...96 => xo_hash_len_65_to_96(s, s.len()), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/farmhashxo.rs:48:11 [INFO] [stdout] | [INFO] [stdout] 48 | 97...256 => na_hash64(s), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/farmhashmk_shared.rs:36:28 [INFO] [stdout] | [INFO] [stdout] 36 | return fmix(mur(b, mur((len as u32), c))) [INFO] [stdout] | ^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.44s [INFO] running `Command { std: "docker" "inspect" "9872d92bc6b555046101ff04d619e0bc7210f324867c59491a4f9d10818bce1e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9872d92bc6b555046101ff04d619e0bc7210f324867c59491a4f9d10818bce1e", kill_on_drop: false }` [INFO] [stdout] 9872d92bc6b555046101ff04d619e0bc7210f324867c59491a4f9d10818bce1e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-112/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-112/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 -Zprofile-closures" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ba49b14bf4bd1ddd9c7ecbb11640265f70d362645b104d4d044db8f5e334d8bc [INFO] running `Command { std: "docker" "start" "-a" "ba49b14bf4bd1ddd9c7ecbb11640265f70d362645b104d4d044db8f5e334d8bc", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stdout] warning: unnecessary parentheses around method argument [INFO] [stdout] --> src/farmhashna.rs:49:36 [INFO] [stdout] | [INFO] [stdout] 49 | w.first = w.first.wrapping_add(((len as u64 - 1) & 63)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/farmhashxo.rs:44:11 [INFO] [stdout] | [INFO] [stdout] 44 | 0 ...16 => hash_len_0_to_16(s), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/farmhashxo.rs:45:11 [INFO] [stdout] | [INFO] [stdout] 45 | 17...32 => hash_len_17_to_32(s), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/farmhashxo.rs:46:11 [INFO] [stdout] | [INFO] [stdout] 46 | 33...64 => xo_hash_len_33_to_64(s, s.len()), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/farmhashxo.rs:47:11 [INFO] [stdout] | [INFO] [stdout] 47 | 65...96 => xo_hash_len_65_to_96(s, s.len()), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/farmhashxo.rs:48:11 [INFO] [stdout] | [INFO] [stdout] 48 | 97...256 => na_hash64(s), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/farmhashmk_shared.rs:36:28 [INFO] [stdout] | [INFO] [stdout] 36 | return fmix(mur(b, mur((len as u32), c))) [INFO] [stdout] | ^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling farmhash v1.1.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around method argument [INFO] [stdout] --> src/farmhashna.rs:49:36 [INFO] [stdout] | [INFO] [stdout] 49 | w.first = w.first.wrapping_add(((len as u64 - 1) & 63)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/farmhashxo.rs:44:11 [INFO] [stdout] | [INFO] [stdout] 44 | 0 ...16 => hash_len_0_to_16(s), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/farmhashxo.rs:45:11 [INFO] [stdout] | [INFO] [stdout] 45 | 17...32 => hash_len_17_to_32(s), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/farmhashxo.rs:46:11 [INFO] [stdout] | [INFO] [stdout] 46 | 33...64 => xo_hash_len_33_to_64(s, s.len()), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/farmhashxo.rs:47:11 [INFO] [stdout] | [INFO] [stdout] 47 | 65...96 => xo_hash_len_65_to_96(s, s.len()), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/farmhashxo.rs:48:11 [INFO] [stdout] | [INFO] [stdout] 48 | 97...256 => na_hash64(s), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/farmhashmk_shared.rs:36:28 [INFO] [stdout] | [INFO] [stdout] 36 | return fmix(mur(b, mur((len as u32), c))) [INFO] [stdout] | ^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: test_hash32, (461a9ebef6735028, f34e84c8f0464ea0), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: test_hash64, (66cf692fe94dd9b, 49eaa71fd45d1442), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: test_hash32, (2ad2d5c5bc0fa7a4, 259a83b3075591dd), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: test_hash32, (57ee23193d53d40f, c53344ad978bca82), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: test_hash32, (a34f5e05aa7d9294, a2dce37b2c5c9d6f), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: test_hash64, (ffae82aa732d5136, 3200fe8740eba006), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: test_hash64, (e766e65d20296bab, 8107052949ade604), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: test_hash64, (3d9ac44d7969bb9a, a9853d0236673a05), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: farmhash, (d56ccd644884d8f1, 12c43c6a20807972), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: farmhash, (283a6205c632d9f8, b7894b9a22e78b48), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: farmhash, (ad1086b4803f54e4, 62fcf62ca54895c4), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: farmhash, (633aa79244d60071, 2f2d6068ec96230e), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: farmhash, (213194de364a614d, 508016ff2454c24), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: farmhash, (9338f0e44db1159c, 450851ca7ba8d574), 0, 0 [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.02s [INFO] running `Command { std: "docker" "inspect" "ba49b14bf4bd1ddd9c7ecbb11640265f70d362645b104d4d044db8f5e334d8bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ba49b14bf4bd1ddd9c7ecbb11640265f70d362645b104d4d044db8f5e334d8bc", kill_on_drop: false }` [INFO] [stdout] ba49b14bf4bd1ddd9c7ecbb11640265f70d362645b104d4d044db8f5e334d8bc