[INFO] updating cached repository https://github.com/arnau/gol-rs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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] be8eeeb7274a0c2fbc8f8db62a01088e60fc1c2f [INFO] testing arnau/gol-rs against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Farnau%2Fgol-rs" "work/builds/worker-7/source"` [INFO] [stderr] Cloning into 'work/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/arnau/gol-rs on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/arnau/gol-rs [INFO] finished tweaking git repo https://github.com/arnau/gol-rs [INFO] tweaked toml for git repo https://github.com/arnau/gol-rs written to work/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/arnau/gol-rs already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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-2019-09-28" "build" "--frozen"` [INFO] [stdout] 606cc1923ae1c2b4f0cc941d9f2141d8c19381bcd37deee639945504704a8350 [INFO] running `"docker" "start" "-a" "606cc1923ae1c2b4f0cc941d9f2141d8c19381bcd37deee639945504704a8350"` [INFO] [stderr] Compiling phf_shared v0.7.20 [INFO] [stderr] Compiling serde v0.8.21 [INFO] [stderr] Compiling gcc v0.3.41 [INFO] [stderr] Compiling sdl2-sys v0.27.2 [INFO] [stderr] Compiling ndarray v0.7.2 [INFO] [stderr] Compiling either v1.0.2 [INFO] [stderr] Compiling xml-rs v0.3.5 [INFO] [stderr] Compiling shared_library v0.1.5 [INFO] [stderr] Compiling num-complex v0.1.35 [INFO] [stderr] Compiling x11-dl v2.12.0 [INFO] [stderr] Compiling num v0.1.36 [INFO] [stderr] Compiling fs2 v0.2.5 [INFO] [stderr] Compiling itertools v0.5.8 [INFO] [stderr] Compiling phf_generator v0.7.20 [INFO] [stderr] Compiling phf v0.7.20 [INFO] [stderr] Compiling memmap v0.2.3 [INFO] [stderr] Compiling memmap v0.4.0 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling phf_codegen v0.7.20 [INFO] [stderr] Compiling sdl2 v0.27.2 [INFO] [stderr] Compiling backtrace-sys v0.1.5 [INFO] [stderr] Compiling target_build_utils v0.1.2 [INFO] [stderr] Compiling gl_generator v0.5.2 [INFO] [stderr] Compiling wayland-scanner v0.7.6 [INFO] [stderr] Compiling wayland-scanner v0.5.11 [INFO] [stderr] Compiling backtrace v0.2.3 [INFO] [stderr] Compiling wayland-client v0.7.6 [INFO] [stderr] Compiling wayland-client v0.5.12 [INFO] [stderr] Compiling glutin v0.6.2 [INFO] [stderr] Compiling glium v0.15.0 [INFO] [stderr] Compiling glutin v0.7.1 [INFO] [stderr] Compiling serde_json v0.8.4 [INFO] [stderr] Compiling libloading v0.3.1 [INFO] [stderr] Compiling dlib v0.3.1 [INFO] [stderr] Compiling wayland-sys v0.5.11 [INFO] [stderr] Compiling wayland-sys v0.7.6 [INFO] [stderr] Compiling wayland-window v0.2.3 [INFO] [stderr] Compiling wayland-kbd v0.3.6 [INFO] [stderr] Compiling wayland-kbd v0.6.2 [INFO] [stderr] Compiling wayland-window v0.4.3 [INFO] [stderr] Compiling winit v0.5.6 [INFO] [stderr] Compiling conway v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/grid.rs:44:21 [INFO] [stderr] | [INFO] [stderr] 44 | (true, 2...3) => cell.keep(), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `GridItem` [INFO] [stderr] --> src/population.rs:8:19 [INFO] [stderr] | [INFO] [stderr] 8 | use grid::{ Grid, GridItem, inc, dec }; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/bin/ndarray.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | #[macro_use] extern crate ndarray; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `ndarray::prelude::*` [INFO] [stderr] --> src/bin/ndarray.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use ndarray::prelude::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `conway::cell::Cell` [INFO] [stderr] --> src/bin/ndarray.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use conway::cell::Cell; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 44.01s [INFO] running `"docker" "inspect" "606cc1923ae1c2b4f0cc941d9f2141d8c19381bcd37deee639945504704a8350"` [INFO] running `"docker" "rm" "-f" "606cc1923ae1c2b4f0cc941d9f2141d8c19381bcd37deee639945504704a8350"` [INFO] [stdout] 606cc1923ae1c2b4f0cc941d9f2141d8c19381bcd37deee639945504704a8350 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 743fad59e4cb5d411381dde40062af3708ebb87d053a4eecbded100c8eda36d8 [INFO] running `"docker" "start" "-a" "743fad59e4cb5d411381dde40062af3708ebb87d053a4eecbded100c8eda36d8"` [INFO] [stderr] Compiling conway v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/bin/ndarray.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | #[macro_use] extern crate ndarray; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `ndarray::prelude::*` [INFO] [stderr] --> src/bin/ndarray.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use ndarray::prelude::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `conway::cell::Cell` [INFO] [stderr] --> src/bin/ndarray.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use conway::cell::Cell; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/grid.rs:44:21 [INFO] [stderr] | [INFO] [stderr] 44 | (true, 2...3) => cell.keep(), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.21s [INFO] running `"docker" "inspect" "743fad59e4cb5d411381dde40062af3708ebb87d053a4eecbded100c8eda36d8"` [INFO] running `"docker" "rm" "-f" "743fad59e4cb5d411381dde40062af3708ebb87d053a4eecbded100c8eda36d8"` [INFO] [stdout] 743fad59e4cb5d411381dde40062af3708ebb87d053a4eecbded100c8eda36d8 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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-2019-09-28" "test" "--frozen"` [INFO] [stdout] a6a98972cc5b54de25678145660c4792c4e824d8e3f0901bd6d502ce43d3747a [INFO] running `"docker" "start" "-a" "a6a98972cc5b54de25678145660c4792c4e824d8e3f0901bd6d502ce43d3747a"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.40s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/conway-10d7b767e84ceae2 [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test grid::test_dec ... ok [INFO] [stdout] test grid::test_inc ... ok [INFO] [stdout] test population::test_fate ... ok [INFO] [stdout] test population::test_neigbours ... ok [INFO] [stdout] test population::test_glider ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/ndarray-b8416de305d7c97b [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] [stderr] Running /opt/rustwide/target/debug/deps/sdl-b46229131f8ca4af [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] [stderr] Doc-tests conway [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/population.rs - population::glider_br (line 151) ... ignored [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "a6a98972cc5b54de25678145660c4792c4e824d8e3f0901bd6d502ce43d3747a"` [INFO] running `"docker" "rm" "-f" "a6a98972cc5b54de25678145660c4792c4e824d8e3f0901bd6d502ce43d3747a"` [INFO] [stdout] a6a98972cc5b54de25678145660c4792c4e824d8e3f0901bd6d502ce43d3747a