[INFO] fetching crate googleprojection 1.2.0...
[INFO] testing googleprojection-1.2.0 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate googleprojection 1.2.0 into /workspace/builds/worker-2-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-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate googleprojection 1.2.0 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 26f6f2fe9bc927f0e7e0a72642637dff743ccea82e9f547e1e2cbd775fb345f2
[INFO] running `Command { std: "docker" "start" "-a" "26f6f2fe9bc927f0e7e0a72642637dff743ccea82e9f547e1e2cbd775fb345f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "26f6f2fe9bc927f0e7e0a72642637dff743ccea82e9f547e1e2cbd775fb345f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "26f6f2fe9bc927f0e7e0a72642637dff743ccea82e9f547e1e2cbd775fb345f2", kill_on_drop: false }`
[INFO] [stdout] 26f6f2fe9bc927f0e7e0a72642637dff743ccea82e9f547e1e2cbd775fb345f2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 615f71d869aaeb7d4394e52c22f4db2fb4fdd61154663244467611973cb638b9
[INFO] running `Command { std: "docker" "start" "-a" "615f71d869aaeb7d4394e52c22f4db2fb4fdd61154663244467611973cb638b9", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling 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 issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[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 issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] running `Command { std: "docker" "inspect" "615f71d869aaeb7d4394e52c22f4db2fb4fdd61154663244467611973cb638b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "615f71d869aaeb7d4394e52c22f4db2fb4fdd61154663244467611973cb638b9", kill_on_drop: false }`
[INFO] [stdout] 615f71d869aaeb7d4394e52c22f4db2fb4fdd61154663244467611973cb638b9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 215a2caad79c315cdbade964e86e088395251344edccdee2188e5002fa73eac6
[INFO] running `Command { std: "docker" "start" "-a" "215a2caad79c315cdbade964e86e088395251344edccdee2188e5002fa73eac6", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling 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 issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[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 issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[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 issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[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 issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[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: `#[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] 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] 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] 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] 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] 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 `test` profile [unoptimized + debuginfo] target(s) in 0.24s
[INFO] running `Command { std: "docker" "inspect" "215a2caad79c315cdbade964e86e088395251344edccdee2188e5002fa73eac6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "215a2caad79c315cdbade964e86e088395251344edccdee2188e5002fa73eac6", kill_on_drop: false }`
[INFO] [stdout] 215a2caad79c315cdbade964e86e088395251344edccdee2188e5002fa73eac6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 89debb3ab7b3962cf59f41f352e68e0b8cbe30446fd00ca997205e5f2b685752
[INFO] running `Command { std: "docker" "start" "-a" "89debb3ab7b3962cf59f41f352e68e0b8cbe30446fd00ca997205e5f2b685752", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]    --> src/lib.rs:140:16
[INFO] [stderr]     |
[INFO] [stderr] 140 |     fn with_xy(f64, f64) -> Self;
[INFO] [stderr]     |                ^^^ help: try naming the parameter or explicitly ignoring it: `_: f64`
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stderr]     = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr]     = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]    --> src/lib.rs:140:21
[INFO] [stderr]     |
[INFO] [stderr] 140 |     fn with_xy(f64, f64) -> Self;
[INFO] [stderr]     |                     ^^^ help: try naming the parameter or explicitly ignoring it: `_: f64`
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stderr]     = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: `googleprojection` (lib) generated 2 warnings (run `cargo fix --lib -p googleprojection` to apply 2 suggestions)
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/lib.rs:210:21
[INFO] [stderr]     |
[INFO] [stderr] 210 | /                     format!("Expected {:?} at zoom {} to be {:?} but was {:?}",
[INFO] [stderr] 211 | |                             &starting_coord,
[INFO] [stderr] 212 | |                             zoom,
[INFO] [stderr] 213 | |                             &expected,
[INFO] [stderr] 214 | |                             &actual));
[INFO] [stderr]     | |____________________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `assert!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 210 ~                     "Expected {:?} at zoom {} to be {:?} but was {:?}",
[INFO] [stderr] 211 |                             &starting_coord,
[INFO] [stderr] 212 |                             zoom,
[INFO] [stderr] 213 |                             &expected,
[INFO] [stderr] 214 ~                             &actual);
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/lib.rs:242:21
[INFO] [stderr]     |
[INFO] [stderr] 242 | /                     format!("Expected {:?} at zoom {} to be {:?} but was {:?}",
[INFO] [stderr] 243 | |                             &ll,
[INFO] [stderr] 244 | |                             zoom,
[INFO] [stderr] 245 | |                             &expected,
[INFO] [stderr] 246 | |                             &actual));
[INFO] [stderr]     | |____________________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `assert!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 242 ~                     "Expected {:?} at zoom {} to be {:?} but was {:?}",
[INFO] [stderr] 243 |                             &ll,
[INFO] [stderr] 244 |                             zoom,
[INFO] [stderr] 245 |                             &expected,
[INFO] [stderr] 246 ~                             &actual);
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/lib.rs:274:21
[INFO] [stderr]     |
[INFO] [stderr] 274 | /                     format!("Expected {:?} at zoom {} to be {:?} but was {:?}",
[INFO] [stderr] 275 | |                             &ll,
[INFO] [stderr] 276 | |                             zoom,
[INFO] [stderr] 277 | |                             &expected,
[INFO] [stderr] 278 | |                             &actual));
[INFO] [stderr]     | |____________________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `assert!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 274 ~                     "Expected {:?} at zoom {} to be {:?} but was {:?}",
[INFO] [stderr] 275 |                             &ll,
[INFO] [stderr] 276 |                             zoom,
[INFO] [stderr] 277 |                             &expected,
[INFO] [stderr] 278 ~                             &actual);
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/lib.rs:306:21
[INFO] [stderr]     |
[INFO] [stderr] 306 | /                     format!("Expected {:?} at zoom {} to be {:?} but was {:?}",
[INFO] [stderr] 307 | |                             &pixel,
[INFO] [stderr] 308 | |                             zoom,
[INFO] [stderr] 309 | |                             &expected,
[INFO] [stderr] 310 | |                             &actual));
[INFO] [stderr]     | |____________________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `assert!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 306 ~                     "Expected {:?} at zoom {} to be {:?} but was {:?}",
[INFO] [stderr] 307 |                             &pixel,
[INFO] [stderr] 308 |                             zoom,
[INFO] [stderr] 309 |                             &expected,
[INFO] [stderr] 310 ~                             &actual);
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/lib.rs:328:17
[INFO] [stderr]     |
[INFO] [stderr] 328 | /                 format!("Pixels 512,512 is on LL 0,0 on zoom 1 on a mercator with 512 pixels \
[INFO] [stderr] 329 | |                          per tile, but got result: {:?}",
[INFO] [stderr] 330 | |                         ll));
[INFO] [stderr]     | |___________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `assert!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 328 ~                 "Pixels 512,512 is on LL 0,0 on zoom 1 on a mercator with 512 pixels \
[INFO] [stderr] 329 |                          per tile, but got result: {:?}",
[INFO] [stderr] 330 ~                         ll);
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/lib.rs:334:17
[INFO] [stderr]     |
[INFO] [stderr] 334 | /                 format!("LL 0,0 is on pixels 512,512 on zoom 1 on a mercator with 512 pixels \
[INFO] [stderr] 335 | |                          per tile, but got result: {:?}",
[INFO] [stderr] 336 | |                         px));
[INFO] [stderr]     | |___________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `assert!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 334 ~                 "LL 0,0 is on pixels 512,512 on zoom 1 on a mercator with 512 pixels \
[INFO] [stderr] 335 |                          per tile, but got result: {:?}",
[INFO] [stderr] 336 ~                         px);
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `googleprojection` (lib test) generated 8 warnings (2 duplicates) (run `cargo fix --lib -p googleprojection --tests` to apply 6 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/googleprojection-2faabffbb7dd9087)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test test::it_maps_coords_for_f64_tuple ... ok
[INFO] [stdout] test test::it_matches_google_maps_projection_extension ... ok
[INFO] [stdout] test test::it_projects_to_pixels ... ok
[INFO] [stdout] test test::it_projects_to_subpixels ... ok
[INFO] [stdout] test test::it_returns_none_when_zooming_too_far ... ok
[INFO] [stdout] test test::it_projects_to_longlat ... ok
[INFO] [stdout] test test::it_projects_with_custom_size ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration_test.rs (/opt/rustwide/target/debug/deps/integration_test-68779735fd51fc1c)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test it_works ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests googleprojection
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test src/lib.rs - from_pixel_to_ll (line 114) ... ok
[INFO] [stdout] test src/lib.rs - from_ll_to_subpixel (line 80) ... ok
[INFO] [stdout] test src/lib.rs - from_ll_to_pixel (line 97) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "89debb3ab7b3962cf59f41f352e68e0b8cbe30446fd00ca997205e5f2b685752", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "89debb3ab7b3962cf59f41f352e68e0b8cbe30446fd00ca997205e5f2b685752", kill_on_drop: false }`
[INFO] [stdout] 89debb3ab7b3962cf59f41f352e68e0b8cbe30446fd00ca997205e5f2b685752
