Sep 17 11:05:28.260 INFO checking stevebob/simple-physics against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 11:05:28.260 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 11:05:28.261 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-4/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 11:05:28.763 INFO blam! f1052537c87a2c3c530ba5139dfccb4b2593963f4f3c0a415601122c2f94582e Sep 17 11:05:28.779 INFO running `"docker" "start" "-a" "f1052537c87a2c3c530ba5139dfccb4b2593963f4f3c0a415601122c2f94582e"` Sep 17 11:05:30.849 INFO kablam! usermod: no changes Sep 17 11:05:31.139 INFO kablam! Compiling bitflags v1.0.3 Sep 17 11:05:31.143 INFO kablam! Compiling khronos_api v2.2.0 Sep 17 11:05:31.155 INFO kablam! Compiling cfg-if v0.1.4 Sep 17 11:05:31.159 INFO kablam! Checking token_store v0.1.2 Sep 17 11:05:31.175 INFO kablam! Checking remove_dir_all v0.5.1 Sep 17 11:05:31.199 INFO kablam! Compiling either v1.5.0 Sep 17 11:05:31.199 INFO kablam! Checking fnv v1.0.6 Sep 17 11:05:31.199 INFO kablam! Checking best v0.12.0 Sep 17 11:05:31.895 INFO kablam! Compiling libloading v0.5.0 Sep 17 11:05:31.913 INFO kablam! Compiling x11-dl v2.18.1 Sep 17 11:05:32.204 INFO kablam! Checking draw_state v0.8.0 Sep 17 11:05:32.236 INFO kablam! Checking memmap v0.6.2 Sep 17 11:05:33.033 INFO kablam! Checking shared_library v0.1.9 Sep 17 11:05:33.248 INFO kablam! Compiling syn v0.10.8 Sep 17 11:05:33.332 INFO kablam! Checking log v0.4.3 Sep 17 11:05:35.097 INFO kablam! Compiling xml-rs v0.7.0 Sep 17 11:05:35.851 INFO kablam! Checking tempfile v3.0.3 Sep 17 11:05:36.808 INFO kablam! Compiling itertools v0.5.10 Sep 17 11:05:37.456 INFO kablam! Checking osmesa-sys v0.1.2 Sep 17 11:05:40.555 INFO kablam! Checking dlib v0.4.1 Sep 17 11:05:41.307 INFO kablam! Checking wayland-sys v0.12.5 Sep 17 11:05:50.035 INFO kablam! Compiling wayland-scanner v0.12.5 Sep 17 11:05:50.036 INFO kablam! Compiling gl_generator v0.9.0 Sep 17 11:05:55.735 INFO kablam! Compiling wayland-client v0.12.5 Sep 17 11:05:55.740 INFO kablam! Compiling wayland-protocols v0.12.5 Sep 17 11:06:02.387 INFO kablam! Compiling gfx_gl v0.5.0 Sep 17 11:06:12.315 INFO kablam! Compiling glutin v0.15.0 Sep 17 11:06:17.591 INFO kablam! Compiling derivative v1.0.0 Sep 17 11:06:24.904 INFO kablam! Checking wayland-kbd v0.13.1 Sep 17 11:06:39.208 INFO kablam! Checking gfx_core v0.8.2 Sep 17 11:06:43.895 INFO kablam! Checking wayland-window v0.13.3 Sep 17 11:06:45.424 INFO kablam! Checking winit v0.13.1 Sep 17 11:07:13.522 INFO kablam! Checking gfx_device_gl v0.15.3 Sep 17 11:07:13.522 INFO kablam! Checking gfx v0.17.1 Sep 17 11:07:16.126 INFO kablam! Checking gfx_window_glutin v0.23.0 Sep 17 11:07:21.132 INFO kablam! Checking simple-physics v0.1.0 (/source) Sep 17 11:07:22.444 INFO kablam! error: the trait bound `R: gfx::Resources` is not satisfied Sep 17 11:07:22.445 INFO kablam! --> src/graphics.rs:263:28 Sep 17 11:07:22.445 INFO kablam! | Sep 17 11:07:22.446 INFO kablam! 263 | pub type Renderer = instance_renderer::Renderer>; Sep 17 11:07:22.446 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `gfx::Resources` is not implemented for `R` Sep 17 11:07:22.447 INFO kablam! | Sep 17 11:07:22.447 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 11:07:22.448 INFO kablam! = help: consider adding a `where R: gfx::Resources` bound Sep 17 11:07:22.448 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 11:07:22.449 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 11:07:22.449 INFO kablam! Sep 17 11:07:22.507 INFO kablam! error: the trait bound `R: gfx::Resources` is not satisfied Sep 17 11:07:22.507 INFO kablam! --> src/graphics.rs:316:28 Sep 17 11:07:22.508 INFO kablam! | Sep 17 11:07:22.508 INFO kablam! 316 | pub type Renderer = instance_renderer::Renderer>; Sep 17 11:07:22.509 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `gfx::Resources` is not implemented for `R` Sep 17 11:07:22.509 INFO kablam! | Sep 17 11:07:22.510 INFO kablam! = help: consider adding a `where R: gfx::Resources` bound Sep 17 11:07:22.510 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 11:07:22.511 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 11:07:22.511 INFO kablam! Sep 17 11:07:22.527 INFO kablam! error: the trait bound `R: gfx::Resources` is not satisfied Sep 17 11:07:22.527 INFO kablam! --> src/graphics.rs:263:28 Sep 17 11:07:22.527 INFO kablam! | Sep 17 11:07:22.528 INFO kablam! 263 | pub type Renderer = instance_renderer::Renderer>; Sep 17 11:07:22.528 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `gfx::Resources` is not implemented for `R` Sep 17 11:07:22.528 INFO kablam! | Sep 17 11:07:22.528 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 11:07:22.528 INFO kablam! = help: consider adding a `where R: gfx::Resources` bound Sep 17 11:07:22.528 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 11:07:22.528 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 11:07:22.529 INFO kablam! Sep 17 11:07:22.563 INFO kablam! error: the trait bound `R: gfx::Resources` is not satisfied Sep 17 11:07:22.563 INFO kablam! --> src/graphics.rs:316:28 Sep 17 11:07:22.563 INFO kablam! | Sep 17 11:07:22.563 INFO kablam! 316 | pub type Renderer = instance_renderer::Renderer>; Sep 17 11:07:22.563 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `gfx::Resources` is not implemented for `R` Sep 17 11:07:22.563 INFO kablam! | Sep 17 11:07:22.563 INFO kablam! = help: consider adding a `where R: gfx::Resources` bound Sep 17 11:07:22.563 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 11:07:22.563 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 11:07:22.563 INFO kablam! Sep 17 11:07:24.723 INFO kablam! error: aborting due to 2 previous errors Sep 17 11:07:24.723 INFO kablam! Sep 17 11:07:24.747 INFO kablam! error: Could not compile `simple-physics`. Sep 17 11:07:24.748 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 11:07:24.784 INFO kablam! error: aborting due to 2 previous errors Sep 17 11:07:24.784 INFO kablam! Sep 17 11:07:24.802 INFO kablam! error: Could not compile `simple-physics`. Sep 17 11:07:24.802 INFO kablam! Sep 17 11:07:24.802 INFO kablam! To learn more, run the command again with --verbose. Sep 17 11:07:24.805 INFO kablam! su: No module specific data is present Sep 17 11:07:26.636 INFO running `"docker" "rm" "-f" "f1052537c87a2c3c530ba5139dfccb4b2593963f4f3c0a415601122c2f94582e"` Sep 17 11:07:26.902 INFO blam! f1052537c87a2c3c530ba5139dfccb4b2593963f4f3c0a415601122c2f94582e