[INFO] updating cached repository https://github.com/ousbots/roguelike [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] 70d206eba19ce8e0f7caa9de637bbec514e1d434 [INFO] testing ousbots/roguelike against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fousbots%2Froguelike" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ousbots/roguelike 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/ousbots/roguelike [INFO] finished tweaking git repo https://github.com/ousbots/roguelike [INFO] tweaked toml for git repo https://github.com/ousbots/roguelike written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/ousbots/roguelike 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-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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] 17a2d54203817f81ef6cf5dd653d9c601f47700dca05e585f097eaec15fa528a [INFO] running `"docker" "start" "-a" "17a2d54203817f81ef6cf5dd653d9c601f47700dca05e585f097eaec15fa528a"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling syn v1.0.13 [INFO] [stderr] Compiling wide v0.4.3 [INFO] [stderr] Compiling bytemuck v1.1.0 [INFO] [stderr] Compiling instant v0.1.2 [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 x11-dl v2.18.4 [INFO] [stderr] Compiling wayland-scanner v0.23.6 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling line_drawing v0.7.0 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling glow v0.3.0-alpha4 [INFO] [stderr] Compiling png v0.15.3 [INFO] [stderr] Compiling mio-extras v2.0.6 [INFO] [stderr] Compiling num-rational v0.2.3 [INFO] [stderr] Compiling specs-derive v0.4.0 [INFO] [stderr] Compiling wayland-sys v0.23.6 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling rusttype v0.8.2 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling image v0.22.3 [INFO] [stderr] Compiling rusttype v0.7.9 [INFO] [stderr] Compiling rayon v1.3.0 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand_xorshift v0.2.0 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling ultraviolet v0.4.5 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling wayland-client v0.23.6 [INFO] [stderr] Compiling wayland-protocols v0.23.6 [INFO] [stderr] Compiling glutin_glx_sys v0.1.5 [INFO] [stderr] Compiling hibitset v0.6.2 [INFO] [stderr] Compiling calloop v0.4.4 [INFO] [stderr] Compiling wayland-commons v0.23.6 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling const-random-macro v0.1.6 [INFO] [stderr] Compiling const-random v0.1.6 [INFO] [stderr] Compiling ahash v0.2.18 [INFO] [stderr] Compiling hashbrown v0.6.3 [INFO] [stderr] Compiling shred v0.9.4 [INFO] [stderr] Compiling smithay-client-toolkit v0.6.4 [INFO] [stderr] Compiling specs v0.15.1 [INFO] [stderr] Compiling winit v0.20.0 [INFO] [stderr] Compiling glutin v0.22.0 [INFO] [stderr] Compiling rltk v0.6.0 [INFO] [stderr] Compiling rogue v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/map.rs:9:25 [INFO] [stderr] | [INFO] [stderr] 9 | const MAP_SIZE: usize = (MAP_WIDTH * MAP_HEIGHT); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Name` [INFO] [stderr] --> src/systems/monster_ai.rs:1:25 [INFO] [stderr] | [INFO] [stderr] 1 | use crate::components::{Name, Position, Viewshed}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 58s [INFO] running `"docker" "inspect" "17a2d54203817f81ef6cf5dd653d9c601f47700dca05e585f097eaec15fa528a"` [INFO] running `"docker" "rm" "-f" "17a2d54203817f81ef6cf5dd653d9c601f47700dca05e585f097eaec15fa528a"` [INFO] [stdout] 17a2d54203817f81ef6cf5dd653d9c601f47700dca05e585f097eaec15fa528a [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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] becf31a01303287c3b88a25e36a8bea1699b103296e36a7933d5d69b921807f1 [INFO] running `"docker" "start" "-a" "becf31a01303287c3b88a25e36a8bea1699b103296e36a7933d5d69b921807f1"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling rogue v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/map.rs:9:25 [INFO] [stderr] | [INFO] [stderr] 9 | const MAP_SIZE: usize = (MAP_WIDTH * MAP_HEIGHT); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Name` [INFO] [stderr] --> src/systems/monster_ai.rs:1:25 [INFO] [stderr] | [INFO] [stderr] 1 | use crate::components::{Name, Position, Viewshed}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.75s [INFO] running `"docker" "inspect" "becf31a01303287c3b88a25e36a8bea1699b103296e36a7933d5d69b921807f1"` [INFO] running `"docker" "rm" "-f" "becf31a01303287c3b88a25e36a8bea1699b103296e36a7933d5d69b921807f1"` [INFO] [stdout] becf31a01303287c3b88a25e36a8bea1699b103296e36a7933d5d69b921807f1 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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] 75716f3c89c800540b2fa4f894a441fc2706343f68422a5450e4b3427d03092a [INFO] running `"docker" "start" "-a" "75716f3c89c800540b2fa4f894a441fc2706343f68422a5450e4b3427d03092a"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/map.rs:9:25 [INFO] [stderr] | [INFO] [stderr] 9 | const MAP_SIZE: usize = (MAP_WIDTH * MAP_HEIGHT); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Name` [INFO] [stderr] --> src/systems/monster_ai.rs:1:25 [INFO] [stderr] | [INFO] [stderr] 1 | use crate::components::{Name, Position, Viewshed}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.80s [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/rogue-2c9ac767ae7c6d38 [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" "75716f3c89c800540b2fa4f894a441fc2706343f68422a5450e4b3427d03092a"` [INFO] running `"docker" "rm" "-f" "75716f3c89c800540b2fa4f894a441fc2706343f68422a5450e4b3427d03092a"` [INFO] [stdout] 75716f3c89c800540b2fa4f894a441fc2706343f68422a5450e4b3427d03092a