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