Aug 01 17:21:18.276 INFO checking ashfordneil/password-hash-util against 1.27.2+tmplazy for lazy_static-1 Aug 01 17:21:18.276 INFO running: cargo +1.27.2 check --frozen --all --all-targets Aug 01 17:21:18.277 INFO creating container for: cargo +1.27.2 check --frozen --all --all-targets Aug 01 17:21:18.277 INFO running `"docker" "create" "-v" "/tmp/crater.q2YxqvA4QM03:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/lazy_static-1/worker-4/1.27.2+tmplazy:/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:18.499 INFO blam! 9e594f0ee58cdfbd5a0f97bbc48a3e4e1562292a6529af562be1cab78dc5ffa3 Aug 01 17:21:18.501 INFO running `"docker" "start" "-a" "9e594f0ee58cdfbd5a0f97bbc48a3e4e1562292a6529af562be1cab78dc5ffa3"` Aug 01 17:21:19.310 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Aug 01 17:21:19.311 INFO kablam! disables Cargo from automatically inferring other binary targets. Aug 01 17:21:19.311 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Aug 01 17:21:19.311 INFO kablam! files will be included as a binary target: Aug 01 17:21:19.311 INFO kablam! Aug 01 17:21:19.311 INFO kablam! * /source/src/main.rs Aug 01 17:21:19.311 INFO kablam! Aug 01 17:21:19.311 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Aug 01 17:21:19.311 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Aug 01 17:21:19.311 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Aug 01 17:21:19.311 INFO kablam! section. You may also move the files to a location where Cargo would not Aug 01 17:21:19.311 INFO kablam! automatically infer them to be a target, such as in subfolders. Aug 01 17:21:19.311 INFO kablam! Aug 01 17:21:19.311 INFO kablam! For more information on this warning you can consult Aug 01 17:21:19.311 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Aug 01 17:21:19.311 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `pw`, Aug 01 17:21:19.311 INFO kablam! please set bin.path in Cargo.toml Aug 01 17:21:19.397 INFO kablam! Checking pwhash v0.2.0 Aug 01 17:21:21.040 INFO kablam! Checking password-hash-util v0.1.0 (file:///source) Aug 01 17:21:21.784 INFO kablam! warning: use of deprecated item 'pwhash::bsdi_crypt::hash': don't use this algorithm for new passwords Aug 01 17:21:21.784 INFO kablam! --> src/main.rs:54:45 Aug 01 17:21:21.784 INFO kablam! | Aug 01 17:21:21.784 INFO kablam! 54 | Some("bsdi_crypt") => (Box::new(bsdi_crypt::hash), Box::new(bsdi_crypt::verify)), Aug 01 17:21:21.784 INFO kablam! | ^^^^^^^^^^^^^^^^ Aug 01 17:21:21.784 INFO kablam! | Aug 01 17:21:21.784 INFO kablam! = note: #[warn(deprecated)] on by default Aug 01 17:21:21.784 INFO kablam! Aug 01 17:21:21.785 INFO kablam! warning: use of deprecated item 'pwhash::md5_crypt::hash': don't use this algorithm for new passwords Aug 01 17:21:21.785 INFO kablam! --> src/main.rs:55:44 Aug 01 17:21:21.785 INFO kablam! | Aug 01 17:21:21.785 INFO kablam! 55 | Some("md5_crypt") => (Box::new(md5_crypt::hash), Box::new(md5_crypt::verify)), Aug 01 17:21:21.785 INFO kablam! | ^^^^^^^^^^^^^^^ Aug 01 17:21:21.785 INFO kablam! Aug 01 17:21:21.785 INFO kablam! warning: use of deprecated item 'pwhash::sha256_crypt::hash': don't use this algorithm for new passwords Aug 01 17:21:21.785 INFO kablam! --> src/main.rs:57:47 Aug 01 17:21:21.785 INFO kablam! | Aug 01 17:21:21.785 INFO kablam! 57 | Some("sha256_crypt") => (Box::new(sha256_crypt::hash), Box::new(sha256_crypt::verify)), Aug 01 17:21:21.785 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Aug 01 17:21:21.785 INFO kablam! Aug 01 17:21:21.785 INFO kablam! warning: use of deprecated item 'pwhash::unix_crypt::hash': don't use this algorithm for new passwords Aug 01 17:21:21.785 INFO kablam! --> src/main.rs:59:45 Aug 01 17:21:21.785 INFO kablam! | Aug 01 17:21:21.785 INFO kablam! 59 | Some("unix_crypt") => (Box::new(unix_crypt::hash), Box::new(unix_crypt::verify)), Aug 01 17:21:21.785 INFO kablam! | ^^^^^^^^^^^^^^^^ Aug 01 17:21:21.785 INFO kablam! Aug 01 17:21:21.884 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:21.884 INFO kablam! --> src/main.rs:53:39 Aug 01 17:21:21.884 INFO kablam! | Aug 01 17:21:21.884 INFO kablam! 53 | Some("bcrypt") | None => (Box::new(bcrypt::hash), Box::new(bcrypt::verify)), Aug 01 17:21:21.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:21.884 INFO kablam! | | Aug 01 17:21:21.884 INFO kablam! | expected signature of `for<'r> fn(&'r str) -> _` Aug 01 17:21:21.884 INFO kablam! | found signature of `fn(_) -> _` Aug 01 17:21:21.884 INFO kablam! | Aug 01 17:21:21.884 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:21.884 INFO kablam! Aug 01 17:21:21.885 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:21.885 INFO kablam! --> src/main.rs:53:39 Aug 01 17:21:21.885 INFO kablam! | Aug 01 17:21:21.885 INFO kablam! 53 | Some("bcrypt") | None => (Box::new(bcrypt::hash), Box::new(bcrypt::verify)), Aug 01 17:21:21.885 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:21.885 INFO kablam! | Aug 01 17:21:21.885 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:21.885 INFO kablam! Aug 01 17:21:21.885 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:21.885 INFO kablam! --> src/main.rs:53:63 Aug 01 17:21:21.885 INFO kablam! | Aug 01 17:21:21.885 INFO kablam! 53 | Some("bcrypt") | None => (Box::new(bcrypt::hash), Box::new(bcrypt::verify)), Aug 01 17:21:21.885 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:21.885 INFO kablam! | | Aug 01 17:21:21.886 INFO kablam! | expected signature of `for<'r, 's> fn(&'r str, &'s str) -> _` Aug 01 17:21:21.886 INFO kablam! | found signature of `for<'r> fn(_, &'r str) -> _` Aug 01 17:21:21.886 INFO kablam! | Aug 01 17:21:21.886 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:21.886 INFO kablam! Aug 01 17:21:21.886 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:21.886 INFO kablam! --> src/main.rs:53:63 Aug 01 17:21:21.886 INFO kablam! | Aug 01 17:21:21.886 INFO kablam! 53 | Some("bcrypt") | None => (Box::new(bcrypt::hash), Box::new(bcrypt::verify)), Aug 01 17:21:21.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:21.886 INFO kablam! | Aug 01 17:21:21.886 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:21.886 INFO kablam! Aug 01 17:21:21.886 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:21.886 INFO kablam! --> src/main.rs:54:36 Aug 01 17:21:21.886 INFO kablam! | Aug 01 17:21:21.886 INFO kablam! 54 | Some("bsdi_crypt") => (Box::new(bsdi_crypt::hash), Box::new(bsdi_crypt::verify)), Aug 01 17:21:21.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:21.886 INFO kablam! | | Aug 01 17:21:21.886 INFO kablam! | expected signature of `for<'r> fn(&'r str) -> _` Aug 01 17:21:21.886 INFO kablam! | found signature of `fn(_) -> _` Aug 01 17:21:21.892 INFO kablam! | Aug 01 17:21:21.892 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:21.892 INFO kablam! Aug 01 17:21:21.893 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:21.893 INFO kablam! --> src/main.rs:54:36 Aug 01 17:21:21.893 INFO kablam! | Aug 01 17:21:21.893 INFO kablam! 54 | Some("bsdi_crypt") => (Box::new(bsdi_crypt::hash), Box::new(bsdi_crypt::verify)), Aug 01 17:21:21.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:21.893 INFO kablam! | Aug 01 17:21:21.893 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:21.894 INFO kablam! Aug 01 17:21:21.894 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:21.894 INFO kablam! --> src/main.rs:54:64 Aug 01 17:21:21.894 INFO kablam! | Aug 01 17:21:21.894 INFO kablam! 54 | Some("bsdi_crypt") => (Box::new(bsdi_crypt::hash), Box::new(bsdi_crypt::verify)), Aug 01 17:21:21.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:21.895 INFO kablam! | | Aug 01 17:21:21.895 INFO kablam! | expected signature of `for<'r, 's> fn(&'r str, &'s str) -> _` Aug 01 17:21:21.895 INFO kablam! | found signature of `for<'r> fn(_, &'r str) -> _` Aug 01 17:21:21.900 INFO kablam! | Aug 01 17:21:21.900 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:21.900 INFO kablam! Aug 01 17:21:21.901 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:21.901 INFO kablam! --> src/main.rs:54:64 Aug 01 17:21:21.901 INFO kablam! | Aug 01 17:21:21.901 INFO kablam! 54 | Some("bsdi_crypt") => (Box::new(bsdi_crypt::hash), Box::new(bsdi_crypt::verify)), Aug 01 17:21:21.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:21.901 INFO kablam! | Aug 01 17:21:21.901 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:21.902 INFO kablam! Aug 01 17:21:21.903 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:21.903 INFO kablam! --> src/main.rs:55:35 Aug 01 17:21:21.903 INFO kablam! | Aug 01 17:21:21.903 INFO kablam! 55 | Some("md5_crypt") => (Box::new(md5_crypt::hash), Box::new(md5_crypt::verify)), Aug 01 17:21:21.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:21.903 INFO kablam! | | Aug 01 17:21:21.903 INFO kablam! | expected signature of `for<'r> fn(&'r str) -> _` Aug 01 17:21:21.903 INFO kablam! | found signature of `fn(_) -> _` Aug 01 17:21:21.903 INFO kablam! | Aug 01 17:21:21.903 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:21.903 INFO kablam! Aug 01 17:21:21.904 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:21.904 INFO kablam! --> src/main.rs:55:35 Aug 01 17:21:21.904 INFO kablam! | Aug 01 17:21:21.904 INFO kablam! 55 | Some("md5_crypt") => (Box::new(md5_crypt::hash), Box::new(md5_crypt::verify)), Aug 01 17:21:21.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:21.904 INFO kablam! | Aug 01 17:21:21.904 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:21.904 INFO kablam! Aug 01 17:21:21.904 INFO kablam! warning: use of deprecated item 'pwhash::bsdi_crypt::hash': don't use this algorithm for new passwords Aug 01 17:21:21.905 INFO kablam! --> src/main.rs:54:45 Aug 01 17:21:21.905 INFO kablam! | Aug 01 17:21:21.905 INFO kablam! 54 | Some("bsdi_crypt") => (Box::new(bsdi_crypt::hash), Box::new(bsdi_crypt::verify)), Aug 01 17:21:21.905 INFO kablam! | ^^^^^^^^^^^^^^^^ Aug 01 17:21:21.905 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:21.905 INFO kablam! --> src/main.rs:55:62 Aug 01 17:21:21.906 INFO kablam! | Aug 01 17:21:21.906 INFO kablam! 55 | Some("md5_crypt") => (Box::new(md5_crypt::hash), Box::new(md5_crypt::verify)), Aug 01 17:21:21.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:21.906 INFO kablam! | | Aug 01 17:21:21.906 INFO kablam! | expected signature of `for<'r, 's> fn(&'r str, &'s str) -> _` Aug 01 17:21:21.906 INFO kablam! | found signature of `for<'r> fn(_, &'r str) -> _` Aug 01 17:21:21.906 INFO kablam! | Aug 01 17:21:21.906 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:21.906 INFO kablam! Aug 01 17:21:21.906 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:21.906 INFO kablam! --> src/main.rs:55:62 Aug 01 17:21:21.906 INFO kablam! | Aug 01 17:21:21.906 INFO kablam! 55 | Some("md5_crypt") => (Box::new(md5_crypt::hash), Box::new(md5_crypt::verify)), Aug 01 17:21:21.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:21.907 INFO kablam! | Aug 01 17:21:21.907 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:21.907 INFO kablam! Aug 01 17:21:21.913 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:21.913 INFO kablam! --> src/main.rs:56:36 Aug 01 17:21:21.913 INFO kablam! | Aug 01 17:21:21.913 INFO kablam! 56 | Some("sha1_crypt") => (Box::new(sha1_crypt::hash), Box::new(sha1_crypt::verify)), Aug 01 17:21:21.913 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:21.913 INFO kablam! | | Aug 01 17:21:21.913 INFO kablam! | expected signature of `for<'r> fn(&'r str) -> _` Aug 01 17:21:21.913 INFO kablam! | found signature of `fn(_) -> _` Aug 01 17:21:21.913 INFO kablam! | Aug 01 17:21:21.913 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:21.913 INFO kablam! Aug 01 17:21:21.914 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:21.914 INFO kablam! --> src/main.rs:56:36 Aug 01 17:21:21.914 INFO kablam! | Aug 01 17:21:21.914 INFO kablam! 56 | Some("sha1_crypt") => (Box::new(sha1_crypt::hash), Box::new(sha1_crypt::verify)), Aug 01 17:21:21.914 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:21.914 INFO kablam! | Aug 01 17:21:21.914 INFO kablam! | Aug 01 17:21:21.914 INFO kablam! = note: #[warn(deprecated)] on by default Aug 01 17:21:21.914 INFO kablam! Aug 01 17:21:21.914 INFO kablam! warning: use of deprecated item 'pwhash::md5_crypt::hash': don't use this algorithm for new passwords Aug 01 17:21:21.914 INFO kablam! --> src/main.rs:55:44 Aug 01 17:21:21.914 INFO kablam! | Aug 01 17:21:21.914 INFO kablam! 55 | Some("md5_crypt") => (Box::new(md5_crypt::hash), Box::new(md5_crypt::verify)), Aug 01 17:21:21.915 INFO kablam! | ^^^^^^^^^^^^^^^ Aug 01 17:21:21.915 INFO kablam! Aug 01 17:21:21.915 INFO kablam! warning: use of deprecated item 'pwhash::sha256_crypt::hash': don't use this algorithm for new passwords Aug 01 17:21:21.915 INFO kablam! --> src/main.rs:57:47 Aug 01 17:21:21.915 INFO kablam! | Aug 01 17:21:21.915 INFO kablam! 57 | Some("sha256_crypt") => (Box::new(sha256_crypt::hash), Box::new(sha256_crypt::verify)), Aug 01 17:21:21.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Aug 01 17:21:21.915 INFO kablam! Aug 01 17:21:21.915 INFO kablam! warning: use of deprecated item 'pwhash::unix_crypt::hash': don't use this algorithm for new passwords Aug 01 17:21:21.915 INFO kablam! --> src/main.rs:59:45 Aug 01 17:21:21.915 INFO kablam! | Aug 01 17:21:21.915 INFO kablam! 59 | Some("unix_crypt") => (Box::new(unix_crypt::hash), Box::new(unix_crypt::verify)), Aug 01 17:21:21.915 INFO kablam! | ^^^^^^^^^^^^^^^^ Aug 01 17:21:21.915 INFO kablam! Aug 01 17:21:21.915 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:21.915 INFO kablam! Aug 01 17:21:21.916 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:21.916 INFO kablam! --> src/main.rs:56:64 Aug 01 17:21:21.916 INFO kablam! | Aug 01 17:21:21.916 INFO kablam! 56 | Some("sha1_crypt") => (Box::new(sha1_crypt::hash), Box::new(sha1_crypt::verify)), Aug 01 17:21:21.916 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:21.916 INFO kablam! | | Aug 01 17:21:21.916 INFO kablam! | expected signature of `for<'r, 's> fn(&'r str, &'s str) -> _` Aug 01 17:21:21.916 INFO kablam! | found signature of `for<'r> fn(_, &'r str) -> _` Aug 01 17:21:21.916 INFO kablam! | Aug 01 17:21:21.916 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:21.916 INFO kablam! Aug 01 17:21:21.917 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:21.917 INFO kablam! --> src/main.rs:56:64 Aug 01 17:21:21.917 INFO kablam! | Aug 01 17:21:21.917 INFO kablam! 56 | Some("sha1_crypt") => (Box::new(sha1_crypt::hash), Box::new(sha1_crypt::verify)), Aug 01 17:21:21.917 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:21.917 INFO kablam! | Aug 01 17:21:21.917 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:21.917 INFO kablam! Aug 01 17:21:21.918 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:21.918 INFO kablam! --> src/main.rs:57:38 Aug 01 17:21:21.918 INFO kablam! | Aug 01 17:21:21.918 INFO kablam! 57 | Some("sha256_crypt") => (Box::new(sha256_crypt::hash), Box::new(sha256_crypt::verify)), Aug 01 17:21:21.918 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:21.918 INFO kablam! | | Aug 01 17:21:21.918 INFO kablam! | expected signature of `for<'r> fn(&'r str) -> _` Aug 01 17:21:21.918 INFO kablam! | found signature of `fn(_) -> _` Aug 01 17:21:21.918 INFO kablam! | Aug 01 17:21:21.918 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:21.918 INFO kablam! Aug 01 17:21:21.918 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:21.918 INFO kablam! --> src/main.rs:57:38 Aug 01 17:21:21.918 INFO kablam! | Aug 01 17:21:21.918 INFO kablam! 57 | Some("sha256_crypt") => (Box::new(sha256_crypt::hash), Box::new(sha256_crypt::verify)), Aug 01 17:21:21.918 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:21.918 INFO kablam! | Aug 01 17:21:21.918 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:21.918 INFO kablam! Aug 01 17:21:21.919 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:21.919 INFO kablam! --> src/main.rs:57:68 Aug 01 17:21:21.919 INFO kablam! | Aug 01 17:21:21.919 INFO kablam! 57 | Some("sha256_crypt") => (Box::new(sha256_crypt::hash), Box::new(sha256_crypt::verify)), Aug 01 17:21:21.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:21.919 INFO kablam! | | Aug 01 17:21:21.920 INFO kablam! | expected signature of `for<'r, 's> fn(&'r str, &'s str) -> _` Aug 01 17:21:21.920 INFO kablam! | found signature of `for<'r> fn(_, &'r str) -> _` Aug 01 17:21:21.920 INFO kablam! | Aug 01 17:21:21.920 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:21.920 INFO kablam! Aug 01 17:21:21.920 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:21.920 INFO kablam! --> src/main.rs:57:68 Aug 01 17:21:21.920 INFO kablam! | Aug 01 17:21:21.920 INFO kablam! 57 | Some("sha256_crypt") => (Box::new(sha256_crypt::hash), Box::new(sha256_crypt::verify)), Aug 01 17:21:21.920 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:21.920 INFO kablam! | Aug 01 17:21:21.920 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:21.920 INFO kablam! Aug 01 17:21:21.921 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:21.921 INFO kablam! --> src/main.rs:58:38 Aug 01 17:21:21.921 INFO kablam! | Aug 01 17:21:21.921 INFO kablam! 58 | Some("sha512_crypt") => (Box::new(sha512_crypt::hash), Box::new(sha512_crypt::verify)), Aug 01 17:21:21.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:21.921 INFO kablam! | | Aug 01 17:21:21.921 INFO kablam! | expected signature of `for<'r> fn(&'r str) -> _` Aug 01 17:21:21.921 INFO kablam! | found signature of `fn(_) -> _` Aug 01 17:21:21.921 INFO kablam! | Aug 01 17:21:21.921 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:21.921 INFO kablam! Aug 01 17:21:21.922 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:21.922 INFO kablam! --> src/main.rs:58:38 Aug 01 17:21:21.922 INFO kablam! | Aug 01 17:21:21.922 INFO kablam! 58 | Some("sha512_crypt") => (Box::new(sha512_crypt::hash), Box::new(sha512_crypt::verify)), Aug 01 17:21:21.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:21.922 INFO kablam! | Aug 01 17:21:21.922 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:21.922 INFO kablam! Aug 01 17:21:21.929 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:21.929 INFO kablam! --> src/main.rs:58:68 Aug 01 17:21:21.929 INFO kablam! | Aug 01 17:21:21.929 INFO kablam! 58 | Some("sha512_crypt") => (Box::new(sha512_crypt::hash), Box::new(sha512_crypt::verify)), Aug 01 17:21:21.930 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:21.930 INFO kablam! | | Aug 01 17:21:21.930 INFO kablam! | expected signature of `for<'r, 's> fn(&'r str, &'s str) -> _` Aug 01 17:21:21.930 INFO kablam! | found signature of `for<'r> fn(_, &'r str) -> _` Aug 01 17:21:21.930 INFO kablam! | Aug 01 17:21:21.930 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:21.930 INFO kablam! Aug 01 17:21:21.930 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:21.930 INFO kablam! --> src/main.rs:58:68 Aug 01 17:21:21.930 INFO kablam! | Aug 01 17:21:21.930 INFO kablam! 58 | Some("sha512_crypt") => (Box::new(sha512_crypt::hash), Box::new(sha512_crypt::verify)), Aug 01 17:21:21.930 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:21.930 INFO kablam! | Aug 01 17:21:21.930 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:21.930 INFO kablam! Aug 01 17:21:21.931 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:21.931 INFO kablam! --> src/main.rs:59:36 Aug 01 17:21:21.931 INFO kablam! | Aug 01 17:21:21.931 INFO kablam! 59 | Some("unix_crypt") => (Box::new(unix_crypt::hash), Box::new(unix_crypt::verify)), Aug 01 17:21:21.931 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:21.931 INFO kablam! | | Aug 01 17:21:21.931 INFO kablam! | expected signature of `for<'r> fn(&'r str) -> _` Aug 01 17:21:21.931 INFO kablam! | found signature of `fn(_) -> _` Aug 01 17:21:21.931 INFO kablam! | Aug 01 17:21:21.931 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:21.931 INFO kablam! Aug 01 17:21:21.931 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:21.931 INFO kablam! --> src/main.rs:59:36 Aug 01 17:21:21.931 INFO kablam! | Aug 01 17:21:21.931 INFO kablam! 59 | Some("unix_crypt") => (Box::new(unix_crypt::hash), Box::new(unix_crypt::verify)), Aug 01 17:21:21.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:21.932 INFO kablam! | Aug 01 17:21:21.932 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:21.932 INFO kablam! Aug 01 17:21:21.932 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:21.933 INFO kablam! --> src/main.rs:59:64 Aug 01 17:21:21.933 INFO kablam! | Aug 01 17:21:21.933 INFO kablam! 59 | Some("unix_crypt") => (Box::new(unix_crypt::hash), Box::new(unix_crypt::verify)), Aug 01 17:21:21.933 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:21.933 INFO kablam! | | Aug 01 17:21:21.933 INFO kablam! | expected signature of `for<'r, 's> fn(&'r str, &'s str) -> _` Aug 01 17:21:21.933 INFO kablam! | found signature of `for<'r> fn(_, &'r str) -> _` Aug 01 17:21:21.933 INFO kablam! | Aug 01 17:21:21.933 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:21.936 INFO kablam! Aug 01 17:21:21.937 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:21.937 INFO kablam! --> src/main.rs:59:64 Aug 01 17:21:21.937 INFO kablam! | Aug 01 17:21:21.937 INFO kablam! 59 | Some("unix_crypt") => (Box::new(unix_crypt::hash), Box::new(unix_crypt::verify)), Aug 01 17:21:21.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:21.937 INFO kablam! | Aug 01 17:21:21.937 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:21.937 INFO kablam! Aug 01 17:21:21.944 INFO kablam! error: aborting due to 28 previous errors Aug 01 17:21:21.945 INFO kablam! Aug 01 17:21:21.952 INFO kablam! Some errors occurred: E0271, E0631. Aug 01 17:21:21.952 INFO kablam! For more information about an error, try `rustc --explain E0271`. Aug 01 17:21:21.964 INFO kablam! error: Could not compile `password-hash-util`. Aug 01 17:21:21.964 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 01 17:21:21.997 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:21.997 INFO kablam! --> src/main.rs:53:39 Aug 01 17:21:21.997 INFO kablam! | Aug 01 17:21:21.997 INFO kablam! 53 | Some("bcrypt") | None => (Box::new(bcrypt::hash), Box::new(bcrypt::verify)), Aug 01 17:21:21.997 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:21.997 INFO kablam! | | Aug 01 17:21:21.997 INFO kablam! | expected signature of `for<'r> fn(&'r str) -> _` Aug 01 17:21:21.997 INFO kablam! | found signature of `fn(_) -> _` Aug 01 17:21:22.000 INFO kablam! | Aug 01 17:21:22.000 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:22.000 INFO kablam! Aug 01 17:21:22.001 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:22.001 INFO kablam! --> src/main.rs:53:39 Aug 01 17:21:22.001 INFO kablam! | Aug 01 17:21:22.001 INFO kablam! 53 | Some("bcrypt") | None => (Box::new(bcrypt::hash), Box::new(bcrypt::verify)), Aug 01 17:21:22.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:22.001 INFO kablam! | Aug 01 17:21:22.001 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:22.002 INFO kablam! Aug 01 17:21:22.002 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:22.003 INFO kablam! --> src/main.rs:53:63 Aug 01 17:21:22.003 INFO kablam! | Aug 01 17:21:22.003 INFO kablam! 53 | Some("bcrypt") | None => (Box::new(bcrypt::hash), Box::new(bcrypt::verify)), Aug 01 17:21:22.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:22.003 INFO kablam! | | Aug 01 17:21:22.003 INFO kablam! | expected signature of `for<'r, 's> fn(&'r str, &'s str) -> _` Aug 01 17:21:22.003 INFO kablam! | found signature of `for<'r> fn(_, &'r str) -> _` Aug 01 17:21:22.003 INFO kablam! | Aug 01 17:21:22.003 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:22.003 INFO kablam! Aug 01 17:21:22.004 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:22.004 INFO kablam! --> src/main.rs:53:63 Aug 01 17:21:22.004 INFO kablam! | Aug 01 17:21:22.004 INFO kablam! 53 | Some("bcrypt") | None => (Box::new(bcrypt::hash), Box::new(bcrypt::verify)), Aug 01 17:21:22.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:22.004 INFO kablam! | Aug 01 17:21:22.004 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:22.004 INFO kablam! Aug 01 17:21:22.005 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:22.005 INFO kablam! --> src/main.rs:54:36 Aug 01 17:21:22.005 INFO kablam! | Aug 01 17:21:22.005 INFO kablam! 54 | Some("bsdi_crypt") => (Box::new(bsdi_crypt::hash), Box::new(bsdi_crypt::verify)), Aug 01 17:21:22.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:22.005 INFO kablam! | | Aug 01 17:21:22.005 INFO kablam! | expected signature of `for<'r> fn(&'r str) -> _` Aug 01 17:21:22.005 INFO kablam! | found signature of `fn(_) -> _` Aug 01 17:21:22.005 INFO kablam! | Aug 01 17:21:22.005 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:22.005 INFO kablam! Aug 01 17:21:22.005 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:22.005 INFO kablam! --> src/main.rs:54:36 Aug 01 17:21:22.006 INFO kablam! | Aug 01 17:21:22.006 INFO kablam! 54 | Some("bsdi_crypt") => (Box::new(bsdi_crypt::hash), Box::new(bsdi_crypt::verify)), Aug 01 17:21:22.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:22.006 INFO kablam! | Aug 01 17:21:22.006 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:22.006 INFO kablam! Aug 01 17:21:22.007 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:22.007 INFO kablam! --> src/main.rs:54:64 Aug 01 17:21:22.007 INFO kablam! | Aug 01 17:21:22.007 INFO kablam! 54 | Some("bsdi_crypt") => (Box::new(bsdi_crypt::hash), Box::new(bsdi_crypt::verify)), Aug 01 17:21:22.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:22.007 INFO kablam! | | Aug 01 17:21:22.007 INFO kablam! | expected signature of `for<'r, 's> fn(&'r str, &'s str) -> _` Aug 01 17:21:22.007 INFO kablam! | found signature of `for<'r> fn(_, &'r str) -> _` Aug 01 17:21:22.007 INFO kablam! | Aug 01 17:21:22.007 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:22.007 INFO kablam! Aug 01 17:21:22.008 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:22.008 INFO kablam! --> src/main.rs:54:64 Aug 01 17:21:22.008 INFO kablam! | Aug 01 17:21:22.008 INFO kablam! 54 | Some("bsdi_crypt") => (Box::new(bsdi_crypt::hash), Box::new(bsdi_crypt::verify)), Aug 01 17:21:22.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:22.012 INFO kablam! | Aug 01 17:21:22.012 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:22.012 INFO kablam! Aug 01 17:21:22.014 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:22.014 INFO kablam! --> src/main.rs:55:35 Aug 01 17:21:22.014 INFO kablam! | Aug 01 17:21:22.014 INFO kablam! 55 | Some("md5_crypt") => (Box::new(md5_crypt::hash), Box::new(md5_crypt::verify)), Aug 01 17:21:22.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:22.014 INFO kablam! | | Aug 01 17:21:22.014 INFO kablam! | expected signature of `for<'r> fn(&'r str) -> _` Aug 01 17:21:22.014 INFO kablam! | found signature of `fn(_) -> _` Aug 01 17:21:22.014 INFO kablam! | Aug 01 17:21:22.014 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:22.014 INFO kablam! Aug 01 17:21:22.015 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:22.015 INFO kablam! --> src/main.rs:55:35 Aug 01 17:21:22.015 INFO kablam! | Aug 01 17:21:22.015 INFO kablam! 55 | Some("md5_crypt") => (Box::new(md5_crypt::hash), Box::new(md5_crypt::verify)), Aug 01 17:21:22.015 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:22.020 INFO kablam! | Aug 01 17:21:22.021 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:22.021 INFO kablam! Aug 01 17:21:22.022 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:22.022 INFO kablam! --> src/main.rs:55:62 Aug 01 17:21:22.022 INFO kablam! | Aug 01 17:21:22.022 INFO kablam! 55 | Some("md5_crypt") => (Box::new(md5_crypt::hash), Box::new(md5_crypt::verify)), Aug 01 17:21:22.022 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:22.022 INFO kablam! | | Aug 01 17:21:22.022 INFO kablam! | expected signature of `for<'r, 's> fn(&'r str, &'s str) -> _` Aug 01 17:21:22.022 INFO kablam! | found signature of `for<'r> fn(_, &'r str) -> _` Aug 01 17:21:22.022 INFO kablam! | Aug 01 17:21:22.022 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:22.022 INFO kablam! Aug 01 17:21:22.023 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:22.023 INFO kablam! --> src/main.rs:55:62 Aug 01 17:21:22.023 INFO kablam! | Aug 01 17:21:22.023 INFO kablam! 55 | Some("md5_crypt") => (Box::new(md5_crypt::hash), Box::new(md5_crypt::verify)), Aug 01 17:21:22.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:22.023 INFO kablam! | Aug 01 17:21:22.023 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:22.023 INFO kablam! Aug 01 17:21:22.024 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:22.024 INFO kablam! --> src/main.rs:56:36 Aug 01 17:21:22.024 INFO kablam! | Aug 01 17:21:22.024 INFO kablam! 56 | Some("sha1_crypt") => (Box::new(sha1_crypt::hash), Box::new(sha1_crypt::verify)), Aug 01 17:21:22.024 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:22.024 INFO kablam! | | Aug 01 17:21:22.024 INFO kablam! | expected signature of `for<'r> fn(&'r str) -> _` Aug 01 17:21:22.024 INFO kablam! | found signature of `fn(_) -> _` Aug 01 17:21:22.024 INFO kablam! | Aug 01 17:21:22.024 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:22.024 INFO kablam! Aug 01 17:21:22.025 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:22.025 INFO kablam! --> src/main.rs:56:36 Aug 01 17:21:22.025 INFO kablam! | Aug 01 17:21:22.025 INFO kablam! 56 | Some("sha1_crypt") => (Box::new(sha1_crypt::hash), Box::new(sha1_crypt::verify)), Aug 01 17:21:22.025 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:22.025 INFO kablam! | Aug 01 17:21:22.025 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:22.025 INFO kablam! Aug 01 17:21:22.026 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:22.026 INFO kablam! --> src/main.rs:56:64 Aug 01 17:21:22.026 INFO kablam! | Aug 01 17:21:22.026 INFO kablam! 56 | Some("sha1_crypt") => (Box::new(sha1_crypt::hash), Box::new(sha1_crypt::verify)), Aug 01 17:21:22.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:22.027 INFO kablam! | | Aug 01 17:21:22.027 INFO kablam! | expected signature of `for<'r, 's> fn(&'r str, &'s str) -> _` Aug 01 17:21:22.027 INFO kablam! | found signature of `for<'r> fn(_, &'r str) -> _` Aug 01 17:21:22.032 INFO kablam! | Aug 01 17:21:22.032 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:22.033 INFO kablam! Aug 01 17:21:22.033 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:22.033 INFO kablam! --> src/main.rs:56:64 Aug 01 17:21:22.033 INFO kablam! | Aug 01 17:21:22.033 INFO kablam! 56 | Some("sha1_crypt") => (Box::new(sha1_crypt::hash), Box::new(sha1_crypt::verify)), Aug 01 17:21:22.033 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:22.033 INFO kablam! | Aug 01 17:21:22.033 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:22.034 INFO kablam! Aug 01 17:21:22.034 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:22.034 INFO kablam! --> src/main.rs:57:38 Aug 01 17:21:22.035 INFO kablam! | Aug 01 17:21:22.035 INFO kablam! 57 | Some("sha256_crypt") => (Box::new(sha256_crypt::hash), Box::new(sha256_crypt::verify)), Aug 01 17:21:22.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:22.035 INFO kablam! | | Aug 01 17:21:22.035 INFO kablam! | expected signature of `for<'r> fn(&'r str) -> _` Aug 01 17:21:22.035 INFO kablam! | found signature of `fn(_) -> _` Aug 01 17:21:22.035 INFO kablam! | Aug 01 17:21:22.035 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:22.035 INFO kablam! Aug 01 17:21:22.035 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:22.035 INFO kablam! --> src/main.rs:57:38 Aug 01 17:21:22.036 INFO kablam! | Aug 01 17:21:22.036 INFO kablam! 57 | Some("sha256_crypt") => (Box::new(sha256_crypt::hash), Box::new(sha256_crypt::verify)), Aug 01 17:21:22.036 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:22.036 INFO kablam! | Aug 01 17:21:22.036 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:22.036 INFO kablam! Aug 01 17:21:22.037 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:22.037 INFO kablam! --> src/main.rs:57:68 Aug 01 17:21:22.037 INFO kablam! | Aug 01 17:21:22.037 INFO kablam! 57 | Some("sha256_crypt") => (Box::new(sha256_crypt::hash), Box::new(sha256_crypt::verify)), Aug 01 17:21:22.037 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:22.037 INFO kablam! | | Aug 01 17:21:22.037 INFO kablam! | expected signature of `for<'r, 's> fn(&'r str, &'s str) -> _` Aug 01 17:21:22.037 INFO kablam! | found signature of `for<'r> fn(_, &'r str) -> _` Aug 01 17:21:22.037 INFO kablam! | Aug 01 17:21:22.037 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:22.037 INFO kablam! Aug 01 17:21:22.038 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:22.038 INFO kablam! --> src/main.rs:57:68 Aug 01 17:21:22.038 INFO kablam! | Aug 01 17:21:22.038 INFO kablam! 57 | Some("sha256_crypt") => (Box::new(sha256_crypt::hash), Box::new(sha256_crypt::verify)), Aug 01 17:21:22.038 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:22.038 INFO kablam! | Aug 01 17:21:22.038 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:22.038 INFO kablam! Aug 01 17:21:22.039 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:22.039 INFO kablam! --> src/main.rs:58:38 Aug 01 17:21:22.039 INFO kablam! | Aug 01 17:21:22.039 INFO kablam! 58 | Some("sha512_crypt") => (Box::new(sha512_crypt::hash), Box::new(sha512_crypt::verify)), Aug 01 17:21:22.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:22.039 INFO kablam! | | Aug 01 17:21:22.039 INFO kablam! | expected signature of `for<'r> fn(&'r str) -> _` Aug 01 17:21:22.039 INFO kablam! | found signature of `fn(_) -> _` Aug 01 17:21:22.039 INFO kablam! | Aug 01 17:21:22.039 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:22.039 INFO kablam! Aug 01 17:21:22.040 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:22.040 INFO kablam! --> src/main.rs:58:38 Aug 01 17:21:22.040 INFO kablam! | Aug 01 17:21:22.040 INFO kablam! 58 | Some("sha512_crypt") => (Box::new(sha512_crypt::hash), Box::new(sha512_crypt::verify)), Aug 01 17:21:22.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:22.040 INFO kablam! | Aug 01 17:21:22.040 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:22.040 INFO kablam! Aug 01 17:21:22.041 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:22.041 INFO kablam! --> src/main.rs:58:68 Aug 01 17:21:22.041 INFO kablam! | Aug 01 17:21:22.041 INFO kablam! 58 | Some("sha512_crypt") => (Box::new(sha512_crypt::hash), Box::new(sha512_crypt::verify)), Aug 01 17:21:22.041 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:22.041 INFO kablam! | | Aug 01 17:21:22.041 INFO kablam! | expected signature of `for<'r, 's> fn(&'r str, &'s str) -> _` Aug 01 17:21:22.041 INFO kablam! | found signature of `for<'r> fn(_, &'r str) -> _` Aug 01 17:21:22.042 INFO kablam! | Aug 01 17:21:22.042 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:22.042 INFO kablam! Aug 01 17:21:22.042 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:22.042 INFO kablam! --> src/main.rs:58:68 Aug 01 17:21:22.042 INFO kablam! | Aug 01 17:21:22.042 INFO kablam! 58 | Some("sha512_crypt") => (Box::new(sha512_crypt::hash), Box::new(sha512_crypt::verify)), Aug 01 17:21:22.043 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:22.043 INFO kablam! | Aug 01 17:21:22.043 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:22.043 INFO kablam! Aug 01 17:21:22.043 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:22.043 INFO kablam! --> src/main.rs:59:36 Aug 01 17:21:22.043 INFO kablam! | Aug 01 17:21:22.043 INFO kablam! 59 | Some("unix_crypt") => (Box::new(unix_crypt::hash), Box::new(unix_crypt::verify)), Aug 01 17:21:22.043 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:22.044 INFO kablam! | | Aug 01 17:21:22.044 INFO kablam! | expected signature of `for<'r> fn(&'r str) -> _` Aug 01 17:21:22.044 INFO kablam! | found signature of `fn(_) -> _` Aug 01 17:21:22.044 INFO kablam! | Aug 01 17:21:22.044 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:22.044 INFO kablam! Aug 01 17:21:22.044 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:22.044 INFO kablam! --> src/main.rs:59:36 Aug 01 17:21:22.044 INFO kablam! | Aug 01 17:21:22.044 INFO kablam! 59 | Some("unix_crypt") => (Box::new(unix_crypt::hash), Box::new(unix_crypt::verify)), Aug 01 17:21:22.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:22.045 INFO kablam! | Aug 01 17:21:22.045 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:22.045 INFO kablam! Aug 01 17:21:22.046 INFO kablam! error[E0631]: type mismatch in function arguments Aug 01 17:21:22.046 INFO kablam! --> src/main.rs:59:64 Aug 01 17:21:22.046 INFO kablam! | Aug 01 17:21:22.046 INFO kablam! 59 | Some("unix_crypt") => (Box::new(unix_crypt::hash), Box::new(unix_crypt::verify)), Aug 01 17:21:22.046 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 17:21:22.046 INFO kablam! | | Aug 01 17:21:22.046 INFO kablam! | expected signature of `for<'r, 's> fn(&'r str, &'s str) -> _` Aug 01 17:21:22.046 INFO kablam! | found signature of `for<'r> fn(_, &'r str) -> _` Aug 01 17:21:22.046 INFO kablam! | Aug 01 17:21:22.046 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:22.046 INFO kablam! Aug 01 17:21:22.047 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:22.047 INFO kablam! --> src/main.rs:59:64 Aug 01 17:21:22.047 INFO kablam! | Aug 01 17:21:22.047 INFO kablam! 59 | Some("unix_crypt") => (Box::new(unix_crypt::hash), Box::new(unix_crypt::verify)), Aug 01 17:21:22.047 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected bound lifetime parameter, found concrete lifetime Aug 01 17:21:22.047 INFO kablam! | Aug 01 17:21:22.047 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:22.047 INFO kablam! Aug 01 17:21:22.055 INFO kablam! error: aborting due to 28 previous errors Aug 01 17:21:22.060 INFO kablam! Aug 01 17:21:22.061 INFO kablam! Some errors occurred: E0271, E0631. Aug 01 17:21:22.062 INFO kablam! For more information about an error, try `rustc --explain E0271`. Aug 01 17:21:22.077 INFO kablam! error: Could not compile `password-hash-util`. Aug 01 17:21:22.077 INFO kablam! Aug 01 17:21:22.077 INFO kablam! To learn more, run the command again with --verbose. Aug 01 17:21:22.078 INFO kablam! su: No module specific data is present Aug 01 17:21:22.639 INFO running `"docker" "rm" "-f" "9e594f0ee58cdfbd5a0f97bbc48a3e4e1562292a6529af562be1cab78dc5ffa3"` Aug 01 17:21:22.800 INFO blam! 9e594f0ee58cdfbd5a0f97bbc48a3e4e1562292a6529af562be1cab78dc5ffa3