[INFO] fetching crate googleprojection 1.2.0...
[INFO] checking googleprojection-1.2.0 against 1.95.0 for pr-155915
[INFO] extracting crate googleprojection 1.2.0 into /workspace/builds/worker-1-tc1/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-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate googleprojection 1.2.0 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "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" "+1.95.0" "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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 80644283bf98d2e1c0d089777836835808dccc999cbacbe0a100ac1300ae66d9
[INFO] running `Command { std: "docker" "start" "-a" "80644283bf98d2e1c0d089777836835808dccc999cbacbe0a100ac1300ae66d9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "80644283bf98d2e1c0d089777836835808dccc999cbacbe0a100ac1300ae66d9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "80644283bf98d2e1c0d089777836835808dccc999cbacbe0a100ac1300ae66d9", kill_on_drop: false }`
[INFO] [stdout] 80644283bf98d2e1c0d089777836835808dccc999cbacbe0a100ac1300ae66d9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6d945d491fa1347d3e5b4b2300c74af7166790ad6501b55c1d056e1a06fe96fe
[INFO] running `Command { std: "docker" "start" "-a" "6d945d491fa1347d3e5b4b2300c74af7166790ad6501b55c1d056e1a06fe96fe", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition 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: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[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: `#[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: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 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: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 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: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 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: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 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: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 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] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]  --> benches/bench.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(test)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0554`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `googleprojection` (bench "bench") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "6d945d491fa1347d3e5b4b2300c74af7166790ad6501b55c1d056e1a06fe96fe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6d945d491fa1347d3e5b4b2300c74af7166790ad6501b55c1d056e1a06fe96fe", kill_on_drop: false }`
[INFO] [stdout] 6d945d491fa1347d3e5b4b2300c74af7166790ad6501b55c1d056e1a06fe96fe
