Oct 15 05:17:49.274 INFO testing abhijeetbhagat/krum against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 05:17:49.274 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 05:17:49.778 INFO blam! fba021f2f1f5f53abf0ae55b51015edb84e9099349a21fe40646dc10bda294f2 Oct 15 05:17:49.781 INFO running `"docker" "start" "-a" "fba021f2f1f5f53abf0ae55b51015edb84e9099349a21fe40646dc10bda294f2"` Oct 15 05:17:51.121 INFO kablam! usermod: no changes Oct 15 05:17:51.175 INFO kablam! Compiling krum v0.1.0 (/source) Oct 15 05:17:51.608 INFO kablam! warning: unreachable expression Oct 15 05:17:51.609 INFO kablam! --> src/parser.rs:44:9 Oct 15 05:17:51.609 INFO kablam! | Oct 15 05:17:51.609 INFO kablam! 44 | return exp Oct 15 05:17:51.610 INFO kablam! | ^^^^^^^^^^ Oct 15 05:17:51.610 INFO kablam! | Oct 15 05:17:51.610 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 15 05:17:51.610 INFO kablam! Oct 15 05:17:51.615 INFO kablam! warning: unused variable: `exp` Oct 15 05:17:51.616 INFO kablam! --> src/parser.rs:29:17 Oct 15 05:17:51.617 INFO kablam! | Oct 15 05:17:51.617 INFO kablam! 29 | let mut exp = match self.get_cur_tok() { Oct 15 05:17:51.617 INFO kablam! | ^^^ help: consider using `_exp` instead Oct 15 05:17:51.618 INFO kablam! | Oct 15 05:17:51.618 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 05:17:51.618 INFO kablam! Oct 15 05:17:51.638 INFO kablam! warning: variable does not need to be mutable Oct 15 05:17:51.639 INFO kablam! --> src/parser.rs:29:13 Oct 15 05:17:51.639 INFO kablam! | Oct 15 05:17:51.639 INFO kablam! 29 | let mut exp = match self.get_cur_tok() { Oct 15 05:17:51.640 INFO kablam! | ----^^^ Oct 15 05:17:51.640 INFO kablam! | | Oct 15 05:17:51.640 INFO kablam! | help: remove this `mut` Oct 15 05:17:51.640 INFO kablam! | Oct 15 05:17:51.641 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 05:17:51.641 INFO kablam! Oct 15 05:17:51.641 INFO kablam! warning: field is never used: `cur_tok_line` Oct 15 05:17:51.642 INFO kablam! --> src/lexer.rs:5:5 Oct 15 05:17:51.642 INFO kablam! | Oct 15 05:17:51.642 INFO kablam! 5 | cur_tok_line : usize, Oct 15 05:17:51.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 05:17:51.643 INFO kablam! | Oct 15 05:17:51.643 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:17:51.643 INFO kablam! Oct 15 05:17:51.644 INFO kablam! warning: field is never used: `cur_tok_col` Oct 15 05:17:51.644 INFO kablam! --> src/lexer.rs:6:5 Oct 15 05:17:51.644 INFO kablam! | Oct 15 05:17:51.645 INFO kablam! 6 | cur_tok_col : usize, Oct 15 05:17:51.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 05:17:51.645 INFO kablam! Oct 15 05:17:51.645 INFO kablam! warning: field is never used: `src_len` Oct 15 05:17:51.646 INFO kablam! --> src/lexer.rs:8:5 Oct 15 05:17:51.646 INFO kablam! | Oct 15 05:17:51.646 INFO kablam! 8 | src_len : usize, Oct 15 05:17:51.646 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 05:17:51.647 INFO kablam! Oct 15 05:17:51.647 INFO kablam! warning: field is never used: `expression` Oct 15 05:17:51.647 INFO kablam! --> src/ast.rs:41:5 Oct 15 05:17:51.648 INFO kablam! | Oct 15 05:17:51.648 INFO kablam! 41 | expression : Expression Oct 15 05:17:51.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:17:51.648 INFO kablam! Oct 15 05:17:51.649 INFO kablam! warning: field is never used: `cur_tok` Oct 15 05:17:51.649 INFO kablam! --> src/parser.rs:7:5 Oct 15 05:17:51.649 INFO kablam! | Oct 15 05:17:51.649 INFO kablam! 7 | cur_tok : Token, Oct 15 05:17:51.650 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 05:17:51.650 INFO kablam! Oct 15 05:17:51.650 INFO kablam! warning: method is never used: `parse_program` Oct 15 05:17:51.651 INFO kablam! --> src/parser.rs:47:5 Oct 15 05:17:51.651 INFO kablam! | Oct 15 05:17:51.651 INFO kablam! 47 | fn parse_program(&mut self) { Oct 15 05:17:51.651 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:17:51.652 INFO kablam! Oct 15 05:17:51.652 INFO kablam! warning: the feature `match_default_bindings` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 15 05:17:51.652 INFO kablam! --> src/main.rs:1:12 Oct 15 05:17:51.653 INFO kablam! | Oct 15 05:17:51.653 INFO kablam! 1 | #![feature(match_default_bindings)] Oct 15 05:17:51.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:17:51.653 INFO kablam! | Oct 15 05:17:51.654 INFO kablam! = note: #[warn(stable_features)] on by default Oct 15 05:17:51.654 INFO kablam! Oct 15 05:17:52.026 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.88s Oct 15 05:17:52.028 INFO kablam! su: No module specific data is present Oct 15 05:17:52.758 INFO running `"docker" "rm" "-f" "fba021f2f1f5f53abf0ae55b51015edb84e9099349a21fe40646dc10bda294f2"` Oct 15 05:17:53.003 INFO blam! fba021f2f1f5f53abf0ae55b51015edb84e9099349a21fe40646dc10bda294f2 Oct 15 05:17:53.007 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 05:17:53.569 INFO blam! 41139056a912ad69310ba2dd1840f3aa4d0863124cb85ba842127f3c4e9e2db2 Oct 15 05:17:53.571 INFO running `"docker" "start" "-a" "41139056a912ad69310ba2dd1840f3aa4d0863124cb85ba842127f3c4e9e2db2"` Oct 15 05:17:54.955 INFO kablam! usermod: no changes Oct 15 05:17:55.031 INFO kablam! Compiling krum v0.1.0 (/source) Oct 15 05:17:55.611 INFO kablam! warning: unreachable expression Oct 15 05:17:55.611 INFO kablam! --> src/parser.rs:44:9 Oct 15 05:17:55.611 INFO kablam! | Oct 15 05:17:55.611 INFO kablam! 44 | return exp Oct 15 05:17:55.611 INFO kablam! | ^^^^^^^^^^ Oct 15 05:17:55.611 INFO kablam! | Oct 15 05:17:55.611 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 15 05:17:55.611 INFO kablam! Oct 15 05:17:55.620 INFO kablam! warning: unused variable: `exp` Oct 15 05:17:55.620 INFO kablam! --> src/parser.rs:29:17 Oct 15 05:17:55.620 INFO kablam! | Oct 15 05:17:55.620 INFO kablam! 29 | let mut exp = match self.get_cur_tok() { Oct 15 05:17:55.620 INFO kablam! | ^^^ help: consider using `_exp` instead Oct 15 05:17:55.620 INFO kablam! | Oct 15 05:17:55.620 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 05:17:55.620 INFO kablam! Oct 15 05:17:55.670 INFO kablam! warning: variable does not need to be mutable Oct 15 05:17:55.671 INFO kablam! --> src/parser.rs:29:13 Oct 15 05:17:55.671 INFO kablam! | Oct 15 05:17:55.671 INFO kablam! 29 | let mut exp = match self.get_cur_tok() { Oct 15 05:17:55.671 INFO kablam! | ----^^^ Oct 15 05:17:55.671 INFO kablam! | | Oct 15 05:17:55.671 INFO kablam! | help: remove this `mut` Oct 15 05:17:55.671 INFO kablam! | Oct 15 05:17:55.671 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 05:17:55.671 INFO kablam! Oct 15 05:17:55.683 INFO kablam! warning: field is never used: `cur_tok_line` Oct 15 05:17:55.683 INFO kablam! --> src/lexer.rs:5:5 Oct 15 05:17:55.683 INFO kablam! | Oct 15 05:17:55.683 INFO kablam! 5 | cur_tok_line : usize, Oct 15 05:17:55.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 05:17:55.683 INFO kablam! | Oct 15 05:17:55.683 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:17:55.683 INFO kablam! Oct 15 05:17:55.683 INFO kablam! warning: field is never used: `cur_tok_col` Oct 15 05:17:55.683 INFO kablam! --> src/lexer.rs:6:5 Oct 15 05:17:55.683 INFO kablam! | Oct 15 05:17:55.683 INFO kablam! 6 | cur_tok_col : usize, Oct 15 05:17:55.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 05:17:55.683 INFO kablam! Oct 15 05:17:55.683 INFO kablam! warning: field is never used: `src_len` Oct 15 05:17:55.683 INFO kablam! --> src/lexer.rs:8:5 Oct 15 05:17:55.683 INFO kablam! | Oct 15 05:17:55.683 INFO kablam! 8 | src_len : usize, Oct 15 05:17:55.683 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 05:17:55.683 INFO kablam! Oct 15 05:17:55.683 INFO kablam! warning: field is never used: `expression` Oct 15 05:17:55.683 INFO kablam! --> src/ast.rs:41:5 Oct 15 05:17:55.683 INFO kablam! | Oct 15 05:17:55.683 INFO kablam! 41 | expression : Expression Oct 15 05:17:55.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:17:55.683 INFO kablam! Oct 15 05:17:55.683 INFO kablam! warning: field is never used: `cur_tok` Oct 15 05:17:55.683 INFO kablam! --> src/parser.rs:7:5 Oct 15 05:17:55.683 INFO kablam! | Oct 15 05:17:55.683 INFO kablam! 7 | cur_tok : Token, Oct 15 05:17:55.683 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 05:17:55.683 INFO kablam! Oct 15 05:17:55.683 INFO kablam! warning: method is never used: `parse_program` Oct 15 05:17:55.683 INFO kablam! --> src/parser.rs:47:5 Oct 15 05:17:55.683 INFO kablam! | Oct 15 05:17:55.683 INFO kablam! 47 | fn parse_program(&mut self) { Oct 15 05:17:55.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:17:55.683 INFO kablam! Oct 15 05:17:55.683 INFO kablam! warning: the feature `match_default_bindings` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 15 05:17:55.683 INFO kablam! --> src/main.rs:1:12 Oct 15 05:17:55.683 INFO kablam! | Oct 15 05:17:55.683 INFO kablam! 1 | #![feature(match_default_bindings)] Oct 15 05:17:55.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:17:55.683 INFO kablam! | Oct 15 05:17:55.683 INFO kablam! = note: #[warn(stable_features)] on by default Oct 15 05:17:55.683 INFO kablam! Oct 15 05:17:56.760 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.76s Oct 15 05:17:56.762 INFO kablam! su: No module specific data is present Oct 15 05:17:57.450 INFO running `"docker" "rm" "-f" "41139056a912ad69310ba2dd1840f3aa4d0863124cb85ba842127f3c4e9e2db2"` Oct 15 05:17:57.767 INFO blam! 41139056a912ad69310ba2dd1840f3aa4d0863124cb85ba842127f3c4e9e2db2 Oct 15 05:17:57.775 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 05:17:58.283 INFO blam! 4376b199bbf967f8df9304fc276b1ae7868c1b943eeee62db9ccb163b8dccbc4 Oct 15 05:17:58.286 INFO running `"docker" "start" "-a" "4376b199bbf967f8df9304fc276b1ae7868c1b943eeee62db9ccb163b8dccbc4"` Oct 15 05:17:59.627 INFO kablam! usermod: no changes Oct 15 05:17:59.671 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 05:17:59.671 INFO kablam! Running /target/debug/deps/krum-371c47ec50d20cdb Oct 15 05:17:59.675 INFO blam! Oct 15 05:17:59.675 INFO blam! running 13 tests Oct 15 05:17:59.704 INFO blam! test lexer::test_token_read_add_expression ... ok Oct 15 05:17:59.704 INFO blam! test lexer::test_token_read_empty_parens ... ok Oct 15 05:17:59.704 INFO blam! test lexer::test_token_read_symbol_plus ... ok Oct 15 05:17:59.704 INFO blam! test lexer::test_token_read_symbol_multiple_chars ... ok Oct 15 05:17:59.704 INFO blam! test lexer::test_token_read_symbol_len_1 ... ok Oct 15 05:17:59.704 INFO blam! test lexer::test_token_read_num_with_explicit_pos_sign ... ok Oct 15 05:17:59.704 INFO blam! test lexer::test_token_read_string ... ok Oct 15 05:17:59.704 INFO blam! test parser::test_num_expression ... ok Oct 15 05:17:59.704 INFO blam! test parser::test_string_expression ... ok Oct 15 05:17:59.704 INFO blam! test lexer::test_token_read_bool_true ... ok Oct 15 05:17:59.706 INFO blam! test lexer::test_token_read_bool_false ... ok Oct 15 05:17:59.706 INFO blam! test lexer::test_token_read_num_with_explicit_neg_sign ... ok Oct 15 05:17:59.711 INFO blam! test parser::test_bool_expression ... ok Oct 15 05:17:59.711 INFO blam! Oct 15 05:17:59.711 INFO blam! test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 05:17:59.711 INFO blam! Oct 15 05:17:59.719 INFO kablam! su: No module specific data is present Oct 15 05:18:00.239 INFO running `"docker" "rm" "-f" "4376b199bbf967f8df9304fc276b1ae7868c1b943eeee62db9ccb163b8dccbc4"` Oct 15 05:18:00.495 INFO blam! 4376b199bbf967f8df9304fc276b1ae7868c1b943eeee62db9ccb163b8dccbc4