[INFO] fetching crate varint-simd 0.3.0... [INFO] testing varint-simd-0.3.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate varint-simd 0.3.0 into /workspace/builds/worker-64/source [INFO] validating manifest of crates.io crate varint-simd 0.3.0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-64/source/.cargo/config [INFO] started tweaking crates.io crate varint-simd 0.3.0 [INFO] finished tweaking crates.io crate varint-simd 0.3.0 [INFO] tweaked toml for crates.io crate varint-simd 0.3.0 written to /workspace/builds/worker-64/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-64/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-64/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 314c53b5b2afa02dd948a8a4ead287d7e5717d7fdc860db90d5a5e880b5c30a4 [INFO] running `Command { std: "docker" "start" "-a" "314c53b5b2afa02dd948a8a4ead287d7e5717d7fdc860db90d5a5e880b5c30a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "314c53b5b2afa02dd948a8a4ead287d7e5717d7fdc860db90d5a5e880b5c30a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "314c53b5b2afa02dd948a8a4ead287d7e5717d7fdc860db90d5a5e880b5c30a4", kill_on_drop: false }` [INFO] [stdout] 314c53b5b2afa02dd948a8a4ead287d7e5717d7fdc860db90d5a5e880b5c30a4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-64/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-64/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 28f1ebf62fbe183268a4842e6e86c553e94efbaab29f0e45534a3c53c3afcf5d [INFO] running `Command { std: "docker" "start" "-a" "28f1ebf62fbe183268a4842e6e86c553e94efbaab29f0e45534a3c53c3afcf5d", kill_on_drop: false }` [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Compiling semver-parser v0.10.2 [INFO] [stderr] Compiling semver v0.11.0 [INFO] [stderr] Compiling rustc_version v0.3.3 [INFO] [stderr] Compiling varint-simd v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::cmp::min` [INFO] [stdout] --> src/decode/mod.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::cmp::min; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `SignedVarIntTarget`, `VarIntTarget` [INFO] [stdout] --> src/decode/mod.rs:7:18 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::num::{SignedVarIntTarget, VarIntTarget}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::VarIntDecodeError` [INFO] [stdout] --> src/decode/mod.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use crate::VarIntDecodeError; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::arch::x86_64::*` [INFO] [stdout] --> src/num.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::arch::x86_64::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `dual_u8_stage2` [INFO] [stdout] --> src/decode/mod.rs:262:11 [INFO] [stdout] | [INFO] [stdout] 262 | 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 is never used: `dual_u16_stage2` [INFO] [stdout] --> src/decode/mod.rs:273:11 [INFO] [stdout] | [INFO] [stdout] 273 | unsafe fn dual_u16_stage2(comb: __m128i) -> __m128i { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `dual_u32_stage2` [INFO] [stdout] --> src/decode/mod.rs:290:11 [INFO] [stdout] | [INFO] [stdout] 290 | unsafe fn dual_u32_stage2(comb: __m128i) -> __m128i { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `Align128` [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 is never used: `LOOKUP_DOUBLE_VEC` [INFO] [stdout] --> src/decode/lookup.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / pub static LOOKUP_DOUBLE_VEC: [__m128i; 90] = unsafe { [INFO] [stdout] 10 | | std::mem::transmute(Align128::<[u8; 1440]>([ [INFO] [stdout] 11 | | 0, 255, 255, 255, 255, 255, 255, 255, 1, 255, 255, 255, 255, 255, 255, 255, // 1, 1 [INFO] [stdout] 12 | | 0, 255, 255, 255, 255, 255, 255, 255, 1, 2, 255, 255, 255, 255, 255, 255, // 1, 2 [INFO] [stdout] ... | [INFO] [stdout] 101 | | ])) [INFO] [stdout] 102 | | }; [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static is never used: `LOOKUP_DOUBLE_STEP1` [INFO] [stdout] --> src/decode/lookup.rs:104:1 [INFO] [stdout] | [INFO] [stdout] 104 | / pub static LOOKUP_DOUBLE_STEP1: [(u8, u8, u8); 1024] = [ [INFO] [stdout] 105 | | (0, 1, 1), // 0b0000000000000000 [INFO] [stdout] 106 | | (10, 2, 1), // 0b0000000000000001 [INFO] [stdout] 107 | | (1, 1, 2), // 0b0000000000000010 [INFO] [stdout] ... | [INFO] [stdout] 1128 | | (84, 11, 1), // 0b0000001111111111 [INFO] [stdout] 1129 | | ]; [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static is never used: `LOOKUP_QUAD_VEC` [INFO] [stdout] --> src/decode/lookup.rs:1131:1 [INFO] [stdout] | [INFO] [stdout] 1131 | / pub static LOOKUP_QUAD_VEC: [__m128i; 81] = unsafe { [INFO] [stdout] 1132 | | std::mem::transmute(Align128::<[u8; 1296]>([ [INFO] [stdout] 1133 | | 0, 255, 255, 255, 1, 255, 255, 255, 2, 255, 255, 255, 3, 255, 255, 255, // 1, 1, 1, 1 [INFO] [stdout] 1134 | | 0, 255, 255, 255, 1, 255, 255, 255, 2, 255, 255, 255, 3, 4, 255, 255, // 1, 1, 1, 2 [INFO] [stdout] ... | [INFO] [stdout] 1214 | | ])) [INFO] [stdout] 1215 | | }; [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static is never used: `LOOKUP_QUAD_STEP1` [INFO] [stdout] --> src/decode/lookup.rs:1217:1 [INFO] [stdout] | [INFO] [stdout] 1217 | / pub static LOOKUP_QUAD_STEP1: [u32; 4096] = [ [INFO] [stdout] 1218 | | 0x00111100, // 0b0000000000000000 [INFO] [stdout] 1219 | | 0x0011121b, // 0b0000000000000001 [INFO] [stdout] 1220 | | 0x00112109, // 0b0000000000000010 [INFO] [stdout] ... | [INFO] [stdout] 5313 | | 0x80333350, // 0b0000111111111111 [INFO] [stdout] 5314 | | ]; [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.67s [INFO] running `Command { std: "docker" "inspect" "28f1ebf62fbe183268a4842e6e86c553e94efbaab29f0e45534a3c53c3afcf5d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "28f1ebf62fbe183268a4842e6e86c553e94efbaab29f0e45534a3c53c3afcf5d", kill_on_drop: false }` [INFO] [stdout] 28f1ebf62fbe183268a4842e6e86c553e94efbaab29f0e45534a3c53c3afcf5d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-64/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-64/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 81e321868f8de52945ffa01cc1cd8200f9cebcc947b31d018ce987e87f3cef21 [INFO] running `Command { std: "docker" "start" "-a" "81e321868f8de52945ffa01cc1cd8200f9cebcc947b31d018ce987e87f3cef21", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling crossbeam-utils v0.8.8 [INFO] [stderr] Compiling semver v1.0.7 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling rayon-core v1.9.2 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling plotters-backend v0.3.2 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling half v1.8.2 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling integer-encoding v2.1.3 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling crossbeam-epoch v0.9.8 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling rayon v1.5.2 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stdout] warning: unused import: `std::cmp::min` [INFO] [stdout] --> src/decode/mod.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::cmp::min; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `SignedVarIntTarget`, `VarIntTarget` [INFO] [stdout] --> src/decode/mod.rs:7:18 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::num::{SignedVarIntTarget, VarIntTarget}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::VarIntDecodeError` [INFO] [stdout] --> src/decode/mod.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use crate::VarIntDecodeError; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::arch::x86_64::*` [INFO] [stdout] --> src/num.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::arch::x86_64::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `dual_u8_stage2` [INFO] [stdout] --> src/decode/mod.rs:262:11 [INFO] [stdout] | [INFO] [stdout] 262 | 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 is never used: `dual_u16_stage2` [INFO] [stdout] --> src/decode/mod.rs:273:11 [INFO] [stdout] | [INFO] [stdout] 273 | unsafe fn dual_u16_stage2(comb: __m128i) -> __m128i { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `dual_u32_stage2` [INFO] [stdout] --> src/decode/mod.rs:290:11 [INFO] [stdout] | [INFO] [stdout] 290 | unsafe fn dual_u32_stage2(comb: __m128i) -> __m128i { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `Align128` [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 is never used: `LOOKUP_DOUBLE_VEC` [INFO] [stdout] --> src/decode/lookup.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / pub static LOOKUP_DOUBLE_VEC: [__m128i; 90] = unsafe { [INFO] [stdout] 10 | | std::mem::transmute(Align128::<[u8; 1440]>([ [INFO] [stdout] 11 | | 0, 255, 255, 255, 255, 255, 255, 255, 1, 255, 255, 255, 255, 255, 255, 255, // 1, 1 [INFO] [stdout] 12 | | 0, 255, 255, 255, 255, 255, 255, 255, 1, 2, 255, 255, 255, 255, 255, 255, // 1, 2 [INFO] [stdout] ... | [INFO] [stdout] 101 | | ])) [INFO] [stdout] 102 | | }; [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static is never used: `LOOKUP_DOUBLE_STEP1` [INFO] [stdout] --> src/decode/lookup.rs:104:1 [INFO] [stdout] | [INFO] [stdout] 104 | / pub static LOOKUP_DOUBLE_STEP1: [(u8, u8, u8); 1024] = [ [INFO] [stdout] 105 | | (0, 1, 1), // 0b0000000000000000 [INFO] [stdout] 106 | | (10, 2, 1), // 0b0000000000000001 [INFO] [stdout] 107 | | (1, 1, 2), // 0b0000000000000010 [INFO] [stdout] ... | [INFO] [stdout] 1128 | | (84, 11, 1), // 0b0000001111111111 [INFO] [stdout] 1129 | | ]; [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static is never used: `LOOKUP_QUAD_VEC` [INFO] [stdout] --> src/decode/lookup.rs:1131:1 [INFO] [stdout] | [INFO] [stdout] 1131 | / pub static LOOKUP_QUAD_VEC: [__m128i; 81] = unsafe { [INFO] [stdout] 1132 | | std::mem::transmute(Align128::<[u8; 1296]>([ [INFO] [stdout] 1133 | | 0, 255, 255, 255, 1, 255, 255, 255, 2, 255, 255, 255, 3, 255, 255, 255, // 1, 1, 1, 1 [INFO] [stdout] 1134 | | 0, 255, 255, 255, 1, 255, 255, 255, 2, 255, 255, 255, 3, 4, 255, 255, // 1, 1, 1, 2 [INFO] [stdout] ... | [INFO] [stdout] 1214 | | ])) [INFO] [stdout] 1215 | | }; [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static is never used: `LOOKUP_QUAD_STEP1` [INFO] [stdout] --> src/decode/lookup.rs:1217:1 [INFO] [stdout] | [INFO] [stdout] 1217 | / pub static LOOKUP_QUAD_STEP1: [u32; 4096] = [ [INFO] [stdout] 1218 | | 0x00111100, // 0b0000000000000000 [INFO] [stdout] 1219 | | 0x0011121b, // 0b0000000000000001 [INFO] [stdout] 1220 | | 0x00112109, // 0b0000000000000010 [INFO] [stdout] ... | [INFO] [stdout] 5313 | | 0x80333350, // 0b0000111111111111 [INFO] [stdout] 5314 | | ]; [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Compiling plotters-svg v0.3.1 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling crossbeam-channel v0.5.4 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling cast v0.2.7 [INFO] [stderr] Compiling regex v1.5.5 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling plotters v0.3.1 [INFO] [stderr] Compiling criterion-plot v0.4.4 [INFO] [stderr] Compiling criterion v0.3.5 [INFO] [stderr] Compiling varint-simd v0.3.0 (/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:58:17 [INFO] [stdout] | [INFO] [stdout] 58 | decode, decode_eight_u8_unsafe, decode_four_unsafe, 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] [INFO] [stdout] error[E0423]: expected function, found module `decode` [INFO] [stdout] --> src/lib.rs:77:34 [INFO] [stdout] | [INFO] [stdout] 77 | let roundtrip: (T, u8) = decode(&expected).unwrap(); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/encode/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | pub fn encode(num: T) -> ([u8; 16], u8) { [INFO] [stdout] | -------------------------------------------------------- similarly named function `encode` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 77 | let roundtrip: (T, u8) = encode(&expected).unwrap(); [INFO] [stdout] | ~~~~~~ [INFO] [stdout] help: consider importing this function instead [INFO] [stdout] | [INFO] [stdout] 57 | use core::num::flt2dec::decode; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected function, found module `decode` [INFO] [stdout] --> src/lib.rs:185:9 [INFO] [stdout] | [INFO] [stdout] 185 | decode::(&encoded.0).expect_err("should overflow"); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/encode/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | pub fn encode(num: T) -> ([u8; 16], u8) { [INFO] [stdout] | -------------------------------------------------------- similarly named function `encode` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 185 | encode::(&encoded.0).expect_err("should overflow"); [INFO] [stdout] | ~~~~~~ [INFO] [stdout] help: consider importing this function instead [INFO] [stdout] | [INFO] [stdout] 57 | use core::num::flt2dec::decode; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected function, found module `decode` [INFO] [stdout] --> src/lib.rs:191:9 [INFO] [stdout] | [INFO] [stdout] 191 | decode::(&encoded.0).expect_err("should overflow"); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/encode/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | pub fn encode(num: T) -> ([u8; 16], u8) { [INFO] [stdout] | -------------------------------------------------------- similarly named function `encode` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 191 | encode::(&encoded.0).expect_err("should overflow"); [INFO] [stdout] | ~~~~~~ [INFO] [stdout] help: consider importing this function instead [INFO] [stdout] | [INFO] [stdout] 57 | use core::num::flt2dec::decode; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected function, found module `decode` [INFO] [stdout] --> src/lib.rs:197:9 [INFO] [stdout] | [INFO] [stdout] 197 | decode::(&encoded.0).expect_err("should overflow"); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/encode/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | pub fn encode(num: T) -> ([u8; 16], u8) { [INFO] [stdout] | -------------------------------------------------------- similarly named function `encode` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 197 | encode::(&encoded.0).expect_err("should overflow"); [INFO] [stdout] | ~~~~~~ [INFO] [stdout] help: consider importing this function instead [INFO] [stdout] | [INFO] [stdout] 57 | use core::num::flt2dec::decode; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected function, found module `decode` [INFO] [stdout] --> src/lib.rs:202:9 [INFO] [stdout] | [INFO] [stdout] 202 | decode::(&[0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x02]) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/encode/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | pub fn encode(num: T) -> ([u8; 16], u8) { [INFO] [stdout] | -------------------------------------------------------- similarly named function `encode` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 202 | encode::(&[0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x02]) [INFO] [stdout] | ~~~~~~ [INFO] [stdout] help: consider importing this function instead [INFO] [stdout] | [INFO] [stdout] 57 | use core::num::flt2dec::decode; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::cmp::min` [INFO] [stdout] --> src/decode/mod.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::cmp::min; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `SignedVarIntTarget`, `VarIntTarget` [INFO] [stdout] --> src/decode/mod.rs:7:18 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::num::{SignedVarIntTarget, VarIntTarget}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::VarIntDecodeError` [INFO] [stdout] --> src/decode/mod.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use crate::VarIntDecodeError; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::arch::x86_64::*` [INFO] [stdout] --> src/num.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::arch::x86_64::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors; 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0423, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0423`. [INFO] [stdout] [INFO] [stderr] error: could not compile `varint-simd` due to 7 previous errors; 4 warnings emitted [INFO] running `Command { std: "docker" "inspect" "81e321868f8de52945ffa01cc1cd8200f9cebcc947b31d018ce987e87f3cef21", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "81e321868f8de52945ffa01cc1cd8200f9cebcc947b31d018ce987e87f3cef21", kill_on_drop: false }` [INFO] [stdout] 81e321868f8de52945ffa01cc1cd8200f9cebcc947b31d018ce987e87f3cef21