Aug 01 17:21:22.804 INFO checking ashfordneil/password-hash-util against 1.27.2 for lazy_static-1 Aug 01 17:21:22.804 INFO running: cargo +1.27.2 check --frozen --all --all-targets Aug 01 17:21:22.804 INFO creating container for: cargo +1.27.2 check --frozen --all --all-targets Aug 01 17:21:22.805 INFO running `"docker" "create" "-v" "/tmp/crater.bPNbcNOpY96I:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/lazy_static-1/worker-4/1.27.2:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home/git:/cargo-home/git:rw,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +1.27.2 check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Aug 01 17:21:23.044 INFO blam! 1165d5103600e25f5775d8fa224c5b21804f97146459217a66388c81a1cb6b5a Aug 01 17:21:23.045 INFO running `"docker" "start" "-a" "1165d5103600e25f5775d8fa224c5b21804f97146459217a66388c81a1cb6b5a"` Aug 01 17:21:23.931 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Aug 01 17:21:23.931 INFO kablam! disables Cargo from automatically inferring other binary targets. Aug 01 17:21:23.931 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Aug 01 17:21:23.932 INFO kablam! files will be included as a binary target: Aug 01 17:21:23.932 INFO kablam! Aug 01 17:21:23.932 INFO kablam! * /source/src/main.rs Aug 01 17:21:23.932 INFO kablam! Aug 01 17:21:23.932 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Aug 01 17:21:23.932 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Aug 01 17:21:23.932 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Aug 01 17:21:23.932 INFO kablam! section. You may also move the files to a location where Cargo would not Aug 01 17:21:23.932 INFO kablam! automatically infer them to be a target, such as in subfolders. Aug 01 17:21:23.932 INFO kablam! Aug 01 17:21:23.932 INFO kablam! For more information on this warning you can consult Aug 01 17:21:23.932 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Aug 01 17:21:23.932 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `pw`, Aug 01 17:21:23.932 INFO kablam! please set bin.path in Cargo.toml Aug 01 17:21:24.043 INFO kablam! Checking pwhash v0.2.0 Aug 01 17:21:26.115 INFO kablam! Checking password-hash-util v0.1.0 (file:///source) Aug 01 17:21:27.005 INFO kablam! warning: use of deprecated item 'pwhash::bsdi_crypt::hash': don't use this algorithm for new passwords Aug 01 17:21:27.005 INFO kablam! --> src/main.rs:54:45 Aug 01 17:21:27.005 INFO kablam! | Aug 01 17:21:27.005 INFO kablam! 54 | Some("bsdi_crypt") => (Box::new(bsdi_crypt::hash), Box::new(bsdi_crypt::verify)), Aug 01 17:21:27.006 INFO kablam! | ^^^^^^^^^^^^^^^^ Aug 01 17:21:27.006 INFO kablam! | Aug 01 17:21:27.006 INFO kablam! = note: #[warn(deprecated)] on by default Aug 01 17:21:27.007 INFO kablam! Aug 01 17:21:27.007 INFO kablam! warning: use of deprecated item 'pwhash::md5_crypt::hash': don't use this algorithm for new passwords Aug 01 17:21:27.007 INFO kablam! --> src/main.rs:55:44 Aug 01 17:21:27.007 INFO kablam! | Aug 01 17:21:27.007 INFO kablam! 55 | Some("md5_crypt") => (Box::new(md5_crypt::hash), Box::new(md5_crypt::verify)), Aug 01 17:21:27.007 INFO kablam! | ^^^^^^^^^^^^^^^ Aug 01 17:21:27.008 INFO kablam! Aug 01 17:21:27.008 INFO kablam! warning: use of deprecated item 'pwhash::sha256_crypt::hash': don't use this algorithm for new passwords Aug 01 17:21:27.008 INFO kablam! --> src/main.rs:57:47 Aug 01 17:21:27.008 INFO kablam! | Aug 01 17:21:27.008 INFO kablam! 57 | Some("sha256_crypt") => (Box::new(sha256_crypt::hash), Box::new(sha256_crypt::verify)), Aug 01 17:21:27.009 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Aug 01 17:21:27.009 INFO kablam! Aug 01 17:21:27.009 INFO kablam! warning: use of deprecated item 'pwhash::unix_crypt::hash': don't use this algorithm for new passwords Aug 01 17:21:27.010 INFO kablam! --> src/main.rs:59:45 Aug 01 17:21:27.010 INFO kablam! | Aug 01 17:21:27.010 INFO kablam! 59 | Some("unix_crypt") => (Box::new(unix_crypt::hash), Box::new(unix_crypt::verify)), Aug 01 17:21:27.010 INFO kablam! | ^^^^^^^^^^^^^^^^ Aug 01 17:21:27.010 INFO kablam! Aug 01 17:21:27.071 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:27.071 INFO kablam! --> src/main.rs:53:39 Aug 01 17:21:27.071 INFO kablam! | Aug 01 17:21:27.071 INFO kablam! 53 | Some("bcrypt") | None => (Box::new(bcrypt::hash), Box::new(bcrypt::verify)), Aug 01 17:21:27.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:27.071 INFO kablam! | | Aug 01 17:21:27.071 INFO kablam! | expected signature of `for<'r> fn(&'r str) -> _` Aug 01 17:21:27.071 INFO kablam! | found signature of `fn(_) -> _` Aug 01 17:21:27.072 INFO kablam! | Aug 01 17:21:27.072 INFO kablam! = note: required for the cast to the object type `for<'r> std::ops::Fn(&'r str) -> std::result::Result` Aug 01 17:21:27.073 INFO kablam! Aug 01 17:21:27.073 INFO kablam! error[E0271]: type mismatch resolving `for<'r> std::result::Result {pwhash::bcrypt::hash::<_>} as std::ops::FnOnce<(&'r str,)>>::Output == std::result::Result` Aug 01 17:21:27.073 INFO kablam! --> src/main.rs:53:39 Aug 01 17:21:27.073 INFO kablam! | Aug 01 17:21:27.073 INFO kablam! 53 | Some("bcrypt") | None => (Box::new(bcrypt::hash), Box::new(bcrypt::verify)), Aug 01 17:21:27.073 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:27.074 INFO kablam! | Aug 01 17:21:27.074 INFO kablam! = note: required for the cast to the object type `for<'r> std::ops::Fn(&'r str) -> std::result::Result` Aug 01 17:21:27.075 INFO kablam! Aug 01 17:21:27.076 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:27.076 INFO kablam! --> src/main.rs:53:63 Aug 01 17:21:27.076 INFO kablam! | Aug 01 17:21:27.076 INFO kablam! 53 | Some("bcrypt") | None => (Box::new(bcrypt::hash), Box::new(bcrypt::verify)), Aug 01 17:21:27.076 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:27.076 INFO kablam! | | Aug 01 17:21:27.076 INFO kablam! | expected signature of `for<'r, 's> fn(&'r str, &'s str) -> _` Aug 01 17:21:27.076 INFO kablam! | found signature of `for<'r> fn(_, &'r str) -> _` Aug 01 17:21:27.077 INFO kablam! | Aug 01 17:21:27.077 INFO kablam! = note: required for the cast to the object type `for<'r, 's> std::ops::Fn(&'r str, &'s str) -> bool` Aug 01 17:21:27.078 INFO kablam! Aug 01 17:21:27.078 INFO kablam! error[E0271]: type mismatch resolving `for<'r, 's> fn(_, &'t0 str) -> bool {pwhash::bcrypt::verify::<_>} as std::ops::FnOnce<(&'r str, &'s str)>>::Output == bool` Aug 01 17:21:27.078 INFO kablam! --> src/main.rs:53:63 Aug 01 17:21:27.078 INFO kablam! | Aug 01 17:21:27.078 INFO kablam! 53 | Some("bcrypt") | None => (Box::new(bcrypt::hash), Box::new(bcrypt::verify)), Aug 01 17:21:27.078 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:27.079 INFO kablam! | Aug 01 17:21:27.079 INFO kablam! = note: required for the cast to the object type `for<'r, 's> std::ops::Fn(&'r str, &'s str) -> bool` Aug 01 17:21:27.080 INFO kablam! Aug 01 17:21:27.081 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:27.081 INFO kablam! --> src/main.rs:54:36 Aug 01 17:21:27.081 INFO kablam! | Aug 01 17:21:27.081 INFO kablam! 54 | Some("bsdi_crypt") => (Box::new(bsdi_crypt::hash), Box::new(bsdi_crypt::verify)), Aug 01 17:21:27.081 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:27.081 INFO kablam! | | Aug 01 17:21:27.081 INFO kablam! | expected signature of `for<'r> fn(&'r str) -> _` Aug 01 17:21:27.081 INFO kablam! | found signature of `fn(_) -> _` Aug 01 17:21:27.082 INFO kablam! | Aug 01 17:21:27.082 INFO kablam! = note: required for the cast to the object type `for<'r> std::ops::Fn(&'r str) -> std::result::Result` Aug 01 17:21:27.082 INFO kablam! Aug 01 17:21:27.083 INFO kablam! error[E0271]: type mismatch resolving `for<'r> std::result::Result {pwhash::bsdi_crypt::hash::<_>} as std::ops::FnOnce<(&'r str,)>>::Output == std::result::Result` Aug 01 17:21:27.083 INFO kablam! --> src/main.rs:54:36 Aug 01 17:21:27.083 INFO kablam! | Aug 01 17:21:27.083 INFO kablam! 54 | Some("bsdi_crypt") => (Box::new(bsdi_crypt::hash), Box::new(bsdi_crypt::verify)), Aug 01 17:21:27.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:27.084 INFO kablam! | Aug 01 17:21:27.084 INFO kablam! = note: required for the cast to the object type `for<'r> std::ops::Fn(&'r str) -> std::result::Result` Aug 01 17:21:27.084 INFO kablam! Aug 01 17:21:27.086 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:27.086 INFO kablam! --> src/main.rs:54:64 Aug 01 17:21:27.086 INFO kablam! | Aug 01 17:21:27.086 INFO kablam! 54 | Some("bsdi_crypt") => (Box::new(bsdi_crypt::hash), Box::new(bsdi_crypt::verify)), Aug 01 17:21:27.086 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:27.086 INFO kablam! | | Aug 01 17:21:27.086 INFO kablam! | expected signature of `for<'r, 's> fn(&'r str, &'s str) -> _` Aug 01 17:21:27.086 INFO kablam! | found signature of `for<'r> fn(_, &'r str) -> _` Aug 01 17:21:27.087 INFO kablam! | Aug 01 17:21:27.087 INFO kablam! = note: required for the cast to the object type `for<'r, 's> std::ops::Fn(&'r str, &'s str) -> bool` Aug 01 17:21:27.087 INFO kablam! Aug 01 17:21:27.088 INFO kablam! error[E0271]: type mismatch resolving `for<'r, 's> fn(_, &'t0 str) -> bool {pwhash::bsdi_crypt::verify::<_>} as std::ops::FnOnce<(&'r str, &'s str)>>::Output == bool` Aug 01 17:21:27.088 INFO kablam! --> src/main.rs:54:64 Aug 01 17:21:27.088 INFO kablam! | Aug 01 17:21:27.088 INFO kablam! 54 | Some("bsdi_crypt") => (Box::new(bsdi_crypt::hash), Box::new(bsdi_crypt::verify)), Aug 01 17:21:27.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:27.088 INFO kablam! | Aug 01 17:21:27.089 INFO kablam! = note: required for the cast to the object type `for<'r, 's> std::ops::Fn(&'r str, &'s str) -> bool` Aug 01 17:21:27.089 INFO kablam! Aug 01 17:21:27.090 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:27.090 INFO kablam! --> src/main.rs:55:35 Aug 01 17:21:27.090 INFO kablam! | Aug 01 17:21:27.090 INFO kablam! 55 | Some("md5_crypt") => (Box::new(md5_crypt::hash), Box::new(md5_crypt::verify)), Aug 01 17:21:27.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:27.090 INFO kablam! | | Aug 01 17:21:27.090 INFO kablam! | expected signature of `for<'r> fn(&'r str) -> _` Aug 01 17:21:27.090 INFO kablam! | found signature of `fn(_) -> _` Aug 01 17:21:27.091 INFO kablam! | Aug 01 17:21:27.091 INFO kablam! = note: required for the cast to the object type `for<'r> std::ops::Fn(&'r str) -> std::result::Result` Aug 01 17:21:27.091 INFO kablam! Aug 01 17:21:27.092 INFO kablam! error[E0271]: type mismatch resolving `for<'r> std::result::Result {pwhash::md5_crypt::hash::<_>} as std::ops::FnOnce<(&'r str,)>>::Output == std::result::Result` Aug 01 17:21:27.092 INFO kablam! --> src/main.rs:55:35 Aug 01 17:21:27.092 INFO kablam! | Aug 01 17:21:27.092 INFO kablam! 55 | Some("md5_crypt") => (Box::new(md5_crypt::hash), Box::new(md5_crypt::verify)), Aug 01 17:21:27.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:27.093 INFO kablam! | Aug 01 17:21:27.093 INFO kablam! = note: required for the cast to the object type `for<'r> std::ops::Fn(&'r str) -> std::result::Result` Aug 01 17:21:27.093 INFO kablam! Aug 01 17:21:27.095 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:27.095 INFO kablam! --> src/main.rs:55:62 Aug 01 17:21:27.095 INFO kablam! | Aug 01 17:21:27.095 INFO kablam! 55 | Some("md5_crypt") => (Box::new(md5_crypt::hash), Box::new(md5_crypt::verify)), Aug 01 17:21:27.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:27.095 INFO kablam! | | Aug 01 17:21:27.095 INFO kablam! | expected signature of `for<'r, 's> fn(&'r str, &'s str) -> _` Aug 01 17:21:27.095 INFO kablam! | found signature of `for<'r> fn(_, &'r str) -> _` Aug 01 17:21:27.096 INFO kablam! warning: use of deprecated item 'pwhash::bsdi_crypt::hash': don't use this algorithm for new passwords Aug 01 17:21:27.096 INFO kablam! --> src/main.rs:54:45 Aug 01 17:21:27.096 INFO kablam! | Aug 01 17:21:27.096 INFO kablam! 54 | Some("bsdi_crypt") => (Box::new(bsdi_crypt::hash), Box::new(bsdi_crypt::verify)), Aug 01 17:21:27.096 INFO kablam! | ^^^^^^^^^^^^^^^^ Aug 01 17:21:27.096 INFO kablam! | Aug 01 17:21:27.096 INFO kablam! = note: #[warn(deprecated)] on by default Aug 01 17:21:27.096 INFO kablam! Aug 01 17:21:27.096 INFO kablam! warning: use of deprecated item 'pwhash::md5_crypt::hash': don't use this algorithm for new passwords Aug 01 17:21:27.096 INFO kablam! --> src/main.rs:55:44 Aug 01 17:21:27.096 INFO kablam! | Aug 01 17:21:27.096 INFO kablam! 55 | Some("md5_crypt") => (Box::new(md5_crypt::hash), Box::new(md5_crypt::verify)), Aug 01 17:21:27.096 INFO kablam! | ^^^^^^^^^^^^^^^ Aug 01 17:21:27.096 INFO kablam! Aug 01 17:21:27.096 INFO kablam! warning: use of deprecated item 'pwhash::sha256_crypt::hash': don't use this algorithm for new passwords Aug 01 17:21:27.096 INFO kablam! --> src/main.rs:57:47 Aug 01 17:21:27.096 INFO kablam! | Aug 01 17:21:27.096 INFO kablam! 57 | Some("sha256_crypt") => (Box::new(sha256_crypt::hash), Box::new(sha256_crypt::verify)), Aug 01 17:21:27.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Aug 01 17:21:27.096 INFO kablam! Aug 01 17:21:27.096 INFO kablam! warning: use of deprecated item 'pwhash::unix_crypt::hash': don't use this algorithm for new passwords Aug 01 17:21:27.096 INFO kablam! --> src/main.rs:59:45 Aug 01 17:21:27.096 INFO kablam! | Aug 01 17:21:27.096 INFO kablam! 59 | Some("unix_crypt") => (Box::new(unix_crypt::hash), Box::new(unix_crypt::verify)), Aug 01 17:21:27.096 INFO kablam! | ^^^^^^^^^^^^^^^^ Aug 01 17:21:27.096 INFO kablam! Aug 01 17:21:27.098 INFO kablam! | Aug 01 17:21:27.098 INFO kablam! = note: required for the cast to the object type `for<'r, 's> std::ops::Fn(&'r str, &'s str) -> bool` Aug 01 17:21:27.098 INFO kablam! Aug 01 17:21:27.099 INFO kablam! error[E0271]: type mismatch resolving `for<'r, 's> fn(_, &'t0 str) -> bool {pwhash::md5_crypt::verify::<_>} as std::ops::FnOnce<(&'r str, &'s str)>>::Output == bool` Aug 01 17:21:27.099 INFO kablam! --> src/main.rs:55:62 Aug 01 17:21:27.099 INFO kablam! | Aug 01 17:21:27.099 INFO kablam! 55 | Some("md5_crypt") => (Box::new(md5_crypt::hash), Box::new(md5_crypt::verify)), Aug 01 17:21:27.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:27.100 INFO kablam! | Aug 01 17:21:27.100 INFO kablam! = note: required for the cast to the object type `for<'r, 's> std::ops::Fn(&'r str, &'s str) -> bool` Aug 01 17:21:27.100 INFO kablam! Aug 01 17:21:27.101 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:27.101 INFO kablam! --> src/main.rs:56:36 Aug 01 17:21:27.101 INFO kablam! | Aug 01 17:21:27.101 INFO kablam! 56 | Some("sha1_crypt") => (Box::new(sha1_crypt::hash), Box::new(sha1_crypt::verify)), Aug 01 17:21:27.101 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:27.101 INFO kablam! | | Aug 01 17:21:27.101 INFO kablam! | expected signature of `for<'r> fn(&'r str) -> _` Aug 01 17:21:27.102 INFO kablam! | found signature of `fn(_) -> _` Aug 01 17:21:27.102 INFO kablam! | Aug 01 17:21:27.102 INFO kablam! = note: required for the cast to the object type `for<'r> std::ops::Fn(&'r str) -> std::result::Result` Aug 01 17:21:27.103 INFO kablam! Aug 01 17:21:27.103 INFO kablam! error[E0271]: type mismatch resolving `for<'r> std::result::Result {pwhash::sha1_crypt::hash::<_>} as std::ops::FnOnce<(&'r str,)>>::Output == std::result::Result` Aug 01 17:21:27.103 INFO kablam! --> src/main.rs:56:36 Aug 01 17:21:27.103 INFO kablam! | Aug 01 17:21:27.103 INFO kablam! 56 | Some("sha1_crypt") => (Box::new(sha1_crypt::hash), Box::new(sha1_crypt::verify)), Aug 01 17:21:27.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:27.104 INFO kablam! | Aug 01 17:21:27.104 INFO kablam! = note: required for the cast to the object type `for<'r> std::ops::Fn(&'r str) -> std::result::Result` Aug 01 17:21:27.105 INFO kablam! Aug 01 17:21:27.106 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:27.106 INFO kablam! --> src/main.rs:56:64 Aug 01 17:21:27.106 INFO kablam! | Aug 01 17:21:27.106 INFO kablam! 56 | Some("sha1_crypt") => (Box::new(sha1_crypt::hash), Box::new(sha1_crypt::verify)), Aug 01 17:21:27.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:27.106 INFO kablam! | | Aug 01 17:21:27.106 INFO kablam! | expected signature of `for<'r, 's> fn(&'r str, &'s str) -> _` Aug 01 17:21:27.106 INFO kablam! | found signature of `for<'r> fn(_, &'r str) -> _` Aug 01 17:21:27.107 INFO kablam! | Aug 01 17:21:27.107 INFO kablam! = note: required for the cast to the object type `for<'r, 's> std::ops::Fn(&'r str, &'s str) -> bool` Aug 01 17:21:27.108 INFO kablam! Aug 01 17:21:27.108 INFO kablam! error[E0271]: type mismatch resolving `for<'r, 's> fn(_, &'t0 str) -> bool {pwhash::sha1_crypt::verify::<_>} as std::ops::FnOnce<(&'r str, &'s str)>>::Output == bool` Aug 01 17:21:27.108 INFO kablam! --> src/main.rs:56:64 Aug 01 17:21:27.108 INFO kablam! | Aug 01 17:21:27.108 INFO kablam! 56 | Some("sha1_crypt") => (Box::new(sha1_crypt::hash), Box::new(sha1_crypt::verify)), Aug 01 17:21:27.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:27.116 INFO kablam! | Aug 01 17:21:27.117 INFO kablam! = note: required for the cast to the object type `for<'r, 's> std::ops::Fn(&'r str, &'s str) -> bool` Aug 01 17:21:27.117 INFO kablam! Aug 01 17:21:27.118 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:27.118 INFO kablam! --> src/main.rs:57:38 Aug 01 17:21:27.118 INFO kablam! | Aug 01 17:21:27.119 INFO kablam! 57 | Some("sha256_crypt") => (Box::new(sha256_crypt::hash), Box::new(sha256_crypt::verify)), Aug 01 17:21:27.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:27.119 INFO kablam! | | Aug 01 17:21:27.119 INFO kablam! | expected signature of `for<'r> fn(&'r str) -> _` Aug 01 17:21:27.119 INFO kablam! | found signature of `fn(_) -> _` Aug 01 17:21:27.119 INFO kablam! | Aug 01 17:21:27.120 INFO kablam! = note: required for the cast to the object type `for<'r> std::ops::Fn(&'r str) -> std::result::Result` Aug 01 17:21:27.120 INFO kablam! Aug 01 17:21:27.121 INFO kablam! error[E0271]: type mismatch resolving `for<'r> std::result::Result {pwhash::sha256_crypt::hash::<_>} as std::ops::FnOnce<(&'r str,)>>::Output == std::result::Result` Aug 01 17:21:27.121 INFO kablam! --> src/main.rs:57:38 Aug 01 17:21:27.121 INFO kablam! | Aug 01 17:21:27.121 INFO kablam! 57 | Some("sha256_crypt") => (Box::new(sha256_crypt::hash), Box::new(sha256_crypt::verify)), Aug 01 17:21:27.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:27.121 INFO kablam! | Aug 01 17:21:27.122 INFO kablam! = note: required for the cast to the object type `for<'r> std::ops::Fn(&'r str) -> std::result::Result` Aug 01 17:21:27.122 INFO kablam! Aug 01 17:21:27.124 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:27.124 INFO kablam! --> src/main.rs:57:68 Aug 01 17:21:27.124 INFO kablam! | Aug 01 17:21:27.124 INFO kablam! 57 | Some("sha256_crypt") => (Box::new(sha256_crypt::hash), Box::new(sha256_crypt::verify)), Aug 01 17:21:27.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:27.124 INFO kablam! | | Aug 01 17:21:27.124 INFO kablam! | expected signature of `for<'r, 's> fn(&'r str, &'s str) -> _` Aug 01 17:21:27.124 INFO kablam! | found signature of `for<'r> fn(_, &'r str) -> _` Aug 01 17:21:27.125 INFO kablam! | Aug 01 17:21:27.125 INFO kablam! = note: required for the cast to the object type `for<'r, 's> std::ops::Fn(&'r str, &'s str) -> bool` Aug 01 17:21:27.125 INFO kablam! Aug 01 17:21:27.126 INFO kablam! error[E0271]: type mismatch resolving `for<'r, 's> fn(_, &'t0 str) -> bool {pwhash::sha256_crypt::verify::<_>} as std::ops::FnOnce<(&'r str, &'s str)>>::Output == bool` Aug 01 17:21:27.126 INFO kablam! --> src/main.rs:57:68 Aug 01 17:21:27.126 INFO kablam! | Aug 01 17:21:27.126 INFO kablam! 57 | Some("sha256_crypt") => (Box::new(sha256_crypt::hash), Box::new(sha256_crypt::verify)), Aug 01 17:21:27.126 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:27.127 INFO kablam! | Aug 01 17:21:27.127 INFO kablam! = note: required for the cast to the object type `for<'r, 's> std::ops::Fn(&'r str, &'s str) -> bool` Aug 01 17:21:27.127 INFO kablam! Aug 01 17:21:27.129 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:27.129 INFO kablam! --> src/main.rs:58:38 Aug 01 17:21:27.129 INFO kablam! | Aug 01 17:21:27.129 INFO kablam! 58 | Some("sha512_crypt") => (Box::new(sha512_crypt::hash), Box::new(sha512_crypt::verify)), Aug 01 17:21:27.129 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:27.129 INFO kablam! | | Aug 01 17:21:27.129 INFO kablam! | expected signature of `for<'r> fn(&'r str) -> _` Aug 01 17:21:27.129 INFO kablam! | found signature of `fn(_) -> _` Aug 01 17:21:27.129 INFO kablam! | Aug 01 17:21:27.130 INFO kablam! = note: required for the cast to the object type `for<'r> std::ops::Fn(&'r str) -> std::result::Result` Aug 01 17:21:27.130 INFO kablam! Aug 01 17:21:27.131 INFO kablam! error[E0271]: type mismatch resolving `for<'r> std::result::Result {pwhash::sha512_crypt::hash::<_>} as std::ops::FnOnce<(&'r str,)>>::Output == std::result::Result` Aug 01 17:21:27.131 INFO kablam! --> src/main.rs:58:38 Aug 01 17:21:27.131 INFO kablam! | Aug 01 17:21:27.131 INFO kablam! 58 | Some("sha512_crypt") => (Box::new(sha512_crypt::hash), Box::new(sha512_crypt::verify)), Aug 01 17:21:27.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:27.131 INFO kablam! | Aug 01 17:21:27.132 INFO kablam! = note: required for the cast to the object type `for<'r> std::ops::Fn(&'r str) -> std::result::Result` Aug 01 17:21:27.132 INFO kablam! Aug 01 17:21:27.133 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:27.133 INFO kablam! --> src/main.rs:58:68 Aug 01 17:21:27.133 INFO kablam! | Aug 01 17:21:27.133 INFO kablam! 58 | Some("sha512_crypt") => (Box::new(sha512_crypt::hash), Box::new(sha512_crypt::verify)), Aug 01 17:21:27.133 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:27.133 INFO kablam! | | Aug 01 17:21:27.133 INFO kablam! | expected signature of `for<'r, 's> fn(&'r str, &'s str) -> _` Aug 01 17:21:27.133 INFO kablam! | found signature of `for<'r> fn(_, &'r str) -> _` Aug 01 17:21:27.134 INFO kablam! | Aug 01 17:21:27.134 INFO kablam! = note: required for the cast to the object type `for<'r, 's> std::ops::Fn(&'r str, &'s str) -> bool` Aug 01 17:21:27.135 INFO kablam! Aug 01 17:21:27.135 INFO kablam! error[E0271]: type mismatch resolving `for<'r, 's> fn(_, &'t0 str) -> bool {pwhash::sha512_crypt::verify::<_>} as std::ops::FnOnce<(&'r str, &'s str)>>::Output == bool` Aug 01 17:21:27.135 INFO kablam! --> src/main.rs:58:68 Aug 01 17:21:27.135 INFO kablam! | Aug 01 17:21:27.135 INFO kablam! 58 | Some("sha512_crypt") => (Box::new(sha512_crypt::hash), Box::new(sha512_crypt::verify)), Aug 01 17:21:27.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:27.136 INFO kablam! | Aug 01 17:21:27.136 INFO kablam! = note: required for the cast to the object type `for<'r, 's> std::ops::Fn(&'r str, &'s str) -> bool` Aug 01 17:21:27.136 INFO kablam! Aug 01 17:21:27.138 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:27.138 INFO kablam! --> src/main.rs:59:36 Aug 01 17:21:27.138 INFO kablam! | Aug 01 17:21:27.138 INFO kablam! 59 | Some("unix_crypt") => (Box::new(unix_crypt::hash), Box::new(unix_crypt::verify)), Aug 01 17:21:27.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:27.138 INFO kablam! | | Aug 01 17:21:27.138 INFO kablam! | expected signature of `for<'r> fn(&'r str) -> _` Aug 01 17:21:27.138 INFO kablam! | found signature of `fn(_) -> _` Aug 01 17:21:27.138 INFO kablam! | Aug 01 17:21:27.139 INFO kablam! = note: required for the cast to the object type `for<'r> std::ops::Fn(&'r str) -> std::result::Result` Aug 01 17:21:27.139 INFO kablam! Aug 01 17:21:27.140 INFO kablam! error[E0271]: type mismatch resolving `for<'r> std::result::Result {pwhash::unix_crypt::hash::<_>} as std::ops::FnOnce<(&'r str,)>>::Output == std::result::Result` Aug 01 17:21:27.140 INFO kablam! --> src/main.rs:59:36 Aug 01 17:21:27.140 INFO kablam! | Aug 01 17:21:27.140 INFO kablam! 59 | Some("unix_crypt") => (Box::new(unix_crypt::hash), Box::new(unix_crypt::verify)), Aug 01 17:21:27.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:27.140 INFO kablam! | Aug 01 17:21:27.140 INFO kablam! = note: required for the cast to the object type `for<'r> std::ops::Fn(&'r str) -> std::result::Result` Aug 01 17:21:27.141 INFO kablam! Aug 01 17:21:27.142 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:27.142 INFO kablam! --> src/main.rs:59:64 Aug 01 17:21:27.142 INFO kablam! | Aug 01 17:21:27.142 INFO kablam! 59 | Some("unix_crypt") => (Box::new(unix_crypt::hash), Box::new(unix_crypt::verify)), Aug 01 17:21:27.142 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:27.142 INFO kablam! | | Aug 01 17:21:27.142 INFO kablam! | expected signature of `for<'r, 's> fn(&'r str, &'s str) -> _` Aug 01 17:21:27.142 INFO kablam! | found signature of `for<'r> fn(_, &'r str) -> _` Aug 01 17:21:27.143 INFO kablam! | Aug 01 17:21:27.143 INFO kablam! = note: required for the cast to the object type `for<'r, 's> std::ops::Fn(&'r str, &'s str) -> bool` Aug 01 17:21:27.144 INFO kablam! Aug 01 17:21:27.144 INFO kablam! error[E0271]: type mismatch resolving `for<'r, 's> fn(_, &'t0 str) -> bool {pwhash::unix_crypt::verify::<_>} as std::ops::FnOnce<(&'r str, &'s str)>>::Output == bool` Aug 01 17:21:27.144 INFO kablam! --> src/main.rs:59:64 Aug 01 17:21:27.144 INFO kablam! | Aug 01 17:21:27.144 INFO kablam! 59 | Some("unix_crypt") => (Box::new(unix_crypt::hash), Box::new(unix_crypt::verify)), Aug 01 17:21:27.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:27.145 INFO kablam! | Aug 01 17:21:27.145 INFO kablam! = note: required for the cast to the object type `for<'r, 's> std::ops::Fn(&'r str, &'s str) -> bool` Aug 01 17:21:27.145 INFO kablam! Aug 01 17:21:27.153 INFO kablam! error: aborting due to 28 previous errors Aug 01 17:21:27.153 INFO kablam! Aug 01 17:21:27.154 INFO kablam! Some errors occurred: E0271, E0631. Aug 01 17:21:27.154 INFO kablam! For more information about an error, try `rustc --explain E0271`. Aug 01 17:21:27.198 INFO kablam! error: Could not compile `password-hash-util`. Aug 01 17:21:27.198 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 01 17:21:27.235 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:27.235 INFO kablam! --> src/main.rs:53:39 Aug 01 17:21:27.235 INFO kablam! | Aug 01 17:21:27.235 INFO kablam! 53 | Some("bcrypt") | None => (Box::new(bcrypt::hash), Box::new(bcrypt::verify)), Aug 01 17:21:27.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:27.235 INFO kablam! | | Aug 01 17:21:27.235 INFO kablam! | expected signature of `for<'r> fn(&'r str) -> _` Aug 01 17:21:27.235 INFO kablam! | found signature of `fn(_) -> _` Aug 01 17:21:27.235 INFO kablam! | Aug 01 17:21:27.235 INFO kablam! = note: required for the cast to the object type `for<'r> std::ops::Fn(&'r str) -> std::result::Result` Aug 01 17:21:27.235 INFO kablam! Aug 01 17:21:27.236 INFO kablam! error[E0271]: type mismatch resolving `for<'r> std::result::Result {pwhash::bcrypt::hash::<_>} as std::ops::FnOnce<(&'r str,)>>::Output == std::result::Result` Aug 01 17:21:27.236 INFO kablam! --> src/main.rs:53:39 Aug 01 17:21:27.236 INFO kablam! | Aug 01 17:21:27.236 INFO kablam! 53 | Some("bcrypt") | None => (Box::new(bcrypt::hash), Box::new(bcrypt::verify)), Aug 01 17:21:27.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:27.236 INFO kablam! | Aug 01 17:21:27.236 INFO kablam! = note: required for the cast to the object type `for<'r> std::ops::Fn(&'r str) -> std::result::Result` Aug 01 17:21:27.236 INFO kablam! Aug 01 17:21:27.236 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:27.236 INFO kablam! --> src/main.rs:53:63 Aug 01 17:21:27.237 INFO kablam! | Aug 01 17:21:27.237 INFO kablam! 53 | Some("bcrypt") | None => (Box::new(bcrypt::hash), Box::new(bcrypt::verify)), Aug 01 17:21:27.237 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:27.237 INFO kablam! | | Aug 01 17:21:27.237 INFO kablam! | expected signature of `for<'r, 's> fn(&'r str, &'s str) -> _` Aug 01 17:21:27.237 INFO kablam! | found signature of `for<'r> fn(_, &'r str) -> _` Aug 01 17:21:27.237 INFO kablam! | Aug 01 17:21:27.237 INFO kablam! = note: required for the cast to the object type `for<'r, 's> std::ops::Fn(&'r str, &'s str) -> bool` Aug 01 17:21:27.237 INFO kablam! Aug 01 17:21:27.237 INFO kablam! error[E0271]: type mismatch resolving `for<'r, 's> fn(_, &'t0 str) -> bool {pwhash::bcrypt::verify::<_>} as std::ops::FnOnce<(&'r str, &'s str)>>::Output == bool` Aug 01 17:21:27.237 INFO kablam! --> src/main.rs:53:63 Aug 01 17:21:27.237 INFO kablam! | Aug 01 17:21:27.237 INFO kablam! 53 | Some("bcrypt") | None => (Box::new(bcrypt::hash), Box::new(bcrypt::verify)), Aug 01 17:21:27.237 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:27.237 INFO kablam! | Aug 01 17:21:27.237 INFO kablam! = note: required for the cast to the object type `for<'r, 's> std::ops::Fn(&'r str, &'s str) -> bool` Aug 01 17:21:27.237 INFO kablam! Aug 01 17:21:27.239 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:27.239 INFO kablam! --> src/main.rs:54:36 Aug 01 17:21:27.239 INFO kablam! | Aug 01 17:21:27.239 INFO kablam! 54 | Some("bsdi_crypt") => (Box::new(bsdi_crypt::hash), Box::new(bsdi_crypt::verify)), Aug 01 17:21:27.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:27.239 INFO kablam! | | Aug 01 17:21:27.239 INFO kablam! | expected signature of `for<'r> fn(&'r str) -> _` Aug 01 17:21:27.239 INFO kablam! | found signature of `fn(_) -> _` Aug 01 17:21:27.239 INFO kablam! | Aug 01 17:21:27.239 INFO kablam! = note: required for the cast to the object type `for<'r> std::ops::Fn(&'r str) -> std::result::Result` Aug 01 17:21:27.239 INFO kablam! Aug 01 17:21:27.239 INFO kablam! error[E0271]: type mismatch resolving `for<'r> std::result::Result {pwhash::bsdi_crypt::hash::<_>} as std::ops::FnOnce<(&'r str,)>>::Output == std::result::Result` Aug 01 17:21:27.239 INFO kablam! --> src/main.rs:54:36 Aug 01 17:21:27.239 INFO kablam! | Aug 01 17:21:27.239 INFO kablam! 54 | Some("bsdi_crypt") => (Box::new(bsdi_crypt::hash), Box::new(bsdi_crypt::verify)), Aug 01 17:21:27.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:27.239 INFO kablam! | Aug 01 17:21:27.239 INFO kablam! = note: required for the cast to the object type `for<'r> std::ops::Fn(&'r str) -> std::result::Result` Aug 01 17:21:27.239 INFO kablam! Aug 01 17:21:27.239 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:27.240 INFO kablam! --> src/main.rs:54:64 Aug 01 17:21:27.240 INFO kablam! | Aug 01 17:21:27.240 INFO kablam! 54 | Some("bsdi_crypt") => (Box::new(bsdi_crypt::hash), Box::new(bsdi_crypt::verify)), Aug 01 17:21:27.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:27.240 INFO kablam! | | Aug 01 17:21:27.240 INFO kablam! | expected signature of `for<'r, 's> fn(&'r str, &'s str) -> _` Aug 01 17:21:27.240 INFO kablam! | found signature of `for<'r> fn(_, &'r str) -> _` Aug 01 17:21:27.248 INFO kablam! | Aug 01 17:21:27.248 INFO kablam! = note: required for the cast to the object type `for<'r, 's> std::ops::Fn(&'r str, &'s str) -> bool` Aug 01 17:21:27.248 INFO kablam! Aug 01 17:21:27.249 INFO kablam! error[E0271]: type mismatch resolving `for<'r, 's> fn(_, &'t0 str) -> bool {pwhash::bsdi_crypt::verify::<_>} as std::ops::FnOnce<(&'r str, &'s str)>>::Output == bool` Aug 01 17:21:27.249 INFO kablam! --> src/main.rs:54:64 Aug 01 17:21:27.249 INFO kablam! | Aug 01 17:21:27.249 INFO kablam! 54 | Some("bsdi_crypt") => (Box::new(bsdi_crypt::hash), Box::new(bsdi_crypt::verify)), Aug 01 17:21:27.249 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:27.249 INFO kablam! | Aug 01 17:21:27.249 INFO kablam! = note: required for the cast to the object type `for<'r, 's> std::ops::Fn(&'r str, &'s str) -> bool` Aug 01 17:21:27.249 INFO kablam! Aug 01 17:21:27.250 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:27.250 INFO kablam! --> src/main.rs:55:35 Aug 01 17:21:27.250 INFO kablam! | Aug 01 17:21:27.250 INFO kablam! 55 | Some("md5_crypt") => (Box::new(md5_crypt::hash), Box::new(md5_crypt::verify)), Aug 01 17:21:27.250 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:27.250 INFO kablam! | | Aug 01 17:21:27.250 INFO kablam! | expected signature of `for<'r> fn(&'r str) -> _` Aug 01 17:21:27.250 INFO kablam! | found signature of `fn(_) -> _` Aug 01 17:21:27.250 INFO kablam! | Aug 01 17:21:27.250 INFO kablam! = note: required for the cast to the object type `for<'r> std::ops::Fn(&'r str) -> std::result::Result` Aug 01 17:21:27.250 INFO kablam! Aug 01 17:21:27.250 INFO kablam! error[E0271]: type mismatch resolving `for<'r> std::result::Result {pwhash::md5_crypt::hash::<_>} as std::ops::FnOnce<(&'r str,)>>::Output == std::result::Result` Aug 01 17:21:27.250 INFO kablam! --> src/main.rs:55:35 Aug 01 17:21:27.250 INFO kablam! | Aug 01 17:21:27.250 INFO kablam! 55 | Some("md5_crypt") => (Box::new(md5_crypt::hash), Box::new(md5_crypt::verify)), Aug 01 17:21:27.250 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:27.250 INFO kablam! | Aug 01 17:21:27.250 INFO kablam! = note: required for the cast to the object type `for<'r> std::ops::Fn(&'r str) -> std::result::Result` Aug 01 17:21:27.250 INFO kablam! Aug 01 17:21:27.251 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:27.251 INFO kablam! --> src/main.rs:55:62 Aug 01 17:21:27.251 INFO kablam! | Aug 01 17:21:27.251 INFO kablam! 55 | Some("md5_crypt") => (Box::new(md5_crypt::hash), Box::new(md5_crypt::verify)), Aug 01 17:21:27.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:27.251 INFO kablam! | | Aug 01 17:21:27.252 INFO kablam! | expected signature of `for<'r, 's> fn(&'r str, &'s str) -> _` Aug 01 17:21:27.252 INFO kablam! | found signature of `for<'r> fn(_, &'r str) -> _` Aug 01 17:21:27.252 INFO kablam! | Aug 01 17:21:27.252 INFO kablam! = note: required for the cast to the object type `for<'r, 's> std::ops::Fn(&'r str, &'s str) -> bool` Aug 01 17:21:27.252 INFO kablam! Aug 01 17:21:27.252 INFO kablam! error[E0271]: type mismatch resolving `for<'r, 's> fn(_, &'t0 str) -> bool {pwhash::md5_crypt::verify::<_>} as std::ops::FnOnce<(&'r str, &'s str)>>::Output == bool` Aug 01 17:21:27.252 INFO kablam! --> src/main.rs:55:62 Aug 01 17:21:27.252 INFO kablam! | Aug 01 17:21:27.252 INFO kablam! 55 | Some("md5_crypt") => (Box::new(md5_crypt::hash), Box::new(md5_crypt::verify)), Aug 01 17:21:27.252 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:27.252 INFO kablam! | Aug 01 17:21:27.252 INFO kablam! = note: required for the cast to the object type `for<'r, 's> std::ops::Fn(&'r str, &'s str) -> bool` Aug 01 17:21:27.252 INFO kablam! Aug 01 17:21:27.252 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:27.252 INFO kablam! --> src/main.rs:56:36 Aug 01 17:21:27.252 INFO kablam! | Aug 01 17:21:27.252 INFO kablam! 56 | Some("sha1_crypt") => (Box::new(sha1_crypt::hash), Box::new(sha1_crypt::verify)), Aug 01 17:21:27.252 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:27.252 INFO kablam! | | Aug 01 17:21:27.252 INFO kablam! | expected signature of `for<'r> fn(&'r str) -> _` Aug 01 17:21:27.252 INFO kablam! | found signature of `fn(_) -> _` Aug 01 17:21:27.252 INFO kablam! | Aug 01 17:21:27.252 INFO kablam! = note: required for the cast to the object type `for<'r> std::ops::Fn(&'r str) -> std::result::Result` Aug 01 17:21:27.252 INFO kablam! Aug 01 17:21:27.252 INFO kablam! error[E0271]: type mismatch resolving `for<'r> std::result::Result {pwhash::sha1_crypt::hash::<_>} as std::ops::FnOnce<(&'r str,)>>::Output == std::result::Result` Aug 01 17:21:27.252 INFO kablam! --> src/main.rs:56:36 Aug 01 17:21:27.253 INFO kablam! | Aug 01 17:21:27.253 INFO kablam! 56 | Some("sha1_crypt") => (Box::new(sha1_crypt::hash), Box::new(sha1_crypt::verify)), Aug 01 17:21:27.253 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:27.253 INFO kablam! | Aug 01 17:21:27.253 INFO kablam! = note: required for the cast to the object type `for<'r> std::ops::Fn(&'r str) -> std::result::Result` Aug 01 17:21:27.253 INFO kablam! Aug 01 17:21:27.254 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:27.254 INFO kablam! --> src/main.rs:56:64 Aug 01 17:21:27.254 INFO kablam! | Aug 01 17:21:27.255 INFO kablam! 56 | Some("sha1_crypt") => (Box::new(sha1_crypt::hash), Box::new(sha1_crypt::verify)), Aug 01 17:21:27.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:27.255 INFO kablam! | | Aug 01 17:21:27.255 INFO kablam! | expected signature of `for<'r, 's> fn(&'r str, &'s str) -> _` Aug 01 17:21:27.255 INFO kablam! | found signature of `for<'r> fn(_, &'r str) -> _` Aug 01 17:21:27.255 INFO kablam! | Aug 01 17:21:27.255 INFO kablam! = note: required for the cast to the object type `for<'r, 's> std::ops::Fn(&'r str, &'s str) -> bool` Aug 01 17:21:27.255 INFO kablam! Aug 01 17:21:27.255 INFO kablam! error[E0271]: type mismatch resolving `for<'r, 's> fn(_, &'t0 str) -> bool {pwhash::sha1_crypt::verify::<_>} as std::ops::FnOnce<(&'r str, &'s str)>>::Output == bool` Aug 01 17:21:27.255 INFO kablam! --> src/main.rs:56:64 Aug 01 17:21:27.255 INFO kablam! | Aug 01 17:21:27.255 INFO kablam! 56 | Some("sha1_crypt") => (Box::new(sha1_crypt::hash), Box::new(sha1_crypt::verify)), Aug 01 17:21:27.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:27.255 INFO kablam! | Aug 01 17:21:27.255 INFO kablam! = note: required for the cast to the object type `for<'r, 's> std::ops::Fn(&'r str, &'s str) -> bool` Aug 01 17:21:27.255 INFO kablam! Aug 01 17:21:27.255 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:27.255 INFO kablam! --> src/main.rs:57:38 Aug 01 17:21:27.255 INFO kablam! | Aug 01 17:21:27.255 INFO kablam! 57 | Some("sha256_crypt") => (Box::new(sha256_crypt::hash), Box::new(sha256_crypt::verify)), Aug 01 17:21:27.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:27.255 INFO kablam! | | Aug 01 17:21:27.255 INFO kablam! | expected signature of `for<'r> fn(&'r str) -> _` Aug 01 17:21:27.255 INFO kablam! | found signature of `fn(_) -> _` Aug 01 17:21:27.255 INFO kablam! | Aug 01 17:21:27.255 INFO kablam! = note: required for the cast to the object type `for<'r> std::ops::Fn(&'r str) -> std::result::Result` Aug 01 17:21:27.255 INFO kablam! Aug 01 17:21:27.256 INFO kablam! error[E0271]: type mismatch resolving `for<'r> std::result::Result {pwhash::sha256_crypt::hash::<_>} as std::ops::FnOnce<(&'r str,)>>::Output == std::result::Result` Aug 01 17:21:27.256 INFO kablam! --> src/main.rs:57:38 Aug 01 17:21:27.256 INFO kablam! | Aug 01 17:21:27.256 INFO kablam! 57 | Some("sha256_crypt") => (Box::new(sha256_crypt::hash), Box::new(sha256_crypt::verify)), Aug 01 17:21:27.256 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:27.256 INFO kablam! | Aug 01 17:21:27.256 INFO kablam! = note: required for the cast to the object type `for<'r> std::ops::Fn(&'r str) -> std::result::Result` Aug 01 17:21:27.256 INFO kablam! Aug 01 17:21:27.256 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:27.256 INFO kablam! --> src/main.rs:57:68 Aug 01 17:21:27.256 INFO kablam! | Aug 01 17:21:27.256 INFO kablam! 57 | Some("sha256_crypt") => (Box::new(sha256_crypt::hash), Box::new(sha256_crypt::verify)), Aug 01 17:21:27.256 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:27.256 INFO kablam! | | Aug 01 17:21:27.256 INFO kablam! | expected signature of `for<'r, 's> fn(&'r str, &'s str) -> _` Aug 01 17:21:27.256 INFO kablam! | found signature of `for<'r> fn(_, &'r str) -> _` Aug 01 17:21:27.256 INFO kablam! | Aug 01 17:21:27.256 INFO kablam! = note: required for the cast to the object type `for<'r, 's> std::ops::Fn(&'r str, &'s str) -> bool` Aug 01 17:21:27.256 INFO kablam! Aug 01 17:21:27.256 INFO kablam! error[E0271]: type mismatch resolving `for<'r, 's> fn(_, &'t0 str) -> bool {pwhash::sha256_crypt::verify::<_>} as std::ops::FnOnce<(&'r str, &'s str)>>::Output == bool` Aug 01 17:21:27.256 INFO kablam! --> src/main.rs:57:68 Aug 01 17:21:27.256 INFO kablam! | Aug 01 17:21:27.256 INFO kablam! 57 | Some("sha256_crypt") => (Box::new(sha256_crypt::hash), Box::new(sha256_crypt::verify)), Aug 01 17:21:27.256 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:27.256 INFO kablam! | Aug 01 17:21:27.256 INFO kablam! = note: required for the cast to the object type `for<'r, 's> std::ops::Fn(&'r str, &'s str) -> bool` Aug 01 17:21:27.256 INFO kablam! Aug 01 17:21:27.277 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:27.277 INFO kablam! --> src/main.rs:58:38 Aug 01 17:21:27.277 INFO kablam! | Aug 01 17:21:27.277 INFO kablam! 58 | Some("sha512_crypt") => (Box::new(sha512_crypt::hash), Box::new(sha512_crypt::verify)), Aug 01 17:21:27.277 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:27.277 INFO kablam! | | Aug 01 17:21:27.277 INFO kablam! | expected signature of `for<'r> fn(&'r str) -> _` Aug 01 17:21:27.277 INFO kablam! | found signature of `fn(_) -> _` Aug 01 17:21:27.277 INFO kablam! | Aug 01 17:21:27.277 INFO kablam! = note: required for the cast to the object type `for<'r> std::ops::Fn(&'r str) -> std::result::Result` Aug 01 17:21:27.277 INFO kablam! Aug 01 17:21:27.277 INFO kablam! error[E0271]: type mismatch resolving `for<'r> std::result::Result {pwhash::sha512_crypt::hash::<_>} as std::ops::FnOnce<(&'r str,)>>::Output == std::result::Result` Aug 01 17:21:27.277 INFO kablam! --> src/main.rs:58:38 Aug 01 17:21:27.277 INFO kablam! | Aug 01 17:21:27.277 INFO kablam! 58 | Some("sha512_crypt") => (Box::new(sha512_crypt::hash), Box::new(sha512_crypt::verify)), Aug 01 17:21:27.277 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:27.277 INFO kablam! | Aug 01 17:21:27.277 INFO kablam! = note: required for the cast to the object type `for<'r> std::ops::Fn(&'r str) -> std::result::Result` Aug 01 17:21:27.277 INFO kablam! Aug 01 17:21:27.277 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:27.277 INFO kablam! --> src/main.rs:58:68 Aug 01 17:21:27.277 INFO kablam! | Aug 01 17:21:27.277 INFO kablam! 58 | Some("sha512_crypt") => (Box::new(sha512_crypt::hash), Box::new(sha512_crypt::verify)), Aug 01 17:21:27.277 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:27.278 INFO kablam! | | Aug 01 17:21:27.278 INFO kablam! | expected signature of `for<'r, 's> fn(&'r str, &'s str) -> _` Aug 01 17:21:27.278 INFO kablam! | found signature of `for<'r> fn(_, &'r str) -> _` Aug 01 17:21:27.278 INFO kablam! | Aug 01 17:21:27.278 INFO kablam! = note: required for the cast to the object type `for<'r, 's> std::ops::Fn(&'r str, &'s str) -> bool` Aug 01 17:21:27.278 INFO kablam! Aug 01 17:21:27.278 INFO kablam! error[E0271]: type mismatch resolving `for<'r, 's> fn(_, &'t0 str) -> bool {pwhash::sha512_crypt::verify::<_>} as std::ops::FnOnce<(&'r str, &'s str)>>::Output == bool` Aug 01 17:21:27.278 INFO kablam! --> src/main.rs:58:68 Aug 01 17:21:27.278 INFO kablam! | Aug 01 17:21:27.278 INFO kablam! 58 | Some("sha512_crypt") => (Box::new(sha512_crypt::hash), Box::new(sha512_crypt::verify)), Aug 01 17:21:27.278 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:27.278 INFO kablam! | Aug 01 17:21:27.278 INFO kablam! = note: required for the cast to the object type `for<'r, 's> std::ops::Fn(&'r str, &'s str) -> bool` Aug 01 17:21:27.278 INFO kablam! Aug 01 17:21:27.278 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:27.278 INFO kablam! --> src/main.rs:59:36 Aug 01 17:21:27.278 INFO kablam! | Aug 01 17:21:27.278 INFO kablam! 59 | Some("unix_crypt") => (Box::new(unix_crypt::hash), Box::new(unix_crypt::verify)), Aug 01 17:21:27.278 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:27.278 INFO kablam! | | Aug 01 17:21:27.278 INFO kablam! | expected signature of `for<'r> fn(&'r str) -> _` Aug 01 17:21:27.278 INFO kablam! | found signature of `fn(_) -> _` Aug 01 17:21:27.278 INFO kablam! | Aug 01 17:21:27.278 INFO kablam! = note: required for the cast to the object type `for<'r> std::ops::Fn(&'r str) -> std::result::Result` Aug 01 17:21:27.278 INFO kablam! Aug 01 17:21:27.278 INFO kablam! error[E0271]: type mismatch resolving `for<'r> std::result::Result {pwhash::unix_crypt::hash::<_>} as std::ops::FnOnce<(&'r str,)>>::Output == std::result::Result` Aug 01 17:21:27.278 INFO kablam! --> src/main.rs:59:36 Aug 01 17:21:27.278 INFO kablam! | Aug 01 17:21:27.278 INFO kablam! 59 | Some("unix_crypt") => (Box::new(unix_crypt::hash), Box::new(unix_crypt::verify)), Aug 01 17:21:27.278 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:27.279 INFO kablam! | Aug 01 17:21:27.279 INFO kablam! = note: required for the cast to the object type `for<'r> std::ops::Fn(&'r str) -> std::result::Result` Aug 01 17:21:27.279 INFO kablam! Aug 01 17:21:27.279 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:27.279 INFO kablam! --> src/main.rs:59:64 Aug 01 17:21:27.279 INFO kablam! | Aug 01 17:21:27.279 INFO kablam! 59 | Some("unix_crypt") => (Box::new(unix_crypt::hash), Box::new(unix_crypt::verify)), Aug 01 17:21:27.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:27.279 INFO kablam! | | Aug 01 17:21:27.279 INFO kablam! | expected signature of `for<'r, 's> fn(&'r str, &'s str) -> _` Aug 01 17:21:27.279 INFO kablam! | found signature of `for<'r> fn(_, &'r str) -> _` Aug 01 17:21:27.279 INFO kablam! | Aug 01 17:21:27.279 INFO kablam! = note: required for the cast to the object type `for<'r, 's> std::ops::Fn(&'r str, &'s str) -> bool` Aug 01 17:21:27.279 INFO kablam! Aug 01 17:21:27.279 INFO kablam! error[E0271]: type mismatch resolving `for<'r, 's> fn(_, &'t0 str) -> bool {pwhash::unix_crypt::verify::<_>} as std::ops::FnOnce<(&'r str, &'s str)>>::Output == bool` Aug 01 17:21:27.279 INFO kablam! --> src/main.rs:59:64 Aug 01 17:21:27.279 INFO kablam! | Aug 01 17:21:27.279 INFO kablam! 59 | Some("unix_crypt") => (Box::new(unix_crypt::hash), Box::new(unix_crypt::verify)), Aug 01 17:21:27.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:27.279 INFO kablam! | Aug 01 17:21:27.279 INFO kablam! = note: required for the cast to the object type `for<'r, 's> std::ops::Fn(&'r str, &'s str) -> bool` Aug 01 17:21:27.279 INFO kablam! Aug 01 17:21:27.283 INFO kablam! error: aborting due to 28 previous errors Aug 01 17:21:27.288 INFO kablam! Aug 01 17:21:27.288 INFO kablam! Some errors occurred: E0271, E0631. Aug 01 17:21:27.288 INFO kablam! For more information about an error, try `rustc --explain E0271`. Aug 01 17:21:27.303 INFO kablam! error: Could not compile `password-hash-util`. Aug 01 17:21:27.303 INFO kablam! Aug 01 17:21:27.303 INFO kablam! To learn more, run the command again with --verbose. Aug 01 17:21:27.305 INFO kablam! su: No module specific data is present Aug 01 17:21:28.054 INFO running `"docker" "rm" "-f" "1165d5103600e25f5775d8fa224c5b21804f97146459217a66388c81a1cb6b5a"` Aug 01 17:21:28.213 INFO blam! 1165d5103600e25f5775d8fa224c5b21804f97146459217a66388c81a1cb6b5a