Oct 10 15:18:39.062 INFO testing scottrobertwhittaker/rs-moji against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 15:18:39.062 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 15:18:39.064 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 15:18:39.686 INFO blam! 3f21a84f6d64eb4f51283a225de105077286198ee24b478213f017a932c9e29e Oct 10 15:18:39.688 INFO running `"docker" "start" "-a" "3f21a84f6d64eb4f51283a225de105077286198ee24b478213f017a932c9e29e"` Oct 10 15:18:40.580 INFO kablam! usermod: no changes Oct 10 15:18:40.629 INFO kablam! Compiling rs-moji v0.1.0 (/source) Oct 10 15:18:41.244 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 15:18:41.245 INFO kablam! --> src/interpreter.rs:49:21 Oct 10 15:18:41.245 INFO kablam! | Oct 10 15:18:41.245 INFO kablam! 49 | io::stdin().read_line(&mut input); Oct 10 15:18:41.246 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:18:41.246 INFO kablam! | Oct 10 15:18:41.246 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 15:18:41.247 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 15:18:41.247 INFO kablam! Oct 10 15:18:42.525 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.93s Oct 10 15:18:42.526 INFO kablam! su: No module specific data is present Oct 10 15:18:43.185 INFO running `"docker" "rm" "-f" "3f21a84f6d64eb4f51283a225de105077286198ee24b478213f017a932c9e29e"` Oct 10 15:18:43.436 INFO blam! 3f21a84f6d64eb4f51283a225de105077286198ee24b478213f017a932c9e29e Oct 10 15:18:43.438 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 15:18:43.438 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 15:18:43.773 INFO blam! 3ebed3262bd0ec679775c1ce319283a774572838425458a43faf527d2db12f48 Oct 10 15:18:43.778 INFO running `"docker" "start" "-a" "3ebed3262bd0ec679775c1ce319283a774572838425458a43faf527d2db12f48"` Oct 10 15:18:44.512 INFO kablam! usermod: no changes Oct 10 15:18:44.544 INFO kablam! Compiling rs-moji v0.1.0 (/source) Oct 10 15:18:45.281 INFO kablam! warning: unused variable: `interpreter` Oct 10 15:18:45.281 INFO kablam! --> src/interpreter.rs:152:17 Oct 10 15:18:45.281 INFO kablam! | Oct 10 15:18:45.281 INFO kablam! 152 | let mut interpreter = new(runtime); Oct 10 15:18:45.281 INFO kablam! | ^^^^^^^^^^^ help: consider using `_interpreter` instead Oct 10 15:18:45.281 INFO kablam! | Oct 10 15:18:45.281 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 15:18:45.281 INFO kablam! Oct 10 15:18:45.306 INFO kablam! warning: variable does not need to be mutable Oct 10 15:18:45.306 INFO kablam! --> src/interpreter.rs:152:13 Oct 10 15:18:45.306 INFO kablam! | Oct 10 15:18:45.306 INFO kablam! 152 | let mut interpreter = new(runtime); Oct 10 15:18:45.306 INFO kablam! | ----^^^^^^^^^^^ Oct 10 15:18:45.306 INFO kablam! | | Oct 10 15:18:45.306 INFO kablam! | help: remove this `mut` Oct 10 15:18:45.306 INFO kablam! | Oct 10 15:18:45.306 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 15:18:45.306 INFO kablam! Oct 10 15:18:45.348 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 15:18:45.348 INFO kablam! --> src/interpreter.rs:49:21 Oct 10 15:18:45.348 INFO kablam! | Oct 10 15:18:45.348 INFO kablam! 49 | io::stdin().read_line(&mut input); Oct 10 15:18:45.348 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:18:45.348 INFO kablam! | Oct 10 15:18:45.348 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 15:18:45.348 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 15:18:45.348 INFO kablam! Oct 10 15:18:46.618 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.08s Oct 10 15:18:46.620 INFO kablam! su: No module specific data is present Oct 10 15:18:47.276 INFO running `"docker" "rm" "-f" "3ebed3262bd0ec679775c1ce319283a774572838425458a43faf527d2db12f48"` Oct 10 15:18:47.568 INFO blam! 3ebed3262bd0ec679775c1ce319283a774572838425458a43faf527d2db12f48 Oct 10 15:18:47.574 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 15:18:47.575 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 15:18:47.972 INFO blam! bc74fa8fd6c3c5d7b357071ebf6e1a52f0d57374cedad37f7773c593e2158448 Oct 10 15:18:47.975 INFO running `"docker" "start" "-a" "bc74fa8fd6c3c5d7b357071ebf6e1a52f0d57374cedad37f7773c593e2158448"` Oct 10 15:18:48.670 INFO kablam! usermod: no changes Oct 10 15:18:48.690 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.00s Oct 10 15:18:48.693 INFO kablam! Running /target/debug/deps/rs_moji-45a0bc609c5a1724 Oct 10 15:18:48.693 INFO blam! Oct 10 15:18:48.693 INFO blam! running 33 tests Oct 10 15:18:48.694 INFO blam! test interpreter::tests::test_eval_display_node ... ok Oct 10 15:18:48.695 INFO blam! test interpreter::tests::test_eval_point_left_node ... ok Oct 10 15:18:48.695 INFO blam! test interpreter::tests::test_eval_point_right_node ... ok Oct 10 15:18:48.695 INFO blam! test interpreter::tests::test_eval_thumbs_down_node ... ok Oct 10 15:18:48.695 INFO blam! test interpreter::tests::test_eval_loop_node ... ok Oct 10 15:18:48.695 INFO blam! test interpreter::tests::test_eval_end_loop_node ... ok Oct 10 15:18:48.695 INFO blam! test interpreter::tests::test_eval_thumbs_up_node ... ok Oct 10 15:18:48.695 INFO blam! test interpreter::tests::test_eval_save_node ... ok Oct 10 15:18:48.695 INFO blam! test lexer::tests::test_two_characters ... ok Oct 10 15:18:48.695 INFO blam! test parser::tests::test_display ... ok Oct 10 15:18:48.695 INFO blam! test parser::tests::test_end_loop ... ok Oct 10 15:18:48.695 INFO blam! test parser::tests::test_loop ... ok Oct 10 15:18:48.695 INFO blam! test parser::tests::test_point_right ... ok Oct 10 15:18:48.695 INFO blam! test parser::tests::test_point_left ... ok Oct 10 15:18:48.695 INFO blam! test interpreter::tests::test_nested_loop_map ... ok Oct 10 15:18:48.695 INFO blam! test parser::tests::test_save ... ok Oct 10 15:18:48.695 INFO blam! test lexer::tests::test_one_character ... ok Oct 10 15:18:48.695 INFO blam! test parser::tests::test_thumbs_down ... ok Oct 10 15:18:48.697 INFO blam! test interpreter::tests::test_loop_map ... ok Oct 10 15:18:48.697 INFO blam! test parser::tests::test_thumbs_up ... ok Oct 10 15:18:48.697 INFO blam! test runtime::tests::test_decrement_data ... ok Oct 10 15:18:48.697 INFO blam! test runtime::tests::test_increment_data ... ok Oct 10 15:18:48.700 INFO blam! test runtime::tests::test_increment_instruction_pointer ... ok Oct 10 15:18:48.701 INFO blam! test runtime::tests::test_data_pointer ... ok Oct 10 15:18:48.701 INFO blam! test runtime::tests::test_data ... ok Oct 10 15:18:48.703 INFO blam! test runtime::tests::test_instruction_pointer ... ok Oct 10 15:18:48.704 INFO blam! test runtime::tests::test_decrement_data_pointer ... ok Oct 10 15:18:48.704 INFO blam! test runtime::tests::test_set_instruction_pointer ... ok Oct 10 15:18:48.708 INFO blam! test runtime::tests::test_current_data ... ok Oct 10 15:18:48.713 INFO blam! test runtime::tests::test_increment_data_pointer ... ok Oct 10 15:18:48.713 INFO blam! test runtime::tests::test_set_data ... ok Oct 10 15:18:48.723 INFO blam! test interpreter::tests::test_uneven_end_loop ... ok Oct 10 15:18:48.723 INFO blam! test interpreter::tests::test_uneven_loop ... ok Oct 10 15:18:48.723 INFO blam! Oct 10 15:18:48.723 INFO blam! test result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 15:18:48.723 INFO blam! Oct 10 15:18:48.725 INFO kablam! su: No module specific data is present Oct 10 15:18:49.124 INFO running `"docker" "rm" "-f" "bc74fa8fd6c3c5d7b357071ebf6e1a52f0d57374cedad37f7773c593e2158448"` Oct 10 15:18:49.421 INFO blam! bc74fa8fd6c3c5d7b357071ebf6e1a52f0d57374cedad37f7773c593e2158448