[INFO] updating cached repository https://github.com/hwchen/pour [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] [stderr] From https://github.com/hwchen/pour [INFO] [stderr] bfd61ce..0ee6d14 master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 0ee6d146d9fd04d5d726e8c38aaee0879f946c9f [INFO] checking hwchen/pour against try#00e4530a79c42b21a6ca2ac1edb597c90d21f89f for pr-64672 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhwchen%2Fpour" "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/hwchen/pour on toolchain 00e4530a79c42b21a6ca2ac1edb597c90d21f89f [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+00e4530a79c42b21a6ca2ac1edb597c90d21f89f" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/hwchen/pour [INFO] finished tweaking git repo https://github.com/hwchen/pour [INFO] tweaked toml for git repo https://github.com/hwchen/pour written to work/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/hwchen/pour already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+00e4530a79c42b21a6ca2ac1edb597c90d21f89f" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [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" "+00e4530a79c42b21a6ca2ac1edb597c90d21f89f" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] f27df5ad1f0c346350174a6641685797d22f1a63bbb93d585f8a4f40fa938e0d [INFO] running `"docker" "start" "-a" "f27df5ad1f0c346350174a6641685797d22f1a63bbb93d585f8a4f40fa938e0d"` [INFO] [stderr] Compiling proc-macro2 v1.0.4 [INFO] [stderr] Compiling doc-comment v0.3.1 [INFO] [stderr] Compiling openssl-sys v0.9.50 [INFO] [stderr] Checking mio v0.6.19 [INFO] [stderr] Checking crossbeam-epoch v0.7.2 [INFO] [stderr] Compiling snafu-derive v0.5.0 [INFO] [stderr] Compiling structopt-derive v0.2.18 [INFO] [stderr] Checking http-body v0.2.0-alpha.3 [INFO] [stderr] Checking crossbeam-deque v0.7.1 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling openssl v0.10.25 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Checking structopt v0.2.18 [INFO] [stderr] Checking snafu v0.5.0 [INFO] [stderr] Compiling pin-project-internal v0.4.2 [INFO] [stderr] Compiling tracing-attributes v0.1.4 [INFO] [stderr] Compiling tokio-macros v0.2.0-alpha.6 [INFO] [stderr] Checking tracing v0.1.9 [INFO] [stderr] Checking tokio-executor v0.2.0-alpha.6 [INFO] [stderr] Checking pin-project v0.4.2 [INFO] [stderr] Checking tokio-io v0.2.0-alpha.6 [INFO] [stderr] Checking tokio-codec v0.2.0-alpha.6 [INFO] [stderr] Checking tower-make v0.3.0-alpha.2a [INFO] [stderr] Checking tokio-tls v0.3.0-alpha.6 [INFO] [stderr] Checking h2 v0.2.0-alpha.3 [INFO] [stderr] Checking tokio-net v0.2.0-alpha.6 [INFO] [stderr] Checking tokio-fs v0.2.0-alpha.6 [INFO] [stderr] Checking tokio-timer v0.3.0-alpha.6 [INFO] [stderr] Checking tokio v0.2.0-alpha.6 [INFO] [stderr] Checking hyper v0.13.0-alpha.4 [INFO] [stderr] Checking hyper-tls v0.4.0-alpha.4 [INFO] [stderr] Checking pour v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `Duration` [INFO] [stderr] --> src/main.rs:7:17 [INFO] [stderr] | [INFO] [stderr] 7 | use std::time::{Duration, Instant}; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Duration` [INFO] [stderr] --> src/main.rs:7:17 [INFO] [stderr] | [INFO] [stderr] 7 | use std::time::{Duration, Instant}; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `timeout_sec` [INFO] [stderr] --> src/main.rs:18:9 [INFO] [stderr] | [INFO] [stderr] 18 | let timeout_sec = opt.timeout; [INFO] [stderr] | ^^^^^^^^^^^ help: consider prefixing with an underscore: `_timeout_sec` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `timeout_sec` [INFO] [stderr] --> src/main.rs:18:9 [INFO] [stderr] | [INFO] [stderr] 18 | let timeout_sec = opt.timeout; [INFO] [stderr] | ^^^^^^^^^^^ help: consider prefixing with an underscore: `_timeout_sec` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 10s [INFO] running `"docker" "inspect" "f27df5ad1f0c346350174a6641685797d22f1a63bbb93d585f8a4f40fa938e0d"` [INFO] running `"docker" "rm" "-f" "f27df5ad1f0c346350174a6641685797d22f1a63bbb93d585f8a4f40fa938e0d"` [INFO] [stdout] f27df5ad1f0c346350174a6641685797d22f1a63bbb93d585f8a4f40fa938e0d