[INFO] cloning repository https://github.com/RobertPlant/paswitch-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/RobertPlant/paswitch-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRobertPlant%2Fpaswitch-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRobertPlant%2Fpaswitch-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5eb8cfeabe6ca88c72c0ce0704d3266085887a5c [INFO] checking RobertPlant/paswitch-rs against try#5c7108a2805ef56743d713d2789c5e802631c9e8 for pr-97739 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRobertPlant%2Fpaswitch-rs" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/RobertPlant/paswitch-rs on toolchain 5c7108a2805ef56743d713d2789c5e802631c9e8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5c7108a2805ef56743d713d2789c5e802631c9e8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/RobertPlant/paswitch-rs [INFO] finished tweaking git repo https://github.com/RobertPlant/paswitch-rs [INFO] tweaked toml for git repo https://github.com/RobertPlant/paswitch-rs written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/RobertPlant/paswitch-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5c7108a2805ef56743d713d2789c5e802631c9e8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:ac0d0aa6ec8ed129e241004a6179c99fa0d2616f50ba759c5b60bd26d0fafa02" "/opt/rustwide/cargo-home/bin/cargo" "+5c7108a2805ef56743d713d2789c5e802631c9e8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 784066fbd127398369a4cfda2dbde399879216be9bc8dddf2f7f6fde6f55d797 [INFO] running `Command { std: "docker" "start" "-a" "784066fbd127398369a4cfda2dbde399879216be9bc8dddf2f7f6fde6f55d797", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "784066fbd127398369a4cfda2dbde399879216be9bc8dddf2f7f6fde6f55d797", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "784066fbd127398369a4cfda2dbde399879216be9bc8dddf2f7f6fde6f55d797", kill_on_drop: false }` [INFO] [stdout] 784066fbd127398369a4cfda2dbde399879216be9bc8dddf2f7f6fde6f55d797 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:ac0d0aa6ec8ed129e241004a6179c99fa0d2616f50ba759c5b60bd26d0fafa02" "/opt/rustwide/cargo-home/bin/cargo" "+5c7108a2805ef56743d713d2789c5e802631c9e8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b6b184902ed8a70d4894843e6ef9a12fff056aef98da4657643e13c08b9bf515 [INFO] running `Command { std: "docker" "start" "-a" "b6b184902ed8a70d4894843e6ef9a12fff056aef98da4657643e13c08b9bf515", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.112 [INFO] [stderr] Compiling syn v1.0.84 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling unicode-segmentation v1.8.0 [INFO] [stderr] Checking regex-syntax v0.6.26 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Checking gimli v0.26.1 [INFO] [stderr] Checking rustc-demangle v0.1.21 [INFO] [stderr] Compiling serde v1.0.132 [INFO] [stderr] Compiling serde_derive v1.0.132 [INFO] [stderr] Checking termcolor v1.1.2 [INFO] [stderr] Checking strum v0.24.0 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling backtrace v0.3.63 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Checking humantime v1.3.0 [INFO] [stderr] Checking thread_local v1.1.4 [INFO] [stderr] Checking walkdir v2.3.2 [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Checking crossbeam-utils v0.8.8 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Checking object v0.27.1 [INFO] [stderr] Checking bstr v0.2.17 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling quote v1.0.14 [INFO] [stderr] Checking crossbeam-channel v0.5.1 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking crossbeam-deque v0.8.1 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking num_cpus v1.13.1 [INFO] [stderr] Checking dirs-sys-next v0.1.2 [INFO] [stderr] Checking regex v1.5.6 [INFO] [stderr] Checking clap v2.34.0 [INFO] [stderr] Checking dirs-next v2.0.0 [INFO] [stderr] Checking rayon-core v1.9.1 [INFO] [stderr] Checking term v0.7.0 [INFO] [stderr] Checking globset v0.4.8 [INFO] [stderr] Checking env_logger v0.5.13 [INFO] [stderr] Checking addr2line v0.17.0 [INFO] [stderr] Checking ignore v0.4.18 [INFO] [stderr] Compiling structopt-derive v0.2.18 [INFO] [stderr] Checking globwalk v0.3.1 [INFO] [stderr] Checking structopt v0.2.18 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling structopt-derive v0.4.18 [INFO] [stderr] Compiling strum_macros v0.24.0 [INFO] [stderr] Checking failure v0.1.8 [INFO] [stderr] Checking clap-verbosity-flag v0.2.0 [INFO] [stderr] Checking exitfailure v0.5.1 [INFO] [stderr] Checking structopt v0.3.26 [INFO] [stderr] Checking quicli v0.4.0 [INFO] [stderr] Checking paswitch-rs v0.3.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 23.51s [INFO] running `Command { std: "docker" "inspect" "b6b184902ed8a70d4894843e6ef9a12fff056aef98da4657643e13c08b9bf515", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b6b184902ed8a70d4894843e6ef9a12fff056aef98da4657643e13c08b9bf515", kill_on_drop: false }` [INFO] [stdout] b6b184902ed8a70d4894843e6ef9a12fff056aef98da4657643e13c08b9bf515