Sep 20 04:30:55.661 INFO checking bincode_ext-0.0.7 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 20 04:30:55.661 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 20 04:30:55.661 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-1/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 20 04:30:55.813 INFO blam! afdabb2a30de2d6f9f18172ea910791ffc859824449c22f34b1675ff445c3186 Sep 20 04:30:55.814 INFO running `"docker" "start" "-a" "afdabb2a30de2d6f9f18172ea910791ffc859824449c22f34b1675ff445c3186"` Sep 20 04:30:56.997 INFO kablam! usermod: no changes Sep 20 04:30:57.060 INFO kablam! Checking bincode_ext v0.0.7 (/source) Sep 20 04:30:57.455 INFO kablam! error[E0433]: failed to resolve. Could not find `SizeLimit` in `bincode` Sep 20 04:30:57.455 INFO kablam! --> src/test.rs:16:52 Sep 20 04:30:57.455 INFO kablam! | Sep 20 04:30:57.455 INFO kablam! 16 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 20 04:30:57.455 INFO kablam! | ^^^^^^^^^ Could not find `SizeLimit` in `bincode` Sep 20 04:30:57.455 INFO kablam! Sep 20 04:30:57.459 INFO kablam! error[E0433]: failed to resolve. Could not find `SizeLimit` in `bincode` Sep 20 04:30:57.460 INFO kablam! --> src/test.rs:33:52 Sep 20 04:30:57.460 INFO kablam! | Sep 20 04:30:57.460 INFO kablam! 33 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 20 04:30:57.460 INFO kablam! | ^^^^^^^^^ Could not find `SizeLimit` in `bincode` Sep 20 04:30:57.460 INFO kablam! Sep 20 04:30:57.462 INFO kablam! error[E0425]: cannot find function `encode` in module `bincode` Sep 20 04:30:57.463 INFO kablam! --> src/test.rs:16:32 Sep 20 04:30:57.463 INFO kablam! | Sep 20 04:30:57.463 INFO kablam! 16 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 20 04:30:57.463 INFO kablam! | ^^^^^^ not found in `bincode` Sep 20 04:30:57.463 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 20 04:30:57.463 INFO kablam! | Sep 20 04:30:57.463 INFO kablam! 3 | use rustc_serialize::json::encode; Sep 20 04:30:57.463 INFO kablam! | Sep 20 04:30:57.463 INFO kablam! Sep 20 04:30:57.463 INFO kablam! error[E0425]: cannot find function `decode` in module `bincode` Sep 20 04:30:57.463 INFO kablam! --> src/test.rs:18:26 Sep 20 04:30:57.463 INFO kablam! | Sep 20 04:30:57.463 INFO kablam! 18 | let d : X = bincode::decode(&e).unwrap(); Sep 20 04:30:57.463 INFO kablam! | ^^^^^^ not found in `bincode` Sep 20 04:30:57.463 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 20 04:30:57.463 INFO kablam! | Sep 20 04:30:57.463 INFO kablam! 3 | use rustc_serialize::json::decode; Sep 20 04:30:57.463 INFO kablam! | Sep 20 04:30:57.463 INFO kablam! Sep 20 04:30:57.463 INFO kablam! error[E0425]: cannot find function `encode` in module `bincode` Sep 20 04:30:57.463 INFO kablam! --> src/test.rs:33:32 Sep 20 04:30:57.463 INFO kablam! | Sep 20 04:30:57.463 INFO kablam! 33 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 20 04:30:57.463 INFO kablam! | ^^^^^^ not found in `bincode` Sep 20 04:30:57.463 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 20 04:30:57.463 INFO kablam! | Sep 20 04:30:57.463 INFO kablam! 3 | use rustc_serialize::json::encode; Sep 20 04:30:57.463 INFO kablam! | Sep 20 04:30:57.463 INFO kablam! Sep 20 04:30:57.463 INFO kablam! error[E0425]: cannot find function `decode` in module `bincode` Sep 20 04:30:57.463 INFO kablam! --> src/test.rs:35:26 Sep 20 04:30:57.463 INFO kablam! | Sep 20 04:30:57.463 INFO kablam! 35 | let d : Y = bincode::decode(&e).unwrap(); Sep 20 04:30:57.463 INFO kablam! | ^^^^^^ not found in `bincode` Sep 20 04:30:57.463 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 20 04:30:57.463 INFO kablam! | Sep 20 04:30:57.463 INFO kablam! 3 | use rustc_serialize::json::decode; Sep 20 04:30:57.463 INFO kablam! | Sep 20 04:30:57.463 INFO kablam! Sep 20 04:30:57.471 INFO kablam! warning: unused import: `rustc_serialize::Encodable` Sep 20 04:30:57.471 INFO kablam! --> src/test.rs:3:5 Sep 20 04:30:57.471 INFO kablam! | Sep 20 04:30:57.471 INFO kablam! 3 | use rustc_serialize::Encodable; Sep 20 04:30:57.471 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 04:30:57.471 INFO kablam! | Sep 20 04:30:57.471 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 04:30:57.471 INFO kablam! Sep 20 04:30:57.839 INFO kablam! error: aborting due to 6 previous errors Sep 20 04:30:57.839 INFO kablam! Sep 20 04:30:57.839 INFO kablam! Some errors occurred: E0425, E0433. Sep 20 04:30:57.843 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 20 04:30:57.846 INFO kablam! error: Could not compile `bincode_ext`. Sep 20 04:30:57.846 INFO kablam! Sep 20 04:30:57.846 INFO kablam! To learn more, run the command again with --verbose. Sep 20 04:30:57.846 INFO kablam! su: No module specific data is present Sep 20 04:30:58.680 INFO running `"docker" "rm" "-f" "afdabb2a30de2d6f9f18172ea910791ffc859824449c22f34b1675ff445c3186"` Sep 20 04:30:58.891 INFO blam! afdabb2a30de2d6f9f18172ea910791ffc859824449c22f34b1675ff445c3186