Sep 19 19:42:43.707 INFO checking staticdir-0.3.1 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 19:42:43.707 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 19:42:43.707 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-3/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 19:42:43.949 INFO blam! db51d4f89ae21d92025c62851c5d33c303c2630d8f3a71546e7657122f2507b2 Sep 19 19:42:43.951 INFO running `"docker" "start" "-a" "db51d4f89ae21d92025c62851c5d33c303c2630d8f3a71546e7657122f2507b2"` Sep 19 19:42:45.258 INFO kablam! usermod: no changes Sep 19 19:42:45.422 INFO kablam! warning: parsed version requirement `0.2*` is no longer valid Sep 19 19:42:45.422 INFO kablam! Sep 19 19:42:45.422 INFO kablam! Previous versions of Cargo accepted this malformed requirement, Sep 19 19:42:45.422 INFO kablam! but it is being deprecated. This was found when parsing the manifest Sep 19 19:42:45.422 INFO kablam! of iron 0.2.6, and the correct version requirement is `0.2.*`. Sep 19 19:42:45.422 INFO kablam! Sep 19 19:42:45.422 INFO kablam! This will soon become a hard error, so it's either recommended to Sep 19 19:42:45.422 INFO kablam! update to a fixed version or contact the upstream maintainer about Sep 19 19:42:45.422 INFO kablam! this warning. Sep 19 19:42:45.422 INFO kablam! Sep 19 19:42:45.540 INFO kablam! Checking conduit-mime-types v0.7.3 Sep 19 19:42:45.546 INFO kablam! Checking serde v0.6.15 Sep 19 19:42:45.546 INFO kablam! Compiling mime_guess v1.8.6 Sep 19 19:42:49.542 INFO kablam! Checking mime v0.1.3 Sep 19 19:42:49.988 INFO kablam! Checking iron v0.6.0 Sep 19 19:42:50.293 INFO kablam! Checking hyper v0.7.2 Sep 19 19:42:51.054 INFO kablam! Checking mount v0.4.0 Sep 19 19:42:53.928 INFO kablam! Checking iron v0.2.6 Sep 19 19:42:54.954 INFO kablam! Checking staticfile v0.1.0 Sep 19 19:42:54.954 INFO kablam! Checking staticdir v0.3.1 (/source) Sep 19 19:42:54.954 INFO kablam! Checking iron-test v0.2.0 Sep 19 19:42:56.466 INFO kablam! error[E0308]: match arms have incompatible types Sep 19 19:42:56.466 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/staticfile-0.1.0/src/static_handler.rs:107:37 Sep 19 19:42:56.466 INFO kablam! | Sep 19 19:42:56.466 INFO kablam! 107 | let mut redirect_path = match req.extensions.get::() { Sep 19 19:42:56.466 INFO kablam! | _____________________________________^ Sep 19 19:42:56.466 INFO kablam! 108 | | None => &req.url, Sep 19 19:42:56.466 INFO kablam! 109 | | Some(original_url) => original_url, Sep 19 19:42:56.466 INFO kablam! | | ------------ match arm with an incompatible type Sep 19 19:42:56.466 INFO kablam! 110 | | }.clone(); Sep 19 19:42:56.466 INFO kablam! | |_____________^ expected struct `iron::Url`, found struct `iron::request::url::Url` Sep 19 19:42:56.466 INFO kablam! | Sep 19 19:42:56.466 INFO kablam! = note: expected type `&iron::Url` Sep 19 19:42:56.466 INFO kablam! found type `&iron::request::url::Url` Sep 19 19:42:56.466 INFO kablam! note: Perhaps two different versions of crate `iron` are being used? Sep 19 19:42:56.466 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/staticfile-0.1.0/src/static_handler.rs:107:37 Sep 19 19:42:56.466 INFO kablam! | Sep 19 19:42:56.467 INFO kablam! 107 | let mut redirect_path = match req.extensions.get::() { Sep 19 19:42:56.467 INFO kablam! | _____________________________________^ Sep 19 19:42:56.467 INFO kablam! 108 | | None => &req.url, Sep 19 19:42:56.467 INFO kablam! 109 | | Some(original_url) => original_url, Sep 19 19:42:56.467 INFO kablam! 110 | | }.clone(); Sep 19 19:42:56.467 INFO kablam! | |_____________^ Sep 19 19:42:56.467 INFO kablam! Sep 19 19:42:56.482 INFO kablam! error: aborting due to previous error Sep 19 19:42:56.482 INFO kablam! Sep 19 19:42:56.482 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 19 19:42:56.498 INFO kablam! error: Could not compile `staticfile`. Sep 19 19:42:56.498 INFO kablam! Sep 19 19:42:56.498 INFO kablam! To learn more, run the command again with --verbose. Sep 19 19:42:56.502 INFO kablam! su: No module specific data is present Sep 19 19:42:57.422 INFO running `"docker" "rm" "-f" "db51d4f89ae21d92025c62851c5d33c303c2630d8f3a71546e7657122f2507b2"` Sep 19 19:42:57.607 INFO blam! db51d4f89ae21d92025c62851c5d33c303c2630d8f3a71546e7657122f2507b2