[INFO] cloning repository https://github.com/zenpoy/pendulum [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zenpoy/pendulum" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzenpoy%2Fpendulum", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzenpoy%2Fpendulum'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4a1b52d3fed9ca6d11d3fb07c3f5cacb8af16b3c [INFO] checking zenpoy/pendulum against master#f21fbac535ab2c3bc50db20547f4d48477357103 for pr-143193 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzenpoy%2Fpendulum" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/zenpoy/pendulum [INFO] finished tweaking git repo https://github.com/zenpoy/pendulum [INFO] tweaked toml for git repo https://github.com/zenpoy/pendulum written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/zenpoy/pendulum on toolchain f21fbac535ab2c3bc50db20547f4d48477357103 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f21fbac535ab2c3bc50db20547f4d48477357103" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/zenpoy/pendulum 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" "+f21fbac535ab2c3bc50db20547f4d48477357103" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+f21fbac535ab2c3bc50db20547f4d48477357103" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 62cad20f731e39783192e770487c62eb62904cd29ff06f97d756f8e27188ea15 [INFO] running `Command { std: "docker" "start" "-a" "62cad20f731e39783192e770487c62eb62904cd29ff06f97d756f8e27188ea15", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "62cad20f731e39783192e770487c62eb62904cd29ff06f97d756f8e27188ea15", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "62cad20f731e39783192e770487c62eb62904cd29ff06f97d756f8e27188ea15", kill_on_drop: false }` [INFO] [stdout] 62cad20f731e39783192e770487c62eb62904cd29ff06f97d756f8e27188ea15 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+f21fbac535ab2c3bc50db20547f4d48477357103" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d832e65c243b37f99ff224380e6702074fb2d4c69ab4082ce3100cd65e7d34a2 [INFO] running `Command { std: "docker" "start" "-a" "d832e65c243b37f99ff224380e6702074fb2d4c69ab4082ce3100cd65e7d34a2", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling libc v0.2.80 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.53 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Checking slab v0.4.2 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling xml-rs v0.8.3 [INFO] [stderr] Checking libloading v0.6.6 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Checking rand_core v0.4.2 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Compiling const_fn v0.4.3 [INFO] [stderr] Checking dlib v0.4.2 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Checking lazycell v1.3.0 [INFO] [stderr] Checking arrayvec v0.5.2 [INFO] [stderr] Checking wayland-sys v0.23.6 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Checking linked-hash-map v0.5.3 [INFO] [stderr] Checking adler32 v1.2.0 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling memoffset v0.5.6 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling crossbeam-utils v0.8.1 [INFO] [stderr] Compiling memoffset v0.6.1 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Checking rustc-hash v1.1.0 [INFO] [stderr] Checking rand_core v0.3.1 [INFO] [stderr] Checking downcast-rs v1.2.0 [INFO] [stderr] Checking smallvec v1.5.1 [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Compiling x11 v2.18.2 [INFO] [stderr] Checking walkdir v2.3.1 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Checking stb_truetype v0.3.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Checking xdg v2.2.0 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Checking lock_api v0.3.4 [INFO] [stderr] Compiling siphasher v0.3.3 [INFO] [stderr] Checking atom v0.3.6 [INFO] [stderr] Compiling wayland-scanner v0.23.6 [INFO] [stderr] Compiling xcb v0.9.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Checking hibitset v0.6.3 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking net2 v0.2.36 [INFO] [stderr] Checking raw-window-handle v0.3.3 [INFO] [stderr] Checking crossbeam-epoch v0.9.1 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking ordered-float v1.1.0 [INFO] [stderr] Checking crossbeam-deque v0.7.3 [INFO] [stderr] Checking gfx-hal v0.5.3 [INFO] [stderr] Checking line_drawing v0.7.0 [INFO] [stderr] Checking crossbeam-channel v0.5.0 [INFO] [stderr] Checking parking_lot_core v0.7.2 [INFO] [stderr] Checking mio v0.6.23 [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Checking crossbeam-deque v0.8.0 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Checking euclid v0.20.14 [INFO] [stderr] Checking rusttype v0.8.3 [INFO] [stderr] Compiling phf_shared v0.8.0 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Checking parking_lot v0.10.2 [INFO] [stderr] Checking ash v0.31.0 [INFO] [stderr] Checking color_quant v1.1.0 [INFO] [stderr] Compiling proc-macro-nested v0.1.6 [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcfKqmJZ/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libautocfg-25a993b23e246124.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{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/rustcfKqmJZ/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/num-complex-9f7388bfdf70d816/build_script_build-9f7388bfdf70d816" "-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: PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace. [INFO] [stdout] collect2: fatal error: ld terminated with signal 7 [Bus error], core dumped [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `num-complex` (build script) 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] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `proc-macro-nested` (build script) [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/f21fbac535ab2c3bc50db20547f4d48477357103/bin/rustc --crate-name build_script_build --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-nested-0.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b4e38ca1ab3c1d5a -C extra-filename=-c0d124deaa909329 --out-dir /opt/rustwide/target/debug/build/proc-macro-nested-c0d124deaa909329 -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` (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/rmeta9Kj7xE" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rand_chacha` (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/f21fbac535ab2c3bc50db20547f4d48477357103/bin/rustc --crate-name rand_chacha --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.2.2/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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "simd", "std"))' -C metadata=d8c2c36650664f1f -C extra-filename=-c8d4598155d1f2cc --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ppv_lite86=/opt/rustwide/target/debug/deps/libppv_lite86-1641882bbd283972.rmeta --extern rand_core=/opt/rustwide/target/debug/deps/librand_core-a4a013e81662e807.rmeta --cap-lints allow --cap-lints=forbid` (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/rmetaFGHfQt" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `color_quant` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `parking_lot` (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/rmetaWXjxBT" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `mio` (lib) due to 1 previous error [INFO] [stderr] error: failed to run custom build command for `xcb v0.9.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/xcb-ae0ba0ae0009946b/build-script-build` (exit status: 101) [INFO] [stderr] --- stderr [INFO] [stderr] error occured in handler: ('error: ', ('xcb', 'XF86VidMode', 'ZoomLocked')) [INFO] [stderr] Traceback (most recent call last): [INFO] [stderr] File "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/xcb-0.9.0/rs_client.py", line 2455, in [INFO] [stderr] module.generate() [INFO] [stderr] File "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/xcb-0.9.0/xcbgen/state.py", line 108, in generate [INFO] [stderr] self.close() [INFO] [stderr] File "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/xcb-0.9.0/rs_client.py", line 293, in rs_close [INFO] [stderr] _f.writeout(os.path.join(module.rs_srcdir, "ffi", "%s.rs" % _module_name(_ns.ext_name))) [INFO] [stderr] File "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/xcb-0.9.0/rs_client.py", line 118, in writeout [INFO] [stderr] print(line.rstrip(), file=f) [INFO] [stderr] OSError: [Errno 28] No space left on device [INFO] [stderr] [INFO] [stderr] thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/xcb-0.9.0/build.rs:77:17: [INFO] [stderr] processing of /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/xcb-0.9.0/xml/xf86vidmode.xml returned non-zero (1) [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x5acadcffeeb2 - std::backtrace_rs::backtrace::libunwind::trace::hdd28e3d4a5a9d0cc [INFO] [stderr] at /rustc/f21fbac535ab2c3bc50db20547f4d48477357103/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stderr] 1: 0x5acadcffeeb2 - std::backtrace_rs::backtrace::trace_unsynchronized::h03b733fdbee31c72 [INFO] [stderr] at /rustc/f21fbac535ab2c3bc50db20547f4d48477357103/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stderr] 2: 0x5acadcffeeb2 - std::sys::backtrace::_print_fmt::hc3f5677c94e0f841 [INFO] [stderr] at /rustc/f21fbac535ab2c3bc50db20547f4d48477357103/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x5acadcffeeb2 - ::fmt::hba8b7b2472c0b94e [INFO] [stderr] at /rustc/f21fbac535ab2c3bc50db20547f4d48477357103/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x5acadd01e313 - core::fmt::rt::Argument::fmt::hd4c74aa0894e2d19 [INFO] [stderr] at /rustc/f21fbac535ab2c3bc50db20547f4d48477357103/library/core/src/fmt/rt.rs:173:76 [INFO] [stderr] 5: 0x5acadd01e313 - core::fmt::write::he770107390ca69d8 [INFO] [stderr] at /rustc/f21fbac535ab2c3bc50db20547f4d48477357103/library/core/src/fmt/mod.rs:1469:25 [INFO] [stderr] 6: 0x5acadcffc403 - std::io::default_write_fmt::h604c1246b2a1a298 [INFO] [stderr] at /rustc/f21fbac535ab2c3bc50db20547f4d48477357103/library/std/src/io/mod.rs:639:11 [INFO] [stderr] 7: 0x5acadcffc403 - std::io::Write::write_fmt::h38771f23f881f541 [INFO] [stderr] at /rustc/f21fbac535ab2c3bc50db20547f4d48477357103/library/std/src/io/mod.rs:1954:13 [INFO] [stderr] 8: 0x5acadcffed02 - std::sys::backtrace::BacktraceLock::print::h9b573b2530b35f45 [INFO] [stderr] at /rustc/f21fbac535ab2c3bc50db20547f4d48477357103/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 9: 0x5acadd000113 - std::panicking::default_hook::{{closure}}::he10e6251b7f296b6 [INFO] [stderr] at /rustc/f21fbac535ab2c3bc50db20547f4d48477357103/library/std/src/panicking.rs:300:27 [INFO] [stderr] 10: 0x5acadcfffef5 - std::panicking::default_hook::h3fa450a4080e2b8e [INFO] [stderr] at /rustc/f21fbac535ab2c3bc50db20547f4d48477357103/library/std/src/panicking.rs:327:9 [INFO] [stderr] 11: 0x5acadd0009e5 - std::panicking::rust_panic_with_hook::hb44725bb87f44d15 [INFO] [stderr] at /rustc/f21fbac535ab2c3bc50db20547f4d48477357103/library/std/src/panicking.rs:833:13 [INFO] [stderr] 12: 0x5acadd00087a - std::panicking::begin_panic_handler::{{closure}}::h11d6973f35b89d94 [INFO] [stderr] at /rustc/f21fbac535ab2c3bc50db20547f4d48477357103/library/std/src/panicking.rs:706:13 [INFO] [stderr] 13: 0x5acadcfff3a9 - std::sys::backtrace::__rust_end_short_backtrace::ha4820b1b09c76e26 [INFO] [stderr] at /rustc/f21fbac535ab2c3bc50db20547f4d48477357103/library/std/src/sys/backtrace.rs:174:18 [INFO] [stderr] 14: 0x5acadd00050d - __rustc[89384fab84f6634a]::rust_begin_unwind [INFO] [stderr] at /rustc/f21fbac535ab2c3bc50db20547f4d48477357103/library/std/src/panicking.rs:697:5 [INFO] [stderr] 15: 0x5acadd01d5e0 - core::panicking::panic_fmt::h04cca67833e2f692 [INFO] [stderr] at /rustc/f21fbac535ab2c3bc50db20547f4d48477357103/library/core/src/panicking.rs:75:14 [INFO] [stderr] 16: 0x5acadcfd7bd7 - build_script_build::main::{{closure}}::h28cae05b6efd14a7 [INFO] [stderr] 17: 0x5acadcfd675d - build_script_build::visit_xml::he6fcdaa1feaf2618 [INFO] [stderr] 18: 0x5acadcfd71da - build_script_build::main::he87e2b7be244b69e [INFO] [stderr] 19: 0x5acadcfd2c43 - core::ops::function::FnOnce::call_once::hcf36eb0f7234e5c6 [INFO] [stderr] 20: 0x5acadcfd24b6 - std::sys::backtrace::__rust_begin_short_backtrace::hd29281098086180a [INFO] [stderr] 21: 0x5acadcfd2329 - std::rt::lang_start::{{closure}}::h515a420041380189 [INFO] [stderr] 22: 0x5acadcff90e0 - core::ops::function::impls:: for &F>::call_once::h3ce0c20d4c88b1a1 [INFO] [stderr] at /rustc/f21fbac535ab2c3bc50db20547f4d48477357103/library/core/src/ops/function.rs:290:21 [INFO] [stderr] 23: 0x5acadcff90e0 - std::panicking::catch_unwind::do_call::hb14f6061cad64621 [INFO] [stderr] at /rustc/f21fbac535ab2c3bc50db20547f4d48477357103/library/std/src/panicking.rs:589:40 [INFO] [stderr] 24: 0x5acadcff90e0 - std::panicking::catch_unwind::habb32751b74c6bbc [INFO] [stderr] at /rustc/f21fbac535ab2c3bc50db20547f4d48477357103/library/std/src/panicking.rs:552:19 [INFO] [stderr] 25: 0x5acadcff90e0 - std::panic::catch_unwind::hd254a6981b91f167 [INFO] [stderr] at /rustc/f21fbac535ab2c3bc50db20547f4d48477357103/library/std/src/panic.rs:359:14 [INFO] [stderr] 26: 0x5acadcff90e0 - std::rt::lang_start_internal::{{closure}}::hef836cc1d28e0d29 [INFO] [stderr] at /rustc/f21fbac535ab2c3bc50db20547f4d48477357103/library/std/src/rt.rs:175:24 [INFO] [stderr] 27: 0x5acadcff90e0 - std::panicking::catch_unwind::do_call::h2f2a554edee97d0d [INFO] [stderr] at /rustc/f21fbac535ab2c3bc50db20547f4d48477357103/library/std/src/panicking.rs:589:40 [INFO] [stderr] 28: 0x5acadcff90e0 - std::panicking::catch_unwind::h55d230ba5f75e031 [INFO] [stderr] at /rustc/f21fbac535ab2c3bc50db20547f4d48477357103/library/std/src/panicking.rs:552:19 [INFO] [stderr] 29: 0x5acadcff90e0 - std::panic::catch_unwind::h153f7a1717c7877b [INFO] [stderr] at /rustc/f21fbac535ab2c3bc50db20547f4d48477357103/library/std/src/panic.rs:359:14 [INFO] [stderr] 30: 0x5acadcff90e0 - std::rt::lang_start_internal::h7f6b3d95353a2117 [INFO] [stderr] at /rustc/f21fbac535ab2c3bc50db20547f4d48477357103/library/std/src/rt.rs:171:5 [INFO] [stderr] 31: 0x5acadcfd2311 - std::rt::lang_start::h9d5be4f828849d42 [INFO] [stderr] 32: 0x5acadcfd7c55 - main [INFO] [stderr] 33: 0x744f943ca1ca - [INFO] [stderr] 34: 0x744f943ca28b - __libc_start_main [INFO] [stderr] 35: 0x5acadcfd10b5 - _start [INFO] [stderr] 36: 0x0 - [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaXlPYPU" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaq7HR3k/full.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `euclid` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `wayland-scanner` (lib) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetadr13Ks/full.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `x11` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "d832e65c243b37f99ff224380e6702074fb2d4c69ab4082ce3100cd65e7d34a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d832e65c243b37f99ff224380e6702074fb2d4c69ab4082ce3100cd65e7d34a2", kill_on_drop: false }` [INFO] [stdout] d832e65c243b37f99ff224380e6702074fb2d4c69ab4082ce3100cd65e7d34a2