[INFO] fetching crate ash-molten 0.16.0+1.2.6...
[INFO] checking ash-molten-0.16.0+1.2.6 against master#b3bd7058c139e71bae0862ef8f8ac936208873e9 for pr-123752
[INFO] extracting crate ash-molten 0.16.0+1.2.6 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate ash-molten 0.16.0+1.2.6 on toolchain b3bd7058c139e71bae0862ef8f8ac936208873e9
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-2-tc1/source/.cargo/config.toml
[INFO] started tweaking crates.io crate ash-molten 0.16.0+1.2.6
[INFO] finished tweaking crates.io crate ash-molten 0.16.0+1.2.6
[INFO] tweaked toml for crates.io crate ash-molten 0.16.0+1.2.6 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] crate crates.io crate ash-molten 0.16.0+1.2.6 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" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ash v0.37.3+1.3.251
[INFO] [stderr]   Downloaded plist v1.5.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7ec42aa82093d0509a2c5929c342b95aad05ff057fd7ae6d5f5da17883ae23b7
[INFO] running `Command { std: "docker" "start" "-a" "7ec42aa82093d0509a2c5929c342b95aad05ff057fd7ae6d5f5da17883ae23b7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7ec42aa82093d0509a2c5929c342b95aad05ff057fd7ae6d5f5da17883ae23b7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7ec42aa82093d0509a2c5929c342b95aad05ff057fd7ae6d5f5da17883ae23b7", kill_on_drop: false }`
[INFO] [stdout] 7ec42aa82093d0509a2c5929c342b95aad05ff057fd7ae6d5f5da17883ae23b7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2b50559f6cbf6015f7c81ae060ebc0d4728634c11e9c5cd7f30edad11dcab7c6
[INFO] running `Command { std: "docker" "start" "-a" "2b50559f6cbf6015f7c81ae060ebc0d4728634c11e9c5cd7f30edad11dcab7c6", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.69
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling serde v1.0.189
[INFO] [stderr]    Compiling anyhow v1.0.75
[INFO] [stderr]    Compiling safemem v0.3.3
[INFO] [stderr]    Compiling itoa v1.0.9
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]    Compiling memchr v2.6.4
[INFO] [stderr]    Compiling base64 v0.21.5
[INFO] [stderr]    Compiling ash v0.37.3+1.3.251
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling line-wrap v0.1.1
[INFO] [stderr]    Compiling deranged v0.3.9
[INFO] [stderr]    Compiling quick-xml v0.30.0
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling time v0.3.30
[INFO] [stderr]    Compiling syn v2.0.38
[INFO] [stderr]    Compiling serde_derive v1.0.189
[INFO] [stderr]    Compiling plist v1.5.1
[INFO] [stderr]    Compiling ash-molten v0.16.0+1.2.6 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout]  --> build/xcframework/library.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     string::String,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/b3bd7058c139e71bae0862ef8f8ac936208873e9/library/std/src/prelude/mod.rs:144:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `String` is already defined here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `CFBundlePackageType` and `XCFrameworkFormatVersion` are never read
[INFO] [stdout]   --> build/xcframework/mod.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct XcFramework {
[INFO] [stdout]    |            ----------- fields in this struct
[INFO] [stdout] 13 |     pub AvailableLibraries: Vec<library::UniversalLibrary>,
[INFO] [stdout] 14 |     pub CFBundlePackageType: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 15 |     pub XCFrameworkFormatVersion: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `XcFramework` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: failed to run custom build command for `ash-molten v0.16.0+1.2.6 (/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/ash-molten-81bfabd6ecb55079/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stderr
[INFO] [stderr]   thread 'main' panicked at build/build.rs:231:9:
[INFO] [stderr]   ash-molten requires either 'macos' or 'ios' target
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x557b427d3005 - std::backtrace_rs::backtrace::libunwind::trace::hc0846b9d5d734da3
[INFO] [stderr]                                  at /rustc/b3bd7058c139e71bae0862ef8f8ac936208873e9/library/std/src/../../backtrace/src/backtrace/libunwind.rs:105:5
[INFO] [stderr]      1:     0x557b427d3005 - std::backtrace_rs::backtrace::trace_unsynchronized::haaeb5c07fc5f1c16
[INFO] [stderr]                                  at /rustc/b3bd7058c139e71bae0862ef8f8ac936208873e9/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
[INFO] [stderr]      2:     0x557b427d3005 - std::sys_common::backtrace::_print_fmt::hf422d8687c118c78
[INFO] [stderr]                                  at /rustc/b3bd7058c139e71bae0862ef8f8ac936208873e9/library/std/src/sys_common/backtrace.rs:68:5
[INFO] [stderr]      3:     0x557b427d3005 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h826b8e7caae31c92
[INFO] [stderr]                                  at /rustc/b3bd7058c139e71bae0862ef8f8ac936208873e9/library/std/src/sys_common/backtrace.rs:44:22
[INFO] [stderr]      4:     0x557b427f8ffb - core::fmt::rt::Argument::fmt::ha5794cc754ea58dc
[INFO] [stderr]                                  at /rustc/b3bd7058c139e71bae0862ef8f8ac936208873e9/library/core/src/fmt/rt.rs:142:9
[INFO] [stderr]      5:     0x557b427f8ffb - core::fmt::write::h90bf88fced7d7a85
[INFO] [stderr]                                  at /rustc/b3bd7058c139e71bae0862ef8f8ac936208873e9/library/core/src/fmt/mod.rs:1153:17
[INFO] [stderr]      6:     0x557b427d0c5f - std::io::Write::write_fmt::h0542e06a2975a65e
[INFO] [stderr]                                  at /rustc/b3bd7058c139e71bae0862ef8f8ac936208873e9/library/std/src/io/mod.rs:1850:15
[INFO] [stderr]      7:     0x557b427d2dde - std::sys_common::backtrace::_print::h6c5d0ea7000c081f
[INFO] [stderr]                                  at /rustc/b3bd7058c139e71bae0862ef8f8ac936208873e9/library/std/src/sys_common/backtrace.rs:47:5
[INFO] [stderr]      8:     0x557b427d2dde - std::sys_common::backtrace::print::h8cc61d3d9cfe4b43
[INFO] [stderr]                                  at /rustc/b3bd7058c139e71bae0862ef8f8ac936208873e9/library/std/src/sys_common/backtrace.rs:34:9
[INFO] [stderr]      9:     0x557b427d4219 - std::panicking::default_hook::{{closure}}::ha840b187609a73dc
[INFO] [stderr]     10:     0x557b427d3f35 - std::panicking::default_hook::h64931701a8dfbeb5
[INFO] [stderr]                                  at /rustc/b3bd7058c139e71bae0862ef8f8ac936208873e9/library/std/src/panicking.rs:291:9
[INFO] [stderr]     11:     0x557b427d46b4 - std::panicking::rust_panic_with_hook::h0fc054ea3f5b1656
[INFO] [stderr]                                  at /rustc/b3bd7058c139e71bae0862ef8f8ac936208873e9/library/std/src/panicking.rs:788:13
[INFO] [stderr]     12:     0x557b427d455d - std::panicking::begin_panic_handler::{{closure}}::hd39fcf318858b44e
[INFO] [stderr]                                  at /rustc/b3bd7058c139e71bae0862ef8f8ac936208873e9/library/std/src/panicking.rs:649:13
[INFO] [stderr]     13:     0x557b427d34c9 - std::sys_common::backtrace::__rust_end_short_backtrace::h41bac59379df1622
[INFO] [stderr]                                  at /rustc/b3bd7058c139e71bae0862ef8f8ac936208873e9/library/std/src/sys_common/backtrace.rs:171:18
[INFO] [stderr]     14:     0x557b427d42c7 - rust_begin_unwind
[INFO] [stderr]                                  at /rustc/b3bd7058c139e71bae0862ef8f8ac936208873e9/library/std/src/panicking.rs:645:5
[INFO] [stderr]     15:     0x557b427278e6 - core::panicking::panic_fmt::h7b8f1967fb403697
[INFO] [stderr]                                  at /rustc/b3bd7058c139e71bae0862ef8f8ac936208873e9/library/core/src/panicking.rs:72:14
[INFO] [stderr]     16:     0x557b42747cb9 - build_script_build::main::h6669a29faa1f365d
[INFO] [stderr]     17:     0x557b42748833 - core::ops::function::FnOnce::call_once::h307682c9bc7c68af
[INFO] [stderr]     18:     0x557b42740126 - std::sys_common::backtrace::__rust_begin_short_backtrace::hefc1baf7380ee082
[INFO] [stderr]     19:     0x557b42755fc9 - std::rt::lang_start::{{closure}}::he71a0896a92fe57e
[INFO] [stderr]     20:     0x557b427cbb36 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h49d0eb024581c58d
[INFO] [stderr]                                  at /rustc/b3bd7058c139e71bae0862ef8f8ac936208873e9/library/core/src/ops/function.rs:284:13
[INFO] [stderr]     21:     0x557b427cbb36 - std::panicking::try::do_call::h216b6896714a987d
[INFO] [stderr]                                  at /rustc/b3bd7058c139e71bae0862ef8f8ac936208873e9/library/std/src/panicking.rs:552:40
[INFO] [stderr]     22:     0x557b427cbb36 - std::panicking::try::h4bac5f28dc782f91
[INFO] [stderr]                                  at /rustc/b3bd7058c139e71bae0862ef8f8ac936208873e9/library/std/src/panicking.rs:516:19
[INFO] [stderr]     23:     0x557b427cbb36 - std::panic::catch_unwind::h2a45431533d7ee9c
[INFO] [stderr]                                  at /rustc/b3bd7058c139e71bae0862ef8f8ac936208873e9/library/std/src/panic.rs:149:14
[INFO] [stderr]     24:     0x557b427cbb36 - std::rt::lang_start_internal::{{closure}}::h93ba00e1aef300e8
[INFO] [stderr]                                  at /rustc/b3bd7058c139e71bae0862ef8f8ac936208873e9/library/std/src/rt.rs:141:48
[INFO] [stderr]     25:     0x557b427cbb36 - std::panicking::try::do_call::hbeece6a5e5d1de22
[INFO] [stderr]                                  at /rustc/b3bd7058c139e71bae0862ef8f8ac936208873e9/library/std/src/panicking.rs:552:40
[INFO] [stderr]     26:     0x557b427cbb36 - std::panicking::try::h48d13e3c46df2cb2
[INFO] [stderr]                                  at /rustc/b3bd7058c139e71bae0862ef8f8ac936208873e9/library/std/src/panicking.rs:516:19
[INFO] [stderr]     27:     0x557b427cbb36 - std::panic::catch_unwind::he1a369a4d9ab7488
[INFO] [stderr]                                  at /rustc/b3bd7058c139e71bae0862ef8f8ac936208873e9/library/std/src/panic.rs:149:14
[INFO] [stderr]     28:     0x557b427cbb36 - std::rt::lang_start_internal::h5fddfc687b4198c5
[INFO] [stderr]                                  at /rustc/b3bd7058c139e71bae0862ef8f8ac936208873e9/library/std/src/rt.rs:141:20
[INFO] [stderr]     29:     0x557b42755fa7 - std::rt::lang_start::h344a531c14a4c0e4
[INFO] [stderr]     30:     0x557b42747fa5 - main
[INFO] [stderr]     31:     0x7f51006f6d90 - <unknown>
[INFO] [stderr]     32:     0x7f51006f6e40 - __libc_start_main
[INFO] [stderr]     33:     0x557b42728235 - _start
[INFO] [stderr]     34:                0x0 - <unknown>
[INFO] running `Command { std: "docker" "inspect" "2b50559f6cbf6015f7c81ae060ebc0d4728634c11e9c5cd7f30edad11dcab7c6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2b50559f6cbf6015f7c81ae060ebc0d4728634c11e9c5cd7f30edad11dcab7c6", kill_on_drop: false }`
[INFO] [stdout] 2b50559f6cbf6015f7c81ae060ebc0d4728634c11e9c5cd7f30edad11dcab7c6
[INFO] checking ash-molten-0.16.0+1.2.6 against try#57fe1b734d9ff1c8a92bda60b85506b9648158d3 for pr-123752
[INFO] extracting crate ash-molten 0.16.0+1.2.6 into /workspace/builds/worker-2-tc2/source
[INFO] validating manifest of crates.io crate ash-molten 0.16.0+1.2.6 on toolchain 57fe1b734d9ff1c8a92bda60b85506b9648158d3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-2-tc2/source/.cargo/config.toml
[INFO] started tweaking crates.io crate ash-molten 0.16.0+1.2.6
[INFO] finished tweaking crates.io crate ash-molten 0.16.0+1.2.6
[INFO] tweaked toml for crates.io crate ash-molten 0.16.0+1.2.6 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] crate crates.io crate ash-molten 0.16.0+1.2.6 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" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3822cb7b4b793f2a94f25ccc372dbd7e65b167ee5df22aaf982d3de30b76b7f6
[INFO] running `Command { std: "docker" "start" "-a" "3822cb7b4b793f2a94f25ccc372dbd7e65b167ee5df22aaf982d3de30b76b7f6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3822cb7b4b793f2a94f25ccc372dbd7e65b167ee5df22aaf982d3de30b76b7f6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3822cb7b4b793f2a94f25ccc372dbd7e65b167ee5df22aaf982d3de30b76b7f6", kill_on_drop: false }`
[INFO] [stdout] 3822cb7b4b793f2a94f25ccc372dbd7e65b167ee5df22aaf982d3de30b76b7f6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 71914c17d541422bbc435821879323fd6df58cc60d456312ac80f01206144681
[INFO] running `Command { std: "docker" "start" "-a" "71914c17d541422bbc435821879323fd6df58cc60d456312ac80f01206144681", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.69
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling serde v1.0.189
[INFO] [stderr]    Compiling memchr v2.6.4
[INFO] [stderr]    Compiling itoa v1.0.9
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]    Compiling anyhow v1.0.75
[INFO] [stderr]    Compiling safemem v0.3.3
[INFO] [stderr]    Compiling base64 v0.21.5
[INFO] [stderr]    Compiling ash v0.37.3+1.3.251
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling line-wrap v0.1.1
[INFO] [stderr]    Compiling deranged v0.3.9
[INFO] [stderr]    Compiling quick-xml v0.30.0
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling syn v2.0.38
[INFO] [stderr]    Compiling time v0.3.30
[INFO] [stderr]    Compiling serde_derive v1.0.189
[INFO] [stderr]    Compiling plist v1.5.1
[INFO] [stderr]    Compiling ash-molten v0.16.0+1.2.6 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout]  --> build/xcframework/library.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     string::String,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/57fe1b734d9ff1c8a92bda60b85506b9648158d3/library/std/src/prelude/mod.rs:144:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `String` is already defined here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `CFBundlePackageType` and `XCFrameworkFormatVersion` are never read
[INFO] [stdout]   --> build/xcframework/mod.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct XcFramework {
[INFO] [stdout]    |            ----------- fields in this struct
[INFO] [stdout] 13 |     pub AvailableLibraries: Vec<library::UniversalLibrary>,
[INFO] [stdout] 14 |     pub CFBundlePackageType: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 15 |     pub XCFrameworkFormatVersion: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `XcFramework` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: failed to run custom build command for `ash-molten v0.16.0+1.2.6 (/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/ash-molten-81bfabd6ecb55079/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stderr
[INFO] [stderr]   thread 'main' panicked at build/build.rs:231:9:
[INFO] [stderr]   ash-molten requires either 'macos' or 'ios' target
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x55763706f065 - std::backtrace_rs::backtrace::libunwind::trace::hf3db8a8b40c24f7d
[INFO] [stderr]                                  at /rustc/57fe1b734d9ff1c8a92bda60b85506b9648158d3/library/std/src/../../backtrace/src/backtrace/libunwind.rs:105:5
[INFO] [stderr]      1:     0x55763706f065 - std::backtrace_rs::backtrace::trace_unsynchronized::hc235afb01e65858b
[INFO] [stderr]                                  at /rustc/57fe1b734d9ff1c8a92bda60b85506b9648158d3/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
[INFO] [stderr]      2:     0x55763706f065 - std::sys_common::backtrace::_print_fmt::h3d22b03c95159582
[INFO] [stderr]                                  at /rustc/57fe1b734d9ff1c8a92bda60b85506b9648158d3/library/std/src/sys_common/backtrace.rs:68:5
[INFO] [stderr]      3:     0x55763706f065 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::hda8229ae97fa6e6e
[INFO] [stderr]                                  at /rustc/57fe1b734d9ff1c8a92bda60b85506b9648158d3/library/std/src/sys_common/backtrace.rs:44:22
[INFO] [stderr]      4:     0x55763709505b - core::fmt::rt::Argument::fmt::hd364ed8041485813
[INFO] [stderr]                                  at /rustc/57fe1b734d9ff1c8a92bda60b85506b9648158d3/library/core/src/fmt/rt.rs:142:9
[INFO] [stderr]      5:     0x55763709505b - core::fmt::write::h5f860456c85c48e6
[INFO] [stderr]                                  at /rustc/57fe1b734d9ff1c8a92bda60b85506b9648158d3/library/core/src/fmt/mod.rs:1153:17
[INFO] [stderr]      6:     0x55763706ccbf - std::io::Write::write_fmt::h9739ecb5be58d920
[INFO] [stderr]                                  at /rustc/57fe1b734d9ff1c8a92bda60b85506b9648158d3/library/std/src/io/mod.rs:1850:15
[INFO] [stderr]      7:     0x55763706ee3e - std::sys_common::backtrace::_print::hccefc98514458b82
[INFO] [stderr]                                  at /rustc/57fe1b734d9ff1c8a92bda60b85506b9648158d3/library/std/src/sys_common/backtrace.rs:47:5
[INFO] [stderr]      8:     0x55763706ee3e - std::sys_common::backtrace::print::h8665330714bbc830
[INFO] [stderr]                                  at /rustc/57fe1b734d9ff1c8a92bda60b85506b9648158d3/library/std/src/sys_common/backtrace.rs:34:9
[INFO] [stderr]      9:     0x557637070279 - std::panicking::default_hook::{{closure}}::h861ab60f9faa0af8
[INFO] [stderr]     10:     0x55763706ff95 - std::panicking::default_hook::h246a08137a9bf8ad
[INFO] [stderr]                                  at /rustc/57fe1b734d9ff1c8a92bda60b85506b9648158d3/library/std/src/panicking.rs:291:9
[INFO] [stderr]     11:     0x557637070714 - std::panicking::rust_panic_with_hook::hf3201bc4e87dcc95
[INFO] [stderr]                                  at /rustc/57fe1b734d9ff1c8a92bda60b85506b9648158d3/library/std/src/panicking.rs:788:13
[INFO] [stderr]     12:     0x5576370705bd - std::panicking::begin_panic_handler::{{closure}}::hb553d0042661e592
[INFO] [stderr]                                  at /rustc/57fe1b734d9ff1c8a92bda60b85506b9648158d3/library/std/src/panicking.rs:649:13
[INFO] [stderr]     13:     0x55763706f529 - std::sys_common::backtrace::__rust_end_short_backtrace::h803c216fab262e21
[INFO] [stderr]                                  at /rustc/57fe1b734d9ff1c8a92bda60b85506b9648158d3/library/std/src/sys_common/backtrace.rs:171:18
[INFO] [stderr]     14:     0x557637070327 - rust_begin_unwind
[INFO] [stderr]                                  at /rustc/57fe1b734d9ff1c8a92bda60b85506b9648158d3/library/std/src/panicking.rs:645:5
[INFO] [stderr]     15:     0x557636fc38e6 - core::panicking::panic_fmt::h4d756fc5322adaca
[INFO] [stderr]                                  at /rustc/57fe1b734d9ff1c8a92bda60b85506b9648158d3/library/core/src/panicking.rs:72:14
[INFO] [stderr]     16:     0x557636fe3c79 - build_script_build::main::h9c7838a47669a808
[INFO] [stderr]     17:     0x557636fe4763 - core::ops::function::FnOnce::call_once::h272aef294e591cad
[INFO] [stderr]     18:     0x557636fdc116 - std::sys_common::backtrace::__rust_begin_short_backtrace::hfbf85d53f1ad03ea
[INFO] [stderr]     19:     0x557636ff1f19 - std::rt::lang_start::{{closure}}::ha09768129f99669f
[INFO] [stderr]     20:     0x557637067b96 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::hfbf15a8f32286aaa
[INFO] [stderr]                                  at /rustc/57fe1b734d9ff1c8a92bda60b85506b9648158d3/library/core/src/ops/function.rs:284:13
[INFO] [stderr]     21:     0x557637067b96 - std::panicking::try::do_call::hdb1c225d0095074d
[INFO] [stderr]                                  at /rustc/57fe1b734d9ff1c8a92bda60b85506b9648158d3/library/std/src/panicking.rs:552:40
[INFO] [stderr]     22:     0x557637067b96 - std::panicking::try::hbcc926c02fc4540f
[INFO] [stderr]                                  at /rustc/57fe1b734d9ff1c8a92bda60b85506b9648158d3/library/std/src/panicking.rs:516:19
[INFO] [stderr]     23:     0x557637067b96 - std::panic::catch_unwind::h8b2d970b29c5af89
[INFO] [stderr]                                  at /rustc/57fe1b734d9ff1c8a92bda60b85506b9648158d3/library/std/src/panic.rs:149:14
[INFO] [stderr]     24:     0x557637067b96 - std::rt::lang_start_internal::{{closure}}::h04af4338bb06de8b
[INFO] [stderr]                                  at /rustc/57fe1b734d9ff1c8a92bda60b85506b9648158d3/library/std/src/rt.rs:141:48
[INFO] [stderr]     25:     0x557637067b96 - std::panicking::try::do_call::ha7ce4120aacfc8a3
[INFO] [stderr]                                  at /rustc/57fe1b734d9ff1c8a92bda60b85506b9648158d3/library/std/src/panicking.rs:552:40
[INFO] [stderr]     26:     0x557637067b96 - std::panicking::try::h8f2eb319a88f8304
[INFO] [stderr]                                  at /rustc/57fe1b734d9ff1c8a92bda60b85506b9648158d3/library/std/src/panicking.rs:516:19
[INFO] [stderr]     27:     0x557637067b96 - std::panic::catch_unwind::hd6c35347627418da
[INFO] [stderr]                                  at /rustc/57fe1b734d9ff1c8a92bda60b85506b9648158d3/library/std/src/panic.rs:149:14
[INFO] [stderr]     28:     0x557637067b96 - std::rt::lang_start_internal::h04e27d290bf4f790
[INFO] [stderr]                                  at /rustc/57fe1b734d9ff1c8a92bda60b85506b9648158d3/library/std/src/rt.rs:141:20
[INFO] [stderr]     29:     0x557636ff1ef7 - std::rt::lang_start::h1a424a3326201305
[INFO] [stderr]     30:     0x557636fe3f65 - main
[INFO] [stderr]     31:     0x7f4ad2ae1d90 - <unknown>
[INFO] [stderr]     32:     0x7f4ad2ae1e40 - __libc_start_main
[INFO] [stderr]     33:     0x557636fc4235 - _start
[INFO] [stderr]     34:                0x0 - <unknown>
[INFO] running `Command { std: "docker" "inspect" "71914c17d541422bbc435821879323fd6df58cc60d456312ac80f01206144681", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "71914c17d541422bbc435821879323fd6df58cc60d456312ac80f01206144681", kill_on_drop: false }`
[INFO] [stdout] 71914c17d541422bbc435821879323fd6df58cc60d456312ac80f01206144681
