[INFO] cloning repository ryanq/rust-life [INFO] running `"git" "clone" "--bare" "git://github.com/ryanq/rust-life.git" "work/cache/sources/gh/ryanq/rust-life"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/ryanq/rust-life'... [INFO] running `"git" "clone" "work/cache/sources/gh/ryanq/rust-life" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/ryanq/rust-life"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/ryanq/rust-life'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/ryanq/rust-life" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/ryanq/rust-life"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/ryanq/rust-life'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 57a91cc5660aa52688edbba47d4ac95890e99f4c [INFO] sha for GitHub repo ryanq/rust-life: 57a91cc5660aa52688edbba47d4ac95890e99f4c [INFO] validating manifest of ryanq/rust-life on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of ryanq/rust-life on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing ryanq/rust-life [INFO] finished frobbing ryanq/rust-life [INFO] frobbed toml for ryanq/rust-life written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/ryanq/rust-life/Cargo.toml [INFO] started frobbing ryanq/rust-life [INFO] finished frobbing ryanq/rust-life [INFO] frobbed toml for ryanq/rust-life written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/ryanq/rust-life/Cargo.toml [INFO] crate ryanq/rust-life already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing ryanq/rust-life against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/ryanq/rust-life:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] 3045fe1261fc515201eb3eb89bc525ea58f3d9c5d3c1239efe541b9db714cd0d [INFO] running `"docker" "start" "-a" "3045fe1261fc515201eb3eb89bc525ea58f3d9c5d3c1239efe541b9db714cd0d"` [INFO] [stderr] Compiling rust-life v1.0.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` [INFO] [stderr] --> src/renderer.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use std::thread::sleep_ms; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` [INFO] [stderr] --> src/renderer.rs:49:13 [INFO] [stderr] | [INFO] [stderr] 49 | sleep_ms(1000/self.frames_per_second); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.74s [INFO] running `"docker" "inspect" "3045fe1261fc515201eb3eb89bc525ea58f3d9c5d3c1239efe541b9db714cd0d"` [INFO] running `"docker" "rm" "-f" "3045fe1261fc515201eb3eb89bc525ea58f3d9c5d3c1239efe541b9db714cd0d"` [INFO] [stdout] 3045fe1261fc515201eb3eb89bc525ea58f3d9c5d3c1239efe541b9db714cd0d [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/ryanq/rust-life:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 807db36092feace707e01fe3aefd912f0daa6f4b0c875209ea99d080f3398b4b [INFO] running `"docker" "start" "-a" "807db36092feace707e01fe3aefd912f0daa6f4b0c875209ea99d080f3398b4b"` [INFO] [stderr] Compiling rust-life v1.0.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` [INFO] [stderr] --> src/renderer.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use std::thread::sleep_ms; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` [INFO] [stderr] --> src/renderer.rs:49:13 [INFO] [stderr] | [INFO] [stderr] 49 | sleep_ms(1000/self.frames_per_second); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.79s [INFO] running `"docker" "inspect" "807db36092feace707e01fe3aefd912f0daa6f4b0c875209ea99d080f3398b4b"` [INFO] running `"docker" "rm" "-f" "807db36092feace707e01fe3aefd912f0daa6f4b0c875209ea99d080f3398b4b"` [INFO] [stdout] 807db36092feace707e01fe3aefd912f0daa6f4b0c875209ea99d080f3398b4b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/ryanq/rust-life:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] 85d7e392df60df0c95c656d7f16eb73138d3edf4f2b2601ffc9c366b8be10e81 [INFO] running `"docker" "start" "-a" "85d7e392df60df0c95c656d7f16eb73138d3edf4f2b2601ffc9c366b8be10e81"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/crater/target/debug/deps/rust_life-01c523312ac439ae [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test field::tests::test_living_neighbors ... ok [INFO] [stdout] test field::tests::test_tick ... ok [INFO] [stdout] test state::tests::test_tick_with_neighbors ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "85d7e392df60df0c95c656d7f16eb73138d3edf4f2b2601ffc9c366b8be10e81"` [INFO] running `"docker" "rm" "-f" "85d7e392df60df0c95c656d7f16eb73138d3edf4f2b2601ffc9c366b8be10e81"` [INFO] [stdout] 85d7e392df60df0c95c656d7f16eb73138d3edf4f2b2601ffc9c366b8be10e81