[INFO] fetching crate genmesh 0.6.2... [INFO] testing genmesh-0.6.2 against try#722e1797249a965b6335aebd65d777f917e498f1 for pr-91031 [INFO] extracting crate genmesh 0.6.2 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate genmesh 0.6.2 on toolchain 722e1797249a965b6335aebd65d777f917e498f1 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "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-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "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" "+722e1797249a965b6335aebd65d777f917e498f1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8664524afd33c044b7cd2d2aec60fcca1a8ad4bbbc510361be80067a01d97e91 [INFO] running `Command { std: "docker" "start" "-a" "8664524afd33c044b7cd2d2aec60fcca1a8ad4bbbc510361be80067a01d97e91", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8664524afd33c044b7cd2d2aec60fcca1a8ad4bbbc510361be80067a01d97e91", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8664524afd33c044b7cd2d2aec60fcca1a8ad4bbbc510361be80067a01d97e91", kill_on_drop: false }` [INFO] [stdout] 8664524afd33c044b7cd2d2aec60fcca1a8ad4bbbc510361be80067a01d97e91 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a4c628e1a523a0045c85dc19ecf18cd81751e19005114b2420ae5371a0f9b278 [INFO] running `Command { std: "docker" "start" "-a" "a4c628e1a523a0045c85dc19ecf18cd81751e19005114b2420ae5371a0f9b278", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling libc v0.2.108 [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Compiling mint v0.5.8 [INFO] [stderr] Compiling approx v0.1.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling num-traits v0.1.43 [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 5.48s [INFO] running `Command { std: "docker" "inspect" "a4c628e1a523a0045c85dc19ecf18cd81751e19005114b2420ae5371a0f9b278", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a4c628e1a523a0045c85dc19ecf18cd81751e19005114b2420ae5371a0f9b278", kill_on_drop: false }` [INFO] [stdout] a4c628e1a523a0045c85dc19ecf18cd81751e19005114b2420ae5371a0f9b278 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8a156cc139887ffb7ba91d5fa8c8ec70af23acfa2d7f21dcfce4ac7fd8117099 [INFO] running `Command { std: "docker" "start" "-a" "8a156cc139887ffb7ba91d5fa8c8ec70af23acfa2d7f21dcfce4ac7fd8117099", 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] [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] [stderr] Compiling genmesh v0.6.2 (/opt/rustwide/workdir) [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 1.34s [INFO] running `Command { std: "docker" "inspect" "8a156cc139887ffb7ba91d5fa8c8ec70af23acfa2d7f21dcfce4ac7fd8117099", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8a156cc139887ffb7ba91d5fa8c8ec70af23acfa2d7f21dcfce4ac7fd8117099", kill_on_drop: false }` [INFO] [stdout] 8a156cc139887ffb7ba91d5fa8c8ec70af23acfa2d7f21dcfce4ac7fd8117099 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b86d82aaa4358e5bd20aaafab7e7b168dc22bd6c69aa370862a23a23fe6d4858 [INFO] running `Command { std: "docker" "start" "-a" "b86d82aaa4358e5bd20aaafab7e7b168dc22bd6c69aa370862a23a23fe6d4858", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] running 2 tests [INFO] [stderr] --> src/poly.rs:67:31 [INFO] [stdout] test plane::test_shared_vertex_count ... ok [INFO] [stderr] | [INFO] [stdout] test circle::tests::test_circle ... ok [INFO] [stderr] 67 | fn emit_vertices(self, F) [INFO] [stdout] [INFO] [stderr] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stderr] | [INFO] [stdout] [INFO] [stderr] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] running 8 tests [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.05s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/genmesh-9802420d9e4e9088) [INFO] [stderr] Running tests/generate.rs (/opt/rustwide/target/debug/deps/generate-0c2e0150157cd3a3) [INFO] [stdout] test gen_circle ... ok [INFO] [stdout] test gen_sphere_uv ... ok [INFO] [stdout] test gen_cube ... ok [INFO] [stdout] test gen_cylinder ... ok [INFO] [stdout] test gen_cone ... ok [INFO] [stdout] test gen_torus ... ok [INFO] [stderr] Running tests/test.rs (/opt/rustwide/target/debug/deps/test-02562e720d69483b) [INFO] [stdout] test gen_plane ... ok [INFO] [stderr] Running tests/winding.rs (/opt/rustwide/target/debug/deps/winding-8f832c8f95d3919d) [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.02s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test emit_lines ... ok [INFO] [stdout] test quad_poly_simple ... ok [INFO] [stdout] test triangle_poly_simple ... ok [INFO] [stdout] test quad_vertex ... ok [INFO] [stdout] test plane ... ok [INFO] [stdout] test to_triangles ... ok [INFO] [stdout] test lru_indexer ... ok [INFO] [stdout] test quad_vertex_two_stages ... 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.02s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test gen_cone ... ok [INFO] [stdout] test gen_cylinder ... ok [INFO] [stdout] test gen_sphere_uv ... ok [INFO] [stdout] test gen_cube ... ok [INFO] [stdout] test wind_plane ... ok [INFO] [stdout] test gen_torus ... ok [INFO] [stderr] Doc-tests genmesh [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.03s [INFO] [stdout] [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" "b86d82aaa4358e5bd20aaafab7e7b168dc22bd6c69aa370862a23a23fe6d4858", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b86d82aaa4358e5bd20aaafab7e7b168dc22bd6c69aa370862a23a23fe6d4858", kill_on_drop: false }` [INFO] [stdout] b86d82aaa4358e5bd20aaafab7e7b168dc22bd6c69aa370862a23a23fe6d4858