[INFO] crate minrs 0.4.1 is already in cache [INFO] extracting crate minrs 0.4.1 into work/ex/pr-63565/sources/master#c43d03a19f326f4a323569328cc501e86eb6d22e/reg/minrs/0.4.1 [INFO] extracting crate minrs 0.4.1 into work/ex/pr-63565/sources/try#75eff020d0923c035c2fe220db4a0465cd847048/reg/minrs/0.4.1 [INFO] validating manifest of minrs-0.4.1 on toolchain master#c43d03a19f326f4a323569328cc501e86eb6d22e [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of minrs-0.4.1 on toolchain try#75eff020d0923c035c2fe220db4a0465cd847048 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+75eff020d0923c035c2fe220db4a0465cd847048-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing minrs-0.4.1 [INFO] finished frobbing minrs-0.4.1 [INFO] frobbed toml for minrs-0.4.1 written to work/ex/pr-63565/sources/master#c43d03a19f326f4a323569328cc501e86eb6d22e/reg/minrs/0.4.1/Cargo.toml [INFO] started frobbing minrs-0.4.1 [INFO] finished frobbing minrs-0.4.1 [INFO] frobbed toml for minrs-0.4.1 written to work/ex/pr-63565/sources/try#75eff020d0923c035c2fe220db4a0465cd847048/reg/minrs/0.4.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+75eff020d0923c035c2fe220db4a0465cd847048-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+75eff020d0923c035c2fe220db4a0465cd847048-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking minrs-0.4.1 against master#c43d03a19f326f4a323569328cc501e86eb6d22e for pr-63565 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63565/worker-5/master#c43d03a19f326f4a323569328cc501e86eb6d22e:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63565/sources/master#c43d03a19f326f4a323569328cc501e86eb6d22e/reg/minrs/0.4.1:/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=forbid" "-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" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 141b099764f51aacec3e1dc1d4f3ada39e8ee7a7df9f3f3dc2334096ad599129 [INFO] running `"docker" "start" "-a" "141b099764f51aacec3e1dc1d4f3ada39e8ee7a7df9f3f3dc2334096ad599129"` [INFO] [stderr] Checking takeable-option v0.4.0 [INFO] [stderr] Compiling glutin_egl_sys v0.1.3 [INFO] [stderr] Compiling glutin_glx_sys v0.1.5 [INFO] [stderr] Compiling glium v0.25.1 [INFO] [stderr] Checking winit v0.19.3 [INFO] [stderr] Checking glutin v0.21.1 [INFO] [stderr] Checking minrs v0.4.1 (/opt/crater/workdir) [INFO] [stderr] error[E0432]: unresolved import `glium::DisplayBuild` [INFO] [stderr] --> examples/four_2d.rs:37:17 [INFO] [stderr] | [INFO] [stderr] 37 | use glium::{DisplayBuild, Surface}; [INFO] [stderr] | ^^^^^^^^^^^^ no `DisplayBuild` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `glium::DisplayBuild` [INFO] [stderr] --> src/main.rs:45:25 [INFO] [stderr] | [INFO] [stderr] 45 | use glium::{DisplayBuild, Surface}; [INFO] [stderr] | ^^^^^^^^^^^^ no `DisplayBuild` in the root [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `with_vsync` found for type `glium::glutin::WindowBuilder` in the current scope [INFO] [stderr] --> examples/four_2d.rs:40:10 [INFO] [stderr] | [INFO] [stderr] 40 | .with_vsync() [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `glium::DisplayBuild` [INFO] [stderr] --> src/main.rs:45:25 [INFO] [stderr] | [INFO] [stderr] 45 | use glium::{DisplayBuild, Surface}; [INFO] [stderr] | ^^^^^^^^^^^^ no `DisplayBuild` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `glium::DisplayBuild` [INFO] [stderr] --> examples/bw_2d.rs:37:17 [INFO] [stderr] | [INFO] [stderr] 37 | use glium::{DisplayBuild, Surface}; [INFO] [stderr] | ^^^^^^^^^^^^ no `DisplayBuild` in the root [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `Closed` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> examples/four_2d.rs:94:39 [INFO] [stderr] | [INFO] [stderr] 94 | glium::glutin::Event::Closed => return, [INFO] [stderr] | ^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `KeyboardInput` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> examples/four_2d.rs:95:39 [INFO] [stderr] | [INFO] [stderr] 95 | glium::glutin::Event::KeyboardInput(glium::glutin::ElementState::Released, _, Some(VirtualKeyCode::Escape)) => return, [INFO] [stderr] | ^^^^^^^^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `glium::DisplayBuild` [INFO] [stderr] --> examples/detail_2d.rs:43:25 [INFO] [stderr] | [INFO] [stderr] 43 | use glium::{DisplayBuild, Surface}; [INFO] [stderr] | ^^^^^^^^^^^^ no `DisplayBuild` in the root [INFO] [stderr] [INFO] [stderr] warning: unused import: `Surface` [INFO] [stderr] --> examples/four_2d.rs:37:31 [INFO] [stderr] | [INFO] [stderr] 37 | use glium::{DisplayBuild, Surface}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `minrs`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `with_vsync` found for type `glium::glutin::WindowBuilder` in the current scope [INFO] [stderr] --> src/main.rs:48:18 [INFO] [stderr] | [INFO] [stderr] 48 | .with_vsync() [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `Closed` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:131:47 [INFO] [stderr] | [INFO] [stderr] 131 | glium::glutin::Event::Closed => return, [INFO] [stderr] | ^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `KeyboardInput` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:132:47 [INFO] [stderr] | [INFO] [stderr] 132 | glium::glutin::Event::KeyboardInput(glium::glutin::ElementState::Released, _, Some(VirtualKeyCode::Escape)) => return, [INFO] [stderr] | ^^^^^^^^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `with_vsync` found for type `glium::glutin::WindowBuilder` in the current scope [INFO] [stderr] --> src/main.rs:48:18 [INFO] [stderr] | [INFO] [stderr] 48 | .with_vsync() [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] error[E0599]: no method named `with_vsync` found for type `glium::glutin::WindowBuilder` in the current scope [INFO] [stderr] --> examples/bw_2d.rs:40:10 [INFO] [stderr] | [INFO] [stderr] 40 | .with_vsync() [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `with_vsync` found for type `glium::glutin::WindowBuilder` in the current scope [INFO] [stderr] --> examples/detail_2d.rs:46:18 [INFO] [stderr] | [INFO] [stderr] 46 | .with_vsync() [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `Closed` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:131:47 [INFO] [stderr] | [INFO] [stderr] 131 | glium::glutin::Event::Closed => return, [INFO] [stderr] | ^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] error[E0599]: no variant or associated item named `Closed` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> examples/bw_2d.rs:94:39 [INFO] [stderr] | [INFO] [stderr] 94 | glium::glutin::Event::Closed => return, [INFO] [stderr] | ^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `KeyboardInput` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:132:47 [INFO] [stderr] | [INFO] [stderr] 132 | glium::glutin::Event::KeyboardInput(glium::glutin::ElementState::Released, _, Some(VirtualKeyCode::Escape)) => return, [INFO] [stderr] | ^^^^^^^^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `KeyboardInput` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> examples/bw_2d.rs:95:39 [INFO] [stderr] | [INFO] [stderr] 95 | glium::glutin::Event::KeyboardInput(glium::glutin::ElementState::Released, _, Some(VirtualKeyCode::Escape)) => return, [INFO] [stderr] | ^^^^^^^^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] warning: unused import: `Surface` [INFO] [stderr] --> examples/bw_2d.rs:37:31 [INFO] [stderr] | [INFO] [stderr] 37 | use glium::{DisplayBuild, Surface}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] error[E0599]: no variant or associated item named `Closed` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> examples/detail_2d.rs:102:47 [INFO] [stderr] | [INFO] [stderr] 102 | glium::glutin::Event::Closed => return, [INFO] [stderr] | ^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `KeyboardInput` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> examples/detail_2d.rs:103:47 [INFO] [stderr] | [INFO] [stderr] 103 | glium::glutin::Event::KeyboardInput(glium::glutin::ElementState::Released, _, Some(VirtualKeyCode::Escape)) => return, [INFO] [stderr] | ^^^^^^^^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `minrs`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: unused import: `Surface` [INFO] [stderr] --> src/main.rs:45:39 [INFO] [stderr] | [INFO] [stderr] 45 | use glium::{DisplayBuild, Surface}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `minrs`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: unused import: `Surface` [INFO] [stderr] --> src/main.rs:45:39 [INFO] [stderr] | [INFO] [stderr] 45 | use glium::{DisplayBuild, Surface}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `minrs`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: unused import: `Surface` [INFO] [stderr] --> examples/detail_2d.rs:43:39 [INFO] [stderr] | [INFO] [stderr] 43 | use glium::{DisplayBuild, Surface}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `minrs`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "141b099764f51aacec3e1dc1d4f3ada39e8ee7a7df9f3f3dc2334096ad599129"` [INFO] running `"docker" "rm" "-f" "141b099764f51aacec3e1dc1d4f3ada39e8ee7a7df9f3f3dc2334096ad599129"` [INFO] [stdout] 141b099764f51aacec3e1dc1d4f3ada39e8ee7a7df9f3f3dc2334096ad599129