[INFO] cloning repository https://github.com/HadrienG2/subwoofer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/HadrienG2/subwoofer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHadrienG2%2Fsubwoofer", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHadrienG2%2Fsubwoofer'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 353031dbbfc4ec26ec4f009ec6bfb24fe0d4610e
[INFO] checking HadrienG2/subwoofer/353031dbbfc4ec26ec4f009ec6bfb24fe0d4610e against ed77b7b8699e342c2dc842c83cb5fe4025252ee8 for pr-158915-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHadrienG2%2Fsubwoofer" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc1/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-4-tc1/source/rust-toolchain
[INFO] started tweaking git repo https://github.com/HadrienG2/subwoofer
[INFO] finished tweaking git repo https://github.com/HadrienG2/subwoofer
[INFO] tweaked toml for git repo https://github.com/HadrienG2/subwoofer written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/HadrienG2/subwoofer on toolchain ed77b7b8699e342c2dc842c83cb5fe4025252ee8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ed77b7b8699e342c2dc842c83cb5fe4025252ee8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/HadrienG2/subwoofer 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" "+ed77b7b8699e342c2dc842c83cb5fe4025252ee8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded target-features v0.1.6
[INFO] [stderr]   Downloaded enum-iterator v2.1.0
[INFO] [stderr]   Downloaded hwlocality-sys v0.5.0
[INFO] [stderr]   Downloaded pessimize v2.0.0
[INFO] [stderr]   Downloaded enum-iterator-derive v1.4.0
[INFO] [stderr]   Downloaded hwlocality v1.0.0-alpha.6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 536559fa5b976b425c0001d0c9c32b0d4d2a978d43c3b3c81c9115087cbdfc5f
[INFO] running `Command { std: "docker" "start" "536559fa5b976b425c0001d0c9c32b0d4d2a978d43c3b3c81c9115087cbdfc5f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "536559fa5b976b425c0001d0c9c32b0d4d2a978d43c3b3c81c9115087cbdfc5f", 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" "536559fa5b976b425c0001d0c9c32b0d4d2a978d43c3b3c81c9115087cbdfc5f" "/opt/rustwide/cargo-home/bin/cargo" "+ed77b7b8699e342c2dc842c83cb5fe4025252ee8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "536559fa5b976b425c0001d0c9c32b0d4d2a978d43c3b3c81c9115087cbdfc5f", 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" "536559fa5b976b425c0001d0c9c32b0d4d2a978d43c3b3c81c9115087cbdfc5f" "/opt/rustwide/cargo-home/bin/cargo" "+ed77b7b8699e342c2dc842c83cb5fe4025252ee8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]    Compiling serde_json v1.0.134
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking half v2.4.1
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]     Checking clap_builder v4.5.23
[INFO] [stderr]    Compiling target-features v0.1.6
[INFO] [stderr]     Checking unarray v0.1.4
[INFO] [stderr]     Checking anes v0.1.6
[INFO] [stderr]     Checking oorandom v11.1.4
[INFO] [stderr]     Checking is-terminal v0.4.13
[INFO] [stderr]     Checking rand_xorshift v0.3.0
[INFO] [stderr]     Checking pessimize v2.0.0
[INFO] [stderr]    Compiling hwlocality-sys v0.5.0
[INFO] [stderr]     Checking errno v0.3.10
[INFO] [stdout] error[E0277]: the trait bound `std::arch::x86_64::__m128i: From<Simd<isize, 2>>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pessimize-2.0.0/src/lib.rs:725:39
[INFO] [stdout]     |
[INFO] [stdout] 725 |   ...                   $outer : (Self::into, Self::from)
[INFO] [stdout]     |                                   ^^^^ the trait `From<Simd<isize, 2>>` is not implemented for `std::arch::x86_64::__m128i`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pessimize-2.0.0/src/arch/x86_family.rs:283:5
[INFO] [stdout]     |
[INFO] [stdout] 283 | /     pessimize_into_from!(
[INFO] [stdout] 284 | |         doc(cfg(all(feature = "nightly", target_feature = "sse2")))
[INFO] [stdout] 285 | |         { __m128i: (Simd<isize, 2>, Simd<usize, 2>) }
[INFO] [stdout] 286 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `std::arch::x86_64::__m128i` implements trait `From<T>`:
[INFO] [stdout]               From<Simd<i16, 8>>
[INFO] [stdout]               From<Simd<i32, 4>>
[INFO] [stdout]               From<Simd<i64, 2>>
[INFO] [stdout]               From<Simd<i8, 16>>
[INFO] [stdout]               From<Simd<u16, 8>>
[INFO] [stdout]               From<Simd<u32, 4>>
[INFO] [stdout]               From<Simd<u64, 2>>
[INFO] [stdout]               From<Simd<u8, 16>>
[INFO] [stdout]               From<core::core_arch::simd::Simd<i64, 2>>
[INFO] [stdout]     = note: required for `Simd<isize, 2>` to implement `Into<std::arch::x86_64::__m128i>`
[INFO] [stdout]     = note: this error originates in the macro `pessimize_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Simd<isize, 2>: From<std::arch::x86_64::__m128i>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pessimize-2.0.0/src/lib.rs:725:51
[INFO] [stdout]     |
[INFO] [stdout] 725 |   ...                   $outer : (Self::into, Self::from)
[INFO] [stdout]     |                                               ^^^^ the trait `From<std::arch::x86_64::__m128i>` is not implemented for `Simd<isize, 2>`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pessimize-2.0.0/src/arch/x86_family.rs:283:5
[INFO] [stdout]     |
[INFO] [stdout] 283 | /     pessimize_into_from!(
[INFO] [stdout] 284 | |         doc(cfg(all(feature = "nightly", target_feature = "sse2")))
[INFO] [stdout] 285 | |         { __m128i: (Simd<isize, 2>, Simd<usize, 2>) }
[INFO] [stdout] 286 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `From<T>`:
[INFO] [stdout]               Simd<i16, 8>
[INFO] [stdout]               Simd<i32, 4>
[INFO] [stdout]               Simd<i64, 2>
[INFO] [stdout]               Simd<i8, 16>
[INFO] [stdout]               Simd<u16, 8>
[INFO] [stdout]               Simd<u32, 4>
[INFO] [stdout]               Simd<u64, 2>
[INFO] [stdout]               Simd<u8, 16>
[INFO] [stdout]     = note: this error originates in the macro `pessimize_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `std::arch::x86_64::__m128i: From<Simd<usize, 2>>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pessimize-2.0.0/src/lib.rs:725:39
[INFO] [stdout]     |
[INFO] [stdout] 725 |   ...                   $outer : (Self::into, Self::from)
[INFO] [stdout]     |                                   ^^^^ the trait `From<Simd<usize, 2>>` is not implemented for `std::arch::x86_64::__m128i`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pessimize-2.0.0/src/arch/x86_family.rs:283:5
[INFO] [stdout]     |
[INFO] [stdout] 283 | /     pessimize_into_from!(
[INFO] [stdout] 284 | |         doc(cfg(all(feature = "nightly", target_feature = "sse2")))
[INFO] [stdout] 285 | |         { __m128i: (Simd<isize, 2>, Simd<usize, 2>) }
[INFO] [stdout] 286 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `std::arch::x86_64::__m128i` implements trait `From<T>`:
[INFO] [stdout]               From<Simd<i16, 8>>
[INFO] [stdout]               From<Simd<i32, 4>>
[INFO] [stdout]               From<Simd<i64, 2>>
[INFO] [stdout]               From<Simd<i8, 16>>
[INFO] [stdout]               From<Simd<u16, 8>>
[INFO] [stdout]               From<Simd<u32, 4>>
[INFO] [stdout]               From<Simd<u64, 2>>
[INFO] [stdout]               From<Simd<u8, 16>>
[INFO] [stdout]               From<core::core_arch::simd::Simd<i64, 2>>
[INFO] [stdout]     = note: required for `Simd<usize, 2>` to implement `Into<std::arch::x86_64::__m128i>`
[INFO] [stdout]     = note: this error originates in the macro `pessimize_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Simd<usize, 2>: From<std::arch::x86_64::__m128i>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pessimize-2.0.0/src/lib.rs:725:51
[INFO] [stdout]     |
[INFO] [stdout] 725 |   ...                   $outer : (Self::into, Self::from)
[INFO] [stdout]     |                                               ^^^^ the trait `From<std::arch::x86_64::__m128i>` is not implemented for `Simd<usize, 2>`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pessimize-2.0.0/src/arch/x86_family.rs:283:5
[INFO] [stdout]     |
[INFO] [stdout] 283 | /     pessimize_into_from!(
[INFO] [stdout] 284 | |         doc(cfg(all(feature = "nightly", target_feature = "sse2")))
[INFO] [stdout] 285 | |         { __m128i: (Simd<isize, 2>, Simd<usize, 2>) }
[INFO] [stdout] 286 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `From<T>`:
[INFO] [stdout]               Simd<i16, 8>
[INFO] [stdout]               Simd<i32, 4>
[INFO] [stdout]               Simd<i64, 2>
[INFO] [stdout]               Simd<i8, 16>
[INFO] [stdout]               Simd<u16, 8>
[INFO] [stdout]               Simd<u32, 4>
[INFO] [stdout]               Simd<u64, 2>
[INFO] [stdout]               Simd<u8, 16>
[INFO] [stdout]     = note: this error originates in the macro `pessimize_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]    Compiling syn v2.0.93
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `pessimize` (lib) due to 4 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "536559fa5b976b425c0001d0c9c32b0d4d2a978d43c3b3c81c9115087cbdfc5f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "536559fa5b976b425c0001d0c9c32b0d4d2a978d43c3b3c81c9115087cbdfc5f", kill_on_drop: false }`
[INFO] [stdout] 536559fa5b976b425c0001d0c9c32b0d4d2a978d43c3b3c81c9115087cbdfc5f
