[INFO] fetching crate genmesh 0.6.2... [INFO] testing genmesh-0.6.2 against 1.59.0 for beta-1.60-1 [INFO] extracting crate genmesh 0.6.2 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate genmesh 0.6.2 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate genmesh 0.6.2 [INFO] finished tweaking crates.io crate genmesh 0.6.2 [INFO] tweaked toml for crates.io crate genmesh 0.6.2 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7b675f4a372109b3ec0fa53c8bdbf6f061341fd86ce86059fff119bb7cadeb5c [INFO] running `Command { std: "docker" "start" "-a" "7b675f4a372109b3ec0fa53c8bdbf6f061341fd86ce86059fff119bb7cadeb5c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7b675f4a372109b3ec0fa53c8bdbf6f061341fd86ce86059fff119bb7cadeb5c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7b675f4a372109b3ec0fa53c8bdbf6f061341fd86ce86059fff119bb7cadeb5c", kill_on_drop: false }` [INFO] [stdout] 7b675f4a372109b3ec0fa53c8bdbf6f061341fd86ce86059fff119bb7cadeb5c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 92ae9e9034e3a1c761750bed17b81102c766214f2ace444a0af54e75497aa10d [INFO] running `Command { std: "docker" "start" "-a" "92ae9e9034e3a1c761750bed17b81102c766214f2ace444a0af54e75497aa10d", kill_on_drop: false }` [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Compiling genmesh v0.6.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/poly.rs:67:31 [INFO] [stdout] | [INFO] [stdout] 67 | fn emit_vertices(self, F) [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [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/poly.rs:170:28 [INFO] [stdout] | [INFO] [stdout] 170 | fn map_vertex(self, F) -> Self::Output [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/triangulate.rs:13:33 [INFO] [stdout] | [INFO] [stdout] 13 | fn emit_triangles(&self, F) [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [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: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.95s [INFO] running `Command { std: "docker" "inspect" "92ae9e9034e3a1c761750bed17b81102c766214f2ace444a0af54e75497aa10d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "92ae9e9034e3a1c761750bed17b81102c766214f2ace444a0af54e75497aa10d", kill_on_drop: false }` [INFO] [stdout] 92ae9e9034e3a1c761750bed17b81102c766214f2ace444a0af54e75497aa10d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 293d145f0c782acb7fb6b0bc952f98b1eaccff87ae44fdf76781d9f861803f00 [INFO] running `Command { std: "docker" "start" "-a" "293d145f0c782acb7fb6b0bc952f98b1eaccff87ae44fdf76781d9f861803f00", kill_on_drop: false }` [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/poly.rs:67:31 [INFO] [stdout] | [INFO] [stdout] 67 | fn emit_vertices(self, F) [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [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/poly.rs:170:28 [INFO] [stdout] | [INFO] [stdout] 170 | fn map_vertex(self, F) -> Self::Output [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [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 genmesh v0.6.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/triangulate.rs:13:33 [INFO] [stdout] | [INFO] [stdout] 13 | fn emit_triangles(&self, F) [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [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: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/poly.rs:67:31 [INFO] [stdout] | [INFO] [stdout] 67 | fn emit_vertices(self, F) [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [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/poly.rs:170:28 [INFO] [stdout] | [INFO] [stdout] 170 | fn map_vertex(self, F) -> Self::Output [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/triangulate.rs:13:33 [INFO] [stdout] | [INFO] [stdout] 13 | fn emit_triangles(&self, F) [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [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: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.83s [INFO] running `Command { std: "docker" "inspect" "293d145f0c782acb7fb6b0bc952f98b1eaccff87ae44fdf76781d9f861803f00", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "293d145f0c782acb7fb6b0bc952f98b1eaccff87ae44fdf76781d9f861803f00", kill_on_drop: false }` [INFO] [stdout] 293d145f0c782acb7fb6b0bc952f98b1eaccff87ae44fdf76781d9f861803f00 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8cd93e2d44ddd9a200e5ed88f7d4a8fa9e953e02c5f7b6b378e907d64f476726 [INFO] running `Command { std: "docker" "start" "-a" "8cd93e2d44ddd9a200e5ed88f7d4a8fa9e953e02c5f7b6b378e907d64f476726", kill_on_drop: false }` [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/poly.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | fn emit_vertices(self, F) [INFO] [stderr] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [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/poly.rs:170:28 [INFO] [stderr] | [INFO] [stderr] 170 | fn map_vertex(self, F) -> Self::Output [INFO] [stderr] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/triangulate.rs:13:33 [INFO] [stderr] | [INFO] [stderr] 13 | fn emit_triangles(&self, F) [INFO] [stderr] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [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: `genmesh` (lib) generated 3 warnings [INFO] [stderr] warning: `genmesh` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/genmesh-e8f9c9c87fa01948) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test circle::tests::test_circle ... ok [INFO] [stdout] test plane::test_shared_vertex_count ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/generate.rs (/opt/rustwide/target/debug/deps/generate-e1b1f84964ca2fb5) [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test gen_circle ... ok [INFO] [stdout] test gen_cone ... ok [INFO] [stdout] test gen_cube ... ok [INFO] [stdout] test gen_sphere_uv ... ok [INFO] [stdout] test gen_plane ... ok [INFO] [stdout] test gen_cylinder ... ok [INFO] [stdout] test gen_torus ... ok [INFO] [stdout] test gen_ico_sphere ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/test.rs (/opt/rustwide/target/debug/deps/test-a752372e012576c6) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test emit_lines ... ok [INFO] [stdout] test lru_indexer ... ok [INFO] [stdout] test plane ... ok [INFO] [stdout] test quad_poly_simple ... ok [INFO] [stdout] test quad_vertex ... ok [INFO] [stdout] test quad_vertex_two_stages ... ok [INFO] [stdout] test to_triangles ... ok [INFO] [stdout] test triangle_poly_simple ... ok [INFO] [stdout] test triangle_vertex ... ok [INFO] [stdout] test triangle_vertex_two_stages ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/winding.rs (/opt/rustwide/target/debug/deps/winding-38860bce6662a85c) [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test gen_cube ... ok [INFO] [stdout] test gen_cone ... ok [INFO] [stdout] test wind_plane ... ok [INFO] [stdout] test gen_sphere_uv ... ok [INFO] [stdout] test gen_cylinder ... ok [INFO] [stdout] test gen_torus ... ok [INFO] [stdout] test gen_ico_sphere ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Doc-tests genmesh [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; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "8cd93e2d44ddd9a200e5ed88f7d4a8fa9e953e02c5f7b6b378e907d64f476726", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8cd93e2d44ddd9a200e5ed88f7d4a8fa9e953e02c5f7b6b378e907d64f476726", kill_on_drop: false }` [INFO] [stdout] 8cd93e2d44ddd9a200e5ed88f7d4a8fa9e953e02c5f7b6b378e907d64f476726