Oct 12 19:46:01.942 INFO testing viperscape/capsule against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 19:46:01.942 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 12 19:46:02.495 INFO blam! cb77eb067e8678795cc1716e602e63f736c7e69c44c9054b9a7b09659108796a Oct 12 19:46:02.499 INFO running `"docker" "start" "-a" "cb77eb067e8678795cc1716e602e63f736c7e69c44c9054b9a7b09659108796a"` Oct 12 19:46:03.871 INFO kablam! usermod: no changes Oct 12 19:46:04.146 INFO kablam! Compiling nom v2.2.1 Oct 12 19:46:04.146 INFO kablam! Compiling base64 v0.5.2 Oct 12 19:46:04.147 INFO kablam! Compiling mime v0.2.6 Oct 12 19:46:04.147 INFO kablam! Compiling mustache v0.8.0 Oct 12 19:46:04.147 INFO kablam! Compiling cookie v0.9.1 Oct 12 19:46:04.147 INFO kablam! Compiling tokio-uds v0.1.5 Oct 12 19:46:04.148 INFO kablam! Compiling tokio-tls v0.1.3 Oct 12 19:46:09.128 INFO kablam! Compiling tokio-uds-proto v0.1.0 Oct 12 19:46:09.142 INFO kablam! Compiling hyper v0.10.12 Oct 12 19:46:15.497 INFO kablam! Compiling lber v0.1.5 Oct 12 19:46:17.627 INFO kablam! Compiling ldap3 v0.5.0 Oct 12 19:46:30.691 INFO kablam! Compiling nickel v0.10.0 Oct 12 19:46:35.551 INFO kablam! Compiling capsule v0.1.0 (/source) Oct 12 19:46:36.427 INFO kablam! warning: unreachable expression Oct 12 19:46:36.427 INFO kablam! --> src/server.rs:53:30 Oct 12 19:46:36.427 INFO kablam! | Oct 12 19:46:36.427 INFO kablam! 53 | self.server.get("/", middleware! Oct 12 19:46:36.427 INFO kablam! | ______________________________^ Oct 12 19:46:36.427 INFO kablam! 54 | | { |req, res| Oct 12 19:46:36.427 INFO kablam! 55 | | if Server::is_auth(req, &clients, max_age) { Oct 12 19:46:36.427 INFO kablam! 56 | | return res.redirect("/special") Oct 12 19:46:36.427 INFO kablam! ... | Oct 12 19:46:36.427 INFO kablam! 59 | | return res.redirect("/login") Oct 12 19:46:36.427 INFO kablam! 60 | | }); Oct 12 19:46:36.427 INFO kablam! | |_________________________^ Oct 12 19:46:36.427 INFO kablam! | Oct 12 19:46:36.427 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 12 19:46:36.427 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 12 19:46:36.427 INFO kablam! Oct 12 19:46:36.427 INFO kablam! warning: unreachable expression Oct 12 19:46:36.427 INFO kablam! --> src/server.rs:62:35 Oct 12 19:46:36.427 INFO kablam! | Oct 12 19:46:36.427 INFO kablam! 62 | self.server.get("/login", middleware! Oct 12 19:46:36.427 INFO kablam! | ___________________________________^ Oct 12 19:46:36.427 INFO kablam! 63 | | { |_rq, res| Oct 12 19:46:36.432 INFO kablam! 64 | | let mut data = HashMap::new(); Oct 12 19:46:36.432 INFO kablam! 65 | | data.insert("target","/auth"); Oct 12 19:46:36.432 INFO kablam! 66 | | Oct 12 19:46:36.432 INFO kablam! 67 | | return res.render("views/login.html", &data) Oct 12 19:46:36.432 INFO kablam! 68 | | }); Oct 12 19:46:36.432 INFO kablam! | |_________________________^ Oct 12 19:46:36.432 INFO kablam! | Oct 12 19:46:36.432 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 12 19:46:36.432 INFO kablam! Oct 12 19:46:36.443 INFO kablam! warning: unreachable expression Oct 12 19:46:36.443 INFO kablam! --> src/server.rs:71:35 Oct 12 19:46:36.443 INFO kablam! | Oct 12 19:46:36.443 INFO kablam! 71 | self.server.post("/auth", middleware! Oct 12 19:46:36.443 INFO kablam! | ___________________________________^ Oct 12 19:46:36.443 INFO kablam! 72 | | { |req, mut res| Oct 12 19:46:36.443 INFO kablam! 73 | | let form_data = try_with!(res, req.form_body()); Oct 12 19:46:36.443 INFO kablam! 74 | | if let Some(username) = form_data.get("username") { Oct 12 19:46:36.443 INFO kablam! ... | Oct 12 19:46:36.443 INFO kablam! 102 | | return res.render("views/invalid.html", &data) Oct 12 19:46:36.443 INFO kablam! 103 | | }); Oct 12 19:46:36.443 INFO kablam! | |__________________________^ Oct 12 19:46:36.443 INFO kablam! | Oct 12 19:46:36.443 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 12 19:46:36.443 INFO kablam! Oct 12 19:46:44.336 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 40.43s Oct 12 19:46:44.371 INFO kablam! su: No module specific data is present Oct 12 19:46:44.921 INFO running `"docker" "rm" "-f" "cb77eb067e8678795cc1716e602e63f736c7e69c44c9054b9a7b09659108796a"` Oct 12 19:46:45.367 INFO blam! cb77eb067e8678795cc1716e602e63f736c7e69c44c9054b9a7b09659108796a Oct 12 19:46:45.371 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 12 19:46:45.811 INFO blam! 6f2c120a3d98512d98df06bf2e7abed6c60fd2016c708f83a509913910c45405 Oct 12 19:46:45.817 INFO running `"docker" "start" "-a" "6f2c120a3d98512d98df06bf2e7abed6c60fd2016c708f83a509913910c45405"` Oct 12 19:46:46.866 INFO kablam! usermod: no changes Oct 12 19:46:47.175 INFO kablam! Compiling capsule v0.1.0 (/source) Oct 12 19:46:47.955 INFO kablam! warning: unreachable expression Oct 12 19:46:47.955 INFO kablam! --> src/server.rs:53:30 Oct 12 19:46:47.955 INFO kablam! | Oct 12 19:46:47.955 INFO kablam! 53 | self.server.get("/", middleware! Oct 12 19:46:47.955 INFO kablam! | ______________________________^ Oct 12 19:46:47.955 INFO kablam! 54 | | { |req, res| Oct 12 19:46:47.955 INFO kablam! 55 | | if Server::is_auth(req, &clients, max_age) { Oct 12 19:46:47.955 INFO kablam! 56 | | return res.redirect("/special") Oct 12 19:46:47.955 INFO kablam! ... | Oct 12 19:46:47.955 INFO kablam! 59 | | return res.redirect("/login") Oct 12 19:46:47.955 INFO kablam! 60 | | }); Oct 12 19:46:47.955 INFO kablam! | |_________________________^ Oct 12 19:46:47.955 INFO kablam! | Oct 12 19:46:47.955 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 12 19:46:47.955 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 12 19:46:47.955 INFO kablam! Oct 12 19:46:47.960 INFO kablam! warning: unreachable expression Oct 12 19:46:47.960 INFO kablam! --> src/server.rs:62:35 Oct 12 19:46:47.960 INFO kablam! | Oct 12 19:46:47.960 INFO kablam! 62 | self.server.get("/login", middleware! Oct 12 19:46:47.960 INFO kablam! | ___________________________________^ Oct 12 19:46:47.960 INFO kablam! 63 | | { |_rq, res| Oct 12 19:46:47.960 INFO kablam! 64 | | let mut data = HashMap::new(); Oct 12 19:46:47.960 INFO kablam! 65 | | data.insert("target","/auth"); Oct 12 19:46:47.960 INFO kablam! 66 | | Oct 12 19:46:47.960 INFO kablam! 67 | | return res.render("views/login.html", &data) Oct 12 19:46:47.960 INFO kablam! 68 | | }); Oct 12 19:46:47.960 INFO kablam! | |_________________________^ Oct 12 19:46:47.960 INFO kablam! | Oct 12 19:46:47.960 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 12 19:46:47.960 INFO kablam! Oct 12 19:46:47.975 INFO kablam! warning: unreachable expression Oct 12 19:46:47.975 INFO kablam! --> src/server.rs:71:35 Oct 12 19:46:47.975 INFO kablam! | Oct 12 19:46:47.975 INFO kablam! 71 | self.server.post("/auth", middleware! Oct 12 19:46:47.975 INFO kablam! | ___________________________________^ Oct 12 19:46:47.975 INFO kablam! 72 | | { |req, mut res| Oct 12 19:46:47.975 INFO kablam! 73 | | let form_data = try_with!(res, req.form_body()); Oct 12 19:46:47.975 INFO kablam! 74 | | if let Some(username) = form_data.get("username") { Oct 12 19:46:47.975 INFO kablam! ... | Oct 12 19:46:47.975 INFO kablam! 102 | | return res.render("views/invalid.html", &data) Oct 12 19:46:47.975 INFO kablam! 103 | | }); Oct 12 19:46:47.975 INFO kablam! | |__________________________^ Oct 12 19:46:47.975 INFO kablam! | Oct 12 19:46:47.975 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 12 19:46:47.975 INFO kablam! Oct 12 19:46:48.640 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.74s Oct 12 19:46:48.655 INFO kablam! su: No module specific data is present Oct 12 19:46:49.345 INFO running `"docker" "rm" "-f" "6f2c120a3d98512d98df06bf2e7abed6c60fd2016c708f83a509913910c45405"` Oct 12 19:46:49.635 INFO blam! 6f2c120a3d98512d98df06bf2e7abed6c60fd2016c708f83a509913910c45405 Oct 12 19:46:49.636 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 12 19:46:50.100 INFO blam! 48175958f6ab171bd4003d849a1bb4d2c5484516406799223f64fd17d4c99d5d Oct 12 19:46:50.108 INFO running `"docker" "start" "-a" "48175958f6ab171bd4003d849a1bb4d2c5484516406799223f64fd17d4c99d5d"` Oct 12 19:46:51.289 INFO kablam! usermod: no changes Oct 12 19:46:51.563 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.24s Oct 12 19:46:51.583 INFO kablam! Running /target/debug/deps/capsule-ce6a3036d618c7ea Oct 12 19:46:51.591 INFO blam! Oct 12 19:46:51.591 INFO blam! running 0 tests Oct 12 19:46:51.591 INFO blam! Oct 12 19:46:51.591 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 19:46:51.591 INFO blam! Oct 12 19:46:51.593 INFO kablam! su: No module specific data is present Oct 12 19:46:52.195 INFO running `"docker" "rm" "-f" "48175958f6ab171bd4003d849a1bb4d2c5484516406799223f64fd17d4c99d5d"` Oct 12 19:46:52.464 INFO blam! 48175958f6ab171bd4003d849a1bb4d2c5484516406799223f64fd17d4c99d5d