[INFO] fetching crate sized_matrix 0.2.5... [INFO] testing sized_matrix-0.2.5 against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] extracting crate sized_matrix 0.2.5 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate sized_matrix 0.2.5 on toolchain 99e3aef02079e9c10583638520cd0c134dc3a01d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate sized_matrix 0.2.5 [INFO] finished tweaking crates.io crate sized_matrix 0.2.5 [INFO] tweaked toml for crates.io crate sized_matrix 0.2.5 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "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" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded higher_order_functions v0.1.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7f2f04267a1b8b7cb1c9e26af722785f93ae9f249ae3e127c856ba7de65da3b7 [INFO] running `Command { std: "docker" "start" "-a" "7f2f04267a1b8b7cb1c9e26af722785f93ae9f249ae3e127c856ba7de65da3b7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7f2f04267a1b8b7cb1c9e26af722785f93ae9f249ae3e127c856ba7de65da3b7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7f2f04267a1b8b7cb1c9e26af722785f93ae9f249ae3e127c856ba7de65da3b7", kill_on_drop: false }` [INFO] [stdout] 7f2f04267a1b8b7cb1c9e26af722785f93ae9f249ae3e127c856ba7de65da3b7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=forbid" "-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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e29c50acea3cd475a4c07c6945d8bd553a849de874a84f5bd13c3da110dd8f8a [INFO] running `Command { std: "docker" "start" "-a" "e29c50acea3cd475a4c07c6945d8bd553a849de874a84f5bd13c3da110dd8f8a", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling higher_order_functions v0.1.2 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling sized_matrix v0.2.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: the feature `const_generics` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:46:12 [INFO] [stdout] | [INFO] [stdout] 46 | #![feature(const_generics)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] = note: see issue #44580 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `generic_associated_types` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:47:12 [INFO] [stdout] | [INFO] [stdout] 47 | #![feature(generic_associated_types)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #44265 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/matrix.rs:125:22 [INFO] [stdout] | [INFO] [stdout] 125 | contents: vectors.map(|v| { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `higher_order_functions::Map::map(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(array_map)]` to the crate attributes to enable `array::::map` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/matrix.rs:138:17 [INFO] [stdout] | [INFO] [stdout] 138 | self.contents.map(|v| { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `higher_order_functions::Map::map(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(array_map)]` to the crate attributes to enable `array::::map` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/matrix.rs:194:29 [INFO] [stdout] | [INFO] [stdout] 194 | Matrix::new(self.contents.map(|col| col.map(|x| f(x)))) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `higher_order_functions::Map::map(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(array_map)]` to the crate attributes to enable `array::::map` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/matrix.rs:194:43 [INFO] [stdout] | [INFO] [stdout] 194 | Matrix::new(self.contents.map(|col| col.map(|x| f(x)))) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `higher_order_functions::Map::map(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(array_map)]` to the crate attributes to enable `array::::map` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/matrix.rs:203:29 [INFO] [stdout] | [INFO] [stdout] 203 | Matrix::new(self.contents.zip(rhs.contents, |a_col, b_col| a_col.zip(b_col, |a, b| f(a, b)))) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `higher_order_functions::Zip::zip(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(array_zip)]` to the crate attributes to enable `array::::zip` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/matrix.rs:203:68 [INFO] [stdout] | [INFO] [stdout] 203 | Matrix::new(self.contents.zip(rhs.contents, |a_col, b_col| a_col.zip(b_col, |a, b| f(a, b)))) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `higher_order_functions::Zip::zip(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(array_zip)]` to the crate attributes to enable `array::::zip` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.16s [INFO] running `Command { std: "docker" "inspect" "e29c50acea3cd475a4c07c6945d8bd553a849de874a84f5bd13c3da110dd8f8a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e29c50acea3cd475a4c07c6945d8bd553a849de874a84f5bd13c3da110dd8f8a", kill_on_drop: false }` [INFO] [stdout] e29c50acea3cd475a4c07c6945d8bd553a849de874a84f5bd13c3da110dd8f8a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=forbid" "-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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f56fa701444a5aa2b8da0f070739b11469bef653410e275b7fe7655084d3b435 [INFO] running `Command { std: "docker" "start" "-a" "f56fa701444a5aa2b8da0f070739b11469bef653410e275b7fe7655084d3b435", kill_on_drop: false }` [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stdout] warning: the feature `const_generics` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:46:12 [INFO] [stdout] | [INFO] [stdout] 46 | #![feature(const_generics)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] = note: see issue #44580 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `generic_associated_types` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:47:12 [INFO] [stdout] | [INFO] [stdout] 47 | #![feature(generic_associated_types)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #44265 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/matrix.rs:125:22 [INFO] [stdout] | [INFO] [stdout] 125 | contents: vectors.map(|v| { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `higher_order_functions::Map::map(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(array_map)]` to the crate attributes to enable `array::::map` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/matrix.rs:138:17 [INFO] [stdout] | [INFO] [stdout] 138 | self.contents.map(|v| { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `higher_order_functions::Map::map(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(array_map)]` to the crate attributes to enable `array::::map` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/matrix.rs:194:29 [INFO] [stdout] | [INFO] [stdout] 194 | Matrix::new(self.contents.map(|col| col.map(|x| f(x)))) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `higher_order_functions::Map::map(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(array_map)]` to the crate attributes to enable `array::::map` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/matrix.rs:194:43 [INFO] [stdout] | [INFO] [stdout] 194 | Matrix::new(self.contents.map(|col| col.map(|x| f(x)))) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `higher_order_functions::Map::map(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(array_map)]` to the crate attributes to enable `array::::map` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/matrix.rs:203:29 [INFO] [stdout] | [INFO] [stdout] 203 | Matrix::new(self.contents.zip(rhs.contents, |a_col, b_col| a_col.zip(b_col, |a, b| f(a, b)))) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `higher_order_functions::Zip::zip(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(array_zip)]` to the crate attributes to enable `array::::zip` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/matrix.rs:203:68 [INFO] [stdout] | [INFO] [stdout] 203 | Matrix::new(self.contents.zip(rhs.contents, |a_col, b_col| a_col.zip(b_col, |a, b| f(a, b)))) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `higher_order_functions::Zip::zip(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(array_zip)]` to the crate attributes to enable `array::::zip` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling pulldown-cmark v0.8.0 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling syn v1.0.72 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling version-sync v0.9.2 [INFO] [stderr] Compiling sized_matrix v0.2.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: the feature `const_generics` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:46:12 [INFO] [stdout] | [INFO] [stdout] 46 | #![feature(const_generics)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] = note: see issue #44580 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `generic_associated_types` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:47:12 [INFO] [stdout] | [INFO] [stdout] 47 | #![feature(generic_associated_types)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #44265 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/matrix.rs:125:22 [INFO] [stdout] | [INFO] [stdout] 125 | contents: vectors.map(|v| { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `higher_order_functions::Map::map(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(array_map)]` to the crate attributes to enable `array::::map` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/matrix.rs:138:17 [INFO] [stdout] | [INFO] [stdout] 138 | self.contents.map(|v| { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `higher_order_functions::Map::map(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(array_map)]` to the crate attributes to enable `array::::map` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/matrix.rs:194:29 [INFO] [stdout] | [INFO] [stdout] 194 | Matrix::new(self.contents.map(|col| col.map(|x| f(x)))) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `higher_order_functions::Map::map(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(array_map)]` to the crate attributes to enable `array::::map` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/matrix.rs:194:43 [INFO] [stdout] | [INFO] [stdout] 194 | Matrix::new(self.contents.map(|col| col.map(|x| f(x)))) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `higher_order_functions::Map::map(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(array_map)]` to the crate attributes to enable `array::::map` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/matrix.rs:203:29 [INFO] [stdout] | [INFO] [stdout] 203 | Matrix::new(self.contents.zip(rhs.contents, |a_col, b_col| a_col.zip(b_col, |a, b| f(a, b)))) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `higher_order_functions::Zip::zip(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(array_zip)]` to the crate attributes to enable `array::::zip` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/matrix.rs:203:68 [INFO] [stdout] | [INFO] [stdout] 203 | Matrix::new(self.contents.zip(rhs.contents, |a_col, b_col| a_col.zip(b_col, |a, b| f(a, b)))) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `higher_order_functions::Zip::zip(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(array_zip)]` to the crate attributes to enable `array::::zip` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 15.70s [INFO] running `Command { std: "docker" "inspect" "f56fa701444a5aa2b8da0f070739b11469bef653410e275b7fe7655084d3b435", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f56fa701444a5aa2b8da0f070739b11469bef653410e275b7fe7655084d3b435", kill_on_drop: false }` [INFO] [stdout] f56fa701444a5aa2b8da0f070739b11469bef653410e275b7fe7655084d3b435 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=forbid" "-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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e1d8956881cfcb8a7390bb3ed4dd6b1c15ac53a7e44b001c3aec3fc9d033e651 [INFO] running `Command { std: "docker" "start" "-a" "e1d8956881cfcb8a7390bb3ed4dd6b1c15ac53a7e44b001c3aec3fc9d033e651", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: the feature `const_generics` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] running 0 tests [INFO] [stderr] --> src/lib.rs:46:12 [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] 46 | #![feature(const_generics)] [INFO] [stdout] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(incomplete_features)]` on by default [INFO] [stderr] = note: see issue #44580 for more information [INFO] [stderr] [INFO] [stderr] warning: the feature `generic_associated_types` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stderr] --> src/lib.rs:47:12 [INFO] [stderr] | [INFO] [stderr] 47 | #![feature(generic_associated_types)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #44265 for more information [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/matrix.rs:125:22 [INFO] [stderr] | [INFO] [stderr] 125 | contents: vectors.map(|v| { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `higher_order_functions::Map::map(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(array_map)]` to the crate attributes to enable `array::::map` [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/matrix.rs:138:17 [INFO] [stderr] | [INFO] [stderr] 138 | self.contents.map(|v| { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `higher_order_functions::Map::map(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(array_map)]` to the crate attributes to enable `array::::map` [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/matrix.rs:194:29 [INFO] [stderr] | [INFO] [stderr] 194 | Matrix::new(self.contents.map(|col| col.map(|x| f(x)))) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `higher_order_functions::Map::map(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(array_map)]` to the crate attributes to enable `array::::map` [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/matrix.rs:194:43 [INFO] [stderr] | [INFO] [stderr] 194 | Matrix::new(self.contents.map(|col| col.map(|x| f(x)))) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `higher_order_functions::Map::map(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(array_map)]` to the crate attributes to enable `array::::map` [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/matrix.rs:203:29 [INFO] [stderr] | [INFO] [stderr] 203 | Matrix::new(self.contents.zip(rhs.contents, |a_col, b_col| a_col.zip(b_col, |a, b| f(a, b)))) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `higher_order_functions::Zip::zip(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(array_zip)]` to the crate attributes to enable `array::::zip` [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/matrix.rs:203:68 [INFO] [stderr] | [INFO] [stderr] 203 | Matrix::new(self.contents.zip(rhs.contents, |a_col, b_col| a_col.zip(b_col, |a, b| f(a, b)))) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `higher_order_functions::Zip::zip(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(array_zip)]` to the crate attributes to enable `array::::zip` [INFO] [stderr] [INFO] [stderr] warning: 8 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: the feature `const_generics` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stderr] --> src/lib.rs:46:12 [INFO] [stderr] | [INFO] [stderr] 46 | #![feature(const_generics)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(incomplete_features)]` on by default [INFO] [stderr] = note: see issue #44580 for more information [INFO] [stderr] [INFO] [stderr] warning: the feature `generic_associated_types` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stderr] --> src/lib.rs:47:12 [INFO] [stderr] | [INFO] [stderr] 47 | #![feature(generic_associated_types)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #44265 for more information [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/matrix.rs:125:22 [INFO] [stderr] | [INFO] [stderr] 125 | contents: vectors.map(|v| { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `higher_order_functions::Map::map(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(array_map)]` to the crate attributes to enable `array::::map` [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/matrix.rs:138:17 [INFO] [stderr] | [INFO] [stderr] 138 | self.contents.map(|v| { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `higher_order_functions::Map::map(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(array_map)]` to the crate attributes to enable `array::::map` [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/matrix.rs:194:29 [INFO] [stderr] | [INFO] [stderr] 194 | Matrix::new(self.contents.map(|col| col.map(|x| f(x)))) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `higher_order_functions::Map::map(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(array_map)]` to the crate attributes to enable `array::::map` [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/matrix.rs:194:43 [INFO] [stderr] | [INFO] [stderr] 194 | Matrix::new(self.contents.map(|col| col.map(|x| f(x)))) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `higher_order_functions::Map::map(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(array_map)]` to the crate attributes to enable `array::::map` [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/matrix.rs:203:29 [INFO] [stderr] | [INFO] [stderr] 203 | Matrix::new(self.contents.zip(rhs.contents, |a_col, b_col| a_col.zip(b_col, |a, b| f(a, b)))) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `higher_order_functions::Zip::zip(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(array_zip)]` to the crate attributes to enable `array::::zip` [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/matrix.rs:203:68 [INFO] [stderr] | [INFO] [stderr] 203 | Matrix::new(self.contents.zip(rhs.contents, |a_col, b_col| a_col.zip(b_col, |a, b| f(a, b)))) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `higher_order_functions::Zip::zip(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(array_zip)]` to the crate attributes to enable `array::::zip` [INFO] [stderr] [INFO] [stderr] warning: 8 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/sized_matrix-0f517cdbeb844d3c) [INFO] [stderr] Running tests/matrix.rs (/opt/rustwide/target/debug/deps/matrix-159df4a7163bb275) [INFO] [stdout] [INFO] [stdout] running 41 tests [INFO] [stdout] test empty_matrix_section ... ok [INFO] [stdout] test init_matrix ... ok [INFO] [stdout] test matrix_add ... ok [INFO] [stdout] test matrix_add_assign ... ok [INFO] [stdout] test empty_matrix_zip ... ok [INFO] [stdout] test matrix_default ... ok [INFO] [stdout] test matrix_div_assign ... ok [INFO] [stdout] test matrix_div_assign_scalar ... ok [INFO] [stdout] test matrix_div_left ... ok [INFO] [stdout] test matrix_div_scalar ... ok [INFO] [stdout] test matrix_cols ... ok [INFO] [stdout] test matrix_empty_section ... ok [INFO] [stdout] test matrix_middle_section ... ok [INFO] [stdout] test matrix_side_sections ... ok [INFO] [stdout] test matrix_mul_assign_scalar ... ok [INFO] [stdout] test matrix_neg ... ok [INFO] [stdout] test matrix_full_section ... ok [INFO] [stdout] test matrix_mul ... ok [INFO] [stdout] test matrix_sub ... ok [INFO] [stdout] test matrix_mul_scalar ... ok [INFO] [stdout] test matrix_one ... ok [INFO] [stdout] test matrix_mul_add_assign ... ok [INFO] [stdout] test matrix_from_vectors ... ok [INFO] [stdout] test matrix_mul_assign ... ok [INFO] [stdout] test matrix_pow ... ok [INFO] [stdout] test matrix_rows ... ok [INFO] [stdout] test matrix_eq ... ok [INFO] [stdout] test matrix_corner_sections ... ok [INFO] [stdout] test matrix_mul_add ... ok [INFO] [stdout] test matrix_hash ... ok [INFO] [stdout] test matrix_inv ... ok [INFO] [stdout] test matrix_sub_assign ... ok [INFO] [stdout] test matrix_debug ... ok [INFO] [stdout] test matrix_transpose ... ok [INFO] [stdout] test singleton_matrix_zip ... ok [INFO] [stdout] test matrix_map_double ... ok [INFO] [stdout] test matrix_div ... ok [INFO] [stdout] test matrix_zero ... ok [INFO] [stdout] test matrix_map_cast ... ok [INFO] [stdout] test matrix_zip ... ok [INFO] [stderr] Running tests/vector.rs (/opt/rustwide/target/debug/deps/vector-7e1e96b7d0c52f7b) [INFO] [stdout] test matrix_empty_out_of_bounds ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 41 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test init_vector ... ok [INFO] [stderr] Running tests/version-numbers.rs (/opt/rustwide/target/debug/deps/version_numbers-18aac41d9aa8eca0) [INFO] [stdout] test vector_vector ... ok [INFO] [stdout] test vector_index ... ok [INFO] [stdout] test vector_dot ... ok [INFO] [stdout] test vector_section ... ok [INFO] [stdout] test vector_index_mut ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test test_changelog_deps ... ok [INFO] [stdout] test test_readme_deps ... ok [INFO] [stderr] Doc-tests sized_matrix [INFO] [stdout] test test_html_root_url ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] warning: the feature `const_generics` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stderr] --> /opt/rustwide/workdir/src/lib.rs:46:12 [INFO] [stderr] | [INFO] [stderr] 46 | #![feature(const_generics)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(incomplete_features)]` on by default [INFO] [stderr] = note: see issue #44580 for more information [INFO] [stderr] [INFO] [stderr] warning: the feature `generic_associated_types` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stderr] --> /opt/rustwide/workdir/src/lib.rs:47:12 [INFO] [stderr] | [INFO] [stderr] 47 | #![feature(generic_associated_types)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #44265 for more information [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test src/lib.rs - _Doctest (line 13) ... ok [INFO] [stdout] test src/matrix.rs - matrix::Matrix::cols (line 78) ... ok [INFO] [stdout] test src/lib.rs - (line 3) ... ok [INFO] [stdout] test src/matrix.rs - matrix::Matrix::from_vectors (line 124) ... ok [INFO] [stdout] test src/vector.rs - vector::Vector::vector (line 22) ... ok [INFO] [stdout] test src/matrix.rs - matrix::Matrix::rows (line 101) ... ok [INFO] [stdout] test src/matrix.rs - matrix::Matrix::to_vectors (line 138) ... ok [INFO] [stdout] test src/matrix.rs - matrix::Matrix (line 36) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.93s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "e1d8956881cfcb8a7390bb3ed4dd6b1c15ac53a7e44b001c3aec3fc9d033e651", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e1d8956881cfcb8a7390bb3ed4dd6b1c15ac53a7e44b001c3aec3fc9d033e651", kill_on_drop: false }` [INFO] [stdout] e1d8956881cfcb8a7390bb3ed4dd6b1c15ac53a7e44b001c3aec3fc9d033e651