[INFO] fetching crate googleprojection 1.2.0... [INFO] testing googleprojection-1.2.0 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate googleprojection 1.2.0 into /workspace/builds/worker-3-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-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate googleprojection 1.2.0 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "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-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e76d419d8268c3e34f9eac3c8ad8f72d1379a8aa1ba29affe6324400c1500a93 [INFO] running `Command { std: "docker" "start" "-a" "e76d419d8268c3e34f9eac3c8ad8f72d1379a8aa1ba29affe6324400c1500a93", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e76d419d8268c3e34f9eac3c8ad8f72d1379a8aa1ba29affe6324400c1500a93", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e76d419d8268c3e34f9eac3c8ad8f72d1379a8aa1ba29affe6324400c1500a93", kill_on_drop: false }` [INFO] [stdout] e76d419d8268c3e34f9eac3c8ad8f72d1379a8aa1ba29affe6324400c1500a93 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] e7d62672fde8a7017340244e7b16fcaefd04d033316c748d549103b73e42c482 [INFO] running `Command { std: "docker" "start" "-a" "e7d62672fde8a7017340244e7b16fcaefd04d033316c748d549103b73e42c482", 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 [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` 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 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.17s [INFO] running `Command { std: "docker" "inspect" "e7d62672fde8a7017340244e7b16fcaefd04d033316c748d549103b73e42c482", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e7d62672fde8a7017340244e7b16fcaefd04d033316c748d549103b73e42c482", kill_on_drop: false }` [INFO] [stdout] e7d62672fde8a7017340244e7b16fcaefd04d033316c748d549103b73e42c482 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] deca313ba01ffb3d9e3c45c523bf3c090ef3beace6636f6e45454ad96c228b3b [INFO] running `Command { std: "docker" "start" "-a" "deca313ba01ffb3d9e3c45c523bf3c090ef3beace6636f6e45454ad96c228b3b", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [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 [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` 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 [INFO] [stdout] [INFO] [stdout] [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 [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` 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 [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 [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)]` 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 [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 [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 [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 [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 [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.94s [INFO] running `Command { std: "docker" "inspect" "deca313ba01ffb3d9e3c45c523bf3c090ef3beace6636f6e45454ad96c228b3b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "deca313ba01ffb3d9e3c45c523bf3c090ef3beace6636f6e45454ad96c228b3b", kill_on_drop: false }` [INFO] [stdout] deca313ba01ffb3d9e3c45c523bf3c090ef3beace6636f6e45454ad96c228b3b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] cd5fb61bad398be1af59df5027bf9030530d56bc4d375ff32cff6ed2bf288fce [INFO] running `Command { std: "docker" "start" "-a" "cd5fb61bad398be1af59df5027bf9030530d56bc4d375ff32cff6ed2bf288fce", 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 [INFO] [stderr] = note: `#[warn(anonymous_parameters)]` 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 [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 [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)]` 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 [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 [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 [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 [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 [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.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/googleprojection-421dc2bb5d996c81) [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test test::it_projects_to_longlat ... ok [INFO] [stdout] test test::it_projects_with_custom_size ... ok [INFO] [stdout] test test::it_projects_to_pixels ... ok [INFO] [stdout] test test::it_matches_google_maps_projection_extension ... 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_maps_coords_for_f64_tuple ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/integration_test.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/integration_test-d486beab0e03bf43) [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] running `Command { std: "docker" "inspect" "cd5fb61bad398be1af59df5027bf9030530d56bc4d375ff32cff6ed2bf288fce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd5fb61bad398be1af59df5027bf9030530d56bc4d375ff32cff6ed2bf288fce", kill_on_drop: false }` [INFO] [stdout] cd5fb61bad398be1af59df5027bf9030530d56bc4d375ff32cff6ed2bf288fce