Sep 17 16:48:42.382 INFO checking staticdir-0.3.1 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 16:48:42.382 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 16:48:42.383 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-2/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 16:48:42.759 INFO blam! 8af533fc9b29407a07e7e2cd3e40306f777264fb35865f66de9d816e0052cf5f Sep 17 16:48:42.761 INFO running `"docker" "start" "-a" "8af533fc9b29407a07e7e2cd3e40306f777264fb35865f66de9d816e0052cf5f"` Sep 17 16:48:43.930 INFO kablam! usermod: no changes Sep 17 16:48:44.037 INFO kablam! warning: parsed version requirement `0.2*` is no longer valid Sep 17 16:48:44.037 INFO kablam! Sep 17 16:48:44.037 INFO kablam! Previous versions of Cargo accepted this malformed requirement, Sep 17 16:48:44.037 INFO kablam! but it is being deprecated. This was found when parsing the manifest Sep 17 16:48:44.037 INFO kablam! of iron 0.2.6, and the correct version requirement is `0.2.*`. Sep 17 16:48:44.037 INFO kablam! Sep 17 16:48:44.037 INFO kablam! This will soon become a hard error, so it's either recommended to Sep 17 16:48:44.037 INFO kablam! update to a fixed version or contact the upstream maintainer about Sep 17 16:48:44.037 INFO kablam! this warning. Sep 17 16:48:44.037 INFO kablam! Sep 17 16:48:44.250 INFO kablam! Compiling openssl-sys v0.7.17 Sep 17 16:48:44.251 INFO kablam! Compiling openssl v0.7.14 Sep 17 16:48:44.259 INFO kablam! Checking filetime v0.1.15 Sep 17 16:48:44.259 INFO kablam! Checking serde v0.6.15 Sep 17 16:48:44.259 INFO kablam! Checking iron v0.6.0 Sep 17 16:48:45.835 INFO kablam! Checking mount v0.4.0 Sep 17 16:48:45.987 INFO kablam! Compiling openssl-sys-extras v0.7.14 Sep 17 16:48:49.555 INFO kablam! Checking mime v0.1.3 Sep 17 16:48:49.586 INFO kablam! Checking cookie v0.2.5 Sep 17 16:48:50.320 INFO kablam! Checking hyper v0.7.2 Sep 17 16:48:54.256 INFO kablam! Checking iron v0.2.6 Sep 17 16:48:55.339 INFO kablam! Checking iron-test v0.2.0 Sep 17 16:48:55.339 INFO kablam! Checking staticfile v0.1.0 Sep 17 16:48:55.339 INFO kablam! Checking staticdir v0.3.1 (/source) Sep 17 16:48:57.187 INFO kablam! error[E0308]: match arms have incompatible types Sep 17 16:48:57.187 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/staticfile-0.1.0/src/static_handler.rs:107:37 Sep 17 16:48:57.187 INFO kablam! | Sep 17 16:48:57.187 INFO kablam! 107 | let mut redirect_path = match req.extensions.get::() { Sep 17 16:48:57.187 INFO kablam! | _____________________________________^ Sep 17 16:48:57.187 INFO kablam! 108 | | None => &req.url, Sep 17 16:48:57.187 INFO kablam! 109 | | Some(original_url) => original_url, Sep 17 16:48:57.187 INFO kablam! | | ------------ match arm with an incompatible type Sep 17 16:48:57.187 INFO kablam! 110 | | }.clone(); Sep 17 16:48:57.187 INFO kablam! | |_____________^ expected struct `iron::Url`, found struct `iron::request::url::Url` Sep 17 16:48:57.187 INFO kablam! | Sep 17 16:48:57.187 INFO kablam! = note: expected type `&iron::Url` Sep 17 16:48:57.187 INFO kablam! found type `&iron::request::url::Url` Sep 17 16:48:57.187 INFO kablam! note: Perhaps two different versions of crate `iron` are being used? Sep 17 16:48:57.187 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/staticfile-0.1.0/src/static_handler.rs:107:37 Sep 17 16:48:57.187 INFO kablam! | Sep 17 16:48:57.187 INFO kablam! 107 | let mut redirect_path = match req.extensions.get::() { Sep 17 16:48:57.187 INFO kablam! | _____________________________________^ Sep 17 16:48:57.187 INFO kablam! 108 | | None => &req.url, Sep 17 16:48:57.187 INFO kablam! 109 | | Some(original_url) => original_url, Sep 17 16:48:57.187 INFO kablam! 110 | | }.clone(); Sep 17 16:48:57.187 INFO kablam! | |_____________^ Sep 17 16:48:57.187 INFO kablam! Sep 17 16:48:57.187 INFO kablam! error: aborting due to previous error Sep 17 16:48:57.187 INFO kablam! Sep 17 16:48:57.187 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 17 16:48:57.199 INFO kablam! error: Could not compile `staticfile`. Sep 17 16:48:57.199 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 16:48:57.461 INFO kablam! error: build failed Sep 17 16:48:57.471 INFO kablam! su: No module specific data is present Sep 17 16:48:58.295 INFO running `"docker" "rm" "-f" "8af533fc9b29407a07e7e2cd3e40306f777264fb35865f66de9d816e0052cf5f"` Sep 17 16:48:58.419 INFO blam! 8af533fc9b29407a07e7e2cd3e40306f777264fb35865f66de9d816e0052cf5f