[INFO] crate minrs 0.4.1 is already in cache [INFO] extracting crate minrs 0.4.1 into work/ex/pr-62507/sources/master#78ca1bda3522b14bc0336bc01dd1d49fdba2cda7/reg/minrs/0.4.1 [INFO] extracting crate minrs 0.4.1 into work/ex/pr-62507/sources/try#18481b65f318e0b4b20c0fc61340054701719d6c/reg/minrs/0.4.1 [INFO] validating manifest of minrs-0.4.1 on toolchain master#78ca1bda3522b14bc0336bc01dd1d49fdba2cda7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+78ca1bda3522b14bc0336bc01dd1d49fdba2cda7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of minrs-0.4.1 on toolchain try#18481b65f318e0b4b20c0fc61340054701719d6c [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+18481b65f318e0b4b20c0fc61340054701719d6c-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-62507/sources/master#78ca1bda3522b14bc0336bc01dd1d49fdba2cda7/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-62507/sources/try#18481b65f318e0b4b20c0fc61340054701719d6c/reg/minrs/0.4.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+78ca1bda3522b14bc0336bc01dd1d49fdba2cda7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+18481b65f318e0b4b20c0fc61340054701719d6c-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+78ca1bda3522b14bc0336bc01dd1d49fdba2cda7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+18481b65f318e0b4b20c0fc61340054701719d6c-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking minrs-0.4.1 against master#78ca1bda3522b14bc0336bc01dd1d49fdba2cda7 for pr-62507 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-62507/worker-6/master#78ca1bda3522b14bc0336bc01dd1d49fdba2cda7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-62507/sources/master#78ca1bda3522b14bc0336bc01dd1d49fdba2cda7/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" "+78ca1bda3522b14bc0336bc01dd1d49fdba2cda7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] fa16efb658cfe8d77942d92a5c2eddcb481c1de626048e6c7aa5114056691875 [INFO] running `"docker" "start" "-a" "fa16efb658cfe8d77942d92a5c2eddcb481c1de626048e6c7aa5114056691875"` [INFO] [stderr] Checking glium v0.25.1 [INFO] [stderr] Checking minrs v0.4.1 (/opt/crater/workdir) [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[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] 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] 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] --> 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] --> src/main.rs:48:18 [INFO] [stderr] | [INFO] [stderr] 48 | .with_vsync() [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] --> 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] --> 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] 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] 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] | [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[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 `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: Could not compile `minrs`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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] 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[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] --> 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] 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] 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] 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] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "fa16efb658cfe8d77942d92a5c2eddcb481c1de626048e6c7aa5114056691875"` [INFO] running `"docker" "rm" "-f" "fa16efb658cfe8d77942d92a5c2eddcb481c1de626048e6c7aa5114056691875"` [INFO] [stdout] fa16efb658cfe8d77942d92a5c2eddcb481c1de626048e6c7aa5114056691875