Oct 13 01:12:06.362 INFO testing scottrobertwhittaker/rs-moji against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 01:12:06.363 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 01:12:06.847 INFO blam! 8a5982bc907daec72c5c82ba3834021c1fb5da554e2e4aff8cdfef3f21b9cf9c Oct 13 01:12:06.855 INFO running `"docker" "start" "-a" "8a5982bc907daec72c5c82ba3834021c1fb5da554e2e4aff8cdfef3f21b9cf9c"` Oct 13 01:12:07.972 INFO kablam! usermod: no changes Oct 13 01:12:08.056 INFO kablam! Compiling rs-moji v0.1.0 (/source) Oct 13 01:12:08.507 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:12:08.507 INFO kablam! --> src/interpreter.rs:49:21 Oct 13 01:12:08.507 INFO kablam! | Oct 13 01:12:08.507 INFO kablam! 49 | io::stdin().read_line(&mut input); Oct 13 01:12:08.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:12:08.507 INFO kablam! | Oct 13 01:12:08.507 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 01:12:08.507 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:12:08.507 INFO kablam! Oct 13 01:12:09.491 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.47s Oct 13 01:12:09.491 INFO kablam! su: No module specific data is present Oct 13 01:12:10.116 INFO running `"docker" "rm" "-f" "8a5982bc907daec72c5c82ba3834021c1fb5da554e2e4aff8cdfef3f21b9cf9c"` Oct 13 01:12:10.375 INFO blam! 8a5982bc907daec72c5c82ba3834021c1fb5da554e2e4aff8cdfef3f21b9cf9c Oct 13 01:12:10.376 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 01:12:10.803 INFO blam! b21f9780921e76b79ddba3b347204284f45244f9a3856b5a19e4b1dc2ad9f158 Oct 13 01:12:10.806 INFO running `"docker" "start" "-a" "b21f9780921e76b79ddba3b347204284f45244f9a3856b5a19e4b1dc2ad9f158"` Oct 13 01:12:12.025 INFO kablam! usermod: no changes Oct 13 01:12:12.065 INFO kablam! Compiling rs-moji v0.1.0 (/source) Oct 13 01:12:12.611 INFO kablam! warning: unused variable: `interpreter` Oct 13 01:12:12.611 INFO kablam! --> src/interpreter.rs:152:17 Oct 13 01:12:12.611 INFO kablam! | Oct 13 01:12:12.611 INFO kablam! 152 | let mut interpreter = new(runtime); Oct 13 01:12:12.611 INFO kablam! | ^^^^^^^^^^^ help: consider using `_interpreter` instead Oct 13 01:12:12.611 INFO kablam! | Oct 13 01:12:12.611 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 01:12:12.611 INFO kablam! Oct 13 01:12:12.628 INFO kablam! warning: variable does not need to be mutable Oct 13 01:12:12.628 INFO kablam! --> src/interpreter.rs:152:13 Oct 13 01:12:12.628 INFO kablam! | Oct 13 01:12:12.628 INFO kablam! 152 | let mut interpreter = new(runtime); Oct 13 01:12:12.628 INFO kablam! | ----^^^^^^^^^^^ Oct 13 01:12:12.628 INFO kablam! | | Oct 13 01:12:12.628 INFO kablam! | help: remove this `mut` Oct 13 01:12:12.628 INFO kablam! | Oct 13 01:12:12.628 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 01:12:12.628 INFO kablam! Oct 13 01:12:12.671 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:12:12.671 INFO kablam! --> src/interpreter.rs:49:21 Oct 13 01:12:12.671 INFO kablam! | Oct 13 01:12:12.671 INFO kablam! 49 | io::stdin().read_line(&mut input); Oct 13 01:12:12.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:12:12.671 INFO kablam! | Oct 13 01:12:12.671 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 01:12:12.671 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:12:12.671 INFO kablam! Oct 13 01:12:13.840 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.79s Oct 13 01:12:13.840 INFO kablam! su: No module specific data is present Oct 13 01:12:14.319 INFO running `"docker" "rm" "-f" "b21f9780921e76b79ddba3b347204284f45244f9a3856b5a19e4b1dc2ad9f158"` Oct 13 01:12:14.629 INFO blam! b21f9780921e76b79ddba3b347204284f45244f9a3856b5a19e4b1dc2ad9f158 Oct 13 01:12:14.631 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 01:12:15.065 INFO blam! 53e6d60d226264464407b30d912e302d8d0c408e5cc1084ee37f082dae7bc851 Oct 13 01:12:15.075 INFO running `"docker" "start" "-a" "53e6d60d226264464407b30d912e302d8d0c408e5cc1084ee37f082dae7bc851"` Oct 13 01:12:16.111 INFO kablam! usermod: no changes Oct 13 01:12:16.143 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 13 01:12:16.155 INFO kablam! Running /target/debug/deps/rs_moji-e04366226fd80bfa Oct 13 01:12:16.159 INFO blam! Oct 13 01:12:16.159 INFO blam! running 33 tests Oct 13 01:12:16.175 INFO blam! test interpreter::tests::test_eval_point_right_node ... ok Oct 13 01:12:16.175 INFO blam! test interpreter::tests::test_eval_save_node ... ok Oct 13 01:12:16.176 INFO blam! test interpreter::tests::test_eval_display_node ... ok Oct 13 01:12:16.176 INFO blam! test interpreter::tests::test_eval_end_loop_node ... ok Oct 13 01:12:16.176 INFO blam! test interpreter::tests::test_eval_point_left_node ... ok Oct 13 01:12:16.177 INFO blam! test interpreter::tests::test_loop_map ... ok Oct 13 01:12:16.177 INFO blam! test interpreter::tests::test_nested_loop_map ... ok Oct 13 01:12:16.177 INFO blam! test interpreter::tests::test_eval_thumbs_down_node ... ok Oct 13 01:12:16.201 INFO blam! test interpreter::tests::test_eval_loop_node ... ok Oct 13 01:12:16.201 INFO blam! test lexer::tests::test_one_character ... ok Oct 13 01:12:16.201 INFO blam! test interpreter::tests::test_eval_thumbs_up_node ... ok Oct 13 01:12:16.202 INFO blam! test parser::tests::test_loop ... ok Oct 13 01:12:16.202 INFO blam! test parser::tests::test_point_left ... ok Oct 13 01:12:16.202 INFO blam! test parser::tests::test_point_right ... ok Oct 13 01:12:16.203 INFO blam! test parser::tests::test_thumbs_up ... ok Oct 13 01:12:16.203 INFO blam! test parser::tests::test_thumbs_down ... ok Oct 13 01:12:16.203 INFO blam! test parser::tests::test_save ... ok Oct 13 01:12:16.204 INFO blam! test runtime::tests::test_current_data ... ok Oct 13 01:12:16.204 INFO blam! test runtime::tests::test_data ... ok Oct 13 01:12:16.205 INFO blam! test runtime::tests::test_data_pointer ... ok Oct 13 01:12:16.205 INFO blam! test runtime::tests::test_decrement_data ... ok Oct 13 01:12:16.205 INFO blam! test runtime::tests::test_decrement_data_pointer ... ok Oct 13 01:12:16.206 INFO blam! test runtime::tests::test_increment_data ... ok Oct 13 01:12:16.206 INFO blam! test runtime::tests::test_increment_data_pointer ... ok Oct 13 01:12:16.206 INFO blam! test runtime::tests::test_increment_instruction_pointer ... ok Oct 13 01:12:16.207 INFO blam! test runtime::tests::test_instruction_pointer ... ok Oct 13 01:12:16.207 INFO blam! test runtime::tests::test_set_data ... ok Oct 13 01:12:16.208 INFO blam! test lexer::tests::test_two_characters ... ok Oct 13 01:12:16.208 INFO blam! test parser::tests::test_display ... ok Oct 13 01:12:16.211 INFO blam! test parser::tests::test_end_loop ... ok Oct 13 01:12:16.215 INFO blam! test runtime::tests::test_set_instruction_pointer ... ok Oct 13 01:12:16.234 INFO blam! test interpreter::tests::test_uneven_end_loop ... ok Oct 13 01:12:16.235 INFO kablam! su: No module specific data is present Oct 13 01:12:16.235 INFO blam! test interpreter::tests::test_uneven_loop ... ok Oct 13 01:12:16.235 INFO blam! Oct 13 01:12:16.235 INFO blam! test result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 01:12:16.235 INFO blam! Oct 13 01:12:16.771 INFO running `"docker" "rm" "-f" "53e6d60d226264464407b30d912e302d8d0c408e5cc1084ee37f082dae7bc851"` Oct 13 01:12:17.031 INFO blam! 53e6d60d226264464407b30d912e302d8d0c408e5cc1084ee37f082dae7bc851