[INFO] cloning repository https://github.com/Turbash/image_converter
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Turbash/image_converter" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTurbash%2Fimage_converter", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTurbash%2Fimage_converter'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 90072d7800ccc91cb98a83cef21d27a47c8e7603
[INFO] checking Turbash/image_converter against 98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3 for pr-160235-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTurbash%2Fimage_converter" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Turbash/image_converter
[INFO] finished tweaking git repo https://github.com/Turbash/image_converter
[INFO] tweaked toml for git repo https://github.com/Turbash/image_converter written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Turbash/image_converter on toolchain 98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Turbash/image_converter 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" "+98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `image_converter` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-6-tc1/source/target/.../image_converter
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `image-converter`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:17:8
[INFO] [stderr]    |
[INFO] [stderr] 17 - name = "image_converter"
[INFO] [stderr] 17 + name = "image-converter"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `image-converter`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:18:19
[INFO] [stderr]    |
[INFO] [stderr] 18 ~ version = "1.0.1"
[INFO] [stderr] 19 + [[bin]]
[INFO] [stderr] 20 + name = "image-converter"
[INFO] [stderr] 21 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `image_converter` (manifest) generated 1 warning
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded onnxruntime-sys v0.0.14
[INFO] [stderr]   Downloaded xattr v1.5.1
[INFO] [stderr]   Downloaded zune-jpeg v0.4.20
[INFO] [stderr]   Downloaded filetime v0.2.25
[INFO] [stderr]   Downloaded kmeans_colors v0.7.0
[INFO] [stderr]   Downloaded clap_derive v4.5.41
[INFO] [stderr]   Downloaded clap v4.5.43
[INFO] [stderr]   Downloaded onnxruntime v0.0.14
[INFO] [stderr]   Downloaded clap_builder v4.5.43
[INFO] [stderr]   Downloaded ndarray v0.15.1
[INFO] [stderr]   Downloaded webp v0.3.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 23ed3373dae21827b8551edb6e57fd54da2a295ad2ea83665d54f7d3b9d75920
[INFO] running `Command { std: "docker" "start" "23ed3373dae21827b8551edb6e57fd54da2a295ad2ea83665d54f7d3b9d75920", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "23ed3373dae21827b8551edb6e57fd54da2a295ad2ea83665d54f7d3b9d75920", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "23ed3373dae21827b8551edb6e57fd54da2a295ad2ea83665d54f7d3b9d75920" "/opt/rustwide/cargo-home/bin/cargo" "+98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "23ed3373dae21827b8551edb6e57fd54da2a295ad2ea83665d54f7d3b9d75920", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "23ed3373dae21827b8551edb6e57fd54da2a295ad2ea83665d54f7d3b9d75920" "/opt/rustwide/cargo-home/bin/cargo" "+98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: binary `image_converter` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../image_converter
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `image-converter`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:17:8
[INFO] [stderr]    |
[INFO] [stderr] 17 - name = "image_converter"
[INFO] [stderr] 17 + name = "image-converter"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `image-converter`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:18:19
[INFO] [stderr]    |
[INFO] [stderr] 18 ~ version = "1.0.1"
[INFO] [stderr] 19 + [[bin]]
[INFO] [stderr] 20 + name = "image-converter"
[INFO] [stderr] 21 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `image_converter` (manifest) generated 1 warning
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]     Checking cfg-if v1.0.1
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling rustls v0.23.31
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling zerocopy v0.8.26
[INFO] [stderr]    Compiling rustls-pki-types v1.12.0
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]     Checking bytemuck v1.23.2
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]     Checking siphasher v1.0.1
[INFO] [stderr]     Checking flate2 v1.1.2
[INFO] [stderr]     Checking zune-core v0.4.12
[INFO] [stderr]    Compiling webpki-roots v1.0.2
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling glob v0.3.2
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]     Checking zune-jpeg v0.4.20
[INFO] [stderr]     Checking weezl v0.1.10
[INFO] [stderr]    Compiling palette v0.7.6
[INFO] [stderr]    Compiling by_address v1.2.1
[INFO] [stderr]     Checking rawpointer v0.2.1
[INFO] [stderr]     Checking anstyle v1.0.11
[INFO] [stderr]     Checking anstyle-query v1.1.4
[INFO] [stderr]     Checking clap v2.34.0
[INFO] [stderr]     Checking half v2.6.0
[INFO] [stderr]     Checking anstream v0.6.20
[INFO] [stderr]     Checking tracing-core v0.1.34
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking zune-inflate v0.2.54
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking lebe v0.5.2
[INFO] [stderr]     Checking bit_field v0.10.2
[INFO] [stderr]    Compiling jobserver v0.1.33
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling filetime v0.2.25
[INFO] [stderr]    Compiling time v0.1.45
[INFO] [stderr]     Checking color_quant v1.1.0
[INFO] [stderr]     Checking fast-srgb8 v1.0.0
[INFO] [stderr]     Checking unicode-width v0.2.1
[INFO] [stderr]     Checking clap_lex v0.7.5
[INFO] [stderr]     Checking ndarray v0.15.1
[INFO] [stderr]     Checking gif v0.13.3
[INFO] [stderr]     Checking exr v1.73.0
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking image v0.25.6
[INFO] [stderr]    Compiling cc v1.2.32
[INFO] [stderr]     Checking clap_builder v4.5.43
[INFO] [stderr]     Checking console v0.15.11
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking shell-words v1.1.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking tempfile v3.20.0
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking jpeg-decoder v0.3.2
[INFO] [stderr]    Compiling xattr v1.5.1
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]    Compiling tar v0.4.44
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling bzip2-sys v0.1.13+1.0.8
[INFO] [stderr]    Compiling libwebp-sys v0.9.6
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking tiff v0.9.1
[INFO] [stderr]    Compiling bzip2 v0.4.4
[INFO] [stderr]    Compiling structopt-derive v0.4.18
[INFO] [stderr]     Checking image v0.24.9
[INFO] [stderr]     Checking structopt v0.3.26
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking webp v0.3.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling phf_macros v0.11.3
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling palette_derive v0.7.6
[INFO] [stderr]    Compiling clap_derive v4.5.41
[INFO] [stderr]     Checking phf v0.11.3
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling zerovec v0.11.4
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling rustls-webpki v0.103.4
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling zip v0.5.13
[INFO] [stderr]     Checking dialoguer v0.11.0
[INFO] [stderr]     Checking clap v4.5.43
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.2
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling ureq v2.12.1
[INFO] [stderr]     Checking kmeans_colors v0.7.0
[INFO] [stderr]    Compiling onnxruntime-sys v0.0.14
[INFO] [stderr] error: failed to run custom build command for `onnxruntime-sys v0.0.14`
[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/onnxruntime-sys/fb491e93597697ca/out/build_script_build` (exit status: 101)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   strategy: "unknown"
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/target/debug/build/onnxruntime-sys/00453de9a8a63e19/out/onnxruntime-linux-x64-1.8.1.tgz
[INFO] [stderr]   Creating directory "/opt/rustwide/target/debug/build/onnxruntime-sys/00453de9a8a63e19/out"
[INFO] [stderr]   Downloading https://github.com/microsoft/onnxruntime/releases/download/v1.8.1/onnxruntime-linux-x64-1.8.1.tgz into /opt/rustwide/target/debug/build/onnxruntime-sys/00453de9a8a63e19/out/onnxruntime-linux-x64-1.8.1.tgz
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' (2025) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/onnxruntime-sys-0.0.14/build.rs:139:31:
[INFO] [stderr]   ERROR: Failed to download https://github.com/microsoft/onnxruntime/releases/download/v1.8.1/onnxruntime-linux-x64-1.8.1.tgz: Transport(Transport { kind: Dns, message: Some("resolve dns name 'github.com:443'"), url: Some(Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("github.com")), port: None, path: "/microsoft/onnxruntime/releases/download/v1.8.1/onnxruntime-linux-x64-1.8.1.tgz", query: None, fragment: None }), source: Some(Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" }) })
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x614f0794ae61 - std[1a9f75695ed63033]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stderr]                                  at /rustc/98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]      1:     0x614f0794ae61 - std[1a9f75695ed63033]::backtrace_rs::backtrace::trace_unsynchronized::<std[1a9f75695ed63033]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stderr]                                  at /rustc/98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]      2:     0x614f0794ae61 - std[1a9f75695ed63033]::sys::backtrace::_print_fmt
[INFO] [stderr]                                  at /rustc/98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3/library/std/src/sys/backtrace.rs:74:9
[INFO] [stderr]      3:     0x614f0794ae61 - <<std[1a9f75695ed63033]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[13e5991edba9f8a1]::fmt::Display>::fmt
[INFO] [stderr]                                  at /rustc/98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3/library/std/src/sys/backtrace.rs:44:26
[INFO] [stderr]      4:     0x614f079600fa - <core[13e5991edba9f8a1]::fmt::rt::Argument>::fmt
[INFO] [stderr]                                  at /rustc/98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3/library/core/src/fmt/rt.rs:152:76
[INFO] [stderr]      5:     0x614f079600fa - core[13e5991edba9f8a1]::fmt::write
[INFO] [stderr]      6:     0x614f0794fafc - core[13e5991edba9f8a1]::io::write::default_write_fmt::<std[1a9f75695ed63033]::sys::stdio::unix::Stderr>
[INFO] [stderr]                                  at /rustc/98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3/library/core/src/io/write.rs:402:11
[INFO] [stderr]      7:     0x614f0794fafc - <std[1a9f75695ed63033]::sys::stdio::unix::Stderr as core[13e5991edba9f8a1]::io::write::Write>::write_fmt
[INFO] [stderr]                                  at /rustc/98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3/library/core/src/io/write.rs:335:13
[INFO] [stderr]      8:     0x614f0792ef06 - <std[1a9f75695ed63033]::sys::backtrace::BacktraceLock>::print
[INFO] [stderr]                                  at /rustc/98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3/library/std/src/sys/backtrace.rs:47:9
[INFO] [stderr]      9:     0x614f0792ef06 - std[1a9f75695ed63033]::panicking::default_hook::{closure#0}
[INFO] [stderr]                                  at /rustc/98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3/library/std/src/panicking.rs:289:27
[INFO] [stderr]     10:     0x614f07944ef1 - std[1a9f75695ed63033]::panicking::default_hook
[INFO] [stderr]                                  at /rustc/98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3/library/std/src/panicking.rs:316:9
[INFO] [stderr]     11:     0x614f079450ab - std[1a9f75695ed63033]::panicking::panic_with_hook
[INFO] [stderr]                                  at /rustc/98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3/library/std/src/panicking.rs:811:13
[INFO] [stderr]     12:     0x614f0792efb2 - std[1a9f75695ed63033]::panicking::panic_handler::{closure#0}
[INFO] [stderr]                                  at /rustc/98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3/library/std/src/panicking.rs:685:13
[INFO] [stderr]     13:     0x614f07927809 - std[1a9f75695ed63033]::sys::backtrace::__rust_end_short_backtrace::<std[1a9f75695ed63033]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]                                  at /rustc/98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3/library/std/src/sys/backtrace.rs:182:18
[INFO] [stderr]     14:     0x614f0792fc7d - __rustc[f481cd3ba124b957]::rust_begin_unwind
[INFO] [stderr]                                  at /rustc/98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3/library/std/src/panicking.rs:676:5
[INFO] [stderr]     15:     0x614f0796091c - core[13e5991edba9f8a1]::panicking::panic_fmt
[INFO] [stderr]                                  at /rustc/98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3/library/core/src/panicking.rs:80:14
[INFO] [stderr]     16:     0x614f0765dfa9 - build_script_build[db182a1c1ea3cc16]::download::<&std[1a9f75695ed63033]::path::PathBuf>::{closure#0}
[INFO] [stderr]     17:     0x614f076656e4 - <core[13e5991edba9f8a1]::result::Result<ureq[2048bbd19b4185a8]::response::Response, ureq[2048bbd19b4185a8]::error::Error>>::unwrap_or_else::<build_script_build[db182a1c1ea3cc16]::download<&std[1a9f75695ed63033]::path::PathBuf>::{closure#0}>
[INFO] [stderr]     18:     0x614f0765abcb - build_script_build[db182a1c1ea3cc16]::download::<&std[1a9f75695ed63033]::path::PathBuf>
[INFO] [stderr]     19:     0x614f0766053e - build_script_build[db182a1c1ea3cc16]::prepare_libort_dir_prebuilt
[INFO] [stderr]     20:     0x614f0765f297 - build_script_build[db182a1c1ea3cc16]::prepare_libort_dir
[INFO] [stderr]     21:     0x614f0766086c - build_script_build[db182a1c1ea3cc16]::main
[INFO] [stderr]     22:     0x614f0766b0e3 - <fn() as core[13e5991edba9f8a1]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]     23:     0x614f07667b1e - std[1a9f75695ed63033]::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
[INFO] [stderr]     24:     0x614f076682e9 - std[1a9f75695ed63033]::rt::lang_start::<()>::{closure#0}
[INFO] [stderr]     25:     0x614f07944698 - <&dyn core[13e5991edba9f8a1]::ops::function::Fn<(), Output = i32> + core[13e5991edba9f8a1]::panic::unwind_safe::RefUnwindSafe + core[13e5991edba9f8a1]::marker::Sync as core[13e5991edba9f8a1]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                  at /rustc/98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3/library/core/src/ops/function.rs:287:21
[INFO] [stderr]     26:     0x614f07944698 - std[1a9f75695ed63033]::panicking::catch_unwind::do_call::<&dyn core[13e5991edba9f8a1]::ops::function::Fn<(), Output = i32> + core[13e5991edba9f8a1]::panic::unwind_safe::RefUnwindSafe + core[13e5991edba9f8a1]::marker::Sync, i32>
[INFO] [stderr]                                  at /rustc/98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3/library/std/src/panicking.rs:573:43
[INFO] [stderr]     27:     0x614f07944698 - std[1a9f75695ed63033]::panicking::catch_unwind::<i32, &dyn core[13e5991edba9f8a1]::ops::function::Fn<(), Output = i32> + core[13e5991edba9f8a1]::panic::unwind_safe::RefUnwindSafe + core[13e5991edba9f8a1]::marker::Sync>
[INFO] [stderr]                                  at /rustc/98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3/library/std/src/panicking.rs:541:19
[INFO] [stderr]     28:     0x614f07944698 - std[1a9f75695ed63033]::panic::catch_unwind::<&dyn core[13e5991edba9f8a1]::ops::function::Fn<(), Output = i32> + core[13e5991edba9f8a1]::panic::unwind_safe::RefUnwindSafe + core[13e5991edba9f8a1]::marker::Sync, i32>
[INFO] [stderr]                                  at /rustc/98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3/library/std/src/panic.rs:359:14
[INFO] [stderr]     29:     0x614f07944698 - std[1a9f75695ed63033]::rt::lang_start_internal::{closure#0}
[INFO] [stderr]                                  at /rustc/98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3/library/std/src/rt.rs:175:24
[INFO] [stderr]     30:     0x614f07944698 - std[1a9f75695ed63033]::panicking::catch_unwind::do_call::<std[1a9f75695ed63033]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                  at /rustc/98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3/library/std/src/panicking.rs:573:43
[INFO] [stderr]     31:     0x614f07944698 - std[1a9f75695ed63033]::panicking::catch_unwind::<isize, std[1a9f75695ed63033]::rt::lang_start_internal::{closure#0}>
[INFO] [stderr]                                  at /rustc/98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3/library/std/src/panicking.rs:541:19
[INFO] [stderr]     32:     0x614f07944698 - std[1a9f75695ed63033]::panic::catch_unwind::<std[1a9f75695ed63033]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                  at /rustc/98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3/library/std/src/panic.rs:359:14
[INFO] [stderr]     33:     0x614f07944698 - std[1a9f75695ed63033]::rt::lang_start_internal
[INFO] [stderr]                                  at /rustc/98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3/library/std/src/rt.rs:171:5
[INFO] [stderr]     34:     0x614f076677e1 - std[1a9f75695ed63033]::rt::lang_start::<()>
[INFO] [stderr]     35:     0x614f076653a5 - main
[INFO] [stderr]     36:     0x7e9a072e9601 - <unknown>
[INFO] [stderr]     37:     0x7e9a072e9718 - __libc_start_main
[INFO] [stderr]     38:     0x614f0765a9e5 - _start
[INFO] [stderr]     39:                0x0 - <unknown>
[INFO] running `Command { std: "docker" "inspect" "23ed3373dae21827b8551edb6e57fd54da2a295ad2ea83665d54f7d3b9d75920", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "23ed3373dae21827b8551edb6e57fd54da2a295ad2ea83665d54f7d3b9d75920", kill_on_drop: false }`
[INFO] [stdout] 23ed3373dae21827b8551edb6e57fd54da2a295ad2ea83665d54f7d3b9d75920
