[INFO] cloning repository https://github.com/solarsail/learnopengl-gfxrs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/solarsail/learnopengl-gfxrs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsolarsail%2Flearnopengl-gfxrs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsolarsail%2Flearnopengl-gfxrs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 349073d65434ac49dc044f75b30b33b318511a70 [INFO] testing solarsail/learnopengl-gfxrs against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsolarsail%2Flearnopengl-gfxrs" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/solarsail/learnopengl-gfxrs on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/solarsail/learnopengl-gfxrs [INFO] finished tweaking git repo https://github.com/solarsail/learnopengl-gfxrs [INFO] tweaked toml for git repo https://github.com/solarsail/learnopengl-gfxrs written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/solarsail/learnopengl-gfxrs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 100e879aae4a68a2ccce8f71417b3d06fdecff6bb80d0e258d89448cd75a2938 [INFO] running `Command { std: "docker" "start" "-a" "100e879aae4a68a2ccce8f71417b3d06fdecff6bb80d0e258d89448cd75a2938", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "100e879aae4a68a2ccce8f71417b3d06fdecff6bb80d0e258d89448cd75a2938", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "100e879aae4a68a2ccce8f71417b3d06fdecff6bb80d0e258d89448cd75a2938", kill_on_drop: false }` [INFO] [stdout] 100e879aae4a68a2ccce8f71417b3d06fdecff6bb80d0e258d89448cd75a2938 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4f1e6e7e2920d4aa72a411fc9cb579289d6ac64208ef9ca26748a059443e6f78 [INFO] running `Command { std: "docker" "start" "-a" "4f1e6e7e2920d4aa72a411fc9cb579289d6ac64208ef9ca26748a059443e6f78", kill_on_drop: false }` [INFO] [stderr] Compiling either v1.1.0 [INFO] [stderr] Compiling khronos_api v1.0.1 [INFO] [stderr] Compiling scopeguard v0.3.2 [INFO] [stderr] Compiling rayon-core v1.2.1 [INFO] [stderr] Compiling futures v0.1.14 [INFO] [stderr] Compiling inflate v0.2.0 [INFO] [stderr] Compiling spin_sleep v0.3.1 [INFO] [stderr] Compiling find_folder v0.3.0 [INFO] [stderr] Compiling num_cpus v1.6.2 [INFO] [stderr] Compiling term_size v0.3.0 [INFO] [stderr] Compiling atty v0.2.3 [INFO] [stderr] Compiling phf_shared v0.7.21 [INFO] [stderr] Compiling serde_json v0.9.10 [INFO] [stderr] Compiling xml-rs v0.6.1 [INFO] [stderr] Compiling xml-rs v0.3.6 [INFO] [stderr] Compiling syn v0.10.8 [INFO] [stderr] Compiling shared_library v0.1.7 [INFO] [stderr] Compiling num-integer v0.1.35 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling x11-dl v2.15.0 [INFO] [stderr] Compiling draw_state v0.7.1 [INFO] [stderr] Compiling deflate v0.7.16 [INFO] [stderr] Compiling tempfile v2.1.6 [INFO] [stderr] Compiling cgmath v0.15.0 [INFO] [stderr] Compiling textwrap v0.8.0 [INFO] [stderr] Compiling phf_generator v0.7.21 [INFO] [stderr] Compiling phf v0.7.21 [INFO] [stderr] Compiling itertools v0.5.10 [INFO] [stderr] Compiling coco v0.1.1 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling num-iter v0.1.34 [INFO] [stderr] Compiling num-rational v0.1.39 [INFO] [stderr] Compiling structopt-derive v0.1.1 [INFO] [stderr] Compiling clap v2.26.2 [INFO] [stderr] Compiling phf_codegen v0.7.21 [INFO] [stderr] Compiling fs2 v0.2.5 [INFO] [stderr] Compiling gl_generator v0.5.5 [INFO] [stderr] Compiling wayland-scanner v0.9.9 [INFO] [stderr] Compiling memmap v0.4.0 [INFO] [stderr] Compiling target_build_utils v0.3.1 [INFO] [stderr] Compiling png v0.9.0 [INFO] [stderr] Compiling wayland-client v0.9.9 [INFO] [stderr] Compiling rayon v0.8.2 [INFO] [stderr] Compiling gfx_gl v0.3.1 [INFO] [stderr] Compiling glutin v0.9.2 [INFO] [stderr] Compiling jpeg-decoder v0.1.13 [INFO] [stderr] Compiling derivative v1.0.0 [INFO] [stderr] Compiling image v0.15.0 [INFO] [stderr] Compiling structopt v0.1.1 [INFO] [stderr] Compiling gfx_core v0.7.1 [INFO] [stderr] Compiling gfx_device_gl v0.14.2 [INFO] [stderr] Compiling gfx v0.16.1 [INFO] [stderr] Compiling libloading v0.3.4 [INFO] [stderr] Compiling dlib v0.3.1 [INFO] [stderr] Compiling wayland-sys v0.9.9 [INFO] [stderr] Compiling wayland-window v0.6.1 [INFO] [stderr] Compiling wayland-kbd v0.9.1 [INFO] [stderr] Compiling winit v0.7.5 [INFO] [stderr] Compiling gfx_window_glutin v0.17.0 [INFO] [stderr] Compiling learnopengl-gfxrs v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/02-lighting/203-materials/system/camera.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / lazy_static! { [INFO] [stdout] 8 | | static ref KEY_MAP: HashMap = { [INFO] [stdout] 9 | | let mut m = HashMap::new(); [INFO] [stdout] 10 | | m.insert(VirtualKeyCode::W, MD::Up); [INFO] [stdout] ... | [INFO] [stdout] 15 | | }; [INFO] [stdout] 16 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/02-lighting/203-materials/system/camera.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / lazy_static! { [INFO] [stdout] 8 | | static ref KEY_MAP: HashMap = { [INFO] [stdout] 9 | | let mut m = HashMap::new(); [INFO] [stdout] 10 | | m.insert(VirtualKeyCode::W, MD::Up); [INFO] [stdout] ... | [INFO] [stdout] 15 | | }; [INFO] [stdout] 16 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/02-lighting/204-lighting-maps/system/camera.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / lazy_static! { [INFO] [stdout] 8 | | static ref KEY_MAP: HashMap = { [INFO] [stdout] 9 | | let mut m = HashMap::new(); [INFO] [stdout] 10 | | m.insert(VirtualKeyCode::W, MD::Up); [INFO] [stdout] ... | [INFO] [stdout] 15 | | }; [INFO] [stdout] 16 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/02-lighting/204-lighting-maps/system/camera.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / lazy_static! { [INFO] [stdout] 8 | | static ref KEY_MAP: HashMap = { [INFO] [stdout] 9 | | let mut m = HashMap::new(); [INFO] [stdout] 10 | | m.insert(VirtualKeyCode::W, MD::Up); [INFO] [stdout] ... | [INFO] [stdout] 15 | | }; [INFO] [stdout] 16 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/02-lighting/206-multiple-lights/main.rs:96:35 [INFO] [stdout] | [INFO] [stdout] 96 | render::DirLight::new((light_color * 0.05), (light_color * 0.3), light_color, dir) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 96 - render::DirLight::new((light_color * 0.05), (light_color * 0.3), light_color, dir) [INFO] [stdout] 96 + render::DirLight::new(light_color * 0.05, (light_color * 0.3), light_color, dir) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/02-lighting/206-multiple-lights/main.rs:96:57 [INFO] [stdout] | [INFO] [stdout] 96 | render::DirLight::new((light_color * 0.05), (light_color * 0.3), light_color, dir) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 96 - render::DirLight::new((light_color * 0.05), (light_color * 0.3), light_color, dir) [INFO] [stdout] 96 + render::DirLight::new((light_color * 0.05), light_color * 0.3, light_color, dir) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/02-lighting/202-basic-lighting-revised/system/camera.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / lazy_static! { [INFO] [stdout] 8 | | static ref KEY_MAP: HashMap = { [INFO] [stdout] 9 | | let mut m = HashMap::new(); [INFO] [stdout] 10 | | m.insert(VirtualKeyCode::W, MD::Up); [INFO] [stdout] ... | [INFO] [stdout] 15 | | }; [INFO] [stdout] 16 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/02-lighting/202-basic-lighting-revised/system/camera.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / lazy_static! { [INFO] [stdout] 8 | | static ref KEY_MAP: HashMap = { [INFO] [stdout] 9 | | let mut m = HashMap::new(); [INFO] [stdout] 10 | | m.insert(VirtualKeyCode::W, MD::Up); [INFO] [stdout] ... | [INFO] [stdout] 15 | | }; [INFO] [stdout] 16 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/02-lighting/206-multiple-lights/system/camera.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / lazy_static! { [INFO] [stdout] 8 | | static ref KEY_MAP: HashMap = { [INFO] [stdout] 9 | | let mut m = HashMap::new(); [INFO] [stdout] 10 | | m.insert(VirtualKeyCode::W, MD::Up); [INFO] [stdout] ... | [INFO] [stdout] 15 | | }; [INFO] [stdout] 16 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/02-lighting/206-multiple-lights/system/camera.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / lazy_static! { [INFO] [stdout] 8 | | static ref KEY_MAP: HashMap = { [INFO] [stdout] 9 | | let mut m = HashMap::new(); [INFO] [stdout] 10 | | m.insert(VirtualKeyCode::W, MD::Up); [INFO] [stdout] ... | [INFO] [stdout] 15 | | }; [INFO] [stdout] 16 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `current_fps` is assigned to, but never used [INFO] [stdout] --> src/02-lighting/206-multiple-lights/main.rs:138:13 [INFO] [stdout] | [INFO] [stdout] 138 | let mut current_fps = None; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] = note: consider using `_current_fps` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `current_fps` is never read [INFO] [stdout] --> src/02-lighting/206-multiple-lights/main.rs:164:13 [INFO] [stdout] | [INFO] [stdout] 164 | current_fps = Some(fps); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `spot` [INFO] [stdout] --> src/02-lighting/206-multiple-lights/main.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | spot: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `projection_matrix` [INFO] [stdout] --> src/02-lighting/206-multiple-lights/system/camera.rs:55:12 [INFO] [stdout] | [INFO] [stdout] 55 | pub fn projection_matrix(&self) -> Matrix4 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `view_matrix` [INFO] [stdout] --> src/02-lighting/206-multiple-lights/system/camera.rs:59:12 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn view_matrix(&self) -> Matrix4 { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `learnopengl-gfxrs`; 9 warnings emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name multiple_lights src/02-lighting/206-multiple-lights/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 -C metadata=2683bb36cc3118cd -C extra-filename=-2683bb36cc3118cd --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern cgmath=/opt/rustwide/target/debug/deps/libcgmath-896b29771f0287a2.rlib --extern find_folder=/opt/rustwide/target/debug/deps/libfind_folder-4141635b68df1abf.rlib --extern gfx=/opt/rustwide/target/debug/deps/libgfx-8ddd60fcd65ed5ca.rlib --extern gfx_device_gl=/opt/rustwide/target/debug/deps/libgfx_device_gl-2b9209779b570bf8.rlib --extern gfx_window_glutin=/opt/rustwide/target/debug/deps/libgfx_window_glutin-bdaf6ba3b30dbac2.rlib --extern glutin=/opt/rustwide/target/debug/deps/libglutin-ff3ec35844aea779.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-c9092384881cc523.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-55197444efa4d0f7.rlib --extern spin_sleep=/opt/rustwide/target/debug/deps/libspin_sleep-12d7d8793892f1b7.rlib --extern structopt=/opt/rustwide/target/debug/deps/libstructopt-48b2d8d1d3b7444a.rlib --extern structopt_derive=/opt/rustwide/target/debug/deps/libstructopt_derive-1f867de2ef2c0155.so --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `learnopengl-gfxrs`; 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name lighting_maps src/02-lighting/204-lighting-maps/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 -C metadata=b4607af606308bcd -C extra-filename=-b4607af606308bcd --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern cgmath=/opt/rustwide/target/debug/deps/libcgmath-896b29771f0287a2.rlib --extern find_folder=/opt/rustwide/target/debug/deps/libfind_folder-4141635b68df1abf.rlib --extern gfx=/opt/rustwide/target/debug/deps/libgfx-8ddd60fcd65ed5ca.rlib --extern gfx_device_gl=/opt/rustwide/target/debug/deps/libgfx_device_gl-2b9209779b570bf8.rlib --extern gfx_window_glutin=/opt/rustwide/target/debug/deps/libgfx_window_glutin-bdaf6ba3b30dbac2.rlib --extern glutin=/opt/rustwide/target/debug/deps/libglutin-ff3ec35844aea779.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-c9092384881cc523.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-55197444efa4d0f7.rlib --extern spin_sleep=/opt/rustwide/target/debug/deps/libspin_sleep-12d7d8793892f1b7.rlib --extern structopt=/opt/rustwide/target/debug/deps/libstructopt-48b2d8d1d3b7444a.rlib --extern structopt_derive=/opt/rustwide/target/debug/deps/libstructopt_derive-1f867de2ef2c0155.so --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `learnopengl-gfxrs`; 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name materials src/02-lighting/203-materials/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 -C metadata=d8b572c31e5fe2ac -C extra-filename=-d8b572c31e5fe2ac --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern cgmath=/opt/rustwide/target/debug/deps/libcgmath-896b29771f0287a2.rlib --extern find_folder=/opt/rustwide/target/debug/deps/libfind_folder-4141635b68df1abf.rlib --extern gfx=/opt/rustwide/target/debug/deps/libgfx-8ddd60fcd65ed5ca.rlib --extern gfx_device_gl=/opt/rustwide/target/debug/deps/libgfx_device_gl-2b9209779b570bf8.rlib --extern gfx_window_glutin=/opt/rustwide/target/debug/deps/libgfx_window_glutin-bdaf6ba3b30dbac2.rlib --extern glutin=/opt/rustwide/target/debug/deps/libglutin-ff3ec35844aea779.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-c9092384881cc523.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-55197444efa4d0f7.rlib --extern spin_sleep=/opt/rustwide/target/debug/deps/libspin_sleep-12d7d8793892f1b7.rlib --extern structopt=/opt/rustwide/target/debug/deps/libstructopt-48b2d8d1d3b7444a.rlib --extern structopt_derive=/opt/rustwide/target/debug/deps/libstructopt_derive-1f867de2ef2c0155.so --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `learnopengl-gfxrs`; 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name basic_lighting_revised src/02-lighting/202-basic-lighting-revised/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 -C metadata=832fec43a1725682 -C extra-filename=-832fec43a1725682 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern cgmath=/opt/rustwide/target/debug/deps/libcgmath-896b29771f0287a2.rlib --extern find_folder=/opt/rustwide/target/debug/deps/libfind_folder-4141635b68df1abf.rlib --extern gfx=/opt/rustwide/target/debug/deps/libgfx-8ddd60fcd65ed5ca.rlib --extern gfx_device_gl=/opt/rustwide/target/debug/deps/libgfx_device_gl-2b9209779b570bf8.rlib --extern gfx_window_glutin=/opt/rustwide/target/debug/deps/libgfx_window_glutin-bdaf6ba3b30dbac2.rlib --extern glutin=/opt/rustwide/target/debug/deps/libglutin-ff3ec35844aea779.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-c9092384881cc523.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-55197444efa4d0f7.rlib --extern spin_sleep=/opt/rustwide/target/debug/deps/libspin_sleep-12d7d8793892f1b7.rlib --extern structopt=/opt/rustwide/target/debug/deps/libstructopt-48b2d8d1d3b7444a.rlib --extern structopt_derive=/opt/rustwide/target/debug/deps/libstructopt_derive-1f867de2ef2c0155.so --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `learnopengl-gfxrs` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name camera src/01-getting-started/109-camera/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 -C metadata=939d631a9f91f43f -C extra-filename=-939d631a9f91f43f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern cgmath=/opt/rustwide/target/debug/deps/libcgmath-896b29771f0287a2.rlib --extern find_folder=/opt/rustwide/target/debug/deps/libfind_folder-4141635b68df1abf.rlib --extern gfx=/opt/rustwide/target/debug/deps/libgfx-8ddd60fcd65ed5ca.rlib --extern gfx_device_gl=/opt/rustwide/target/debug/deps/libgfx_device_gl-2b9209779b570bf8.rlib --extern gfx_window_glutin=/opt/rustwide/target/debug/deps/libgfx_window_glutin-bdaf6ba3b30dbac2.rlib --extern glutin=/opt/rustwide/target/debug/deps/libglutin-ff3ec35844aea779.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-c9092384881cc523.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-55197444efa4d0f7.rlib --extern spin_sleep=/opt/rustwide/target/debug/deps/libspin_sleep-12d7d8793892f1b7.rlib --extern structopt=/opt/rustwide/target/debug/deps/libstructopt-48b2d8d1d3b7444a.rlib --extern structopt_derive=/opt/rustwide/target/debug/deps/libstructopt_derive-1f867de2ef2c0155.so --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `learnopengl-gfxrs` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name basic_lighting src/02-lighting/202-basic-lighting/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 -C metadata=8859038c8815e7c1 -C extra-filename=-8859038c8815e7c1 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern cgmath=/opt/rustwide/target/debug/deps/libcgmath-896b29771f0287a2.rlib --extern find_folder=/opt/rustwide/target/debug/deps/libfind_folder-4141635b68df1abf.rlib --extern gfx=/opt/rustwide/target/debug/deps/libgfx-8ddd60fcd65ed5ca.rlib --extern gfx_device_gl=/opt/rustwide/target/debug/deps/libgfx_device_gl-2b9209779b570bf8.rlib --extern gfx_window_glutin=/opt/rustwide/target/debug/deps/libgfx_window_glutin-bdaf6ba3b30dbac2.rlib --extern glutin=/opt/rustwide/target/debug/deps/libglutin-ff3ec35844aea779.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-c9092384881cc523.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-55197444efa4d0f7.rlib --extern spin_sleep=/opt/rustwide/target/debug/deps/libspin_sleep-12d7d8793892f1b7.rlib --extern structopt=/opt/rustwide/target/debug/deps/libstructopt-48b2d8d1d3b7444a.rlib --extern structopt_derive=/opt/rustwide/target/debug/deps/libstructopt_derive-1f867de2ef2c0155.so --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `learnopengl-gfxrs` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name basic_lighting_view src/02-lighting/202-basic-lighting/main_view.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 -C metadata=e3eda882b9eb241a -C extra-filename=-e3eda882b9eb241a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern cgmath=/opt/rustwide/target/debug/deps/libcgmath-896b29771f0287a2.rlib --extern find_folder=/opt/rustwide/target/debug/deps/libfind_folder-4141635b68df1abf.rlib --extern gfx=/opt/rustwide/target/debug/deps/libgfx-8ddd60fcd65ed5ca.rlib --extern gfx_device_gl=/opt/rustwide/target/debug/deps/libgfx_device_gl-2b9209779b570bf8.rlib --extern gfx_window_glutin=/opt/rustwide/target/debug/deps/libgfx_window_glutin-bdaf6ba3b30dbac2.rlib --extern glutin=/opt/rustwide/target/debug/deps/libglutin-ff3ec35844aea779.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-c9092384881cc523.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-55197444efa4d0f7.rlib --extern spin_sleep=/opt/rustwide/target/debug/deps/libspin_sleep-12d7d8793892f1b7.rlib --extern structopt=/opt/rustwide/target/debug/deps/libstructopt-48b2d8d1d3b7444a.rlib --extern structopt_derive=/opt/rustwide/target/debug/deps/libstructopt_derive-1f867de2ef2c0155.so --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `learnopengl-gfxrs` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name colors src/02-lighting/201-colors/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 -C metadata=883966dfaba6964b -C extra-filename=-883966dfaba6964b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern cgmath=/opt/rustwide/target/debug/deps/libcgmath-896b29771f0287a2.rlib --extern find_folder=/opt/rustwide/target/debug/deps/libfind_folder-4141635b68df1abf.rlib --extern gfx=/opt/rustwide/target/debug/deps/libgfx-8ddd60fcd65ed5ca.rlib --extern gfx_device_gl=/opt/rustwide/target/debug/deps/libgfx_device_gl-2b9209779b570bf8.rlib --extern gfx_window_glutin=/opt/rustwide/target/debug/deps/libgfx_window_glutin-bdaf6ba3b30dbac2.rlib --extern glutin=/opt/rustwide/target/debug/deps/libglutin-ff3ec35844aea779.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-c9092384881cc523.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-55197444efa4d0f7.rlib --extern spin_sleep=/opt/rustwide/target/debug/deps/libspin_sleep-12d7d8793892f1b7.rlib --extern structopt=/opt/rustwide/target/debug/deps/libstructopt-48b2d8d1d3b7444a.rlib --extern structopt_derive=/opt/rustwide/target/debug/deps/libstructopt_derive-1f867de2ef2c0155.so --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `learnopengl-gfxrs` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name coordinate src/01-getting-started/108-coordinate/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 -C metadata=23350e94c18133ba -C extra-filename=-23350e94c18133ba --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern cgmath=/opt/rustwide/target/debug/deps/libcgmath-896b29771f0287a2.rlib --extern find_folder=/opt/rustwide/target/debug/deps/libfind_folder-4141635b68df1abf.rlib --extern gfx=/opt/rustwide/target/debug/deps/libgfx-8ddd60fcd65ed5ca.rlib --extern gfx_device_gl=/opt/rustwide/target/debug/deps/libgfx_device_gl-2b9209779b570bf8.rlib --extern gfx_window_glutin=/opt/rustwide/target/debug/deps/libgfx_window_glutin-bdaf6ba3b30dbac2.rlib --extern glutin=/opt/rustwide/target/debug/deps/libglutin-ff3ec35844aea779.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-c9092384881cc523.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-55197444efa4d0f7.rlib --extern spin_sleep=/opt/rustwide/target/debug/deps/libspin_sleep-12d7d8793892f1b7.rlib --extern structopt=/opt/rustwide/target/debug/deps/libstructopt-48b2d8d1d3b7444a.rlib --extern structopt_derive=/opt/rustwide/target/debug/deps/libstructopt_derive-1f867de2ef2c0155.so --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `learnopengl-gfxrs` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name textures src/01-getting-started/106-textures/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 -C metadata=4077fbf0eeeb6fac -C extra-filename=-4077fbf0eeeb6fac --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern cgmath=/opt/rustwide/target/debug/deps/libcgmath-896b29771f0287a2.rlib --extern find_folder=/opt/rustwide/target/debug/deps/libfind_folder-4141635b68df1abf.rlib --extern gfx=/opt/rustwide/target/debug/deps/libgfx-8ddd60fcd65ed5ca.rlib --extern gfx_device_gl=/opt/rustwide/target/debug/deps/libgfx_device_gl-2b9209779b570bf8.rlib --extern gfx_window_glutin=/opt/rustwide/target/debug/deps/libgfx_window_glutin-bdaf6ba3b30dbac2.rlib --extern glutin=/opt/rustwide/target/debug/deps/libglutin-ff3ec35844aea779.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-c9092384881cc523.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-55197444efa4d0f7.rlib --extern spin_sleep=/opt/rustwide/target/debug/deps/libspin_sleep-12d7d8793892f1b7.rlib --extern structopt=/opt/rustwide/target/debug/deps/libstructopt-48b2d8d1d3b7444a.rlib --extern structopt_derive=/opt/rustwide/target/debug/deps/libstructopt_derive-1f867de2ef2c0155.so --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `learnopengl-gfxrs` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name transformations src/01-getting-started/107-transformations/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 -C metadata=09ebb147b469db17 -C extra-filename=-09ebb147b469db17 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern cgmath=/opt/rustwide/target/debug/deps/libcgmath-896b29771f0287a2.rlib --extern find_folder=/opt/rustwide/target/debug/deps/libfind_folder-4141635b68df1abf.rlib --extern gfx=/opt/rustwide/target/debug/deps/libgfx-8ddd60fcd65ed5ca.rlib --extern gfx_device_gl=/opt/rustwide/target/debug/deps/libgfx_device_gl-2b9209779b570bf8.rlib --extern gfx_window_glutin=/opt/rustwide/target/debug/deps/libgfx_window_glutin-bdaf6ba3b30dbac2.rlib --extern glutin=/opt/rustwide/target/debug/deps/libglutin-ff3ec35844aea779.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-c9092384881cc523.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-55197444efa4d0f7.rlib --extern spin_sleep=/opt/rustwide/target/debug/deps/libspin_sleep-12d7d8793892f1b7.rlib --extern structopt=/opt/rustwide/target/debug/deps/libstructopt-48b2d8d1d3b7444a.rlib --extern structopt_derive=/opt/rustwide/target/debug/deps/libstructopt_derive-1f867de2ef2c0155.so --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `learnopengl-gfxrs` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name shaders src/01-getting-started/105-shaders/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 -C metadata=7f19aa2ac2ed9590 -C extra-filename=-7f19aa2ac2ed9590 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern cgmath=/opt/rustwide/target/debug/deps/libcgmath-896b29771f0287a2.rlib --extern find_folder=/opt/rustwide/target/debug/deps/libfind_folder-4141635b68df1abf.rlib --extern gfx=/opt/rustwide/target/debug/deps/libgfx-8ddd60fcd65ed5ca.rlib --extern gfx_device_gl=/opt/rustwide/target/debug/deps/libgfx_device_gl-2b9209779b570bf8.rlib --extern gfx_window_glutin=/opt/rustwide/target/debug/deps/libgfx_window_glutin-bdaf6ba3b30dbac2.rlib --extern glutin=/opt/rustwide/target/debug/deps/libglutin-ff3ec35844aea779.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-c9092384881cc523.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-55197444efa4d0f7.rlib --extern spin_sleep=/opt/rustwide/target/debug/deps/libspin_sleep-12d7d8793892f1b7.rlib --extern structopt=/opt/rustwide/target/debug/deps/libstructopt-48b2d8d1d3b7444a.rlib --extern structopt_derive=/opt/rustwide/target/debug/deps/libstructopt_derive-1f867de2ef2c0155.so --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `learnopengl-gfxrs` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name hello_triangle_revised src/01-getting-started/104-hello-triangle-revised/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 -C metadata=4d97a079bd0e3564 -C extra-filename=-4d97a079bd0e3564 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern cgmath=/opt/rustwide/target/debug/deps/libcgmath-896b29771f0287a2.rlib --extern find_folder=/opt/rustwide/target/debug/deps/libfind_folder-4141635b68df1abf.rlib --extern gfx=/opt/rustwide/target/debug/deps/libgfx-8ddd60fcd65ed5ca.rlib --extern gfx_device_gl=/opt/rustwide/target/debug/deps/libgfx_device_gl-2b9209779b570bf8.rlib --extern gfx_window_glutin=/opt/rustwide/target/debug/deps/libgfx_window_glutin-bdaf6ba3b30dbac2.rlib --extern glutin=/opt/rustwide/target/debug/deps/libglutin-ff3ec35844aea779.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-c9092384881cc523.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-55197444efa4d0f7.rlib --extern spin_sleep=/opt/rustwide/target/debug/deps/libspin_sleep-12d7d8793892f1b7.rlib --extern structopt=/opt/rustwide/target/debug/deps/libstructopt-48b2d8d1d3b7444a.rlib --extern structopt_derive=/opt/rustwide/target/debug/deps/libstructopt_derive-1f867de2ef2c0155.so --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `learnopengl-gfxrs` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name hello_triangle src/01-getting-started/104-hello-triangle/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 -C metadata=e8abc5b4fff94975 -C extra-filename=-e8abc5b4fff94975 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern cgmath=/opt/rustwide/target/debug/deps/libcgmath-896b29771f0287a2.rlib --extern find_folder=/opt/rustwide/target/debug/deps/libfind_folder-4141635b68df1abf.rlib --extern gfx=/opt/rustwide/target/debug/deps/libgfx-8ddd60fcd65ed5ca.rlib --extern gfx_device_gl=/opt/rustwide/target/debug/deps/libgfx_device_gl-2b9209779b570bf8.rlib --extern gfx_window_glutin=/opt/rustwide/target/debug/deps/libgfx_window_glutin-bdaf6ba3b30dbac2.rlib --extern glutin=/opt/rustwide/target/debug/deps/libglutin-ff3ec35844aea779.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-c9092384881cc523.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-55197444efa4d0f7.rlib --extern spin_sleep=/opt/rustwide/target/debug/deps/libspin_sleep-12d7d8793892f1b7.rlib --extern structopt=/opt/rustwide/target/debug/deps/libstructopt-48b2d8d1d3b7444a.rlib --extern structopt_derive=/opt/rustwide/target/debug/deps/libstructopt_derive-1f867de2ef2c0155.so --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "4f1e6e7e2920d4aa72a411fc9cb579289d6ac64208ef9ca26748a059443e6f78", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f1e6e7e2920d4aa72a411fc9cb579289d6ac64208ef9ca26748a059443e6f78", kill_on_drop: false }` [INFO] [stdout] 4f1e6e7e2920d4aa72a411fc9cb579289d6ac64208ef9ca26748a059443e6f78