[INFO] updating cached repository https://github.com/ozkriff/gfx_test
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] ac1d15523f1dcdcdfec1fdd9bb3864cacc307aa8
[INFO] checking ozkriff/gfx_test against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fozkriff%2Fgfx_test" "/workspace/builds/worker-0/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/ozkriff/gfx_test on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/ozkriff/gfx_test
[INFO] finished tweaking git repo https://github.com/ozkriff/gfx_test
[INFO] tweaked toml for git repo https://github.com/ozkriff/gfx_test written to /workspace/builds/worker-0/source/Cargo.toml
[INFO] crate git repo https://github.com/ozkriff/gfx_test already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr] error: the lock file /workspace/builds/worker-0/source/Cargo.lock needs to be updated but --locked was passed to prevent this
[INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag.
[INFO] the lockfile is outdated, regenerating it
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 51abf9a4184fc7bd156149c5130f27d0908f69a25ed471efca5ce2c82121cb93
[INFO] running `"docker" "start" "-a" "51abf9a4184fc7bd156149c5130f27d0908f69a25ed471efca5ce2c82121cb93"`
[INFO] [stderr]     Checking parking_lot_core v0.6.2
[INFO] [stderr]    Compiling gfx_gl v0.6.1
[INFO] [stderr]     Checking rusttype v0.8.3
[INFO] [stderr]     Checking png v0.15.3
[INFO] [stderr]     Checking parking_lot v0.9.0
[INFO] [stderr]     Checking rusttype v0.7.9
[INFO] [stderr]     Checking image v0.22.5
[INFO] [stderr]     Checking andrew v0.2.1
[INFO] [stderr]     Checking smithay-client-toolkit v0.4.6
[INFO] [stderr]     Checking smithay-client-toolkit v0.6.6
[INFO] [stderr]     Checking winit v0.19.5
[INFO] [stderr]     Checking winit v0.22.0
[INFO] [stderr]     Checking glutin v0.21.2
[INFO] [stderr]     Checking glutin v0.24.0
[INFO] [stderr]     Checking gfx_device_gl v0.16.2
[INFO] [stderr]     Checking gfx_window_glutin v0.31.0
[INFO] [stderr]     Checking gfx_test v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0432]: unresolved imports `glutin::Event`, `glutin::VirtualKeyCode`
[INFO] [stderr]   --> src/main.rs:11:19
[INFO] [stderr]    |
[INFO] [stderr] 11 | use glutin::{Api, Event, VirtualKeyCode, GlRequest};
[INFO] [stderr]    |                   ^^^^^  ^^^^^^^^^^^^^^ no `VirtualKeyCode` in the root
[INFO] [stderr]    |                   |
[INFO] [stderr]    |                   no `Event` in the root
[INFO] [stderr]    |                   help: a similar name exists in the module: `event`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `gfx::tex`
[INFO] [stderr]   --> src/main.rs:15:5
[INFO] [stderr]    |
[INFO] [stderr] 15 | use gfx::tex;
[INFO] [stderr]    |     ^^^^^^^^ no `tex` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `WindowBuilder` in `glutin`
[INFO] [stderr]   --> src/main.rs:97:31
[INFO] [stderr]    |
[INFO] [stderr] 97 |         let builder = glutin::WindowBuilder::new()
[INFO] [stderr]    |                               ^^^^^^^^^^^^^ could not find `WindowBuilder` in `glutin`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `TouchPhase` in `glutin`
[INFO] [stderr]    --> src/main.rs:156:29
[INFO] [stderr]     |
[INFO] [stderr] 156 |                     glutin::TouchPhase::Moved => {
[INFO] [stderr]     |                             ^^^^^^^^^^ could not find `TouchPhase` in `glutin`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `TouchPhase` in `glutin`
[INFO] [stderr]    --> src/main.rs:159:29
[INFO] [stderr]     |
[INFO] [stderr] 159 |                     glutin::TouchPhase::Started => {
[INFO] [stderr]     |                             ^^^^^^^^^^ could not find `TouchPhase` in `glutin`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `TouchPhase` in `glutin`
[INFO] [stderr]    --> src/main.rs:163:29
[INFO] [stderr]     |
[INFO] [stderr] 163 |                     glutin::TouchPhase::Ended => {
[INFO] [stderr]     |                             ^^^^^^^^^^ could not find `TouchPhase` in `glutin`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `TouchPhase` in `glutin`
[INFO] [stderr]    --> src/main.rs:167:29
[INFO] [stderr]     |
[INFO] [stderr] 167 |                     glutin::TouchPhase::Cancelled => unimplemented!(),
[INFO] [stderr]     |                             ^^^^^^^^^^ could not find `TouchPhase` in `glutin`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `MASK_ALL` in module `gfx::state`
[INFO] [stderr]   --> src/main.rs:31:70
[INFO] [stderr]    |
[INFO] [stderr] 31 |         out: gfx::BlendTarget<ColorFormat> = ("Target0", gfx::state::MASK_ALL, gfx::preset::blend::ALPHA),
[INFO] [stderr]    |                                                                      ^^^^^^^^ not found in `gfx::state`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Window` in crate `glutin`
[INFO] [stderr]   --> src/main.rs:46:22
[INFO] [stderr]    |
[INFO] [stderr] 46 |     window: &glutin::Window,
[INFO] [stderr]    |                      ^^^^^^ not found in `glutin`
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 10 | use glutin::platform::unix::x11::Window;
[INFO] [stderr]    |
[INFO] [stderr] 10 | use glutin::platform::unix::x11::ffi::Window;
[INFO] [stderr]    |
[INFO] [stderr] 10 | use glutin::window::Window;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Window` in crate `glutin`
[INFO] [stderr]   --> src/main.rs:68:21
[INFO] [stderr]    |
[INFO] [stderr] 68 |     window: glutin::Window,
[INFO] [stderr]    |                     ^^^^^^ not found in `glutin`
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 10 | use glutin::platform::unix::x11::Window;
[INFO] [stderr]    |
[INFO] [stderr] 10 | use glutin::platform::unix::x11::ffi::Window;
[INFO] [stderr]    |
[INFO] [stderr] 10 | use glutin::window::Window;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Event` in crate `glutin`
[INFO] [stderr]    --> src/main.rs:138:48
[INFO] [stderr]     |
[INFO] [stderr] 138 |     fn handle_event(&mut self, event: &glutin::Event) {
[INFO] [stderr]     |                                                ^^^^^ not found in `glutin`
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 10  | use glutin::event::Event;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Touch` in crate `glutin`
[INFO] [stderr]    --> src/main.rs:154:34
[INFO] [stderr]     |
[INFO] [stderr] 154 |             Event::Touch(glutin::Touch{phase, ..}) => {
[INFO] [stderr]     |                                  ^^^^^ not found in `glutin`
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 10  | use glutin::event::Touch;
[INFO] [stderr]     |
[INFO] [stderr] 10  | use glutin::event::WindowEvent::Touch;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved imports `glutin::Event`, `glutin::VirtualKeyCode`
[INFO] [stderr]   --> src/main.rs:11:19
[INFO] [stderr]    |
[INFO] [stderr] 11 | use glutin::{Api, Event, VirtualKeyCode, GlRequest};
[INFO] [stderr]    |                   ^^^^^  ^^^^^^^^^^^^^^ no `VirtualKeyCode` in the root
[INFO] [stderr]    |                   |
[INFO] [stderr]    |                   no `Event` in the root
[INFO] [stderr]    |                   help: a similar name exists in the module: `event`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `gfx::tex`
[INFO] [stderr]   --> src/main.rs:15:5
[INFO] [stderr]    |
[INFO] [stderr] 15 | use gfx::tex;
[INFO] [stderr]    |     ^^^^^^^^ no `tex` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `WindowBuilder` in `glutin`
[INFO] [stderr]   --> src/main.rs:97:31
[INFO] [stderr]    |
[INFO] [stderr] 97 |         let builder = glutin::WindowBuilder::new()
[INFO] [stderr]    |                               ^^^^^^^^^^^^^ could not find `WindowBuilder` in `glutin`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `TouchPhase` in `glutin`
[INFO] [stderr]    --> src/main.rs:156:29
[INFO] [stderr]     |
[INFO] [stderr] 156 |                     glutin::TouchPhase::Moved => {
[INFO] [stderr]     |                             ^^^^^^^^^^ could not find `TouchPhase` in `glutin`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `TouchPhase` in `glutin`
[INFO] [stderr]    --> src/main.rs:159:29
[INFO] [stderr]     |
[INFO] [stderr] 159 |                     glutin::TouchPhase::Started => {
[INFO] [stderr]     |                             ^^^^^^^^^^ could not find `TouchPhase` in `glutin`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `TouchPhase` in `glutin`
[INFO] [stderr]    --> src/main.rs:163:29
[INFO] [stderr]     |
[INFO] [stderr] 163 |                     glutin::TouchPhase::Ended => {
[INFO] [stderr]     |                             ^^^^^^^^^^ could not find `TouchPhase` in `glutin`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `TouchPhase` in `glutin`
[INFO] [stderr]    --> src/main.rs:167:29
[INFO] [stderr]     |
[INFO] [stderr] 167 |                     glutin::TouchPhase::Cancelled => unimplemented!(),
[INFO] [stderr]     |                             ^^^^^^^^^^ could not find `TouchPhase` in `glutin`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `MASK_ALL` in module `gfx::state`
[INFO] [stderr]   --> src/main.rs:31:70
[INFO] [stderr]    |
[INFO] [stderr] 31 |         out: gfx::BlendTarget<ColorFormat> = ("Target0", gfx::state::MASK_ALL, gfx::preset::blend::ALPHA),
[INFO] [stderr]    |                                                                      ^^^^^^^^ not found in `gfx::state`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Window` in crate `glutin`
[INFO] [stderr]   --> src/main.rs:46:22
[INFO] [stderr]    |
[INFO] [stderr] 46 |     window: &glutin::Window,
[INFO] [stderr]    |                      ^^^^^^ not found in `glutin`
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 10 | use glutin::platform::unix::x11::Window;
[INFO] [stderr]    |
[INFO] [stderr] 10 | use glutin::platform::unix::x11::ffi::Window;
[INFO] [stderr]    |
[INFO] [stderr] 10 | use glutin::window::Window;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Window` in crate `glutin`
[INFO] [stderr]   --> src/main.rs:68:21
[INFO] [stderr]    |
[INFO] [stderr] 68 |     window: glutin::Window,
[INFO] [stderr]    |                     ^^^^^^ not found in `glutin`
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 10 | use glutin::platform::unix::x11::Window;
[INFO] [stderr]    |
[INFO] [stderr] 10 | use glutin::platform::unix::x11::ffi::Window;
[INFO] [stderr]    |
[INFO] [stderr] 10 | use glutin::window::Window;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Event` in crate `glutin`
[INFO] [stderr]    --> src/main.rs:138:48
[INFO] [stderr]     |
[INFO] [stderr] 138 |     fn handle_event(&mut self, event: &glutin::Event) {
[INFO] [stderr]     |                                                ^^^^^ not found in `glutin`
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 10  | use glutin::event::Event;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Touch` in crate `glutin`
[INFO] [stderr]    --> src/main.rs:154:34
[INFO] [stderr]     |
[INFO] [stderr] 154 |             Event::Touch(glutin::Touch{phase, ..}) => {
[INFO] [stderr]     |                                  ^^^^^ not found in `glutin`
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 10  | use glutin::event::Touch;
[INFO] [stderr]     |
[INFO] [stderr] 10  | use glutin::event::WindowEvent::Touch;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `create_texture_const_u8` found for mutable reference `&mut F` in the current scope
[INFO] [stderr]   --> src/main.rs:41:29
[INFO] [stderr]    |
[INFO] [stderr] 41 |     let (_, view) = factory.create_texture_const_u8::<ColorFormat>(kind, &[&img]).unwrap();
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^ method not found in `&mut F`
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 3 arguments but 1 argument was supplied
[INFO] [stderr]    --> src/main.rs:101:15
[INFO] [stderr]     |
[INFO] [stderr] 101 |             = gfx_window_glutin::init(builder);
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^ ------- supplied 1 argument
[INFO] [stderr]     |               |
[INFO] [stderr]     |               expected 3 arguments
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> src/main.rs:100:13
[INFO] [stderr]     |
[INFO] [stderr] 100 |         let (window, device, mut factory, main_color, main_depth)
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `std::result::Result`, found tuple
[INFO] [stderr] 101 |             = gfx_window_glutin::init(builder);
[INFO] [stderr]     |               -------------------------------- this expression has type `std::result::Result<(glutin::windowed::ContextWrapper<glutin::context::PossiblyCurrent, winit::Window>, gfx_gl::Device, gfx_gl::Factory, gfx::handle::RenderTargetView<gfx_gl::Resources, _>, gfx::handle::DepthStencilView<gfx_gl::Resources, _>), glutin::CreationError>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected enum `std::result::Result<(glutin::windowed::ContextWrapper<glutin::context::PossiblyCurrent, winit::Window>, gfx_gl::Device, gfx_gl::Factory, gfx::handle::RenderTargetView<gfx_gl::Resources, _>, gfx::handle::DepthStencilView<gfx_gl::Resources, _>), glutin::CreationError>`
[INFO] [stderr]               found tuple `(_, _, _, _, _)`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 15 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0061, E0308, E0412, E0422, E0425, E0432, E0433, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0061`.
[INFO] [stderr] error: could not compile `gfx_test`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0599]: no method named `create_texture_const_u8` found for mutable reference `&mut F` in the current scope
[INFO] [stderr]   --> src/main.rs:41:29
[INFO] [stderr]    |
[INFO] [stderr] 41 |     let (_, view) = factory.create_texture_const_u8::<ColorFormat>(kind, &[&img]).unwrap();
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^ method not found in `&mut F`
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 3 arguments but 1 argument was supplied
[INFO] [stderr]    --> src/main.rs:101:15
[INFO] [stderr]     |
[INFO] [stderr] 101 |             = gfx_window_glutin::init(builder);
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^ ------- supplied 1 argument
[INFO] [stderr]     |               |
[INFO] [stderr]     |               expected 3 arguments
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> src/main.rs:100:13
[INFO] [stderr]     |
[INFO] [stderr] 100 |         let (window, device, mut factory, main_color, main_depth)
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `std::result::Result`, found tuple
[INFO] [stderr] 101 |             = gfx_window_glutin::init(builder);
[INFO] [stderr]     |               -------------------------------- this expression has type `std::result::Result<(glutin::windowed::ContextWrapper<glutin::context::PossiblyCurrent, winit::Window>, gfx_gl::Device, gfx_gl::Factory, gfx::handle::RenderTargetView<gfx_gl::Resources, _>, gfx::handle::DepthStencilView<gfx_gl::Resources, _>), glutin::CreationError>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected enum `std::result::Result<(glutin::windowed::ContextWrapper<glutin::context::PossiblyCurrent, winit::Window>, gfx_gl::Device, gfx_gl::Factory, gfx::handle::RenderTargetView<gfx_gl::Resources, _>, gfx::handle::DepthStencilView<gfx_gl::Resources, _>), glutin::CreationError>`
[INFO] [stderr]               found tuple `(_, _, _, _, _)`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 15 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0061, E0308, E0412, E0422, E0425, E0432, E0433, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0061`.
[INFO] [stderr] error: could not compile `gfx_test`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "51abf9a4184fc7bd156149c5130f27d0908f69a25ed471efca5ce2c82121cb93"`
[INFO] running `"docker" "rm" "-f" "51abf9a4184fc7bd156149c5130f27d0908f69a25ed471efca5ce2c82121cb93"`
[INFO] [stdout] 51abf9a4184fc7bd156149c5130f27d0908f69a25ed471efca5ce2c82121cb93
