Oct 13 13:18:01.142 INFO checking iron-login-0.5.1 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 13:18:01.142 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-3/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 13:18:01.497 INFO blam! 1a7007a7f98d47db812e0159143344901edf492ba9ea9ffaee17b2d72b639b32 Oct 13 13:18:01.498 INFO running `"docker" "start" "-a" "1a7007a7f98d47db812e0159143344901edf492ba9ea9ffaee17b2d72b639b32"` Oct 13 13:18:02.829 INFO kablam! usermod: no changes Oct 13 13:18:02.956 INFO kablam! Checking cookie v0.2.5 Oct 13 13:18:04.405 INFO kablam! Checking hyper v0.9.18 Oct 13 13:18:08.934 INFO kablam! Checking iron v0.4.0 Oct 13 13:18:11.584 INFO kablam! Checking oven v0.4.0 Oct 13 13:18:11.584 INFO kablam! Checking persistent v0.2.1 Oct 13 13:18:15.975 INFO kablam! Checking iron-login v0.5.1 (/source) Oct 13 13:18:19.585 INFO kablam! warning: use of deprecated item 'LoginManager': Please use iron-sessionstorage. This entire crate is deprecated. Oct 13 13:18:19.585 INFO kablam! --> src/lib.rs:27:6 Oct 13 13:18:19.585 INFO kablam! | Oct 13 13:18:19.585 INFO kablam! 27 | impl LoginManager { Oct 13 13:18:19.585 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:18:19.585 INFO kablam! | Oct 13 13:18:19.585 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 13:18:19.585 INFO kablam! Oct 13 13:18:19.585 INFO kablam! warning: use of deprecated item 'LoginManager': Please use iron-sessionstorage. This entire crate is deprecated. Oct 13 13:18:19.585 INFO kablam! --> src/lib.rs:37:39 Oct 13 13:18:19.585 INFO kablam! | Oct 13 13:18:19.585 INFO kablam! 37 | impl middleware::AroundMiddleware for LoginManager { Oct 13 13:18:19.585 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:18:19.585 INFO kablam! Oct 13 13:18:19.592 INFO kablam! warning: use of deprecated item 'LoginManager': Please use iron-sessionstorage. This entire crate is deprecated. Oct 13 13:18:19.592 INFO kablam! --> src/lib.rs:29:41 Oct 13 13:18:19.592 INFO kablam! | Oct 13 13:18:19.592 INFO kablam! 29 | pub fn new(signing_key: Vec) -> LoginManager { Oct 13 13:18:19.592 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:18:19.592 INFO kablam! Oct 13 13:18:19.592 INFO kablam! warning: use of deprecated item 'LoginManager': Please use iron-sessionstorage. This entire crate is deprecated. Oct 13 13:18:19.592 INFO kablam! --> src/lib.rs:30:9 Oct 13 13:18:19.592 INFO kablam! | Oct 13 13:18:19.592 INFO kablam! 30 | LoginManager { Oct 13 13:18:19.592 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:18:19.592 INFO kablam! Oct 13 13:18:19.628 INFO kablam! warning: use of deprecated item 'LoginManager::signing_key': Please use iron-sessionstorage. This entire crate is deprecated. Oct 13 13:18:19.628 INFO kablam! --> src/lib.rs:31:13 Oct 13 13:18:19.629 INFO kablam! | Oct 13 13:18:19.629 INFO kablam! 31 | signing_key: signing_key, Oct 13 13:18:19.629 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 13:18:19.629 INFO kablam! Oct 13 13:18:19.629 INFO kablam! warning: use of deprecated item 'LoginManager::config': Please use iron-sessionstorage. This entire crate is deprecated. Oct 13 13:18:19.629 INFO kablam! --> src/lib.rs:32:13 Oct 13 13:18:19.629 INFO kablam! | Oct 13 13:18:19.629 INFO kablam! 32 | config: Config::defaults(), Oct 13 13:18:19.629 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 13:18:19.629 INFO kablam! Oct 13 13:18:19.631 INFO kablam! warning: use of deprecated item 'LoginManager::signing_key': Please use iron-sessionstorage. This entire crate is deprecated. Oct 13 13:18:19.631 INFO kablam! --> src/lib.rs:40:19 Oct 13 13:18:19.631 INFO kablam! | Oct 13 13:18:19.631 INFO kablam! 40 | let key = self.signing_key; Oct 13 13:18:19.631 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 13:18:19.631 INFO kablam! Oct 13 13:18:19.636 INFO kablam! warning: use of deprecated item 'LoginManager::config': Please use iron-sessionstorage. This entire crate is deprecated. Oct 13 13:18:19.636 INFO kablam! --> src/lib.rs:43:50 Oct 13 13:18:19.636 INFO kablam! | Oct 13 13:18:19.636 INFO kablam! 43 | ch.link(persistent::Read::::both(self.config)); Oct 13 13:18:19.636 INFO kablam! | ^^^^^^^^^^^ Oct 13 13:18:19.636 INFO kablam! Oct 13 13:18:20.332 INFO kablam! warning: use of deprecated item 'LoginManager': Please use iron-sessionstorage. This entire crate is deprecated. Oct 13 13:18:20.332 INFO kablam! --> src/lib.rs:27:6 Oct 13 13:18:20.332 INFO kablam! | Oct 13 13:18:20.332 INFO kablam! 27 | impl LoginManager { Oct 13 13:18:20.332 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:18:20.332 INFO kablam! | Oct 13 13:18:20.332 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 13:18:20.332 INFO kablam! Oct 13 13:18:20.332 INFO kablam! warning: use of deprecated item 'LoginManager': Please use iron-sessionstorage. This entire crate is deprecated. Oct 13 13:18:20.332 INFO kablam! --> src/lib.rs:37:39 Oct 13 13:18:20.332 INFO kablam! | Oct 13 13:18:20.332 INFO kablam! 37 | impl middleware::AroundMiddleware for LoginManager { Oct 13 13:18:20.332 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:18:20.332 INFO kablam! Oct 13 13:18:20.332 INFO kablam! warning: use of deprecated item 'LoginManager': Please use iron-sessionstorage. This entire crate is deprecated. Oct 13 13:18:20.332 INFO kablam! --> src/lib.rs:29:41 Oct 13 13:18:20.332 INFO kablam! | Oct 13 13:18:20.332 INFO kablam! 29 | pub fn new(signing_key: Vec) -> LoginManager { Oct 13 13:18:20.332 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:18:20.332 INFO kablam! Oct 13 13:18:20.332 INFO kablam! warning: use of deprecated item 'LoginManager': Please use iron-sessionstorage. This entire crate is deprecated. Oct 13 13:18:20.333 INFO kablam! --> src/lib.rs:30:9 Oct 13 13:18:20.333 INFO kablam! | Oct 13 13:18:20.333 INFO kablam! 30 | LoginManager { Oct 13 13:18:20.333 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:18:20.333 INFO kablam! Oct 13 13:18:20.462 INFO kablam! warning: use of deprecated item 'LoginManager::signing_key': Please use iron-sessionstorage. This entire crate is deprecated. Oct 13 13:18:20.462 INFO kablam! --> src/lib.rs:31:13 Oct 13 13:18:20.462 INFO kablam! | Oct 13 13:18:20.462 INFO kablam! 31 | signing_key: signing_key, Oct 13 13:18:20.462 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 13:18:20.462 INFO kablam! Oct 13 13:18:20.462 INFO kablam! warning: use of deprecated item 'LoginManager::config': Please use iron-sessionstorage. This entire crate is deprecated. Oct 13 13:18:20.462 INFO kablam! --> src/lib.rs:32:13 Oct 13 13:18:20.462 INFO kablam! | Oct 13 13:18:20.462 INFO kablam! 32 | config: Config::defaults(), Oct 13 13:18:20.462 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 13:18:20.462 INFO kablam! Oct 13 13:18:20.462 INFO kablam! warning: use of deprecated item 'LoginManager::signing_key': Please use iron-sessionstorage. This entire crate is deprecated. Oct 13 13:18:20.462 INFO kablam! --> src/lib.rs:40:19 Oct 13 13:18:20.462 INFO kablam! | Oct 13 13:18:20.462 INFO kablam! 40 | let key = self.signing_key; Oct 13 13:18:20.462 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 13:18:20.462 INFO kablam! Oct 13 13:18:20.468 INFO kablam! warning: use of deprecated item 'LoginManager::config': Please use iron-sessionstorage. This entire crate is deprecated. Oct 13 13:18:20.468 INFO kablam! --> src/lib.rs:43:50 Oct 13 13:18:20.468 INFO kablam! | Oct 13 13:18:20.468 INFO kablam! 43 | ch.link(persistent::Read::::both(self.config)); Oct 13 13:18:20.468 INFO kablam! | ^^^^^^^^^^^ Oct 13 13:18:20.468 INFO kablam! Oct 13 13:18:22.926 INFO kablam! warning: use of deprecated item 'iron_login::LoginManager': Please use iron-sessionstorage. This entire crate is deprecated. Oct 13 13:18:22.926 INFO kablam! --> examples/basic.rs:53:18 Oct 13 13:18:22.926 INFO kablam! | Oct 13 13:18:22.926 INFO kablam! 53 | chain.around(::iron_login::LoginManager::new(cookie_signing_key)); Oct 13 13:18:22.926 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 13:18:22.926 INFO kablam! | Oct 13 13:18:22.926 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 13:18:22.926 INFO kablam! Oct 13 13:18:23.001 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 20.14s Oct 13 13:18:23.008 INFO kablam! su: No module specific data is present Oct 13 13:18:23.742 INFO running `"docker" "rm" "-f" "1a7007a7f98d47db812e0159143344901edf492ba9ea9ffaee17b2d72b639b32"` Oct 13 13:18:24.061 INFO blam! 1a7007a7f98d47db812e0159143344901edf492ba9ea9ffaee17b2d72b639b32