[INFO] updating cached repository https://github.com/travis-ci/buildshd [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] ff215a80c17f8853cf9c67425879295472ded82e [INFO] checking travis-ci/buildshd against master#c9edc02e8320a9e5799d185910ece7d491f524e6 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftravis-ci%2Fbuildshd" "work/builds/worker-5/source"` [INFO] [stderr] Cloning into 'work/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/travis-ci/buildshd 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/travis-ci/buildshd [INFO] finished tweaking git repo https://github.com/travis-ci/buildshd [INFO] tweaked toml for git repo https://github.com/travis-ci/buildshd written to work/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/travis-ci/buildshd already has a lockfile, it will not be regenerated [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-5/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-5/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] 23c32e300c3d3422a970c349bd5258e898bd60732be4e807a23cdc46ff310394 [INFO] running `"docker" "start" "-a" "23c32e300c3d3422a970c349bd5258e898bd60732be4e807a23cdc46ff310394"` [INFO] [stderr] Compiling arrayvec v0.4.9 [INFO] [stderr] Compiling cc v1.0.27 [INFO] [stderr] Compiling encoding_rs v0.8.13 [INFO] [stderr] Compiling rand v0.5.5 [INFO] [stderr] Checking libflate v0.1.19 [INFO] [stderr] Checking uuid v0.7.1 [INFO] [stderr] Checking serde_urlencoded v0.5.4 [INFO] [stderr] Checking regex v1.1.0 [INFO] [stderr] Compiling structopt-derive v0.2.14 [INFO] [stderr] Compiling serde_derive v1.0.82 [INFO] [stderr] Checking globset v0.4.2 [INFO] [stderr] Checking env_logger v0.5.13 [INFO] [stderr] Checking crossbeam-epoch v0.7.0 [INFO] [stderr] Checking crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling phf_generator v0.7.23 [INFO] [stderr] Compiling backtrace-sys v0.1.26 [INFO] [stderr] Compiling openssl-sys v0.9.40 [INFO] [stderr] Checking crossbeam-deque v0.6.3 [INFO] [stderr] Checking crossbeam-channel v0.3.4 [INFO] [stderr] Compiling phf_codegen v0.7.23 [INFO] [stderr] Checking crossbeam-deque v0.2.0 [INFO] [stderr] Checking tokio-threadpool v0.1.9 [INFO] [stderr] Compiling mime_guess v2.0.0-alpha.6 [INFO] [stderr] Checking rayon-core v1.4.1 [INFO] [stderr] Checking backtrace v0.3.13 [INFO] [stderr] Checking structopt v0.2.14 [INFO] [stderr] Checking ignore v0.4.5 [INFO] [stderr] Checking rayon v1.0.3 [INFO] [stderr] Compiling openssl v0.10.16 [INFO] [stderr] Compiling native-tls v0.2.2 [INFO] [stderr] Checking failure v0.1.3 [INFO] [stderr] Checking exitfailure v0.5.1 [INFO] [stderr] Checking clap-verbosity-flag v0.2.0 [INFO] [stderr] Checking tokio-fs v0.1.4 [INFO] [stderr] Checking globwalk v0.3.1 [INFO] [stderr] Checking tokio v0.1.13 [INFO] [stderr] Checking hyper v0.12.19 [INFO] [stderr] Checking quicli v0.4.0 [INFO] [stderr] Checking hyper-tls v0.3.1 [INFO] [stderr] Checking reqwest v0.9.5 [INFO] [stderr] Checking buildshd v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `reqwest` [INFO] [stderr] --> src/job_board.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use reqwest; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `reqwest` [INFO] [stderr] --> src/job_board.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use reqwest; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 51.69s [INFO] running `"docker" "inspect" "23c32e300c3d3422a970c349bd5258e898bd60732be4e807a23cdc46ff310394"` [INFO] running `"docker" "rm" "-f" "23c32e300c3d3422a970c349bd5258e898bd60732be4e807a23cdc46ff310394"` [INFO] [stdout] 23c32e300c3d3422a970c349bd5258e898bd60732be4e807a23cdc46ff310394