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