[INFO] crate k 0.16.0 is already in cache [INFO] checking k-0.16.0 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate k 0.16.0 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate k 0.16.0 on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "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-14/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" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "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-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "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] 61832760c181fc2d8e145a8e9727850c47f2262c4eef18209f11b7142fc1f78a [INFO] running `"docker" "start" "-a" "61832760c181fc2d8e145a8e9727850c47f2262c4eef18209f11b7142fc1f78a"` [INFO] [stderr] Checking RustyXML v0.1.1 [INFO] [stderr] Checking instant v0.1.2 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Checking libloading v0.5.2 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking ordered-float v1.0.2 [INFO] [stderr] Compiling gl_generator v0.10.0 [INFO] [stderr] Checking line_drawing v0.7.0 [INFO] [stderr] Compiling serde_codegen_internals v0.14.2 [INFO] [stderr] Checking x11-dl v2.18.4 [INFO] [stderr] Checking num-rational v0.2.2 [INFO] [stderr] Checking num-iter v0.1.39 [INFO] [stderr] Compiling wayland-client v0.21.13 [INFO] [stderr] Compiling wayland-protocols v0.21.13 [INFO] [stderr] Checking serde-xml-rs v0.1.2 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Checking tiff v0.2.2 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] Checking dlib v0.4.1 [INFO] [stderr] Checking rayon-core v1.7.0 [INFO] [stderr] Checking png v0.14.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 wayland-commons v0.21.13 [INFO] [stderr] Checking rusttype v0.7.9 [INFO] [stderr] Checking rayon v1.3.0 [INFO] [stderr] Compiling serde_derive v0.9.15 [INFO] [stderr] Checking andrew v0.2.1 [INFO] [stderr] Checking alga v0.9.2 [INFO] [stderr] Checking docmatic v0.1.2 [INFO] [stderr] Compiling gl v0.11.0 [INFO] [stderr] Compiling glutin v0.19.0 [INFO] [stderr] Checking nalgebra v0.18.1 [INFO] [stderr] Checking urdf-rs v0.4.2 [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 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 54.18s [INFO] running `"docker" "inspect" "61832760c181fc2d8e145a8e9727850c47f2262c4eef18209f11b7142fc1f78a"` [INFO] running `"docker" "rm" "-f" "61832760c181fc2d8e145a8e9727850c47f2262c4eef18209f11b7142fc1f78a"` [INFO] [stdout] 61832760c181fc2d8e145a8e9727850c47f2262c4eef18209f11b7142fc1f78a