[INFO] updating cached repository https://github.com/ozkriff/gpu_cache_gfx [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] da4b22bce131e9836e22ec0c69177c8e8e7aedd4 [INFO] checking ozkriff/gpu_cache_gfx against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fozkriff%2Fgpu_cache_gfx" "/workspace/builds/worker-12/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ozkriff/gpu_cache_gfx on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/ozkriff/gpu_cache_gfx [INFO] finished tweaking git repo https://github.com/ozkriff/gpu_cache_gfx [INFO] tweaked toml for git repo https://github.com/ozkriff/gpu_cache_gfx written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/ozkriff/gpu_cache_gfx already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /workspace/builds/worker-12/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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] 369ef48379481165a2a4fcf31488952deafe656ad6ecb074d2b289f436188788 [INFO] running `"docker" "start" "-a" "369ef48379481165a2a4fcf31488952deafe656ad6ecb074d2b289f436188788"` [INFO] [stderr] Compiling gfx_gl v0.6.0 [INFO] [stderr] Checking gfx_core v0.9.2 [INFO] [stderr] Checking smithay-client-toolkit v0.4.6 [INFO] [stderr] Checking winit v0.19.4 [INFO] [stderr] Checking glutin v0.21.1 [INFO] [stderr] Checking gfx_device_gl v0.16.2 [INFO] [stderr] Checking gfx v0.18.2 [INFO] [stderr] Checking gfx_window_glutin v0.31.0 [INFO] [stderr] Checking gpu_cache_gfx v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `rusttype::gpu_cache` [INFO] [stderr] --> src/main.rs:10:15 [INFO] [stderr] | [INFO] [stderr] 10 | use rusttype::gpu_cache::{Cache}; [INFO] [stderr] | ^^^^^^^^^ could not find `gpu_cache` in `rusttype` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `gfx::tex` [INFO] [stderr] --> src/main.rs:12:11 [INFO] [stderr] | [INFO] [stderr] 12 | use gfx::{tex, Device, Factory, Resources}; [INFO] [stderr] | ^^^ no `tex` in the root [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `tex` in `gfx` [INFO] [stderr] --> src/main.rs:79:21 [INFO] [stderr] | [INFO] [stderr] 79 | let info = gfx::tex::ImageInfoCommon { [INFO] [stderr] | ^^^ could not find `tex` in `gfx` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `MASK_ALL` in module `gfx::state` [INFO] [stderr] --> src/main.rs:29:66 [INFO] [stderr] | [INFO] [stderr] 29 | out: gfx::BlendTarget = ("Target0", gfx::state::MASK_ALL, gfx::preset::blend::ALPHA), [INFO] [stderr] | ^^^^^^^^ not found in `gfx::state` [INFO] [stderr] [INFO] [stderr] warning: unused import: `Factory` [INFO] [stderr] --> src/main.rs:12:24 [INFO] [stderr] | [INFO] [stderr] 12 | use gfx::{tex, Device, Factory, Resources}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rusttype::gpu_cache` [INFO] [stderr] --> src/main.rs:10:15 [INFO] [stderr] | [INFO] [stderr] 10 | use rusttype::gpu_cache::{Cache}; [INFO] [stderr] | ^^^^^^^^^ could not find `gpu_cache` in `rusttype` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `gfx::tex` [INFO] [stderr] --> src/main.rs:12:11 [INFO] [stderr] | [INFO] [stderr] 12 | use gfx::{tex, Device, Factory, Resources}; [INFO] [stderr] | ^^^ no `tex` in the root [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `tex` in `gfx` [INFO] [stderr] --> src/main.rs:79:21 [INFO] [stderr] | [INFO] [stderr] 79 | let info = gfx::tex::ImageInfoCommon { [INFO] [stderr] | ^^^ could not find `tex` in `gfx` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `MASK_ALL` in module `gfx::state` [INFO] [stderr] --> src/main.rs:29:66 [INFO] [stderr] | [INFO] [stderr] 29 | out: gfx::BlendTarget = ("Target0", gfx::state::MASK_ALL, gfx::preset::blend::ALPHA), [INFO] [stderr] | ^^^^^^^^ not found in `gfx::state` [INFO] [stderr] [INFO] [stderr] warning: unused import: `Factory` [INFO] [stderr] --> src/main.rs:12:24 [INFO] [stderr] | [INFO] [stderr] 12 | use gfx::{tex, Device, Factory, Resources}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:51:13 [INFO] [stderr] | [INFO] [stderr] 50 | let base_glyph = match font.glyph(c) { [INFO] [stderr] | ------------- this match expression has type `rusttype::Glyph<'_>` [INFO] [stderr] 51 | Some(glyph) => glyph, [INFO] [stderr] | ^^^^^^^^^^^ expected struct `rusttype::Glyph`, found enum `std::option::Option` [INFO] [stderr] | [INFO] [stderr] = note: expected type `rusttype::Glyph<'_>` [INFO] [stderr] found type `std::option::Option<_>` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:52:13 [INFO] [stderr] | [INFO] [stderr] 52 | None => continue, [INFO] [stderr] | ^^^^ expected struct `rusttype::Glyph`, found enum `std::option::Option` [INFO] [stderr] | [INFO] [stderr] = note: expected type `rusttype::Glyph<'_>` [INFO] [stderr] found type `std::option::Option<_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `into_font` found for type `std::result::Result, rusttype::Error>` in the current scope [INFO] [stderr] --> src/main.rs:97:63 [INFO] [stderr] | [INFO] [stderr] 97 | let font = FontCollection::from_bytes(font_data as &[u8]).into_font().unwrap(); [INFO] [stderr] | ^^^^^^^^^ method not found in `std::result::Result, rusttype::Error>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `with_gl` found for type `glutin::WindowBuilder` in the current scope [INFO] [stderr] --> src/main.rs:104:10 [INFO] [stderr] | [INFO] [stderr] 104 | .with_gl(gl_version); [INFO] [stderr] | ^^^^^^^ method not found in `glutin::WindowBuilder` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 3 parameters but 1 parameter was supplied [INFO] [stderr] --> src/main.rs:106:9 [INFO] [stderr] | [INFO] [stderr] 106 | gfx_window_glutin::init::(builder); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 parameters [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:105:9 [INFO] [stderr] | [INFO] [stderr] 105 | let (window, mut device, mut factory, main_color, _main_depth) = [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `std::result::Result`, found tuple [INFO] [stderr] | [INFO] [stderr] = note: expected type `std::result::Result<(glutin::ContextWrapper, gfx_device_gl::Device, gfx_device_gl::Factory, gfx::handle::RenderTargetView, gfx::handle::DepthStencilView), glutin::CreationError>` [INFO] [stderr] found type `(_, _, _, _, _)` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `KeyboardInput` found for type `glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:213:24 [INFO] [stderr] | [INFO] [stderr] 213 | Event::KeyboardInput(_, _, Some(VirtualKeyCode::Escape)) | [INFO] [stderr] | ^^^^^^^^^^^^^ variant or associated item not found in `glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `Closed` found for type `glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:214:24 [INFO] [stderr] | [INFO] [stderr] 214 | Event::Closed => return, [INFO] [stderr] | ^^^^^^ variant or associated item not found in `glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `ReceivedCharacter` found for type `glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:215:24 [INFO] [stderr] | [INFO] [stderr] 215 | Event::ReceivedCharacter(c) => if c != '\u{7f}' && c != '\u{8}' { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ variant or associated item not found in `glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `KeyboardInput` found for type `glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:218:24 [INFO] [stderr] | [INFO] [stderr] 218 | Event::KeyboardInput( [INFO] [stderr] | ^^^^^^^^^^^^^ variant or associated item not found in `glutin::Event` [INFO] [stderr] [INFO] [stderr] warning: unused import: `Device` [INFO] [stderr] --> src/main.rs:12:16 [INFO] [stderr] | [INFO] [stderr] 12 | use gfx::{tex, Device, Factory, Resources}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `FactoryExt` [INFO] [stderr] --> src/main.rs:13:19 [INFO] [stderr] | [INFO] [stderr] 13 | use gfx::traits::{FactoryExt}; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 14 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0308, E0425, E0432, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:51:13 [INFO] [stderr] | [INFO] [stderr] 50 | let base_glyph = match font.glyph(c) { [INFO] [stderr] | ------------- this match expression has type `rusttype::Glyph<'_>` [INFO] [stderr] 51 | Some(glyph) => glyph, [INFO] [stderr] | ^^^^^^^^^^^ expected struct `rusttype::Glyph`, found enum `std::option::Option` [INFO] [stderr] | [INFO] [stderr] = note: expected type `rusttype::Glyph<'_>` [INFO] [stderr] found type `std::option::Option<_>` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:52:13 [INFO] [stderr] | [INFO] [stderr] 52 | None => continue, [INFO] [stderr] | ^^^^ expected struct `rusttype::Glyph`, found enum `std::option::Option` [INFO] [stderr] | [INFO] [stderr] = note: expected type `rusttype::Glyph<'_>` [INFO] [stderr] found type `std::option::Option<_>` [INFO] [stderr] [INFO] [stderr] error: could not compile `gpu_cache_gfx`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `into_font` found for type `std::result::Result, rusttype::Error>` in the current scope [INFO] [stderr] --> src/main.rs:97:63 [INFO] [stderr] | [INFO] [stderr] 97 | let font = FontCollection::from_bytes(font_data as &[u8]).into_font().unwrap(); [INFO] [stderr] | ^^^^^^^^^ method not found in `std::result::Result, rusttype::Error>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `with_gl` found for type `glutin::WindowBuilder` in the current scope [INFO] [stderr] --> src/main.rs:104:10 [INFO] [stderr] | [INFO] [stderr] 104 | .with_gl(gl_version); [INFO] [stderr] | ^^^^^^^ method not found in `glutin::WindowBuilder` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 3 parameters but 1 parameter was supplied [INFO] [stderr] --> src/main.rs:106:9 [INFO] [stderr] | [INFO] [stderr] 106 | gfx_window_glutin::init::(builder); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 parameters [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:105:9 [INFO] [stderr] | [INFO] [stderr] 105 | let (window, mut device, mut factory, main_color, _main_depth) = [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `std::result::Result`, found tuple [INFO] [stderr] | [INFO] [stderr] = note: expected type `std::result::Result<(glutin::ContextWrapper, gfx_device_gl::Device, gfx_device_gl::Factory, gfx::handle::RenderTargetView, gfx::handle::DepthStencilView), glutin::CreationError>` [INFO] [stderr] found type `(_, _, _, _, _)` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `KeyboardInput` found for type `glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:213:24 [INFO] [stderr] | [INFO] [stderr] 213 | Event::KeyboardInput(_, _, Some(VirtualKeyCode::Escape)) | [INFO] [stderr] | ^^^^^^^^^^^^^ variant or associated item not found in `glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `Closed` found for type `glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:214:24 [INFO] [stderr] | [INFO] [stderr] 214 | Event::Closed => return, [INFO] [stderr] | ^^^^^^ variant or associated item not found in `glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `ReceivedCharacter` found for type `glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:215:24 [INFO] [stderr] | [INFO] [stderr] 215 | Event::ReceivedCharacter(c) => if c != '\u{7f}' && c != '\u{8}' { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ variant or associated item not found in `glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `KeyboardInput` found for type `glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:218:24 [INFO] [stderr] | [INFO] [stderr] 218 | Event::KeyboardInput( [INFO] [stderr] | ^^^^^^^^^^^^^ variant or associated item not found in `glutin::Event` [INFO] [stderr] [INFO] [stderr] warning: unused import: `Device` [INFO] [stderr] --> src/main.rs:12:16 [INFO] [stderr] | [INFO] [stderr] 12 | use gfx::{tex, Device, Factory, Resources}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `FactoryExt` [INFO] [stderr] --> src/main.rs:13:19 [INFO] [stderr] | [INFO] [stderr] 13 | use gfx::traits::{FactoryExt}; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 14 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0308, E0425, E0432, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `gpu_cache_gfx`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "369ef48379481165a2a4fcf31488952deafe656ad6ecb074d2b289f436188788"` [INFO] running `"docker" "rm" "-f" "369ef48379481165a2a4fcf31488952deafe656ad6ecb074d2b289f436188788"` [INFO] [stdout] 369ef48379481165a2a4fcf31488952deafe656ad6ecb074d2b289f436188788