[INFO] updating cached repository https://github.com/StanEpp/RustyLife [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] d0af1e2da919694c5301024f91f7ef95dbbcf356 [INFO] testing StanEpp/RustyLife against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FStanEpp%2FRustyLife" "/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/StanEpp/RustyLife 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/StanEpp/RustyLife [INFO] finished tweaking git repo https://github.com/StanEpp/RustyLife [INFO] tweaked toml for git repo https://github.com/StanEpp/RustyLife written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/StanEpp/RustyLife 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] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-0/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [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" "+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] 6ee2ad0cbf4cb88c04077326a1b0d66a934f9a5458ded001d6c2507eac414b95 [INFO] running `"docker" "start" "-a" "6ee2ad0cbf4cb88c04077326a1b0d66a934f9a5458ded001d6c2507eac414b95"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libm v0.2.1 [INFO] [stderr] Compiling xml-rs v0.8.3 [INFO] [stderr] Compiling arc-swap v0.4.7 [INFO] [stderr] Compiling sdl2 v0.33.0 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling sdl2-sys v0.33.0 [INFO] [stderr] Compiling lock_api v0.3.4 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.34 [INFO] [stderr] Compiling parking_lot_core v0.7.2 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling matrixmultiply v0.2.3 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling crossbeam-queue v0.2.2 [INFO] [stderr] Compiling signal-hook-registry v1.2.0 [INFO] [stderr] Compiling rand_distr v0.2.2 [INFO] [stderr] Compiling parking_lot v0.10.2 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling generic-array v0.13.2 [INFO] [stderr] Compiling rayon v1.3.0 [INFO] [stderr] Compiling signal-hook v0.1.15 [INFO] [stderr] Compiling crossterm v0.17.5 [INFO] [stderr] Compiling gl v0.14.0 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling alga v0.9.3 [INFO] [stderr] Compiling nalgebra v0.20.0 [INFO] [stderr] Compiling rusty_life v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `dt` [INFO] [stderr] --> src/rusty_life/render.rs:220:81 [INFO] [stderr] | [INFO] [stderr] 220 | pub fn render(self : &mut Self, cells : &Vec, view : &view::OrthoView, dt : &std::time::Duration) { [INFO] [stderr] | ^^ help: if this is intentional, prefix it with an underscore: `_dt` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `gl_context` [INFO] [stderr] --> src/rusty_life/render.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | gl_context : sdl2::video::GLContext, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `read_rle` [INFO] [stderr] --> src/rusty_life/file_reader.rs:15:8 [INFO] [stderr] | [INFO] [stderr] 15 | pub fn read_rle

(filepath : P) -> Option [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 10s [INFO] running `"docker" "inspect" "6ee2ad0cbf4cb88c04077326a1b0d66a934f9a5458ded001d6c2507eac414b95"` [INFO] running `"docker" "rm" "-f" "6ee2ad0cbf4cb88c04077326a1b0d66a934f9a5458ded001d6c2507eac414b95"` [INFO] [stdout] 6ee2ad0cbf4cb88c04077326a1b0d66a934f9a5458ded001d6c2507eac414b95 [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" "+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] bc81fc0ee80cba3b09ce1b287f96df9b04658f9cec6cc9a60d85f1d3d01d8bd4 [INFO] running `"docker" "start" "-a" "bc81fc0ee80cba3b09ce1b287f96df9b04658f9cec6cc9a60d85f1d3d01d8bd4"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling rusty_life v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `dt` [INFO] [stderr] --> src/rusty_life/render.rs:220:81 [INFO] [stderr] | [INFO] [stderr] 220 | pub fn render(self : &mut Self, cells : &Vec, view : &view::OrthoView, dt : &std::time::Duration) { [INFO] [stderr] | ^^ help: if this is intentional, prefix it with an underscore: `_dt` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `gl_context` [INFO] [stderr] --> src/rusty_life/render.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | gl_context : sdl2::video::GLContext, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `read_rle` [INFO] [stderr] --> src/rusty_life/file_reader.rs:15:8 [INFO] [stderr] | [INFO] [stderr] 15 | pub fn read_rle

(filepath : P) -> Option [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.26s [INFO] running `"docker" "inspect" "bc81fc0ee80cba3b09ce1b287f96df9b04658f9cec6cc9a60d85f1d3d01d8bd4"` [INFO] running `"docker" "rm" "-f" "bc81fc0ee80cba3b09ce1b287f96df9b04658f9cec6cc9a60d85f1d3d01d8bd4"` [INFO] [stdout] bc81fc0ee80cba3b09ce1b287f96df9b04658f9cec6cc9a60d85f1d3d01d8bd4 [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" "+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] 37c86cbf5983f8f9d7e4e1d5b1a9fccf933e1d4315022978673343bdf2f5b2b8 [INFO] running `"docker" "start" "-a" "37c86cbf5983f8f9d7e4e1d5b1a9fccf933e1d4315022978673343bdf2f5b2b8"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: unused variable: `dt` [INFO] [stderr] --> src/rusty_life/render.rs:220:81 [INFO] [stderr] | [INFO] [stderr] 220 | pub fn render(self : &mut Self, cells : &Vec, view : &view::OrthoView, dt : &std::time::Duration) { [INFO] [stderr] | ^^ help: if this is intentional, prefix it with an underscore: `_dt` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `gl_context` [INFO] [stderr] --> src/rusty_life/render.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | gl_context : sdl2::video::GLContext, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `read_rle` [INFO] [stderr] --> src/rusty_life/file_reader.rs:15:8 [INFO] [stderr] | [INFO] [stderr] 15 | pub fn read_rle

(filepath : P) -> Option [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/rusty_life-1ae903cfeb6e12fc [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" "37c86cbf5983f8f9d7e4e1d5b1a9fccf933e1d4315022978673343bdf2f5b2b8"` [INFO] running `"docker" "rm" "-f" "37c86cbf5983f8f9d7e4e1d5b1a9fccf933e1d4315022978673343bdf2f5b2b8"` [INFO] [stdout] 37c86cbf5983f8f9d7e4e1d5b1a9fccf933e1d4315022978673343bdf2f5b2b8