[INFO] cloning repository https://github.com/Yamaguchi/pp
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Yamaguchi/pp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYamaguchi%2Fpp", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYamaguchi%2Fpp'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 602d5a322cdbc8c607f7c99fb15282598609d8a1
[INFO] checking Yamaguchi/pp against try#48c9d93cf65d550d124c40108859fd993778c157 for pr-153692-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYamaguchi%2Fpp" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Yamaguchi/pp
[INFO] finished tweaking git repo https://github.com/Yamaguchi/pp
[INFO] tweaked toml for git repo https://github.com/Yamaguchi/pp written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Yamaguchi/pp on toolchain 48c9d93cf65d550d124c40108859fd993778c157
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+48c9d93cf65d550d124c40108859fd993778c157" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Yamaguchi/pp 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" "+48c9d93cf65d550d124c40108859fd993778c157" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+48c9d93cf65d550d124c40108859fd993778c157" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 46b5ca06bd6a6e1005d1a59c92447e49c87a20a84c75e895026ba1c9a6b40d05
[INFO] running `Command { std: "docker" "start" "-a" "46b5ca06bd6a6e1005d1a59c92447e49c87a20a84c75e895026ba1c9a6b40d05", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "46b5ca06bd6a6e1005d1a59c92447e49c87a20a84c75e895026ba1c9a6b40d05", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "46b5ca06bd6a6e1005d1a59c92447e49c87a20a84c75e895026ba1c9a6b40d05", kill_on_drop: false }`
[INFO] [stdout] 46b5ca06bd6a6e1005d1a59c92447e49c87a20a84c75e895026ba1c9a6b40d05
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+48c9d93cf65d550d124c40108859fd993778c157" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e568e92f3ed5673aa10dd09101361068fcf6dab8d2171b70f55185aa99ee962a
[INFO] running `Command { std: "docker" "start" "-a" "e568e92f3ed5673aa10dd09101361068fcf6dab8d2171b70f55185aa99ee962a", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.67
[INFO] [stderr]    Compiling proc-macro2 v1.0.9
[INFO] [stderr]    Compiling unicode-xid v0.2.0
[INFO] [stderr]    Compiling syn v1.0.16
[INFO] [stderr]     Checking cfg-if v0.1.10
[INFO] [stderr]    Compiling log v0.4.8
[INFO] [stderr]    Compiling getrandom v0.1.14
[INFO] [stderr]    Compiling autocfg v1.0.0
[INFO] [stderr]     Checking futures-core v0.3.4
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]    Compiling memchr v2.3.3
[INFO] [stderr]     Checking bytes v0.5.4
[INFO] [stderr]     Checking slab v0.4.2
[INFO] [stderr]     Checking fnv v1.0.6
[INFO] [stderr]     Checking arc-swap v0.4.4
[INFO] [stderr]     Checking tower-service v0.3.0
[INFO] [stderr]     Checking pin-project-lite v0.1.4
[INFO] [stderr]     Checking futures-sink v0.3.4
[INFO] [stderr]    Compiling anyhow v1.0.26
[INFO] [stderr]    Compiling either v1.5.3
[INFO] [stderr]     Checking rand_core v0.4.2
[INFO] [stderr]    Compiling typenum v1.11.2
[INFO] [stderr]    Compiling autocfg v0.1.7
[INFO] [stderr]    Compiling byteorder v1.3.4
[INFO] [stderr]     Checking pin-utils v0.1.0-alpha.4
[INFO] [stderr]     Checking futures-task v0.3.4
[INFO] [stderr]     Checking tower-layer v0.3.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.6
[INFO] [stderr]    Compiling itertools v0.8.2
[INFO] [stderr]     Checking futures-util v0.3.4
[INFO] [stderr]     Checking tracing-core v0.1.10
[INFO] [stderr]     Checking rand_core v0.3.1
[INFO] [stderr]    Compiling indexmap v1.3.2
[INFO] [stderr]    Compiling remove_dir_all v0.5.2
[INFO] [stderr]    Compiling semver-parser v0.7.0
[INFO] [stderr]    Compiling unicode-segmentation v1.6.0
[INFO] [stderr]     Checking itoa v0.4.5
[INFO] [stderr]    Compiling quote v1.0.2
[INFO] [stderr]    Compiling which v3.1.0
[INFO] [stderr]    Compiling fixedbitset v0.2.0
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]     Checking net2 v0.2.33
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]     Checking signal-hook-registry v1.2.0
[INFO] [stderr]     Checking num_cpus v1.12.0
[INFO] [stderr]    Compiling c2-chacha v0.2.3
[INFO] [stderr]    Compiling rand_pcg v0.2.1
[INFO] [stderr]    Compiling prost-build v0.6.1
[INFO] [stderr]    Compiling semver v0.9.0
[INFO] [stderr]     Checking http v0.2.0
[INFO] [stderr]    Compiling heck v0.3.1
[INFO] [stderr]    Compiling num-traits v0.2.11
[INFO] [stderr]    Compiling arrayvec v0.4.12
[INFO] [stderr]     Checking mio v0.6.21
[INFO] [stderr]    Compiling rand_chacha v0.2.1
[INFO] [stderr]    Compiling httparse v1.3.4
[INFO] [stderr]    Compiling multimap v0.8.0
[INFO] [stderr]     Checking byte-tools v0.3.1
[INFO] [stderr]     Checking generic-array v0.12.3
[INFO] [stderr]     Checking block-padding v0.1.5
[INFO] [stderr]    Compiling rustc_version v0.2.3
[INFO] [stderr]     Checking time v0.1.42
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling num-integer v0.1.42
[INFO] [stderr]     Checking futures-channel v0.3.4
[INFO] [stderr]     Checking constant_time_eq v0.1.5
[INFO] [stderr]     Checking try-lock v0.2.2
[INFO] [stderr]     Checking subtle v2.2.2
[INFO] [stderr]    Compiling serde v1.0.104
[INFO] [stderr]     Checking nodrop v0.1.14
[INFO] [stderr]     Checking want v0.3.0
[INFO] [stderr]     Checking mio-uds v0.6.7
[INFO] [stderr]    Compiling petgraph v0.5.0
[INFO] [stderr]    Compiling snow v0.6.2
[INFO] [stderr]     Checking digest v0.8.1
[INFO] [stderr]     Checking block-buffer v0.7.3
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]     Checking aho-corasick v0.7.9
[INFO] [stderr]     Checking thread_local v1.0.1
[INFO] [stderr]     Checking quick-error v1.2.3
[INFO] [stderr]     Checking opaque-debug v0.2.3
[INFO] [stderr]     Checking regex-syntax v0.6.16
[INFO] [stderr]     Checking fake-simd v0.1.2
[INFO] [stderr]     Checking blake2-rfc v0.2.18
[INFO] [stderr]     Checking humantime v1.3.0
[INFO] [stderr]     Checking sha2 v0.8.1
[INFO] [stderr]     Checking chacha20-poly1305-aead v0.1.2
[INFO] [stderr]     Checking rand_os v0.1.3
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking base64 v0.10.1
[INFO] [stderr]     Checking rand_isaac v0.1.1
[INFO] [stderr]     Checking rand_xorshift v0.1.1
[INFO] [stderr]     Checking rand_hc v0.1.0
[INFO] [stderr]     Checking rand_jitter v0.1.4
[INFO] [stderr]     Checking arrayref v0.3.6
[INFO] [stderr]     Checking percent-encoding v1.0.1
[INFO] [stderr]     Checking futures-io v0.3.4
[INFO] [stderr]     Checking termcolor v1.1.0
[INFO] [stderr]     Checking hex v0.4.2
[INFO] [stderr]     Checking futures v0.3.4
[INFO] [stderr]    Compiling tempfile v3.1.0
[INFO] [stderr]     Checking chrono v0.4.10
[INFO] [stderr]     Checking http-body v0.3.1
[INFO] [stderr]     Checking regex v1.3.4
[INFO] [stderr]    Compiling synstructure v0.12.3
[INFO] [stderr]     Checking env_logger v0.7.1
[INFO] [stderr]    Compiling tokio-macros v0.2.5
[INFO] [stderr]    Compiling pin-project-internal v0.4.8
[INFO] [stderr]    Compiling prost-derive v0.6.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.7
[INFO] [stderr]    Compiling async-stream-impl v0.2.1
[INFO] [stderr]    Compiling async-trait v0.1.24
[INFO] [stderr]    Compiling serde_derive v1.0.104
[INFO] [stderr]    Compiling zeroize_derive v1.0.0
[INFO] [stderr]     Checking tokio v0.2.13
[INFO] [stderr]     Checking toml v0.5.6
[INFO] [stderr]     Checking tracing v0.1.13
[INFO] [stderr]     Checking zeroize v1.1.0
[INFO] [stderr]     Checking async-stream v0.2.1
[INFO] [stderr]     Checking curve25519-dalek v2.0.0
[INFO] [stderr]    Compiling prost v0.6.1
[INFO] [stderr]     Checking pin-project v0.4.8
[INFO] [stderr]     Checking tower-discover v0.3.0
[INFO] [stderr]     Checking tower-load-shed v0.3.0
[INFO] [stderr]     Checking tower-util v0.3.0
[INFO] [stderr]     Checking tracing-futures v0.2.3
[INFO] [stderr]    Compiling prost-types v0.6.1
[INFO] [stderr]     Checking x25519-dalek v0.6.0
[INFO] [stderr]    Compiling tonic-build v0.1.1
[INFO] [stderr]     Checking tokio-util v0.2.0
[INFO] [stderr]     Checking tower-make v0.3.0
[INFO] [stderr]     Checking tower-ready-cache v0.3.1
[INFO] [stderr]     Checking tower-buffer v0.3.0
[INFO] [stderr]     Checking tower-load v0.3.0
[INFO] [stderr]     Checking tower-timeout v0.3.0
[INFO] [stderr]     Checking tower-limit v0.3.0
[INFO] [stderr]     Checking tower-retry v0.3.0
[INFO] [stderr]     Checking tower-balance v0.3.0
[INFO] [stderr]     Checking h2 v0.2.2
[INFO] [stderr]     Checking tower v0.3.1
[INFO] [stderr]    Compiling pp v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking hyper v0.13.3
[INFO] [stderr] error: failed to run custom build command for `pp v0.1.0 (/opt/rustwide/workdir)`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/pp-ecf432c89d9e646d/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   out: Output { status: ExitStatus(unix_wait_status(256)), stdout: "", stderr: "error: 'rustfmt' is not installed for the custom toolchain '48c9d93cf65d550d124c40108859fd993778c157'.\nnote: this is a custom toolchain, which cannot use `rustup component add`\nhelp: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py`\n" }
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' (1901) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-build-0.1.1/src/lib.rs:229:9:
[INFO] [stderr]   assertion failed: out.status.success()
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x58248d38bcd8 - std[4509b48762c8dc5e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stderr]                                  at /rustc/48c9d93cf65d550d124c40108859fd993778c157/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]      1:     0x58248d38bcd8 - std[4509b48762c8dc5e]::backtrace_rs::backtrace::trace_unsynchronized::<std[4509b48762c8dc5e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stderr]                                  at /rustc/48c9d93cf65d550d124c40108859fd993778c157/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]      2:     0x58248d38bcd8 - std[4509b48762c8dc5e]::sys::backtrace::_print_fmt
[INFO] [stderr]                                  at /rustc/48c9d93cf65d550d124c40108859fd993778c157/library/std/src/sys/backtrace.rs:74:9
[INFO] [stderr]      3:     0x58248d38bcd8 - <<std[4509b48762c8dc5e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[115ec509f0249214]::fmt::Display>::fmt
[INFO] [stderr]                                  at /rustc/48c9d93cf65d550d124c40108859fd993778c157/library/std/src/sys/backtrace.rs:44:26
[INFO] [stderr]      4:     0x58248d3a0a4a - <core[115ec509f0249214]::fmt::rt::Argument>::fmt
[INFO] [stderr]                                  at /rustc/48c9d93cf65d550d124c40108859fd993778c157/library/core/src/fmt/rt.rs:152:76
[INFO] [stderr]      5:     0x58248d3a0a4a - core[115ec509f0249214]::fmt::write
[INFO] [stderr]      6:     0x58248d3908f2 - std[4509b48762c8dc5e]::io::default_write_fmt::<std[4509b48762c8dc5e]::sys::stdio::unix::Stderr>
[INFO] [stderr]                                  at /rustc/48c9d93cf65d550d124c40108859fd993778c157/library/std/src/io/mod.rs:622:11
[INFO] [stderr]      7:     0x58248d3908f2 - <std[4509b48762c8dc5e]::sys::stdio::unix::Stderr as std[4509b48762c8dc5e]::io::Write>::write_fmt
[INFO] [stderr]                                  at /rustc/48c9d93cf65d550d124c40108859fd993778c157/library/std/src/io/mod.rs:1977:13
[INFO] [stderr]      8:     0x58248d36ea56 - <std[4509b48762c8dc5e]::sys::backtrace::BacktraceLock>::print
[INFO] [stderr]                                  at /rustc/48c9d93cf65d550d124c40108859fd993778c157/library/std/src/sys/backtrace.rs:47:9
[INFO] [stderr]      9:     0x58248d36ea56 - std[4509b48762c8dc5e]::panicking::default_hook::{closure#0}
[INFO] [stderr]                                  at /rustc/48c9d93cf65d550d124c40108859fd993778c157/library/std/src/panicking.rs:292:27
[INFO] [stderr]     10:     0x58248d3860c1 - std[4509b48762c8dc5e]::panicking::default_hook
[INFO] [stderr]                                  at /rustc/48c9d93cf65d550d124c40108859fd993778c157/library/std/src/panicking.rs:319:9
[INFO] [stderr]     11:     0x58248d386372 - <alloc[345e7271e3793fae]::boxed::Box<dyn for<'a, 'b> core[115ec509f0249214]::ops::function::Fn<(&'a std[4509b48762c8dc5e]::panic::PanicHookInfo<'b>,), Output = ()> + core[115ec509f0249214]::marker::Sync + core[115ec509f0249214]::marker::Send> as core[115ec509f0249214]::ops::function::Fn<(&std[4509b48762c8dc5e]::panic::PanicHookInfo,)>>::call
[INFO] [stderr]                                  at /rustc/48c9d93cf65d550d124c40108859fd993778c157/library/alloc/src/boxed.rs:2289:9
[INFO] [stderr]     12:     0x58248d386372 - std[4509b48762c8dc5e]::panicking::panic_with_hook
[INFO] [stderr]                                  at /rustc/48c9d93cf65d550d124c40108859fd993778c157/library/std/src/panicking.rs:833:13
[INFO] [stderr]     13:     0x58248d36eb44 - std[4509b48762c8dc5e]::panicking::panic_handler::{closure#0}
[INFO] [stderr]                                  at /rustc/48c9d93cf65d550d124c40108859fd993778c157/library/std/src/panicking.rs:691:13
[INFO] [stderr]     14:     0x58248d363a79 - std[4509b48762c8dc5e]::sys::backtrace::__rust_end_short_backtrace::<std[4509b48762c8dc5e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]                                  at /rustc/48c9d93cf65d550d124c40108859fd993778c157/library/std/src/sys/backtrace.rs:182:18
[INFO] [stderr]     15:     0x58248d36f48d - __rustc[15bc840dbc173434]::rust_begin_unwind
[INFO] [stderr]                                  at /rustc/48c9d93cf65d550d124c40108859fd993778c157/library/std/src/panicking.rs:689:5
[INFO] [stderr]     16:     0x58248d3a12bc - core[115ec509f0249214]::panicking::panic_fmt
[INFO] [stderr]                                  at /rustc/48c9d93cf65d550d124c40108859fd993778c157/library/core/src/panicking.rs:80:14
[INFO] [stderr]     17:     0x58248d3a1282 - core[115ec509f0249214]::panicking::panic
[INFO] [stderr]                                  at /rustc/48c9d93cf65d550d124c40108859fd993778c157/library/core/src/panicking.rs:150:5
[INFO] [stderr]     18:     0x58248d1acd61 - tonic_build[2cf2da910ab3e463]::fmt
[INFO] [stderr]     19:     0x58248d183b4e - <tonic_build[2cf2da910ab3e463]::Builder>::compile::<&std[4509b48762c8dc5e]::path::Path>
[INFO] [stderr]     20:     0x58248d18343c - tonic_build[2cf2da910ab3e463]::compile_protos::<&str>
[INFO] [stderr]     21:     0x58248d18bc45 - build_script_build[4df31ced2ae450cd]::main
[INFO] [stderr]     22:     0x58248d1a2b73 - <fn() -> core[115ec509f0249214]::result::Result<(), alloc[345e7271e3793fae]::boxed::Box<dyn core[115ec509f0249214]::error::Error>> as core[115ec509f0249214]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]     23:     0x58248d18b4f6 - std[4509b48762c8dc5e]::sys::backtrace::__rust_begin_short_backtrace::<fn() -> core[115ec509f0249214]::result::Result<(), alloc[345e7271e3793fae]::boxed::Box<dyn core[115ec509f0249214]::error::Error>>, core[115ec509f0249214]::result::Result<(), alloc[345e7271e3793fae]::boxed::Box<dyn core[115ec509f0249214]::error::Error>>>
[INFO] [stderr]     24:     0x58248d18b879 - std[4509b48762c8dc5e]::rt::lang_start::<core[115ec509f0249214]::result::Result<(), alloc[345e7271e3793fae]::boxed::Box<dyn core[115ec509f0249214]::error::Error>>>::{closure#0}
[INFO] [stderr]     25:     0x58248d385197 - <&dyn core[115ec509f0249214]::ops::function::Fn<(), Output = i32> + core[115ec509f0249214]::marker::Sync + core[115ec509f0249214]::panic::unwind_safe::RefUnwindSafe as core[115ec509f0249214]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                  at /rustc/48c9d93cf65d550d124c40108859fd993778c157/library/core/src/ops/function.rs:287:21
[INFO] [stderr]     26:     0x58248d385197 - std[4509b48762c8dc5e]::panicking::catch_unwind::do_call::<&dyn core[115ec509f0249214]::ops::function::Fn<(), Output = i32> + core[115ec509f0249214]::marker::Sync + core[115ec509f0249214]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stderr]                                  at /rustc/48c9d93cf65d550d124c40108859fd993778c157/library/std/src/panicking.rs:581:40
[INFO] [stderr]     27:     0x58248d385197 - std[4509b48762c8dc5e]::panicking::catch_unwind::<i32, &dyn core[115ec509f0249214]::ops::function::Fn<(), Output = i32> + core[115ec509f0249214]::marker::Sync + core[115ec509f0249214]::panic::unwind_safe::RefUnwindSafe>
[INFO] [stderr]                                  at /rustc/48c9d93cf65d550d124c40108859fd993778c157/library/std/src/panicking.rs:544:19
[INFO] [stderr]     28:     0x58248d385197 - std[4509b48762c8dc5e]::panic::catch_unwind::<&dyn core[115ec509f0249214]::ops::function::Fn<(), Output = i32> + core[115ec509f0249214]::marker::Sync + core[115ec509f0249214]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stderr]                                  at /rustc/48c9d93cf65d550d124c40108859fd993778c157/library/std/src/panic.rs:359:14
[INFO] [stderr]     29:     0x58248d385197 - std[4509b48762c8dc5e]::rt::lang_start_internal::{closure#0}
[INFO] [stderr]                                  at /rustc/48c9d93cf65d550d124c40108859fd993778c157/library/std/src/rt.rs:175:24
[INFO] [stderr]     30:     0x58248d385197 - std[4509b48762c8dc5e]::panicking::catch_unwind::do_call::<std[4509b48762c8dc5e]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                  at /rustc/48c9d93cf65d550d124c40108859fd993778c157/library/std/src/panicking.rs:581:40
[INFO] [stderr]     31:     0x58248d385197 - std[4509b48762c8dc5e]::panicking::catch_unwind::<isize, std[4509b48762c8dc5e]::rt::lang_start_internal::{closure#0}>
[INFO] [stderr]                                  at /rustc/48c9d93cf65d550d124c40108859fd993778c157/library/std/src/panicking.rs:544:19
[INFO] [stderr]     32:     0x58248d385197 - std[4509b48762c8dc5e]::panic::catch_unwind::<std[4509b48762c8dc5e]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                  at /rustc/48c9d93cf65d550d124c40108859fd993778c157/library/std/src/panic.rs:359:14
[INFO] [stderr]     33:     0x58248d385197 - std[4509b48762c8dc5e]::rt::lang_start_internal
[INFO] [stderr]                                  at /rustc/48c9d93cf65d550d124c40108859fd993778c157/library/std/src/rt.rs:171:5
[INFO] [stderr]     34:     0x58248d18a7a1 - std[4509b48762c8dc5e]::rt::lang_start::<core[115ec509f0249214]::result::Result<(), alloc[345e7271e3793fae]::boxed::Box<dyn core[115ec509f0249214]::error::Error>>>
[INFO] [stderr]     35:     0x58248d18dd35 - main
[INFO] [stderr]     36:     0x7a35f37f11ca - <unknown>
[INFO] [stderr]     37:     0x7a35f37f128b - __libc_start_main
[INFO] [stderr]     38:     0x58248d183245 - _start
[INFO] [stderr]     39:                0x0 - <unknown>
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "e568e92f3ed5673aa10dd09101361068fcf6dab8d2171b70f55185aa99ee962a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e568e92f3ed5673aa10dd09101361068fcf6dab8d2171b70f55185aa99ee962a", kill_on_drop: false }`
[INFO] [stdout] e568e92f3ed5673aa10dd09101361068fcf6dab8d2171b70f55185aa99ee962a
