[INFO] cloning repository https://github.com/natemara/schwift [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/natemara/schwift" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnatemara%2Fschwift", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnatemara%2Fschwift'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 662ed39f6e2e49d35a27a8d9317cfbbea5bb3b13 [INFO] checking natemara/schwift against try#07fecb9cf34c4979a772ba38c99d6d9144768413 for pr-87710 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnatemara%2Fschwift" "/workspace/builds/worker-89/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-89/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/natemara/schwift on toolchain 07fecb9cf34c4979a772ba38c99d6d9144768413 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+07fecb9cf34c4979a772ba38c99d6d9144768413" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/natemara/schwift [INFO] finished tweaking git repo https://github.com/natemara/schwift [INFO] tweaked toml for git repo https://github.com/natemara/schwift written to /workspace/builds/worker-89/source/Cargo.toml [INFO] crate git repo https://github.com/natemara/schwift already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+07fecb9cf34c4979a772ba38c99d6d9144768413" "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-89/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-89/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+07fecb9cf34c4979a772ba38c99d6d9144768413" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 54f7ee53e1103a8ee716306785f75883016988fd07f7f266c7e7d41544432480 [INFO] running `Command { std: "docker" "start" "-a" "54f7ee53e1103a8ee716306785f75883016988fd07f7f266c7e7d41544432480", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "54f7ee53e1103a8ee716306785f75883016988fd07f7f266c7e7d41544432480", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "54f7ee53e1103a8ee716306785f75883016988fd07f7f266c7e7d41544432480", kill_on_drop: false }` [INFO] [stdout] 54f7ee53e1103a8ee716306785f75883016988fd07f7f266c7e7d41544432480 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-89/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-89/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+07fecb9cf34c4979a772ba38c99d6d9144768413" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6db930910fa9fa1c528559c91e6a4a771b9482ead21e695dae4092e1364888df [INFO] running `Command { std: "docker" "start" "-a" "6db930910fa9fa1c528559c91e6a4a771b9482ead21e695dae4092e1364888df", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling syn v1.0.74 [INFO] [stderr] Compiling cc v1.0.52 [INFO] [stderr] Compiling serde v1.0.106 [INFO] [stderr] Compiling ryu v1.0.4 [INFO] [stderr] Compiling anyhow v1.0.42 [INFO] [stderr] Compiling peg-runtime v0.7.0 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Checking regex-syntax v0.6.17 [INFO] [stderr] Checking difference v2.0.0 [INFO] [stderr] Checking environment v0.1.1 [INFO] [stderr] Checking libloading v0.7.0 [INFO] [stderr] Compiling quote v1.0.4 [INFO] [stderr] Compiling backtrace-sys v0.1.37 [INFO] [stderr] Checking getrandom v0.2.3 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking colored v1.9.3 [INFO] [stderr] Compiling peg-macros v0.7.0 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand v0.8.4 [INFO] [stderr] Checking backtrace v0.3.46 [INFO] [stderr] Checking regex v1.3.7 [INFO] [stderr] Checking serde_json v1.0.52 [INFO] [stderr] Checking peg v0.7.0 [INFO] [stderr] Compiling synstructure v0.12.5 [INFO] [stderr] Compiling thiserror-impl v1.0.26 [INFO] [stderr] Checking thiserror v1.0.26 [INFO] [stderr] Checking failure v0.1.8 [INFO] [stderr] Checking schwift v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking assert_cli v0.6.3 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 20.69s [INFO] running `Command { std: "docker" "inspect" "6db930910fa9fa1c528559c91e6a4a771b9482ead21e695dae4092e1364888df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6db930910fa9fa1c528559c91e6a4a771b9482ead21e695dae4092e1364888df", kill_on_drop: false }` [INFO] [stdout] 6db930910fa9fa1c528559c91e6a4a771b9482ead21e695dae4092e1364888df