Oct 12 22:31:36.865 INFO checking dmitryvk/rs-credentials-manager against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 22:31:36.867 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 12 22:31:37.261 INFO blam! cb7c7d134fa334a36f09f699ebd424890c129f8eb4960c14d0d6424cd855cc2a Oct 12 22:31:37.266 INFO running `"docker" "start" "-a" "cb7c7d134fa334a36f09f699ebd424890c129f8eb4960c14d0d6424cd855cc2a"` Oct 12 22:31:38.476 INFO kablam! usermod: no changes Oct 12 22:31:38.720 INFO kablam! Compiling rustdoc-stripper v0.1.5 Oct 12 22:31:38.736 INFO kablam! Compiling glib-sys v0.3.4 Oct 12 22:31:38.736 INFO kablam! Compiling gobject-sys v0.3.4 Oct 12 22:31:38.736 INFO kablam! Compiling gio-sys v0.3.4 Oct 12 22:31:38.736 INFO kablam! Compiling cairo-sys-rs v0.3.4 Oct 12 22:31:38.736 INFO kablam! Compiling gdk-pixbuf-sys v0.3.4 Oct 12 22:31:38.736 INFO kablam! Compiling pango-sys v0.3.4 Oct 12 22:31:38.736 INFO kablam! Compiling gdk-sys v0.3.4 Oct 12 22:31:44.603 INFO kablam! Compiling atk-sys v0.3.4 Oct 12 22:31:44.761 INFO kablam! Compiling gtk-sys v0.3.4 Oct 12 22:31:45.168 INFO kablam! Compiling linenoise-rust v0.1.15 Oct 12 22:31:51.093 INFO kablam! Compiling gtk-rs-lgpl-docs v0.1.6 Oct 12 22:31:52.776 INFO kablam! Compiling gdk-pixbuf v0.1.3 Oct 12 22:31:52.776 INFO kablam! Compiling gio v0.1.3 Oct 12 22:31:52.776 INFO kablam! Compiling cairo-rs v0.1.3 Oct 12 22:31:52.776 INFO kablam! Compiling gdk v0.5.3 Oct 12 22:31:52.776 INFO kablam! Compiling gtk v0.1.3 Oct 12 22:31:56.237 INFO kablam! Checking glib v0.1.3 Oct 12 22:32:03.344 INFO kablam! Checking pango v0.1.3 Oct 12 22:32:38.951 INFO kablam! Checking cred-man v1.1.0 (/source) Oct 12 22:32:39.846 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 12 22:32:39.846 INFO kablam! --> src/lib.rs:64:20 Oct 12 22:32:39.846 INFO kablam! | Oct 12 22:32:39.846 INFO kablam! 64 | path = std::env::home_dir().unwrap(); Oct 12 22:32:39.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 22:32:39.847 INFO kablam! | Oct 12 22:32:39.847 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 22:32:39.847 INFO kablam! Oct 12 22:32:39.886 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 12 22:32:39.886 INFO kablam! --> src/lib.rs:64:20 Oct 12 22:32:39.886 INFO kablam! | Oct 12 22:32:39.886 INFO kablam! 64 | path = std::env::home_dir().unwrap(); Oct 12 22:32:39.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 22:32:39.886 INFO kablam! | Oct 12 22:32:39.886 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 22:32:39.886 INFO kablam! Oct 12 22:32:43.513 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 22:32:43.513 INFO kablam! --> src/bin/cred_man.rs:29:33 Oct 12 22:32:43.514 INFO kablam! | Oct 12 22:32:43.515 INFO kablam! 29 | let cmd = unsafe { cmd_line.slice_unchecked(0, idx) }; Oct 12 22:32:43.516 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 22:32:43.517 INFO kablam! | Oct 12 22:32:43.517 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 22:32:43.518 INFO kablam! Oct 12 22:32:43.518 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 22:32:43.519 INFO kablam! --> src/bin/cred_man.rs:30:34 Oct 12 22:32:43.520 INFO kablam! | Oct 12 22:32:43.521 INFO kablam! 30 | let rest = unsafe { cmd_line.slice_unchecked(cmp::min(cmd_line.len(), idx + 1), cmd_line.len()) }.trim(); Oct 12 22:32:43.522 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 22:32:43.528 INFO kablam! Oct 12 22:32:43.648 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 22:32:43.649 INFO kablam! --> src/bin/cred_man.rs:29:33 Oct 12 22:32:43.649 INFO kablam! | Oct 12 22:32:43.649 INFO kablam! 29 | let cmd = unsafe { cmd_line.slice_unchecked(0, idx) }; Oct 12 22:32:43.649 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 22:32:43.649 INFO kablam! | Oct 12 22:32:43.650 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 22:32:43.651 INFO kablam! Oct 12 22:32:43.651 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 22:32:43.651 INFO kablam! --> src/bin/cred_man.rs:30:34 Oct 12 22:32:43.651 INFO kablam! | Oct 12 22:32:43.651 INFO kablam! 30 | let rest = unsafe { cmd_line.slice_unchecked(cmp::min(cmd_line.len(), idx + 1), cmd_line.len()) }.trim(); Oct 12 22:32:43.651 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 22:32:43.651 INFO kablam! Oct 12 22:32:44.622 INFO kablam! warning: unused variable: `ui` Oct 12 22:32:44.622 INFO kablam! --> src/bin/cred_man_gtk.rs:256:9 Oct 12 22:32:44.623 INFO kablam! | Oct 12 22:32:44.623 INFO kablam! 256 | let ui = Ui::new(); Oct 12 22:32:44.623 INFO kablam! | ^^ help: consider using `_ui` instead Oct 12 22:32:44.623 INFO kablam! | Oct 12 22:32:44.623 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 22:32:44.623 INFO kablam! Oct 12 22:32:44.641 INFO kablam! warning: variable does not need to be mutable Oct 12 22:32:44.641 INFO kablam! --> src/bin/cred_man_gtk.rs:201:17 Oct 12 22:32:44.641 INFO kablam! | Oct 12 22:32:44.641 INFO kablam! 201 | let mut ui = &mut *ui_ref.borrow_mut(); Oct 12 22:32:44.641 INFO kablam! | ----^^ Oct 12 22:32:44.641 INFO kablam! | | Oct 12 22:32:44.641 INFO kablam! | help: remove this `mut` Oct 12 22:32:44.643 INFO kablam! | Oct 12 22:32:44.643 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 22:32:44.643 INFO kablam! Oct 12 22:32:44.643 INFO kablam! warning: variable does not need to be mutable Oct 12 22:32:44.643 INFO kablam! --> src/bin/cred_man_gtk.rs:223:17 Oct 12 22:32:44.643 INFO kablam! | Oct 12 22:32:44.643 INFO kablam! 223 | let mut ui = &mut *ui_ref.borrow_mut(); Oct 12 22:32:44.643 INFO kablam! | ----^^ Oct 12 22:32:44.643 INFO kablam! | | Oct 12 22:32:44.643 INFO kablam! | help: remove this `mut` Oct 12 22:32:44.643 INFO kablam! Oct 12 22:32:44.645 INFO kablam! warning: structure field `treeCredentials` should have a snake case name such as `tree_credentials` Oct 12 22:32:44.645 INFO kablam! --> src/bin/cred_man_gtk.rs:19:5 Oct 12 22:32:44.645 INFO kablam! | Oct 12 22:32:44.645 INFO kablam! 19 | treeCredentials: gtk::TreeView, Oct 12 22:32:44.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:32:44.645 INFO kablam! | Oct 12 22:32:44.645 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 22:32:44.645 INFO kablam! Oct 12 22:32:44.645 INFO kablam! warning: structure field `btnUnlock` should have a snake case name such as `btn_unlock` Oct 12 22:32:44.645 INFO kablam! --> src/bin/cred_man_gtk.rs:21:5 Oct 12 22:32:44.645 INFO kablam! | Oct 12 22:32:44.645 INFO kablam! 21 | btnUnlock: gtk::ToolButton, Oct 12 22:32:44.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:32:44.645 INFO kablam! Oct 12 22:32:44.645 INFO kablam! warning: structure field `dlgPassword` should have a snake case name such as `dlg_password` Oct 12 22:32:44.645 INFO kablam! --> src/bin/cred_man_gtk.rs:22:5 Oct 12 22:32:44.645 INFO kablam! | Oct 12 22:32:44.645 INFO kablam! 22 | dlgPassword: gtk::Dialog, Oct 12 22:32:44.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:32:44.646 INFO kablam! Oct 12 22:32:44.646 INFO kablam! warning: structure field `entryPassword` should have a snake case name such as `entry_password` Oct 12 22:32:44.646 INFO kablam! --> src/bin/cred_man_gtk.rs:23:5 Oct 12 22:32:44.646 INFO kablam! | Oct 12 22:32:44.646 INFO kablam! 23 | entryPassword: gtk::Entry, Oct 12 22:32:44.646 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:32:44.646 INFO kablam! Oct 12 22:32:44.646 INFO kablam! warning: variable `treeCredentials` should have a snake case name such as `tree_credentials` Oct 12 22:32:44.646 INFO kablam! --> src/bin/cred_man_gtk.rs:43:13 Oct 12 22:32:44.646 INFO kablam! | Oct 12 22:32:44.646 INFO kablam! 43 | let treeCredentials: gtk::TreeView = b.get_object("treeCredentials").expect("Unable to find treeCredentials"); Oct 12 22:32:44.646 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 22:32:44.646 INFO kablam! Oct 12 22:32:44.646 INFO kablam! warning: variable `btnUnlock` should have a snake case name such as `btn_unlock` Oct 12 22:32:44.646 INFO kablam! --> src/bin/cred_man_gtk.rs:47:13 Oct 12 22:32:44.646 INFO kablam! | Oct 12 22:32:44.646 INFO kablam! 47 | let btnUnlock: gtk::ToolButton = b.get_object("btnUnlock").expect("Unable to find btnUnlock"); Oct 12 22:32:44.646 INFO kablam! | ^^^^^^^^^ Oct 12 22:32:44.652 INFO kablam! Oct 12 22:32:44.652 INFO kablam! warning: variable `dlgPassword` should have a snake case name such as `dlg_password` Oct 12 22:32:44.652 INFO kablam! --> src/bin/cred_man_gtk.rs:49:13 Oct 12 22:32:44.652 INFO kablam! | Oct 12 22:32:44.652 INFO kablam! 49 | let dlgPassword: gtk::Dialog = b.get_object("dlgPassword").expect("Unable to find dlgPassword"); Oct 12 22:32:44.652 INFO kablam! | ^^^^^^^^^^^ Oct 12 22:32:44.652 INFO kablam! Oct 12 22:32:44.652 INFO kablam! warning: variable `entryPassword` should have a snake case name such as `entry_password` Oct 12 22:32:44.652 INFO kablam! --> src/bin/cred_man_gtk.rs:51:13 Oct 12 22:32:44.652 INFO kablam! | Oct 12 22:32:44.652 INFO kablam! 51 | let entryPassword: gtk::Entry = b.get_object("entryPassword").expect("Unable to find entryPassword"); Oct 12 22:32:44.652 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 22:32:44.652 INFO kablam! Oct 12 22:32:45.017 INFO kablam! warning: unused variable: `ui` Oct 12 22:32:45.018 INFO kablam! --> src/bin/cred_man_gtk.rs:256:9 Oct 12 22:32:45.018 INFO kablam! | Oct 12 22:32:45.019 INFO kablam! 256 | let ui = Ui::new(); Oct 12 22:32:45.020 INFO kablam! | ^^ help: consider using `_ui` instead Oct 12 22:32:45.021 INFO kablam! | Oct 12 22:32:45.021 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 22:32:45.022 INFO kablam! Oct 12 22:32:45.041 INFO kablam! warning: variable does not need to be mutable Oct 12 22:32:45.042 INFO kablam! --> src/bin/cred_man_gtk.rs:201:17 Oct 12 22:32:45.043 INFO kablam! | Oct 12 22:32:45.043 INFO kablam! 201 | let mut ui = &mut *ui_ref.borrow_mut(); Oct 12 22:32:45.044 INFO kablam! | ----^^ Oct 12 22:32:45.044 INFO kablam! | | Oct 12 22:32:45.045 INFO kablam! | help: remove this `mut` Oct 12 22:32:45.046 INFO kablam! | Oct 12 22:32:45.046 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 22:32:45.047 INFO kablam! Oct 12 22:32:45.047 INFO kablam! warning: variable does not need to be mutable Oct 12 22:32:45.048 INFO kablam! --> src/bin/cred_man_gtk.rs:223:17 Oct 12 22:32:45.049 INFO kablam! | Oct 12 22:32:45.049 INFO kablam! 223 | let mut ui = &mut *ui_ref.borrow_mut(); Oct 12 22:32:45.050 INFO kablam! | ----^^ Oct 12 22:32:45.050 INFO kablam! | | Oct 12 22:32:45.051 INFO kablam! | help: remove this `mut` Oct 12 22:32:45.051 INFO kablam! Oct 12 22:32:45.052 INFO kablam! warning: structure field `treeCredentials` should have a snake case name such as `tree_credentials` Oct 12 22:32:45.054 INFO kablam! --> src/bin/cred_man_gtk.rs:19:5 Oct 12 22:32:45.054 INFO kablam! | Oct 12 22:32:45.055 INFO kablam! 19 | treeCredentials: gtk::TreeView, Oct 12 22:32:45.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:32:45.056 INFO kablam! | Oct 12 22:32:45.057 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 22:32:45.057 INFO kablam! Oct 12 22:32:45.058 INFO kablam! warning: structure field `btnUnlock` should have a snake case name such as `btn_unlock` Oct 12 22:32:45.058 INFO kablam! --> src/bin/cred_man_gtk.rs:21:5 Oct 12 22:32:45.059 INFO kablam! | Oct 12 22:32:45.059 INFO kablam! 21 | btnUnlock: gtk::ToolButton, Oct 12 22:32:45.060 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:32:45.061 INFO kablam! Oct 12 22:32:45.061 INFO kablam! warning: structure field `dlgPassword` should have a snake case name such as `dlg_password` Oct 12 22:32:45.062 INFO kablam! --> src/bin/cred_man_gtk.rs:22:5 Oct 12 22:32:45.062 INFO kablam! | Oct 12 22:32:45.063 INFO kablam! 22 | dlgPassword: gtk::Dialog, Oct 12 22:32:45.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:32:45.064 INFO kablam! Oct 12 22:32:45.065 INFO kablam! warning: structure field `entryPassword` should have a snake case name such as `entry_password` Oct 12 22:32:45.065 INFO kablam! --> src/bin/cred_man_gtk.rs:23:5 Oct 12 22:32:45.066 INFO kablam! | Oct 12 22:32:45.067 INFO kablam! 23 | entryPassword: gtk::Entry, Oct 12 22:32:45.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:32:45.068 INFO kablam! Oct 12 22:32:45.069 INFO kablam! warning: variable `treeCredentials` should have a snake case name such as `tree_credentials` Oct 12 22:32:45.069 INFO kablam! --> src/bin/cred_man_gtk.rs:43:13 Oct 12 22:32:45.070 INFO kablam! | Oct 12 22:32:45.071 INFO kablam! 43 | let treeCredentials: gtk::TreeView = b.get_object("treeCredentials").expect("Unable to find treeCredentials"); Oct 12 22:32:45.071 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 22:32:45.072 INFO kablam! Oct 12 22:32:45.072 INFO kablam! warning: variable `btnUnlock` should have a snake case name such as `btn_unlock` Oct 12 22:32:45.073 INFO kablam! --> src/bin/cred_man_gtk.rs:47:13 Oct 12 22:32:45.074 INFO kablam! | Oct 12 22:32:45.074 INFO kablam! 47 | let btnUnlock: gtk::ToolButton = b.get_object("btnUnlock").expect("Unable to find btnUnlock"); Oct 12 22:32:45.075 INFO kablam! | ^^^^^^^^^ Oct 12 22:32:45.075 INFO kablam! Oct 12 22:32:45.076 INFO kablam! warning: variable `dlgPassword` should have a snake case name such as `dlg_password` Oct 12 22:32:45.076 INFO kablam! --> src/bin/cred_man_gtk.rs:49:13 Oct 12 22:32:45.077 INFO kablam! | Oct 12 22:32:45.077 INFO kablam! 49 | let dlgPassword: gtk::Dialog = b.get_object("dlgPassword").expect("Unable to find dlgPassword"); Oct 12 22:32:45.077 INFO kablam! | ^^^^^^^^^^^ Oct 12 22:32:45.078 INFO kablam! Oct 12 22:32:45.078 INFO kablam! warning: variable `entryPassword` should have a snake case name such as `entry_password` Oct 12 22:32:45.078 INFO kablam! --> src/bin/cred_man_gtk.rs:51:13 Oct 12 22:32:45.078 INFO kablam! | Oct 12 22:32:45.078 INFO kablam! 51 | let entryPassword: gtk::Entry = b.get_object("entryPassword").expect("Unable to find entryPassword"); Oct 12 22:32:45.078 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 22:32:45.078 INFO kablam! Oct 12 22:32:45.102 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 06s Oct 12 22:32:45.112 INFO kablam! su: No module specific data is present Oct 12 22:32:46.209 INFO running `"docker" "rm" "-f" "cb7c7d134fa334a36f09f699ebd424890c129f8eb4960c14d0d6424cd855cc2a"` Oct 12 22:32:46.530 INFO blam! cb7c7d134fa334a36f09f699ebd424890c129f8eb4960c14d0d6424cd855cc2a