Oct 11 07:41:14.121 INFO testing AndersonReyes/lox against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 07:41:14.121 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 07:41:14.121 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 11 07:41:14.687 INFO blam! ca6b147151484e70b9b35e5c402960310db4c10ced68c95d52185fbb959cb2af Oct 11 07:41:14.704 INFO running `"docker" "start" "-a" "ca6b147151484e70b9b35e5c402960310db4c10ced68c95d52185fbb959cb2af"` Oct 11 07:41:15.544 INFO kablam! usermod: no changes Oct 11 07:41:15.612 INFO kablam! Compiling pl v0.1.0 (/source) Oct 11 07:41:16.396 INFO kablam! warning: unused import: `std::fmt` Oct 11 07:41:16.396 INFO kablam! --> src/token.rs:1:5 Oct 11 07:41:16.396 INFO kablam! | Oct 11 07:41:16.396 INFO kablam! 1 | use std::fmt; Oct 11 07:41:16.396 INFO kablam! | ^^^^^^^^ Oct 11 07:41:16.396 INFO kablam! | Oct 11 07:41:16.396 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 07:41:16.396 INFO kablam! Oct 11 07:41:16.398 INFO kablam! warning: unused import: `token::*` Oct 11 07:41:16.398 INFO kablam! --> src/token.rs:380:9 Oct 11 07:41:16.398 INFO kablam! | Oct 11 07:41:16.398 INFO kablam! 380 | use token::*; Oct 11 07:41:16.398 INFO kablam! | ^^^^^^^^ Oct 11 07:41:16.398 INFO kablam! Oct 11 07:41:16.401 INFO kablam! warning: unused import: `token::NodeType` Oct 11 07:41:16.401 INFO kablam! --> src/debug_utils.rs:2:5 Oct 11 07:41:16.401 INFO kablam! | Oct 11 07:41:16.401 INFO kablam! 2 | use token::NodeType; Oct 11 07:41:16.401 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 07:41:16.401 INFO kablam! Oct 11 07:41:16.401 INFO kablam! warning: unused import: `debug_utils::*` Oct 11 07:41:16.401 INFO kablam! --> src/debug_utils.rs:37:9 Oct 11 07:41:16.401 INFO kablam! | Oct 11 07:41:16.401 INFO kablam! 37 | use debug_utils::*; Oct 11 07:41:16.401 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 07:41:16.401 INFO kablam! Oct 11 07:41:16.677 INFO kablam! warning: variable does not need to be mutable Oct 11 07:41:16.677 INFO kablam! --> src/parser.rs:264:13 Oct 11 07:41:16.678 INFO kablam! | Oct 11 07:41:16.678 INFO kablam! 264 | let mut tok = self.get_token_wrapper(); Oct 11 07:41:16.678 INFO kablam! | ----^^^ Oct 11 07:41:16.679 INFO kablam! | | Oct 11 07:41:16.679 INFO kablam! | help: remove this `mut` Oct 11 07:41:16.679 INFO kablam! | Oct 11 07:41:16.680 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 07:41:16.680 INFO kablam! Oct 11 07:41:16.680 INFO kablam! warning: function is never used: `check_tree_equal` Oct 11 07:41:16.680 INFO kablam! --> src/debug_utils.rs:4:1 Oct 11 07:41:16.681 INFO kablam! | Oct 11 07:41:16.681 INFO kablam! 4 | pub fn check_tree_equal(first: &mut Node, other: &mut Node) -> bool { Oct 11 07:41:16.681 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:41:16.682 INFO kablam! | Oct 11 07:41:16.682 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 07:41:16.682 INFO kablam! Oct 11 07:41:16.682 INFO kablam! warning: variant `If_Branch` should have a camel case name such as `IfBranch` Oct 11 07:41:16.683 INFO kablam! --> src/token.rs:105:5 Oct 11 07:41:16.683 INFO kablam! | Oct 11 07:41:16.683 INFO kablam! 105 | If_Branch, Oct 11 07:41:16.684 INFO kablam! | ^^^^^^^^^ Oct 11 07:41:16.684 INFO kablam! | Oct 11 07:41:16.684 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 11 07:41:16.684 INFO kablam! Oct 11 07:41:16.685 INFO kablam! warning: type `symbol_table` should have a camel case name such as `SymbolTable` Oct 11 07:41:16.685 INFO kablam! --> src/parser.rs:8:1 Oct 11 07:41:16.685 INFO kablam! | Oct 11 07:41:16.686 INFO kablam! 8 | type symbol_table = HashMap; Oct 11 07:41:16.686 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:41:16.686 INFO kablam! Oct 11 07:41:17.872 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.28s Oct 11 07:41:17.882 INFO kablam! su: No module specific data is present Oct 11 07:41:18.460 INFO running `"docker" "rm" "-f" "ca6b147151484e70b9b35e5c402960310db4c10ced68c95d52185fbb959cb2af"` Oct 11 07:41:18.668 INFO blam! ca6b147151484e70b9b35e5c402960310db4c10ced68c95d52185fbb959cb2af Oct 11 07:41:18.673 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 07:41:18.673 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 11 07:41:19.053 INFO blam! 78604a0342902ed1c7bf2f96b3072443d97a155ae6476045c57b03b13d8eff28 Oct 11 07:41:19.060 INFO running `"docker" "start" "-a" "78604a0342902ed1c7bf2f96b3072443d97a155ae6476045c57b03b13d8eff28"` Oct 11 07:41:20.062 INFO kablam! usermod: no changes Oct 11 07:41:20.094 INFO kablam! Compiling pl v0.1.0 (/source) Oct 11 07:41:21.144 INFO kablam! warning: unused import: `std::fmt` Oct 11 07:41:21.144 INFO kablam! --> src/token.rs:1:5 Oct 11 07:41:21.144 INFO kablam! | Oct 11 07:41:21.144 INFO kablam! 1 | use std::fmt; Oct 11 07:41:21.144 INFO kablam! | ^^^^^^^^ Oct 11 07:41:21.144 INFO kablam! | Oct 11 07:41:21.145 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 07:41:21.145 INFO kablam! Oct 11 07:41:21.888 INFO kablam! warning: variable does not need to be mutable Oct 11 07:41:21.888 INFO kablam! --> src/parser.rs:264:13 Oct 11 07:41:21.888 INFO kablam! | Oct 11 07:41:21.888 INFO kablam! 264 | let mut tok = self.get_token_wrapper(); Oct 11 07:41:21.888 INFO kablam! | ----^^^ Oct 11 07:41:21.888 INFO kablam! | | Oct 11 07:41:21.888 INFO kablam! | help: remove this `mut` Oct 11 07:41:21.888 INFO kablam! | Oct 11 07:41:21.888 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 07:41:21.888 INFO kablam! Oct 11 07:41:21.944 INFO kablam! warning: variant `If_Branch` should have a camel case name such as `IfBranch` Oct 11 07:41:21.944 INFO kablam! --> src/token.rs:105:5 Oct 11 07:41:21.944 INFO kablam! | Oct 11 07:41:21.944 INFO kablam! 105 | If_Branch, Oct 11 07:41:21.944 INFO kablam! | ^^^^^^^^^ Oct 11 07:41:21.944 INFO kablam! | Oct 11 07:41:21.944 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 11 07:41:21.944 INFO kablam! Oct 11 07:41:21.948 INFO kablam! warning: type `symbol_table` should have a camel case name such as `SymbolTable` Oct 11 07:41:21.948 INFO kablam! --> src/parser.rs:8:1 Oct 11 07:41:21.948 INFO kablam! | Oct 11 07:41:21.948 INFO kablam! 8 | type symbol_table = HashMap; Oct 11 07:41:21.948 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:41:21.948 INFO kablam! Oct 11 07:41:23.802 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.72s Oct 11 07:41:23.804 INFO kablam! su: No module specific data is present Oct 11 07:41:24.604 INFO running `"docker" "rm" "-f" "78604a0342902ed1c7bf2f96b3072443d97a155ae6476045c57b03b13d8eff28"` Oct 11 07:41:24.882 INFO blam! 78604a0342902ed1c7bf2f96b3072443d97a155ae6476045c57b03b13d8eff28 Oct 11 07:41:24.886 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 07:41:24.886 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 11 07:41:25.219 INFO blam! e4c3f34b9687e960fb6d713c8d82bf99b70a54a1c957dec263e2714bb172f710 Oct 11 07:41:25.220 INFO running `"docker" "start" "-a" "e4c3f34b9687e960fb6d713c8d82bf99b70a54a1c957dec263e2714bb172f710"` Oct 11 07:41:26.576 INFO kablam! usermod: no changes Oct 11 07:41:26.600 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 07:41:26.602 INFO kablam! Running /target/debug/deps/pl-c01315ff634f2ad4 Oct 11 07:41:26.608 INFO blam! Oct 11 07:41:26.608 INFO blam! running 37 tests Oct 11 07:41:26.614 INFO blam! test lexer::tests::test_singlechar_operators ... ok Oct 11 07:41:26.614 INFO blam! test lexer::tests::test_recognize_keywords ... ok Oct 11 07:41:26.620 INFO blam! test debug_utils::test::test_depth_1 ... ok Oct 11 07:41:26.620 INFO blam! test debug_utils::test::test_depth_deep ... ok Oct 11 07:41:26.624 INFO blam! test lexer::tests::test_multichar_operators ... ok Oct 11 07:41:26.624 INFO blam! test parser::test::test_comparison_greater_equal ... ok Oct 11 07:41:26.624 INFO blam! test parser::test::test_comparison_equalequal ... ok Oct 11 07:41:26.624 INFO blam! test parser::test::test_comparison_greater ... ok Oct 11 07:41:26.628 INFO blam! test parser::test::test_factor_division ... ok Oct 11 07:41:26.628 INFO blam! test lexer::tests::test_new ... ok Oct 11 07:41:26.628 INFO blam! test parser::test::test_comparison_bang_equal ... ok Oct 11 07:41:26.628 INFO blam! test parser::test::test_expression_assert ... ok Oct 11 07:41:26.628 INFO blam! test parser::test::test_comparison_less ... ok Oct 11 07:41:26.628 INFO blam! test parser::test::test_comparison_less_equal ... ok Oct 11 07:41:26.628 INFO blam! test lexer::tests::test_next_token ... ok Oct 11 07:41:26.629 INFO blam! test parser::test::test_store_variable ... ok Oct 11 07:41:26.629 INFO blam! test parser::test::test_literal_strings ... ok Oct 11 07:41:26.630 INFO blam! test parser::test::test_factor_multiplication ... ok Oct 11 07:41:26.630 INFO blam! test parser::test::test_literal_null ... ok Oct 11 07:41:26.630 INFO blam! test parser::test::test_literal_number ... ok Oct 11 07:41:26.630 INFO blam! test parser::test::test_term_add ... ok Oct 11 07:41:26.630 INFO blam! test parser::test::test_literal_booleans ... ok Oct 11 07:41:26.630 INFO blam! test parser::test::test_factor_multop ... ok Oct 11 07:41:26.630 INFO blam! test parser::test::test_term_multop ... ok Oct 11 07:41:26.630 INFO blam! test parser::test::test_term_subtract ... ok Oct 11 07:41:26.630 INFO blam! test token::test::test_add_string ... ok Oct 11 07:41:26.636 INFO blam! test token::test::test_multiply_string ... ok Oct 11 07:41:26.636 INFO blam! test token::test::test_add_numbers_negative ... ok Oct 11 07:41:26.636 INFO blam! test token::test::test_multiply_numbers_negative ... ok Oct 11 07:41:26.636 INFO blam! test token::test::test_multiply_numbers_positive ... ok Oct 11 07:41:26.636 INFO blam! test token::test::test_add_numbers_positive ... ok Oct 11 07:41:26.636 INFO blam! test token::test::test_subtract_numbers_negative ... ok Oct 11 07:41:26.636 INFO blam! test token::test::test_subtract_numbers_positive ... ok Oct 11 07:41:26.637 INFO blam! test parser::test::test_unary_multiple_expressions ... ok Oct 11 07:41:26.637 INFO blam! test parser::test::test_unary ... ok Oct 11 07:41:26.637 INFO blam! test token::test::test_subtract_numbers_positivetring ... ok Oct 11 07:41:26.656 INFO blam! test debug_utils::test::test_depth_deep_unequal ... ok Oct 11 07:41:26.656 INFO blam! Oct 11 07:41:26.656 INFO blam! test result: ok. 37 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 07:41:26.656 INFO blam! Oct 11 07:41:26.664 INFO kablam! Running /target/debug/deps/integration_test-30b2728c38cfab98 Oct 11 07:41:26.666 INFO blam! Oct 11 07:41:26.666 INFO blam! running 1 test Oct 11 07:41:26.729 INFO blam! test run_programs_test ... ok Oct 11 07:41:26.729 INFO blam! Oct 11 07:41:26.729 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 07:41:26.729 INFO blam! Oct 11 07:41:26.731 INFO kablam! su: No module specific data is present Oct 11 07:41:27.270 INFO running `"docker" "rm" "-f" "e4c3f34b9687e960fb6d713c8d82bf99b70a54a1c957dec263e2714bb172f710"` Oct 11 07:41:27.545 INFO blam! e4c3f34b9687e960fb6d713c8d82bf99b70a54a1c957dec263e2714bb172f710