Oct 11 03:04:01.417 INFO testing andreaseg/rcalc against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 03:04:01.417 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 03:04:01.417 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 03:04:01.793 INFO blam! 0d33733bfc7a99ff377f35945b15b277c7fa7ccec17623e2fea56313d199f9c6 Oct 11 03:04:01.800 INFO running `"docker" "start" "-a" "0d33733bfc7a99ff377f35945b15b277c7fa7ccec17623e2fea56313d199f9c6"` Oct 11 03:04:02.960 INFO kablam! usermod: no changes Oct 11 03:04:03.088 INFO kablam! Compiling libc v0.2.41 Oct 11 03:04:05.152 INFO kablam! Compiling memchr v2.0.1 Oct 11 03:04:06.083 INFO kablam! Compiling aho-corasick v0.6.4 Oct 11 03:04:07.460 INFO kablam! Compiling regex v0.2.11 Oct 11 03:04:17.721 INFO kablam! Compiling rcalc v0.1.0 (/source) Oct 11 03:04:20.997 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.00s Oct 11 03:04:21.001 INFO kablam! su: No module specific data is present Oct 11 03:04:22.064 INFO running `"docker" "rm" "-f" "0d33733bfc7a99ff377f35945b15b277c7fa7ccec17623e2fea56313d199f9c6"` Oct 11 03:04:22.280 INFO blam! 0d33733bfc7a99ff377f35945b15b277c7fa7ccec17623e2fea56313d199f9c6 Oct 11 03:04:22.284 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 03:04:22.284 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 03:04:22.635 INFO blam! f58fe11c2736b55311349dd5f809b964097e783f2d2daca8d7087e04db3484c5 Oct 11 03:04:22.636 INFO running `"docker" "start" "-a" "f58fe11c2736b55311349dd5f809b964097e783f2d2daca8d7087e04db3484c5"` Oct 11 03:04:24.543 INFO kablam! usermod: no changes Oct 11 03:04:24.664 INFO kablam! Compiling rcalc v0.1.0 (/source) Oct 11 03:04:26.400 INFO kablam! error[E0308]: mismatched types Oct 11 03:04:26.400 INFO kablam! --> src/parser.rs:221:39 Oct 11 03:04:26.400 INFO kablam! | Oct 11 03:04:26.400 INFO kablam! 221 | parse(::scanner::tokenize("1 + 2".to_string())), Oct 11 03:04:26.400 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 03:04:26.401 INFO kablam! | | Oct 11 03:04:26.401 INFO kablam! | expected &str, found struct `std::string::String` Oct 11 03:04:26.401 INFO kablam! | help: consider borrowing here: `&"1 + 2".to_string()` Oct 11 03:04:26.401 INFO kablam! | Oct 11 03:04:26.401 INFO kablam! = note: expected type `&str` Oct 11 03:04:26.401 INFO kablam! found type `std::string::String` Oct 11 03:04:26.401 INFO kablam! Oct 11 03:04:26.401 INFO kablam! error[E0308]: mismatched types Oct 11 03:04:26.401 INFO kablam! --> src/parser.rs:229:39 Oct 11 03:04:26.401 INFO kablam! | Oct 11 03:04:26.401 INFO kablam! 229 | parse(::scanner::tokenize("1 * 2".to_string())), Oct 11 03:04:26.401 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 03:04:26.401 INFO kablam! | | Oct 11 03:04:26.401 INFO kablam! | expected &str, found struct `std::string::String` Oct 11 03:04:26.401 INFO kablam! | help: consider borrowing here: `&"1 * 2".to_string()` Oct 11 03:04:26.401 INFO kablam! | Oct 11 03:04:26.401 INFO kablam! = note: expected type `&str` Oct 11 03:04:26.401 INFO kablam! found type `std::string::String` Oct 11 03:04:26.401 INFO kablam! Oct 11 03:04:26.401 INFO kablam! error[E0308]: mismatched types Oct 11 03:04:26.401 INFO kablam! --> src/parser.rs:237:39 Oct 11 03:04:26.401 INFO kablam! | Oct 11 03:04:26.401 INFO kablam! 237 | parse(::scanner::tokenize("1 / 2".to_string())), Oct 11 03:04:26.401 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 03:04:26.401 INFO kablam! | | Oct 11 03:04:26.401 INFO kablam! | expected &str, found struct `std::string::String` Oct 11 03:04:26.401 INFO kablam! | help: consider borrowing here: `&"1 / 2".to_string()` Oct 11 03:04:26.401 INFO kablam! | Oct 11 03:04:26.401 INFO kablam! = note: expected type `&str` Oct 11 03:04:26.401 INFO kablam! found type `std::string::String` Oct 11 03:04:26.401 INFO kablam! Oct 11 03:04:26.401 INFO kablam! error[E0308]: mismatched types Oct 11 03:04:26.401 INFO kablam! --> src/parser.rs:245:39 Oct 11 03:04:26.401 INFO kablam! | Oct 11 03:04:26.401 INFO kablam! 245 | parse(::scanner::tokenize("1 - 2".to_string())), Oct 11 03:04:26.401 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 03:04:26.401 INFO kablam! | | Oct 11 03:04:26.401 INFO kablam! | expected &str, found struct `std::string::String` Oct 11 03:04:26.401 INFO kablam! | help: consider borrowing here: `&"1 - 2".to_string()` Oct 11 03:04:26.401 INFO kablam! | Oct 11 03:04:26.401 INFO kablam! = note: expected type `&str` Oct 11 03:04:26.401 INFO kablam! found type `std::string::String` Oct 11 03:04:26.401 INFO kablam! Oct 11 03:04:26.407 INFO kablam! error[E0308]: mismatched types Oct 11 03:04:26.407 INFO kablam! --> src/parser.rs:253:39 Oct 11 03:04:26.407 INFO kablam! | Oct 11 03:04:26.407 INFO kablam! 253 | parse(::scanner::tokenize("1 ^ 2".to_string())), Oct 11 03:04:26.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 03:04:26.407 INFO kablam! | | Oct 11 03:04:26.407 INFO kablam! | expected &str, found struct `std::string::String` Oct 11 03:04:26.407 INFO kablam! | help: consider borrowing here: `&"1 ^ 2".to_string()` Oct 11 03:04:26.407 INFO kablam! | Oct 11 03:04:26.407 INFO kablam! = note: expected type `&str` Oct 11 03:04:26.407 INFO kablam! found type `std::string::String` Oct 11 03:04:26.407 INFO kablam! Oct 11 03:04:26.407 INFO kablam! error[E0308]: mismatched types Oct 11 03:04:26.407 INFO kablam! --> src/parser.rs:265:39 Oct 11 03:04:26.407 INFO kablam! | Oct 11 03:04:26.407 INFO kablam! 265 | parse(::scanner::tokenize("(1)".to_string())), Oct 11 03:04:26.407 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 03:04:26.407 INFO kablam! | | Oct 11 03:04:26.407 INFO kablam! | expected &str, found struct `std::string::String` Oct 11 03:04:26.407 INFO kablam! | help: consider borrowing here: `&"(1)".to_string()` Oct 11 03:04:26.407 INFO kablam! | Oct 11 03:04:26.407 INFO kablam! = note: expected type `&str` Oct 11 03:04:26.407 INFO kablam! found type `std::string::String` Oct 11 03:04:26.408 INFO kablam! Oct 11 03:04:26.411 INFO kablam! error[E0308]: mismatched types Oct 11 03:04:26.411 INFO kablam! --> src/parser.rs:273:39 Oct 11 03:04:26.411 INFO kablam! | Oct 11 03:04:26.411 INFO kablam! 273 | parse(::scanner::tokenize("(1) + (2)".to_string())), Oct 11 03:04:26.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:04:26.411 INFO kablam! | | Oct 11 03:04:26.411 INFO kablam! | expected &str, found struct `std::string::String` Oct 11 03:04:26.411 INFO kablam! | help: consider borrowing here: `&"(1) + (2)".to_string()` Oct 11 03:04:26.411 INFO kablam! | Oct 11 03:04:26.411 INFO kablam! = note: expected type `&str` Oct 11 03:04:26.411 INFO kablam! found type `std::string::String` Oct 11 03:04:26.411 INFO kablam! Oct 11 03:04:26.411 INFO kablam! error[E0308]: mismatched types Oct 11 03:04:26.411 INFO kablam! --> src/parser.rs:285:39 Oct 11 03:04:26.411 INFO kablam! | Oct 11 03:04:26.411 INFO kablam! 285 | parse(::scanner::tokenize("1 + 2 * 3".to_string())), Oct 11 03:04:26.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:04:26.411 INFO kablam! | | Oct 11 03:04:26.411 INFO kablam! | expected &str, found struct `std::string::String` Oct 11 03:04:26.411 INFO kablam! | help: consider borrowing here: `&"1 + 2 * 3".to_string()` Oct 11 03:04:26.411 INFO kablam! | Oct 11 03:04:26.411 INFO kablam! = note: expected type `&str` Oct 11 03:04:26.411 INFO kablam! found type `std::string::String` Oct 11 03:04:26.411 INFO kablam! Oct 11 03:04:26.415 INFO kablam! error[E0308]: mismatched types Oct 11 03:04:26.415 INFO kablam! --> src/parser.rs:298:39 Oct 11 03:04:26.415 INFO kablam! | Oct 11 03:04:26.415 INFO kablam! 298 | parse(::scanner::tokenize("1 * 2 + 3".to_string())), Oct 11 03:04:26.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:04:26.415 INFO kablam! | | Oct 11 03:04:26.415 INFO kablam! | expected &str, found struct `std::string::String` Oct 11 03:04:26.415 INFO kablam! | help: consider borrowing here: `&"1 * 2 + 3".to_string()` Oct 11 03:04:26.415 INFO kablam! | Oct 11 03:04:26.415 INFO kablam! = note: expected type `&str` Oct 11 03:04:26.415 INFO kablam! found type `std::string::String` Oct 11 03:04:26.415 INFO kablam! Oct 11 03:04:26.424 INFO kablam! error[E0308]: mismatched types Oct 11 03:04:26.424 INFO kablam! --> src/scanner.rs:77:39 Oct 11 03:04:26.424 INFO kablam! | Oct 11 03:04:26.424 INFO kablam! 77 | let tokens = tokenize($match_values.to_string()); Oct 11 03:04:26.424 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:04:26.424 INFO kablam! | | Oct 11 03:04:26.424 INFO kablam! | expected &str, found struct `std::string::String` Oct 11 03:04:26.424 INFO kablam! | help: consider borrowing here: `&$match_values.to_string()` Oct 11 03:04:26.424 INFO kablam! ... Oct 11 03:04:26.424 INFO kablam! 93 | / test_tokenizer!( Oct 11 03:04:26.424 INFO kablam! 94 | | number, Oct 11 03:04:26.424 INFO kablam! 95 | | "2", Oct 11 03:04:26.424 INFO kablam! 96 | | Token::Number(_), Oct 11 03:04:26.424 INFO kablam! 97 | | "Tokenizer does not recognize numbers" Oct 11 03:04:26.424 INFO kablam! 98 | | ); Oct 11 03:04:26.424 INFO kablam! | |______- in this macro invocation Oct 11 03:04:26.424 INFO kablam! | Oct 11 03:04:26.424 INFO kablam! = note: expected type `&str` Oct 11 03:04:26.424 INFO kablam! found type `std::string::String` Oct 11 03:04:26.424 INFO kablam! Oct 11 03:04:26.428 INFO kablam! error[E0308]: mismatched types Oct 11 03:04:26.428 INFO kablam! --> src/scanner.rs:77:39 Oct 11 03:04:26.428 INFO kablam! | Oct 11 03:04:26.428 INFO kablam! 77 | let tokens = tokenize($match_values.to_string()); Oct 11 03:04:26.428 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:04:26.428 INFO kablam! | | Oct 11 03:04:26.428 INFO kablam! | expected &str, found struct `std::string::String` Oct 11 03:04:26.428 INFO kablam! | help: consider borrowing here: `&$match_values.to_string()` Oct 11 03:04:26.428 INFO kablam! ... Oct 11 03:04:26.428 INFO kablam! 99 | / test_tokenizer!( Oct 11 03:04:26.428 INFO kablam! 100 | | lpar, Oct 11 03:04:26.428 INFO kablam! 101 | | "(", Oct 11 03:04:26.428 INFO kablam! 102 | | Token::LeftPar, Oct 11 03:04:26.428 INFO kablam! 103 | | "Tokenizer does not recognize '('" Oct 11 03:04:26.428 INFO kablam! 104 | | ); Oct 11 03:04:26.428 INFO kablam! | |______- in this macro invocation Oct 11 03:04:26.428 INFO kablam! | Oct 11 03:04:26.428 INFO kablam! = note: expected type `&str` Oct 11 03:04:26.428 INFO kablam! found type `std::string::String` Oct 11 03:04:26.428 INFO kablam! Oct 11 03:04:26.432 INFO kablam! error[E0308]: mismatched types Oct 11 03:04:26.432 INFO kablam! --> src/scanner.rs:77:39 Oct 11 03:04:26.432 INFO kablam! | Oct 11 03:04:26.432 INFO kablam! 77 | let tokens = tokenize($match_values.to_string()); Oct 11 03:04:26.432 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:04:26.432 INFO kablam! | | Oct 11 03:04:26.432 INFO kablam! | expected &str, found struct `std::string::String` Oct 11 03:04:26.432 INFO kablam! | help: consider borrowing here: `&$match_values.to_string()` Oct 11 03:04:26.432 INFO kablam! ... Oct 11 03:04:26.432 INFO kablam! 105 | / test_tokenizer!( Oct 11 03:04:26.432 INFO kablam! 106 | | rpar, Oct 11 03:04:26.432 INFO kablam! 107 | | ")", Oct 11 03:04:26.432 INFO kablam! 108 | | Token::RightPar, Oct 11 03:04:26.432 INFO kablam! 109 | | "Tokenizer does not recognize ')'" Oct 11 03:04:26.432 INFO kablam! 110 | | ); Oct 11 03:04:26.432 INFO kablam! | |______- in this macro invocation Oct 11 03:04:26.432 INFO kablam! | Oct 11 03:04:26.432 INFO kablam! = note: expected type `&str` Oct 11 03:04:26.432 INFO kablam! found type `std::string::String` Oct 11 03:04:26.432 INFO kablam! Oct 11 03:04:26.432 INFO kablam! error[E0308]: mismatched types Oct 11 03:04:26.433 INFO kablam! --> src/scanner.rs:77:39 Oct 11 03:04:26.433 INFO kablam! | Oct 11 03:04:26.433 INFO kablam! 77 | let tokens = tokenize($match_values.to_string()); Oct 11 03:04:26.433 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:04:26.433 INFO kablam! | | Oct 11 03:04:26.433 INFO kablam! | expected &str, found struct `std::string::String` Oct 11 03:04:26.433 INFO kablam! | help: consider borrowing here: `&$match_values.to_string()` Oct 11 03:04:26.433 INFO kablam! ... Oct 11 03:04:26.433 INFO kablam! 111 | / test_tokenizer!( Oct 11 03:04:26.433 INFO kablam! 112 | | operator, Oct 11 03:04:26.433 INFO kablam! 113 | | "+-*/^", Oct 11 03:04:26.433 INFO kablam! 114 | | Token::Operator(_), Oct 11 03:04:26.433 INFO kablam! 115 | | "Tokenizer does not recognize operators" Oct 11 03:04:26.433 INFO kablam! 116 | | ); Oct 11 03:04:26.433 INFO kablam! | |______- in this macro invocation Oct 11 03:04:26.433 INFO kablam! | Oct 11 03:04:26.433 INFO kablam! = note: expected type `&str` Oct 11 03:04:26.433 INFO kablam! found type `std::string::String` Oct 11 03:04:26.433 INFO kablam! Oct 11 03:04:26.436 INFO kablam! error[E0308]: mismatched types Oct 11 03:04:26.436 INFO kablam! --> src/scanner.rs:77:39 Oct 11 03:04:26.436 INFO kablam! | Oct 11 03:04:26.436 INFO kablam! 77 | let tokens = tokenize($match_values.to_string()); Oct 11 03:04:26.436 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:04:26.436 INFO kablam! | | Oct 11 03:04:26.436 INFO kablam! | expected &str, found struct `std::string::String` Oct 11 03:04:26.436 INFO kablam! | help: consider borrowing here: `&$match_values.to_string()` Oct 11 03:04:26.436 INFO kablam! ... Oct 11 03:04:26.436 INFO kablam! 117 | / test_tokenizer!( Oct 11 03:04:26.436 INFO kablam! 118 | | comma, Oct 11 03:04:26.436 INFO kablam! 119 | | ",", Oct 11 03:04:26.436 INFO kablam! 120 | | Token::Comma, Oct 11 03:04:26.436 INFO kablam! 121 | | "Tokenizer does not recognize comma." Oct 11 03:04:26.436 INFO kablam! 122 | | ); Oct 11 03:04:26.436 INFO kablam! | |______- in this macro invocation Oct 11 03:04:26.436 INFO kablam! | Oct 11 03:04:26.436 INFO kablam! = note: expected type `&str` Oct 11 03:04:26.436 INFO kablam! found type `std::string::String` Oct 11 03:04:26.436 INFO kablam! Oct 11 03:04:26.440 INFO kablam! error[E0308]: mismatched types Oct 11 03:04:26.440 INFO kablam! --> src/scanner.rs:77:39 Oct 11 03:04:26.440 INFO kablam! | Oct 11 03:04:26.440 INFO kablam! 77 | let tokens = tokenize($match_values.to_string()); Oct 11 03:04:26.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:04:26.440 INFO kablam! | | Oct 11 03:04:26.440 INFO kablam! | expected &str, found struct `std::string::String` Oct 11 03:04:26.440 INFO kablam! | help: consider borrowing here: `&$match_values.to_string()` Oct 11 03:04:26.440 INFO kablam! ... Oct 11 03:04:26.440 INFO kablam! 123 | / test_tokenizer!( Oct 11 03:04:26.440 INFO kablam! 124 | | external, Oct 11 03:04:26.440 INFO kablam! 125 | | "sin(", Oct 11 03:04:26.440 INFO kablam! 126 | | Token::External(_), Oct 11 03:04:26.440 INFO kablam! 127 | | "Tokenizer does not recognize externals." Oct 11 03:04:26.440 INFO kablam! 128 | | ); Oct 11 03:04:26.440 INFO kablam! | |______- in this macro invocation Oct 11 03:04:26.440 INFO kablam! | Oct 11 03:04:26.440 INFO kablam! = note: expected type `&str` Oct 11 03:04:26.440 INFO kablam! found type `std::string::String` Oct 11 03:04:26.440 INFO kablam! Oct 11 03:04:26.448 INFO kablam! error: aborting due to 15 previous errors Oct 11 03:04:26.448 INFO kablam! Oct 11 03:04:26.448 INFO kablam! For more information about this error, try `rustc --explain E0308`. Oct 11 03:04:26.456 INFO kablam! error: Could not compile `rcalc`. Oct 11 03:04:26.456 INFO kablam! Oct 11 03:04:26.456 INFO kablam! To learn more, run the command again with --verbose. Oct 11 03:04:26.457 INFO kablam! su: No module specific data is present Oct 11 03:04:27.282 INFO running `"docker" "rm" "-f" "f58fe11c2736b55311349dd5f809b964097e783f2d2daca8d7087e04db3484c5"` Oct 11 03:04:27.656 INFO blam! f58fe11c2736b55311349dd5f809b964097e783f2d2daca8d7087e04db3484c5