[INFO] fetching crate tidwall_geohash 0.9.1... [INFO] checking tidwall_geohash-0.9.1 against master#33fdb797f59421c7bbecaa4588ed5d7a31a9494a for pr-87190-3 [INFO] extracting crate tidwall_geohash 0.9.1 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate tidwall_geohash 0.9.1 on toolchain 33fdb797f59421c7bbecaa4588ed5d7a31a9494a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [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/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 10d0b3bf94a29908c6af7688db64359622cc71dd302708c3f1370638793b4786 [INFO] running `Command { std: "docker" "start" "-a" "10d0b3bf94a29908c6af7688db64359622cc71dd302708c3f1370638793b4786", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "10d0b3bf94a29908c6af7688db64359622cc71dd302708c3f1370638793b4786", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "10d0b3bf94a29908c6af7688db64359622cc71dd302708c3f1370638793b4786", kill_on_drop: false }` [INFO] [stdout] 10d0b3bf94a29908c6af7688db64359622cc71dd302708c3f1370638793b4786 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6bce89ab788cd884ce2c95794ec0f0ee5e109f6d5993f76ad09f5440eb5a7a0d [INFO] running `Command { std: "docker" "start" "-a" "6bce89ab788cd884ce2c95794ec0f0ee5e109f6d5993f76ad09f5440eb5a7a0d", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.100 [INFO] [stderr] Compiling 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: 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: `#[warn(non_fmt_panics)]` on by default [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] 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] 28 | c.lat, [INFO] [stdout] 29 | c.lng, [INFO] [stdout] 30 | c.hash_int, [INFO] [stdout] 31 | hash_int, [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 [unoptimized + debuginfo] target(s) in 4.17s [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "6bce89ab788cd884ce2c95794ec0f0ee5e109f6d5993f76ad09f5440eb5a7a0d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6bce89ab788cd884ce2c95794ec0f0ee5e109f6d5993f76ad09f5440eb5a7a0d", kill_on_drop: false }` [INFO] [stdout] 6bce89ab788cd884ce2c95794ec0f0ee5e109f6d5993f76ad09f5440eb5a7a0d