Sep 02 19:53:31.479 INFO checking bincode_ext-0.0.7 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 19:53:31.479 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 19:53:31.479 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 19:53:31.698 INFO blam! a7377136bff7258f65e9ae28900f89e34304fe01fe169b40066cf14a7f39fbdc Sep 02 19:53:31.701 INFO running `"docker" "start" "-a" "a7377136bff7258f65e9ae28900f89e34304fe01fe169b40066cf14a7f39fbdc"` Sep 02 19:53:32.260 INFO kablam! Checking bincode_ext v0.0.7 (file:///source) Sep 02 19:53:33.045 INFO kablam! error[E0433]: failed to resolve. Could not find `SizeLimit` in `bincode` Sep 02 19:53:33.045 INFO kablam! --> src/test.rs:16:52 Sep 02 19:53:33.045 INFO kablam! | Sep 02 19:53:33.045 INFO kablam! 16 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 02 19:53:33.045 INFO kablam! | ^^^^^^^^^ Could not find `SizeLimit` in `bincode` Sep 02 19:53:33.045 INFO kablam! Sep 02 19:53:33.048 INFO kablam! error[E0433]: failed to resolve. Could not find `SizeLimit` in `bincode` Sep 02 19:53:33.048 INFO kablam! --> src/test.rs:33:52 Sep 02 19:53:33.049 INFO kablam! | Sep 02 19:53:33.049 INFO kablam! 33 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 02 19:53:33.049 INFO kablam! | ^^^^^^^^^ Could not find `SizeLimit` in `bincode` Sep 02 19:53:33.049 INFO kablam! Sep 02 19:53:33.051 INFO kablam! error[E0425]: cannot find function `encode` in module `bincode` Sep 02 19:53:33.051 INFO kablam! --> src/test.rs:16:32 Sep 02 19:53:33.051 INFO kablam! | Sep 02 19:53:33.051 INFO kablam! 16 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 02 19:53:33.051 INFO kablam! | ^^^^^^ not found in `bincode` Sep 02 19:53:33.051 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 02 19:53:33.051 INFO kablam! | Sep 02 19:53:33.051 INFO kablam! 3 | use rustc_serialize::json::encode; Sep 02 19:53:33.051 INFO kablam! | Sep 02 19:53:33.051 INFO kablam! Sep 02 19:53:33.051 INFO kablam! error[E0425]: cannot find function `decode` in module `bincode` Sep 02 19:53:33.051 INFO kablam! --> src/test.rs:18:26 Sep 02 19:53:33.051 INFO kablam! | Sep 02 19:53:33.052 INFO kablam! 18 | let d : X = bincode::decode(&e).unwrap(); Sep 02 19:53:33.052 INFO kablam! | ^^^^^^ not found in `bincode` Sep 02 19:53:33.052 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 02 19:53:33.052 INFO kablam! | Sep 02 19:53:33.052 INFO kablam! 3 | use rustc_serialize::json::decode; Sep 02 19:53:33.052 INFO kablam! | Sep 02 19:53:33.052 INFO kablam! Sep 02 19:53:33.052 INFO kablam! error[E0425]: cannot find function `encode` in module `bincode` Sep 02 19:53:33.052 INFO kablam! --> src/test.rs:33:32 Sep 02 19:53:33.052 INFO kablam! | Sep 02 19:53:33.052 INFO kablam! 33 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 02 19:53:33.052 INFO kablam! | ^^^^^^ not found in `bincode` Sep 02 19:53:33.052 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 02 19:53:33.052 INFO kablam! | Sep 02 19:53:33.052 INFO kablam! 3 | use rustc_serialize::json::encode; Sep 02 19:53:33.052 INFO kablam! | Sep 02 19:53:33.052 INFO kablam! Sep 02 19:53:33.052 INFO kablam! error[E0425]: cannot find function `decode` in module `bincode` Sep 02 19:53:33.052 INFO kablam! --> src/test.rs:35:26 Sep 02 19:53:33.052 INFO kablam! | Sep 02 19:53:33.052 INFO kablam! 35 | let d : Y = bincode::decode(&e).unwrap(); Sep 02 19:53:33.053 INFO kablam! | ^^^^^^ not found in `bincode` Sep 02 19:53:33.053 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 02 19:53:33.053 INFO kablam! | Sep 02 19:53:33.053 INFO kablam! 3 | use rustc_serialize::json::decode; Sep 02 19:53:33.053 INFO kablam! | Sep 02 19:53:33.053 INFO kablam! Sep 02 19:53:33.062 INFO kablam! warning: unused import: `rustc_serialize::Encodable` Sep 02 19:53:33.062 INFO kablam! --> src/test.rs:3:5 Sep 02 19:53:33.062 INFO kablam! | Sep 02 19:53:33.062 INFO kablam! 3 | use rustc_serialize::Encodable; Sep 02 19:53:33.062 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 19:53:33.062 INFO kablam! | Sep 02 19:53:33.062 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 19:53:33.062 INFO kablam! Sep 02 19:53:33.609 INFO kablam! error: aborting due to 6 previous errors Sep 02 19:53:33.609 INFO kablam! Sep 02 19:53:33.609 INFO kablam! Some errors occurred: E0425, E0433. Sep 02 19:53:33.609 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 02 19:53:33.617 INFO kablam! error: Could not compile `bincode_ext`. Sep 02 19:53:33.617 INFO kablam! Sep 02 19:53:33.617 INFO kablam! To learn more, run the command again with --verbose. Sep 02 19:53:33.618 INFO kablam! su: No module specific data is present Sep 02 19:53:34.019 INFO running `"docker" "rm" "-f" "a7377136bff7258f65e9ae28900f89e34304fe01fe169b40066cf14a7f39fbdc"` Sep 02 19:53:34.119 INFO blam! a7377136bff7258f65e9ae28900f89e34304fe01fe169b40066cf14a7f39fbdc