Oct 31 18:39:08.688 INFO checking viperscape/capsule against master#05812fa8c588473f03e3fa7cf59cd84f4f37c715 for pr-55538 Oct 31 18:39:08.690 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-5/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55538/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/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 +05812fa8c588473f03e3fa7cf59cd84f4f37c715-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 31 18:39:09.192 INFO blam! e0263d92da98e6fcf17a06700beb8e4b8684117318888c4e43b9dba68b0f930f Oct 31 18:39:09.194 INFO running `"docker" "start" "-a" "e0263d92da98e6fcf17a06700beb8e4b8684117318888c4e43b9dba68b0f930f"` Oct 31 18:39:10.404 INFO kablam! usermod: no changes Oct 31 18:39:10.648 INFO kablam! Checking nom v2.2.1 Oct 31 18:39:10.648 INFO kablam! Checking groupable v0.2.0 Oct 31 18:39:10.648 INFO kablam! Checking mustache v0.8.0 Oct 31 18:39:10.648 INFO kablam! Checking cookie v0.9.1 Oct 31 18:39:10.648 INFO kablam! Checking hyper v0.10.12 Oct 31 18:39:10.648 INFO kablam! Checking tokio-uds v0.1.5 Oct 31 18:39:10.652 INFO kablam! Checking tokio-tls v0.1.3 Oct 31 18:39:13.260 INFO kablam! Checking tokio-uds-proto v0.1.0 Oct 31 18:39:15.858 INFO kablam! Checking lber v0.1.5 Oct 31 18:39:17.210 INFO kablam! Checking ldap3 v0.5.0 Oct 31 18:39:20.690 INFO kablam! Checking nickel v0.10.0 Oct 31 18:39:23.035 INFO kablam! Checking capsule v0.1.0 (/source) Oct 31 18:39:23.904 INFO kablam! warning: unreachable expression Oct 31 18:39:23.905 INFO kablam! --> src/server.rs:53:30 Oct 31 18:39:23.905 INFO kablam! | Oct 31 18:39:23.906 INFO kablam! 53 | self.server.get("/", middleware! Oct 31 18:39:23.906 INFO kablam! | ______________________________^ Oct 31 18:39:23.906 INFO kablam! 54 | | { |req, res| Oct 31 18:39:23.907 INFO kablam! 55 | | if Server::is_auth(req, &clients, max_age) { Oct 31 18:39:23.907 INFO kablam! 56 | | return res.redirect("/special") Oct 31 18:39:23.907 INFO kablam! ... | Oct 31 18:39:23.908 INFO kablam! 59 | | return res.redirect("/login") Oct 31 18:39:23.908 INFO kablam! 60 | | }); Oct 31 18:39:23.908 INFO kablam! | |_________________________^ Oct 31 18:39:23.909 INFO kablam! | Oct 31 18:39:23.909 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 31 18:39:23.909 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 31 18:39:23.910 INFO kablam! Oct 31 18:39:23.910 INFO kablam! warning: unreachable expression Oct 31 18:39:23.910 INFO kablam! --> src/server.rs:62:35 Oct 31 18:39:23.910 INFO kablam! | Oct 31 18:39:23.911 INFO kablam! 62 | self.server.get("/login", middleware! Oct 31 18:39:23.911 INFO kablam! | ___________________________________^ Oct 31 18:39:23.911 INFO kablam! 63 | | { |_rq, res| Oct 31 18:39:23.912 INFO kablam! 64 | | let mut data = HashMap::new(); Oct 31 18:39:23.912 INFO kablam! 65 | | data.insert("target","/auth"); Oct 31 18:39:23.912 INFO kablam! 66 | | Oct 31 18:39:23.913 INFO kablam! 67 | | return res.render("views/login.html", &data) Oct 31 18:39:23.913 INFO kablam! 68 | | }); Oct 31 18:39:23.913 INFO kablam! | |_________________________^ Oct 31 18:39:23.913 INFO kablam! | Oct 31 18:39:23.914 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 31 18:39:23.914 INFO kablam! Oct 31 18:39:23.914 INFO kablam! warning: unreachable expression Oct 31 18:39:23.915 INFO kablam! --> src/server.rs:53:30 Oct 31 18:39:23.915 INFO kablam! | Oct 31 18:39:23.915 INFO kablam! 53 | self.server.get("/", middleware! Oct 31 18:39:23.915 INFO kablam! | ______________________________^ Oct 31 18:39:23.916 INFO kablam! 54 | | { |req, res| Oct 31 18:39:23.916 INFO kablam! 55 | | if Server::is_auth(req, &clients, max_age) { Oct 31 18:39:23.916 INFO kablam! 56 | | return res.redirect("/special") Oct 31 18:39:23.917 INFO kablam! ... | Oct 31 18:39:23.917 INFO kablam! 59 | | return res.redirect("/login") Oct 31 18:39:23.917 INFO kablam! 60 | | }); Oct 31 18:39:23.917 INFO kablam! | |_________________________^ Oct 31 18:39:23.918 INFO kablam! | Oct 31 18:39:23.918 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 31 18:39:23.918 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 31 18:39:23.919 INFO kablam! Oct 31 18:39:23.919 INFO kablam! warning: unreachable expression Oct 31 18:39:23.919 INFO kablam! --> src/server.rs:71:35 Oct 31 18:39:23.919 INFO kablam! | Oct 31 18:39:23.920 INFO kablam! 71 | self.server.post("/auth", middleware! Oct 31 18:39:23.920 INFO kablam! | ___________________________________^ Oct 31 18:39:23.920 INFO kablam! 72 | | { |req, mut res| Oct 31 18:39:23.921 INFO kablam! 73 | | let form_data = try_with!(res, req.form_body()); Oct 31 18:39:23.921 INFO kablam! 74 | | if let Some(username) = form_data.get("username") { Oct 31 18:39:23.921 INFO kablam! ... | Oct 31 18:39:23.921 INFO kablam! 102 | | return res.render("views/invalid.html", &data) Oct 31 18:39:23.922 INFO kablam! 103 | | }); Oct 31 18:39:23.922 INFO kablam! | |__________________________^ Oct 31 18:39:23.922 INFO kablam! | Oct 31 18:39:23.922 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 31 18:39:23.923 INFO kablam! Oct 31 18:39:23.923 INFO kablam! warning: unreachable expression Oct 31 18:39:23.923 INFO kablam! --> src/server.rs:62:35 Oct 31 18:39:23.923 INFO kablam! | Oct 31 18:39:23.924 INFO kablam! 62 | self.server.get("/login", middleware! Oct 31 18:39:23.924 INFO kablam! | ___________________________________^ Oct 31 18:39:23.924 INFO kablam! 63 | | { |_rq, res| Oct 31 18:39:23.924 INFO kablam! 64 | | let mut data = HashMap::new(); Oct 31 18:39:23.925 INFO kablam! 65 | | data.insert("target","/auth"); Oct 31 18:39:23.925 INFO kablam! 66 | | Oct 31 18:39:23.925 INFO kablam! 67 | | return res.render("views/login.html", &data) Oct 31 18:39:23.925 INFO kablam! 68 | | }); Oct 31 18:39:23.925 INFO kablam! | |_________________________^ Oct 31 18:39:23.925 INFO kablam! | Oct 31 18:39:23.925 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 31 18:39:23.925 INFO kablam! Oct 31 18:39:23.928 INFO kablam! warning: unreachable expression Oct 31 18:39:23.928 INFO kablam! --> src/server.rs:71:35 Oct 31 18:39:23.928 INFO kablam! | Oct 31 18:39:23.928 INFO kablam! 71 | self.server.post("/auth", middleware! Oct 31 18:39:23.928 INFO kablam! | ___________________________________^ Oct 31 18:39:23.928 INFO kablam! 72 | | { |req, mut res| Oct 31 18:39:23.928 INFO kablam! 73 | | let form_data = try_with!(res, req.form_body()); Oct 31 18:39:23.928 INFO kablam! 74 | | if let Some(username) = form_data.get("username") { Oct 31 18:39:23.928 INFO kablam! ... | Oct 31 18:39:23.928 INFO kablam! 102 | | return res.render("views/invalid.html", &data) Oct 31 18:39:23.928 INFO kablam! 103 | | }); Oct 31 18:39:23.928 INFO kablam! | |__________________________^ Oct 31 18:39:23.928 INFO kablam! | Oct 31 18:39:23.928 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 31 18:39:23.928 INFO kablam! Oct 31 18:39:24.284 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.86s Oct 31 18:39:24.313 INFO kablam! su: No module specific data is present Oct 31 18:39:24.946 INFO running `"docker" "rm" "-f" "e0263d92da98e6fcf17a06700beb8e4b8684117318888c4e43b9dba68b0f930f"` Oct 31 18:39:25.200 INFO blam! e0263d92da98e6fcf17a06700beb8e4b8684117318888c4e43b9dba68b0f930f