[INFO] crate plexus 0.0.11 is already in cache [INFO] checking plexus-0.0.11 against master#6dee5f1126dfd5c9314ee5ae9d9eb010e35ef257 for pr-70872 [INFO] extracting crate plexus 0.0.11 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate plexus 0.0.11 on toolchain 6dee5f1126dfd5c9314ee5ae9d9eb010e35ef257 [INFO] running `"/workspace/cargo-home/bin/cargo" "+6dee5f1126dfd5c9314ee5ae9d9eb010e35ef257" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate plexus 0.0.11 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate plexus 0.0.11 [INFO] tweaked toml for crates.io crate plexus 0.0.11 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+6dee5f1126dfd5c9314ee5ae9d9eb010e35ef257" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+6dee5f1126dfd5c9314ee5ae9d9eb010e35ef257" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+6dee5f1126dfd5c9314ee5ae9d9eb010e35ef257" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 77e88d072ed7d6b11e68b57c2659f82289f394a6a24edb57a778aa68e1209a9c [INFO] running `"docker" "start" "-a" "77e88d072ed7d6b11e68b57c2659f82289f394a6a24edb57a778aa68e1209a9c"` [INFO] [stderr] Compiling libm v0.1.4 [INFO] [stderr] Checking fool v0.0.1 [INFO] [stderr] Checking gfx_core v0.9.2 [INFO] [stderr] Compiling gfx_gl v0.6.1 [INFO] [stderr] Checking decorum v0.1.3 [INFO] [stderr] Checking winit v0.18.1 [INFO] [stderr] Checking alga v0.8.2 [INFO] [stderr] Checking glutin v0.19.0 [INFO] [stderr] Checking nalgebra v0.17.3 [INFO] [stderr] Checking gfx_device_gl v0.16.2 [INFO] [stderr] Checking gfx v0.18.2 [INFO] [stderr] Checking gfx_window_glutin v0.29.0 [INFO] [stderr] Checking plexus v0.0.11 (/opt/rustwide/workdir) [INFO] [stderr] warning: unknown lint: `type_complexity` [INFO] [stderr] --> src/primitive/decompose.rs:396:13 [INFO] [stderr] | [INFO] [stderr] 396 | #[allow(type_complexity)] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unknown_lints)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unknown lint: `type_complexity` [INFO] [stderr] --> src/primitive/decompose.rs:405:13 [INFO] [stderr] | [INFO] [stderr] 405 | #[allow(type_complexity)] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unknown lint: `type_complexity` [INFO] [stderr] --> src/primitive/decompose.rs:396:13 [INFO] [stderr] | [INFO] [stderr] 396 | #[allow(type_complexity)] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unknown_lints)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unknown lint: `type_complexity` [INFO] [stderr] --> src/primitive/decompose.rs:405:13 [INFO] [stderr] | [INFO] [stderr] 405 | #[allow(type_complexity)] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `storage` [INFO] [stderr] --> src/graph/mutation/vertex.rs:83:24 [INFO] [stderr] | [INFO] [stderr] 83 | pub fn snapshot(storage: M, a: VertexKey) -> Result [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_storage` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `a` [INFO] [stderr] --> src/graph/mutation/vertex.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | pub fn snapshot(storage: M, a: VertexKey) -> Result [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_a` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `storage` [INFO] [stderr] --> src/graph/mutation/vertex.rs:83:24 [INFO] [stderr] | [INFO] [stderr] 83 | pub fn snapshot(storage: M, a: VertexKey) -> Result [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_storage` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `a` [INFO] [stderr] --> src/graph/mutation/vertex.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | pub fn snapshot(storage: M, a: VertexKey) -> Result [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_a` [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/graph/mutation/edge.rs:385:14 [INFO] [stderr] | [INFO] [stderr] 385 | .into_iter() [INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(array_into_iter)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/graph/mutation/edge.rs:385:14 [INFO] [stderr] | [INFO] [stderr] 385 | .into_iter() [INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(array_into_iter)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] [INFO] [stderr] warning: unknown lint: `derive_hash_xor_eq` [INFO] [stderr] --> examples/viewer/pipeline.rs:1:10 [INFO] [stderr] | [INFO] [stderr] 1 | #![allow(derive_hash_xor_eq)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unknown_lints)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 50.60s [INFO] running `"docker" "inspect" "77e88d072ed7d6b11e68b57c2659f82289f394a6a24edb57a778aa68e1209a9c"` [INFO] running `"docker" "rm" "-f" "77e88d072ed7d6b11e68b57c2659f82289f394a6a24edb57a778aa68e1209a9c"` [INFO] [stdout] 77e88d072ed7d6b11e68b57c2659f82289f394a6a24edb57a778aa68e1209a9c