Oct 27 05:40:05.604 INFO checking dmitryvk/rs-credentials-manager against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 05:40:05.604 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 05:40:06.115 INFO blam! 82e9f6222b21c9a244f906361acfd69b44d5ca343daf265ca7c8ecfd535888ae Oct 27 05:40:06.117 INFO running `"docker" "start" "-a" "82e9f6222b21c9a244f906361acfd69b44d5ca343daf265ca7c8ecfd535888ae"` Oct 27 05:40:07.404 INFO kablam! usermod: no changes Oct 27 05:40:07.611 INFO kablam! Compiling rustdoc-stripper v0.1.5 Oct 27 05:40:07.619 INFO kablam! Compiling glib-sys v0.3.4 Oct 27 05:40:07.619 INFO kablam! Compiling gobject-sys v0.3.4 Oct 27 05:40:07.627 INFO kablam! Compiling gio-sys v0.3.4 Oct 27 05:40:07.631 INFO kablam! Compiling pango-sys v0.3.4 Oct 27 05:40:07.631 INFO kablam! Compiling gdk-pixbuf-sys v0.3.4 Oct 27 05:40:07.631 INFO kablam! Compiling cairo-sys-rs v0.3.4 Oct 27 05:40:07.631 INFO kablam! Compiling atk-sys v0.3.4 Oct 27 05:40:13.114 INFO kablam! Compiling gdk-sys v0.3.4 Oct 27 05:40:13.163 INFO kablam! Compiling gtk-sys v0.3.4 Oct 27 05:40:13.681 INFO kablam! Compiling linenoise-rust v0.1.15 Oct 27 05:40:20.839 INFO kablam! Compiling gtk-rs-lgpl-docs v0.1.6 Oct 27 05:40:22.362 INFO kablam! Compiling gio v0.1.3 Oct 27 05:40:22.362 INFO kablam! Compiling gdk-pixbuf v0.1.3 Oct 27 05:40:22.362 INFO kablam! Compiling cairo-rs v0.1.3 Oct 27 05:40:22.362 INFO kablam! Compiling gdk v0.5.3 Oct 27 05:40:22.362 INFO kablam! Compiling gtk v0.1.3 Oct 27 05:40:29.085 INFO kablam! Checking glib v0.1.3 Oct 27 05:40:35.531 INFO kablam! Checking pango v0.1.3 Oct 27 05:41:14.857 INFO kablam! Checking cred-man v1.1.0 (/source) Oct 27 05:41:15.820 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 27 05:41:15.820 INFO kablam! --> src/lib.rs:64:20 Oct 27 05:41:15.820 INFO kablam! | Oct 27 05:41:15.820 INFO kablam! 64 | path = std::env::home_dir().unwrap(); Oct 27 05:41:15.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 05:41:15.820 INFO kablam! | Oct 27 05:41:15.820 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 05:41:15.820 INFO kablam! Oct 27 05:41:15.969 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 27 05:41:15.970 INFO kablam! --> src/lib.rs:64:20 Oct 27 05:41:15.970 INFO kablam! | Oct 27 05:41:15.970 INFO kablam! 64 | path = std::env::home_dir().unwrap(); Oct 27 05:41:15.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 05:41:15.971 INFO kablam! | Oct 27 05:41:15.972 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 05:41:15.972 INFO kablam! Oct 27 05:41:18.768 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 27 05:41:18.769 INFO kablam! --> src/bin/cred_man.rs:29:33 Oct 27 05:41:18.770 INFO kablam! | Oct 27 05:41:18.770 INFO kablam! 29 | let cmd = unsafe { cmd_line.slice_unchecked(0, idx) }; Oct 27 05:41:18.771 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 05:41:18.771 INFO kablam! | Oct 27 05:41:18.772 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 05:41:18.772 INFO kablam! Oct 27 05:41:18.773 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 27 05:41:18.774 INFO kablam! --> src/bin/cred_man.rs:30:34 Oct 27 05:41:18.775 INFO kablam! | Oct 27 05:41:18.775 INFO kablam! 30 | let rest = unsafe { cmd_line.slice_unchecked(cmp::min(cmd_line.len(), idx + 1), cmd_line.len()) }.trim(); Oct 27 05:41:18.776 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 05:41:18.776 INFO kablam! Oct 27 05:41:19.555 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 27 05:41:19.556 INFO kablam! --> src/bin/cred_man.rs:29:33 Oct 27 05:41:19.556 INFO kablam! | Oct 27 05:41:19.556 INFO kablam! 29 | let cmd = unsafe { cmd_line.slice_unchecked(0, idx) }; Oct 27 05:41:19.557 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 05:41:19.563 INFO kablam! | Oct 27 05:41:19.563 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 05:41:19.563 INFO kablam! Oct 27 05:41:19.564 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 27 05:41:19.564 INFO kablam! --> src/bin/cred_man.rs:30:34 Oct 27 05:41:19.564 INFO kablam! | Oct 27 05:41:19.565 INFO kablam! 30 | let rest = unsafe { cmd_line.slice_unchecked(cmp::min(cmd_line.len(), idx + 1), cmd_line.len()) }.trim(); Oct 27 05:41:19.565 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 05:41:19.565 INFO kablam! Oct 27 05:41:20.183 INFO kablam! warning: unused variable: `ui` Oct 27 05:41:20.184 INFO kablam! --> src/bin/cred_man_gtk.rs:256:9 Oct 27 05:41:20.185 INFO kablam! | Oct 27 05:41:20.185 INFO kablam! 256 | let ui = Ui::new(); Oct 27 05:41:20.186 INFO kablam! | ^^ help: consider using `_ui` instead Oct 27 05:41:20.186 INFO kablam! | Oct 27 05:41:20.187 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 05:41:20.187 INFO kablam! Oct 27 05:41:20.211 INFO kablam! warning: variable does not need to be mutable Oct 27 05:41:20.212 INFO kablam! --> src/bin/cred_man_gtk.rs:201:17 Oct 27 05:41:20.212 INFO kablam! | Oct 27 05:41:20.213 INFO kablam! 201 | let mut ui = &mut *ui_ref.borrow_mut(); Oct 27 05:41:20.214 INFO kablam! | ----^^ Oct 27 05:41:20.214 INFO kablam! | | Oct 27 05:41:20.215 INFO kablam! | help: remove this `mut` Oct 27 05:41:20.215 INFO kablam! | Oct 27 05:41:20.216 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 05:41:20.216 INFO kablam! Oct 27 05:41:20.217 INFO kablam! warning: variable does not need to be mutable Oct 27 05:41:20.218 INFO kablam! --> src/bin/cred_man_gtk.rs:223:17 Oct 27 05:41:20.218 INFO kablam! | Oct 27 05:41:20.219 INFO kablam! 223 | let mut ui = &mut *ui_ref.borrow_mut(); Oct 27 05:41:20.220 INFO kablam! | ----^^ Oct 27 05:41:20.220 INFO kablam! | | Oct 27 05:41:20.221 INFO kablam! | help: remove this `mut` Oct 27 05:41:20.221 INFO kablam! Oct 27 05:41:20.222 INFO kablam! warning: structure field `treeCredentials` should have a snake case name such as `tree_credentials` Oct 27 05:41:20.222 INFO kablam! --> src/bin/cred_man_gtk.rs:19:5 Oct 27 05:41:20.223 INFO kablam! | Oct 27 05:41:20.223 INFO kablam! 19 | treeCredentials: gtk::TreeView, Oct 27 05:41:20.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:41:20.223 INFO kablam! | Oct 27 05:41:20.223 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 05:41:20.223 INFO kablam! Oct 27 05:41:20.223 INFO kablam! warning: structure field `btnUnlock` should have a snake case name such as `btn_unlock` Oct 27 05:41:20.223 INFO kablam! --> src/bin/cred_man_gtk.rs:21:5 Oct 27 05:41:20.223 INFO kablam! | Oct 27 05:41:20.223 INFO kablam! 21 | btnUnlock: gtk::ToolButton, Oct 27 05:41:20.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:41:20.223 INFO kablam! Oct 27 05:41:20.227 INFO kablam! warning: structure field `dlgPassword` should have a snake case name such as `dlg_password` Oct 27 05:41:20.227 INFO kablam! --> src/bin/cred_man_gtk.rs:22:5 Oct 27 05:41:20.227 INFO kablam! | Oct 27 05:41:20.227 INFO kablam! 22 | dlgPassword: gtk::Dialog, Oct 27 05:41:20.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:41:20.227 INFO kablam! Oct 27 05:41:20.227 INFO kablam! warning: structure field `entryPassword` should have a snake case name such as `entry_password` Oct 27 05:41:20.227 INFO kablam! --> src/bin/cred_man_gtk.rs:23:5 Oct 27 05:41:20.227 INFO kablam! | Oct 27 05:41:20.227 INFO kablam! 23 | entryPassword: gtk::Entry, Oct 27 05:41:20.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:41:20.227 INFO kablam! Oct 27 05:41:20.227 INFO kablam! warning: variable `treeCredentials` should have a snake case name such as `tree_credentials` Oct 27 05:41:20.227 INFO kablam! --> src/bin/cred_man_gtk.rs:43:13 Oct 27 05:41:20.227 INFO kablam! | Oct 27 05:41:20.227 INFO kablam! 43 | let treeCredentials: gtk::TreeView = b.get_object("treeCredentials").expect("Unable to find treeCredentials"); Oct 27 05:41:20.227 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 05:41:20.227 INFO kablam! Oct 27 05:41:20.227 INFO kablam! warning: variable `btnUnlock` should have a snake case name such as `btn_unlock` Oct 27 05:41:20.227 INFO kablam! --> src/bin/cred_man_gtk.rs:47:13 Oct 27 05:41:20.227 INFO kablam! | Oct 27 05:41:20.227 INFO kablam! 47 | let btnUnlock: gtk::ToolButton = b.get_object("btnUnlock").expect("Unable to find btnUnlock"); Oct 27 05:41:20.227 INFO kablam! | ^^^^^^^^^ Oct 27 05:41:20.227 INFO kablam! Oct 27 05:41:20.227 INFO kablam! warning: variable `dlgPassword` should have a snake case name such as `dlg_password` Oct 27 05:41:20.227 INFO kablam! --> src/bin/cred_man_gtk.rs:49:13 Oct 27 05:41:20.227 INFO kablam! | Oct 27 05:41:20.227 INFO kablam! 49 | let dlgPassword: gtk::Dialog = b.get_object("dlgPassword").expect("Unable to find dlgPassword"); Oct 27 05:41:20.227 INFO kablam! | ^^^^^^^^^^^ Oct 27 05:41:20.227 INFO kablam! Oct 27 05:41:20.227 INFO kablam! warning: variable `entryPassword` should have a snake case name such as `entry_password` Oct 27 05:41:20.227 INFO kablam! --> src/bin/cred_man_gtk.rs:51:13 Oct 27 05:41:20.227 INFO kablam! | Oct 27 05:41:20.227 INFO kablam! 51 | let entryPassword: gtk::Entry = b.get_object("entryPassword").expect("Unable to find entryPassword"); Oct 27 05:41:20.227 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 05:41:20.227 INFO kablam! Oct 27 05:41:20.468 INFO kablam! warning: unused variable: `ui` Oct 27 05:41:20.468 INFO kablam! --> src/bin/cred_man_gtk.rs:256:9 Oct 27 05:41:20.468 INFO kablam! | Oct 27 05:41:20.468 INFO kablam! 256 | let ui = Ui::new(); Oct 27 05:41:20.468 INFO kablam! | ^^ help: consider using `_ui` instead Oct 27 05:41:20.468 INFO kablam! | Oct 27 05:41:20.468 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 05:41:20.468 INFO kablam! Oct 27 05:41:20.486 INFO kablam! warning: variable does not need to be mutable Oct 27 05:41:20.486 INFO kablam! --> src/bin/cred_man_gtk.rs:201:17 Oct 27 05:41:20.486 INFO kablam! | Oct 27 05:41:20.486 INFO kablam! 201 | let mut ui = &mut *ui_ref.borrow_mut(); Oct 27 05:41:20.486 INFO kablam! | ----^^ Oct 27 05:41:20.486 INFO kablam! | | Oct 27 05:41:20.486 INFO kablam! | help: remove this `mut` Oct 27 05:41:20.486 INFO kablam! | Oct 27 05:41:20.486 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 05:41:20.486 INFO kablam! Oct 27 05:41:20.486 INFO kablam! warning: variable does not need to be mutable Oct 27 05:41:20.486 INFO kablam! --> src/bin/cred_man_gtk.rs:223:17 Oct 27 05:41:20.486 INFO kablam! | Oct 27 05:41:20.486 INFO kablam! 223 | let mut ui = &mut *ui_ref.borrow_mut(); Oct 27 05:41:20.486 INFO kablam! | ----^^ Oct 27 05:41:20.486 INFO kablam! | | Oct 27 05:41:20.486 INFO kablam! | help: remove this `mut` Oct 27 05:41:20.486 INFO kablam! Oct 27 05:41:20.488 INFO kablam! warning: structure field `treeCredentials` should have a snake case name such as `tree_credentials` Oct 27 05:41:20.488 INFO kablam! --> src/bin/cred_man_gtk.rs:19:5 Oct 27 05:41:20.488 INFO kablam! | Oct 27 05:41:20.489 INFO kablam! 19 | treeCredentials: gtk::TreeView, Oct 27 05:41:20.489 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:41:20.489 INFO kablam! | Oct 27 05:41:20.489 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 05:41:20.489 INFO kablam! Oct 27 05:41:20.489 INFO kablam! warning: structure field `btnUnlock` should have a snake case name such as `btn_unlock` Oct 27 05:41:20.489 INFO kablam! --> src/bin/cred_man_gtk.rs:21:5 Oct 27 05:41:20.489 INFO kablam! | Oct 27 05:41:20.489 INFO kablam! 21 | btnUnlock: gtk::ToolButton, Oct 27 05:41:20.489 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:41:20.489 INFO kablam! Oct 27 05:41:20.489 INFO kablam! warning: structure field `dlgPassword` should have a snake case name such as `dlg_password` Oct 27 05:41:20.489 INFO kablam! --> src/bin/cred_man_gtk.rs:22:5 Oct 27 05:41:20.489 INFO kablam! | Oct 27 05:41:20.489 INFO kablam! 22 | dlgPassword: gtk::Dialog, Oct 27 05:41:20.489 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:41:20.489 INFO kablam! Oct 27 05:41:20.489 INFO kablam! warning: structure field `entryPassword` should have a snake case name such as `entry_password` Oct 27 05:41:20.489 INFO kablam! --> src/bin/cred_man_gtk.rs:23:5 Oct 27 05:41:20.489 INFO kablam! | Oct 27 05:41:20.489 INFO kablam! 23 | entryPassword: gtk::Entry, Oct 27 05:41:20.489 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:41:20.489 INFO kablam! Oct 27 05:41:20.489 INFO kablam! warning: variable `treeCredentials` should have a snake case name such as `tree_credentials` Oct 27 05:41:20.489 INFO kablam! --> src/bin/cred_man_gtk.rs:43:13 Oct 27 05:41:20.489 INFO kablam! | Oct 27 05:41:20.489 INFO kablam! 43 | let treeCredentials: gtk::TreeView = b.get_object("treeCredentials").expect("Unable to find treeCredentials"); Oct 27 05:41:20.489 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 05:41:20.489 INFO kablam! Oct 27 05:41:20.489 INFO kablam! warning: variable `btnUnlock` should have a snake case name such as `btn_unlock` Oct 27 05:41:20.489 INFO kablam! --> src/bin/cred_man_gtk.rs:47:13 Oct 27 05:41:20.489 INFO kablam! | Oct 27 05:41:20.489 INFO kablam! 47 | let btnUnlock: gtk::ToolButton = b.get_object("btnUnlock").expect("Unable to find btnUnlock"); Oct 27 05:41:20.489 INFO kablam! | ^^^^^^^^^ Oct 27 05:41:20.489 INFO kablam! Oct 27 05:41:20.489 INFO kablam! warning: variable `dlgPassword` should have a snake case name such as `dlg_password` Oct 27 05:41:20.489 INFO kablam! --> src/bin/cred_man_gtk.rs:49:13 Oct 27 05:41:20.489 INFO kablam! | Oct 27 05:41:20.489 INFO kablam! 49 | let dlgPassword: gtk::Dialog = b.get_object("dlgPassword").expect("Unable to find dlgPassword"); Oct 27 05:41:20.489 INFO kablam! | ^^^^^^^^^^^ Oct 27 05:41:20.489 INFO kablam! Oct 27 05:41:20.489 INFO kablam! warning: variable `entryPassword` should have a snake case name such as `entry_password` Oct 27 05:41:20.489 INFO kablam! --> src/bin/cred_man_gtk.rs:51:13 Oct 27 05:41:20.490 INFO kablam! | Oct 27 05:41:20.490 INFO kablam! 51 | let entryPassword: gtk::Entry = b.get_object("entryPassword").expect("Unable to find entryPassword"); Oct 27 05:41:20.490 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 05:41:20.490 INFO kablam! Oct 27 05:41:20.541 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 13s Oct 27 05:41:20.549 INFO kablam! su: No module specific data is present Oct 27 05:41:21.082 INFO running `"docker" "rm" "-f" "82e9f6222b21c9a244f906361acfd69b44d5ca343daf265ca7c8ecfd535888ae"` Oct 27 05:41:21.345 INFO blam! 82e9f6222b21c9a244f906361acfd69b44d5ca343daf265ca7c8ecfd535888ae