[INFO] fetching crate lightmotif-py 0.10.1...
[INFO] checking lightmotif-py-0.10.1 against 760e1de835e253bf28bbcbfee38b5e8ed9ffe074 for pr-133502-26
[INFO] extracting crate lightmotif-py 0.10.1 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate lightmotif-py 0.10.1
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate lightmotif-py 0.10.1
[INFO] tweaked toml for crates.io crate lightmotif-py 0.10.1 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate lightmotif-py 0.10.1 on toolchain 760e1de835e253bf28bbcbfee38b5e8ed9ffe074
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate lightmotif-py 0.10.1 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" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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] 0811eacef4b36bfc0b7abaad63c292848b1074997463c6f1cb7a6a3c3163eb60
[INFO] running `Command { std: "docker" "start" "0811eacef4b36bfc0b7abaad63c292848b1074997463c6f1cb7a6a3c3163eb60", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0811eacef4b36bfc0b7abaad63c292848b1074997463c6f1cb7a6a3c3163eb60", 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" "0811eacef4b36bfc0b7abaad63c292848b1074997463c6f1cb7a6a3c3163eb60" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0811eacef4b36bfc0b7abaad63c292848b1074997463c6f1cb7a6a3c3163eb60", 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" "0811eacef4b36bfc0b7abaad63c292848b1074997463c6f1cb7a6a3c3163eb60" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling pyo3-build-config v0.28.2
[INFO] [stderr]     Checking nom v8.0.0
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling pyo3-macros-backend v0.28.2
[INFO] [stderr]    Compiling pyo3-ffi v0.28.2
[INFO] [stderr]    Compiling pyo3 v0.28.2
[INFO] [stderr]     Checking generic-array v1.3.5
[INFO] [stderr]     Checking lightmotif v0.10.1
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lightmotif-0.10.1/src/pli/dispatch.rs:92:31
[INFO] [stdout]     |
[INFO] [stdout]  92 |             Dispatch::Avx2 => Avx2::score_f32_rows_into(pssm, seq.as_ref(), rows, scores),
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type of the type parameter `A` declared on the associated function `score_f32_rows_into`
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type must implement `Alphabet`
[INFO] [stdout] help: the following types implement trait `Alphabet`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lightmotif-0.10.1/src/abc.rs:91:1
[INFO] [stdout]     |
[INFO] [stdout]  91 | impl Alphabet for Dna {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^ `Dna`
[INFO] [stdout] ...
[INFO] [stdout] 193 | impl Alphabet for Protein {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^ `Protein`
[INFO] [stdout] note: required by a bound in `Avx2::score_f32_rows_into`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lightmotif-0.10.1/src/pli/platform/avx2.rs:895:12
[INFO] [stdout]     |
[INFO] [stdout] 889 |     pub fn score_f32_rows_into<A, S, M>(
[INFO] [stdout]     |            ------------------- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 895 |         A: Alphabet,
[INFO] [stdout]     |            ^^^^^^^^ required by this bound in `Avx2::score_f32_rows_into`
[INFO] [stdout] help: consider specifying the generic arguments
[INFO] [stdout]     |
[INFO] [stdout]  92 |             Dispatch::Avx2 => Avx2::score_f32_rows_into::<A, &StripedSequence<A, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>>, M>(pssm, seq.as_ref(), rows, scores),
[INFO] [stdout]     |                                                        ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `&StripedSequence<A, UInt<UInt<UInt<UInt<_, B0>, B0>, B0>, B0>>: AsRef<_>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lightmotif-0.10.1/src/pli/dispatch.rs:92:63
[INFO] [stdout]     |
[INFO] [stdout]  92 |             Dispatch::Avx2 => Avx2::score_f32_rows_into(pssm, seq.as_ref(), rows, scores),
[INFO] [stdout]     |                               -------------------------       ^^^^^^^^^^^^
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`lightmotif`)
[INFO] [stdout] note: required by a bound in `Avx2::score_f32_rows_into`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lightmotif-0.10.1/src/pli/platform/avx2.rs:896:12
[INFO] [stdout]     |
[INFO] [stdout] 889 |     pub fn score_f32_rows_into<A, S, M>(
[INFO] [stdout]     |            ------------------- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 896 |         S: AsRef<StripedSequence<A, <Avx2 as Backend>::Lanes>>,
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Avx2::score_f32_rows_into`
[INFO] [stdout] help: consider removing this method call, as the receiver has type `S` and `S: AsRef<StripedSequence<A, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>>>` trivially holds
[INFO] [stdout]     |
[INFO] [stdout]  92 -             Dispatch::Avx2 => Avx2::score_f32_rows_into(pssm, seq.as_ref(), rows, scores),
[INFO] [stdout]  92 +             Dispatch::Avx2 => Avx2::score_f32_rows_into(pssm, seq, rows, scores),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `&StripedSequence<A, UInt<UInt<UInt<UInt<_, B0>, B0>, B0>, B0>>: AsRef<_>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lightmotif-0.10.1/src/pli/dispatch.rs:94:59
[INFO] [stdout]     |
[INFO] [stdout]  94 |             Dispatch::Sse2 => Sse2::score_rows_into(pssm, seq.as_ref(), rows, scores),
[INFO] [stdout]     |                               ---------------------       ^^^^^^^^^^^^
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`lightmotif`)
[INFO] [stdout] note: required by a bound in `Sse2::score_rows_into`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lightmotif-0.10.1/src/pli/platform/sse2.rs:286:12
[INFO] [stdout]     |
[INFO] [stdout] 278 |     pub fn score_rows_into<A, C, S, M>(
[INFO] [stdout]     |            --------------- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 286 |         S: AsRef<StripedSequence<A, C>>,
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Sse2::score_rows_into`
[INFO] [stdout] help: consider removing this method call, as the receiver has type `S` and `S: AsRef<StripedSequence<A, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>>>` trivially holds
[INFO] [stdout]     |
[INFO] [stdout]  94 -             Dispatch::Sse2 => Sse2::score_rows_into(pssm, seq.as_ref(), rows, scores),
[INFO] [stdout]  94 +             Dispatch::Sse2 => Sse2::score_rows_into(pssm, seq, rows, scores),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lightmotif-0.10.1/src/pli/dispatch.rs:123:31
[INFO] [stdout]     |
[INFO] [stdout] 123 |             Dispatch::Avx2 => Avx2::score_u8_rows_into_shuffle(pssm, seq.as_ref(), rows, scores),
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type of the type parameter `A` declared on the associated function `score_u8_rows_into_shuffle`
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type must implement `Alphabet`
[INFO] [stdout] help: the following types implement trait `Alphabet`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lightmotif-0.10.1/src/abc.rs:91:1
[INFO] [stdout]     |
[INFO] [stdout]  91 | impl Alphabet for Dna {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^ `Dna`
[INFO] [stdout] ...
[INFO] [stdout] 193 | impl Alphabet for Protein {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^ `Protein`
[INFO] [stdout] note: required by a bound in `Avx2::score_u8_rows_into_shuffle`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lightmotif-0.10.1/src/pli/platform/avx2.rs:913:12
[INFO] [stdout]     |
[INFO] [stdout] 907 |     pub fn score_u8_rows_into_shuffle<A, S, M>(
[INFO] [stdout]     |            -------------------------- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 913 |         A: Alphabet,
[INFO] [stdout]     |            ^^^^^^^^ required by this bound in `Avx2::score_u8_rows_into_shuffle`
[INFO] [stdout] help: consider specifying the generic arguments
[INFO] [stdout]     |
[INFO] [stdout] 123 |             Dispatch::Avx2 => Avx2::score_u8_rows_into_shuffle::<A, &StripedSequence<Dna, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>>, M>(pssm, seq.as_ref(), rows, scores),
[INFO] [stdout]     |                                                               ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `&StripedSequence<Dna, UInt<UInt<UInt<UInt<_, B0>, B0>, B0>, B0>>: AsRef<_>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lightmotif-0.10.1/src/pli/dispatch.rs:123:70
[INFO] [stdout]     |
[INFO] [stdout] 123 |             Dispatch::Avx2 => Avx2::score_u8_rows_into_shuffle(pssm, seq.as_ref(), rows, scores),
[INFO] [stdout]     |                               --------------------------------       ^^^^^^^^^^^^
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`lightmotif`)
[INFO] [stdout] note: required by a bound in `Avx2::score_u8_rows_into_shuffle`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lightmotif-0.10.1/src/pli/platform/avx2.rs:916:12
[INFO] [stdout]     |
[INFO] [stdout] 907 |     pub fn score_u8_rows_into_shuffle<A, S, M>(
[INFO] [stdout]     |            -------------------------- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 916 |         S: AsRef<StripedSequence<A, <Avx2 as Backend>::Lanes>>,
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Avx2::score_u8_rows_into_shuffle`
[INFO] [stdout] help: consider removing this method call, as the receiver has type `S` and `S: AsRef<StripedSequence<_, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>>>` trivially holds
[INFO] [stdout]     |
[INFO] [stdout] 123 -             Dispatch::Avx2 => Avx2::score_u8_rows_into_shuffle(pssm, seq.as_ref(), rows, scores),
[INFO] [stdout] 123 +             Dispatch::Avx2 => Avx2::score_u8_rows_into_shuffle(pssm, seq, rows, scores),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lightmotif-0.10.1/src/pli/platform/avx2.rs:119:22
[INFO] [stdout]     |
[INFO] [stdout] 119 |     let mut rowptr = data[0].as_mut_ptr();
[INFO] [stdout]     |                      ^^^^^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lightmotif-0.10.1/src/pli/platform/avx2.rs:215:22
[INFO] [stdout]     |
[INFO] [stdout] 215 |     let mut rowptr = data[0].as_mut_ptr();
[INFO] [stdout]     |                      ^^^^^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lightmotif-0.10.1/src/pli/platform/avx2.rs:305:22
[INFO] [stdout]     |
[INFO] [stdout] 305 |     let mut rowptr = data[0].as_mut_ptr();
[INFO] [stdout]     |                      ^^^^^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lightmotif-0.10.1/src/pli/platform/avx2.rs:364:31
[INFO] [stdout]     |
[INFO] [stdout] 364 |             let mut dataptr = data[0].as_ptr();
[INFO] [stdout]     |                               ^^^^^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lightmotif-0.10.1/src/pli/platform/avx2.rs:436:31
[INFO] [stdout]     |
[INFO] [stdout] 436 |             let mut dataptr = data[0].as_ptr();
[INFO] [stdout]     |                               ^^^^^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lightmotif-0.10.1/src/pli/platform/avx2.rs:485:31
[INFO] [stdout]     |
[INFO] [stdout] 485 |             let mut dataptr = data[0].as_ptr();
[INFO] [stdout]     |                               ^^^^^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lightmotif-0.10.1/src/pli/platform/avx2.rs:541:31
[INFO] [stdout]     |
[INFO] [stdout] 541 |             let mut dataptr = data[0].as_ptr();
[INFO] [stdout]     |                               ^^^^^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lightmotif-0.10.1/src/pli/platform/avx2.rs:614:19
[INFO] [stdout]     |
[INFO] [stdout] 614 |     let mut out = matrix[0].as_mut_ptr();
[INFO] [stdout]     |                   ^^^^^^^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0275, E0282, E0283.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0275`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `lightmotif` (lib) due to 13 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "0811eacef4b36bfc0b7abaad63c292848b1074997463c6f1cb7a6a3c3163eb60", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0811eacef4b36bfc0b7abaad63c292848b1074997463c6f1cb7a6a3c3163eb60", kill_on_drop: false }`
[INFO] [stdout] 0811eacef4b36bfc0b7abaad63c292848b1074997463c6f1cb7a6a3c3163eb60
