Oct 15 05:17:54.031 INFO testing abhijeetbhagat/krum against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 05:17:54.031 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:54.555 INFO blam! 731765ab95a9d4e60d4678e8a7e0d123bfa94931c538f7abc285318a77a38e1a Oct 15 05:17:54.563 INFO running `"docker" "start" "-a" "731765ab95a9d4e60d4678e8a7e0d123bfa94931c538f7abc285318a77a38e1a"` Oct 15 05:17:55.980 INFO kablam! usermod: no changes Oct 15 05:17:56.023 INFO kablam! Compiling krum v0.1.0 (/source) Oct 15 05:17:56.515 INFO kablam! warning: unreachable expression Oct 15 05:17:56.515 INFO kablam! --> src/parser.rs:44:9 Oct 15 05:17:56.515 INFO kablam! | Oct 15 05:17:56.515 INFO kablam! 44 | return exp Oct 15 05:17:56.515 INFO kablam! | ^^^^^^^^^^ Oct 15 05:17:56.515 INFO kablam! | Oct 15 05:17:56.515 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 15 05:17:56.515 INFO kablam! Oct 15 05:17:56.519 INFO kablam! warning: unused variable: `exp` Oct 15 05:17:56.519 INFO kablam! --> src/parser.rs:29:17 Oct 15 05:17:56.519 INFO kablam! | Oct 15 05:17:56.519 INFO kablam! 29 | let mut exp = match self.get_cur_tok() { Oct 15 05:17:56.519 INFO kablam! | ^^^ help: consider using `_exp` instead Oct 15 05:17:56.519 INFO kablam! | Oct 15 05:17:56.519 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 05:17:56.519 INFO kablam! Oct 15 05:17:56.543 INFO kablam! warning: variable does not need to be mutable Oct 15 05:17:56.543 INFO kablam! --> src/parser.rs:29:13 Oct 15 05:17:56.543 INFO kablam! | Oct 15 05:17:56.543 INFO kablam! 29 | let mut exp = match self.get_cur_tok() { Oct 15 05:17:56.543 INFO kablam! | ----^^^ Oct 15 05:17:56.543 INFO kablam! | | Oct 15 05:17:56.543 INFO kablam! | help: remove this `mut` Oct 15 05:17:56.543 INFO kablam! | Oct 15 05:17:56.543 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 05:17:56.543 INFO kablam! Oct 15 05:17:56.543 INFO kablam! warning: field is never used: `cur_tok_line` Oct 15 05:17:56.543 INFO kablam! --> src/lexer.rs:5:5 Oct 15 05:17:56.543 INFO kablam! | Oct 15 05:17:56.543 INFO kablam! 5 | cur_tok_line : usize, Oct 15 05:17:56.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 05:17:56.543 INFO kablam! | Oct 15 05:17:56.543 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:17:56.543 INFO kablam! Oct 15 05:17:56.543 INFO kablam! warning: field is never used: `cur_tok_col` Oct 15 05:17:56.543 INFO kablam! --> src/lexer.rs:6:5 Oct 15 05:17:56.543 INFO kablam! | Oct 15 05:17:56.543 INFO kablam! 6 | cur_tok_col : usize, Oct 15 05:17:56.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 05:17:56.543 INFO kablam! Oct 15 05:17:56.543 INFO kablam! warning: field is never used: `src_len` Oct 15 05:17:56.543 INFO kablam! --> src/lexer.rs:8:5 Oct 15 05:17:56.543 INFO kablam! | Oct 15 05:17:56.543 INFO kablam! 8 | src_len : usize, Oct 15 05:17:56.543 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 05:17:56.543 INFO kablam! Oct 15 05:17:56.543 INFO kablam! warning: field is never used: `expression` Oct 15 05:17:56.543 INFO kablam! --> src/ast.rs:41:5 Oct 15 05:17:56.543 INFO kablam! | Oct 15 05:17:56.543 INFO kablam! 41 | expression : Expression Oct 15 05:17:56.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:17:56.543 INFO kablam! Oct 15 05:17:56.543 INFO kablam! warning: field is never used: `cur_tok` Oct 15 05:17:56.543 INFO kablam! --> src/parser.rs:7:5 Oct 15 05:17:56.543 INFO kablam! | Oct 15 05:17:56.543 INFO kablam! 7 | cur_tok : Token, Oct 15 05:17:56.543 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 05:17:56.543 INFO kablam! Oct 15 05:17:56.543 INFO kablam! warning: method is never used: `parse_program` Oct 15 05:17:56.543 INFO kablam! --> src/parser.rs:47:5 Oct 15 05:17:56.543 INFO kablam! | Oct 15 05:17:56.543 INFO kablam! 47 | fn parse_program(&mut self) { Oct 15 05:17:56.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:17:56.543 INFO kablam! Oct 15 05:17:56.543 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:56.543 INFO kablam! --> src/main.rs:1:12 Oct 15 05:17:56.543 INFO kablam! | Oct 15 05:17:56.543 INFO kablam! 1 | #![feature(match_default_bindings)] Oct 15 05:17:56.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:17:56.544 INFO kablam! | Oct 15 05:17:56.544 INFO kablam! = note: #[warn(stable_features)] on by default Oct 15 05:17:56.544 INFO kablam! Oct 15 05:17:56.895 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.89s Oct 15 05:17:56.895 INFO kablam! su: No module specific data is present Oct 15 05:17:57.511 INFO running `"docker" "rm" "-f" "731765ab95a9d4e60d4678e8a7e0d123bfa94931c538f7abc285318a77a38e1a"` Oct 15 05:17:57.791 INFO blam! 731765ab95a9d4e60d4678e8a7e0d123bfa94931c538f7abc285318a77a38e1a Oct 15 05:17:57.803 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:58.375 INFO blam! 13629b37ffae971af3f17f512f008e883ce7342421a2eec52981a365aad4f26b Oct 15 05:17:58.383 INFO running `"docker" "start" "-a" "13629b37ffae971af3f17f512f008e883ce7342421a2eec52981a365aad4f26b"` Oct 15 05:17:59.495 INFO kablam! usermod: no changes Oct 15 05:17:59.559 INFO kablam! Compiling krum v0.1.0 (/source) Oct 15 05:18:00.135 INFO kablam! warning: unreachable expression Oct 15 05:18:00.136 INFO kablam! --> src/parser.rs:44:9 Oct 15 05:18:00.136 INFO kablam! | Oct 15 05:18:00.136 INFO kablam! 44 | return exp Oct 15 05:18:00.136 INFO kablam! | ^^^^^^^^^^ Oct 15 05:18:00.137 INFO kablam! | Oct 15 05:18:00.137 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 15 05:18:00.137 INFO kablam! Oct 15 05:18:00.147 INFO kablam! warning: unused variable: `exp` Oct 15 05:18:00.147 INFO kablam! --> src/parser.rs:29:17 Oct 15 05:18:00.148 INFO kablam! | Oct 15 05:18:00.148 INFO kablam! 29 | let mut exp = match self.get_cur_tok() { Oct 15 05:18:00.148 INFO kablam! | ^^^ help: consider using `_exp` instead Oct 15 05:18:00.148 INFO kablam! | Oct 15 05:18:00.149 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 05:18:00.149 INFO kablam! Oct 15 05:18:00.197 INFO kablam! warning: variable does not need to be mutable Oct 15 05:18:00.197 INFO kablam! --> src/parser.rs:29:13 Oct 15 05:18:00.197 INFO kablam! | Oct 15 05:18:00.197 INFO kablam! 29 | let mut exp = match self.get_cur_tok() { Oct 15 05:18:00.198 INFO kablam! | ----^^^ Oct 15 05:18:00.198 INFO kablam! | | Oct 15 05:18:00.198 INFO kablam! | help: remove this `mut` Oct 15 05:18:00.199 INFO kablam! | Oct 15 05:18:00.200 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 05:18:00.200 INFO kablam! Oct 15 05:18:00.200 INFO kablam! warning: field is never used: `cur_tok_line` Oct 15 05:18:00.200 INFO kablam! --> src/lexer.rs:5:5 Oct 15 05:18:00.201 INFO kablam! | Oct 15 05:18:00.201 INFO kablam! 5 | cur_tok_line : usize, Oct 15 05:18:00.201 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:00.201 INFO kablam! | Oct 15 05:18:00.202 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:18:00.202 INFO kablam! Oct 15 05:18:00.202 INFO kablam! warning: field is never used: `cur_tok_col` Oct 15 05:18:00.203 INFO kablam! --> src/lexer.rs:6:5 Oct 15 05:18:00.203 INFO kablam! | Oct 15 05:18:00.203 INFO kablam! 6 | cur_tok_col : usize, Oct 15 05:18:00.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:00.204 INFO kablam! Oct 15 05:18:00.204 INFO kablam! warning: field is never used: `src_len` Oct 15 05:18:00.204 INFO kablam! --> src/lexer.rs:8:5 Oct 15 05:18:00.205 INFO kablam! | Oct 15 05:18:00.205 INFO kablam! 8 | src_len : usize, Oct 15 05:18:00.205 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 05:18:00.205 INFO kablam! Oct 15 05:18:00.206 INFO kablam! warning: field is never used: `expression` Oct 15 05:18:00.206 INFO kablam! --> src/ast.rs:41:5 Oct 15 05:18:00.206 INFO kablam! | Oct 15 05:18:00.207 INFO kablam! 41 | expression : Expression Oct 15 05:18:00.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:00.207 INFO kablam! Oct 15 05:18:00.207 INFO kablam! warning: field is never used: `cur_tok` Oct 15 05:18:00.208 INFO kablam! --> src/parser.rs:7:5 Oct 15 05:18:00.208 INFO kablam! | Oct 15 05:18:00.208 INFO kablam! 7 | cur_tok : Token, Oct 15 05:18:00.208 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 05:18:00.209 INFO kablam! Oct 15 05:18:00.209 INFO kablam! warning: method is never used: `parse_program` Oct 15 05:18:00.209 INFO kablam! --> src/parser.rs:47:5 Oct 15 05:18:00.210 INFO kablam! | Oct 15 05:18:00.210 INFO kablam! 47 | fn parse_program(&mut self) { Oct 15 05:18:00.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:00.210 INFO kablam! Oct 15 05:18:00.211 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:18:00.211 INFO kablam! --> src/main.rs:1:12 Oct 15 05:18:00.211 INFO kablam! | Oct 15 05:18:00.212 INFO kablam! 1 | #![feature(match_default_bindings)] Oct 15 05:18:00.212 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:00.212 INFO kablam! | Oct 15 05:18:00.212 INFO kablam! = note: #[warn(stable_features)] on by default Oct 15 05:18:00.213 INFO kablam! Oct 15 05:18:01.131 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.60s Oct 15 05:18:01.131 INFO kablam! su: No module specific data is present Oct 15 05:18:01.741 INFO running `"docker" "rm" "-f" "13629b37ffae971af3f17f512f008e883ce7342421a2eec52981a365aad4f26b"` Oct 15 05:18:01.983 INFO blam! 13629b37ffae971af3f17f512f008e883ce7342421a2eec52981a365aad4f26b Oct 15 05:18:01.993 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:18:02.459 INFO blam! 61d7115df4c0bf80e8a359a217832192f927a70f1ce20aa5d8e4a2b5b3119916 Oct 15 05:18:02.462 INFO running `"docker" "start" "-a" "61d7115df4c0bf80e8a359a217832192f927a70f1ce20aa5d8e4a2b5b3119916"` Oct 15 05:18:03.474 INFO kablam! usermod: no changes Oct 15 05:18:03.539 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 05:18:03.547 INFO blam! Oct 15 05:18:03.548 INFO blam! running 13 tests Oct 15 05:18:03.548 INFO blam! test lexer::test_token_read_add_expression ... ok Oct 15 05:18:03.548 INFO blam! test lexer::test_token_read_bool_false ... ok Oct 15 05:18:03.548 INFO blam! test lexer::test_token_read_num_with_explicit_neg_sign ... ok Oct 15 05:18:03.548 INFO blam! test lexer::test_token_read_bool_true ... ok Oct 15 05:18:03.548 INFO blam! test lexer::test_token_read_empty_parens ... ok Oct 15 05:18:03.548 INFO blam! test lexer::test_token_read_num_with_explicit_pos_sign ... ok Oct 15 05:18:03.548 INFO blam! test lexer::test_token_read_symbol_plus ... ok Oct 15 05:18:03.548 INFO blam! test lexer::test_token_read_string ... ok Oct 15 05:18:03.548 INFO kablam! Running /target/debug/deps/krum-939ef8f56591bd9c Oct 15 05:18:03.548 INFO blam! test parser::test_string_expression ... ok Oct 15 05:18:03.548 INFO kablam! su: No module specific data is present Oct 15 05:18:03.548 INFO blam! test parser::test_bool_expression ... ok Oct 15 05:18:03.548 INFO blam! test parser::test_num_expression ... ok Oct 15 05:18:03.548 INFO blam! test lexer::test_token_read_symbol_len_1 ... ok Oct 15 05:18:03.548 INFO blam! test lexer::test_token_read_symbol_multiple_chars ... ok Oct 15 05:18:03.548 INFO blam! Oct 15 05:18:03.548 INFO blam! test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 05:18:03.548 INFO blam! Oct 15 05:18:04.287 INFO running `"docker" "rm" "-f" "61d7115df4c0bf80e8a359a217832192f927a70f1ce20aa5d8e4a2b5b3119916"` Oct 15 05:18:04.503 INFO blam! 61d7115df4c0bf80e8a359a217832192f927a70f1ce20aa5d8e4a2b5b3119916