[INFO] crate norman 0.0.4 is already in cache [INFO] testing norman-0.0.4 against 1.44.0 for beta-1.45-1 [INFO] extracting crate norman 0.0.4 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate norman 0.0.4 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate norman 0.0.4 [INFO] finished tweaking crates.io crate norman 0.0.4 [INFO] tweaked toml for crates.io crate norman 0.0.4 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=warn" "-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" "+1.44.0" "build" "--frozen"` [INFO] [stdout] d290b6fbbfefe7fd800da4a13009c3f232935ac47b5dcd3b369c187c3d7d9ae1 [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" "d290b6fbbfefe7fd800da4a13009c3f232935ac47b5dcd3b369c187c3d7d9ae1"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling ndarray v0.12.1 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling itertools v0.7.11 [INFO] [stderr] Compiling noisy_float v0.1.12 [INFO] [stderr] Compiling norman v0.0.4 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.92s [INFO] running `"docker" "inspect" "d290b6fbbfefe7fd800da4a13009c3f232935ac47b5dcd3b369c187c3d7d9ae1"` [INFO] running `"docker" "rm" "-f" "d290b6fbbfefe7fd800da4a13009c3f232935ac47b5dcd3b369c187c3d7d9ae1"` [INFO] [stdout] d290b6fbbfefe7fd800da4a13009c3f232935ac47b5dcd3b369c187c3d7d9ae1 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=warn" "-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" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stdout] edd9ea56c5d3675bb47f8de0e140f8a363a1a12252f327d9a5fad5656fafee6c [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" "edd9ea56c5d3675bb47f8de0e140f8a363a1a12252f327d9a5fad5656fafee6c"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling norman v0.0.4 (/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/utility.rs:145:29 [INFO] [stderr] | [INFO] [stderr] 145 | let a = [3.0f32; 0].into_iter().map(|a| a.norm(Abs::new())); [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/utility.rs:151:36 [INFO] [stderr] | [INFO] [stderr] 151 | let a = [3.0f32, 5.0, 7.0].into_iter().map(|a| a.norm(Abs::new())); [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/utility.rs:160:36 [INFO] [stderr] | [INFO] [stderr] 160 | let a = [3.0f32, 5.0, 7.0].into_iter().map(|a| a.norm(Abs::new())); [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/utility.rs:169:36 [INFO] [stderr] | [INFO] [stderr] 169 | let a = [3.0f32, 5.0, 7.0].into_iter().map(|a| a.norm(Abs::new())); [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/utility.rs:175:51 [INFO] [stderr] | [INFO] [stderr] 175 | let a = [3.0f32, std::f32::INFINITY, 7.0].into_iter().map(|a| a.norm(Abs::new())); [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/utility.rs:181:36 [INFO] [stderr] | [INFO] [stderr] 181 | let a = [3.0f32, 5.0, 7.0].into_iter().map(|a| a.norm(Abs::new())); [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/utility.rs:187:51 [INFO] [stderr] | [INFO] [stderr] 187 | let a = [3.0f32, std::f32::INFINITY, 7.0].into_iter().map(|a| a.norm(Abs::new())); [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/utility.rs:202:43 [INFO] [stderr] | [INFO] [stderr] 202 | let a = [3.0f32, -5.0f32, 2.0f32].into_iter().map(|a| a.norm(Abs::new())); [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/utility.rs:208:40 [INFO] [stderr] | [INFO] [stderr] 208 | let a = [3.0f32, NAN, -2.0f32].into_iter().map(|a| a.norm(Abs::new())); [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/utility.rs:211:39 [INFO] [stderr] | [INFO] [stderr] 211 | let a = [NAN, 3.0f32, 4.0f32].into_iter().map(|a| a.norm(Abs::new())); [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/utility.rs:214:36 [INFO] [stderr] | [INFO] [stderr] 214 | let a = [NAN, NAN, 2.0f32].into_iter().map(|a| a.norm(Abs::new())); [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/utility.rs:217:33 [INFO] [stderr] | [INFO] [stderr] 217 | let a = [NAN, NAN, NAN].into_iter().map(|a| a.norm(Abs::new())); [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/utility.rs:223:44 [INFO] [stderr] | [INFO] [stderr] 223 | let a = [INFINITY, 1.0f32, 1.0f32].into_iter().map(|a| a.norm(Abs::new())); [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/utility.rs:226:44 [INFO] [stderr] | [INFO] [stderr] 226 | let a = [3.0f32, INFINITY, 3.0f32].into_iter().map(|a| a.norm(Abs::new())); [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/utility.rs:232:41 [INFO] [stderr] | [INFO] [stderr] 232 | let a = [NAN, INFINITY, 2.0f32].into_iter().map(|a| a.norm(Abs::new())); [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/utility.rs:235:41 [INFO] [stderr] | [INFO] [stderr] 235 | let a = [INFINITY, 2.0f32, NAN].into_iter().map(|a| a.norm(Abs::new())); [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: 16 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.67s [INFO] running `"docker" "inspect" "edd9ea56c5d3675bb47f8de0e140f8a363a1a12252f327d9a5fad5656fafee6c"` [INFO] running `"docker" "rm" "-f" "edd9ea56c5d3675bb47f8de0e140f8a363a1a12252f327d9a5fad5656fafee6c"` [INFO] [stdout] edd9ea56c5d3675bb47f8de0e140f8a363a1a12252f327d9a5fad5656fafee6c [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=warn" "-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" "+1.44.0" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4acc37d19361e352bdd761408488b67c99545c80004f206430b785fc4ac5eccc [INFO] running `"docker" "start" "-a" "4acc37d19361e352bdd761408488b67c99545c80004f206430b785fc4ac5eccc"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [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/utility.rs:145:29 [INFO] [stderr] | [INFO] [stderr] 145 | let a = [3.0f32; 0].into_iter().map(|a| a.norm(Abs::new())); [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/utility.rs:151:36 [INFO] [stderr] | [INFO] [stderr] 151 | let a = [3.0f32, 5.0, 7.0].into_iter().map(|a| a.norm(Abs::new())); [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/utility.rs:160:36 [INFO] [stderr] | [INFO] [stderr] 160 | let a = [3.0f32, 5.0, 7.0].into_iter().map(|a| a.norm(Abs::new())); [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/utility.rs:169:36 [INFO] [stderr] | [INFO] [stderr] 169 | let a = [3.0f32, 5.0, 7.0].into_iter().map(|a| a.norm(Abs::new())); [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/utility.rs:175:51 [INFO] [stderr] | [INFO] [stderr] 175 | let a = [3.0f32, std::f32::INFINITY, 7.0].into_iter().map(|a| a.norm(Abs::new())); [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/utility.rs:181:36 [INFO] [stderr] | [INFO] [stderr] 181 | let a = [3.0f32, 5.0, 7.0].into_iter().map(|a| a.norm(Abs::new())); [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/utility.rs:187:51 [INFO] [stderr] | [INFO] [stderr] 187 | let a = [3.0f32, std::f32::INFINITY, 7.0].into_iter().map(|a| a.norm(Abs::new())); [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/utility.rs:202:43 [INFO] [stderr] | [INFO] [stderr] 202 | let a = [3.0f32, -5.0f32, 2.0f32].into_iter().map(|a| a.norm(Abs::new())); [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/utility.rs:208:40 [INFO] [stderr] | [INFO] [stderr] 208 | let a = [3.0f32, NAN, -2.0f32].into_iter().map(|a| a.norm(Abs::new())); [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/utility.rs:211:39 [INFO] [stderr] | [INFO] [stderr] 211 | let a = [NAN, 3.0f32, 4.0f32].into_iter().map(|a| a.norm(Abs::new())); [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/utility.rs:214:36 [INFO] [stderr] | [INFO] [stderr] 214 | let a = [NAN, NAN, 2.0f32].into_iter().map(|a| a.norm(Abs::new())); [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/utility.rs:217:33 [INFO] [stderr] | [INFO] [stderr] 217 | let a = [NAN, NAN, NAN].into_iter().map(|a| a.norm(Abs::new())); [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/utility.rs:223:44 [INFO] [stderr] | [INFO] [stderr] 223 | let a = [INFINITY, 1.0f32, 1.0f32].into_iter().map(|a| a.norm(Abs::new())); [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/utility.rs:226:44 [INFO] [stderr] | [INFO] [stderr] 226 | let a = [3.0f32, INFINITY, 3.0f32].into_iter().map(|a| a.norm(Abs::new())); [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/utility.rs:232:41 [INFO] [stderr] | [INFO] [stderr] 232 | let a = [NAN, INFINITY, 2.0f32].into_iter().map(|a| a.norm(Abs::new())); [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/utility.rs:235:41 [INFO] [stderr] | [INFO] [stderr] 235 | let a = [INFINITY, 2.0f32, NAN].into_iter().map(|a| a.norm(Abs::new())); [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: 16 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.50s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/norman-fc16d53911d4ddd4 [INFO] [stdout] [INFO] [stdout] running 45 tests [INFO] [stdout] test implementation::ndarray::tests::pnorm_ndarray ... ok [INFO] [stdout] test implementation::ndarray::tests::pnorm_real_ndarray ... ok [INFO] [stdout] test implementation::ndarray::tests::supnorm_ndarray ... ok [INFO] [stdout] test implementation::num_complex::tests::complex_distance ... ok [INFO] [stdout] test implementation::noisy_float::tests::noisy_float_distance ... ok [INFO] [stdout] test implementation::noisy_float::tests::noisy_float_norm ... ok [INFO] [stdout] test implementation::num_complex::tests::complex_norm ... ok [INFO] [stdout] test implementation::primitives::tests::norm_floating_point ... ok [INFO] [stdout] test special::implementation::tests::distance_eucl_floating_point ... ok [INFO] [stdout] test implementation::std_collections::tests::pnorm_real_vec_deque ... ok [INFO] [stdout] test implementation::primitives::tests::norm_unsigned_integer ... ok [INFO] [stdout] test implementation::std_collections::tests::pnorm_vec ... ok [INFO] [stdout] test implementation::primitives::tests::distance_unsigned_integer ... ok [INFO] [stdout] test implementation::primitives::tests::distance_floating_point ... ok [INFO] [stdout] test implementation::std_collections::tests::supnorm_vec_deque ... ok [INFO] [stdout] test implementation::std_collections::tests::pnorm_vec_deque ... ok [INFO] [stdout] test implementation::primitives::tests::norm_signed_integer ... ok [INFO] [stdout] test implementation::std_collections::tests::pnorm_real_vec ... ok [INFO] [stdout] test implementation::std_collections::tests::supnorm_vec ... ok [INFO] [stdout] test implementation::primitives::tests::distance_signed_integer ... ok [INFO] [stdout] test special::implementation::tests::norm_eucl_signed_integer ... ok [INFO] [stdout] test special::implementation::tests::norm_eucl_floating_point ... ok [INFO] [stdout] test special::implementation::tests::norm_eucl_unsigned_integer ... ok [INFO] [stdout] test implementation::num_complex::tests::complex_sup_norm ... ok [INFO] [stdout] test special::implementation::tests::ndarray::norm_eucl_ndarray ... ok [INFO] [stdout] test utility::tests::pnorm_infinity_iterable_array ... ok [INFO] [stdout] test utility::tests::pnorm_maxint_iterable_array ... ok [INFO] [stdout] test utility::tests::pnorm_real_infinity_iterable_array ... ok [INFO] [stdout] test utility::tests::supnorm_iterable_array_infinity ... ok [INFO] [stdout] test utility::tests::supnorm_iterable_array ... ok [INFO] [stdout] test special::implementation::tests::normalize ... ok [INFO] [stdout] test special::implementation::tests::normalized ... ok [INFO] [stdout] test utility::tests::pnorm_empty_array ... ok [INFO] [stdout] test special::implementation::tests::num_complex::norm_eucl_complex ... ok [INFO] [stdout] test utility::tests::supnorm_iterable_array_infinity_nan ... ok [INFO] [stdout] test utility::tests::supnorm_iterable_array_nan ... ok [INFO] [stdout] test utility::tests::norm2_real_iterable_array ... ok [INFO] [stdout] test special::implementation::tests::norm_eucl_vec ... ok [INFO] [stdout] test utility::tests::partial_cmp_float ... ok [INFO] [stdout] test utility::tests::norm2_iterable_array ... ok [INFO] [stdout] test special::implementation::tests::norm_eucl_vec_deque ... ok [INFO] [stdout] test utility::tests::pnorm_real_maxint_iterable_array ... ok [INFO] [stdout] test implementation::ndarray::tests::distance_pnorm_real_nofit ... ok [INFO] [stdout] test implementation::ndarray::tests::distance_pnorm_nofit ... ok [INFO] [stdout] test implementation::ndarray::tests::distance_supnorm_nofit ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 45 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests norman [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test src/lib.rs - normalize (line 249) ... ok [INFO] [stdout] test src/lib.rs - Norm::norm (line 188) ... ok [INFO] [stdout] test src/lib.rs - normalized (line 277) ... ok [INFO] [stdout] test src/lib.rs - Distance::distance (line 221) ... ok [INFO] [stdout] test src/lib.rs - (line 57) ... ok [INFO] [stdout] test src/implementation/mod.rs - implementation (line 72) ... ok [INFO] [stdout] test src/lib.rs - (line 30) ... ok [INFO] [stdout] test src/lib.rs - (line 83) ... ok [INFO] [stdout] test src/lib.rs - (line 116) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "4acc37d19361e352bdd761408488b67c99545c80004f206430b785fc4ac5eccc"` [INFO] running `"docker" "rm" "-f" "4acc37d19361e352bdd761408488b67c99545c80004f206430b785fc4ac5eccc"` [INFO] [stdout] 4acc37d19361e352bdd761408488b67c99545c80004f206430b785fc4ac5eccc