Oct 26 18:29:47.343 INFO checking viperscape/capsule against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 18:29:47.343 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 26 18:29:47.553 INFO blam! ceb4443fe3e9d82827d487ac286a23df5c16b06dabdc510e1f32f675bce5e5c3 Oct 26 18:29:47.558 INFO running `"docker" "start" "-a" "ceb4443fe3e9d82827d487ac286a23df5c16b06dabdc510e1f32f675bce5e5c3"` Oct 26 18:29:48.005 INFO kablam! usermod: no changes Oct 26 18:29:48.170 INFO kablam! Compiling gcc v0.3.51 Oct 26 18:29:48.173 INFO kablam! Compiling openssl v0.9.15 Oct 26 18:29:48.173 INFO kablam! Checking lazycell v0.5.1 Oct 26 18:29:48.173 INFO kablam! Checking foreign-types v0.2.0 Oct 26 18:29:48.173 INFO kablam! Checking nom v2.2.1 Oct 26 18:29:48.173 INFO kablam! Checking httparse v1.2.3 Oct 26 18:29:48.175 INFO kablam! Checking groupable v0.2.0 Oct 26 18:29:48.185 INFO kablam! Checking modifier v0.1.0 Oct 26 18:29:48.574 INFO kablam! Checking serde v1.0.11 Oct 26 18:29:49.060 INFO kablam! Checking iovec v0.1.0 Oct 26 18:29:49.215 INFO kablam! Checking memchr v1.0.1 Oct 26 18:29:49.218 INFO kablam! Checking net2 v0.2.30 Oct 26 18:29:50.656 INFO kablam! Checking base64 v0.5.2 Oct 26 18:29:50.665 INFO kablam! Checking mime v0.2.6 Oct 26 18:29:51.633 INFO kablam! Checking tokio-service v0.1.0 Oct 26 18:29:52.560 INFO kablam! Checking mustache v0.8.0 Oct 26 18:29:52.851 INFO kablam! Checking cookie v0.9.1 Oct 26 18:29:52.888 INFO kablam! Checking bytes v0.4.4 Oct 26 18:29:53.736 INFO kablam! Checking aho-corasick v0.6.3 Oct 26 18:29:54.296 INFO kablam! Checking mio v0.6.10 Oct 26 18:29:59.965 INFO kablam! Checking tokio-io v0.1.2 Oct 26 18:30:00.015 INFO kablam! Checking regex v0.2.2 Oct 26 18:30:00.071 INFO kablam! Checking plugin v0.2.6 Oct 26 18:30:00.265 INFO kablam! Checking hyper v0.10.12 Oct 26 18:30:00.597 INFO kablam! Compiling serde_derive v1.0.11 Oct 26 18:30:01.411 INFO kablam! Compiling openssl-sys v0.9.15 Oct 26 18:30:03.283 INFO kablam! Checking lber v0.1.5 Oct 26 18:30:06.123 INFO kablam! Checking mio-uds v0.6.4 Oct 26 18:30:06.123 INFO kablam! Checking tokio-core v0.1.9 Oct 26 18:30:11.671 INFO kablam! Checking tokio-uds v0.1.5 Oct 26 18:30:11.671 INFO kablam! Checking tokio-proto v0.1.1 Oct 26 18:30:18.723 INFO kablam! Checking nickel v0.10.0 Oct 26 18:30:18.956 INFO kablam! Checking toml v0.4.4 Oct 26 18:30:19.649 INFO kablam! Checking tokio-uds-proto v0.1.0 Oct 26 18:30:21.923 INFO kablam! Checking native-tls v0.1.4 Oct 26 18:30:22.348 INFO kablam! Checking tokio-tls v0.1.3 Oct 26 18:30:22.937 INFO kablam! Checking ldap3 v0.5.0 Oct 26 18:30:24.471 INFO kablam! Checking capsule v0.1.0 (/source) Oct 26 18:30:25.167 INFO kablam! warning: unreachable expression Oct 26 18:30:25.167 INFO kablam! --> src/server.rs:53:30 Oct 26 18:30:25.167 INFO kablam! | Oct 26 18:30:25.167 INFO kablam! 53 | self.server.get("/", middleware! Oct 26 18:30:25.167 INFO kablam! | ______________________________^ Oct 26 18:30:25.167 INFO kablam! 54 | | { |req, res| Oct 26 18:30:25.167 INFO kablam! 55 | | if Server::is_auth(req, &clients, max_age) { Oct 26 18:30:25.167 INFO kablam! 56 | | return res.redirect("/special") Oct 26 18:30:25.167 INFO kablam! ... | Oct 26 18:30:25.167 INFO kablam! 59 | | return res.redirect("/login") Oct 26 18:30:25.167 INFO kablam! 60 | | }); Oct 26 18:30:25.167 INFO kablam! | |_________________________^ Oct 26 18:30:25.167 INFO kablam! | Oct 26 18:30:25.167 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 26 18:30:25.167 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 26 18:30:25.167 INFO kablam! Oct 26 18:30:25.167 INFO kablam! warning: unreachable expression Oct 26 18:30:25.167 INFO kablam! --> src/server.rs:62:35 Oct 26 18:30:25.167 INFO kablam! | Oct 26 18:30:25.167 INFO kablam! 62 | self.server.get("/login", middleware! Oct 26 18:30:25.167 INFO kablam! | ___________________________________^ Oct 26 18:30:25.167 INFO kablam! 63 | | { |_rq, res| Oct 26 18:30:25.167 INFO kablam! 64 | | let mut data = HashMap::new(); Oct 26 18:30:25.167 INFO kablam! 65 | | data.insert("target","/auth"); Oct 26 18:30:25.167 INFO kablam! 66 | | Oct 26 18:30:25.167 INFO kablam! 67 | | return res.render("views/login.html", &data) Oct 26 18:30:25.167 INFO kablam! 68 | | }); Oct 26 18:30:25.167 INFO kablam! | |_________________________^ Oct 26 18:30:25.167 INFO kablam! | Oct 26 18:30:25.167 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 26 18:30:25.167 INFO kablam! Oct 26 18:30:25.170 INFO kablam! warning: unreachable expression Oct 26 18:30:25.171 INFO kablam! --> src/server.rs:71:35 Oct 26 18:30:25.171 INFO kablam! | Oct 26 18:30:25.171 INFO kablam! 71 | self.server.post("/auth", middleware! Oct 26 18:30:25.171 INFO kablam! | ___________________________________^ Oct 26 18:30:25.171 INFO kablam! 72 | | { |req, mut res| Oct 26 18:30:25.174 INFO kablam! 73 | | let form_data = try_with!(res, req.form_body()); Oct 26 18:30:25.175 INFO kablam! 74 | | if let Some(username) = form_data.get("username") { Oct 26 18:30:25.175 INFO kablam! ... | Oct 26 18:30:25.175 INFO kablam! 102 | | return res.render("views/invalid.html", &data) Oct 26 18:30:25.175 INFO kablam! 103 | | }); Oct 26 18:30:25.175 INFO kablam! | |__________________________^ Oct 26 18:30:25.175 INFO kablam! | Oct 26 18:30:25.175 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 26 18:30:25.175 INFO kablam! Oct 26 18:30:25.331 INFO kablam! warning: unreachable expression Oct 26 18:30:25.331 INFO kablam! --> src/server.rs:53:30 Oct 26 18:30:25.331 INFO kablam! | Oct 26 18:30:25.331 INFO kablam! 53 | self.server.get("/", middleware! Oct 26 18:30:25.331 INFO kablam! | ______________________________^ Oct 26 18:30:25.331 INFO kablam! 54 | | { |req, res| Oct 26 18:30:25.331 INFO kablam! 55 | | if Server::is_auth(req, &clients, max_age) { Oct 26 18:30:25.331 INFO kablam! 56 | | return res.redirect("/special") Oct 26 18:30:25.331 INFO kablam! ... | Oct 26 18:30:25.331 INFO kablam! 59 | | return res.redirect("/login") Oct 26 18:30:25.331 INFO kablam! 60 | | }); Oct 26 18:30:25.331 INFO kablam! | |_________________________^ Oct 26 18:30:25.331 INFO kablam! | Oct 26 18:30:25.331 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 26 18:30:25.331 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 26 18:30:25.331 INFO kablam! Oct 26 18:30:25.331 INFO kablam! warning: unreachable expression Oct 26 18:30:25.331 INFO kablam! --> src/server.rs:62:35 Oct 26 18:30:25.331 INFO kablam! | Oct 26 18:30:25.331 INFO kablam! 62 | self.server.get("/login", middleware! Oct 26 18:30:25.331 INFO kablam! | ___________________________________^ Oct 26 18:30:25.331 INFO kablam! 63 | | { |_rq, res| Oct 26 18:30:25.331 INFO kablam! 64 | | let mut data = HashMap::new(); Oct 26 18:30:25.331 INFO kablam! 65 | | data.insert("target","/auth"); Oct 26 18:30:25.331 INFO kablam! 66 | | Oct 26 18:30:25.331 INFO kablam! 67 | | return res.render("views/login.html", &data) Oct 26 18:30:25.331 INFO kablam! 68 | | }); Oct 26 18:30:25.331 INFO kablam! | |_________________________^ Oct 26 18:30:25.331 INFO kablam! | Oct 26 18:30:25.331 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 26 18:30:25.331 INFO kablam! Oct 26 18:30:25.347 INFO kablam! warning: unreachable expression Oct 26 18:30:25.347 INFO kablam! --> src/server.rs:71:35 Oct 26 18:30:25.347 INFO kablam! | Oct 26 18:30:25.347 INFO kablam! 71 | self.server.post("/auth", middleware! Oct 26 18:30:25.347 INFO kablam! | ___________________________________^ Oct 26 18:30:25.347 INFO kablam! 72 | | { |req, mut res| Oct 26 18:30:25.347 INFO kablam! 73 | | let form_data = try_with!(res, req.form_body()); Oct 26 18:30:25.347 INFO kablam! 74 | | if let Some(username) = form_data.get("username") { Oct 26 18:30:25.347 INFO kablam! ... | Oct 26 18:30:25.347 INFO kablam! 102 | | return res.render("views/invalid.html", &data) Oct 26 18:30:25.347 INFO kablam! 103 | | }); Oct 26 18:30:25.347 INFO kablam! | |__________________________^ Oct 26 18:30:25.347 INFO kablam! | Oct 26 18:30:25.347 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 26 18:30:25.347 INFO kablam! Oct 26 18:30:25.535 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 37.50s Oct 26 18:30:25.539 INFO kablam! su: No module specific data is present Oct 26 18:30:26.182 INFO running `"docker" "rm" "-f" "ceb4443fe3e9d82827d487ac286a23df5c16b06dabdc510e1f32f675bce5e5c3"` Oct 26 18:30:26.519 INFO blam! ceb4443fe3e9d82827d487ac286a23df5c16b06dabdc510e1f32f675bce5e5c3