[INFO] cloning repository https://github.com/Tricked-dev/diplo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Tricked-dev/diplo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTricked-dev%2Fdiplo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTricked-dev%2Fdiplo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4c3cee700aa0c3e32d0c081b28b8d6831e3db85b
[INFO] testing Tricked-dev/diplo against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTricked-dev%2Fdiplo" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Tricked-dev/diplo
[INFO] finished tweaking git repo https://github.com/Tricked-dev/diplo
[INFO] tweaked toml for git repo https://github.com/Tricked-dev/diplo written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Tricked-dev/diplo on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Tricked-dev/diplo 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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] aaeabbabac7c737fb3905b6f6f7969edc21977614ab5770bda494867baad4732
[INFO] running `Command { std: "docker" "start" "-a" "aaeabbabac7c737fb3905b6f6f7969edc21977614ab5770bda494867baad4732", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "aaeabbabac7c737fb3905b6f6f7969edc21977614ab5770bda494867baad4732", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aaeabbabac7c737fb3905b6f6f7969edc21977614ab5770bda494867baad4732", kill_on_drop: false }`
[INFO] [stdout] aaeabbabac7c737fb3905b6f6f7969edc21977614ab5770bda494867baad4732
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e6bec73af24e724cc73f2bcf2304be5445125a6c3b02fa8896211420a34758e5
[INFO] running `Command { std: "docker" "start" "-a" "e6bec73af24e724cc73f2bcf2304be5445125a6c3b02fa8896211420a34758e5", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.107
[INFO] [stderr]    Compiling proc-macro2 v1.0.30
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling syn v1.0.80
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling bytes v1.1.0
[INFO] [stderr]    Compiling cc v1.0.71
[INFO] [stderr]    Compiling ppv-lite86 v0.2.14
[INFO] [stderr]    Compiling pkg-config v0.3.20
[INFO] [stderr]    Compiling pin-project-lite v0.2.7
[INFO] [stderr]    Compiling siphasher v0.3.7
[INFO] [stderr]    Compiling memoffset v0.6.4
[INFO] [stderr]    Compiling futures-core v0.3.17
[INFO] [stderr]    Compiling tokio v1.13.0
[INFO] [stderr]    Compiling indexmap v1.7.0
[INFO] [stderr]    Compiling serde_derive v1.0.130
[INFO] [stderr]    Compiling slab v0.4.5
[INFO] [stderr]    Compiling futures-task v0.3.17
[INFO] [stderr]    Compiling phf_shared v0.8.0
[INFO] [stderr]    Compiling hashbrown v0.11.2
[INFO] [stderr]    Compiling version_check v0.9.3
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling serde v1.0.130
[INFO] [stderr]    Compiling futures-util v0.3.17
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling openssl v0.10.38
[INFO] [stderr]    Compiling http v0.2.5
[INFO] [stderr]    Compiling tracing-core v0.1.21
[INFO] [stderr]    Compiling native-tls v0.2.8
[INFO] [stderr]    Compiling futures-channel v0.3.17
[INFO] [stderr]    Compiling once_cell v1.8.0
[INFO] [stderr]    Compiling futures-sink v0.3.17
[INFO] [stderr]    Compiling httparse v1.5.1
[INFO] [stderr]    Compiling openssl-src v300.0.2+3.0.0
[INFO] [stderr]    Compiling quote v1.0.10
[INFO] [stderr]    Compiling nom v5.1.2
[INFO] [stderr]    Compiling tracing v0.1.29
[INFO] [stderr]    Compiling phf v0.8.0
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling regex-syntax v0.6.25
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling try-lock v0.2.3
[INFO] [stderr]    Compiling openssl-probe v0.1.4
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling bstr v0.2.17
[INFO] [stderr]    Compiling rand_pcg v0.2.1
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling serde_json v1.0.69
[INFO] [stderr]    Compiling tower-service v0.3.1
[INFO] [stderr]    Compiling anyhow v1.0.45
[INFO] [stderr]    Compiling httpdate v1.0.1
[INFO] [stderr]    Compiling combine v4.6.1
[INFO] [stderr]    Compiling itertools v0.10.1
[INFO] [stderr]    Compiling os_str_bytes v6.0.0
[INFO] [stderr]    Compiling termcolor v1.1.2
[INFO] [stderr]    Compiling openssl-sys v0.9.70
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling mio v0.7.14
[INFO] [stderr]    Compiling iovec v0.1.4
[INFO] [stderr]    Compiling net2 v0.2.37
[INFO] [stderr]    Compiling dirs-sys v0.3.6
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling nix v0.22.0
[INFO] [stderr]    Compiling mio v0.6.23
[INFO] [stderr]    Compiling dirs v2.0.2
[INFO] [stderr]    Compiling inotify v0.7.1
[INFO] [stderr]    Compiling which v4.2.2
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling phf_generator v0.8.0
[INFO] [stderr]    Compiling socket2 v0.4.2
[INFO] [stderr]    Compiling phf_codegen v0.8.0
[INFO] [stderr]    Compiling filetime v0.2.15
[INFO] [stderr]    Compiling nix v0.23.0
[INFO] [stderr]    Compiling glob v0.3.0
[INFO] [stderr]    Compiling textwrap v0.14.2
[INFO] [stderr]    Compiling terminfo v0.7.3
[INFO] [stderr]    Compiling clap v3.0.0-rc.8
[INFO] [stderr]    Compiling colored v2.0.0
[INFO] [stderr]    Compiling rprompt v1.0.5
[INFO] [stderr]    Compiling dotenv v0.15.0
[INFO] [stderr]    Compiling mio-extras v2.0.6
[INFO] [stderr]    Compiling notify v4.0.17
[INFO] [stderr]    Compiling http-body v0.4.3
[INFO] [stderr]    Compiling regex v1.5.4
[INFO] [stderr]    Compiling darling_core v0.12.4
[INFO] [stderr]    Compiling tokio-macros v1.5.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]    Compiling globset v0.4.6
[INFO] [stderr]    Compiling command-group v1.0.8
[INFO] [stderr]    Compiling ctrlc v3.2.1
[INFO] [stderr]    Compiling thiserror v1.0.30
[INFO] [stderr]    Compiling darling_macro v0.12.4
[INFO] [stderr]    Compiling darling v0.12.4
[INFO] [stderr]    Compiling derive_builder_core v0.10.2
[INFO] [stderr]    Compiling clearscreen v1.0.7
[INFO] [stderr]    Compiling derive_builder_macro v0.10.2
[INFO] [stderr]    Compiling derive_builder v0.10.2
[INFO] [stderr]    Compiling watchexec v1.17.1
[INFO] [stderr]    Compiling tokio-util v0.6.8
[INFO] [stderr]    Compiling h2 v0.3.6
[INFO] [stderr]    Compiling kstring v1.0.5
[INFO] [stderr]    Compiling toml v0.5.8
[INFO] [stderr]    Compiling toml_edit v0.8.0
[INFO] [stderr]    Compiling hyper v0.14.14
[INFO] [stderr]    Compiling tokio-native-tls v0.3.0
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling diplo v1.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 10s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v5.1.2, terminfo v0.7.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "e6bec73af24e724cc73f2bcf2304be5445125a6c3b02fa8896211420a34758e5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e6bec73af24e724cc73f2bcf2304be5445125a6c3b02fa8896211420a34758e5", kill_on_drop: false }`
[INFO] [stdout] e6bec73af24e724cc73f2bcf2304be5445125a6c3b02fa8896211420a34758e5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 99d343788fcd92e5685bc283fabfdd7f36e738e4c05a9450eb7684b7b5f758a0
[INFO] running `Command { std: "docker" "start" "-a" "99d343788fcd92e5685bc283fabfdd7f36e738e4c05a9450eb7684b7b5f758a0", kill_on_drop: false }`
[INFO] [stderr]    Compiling diplo v1.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 6.12s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v5.1.2, terminfo v0.7.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "99d343788fcd92e5685bc283fabfdd7f36e738e4c05a9450eb7684b7b5f758a0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "99d343788fcd92e5685bc283fabfdd7f36e738e4c05a9450eb7684b7b5f758a0", kill_on_drop: false }`
[INFO] [stdout] 99d343788fcd92e5685bc283fabfdd7f36e738e4c05a9450eb7684b7b5f758a0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 376107e0248735bfc10f06e5f875b1874b93c224230334088d8fa21fea3c08e3
[INFO] running `Command { std: "docker" "start" "-a" "376107e0248735bfc10f06e5f875b1874b93c224230334088d8fa21fea3c08e3", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v5.1.2, terminfo v0.7.3
[INFO] [stdout] 
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stdout] running 0 tests
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/diplo-d2a871cdffeab880)
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/diplo.rs (/opt/rustwide/target/debug/deps/diplo-4c8c0a9b4964cbcf)
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test tests::update_some_deps ... ok
[INFO] [stdout] test tests::run_cache ... FAILED
[INFO] [stdout] test tests::run_update ... FAILED
[INFO] [stdout] test tests::run_install ... FAILED
[INFO] [stdout] test tests::run_script ... FAILED
[INFO] [stdout] test tests::run_add ... FAILED
[INFO] [stdout] test tests::run_init ... FAILED
[INFO] [stdout] test tests::run_exec ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::run_cache stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::run_cache' (27) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.0.0-rc.8/src/parse/matches/arg_matches.rs:593:14:
[INFO] [stdout] `'load_env' is not a name of an argument or a group.
[INFO] [stdout] Make sure you're using the name of the argument itself and not the name of short or long flags.
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b4fd43c7052 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5b4fd43c7052 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5b4fd43c7052 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5b4fd43c7052 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5b4fd43e029a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5b4fd43e029a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5b4fd43ce006 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5b4fd43ce006 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5b4fd43a29bf - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5b4fd43a29bf - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5b4fd43be149 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5b4fd36b133e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5b4fd36b133e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5b4fd43be3b2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5b4fd43be3b2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5b4fd43a2a78 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5b4fd4397769 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5b4fd43a3bbd - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5b4fd43e0a0c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5b4fd370e176 - <clap[d50bee2e6dc34cf]::parse::matches::arg_matches::ArgMatches>::get_arg
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.0.0-rc.8/src/parse/matches/arg_matches.rs:1008:17
[INFO] [stdout]   20:     0x5b4fd36fa541 - <clap[d50bee2e6dc34cf]::parse::matches::arg_matches::ArgMatches>::is_present::<&str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.0.0-rc.8/src/parse/matches/arg_matches.rs:593:14
[INFO] [stdout]   21:     0x5b4fd383bb68 - diplo[67ca4f1a5132e527]::commands::handle_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/commands/mod.rs:67:24
[INFO] [stdout]   22:     0x5b4fd369077a - diplo[feeff5cc71f330c8]::tests::run_cache::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/diplo.rs:56:14
[INFO] [stdout]   23:     0x5b4fd36920ad - <core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_cache::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5b4fd369f75d - <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_cache::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/basic_scheduler.rs:228:78
[INFO] [stdout]   25:     0x5b4fd368d790 - tokio[b08178d418d580a6]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_cache::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/coop.rs:106:9
[INFO] [stdout]   26:     0x5b4fd3694635 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[b08178d418d580a6]::coop::Budget>>>::try_with::<tokio[b08178d418d580a6]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_cache::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   27:     0x5b4fd3692c1e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[b08178d418d580a6]::coop::Budget>>>::with::<tokio[b08178d418d580a6]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_cache::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   28:     0x5b4fd369e0c3 - tokio[b08178d418d580a6]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_cache::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/coop.rs:99:13
[INFO] [stdout]   29:     0x5b4fd369e0c3 - tokio[b08178d418d580a6]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_cache::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/coop.rs:76:5
[INFO] [stdout]   30:     0x5b4fd369e0c3 - <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_cache::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/basic_scheduler.rs:228:39
[INFO] [stdout]   31:     0x5b4fd369ef4a - tokio[b08178d418d580a6]::runtime::basic_scheduler::enter::<<tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_cache::{closure#0}>>::{closure#0}, (), tokio[b08178d418d580a6]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/basic_scheduler.rs:337:29
[INFO] [stdout]   32:     0x5b4fd368ade5 - <tokio[b08178d418d580a6]::macros::scoped_tls::ScopedKey<tokio[b08178d418d580a6]::runtime::basic_scheduler::Context>>::set::<tokio[b08178d418d580a6]::runtime::basic_scheduler::enter<<tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_cache::{closure#0}>>::{closure#0}, (), tokio[b08178d418d580a6]::runtime::driver::Driver>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   33:     0x5b4fd3699106 - tokio[b08178d418d580a6]::runtime::basic_scheduler::enter::<<tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_cache::{closure#0}>>::{closure#0}, (), tokio[b08178d418d580a6]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/basic_scheduler.rs:337:13
[INFO] [stdout]   34:     0x5b4fd36959d3 - <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_cache::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/basic_scheduler.rs:218:9
[INFO] [stdout]   35:     0x5b4fd3695fc3 - <tokio[b08178d418d580a6]::runtime::basic_scheduler::InnerGuard<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_cache::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/basic_scheduler.rs:489:38
[INFO] [stdout]   36:     0x5b4fd36974aa - <tokio[b08178d418d580a6]::runtime::basic_scheduler::BasicScheduler<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on::<diplo[feeff5cc71f330c8]::tests::run_cache::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/basic_scheduler.rs:178:30
[INFO] [stdout]   37:     0x5b4fd3689892 - <tokio[b08178d418d580a6]::runtime::Runtime>::block_on::<diplo[feeff5cc71f330c8]::tests::run_cache::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/mod.rs:461:51
[INFO] [stdout]   38:     0x5b4fd36917bd - diplo[feeff5cc71f330c8]::tests::run_cache
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/diplo.rs:57:22
[INFO] [stdout]   39:     0x5b4fd368e397 - diplo[feeff5cc71f330c8]::tests::run_cache::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/diplo.rs:54:25
[INFO] [stdout]   40:     0x5b4fd3692476 - <diplo[feeff5cc71f330c8]::tests::run_cache::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5b4fd36a56eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5b4fd36a56eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   43:     0x5b4fd36b1f4a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   44:     0x5b4fd36b1f4a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   45:     0x5b4fd36b1f4a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5b4fd36b1f4a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5b4fd36b1f4a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5b4fd36b1f4a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   49:     0x5b4fd36b1f4a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   50:     0x5b4fd36ac414 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   51:     0x5b4fd36ac414 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5b4fd36b4a42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   53:     0x5b4fd36b4a42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x5b4fd36b4a42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5b4fd36b4a42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5b4fd36b4a42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5b4fd36b4a42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   58:     0x5b4fd36b4a42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5b4fd43c62ff - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   60:     0x5b4fd43c62ff - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   61:     0x7a26ce740aa4 - <unknown>
[INFO] [stdout]   62:     0x7a26ce7cda64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::run_update stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::run_update' (32) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.0.0-rc.8/src/parse/matches/arg_matches.rs:593:14:
[INFO] [stdout] `'load_env' is not a name of an argument or a group.
[INFO] [stdout] Make sure you're using the name of the argument itself and not the name of short or long flags.
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b4fd43c7052 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5b4fd43c7052 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5b4fd43c7052 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5b4fd43c7052 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5b4fd43e029a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5b4fd43e029a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5b4fd43ce006 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5b4fd43ce006 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5b4fd43a29bf - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5b4fd43a29bf - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5b4fd43be149 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5b4fd36b133e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5b4fd36b133e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5b4fd43be3b2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5b4fd43be3b2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5b4fd43a2a78 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5b4fd4397769 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5b4fd43a3bbd - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5b4fd43e0a0c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5b4fd370e176 - <clap[d50bee2e6dc34cf]::parse::matches::arg_matches::ArgMatches>::get_arg
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.0.0-rc.8/src/parse/matches/arg_matches.rs:1008:17
[INFO] [stdout]   20:     0x5b4fd36fa541 - <clap[d50bee2e6dc34cf]::parse::matches::arg_matches::ArgMatches>::is_present::<&str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.0.0-rc.8/src/parse/matches/arg_matches.rs:593:14
[INFO] [stdout]   21:     0x5b4fd383bb68 - diplo[67ca4f1a5132e527]::commands::handle_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/commands/mod.rs:67:24
[INFO] [stdout]   22:     0x5b4fd368ed8a - diplo[feeff5cc71f330c8]::tests::run_update::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/diplo.rs:69:14
[INFO] [stdout]   23:     0x5b4fd3691f2d - <core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_update::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5b4fd369f09d - <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_update::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/basic_scheduler.rs:228:78
[INFO] [stdout]   25:     0x5b4fd368d070 - tokio[b08178d418d580a6]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_update::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/coop.rs:106:9
[INFO] [stdout]   26:     0x5b4fd3694035 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[b08178d418d580a6]::coop::Budget>>>::try_with::<tokio[b08178d418d580a6]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_update::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   27:     0x5b4fd3692a3e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[b08178d418d580a6]::coop::Budget>>>::with::<tokio[b08178d418d580a6]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_update::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   28:     0x5b4fd3699f23 - tokio[b08178d418d580a6]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_update::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/coop.rs:99:13
[INFO] [stdout]   29:     0x5b4fd3699f23 - tokio[b08178d418d580a6]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_update::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/coop.rs:76:5
[INFO] [stdout]   30:     0x5b4fd3699f23 - <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_update::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/basic_scheduler.rs:228:39
[INFO] [stdout]   31:     0x5b4fd369ee8a - tokio[b08178d418d580a6]::runtime::basic_scheduler::enter::<<tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_update::{closure#0}>>::{closure#0}, (), tokio[b08178d418d580a6]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/basic_scheduler.rs:337:29
[INFO] [stdout]   32:     0x5b4fd368a8a5 - <tokio[b08178d418d580a6]::macros::scoped_tls::ScopedKey<tokio[b08178d418d580a6]::runtime::basic_scheduler::Context>>::set::<tokio[b08178d418d580a6]::runtime::basic_scheduler::enter<<tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_update::{closure#0}>>::{closure#0}, (), tokio[b08178d418d580a6]::runtime::driver::Driver>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   33:     0x5b4fd3697d26 - tokio[b08178d418d580a6]::runtime::basic_scheduler::enter::<<tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_update::{closure#0}>>::{closure#0}, (), tokio[b08178d418d580a6]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/basic_scheduler.rs:337:13
[INFO] [stdout]   34:     0x5b4fd3695913 - <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_update::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/basic_scheduler.rs:218:9
[INFO] [stdout]   35:     0x5b4fd3695b43 - <tokio[b08178d418d580a6]::runtime::basic_scheduler::InnerGuard<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_update::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/basic_scheduler.rs:489:38
[INFO] [stdout]   36:     0x5b4fd369637a - <tokio[b08178d418d580a6]::runtime::basic_scheduler::BasicScheduler<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on::<diplo[feeff5cc71f330c8]::tests::run_update::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/basic_scheduler.rs:178:30
[INFO] [stdout]   37:     0x5b4fd3688fc2 - <tokio[b08178d418d580a6]::runtime::Runtime>::block_on::<diplo[feeff5cc71f330c8]::tests::run_update::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/mod.rs:461:51
[INFO] [stdout]   38:     0x5b4fd3690e2d - diplo[feeff5cc71f330c8]::tests::run_update
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/diplo.rs:70:22
[INFO] [stdout]   39:     0x5b4fd368e277 - diplo[feeff5cc71f330c8]::tests::run_update::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/diplo.rs:67:26
[INFO] [stdout]   40:     0x5b4fd36922f6 - <diplo[feeff5cc71f330c8]::tests::run_update::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5b4fd36a56eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5b4fd36a56eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   43:     0x5b4fd36b1f4a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   44:     0x5b4fd36b1f4a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   45:     0x5b4fd36b1f4a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5b4fd36b1f4a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5b4fd36b1f4a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5b4fd36b1f4a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   49:     0x5b4fd36b1f4a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   50:     0x5b4fd36ac414 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   51:     0x5b4fd36ac414 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5b4fd36b4a42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   53:     0x5b4fd36b4a42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x5b4fd36b4a42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5b4fd36b4a42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5b4fd36b4a42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5b4fd36b4a42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   58:     0x5b4fd36b4a42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5b4fd43c62ff - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   60:     0x5b4fd43c62ff - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   61:     0x7a26ce740aa4 - <unknown>
[INFO] [stdout]   62:     0x7a26ce7cda64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::run_install stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::run_install' (30) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.0.0-rc.8/src/parse/matches/arg_matches.rs:593:14:
[INFO] [stdout] `'load_env' is not a name of an argument or a group.
[INFO] [stdout] Make sure you're using the name of the argument itself and not the name of short or long flags.
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b4fd43c7052 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5b4fd43c7052 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5b4fd43c7052 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5b4fd43c7052 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5b4fd43e029a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5b4fd43e029a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5b4fd43ce006 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5b4fd43ce006 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5b4fd43a29bf - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5b4fd43a29bf - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5b4fd43be149 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5b4fd36b133e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5b4fd36b133e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5b4fd43be3b2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5b4fd43be3b2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5b4fd43a2a78 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5b4fd4397769 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5b4fd43a3bbd - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5b4fd43e0a0c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5b4fd370e176 - <clap[d50bee2e6dc34cf]::parse::matches::arg_matches::ArgMatches>::get_arg
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.0.0-rc.8/src/parse/matches/arg_matches.rs:1008:17
[INFO] [stdout]   20:     0x5b4fd36fa541 - <clap[d50bee2e6dc34cf]::parse::matches::arg_matches::ArgMatches>::is_present::<&str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.0.0-rc.8/src/parse/matches/arg_matches.rs:593:14
[INFO] [stdout]   21:     0x5b4fd383bb68 - diplo[67ca4f1a5132e527]::commands::handle_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/commands/mod.rs:67:24
[INFO] [stdout]   22:     0x5b4fd368f1ba - diplo[feeff5cc71f330c8]::tests::run_install::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/diplo.rs:75:14
[INFO] [stdout]   23:     0x5b4fd3691f6d - <core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_install::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5b4fd369f1bd - <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_install::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/basic_scheduler.rs:228:78
[INFO] [stdout]   25:     0x5b4fd368d1a0 - tokio[b08178d418d580a6]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_install::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/coop.rs:106:9
[INFO] [stdout]   26:     0x5b4fd3694135 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[b08178d418d580a6]::coop::Budget>>>::try_with::<tokio[b08178d418d580a6]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_install::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   27:     0x5b4fd3692a8e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[b08178d418d580a6]::coop::Budget>>>::with::<tokio[b08178d418d580a6]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_install::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   28:     0x5b4fd369aa13 - tokio[b08178d418d580a6]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_install::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/coop.rs:99:13
[INFO] [stdout]   29:     0x5b4fd369aa13 - tokio[b08178d418d580a6]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_install::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/coop.rs:76:5
[INFO] [stdout]   30:     0x5b4fd369aa13 - <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_install::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/basic_scheduler.rs:228:39
[INFO] [stdout]   31:     0x5b4fd369eeaa - tokio[b08178d418d580a6]::runtime::basic_scheduler::enter::<<tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_install::{closure#0}>>::{closure#0}, (), tokio[b08178d418d580a6]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/basic_scheduler.rs:337:29
[INFO] [stdout]   32:     0x5b4fd368a985 - <tokio[b08178d418d580a6]::macros::scoped_tls::ScopedKey<tokio[b08178d418d580a6]::runtime::basic_scheduler::Context>>::set::<tokio[b08178d418d580a6]::runtime::basic_scheduler::enter<<tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_install::{closure#0}>>::{closure#0}, (), tokio[b08178d418d580a6]::runtime::driver::Driver>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   33:     0x5b4fd3698076 - tokio[b08178d418d580a6]::runtime::basic_scheduler::enter::<<tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_install::{closure#0}>>::{closure#0}, (), tokio[b08178d418d580a6]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/basic_scheduler.rs:337:13
[INFO] [stdout]   34:     0x5b4fd3695933 - <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_install::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/basic_scheduler.rs:218:9
[INFO] [stdout]   35:     0x5b4fd3695c03 - <tokio[b08178d418d580a6]::runtime::basic_scheduler::InnerGuard<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_install::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/basic_scheduler.rs:489:38
[INFO] [stdout]   36:     0x5b4fd369665a - <tokio[b08178d418d580a6]::runtime::basic_scheduler::BasicScheduler<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on::<diplo[feeff5cc71f330c8]::tests::run_install::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/basic_scheduler.rs:178:30
[INFO] [stdout]   37:     0x5b4fd3689142 - <tokio[b08178d418d580a6]::runtime::Runtime>::block_on::<diplo[feeff5cc71f330c8]::tests::run_install::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/mod.rs:461:51
[INFO] [stdout]   38:     0x5b4fd3690fcd - diplo[feeff5cc71f330c8]::tests::run_install
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/diplo.rs:76:22
[INFO] [stdout]   39:     0x5b4fd368e2a7 - diplo[feeff5cc71f330c8]::tests::run_install::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/diplo.rs:73:27
[INFO] [stdout]   40:     0x5b4fd3692336 - <diplo[feeff5cc71f330c8]::tests::run_install::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5b4fd36a56eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5b4fd36a56eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   43:     0x5b4fd36b1f4a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   44:     0x5b4fd36b1f4a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   45:     0x5b4fd36b1f4a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5b4fd36b1f4a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5b4fd36b1f4a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5b4fd36b1f4a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   49:     0x5b4fd36b1f4a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   50:     0x5b4fd36ac414 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   51:     0x5b4fd36ac414 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5b4fd36b4a42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   53:     0x5b4fd36b4a42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x5b4fd36b4a42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5b4fd36b4a42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5b4fd36b4a42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5b4fd36b4a42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   58:     0x5b4fd36b4a42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5b4fd43c62ff - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   60:     0x5b4fd43c62ff - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   61:     0x7a26ce740aa4 - <unknown>
[INFO] [stdout]   62:     0x7a26ce7cda64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::run_script stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::run_script' (31) panicked at src/bin/diplo.rs:81:53:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b4fd43c7052 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5b4fd43c7052 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5b4fd43c7052 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5b4fd43c7052 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5b4fd43e029a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5b4fd43e029a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5b4fd43ce006 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5b4fd43ce006 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5b4fd43a29bf - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5b4fd43a29bf - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5b4fd43be149 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5b4fd36b133e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5b4fd36b133e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5b4fd43be3b2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5b4fd43be3b2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5b4fd43a2a78 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5b4fd4397769 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5b4fd43a3bbd - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5b4fd43e0a0c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5b4fd43e0752 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5b4fd368e4f6 - <core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, std[3f03f8b59f91bef1]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5b4fd368e4f6 - diplo[feeff5cc71f330c8]::tests::run_script::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/diplo.rs:81:53
[INFO] [stdout]   22:     0x5b4fd3691eed - <core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_script::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5b4fd369ef7d - <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_script::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/basic_scheduler.rs:228:78
[INFO] [stdout]   24:     0x5b4fd368cf40 - tokio[b08178d418d580a6]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_script::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/coop.rs:106:9
[INFO] [stdout]   25:     0x5b4fd3693f35 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[b08178d418d580a6]::coop::Budget>>>::try_with::<tokio[b08178d418d580a6]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_script::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   26:     0x5b4fd36929ee - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[b08178d418d580a6]::coop::Budget>>>::with::<tokio[b08178d418d580a6]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_script::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   27:     0x5b4fd3699433 - tokio[b08178d418d580a6]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_script::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/coop.rs:99:13
[INFO] [stdout]   28:     0x5b4fd3699433 - tokio[b08178d418d580a6]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_script::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/coop.rs:76:5
[INFO] [stdout]   29:     0x5b4fd3699433 - <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_script::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/basic_scheduler.rs:228:39
[INFO] [stdout]   30:     0x5b4fd369ee6a - tokio[b08178d418d580a6]::runtime::basic_scheduler::enter::<<tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_script::{closure#0}>>::{closure#0}, (), tokio[b08178d418d580a6]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/basic_scheduler.rs:337:29
[INFO] [stdout]   31:     0x5b4fd368a7c5 - <tokio[b08178d418d580a6]::macros::scoped_tls::ScopedKey<tokio[b08178d418d580a6]::runtime::basic_scheduler::Context>>::set::<tokio[b08178d418d580a6]::runtime::basic_scheduler::enter<<tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_script::{closure#0}>>::{closure#0}, (), tokio[b08178d418d580a6]::runtime::driver::Driver>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   32:     0x5b4fd36979d6 - tokio[b08178d418d580a6]::runtime::basic_scheduler::enter::<<tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_script::{closure#0}>>::{closure#0}, (), tokio[b08178d418d580a6]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/basic_scheduler.rs:337:13
[INFO] [stdout]   33:     0x5b4fd36958f3 - <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_script::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/basic_scheduler.rs:218:9
[INFO] [stdout]   34:     0x5b4fd3695a83 - <tokio[b08178d418d580a6]::runtime::basic_scheduler::InnerGuard<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_script::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/basic_scheduler.rs:489:38
[INFO] [stdout]   35:     0x5b4fd369609a - <tokio[b08178d418d580a6]::runtime::basic_scheduler::BasicScheduler<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on::<diplo[feeff5cc71f330c8]::tests::run_script::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/basic_scheduler.rs:178:30
[INFO] [stdout]   36:     0x5b4fd3688e42 - <tokio[b08178d418d580a6]::runtime::Runtime>::block_on::<diplo[feeff5cc71f330c8]::tests::run_script::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/mod.rs:461:51
[INFO] [stdout]   37:     0x5b4fd3690c8d - diplo[feeff5cc71f330c8]::tests::run_script
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/diplo.rs:86:22
[INFO] [stdout]   38:     0x5b4fd368e247 - diplo[feeff5cc71f330c8]::tests::run_script::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/diplo.rs:80:26
[INFO] [stdout]   39:     0x5b4fd36922b6 - <diplo[feeff5cc71f330c8]::tests::run_script::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5b4fd36a56eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5b4fd36a56eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   42:     0x5b4fd36b1f4a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   43:     0x5b4fd36b1f4a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   44:     0x5b4fd36b1f4a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   45:     0x5b4fd36b1f4a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   46:     0x5b4fd36b1f4a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   47:     0x5b4fd36b1f4a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   48:     0x5b4fd36b1f4a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   49:     0x5b4fd36ac414 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   50:     0x5b4fd36ac414 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   51:     0x5b4fd36b4a42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   52:     0x5b4fd36b4a42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   53:     0x5b4fd36b4a42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   54:     0x5b4fd36b4a42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   55:     0x5b4fd36b4a42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x5b4fd36b4a42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   57:     0x5b4fd36b4a42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x5b4fd43c62ff - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   59:     0x5b4fd43c62ff - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   60:     0x7a26ce740aa4 - <unknown>
[INFO] [stdout]   61:     0x7a26ce7cda64 - clone
[INFO] [stdout]   62:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::run_add stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::run_add' (26) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.0.0-rc.8/src/parse/matches/arg_matches.rs:593:14:
[INFO] [stdout] `'load_env' is not a name of an argument or a group.
[INFO] [stdout] Make sure you're using the name of the argument itself and not the name of short or long flags.
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b4fd43c7052 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5b4fd43c7052 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5b4fd43c7052 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5b4fd43c7052 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5b4fd43e029a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5b4fd43e029a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5b4fd43ce006 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5b4fd43ce006 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5b4fd43a29bf - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5b4fd43a29bf - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5b4fd43be149 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5b4fd36b133e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5b4fd36b133e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5b4fd43be3b2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5b4fd43be3b2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5b4fd43a2a78 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5b4fd4397769 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5b4fd43a3bbd - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5b4fd43e0a0c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5b4fd370e176 - <clap[d50bee2e6dc34cf]::parse::matches::arg_matches::ArgMatches>::get_arg
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.0.0-rc.8/src/parse/matches/arg_matches.rs:1008:17
[INFO] [stdout]   20:     0x5b4fd36fa541 - <clap[d50bee2e6dc34cf]::parse::matches::arg_matches::ArgMatches>::is_present::<&str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.0.0-rc.8/src/parse/matches/arg_matches.rs:593:14
[INFO] [stdout]   21:     0x5b4fd383bb68 - diplo[67ca4f1a5132e527]::commands::handle_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/commands/mod.rs:67:24
[INFO] [stdout]   22:     0x5b4fd368f6bb - diplo[feeff5cc71f330c8]::tests::run_add::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/diplo.rs:38:14
[INFO] [stdout]   23:     0x5b4fd3691fed - <core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_add::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5b4fd369f3fd - <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_add::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/basic_scheduler.rs:228:78
[INFO] [stdout]   25:     0x5b4fd368d400 - tokio[b08178d418d580a6]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_add::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/coop.rs:106:9
[INFO] [stdout]   26:     0x5b4fd3694335 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[b08178d418d580a6]::coop::Budget>>>::try_with::<tokio[b08178d418d580a6]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_add::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   27:     0x5b4fd3692b2e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[b08178d418d580a6]::coop::Budget>>>::with::<tokio[b08178d418d580a6]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_add::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   28:     0x5b4fd369bff3 - tokio[b08178d418d580a6]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_add::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/coop.rs:99:13
[INFO] [stdout]   29:     0x5b4fd369bff3 - tokio[b08178d418d580a6]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_add::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/coop.rs:76:5
[INFO] [stdout]   30:     0x5b4fd369bff3 - <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_add::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/basic_scheduler.rs:228:39
[INFO] [stdout]   31:     0x5b4fd369eeea - tokio[b08178d418d580a6]::runtime::basic_scheduler::enter::<<tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_add::{closure#0}>>::{closure#0}, (), tokio[b08178d418d580a6]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/basic_scheduler.rs:337:29
[INFO] [stdout]   32:     0x5b4fd368ab45 - <tokio[b08178d418d580a6]::macros::scoped_tls::ScopedKey<tokio[b08178d418d580a6]::runtime::basic_scheduler::Context>>::set::<tokio[b08178d418d580a6]::runtime::basic_scheduler::enter<<tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_add::{closure#0}>>::{closure#0}, (), tokio[b08178d418d580a6]::runtime::driver::Driver>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   33:     0x5b4fd3698716 - tokio[b08178d418d580a6]::runtime::basic_scheduler::enter::<<tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_add::{closure#0}>>::{closure#0}, (), tokio[b08178d418d580a6]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/basic_scheduler.rs:337:13
[INFO] [stdout]   34:     0x5b4fd3695973 - <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_add::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/basic_scheduler.rs:218:9
[INFO] [stdout]   35:     0x5b4fd3695d83 - <tokio[b08178d418d580a6]::runtime::basic_scheduler::InnerGuard<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_add::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/basic_scheduler.rs:489:38
[INFO] [stdout]   36:     0x5b4fd3696c0a - <tokio[b08178d418d580a6]::runtime::basic_scheduler::BasicScheduler<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on::<diplo[feeff5cc71f330c8]::tests::run_add::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/basic_scheduler.rs:178:30
[INFO] [stdout]   37:     0x5b4fd3689412 - <tokio[b08178d418d580a6]::runtime::Runtime>::block_on::<diplo[feeff5cc71f330c8]::tests::run_add::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/mod.rs:461:51
[INFO] [stdout]   38:     0x5b4fd36912ea - diplo[feeff5cc71f330c8]::tests::run_add
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/diplo.rs:42:22
[INFO] [stdout]   39:     0x5b4fd368e307 - diplo[feeff5cc71f330c8]::tests::run_add::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/diplo.rs:36:23
[INFO] [stdout]   40:     0x5b4fd36923b6 - <diplo[feeff5cc71f330c8]::tests::run_add::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5b4fd36a56eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5b4fd36a56eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   43:     0x5b4fd36b1f4a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   44:     0x5b4fd36b1f4a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   45:     0x5b4fd36b1f4a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5b4fd36b1f4a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5b4fd36b1f4a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5b4fd36b1f4a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   49:     0x5b4fd36b1f4a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   50:     0x5b4fd36ac414 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   51:     0x5b4fd36ac414 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5b4fd36b4a42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   53:     0x5b4fd36b4a42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x5b4fd36b4a42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5b4fd36b4a42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5b4fd36b4a42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5b4fd36b4a42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   58:     0x5b4fd36b4a42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5b4fd43c62ff - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   60:     0x5b4fd43c62ff - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   61:     0x7a26ce740aa4 - <unknown>
[INFO] [stdout]   62:     0x7a26ce7cda64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::run_init stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::run_init' (29) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.0.0-rc.8/src/parse/matches/arg_matches.rs:593:14:
[INFO] [stdout] `'load_env' is not a name of an argument or a group.
[INFO] [stdout] Make sure you're using the name of the argument itself and not the name of short or long flags.
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b4fd43c7052 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5b4fd43c7052 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5b4fd43c7052 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5b4fd43c7052 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5b4fd43e029a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5b4fd43e029a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5b4fd43ce006 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5b4fd43ce006 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5b4fd43a29bf - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5b4fd43a29bf - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5b4fd43be149 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5b4fd36b133e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5b4fd36b133e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5b4fd43be3b2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5b4fd43be3b2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5b4fd43a2a78 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5b4fd4397769 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5b4fd43a3bbd - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5b4fd43e0a0c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5b4fd370e176 - <clap[d50bee2e6dc34cf]::parse::matches::arg_matches::ArgMatches>::get_arg
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.0.0-rc.8/src/parse/matches/arg_matches.rs:1008:17
[INFO] [stdout]   20:     0x5b4fd36fa541 - <clap[d50bee2e6dc34cf]::parse::matches::arg_matches::ArgMatches>::is_present::<&str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.0.0-rc.8/src/parse/matches/arg_matches.rs:593:14
[INFO] [stdout]   21:     0x5b4fd383bb68 - diplo[67ca4f1a5132e527]::commands::handle_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/commands/mod.rs:67:24
[INFO] [stdout]   22:     0x5b4fd3690347 - diplo[feeff5cc71f330c8]::tests::run_init::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/diplo.rs:31:31
[INFO] [stdout]   23:     0x5b4fd369206d - <core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_init::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5b4fd369f63d - <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_init::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/basic_scheduler.rs:228:78
[INFO] [stdout]   25:     0x5b4fd368d660 - tokio[b08178d418d580a6]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_init::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/coop.rs:106:9
[INFO] [stdout]   26:     0x5b4fd3694535 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[b08178d418d580a6]::coop::Budget>>>::try_with::<tokio[b08178d418d580a6]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_init::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   27:     0x5b4fd3692bce - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[b08178d418d580a6]::coop::Budget>>>::with::<tokio[b08178d418d580a6]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_init::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   28:     0x5b4fd369d5d3 - tokio[b08178d418d580a6]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_init::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/coop.rs:99:13
[INFO] [stdout]   29:     0x5b4fd369d5d3 - tokio[b08178d418d580a6]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_init::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/coop.rs:76:5
[INFO] [stdout]   30:     0x5b4fd369d5d3 - <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_init::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/basic_scheduler.rs:228:39
[INFO] [stdout]   31:     0x5b4fd369ef2a - tokio[b08178d418d580a6]::runtime::basic_scheduler::enter::<<tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_init::{closure#0}>>::{closure#0}, (), tokio[b08178d418d580a6]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/basic_scheduler.rs:337:29
[INFO] [stdout]   32:     0x5b4fd368ad05 - <tokio[b08178d418d580a6]::macros::scoped_tls::ScopedKey<tokio[b08178d418d580a6]::runtime::basic_scheduler::Context>>::set::<tokio[b08178d418d580a6]::runtime::basic_scheduler::enter<<tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_init::{closure#0}>>::{closure#0}, (), tokio[b08178d418d580a6]::runtime::driver::Driver>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   33:     0x5b4fd3698db6 - tokio[b08178d418d580a6]::runtime::basic_scheduler::enter::<<tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_init::{closure#0}>>::{closure#0}, (), tokio[b08178d418d580a6]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/basic_scheduler.rs:337:13
[INFO] [stdout]   34:     0x5b4fd36959b3 - <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_init::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/basic_scheduler.rs:218:9
[INFO] [stdout]   35:     0x5b4fd3695f03 - <tokio[b08178d418d580a6]::runtime::basic_scheduler::InnerGuard<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_init::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/basic_scheduler.rs:489:38
[INFO] [stdout]   36:     0x5b4fd36971ca - <tokio[b08178d418d580a6]::runtime::basic_scheduler::BasicScheduler<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on::<diplo[feeff5cc71f330c8]::tests::run_init::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/basic_scheduler.rs:178:30
[INFO] [stdout]   37:     0x5b4fd3689712 - <tokio[b08178d418d580a6]::runtime::Runtime>::block_on::<diplo[feeff5cc71f330c8]::tests::run_init::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/mod.rs:461:51
[INFO] [stdout]   38:     0x5b4fd369160f - diplo[feeff5cc71f330c8]::tests::run_init
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/diplo.rs:31:43
[INFO] [stdout]   39:     0x5b4fd368e367 - diplo[feeff5cc71f330c8]::tests::run_init::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/diplo.rs:29:24
[INFO] [stdout]   40:     0x5b4fd3692436 - <diplo[feeff5cc71f330c8]::tests::run_init::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5b4fd36a56eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5b4fd36a56eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   43:     0x5b4fd36b1f4a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   44:     0x5b4fd36b1f4a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   45:     0x5b4fd36b1f4a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5b4fd36b1f4a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5b4fd36b1f4a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5b4fd36b1f4a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   49:     0x5b4fd36b1f4a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   50:     0x5b4fd36ac414 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   51:     0x5b4fd36ac414 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5b4fd36b4a42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   53:     0x5b4fd36b4a42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x5b4fd36b4a42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5b4fd36b4a42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5b4fd36b4a42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5b4fd36b4a42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   58:     0x5b4fd36b4a42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5b4fd43c62ff - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   60:     0x5b4fd43c62ff - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   61:     0x7a26ce740aa4 - <unknown>
[INFO] [stdout]   62:     0x7a26ce7cda64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::run_exec stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::run_exec' (28) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.0.0-rc.8/src/parse/matches/arg_matches.rs:593:14:
[INFO] [stdout] `'load_env' is not a name of an argument or a group.
[INFO] [stdout] Make sure you're using the name of the argument itself and not the name of short or long flags.
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b4fd43c7052 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5b4fd43c7052 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5b4fd43c7052 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5b4fd43c7052 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5b4fd43e029a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5b4fd43e029a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5b4fd43ce006 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5b4fd43ce006 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5b4fd43a29bf - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5b4fd43a29bf - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5b4fd43be149 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5b4fd36b133e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5b4fd36b133e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5b4fd43be3b2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5b4fd43be3b2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5b4fd43a2a78 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5b4fd4397769 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5b4fd43a3bbd - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5b4fd43e0a0c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5b4fd370e176 - <clap[d50bee2e6dc34cf]::parse::matches::arg_matches::ArgMatches>::get_arg
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.0.0-rc.8/src/parse/matches/arg_matches.rs:1008:17
[INFO] [stdout]   20:     0x5b4fd36fa541 - <clap[d50bee2e6dc34cf]::parse::matches::arg_matches::ArgMatches>::is_present::<&str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.0.0-rc.8/src/parse/matches/arg_matches.rs:593:14
[INFO] [stdout]   21:     0x5b4fd383bb68 - diplo[67ca4f1a5132e527]::commands::handle_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/commands/mod.rs:67:24
[INFO] [stdout]   22:     0x5b4fd368fe8d - diplo[feeff5cc71f330c8]::tests::run_exec::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/diplo.rs:62:14
[INFO] [stdout]   23:     0x5b4fd369202d - <core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_exec::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5b4fd369f51d - <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_exec::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/basic_scheduler.rs:228:78
[INFO] [stdout]   25:     0x5b4fd368d530 - tokio[b08178d418d580a6]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_exec::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/coop.rs:106:9
[INFO] [stdout]   26:     0x5b4fd3694435 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[b08178d418d580a6]::coop::Budget>>>::try_with::<tokio[b08178d418d580a6]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_exec::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   27:     0x5b4fd3692b7e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[b08178d418d580a6]::coop::Budget>>>::with::<tokio[b08178d418d580a6]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_exec::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   28:     0x5b4fd369cae3 - tokio[b08178d418d580a6]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_exec::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/coop.rs:99:13
[INFO] [stdout]   29:     0x5b4fd369cae3 - tokio[b08178d418d580a6]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_exec::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/coop.rs:76:5
[INFO] [stdout]   30:     0x5b4fd369cae3 - <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_exec::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/basic_scheduler.rs:228:39
[INFO] [stdout]   31:     0x5b4fd369ef0a - tokio[b08178d418d580a6]::runtime::basic_scheduler::enter::<<tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_exec::{closure#0}>>::{closure#0}, (), tokio[b08178d418d580a6]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/basic_scheduler.rs:337:29
[INFO] [stdout]   32:     0x5b4fd368ac25 - <tokio[b08178d418d580a6]::macros::scoped_tls::ScopedKey<tokio[b08178d418d580a6]::runtime::basic_scheduler::Context>>::set::<tokio[b08178d418d580a6]::runtime::basic_scheduler::enter<<tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_exec::{closure#0}>>::{closure#0}, (), tokio[b08178d418d580a6]::runtime::driver::Driver>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   33:     0x5b4fd3698a66 - tokio[b08178d418d580a6]::runtime::basic_scheduler::enter::<<tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_exec::{closure#0}>>::{closure#0}, (), tokio[b08178d418d580a6]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/basic_scheduler.rs:337:13
[INFO] [stdout]   34:     0x5b4fd3695993 - <tokio[b08178d418d580a6]::runtime::basic_scheduler::Inner<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_exec::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/basic_scheduler.rs:218:9
[INFO] [stdout]   35:     0x5b4fd3695e43 - <tokio[b08178d418d580a6]::runtime::basic_scheduler::InnerGuard<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut diplo[feeff5cc71f330c8]::tests::run_exec::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/basic_scheduler.rs:489:38
[INFO] [stdout]   36:     0x5b4fd3696eea - <tokio[b08178d418d580a6]::runtime::basic_scheduler::BasicScheduler<tokio[b08178d418d580a6]::runtime::driver::Driver>>::block_on::<diplo[feeff5cc71f330c8]::tests::run_exec::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/basic_scheduler.rs:178:30
[INFO] [stdout]   37:     0x5b4fd3689592 - <tokio[b08178d418d580a6]::runtime::Runtime>::block_on::<diplo[feeff5cc71f330c8]::tests::run_exec::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.13.0/src/runtime/mod.rs:461:51
[INFO] [stdout]   38:     0x5b4fd369148d - diplo[feeff5cc71f330c8]::tests::run_exec
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/diplo.rs:63:22
[INFO] [stdout]   39:     0x5b4fd368e337 - diplo[feeff5cc71f330c8]::tests::run_exec::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/diplo.rs:60:24
[INFO] [stdout]   40:     0x5b4fd36923f6 - <diplo[feeff5cc71f330c8]::tests::run_exec::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5b4fd36a56eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5b4fd36a56eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   43:     0x5b4fd36b1f4a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   44:     0x5b4fd36b1f4a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   45:     0x5b4fd36b1f4a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5b4fd36b1f4a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5b4fd36b1f4a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5b4fd36b1f4a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   49:     0x5b4fd36b1f4a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   50:     0x5b4fd36ac414 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   51:     0x5b4fd36ac414 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5b4fd36b4a42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   53:     0x5b4fd36b4a42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x5b4fd36b4a42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5b4fd36b4a42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5b4fd36b4a42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5b4fd36b4a42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   58:     0x5b4fd36b4a42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5b4fd43c62ff - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   60:     0x5b4fd43c62ff - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   61:     0x7a26ce740aa4 - <unknown>
[INFO] [stdout]   62:     0x7a26ce7cda64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::run_add
[INFO] [stdout]     tests::run_cache
[INFO] [stdout]     tests::run_exec
[INFO] [stdout]     tests::run_init
[INFO] [stdout]     tests::run_install
[INFO] [stdout]     tests::run_script
[INFO] [stdout]     tests::run_update
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 7 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin diplo`
[INFO] running `Command { std: "docker" "inspect" "376107e0248735bfc10f06e5f875b1874b93c224230334088d8fa21fea3c08e3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "376107e0248735bfc10f06e5f875b1874b93c224230334088d8fa21fea3c08e3", kill_on_drop: false }`
[INFO] [stdout] 376107e0248735bfc10f06e5f875b1874b93c224230334088d8fa21fea3c08e3
