[INFO] cloning repository https://github.com/davefol/babushka [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/davefol/babushka" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdavefol%2Fbabushka", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdavefol%2Fbabushka'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ff265f5f542648fa6bf0d23bff64b5809ac3eeb9 [INFO] checking davefol/babushka against master#32cd9114712a24010b0583624dc52ac302194128 for pr-143717 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdavefol%2Fbabushka" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/davefol/babushka [INFO] finished tweaking git repo https://github.com/davefol/babushka [INFO] tweaked toml for git repo https://github.com/davefol/babushka written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/davefol/babushka on toolchain 32cd9114712a24010b0583624dc52ac302194128 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+32cd9114712a24010b0583624dc52ac302194128" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/davefol/babushka 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" "+32cd9114712a24010b0583624dc52ac302194128" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded font8x8 v0.3.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+32cd9114712a24010b0583624dc52ac302194128" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 55c28918a28a4ca72bcc7205bbf9e7e8664df9968f621f491dbb93beb02520d8 [INFO] running `Command { std: "docker" "start" "-a" "55c28918a28a4ca72bcc7205bbf9e7e8664df9968f621f491dbb93beb02520d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "55c28918a28a4ca72bcc7205bbf9e7e8664df9968f621f491dbb93beb02520d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "55c28918a28a4ca72bcc7205bbf9e7e8664df9968f621f491dbb93beb02520d8", kill_on_drop: false }` [INFO] [stdout] 55c28918a28a4ca72bcc7205bbf9e7e8664df9968f621f491dbb93beb02520d8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+32cd9114712a24010b0583624dc52ac302194128" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ce13171f1263b46140c4f2f2e4ab7094ef43a5e1f162db5f4249fdd459a4efc8 [INFO] running `Command { std: "docker" "start" "-a" "ce13171f1263b46140c4f2f2e4ab7094ef43a5e1f162db5f4249fdd459a4efc8", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling libc v0.2.158 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling xml-rs v0.8.21 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Checking once_cell v1.19.0 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Compiling prettyplease v0.2.22 [INFO] [stderr] Compiling rustix v0.38.35 [INFO] [stderr] Checking lazy_static v1.5.0 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Checking libloading v0.8.5 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling regex-syntax v0.8.4 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling cc v1.1.15 [INFO] [stderr] Checking dlib v0.5.2 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling bindgen v0.65.1 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Compiling home v0.5.9 [INFO] [stderr] Compiling clang-sys v1.8.1 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling wayland-sys v0.29.5 [INFO] [stderr] Checking scoped-tls v1.0.1 [INFO] [stderr] Checking downcast-rs v1.2.1 [INFO] [stderr] Compiling x11-dl v2.21.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Checking gimli v0.29.0 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Checking miniz_oxide v0.7.4 [INFO] [stderr] Compiling anyhow v1.0.87 [INFO] [stderr] Compiling syn v2.0.76 [INFO] [stderr] Checking xcursor v0.3.8 [INFO] [stderr] Compiling wayland-scanner v0.29.5 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Checking equivalent v1.0.1 [INFO] [stderr] Checking fastrand v2.1.1 [INFO] [stderr] Checking object v0.36.3 [INFO] [stderr] Checking rustc-demangle v0.1.24 [INFO] [stderr] Checking color_quant v1.1.0 [INFO] [stderr] Checking raw-window-handle v0.6.2 [INFO] [stderr] Checking nix v0.24.3 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Compiling backtrace v0.3.73 [INFO] [stderr] Compiling minifb v0.27.0 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking indexmap v2.5.0 [INFO] [stderr] Checking weezl v0.1.8 [INFO] [stderr] Checking fixedbitset v0.4.2 [INFO] [stderr] Compiling wayland-client v0.29.5 [INFO] [stderr] Compiling wayland-protocols v0.29.5 [INFO] [stderr] Checking approx v0.5.1 [INFO] [stderr] Checking gif v0.13.1 [INFO] [stderr] Checking itertools v0.13.0 [INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/deps/gif-1d118ac82df15221.d [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to write `/opt/rustwide/target/debug/.fingerprint/gif-1d118ac82df15221/dep-lib-gif` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `rustix` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/32cd9114712a24010b0583624dc52ac302194128/bin/rustc --crate-name rustix --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=99a1aaabb82a55dc -C extra-filename=-eecae2a42586959e --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-e5c910880d9ee6e9.rmeta --extern linux_raw_sys=/opt/rustwide/target/debug/deps/liblinux_raw_sys-f42a99e14ea9adb8.rmeta --cap-lints allow --cap-lints=forbid --cfg static_assertions --cfg linux_raw --cfg linux_like --cfg linux_kernel` (exit status: 101) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustc1aTbLZ/symbols.o" "<5 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libwayland_scanner-5b8f14ee9980b290,libxml-3eb6255d140f7c6c,libquote-0660da8593602ac0,libproc_macro2-90f4d189e3c1781a,libunicode_ident-f2de522ba645d884}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libproc_macro-*,librustc_literal_escaper-*,librustc_std_workspace_std-*,libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustc1aTbLZ/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/build/wayland-protocols-90e2b60a09662cad/build_script_build-90e2b60a09662cad" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 7 [Bus error], core dumped [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `wayland-protocols` (build script) due to 1 previous error [INFO] [stderr] error: could not compile `regex-syntax` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/32cd9114712a24010b0583624dc52ac302194128/bin/rustc --crate-name regex_syntax --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=e57306a6179fe803 -C extra-filename=-c9ed6525bee6373f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetamIEeHp/full.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaqLJJYp/full.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `indexmap` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `nix` (lib) due to 1 previous error [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetalUqYcD" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `nom` (lib) due to 1 previous error [INFO] [stderr] error: failed to run custom build command for `wayland-client v0.29.5` [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/wayland-client-4951c4992e6e9295/build-script-build` (exit status: 101) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-changed=./wayland.xml [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] [INFO] [stderr] thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-scanner-0.29.5/src/lib.rs:156:40: [INFO] [stderr] called `Result::unwrap()` on an `Err` value: Os { code: 28, kind: StorageFull, message: "No space left on device" } [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x5bfefa8bf3d2 - std::backtrace_rs::backtrace::libunwind::trace::h891094572dc87f41 [INFO] [stderr] at /rustc/32cd9114712a24010b0583624dc52ac302194128/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stderr] 1: 0x5bfefa8bf3d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h0f4b32b10f5344e2 [INFO] [stderr] at /rustc/32cd9114712a24010b0583624dc52ac302194128/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stderr] 2: 0x5bfefa8bf3d2 - std::sys::backtrace::_print_fmt::hba12e5e7a489ef95 [INFO] [stderr] at /rustc/32cd9114712a24010b0583624dc52ac302194128/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x5bfefa8bf3d2 - ::fmt::h99bfe0bffe442d68 [INFO] [stderr] at /rustc/32cd9114712a24010b0583624dc52ac302194128/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x5bfefa8df783 - core::fmt::rt::Argument::fmt::h808b14cdadff520f [INFO] [stderr] at /rustc/32cd9114712a24010b0583624dc52ac302194128/library/core/src/fmt/rt.rs:173:76 [INFO] [stderr] 5: 0x5bfefa8df783 - core::fmt::write::h6013248e06841026 [INFO] [stderr] at /rustc/32cd9114712a24010b0583624dc52ac302194128/library/core/src/fmt/mod.rs:1469:25 [INFO] [stderr] 6: 0x5bfefa8bcc03 - std::io::default_write_fmt::heef89a9c106908dd [INFO] [stderr] at /rustc/32cd9114712a24010b0583624dc52ac302194128/library/std/src/io/mod.rs:639:11 [INFO] [stderr] 7: 0x5bfefa8bcc03 - std::io::Write::write_fmt::h3594cf5a9fd38b7b [INFO] [stderr] at /rustc/32cd9114712a24010b0583624dc52ac302194128/library/std/src/io/mod.rs:1954:13 [INFO] [stderr] 8: 0x5bfefa8bf222 - std::sys::backtrace::BacktraceLock::print::h141a99332efccdfb [INFO] [stderr] at /rustc/32cd9114712a24010b0583624dc52ac302194128/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 9: 0x5bfefa8c02b3 - std::panicking::default_hook::{{closure}}::hb4bb2e2b20fdbde9 [INFO] [stderr] at /rustc/32cd9114712a24010b0583624dc52ac302194128/library/std/src/panicking.rs:300:27 [INFO] [stderr] 10: 0x5bfefa8c0095 - std::panicking::default_hook::h03b783b9253c59af [INFO] [stderr] at /rustc/32cd9114712a24010b0583624dc52ac302194128/library/std/src/panicking.rs:327:9 [INFO] [stderr] 11: 0x5bfefa8c0cc2 - std::panicking::rust_panic_with_hook::he34c238474f7e081 [INFO] [stderr] at /rustc/32cd9114712a24010b0583624dc52ac302194128/library/std/src/panicking.rs:833:13 [INFO] [stderr] 12: 0x5bfefa8c0a5a - std::panicking::begin_panic_handler::{{closure}}::h9ae6cd345d67b800 [INFO] [stderr] at /rustc/32cd9114712a24010b0583624dc52ac302194128/library/std/src/panicking.rs:706:13 [INFO] [stderr] 13: 0x5bfefa8bf8c9 - std::sys::backtrace::__rust_end_short_backtrace::h112b194985e9b439 [INFO] [stderr] at /rustc/32cd9114712a24010b0583624dc52ac302194128/library/std/src/sys/backtrace.rs:168:18 [INFO] [stderr] 14: 0x5bfefa8c06ed - __rustc[658fb56f1fc9f5f]::rust_begin_unwind [INFO] [stderr] at /rustc/32cd9114712a24010b0583624dc52ac302194128/library/std/src/panicking.rs:697:5 [INFO] [stderr] 15: 0x5bfefa8de780 - core::panicking::panic_fmt::hdb87a66f3c8fe8c2 [INFO] [stderr] at /rustc/32cd9114712a24010b0583624dc52ac302194128/library/core/src/panicking.rs:75:14 [INFO] [stderr] 16: 0x5bfefa8deb16 - core::result::unwrap_failed::h056ef3dfe65a0da0 [INFO] [stderr] at /rustc/32cd9114712a24010b0583624dc52ac302194128/library/core/src/result.rs:1761:5 [INFO] [stderr] 17: 0x5bfefa7fc9fc - wayland_scanner::generate_code_with_destructor_events::hb120891c5be8ec84 [INFO] [stderr] 18: 0x5bfefa7fc1ef - build_script_build::main::h78d9ffa9214cab01 [INFO] [stderr] 19: 0x5bfefa7f9db3 - core::ops::function::FnOnce::call_once::h074fbed15f06ade6 [INFO] [stderr] 20: 0x5bfefa800816 - std::sys::backtrace::__rust_begin_short_backtrace::h584483e588759e20 [INFO] [stderr] 21: 0x5bfefa7fd3e9 - std::rt::lang_start::{{closure}}::he5a0a7a40ea46c42 [INFO] [stderr] 22: 0x5bfefa8b9690 - core::ops::function::impls:: for &F>::call_once::h4f4585fe72a25a3b [INFO] [stderr] at /rustc/32cd9114712a24010b0583624dc52ac302194128/library/core/src/ops/function.rs:284:21 [INFO] [stderr] 23: 0x5bfefa8b9690 - std::panicking::catch_unwind::do_call::hc7ecc65e80036aa3 [INFO] [stderr] at /rustc/32cd9114712a24010b0583624dc52ac302194128/library/std/src/panicking.rs:589:40 [INFO] [stderr] 24: 0x5bfefa8b9690 - std::panicking::catch_unwind::hecd6c0902cfaf2d3 [INFO] [stderr] at /rustc/32cd9114712a24010b0583624dc52ac302194128/library/std/src/panicking.rs:552:19 [INFO] [stderr] 25: 0x5bfefa8b9690 - std::panic::catch_unwind::hf2df4b1683f64d1d [INFO] [stderr] at /rustc/32cd9114712a24010b0583624dc52ac302194128/library/std/src/panic.rs:359:14 [INFO] [stderr] 26: 0x5bfefa8b9690 - std::rt::lang_start_internal::{{closure}}::h5296c3d96741f8e3 [INFO] [stderr] at /rustc/32cd9114712a24010b0583624dc52ac302194128/library/std/src/rt.rs:175:24 [INFO] [stderr] 27: 0x5bfefa8b9690 - std::panicking::catch_unwind::do_call::ha1d68ac5b71773e0 [INFO] [stderr] at /rustc/32cd9114712a24010b0583624dc52ac302194128/library/std/src/panicking.rs:589:40 [INFO] [stderr] 28: 0x5bfefa8b9690 - std::panicking::catch_unwind::hc49303e4359af9e3 [INFO] [stderr] at /rustc/32cd9114712a24010b0583624dc52ac302194128/library/std/src/panicking.rs:552:19 [INFO] [stderr] 29: 0x5bfefa8b9690 - std::panic::catch_unwind::hb4909e9c6b4c44c3 [INFO] [stderr] at /rustc/32cd9114712a24010b0583624dc52ac302194128/library/std/src/panic.rs:359:14 [INFO] [stderr] 30: 0x5bfefa8b9690 - std::rt::lang_start_internal::h6f30646bbb0adad2 [INFO] [stderr] at /rustc/32cd9114712a24010b0583624dc52ac302194128/library/std/src/rt.rs:171:5 [INFO] [stderr] 31: 0x5bfefa7fd3d1 - std::rt::lang_start::h775c279f8581a950 [INFO] [stderr] 32: 0x5bfefa7fc245 - main [INFO] [stderr] 33: 0x732b613761ca - [INFO] [stderr] 34: 0x732b6137628b - __libc_start_main [INFO] [stderr] 35: 0x5bfefa7ef5a5 - _start [INFO] [stderr] 36: 0x0 - [INFO] running `Command { std: "docker" "inspect" "ce13171f1263b46140c4f2f2e4ab7094ef43a5e1f162db5f4249fdd459a4efc8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ce13171f1263b46140c4f2f2e4ab7094ef43a5e1f162db5f4249fdd459a4efc8", kill_on_drop: false }` [INFO] [stdout] ce13171f1263b46140c4f2f2e4ab7094ef43a5e1f162db5f4249fdd459a4efc8