[INFO] cloning repository https://github.com/skailasa/complex-mul
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/skailasa/complex-mul" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fskailasa%2Fcomplex-mul", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fskailasa%2Fcomplex-mul'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 564e527bc524b199e73edd6ba1e90cef0e6fae28
[INFO] building skailasa/complex-mul against try#4987e9d4227139400384ab59296ffee3b0fb1183 for pr-146237-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fskailasa%2Fcomplex-mul" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/skailasa/complex-mul
[INFO] finished tweaking git repo https://github.com/skailasa/complex-mul
[INFO] tweaked toml for git repo https://github.com/skailasa/complex-mul written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/skailasa/complex-mul on toolchain 4987e9d4227139400384ab59296ffee3b0fb1183
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/skailasa/complex-mul 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" "+4987e9d4227139400384ab59296ffee3b0fb1183" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8e24356d8ab532f36424f8749bd675979ca7b70bd9f0a0eab8d064eda40bc995
[INFO] running `Command { std: "docker" "start" "-a" "8e24356d8ab532f36424f8749bd675979ca7b70bd9f0a0eab8d064eda40bc995", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8e24356d8ab532f36424f8749bd675979ca7b70bd9f0a0eab8d064eda40bc995", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8e24356d8ab532f36424f8749bd675979ca7b70bd9f0a0eab8d064eda40bc995", kill_on_drop: false }`
[INFO] [stdout] 8e24356d8ab532f36424f8749bd675979ca7b70bd9f0a0eab8d064eda40bc995
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c64b84aab35d360024345c3121889018be70a1b94d99b0721de88117ab3f4af1
[INFO] running `Command { std: "docker" "start" "-a" "c64b84aab35d360024345c3121889018be70a1b94d99b0721de88117ab3f4af1", kill_on_drop: false }`
[INFO] [stderr]    Compiling libm v0.2.8
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling proc-macro2 v1.0.82
[INFO] [stderr]    Compiling serde v1.0.202
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling prettyplease v0.2.20
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling bytemuck v1.16.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling regex-syntax v0.8.3
[INFO] [stderr]    Compiling bitflags v2.5.0
[INFO] [stderr]    Compiling memchr v2.7.2
[INFO] [stderr]    Compiling either v1.12.0
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling libloading v0.8.3
[INFO] [stderr]    Compiling bindgen v0.69.4
[INFO] [stderr]    Compiling home v0.5.9
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling cc v1.0.97
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]    Compiling lapack-sys v0.14.0
[INFO] [stderr]    Compiling blas-sys v0.7.1
[INFO] [stderr]    Compiling clang-sys v1.7.0
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling reborrow v0.5.5
[INFO] [stderr]    Compiling coe-rs v0.1.2
[INFO] [stderr]    Compiling syn v2.0.64
[INFO] [stderr]    Compiling cmake v0.1.50
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling rand_distr v0.4.3
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling num-bigint v0.4.5
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling regex v1.10.4
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling lapack v0.19.0
[INFO] [stderr]    Compiling blas v0.22.0
[INFO] [stderr]    Compiling pulp v0.18.12
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling rlst-proc-macro v0.1.0
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.61
[INFO] [stderr]    Compiling thiserror v1.0.61
[INFO] [stderr]    Compiling rlst v0.1.1
[INFO] [stderr]    Compiling complex-mul v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `__m128` and `__m256`
[INFO] [stdout]    --> src/lib.rs:653:29
[INFO] [stdout]     |
[INFO] [stdout] 653 |     use std::arch::x86_64::{__m128, __m256};
[INFO] [stdout]     |                             ^^^^^^  ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `num_traits::Zero`
[INFO] [stdout]    --> src/lib.rs:657:9
[INFO] [stdout]     |
[INFO] [stdout] 657 |     use num_traits::Zero;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Simd` and `f32x16`
[INFO] [stdout]    --> src/lib.rs:658:16
[INFO] [stdout]     |
[INFO] [stdout] 658 |     use pulp::{f32x16, f32x4, f32x8, f64x4, x86::V3, Simd};
[INFO] [stdout]     |                ^^^^^^                                ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `fma` is never used
[INFO] [stdout]     --> src/lib.rs:1978:4
[INFO] [stdout]      |
[INFO] [stdout] 1978 | fn fma<T: 'static>(x: T, y: T, z: T) -> T {
[INFO] [stdout]      |    ^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.92s
[INFO] running `Command { std: "docker" "inspect" "c64b84aab35d360024345c3121889018be70a1b94d99b0721de88117ab3f4af1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c64b84aab35d360024345c3121889018be70a1b94d99b0721de88117ab3f4af1", kill_on_drop: false }`
[INFO] [stdout] c64b84aab35d360024345c3121889018be70a1b94d99b0721de88117ab3f4af1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 002c5b4ba6c2119ee2858c2451e8afdbac5af322e131b5b676a25fe303bb4946
[INFO] running `Command { std: "docker" "start" "-a" "002c5b4ba6c2119ee2858c2451e8afdbac5af322e131b5b676a25fe303bb4946", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.202
[INFO] [stderr]    Compiling serde_derive v1.0.202
[INFO] [stderr]    Compiling half v2.4.1
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling anstyle v1.0.7
[INFO] [stderr]    Compiling plotters-backend v0.3.5
[INFO] [stderr]    Compiling regex-syntax v0.8.3
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling is-terminal v0.4.12
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling oorandom v11.1.3
[INFO] [stderr]    Compiling plotters-svg v0.3.5
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling clap_builder v4.5.2
[INFO] [stderr]    Compiling plotters v0.3.5
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]    Compiling clap v4.5.4
[INFO] [stderr]    Compiling regex v1.10.4
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling num-bigint v0.4.5
[INFO] [stderr]    Compiling serde_json v1.0.117
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling lapack v0.19.0
[INFO] [stderr]    Compiling blas v0.22.0
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling pulp v0.18.12
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling rlst v0.1.1
[INFO] [stderr]    Compiling complex-mul v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `__m128` and `__m256`
[INFO] [stdout]    --> src/lib.rs:653:29
[INFO] [stdout]     |
[INFO] [stdout] 653 |     use std::arch::x86_64::{__m128, __m256};
[INFO] [stdout]     |                             ^^^^^^  ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `num_traits::Zero`
[INFO] [stdout]    --> src/lib.rs:657:9
[INFO] [stdout]     |
[INFO] [stdout] 657 |     use num_traits::Zero;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Simd` and `f32x16`
[INFO] [stdout]    --> src/lib.rs:658:16
[INFO] [stdout]     |
[INFO] [stdout] 658 |     use pulp::{f32x16, f32x4, f32x8, f64x4, x86::V3, Simd};
[INFO] [stdout]     |                ^^^^^^                                ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `fma` is never used
[INFO] [stdout]     --> src/lib.rs:1978:4
[INFO] [stdout]      |
[INFO] [stdout] 1978 | fn fma<T: 'static>(x: T, y: T, z: T) -> T {
[INFO] [stdout]      |    ^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `__m128` and `__m256`
[INFO] [stdout]    --> src/lib.rs:653:29
[INFO] [stdout]     |
[INFO] [stdout] 653 |     use std::arch::x86_64::{__m128, __m256};
[INFO] [stdout]     |                             ^^^^^^  ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `num_traits::Zero`
[INFO] [stdout]    --> src/lib.rs:657:9
[INFO] [stdout]     |
[INFO] [stdout] 657 |     use num_traits::Zero;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `f32x16`
[INFO] [stdout]    --> src/lib.rs:658:16
[INFO] [stdout]     |
[INFO] [stdout] 658 |     use pulp::{f32x16, f32x4, f32x8, f64x4, x86::V3, Simd};
[INFO] [stdout]     |                ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Simd`
[INFO] [stdout]    --> src/lib.rs:658:54
[INFO] [stdout]     |
[INFO] [stdout] 658 |     use pulp::{f32x16, f32x4, f32x8, f64x4, x86::V3, Simd};
[INFO] [stdout]     |                                                      ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `fma` is never used
[INFO] [stdout]     --> src/lib.rs:1978:4
[INFO] [stdout]      |
[INFO] [stdout] 1978 | fn fma<T: 'static>(x: T, y: T, z: T) -> T {
[INFO] [stdout]      |    ^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 27.43s
[INFO] running `Command { std: "docker" "inspect" "002c5b4ba6c2119ee2858c2451e8afdbac5af322e131b5b676a25fe303bb4946", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "002c5b4ba6c2119ee2858c2451e8afdbac5af322e131b5b676a25fe303bb4946", kill_on_drop: false }`
[INFO] [stdout] 002c5b4ba6c2119ee2858c2451e8afdbac5af322e131b5b676a25fe303bb4946
