[INFO] cloning repository https://github.com/BenLocal/ai-av-toolkit
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/BenLocal/ai-av-toolkit" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBenLocal%2Fai-av-toolkit", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBenLocal%2Fai-av-toolkit'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 10f336ca38f1c512ac20b420595c210e7638fdc9
[INFO] checking BenLocal/ai-av-toolkit against try#0bdee9e879c87b7211d316e9152109cfd46c576b for pr-150097
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBenLocal%2Fai-av-toolkit" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/BenLocal/ai-av-toolkit
[INFO] finished tweaking git repo https://github.com/BenLocal/ai-av-toolkit
[INFO] tweaked toml for git repo https://github.com/BenLocal/ai-av-toolkit written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/BenLocal/ai-av-toolkit on toolchain 0bdee9e879c87b7211d316e9152109cfd46c576b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0bdee9e879c87b7211d316e9152109cfd46c576b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/BenLocal/ai-av-toolkit 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" "+0bdee9e879c87b7211d316e9152109cfd46c576b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+0bdee9e879c87b7211d316e9152109cfd46c576b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 797ee5bf113e6ef121af6995953e24de2036172aaf8a151f9f2df62ac36e8492
[INFO] running `Command { std: "docker" "start" "-a" "797ee5bf113e6ef121af6995953e24de2036172aaf8a151f9f2df62ac36e8492", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "797ee5bf113e6ef121af6995953e24de2036172aaf8a151f9f2df62ac36e8492", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "797ee5bf113e6ef121af6995953e24de2036172aaf8a151f9f2df62ac36e8492", kill_on_drop: false }`
[INFO] [stdout] 797ee5bf113e6ef121af6995953e24de2036172aaf8a151f9f2df62ac36e8492
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+0bdee9e879c87b7211d316e9152109cfd46c576b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 99baf5615930678c9398f1277285c06bb08676d16bf32bb33b1ba6c411d2c0da
[INFO] running `Command { std: "docker" "start" "-a" "99baf5615930678c9398f1277285c06bb08676d16bf32bb33b1ba6c411d2c0da", kill_on_drop: false }`
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]     Checking bytemuck v1.24.0
[INFO] [stderr]    Compiling litemap v0.8.1
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling cc v1.2.44
[INFO] [stderr]    Compiling writeable v0.6.2
[INFO] [stderr]    Compiling icu_properties_data v2.1.1
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling generic-array v0.14.9
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling rustls v0.23.34
[INFO] [stderr]    Compiling rustls-pki-types v1.13.0
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling libloading v0.8.9
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]     Checking symphonia-core v0.5.5
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling home v0.5.12
[INFO] [stderr]    Compiling bindgen v0.69.5
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling alsa-sys v0.3.1
[INFO] [stderr]     Checking extended v0.1.0
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]    Compiling webpki-roots v1.0.4
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]    Compiling flate2 v1.1.5
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]     Checking symphonia-metadata v0.5.5
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling filetime v0.2.26
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling socks v0.3.4
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking symphonia-utils-xiph v0.5.5
[INFO] [stderr]    Compiling cpal v0.16.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]     Checking symphonia-bundle-flac v0.5.5
[INFO] [stderr]     Checking symphonia-format-mkv v0.5.5
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling bzip2-sys v0.1.13+1.0.8
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]     Checking symphonia-format-ogg v0.5.5
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking symphonia-format-isomp4 v0.5.5
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]     Checking symphonia-codec-vorbis v0.5.5
[INFO] [stderr]     Checking symphonia-format-riff v0.5.5
[INFO] [stderr]     Checking symphonia-bundle-mp3 v0.5.5
[INFO] [stderr]     Checking symphonia-format-caf v0.5.5
[INFO] [stderr]     Checking symphonia-codec-aac v0.5.5
[INFO] [stderr]     Checking symphonia-codec-adpcm v0.5.5
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling bzip2 v0.4.4
[INFO] [stderr]     Checking alsa v0.9.1
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]     Checking symphonia-codec-alac v0.5.5
[INFO] [stderr]     Checking symphonia-codec-pcm v0.5.5
[INFO] [stderr]    Compiling xattr v1.6.1
[INFO] [stderr]     Checking tracing-core v0.1.34
[INFO] [stderr]     Checking dasp_sample v0.11.0
[INFO] [stderr]     Checking indenter v0.3.4
[INFO] [stderr]     Checking hound v3.5.1
[INFO] [stderr]    Compiling tar v0.4.44
[INFO] [stderr]     Checking symphonia v0.5.5
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking rodio v0.21.1
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling rustls-webpki v0.103.8
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling ureq v2.12.1
[INFO] [stderr]    Compiling sherpa-rs-sys v0.6.8
[INFO] [stderr] error: failed to run custom build command for `sherpa-rs-sys v0.6.8`
[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/sherpa-rs-sys-df695b4d82b1d4cb/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   cargo:rerun-if-changed=wrapper.h
[INFO] [stderr]   cargo:rerun-if-changed=dist.json
[INFO] [stderr]   cargo:rerun-if-changed=checksum.txt
[INFO] [stderr]   cargo:rerun-if-changed=./sherpa-onnx
[INFO] [stderr]   cargo::rerun-if-env-changed=SHERPA_BUILD_SHARED_LIBS
[INFO] [stderr]   cargo::rerun-if-env-changed=CMAKE_BUILD_PARALLEL_LEVEL
[INFO] [stderr]   cargo::rerun-if-env-changed=CMAKE_VERBOSE
[INFO] [stderr]   cargo::rerun-if-env-changed=SHERPA_LIB_PATH
[INFO] [stderr]   cargo::rerun-if-env-changed=SHERPA_STATIC_CRT
[INFO] [stderr]   cargo::rerun-if-env-changed=SHERPA_LIB_PROFILE
[INFO] [stderr]   cargo::rerun-if-env-changed=BUILD_DEBUG
[INFO] [stderr]   cargo::rerun-if-env-changed=UNSAFE_DISABLE_CHECKSUM_VALIDATION
[INFO] [stderr]   cargo:rerun-if-env-changed=TARGET
[INFO] [stderr]   cargo:rerun-if-env-changed=BINDGEN_EXTRA_CLANG_ARGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=BINDGEN_EXTRA_CLANG_ARGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=BINDGEN_EXTRA_CLANG_ARGS
[INFO] [stderr]   cargo:rerun-if-changed=wrapper.h
[INFO] [stderr]   cargo:rerun-if-changed=./sherpa-onnx/sherpa-onnx/c-api/c-api.h
[INFO] [stderr]   cargo:rerun-if-changed=/usr/lib/llvm-18/lib/clang/18/include/stdint.h
[INFO] [stderr]   cargo:rerun-if-changed=/usr/include/stdint.h
[INFO] [stderr]   cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/libc-header-start.h
[INFO] [stderr]   cargo:rerun-if-changed=/usr/include/features.h
[INFO] [stderr]   cargo:rerun-if-changed=/usr/include/features-time64.h
[INFO] [stderr]   cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/wordsize.h
[INFO] [stderr]   cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/timesize.h
[INFO] [stderr]   cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/wordsize.h
[INFO] [stderr]   cargo:rerun-if-changed=/usr/include/stdc-predef.h
[INFO] [stderr]   cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/sys/cdefs.h
[INFO] [stderr]   cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/wordsize.h
[INFO] [stderr]   cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/long-double.h
[INFO] [stderr]   cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/gnu/stubs.h
[INFO] [stderr]   cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/gnu/stubs-64.h
[INFO] [stderr]   cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types.h
[INFO] [stderr]   cargo:rerun-if-changed=/usr/include/features.h
[INFO] [stderr]   cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/wordsize.h
[INFO] [stderr]   cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/timesize.h
[INFO] [stderr]   cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/wordsize.h
[INFO] [stderr]   cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/typesizes.h
[INFO] [stderr]   cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/time64.h
[INFO] [stderr]   cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/wchar.h
[INFO] [stderr]   cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/wordsize.h
[INFO] [stderr]   cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/stdint-intn.h
[INFO] [stderr]   cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types.h
[INFO] [stderr]   cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/stdint-uintn.h
[INFO] [stderr]   cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types.h
[INFO] [stderr]   cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/stdint-least.h
[INFO] [stderr]   cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types.h
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr]   error: 'rustfmt' is not installed for the custom toolchain '0bdee9e879c87b7211d316e9152109cfd46c576b'.
[INFO] [stderr]   note: this is a custom toolchain, which cannot use `rustup component add`
[INFO] [stderr]   help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py`
[INFO] [stderr]   Failed to run rustfmt: Internal rustfmt error (non-fatal, continuing)
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' (1862) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sherpa-rs-sys-0.6.8/src/download_binaries.rs:64:31:
[INFO] [stderr]   Failed to GET `https://github.com/k2-fsa/sherpa-onnx/releases/download/v1.12.9/sherpa-onnx-v1.12.9-linux-x64-shared.tar.bz2`: https://github.com/k2-fsa/sherpa-onnx/releases/download/v1.12.9/sherpa-onnx-v1.12.9-linux-x64-shared.tar.bz2: Dns Failed: resolve dns name 'github.com:443': failed to lookup address information: Temporary failure in name resolution
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x5e4d7acb9fe2 - std[d557acedf63bc253]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stderr]                                  at /rustc/0bdee9e879c87b7211d316e9152109cfd46c576b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]      1:     0x5e4d7acb9fe2 - std[d557acedf63bc253]::backtrace_rs::backtrace::trace_unsynchronized::<std[d557acedf63bc253]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stderr]                                  at /rustc/0bdee9e879c87b7211d316e9152109cfd46c576b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]      2:     0x5e4d7acb9fe2 - std[d557acedf63bc253]::sys::backtrace::_print_fmt
[INFO] [stderr]                                  at /rustc/0bdee9e879c87b7211d316e9152109cfd46c576b/library/std/src/sys/backtrace.rs:74:9
[INFO] [stderr]      3:     0x5e4d7acb9fe2 - <<std[d557acedf63bc253]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[74784d0c062bfca7]::fmt::Display>::fmt
[INFO] [stderr]                                  at /rustc/0bdee9e879c87b7211d316e9152109cfd46c576b/library/std/src/sys/backtrace.rs:44:26
[INFO] [stderr]      4:     0x5e4d7acd3c77 - <core[74784d0c062bfca7]::fmt::rt::Argument>::fmt
[INFO] [stderr]                                  at /rustc/0bdee9e879c87b7211d316e9152109cfd46c576b/library/core/src/fmt/rt.rs:152:76
[INFO] [stderr]      5:     0x5e4d7acd3c77 - core[74784d0c062bfca7]::fmt::write
[INFO] [stderr]      6:     0x5e4d7acc13e6 - std[d557acedf63bc253]::io::default_write_fmt::<std[d557acedf63bc253]::sys::stdio::unix::Stderr>
[INFO] [stderr]                                  at /rustc/0bdee9e879c87b7211d316e9152109cfd46c576b/library/std/src/io/mod.rs:614:11
[INFO] [stderr]      7:     0x5e4d7acc13e6 - <std[d557acedf63bc253]::sys::stdio::unix::Stderr as std[d557acedf63bc253]::io::Write>::write_fmt
[INFO] [stderr]                                  at /rustc/0bdee9e879c87b7211d316e9152109cfd46c576b/library/std/src/io/mod.rs:1969:13
[INFO] [stderr]      8:     0x5e4d7ac940cf - <std[d557acedf63bc253]::sys::backtrace::BacktraceLock>::print
[INFO] [stderr]                                  at /rustc/0bdee9e879c87b7211d316e9152109cfd46c576b/library/std/src/sys/backtrace.rs:47:9
[INFO] [stderr]      9:     0x5e4d7ac940cf - std[d557acedf63bc253]::panicking::default_hook::{closure#0}
[INFO] [stderr]                                  at /rustc/0bdee9e879c87b7211d316e9152109cfd46c576b/library/std/src/panicking.rs:292:27
[INFO] [stderr]     10:     0x5e4d7acb0201 - std[d557acedf63bc253]::panicking::default_hook
[INFO] [stderr]                                  at /rustc/0bdee9e879c87b7211d316e9152109cfd46c576b/library/std/src/panicking.rs:319:9
[INFO] [stderr]     11:     0x5e4d7acb046b - std[d557acedf63bc253]::panicking::panic_with_hook
[INFO] [stderr]                                  at /rustc/0bdee9e879c87b7211d316e9152109cfd46c576b/library/std/src/panicking.rs:825:13
[INFO] [stderr]     12:     0x5e4d7ac94188 - std[d557acedf63bc253]::panicking::panic_handler::{closure#0}
[INFO] [stderr]                                  at /rustc/0bdee9e879c87b7211d316e9152109cfd46c576b/library/std/src/panicking.rs:698:13
[INFO] [stderr]     13:     0x5e4d7ac8b759 - std[d557acedf63bc253]::sys::backtrace::__rust_end_short_backtrace::<std[d557acedf63bc253]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]                                  at /rustc/0bdee9e879c87b7211d316e9152109cfd46c576b/library/std/src/sys/backtrace.rs:182:18
[INFO] [stderr]     14:     0x5e4d7ac9551d - __rustc[8a1667557aa49d62]::rust_begin_unwind
[INFO] [stderr]                                  at /rustc/0bdee9e879c87b7211d316e9152109cfd46c576b/library/std/src/panicking.rs:689:5
[INFO] [stderr]     15:     0x5e4d7acd43bc - core[74784d0c062bfca7]::panicking::panic_fmt
[INFO] [stderr]                                  at /rustc/0bdee9e879c87b7211d316e9152109cfd46c576b/library/core/src/panicking.rs:80:14
[INFO] [stderr]     16:     0x5e4d7a3d463d - build_script_build[2e38a5224ca40f2b]::download_binaries::fetch_file::{closure#0}
[INFO] [stderr]     17:     0x5e4d7a3c028d - <core[74784d0c062bfca7]::result::Result<ureq[9f8a88b871f804a1]::response::Response, ureq[9f8a88b871f804a1]::error::Error>>::unwrap_or_else::<build_script_build[2e38a5224ca40f2b]::download_binaries::fetch_file::{closure#0}>
[INFO] [stderr]     18:     0x5e4d7a3d6dde - build_script_build[2e38a5224ca40f2b]::download_binaries::fetch_file
[INFO] [stderr]     19:     0x5e4d7a3df76d - build_script_build[2e38a5224ca40f2b]::main
[INFO] [stderr]     20:     0x5e4d7a3c75f3 - <fn() as core[74784d0c062bfca7]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]     21:     0x5e4d7a3c97a6 - std[d557acedf63bc253]::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
[INFO] [stderr]     22:     0x5e4d7a3ca199 - std[d557acedf63bc253]::rt::lang_start::<()>::{closure#0}
[INFO] [stderr]     23:     0x5e4d7acaf0d6 - <&dyn core[74784d0c062bfca7]::ops::function::Fn<(), Output = i32> + core[74784d0c062bfca7]::marker::Sync + core[74784d0c062bfca7]::panic::unwind_safe::RefUnwindSafe as core[74784d0c062bfca7]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                  at /rustc/0bdee9e879c87b7211d316e9152109cfd46c576b/library/core/src/ops/function.rs:287:21
[INFO] [stderr]     24:     0x5e4d7acaf0d6 - std[d557acedf63bc253]::panicking::catch_unwind::do_call::<&dyn core[74784d0c062bfca7]::ops::function::Fn<(), Output = i32> + core[74784d0c062bfca7]::marker::Sync + core[74784d0c062bfca7]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stderr]                                  at /rustc/0bdee9e879c87b7211d316e9152109cfd46c576b/library/std/src/panicking.rs:581:40
[INFO] [stderr]     25:     0x5e4d7acaf0d6 - std[d557acedf63bc253]::panicking::catch_unwind::<i32, &dyn core[74784d0c062bfca7]::ops::function::Fn<(), Output = i32> + core[74784d0c062bfca7]::marker::Sync + core[74784d0c062bfca7]::panic::unwind_safe::RefUnwindSafe>
[INFO] [stderr]                                  at /rustc/0bdee9e879c87b7211d316e9152109cfd46c576b/library/std/src/panicking.rs:544:19
[INFO] [stderr]     26:     0x5e4d7acaf0d6 - std[d557acedf63bc253]::panic::catch_unwind::<&dyn core[74784d0c062bfca7]::ops::function::Fn<(), Output = i32> + core[74784d0c062bfca7]::marker::Sync + core[74784d0c062bfca7]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stderr]                                  at /rustc/0bdee9e879c87b7211d316e9152109cfd46c576b/library/std/src/panic.rs:359:14
[INFO] [stderr]     27:     0x5e4d7acaf0d6 - std[d557acedf63bc253]::rt::lang_start_internal::{closure#0}
[INFO] [stderr]                                  at /rustc/0bdee9e879c87b7211d316e9152109cfd46c576b/library/std/src/rt.rs:175:24
[INFO] [stderr]     28:     0x5e4d7acaf0d6 - std[d557acedf63bc253]::panicking::catch_unwind::do_call::<std[d557acedf63bc253]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                  at /rustc/0bdee9e879c87b7211d316e9152109cfd46c576b/library/std/src/panicking.rs:581:40
[INFO] [stderr]     29:     0x5e4d7acaf0d6 - std[d557acedf63bc253]::panicking::catch_unwind::<isize, std[d557acedf63bc253]::rt::lang_start_internal::{closure#0}>
[INFO] [stderr]                                  at /rustc/0bdee9e879c87b7211d316e9152109cfd46c576b/library/std/src/panicking.rs:544:19
[INFO] [stderr]     30:     0x5e4d7acaf0d6 - std[d557acedf63bc253]::panic::catch_unwind::<std[d557acedf63bc253]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                  at /rustc/0bdee9e879c87b7211d316e9152109cfd46c576b/library/std/src/panic.rs:359:14
[INFO] [stderr]     31:     0x5e4d7acaf0d6 - std[d557acedf63bc253]::rt::lang_start_internal
[INFO] [stderr]                                  at /rustc/0bdee9e879c87b7211d316e9152109cfd46c576b/library/std/src/rt.rs:171:5
[INFO] [stderr]     32:     0x5e4d7a3c9431 - std[d557acedf63bc253]::rt::lang_start::<()>
[INFO] [stderr]     33:     0x5e4d7a3e2e95 - main
[INFO] [stderr]     34:     0x7b12faeaa1ca - <unknown>
[INFO] [stderr]     35:     0x7b12faeaa28b - __libc_start_main
[INFO] [stderr]     36:     0x5e4d7a3bb8a5 - _start
[INFO] [stderr]     37:                0x0 - <unknown>
[INFO] running `Command { std: "docker" "inspect" "99baf5615930678c9398f1277285c06bb08676d16bf32bb33b1ba6c411d2c0da", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "99baf5615930678c9398f1277285c06bb08676d16bf32bb33b1ba6c411d2c0da", kill_on_drop: false }`
[INFO] [stdout] 99baf5615930678c9398f1277285c06bb08676d16bf32bb33b1ba6c411d2c0da
