Oct 16 05:17:05.266 INFO testing iron-login-0.5.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 05:17:05.266 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 16 05:17:05.511 INFO blam! 4813981a4aaaba89397ecfb7302cfc2f96379655596180968b4cb408e9bb8b59 Oct 16 05:17:05.523 INFO running `"docker" "start" "-a" "4813981a4aaaba89397ecfb7302cfc2f96379655596180968b4cb408e9bb8b59"` Oct 16 05:17:07.523 INFO kablam! usermod: no changes Oct 16 05:17:07.731 INFO kablam! Compiling cookie v0.2.5 Oct 16 05:17:10.104 INFO kablam! Compiling hyper v0.9.18 Oct 16 05:17:17.752 INFO kablam! Compiling iron v0.4.0 Oct 16 05:17:19.809 INFO kablam! Compiling persistent v0.2.1 Oct 16 05:17:19.809 INFO kablam! Compiling oven v0.4.0 Oct 16 05:17:22.587 INFO kablam! Compiling iron-login v0.5.1 (/source) Oct 16 05:17:24.788 INFO kablam! warning: use of deprecated item 'LoginManager': Please use iron-sessionstorage. This entire crate is deprecated. Oct 16 05:17:24.789 INFO kablam! --> src/lib.rs:27:6 Oct 16 05:17:24.789 INFO kablam! | Oct 16 05:17:24.789 INFO kablam! 27 | impl LoginManager { Oct 16 05:17:24.789 INFO kablam! | ^^^^^^^^^^^^ Oct 16 05:17:24.789 INFO kablam! | Oct 16 05:17:24.789 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 05:17:24.790 INFO kablam! Oct 16 05:17:24.790 INFO kablam! warning: use of deprecated item 'LoginManager': Please use iron-sessionstorage. This entire crate is deprecated. Oct 16 05:17:24.790 INFO kablam! --> src/lib.rs:37:39 Oct 16 05:17:24.790 INFO kablam! | Oct 16 05:17:24.790 INFO kablam! 37 | impl middleware::AroundMiddleware for LoginManager { Oct 16 05:17:24.790 INFO kablam! | ^^^^^^^^^^^^ Oct 16 05:17:24.790 INFO kablam! Oct 16 05:17:24.790 INFO kablam! warning: use of deprecated item 'LoginManager': Please use iron-sessionstorage. This entire crate is deprecated. Oct 16 05:17:24.790 INFO kablam! --> src/lib.rs:29:41 Oct 16 05:17:24.790 INFO kablam! | Oct 16 05:17:24.790 INFO kablam! 29 | pub fn new(signing_key: Vec) -> LoginManager { Oct 16 05:17:24.790 INFO kablam! | ^^^^^^^^^^^^ Oct 16 05:17:24.790 INFO kablam! Oct 16 05:17:24.790 INFO kablam! warning: use of deprecated item 'LoginManager': Please use iron-sessionstorage. This entire crate is deprecated. Oct 16 05:17:24.790 INFO kablam! --> src/lib.rs:30:9 Oct 16 05:17:24.790 INFO kablam! | Oct 16 05:17:24.790 INFO kablam! 30 | LoginManager { Oct 16 05:17:24.790 INFO kablam! | ^^^^^^^^^^^^ Oct 16 05:17:24.790 INFO kablam! Oct 16 05:17:24.827 INFO kablam! warning: use of deprecated item 'LoginManager::signing_key': Please use iron-sessionstorage. This entire crate is deprecated. Oct 16 05:17:24.827 INFO kablam! --> src/lib.rs:31:13 Oct 16 05:17:24.827 INFO kablam! | Oct 16 05:17:24.827 INFO kablam! 31 | signing_key: signing_key, Oct 16 05:17:24.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 05:17:24.827 INFO kablam! Oct 16 05:17:24.828 INFO kablam! warning: use of deprecated item 'LoginManager::config': Please use iron-sessionstorage. This entire crate is deprecated. Oct 16 05:17:24.829 INFO kablam! --> src/lib.rs:32:13 Oct 16 05:17:24.829 INFO kablam! | Oct 16 05:17:24.829 INFO kablam! 32 | config: Config::defaults(), Oct 16 05:17:24.829 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 05:17:24.829 INFO kablam! Oct 16 05:17:24.829 INFO kablam! warning: use of deprecated item 'LoginManager::signing_key': Please use iron-sessionstorage. This entire crate is deprecated. Oct 16 05:17:24.829 INFO kablam! --> src/lib.rs:40:19 Oct 16 05:17:24.829 INFO kablam! | Oct 16 05:17:24.829 INFO kablam! 40 | let key = self.signing_key; Oct 16 05:17:24.829 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 05:17:24.829 INFO kablam! Oct 16 05:17:24.830 INFO kablam! warning: use of deprecated item 'LoginManager::config': Please use iron-sessionstorage. This entire crate is deprecated. Oct 16 05:17:24.830 INFO kablam! --> src/lib.rs:43:50 Oct 16 05:17:24.830 INFO kablam! | Oct 16 05:17:24.830 INFO kablam! 43 | ch.link(persistent::Read::::both(self.config)); Oct 16 05:17:24.830 INFO kablam! | ^^^^^^^^^^^ Oct 16 05:17:24.830 INFO kablam! Oct 16 05:17:25.203 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.64s Oct 16 05:17:25.212 INFO kablam! su: No module specific data is present Oct 16 05:17:25.986 INFO running `"docker" "rm" "-f" "4813981a4aaaba89397ecfb7302cfc2f96379655596180968b4cb408e9bb8b59"` Oct 16 05:17:26.208 INFO blam! 4813981a4aaaba89397ecfb7302cfc2f96379655596180968b4cb408e9bb8b59 Oct 16 05:17:26.211 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 16 05:17:26.711 INFO blam! 1cf6ffc52110d23157c920f5961167002a3115776612ecf4e1b2da4d680f332b Oct 16 05:17:26.714 INFO running `"docker" "start" "-a" "1cf6ffc52110d23157c920f5961167002a3115776612ecf4e1b2da4d680f332b"` Oct 16 05:17:27.097 INFO kablam! usermod: no changes Oct 16 05:17:27.171 INFO kablam! Compiling iron-login v0.5.1 (/source) Oct 16 05:17:29.292 INFO kablam! warning: use of deprecated item 'iron_login::LoginManager': Please use iron-sessionstorage. This entire crate is deprecated. Oct 16 05:17:29.293 INFO kablam! --> examples/basic.rs:53:18 Oct 16 05:17:29.294 INFO kablam! | Oct 16 05:17:29.294 INFO kablam! 53 | chain.around(::iron_login::LoginManager::new(cookie_signing_key)); Oct 16 05:17:29.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 05:17:29.296 INFO kablam! | Oct 16 05:17:29.296 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 05:17:29.297 INFO kablam! Oct 16 05:17:29.634 INFO kablam! warning: use of deprecated item 'LoginManager': Please use iron-sessionstorage. This entire crate is deprecated. Oct 16 05:17:29.635 INFO kablam! --> src/lib.rs:27:6 Oct 16 05:17:29.635 INFO kablam! | Oct 16 05:17:29.636 INFO kablam! 27 | impl LoginManager { Oct 16 05:17:29.636 INFO kablam! | ^^^^^^^^^^^^ Oct 16 05:17:29.637 INFO kablam! | Oct 16 05:17:29.638 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 05:17:29.638 INFO kablam! Oct 16 05:17:29.647 INFO kablam! warning: use of deprecated item 'LoginManager': Please use iron-sessionstorage. This entire crate is deprecated. Oct 16 05:17:29.647 INFO kablam! --> src/lib.rs:37:39 Oct 16 05:17:29.648 INFO kablam! | Oct 16 05:17:29.649 INFO kablam! 37 | impl middleware::AroundMiddleware for LoginManager { Oct 16 05:17:29.649 INFO kablam! | ^^^^^^^^^^^^ Oct 16 05:17:29.650 INFO kablam! Oct 16 05:17:29.651 INFO kablam! warning: use of deprecated item 'LoginManager': Please use iron-sessionstorage. This entire crate is deprecated. Oct 16 05:17:29.651 INFO kablam! --> src/lib.rs:29:41 Oct 16 05:17:29.652 INFO kablam! | Oct 16 05:17:29.652 INFO kablam! 29 | pub fn new(signing_key: Vec) -> LoginManager { Oct 16 05:17:29.653 INFO kablam! | ^^^^^^^^^^^^ Oct 16 05:17:29.654 INFO kablam! Oct 16 05:17:29.654 INFO kablam! warning: use of deprecated item 'LoginManager': Please use iron-sessionstorage. This entire crate is deprecated. Oct 16 05:17:29.655 INFO kablam! --> src/lib.rs:30:9 Oct 16 05:17:29.655 INFO kablam! | Oct 16 05:17:29.656 INFO kablam! 30 | LoginManager { Oct 16 05:17:29.657 INFO kablam! | ^^^^^^^^^^^^ Oct 16 05:17:29.657 INFO kablam! Oct 16 05:17:29.703 INFO kablam! warning: use of deprecated item 'LoginManager::signing_key': Please use iron-sessionstorage. This entire crate is deprecated. Oct 16 05:17:29.704 INFO kablam! --> src/lib.rs:31:13 Oct 16 05:17:29.704 INFO kablam! | Oct 16 05:17:29.705 INFO kablam! 31 | signing_key: signing_key, Oct 16 05:17:29.705 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 05:17:29.706 INFO kablam! Oct 16 05:17:29.707 INFO kablam! warning: use of deprecated item 'LoginManager::config': Please use iron-sessionstorage. This entire crate is deprecated. Oct 16 05:17:29.707 INFO kablam! --> src/lib.rs:32:13 Oct 16 05:17:29.708 INFO kablam! | Oct 16 05:17:29.708 INFO kablam! 32 | config: Config::defaults(), Oct 16 05:17:29.709 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 05:17:29.710 INFO kablam! Oct 16 05:17:29.711 INFO kablam! warning: use of deprecated item 'LoginManager::signing_key': Please use iron-sessionstorage. This entire crate is deprecated. Oct 16 05:17:29.712 INFO kablam! --> src/lib.rs:40:19 Oct 16 05:17:29.713 INFO kablam! | Oct 16 05:17:29.713 INFO kablam! 40 | let key = self.signing_key; Oct 16 05:17:29.714 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 05:17:29.714 INFO kablam! Oct 16 05:17:29.717 INFO kablam! warning: use of deprecated item 'LoginManager::config': Please use iron-sessionstorage. This entire crate is deprecated. Oct 16 05:17:29.717 INFO kablam! --> src/lib.rs:43:50 Oct 16 05:17:29.718 INFO kablam! | Oct 16 05:17:29.718 INFO kablam! 43 | ch.link(persistent::Read::::both(self.config)); Oct 16 05:17:29.719 INFO kablam! | ^^^^^^^^^^^ Oct 16 05:17:29.719 INFO kablam! Oct 16 05:17:30.998 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.88s Oct 16 05:17:31.003 INFO kablam! su: No module specific data is present Oct 16 05:17:31.378 INFO running `"docker" "rm" "-f" "1cf6ffc52110d23157c920f5961167002a3115776612ecf4e1b2da4d680f332b"` Oct 16 05:17:31.482 INFO blam! 1cf6ffc52110d23157c920f5961167002a3115776612ecf4e1b2da4d680f332b Oct 16 05:17:31.485 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 16 05:17:31.747 INFO blam! 51e6c5b7102cef2be242f7a5296d94491da297b8ccce7b36ebbdd67cd01e867f Oct 16 05:17:31.749 INFO running `"docker" "start" "-a" "51e6c5b7102cef2be242f7a5296d94491da297b8ccce7b36ebbdd67cd01e867f"` Oct 16 05:17:32.163 INFO kablam! usermod: no changes Oct 16 05:17:32.257 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 16 05:17:32.271 INFO kablam! Running /target/debug/deps/iron_login-594e36564677f292 Oct 16 05:17:32.274 INFO blam! Oct 16 05:17:32.274 INFO blam! running 0 tests Oct 16 05:17:32.274 INFO blam! Oct 16 05:17:32.274 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 05:17:32.274 INFO blam! Oct 16 05:17:32.275 INFO kablam! Doc-tests iron-login Oct 16 05:17:36.545 INFO blam! Oct 16 05:17:36.546 INFO blam! running 0 tests Oct 16 05:17:36.546 INFO blam! Oct 16 05:17:36.546 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 05:17:36.546 INFO blam! Oct 16 05:17:36.553 INFO kablam! su: No module specific data is present Oct 16 05:17:36.877 INFO running `"docker" "rm" "-f" "51e6c5b7102cef2be242f7a5296d94491da297b8ccce7b36ebbdd67cd01e867f"` Oct 16 05:17:36.948 INFO blam! 51e6c5b7102cef2be242f7a5296d94491da297b8ccce7b36ebbdd67cd01e867f