Sep 02 19:53:29.471 INFO checking bincode_ext-0.0.7 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 19:53:29.471 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 19:53:29.471 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-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:29.657 INFO blam! b6ae5f18a4fbb35d672785e6a3d19b7e4b4c17779c63da4f5fbf63310cde7e81 Sep 02 19:53:29.659 INFO running `"docker" "start" "-a" "b6ae5f18a4fbb35d672785e6a3d19b7e4b4c17779c63da4f5fbf63310cde7e81"` Sep 02 19:53:30.325 INFO kablam! Checking bincode_ext v0.0.7 (file:///source) Sep 02 19:53:31.307 INFO kablam! error[E0433]: failed to resolve. Could not find `SizeLimit` in `bincode` Sep 02 19:53:31.307 INFO kablam! --> src/test.rs:16:52 Sep 02 19:53:31.307 INFO kablam! | Sep 02 19:53:31.307 INFO kablam! 16 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 02 19:53:31.307 INFO kablam! | ^^^^^^^^^ Could not find `SizeLimit` in `bincode` Sep 02 19:53:31.307 INFO kablam! Sep 02 19:53:31.312 INFO kablam! error[E0433]: failed to resolve. Could not find `SizeLimit` in `bincode` Sep 02 19:53:31.312 INFO kablam! --> src/test.rs:33:52 Sep 02 19:53:31.312 INFO kablam! | Sep 02 19:53:31.312 INFO kablam! 33 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 02 19:53:31.312 INFO kablam! | ^^^^^^^^^ Could not find `SizeLimit` in `bincode` Sep 02 19:53:31.312 INFO kablam! Sep 02 19:53:31.316 INFO kablam! error[E0425]: cannot find function `encode` in module `bincode` Sep 02 19:53:31.316 INFO kablam! --> src/test.rs:16:32 Sep 02 19:53:31.316 INFO kablam! | Sep 02 19:53:31.316 INFO kablam! 16 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 02 19:53:31.316 INFO kablam! | ^^^^^^ not found in `bincode` Sep 02 19:53:31.316 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 02 19:53:31.316 INFO kablam! | Sep 02 19:53:31.316 INFO kablam! 3 | use rustc_serialize::json::encode; Sep 02 19:53:31.316 INFO kablam! | Sep 02 19:53:31.316 INFO kablam! Sep 02 19:53:31.316 INFO kablam! error[E0425]: cannot find function `decode` in module `bincode` Sep 02 19:53:31.316 INFO kablam! --> src/test.rs:18:26 Sep 02 19:53:31.316 INFO kablam! | Sep 02 19:53:31.316 INFO kablam! 18 | let d : X = bincode::decode(&e).unwrap(); Sep 02 19:53:31.316 INFO kablam! | ^^^^^^ not found in `bincode` Sep 02 19:53:31.316 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 02 19:53:31.316 INFO kablam! | Sep 02 19:53:31.316 INFO kablam! 3 | use rustc_serialize::json::decode; Sep 02 19:53:31.316 INFO kablam! | Sep 02 19:53:31.316 INFO kablam! Sep 02 19:53:31.316 INFO kablam! error[E0425]: cannot find function `encode` in module `bincode` Sep 02 19:53:31.317 INFO kablam! --> src/test.rs:33:32 Sep 02 19:53:31.317 INFO kablam! | Sep 02 19:53:31.317 INFO kablam! 33 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 02 19:53:31.317 INFO kablam! | ^^^^^^ not found in `bincode` Sep 02 19:53:31.317 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 02 19:53:31.317 INFO kablam! | Sep 02 19:53:31.317 INFO kablam! 3 | use rustc_serialize::json::encode; Sep 02 19:53:31.317 INFO kablam! | Sep 02 19:53:31.317 INFO kablam! Sep 02 19:53:31.318 INFO kablam! error[E0425]: cannot find function `decode` in module `bincode` Sep 02 19:53:31.318 INFO kablam! --> src/test.rs:35:26 Sep 02 19:53:31.318 INFO kablam! | Sep 02 19:53:31.318 INFO kablam! 35 | let d : Y = bincode::decode(&e).unwrap(); Sep 02 19:53:31.318 INFO kablam! | ^^^^^^ not found in `bincode` Sep 02 19:53:31.318 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 02 19:53:31.318 INFO kablam! | Sep 02 19:53:31.318 INFO kablam! 3 | use rustc_serialize::json::decode; Sep 02 19:53:31.319 INFO kablam! | Sep 02 19:53:31.319 INFO kablam! Sep 02 19:53:31.329 INFO kablam! warning: unused import: `rustc_serialize::Encodable` Sep 02 19:53:31.329 INFO kablam! --> src/test.rs:3:5 Sep 02 19:53:31.329 INFO kablam! | Sep 02 19:53:31.329 INFO kablam! 3 | use rustc_serialize::Encodable; Sep 02 19:53:31.329 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 19:53:31.330 INFO kablam! | Sep 02 19:53:31.330 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 19:53:31.330 INFO kablam! Sep 02 19:53:32.068 INFO kablam! error: aborting due to 6 previous errors Sep 02 19:53:32.068 INFO kablam! Sep 02 19:53:32.068 INFO kablam! Some errors occurred: E0425, E0433. Sep 02 19:53:32.068 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 02 19:53:32.076 INFO kablam! error: Could not compile `bincode_ext`. Sep 02 19:53:32.076 INFO kablam! Sep 02 19:53:32.076 INFO kablam! To learn more, run the command again with --verbose. Sep 02 19:53:32.078 INFO kablam! su: No module specific data is present Sep 02 19:53:32.479 INFO running `"docker" "rm" "-f" "b6ae5f18a4fbb35d672785e6a3d19b7e4b4c17779c63da4f5fbf63310cde7e81"` Sep 02 19:53:32.601 INFO blam! b6ae5f18a4fbb35d672785e6a3d19b7e4b4c17779c63da4f5fbf63310cde7e81