Oct 10 12:41:30.403 INFO testing viperscape/capsule against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 12:41:30.404 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 12:41:30.405 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 10 12:41:30.892 INFO blam! a3b30415f853225e220565f89defd8c261cabf2532d2a2ce2c80fdacc84fb421 Oct 10 12:41:30.912 INFO running `"docker" "start" "-a" "a3b30415f853225e220565f89defd8c261cabf2532d2a2ce2c80fdacc84fb421"` Oct 10 12:41:32.256 INFO kablam! usermod: no changes Oct 10 12:41:32.538 INFO kablam! Compiling iovec v0.1.0 Oct 10 12:41:32.538 INFO kablam! Compiling net2 v0.2.30 Oct 10 12:41:32.539 INFO kablam! Compiling tokio-service v0.1.0 Oct 10 12:41:32.539 INFO kablam! Compiling mustache v0.8.0 Oct 10 12:41:32.539 INFO kablam! Compiling cookie v0.9.1 Oct 10 12:41:32.540 INFO kablam! Compiling openssl-sys v0.9.15 Oct 10 12:41:34.644 INFO kablam! Compiling bytes v0.4.4 Oct 10 12:41:35.659 INFO kablam! Compiling mio v0.6.10 Oct 10 12:41:35.702 INFO kablam! Compiling openssl v0.9.15 Oct 10 12:41:38.376 INFO kablam! Compiling nickel v0.10.0 Oct 10 12:41:38.464 INFO kablam! Compiling tokio-io v0.1.2 Oct 10 12:41:38.464 INFO kablam! Compiling lber v0.1.5 Oct 10 12:41:43.894 INFO kablam! Compiling tokio-core v0.1.9 Oct 10 12:41:43.894 INFO kablam! Compiling mio-uds v0.6.4 Oct 10 12:41:48.551 INFO kablam! Compiling tokio-proto v0.1.1 Oct 10 12:41:48.551 INFO kablam! Compiling tokio-uds v0.1.5 Oct 10 12:41:51.861 INFO kablam! Compiling native-tls v0.1.4 Oct 10 12:41:55.081 INFO kablam! Compiling tokio-uds-proto v0.1.0 Oct 10 12:41:55.082 INFO kablam! Compiling tokio-tls v0.1.3 Oct 10 12:41:56.957 INFO kablam! Compiling ldap3 v0.5.0 Oct 10 12:42:03.918 INFO kablam! Compiling capsule v0.1.0 (/source) Oct 10 12:42:06.677 INFO kablam! warning: unreachable expression Oct 10 12:42:06.677 INFO kablam! --> src/server.rs:53:30 Oct 10 12:42:06.677 INFO kablam! | Oct 10 12:42:06.677 INFO kablam! 53 | self.server.get("/", middleware! Oct 10 12:42:06.677 INFO kablam! | ______________________________^ Oct 10 12:42:06.677 INFO kablam! 54 | | { |req, res| Oct 10 12:42:06.677 INFO kablam! 55 | | if Server::is_auth(req, &clients, max_age) { Oct 10 12:42:06.677 INFO kablam! 56 | | return res.redirect("/special") Oct 10 12:42:06.677 INFO kablam! ... | Oct 10 12:42:06.677 INFO kablam! 59 | | return res.redirect("/login") Oct 10 12:42:06.677 INFO kablam! 60 | | }); Oct 10 12:42:06.677 INFO kablam! | |_________________________^ Oct 10 12:42:06.677 INFO kablam! | Oct 10 12:42:06.677 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 10 12:42:06.677 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 10 12:42:06.677 INFO kablam! Oct 10 12:42:06.677 INFO kablam! warning: unreachable expression Oct 10 12:42:06.677 INFO kablam! --> src/server.rs:62:35 Oct 10 12:42:06.677 INFO kablam! | Oct 10 12:42:06.677 INFO kablam! 62 | self.server.get("/login", middleware! Oct 10 12:42:06.677 INFO kablam! | ___________________________________^ Oct 10 12:42:06.677 INFO kablam! 63 | | { |_rq, res| Oct 10 12:42:06.677 INFO kablam! 64 | | let mut data = HashMap::new(); Oct 10 12:42:06.678 INFO kablam! 65 | | data.insert("target","/auth"); Oct 10 12:42:06.678 INFO kablam! 66 | | Oct 10 12:42:06.678 INFO kablam! 67 | | return res.render("views/login.html", &data) Oct 10 12:42:06.678 INFO kablam! 68 | | }); Oct 10 12:42:06.678 INFO kablam! | |_________________________^ Oct 10 12:42:06.678 INFO kablam! | Oct 10 12:42:06.678 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 10 12:42:06.678 INFO kablam! Oct 10 12:42:06.678 INFO kablam! warning: unreachable expression Oct 10 12:42:06.678 INFO kablam! --> src/server.rs:71:35 Oct 10 12:42:06.678 INFO kablam! | Oct 10 12:42:06.678 INFO kablam! 71 | self.server.post("/auth", middleware! Oct 10 12:42:06.678 INFO kablam! | ___________________________________^ Oct 10 12:42:06.678 INFO kablam! 72 | | { |req, mut res| Oct 10 12:42:06.678 INFO kablam! 73 | | let form_data = try_with!(res, req.form_body()); Oct 10 12:42:06.678 INFO kablam! 74 | | if let Some(username) = form_data.get("username") { Oct 10 12:42:06.678 INFO kablam! ... | Oct 10 12:42:06.678 INFO kablam! 102 | | return res.render("views/invalid.html", &data) Oct 10 12:42:06.678 INFO kablam! 103 | | }); Oct 10 12:42:06.678 INFO kablam! | |__________________________^ Oct 10 12:42:06.678 INFO kablam! | Oct 10 12:42:06.678 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 10 12:42:06.678 INFO kablam! Oct 10 12:42:12.976 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 40.69s Oct 10 12:42:12.981 INFO kablam! su: No module specific data is present Oct 10 12:42:13.553 INFO running `"docker" "rm" "-f" "a3b30415f853225e220565f89defd8c261cabf2532d2a2ce2c80fdacc84fb421"` Oct 10 12:42:13.897 INFO blam! a3b30415f853225e220565f89defd8c261cabf2532d2a2ce2c80fdacc84fb421 Oct 10 12:42:13.904 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 12:42:13.904 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 10 12:42:14.413 INFO blam! a43a3a03aeee28878fe82e88c0ce5f303073b19c62d629a5eb64e8b46d5e7687 Oct 10 12:42:14.418 INFO running `"docker" "start" "-a" "a43a3a03aeee28878fe82e88c0ce5f303073b19c62d629a5eb64e8b46d5e7687"` Oct 10 12:42:15.781 INFO kablam! usermod: no changes Oct 10 12:42:16.038 INFO kablam! Compiling capsule v0.1.0 (/source) Oct 10 12:42:18.976 INFO kablam! warning: unreachable expression Oct 10 12:42:18.976 INFO kablam! --> src/server.rs:53:30 Oct 10 12:42:18.976 INFO kablam! | Oct 10 12:42:18.976 INFO kablam! 53 | self.server.get("/", middleware! Oct 10 12:42:18.976 INFO kablam! | ______________________________^ Oct 10 12:42:18.976 INFO kablam! 54 | | { |req, res| Oct 10 12:42:18.976 INFO kablam! 55 | | if Server::is_auth(req, &clients, max_age) { Oct 10 12:42:18.976 INFO kablam! 56 | | return res.redirect("/special") Oct 10 12:42:18.976 INFO kablam! ... | Oct 10 12:42:18.976 INFO kablam! 59 | | return res.redirect("/login") Oct 10 12:42:18.976 INFO kablam! 60 | | }); Oct 10 12:42:18.976 INFO kablam! | |_________________________^ Oct 10 12:42:18.976 INFO kablam! | Oct 10 12:42:18.976 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 10 12:42:18.976 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 10 12:42:18.976 INFO kablam! Oct 10 12:42:18.984 INFO kablam! warning: unreachable expression Oct 10 12:42:18.984 INFO kablam! --> src/server.rs:62:35 Oct 10 12:42:18.984 INFO kablam! | Oct 10 12:42:18.984 INFO kablam! 62 | self.server.get("/login", middleware! Oct 10 12:42:18.984 INFO kablam! | ___________________________________^ Oct 10 12:42:18.984 INFO kablam! 63 | | { |_rq, res| Oct 10 12:42:18.984 INFO kablam! 64 | | let mut data = HashMap::new(); Oct 10 12:42:18.984 INFO kablam! 65 | | data.insert("target","/auth"); Oct 10 12:42:18.984 INFO kablam! 66 | | Oct 10 12:42:18.984 INFO kablam! 67 | | return res.render("views/login.html", &data) Oct 10 12:42:18.984 INFO kablam! 68 | | }); Oct 10 12:42:18.984 INFO kablam! | |_________________________^ Oct 10 12:42:18.984 INFO kablam! | Oct 10 12:42:18.984 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 10 12:42:18.984 INFO kablam! Oct 10 12:42:18.996 INFO kablam! warning: unreachable expression Oct 10 12:42:18.996 INFO kablam! --> src/server.rs:71:35 Oct 10 12:42:18.996 INFO kablam! | Oct 10 12:42:18.996 INFO kablam! 71 | self.server.post("/auth", middleware! Oct 10 12:42:18.996 INFO kablam! | ___________________________________^ Oct 10 12:42:18.996 INFO kablam! 72 | | { |req, mut res| Oct 10 12:42:18.996 INFO kablam! 73 | | let form_data = try_with!(res, req.form_body()); Oct 10 12:42:18.996 INFO kablam! 74 | | if let Some(username) = form_data.get("username") { Oct 10 12:42:18.996 INFO kablam! ... | Oct 10 12:42:18.996 INFO kablam! 102 | | return res.render("views/invalid.html", &data) Oct 10 12:42:18.996 INFO kablam! 103 | | }); Oct 10 12:42:18.996 INFO kablam! | |__________________________^ Oct 10 12:42:18.996 INFO kablam! | Oct 10 12:42:18.996 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 10 12:42:18.996 INFO kablam! Oct 10 12:42:19.580 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.77s Oct 10 12:42:19.593 INFO kablam! su: No module specific data is present Oct 10 12:42:20.446 INFO running `"docker" "rm" "-f" "a43a3a03aeee28878fe82e88c0ce5f303073b19c62d629a5eb64e8b46d5e7687"` Oct 10 12:42:20.705 INFO blam! a43a3a03aeee28878fe82e88c0ce5f303073b19c62d629a5eb64e8b46d5e7687 Oct 10 12:42:20.712 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 12:42:20.712 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 10 12:42:21.163 INFO blam! 9e46cac1ba0a67eb61bfff3d9cdab1be12f04d119c6899a4bbe8d9d2f58cf43c Oct 10 12:42:21.165 INFO running `"docker" "start" "-a" "9e46cac1ba0a67eb61bfff3d9cdab1be12f04d119c6899a4bbe8d9d2f58cf43c"` Oct 10 12:42:22.534 INFO kablam! usermod: no changes Oct 10 12:42:22.845 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.27s Oct 10 12:42:22.856 INFO kablam! Running /target/debug/deps/capsule-2a601f8e54142e83 Oct 10 12:42:22.864 INFO kablam! su: No module specific data is present Oct 10 12:42:22.864 INFO blam! Oct 10 12:42:22.864 INFO blam! running 0 tests Oct 10 12:42:22.864 INFO blam! Oct 10 12:42:22.864 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 12:42:22.864 INFO blam! Oct 10 12:42:23.438 INFO running `"docker" "rm" "-f" "9e46cac1ba0a67eb61bfff3d9cdab1be12f04d119c6899a4bbe8d9d2f58cf43c"` Oct 10 12:42:23.732 INFO blam! 9e46cac1ba0a67eb61bfff3d9cdab1be12f04d119c6899a4bbe8d9d2f58cf43c