[INFO] fetching crate qrscan 0.1.8...
[INFO] testing qrscan-0.1.8 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate qrscan 0.1.8 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate qrscan 0.1.8
[INFO] finished tweaking crates.io crate qrscan 0.1.8
[INFO] tweaked toml for crates.io crate qrscan 0.1.8 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate qrscan 0.1.8 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate qrscan 0.1.8 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" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 60d8aaa38b39de404a11553cab3c8ee22f79ad56761b58511623538a04c2004c
[INFO] running `Command { std: "docker" "start" "-a" "60d8aaa38b39de404a11553cab3c8ee22f79ad56761b58511623538a04c2004c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "60d8aaa38b39de404a11553cab3c8ee22f79ad56761b58511623538a04c2004c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "60d8aaa38b39de404a11553cab3c8ee22f79ad56761b58511623538a04c2004c", kill_on_drop: false }`
[INFO] [stdout] 60d8aaa38b39de404a11553cab3c8ee22f79ad56761b58511623538a04c2004c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 70b6d705cada64ed04f7929137961c8e631658e05b810704b7a0d15fb8ad1ef5
[INFO] running `Command { std: "docker" "start" "-a" "70b6d705cada64ed04f7929137961c8e631658e05b810704b7a0d15fb8ad1ef5", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.139
[INFO] [stderr]    Compiling proc-macro2 v1.0.51
[INFO] [stderr]    Compiling unicode-ident v1.0.6
[INFO] [stderr]    Compiling quote v1.0.23
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.15
[INFO] [stderr]    Compiling memoffset v0.8.0
[INFO] [stderr]    Compiling lock_api v0.4.9
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.14
[INFO] [stderr]    Compiling rayon-core v1.10.2
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling miniz_oxide v0.6.2
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling futures-core v0.3.26
[INFO] [stderr]    Compiling smallvec v1.10.0
[INFO] [stderr]    Compiling crossbeam-channel v0.5.7
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling crossbeam-deque v0.8.3
[INFO] [stderr]    Compiling bytemuck v1.13.1
[INFO] [stderr]    Compiling either v1.8.1
[INFO] [stderr]    Compiling flate2 v1.0.25
[INFO] [stderr]    Compiling spin v0.9.5
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]    Compiling weezl v0.1.7
[INFO] [stderr]    Compiling num_cpus v1.15.0
[INFO] [stderr]    Compiling getrandom v0.2.8
[INFO] [stderr]    Compiling simd-adler32 v0.3.4
[INFO] [stderr]    Compiling nanorand v0.7.0
[INFO] [stderr]    Compiling futures-sink v0.3.26
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling zune-inflate v0.2.50
[INFO] [stderr]    Compiling threadpool v1.8.1
[INFO] [stderr]    Compiling jobserver v0.1.26
[INFO] [stderr]    Compiling nom v5.1.2
[INFO] [stderr]    Compiling bit_field v0.10.2
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling clang-sys v1.6.0
[INFO] [stderr]    Compiling rayon v1.6.1
[INFO] [stderr]    Compiling lebe v0.5.2
[INFO] [stderr]    Compiling half v2.2.1
[INFO] [stderr]    Compiling cc v1.0.79
[INFO] [stderr]    Compiling gif v0.11.4
[INFO] [stderr]    Compiling png v0.17.7
[INFO] [stderr]    Compiling aho-corasick v0.7.20
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling nasm-rs v0.2.4
[INFO] [stderr]    Compiling regex-syntax v0.6.28
[INFO] [stderr]    Compiling unicode-width v0.1.10
[INFO] [stderr]    Compiling dunce v1.0.3
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling mozjpeg-sys v1.0.6
[INFO] [stderr]    Compiling rgb v0.8.36
[INFO] [stderr]    Compiling libloading v0.7.4
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling humantime v2.1.0
[INFO] [stderr]    Compiling bindgen v0.56.0
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling which v3.1.1
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling thiserror v1.0.38
[INFO] [stderr]    Compiling peeking_take_while v0.1.2
[INFO] [stderr]    Compiling shlex v0.1.1
[INFO] [stderr]    Compiling jpeg-decoder v0.3.0
[INFO] [stderr]    Compiling io-lifetimes v1.0.5
[INFO] [stderr]    Compiling regex v1.7.1
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]    Compiling cexpr v0.4.0
[INFO] [stderr]    Compiling pin-project-internal v1.0.12
[INFO] [stderr]    Compiling thiserror-impl v1.0.38
[INFO] [stderr]    Compiling tiff v0.8.1
[INFO] [stderr]    Compiling siphasher v0.3.10
[INFO] [stderr]    Compiling env_logger v0.8.4
[INFO] [stderr]    Compiling arrayvec v0.7.2
[INFO] [stderr]    Compiling rustix v0.36.8
[INFO] [stderr]    Compiling pin-project v1.0.12
[INFO] [stderr]    Compiling flume v0.10.14
[INFO] [stderr]    Compiling ahash v0.8.3
[INFO] [stderr]    Compiling exr v1.5.3
[INFO] [stderr]    Compiling once_cell v1.17.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.7
[INFO] [stderr]    Compiling signal-hook v0.3.15
[INFO] [stderr]    Compiling phf_shared v0.11.1
[INFO] [stderr]    Compiling signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling phf_generator v0.11.1
[INFO] [stderr]    Compiling mio v0.8.6
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling nokhwa-bindings-macos v0.2.0
[INFO] [stderr]    Compiling paste v1.0.11
[INFO] [stderr]    Compiling g2poly v1.0.1
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling hashbrown v0.13.2
[INFO] [stderr]    Compiling g2gen v1.0.1
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling signal-hook-mio v0.2.3
[INFO] [stderr]    Compiling phf_macros v0.11.1
[INFO] [stderr]    Compiling fastrand v1.9.0
[INFO] [stderr]    Compiling os_str_bytes v6.4.1
[INFO] [stderr]    Compiling anyhow v1.0.69
[INFO] [stderr]    Compiling g2p v1.0.1
[INFO] [stderr]    Compiling phf v0.11.1
[INFO] [stderr]    Compiling clap_derive v4.1.8
[INFO] [stderr]    Compiling clap_lex v0.3.2
[INFO] [stderr]    Compiling crossterm v0.25.0
[INFO] [stderr]    Compiling lru v0.9.0
[INFO] [stderr]    Compiling ansi_colours v1.2.1
[INFO] [stderr]    Compiling console v0.15.5
[INFO] [stderr]    Compiling checked_int_cast v1.0.0
[INFO] [stderr]    Compiling tempfile v3.4.0
[INFO] [stderr]    Compiling is-terminal v0.4.4
[INFO] [stderr]    Compiling image v0.24.5
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling csscolorparser v0.6.2
[INFO] [stderr]    Compiling clap v4.1.8
[INFO] [stderr]    Compiling v4l2-sys-mit v0.2.0
[INFO] [stderr]    Compiling mozjpeg v0.9.4
[INFO] [stderr] error: failed to run custom build command for `v4l2-sys-mit v0.2.0`
[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/v4l2-sys-mit-57f24c1d1962c559/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stderr
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' (2400) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.51/src/fallback.rs:752:9:
[INFO] [stderr]   "v4l2_pix_format_union_(anonymous_at_/usr/include/linux/videodev2_h_500_2)" is not a valid Ident
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x63d4a859f59a - std[128c3efe2914e152]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stderr]                                  at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]      1:     0x63d4a859f59a - std[128c3efe2914e152]::backtrace_rs::backtrace::trace_unsynchronized::<std[128c3efe2914e152]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stderr]                                  at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]      2:     0x63d4a859f59a - std[128c3efe2914e152]::sys::backtrace::_print_fmt
[INFO] [stderr]                                  at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:74:9
[INFO] [stderr]      3:     0x63d4a859f59a - <<std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6771d259883166e6]::fmt::Display>::fmt
[INFO] [stderr]                                  at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:44:26
[INFO] [stderr]      4:     0x63d4a85b4e5a - <core[6771d259883166e6]::fmt::rt::Argument>::fmt
[INFO] [stderr]                                  at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/fmt/rt.rs:152:76
[INFO] [stderr]      5:     0x63d4a85b4e5a - core[6771d259883166e6]::fmt::write
[INFO] [stderr]      6:     0x63d4a85a4512 - std[128c3efe2914e152]::io::default_write_fmt::<std[128c3efe2914e152]::sys::stdio::unix::Stderr>
[INFO] [stderr]                                  at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:621:11
[INFO] [stderr]      7:     0x63d4a85a4512 - <std[128c3efe2914e152]::sys::stdio::unix::Stderr as std[128c3efe2914e152]::io::Write>::write_fmt
[INFO] [stderr]                                  at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:1976:13
[INFO] [stderr]      8:     0x63d4a8582c7f - <std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print
[INFO] [stderr]                                  at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:47:9
[INFO] [stderr]      9:     0x63d4a8582c7f - std[128c3efe2914e152]::panicking::default_hook::{closure#0}
[INFO] [stderr]                                  at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:292:27
[INFO] [stderr]     10:     0x63d4a859a191 - std[128c3efe2914e152]::panicking::default_hook
[INFO] [stderr]                                  at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:319:9
[INFO] [stderr]     11:     0x63d4a859a40b - std[128c3efe2914e152]::panicking::panic_with_hook
[INFO] [stderr]                                  at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:825:13
[INFO] [stderr]     12:     0x63d4a8582d38 - std[128c3efe2914e152]::panicking::panic_handler::{closure#0}
[INFO] [stderr]                                  at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:698:13
[INFO] [stderr]     13:     0x63d4a8577e89 - std[128c3efe2914e152]::sys::backtrace::__rust_end_short_backtrace::<std[128c3efe2914e152]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]                                  at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:182:18
[INFO] [stderr]     14:     0x63d4a858369d - __rustc[752cc74e29381ccc]::rust_begin_unwind
[INFO] [stderr]                                  at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:689:5
[INFO] [stderr]     15:     0x63d4a85b56cc - core[6771d259883166e6]::panicking::panic_fmt
[INFO] [stderr]                                  at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panicking.rs:80:14
[INFO] [stderr]     16:     0x63d4a854d931 - proc_macro2::fallback::validate_ident::h3efca633f60f19f7
[INFO] [stderr]     17:     0x63d4a854e139 - proc_macro2::fallback::Ident::_new::h0ac6465a847b2996
[INFO] [stderr]     18:     0x63d4a854e0ef - proc_macro2::fallback::Ident::new::h9c93ea799f7f6709
[INFO] [stderr]     19:     0x63d4a8548cb8 - proc_macro2::imp::Ident::new::he8a702490362b971
[INFO] [stderr]     20:     0x63d4a8556e68 - proc_macro2::Ident::new::h75f226aa60ffcafc
[INFO] [stderr]     21:     0x63d4a8232b1f - bindgen::ir::context::BindgenContext::rust_ident_raw::hdae1a967b4b7c1a5
[INFO] [stderr]     22:     0x63d4a8230800 - bindgen::ir::context::BindgenContext::rust_ident::h3a3eeb35667de57c
[INFO] [stderr]     23:     0x63d4a82575fa - <bindgen::ir::comp::CompInfo as bindgen::codegen::CodeGenerator>::codegen::h59cbc513a592eb6c
[INFO] [stderr]     24:     0x63d4a832d732 - <bindgen::ir::ty::Type as bindgen::codegen::CodeGenerator>::codegen::hfea91d293e8723f9
[INFO] [stderr]     25:     0x63d4a827dcd1 - <bindgen::ir::item::Item as bindgen::codegen::CodeGenerator>::codegen::h43af23962185f142
[INFO] [stderr]     26:     0x63d4a825d7d4 - <bindgen::ir::comp::CompInfo as bindgen::codegen::CodeGenerator>::codegen::h59cbc513a592eb6c
[INFO] [stderr]     27:     0x63d4a832d732 - <bindgen::ir::ty::Type as bindgen::codegen::CodeGenerator>::codegen::hfea91d293e8723f9
[INFO] [stderr]     28:     0x63d4a827dcd1 - <bindgen::ir::item::Item as bindgen::codegen::CodeGenerator>::codegen::h43af23962185f142
[INFO] [stderr]     29:     0x63d4a821c265 - <bindgen::ir::module::Module as bindgen::codegen::CodeGenerator>::codegen::{{closure}}::h46be3cb272a9e531
[INFO] [stderr]     30:     0x63d4a8295f0c - <bindgen::ir::module::Module as bindgen::codegen::CodeGenerator>::codegen::h1c68cacf2ca0b875
[INFO] [stderr]     31:     0x63d4a827dcac - <bindgen::ir::item::Item as bindgen::codegen::CodeGenerator>::codegen::h43af23962185f142
[INFO] [stderr]     32:     0x63d4a8227f63 - bindgen::codegen::codegen::{{closure}}::h7d2f8581303bd858
[INFO] [stderr]     33:     0x63d4a823e048 - bindgen::ir::context::BindgenContext::gen::h7daa02bb82b79c1c
[INFO] [stderr]     34:     0x63d4a822778f - bindgen::codegen::codegen::ha924d49c0888f03e
[INFO] [stderr]     35:     0x63d4a82c7399 - bindgen::Bindings::generate::h129416f38260c293
[INFO] [stderr]     36:     0x63d4a82c3ef5 - bindgen::Builder::generate::ha325505d60e91643
[INFO] [stderr]     37:     0x63d4a81fcd36 - build_script_build::main::hf5f3811e907321d5
[INFO] [stderr]     38:     0x63d4a81fd783 - core::ops::function::FnOnce::call_once::hf87c7763f9cd0e58
[INFO] [stderr]     39:     0x63d4a81fd5a6 - std::sys::backtrace::__rust_begin_short_backtrace::h4d2a45a9a2eacfbc
[INFO] [stderr]     40:     0x63d4a81fd589 - std::rt::lang_start::{{closure}}::haf8f15939911483c
[INFO] [stderr]     41:     0x63d4a85992e4 - <&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                  at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:287:21
[INFO] [stderr]     42:     0x63d4a85992e4 - std[128c3efe2914e152]::panicking::catch_unwind::do_call::<&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stderr]                                  at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stderr]     43:     0x63d4a85992e4 - std[128c3efe2914e152]::panicking::catch_unwind::<i32, &dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe>
[INFO] [stderr]                                  at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stderr]     44:     0x63d4a85992e4 - std[128c3efe2914e152]::panic::catch_unwind::<&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stderr]                                  at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stderr]     45:     0x63d4a85992e4 - std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}
[INFO] [stderr]                                  at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/rt.rs:175:24
[INFO] [stderr]     46:     0x63d4a85992e4 - std[128c3efe2914e152]::panicking::catch_unwind::do_call::<std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                  at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stderr]     47:     0x63d4a85992e4 - std[128c3efe2914e152]::panicking::catch_unwind::<isize, std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}>
[INFO] [stderr]                                  at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stderr]     48:     0x63d4a85992e4 - std[128c3efe2914e152]::panic::catch_unwind::<std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                  at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stderr]     49:     0x63d4a85992e4 - std[128c3efe2914e152]::rt::lang_start_internal
[INFO] [stderr]                                  at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/rt.rs:171:5
[INFO] [stderr]     50:     0x63d4a81fd571 - std::rt::lang_start::h1ca3c09f30fff756
[INFO] [stderr]     51:     0x63d4a81fe625 - main
[INFO] [stderr]     52:     0x783b7f3421ca - <unknown>
[INFO] [stderr]     53:     0x783b7f34228b - __libc_start_main
[INFO] [stderr]     54:     0x63d4a81fcbf5 - _start
[INFO] [stderr]     55:                0x0 - <unknown>
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "70b6d705cada64ed04f7929137961c8e631658e05b810704b7a0d15fb8ad1ef5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "70b6d705cada64ed04f7929137961c8e631658e05b810704b7a0d15fb8ad1ef5", kill_on_drop: false }`
[INFO] [stdout] 70b6d705cada64ed04f7929137961c8e631658e05b810704b7a0d15fb8ad1ef5
