[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] testing ozkriff/gfx_test against 1.44.0 for beta-1.45-1 [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 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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" "+1.44.0" "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" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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=warn" "-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" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2a86b87e8328957684044d3657c0e2a86ba4b5736419a9f676738bb2df9aa3c4 [INFO] running `"docker" "start" "-a" "2a86b87e8328957684044d3657c0e2a86ba4b5736419a9f676738bb2df9aa3c4"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libloading v0.6.2 [INFO] [stderr] Compiling instant v0.1.4 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling raw-window-handle v0.3.3 [INFO] [stderr] Compiling shared_library v0.1.9 [INFO] [stderr] Compiling parking_lot_core v0.7.2 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling wayland-scanner v0.23.6 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling rusttype v0.8.3 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling parking_lot v0.10.2 [INFO] [stderr] Compiling dlib v0.4.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling wayland-sys v0.21.13 [INFO] [stderr] Compiling wayland-sys v0.23.6 [INFO] [stderr] Compiling image v0.22.5 [INFO] [stderr] Compiling rusttype v0.7.9 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling wayland-client v0.23.6 [INFO] [stderr] Compiling wayland-protocols v0.23.6 [INFO] [stderr] Compiling glutin_glx_sys v0.1.6 [INFO] [stderr] Compiling wayland-commons v0.21.13 [INFO] [stderr] Compiling wayland-commons v0.23.6 [INFO] [stderr] Compiling calloop v0.4.4 [INFO] [stderr] Compiling wayland-client v0.21.13 [INFO] [stderr] Compiling wayland-protocols v0.21.13 [INFO] [stderr] Compiling smithay-client-toolkit v0.4.6 [INFO] [stderr] Compiling winit v0.19.5 [INFO] [stderr] Compiling smithay-client-toolkit v0.6.6 [INFO] [stderr] Compiling glutin v0.21.2 [INFO] [stderr] Compiling winit v0.22.2 [INFO] [stderr] Compiling gfx_window_glutin v0.31.0 [INFO] [stderr] Compiling glutin v0.24.1 [INFO] [stderr] Compiling 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 = ("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::(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, gfx_gl::Device, gfx_gl::Factory, gfx::handle::RenderTargetView, gfx::handle::DepthStencilView), glutin::CreationError>` [INFO] [stderr] | [INFO] [stderr] = note: expected enum `std::result::Result<(glutin::windowed::ContextWrapper, gfx_gl::Device, gfx_gl::Factory, gfx::handle::RenderTargetView, gfx::handle::DepthStencilView), 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" "2a86b87e8328957684044d3657c0e2a86ba4b5736419a9f676738bb2df9aa3c4"` [INFO] running `"docker" "rm" "-f" "2a86b87e8328957684044d3657c0e2a86ba4b5736419a9f676738bb2df9aa3c4"` [INFO] [stdout] 2a86b87e8328957684044d3657c0e2a86ba4b5736419a9f676738bb2df9aa3c4