Sep 10 22:15:03.506 INFO checking bincode_ext-0.0.7 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 22:15:03.506 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 22:15:03.506 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-0/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 22:15:03.667 INFO blam! 5485fc63bfb8f08f0894de39579a003ad83a230619987bb3f575a0f8be5dc60c Sep 10 22:15:03.669 INFO running `"docker" "start" "-a" "5485fc63bfb8f08f0894de39579a003ad83a230619987bb3f575a0f8be5dc60c"` Sep 10 22:15:04.340 INFO kablam! usermod: no changes Sep 10 22:15:04.371 INFO kablam! Checking bincode_ext v0.0.7 (file:///source) Sep 10 22:15:04.826 INFO kablam! error[E0433]: failed to resolve. Could not find `SizeLimit` in `bincode` Sep 10 22:15:04.826 INFO kablam! --> src/test.rs:16:52 Sep 10 22:15:04.827 INFO kablam! | Sep 10 22:15:04.827 INFO kablam! 16 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 10 22:15:04.827 INFO kablam! | ^^^^^^^^^ Could not find `SizeLimit` in `bincode` Sep 10 22:15:04.827 INFO kablam! Sep 10 22:15:04.831 INFO kablam! error[E0433]: failed to resolve. Could not find `SizeLimit` in `bincode` Sep 10 22:15:04.831 INFO kablam! --> src/test.rs:33:52 Sep 10 22:15:04.831 INFO kablam! | Sep 10 22:15:04.831 INFO kablam! 33 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 10 22:15:04.831 INFO kablam! | ^^^^^^^^^ Could not find `SizeLimit` in `bincode` Sep 10 22:15:04.831 INFO kablam! Sep 10 22:15:04.838 INFO kablam! error[E0425]: cannot find function `encode` in module `bincode` Sep 10 22:15:04.838 INFO kablam! --> src/test.rs:16:32 Sep 10 22:15:04.838 INFO kablam! | Sep 10 22:15:04.838 INFO kablam! 16 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 10 22:15:04.838 INFO kablam! | ^^^^^^ not found in `bincode` Sep 10 22:15:04.838 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 10 22:15:04.838 INFO kablam! | Sep 10 22:15:04.838 INFO kablam! 3 | use rustc_serialize::json::encode; Sep 10 22:15:04.838 INFO kablam! | Sep 10 22:15:04.838 INFO kablam! Sep 10 22:15:04.838 INFO kablam! error[E0425]: cannot find function `decode` in module `bincode` Sep 10 22:15:04.838 INFO kablam! --> src/test.rs:18:26 Sep 10 22:15:04.838 INFO kablam! | Sep 10 22:15:04.838 INFO kablam! 18 | let d : X = bincode::decode(&e).unwrap(); Sep 10 22:15:04.838 INFO kablam! | ^^^^^^ not found in `bincode` Sep 10 22:15:04.838 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 10 22:15:04.838 INFO kablam! | Sep 10 22:15:04.838 INFO kablam! 3 | use rustc_serialize::json::decode; Sep 10 22:15:04.838 INFO kablam! | Sep 10 22:15:04.838 INFO kablam! Sep 10 22:15:04.838 INFO kablam! error[E0425]: cannot find function `encode` in module `bincode` Sep 10 22:15:04.838 INFO kablam! --> src/test.rs:33:32 Sep 10 22:15:04.838 INFO kablam! | Sep 10 22:15:04.838 INFO kablam! 33 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 10 22:15:04.838 INFO kablam! | ^^^^^^ not found in `bincode` Sep 10 22:15:04.838 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 10 22:15:04.838 INFO kablam! | Sep 10 22:15:04.838 INFO kablam! 3 | use rustc_serialize::json::encode; Sep 10 22:15:04.838 INFO kablam! | Sep 10 22:15:04.838 INFO kablam! Sep 10 22:15:04.838 INFO kablam! error[E0425]: cannot find function `decode` in module `bincode` Sep 10 22:15:04.838 INFO kablam! --> src/test.rs:35:26 Sep 10 22:15:04.838 INFO kablam! | Sep 10 22:15:04.838 INFO kablam! 35 | let d : Y = bincode::decode(&e).unwrap(); Sep 10 22:15:04.838 INFO kablam! | ^^^^^^ not found in `bincode` Sep 10 22:15:04.838 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 10 22:15:04.838 INFO kablam! | Sep 10 22:15:04.838 INFO kablam! 3 | use rustc_serialize::json::decode; Sep 10 22:15:04.838 INFO kablam! | Sep 10 22:15:04.838 INFO kablam! Sep 10 22:15:04.843 INFO kablam! warning: unused import: `rustc_serialize::Encodable` Sep 10 22:15:04.843 INFO kablam! --> src/test.rs:3:5 Sep 10 22:15:04.843 INFO kablam! | Sep 10 22:15:04.843 INFO kablam! 3 | use rustc_serialize::Encodable; Sep 10 22:15:04.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 22:15:04.846 INFO kablam! | Sep 10 22:15:04.846 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 22:15:04.846 INFO kablam! Sep 10 22:15:05.252 INFO kablam! error: aborting due to 6 previous errors Sep 10 22:15:05.252 INFO kablam! Sep 10 22:15:05.252 INFO kablam! Some errors occurred: E0425, E0433. Sep 10 22:15:05.252 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 10 22:15:05.262 INFO kablam! error: Could not compile `bincode_ext`. Sep 10 22:15:05.262 INFO kablam! Sep 10 22:15:05.262 INFO kablam! To learn more, run the command again with --verbose. Sep 10 22:15:05.262 INFO kablam! su: No module specific data is present Sep 10 22:15:05.719 INFO running `"docker" "rm" "-f" "5485fc63bfb8f08f0894de39579a003ad83a230619987bb3f575a0f8be5dc60c"` Sep 10 22:15:05.841 INFO blam! 5485fc63bfb8f08f0894de39579a003ad83a230619987bb3f575a0f8be5dc60c