[INFO] fetching crate varint-simd 0.4.1... [INFO] testing varint-simd-0.4.1 against try#b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b for pr-145330-1 [INFO] extracting crate varint-simd 0.4.1 into /workspace/builds/worker-5-tc2/source [INFO] removed /workspace/builds/worker-5-tc2/source/.cargo/config.toml [INFO] started tweaking crates.io crate varint-simd 0.4.1 [INFO] finished tweaking crates.io crate varint-simd 0.4.1 [INFO] tweaked toml for crates.io crate varint-simd 0.4.1 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate varint-simd 0.4.1 on toolchain b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 85 packages to latest compatible versions [INFO] [stderr] Adding criterion v0.5.1 (available: v0.7.0) [INFO] [stderr] Adding rand v0.8.5 (available: v0.9.2) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3a625a20cffe4059bd9b293e555352ff9a39751546d2856f6cc60dbd4ad20a97 [INFO] running `Command { std: "docker" "start" "-a" "3a625a20cffe4059bd9b293e555352ff9a39751546d2856f6cc60dbd4ad20a97", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3a625a20cffe4059bd9b293e555352ff9a39751546d2856f6cc60dbd4ad20a97", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3a625a20cffe4059bd9b293e555352ff9a39751546d2856f6cc60dbd4ad20a97", kill_on_drop: false }` [INFO] [stdout] 3a625a20cffe4059bd9b293e555352ff9a39751546d2856f6cc60dbd4ad20a97 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b9bffc584ea9e148f4efe8eab6b23c42df883f9099e67e9537698ea45c0c9177 [INFO] running `Command { std: "docker" "start" "-a" "b9bffc584ea9e148f4efe8eab6b23c42df883f9099e67e9537698ea45c0c9177", kill_on_drop: false }` [INFO] [stderr] Compiling semver v1.0.27 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling varint-simd v0.4.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `core::arch::x86_64::*` [INFO] [stdout] --> src/num.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use core::arch::x86_64::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `dual_u8_stage2` is never used [INFO] [stdout] --> src/decode/mod.rs:342:11 [INFO] [stdout] | [INFO] [stdout] 342 | unsafe fn dual_u8_stage2(comb: __m128i) -> __m128i { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `dual_u16_stage2` is never used [INFO] [stdout] --> src/decode/mod.rs:353:11 [INFO] [stdout] | [INFO] [stdout] 353 | unsafe fn dual_u16_stage2(comb: __m128i) -> __m128i { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `dual_u32_stage2` is never used [INFO] [stdout] --> src/decode/mod.rs:370:11 [INFO] [stdout] | [INFO] [stdout] 370 | unsafe fn dual_u32_stage2(comb: __m128i) -> __m128i { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Align128` is never constructed [INFO] [stdout] --> src/decode/lookup.rs:7:8 [INFO] [stdout] | [INFO] [stdout] 7 | struct Align128(T); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `LOOKUP_DOUBLE_VEC` is never used [INFO] [stdout] --> src/decode/lookup.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | pub static LOOKUP_DOUBLE_VEC: [__m128i; 90] = unsafe { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `LOOKUP_DOUBLE_STEP1` is never used [INFO] [stdout] --> src/decode/lookup.rs:104:12 [INFO] [stdout] | [INFO] [stdout] 104 | pub static LOOKUP_DOUBLE_STEP1: [(u8, u8, u8); 1024] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `LOOKUP_QUAD_VEC` is never used [INFO] [stdout] --> src/decode/lookup.rs:1131:12 [INFO] [stdout] | [INFO] [stdout] 1131 | pub static LOOKUP_QUAD_VEC: [__m128i; 81] = unsafe { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `LOOKUP_QUAD_STEP1` is never used [INFO] [stdout] --> src/decode/lookup.rs:1217:12 [INFO] [stdout] | [INFO] [stdout] 1217 | pub static LOOKUP_QUAD_STEP1: [u32; 4096] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s [INFO] running `Command { std: "docker" "inspect" "b9bffc584ea9e148f4efe8eab6b23c42df883f9099e67e9537698ea45c0c9177", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b9bffc584ea9e148f4efe8eab6b23c42df883f9099e67e9537698ea45c0c9177", kill_on_drop: false }` [INFO] [stdout] b9bffc584ea9e148f4efe8eab6b23c42df883f9099e67e9537698ea45c0c9177 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e3ced7e6b28592a9f877b59dbe206a3119163e46247640aed09c691106276b71 [INFO] running `Command { std: "docker" "start" "-a" "e3ced7e6b28592a9f877b59dbe206a3119163e46247640aed09c691106276b71", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.101 [INFO] [stderr] Compiling quote v1.0.41 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling rayon-core v1.13.0 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling clap_lex v0.7.5 [INFO] [stderr] Compiling memchr v2.7.6 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling anstyle v1.0.13 [INFO] [stderr] Compiling ciborium-io v0.2.2 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling regex-syntax v0.8.6 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling is-terminal v0.4.16 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling oorandom v11.1.5 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling clap_builder v4.5.48 [INFO] [stderr] Compiling integer-encoding v4.0.2 [INFO] [stdout] warning: unused import: `core::arch::x86_64::*` [INFO] [stdout] --> src/num.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use core::arch::x86_64::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `dual_u8_stage2` is never used [INFO] [stdout] --> src/decode/mod.rs:342:11 [INFO] [stdout] | [INFO] [stdout] 342 | unsafe fn dual_u8_stage2(comb: __m128i) -> __m128i { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `dual_u16_stage2` is never used [INFO] [stdout] --> src/decode/mod.rs:353:11 [INFO] [stdout] | [INFO] [stdout] 353 | unsafe fn dual_u16_stage2(comb: __m128i) -> __m128i { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `dual_u32_stage2` is never used [INFO] [stdout] --> src/decode/mod.rs:370:11 [INFO] [stdout] | [INFO] [stdout] 370 | unsafe fn dual_u32_stage2(comb: __m128i) -> __m128i { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Align128` is never constructed [INFO] [stdout] --> src/decode/lookup.rs:7:8 [INFO] [stdout] | [INFO] [stdout] 7 | struct Align128(T); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `LOOKUP_DOUBLE_VEC` is never used [INFO] [stdout] --> src/decode/lookup.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | pub static LOOKUP_DOUBLE_VEC: [__m128i; 90] = unsafe { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `LOOKUP_DOUBLE_STEP1` is never used [INFO] [stdout] --> src/decode/lookup.rs:104:12 [INFO] [stdout] | [INFO] [stdout] 104 | pub static LOOKUP_DOUBLE_STEP1: [(u8, u8, u8); 1024] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `LOOKUP_QUAD_VEC` is never used [INFO] [stdout] --> src/decode/lookup.rs:1131:12 [INFO] [stdout] | [INFO] [stdout] 1131 | pub static LOOKUP_QUAD_VEC: [__m128i; 81] = unsafe { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `LOOKUP_QUAD_STEP1` is never used [INFO] [stdout] --> src/decode/lookup.rs:1217:12 [INFO] [stdout] | [INFO] [stdout] 1217 | pub static LOOKUP_QUAD_STEP1: [u32; 4096] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling regex-automata v0.4.11 [INFO] [stderr] Compiling clap v4.5.48 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling regex v1.11.3 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling varint-simd v0.4.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved imports `crate::decode_eight_u8_unsafe`, `crate::decode_four_unsafe`, `crate::decode_two_unsafe` [INFO] [stdout] --> src/lib.rs:60:17 [INFO] [stdout] | [INFO] [stdout] 60 | decode, decode_eight_u8_unsafe, decode_four_unsafe, decode_len, decode_two_unsafe, encode, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^ no `decode_two_unsafe` in the root [INFO] [stdout] | | | [INFO] [stdout] | | no `decode_four_unsafe` in the root [INFO] [stdout] | no `decode_eight_u8_unsafe` in the root [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/decode/mod.rs:792:15 [INFO] [stdout] | [INFO] [stdout] 790 | #[cfg(any(target_feature = "ssse3", doc))] [INFO] [stdout] | ------------------------------- the item is gated here [INFO] [stdout] 791 | #[cfg_attr(rustc_nightly, doc(cfg(target_feature = "ssse3")))] [INFO] [stdout] 792 | pub unsafe fn decode_eight_u8_unsafe(bytes: *const u8) -> ([u8; 8], u8) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/decode/mod.rs:549:15 [INFO] [stdout] | [INFO] [stdout] 547 | #[cfg(any(target_feature = "ssse3", doc))] [INFO] [stdout] | ------------------------------- the item is gated here [INFO] [stdout] 548 | #[cfg_attr(rustc_nightly, doc(cfg(target_feature = "ssse3")))] [INFO] [stdout] 549 | pub unsafe fn decode_four_unsafe< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/decode/mod.rs:223:15 [INFO] [stdout] | [INFO] [stdout] 221 | #[cfg(any(target_feature = "ssse3", doc))] [INFO] [stdout] | ------------------------------- the item is gated here [INFO] [stdout] 222 | #[cfg_attr(rustc_nightly, doc(cfg(target_feature = "ssse3")))] [INFO] [stdout] 223 | pub unsafe fn decode_two_unsafe( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: a similar name exists in the module [INFO] [stdout] | [INFO] [stdout] 60 - decode, decode_eight_u8_unsafe, decode_four_unsafe, decode_len, decode_two_unsafe, encode, [INFO] [stdout] 60 + decode, decode_eight_u8_unsafe, decode_len_unsafe, decode_len, decode_two_unsafe, encode, [INFO] [stdout] | [INFO] [stdout] help: a similar name exists in the module [INFO] [stdout] | [INFO] [stdout] 60 - decode, decode_eight_u8_unsafe, decode_four_unsafe, decode_len, decode_two_unsafe, encode, [INFO] [stdout] 60 + decode, decode_eight_u8_unsafe, decode_four_unsafe, decode_len, decode_len_unsafe, encode, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::arch::x86_64::*` [INFO] [stdout] --> src/num.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use core::arch::x86_64::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `varint-simd` (lib test) due to 1 previous error; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "e3ced7e6b28592a9f877b59dbe206a3119163e46247640aed09c691106276b71", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e3ced7e6b28592a9f877b59dbe206a3119163e46247640aed09c691106276b71", kill_on_drop: false }` [INFO] [stdout] e3ced7e6b28592a9f877b59dbe206a3119163e46247640aed09c691106276b71