Oct 21 18:21:50.355 INFO checking dmitryvk/rs-credentials-manager against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 18:21:50.355 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 21 18:21:50.808 INFO blam! c692b52cc8330179355f1326ef1e82566ce58cfe61d5579d627e237c381c016e Oct 21 18:21:50.814 INFO running `"docker" "start" "-a" "c692b52cc8330179355f1326ef1e82566ce58cfe61d5579d627e237c381c016e"` Oct 21 18:21:51.768 INFO kablam! usermod: no changes Oct 21 18:21:51.898 INFO kablam! Compiling rustdoc-stripper v0.1.5 Oct 21 18:21:51.898 INFO kablam! Compiling glib-sys v0.3.4 Oct 21 18:21:51.898 INFO kablam! Compiling gobject-sys v0.3.4 Oct 21 18:21:51.898 INFO kablam! Compiling gio-sys v0.3.4 Oct 21 18:21:51.898 INFO kablam! Compiling gdk-pixbuf-sys v0.3.4 Oct 21 18:21:51.898 INFO kablam! Compiling pango-sys v0.3.4 Oct 21 18:21:51.898 INFO kablam! Compiling cairo-sys-rs v0.3.4 Oct 21 18:21:51.898 INFO kablam! Compiling atk-sys v0.3.4 Oct 21 18:21:55.673 INFO kablam! Compiling gdk-sys v0.3.4 Oct 21 18:21:55.896 INFO kablam! Compiling gtk-sys v0.3.4 Oct 21 18:21:57.656 INFO kablam! Compiling linenoise-rust v0.1.15 Oct 21 18:21:58.432 INFO kablam! Compiling gtk-rs-lgpl-docs v0.1.6 Oct 21 18:21:59.796 INFO kablam! Compiling gdk-pixbuf v0.1.3 Oct 21 18:21:59.796 INFO kablam! Compiling gio v0.1.3 Oct 21 18:21:59.796 INFO kablam! Compiling cairo-rs v0.1.3 Oct 21 18:21:59.796 INFO kablam! Compiling gdk v0.5.3 Oct 21 18:21:59.796 INFO kablam! Compiling gtk v0.1.3 Oct 21 18:22:05.944 INFO kablam! Checking glib v0.1.3 Oct 21 18:22:08.820 INFO kablam! Checking pango v0.1.3 Oct 21 18:22:38.840 INFO kablam! Checking cred-man v1.1.0 (/source) Oct 21 18:22:39.396 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 21 18:22:39.397 INFO kablam! --> src/lib.rs:64:20 Oct 21 18:22:39.397 INFO kablam! | Oct 21 18:22:39.397 INFO kablam! 64 | path = std::env::home_dir().unwrap(); Oct 21 18:22:39.397 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 18:22:39.397 INFO kablam! | Oct 21 18:22:39.398 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 18:22:39.398 INFO kablam! Oct 21 18:22:39.432 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 21 18:22:39.432 INFO kablam! --> src/lib.rs:64:20 Oct 21 18:22:39.433 INFO kablam! | Oct 21 18:22:39.433 INFO kablam! 64 | path = std::env::home_dir().unwrap(); Oct 21 18:22:39.433 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 18:22:39.433 INFO kablam! | Oct 21 18:22:39.434 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 18:22:39.434 INFO kablam! Oct 21 18:22:41.297 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 21 18:22:41.297 INFO kablam! --> src/bin/cred_man.rs:29:33 Oct 21 18:22:41.298 INFO kablam! | Oct 21 18:22:41.298 INFO kablam! 29 | let cmd = unsafe { cmd_line.slice_unchecked(0, idx) }; Oct 21 18:22:41.299 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 18:22:41.299 INFO kablam! | Oct 21 18:22:41.299 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 18:22:41.299 INFO kablam! Oct 21 18:22:41.300 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 21 18:22:41.300 INFO kablam! --> src/bin/cred_man.rs:30:34 Oct 21 18:22:41.302 INFO kablam! | Oct 21 18:22:41.303 INFO kablam! 30 | let rest = unsafe { cmd_line.slice_unchecked(cmp::min(cmd_line.len(), idx + 1), cmd_line.len()) }.trim(); Oct 21 18:22:41.304 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 18:22:41.304 INFO kablam! Oct 21 18:22:41.348 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 21 18:22:41.348 INFO kablam! --> src/bin/cred_man.rs:29:33 Oct 21 18:22:41.348 INFO kablam! | Oct 21 18:22:41.348 INFO kablam! 29 | let cmd = unsafe { cmd_line.slice_unchecked(0, idx) }; Oct 21 18:22:41.348 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 18:22:41.348 INFO kablam! | Oct 21 18:22:41.348 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 18:22:41.348 INFO kablam! Oct 21 18:22:41.348 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 21 18:22:41.348 INFO kablam! --> src/bin/cred_man.rs:30:34 Oct 21 18:22:41.348 INFO kablam! | Oct 21 18:22:41.348 INFO kablam! 30 | let rest = unsafe { cmd_line.slice_unchecked(cmp::min(cmd_line.len(), idx + 1), cmd_line.len()) }.trim(); Oct 21 18:22:41.348 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 18:22:41.348 INFO kablam! Oct 21 18:22:41.516 INFO kablam! warning: unused variable: `ui` Oct 21 18:22:41.516 INFO kablam! --> src/bin/cred_man_gtk.rs:256:9 Oct 21 18:22:41.516 INFO kablam! | Oct 21 18:22:41.516 INFO kablam! 256 | let ui = Ui::new(); Oct 21 18:22:41.516 INFO kablam! | ^^ help: consider using `_ui` instead Oct 21 18:22:41.516 INFO kablam! | Oct 21 18:22:41.516 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 18:22:41.516 INFO kablam! Oct 21 18:22:41.548 INFO kablam! warning: variable does not need to be mutable Oct 21 18:22:41.548 INFO kablam! --> src/bin/cred_man_gtk.rs:201:17 Oct 21 18:22:41.548 INFO kablam! | Oct 21 18:22:41.548 INFO kablam! 201 | let mut ui = &mut *ui_ref.borrow_mut(); Oct 21 18:22:41.548 INFO kablam! | ----^^ Oct 21 18:22:41.548 INFO kablam! | | Oct 21 18:22:41.548 INFO kablam! | help: remove this `mut` Oct 21 18:22:41.548 INFO kablam! | Oct 21 18:22:41.548 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 18:22:41.548 INFO kablam! Oct 21 18:22:41.548 INFO kablam! warning: variable does not need to be mutable Oct 21 18:22:41.548 INFO kablam! --> src/bin/cred_man_gtk.rs:223:17 Oct 21 18:22:41.548 INFO kablam! | Oct 21 18:22:41.548 INFO kablam! 223 | let mut ui = &mut *ui_ref.borrow_mut(); Oct 21 18:22:41.548 INFO kablam! | ----^^ Oct 21 18:22:41.548 INFO kablam! | | Oct 21 18:22:41.548 INFO kablam! | help: remove this `mut` Oct 21 18:22:41.548 INFO kablam! Oct 21 18:22:41.548 INFO kablam! warning: structure field `treeCredentials` should have a snake case name such as `tree_credentials` Oct 21 18:22:41.548 INFO kablam! --> src/bin/cred_man_gtk.rs:19:5 Oct 21 18:22:41.548 INFO kablam! | Oct 21 18:22:41.548 INFO kablam! 19 | treeCredentials: gtk::TreeView, Oct 21 18:22:41.548 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:22:41.548 INFO kablam! | Oct 21 18:22:41.548 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 18:22:41.548 INFO kablam! Oct 21 18:22:41.548 INFO kablam! warning: structure field `btnUnlock` should have a snake case name such as `btn_unlock` Oct 21 18:22:41.548 INFO kablam! --> src/bin/cred_man_gtk.rs:21:5 Oct 21 18:22:41.548 INFO kablam! | Oct 21 18:22:41.548 INFO kablam! 21 | btnUnlock: gtk::ToolButton, Oct 21 18:22:41.548 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:22:41.548 INFO kablam! Oct 21 18:22:41.548 INFO kablam! warning: structure field `dlgPassword` should have a snake case name such as `dlg_password` Oct 21 18:22:41.548 INFO kablam! --> src/bin/cred_man_gtk.rs:22:5 Oct 21 18:22:41.548 INFO kablam! | Oct 21 18:22:41.548 INFO kablam! 22 | dlgPassword: gtk::Dialog, Oct 21 18:22:41.548 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:22:41.549 INFO kablam! Oct 21 18:22:41.549 INFO kablam! warning: structure field `entryPassword` should have a snake case name such as `entry_password` Oct 21 18:22:41.549 INFO kablam! --> src/bin/cred_man_gtk.rs:23:5 Oct 21 18:22:41.549 INFO kablam! | Oct 21 18:22:41.549 INFO kablam! 23 | entryPassword: gtk::Entry, Oct 21 18:22:41.549 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:22:41.549 INFO kablam! Oct 21 18:22:41.549 INFO kablam! warning: variable `treeCredentials` should have a snake case name such as `tree_credentials` Oct 21 18:22:41.549 INFO kablam! --> src/bin/cred_man_gtk.rs:43:13 Oct 21 18:22:41.549 INFO kablam! | Oct 21 18:22:41.549 INFO kablam! 43 | let treeCredentials: gtk::TreeView = b.get_object("treeCredentials").expect("Unable to find treeCredentials"); Oct 21 18:22:41.549 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 18:22:41.549 INFO kablam! Oct 21 18:22:41.549 INFO kablam! warning: variable `btnUnlock` should have a snake case name such as `btn_unlock` Oct 21 18:22:41.549 INFO kablam! --> src/bin/cred_man_gtk.rs:47:13 Oct 21 18:22:41.549 INFO kablam! | Oct 21 18:22:41.549 INFO kablam! 47 | let btnUnlock: gtk::ToolButton = b.get_object("btnUnlock").expect("Unable to find btnUnlock"); Oct 21 18:22:41.549 INFO kablam! | ^^^^^^^^^ Oct 21 18:22:41.549 INFO kablam! Oct 21 18:22:41.549 INFO kablam! warning: variable `dlgPassword` should have a snake case name such as `dlg_password` Oct 21 18:22:41.549 INFO kablam! --> src/bin/cred_man_gtk.rs:49:13 Oct 21 18:22:41.549 INFO kablam! | Oct 21 18:22:41.549 INFO kablam! 49 | let dlgPassword: gtk::Dialog = b.get_object("dlgPassword").expect("Unable to find dlgPassword"); Oct 21 18:22:41.549 INFO kablam! | ^^^^^^^^^^^ Oct 21 18:22:41.549 INFO kablam! Oct 21 18:22:41.549 INFO kablam! warning: variable `entryPassword` should have a snake case name such as `entry_password` Oct 21 18:22:41.549 INFO kablam! --> src/bin/cred_man_gtk.rs:51:13 Oct 21 18:22:41.549 INFO kablam! | Oct 21 18:22:41.549 INFO kablam! 51 | let entryPassword: gtk::Entry = b.get_object("entryPassword").expect("Unable to find entryPassword"); Oct 21 18:22:41.549 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 18:22:41.549 INFO kablam! Oct 21 18:22:41.927 INFO kablam! warning: unused variable: `ui` Oct 21 18:22:41.927 INFO kablam! --> src/bin/cred_man_gtk.rs:256:9 Oct 21 18:22:41.927 INFO kablam! | Oct 21 18:22:41.927 INFO kablam! 256 | let ui = Ui::new(); Oct 21 18:22:41.927 INFO kablam! | ^^ help: consider using `_ui` instead Oct 21 18:22:41.927 INFO kablam! | Oct 21 18:22:41.927 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 18:22:41.927 INFO kablam! Oct 21 18:22:41.942 INFO kablam! warning: variable does not need to be mutable Oct 21 18:22:41.943 INFO kablam! --> src/bin/cred_man_gtk.rs:201:17 Oct 21 18:22:41.943 INFO kablam! | Oct 21 18:22:41.943 INFO kablam! 201 | let mut ui = &mut *ui_ref.borrow_mut(); Oct 21 18:22:41.943 INFO kablam! | ----^^ Oct 21 18:22:41.943 INFO kablam! | | Oct 21 18:22:41.944 INFO kablam! | help: remove this `mut` Oct 21 18:22:41.944 INFO kablam! | Oct 21 18:22:41.946 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 18:22:41.946 INFO kablam! Oct 21 18:22:41.946 INFO kablam! warning: variable does not need to be mutable Oct 21 18:22:41.946 INFO kablam! --> src/bin/cred_man_gtk.rs:223:17 Oct 21 18:22:41.946 INFO kablam! | Oct 21 18:22:41.946 INFO kablam! 223 | let mut ui = &mut *ui_ref.borrow_mut(); Oct 21 18:22:41.946 INFO kablam! | ----^^ Oct 21 18:22:41.946 INFO kablam! | | Oct 21 18:22:41.946 INFO kablam! | help: remove this `mut` Oct 21 18:22:41.946 INFO kablam! Oct 21 18:22:41.946 INFO kablam! warning: structure field `treeCredentials` should have a snake case name such as `tree_credentials` Oct 21 18:22:41.946 INFO kablam! --> src/bin/cred_man_gtk.rs:19:5 Oct 21 18:22:41.946 INFO kablam! | Oct 21 18:22:41.946 INFO kablam! 19 | treeCredentials: gtk::TreeView, Oct 21 18:22:41.946 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:22:41.946 INFO kablam! | Oct 21 18:22:41.946 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 18:22:41.946 INFO kablam! Oct 21 18:22:41.946 INFO kablam! warning: structure field `btnUnlock` should have a snake case name such as `btn_unlock` Oct 21 18:22:41.946 INFO kablam! --> src/bin/cred_man_gtk.rs:21:5 Oct 21 18:22:41.946 INFO kablam! | Oct 21 18:22:41.946 INFO kablam! 21 | btnUnlock: gtk::ToolButton, Oct 21 18:22:41.946 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:22:41.946 INFO kablam! Oct 21 18:22:41.946 INFO kablam! warning: structure field `dlgPassword` should have a snake case name such as `dlg_password` Oct 21 18:22:41.946 INFO kablam! --> src/bin/cred_man_gtk.rs:22:5 Oct 21 18:22:41.946 INFO kablam! | Oct 21 18:22:41.946 INFO kablam! 22 | dlgPassword: gtk::Dialog, Oct 21 18:22:41.946 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:22:41.946 INFO kablam! Oct 21 18:22:41.946 INFO kablam! warning: structure field `entryPassword` should have a snake case name such as `entry_password` Oct 21 18:22:41.946 INFO kablam! --> src/bin/cred_man_gtk.rs:23:5 Oct 21 18:22:41.946 INFO kablam! | Oct 21 18:22:41.946 INFO kablam! 23 | entryPassword: gtk::Entry, Oct 21 18:22:41.946 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:22:41.946 INFO kablam! Oct 21 18:22:41.946 INFO kablam! warning: variable `treeCredentials` should have a snake case name such as `tree_credentials` Oct 21 18:22:41.946 INFO kablam! --> src/bin/cred_man_gtk.rs:43:13 Oct 21 18:22:41.946 INFO kablam! | Oct 21 18:22:41.946 INFO kablam! 43 | let treeCredentials: gtk::TreeView = b.get_object("treeCredentials").expect("Unable to find treeCredentials"); Oct 21 18:22:41.947 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 18:22:41.947 INFO kablam! Oct 21 18:22:41.947 INFO kablam! warning: variable `btnUnlock` should have a snake case name such as `btn_unlock` Oct 21 18:22:41.947 INFO kablam! --> src/bin/cred_man_gtk.rs:47:13 Oct 21 18:22:41.947 INFO kablam! | Oct 21 18:22:41.947 INFO kablam! 47 | let btnUnlock: gtk::ToolButton = b.get_object("btnUnlock").expect("Unable to find btnUnlock"); Oct 21 18:22:41.947 INFO kablam! | ^^^^^^^^^ Oct 21 18:22:41.947 INFO kablam! Oct 21 18:22:41.947 INFO kablam! warning: variable `dlgPassword` should have a snake case name such as `dlg_password` Oct 21 18:22:41.947 INFO kablam! --> src/bin/cred_man_gtk.rs:49:13 Oct 21 18:22:41.947 INFO kablam! | Oct 21 18:22:41.947 INFO kablam! 49 | let dlgPassword: gtk::Dialog = b.get_object("dlgPassword").expect("Unable to find dlgPassword"); Oct 21 18:22:41.947 INFO kablam! | ^^^^^^^^^^^ Oct 21 18:22:41.947 INFO kablam! Oct 21 18:22:41.947 INFO kablam! warning: variable `entryPassword` should have a snake case name such as `entry_password` Oct 21 18:22:41.947 INFO kablam! --> src/bin/cred_man_gtk.rs:51:13 Oct 21 18:22:41.947 INFO kablam! | Oct 21 18:22:41.947 INFO kablam! 51 | let entryPassword: gtk::Entry = b.get_object("entryPassword").expect("Unable to find entryPassword"); Oct 21 18:22:41.947 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 18:22:41.947 INFO kablam! Oct 21 18:22:41.963 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 50.19s Oct 21 18:22:41.975 INFO kablam! su: No module specific data is present Oct 21 18:22:42.381 INFO running `"docker" "rm" "-f" "c692b52cc8330179355f1326ef1e82566ce58cfe61d5579d627e237c381c016e"` Oct 21 18:22:42.515 INFO blam! c692b52cc8330179355f1326ef1e82566ce58cfe61d5579d627e237c381c016e