[INFO] cloning repository https://github.com/FuriouZz/arkanoid-rs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/FuriouZz/arkanoid-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFuriouZz%2Farkanoid-rs"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFuriouZz%2Farkanoid-rs'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 3183164f16bf6083744907d92e3ff0ed0f74f809 [INFO] testing FuriouZz/arkanoid-rs against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFuriouZz%2Farkanoid-rs" "/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/FuriouZz/arkanoid-rs on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/FuriouZz/arkanoid-rs [INFO] finished tweaking git repo https://github.com/FuriouZz/arkanoid-rs [INFO] tweaked toml for git repo https://github.com/FuriouZz/arkanoid-rs written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/FuriouZz/arkanoid-rs already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "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" "+beta-2020-06-03" "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] 881622c7f46e85dba784df2a2be4fd57ea0d57ca3977e7a203c07b7e61db3f14 [INFO] running `"docker" "start" "-a" "881622c7f46e85dba784df2a2be4fd57ea0d57ca3977e7a203c07b7e61db3f14"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling bytemuck v1.2.0 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling tiff v0.4.0 [INFO] [stderr] Compiling quote v1.0.4 [INFO] [stderr] Compiling raw-window-handle v0.3.3 [INFO] [stderr] Compiling x11 v2.18.2 [INFO] [stderr] Compiling parking_lot_core v0.7.2 [INFO] [stderr] Compiling png v0.16.3 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling rand_distr v0.2.2 [INFO] [stderr] Compiling gfx-hal v0.5.0 [INFO] [stderr] Compiling parking_lot v0.10.2 [INFO] [stderr] Compiling syn v1.0.18 [INFO] [stderr] Compiling rayon v1.3.0 [INFO] [stderr] Compiling ash v0.30.0 [INFO] [stderr] Compiling jpeg-decoder v0.1.19 [INFO] [stderr] Compiling image v0.23.4 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling gfx-memory v0.1.3 [INFO] [stderr] Compiling gfx-backend-empty v0.5.0 [INFO] [stderr] Compiling gfx-descriptor v0.1.0 [INFO] [stderr] Compiling futures-macro v0.3.4 [INFO] [stderr] Compiling peek-poke-derive v0.2.1 [INFO] [stderr] Compiling paste-impl v0.1.12 [INFO] [stderr] Compiling peek-poke v0.2.0 [INFO] [stderr] Compiling paste v0.1.12 [INFO] [stderr] Compiling simba v0.1.2 [INFO] [stderr] Compiling wgpu-types v0.5.0 (https://github.com/gfx-rs/wgpu?rev=5c172dd4756aa152b4f3350e624d7b1b5d24ddda#5c172dd4) [INFO] [stderr] Compiling futures-util v0.3.4 [INFO] [stderr] Compiling nalgebra v0.21.0 [INFO] [stderr] Compiling futures-executor v0.3.4 [INFO] [stderr] Compiling futures v0.3.4 [INFO] [stderr] Compiling gfx-backend-vulkan v0.5.6 [INFO] [stderr] Compiling wgpu-core v0.5.0 (https://github.com/gfx-rs/wgpu?rev=5c172dd4756aa152b4f3350e624d7b1b5d24ddda#5c172dd4) [INFO] [stderr] Compiling wgpu v0.5.0 (https://github.com/gfx-rs/wgpu-rs#49640d24) [INFO] [stderr] Compiling fine v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0277]: the trait bound `window::dummy::Window: raw_window_handle::HasRawWindowHandle` is not satisfied [INFO] [stderr] --> src/graphic/gpu.rs:65:52 [INFO] [stderr] | [INFO] [stderr] 65 | let surface = unsafe { instance.create_surface(&window) }; [INFO] [stderr] | ^^^^^^^ the trait `raw_window_handle::HasRawWindowHandle` is not implemented for `window::dummy::Window` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `fine`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "881622c7f46e85dba784df2a2be4fd57ea0d57ca3977e7a203c07b7e61db3f14"` [INFO] running `"docker" "rm" "-f" "881622c7f46e85dba784df2a2be4fd57ea0d57ca3977e7a203c07b7e61db3f14"` [INFO] [stdout] 881622c7f46e85dba784df2a2be4fd57ea0d57ca3977e7a203c07b7e61db3f14