Jul 11 21:03:10.191 INFO checking staticdir-0.3.1 against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234 Jul 11 21:03:10.191 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 11 21:03:10.191 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 11 21:03:10.191 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-52234/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-1/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/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=500" "-e" "CMD=cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 11 21:03:10.456 INFO blam! dd9e8466e069b57e65daa9631b420caf543d6edec738d29b7931cbcbfa55896c Jul 11 21:03:10.459 INFO running `"docker" "start" "-a" "dd9e8466e069b57e65daa9631b420caf543d6edec738d29b7931cbcbfa55896c"` Jul 11 21:03:11.492 INFO kablam! warning: parsed version requirement `0.2*` is no longer valid Jul 11 21:03:11.492 INFO kablam! Jul 11 21:03:11.492 INFO kablam! Previous versions of Cargo accepted this malformed requirement, Jul 11 21:03:11.492 INFO kablam! but it is being deprecated. This was found when parsing the manifest Jul 11 21:03:11.492 INFO kablam! of iron 0.2.6, and the correct version requirement is `0.2.*`. Jul 11 21:03:11.492 INFO kablam! Jul 11 21:03:11.492 INFO kablam! This will soon become a hard error, so it's either recommended to Jul 11 21:03:11.492 INFO kablam! update to a fixed version or contact the upstream maintainer about Jul 11 21:03:11.492 INFO kablam! this warning. Jul 11 21:03:11.492 INFO kablam! Jul 11 21:03:11.688 INFO kablam! Checking sequence_trie v0.3.5 Jul 11 21:03:11.688 INFO kablam! Compiling openssl-sys v0.7.17 Jul 11 21:03:11.691 INFO kablam! Compiling openssl-sys-extras v0.7.14 Jul 11 21:03:11.692 INFO kablam! Compiling openssl v0.7.14 Jul 11 21:03:11.697 INFO kablam! Checking serde v0.6.15 Jul 11 21:03:13.809 INFO kablam! Checking mount v0.4.0 Jul 11 21:03:24.006 INFO kablam! Checking cookie v0.2.5 Jul 11 21:03:25.525 INFO kablam! Checking mime v0.1.3 Jul 11 21:03:27.049 INFO kablam! Checking hyper v0.7.2 Jul 11 21:03:36.478 INFO kablam! Checking iron v0.2.6 Jul 11 21:03:38.214 INFO kablam! Checking iron-test v0.2.0 Jul 11 21:03:38.214 INFO kablam! Checking staticdir v0.3.1 (file:///source) Jul 11 21:03:38.214 INFO kablam! Checking staticfile v0.1.0 Jul 11 21:03:40.465 INFO kablam! error[E0308]: match arms have incompatible types Jul 11 21:03:40.465 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/staticfile-0.1.0/src/static_handler.rs:107:37 Jul 11 21:03:40.465 INFO kablam! | Jul 11 21:03:40.465 INFO kablam! 107 | let mut redirect_path = match req.extensions.get::() { Jul 11 21:03:40.465 INFO kablam! | _____________________________________^ Jul 11 21:03:40.466 INFO kablam! 108 | | None => &req.url, Jul 11 21:03:40.466 INFO kablam! 109 | | Some(original_url) => original_url, Jul 11 21:03:40.466 INFO kablam! | | ------------ match arm with an incompatible type Jul 11 21:03:40.466 INFO kablam! 110 | | }.clone(); Jul 11 21:03:40.466 INFO kablam! | |_____________^ expected struct `iron::Url`, found struct `iron::request::url::Url` Jul 11 21:03:40.466 INFO kablam! | Jul 11 21:03:40.466 INFO kablam! = note: expected type `&iron::Url` Jul 11 21:03:40.466 INFO kablam! found type `&iron::request::url::Url` Jul 11 21:03:40.467 INFO kablam! note: Perhaps two different versions of crate `iron` are being used? Jul 11 21:03:40.467 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/staticfile-0.1.0/src/static_handler.rs:107:37 Jul 11 21:03:40.467 INFO kablam! | Jul 11 21:03:40.467 INFO kablam! 107 | let mut redirect_path = match req.extensions.get::() { Jul 11 21:03:40.467 INFO kablam! | _____________________________________^ Jul 11 21:03:40.467 INFO kablam! 108 | | None => &req.url, Jul 11 21:03:40.467 INFO kablam! 109 | | Some(original_url) => original_url, Jul 11 21:03:40.467 INFO kablam! 110 | | }.clone(); Jul 11 21:03:40.467 INFO kablam! | |_____________^ Jul 11 21:03:40.467 INFO kablam! Jul 11 21:03:40.481 INFO kablam! error: aborting due to previous error Jul 11 21:03:40.481 INFO kablam! Jul 11 21:03:40.481 INFO kablam! For more information about this error, try `rustc --explain E0308`. Jul 11 21:03:40.502 INFO kablam! error: Could not compile `staticfile`. Jul 11 21:03:40.502 INFO kablam! Jul 11 21:03:40.502 INFO kablam! To learn more, run the command again with --verbose. Jul 11 21:03:40.504 INFO kablam! su: No module specific data is present Jul 11 21:03:41.155 INFO running `"docker" "rm" "-f" "dd9e8466e069b57e65daa9631b420caf543d6edec738d29b7931cbcbfa55896c"` Jul 11 21:03:41.344 INFO blam! dd9e8466e069b57e65daa9631b420caf543d6edec738d29b7931cbcbfa55896c