[INFO] fetching crate minrs 0.4.1... [INFO] extracting crate minrs 0.4.1 into work/ex/pr-61874/sources/master#9f06855064ed06a50c496577b21ca50f92a2e67d/reg/minrs/0.4.1 [INFO] extracting crate minrs 0.4.1 into work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/reg/minrs/0.4.1 [INFO] validating manifest of minrs-0.4.1 on toolchain master#9f06855064ed06a50c496577b21ca50f92a2e67d [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+9f06855064ed06a50c496577b21ca50f92a2e67d-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of minrs-0.4.1 on toolchain try#d3301713b54af69ca9de941a8c6b0d8287dbd6df [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+d3301713b54af69ca9de941a8c6b0d8287dbd6df-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-61874/sources/master#9f06855064ed06a50c496577b21ca50f92a2e67d/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-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/reg/minrs/0.4.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+9f06855064ed06a50c496577b21ca50f92a2e67d-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+d3301713b54af69ca9de941a8c6b0d8287dbd6df-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+9f06855064ed06a50c496577b21ca50f92a2e67d-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+d3301713b54af69ca9de941a8c6b0d8287dbd6df-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking minrs-0.4.1 against try#d3301713b54af69ca9de941a8c6b0d8287dbd6df for pr-61874 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61874/worker-4/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/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" "+d3301713b54af69ca9de941a8c6b0d8287dbd6df-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 024d17416eed4281b408bb304395fb351697f79df2e6c68c384b1e14296b5aa5 [INFO] running `"docker" "start" "-a" "024d17416eed4281b408bb304395fb351697f79df2e6c68c384b1e14296b5aa5"` [INFO] [stderr] Compiling glium v0.25.0 [INFO] [stderr] Checking smithay-client-toolkit v0.4.6 [INFO] [stderr] Checking winit v0.19.1 [INFO] [stderr] Checking glutin v0.21.0 [INFO] [stderr] Checking minrs v0.4.1 (/opt/crater/workdir) [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[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[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/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] 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[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/bw_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] --> 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[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] 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: 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] 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[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] 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] --> examples/four_2d.rs:40:10 [INFO] [stderr] | [INFO] [stderr] 40 | .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/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] 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] 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" "024d17416eed4281b408bb304395fb351697f79df2e6c68c384b1e14296b5aa5"` [INFO] running `"docker" "rm" "-f" "024d17416eed4281b408bb304395fb351697f79df2e6c68c384b1e14296b5aa5"` [INFO] [stdout] 024d17416eed4281b408bb304395fb351697f79df2e6c68c384b1e14296b5aa5