[INFO] cloning repository https://github.com/irrationke/roguelike [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/irrationke/roguelike" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Firrationke%2Froguelike", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Firrationke%2Froguelike'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c9d84d308ac07330e80406edd3e5841a995cc9c7 [INFO] checking irrationke/roguelike against try#654bc80249a2b2ba8bd16392b5829d87ed96c92d for pr-136458 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Firrationke%2Froguelike" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/irrationke/roguelike on toolchain 654bc80249a2b2ba8bd16392b5829d87ed96c92d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+654bc80249a2b2ba8bd16392b5829d87ed96c92d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/irrationke/roguelike [INFO] finished tweaking git repo https://github.com/irrationke/roguelike [INFO] tweaked toml for git repo https://github.com/irrationke/roguelike written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/irrationke/roguelike 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" "+654bc80249a2b2ba8bd16392b5829d87ed96c92d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:c80049f3b88b82089a44e0f06d0d6029d44b96b7257e55a1cd63dbc9f4c33334" "/opt/rustwide/cargo-home/bin/cargo" "+654bc80249a2b2ba8bd16392b5829d87ed96c92d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f76d2954723702b5e1a896b9fda3d7ae643f7932bf95da706e97c969a21d6b94 [INFO] running `Command { std: "docker" "start" "-a" "f76d2954723702b5e1a896b9fda3d7ae643f7932bf95da706e97c969a21d6b94", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f76d2954723702b5e1a896b9fda3d7ae643f7932bf95da706e97c969a21d6b94", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f76d2954723702b5e1a896b9fda3d7ae643f7932bf95da706e97c969a21d6b94", kill_on_drop: false }` [INFO] [stdout] f76d2954723702b5e1a896b9fda3d7ae643f7932bf95da706e97c969a21d6b94 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:c80049f3b88b82089a44e0f06d0d6029d44b96b7257e55a1cd63dbc9f4c33334" "/opt/rustwide/cargo-home/bin/cargo" "+654bc80249a2b2ba8bd16392b5829d87ed96c92d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 799f6ef7619c15a4a4dcec545cc6cf0d03199b878634bf4de7b7eaa964b67af1 [INFO] running `Command { std: "docker" "start" "-a" "799f6ef7619c15a4a4dcec545cc6cf0d03199b878634bf4de7b7eaa964b67af1", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling libc v0.2.152 [INFO] [stderr] Compiling xml-rs v0.8.19 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.19 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling rayon-core v1.12.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking libloading v0.6.7 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Checking adler32 v1.2.0 [INFO] [stderr] Compiling pkg-config v0.3.28 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Checking stb_truetype v0.3.1 [INFO] [stderr] Checking lzw v0.10.0 [INFO] [stderr] Compiling proc-macro2 v1.0.76 [INFO] [stderr] Checking either v1.9.0 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Checking dlib v0.4.2 [INFO] [stderr] Checking wayland-sys v0.21.13 [INFO] [stderr] Checking downcast-rs v1.2.0 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking smallvec v0.6.14 [INFO] [stderr] Checking deflate v0.7.20 [INFO] [stderr] Checking inflate v0.4.5 [INFO] [stderr] Checking once_cell v1.19.0 [INFO] [stderr] Checking cty v0.2.2 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Checking walkdir v2.4.0 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling parking_lot_core v0.6.3 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking color_quant v1.1.0 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Checking xdg v2.5.2 [INFO] [stderr] Checking gif v0.10.3 [INFO] [stderr] Checking lock_api v0.3.4 [INFO] [stderr] Checking raw-window-handle v0.4.3 [INFO] [stderr] Checking scoped_threadpool v0.1.9 [INFO] [stderr] Compiling serde v1.0.195 [INFO] [stderr] Compiling wayland-scanner v0.21.13 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Checking crossbeam-deque v0.8.5 [INFO] [stderr] Compiling gl_generator v0.13.1 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Checking ppv-lite86 v0.2.17 [INFO] [stderr] Compiling serde_json v1.0.111 [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Checking shared_library v0.1.9 [INFO] [stderr] Compiling x11-dl v2.21.0 [INFO] [stderr] Checking raw-window-handle v0.3.4 [INFO] [stderr] Checking osmesa-sys v0.1.2 [INFO] [stderr] Checking dirs-sys v0.3.7 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking ryu v1.0.16 [INFO] [stderr] Checking itoa v1.0.10 [INFO] [stderr] Checking rayon v1.8.0 [INFO] [stderr] Checking dirs v2.0.2 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking futures v0.1.31 [INFO] [stderr] Compiling gl v0.13.0 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking ordered-float v1.1.1 [INFO] [stderr] Checking line_drawing v0.7.0 [INFO] [stderr] Compiling syn v2.0.48 [INFO] [stderr] Checking rusttype v0.8.3 [INFO] [stderr] Compiling glutin_egl_sys v0.1.6 [INFO] [stderr] Compiling glutin_glx_sys v0.1.8 [INFO] [stderr] Checking png v0.14.1 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Checking rusttype v0.7.9 [INFO] [stderr] Checking andrew v0.2.1 [INFO] [stderr] Compiling wayland-client v0.21.13 [INFO] [stderr] Compiling wayland-protocols v0.21.13 [INFO] [stderr] Checking jpeg-decoder v0.1.22 [INFO] [stderr] Checking wayland-commons v0.21.13 [INFO] [stderr] Compiling serde_derive v1.0.195 [INFO] [stderr] Checking tiff v0.2.2 [INFO] [stderr] Checking image v0.21.3 [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetafRop7v" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `serde_derive` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: failed to run custom build command for `wayland-protocols v0.21.13` [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-protocols-2875817b1739fef0/build-script-build` (exit status: 101) [INFO] [stderr] --- stderr [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '654bc80249a2b2ba8bd16392b5829d87ed96c92d'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '654bc80249a2b2ba8bd16392b5829d87ed96c92d'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '654bc80249a2b2ba8bd16392b5829d87ed96c92d'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '654bc80249a2b2ba8bd16392b5829d87ed96c92d'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '654bc80249a2b2ba8bd16392b5829d87ed96c92d'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '654bc80249a2b2ba8bd16392b5829d87ed96c92d'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '654bc80249a2b2ba8bd16392b5829d87ed96c92d'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '654bc80249a2b2ba8bd16392b5829d87ed96c92d'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '654bc80249a2b2ba8bd16392b5829d87ed96c92d'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '654bc80249a2b2ba8bd16392b5829d87ed96c92d'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '654bc80249a2b2ba8bd16392b5829d87ed96c92d'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '654bc80249a2b2ba8bd16392b5829d87ed96c92d'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '654bc80249a2b2ba8bd16392b5829d87ed96c92d'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '654bc80249a2b2ba8bd16392b5829d87ed96c92d'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '654bc80249a2b2ba8bd16392b5829d87ed96c92d'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '654bc80249a2b2ba8bd16392b5829d87ed96c92d'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '654bc80249a2b2ba8bd16392b5829d87ed96c92d'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '654bc80249a2b2ba8bd16392b5829d87ed96c92d'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '654bc80249a2b2ba8bd16392b5829d87ed96c92d'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '654bc80249a2b2ba8bd16392b5829d87ed96c92d'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '654bc80249a2b2ba8bd16392b5829d87ed96c92d'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '654bc80249a2b2ba8bd16392b5829d87ed96c92d'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] [INFO] [stderr] thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-scanner-0.21.13/src/lib.rs:145:80: [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: 0x641c6d6d8bc0 - std::backtrace_rs::backtrace::libunwind::trace::h4dfc8c63bdc9e110 [INFO] [stderr] at /rustc/654bc80249a2b2ba8bd16392b5829d87ed96c92d/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stderr] 1: 0x641c6d6d8bc0 - std::backtrace_rs::backtrace::trace_unsynchronized::hfd547d92c8b36f9f [INFO] [stderr] at /rustc/654bc80249a2b2ba8bd16392b5829d87ed96c92d/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x641c6d6d8bc0 - std::sys::backtrace::_print_fmt::h6a9165ed2fa4e47b [INFO] [stderr] at /rustc/654bc80249a2b2ba8bd16392b5829d87ed96c92d/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x641c6d6d8bc0 - ::fmt::he931207cb843d08b [INFO] [stderr] at /rustc/654bc80249a2b2ba8bd16392b5829d87ed96c92d/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x641c6d6faea3 - core::fmt::rt::Argument::fmt::he47965e0e04fc308 [INFO] [stderr] at /rustc/654bc80249a2b2ba8bd16392b5829d87ed96c92d/library/core/src/fmt/rt.rs:177:76 [INFO] [stderr] 5: 0x641c6d6faea3 - core::fmt::write::ha3bc55cf96ab310a [INFO] [stderr] at /rustc/654bc80249a2b2ba8bd16392b5829d87ed96c92d/library/core/src/fmt/mod.rs:1449:21 [INFO] [stderr] 6: 0x641c6d6d5e23 - std::io::Write::write_fmt::h35ddab657efd7f4e [INFO] [stderr] at /rustc/654bc80249a2b2ba8bd16392b5829d87ed96c92d/library/std/src/io/mod.rs:1890:15 [INFO] [stderr] 7: 0x641c6d6d8a12 - std::sys::backtrace::BacktraceLock::print::hf23c9ca929f40e10 [INFO] [stderr] at /rustc/654bc80249a2b2ba8bd16392b5829d87ed96c92d/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 8: 0x641c6d6d9cff - std::panicking::default_hook::{{closure}}::hba60e8663a01de79 [INFO] [stderr] at /rustc/654bc80249a2b2ba8bd16392b5829d87ed96c92d/library/std/src/panicking.rs:298:22 [INFO] [stderr] 9: 0x641c6d6d9b6a - std::panicking::default_hook::hce768f3e107e2051 [INFO] [stderr] at /rustc/654bc80249a2b2ba8bd16392b5829d87ed96c92d/library/std/src/panicking.rs:325:9 [INFO] [stderr] 10: 0x641c6d6da7f3 - as core::ops::function::Fn>::call::h1950cd1f0e1d825a [INFO] [stderr] at /rustc/654bc80249a2b2ba8bd16392b5829d87ed96c92d/library/alloc/src/boxed.rs:2030:9 [INFO] [stderr] 11: 0x641c6d6da7f3 - std::panicking::rust_panic_with_hook::hce8243b952eaf523 [INFO] [stderr] at /rustc/654bc80249a2b2ba8bd16392b5829d87ed96c92d/library/std/src/panicking.rs:839:13 [INFO] [stderr] 12: 0x641c6d6da4aa - std::panicking::begin_panic_handler::{{closure}}::h4a8936b2e1b16c51 [INFO] [stderr] at /rustc/654bc80249a2b2ba8bd16392b5829d87ed96c92d/library/std/src/panicking.rs:704:13 [INFO] [stderr] 13: 0x641c6d6d90d9 - std::sys::backtrace::__rust_end_short_backtrace::h2591f0acba9619f0 [INFO] [stderr] at /rustc/654bc80249a2b2ba8bd16392b5829d87ed96c92d/library/std/src/sys/backtrace.rs:168:18 [INFO] [stderr] 14: 0x641c6d6da13d - rust_begin_unwind [INFO] [stderr] at /rustc/654bc80249a2b2ba8bd16392b5829d87ed96c92d/library/std/src/panicking.rs:695:5 [INFO] [stderr] 15: 0x641c6d6f9cf0 - core::panicking::panic_fmt::h2d21b4eb4bbd6ab4 [INFO] [stderr] at /rustc/654bc80249a2b2ba8bd16392b5829d87ed96c92d/library/core/src/panicking.rs:75:14 [INFO] [stderr] 16: 0x641c6d6fa166 - core::result::unwrap_failed::h600dd6fe5209b6c7 [INFO] [stderr] at /rustc/654bc80249a2b2ba8bd16392b5829d87ed96c92d/library/core/src/result.rs:1704:5 [INFO] [stderr] 17: 0x641c6d6052bb - wayland_scanner::generate_c_interfaces::h86d1ef2611e34596 [INFO] [stderr] 18: 0x641c6d6075ea - build_script_build::generate_protocol::haf1f72c88360c810 [INFO] [stderr] 19: 0x641c6d608761 - build_script_build::main::hd7ba09c3628d8e40 [INFO] [stderr] 20: 0x641c6d6021d3 - core::ops::function::FnOnce::call_once::h3568861591b47457 [INFO] [stderr] 21: 0x641c6d600656 - std::sys::backtrace::__rust_begin_short_backtrace::h09bc24b318e82557 [INFO] [stderr] 22: 0x641c6d605a69 - std::rt::lang_start::{{closure}}::h4dabd2c14dc07fe0 [INFO] [stderr] 23: 0x641c6d6d3390 - core::ops::function::impls:: for &F>::call_once::hab300d4093760697 [INFO] [stderr] at /rustc/654bc80249a2b2ba8bd16392b5829d87ed96c92d/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 24: 0x641c6d6d3390 - std::panicking::try::do_call::he16185489fee9fba [INFO] [stderr] at /rustc/654bc80249a2b2ba8bd16392b5829d87ed96c92d/library/std/src/panicking.rs:587:40 [INFO] [stderr] 25: 0x641c6d6d3390 - std::panicking::try::he039eace873b4336 [INFO] [stderr] at /rustc/654bc80249a2b2ba8bd16392b5829d87ed96c92d/library/std/src/panicking.rs:550:19 [INFO] [stderr] 26: 0x641c6d6d3390 - std::panic::catch_unwind::h8166c9e76c51dbf7 [INFO] [stderr] at /rustc/654bc80249a2b2ba8bd16392b5829d87ed96c92d/library/std/src/panic.rs:358:14 [INFO] [stderr] 27: 0x641c6d6d3390 - std::rt::lang_start_internal::{{closure}}::h49577415cf4c1b24 [INFO] [stderr] at /rustc/654bc80249a2b2ba8bd16392b5829d87ed96c92d/library/std/src/rt.rs:168:24 [INFO] [stderr] 28: 0x641c6d6d3390 - std::panicking::try::do_call::h2d35bdb1cad4b988 [INFO] [stderr] at /rustc/654bc80249a2b2ba8bd16392b5829d87ed96c92d/library/std/src/panicking.rs:587:40 [INFO] [stderr] 29: 0x641c6d6d3390 - std::panicking::try::hd45a5ee353f253dd [INFO] [stderr] at /rustc/654bc80249a2b2ba8bd16392b5829d87ed96c92d/library/std/src/panicking.rs:550:19 [INFO] [stderr] 30: 0x641c6d6d3390 - std::panic::catch_unwind::h6a8974fabbbe6a83 [INFO] [stderr] at /rustc/654bc80249a2b2ba8bd16392b5829d87ed96c92d/library/std/src/panic.rs:358:14 [INFO] [stderr] 31: 0x641c6d6d3390 - std::rt::lang_start_internal::hddbec8dec8d967a7 [INFO] [stderr] at /rustc/654bc80249a2b2ba8bd16392b5829d87ed96c92d/library/std/src/rt.rs:164:5 [INFO] [stderr] 32: 0x641c6d605a51 - std::rt::lang_start::hcc470921d164e416 [INFO] [stderr] 33: 0x641c6d608b25 - main [INFO] [stderr] 34: 0x71757cd5ed90 - [INFO] [stderr] 35: 0x71757cd5ee40 - __libc_start_main [INFO] [stderr] 36: 0x641c6d5f25a5 - _start [INFO] [stderr] 37: 0x0 - [INFO] running `Command { std: "docker" "inspect" "799f6ef7619c15a4a4dcec545cc6cf0d03199b878634bf4de7b7eaa964b67af1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "799f6ef7619c15a4a4dcec545cc6cf0d03199b878634bf4de7b7eaa964b67af1", kill_on_drop: false }` [INFO] [stdout] 799f6ef7619c15a4a4dcec545cc6cf0d03199b878634bf4de7b7eaa964b67af1