Oct 11 18:28:46.775 INFO testing iron-login-0.5.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 18:28:46.775 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 18:28:46.775 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 18:28:46.964 INFO blam! 9c86f32b098abc15c41b07b9011d2779cd5a415f31516ea9778fad18841e18d5 Oct 11 18:28:46.965 INFO running `"docker" "start" "-a" "9c86f32b098abc15c41b07b9011d2779cd5a415f31516ea9778fad18841e18d5"` Oct 11 18:28:47.352 INFO kablam! usermod: no changes Oct 11 18:28:47.472 INFO kablam! Compiling oven v0.4.0 Oct 11 18:28:47.472 INFO kablam! Compiling persistent v0.2.1 Oct 11 18:28:50.233 INFO kablam! Compiling iron-login v0.5.1 (/source) Oct 11 18:28:52.225 INFO kablam! warning: use of deprecated item 'LoginManager': Please use iron-sessionstorage. This entire crate is deprecated. Oct 11 18:28:52.225 INFO kablam! --> src/lib.rs:27:6 Oct 11 18:28:52.225 INFO kablam! | Oct 11 18:28:52.225 INFO kablam! 27 | impl LoginManager { Oct 11 18:28:52.225 INFO kablam! | ^^^^^^^^^^^^ Oct 11 18:28:52.225 INFO kablam! | Oct 11 18:28:52.225 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 18:28:52.225 INFO kablam! Oct 11 18:28:52.225 INFO kablam! warning: use of deprecated item 'LoginManager': Please use iron-sessionstorage. This entire crate is deprecated. Oct 11 18:28:52.225 INFO kablam! --> src/lib.rs:37:39 Oct 11 18:28:52.225 INFO kablam! | Oct 11 18:28:52.225 INFO kablam! 37 | impl middleware::AroundMiddleware for LoginManager { Oct 11 18:28:52.225 INFO kablam! | ^^^^^^^^^^^^ Oct 11 18:28:52.225 INFO kablam! Oct 11 18:28:52.225 INFO kablam! warning: use of deprecated item 'LoginManager': Please use iron-sessionstorage. This entire crate is deprecated. Oct 11 18:28:52.225 INFO kablam! --> src/lib.rs:29:41 Oct 11 18:28:52.225 INFO kablam! | Oct 11 18:28:52.225 INFO kablam! 29 | pub fn new(signing_key: Vec) -> LoginManager { Oct 11 18:28:52.225 INFO kablam! | ^^^^^^^^^^^^ Oct 11 18:28:52.225 INFO kablam! Oct 11 18:28:52.225 INFO kablam! warning: use of deprecated item 'LoginManager': Please use iron-sessionstorage. This entire crate is deprecated. Oct 11 18:28:52.225 INFO kablam! --> src/lib.rs:30:9 Oct 11 18:28:52.225 INFO kablam! | Oct 11 18:28:52.225 INFO kablam! 30 | LoginManager { Oct 11 18:28:52.225 INFO kablam! | ^^^^^^^^^^^^ Oct 11 18:28:52.225 INFO kablam! Oct 11 18:28:52.252 INFO kablam! warning: use of deprecated item 'LoginManager::signing_key': Please use iron-sessionstorage. This entire crate is deprecated. Oct 11 18:28:52.252 INFO kablam! --> src/lib.rs:31:13 Oct 11 18:28:52.252 INFO kablam! | Oct 11 18:28:52.252 INFO kablam! 31 | signing_key: signing_key, Oct 11 18:28:52.252 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 18:28:52.252 INFO kablam! Oct 11 18:28:52.252 INFO kablam! warning: use of deprecated item 'LoginManager::config': Please use iron-sessionstorage. This entire crate is deprecated. Oct 11 18:28:52.252 INFO kablam! --> src/lib.rs:32:13 Oct 11 18:28:52.252 INFO kablam! | Oct 11 18:28:52.252 INFO kablam! 32 | config: Config::defaults(), Oct 11 18:28:52.252 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 18:28:52.252 INFO kablam! Oct 11 18:28:52.253 INFO kablam! warning: use of deprecated item 'LoginManager::signing_key': Please use iron-sessionstorage. This entire crate is deprecated. Oct 11 18:28:52.253 INFO kablam! --> src/lib.rs:40:19 Oct 11 18:28:52.253 INFO kablam! | Oct 11 18:28:52.253 INFO kablam! 40 | let key = self.signing_key; Oct 11 18:28:52.253 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 18:28:52.253 INFO kablam! Oct 11 18:28:52.254 INFO kablam! warning: use of deprecated item 'LoginManager::config': Please use iron-sessionstorage. This entire crate is deprecated. Oct 11 18:28:52.254 INFO kablam! --> src/lib.rs:43:50 Oct 11 18:28:52.254 INFO kablam! | Oct 11 18:28:52.254 INFO kablam! 43 | ch.link(persistent::Read::::both(self.config)); Oct 11 18:28:52.254 INFO kablam! | ^^^^^^^^^^^ Oct 11 18:28:52.254 INFO kablam! Oct 11 18:28:52.408 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.04s Oct 11 18:28:52.411 INFO kablam! su: No module specific data is present Oct 11 18:28:52.640 INFO running `"docker" "rm" "-f" "9c86f32b098abc15c41b07b9011d2779cd5a415f31516ea9778fad18841e18d5"` Oct 11 18:28:52.708 INFO blam! 9c86f32b098abc15c41b07b9011d2779cd5a415f31516ea9778fad18841e18d5 Oct 11 18:28:52.709 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 18:28:52.709 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 18:28:52.860 INFO blam! 2ba55514a5ffdd7939972a7bc750c21f27ba6dfe0de8f31b628c47a83ef80095 Oct 11 18:28:52.860 INFO running `"docker" "start" "-a" "2ba55514a5ffdd7939972a7bc750c21f27ba6dfe0de8f31b628c47a83ef80095"` Oct 11 18:28:53.392 INFO kablam! usermod: no changes Oct 11 18:28:53.472 INFO kablam! Compiling iron-login v0.5.1 (/source) Oct 11 18:28:55.692 INFO kablam! warning: use of deprecated item 'iron_login::LoginManager': Please use iron-sessionstorage. This entire crate is deprecated. Oct 11 18:28:55.693 INFO kablam! --> examples/basic.rs:53:18 Oct 11 18:28:55.693 INFO kablam! | Oct 11 18:28:55.693 INFO kablam! 53 | chain.around(::iron_login::LoginManager::new(cookie_signing_key)); Oct 11 18:28:55.693 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 18:28:55.693 INFO kablam! | Oct 11 18:28:55.693 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 18:28:55.693 INFO kablam! Oct 11 18:28:55.732 INFO kablam! warning: use of deprecated item 'LoginManager': Please use iron-sessionstorage. This entire crate is deprecated. Oct 11 18:28:55.732 INFO kablam! --> src/lib.rs:27:6 Oct 11 18:28:55.733 INFO kablam! | Oct 11 18:28:55.733 INFO kablam! 27 | impl LoginManager { Oct 11 18:28:55.733 INFO kablam! | ^^^^^^^^^^^^ Oct 11 18:28:55.733 INFO kablam! | Oct 11 18:28:55.733 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 18:28:55.733 INFO kablam! Oct 11 18:28:55.733 INFO kablam! warning: use of deprecated item 'LoginManager': Please use iron-sessionstorage. This entire crate is deprecated. Oct 11 18:28:55.733 INFO kablam! --> src/lib.rs:37:39 Oct 11 18:28:55.733 INFO kablam! | Oct 11 18:28:55.733 INFO kablam! 37 | impl middleware::AroundMiddleware for LoginManager { Oct 11 18:28:55.733 INFO kablam! | ^^^^^^^^^^^^ Oct 11 18:28:55.733 INFO kablam! Oct 11 18:28:55.733 INFO kablam! warning: use of deprecated item 'LoginManager': Please use iron-sessionstorage. This entire crate is deprecated. Oct 11 18:28:55.733 INFO kablam! --> src/lib.rs:29:41 Oct 11 18:28:55.733 INFO kablam! | Oct 11 18:28:55.733 INFO kablam! 29 | pub fn new(signing_key: Vec) -> LoginManager { Oct 11 18:28:55.733 INFO kablam! | ^^^^^^^^^^^^ Oct 11 18:28:55.733 INFO kablam! Oct 11 18:28:55.733 INFO kablam! warning: use of deprecated item 'LoginManager': Please use iron-sessionstorage. This entire crate is deprecated. Oct 11 18:28:55.733 INFO kablam! --> src/lib.rs:30:9 Oct 11 18:28:55.733 INFO kablam! | Oct 11 18:28:55.733 INFO kablam! 30 | LoginManager { Oct 11 18:28:55.733 INFO kablam! | ^^^^^^^^^^^^ Oct 11 18:28:55.733 INFO kablam! Oct 11 18:28:55.774 INFO kablam! warning: use of deprecated item 'LoginManager::signing_key': Please use iron-sessionstorage. This entire crate is deprecated. Oct 11 18:28:55.774 INFO kablam! --> src/lib.rs:31:13 Oct 11 18:28:55.774 INFO kablam! | Oct 11 18:28:55.774 INFO kablam! 31 | signing_key: signing_key, Oct 11 18:28:55.774 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 18:28:55.774 INFO kablam! Oct 11 18:28:55.774 INFO kablam! warning: use of deprecated item 'LoginManager::config': Please use iron-sessionstorage. This entire crate is deprecated. Oct 11 18:28:55.774 INFO kablam! --> src/lib.rs:32:13 Oct 11 18:28:55.774 INFO kablam! | Oct 11 18:28:55.774 INFO kablam! 32 | config: Config::defaults(), Oct 11 18:28:55.774 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 18:28:55.774 INFO kablam! Oct 11 18:28:55.775 INFO kablam! warning: use of deprecated item 'LoginManager::signing_key': Please use iron-sessionstorage. This entire crate is deprecated. Oct 11 18:28:55.776 INFO kablam! --> src/lib.rs:40:19 Oct 11 18:28:55.776 INFO kablam! | Oct 11 18:28:55.776 INFO kablam! 40 | let key = self.signing_key; Oct 11 18:28:55.776 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 18:28:55.776 INFO kablam! Oct 11 18:28:55.777 INFO kablam! warning: use of deprecated item 'LoginManager::config': Please use iron-sessionstorage. This entire crate is deprecated. Oct 11 18:28:55.778 INFO kablam! --> src/lib.rs:43:50 Oct 11 18:28:55.778 INFO kablam! | Oct 11 18:28:55.778 INFO kablam! 43 | ch.link(persistent::Read::::both(self.config)); Oct 11 18:28:55.778 INFO kablam! | ^^^^^^^^^^^ Oct 11 18:28:55.778 INFO kablam! Oct 11 18:28:57.910 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.50s Oct 11 18:28:57.918 INFO kablam! su: No module specific data is present Oct 11 18:28:59.193 INFO running `"docker" "rm" "-f" "2ba55514a5ffdd7939972a7bc750c21f27ba6dfe0de8f31b628c47a83ef80095"` Oct 11 18:28:59.364 INFO blam! 2ba55514a5ffdd7939972a7bc750c21f27ba6dfe0de8f31b628c47a83ef80095 Oct 11 18:28:59.366 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 18:28:59.366 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 18:28:59.605 INFO blam! b9c6dee14235e50b1fc7cd50d5ecb261742d01cbcd372f9420b4e26318e72ee1 Oct 11 18:28:59.607 INFO running `"docker" "start" "-a" "b9c6dee14235e50b1fc7cd50d5ecb261742d01cbcd372f9420b4e26318e72ee1"` Oct 11 18:28:59.966 INFO kablam! usermod: no changes Oct 11 18:29:00.055 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 11 18:29:00.059 INFO kablam! Running /target/debug/deps/iron_login-fc9895695117fd7f Oct 11 18:29:00.061 INFO blam! Oct 11 18:29:00.061 INFO blam! running 0 tests Oct 11 18:29:00.061 INFO blam! Oct 11 18:29:00.061 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 18:29:00.061 INFO blam! Oct 11 18:29:00.062 INFO kablam! Doc-tests iron-login Oct 11 18:29:04.036 INFO blam! Oct 11 18:29:04.037 INFO blam! running 0 tests Oct 11 18:29:04.037 INFO blam! Oct 11 18:29:04.037 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 18:29:04.037 INFO blam! Oct 11 18:29:04.043 INFO kablam! su: No module specific data is present Oct 11 18:29:04.325 INFO running `"docker" "rm" "-f" "b9c6dee14235e50b1fc7cd50d5ecb261742d01cbcd372f9420b4e26318e72ee1"` Oct 11 18:29:04.391 INFO blam! b9c6dee14235e50b1fc7cd50d5ecb261742d01cbcd372f9420b4e26318e72ee1