Oct 13 01:15:24.850 INFO checking andreaseg/rcalc against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 01:15:24.850 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 01:15:25.341 INFO blam! ac56924be905842add6d75d13f813a12d65c85fb77ab08b9f0fe7f19c32affc7 Oct 13 01:15:25.346 INFO running `"docker" "start" "-a" "ac56924be905842add6d75d13f813a12d65c85fb77ab08b9f0fe7f19c32affc7"` Oct 13 01:15:26.976 INFO kablam! usermod: no changes Oct 13 01:15:27.052 INFO kablam! Checking memchr v2.0.1 Oct 13 01:15:27.692 INFO kablam! Checking aho-corasick v0.6.4 Oct 13 01:15:28.613 INFO kablam! Checking regex v0.2.11 Oct 13 01:15:31.280 INFO kablam! Checking rcalc v0.1.0 (/source) Oct 13 01:15:32.404 INFO kablam! error[E0308]: mismatched types Oct 13 01:15:32.405 INFO kablam! --> src/parser.rs:221:39 Oct 13 01:15:32.405 INFO kablam! | Oct 13 01:15:32.405 INFO kablam! 221 | parse(::scanner::tokenize("1 + 2".to_string())), Oct 13 01:15:32.406 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 01:15:32.406 INFO kablam! | | Oct 13 01:15:32.406 INFO kablam! | expected &str, found struct `std::string::String` Oct 13 01:15:32.407 INFO kablam! | help: consider borrowing here: `&"1 + 2".to_string()` Oct 13 01:15:32.407 INFO kablam! | Oct 13 01:15:32.407 INFO kablam! = note: expected type `&str` Oct 13 01:15:32.407 INFO kablam! found type `std::string::String` Oct 13 01:15:32.407 INFO kablam! Oct 13 01:15:32.407 INFO kablam! error[E0308]: mismatched types Oct 13 01:15:32.407 INFO kablam! --> src/parser.rs:229:39 Oct 13 01:15:32.407 INFO kablam! | Oct 13 01:15:32.408 INFO kablam! 229 | parse(::scanner::tokenize("1 * 2".to_string())), Oct 13 01:15:32.408 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 01:15:32.408 INFO kablam! | | Oct 13 01:15:32.408 INFO kablam! | expected &str, found struct `std::string::String` Oct 13 01:15:32.408 INFO kablam! | help: consider borrowing here: `&"1 * 2".to_string()` Oct 13 01:15:32.408 INFO kablam! | Oct 13 01:15:32.408 INFO kablam! = note: expected type `&str` Oct 13 01:15:32.408 INFO kablam! found type `std::string::String` Oct 13 01:15:32.408 INFO kablam! Oct 13 01:15:32.408 INFO kablam! error[E0308]: mismatched types Oct 13 01:15:32.408 INFO kablam! --> src/parser.rs:237:39 Oct 13 01:15:32.408 INFO kablam! | Oct 13 01:15:32.408 INFO kablam! 237 | parse(::scanner::tokenize("1 / 2".to_string())), Oct 13 01:15:32.408 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 01:15:32.408 INFO kablam! | | Oct 13 01:15:32.408 INFO kablam! | expected &str, found struct `std::string::String` Oct 13 01:15:32.410 INFO kablam! | help: consider borrowing here: `&"1 / 2".to_string()` Oct 13 01:15:32.410 INFO kablam! | Oct 13 01:15:32.410 INFO kablam! = note: expected type `&str` Oct 13 01:15:32.410 INFO kablam! found type `std::string::String` Oct 13 01:15:32.410 INFO kablam! Oct 13 01:15:32.410 INFO kablam! error[E0308]: mismatched types Oct 13 01:15:32.410 INFO kablam! --> src/parser.rs:245:39 Oct 13 01:15:32.410 INFO kablam! | Oct 13 01:15:32.410 INFO kablam! 245 | parse(::scanner::tokenize("1 - 2".to_string())), Oct 13 01:15:32.410 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 01:15:32.410 INFO kablam! | | Oct 13 01:15:32.410 INFO kablam! | expected &str, found struct `std::string::String` Oct 13 01:15:32.410 INFO kablam! | help: consider borrowing here: `&"1 - 2".to_string()` Oct 13 01:15:32.410 INFO kablam! | Oct 13 01:15:32.410 INFO kablam! = note: expected type `&str` Oct 13 01:15:32.410 INFO kablam! found type `std::string::String` Oct 13 01:15:32.410 INFO kablam! Oct 13 01:15:32.410 INFO kablam! error[E0308]: mismatched types Oct 13 01:15:32.410 INFO kablam! --> src/parser.rs:253:39 Oct 13 01:15:32.410 INFO kablam! | Oct 13 01:15:32.410 INFO kablam! 253 | parse(::scanner::tokenize("1 ^ 2".to_string())), Oct 13 01:15:32.410 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 01:15:32.410 INFO kablam! | | Oct 13 01:15:32.411 INFO kablam! | expected &str, found struct `std::string::String` Oct 13 01:15:32.411 INFO kablam! | help: consider borrowing here: `&"1 ^ 2".to_string()` Oct 13 01:15:32.411 INFO kablam! | Oct 13 01:15:32.411 INFO kablam! = note: expected type `&str` Oct 13 01:15:32.411 INFO kablam! found type `std::string::String` Oct 13 01:15:32.411 INFO kablam! Oct 13 01:15:32.411 INFO kablam! error[E0308]: mismatched types Oct 13 01:15:32.411 INFO kablam! --> src/parser.rs:265:39 Oct 13 01:15:32.414 INFO kablam! | Oct 13 01:15:32.414 INFO kablam! 265 | parse(::scanner::tokenize("(1)".to_string())), Oct 13 01:15:32.414 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 01:15:32.414 INFO kablam! | | Oct 13 01:15:32.415 INFO kablam! | expected &str, found struct `std::string::String` Oct 13 01:15:32.415 INFO kablam! | help: consider borrowing here: `&"(1)".to_string()` Oct 13 01:15:32.415 INFO kablam! | Oct 13 01:15:32.415 INFO kablam! = note: expected type `&str` Oct 13 01:15:32.415 INFO kablam! found type `std::string::String` Oct 13 01:15:32.415 INFO kablam! Oct 13 01:15:32.415 INFO kablam! error[E0308]: mismatched types Oct 13 01:15:32.415 INFO kablam! --> src/parser.rs:273:39 Oct 13 01:15:32.415 INFO kablam! | Oct 13 01:15:32.415 INFO kablam! 273 | parse(::scanner::tokenize("(1) + (2)".to_string())), Oct 13 01:15:32.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:15:32.415 INFO kablam! | | Oct 13 01:15:32.415 INFO kablam! | expected &str, found struct `std::string::String` Oct 13 01:15:32.415 INFO kablam! | help: consider borrowing here: `&"(1) + (2)".to_string()` Oct 13 01:15:32.415 INFO kablam! | Oct 13 01:15:32.415 INFO kablam! = note: expected type `&str` Oct 13 01:15:32.415 INFO kablam! found type `std::string::String` Oct 13 01:15:32.415 INFO kablam! Oct 13 01:15:32.415 INFO kablam! error[E0308]: mismatched types Oct 13 01:15:32.415 INFO kablam! --> src/parser.rs:285:39 Oct 13 01:15:32.415 INFO kablam! | Oct 13 01:15:32.415 INFO kablam! 285 | parse(::scanner::tokenize("1 + 2 * 3".to_string())), Oct 13 01:15:32.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:15:32.415 INFO kablam! | | Oct 13 01:15:32.415 INFO kablam! | expected &str, found struct `std::string::String` Oct 13 01:15:32.415 INFO kablam! | help: consider borrowing here: `&"1 + 2 * 3".to_string()` Oct 13 01:15:32.415 INFO kablam! | Oct 13 01:15:32.415 INFO kablam! = note: expected type `&str` Oct 13 01:15:32.415 INFO kablam! found type `std::string::String` Oct 13 01:15:32.415 INFO kablam! Oct 13 01:15:32.415 INFO kablam! error[E0308]: mismatched types Oct 13 01:15:32.415 INFO kablam! --> src/parser.rs:298:39 Oct 13 01:15:32.419 INFO kablam! | Oct 13 01:15:32.419 INFO kablam! 298 | parse(::scanner::tokenize("1 * 2 + 3".to_string())), Oct 13 01:15:32.419 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:15:32.419 INFO kablam! | | Oct 13 01:15:32.419 INFO kablam! | expected &str, found struct `std::string::String` Oct 13 01:15:32.419 INFO kablam! | help: consider borrowing here: `&"1 * 2 + 3".to_string()` Oct 13 01:15:32.419 INFO kablam! | Oct 13 01:15:32.419 INFO kablam! = note: expected type `&str` Oct 13 01:15:32.419 INFO kablam! found type `std::string::String` Oct 13 01:15:32.419 INFO kablam! Oct 13 01:15:32.432 INFO kablam! error[E0308]: mismatched types Oct 13 01:15:32.432 INFO kablam! --> src/scanner.rs:77:39 Oct 13 01:15:32.432 INFO kablam! | Oct 13 01:15:32.432 INFO kablam! 77 | let tokens = tokenize($match_values.to_string()); Oct 13 01:15:32.432 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:15:32.432 INFO kablam! | | Oct 13 01:15:32.432 INFO kablam! | expected &str, found struct `std::string::String` Oct 13 01:15:32.432 INFO kablam! | help: consider borrowing here: `&$match_values.to_string()` Oct 13 01:15:32.432 INFO kablam! ... Oct 13 01:15:32.432 INFO kablam! 93 | / test_tokenizer!( Oct 13 01:15:32.432 INFO kablam! 94 | | number, Oct 13 01:15:32.432 INFO kablam! 95 | | "2", Oct 13 01:15:32.432 INFO kablam! 96 | | Token::Number(_), Oct 13 01:15:32.432 INFO kablam! 97 | | "Tokenizer does not recognize numbers" Oct 13 01:15:32.432 INFO kablam! 98 | | ); Oct 13 01:15:32.432 INFO kablam! | |______- in this macro invocation Oct 13 01:15:32.432 INFO kablam! | Oct 13 01:15:32.432 INFO kablam! = note: expected type `&str` Oct 13 01:15:32.432 INFO kablam! found type `std::string::String` Oct 13 01:15:32.432 INFO kablam! Oct 13 01:15:32.435 INFO kablam! error[E0308]: mismatched types Oct 13 01:15:32.435 INFO kablam! --> src/scanner.rs:77:39 Oct 13 01:15:32.435 INFO kablam! | Oct 13 01:15:32.435 INFO kablam! 77 | let tokens = tokenize($match_values.to_string()); Oct 13 01:15:32.435 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:15:32.435 INFO kablam! | | Oct 13 01:15:32.435 INFO kablam! | expected &str, found struct `std::string::String` Oct 13 01:15:32.435 INFO kablam! | help: consider borrowing here: `&$match_values.to_string()` Oct 13 01:15:32.435 INFO kablam! ... Oct 13 01:15:32.435 INFO kablam! 99 | / test_tokenizer!( Oct 13 01:15:32.435 INFO kablam! 100 | | lpar, Oct 13 01:15:32.435 INFO kablam! 101 | | "(", Oct 13 01:15:32.435 INFO kablam! 102 | | Token::LeftPar, Oct 13 01:15:32.435 INFO kablam! 103 | | "Tokenizer does not recognize '('" Oct 13 01:15:32.435 INFO kablam! 104 | | ); Oct 13 01:15:32.435 INFO kablam! | |______- in this macro invocation Oct 13 01:15:32.435 INFO kablam! | Oct 13 01:15:32.435 INFO kablam! = note: expected type `&str` Oct 13 01:15:32.435 INFO kablam! found type `std::string::String` Oct 13 01:15:32.435 INFO kablam! Oct 13 01:15:32.439 INFO kablam! error[E0308]: mismatched types Oct 13 01:15:32.439 INFO kablam! --> src/scanner.rs:77:39 Oct 13 01:15:32.439 INFO kablam! | Oct 13 01:15:32.439 INFO kablam! 77 | let tokens = tokenize($match_values.to_string()); Oct 13 01:15:32.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:15:32.439 INFO kablam! | | Oct 13 01:15:32.439 INFO kablam! | expected &str, found struct `std::string::String` Oct 13 01:15:32.439 INFO kablam! | help: consider borrowing here: `&$match_values.to_string()` Oct 13 01:15:32.439 INFO kablam! ... Oct 13 01:15:32.439 INFO kablam! 105 | / test_tokenizer!( Oct 13 01:15:32.439 INFO kablam! 106 | | rpar, Oct 13 01:15:32.439 INFO kablam! 107 | | ")", Oct 13 01:15:32.439 INFO kablam! 108 | | Token::RightPar, Oct 13 01:15:32.439 INFO kablam! 109 | | "Tokenizer does not recognize ')'" Oct 13 01:15:32.439 INFO kablam! 110 | | ); Oct 13 01:15:32.439 INFO kablam! | |______- in this macro invocation Oct 13 01:15:32.440 INFO kablam! | Oct 13 01:15:32.440 INFO kablam! = note: expected type `&str` Oct 13 01:15:32.440 INFO kablam! found type `std::string::String` Oct 13 01:15:32.440 INFO kablam! Oct 13 01:15:32.443 INFO kablam! error[E0308]: mismatched types Oct 13 01:15:32.443 INFO kablam! --> src/scanner.rs:77:39 Oct 13 01:15:32.443 INFO kablam! | Oct 13 01:15:32.443 INFO kablam! 77 | let tokens = tokenize($match_values.to_string()); Oct 13 01:15:32.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:15:32.443 INFO kablam! | | Oct 13 01:15:32.443 INFO kablam! | expected &str, found struct `std::string::String` Oct 13 01:15:32.443 INFO kablam! | help: consider borrowing here: `&$match_values.to_string()` Oct 13 01:15:32.443 INFO kablam! ... Oct 13 01:15:32.443 INFO kablam! 111 | / test_tokenizer!( Oct 13 01:15:32.443 INFO kablam! 112 | | operator, Oct 13 01:15:32.443 INFO kablam! 113 | | "+-*/^", Oct 13 01:15:32.443 INFO kablam! 114 | | Token::Operator(_), Oct 13 01:15:32.443 INFO kablam! 115 | | "Tokenizer does not recognize operators" Oct 13 01:15:32.443 INFO kablam! 116 | | ); Oct 13 01:15:32.443 INFO kablam! | |______- in this macro invocation Oct 13 01:15:32.444 INFO kablam! | Oct 13 01:15:32.444 INFO kablam! = note: expected type `&str` Oct 13 01:15:32.444 INFO kablam! found type `std::string::String` Oct 13 01:15:32.444 INFO kablam! Oct 13 01:15:32.448 INFO kablam! error[E0308]: mismatched types Oct 13 01:15:32.448 INFO kablam! --> src/scanner.rs:77:39 Oct 13 01:15:32.448 INFO kablam! | Oct 13 01:15:32.448 INFO kablam! 77 | let tokens = tokenize($match_values.to_string()); Oct 13 01:15:32.448 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:15:32.448 INFO kablam! | | Oct 13 01:15:32.448 INFO kablam! | expected &str, found struct `std::string::String` Oct 13 01:15:32.448 INFO kablam! | help: consider borrowing here: `&$match_values.to_string()` Oct 13 01:15:32.448 INFO kablam! ... Oct 13 01:15:32.448 INFO kablam! 117 | / test_tokenizer!( Oct 13 01:15:32.448 INFO kablam! 118 | | comma, Oct 13 01:15:32.448 INFO kablam! 119 | | ",", Oct 13 01:15:32.448 INFO kablam! 120 | | Token::Comma, Oct 13 01:15:32.448 INFO kablam! 121 | | "Tokenizer does not recognize comma." Oct 13 01:15:32.448 INFO kablam! 122 | | ); Oct 13 01:15:32.448 INFO kablam! | |______- in this macro invocation Oct 13 01:15:32.448 INFO kablam! | Oct 13 01:15:32.448 INFO kablam! = note: expected type `&str` Oct 13 01:15:32.448 INFO kablam! found type `std::string::String` Oct 13 01:15:32.448 INFO kablam! Oct 13 01:15:32.452 INFO kablam! error[E0308]: mismatched types Oct 13 01:15:32.452 INFO kablam! --> src/scanner.rs:77:39 Oct 13 01:15:32.452 INFO kablam! | Oct 13 01:15:32.452 INFO kablam! 77 | let tokens = tokenize($match_values.to_string()); Oct 13 01:15:32.452 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:15:32.452 INFO kablam! | | Oct 13 01:15:32.452 INFO kablam! | expected &str, found struct `std::string::String` Oct 13 01:15:32.452 INFO kablam! | help: consider borrowing here: `&$match_values.to_string()` Oct 13 01:15:32.452 INFO kablam! ... Oct 13 01:15:32.452 INFO kablam! 123 | / test_tokenizer!( Oct 13 01:15:32.452 INFO kablam! 124 | | external, Oct 13 01:15:32.452 INFO kablam! 125 | | "sin(", Oct 13 01:15:32.452 INFO kablam! 126 | | Token::External(_), Oct 13 01:15:32.452 INFO kablam! 127 | | "Tokenizer does not recognize externals." Oct 13 01:15:32.452 INFO kablam! 128 | | ); Oct 13 01:15:32.452 INFO kablam! | |______- in this macro invocation Oct 13 01:15:32.452 INFO kablam! | Oct 13 01:15:32.452 INFO kablam! = note: expected type `&str` Oct 13 01:15:32.452 INFO kablam! found type `std::string::String` Oct 13 01:15:32.452 INFO kablam! Oct 13 01:15:32.461 INFO kablam! error: aborting due to 15 previous errors Oct 13 01:15:32.461 INFO kablam! Oct 13 01:15:32.461 INFO kablam! For more information about this error, try `rustc --explain E0308`. Oct 13 01:15:32.471 INFO kablam! error: Could not compile `rcalc`. Oct 13 01:15:32.471 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 01:15:33.015 INFO kablam! error: build failed Oct 13 01:15:33.018 INFO kablam! su: No module specific data is present Oct 13 01:15:34.260 INFO running `"docker" "rm" "-f" "ac56924be905842add6d75d13f813a12d65c85fb77ab08b9f0fe7f19c32affc7"` Oct 13 01:15:34.684 INFO blam! ac56924be905842add6d75d13f813a12d65c85fb77ab08b9f0fe7f19c32affc7