[INFO] cloning repository Michael-St-James/wasm-game-of-life [INFO] running `"git" "clone" "--bare" "git://github.com/Michael-St-James/wasm-game-of-life.git" "work/cache/sources/gh/Michael-St-James/wasm-game-of-life"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/Michael-St-James/wasm-game-of-life'... [INFO] running `"git" "clone" "work/cache/sources/gh/Michael-St-James/wasm-game-of-life" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Michael-St-James/wasm-game-of-life"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Michael-St-James/wasm-game-of-life'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Michael-St-James/wasm-game-of-life" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Michael-St-James/wasm-game-of-life"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Michael-St-James/wasm-game-of-life'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 49d294eb245a984617ccd63caf7aa4f21d85ac29 [INFO] sha for GitHub repo Michael-St-James/wasm-game-of-life: 49d294eb245a984617ccd63caf7aa4f21d85ac29 [INFO] validating manifest of Michael-St-James/wasm-game-of-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 Michael-St-James/wasm-game-of-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 Michael-St-James/wasm-game-of-life [INFO] finished frobbing Michael-St-James/wasm-game-of-life [INFO] frobbed toml for Michael-St-James/wasm-game-of-life written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Michael-St-James/wasm-game-of-life/Cargo.toml [INFO] started frobbing Michael-St-James/wasm-game-of-life [INFO] finished frobbing Michael-St-James/wasm-game-of-life [INFO] frobbed toml for Michael-St-James/wasm-game-of-life written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Michael-St-James/wasm-game-of-life/Cargo.toml [INFO] crate Michael-St-James/wasm-game-of-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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing Michael-St-James/wasm-game-of-life against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Michael-St-James/wasm-game-of-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] 407f025254a00b0410e50e0020add4f2896c9f24f6380bd67ccee2c8aeb65db9 [INFO] running `"docker" "start" "-a" "407f025254a00b0410e50e0020add4f2896c9f24f6380bd67ccee2c8aeb65db9"` [INFO] [stderr] Compiling console_error_panic_hook v0.1.5 [INFO] [stderr] Compiling wasm-game-of-life v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused imports: `Display`, `Formatter` [INFO] [stderr] --> src/lib.rs:8:22 [INFO] [stderr] | [INFO] [stderr] 8 | use std::fmt::{self, Formatter, Display}; [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.16s [INFO] running `"docker" "inspect" "407f025254a00b0410e50e0020add4f2896c9f24f6380bd67ccee2c8aeb65db9"` [INFO] running `"docker" "rm" "-f" "407f025254a00b0410e50e0020add4f2896c9f24f6380bd67ccee2c8aeb65db9"` [INFO] [stdout] 407f025254a00b0410e50e0020add4f2896c9f24f6380bd67ccee2c8aeb65db9 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Michael-St-James/wasm-game-of-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] c0c8b26056f3cfa865c38ae205c121d8fc6cf8126f8a97a692c06cefef854858 [INFO] running `"docker" "start" "-a" "c0c8b26056f3cfa865c38ae205c121d8fc6cf8126f8a97a692c06cefef854858"` [INFO] [stderr] Compiling wasm-bindgen-test-macro v0.2.29 [INFO] [stderr] Compiling js-sys v0.3.6 [INFO] [stderr] Compiling wasm-bindgen-futures v0.3.6 [INFO] [stderr] Compiling wasm-bindgen-test v0.2.29 [INFO] [stderr] Compiling wasm-game-of-life v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused imports: `Display`, `Formatter` [INFO] [stderr] --> src/lib.rs:8:22 [INFO] [stderr] | [INFO] [stderr] 8 | use std::fmt::{self, Formatter, Display}; [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.89s [INFO] running `"docker" "inspect" "c0c8b26056f3cfa865c38ae205c121d8fc6cf8126f8a97a692c06cefef854858"` [INFO] running `"docker" "rm" "-f" "c0c8b26056f3cfa865c38ae205c121d8fc6cf8126f8a97a692c06cefef854858"` [INFO] [stdout] c0c8b26056f3cfa865c38ae205c121d8fc6cf8126f8a97a692c06cefef854858 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Michael-St-James/wasm-game-of-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] 4a9df35bb5c675da3f1131db5f7c2fbe1d5700d27ac969c34a6f3d08caa39a7b [INFO] running `"docker" "start" "-a" "4a9df35bb5c675da3f1131db5f7c2fbe1d5700d27ac969c34a6f3d08caa39a7b"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running /opt/crater/target/debug/deps/wasm_game_of_life-709402229900637a [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/crater/target/debug/deps/web-b094834b8fc4f719 [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 wasm-game-of-life [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" "4a9df35bb5c675da3f1131db5f7c2fbe1d5700d27ac969c34a6f3d08caa39a7b"` [INFO] running `"docker" "rm" "-f" "4a9df35bb5c675da3f1131db5f7c2fbe1d5700d27ac969c34a6f3d08caa39a7b"` [INFO] [stdout] 4a9df35bb5c675da3f1131db5f7c2fbe1d5700d27ac969c34a6f3d08caa39a7b