Oct 13 06:22:44.834 INFO testing msifd/game-of-life-rs against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 06:22:44.834 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 06:22:45.080 INFO blam! 70a4ef5838a57a79b5f4ac76f316c5fa88ec98d3eb99b0be073785a3ea562a9d Oct 13 06:22:45.081 INFO running `"docker" "start" "-a" "70a4ef5838a57a79b5f4ac76f316c5fa88ec98d3eb99b0be073785a3ea562a9d"` Oct 13 06:22:45.519 INFO kablam! usermod: no changes Oct 13 06:22:45.566 INFO kablam! warning: file found to be present in multiple build targets: /source/src/main.rs Oct 13 06:22:45.579 INFO kablam! Compiling life_game_rs v0.1.0 (/source) Oct 13 06:22:45.839 INFO kablam! warning: doc comment not used by rustdoc Oct 13 06:22:45.839 INFO kablam! --> src/render.rs:6:5 Oct 13 06:22:45.839 INFO kablam! | Oct 13 06:22:45.839 INFO kablam! 6 | /// empty cell, life cell, horizontal border, vertical border Oct 13 06:22:45.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:22:45.839 INFO kablam! | Oct 13 06:22:45.839 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 13 06:22:45.839 INFO kablam! Oct 13 06:22:45.991 INFO kablam! warning: function is never used: `main` Oct 13 06:22:45.991 INFO kablam! --> src/main.rs:10:1 Oct 13 06:22:45.991 INFO kablam! | Oct 13 06:22:45.991 INFO kablam! 10 | fn main() { Oct 13 06:22:45.991 INFO kablam! | ^^^^^^^^^ Oct 13 06:22:45.991 INFO kablam! | Oct 13 06:22:45.991 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 06:22:45.991 INFO kablam! Oct 13 06:22:47.467 INFO kablam! warning: doc comment not used by rustdoc Oct 13 06:22:47.467 INFO kablam! --> src/render.rs:6:5 Oct 13 06:22:47.467 INFO kablam! | Oct 13 06:22:47.467 INFO kablam! 6 | /// empty cell, life cell, horizontal border, vertical border Oct 13 06:22:47.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:22:47.467 INFO kablam! | Oct 13 06:22:47.467 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 13 06:22:47.467 INFO kablam! Oct 13 06:22:48.890 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.35s Oct 13 06:22:48.891 INFO kablam! su: No module specific data is present Oct 13 06:22:49.573 INFO running `"docker" "rm" "-f" "70a4ef5838a57a79b5f4ac76f316c5fa88ec98d3eb99b0be073785a3ea562a9d"` Oct 13 06:22:49.907 INFO blam! 70a4ef5838a57a79b5f4ac76f316c5fa88ec98d3eb99b0be073785a3ea562a9d Oct 13 06:22:49.911 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 06:22:50.299 INFO blam! ebd2ed0b301fcac12f257c62ba09bed31bcffeca33a4589d6c66eea9ea385261 Oct 13 06:22:50.303 INFO running `"docker" "start" "-a" "ebd2ed0b301fcac12f257c62ba09bed31bcffeca33a4589d6c66eea9ea385261"` Oct 13 06:22:51.394 INFO kablam! usermod: no changes Oct 13 06:22:51.431 INFO kablam! warning: file found to be present in multiple build targets: /source/src/main.rs Oct 13 06:22:51.437 INFO kablam! Compiling life_game_rs v0.1.0 (/source) Oct 13 06:22:51.863 INFO kablam! warning: doc comment not used by rustdoc Oct 13 06:22:51.863 INFO kablam! --> src/render.rs:6:5 Oct 13 06:22:51.863 INFO kablam! | Oct 13 06:22:51.863 INFO kablam! 6 | /// empty cell, life cell, horizontal border, vertical border Oct 13 06:22:51.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:22:51.863 INFO kablam! | Oct 13 06:22:51.863 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 13 06:22:51.863 INFO kablam! Oct 13 06:22:51.983 INFO kablam! warning: doc comment not used by rustdoc Oct 13 06:22:51.983 INFO kablam! --> src/render.rs:6:5 Oct 13 06:22:51.983 INFO kablam! | Oct 13 06:22:51.983 INFO kablam! 6 | /// empty cell, life cell, horizontal border, vertical border Oct 13 06:22:51.983 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:22:51.983 INFO kablam! | Oct 13 06:22:51.983 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 13 06:22:51.983 INFO kablam! Oct 13 06:22:52.771 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.35s Oct 13 06:22:52.771 INFO kablam! su: No module specific data is present Oct 13 06:22:53.439 INFO running `"docker" "rm" "-f" "ebd2ed0b301fcac12f257c62ba09bed31bcffeca33a4589d6c66eea9ea385261"` Oct 13 06:22:53.723 INFO blam! ebd2ed0b301fcac12f257c62ba09bed31bcffeca33a4589d6c66eea9ea385261 Oct 13 06:22:53.726 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 06:22:54.088 INFO blam! 68507b7da7398844ba84f10e058f9859d8e4fe74a0c6bee4945ac0e8da8e4347 Oct 13 06:22:54.091 INFO running `"docker" "start" "-a" "68507b7da7398844ba84f10e058f9859d8e4fe74a0c6bee4945ac0e8da8e4347"` Oct 13 06:22:55.239 INFO kablam! usermod: no changes Oct 13 06:22:55.279 INFO kablam! warning: file found to be present in multiple build targets: /source/src/main.rs Oct 13 06:22:55.291 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 13 06:22:55.292 INFO kablam! Running /target/debug/deps/life_game_rs-4b95f1c519b021e3 Oct 13 06:22:55.292 INFO blam! Oct 13 06:22:55.292 INFO blam! running 0 tests Oct 13 06:22:55.292 INFO blam! Oct 13 06:22:55.292 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 06:22:55.292 INFO blam! Oct 13 06:22:55.297 INFO blam! Oct 13 06:22:55.297 INFO kablam! Running /target/debug/deps/life_game_rs-5b6ee231432839dc Oct 13 06:22:55.297 INFO blam! running 0 tests Oct 13 06:22:55.297 INFO kablam! Doc-tests life_game_rs Oct 13 06:22:55.297 INFO blam! Oct 13 06:22:55.297 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 06:22:55.297 INFO blam! Oct 13 06:22:55.740 INFO blam! Oct 13 06:22:55.741 INFO blam! running 0 tests Oct 13 06:22:55.741 INFO blam! Oct 13 06:22:55.741 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 06:22:55.742 INFO blam! Oct 13 06:22:55.744 INFO kablam! su: No module specific data is present Oct 13 06:22:56.321 INFO running `"docker" "rm" "-f" "68507b7da7398844ba84f10e058f9859d8e4fe74a0c6bee4945ac0e8da8e4347"` Oct 13 06:22:56.610 INFO blam! 68507b7da7398844ba84f10e058f9859d8e4fe74a0c6bee4945ac0e8da8e4347