Sep 04 23:14:44.228 INFO checking bincode_ext-0.0.7 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 23:14:44.228 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 23:14:44.228 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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=500" "-e" "CMD=cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 23:14:44.430 INFO blam! ff6d486abb2a3521f728557577225062f4393b376ed1d9c4968f26e91fe0adf6 Sep 04 23:14:44.432 INFO running `"docker" "start" "-a" "ff6d486abb2a3521f728557577225062f4393b376ed1d9c4968f26e91fe0adf6"` Sep 04 23:14:45.098 INFO kablam! Checking bincode_ext v0.0.7 (file:///source) Sep 04 23:14:45.915 INFO kablam! error[E0433]: failed to resolve. Could not find `SizeLimit` in `bincode` Sep 04 23:14:45.915 INFO kablam! --> src/test.rs:16:52 Sep 04 23:14:45.916 INFO kablam! | Sep 04 23:14:45.916 INFO kablam! 16 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 04 23:14:45.916 INFO kablam! | ^^^^^^^^^ Could not find `SizeLimit` in `bincode` Sep 04 23:14:45.916 INFO kablam! Sep 04 23:14:45.919 INFO kablam! error[E0433]: failed to resolve. Could not find `SizeLimit` in `bincode` Sep 04 23:14:45.919 INFO kablam! --> src/test.rs:33:52 Sep 04 23:14:45.919 INFO kablam! | Sep 04 23:14:45.919 INFO kablam! 33 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 04 23:14:45.919 INFO kablam! | ^^^^^^^^^ Could not find `SizeLimit` in `bincode` Sep 04 23:14:45.919 INFO kablam! Sep 04 23:14:45.921 INFO kablam! error[E0425]: cannot find function `encode` in module `bincode` Sep 04 23:14:45.921 INFO kablam! --> src/test.rs:16:32 Sep 04 23:14:45.921 INFO kablam! | Sep 04 23:14:45.922 INFO kablam! 16 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 04 23:14:45.922 INFO kablam! | ^^^^^^ not found in `bincode` Sep 04 23:14:45.922 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 04 23:14:45.922 INFO kablam! | Sep 04 23:14:45.922 INFO kablam! 3 | use rustc_serialize::json::encode; Sep 04 23:14:45.922 INFO kablam! | Sep 04 23:14:45.922 INFO kablam! Sep 04 23:14:45.922 INFO kablam! error[E0425]: cannot find function `decode` in module `bincode` Sep 04 23:14:45.922 INFO kablam! --> src/test.rs:18:26 Sep 04 23:14:45.922 INFO kablam! | Sep 04 23:14:45.922 INFO kablam! 18 | let d : X = bincode::decode(&e).unwrap(); Sep 04 23:14:45.922 INFO kablam! | ^^^^^^ not found in `bincode` Sep 04 23:14:45.922 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 04 23:14:45.922 INFO kablam! | Sep 04 23:14:45.922 INFO kablam! 3 | use rustc_serialize::json::decode; Sep 04 23:14:45.922 INFO kablam! | Sep 04 23:14:45.922 INFO kablam! Sep 04 23:14:45.922 INFO kablam! error[E0425]: cannot find function `encode` in module `bincode` Sep 04 23:14:45.922 INFO kablam! --> src/test.rs:33:32 Sep 04 23:14:45.922 INFO kablam! | Sep 04 23:14:45.922 INFO kablam! 33 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 04 23:14:45.922 INFO kablam! | ^^^^^^ not found in `bincode` Sep 04 23:14:45.922 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 04 23:14:45.923 INFO kablam! | Sep 04 23:14:45.923 INFO kablam! 3 | use rustc_serialize::json::encode; Sep 04 23:14:45.923 INFO kablam! | Sep 04 23:14:45.923 INFO kablam! Sep 04 23:14:45.923 INFO kablam! error[E0425]: cannot find function `decode` in module `bincode` Sep 04 23:14:45.923 INFO kablam! --> src/test.rs:35:26 Sep 04 23:14:45.923 INFO kablam! | Sep 04 23:14:45.923 INFO kablam! 35 | let d : Y = bincode::decode(&e).unwrap(); Sep 04 23:14:45.923 INFO kablam! | ^^^^^^ not found in `bincode` Sep 04 23:14:45.923 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 04 23:14:45.923 INFO kablam! | Sep 04 23:14:45.923 INFO kablam! 3 | use rustc_serialize::json::decode; Sep 04 23:14:45.923 INFO kablam! | Sep 04 23:14:45.923 INFO kablam! Sep 04 23:14:45.935 INFO kablam! warning: unused import: `rustc_serialize::Encodable` Sep 04 23:14:45.935 INFO kablam! --> src/test.rs:3:5 Sep 04 23:14:45.935 INFO kablam! | Sep 04 23:14:45.935 INFO kablam! 3 | use rustc_serialize::Encodable; Sep 04 23:14:45.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 23:14:45.935 INFO kablam! | Sep 04 23:14:45.935 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 23:14:45.935 INFO kablam! Sep 04 23:14:46.587 INFO kablam! error: aborting due to 6 previous errors Sep 04 23:14:46.587 INFO kablam! Sep 04 23:14:46.588 INFO kablam! Some errors occurred: E0425, E0433. Sep 04 23:14:46.588 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 04 23:14:46.596 INFO kablam! error: Could not compile `bincode_ext`. Sep 04 23:14:46.596 INFO kablam! Sep 04 23:14:46.596 INFO kablam! To learn more, run the command again with --verbose. Sep 04 23:14:46.597 INFO kablam! su: No module specific data is present Sep 04 23:14:47.043 INFO running `"docker" "rm" "-f" "ff6d486abb2a3521f728557577225062f4393b376ed1d9c4968f26e91fe0adf6"` Sep 04 23:14:47.136 INFO blam! ff6d486abb2a3521f728557577225062f4393b376ed1d9c4968f26e91fe0adf6