Oct 27 04:46:52.398 INFO checking fiirhok/mailcheck.rs against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 04:46:52.398 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 04:46:52.705 INFO blam! 21b82dca4d9c947d1bb8b01d69fd47081b8fdc4bec21dd657e2fed47d5ae3c0b Oct 27 04:46:52.705 INFO running `"docker" "start" "-a" "21b82dca4d9c947d1bb8b01d69fd47081b8fdc4bec21dd657e2fed47d5ae3c0b"` Oct 27 04:46:53.679 INFO kablam! usermod: no changes Oct 27 04:46:53.784 INFO kablam! Checking mailcheck v0.0.1 (/source) Oct 27 04:46:54.883 INFO kablam! error[E0433]: failed to resolve. Could not find `crypto` in `openssl` Oct 27 04:46:54.883 INFO kablam! --> src/dkim/mod.rs:10:20 Oct 27 04:46:54.883 INFO kablam! | Oct 27 04:46:54.883 INFO kablam! 10 | use self::openssl::crypto::hash::Hasher; Oct 27 04:46:54.883 INFO kablam! | ^^^^^^ Could not find `crypto` in `openssl` Oct 27 04:46:54.883 INFO kablam! Oct 27 04:46:54.883 INFO kablam! error[E0433]: failed to resolve. Could not find `crypto` in `openssl` Oct 27 04:46:54.883 INFO kablam! --> src/dkim/mod.rs:11:20 Oct 27 04:46:54.883 INFO kablam! | Oct 27 04:46:54.883 INFO kablam! 11 | use self::openssl::crypto::hash::Type; Oct 27 04:46:54.883 INFO kablam! | ^^^^^^ Could not find `crypto` in `openssl` Oct 27 04:46:54.883 INFO kablam! Oct 27 04:46:54.883 INFO kablam! error[E0433]: failed to resolve. Could not find `crypto` in `openssl` Oct 27 04:46:54.883 INFO kablam! --> src/dkim/mod.rs:12:20 Oct 27 04:46:54.883 INFO kablam! | Oct 27 04:46:54.883 INFO kablam! 12 | use self::openssl::crypto::hash::Type::{SHA256,SHA1}; Oct 27 04:46:54.883 INFO kablam! | ^^^^^^ Could not find `crypto` in `openssl` Oct 27 04:46:54.883 INFO kablam! Oct 27 04:46:54.907 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Hasher` Oct 27 04:46:54.907 INFO kablam! --> src/dkim/mod.rs:118:21 Oct 27 04:46:54.907 INFO kablam! | Oct 27 04:46:54.907 INFO kablam! 118 | hasher: Hasher::new(hash_type), Oct 27 04:46:54.907 INFO kablam! | ^^^^^^ Use of undeclared type or module `Hasher` Oct 27 04:46:54.907 INFO kablam! Oct 27 04:46:54.907 INFO kablam! error[E0412]: cannot find type `Type` in this scope Oct 27 04:46:54.907 INFO kablam! --> src/dkim/mod.rs:32:16 Oct 27 04:46:54.907 INFO kablam! | Oct 27 04:46:54.907 INFO kablam! 32 | hash_type: Type, Oct 27 04:46:54.907 INFO kablam! | ^^^^ not found in this scope Oct 27 04:46:54.907 INFO kablam! Oct 27 04:46:54.907 INFO kablam! error[E0425]: cannot find value `SHA256` in this scope Oct 27 04:46:54.907 INFO kablam! --> src/dkim/mod.rs:73:29 Oct 27 04:46:54.907 INFO kablam! | Oct 27 04:46:54.907 INFO kablam! 73 | "rsa-sha256" => SHA256, Oct 27 04:46:54.907 INFO kablam! | ^^^^^^ not found in this scope Oct 27 04:46:54.907 INFO kablam! Oct 27 04:46:54.908 INFO kablam! error[E0425]: cannot find value `SHA1` in this scope Oct 27 04:46:54.908 INFO kablam! --> src/dkim/mod.rs:74:27 Oct 27 04:46:54.908 INFO kablam! | Oct 27 04:46:54.908 INFO kablam! 74 | "rsa-sha1" => SHA1, Oct 27 04:46:54.908 INFO kablam! | ^^^^ not found in this scope Oct 27 04:46:54.908 INFO kablam! Oct 27 04:46:54.908 INFO kablam! error[E0412]: cannot find type `Hasher` in this scope Oct 27 04:46:54.908 INFO kablam! --> src/dkim/mod.rs:104:13 Oct 27 04:46:54.908 INFO kablam! | Oct 27 04:46:54.908 INFO kablam! 104 | hasher: Hasher, Oct 27 04:46:54.908 INFO kablam! | ^^^^^^ not found in this scope Oct 27 04:46:54.908 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Oct 27 04:46:54.908 INFO kablam! | Oct 27 04:46:54.908 INFO kablam! 6 | use dkim_checker::openssl::hash::Hasher; Oct 27 04:46:54.908 INFO kablam! | Oct 27 04:46:54.908 INFO kablam! 6 | use std::hash::Hasher; Oct 27 04:46:54.908 INFO kablam! | Oct 27 04:46:54.908 INFO kablam! Oct 27 04:46:54.908 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 04:46:54.908 INFO kablam! --> src/dkim/canonicalizer.rs:50:18 Oct 27 04:46:54.915 INFO kablam! | Oct 27 04:46:54.915 INFO kablam! 50 | for _ in (0 .. self.pending_newlines ) { Oct 27 04:46:54.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 04:46:54.915 INFO kablam! | Oct 27 04:46:54.915 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 04:46:54.915 INFO kablam! Oct 27 04:46:54.915 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 04:46:54.915 INFO kablam! --> src/dkim/canonicalizer.rs:86:18 Oct 27 04:46:54.915 INFO kablam! | Oct 27 04:46:54.915 INFO kablam! 86 | for _ in (0 .. self.pending_newlines ) { Oct 27 04:46:54.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 04:46:54.915 INFO kablam! Oct 27 04:46:54.915 INFO kablam! warning: unused import: `self::openssl::crypto::hash::Hasher` Oct 27 04:46:54.915 INFO kablam! --> src/dkim/mod.rs:10:5 Oct 27 04:46:54.915 INFO kablam! | Oct 27 04:46:54.915 INFO kablam! 10 | use self::openssl::crypto::hash::Hasher; Oct 27 04:46:54.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:46:54.915 INFO kablam! | Oct 27 04:46:54.915 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 04:46:54.915 INFO kablam! Oct 27 04:46:54.916 INFO kablam! warning: unused import: `self::openssl::crypto::hash::Type` Oct 27 04:46:54.916 INFO kablam! --> src/dkim/mod.rs:11:5 Oct 27 04:46:54.916 INFO kablam! | Oct 27 04:46:54.916 INFO kablam! 11 | use self::openssl::crypto::hash::Type; Oct 27 04:46:54.916 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:46:54.916 INFO kablam! Oct 27 04:46:54.916 INFO kablam! warning: unused imports: `SHA1`, `SHA256` Oct 27 04:46:54.916 INFO kablam! --> src/dkim/mod.rs:12:41 Oct 27 04:46:54.916 INFO kablam! | Oct 27 04:46:54.916 INFO kablam! 12 | use self::openssl::crypto::hash::Type::{SHA256,SHA1}; Oct 27 04:46:54.916 INFO kablam! | ^^^^^^ ^^^^ Oct 27 04:46:54.916 INFO kablam! Oct 27 04:46:54.929 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 27 04:46:54.929 INFO kablam! --> src/rfc2047.rs:7:5 Oct 27 04:46:54.929 INFO kablam! | Oct 27 04:46:54.929 INFO kablam! 7 | use std::ascii::AsciiExt; Oct 27 04:46:54.929 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 04:46:54.929 INFO kablam! | Oct 27 04:46:54.929 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 04:46:54.929 INFO kablam! Oct 27 04:46:54.930 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 27 04:46:54.930 INFO kablam! --> src/dkim/canonicalizer.rs:3:5 Oct 27 04:46:54.930 INFO kablam! | Oct 27 04:46:54.930 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 27 04:46:54.930 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 04:46:54.930 INFO kablam! Oct 27 04:46:55.019 INFO kablam! error[E0433]: failed to resolve. Could not find `crypto` in `openssl` Oct 27 04:46:55.019 INFO kablam! --> src/dkim/mod.rs:10:20 Oct 27 04:46:55.019 INFO kablam! | Oct 27 04:46:55.019 INFO kablam! 10 | use self::openssl::crypto::hash::Hasher; Oct 27 04:46:55.019 INFO kablam! | ^^^^^^ Could not find `crypto` in `openssl` Oct 27 04:46:55.019 INFO kablam! Oct 27 04:46:55.019 INFO kablam! error[E0433]: failed to resolve. Could not find `crypto` in `openssl` Oct 27 04:46:55.019 INFO kablam! --> src/dkim/mod.rs:11:20 Oct 27 04:46:55.019 INFO kablam! | Oct 27 04:46:55.019 INFO kablam! 11 | use self::openssl::crypto::hash::Type; Oct 27 04:46:55.019 INFO kablam! | ^^^^^^ Could not find `crypto` in `openssl` Oct 27 04:46:55.019 INFO kablam! Oct 27 04:46:55.019 INFO kablam! error[E0433]: failed to resolve. Could not find `crypto` in `openssl` Oct 27 04:46:55.019 INFO kablam! --> src/dkim/mod.rs:12:20 Oct 27 04:46:55.019 INFO kablam! | Oct 27 04:46:55.019 INFO kablam! 12 | use self::openssl::crypto::hash::Type::{SHA256,SHA1}; Oct 27 04:46:55.019 INFO kablam! | ^^^^^^ Could not find `crypto` in `openssl` Oct 27 04:46:55.019 INFO kablam! Oct 27 04:46:55.020 INFO kablam! error[E0308]: mismatched types Oct 27 04:46:55.020 INFO kablam! --> src/rfc2047.rs:51:9 Oct 27 04:46:55.020 INFO kablam! | Oct 27 04:46:55.020 INFO kablam! 51 | for (start,end) in char_regex.find_iter(content) { Oct 27 04:46:55.020 INFO kablam! | ^^^^^^^^^^^ expected struct `regex::Match`, found tuple Oct 27 04:46:55.027 INFO kablam! | Oct 27 04:46:55.027 INFO kablam! = note: expected type `regex::Match<'_>` Oct 27 04:46:55.027 INFO kablam! found type `(_, _)` Oct 27 04:46:55.027 INFO kablam! Oct 27 04:46:55.091 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Hasher` Oct 27 04:46:55.091 INFO kablam! --> src/dkim/mod.rs:118:21 Oct 27 04:46:55.091 INFO kablam! | Oct 27 04:46:55.091 INFO kablam! 118 | hasher: Hasher::new(hash_type), Oct 27 04:46:55.091 INFO kablam! | ^^^^^^ Use of undeclared type or module `Hasher` Oct 27 04:46:55.091 INFO kablam! Oct 27 04:46:55.095 INFO kablam! error[E0412]: cannot find type `Type` in this scope Oct 27 04:46:55.095 INFO kablam! --> src/dkim/mod.rs:32:16 Oct 27 04:46:55.095 INFO kablam! | Oct 27 04:46:55.095 INFO kablam! 32 | hash_type: Type, Oct 27 04:46:55.095 INFO kablam! | ^^^^ not found in this scope Oct 27 04:46:55.095 INFO kablam! Oct 27 04:46:55.095 INFO kablam! error[E0425]: cannot find value `SHA256` in this scope Oct 27 04:46:55.095 INFO kablam! --> src/dkim/mod.rs:73:29 Oct 27 04:46:55.095 INFO kablam! | Oct 27 04:46:55.095 INFO kablam! 73 | "rsa-sha256" => SHA256, Oct 27 04:46:55.095 INFO kablam! | ^^^^^^ not found in this scope Oct 27 04:46:55.095 INFO kablam! Oct 27 04:46:55.095 INFO kablam! error[E0425]: cannot find value `SHA1` in this scope Oct 27 04:46:55.095 INFO kablam! --> src/dkim/mod.rs:74:27 Oct 27 04:46:55.095 INFO kablam! | Oct 27 04:46:55.095 INFO kablam! 74 | "rsa-sha1" => SHA1, Oct 27 04:46:55.095 INFO kablam! | ^^^^ not found in this scope Oct 27 04:46:55.095 INFO kablam! Oct 27 04:46:55.095 INFO kablam! error[E0412]: cannot find type `Hasher` in this scope Oct 27 04:46:55.095 INFO kablam! --> src/dkim/mod.rs:104:13 Oct 27 04:46:55.095 INFO kablam! | Oct 27 04:46:55.095 INFO kablam! 104 | hasher: Hasher, Oct 27 04:46:55.096 INFO kablam! | ^^^^^^ not found in this scope Oct 27 04:46:55.096 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Oct 27 04:46:55.096 INFO kablam! | Oct 27 04:46:55.096 INFO kablam! 6 | use dkim_checker::openssl::hash::Hasher; Oct 27 04:46:55.096 INFO kablam! | Oct 27 04:46:55.096 INFO kablam! 6 | use std::hash::Hasher; Oct 27 04:46:55.096 INFO kablam! | Oct 27 04:46:55.096 INFO kablam! Oct 27 04:46:55.100 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 04:46:55.100 INFO kablam! --> src/dkim/canonicalizer.rs:50:18 Oct 27 04:46:55.100 INFO kablam! | Oct 27 04:46:55.100 INFO kablam! 50 | for _ in (0 .. self.pending_newlines ) { Oct 27 04:46:55.100 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 04:46:55.101 INFO kablam! | Oct 27 04:46:55.101 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 04:46:55.101 INFO kablam! Oct 27 04:46:55.102 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 04:46:55.102 INFO kablam! --> src/dkim/canonicalizer.rs:86:18 Oct 27 04:46:55.102 INFO kablam! | Oct 27 04:46:55.102 INFO kablam! 86 | for _ in (0 .. self.pending_newlines ) { Oct 27 04:46:55.102 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 04:46:55.102 INFO kablam! Oct 27 04:46:55.102 INFO kablam! warning: unused import: `self::openssl::crypto::hash::Hasher` Oct 27 04:46:55.102 INFO kablam! --> src/dkim/mod.rs:10:5 Oct 27 04:46:55.102 INFO kablam! | Oct 27 04:46:55.102 INFO kablam! 10 | use self::openssl::crypto::hash::Hasher; Oct 27 04:46:55.102 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:46:55.102 INFO kablam! | Oct 27 04:46:55.102 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 04:46:55.102 INFO kablam! Oct 27 04:46:55.103 INFO kablam! warning: unused import: `self::openssl::crypto::hash::Type` Oct 27 04:46:55.103 INFO kablam! --> src/dkim/mod.rs:11:5 Oct 27 04:46:55.103 INFO kablam! | Oct 27 04:46:55.103 INFO kablam! 11 | use self::openssl::crypto::hash::Type; Oct 27 04:46:55.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:46:55.103 INFO kablam! Oct 27 04:46:55.103 INFO kablam! warning: unused imports: `SHA1`, `SHA256` Oct 27 04:46:55.103 INFO kablam! --> src/dkim/mod.rs:12:41 Oct 27 04:46:55.103 INFO kablam! | Oct 27 04:46:55.103 INFO kablam! 12 | use self::openssl::crypto::hash::Type::{SHA256,SHA1}; Oct 27 04:46:55.103 INFO kablam! | ^^^^^^ ^^^^ Oct 27 04:46:55.107 INFO kablam! Oct 27 04:46:55.117 INFO kablam! error[E0599]: no method named `at` found for type `®ex::Captures<'_>` in the current scope Oct 27 04:46:55.117 INFO kablam! --> src/rfc2047.rs:91:25 Oct 27 04:46:55.117 INFO kablam! | Oct 27 04:46:55.117 INFO kablam! 91 | match (caps.at(1), caps.at(2), caps.at(3)) { Oct 27 04:46:55.117 INFO kablam! | ^^ Oct 27 04:46:55.117 INFO kablam! Oct 27 04:46:55.119 INFO kablam! error[E0599]: no method named `at` found for type `®ex::Captures<'_>` in the current scope Oct 27 04:46:55.119 INFO kablam! --> src/rfc2047.rs:91:37 Oct 27 04:46:55.119 INFO kablam! | Oct 27 04:46:55.119 INFO kablam! 91 | match (caps.at(1), caps.at(2), caps.at(3)) { Oct 27 04:46:55.119 INFO kablam! | ^^ Oct 27 04:46:55.119 INFO kablam! Oct 27 04:46:55.121 INFO kablam! error[E0599]: no method named `at` found for type `®ex::Captures<'_>` in the current scope Oct 27 04:46:55.121 INFO kablam! --> src/rfc2047.rs:91:49 Oct 27 04:46:55.121 INFO kablam! | Oct 27 04:46:55.121 INFO kablam! 91 | match (caps.at(1), caps.at(2), caps.at(3)) { Oct 27 04:46:55.121 INFO kablam! | ^^ Oct 27 04:46:55.121 INFO kablam! Oct 27 04:46:55.138 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 27 04:46:55.138 INFO kablam! --> src/rfc2047.rs:7:5 Oct 27 04:46:55.138 INFO kablam! | Oct 27 04:46:55.138 INFO kablam! 7 | use std::ascii::AsciiExt; Oct 27 04:46:55.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 04:46:55.138 INFO kablam! | Oct 27 04:46:55.138 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 04:46:55.138 INFO kablam! Oct 27 04:46:55.138 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 27 04:46:55.138 INFO kablam! --> src/dkim/canonicalizer.rs:3:5 Oct 27 04:46:55.139 INFO kablam! | Oct 27 04:46:55.139 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 27 04:46:55.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 04:46:55.139 INFO kablam! Oct 27 04:46:55.173 INFO kablam! error[E0308]: mismatched types Oct 27 04:46:55.173 INFO kablam! --> src/rfc2047.rs:90:9 Oct 27 04:46:55.173 INFO kablam! | Oct 27 04:46:55.173 INFO kablam! 86 | fn from_rfc2047(&self) -> String { Oct 27 04:46:55.173 INFO kablam! | ------ expected `std::string::String` because of return type Oct 27 04:46:55.174 INFO kablam! ... Oct 27 04:46:55.174 INFO kablam! 90 | / encoded_word_re.replace_all(&ws_removed, |caps: &Captures| { Oct 27 04:46:55.174 INFO kablam! 91 | | match (caps.at(1), caps.at(2), caps.at(3)) { Oct 27 04:46:55.174 INFO kablam! 92 | | (Some(charset), Some(encoding), Some(content)) => { Oct 27 04:46:55.174 INFO kablam! 93 | | match decode_word(charset, encoding, content) { Oct 27 04:46:55.174 INFO kablam! ... | Oct 27 04:46:55.174 INFO kablam! 99 | | } Oct 27 04:46:55.174 INFO kablam! 100 | | }) Oct 27 04:46:55.174 INFO kablam! | |__________^ expected struct `std::string::String`, found enum `std::borrow::Cow` Oct 27 04:46:55.174 INFO kablam! | Oct 27 04:46:55.174 INFO kablam! = note: expected type `std::string::String` Oct 27 04:46:55.174 INFO kablam! found type `std::borrow::Cow<'_, str>` Oct 27 04:46:55.174 INFO kablam! help: try using a conversion method Oct 27 04:46:55.174 INFO kablam! | Oct 27 04:46:55.174 INFO kablam! 90 | encoded_word_re.replace_all(&ws_removed, |caps: &Captures| { Oct 27 04:46:55.174 INFO kablam! 91 | match (caps.at(1), caps.at(2), caps.at(3)) { Oct 27 04:46:55.174 INFO kablam! 92 | (Some(charset), Some(encoding), Some(content)) => { Oct 27 04:46:55.174 INFO kablam! 93 | match decode_word(charset, encoding, content) { Oct 27 04:46:55.174 INFO kablam! 94 | Ok(decoded) => decoded, Oct 27 04:46:55.174 INFO kablam! 95 | Err(_) => self.to_string() Oct 27 04:46:55.175 INFO kablam! ... Oct 27 04:46:55.175 INFO kablam! Oct 27 04:46:55.211 INFO kablam! error[E0599]: no method named `at` found for type `regex::Captures<'_>` in the current scope Oct 27 04:46:55.211 INFO kablam! --> src/dkim/mod.rs:246:47 Oct 27 04:46:55.211 INFO kablam! | Oct 27 04:46:55.211 INFO kablam! 246 | Some(groups) => match (groups.at(1), groups.at(2)) { Oct 27 04:46:55.211 INFO kablam! | ^^ Oct 27 04:46:55.211 INFO kablam! Oct 27 04:46:55.213 INFO kablam! error[E0599]: no method named `at` found for type `regex::Captures<'_>` in the current scope Oct 27 04:46:55.213 INFO kablam! --> src/dkim/mod.rs:246:61 Oct 27 04:46:55.213 INFO kablam! | Oct 27 04:46:55.213 INFO kablam! 246 | Some(groups) => match (groups.at(1), groups.at(2)) { Oct 27 04:46:55.213 INFO kablam! | ^^ Oct 27 04:46:55.213 INFO kablam! Oct 27 04:46:55.217 INFO kablam! error[E0369]: binary operation `+` cannot be applied to type `std::vec::Vec` Oct 27 04:46:55.217 INFO kablam! --> src/dkim/canonicalizer.rs:56:18 Oct 27 04:46:55.217 INFO kablam! | Oct 27 04:46:55.217 INFO kablam! 56 | output = output + input; Oct 27 04:46:55.217 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 04:46:55.217 INFO kablam! | Oct 27 04:46:55.217 INFO kablam! = note: an implementation of `std::ops::Add` might be missing for `std::vec::Vec` Oct 27 04:46:55.217 INFO kablam! Oct 27 04:46:55.229 INFO kablam! error[E0369]: binary operation `+` cannot be applied to type `std::vec::Vec` Oct 27 04:46:55.229 INFO kablam! --> src/dkim/canonicalizer.rs:188:9 Oct 27 04:46:55.229 INFO kablam! | Oct 27 04:46:55.229 INFO kablam! 188 | result + b"\r\n" Oct 27 04:46:55.229 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 04:46:55.229 INFO kablam! | Oct 27 04:46:55.229 INFO kablam! = note: an implementation of `std::ops::Add` might be missing for `std::vec::Vec` Oct 27 04:46:55.229 INFO kablam! Oct 27 04:46:55.237 INFO kablam! error: aborting due to 17 previous errors Oct 27 04:46:55.238 INFO kablam! Oct 27 04:46:55.238 INFO kablam! Some errors occurred: E0308, E0369, E0412, E0425, E0433, E0599. Oct 27 04:46:55.238 INFO kablam! For more information about an error, try `rustc --explain E0308`. Oct 27 04:46:55.251 INFO kablam! error: Could not compile `mailcheck`. Oct 27 04:46:55.251 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 04:46:55.319 INFO kablam! error[E0308]: mismatched types Oct 27 04:46:55.319 INFO kablam! --> src/rfc2047.rs:51:9 Oct 27 04:46:55.319 INFO kablam! | Oct 27 04:46:55.319 INFO kablam! 51 | for (start,end) in char_regex.find_iter(content) { Oct 27 04:46:55.319 INFO kablam! | ^^^^^^^^^^^ expected struct `regex::Match`, found tuple Oct 27 04:46:55.319 INFO kablam! | Oct 27 04:46:55.319 INFO kablam! = note: expected type `regex::Match<'_>` Oct 27 04:46:55.319 INFO kablam! found type `(_, _)` Oct 27 04:46:55.323 INFO kablam! Oct 27 04:46:55.429 INFO kablam! error[E0599]: no method named `at` found for type `®ex::Captures<'_>` in the current scope Oct 27 04:46:55.429 INFO kablam! --> src/rfc2047.rs:91:25 Oct 27 04:46:55.429 INFO kablam! | Oct 27 04:46:55.429 INFO kablam! 91 | match (caps.at(1), caps.at(2), caps.at(3)) { Oct 27 04:46:55.429 INFO kablam! | ^^ Oct 27 04:46:55.429 INFO kablam! Oct 27 04:46:55.429 INFO kablam! error[E0599]: no method named `at` found for type `®ex::Captures<'_>` in the current scope Oct 27 04:46:55.429 INFO kablam! --> src/rfc2047.rs:91:37 Oct 27 04:46:55.429 INFO kablam! | Oct 27 04:46:55.429 INFO kablam! 91 | match (caps.at(1), caps.at(2), caps.at(3)) { Oct 27 04:46:55.429 INFO kablam! | ^^ Oct 27 04:46:55.429 INFO kablam! Oct 27 04:46:55.429 INFO kablam! error[E0599]: no method named `at` found for type `®ex::Captures<'_>` in the current scope Oct 27 04:46:55.429 INFO kablam! --> src/rfc2047.rs:91:49 Oct 27 04:46:55.429 INFO kablam! | Oct 27 04:46:55.429 INFO kablam! 91 | match (caps.at(1), caps.at(2), caps.at(3)) { Oct 27 04:46:55.429 INFO kablam! | ^^ Oct 27 04:46:55.429 INFO kablam! Oct 27 04:46:55.483 INFO kablam! error[E0308]: mismatched types Oct 27 04:46:55.483 INFO kablam! --> src/rfc2047.rs:90:9 Oct 27 04:46:55.483 INFO kablam! | Oct 27 04:46:55.483 INFO kablam! 86 | fn from_rfc2047(&self) -> String { Oct 27 04:46:55.483 INFO kablam! | ------ expected `std::string::String` because of return type Oct 27 04:46:55.483 INFO kablam! ... Oct 27 04:46:55.483 INFO kablam! 90 | / encoded_word_re.replace_all(&ws_removed, |caps: &Captures| { Oct 27 04:46:55.483 INFO kablam! 91 | | match (caps.at(1), caps.at(2), caps.at(3)) { Oct 27 04:46:55.483 INFO kablam! 92 | | (Some(charset), Some(encoding), Some(content)) => { Oct 27 04:46:55.483 INFO kablam! 93 | | match decode_word(charset, encoding, content) { Oct 27 04:46:55.483 INFO kablam! ... | Oct 27 04:46:55.483 INFO kablam! 99 | | } Oct 27 04:46:55.483 INFO kablam! 100 | | }) Oct 27 04:46:55.483 INFO kablam! | |__________^ expected struct `std::string::String`, found enum `std::borrow::Cow` Oct 27 04:46:55.483 INFO kablam! | Oct 27 04:46:55.483 INFO kablam! = note: expected type `std::string::String` Oct 27 04:46:55.483 INFO kablam! found type `std::borrow::Cow<'_, str>` Oct 27 04:46:55.484 INFO kablam! help: try using a conversion method Oct 27 04:46:55.490 INFO kablam! | Oct 27 04:46:55.490 INFO kablam! 90 | encoded_word_re.replace_all(&ws_removed, |caps: &Captures| { Oct 27 04:46:55.491 INFO kablam! 91 | match (caps.at(1), caps.at(2), caps.at(3)) { Oct 27 04:46:55.491 INFO kablam! 92 | (Some(charset), Some(encoding), Some(content)) => { Oct 27 04:46:55.491 INFO kablam! 93 | match decode_word(charset, encoding, content) { Oct 27 04:46:55.491 INFO kablam! 94 | Ok(decoded) => decoded, Oct 27 04:46:55.491 INFO kablam! 95 | Err(_) => self.to_string() Oct 27 04:46:55.491 INFO kablam! ... Oct 27 04:46:55.491 INFO kablam! Oct 27 04:46:55.539 INFO kablam! error[E0599]: no method named `at` found for type `regex::Captures<'_>` in the current scope Oct 27 04:46:55.539 INFO kablam! --> src/dkim/mod.rs:246:47 Oct 27 04:46:55.539 INFO kablam! | Oct 27 04:46:55.539 INFO kablam! 246 | Some(groups) => match (groups.at(1), groups.at(2)) { Oct 27 04:46:55.539 INFO kablam! | ^^ Oct 27 04:46:55.539 INFO kablam! Oct 27 04:46:55.539 INFO kablam! error[E0599]: no method named `at` found for type `regex::Captures<'_>` in the current scope Oct 27 04:46:55.539 INFO kablam! --> src/dkim/mod.rs:246:61 Oct 27 04:46:55.539 INFO kablam! | Oct 27 04:46:55.539 INFO kablam! 246 | Some(groups) => match (groups.at(1), groups.at(2)) { Oct 27 04:46:55.539 INFO kablam! | ^^ Oct 27 04:46:55.539 INFO kablam! Oct 27 04:46:55.550 INFO kablam! error[E0369]: binary operation `+` cannot be applied to type `std::vec::Vec` Oct 27 04:46:55.551 INFO kablam! --> src/dkim/canonicalizer.rs:56:18 Oct 27 04:46:55.551 INFO kablam! | Oct 27 04:46:55.551 INFO kablam! 56 | output = output + input; Oct 27 04:46:55.551 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 04:46:55.551 INFO kablam! | Oct 27 04:46:55.551 INFO kablam! = note: an implementation of `std::ops::Add` might be missing for `std::vec::Vec` Oct 27 04:46:55.551 INFO kablam! Oct 27 04:46:55.566 INFO kablam! error[E0369]: binary operation `+` cannot be applied to type `std::vec::Vec` Oct 27 04:46:55.567 INFO kablam! --> src/dkim/canonicalizer.rs:188:9 Oct 27 04:46:55.567 INFO kablam! | Oct 27 04:46:55.567 INFO kablam! 188 | result + b"\r\n" Oct 27 04:46:55.567 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 04:46:55.567 INFO kablam! | Oct 27 04:46:55.567 INFO kablam! = note: an implementation of `std::ops::Add` might be missing for `std::vec::Vec` Oct 27 04:46:55.567 INFO kablam! Oct 27 04:46:55.567 INFO kablam! error[E0369]: binary operation `+` cannot be applied to type `std::vec::Vec<_>` Oct 27 04:46:55.567 INFO kablam! --> src/dkim/canonicalizer.rs:200:39 Oct 27 04:46:55.567 INFO kablam! | Oct 27 04:46:55.567 INFO kablam! 200 | result.extend(canon.canonicalize(&(Vec::new() + b"Test\r\nTest \r\n\r\n"))); Oct 27 04:46:55.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:46:55.567 INFO kablam! | Oct 27 04:46:55.567 INFO kablam! = note: an implementation of `std::ops::Add` might be missing for `std::vec::Vec<_>` Oct 27 04:46:55.567 INFO kablam! Oct 27 04:46:55.567 INFO kablam! error[E0369]: binary operation `+` cannot be applied to type `std::vec::Vec<_>` Oct 27 04:46:55.567 INFO kablam! --> src/dkim/canonicalizer.rs:201:39 Oct 27 04:46:55.567 INFO kablam! | Oct 27 04:46:55.567 INFO kablam! 201 | result.extend(canon.canonicalize(&(Vec::new() + b"\r\none last line\r\n\r\n"))); Oct 27 04:46:55.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:46:55.567 INFO kablam! | Oct 27 04:46:55.567 INFO kablam! = note: an implementation of `std::ops::Add` might be missing for `std::vec::Vec<_>` Oct 27 04:46:55.567 INFO kablam! Oct 27 04:46:55.567 INFO kablam! error[E0369]: binary operation `+` cannot be applied to type `std::vec::Vec<_>` Oct 27 04:46:55.567 INFO kablam! --> src/dkim/canonicalizer.rs:215:39 Oct 27 04:46:55.567 INFO kablam! | Oct 27 04:46:55.567 INFO kablam! 215 | result.extend(canon.canonicalize(&(Vec::new() + b"Test\r\nTest \r\n\r\n"))); Oct 27 04:46:55.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:46:55.567 INFO kablam! | Oct 27 04:46:55.567 INFO kablam! = note: an implementation of `std::ops::Add` might be missing for `std::vec::Vec<_>` Oct 27 04:46:55.567 INFO kablam! Oct 27 04:46:55.567 INFO kablam! error[E0369]: binary operation `+` cannot be applied to type `std::vec::Vec<_>` Oct 27 04:46:55.567 INFO kablam! --> src/dkim/canonicalizer.rs:216:39 Oct 27 04:46:55.567 INFO kablam! | Oct 27 04:46:55.567 INFO kablam! 216 | result.extend(canon.canonicalize(&(Vec::new() + b"\r\none last \t line\r\n\r\n"))); Oct 27 04:46:55.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:46:55.567 INFO kablam! | Oct 27 04:46:55.567 INFO kablam! = note: an implementation of `std::ops::Add` might be missing for `std::vec::Vec<_>` Oct 27 04:46:55.567 INFO kablam! Oct 27 04:46:55.567 INFO kablam! error[E0369]: binary operation `+` cannot be applied to type `std::vec::Vec<_>` Oct 27 04:46:55.567 INFO kablam! --> src/dkim/canonicalizer.rs:232:50 Oct 27 04:46:55.567 INFO kablam! | Oct 27 04:46:55.567 INFO kablam! 232 | let result = canon.canonicalize(name, value, Vec::new() + raw); Oct 27 04:46:55.567 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 04:46:55.567 INFO kablam! | Oct 27 04:46:55.567 INFO kablam! = note: an implementation of `std::ops::Add` might be missing for `std::vec::Vec<_>` Oct 27 04:46:55.567 INFO kablam! Oct 27 04:46:55.567 INFO kablam! error[E0369]: binary operation `+` cannot be applied to type `std::vec::Vec<_>` Oct 27 04:46:55.567 INFO kablam! --> src/dkim/canonicalizer.rs:247:50 Oct 27 04:46:55.567 INFO kablam! | Oct 27 04:46:55.567 INFO kablam! 247 | let result = canon.canonicalize(name, value, Vec::new() + raw); Oct 27 04:46:55.567 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 04:46:55.567 INFO kablam! | Oct 27 04:46:55.567 INFO kablam! = note: an implementation of `std::ops::Add` might be missing for `std::vec::Vec<_>` Oct 27 04:46:55.567 INFO kablam! Oct 27 04:46:55.579 INFO kablam! error: aborting due to 23 previous errors Oct 27 04:46:55.579 INFO kablam! Oct 27 04:46:55.579 INFO kablam! Some errors occurred: E0308, E0369, E0412, E0425, E0433, E0599. Oct 27 04:46:55.579 INFO kablam! For more information about an error, try `rustc --explain E0308`. Oct 27 04:46:55.587 INFO kablam! error: Could not compile `mailcheck`. Oct 27 04:46:55.587 INFO kablam! Oct 27 04:46:55.587 INFO kablam! To learn more, run the command again with --verbose. Oct 27 04:46:55.587 INFO kablam! su: No module specific data is present Oct 27 04:46:56.151 INFO running `"docker" "rm" "-f" "21b82dca4d9c947d1bb8b01d69fd47081b8fdc4bec21dd657e2fed47d5ae3c0b"` Oct 27 04:46:56.451 INFO blam! 21b82dca4d9c947d1bb8b01d69fd47081b8fdc4bec21dd657e2fed47d5ae3c0b