Oct 15 12:39:20.900 INFO testing AmaranthineCodices/rust-cc against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 12:39:20.900 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 12:39:21.394 INFO blam! 327421d243d1cbf3f72907a02fc83938986120cbbcce8effa82ddd2c24c5d6b2 Oct 15 12:39:21.396 INFO running `"docker" "start" "-a" "327421d243d1cbf3f72907a02fc83938986120cbbcce8effa82ddd2c24c5d6b2"` Oct 15 12:39:23.938 INFO kablam! usermod: no changes Oct 15 12:39:24.001 INFO kablam! Compiling rust-cc v0.1.0 (/source) Oct 15 12:39:25.423 INFO kablam! warning: variant is never constructed: `Whitespace` Oct 15 12:39:25.424 INFO kablam! --> src/lexer.rs:11:5 Oct 15 12:39:25.425 INFO kablam! | Oct 15 12:39:25.425 INFO kablam! 11 | Whitespace(&'a str), Oct 15 12:39:25.426 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 12:39:25.427 INFO kablam! | Oct 15 12:39:25.427 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 12:39:25.428 INFO kablam! Oct 15 12:39:25.428 INFO kablam! warning: variant is never constructed: `OpenBrace` Oct 15 12:39:25.429 INFO kablam! --> src/lexer.rs:12:5 Oct 15 12:39:25.430 INFO kablam! | Oct 15 12:39:25.430 INFO kablam! 12 | OpenBrace, Oct 15 12:39:25.431 INFO kablam! | ^^^^^^^^^ Oct 15 12:39:25.431 INFO kablam! Oct 15 12:39:25.432 INFO kablam! warning: variant is never constructed: `CloseBrace` Oct 15 12:39:25.433 INFO kablam! --> src/lexer.rs:13:5 Oct 15 12:39:25.433 INFO kablam! | Oct 15 12:39:25.433 INFO kablam! 13 | CloseBrace, Oct 15 12:39:25.433 INFO kablam! | ^^^^^^^^^^ Oct 15 12:39:25.433 INFO kablam! Oct 15 12:39:25.433 INFO kablam! warning: variant is never constructed: `OpenParen` Oct 15 12:39:25.433 INFO kablam! --> src/lexer.rs:14:5 Oct 15 12:39:25.433 INFO kablam! | Oct 15 12:39:25.433 INFO kablam! 14 | OpenParen, Oct 15 12:39:25.433 INFO kablam! | ^^^^^^^^^ Oct 15 12:39:25.433 INFO kablam! Oct 15 12:39:25.433 INFO kablam! warning: variant is never constructed: `CloseParen` Oct 15 12:39:25.433 INFO kablam! --> src/lexer.rs:15:5 Oct 15 12:39:25.433 INFO kablam! | Oct 15 12:39:25.433 INFO kablam! 15 | CloseParen, Oct 15 12:39:25.439 INFO kablam! | ^^^^^^^^^^ Oct 15 12:39:25.439 INFO kablam! Oct 15 12:39:25.439 INFO kablam! warning: variant is never constructed: `Semicolon` Oct 15 12:39:25.439 INFO kablam! --> src/lexer.rs:16:5 Oct 15 12:39:25.439 INFO kablam! | Oct 15 12:39:25.439 INFO kablam! 16 | Semicolon, Oct 15 12:39:25.439 INFO kablam! | ^^^^^^^^^ Oct 15 12:39:25.439 INFO kablam! Oct 15 12:39:25.439 INFO kablam! warning: variant is never constructed: `Keyword` Oct 15 12:39:25.439 INFO kablam! --> src/lexer.rs:17:5 Oct 15 12:39:25.439 INFO kablam! | Oct 15 12:39:25.439 INFO kablam! 17 | Keyword(&'a str), Oct 15 12:39:25.439 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 12:39:25.439 INFO kablam! Oct 15 12:39:25.439 INFO kablam! warning: variant is never constructed: `Identifier` Oct 15 12:39:25.439 INFO kablam! --> src/lexer.rs:18:5 Oct 15 12:39:25.439 INFO kablam! | Oct 15 12:39:25.439 INFO kablam! 18 | Identifier(&'a str), Oct 15 12:39:25.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 12:39:25.439 INFO kablam! Oct 15 12:39:25.439 INFO kablam! warning: variant is never constructed: `IntLiteral` Oct 15 12:39:25.439 INFO kablam! --> src/lexer.rs:19:5 Oct 15 12:39:25.439 INFO kablam! | Oct 15 12:39:25.439 INFO kablam! 19 | IntLiteral(i32), Oct 15 12:39:25.439 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 12:39:25.439 INFO kablam! Oct 15 12:39:25.439 INFO kablam! warning: enum is never used: `LexError` Oct 15 12:39:25.439 INFO kablam! --> src/lexer.rs:30:1 Oct 15 12:39:25.439 INFO kablam! | Oct 15 12:39:25.439 INFO kablam! 30 | pub enum LexError { Oct 15 12:39:25.439 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 12:39:25.439 INFO kablam! Oct 15 12:39:25.439 INFO kablam! warning: function is never used: `try_get` Oct 15 12:39:25.439 INFO kablam! --> src/lexer.rs:47:1 Oct 15 12:39:25.439 INFO kablam! | Oct 15 12:39:25.439 INFO kablam! 47 | / fn try_get<'a, F>(current_input: &'a str, pattern: &Regex, transformer: F) -> Option<(&'a str, &'a str, LexemeKind<'a>)> Oct 15 12:39:25.439 INFO kablam! 48 | | where F: Fn(&'a str) -> LexemeKind<'a>, Oct 15 12:39:25.439 INFO kablam! 49 | | { Oct 15 12:39:25.439 INFO kablam! 50 | | if let Some(matched_result) = pattern.find(current_input) { Oct 15 12:39:25.439 INFO kablam! ... | Oct 15 12:39:25.439 INFO kablam! 57 | | } Oct 15 12:39:25.439 INFO kablam! 58 | | } Oct 15 12:39:25.439 INFO kablam! | |_^ Oct 15 12:39:25.439 INFO kablam! Oct 15 12:39:25.439 INFO kablam! warning: function is never used: `convert_identifier_str` Oct 15 12:39:25.439 INFO kablam! --> src/lexer.rs:60:1 Oct 15 12:39:25.439 INFO kablam! | Oct 15 12:39:25.439 INFO kablam! 60 | fn convert_identifier_str<'a>(identifier: &'a str) -> LexemeKind<'a> { Oct 15 12:39:25.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:39:25.439 INFO kablam! Oct 15 12:39:25.439 INFO kablam! warning: function is never used: `convert_symbol_str` Oct 15 12:39:25.439 INFO kablam! --> src/lexer.rs:69:1 Oct 15 12:39:25.439 INFO kablam! | Oct 15 12:39:25.440 INFO kablam! 69 | fn convert_symbol_str<'a>(symbol: &'a str) -> LexemeKind<'a> { Oct 15 12:39:25.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:39:25.440 INFO kablam! Oct 15 12:39:25.440 INFO kablam! warning: function is never used: `get_next_token` Oct 15 12:39:25.440 INFO kablam! --> src/lexer.rs:80:1 Oct 15 12:39:25.440 INFO kablam! | Oct 15 12:39:25.440 INFO kablam! 80 | fn get_next_token<'a>(current_input: &'a str) -> Option<(&'a str, &'a str, LexemeKind<'a>)> { Oct 15 12:39:25.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:39:25.440 INFO kablam! Oct 15 12:39:25.440 INFO kablam! warning: function is never used: `lex_str` Oct 15 12:39:25.440 INFO kablam! --> src/lexer.rs:87:1 Oct 15 12:39:25.440 INFO kablam! | Oct 15 12:39:25.440 INFO kablam! 87 | pub fn lex_str(input: &str) -> Result, LexError> { Oct 15 12:39:25.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:39:25.440 INFO kablam! Oct 15 12:39:26.001 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.04s Oct 15 12:39:26.019 INFO kablam! su: No module specific data is present Oct 15 12:39:26.965 INFO running `"docker" "rm" "-f" "327421d243d1cbf3f72907a02fc83938986120cbbcce8effa82ddd2c24c5d6b2"` Oct 15 12:39:27.239 INFO blam! 327421d243d1cbf3f72907a02fc83938986120cbbcce8effa82ddd2c24c5d6b2 Oct 15 12:39:27.241 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 12:39:27.804 INFO blam! da6f20d0de4dbd4c18bab9319ee9598fc0fcf5a4d21e9de1afa1f91d8af90f42 Oct 15 12:39:27.807 INFO running `"docker" "start" "-a" "da6f20d0de4dbd4c18bab9319ee9598fc0fcf5a4d21e9de1afa1f91d8af90f42"` Oct 15 12:39:30.519 INFO kablam! usermod: no changes Oct 15 12:39:30.635 INFO kablam! Compiling rust-cc v0.1.0 (/source) Oct 15 12:39:33.667 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.08s Oct 15 12:39:33.672 INFO kablam! su: No module specific data is present Oct 15 12:39:34.729 INFO running `"docker" "rm" "-f" "da6f20d0de4dbd4c18bab9319ee9598fc0fcf5a4d21e9de1afa1f91d8af90f42"` Oct 15 12:39:34.992 INFO blam! da6f20d0de4dbd4c18bab9319ee9598fc0fcf5a4d21e9de1afa1f91d8af90f42 Oct 15 12:39:35.004 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 12:39:35.523 INFO blam! 42b7c9383e5e3c2a8aa9311ff6453b65409f4abcdaae3598306f25613dd9d3ba Oct 15 12:39:35.539 INFO running `"docker" "start" "-a" "42b7c9383e5e3c2a8aa9311ff6453b65409f4abcdaae3598306f25613dd9d3ba"` Oct 15 12:39:37.597 INFO kablam! usermod: no changes Oct 15 12:39:37.735 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 15 12:39:37.739 INFO kablam! Running /target/debug/deps/rust_cc-27ddf822d9b37a03 Oct 15 12:39:37.744 INFO blam! Oct 15 12:39:37.744 INFO blam! running 6 tests Oct 15 12:39:37.779 INFO blam! test lexer::test::lexing_symbols ... ok Oct 15 12:39:37.783 INFO blam! test lexer::test::int_literals ... ok Oct 15 12:39:37.815 INFO blam! test lexer::test::lexing_identifiers_vs_keywords ... ok Oct 15 12:39:37.815 INFO blam! test lexer::test::try_get_test ... ok Oct 15 12:39:37.815 INFO blam! test lexer::test::lex_str_test ... ok Oct 15 12:39:37.815 INFO blam! test lexer::test::get_next_token_test ... ok Oct 15 12:39:37.815 INFO blam! Oct 15 12:39:37.815 INFO blam! test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 12:39:37.815 INFO blam! Oct 15 12:39:37.817 INFO kablam! su: No module specific data is present Oct 15 12:39:39.123 INFO running `"docker" "rm" "-f" "42b7c9383e5e3c2a8aa9311ff6453b65409f4abcdaae3598306f25613dd9d3ba"` Oct 15 12:39:39.499 INFO blam! 42b7c9383e5e3c2a8aa9311ff6453b65409f4abcdaae3598306f25613dd9d3ba