[INFO] cloning repository https://github.com/hammackj/learn_opengl_rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hammackj/learn_opengl_rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhammackj%2Flearn_opengl_rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhammackj%2Flearn_opengl_rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6607c05a6d47e7893d7ba53445a884a6cd90abc2 [INFO] testing hammackj/learn_opengl_rust against beta-2025-09-21 for beta-1.91-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhammackj%2Flearn_opengl_rust" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/hammackj/learn_opengl_rust [INFO] finished tweaking git repo https://github.com/hammackj/learn_opengl_rust [INFO] tweaked toml for git repo https://github.com/hammackj/learn_opengl_rust written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/hammackj/learn_opengl_rust on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/hammackj/learn_opengl_rust 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-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c954585e5807bb1e0ed8f457e1d51409127b392dbb0a48c8e0c8a9d16dcc0b70 [INFO] running `Command { std: "docker" "start" "-a" "c954585e5807bb1e0ed8f457e1d51409127b392dbb0a48c8e0c8a9d16dcc0b70", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c954585e5807bb1e0ed8f457e1d51409127b392dbb0a48c8e0c8a9d16dcc0b70", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c954585e5807bb1e0ed8f457e1d51409127b392dbb0a48c8e0c8a9d16dcc0b70", kill_on_drop: false }` [INFO] [stdout] c954585e5807bb1e0ed8f457e1d51409127b392dbb0a48c8e0c8a9d16dcc0b70 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 05370073fe11357f7e7675ceca609a3a8228aa49e582d579937844f2d644cced [INFO] running `Command { std: "docker" "start" "-a" "05370073fe11357f7e7675ceca609a3a8228aa49e582d579937844f2d644cced", kill_on_drop: false }` [INFO] [stderr] Compiling raw-window-handle v0.6.2 [INFO] [stderr] Compiling bytemuck v1.23.0 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling cc v1.2.23 [INFO] [stderr] Compiling built v0.7.7 [INFO] [stderr] Compiling aligned-vec v0.5.0 [INFO] [stderr] Compiling libc v0.2.172 [INFO] [stderr] Compiling anyhow v1.0.98 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling quick-error v2.0.1 [INFO] [stderr] Compiling gl v0.14.0 [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Compiling simd_helpers v0.1.0 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling imgref v1.11.0 [INFO] [stderr] Compiling bitstream-io v2.6.0 [INFO] [stderr] Compiling v_frame v0.3.8 [INFO] [stderr] Compiling noop_proc_macro v0.3.0 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling new_debug_unreachable v1.0.6 [INFO] [stderr] Compiling loop9 v0.1.5 [INFO] [stderr] Compiling avif-serialize v0.8.3 [INFO] [stderr] Compiling zune-inflate v0.2.54 [INFO] [stderr] Compiling rav1e v0.7.1 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling smallvec v1.15.0 [INFO] [stderr] Compiling lebe v0.5.2 [INFO] [stderr] Compiling bit_field v0.10.2 [INFO] [stderr] Compiling zune-core v0.4.12 [INFO] [stderr] Compiling rgb v0.8.50 [INFO] [stderr] Compiling image-webp v0.2.1 [INFO] [stderr] Compiling qoi v0.4.1 [INFO] [stderr] Compiling safe_arch v0.7.4 [INFO] [stderr] Compiling matrixmultiply v0.3.10 [INFO] [stderr] Compiling exr v1.73.0 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling approx v0.5.1 [INFO] [stderr] Compiling zune-jpeg v0.4.14 [INFO] [stderr] Compiling transformations v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/19_transformations) [INFO] [stderr] Compiling wide v0.7.32 [INFO] [stderr] Compiling light_exercise_02 v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/34_light_exercise_02) [INFO] [stderr] Compiling camera v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/26_camera) [INFO] [stderr] Compiling coords_more_cubes v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/24_coords_more_cubes) [INFO] [stderr] Compiling light_exercise_01 v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/33_light_exercise_01) [INFO] [stderr] Compiling coords v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/22_coords) [INFO] [stderr] Compiling coords_depth v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/23_coords_depth) [INFO] [stderr] Compiling camera_object v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/29_camera_object) [INFO] [stderr] Compiling cmake v0.1.54 [INFO] [stderr] Compiling shaders_object v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/09_shaders_object) [INFO] [stderr] Compiling textures_exercise_04 v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/18_exercise_04) [INFO] [stderr] Compiling transformations_exercise_01 v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/20_transformations_exercise_01) [INFO] [stderr] Compiling transformations_exercise_02 v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/21_transformations_exercise_02) [INFO] [stderr] Compiling textures_exercise_03 v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/17_exercise_03) [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling textures v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/13_textures) [INFO] [stderr] Compiling shaders_exercise_01 v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/10_shaders_exercise_01) [INFO] [stderr] Compiling textures_exercise_01 v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/15_exercise_01) [INFO] [stderr] Compiling light_exercise_04 v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/36_light_exercise_04) [INFO] [stderr] Compiling camera_mouse v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/28_camera_mouse) [INFO] [stderr] Compiling coords_more_cubes_exercise_03 v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/25_coords_exercise_03) [INFO] [stderr] Compiling light_colors v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/30_light_colors) [INFO] [stderr] Compiling shaders_exercise_03 v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/12_shaders_exercise_03) [INFO] [stderr] Compiling light_exercise_03 v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/35_light_exercise_03) [INFO] [stderr] Compiling light_materials v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/37_light_materials) [INFO] [stderr] Compiling shaders_exercise_02 v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/11_shaders_exercise_02) [INFO] [stderr] Compiling camera_walk_around v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/27_camera_walk_around) [INFO] [stderr] Compiling textures_exercise_02 v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/16_exercise_02) [INFO] [stderr] Compiling light_specular v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/32_light_specular) [INFO] [stderr] Compiling light_basic v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/31_light_basic) [INFO] [stderr] Compiling textures_units v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/14_texture_units) [INFO] [stderr] Compiling av1-grain v0.2.3 [INFO] [stderr] Compiling glfw-sys v5.0.0+3.3.9 [INFO] [stderr] Compiling simba v0.9.0 [INFO] [stderr] Compiling maybe-rayon v0.1.1 [INFO] [stderr] Compiling glfw v0.59.0 [INFO] [stderr] Compiling profiling-procmacros v1.0.16 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Compiling arg_enum_proc_macro v0.3.4 [INFO] [stderr] Compiling profiling v1.0.16 [INFO] [stderr] Compiling hello_triangle_exercise_01 v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/04_hello_triangle_exercise_01) [INFO] [stderr] Compiling shaders v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/07_shaders) [INFO] [stderr] Compiling hello_window v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/01_hello_window) [INFO] [stderr] Compiling hello_triangle_exercise_02 v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/05_hello_triangle_exercise_02) [INFO] [stderr] Compiling hello_triangle v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/02_hello_triangle) [INFO] [stderr] Compiling hello_triangle_exercise_03 v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/06_hello_triangle_exercise_03) [INFO] [stderr] Compiling hello_triangle_indexed v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/03_hello_triangle_indexed) [INFO] [stderr] Compiling shaders_attributes v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/08_shaders_attributes) [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling nalgebra v0.33.2 [INFO] [stderr] Compiling ravif v0.11.12 [INFO] [stderr] Compiling image v0.25.6 [INFO] [stderr] Compiling nalgebra-glm v0.19.0 [INFO] [stdout] warning: value assigned to `projection` is never read [INFO] [stdout] --> learn_opengl/01_getting_started/22_coords/src/main.rs:209:21 [INFO] [stdout] | [INFO] [stdout] 209 | let mut projection = glm::Mat4::identity(); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `coords` (bin "coords"); 1 warning emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-09-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name coords --edition=2021 learn_opengl/01_getting_started/22_coords/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8f19d54383d9eaad -C extra-filename=-43886ab5f8e3e73d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern gl=/opt/rustwide/target/debug/deps/libgl-18955cd101322963.rlib --extern glfw=/opt/rustwide/target/debug/deps/libglfw-70cca5355c7e4faf.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-88e9fd5620d1449f.rlib --extern nalgebra_glm=/opt/rustwide/target/debug/deps/libnalgebra_glm-90d4a9949d16da3a.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/glfw-sys-5c2e01de6d7f7e14/out/lib` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `textures_exercise_03` (bin "textures_exercise_03") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-09-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name textures_exercise_03 --edition=2021 learn_opengl/01_getting_started/17_exercise_03/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d60edd53410cf66b -C extra-filename=-8ddb0bc4dbfa1ac3 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern gl=/opt/rustwide/target/debug/deps/libgl-18955cd101322963.rlib --extern glfw=/opt/rustwide/target/debug/deps/libglfw-70cca5355c7e4faf.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-88e9fd5620d1449f.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/glfw-sys-5c2e01de6d7f7e14/out/lib` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `camera_object` (bin "camera_object") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-09-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name camera_object --edition=2021 learn_opengl/01_getting_started/29_camera_object/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=67a607da56b1e814 -C extra-filename=-ca23b569cab1f0b7 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern gl=/opt/rustwide/target/debug/deps/libgl-18955cd101322963.rlib --extern glfw=/opt/rustwide/target/debug/deps/libglfw-70cca5355c7e4faf.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-88e9fd5620d1449f.rlib --extern nalgebra_glm=/opt/rustwide/target/debug/deps/libnalgebra_glm-90d4a9949d16da3a.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/glfw-sys-5c2e01de6d7f7e14/out/lib` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `camera` (bin "camera") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-09-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name camera --edition=2021 learn_opengl/01_getting_started/26_camera/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1c3a9ca9f377d707 -C extra-filename=-425551ce9d6b0780 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern gl=/opt/rustwide/target/debug/deps/libgl-18955cd101322963.rlib --extern glfw=/opt/rustwide/target/debug/deps/libglfw-70cca5355c7e4faf.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-88e9fd5620d1449f.rlib --extern nalgebra_glm=/opt/rustwide/target/debug/deps/libnalgebra_glm-90d4a9949d16da3a.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/glfw-sys-5c2e01de6d7f7e14/out/lib` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `camera_walk_around` (bin "camera_walk_around") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-09-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name camera_walk_around --edition=2021 learn_opengl/01_getting_started/27_camera_walk_around/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c8eb1d9fc9d96898 -C extra-filename=-6b9155e16940d9b8 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern gl=/opt/rustwide/target/debug/deps/libgl-18955cd101322963.rlib --extern glfw=/opt/rustwide/target/debug/deps/libglfw-70cca5355c7e4faf.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-88e9fd5620d1449f.rlib --extern nalgebra_glm=/opt/rustwide/target/debug/deps/libnalgebra_glm-90d4a9949d16da3a.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/glfw-sys-5c2e01de6d7f7e14/out/lib` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `coords_more_cubes_exercise_03` (bin "coords_more_cubes_exercise_03") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-09-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name coords_more_cubes_exercise_03 --edition=2021 learn_opengl/01_getting_started/25_coords_exercise_03/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bd2d19b7ec421e4a -C extra-filename=-122a50592ceffd66 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern gl=/opt/rustwide/target/debug/deps/libgl-18955cd101322963.rlib --extern glfw=/opt/rustwide/target/debug/deps/libglfw-70cca5355c7e4faf.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-88e9fd5620d1449f.rlib --extern nalgebra_glm=/opt/rustwide/target/debug/deps/libnalgebra_glm-90d4a9949d16da3a.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/glfw-sys-5c2e01de6d7f7e14/out/lib` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `transformations` (bin "transformations") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-09-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name transformations --edition=2021 learn_opengl/01_getting_started/19_transformations/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=71d1869bbaa31db4 -C extra-filename=-72e80487c1e6e699 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern gl=/opt/rustwide/target/debug/deps/libgl-18955cd101322963.rlib --extern glfw=/opt/rustwide/target/debug/deps/libglfw-70cca5355c7e4faf.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-88e9fd5620d1449f.rlib --extern nalgebra_glm=/opt/rustwide/target/debug/deps/libnalgebra_glm-90d4a9949d16da3a.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/glfw-sys-5c2e01de6d7f7e14/out/lib` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `coords_more_cubes` (bin "coords_more_cubes") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-09-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name coords_more_cubes --edition=2021 learn_opengl/01_getting_started/24_coords_more_cubes/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=db3e40a9f88610ce -C extra-filename=-54f8aa2977b6fe2c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern gl=/opt/rustwide/target/debug/deps/libgl-18955cd101322963.rlib --extern glfw=/opt/rustwide/target/debug/deps/libglfw-70cca5355c7e4faf.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-88e9fd5620d1449f.rlib --extern nalgebra_glm=/opt/rustwide/target/debug/deps/libnalgebra_glm-90d4a9949d16da3a.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/glfw-sys-5c2e01de6d7f7e14/out/lib` (signal: 9, SIGKILL: kill) [ERROR] error running command: no output for 300 seconds [INFO] running `Command { std: "docker" "inspect" "05370073fe11357f7e7675ceca609a3a8228aa49e582d579937844f2d644cced", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "05370073fe11357f7e7675ceca609a3a8228aa49e582d579937844f2d644cced", kill_on_drop: false }` [INFO] [stdout] 05370073fe11357f7e7675ceca609a3a8228aa49e582d579937844f2d644cced