[INFO] cloning repository https://github.com/Cabysm/bellcfg
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Cabysm/bellcfg" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCabysm%2Fbellcfg", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCabysm%2Fbellcfg'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e12176bb4534f3a2c04ed09db5a27bc2a2574c84
[INFO] testing Cabysm/bellcfg against try#9f93af291970322f4f1c6315ccde4d7078201159 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCabysm%2Fbellcfg" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Cabysm/bellcfg
[INFO] finished tweaking git repo https://github.com/Cabysm/bellcfg
[INFO] tweaked toml for git repo https://github.com/Cabysm/bellcfg written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Cabysm/bellcfg on toolchain 9f93af291970322f4f1c6315ccde4d7078201159
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Cabysm/bellcfg 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" "+9f93af291970322f4f1c6315ccde4d7078201159" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e84a9e4ee25d2155aa21002f2fa1860223a4290c695b44ea36f32efc4ad43556
[INFO] running `Command { std: "docker" "start" "-a" "e84a9e4ee25d2155aa21002f2fa1860223a4290c695b44ea36f32efc4ad43556", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e84a9e4ee25d2155aa21002f2fa1860223a4290c695b44ea36f32efc4ad43556", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e84a9e4ee25d2155aa21002f2fa1860223a4290c695b44ea36f32efc4ad43556", kill_on_drop: false }`
[INFO] [stdout] e84a9e4ee25d2155aa21002f2fa1860223a4290c695b44ea36f32efc4ad43556
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b46f8c479dbcfbfdfa4ecaa909687633d32df77edae2659dae6f4d3546ff2cb5
[INFO] running `Command { std: "docker" "start" "-a" "b46f8c479dbcfbfdfa4ecaa909687633d32df77edae2659dae6f4d3546ff2cb5", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling libc v0.2.156
[INFO] [stderr]    Compiling libloading v0.8.5
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling portable-atomic v1.7.0
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling miniz_oxide v0.7.4
[INFO] [stderr]    Compiling crc32fast v1.4.2
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling bytemuck v1.17.0
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling flate2 v1.0.31
[INFO] [stderr]    Compiling syn v2.0.74
[INFO] [stderr]    Compiling memmap2 v0.9.4
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling cc v1.1.13
[INFO] [stderr]    Compiling crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling serde v1.0.208
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling allocator-api2 v0.2.18
[INFO] [stderr]    Compiling tinyvec v1.8.0
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling wayland-sys v0.31.4
[INFO] [stderr]    Compiling dlib v0.5.2
[INFO] [stderr]    Compiling ttf-parser v0.21.1
[INFO] [stderr]    Compiling thiserror v1.0.63
[INFO] [stderr]    Compiling slotmap v1.0.7
[INFO] [stderr]    Compiling wayland-backend v0.3.6
[INFO] [stderr]    Compiling roxmltree v0.20.0
[INFO] [stderr]    Compiling arrayref v0.3.8
[INFO] [stderr]    Compiling png v0.17.13
[INFO] [stderr]    Compiling tiny-skia-path v0.11.4
[INFO] [stderr]    Compiling fontconfig-parser v0.5.7
[INFO] [stderr]    Compiling euclid v0.22.10
[INFO] [stderr]    Compiling quick-xml v0.34.0
[INFO] [stderr]    Compiling wayland-client v0.31.5
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling wayland-scanner v0.31.4
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling fontdb v0.18.0
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling tiny-skia v0.11.4
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling indexmap v2.4.0
[INFO] [stderr]    Compiling simplecss v0.2.1
[INFO] [stderr]    Compiling rustversion v1.0.17
[INFO] [stderr]    Compiling serde_spanned v0.6.7
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling winnow v0.6.18
[INFO] [stderr]    Compiling semver v1.0.23
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.63
[INFO] [stderr]    Compiling derive_more v0.99.18
[INFO] [stderr]    Compiling rgb v0.8.48
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling prettyplease v0.2.20
[INFO] [stderr]    Compiling xml-rs v0.8.21
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling toml_edit v0.22.20
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling regex-syntax v0.8.4
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling polling v3.7.3
[INFO] [stderr]    Compiling i-slint-common v1.7.2
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling bindgen v0.69.4
[INFO] [stderr]    Compiling serde_json v1.0.125
[INFO] [stderr]    Compiling home v0.5.9
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]    Compiling toml_edit v0.21.1
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling calloop v0.13.0
[INFO] [stderr]    Compiling wayland-protocols v0.32.3
[INFO] [stderr]    Compiling field-offset v0.3.6
[INFO] [stderr]    Compiling xattr v1.3.1
[INFO] [stderr]    Compiling kurbo v0.11.0
[INFO] [stderr]    Compiling regex-automata v0.4.7
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling filetime v0.2.24
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling ryu v1.0.18
[INFO] [stderr]    Compiling x11rb-protocol v0.13.1
[INFO] [stderr]    Compiling xcursor v0.3.8
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]    Compiling wayland-cursor v0.31.5
[INFO] [stderr]    Compiling wayland-csd-frame v0.3.0
[INFO] [stderr]    Compiling proc-macro-crate v3.1.0
[INFO] [stderr]    Compiling tar v0.4.41
[INFO] [stderr]    Compiling regex v1.10.6
[INFO] [stderr]    Compiling svgtypes v0.15.1
[INFO] [stderr]    Compiling toml v0.8.19
[INFO] [stderr]    Compiling calloop-wayland-source v0.3.0
[INFO] [stderr]    Compiling flume v0.11.0
[INFO] [stderr]    Compiling rustybuzz v0.14.1
[INFO] [stderr]    Compiling lyon_geom v1.0.5
[INFO] [stderr]    Compiling jpeg-decoder v0.3.1
[INFO] [stderr]    Compiling wayland-protocols-wlr v0.3.3
[INFO] [stderr]    Compiling unicode-normalization v0.1.23
[INFO] [stderr]    Compiling exr v1.72.0
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling smithay-client-toolkit v0.19.2
[INFO] [stderr]    Compiling usvg v0.42.0
[INFO] [stderr]    Compiling tiff v0.9.1
[INFO] [stderr]    Compiling lyon_path v1.0.5
[INFO] [stderr]    Compiling num_enum_derive v0.7.3
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]    Compiling gif v0.13.1
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling glutin_egl_sys v0.7.0
[INFO] [stderr]    Compiling glutin_glx_sys v0.6.0
[INFO] [stderr]    Compiling const-field-offset-macro v0.1.5
[INFO] [stderr]    Compiling qoi v0.4.1
[INFO] [stderr]    Compiling tiny-xlib v0.2.3
[INFO] [stderr]    Compiling ttf-parser v0.24.1
[INFO] [stderr]    Compiling text-size v1.1.1
[INFO] [stderr]    Compiling i-slint-compiler v1.7.2
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling countme v3.0.1
[INFO] [stderr]    Compiling codemap v0.1.3
[INFO] [stderr]    Compiling rowan v0.15.16
[INFO] [stderr]    Compiling codemap-diagnostic v0.1.2
[INFO] [stderr]    Compiling linked_hash_set v0.1.4
[INFO] [stderr]    Compiling skia-bindings v0.75.0
[INFO] [stderr]    Compiling image v0.24.9
[INFO] [stderr]    Compiling const-field-offset v0.1.5
[INFO] [stderr]    Compiling owned_ttf_parser v0.24.0
[INFO] [stderr]    Compiling resvg v0.42.0
[INFO] [stderr] error: failed to run custom build command for `skia-bindings v0.75.0`
[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/skia-bindings-1ea55bc595ba6875/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   cargo:rerun-if-env-changed=DOCS_RS
[INFO] [stderr]   cargo:rerun-if-env-changed=SKIA_DEBUG
[INFO] [stderr]   HOST: x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=SKIA_USE_SYSTEM_LIBRARIES
[INFO] [stderr]   cargo:rerun-if-env-changed=SKIA_USE_SYSTEM_LIBRARIES
[INFO] [stderr]   cargo:rerun-if-env-changed=SKIA_SOURCE_DIR
[INFO] [stderr]   cargo:rerun-if-env-changed=FORCE_SKIA_BUILD
[INFO] [stderr]   cargo:rerun-if-env-changed=FORCE_SKIA_BINARIES_DOWNLOAD
[INFO] [stderr]   TRYING TO DOWNLOAD AND INSTALL SKIA BINARIES: 0.75.0/e7e538647512cab844c3-x86_64-unknown-linux-gnu-gl-textlayout
[INFO] [stderr]   cargo:rerun-if-env-changed=SKIA_BINARIES_URL
[INFO] [stderr]     FROM: https://github.com/rust-skia/skia-binaries/releases/download/0.75.0/skia-binaries-e7e538647512cab844c3-x86_64-unknown-linux-gnu-gl-textlayout.tar.gz
[INFO] [stderr]   DOWNLOAD AND INSTALL FAILED: curl error code: Some(6)
[INFO] [stderr]   curl stderr: Ok("")
[INFO] [stderr]   STARTING A FULL BUILD
[INFO] [stderr]   cargo:rerun-if-env-changed=CLANGCC
[INFO] [stderr]   cargo:rerun-if-env-changed=CC
[INFO] [stderr]   cargo:rerun-if-env-changed=CLANGCXX
[INFO] [stderr]   cargo:rerun-if-env-changed=CXX
[INFO] [stderr]   HOST: x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=OPT_LEVEL
[INFO] [stderr]   cargo:rerun-if-env-changed=SKIA_USE_SYSTEM_LIBRARIES
[INFO] [stderr]   HOST: x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=SDKTARGETSYSROOT
[INFO] [stderr]   cargo:rerun-if-env-changed=SDKROOT
[INFO] [stderr]   HOST: x86_64-unknown-linux-gnu
[INFO] [stderr]   HOST: x86_64-unknown-linux-gnu
[INFO] [stderr]   HOST: x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=SKIA_NINJA_COMMAND
[INFO] [stderr]   cargo:rerun-if-env-changed=SKIA_GN_COMMAND
[INFO] [stderr]   Probing 'python'
[INFO] [stderr]   Probing 'python3'
[INFO] [stderr]   Python 3 found: "python3"
[INFO] [stderr]   Synchronizing Skia dependencies
[INFO] [stderr]   DOWNLOADING: https://codeload.github.com/rust-skia/skia/tar.gz/m126-0.74.2
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' (2600) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/skia-bindings-0.75.0/build_support/binary_cache/download.rs:77:35:
[INFO] [stderr]   Failed to download https://codeload.github.com/rust-skia/skia/tar.gz/m126-0.74.2 (curl error code: Some(6)
[INFO] [stderr]   curl stderr: Ok(""))
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x575e68b6c412 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]      1:     0x575e68b6c412 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]      2:     0x575e68b6c412 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stderr]      3:     0x575e68b6c412 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stderr]      4:     0x575e68b7ec7f - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stderr]      5:     0x575e68b7ec7f - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stderr]      6:     0x575e68b39303 - std::io::default_write_fmt::hf7668c9f69c3a921
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stderr]      7:     0x575e68b39303 - std::io::Write::write_fmt::ha6503cd07dd1d506
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stderr]      8:     0x575e68b45d22 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stderr]      9:     0x575e68b495ef - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stderr]     10:     0x575e68b49449 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:328:9
[INFO] [stderr]     11:     0x575e68b49c75 - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:834:13
[INFO] [stderr]     12:     0x575e68b49a5a - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:707:13
[INFO] [stderr]     13:     0x575e68b45e59 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stderr]     14:     0x575e68b2c51d - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stderr]     15:     0x575e68b892b0 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stderr]     16:     0x575e6833d45c - build_script_build::build_support::binary_cache::download::download_dependencies::{{closure}}::h9929bdb5400492cb
[INFO] [stderr]     17:     0x575e6833e810 - core::result::Result<T,E>::unwrap_or_else::habf8d41c97dec16c
[INFO] [stderr]     18:     0x575e6833cb45 - build_script_build::build_support::binary_cache::download::download_dependencies::h157e5d160ca415a1
[INFO] [stderr]     19:     0x575e6833bd08 - build_script_build::build_support::binary_cache::download::resolve_dependencies::haa22d0de61a5bb36
[INFO] [stderr]     20:     0x575e68315ab3 - build_script_build::build_support::skia::config::build::h0d8c66ba41e84a26
[INFO] [stderr]     21:     0x575e68316ec3 - build_script_build::build_from_source::h3958b3cb90500613
[INFO] [stderr]     22:     0x575e68317ca2 - build_script_build::main::h24009785b8908043
[INFO] [stderr]     23:     0x575e6830ddf3 - core::ops::function::FnOnce::call_once::h7c34369061455f82
[INFO] [stderr]     24:     0x575e6832ea96 - std::sys::backtrace::__rust_begin_short_backtrace::h9064e5fa32df568c
[INFO] [stderr]     25:     0x575e6832ea79 - std::rt::lang_start::{{closure}}::h851ec8001b1a6613
[INFO] [stderr]     26:     0x575e68b3ad80 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::hfe01ef9c04091e5f
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:287:21
[INFO] [stderr]     27:     0x575e68b3ad80 - std::panicking::catch_unwind::do_call::h3720541c1dc2745c
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stderr]     28:     0x575e68b3ad80 - std::panicking::catch_unwind::hf812e1c72a8544c2
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stderr]     29:     0x575e68b3ad80 - std::panic::catch_unwind::h9e80dffea8831154
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stderr]     30:     0x575e68b3ad80 - std::rt::lang_start_internal::{{closure}}::h03410fa218b2c977
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/rt.rs:175:24
[INFO] [stderr]     31:     0x575e68b3ad80 - std::panicking::catch_unwind::do_call::hcc46efa18e4a9c15
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stderr]     32:     0x575e68b3ad80 - std::panicking::catch_unwind::hc0afbf6668eb863a
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stderr]     33:     0x575e68b3ad80 - std::panic::catch_unwind::h9640c0d1343096b8
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stderr]     34:     0x575e68b3ad80 - std::rt::lang_start_internal::hea659f61d058debe
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/rt.rs:171:5
[INFO] [stderr]     35:     0x575e6832ea61 - std::rt::lang_start::h1c426295f4a9d329
[INFO] [stderr]     36:     0x575e68318be5 - main
[INFO] [stderr]     37:     0x7abd7088a1ca - <unknown>
[INFO] [stderr]     38:     0x7abd7088a28b - __libc_start_main
[INFO] [stderr]     39:     0x575e682fe5f5 - _start
[INFO] [stderr]     40:                0x0 - <unknown>
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "b46f8c479dbcfbfdfa4ecaa909687633d32df77edae2659dae6f4d3546ff2cb5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b46f8c479dbcfbfdfa4ecaa909687633d32df77edae2659dae6f4d3546ff2cb5", kill_on_drop: false }`
[INFO] [stdout] b46f8c479dbcfbfdfa4ecaa909687633d32df77edae2659dae6f4d3546ff2cb5
