Oct 10 23:07:28.539 INFO testing fiirhok/mailcheck.rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 23:07:28.539 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 23:07:28.541 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 10 23:07:28.894 INFO blam! f424e9355a0a21dd4e504a2d4d06efcf3411d0d6c1e372a0be7411d20a6ae4d5 Oct 10 23:07:28.896 INFO running `"docker" "start" "-a" "f424e9355a0a21dd4e504a2d4d06efcf3411d0d6c1e372a0be7411d20a6ae4d5"` Oct 10 23:07:29.872 INFO kablam! usermod: no changes Oct 10 23:07:30.028 INFO kablam! Compiling mailcheck v0.0.1 (/source) Oct 10 23:07:31.985 INFO kablam! error[E0433]: failed to resolve. Could not find `crypto` in `openssl` Oct 10 23:07:31.985 INFO kablam! --> src/dkim/mod.rs:10:20 Oct 10 23:07:31.985 INFO kablam! | Oct 10 23:07:31.985 INFO kablam! 10 | use self::openssl::crypto::hash::Hasher; Oct 10 23:07:31.985 INFO kablam! | ^^^^^^ Could not find `crypto` in `openssl` Oct 10 23:07:31.985 INFO kablam! Oct 10 23:07:31.985 INFO kablam! error[E0433]: failed to resolve. Could not find `crypto` in `openssl` Oct 10 23:07:31.985 INFO kablam! --> src/dkim/mod.rs:11:20 Oct 10 23:07:31.985 INFO kablam! | Oct 10 23:07:31.985 INFO kablam! 11 | use self::openssl::crypto::hash::Type; Oct 10 23:07:31.985 INFO kablam! | ^^^^^^ Could not find `crypto` in `openssl` Oct 10 23:07:31.985 INFO kablam! Oct 10 23:07:31.985 INFO kablam! error[E0433]: failed to resolve. Could not find `crypto` in `openssl` Oct 10 23:07:31.985 INFO kablam! --> src/dkim/mod.rs:12:20 Oct 10 23:07:31.985 INFO kablam! | Oct 10 23:07:31.985 INFO kablam! 12 | use self::openssl::crypto::hash::Type::{SHA256,SHA1}; Oct 10 23:07:31.985 INFO kablam! | ^^^^^^ Could not find `crypto` in `openssl` Oct 10 23:07:31.985 INFO kablam! Oct 10 23:07:32.032 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Hasher` Oct 10 23:07:32.032 INFO kablam! --> src/dkim/mod.rs:118:21 Oct 10 23:07:32.032 INFO kablam! | Oct 10 23:07:32.032 INFO kablam! 118 | hasher: Hasher::new(hash_type), Oct 10 23:07:32.032 INFO kablam! | ^^^^^^ Use of undeclared type or module `Hasher` Oct 10 23:07:32.032 INFO kablam! Oct 10 23:07:32.032 INFO kablam! error[E0412]: cannot find type `Type` in this scope Oct 10 23:07:32.032 INFO kablam! --> src/dkim/mod.rs:32:16 Oct 10 23:07:32.032 INFO kablam! | Oct 10 23:07:32.032 INFO kablam! 32 | hash_type: Type, Oct 10 23:07:32.032 INFO kablam! | ^^^^ not found in this scope Oct 10 23:07:32.032 INFO kablam! Oct 10 23:07:32.032 INFO kablam! error[E0425]: cannot find value `SHA256` in this scope Oct 10 23:07:32.032 INFO kablam! --> src/dkim/mod.rs:73:29 Oct 10 23:07:32.032 INFO kablam! | Oct 10 23:07:32.032 INFO kablam! 73 | "rsa-sha256" => SHA256, Oct 10 23:07:32.032 INFO kablam! | ^^^^^^ not found in this scope Oct 10 23:07:32.032 INFO kablam! Oct 10 23:07:32.032 INFO kablam! error[E0425]: cannot find value `SHA1` in this scope Oct 10 23:07:32.032 INFO kablam! --> src/dkim/mod.rs:74:27 Oct 10 23:07:32.032 INFO kablam! | Oct 10 23:07:32.032 INFO kablam! 74 | "rsa-sha1" => SHA1, Oct 10 23:07:32.032 INFO kablam! | ^^^^ not found in this scope Oct 10 23:07:32.032 INFO kablam! Oct 10 23:07:32.032 INFO kablam! error[E0412]: cannot find type `Hasher` in this scope Oct 10 23:07:32.032 INFO kablam! --> src/dkim/mod.rs:104:13 Oct 10 23:07:32.032 INFO kablam! | Oct 10 23:07:32.032 INFO kablam! 104 | hasher: Hasher, Oct 10 23:07:32.032 INFO kablam! | ^^^^^^ not found in this scope Oct 10 23:07:32.032 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Oct 10 23:07:32.032 INFO kablam! | Oct 10 23:07:32.032 INFO kablam! 6 | use dkim_checker::openssl::hash::Hasher; Oct 10 23:07:32.032 INFO kablam! | Oct 10 23:07:32.032 INFO kablam! 6 | use std::hash::Hasher; Oct 10 23:07:32.032 INFO kablam! | Oct 10 23:07:32.032 INFO kablam! Oct 10 23:07:32.032 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 10 23:07:32.032 INFO kablam! --> src/dkim/canonicalizer.rs:50:18 Oct 10 23:07:32.032 INFO kablam! | Oct 10 23:07:32.032 INFO kablam! 50 | for _ in (0 .. self.pending_newlines ) { Oct 10 23:07:32.033 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 23:07:32.033 INFO kablam! | Oct 10 23:07:32.033 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 23:07:32.033 INFO kablam! Oct 10 23:07:32.033 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 10 23:07:32.033 INFO kablam! --> src/dkim/canonicalizer.rs:86:18 Oct 10 23:07:32.033 INFO kablam! | Oct 10 23:07:32.033 INFO kablam! 86 | for _ in (0 .. self.pending_newlines ) { Oct 10 23:07:32.033 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 23:07:32.033 INFO kablam! Oct 10 23:07:32.033 INFO kablam! warning: unused import: `self::openssl::crypto::hash::Hasher` Oct 10 23:07:32.033 INFO kablam! --> src/dkim/mod.rs:10:5 Oct 10 23:07:32.033 INFO kablam! | Oct 10 23:07:32.033 INFO kablam! 10 | use self::openssl::crypto::hash::Hasher; Oct 10 23:07:32.033 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:07:32.033 INFO kablam! | Oct 10 23:07:32.033 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 23:07:32.033 INFO kablam! Oct 10 23:07:32.033 INFO kablam! warning: unused import: `self::openssl::crypto::hash::Type` Oct 10 23:07:32.033 INFO kablam! --> src/dkim/mod.rs:11:5 Oct 10 23:07:32.033 INFO kablam! | Oct 10 23:07:32.033 INFO kablam! 11 | use self::openssl::crypto::hash::Type; Oct 10 23:07:32.033 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:07:32.033 INFO kablam! Oct 10 23:07:32.033 INFO kablam! warning: unused imports: `SHA1`, `SHA256` Oct 10 23:07:32.033 INFO kablam! --> src/dkim/mod.rs:12:41 Oct 10 23:07:32.033 INFO kablam! | Oct 10 23:07:32.033 INFO kablam! 12 | use self::openssl::crypto::hash::Type::{SHA256,SHA1}; Oct 10 23:07:32.033 INFO kablam! | ^^^^^^ ^^^^ Oct 10 23:07:32.033 INFO kablam! Oct 10 23:07:32.060 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 10 23:07:32.060 INFO kablam! --> src/rfc2047.rs:7:5 Oct 10 23:07:32.060 INFO kablam! | Oct 10 23:07:32.060 INFO kablam! 7 | use std::ascii::AsciiExt; Oct 10 23:07:32.060 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 23:07:32.060 INFO kablam! | Oct 10 23:07:32.060 INFO kablam! = note: #[warn(deprecated)] on by default Oct 10 23:07:32.060 INFO kablam! Oct 10 23:07:32.060 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 10 23:07:32.060 INFO kablam! --> src/dkim/canonicalizer.rs:3:5 Oct 10 23:07:32.060 INFO kablam! | Oct 10 23:07:32.060 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 10 23:07:32.060 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 23:07:32.060 INFO kablam! Oct 10 23:07:32.156 INFO kablam! error[E0308]: mismatched types Oct 10 23:07:32.156 INFO kablam! --> src/rfc2047.rs:51:9 Oct 10 23:07:32.156 INFO kablam! | Oct 10 23:07:32.156 INFO kablam! 51 | for (start,end) in char_regex.find_iter(content) { Oct 10 23:07:32.157 INFO kablam! | ^^^^^^^^^^^ expected struct `regex::Match`, found tuple Oct 10 23:07:32.157 INFO kablam! | Oct 10 23:07:32.157 INFO kablam! = note: expected type `regex::Match<'_>` Oct 10 23:07:32.157 INFO kablam! found type `(_, _)` Oct 10 23:07:32.157 INFO kablam! Oct 10 23:07:32.388 INFO kablam! error[E0599]: no method named `at` found for type `®ex::Captures<'_>` in the current scope Oct 10 23:07:32.388 INFO kablam! --> src/rfc2047.rs:91:25 Oct 10 23:07:32.388 INFO kablam! | Oct 10 23:07:32.388 INFO kablam! 91 | match (caps.at(1), caps.at(2), caps.at(3)) { Oct 10 23:07:32.388 INFO kablam! | ^^ Oct 10 23:07:32.388 INFO kablam! Oct 10 23:07:32.388 INFO kablam! error[E0599]: no method named `at` found for type `®ex::Captures<'_>` in the current scope Oct 10 23:07:32.388 INFO kablam! --> src/rfc2047.rs:91:37 Oct 10 23:07:32.388 INFO kablam! | Oct 10 23:07:32.388 INFO kablam! 91 | match (caps.at(1), caps.at(2), caps.at(3)) { Oct 10 23:07:32.388 INFO kablam! | ^^ Oct 10 23:07:32.388 INFO kablam! Oct 10 23:07:32.392 INFO kablam! error[E0599]: no method named `at` found for type `®ex::Captures<'_>` in the current scope Oct 10 23:07:32.393 INFO kablam! --> src/rfc2047.rs:91:49 Oct 10 23:07:32.393 INFO kablam! | Oct 10 23:07:32.393 INFO kablam! 91 | match (caps.at(1), caps.at(2), caps.at(3)) { Oct 10 23:07:32.393 INFO kablam! | ^^ Oct 10 23:07:32.394 INFO kablam! Oct 10 23:07:32.452 INFO kablam! error[E0308]: mismatched types Oct 10 23:07:32.452 INFO kablam! --> src/rfc2047.rs:90:9 Oct 10 23:07:32.452 INFO kablam! | Oct 10 23:07:32.452 INFO kablam! 86 | fn from_rfc2047(&self) -> String { Oct 10 23:07:32.452 INFO kablam! | ------ expected `std::string::String` because of return type Oct 10 23:07:32.452 INFO kablam! ... Oct 10 23:07:32.452 INFO kablam! 90 | / encoded_word_re.replace_all(&ws_removed, |caps: &Captures| { Oct 10 23:07:32.452 INFO kablam! 91 | | match (caps.at(1), caps.at(2), caps.at(3)) { Oct 10 23:07:32.452 INFO kablam! 92 | | (Some(charset), Some(encoding), Some(content)) => { Oct 10 23:07:32.452 INFO kablam! 93 | | match decode_word(charset, encoding, content) { Oct 10 23:07:32.452 INFO kablam! ... | Oct 10 23:07:32.452 INFO kablam! 99 | | } Oct 10 23:07:32.452 INFO kablam! 100 | | }) Oct 10 23:07:32.452 INFO kablam! | |__________^ expected struct `std::string::String`, found enum `std::borrow::Cow` Oct 10 23:07:32.453 INFO kablam! | Oct 10 23:07:32.453 INFO kablam! = note: expected type `std::string::String` Oct 10 23:07:32.453 INFO kablam! found type `std::borrow::Cow<'_, str>` Oct 10 23:07:32.453 INFO kablam! help: try using a conversion method Oct 10 23:07:32.453 INFO kablam! | Oct 10 23:07:32.453 INFO kablam! 90 | encoded_word_re.replace_all(&ws_removed, |caps: &Captures| { Oct 10 23:07:32.453 INFO kablam! 91 | match (caps.at(1), caps.at(2), caps.at(3)) { Oct 10 23:07:32.453 INFO kablam! 92 | (Some(charset), Some(encoding), Some(content)) => { Oct 10 23:07:32.453 INFO kablam! 93 | match decode_word(charset, encoding, content) { Oct 10 23:07:32.453 INFO kablam! 94 | Ok(decoded) => decoded, Oct 10 23:07:32.453 INFO kablam! 95 | Err(_) => self.to_string() Oct 10 23:07:32.453 INFO kablam! ... Oct 10 23:07:32.453 INFO kablam! Oct 10 23:07:32.502 INFO kablam! error[E0599]: no method named `at` found for type `regex::Captures<'_>` in the current scope Oct 10 23:07:32.502 INFO kablam! --> src/dkim/mod.rs:246:47 Oct 10 23:07:32.502 INFO kablam! | Oct 10 23:07:32.502 INFO kablam! 246 | Some(groups) => match (groups.at(1), groups.at(2)) { Oct 10 23:07:32.502 INFO kablam! | ^^ Oct 10 23:07:32.502 INFO kablam! Oct 10 23:07:32.504 INFO kablam! error[E0599]: no method named `at` found for type `regex::Captures<'_>` in the current scope Oct 10 23:07:32.504 INFO kablam! --> src/dkim/mod.rs:246:61 Oct 10 23:07:32.504 INFO kablam! | Oct 10 23:07:32.504 INFO kablam! 246 | Some(groups) => match (groups.at(1), groups.at(2)) { Oct 10 23:07:32.504 INFO kablam! | ^^ Oct 10 23:07:32.504 INFO kablam! Oct 10 23:07:32.509 INFO kablam! error[E0369]: binary operation `+` cannot be applied to type `std::vec::Vec` Oct 10 23:07:32.509 INFO kablam! --> src/dkim/canonicalizer.rs:56:18 Oct 10 23:07:32.509 INFO kablam! | Oct 10 23:07:32.509 INFO kablam! 56 | output = output + input; Oct 10 23:07:32.509 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 23:07:32.509 INFO kablam! | Oct 10 23:07:32.509 INFO kablam! = note: an implementation of `std::ops::Add` might be missing for `std::vec::Vec` Oct 10 23:07:32.509 INFO kablam! Oct 10 23:07:32.524 INFO kablam! error[E0369]: binary operation `+` cannot be applied to type `std::vec::Vec` Oct 10 23:07:32.524 INFO kablam! --> src/dkim/canonicalizer.rs:188:9 Oct 10 23:07:32.524 INFO kablam! | Oct 10 23:07:32.524 INFO kablam! 188 | result + b"\r\n" Oct 10 23:07:32.524 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 23:07:32.524 INFO kablam! | Oct 10 23:07:32.524 INFO kablam! = note: an implementation of `std::ops::Add` might be missing for `std::vec::Vec` Oct 10 23:07:32.524 INFO kablam! Oct 10 23:07:32.533 INFO kablam! error: aborting due to 17 previous errors Oct 10 23:07:32.533 INFO kablam! Oct 10 23:07:32.533 INFO kablam! Some errors occurred: E0308, E0369, E0412, E0425, E0433, E0599. Oct 10 23:07:32.533 INFO kablam! For more information about an error, try `rustc --explain E0308`. Oct 10 23:07:32.546 INFO kablam! error: Could not compile `mailcheck`. Oct 10 23:07:32.546 INFO kablam! Oct 10 23:07:32.546 INFO kablam! To learn more, run the command again with --verbose. Oct 10 23:07:32.546 INFO kablam! su: No module specific data is present Oct 10 23:07:33.161 INFO running `"docker" "rm" "-f" "f424e9355a0a21dd4e504a2d4d06efcf3411d0d6c1e372a0be7411d20a6ae4d5"` Oct 10 23:07:33.476 INFO blam! f424e9355a0a21dd4e504a2d4d06efcf3411d0d6c1e372a0be7411d20a6ae4d5