[INFO] fetching crate tidwall_geohash 0.9.1... [INFO] checking tidwall_geohash-0.9.1 against try#c659ee110de67e82444e4b6c8407c1a9af9c2cf6 for pr-145608-1 [INFO] extracting crate tidwall_geohash 0.9.1 into /workspace/builds/worker-5-tc2/source [INFO] started tweaking crates.io crate tidwall_geohash 0.9.1 [INFO] finished tweaking crates.io crate tidwall_geohash 0.9.1 [INFO] tweaked toml for crates.io crate tidwall_geohash 0.9.1 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate tidwall_geohash 0.9.1 on toolchain c659ee110de67e82444e4b6c8407c1a9af9c2cf6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "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" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 15 packages to latest compatible versions [INFO] [stderr] Adding rand v0.7.3 (available: v0.9.2) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7b000f4e7c073ed23ca644b6a2312209ca3e0dcd2542d4c6671b73fa1be15d32 [INFO] running `Command { std: "docker" "start" "-a" "7b000f4e7c073ed23ca644b6a2312209ca3e0dcd2542d4c6671b73fa1be15d32", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7b000f4e7c073ed23ca644b6a2312209ca3e0dcd2542d4c6671b73fa1be15d32", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7b000f4e7c073ed23ca644b6a2312209ca3e0dcd2542d4c6671b73fa1be15d32", kill_on_drop: false }` [INFO] [stdout] 7b000f4e7c073ed23ca644b6a2312209ca3e0dcd2542d4c6671b73fa1be15d32 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c5b6d8baf5210216725f2c2f0317719fbcb4090018eab5e9ba07029b4256eebf [INFO] running `Command { std: "docker" "start" "-a" "c5b6d8baf5210216725f2c2f0317719fbcb4090018eab5e9ba07029b4256eebf", kill_on_drop: false }` [INFO] [stderr] Checking getrandom v0.1.16 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking tidwall_geohash v0.9.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: fields `lat` and `lng` are never read [INFO] [stdout] --> src/tests/neighbors_test_cases.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 75 | pub struct NeighborsTestCase { [INFO] [stdout] | ----------------- fields in this struct [INFO] [stdout] 76 | pub lat: f64, [INFO] [stdout] | ^^^ [INFO] [stdout] 77 | pub lng: f64, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `NeighborsTestCase` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/tests/extensive.rs:12:13 [INFO] [stdout] | [INFO] [stdout] 12 | / format!( [INFO] [stdout] 13 | | "incorrect encode string result for ({},{}): {} != {}", [INFO] [stdout] 14 | | c.lat, c.lng, c.hash, hash [INFO] [stdout] 15 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `assert!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 12 ~ [INFO] [stdout] 13 | "incorrect encode string result for ({},{}): {} != {}", [INFO] [stdout] 14 | c.lat, c.lng, c.hash, hash [INFO] [stdout] 15 ~ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/tests/extensive.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | / format!( [INFO] [stdout] 27 | | "incorrect encode integer result for ({},{}): {} != {} xor {}", [INFO] [stdout] 28 | | c.lat, [INFO] [stdout] 29 | | c.lng, [INFO] [stdout] ... | [INFO] [stdout] 32 | | c.hash_int ^ hash_int [INFO] [stdout] 33 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `assert!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 26 ~ [INFO] [stdout] 27 | "incorrect encode integer result for ({},{}): {} != {} xor {}", [INFO] [stdout] ... [INFO] [stdout] 32 | c.hash_int ^ hash_int [INFO] [stdout] 33 ~ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/tests/extensive.rs:46:17 [INFO] [stdout] | [INFO] [stdout] 46 | / format!( [INFO] [stdout] 47 | | "incorrect encode string result for ({},{}) at precision {}: {} != {}", [INFO] [stdout] 48 | | c.lat, c.lng, chars, pre, hash [INFO] [stdout] 49 | | ) [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `assert!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 46 ~ [INFO] [stdout] 47 | "incorrect encode string result for ({},{}) at precision {}: {} != {}", [INFO] [stdout] 48 | c.lat, c.lng, chars, pre, hash [INFO] [stdout] 49 ~ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/tests/extensive.rs:62:13 [INFO] [stdout] | [INFO] [stdout] 62 | format!("incorrect bounding box for {}", c.hash) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `assert!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 62 - format!("incorrect bounding box for {}", c.hash) [INFO] [stdout] 62 + "incorrect bounding box for {}", c.hash [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/tests/extensive.rs:74:13 [INFO] [stdout] | [INFO] [stdout] 74 | format!("incorrect bounding box for {}", c.hash_int) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `assert!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 74 - format!("incorrect bounding box for {}", c.hash_int) [INFO] [stdout] 74 + "incorrect bounding box for {}", c.hash_int [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/tests/extensive.rs:86:13 [INFO] [stdout] | [INFO] [stdout] 86 | format!("large error in decoded latitude for {}", c.hash_int) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `assert!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 86 - format!("large error in decoded latitude for {}", c.hash_int) [INFO] [stdout] 86 + "large error in decoded latitude for {}", c.hash_int [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/tests/extensive.rs:90:13 [INFO] [stdout] | [INFO] [stdout] 90 | format!("large error in decoded longitude for {}", c.hash_int) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `assert!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 90 - format!("large error in decoded longitude for {}", c.hash_int) [INFO] [stdout] 90 + "large error in decoded longitude for {}", c.hash_int [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/tests/extensive.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | / format!( [INFO] [stdout] 103 | | "hash {} decoded to {},{} should lie in {:?}", [INFO] [stdout] 104 | | c.hash, lat, lng, c.r#box [INFO] [stdout] 105 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `assert!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 102 ~ [INFO] [stdout] 103 | "hash {} decoded to {},{} should lie in {:?}", [INFO] [stdout] 104 | c.hash, lat, lng, c.r#box [INFO] [stdout] 105 ~ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/tests/extensive.rs:117:13 [INFO] [stdout] | [INFO] [stdout] 117 | / format!( [INFO] [stdout] 118 | | "hash {} decoded to {},{} should lie in {:?}", [INFO] [stdout] 119 | | c.hash, lat, lng, c.r#box [INFO] [stdout] 120 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `assert!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 117 ~ [INFO] [stdout] 118 | "hash {} decoded to {},{} should lie in {:?}", [INFO] [stdout] 119 | c.hash, lat, lng, c.r#box [INFO] [stdout] 120 ~ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/tests/extensive.rs:134:13 [INFO] [stdout] | [INFO] [stdout] 134 | format!("hash {} decoded and re-encoded to {}", c.hash, rehashed) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `assert!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 134 - format!("hash {} decoded and re-encoded to {}", c.hash, rehashed) [INFO] [stdout] 134 + "hash {} decoded and re-encoded to {}", c.hash, rehashed [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/tests/geohash.rs:98:13 [INFO] [stdout] | [INFO] [stdout] 98 | format!("contains {},{} should be {}", c.0, c.1, c.2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `assert!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 98 - format!("contains {},{} should be {}", c.0, c.1, c.2) [INFO] [stdout] 98 + "contains {},{} should be {}", c.0, c.1, c.2 [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/tests/geohash.rs:124:17 [INFO] [stdout] | [INFO] [stdout] 124 | format!("actual: {} \n expected: {}\n", neighbor, expected) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `assert!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 124 - format!("actual: {} \n expected: {}\n", neighbor, expected) [INFO] [stdout] 124 + "actual: {} \n expected: {}\n", neighbor, expected [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/tests/geohash.rs:153:17 [INFO] [stdout] | [INFO] [stdout] 153 | / format!( [INFO] [stdout] 154 | | "neighbor: {} does not match expected: {}", [INFO] [stdout] 155 | | neighbor, expected [INFO] [stdout] 156 | | ) [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `assert!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 153 ~ [INFO] [stdout] 154 | "neighbor: {} does not match expected: {}", [INFO] [stdout] 155 | neighbor, expected [INFO] [stdout] 156 ~ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/tests/geohash.rs:170:17 [INFO] [stdout] | [INFO] [stdout] 170 | format!("actual: {} \n expected: {}\n", neighbor, expected) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `assert!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 170 - format!("actual: {} \n expected: {}\n", neighbor, expected) [INFO] [stdout] 170 + "actual: {} \n expected: {}\n", neighbor, expected [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s [INFO] running `Command { std: "docker" "inspect" "c5b6d8baf5210216725f2c2f0317719fbcb4090018eab5e9ba07029b4256eebf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c5b6d8baf5210216725f2c2f0317719fbcb4090018eab5e9ba07029b4256eebf", kill_on_drop: false }` [INFO] [stdout] c5b6d8baf5210216725f2c2f0317719fbcb4090018eab5e9ba07029b4256eebf