Sep 20 06:09:45.005 INFO checking bincode_ext-0.0.7 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 06:09:45.005 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 06:09:45.005 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-3/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 06:09:45.135 INFO blam! ea3ead98d4ebabf664dc796c6dabdff676f602d354609319ff7ec43288e10fc2 Sep 20 06:09:45.137 INFO running `"docker" "start" "-a" "ea3ead98d4ebabf664dc796c6dabdff676f602d354609319ff7ec43288e10fc2"` Sep 20 06:09:45.776 INFO kablam! usermod: no changes Sep 20 06:09:45.815 INFO kablam! Checking bincode_ext v0.0.7 (/source) Sep 20 06:09:46.257 INFO kablam! error[E0433]: failed to resolve. Could not find `SizeLimit` in `bincode` Sep 20 06:09:46.257 INFO kablam! --> src/test.rs:16:52 Sep 20 06:09:46.257 INFO kablam! | Sep 20 06:09:46.257 INFO kablam! 16 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 20 06:09:46.257 INFO kablam! | ^^^^^^^^^ Could not find `SizeLimit` in `bincode` Sep 20 06:09:46.257 INFO kablam! Sep 20 06:09:46.262 INFO kablam! error[E0433]: failed to resolve. Could not find `SizeLimit` in `bincode` Sep 20 06:09:46.262 INFO kablam! --> src/test.rs:33:52 Sep 20 06:09:46.262 INFO kablam! | Sep 20 06:09:46.262 INFO kablam! 33 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 20 06:09:46.262 INFO kablam! | ^^^^^^^^^ Could not find `SizeLimit` in `bincode` Sep 20 06:09:46.262 INFO kablam! Sep 20 06:09:46.266 INFO kablam! error[E0425]: cannot find function `encode` in module `bincode` Sep 20 06:09:46.266 INFO kablam! --> src/test.rs:16:32 Sep 20 06:09:46.266 INFO kablam! | Sep 20 06:09:46.266 INFO kablam! 16 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 20 06:09:46.266 INFO kablam! | ^^^^^^ not found in `bincode` Sep 20 06:09:46.266 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 20 06:09:46.266 INFO kablam! | Sep 20 06:09:46.266 INFO kablam! 3 | use rustc_serialize::json::encode; Sep 20 06:09:46.266 INFO kablam! | Sep 20 06:09:46.266 INFO kablam! Sep 20 06:09:46.266 INFO kablam! error[E0425]: cannot find function `decode` in module `bincode` Sep 20 06:09:46.266 INFO kablam! --> src/test.rs:18:26 Sep 20 06:09:46.266 INFO kablam! | Sep 20 06:09:46.266 INFO kablam! 18 | let d : X = bincode::decode(&e).unwrap(); Sep 20 06:09:46.266 INFO kablam! | ^^^^^^ not found in `bincode` Sep 20 06:09:46.266 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 20 06:09:46.266 INFO kablam! | Sep 20 06:09:46.266 INFO kablam! 3 | use rustc_serialize::json::decode; Sep 20 06:09:46.266 INFO kablam! | Sep 20 06:09:46.266 INFO kablam! Sep 20 06:09:46.266 INFO kablam! error[E0425]: cannot find function `encode` in module `bincode` Sep 20 06:09:46.266 INFO kablam! --> src/test.rs:33:32 Sep 20 06:09:46.266 INFO kablam! | Sep 20 06:09:46.266 INFO kablam! 33 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 20 06:09:46.266 INFO kablam! | ^^^^^^ not found in `bincode` Sep 20 06:09:46.266 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 20 06:09:46.266 INFO kablam! | Sep 20 06:09:46.266 INFO kablam! 3 | use rustc_serialize::json::encode; Sep 20 06:09:46.266 INFO kablam! | Sep 20 06:09:46.266 INFO kablam! Sep 20 06:09:46.266 INFO kablam! error[E0425]: cannot find function `decode` in module `bincode` Sep 20 06:09:46.266 INFO kablam! --> src/test.rs:35:26 Sep 20 06:09:46.266 INFO kablam! | Sep 20 06:09:46.266 INFO kablam! 35 | let d : Y = bincode::decode(&e).unwrap(); Sep 20 06:09:46.266 INFO kablam! | ^^^^^^ not found in `bincode` Sep 20 06:09:46.266 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 20 06:09:46.266 INFO kablam! | Sep 20 06:09:46.266 INFO kablam! 3 | use rustc_serialize::json::decode; Sep 20 06:09:46.267 INFO kablam! | Sep 20 06:09:46.267 INFO kablam! Sep 20 06:09:46.275 INFO kablam! warning: unused import: `rustc_serialize::Encodable` Sep 20 06:09:46.275 INFO kablam! --> src/test.rs:3:5 Sep 20 06:09:46.275 INFO kablam! | Sep 20 06:09:46.275 INFO kablam! 3 | use rustc_serialize::Encodable; Sep 20 06:09:46.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:09:46.275 INFO kablam! | Sep 20 06:09:46.275 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 06:09:46.275 INFO kablam! Sep 20 06:09:46.664 INFO kablam! error: aborting due to 6 previous errors Sep 20 06:09:46.664 INFO kablam! Sep 20 06:09:46.664 INFO kablam! Some errors occurred: E0425, E0433. Sep 20 06:09:46.664 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 20 06:09:46.680 INFO kablam! error: Could not compile `bincode_ext`. Sep 20 06:09:46.680 INFO kablam! Sep 20 06:09:46.680 INFO kablam! To learn more, run the command again with --verbose. Sep 20 06:09:46.680 INFO kablam! su: No module specific data is present Sep 20 06:09:47.592 INFO running `"docker" "rm" "-f" "ea3ead98d4ebabf664dc796c6dabdff676f602d354609319ff7ec43288e10fc2"` Sep 20 06:09:47.705 INFO blam! ea3ead98d4ebabf664dc796c6dabdff676f602d354609319ff7ec43288e10fc2