[INFO] cloning repository https://github.com/joffarex/snake-game [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/joffarex/snake-game" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoffarex%2Fsnake-game"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoffarex%2Fsnake-game'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 021490c501ccca9e9d1ecf733a2a6257ba17ba22 [INFO] testing joffarex/snake-game against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoffarex%2Fsnake-game" "/workspace/builds/worker-10/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/joffarex/snake-game 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/joffarex/snake-game [INFO] finished tweaking git repo https://github.com/joffarex/snake-game [INFO] tweaked toml for git repo https://github.com/joffarex/snake-game written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/joffarex/snake-game 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-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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] [stdout] 463b17ad2574a80292fd54575293ada7ff8977bcc06b4a4ed38dbad855f425ef [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "463b17ad2574a80292fd54575293ada7ff8977bcc06b4a4ed38dbad855f425ef"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling piston-float v1.0.0 [INFO] [stderr] Compiling syn v1.0.19 [INFO] [stderr] Compiling piston-graphics_api_version v0.2.0 [INFO] [stderr] Compiling read_color v1.0.0 [INFO] [stderr] Compiling interpolation v0.2.0 [INFO] [stderr] Compiling piston-texture v0.8.0 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling wayland-scanner v0.21.13 [INFO] [stderr] Compiling gl_generator v0.10.0 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling shared_library v0.1.9 [INFO] [stderr] Compiling raw-window-handle v0.3.3 [INFO] [stderr] Compiling png v0.16.3 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling jpeg-decoder v0.1.19 [INFO] [stderr] Compiling piston-viewport v1.0.0 [INFO] [stderr] Compiling vecmath v1.0.0 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling shader_version v0.6.0 [INFO] [stderr] Compiling piston2d-graphics v0.36.0 [INFO] [stderr] Compiling dlib v0.4.1 [INFO] [stderr] Compiling wayland-sys v0.21.13 [INFO] [stderr] Compiling image v0.23.4 [INFO] [stderr] Compiling gl v0.11.0 [INFO] [stderr] Compiling wayland-client v0.21.13 [INFO] [stderr] Compiling wayland-protocols v0.21.13 [INFO] [stderr] Compiling glutin_glx_sys v0.1.6 [INFO] [stderr] Compiling serde_derive v1.0.106 [INFO] [stderr] Compiling wayland-commons v0.21.13 [INFO] [stderr] Compiling piston2d-opengl_graphics v0.72.0 [INFO] [stderr] Compiling smithay-client-toolkit v0.4.6 [INFO] [stderr] Compiling pistoncore-input v0.28.0 [INFO] [stderr] Compiling winit v0.19.5 [INFO] [stderr] Compiling pistoncore-window v0.44.0 [INFO] [stderr] Compiling glutin v0.21.2 [INFO] [stderr] Compiling pistoncore-event_loop v0.49.0 [INFO] [stderr] Compiling piston v0.49.0 [INFO] [stderr] Compiling pistoncore-glutin_window v0.63.0 [INFO] [stderr] Compiling snake-game v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `graphics::Transformed` [INFO] [stderr] --> src/main.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use graphics::Transformed; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `piston::event_loop` [INFO] [stderr] --> src/main.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use piston::event_loop; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `graphics` is imported redundantly [INFO] [stderr] --> src/main.rs:39:13 [INFO] [stderr] | [INFO] [stderr] 2 | extern crate graphics; [INFO] [stderr] | ---------------------- the item `graphics` is already imported here [INFO] [stderr] ... [INFO] [stderr] 39 | use graphics; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `graphics` is imported redundantly [INFO] [stderr] --> src/main.rs:105:13 [INFO] [stderr] | [INFO] [stderr] 2 | extern crate graphics; [INFO] [stderr] | ---------------------- the item `graphics` is already imported here [INFO] [stderr] ... [INFO] [stderr] 105 | use graphics; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `graphics` is imported redundantly [INFO] [stderr] --> src/main.rs:176:13 [INFO] [stderr] | [INFO] [stderr] 2 | extern crate graphics; [INFO] [stderr] | ---------------------- the item `graphics` is already imported here [INFO] [stderr] ... [INFO] [stderr] 176 | use graphics; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 29s [INFO] running `"docker" "inspect" "463b17ad2574a80292fd54575293ada7ff8977bcc06b4a4ed38dbad855f425ef"` [INFO] running `"docker" "rm" "-f" "463b17ad2574a80292fd54575293ada7ff8977bcc06b4a4ed38dbad855f425ef"` [INFO] [stdout] 463b17ad2574a80292fd54575293ada7ff8977bcc06b4a4ed38dbad855f425ef [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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] 1fde36bde7b011cc32731717eb07a92a66e71a62572f942019e0a875663f5eff [INFO] running `"docker" "start" "-a" "1fde36bde7b011cc32731717eb07a92a66e71a62572f942019e0a875663f5eff"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling snake-game v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `graphics::Transformed` [INFO] [stderr] --> src/main.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use graphics::Transformed; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `piston::event_loop` [INFO] [stderr] --> src/main.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use piston::event_loop; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `graphics` is imported redundantly [INFO] [stderr] --> src/main.rs:39:13 [INFO] [stderr] | [INFO] [stderr] 2 | extern crate graphics; [INFO] [stderr] | ---------------------- the item `graphics` is already imported here [INFO] [stderr] ... [INFO] [stderr] 39 | use graphics; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `graphics` is imported redundantly [INFO] [stderr] --> src/main.rs:105:13 [INFO] [stderr] | [INFO] [stderr] 2 | extern crate graphics; [INFO] [stderr] | ---------------------- the item `graphics` is already imported here [INFO] [stderr] ... [INFO] [stderr] 105 | use graphics; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `graphics` is imported redundantly [INFO] [stderr] --> src/main.rs:176:13 [INFO] [stderr] | [INFO] [stderr] 2 | extern crate graphics; [INFO] [stderr] | ---------------------- the item `graphics` is already imported here [INFO] [stderr] ... [INFO] [stderr] 176 | use graphics; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.69s [INFO] running `"docker" "inspect" "1fde36bde7b011cc32731717eb07a92a66e71a62572f942019e0a875663f5eff"` [INFO] running `"docker" "rm" "-f" "1fde36bde7b011cc32731717eb07a92a66e71a62572f942019e0a875663f5eff"` [INFO] [stdout] 1fde36bde7b011cc32731717eb07a92a66e71a62572f942019e0a875663f5eff [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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] de47cc1c7402009a0ecc29ebb6de1ff0482b3d3fafb3c0c76dee3953cefb6d6c [INFO] running `"docker" "start" "-a" "de47cc1c7402009a0ecc29ebb6de1ff0482b3d3fafb3c0c76dee3953cefb6d6c"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: unused import: `graphics::Transformed` [INFO] [stderr] --> src/main.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use graphics::Transformed; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `piston::event_loop` [INFO] [stderr] --> src/main.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use piston::event_loop; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `graphics` is imported redundantly [INFO] [stderr] --> src/main.rs:39:13 [INFO] [stderr] | [INFO] [stderr] 2 | extern crate graphics; [INFO] [stderr] | ---------------------- the item `graphics` is already imported here [INFO] [stderr] ... [INFO] [stderr] 39 | use graphics; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `graphics` is imported redundantly [INFO] [stderr] --> src/main.rs:105:13 [INFO] [stderr] | [INFO] [stderr] 2 | extern crate graphics; [INFO] [stderr] | ---------------------- the item `graphics` is already imported here [INFO] [stderr] ... [INFO] [stderr] 105 | use graphics; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `graphics` is imported redundantly [INFO] [stderr] --> src/main.rs:176:13 [INFO] [stderr] | [INFO] [stderr] 2 | extern crate graphics; [INFO] [stderr] | ---------------------- the item `graphics` is already imported here [INFO] [stderr] ... [INFO] [stderr] 176 | use graphics; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.16s [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/snake_game-0e68e710bd824c80 [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" "de47cc1c7402009a0ecc29ebb6de1ff0482b3d3fafb3c0c76dee3953cefb6d6c"` [INFO] running `"docker" "rm" "-f" "de47cc1c7402009a0ecc29ebb6de1ff0482b3d3fafb3c0c76dee3953cefb6d6c"` [INFO] [stdout] de47cc1c7402009a0ecc29ebb6de1ff0482b3d3fafb3c0c76dee3953cefb6d6c