[INFO] fetching crate varint-simd 0.4.1... [INFO] checking varint-simd-0.4.1 against master#8c32e313cccf7df531e2d49ffb8227bb92304aee for pr-145608-1 [INFO] extracting crate varint-simd 0.4.1 into /workspace/builds/worker-7-tc1/source [INFO] removed /workspace/builds/worker-7-tc1/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-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate varint-simd 0.4.1 on toolchain 8c32e313cccf7df531e2d49ffb8227bb92304aee [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "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" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Locking 93 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" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5ec65c78281659570db17cd26c3e2932611ba46fbe7de79cd326339b3af77a9a [INFO] running `Command { std: "docker" "start" "-a" "5ec65c78281659570db17cd26c3e2932611ba46fbe7de79cd326339b3af77a9a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5ec65c78281659570db17cd26c3e2932611ba46fbe7de79cd326339b3af77a9a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5ec65c78281659570db17cd26c3e2932611ba46fbe7de79cd326339b3af77a9a", kill_on_drop: false }` [INFO] [stdout] 5ec65c78281659570db17cd26c3e2932611ba46fbe7de79cd326339b3af77a9a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 193abecb08001d4b4c86214e9c3cbab82882ac19de9ad8852f95b61bb37ebef0 [INFO] running `Command { std: "docker" "start" "-a" "193abecb08001d4b4c86214e9c3cbab82882ac19de9ad8852f95b61bb37ebef0", kill_on_drop: false }` [INFO] [stderr] Checking integer-encoding v4.0.2 [INFO] [stderr] Compiling varint-simd v0.4.1 (/opt/rustwide/workdir) [INFO] [stderr] Checking serde_json v1.0.143 [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] Checking tinytemplate v1.2.1 [INFO] [stderr] Checking criterion v0.5.1 [INFO] [stdout] error[E0432]: unresolved imports `varint_simd::decode_eight_u8_unsafe`, `varint_simd::decode_four_unsafe`, `varint_simd::decode_two_unsafe` [INFO] [stdout] --> benches/varint_bench/main.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | decode_eight_u8_unsafe, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ no `decode_eight_u8_unsafe` in the root [INFO] [stdout] 8 | decode_four_unsafe, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ no `decode_four_unsafe` in the root [INFO] [stdout] ... [INFO] [stdout] 11 | decode_two_unsafe, //decode_two_wide_unsafe, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no `decode_two_unsafe` in the root [INFO] [stdout] | [INFO] [stdout] help: a similar name exists in the module [INFO] [stdout] | [INFO] [stdout] 8 - decode_four_unsafe, [INFO] [stdout] 8 + decode_len_unsafe, [INFO] [stdout] | [INFO] [stdout] help: a similar name exists in the module [INFO] [stdout] | [INFO] [stdout] 11 - decode_two_unsafe, //decode_two_wide_unsafe, [INFO] [stdout] 11 + decode_len_unsafe, //decode_two_wide_unsafe, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [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] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `varint-simd` (bench "varint_bench") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `varint-simd` (lib test) due to 1 previous error; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "193abecb08001d4b4c86214e9c3cbab82882ac19de9ad8852f95b61bb37ebef0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "193abecb08001d4b4c86214e9c3cbab82882ac19de9ad8852f95b61bb37ebef0", kill_on_drop: false }` [INFO] [stdout] 193abecb08001d4b4c86214e9c3cbab82882ac19de9ad8852f95b61bb37ebef0