Oct 11 00:05:21.664 INFO testing dmitryvk/rs-credentials-manager against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 00:05:21.664 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 00:05:21.664 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 00:05:22.144 INFO blam! 7f00afb567e6d7e890f85215a40cc4fcf3cad97d007e83e9ae9adcbd6bb02cab Oct 11 00:05:22.145 INFO running `"docker" "start" "-a" "7f00afb567e6d7e890f85215a40cc4fcf3cad97d007e83e9ae9adcbd6bb02cab"` Oct 11 00:05:23.463 INFO kablam! usermod: no changes Oct 11 00:05:23.687 INFO kablam! Compiling rustdoc-stripper v0.1.5 Oct 11 00:05:23.696 INFO kablam! Compiling glib-sys v0.3.4 Oct 11 00:05:23.696 INFO kablam! Compiling gobject-sys v0.3.4 Oct 11 00:05:23.696 INFO kablam! Compiling gio-sys v0.3.4 Oct 11 00:05:23.696 INFO kablam! Compiling pango-sys v0.3.4 Oct 11 00:05:23.696 INFO kablam! Compiling cairo-sys-rs v0.3.4 Oct 11 00:05:23.696 INFO kablam! Compiling gdk-pixbuf-sys v0.3.4 Oct 11 00:05:23.696 INFO kablam! Compiling atk-sys v0.3.4 Oct 11 00:05:28.172 INFO kablam! Compiling gdk-sys v0.3.4 Oct 11 00:05:28.238 INFO kablam! Compiling gtk-sys v0.3.4 Oct 11 00:05:28.376 INFO kablam! Compiling linenoise-rust v0.1.15 Oct 11 00:05:28.600 INFO kablam! Compiling chrono v0.2.25 Oct 11 00:05:33.137 INFO kablam! Compiling gtk-rs-lgpl-docs v0.1.6 Oct 11 00:05:35.184 INFO kablam! Compiling gio v0.1.3 Oct 11 00:05:35.184 INFO kablam! Compiling cairo-rs v0.1.3 Oct 11 00:05:35.184 INFO kablam! Compiling gdk-pixbuf v0.1.3 Oct 11 00:05:35.184 INFO kablam! Compiling gdk v0.5.3 Oct 11 00:05:35.184 INFO kablam! Compiling gtk v0.1.3 Oct 11 00:05:42.607 INFO kablam! Compiling glib v0.1.3 Oct 11 00:05:46.904 INFO kablam! Compiling pango v0.1.3 Oct 11 00:06:26.310 INFO kablam! Compiling cred-man v1.1.0 (/source) Oct 11 00:06:27.474 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 11 00:06:27.474 INFO kablam! --> src/lib.rs:64:20 Oct 11 00:06:27.474 INFO kablam! | Oct 11 00:06:27.474 INFO kablam! 64 | path = std::env::home_dir().unwrap(); Oct 11 00:06:27.474 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 00:06:27.474 INFO kablam! | Oct 11 00:06:27.474 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 00:06:27.474 INFO kablam! Oct 11 00:06:30.073 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 11 00:06:30.073 INFO kablam! --> src/bin/cred_man.rs:29:33 Oct 11 00:06:30.073 INFO kablam! | Oct 11 00:06:30.073 INFO kablam! 29 | let cmd = unsafe { cmd_line.slice_unchecked(0, idx) }; Oct 11 00:06:30.073 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 00:06:30.073 INFO kablam! | Oct 11 00:06:30.073 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 00:06:30.073 INFO kablam! Oct 11 00:06:30.073 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 11 00:06:30.073 INFO kablam! --> src/bin/cred_man.rs:30:34 Oct 11 00:06:30.073 INFO kablam! | Oct 11 00:06:30.073 INFO kablam! 30 | let rest = unsafe { cmd_line.slice_unchecked(cmp::min(cmd_line.len(), idx + 1), cmd_line.len()) }.trim(); Oct 11 00:06:30.073 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 00:06:30.073 INFO kablam! Oct 11 00:06:32.200 INFO kablam! warning: unused variable: `ui` Oct 11 00:06:32.200 INFO kablam! --> src/bin/cred_man_gtk.rs:256:9 Oct 11 00:06:32.200 INFO kablam! | Oct 11 00:06:32.201 INFO kablam! 256 | let ui = Ui::new(); Oct 11 00:06:32.201 INFO kablam! | ^^ help: consider using `_ui` instead Oct 11 00:06:32.201 INFO kablam! | Oct 11 00:06:32.202 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 00:06:32.202 INFO kablam! Oct 11 00:06:32.225 INFO kablam! warning: variable does not need to be mutable Oct 11 00:06:32.225 INFO kablam! --> src/bin/cred_man_gtk.rs:201:17 Oct 11 00:06:32.225 INFO kablam! | Oct 11 00:06:32.225 INFO kablam! 201 | let mut ui = &mut *ui_ref.borrow_mut(); Oct 11 00:06:32.226 INFO kablam! | ----^^ Oct 11 00:06:32.226 INFO kablam! | | Oct 11 00:06:32.226 INFO kablam! | help: remove this `mut` Oct 11 00:06:32.226 INFO kablam! | Oct 11 00:06:32.227 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 00:06:32.227 INFO kablam! Oct 11 00:06:32.227 INFO kablam! warning: variable does not need to be mutable Oct 11 00:06:32.227 INFO kablam! --> src/bin/cred_man_gtk.rs:223:17 Oct 11 00:06:32.228 INFO kablam! | Oct 11 00:06:32.228 INFO kablam! 223 | let mut ui = &mut *ui_ref.borrow_mut(); Oct 11 00:06:32.228 INFO kablam! | ----^^ Oct 11 00:06:32.228 INFO kablam! | | Oct 11 00:06:32.228 INFO kablam! | help: remove this `mut` Oct 11 00:06:32.229 INFO kablam! Oct 11 00:06:32.229 INFO kablam! warning: structure field `treeCredentials` should have a snake case name such as `tree_credentials` Oct 11 00:06:32.229 INFO kablam! --> src/bin/cred_man_gtk.rs:19:5 Oct 11 00:06:32.229 INFO kablam! | Oct 11 00:06:32.229 INFO kablam! 19 | treeCredentials: gtk::TreeView, Oct 11 00:06:32.230 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:06:32.230 INFO kablam! | Oct 11 00:06:32.230 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 00:06:32.230 INFO kablam! Oct 11 00:06:32.231 INFO kablam! warning: structure field `btnUnlock` should have a snake case name such as `btn_unlock` Oct 11 00:06:32.231 INFO kablam! --> src/bin/cred_man_gtk.rs:21:5 Oct 11 00:06:32.231 INFO kablam! | Oct 11 00:06:32.232 INFO kablam! 21 | btnUnlock: gtk::ToolButton, Oct 11 00:06:32.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:06:32.232 INFO kablam! Oct 11 00:06:32.232 INFO kablam! warning: structure field `dlgPassword` should have a snake case name such as `dlg_password` Oct 11 00:06:32.233 INFO kablam! --> src/bin/cred_man_gtk.rs:22:5 Oct 11 00:06:32.233 INFO kablam! | Oct 11 00:06:32.233 INFO kablam! 22 | dlgPassword: gtk::Dialog, Oct 11 00:06:32.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:06:32.234 INFO kablam! Oct 11 00:06:32.234 INFO kablam! warning: structure field `entryPassword` should have a snake case name such as `entry_password` Oct 11 00:06:32.234 INFO kablam! --> src/bin/cred_man_gtk.rs:23:5 Oct 11 00:06:32.234 INFO kablam! | Oct 11 00:06:32.235 INFO kablam! 23 | entryPassword: gtk::Entry, Oct 11 00:06:32.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:06:32.235 INFO kablam! Oct 11 00:06:32.235 INFO kablam! warning: variable `treeCredentials` should have a snake case name such as `tree_credentials` Oct 11 00:06:32.236 INFO kablam! --> src/bin/cred_man_gtk.rs:43:13 Oct 11 00:06:32.236 INFO kablam! | Oct 11 00:06:32.236 INFO kablam! 43 | let treeCredentials: gtk::TreeView = b.get_object("treeCredentials").expect("Unable to find treeCredentials"); Oct 11 00:06:32.237 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 00:06:32.237 INFO kablam! Oct 11 00:06:32.237 INFO kablam! warning: variable `btnUnlock` should have a snake case name such as `btn_unlock` Oct 11 00:06:32.237 INFO kablam! --> src/bin/cred_man_gtk.rs:47:13 Oct 11 00:06:32.238 INFO kablam! | Oct 11 00:06:32.238 INFO kablam! 47 | let btnUnlock: gtk::ToolButton = b.get_object("btnUnlock").expect("Unable to find btnUnlock"); Oct 11 00:06:32.238 INFO kablam! | ^^^^^^^^^ Oct 11 00:06:32.238 INFO kablam! Oct 11 00:06:32.239 INFO kablam! warning: variable `dlgPassword` should have a snake case name such as `dlg_password` Oct 11 00:06:32.239 INFO kablam! --> src/bin/cred_man_gtk.rs:49:13 Oct 11 00:06:32.239 INFO kablam! | Oct 11 00:06:32.239 INFO kablam! 49 | let dlgPassword: gtk::Dialog = b.get_object("dlgPassword").expect("Unable to find dlgPassword"); Oct 11 00:06:32.240 INFO kablam! | ^^^^^^^^^^^ Oct 11 00:06:32.240 INFO kablam! Oct 11 00:06:32.240 INFO kablam! warning: variable `entryPassword` should have a snake case name such as `entry_password` Oct 11 00:06:32.240 INFO kablam! --> src/bin/cred_man_gtk.rs:51:13 Oct 11 00:06:32.240 INFO kablam! | Oct 11 00:06:32.241 INFO kablam! 51 | let entryPassword: gtk::Entry = b.get_object("entryPassword").expect("Unable to find entryPassword"); Oct 11 00:06:32.241 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 00:06:32.241 INFO kablam! Oct 11 00:06:34.436 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 10s Oct 11 00:06:34.440 INFO kablam! su: No module specific data is present Oct 11 00:06:34.836 INFO running `"docker" "rm" "-f" "7f00afb567e6d7e890f85215a40cc4fcf3cad97d007e83e9ae9adcbd6bb02cab"` Oct 11 00:06:35.000 INFO blam! 7f00afb567e6d7e890f85215a40cc4fcf3cad97d007e83e9ae9adcbd6bb02cab Oct 11 00:06:35.008 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 00:06:35.008 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 00:06:35.400 INFO blam! 60bb6905b8e646a6a4004b25190bb9d51ceb576977d4748ede50103c0eee9163 Oct 11 00:06:35.402 INFO running `"docker" "start" "-a" "60bb6905b8e646a6a4004b25190bb9d51ceb576977d4748ede50103c0eee9163"` Oct 11 00:06:36.673 INFO kablam! usermod: no changes Oct 11 00:06:36.801 INFO kablam! Compiling cred-man v1.1.0 (/source) Oct 11 00:06:38.944 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 11 00:06:38.944 INFO kablam! --> src/lib.rs:64:20 Oct 11 00:06:38.944 INFO kablam! | Oct 11 00:06:38.944 INFO kablam! 64 | path = std::env::home_dir().unwrap(); Oct 11 00:06:38.944 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 00:06:38.944 INFO kablam! | Oct 11 00:06:38.944 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 00:06:38.944 INFO kablam! Oct 11 00:06:39.624 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 11 00:06:39.624 INFO kablam! --> src/bin/cred_man.rs:29:33 Oct 11 00:06:39.624 INFO kablam! | Oct 11 00:06:39.624 INFO kablam! 29 | let cmd = unsafe { cmd_line.slice_unchecked(0, idx) }; Oct 11 00:06:39.624 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 00:06:39.624 INFO kablam! | Oct 11 00:06:39.624 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 00:06:39.624 INFO kablam! Oct 11 00:06:39.624 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 11 00:06:39.624 INFO kablam! --> src/bin/cred_man.rs:30:34 Oct 11 00:06:39.624 INFO kablam! | Oct 11 00:06:39.624 INFO kablam! 30 | let rest = unsafe { cmd_line.slice_unchecked(cmp::min(cmd_line.len(), idx + 1), cmd_line.len()) }.trim(); Oct 11 00:06:39.624 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 00:06:39.624 INFO kablam! Oct 11 00:06:40.660 INFO kablam! warning: unused variable: `ui` Oct 11 00:06:40.660 INFO kablam! --> src/bin/cred_man_gtk.rs:256:9 Oct 11 00:06:40.660 INFO kablam! | Oct 11 00:06:40.660 INFO kablam! 256 | let ui = Ui::new(); Oct 11 00:06:40.660 INFO kablam! | ^^ help: consider using `_ui` instead Oct 11 00:06:40.660 INFO kablam! | Oct 11 00:06:40.660 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 00:06:40.660 INFO kablam! Oct 11 00:06:40.680 INFO kablam! warning: variable does not need to be mutable Oct 11 00:06:40.680 INFO kablam! --> src/bin/cred_man_gtk.rs:201:17 Oct 11 00:06:40.680 INFO kablam! | Oct 11 00:06:40.680 INFO kablam! 201 | let mut ui = &mut *ui_ref.borrow_mut(); Oct 11 00:06:40.680 INFO kablam! | ----^^ Oct 11 00:06:40.680 INFO kablam! | | Oct 11 00:06:40.680 INFO kablam! | help: remove this `mut` Oct 11 00:06:40.680 INFO kablam! | Oct 11 00:06:40.680 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 00:06:40.680 INFO kablam! Oct 11 00:06:40.680 INFO kablam! warning: variable does not need to be mutable Oct 11 00:06:40.680 INFO kablam! --> src/bin/cred_man_gtk.rs:223:17 Oct 11 00:06:40.680 INFO kablam! | Oct 11 00:06:40.680 INFO kablam! 223 | let mut ui = &mut *ui_ref.borrow_mut(); Oct 11 00:06:40.680 INFO kablam! | ----^^ Oct 11 00:06:40.680 INFO kablam! | | Oct 11 00:06:40.680 INFO kablam! | help: remove this `mut` Oct 11 00:06:40.680 INFO kablam! Oct 11 00:06:40.680 INFO kablam! warning: structure field `treeCredentials` should have a snake case name such as `tree_credentials` Oct 11 00:06:40.680 INFO kablam! --> src/bin/cred_man_gtk.rs:19:5 Oct 11 00:06:40.680 INFO kablam! | Oct 11 00:06:40.680 INFO kablam! 19 | treeCredentials: gtk::TreeView, Oct 11 00:06:40.680 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:06:40.680 INFO kablam! | Oct 11 00:06:40.680 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 00:06:40.680 INFO kablam! Oct 11 00:06:40.680 INFO kablam! warning: structure field `btnUnlock` should have a snake case name such as `btn_unlock` Oct 11 00:06:40.680 INFO kablam! --> src/bin/cred_man_gtk.rs:21:5 Oct 11 00:06:40.680 INFO kablam! | Oct 11 00:06:40.680 INFO kablam! 21 | btnUnlock: gtk::ToolButton, Oct 11 00:06:40.680 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:06:40.680 INFO kablam! Oct 11 00:06:40.680 INFO kablam! warning: structure field `dlgPassword` should have a snake case name such as `dlg_password` Oct 11 00:06:40.680 INFO kablam! --> src/bin/cred_man_gtk.rs:22:5 Oct 11 00:06:40.680 INFO kablam! | Oct 11 00:06:40.680 INFO kablam! 22 | dlgPassword: gtk::Dialog, Oct 11 00:06:40.680 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:06:40.680 INFO kablam! Oct 11 00:06:40.680 INFO kablam! warning: structure field `entryPassword` should have a snake case name such as `entry_password` Oct 11 00:06:40.680 INFO kablam! --> src/bin/cred_man_gtk.rs:23:5 Oct 11 00:06:40.680 INFO kablam! | Oct 11 00:06:40.680 INFO kablam! 23 | entryPassword: gtk::Entry, Oct 11 00:06:40.680 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:06:40.680 INFO kablam! Oct 11 00:06:40.680 INFO kablam! warning: variable `treeCredentials` should have a snake case name such as `tree_credentials` Oct 11 00:06:40.680 INFO kablam! --> src/bin/cred_man_gtk.rs:43:13 Oct 11 00:06:40.681 INFO kablam! | Oct 11 00:06:40.681 INFO kablam! 43 | let treeCredentials: gtk::TreeView = b.get_object("treeCredentials").expect("Unable to find treeCredentials"); Oct 11 00:06:40.681 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 00:06:40.681 INFO kablam! Oct 11 00:06:40.681 INFO kablam! warning: variable `btnUnlock` should have a snake case name such as `btn_unlock` Oct 11 00:06:40.681 INFO kablam! --> src/bin/cred_man_gtk.rs:47:13 Oct 11 00:06:40.681 INFO kablam! | Oct 11 00:06:40.681 INFO kablam! 47 | let btnUnlock: gtk::ToolButton = b.get_object("btnUnlock").expect("Unable to find btnUnlock"); Oct 11 00:06:40.681 INFO kablam! | ^^^^^^^^^ Oct 11 00:06:40.681 INFO kablam! Oct 11 00:06:40.681 INFO kablam! warning: variable `dlgPassword` should have a snake case name such as `dlg_password` Oct 11 00:06:40.681 INFO kablam! --> src/bin/cred_man_gtk.rs:49:13 Oct 11 00:06:40.681 INFO kablam! | Oct 11 00:06:40.681 INFO kablam! 49 | let dlgPassword: gtk::Dialog = b.get_object("dlgPassword").expect("Unable to find dlgPassword"); Oct 11 00:06:40.681 INFO kablam! | ^^^^^^^^^^^ Oct 11 00:06:40.681 INFO kablam! Oct 11 00:06:40.681 INFO kablam! warning: variable `entryPassword` should have a snake case name such as `entry_password` Oct 11 00:06:40.681 INFO kablam! --> src/bin/cred_man_gtk.rs:51:13 Oct 11 00:06:40.681 INFO kablam! | Oct 11 00:06:40.681 INFO kablam! 51 | let entryPassword: gtk::Entry = b.get_object("entryPassword").expect("Unable to find entryPassword"); Oct 11 00:06:40.681 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 00:06:40.681 INFO kablam! Oct 11 00:06:41.259 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.56s Oct 11 00:06:41.268 INFO kablam! su: No module specific data is present Oct 11 00:06:41.718 INFO running `"docker" "rm" "-f" "60bb6905b8e646a6a4004b25190bb9d51ceb576977d4748ede50103c0eee9163"` Oct 11 00:06:41.893 INFO blam! 60bb6905b8e646a6a4004b25190bb9d51ceb576977d4748ede50103c0eee9163 Oct 11 00:06:41.895 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 00:06:41.895 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 00:06:42.325 INFO blam! 27116aec98b82adb4ba1d409c9a24aa6943b57011d6a02bf119719cab618a59b Oct 11 00:06:42.337 INFO running `"docker" "start" "-a" "27116aec98b82adb4ba1d409c9a24aa6943b57011d6a02bf119719cab618a59b"` Oct 11 00:06:43.328 INFO kablam! usermod: no changes Oct 11 00:06:43.488 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.13s Oct 11 00:06:43.488 INFO kablam! Running /target/debug/deps/cred_man_lib-d41df08eb51424a4 Oct 11 00:06:43.491 INFO blam! Oct 11 00:06:43.491 INFO blam! running 0 tests Oct 11 00:06:43.491 INFO blam! Oct 11 00:06:43.491 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 00:06:43.491 INFO blam! Oct 11 00:06:43.496 INFO kablam! Running /target/debug/deps/cred_man-e8ba62b7bf0f293b Oct 11 00:06:43.498 INFO kablam! Running /target/debug/deps/cred_man_gtk-4d256addd5aa60ca Oct 11 00:06:43.498 INFO blam! Oct 11 00:06:43.498 INFO blam! running 0 tests Oct 11 00:06:43.499 INFO blam! Oct 11 00:06:43.499 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 00:06:43.499 INFO blam! Oct 11 00:06:43.509 INFO blam! Oct 11 00:06:43.509 INFO kablam! Running /target/debug/deps/decrypt_db-31492e831f39175f Oct 11 00:06:43.509 INFO blam! running 0 tests Oct 11 00:06:43.509 INFO blam! Oct 11 00:06:43.509 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 00:06:43.509 INFO blam! Oct 11 00:06:43.518 INFO blam! Oct 11 00:06:43.518 INFO blam! running 0 tests Oct 11 00:06:43.518 INFO blam! Oct 11 00:06:43.518 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 00:06:43.518 INFO blam! Oct 11 00:06:43.521 INFO kablam! Doc-tests cred_man_lib Oct 11 00:06:45.504 INFO blam! Oct 11 00:06:45.504 INFO blam! running 0 tests Oct 11 00:06:45.504 INFO blam! Oct 11 00:06:45.504 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 00:06:45.504 INFO blam! Oct 11 00:06:45.516 INFO kablam! su: No module specific data is present Oct 11 00:06:46.056 INFO running `"docker" "rm" "-f" "27116aec98b82adb4ba1d409c9a24aa6943b57011d6a02bf119719cab618a59b"` Oct 11 00:06:46.220 INFO blam! 27116aec98b82adb4ba1d409c9a24aa6943b57011d6a02bf119719cab618a59b