[INFO] cloning repository https://github.com/ttldtor/rmdata
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ttldtor/rmdata" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fttldtor%2Frmdata", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fttldtor%2Frmdata'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 69e7436397e17f57570a068a93a12b728d6eb898
[INFO] checking ttldtor/rmdata against try#987a165cfab916796a8315782b83ac460a651ce2 for pr-145262
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fttldtor%2Frmdata" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ttldtor/rmdata
[INFO] finished tweaking git repo https://github.com/ttldtor/rmdata
[INFO] tweaked toml for git repo https://github.com/ttldtor/rmdata written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ttldtor/rmdata on toolchain 987a165cfab916796a8315782b83ac460a651ce2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+987a165cfab916796a8315782b83ac460a651ce2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ttldtor/rmdata 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" "+987a165cfab916796a8315782b83ac460a651ce2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: only one of `license` or `license-file` is necessary
[INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression.
[INFO] [stderr] `license-file` should be used if the package uses a non-standard license.
[INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information.
[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-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+987a165cfab916796a8315782b83ac460a651ce2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 447f9f6e0e4ed597ab057b7973f72ca4b1676937e006a56035df4d07fce887ab
[INFO] running `Command { std: "docker" "start" "-a" "447f9f6e0e4ed597ab057b7973f72ca4b1676937e006a56035df4d07fce887ab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "447f9f6e0e4ed597ab057b7973f72ca4b1676937e006a56035df4d07fce887ab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "447f9f6e0e4ed597ab057b7973f72ca4b1676937e006a56035df4d07fce887ab", kill_on_drop: false }`
[INFO] [stdout] 447f9f6e0e4ed597ab057b7973f72ca4b1676937e006a56035df4d07fce887ab
[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=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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+987a165cfab916796a8315782b83ac460a651ce2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bafe027ea9e16e410fce5227240f758e2a71eaab9d1a9ad37f1e6bc9f3a4ce6c
[INFO] running `Command { std: "docker" "start" "-a" "bafe027ea9e16e410fce5227240f758e2a71eaab9d1a9ad37f1e6bc9f3a4ce6c", kill_on_drop: false }`
[INFO] [stderr] warning: only one of `license` or `license-file` is necessary
[INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression.
[INFO] [stderr] `license-file` should be used if the package uses a non-standard license.
[INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information.
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling bytes v1.10.0
[INFO] [stderr]    Compiling once_cell v1.20.3
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling smallvec v1.14.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling openssl v0.10.70
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling httparse v1.10.0
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling native-tls v0.2.13
[INFO] [stderr]    Compiling bitflags v2.8.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling zstd-safe v7.2.1
[INFO] [stderr]    Compiling openssl-probe v0.1.6
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling miniz_oxide v0.8.4
[INFO] [stderr]    Compiling thiserror v2.0.11
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling zip v2.2.2
[INFO] [stderr]    Compiling http v1.2.0
[INFO] [stderr]    Compiling winnow v0.7.2
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling deranged v0.3.11
[INFO] [stderr]    Compiling zopfli v0.8.1
[INFO] [stderr]    Compiling lzma-rs v0.3.0
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling indexmap v2.7.1
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling flate2 v1.0.35
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]    Compiling syn v2.0.98
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling socket2 v0.5.8
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling cc v1.2.14
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling inout v0.1.3
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling ipnet v2.11.0
[INFO] [stderr]    Compiling time v0.3.37
[INFO] [stderr]    Compiling constant_time_eq v0.3.1
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling deflate64 v0.1.9
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling pbkdf2 v0.12.2
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling openssl-sys v0.9.105
[INFO] [stderr]    Compiling zstd-sys v2.0.13+zstd.1.5.6
[INFO] [stderr]    Compiling bzip2-sys v0.1.12+1.0.8
[INFO] [stderr]    Compiling http-body-util v0.1.2
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling serde_spanned v0.6.8
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling toml_edit v0.22.24
[INFO] [stderr]    Compiling bzip2 v0.4.4
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling toml v0.8.20
[INFO] [stderr]    Compiling zerofrom-derive v0.1.5
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.11
[INFO] [stderr]    Compiling tokio v1.43.0
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling zerofrom v0.1.5
[INFO] [stderr]    Compiling yoke v0.7.5
[INFO] [stderr]    Compiling zerovec v0.10.4
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling zstd v0.13.2
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling icu_properties v1.5.1
[INFO] [stderr]    Compiling tokio-util v0.7.13
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling h2 v0.4.7
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]    Compiling idna_adapter v1.2.0
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling hyper v1.6.0
[INFO] [stderr]    Compiling hyper-util v0.1.10
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.12
[INFO] [stderr]    Compiling rmdata v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: rmdata@0.1.0: sdk ver = "2.4.0"
[INFO] [stderr] warning: rmdata@0.1.0: sdk url template = "https://dxfeed.jfrog.io/artifactory/maven-open/com/dxfeed/graal-native-sdk/{version}/graal-native-sdk-{version}-{cpu}-{os}.zip"
[INFO] [stderr] warning: rmdata@0.1.0: target = "x86_64-unknown-linux-gnu"
[INFO] [stderr] warning: rmdata@0.1.0: sdk url = "https://dxfeed.jfrog.io/artifactory/maven-open/com/dxfeed/graal-native-sdk/2.4.0/graal-native-sdk-2.4.0-amd64-linux.zip"
[INFO] [stderr] error: failed to run custom build command for `rmdata v0.1.0 (/opt/rustwide/workdir)`
[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/rmdata-10273e6b66c371d3/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   cargo:rerun-if-changed=Cargo.toml
[INFO] [stderr]   cargo::warning=sdk ver = "2.4.0"
[INFO] [stderr]   cargo::warning=sdk url template = "https://dxfeed.jfrog.io/artifactory/maven-open/com/dxfeed/graal-native-sdk/{version}/graal-native-sdk-{version}-{cpu}-{os}.zip"
[INFO] [stderr]   cargo::warning=target = "x86_64-unknown-linux-gnu"
[INFO] [stderr]   cargo::warning=sdk url = "https://dxfeed.jfrog.io/artifactory/maven-open/com/dxfeed/graal-native-sdk/2.4.0/graal-native-sdk-2.4.0-amd64-linux.zip"
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' (2023) panicked at build.rs:78:48:
[INFO] [stderr]   Unable to download SDK: reqwest::Error { kind: Request, url: "https://dxfeed.jfrog.io/artifactory/maven-open/com/dxfeed/graal-native-sdk/2.4.0/graal-native-sdk-2.4.0-amd64-linux.zip", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x5e9677e2be12 - std::backtrace_rs::backtrace::libunwind::trace::hf09821d01bcdd165
[INFO] [stderr]                                  at /rustc/987a165cfab916796a8315782b83ac460a651ce2/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]      1:     0x5e9677e2be12 - std::backtrace_rs::backtrace::trace_unsynchronized::h67c79827ef895053
[INFO] [stderr]                                  at /rustc/987a165cfab916796a8315782b83ac460a651ce2/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]      2:     0x5e9677e2be12 - std::sys::backtrace::_print_fmt::hfd1b8a3072c0a17a
[INFO] [stderr]                                  at /rustc/987a165cfab916796a8315782b83ac460a651ce2/library/std/src/sys/backtrace.rs:66:9
[INFO] [stderr]      3:     0x5e9677e2be12 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h619153f336a61421
[INFO] [stderr]                                  at /rustc/987a165cfab916796a8315782b83ac460a651ce2/library/std/src/sys/backtrace.rs:39:26
[INFO] [stderr]      4:     0x5e9677e5254f - core::fmt::rt::Argument::fmt::h4d1bc03cd485b439
[INFO] [stderr]                                  at /rustc/987a165cfab916796a8315782b83ac460a651ce2/library/core/src/fmt/rt.rs:173:76
[INFO] [stderr]      5:     0x5e9677e5254f - core::fmt::write::hfe855cd62e0d157c
[INFO] [stderr]                                  at /rustc/987a165cfab916796a8315782b83ac460a651ce2/library/core/src/fmt/mod.rs:1468:25
[INFO] [stderr]      6:     0x5e9677e287b3 - std::io::default_write_fmt::h540934b92f4dc07d
[INFO] [stderr]                                  at /rustc/987a165cfab916796a8315782b83ac460a651ce2/library/std/src/io/mod.rs:639:11
[INFO] [stderr]      7:     0x5e9677e287b3 - std::io::Write::write_fmt::h6539d35e01d79de7
[INFO] [stderr]                                  at /rustc/987a165cfab916796a8315782b83ac460a651ce2/library/std/src/io/mod.rs:1954:13
[INFO] [stderr]      8:     0x5e9677e2bc62 - std::sys::backtrace::BacktraceLock::print::h6cb91e1789a7cbc5
[INFO] [stderr]                                  at /rustc/987a165cfab916796a8315782b83ac460a651ce2/library/std/src/sys/backtrace.rs:42:9
[INFO] [stderr]      9:     0x5e9677e2ce44 - std::panicking::default_hook::{{closure}}::hd5a86dcf388d8d3e
[INFO] [stderr]                                  at /rustc/987a165cfab916796a8315782b83ac460a651ce2/library/std/src/panicking.rs:301:27
[INFO] [stderr]     10:     0x5e9677e2cc65 - std::panicking::default_hook::h4da1cae02279a3fb
[INFO] [stderr]                                  at /rustc/987a165cfab916796a8315782b83ac460a651ce2/library/std/src/panicking.rs:328:9
[INFO] [stderr]     11:     0x5e9677e2d8b5 - std::panicking::panic_with_hook::h8027b60c5a270458
[INFO] [stderr]                                  at /rustc/987a165cfab916796a8315782b83ac460a651ce2/library/std/src/panicking.rs:834:13
[INFO] [stderr]     12:     0x5e9677e2d64a - std::panicking::panic_handler::{{closure}}::hd4ba090b6289841c
[INFO] [stderr]                                  at /rustc/987a165cfab916796a8315782b83ac460a651ce2/library/std/src/panicking.rs:707:13
[INFO] [stderr]     13:     0x5e9677e2c309 - std::sys::backtrace::__rust_end_short_backtrace::h23f67b4a68a4195c
[INFO] [stderr]                                  at /rustc/987a165cfab916796a8315782b83ac460a651ce2/library/std/src/sys/backtrace.rs:174:18
[INFO] [stderr]     14:     0x5e9677e2d2dd - __rustc[c0acf28cc60a6f1]::rust_begin_unwind
[INFO] [stderr]                                  at /rustc/987a165cfab916796a8315782b83ac460a651ce2/library/std/src/panicking.rs:698:5
[INFO] [stderr]     15:     0x5e9677e50af0 - core::panicking::panic_fmt::hf3a3c66bb320b838
[INFO] [stderr]                                  at /rustc/987a165cfab916796a8315782b83ac460a651ce2/library/core/src/panicking.rs:75:14
[INFO] [stderr]     16:     0x5e9677e50fb6 - core::result::unwrap_failed::hce589ececbed0927
[INFO] [stderr]                                  at /rustc/987a165cfab916796a8315782b83ac460a651ce2/library/core/src/result.rs:1852:5
[INFO] [stderr]     17:     0x5e9677980ae9 - core::result::Result<T,E>::expect::hb0592f8b646b5a88
[INFO] [stderr]     18:     0x5e967797ce3c - build_script_build::main::{{closure}}::ha93bee775d41e622
[INFO] [stderr]     19:     0x5e967797a736 - tokio::runtime::park::CachedParkThread::block_on::{{closure}}::h505852b4acb03bef
[INFO] [stderr]     20:     0x5e9677979ad6 - tokio::runtime::park::CachedParkThread::block_on::h0afb82740d6a1498
[INFO] [stderr]     21:     0x5e967797b73b - tokio::runtime::context::blocking::BlockingRegionGuard::block_on::hdbf05419335e0ef9
[INFO] [stderr]     22:     0x5e96779814ae - tokio::runtime::scheduler::multi_thread::MultiThread::block_on::{{closure}}::h2d64c5e05ef00578
[INFO] [stderr]     23:     0x5e967797ad8d - tokio::runtime::context::runtime::enter_runtime::hecd528f2b24d8c4d
[INFO] [stderr]     24:     0x5e9677981453 - tokio::runtime::scheduler::multi_thread::MultiThread::block_on::h511ace889c3b9553
[INFO] [stderr]     25:     0x5e9677988759 - tokio::runtime::runtime::Runtime::block_on_inner::h705eebac13f83e73
[INFO] [stderr]     26:     0x5e96779889ad - tokio::runtime::runtime::Runtime::block_on::h6422f36fb4b2ce44
[INFO] [stderr]     27:     0x5e967797bfbd - build_script_build::main::h17443542b22c6fae
[INFO] [stderr]     28:     0x5e96779857d3 - core::ops::function::FnOnce::call_once::h91f19aaa7d5707ab
[INFO] [stderr]     29:     0x5e967797ea66 - std::sys::backtrace::__rust_begin_short_backtrace::ha118537c1d1b58fd
[INFO] [stderr]     30:     0x5e967797ea49 - std::rt::lang_start::{{closure}}::h361c729fe11e84ac
[INFO] [stderr]     31:     0x5e9677e21de0 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h8df283588f0e8796
[INFO] [stderr]                                  at /rustc/987a165cfab916796a8315782b83ac460a651ce2/library/core/src/ops/function.rs:290:21
[INFO] [stderr]     32:     0x5e9677e21de0 - std::panicking::catch_unwind::do_call::h8b4fc237972c8899
[INFO] [stderr]                                  at /rustc/987a165cfab916796a8315782b83ac460a651ce2/library/std/src/panicking.rs:590:40
[INFO] [stderr]     33:     0x5e9677e21de0 - std::panicking::catch_unwind::hc230a5364e3a7c99
[INFO] [stderr]                                  at /rustc/987a165cfab916796a8315782b83ac460a651ce2/library/std/src/panicking.rs:553:19
[INFO] [stderr]     34:     0x5e9677e21de0 - std::panic::catch_unwind::hc42ade884023f93a
[INFO] [stderr]                                  at /rustc/987a165cfab916796a8315782b83ac460a651ce2/library/std/src/panic.rs:357:14
[INFO] [stderr]     35:     0x5e9677e21de0 - std::rt::lang_start_internal::{{closure}}::h01cd23081fcd9a8f
[INFO] [stderr]                                  at /rustc/987a165cfab916796a8315782b83ac460a651ce2/library/std/src/rt.rs:175:24
[INFO] [stderr]     36:     0x5e9677e21de0 - std::panicking::catch_unwind::do_call::h32191539977a2702
[INFO] [stderr]                                  at /rustc/987a165cfab916796a8315782b83ac460a651ce2/library/std/src/panicking.rs:590:40
[INFO] [stderr]     37:     0x5e9677e21de0 - std::panicking::catch_unwind::h9ba2739a9cccf76b
[INFO] [stderr]                                  at /rustc/987a165cfab916796a8315782b83ac460a651ce2/library/std/src/panicking.rs:553:19
[INFO] [stderr]     38:     0x5e9677e21de0 - std::panic::catch_unwind::ha9fe4986aae0684b
[INFO] [stderr]                                  at /rustc/987a165cfab916796a8315782b83ac460a651ce2/library/std/src/panic.rs:357:14
[INFO] [stderr]     39:     0x5e9677e21de0 - std::rt::lang_start_internal::hc23d74ec965618a5
[INFO] [stderr]                                  at /rustc/987a165cfab916796a8315782b83ac460a651ce2/library/std/src/rt.rs:171:5
[INFO] [stderr]     40:     0x5e967797ea31 - std::rt::lang_start::hbc90639840f4aa22
[INFO] [stderr]     41:     0x5e967797da05 - main
[INFO] [stderr]     42:     0x7434027361ca - <unknown>
[INFO] [stderr]     43:     0x74340273628b - __libc_start_main
[INFO] [stderr]     44:     0x5e967796e1e5 - _start
[INFO] [stderr]     45:                0x0 - <unknown>
[INFO] running `Command { std: "docker" "inspect" "bafe027ea9e16e410fce5227240f758e2a71eaab9d1a9ad37f1e6bc9f3a4ce6c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bafe027ea9e16e410fce5227240f758e2a71eaab9d1a9ad37f1e6bc9f3a4ce6c", kill_on_drop: false }`
[INFO] [stdout] bafe027ea9e16e410fce5227240f758e2a71eaab9d1a9ad37f1e6bc9f3a4ce6c
