[INFO] fetching crate is_utf8 0.1.4... [INFO] checking is_utf8-0.1.4 against beta for pr-78714 [INFO] extracting crate is_utf8 0.1.4 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate is_utf8 0.1.4 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate is_utf8 0.1.4 [INFO] finished tweaking crates.io crate is_utf8 0.1.4 [INFO] tweaked toml for crates.io crate is_utf8 0.1.4 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 03917f95c03a077e1fe509a7cfb872fef313378b951ff2a674c44d8dd2a97a4f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "03917f95c03a077e1fe509a7cfb872fef313378b951ff2a674c44d8dd2a97a4f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "03917f95c03a077e1fe509a7cfb872fef313378b951ff2a674c44d8dd2a97a4f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "03917f95c03a077e1fe509a7cfb872fef313378b951ff2a674c44d8dd2a97a4f", kill_on_drop: false }` [INFO] [stdout] 03917f95c03a077e1fe509a7cfb872fef313378b951ff2a674c44d8dd2a97a4f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2d4c8d819781afa07e22bd8871d16199877e719280e6cdcb8018bbb39f7ad10b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "2d4c8d819781afa07e22bd8871d16199877e719280e6cdcb8018bbb39f7ad10b", kill_on_drop: false }` [INFO] [stderr] Checking is_utf8 v0.1.4 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: could not find `sse` in `lemire` [INFO] [stdout] --> benchmarks/validate-utf8.rs:20:50 [INFO] [stdout] | [INFO] [stdout] 20 | b.iter(|| ::is_utf8::lemire::sse::is_utf8(bytes)) [INFO] [stdout] | ^^^ could not find `sse` in `lemire` [INFO] [stdout] ... [INFO] [stdout] 40 | bench!(random_bytes, "../props/random_bytes.bin"); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `avx` in `lemire` [INFO] [stdout] --> benchmarks/validate-utf8.rs:23:50 [INFO] [stdout] | [INFO] [stdout] 23 | b.iter(|| ::is_utf8::lemire::avx::is_utf8(bytes)) [INFO] [stdout] | ^^^ could not find `avx` in `lemire` [INFO] [stdout] ... [INFO] [stdout] 40 | bench!(random_bytes, "../props/random_bytes.bin"); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `avx` in `lemire` [INFO] [stdout] --> benchmarks/validate-utf8.rs:26:50 [INFO] [stdout] | [INFO] [stdout] 26 | b.iter(|| ::is_utf8::lemire::avx::is_utf8_ascii_path(bytes)) [INFO] [stdout] | ^^^ could not find `avx` in `lemire` [INFO] [stdout] ... [INFO] [stdout] 40 | bench!(random_bytes, "../props/random_bytes.bin"); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `sse` in `range` [INFO] [stdout] --> benchmarks/validate-utf8.rs:29:49 [INFO] [stdout] | [INFO] [stdout] 29 | b.iter(|| ::is_utf8::range::sse::is_utf8(bytes)) [INFO] [stdout] | ^^^ could not find `sse` in `range` [INFO] [stdout] ... [INFO] [stdout] 40 | bench!(random_bytes, "../props/random_bytes.bin"); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `avx` in `range` [INFO] [stdout] --> benchmarks/validate-utf8.rs:32:49 [INFO] [stdout] | [INFO] [stdout] 32 | b.iter(|| ::is_utf8::range::avx::is_utf8(bytes)) [INFO] [stdout] | ^^^ could not find `avx` in `range` [INFO] [stdout] ... [INFO] [stdout] 40 | bench!(random_bytes, "../props/random_bytes.bin"); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `sse` in `lemire` [INFO] [stdout] --> benchmarks/validate-utf8.rs:20:50 [INFO] [stdout] | [INFO] [stdout] 20 | b.iter(|| ::is_utf8::lemire::sse::is_utf8(bytes)) [INFO] [stdout] | ^^^ could not find `sse` in `lemire` [INFO] [stdout] ... [INFO] [stdout] 41 | bench!(mostly_ascii, "../props/mostly_ascii_sample_ok.txt"); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `avx` in `lemire` [INFO] [stdout] --> benchmarks/validate-utf8.rs:23:50 [INFO] [stdout] | [INFO] [stdout] 23 | b.iter(|| ::is_utf8::lemire::avx::is_utf8(bytes)) [INFO] [stdout] | ^^^ could not find `avx` in `lemire` [INFO] [stdout] ... [INFO] [stdout] 41 | bench!(mostly_ascii, "../props/mostly_ascii_sample_ok.txt"); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `avx` in `lemire` [INFO] [stdout] --> benchmarks/validate-utf8.rs:26:50 [INFO] [stdout] | [INFO] [stdout] 26 | b.iter(|| ::is_utf8::lemire::avx::is_utf8_ascii_path(bytes)) [INFO] [stdout] | ^^^ could not find `avx` in `lemire` [INFO] [stdout] ... [INFO] [stdout] 41 | bench!(mostly_ascii, "../props/mostly_ascii_sample_ok.txt"); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `sse` in `range` [INFO] [stdout] --> benchmarks/validate-utf8.rs:29:49 [INFO] [stdout] | [INFO] [stdout] 29 | b.iter(|| ::is_utf8::range::sse::is_utf8(bytes)) [INFO] [stdout] | ^^^ could not find `sse` in `range` [INFO] [stdout] ... [INFO] [stdout] 41 | bench!(mostly_ascii, "../props/mostly_ascii_sample_ok.txt"); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `avx` in `range` [INFO] [stdout] --> benchmarks/validate-utf8.rs:32:49 [INFO] [stdout] | [INFO] [stdout] 32 | b.iter(|| ::is_utf8::range::avx::is_utf8(bytes)) [INFO] [stdout] | ^^^ could not find `avx` in `range` [INFO] [stdout] ... [INFO] [stdout] 41 | bench!(mostly_ascii, "../props/mostly_ascii_sample_ok.txt"); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `sse` in `lemire` [INFO] [stdout] --> benchmarks/validate-utf8.rs:20:50 [INFO] [stdout] | [INFO] [stdout] 20 | b.iter(|| ::is_utf8::lemire::sse::is_utf8(bytes)) [INFO] [stdout] | ^^^ could not find `sse` in `lemire` [INFO] [stdout] ... [INFO] [stdout] 42 | bench!(ascii, "../props/ascii_sample_ok.txt"); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `avx` in `lemire` [INFO] [stdout] --> benchmarks/validate-utf8.rs:23:50 [INFO] [stdout] | [INFO] [stdout] 23 | b.iter(|| ::is_utf8::lemire::avx::is_utf8(bytes)) [INFO] [stdout] | ^^^ could not find `avx` in `lemire` [INFO] [stdout] ... [INFO] [stdout] 42 | bench!(ascii, "../props/ascii_sample_ok.txt"); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `avx` in `lemire` [INFO] [stdout] --> benchmarks/validate-utf8.rs:26:50 [INFO] [stdout] | [INFO] [stdout] 26 | b.iter(|| ::is_utf8::lemire::avx::is_utf8_ascii_path(bytes)) [INFO] [stdout] | ^^^ could not find `avx` in `lemire` [INFO] [stdout] ... [INFO] [stdout] 42 | bench!(ascii, "../props/ascii_sample_ok.txt"); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `sse` in `range` [INFO] [stdout] --> benchmarks/validate-utf8.rs:29:49 [INFO] [stdout] | [INFO] [stdout] 29 | b.iter(|| ::is_utf8::range::sse::is_utf8(bytes)) [INFO] [stdout] | ^^^ could not find `sse` in `range` [INFO] [stdout] ... [INFO] [stdout] 42 | bench!(ascii, "../props/ascii_sample_ok.txt"); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `avx` in `range` [INFO] [stdout] --> benchmarks/validate-utf8.rs:32:49 [INFO] [stdout] | [INFO] [stdout] 32 | b.iter(|| ::is_utf8::range::avx::is_utf8(bytes)) [INFO] [stdout] | ^^^ could not find `avx` in `range` [INFO] [stdout] ... [INFO] [stdout] 42 | bench!(ascii, "../props/ascii_sample_ok.txt"); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `sse` in `lemire` [INFO] [stdout] --> benchmarks/validate-utf8.rs:20:50 [INFO] [stdout] | [INFO] [stdout] 20 | b.iter(|| ::is_utf8::lemire::sse::is_utf8(bytes)) [INFO] [stdout] | ^^^ could not find `sse` in `lemire` [INFO] [stdout] ... [INFO] [stdout] 43 | bench!(utf8, "../props/utf8_sample_ok.txt"); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `avx` in `lemire` [INFO] [stdout] --> benchmarks/validate-utf8.rs:23:50 [INFO] [stdout] | [INFO] [stdout] 23 | b.iter(|| ::is_utf8::lemire::avx::is_utf8(bytes)) [INFO] [stdout] | ^^^ could not find `avx` in `lemire` [INFO] [stdout] ... [INFO] [stdout] 43 | bench!(utf8, "../props/utf8_sample_ok.txt"); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `avx` in `lemire` [INFO] [stdout] --> benchmarks/validate-utf8.rs:26:50 [INFO] [stdout] | [INFO] [stdout] 26 | b.iter(|| ::is_utf8::lemire::avx::is_utf8_ascii_path(bytes)) [INFO] [stdout] | ^^^ could not find `avx` in `lemire` [INFO] [stdout] ... [INFO] [stdout] 43 | bench!(utf8, "../props/utf8_sample_ok.txt"); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `sse` in `range` [INFO] [stdout] --> benchmarks/validate-utf8.rs:29:49 [INFO] [stdout] | [INFO] [stdout] 29 | b.iter(|| ::is_utf8::range::sse::is_utf8(bytes)) [INFO] [stdout] | ^^^ could not find `sse` in `range` [INFO] [stdout] ... [INFO] [stdout] 43 | bench!(utf8, "../props/utf8_sample_ok.txt"); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `avx` in `range` [INFO] [stdout] --> benchmarks/validate-utf8.rs:32:49 [INFO] [stdout] | [INFO] [stdout] 32 | b.iter(|| ::is_utf8::range::avx::is_utf8(bytes)) [INFO] [stdout] | ^^^ could not find `avx` in `range` [INFO] [stdout] ... [INFO] [stdout] 43 | bench!(utf8, "../props/utf8_sample_ok.txt"); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `sse` in `lemire` [INFO] [stdout] --> benchmarks/validate-utf8.rs:20:50 [INFO] [stdout] | [INFO] [stdout] 20 | b.iter(|| ::is_utf8::lemire::sse::is_utf8(bytes)) [INFO] [stdout] | ^^^ could not find `sse` in `lemire` [INFO] [stdout] ... [INFO] [stdout] 44 | bench!(all_utf8, "../props/utf8-characters-0-0x10ffff.txt"); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `avx` in `lemire` [INFO] [stdout] --> benchmarks/validate-utf8.rs:23:50 [INFO] [stdout] | [INFO] [stdout] 23 | b.iter(|| ::is_utf8::lemire::avx::is_utf8(bytes)) [INFO] [stdout] | ^^^ could not find `avx` in `lemire` [INFO] [stdout] ... [INFO] [stdout] 44 | bench!(all_utf8, "../props/utf8-characters-0-0x10ffff.txt"); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `avx` in `lemire` [INFO] [stdout] --> benchmarks/validate-utf8.rs:26:50 [INFO] [stdout] | [INFO] [stdout] 26 | b.iter(|| ::is_utf8::lemire::avx::is_utf8_ascii_path(bytes)) [INFO] [stdout] | ^^^ could not find `avx` in `lemire` [INFO] [stdout] ... [INFO] [stdout] 44 | bench!(all_utf8, "../props/utf8-characters-0-0x10ffff.txt"); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `sse` in `range` [INFO] [stdout] --> benchmarks/validate-utf8.rs:29:49 [INFO] [stdout] | [INFO] [stdout] 29 | b.iter(|| ::is_utf8::range::sse::is_utf8(bytes)) [INFO] [stdout] | ^^^ could not find `sse` in `range` [INFO] [stdout] ... [INFO] [stdout] 44 | bench!(all_utf8, "../props/utf8-characters-0-0x10ffff.txt"); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `avx` in `range` [INFO] [stdout] --> benchmarks/validate-utf8.rs:32:49 [INFO] [stdout] | [INFO] [stdout] 32 | b.iter(|| ::is_utf8::range::avx::is_utf8(bytes)) [INFO] [stdout] | ^^^ could not find `avx` in `range` [INFO] [stdout] ... [INFO] [stdout] 44 | bench!(all_utf8, "../props/utf8-characters-0-0x10ffff.txt"); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `sse` in `lemire` [INFO] [stdout] --> benchmarks/validate-utf8.rs:20:50 [INFO] [stdout] | [INFO] [stdout] 20 | b.iter(|| ::is_utf8::lemire::sse::is_utf8(bytes)) [INFO] [stdout] | ^^^ could not find `sse` in `lemire` [INFO] [stdout] ... [INFO] [stdout] 45 | / bench!( [INFO] [stdout] 46 | | all_utf8_with_garbage, [INFO] [stdout] 47 | | "../props/utf8-characters-0-0x10ffff-with-garbage.bin" [INFO] [stdout] 48 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `avx` in `lemire` [INFO] [stdout] --> benchmarks/validate-utf8.rs:23:50 [INFO] [stdout] | [INFO] [stdout] 23 | b.iter(|| ::is_utf8::lemire::avx::is_utf8(bytes)) [INFO] [stdout] | ^^^ could not find `avx` in `lemire` [INFO] [stdout] ... [INFO] [stdout] 45 | / bench!( [INFO] [stdout] 46 | | all_utf8_with_garbage, [INFO] [stdout] 47 | | "../props/utf8-characters-0-0x10ffff-with-garbage.bin" [INFO] [stdout] 48 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `avx` in `lemire` [INFO] [stdout] --> benchmarks/validate-utf8.rs:26:50 [INFO] [stdout] | [INFO] [stdout] 26 | b.iter(|| ::is_utf8::lemire::avx::is_utf8_ascii_path(bytes)) [INFO] [stdout] | ^^^ could not find `avx` in `lemire` [INFO] [stdout] ... [INFO] [stdout] 45 | / bench!( [INFO] [stdout] 46 | | all_utf8_with_garbage, [INFO] [stdout] 47 | | "../props/utf8-characters-0-0x10ffff-with-garbage.bin" [INFO] [stdout] 48 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `sse` in `range` [INFO] [stdout] --> benchmarks/validate-utf8.rs:29:49 [INFO] [stdout] | [INFO] [stdout] 29 | b.iter(|| ::is_utf8::range::sse::is_utf8(bytes)) [INFO] [stdout] | ^^^ could not find `sse` in `range` [INFO] [stdout] ... [INFO] [stdout] 45 | / bench!( [INFO] [stdout] 46 | | all_utf8_with_garbage, [INFO] [stdout] 47 | | "../props/utf8-characters-0-0x10ffff-with-garbage.bin" [INFO] [stdout] 48 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `avx` in `range` [INFO] [stdout] --> benchmarks/validate-utf8.rs:32:49 [INFO] [stdout] | [INFO] [stdout] 32 | b.iter(|| ::is_utf8::range::avx::is_utf8(bytes)) [INFO] [stdout] | ^^^ could not find `avx` in `range` [INFO] [stdout] ... [INFO] [stdout] 45 | / bench!( [INFO] [stdout] 46 | | all_utf8_with_garbage, [INFO] [stdout] 47 | | "../props/utf8-characters-0-0x10ffff-with-garbage.bin" [INFO] [stdout] 48 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 30 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `is_utf8` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "2d4c8d819781afa07e22bd8871d16199877e719280e6cdcb8018bbb39f7ad10b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2d4c8d819781afa07e22bd8871d16199877e719280e6cdcb8018bbb39f7ad10b", kill_on_drop: false }` [INFO] [stdout] 2d4c8d819781afa07e22bd8871d16199877e719280e6cdcb8018bbb39f7ad10b