Oct 27 08:22:21.684 INFO checking andreaseg/rcalc against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 08:22:21.684 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-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 27 08:22:22.027 INFO blam! 1ba958faa9bef37040c00e3bd4ba2209f61ec43b14b78ca78da9c55afcd6bc41 Oct 27 08:22:22.035 INFO running `"docker" "start" "-a" "1ba958faa9bef37040c00e3bd4ba2209f61ec43b14b78ca78da9c55afcd6bc41"` Oct 27 08:22:23.144 INFO kablam! usermod: no changes Oct 27 08:22:23.231 INFO kablam! Checking memchr v2.0.1 Oct 27 08:22:23.799 INFO kablam! Checking aho-corasick v0.6.4 Oct 27 08:22:24.768 INFO kablam! Checking regex v0.2.11 Oct 27 08:22:27.630 INFO kablam! Checking rcalc v0.1.0 (/source) Oct 27 08:22:29.499 INFO kablam! error[E0308]: mismatched types Oct 27 08:22:29.499 INFO kablam! --> src/parser.rs:221:39 Oct 27 08:22:29.499 INFO kablam! | Oct 27 08:22:29.499 INFO kablam! 221 | parse(::scanner::tokenize("1 + 2".to_string())), Oct 27 08:22:29.499 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 08:22:29.499 INFO kablam! | | Oct 27 08:22:29.499 INFO kablam! | expected &str, found struct `std::string::String` Oct 27 08:22:29.499 INFO kablam! | help: consider borrowing here: `&"1 + 2".to_string()` Oct 27 08:22:29.499 INFO kablam! | Oct 27 08:22:29.499 INFO kablam! = note: expected type `&str` Oct 27 08:22:29.499 INFO kablam! found type `std::string::String` Oct 27 08:22:29.499 INFO kablam! Oct 27 08:22:29.500 INFO kablam! error[E0308]: mismatched types Oct 27 08:22:29.500 INFO kablam! --> src/parser.rs:229:39 Oct 27 08:22:29.501 INFO kablam! | Oct 27 08:22:29.501 INFO kablam! 229 | parse(::scanner::tokenize("1 * 2".to_string())), Oct 27 08:22:29.501 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 08:22:29.501 INFO kablam! | | Oct 27 08:22:29.501 INFO kablam! | expected &str, found struct `std::string::String` Oct 27 08:22:29.501 INFO kablam! | help: consider borrowing here: `&"1 * 2".to_string()` Oct 27 08:22:29.501 INFO kablam! | Oct 27 08:22:29.501 INFO kablam! = note: expected type `&str` Oct 27 08:22:29.501 INFO kablam! found type `std::string::String` Oct 27 08:22:29.501 INFO kablam! Oct 27 08:22:29.503 INFO kablam! error[E0308]: mismatched types Oct 27 08:22:29.503 INFO kablam! --> src/parser.rs:237:39 Oct 27 08:22:29.503 INFO kablam! | Oct 27 08:22:29.503 INFO kablam! 237 | parse(::scanner::tokenize("1 / 2".to_string())), Oct 27 08:22:29.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 08:22:29.503 INFO kablam! | | Oct 27 08:22:29.503 INFO kablam! | expected &str, found struct `std::string::String` Oct 27 08:22:29.503 INFO kablam! | help: consider borrowing here: `&"1 / 2".to_string()` Oct 27 08:22:29.503 INFO kablam! | Oct 27 08:22:29.503 INFO kablam! = note: expected type `&str` Oct 27 08:22:29.503 INFO kablam! found type `std::string::String` Oct 27 08:22:29.503 INFO kablam! Oct 27 08:22:29.505 INFO kablam! error[E0308]: mismatched types Oct 27 08:22:29.505 INFO kablam! --> src/parser.rs:245:39 Oct 27 08:22:29.505 INFO kablam! | Oct 27 08:22:29.506 INFO kablam! 245 | parse(::scanner::tokenize("1 - 2".to_string())), Oct 27 08:22:29.506 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 08:22:29.506 INFO kablam! | | Oct 27 08:22:29.506 INFO kablam! | expected &str, found struct `std::string::String` Oct 27 08:22:29.506 INFO kablam! | help: consider borrowing here: `&"1 - 2".to_string()` Oct 27 08:22:29.506 INFO kablam! | Oct 27 08:22:29.507 INFO kablam! = note: expected type `&str` Oct 27 08:22:29.507 INFO kablam! found type `std::string::String` Oct 27 08:22:29.507 INFO kablam! Oct 27 08:22:29.515 INFO kablam! error[E0308]: mismatched types Oct 27 08:22:29.515 INFO kablam! --> src/parser.rs:253:39 Oct 27 08:22:29.515 INFO kablam! | Oct 27 08:22:29.515 INFO kablam! 253 | parse(::scanner::tokenize("1 ^ 2".to_string())), Oct 27 08:22:29.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 08:22:29.516 INFO kablam! | | Oct 27 08:22:29.516 INFO kablam! | expected &str, found struct `std::string::String` Oct 27 08:22:29.516 INFO kablam! | help: consider borrowing here: `&"1 ^ 2".to_string()` Oct 27 08:22:29.516 INFO kablam! | Oct 27 08:22:29.517 INFO kablam! = note: expected type `&str` Oct 27 08:22:29.517 INFO kablam! found type `std::string::String` Oct 27 08:22:29.517 INFO kablam! Oct 27 08:22:29.519 INFO kablam! error[E0308]: mismatched types Oct 27 08:22:29.519 INFO kablam! --> src/parser.rs:265:39 Oct 27 08:22:29.519 INFO kablam! | Oct 27 08:22:29.520 INFO kablam! 265 | parse(::scanner::tokenize("(1)".to_string())), Oct 27 08:22:29.520 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 08:22:29.520 INFO kablam! | | Oct 27 08:22:29.520 INFO kablam! | expected &str, found struct `std::string::String` Oct 27 08:22:29.520 INFO kablam! | help: consider borrowing here: `&"(1)".to_string()` Oct 27 08:22:29.520 INFO kablam! | Oct 27 08:22:29.521 INFO kablam! = note: expected type `&str` Oct 27 08:22:29.521 INFO kablam! found type `std::string::String` Oct 27 08:22:29.521 INFO kablam! Oct 27 08:22:29.522 INFO kablam! error[E0308]: mismatched types Oct 27 08:22:29.523 INFO kablam! --> src/parser.rs:273:39 Oct 27 08:22:29.523 INFO kablam! | Oct 27 08:22:29.523 INFO kablam! 273 | parse(::scanner::tokenize("(1) + (2)".to_string())), Oct 27 08:22:29.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:22:29.523 INFO kablam! | | Oct 27 08:22:29.524 INFO kablam! | expected &str, found struct `std::string::String` Oct 27 08:22:29.524 INFO kablam! | help: consider borrowing here: `&"(1) + (2)".to_string()` Oct 27 08:22:29.524 INFO kablam! | Oct 27 08:22:29.524 INFO kablam! = note: expected type `&str` Oct 27 08:22:29.524 INFO kablam! found type `std::string::String` Oct 27 08:22:29.525 INFO kablam! Oct 27 08:22:29.527 INFO kablam! error[E0308]: mismatched types Oct 27 08:22:29.527 INFO kablam! --> src/parser.rs:285:39 Oct 27 08:22:29.527 INFO kablam! | Oct 27 08:22:29.527 INFO kablam! 285 | parse(::scanner::tokenize("1 + 2 * 3".to_string())), Oct 27 08:22:29.527 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:22:29.527 INFO kablam! | | Oct 27 08:22:29.528 INFO kablam! | expected &str, found struct `std::string::String` Oct 27 08:22:29.528 INFO kablam! | help: consider borrowing here: `&"1 + 2 * 3".to_string()` Oct 27 08:22:29.528 INFO kablam! | Oct 27 08:22:29.528 INFO kablam! = note: expected type `&str` Oct 27 08:22:29.529 INFO kablam! found type `std::string::String` Oct 27 08:22:29.529 INFO kablam! Oct 27 08:22:29.535 INFO kablam! error[E0308]: mismatched types Oct 27 08:22:29.535 INFO kablam! --> src/parser.rs:298:39 Oct 27 08:22:29.535 INFO kablam! | Oct 27 08:22:29.536 INFO kablam! 298 | parse(::scanner::tokenize("1 * 2 + 3".to_string())), Oct 27 08:22:29.536 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:22:29.536 INFO kablam! | | Oct 27 08:22:29.536 INFO kablam! | expected &str, found struct `std::string::String` Oct 27 08:22:29.536 INFO kablam! | help: consider borrowing here: `&"1 * 2 + 3".to_string()` Oct 27 08:22:29.543 INFO kablam! | Oct 27 08:22:29.543 INFO kablam! = note: expected type `&str` Oct 27 08:22:29.543 INFO kablam! found type `std::string::String` Oct 27 08:22:29.543 INFO kablam! Oct 27 08:22:29.565 INFO kablam! error[E0308]: mismatched types Oct 27 08:22:29.565 INFO kablam! --> src/scanner.rs:77:39 Oct 27 08:22:29.565 INFO kablam! | Oct 27 08:22:29.566 INFO kablam! 77 | let tokens = tokenize($match_values.to_string()); Oct 27 08:22:29.566 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:22:29.566 INFO kablam! | | Oct 27 08:22:29.566 INFO kablam! | expected &str, found struct `std::string::String` Oct 27 08:22:29.566 INFO kablam! | help: consider borrowing here: `&$match_values.to_string()` Oct 27 08:22:29.567 INFO kablam! ... Oct 27 08:22:29.567 INFO kablam! 93 | / test_tokenizer!( Oct 27 08:22:29.567 INFO kablam! 94 | | number, Oct 27 08:22:29.568 INFO kablam! 95 | | "2", Oct 27 08:22:29.568 INFO kablam! 96 | | Token::Number(_), Oct 27 08:22:29.568 INFO kablam! 97 | | "Tokenizer does not recognize numbers" Oct 27 08:22:29.568 INFO kablam! 98 | | ); Oct 27 08:22:29.568 INFO kablam! | |______- in this macro invocation Oct 27 08:22:29.568 INFO kablam! | Oct 27 08:22:29.568 INFO kablam! = note: expected type `&str` Oct 27 08:22:29.568 INFO kablam! found type `std::string::String` Oct 27 08:22:29.568 INFO kablam! Oct 27 08:22:29.570 INFO kablam! error[E0308]: mismatched types Oct 27 08:22:29.570 INFO kablam! --> src/scanner.rs:77:39 Oct 27 08:22:29.570 INFO kablam! | Oct 27 08:22:29.571 INFO kablam! 77 | let tokens = tokenize($match_values.to_string()); Oct 27 08:22:29.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:22:29.579 INFO kablam! | | Oct 27 08:22:29.579 INFO kablam! | expected &str, found struct `std::string::String` Oct 27 08:22:29.579 INFO kablam! | help: consider borrowing here: `&$match_values.to_string()` Oct 27 08:22:29.579 INFO kablam! ... Oct 27 08:22:29.579 INFO kablam! 99 | / test_tokenizer!( Oct 27 08:22:29.579 INFO kablam! 100 | | lpar, Oct 27 08:22:29.579 INFO kablam! 101 | | "(", Oct 27 08:22:29.579 INFO kablam! 102 | | Token::LeftPar, Oct 27 08:22:29.579 INFO kablam! 103 | | "Tokenizer does not recognize '('" Oct 27 08:22:29.579 INFO kablam! 104 | | ); Oct 27 08:22:29.579 INFO kablam! | |______- in this macro invocation Oct 27 08:22:29.580 INFO kablam! | Oct 27 08:22:29.580 INFO kablam! = note: expected type `&str` Oct 27 08:22:29.580 INFO kablam! found type `std::string::String` Oct 27 08:22:29.580 INFO kablam! Oct 27 08:22:29.583 INFO kablam! error[E0308]: mismatched types Oct 27 08:22:29.583 INFO kablam! --> src/scanner.rs:77:39 Oct 27 08:22:29.583 INFO kablam! | Oct 27 08:22:29.583 INFO kablam! 77 | let tokens = tokenize($match_values.to_string()); Oct 27 08:22:29.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:22:29.583 INFO kablam! | | Oct 27 08:22:29.583 INFO kablam! | expected &str, found struct `std::string::String` Oct 27 08:22:29.584 INFO kablam! | help: consider borrowing here: `&$match_values.to_string()` Oct 27 08:22:29.584 INFO kablam! ... Oct 27 08:22:29.584 INFO kablam! 105 | / test_tokenizer!( Oct 27 08:22:29.584 INFO kablam! 106 | | rpar, Oct 27 08:22:29.584 INFO kablam! 107 | | ")", Oct 27 08:22:29.584 INFO kablam! 108 | | Token::RightPar, Oct 27 08:22:29.584 INFO kablam! 109 | | "Tokenizer does not recognize ')'" Oct 27 08:22:29.584 INFO kablam! 110 | | ); Oct 27 08:22:29.584 INFO kablam! | |______- in this macro invocation Oct 27 08:22:29.584 INFO kablam! | Oct 27 08:22:29.584 INFO kablam! = note: expected type `&str` Oct 27 08:22:29.584 INFO kablam! found type `std::string::String` Oct 27 08:22:29.584 INFO kablam! Oct 27 08:22:29.587 INFO kablam! error[E0308]: mismatched types Oct 27 08:22:29.587 INFO kablam! --> src/scanner.rs:77:39 Oct 27 08:22:29.587 INFO kablam! | Oct 27 08:22:29.587 INFO kablam! 77 | let tokens = tokenize($match_values.to_string()); Oct 27 08:22:29.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:22:29.587 INFO kablam! | | Oct 27 08:22:29.587 INFO kablam! | expected &str, found struct `std::string::String` Oct 27 08:22:29.587 INFO kablam! | help: consider borrowing here: `&$match_values.to_string()` Oct 27 08:22:29.587 INFO kablam! ... Oct 27 08:22:29.587 INFO kablam! 111 | / test_tokenizer!( Oct 27 08:22:29.587 INFO kablam! 112 | | operator, Oct 27 08:22:29.587 INFO kablam! 113 | | "+-*/^", Oct 27 08:22:29.588 INFO kablam! 114 | | Token::Operator(_), Oct 27 08:22:29.588 INFO kablam! 115 | | "Tokenizer does not recognize operators" Oct 27 08:22:29.588 INFO kablam! 116 | | ); Oct 27 08:22:29.588 INFO kablam! | |______- in this macro invocation Oct 27 08:22:29.588 INFO kablam! | Oct 27 08:22:29.588 INFO kablam! = note: expected type `&str` Oct 27 08:22:29.588 INFO kablam! found type `std::string::String` Oct 27 08:22:29.588 INFO kablam! Oct 27 08:22:29.590 INFO kablam! error[E0308]: mismatched types Oct 27 08:22:29.590 INFO kablam! --> src/scanner.rs:77:39 Oct 27 08:22:29.590 INFO kablam! | Oct 27 08:22:29.590 INFO kablam! 77 | let tokens = tokenize($match_values.to_string()); Oct 27 08:22:29.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:22:29.591 INFO kablam! | | Oct 27 08:22:29.591 INFO kablam! | expected &str, found struct `std::string::String` Oct 27 08:22:29.591 INFO kablam! | help: consider borrowing here: `&$match_values.to_string()` Oct 27 08:22:29.591 INFO kablam! ... Oct 27 08:22:29.591 INFO kablam! 117 | / test_tokenizer!( Oct 27 08:22:29.591 INFO kablam! 118 | | comma, Oct 27 08:22:29.591 INFO kablam! 119 | | ",", Oct 27 08:22:29.591 INFO kablam! 120 | | Token::Comma, Oct 27 08:22:29.591 INFO kablam! 121 | | "Tokenizer does not recognize comma." Oct 27 08:22:29.591 INFO kablam! 122 | | ); Oct 27 08:22:29.591 INFO kablam! | |______- in this macro invocation Oct 27 08:22:29.591 INFO kablam! | Oct 27 08:22:29.591 INFO kablam! = note: expected type `&str` Oct 27 08:22:29.591 INFO kablam! found type `std::string::String` Oct 27 08:22:29.591 INFO kablam! Oct 27 08:22:29.593 INFO kablam! error[E0308]: mismatched types Oct 27 08:22:29.593 INFO kablam! --> src/scanner.rs:77:39 Oct 27 08:22:29.593 INFO kablam! | Oct 27 08:22:29.594 INFO kablam! 77 | let tokens = tokenize($match_values.to_string()); Oct 27 08:22:29.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:22:29.594 INFO kablam! | | Oct 27 08:22:29.594 INFO kablam! | expected &str, found struct `std::string::String` Oct 27 08:22:29.594 INFO kablam! | help: consider borrowing here: `&$match_values.to_string()` Oct 27 08:22:29.594 INFO kablam! ... Oct 27 08:22:29.594 INFO kablam! 123 | / test_tokenizer!( Oct 27 08:22:29.594 INFO kablam! 124 | | external, Oct 27 08:22:29.594 INFO kablam! 125 | | "sin(", Oct 27 08:22:29.594 INFO kablam! 126 | | Token::External(_), Oct 27 08:22:29.594 INFO kablam! 127 | | "Tokenizer does not recognize externals." Oct 27 08:22:29.594 INFO kablam! 128 | | ); Oct 27 08:22:29.594 INFO kablam! | |______- in this macro invocation Oct 27 08:22:29.594 INFO kablam! | Oct 27 08:22:29.594 INFO kablam! = note: expected type `&str` Oct 27 08:22:29.594 INFO kablam! found type `std::string::String` Oct 27 08:22:29.594 INFO kablam! Oct 27 08:22:29.602 INFO kablam! error: aborting due to 15 previous errors Oct 27 08:22:29.602 INFO kablam! Oct 27 08:22:29.602 INFO kablam! For more information about this error, try `rustc --explain E0308`. Oct 27 08:22:29.612 INFO kablam! error: Could not compile `rcalc`. Oct 27 08:22:29.612 INFO kablam! Oct 27 08:22:29.612 INFO kablam! To learn more, run the command again with --verbose. Oct 27 08:22:29.613 INFO kablam! su: No module specific data is present Oct 27 08:22:30.874 INFO running `"docker" "rm" "-f" "1ba958faa9bef37040c00e3bd4ba2209f61ec43b14b78ca78da9c55afcd6bc41"` Oct 27 08:22:31.143 INFO blam! 1ba958faa9bef37040c00e3bd4ba2209f61ec43b14b78ca78da9c55afcd6bc41