[INFO] cloning repository https://github.com/Abdillah/rustodoro
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Abdillah/rustodoro" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAbdillah%2Frustodoro", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAbdillah%2Frustodoro'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3aaacab1aaf13ee209adf2fb541cd35c3dc37985
[INFO] checking Abdillah/rustodoro against try#73ffebff6f34db7eb167bf9edcf2afa19c3073e9 for pr-147841
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAbdillah%2Frustodoro" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Abdillah/rustodoro
[INFO] finished tweaking git repo https://github.com/Abdillah/rustodoro
[INFO] tweaked toml for git repo https://github.com/Abdillah/rustodoro written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Abdillah/rustodoro on toolchain 73ffebff6f34db7eb167bf9edcf2afa19c3073e9
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+73ffebff6f34db7eb167bf9edcf2afa19c3073e9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Abdillah/rustodoro 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" "+73ffebff6f34db7eb167bf9edcf2afa19c3073e9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/electrodoro/native/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/librustodoro/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+73ffebff6f34db7eb167bf9edcf2afa19c3073e9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8464bf998dc4f770970a6d8f7fb05864a427a1843af1e1c8019870f3711131a2
[INFO] running `Command { std: "docker" "start" "-a" "8464bf998dc4f770970a6d8f7fb05864a427a1843af1e1c8019870f3711131a2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8464bf998dc4f770970a6d8f7fb05864a427a1843af1e1c8019870f3711131a2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8464bf998dc4f770970a6d8f7fb05864a427a1843af1e1c8019870f3711131a2", kill_on_drop: false }`
[INFO] [stdout] 8464bf998dc4f770970a6d8f7fb05864a427a1843af1e1c8019870f3711131a2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+73ffebff6f34db7eb167bf9edcf2afa19c3073e9" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e2d8108641072220c896924239e514274ca33a95476372fe5b39ad42bddca39f
[INFO] running `Command { std: "docker" "start" "-a" "e2d8108641072220c896924239e514274ca33a95476372fe5b39ad42bddca39f", kill_on_drop: false }`
[INFO] [stderr] warning: /opt/rustwide/workdir/librustodoro/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: /opt/rustwide/workdir/electrodoro/native/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling memchr v2.2.1
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling regex-syntax v0.6.12
[INFO] [stderr]    Compiling serde v1.0.104
[INFO] [stderr]    Compiling ryu v1.0.2
[INFO] [stderr]    Compiling libc v0.2.66
[INFO] [stderr]    Compiling cc v1.0.48
[INFO] [stderr]     Checking itoa v0.4.4
[INFO] [stderr]    Compiling neon-build v0.2.0 (https://github.com/Abdillah/neon.git?branch=electron-support#0602f9ae)
[INFO] [stderr]    Compiling gcc v0.3.55
[INFO] [stderr]    Compiling pkg-config v0.3.17
[INFO] [stderr]    Compiling neon-build v0.2.0
[INFO] [stderr]     Checking semver-parser v0.7.0
[INFO] [stderr]     Checking cslice v0.2.0
[INFO] [stderr]    Compiling thread_local v0.3.6
[INFO] [stderr]    Compiling electrodoro v0.1.0 (/opt/rustwide/workdir/electrodoro/native)
[INFO] [stderr]    Compiling neon v0.2.0 (https://github.com/Abdillah/neon.git?branch=electron-support#0602f9ae)
[INFO] [stderr]     Checking semver v0.9.0
[INFO] [stderr]    Compiling ncurses v5.88.0
[INFO] [stderr]    Compiling aho-corasick v0.7.6
[INFO] [stderr]    Compiling regex v1.3.1
[INFO] [stderr]     Checking serde_json v1.0.44
[INFO] [stderr]     Checking librustodoro v0.1.0 (/opt/rustwide/workdir/librustodoro)
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]   --> librustodoro/src/timer.rs:16:34
[INFO] [stdout]    |
[INFO] [stdout] 16 |         let mut spec = std::mem::uninitialized();
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]   --> librustodoro/src/timer.rs:51:38
[INFO] [stdout]    |
[INFO] [stdout] 51 |                     panic!("{:?}", e.cause().unwrap())
[INFO] [stdout]    |                                      ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]   --> librustodoro/src/timer.rs:84:30
[INFO] [stdout]    |
[INFO] [stdout] 84 |             panic!("{:?}", e.cause().unwrap())
[INFO] [stdout]    |                              ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `timespec` does not permit being left uninitialized
[INFO] [stdout]   --> librustodoro/src/timer.rs:16:24
[INFO] [stdout]    |
[INFO] [stdout] 16 |         let mut spec = std::mem::uninitialized();
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        this code causes undefined behavior when executed
[INFO] [stdout]    |                        help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]    |
[INFO] [stdout]    = note: integers must be initialized
[INFO] [stdout]    = note: `#[warn(invalid_value)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking cursodoro v0.1.0 (/opt/rustwide/workdir/cursodoro)
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]   --> librustodoro/src/timer.rs:16:34
[INFO] [stdout]    |
[INFO] [stdout] 16 |         let mut spec = std::mem::uninitialized();
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]   --> librustodoro/src/timer.rs:51:38
[INFO] [stdout]    |
[INFO] [stdout] 51 |                     panic!("{:?}", e.cause().unwrap())
[INFO] [stdout]    |                                      ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]   --> librustodoro/src/timer.rs:84:30
[INFO] [stdout]    |
[INFO] [stdout] 84 |             panic!("{:?}", e.cause().unwrap())
[INFO] [stdout]    |                              ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> cursodoro/src/main.rs:18:23
[INFO] [stdout]    |
[INFO] [stdout] 18 |     fn run(listener: &Fn(Model) -> Model) {
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 18 |     fn run(listener: &dyn Fn(Model) -> Model) {
[INFO] [stdout]    |                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `listener`
[INFO] [stdout]   --> cursodoro/src/main.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 18 |     fn run(listener: &Fn(Model) -> Model) {
[INFO] [stdout]    |            ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_listener`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `timespec` does not permit being left uninitialized
[INFO] [stdout]   --> librustodoro/src/timer.rs:16:24
[INFO] [stdout]    |
[INFO] [stdout] 16 |         let mut spec = std::mem::uninitialized();
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        this code causes undefined behavior when executed
[INFO] [stdout]    |                        help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]    |
[INFO] [stdout]    = note: integers must be initialized
[INFO] [stdout]    = note: `#[warn(invalid_value)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `0`, `1`, and `3` are never read
[INFO] [stdout]    --> cursodoro/src/main.rs:176:18
[INFO] [stdout]     |
[INFO] [stdout] 176 | struct Rectangle(i32, i32, i32, i32);
[INFO] [stdout]     |        --------- ^^^  ^^^       ^^^
[INFO] [stdout]     |        |
[INFO] [stdout]     |        fields in this struct
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields
[INFO] [stdout]     |
[INFO] [stdout] 176 - struct Rectangle(i32, i32, i32, i32);
[INFO] [stdout] 176 + struct Rectangle((), (), i32, ());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run` is never used
[INFO] [stdout]   --> cursodoro/src/main.rs:18:8
[INFO] [stdout]    |
[INFO] [stdout] 18 |     fn run(listener: &Fn(Model) -> Model) {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> cursodoro/src/main.rs:18:23
[INFO] [stdout]    |
[INFO] [stdout] 18 |     fn run(listener: &Fn(Model) -> Model) {
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 18 |     fn run(listener: &dyn Fn(Model) -> Model) {
[INFO] [stdout]    |                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `listener`
[INFO] [stdout]   --> cursodoro/src/main.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 18 |     fn run(listener: &Fn(Model) -> Model) {
[INFO] [stdout]    |            ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_listener`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `0`, `1`, and `3` are never read
[INFO] [stdout]    --> cursodoro/src/main.rs:176:18
[INFO] [stdout]     |
[INFO] [stdout] 176 | struct Rectangle(i32, i32, i32, i32);
[INFO] [stdout]     |        --------- ^^^  ^^^       ^^^
[INFO] [stdout]     |        |
[INFO] [stdout]     |        fields in this struct
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields
[INFO] [stdout]     |
[INFO] [stdout] 176 - struct Rectangle(i32, i32, i32, i32);
[INFO] [stdout] 176 + struct Rectangle((), (), i32, ());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run` is never used
[INFO] [stdout]   --> cursodoro/src/main.rs:18:8
[INFO] [stdout]    |
[INFO] [stdout] 18 |     fn run(listener: &Fn(Model) -> Model) {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling neon-runtime v0.2.0 (https://github.com/Abdillah/neon.git?branch=electron-support#0602f9ae)
[INFO] [stderr] error: failed to run custom build command for `neon-runtime v0.2.0 (https://github.com/Abdillah/neon.git?branch=electron-support#0602f9ae)`
[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/neon-runtime-8500731ca60a94f6/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stderr
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' (513) panicked at /opt/rustwide/cargo-home/git/checkouts/neon-1f5bedcd382b6953/0602f9a/crates/neon-runtime/build.rs:19:14:
[INFO] [stderr]   No 'electron' command in your PATH.: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x648816473c22 - std::backtrace_rs::backtrace::libunwind::trace::h419e2d151404d994
[INFO] [stderr]                                  at /rustc/73ffebff6f34db7eb167bf9edcf2afa19c3073e9/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]      1:     0x648816473c22 - std::backtrace_rs::backtrace::trace_unsynchronized::hc6df119ae56e3e05
[INFO] [stderr]                                  at /rustc/73ffebff6f34db7eb167bf9edcf2afa19c3073e9/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]      2:     0x648816473c22 - std::sys::backtrace::_print_fmt::hc93e7e0d9ffc580d
[INFO] [stderr]                                  at /rustc/73ffebff6f34db7eb167bf9edcf2afa19c3073e9/library/std/src/sys/backtrace.rs:66:9
[INFO] [stderr]      3:     0x648816473c22 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hf538a4a69e56e5b3
[INFO] [stderr]                                  at /rustc/73ffebff6f34db7eb167bf9edcf2afa19c3073e9/library/std/src/sys/backtrace.rs:39:26
[INFO] [stderr]      4:     0x6488164836af - core::fmt::rt::Argument::fmt::hadad98c229eeaca3
[INFO] [stderr]                                  at /rustc/73ffebff6f34db7eb167bf9edcf2afa19c3073e9/library/core/src/fmt/rt.rs:173:76
[INFO] [stderr]      5:     0x6488164836af - core::fmt::write::he0b569595d6a8874
[INFO] [stderr]                                  at /rustc/73ffebff6f34db7eb167bf9edcf2afa19c3073e9/library/core/src/fmt/mod.rs:1469:25
[INFO] [stderr]      6:     0x648816442e73 - std::io::default_write_fmt::h51a1edf25cfff91f
[INFO] [stderr]                                  at /rustc/73ffebff6f34db7eb167bf9edcf2afa19c3073e9/library/std/src/io/mod.rs:639:11
[INFO] [stderr]      7:     0x648816442e73 - std::io::Write::write_fmt::h89adc1fb82053c1c
[INFO] [stderr]                                  at /rustc/73ffebff6f34db7eb167bf9edcf2afa19c3073e9/library/std/src/io/mod.rs:1954:13
[INFO] [stderr]      8:     0x64881644e262 - std::sys::backtrace::BacktraceLock::print::h3d8d758c622454ff
[INFO] [stderr]                                  at /rustc/73ffebff6f34db7eb167bf9edcf2afa19c3073e9/library/std/src/sys/backtrace.rs:42:9
[INFO] [stderr]      9:     0x64881645179f - std::panicking::default_hook::{{closure}}::h8f37910ac3618cfe
[INFO] [stderr]                                  at /rustc/73ffebff6f34db7eb167bf9edcf2afa19c3073e9/library/std/src/panicking.rs:301:27
[INFO] [stderr]     10:     0x6488164515f9 - std::panicking::default_hook::h6ab40db5b9f9d884
[INFO] [stderr]                                  at /rustc/73ffebff6f34db7eb167bf9edcf2afa19c3073e9/library/std/src/panicking.rs:328:9
[INFO] [stderr]     11:     0x648816451d75 - std::panicking::panic_with_hook::h9ad0052a5ac94fe9
[INFO] [stderr]                                  at /rustc/73ffebff6f34db7eb167bf9edcf2afa19c3073e9/library/std/src/panicking.rs:834:13
[INFO] [stderr]     12:     0x648816451c0a - std::panicking::panic_handler::{{closure}}::h3e115f82c57850dd
[INFO] [stderr]                                  at /rustc/73ffebff6f34db7eb167bf9edcf2afa19c3073e9/library/std/src/panicking.rs:707:13
[INFO] [stderr]     13:     0x64881644e399 - std::sys::backtrace::__rust_end_short_backtrace::ha96f46064f5690bd
[INFO] [stderr]                                  at /rustc/73ffebff6f34db7eb167bf9edcf2afa19c3073e9/library/std/src/sys/backtrace.rs:174:18
[INFO] [stderr]     14:     0x64881643721d - __rustc[22086964fa594ecd]::rust_begin_unwind
[INFO] [stderr]                                  at /rustc/73ffebff6f34db7eb167bf9edcf2afa19c3073e9/library/std/src/panicking.rs:698:5
[INFO] [stderr]     15:     0x6488164872c0 - core::panicking::panic_fmt::hbccd72162a725cfb
[INFO] [stderr]                                  at /rustc/73ffebff6f34db7eb167bf9edcf2afa19c3073e9/library/core/src/panicking.rs:80:14
[INFO] [stderr]     16:     0x648816486a56 - core::result::unwrap_failed::h7e5bd240f1ae77bd
[INFO] [stderr]                                  at /rustc/73ffebff6f34db7eb167bf9edcf2afa19c3073e9/library/core/src/result.rs:1855:5
[INFO] [stderr]     17:     0x6488163fc3d2 - core::result::Result<T,E>::expect::h314f417d85a38530
[INFO] [stderr]     18:     0x6488163fb88a - build_script_build::main::h78936dcdca3279ad
[INFO] [stderr]     19:     0x6488163fc023 - core::ops::function::FnOnce::call_once::h32e12ac6fff44173
[INFO] [stderr]     20:     0x6488163fbd26 - std::sys::backtrace::__rust_begin_short_backtrace::h5f06ea823a116c51
[INFO] [stderr]     21:     0x6488163fbcb9 - std::rt::lang_start::{{closure}}::h954c0791ba90753e
[INFO] [stderr]     22:     0x648816444760 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::hfb2a30f5c9548e46
[INFO] [stderr]                                  at /rustc/73ffebff6f34db7eb167bf9edcf2afa19c3073e9/library/core/src/ops/function.rs:287:21
[INFO] [stderr]     23:     0x648816444760 - std::panicking::catch_unwind::do_call::ha3fa8fc849abc52a
[INFO] [stderr]                                  at /rustc/73ffebff6f34db7eb167bf9edcf2afa19c3073e9/library/std/src/panicking.rs:590:40
[INFO] [stderr]     24:     0x648816444760 - std::panicking::catch_unwind::h631637ba53f82bbb
[INFO] [stderr]                                  at /rustc/73ffebff6f34db7eb167bf9edcf2afa19c3073e9/library/std/src/panicking.rs:553:19
[INFO] [stderr]     25:     0x648816444760 - std::panic::catch_unwind::hbd544b3a9f21a796
[INFO] [stderr]                                  at /rustc/73ffebff6f34db7eb167bf9edcf2afa19c3073e9/library/std/src/panic.rs:359:14
[INFO] [stderr]     26:     0x648816444760 - std::rt::lang_start_internal::{{closure}}::h6af9b68612589dd0
[INFO] [stderr]                                  at /rustc/73ffebff6f34db7eb167bf9edcf2afa19c3073e9/library/std/src/rt.rs:175:24
[INFO] [stderr]     27:     0x648816444760 - std::panicking::catch_unwind::do_call::h9927bee30e054b3a
[INFO] [stderr]                                  at /rustc/73ffebff6f34db7eb167bf9edcf2afa19c3073e9/library/std/src/panicking.rs:590:40
[INFO] [stderr]     28:     0x648816444760 - std::panicking::catch_unwind::h2fb385f94fe54a36
[INFO] [stderr]                                  at /rustc/73ffebff6f34db7eb167bf9edcf2afa19c3073e9/library/std/src/panicking.rs:553:19
[INFO] [stderr]     29:     0x648816444760 - std::panic::catch_unwind::hf99d356e6efbd4e9
[INFO] [stderr]                                  at /rustc/73ffebff6f34db7eb167bf9edcf2afa19c3073e9/library/std/src/panic.rs:359:14
[INFO] [stderr]     30:     0x648816444760 - std::rt::lang_start_internal::h832c676035cfd9ad
[INFO] [stderr]                                  at /rustc/73ffebff6f34db7eb167bf9edcf2afa19c3073e9/library/std/src/rt.rs:171:5
[INFO] [stderr]     31:     0x6488163fbca1 - std::rt::lang_start::ha8b5daef07534380
[INFO] [stderr]     32:     0x6488163fc7d5 - main
[INFO] [stderr]     33:     0x711ec81661ca - <unknown>
[INFO] [stderr]     34:     0x711ec816628b - __libc_start_main
[INFO] [stderr]     35:     0x6488163fad25 - _start
[INFO] [stderr]     36:                0x0 - <unknown>
[INFO] running `Command { std: "docker" "inspect" "e2d8108641072220c896924239e514274ca33a95476372fe5b39ad42bddca39f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e2d8108641072220c896924239e514274ca33a95476372fe5b39ad42bddca39f", kill_on_drop: false }`
[INFO] [stdout] e2d8108641072220c896924239e514274ca33a95476372fe5b39ad42bddca39f
