Sep 02 00:08:36.417 INFO checking conduit-utils-0.6.2 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 02 00:08:36.417 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 02 00:08:36.417 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-0/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 00:08:36.594 INFO blam! 1bef830af2d9aca20d1c746827b0f98826d32ff6406cd7f332d9a9f6ad6ae36a Sep 02 00:08:36.596 INFO running `"docker" "start" "-a" "1bef830af2d9aca20d1c746827b0f98826d32ff6406cd7f332d9a9f6ad6ae36a"` Sep 02 00:08:37.191 INFO kablam! Checking conduit v0.6.6 Sep 02 00:08:37.726 INFO kablam! error[E0433]: failed to resolve. Could not find `old_io` in `std` Sep 02 00:08:37.726 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/conduit-0.6.6/src/lib.rs:7:10 Sep 02 00:08:37.726 INFO kablam! | Sep 02 00:08:37.726 INFO kablam! 7 | use std::old_io::net::ip::IpAddr; Sep 02 00:08:37.726 INFO kablam! | ^^^^^^ Could not find `old_io` in `std` Sep 02 00:08:37.726 INFO kablam! Sep 02 00:08:37.726 INFO kablam! error[E0432]: unresolved import `std::boxed::BoxAny` Sep 02 00:08:37.726 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/conduit-0.6.6/src/typemap.rs:2:5 Sep 02 00:08:37.726 INFO kablam! | Sep 02 00:08:37.726 INFO kablam! 2 | use std::boxed::BoxAny; Sep 02 00:08:37.726 INFO kablam! | ^^^^^^^^^^^^^^^^^^ no `BoxAny` in `boxed` Sep 02 00:08:37.726 INFO kablam! Sep 02 00:08:37.741 INFO kablam! error[E0412]: cannot find type `IpAddr` in this scope Sep 02 00:08:37.741 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/conduit-0.6.6/src/lib.rs:21:8 Sep 02 00:08:37.741 INFO kablam! | Sep 02 00:08:37.741 INFO kablam! 21 | Ip(IpAddr) Sep 02 00:08:37.741 INFO kablam! | ^^^^^^ not found in this scope Sep 02 00:08:37.741 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 02 00:08:37.742 INFO kablam! | Sep 02 00:08:37.742 INFO kablam! 5 | use std::net::IpAddr; Sep 02 00:08:37.742 INFO kablam! | Sep 02 00:08:37.742 INFO kablam! Sep 02 00:08:37.742 INFO kablam! error[E0412]: cannot find type `IpAddr` in this scope Sep 02 00:08:37.742 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/conduit-0.6.6/src/lib.rs:75:28 Sep 02 00:08:37.742 INFO kablam! | Sep 02 00:08:37.742 INFO kablam! 75 | fn remote_ip(&self) -> IpAddr; Sep 02 00:08:37.742 INFO kablam! | ^^^^^^ not found in this scope Sep 02 00:08:37.742 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 02 00:08:37.742 INFO kablam! | Sep 02 00:08:37.742 INFO kablam! 5 | use std::net::IpAddr; Sep 02 00:08:37.742 INFO kablam! | Sep 02 00:08:37.742 INFO kablam! Sep 02 00:08:37.742 INFO kablam! error[E0412]: cannot find type `Reader` in this scope Sep 02 00:08:37.742 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/conduit-0.6.6/src/lib.rs:84:42 Sep 02 00:08:37.742 INFO kablam! | Sep 02 00:08:37.742 INFO kablam! 84 | fn body<'a>(&'a mut self) -> &'a mut Reader; Sep 02 00:08:37.742 INFO kablam! | ^^^^^^ did you mean `Headers`? Sep 02 00:08:37.742 INFO kablam! Sep 02 00:08:37.743 INFO kablam! error[E0405]: cannot find trait `Reader` in this scope Sep 02 00:08:37.743 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/conduit-0.6.6/src/lib.rs:113:19 Sep 02 00:08:37.743 INFO kablam! | Sep 02 00:08:37.743 INFO kablam! 113 | pub body: Box Sep 02 00:08:37.743 INFO kablam! | ^^^^^^ did you mean `Headers`? Sep 02 00:08:37.743 INFO kablam! Sep 02 00:08:37.766 INFO kablam! error: aborting due to 6 previous errors Sep 02 00:08:37.766 INFO kablam! Sep 02 00:08:37.766 INFO kablam! Some errors occurred: E0405, E0412, E0432, E0433. Sep 02 00:08:37.766 INFO kablam! For more information about an error, try `rustc --explain E0405`. Sep 02 00:08:37.772 INFO kablam! error: Could not compile `conduit`. Sep 02 00:08:37.772 INFO kablam! Sep 02 00:08:37.772 INFO kablam! To learn more, run the command again with --verbose. Sep 02 00:08:37.773 INFO kablam! su: No module specific data is present Sep 02 00:08:38.310 INFO running `"docker" "rm" "-f" "1bef830af2d9aca20d1c746827b0f98826d32ff6406cd7f332d9a9f6ad6ae36a"` Sep 02 00:08:38.408 INFO blam! 1bef830af2d9aca20d1c746827b0f98826d32ff6406cd7f332d9a9f6ad6ae36a