[INFO] updating cached repository https://github.com/leesdolphin/archivelib-rs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b482e809c31fe4145e1e74f7de7bde855e2ee422 [INFO] checking leesdolphin/archivelib-rs against master#c9edc02e8320a9e5799d185910ece7d491f524e6 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fleesdolphin%2Farchivelib-rs" "work/builds/worker-3/source"` [INFO] [stderr] Cloning into 'work/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/leesdolphin/archivelib-rs on toolchain c9edc02e8320a9e5799d185910ece7d491f524e6-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/leesdolphin/archivelib-rs [INFO] removed workspace from git repo https://github.com/leesdolphin/archivelib-rs [INFO] removed path dependency archivelib-sys from git repo https://github.com/leesdolphin/archivelib-rs [INFO] finished tweaking git repo https://github.com/leesdolphin/archivelib-rs [INFO] tweaked toml for git repo https://github.com/leesdolphin/archivelib-rs written to work/builds/worker-3/source/Cargo.toml [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 73ccac1e28e4ae0e740dddb868cd02c728441447e52dde1dc7bad864c570e100 [INFO] running `"docker" "start" "-a" "73ccac1e28e4ae0e740dddb868cd02c728441447e52dde1dc7bad864c570e100"` [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Checking wait-timeout v0.2.0 [INFO] [stderr] Checking rand v0.5.6 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling which v2.0.1 [INFO] [stderr] Checking archivelib v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] Compiling clang-sys v0.26.4 [INFO] [stderr] Checking rusty-fork v0.2.2 [INFO] [stderr] warning: constant item is never used: `CONST_N148_IS_4096` [INFO] [stderr] --> src/consts.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | pub const CONST_N148_IS_4096: usize = 4096; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: constant item is never used: `CONST_N149_IS_256` [INFO] [stderr] --> src/consts.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | pub const CONST_N149_IS_256: usize = 256; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: structure field `dat183_IS_CONST_8162` should have a snake case name [INFO] [stderr] --> src/compress/base.rs:92:7 [INFO] [stderr] | [INFO] [stderr] 92 | pub dat183_IS_CONST_8162: u16, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `dat183_is_const_8162` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] Compiling hashbrown v0.1.8 [INFO] [stderr] Checking proptest v0.8.7 [INFO] [stderr] Compiling bindgen v0.47.3 [INFO] [stderr] Compiling archivelib-sys v0.1.1 [INFO] [stderr] warning: function is never used: `proptest_compress` [INFO] [stderr] --> src/proptests.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | fn proptest_compress(vec: Vec, level: u8) -> Result<(), TestCaseError> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: constant item is never used: `CONST_N148_IS_4096` [INFO] [stderr] --> src/consts.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | pub const CONST_N148_IS_4096: usize = 4096; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant item is never used: `CONST_N149_IS_256` [INFO] [stderr] --> src/consts.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | pub const CONST_N149_IS_256: usize = 256; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: structure field `dat183_IS_CONST_8162` should have a snake case name [INFO] [stderr] --> src/compress/base.rs:92:7 [INFO] [stderr] | [INFO] [stderr] 92 | pub dat183_IS_CONST_8162: u16, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `dat183_is_const_8162` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 42s [INFO] running `"docker" "inspect" "73ccac1e28e4ae0e740dddb868cd02c728441447e52dde1dc7bad864c570e100"` [INFO] running `"docker" "rm" "-f" "73ccac1e28e4ae0e740dddb868cd02c728441447e52dde1dc7bad864c570e100"` [INFO] [stdout] 73ccac1e28e4ae0e740dddb868cd02c728441447e52dde1dc7bad864c570e100