[INFO] cloning repository https://github.com/mckernant1/global_git
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mckernant1/global_git" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmckernant1%2Fglobal_git", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmckernant1%2Fglobal_git'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0fd5687ccd756fd52ab0983fe9b89c1c6ecf0201
[INFO] testing mckernant1/global_git against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmckernant1%2Fglobal_git" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mckernant1/global_git
[INFO] finished tweaking git repo https://github.com/mckernant1/global_git
[INFO] tweaked toml for git repo https://github.com/mckernant1/global_git written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mckernant1/global_git on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mckernant1/global_git 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" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 0b68141c3f2a6ebaf4e1746f81051b54dbf73cbb0c3845f1da5708e505fbe283
[INFO] running `Command { std: "docker" "start" "0b68141c3f2a6ebaf4e1746f81051b54dbf73cbb0c3845f1da5708e505fbe283", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0b68141c3f2a6ebaf4e1746f81051b54dbf73cbb0c3845f1da5708e505fbe283", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0b68141c3f2a6ebaf4e1746f81051b54dbf73cbb0c3845f1da5708e505fbe283" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0b68141c3f2a6ebaf4e1746f81051b54dbf73cbb0c3845f1da5708e505fbe283", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0b68141c3f2a6ebaf4e1746f81051b54dbf73cbb0c3845f1da5708e505fbe283" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.78
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling unicode-width v0.1.8
[INFO] [stderr]    Compiling unicode-xid v0.0.4
[INFO] [stderr]    Compiling cfg-if v0.1.10
[INFO] [stderr]    Compiling quote v0.3.15
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling yaml-rust v0.3.5
[INFO] [stderr]    Compiling ansi_term v0.11.0
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling ansi_term v0.7.5
[INFO] [stderr]    Compiling strum v0.8.0
[INFO] [stderr]    Compiling synom v0.11.3
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling syn v0.11.11
[INFO] [stderr]    Compiling json v0.11.15
[INFO] [stderr]    Compiling dirs-sys v0.3.5
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling dirs v2.0.2
[INFO] [stderr]    Compiling clap v2.33.3
[INFO] [stderr]    Compiling term v0.6.1
[INFO] [stderr]    Compiling spinner v0.5.0
[INFO] [stderr]    Compiling strum_macros v0.8.0
[INFO] [stderr]    Compiling spinners v1.2.0
[INFO] [stderr]    Compiling project-manager v0.3.6 (/opt/rustwide/workdir)
[INFO] [stderr] error: failed to run custom build command for `project-manager v0.3.6 (/opt/rustwide/workdir)`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_RELEASE_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/release/build/project-manager-5fec43e72da3c368/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stderr
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' (526) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/clap-2.33.3/src/app/parser.rs:138:25:
[INFO] [stderr]   couldn't create completion file: description() is deprecated; use Display
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x55ab565855e1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stderr]      1:     0x55ab565978aa - core[7c831bd917ebf35f]::fmt::write
[INFO] [stderr]      2:     0x55ab565890dc - <std[104cf6e2632825ea]::sys::stdio::unix::Stderr as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stderr]      3:     0x55ab5656ec36 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stderr]      4:     0x55ab56581621 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stderr]      5:     0x55ab565817db - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stderr]      6:     0x55ab5656ece2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stderr]      7:     0x55ab565678a9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]      8:     0x55ab5656f4fd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stderr]      9:     0x55ab5659801c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stderr]     10:     0x55ab564ee8c7 - <clap[db8261d26de6e2f7]::app::parser::Parser>::gen_completions
[INFO] [stderr]     11:     0x55ab564e5a0a - <clap[db8261d26de6e2f7]::app::App>::gen_completions::<&str, &str>
[INFO] [stderr]     12:     0x55ab564e5b81 - build_script_build[e98d4605b029dac3]::main
[INFO] [stderr]     13:     0x55ab564e5f73 - <fn() as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]     14:     0x55ab564e5a5e - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
[INFO] [stderr]     15:     0x55ab564e5a69 - std[104cf6e2632825ea]::rt::lang_start::<()>::{closure#0}
[INFO] [stderr]     16:     0x55ab56580d89 - std[104cf6e2632825ea]::rt::lang_start_internal
[INFO] [stderr]     17:     0x55ab564e5a51 - std[104cf6e2632825ea]::rt::lang_start::<()>
[INFO] [stderr]     18:     0x55ab564e5fb5 - main
[INFO] [stderr]     19:     0x76388bcad601 - <unknown>
[INFO] [stderr]     20:     0x76388bcad718 - __libc_start_main
[INFO] [stderr]     21:     0x55ab564e5855 - _start
[INFO] [stderr]     22:                0x0 - <unknown>
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "0b68141c3f2a6ebaf4e1746f81051b54dbf73cbb0c3845f1da5708e505fbe283", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0b68141c3f2a6ebaf4e1746f81051b54dbf73cbb0c3845f1da5708e505fbe283", kill_on_drop: false }`
[INFO] [stdout] 0b68141c3f2a6ebaf4e1746f81051b54dbf73cbb0c3845f1da5708e505fbe283
