[INFO] cloning repository https://github.com/dauid64/rust-snake-game [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dauid64/rust-snake-game" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdauid64%2Frust-snake-game", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdauid64%2Frust-snake-game'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 767635f94d14536d8cb258ce4cf8de64b9e0a4a7 [INFO] checking dauid64/rust-snake-game against try#44e31dee3cf6f37b4f652572897bb0eb25c477ee for pr-139763 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdauid64%2Frust-snake-game" "/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/dauid64/rust-snake-game on toolchain 44e31dee3cf6f37b4f652572897bb0eb25c477ee [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+44e31dee3cf6f37b4f652572897bb0eb25c477ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/dauid64/rust-snake-game [INFO] finished tweaking git repo https://github.com/dauid64/rust-snake-game [INFO] tweaked toml for git repo https://github.com/dauid64/rust-snake-game written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/dauid64/rust-snake-game 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" "+44e31dee3cf6f37b4f652572897bb0eb25c477ee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+44e31dee3cf6f37b4f652572897bb0eb25c477ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] da24b8faae16e05b4aa68fdcd78569ca63af541afb0f8ef9e58fc797f77ffbe8 [INFO] running `Command { std: "docker" "start" "-a" "da24b8faae16e05b4aa68fdcd78569ca63af541afb0f8ef9e58fc797f77ffbe8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "da24b8faae16e05b4aa68fdcd78569ca63af541afb0f8ef9e58fc797f77ffbe8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "da24b8faae16e05b4aa68fdcd78569ca63af541afb0f8ef9e58fc797f77ffbe8", kill_on_drop: false }` [INFO] [stdout] da24b8faae16e05b4aa68fdcd78569ca63af541afb0f8ef9e58fc797f77ffbe8 [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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+44e31dee3cf6f37b4f652572897bb0eb25c477ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0b41ad5e96aefd7bad3cea5a7f9895b533e91dec66763135229b18bae175bd12 [INFO] running `Command { std: "docker" "start" "-a" "0b41ad5e96aefd7bad3cea5a7f9895b533e91dec66763135229b18bae175bd12", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.2.0 [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling siphasher v0.2.3 [INFO] [stderr] Compiling khronos_api v2.2.0 [INFO] [stderr] Compiling dtoa v0.4.8 [INFO] [stderr] Compiling log v0.4.21 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling itoa v0.3.4 [INFO] [stderr] Compiling serde v0.9.15 [INFO] [stderr] Compiling bitflags v0.9.1 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling proc-macro2 v1.0.81 [INFO] [stderr] Checking lazy_static v0.2.11 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Checking piston-float v0.3.0 [INFO] [stderr] Compiling xml-rs v0.7.0 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling xml-rs v0.6.1 [INFO] [stderr] Compiling winapi-build v0.1.1 [INFO] [stderr] Compiling phf_shared v0.7.24 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling phf v0.7.24 [INFO] [stderr] Checking piston-viewport v0.3.0 [INFO] [stderr] Checking winapi v0.2.8 [INFO] [stderr] Compiling kernel32-sys v0.2.2 [INFO] [stderr] Compiling serde v1.0.198 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling autocfg v0.1.8 [INFO] [stderr] Compiling wayland-scanner v0.9.10 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Checking adler32 v1.2.0 [INFO] [stderr] Checking bitflags v0.8.2 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling x11-dl v2.21.0 [INFO] [stderr] Checking draw_state v0.7.1 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Checking shader_version v0.3.0 [INFO] [stderr] Checking either v1.11.0 [INFO] [stderr] Checking deflate v0.7.20 [INFO] [stderr] Compiling wayland-client v0.9.10 [INFO] [stderr] Compiling wayland-protocols v0.9.10 [INFO] [stderr] Checking inflate v0.3.4 [INFO] [stderr] Checking stb_truetype v0.3.1 [INFO] [stderr] Checking once_cell v1.19.0 [INFO] [stderr] Checking color_quant v1.1.0 [INFO] [stderr] Checking rayon v1.10.0 [INFO] [stderr] Compiling gl_generator v0.7.0 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling gl_generator v0.6.1 [INFO] [stderr] Checking bitflags v0.7.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking lzw v0.10.0 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking fs2 v0.2.5 [INFO] [stderr] Checking nodrop v0.1.14 [INFO] [stderr] Checking shared_library v0.1.9 [INFO] [stderr] Compiling syn v2.0.60 [INFO] [stderr] Checking memmap v0.4.0 [INFO] [stderr] Checking stb_truetype v0.2.8 [INFO] [stderr] Checking gif v0.9.2 [INFO] [stderr] Checking scoped_threadpool v0.1.9 [INFO] [stderr] Checking piston-texture v0.6.0 [INFO] [stderr] Checking linked-hash-map v0.5.6 [INFO] [stderr] Checking osmesa-sys v0.1.2 [INFO] [stderr] Checking vecmath v0.3.1 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking rusttype v0.2.4 [INFO] [stderr] Checking read_color v1.0.0 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Checking interpolation v0.1.0 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Checking piston-shaders_graphics2d v0.3.1 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Compiling target_build_utils v0.3.1 [INFO] [stderr] Checking enum_primitive v0.1.1 [INFO] [stderr] Compiling serde_json v0.9.10 [INFO] [stderr] Compiling gl v0.7.0 [INFO] [stderr] Compiling gfx_gl v0.4.0 [INFO] [stderr] Compiling glutin v0.10.1 [INFO] [stderr] Checking piston2d-graphics v0.24.0 [INFO] [stderr] Checking num-iter v0.1.44 [INFO] [stderr] Checking num-rational v0.1.42 [INFO] [stderr] Checking rand v0.3.23 [INFO] [stderr] Checking tempfile v2.2.0 [INFO] [stderr] Checking png v0.11.0 [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `gl` (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/44e31dee3cf6f37b4f652572897bb0eb25c477ee/bin/rustc --crate-name build_script_build --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gl-0.7.0/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=aadb16ea37a4a7a8 -C extra-filename=-2c4e243031d15b11 --out-dir /opt/rustwide/target/debug/build/gl-2c4e243031d15b11 -L dependency=/opt/rustwide/target/debug/deps --extern gl_generator=/opt/rustwide/target/debug/deps/libgl_generator-d7880969928ec539.rlib --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustc86PaH8/symbols.o" "<10 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libphf_codegen-3439d58336ba3a9b.rlib,libphf_generator-eb3e013cb80ff58c.rlib,librand-3e3222cd543a28b5.rlib,librand_xorshift-fdf532cb9a15084f.rlib,librand_pcg-301a95f6fd7b556c.rlib,librand_hc-7017e0b995625997.rlib,librand_chacha-75b3a935aa32e1a2.rlib,librand_isaac-00291a6596149767.rlib,librand_core-2a04258a98f438b4.rlib,librand_os-0580bf2af52f12ac.rlib,liblibc-5187528fd49abfb9.rlib,librand_jitter-e0112bb78429c28a.rlib,librand_core-104fead35219abef.rlib,libphf_shared-b10d11afe53024dc.rlib,libsiphasher-80ebdd0dced24493.rlib}.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-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustc86PaH8/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,-znostart-stop-gc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/build/target_build_utils-c546d93c989bf258/build_script_build-c546d93c989bf258" "-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 `target_build_utils` (build script) due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcIFbwUC/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libgl_generator-c11e00a74d9cbd8e.rlib,libkhronos_api-16eded404df9d856.rlib,libxml-2554b1c0b791cc74.rlib,libbitflags-1969f6684f376d5e.rlib,liblog-01483a9b652bbce7.rlib,liblog-e614dc04883cc901.rlib}.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-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcIFbwUC/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,-znostart-stop-gc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/build/glutin-530833ce17b07f02/build_script_build-530833ce17b07f02" "-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] LLVM ERROR: IO failure on output stream: No space left on device [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 `glutin` (build script) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmeta3bQmdA/full.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `syn` (lib) due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcqjieU4/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libgl_generator-d7880969928ec539.rlib,libkhronos_api-16eded404df9d856.rlib,libxml-2554b1c0b791cc74.rlib,libbitflags-1969f6684f376d5e.rlib,liblog-01483a9b652bbce7.rlib,liblog-e614dc04883cc901.rlib}.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-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcqjieU4/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,-znostart-stop-gc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/build/gfx_gl-894260a753f7d49a/build_script_build-894260a753f7d49a" "-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] Stack dump: [INFO] [stdout] 0. Program arguments: /opt/rustwide/rustup-home/toolchains/44e31dee3cf6f37b4f652572897bb0eb25c477ee/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld -flavor gnu -plugin /usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper -plugin-opt=-fresolution=/tmp/cciiV9QR.res --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o /opt/rustwide/target/debug/build/gfx_gl-894260a753f7d49a/build_script_build-894260a753f7d49a /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/13/crtbeginS.o -L/tmp/rustcqjieU4/raw-dylibs -L/opt/rustwide/rustup-home/toolchains/44e31dee3cf6f37b4f652572897bb0eb25c477ee/lib/rustlib/x86_64-unknown-linux-gnu/lib -L/opt/rustwide/rustup-home/toolchains/44e31dee3cf6f37b4f652572897bb0eb25c477ee/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld -L/usr/lib/gcc/x86_64-linux-gnu/13 -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/13/../../.. /tmp/rustcqjieU4/symbols.o /opt/rustwide/target/debug/build/gfx_gl-894260a753f7d49a/build_script_build-894260a753f7d49a.build_script_build.cd14b717bbedf3ec-cgu.00.rcgu.o /opt/rustwide/target/debug/build/gfx_gl-894260a753f7d49a/build_script_build-894260a753f7d49a.build_script_build.cd14b717bbedf3ec-cgu.01.rcgu.o /opt/rustwide/target/debug/build/gfx_gl-894260a753f7d49a/build_script_build-894260a753f7d49a.build_script_build.cd14b717bbedf3ec-cgu.02.rcgu.o /opt/rustwide/target/debug/build/gfx_gl-894260a753f7d49a/build_script_build-894260a753f7d49a.build_script_build.cd14b717bbedf3ec-cgu.03.rcgu.o /opt/rustwide/target/debug/build/gfx_gl-894260a753f7d49a/build_script_build-894260a753f7d49a.build_script_build.cd14b717bbedf3ec-cgu.04.rcgu.o /opt/rustwide/target/debug/build/gfx_gl-894260a753f7d49a/build_script_build-894260a753f7d49a.build_script_build.cd14b717bbedf3ec-cgu.05.rcgu.o /opt/rustwide/target/debug/build/gfx_gl-894260a753f7d49a/build_script_build-894260a753f7d49a.build_script_build.cd14b717bbedf3ec-cgu.06.rcgu.o /opt/rustwide/target/debug/build/gfx_gl-894260a753f7d49a/build_script_build-894260a753f7d49a.build_script_build.cd14b717bbedf3ec-cgu.07.rcgu.o /opt/rustwide/target/debug/build/gfx_gl-894260a753f7d49a/build_script_build-894260a753f7d49a.build_script_build.cd14b717bbedf3ec-cgu.08.rcgu.o /opt/rustwide/target/debug/build/gfx_gl-894260a753f7d49a/build_script_build-894260a753f7d49a.build_script_build.cd14b717bbedf3ec-cgu.09.rcgu.o /opt/rustwide/target/debug/build/gfx_gl-894260a753f7d49a/build_script_build-894260a753f7d49a.build_script_build.cd14b717bbedf3ec-cgu.10.rcgu.o /opt/rustwide/target/debug/build/gfx_gl-894260a753f7d49a/build_script_build-894260a753f7d49a.build_script_build.cd14b717bbedf3ec-cgu.11.rcgu.o /opt/rustwide/target/debug/build/gfx_gl-894260a753f7d49a/build_script_build-894260a753f7d49a.build_script_build.cd14b717bbedf3ec-cgu.12.rcgu.o /opt/rustwide/target/debug/build/gfx_gl-894260a753f7d49a/build_script_build-894260a753f7d49a.build_script_build.cd14b717bbedf3ec-cgu.13.rcgu.o /opt/rustwide/target/debug/build/gfx_gl-894260a753f7d49a/build_script_build-894260a753f7d49a.build_script_build.cd14b717bbedf3ec-cgu.14.rcgu.o /opt/rustwide/target/debug/build/gfx_gl-894260a753f7d49a/build_script_build-894260a753f7d49a.build_script_build.cd14b717bbedf3ec-cgu.15.rcgu.o /opt/rustwide/target/debug/build/gfx_gl-894260a753f7d49a/build_script_build-894260a753f7d49a.bl46ffob5kjelj9fdjgp0lcw8.rcgu.o --as-needed -Bstatic /opt/rustwide/target/debug/deps/libgl_generator-d7880969928ec539.rlib /opt/rustwide/target/debug/deps/libkhronos_api-16eded404df9d856.rlib /opt/rustwide/target/debug/deps/libxml-2554b1c0b791cc74.rlib /opt/rustwide/target/debug/deps/libbitflags-1969f6684f376d5e.rlib /opt/rustwide/target/debug/deps/liblog-01483a9b652bbce7.rlib /opt/rustwide/target/debug/deps/liblog-e614dc04883cc901.rlib /opt/rustwide/rustup-home/toolchains/44e31dee3cf6f37b4f652572897bb0eb25c477ee/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-448b8ac29be2b5f1.rlib /opt/rustwide/rustup-home/toolchains/44e31dee3cf6f37b4f652572897bb0eb25c477ee/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-8b3a571ca587c19d.rlib /opt/rustwide/rustup-home/toolchains/44e31dee3cf6f37b4f652572897bb0eb25c477ee/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-526356812707e4b4.rlib /opt/rustwide/rustup-home/toolchains/44e31dee3cf6f37b4f652572897bb0eb25c477ee/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-2cc7fdcc5beb6cd2.rlib /opt/rustwide/rustup-home/toolchains/44e31dee3cf6f37b4f652572897bb0eb25c477ee/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-c3e406d4749a373c.rlib /opt/rustwide/rustup-home/toolchains/44e31dee3cf6f37b4f652572897bb0eb25c477ee/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-76ac5f839ab4cacb.rlib /opt/rustwide/rustup-home/toolchains/44e31dee3cf6f37b4f652572897bb0eb25c477ee/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-ec541aef04cd4e9a.rlib /opt/rustwide/rustup-home/toolchains/44e31dee3cf6f37b4f652572897bb0eb25c477ee/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-ef65e83cae4ffcf7.rlib /opt/rustwide/rustup-home/toolchains/44e31dee3cf6f37b4f652572897bb0eb25c477ee/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4a8a137426a15f1c.rlib /opt/rustwide/rustup-home/toolchains/44e31dee3cf6f37b4f652572897bb0eb25c477ee/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-51f81ade93f4bf11.rlib /opt/rustwide/rustup-home/toolchains/44e31dee3cf6f37b4f652572897bb0eb25c477ee/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-b5f1eadda37a22a6.rlib /opt/rustwide/rustup-home/toolchains/44e31dee3cf6f37b4f652572897bb0eb25c477ee/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler2-bb3c7c2a18afbe49.rlib /opt/rustwide/rustup-home/toolchains/44e31dee3cf6f37b4f652572897bb0eb25c477ee/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-d9e6d05a7120d916.rlib /opt/rustwide/rustup-home/toolchains/44e31dee3cf6f37b4f652572897bb0eb25c477ee/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-b014947fa2b70c04.rlib /opt/rustwide/rustup-home/toolchains/44e31dee3cf6f37b4f652572897bb0eb25c477ee/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-c108d169d7d8a33e.rlib /opt/rustwide/rustup-home/toolchains/44e31dee3cf6f37b4f652572897bb0eb25c477ee/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-2a46ff5b40f20e74.rlib /opt/rustwide/rustup-home/toolchains/44e31dee3cf6f37b4f652572897bb0eb25c477ee/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-fc0ad1732fa36810.rlib /opt/rustwide/rustup-home/toolchains/44e31dee3cf6f37b4f652572897bb0eb25c477ee/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-11d9a250f9da47d5.rlib /opt/rustwide/rustup-home/toolchains/44e31dee3cf6f37b4f652572897bb0eb25c477ee/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-48b8f2e75b6ed979.rlib -Bdynamic -lgcc_s -lutil -lrt -lpthread -lm -ldl -lc -znostart-stop-gc --eh-frame-hdr -z noexecstack --gc-sections -z relro -z now /usr/lib/gcc/x86_64-linux-gnu/13/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crtn.o [INFO] [stdout] #0 0x00007f01a7cb5db7 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/opt/rustwide/rustup-home/toolchains/44e31dee3cf6f37b4f652572897bb0eb25c477ee/lib/libLLVM.so.20.1-rust-1.88.0-nightly+0x56b5db7) [INFO] [stdout] #1 0x00007f01a7cb61cc SignalHandler(int) (/opt/rustwide/rustup-home/toolchains/44e31dee3cf6f37b4f652572897bb0eb25c477ee/lib/libLLVM.so.20.1-rust-1.88.0-nightly+0x56b61cc) [INFO] [stdout] #2 0x00007f01ac237330 (/lib/x86_64-linux-gnu/libc.so.6+0x45330) [INFO] [stdout] #3 0x00005b3cd8e0811a void lld::elf::writeResult>(lld::elf::Ctx&) (/opt/rustwide/rustup-home/toolchains/44e31dee3cf6f37b4f652572897bb0eb25c477ee/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld+0x55711a) [INFO] [stdout] #4 0x00005b3cd8c215a3 void lld::elf::LinkerDriver::link>(llvm::opt::InputArgList&) Driver.cpp:0:0 [INFO] [stdout] #5 0x00005b3cd8bff27a lld::elf::LinkerDriver::linkerMain(llvm::ArrayRef) Driver.cpp:0:0 [INFO] [stdout] #6 0x00005b3cd8bfa694 lld::elf::link(llvm::ArrayRef, llvm::raw_ostream&, llvm::raw_ostream&, bool, bool) (/opt/rustwide/rustup-home/toolchains/44e31dee3cf6f37b4f652572897bb0eb25c477ee/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld+0x349694) [INFO] [stdout] #7 0x00005b3cd8b0a2d6 lld::unsafeLldMain(llvm::ArrayRef, llvm::raw_ostream&, llvm::raw_ostream&, llvm::ArrayRef, bool) (/opt/rustwide/rustup-home/toolchains/44e31dee3cf6f37b4f652572897bb0eb25c477ee/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld+0x2592d6) [INFO] [stdout] #8 0x00005b3cd8b09320 lld_main(int, char**, llvm::ToolContext const&) (/opt/rustwide/rustup-home/toolchains/44e31dee3cf6f37b4f652572897bb0eb25c477ee/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld+0x258320) [INFO] [stdout] #9 0x00005b3cd8b099d1 main (/opt/rustwide/rustup-home/toolchains/44e31dee3cf6f37b4f652572897bb0eb25c477ee/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld+0x2589d1) [INFO] [stdout] #10 0x00007f01ac21c1ca (/lib/x86_64-linux-gnu/libc.so.6+0x2a1ca) [INFO] [stdout] #11 0x00007f01ac21c28b __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2a28b) [INFO] [stdout] #12 0x00005b3cd898bf89 _start (/opt/rustwide/rustup-home/toolchains/44e31dee3cf6f37b4f652572897bb0eb25c477ee/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld+0xdaf89) [INFO] [stdout] rust-lld: error: failed to write output '/opt/rustwide/target/debug/build/gfx_gl-894260a753f7d49a/build_script_build-894260a753f7d49a': No such file or directory [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `gfx_gl` (build script) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "0b41ad5e96aefd7bad3cea5a7f9895b533e91dec66763135229b18bae175bd12", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0b41ad5e96aefd7bad3cea5a7f9895b533e91dec66763135229b18bae175bd12", kill_on_drop: false }` [INFO] [stdout] 0b41ad5e96aefd7bad3cea5a7f9895b533e91dec66763135229b18bae175bd12