[INFO] cloning repository https://github.com/kungfuflex/dummy-indexer-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kungfuflex/dummy-indexer-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkungfuflex%2Fdummy-indexer-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkungfuflex%2Fdummy-indexer-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0c6ebd0966824de858355c252fe55b97e08b7b8d
[INFO] checking kungfuflex/dummy-indexer-rs against try#b28cc4eb48a6415b914e8ad0308be255ff8d73ed for pr-156508-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkungfuflex%2Fdummy-indexer-rs" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/kungfuflex/dummy-indexer-rs
[INFO] finished tweaking git repo https://github.com/kungfuflex/dummy-indexer-rs
[INFO] tweaked toml for git repo https://github.com/kungfuflex/dummy-indexer-rs written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kungfuflex/dummy-indexer-rs on toolchain b28cc4eb48a6415b914e8ad0308be255ff8d73ed
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b28cc4eb48a6415b914e8ad0308be255ff8d73ed" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kungfuflex/dummy-indexer-rs 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" "+b28cc4eb48a6415b914e8ad0308be255ff8d73ed" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b28cc4eb48a6415b914e8ad0308be255ff8d73ed" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0f779687395eeb74f8c2c763a7b1c34c5094b52861e7b6e8e8bc7fd8345c0345
[INFO] running `Command { std: "docker" "start" "-a" "0f779687395eeb74f8c2c763a7b1c34c5094b52861e7b6e8e8bc7fd8345c0345", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0f779687395eeb74f8c2c763a7b1c34c5094b52861e7b6e8e8bc7fd8345c0345", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0f779687395eeb74f8c2c763a7b1c34c5094b52861e7b6e8e8bc7fd8345c0345", kill_on_drop: false }`
[INFO] [stdout] 0f779687395eeb74f8c2c763a7b1c34c5094b52861e7b6e8e8bc7fd8345c0345
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b28cc4eb48a6415b914e8ad0308be255ff8d73ed" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7881ffd97b5d38cac15fb1b7582d266663b2a35d778de0f481934257913129c3
[INFO] running `Command { std: "docker" "start" "-a" "7881ffd97b5d38cac15fb1b7582d266663b2a35d778de0f481934257913129c3", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.15
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling log v0.4.25
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling bitflags v2.8.0
[INFO] [stderr]    Compiling cc v1.2.10
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling anyhow v1.0.95
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling protobuf v3.7.1
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling bitcoin-io v0.1.3
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling protobuf v2.28.0
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling hex_lit v0.1.1
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling bitcoin-internals v0.3.0
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]    Compiling indexmap v2.7.1
[INFO] [stderr]     Checking hex-conservative v0.2.1
[INFO] [stderr]    Compiling secp256k1-sys v0.10.1
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.100
[INFO] [stderr]    Compiling bumpalo v3.16.0
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]     Checking bitcoin_hashes v0.14.0
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]    Compiling tempfile v3.15.0
[INFO] [stderr]    Compiling protoc v2.28.0
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling protoc-bin-vendored-macos-x86_64 v3.1.0
[INFO] [stderr]    Compiling bitcoin-private v0.1.0
[INFO] [stderr]    Compiling protoc-bin-vendored-win32 v3.1.0
[INFO] [stderr]    Compiling protoc-bin-vendored-linux-aarch_64 v3.1.0
[INFO] [stderr]    Compiling rustversion v1.0.19
[INFO] [stderr]    Compiling protoc-bin-vendored-linux-x86_64 v3.1.0
[INFO] [stderr]    Compiling protoc-bin-vendored-linux-ppcle_64 v3.1.0
[INFO] [stderr]    Compiling protoc-bin-vendored-linux-x86_32 v3.1.0
[INFO] [stderr]    Compiling protoc-bin-vendored-macos-aarch_64 v3.1.0
[INFO] [stderr]    Compiling protoc-bin-vendored v3.1.0
[INFO] [stderr]    Compiling secp256k1-sys v0.8.1
[INFO] [stderr]    Compiling bitcoin v0.32.5
[INFO] [stderr]    Compiling bitcoin-internals v0.2.0
[INFO] [stderr]     Checking base58ck v0.1.0
[INFO] [stderr]     Checking bitcoin-units v0.1.2
[INFO] [stderr]    Compiling secp256k1-sys v0.9.2
[INFO] [stderr]     Checking bech32 v0.11.0
[INFO] [stderr]     Checking bitcoin_hashes v0.12.0
[INFO] [stderr]    Compiling bitcoin v0.30.2
[INFO] [stderr]     Checking hex-conservative v0.1.2
[INFO] [stderr]     Checking bitcoin_hashes v0.13.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.100
[INFO] [stderr]    Compiling protobuf-codegen v2.28.0
[INFO] [stderr]     Checking secp256k1 v0.29.1
[INFO] [stderr]     Checking secp256k1 v0.27.0
[INFO] [stderr]    Compiling protoc-rust v2.28.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.100
[INFO] [stderr]    Compiling bitcoin v0.31.2
[INFO] [stderr]     Checking bech32 v0.9.1
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling derive_more-impl v1.0.0
[INFO] [stderr]    Compiling derive_more v0.99.18
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling protobuf-support v3.7.1
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.100
[INFO] [stderr]    Compiling serde_with_macros v3.12.0
[INFO] [stderr]     Checking wasm-bindgen v0.2.100
[INFO] [stderr]     Checking js-sys v0.3.77
[INFO] [stderr]     Checking secp256k1 v0.28.2
[INFO] [stderr]    Compiling wasm-bindgen-test-macro v0.3.50
[INFO] [stderr]     Checking bech32 v0.10.0-beta
[INFO] [stderr]     Checking derive_more v1.0.0
[INFO] [stderr]    Compiling serde_json v1.0.137
[INFO] [stderr]     Checking bytes v1.9.0
[INFO] [stderr]    Compiling ruint-macro v1.2.1
[INFO] [stderr]     Checking itoa v1.0.14
[INFO] [stderr]     Checking metashrew-support v0.1.0 (https://github.com/kungfuflex/alkanes-rs#31dfa932)
[INFO] [stderr]     Checking ryu v1.0.18
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking ruint v1.12.4
[INFO] [stderr]    Compiling protobuf-parse v3.7.1
[INFO] [stderr]     Checking wasm-bindgen-futures v0.4.50
[INFO] [stderr]     Checking wasm-bindgen-test v0.3.50
[INFO] [stderr]     Checking serde_with v3.12.0
[INFO] [stderr]    Compiling protobuf-codegen v3.7.1
[INFO] [stderr]     Checking ordinals v0.0.8
[INFO] [stderr]     Checking ordinals v0.0.10 (https://github.com/kungfuflex/alkanes-rs#31dfa932)
[INFO] [stderr]    Compiling metashrew v0.1.0 (https://github.com/kungfuflex/alkanes-rs#31dfa932)
[INFO] [stderr]    Compiling protorune-support v0.1.0 (https://github.com/kungfuflex/alkanes-rs#31dfa932)
[INFO] [stderr] error: failed to run custom build command for `protorune-support v0.1.0 (https://github.com/kungfuflex/alkanes-rs#31dfa932)`
[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/protorune-support-b3fd0b70e252570d/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stderr
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' (1705) panicked at /opt/rustwide/cargo-home/git/checkouts/alkanes-rs-4aece39342c88293/31dfa93/crates/protorune-support/build.rs:11:10:
[INFO] [stderr]   running protoc failed: failed to create file `src/proto/protorune.rs`: Read-only file system (os error 30)
[INFO] [stderr] 
[INFO] [stderr]   Caused by:
[INFO] [stderr]       Read-only file system (os error 30)
[INFO] [stderr] 
[INFO] [stderr]   Stack backtrace:
[INFO] [stderr]      0: <anyhow::Error as core::convert::From<protobuf_codegen::gen_and_write::Error>>::from
[INFO] [stderr]      1: <core::result::Result<(), anyhow::Error> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible, protobuf_codegen::gen_and_write::Error>>>::from_residual
[INFO] [stderr]      2: protobuf_codegen::gen_and_write::gen_and_write
[INFO] [stderr]      3: <protobuf_codegen::codegen::Codegen>::run
[INFO] [stderr]      4: build_script_build::main
[INFO] [stderr]      5: <fn() as core::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]      6: std::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
[INFO] [stderr]      7: std::rt::lang_start::<()>::{closure#0}
[INFO] [stderr]      8: <&dyn core::ops::function::Fn<(), Output = i32> + core::panic::unwind_safe::RefUnwindSafe + core::marker::Sync as core::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                at /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/core/src/ops/function.rs:287:21
[INFO] [stderr]      9: std::panicking::catch_unwind::do_call::<&dyn core::ops::function::Fn<(), Output = i32> + core::panic::unwind_safe::RefUnwindSafe + core::marker::Sync, i32>
[INFO] [stderr]                at /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/std/src/panicking.rs:581:40
[INFO] [stderr]     10: std::panicking::catch_unwind::<i32, &dyn core::ops::function::Fn<(), Output = i32> + core::panic::unwind_safe::RefUnwindSafe + core::marker::Sync>
[INFO] [stderr]                at /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/std/src/panicking.rs:544:19
[INFO] [stderr]     11: std::panic::catch_unwind::<&dyn core::ops::function::Fn<(), Output = i32> + core::panic::unwind_safe::RefUnwindSafe + core::marker::Sync, i32>
[INFO] [stderr]                at /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/std/src/panic.rs:359:14
[INFO] [stderr]     12: std::rt::lang_start_internal::{closure#0}
[INFO] [stderr]                at /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/std/src/rt.rs:175:24
[INFO] [stderr]     13: std::panicking::catch_unwind::do_call::<std::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                at /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/std/src/panicking.rs:581:40
[INFO] [stderr]     14: std::panicking::catch_unwind::<isize, std::rt::lang_start_internal::{closure#0}>
[INFO] [stderr]                at /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/std/src/panicking.rs:544:19
[INFO] [stderr]     15: std::panic::catch_unwind::<std::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                at /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/std/src/panic.rs:359:14
[INFO] [stderr]     16: std::rt::lang_start_internal
[INFO] [stderr]                at /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/std/src/rt.rs:171:5
[INFO] [stderr]     17: std::rt::lang_start::<()>
[INFO] [stderr]     18: main
[INFO] [stderr]     19: <unknown>
[INFO] [stderr]     20: __libc_start_main
[INFO] [stderr]     21: _start
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x6036084309d8 - std[9f9133222b94bf54]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stderr]                                  at /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]      1:     0x6036084309d8 - std[9f9133222b94bf54]::backtrace_rs::backtrace::trace_unsynchronized::<std[9f9133222b94bf54]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stderr]                                  at /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]      2:     0x6036084309d8 - std[9f9133222b94bf54]::sys::backtrace::_print_fmt
[INFO] [stderr]                                  at /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/std/src/sys/backtrace.rs:74:9
[INFO] [stderr]      3:     0x6036084309d8 - <<std[9f9133222b94bf54]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[9c1a98c9f1dee6fa]::fmt::Display>::fmt
[INFO] [stderr]                                  at /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/std/src/sys/backtrace.rs:44:26
[INFO] [stderr]      4:     0x603608447a6a - <core[9c1a98c9f1dee6fa]::fmt::rt::Argument>::fmt
[INFO] [stderr]                                  at /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/core/src/fmt/rt.rs:152:76
[INFO] [stderr]      5:     0x603608447a6a - core[9c1a98c9f1dee6fa]::fmt::write
[INFO] [stderr]      6:     0x603608435ef2 - std[9f9133222b94bf54]::io::default_write_fmt::<std[9f9133222b94bf54]::sys::stdio::unix::Stderr>
[INFO] [stderr]                                  at /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/std/src/io/mod.rs:621:11
[INFO] [stderr]      7:     0x603608435ef2 - <std[9f9133222b94bf54]::sys::stdio::unix::Stderr as std[9f9133222b94bf54]::io::Write>::write_fmt
[INFO] [stderr]                                  at /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/std/src/io/mod.rs:1976:13
[INFO] [stderr]      8:     0x603608413406 - <std[9f9133222b94bf54]::sys::backtrace::BacktraceLock>::print
[INFO] [stderr]                                  at /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/std/src/sys/backtrace.rs:47:9
[INFO] [stderr]      9:     0x603608413406 - std[9f9133222b94bf54]::panicking::default_hook::{closure#0}
[INFO] [stderr]                                  at /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/std/src/panicking.rs:292:27
[INFO] [stderr]     10:     0x60360842b121 - std[9f9133222b94bf54]::panicking::default_hook
[INFO] [stderr]                                  at /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/std/src/panicking.rs:319:9
[INFO] [stderr]     11:     0x60360842b2db - std[9f9133222b94bf54]::panicking::panic_with_hook
[INFO] [stderr]                                  at /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/std/src/panicking.rs:825:13
[INFO] [stderr]     12:     0x6036084134c2 - std[9f9133222b94bf54]::panicking::panic_handler::{closure#0}
[INFO] [stderr]                                  at /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/std/src/panicking.rs:698:13
[INFO] [stderr]     13:     0x603608408019 - std[9f9133222b94bf54]::sys::backtrace::__rust_end_short_backtrace::<std[9f9133222b94bf54]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]                                  at /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/std/src/sys/backtrace.rs:182:18
[INFO] [stderr]     14:     0x603608413e9d - __rustc[50c8d86787557acf]::rust_begin_unwind
[INFO] [stderr]                                  at /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/std/src/panicking.rs:689:5
[INFO] [stderr]     15:     0x6036084482ac - core[9c1a98c9f1dee6fa]::panicking::panic_fmt
[INFO] [stderr]                                  at /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/core/src/panicking.rs:80:14
[INFO] [stderr]     16:     0x603608448022 - core[9c1a98c9f1dee6fa]::result::unwrap_failed
[INFO] [stderr]                                  at /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/core/src/result.rs:1867:5
[INFO] [stderr]     17:     0x603607f2d640 - <core[9c1a98c9f1dee6fa]::result::Result<(), anyhow[3f21f757c051fc7a]::Error>>::expect
[INFO] [stderr]     18:     0x603607f22b8a - build_script_build[1b676671b58f3671]::main
[INFO] [stderr]     19:     0x603607f22cb3 - <fn() as core[9c1a98c9f1dee6fa]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]     20:     0x603607f22916 - std[9f9133222b94bf54]::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
[INFO] [stderr]     21:     0x603607f22929 - std[9f9133222b94bf54]::rt::lang_start::<()>::{closure#0}
[INFO] [stderr]     22:     0x603608429fe7 - <&dyn core[9c1a98c9f1dee6fa]::ops::function::Fn<(), Output = i32> + core[9c1a98c9f1dee6fa]::panic::unwind_safe::RefUnwindSafe + core[9c1a98c9f1dee6fa]::marker::Sync as core[9c1a98c9f1dee6fa]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                  at /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/core/src/ops/function.rs:287:21
[INFO] [stderr]     23:     0x603608429fe7 - std[9f9133222b94bf54]::panicking::catch_unwind::do_call::<&dyn core[9c1a98c9f1dee6fa]::ops::function::Fn<(), Output = i32> + core[9c1a98c9f1dee6fa]::panic::unwind_safe::RefUnwindSafe + core[9c1a98c9f1dee6fa]::marker::Sync, i32>
[INFO] [stderr]                                  at /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/std/src/panicking.rs:581:40
[INFO] [stderr]     24:     0x603608429fe7 - std[9f9133222b94bf54]::panicking::catch_unwind::<i32, &dyn core[9c1a98c9f1dee6fa]::ops::function::Fn<(), Output = i32> + core[9c1a98c9f1dee6fa]::panic::unwind_safe::RefUnwindSafe + core[9c1a98c9f1dee6fa]::marker::Sync>
[INFO] [stderr]                                  at /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/std/src/panicking.rs:544:19
[INFO] [stderr]     25:     0x603608429fe7 - std[9f9133222b94bf54]::panic::catch_unwind::<&dyn core[9c1a98c9f1dee6fa]::ops::function::Fn<(), Output = i32> + core[9c1a98c9f1dee6fa]::panic::unwind_safe::RefUnwindSafe + core[9c1a98c9f1dee6fa]::marker::Sync, i32>
[INFO] [stderr]                                  at /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/std/src/panic.rs:359:14
[INFO] [stderr]     26:     0x603608429fe7 - std[9f9133222b94bf54]::rt::lang_start_internal::{closure#0}
[INFO] [stderr]                                  at /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/std/src/rt.rs:175:24
[INFO] [stderr]     27:     0x603608429fe7 - std[9f9133222b94bf54]::panicking::catch_unwind::do_call::<std[9f9133222b94bf54]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                  at /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/std/src/panicking.rs:581:40
[INFO] [stderr]     28:     0x603608429fe7 - std[9f9133222b94bf54]::panicking::catch_unwind::<isize, std[9f9133222b94bf54]::rt::lang_start_internal::{closure#0}>
[INFO] [stderr]                                  at /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/std/src/panicking.rs:544:19
[INFO] [stderr]     29:     0x603608429fe7 - std[9f9133222b94bf54]::panic::catch_unwind::<std[9f9133222b94bf54]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                  at /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/std/src/panic.rs:359:14
[INFO] [stderr]     30:     0x603608429fe7 - std[9f9133222b94bf54]::rt::lang_start_internal
[INFO] [stderr]                                  at /rustc/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/library/std/src/rt.rs:171:5
[INFO] [stderr]     31:     0x603607f22791 - std[9f9133222b94bf54]::rt::lang_start::<()>
[INFO] [stderr]     32:     0x603607f22d15 - main
[INFO] [stderr]     33:     0x7e91436021ca - <unknown>
[INFO] [stderr]     34:     0x7e914360228b - __libc_start_main
[INFO] [stderr]     35:     0x603607f22425 - _start
[INFO] [stderr]     36:                0x0 - <unknown>
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "7881ffd97b5d38cac15fb1b7582d266663b2a35d778de0f481934257913129c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7881ffd97b5d38cac15fb1b7582d266663b2a35d778de0f481934257913129c3", kill_on_drop: false }`
[INFO] [stdout] 7881ffd97b5d38cac15fb1b7582d266663b2a35d778de0f481934257913129c3
