Sep 04 23:14:42.549 INFO checking bincode_ext-0.0.7 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 23:14:42.549 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 23:14:42.549 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-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:42.781 INFO blam! 2a5e1959b63784008281aa942d3c3e45f5c9eb855d406ae35849861c3edcbffd Sep 04 23:14:42.783 INFO running `"docker" "start" "-a" "2a5e1959b63784008281aa942d3c3e45f5c9eb855d406ae35849861c3edcbffd"` Sep 04 23:14:43.468 INFO kablam! Checking bincode_ext v0.0.7 (file:///source) Sep 04 23:14:44.604 INFO kablam! error[E0433]: failed to resolve. Could not find `SizeLimit` in `bincode` Sep 04 23:14:44.604 INFO kablam! --> src/test.rs:16:52 Sep 04 23:14:44.604 INFO kablam! | Sep 04 23:14:44.604 INFO kablam! 16 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 04 23:14:44.604 INFO kablam! | ^^^^^^^^^ Could not find `SizeLimit` in `bincode` Sep 04 23:14:44.606 INFO kablam! Sep 04 23:14:44.611 INFO kablam! error[E0433]: failed to resolve. Could not find `SizeLimit` in `bincode` Sep 04 23:14:44.611 INFO kablam! --> src/test.rs:33:52 Sep 04 23:14:44.611 INFO kablam! | Sep 04 23:14:44.611 INFO kablam! 33 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 04 23:14:44.611 INFO kablam! | ^^^^^^^^^ Could not find `SizeLimit` in `bincode` Sep 04 23:14:44.611 INFO kablam! Sep 04 23:14:44.615 INFO kablam! error[E0425]: cannot find function `encode` in module `bincode` Sep 04 23:14:44.615 INFO kablam! --> src/test.rs:16:32 Sep 04 23:14:44.615 INFO kablam! | Sep 04 23:14:44.615 INFO kablam! 16 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 04 23:14:44.615 INFO kablam! | ^^^^^^ not found in `bincode` Sep 04 23:14:44.616 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 04 23:14:44.616 INFO kablam! | Sep 04 23:14:44.616 INFO kablam! 3 | use rustc_serialize::json::encode; Sep 04 23:14:44.616 INFO kablam! | Sep 04 23:14:44.616 INFO kablam! Sep 04 23:14:44.617 INFO kablam! error[E0425]: cannot find function `decode` in module `bincode` Sep 04 23:14:44.617 INFO kablam! --> src/test.rs:18:26 Sep 04 23:14:44.617 INFO kablam! | Sep 04 23:14:44.617 INFO kablam! 18 | let d : X = bincode::decode(&e).unwrap(); Sep 04 23:14:44.617 INFO kablam! | ^^^^^^ not found in `bincode` Sep 04 23:14:44.617 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 04 23:14:44.617 INFO kablam! | Sep 04 23:14:44.617 INFO kablam! 3 | use rustc_serialize::json::decode; Sep 04 23:14:44.617 INFO kablam! | Sep 04 23:14:44.618 INFO kablam! Sep 04 23:14:44.618 INFO kablam! error[E0425]: cannot find function `encode` in module `bincode` Sep 04 23:14:44.618 INFO kablam! --> src/test.rs:33:32 Sep 04 23:14:44.618 INFO kablam! | Sep 04 23:14:44.618 INFO kablam! 33 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 04 23:14:44.618 INFO kablam! | ^^^^^^ not found in `bincode` Sep 04 23:14:44.618 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 04 23:14:44.618 INFO kablam! | Sep 04 23:14:44.618 INFO kablam! 3 | use rustc_serialize::json::encode; Sep 04 23:14:44.619 INFO kablam! | Sep 04 23:14:44.619 INFO kablam! Sep 04 23:14:44.619 INFO kablam! error[E0425]: cannot find function `decode` in module `bincode` Sep 04 23:14:44.619 INFO kablam! --> src/test.rs:35:26 Sep 04 23:14:44.619 INFO kablam! | Sep 04 23:14:44.619 INFO kablam! 35 | let d : Y = bincode::decode(&e).unwrap(); Sep 04 23:14:44.619 INFO kablam! | ^^^^^^ not found in `bincode` Sep 04 23:14:44.619 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 04 23:14:44.619 INFO kablam! | Sep 04 23:14:44.619 INFO kablam! 3 | use rustc_serialize::json::decode; Sep 04 23:14:44.619 INFO kablam! | Sep 04 23:14:44.619 INFO kablam! Sep 04 23:14:44.634 INFO kablam! warning: unused import: `rustc_serialize::Encodable` Sep 04 23:14:44.634 INFO kablam! --> src/test.rs:3:5 Sep 04 23:14:44.634 INFO kablam! | Sep 04 23:14:44.634 INFO kablam! 3 | use rustc_serialize::Encodable; Sep 04 23:14:44.634 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 23:14:44.634 INFO kablam! | Sep 04 23:14:44.635 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 23:14:44.635 INFO kablam! Sep 04 23:14:45.245 INFO kablam! error: aborting due to 6 previous errors Sep 04 23:14:45.245 INFO kablam! Sep 04 23:14:45.245 INFO kablam! Some errors occurred: E0425, E0433. Sep 04 23:14:45.246 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 04 23:14:45.256 INFO kablam! error: Could not compile `bincode_ext`. Sep 04 23:14:45.256 INFO kablam! Sep 04 23:14:45.256 INFO kablam! To learn more, run the command again with --verbose. Sep 04 23:14:45.257 INFO kablam! su: No module specific data is present Sep 04 23:14:45.675 INFO running `"docker" "rm" "-f" "2a5e1959b63784008281aa942d3c3e45f5c9eb855d406ae35849861c3edcbffd"` Sep 04 23:14:45.806 INFO blam! 2a5e1959b63784008281aa942d3c3e45f5c9eb855d406ae35849861c3edcbffd