[INFO] fetching crate linearalgebra 0.1.9...
[INFO] checking linearalgebra-0.1.9 against master#5518eaa946291f00471af8b254b2a1715f234882 for pr-120393
[INFO] extracting crate linearalgebra 0.1.9 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate linearalgebra 0.1.9 on toolchain 5518eaa946291f00471af8b254b2a1715f234882
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate linearalgebra 0.1.9
[INFO] finished tweaking crates.io crate linearalgebra 0.1.9
[INFO] tweaked toml for crates.io crate linearalgebra 0.1.9 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 94e79cb1d9068a62661dd9275cbba4dfe9e5acf6152aa0df5ff7f211f75d1f81
[INFO] running `Command { std: "docker" "start" "-a" "94e79cb1d9068a62661dd9275cbba4dfe9e5acf6152aa0df5ff7f211f75d1f81", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "94e79cb1d9068a62661dd9275cbba4dfe9e5acf6152aa0df5ff7f211f75d1f81", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "94e79cb1d9068a62661dd9275cbba4dfe9e5acf6152aa0df5ff7f211f75d1f81", kill_on_drop: false }`
[INFO] [stdout] 94e79cb1d9068a62661dd9275cbba4dfe9e5acf6152aa0df5ff7f211f75d1f81
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f2d30486b50d8dc9ecc78635b7efb7f066d1800cde57f52d2fe15789558961e8
[INFO] running `Command { std: "docker" "start" "-a" "f2d30486b50d8dc9ecc78635b7efb7f066d1800cde57f52d2fe15789558961e8", kill_on_drop: false }`
[INFO] [stderr]     Checking linearalgebra v0.1.9 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `std::simd::SimdFloat`
[INFO] [stdout]  --> src/matrix/mat_impl.rs:5:18
[INFO] [stdout]   |
[INFO] [stdout] 5 |     simd::{Simd, SimdFloat},
[INFO] [stdout]   |                  ^^^^^^^^^
[INFO] [stdout]   |                  |
[INFO] [stdout]   |                  no `SimdFloat` in `simd`
[INFO] [stdout]   |                  help: a similar name exists in the module: `StdFloat`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider importing one of these items instead:
[INFO] [stdout]           core::simd::prelude::SimdFloat
[INFO] [stdout]           std::simd::prelude::SimdFloat
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::simd::SimdFloat`
[INFO] [stdout]  --> src/matrix/mat_impl.rs:5:18
[INFO] [stdout]   |
[INFO] [stdout] 5 |     simd::{Simd, SimdFloat},
[INFO] [stdout]   |                  ^^^^^^^^^
[INFO] [stdout]   |                  |
[INFO] [stdout]   |                  no `SimdFloat` in `simd`
[INFO] [stdout]   |                  help: a similar name exists in the module: `StdFloat`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider importing one of these items instead:
[INFO] [stdout]           core::simd::prelude::SimdFloat
[INFO] [stdout]           std::simd::prelude::SimdFloat
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `reduce_sum` found for struct `Simd` in the current scope
[INFO] [stdout]    --> src/matrix/mat_impl.rs:327:28
[INFO] [stdout]     |
[INFO] [stdout] 327 |                 total_simd.reduce_sum()
[INFO] [stdout]     |                            ^^^^^^^^^^ method not found in `Simd<f64, 8>`
[INFO] [stdout]    --> /rustc/5518eaa946291f00471af8b254b2a1715f234882/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:169:8
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `Simd<f64, 8>` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use std::simd::num::SimdFloat;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `reduce_sum` found for struct `Simd` in the current scope
[INFO] [stdout]    --> src/matrix/mat_impl.rs:327:28
[INFO] [stdout]     |
[INFO] [stdout] 327 |                 total_simd.reduce_sum()
[INFO] [stdout]     |                            ^^^^^^^^^^ method not found in `Simd<f64, 8>`
[INFO] [stdout]    --> /rustc/5518eaa946291f00471af8b254b2a1715f234882/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:169:8
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `Simd<f64, 8>` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use std::simd::num::SimdFloat;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `linearalgebra` (lib) due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `linearalgebra` (lib test) due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "f2d30486b50d8dc9ecc78635b7efb7f066d1800cde57f52d2fe15789558961e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f2d30486b50d8dc9ecc78635b7efb7f066d1800cde57f52d2fe15789558961e8", kill_on_drop: false }`
[INFO] [stdout] f2d30486b50d8dc9ecc78635b7efb7f066d1800cde57f52d2fe15789558961e8
[INFO] checking linearalgebra-0.1.9 against try#7622c0f807a4e13c4db886a1681bf343795692df+rustflags=-Dnon_local_definitions for pr-120393
[INFO] extracting crate linearalgebra 0.1.9 into /workspace/builds/worker-2-tc2/source
[INFO] validating manifest of crates.io crate linearalgebra 0.1.9 on toolchain 7622c0f807a4e13c4db886a1681bf343795692df
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate linearalgebra 0.1.9
[INFO] finished tweaking crates.io crate linearalgebra 0.1.9
[INFO] tweaked toml for crates.io crate linearalgebra 0.1.9 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 721e9b9e6443b10183872fa7deb4c6e4219f6c8444e8eb510e54e50aa998e1c4
[INFO] running `Command { std: "docker" "start" "-a" "721e9b9e6443b10183872fa7deb4c6e4219f6c8444e8eb510e54e50aa998e1c4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "721e9b9e6443b10183872fa7deb4c6e4219f6c8444e8eb510e54e50aa998e1c4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "721e9b9e6443b10183872fa7deb4c6e4219f6c8444e8eb510e54e50aa998e1c4", kill_on_drop: false }`
[INFO] [stdout] 721e9b9e6443b10183872fa7deb4c6e4219f6c8444e8eb510e54e50aa998e1c4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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 -Dnon_local_definitions" "-e" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 69957a252a37ccf5c96cc104f675037d28b84955d72cad41f34bb3cb4a17ed97
[INFO] running `Command { std: "docker" "start" "-a" "69957a252a37ccf5c96cc104f675037d28b84955d72cad41f34bb3cb4a17ed97", kill_on_drop: false }`
[INFO] [stderr]     Checking linearalgebra v0.1.9 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `std::simd::SimdFloat`
[INFO] [stdout]  --> src/matrix/mat_impl.rs:5:18
[INFO] [stdout]   |
[INFO] [stdout] 5 |     simd::{Simd, SimdFloat},
[INFO] [stdout]   |                  ^^^^^^^^^
[INFO] [stdout]   |                  |
[INFO] [stdout]   |                  no `SimdFloat` in `simd`
[INFO] [stdout]   |                  help: a similar name exists in the module: `StdFloat`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider importing one of these items instead:
[INFO] [stdout]           core::simd::prelude::SimdFloat
[INFO] [stdout]           std::simd::prelude::SimdFloat
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::simd::SimdFloat`
[INFO] [stdout]  --> src/matrix/mat_impl.rs:5:18
[INFO] [stdout]   |
[INFO] [stdout] 5 |     simd::{Simd, SimdFloat},
[INFO] [stdout]   |                  ^^^^^^^^^
[INFO] [stdout]   |                  |
[INFO] [stdout]   |                  no `SimdFloat` in `simd`
[INFO] [stdout]   |                  help: a similar name exists in the module: `StdFloat`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider importing one of these items instead:
[INFO] [stdout]           core::simd::prelude::SimdFloat
[INFO] [stdout]           std::simd::prelude::SimdFloat
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `reduce_sum` found for struct `Simd` in the current scope
[INFO] [stdout]    --> src/matrix/mat_impl.rs:327:28
[INFO] [stdout]     |
[INFO] [stdout] 327 |                 total_simd.reduce_sum()
[INFO] [stdout]     |                            ^^^^^^^^^^ method not found in `Simd<f64, 8>`
[INFO] [stdout]    --> /rustc/7622c0f807a4e13c4db886a1681bf343795692df/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:169:8
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `Simd<f64, 8>` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use std::simd::num::SimdFloat;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `reduce_sum` found for struct `Simd` in the current scope
[INFO] [stdout]    --> src/matrix/mat_impl.rs:327:28
[INFO] [stdout]     |
[INFO] [stdout] 327 |                 total_simd.reduce_sum()
[INFO] [stdout]     |                            ^^^^^^^^^^ method not found in `Simd<f64, 8>`
[INFO] [stdout]    --> /rustc/7622c0f807a4e13c4db886a1681bf343795692df/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:169:8
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `Simd<f64, 8>` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stdout]     |
[INFO] [stdout] 1   + use std::simd::num::SimdFloat;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `linearalgebra` (lib) due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `linearalgebra` (lib test) due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "69957a252a37ccf5c96cc104f675037d28b84955d72cad41f34bb3cb4a17ed97", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "69957a252a37ccf5c96cc104f675037d28b84955d72cad41f34bb3cb4a17ed97", kill_on_drop: false }`
[INFO] [stdout] 69957a252a37ccf5c96cc104f675037d28b84955d72cad41f34bb3cb4a17ed97
