[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-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhammackj%2Flearn_opengl_rust" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-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-6-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-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] fb696a44afdd87c7ff86ed97257a1e38640db52ab87d54ea6e3c69e19418db71
[INFO] running `Command { std: "docker" "start" "-a" "fb696a44afdd87c7ff86ed97257a1e38640db52ab87d54ea6e3c69e19418db71", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fb696a44afdd87c7ff86ed97257a1e38640db52ab87d54ea6e3c69e19418db71", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fb696a44afdd87c7ff86ed97257a1e38640db52ab87d54ea6e3c69e19418db71", kill_on_drop: false }`
[INFO] [stdout] fb696a44afdd87c7ff86ed97257a1e38640db52ab87d54ea6e3c69e19418db71
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 528ebe7d8c7fdd441dc3eadeb533d0120769d6acf23ebf246d0548285cf7f5fa
[INFO] running `Command { std: "docker" "start" "-a" "528ebe7d8c7fdd441dc3eadeb533d0120769d6acf23ebf246d0548285cf7f5fa", kill_on_drop: false }`
[INFO] [stderr]    Compiling khronos_api v3.1.0
[INFO] [stderr]    Compiling cc v1.2.23
[INFO] [stderr]    Compiling xml-rs v0.8.26
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling raw-window-handle v0.6.2
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]    Compiling bytemuck v1.23.0
[INFO] [stderr]    Compiling aligned-vec v0.5.0
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling built v0.7.7
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling noop_proc_macro v0.3.0
[INFO] [stderr]    Compiling maybe-rayon v0.1.1
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.6
[INFO] [stderr]    Compiling weezl v0.1.8
[INFO] [stderr]    Compiling quick-error v2.0.1
[INFO] [stderr]    Compiling miniz_oxide v0.8.8
[INFO] [stderr]    Compiling imgref v1.11.0
[INFO] [stderr]    Compiling bitstream-io v2.6.0
[INFO] [stderr]    Compiling fdeflate v0.3.7
[INFO] [stderr]    Compiling zune-inflate v0.2.54
[INFO] [stderr]    Compiling loop9 v0.1.5
[INFO] [stderr]    Compiling avif-serialize v0.8.3
[INFO] [stderr]    Compiling half v2.6.0
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling smallvec v1.15.0
[INFO] [stderr]    Compiling rav1e v0.7.1
[INFO] [stderr]    Compiling zune-core v0.4.12
[INFO] [stderr]    Compiling color_quant v1.1.0
[INFO] [stderr]    Compiling flate2 v1.1.1
[INFO] [stderr]    Compiling lebe v0.5.2
[INFO] [stderr]    Compiling rgb v0.8.50
[INFO] [stderr]    Compiling bit_field v0.10.2
[INFO] [stderr]    Compiling byteorder-lite v0.1.0
[INFO] [stderr]    Compiling jpeg-decoder v0.3.1
[INFO] [stderr]    Compiling exr v1.73.0
[INFO] [stderr]    Compiling zune-jpeg v0.4.14
[INFO] [stderr]    Compiling gif v0.13.1
[INFO] [stderr]    Compiling qoi v0.4.1
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling v_frame v0.3.8
[INFO] [stderr]    Compiling safe_arch v0.7.4
[INFO] [stderr]    Compiling image-webp v0.2.1
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling png v0.17.16
[INFO] [stderr]    Compiling wide v0.7.32
[INFO] [stderr]    Compiling rawpointer v0.2.1
[INFO] [stderr]    Compiling shaders_exercise_02 v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/11_shaders_exercise_02)
[INFO] [stderr]    Compiling shaders_exercise_01 v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/10_shaders_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 camera_object v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/29_camera_object)
[INFO] [stderr]    Compiling light_materials v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/37_light_materials)
[INFO] [stderr]    Compiling coords v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/22_coords)
[INFO] [stderr]    Compiling tiff v0.9.1
[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_exercise_04 v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/36_light_exercise_04)
[INFO] [stderr]    Compiling shaders_object v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/09_shaders_object)
[INFO] [stderr]    Compiling light_exercise_03 v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/35_light_exercise_03)
[INFO] [stderr]    Compiling camera v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/26_camera)
[INFO] [stderr]    Compiling glfw-sys v5.0.0+3.3.9
[INFO] [stderr]    Compiling gl v0.14.0
[INFO] [stderr]    Compiling light_colors v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/30_light_colors)
[INFO] [stderr]    Compiling camera_walk_around v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/27_camera_walk_around)
[INFO] [stderr]    Compiling coords_more_cubes v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/24_coords_more_cubes)
[INFO] [stderr]    Compiling shaders_exercise_03 v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/12_shaders_exercise_03)
[INFO] [stderr]    Compiling transformations_exercise_01 v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/20_transformations_exercise_01)
[INFO] [stderr]    Compiling coords_depth v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/23_coords_depth)
[INFO] [stderr]    Compiling light_exercise_02 v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/34_light_exercise_02)
[INFO] [stderr]    Compiling light_basic v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/31_light_basic)
[INFO] [stderr]    Compiling light_exercise_01 v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/33_light_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 textures_exercise_02 v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/16_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 textures_units v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/14_texture_units)
[INFO] [stderr]    Compiling transformations v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/19_transformations)
[INFO] [stderr]    Compiling light_specular v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/32_light_specular)
[INFO] [stderr]    Compiling camera_mouse v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/28_camera_mouse)
[INFO] [stderr]    Compiling textures v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/13_textures)
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling simba v0.9.0
[INFO] [stderr]    Compiling textures_exercise_04 v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/18_exercise_04)
[INFO] [stderr]    Compiling av1-grain v0.2.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling profiling-procmacros v1.0.16
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling profiling v1.0.16
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling glfw v0.59.0
[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_exercise_01 v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/04_hello_triangle_exercise_01)
[INFO] [stderr]    Compiling shaders_attributes v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/08_shaders_attributes)
[INFO] [stderr]    Compiling hello_window v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/01_hello_window)
[INFO] [stderr]    Compiling hello_triangle_indexed v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/03_hello_triangle_indexed)
[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 shaders v0.1.0 (/opt/rustwide/workdir/learn_opengl/01_getting_started/07_shaders)
[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 `camera_mouse` (bin "camera_mouse")
[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_mouse --edition=2021 learn_opengl/01_getting_started/28_camera_mouse/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=a705579e388f016b -C extra-filename=-5a2780ba37bd7186 --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 `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] 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)
[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 `transformations_exercise_02` (bin "transformations_exercise_02")
[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_exercise_02 --edition=2021 learn_opengl/01_getting_started/21_transformations_exercise_02/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=a1c3d5e7d251a7c0 -C extra-filename=-55f752335e16ddbb --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_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 `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 `coords_depth` (bin "coords_depth")
[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_depth --edition=2021 learn_opengl/01_getting_started/23_coords_depth/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=70b22a7889f18823 -C extra-filename=-88c887cfcb6da882 --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_exercise_01` (bin "transformations_exercise_01")
[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_exercise_01 --edition=2021 learn_opengl/01_getting_started/20_transformations_exercise_01/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=f68ccb8428da4973 -C extra-filename=-9b44694fad23a6fd --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] running `Command { std: "docker" "inspect" "528ebe7d8c7fdd441dc3eadeb533d0120769d6acf23ebf246d0548285cf7f5fa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "528ebe7d8c7fdd441dc3eadeb533d0120769d6acf23ebf246d0548285cf7f5fa", kill_on_drop: false }`
[INFO] [stdout] 528ebe7d8c7fdd441dc3eadeb533d0120769d6acf23ebf246d0548285cf7f5fa
