[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-2020-07-24 for beta-1.46-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-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "read-manifest" "--manifest-path" "Cargo.toml", 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-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded gfx_window_glutin v0.17.0 [INFO] [stderr] Downloaded gfx_device_gl v0.14.2 [INFO] [stderr] Downloaded spin_sleep v0.3.1 [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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a36f40adfe2e045857aac778c310c1d2c9e794c5424a64c2caa8f3d5be593f8a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "a36f40adfe2e045857aac778c310c1d2c9e794c5424a64c2caa8f3d5be593f8a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a36f40adfe2e045857aac778c310c1d2c9e794c5424a64c2caa8f3d5be593f8a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a36f40adfe2e045857aac778c310c1d2c9e794c5424a64c2caa8f3d5be593f8a", kill_on_drop: false }` [INFO] [stdout] a36f40adfe2e045857aac778c310c1d2c9e794c5424a64c2caa8f3d5be593f8a [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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 449d939839befdb35a420f27fba87573d8d07cb2032f727152e7f1df8cb9448c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "449d939839befdb35a420f27fba87573d8d07cb2032f727152e7f1df8cb9448c", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.29 [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 either v1.1.0 [INFO] [stderr] Compiling pkg-config v0.3.9 [INFO] [stderr] Compiling bitflags v0.8.2 [INFO] [stderr] Compiling rayon-core v1.2.1 [INFO] [stderr] Compiling scopeguard v0.3.2 [INFO] [stderr] Compiling futures v0.1.14 [INFO] [stderr] Compiling unicode-width v0.1.4 [INFO] [stderr] Compiling adler32 v1.0.2 [INFO] [stderr] Compiling strsim v0.6.0 [INFO] [stderr] Compiling vec_map v0.8.0 [INFO] [stderr] Compiling inflate v0.2.0 [INFO] [stderr] Compiling color_quant v1.0.0 [INFO] [stderr] Compiling scoped_threadpool v0.1.7 [INFO] [stderr] Compiling approx v0.1.1 [INFO] [stderr] Compiling find_folder v0.3.0 [INFO] [stderr] Compiling spin_sleep v0.3.1 [INFO] [stderr] Compiling num-integer v0.1.35 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling syn v0.10.8 [INFO] [stderr] Compiling draw_state v0.7.1 [INFO] [stderr] Compiling deflate v0.7.16 [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 serde_json v0.9.10 [INFO] [stderr] Compiling gif v0.9.2 [INFO] [stderr] Compiling phf_shared v0.7.21 [INFO] [stderr] Compiling wayland-scanner v0.9.9 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling num-iter v0.1.34 [INFO] [stderr] Compiling num-rational v0.1.39 [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 phf v0.7.21 [INFO] [stderr] Compiling x11-dl v2.15.0 [INFO] [stderr] Compiling gl_generator v0.5.5 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling textwrap v0.8.0 [INFO] [stderr] Compiling fs2 v0.2.5 [INFO] [stderr] Compiling wayland-client v0.9.9 [INFO] [stderr] Compiling memmap v0.4.0 [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 png v0.9.0 [INFO] [stderr] Compiling clap v2.26.2 [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 structopt-derive v0.1.1 [INFO] [stderr] Compiling gfx_gl v0.3.1 [INFO] [stderr] Compiling glutin v0.9.2 [INFO] [stderr] Compiling derivative v1.0.0 [INFO] [stderr] Compiling jpeg-decoder v0.1.13 [INFO] [stderr] Compiling image v0.15.0 [INFO] [stderr] Compiling gfx_core v0.7.1 [INFO] [stderr] Compiling libloading v0.3.4 [INFO] [stderr] Compiling structopt v0.1.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_device_gl v0.14.2 [INFO] [stderr] Compiling gfx v0.16.1 [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 item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (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 item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (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:9 [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: 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 -Cembed-bitcode=no -C debuginfo=2 -C metadata=21212839cf763a43 -C extra-filename=-21212839cf763a43 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern cgmath=/opt/rustwide/target/debug/deps/libcgmath-7997437a8ad331ab.rlib --extern find_folder=/opt/rustwide/target/debug/deps/libfind_folder-74bd104ef13d8382.rlib --extern gfx=/opt/rustwide/target/debug/deps/libgfx-bd8a6d40756b029d.rlib --extern gfx_device_gl=/opt/rustwide/target/debug/deps/libgfx_device_gl-3dcc15181402bb4c.rlib --extern gfx_window_glutin=/opt/rustwide/target/debug/deps/libgfx_window_glutin-2a728fc696f46f33.rlib --extern glutin=/opt/rustwide/target/debug/deps/libglutin-8f99db4093e01714.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-ef215781fcd885ba.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-280e248ee9239f3d.rlib --extern spin_sleep=/opt/rustwide/target/debug/deps/libspin_sleep-aa68ea6fefd0e3c2.rlib --extern structopt=/opt/rustwide/target/debug/deps/libstructopt-9cdb411c4db1535e.rlib --extern structopt_derive=/opt/rustwide/target/debug/deps/libstructopt_derive-1d79276490c97f9c.so --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/coordinate-981941354e452380.coordinate.2ol5m3ef-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/coordinate-981941354e452380.coordinate.2ol5m3ef-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/coordinate-981941354e452380.coordinate.2ol5m3ef-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/coordinate-981941354e452380.coordinate.2ol5m3ef-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/coordinate-981941354e452380.coordinate.2ol5m3ef-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/coordinate-981941354e452380.coordinate.2ol5m3ef-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/coordinate-981941354e452380.coordinate.2ol5m3ef-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/coordinate-981941354e452380.coordinate.2ol5m3ef-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/coordinate-981941354e452380.coordinate.2ol5m3ef-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/coordinate-981941354e452380.coordinate.2ol5m3ef-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/coordinate-981941354e452380.coordinate.2ol5m3ef-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/coordinate-981941354e452380.coordinate.2ol5m3ef-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/coordinate-981941354e452380.coordinate.2ol5m3ef-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/coordinate-981941354e452380.coordinate.2ol5m3ef-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/coordinate-981941354e452380.coordinate.2ol5m3ef-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/coordinate-981941354e452380.coordinate.2ol5m3ef-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/coordinate-981941354e452380" "/opt/rustwide/target/debug/deps/coordinate-981941354e452380.2apbbnt4qcno690a.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libfind_folder-74bd104ef13d8382.rlib" "/opt/rustwide/target/debug/deps/libcgmath-7997437a8ad331ab.rlib" "/opt/rustwide/target/debug/deps/libapprox-43cd5c53f5296d66.rlib" "/opt/rustwide/target/debug/deps/libimage-ef215781fcd885ba.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-8d51753ea40e61a6.rlib" "/opt/rustwide/target/debug/deps/libgif-88e8a9efcb3aee80.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-600b7866ce29c38c.rlib" "/opt/rustwide/target/debug/deps/liblzw-2bf98fa21fe9f912.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-e52debe83c1033cd.rlib" "/opt/rustwide/target/debug/deps/librayon-7e17cc6c1dad5e71.rlib" "/opt/rustwide/target/debug/deps/librayon_core-2d664a43f2f87997.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-6a5938d79d2220cc.rlib" "/opt/rustwide/target/debug/deps/libcoco-74dd165e134d5981.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-1157214fefc9be2d.rlib" "/opt/rustwide/target/debug/deps/libeither-2dc652cdc725e340.rlib" "/opt/rustwide/target/debug/deps/libpng-3b83fd9126cfc164.rlib" "/opt/rustwide/target/debug/deps/libdeflate-d1af0fa0fa0c4f8c.rlib" "/opt/rustwide/target/debug/deps/libadler32-e54b048aaa1f3811.rlib" "/opt/rustwide/target/debug/deps/libinflate-46a8c8ba53720a48.rlib" "/opt/rustwide/target/debug/deps/libbitflags-e1adf2d5a3c5eab4.rlib" "/opt/rustwide/target/debug/deps/libenum_primitive-e0678b5845635d03.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-04bdd57b04401707.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-5d38f577ad1759b1.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-74bb962202a5fcb4.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-a67e504177d5f395.rlib" "/opt/rustwide/target/debug/deps/libgfx_window_glutin-2a728fc696f46f33.rlib" "/opt/rustwide/target/debug/deps/libglutin-8f99db4093e01714.rlib" "/opt/rustwide/target/debug/deps/libosmesa_sys-e41396c87e7d4a6e.rlib" "/opt/rustwide/target/debug/deps/libwinit-543c765b18a23868.rlib" "/opt/rustwide/target/debug/deps/libwayland_window-894e8eb2efe2b37d.rlib" "/opt/rustwide/target/debug/deps/libtempfile-f24758571d325643.rlib" "/opt/rustwide/target/debug/deps/librand-bfbf68570e66fb67.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-e25f63f804ab0238.rlib" "/opt/rustwide/target/debug/deps/libwayland_kbd-e4b2d8b93b85d40a.rlib" "/opt/rustwide/target/debug/deps/libmemmap-4928d947ce9e06c8.rlib" "/opt/rustwide/target/debug/deps/libwayland_client-74e9b6dbcf2a6a12.rlib" "/opt/rustwide/target/debug/deps/libwayland_sys-a8af3d8b2fd0377f.rlib" "/opt/rustwide/target/debug/deps/libdlib-2350774ce8de0a4a.rlib" "/opt/rustwide/target/debug/deps/liblibloading-13f2e7f4c6e8539b.rlib" "/opt/rustwide/target/debug/deps/libbitflags-7b15d77b989f677d.rlib" "/opt/rustwide/target/debug/deps/libx11_dl-1ede6d9475e3bdbc.rlib" "/opt/rustwide/target/debug/deps/libshared_library-2139294bef710bbe.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-280e248ee9239f3d.rlib" "/opt/rustwide/target/debug/deps/liblibc-5ec798eb6cc50fd9.rlib" "/opt/rustwide/target/debug/deps/libgfx_device_gl-3dcc15181402bb4c.rlib" "/opt/rustwide/target/debug/deps/libgfx_gl-63df4a99d39fbb62.rlib" "/opt/rustwide/target/debug/deps/libgfx-bd8a6d40756b029d.rlib" "/opt/rustwide/target/debug/deps/libgfx_core-a81c44d6d7b5d634.rlib" "/opt/rustwide/target/debug/deps/libdraw_state-82a798e943018997.rlib" "/opt/rustwide/target/debug/deps/libbitflags-3510a664f4e9cda2.rlib" "/opt/rustwide/target/debug/deps/liblog-b0203bd2bffb74fe.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-d66e0ceb8eaec9b8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-9717ec0599b569a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-04369de9ba916647.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-997d622c2e4dbe5c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-0359c4288a5ef89f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-1b25ede22d698ab3.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-37940b486a68e488.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-06b77c27e794c7c6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4d07e02a8df36da1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-fb29e0695c0a0f79.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e16188b4cf97e8bb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5eb391c8dabdee77.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-b0689b528b222bee.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ed072ac495e62e7a.rlib" "-Wl,-Bdynamic" "-ldl" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [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] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "449d939839befdb35a420f27fba87573d8d07cb2032f727152e7f1df8cb9448c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "449d939839befdb35a420f27fba87573d8d07cb2032f727152e7f1df8cb9448c", kill_on_drop: false }` [INFO] [stdout] 449d939839befdb35a420f27fba87573d8d07cb2032f727152e7f1df8cb9448c