[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 master#432e145bd5a974c5b6f4dd9b352891bd7502b69d for pr-87041 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsolarsail%2Flearnopengl-gfxrs" "/workspace/builds/worker-13/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/solarsail/learnopengl-gfxrs on toolchain 432e145bd5a974c5b6f4dd9b352891bd7502b69d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "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-13/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" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6372fb24a96eae945005d2c8346d5fe1afe754119e33a8fab1b6a4be5b5a08b1 [INFO] running `Command { std: "docker" "start" "-a" "6372fb24a96eae945005d2c8346d5fe1afe754119e33a8fab1b6a4be5b5a08b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6372fb24a96eae945005d2c8346d5fe1afe754119e33a8fab1b6a4be5b5a08b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6372fb24a96eae945005d2c8346d5fe1afe754119e33a8fab1b6a4be5b5a08b1", kill_on_drop: false }` [INFO] [stdout] 6372fb24a96eae945005d2c8346d5fe1afe754119e33a8fab1b6a4be5b5a08b1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5f38491c163030642f1baea5e419dbe1f69049d113273091774af98e490c9e89 [INFO] running `Command { std: "docker" "start" "-a" "5f38491c163030642f1baea5e419dbe1f69049d113273091774af98e490c9e89", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.29 [INFO] [stderr] Compiling num-traits v0.1.40 [INFO] [stderr] Compiling siphasher v0.2.2 [INFO] [stderr] Compiling lazy_static v0.2.8 [INFO] [stderr] Compiling bitflags v0.9.1 [INFO] [stderr] Compiling dtoa v0.4.1 [INFO] [stderr] Compiling itoa v0.3.1 [INFO] [stderr] Compiling serde v0.9.15 [INFO] [stderr] Compiling log v0.3.8 [INFO] [stderr] Compiling either v1.1.0 [INFO] [stderr] Compiling bitflags v0.7.0 [INFO] [stderr] Compiling winapi-build v0.1.1 [INFO] [stderr] Compiling khronos_api v1.0.1 [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Compiling byteorder v1.1.0 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Compiling winapi v0.2.8 [INFO] [stderr] Compiling pkg-config v0.3.9 [INFO] [stderr] Compiling rayon-core v1.2.1 [INFO] [stderr] Compiling scopeguard v0.3.2 [INFO] [stderr] Compiling bitflags v0.8.2 [INFO] [stderr] Compiling futures v0.1.14 [INFO] [stderr] Compiling adler32 v1.0.2 [INFO] [stderr] Compiling ansi_term v0.9.0 [INFO] [stderr] Compiling color_quant v1.0.0 [INFO] [stderr] Compiling lzw v0.10.0 [INFO] [stderr] Compiling inflate v0.2.0 [INFO] [stderr] Compiling approx v0.1.1 [INFO] [stderr] Compiling scoped_threadpool v0.1.7 [INFO] [stderr] Compiling spin_sleep v0.3.1 [INFO] [stderr] Compiling find_folder v0.3.0 [INFO] [stderr] Compiling xml-rs v0.3.6 [INFO] [stderr] Compiling draw_state v0.7.1 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Compiling phf_shared v0.7.21 [INFO] [stderr] Compiling xml-rs v0.6.1 [INFO] [stderr] Compiling itertools v0.5.10 [INFO] [stderr] Compiling coco v0.1.1 [INFO] [stderr] Compiling deflate v0.7.16 [INFO] [stderr] Compiling rand v0.3.16 [INFO] [stderr] Compiling shared_library v0.1.7 [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 gif v0.9.2 [INFO] [stderr] Compiling syn v0.10.8 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling kernel32-sys v0.2.2 [INFO] [stderr] Compiling phf v0.7.21 [INFO] [stderr] Compiling textwrap v0.8.0 [INFO] [stderr] Compiling num-integer v0.1.35 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling clap v2.26.2 [INFO] [stderr] Compiling num-iter v0.1.34 [INFO] [stderr] Compiling num-rational v0.1.39 [INFO] [stderr] Compiling fs2 v0.2.5 [INFO] [stderr] Compiling x11-dl v2.15.0 [INFO] [stderr] Compiling memmap v0.4.0 [INFO] [stderr] Compiling gl_generator v0.5.5 [INFO] [stderr] Compiling phf_generator v0.7.21 [INFO] [stderr] Compiling tempfile v2.1.6 [INFO] [stderr] Compiling cgmath v0.15.0 [INFO] [stderr] Compiling wayland-scanner v0.9.9 [INFO] [stderr] Compiling phf_codegen v0.7.21 [INFO] [stderr] Compiling target_build_utils v0.3.1 [INFO] [stderr] Compiling rayon v0.8.2 [INFO] [stderr] Compiling png v0.9.0 [INFO] [stderr] Compiling wayland-client v0.9.9 [INFO] [stderr] Compiling structopt-derive v0.1.1 [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 serde_json v0.9.10 [INFO] [stderr] Compiling image v0.15.0 [INFO] [stderr] Compiling derivative v1.0.0 [INFO] [stderr] Compiling structopt v0.1.1 [INFO] [stderr] Compiling gfx_core v0.7.1 [INFO] [stderr] Compiling libloading v0.3.4 [INFO] [stderr] Compiling gfx_device_gl v0.14.2 [INFO] [stderr] Compiling gfx v0.16.1 [INFO] [stderr] Compiling dlib v0.3.1 [INFO] [stderr] Compiling wayland-sys v0.9.9 [INFO] [stderr] Compiling wayland-kbd v0.9.1 [INFO] [stderr] Compiling wayland-window v0.6.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/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/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] | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [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] | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [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: 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: 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: 2 warnings emitted [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] = note: `#[warn(dead_code)]` on by default [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] [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] [INFO] [stderr] error: could not compile `learnopengl-gfxrs` [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 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=b490af4ddea4e8a4 -C extra-filename=-b490af4ddea4e8a4 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern cgmath=/opt/rustwide/target/debug/deps/libcgmath-f729e6cab423307e.rlib --extern find_folder=/opt/rustwide/target/debug/deps/libfind_folder-e668bfb1c9de43b5.rlib --extern gfx=/opt/rustwide/target/debug/deps/libgfx-63783c617357c308.rlib --extern gfx_device_gl=/opt/rustwide/target/debug/deps/libgfx_device_gl-9feea651b834e7cf.rlib --extern gfx_window_glutin=/opt/rustwide/target/debug/deps/libgfx_window_glutin-f0a42fb78d7c5b6d.rlib --extern glutin=/opt/rustwide/target/debug/deps/libglutin-31bdf45dd011b241.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-b2ba72722e20072c.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-100599d68a1b9db3.rlib --extern spin_sleep=/opt/rustwide/target/debug/deps/libspin_sleep-215f576d07b84d1a.rlib --extern structopt=/opt/rustwide/target/debug/deps/libstructopt-47d216696c4960a1.rlib --extern structopt_derive=/opt/rustwide/target/debug/deps/libstructopt_derive-50b91cb5c2b28a3f.so --cap-lints=forbid` (signal: 9, SIGKILL: kill) [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" "/opt/rustwide/target/debug/deps/camera-08f9ab5d41107169.camera.0b68065d-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/camera-08f9ab5d41107169.camera.0b68065d-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/camera-08f9ab5d41107169.camera.0b68065d-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/camera-08f9ab5d41107169.camera.0b68065d-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/camera-08f9ab5d41107169.camera.0b68065d-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/camera-08f9ab5d41107169.camera.0b68065d-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/camera-08f9ab5d41107169.camera.0b68065d-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/camera-08f9ab5d41107169.camera.0b68065d-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/camera-08f9ab5d41107169.camera.0b68065d-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/camera-08f9ab5d41107169.camera.0b68065d-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/camera-08f9ab5d41107169.camera.0b68065d-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/camera-08f9ab5d41107169.camera.0b68065d-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/camera-08f9ab5d41107169.camera.0b68065d-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/camera-08f9ab5d41107169.camera.0b68065d-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/camera-08f9ab5d41107169.camera.0b68065d-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/camera-08f9ab5d41107169.camera.0b68065d-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/camera-08f9ab5d41107169.591mkpj4r0871kv6.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libimage-b2ba72722e20072c.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-406a4d6f79b2a797.rlib" "/opt/rustwide/target/debug/deps/libgif-a35ed467b399b282.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-3d3ec445f4ed8c15.rlib" "/opt/rustwide/target/debug/deps/liblzw-ea9e0ef2ed832b20.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-d8e63501183d5af5.rlib" "/opt/rustwide/target/debug/deps/librayon-65e8be12c6e2a1ae.rlib" "/opt/rustwide/target/debug/deps/librayon_core-9f9d2302c321bb2f.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-f79ca31d77b5fb18.rlib" "/opt/rustwide/target/debug/deps/libcoco-ea5f64edbb8f0bcc.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-3ca5e7a65e7c9043.rlib" "/opt/rustwide/target/debug/deps/libeither-550c83c699688d57.rlib" "/opt/rustwide/target/debug/deps/libpng-52bcc3143772b096.rlib" "/opt/rustwide/target/debug/deps/libdeflate-8ca781f30cbc1198.rlib" "/opt/rustwide/target/debug/deps/libadler32-fafd57be551ed65d.rlib" "/opt/rustwide/target/debug/deps/libinflate-752a51d2c8ca7a17.rlib" "/opt/rustwide/target/debug/deps/libbitflags-990273fedd0fdef7.rlib" "/opt/rustwide/target/debug/deps/libenum_primitive-fdee4408b02972d6.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-4cc81332386a9dd6.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-ab0f64e9804a58c5.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-3a24aaecd5ff8598.rlib" "/opt/rustwide/target/debug/deps/libgfx_window_glutin-f0a42fb78d7c5b6d.rlib" "/opt/rustwide/target/debug/deps/libglutin-31bdf45dd011b241.rlib" "/opt/rustwide/target/debug/deps/libosmesa_sys-17c0586ec74f1bfb.rlib" "/opt/rustwide/target/debug/deps/libwinit-0b2dd655cdaf011c.rlib" "/opt/rustwide/target/debug/deps/libwayland_window-c0d4cc48dc8c0b7b.rlib" "/opt/rustwide/target/debug/deps/libtempfile-35b5db3dc98e9d49.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-9f3b83fdb6e49fa4.rlib" "/opt/rustwide/target/debug/deps/libwayland_kbd-17b4ed537a718bcb.rlib" "/opt/rustwide/target/debug/deps/libmemmap-0cdfd12de9b3813f.rlib" "/opt/rustwide/target/debug/deps/libwayland_client-1271f269b2eabf5b.rlib" "/opt/rustwide/target/debug/deps/libwayland_sys-5faf6e89189e3a88.rlib" "/opt/rustwide/target/debug/deps/libdlib-1f19cd1bd0cb6a00.rlib" "/opt/rustwide/target/debug/deps/liblibloading-4302a81aaf53a32d.rlib" "/opt/rustwide/target/debug/deps/libbitflags-80053f417b3b3269.rlib" "/opt/rustwide/target/debug/deps/libx11_dl-9b98de92b75d02bd.rlib" "/opt/rustwide/target/debug/deps/libshared_library-74b4e127e0b1b58a.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-100599d68a1b9db3.rlib" "/opt/rustwide/target/debug/deps/libgfx_device_gl-9feea651b834e7cf.rlib" "/opt/rustwide/target/debug/deps/libgfx_gl-11545afa3ee3f4e1.rlib" "/opt/rustwide/target/debug/deps/libgfx-63783c617357c308.rlib" "/opt/rustwide/target/debug/deps/libgfx_core-91981bedd19b931c.rlib" "/opt/rustwide/target/debug/deps/libdraw_state-fd9b29255fc6c3f7.rlib" "/opt/rustwide/target/debug/deps/libbitflags-0236e2d9cf8214be.rlib" "/opt/rustwide/target/debug/deps/liblog-553484d57c8b6d6f.rlib" "/opt/rustwide/target/debug/deps/libfind_folder-e668bfb1c9de43b5.rlib" "/opt/rustwide/target/debug/deps/libcgmath-f729e6cab423307e.rlib" "/opt/rustwide/target/debug/deps/librand-9bca923fa75fa6b2.rlib" "/opt/rustwide/target/debug/deps/liblibc-3dfa98a495caecf4.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-99b860c0f707136a.rlib" "/opt/rustwide/target/debug/deps/libapprox-c8f6709f8f46bd8a.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-37fdd654777c296f.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-d883bf2137e9181a.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-22ab8f3db88b586e.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-0167c9242d0931d5.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-361790a1a5505fc5.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-01c2ffe1ecd05a67.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-ec79e29a889fe805.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-001a3456e8a8331b.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e8f1404290f0f040.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-76f46d0f23360a60.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-baf0bdc5eb131895.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3a6a4ee6592d9370.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-1cc90d9dd57195f8.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0e91863ffbec5148.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-69528f2eac185ac9.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-52d5241975807511.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9924c22ae1efcf66.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-d1241f7bd234a268.rlib" "-Wl,-Bdynamic" "-ldl" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/camera-08f9ab5d41107169" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "5f38491c163030642f1baea5e419dbe1f69049d113273091774af98e490c9e89", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5f38491c163030642f1baea5e419dbe1f69049d113273091774af98e490c9e89", kill_on_drop: false }` [INFO] [stdout] 5f38491c163030642f1baea5e419dbe1f69049d113273091774af98e490c9e89