[INFO] fetching crate registry-pol 1.0.0... [INFO] testing registry-pol-1.0.0 against master#562dee4820c458d823175268e41601d4c060588a for pr-154210-1 [INFO] extracting crate registry-pol 1.0.0 into /workspace/builds/worker-4-tc1/source [INFO] started tweaking crates.io crate registry-pol 1.0.0 [INFO] finished tweaking crates.io crate registry-pol 1.0.0 [INFO] tweaked toml for crates.io crate registry-pol 1.0.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate registry-pol 1.0.0 on toolchain 562dee4820c458d823175268e41601d4c060588a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "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" "+562dee4820c458d823175268e41601d4c060588a" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 28 packages to latest compatible versions [INFO] [stderr] Adding nom v3.2.1 (available: v8.0.0) [INFO] [stderr] Adding quickcheck v0.6.2 (available: v1.1.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded env_logger v0.5.13 [INFO] [stderr] Downloaded quickcheck v0.6.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e70b9026f5081bf1cca93a8027a019e82dee3d905b254607aefbe8cad5e848af [INFO] running `Command { std: "docker" "start" "-a" "e70b9026f5081bf1cca93a8027a019e82dee3d905b254607aefbe8cad5e848af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e70b9026f5081bf1cca93a8027a019e82dee3d905b254607aefbe8cad5e848af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e70b9026f5081bf1cca93a8027a019e82dee3d905b254607aefbe8cad5e848af", kill_on_drop: false }` [INFO] [stdout] e70b9026f5081bf1cca93a8027a019e82dee3d905b254607aefbe8cad5e848af [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9b2a9a2d075e6595c81c775bc83d66be5b0f4b3a512162ac242b5cd3a09c6941 [INFO] running `Command { std: "docker" "start" "-a" "9b2a9a2d075e6595c81c775bc83d66be5b0f4b3a512162ac242b5cd3a09c6941", kill_on_drop: false }` [INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024` [INFO] [stderr] Compiling libc v0.2.184 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Compiling registry-pol v1.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/v1/parser.rs:17:57 [INFO] [stdout] | [INFO] [stdout] 17 | static ref REGFILE_SIGNATURE_LE: [u8; 4] = unsafe { transmute(REGFILE_SIGNATURE.to_le()) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: `#[warn(unnecessary_transmutes)]` on by default [INFO] [stdout] help: replace this with [INFO] [stdout] | [INFO] [stdout] 17 - static ref REGFILE_SIGNATURE_LE: [u8; 4] = unsafe { transmute(REGFILE_SIGNATURE.to_le()) }; [INFO] [stdout] 17 + static ref REGFILE_SIGNATURE_LE: [u8; 4] = unsafe { u32::to_ne_bytes(REGFILE_SIGNATURE.to_le()) }; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/v1/parser.rs:18:61 [INFO] [stdout] | [INFO] [stdout] 18 | static ref REGISTRY_FILE_VERSION_LE: [u8; 4] = unsafe { transmute(REGISTRY_FILE_VERSION.to_le()) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order [INFO] [stdout] help: replace this with [INFO] [stdout] | [INFO] [stdout] 18 - static ref REGISTRY_FILE_VERSION_LE: [u8; 4] = unsafe { transmute(REGISTRY_FILE_VERSION.to_le()) }; [INFO] [stdout] 18 + static ref REGISTRY_FILE_VERSION_LE: [u8; 4] = unsafe { u32::to_ne_bytes(REGISTRY_FILE_VERSION.to_le()) }; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/v1/parser.rs:30:35 [INFO] [stdout] | [INFO] [stdout] 30 | named!(utf16_bytes<(Vec, &[u8])>, many_till!(le_u16, utf16_nul)); [INFO] [stdout] | ------------------------------^^^^^---------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | the same lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 30 | named!(utf16_bytes<(Vec, &'a [u8])>, many_till!(le_u16, utf16_nul)); [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v3.2.1 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "9b2a9a2d075e6595c81c775bc83d66be5b0f4b3a512162ac242b5cd3a09c6941", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9b2a9a2d075e6595c81c775bc83d66be5b0f4b3a512162ac242b5cd3a09c6941", kill_on_drop: false }` [INFO] [stdout] 9b2a9a2d075e6595c81c775bc83d66be5b0f4b3a512162ac242b5cd3a09c6941 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c2578903b45144848f0e7605aa026167abd9d26bd9d009bf4d47d77e28ca9a3b [INFO] running `Command { std: "docker" "start" "-a" "c2578903b45144848f0e7605aa026167abd9d26bd9d009bf4d47d77e28ca9a3b", kill_on_drop: false }` [INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024` [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling log v0.4.29 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/v1/parser.rs:17:57 [INFO] [stdout] | [INFO] [stdout] 17 | static ref REGFILE_SIGNATURE_LE: [u8; 4] = unsafe { transmute(REGFILE_SIGNATURE.to_le()) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: `#[warn(unnecessary_transmutes)]` on by default [INFO] [stdout] help: replace this with [INFO] [stdout] | [INFO] [stdout] 17 - static ref REGFILE_SIGNATURE_LE: [u8; 4] = unsafe { transmute(REGFILE_SIGNATURE.to_le()) }; [INFO] [stdout] 17 + static ref REGFILE_SIGNATURE_LE: [u8; 4] = unsafe { u32::to_ne_bytes(REGFILE_SIGNATURE.to_le()) }; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/v1/parser.rs:18:61 [INFO] [stdout] | [INFO] [stdout] 18 | static ref REGISTRY_FILE_VERSION_LE: [u8; 4] = unsafe { transmute(REGISTRY_FILE_VERSION.to_le()) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order [INFO] [stdout] help: replace this with [INFO] [stdout] | [INFO] [stdout] 18 - static ref REGISTRY_FILE_VERSION_LE: [u8; 4] = unsafe { transmute(REGISTRY_FILE_VERSION.to_le()) }; [INFO] [stdout] 18 + static ref REGISTRY_FILE_VERSION_LE: [u8; 4] = unsafe { u32::to_ne_bytes(REGISTRY_FILE_VERSION.to_le()) }; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/v1/parser.rs:30:35 [INFO] [stdout] | [INFO] [stdout] 30 | named!(utf16_bytes<(Vec, &[u8])>, many_till!(le_u16, utf16_nul)); [INFO] [stdout] | ------------------------------^^^^^---------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | the same lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 30 | named!(utf16_bytes<(Vec, &'a [u8])>, many_till!(le_u16, utf16_nul)); [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling regex v1.12.3 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling quickcheck v0.6.2 [INFO] [stderr] Compiling registry-pol v1.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/v1/parser.rs:17:57 [INFO] [stdout] | [INFO] [stdout] 17 | static ref REGFILE_SIGNATURE_LE: [u8; 4] = unsafe { transmute(REGFILE_SIGNATURE.to_le()) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: `#[warn(unnecessary_transmutes)]` on by default [INFO] [stdout] help: replace this with [INFO] [stdout] | [INFO] [stdout] 17 - static ref REGFILE_SIGNATURE_LE: [u8; 4] = unsafe { transmute(REGFILE_SIGNATURE.to_le()) }; [INFO] [stdout] 17 + static ref REGFILE_SIGNATURE_LE: [u8; 4] = unsafe { u32::to_ne_bytes(REGFILE_SIGNATURE.to_le()) }; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/v1/parser.rs:18:61 [INFO] [stdout] | [INFO] [stdout] 18 | static ref REGISTRY_FILE_VERSION_LE: [u8; 4] = unsafe { transmute(REGISTRY_FILE_VERSION.to_le()) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order [INFO] [stdout] help: replace this with [INFO] [stdout] | [INFO] [stdout] 18 - static ref REGISTRY_FILE_VERSION_LE: [u8; 4] = unsafe { transmute(REGISTRY_FILE_VERSION.to_le()) }; [INFO] [stdout] 18 + static ref REGISTRY_FILE_VERSION_LE: [u8; 4] = unsafe { u32::to_ne_bytes(REGISTRY_FILE_VERSION.to_le()) }; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/v1/parser.rs:30:35 [INFO] [stdout] | [INFO] [stdout] 30 | named!(utf16_bytes<(Vec, &[u8])>, many_till!(le_u16, utf16_nul)); [INFO] [stdout] | ------------------------------^^^^^---------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | the same lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 30 | named!(utf16_bytes<(Vec, &'a [u8])>, many_till!(le_u16, utf16_nul)); [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 8.52s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v3.2.1 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "c2578903b45144848f0e7605aa026167abd9d26bd9d009bf4d47d77e28ca9a3b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c2578903b45144848f0e7605aa026167abd9d26bd9d009bf4d47d77e28ca9a3b", kill_on_drop: false }` [INFO] [stdout] c2578903b45144848f0e7605aa026167abd9d26bd9d009bf4d47d77e28ca9a3b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e73e7a61013c1f55acf6a51e2714566db34a97d3a4a2092a6b034c19c594cd22 [INFO] running `Command { std: "docker" "start" "-a" "e73e7a61013c1f55acf6a51e2714566db34a97d3a4a2092a6b034c19c594cd22", kill_on_drop: false }` [INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024` [INFO] [stderr] warning: unnecessary transmute [INFO] [stderr] --> src/v1/parser.rs:17:57 [INFO] [stderr] | [INFO] [stderr] 17 | static ref REGFILE_SIGNATURE_LE: [u8; 4] = unsafe { transmute(REGFILE_SIGNATURE.to_le()) }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order [INFO] [stderr] = note: `#[warn(unnecessary_transmutes)]` on by default [INFO] [stderr] help: replace this with [INFO] [stderr] | [INFO] [stderr] 17 - static ref REGFILE_SIGNATURE_LE: [u8; 4] = unsafe { transmute(REGFILE_SIGNATURE.to_le()) }; [INFO] [stderr] 17 + static ref REGFILE_SIGNATURE_LE: [u8; 4] = unsafe { u32::to_ne_bytes(REGFILE_SIGNATURE.to_le()) }; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary transmute [INFO] [stderr] --> src/v1/parser.rs:18:61 [INFO] [stderr] | [INFO] [stderr] 18 | static ref REGISTRY_FILE_VERSION_LE: [u8; 4] = unsafe { transmute(REGISTRY_FILE_VERSION.to_le()) }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order [INFO] [stderr] help: replace this with [INFO] [stderr] | [INFO] [stderr] 18 - static ref REGISTRY_FILE_VERSION_LE: [u8; 4] = unsafe { transmute(REGISTRY_FILE_VERSION.to_le()) }; [INFO] [stderr] 18 + static ref REGISTRY_FILE_VERSION_LE: [u8; 4] = unsafe { u32::to_ne_bytes(REGISTRY_FILE_VERSION.to_le()) }; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/v1/parser.rs:30:35 [INFO] [stderr] | [INFO] [stderr] 30 | named!(utf16_bytes<(Vec, &[u8])>, many_till!(le_u16, utf16_nul)); [INFO] [stderr] | ------------------------------^^^^^---------------------------------- [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is elided here [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | the same lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 30 | named!(utf16_bytes<(Vec, &'a [u8])>, many_till!(le_u16, utf16_nul)); [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: `registry-pol` (lib) generated 3 warnings (run `cargo fix --lib -p registry-pol` to apply 3 suggestions) [INFO] [stderr] warning: `registry-pol` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v3.2.1 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/registry_pol-bddf66f109b464f7) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/lib.rs (/opt/rustwide/target/debug/deps/lib-83f0ca6c18ec87b1) [INFO] [stdout] [INFO] [stdout] running 16 tests [INFO] [stdout] test v1::parse::empty ... ok [INFO] [stdout] test v1::parse::machine ... ok [INFO] [stdout] test v1::registry_value_type::parse::reg_binary ... ok [INFO] [stdout] test v1::registry_value_type::parse::reg_expand_sz ... ok [INFO] [stdout] test v1::registry_value_type::parse::reg_multi_sz ... ok [INFO] [stdout] test v1::registry_value_type::parse::reg_none ... ok [INFO] [stdout] test v1::registry_value_type::parse::reg_dword ... ok [INFO] [stdout] test v1::registry_value_type::parse::reg_link ... ok [INFO] [stdout] test v1::registry_value_type::parse::reg_dword_alt ... ok [INFO] [stdout] test v1::parse::random ... ok [INFO] [stdout] test v1::registry_value_type::parse::reg_qword ... ok [INFO] [stdout] test v1::registry_value_type::parse::reg_sz ... ok [INFO] [stdout] test v1::registry_value_type::reg_qword_little_endian ... ok [INFO] [stdout] test v1::registry_value_type::reg_dword_little_endian ... ok [INFO] [stdout] test v1::parse::user ... ok [INFO] [stdout] test v1::registry_value_type::parse::invalid ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests registry_pol [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/v1/mod.rs - v1::RegistryValueType::parse (line 39) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.28s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "e73e7a61013c1f55acf6a51e2714566db34a97d3a4a2092a6b034c19c594cd22", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e73e7a61013c1f55acf6a51e2714566db34a97d3a4a2092a6b034c19c594cd22", kill_on_drop: false }` [INFO] [stdout] e73e7a61013c1f55acf6a51e2714566db34a97d3a4a2092a6b034c19c594cd22