Sep 18 03:18:56.427 INFO checking bincode_ext-0.0.7 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 18 03:18:56.427 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 18 03:18:56.428 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-5/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 18 03:18:56.668 INFO blam! 44e0bd19a6d0337ee7587d01d4073856d0d453573eb762cf928ec87e97f6de55 Sep 18 03:18:56.670 INFO running `"docker" "start" "-a" "44e0bd19a6d0337ee7587d01d4073856d0d453573eb762cf928ec87e97f6de55"` Sep 18 03:18:57.626 INFO kablam! usermod: no changes Sep 18 03:18:57.654 INFO kablam! Checking bincode_ext v0.0.7 (/source) Sep 18 03:18:58.089 INFO kablam! error[E0433]: failed to resolve. Could not find `SizeLimit` in `bincode` Sep 18 03:18:58.089 INFO kablam! --> src/test.rs:16:52 Sep 18 03:18:58.089 INFO kablam! | Sep 18 03:18:58.089 INFO kablam! 16 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 18 03:18:58.089 INFO kablam! | ^^^^^^^^^ Could not find `SizeLimit` in `bincode` Sep 18 03:18:58.089 INFO kablam! Sep 18 03:18:58.093 INFO kablam! error[E0433]: failed to resolve. Could not find `SizeLimit` in `bincode` Sep 18 03:18:58.093 INFO kablam! --> src/test.rs:33:52 Sep 18 03:18:58.093 INFO kablam! | Sep 18 03:18:58.093 INFO kablam! 33 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 18 03:18:58.094 INFO kablam! | ^^^^^^^^^ Could not find `SizeLimit` in `bincode` Sep 18 03:18:58.094 INFO kablam! Sep 18 03:18:58.096 INFO kablam! error[E0425]: cannot find function `encode` in module `bincode` Sep 18 03:18:58.096 INFO kablam! --> src/test.rs:16:32 Sep 18 03:18:58.096 INFO kablam! | Sep 18 03:18:58.096 INFO kablam! 16 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 18 03:18:58.096 INFO kablam! | ^^^^^^ not found in `bincode` Sep 18 03:18:58.096 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 18 03:18:58.096 INFO kablam! | Sep 18 03:18:58.096 INFO kablam! 3 | use rustc_serialize::json::encode; Sep 18 03:18:58.096 INFO kablam! | Sep 18 03:18:58.096 INFO kablam! Sep 18 03:18:58.096 INFO kablam! error[E0425]: cannot find function `decode` in module `bincode` Sep 18 03:18:58.097 INFO kablam! --> src/test.rs:18:26 Sep 18 03:18:58.097 INFO kablam! | Sep 18 03:18:58.097 INFO kablam! 18 | let d : X = bincode::decode(&e).unwrap(); Sep 18 03:18:58.097 INFO kablam! | ^^^^^^ not found in `bincode` Sep 18 03:18:58.097 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 18 03:18:58.097 INFO kablam! | Sep 18 03:18:58.097 INFO kablam! 3 | use rustc_serialize::json::decode; Sep 18 03:18:58.097 INFO kablam! | Sep 18 03:18:58.097 INFO kablam! Sep 18 03:18:58.097 INFO kablam! error[E0425]: cannot find function `encode` in module `bincode` Sep 18 03:18:58.097 INFO kablam! --> src/test.rs:33:32 Sep 18 03:18:58.097 INFO kablam! | Sep 18 03:18:58.097 INFO kablam! 33 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 18 03:18:58.097 INFO kablam! | ^^^^^^ not found in `bincode` Sep 18 03:18:58.097 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 18 03:18:58.097 INFO kablam! | Sep 18 03:18:58.097 INFO kablam! 3 | use rustc_serialize::json::encode; Sep 18 03:18:58.097 INFO kablam! | Sep 18 03:18:58.097 INFO kablam! Sep 18 03:18:58.097 INFO kablam! error[E0425]: cannot find function `decode` in module `bincode` Sep 18 03:18:58.097 INFO kablam! --> src/test.rs:35:26 Sep 18 03:18:58.097 INFO kablam! | Sep 18 03:18:58.097 INFO kablam! 35 | let d : Y = bincode::decode(&e).unwrap(); Sep 18 03:18:58.097 INFO kablam! | ^^^^^^ not found in `bincode` Sep 18 03:18:58.097 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 18 03:18:58.097 INFO kablam! | Sep 18 03:18:58.097 INFO kablam! 3 | use rustc_serialize::json::decode; Sep 18 03:18:58.097 INFO kablam! | Sep 18 03:18:58.097 INFO kablam! Sep 18 03:18:58.102 INFO kablam! warning: unused import: `rustc_serialize::Encodable` Sep 18 03:18:58.102 INFO kablam! --> src/test.rs:3:5 Sep 18 03:18:58.102 INFO kablam! | Sep 18 03:18:58.102 INFO kablam! 3 | use rustc_serialize::Encodable; Sep 18 03:18:58.102 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:18:58.102 INFO kablam! | Sep 18 03:18:58.102 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 18 03:18:58.102 INFO kablam! Sep 18 03:18:58.367 INFO kablam! error: aborting due to 6 previous errors Sep 18 03:18:58.367 INFO kablam! Sep 18 03:18:58.367 INFO kablam! Some errors occurred: E0425, E0433. Sep 18 03:18:58.367 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 18 03:18:58.374 INFO kablam! error: Could not compile `bincode_ext`. Sep 18 03:18:58.374 INFO kablam! Sep 18 03:18:58.374 INFO kablam! To learn more, run the command again with --verbose. Sep 18 03:18:58.375 INFO kablam! su: No module specific data is present Sep 18 03:18:58.815 INFO running `"docker" "rm" "-f" "44e0bd19a6d0337ee7587d01d4073856d0d453573eb762cf928ec87e97f6de55"` Sep 18 03:18:58.883 INFO blam! 44e0bd19a6d0337ee7587d01d4073856d0d453573eb762cf928ec87e97f6de55