Sep 19 17:43:16.959 INFO checking staticdir-0.3.1 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 17:43:16.959 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 17:43:16.959 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-0/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 17:43:17.106 INFO blam! 6bd4e03b0062657a5c78083185f1afa1da8f140a20159e2c02b8eb62c99d7655 Sep 19 17:43:17.108 INFO running `"docker" "start" "-a" "6bd4e03b0062657a5c78083185f1afa1da8f140a20159e2c02b8eb62c99d7655"` Sep 19 17:43:18.719 INFO kablam! usermod: no changes Sep 19 17:43:18.831 INFO kablam! warning: parsed version requirement `0.2*` is no longer valid Sep 19 17:43:18.831 INFO kablam! Sep 19 17:43:18.831 INFO kablam! Previous versions of Cargo accepted this malformed requirement, Sep 19 17:43:18.831 INFO kablam! but it is being deprecated. This was found when parsing the manifest Sep 19 17:43:18.831 INFO kablam! of iron 0.2.6, and the correct version requirement is `0.2.*`. Sep 19 17:43:18.831 INFO kablam! Sep 19 17:43:18.831 INFO kablam! This will soon become a hard error, so it's either recommended to Sep 19 17:43:18.831 INFO kablam! update to a fixed version or contact the upstream maintainer about Sep 19 17:43:18.831 INFO kablam! this warning. Sep 19 17:43:18.831 INFO kablam! Sep 19 17:43:18.951 INFO kablam! Checking filetime v0.1.15 Sep 19 17:43:18.951 INFO kablam! Checking unicode-bidi v0.2.6 Sep 19 17:43:18.955 INFO kablam! Checking conduit-mime-types v0.7.3 Sep 19 17:43:18.955 INFO kablam! Checking error v0.1.9 Sep 19 17:43:18.959 INFO kablam! Checking uuid v0.2.3 Sep 19 17:43:18.959 INFO kablam! Checking serde v0.6.15 Sep 19 17:43:20.131 INFO kablam! Checking url v0.5.10 Sep 19 17:43:23.523 INFO kablam! Checking mime v0.1.3 Sep 19 17:43:24.107 INFO kablam! Checking hyper v0.7.2 Sep 19 17:43:28.287 INFO kablam! Checking iron v0.2.6 Sep 19 17:43:29.485 INFO kablam! Checking staticfile v0.1.0 Sep 19 17:43:29.485 INFO kablam! Checking iron-test v0.2.0 Sep 19 17:43:29.485 INFO kablam! Checking staticdir v0.3.1 (/source) Sep 19 17:43:31.191 INFO kablam! error[E0308]: match arms have incompatible types Sep 19 17:43:31.191 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/staticfile-0.1.0/src/static_handler.rs:107:37 Sep 19 17:43:31.191 INFO kablam! | Sep 19 17:43:31.191 INFO kablam! 107 | let mut redirect_path = match req.extensions.get::() { Sep 19 17:43:31.191 INFO kablam! | _____________________________________^ Sep 19 17:43:31.191 INFO kablam! 108 | | None => &req.url, Sep 19 17:43:31.191 INFO kablam! 109 | | Some(original_url) => original_url, Sep 19 17:43:31.191 INFO kablam! | | ------------ match arm with an incompatible type Sep 19 17:43:31.191 INFO kablam! 110 | | }.clone(); Sep 19 17:43:31.191 INFO kablam! | |_____________^ expected struct `iron::Url`, found struct `iron::request::url::Url` Sep 19 17:43:31.191 INFO kablam! | Sep 19 17:43:31.191 INFO kablam! = note: expected type `&iron::Url` Sep 19 17:43:31.191 INFO kablam! found type `&iron::request::url::Url` Sep 19 17:43:31.191 INFO kablam! note: Perhaps two different versions of crate `iron` are being used? Sep 19 17:43:31.191 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/staticfile-0.1.0/src/static_handler.rs:107:37 Sep 19 17:43:31.191 INFO kablam! | Sep 19 17:43:31.191 INFO kablam! 107 | let mut redirect_path = match req.extensions.get::() { Sep 19 17:43:31.191 INFO kablam! | _____________________________________^ Sep 19 17:43:31.191 INFO kablam! 108 | | None => &req.url, Sep 19 17:43:31.191 INFO kablam! 109 | | Some(original_url) => original_url, Sep 19 17:43:31.191 INFO kablam! 110 | | }.clone(); Sep 19 17:43:31.192 INFO kablam! | |_____________^ Sep 19 17:43:31.192 INFO kablam! Sep 19 17:43:31.215 INFO kablam! error: aborting due to previous error Sep 19 17:43:31.215 INFO kablam! Sep 19 17:43:31.215 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 19 17:43:31.235 INFO kablam! error: Could not compile `staticfile`. Sep 19 17:43:31.235 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 17:43:31.543 INFO kablam! error: build failed Sep 19 17:43:31.559 INFO kablam! su: No module specific data is present Sep 19 17:43:32.449 INFO running `"docker" "rm" "-f" "6bd4e03b0062657a5c78083185f1afa1da8f140a20159e2c02b8eb62c99d7655"` Sep 19 17:43:32.667 INFO blam! 6bd4e03b0062657a5c78083185f1afa1da8f140a20159e2c02b8eb62c99d7655