Oct 14 22:35:02.112 INFO testing dmitryvk/rs-credentials-manager against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 22:35:02.112 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:02.633 INFO blam! ae8d8455ca148dc45c2546b513965e0167a0b87e43f2ae7a400006dfcc6708a3 Oct 14 22:35:02.635 INFO running `"docker" "start" "-a" "ae8d8455ca148dc45c2546b513965e0167a0b87e43f2ae7a400006dfcc6708a3"` Oct 14 22:35:03.829 INFO kablam! usermod: no changes Oct 14 22:35:04.027 INFO kablam! Compiling rustdoc-stripper v0.1.5 Oct 14 22:35:04.035 INFO kablam! Compiling glib-sys v0.3.4 Oct 14 22:35:04.035 INFO kablam! Compiling gobject-sys v0.3.4 Oct 14 22:35:04.035 INFO kablam! Compiling gio-sys v0.3.4 Oct 14 22:35:04.035 INFO kablam! Compiling cairo-sys-rs v0.3.4 Oct 14 22:35:04.035 INFO kablam! Compiling pango-sys v0.3.4 Oct 14 22:35:04.035 INFO kablam! Compiling gdk-pixbuf-sys v0.3.4 Oct 14 22:35:04.035 INFO kablam! Compiling gdk-sys v0.3.4 Oct 14 22:35:08.128 INFO kablam! Compiling atk-sys v0.3.4 Oct 14 22:35:08.423 INFO kablam! Compiling gtk-sys v0.3.4 Oct 14 22:35:08.443 INFO kablam! Compiling linenoise-rust v0.1.15 Oct 14 22:35:08.771 INFO kablam! Compiling num-integer v0.1.39 Oct 14 22:35:08.810 INFO kablam! Compiling rust-crypto v0.2.36 Oct 14 22:35:16.095 INFO kablam! Compiling num-iter v0.1.37 Oct 14 22:35:16.449 INFO kablam! Compiling gtk-rs-lgpl-docs v0.1.6 Oct 14 22:35:17.703 INFO kablam! Compiling num v0.1.42 Oct 14 22:35:18.987 INFO kablam! Compiling chrono v0.2.25 Oct 14 22:35:19.265 INFO kablam! Compiling gdk-pixbuf v0.1.3 Oct 14 22:35:19.267 INFO kablam! Compiling gio v0.1.3 Oct 14 22:35:19.268 INFO kablam! Compiling cairo-rs v0.1.3 Oct 14 22:35:19.269 INFO kablam! Compiling gdk v0.5.3 Oct 14 22:35:19.269 INFO kablam! Compiling gtk v0.1.3 Oct 14 22:35:28.329 INFO kablam! Compiling glib v0.1.3 Oct 14 22:35:36.150 INFO kablam! Compiling pango v0.1.3 Oct 14 22:36:24.984 INFO kablam! Compiling cred-man v1.1.0 (/source) Oct 14 22:36:25.363 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:25.364 INFO kablam! --> src/lib.rs:64:20 Oct 14 22:36:25.364 INFO kablam! | Oct 14 22:36:25.364 INFO kablam! 64 | path = std::env::home_dir().unwrap(); Oct 14 22:36:25.365 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 22:36:25.365 INFO kablam! | Oct 14 22:36:25.365 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 22:36:25.365 INFO kablam! Oct 14 22:36:26.959 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 14 22:36:26.959 INFO kablam! --> src/bin/cred_man.rs:29:33 Oct 14 22:36:26.959 INFO kablam! | Oct 14 22:36:26.960 INFO kablam! 29 | let cmd = unsafe { cmd_line.slice_unchecked(0, idx) }; Oct 14 22:36:26.960 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 22:36:26.960 INFO kablam! | Oct 14 22:36:26.961 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 22:36:26.961 INFO kablam! Oct 14 22:36:26.961 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 14 22:36:26.962 INFO kablam! --> src/bin/cred_man.rs:30:34 Oct 14 22:36:26.962 INFO kablam! | Oct 14 22:36:26.962 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:26.962 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 22:36:26.963 INFO kablam! Oct 14 22:36:27.704 INFO kablam! warning: unused variable: `ui` Oct 14 22:36:27.704 INFO kablam! --> src/bin/cred_man_gtk.rs:256:9 Oct 14 22:36:27.705 INFO kablam! | Oct 14 22:36:27.705 INFO kablam! 256 | let ui = Ui::new(); Oct 14 22:36:27.705 INFO kablam! | ^^ help: consider using `_ui` instead Oct 14 22:36:27.706 INFO kablam! | Oct 14 22:36:27.706 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 22:36:27.706 INFO kablam! Oct 14 22:36:27.722 INFO kablam! warning: variable does not need to be mutable Oct 14 22:36:27.722 INFO kablam! --> src/bin/cred_man_gtk.rs:201:17 Oct 14 22:36:27.723 INFO kablam! | Oct 14 22:36:27.723 INFO kablam! 201 | let mut ui = &mut *ui_ref.borrow_mut(); Oct 14 22:36:27.723 INFO kablam! | ----^^ Oct 14 22:36:27.723 INFO kablam! | | Oct 14 22:36:27.723 INFO kablam! | help: remove this `mut` Oct 14 22:36:27.723 INFO kablam! | Oct 14 22:36:27.723 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 22:36:27.723 INFO kablam! Oct 14 22:36:27.723 INFO kablam! warning: variable does not need to be mutable Oct 14 22:36:27.723 INFO kablam! --> src/bin/cred_man_gtk.rs:223:17 Oct 14 22:36:27.723 INFO kablam! | Oct 14 22:36:27.723 INFO kablam! 223 | let mut ui = &mut *ui_ref.borrow_mut(); Oct 14 22:36:27.723 INFO kablam! | ----^^ Oct 14 22:36:27.723 INFO kablam! | | Oct 14 22:36:27.723 INFO kablam! | help: remove this `mut` Oct 14 22:36:27.723 INFO kablam! Oct 14 22:36:27.723 INFO kablam! warning: structure field `treeCredentials` should have a snake case name such as `tree_credentials` Oct 14 22:36:27.724 INFO kablam! --> src/bin/cred_man_gtk.rs:19:5 Oct 14 22:36:27.724 INFO kablam! | Oct 14 22:36:27.724 INFO kablam! 19 | treeCredentials: gtk::TreeView, Oct 14 22:36:27.724 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:36:27.724 INFO kablam! | Oct 14 22:36:27.724 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 22:36:27.724 INFO kablam! Oct 14 22:36:27.724 INFO kablam! warning: structure field `btnUnlock` should have a snake case name such as `btn_unlock` Oct 14 22:36:27.724 INFO kablam! --> src/bin/cred_man_gtk.rs:21:5 Oct 14 22:36:27.724 INFO kablam! | Oct 14 22:36:27.724 INFO kablam! 21 | btnUnlock: gtk::ToolButton, Oct 14 22:36:27.724 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:36:27.724 INFO kablam! Oct 14 22:36:27.724 INFO kablam! warning: structure field `dlgPassword` should have a snake case name such as `dlg_password` Oct 14 22:36:27.724 INFO kablam! --> src/bin/cred_man_gtk.rs:22:5 Oct 14 22:36:27.724 INFO kablam! | Oct 14 22:36:27.724 INFO kablam! 22 | dlgPassword: gtk::Dialog, Oct 14 22:36:27.724 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:36:27.724 INFO kablam! Oct 14 22:36:27.724 INFO kablam! warning: structure field `entryPassword` should have a snake case name such as `entry_password` Oct 14 22:36:27.724 INFO kablam! --> src/bin/cred_man_gtk.rs:23:5 Oct 14 22:36:27.724 INFO kablam! | Oct 14 22:36:27.724 INFO kablam! 23 | entryPassword: gtk::Entry, Oct 14 22:36:27.724 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:36:27.724 INFO kablam! Oct 14 22:36:27.724 INFO kablam! warning: variable `treeCredentials` should have a snake case name such as `tree_credentials` Oct 14 22:36:27.724 INFO kablam! --> src/bin/cred_man_gtk.rs:43:13 Oct 14 22:36:27.724 INFO kablam! | Oct 14 22:36:27.724 INFO kablam! 43 | let treeCredentials: gtk::TreeView = b.get_object("treeCredentials").expect("Unable to find treeCredentials"); Oct 14 22:36:27.724 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 22:36:27.724 INFO kablam! Oct 14 22:36:27.724 INFO kablam! warning: variable `btnUnlock` should have a snake case name such as `btn_unlock` Oct 14 22:36:27.724 INFO kablam! --> src/bin/cred_man_gtk.rs:47:13 Oct 14 22:36:27.724 INFO kablam! | Oct 14 22:36:27.724 INFO kablam! 47 | let btnUnlock: gtk::ToolButton = b.get_object("btnUnlock").expect("Unable to find btnUnlock"); Oct 14 22:36:27.724 INFO kablam! | ^^^^^^^^^ Oct 14 22:36:27.724 INFO kablam! Oct 14 22:36:27.724 INFO kablam! warning: variable `dlgPassword` should have a snake case name such as `dlg_password` Oct 14 22:36:27.724 INFO kablam! --> src/bin/cred_man_gtk.rs:49:13 Oct 14 22:36:27.724 INFO kablam! | Oct 14 22:36:27.724 INFO kablam! 49 | let dlgPassword: gtk::Dialog = b.get_object("dlgPassword").expect("Unable to find dlgPassword"); Oct 14 22:36:27.724 INFO kablam! | ^^^^^^^^^^^ Oct 14 22:36:27.724 INFO kablam! Oct 14 22:36:27.724 INFO kablam! warning: variable `entryPassword` should have a snake case name such as `entry_password` Oct 14 22:36:27.724 INFO kablam! --> src/bin/cred_man_gtk.rs:51:13 Oct 14 22:36:27.724 INFO kablam! | Oct 14 22:36:27.724 INFO kablam! 51 | let entryPassword: gtk::Entry = b.get_object("entryPassword").expect("Unable to find entryPassword"); Oct 14 22:36:27.724 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 22:36:27.724 INFO kablam! Oct 14 22:36:29.754 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 25s Oct 14 22:36:29.767 INFO kablam! su: No module specific data is present Oct 14 22:36:30.630 INFO running `"docker" "rm" "-f" "ae8d8455ca148dc45c2546b513965e0167a0b87e43f2ae7a400006dfcc6708a3"` Oct 14 22:36:30.847 INFO blam! ae8d8455ca148dc45c2546b513965e0167a0b87e43f2ae7a400006dfcc6708a3 Oct 14 22:36:30.847 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:31.237 INFO blam! b40da81e250177a6ab44d1bc72d127595fef6b07dbcba3ade7ad80bc808fe8c2 Oct 14 22:36:31.237 INFO running `"docker" "start" "-a" "b40da81e250177a6ab44d1bc72d127595fef6b07dbcba3ade7ad80bc808fe8c2"` Oct 14 22:36:32.052 INFO kablam! usermod: no changes Oct 14 22:36:32.160 INFO kablam! Compiling cred-man v1.1.0 (/source) Oct 14 22:36:33.047 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:33.047 INFO kablam! --> src/lib.rs:64:20 Oct 14 22:36:33.047 INFO kablam! | Oct 14 22:36:33.048 INFO kablam! 64 | path = std::env::home_dir().unwrap(); Oct 14 22:36:33.048 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 22:36:33.048 INFO kablam! | Oct 14 22:36:33.048 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 22:36:33.048 INFO kablam! Oct 14 22:36:33.109 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 14 22:36:33.110 INFO kablam! --> src/bin/cred_man.rs:29:33 Oct 14 22:36:33.110 INFO kablam! | Oct 14 22:36:33.110 INFO kablam! 29 | let cmd = unsafe { cmd_line.slice_unchecked(0, idx) }; Oct 14 22:36:33.110 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 22:36:33.110 INFO kablam! | Oct 14 22:36:33.111 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 22:36:33.111 INFO kablam! Oct 14 22:36:33.111 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 14 22:36:33.111 INFO kablam! --> src/bin/cred_man.rs:30:34 Oct 14 22:36:33.111 INFO kablam! | Oct 14 22:36:33.111 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:33.111 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 22:36:33.111 INFO kablam! Oct 14 22:36:34.015 INFO kablam! warning: unused variable: `ui` Oct 14 22:36:34.015 INFO kablam! --> src/bin/cred_man_gtk.rs:256:9 Oct 14 22:36:34.015 INFO kablam! | Oct 14 22:36:34.015 INFO kablam! 256 | let ui = Ui::new(); Oct 14 22:36:34.015 INFO kablam! | ^^ help: consider using `_ui` instead Oct 14 22:36:34.015 INFO kablam! | Oct 14 22:36:34.015 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 22:36:34.015 INFO kablam! Oct 14 22:36:34.034 INFO kablam! warning: variable does not need to be mutable Oct 14 22:36:34.034 INFO kablam! --> src/bin/cred_man_gtk.rs:201:17 Oct 14 22:36:34.034 INFO kablam! | Oct 14 22:36:34.034 INFO kablam! 201 | let mut ui = &mut *ui_ref.borrow_mut(); Oct 14 22:36:34.034 INFO kablam! | ----^^ Oct 14 22:36:34.034 INFO kablam! | | Oct 14 22:36:34.034 INFO kablam! | help: remove this `mut` Oct 14 22:36:34.034 INFO kablam! | Oct 14 22:36:34.034 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 22:36:34.034 INFO kablam! Oct 14 22:36:34.034 INFO kablam! warning: variable does not need to be mutable Oct 14 22:36:34.034 INFO kablam! --> src/bin/cred_man_gtk.rs:223:17 Oct 14 22:36:34.034 INFO kablam! | Oct 14 22:36:34.034 INFO kablam! 223 | let mut ui = &mut *ui_ref.borrow_mut(); Oct 14 22:36:34.034 INFO kablam! | ----^^ Oct 14 22:36:34.034 INFO kablam! | | Oct 14 22:36:34.034 INFO kablam! | help: remove this `mut` Oct 14 22:36:34.034 INFO kablam! Oct 14 22:36:34.041 INFO kablam! warning: structure field `treeCredentials` should have a snake case name such as `tree_credentials` Oct 14 22:36:34.041 INFO kablam! --> src/bin/cred_man_gtk.rs:19:5 Oct 14 22:36:34.041 INFO kablam! | Oct 14 22:36:34.041 INFO kablam! 19 | treeCredentials: gtk::TreeView, Oct 14 22:36:34.041 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:36:34.041 INFO kablam! | Oct 14 22:36:34.041 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 22:36:34.041 INFO kablam! Oct 14 22:36:34.041 INFO kablam! warning: structure field `btnUnlock` should have a snake case name such as `btn_unlock` Oct 14 22:36:34.041 INFO kablam! --> src/bin/cred_man_gtk.rs:21:5 Oct 14 22:36:34.041 INFO kablam! | Oct 14 22:36:34.041 INFO kablam! 21 | btnUnlock: gtk::ToolButton, Oct 14 22:36:34.041 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:36:34.041 INFO kablam! Oct 14 22:36:34.041 INFO kablam! warning: structure field `dlgPassword` should have a snake case name such as `dlg_password` Oct 14 22:36:34.041 INFO kablam! --> src/bin/cred_man_gtk.rs:22:5 Oct 14 22:36:34.041 INFO kablam! | Oct 14 22:36:34.041 INFO kablam! 22 | dlgPassword: gtk::Dialog, Oct 14 22:36:34.041 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:36:34.041 INFO kablam! Oct 14 22:36:34.041 INFO kablam! warning: structure field `entryPassword` should have a snake case name such as `entry_password` Oct 14 22:36:34.041 INFO kablam! --> src/bin/cred_man_gtk.rs:23:5 Oct 14 22:36:34.041 INFO kablam! | Oct 14 22:36:34.041 INFO kablam! 23 | entryPassword: gtk::Entry, Oct 14 22:36:34.041 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:36:34.041 INFO kablam! Oct 14 22:36:34.041 INFO kablam! warning: variable `treeCredentials` should have a snake case name such as `tree_credentials` Oct 14 22:36:34.041 INFO kablam! --> src/bin/cred_man_gtk.rs:43:13 Oct 14 22:36:34.041 INFO kablam! | Oct 14 22:36:34.041 INFO kablam! 43 | let treeCredentials: gtk::TreeView = b.get_object("treeCredentials").expect("Unable to find treeCredentials"); Oct 14 22:36:34.041 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 22:36:34.041 INFO kablam! Oct 14 22:36:34.041 INFO kablam! warning: variable `btnUnlock` should have a snake case name such as `btn_unlock` Oct 14 22:36:34.041 INFO kablam! --> src/bin/cred_man_gtk.rs:47:13 Oct 14 22:36:34.041 INFO kablam! | Oct 14 22:36:34.041 INFO kablam! 47 | let btnUnlock: gtk::ToolButton = b.get_object("btnUnlock").expect("Unable to find btnUnlock"); Oct 14 22:36:34.041 INFO kablam! | ^^^^^^^^^ Oct 14 22:36:34.041 INFO kablam! Oct 14 22:36:34.041 INFO kablam! warning: variable `dlgPassword` should have a snake case name such as `dlg_password` Oct 14 22:36:34.041 INFO kablam! --> src/bin/cred_man_gtk.rs:49:13 Oct 14 22:36:34.041 INFO kablam! | Oct 14 22:36:34.041 INFO kablam! 49 | let dlgPassword: gtk::Dialog = b.get_object("dlgPassword").expect("Unable to find dlgPassword"); Oct 14 22:36:34.041 INFO kablam! | ^^^^^^^^^^^ Oct 14 22:36:34.041 INFO kablam! Oct 14 22:36:34.041 INFO kablam! warning: variable `entryPassword` should have a snake case name such as `entry_password` Oct 14 22:36:34.041 INFO kablam! --> src/bin/cred_man_gtk.rs:51:13 Oct 14 22:36:34.041 INFO kablam! | Oct 14 22:36:34.041 INFO kablam! 51 | let entryPassword: gtk::Entry = b.get_object("entryPassword").expect("Unable to find entryPassword"); Oct 14 22:36:34.041 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 22:36:34.041 INFO kablam! Oct 14 22:36:34.475 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.40s Oct 14 22:36:34.479 INFO kablam! su: No module specific data is present Oct 14 22:36:34.809 INFO running `"docker" "rm" "-f" "b40da81e250177a6ab44d1bc72d127595fef6b07dbcba3ade7ad80bc808fe8c2"` Oct 14 22:36:34.960 INFO blam! b40da81e250177a6ab44d1bc72d127595fef6b07dbcba3ade7ad80bc808fe8c2 Oct 14 22:36:34.962 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:35.190 INFO blam! a63da2b5f611ae5c614d9388e3d1176e163bfaf666b46801727d16adad761607 Oct 14 22:36:35.192 INFO running `"docker" "start" "-a" "a63da2b5f611ae5c614d9388e3d1176e163bfaf666b46801727d16adad761607"` Oct 14 22:36:36.096 INFO kablam! usermod: no changes Oct 14 22:36:36.226 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 14 22:36:36.251 INFO kablam! Running /target/debug/deps/cred_man_lib-4e0bd17ffd42d027 Oct 14 22:36:36.251 INFO blam! Oct 14 22:36:36.251 INFO kablam! Running /target/debug/deps/cred_man-f260b39d75a8bbf5 Oct 14 22:36:36.251 INFO blam! running 0 tests Oct 14 22:36:36.251 INFO blam! Oct 14 22:36:36.252 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 22:36:36.252 INFO blam! Oct 14 22:36:36.253 INFO blam! Oct 14 22:36:36.253 INFO kablam! Running /target/debug/deps/cred_man_gtk-877f6ff9e2a2eec9 Oct 14 22:36:36.253 INFO blam! running 0 tests Oct 14 22:36:36.254 INFO blam! Oct 14 22:36:36.254 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 22:36:36.254 INFO blam! Oct 14 22:36:36.256 INFO kablam! Running /target/debug/deps/decrypt_db-cef83edc648acb0a Oct 14 22:36:36.256 INFO blam! Oct 14 22:36:36.256 INFO blam! running 0 tests Oct 14 22:36:36.257 INFO blam! Oct 14 22:36:36.257 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 22:36:36.257 INFO blam! Oct 14 22:36:36.258 INFO blam! Oct 14 22:36:36.258 INFO blam! running 0 tests Oct 14 22:36:36.258 INFO blam! Oct 14 22:36:36.258 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 22:36:36.258 INFO blam! Oct 14 22:36:36.258 INFO kablam! Doc-tests cred_man_lib Oct 14 22:36:36.797 INFO blam! Oct 14 22:36:36.797 INFO blam! running 0 tests Oct 14 22:36:36.797 INFO blam! Oct 14 22:36:36.797 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 22:36:36.797 INFO blam! Oct 14 22:36:36.805 INFO kablam! su: No module specific data is present Oct 14 22:36:37.068 INFO running `"docker" "rm" "-f" "a63da2b5f611ae5c614d9388e3d1176e163bfaf666b46801727d16adad761607"` Oct 14 22:36:37.215 INFO blam! a63da2b5f611ae5c614d9388e3d1176e163bfaf666b46801727d16adad761607