[INFO] cloning repository https://github.com/mildtamon/xirtam [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mildtamon/xirtam" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmildtamon%2Fxirtam", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmildtamon%2Fxirtam'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8e4ed9dbddb8aacd3d8809728533f1ad5b5f16b5 [INFO] building mildtamon/xirtam against master#11663cd3bfefef7d34e8f0892c250bf698049392+rustflags=-Dtail-expr-drop-order for pr-134523 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmildtamon%2Fxirtam" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mildtamon/xirtam on toolchain 11663cd3bfefef7d34e8f0892c250bf698049392 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mildtamon/xirtam [INFO] finished tweaking git repo https://github.com/mildtamon/xirtam [INFO] tweaked toml for git repo https://github.com/mildtamon/xirtam written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/mildtamon/xirtam 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" "+11663cd3bfefef7d34e8f0892c250bf698049392" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 37608920d33c8ba85810f181684416c684fb864ded08d615d2a177cb6bdbad4d [INFO] running `Command { std: "docker" "start" "-a" "37608920d33c8ba85810f181684416c684fb864ded08d615d2a177cb6bdbad4d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "37608920d33c8ba85810f181684416c684fb864ded08d615d2a177cb6bdbad4d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "37608920d33c8ba85810f181684416c684fb864ded08d615d2a177cb6bdbad4d", kill_on_drop: false }` [INFO] [stdout] 37608920d33c8ba85810f181684416c684fb864ded08d615d2a177cb6bdbad4d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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 -Dtail-expr-drop-order" "-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8570879d7fb557672799e5bac7440904d2833ed23e24db98da749097a6902a39 [INFO] running `Command { std: "docker" "start" "-a" "8570879d7fb557672799e5bac7440904d2833ed23e24db98da749097a6902a39", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.15 [INFO] [stderr] Compiling libc v0.2.140 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling rayon-core v1.11.0 [INFO] [stderr] Compiling either v1.8.1 [INFO] [stderr] Compiling memoffset v0.8.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.14 [INFO] [stderr] Compiling crossbeam-channel v0.5.7 [INFO] [stderr] Compiling crossbeam-deque v0.8.3 [INFO] [stderr] Compiling num_cpus v1.15.0 [INFO] [stderr] Compiling rayon v1.7.0 [INFO] [stderr] Compiling funpar-t2-22-project-xirtam v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `q` [INFO] [stdout] --> src/matrix_det/mod.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | let (q, r) = par_qr_decomposition(m); [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_q` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `q` [INFO] [stdout] --> src/matrix_det/mod.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | let (q, r) = seq_qr_decomposition(m); [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_q` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `par_det` is never used [INFO] [stdout] --> src/matrix_det/mod.rs:5:4 [INFO] [stdout] | [INFO] [stdout] 5 | fn par_det(m: Vec>) -> f64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `seq_det` is never used [INFO] [stdout] --> src/matrix_det/mod.rs:13:4 [INFO] [stdout] | [INFO] [stdout] 13 | fn seq_det(m: Vec>) -> f64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `par_norm` is never used [INFO] [stdout] --> src/matrix_det/mod.rs:22:4 [INFO] [stdout] | [INFO] [stdout] 22 | fn par_norm(v: Vec) -> Vec { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `par_project` is never used [INFO] [stdout] --> src/matrix_det/mod.rs:28:4 [INFO] [stdout] | [INFO] [stdout] 28 | fn par_project(v: &Vec, u: &Vec) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `gram_schmidt` is never used [INFO] [stdout] --> src/matrix_det/mod.rs:33:4 [INFO] [stdout] | [INFO] [stdout] 33 | fn gram_schmidt(m: &Vec>) -> Vec> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `par_qr_decomposition` is never used [INFO] [stdout] --> src/matrix_det/mod.rs:49:4 [INFO] [stdout] | [INFO] [stdout] 49 | fn par_qr_decomposition(m: Vec>) -> (Vec>, Vec>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `seq_qr_decomposition` is never used [INFO] [stdout] --> src/matrix_det/mod.rs:55:4 [INFO] [stdout] | [INFO] [stdout] 55 | fn seq_qr_decomposition(m: Vec>) -> (Vec>, Vec>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `par_dot_product` is never used [INFO] [stdout] --> src/matrix_multiply_dot/mod.rs:4:8 [INFO] [stdout] | [INFO] [stdout] 4 | pub fn par_dot_product(x: &Vec, y: &Vec) -> f64 { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `seq_dot_product` is never used [INFO] [stdout] --> src/matrix_multiply_dot/mod.rs:8:4 [INFO] [stdout] | [INFO] [stdout] 8 | fn seq_dot_product(x: &Vec, y: &Vec) -> f64 { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `seq_matrix_mult` is never used [INFO] [stdout] --> src/matrix_multiply_dot/mod.rs:12:8 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn seq_matrix_mult(m1: Vec>, m2: Vec>) -> Vec> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `par_matrix_mult` is never used [INFO] [stdout] --> src/matrix_multiply_dot/mod.rs:21:8 [INFO] [stdout] | [INFO] [stdout] 21 | pub fn par_matrix_mult(m1: Vec>, m2: Vec>) -> Vec> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `seq_trace` is never used [INFO] [stdout] --> src/matrix_trace/mod.rs:3:4 [INFO] [stdout] | [INFO] [stdout] 3 | fn seq_trace(m: &Vec>) -> f64 { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `par_trace` is never used [INFO] [stdout] --> src/matrix_trace/mod.rs:8:4 [INFO] [stdout] | [INFO] [stdout] 8 | fn par_trace(m: &Vec>) -> f64 { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `seq_transpose` is never used [INFO] [stdout] --> src/matrix_transpose/mod.rs:3:8 [INFO] [stdout] | [INFO] [stdout] 3 | pub fn seq_transpose(m: Vec>) -> Vec> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `par_transpose` is never used [INFO] [stdout] --> src/matrix_transpose/mod.rs:9:8 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn par_transpose(m: Vec>) -> Vec> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s [INFO] running `Command { std: "docker" "inspect" "8570879d7fb557672799e5bac7440904d2833ed23e24db98da749097a6902a39", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8570879d7fb557672799e5bac7440904d2833ed23e24db98da749097a6902a39", kill_on_drop: false }` [INFO] [stdout] 8570879d7fb557672799e5bac7440904d2833ed23e24db98da749097a6902a39 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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 -Dtail-expr-drop-order" "-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ad9591f5057c4397da2ff8b0cbd6cea0b2b14fd3e12daf2c15e8af8769abdfa8 [INFO] running `Command { std: "docker" "start" "-a" "ad9591f5057c4397da2ff8b0cbd6cea0b2b14fd3e12daf2c15e8af8769abdfa8", kill_on_drop: false }` [INFO] [stderr] Compiling funpar-t2-22-project-xirtam v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `q` [INFO] [stdout] --> src/matrix_det/mod.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | let (q, r) = par_qr_decomposition(m); [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_q` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `q` [INFO] [stdout] --> src/matrix_det/mod.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | let (q, r) = seq_qr_decomposition(m); [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_q` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `output` [INFO] [stdout] --> src/matrix_det/mod.rs:83:14 [INFO] [stdout] | [INFO] [stdout] 83 | let (output, time) = timed(|| par_det(two_d_matrix.clone())); [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_output` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `output` [INFO] [stdout] --> src/matrix_det/mod.rs:86:14 [INFO] [stdout] | [INFO] [stdout] 86 | let (output, time) = timed(|| seq_det(two_d_matrix.clone())); [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_output` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `output` [INFO] [stdout] --> src/matrix_multiply_dot/mod.rs:74:14 [INFO] [stdout] | [INFO] [stdout] 74 | let (output, time) = timed(|| seq_matrix_mult(two_d_matrix.clone(), two_d_matrix.clone())); [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_output` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `output` [INFO] [stdout] --> src/matrix_multiply_dot/mod.rs:77:14 [INFO] [stdout] | [INFO] [stdout] 77 | let (output, time) = timed(|| par_matrix_mult(two_d_matrix.clone(), two_d_matrix.clone())); [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_output` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `output` [INFO] [stdout] --> src/matrix_transpose/mod.rs:41:14 [INFO] [stdout] | [INFO] [stdout] 41 | let (output, time) = timed(|| seq_transpose(two_d_matrix.clone())); [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_output` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `output` [INFO] [stdout] --> src/matrix_transpose/mod.rs:44:14 [INFO] [stdout] | [INFO] [stdout] 44 | let (output, time) = timed(|| par_transpose(two_d_matrix.clone())); [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_output` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.75s [INFO] running `Command { std: "docker" "inspect" "ad9591f5057c4397da2ff8b0cbd6cea0b2b14fd3e12daf2c15e8af8769abdfa8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ad9591f5057c4397da2ff8b0cbd6cea0b2b14fd3e12daf2c15e8af8769abdfa8", kill_on_drop: false }` [INFO] [stdout] ad9591f5057c4397da2ff8b0cbd6cea0b2b14fd3e12daf2c15e8af8769abdfa8