[INFO] cloning repository https://github.com/mlodato517/bevy-pong [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mlodato517/bevy-pong" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmlodato517%2Fbevy-pong", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmlodato517%2Fbevy-pong'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4897b4a2900be3835c74ed86b7c7fe159eeccae3 [INFO] testing mlodato517/bevy-pong against beta-2024-12-08 for beta-1.84.0-4 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmlodato517%2Fbevy-pong" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mlodato517/bevy-pong on toolchain beta-2024-12-08 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-12-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mlodato517/bevy-pong [INFO] finished tweaking git repo https://github.com/mlodato517/bevy-pong [INFO] tweaked toml for git repo https://github.com/mlodato517/bevy-pong written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/mlodato517/bevy-pong 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" "+beta-2024-12-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+beta-2024-12-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 38a60834428281355f06d15e65e4fa560142e746d9c47719833324abd8a1938c [INFO] running `Command { std: "docker" "start" "-a" "38a60834428281355f06d15e65e4fa560142e746d9c47719833324abd8a1938c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "38a60834428281355f06d15e65e4fa560142e746d9c47719833324abd8a1938c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "38a60834428281355f06d15e65e4fa560142e746d9c47719833324abd8a1938c", kill_on_drop: false }` [INFO] [stdout] 38a60834428281355f06d15e65e4fa560142e746d9c47719833324abd8a1938c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2024-12-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 18f4d30a06f37c9da3acb9b2ee46b9424f8f6636e69a39f21e1126e076e9a22f [INFO] running `Command { std: "docker" "start" "-a" "18f4d30a06f37c9da3acb9b2ee46b9424f8f6636e69a39f21e1126e076e9a22f", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.47 [INFO] [stderr] Compiling unicode-ident v1.0.5 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling syn v1.0.105 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling libc v0.2.137 [INFO] [stderr] Compiling serde_derive v1.0.148 [INFO] [stderr] Compiling serde v1.0.148 [INFO] [stderr] Compiling once_cell v1.16.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling thiserror v1.0.37 [INFO] [stderr] Compiling parking_lot_core v0.9.5 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.14 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling futures-core v0.3.25 [INFO] [stderr] Compiling tracing-core v0.1.30 [INFO] [stderr] Compiling fixedbitset v0.4.2 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling event-listener v2.5.3 [INFO] [stderr] Compiling lock_api v0.4.9 [INFO] [stderr] Compiling slab v0.4.7 [INFO] [stderr] Compiling parking v2.0.0 [INFO] [stderr] Compiling futures-io v0.3.25 [INFO] [stderr] Compiling fastrand v1.8.0 [INFO] [stderr] Compiling waker-fn v1.1.0 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling erased-serde v0.3.23 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling concurrent-queue v2.0.0 [INFO] [stderr] Compiling tracing v0.1.37 [INFO] [stderr] Compiling cache-padded v1.2.0 [INFO] [stderr] Compiling async-task v4.3.0 [INFO] [stderr] Compiling futures-lite v1.12.0 [INFO] [stderr] Compiling async-channel v1.8.0 [INFO] [stderr] Compiling bit-set v0.5.3 [INFO] [stderr] Compiling concurrent-queue v1.2.4 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling thread_local v1.1.4 [INFO] [stderr] Compiling downcast-rs v1.2.0 [INFO] [stderr] Compiling bevy_ptr v0.9.1 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling regex-syntax v0.6.28 [INFO] [stderr] Compiling pkg-config v0.3.26 [INFO] [stderr] Compiling aho-corasick v0.7.20 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling tracing-log v0.1.3 [INFO] [stderr] Compiling sharded-slab v0.1.4 [INFO] [stderr] Compiling cty v0.2.2 [INFO] [stderr] Compiling indexmap v1.9.2 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling raw-window-handle v0.5.0 [INFO] [stderr] Compiling crossbeam-channel v0.5.6 [INFO] [stderr] Compiling libloading v0.7.4 [INFO] [stderr] Compiling getrandom v0.2.8 [INFO] [stderr] Compiling unicode-xid v0.2.4 [INFO] [stderr] Compiling unicode-width v0.1.10 [INFO] [stderr] Compiling uuid v1.2.2 [INFO] [stderr] Compiling mio v0.8.5 [INFO] [stderr] Compiling inotify-sys v0.1.5 [INFO] [stderr] Compiling ash v0.37.1+1.3.235 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling anyhow v1.0.66 [INFO] [stderr] Compiling khronos-egl v4.1.0 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling inotify v0.9.6 [INFO] [stderr] Compiling filetime v0.2.18 [INFO] [stderr] Compiling pp-rs v0.2.1 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling codespan-reporting v0.11.1 [INFO] [stderr] Compiling gpu-alloc-types v0.2.0 [INFO] [stderr] Compiling gpu-descriptor-types v0.1.1 [INFO] [stderr] Compiling cfg_aliases v0.1.1 [INFO] [stderr] Compiling hexf-parse v0.2.1 [INFO] [stderr] Compiling arrayvec v0.7.2 [INFO] [stderr] Compiling async-lock v2.6.0 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling gpu-alloc v0.5.3 [INFO] [stderr] Compiling wgpu-core v0.14.2 [INFO] [stderr] Compiling notify v5.0.0 [INFO] [stderr] Compiling miniz_oxide v0.6.2 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Compiling wgpu-types v0.14.1 [INFO] [stderr] Compiling async-executor v1.5.0 [INFO] [stderr] Compiling glow v0.11.2 [INFO] [stderr] Compiling renderdoc-sys v0.7.1 [INFO] [stderr] Compiling profiling v1.0.7 [INFO] [stderr] Compiling flate2 v1.0.25 [INFO] [stderr] Compiling spirv v0.2.0+1.5.4 [INFO] [stderr] Compiling bevy_tasks v0.9.1 [INFO] [stderr] Compiling const_panic v0.2.7 [INFO] [stderr] Compiling png v0.17.7 [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling regex v1.7.0 [INFO] [stderr] Compiling alsa-sys v0.3.1 [INFO] [stderr] Compiling radsort v0.1.0 [INFO] [stderr] Compiling libudev-sys v0.1.4 [INFO] [stderr] Compiling serde_json v1.0.89 [INFO] [stderr] Compiling ttf-parser v0.17.1 [INFO] [stderr] Compiling toml v0.5.9 [INFO] [stderr] Compiling encase_derive_impl v0.4.0 [INFO] [stderr] Compiling nix v0.23.1 [INFO] [stderr] Compiling approx v0.5.1 [INFO] [stderr] Compiling euclid v0.22.7 [INFO] [stderr] Compiling x11-dl v2.20.1 [INFO] [stderr] Compiling svg_fmt v0.4.1 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling matchers v0.1.0 [INFO] [stderr] Compiling inflections v1.1.1 [INFO] [stderr] Compiling itoa v1.0.4 [INFO] [stderr] Compiling ab_glyph_rasterizer v0.1.7 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling ryu v1.0.11 [INFO] [stderr] Compiling cpal v0.14.2 [INFO] [stderr] Compiling guillotiere v0.6.2 [INFO] [stderr] Compiling bevy_macro_utils v0.9.1 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling nix v0.25.1 [INFO] [stderr] Compiling ogg v0.8.0 [INFO] [stderr] Compiling base64 v0.13.1 [INFO] [stderr] Compiling xi-unicode v0.3.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling percent-encoding v2.2.0 [INFO] [stderr] Compiling gilrs v0.10.1 [INFO] [stderr] Compiling rectangle-pack v0.4.2 [INFO] [stderr] Compiling raw-window-handle v0.4.3 [INFO] [stderr] Compiling hash32 v0.2.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling owned_ttf_parser v0.17.1 [INFO] [stderr] Compiling lewton v0.10.2 [INFO] [stderr] Compiling thiserror-impl v1.0.37 [INFO] [stderr] Compiling bytemuck_derive v1.3.0 [INFO] [stderr] Compiling bevy_reflect_derive v0.9.1 [INFO] [stderr] Compiling bevy_ecs_macros v0.9.1 [INFO] [stderr] Compiling bevy_derive v0.9.1 [INFO] [stderr] Compiling encase_derive v0.4.0 [INFO] [stderr] Compiling bevy_render_macros v0.9.1 [INFO] [stderr] Compiling bevy_encase_derive v0.9.1 [INFO] [stderr] Compiling ab_glyph v0.2.18 [INFO] [stderr] Compiling gltf-derive v1.0.0 [INFO] [stderr] Compiling glyph_brush_layout v0.2.3 [INFO] [stderr] Compiling hash32-derive v0.1.1 [INFO] [stderr] Compiling alsa v0.6.0 [INFO] [stderr] Compiling bytemuck v1.12.3 [INFO] [stderr] Compiling image v0.24.5 [INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/deps/bytemuck-53d6d33f53aa29da.d [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to write `/opt/rustwide/target/debug/.fingerprint/bytemuck-53d6d33f53aa29da/dep-lib-bytemuck` [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] [stdout] error: failed to build archive at `/opt/rustwide/target/debug/deps/libttf_parser-159e42cfbdb89739.rlib`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-Wl,--version-script=/tmp/rustcpKoSHe/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustcpKoSHe/symbols.o" "/opt/rustwide/target/debug/deps/hash32_derive-a98de74c7817d2f4.hash32_derive.d08bf80fb1544626-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/hash32_derive-a98de74c7817d2f4.5hqnczzcps9586o92f41rlqon.rcgu.rmeta" "/opt/rustwide/target/debug/deps/hash32_derive-a98de74c7817d2f4.9fdpn4kw4x18brh0nzrei6zaj.rcgu.o" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsyn-2ed31ee7cf92347a.rlib" "/opt/rustwide/target/debug/deps/libquote-9c375a9ea8e9a6a7.rlib" "/opt/rustwide/target/debug/deps/libproc_macro2-093c89d7af2ce0d3.rlib" "/opt/rustwide/target/debug/deps/libunicode_ident-bca495fd5c651329.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libproc_macro-bcafc4e6921040d1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-02dc84f49135b6b8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a8f45b397fae3f81.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-089607133c180609.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-fc89f091bcd86cbb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-5a60949f01c7340c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-d29e6a55ca253c8c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-273c078d5f65de7a.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-413c950ffbdd4454.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-1853c0976a1d88a6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-ccb3384ddacb0f9e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-0b901dfb0ca849e0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-eebeb8d7c64543ad.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-4723ef81d6079867.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-54442f8b422f5a54.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-e0bbe034b5282553.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-d0febb68c1c37b90.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-4cf833632aafa84c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-65c2c6d2d6ae570b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-97929cee0dcfe424.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libhash32_derive-a98de74c7817d2f4.so" "-Wl,--gc-sections" "-shared" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ttf-parser` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `hash32-derive` (lib) due to 1 previous error [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `bevy_reflect_derive` (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/beta-2024-12-08-x86_64-unknown-linux-gnu/bin/rustc --crate-name bevy_reflect_derive --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/bevy_reflect_derive-0.9.1/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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "documentation"))' -C metadata=80eb08198bfa565c -C extra-filename=-80eb08198bfa565c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bevy_macro_utils=/opt/rustwide/target/debug/deps/libbevy_macro_utils-059d7dc820d59af0.rlib --extern bit_set=/opt/rustwide/target/debug/deps/libbit_set-0f4acfd7c6fa40e1.rlib --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-093c89d7af2ce0d3.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-9c375a9ea8e9a6a7.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-2ed31ee7cf92347a.rlib --extern uuid=/opt/rustwide/target/debug/deps/libuuid-4187d3731f87dcfa.rlib --extern proc_macro --cap-lints allow --cap-lints=warn` (exit status: 101) [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaBnL3C2/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `x11-dl` (lib) due to 1 previous error [INFO] [stdout] error: failed to write /tmp/rustchS7AKb/lib.rmeta: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-Wl,--version-script=/tmp/rustcYNof2r/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustcYNof2r/symbols.o" "/opt/rustwide/target/debug/deps/bevy_ecs_macros-c46e0dfc65099993.bevy_ecs_macros.c83a91b321ed65cd-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/bevy_ecs_macros-c46e0dfc65099993.bevy_ecs_macros.c83a91b321ed65cd-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/bevy_ecs_macros-c46e0dfc65099993.bevy_ecs_macros.c83a91b321ed65cd-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/bevy_ecs_macros-c46e0dfc65099993.bevy_ecs_macros.c83a91b321ed65cd-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/bevy_ecs_macros-c46e0dfc65099993.bevy_ecs_macros.c83a91b321ed65cd-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/bevy_ecs_macros-c46e0dfc65099993.bevy_ecs_macros.c83a91b321ed65cd-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/bevy_ecs_macros-c46e0dfc65099993.bevy_ecs_macros.c83a91b321ed65cd-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/bevy_ecs_macros-c46e0dfc65099993.e03ho0gt3yodl348nhzda40sk.rcgu.rmeta" "/opt/rustwide/target/debug/deps/bevy_ecs_macros-c46e0dfc65099993.e3770u9riubst66wczest6mnk.rcgu.o" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libbevy_macro_utils-059d7dc820d59af0.rlib" "/opt/rustwide/target/debug/deps/libtoml-be3d6c1d96f1a500.rlib" "/opt/rustwide/target/debug/deps/libserde-f29f40ec3d934ce8.rlib" "/opt/rustwide/target/debug/deps/libsyn-2ed31ee7cf92347a.rlib" "/opt/rustwide/target/debug/deps/libquote-9c375a9ea8e9a6a7.rlib" "/opt/rustwide/target/debug/deps/libproc_macro2-093c89d7af2ce0d3.rlib" "/opt/rustwide/target/debug/deps/libunicode_ident-bca495fd5c651329.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libproc_macro-bcafc4e6921040d1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-02dc84f49135b6b8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a8f45b397fae3f81.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-089607133c180609.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-fc89f091bcd86cbb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-5a60949f01c7340c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-d29e6a55ca253c8c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-273c078d5f65de7a.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-413c950ffbdd4454.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-1853c0976a1d88a6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-ccb3384ddacb0f9e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-0b901dfb0ca849e0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-eebeb8d7c64543ad.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-4723ef81d6079867.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-54442f8b422f5a54.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-e0bbe034b5282553.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-d0febb68c1c37b90.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-4cf833632aafa84c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-65c2c6d2d6ae570b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-97929cee0dcfe424.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libbevy_ecs_macros-c46e0dfc65099993.so" "-Wl,--gc-sections" "-shared" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `nix` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `bevy_ecs_macros` (lib) due to 1 previous error [INFO] [stdout] error: error writing metadata object file: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `serde_derive` (lib) due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-Wl,--version-script=/tmp/rustckNdZ5i/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustckNdZ5i/symbols.o" "/opt/rustwide/target/debug/deps/thiserror_impl-0e65d6609dca4694.thiserror_impl.42b83fd40e4a6eba-cgu.00.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-0e65d6609dca4694.thiserror_impl.42b83fd40e4a6eba-cgu.01.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-0e65d6609dca4694.thiserror_impl.42b83fd40e4a6eba-cgu.02.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-0e65d6609dca4694.thiserror_impl.42b83fd40e4a6eba-cgu.03.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-0e65d6609dca4694.thiserror_impl.42b83fd40e4a6eba-cgu.04.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-0e65d6609dca4694.thiserror_impl.42b83fd40e4a6eba-cgu.05.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-0e65d6609dca4694.thiserror_impl.42b83fd40e4a6eba-cgu.06.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-0e65d6609dca4694.thiserror_impl.42b83fd40e4a6eba-cgu.07.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-0e65d6609dca4694.thiserror_impl.42b83fd40e4a6eba-cgu.08.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-0e65d6609dca4694.thiserror_impl.42b83fd40e4a6eba-cgu.09.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-0e65d6609dca4694.thiserror_impl.42b83fd40e4a6eba-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-0e65d6609dca4694.thiserror_impl.42b83fd40e4a6eba-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-0e65d6609dca4694.thiserror_impl.42b83fd40e4a6eba-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-0e65d6609dca4694.thiserror_impl.42b83fd40e4a6eba-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-0e65d6609dca4694.thiserror_impl.42b83fd40e4a6eba-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-0e65d6609dca4694.thiserror_impl.42b83fd40e4a6eba-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-0e65d6609dca4694.7ggpxlik1uag9aq6cruo56tea.rcgu.rmeta" "/opt/rustwide/target/debug/deps/thiserror_impl-0e65d6609dca4694.akjuwlbzz2uzes3micuiqypp2.rcgu.o" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsyn-2ed31ee7cf92347a.rlib" "/opt/rustwide/target/debug/deps/libquote-9c375a9ea8e9a6a7.rlib" "/opt/rustwide/target/debug/deps/libproc_macro2-093c89d7af2ce0d3.rlib" "/opt/rustwide/target/debug/deps/libunicode_ident-bca495fd5c651329.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libproc_macro-bcafc4e6921040d1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-02dc84f49135b6b8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a8f45b397fae3f81.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-089607133c180609.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-fc89f091bcd86cbb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-5a60949f01c7340c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-d29e6a55ca253c8c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-273c078d5f65de7a.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-413c950ffbdd4454.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-1853c0976a1d88a6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-ccb3384ddacb0f9e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-0b901dfb0ca849e0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-eebeb8d7c64543ad.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-4723ef81d6079867.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-54442f8b422f5a54.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-e0bbe034b5282553.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-d0febb68c1c37b90.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-4cf833632aafa84c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-65c2c6d2d6ae570b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-97929cee0dcfe424.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libthiserror_impl-0e65d6609dca4694.so" "-Wl,--gc-sections" "-shared" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `thiserror-impl` (lib) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmeta78cGDW/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `alsa` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "18f4d30a06f37c9da3acb9b2ee46b9424f8f6636e69a39f21e1126e076e9a22f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "18f4d30a06f37c9da3acb9b2ee46b9424f8f6636e69a39f21e1126e076e9a22f", kill_on_drop: false }` [INFO] [stdout] 18f4d30a06f37c9da3acb9b2ee46b9424f8f6636e69a39f21e1126e076e9a22f