Oct 21 17:54:23.692 INFO checking fiirhok/mailcheck.rs against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 17:54:23.692 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192/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 21 17:54:23.920 INFO blam! c82876ecd09f91745e4ac0ad4843ae32bedd0369c1baced4dd02cf77b1cf3fbf Oct 21 17:54:23.937 INFO running `"docker" "start" "-a" "c82876ecd09f91745e4ac0ad4843ae32bedd0369c1baced4dd02cf77b1cf3fbf"` Oct 21 17:54:24.648 INFO kablam! usermod: no changes Oct 21 17:54:24.788 INFO kablam! Checking mailcheck v0.0.1 (/source) Oct 21 17:54:26.312 INFO kablam! error[E0433]: failed to resolve. Could not find `crypto` in `openssl` Oct 21 17:54:26.312 INFO kablam! --> src/dkim/mod.rs:10:20 Oct 21 17:54:26.312 INFO kablam! | Oct 21 17:54:26.312 INFO kablam! 10 | use self::openssl::crypto::hash::Hasher; Oct 21 17:54:26.312 INFO kablam! | ^^^^^^ Could not find `crypto` in `openssl` Oct 21 17:54:26.312 INFO kablam! Oct 21 17:54:26.312 INFO kablam! error[E0433]: failed to resolve. Could not find `crypto` in `openssl` Oct 21 17:54:26.312 INFO kablam! --> src/dkim/mod.rs:11:20 Oct 21 17:54:26.312 INFO kablam! | Oct 21 17:54:26.312 INFO kablam! 11 | use self::openssl::crypto::hash::Type; Oct 21 17:54:26.312 INFO kablam! | ^^^^^^ Could not find `crypto` in `openssl` Oct 21 17:54:26.312 INFO kablam! Oct 21 17:54:26.312 INFO kablam! error[E0433]: failed to resolve. Could not find `crypto` in `openssl` Oct 21 17:54:26.312 INFO kablam! --> src/dkim/mod.rs:12:20 Oct 21 17:54:26.312 INFO kablam! | Oct 21 17:54:26.312 INFO kablam! 12 | use self::openssl::crypto::hash::Type::{SHA256,SHA1}; Oct 21 17:54:26.312 INFO kablam! | ^^^^^^ Could not find `crypto` in `openssl` Oct 21 17:54:26.312 INFO kablam! Oct 21 17:54:26.336 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Hasher` Oct 21 17:54:26.336 INFO kablam! --> src/dkim/mod.rs:118:21 Oct 21 17:54:26.336 INFO kablam! | Oct 21 17:54:26.336 INFO kablam! 118 | hasher: Hasher::new(hash_type), Oct 21 17:54:26.336 INFO kablam! | ^^^^^^ Use of undeclared type or module `Hasher` Oct 21 17:54:26.336 INFO kablam! Oct 21 17:54:26.336 INFO kablam! error[E0412]: cannot find type `Type` in this scope Oct 21 17:54:26.336 INFO kablam! --> src/dkim/mod.rs:32:16 Oct 21 17:54:26.336 INFO kablam! | Oct 21 17:54:26.336 INFO kablam! 32 | hash_type: Type, Oct 21 17:54:26.336 INFO kablam! | ^^^^ not found in this scope Oct 21 17:54:26.337 INFO kablam! Oct 21 17:54:26.337 INFO kablam! error[E0425]: cannot find value `SHA256` in this scope Oct 21 17:54:26.337 INFO kablam! --> src/dkim/mod.rs:73:29 Oct 21 17:54:26.337 INFO kablam! | Oct 21 17:54:26.337 INFO kablam! 73 | "rsa-sha256" => SHA256, Oct 21 17:54:26.337 INFO kablam! | ^^^^^^ not found in this scope Oct 21 17:54:26.337 INFO kablam! Oct 21 17:54:26.337 INFO kablam! error[E0425]: cannot find value `SHA1` in this scope Oct 21 17:54:26.337 INFO kablam! --> src/dkim/mod.rs:74:27 Oct 21 17:54:26.337 INFO kablam! | Oct 21 17:54:26.337 INFO kablam! 74 | "rsa-sha1" => SHA1, Oct 21 17:54:26.337 INFO kablam! | ^^^^ not found in this scope Oct 21 17:54:26.337 INFO kablam! Oct 21 17:54:26.337 INFO kablam! error[E0412]: cannot find type `Hasher` in this scope Oct 21 17:54:26.337 INFO kablam! --> src/dkim/mod.rs:104:13 Oct 21 17:54:26.337 INFO kablam! | Oct 21 17:54:26.337 INFO kablam! 104 | hasher: Hasher, Oct 21 17:54:26.337 INFO kablam! | ^^^^^^ not found in this scope Oct 21 17:54:26.337 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Oct 21 17:54:26.337 INFO kablam! | Oct 21 17:54:26.337 INFO kablam! 6 | use dkim_checker::openssl::hash::Hasher; Oct 21 17:54:26.337 INFO kablam! | Oct 21 17:54:26.337 INFO kablam! 6 | use std::hash::Hasher; Oct 21 17:54:26.337 INFO kablam! | Oct 21 17:54:26.337 INFO kablam! Oct 21 17:54:26.340 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 21 17:54:26.340 INFO kablam! --> src/dkim/canonicalizer.rs:50:18 Oct 21 17:54:26.340 INFO kablam! | Oct 21 17:54:26.340 INFO kablam! 50 | for _ in (0 .. self.pending_newlines ) { Oct 21 17:54:26.340 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 17:54:26.340 INFO kablam! | Oct 21 17:54:26.340 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 17:54:26.340 INFO kablam! Oct 21 17:54:26.340 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 21 17:54:26.340 INFO kablam! --> src/dkim/canonicalizer.rs:86:18 Oct 21 17:54:26.340 INFO kablam! | Oct 21 17:54:26.340 INFO kablam! 86 | for _ in (0 .. self.pending_newlines ) { Oct 21 17:54:26.340 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 17:54:26.340 INFO kablam! Oct 21 17:54:26.340 INFO kablam! warning: unused import: `self::openssl::crypto::hash::Hasher` Oct 21 17:54:26.340 INFO kablam! --> src/dkim/mod.rs:10:5 Oct 21 17:54:26.340 INFO kablam! | Oct 21 17:54:26.340 INFO kablam! 10 | use self::openssl::crypto::hash::Hasher; Oct 21 17:54:26.340 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:54:26.340 INFO kablam! | Oct 21 17:54:26.340 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 17:54:26.341 INFO kablam! Oct 21 17:54:26.341 INFO kablam! warning: unused import: `self::openssl::crypto::hash::Type` Oct 21 17:54:26.341 INFO kablam! --> src/dkim/mod.rs:11:5 Oct 21 17:54:26.341 INFO kablam! | Oct 21 17:54:26.341 INFO kablam! 11 | use self::openssl::crypto::hash::Type; Oct 21 17:54:26.341 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:54:26.341 INFO kablam! Oct 21 17:54:26.341 INFO kablam! warning: unused imports: `SHA1`, `SHA256` Oct 21 17:54:26.341 INFO kablam! --> src/dkim/mod.rs:12:41 Oct 21 17:54:26.341 INFO kablam! | Oct 21 17:54:26.341 INFO kablam! 12 | use self::openssl::crypto::hash::Type::{SHA256,SHA1}; Oct 21 17:54:26.341 INFO kablam! | ^^^^^^ ^^^^ Oct 21 17:54:26.341 INFO kablam! Oct 21 17:54:26.364 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 21 17:54:26.364 INFO kablam! --> src/rfc2047.rs:7:5 Oct 21 17:54:26.364 INFO kablam! | Oct 21 17:54:26.364 INFO kablam! 7 | use std::ascii::AsciiExt; Oct 21 17:54:26.364 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 17:54:26.374 INFO kablam! | Oct 21 17:54:26.374 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 17:54:26.374 INFO kablam! Oct 21 17:54:26.374 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 21 17:54:26.374 INFO kablam! --> src/dkim/canonicalizer.rs:3:5 Oct 21 17:54:26.374 INFO kablam! | Oct 21 17:54:26.374 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 21 17:54:26.374 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 17:54:26.374 INFO kablam! Oct 21 17:54:26.404 INFO kablam! error[E0433]: failed to resolve. Could not find `crypto` in `openssl` Oct 21 17:54:26.404 INFO kablam! --> src/dkim/mod.rs:10:20 Oct 21 17:54:26.404 INFO kablam! | Oct 21 17:54:26.404 INFO kablam! 10 | use self::openssl::crypto::hash::Hasher; Oct 21 17:54:26.404 INFO kablam! | ^^^^^^ Could not find `crypto` in `openssl` Oct 21 17:54:26.404 INFO kablam! Oct 21 17:54:26.404 INFO kablam! error[E0433]: failed to resolve. Could not find `crypto` in `openssl` Oct 21 17:54:26.404 INFO kablam! --> src/dkim/mod.rs:11:20 Oct 21 17:54:26.404 INFO kablam! | Oct 21 17:54:26.404 INFO kablam! 11 | use self::openssl::crypto::hash::Type; Oct 21 17:54:26.404 INFO kablam! | ^^^^^^ Could not find `crypto` in `openssl` Oct 21 17:54:26.404 INFO kablam! Oct 21 17:54:26.404 INFO kablam! error[E0433]: failed to resolve. Could not find `crypto` in `openssl` Oct 21 17:54:26.404 INFO kablam! --> src/dkim/mod.rs:12:20 Oct 21 17:54:26.404 INFO kablam! | Oct 21 17:54:26.404 INFO kablam! 12 | use self::openssl::crypto::hash::Type::{SHA256,SHA1}; Oct 21 17:54:26.404 INFO kablam! | ^^^^^^ Could not find `crypto` in `openssl` Oct 21 17:54:26.404 INFO kablam! Oct 21 17:54:26.432 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Hasher` Oct 21 17:54:26.432 INFO kablam! --> src/dkim/mod.rs:118:21 Oct 21 17:54:26.432 INFO kablam! | Oct 21 17:54:26.432 INFO kablam! 118 | hasher: Hasher::new(hash_type), Oct 21 17:54:26.432 INFO kablam! | ^^^^^^ Use of undeclared type or module `Hasher` Oct 21 17:54:26.432 INFO kablam! Oct 21 17:54:26.432 INFO kablam! error[E0412]: cannot find type `Type` in this scope Oct 21 17:54:26.432 INFO kablam! --> src/dkim/mod.rs:32:16 Oct 21 17:54:26.432 INFO kablam! | Oct 21 17:54:26.432 INFO kablam! 32 | hash_type: Type, Oct 21 17:54:26.432 INFO kablam! | ^^^^ not found in this scope Oct 21 17:54:26.432 INFO kablam! Oct 21 17:54:26.432 INFO kablam! error[E0425]: cannot find value `SHA256` in this scope Oct 21 17:54:26.432 INFO kablam! --> src/dkim/mod.rs:73:29 Oct 21 17:54:26.432 INFO kablam! | Oct 21 17:54:26.432 INFO kablam! 73 | "rsa-sha256" => SHA256, Oct 21 17:54:26.432 INFO kablam! | ^^^^^^ not found in this scope Oct 21 17:54:26.432 INFO kablam! Oct 21 17:54:26.432 INFO kablam! error[E0425]: cannot find value `SHA1` in this scope Oct 21 17:54:26.432 INFO kablam! --> src/dkim/mod.rs:74:27 Oct 21 17:54:26.432 INFO kablam! | Oct 21 17:54:26.432 INFO kablam! 74 | "rsa-sha1" => SHA1, Oct 21 17:54:26.432 INFO kablam! | ^^^^ not found in this scope Oct 21 17:54:26.432 INFO kablam! Oct 21 17:54:26.432 INFO kablam! error[E0412]: cannot find type `Hasher` in this scope Oct 21 17:54:26.432 INFO kablam! --> src/dkim/mod.rs:104:13 Oct 21 17:54:26.432 INFO kablam! | Oct 21 17:54:26.433 INFO kablam! 104 | hasher: Hasher, Oct 21 17:54:26.433 INFO kablam! | ^^^^^^ not found in this scope Oct 21 17:54:26.433 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Oct 21 17:54:26.433 INFO kablam! | Oct 21 17:54:26.433 INFO kablam! 6 | use dkim_checker::openssl::hash::Hasher; Oct 21 17:54:26.433 INFO kablam! | Oct 21 17:54:26.433 INFO kablam! 6 | use std::hash::Hasher; Oct 21 17:54:26.433 INFO kablam! | Oct 21 17:54:26.433 INFO kablam! Oct 21 17:54:26.444 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 21 17:54:26.444 INFO kablam! --> src/dkim/canonicalizer.rs:50:18 Oct 21 17:54:26.444 INFO kablam! | Oct 21 17:54:26.444 INFO kablam! 50 | for _ in (0 .. self.pending_newlines ) { Oct 21 17:54:26.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 17:54:26.444 INFO kablam! | Oct 21 17:54:26.444 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 17:54:26.444 INFO kablam! Oct 21 17:54:26.444 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 21 17:54:26.444 INFO kablam! --> src/dkim/canonicalizer.rs:86:18 Oct 21 17:54:26.444 INFO kablam! | Oct 21 17:54:26.444 INFO kablam! 86 | for _ in (0 .. self.pending_newlines ) { Oct 21 17:54:26.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 17:54:26.444 INFO kablam! Oct 21 17:54:26.444 INFO kablam! warning: unused import: `self::openssl::crypto::hash::Hasher` Oct 21 17:54:26.444 INFO kablam! --> src/dkim/mod.rs:10:5 Oct 21 17:54:26.444 INFO kablam! | Oct 21 17:54:26.444 INFO kablam! 10 | use self::openssl::crypto::hash::Hasher; Oct 21 17:54:26.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:54:26.444 INFO kablam! | Oct 21 17:54:26.444 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 17:54:26.444 INFO kablam! Oct 21 17:54:26.444 INFO kablam! warning: unused import: `self::openssl::crypto::hash::Type` Oct 21 17:54:26.445 INFO kablam! --> src/dkim/mod.rs:11:5 Oct 21 17:54:26.445 INFO kablam! | Oct 21 17:54:26.445 INFO kablam! 11 | use self::openssl::crypto::hash::Type; Oct 21 17:54:26.445 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:54:26.445 INFO kablam! Oct 21 17:54:26.445 INFO kablam! warning: unused imports: `SHA1`, `SHA256` Oct 21 17:54:26.445 INFO kablam! --> src/dkim/mod.rs:12:41 Oct 21 17:54:26.445 INFO kablam! | Oct 21 17:54:26.446 INFO kablam! 12 | use self::openssl::crypto::hash::Type::{SHA256,SHA1}; Oct 21 17:54:26.446 INFO kablam! | ^^^^^^ ^^^^ Oct 21 17:54:26.446 INFO kablam! Oct 21 17:54:26.472 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 21 17:54:26.472 INFO kablam! --> src/rfc2047.rs:7:5 Oct 21 17:54:26.472 INFO kablam! | Oct 21 17:54:26.472 INFO kablam! 7 | use std::ascii::AsciiExt; Oct 21 17:54:26.472 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 17:54:26.472 INFO kablam! | Oct 21 17:54:26.472 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 17:54:26.472 INFO kablam! Oct 21 17:54:26.472 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 21 17:54:26.472 INFO kablam! --> src/dkim/canonicalizer.rs:3:5 Oct 21 17:54:26.473 INFO kablam! | Oct 21 17:54:26.473 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 21 17:54:26.473 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 17:54:26.473 INFO kablam! Oct 21 17:54:26.488 INFO kablam! error[E0308]: mismatched types Oct 21 17:54:26.488 INFO kablam! --> src/rfc2047.rs:51:9 Oct 21 17:54:26.488 INFO kablam! | Oct 21 17:54:26.488 INFO kablam! 51 | for (start,end) in char_regex.find_iter(content) { Oct 21 17:54:26.488 INFO kablam! | ^^^^^^^^^^^ expected struct `regex::Match`, found tuple Oct 21 17:54:26.488 INFO kablam! | Oct 21 17:54:26.488 INFO kablam! = note: expected type `regex::Match<'_>` Oct 21 17:54:26.488 INFO kablam! found type `(_, _)` Oct 21 17:54:26.488 INFO kablam! Oct 21 17:54:26.637 INFO kablam! error[E0308]: mismatched types Oct 21 17:54:26.656 INFO kablam! --> src/rfc2047.rs:51:9 Oct 21 17:54:26.656 INFO kablam! | Oct 21 17:54:26.657 INFO kablam! 51 | for (start,end) in char_regex.find_iter(content) { Oct 21 17:54:26.657 INFO kablam! | ^^^^^^^^^^^ expected struct `regex::Match`, found tuple Oct 21 17:54:26.657 INFO kablam! | Oct 21 17:54:26.657 INFO kablam! = note: expected type `regex::Match<'_>` Oct 21 17:54:26.657 INFO kablam! found type `(_, _)` Oct 21 17:54:26.658 INFO kablam! Oct 21 17:54:26.658 INFO kablam! error[E0599]: no method named `at` found for type `®ex::Captures<'_>` in the current scope Oct 21 17:54:26.658 INFO kablam! --> src/rfc2047.rs:91:25 Oct 21 17:54:26.658 INFO kablam! | Oct 21 17:54:26.658 INFO kablam! 91 | match (caps.at(1), caps.at(2), caps.at(3)) { Oct 21 17:54:26.658 INFO kablam! | ^^ Oct 21 17:54:26.659 INFO kablam! Oct 21 17:54:26.659 INFO kablam! error[E0599]: no method named `at` found for type `®ex::Captures<'_>` in the current scope Oct 21 17:54:26.659 INFO kablam! --> src/rfc2047.rs:91:37 Oct 21 17:54:26.659 INFO kablam! | Oct 21 17:54:26.659 INFO kablam! 91 | match (caps.at(1), caps.at(2), caps.at(3)) { Oct 21 17:54:26.659 INFO kablam! | ^^ Oct 21 17:54:26.660 INFO kablam! Oct 21 17:54:26.660 INFO kablam! error[E0599]: no method named `at` found for type `®ex::Captures<'_>` in the current scope Oct 21 17:54:26.660 INFO kablam! --> src/rfc2047.rs:91:49 Oct 21 17:54:26.660 INFO kablam! | Oct 21 17:54:26.660 INFO kablam! 91 | match (caps.at(1), caps.at(2), caps.at(3)) { Oct 21 17:54:26.660 INFO kablam! | ^^ Oct 21 17:54:26.661 INFO kablam! Oct 21 17:54:26.688 INFO kablam! error[E0308]: mismatched types Oct 21 17:54:26.688 INFO kablam! --> src/rfc2047.rs:90:9 Oct 21 17:54:26.689 INFO kablam! | Oct 21 17:54:26.689 INFO kablam! 86 | fn from_rfc2047(&self) -> String { Oct 21 17:54:26.689 INFO kablam! | ------ expected `std::string::String` because of return type Oct 21 17:54:26.689 INFO kablam! ... Oct 21 17:54:26.689 INFO kablam! 90 | / encoded_word_re.replace_all(&ws_removed, |caps: &Captures| { Oct 21 17:54:26.689 INFO kablam! 91 | | match (caps.at(1), caps.at(2), caps.at(3)) { Oct 21 17:54:26.689 INFO kablam! 92 | | (Some(charset), Some(encoding), Some(content)) => { Oct 21 17:54:26.690 INFO kablam! 93 | | match decode_word(charset, encoding, content) { Oct 21 17:54:26.690 INFO kablam! ... | Oct 21 17:54:26.690 INFO kablam! 99 | | } Oct 21 17:54:26.690 INFO kablam! 100 | | }) Oct 21 17:54:26.690 INFO kablam! | |__________^ expected struct `std::string::String`, found enum `std::borrow::Cow` Oct 21 17:54:26.691 INFO kablam! | Oct 21 17:54:26.691 INFO kablam! = note: expected type `std::string::String` Oct 21 17:54:26.691 INFO kablam! found type `std::borrow::Cow<'_, str>` Oct 21 17:54:26.691 INFO kablam! help: try using a conversion method Oct 21 17:54:26.691 INFO kablam! | Oct 21 17:54:26.691 INFO kablam! 90 | encoded_word_re.replace_all(&ws_removed, |caps: &Captures| { Oct 21 17:54:26.692 INFO kablam! 91 | match (caps.at(1), caps.at(2), caps.at(3)) { Oct 21 17:54:26.692 INFO kablam! 92 | (Some(charset), Some(encoding), Some(content)) => { Oct 21 17:54:26.692 INFO kablam! 93 | match decode_word(charset, encoding, content) { Oct 21 17:54:26.692 INFO kablam! 94 | Ok(decoded) => decoded, Oct 21 17:54:26.692 INFO kablam! 95 | Err(_) => self.to_string() Oct 21 17:54:26.692 INFO kablam! ... Oct 21 17:54:26.692 INFO kablam! Oct 21 17:54:26.716 INFO kablam! error[E0599]: no method named `at` found for type `®ex::Captures<'_>` in the current scope Oct 21 17:54:26.716 INFO kablam! --> src/rfc2047.rs:91:25 Oct 21 17:54:26.717 INFO kablam! | Oct 21 17:54:26.717 INFO kablam! 91 | match (caps.at(1), caps.at(2), caps.at(3)) { Oct 21 17:54:26.717 INFO kablam! | ^^ Oct 21 17:54:26.717 INFO kablam! Oct 21 17:54:26.717 INFO kablam! error[E0599]: no method named `at` found for type `®ex::Captures<'_>` in the current scope Oct 21 17:54:26.718 INFO kablam! --> src/rfc2047.rs:91:37 Oct 21 17:54:26.718 INFO kablam! | Oct 21 17:54:26.718 INFO kablam! 91 | match (caps.at(1), caps.at(2), caps.at(3)) { Oct 21 17:54:26.718 INFO kablam! | ^^ Oct 21 17:54:26.718 INFO kablam! Oct 21 17:54:26.718 INFO kablam! error[E0599]: no method named `at` found for type `®ex::Captures<'_>` in the current scope Oct 21 17:54:26.719 INFO kablam! --> src/rfc2047.rs:91:49 Oct 21 17:54:26.719 INFO kablam! | Oct 21 17:54:26.719 INFO kablam! 91 | match (caps.at(1), caps.at(2), caps.at(3)) { Oct 21 17:54:26.719 INFO kablam! | ^^ Oct 21 17:54:26.719 INFO kablam! Oct 21 17:54:26.736 INFO kablam! error[E0599]: no method named `at` found for type `regex::Captures<'_>` in the current scope Oct 21 17:54:26.736 INFO kablam! --> src/dkim/mod.rs:246:47 Oct 21 17:54:26.737 INFO kablam! | Oct 21 17:54:26.737 INFO kablam! 246 | Some(groups) => match (groups.at(1), groups.at(2)) { Oct 21 17:54:26.737 INFO kablam! | ^^ Oct 21 17:54:26.737 INFO kablam! Oct 21 17:54:26.737 INFO kablam! error[E0599]: no method named `at` found for type `regex::Captures<'_>` in the current scope Oct 21 17:54:26.738 INFO kablam! --> src/dkim/mod.rs:246:61 Oct 21 17:54:26.738 INFO kablam! | Oct 21 17:54:26.738 INFO kablam! 246 | Some(groups) => match (groups.at(1), groups.at(2)) { Oct 21 17:54:26.738 INFO kablam! | ^^ Oct 21 17:54:26.738 INFO kablam! Oct 21 17:54:26.744 INFO kablam! error[E0369]: binary operation `+` cannot be applied to type `std::vec::Vec` Oct 21 17:54:26.744 INFO kablam! --> src/dkim/canonicalizer.rs:56:18 Oct 21 17:54:26.744 INFO kablam! | Oct 21 17:54:26.745 INFO kablam! 56 | output = output + input; Oct 21 17:54:26.745 INFO kablam! | ^^^^^^^^^^^^^^ Oct 21 17:54:26.745 INFO kablam! | Oct 21 17:54:26.752 INFO kablam! = note: an implementation of `std::ops::Add` might be missing for `std::vec::Vec` Oct 21 17:54:26.752 INFO kablam! Oct 21 17:54:26.756 INFO kablam! error[E0369]: binary operation `+` cannot be applied to type `std::vec::Vec` Oct 21 17:54:26.756 INFO kablam! --> src/dkim/canonicalizer.rs:188:9 Oct 21 17:54:26.756 INFO kablam! | Oct 21 17:54:26.757 INFO kablam! 188 | result + b"\r\n" Oct 21 17:54:26.757 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 17:54:26.757 INFO kablam! | Oct 21 17:54:26.757 INFO kablam! = note: an implementation of `std::ops::Add` might be missing for `std::vec::Vec` Oct 21 17:54:26.757 INFO kablam! Oct 21 17:54:26.792 INFO kablam! error: aborting due to 17 previous errors Oct 21 17:54:26.792 INFO kablam! Oct 21 17:54:26.792 INFO kablam! Some errors occurred: E0308, E0369, E0412, E0425, E0433, E0599. Oct 21 17:54:26.793 INFO kablam! For more information about an error, try `rustc --explain E0308`. Oct 21 17:54:26.793 INFO kablam! error[E0308]: mismatched types Oct 21 17:54:26.793 INFO kablam! --> src/rfc2047.rs:90:9 Oct 21 17:54:26.793 INFO kablam! | Oct 21 17:54:26.793 INFO kablam! 86 | fn from_rfc2047(&self) -> String { Oct 21 17:54:26.793 INFO kablam! | ------ expected `std::string::String` because of return type Oct 21 17:54:26.793 INFO kablam! ... Oct 21 17:54:26.793 INFO kablam! 90 | / encoded_word_re.replace_all(&ws_removed, |caps: &Captures| { Oct 21 17:54:26.793 INFO kablam! 91 | | match (caps.at(1), caps.at(2), caps.at(3)) { Oct 21 17:54:26.793 INFO kablam! 92 | | (Some(charset), Some(encoding), Some(content)) => { Oct 21 17:54:26.793 INFO kablam! 93 | | match decode_word(charset, encoding, content) { Oct 21 17:54:26.793 INFO kablam! ... | Oct 21 17:54:26.793 INFO kablam! 99 | | } Oct 21 17:54:26.793 INFO kablam! 100 | | }) Oct 21 17:54:26.796 INFO kablam! | |__________^ expected struct `std::string::String`, found enum `std::borrow::Cow` Oct 21 17:54:26.796 INFO kablam! | Oct 21 17:54:26.796 INFO kablam! = note: expected type `std::string::String` Oct 21 17:54:26.796 INFO kablam! found type `std::borrow::Cow<'_, str>` Oct 21 17:54:26.796 INFO kablam! help: try using a conversion method Oct 21 17:54:26.796 INFO kablam! | Oct 21 17:54:26.796 INFO kablam! 90 | encoded_word_re.replace_all(&ws_removed, |caps: &Captures| { Oct 21 17:54:26.796 INFO kablam! 91 | match (caps.at(1), caps.at(2), caps.at(3)) { Oct 21 17:54:26.796 INFO kablam! 92 | (Some(charset), Some(encoding), Some(content)) => { Oct 21 17:54:26.796 INFO kablam! 93 | match decode_word(charset, encoding, content) { Oct 21 17:54:26.796 INFO kablam! 94 | Ok(decoded) => decoded, Oct 21 17:54:26.796 INFO kablam! 95 | Err(_) => self.to_string() Oct 21 17:54:26.796 INFO kablam! ... Oct 21 17:54:26.796 INFO kablam! Oct 21 17:54:26.796 INFO kablam! error: Could not compile `mailcheck`. Oct 21 17:54:26.796 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 21 17:54:26.821 INFO kablam! error[E0599]: no method named `at` found for type `regex::Captures<'_>` in the current scope Oct 21 17:54:26.822 INFO kablam! --> src/dkim/mod.rs:246:47 Oct 21 17:54:26.822 INFO kablam! | Oct 21 17:54:26.822 INFO kablam! 246 | Some(groups) => match (groups.at(1), groups.at(2)) { Oct 21 17:54:26.822 INFO kablam! | ^^ Oct 21 17:54:26.822 INFO kablam! Oct 21 17:54:26.822 INFO kablam! error[E0599]: no method named `at` found for type `regex::Captures<'_>` in the current scope Oct 21 17:54:26.822 INFO kablam! --> src/dkim/mod.rs:246:61 Oct 21 17:54:26.822 INFO kablam! | Oct 21 17:54:26.822 INFO kablam! 246 | Some(groups) => match (groups.at(1), groups.at(2)) { Oct 21 17:54:26.822 INFO kablam! | ^^ Oct 21 17:54:26.822 INFO kablam! Oct 21 17:54:26.831 INFO kablam! error[E0369]: binary operation `+` cannot be applied to type `std::vec::Vec` Oct 21 17:54:26.831 INFO kablam! --> src/dkim/canonicalizer.rs:56:18 Oct 21 17:54:26.831 INFO kablam! | Oct 21 17:54:26.831 INFO kablam! 56 | output = output + input; Oct 21 17:54:26.831 INFO kablam! | ^^^^^^^^^^^^^^ Oct 21 17:54:26.831 INFO kablam! | Oct 21 17:54:26.831 INFO kablam! = note: an implementation of `std::ops::Add` might be missing for `std::vec::Vec` Oct 21 17:54:26.831 INFO kablam! Oct 21 17:54:26.840 INFO kablam! error[E0369]: binary operation `+` cannot be applied to type `std::vec::Vec` Oct 21 17:54:26.840 INFO kablam! --> src/dkim/canonicalizer.rs:188:9 Oct 21 17:54:26.840 INFO kablam! | Oct 21 17:54:26.840 INFO kablam! 188 | result + b"\r\n" Oct 21 17:54:26.840 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 17:54:26.840 INFO kablam! | Oct 21 17:54:26.840 INFO kablam! = note: an implementation of `std::ops::Add` might be missing for `std::vec::Vec` Oct 21 17:54:26.840 INFO kablam! Oct 21 17:54:26.863 INFO kablam! error[E0369]: binary operation `+` cannot be applied to type `std::vec::Vec<_>` Oct 21 17:54:26.864 INFO kablam! --> src/dkim/canonicalizer.rs:200:39 Oct 21 17:54:26.864 INFO kablam! | Oct 21 17:54:26.864 INFO kablam! 200 | result.extend(canon.canonicalize(&(Vec::new() + b"Test\r\nTest \r\n\r\n"))); Oct 21 17:54:26.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:54:26.865 INFO kablam! | Oct 21 17:54:26.865 INFO kablam! = note: an implementation of `std::ops::Add` might be missing for `std::vec::Vec<_>` Oct 21 17:54:26.865 INFO kablam! Oct 21 17:54:26.865 INFO kablam! error[E0369]: binary operation `+` cannot be applied to type `std::vec::Vec<_>` Oct 21 17:54:26.866 INFO kablam! --> src/dkim/canonicalizer.rs:201:39 Oct 21 17:54:26.866 INFO kablam! | Oct 21 17:54:26.866 INFO kablam! 201 | result.extend(canon.canonicalize(&(Vec::new() + b"\r\none last line\r\n\r\n"))); Oct 21 17:54:26.866 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:54:26.867 INFO kablam! | Oct 21 17:54:26.867 INFO kablam! = note: an implementation of `std::ops::Add` might be missing for `std::vec::Vec<_>` Oct 21 17:54:26.867 INFO kablam! Oct 21 17:54:26.867 INFO kablam! error[E0369]: binary operation `+` cannot be applied to type `std::vec::Vec<_>` Oct 21 17:54:26.868 INFO kablam! --> src/dkim/canonicalizer.rs:215:39 Oct 21 17:54:26.868 INFO kablam! | Oct 21 17:54:26.868 INFO kablam! 215 | result.extend(canon.canonicalize(&(Vec::new() + b"Test\r\nTest \r\n\r\n"))); Oct 21 17:54:26.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:54:26.869 INFO kablam! | Oct 21 17:54:26.869 INFO kablam! = note: an implementation of `std::ops::Add` might be missing for `std::vec::Vec<_>` Oct 21 17:54:26.869 INFO kablam! Oct 21 17:54:26.869 INFO kablam! error[E0369]: binary operation `+` cannot be applied to type `std::vec::Vec<_>` Oct 21 17:54:26.869 INFO kablam! --> src/dkim/canonicalizer.rs:216:39 Oct 21 17:54:26.870 INFO kablam! | Oct 21 17:54:26.870 INFO kablam! 216 | result.extend(canon.canonicalize(&(Vec::new() + b"\r\none last \t line\r\n\r\n"))); Oct 21 17:54:26.870 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:54:26.870 INFO kablam! | Oct 21 17:54:26.871 INFO kablam! = note: an implementation of `std::ops::Add` might be missing for `std::vec::Vec<_>` Oct 21 17:54:26.871 INFO kablam! Oct 21 17:54:26.871 INFO kablam! error[E0369]: binary operation `+` cannot be applied to type `std::vec::Vec<_>` Oct 21 17:54:26.871 INFO kablam! --> src/dkim/canonicalizer.rs:232:50 Oct 21 17:54:26.872 INFO kablam! | Oct 21 17:54:26.872 INFO kablam! 232 | let result = canon.canonicalize(name, value, Vec::new() + raw); Oct 21 17:54:26.872 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 17:54:26.872 INFO kablam! | Oct 21 17:54:26.873 INFO kablam! = note: an implementation of `std::ops::Add` might be missing for `std::vec::Vec<_>` Oct 21 17:54:26.873 INFO kablam! Oct 21 17:54:26.873 INFO kablam! error[E0369]: binary operation `+` cannot be applied to type `std::vec::Vec<_>` Oct 21 17:54:26.873 INFO kablam! --> src/dkim/canonicalizer.rs:247:50 Oct 21 17:54:26.874 INFO kablam! | Oct 21 17:54:26.874 INFO kablam! 247 | let result = canon.canonicalize(name, value, Vec::new() + raw); Oct 21 17:54:26.874 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 17:54:26.874 INFO kablam! | Oct 21 17:54:26.875 INFO kablam! = note: an implementation of `std::ops::Add` might be missing for `std::vec::Vec<_>` Oct 21 17:54:26.875 INFO kablam! Oct 21 17:54:26.875 INFO kablam! error: aborting due to 23 previous errors Oct 21 17:54:26.875 INFO kablam! Oct 21 17:54:26.876 INFO kablam! Some errors occurred: E0308, E0369, E0412, E0425, E0433, E0599. Oct 21 17:54:26.876 INFO kablam! For more information about an error, try `rustc --explain E0308`. Oct 21 17:54:26.876 INFO kablam! error: Could not compile `mailcheck`. Oct 21 17:54:26.876 INFO kablam! Oct 21 17:54:26.877 INFO kablam! To learn more, run the command again with --verbose. Oct 21 17:54:26.877 INFO kablam! su: No module specific data is present Oct 21 17:54:27.340 INFO running `"docker" "rm" "-f" "c82876ecd09f91745e4ac0ad4843ae32bedd0369c1baced4dd02cf77b1cf3fbf"` Oct 21 17:54:27.644 INFO blam! c82876ecd09f91745e4ac0ad4843ae32bedd0369c1baced4dd02cf77b1cf3fbf