[INFO] cloning repository https://github.com/Skirmisher/hapi-rs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Skirmisher/hapi-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSkirmisher%2Fhapi-rs"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSkirmisher%2Fhapi-rs'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d3db6d99ace4f9877e870c3fcc5134c1e3b52c2b [INFO] checking Skirmisher/hapi-rs against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSkirmisher%2Fhapi-rs" "/workspace/builds/worker-9/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Skirmisher/hapi-rs on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Skirmisher/hapi-rs [INFO] finished tweaking git repo https://github.com/Skirmisher/hapi-rs [INFO] tweaked toml for git repo https://github.com/Skirmisher/hapi-rs written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/Skirmisher/hapi-rs already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "MAP_USER_ID=0" "-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" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 64109b5b0970be540c2e7cae70476ef8366e2b9c4b595b1e550347023fbf88ad [INFO] running `"docker" "start" "-a" "64109b5b0970be540c2e7cae70476ef8366e2b9c4b595b1e550347023fbf88ad"` [INFO] [stderr] Compiling cc v1.0.41 [INFO] [stderr] Compiling libc v0.2.62 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking cfg-if v0.1.9 [INFO] [stderr] Checking rustc-demangle v0.1.16 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling backtrace-sys v0.1.31 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Checking flate2 v1.0.11 [INFO] [stderr] Checking backtrace v0.3.35 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking lz77-rs v0.1.1 (https://github.com/Skirmisher/lz77-rs#aa9e0819) [INFO] [stderr] Checking hapi v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `ReadDir` [INFO] [stderr] --> src/hapi/archive.rs:1:21 [INFO] [stderr] | [INFO] [stderr] 1 | use std::fs::{File, ReadDir}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Path` [INFO] [stderr] --> src/hapi/archive.rs:3:17 [INFO] [stderr] | [INFO] [stderr] 3 | use std::path::{Path, PathBuf}; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `HapiDirectory` [INFO] [stderr] --> src/hapi/archive.rs:5:35 [INFO] [stderr] | [INFO] [stderr] 5 | use super::reader::{HapiContents, HapiDirectory, HapiEntry, HapiFile, HapiReader}; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `ReadDir` [INFO] [stderr] --> src/hapi/archive.rs:1:21 [INFO] [stderr] | [INFO] [stderr] 1 | use std::fs::{File, ReadDir}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Path` [INFO] [stderr] --> src/hapi/archive.rs:3:17 [INFO] [stderr] | [INFO] [stderr] 3 | use std::path::{Path, PathBuf}; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `HapiDirectory` [INFO] [stderr] --> src/hapi/archive.rs:5:35 [INFO] [stderr] | [INFO] [stderr] 5 | use super::reader::{HapiContents, HapiDirectory, HapiEntry, HapiFile, HapiReader}; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::slice::Iter` [INFO] [stderr] --> src/hapi/reader.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use std::slice::Iter; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::slice::Iter` [INFO] [stderr] --> src/hapi/reader.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use std::slice::Iter; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0616]: field `contents` of struct `hapi::reader::HapiDirectory` is private [INFO] [stderr] --> src/hapi/archive.rs:59:28 [INFO] [stderr] | [INFO] [stderr] 59 | for entry in directory.contents { [INFO] [stderr] | ^^^^^^^^ private field [INFO] [stderr] | [INFO] [stderr] help: a method `contents` also exists, call it with parentheses [INFO] [stderr] | [INFO] [stderr] 59 | for entry in directory.contents() { [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] error[E0616]: field `contents` of struct `hapi::reader::HapiDirectory` is private [INFO] [stderr] --> src/hapi/archive.rs:59:28 [INFO] [stderr] | [INFO] [stderr] 59 | for entry in directory.contents { [INFO] [stderr] | ^^^^^^^^ private field [INFO] [stderr] | [INFO] [stderr] help: a method `contents` also exists, call it with parentheses [INFO] [stderr] | [INFO] [stderr] 59 | for entry in directory.contents() { [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 4 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0616`. [INFO] [stderr] error: aborting due to previous error; 4 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0616`. [INFO] [stderr] error: could not compile `hapi`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `hapi`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "64109b5b0970be540c2e7cae70476ef8366e2b9c4b595b1e550347023fbf88ad"` [INFO] running `"docker" "rm" "-f" "64109b5b0970be540c2e7cae70476ef8366e2b9c4b595b1e550347023fbf88ad"` [INFO] [stdout] 64109b5b0970be540c2e7cae70476ef8366e2b9c4b595b1e550347023fbf88ad