Oct 11 03:40:48.318 INFO testing abhijeetbhagat/krum against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 03:40:48.318 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 03:40:48.318 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 03:40:48.760 INFO blam! 9d644a10f77c6d62b77d97dc081d603b11b1674c79c239ba65c1b7a0e7a77fb8 Oct 11 03:40:48.763 INFO running `"docker" "start" "-a" "9d644a10f77c6d62b77d97dc081d603b11b1674c79c239ba65c1b7a0e7a77fb8"` Oct 11 03:40:50.173 INFO kablam! usermod: no changes Oct 11 03:40:50.244 INFO kablam! Compiling krum v0.1.0 (/source) Oct 11 03:40:50.588 INFO kablam! warning: unreachable expression Oct 11 03:40:50.588 INFO kablam! --> src/parser.rs:44:9 Oct 11 03:40:50.588 INFO kablam! | Oct 11 03:40:50.588 INFO kablam! 44 | return exp Oct 11 03:40:50.588 INFO kablam! | ^^^^^^^^^^ Oct 11 03:40:50.588 INFO kablam! | Oct 11 03:40:50.588 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 11 03:40:50.588 INFO kablam! Oct 11 03:40:50.600 INFO kablam! warning: unused variable: `exp` Oct 11 03:40:50.600 INFO kablam! --> src/parser.rs:29:17 Oct 11 03:40:50.600 INFO kablam! | Oct 11 03:40:50.600 INFO kablam! 29 | let mut exp = match self.get_cur_tok() { Oct 11 03:40:50.600 INFO kablam! | ^^^ help: consider using `_exp` instead Oct 11 03:40:50.600 INFO kablam! | Oct 11 03:40:50.600 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 03:40:50.600 INFO kablam! Oct 11 03:40:50.620 INFO kablam! warning: variable does not need to be mutable Oct 11 03:40:50.620 INFO kablam! --> src/parser.rs:29:13 Oct 11 03:40:50.620 INFO kablam! | Oct 11 03:40:50.620 INFO kablam! 29 | let mut exp = match self.get_cur_tok() { Oct 11 03:40:50.620 INFO kablam! | ----^^^ Oct 11 03:40:50.620 INFO kablam! | | Oct 11 03:40:50.620 INFO kablam! | help: remove this `mut` Oct 11 03:40:50.620 INFO kablam! | Oct 11 03:40:50.621 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 03:40:50.621 INFO kablam! Oct 11 03:40:50.621 INFO kablam! warning: field is never used: `cur_tok_line` Oct 11 03:40:50.621 INFO kablam! --> src/lexer.rs:5:5 Oct 11 03:40:50.621 INFO kablam! | Oct 11 03:40:50.621 INFO kablam! 5 | cur_tok_line : usize, Oct 11 03:40:50.621 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 03:40:50.621 INFO kablam! | Oct 11 03:40:50.621 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 03:40:50.621 INFO kablam! Oct 11 03:40:50.621 INFO kablam! warning: field is never used: `cur_tok_col` Oct 11 03:40:50.621 INFO kablam! --> src/lexer.rs:6:5 Oct 11 03:40:50.621 INFO kablam! | Oct 11 03:40:50.621 INFO kablam! 6 | cur_tok_col : usize, Oct 11 03:40:50.621 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 03:40:50.621 INFO kablam! Oct 11 03:40:50.621 INFO kablam! warning: field is never used: `src_len` Oct 11 03:40:50.621 INFO kablam! --> src/lexer.rs:8:5 Oct 11 03:40:50.621 INFO kablam! | Oct 11 03:40:50.621 INFO kablam! 8 | src_len : usize, Oct 11 03:40:50.621 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 03:40:50.621 INFO kablam! Oct 11 03:40:50.621 INFO kablam! warning: field is never used: `expression` Oct 11 03:40:50.621 INFO kablam! --> src/ast.rs:41:5 Oct 11 03:40:50.621 INFO kablam! | Oct 11 03:40:50.621 INFO kablam! 41 | expression : Expression Oct 11 03:40:50.621 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:40:50.621 INFO kablam! Oct 11 03:40:50.625 INFO kablam! warning: field is never used: `cur_tok` Oct 11 03:40:50.625 INFO kablam! --> src/parser.rs:7:5 Oct 11 03:40:50.625 INFO kablam! | Oct 11 03:40:50.625 INFO kablam! 7 | cur_tok : Token, Oct 11 03:40:50.625 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 03:40:50.625 INFO kablam! Oct 11 03:40:50.625 INFO kablam! warning: method is never used: `parse_program` Oct 11 03:40:50.625 INFO kablam! --> src/parser.rs:47:5 Oct 11 03:40:50.625 INFO kablam! | Oct 11 03:40:50.625 INFO kablam! 47 | fn parse_program(&mut self) { Oct 11 03:40:50.625 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:40:50.625 INFO kablam! Oct 11 03:40:50.625 INFO kablam! warning: the feature `match_default_bindings` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 11 03:40:50.625 INFO kablam! --> src/main.rs:1:12 Oct 11 03:40:50.625 INFO kablam! | Oct 11 03:40:50.625 INFO kablam! 1 | #![feature(match_default_bindings)] Oct 11 03:40:50.625 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:40:50.625 INFO kablam! | Oct 11 03:40:50.625 INFO kablam! = note: #[warn(stable_features)] on by default Oct 11 03:40:50.625 INFO kablam! Oct 11 03:40:51.092 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.87s Oct 11 03:40:51.092 INFO kablam! su: No module specific data is present Oct 11 03:40:51.684 INFO running `"docker" "rm" "-f" "9d644a10f77c6d62b77d97dc081d603b11b1674c79c239ba65c1b7a0e7a77fb8"` Oct 11 03:40:51.932 INFO blam! 9d644a10f77c6d62b77d97dc081d603b11b1674c79c239ba65c1b7a0e7a77fb8 Oct 11 03:40:51.935 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 03:40:51.942 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 03:40:52.282 INFO blam! 48646ffa2d3a03a40ab90302f9d6526df1ab2d7418421ed9723d2ed77e7f97d8 Oct 11 03:40:52.284 INFO running `"docker" "start" "-a" "48646ffa2d3a03a40ab90302f9d6526df1ab2d7418421ed9723d2ed77e7f97d8"` Oct 11 03:40:53.768 INFO kablam! usermod: no changes Oct 11 03:40:53.804 INFO kablam! Compiling krum v0.1.0 (/source) Oct 11 03:40:54.312 INFO kablam! warning: unreachable expression Oct 11 03:40:54.312 INFO kablam! --> src/parser.rs:44:9 Oct 11 03:40:54.312 INFO kablam! | Oct 11 03:40:54.312 INFO kablam! 44 | return exp Oct 11 03:40:54.312 INFO kablam! | ^^^^^^^^^^ Oct 11 03:40:54.312 INFO kablam! | Oct 11 03:40:54.312 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 11 03:40:54.312 INFO kablam! Oct 11 03:40:54.333 INFO kablam! warning: unused variable: `exp` Oct 11 03:40:54.333 INFO kablam! --> src/parser.rs:29:17 Oct 11 03:40:54.334 INFO kablam! | Oct 11 03:40:54.334 INFO kablam! 29 | let mut exp = match self.get_cur_tok() { Oct 11 03:40:54.334 INFO kablam! | ^^^ help: consider using `_exp` instead Oct 11 03:40:54.335 INFO kablam! | Oct 11 03:40:54.335 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 03:40:54.335 INFO kablam! Oct 11 03:40:54.385 INFO kablam! warning: variable does not need to be mutable Oct 11 03:40:54.385 INFO kablam! --> src/parser.rs:29:13 Oct 11 03:40:54.385 INFO kablam! | Oct 11 03:40:54.385 INFO kablam! 29 | let mut exp = match self.get_cur_tok() { Oct 11 03:40:54.385 INFO kablam! | ----^^^ Oct 11 03:40:54.385 INFO kablam! | | Oct 11 03:40:54.385 INFO kablam! | help: remove this `mut` Oct 11 03:40:54.385 INFO kablam! | Oct 11 03:40:54.385 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 03:40:54.385 INFO kablam! Oct 11 03:40:54.385 INFO kablam! warning: field is never used: `cur_tok_line` Oct 11 03:40:54.385 INFO kablam! --> src/lexer.rs:5:5 Oct 11 03:40:54.385 INFO kablam! | Oct 11 03:40:54.385 INFO kablam! 5 | cur_tok_line : usize, Oct 11 03:40:54.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 03:40:54.385 INFO kablam! | Oct 11 03:40:54.385 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 03:40:54.385 INFO kablam! Oct 11 03:40:54.385 INFO kablam! warning: field is never used: `cur_tok_col` Oct 11 03:40:54.385 INFO kablam! --> src/lexer.rs:6:5 Oct 11 03:40:54.385 INFO kablam! | Oct 11 03:40:54.385 INFO kablam! 6 | cur_tok_col : usize, Oct 11 03:40:54.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 03:40:54.385 INFO kablam! Oct 11 03:40:54.385 INFO kablam! warning: field is never used: `src_len` Oct 11 03:40:54.385 INFO kablam! --> src/lexer.rs:8:5 Oct 11 03:40:54.385 INFO kablam! | Oct 11 03:40:54.385 INFO kablam! 8 | src_len : usize, Oct 11 03:40:54.385 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 03:40:54.385 INFO kablam! Oct 11 03:40:54.385 INFO kablam! warning: field is never used: `expression` Oct 11 03:40:54.385 INFO kablam! --> src/ast.rs:41:5 Oct 11 03:40:54.385 INFO kablam! | Oct 11 03:40:54.385 INFO kablam! 41 | expression : Expression Oct 11 03:40:54.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:40:54.394 INFO kablam! Oct 11 03:40:54.394 INFO kablam! warning: field is never used: `cur_tok` Oct 11 03:40:54.394 INFO kablam! --> src/parser.rs:7:5 Oct 11 03:40:54.394 INFO kablam! | Oct 11 03:40:54.394 INFO kablam! 7 | cur_tok : Token, Oct 11 03:40:54.394 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 03:40:54.394 INFO kablam! Oct 11 03:40:54.394 INFO kablam! warning: method is never used: `parse_program` Oct 11 03:40:54.394 INFO kablam! --> src/parser.rs:47:5 Oct 11 03:40:54.394 INFO kablam! | Oct 11 03:40:54.394 INFO kablam! 47 | fn parse_program(&mut self) { Oct 11 03:40:54.394 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:40:54.394 INFO kablam! Oct 11 03:40:54.394 INFO kablam! warning: the feature `match_default_bindings` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 11 03:40:54.394 INFO kablam! --> src/main.rs:1:12 Oct 11 03:40:54.394 INFO kablam! | Oct 11 03:40:54.395 INFO kablam! 1 | #![feature(match_default_bindings)] Oct 11 03:40:54.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:40:54.395 INFO kablam! | Oct 11 03:40:54.395 INFO kablam! = note: #[warn(stable_features)] on by default Oct 11 03:40:54.395 INFO kablam! Oct 11 03:40:55.400 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.61s Oct 11 03:40:55.408 INFO kablam! su: No module specific data is present Oct 11 03:40:56.038 INFO running `"docker" "rm" "-f" "48646ffa2d3a03a40ab90302f9d6526df1ab2d7418421ed9723d2ed77e7f97d8"` Oct 11 03:40:56.336 INFO blam! 48646ffa2d3a03a40ab90302f9d6526df1ab2d7418421ed9723d2ed77e7f97d8 Oct 11 03:40:56.347 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 03:40:56.347 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 03:40:56.971 INFO blam! 3bdcc2ab29f58edf04e3cb6ba57a942a719be2674ca7f097c7cb065313c995e3 Oct 11 03:40:56.977 INFO running `"docker" "start" "-a" "3bdcc2ab29f58edf04e3cb6ba57a942a719be2674ca7f097c7cb065313c995e3"` Oct 11 03:40:57.888 INFO kablam! usermod: no changes Oct 11 03:40:57.932 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 03:40:57.939 INFO kablam! Running /target/debug/deps/krum-939ef8f56591bd9c Oct 11 03:40:57.939 INFO blam! Oct 11 03:40:57.939 INFO blam! running 13 tests Oct 11 03:40:57.939 INFO blam! test lexer::test_token_read_bool_true ... ok Oct 11 03:40:57.939 INFO blam! test lexer::test_token_read_symbol_len_1 ... ok Oct 11 03:40:57.939 INFO blam! test lexer::test_token_read_empty_parens ... ok Oct 11 03:40:57.939 INFO blam! test lexer::test_token_read_num_with_explicit_pos_sign ... ok Oct 11 03:40:57.939 INFO blam! test lexer::test_token_read_num_with_explicit_neg_sign ... ok Oct 11 03:40:57.939 INFO blam! test lexer::test_token_read_string ... ok Oct 11 03:40:57.939 INFO blam! test lexer::test_token_read_symbol_plus ... ok Oct 11 03:40:57.939 INFO blam! test parser::test_bool_expression ... ok Oct 11 03:40:57.940 INFO blam! test lexer::test_token_read_bool_false ... ok Oct 11 03:40:57.940 INFO blam! test parser::test_num_expression ... ok Oct 11 03:40:57.940 INFO blam! test parser::test_string_expression ... ok Oct 11 03:40:57.941 INFO blam! test lexer::test_token_read_add_expression ... ok Oct 11 03:40:57.948 INFO blam! test lexer::test_token_read_symbol_multiple_chars ... ok Oct 11 03:40:57.948 INFO blam! Oct 11 03:40:57.948 INFO blam! test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 03:40:57.948 INFO blam! Oct 11 03:40:57.948 INFO kablam! su: No module specific data is present Oct 11 03:40:58.400 INFO running `"docker" "rm" "-f" "3bdcc2ab29f58edf04e3cb6ba57a942a719be2674ca7f097c7cb065313c995e3"` Oct 11 03:40:58.676 INFO blam! 3bdcc2ab29f58edf04e3cb6ba57a942a719be2674ca7f097c7cb065313c995e3