[INFO] fetching crate git-user 0.1.2...
[INFO] checking git-user-0.1.2 against master#642c19bfc3a5c1de985bf5d0cc8207ac9d22708a for pr-148577
[INFO] extracting crate git-user 0.1.2 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate git-user 0.1.2
[INFO] finished tweaking crates.io crate git-user 0.1.2
[INFO] tweaked toml for crates.io crate git-user 0.1.2 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate git-user 0.1.2 on toolchain 642c19bfc3a5c1de985bf5d0cc8207ac9d22708a
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate git-user 0.1.2 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" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded proc-macro2 v1.0.26
[INFO] [stderr]   Downloaded dirs v3.0.2
[INFO] [stderr]   Downloaded strum v0.20.0
[INFO] [stderr]   Downloaded redox_syscall v0.2.6
[INFO] [stderr]   Downloaded dirs-sys v0.3.6
[INFO] [stderr]   Downloaded ctrlc v3.1.9
[INFO] [stderr]   Downloaded terminal_size v0.1.16
[INFO] [stderr]   Downloaded serde_derive v1.0.125
[INFO] [stderr]   Downloaded serde v1.0.125
[INFO] [stderr]   Downloaded regex v1.4.6
[INFO] [stderr]   Downloaded syn v1.0.71
[INFO] [stderr]   Downloaded libc v0.2.94
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 743fcb2b49aa0845acc55d9685ab7a69cd522df7c6071cbdbaa5e0bc91d5c0e1
[INFO] running `Command { std: "docker" "start" "-a" "743fcb2b49aa0845acc55d9685ab7a69cd522df7c6071cbdbaa5e0bc91d5c0e1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "743fcb2b49aa0845acc55d9685ab7a69cd522df7c6071cbdbaa5e0bc91d5c0e1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "743fcb2b49aa0845acc55d9685ab7a69cd522df7c6071cbdbaa5e0bc91d5c0e1", kill_on_drop: false }`
[INFO] [stdout] 743fcb2b49aa0845acc55d9685ab7a69cd522df7c6071cbdbaa5e0bc91d5c0e1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e19cbc0ba48f029d3066abe610b532f471e71714b3f8e9984385e4e64c74a4bc
[INFO] running `Command { std: "docker" "start" "-a" "e19cbc0ba48f029d3066abe610b532f471e71714b3f8e9984385e4e64c74a4bc", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.94
[INFO] [stderr]    Compiling proc-macro2 v1.0.26
[INFO] [stderr]    Compiling syn v1.0.71
[INFO] [stderr]    Compiling version_check v0.9.3
[INFO] [stderr]    Compiling getrandom v0.2.2
[INFO] [stderr]    Compiling unicode-segmentation v1.7.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.10
[INFO] [stderr]    Compiling serde_derive v1.0.125
[INFO] [stderr]     Checking unicode-width v0.1.8
[INFO] [stderr]     Checking hashbrown v0.9.1
[INFO] [stderr]    Compiling serde v1.0.125
[INFO] [stderr]    Compiling indexmap v1.6.2
[INFO] [stderr]     Checking regex-syntax v0.6.23
[INFO] [stderr]     Checking remove_dir_all v0.5.3
[INFO] [stderr]     Checking zeroize v1.3.0
[INFO] [stderr]     Checking os_str_bytes v2.4.0
[INFO] [stderr]     Checking termcolor v1.1.2
[INFO] [stderr]     Checking textwrap v0.12.1
[INFO] [stderr]     Checking strum v0.20.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling heck v0.3.2
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]     Checking terminal_size v0.1.16
[INFO] [stderr]     Checking dirs-sys v0.3.6
[INFO] [stderr]     Checking nix v0.20.0
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking rand_core v0.6.2
[INFO] [stderr]     Checking dirs v3.0.2
[INFO] [stderr]     Checking rand_chacha v0.3.0
[INFO] [stderr]     Checking regex v1.4.6
[INFO] [stderr]     Checking rand v0.8.3
[INFO] [stderr]     Checking console v0.14.1
[INFO] [stderr]     Checking tempfile v3.2.0
[INFO] [stderr]     Checking dialoguer v0.8.0
[INFO] [stderr]     Checking ctrlc v3.1.9
[INFO] [stderr]    Compiling clap_derive v3.0.0-beta.2
[INFO] [stderr]    Compiling strum_macros v0.20.1
[INFO] [stderr]     Checking clap v3.0.0-beta.2
[INFO] [stderr]     Checking toml v0.5.8
[INFO] [stderr]     Checking git-user v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cli.rs:226:33
[INFO] [stdout]     |
[INFO] [stdout] 226 | fn prompt_select_profile(table: &Table, default_current: bool) -> ProfileInfo {
[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] 226 | fn prompt_select_profile(table: &Table, default_current: bool) -> ProfileInfo<'_> {
[INFO] [stdout]     |                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cli.rs:226:33
[INFO] [stdout]     |
[INFO] [stdout] 226 | fn prompt_select_profile(table: &Table, default_current: bool) -> ProfileInfo {
[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] 226 | fn prompt_select_profile(table: &Table, default_current: bool) -> ProfileInfo<'_> {
[INFO] [stdout]     |                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.34s
[INFO] running `Command { std: "docker" "inspect" "e19cbc0ba48f029d3066abe610b532f471e71714b3f8e9984385e4e64c74a4bc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e19cbc0ba48f029d3066abe610b532f471e71714b3f8e9984385e4e64c74a4bc", kill_on_drop: false }`
[INFO] [stdout] e19cbc0ba48f029d3066abe610b532f471e71714b3f8e9984385e4e64c74a4bc
