[INFO] cloning repository https://github.com/t-veor/hypervis [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/t-veor/hypervis" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ft-veor%2Fhypervis", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ft-veor%2Fhypervis'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] dae671f4a88a6a8b3f91f9ad3bbdfef75a0e225d [INFO] checking t-veor/hypervis against try#50b21af28e291c419ae81eebcb7705fb4200dc90 for pr-135167 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ft-veor%2Fhypervis" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/t-veor/hypervis on toolchain 50b21af28e291c419ae81eebcb7705fb4200dc90 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+50b21af28e291c419ae81eebcb7705fb4200dc90" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/t-veor/hypervis [INFO] finished tweaking git repo https://github.com/t-veor/hypervis [INFO] tweaked toml for git repo https://github.com/t-veor/hypervis written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/t-veor/hypervis 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" "+50b21af28e291c419ae81eebcb7705fb4200dc90" "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-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+50b21af28e291c419ae81eebcb7705fb4200dc90" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8f2616303b276ce7903a4c5356bba16db7d3e54c2595816ace31ec3ac0ea13fa [INFO] running `Command { std: "docker" "start" "-a" "8f2616303b276ce7903a4c5356bba16db7d3e54c2595816ace31ec3ac0ea13fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8f2616303b276ce7903a4c5356bba16db7d3e54c2595816ace31ec3ac0ea13fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8f2616303b276ce7903a4c5356bba16db7d3e54c2595816ace31ec3ac0ea13fa", kill_on_drop: false }` [INFO] [stdout] 8f2616303b276ce7903a4c5356bba16db7d3e54c2595816ace31ec3ac0ea13fa [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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+50b21af28e291c419ae81eebcb7705fb4200dc90" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 441d8093fe1c48feb83af7b687129bcf85777bc0268e4910385aa85def390a9f [INFO] running `Command { std: "docker" "start" "-a" "441d8093fe1c48feb83af7b687129bcf85777bc0268e4910385aa85def390a9f", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Checking slab v0.4.2 [INFO] [stderr] Compiling syn v1.0.33 [INFO] [stderr] Compiling libloading v0.6.2 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Checking smallvec v1.4.0 [INFO] [stderr] Compiling cc v1.0.57 [INFO] [stderr] Checking rand_core v0.4.2 [INFO] [stderr] Compiling xml-rs v0.8.3 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Checking raw-window-handle v0.3.3 [INFO] [stderr] Compiling proc-macro-hack v0.5.16 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Checking gfx-hal v0.5.3 [INFO] [stderr] Checking lock_api v0.3.4 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking parking_lot_core v0.7.2 [INFO] [stderr] Checking net2 v0.2.34 [INFO] [stderr] Compiling wayland-scanner v0.23.6 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking parking_lot v0.10.2 [INFO] [stderr] Checking mio v0.6.22 [INFO] [stderr] Compiling x11 v2.18.2 [INFO] [stderr] Checking dlib v0.4.2 [INFO] [stderr] Checking lazycell v1.2.1 [INFO] [stderr] Checking wayland-sys v0.23.6 [INFO] [stderr] Checking ordered-float v1.1.0 [INFO] [stderr] Checking rand_core v0.3.1 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Checking stb_truetype v0.3.1 [INFO] [stderr] Checking atom v0.3.5 [INFO] [stderr] Checking mio-extras v2.0.6 [INFO] [stderr] Compiling pin-project-internal v0.4.22 [INFO] [stderr] Checking hibitset v0.6.3 [INFO] [stderr] Checking rusttype v0.8.3 [INFO] [stderr] Compiling imgui-sys v0.4.0 [INFO] [stderr] Compiling generic-array v0.9.0 [INFO] [stderr] Checking ash v0.31.0 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling byte-tools v0.2.0 [INFO] [stderr] Compiling wayland-client v0.23.6 [INFO] [stderr] Compiling wayland-protocols v0.23.6 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking downcast-rs v1.2.0 [INFO] [stderr] Compiling proc-macro-nested v0.1.6 [INFO] [stderr] Compiling arrayref v0.3.6 [INFO] [stderr] Checking arrayvec v0.5.1 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling block-buffer v0.3.3 [INFO] [stderr] Checking walkdir v2.3.1 [INFO] [stderr] Compiling const-random-macro v0.1.8 [INFO] [stderr] Checking calloop v0.4.4 [INFO] [stderr] Checking wayland-commons v0.23.6 [INFO] [stderr] Compiling digest v0.7.6 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rusttype v0.7.9 [INFO] [stderr] Checking gfx-memory v0.1.3 [INFO] [stderr] Checking gfx-backend-empty v0.5.1 [INFO] [stderr] Checking gfx-descriptor v0.1.0 [INFO] [stderr] Checking line_drawing v0.7.0 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Checking once_cell v1.4.0 [INFO] [stderr] Compiling fake-simd v0.1.2 [INFO] [stderr] Checking futures-sink v0.3.5 [INFO] [stderr] Checking xdg v2.2.0 [INFO] [stderr] Checking futures-core v0.3.5 [INFO] [stderr] Checking copyless v0.1.5 [INFO] [stderr] Checking ppv-lite86 v0.2.8 [INFO] [stderr] Checking futures-channel v0.3.5 [INFO] [stderr] Checking futures-task v0.3.5 [INFO] [stderr] Checking andrew v0.2.1 [INFO] [stderr] Compiling sha2 v0.7.1 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Checking const-random v0.1.8 [INFO] [stderr] Compiling cmake v0.1.44 [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Compiling hashbrown v0.6.3 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Checking futures-io v0.3.5 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Compiling glsl-to-spirv v0.1.7 [INFO] [stderr] Checking ahash v0.2.18 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking rand_hc v0.1.0 [INFO] [stderr] Checking rand_isaac v0.1.1 [INFO] [stderr] Checking rand_xorshift v0.1.1 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking rand_jitter v0.1.4 [INFO] [stderr] Compiling anyhow v1.0.31 [INFO] [stderr] Checking remove_dir_all v0.5.3 [INFO] [stderr] Checking instant v0.1.5 [INFO] [stderr] Compiling cgmath v0.17.0 [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Compiling peek-poke-derive v0.2.1 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Checking peek-poke v0.2.0 [INFO] [stderr] Checking wgpu-types v0.5.1 [INFO] [stderr] Checking lru v0.4.3 [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaGycvN8/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ash` (lib) due to 1 previous error [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: failed to run custom build command for `wayland-protocols v0.23.6` [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-4dc3436d00b248d2/build-script-build` (exit status: 101) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-changed-env=CARGO_FEATURE_CLIENT [INFO] [stderr] cargo:rerun-if-changed-env=CARGO_FEATURE_SERVER [INFO] [stderr] cargo:rerun-if-changed-env=CARGO_FEATURE_UNSTABLE_PROTOCOLS [INFO] [stderr] cargo:rerun-if-changed=./protocols/stable/presentation-time/presentation-time.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/stable/viewporter/viewporter.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/stable/xdg-shell/xdg-shell.xml [INFO] [stderr] cargo:rerun-if-changed=./misc/gtk-primary-selection.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/idle-inhibit/idle-inhibit-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/input-method/input-method-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/input-timestamps/input-timestamps-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/keyboard-shortcuts-inhibit/keyboard-shortcuts-inhibit-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/linux-explicit-synchronization/linux-explicit-synchronization-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/pointer-constraints/pointer-constraints-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/pointer-gestures/pointer-gestures-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/primary-selection/primary-selection-unstable-v1.xml [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '50b21af28e291c419ae81eebcb7705fb4200dc90'. [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 '50b21af28e291c419ae81eebcb7705fb4200dc90'. [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 '50b21af28e291c419ae81eebcb7705fb4200dc90'. [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 '50b21af28e291c419ae81eebcb7705fb4200dc90'. [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 '50b21af28e291c419ae81eebcb7705fb4200dc90'. [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 '50b21af28e291c419ae81eebcb7705fb4200dc90'. [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 '50b21af28e291c419ae81eebcb7705fb4200dc90'. [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 '50b21af28e291c419ae81eebcb7705fb4200dc90'. [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 '50b21af28e291c419ae81eebcb7705fb4200dc90'. [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 '50b21af28e291c419ae81eebcb7705fb4200dc90'. [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 '50b21af28e291c419ae81eebcb7705fb4200dc90'. [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 '50b21af28e291c419ae81eebcb7705fb4200dc90'. [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 '50b21af28e291c419ae81eebcb7705fb4200dc90'. [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.23.6/src/lib.rs:158: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: 0x600dc1087a4a - std::backtrace_rs::backtrace::libunwind::trace::he5fdd8a6b71d4e36 [INFO] [stderr] at /rustc/50b21af28e291c419ae81eebcb7705fb4200dc90/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stderr] 1: 0x600dc1087a4a - std::backtrace_rs::backtrace::trace_unsynchronized::h3a541794fc54d9aa [INFO] [stderr] at /rustc/50b21af28e291c419ae81eebcb7705fb4200dc90/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x600dc1087a4a - std::sys::backtrace::_print_fmt::hed7b16c307d96722 [INFO] [stderr] at /rustc/50b21af28e291c419ae81eebcb7705fb4200dc90/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x600dc1087a4a - ::fmt::h03ef28f09615b5f5 [INFO] [stderr] at /rustc/50b21af28e291c419ae81eebcb7705fb4200dc90/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x600dc10a9a33 - core::fmt::rt::Argument::fmt::h105b07e41a5c9991 [INFO] [stderr] at /rustc/50b21af28e291c419ae81eebcb7705fb4200dc90/library/core/src/fmt/rt.rs:177:76 [INFO] [stderr] 5: 0x600dc10a9a33 - core::fmt::write::h9b4fd05368673821 [INFO] [stderr] at /rustc/50b21af28e291c419ae81eebcb7705fb4200dc90/library/core/src/fmt/mod.rs:1440:21 [INFO] [stderr] 6: 0x600dc1084b73 - std::io::Write::write_fmt::h7c35eb0c649ee3d6 [INFO] [stderr] at /rustc/50b21af28e291c419ae81eebcb7705fb4200dc90/library/std/src/io/mod.rs:1887:15 [INFO] [stderr] 7: 0x600dc1087892 - std::sys::backtrace::BacktraceLock::print::he0c365d9549485ea [INFO] [stderr] at /rustc/50b21af28e291c419ae81eebcb7705fb4200dc90/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 8: 0x600dc1088c90 - std::panicking::default_hook::{{closure}}::h2cf00f0250c9d5a2 [INFO] [stderr] at /rustc/50b21af28e291c419ae81eebcb7705fb4200dc90/library/std/src/panicking.rs:295:22 [INFO] [stderr] 9: 0x600dc1088a70 - std::panicking::default_hook::h9709b1502b387134 [INFO] [stderr] at /rustc/50b21af28e291c419ae81eebcb7705fb4200dc90/library/std/src/panicking.rs:322:9 [INFO] [stderr] 10: 0x600dc1089543 - as core::ops::function::Fn>::call::hb1450aa98de7c131 [INFO] [stderr] at /rustc/50b21af28e291c419ae81eebcb7705fb4200dc90/library/alloc/src/boxed.rs:2027:9 [INFO] [stderr] 11: 0x600dc1089543 - std::panicking::rust_panic_with_hook::h6a9dba260198ad70 [INFO] [stderr] at /rustc/50b21af28e291c419ae81eebcb7705fb4200dc90/library/std/src/panicking.rs:836:13 [INFO] [stderr] 12: 0x600dc10891fa - std::panicking::begin_panic_handler::{{closure}}::hf60e1b096002dc48 [INFO] [stderr] at /rustc/50b21af28e291c419ae81eebcb7705fb4200dc90/library/std/src/panicking.rs:701:13 [INFO] [stderr] 13: 0x600dc1087f59 - std::sys::backtrace::__rust_end_short_backtrace::hdf8ef0cfe8980d30 [INFO] [stderr] at /rustc/50b21af28e291c419ae81eebcb7705fb4200dc90/library/std/src/sys/backtrace.rs:168:18 [INFO] [stderr] 14: 0x600dc1088e8d - rust_begin_unwind [INFO] [stderr] at /rustc/50b21af28e291c419ae81eebcb7705fb4200dc90/library/std/src/panicking.rs:692:5 [INFO] [stderr] 15: 0x600dc10a88b0 - core::panicking::panic_fmt::hf65aba7cda612a2a [INFO] [stderr] at /rustc/50b21af28e291c419ae81eebcb7705fb4200dc90/library/core/src/panicking.rs:75:14 [INFO] [stderr] 16: 0x600dc10a8cf6 - core::result::unwrap_failed::h1ebef33fdebdcc32 [INFO] [stderr] at /rustc/50b21af28e291c419ae81eebcb7705fb4200dc90/library/core/src/result.rs:1704:5 [INFO] [stderr] 17: 0x600dc0fa324a - wayland_scanner::generate_code_with_destructor_events::hc6a72cc1681f5533 [INFO] [stderr] 18: 0x600dc0fa8360 - build_script_build::generate_protocol::he6abba2fef5a7ae9 [INFO] [stderr] 19: 0x600dc0fa960f - build_script_build::main::h82b7a2032adf2dc3 [INFO] [stderr] 20: 0x600dc0fb1ba3 - core::ops::function::FnOnce::call_once::h8c9d29b5da93aa91 [INFO] [stderr] 21: 0x600dc0fa4136 - std::sys::backtrace::__rust_begin_short_backtrace::h1883bfb8da3c9443 [INFO] [stderr] 22: 0x600dc0fb3b49 - std::rt::lang_start::{{closure}}::h81389da55ce73232 [INFO] [stderr] 23: 0x600dc1081bf7 - core::ops::function::impls:: for &F>::call_once::hcbd7b91d1cccc8fa [INFO] [stderr] at /rustc/50b21af28e291c419ae81eebcb7705fb4200dc90/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 24: 0x600dc1081bf7 - std::panicking::try::do_call::h312e4e26c1966514 [INFO] [stderr] at /rustc/50b21af28e291c419ae81eebcb7705fb4200dc90/library/std/src/panicking.rs:584:40 [INFO] [stderr] 25: 0x600dc1081bf7 - std::panicking::try::hc32a7434d2707af1 [INFO] [stderr] at /rustc/50b21af28e291c419ae81eebcb7705fb4200dc90/library/std/src/panicking.rs:547:19 [INFO] [stderr] 26: 0x600dc1081bf7 - std::panic::catch_unwind::hda250bfdd614042a [INFO] [stderr] at /rustc/50b21af28e291c419ae81eebcb7705fb4200dc90/library/std/src/panic.rs:358:14 [INFO] [stderr] 27: 0x600dc1081bf7 - std::rt::lang_start_internal::{{closure}}::h8bb14a997ca4bd54 [INFO] [stderr] at /rustc/50b21af28e291c419ae81eebcb7705fb4200dc90/library/std/src/rt.rs:174:48 [INFO] [stderr] 28: 0x600dc1081bf7 - std::panicking::try::do_call::heb6d42a8841896a0 [INFO] [stderr] at /rustc/50b21af28e291c419ae81eebcb7705fb4200dc90/library/std/src/panicking.rs:584:40 [INFO] [stderr] 29: 0x600dc1081bf7 - std::panicking::try::h80c056bd27d94a5d [INFO] [stderr] at /rustc/50b21af28e291c419ae81eebcb7705fb4200dc90/library/std/src/panicking.rs:547:19 [INFO] [stderr] 30: 0x600dc1081bf7 - std::panic::catch_unwind::h9dd712001bcb4333 [INFO] [stderr] at /rustc/50b21af28e291c419ae81eebcb7705fb4200dc90/library/std/src/panic.rs:358:14 [INFO] [stderr] 31: 0x600dc1081bf7 - std::rt::lang_start_internal::h43d839105bc3a711 [INFO] [stderr] at /rustc/50b21af28e291c419ae81eebcb7705fb4200dc90/library/std/src/rt.rs:174:20 [INFO] [stderr] 32: 0x600dc0fb3b27 - std::rt::lang_start::h536fcc7e0516b274 [INFO] [stderr] 33: 0x600dc0fa9b95 - main [INFO] [stderr] 34: 0x760babea3d90 - [INFO] [stderr] 35: 0x760babea3e40 - __libc_start_main [INFO] [stderr] 36: 0x600dc0fa2875 - _start [INFO] [stderr] 37: 0x0 - [INFO] [stderr] error: could not compile `pin-project-internal` (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/50b21af28e291c419ae81eebcb7705fb4200dc90/bin/rustc --crate-name pin_project_internal --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-internal-0.4.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9f03ac840194e5d0 -C extra-filename=-f8bdd46e91469692 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-5f87b28b74f4a5bf.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-54a2879f8ab25fac.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-3664788b7c93e22a.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid --cfg underscore_consts --cfg deprecated_proc_macro` (exit status: 101) [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaxfU1Py" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `cgmath` (lib) due to 1 previous error [INFO] [stderr] warning: imgui-sys@0.4.0: third-party/cimgui/imgui/imgui_draw.cpp:3462:1: fatal error: error writing to /tmp/ccmrgneO.s: No space left on device [INFO] [stderr] warning: imgui-sys@0.4.0: 3462 | } [INFO] [stderr] warning: imgui-sys@0.4.0: | ^ [INFO] [stderr] warning: imgui-sys@0.4.0: compilation terminated. [INFO] [stderr] error: failed to run custom build command for `imgui-sys v0.4.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/imgui-sys-79e5bb274c07ae52/build-script-build` (exit status: 1) [INFO] [stderr] --- stdout [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] CXX_x86_64-unknown-linux-gnu = None [INFO] [stderr] CXX_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CXX = None [INFO] [stderr] CXX = None [INFO] [stderr] CXXFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] CXXFLAGS_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CXXFLAGS = None [INFO] [stderr] CXXFLAGS = None [INFO] [stderr] CRATE_CC_NO_DEFAULTS = None [INFO] [stderr] DEBUG = Some("true") [INFO] [stderr] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2,x87") [INFO] [stderr] CXX_x86_64-unknown-linux-gnu = None [INFO] [stderr] CXX_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CXX = None [INFO] [stderr] CXX = None [INFO] [stderr] CXXFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] CXXFLAGS_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CXXFLAGS = None [INFO] [stderr] CXXFLAGS = None [INFO] [stderr] CRATE_CC_NO_DEFAULTS = None [INFO] [stderr] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2,x87") [INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-return-type-c-linkage" "-DCIMGUI_NO_EXPORT" "-DIMGUI_DISABLE_WIN32_FUNCTIONS" "-DIMGUI_DISABLE_OSX_FUNCTIONS" "-o" "/opt/rustwide/target/debug/build/imgui-sys-5f0d322535195ddf/out/third-party/cimgui/cimgui.o" "-c" "third-party/cimgui/cimgui.cpp" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-return-type-c-linkage" "-DCIMGUI_NO_EXPORT" "-DIMGUI_DISABLE_WIN32_FUNCTIONS" "-DIMGUI_DISABLE_OSX_FUNCTIONS" "-o" "/opt/rustwide/target/debug/build/imgui-sys-5f0d322535195ddf/out/third-party/cimgui/imgui/imgui.o" "-c" "third-party/cimgui/imgui/imgui.cpp" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-return-type-c-linkage" "-DCIMGUI_NO_EXPORT" "-DIMGUI_DISABLE_WIN32_FUNCTIONS" "-DIMGUI_DISABLE_OSX_FUNCTIONS" "-o" "/opt/rustwide/target/debug/build/imgui-sys-5f0d322535195ddf/out/third-party/cimgui/imgui/imgui_demo.o" "-c" "third-party/cimgui/imgui/imgui_demo.cpp" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-return-type-c-linkage" "-DCIMGUI_NO_EXPORT" "-DIMGUI_DISABLE_WIN32_FUNCTIONS" "-DIMGUI_DISABLE_OSX_FUNCTIONS" "-o" "/opt/rustwide/target/debug/build/imgui-sys-5f0d322535195ddf/out/third-party/cimgui/imgui/imgui_draw.o" "-c" "third-party/cimgui/imgui/imgui_draw.cpp" [INFO] [stderr] cargo:warning=third-party/cimgui/imgui/imgui_draw.cpp:3462:1: fatal error: error writing to /tmp/ccmrgneO.s: No space left on device [INFO] [stderr] cargo:warning= 3462 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] exit status: 1 [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error occurred: Command "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-return-type-c-linkage" "-DCIMGUI_NO_EXPORT" "-DIMGUI_DISABLE_WIN32_FUNCTIONS" "-DIMGUI_DISABLE_OSX_FUNCTIONS" "-o" "/opt/rustwide/target/debug/build/imgui-sys-5f0d322535195ddf/out/third-party/cimgui/imgui/imgui_draw.o" "-c" "third-party/cimgui/imgui/imgui_draw.cpp" with args "c++" did not execute successfully (status code exit status: 1). [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: failed to run custom build command for `glsl-to-spirv v0.1.7` [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/glsl-to-spirv-ba2a0b2000c63960/build-script-build` (exit status: 101) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-changed=build/glslangValidator.exe [INFO] [stderr] running: cd "/opt/rustwide/target/debug/build/glsl-to-spirv-fa98dae3f5f7b1c0/out/build" && CMAKE_PREFIX_PATH="" "cmake" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/glsl-to-spirv-0.1.7/glslang" "-DCMAKE_INSTALL_PREFIX=/opt/rustwide/target/debug/build/glsl-to-spirv-fa98dae3f5f7b1c0/out" "-DCMAKE_C_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_C_COMPILER=/usr/bin/cc" "-DCMAKE_CXX_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_CXX_COMPILER=/usr/bin/c++" "-DCMAKE_ASM_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_ASM_COMPILER=/usr/bin/cc" "-DCMAKE_BUILD_TYPE=Debug" [INFO] [stderr] -- The C compiler identification is GNU 11.4.0 [INFO] [stderr] -- The CXX compiler identification is GNU 11.4.0 [INFO] [stderr] -- Detecting C compiler ABI info [INFO] [stderr] -- Detecting C compiler ABI info - done [INFO] [stderr] -- Check for working C compiler: /usr/bin/cc - skipped [INFO] [stderr] -- Detecting C compile features [INFO] [stderr] -- Detecting C compile features - done [INFO] [stderr] -- Detecting CXX compiler ABI info [INFO] [stderr] -- Detecting CXX compiler ABI info - done [INFO] [stderr] -- Check for working CXX compiler: /usr/bin/c++ - skipped [INFO] [stderr] -- Detecting CXX compile features [INFO] [stderr] -- Detecting CXX compile features - done [INFO] [stderr] -- Google Mock was not found - tests based on that will not build [INFO] [stderr] -- Configuring done [INFO] [stderr] -- Generating done [INFO] [stderr] -- Build files have been written to: /opt/rustwide/target/debug/build/glsl-to-spirv-fa98dae3f5f7b1c0/out/build [INFO] [stderr] running: cd "/opt/rustwide/target/debug/build/glsl-to-spirv-fa98dae3f5f7b1c0/out/build" && MAKEFLAGS="-j --jobserver-fds=8,9 --jobserver-auth=8,9" "cmake" "--build" "." "--target" "install" "--config" "Debug" "--" [INFO] [stderr] [ 1%] Building CXX object hlsl/CMakeFiles/HLSL.dir/hlslAttributes.cpp.o [INFO] [stderr] [ 3%] Building CXX object glslang/OSDependent/Unix/CMakeFiles/OSDependent.dir/ossource.cpp.o [INFO] [stderr] [ 5%] Building CXX object OGLCompilersDLL/CMakeFiles/OGLCompiler.dir/InitializeDll.cpp.o [INFO] [stderr] [ 7%] Building CXX object StandAlone/CMakeFiles/glslang-default-resource-limits.dir/ResourceLimits.cpp.o [INFO] [stderr] [ 8%] Linking CXX static library libOSDependent.a [INFO] [stderr] [ 14%] Building CXX object hlsl/CMakeFiles/HLSL.dir/hlslScanContext.cpp.o [INFO] [stderr] [ 14%] Building CXX object SPIRV/CMakeFiles/SPVRemapper.dir/SPVRemapper.cpp.o [INFO] [stderr] [ 14%] Building CXX object hlsl/CMakeFiles/HLSL.dir/hlslParseHelper.cpp.o [INFO] [stderr] [ 15%] Building CXX object SPIRV/CMakeFiles/SPVRemapper.dir/doc.cpp.o [INFO] [stderr] [ 17%] Building CXX object hlsl/CMakeFiles/HLSL.dir/hlslOpMap.cpp.o [INFO] [stderr] [ 19%] Building CXX object hlsl/CMakeFiles/HLSL.dir/hlslTokenStream.cpp.o [INFO] [stderr] [ 21%] Linking CXX static library libglslang-default-resource-limits.a [INFO] [stderr] [ 21%] Built target glslang-default-resource-limits [INFO] [stderr] [ 22%] Building CXX object hlsl/CMakeFiles/HLSL.dir/hlslGrammar.cpp.o [INFO] [stderr] [ 24%] Building CXX object hlsl/CMakeFiles/HLSL.dir/hlslParseables.cpp.o [INFO] [stderr] [ 26%] Linking CXX static library libSPVRemapper.a [INFO] [stderr] [ 26%] Built target SPVRemapper [INFO] [stderr] [ 28%] Linking CXX static library libHLSL.a [INFO] [stderr] [ 28%] Built target HLSL [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] fatal: not a git repository (or any parent up to mount point /opt/rustwide) [INFO] [stderr] Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). [INFO] [stderr] CMake Warning (dev) at /usr/share/cmake-3.22/Modules/GNUInstallDirs.cmake:239 (message): [INFO] [stderr] Unable to determine default CMAKE_INSTALL_LIBDIR directory because no [INFO] [stderr] target architecture is known. Please enable at least one language before [INFO] [stderr] including GNUInstallDirs. [INFO] [stderr] Call Stack (most recent call first): [INFO] [stderr] CMakeLists.txt:7 (include) [INFO] [stderr] This warning is for project developers. Use -Wno-dev to suppress it. [INFO] [stderr] [INFO] [stderr] CMake Warning: [INFO] [stderr] Manually-specified variables were not used by the project: [INFO] [stderr] [INFO] [stderr] CMAKE_ASM_COMPILER [INFO] [stderr] CMAKE_ASM_FLAGS [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] /usr/bin/ar: libOSDependent.a: No space left on device [INFO] [stderr] gmake[2]: *** [glslang/OSDependent/Unix/CMakeFiles/OSDependent.dir/build.make:98: glslang/OSDependent/Unix/libOSDependent.a] Error 1 [INFO] [stderr] gmake[2]: *** Deleting file 'glslang/OSDependent/Unix/libOSDependent.a' [INFO] [stderr] gmake[1]: *** [CMakeFiles/Makefile2:1013: glslang/OSDependent/Unix/CMakeFiles/OSDependent.dir/all] Error 2 [INFO] [stderr] gmake[1]: *** Waiting for unfinished jobs.... [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/glsl-to-spirv-0.1.7/glslang/OGLCompilersDLL/InitializeDll.cpp:155:1: fatal error: error writing to /tmp/ccJkFLm7.s: No space left on device [INFO] [stderr] 155 | } // end namespace glslang [INFO] [stderr] | ^ [INFO] [stderr] compilation terminated. [INFO] [stderr] gmake[2]: *** [OGLCompilersDLL/CMakeFiles/OGLCompiler.dir/build.make:76: OGLCompilersDLL/CMakeFiles/OGLCompiler.dir/InitializeDll.cpp.o] Error 1 [INFO] [stderr] gmake[1]: *** [CMakeFiles/Makefile2:1039: OGLCompilersDLL/CMakeFiles/OGLCompiler.dir/all] Error 2 [INFO] [stderr] gmake: *** [Makefile:146: all] Error 2 [INFO] [stderr] [INFO] [stderr] thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cmake-0.1.44/src/lib.rs:885:5: [INFO] [stderr] [INFO] [stderr] command did not execute successfully, got: exit status: 2 [INFO] [stderr] [INFO] [stderr] build script failed, must exit now [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x6184174e92da - std::backtrace_rs::backtrace::libunwind::trace::he5fdd8a6b71d4e36 [INFO] [stderr] at /rustc/50b21af28e291c419ae81eebcb7705fb4200dc90/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stderr] 1: 0x6184174e92da - std::backtrace_rs::backtrace::trace_unsynchronized::h3a541794fc54d9aa [INFO] [stderr] at /rustc/50b21af28e291c419ae81eebcb7705fb4200dc90/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x6184174e92da - std::sys::backtrace::_print_fmt::hed7b16c307d96722 [INFO] [stderr] at /rustc/50b21af28e291c419ae81eebcb7705fb4200dc90/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x6184174e92da - ::fmt::h03ef28f09615b5f5 [INFO] [stderr] at /rustc/50b21af28e291c419ae81eebcb7705fb4200dc90/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x61841750de83 - core::fmt::rt::Argument::fmt::h105b07e41a5c9991 [INFO] [stderr] at /rustc/50b21af28e291c419ae81eebcb7705fb4200dc90/library/core/src/fmt/rt.rs:177:76 [INFO] [stderr] 5: 0x61841750de83 - core::fmt::write::h9b4fd05368673821 [INFO] [stderr] at /rustc/50b21af28e291c419ae81eebcb7705fb4200dc90/library/core/src/fmt/mod.rs:1440:21 [INFO] [stderr] 6: 0x6184174e5b03 - std::io::Write::write_fmt::h7c35eb0c649ee3d6 [INFO] [stderr] at /rustc/50b21af28e291c419ae81eebcb7705fb4200dc90/library/std/src/io/mod.rs:1887:15 [INFO] [stderr] 7: 0x6184174e9122 - std::sys::backtrace::BacktraceLock::print::he0c365d9549485ea [INFO] [stderr] at /rustc/50b21af28e291c419ae81eebcb7705fb4200dc90/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 8: 0x6184174ea3c0 - std::panicking::default_hook::{{closure}}::h2cf00f0250c9d5a2 [INFO] [stderr] at /rustc/50b21af28e291c419ae81eebcb7705fb4200dc90/library/std/src/panicking.rs:295:22 [INFO] [stderr] 9: 0x6184174ea1a0 - std::panicking::default_hook::h9709b1502b387134 [INFO] [stderr] at /rustc/50b21af28e291c419ae81eebcb7705fb4200dc90/library/std/src/panicking.rs:322:9 [INFO] [stderr] 10: 0x6184174eab62 - std::panicking::rust_panic_with_hook::h6a9dba260198ad70 [INFO] [stderr] at /rustc/50b21af28e291c419ae81eebcb7705fb4200dc90/library/std/src/panicking.rs:828:13 [INFO] [stderr] 11: 0x6184174ea8ea - std::panicking::begin_panic_handler::{{closure}}::hf60e1b096002dc48 [INFO] [stderr] at /rustc/50b21af28e291c419ae81eebcb7705fb4200dc90/library/std/src/panicking.rs:701:13 [INFO] [stderr] 12: 0x6184174e97e9 - std::sys::backtrace::__rust_end_short_backtrace::hdf8ef0cfe8980d30 [INFO] [stderr] at /rustc/50b21af28e291c419ae81eebcb7705fb4200dc90/library/std/src/sys/backtrace.rs:168:18 [INFO] [stderr] 13: 0x6184174ea57d - rust_begin_unwind [INFO] [stderr] at /rustc/50b21af28e291c419ae81eebcb7705fb4200dc90/library/std/src/panicking.rs:692:5 [INFO] [stderr] 14: 0x61841750ccc0 - core::panicking::panic_fmt::hf65aba7cda612a2a [INFO] [stderr] at /rustc/50b21af28e291c419ae81eebcb7705fb4200dc90/library/core/src/panicking.rs:75:14 [INFO] [stderr] 15: 0x61841748c02f - cmake::fail::h4031e94ad5c742c1 [INFO] [stderr] 16: 0x61841748b80a - cmake::run::h3ea75a0ab3ab9b13 [INFO] [stderr] 17: 0x618417488e66 - cmake::Config::build::h46027fb5c5d55dcf [INFO] [stderr] 18: 0x61841747ab5f - cmake::build::he54d6e9ce56d005a [INFO] [stderr] 19: 0x61841747b943 - build_script_build::main::h1b573b753a672009 [INFO] [stderr] 20: 0x61841747a013 - core::ops::function::FnOnce::call_once::hcfcd537aae187fb3 [INFO] [stderr] 21: 0x618417479f56 - std::sys::backtrace::__rust_begin_short_backtrace::h887d65c7c22b2c7a [INFO] [stderr] 22: 0x618417479ed9 - std::rt::lang_start::{{closure}}::h07b310734453f35a [INFO] [stderr] 23: 0x6184174e18f7 - core::ops::function::impls:: for &F>::call_once::hcbd7b91d1cccc8fa [INFO] [stderr] at /rustc/50b21af28e291c419ae81eebcb7705fb4200dc90/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 24: 0x6184174e18f7 - std::panicking::try::do_call::h312e4e26c1966514 [INFO] [stderr] at /rustc/50b21af28e291c419ae81eebcb7705fb4200dc90/library/std/src/panicking.rs:584:40 [INFO] [stderr] 25: 0x6184174e18f7 - std::panicking::try::hc32a7434d2707af1 [INFO] [stderr] at /rustc/50b21af28e291c419ae81eebcb7705fb4200dc90/library/std/src/panicking.rs:547:19 [INFO] [stderr] 26: 0x6184174e18f7 - std::panic::catch_unwind::hda250bfdd614042a [INFO] [stderr] at /rustc/50b21af28e291c419ae81eebcb7705fb4200dc90/library/std/src/panic.rs:358:14 [INFO] [stderr] 27: 0x6184174e18f7 - std::rt::lang_start_internal::{{closure}}::h8bb14a997ca4bd54 [INFO] [stderr] at /rustc/50b21af28e291c419ae81eebcb7705fb4200dc90/library/std/src/rt.rs:174:48 [INFO] [stderr] 28: 0x6184174e18f7 - std::panicking::try::do_call::heb6d42a8841896a0 [INFO] [stderr] at /rustc/50b21af28e291c419ae81eebcb7705fb4200dc90/library/std/src/panicking.rs:584:40 [INFO] [stderr] 29: 0x6184174e18f7 - std::panicking::try::h80c056bd27d94a5d [INFO] [stderr] at /rustc/50b21af28e291c419ae81eebcb7705fb4200dc90/library/std/src/panicking.rs:547:19 [INFO] [stderr] 30: 0x6184174e18f7 - std::panic::catch_unwind::h9dd712001bcb4333 [INFO] [stderr] at /rustc/50b21af28e291c419ae81eebcb7705fb4200dc90/library/std/src/panic.rs:358:14 [INFO] [stderr] 31: 0x6184174e18f7 - std::rt::lang_start_internal::h43d839105bc3a711 [INFO] [stderr] at /rustc/50b21af28e291c419ae81eebcb7705fb4200dc90/library/std/src/rt.rs:174:20 [INFO] [stderr] 32: 0x618417479eb7 - std::rt::lang_start::h4f0aea5935e30fc8 [INFO] [stderr] 33: 0x61841747bfa5 - main [INFO] [stderr] 34: 0x7d99ea99dd90 - [INFO] [stderr] 35: 0x7d99ea99de40 - __libc_start_main [INFO] [stderr] 36: 0x618417478fd5 - _start [INFO] [stderr] 37: 0x0 - [INFO] running `Command { std: "docker" "inspect" "441d8093fe1c48feb83af7b687129bcf85777bc0268e4910385aa85def390a9f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "441d8093fe1c48feb83af7b687129bcf85777bc0268e4910385aa85def390a9f", kill_on_drop: false }` [INFO] [stdout] 441d8093fe1c48feb83af7b687129bcf85777bc0268e4910385aa85def390a9f