[INFO] cloning repository https://github.com/panzi/rust-u4pak [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/panzi/rust-u4pak" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpanzi%2Frust-u4pak", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpanzi%2Frust-u4pak'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 77e65466c9a2bfc5d9886fdeea786ad08bd5e459 [INFO] building panzi/rust-u4pak against try#f41a2ab7b0d9462073425dd6c04abbeb4805cb77 for pr-97334-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpanzi%2Frust-u4pak" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/panzi/rust-u4pak on toolchain f41a2ab7b0d9462073425dd6c04abbeb4805cb77 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f41a2ab7b0d9462073425dd6c04abbeb4805cb77" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/panzi/rust-u4pak [INFO] finished tweaking git repo https://github.com/panzi/rust-u4pak [INFO] tweaked toml for git repo https://github.com/panzi/rust-u4pak written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/panzi/rust-u4pak already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f41a2ab7b0d9462073425dd6c04abbeb4805cb77" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:3d532c2baa59a8a48e45c3be7eb049f77ac5a58a7a6514a58a8e878df1c3d03d" "/opt/rustwide/cargo-home/bin/cargo" "+f41a2ab7b0d9462073425dd6c04abbeb4805cb77" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2bb16720094941962ac8fffe76d9a0f5aff240acc5da5e4b795fcf41af02767b [INFO] running `Command { std: "docker" "start" "-a" "2bb16720094941962ac8fffe76d9a0f5aff240acc5da5e4b795fcf41af02767b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2bb16720094941962ac8fffe76d9a0f5aff240acc5da5e4b795fcf41af02767b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2bb16720094941962ac8fffe76d9a0f5aff240acc5da5e4b795fcf41af02767b", kill_on_drop: false }` [INFO] [stdout] 2bb16720094941962ac8fffe76d9a0f5aff240acc5da5e4b795fcf41af02767b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:3d532c2baa59a8a48e45c3be7eb049f77ac5a58a7a6514a58a8e878df1c3d03d" "/opt/rustwide/cargo-home/bin/cargo" "+f41a2ab7b0d9462073425dd6c04abbeb4805cb77" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d2769c6c35087ef8abb7975929fb3b3bdcddc156376e253f23603e2152e78523 [INFO] running `Command { std: "docker" "start" "-a" "d2769c6c35087ef8abb7975929fb3b3bdcddc156376e253f23603e2152e78523", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.113 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling cc v1.0.67 [INFO] [stderr] Compiling typenum v1.13.0 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling openssl-src v111.17.0+1.1.1m [INFO] [stderr] Compiling crossbeam-utils v0.8.4 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling cntr-fuse-sys v0.4.1 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling openssl v0.10.34 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling openssl-sys v0.9.63 [INFO] [stderr] Compiling cipher v0.3.0 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling cntr-fuse-abi v0.4.1 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling cpufeatures v0.2.1 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling boxfnonce v0.1.1 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling once_cell v1.7.2 [INFO] [stderr] Compiling daemonize v0.4.1 [INFO] [stderr] Compiling aes v0.7.5 [INFO] [stderr] Compiling cntr-fuse v0.4.1 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling flate2 v1.0.22 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling terminal_size v0.1.17 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling env_logger v0.9.0 [INFO] [stderr] Compiling u4pak v1.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `Error` [INFO] [stdout] --> src/record.rs:11:13 [INFO] [stdout] | [INFO] [stdout] 11 | use crate::{Error, Result, check::NULL_SHA1, pak::{COMPR_NONE, HexDisplay, Sha1}}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/pak.rs:309:17 [INFO] [stdout] | [INFO] [stdout] 298 | _ => { [INFO] [stdout] | - matches any value [INFO] [stdout] ... [INFO] [stdout] 309 | _ => { [INFO] [stdout] | ^ unreachable pattern [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `entry_count` is assigned to, but never used [INFO] [stdout] --> src/index.rs:245:9 [INFO] [stdout] | [INFO] [stdout] 245 | entry_count: i32, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider using `_entry_count` instead [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `path_hash_seed` is assigned to, but never used [INFO] [stdout] --> src/index.rs:246:9 [INFO] [stdout] | [INFO] [stdout] 246 | path_hash_seed: u64, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider using `_path_hash_seed` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `entry_count` is never read [INFO] [stdout] --> src/decode.rs:183:9 [INFO] [stdout] | [INFO] [stdout] 183 | $name = $($wrap)*(<$type>::decode($reader)?); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/index.rs:243:5 [INFO] [stdout] | [INFO] [stdout] 243 | / decode!( [INFO] [stdout] 244 | | reader, [INFO] [stdout] 245 | | entry_count: i32, [INFO] [stdout] 246 | | path_hash_seed: u64, [INFO] [stdout] 247 | | has_path_hash_index: u32 [INFO] [stdout] 248 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] = note: this warning originates in the macro `decode` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `path_hash_seed` is never read [INFO] [stdout] --> src/decode.rs:183:9 [INFO] [stdout] | [INFO] [stdout] 183 | $name = $($wrap)*(<$type>::decode($reader)?); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/index.rs:243:5 [INFO] [stdout] | [INFO] [stdout] 243 | / decode!( [INFO] [stdout] 244 | | reader, [INFO] [stdout] 245 | | entry_count: i32, [INFO] [stdout] 246 | | path_hash_seed: u64, [INFO] [stdout] 247 | | has_path_hash_index: u32 [INFO] [stdout] 248 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: this warning originates in the macro `decode` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `path_hash_index_hash` is assigned to, but never used [INFO] [stdout] --> src/index.rs:258:13 [INFO] [stdout] | [INFO] [stdout] 258 | path_hash_index_hash: [u8; 20] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider using `_path_hash_index_hash` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `path_hash_index_hash` is never read [INFO] [stdout] --> src/decode.rs:183:9 [INFO] [stdout] | [INFO] [stdout] 183 | $name = $($wrap)*(<$type>::decode($reader)?); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/index.rs:254:9 [INFO] [stdout] | [INFO] [stdout] 254 | / decode!( [INFO] [stdout] 255 | | reader, [INFO] [stdout] 256 | | path_hash_index_offset: i64, [INFO] [stdout] 257 | | path_hash_index_size: i64, [INFO] [stdout] 258 | | path_hash_index_hash: [u8; 20] [INFO] [stdout] 259 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: this warning originates in the macro `decode` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `full_directory_index_hash` is assigned to, but never used [INFO] [stdout] --> src/index.rs:273:13 [INFO] [stdout] | [INFO] [stdout] 273 | full_directory_index_hash: [u8; 20] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider using `_full_directory_index_hash` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `full_directory_index_hash` is never read [INFO] [stdout] --> src/decode.rs:183:9 [INFO] [stdout] | [INFO] [stdout] 183 | $name = $($wrap)*(<$type>::decode($reader)?); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/index.rs:269:9 [INFO] [stdout] | [INFO] [stdout] 269 | / decode!( [INFO] [stdout] 270 | | reader, [INFO] [stdout] 271 | | full_directory_index_offset: i64, [INFO] [stdout] 272 | | full_directory_index_size: i64, [INFO] [stdout] 273 | | full_directory_index_hash: [u8; 20] [INFO] [stdout] 274 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: this warning originates in the macro `decode` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `encryption_uuid`, `frozen`, and `compression` are never read [INFO] [stdout] --> src/pak.rs:131:5 [INFO] [stdout] | [INFO] [stdout] 129 | pub struct Footer { [INFO] [stdout] | ------ fields in this struct [INFO] [stdout] 130 | footer_offset: u64, [INFO] [stdout] 131 | encryption_uuid: u128, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 138 | frozen: bool, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 139 | compression: Vec, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `keep_full_directory`, `validate_pruning`, `delay_pruning`, `write_path_hash`, and `write_full_directory_index` are never read [INFO] [stdout] --> src/index.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 69 | pub struct IndexLoadParams { [INFO] [stdout] | --------------- fields in this struct [INFO] [stdout] 70 | keep_full_directory: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 71 | validate_pruning: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 72 | delay_pruning: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 73 | write_path_hash: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 74 | write_full_directory_index: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `IndexLoadParams` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/bin/u4pak/list.rs:33:12 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 55s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: daemonize v0.4.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" "d2769c6c35087ef8abb7975929fb3b3bdcddc156376e253f23603e2152e78523", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d2769c6c35087ef8abb7975929fb3b3bdcddc156376e253f23603e2152e78523", kill_on_drop: false }` [INFO] [stdout] d2769c6c35087ef8abb7975929fb3b3bdcddc156376e253f23603e2152e78523 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:3d532c2baa59a8a48e45c3be7eb049f77ac5a58a7a6514a58a8e878df1c3d03d" "/opt/rustwide/cargo-home/bin/cargo" "+f41a2ab7b0d9462073425dd6c04abbeb4805cb77" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2cb921eca692e6933f56f0d75663b807f9c41e6daf82edf53bc2965be6079d24 [INFO] running `Command { std: "docker" "start" "-a" "2cb921eca692e6933f56f0d75663b807f9c41e6daf82edf53bc2965be6079d24", kill_on_drop: false }` [INFO] [stdout] warning: unused import: `Error` [INFO] [stdout] --> src/record.rs:11:13 [INFO] [stdout] | [INFO] [stdout] 11 | use crate::{Error, Result, check::NULL_SHA1, pak::{COMPR_NONE, HexDisplay, Sha1}}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/pak.rs:309:17 [INFO] [stdout] | [INFO] [stdout] 298 | _ => { [INFO] [stdout] | - matches any value [INFO] [stdout] ... [INFO] [stdout] 309 | _ => { [INFO] [stdout] | ^ unreachable pattern [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `entry_count` is assigned to, but never used [INFO] [stdout] --> src/index.rs:245:9 [INFO] [stdout] | [INFO] [stdout] 245 | entry_count: i32, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider using `_entry_count` instead [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `path_hash_seed` is assigned to, but never used [INFO] [stdout] --> src/index.rs:246:9 [INFO] [stdout] | [INFO] [stdout] 246 | path_hash_seed: u64, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider using `_path_hash_seed` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `entry_count` is never read [INFO] [stdout] --> src/decode.rs:183:9 [INFO] [stdout] | [INFO] [stdout] 183 | $name = $($wrap)*(<$type>::decode($reader)?); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/index.rs:243:5 [INFO] [stdout] | [INFO] [stdout] 243 | / decode!( [INFO] [stdout] 244 | | reader, [INFO] [stdout] 245 | | entry_count: i32, [INFO] [stdout] 246 | | path_hash_seed: u64, [INFO] [stdout] 247 | | has_path_hash_index: u32 [INFO] [stdout] 248 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] = note: this warning originates in the macro `decode` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `path_hash_seed` is never read [INFO] [stdout] --> src/decode.rs:183:9 [INFO] [stdout] | [INFO] [stdout] 183 | $name = $($wrap)*(<$type>::decode($reader)?); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/index.rs:243:5 [INFO] [stdout] | [INFO] [stdout] 243 | / decode!( [INFO] [stdout] 244 | | reader, [INFO] [stdout] 245 | | entry_count: i32, [INFO] [stdout] 246 | | path_hash_seed: u64, [INFO] [stdout] 247 | | has_path_hash_index: u32 [INFO] [stdout] 248 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: this warning originates in the macro `decode` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `path_hash_index_hash` is assigned to, but never used [INFO] [stdout] --> src/index.rs:258:13 [INFO] [stdout] | [INFO] [stdout] 258 | path_hash_index_hash: [u8; 20] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider using `_path_hash_index_hash` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `path_hash_index_hash` is never read [INFO] [stdout] --> src/decode.rs:183:9 [INFO] [stdout] | [INFO] [stdout] 183 | $name = $($wrap)*(<$type>::decode($reader)?); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/index.rs:254:9 [INFO] [stdout] | [INFO] [stdout] 254 | / decode!( [INFO] [stdout] 255 | | reader, [INFO] [stdout] 256 | | path_hash_index_offset: i64, [INFO] [stdout] 257 | | path_hash_index_size: i64, [INFO] [stdout] 258 | | path_hash_index_hash: [u8; 20] [INFO] [stdout] 259 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: this warning originates in the macro `decode` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `full_directory_index_hash` is assigned to, but never used [INFO] [stdout] --> src/index.rs:273:13 [INFO] [stdout] | [INFO] [stdout] 273 | full_directory_index_hash: [u8; 20] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider using `_full_directory_index_hash` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling u4pak v1.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: value assigned to `full_directory_index_hash` is never read [INFO] [stdout] --> src/decode.rs:183:9 [INFO] [stdout] | [INFO] [stdout] 183 | $name = $($wrap)*(<$type>::decode($reader)?); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/index.rs:269:9 [INFO] [stdout] | [INFO] [stdout] 269 | / decode!( [INFO] [stdout] 270 | | reader, [INFO] [stdout] 271 | | full_directory_index_offset: i64, [INFO] [stdout] 272 | | full_directory_index_size: i64, [INFO] [stdout] 273 | | full_directory_index_hash: [u8; 20] [INFO] [stdout] 274 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: this warning originates in the macro `decode` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `encryption_uuid`, `frozen`, and `compression` are never read [INFO] [stdout] --> src/pak.rs:131:5 [INFO] [stdout] | [INFO] [stdout] 129 | pub struct Footer { [INFO] [stdout] | ------ fields in this struct [INFO] [stdout] 130 | footer_offset: u64, [INFO] [stdout] 131 | encryption_uuid: u128, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 138 | frozen: bool, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 139 | compression: Vec, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `keep_full_directory`, `validate_pruning`, `delay_pruning`, `write_path_hash`, and `write_full_directory_index` are never read [INFO] [stdout] --> src/index.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 69 | pub struct IndexLoadParams { [INFO] [stdout] | --------------- fields in this struct [INFO] [stdout] 70 | keep_full_directory: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 71 | validate_pruning: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 72 | delay_pruning: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 73 | write_path_hash: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 74 | write_full_directory_index: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `IndexLoadParams` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/bin/u4pak/list.rs:33:12 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Error` [INFO] [stdout] --> src/record.rs:11:13 [INFO] [stdout] | [INFO] [stdout] 11 | use crate::{Error, Result, check::NULL_SHA1, pak::{COMPR_NONE, HexDisplay, Sha1}}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/bin/u4pak/list.rs:33:12 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/pak.rs:309:17 [INFO] [stdout] | [INFO] [stdout] 298 | _ => { [INFO] [stdout] | - matches any value [INFO] [stdout] ... [INFO] [stdout] 309 | _ => { [INFO] [stdout] | ^ unreachable pattern [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `entry_count` is assigned to, but never used [INFO] [stdout] --> src/index.rs:245:9 [INFO] [stdout] | [INFO] [stdout] 245 | entry_count: i32, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider using `_entry_count` instead [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `path_hash_seed` is assigned to, but never used [INFO] [stdout] --> src/index.rs:246:9 [INFO] [stdout] | [INFO] [stdout] 246 | path_hash_seed: u64, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider using `_path_hash_seed` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `entry_count` is never read [INFO] [stdout] --> src/decode.rs:183:9 [INFO] [stdout] | [INFO] [stdout] 183 | $name = $($wrap)*(<$type>::decode($reader)?); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/index.rs:243:5 [INFO] [stdout] | [INFO] [stdout] 243 | / decode!( [INFO] [stdout] 244 | | reader, [INFO] [stdout] 245 | | entry_count: i32, [INFO] [stdout] 246 | | path_hash_seed: u64, [INFO] [stdout] 247 | | has_path_hash_index: u32 [INFO] [stdout] 248 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] = note: this warning originates in the macro `decode` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `path_hash_seed` is never read [INFO] [stdout] --> src/decode.rs:183:9 [INFO] [stdout] | [INFO] [stdout] 183 | $name = $($wrap)*(<$type>::decode($reader)?); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/index.rs:243:5 [INFO] [stdout] | [INFO] [stdout] 243 | / decode!( [INFO] [stdout] 244 | | reader, [INFO] [stdout] 245 | | entry_count: i32, [INFO] [stdout] 246 | | path_hash_seed: u64, [INFO] [stdout] 247 | | has_path_hash_index: u32 [INFO] [stdout] 248 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: this warning originates in the macro `decode` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `path_hash_index_hash` is assigned to, but never used [INFO] [stdout] --> src/index.rs:258:13 [INFO] [stdout] | [INFO] [stdout] 258 | path_hash_index_hash: [u8; 20] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider using `_path_hash_index_hash` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `path_hash_index_hash` is never read [INFO] [stdout] --> src/decode.rs:183:9 [INFO] [stdout] | [INFO] [stdout] 183 | $name = $($wrap)*(<$type>::decode($reader)?); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/index.rs:254:9 [INFO] [stdout] | [INFO] [stdout] 254 | / decode!( [INFO] [stdout] 255 | | reader, [INFO] [stdout] 256 | | path_hash_index_offset: i64, [INFO] [stdout] 257 | | path_hash_index_size: i64, [INFO] [stdout] 258 | | path_hash_index_hash: [u8; 20] [INFO] [stdout] 259 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: this warning originates in the macro `decode` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `full_directory_index_hash` is assigned to, but never used [INFO] [stdout] --> src/index.rs:273:13 [INFO] [stdout] | [INFO] [stdout] 273 | full_directory_index_hash: [u8; 20] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider using `_full_directory_index_hash` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `full_directory_index_hash` is never read [INFO] [stdout] --> src/decode.rs:183:9 [INFO] [stdout] | [INFO] [stdout] 183 | $name = $($wrap)*(<$type>::decode($reader)?); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/index.rs:269:9 [INFO] [stdout] | [INFO] [stdout] 269 | / decode!( [INFO] [stdout] 270 | | reader, [INFO] [stdout] 271 | | full_directory_index_offset: i64, [INFO] [stdout] 272 | | full_directory_index_size: i64, [INFO] [stdout] 273 | | full_directory_index_hash: [u8; 20] [INFO] [stdout] 274 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: this warning originates in the macro `decode` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `encryption_uuid`, `frozen`, and `compression` are never read [INFO] [stdout] --> src/pak.rs:131:5 [INFO] [stdout] | [INFO] [stdout] 129 | pub struct Footer { [INFO] [stdout] | ------ fields in this struct [INFO] [stdout] 130 | footer_offset: u64, [INFO] [stdout] 131 | encryption_uuid: u128, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 138 | frozen: bool, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 139 | compression: Vec, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `keep_full_directory`, `validate_pruning`, `delay_pruning`, `write_path_hash`, and `write_full_directory_index` are never read [INFO] [stdout] --> src/index.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 69 | pub struct IndexLoadParams { [INFO] [stdout] | --------------- fields in this struct [INFO] [stdout] 70 | keep_full_directory: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 71 | validate_pruning: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 72 | delay_pruning: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 73 | write_path_hash: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 74 | write_full_directory_index: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `IndexLoadParams` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 8.17s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: daemonize v0.4.1 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2` [INFO] running `Command { std: "docker" "inspect" "2cb921eca692e6933f56f0d75663b807f9c41e6daf82edf53bc2965be6079d24", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2cb921eca692e6933f56f0d75663b807f9c41e6daf82edf53bc2965be6079d24", kill_on_drop: false }` [INFO] [stdout] 2cb921eca692e6933f56f0d75663b807f9c41e6daf82edf53bc2965be6079d24