Oct 15 12:37:16.756 INFO testing AndersonReyes/lox against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 12:37:16.756 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 12:37:17.445 INFO blam! 9d6a03bf7331e26bcfdc46e756ef429b52e473571265a2a71c1fb1c7dc8eb234 Oct 15 12:37:17.448 INFO running `"docker" "start" "-a" "9d6a03bf7331e26bcfdc46e756ef429b52e473571265a2a71c1fb1c7dc8eb234"` Oct 15 12:37:19.405 INFO kablam! usermod: no changes Oct 15 12:37:19.451 INFO kablam! Compiling pl v0.1.0 (/source) Oct 15 12:37:19.999 INFO kablam! warning: unused import: `std::fmt` Oct 15 12:37:19.999 INFO kablam! --> src/token.rs:1:5 Oct 15 12:37:20.000 INFO kablam! | Oct 15 12:37:20.000 INFO kablam! 1 | use std::fmt; Oct 15 12:37:20.000 INFO kablam! | ^^^^^^^^ Oct 15 12:37:20.001 INFO kablam! | Oct 15 12:37:20.001 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 12:37:20.001 INFO kablam! Oct 15 12:37:20.001 INFO kablam! warning: unused import: `token::*` Oct 15 12:37:20.002 INFO kablam! --> src/token.rs:380:9 Oct 15 12:37:20.002 INFO kablam! | Oct 15 12:37:20.002 INFO kablam! 380 | use token::*; Oct 15 12:37:20.003 INFO kablam! | ^^^^^^^^ Oct 15 12:37:20.003 INFO kablam! Oct 15 12:37:20.003 INFO kablam! warning: unused import: `token::NodeType` Oct 15 12:37:20.003 INFO kablam! --> src/debug_utils.rs:2:5 Oct 15 12:37:20.004 INFO kablam! | Oct 15 12:37:20.004 INFO kablam! 2 | use token::NodeType; Oct 15 12:37:20.004 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 12:37:20.004 INFO kablam! Oct 15 12:37:20.005 INFO kablam! warning: unused import: `debug_utils::*` Oct 15 12:37:20.005 INFO kablam! --> src/debug_utils.rs:37:9 Oct 15 12:37:20.005 INFO kablam! | Oct 15 12:37:20.005 INFO kablam! 37 | use debug_utils::*; Oct 15 12:37:20.006 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 12:37:20.006 INFO kablam! Oct 15 12:37:20.271 INFO kablam! warning: variable does not need to be mutable Oct 15 12:37:20.272 INFO kablam! --> src/parser.rs:264:13 Oct 15 12:37:20.272 INFO kablam! | Oct 15 12:37:20.272 INFO kablam! 264 | let mut tok = self.get_token_wrapper(); Oct 15 12:37:20.272 INFO kablam! | ----^^^ Oct 15 12:37:20.273 INFO kablam! | | Oct 15 12:37:20.273 INFO kablam! | help: remove this `mut` Oct 15 12:37:20.273 INFO kablam! | Oct 15 12:37:20.279 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 12:37:20.279 INFO kablam! Oct 15 12:37:20.279 INFO kablam! warning: function is never used: `check_tree_equal` Oct 15 12:37:20.280 INFO kablam! --> src/debug_utils.rs:4:1 Oct 15 12:37:20.280 INFO kablam! | Oct 15 12:37:20.280 INFO kablam! 4 | pub fn check_tree_equal(first: &mut Node, other: &mut Node) -> bool { Oct 15 12:37:20.280 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:37:20.281 INFO kablam! | Oct 15 12:37:20.281 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 12:37:20.281 INFO kablam! Oct 15 12:37:20.281 INFO kablam! warning: variant `If_Branch` should have a camel case name such as `IfBranch` Oct 15 12:37:20.281 INFO kablam! --> src/token.rs:105:5 Oct 15 12:37:20.282 INFO kablam! | Oct 15 12:37:20.282 INFO kablam! 105 | If_Branch, Oct 15 12:37:20.282 INFO kablam! | ^^^^^^^^^ Oct 15 12:37:20.282 INFO kablam! | Oct 15 12:37:20.283 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 15 12:37:20.283 INFO kablam! Oct 15 12:37:20.283 INFO kablam! warning: type `symbol_table` should have a camel case name such as `SymbolTable` Oct 15 12:37:20.283 INFO kablam! --> src/parser.rs:8:1 Oct 15 12:37:20.284 INFO kablam! | Oct 15 12:37:20.284 INFO kablam! 8 | type symbol_table = HashMap; Oct 15 12:37:20.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:37:20.284 INFO kablam! Oct 15 12:37:22.081 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.65s Oct 15 12:37:22.082 INFO kablam! su: No module specific data is present Oct 15 12:37:23.093 INFO running `"docker" "rm" "-f" "9d6a03bf7331e26bcfdc46e756ef429b52e473571265a2a71c1fb1c7dc8eb234"` Oct 15 12:37:23.479 INFO blam! 9d6a03bf7331e26bcfdc46e756ef429b52e473571265a2a71c1fb1c7dc8eb234 Oct 15 12:37:23.492 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 12:37:23.887 INFO blam! 31297b13aabd447d66262ed52598c65f3d87d9fbd57ca150cebaf2cd2e8f5f41 Oct 15 12:37:23.890 INFO running `"docker" "start" "-a" "31297b13aabd447d66262ed52598c65f3d87d9fbd57ca150cebaf2cd2e8f5f41"` Oct 15 12:37:25.399 INFO kablam! usermod: no changes Oct 15 12:37:25.463 INFO kablam! Compiling pl v0.1.0 (/source) Oct 15 12:37:26.279 INFO kablam! warning: unused import: `std::fmt` Oct 15 12:37:26.279 INFO kablam! --> src/token.rs:1:5 Oct 15 12:37:26.280 INFO kablam! | Oct 15 12:37:26.280 INFO kablam! 1 | use std::fmt; Oct 15 12:37:26.280 INFO kablam! | ^^^^^^^^ Oct 15 12:37:26.280 INFO kablam! | Oct 15 12:37:26.281 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 12:37:26.281 INFO kablam! Oct 15 12:37:27.055 INFO kablam! warning: variable does not need to be mutable Oct 15 12:37:27.056 INFO kablam! --> src/parser.rs:264:13 Oct 15 12:37:27.056 INFO kablam! | Oct 15 12:37:27.056 INFO kablam! 264 | let mut tok = self.get_token_wrapper(); Oct 15 12:37:27.056 INFO kablam! | ----^^^ Oct 15 12:37:27.057 INFO kablam! | | Oct 15 12:37:27.057 INFO kablam! | help: remove this `mut` Oct 15 12:37:27.057 INFO kablam! | Oct 15 12:37:27.058 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 12:37:27.058 INFO kablam! Oct 15 12:37:27.237 INFO kablam! warning: variant `If_Branch` should have a camel case name such as `IfBranch` Oct 15 12:37:27.237 INFO kablam! --> src/token.rs:105:5 Oct 15 12:37:27.238 INFO kablam! | Oct 15 12:37:27.238 INFO kablam! 105 | If_Branch, Oct 15 12:37:27.238 INFO kablam! | ^^^^^^^^^ Oct 15 12:37:27.239 INFO kablam! | Oct 15 12:37:27.239 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 15 12:37:27.239 INFO kablam! Oct 15 12:37:27.243 INFO kablam! warning: type `symbol_table` should have a camel case name such as `SymbolTable` Oct 15 12:37:27.243 INFO kablam! --> src/parser.rs:8:1 Oct 15 12:37:27.244 INFO kablam! | Oct 15 12:37:27.244 INFO kablam! 8 | type symbol_table = HashMap; Oct 15 12:37:27.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:37:27.244 INFO kablam! Oct 15 12:37:29.299 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.87s Oct 15 12:37:29.301 INFO kablam! su: No module specific data is present Oct 15 12:37:29.931 INFO running `"docker" "rm" "-f" "31297b13aabd447d66262ed52598c65f3d87d9fbd57ca150cebaf2cd2e8f5f41"` Oct 15 12:37:30.171 INFO blam! 31297b13aabd447d66262ed52598c65f3d87d9fbd57ca150cebaf2cd2e8f5f41 Oct 15 12:37:30.192 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 12:37:30.499 INFO blam! 0f3109763e70d11373d7e263a1bd04302705597596628d5470c5acb75dbfcba0 Oct 15 12:37:30.507 INFO running `"docker" "start" "-a" "0f3109763e70d11373d7e263a1bd04302705597596628d5470c5acb75dbfcba0"` Oct 15 12:37:31.691 INFO kablam! usermod: no changes Oct 15 12:37:31.739 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 12:37:31.743 INFO kablam! Running /target/debug/deps/pl-454a9b2389290205 Oct 15 12:37:31.743 INFO blam! Oct 15 12:37:31.743 INFO blam! running 37 tests Oct 15 12:37:31.771 INFO blam! test lexer::tests::test_multichar_operators ... ok Oct 15 12:37:31.771 INFO blam! test debug_utils::test::test_depth_deep ... ok Oct 15 12:37:31.771 INFO blam! test parser::test::test_comparison_equalequal ... ok Oct 15 12:37:31.771 INFO blam! test parser::test::test_comparison_greater ... ok Oct 15 12:37:31.771 INFO blam! test parser::test::test_comparison_greater_equal ... ok Oct 15 12:37:31.771 INFO blam! test parser::test::test_comparison_less ... ok Oct 15 12:37:31.771 INFO blam! test parser::test::test_comparison_less_equal ... ok Oct 15 12:37:31.771 INFO blam! test parser::test::test_expression_assert ... ok Oct 15 12:37:31.771 INFO blam! test parser::test::test_factor_division ... ok Oct 15 12:37:31.771 INFO blam! test parser::test::test_factor_multiplication ... ok Oct 15 12:37:31.771 INFO blam! test parser::test::test_factor_multop ... ok Oct 15 12:37:31.771 INFO blam! test parser::test::test_literal_booleans ... ok Oct 15 12:37:31.771 INFO blam! test parser::test::test_literal_null ... ok Oct 15 12:37:31.771 INFO blam! test parser::test::test_literal_number ... ok Oct 15 12:37:31.771 INFO blam! test parser::test::test_literal_strings ... ok Oct 15 12:37:31.771 INFO blam! test parser::test::test_store_variable ... ok Oct 15 12:37:31.771 INFO blam! test parser::test::test_term_add ... ok Oct 15 12:37:31.779 INFO blam! test debug_utils::test::test_depth_1 ... ok Oct 15 12:37:31.799 INFO blam! test lexer::tests::test_next_token ... ok Oct 15 12:37:31.799 INFO blam! test parser::test::test_term_multop ... ok Oct 15 12:37:31.806 INFO blam! test lexer::tests::test_singlechar_operators ... ok Oct 15 12:37:31.807 INFO blam! test lexer::tests::test_recognize_keywords ... ok Oct 15 12:37:31.807 INFO blam! test lexer::tests::test_new ... ok Oct 15 12:37:31.807 INFO blam! test parser::test::test_term_subtract ... ok Oct 15 12:37:31.815 INFO blam! test parser::test::test_comparison_bang_equal ... ok Oct 15 12:37:31.815 INFO blam! test parser::test::test_unary ... ok Oct 15 12:37:31.815 INFO blam! test token::test::test_add_numbers_positive ... ok Oct 15 12:37:31.815 INFO blam! test token::test::test_add_string ... ok Oct 15 12:37:31.815 INFO blam! test token::test::test_add_numbers_negative ... ok Oct 15 12:37:31.815 INFO blam! test parser::test::test_unary_multiple_expressions ... ok Oct 15 12:37:31.815 INFO blam! test token::test::test_multiply_numbers_negative ... ok Oct 15 12:37:31.815 INFO blam! test token::test::test_multiply_string ... ok Oct 15 12:37:31.815 INFO blam! test token::test::test_subtract_numbers_positive ... ok Oct 15 12:37:31.815 INFO blam! test token::test::test_subtract_numbers_positivetring ... ok Oct 15 12:37:31.819 INFO blam! test token::test::test_multiply_numbers_positive ... ok Oct 15 12:37:31.819 INFO blam! test token::test::test_subtract_numbers_negative ... ok Oct 15 12:37:31.843 INFO blam! test debug_utils::test::test_depth_deep_unequal ... ok Oct 15 12:37:31.843 INFO blam! Oct 15 12:37:31.843 INFO blam! test result: ok. 37 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 12:37:31.843 INFO blam! Oct 15 12:37:31.851 INFO kablam! Running /target/debug/deps/integration_test-3baa6fd42bfe1996 Oct 15 12:37:31.859 INFO blam! Oct 15 12:37:31.859 INFO blam! running 1 test Oct 15 12:37:31.907 INFO blam! test run_programs_test ... ok Oct 15 12:37:31.907 INFO blam! Oct 15 12:37:31.907 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 12:37:31.907 INFO blam! Oct 15 12:37:31.915 INFO kablam! su: No module specific data is present Oct 15 12:37:32.403 INFO running `"docker" "rm" "-f" "0f3109763e70d11373d7e263a1bd04302705597596628d5470c5acb75dbfcba0"` Oct 15 12:37:32.660 INFO blam! 0f3109763e70d11373d7e263a1bd04302705597596628d5470c5acb75dbfcba0