[INFO] cloning repository https://github.com/j-tai/promptress
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/j-tai/promptress" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fj-tai%2Fpromptress", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fj-tai%2Fpromptress'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3683efbafd3e504ca2ea2a68a361d60af3a45091
[INFO] checking j-tai/promptress against try#9b8307bcb9d1de8ffc7e1c81c48efffdb24ee840 for pr-149518
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fj-tai%2Fpromptress" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/j-tai/promptress
[INFO] finished tweaking git repo https://github.com/j-tai/promptress
[INFO] tweaked toml for git repo https://github.com/j-tai/promptress written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/j-tai/promptress on toolchain 9b8307bcb9d1de8ffc7e1c81c48efffdb24ee840
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9b8307bcb9d1de8ffc7e1c81c48efffdb24ee840" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/j-tai/promptress already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9b8307bcb9d1de8ffc7e1c81c48efffdb24ee840" "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] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded redox_termios v0.1.3
[INFO] [stderr]   Downloaded uzers v0.11.3
[INFO] [stderr]   Downloaded termion v3.0.0
[INFO] [stderr]   Downloaded git2 v0.18.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+9b8307bcb9d1de8ffc7e1c81c48efffdb24ee840" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 073dc38766d5ac71c7e2fc4892768eb6d994c629b4d673237e9bf45afcb1f84b
[INFO] running `Command { std: "docker" "start" "-a" "073dc38766d5ac71c7e2fc4892768eb6d994c629b4d673237e9bf45afcb1f84b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "073dc38766d5ac71c7e2fc4892768eb6d994c629b4d673237e9bf45afcb1f84b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "073dc38766d5ac71c7e2fc4892768eb6d994c629b4d673237e9bf45afcb1f84b", kill_on_drop: false }`
[INFO] [stdout] 073dc38766d5ac71c7e2fc4892768eb6d994c629b4d673237e9bf45afcb1f84b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "RUSTDOCFLAGS=--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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+9b8307bcb9d1de8ffc7e1c81c48efffdb24ee840" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 03321b9f6890b95f29a55faf23593d4c52a501c00da64016734d6e8bdcb80439
[INFO] running `Command { std: "docker" "start" "-a" "03321b9f6890b95f29a55faf23593d4c52a501c00da64016734d6e8bdcb80439", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling libc v0.2.126
[INFO] [stderr]     Checking winnow v0.5.39
[INFO] [stderr]    Compiling serde v1.0.196
[INFO] [stderr]     Checking indexmap v2.2.3
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]     Checking numtoa v0.1.0
[INFO] [stderr]     Checking if_chain v1.0.2
[INFO] [stderr]     Checking uzers v0.11.3
[INFO] [stderr]     Checking dirs v5.0.1
[INFO] [stderr]     Checking termion v3.0.0
[INFO] [stderr]    Compiling jobserver v0.1.24
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]    Compiling libz-sys v1.1.8
[INFO] [stderr]    Compiling libgit2-sys v0.16.2+1.7.2
[INFO] [stderr]    Compiling serde_derive v1.0.196
[INFO] [stderr]     Checking git2 v0.18.2
[INFO] [stderr]     Checking serde_spanned v0.6.5
[INFO] [stderr]     Checking toml_datetime v0.6.5
[INFO] [stderr]     Checking serde_json v1.0.113
[INFO] [stderr]     Checking toml_edit v0.22.4
[INFO] [stderr]     Checking toml v0.8.10
[INFO] [stderr]     Checking promptress v0.2.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parts/workdir.rs:194:33
[INFO] [stdout]     |
[INFO] [stdout] 194 | fn apply_aliases<I, P, Q>(path: &Path, aliases: I) -> Cow<Path>
[INFO] [stdout]     |                                 ^^^^^                 ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 194 | fn apply_aliases<I, P, Q>(path: &Path, aliases: I) -> Cow<'_, Path>
[INFO] [stdout]     |                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parts/workdir.rs:194:33
[INFO] [stdout]     |
[INFO] [stdout] 194 | fn apply_aliases<I, P, Q>(path: &Path, aliases: I) -> Cow<Path>
[INFO] [stdout]     |                                 ^^^^^                 ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 194 | fn apply_aliases<I, P, Q>(path: &Path, aliases: I) -> Cow<'_, Path>
[INFO] [stdout]     |                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.43s
[INFO] running `Command { std: "docker" "inspect" "03321b9f6890b95f29a55faf23593d4c52a501c00da64016734d6e8bdcb80439", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "03321b9f6890b95f29a55faf23593d4c52a501c00da64016734d6e8bdcb80439", kill_on_drop: false }`
[INFO] [stdout] 03321b9f6890b95f29a55faf23593d4c52a501c00da64016734d6e8bdcb80439
