[INFO] cloning repository https://github.com/HaineSensei/matrix_rings
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/HaineSensei/matrix_rings" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHaineSensei%2Fmatrix_rings", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHaineSensei%2Fmatrix_rings'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b2b6f10f04ae2767e93d42f0f909af314e039704
[INFO] checking HaineSensei/matrix_rings against dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8 for pr-133502-26
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHaineSensei%2Fmatrix_rings" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc1/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-3-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/HaineSensei/matrix_rings
[INFO] finished tweaking git repo https://github.com/HaineSensei/matrix_rings
[INFO] tweaked toml for git repo https://github.com/HaineSensei/matrix_rings written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/HaineSensei/matrix_rings on toolchain dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/HaineSensei/matrix_rings already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 3ea8947a76e2e7d8318853a195015482f70f4f0dad60016582dcb25f37bf0c8e
[INFO] running `Command { std: "docker" "start" "3ea8947a76e2e7d8318853a195015482f70f4f0dad60016582dcb25f37bf0c8e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3ea8947a76e2e7d8318853a195015482f70f4f0dad60016582dcb25f37bf0c8e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3ea8947a76e2e7d8318853a195015482f70f4f0dad60016582dcb25f37bf0c8e" "/opt/rustwide/cargo-home/bin/cargo" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3ea8947a76e2e7d8318853a195015482f70f4f0dad60016582dcb25f37bf0c8e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3ea8947a76e2e7d8318853a195015482f70f4f0dad60016582dcb25f37bf0c8e" "/opt/rustwide/cargo-home/bin/cargo" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking matrix_rings v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `&Simd<_, _>: Add<&Simd<_, _>>`
[INFO] [stdout]   --> tests/matrix_nested.rs:35:42
[INFO] [stdout]    |
[INFO] [stdout] 35 |     let a21: Matrix<i32, 2, 2> = Matrix::zero(); // Zero matrix
[INFO] [stdout]    |                                          ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`matrix_nested`)
[INFO] [stdout]    = note: required for `&Matrix<Simd<_, _>, _, _>` to implement `Add<&Matrix<Simd<_, _>, _, _>>`
[INFO] [stdout]    = note: 125 redundant requirements hidden
[INFO] [stdout]    = note: required for `&Matrix<Matrix<Matrix<Matrix<_, _, _>, _, _>, _, _>, _, _>` to implement `Add<&Matrix<Matrix<Matrix<Matrix<_, _, _>, _, _>, _, _>, _, _>>`
[INFO] [stdout]    = note: required for `Matrix<Matrix<Matrix<Matrix<_, _, _>, _, _>, _, _>, _, _>` to implement `num_traits::Zero`
[INFO] [stdout]    = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/matrix_nested-1bf6b1f5b8aed805.long-type-16710942596722601747.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `&Simd<_, _>: Add<&Simd<_, _>>`
[INFO] [stdout]    --> tests/matrix_nested.rs:172:57
[INFO] [stdout]     |
[INFO] [stdout] 172 |     let zero: Matrix<Matrix<i32, 2, 2>, 3, 3> = Matrix::zero();
[INFO] [stdout]     |                                                         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`matrix_nested`)
[INFO] [stdout]     = note: required for `&Matrix<Simd<_, _>, _, _>` to implement `Add<&Matrix<Simd<_, _>, _, _>>`
[INFO] [stdout]     = note: 125 redundant requirements hidden
[INFO] [stdout]     = note: required for `&Matrix<Matrix<Matrix<Matrix<_, _, _>, _, _>, _, _>, _, _>` to implement `Add<&Matrix<Matrix<Matrix<Matrix<_, _, _>, _, _>, _, _>, _, _>>`
[INFO] [stdout]     = note: required for `Matrix<Matrix<Matrix<Matrix<_, _, _>, _, _>, _, _>, _, _>` to implement `num_traits::Zero`
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/matrix_nested-1bf6b1f5b8aed805.long-type-17349676892328840714.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `&Simd<_, _>: Mul<&Simd<_, _>>`
[INFO] [stdout]    --> tests/matrix_nested.rs:189:61
[INFO] [stdout]     |
[INFO] [stdout] 189 |     let identity: Matrix<Matrix<i32, 2, 2>, 2, 2> = Matrix::one();
[INFO] [stdout]     |                                                             ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`matrix_nested`)
[INFO] [stdout]     = note: required for `&Matrix<Simd<_, _>, _, _>` to implement `Mul<&Matrix<Simd<_, _>, _, _>>`
[INFO] [stdout]     = note: 125 redundant requirements hidden
[INFO] [stdout]     = note: required for `&Matrix<Matrix<Matrix<Matrix<_, _, _>, _, _>, _, _>, _, _>` to implement `Mul<&Matrix<Matrix<Matrix<Matrix<_, _, _>, _, _>, _, _>, _, _>>`
[INFO] [stdout]     = note: required for `Matrix<Matrix<Matrix<Matrix<_, _, _>, _, _>, _, _>, _, _>` to implement `One`
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/matrix_nested-1bf6b1f5b8aed805.long-type-2762479361963861152.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0275`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `matrix_rings` (test "matrix_nested") due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "3ea8947a76e2e7d8318853a195015482f70f4f0dad60016582dcb25f37bf0c8e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3ea8947a76e2e7d8318853a195015482f70f4f0dad60016582dcb25f37bf0c8e", kill_on_drop: false }`
[INFO] [stdout] 3ea8947a76e2e7d8318853a195015482f70f4f0dad60016582dcb25f37bf0c8e
