[INFO] crate gfx_app 0.9.0 is already in cache [INFO] testing gfx_app-0.9.0 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate gfx_app 0.9.0 into work/builds/worker-6/source [INFO] validating manifest of crates.io crate gfx_app 0.9.0 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate gfx_app 0.9.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate gfx_app 0.9.0 [INFO] tweaked toml for crates.io crate gfx_app 0.9.0 written to work/builds/worker-6/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 4b486afbfdd43438dbf04a48a2af979f734190c8d4a26e41b0cc0f6550f95db8 [INFO] running `"docker" "start" "-a" "4b486afbfdd43438dbf04a48a2af979f734190c8d4a26e41b0cc0f6550f95db8"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling gfx_macros v0.2.1 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling smithay-client-toolkit v0.4.6 [INFO] [stderr] Compiling winit v0.18.1 [INFO] [stderr] Compiling glutin v0.19.0 [INFO] [stderr] Compiling gfx_window_glutin v0.29.0 [INFO] [stderr] Compiling gfx_app v0.9.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 14.62s [INFO] running `"docker" "inspect" "4b486afbfdd43438dbf04a48a2af979f734190c8d4a26e41b0cc0f6550f95db8"` [INFO] running `"docker" "rm" "-f" "4b486afbfdd43438dbf04a48a2af979f734190c8d4a26e41b0cc0f6550f95db8"` [INFO] [stdout] 4b486afbfdd43438dbf04a48a2af979f734190c8d4a26e41b0cc0f6550f95db8 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 42b6412099ab68afb35b12cf9f5feca653b6b0764859f107bfee87fde7b734c2 [INFO] running `"docker" "start" "-a" "42b6412099ab68afb35b12cf9f5feca653b6b0764859f107bfee87fde7b734c2"` [INFO] [stderr] Compiling mint v0.2.0 [INFO] [stderr] Compiling cgmath v0.14.1 [INFO] [stderr] Compiling png v0.12.0 [INFO] [stderr] Compiling gfx_gl v0.5.0 [INFO] [stderr] Compiling noise v0.2.0 [INFO] [stderr] Compiling image v0.20.1 [INFO] [stderr] Compiling genmesh v0.5.0 [INFO] [stderr] Compiling gfx_app v0.9.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: the item `Matrix4` is imported redundantly [INFO] [stderr] --> examples/render_target/main.rs:269:22 [INFO] [stderr] | [INFO] [stderr] 23 | use cgmath::{Deg, Matrix4}; [INFO] [stderr] | ------- the item `Matrix4` is already imported here [INFO] [stderr] ... [INFO] [stderr] 269 | use cgmath::{Matrix4, Point3, SquareMatrix, Vector3, vec3}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/performance/main.rs:390:20 [INFO] [stderr] | [INFO] [stderr] 390 | let mut r: Box; [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Renderer` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the item `FactoryExt` is imported redundantly [INFO] [stderr] --> examples/ubo_tilemap/main.rs:406:13 [INFO] [stderr] | [INFO] [stderr] 30 | use gfx::traits::FactoryExt; [INFO] [stderr] | ----------------------- the item `FactoryExt` is already imported here [INFO] [stderr] ... [INFO] [stderr] 406 | use gfx::traits::FactoryExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: could not compile `gfx_app`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name cube examples/cube/main.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=30a5f977084d4936 -C extra-filename=-30a5f977084d4936 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern cgmath=/opt/rustwide/target/debug/deps/libcgmath-8644d8bd025df0b0.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-8b4d351d6b736424.rlib --extern genmesh=/opt/rustwide/target/debug/deps/libgenmesh-c31c345d6939af14.rlib --extern gfx=/opt/rustwide/target/debug/deps/libgfx-28c80bd780fe0bdb.rlib --extern gfx_app=/opt/rustwide/target/debug/deps/libgfx_app-91e49c4909bd727a.rlib --extern gfx_core=/opt/rustwide/target/debug/deps/libgfx_core-81fcbc2213c47797.rlib --extern gfx_device_gl=/opt/rustwide/target/debug/deps/libgfx_device_gl-3825d61c4fec89ec.rlib --extern gfx_gl=/opt/rustwide/target/debug/deps/libgfx_gl-c1dd900f30a2a4aa.rlib --extern gfx_macros=/opt/rustwide/target/debug/deps/libgfx_macros-8929d1343a2c90a8.so --extern gfx_window_glutin=/opt/rustwide/target/debug/deps/libgfx_window_glutin-a8d0e6b178cdf606.rlib --extern glutin=/opt/rustwide/target/debug/deps/libglutin-0bd37507504b8ae4.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-0a0e089f59306b3f.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-5513cb556299afcf.rlib --extern noise=/opt/rustwide/target/debug/deps/libnoise-44d764fbd8708aa9.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-2d809f82e1afeef8.rlib --extern winit=/opt/rustwide/target/debug/deps/libwinit-03bab77334048144.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/libloading-ca6ab9ff17cd0952/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `gfx_app`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name flowmap examples/flowmap/main.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=beb578db59af00d4 -C extra-filename=-beb578db59af00d4 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern cgmath=/opt/rustwide/target/debug/deps/libcgmath-8644d8bd025df0b0.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-8b4d351d6b736424.rlib --extern genmesh=/opt/rustwide/target/debug/deps/libgenmesh-c31c345d6939af14.rlib --extern gfx=/opt/rustwide/target/debug/deps/libgfx-28c80bd780fe0bdb.rlib --extern gfx_app=/opt/rustwide/target/debug/deps/libgfx_app-91e49c4909bd727a.rlib --extern gfx_core=/opt/rustwide/target/debug/deps/libgfx_core-81fcbc2213c47797.rlib --extern gfx_device_gl=/opt/rustwide/target/debug/deps/libgfx_device_gl-3825d61c4fec89ec.rlib --extern gfx_gl=/opt/rustwide/target/debug/deps/libgfx_gl-c1dd900f30a2a4aa.rlib --extern gfx_macros=/opt/rustwide/target/debug/deps/libgfx_macros-8929d1343a2c90a8.so --extern gfx_window_glutin=/opt/rustwide/target/debug/deps/libgfx_window_glutin-a8d0e6b178cdf606.rlib --extern glutin=/opt/rustwide/target/debug/deps/libglutin-0bd37507504b8ae4.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-0a0e089f59306b3f.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-5513cb556299afcf.rlib --extern noise=/opt/rustwide/target/debug/deps/libnoise-44d764fbd8708aa9.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-2d809f82e1afeef8.rlib --extern winit=/opt/rustwide/target/debug/deps/libwinit-03bab77334048144.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/libloading-ca6ab9ff17cd0952/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: the item `Matrix4` is imported redundantly [INFO] [stderr] --> examples/skybox/main.rs:150:26 [INFO] [stderr] | [INFO] [stderr] 24 | use cgmath::{Deg, Matrix4}; [INFO] [stderr] | ------- the item `Matrix4` is already imported here [INFO] [stderr] ... [INFO] [stderr] 150 | use cgmath::{Matrix4, Point3, SquareMatrix, Vector3}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: could not compile `gfx_app`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name shadow examples/shadow/main.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=3b0a919ee17b661f -C extra-filename=-3b0a919ee17b661f --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern cgmath=/opt/rustwide/target/debug/deps/libcgmath-8644d8bd025df0b0.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-8b4d351d6b736424.rlib --extern genmesh=/opt/rustwide/target/debug/deps/libgenmesh-c31c345d6939af14.rlib --extern gfx=/opt/rustwide/target/debug/deps/libgfx-28c80bd780fe0bdb.rlib --extern gfx_app=/opt/rustwide/target/debug/deps/libgfx_app-91e49c4909bd727a.rlib --extern gfx_core=/opt/rustwide/target/debug/deps/libgfx_core-81fcbc2213c47797.rlib --extern gfx_device_gl=/opt/rustwide/target/debug/deps/libgfx_device_gl-3825d61c4fec89ec.rlib --extern gfx_gl=/opt/rustwide/target/debug/deps/libgfx_gl-c1dd900f30a2a4aa.rlib --extern gfx_macros=/opt/rustwide/target/debug/deps/libgfx_macros-8929d1343a2c90a8.so --extern gfx_window_glutin=/opt/rustwide/target/debug/deps/libgfx_window_glutin-a8d0e6b178cdf606.rlib --extern glutin=/opt/rustwide/target/debug/deps/libglutin-0bd37507504b8ae4.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-0a0e089f59306b3f.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-5513cb556299afcf.rlib --extern noise=/opt/rustwide/target/debug/deps/libnoise-44d764fbd8708aa9.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-2d809f82e1afeef8.rlib --extern winit=/opt/rustwide/target/debug/deps/libwinit-03bab77334048144.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/libloading-ca6ab9ff17cd0952/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `gfx_app`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name deferred examples/deferred/main.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=e3cd363548a94557 -C extra-filename=-e3cd363548a94557 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern cgmath=/opt/rustwide/target/debug/deps/libcgmath-8644d8bd025df0b0.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-8b4d351d6b736424.rlib --extern genmesh=/opt/rustwide/target/debug/deps/libgenmesh-c31c345d6939af14.rlib --extern gfx=/opt/rustwide/target/debug/deps/libgfx-28c80bd780fe0bdb.rlib --extern gfx_app=/opt/rustwide/target/debug/deps/libgfx_app-91e49c4909bd727a.rlib --extern gfx_core=/opt/rustwide/target/debug/deps/libgfx_core-81fcbc2213c47797.rlib --extern gfx_device_gl=/opt/rustwide/target/debug/deps/libgfx_device_gl-3825d61c4fec89ec.rlib --extern gfx_gl=/opt/rustwide/target/debug/deps/libgfx_gl-c1dd900f30a2a4aa.rlib --extern gfx_macros=/opt/rustwide/target/debug/deps/libgfx_macros-8929d1343a2c90a8.so --extern gfx_window_glutin=/opt/rustwide/target/debug/deps/libgfx_window_glutin-a8d0e6b178cdf606.rlib --extern glutin=/opt/rustwide/target/debug/deps/libglutin-0bd37507504b8ae4.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-0a0e089f59306b3f.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-5513cb556299afcf.rlib --extern noise=/opt/rustwide/target/debug/deps/libnoise-44d764fbd8708aa9.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-2d809f82e1afeef8.rlib --extern winit=/opt/rustwide/target/debug/deps/libwinit-03bab77334048144.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/libloading-ca6ab9ff17cd0952/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `gfx_app`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name blend examples/blend/main.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=ec5dc1b250f7932f -C extra-filename=-ec5dc1b250f7932f --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern cgmath=/opt/rustwide/target/debug/deps/libcgmath-8644d8bd025df0b0.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-8b4d351d6b736424.rlib --extern genmesh=/opt/rustwide/target/debug/deps/libgenmesh-c31c345d6939af14.rlib --extern gfx=/opt/rustwide/target/debug/deps/libgfx-28c80bd780fe0bdb.rlib --extern gfx_app=/opt/rustwide/target/debug/deps/libgfx_app-91e49c4909bd727a.rlib --extern gfx_core=/opt/rustwide/target/debug/deps/libgfx_core-81fcbc2213c47797.rlib --extern gfx_device_gl=/opt/rustwide/target/debug/deps/libgfx_device_gl-3825d61c4fec89ec.rlib --extern gfx_gl=/opt/rustwide/target/debug/deps/libgfx_gl-c1dd900f30a2a4aa.rlib --extern gfx_macros=/opt/rustwide/target/debug/deps/libgfx_macros-8929d1343a2c90a8.so --extern gfx_window_glutin=/opt/rustwide/target/debug/deps/libgfx_window_glutin-a8d0e6b178cdf606.rlib --extern glutin=/opt/rustwide/target/debug/deps/libglutin-0bd37507504b8ae4.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-0a0e089f59306b3f.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-5513cb556299afcf.rlib --extern noise=/opt/rustwide/target/debug/deps/libnoise-44d764fbd8708aa9.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-2d809f82e1afeef8.rlib --extern winit=/opt/rustwide/target/debug/deps/libwinit-03bab77334048144.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/libloading-ca6ab9ff17cd0952/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `gfx_app`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name terrain examples/terrain/main.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=3e711328d4448873 -C extra-filename=-3e711328d4448873 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern cgmath=/opt/rustwide/target/debug/deps/libcgmath-8644d8bd025df0b0.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-8b4d351d6b736424.rlib --extern genmesh=/opt/rustwide/target/debug/deps/libgenmesh-c31c345d6939af14.rlib --extern gfx=/opt/rustwide/target/debug/deps/libgfx-28c80bd780fe0bdb.rlib --extern gfx_app=/opt/rustwide/target/debug/deps/libgfx_app-91e49c4909bd727a.rlib --extern gfx_core=/opt/rustwide/target/debug/deps/libgfx_core-81fcbc2213c47797.rlib --extern gfx_device_gl=/opt/rustwide/target/debug/deps/libgfx_device_gl-3825d61c4fec89ec.rlib --extern gfx_gl=/opt/rustwide/target/debug/deps/libgfx_gl-c1dd900f30a2a4aa.rlib --extern gfx_macros=/opt/rustwide/target/debug/deps/libgfx_macros-8929d1343a2c90a8.so --extern gfx_window_glutin=/opt/rustwide/target/debug/deps/libgfx_window_glutin-a8d0e6b178cdf606.rlib --extern glutin=/opt/rustwide/target/debug/deps/libglutin-0bd37507504b8ae4.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-0a0e089f59306b3f.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-5513cb556299afcf.rlib --extern noise=/opt/rustwide/target/debug/deps/libnoise-44d764fbd8708aa9.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-2d809f82e1afeef8.rlib --extern winit=/opt/rustwide/target/debug/deps/libwinit-03bab77334048144.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/libloading-ca6ab9ff17cd0952/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `gfx_app`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name terrain_tessellated examples/terrain_tessellated/main.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=298f601036f524b4 -C extra-filename=-298f601036f524b4 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern cgmath=/opt/rustwide/target/debug/deps/libcgmath-8644d8bd025df0b0.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-8b4d351d6b736424.rlib --extern genmesh=/opt/rustwide/target/debug/deps/libgenmesh-c31c345d6939af14.rlib --extern gfx=/opt/rustwide/target/debug/deps/libgfx-28c80bd780fe0bdb.rlib --extern gfx_app=/opt/rustwide/target/debug/deps/libgfx_app-91e49c4909bd727a.rlib --extern gfx_core=/opt/rustwide/target/debug/deps/libgfx_core-81fcbc2213c47797.rlib --extern gfx_device_gl=/opt/rustwide/target/debug/deps/libgfx_device_gl-3825d61c4fec89ec.rlib --extern gfx_gl=/opt/rustwide/target/debug/deps/libgfx_gl-c1dd900f30a2a4aa.rlib --extern gfx_macros=/opt/rustwide/target/debug/deps/libgfx_macros-8929d1343a2c90a8.so --extern gfx_window_glutin=/opt/rustwide/target/debug/deps/libgfx_window_glutin-a8d0e6b178cdf606.rlib --extern glutin=/opt/rustwide/target/debug/deps/libglutin-0bd37507504b8ae4.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-0a0e089f59306b3f.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-5513cb556299afcf.rlib --extern noise=/opt/rustwide/target/debug/deps/libnoise-44d764fbd8708aa9.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-2d809f82e1afeef8.rlib --extern winit=/opt/rustwide/target/debug/deps/libwinit-03bab77334048144.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/libloading-ca6ab9ff17cd0952/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `gfx_app`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name render_target examples/render_target/main.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=704bd3983dbfbcfd -C extra-filename=-704bd3983dbfbcfd --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern cgmath=/opt/rustwide/target/debug/deps/libcgmath-8644d8bd025df0b0.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-8b4d351d6b736424.rlib --extern genmesh=/opt/rustwide/target/debug/deps/libgenmesh-c31c345d6939af14.rlib --extern gfx=/opt/rustwide/target/debug/deps/libgfx-28c80bd780fe0bdb.rlib --extern gfx_app=/opt/rustwide/target/debug/deps/libgfx_app-91e49c4909bd727a.rlib --extern gfx_core=/opt/rustwide/target/debug/deps/libgfx_core-81fcbc2213c47797.rlib --extern gfx_device_gl=/opt/rustwide/target/debug/deps/libgfx_device_gl-3825d61c4fec89ec.rlib --extern gfx_gl=/opt/rustwide/target/debug/deps/libgfx_gl-c1dd900f30a2a4aa.rlib --extern gfx_macros=/opt/rustwide/target/debug/deps/libgfx_macros-8929d1343a2c90a8.so --extern gfx_window_glutin=/opt/rustwide/target/debug/deps/libgfx_window_glutin-a8d0e6b178cdf606.rlib --extern glutin=/opt/rustwide/target/debug/deps/libglutin-0bd37507504b8ae4.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-0a0e089f59306b3f.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-5513cb556299afcf.rlib --extern noise=/opt/rustwide/target/debug/deps/libnoise-44d764fbd8708aa9.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-2d809f82e1afeef8.rlib --extern winit=/opt/rustwide/target/debug/deps/libwinit-03bab77334048144.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/libloading-ca6ab9ff17cd0952/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `gfx_app`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name ubo_tilemap examples/ubo_tilemap/main.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=7e5a20fa66ed8578 -C extra-filename=-7e5a20fa66ed8578 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern cgmath=/opt/rustwide/target/debug/deps/libcgmath-8644d8bd025df0b0.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-8b4d351d6b736424.rlib --extern genmesh=/opt/rustwide/target/debug/deps/libgenmesh-c31c345d6939af14.rlib --extern gfx=/opt/rustwide/target/debug/deps/libgfx-28c80bd780fe0bdb.rlib --extern gfx_app=/opt/rustwide/target/debug/deps/libgfx_app-91e49c4909bd727a.rlib --extern gfx_core=/opt/rustwide/target/debug/deps/libgfx_core-81fcbc2213c47797.rlib --extern gfx_device_gl=/opt/rustwide/target/debug/deps/libgfx_device_gl-3825d61c4fec89ec.rlib --extern gfx_gl=/opt/rustwide/target/debug/deps/libgfx_gl-c1dd900f30a2a4aa.rlib --extern gfx_macros=/opt/rustwide/target/debug/deps/libgfx_macros-8929d1343a2c90a8.so --extern gfx_window_glutin=/opt/rustwide/target/debug/deps/libgfx_window_glutin-a8d0e6b178cdf606.rlib --extern glutin=/opt/rustwide/target/debug/deps/libglutin-0bd37507504b8ae4.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-0a0e089f59306b3f.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-5513cb556299afcf.rlib --extern noise=/opt/rustwide/target/debug/deps/libnoise-44d764fbd8708aa9.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-2d809f82e1afeef8.rlib --extern winit=/opt/rustwide/target/debug/deps/libwinit-03bab77334048144.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/libloading-ca6ab9ff17cd0952/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `gfx_app`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name instancing examples/instancing/main.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=efe9b63fa67d0ca7 -C extra-filename=-efe9b63fa67d0ca7 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern cgmath=/opt/rustwide/target/debug/deps/libcgmath-8644d8bd025df0b0.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-8b4d351d6b736424.rlib --extern genmesh=/opt/rustwide/target/debug/deps/libgenmesh-c31c345d6939af14.rlib --extern gfx=/opt/rustwide/target/debug/deps/libgfx-28c80bd780fe0bdb.rlib --extern gfx_app=/opt/rustwide/target/debug/deps/libgfx_app-91e49c4909bd727a.rlib --extern gfx_core=/opt/rustwide/target/debug/deps/libgfx_core-81fcbc2213c47797.rlib --extern gfx_device_gl=/opt/rustwide/target/debug/deps/libgfx_device_gl-3825d61c4fec89ec.rlib --extern gfx_gl=/opt/rustwide/target/debug/deps/libgfx_gl-c1dd900f30a2a4aa.rlib --extern gfx_macros=/opt/rustwide/target/debug/deps/libgfx_macros-8929d1343a2c90a8.so --extern gfx_window_glutin=/opt/rustwide/target/debug/deps/libgfx_window_glutin-a8d0e6b178cdf606.rlib --extern glutin=/opt/rustwide/target/debug/deps/libglutin-0bd37507504b8ae4.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-0a0e089f59306b3f.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-5513cb556299afcf.rlib --extern noise=/opt/rustwide/target/debug/deps/libnoise-44d764fbd8708aa9.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-2d809f82e1afeef8.rlib --extern winit=/opt/rustwide/target/debug/deps/libwinit-03bab77334048144.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/libloading-ca6ab9ff17cd0952/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `gfx_app`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name gamma examples/gamma/main.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=83522ebeef5cd19d -C extra-filename=-83522ebeef5cd19d --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern cgmath=/opt/rustwide/target/debug/deps/libcgmath-8644d8bd025df0b0.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-8b4d351d6b736424.rlib --extern genmesh=/opt/rustwide/target/debug/deps/libgenmesh-c31c345d6939af14.rlib --extern gfx=/opt/rustwide/target/debug/deps/libgfx-28c80bd780fe0bdb.rlib --extern gfx_app=/opt/rustwide/target/debug/deps/libgfx_app-91e49c4909bd727a.rlib --extern gfx_core=/opt/rustwide/target/debug/deps/libgfx_core-81fcbc2213c47797.rlib --extern gfx_device_gl=/opt/rustwide/target/debug/deps/libgfx_device_gl-3825d61c4fec89ec.rlib --extern gfx_gl=/opt/rustwide/target/debug/deps/libgfx_gl-c1dd900f30a2a4aa.rlib --extern gfx_macros=/opt/rustwide/target/debug/deps/libgfx_macros-8929d1343a2c90a8.so --extern gfx_window_glutin=/opt/rustwide/target/debug/deps/libgfx_window_glutin-a8d0e6b178cdf606.rlib --extern glutin=/opt/rustwide/target/debug/deps/libglutin-0bd37507504b8ae4.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-0a0e089f59306b3f.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-5513cb556299afcf.rlib --extern noise=/opt/rustwide/target/debug/deps/libnoise-44d764fbd8708aa9.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-2d809f82e1afeef8.rlib --extern winit=/opt/rustwide/target/debug/deps/libwinit-03bab77334048144.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/libloading-ca6ab9ff17cd0952/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `gfx_app`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name particle examples/particle/main.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=0466eed0c6ca9fc4 -C extra-filename=-0466eed0c6ca9fc4 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern cgmath=/opt/rustwide/target/debug/deps/libcgmath-8644d8bd025df0b0.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-8b4d351d6b736424.rlib --extern genmesh=/opt/rustwide/target/debug/deps/libgenmesh-c31c345d6939af14.rlib --extern gfx=/opt/rustwide/target/debug/deps/libgfx-28c80bd780fe0bdb.rlib --extern gfx_app=/opt/rustwide/target/debug/deps/libgfx_app-91e49c4909bd727a.rlib --extern gfx_core=/opt/rustwide/target/debug/deps/libgfx_core-81fcbc2213c47797.rlib --extern gfx_device_gl=/opt/rustwide/target/debug/deps/libgfx_device_gl-3825d61c4fec89ec.rlib --extern gfx_gl=/opt/rustwide/target/debug/deps/libgfx_gl-c1dd900f30a2a4aa.rlib --extern gfx_macros=/opt/rustwide/target/debug/deps/libgfx_macros-8929d1343a2c90a8.so --extern gfx_window_glutin=/opt/rustwide/target/debug/deps/libgfx_window_glutin-a8d0e6b178cdf606.rlib --extern glutin=/opt/rustwide/target/debug/deps/libglutin-0bd37507504b8ae4.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-0a0e089f59306b3f.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-5513cb556299afcf.rlib --extern noise=/opt/rustwide/target/debug/deps/libnoise-44d764fbd8708aa9.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-2d809f82e1afeef8.rlib --extern winit=/opt/rustwide/target/debug/deps/libwinit-03bab77334048144.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/libloading-ca6ab9ff17cd0952/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `gfx_app`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name performance examples/performance/main.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=955bd4108ea89705 -C extra-filename=-955bd4108ea89705 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern cgmath=/opt/rustwide/target/debug/deps/libcgmath-8644d8bd025df0b0.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-8b4d351d6b736424.rlib --extern genmesh=/opt/rustwide/target/debug/deps/libgenmesh-c31c345d6939af14.rlib --extern gfx=/opt/rustwide/target/debug/deps/libgfx-28c80bd780fe0bdb.rlib --extern gfx_app=/opt/rustwide/target/debug/deps/libgfx_app-91e49c4909bd727a.rlib --extern gfx_core=/opt/rustwide/target/debug/deps/libgfx_core-81fcbc2213c47797.rlib --extern gfx_device_gl=/opt/rustwide/target/debug/deps/libgfx_device_gl-3825d61c4fec89ec.rlib --extern gfx_gl=/opt/rustwide/target/debug/deps/libgfx_gl-c1dd900f30a2a4aa.rlib --extern gfx_macros=/opt/rustwide/target/debug/deps/libgfx_macros-8929d1343a2c90a8.so --extern gfx_window_glutin=/opt/rustwide/target/debug/deps/libgfx_window_glutin-a8d0e6b178cdf606.rlib --extern glutin=/opt/rustwide/target/debug/deps/libglutin-0bd37507504b8ae4.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-0a0e089f59306b3f.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-5513cb556299afcf.rlib --extern noise=/opt/rustwide/target/debug/deps/libnoise-44d764fbd8708aa9.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-2d809f82e1afeef8.rlib --extern winit=/opt/rustwide/target/debug/deps/libwinit-03bab77334048144.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/libloading-ca6ab9ff17cd0952/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `gfx_app`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name mipmap examples/mipmap/main.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=81ed2083090a83cb -C extra-filename=-81ed2083090a83cb --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern cgmath=/opt/rustwide/target/debug/deps/libcgmath-8644d8bd025df0b0.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-8b4d351d6b736424.rlib --extern genmesh=/opt/rustwide/target/debug/deps/libgenmesh-c31c345d6939af14.rlib --extern gfx=/opt/rustwide/target/debug/deps/libgfx-28c80bd780fe0bdb.rlib --extern gfx_app=/opt/rustwide/target/debug/deps/libgfx_app-91e49c4909bd727a.rlib --extern gfx_core=/opt/rustwide/target/debug/deps/libgfx_core-81fcbc2213c47797.rlib --extern gfx_device_gl=/opt/rustwide/target/debug/deps/libgfx_device_gl-3825d61c4fec89ec.rlib --extern gfx_gl=/opt/rustwide/target/debug/deps/libgfx_gl-c1dd900f30a2a4aa.rlib --extern gfx_macros=/opt/rustwide/target/debug/deps/libgfx_macros-8929d1343a2c90a8.so --extern gfx_window_glutin=/opt/rustwide/target/debug/deps/libgfx_window_glutin-a8d0e6b178cdf606.rlib --extern glutin=/opt/rustwide/target/debug/deps/libglutin-0bd37507504b8ae4.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-0a0e089f59306b3f.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-5513cb556299afcf.rlib --extern noise=/opt/rustwide/target/debug/deps/libnoise-44d764fbd8708aa9.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-2d809f82e1afeef8.rlib --extern winit=/opt/rustwide/target/debug/deps/libwinit-03bab77334048144.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/libloading-ca6ab9ff17cd0952/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `gfx_app`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name triangle examples/triangle/main.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=772bd51c1d594fb3 -C extra-filename=-772bd51c1d594fb3 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern cgmath=/opt/rustwide/target/debug/deps/libcgmath-8644d8bd025df0b0.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-8b4d351d6b736424.rlib --extern genmesh=/opt/rustwide/target/debug/deps/libgenmesh-c31c345d6939af14.rlib --extern gfx=/opt/rustwide/target/debug/deps/libgfx-28c80bd780fe0bdb.rlib --extern gfx_app=/opt/rustwide/target/debug/deps/libgfx_app-91e49c4909bd727a.rlib --extern gfx_core=/opt/rustwide/target/debug/deps/libgfx_core-81fcbc2213c47797.rlib --extern gfx_device_gl=/opt/rustwide/target/debug/deps/libgfx_device_gl-3825d61c4fec89ec.rlib --extern gfx_gl=/opt/rustwide/target/debug/deps/libgfx_gl-c1dd900f30a2a4aa.rlib --extern gfx_macros=/opt/rustwide/target/debug/deps/libgfx_macros-8929d1343a2c90a8.so --extern gfx_window_glutin=/opt/rustwide/target/debug/deps/libgfx_window_glutin-a8d0e6b178cdf606.rlib --extern glutin=/opt/rustwide/target/debug/deps/libglutin-0bd37507504b8ae4.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-0a0e089f59306b3f.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-5513cb556299afcf.rlib --extern noise=/opt/rustwide/target/debug/deps/libnoise-44d764fbd8708aa9.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-2d809f82e1afeef8.rlib --extern winit=/opt/rustwide/target/debug/deps/libwinit-03bab77334048144.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/libloading-ca6ab9ff17cd0952/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `gfx_app`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name skybox examples/skybox/main.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=0a74707166571fad -C extra-filename=-0a74707166571fad --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern cgmath=/opt/rustwide/target/debug/deps/libcgmath-8644d8bd025df0b0.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-8b4d351d6b736424.rlib --extern genmesh=/opt/rustwide/target/debug/deps/libgenmesh-c31c345d6939af14.rlib --extern gfx=/opt/rustwide/target/debug/deps/libgfx-28c80bd780fe0bdb.rlib --extern gfx_app=/opt/rustwide/target/debug/deps/libgfx_app-91e49c4909bd727a.rlib --extern gfx_core=/opt/rustwide/target/debug/deps/libgfx_core-81fcbc2213c47797.rlib --extern gfx_device_gl=/opt/rustwide/target/debug/deps/libgfx_device_gl-3825d61c4fec89ec.rlib --extern gfx_gl=/opt/rustwide/target/debug/deps/libgfx_gl-c1dd900f30a2a4aa.rlib --extern gfx_macros=/opt/rustwide/target/debug/deps/libgfx_macros-8929d1343a2c90a8.so --extern gfx_window_glutin=/opt/rustwide/target/debug/deps/libgfx_window_glutin-a8d0e6b178cdf606.rlib --extern glutin=/opt/rustwide/target/debug/deps/libglutin-0bd37507504b8ae4.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-0a0e089f59306b3f.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-5513cb556299afcf.rlib --extern noise=/opt/rustwide/target/debug/deps/libnoise-44d764fbd8708aa9.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-2d809f82e1afeef8.rlib --extern winit=/opt/rustwide/target/debug/deps/libwinit-03bab77334048144.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/libloading-ca6ab9ff17cd0952/out` (signal: 9, SIGKILL: kill) [INFO] running `"docker" "inspect" "42b6412099ab68afb35b12cf9f5feca653b6b0764859f107bfee87fde7b734c2"` [INFO] running `"docker" "rm" "-f" "42b6412099ab68afb35b12cf9f5feca653b6b0764859f107bfee87fde7b734c2"` [INFO] [stdout] 42b6412099ab68afb35b12cf9f5feca653b6b0764859f107bfee87fde7b734c2