Oct 21 12:30:14.806 INFO checking viperscape/capsule against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 12:30:14.806 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 12:30:15.299 INFO blam! c5d1c0e86515ad0c01ad34065e3e5774c13d73c5f0eb2074ed1d256f88c86297 Oct 21 12:30:15.302 INFO running `"docker" "start" "-a" "c5d1c0e86515ad0c01ad34065e3e5774c13d73c5f0eb2074ed1d256f88c86297"` Oct 21 12:30:16.636 INFO kablam! usermod: no changes Oct 21 12:30:16.876 INFO kablam! Checking nom v2.2.1 Oct 21 12:30:16.880 INFO kablam! Checking groupable v0.2.0 Oct 21 12:30:16.912 INFO kablam! Checking base64 v0.5.2 Oct 21 12:30:16.912 INFO kablam! Checking mime v0.2.6 Oct 21 12:30:16.912 INFO kablam! Checking mustache v0.8.0 Oct 21 12:30:16.912 INFO kablam! Checking toml v0.4.4 Oct 21 12:30:16.912 INFO kablam! Checking cookie v0.9.1 Oct 21 12:30:16.912 INFO kablam! Checking mio-uds v0.6.4 Oct 21 12:30:18.220 INFO kablam! Checking plugin v0.2.6 Oct 21 12:30:18.596 INFO kablam! Compiling serde_derive v1.0.11 Oct 21 12:30:19.600 INFO kablam! Checking tokio-uds v0.1.5 Oct 21 12:30:19.612 INFO kablam! Checking tokio-tls v0.1.3 Oct 21 12:30:19.908 INFO kablam! Checking hyper v0.10.12 Oct 21 12:30:22.612 INFO kablam! Checking tokio-uds-proto v0.1.0 Oct 21 12:30:24.775 INFO kablam! Checking lber v0.1.5 Oct 21 12:30:26.476 INFO kablam! Checking ldap3 v0.5.0 Oct 21 12:30:28.376 INFO kablam! Checking nickel v0.10.0 Oct 21 12:30:30.947 INFO kablam! Checking capsule v0.1.0 (/source) Oct 21 12:30:31.661 INFO kablam! warning: unreachable expression Oct 21 12:30:31.661 INFO kablam! --> src/server.rs:53:30 Oct 21 12:30:31.662 INFO kablam! | Oct 21 12:30:31.662 INFO kablam! 53 | self.server.get("/", middleware! Oct 21 12:30:31.662 INFO kablam! | ______________________________^ Oct 21 12:30:31.662 INFO kablam! 54 | | { |req, res| Oct 21 12:30:31.663 INFO kablam! 55 | | if Server::is_auth(req, &clients, max_age) { Oct 21 12:30:31.663 INFO kablam! 56 | | return res.redirect("/special") Oct 21 12:30:31.663 INFO kablam! ... | Oct 21 12:30:31.663 INFO kablam! 59 | | return res.redirect("/login") Oct 21 12:30:31.664 INFO kablam! 60 | | }); Oct 21 12:30:31.664 INFO kablam! | |_________________________^ Oct 21 12:30:31.664 INFO kablam! | Oct 21 12:30:31.665 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 21 12:30:31.665 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 21 12:30:31.665 INFO kablam! Oct 21 12:30:31.665 INFO kablam! warning: unreachable expression Oct 21 12:30:31.666 INFO kablam! --> src/server.rs:62:35 Oct 21 12:30:31.666 INFO kablam! | Oct 21 12:30:31.666 INFO kablam! 62 | self.server.get("/login", middleware! Oct 21 12:30:31.667 INFO kablam! | ___________________________________^ Oct 21 12:30:31.667 INFO kablam! 63 | | { |_rq, res| Oct 21 12:30:31.667 INFO kablam! 64 | | let mut data = HashMap::new(); Oct 21 12:30:31.667 INFO kablam! 65 | | data.insert("target","/auth"); Oct 21 12:30:31.668 INFO kablam! 66 | | Oct 21 12:30:31.668 INFO kablam! 67 | | return res.render("views/login.html", &data) Oct 21 12:30:31.668 INFO kablam! 68 | | }); Oct 21 12:30:31.669 INFO kablam! | |_________________________^ Oct 21 12:30:31.669 INFO kablam! | Oct 21 12:30:31.669 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 21 12:30:31.669 INFO kablam! Oct 21 12:30:31.685 INFO kablam! warning: unreachable expression Oct 21 12:30:31.685 INFO kablam! --> src/server.rs:71:35 Oct 21 12:30:31.685 INFO kablam! | Oct 21 12:30:31.686 INFO kablam! 71 | self.server.post("/auth", middleware! Oct 21 12:30:31.686 INFO kablam! | ___________________________________^ Oct 21 12:30:31.686 INFO kablam! 72 | | { |req, mut res| Oct 21 12:30:31.686 INFO kablam! 73 | | let form_data = try_with!(res, req.form_body()); Oct 21 12:30:31.687 INFO kablam! 74 | | if let Some(username) = form_data.get("username") { Oct 21 12:30:31.687 INFO kablam! ... | Oct 21 12:30:31.687 INFO kablam! 102 | | return res.render("views/invalid.html", &data) Oct 21 12:30:31.687 INFO kablam! 103 | | }); Oct 21 12:30:31.688 INFO kablam! | |__________________________^ Oct 21 12:30:31.688 INFO kablam! | Oct 21 12:30:31.688 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 21 12:30:31.689 INFO kablam! Oct 21 12:30:31.792 INFO kablam! warning: unreachable expression Oct 21 12:30:31.792 INFO kablam! --> src/server.rs:53:30 Oct 21 12:30:31.792 INFO kablam! | Oct 21 12:30:31.792 INFO kablam! 53 | self.server.get("/", middleware! Oct 21 12:30:31.792 INFO kablam! | ______________________________^ Oct 21 12:30:31.792 INFO kablam! 54 | | { |req, res| Oct 21 12:30:31.792 INFO kablam! 55 | | if Server::is_auth(req, &clients, max_age) { Oct 21 12:30:31.792 INFO kablam! 56 | | return res.redirect("/special") Oct 21 12:30:31.792 INFO kablam! ... | Oct 21 12:30:31.792 INFO kablam! 59 | | return res.redirect("/login") Oct 21 12:30:31.792 INFO kablam! 60 | | }); Oct 21 12:30:31.792 INFO kablam! | |_________________________^ Oct 21 12:30:31.792 INFO kablam! | Oct 21 12:30:31.792 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 21 12:30:31.792 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 21 12:30:31.793 INFO kablam! Oct 21 12:30:31.793 INFO kablam! warning: unreachable expression Oct 21 12:30:31.793 INFO kablam! --> src/server.rs:62:35 Oct 21 12:30:31.793 INFO kablam! | Oct 21 12:30:31.793 INFO kablam! 62 | self.server.get("/login", middleware! Oct 21 12:30:31.793 INFO kablam! | ___________________________________^ Oct 21 12:30:31.793 INFO kablam! 63 | | { |_rq, res| Oct 21 12:30:31.793 INFO kablam! 64 | | let mut data = HashMap::new(); Oct 21 12:30:31.793 INFO kablam! 65 | | data.insert("target","/auth"); Oct 21 12:30:31.793 INFO kablam! 66 | | Oct 21 12:30:31.793 INFO kablam! 67 | | return res.render("views/login.html", &data) Oct 21 12:30:31.793 INFO kablam! 68 | | }); Oct 21 12:30:31.793 INFO kablam! | |_________________________^ Oct 21 12:30:31.793 INFO kablam! | Oct 21 12:30:31.793 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 21 12:30:31.793 INFO kablam! Oct 21 12:30:31.800 INFO kablam! warning: unreachable expression Oct 21 12:30:31.800 INFO kablam! --> src/server.rs:71:35 Oct 21 12:30:31.800 INFO kablam! | Oct 21 12:30:31.800 INFO kablam! 71 | self.server.post("/auth", middleware! Oct 21 12:30:31.800 INFO kablam! | ___________________________________^ Oct 21 12:30:31.800 INFO kablam! 72 | | { |req, mut res| Oct 21 12:30:31.800 INFO kablam! 73 | | let form_data = try_with!(res, req.form_body()); Oct 21 12:30:31.800 INFO kablam! 74 | | if let Some(username) = form_data.get("username") { Oct 21 12:30:31.800 INFO kablam! ... | Oct 21 12:30:31.800 INFO kablam! 102 | | return res.render("views/invalid.html", &data) Oct 21 12:30:31.800 INFO kablam! 103 | | }); Oct 21 12:30:31.800 INFO kablam! | |__________________________^ Oct 21 12:30:31.800 INFO kablam! | Oct 21 12:30:31.800 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 21 12:30:31.800 INFO kablam! Oct 21 12:30:31.997 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.33s Oct 21 12:30:32.014 INFO kablam! su: No module specific data is present Oct 21 12:30:32.508 INFO running `"docker" "rm" "-f" "c5d1c0e86515ad0c01ad34065e3e5774c13d73c5f0eb2074ed1d256f88c86297"` Oct 21 12:30:32.830 INFO blam! c5d1c0e86515ad0c01ad34065e3e5774c13d73c5f0eb2074ed1d256f88c86297