[INFO] fetching crate googleprojection 1.2.0... [INFO] testing googleprojection-1.2.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate googleprojection 1.2.0 into /workspace/builds/worker-18/source [INFO] validating manifest of crates.io crate googleprojection 1.2.0 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [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-18/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6dce1f2e6da1fb5b31698d3ddcaf9d048bac52c1161216511e3a3858775aabb3 [INFO] running `Command { std: "docker" "start" "-a" "6dce1f2e6da1fb5b31698d3ddcaf9d048bac52c1161216511e3a3858775aabb3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6dce1f2e6da1fb5b31698d3ddcaf9d048bac52c1161216511e3a3858775aabb3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6dce1f2e6da1fb5b31698d3ddcaf9d048bac52c1161216511e3a3858775aabb3", kill_on_drop: false }` [INFO] [stdout] 6dce1f2e6da1fb5b31698d3ddcaf9d048bac52c1161216511e3a3858775aabb3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c731a182a2f5e9e231bac15d5c71ebd5f0d307d8d2c2377921fdb42df86e76a7 [INFO] running `Command { std: "docker" "start" "-a" "c731a182a2f5e9e231bac15d5c71ebd5f0d307d8d2c2377921fdb42df86e76a7", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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] = note: `#[warn(anonymous_parameters)]` on by default [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: 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: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.67s [INFO] running `Command { std: "docker" "inspect" "c731a182a2f5e9e231bac15d5c71ebd5f0d307d8d2c2377921fdb42df86e76a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c731a182a2f5e9e231bac15d5c71ebd5f0d307d8d2c2377921fdb42df86e76a7", kill_on_drop: false }` [INFO] [stdout] c731a182a2f5e9e231bac15d5c71ebd5f0d307d8d2c2377921fdb42df86e76a7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 772d3ca36496aec4a2683379d98093ac46cb1a874e67666572a39edaca3345e8 [INFO] running `Command { std: "docker" "start" "-a" "772d3ca36496aec4a2683379d98093ac46cb1a874e67666572a39edaca3345e8", kill_on_drop: false }` [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] = note: `#[warn(anonymous_parameters)]` on by default [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: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: 2 warnings emitted [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] = note: `#[warn(anonymous_parameters)]` on by default [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: 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: `#[warn(non_fmt_panics)]` on by default [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] 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] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.38s [INFO] running `Command { std: "docker" "inspect" "772d3ca36496aec4a2683379d98093ac46cb1a874e67666572a39edaca3345e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "772d3ca36496aec4a2683379d98093ac46cb1a874e67666572a39edaca3345e8", kill_on_drop: false }` [INFO] [stdout] 772d3ca36496aec4a2683379d98093ac46cb1a874e67666572a39edaca3345e8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] de6f43b4e9b49f2565c2039faefe144d7f0a1fa0f8bb5c5d3ca0860ec8d7cba8 [INFO] running `Command { std: "docker" "start" "-a" "de6f43b4e9b49f2565c2039faefe144d7f0a1fa0f8bb5c5d3ca0860ec8d7cba8", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] running 7 tests [INFO] [stderr] --> src/lib.rs:140:16 [INFO] [stdout] test test::it_maps_coords_for_f64_tuple ... ok [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] = note: `#[warn(anonymous_parameters)]` on by default [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: 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 [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: `#[warn(non_fmt_panics)]` on by default [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] 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] [stdout] test test::it_projects_to_subpixels ... ok [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) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/googleprojection-27c6888058988ddb) [INFO] [stdout] test test::it_returns_none_when_zooming_too_far ... ok [INFO] [stdout] test test::it_projects_to_pixels ... ok [INFO] [stdout] test test::it_projects_with_custom_size ... ok [INFO] [stdout] test test::it_projects_to_longlat ... ok [INFO] [stdout] test test::it_matches_google_maps_projection_extension ... 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/debug/deps/integration_test-ed9345cbf2e4e151) [INFO] [stdout] [INFO] [stderr] Doc-tests googleprojection [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] [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.28s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "de6f43b4e9b49f2565c2039faefe144d7f0a1fa0f8bb5c5d3ca0860ec8d7cba8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "de6f43b4e9b49f2565c2039faefe144d7f0a1fa0f8bb5c5d3ca0860ec8d7cba8", kill_on_drop: false }` [INFO] [stdout] de6f43b4e9b49f2565c2039faefe144d7f0a1fa0f8bb5c5d3ca0860ec8d7cba8