[INFO] fetching crate googleprojection 1.2.0...
[INFO] checking googleprojection-1.2.0 against try#012cd62c9add58ab3910e44c137d87db3ab70f61 for pr-155915
[INFO] extracting crate googleprojection 1.2.0 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate googleprojection 1.2.0
[INFO] finished tweaking crates.io crate googleprojection 1.2.0
[INFO] tweaked toml for crates.io crate googleprojection 1.2.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate googleprojection 1.2.0 on toolchain 012cd62c9add58ab3910e44c137d87db3ab70f61
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "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" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[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-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] be79a16335a9f6a9d54e14d2cadbb7b66a362f3d801d15654be6d3a259bc3933
[INFO] running `Command { std: "docker" "start" "-a" "be79a16335a9f6a9d54e14d2cadbb7b66a362f3d801d15654be6d3a259bc3933", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "be79a16335a9f6a9d54e14d2cadbb7b66a362f3d801d15654be6d3a259bc3933", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "be79a16335a9f6a9d54e14d2cadbb7b66a362f3d801d15654be6d3a259bc3933", kill_on_drop: false }`
[INFO] [stdout] be79a16335a9f6a9d54e14d2cadbb7b66a362f3d801d15654be6d3a259bc3933
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c8ccc33640aae790f799448fc9512470673e74a37f35cb071687337cb9d2e535
[INFO] running `Command { std: "docker" "start" "-a" "c8ccc33640aae790f799448fc9512470673e74a37f35cb071687337cb9d2e535", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr]     Checking googleprojection v1.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]    --> src/lib.rs:140:16
[INFO] [stdout]     |
[INFO] [stdout] 140 |     fn with_xy(f64, f64) -> Self;
[INFO] [stdout]     |                ^^^ help: try naming the parameter or explicitly ignoring it: `_: f64`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/trait-fn-parameters.html>
[INFO] [stdout]     = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]    --> src/lib.rs:140:21
[INFO] [stdout]     |
[INFO] [stdout] 140 |     fn with_xy(f64, f64) -> Self;
[INFO] [stdout]     |                     ^^^ help: try naming the parameter or explicitly ignoring it: `_: f64`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/trait-fn-parameters.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]    --> src/lib.rs:140:16
[INFO] [stdout]     |
[INFO] [stdout] 140 |     fn with_xy(f64, f64) -> Self;
[INFO] [stdout]     |                ^^^ help: try naming the parameter or explicitly ignoring it: `_: f64`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/trait-fn-parameters.html>
[INFO] [stdout]     = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]    --> src/lib.rs:140:21
[INFO] [stdout]     |
[INFO] [stdout] 140 |     fn with_xy(f64, f64) -> Self;
[INFO] [stdout]     |                     ^^^ help: try naming the parameter or explicitly ignoring it: `_: f64`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/trait-fn-parameters.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:210:21
[INFO] [stdout]     |
[INFO] [stdout] 210 | /                     format!("Expected {:?} at zoom {} to be {:?} but was {:?}",
[INFO] [stdout] 211 | |                             &starting_coord,
[INFO] [stdout] 212 | |                             zoom,
[INFO] [stdout] 213 | |                             &expected,
[INFO] [stdout] 214 | |                             &actual));
[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 <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `assert!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 210 ~                     "Expected {:?} at zoom {} to be {:?} but was {:?}",
[INFO] [stdout] 211 |                             &starting_coord,
[INFO] [stdout] 212 |                             zoom,
[INFO] [stdout] 213 |                             &expected,
[INFO] [stdout] 214 ~                             &actual);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:242:21
[INFO] [stdout]     |
[INFO] [stdout] 242 | /                     format!("Expected {:?} at zoom {} to be {:?} but was {:?}",
[INFO] [stdout] 243 | |                             &ll,
[INFO] [stdout] 244 | |                             zoom,
[INFO] [stdout] 245 | |                             &expected,
[INFO] [stdout] 246 | |                             &actual));
[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 <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `assert!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 242 ~                     "Expected {:?} at zoom {} to be {:?} but was {:?}",
[INFO] [stdout] 243 |                             &ll,
[INFO] [stdout] 244 |                             zoom,
[INFO] [stdout] 245 |                             &expected,
[INFO] [stdout] 246 ~                             &actual);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:274:21
[INFO] [stdout]     |
[INFO] [stdout] 274 | /                     format!("Expected {:?} at zoom {} to be {:?} but was {:?}",
[INFO] [stdout] 275 | |                             &ll,
[INFO] [stdout] 276 | |                             zoom,
[INFO] [stdout] 277 | |                             &expected,
[INFO] [stdout] 278 | |                             &actual));
[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 <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `assert!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 274 ~                     "Expected {:?} at zoom {} to be {:?} but was {:?}",
[INFO] [stdout] 275 |                             &ll,
[INFO] [stdout] 276 |                             zoom,
[INFO] [stdout] 277 |                             &expected,
[INFO] [stdout] 278 ~                             &actual);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:306:21
[INFO] [stdout]     |
[INFO] [stdout] 306 | /                     format!("Expected {:?} at zoom {} to be {:?} but was {:?}",
[INFO] [stdout] 307 | |                             &pixel,
[INFO] [stdout] 308 | |                             zoom,
[INFO] [stdout] 309 | |                             &expected,
[INFO] [stdout] 310 | |                             &actual));
[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 <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `assert!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 306 ~                     "Expected {:?} at zoom {} to be {:?} but was {:?}",
[INFO] [stdout] 307 |                             &pixel,
[INFO] [stdout] 308 |                             zoom,
[INFO] [stdout] 309 |                             &expected,
[INFO] [stdout] 310 ~                             &actual);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:328:17
[INFO] [stdout]     |
[INFO] [stdout] 328 | /                 format!("Pixels 512,512 is on LL 0,0 on zoom 1 on a mercator with 512 pixels \
[INFO] [stdout] 329 | |                          per tile, but got result: {:?}",
[INFO] [stdout] 330 | |                         ll));
[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 <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `assert!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 328 ~                 "Pixels 512,512 is on LL 0,0 on zoom 1 on a mercator with 512 pixels \
[INFO] [stdout] 329 |                          per tile, but got result: {:?}",
[INFO] [stdout] 330 ~                         ll);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:334:17
[INFO] [stdout]     |
[INFO] [stdout] 334 | /                 format!("LL 0,0 is on pixels 512,512 on zoom 1 on a mercator with 512 pixels \
[INFO] [stdout] 335 | |                          per tile, but got result: {:?}",
[INFO] [stdout] 336 | |                         px));
[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 <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `assert!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 334 ~                 "LL 0,0 is on pixels 512,512 on zoom 1 on a mercator with 512 pixels \
[INFO] [stdout] 335 |                          per tile, but got result: {:?}",
[INFO] [stdout] 336 ~                         px);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.14s
[INFO] running `Command { std: "docker" "inspect" "c8ccc33640aae790f799448fc9512470673e74a37f35cb071687337cb9d2e535", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c8ccc33640aae790f799448fc9512470673e74a37f35cb071687337cb9d2e535", kill_on_drop: false }`
[INFO] [stdout] c8ccc33640aae790f799448fc9512470673e74a37f35cb071687337cb9d2e535
