[INFO] crate k 0.16.0 is already in cache [INFO] checking k-0.16.0 against try#a243773eaf3fedcd203f10ae4579e4f106bf7ccd for pr-68325 [INFO] extracting crate k 0.16.0 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate k 0.16.0 on toolchain a243773eaf3fedcd203f10ae4579e4f106bf7ccd [INFO] running `"/workspace/cargo-home/bin/cargo" "+a243773eaf3fedcd203f10ae4579e4f106bf7ccd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate k 0.16.0 [INFO] finished tweaking crates.io crate k 0.16.0 [INFO] tweaked toml for crates.io crate k 0.16.0 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate crates.io crate k 0.16.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+a243773eaf3fedcd203f10ae4579e4f106bf7ccd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "+a243773eaf3fedcd203f10ae4579e4f106bf7ccd" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 30b492051d88bf006507cca8388db5e764cb53228864409deafe503532bb8072 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "30b492051d88bf006507cca8388db5e764cb53228864409deafe503532bb8072"` [INFO] [stderr] Checking instant v0.1.2 [INFO] [stderr] Checking libloading v0.5.2 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking ordered-float v1.0.2 [INFO] [stderr] Checking line_drawing v0.7.0 [INFO] [stderr] Checking num-complex v0.2.3 [INFO] [stderr] Compiling gl v0.11.0 [INFO] [stderr] Checking serde-xml-rs v0.1.2 [INFO] [stderr] Checking tiff v0.2.2 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] Checking rayon v1.3.0 [INFO] [stderr] Checking urdf-rs v0.4.2 [INFO] [stderr] Checking dlib v0.4.1 [INFO] [stderr] Checking rusttype v0.8.2 [INFO] [stderr] Checking wayland-sys v0.21.13 [INFO] [stderr] Checking which v2.0.1 [INFO] [stderr] Checking alga v0.9.2 [INFO] [stderr] Checking wayland-commons v0.21.13 [INFO] [stderr] Checking docmatic v0.1.2 [INFO] [stderr] Checking wayland-client v0.21.13 [INFO] [stderr] Checking rusttype v0.7.9 [INFO] [stderr] Checking andrew v0.2.1 [INFO] [stderr] Checking wayland-protocols v0.21.13 [INFO] [stderr] Checking nalgebra v0.18.1 [INFO] [stderr] Checking jpeg-decoder v0.1.18 [INFO] [stderr] Checking image v0.21.3 [INFO] [stderr] Checking smithay-client-toolkit v0.4.6 [INFO] [stderr] Checking winit v0.18.1 [INFO] [stderr] Checking glutin v0.19.0 [INFO] [stderr] Checking ncollide3d v0.19.2 [INFO] [stderr] Checking k v0.16.0 (/opt/rustwide/workdir) [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/ik.rs:43:37 [INFO] [stderr] | [INFO] [stderr] 43 | let use_dof = constraints_array.into_iter().filter(|x| **x).count(); [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/ik.rs:204:41 [INFO] [stderr] | [INFO] [stderr] 204 | let use_dof = constraints_array.into_iter().filter(|x| **x).count(); [INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stderr] | [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/ik.rs:356:41 [INFO] [stderr] | [INFO] [stderr] 356 | let use_dof = constraints_array.into_iter().filter(|x| **x).count(); [INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stderr] | [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] Checking kiss3d v0.20.1 [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/ik.rs:43:37 [INFO] [stderr] | [INFO] [stderr] 43 | let use_dof = constraints_array.into_iter().filter(|x| **x).count(); [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/ik.rs:204:41 [INFO] [stderr] | [INFO] [stderr] 204 | let use_dof = constraints_array.into_iter().filter(|x| **x).count(); [INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stderr] | [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/ik.rs:356:41 [INFO] [stderr] | [INFO] [stderr] 356 | let use_dof = constraints_array.into_iter().filter(|x| **x).count(); [INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stderr] | [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] Finished dev [unoptimized + debuginfo] target(s) in 45.52s [INFO] running `"docker" "inspect" "30b492051d88bf006507cca8388db5e764cb53228864409deafe503532bb8072"` [INFO] running `"docker" "rm" "-f" "30b492051d88bf006507cca8388db5e764cb53228864409deafe503532bb8072"` [INFO] [stdout] 30b492051d88bf006507cca8388db5e764cb53228864409deafe503532bb8072