[INFO] fetching crate tidwall_geohash 0.9.1... [INFO] checking tidwall_geohash-0.9.1 against try#b20a093d9fb1ffaa04ae9852cb034864a992bafd for pr-85073 [INFO] extracting crate tidwall_geohash 0.9.1 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate tidwall_geohash 0.9.1 on toolchain b20a093d9fb1ffaa04ae9852cb034864a992bafd [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b20a093d9fb1ffaa04ae9852cb034864a992bafd" "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-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b20a093d9fb1ffaa04ae9852cb034864a992bafd" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b20a093d9fb1ffaa04ae9852cb034864a992bafd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+b20a093d9fb1ffaa04ae9852cb034864a992bafd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0a2965fbe6e1949bf49fd6ca3427137c5489465df67449755c8cab9a009165f6 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "0a2965fbe6e1949bf49fd6ca3427137c5489465df67449755c8cab9a009165f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0a2965fbe6e1949bf49fd6ca3427137c5489465df67449755c8cab9a009165f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0a2965fbe6e1949bf49fd6ca3427137c5489465df67449755c8cab9a009165f6", kill_on_drop: false }` [INFO] [stdout] 0a2965fbe6e1949bf49fd6ca3427137c5489465df67449755c8cab9a009165f6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+b20a093d9fb1ffaa04ae9852cb034864a992bafd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b5068e41eccc410116f3b61cdd9ce6e3b317ce58c7eb89f025d9af872626ae24 [INFO] running `Command { std: "docker" "start" "-a" "b5068e41eccc410116f3b61cdd9ce6e3b317ce58c7eb89f025d9af872626ae24", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.95 [INFO] [stderr] Checking cfg-if v1.0.0 [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: 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_panic)]` on by default [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() 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 is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() 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 is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() 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 is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() 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 | "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 is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() 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 | "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 is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() 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 | "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 is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() 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 | "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 is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() 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 is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() 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 is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() 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 | "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 is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() 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 | "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 is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() 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 | "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 is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() 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 is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() 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 | "actual: {} \n expected: {}\n", neighbor, expected [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.42s [INFO] running `Command { std: "docker" "inspect" "b5068e41eccc410116f3b61cdd9ce6e3b317ce58c7eb89f025d9af872626ae24", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b5068e41eccc410116f3b61cdd9ce6e3b317ce58c7eb89f025d9af872626ae24", kill_on_drop: false }` [INFO] [stdout] b5068e41eccc410116f3b61cdd9ce6e3b317ce58c7eb89f025d9af872626ae24