[INFO] cloning repository https://github.com/syaiful6/lako [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/syaiful6/lako" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsyaiful6%2Flako"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsyaiful6%2Flako'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] dd4f07e114508f234a54312596d5d1129031cda0 [INFO] checking syaiful6/lako against try#f88e9a4452e792c29632101b348a1df9876d45cd for pr-70087 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsyaiful6%2Flako" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/syaiful6/lako on toolchain f88e9a4452e792c29632101b348a1df9876d45cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+f88e9a4452e792c29632101b348a1df9876d45cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/syaiful6/lako [INFO] finished tweaking git repo https://github.com/syaiful6/lako [INFO] tweaked toml for git repo https://github.com/syaiful6/lako written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/syaiful6/lako already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+f88e9a4452e792c29632101b348a1df9876d45cd" "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-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+f88e9a4452e792c29632101b348a1df9876d45cd" "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] 06cfb8d5a5148fd87c36a3485e701b3cf6be6c4ce19c7cc75ef81265a9ebd708 [INFO] running `"docker" "start" "-a" "06cfb8d5a5148fd87c36a3485e701b3cf6be6c4ce19c7cc75ef81265a9ebd708"` [INFO] [stderr] Compiling ring v0.14.6 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling backtrace-sys v0.1.34 [INFO] [stderr] Compiling serde_json v1.0.48 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Checking cookie v0.12.0 [INFO] [stderr] Compiling syn v1.0.16 [INFO] [stderr] Checking tokio-io v0.1.13 [INFO] [stderr] Checking scheduled-thread-pool v0.2.3 [INFO] [stderr] Compiling backtrace v0.3.45 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking chrono v0.4.11 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Checking r2d2 v0.8.8 [INFO] [stderr] Checking tokio-codec v0.1.2 [INFO] [stderr] Checking h2 v0.1.26 [INFO] [stderr] Checking pretty_env_logger v0.4.0 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling error-chain v0.12.2 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling hyper v0.12.35 [INFO] [stderr] Checking tokio-fs v0.1.7 [INFO] [stderr] Checking tokio-reactor v0.1.12 [INFO] [stderr] Checking tokio-tcp v0.1.4 [INFO] [stderr] Checking tokio-uds v0.2.6 [INFO] [stderr] Checking tokio-udp v0.1.6 [INFO] [stderr] Checking webpki v0.19.1 [INFO] [stderr] Checking sct v0.5.0 [INFO] [stderr] Compiling gotham_derive v0.4.0 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking rustls v0.15.2 [INFO] [stderr] Checking tokio-rustls v0.9.4 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling serde_derive v1.0.105 [INFO] [stderr] Compiling failure_derive v0.1.7 [INFO] [stderr] Compiling diesel_derives v1.4.1 [INFO] [stderr] Checking failure v0.1.7 [INFO] [stderr] Checking diesel v1.4.3 [INFO] [stderr] Compiling cargo_metadata v0.6.4 [INFO] [stderr] Compiling skeptic v0.13.4 [INFO] [stderr] Compiling borrow-bag v1.0.0 [INFO] [stderr] Checking gotham v0.4.0 [INFO] [stderr] Checking lako v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: method is never used: `new` [INFO] [stderr] --> src/config.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | pub fn new(msg: &str) -> ConfigurationError { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `new` [INFO] [stderr] --> src/config.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | pub fn new(msg: &str) -> ConfigurationError { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 54s [INFO] running `"docker" "inspect" "06cfb8d5a5148fd87c36a3485e701b3cf6be6c4ce19c7cc75ef81265a9ebd708"` [INFO] running `"docker" "rm" "-f" "06cfb8d5a5148fd87c36a3485e701b3cf6be6c4ce19c7cc75ef81265a9ebd708"` [INFO] [stdout] 06cfb8d5a5148fd87c36a3485e701b3cf6be6c4ce19c7cc75ef81265a9ebd708