[INFO] fetching crate genmesh 0.6.2... [INFO] testing genmesh-0.6.2 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate genmesh 0.6.2 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate genmesh 0.6.2 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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" "+beta-2022-04-10" "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-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8061bba87ba8bff4946b7e0fc237d89a77ba5ff8590156e1c3a28c811f6fee08 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "8061bba87ba8bff4946b7e0fc237d89a77ba5ff8590156e1c3a28c811f6fee08", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8061bba87ba8bff4946b7e0fc237d89a77ba5ff8590156e1c3a28c811f6fee08", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8061bba87ba8bff4946b7e0fc237d89a77ba5ff8590156e1c3a28c811f6fee08", kill_on_drop: false }` [INFO] [stdout] 8061bba87ba8bff4946b7e0fc237d89a77ba5ff8590156e1c3a28c811f6fee08 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 95588e742f683d99aec69e65c6c0e48e03c8662c5a20fd8bc322b7aa1f11a57d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "95588e742f683d99aec69e65c6c0e48e03c8662c5a20fd8bc322b7aa1f11a57d", kill_on_drop: false }` [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Compiling mint v0.5.9 [INFO] [stderr] Compiling approx v0.1.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 6.78s [INFO] running `Command { std: "docker" "inspect" "95588e742f683d99aec69e65c6c0e48e03c8662c5a20fd8bc322b7aa1f11a57d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "95588e742f683d99aec69e65c6c0e48e03c8662c5a20fd8bc322b7aa1f11a57d", kill_on_drop: false }` [INFO] [stdout] 95588e742f683d99aec69e65c6c0e48e03c8662c5a20fd8bc322b7aa1f11a57d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ce3913ebedc827d478c42cd6d7134d59ba48736e740162ec75fcee2213f5d8bf [INFO] running `Command { std: "docker" "start" "-a" "ce3913ebedc827d478c42cd6d7134d59ba48736e740162ec75fcee2213f5d8bf", kill_on_drop: false }` [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] [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 3.98s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/genmesh-15f620e4f2cc7ad2) [INFO] [stderr] Executable tests/generate.rs (/opt/rustwide/target/debug/deps/generate-22f736b74a4d4cf9) [INFO] [stderr] Executable tests/test.rs (/opt/rustwide/target/debug/deps/test-034b7d6829db37ce) [INFO] [stderr] Executable tests/winding.rs (/opt/rustwide/target/debug/deps/winding-a723c60a7f103145) [INFO] running `Command { std: "docker" "inspect" "ce3913ebedc827d478c42cd6d7134d59ba48736e740162ec75fcee2213f5d8bf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ce3913ebedc827d478c42cd6d7134d59ba48736e740162ec75fcee2213f5d8bf", kill_on_drop: false }` [INFO] [stdout] ce3913ebedc827d478c42cd6d7134d59ba48736e740162ec75fcee2213f5d8bf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 1b347df3511efad1755f541bbb0f94acbefaebacee73beed007dbed82f4a9ba8 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "1b347df3511efad1755f541bbb0f94acbefaebacee73beed007dbed82f4a9ba8", 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.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/genmesh-15f620e4f2cc7ad2) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stderr] Running tests/generate.rs (/opt/rustwide/target/debug/deps/generate-22f736b74a4d4cf9) [INFO] [stdout] test plane::test_shared_vertex_count ... ok [INFO] [stdout] test circle::tests::test_circle ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test gen_circle ... ok [INFO] [stdout] test gen_plane ... ok [INFO] [stdout] test gen_sphere_uv ... ok [INFO] [stdout] test gen_torus ... ok [INFO] [stdout] test gen_cube ... ok [INFO] [stdout] test gen_cone ... ok [INFO] [stdout] test gen_cylinder ... 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-034b7d6829db37ce) [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_vertex ... ok [INFO] [stdout] test quad_vertex_two_stages ... ok [INFO] [stdout] test to_triangles ... ok [INFO] [stdout] test triangle_vertex ... ok [INFO] [stdout] test triangle_vertex_two_stages ... ok [INFO] [stdout] test triangle_poly_simple ... ok [INFO] [stderr] Running tests/winding.rs (/opt/rustwide/target/debug/deps/winding-a723c60a7f103145) [INFO] [stdout] test quad_poly_simple ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test gen_cone ... ok [INFO] [stdout] test gen_sphere_uv ... ok [INFO] [stdout] test gen_cylinder ... ok [INFO] [stdout] test wind_plane ... ok [INFO] [stdout] test gen_cube ... 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.09s [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" "1b347df3511efad1755f541bbb0f94acbefaebacee73beed007dbed82f4a9ba8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1b347df3511efad1755f541bbb0f94acbefaebacee73beed007dbed82f4a9ba8", kill_on_drop: false }` [INFO] [stdout] 1b347df3511efad1755f541bbb0f94acbefaebacee73beed007dbed82f4a9ba8