Oct 14 22:35:06.858 INFO testing dmitryvk/rs-credentials-manager against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 22:35:06.858 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 14 22:35:07.357 INFO blam! 7a4121cc4dff4f95da8993c7fb26907ef06c074acba7b692754c4c61dbe4df4a Oct 14 22:35:07.358 INFO running `"docker" "start" "-a" "7a4121cc4dff4f95da8993c7fb26907ef06c074acba7b692754c4c61dbe4df4a"` Oct 14 22:35:09.103 INFO kablam! usermod: no changes Oct 14 22:35:09.312 INFO kablam! Compiling rustdoc-stripper v0.1.5 Oct 14 22:35:09.312 INFO kablam! Compiling glib-sys v0.3.4 Oct 14 22:35:09.313 INFO kablam! Compiling gobject-sys v0.3.4 Oct 14 22:35:09.313 INFO kablam! Compiling gio-sys v0.3.4 Oct 14 22:35:09.314 INFO kablam! Compiling gdk-pixbuf-sys v0.3.4 Oct 14 22:35:09.314 INFO kablam! Compiling cairo-sys-rs v0.3.4 Oct 14 22:35:09.314 INFO kablam! Compiling pango-sys v0.3.4 Oct 14 22:35:09.315 INFO kablam! Compiling gdk-sys v0.3.4 Oct 14 22:35:13.702 INFO kablam! Compiling atk-sys v0.3.4 Oct 14 22:35:14.171 INFO kablam! Compiling gtk-sys v0.3.4 Oct 14 22:35:14.243 INFO kablam! Compiling linenoise-rust v0.1.15 Oct 14 22:35:14.503 INFO kablam! Compiling num-integer v0.1.39 Oct 14 22:35:21.637 INFO kablam! Compiling num-iter v0.1.37 Oct 14 22:35:21.979 INFO kablam! Compiling gtk-rs-lgpl-docs v0.1.6 Oct 14 22:35:22.679 INFO kablam! Compiling num v0.1.42 Oct 14 22:35:23.343 INFO kablam! Compiling chrono v0.2.25 Oct 14 22:35:24.012 INFO kablam! Compiling cairo-rs v0.1.3 Oct 14 22:35:24.014 INFO kablam! Compiling gdk-pixbuf v0.1.3 Oct 14 22:35:24.014 INFO kablam! Compiling gio v0.1.3 Oct 14 22:35:24.014 INFO kablam! Compiling gdk v0.5.3 Oct 14 22:35:24.014 INFO kablam! Compiling gtk v0.1.3 Oct 14 22:35:31.625 INFO kablam! Compiling glib v0.1.3 Oct 14 22:35:39.863 INFO kablam! Compiling pango v0.1.3 Oct 14 22:36:23.011 INFO kablam! Compiling cred-man v1.1.0 (/source) Oct 14 22:36:23.576 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 14 22:36:23.576 INFO kablam! --> src/lib.rs:64:20 Oct 14 22:36:23.577 INFO kablam! | Oct 14 22:36:23.577 INFO kablam! 64 | path = std::env::home_dir().unwrap(); Oct 14 22:36:23.577 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 22:36:23.578 INFO kablam! | Oct 14 22:36:23.578 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 22:36:23.578 INFO kablam! Oct 14 22:36:25.435 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 14 22:36:25.435 INFO kablam! --> src/bin/cred_man.rs:29:33 Oct 14 22:36:25.435 INFO kablam! | Oct 14 22:36:25.435 INFO kablam! 29 | let cmd = unsafe { cmd_line.slice_unchecked(0, idx) }; Oct 14 22:36:25.435 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 22:36:25.435 INFO kablam! | Oct 14 22:36:25.435 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 22:36:25.435 INFO kablam! Oct 14 22:36:25.440 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 14 22:36:25.440 INFO kablam! --> src/bin/cred_man.rs:30:34 Oct 14 22:36:25.440 INFO kablam! | Oct 14 22:36:25.441 INFO kablam! 30 | let rest = unsafe { cmd_line.slice_unchecked(cmp::min(cmd_line.len(), idx + 1), cmd_line.len()) }.trim(); Oct 14 22:36:25.441 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 22:36:25.441 INFO kablam! Oct 14 22:36:25.967 INFO kablam! warning: unused variable: `ui` Oct 14 22:36:25.967 INFO kablam! --> src/bin/cred_man_gtk.rs:256:9 Oct 14 22:36:25.967 INFO kablam! | Oct 14 22:36:25.967 INFO kablam! 256 | let ui = Ui::new(); Oct 14 22:36:25.967 INFO kablam! | ^^ help: consider using `_ui` instead Oct 14 22:36:25.967 INFO kablam! | Oct 14 22:36:25.967 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 22:36:25.967 INFO kablam! Oct 14 22:36:25.983 INFO kablam! warning: variable does not need to be mutable Oct 14 22:36:25.983 INFO kablam! --> src/bin/cred_man_gtk.rs:201:17 Oct 14 22:36:25.983 INFO kablam! | Oct 14 22:36:25.983 INFO kablam! 201 | let mut ui = &mut *ui_ref.borrow_mut(); Oct 14 22:36:25.983 INFO kablam! | ----^^ Oct 14 22:36:25.983 INFO kablam! | | Oct 14 22:36:25.983 INFO kablam! | help: remove this `mut` Oct 14 22:36:25.983 INFO kablam! | Oct 14 22:36:25.983 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 22:36:25.983 INFO kablam! Oct 14 22:36:25.983 INFO kablam! warning: variable does not need to be mutable Oct 14 22:36:25.983 INFO kablam! --> src/bin/cred_man_gtk.rs:223:17 Oct 14 22:36:25.983 INFO kablam! | Oct 14 22:36:25.983 INFO kablam! 223 | let mut ui = &mut *ui_ref.borrow_mut(); Oct 14 22:36:25.983 INFO kablam! | ----^^ Oct 14 22:36:25.983 INFO kablam! | | Oct 14 22:36:25.983 INFO kablam! | help: remove this `mut` Oct 14 22:36:25.983 INFO kablam! Oct 14 22:36:25.983 INFO kablam! warning: structure field `treeCredentials` should have a snake case name such as `tree_credentials` Oct 14 22:36:25.984 INFO kablam! --> src/bin/cred_man_gtk.rs:19:5 Oct 14 22:36:25.984 INFO kablam! | Oct 14 22:36:25.984 INFO kablam! 19 | treeCredentials: gtk::TreeView, Oct 14 22:36:25.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:36:25.984 INFO kablam! | Oct 14 22:36:25.984 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 22:36:25.984 INFO kablam! Oct 14 22:36:25.984 INFO kablam! warning: structure field `btnUnlock` should have a snake case name such as `btn_unlock` Oct 14 22:36:25.984 INFO kablam! --> src/bin/cred_man_gtk.rs:21:5 Oct 14 22:36:25.984 INFO kablam! | Oct 14 22:36:25.984 INFO kablam! 21 | btnUnlock: gtk::ToolButton, Oct 14 22:36:25.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:36:25.984 INFO kablam! Oct 14 22:36:25.984 INFO kablam! warning: structure field `dlgPassword` should have a snake case name such as `dlg_password` Oct 14 22:36:25.984 INFO kablam! --> src/bin/cred_man_gtk.rs:22:5 Oct 14 22:36:25.984 INFO kablam! | Oct 14 22:36:25.984 INFO kablam! 22 | dlgPassword: gtk::Dialog, Oct 14 22:36:25.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:36:25.984 INFO kablam! Oct 14 22:36:25.984 INFO kablam! warning: structure field `entryPassword` should have a snake case name such as `entry_password` Oct 14 22:36:25.984 INFO kablam! --> src/bin/cred_man_gtk.rs:23:5 Oct 14 22:36:25.984 INFO kablam! | Oct 14 22:36:25.984 INFO kablam! 23 | entryPassword: gtk::Entry, Oct 14 22:36:25.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:36:25.984 INFO kablam! Oct 14 22:36:25.984 INFO kablam! warning: variable `treeCredentials` should have a snake case name such as `tree_credentials` Oct 14 22:36:25.984 INFO kablam! --> src/bin/cred_man_gtk.rs:43:13 Oct 14 22:36:25.984 INFO kablam! | Oct 14 22:36:25.984 INFO kablam! 43 | let treeCredentials: gtk::TreeView = b.get_object("treeCredentials").expect("Unable to find treeCredentials"); Oct 14 22:36:25.984 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 22:36:25.984 INFO kablam! Oct 14 22:36:25.984 INFO kablam! warning: variable `btnUnlock` should have a snake case name such as `btn_unlock` Oct 14 22:36:25.984 INFO kablam! --> src/bin/cred_man_gtk.rs:47:13 Oct 14 22:36:25.984 INFO kablam! | Oct 14 22:36:25.984 INFO kablam! 47 | let btnUnlock: gtk::ToolButton = b.get_object("btnUnlock").expect("Unable to find btnUnlock"); Oct 14 22:36:25.984 INFO kablam! | ^^^^^^^^^ Oct 14 22:36:25.984 INFO kablam! Oct 14 22:36:25.984 INFO kablam! warning: variable `dlgPassword` should have a snake case name such as `dlg_password` Oct 14 22:36:25.984 INFO kablam! --> src/bin/cred_man_gtk.rs:49:13 Oct 14 22:36:25.984 INFO kablam! | Oct 14 22:36:25.984 INFO kablam! 49 | let dlgPassword: gtk::Dialog = b.get_object("dlgPassword").expect("Unable to find dlgPassword"); Oct 14 22:36:25.984 INFO kablam! | ^^^^^^^^^^^ Oct 14 22:36:25.984 INFO kablam! Oct 14 22:36:25.984 INFO kablam! warning: variable `entryPassword` should have a snake case name such as `entry_password` Oct 14 22:36:25.984 INFO kablam! --> src/bin/cred_man_gtk.rs:51:13 Oct 14 22:36:25.984 INFO kablam! | Oct 14 22:36:25.984 INFO kablam! 51 | let entryPassword: gtk::Entry = b.get_object("entryPassword").expect("Unable to find entryPassword"); Oct 14 22:36:25.984 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 22:36:25.984 INFO kablam! Oct 14 22:36:28.515 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 19s Oct 14 22:36:28.522 INFO kablam! su: No module specific data is present Oct 14 22:36:28.889 INFO running `"docker" "rm" "-f" "7a4121cc4dff4f95da8993c7fb26907ef06c074acba7b692754c4c61dbe4df4a"` Oct 14 22:36:28.960 INFO blam! 7a4121cc4dff4f95da8993c7fb26907ef06c074acba7b692754c4c61dbe4df4a Oct 14 22:36:28.964 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 14 22:36:29.158 INFO blam! 671bddd15b01c10e875aeee01c6c4f1488839a6560b4ed705435d4353bd30628 Oct 14 22:36:29.167 INFO running `"docker" "start" "-a" "671bddd15b01c10e875aeee01c6c4f1488839a6560b4ed705435d4353bd30628"` Oct 14 22:36:29.819 INFO kablam! usermod: no changes Oct 14 22:36:29.935 INFO kablam! Compiling cred-man v1.1.0 (/source) Oct 14 22:36:30.581 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 14 22:36:30.581 INFO kablam! --> src/lib.rs:64:20 Oct 14 22:36:30.581 INFO kablam! | Oct 14 22:36:30.581 INFO kablam! 64 | path = std::env::home_dir().unwrap(); Oct 14 22:36:30.581 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 22:36:30.595 INFO kablam! | Oct 14 22:36:30.595 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 22:36:30.595 INFO kablam! Oct 14 22:36:30.687 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 14 22:36:30.687 INFO kablam! --> src/bin/cred_man.rs:29:33 Oct 14 22:36:30.687 INFO kablam! | Oct 14 22:36:30.687 INFO kablam! 29 | let cmd = unsafe { cmd_line.slice_unchecked(0, idx) }; Oct 14 22:36:30.687 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 22:36:30.687 INFO kablam! | Oct 14 22:36:30.687 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 22:36:30.687 INFO kablam! Oct 14 22:36:30.687 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 14 22:36:30.687 INFO kablam! --> src/bin/cred_man.rs:30:34 Oct 14 22:36:30.687 INFO kablam! | Oct 14 22:36:30.687 INFO kablam! 30 | let rest = unsafe { cmd_line.slice_unchecked(cmp::min(cmd_line.len(), idx + 1), cmd_line.len()) }.trim(); Oct 14 22:36:30.687 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 22:36:30.687 INFO kablam! Oct 14 22:36:31.811 INFO kablam! warning: unused variable: `ui` Oct 14 22:36:31.811 INFO kablam! --> src/bin/cred_man_gtk.rs:256:9 Oct 14 22:36:31.811 INFO kablam! | Oct 14 22:36:31.811 INFO kablam! 256 | let ui = Ui::new(); Oct 14 22:36:31.811 INFO kablam! | ^^ help: consider using `_ui` instead Oct 14 22:36:31.811 INFO kablam! | Oct 14 22:36:31.811 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 22:36:31.811 INFO kablam! Oct 14 22:36:31.827 INFO kablam! warning: variable does not need to be mutable Oct 14 22:36:31.827 INFO kablam! --> src/bin/cred_man_gtk.rs:201:17 Oct 14 22:36:31.827 INFO kablam! | Oct 14 22:36:31.827 INFO kablam! 201 | let mut ui = &mut *ui_ref.borrow_mut(); Oct 14 22:36:31.828 INFO kablam! | ----^^ Oct 14 22:36:31.828 INFO kablam! | | Oct 14 22:36:31.828 INFO kablam! | help: remove this `mut` Oct 14 22:36:31.828 INFO kablam! | Oct 14 22:36:31.828 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 22:36:31.828 INFO kablam! Oct 14 22:36:31.828 INFO kablam! warning: variable does not need to be mutable Oct 14 22:36:31.829 INFO kablam! --> src/bin/cred_man_gtk.rs:223:17 Oct 14 22:36:31.829 INFO kablam! | Oct 14 22:36:31.829 INFO kablam! 223 | let mut ui = &mut *ui_ref.borrow_mut(); Oct 14 22:36:31.829 INFO kablam! | ----^^ Oct 14 22:36:31.829 INFO kablam! | | Oct 14 22:36:31.829 INFO kablam! | help: remove this `mut` Oct 14 22:36:31.829 INFO kablam! Oct 14 22:36:31.830 INFO kablam! warning: structure field `treeCredentials` should have a snake case name such as `tree_credentials` Oct 14 22:36:31.830 INFO kablam! --> src/bin/cred_man_gtk.rs:19:5 Oct 14 22:36:31.830 INFO kablam! | Oct 14 22:36:31.830 INFO kablam! 19 | treeCredentials: gtk::TreeView, Oct 14 22:36:31.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:36:31.831 INFO kablam! | Oct 14 22:36:31.831 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 22:36:31.831 INFO kablam! Oct 14 22:36:31.831 INFO kablam! warning: structure field `btnUnlock` should have a snake case name such as `btn_unlock` Oct 14 22:36:31.831 INFO kablam! --> src/bin/cred_man_gtk.rs:21:5 Oct 14 22:36:31.831 INFO kablam! | Oct 14 22:36:31.831 INFO kablam! 21 | btnUnlock: gtk::ToolButton, Oct 14 22:36:31.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:36:31.831 INFO kablam! Oct 14 22:36:31.831 INFO kablam! warning: structure field `dlgPassword` should have a snake case name such as `dlg_password` Oct 14 22:36:31.831 INFO kablam! --> src/bin/cred_man_gtk.rs:22:5 Oct 14 22:36:31.831 INFO kablam! | Oct 14 22:36:31.831 INFO kablam! 22 | dlgPassword: gtk::Dialog, Oct 14 22:36:31.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:36:31.831 INFO kablam! Oct 14 22:36:31.831 INFO kablam! warning: structure field `entryPassword` should have a snake case name such as `entry_password` Oct 14 22:36:31.831 INFO kablam! --> src/bin/cred_man_gtk.rs:23:5 Oct 14 22:36:31.831 INFO kablam! | Oct 14 22:36:31.831 INFO kablam! 23 | entryPassword: gtk::Entry, Oct 14 22:36:31.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:36:31.831 INFO kablam! Oct 14 22:36:31.831 INFO kablam! warning: variable `treeCredentials` should have a snake case name such as `tree_credentials` Oct 14 22:36:31.831 INFO kablam! --> src/bin/cred_man_gtk.rs:43:13 Oct 14 22:36:31.831 INFO kablam! | Oct 14 22:36:31.831 INFO kablam! 43 | let treeCredentials: gtk::TreeView = b.get_object("treeCredentials").expect("Unable to find treeCredentials"); Oct 14 22:36:31.831 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 22:36:31.831 INFO kablam! Oct 14 22:36:31.831 INFO kablam! warning: variable `btnUnlock` should have a snake case name such as `btn_unlock` Oct 14 22:36:31.831 INFO kablam! --> src/bin/cred_man_gtk.rs:47:13 Oct 14 22:36:31.831 INFO kablam! | Oct 14 22:36:31.832 INFO kablam! 47 | let btnUnlock: gtk::ToolButton = b.get_object("btnUnlock").expect("Unable to find btnUnlock"); Oct 14 22:36:31.832 INFO kablam! | ^^^^^^^^^ Oct 14 22:36:31.832 INFO kablam! Oct 14 22:36:31.832 INFO kablam! warning: variable `dlgPassword` should have a snake case name such as `dlg_password` Oct 14 22:36:31.832 INFO kablam! --> src/bin/cred_man_gtk.rs:49:13 Oct 14 22:36:31.832 INFO kablam! | Oct 14 22:36:31.832 INFO kablam! 49 | let dlgPassword: gtk::Dialog = b.get_object("dlgPassword").expect("Unable to find dlgPassword"); Oct 14 22:36:31.832 INFO kablam! | ^^^^^^^^^^^ Oct 14 22:36:31.832 INFO kablam! Oct 14 22:36:31.832 INFO kablam! warning: variable `entryPassword` should have a snake case name such as `entry_password` Oct 14 22:36:31.832 INFO kablam! --> src/bin/cred_man_gtk.rs:51:13 Oct 14 22:36:31.832 INFO kablam! | Oct 14 22:36:31.832 INFO kablam! 51 | let entryPassword: gtk::Entry = b.get_object("entryPassword").expect("Unable to find entryPassword"); Oct 14 22:36:31.832 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 22:36:31.832 INFO kablam! Oct 14 22:36:32.335 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.48s Oct 14 22:36:32.344 INFO kablam! su: No module specific data is present Oct 14 22:36:32.911 INFO running `"docker" "rm" "-f" "671bddd15b01c10e875aeee01c6c4f1488839a6560b4ed705435d4353bd30628"` Oct 14 22:36:33.191 INFO blam! 671bddd15b01c10e875aeee01c6c4f1488839a6560b4ed705435d4353bd30628 Oct 14 22:36:33.203 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 14 22:36:33.663 INFO blam! 9b6030b48ed950e56e7cc9abdf1e92e62e0eb944c0d222ff84fa30c4b934990a Oct 14 22:36:33.665 INFO running `"docker" "start" "-a" "9b6030b48ed950e56e7cc9abdf1e92e62e0eb944c0d222ff84fa30c4b934990a"` Oct 14 22:36:34.431 INFO kablam! usermod: no changes Oct 14 22:36:34.538 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 14 22:36:34.541 INFO kablam! Running /target/debug/deps/cred_man_lib-d41df08eb51424a4 Oct 14 22:36:34.543 INFO blam! Oct 14 22:36:34.543 INFO blam! running 0 tests Oct 14 22:36:34.543 INFO blam! Oct 14 22:36:34.543 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 22:36:34.543 INFO blam! Oct 14 22:36:34.544 INFO kablam! Running /target/debug/deps/cred_man-e8ba62b7bf0f293b Oct 14 22:36:34.545 INFO blam! Oct 14 22:36:34.545 INFO blam! running 0 tests Oct 14 22:36:34.545 INFO blam! Oct 14 22:36:34.545 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 22:36:34.545 INFO blam! Oct 14 22:36:34.546 INFO kablam! Running /target/debug/deps/cred_man_gtk-4d256addd5aa60ca Oct 14 22:36:34.547 INFO blam! Oct 14 22:36:34.547 INFO blam! running 0 tests Oct 14 22:36:34.547 INFO blam! Oct 14 22:36:34.547 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 22:36:34.547 INFO blam! Oct 14 22:36:34.549 INFO kablam! Running /target/debug/deps/decrypt_db-31492e831f39175f Oct 14 22:36:34.549 INFO blam! Oct 14 22:36:34.549 INFO blam! running 0 tests Oct 14 22:36:34.549 INFO blam! Oct 14 22:36:34.549 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 22:36:34.549 INFO blam! Oct 14 22:36:34.549 INFO kablam! Doc-tests cred_man_lib Oct 14 22:36:35.071 INFO blam! Oct 14 22:36:35.071 INFO blam! running 0 tests Oct 14 22:36:35.071 INFO blam! Oct 14 22:36:35.071 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 22:36:35.071 INFO blam! Oct 14 22:36:35.079 INFO kablam! su: No module specific data is present Oct 14 22:36:35.415 INFO running `"docker" "rm" "-f" "9b6030b48ed950e56e7cc9abdf1e92e62e0eb944c0d222ff84fa30c4b934990a"` Oct 14 22:36:35.658 INFO blam! 9b6030b48ed950e56e7cc9abdf1e92e62e0eb944c0d222ff84fa30c4b934990a