[INFO] crate modcholesky 0.1.1 is already in cache [INFO] checking modcholesky-0.1.1 against try#e689e5eaefe96e6dc3ed5bb629c521b7d207aff7 for pr-64398 [INFO] extracting crate modcholesky 0.1.1 into work/builds/worker-0/source [INFO] validating manifest of crates.io crate modcholesky 0.1.1 on toolchain e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate modcholesky 0.1.1 [INFO] finished tweaking crates.io crate modcholesky 0.1.1 [INFO] tweaked toml for crates.io crate modcholesky 0.1.1 written to work/builds/worker-0/source/Cargo.toml [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] da0d6f5f7d1257f8d1c13302cbe21b1dce4778bf88636e47a6c95d82597421ad [INFO] running `"docker" "start" "-a" "da0d6f5f7d1257f8d1c13302cbe21b1dce4778bf88636e47a6c95d82597421ad"` [INFO] [stderr] Compiling procedurals v0.3.1 [INFO] [stderr] Checking lapacke v0.2.0 [INFO] [stderr] Checking ndarray v0.12.1 [INFO] [stderr] Checking num v0.2.0 [INFO] [stderr] Checking ndarray-linalg v0.10.0 [INFO] [stderr] Checking ndarray-rand v0.9.0 [INFO] [stderr] Checking modcholesky v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/se90.rs:161:47 [INFO] [stderr] | [INFO] [stderr] 161 | l[(n - 2, n - 2)] += e[n - 2];; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolon)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/se90.rs:162:47 [INFO] [stderr] | [INFO] [stderr] 162 | l[(n - 1, n - 1)] += e[n - 1];; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/se90.rs:161:47 [INFO] [stderr] | [INFO] [stderr] 161 | l[(n - 2, n - 2)] += e[n - 2];; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolon)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/se90.rs:162:47 [INFO] [stderr] | [INFO] [stderr] 162 | l[(n - 1, n - 1)] += e[n - 1];; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `unwrap` found for type `modcholesky::Decomposition, ndarray::dimension::dim::Dim<[usize; 2]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>>` in the current scope [INFO] [stderr] --> benches/bench.rs:27:46 [INFO] [stderr] | [INFO] [stderr] 27 | black_box(a.mod_cholesky_gmw81().unwrap()); [INFO] [stderr] | ^^^^^^ method not found in `modcholesky::Decomposition, ndarray::dimension::dim::Dim<[usize; 2]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `unwrap` found for type `modcholesky::Decomposition, ndarray::dimension::dim::Dim<[usize; 2]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>>` in the current scope [INFO] [stderr] --> benches/bench.rs:40:46 [INFO] [stderr] | [INFO] [stderr] 40 | black_box(a.mod_cholesky_gmw81().unwrap()); [INFO] [stderr] | ^^^^^^ method not found in `modcholesky::Decomposition, ndarray::dimension::dim::Dim<[usize; 2]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `unwrap` found for type `modcholesky::Decomposition, ndarray::dimension::dim::Dim<[usize; 2]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>>` in the current scope [INFO] [stderr] --> benches/bench.rs:54:46 [INFO] [stderr] | [INFO] [stderr] 54 | black_box(a.mod_cholesky_gmw81().unwrap()); [INFO] [stderr] | ^^^^^^ method not found in `modcholesky::Decomposition, ndarray::dimension::dim::Dim<[usize; 2]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `unwrap` found for type `modcholesky::Decomposition, ndarray::dimension::dim::Dim<[usize; 2]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>>` in the current scope [INFO] [stderr] --> benches/bench.rs:68:46 [INFO] [stderr] | [INFO] [stderr] 68 | black_box(a.mod_cholesky_gmw81().unwrap()); [INFO] [stderr] | ^^^^^^ method not found in `modcholesky::Decomposition, ndarray::dimension::dim::Dim<[usize; 2]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `unwrap` found for type `modcholesky::Decomposition, ndarray::dimension::dim::Dim<[usize; 2]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>>` in the current scope [INFO] [stderr] --> benches/bench.rs:82:46 [INFO] [stderr] | [INFO] [stderr] 82 | black_box(a.mod_cholesky_gmw81().unwrap()); [INFO] [stderr] | ^^^^^^ method not found in `modcholesky::Decomposition, ndarray::dimension::dim::Dim<[usize; 2]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `unwrap` found for type `modcholesky::Decomposition, ndarray::dimension::dim::Dim<[usize; 2]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>>` in the current scope [INFO] [stderr] --> benches/bench.rs:91:45 [INFO] [stderr] | [INFO] [stderr] 91 | black_box(a.mod_cholesky_se90().unwrap()); [INFO] [stderr] | ^^^^^^ method not found in `modcholesky::Decomposition, ndarray::dimension::dim::Dim<[usize; 2]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `unwrap` found for type `modcholesky::Decomposition, ndarray::dimension::dim::Dim<[usize; 2]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>>` in the current scope [INFO] [stderr] --> benches/bench.rs:104:45 [INFO] [stderr] | [INFO] [stderr] 104 | black_box(a.mod_cholesky_se90().unwrap()); [INFO] [stderr] | ^^^^^^ method not found in `modcholesky::Decomposition, ndarray::dimension::dim::Dim<[usize; 2]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `unwrap` found for type `modcholesky::Decomposition, ndarray::dimension::dim::Dim<[usize; 2]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>>` in the current scope [INFO] [stderr] --> benches/bench.rs:118:45 [INFO] [stderr] | [INFO] [stderr] 118 | black_box(a.mod_cholesky_se90().unwrap()); [INFO] [stderr] | ^^^^^^ method not found in `modcholesky::Decomposition, ndarray::dimension::dim::Dim<[usize; 2]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `unwrap` found for type `modcholesky::Decomposition, ndarray::dimension::dim::Dim<[usize; 2]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>>` in the current scope [INFO] [stderr] --> benches/bench.rs:132:45 [INFO] [stderr] | [INFO] [stderr] 132 | black_box(a.mod_cholesky_se90().unwrap()); [INFO] [stderr] | ^^^^^^ method not found in `modcholesky::Decomposition, ndarray::dimension::dim::Dim<[usize; 2]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `unwrap` found for type `modcholesky::Decomposition, ndarray::dimension::dim::Dim<[usize; 2]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>>` in the current scope [INFO] [stderr] --> benches/bench.rs:146:45 [INFO] [stderr] | [INFO] [stderr] 146 | black_box(a.mod_cholesky_se90().unwrap()); [INFO] [stderr] | ^^^^^^ method not found in `modcholesky::Decomposition, ndarray::dimension::dim::Dim<[usize; 2]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `unwrap` found for type `modcholesky::Decomposition, ndarray::dimension::dim::Dim<[usize; 2]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>>` in the current scope [INFO] [stderr] --> benches/bench.rs:155:45 [INFO] [stderr] | [INFO] [stderr] 155 | black_box(a.mod_cholesky_se99().unwrap()); [INFO] [stderr] | ^^^^^^ method not found in `modcholesky::Decomposition, ndarray::dimension::dim::Dim<[usize; 2]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `unwrap` found for type `modcholesky::Decomposition, ndarray::dimension::dim::Dim<[usize; 2]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>>` in the current scope [INFO] [stderr] --> benches/bench.rs:168:45 [INFO] [stderr] | [INFO] [stderr] 168 | black_box(a.mod_cholesky_se99().unwrap()); [INFO] [stderr] | ^^^^^^ method not found in `modcholesky::Decomposition, ndarray::dimension::dim::Dim<[usize; 2]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `unwrap` found for type `modcholesky::Decomposition, ndarray::dimension::dim::Dim<[usize; 2]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>>` in the current scope [INFO] [stderr] --> benches/bench.rs:182:45 [INFO] [stderr] | [INFO] [stderr] 182 | black_box(a.mod_cholesky_se99().unwrap()); [INFO] [stderr] | ^^^^^^ method not found in `modcholesky::Decomposition, ndarray::dimension::dim::Dim<[usize; 2]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `unwrap` found for type `modcholesky::Decomposition, ndarray::dimension::dim::Dim<[usize; 2]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>>` in the current scope [INFO] [stderr] --> benches/bench.rs:196:45 [INFO] [stderr] | [INFO] [stderr] 196 | black_box(a.mod_cholesky_se99().unwrap()); [INFO] [stderr] | ^^^^^^ method not found in `modcholesky::Decomposition, ndarray::dimension::dim::Dim<[usize; 2]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `unwrap` found for type `modcholesky::Decomposition, ndarray::dimension::dim::Dim<[usize; 2]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>>` in the current scope [INFO] [stderr] --> benches/bench.rs:210:45 [INFO] [stderr] | [INFO] [stderr] 210 | black_box(a.mod_cholesky_se99().unwrap()); [INFO] [stderr] | ^^^^^^ method not found in `modcholesky::Decomposition, ndarray::dimension::dim::Dim<[usize; 2]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>, ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 15 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: Could not compile `modcholesky`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "da0d6f5f7d1257f8d1c13302cbe21b1dce4778bf88636e47a6c95d82597421ad"` [INFO] running `"docker" "rm" "-f" "da0d6f5f7d1257f8d1c13302cbe21b1dce4778bf88636e47a6c95d82597421ad"` [INFO] [stdout] da0d6f5f7d1257f8d1c13302cbe21b1dce4778bf88636e47a6c95d82597421ad