[INFO] fetching crate fastmurmur3 0.2.0...
[INFO] testing fastmurmur3-0.2.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate fastmurmur3 0.2.0 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate fastmurmur3 0.2.0
[INFO] finished tweaking crates.io crate fastmurmur3 0.2.0
[INFO] tweaked toml for crates.io crate fastmurmur3 0.2.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate fastmurmur3 0.2.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 94 packages to latest compatible versions
[INFO] [stderr]       Adding criterion v0.3.6 (available: v0.7.0)
[INFO] [stderr]       Adding rand v0.8.5 (available: v0.9.2)
[INFO] [stderr]       Adding rustc-hash v1.1.0 (available: v2.1.1)
[INFO] [stderr]       Adding twox-hash v1.6.3 (available: v2.1.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9cc990ee617e05584b075c884551b0aec4d2a0c246eccebeea36505806157efd
[INFO] running `Command { std: "docker" "start" "-a" "9cc990ee617e05584b075c884551b0aec4d2a0c246eccebeea36505806157efd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9cc990ee617e05584b075c884551b0aec4d2a0c246eccebeea36505806157efd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9cc990ee617e05584b075c884551b0aec4d2a0c246eccebeea36505806157efd", kill_on_drop: false }`
[INFO] [stdout] 9cc990ee617e05584b075c884551b0aec4d2a0c246eccebeea36505806157efd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 43daf045bf2ba64583d582aa934ab7fe90a1b8bdbd3b6b1b50e2f4682836da01
[INFO] running `Command { std: "docker" "start" "-a" "43daf045bf2ba64583d582aa934ab7fe90a1b8bdbd3b6b1b50e2f4682836da01", kill_on_drop: false }`
[INFO] [stderr]    Compiling fastmurmur3 v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused macro definition: `test_println`
[INFO] [stdout]   --> src/murmur3rs.rs:17:14
[INFO] [stdout]    |
[INFO] [stdout] 17 | macro_rules! test_println {
[INFO] [stdout]    |              ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.24s
[INFO] running `Command { std: "docker" "inspect" "43daf045bf2ba64583d582aa934ab7fe90a1b8bdbd3b6b1b50e2f4682836da01", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "43daf045bf2ba64583d582aa934ab7fe90a1b8bdbd3b6b1b50e2f4682836da01", kill_on_drop: false }`
[INFO] [stdout] 43daf045bf2ba64583d582aa934ab7fe90a1b8bdbd3b6b1b50e2f4682836da01
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 177c7e9cd236d63363bb7726ef856d1ca5a2bc420973ed8d1a2d77f122918c8c
[INFO] running `Command { std: "docker" "start" "-a" "177c7e9cd236d63363bb7726ef856d1ca5a2bc420973ed8d1a2d77f122918c8c", kill_on_drop: false }`
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling gcc v0.3.55
[INFO] [stderr]    Compiling xoroshiro128 v0.3.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling seahash v3.0.7
[INFO] [stderr]    Compiling sha-1 v0.10.1
[INFO] [stderr]    Compiling murmur3 v0.5.2
[INFO] [stderr]    Compiling xxhash-rust v0.8.15
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling criterion v0.3.6
[INFO] [stdout] warning: unused macro definition: `test_println`
[INFO] [stdout]   --> src/murmur3rs.rs:17:14
[INFO] [stdout]    |
[INFO] [stdout] 17 | macro_rules! test_println {
[INFO] [stdout]    |              ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling fasthash-sys v0.3.2
[INFO] [stderr]    Compiling twox-hash v1.6.3
[INFO] [stderr]    Compiling fasthash v0.4.0
[INFO] [stderr]    Compiling fastmurmur3 v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused macro definition: `test_println`
[INFO] [stdout]   --> src/murmur3rs.rs:17:14
[INFO] [stdout]    |
[INFO] [stdout] 17 | macro_rules! test_println {
[INFO] [stdout]    |              ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `murmur3c`
[INFO] [stdout]   --> src/lib.rs:20:17
[INFO] [stdout]    |
[INFO] [stdout] 20 |         let b = murmur3c::hash(SOURCE);
[INFO] [stdout]    |                 ^^^^^^^^ use of unresolved module or unlinked crate `murmur3c`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:7:9
[INFO] [stdout]    |
[INFO] [stdout]  6 | #[cfg(feature = "murmur3c")]
[INFO] [stdout]    |       -------------------- the item is gated behind the `murmur3c` feature
[INFO] [stdout]  7 | pub mod murmur3c;
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 20 -         let b = murmur3c::hash(SOURCE);
[INFO] [stdout] 20 +         let b = murmur3::hash(SOURCE);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/lib.rs:33:54
[INFO] [stdout]    |
[INFO] [stdout] 33 |             let a = murmur3rs::murmur3_x64_128(&buf, salt);
[INFO] [stdout]    |                     --------------------------       ^^^^ expected `u64`, found `u32`
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: function defined here
[INFO] [stdout]   --> src/murmur3rs.rs:27:8
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub fn murmur3_x64_128(data: &[u8], seed: u64) -> u128 {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^              ---------
[INFO] [stdout] help: you can convert a `u32` to a `u64`
[INFO] [stdout]    |
[INFO] [stdout] 33 |             let a = murmur3rs::murmur3_x64_128(&buf, salt.into());
[INFO] [stdout]    |                                                          +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `murmur3c`
[INFO] [stdout]   --> src/lib.rs:34:21
[INFO] [stdout]    |
[INFO] [stdout] 34 |             let b = murmur3c::murmur3_x64_128(&buf, salt);
[INFO] [stdout]    |                     ^^^^^^^^ use of unresolved module or unlinked crate `murmur3c`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:7:9
[INFO] [stdout]    |
[INFO] [stdout]  6 | #[cfg(feature = "murmur3c")]
[INFO] [stdout]    |       -------------------- the item is gated behind the `murmur3c` feature
[INFO] [stdout]  7 | pub mod murmur3c;
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 34 -             let b = murmur3c::murmur3_x64_128(&buf, salt);
[INFO] [stdout] 34 +             let b = murmur3::murmur3_x64_128(&buf, salt);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fastmurmur3` (lib test) due to 3 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "177c7e9cd236d63363bb7726ef856d1ca5a2bc420973ed8d1a2d77f122918c8c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "177c7e9cd236d63363bb7726ef856d1ca5a2bc420973ed8d1a2d77f122918c8c", kill_on_drop: false }`
[INFO] [stdout] 177c7e9cd236d63363bb7726ef856d1ca5a2bc420973ed8d1a2d77f122918c8c
