[INFO] fetching crate numscan 0.1.0...
[INFO] checking numscan-0.1.0 against master#c2f2db79ca3024f68d22b45aa22b570775c2c4ad for pr-124157
[INFO] extracting crate numscan 0.1.0 into /workspace/builds/worker-5-tc1/source
[INFO] validating manifest of crates.io crate numscan 0.1.0 on toolchain c2f2db79ca3024f68d22b45aa22b570775c2c4ad
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate numscan 0.1.0
[INFO] finished tweaking crates.io crate numscan 0.1.0
[INFO] tweaked toml for crates.io crate numscan 0.1.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 4 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded round_mult v0.1.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6598e8c117d91376de2f4d7100c12a1413430366a6fa3bc0c2bf3e8d781a529a
[INFO] running `Command { std: "docker" "start" "-a" "6598e8c117d91376de2f4d7100c12a1413430366a6fa3bc0c2bf3e8d781a529a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6598e8c117d91376de2f4d7100c12a1413430366a6fa3bc0c2bf3e8d781a529a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6598e8c117d91376de2f4d7100c12a1413430366a6fa3bc0c2bf3e8d781a529a", kill_on_drop: false }`
[INFO] [stdout] 6598e8c117d91376de2f4d7100c12a1413430366a6fa3bc0c2bf3e8d781a529a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5aa6b24ffb02ce5e97c370bc46754a8147358d6e8e2d23ec37dc0fcd8e697bf4
[INFO] running `Command { std: "docker" "start" "-a" "5aa6b24ffb02ce5e97c370bc46754a8147358d6e8e2d23ec37dc0fcd8e697bf4", kill_on_drop: false }`
[INFO] [stderr]    Compiling round_mult v0.1.3
[INFO] [stderr]     Checking numscan v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved imports `core::simd::SimdPartialOrd`, `core::simd::SimdPartialEq`, `core::simd::ToBitMask`
[INFO] [stdout]   --> src/lib.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout] 44 | use core::{simd::{SimdPartialOrd, SimdPartialEq, ToBitMask}, ops::Range};
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^  ^^^^^^^^^^^^^  ^^^^^^^^^ no `ToBitMask` in `simd`
[INFO] [stdout]    |                   |               |
[INFO] [stdout]    |                   |               no `SimdPartialEq` in `simd`
[INFO] [stdout]    |                   no `SimdPartialOrd` in `simd`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider importing this trait instead:
[INFO] [stdout]            core::simd::prelude::SimdPartialOrd
[INFO] [stdout]    = help: consider importing this trait instead:
[INFO] [stdout]            core::simd::prelude::SimdPartialEq
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `core::simd::SimdPartialOrd`, `core::simd::SimdPartialEq`, `core::simd::ToBitMask`
[INFO] [stdout]   --> src/lib.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout] 44 | use core::{simd::{SimdPartialOrd, SimdPartialEq, ToBitMask}, ops::Range};
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^  ^^^^^^^^^^^^^  ^^^^^^^^^ no `ToBitMask` in `simd`
[INFO] [stdout]    |                   |               |
[INFO] [stdout]    |                   |               no `SimdPartialEq` in `simd`
[INFO] [stdout]    |                   no `SimdPartialOrd` in `simd`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider importing this trait instead:
[INFO] [stdout]            core::simd::prelude::SimdPartialOrd
[INFO] [stdout]    = help: consider importing this trait instead:
[INFO] [stdout]            core::simd::prelude::SimdPartialEq
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `simd_ge` found for struct `core::simd::Simd` in the current scope
[INFO] [stdout]    --> src/lib.rs:117:38
[INFO] [stdout]     |
[INFO] [stdout] 117 |             let digits_mask = (chunk.simd_ge(Simd::splat(b'0')) & chunk.simd_le(Simd::splat(b'9'))).to_bitmask();
[INFO] [stdout]     |                                      ^^^^^^^
[INFO] [stdout]    --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/cmp/ord.rs:23:8
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `core::simd::Simd<u8, 32>` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `SimdPartialOrd` which provides `simd_ge` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 44  + use core::simd::cmp::SimdPartialOrd;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `simd_gt` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 117 |             let digits_mask = (chunk.simd_gt(Simd::splat(b'0')) & chunk.simd_le(Simd::splat(b'9'))).to_bitmask();
[INFO] [stdout]     |                                      ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `simd_le` found for struct `core::simd::Simd` in the current scope
[INFO] [stdout]    --> src/lib.rs:117:73
[INFO] [stdout]     |
[INFO] [stdout] 117 |             let digits_mask = (chunk.simd_ge(Simd::splat(b'0')) & chunk.simd_le(Simd::splat(b'9'))).to_bitmask();
[INFO] [stdout]     |                                                                         ^^^^^^^
[INFO] [stdout]    --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/cmp/ord.rs:15:8
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `core::simd::Simd<u8, 32>` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `SimdPartialOrd` which provides `simd_le` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 44  + use core::simd::cmp::SimdPartialOrd;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `simd_ge` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 117 |             let digits_mask = (chunk.simd_ge(Simd::splat(b'0')) & chunk.simd_ge(Simd::splat(b'9'))).to_bitmask();
[INFO] [stdout]     |                                                                         ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated item named `LANES` found for struct `core::simd::Simd` in the current scope
[INFO] [stdout]    --> src/lib.rs:120:29
[INFO] [stdout]     |
[INFO] [stdout] 120 |             if skip < Simd::LANES {
[INFO] [stdout]     |                             ^^^^^ associated item not found in `Simd<u8, 32>`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `core::simd::Simd<u8, 32>` consider using one of the following associated functions:
[INFO] [stdout]       core::simd::Simd::<T, N>::splat
[INFO] [stdout]       core::simd::Simd::<T, N>::load
[INFO] [stdout]       core::simd::Simd::<T, N>::from_array
[INFO] [stdout]       core::simd::Simd::<T, N>::from_slice
[INFO] [stdout]       and 12 others
[INFO] [stdout]    --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:147:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `simd_eq` found for struct `core::simd::Simd` in the current scope
[INFO] [stdout]    --> src/lib.rs:121:56
[INFO] [stdout]     |
[INFO] [stdout] 121 |                 let accept_mask = digits_mask | (chunk.simd_eq(Simd::splat(b',')) | chunk.simd_eq(Simd::splat(b'.'))).to_bitmask();
[INFO] [stdout]     |                                                        ^^^^^^^
[INFO] [stdout]    --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/cmp/eq.rs:13:8
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `core::simd::Simd<u8, 32>` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `SimdPartialEq` which provides `simd_eq` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 44  + use core::simd::cmp::SimdPartialEq;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `simd_ge` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 121 |                 let accept_mask = digits_mask | (chunk.simd_ge(Simd::splat(b',')) | chunk.simd_eq(Simd::splat(b'.'))).to_bitmask();
[INFO] [stdout]     |                                                        ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `simd_eq` found for struct `core::simd::Simd` in the current scope
[INFO] [stdout]    --> src/lib.rs:121:91
[INFO] [stdout]     |
[INFO] [stdout] 121 |                 let accept_mask = digits_mask | (chunk.simd_eq(Simd::splat(b',')) | chunk.simd_eq(Simd::splat(b'.'))).to_bitmask();
[INFO] [stdout]     |                                                                                           ^^^^^^^
[INFO] [stdout]    --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/cmp/eq.rs:13:8
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `core::simd::Simd<u8, 32>` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `SimdPartialEq` which provides `simd_eq` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 44  + use core::simd::cmp::SimdPartialEq;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `simd_ge` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 121 |                 let accept_mask = digits_mask | (chunk.simd_eq(Simd::splat(b',')) | chunk.simd_ge(Simd::splat(b'.'))).to_bitmask();
[INFO] [stdout]     |                                                                                           ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated item named `LANES` found for struct `core::simd::Simd` in the current scope
[INFO] [stdout]    --> src/lib.rs:129:55
[INFO] [stdout]     |
[INFO] [stdout] 129 |                     proper_end: skip + length < Simd::LANES,
[INFO] [stdout]     |                                                       ^^^^^ associated item not found in `Simd<u8, 32>`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `core::simd::Simd<u8, 32>` consider using one of the following associated functions:
[INFO] [stdout]       core::simd::Simd::<T, N>::splat
[INFO] [stdout]       core::simd::Simd::<T, N>::load
[INFO] [stdout]       core::simd::Simd::<T, N>::from_array
[INFO] [stdout]       core::simd::Simd::<T, N>::from_slice
[INFO] [stdout]       and 12 others
[INFO] [stdout]    --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:147:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated item named `LANES` found for struct `core::simd::Simd` in the current scope
[INFO] [stdout]    --> src/lib.rs:130:31
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 }), i + Simd::LANES)
[INFO] [stdout]     |                               ^^^^^ associated item not found in `Simd<u8, 32>`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `core::simd::Simd<u8, 32>` consider using one of the following associated functions:
[INFO] [stdout]       core::simd::Simd::<T, N>::splat
[INFO] [stdout]       core::simd::Simd::<T, N>::load
[INFO] [stdout]       core::simd::Simd::<T, N>::from_array
[INFO] [stdout]       core::simd::Simd::<T, N>::from_slice
[INFO] [stdout]       and 12 others
[INFO] [stdout]    --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:147:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated item named `LANES` found for struct `core::simd::Simd` in the current scope
[INFO] [stdout]    --> src/lib.rs:133:24
[INFO] [stdout]     |
[INFO] [stdout] 133 |             i += Simd::LANES;
[INFO] [stdout]     |                        ^^^^^ associated item not found in `Simd<u8, 32>`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `core::simd::Simd<u8, 32>` consider using one of the following associated functions:
[INFO] [stdout]       core::simd::Simd::<T, N>::splat
[INFO] [stdout]       core::simd::Simd::<T, N>::load
[INFO] [stdout]       core::simd::Simd::<T, N>::from_array
[INFO] [stdout]       core::simd::Simd::<T, N>::from_slice
[INFO] [stdout]       and 12 others
[INFO] [stdout]    --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:147:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `simd_ge` found for struct `core::simd::Simd` in the current scope
[INFO] [stdout]    --> src/lib.rs:117:38
[INFO] [stdout]     |
[INFO] [stdout] 117 |             let digits_mask = (chunk.simd_ge(Simd::splat(b'0')) & chunk.simd_le(Simd::splat(b'9'))).to_bitmask();
[INFO] [stdout]     |                                      ^^^^^^^
[INFO] [stdout]    --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/cmp/ord.rs:23:8
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `core::simd::Simd<u8, 32>` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `SimdPartialOrd` which provides `simd_ge` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 44  + use core::simd::cmp::SimdPartialOrd;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `simd_gt` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 117 |             let digits_mask = (chunk.simd_gt(Simd::splat(b'0')) & chunk.simd_le(Simd::splat(b'9'))).to_bitmask();
[INFO] [stdout]     |                                      ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `numscan` (lib) due to 10 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0599]: no method named `simd_le` found for struct `core::simd::Simd` in the current scope
[INFO] [stdout]    --> src/lib.rs:117:73
[INFO] [stdout]     |
[INFO] [stdout] 117 |             let digits_mask = (chunk.simd_ge(Simd::splat(b'0')) & chunk.simd_le(Simd::splat(b'9'))).to_bitmask();
[INFO] [stdout]     |                                                                         ^^^^^^^
[INFO] [stdout]    --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/cmp/ord.rs:15:8
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `core::simd::Simd<u8, 32>` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `SimdPartialOrd` which provides `simd_le` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 44  + use core::simd::cmp::SimdPartialOrd;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `simd_ge` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 117 |             let digits_mask = (chunk.simd_ge(Simd::splat(b'0')) & chunk.simd_ge(Simd::splat(b'9'))).to_bitmask();
[INFO] [stdout]     |                                                                         ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated item named `LANES` found for struct `core::simd::Simd` in the current scope
[INFO] [stdout]    --> src/lib.rs:120:29
[INFO] [stdout]     |
[INFO] [stdout] 120 |             if skip < Simd::LANES {
[INFO] [stdout]     |                             ^^^^^ associated item not found in `Simd<u8, 32>`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `core::simd::Simd<u8, 32>` consider using one of the following associated functions:
[INFO] [stdout]       core::simd::Simd::<T, N>::splat
[INFO] [stdout]       core::simd::Simd::<T, N>::load
[INFO] [stdout]       core::simd::Simd::<T, N>::from_array
[INFO] [stdout]       core::simd::Simd::<T, N>::from_slice
[INFO] [stdout]       and 12 others
[INFO] [stdout]    --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:147:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `simd_eq` found for struct `core::simd::Simd` in the current scope
[INFO] [stdout]    --> src/lib.rs:121:56
[INFO] [stdout]     |
[INFO] [stdout] 121 |                 let accept_mask = digits_mask | (chunk.simd_eq(Simd::splat(b',')) | chunk.simd_eq(Simd::splat(b'.'))).to_bitmask();
[INFO] [stdout]     |                                                        ^^^^^^^
[INFO] [stdout]    --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/cmp/eq.rs:13:8
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `core::simd::Simd<u8, 32>` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `SimdPartialEq` which provides `simd_eq` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 44  + use core::simd::cmp::SimdPartialEq;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `simd_ge` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 121 |                 let accept_mask = digits_mask | (chunk.simd_ge(Simd::splat(b',')) | chunk.simd_eq(Simd::splat(b'.'))).to_bitmask();
[INFO] [stdout]     |                                                        ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `simd_eq` found for struct `core::simd::Simd` in the current scope
[INFO] [stdout]    --> src/lib.rs:121:91
[INFO] [stdout]     |
[INFO] [stdout] 121 |                 let accept_mask = digits_mask | (chunk.simd_eq(Simd::splat(b',')) | chunk.simd_eq(Simd::splat(b'.'))).to_bitmask();
[INFO] [stdout]     |                                                                                           ^^^^^^^
[INFO] [stdout]    --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/simd/cmp/eq.rs:13:8
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `core::simd::Simd<u8, 32>` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `SimdPartialEq` which provides `simd_eq` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 44  + use core::simd::cmp::SimdPartialEq;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `simd_ge` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 121 |                 let accept_mask = digits_mask | (chunk.simd_eq(Simd::splat(b',')) | chunk.simd_ge(Simd::splat(b'.'))).to_bitmask();
[INFO] [stdout]     |                                                                                           ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated item named `LANES` found for struct `core::simd::Simd` in the current scope
[INFO] [stdout]    --> src/lib.rs:129:55
[INFO] [stdout]     |
[INFO] [stdout] 129 |                     proper_end: skip + length < Simd::LANES,
[INFO] [stdout]     |                                                       ^^^^^ associated item not found in `Simd<u8, 32>`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `core::simd::Simd<u8, 32>` consider using one of the following associated functions:
[INFO] [stdout]       core::simd::Simd::<T, N>::splat
[INFO] [stdout]       core::simd::Simd::<T, N>::load
[INFO] [stdout]       core::simd::Simd::<T, N>::from_array
[INFO] [stdout]       core::simd::Simd::<T, N>::from_slice
[INFO] [stdout]       and 12 others
[INFO] [stdout]    --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:147:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated item named `LANES` found for struct `core::simd::Simd` in the current scope
[INFO] [stdout]    --> src/lib.rs:130:31
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 }), i + Simd::LANES)
[INFO] [stdout]     |                               ^^^^^ associated item not found in `Simd<u8, 32>`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `core::simd::Simd<u8, 32>` consider using one of the following associated functions:
[INFO] [stdout]       core::simd::Simd::<T, N>::splat
[INFO] [stdout]       core::simd::Simd::<T, N>::load
[INFO] [stdout]       core::simd::Simd::<T, N>::from_array
[INFO] [stdout]       core::simd::Simd::<T, N>::from_slice
[INFO] [stdout]       and 12 others
[INFO] [stdout]    --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:147:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated item named `LANES` found for struct `core::simd::Simd` in the current scope
[INFO] [stdout]    --> src/lib.rs:133:24
[INFO] [stdout]     |
[INFO] [stdout] 133 |             i += Simd::LANES;
[INFO] [stdout]     |                        ^^^^^ associated item not found in `Simd<u8, 32>`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `core::simd::Simd<u8, 32>` consider using one of the following associated functions:
[INFO] [stdout]       core::simd::Simd::<T, N>::splat
[INFO] [stdout]       core::simd::Simd::<T, N>::load
[INFO] [stdout]       core::simd::Simd::<T, N>::from_array
[INFO] [stdout]       core::simd::Simd::<T, N>::from_slice
[INFO] [stdout]       and 12 others
[INFO] [stdout]    --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:147:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `numscan` (lib test) due to 10 previous errors
[INFO] running `Command { std: "docker" "inspect" "5aa6b24ffb02ce5e97c370bc46754a8147358d6e8e2d23ec37dc0fcd8e697bf4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5aa6b24ffb02ce5e97c370bc46754a8147358d6e8e2d23ec37dc0fcd8e697bf4", kill_on_drop: false }`
[INFO] [stdout] 5aa6b24ffb02ce5e97c370bc46754a8147358d6e8e2d23ec37dc0fcd8e697bf4
[INFO] checking numscan-0.1.0 against try#9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88 for pr-124157
[INFO] extracting crate numscan 0.1.0 into /workspace/builds/worker-5-tc2/source
[INFO] validating manifest of crates.io crate numscan 0.1.0 on toolchain 9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate numscan 0.1.0
[INFO] finished tweaking crates.io crate numscan 0.1.0
[INFO] tweaked toml for crates.io crate numscan 0.1.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 4 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c1358deb06619abd72b802c50d457229bdccf3c008964e50d21c426382e445be
[INFO] running `Command { std: "docker" "start" "-a" "c1358deb06619abd72b802c50d457229bdccf3c008964e50d21c426382e445be", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c1358deb06619abd72b802c50d457229bdccf3c008964e50d21c426382e445be", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c1358deb06619abd72b802c50d457229bdccf3c008964e50d21c426382e445be", kill_on_drop: false }`
[INFO] [stdout] c1358deb06619abd72b802c50d457229bdccf3c008964e50d21c426382e445be
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8f6e010a6d12e14326cb2d3bd2bd7d543c4091ffcca48a8ffcff28397389b693
[INFO] running `Command { std: "docker" "start" "-a" "8f6e010a6d12e14326cb2d3bd2bd7d543c4091ffcca48a8ffcff28397389b693", kill_on_drop: false }`
[INFO] [stderr]    Compiling round_mult v0.1.3
[INFO] [stderr]     Checking numscan v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved imports `core::simd::SimdPartialOrd`, `core::simd::SimdPartialEq`, `core::simd::ToBitMask`
[INFO] [stdout]   --> src/lib.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout] 44 | use core::{simd::{SimdPartialOrd, SimdPartialEq, ToBitMask}, ops::Range};
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^  ^^^^^^^^^^^^^  ^^^^^^^^^ no `ToBitMask` in `simd`
[INFO] [stdout]    |                   |               |
[INFO] [stdout]    |                   |               no `SimdPartialEq` in `simd`
[INFO] [stdout]    |                   no `SimdPartialOrd` in `simd`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider importing this trait instead:
[INFO] [stdout]            core::simd::prelude::SimdPartialOrd
[INFO] [stdout]    = help: consider importing this trait instead:
[INFO] [stdout]            core::simd::prelude::SimdPartialEq
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `core::simd::SimdPartialOrd`, `core::simd::SimdPartialEq`, `core::simd::ToBitMask`
[INFO] [stdout]   --> src/lib.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout] 44 | use core::{simd::{SimdPartialOrd, SimdPartialEq, ToBitMask}, ops::Range};
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^  ^^^^^^^^^^^^^  ^^^^^^^^^ no `ToBitMask` in `simd`
[INFO] [stdout]    |                   |               |
[INFO] [stdout]    |                   |               no `SimdPartialEq` in `simd`
[INFO] [stdout]    |                   no `SimdPartialOrd` in `simd`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider importing this trait instead:
[INFO] [stdout]            core::simd::prelude::SimdPartialOrd
[INFO] [stdout]    = help: consider importing this trait instead:
[INFO] [stdout]            core::simd::prelude::SimdPartialEq
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `simd_ge` found for struct `core::simd::Simd` in the current scope
[INFO] [stdout]    --> src/lib.rs:117:38
[INFO] [stdout]     |
[INFO] [stdout] 117 |             let digits_mask = (chunk.simd_ge(Simd::splat(b'0')) & chunk.simd_le(Simd::splat(b'9'))).to_bitmask();
[INFO] [stdout]     |                                      ^^^^^^^
[INFO] [stdout]    --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/core/src/../../portable-simd/crates/core_simd/src/simd/cmp/ord.rs:23:8
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `core::simd::Simd<u8, 32>` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `SimdPartialOrd` which provides `simd_ge` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 44  + use core::simd::cmp::SimdPartialOrd;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `simd_gt` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 117 |             let digits_mask = (chunk.simd_gt(Simd::splat(b'0')) & chunk.simd_le(Simd::splat(b'9'))).to_bitmask();
[INFO] [stdout]     |                                      ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `simd_le` found for struct `core::simd::Simd` in the current scope
[INFO] [stdout]    --> src/lib.rs:117:73
[INFO] [stdout]     |
[INFO] [stdout] 117 |             let digits_mask = (chunk.simd_ge(Simd::splat(b'0')) & chunk.simd_le(Simd::splat(b'9'))).to_bitmask();
[INFO] [stdout]     |                                                                         ^^^^^^^
[INFO] [stdout]    --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/core/src/../../portable-simd/crates/core_simd/src/simd/cmp/ord.rs:15:8
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `core::simd::Simd<u8, 32>` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `SimdPartialOrd` which provides `simd_le` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 44  + use core::simd::cmp::SimdPartialOrd;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `simd_ge` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 117 |             let digits_mask = (chunk.simd_ge(Simd::splat(b'0')) & chunk.simd_ge(Simd::splat(b'9'))).to_bitmask();
[INFO] [stdout]     |                                                                         ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated item named `LANES` found for struct `core::simd::Simd` in the current scope
[INFO] [stdout]    --> src/lib.rs:120:29
[INFO] [stdout]     |
[INFO] [stdout] 120 |             if skip < Simd::LANES {
[INFO] [stdout]     |                             ^^^^^ associated item not found in `Simd<u8, 32>`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `core::simd::Simd<u8, 32>` consider using one of the following associated functions:
[INFO] [stdout]       core::simd::Simd::<T, N>::splat
[INFO] [stdout]       core::simd::Simd::<T, N>::load
[INFO] [stdout]       core::simd::Simd::<T, N>::from_array
[INFO] [stdout]       core::simd::Simd::<T, N>::from_slice
[INFO] [stdout]       and 12 others
[INFO] [stdout]    --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:147:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `simd_eq` found for struct `core::simd::Simd` in the current scope
[INFO] [stdout]    --> src/lib.rs:121:56
[INFO] [stdout]     |
[INFO] [stdout] 121 |                 let accept_mask = digits_mask | (chunk.simd_eq(Simd::splat(b',')) | chunk.simd_eq(Simd::splat(b'.'))).to_bitmask();
[INFO] [stdout]     |                                                        ^^^^^^^
[INFO] [stdout]    --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/core/src/../../portable-simd/crates/core_simd/src/simd/cmp/eq.rs:13:8
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `core::simd::Simd<u8, 32>` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `SimdPartialEq` which provides `simd_eq` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 44  + use core::simd::cmp::SimdPartialEq;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `simd_ge` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 121 |                 let accept_mask = digits_mask | (chunk.simd_ge(Simd::splat(b',')) | chunk.simd_eq(Simd::splat(b'.'))).to_bitmask();
[INFO] [stdout]     |                                                        ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `simd_eq` found for struct `core::simd::Simd` in the current scope
[INFO] [stdout]    --> src/lib.rs:121:91
[INFO] [stdout]     |
[INFO] [stdout] 121 |                 let accept_mask = digits_mask | (chunk.simd_eq(Simd::splat(b',')) | chunk.simd_eq(Simd::splat(b'.'))).to_bitmask();
[INFO] [stdout]     |                                                                                           ^^^^^^^
[INFO] [stdout]    --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/core/src/../../portable-simd/crates/core_simd/src/simd/cmp/eq.rs:13:8
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `core::simd::Simd<u8, 32>` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `SimdPartialEq` which provides `simd_eq` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 44  + use core::simd::cmp::SimdPartialEq;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `simd_ge` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 121 |                 let accept_mask = digits_mask | (chunk.simd_eq(Simd::splat(b',')) | chunk.simd_ge(Simd::splat(b'.'))).to_bitmask();
[INFO] [stdout]     |                                                                                           ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated item named `LANES` found for struct `core::simd::Simd` in the current scope
[INFO] [stdout]    --> src/lib.rs:129:55
[INFO] [stdout]     |
[INFO] [stdout] 129 |                     proper_end: skip + length < Simd::LANES,
[INFO] [stdout]     |                                                       ^^^^^ associated item not found in `Simd<u8, 32>`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `core::simd::Simd<u8, 32>` consider using one of the following associated functions:
[INFO] [stdout]       core::simd::Simd::<T, N>::splat
[INFO] [stdout]       core::simd::Simd::<T, N>::load
[INFO] [stdout]       core::simd::Simd::<T, N>::from_array
[INFO] [stdout]       core::simd::Simd::<T, N>::from_slice
[INFO] [stdout]       and 12 others
[INFO] [stdout]    --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:147:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated item named `LANES` found for struct `core::simd::Simd` in the current scope
[INFO] [stdout]    --> src/lib.rs:130:31
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 }), i + Simd::LANES)
[INFO] [stdout]     |                               ^^^^^ associated item not found in `Simd<u8, 32>`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `core::simd::Simd<u8, 32>` consider using one of the following associated functions:
[INFO] [stdout]       core::simd::Simd::<T, N>::splat
[INFO] [stdout]       core::simd::Simd::<T, N>::load
[INFO] [stdout]       core::simd::Simd::<T, N>::from_array
[INFO] [stdout]       core::simd::Simd::<T, N>::from_slice
[INFO] [stdout]       and 12 others
[INFO] [stdout]    --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:147:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated item named `LANES` found for struct `core::simd::Simd` in the current scope
[INFO] [stdout]    --> src/lib.rs:133:24
[INFO] [stdout]     |
[INFO] [stdout] 133 |             i += Simd::LANES;
[INFO] [stdout]     |                        ^^^^^ associated item not found in `Simd<u8, 32>`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `core::simd::Simd<u8, 32>` consider using one of the following associated functions:
[INFO] [stdout]       core::simd::Simd::<T, N>::splat
[INFO] [stdout]       core::simd::Simd::<T, N>::load
[INFO] [stdout]       core::simd::Simd::<T, N>::from_array
[INFO] [stdout]       core::simd::Simd::<T, N>::from_slice
[INFO] [stdout]       and 12 others
[INFO] [stdout]    --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:147:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `simd_ge` found for struct `core::simd::Simd` in the current scope
[INFO] [stdout]    --> src/lib.rs:117:38
[INFO] [stdout]     |
[INFO] [stdout] 117 |             let digits_mask = (chunk.simd_ge(Simd::splat(b'0')) & chunk.simd_le(Simd::splat(b'9'))).to_bitmask();
[INFO] [stdout]     |                                      ^^^^^^^
[INFO] [stdout]    --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/core/src/../../portable-simd/crates/core_simd/src/simd/cmp/ord.rs:23:8
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `core::simd::Simd<u8, 32>` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `SimdPartialOrd` which provides `simd_ge` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 44  + use core::simd::cmp::SimdPartialOrd;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `simd_gt` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 117 |             let digits_mask = (chunk.simd_gt(Simd::splat(b'0')) & chunk.simd_le(Simd::splat(b'9'))).to_bitmask();
[INFO] [stdout]     |                                      ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `numscan` (lib) due to 10 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0599]: no method named `simd_le` found for struct `core::simd::Simd` in the current scope
[INFO] [stdout]    --> src/lib.rs:117:73
[INFO] [stdout]     |
[INFO] [stdout] 117 |             let digits_mask = (chunk.simd_ge(Simd::splat(b'0')) & chunk.simd_le(Simd::splat(b'9'))).to_bitmask();
[INFO] [stdout]     |                                                                         ^^^^^^^
[INFO] [stdout]    --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/core/src/../../portable-simd/crates/core_simd/src/simd/cmp/ord.rs:15:8
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `core::simd::Simd<u8, 32>` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `SimdPartialOrd` which provides `simd_le` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 44  + use core::simd::cmp::SimdPartialOrd;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `simd_ge` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 117 |             let digits_mask = (chunk.simd_ge(Simd::splat(b'0')) & chunk.simd_ge(Simd::splat(b'9'))).to_bitmask();
[INFO] [stdout]     |                                                                         ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated item named `LANES` found for struct `core::simd::Simd` in the current scope
[INFO] [stdout]    --> src/lib.rs:120:29
[INFO] [stdout]     |
[INFO] [stdout] 120 |             if skip < Simd::LANES {
[INFO] [stdout]     |                             ^^^^^ associated item not found in `Simd<u8, 32>`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `core::simd::Simd<u8, 32>` consider using one of the following associated functions:
[INFO] [stdout]       core::simd::Simd::<T, N>::splat
[INFO] [stdout]       core::simd::Simd::<T, N>::load
[INFO] [stdout]       core::simd::Simd::<T, N>::from_array
[INFO] [stdout]       core::simd::Simd::<T, N>::from_slice
[INFO] [stdout]       and 12 others
[INFO] [stdout]    --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:147:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `simd_eq` found for struct `core::simd::Simd` in the current scope
[INFO] [stdout]    --> src/lib.rs:121:56
[INFO] [stdout]     |
[INFO] [stdout] 121 |                 let accept_mask = digits_mask | (chunk.simd_eq(Simd::splat(b',')) | chunk.simd_eq(Simd::splat(b'.'))).to_bitmask();
[INFO] [stdout]     |                                                        ^^^^^^^
[INFO] [stdout]    --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/core/src/../../portable-simd/crates/core_simd/src/simd/cmp/eq.rs:13:8
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `core::simd::Simd<u8, 32>` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `SimdPartialEq` which provides `simd_eq` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 44  + use core::simd::cmp::SimdPartialEq;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `simd_ge` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 121 |                 let accept_mask = digits_mask | (chunk.simd_ge(Simd::splat(b',')) | chunk.simd_eq(Simd::splat(b'.'))).to_bitmask();
[INFO] [stdout]     |                                                        ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `simd_eq` found for struct `core::simd::Simd` in the current scope
[INFO] [stdout]    --> src/lib.rs:121:91
[INFO] [stdout]     |
[INFO] [stdout] 121 |                 let accept_mask = digits_mask | (chunk.simd_eq(Simd::splat(b',')) | chunk.simd_eq(Simd::splat(b'.'))).to_bitmask();
[INFO] [stdout]     |                                                                                           ^^^^^^^
[INFO] [stdout]    --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/core/src/../../portable-simd/crates/core_simd/src/simd/cmp/eq.rs:13:8
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `core::simd::Simd<u8, 32>` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `SimdPartialEq` which provides `simd_eq` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 44  + use core::simd::cmp::SimdPartialEq;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `simd_ge` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 121 |                 let accept_mask = digits_mask | (chunk.simd_eq(Simd::splat(b',')) | chunk.simd_ge(Simd::splat(b'.'))).to_bitmask();
[INFO] [stdout]     |                                                                                           ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated item named `LANES` found for struct `core::simd::Simd` in the current scope
[INFO] [stdout]    --> src/lib.rs:129:55
[INFO] [stdout]     |
[INFO] [stdout] 129 |                     proper_end: skip + length < Simd::LANES,
[INFO] [stdout]     |                                                       ^^^^^ associated item not found in `Simd<u8, 32>`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `core::simd::Simd<u8, 32>` consider using one of the following associated functions:
[INFO] [stdout]       core::simd::Simd::<T, N>::splat
[INFO] [stdout]       core::simd::Simd::<T, N>::load
[INFO] [stdout]       core::simd::Simd::<T, N>::from_array
[INFO] [stdout]       core::simd::Simd::<T, N>::from_slice
[INFO] [stdout]       and 12 others
[INFO] [stdout]    --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:147:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated item named `LANES` found for struct `core::simd::Simd` in the current scope
[INFO] [stdout]    --> src/lib.rs:130:31
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 }), i + Simd::LANES)
[INFO] [stdout]     |                               ^^^^^ associated item not found in `Simd<u8, 32>`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `core::simd::Simd<u8, 32>` consider using one of the following associated functions:
[INFO] [stdout]       core::simd::Simd::<T, N>::splat
[INFO] [stdout]       core::simd::Simd::<T, N>::load
[INFO] [stdout]       core::simd::Simd::<T, N>::from_array
[INFO] [stdout]       core::simd::Simd::<T, N>::from_slice
[INFO] [stdout]       and 12 others
[INFO] [stdout]    --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:147:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated item named `LANES` found for struct `core::simd::Simd` in the current scope
[INFO] [stdout]    --> src/lib.rs:133:24
[INFO] [stdout]     |
[INFO] [stdout] 133 |             i += Simd::LANES;
[INFO] [stdout]     |                        ^^^^^ associated item not found in `Simd<u8, 32>`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `core::simd::Simd<u8, 32>` consider using one of the following associated functions:
[INFO] [stdout]       core::simd::Simd::<T, N>::splat
[INFO] [stdout]       core::simd::Simd::<T, N>::load
[INFO] [stdout]       core::simd::Simd::<T, N>::from_array
[INFO] [stdout]       core::simd::Simd::<T, N>::from_slice
[INFO] [stdout]       and 12 others
[INFO] [stdout]    --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:147:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `numscan` (lib test) due to 10 previous errors
[INFO] running `Command { std: "docker" "inspect" "8f6e010a6d12e14326cb2d3bd2bd7d543c4091ffcca48a8ffcff28397389b693", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8f6e010a6d12e14326cb2d3bd2bd7d543c4091ffcca48a8ffcff28397389b693", kill_on_drop: false }`
[INFO] [stdout] 8f6e010a6d12e14326cb2d3bd2bd7d543c4091ffcca48a8ffcff28397389b693
