[INFO] updating cached repository https://github.com/michalrusek/arkanoidInRust [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] b1f7d60148019e9a940ca7f80e5d27047d05324c [INFO] testing michalrusek/arkanoidInRust against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmichalrusek%2FarkanoidInRust" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/michalrusek/arkanoidInRust 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/michalrusek/arkanoidInRust [INFO] finished tweaking git repo https://github.com/michalrusek/arkanoidInRust [INFO] tweaked toml for git repo https://github.com/michalrusek/arkanoidInRust written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/michalrusek/arkanoidInRust 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] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] a9bd59bbaa068fe858c52b7db921f1d64d08417acd4667bda746b1c7b4099b26 [INFO] running `"docker" "start" "-a" "a9bd59bbaa068fe858c52b7db921f1d64d08417acd4667bda746b1c7b4099b26"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro2 v1.0.4 [INFO] [stderr] Compiling piston-float v1.0.0 [INFO] [stderr] Compiling serde v1.0.101 [INFO] [stderr] Compiling piston-graphics_api_version v0.2.0 [INFO] [stderr] Compiling piston-texture v0.8.0 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling x11-dl v2.18.4 [INFO] [stderr] Compiling shared_library v0.1.9 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling png v0.15.0 [INFO] [stderr] Compiling gl_generator v0.11.0 [INFO] [stderr] Compiling gl_generator v0.10.0 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling derivative v1.0.3 [INFO] [stderr] Compiling piston-viewport v1.0.0 [INFO] [stderr] Compiling vecmath v1.0.0 [INFO] [stderr] Compiling shader_version v0.6.0 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling rayon-core v1.6.0 [INFO] [stderr] Compiling rusttype v0.8.0 [INFO] [stderr] Compiling rayon v1.2.0 [INFO] [stderr] Compiling rusttype v0.7.9 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling piston2d-graphics v0.35.0 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling glutin_egl_sys v0.1.3 [INFO] [stderr] Compiling glutin_glx_sys v0.1.5 [INFO] [stderr] Compiling gl v0.11.0 [INFO] [stderr] Compiling tiff v0.3.1 [INFO] [stderr] Compiling jpeg-decoder v0.1.16 [INFO] [stderr] Compiling image v0.22.2 [INFO] [stderr] Compiling wayland-commons v0.21.13 [INFO] [stderr] Compiling serde_derive v1.0.101 [INFO] [stderr] Compiling wayland-client v0.21.13 [INFO] [stderr] Compiling wayland-protocols v0.21.13 [INFO] [stderr] Compiling piston2d-opengl_graphics v0.69.0 [INFO] [stderr] Compiling pistoncore-input v0.28.0 [INFO] [stderr] Compiling smithay-client-toolkit v0.4.6 [INFO] [stderr] Compiling pistoncore-window v0.44.0 [INFO] [stderr] Compiling pistoncore-event_loop v0.49.0 [INFO] [stderr] Compiling piston v0.49.0 [INFO] [stderr] Compiling winit v0.19.3 [INFO] [stderr] Compiling glutin v0.21.1 [INFO] [stderr] Compiling pistoncore-glutin_window v0.63.0 [INFO] [stderr] Compiling simple_arkanoid v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `Button` [INFO] [stderr] --> src/core.rs:1:45 [INFO] [stderr] | [INFO] [stderr] 1 | use piston::input::{RenderArgs, UpdateArgs, Button, Key}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `rectangle` [INFO] [stderr] --> src/core.rs:3:23 [INFO] [stderr] | [INFO] [stderr] 3 | use graphics::{clear, rectangle, Context}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `tile_removed` [INFO] [stderr] --> src/core.rs:124:13 [INFO] [stderr] | [INFO] [stderr] 124 | let mut tile_removed = false; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_tile_removed` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/core.rs:124:13 [INFO] [stderr] | [INFO] [stderr] 124 | let mut tile_removed = false; [INFO] [stderr] | ----^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 41s [INFO] running `"docker" "inspect" "a9bd59bbaa068fe858c52b7db921f1d64d08417acd4667bda746b1c7b4099b26"` [INFO] running `"docker" "rm" "-f" "a9bd59bbaa068fe858c52b7db921f1d64d08417acd4667bda746b1c7b4099b26"` [INFO] [stdout] a9bd59bbaa068fe858c52b7db921f1d64d08417acd4667bda746b1c7b4099b26 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] cd176c32c7e1e0051dfae52e92845af4991ab4efca8fab380454d08839ce43b0 [INFO] running `"docker" "start" "-a" "cd176c32c7e1e0051dfae52e92845af4991ab4efca8fab380454d08839ce43b0"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling simple_arkanoid v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `Button` [INFO] [stderr] --> src/core.rs:1:45 [INFO] [stderr] | [INFO] [stderr] 1 | use piston::input::{RenderArgs, UpdateArgs, Button, Key}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `rectangle` [INFO] [stderr] --> src/core.rs:3:23 [INFO] [stderr] | [INFO] [stderr] 3 | use graphics::{clear, rectangle, Context}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `tile_removed` [INFO] [stderr] --> src/core.rs:124:13 [INFO] [stderr] | [INFO] [stderr] 124 | let mut tile_removed = false; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_tile_removed` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/core.rs:124:13 [INFO] [stderr] | [INFO] [stderr] 124 | let mut tile_removed = false; [INFO] [stderr] | ----^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.86s [INFO] running `"docker" "inspect" "cd176c32c7e1e0051dfae52e92845af4991ab4efca8fab380454d08839ce43b0"` [INFO] running `"docker" "rm" "-f" "cd176c32c7e1e0051dfae52e92845af4991ab4efca8fab380454d08839ce43b0"` [INFO] [stdout] cd176c32c7e1e0051dfae52e92845af4991ab4efca8fab380454d08839ce43b0 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 73a5fb7379e9bd6a110cfc26e4bd993a574e540adf1ed0744c0e3669bf9ac4ea [INFO] running `"docker" "start" "-a" "73a5fb7379e9bd6a110cfc26e4bd993a574e540adf1ed0744c0e3669bf9ac4ea"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: unused import: `Button` [INFO] [stderr] --> src/core.rs:1:45 [INFO] [stderr] | [INFO] [stderr] 1 | use piston::input::{RenderArgs, UpdateArgs, Button, Key}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `rectangle` [INFO] [stderr] --> src/core.rs:3:23 [INFO] [stderr] | [INFO] [stderr] 3 | use graphics::{clear, rectangle, Context}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `tile_removed` [INFO] [stderr] --> src/core.rs:124:13 [INFO] [stderr] | [INFO] [stderr] 124 | let mut tile_removed = false; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_tile_removed` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/core.rs:124:13 [INFO] [stderr] | [INFO] [stderr] 124 | let mut tile_removed = false; [INFO] [stderr] | ----^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/simple_arkanoid-690d237a33164b19 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "73a5fb7379e9bd6a110cfc26e4bd993a574e540adf1ed0744c0e3669bf9ac4ea"` [INFO] running `"docker" "rm" "-f" "73a5fb7379e9bd6a110cfc26e4bd993a574e540adf1ed0744c0e3669bf9ac4ea"` [INFO] [stdout] 73a5fb7379e9bd6a110cfc26e4bd993a574e540adf1ed0744c0e3669bf9ac4ea