[INFO] fetching crate kandilli 0.1.0... [INFO] testing kandilli-0.1.0 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate kandilli 0.1.0 into /workspace/builds/worker-7-tc2/source [INFO] started tweaking crates.io crate kandilli 0.1.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate kandilli 0.1.0 [INFO] tweaked toml for crates.io crate kandilli 0.1.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate kandilli 0.1.0 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate kandilli 0.1.0 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1dd4a42e28066e12ff74e02f62efaf5593540085857da2ba0b4898f05fd8b5c8 [INFO] running `Command { std: "docker" "start" "-a" "1dd4a42e28066e12ff74e02f62efaf5593540085857da2ba0b4898f05fd8b5c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1dd4a42e28066e12ff74e02f62efaf5593540085857da2ba0b4898f05fd8b5c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1dd4a42e28066e12ff74e02f62efaf5593540085857da2ba0b4898f05fd8b5c8", kill_on_drop: false }` [INFO] [stdout] 1dd4a42e28066e12ff74e02f62efaf5593540085857da2ba0b4898f05fd8b5c8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9a4a0f83717b93b8779561c03f89baf19bf2754d36a8db091db68988846617ff [INFO] running `Command { std: "docker" "start" "-a" "9a4a0f83717b93b8779561c03f89baf19bf2754d36a8db091db68988846617ff", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.139 [INFO] [stderr] Compiling once_cell v1.17.0 [INFO] [stderr] Compiling unicode-ident v1.0.6 [INFO] [stderr] Compiling syn v1.0.107 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling rustls v0.20.8 [INFO] [stderr] Compiling serde_derive v1.0.152 [INFO] [stderr] Compiling unicode-bidi v0.3.10 [INFO] [stderr] Compiling miniz_oxide v0.6.2 [INFO] [stderr] Compiling aho-corasick v0.7.20 [INFO] [stderr] Compiling iana-time-zone v0.1.53 [INFO] [stderr] Compiling serde v1.0.152 [INFO] [stderr] Compiling regex-syntax v0.6.28 [INFO] [stderr] Compiling tl v0.7.7 [INFO] [stderr] Compiling proc-macro2 v1.0.51 [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tl-0.7.7/src/lib.rs:1:31 [INFO] [stdout] | [INFO] [stdout] 1 | #![cfg_attr(feature = "simd", feature(portable_simd))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `simd_eq` found for struct `std::simd::Simd` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tl-0.7.7/src/simd/nightly.rs:27:24 [INFO] [stdout] | [INFO] [stdout] 27 | let eq = bytes.simd_eq(needle16).to_int(); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] --> /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/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 `std::simd::Simd` 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] 1 + use std::simd::cmp::SimdPartialEq; [INFO] [stdout] | [INFO] [stdout] help: there is a method `simd_ge` with a similar name [INFO] [stdout] | [INFO] [stdout] 27 - let eq = bytes.simd_eq(needle16).to_int(); [INFO] [stdout] 27 + let eq = bytes.simd_ge(needle16).to_int(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `simd_eq` found for struct `std::simd::Simd` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tl-0.7.7/src/simd/nightly.rs:65:25 [INFO] [stdout] | [INFO] [stdout] 65 | let eq1 = bytes.simd_eq(needle16a); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] --> /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/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 `std::simd::Simd` 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] 1 + use std::simd::cmp::SimdPartialEq; [INFO] [stdout] | [INFO] [stdout] help: there is a method `simd_ge` with a similar name [INFO] [stdout] | [INFO] [stdout] 65 - let eq1 = bytes.simd_eq(needle16a); [INFO] [stdout] 65 + let eq1 = bytes.simd_ge(needle16a); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `simd_eq` found for struct `std::simd::Simd` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tl-0.7.7/src/simd/nightly.rs:66:25 [INFO] [stdout] | [INFO] [stdout] 66 | let eq2 = bytes.simd_eq(needle16b); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] --> /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/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 `std::simd::Simd` 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] 1 + use std::simd::cmp::SimdPartialEq; [INFO] [stdout] | [INFO] [stdout] help: there is a method `simd_ge` with a similar name [INFO] [stdout] | [INFO] [stdout] 66 - let eq2 = bytes.simd_eq(needle16b); [INFO] [stdout] 66 + let eq2 = bytes.simd_ge(needle16b); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `simd_eq` found for struct `std::simd::Simd` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tl-0.7.7/src/simd/nightly.rs:67:25 [INFO] [stdout] | [INFO] [stdout] 67 | let eq3 = bytes.simd_eq(needle16c); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] --> /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/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 `std::simd::Simd` 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] 1 + use std::simd::cmp::SimdPartialEq; [INFO] [stdout] | [INFO] [stdout] help: there is a method `simd_ge` with a similar name [INFO] [stdout] | [INFO] [stdout] 67 - let eq3 = bytes.simd_eq(needle16c); [INFO] [stdout] 67 + let eq3 = bytes.simd_ge(needle16c); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `simd_eq` found for struct `std::simd::Simd` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tl-0.7.7/src/simd/nightly.rs:68:25 [INFO] [stdout] | [INFO] [stdout] 68 | let eq4 = bytes.simd_eq(needle16d); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] --> /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/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 `std::simd::Simd` 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] 1 + use std::simd::cmp::SimdPartialEq; [INFO] [stdout] | [INFO] [stdout] help: there is a method `simd_ge` with a similar name [INFO] [stdout] | [INFO] [stdout] 68 - let eq4 = bytes.simd_eq(needle16d); [INFO] [stdout] 68 + let eq4 = bytes.simd_ge(needle16d); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `simd_ge` found for struct `std::simd::Simd` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tl-0.7.7/src/simd/nightly.rs:111:29 [INFO] [stdout] | [INFO] [stdout] 111 | let ge_zero = bytes.simd_ge(needle_zero); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] --> /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/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 `std::simd::Simd` 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] 1 + use std::simd::cmp::SimdPartialOrd; [INFO] [stdout] | [INFO] [stdout] help: there is a method `simd_gt` with a similar name [INFO] [stdout] | [INFO] [stdout] 111 - let ge_zero = bytes.simd_ge(needle_zero); [INFO] [stdout] 111 + let ge_zero = bytes.simd_gt(needle_zero); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `simd_le` found for struct `std::simd::Simd` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tl-0.7.7/src/simd/nightly.rs:112:29 [INFO] [stdout] | [INFO] [stdout] 112 | let le_nine = bytes.simd_le(needle_nine); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] --> /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/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 `std::simd::Simd` 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] 1 + use std::simd::cmp::SimdPartialOrd; [INFO] [stdout] | [INFO] [stdout] help: there is a method `simd_ge` with a similar name [INFO] [stdout] | [INFO] [stdout] 112 - let le_nine = bytes.simd_le(needle_nine); [INFO] [stdout] 112 + let le_nine = bytes.simd_ge(needle_nine); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `simd_ge` found for struct `std::simd::Simd` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tl-0.7.7/src/simd/nightly.rs:115:29 [INFO] [stdout] | [INFO] [stdout] 115 | let ge_lc_a = bytes.simd_ge(needle_lc_a); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] --> /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/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 `std::simd::Simd` 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] 1 + use std::simd::cmp::SimdPartialOrd; [INFO] [stdout] | [INFO] [stdout] help: there is a method `simd_gt` with a similar name [INFO] [stdout] | [INFO] [stdout] 115 - let ge_lc_a = bytes.simd_ge(needle_lc_a); [INFO] [stdout] 115 + let ge_lc_a = bytes.simd_gt(needle_lc_a); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `simd_le` found for struct `std::simd::Simd` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tl-0.7.7/src/simd/nightly.rs:116:29 [INFO] [stdout] | [INFO] [stdout] 116 | let le_lc_z = bytes.simd_le(needle_lc_z); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] --> /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/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 `std::simd::Simd` 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] 1 + use std::simd::cmp::SimdPartialOrd; [INFO] [stdout] | [INFO] [stdout] help: there is a method `simd_ge` with a similar name [INFO] [stdout] | [INFO] [stdout] 116 - let le_lc_z = bytes.simd_le(needle_lc_z); [INFO] [stdout] 116 + let le_lc_z = bytes.simd_ge(needle_lc_z); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `simd_ge` found for struct `std::simd::Simd` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tl-0.7.7/src/simd/nightly.rs:119:29 [INFO] [stdout] | [INFO] [stdout] 119 | let ge_uc_a = bytes.simd_ge(needle_uc_a); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] --> /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/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 `std::simd::Simd` 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] 1 + use std::simd::cmp::SimdPartialOrd; [INFO] [stdout] | [INFO] [stdout] help: there is a method `simd_gt` with a similar name [INFO] [stdout] | [INFO] [stdout] 119 - let ge_uc_a = bytes.simd_ge(needle_uc_a); [INFO] [stdout] 119 + let ge_uc_a = bytes.simd_gt(needle_uc_a); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `simd_le` found for struct `std::simd::Simd` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tl-0.7.7/src/simd/nightly.rs:120:29 [INFO] [stdout] | [INFO] [stdout] 120 | let le_uc_z = bytes.simd_le(needle_uc_z); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] --> /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/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 `std::simd::Simd` 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] 1 + use std::simd::cmp::SimdPartialOrd; [INFO] [stdout] | [INFO] [stdout] help: there is a method `simd_ge` with a similar name [INFO] [stdout] | [INFO] [stdout] 120 - let le_uc_z = bytes.simd_le(needle_uc_z); [INFO] [stdout] 120 + let le_uc_z = bytes.simd_ge(needle_uc_z); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `simd_eq` found for struct `std::simd::Simd` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tl-0.7.7/src/simd/nightly.rs:123:30 [INFO] [stdout] | [INFO] [stdout] 123 | let eq_minus = bytes.simd_eq(needle_minus); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] --> /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/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 `std::simd::Simd` 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] 1 + use std::simd::cmp::SimdPartialEq; [INFO] [stdout] | [INFO] [stdout] help: there is a method `simd_ge` with a similar name [INFO] [stdout] | [INFO] [stdout] 123 - let eq_minus = bytes.simd_eq(needle_minus); [INFO] [stdout] 123 + let eq_minus = bytes.simd_ge(needle_minus); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `simd_eq` found for struct `std::simd::Simd` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tl-0.7.7/src/simd/nightly.rs:124:35 [INFO] [stdout] | [INFO] [stdout] 124 | let eq_underscore = bytes.simd_eq(needle_underscore); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] --> /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/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 `std::simd::Simd` 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] 1 + use std::simd::cmp::SimdPartialEq; [INFO] [stdout] | [INFO] [stdout] help: there is a method `simd_ge` with a similar name [INFO] [stdout] | [INFO] [stdout] 124 - let eq_underscore = bytes.simd_eq(needle_underscore); [INFO] [stdout] 124 + let eq_underscore = bytes.simd_ge(needle_underscore); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling idna v0.3.0 [INFO] [stdout] Some errors have detailed explanations: E0554, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `tl` (lib) due to 14 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "9a4a0f83717b93b8779561c03f89baf19bf2754d36a8db091db68988846617ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9a4a0f83717b93b8779561c03f89baf19bf2754d36a8db091db68988846617ff", kill_on_drop: false }` [INFO] [stdout] 9a4a0f83717b93b8779561c03f89baf19bf2754d36a8db091db68988846617ff