[INFO] updating cached repository https://github.com/wozgonon/projections [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 71f29c38255c7cd6eaf34f1c1e3debb0d746fd88 [INFO] testing wozgonon/projections against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwozgonon%2Fprojections" "work/builds/worker-6/source"` [INFO] [stderr] Cloning into 'work/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/wozgonon/projections on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/wozgonon/projections [INFO] finished tweaking git repo https://github.com/wozgonon/projections [INFO] tweaked toml for git repo https://github.com/wozgonon/projections written to work/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/wozgonon/projections already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 1b5204e0a6355e255cbb7f1fbca5087409ef762eb03918eea51819e03c31df84 [INFO] running `"docker" "start" "-a" "1b5204e0a6355e255cbb7f1fbca5087409ef762eb03918eea51819e03c31df84"` [INFO] [stderr] Compiling projections v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/webmap.rs:573:18 [INFO] [stderr] | [INFO] [stderr] 573 | metric : Box [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn Metric + 'a` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/webmap.rs:577:45 [INFO] [stderr] | [INFO] [stderr] 577 | pub fn new (epsilon : f64, metric : Box) -> RamerDouglasPeuker<'a> { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn Metric + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/webmap.rs:836:22 [INFO] [stderr] | [INFO] [stderr] 836 | projection : Box [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn MapProjection + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/webmap.rs:844:46 [INFO] [stderr] | [INFO] [stderr] 844 | pub fn new (zoom : u32, projection : Box) -> WebMap<'a> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn MapProjection + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/webmap.rs:849:76 [INFO] [stderr] | [INFO] [stderr] 849 | pub fn simplify_lonlats (&self, lonlats : &Vec, simplifier : &Simplifier) -> Box> { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Simplifier` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.10s [INFO] running `"docker" "inspect" "1b5204e0a6355e255cbb7f1fbca5087409ef762eb03918eea51819e03c31df84"` [INFO] running `"docker" "rm" "-f" "1b5204e0a6355e255cbb7f1fbca5087409ef762eb03918eea51819e03c31df84"` [INFO] [stdout] 1b5204e0a6355e255cbb7f1fbca5087409ef762eb03918eea51819e03c31df84 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] a731d2c5a73b2b776a2b20bf7e21afb63b1f674f8259d5cb9cebf2fe382c6b80 [INFO] running `"docker" "start" "-a" "a731d2c5a73b2b776a2b20bf7e21afb63b1f674f8259d5cb9cebf2fe382c6b80"` [INFO] [stderr] Compiling projections v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `libwebmap::webmap::LonLat` [INFO] [stderr] --> examples/projections_for_zoom_levels.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use libwebmap::webmap::LonLat; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/webmap.rs:573:18 [INFO] [stderr] | [INFO] [stderr] 573 | metric : Box [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn Metric + 'a` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/webmap.rs:577:45 [INFO] [stderr] | [INFO] [stderr] 577 | pub fn new (epsilon : f64, metric : Box) -> RamerDouglasPeuker<'a> { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn Metric + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/webmap.rs:836:22 [INFO] [stderr] | [INFO] [stderr] 836 | projection : Box [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn MapProjection + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/webmap.rs:844:46 [INFO] [stderr] | [INFO] [stderr] 844 | pub fn new (zoom : u32, projection : Box) -> WebMap<'a> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn MapProjection + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/webmap.rs:849:76 [INFO] [stderr] | [INFO] [stderr] 849 | pub fn simplify_lonlats (&self, lonlats : &Vec, simplifier : &Simplifier) -> Box> { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Simplifier` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.88s [INFO] running `"docker" "inspect" "a731d2c5a73b2b776a2b20bf7e21afb63b1f674f8259d5cb9cebf2fe382c6b80"` [INFO] running `"docker" "rm" "-f" "a731d2c5a73b2b776a2b20bf7e21afb63b1f674f8259d5cb9cebf2fe382c6b80"` [INFO] [stdout] a731d2c5a73b2b776a2b20bf7e21afb63b1f674f8259d5cb9cebf2fe382c6b80 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] 21413b7d5d3cf13bcd4a4c6569dbbb3bf78c07a48081a094258c70965595a831 [INFO] running `"docker" "start" "-a" "21413b7d5d3cf13bcd4a4c6569dbbb3bf78c07a48081a094258c70965595a831"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.00s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/libwebmap-76178d5b717c799a [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test webmap::tests::should_project_to_web_mercator4_poles ... ok [INFO] [stdout] test webmap::tests::should_project_to_web_mercator3_extreme_latitudes ... ok [INFO] [stdout] test webmap::tests::should_project_to_web_mercator1 ... ok [INFO] [stdout] test webmap::tests::should_project_to_web_mercator2 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/webmap-473c2e21fca772cd [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests libwebmap [INFO] [stdout] [INFO] [stdout] running 30 tests [INFO] [stdout] test src/webmap.rs - webmap::Degree::to_radians (line 93) ... FAILED [INFO] [stdout] test src/webmap.rs - webmap::LonLat::to_degrees (line 217) ... FAILED [INFO] [stdout] test src/webmap.rs - webmap::LonLat::significant_points (line 206) ... FAILED [INFO] [stdout] test src/webmap.rs - webmap::LonLat::north_pole (line 179) ... FAILED [INFO] [stdout] test src/webmap.rs - webmap::LonLatD::zero (line 359) ... FAILED [INFO] [stdout] test src/webmap.rs - webmap::LonLatD::new (line 334) ... FAILED [INFO] [stdout] test src/webmap.rs - webmap::LonLat::radians_to_degrees (line 248) ... FAILED [INFO] [stdout] test src/webmap.rs - webmap::LonLat::max_latitude (line 268) ... FAILED [INFO] [stdout] test src/webmap.rs - webmap::LonLat::new (line 132) ... FAILED [INFO] [stdout] test src/webmap.rs - webmap::LonLatD::degrees_to_radians (line 390) ... FAILED [INFO] [stdout] test src/webmap.rs - webmap::Mercator::to_lonlat (line 676) ... ok [INFO] [stdout] test src/webmap.rs - webmap::LonLat::south_pole (line 193) ... ok [INFO] [stdout] test src/webmap.rs - webmap::LonLatD::to_radians (line 372) ... ok [INFO] [stdout] test src/webmap.rs - webmap::LonLat::zero (line 166) ... ok [INFO] [stdout] test src/webmap.rs - webmap::LonLat::make_regular_convex_polygon (line 291) ... ok [INFO] [stdout] test src/webmap.rs - webmap::LonLat::round7 (line 232) ... ok [INFO] [stdout] test src/webmap.rs - webmap::PointXY::to_pixel_coordinates (line 461) ... FAILED [INFO] [stdout] test src/webmap.rs - webmap::PointXY::round7 (line 476) ... ok [INFO] [stdout] test src/webmap.rs - webmap::Mercator::to_point_xy (line 647) ... ok [INFO] [stdout] test src/webmap.rs - webmap::Sinusoidal::to_lonlat (line 791) ... ok [INFO] [stdout] test src/webmap.rs - webmap::PointXY::minus (line 441) ... ok [INFO] [stdout] test src/webmap.rs - webmap::PointXY::new (line 426) ... ok [INFO] [stdout] test src/webmap.rs - webmap::WebMap::to_lonlat (line 966) ... ok [INFO] [stdout] test src/webmap.rs - webmap::Radian::to_degrees (line 51) ... ok [INFO] [stdout] test src/webmap.rs - webmap::WebMap::number_of_tiles (line 865) ... ok [INFO] [stdout] test src/webmap.rs - webmap::WebMercator::to_point_xy (line 718) ... ok [INFO] [stdout] test src/webmap.rs - webmap::round7_f64 (line 989) ... ok [INFO] [stdout] test src/webmap.rs - webmap::PerpendicularDistance::distance (line 527) ... ok [INFO] [stdout] test src/webmap.rs - webmap::WebMap::number_of_pixels (line 893) ... ok [INFO] [stdout] test src/webmap.rs - webmap::WebMercator::to_lonlat (line 748) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/webmap.rs - webmap::Degree::to_radians (line 93) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/webmap.rs - webmap::LonLat::to_degrees (line 217) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/webmap.rs - webmap::LonLat::significant_points (line 206) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/webmap.rs - webmap::LonLat::north_pole (line 179) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/webmap.rs - webmap::LonLatD::zero (line 359) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/webmap.rs - webmap::LonLatD::new (line 334) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/webmap.rs - webmap::LonLat::radians_to_degrees (line 248) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/webmap.rs - webmap::LonLat::max_latitude (line 268) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/webmap.rs - webmap::LonLat::new (line 132) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/webmap.rs - webmap::LonLatD::degrees_to_radians (line 390) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/webmap.rs - webmap::PointXY::to_pixel_coordinates (line 461) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/webmap.rs - webmap::Degree::to_radians (line 93) [INFO] [stdout] src/webmap.rs - webmap::LonLat::max_latitude (line 268) [INFO] [stdout] src/webmap.rs - webmap::LonLat::new (line 132) [INFO] [stdout] src/webmap.rs - webmap::LonLat::north_pole (line 179) [INFO] [stdout] src/webmap.rs - webmap::LonLat::radians_to_degrees (line 248) [INFO] [stdout] src/webmap.rs - webmap::LonLat::significant_points (line 206) [INFO] [stdout] src/webmap.rs - webmap::LonLat::to_degrees (line 217) [INFO] [stdout] src/webmap.rs - webmap::LonLatD::degrees_to_radians (line 390) [INFO] [stdout] src/webmap.rs - webmap::LonLatD::new (line 334) [INFO] [stdout] src/webmap.rs - webmap::LonLatD::zero (line 359) [INFO] [stdout] src/webmap.rs - webmap::PointXY::to_pixel_coordinates (line 461) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 19 passed; 11 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `"docker" "inspect" "21413b7d5d3cf13bcd4a4c6569dbbb3bf78c07a48081a094258c70965595a831"` [INFO] running `"docker" "rm" "-f" "21413b7d5d3cf13bcd4a4c6569dbbb3bf78c07a48081a094258c70965595a831"` [INFO] [stdout] 21413b7d5d3cf13bcd4a4c6569dbbb3bf78c07a48081a094258c70965595a831