Sep 14 19:16:09.501 INFO checking bincode_ext-0.0.7 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 19:16:09.501 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 19:16:09.501 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-5/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 19:16:09.746 INFO blam! b7c6532e053288179356dcfbd3f598a148497a31001c08afdbb477d6c6dab8b4 Sep 14 19:16:09.748 INFO running `"docker" "start" "-a" "b7c6532e053288179356dcfbd3f598a148497a31001c08afdbb477d6c6dab8b4"` Sep 14 19:16:10.669 INFO kablam! usermod: no changes Sep 14 19:16:10.710 INFO kablam! Checking bincode_ext v0.0.7 (file:///source) Sep 14 19:16:11.047 INFO kablam! error[E0433]: failed to resolve. Could not find `SizeLimit` in `bincode` Sep 14 19:16:11.047 INFO kablam! --> src/test.rs:16:52 Sep 14 19:16:11.047 INFO kablam! | Sep 14 19:16:11.047 INFO kablam! 16 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 14 19:16:11.047 INFO kablam! | ^^^^^^^^^ Could not find `SizeLimit` in `bincode` Sep 14 19:16:11.047 INFO kablam! Sep 14 19:16:11.050 INFO kablam! error[E0433]: failed to resolve. Could not find `SizeLimit` in `bincode` Sep 14 19:16:11.050 INFO kablam! --> src/test.rs:33:52 Sep 14 19:16:11.050 INFO kablam! | Sep 14 19:16:11.050 INFO kablam! 33 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 14 19:16:11.050 INFO kablam! | ^^^^^^^^^ Could not find `SizeLimit` in `bincode` Sep 14 19:16:11.050 INFO kablam! Sep 14 19:16:11.051 INFO kablam! error[E0425]: cannot find function `encode` in module `bincode` Sep 14 19:16:11.051 INFO kablam! --> src/test.rs:16:32 Sep 14 19:16:11.051 INFO kablam! | Sep 14 19:16:11.051 INFO kablam! 16 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 14 19:16:11.052 INFO kablam! | ^^^^^^ not found in `bincode` Sep 14 19:16:11.052 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 14 19:16:11.052 INFO kablam! | Sep 14 19:16:11.052 INFO kablam! 3 | use rustc_serialize::json::encode; Sep 14 19:16:11.052 INFO kablam! | Sep 14 19:16:11.052 INFO kablam! Sep 14 19:16:11.052 INFO kablam! error[E0425]: cannot find function `decode` in module `bincode` Sep 14 19:16:11.052 INFO kablam! --> src/test.rs:18:26 Sep 14 19:16:11.052 INFO kablam! | Sep 14 19:16:11.052 INFO kablam! 18 | let d : X = bincode::decode(&e).unwrap(); Sep 14 19:16:11.052 INFO kablam! | ^^^^^^ not found in `bincode` Sep 14 19:16:11.052 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 14 19:16:11.052 INFO kablam! | Sep 14 19:16:11.052 INFO kablam! 3 | use rustc_serialize::json::decode; Sep 14 19:16:11.052 INFO kablam! | Sep 14 19:16:11.052 INFO kablam! Sep 14 19:16:11.055 INFO kablam! error[E0425]: cannot find function `encode` in module `bincode` Sep 14 19:16:11.055 INFO kablam! --> src/test.rs:33:32 Sep 14 19:16:11.055 INFO kablam! | Sep 14 19:16:11.055 INFO kablam! 33 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 14 19:16:11.055 INFO kablam! | ^^^^^^ not found in `bincode` Sep 14 19:16:11.055 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 14 19:16:11.055 INFO kablam! | Sep 14 19:16:11.055 INFO kablam! 3 | use rustc_serialize::json::encode; Sep 14 19:16:11.055 INFO kablam! | Sep 14 19:16:11.055 INFO kablam! Sep 14 19:16:11.055 INFO kablam! error[E0425]: cannot find function `decode` in module `bincode` Sep 14 19:16:11.055 INFO kablam! --> src/test.rs:35:26 Sep 14 19:16:11.055 INFO kablam! | Sep 14 19:16:11.055 INFO kablam! 35 | let d : Y = bincode::decode(&e).unwrap(); Sep 14 19:16:11.055 INFO kablam! | ^^^^^^ not found in `bincode` Sep 14 19:16:11.055 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 14 19:16:11.055 INFO kablam! | Sep 14 19:16:11.055 INFO kablam! 3 | use rustc_serialize::json::decode; Sep 14 19:16:11.055 INFO kablam! | Sep 14 19:16:11.055 INFO kablam! Sep 14 19:16:11.058 INFO kablam! warning: unused import: `rustc_serialize::Encodable` Sep 14 19:16:11.058 INFO kablam! --> src/test.rs:3:5 Sep 14 19:16:11.058 INFO kablam! | Sep 14 19:16:11.058 INFO kablam! 3 | use rustc_serialize::Encodable; Sep 14 19:16:11.058 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 19:16:11.058 INFO kablam! | Sep 14 19:16:11.058 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 19:16:11.058 INFO kablam! Sep 14 19:16:11.372 INFO kablam! error: aborting due to 6 previous errors Sep 14 19:16:11.373 INFO kablam! Sep 14 19:16:11.373 INFO kablam! Some errors occurred: E0425, E0433. Sep 14 19:16:11.373 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 14 19:16:11.381 INFO kablam! error: Could not compile `bincode_ext`. Sep 14 19:16:11.381 INFO kablam! Sep 14 19:16:11.381 INFO kablam! To learn more, run the command again with --verbose. Sep 14 19:16:11.381 INFO kablam! su: No module specific data is present Sep 14 19:16:11.993 INFO running `"docker" "rm" "-f" "b7c6532e053288179356dcfbd3f598a148497a31001c08afdbb477d6c6dab8b4"` Sep 14 19:16:12.072 INFO blam! b7c6532e053288179356dcfbd3f598a148497a31001c08afdbb477d6c6dab8b4