Oct 27 08:22:22.272 INFO checking andreaseg/rcalc against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 08:22:22.272 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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.695 INFO blam! 44fdfd3c1956d457d89d693b87144ec6b3b74ffbebfac2ee9acc5cbf8a3820a7 Oct 27 08:22:22.696 INFO running `"docker" "start" "-a" "44fdfd3c1956d457d89d693b87144ec6b3b74ffbebfac2ee9acc5cbf8a3820a7"` Oct 27 08:22:24.064 INFO kablam! usermod: no changes Oct 27 08:22:24.131 INFO kablam! Checking libc v0.2.41 Oct 27 08:22:25.882 INFO kablam! Checking memchr v2.0.1 Oct 27 08:22:26.435 INFO kablam! Checking aho-corasick v0.6.4 Oct 27 08:22:27.501 INFO kablam! Checking regex v0.2.11 Oct 27 08:22:30.103 INFO kablam! Checking rcalc v0.1.0 (/source) Oct 27 08:22:31.779 INFO kablam! error[E0308]: mismatched types Oct 27 08:22:31.780 INFO kablam! --> src/parser.rs:221:39 Oct 27 08:22:31.780 INFO kablam! | Oct 27 08:22:31.780 INFO kablam! 221 | parse(::scanner::tokenize("1 + 2".to_string())), Oct 27 08:22:31.781 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 08:22:31.781 INFO kablam! | | Oct 27 08:22:31.781 INFO kablam! | expected &str, found struct `std::string::String` Oct 27 08:22:31.782 INFO kablam! | help: consider borrowing here: `&"1 + 2".to_string()` Oct 27 08:22:31.782 INFO kablam! | Oct 27 08:22:31.782 INFO kablam! = note: expected type `&str` Oct 27 08:22:31.782 INFO kablam! found type `std::string::String` Oct 27 08:22:31.783 INFO kablam! Oct 27 08:22:31.783 INFO kablam! error[E0308]: mismatched types Oct 27 08:22:31.783 INFO kablam! --> src/parser.rs:229:39 Oct 27 08:22:31.784 INFO kablam! | Oct 27 08:22:31.784 INFO kablam! 229 | parse(::scanner::tokenize("1 * 2".to_string())), Oct 27 08:22:31.784 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 08:22:31.785 INFO kablam! | | Oct 27 08:22:31.785 INFO kablam! | expected &str, found struct `std::string::String` Oct 27 08:22:31.785 INFO kablam! | help: consider borrowing here: `&"1 * 2".to_string()` Oct 27 08:22:31.785 INFO kablam! | Oct 27 08:22:31.786 INFO kablam! = note: expected type `&str` Oct 27 08:22:31.786 INFO kablam! found type `std::string::String` Oct 27 08:22:31.786 INFO kablam! Oct 27 08:22:31.787 INFO kablam! error[E0308]: mismatched types Oct 27 08:22:31.787 INFO kablam! --> src/parser.rs:237:39 Oct 27 08:22:31.787 INFO kablam! | Oct 27 08:22:31.788 INFO kablam! 237 | parse(::scanner::tokenize("1 / 2".to_string())), Oct 27 08:22:31.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 08:22:31.788 INFO kablam! | | Oct 27 08:22:31.789 INFO kablam! | expected &str, found struct `std::string::String` Oct 27 08:22:31.789 INFO kablam! | help: consider borrowing here: `&"1 / 2".to_string()` Oct 27 08:22:31.789 INFO kablam! | Oct 27 08:22:31.790 INFO kablam! = note: expected type `&str` Oct 27 08:22:31.790 INFO kablam! found type `std::string::String` Oct 27 08:22:31.790 INFO kablam! Oct 27 08:22:31.790 INFO kablam! error[E0308]: mismatched types Oct 27 08:22:31.791 INFO kablam! --> src/parser.rs:245:39 Oct 27 08:22:31.791 INFO kablam! | Oct 27 08:22:31.791 INFO kablam! 245 | parse(::scanner::tokenize("1 - 2".to_string())), Oct 27 08:22:31.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 08:22:31.792 INFO kablam! | | Oct 27 08:22:31.792 INFO kablam! | expected &str, found struct `std::string::String` Oct 27 08:22:31.793 INFO kablam! | help: consider borrowing here: `&"1 - 2".to_string()` Oct 27 08:22:31.793 INFO kablam! | Oct 27 08:22:31.793 INFO kablam! = note: expected type `&str` Oct 27 08:22:31.793 INFO kablam! found type `std::string::String` Oct 27 08:22:31.794 INFO kablam! Oct 27 08:22:31.794 INFO kablam! error[E0308]: mismatched types Oct 27 08:22:31.794 INFO kablam! --> src/parser.rs:253:39 Oct 27 08:22:31.795 INFO kablam! | Oct 27 08:22:31.795 INFO kablam! 253 | parse(::scanner::tokenize("1 ^ 2".to_string())), Oct 27 08:22:31.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 08:22:31.796 INFO kablam! | | Oct 27 08:22:31.796 INFO kablam! | expected &str, found struct `std::string::String` Oct 27 08:22:31.796 INFO kablam! | help: consider borrowing here: `&"1 ^ 2".to_string()` Oct 27 08:22:31.797 INFO kablam! | Oct 27 08:22:31.797 INFO kablam! = note: expected type `&str` Oct 27 08:22:31.797 INFO kablam! found type `std::string::String` Oct 27 08:22:31.797 INFO kablam! Oct 27 08:22:31.798 INFO kablam! error[E0308]: mismatched types Oct 27 08:22:31.798 INFO kablam! --> src/parser.rs:265:39 Oct 27 08:22:31.798 INFO kablam! | Oct 27 08:22:31.799 INFO kablam! 265 | parse(::scanner::tokenize("(1)".to_string())), Oct 27 08:22:31.799 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 08:22:31.799 INFO kablam! | | Oct 27 08:22:31.799 INFO kablam! | expected &str, found struct `std::string::String` Oct 27 08:22:31.800 INFO kablam! | help: consider borrowing here: `&"(1)".to_string()` Oct 27 08:22:31.800 INFO kablam! | Oct 27 08:22:31.800 INFO kablam! = note: expected type `&str` Oct 27 08:22:31.801 INFO kablam! found type `std::string::String` Oct 27 08:22:31.801 INFO kablam! Oct 27 08:22:31.801 INFO kablam! error[E0308]: mismatched types Oct 27 08:22:31.801 INFO kablam! --> src/parser.rs:273:39 Oct 27 08:22:31.802 INFO kablam! | Oct 27 08:22:31.802 INFO kablam! 273 | parse(::scanner::tokenize("(1) + (2)".to_string())), Oct 27 08:22:31.802 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:22:31.803 INFO kablam! | | Oct 27 08:22:31.803 INFO kablam! | expected &str, found struct `std::string::String` Oct 27 08:22:31.803 INFO kablam! | help: consider borrowing here: `&"(1) + (2)".to_string()` Oct 27 08:22:31.803 INFO kablam! | Oct 27 08:22:31.804 INFO kablam! = note: expected type `&str` Oct 27 08:22:31.804 INFO kablam! found type `std::string::String` Oct 27 08:22:31.804 INFO kablam! Oct 27 08:22:31.804 INFO kablam! error[E0308]: mismatched types Oct 27 08:22:31.805 INFO kablam! --> src/parser.rs:285:39 Oct 27 08:22:31.805 INFO kablam! | Oct 27 08:22:31.805 INFO kablam! 285 | parse(::scanner::tokenize("1 + 2 * 3".to_string())), Oct 27 08:22:31.805 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:22:31.806 INFO kablam! | | Oct 27 08:22:31.806 INFO kablam! | expected &str, found struct `std::string::String` Oct 27 08:22:31.806 INFO kablam! | help: consider borrowing here: `&"1 + 2 * 3".to_string()` Oct 27 08:22:31.810 INFO kablam! | Oct 27 08:22:31.811 INFO kablam! = note: expected type `&str` Oct 27 08:22:31.811 INFO kablam! found type `std::string::String` Oct 27 08:22:31.811 INFO kablam! Oct 27 08:22:31.812 INFO kablam! error[E0308]: mismatched types Oct 27 08:22:31.812 INFO kablam! --> src/parser.rs:298:39 Oct 27 08:22:31.812 INFO kablam! | Oct 27 08:22:31.812 INFO kablam! 298 | parse(::scanner::tokenize("1 * 2 + 3".to_string())), Oct 27 08:22:31.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:22:31.813 INFO kablam! | | Oct 27 08:22:31.813 INFO kablam! | expected &str, found struct `std::string::String` Oct 27 08:22:31.813 INFO kablam! | help: consider borrowing here: `&"1 * 2 + 3".to_string()` Oct 27 08:22:31.814 INFO kablam! | Oct 27 08:22:31.814 INFO kablam! = note: expected type `&str` Oct 27 08:22:31.814 INFO kablam! found type `std::string::String` Oct 27 08:22:31.814 INFO kablam! Oct 27 08:22:31.815 INFO kablam! error[E0308]: mismatched types Oct 27 08:22:31.815 INFO kablam! --> src/scanner.rs:77:39 Oct 27 08:22:31.815 INFO kablam! | Oct 27 08:22:31.815 INFO kablam! 77 | let tokens = tokenize($match_values.to_string()); Oct 27 08:22:31.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:22:31.816 INFO kablam! | | Oct 27 08:22:31.816 INFO kablam! | expected &str, found struct `std::string::String` Oct 27 08:22:31.817 INFO kablam! | help: consider borrowing here: `&$match_values.to_string()` Oct 27 08:22:31.817 INFO kablam! ... Oct 27 08:22:31.817 INFO kablam! 93 | / test_tokenizer!( Oct 27 08:22:31.818 INFO kablam! 94 | | number, Oct 27 08:22:31.818 INFO kablam! 95 | | "2", Oct 27 08:22:31.818 INFO kablam! 96 | | Token::Number(_), Oct 27 08:22:31.819 INFO kablam! 97 | | "Tokenizer does not recognize numbers" Oct 27 08:22:31.819 INFO kablam! 98 | | ); Oct 27 08:22:31.819 INFO kablam! | |______- in this macro invocation Oct 27 08:22:31.819 INFO kablam! | Oct 27 08:22:31.820 INFO kablam! = note: expected type `&str` Oct 27 08:22:31.820 INFO kablam! found type `std::string::String` Oct 27 08:22:31.820 INFO kablam! Oct 27 08:22:31.821 INFO kablam! error[E0308]: mismatched types Oct 27 08:22:31.821 INFO kablam! --> src/scanner.rs:77:39 Oct 27 08:22:31.821 INFO kablam! | Oct 27 08:22:31.822 INFO kablam! 77 | let tokens = tokenize($match_values.to_string()); Oct 27 08:22:31.822 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:22:31.822 INFO kablam! | | Oct 27 08:22:31.823 INFO kablam! | expected &str, found struct `std::string::String` Oct 27 08:22:31.823 INFO kablam! | help: consider borrowing here: `&$match_values.to_string()` Oct 27 08:22:31.823 INFO kablam! ... Oct 27 08:22:31.823 INFO kablam! 99 | / test_tokenizer!( Oct 27 08:22:31.824 INFO kablam! 100 | | lpar, Oct 27 08:22:31.824 INFO kablam! 101 | | "(", Oct 27 08:22:31.824 INFO kablam! 102 | | Token::LeftPar, Oct 27 08:22:31.824 INFO kablam! 103 | | "Tokenizer does not recognize '('" Oct 27 08:22:31.824 INFO kablam! 104 | | ); Oct 27 08:22:31.824 INFO kablam! | |______- in this macro invocation Oct 27 08:22:31.824 INFO kablam! | Oct 27 08:22:31.824 INFO kablam! = note: expected type `&str` Oct 27 08:22:31.824 INFO kablam! found type `std::string::String` Oct 27 08:22:31.824 INFO kablam! Oct 27 08:22:31.824 INFO kablam! error[E0308]: mismatched types Oct 27 08:22:31.825 INFO kablam! --> src/scanner.rs:77:39 Oct 27 08:22:31.825 INFO kablam! | Oct 27 08:22:31.825 INFO kablam! 77 | let tokens = tokenize($match_values.to_string()); Oct 27 08:22:31.825 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:22:31.825 INFO kablam! | | Oct 27 08:22:31.825 INFO kablam! | expected &str, found struct `std::string::String` Oct 27 08:22:31.825 INFO kablam! | help: consider borrowing here: `&$match_values.to_string()` Oct 27 08:22:31.825 INFO kablam! ... Oct 27 08:22:31.825 INFO kablam! 105 | / test_tokenizer!( Oct 27 08:22:31.825 INFO kablam! 106 | | rpar, Oct 27 08:22:31.825 INFO kablam! 107 | | ")", Oct 27 08:22:31.825 INFO kablam! 108 | | Token::RightPar, Oct 27 08:22:31.825 INFO kablam! 109 | | "Tokenizer does not recognize ')'" Oct 27 08:22:31.825 INFO kablam! 110 | | ); Oct 27 08:22:31.825 INFO kablam! | |______- in this macro invocation Oct 27 08:22:31.825 INFO kablam! | Oct 27 08:22:31.825 INFO kablam! = note: expected type `&str` Oct 27 08:22:31.825 INFO kablam! found type `std::string::String` Oct 27 08:22:31.825 INFO kablam! Oct 27 08:22:31.825 INFO kablam! error[E0308]: mismatched types Oct 27 08:22:31.826 INFO kablam! --> src/scanner.rs:77:39 Oct 27 08:22:31.826 INFO kablam! | Oct 27 08:22:31.826 INFO kablam! 77 | let tokens = tokenize($match_values.to_string()); Oct 27 08:22:31.826 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:22:31.826 INFO kablam! | | Oct 27 08:22:31.826 INFO kablam! | expected &str, found struct `std::string::String` Oct 27 08:22:31.826 INFO kablam! | help: consider borrowing here: `&$match_values.to_string()` Oct 27 08:22:31.826 INFO kablam! ... Oct 27 08:22:31.826 INFO kablam! 111 | / test_tokenizer!( Oct 27 08:22:31.826 INFO kablam! 112 | | operator, Oct 27 08:22:31.826 INFO kablam! 113 | | "+-*/^", Oct 27 08:22:31.826 INFO kablam! 114 | | Token::Operator(_), Oct 27 08:22:31.826 INFO kablam! 115 | | "Tokenizer does not recognize operators" Oct 27 08:22:31.826 INFO kablam! 116 | | ); Oct 27 08:22:31.826 INFO kablam! | |______- in this macro invocation Oct 27 08:22:31.826 INFO kablam! | Oct 27 08:22:31.826 INFO kablam! = note: expected type `&str` Oct 27 08:22:31.826 INFO kablam! found type `std::string::String` Oct 27 08:22:31.826 INFO kablam! Oct 27 08:22:31.827 INFO kablam! error[E0308]: mismatched types Oct 27 08:22:31.827 INFO kablam! --> src/scanner.rs:77:39 Oct 27 08:22:31.827 INFO kablam! | Oct 27 08:22:31.827 INFO kablam! 77 | let tokens = tokenize($match_values.to_string()); Oct 27 08:22:31.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:22:31.827 INFO kablam! | | Oct 27 08:22:31.827 INFO kablam! | expected &str, found struct `std::string::String` Oct 27 08:22:31.827 INFO kablam! | help: consider borrowing here: `&$match_values.to_string()` Oct 27 08:22:31.827 INFO kablam! ... Oct 27 08:22:31.827 INFO kablam! 117 | / test_tokenizer!( Oct 27 08:22:31.827 INFO kablam! 118 | | comma, Oct 27 08:22:31.827 INFO kablam! 119 | | ",", Oct 27 08:22:31.827 INFO kablam! 120 | | Token::Comma, Oct 27 08:22:31.827 INFO kablam! 121 | | "Tokenizer does not recognize comma." Oct 27 08:22:31.827 INFO kablam! 122 | | ); Oct 27 08:22:31.827 INFO kablam! | |______- in this macro invocation Oct 27 08:22:31.827 INFO kablam! | Oct 27 08:22:31.827 INFO kablam! = note: expected type `&str` Oct 27 08:22:31.827 INFO kablam! found type `std::string::String` Oct 27 08:22:31.827 INFO kablam! Oct 27 08:22:31.828 INFO kablam! error[E0308]: mismatched types Oct 27 08:22:31.828 INFO kablam! --> src/scanner.rs:77:39 Oct 27 08:22:31.828 INFO kablam! | Oct 27 08:22:31.828 INFO kablam! 77 | let tokens = tokenize($match_values.to_string()); Oct 27 08:22:31.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:22:31.828 INFO kablam! | | Oct 27 08:22:31.828 INFO kablam! | expected &str, found struct `std::string::String` Oct 27 08:22:31.828 INFO kablam! | help: consider borrowing here: `&$match_values.to_string()` Oct 27 08:22:31.828 INFO kablam! ... Oct 27 08:22:31.828 INFO kablam! 123 | / test_tokenizer!( Oct 27 08:22:31.828 INFO kablam! 124 | | external, Oct 27 08:22:31.828 INFO kablam! 125 | | "sin(", Oct 27 08:22:31.828 INFO kablam! 126 | | Token::External(_), Oct 27 08:22:31.828 INFO kablam! 127 | | "Tokenizer does not recognize externals." Oct 27 08:22:31.828 INFO kablam! 128 | | ); Oct 27 08:22:31.828 INFO kablam! | |______- in this macro invocation Oct 27 08:22:31.828 INFO kablam! | Oct 27 08:22:31.828 INFO kablam! = note: expected type `&str` Oct 27 08:22:31.828 INFO kablam! found type `std::string::String` Oct 27 08:22:31.828 INFO kablam! Oct 27 08:22:31.851 INFO kablam! error: aborting due to 15 previous errors Oct 27 08:22:31.851 INFO kablam! Oct 27 08:22:31.851 INFO kablam! For more information about this error, try `rustc --explain E0308`. Oct 27 08:22:31.861 INFO kablam! error: Could not compile `rcalc`. Oct 27 08:22:31.861 INFO kablam! Oct 27 08:22:31.861 INFO kablam! To learn more, run the command again with --verbose. Oct 27 08:22:31.867 INFO kablam! su: No module specific data is present Oct 27 08:22:33.007 INFO running `"docker" "rm" "-f" "44fdfd3c1956d457d89d693b87144ec6b3b74ffbebfac2ee9acc5cbf8a3820a7"` Oct 27 08:22:33.264 INFO blam! 44fdfd3c1956d457d89d693b87144ec6b3b74ffbebfac2ee9acc5cbf8a3820a7