Oct 12 22:31:36.630 INFO checking dmitryvk/rs-credentials-manager against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 22:31:36.630 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-3/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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.144 INFO blam! 711048d11248770c2208237bfef5527a920582f93d3deaaa97b01e849d488626 Oct 12 22:31:37.155 INFO running `"docker" "start" "-a" "711048d11248770c2208237bfef5527a920582f93d3deaaa97b01e849d488626"` Oct 12 22:31:38.273 INFO kablam! usermod: no changes Oct 12 22:31:38.472 INFO kablam! Compiling rustdoc-stripper v0.1.5 Oct 12 22:31:38.472 INFO kablam! Compiling glib-sys v0.3.4 Oct 12 22:31:38.472 INFO kablam! Compiling gobject-sys v0.3.4 Oct 12 22:31:38.472 INFO kablam! Compiling gio-sys v0.3.4 Oct 12 22:31:38.472 INFO kablam! Compiling gdk-pixbuf-sys v0.3.4 Oct 12 22:31:38.472 INFO kablam! Compiling cairo-sys-rs v0.3.4 Oct 12 22:31:38.472 INFO kablam! Compiling pango-sys v0.3.4 Oct 12 22:31:38.472 INFO kablam! Compiling gdk-sys v0.3.4 Oct 12 22:31:44.664 INFO kablam! Compiling atk-sys v0.3.4 Oct 12 22:31:44.772 INFO kablam! Compiling gtk-sys v0.3.4 Oct 12 22:31:44.795 INFO kablam! Compiling linenoise-rust v0.1.15 Oct 12 22:31:50.977 INFO kablam! Compiling gtk-rs-lgpl-docs v0.1.6 Oct 12 22:31:52.739 INFO kablam! Compiling gdk-pixbuf v0.1.3 Oct 12 22:31:52.739 INFO kablam! Compiling cairo-rs v0.1.3 Oct 12 22:31:52.739 INFO kablam! Compiling gio v0.1.3 Oct 12 22:31:52.739 INFO kablam! Compiling gdk v0.5.3 Oct 12 22:31:52.741 INFO kablam! Compiling gtk v0.1.3 Oct 12 22:31:56.600 INFO kablam! Checking glib v0.1.3 Oct 12 22:32:03.352 INFO kablam! Checking pango v0.1.3 Oct 12 22:32:39.632 INFO kablam! Checking cred-man v1.1.0 (/source) Oct 12 22:32:40.515 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:40.516 INFO kablam! --> src/lib.rs:64:20 Oct 12 22:32:40.517 INFO kablam! | Oct 12 22:32:40.517 INFO kablam! 64 | path = std::env::home_dir().unwrap(); Oct 12 22:32:40.518 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 22:32:40.518 INFO kablam! | Oct 12 22:32:40.519 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 22:32:40.520 INFO kablam! Oct 12 22:32:40.743 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:40.743 INFO kablam! --> src/lib.rs:64:20 Oct 12 22:32:40.743 INFO kablam! | Oct 12 22:32:40.743 INFO kablam! 64 | path = std::env::home_dir().unwrap(); Oct 12 22:32:40.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 22:32:40.743 INFO kablam! | Oct 12 22:32:40.743 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 22:32:40.745 INFO kablam! Oct 12 22:32:44.456 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 22:32:44.457 INFO kablam! --> src/bin/cred_man.rs:29:33 Oct 12 22:32:44.458 INFO kablam! | Oct 12 22:32:44.458 INFO kablam! 29 | let cmd = unsafe { cmd_line.slice_unchecked(0, idx) }; Oct 12 22:32:44.459 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 22:32:44.460 INFO kablam! | Oct 12 22:32:44.460 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 22:32:44.461 INFO kablam! Oct 12 22:32:44.461 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 22:32:44.462 INFO kablam! --> src/bin/cred_man.rs:30:34 Oct 12 22:32:44.463 INFO kablam! | Oct 12 22:32:44.463 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:44.464 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 22:32:44.464 INFO kablam! Oct 12 22:32:44.543 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 22:32:44.544 INFO kablam! --> src/bin/cred_man.rs:29:33 Oct 12 22:32:44.545 INFO kablam! | Oct 12 22:32:44.545 INFO kablam! 29 | let cmd = unsafe { cmd_line.slice_unchecked(0, idx) }; Oct 12 22:32:44.546 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 22:32:44.547 INFO kablam! | Oct 12 22:32:44.547 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 22:32:44.548 INFO kablam! Oct 12 22:32:44.548 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 22:32:44.549 INFO kablam! --> src/bin/cred_man.rs:30:34 Oct 12 22:32:44.550 INFO kablam! | Oct 12 22:32:44.550 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:44.551 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 22:32:44.551 INFO kablam! Oct 12 22:32:45.981 INFO kablam! warning: unused variable: `ui` Oct 12 22:32:45.981 INFO kablam! --> src/bin/cred_man_gtk.rs:256:9 Oct 12 22:32:45.981 INFO kablam! | Oct 12 22:32:45.981 INFO kablam! 256 | let ui = Ui::new(); Oct 12 22:32:45.981 INFO kablam! | ^^ help: consider using `_ui` instead Oct 12 22:32:45.981 INFO kablam! | Oct 12 22:32:45.981 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 22:32:45.982 INFO kablam! Oct 12 22:32:45.999 INFO kablam! warning: variable does not need to be mutable Oct 12 22:32:45.999 INFO kablam! --> src/bin/cred_man_gtk.rs:201:17 Oct 12 22:32:45.999 INFO kablam! | Oct 12 22:32:45.999 INFO kablam! 201 | let mut ui = &mut *ui_ref.borrow_mut(); Oct 12 22:32:45.999 INFO kablam! | ----^^ Oct 12 22:32:46.001 INFO kablam! | | Oct 12 22:32:46.001 INFO kablam! | help: remove this `mut` Oct 12 22:32:46.001 INFO kablam! | Oct 12 22:32:46.001 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 22:32:46.001 INFO kablam! Oct 12 22:32:46.001 INFO kablam! warning: variable does not need to be mutable Oct 12 22:32:46.001 INFO kablam! --> src/bin/cred_man_gtk.rs:223:17 Oct 12 22:32:46.002 INFO kablam! | Oct 12 22:32:46.002 INFO kablam! 223 | let mut ui = &mut *ui_ref.borrow_mut(); Oct 12 22:32:46.002 INFO kablam! | ----^^ Oct 12 22:32:46.002 INFO kablam! | | Oct 12 22:32:46.002 INFO kablam! | help: remove this `mut` Oct 12 22:32:46.002 INFO kablam! Oct 12 22:32:46.006 INFO kablam! warning: structure field `treeCredentials` should have a snake case name such as `tree_credentials` Oct 12 22:32:46.006 INFO kablam! --> src/bin/cred_man_gtk.rs:19:5 Oct 12 22:32:46.006 INFO kablam! | Oct 12 22:32:46.006 INFO kablam! 19 | treeCredentials: gtk::TreeView, Oct 12 22:32:46.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:32:46.006 INFO kablam! | Oct 12 22:32:46.007 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 22:32:46.007 INFO kablam! Oct 12 22:32:46.007 INFO kablam! warning: structure field `btnUnlock` should have a snake case name such as `btn_unlock` Oct 12 22:32:46.007 INFO kablam! --> src/bin/cred_man_gtk.rs:21:5 Oct 12 22:32:46.007 INFO kablam! | Oct 12 22:32:46.007 INFO kablam! 21 | btnUnlock: gtk::ToolButton, Oct 12 22:32:46.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:32:46.008 INFO kablam! Oct 12 22:32:46.008 INFO kablam! warning: structure field `dlgPassword` should have a snake case name such as `dlg_password` Oct 12 22:32:46.008 INFO kablam! --> src/bin/cred_man_gtk.rs:22:5 Oct 12 22:32:46.012 INFO kablam! | Oct 12 22:32:46.012 INFO kablam! 22 | dlgPassword: gtk::Dialog, Oct 12 22:32:46.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:32:46.012 INFO kablam! Oct 12 22:32:46.012 INFO kablam! warning: structure field `entryPassword` should have a snake case name such as `entry_password` Oct 12 22:32:46.012 INFO kablam! --> src/bin/cred_man_gtk.rs:23:5 Oct 12 22:32:46.012 INFO kablam! | Oct 12 22:32:46.012 INFO kablam! 23 | entryPassword: gtk::Entry, Oct 12 22:32:46.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:32:46.012 INFO kablam! Oct 12 22:32:46.012 INFO kablam! warning: variable `treeCredentials` should have a snake case name such as `tree_credentials` Oct 12 22:32:46.012 INFO kablam! --> src/bin/cred_man_gtk.rs:43:13 Oct 12 22:32:46.012 INFO kablam! | Oct 12 22:32:46.012 INFO kablam! 43 | let treeCredentials: gtk::TreeView = b.get_object("treeCredentials").expect("Unable to find treeCredentials"); Oct 12 22:32:46.012 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 22:32:46.012 INFO kablam! Oct 12 22:32:46.012 INFO kablam! warning: variable `btnUnlock` should have a snake case name such as `btn_unlock` Oct 12 22:32:46.012 INFO kablam! --> src/bin/cred_man_gtk.rs:47:13 Oct 12 22:32:46.012 INFO kablam! | Oct 12 22:32:46.012 INFO kablam! 47 | let btnUnlock: gtk::ToolButton = b.get_object("btnUnlock").expect("Unable to find btnUnlock"); Oct 12 22:32:46.012 INFO kablam! | ^^^^^^^^^ Oct 12 22:32:46.015 INFO kablam! Oct 12 22:32:46.015 INFO kablam! warning: variable `dlgPassword` should have a snake case name such as `dlg_password` Oct 12 22:32:46.015 INFO kablam! --> src/bin/cred_man_gtk.rs:49:13 Oct 12 22:32:46.015 INFO kablam! | Oct 12 22:32:46.015 INFO kablam! 49 | let dlgPassword: gtk::Dialog = b.get_object("dlgPassword").expect("Unable to find dlgPassword"); Oct 12 22:32:46.015 INFO kablam! | ^^^^^^^^^^^ Oct 12 22:32:46.015 INFO kablam! Oct 12 22:32:46.015 INFO kablam! warning: variable `entryPassword` should have a snake case name such as `entry_password` Oct 12 22:32:46.015 INFO kablam! --> src/bin/cred_man_gtk.rs:51:13 Oct 12 22:32:46.015 INFO kablam! | Oct 12 22:32:46.015 INFO kablam! 51 | let entryPassword: gtk::Entry = b.get_object("entryPassword").expect("Unable to find entryPassword"); Oct 12 22:32:46.015 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 22:32:46.015 INFO kablam! Oct 12 22:32:46.110 INFO kablam! warning: unused variable: `ui` Oct 12 22:32:46.110 INFO kablam! --> src/bin/cred_man_gtk.rs:256:9 Oct 12 22:32:46.110 INFO kablam! | Oct 12 22:32:46.110 INFO kablam! 256 | let ui = Ui::new(); Oct 12 22:32:46.110 INFO kablam! | ^^ help: consider using `_ui` instead Oct 12 22:32:46.110 INFO kablam! | Oct 12 22:32:46.110 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 22:32:46.110 INFO kablam! Oct 12 22:32:46.128 INFO kablam! warning: variable does not need to be mutable Oct 12 22:32:46.128 INFO kablam! --> src/bin/cred_man_gtk.rs:201:17 Oct 12 22:32:46.128 INFO kablam! | Oct 12 22:32:46.128 INFO kablam! 201 | let mut ui = &mut *ui_ref.borrow_mut(); Oct 12 22:32:46.128 INFO kablam! | ----^^ Oct 12 22:32:46.129 INFO kablam! | | Oct 12 22:32:46.129 INFO kablam! | help: remove this `mut` Oct 12 22:32:46.129 INFO kablam! | Oct 12 22:32:46.129 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 22:32:46.129 INFO kablam! Oct 12 22:32:46.129 INFO kablam! warning: variable does not need to be mutable Oct 12 22:32:46.129 INFO kablam! --> src/bin/cred_man_gtk.rs:223:17 Oct 12 22:32:46.129 INFO kablam! | Oct 12 22:32:46.129 INFO kablam! 223 | let mut ui = &mut *ui_ref.borrow_mut(); Oct 12 22:32:46.129 INFO kablam! | ----^^ Oct 12 22:32:46.129 INFO kablam! | | Oct 12 22:32:46.129 INFO kablam! | help: remove this `mut` Oct 12 22:32:46.129 INFO kablam! Oct 12 22:32:46.131 INFO kablam! warning: structure field `treeCredentials` should have a snake case name such as `tree_credentials` Oct 12 22:32:46.131 INFO kablam! --> src/bin/cred_man_gtk.rs:19:5 Oct 12 22:32:46.131 INFO kablam! | Oct 12 22:32:46.131 INFO kablam! 19 | treeCredentials: gtk::TreeView, Oct 12 22:32:46.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:32:46.131 INFO kablam! | Oct 12 22:32:46.131 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 22:32:46.131 INFO kablam! Oct 12 22:32:46.131 INFO kablam! warning: structure field `btnUnlock` should have a snake case name such as `btn_unlock` Oct 12 22:32:46.131 INFO kablam! --> src/bin/cred_man_gtk.rs:21:5 Oct 12 22:32:46.131 INFO kablam! | Oct 12 22:32:46.131 INFO kablam! 21 | btnUnlock: gtk::ToolButton, Oct 12 22:32:46.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:32:46.131 INFO kablam! Oct 12 22:32:46.131 INFO kablam! warning: structure field `dlgPassword` should have a snake case name such as `dlg_password` Oct 12 22:32:46.131 INFO kablam! --> src/bin/cred_man_gtk.rs:22:5 Oct 12 22:32:46.131 INFO kablam! | Oct 12 22:32:46.131 INFO kablam! 22 | dlgPassword: gtk::Dialog, Oct 12 22:32:46.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:32:46.131 INFO kablam! Oct 12 22:32:46.131 INFO kablam! warning: structure field `entryPassword` should have a snake case name such as `entry_password` Oct 12 22:32:46.131 INFO kablam! --> src/bin/cred_man_gtk.rs:23:5 Oct 12 22:32:46.131 INFO kablam! | Oct 12 22:32:46.131 INFO kablam! 23 | entryPassword: gtk::Entry, Oct 12 22:32:46.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:32:46.131 INFO kablam! Oct 12 22:32:46.132 INFO kablam! warning: variable `treeCredentials` should have a snake case name such as `tree_credentials` Oct 12 22:32:46.132 INFO kablam! --> src/bin/cred_man_gtk.rs:43:13 Oct 12 22:32:46.132 INFO kablam! | Oct 12 22:32:46.132 INFO kablam! 43 | let treeCredentials: gtk::TreeView = b.get_object("treeCredentials").expect("Unable to find treeCredentials"); Oct 12 22:32:46.132 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 22:32:46.132 INFO kablam! Oct 12 22:32:46.132 INFO kablam! warning: variable `btnUnlock` should have a snake case name such as `btn_unlock` Oct 12 22:32:46.132 INFO kablam! --> src/bin/cred_man_gtk.rs:47:13 Oct 12 22:32:46.132 INFO kablam! | Oct 12 22:32:46.132 INFO kablam! 47 | let btnUnlock: gtk::ToolButton = b.get_object("btnUnlock").expect("Unable to find btnUnlock"); Oct 12 22:32:46.132 INFO kablam! | ^^^^^^^^^ Oct 12 22:32:46.132 INFO kablam! Oct 12 22:32:46.132 INFO kablam! warning: variable `dlgPassword` should have a snake case name such as `dlg_password` Oct 12 22:32:46.132 INFO kablam! --> src/bin/cred_man_gtk.rs:49:13 Oct 12 22:32:46.132 INFO kablam! | Oct 12 22:32:46.132 INFO kablam! 49 | let dlgPassword: gtk::Dialog = b.get_object("dlgPassword").expect("Unable to find dlgPassword"); Oct 12 22:32:46.132 INFO kablam! | ^^^^^^^^^^^ Oct 12 22:32:46.132 INFO kablam! Oct 12 22:32:46.133 INFO kablam! warning: variable `entryPassword` should have a snake case name such as `entry_password` Oct 12 22:32:46.133 INFO kablam! --> src/bin/cred_man_gtk.rs:51:13 Oct 12 22:32:46.133 INFO kablam! | Oct 12 22:32:46.133 INFO kablam! 51 | let entryPassword: gtk::Entry = b.get_object("entryPassword").expect("Unable to find entryPassword"); Oct 12 22:32:46.133 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 22:32:46.133 INFO kablam! Oct 12 22:32:46.180 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 07s Oct 12 22:32:46.209 INFO kablam! su: No module specific data is present Oct 12 22:32:47.052 INFO running `"docker" "rm" "-f" "711048d11248770c2208237bfef5527a920582f93d3deaaa97b01e849d488626"` Oct 12 22:32:47.273 INFO blam! 711048d11248770c2208237bfef5527a920582f93d3deaaa97b01e849d488626