[INFO] crate glium 0.26.0-alpha1 is already in cache [INFO] extracting crate glium 0.26.0-alpha1 into work/ex/beta-1.38-1/sources/1.37.0/reg/glium/0.26.0-alpha1 [INFO] extracting crate glium 0.26.0-alpha1 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/glium/0.26.0-alpha1 [INFO] validating manifest of glium-0.26.0-alpha1 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of glium-0.26.0-alpha1 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing glium-0.26.0-alpha1 [INFO] finished frobbing glium-0.26.0-alpha1 [INFO] frobbed toml for glium-0.26.0-alpha1 written to work/ex/beta-1.38-1/sources/1.37.0/reg/glium/0.26.0-alpha1/Cargo.toml [INFO] started frobbing glium-0.26.0-alpha1 [INFO] finished frobbing glium-0.26.0-alpha1 [INFO] frobbed toml for glium-0.26.0-alpha1 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/glium/0.26.0-alpha1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing glium-0.26.0-alpha1 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/glium/0.26.0-alpha1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 2a8232e0d7a91db50de36895b3a22d77675a380f4158b0fdefd2799e836ea5c6 [INFO] running `"docker" "start" "-a" "2a8232e0d7a91db50de36895b3a22d77675a380f4158b0fdefd2799e836ea5c6"` [INFO] [stderr] Compiling raw-window-handle v0.1.2 [INFO] [stderr] Compiling gl_generator v0.13.1 [INFO] [stderr] Compiling wayland-scanner v0.23.5 [INFO] [stderr] Compiling mio-extras v2.0.5 [INFO] [stderr] Compiling wayland-sys v0.23.5 [INFO] [stderr] Compiling rusttype v0.7.7 [INFO] [stderr] Compiling wayland-commons v0.23.5 [INFO] [stderr] Compiling calloop v0.4.4 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling glium v0.26.0-alpha1 (/opt/crater/workdir) [INFO] [stderr] Compiling wayland-client v0.23.5 [INFO] [stderr] Compiling wayland-protocols v0.23.5 [INFO] [stderr] Compiling smithay-client-toolkit v0.6.3 [INFO] [stderr] Compiling winit v0.20.0-alpha3 [INFO] [stderr] Compiling glutin v0.22.0-alpha3 [INFO] [stderr] warning: the type `&T` does not permit zero-initialization [INFO] [stderr] --> src/buffer/view.rs:619:24 [INFO] [stderr] | [INFO] [stderr] 619 | let data: &T = mem::zeroed(); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this code causes undefined behavior when executed [INFO] [stderr] | help: use `MaybeUninit` instead [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(invalid_value)]` on by default [INFO] [stderr] = note: References must be non-null [INFO] [stderr] [INFO] [stderr] warning: the type `&T` does not permit zero-initialization [INFO] [stderr] --> src/buffer/view.rs:976:24 [INFO] [stderr] | [INFO] [stderr] 976 | let data: &T = mem::zeroed(); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this code causes undefined behavior when executed [INFO] [stderr] | help: use `MaybeUninit` instead [INFO] [stderr] | [INFO] [stderr] = note: References must be non-null [INFO] [stderr] [INFO] [stderr] warning: the type `&index::multidraw::DrawCommandNoIndices` does not permit zero-initialization [INFO] [stderr] --> src/macros.rs:394:57 [INFO] [stderr] | [INFO] [stderr] 394 | let dummy: &$struct_name = unsafe { mem::zeroed() }; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this code causes undefined behavior when executed [INFO] [stderr] | help: use `MaybeUninit` instead [INFO] [stderr] | [INFO] [stderr] ::: src/index/multidraw.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / implement_uniform_block!(DrawCommandNoIndices, count, instance_count, [INFO] [stderr] 27 | | first_index, base_instance); [INFO] [stderr] | |_____________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: References must be non-null [INFO] [stderr] [INFO] [stderr] warning: the type `&index::multidraw::DrawCommandIndices` does not permit zero-initialization [INFO] [stderr] --> src/macros.rs:394:57 [INFO] [stderr] | [INFO] [stderr] 394 | let dummy: &$struct_name = unsafe { mem::zeroed() }; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this code causes undefined behavior when executed [INFO] [stderr] | help: use `MaybeUninit` instead [INFO] [stderr] | [INFO] [stderr] ::: src/index/multidraw.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | / implement_uniform_block!(DrawCommandIndices, count, instance_count, first_index, [INFO] [stderr] 46 | | base_vertex, base_instance); [INFO] [stderr] | |_____________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: References must be non-null [INFO] [stderr] [INFO] [stderr] warning: the type `&program::compute::ComputeCommand` does not permit zero-initialization [INFO] [stderr] --> src/macros.rs:394:57 [INFO] [stderr] | [INFO] [stderr] 394 | let dummy: &$struct_name = unsafe { mem::zeroed() }; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this code causes undefined behavior when executed [INFO] [stderr] | help: use `MaybeUninit` instead [INFO] [stderr] | [INFO] [stderr] ::: src/program/compute.rs:237:1 [INFO] [stderr] | [INFO] [stderr] 237 | implement_uniform_block!(ComputeCommand, num_groups_x, num_groups_y, num_groups_z); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: References must be non-null [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 13s [INFO] running `"docker" "inspect" "2a8232e0d7a91db50de36895b3a22d77675a380f4158b0fdefd2799e836ea5c6"` [INFO] running `"docker" "rm" "-f" "2a8232e0d7a91db50de36895b3a22d77675a380f4158b0fdefd2799e836ea5c6"` [INFO] [stdout] 2a8232e0d7a91db50de36895b3a22d77675a380f4158b0fdefd2799e836ea5c6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/glium/0.26.0-alpha1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] e0a5c7c923000f2844cd787ab38ab6dec0df4287f4d6d33d08e37af5646ffc50 [INFO] running `"docker" "start" "-a" "e0a5c7c923000f2844cd787ab38ab6dec0df4287f4d6d33d08e37af5646ffc50"` [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Compiling mint v0.5.1 [INFO] [stderr] Compiling cgmath v0.17.0 [INFO] [stderr] Compiling image v0.21.3 [INFO] [stderr] Compiling genmesh v0.6.2 [INFO] [stderr] Compiling obj v0.9.0 [INFO] [stderr] Compiling glium v0.26.0-alpha1 (/opt/crater/workdir) [INFO] [stderr] error[E0433]: failed to resolve: could not find `WindowEvent` in `glutin` [INFO] [stderr] --> examples/tutorial-03.rs:72:29 [INFO] [stderr] | [INFO] [stderr] 72 | glutin::WindowEvent::CloseRequested => closed = true, [INFO] [stderr] | ^^^^^^^^^^^ could not find `WindowEvent` in `glutin` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll_events` found for type `glium::glutin::event_loop::EventLoop<()>` in the current scope [INFO] [stderr] --> examples/tutorial-03.rs:69:20 [INFO] [stderr] | [INFO] [stderr] 69 | event_loop.poll_events(|event| { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0433`. [INFO] [stderr] error: Could not compile `glium`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: could not find `WindowEvent` in `glutin` [INFO] [stderr] --> examples/tutorial-14.rs:173:29 [INFO] [stderr] | [INFO] [stderr] 173 | glutin::WindowEvent::CloseRequested => closed = true, [INFO] [stderr] | ^^^^^^^^^^^ could not find `WindowEvent` in `glutin` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll_events` found for type `glium::glutin::event_loop::EventLoop<()>` in the current scope [INFO] [stderr] --> examples/tutorial-14.rs:170:20 [INFO] [stderr] | [INFO] [stderr] 170 | event_loop.poll_events(|event| { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0433`. [INFO] [stderr] error: Could not compile `glium`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `poll_events` found for type `glium::glutin::event_loop::EventLoop<()>` in the current scope [INFO] [stderr] --> examples/screenshot-asynchronous.rs:247:20 [INFO] [stderr] | [INFO] [stderr] 247 | event_loop.poll_events(|event| { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0597]: `texture1` does not live long enough [INFO] [stderr] --> examples/deferred.rs:267:32 [INFO] [stderr] | [INFO] [stderr] 267 | let output = &[("output1", &texture1), ("output2", &texture2), ("output3", &texture3), ("output4", &texture4)]; [INFO] [stderr] | ^^^^^^^^^ borrowed value does not live long enough [INFO] [stderr] 268 | let mut framebuffer = glium::framebuffer::MultiOutputFrameBuffer::with_depth_buffer(&display, output.iter().cloned(), &depthtexture).unwrap(); [INFO] [stderr] | ------ cast requires that `texture1` is borrowed for `'static` [INFO] [stderr] ... [INFO] [stderr] 377 | } [INFO] [stderr] | - `texture1` dropped here while still borrowed [INFO] [stderr] [INFO] [stderr] error[E0597]: `texture2` does not live long enough [INFO] [stderr] --> examples/deferred.rs:267:56 [INFO] [stderr] | [INFO] [stderr] 267 | let output = &[("output1", &texture1), ("output2", &texture2), ("output3", &texture3), ("output4", &texture4)]; [INFO] [stderr] | ^^^^^^^^^ borrowed value does not live long enough [INFO] [stderr] 268 | let mut framebuffer = glium::framebuffer::MultiOutputFrameBuffer::with_depth_buffer(&display, output.iter().cloned(), &depthtexture).unwrap(); [INFO] [stderr] | ------ cast requires that `texture2` is borrowed for `'static` [INFO] [stderr] ... [INFO] [stderr] 377 | } [INFO] [stderr] | - `texture2` dropped here while still borrowed [INFO] [stderr] [INFO] [stderr] error[E0597]: `texture3` does not live long enough [INFO] [stderr] --> examples/deferred.rs:267:80 [INFO] [stderr] | [INFO] [stderr] 267 | let output = &[("output1", &texture1), ("output2", &texture2), ("output3", &texture3), ("output4", &texture4)]; [INFO] [stderr] | ^^^^^^^^^ borrowed value does not live long enough [INFO] [stderr] 268 | let mut framebuffer = glium::framebuffer::MultiOutputFrameBuffer::with_depth_buffer(&display, output.iter().cloned(), &depthtexture).unwrap(); [INFO] [stderr] | ------ cast requires that `texture3` is borrowed for `'static` [INFO] [stderr] ... [INFO] [stderr] 377 | } [INFO] [stderr] | - `texture3` dropped here while still borrowed [INFO] [stderr] [INFO] [stderr] error[E0597]: `texture4` does not live long enough [INFO] [stderr] --> examples/deferred.rs:267:104 [INFO] [stderr] | [INFO] [stderr] 267 | let output = &[("output1", &texture1), ("output2", &texture2), ("output3", &texture3), ("output4", &texture4)]; [INFO] [stderr] | ^^^^^^^^^ borrowed value does not live long enough [INFO] [stderr] 268 | let mut framebuffer = glium::framebuffer::MultiOutputFrameBuffer::with_depth_buffer(&display, output.iter().cloned(), &depthtexture).unwrap(); [INFO] [stderr] | ------ cast requires that `texture4` is borrowed for `'static` [INFO] [stderr] ... [INFO] [stderr] 377 | } [INFO] [stderr] | - `texture4` dropped here while still borrowed [INFO] [stderr] [INFO] [stderr] error[E0597]: `depthtexture` does not live long enough [INFO] [stderr] --> examples/deferred.rs:268:123 [INFO] [stderr] | [INFO] [stderr] 268 | let mut framebuffer = glium::framebuffer::MultiOutputFrameBuffer::with_depth_buffer(&display, output.iter().cloned(), &depthtexture).unwrap(); [INFO] [stderr] | ------------------------------------------------------------------------------------------------^^^^^^^^^^^^^- [INFO] [stderr] | | | [INFO] [stderr] | | borrowed value does not live long enough [INFO] [stderr] | argument requires that `depthtexture` is borrowed for `'static` [INFO] [stderr] ... [INFO] [stderr] 377 | } [INFO] [stderr] | - `depthtexture` dropped here while still borrowed [INFO] [stderr] [INFO] [stderr] error[E0597]: `light_texture` does not live long enough [INFO] [stderr] --> examples/deferred.rs:271:95 [INFO] [stderr] | [INFO] [stderr] 271 | let mut light_buffer = glium::framebuffer::SimpleFrameBuffer::with_depth_buffer(&display, &light_texture, &depthtexture).unwrap(); [INFO] [stderr] | -------------------------------------------------------------------^^^^^^^^^^^^^^---------------- [INFO] [stderr] | | | [INFO] [stderr] | | borrowed value does not live long enough [INFO] [stderr] | argument requires that `light_texture` is borrowed for `'static` [INFO] [stderr] ... [INFO] [stderr] 377 | } [INFO] [stderr] | - `light_texture` dropped here while still borrowed [INFO] [stderr] [INFO] [stderr] error[E0597]: `depthtexture` does not live long enough [INFO] [stderr] --> examples/deferred.rs:271:111 [INFO] [stderr] | [INFO] [stderr] 271 | let mut light_buffer = glium::framebuffer::SimpleFrameBuffer::with_depth_buffer(&display, &light_texture, &depthtexture).unwrap(); [INFO] [stderr] | -----------------------------------------------------------------------------------^^^^^^^^^^^^^- [INFO] [stderr] | | | [INFO] [stderr] | | borrowed value does not live long enough [INFO] [stderr] | argument requires that `depthtexture` is borrowed for `'static` [INFO] [stderr] ... [INFO] [stderr] 377 | } [INFO] [stderr] | - `depthtexture` dropped here while still borrowed [INFO] [stderr] [INFO] [stderr] error[E0505]: cannot move out of `texture1` because it is borrowed [INFO] [stderr] --> examples/deferred.rs:310:37 [INFO] [stderr] | [INFO] [stderr] 267 | let output = &[("output1", &texture1), ("output2", &texture2), ("output3", &texture3), ("output4", &texture4)]; [INFO] [stderr] | --------- borrow of `texture1` occurs here [INFO] [stderr] 268 | let mut framebuffer = glium::framebuffer::MultiOutputFrameBuffer::with_depth_buffer(&display, output.iter().cloned(), &depthtexture).unwrap(); [INFO] [stderr] | ------ cast requires that `texture1` is borrowed for `'static` [INFO] [stderr] ... [INFO] [stderr] 310 | support::start_loop(event_loop, move |events| { [INFO] [stderr] | ^^^^^^^^^^^^^ move out of `texture1` occurs here [INFO] [stderr] ... [INFO] [stderr] 341 | position_texture: &texture1, [INFO] [stderr] | -------- move occurs due to use in closure [INFO] [stderr] [INFO] [stderr] error[E0505]: cannot move out of `texture2` because it is borrowed [INFO] [stderr] --> examples/deferred.rs:310:37 [INFO] [stderr] | [INFO] [stderr] 267 | let output = &[("output1", &texture1), ("output2", &texture2), ("output3", &texture3), ("output4", &texture4)]; [INFO] [stderr] | --------- borrow of `texture2` occurs here [INFO] [stderr] 268 | let mut framebuffer = glium::framebuffer::MultiOutputFrameBuffer::with_depth_buffer(&display, output.iter().cloned(), &depthtexture).unwrap(); [INFO] [stderr] | ------ cast requires that `texture2` is borrowed for `'static` [INFO] [stderr] ... [INFO] [stderr] 310 | support::start_loop(event_loop, move |events| { [INFO] [stderr] | ^^^^^^^^^^^^^ move out of `texture2` occurs here [INFO] [stderr] ... [INFO] [stderr] 342 | normal_texture: &texture2, [INFO] [stderr] | -------- move occurs due to use in closure [INFO] [stderr] [INFO] [stderr] error[E0505]: cannot move out of `texture3` because it is borrowed [INFO] [stderr] --> examples/deferred.rs:310:37 [INFO] [stderr] | [INFO] [stderr] 267 | let output = &[("output1", &texture1), ("output2", &texture2), ("output3", &texture3), ("output4", &texture4)]; [INFO] [stderr] | --------- borrow of `texture3` occurs here [INFO] [stderr] 268 | let mut framebuffer = glium::framebuffer::MultiOutputFrameBuffer::with_depth_buffer(&display, output.iter().cloned(), &depthtexture).unwrap(); [INFO] [stderr] | ------ cast requires that `texture3` is borrowed for `'static` [INFO] [stderr] ... [INFO] [stderr] 310 | support::start_loop(event_loop, move |events| { [INFO] [stderr] | ^^^^^^^^^^^^^ move out of `texture3` occurs here [INFO] [stderr] ... [INFO] [stderr] 354 | decal_texture: &texture3, [INFO] [stderr] | -------- move occurs due to use in closure [INFO] [stderr] [INFO] [stderr] error[E0505]: cannot move out of `light_texture` because it is borrowed [INFO] [stderr] --> examples/deferred.rs:310:37 [INFO] [stderr] | [INFO] [stderr] 271 | let mut light_buffer = glium::framebuffer::SimpleFrameBuffer::with_depth_buffer(&display, &light_texture, &depthtexture).unwrap(); [INFO] [stderr] | ------------------------------------------------------------------------------------------------- [INFO] [stderr] | | | [INFO] [stderr] | | borrow of `light_texture` occurs here [INFO] [stderr] | argument requires that `light_texture` is borrowed for `'static` [INFO] [stderr] ... [INFO] [stderr] 310 | support::start_loop(event_loop, move |events| { [INFO] [stderr] | ^^^^^^^^^^^^^ move out of `light_texture` occurs here [INFO] [stderr] ... [INFO] [stderr] 355 | lighting_texture: &light_texture [INFO] [stderr] | ------------- move occurs due to use in closure [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: Could not compile `glium`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 11 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0505, E0597. [INFO] [stderr] For more information about an error, try `rustc --explain E0505`. [INFO] [stderr] error: Could not compile `glium`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `glium`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name display tests/display.rs --color never --emit=dep-info,link -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="glutin"' -C metadata=5c4a7b1e5a9521a6 -C extra-filename=-5c4a7b1e5a9521a6 --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern backtrace=/opt/crater/target/debug/deps/libbacktrace-0ba24489b33d7a88.rlib --extern cgmath=/opt/crater/target/debug/deps/libcgmath-c3552b9a74ffe56d.rlib --extern fnv=/opt/crater/target/debug/deps/libfnv-6e18f98be4338210.rlib --extern genmesh=/opt/crater/target/debug/deps/libgenmesh-78e5298db7baeb41.rlib --extern glium=/opt/crater/target/debug/deps/libglium-0846456ae8a93f9f.rlib --extern glutin=/opt/crater/target/debug/deps/libglutin-d1f62930426648bf.rlib --extern image=/opt/crater/target/debug/deps/libimage-bbdb0b787ea7e0ae.rlib --extern lazy_static=/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib --extern obj=/opt/crater/target/debug/deps/libobj-28a9302a2b58390e.rlib --extern rand=/opt/crater/target/debug/deps/librand-8b15411866abd9f1.rlib --extern smallvec=/opt/crater/target/debug/deps/libsmallvec-7295b1a781bd56b7.rlib --extern takeable_option=/opt/crater/target/debug/deps/libtakeable_option-22ffdf8add97428f.rlib --cap-lints=warn -L native=/opt/crater/target/debug/build/backtrace-sys-d5ae900bfde9750d/out -L native=/opt/crater/target/debug/build/libloading-a7885328ec94489c/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "e0a5c7c923000f2844cd787ab38ab6dec0df4287f4d6d33d08e37af5646ffc50"` [INFO] running `"docker" "rm" "-f" "e0a5c7c923000f2844cd787ab38ab6dec0df4287f4d6d33d08e37af5646ffc50"` [INFO] [stdout] e0a5c7c923000f2844cd787ab38ab6dec0df4287f4d6d33d08e37af5646ffc50