Sep 02 02:21:49.718 INFO checking bincode_ext-0.0.7 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 02 02:21:49.718 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 02 02:21:49.718 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-2/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 02:21:49.864 INFO blam! 927d68f1f486a4a225a3ab0405619026ce8cb707b533e8022438b743ea59998a Sep 02 02:21:49.866 INFO running `"docker" "start" "-a" "927d68f1f486a4a225a3ab0405619026ce8cb707b533e8022438b743ea59998a"` Sep 02 02:21:50.774 INFO kablam! Checking bincode_ext v0.0.7 (file:///source) Sep 02 02:21:51.694 INFO kablam! error[E0433]: failed to resolve. Could not find `SizeLimit` in `bincode` Sep 02 02:21:51.694 INFO kablam! --> src/test.rs:16:52 Sep 02 02:21:51.694 INFO kablam! | Sep 02 02:21:51.694 INFO kablam! 16 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 02 02:21:51.694 INFO kablam! | ^^^^^^^^^ Could not find `SizeLimit` in `bincode` Sep 02 02:21:51.694 INFO kablam! Sep 02 02:21:51.700 INFO kablam! error[E0433]: failed to resolve. Could not find `SizeLimit` in `bincode` Sep 02 02:21:51.700 INFO kablam! --> src/test.rs:33:52 Sep 02 02:21:51.700 INFO kablam! | Sep 02 02:21:51.700 INFO kablam! 33 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 02 02:21:51.700 INFO kablam! | ^^^^^^^^^ Could not find `SizeLimit` in `bincode` Sep 02 02:21:51.700 INFO kablam! Sep 02 02:21:51.703 INFO kablam! error[E0425]: cannot find function `encode` in module `bincode` Sep 02 02:21:51.703 INFO kablam! --> src/test.rs:16:32 Sep 02 02:21:51.703 INFO kablam! | Sep 02 02:21:51.703 INFO kablam! 16 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 02 02:21:51.703 INFO kablam! | ^^^^^^ not found in `bincode` Sep 02 02:21:51.703 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 02 02:21:51.703 INFO kablam! | Sep 02 02:21:51.703 INFO kablam! 3 | use rustc_serialize::json::encode; Sep 02 02:21:51.703 INFO kablam! | Sep 02 02:21:51.703 INFO kablam! Sep 02 02:21:51.704 INFO kablam! error[E0425]: cannot find function `decode` in module `bincode` Sep 02 02:21:51.704 INFO kablam! --> src/test.rs:18:26 Sep 02 02:21:51.704 INFO kablam! | Sep 02 02:21:51.704 INFO kablam! 18 | let d : X = bincode::decode(&e).unwrap(); Sep 02 02:21:51.704 INFO kablam! | ^^^^^^ not found in `bincode` Sep 02 02:21:51.704 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 02 02:21:51.704 INFO kablam! | Sep 02 02:21:51.704 INFO kablam! 3 | use rustc_serialize::json::decode; Sep 02 02:21:51.705 INFO kablam! | Sep 02 02:21:51.705 INFO kablam! Sep 02 02:21:51.705 INFO kablam! error[E0425]: cannot find function `encode` in module `bincode` Sep 02 02:21:51.705 INFO kablam! --> src/test.rs:33:32 Sep 02 02:21:51.705 INFO kablam! | Sep 02 02:21:51.705 INFO kablam! 33 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 02 02:21:51.705 INFO kablam! | ^^^^^^ not found in `bincode` Sep 02 02:21:51.705 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 02 02:21:51.705 INFO kablam! | Sep 02 02:21:51.705 INFO kablam! 3 | use rustc_serialize::json::encode; Sep 02 02:21:51.705 INFO kablam! | Sep 02 02:21:51.705 INFO kablam! Sep 02 02:21:51.705 INFO kablam! error[E0425]: cannot find function `decode` in module `bincode` Sep 02 02:21:51.705 INFO kablam! --> src/test.rs:35:26 Sep 02 02:21:51.705 INFO kablam! | Sep 02 02:21:51.705 INFO kablam! 35 | let d : Y = bincode::decode(&e).unwrap(); Sep 02 02:21:51.705 INFO kablam! | ^^^^^^ not found in `bincode` Sep 02 02:21:51.705 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 02 02:21:51.705 INFO kablam! | Sep 02 02:21:51.705 INFO kablam! 3 | use rustc_serialize::json::decode; Sep 02 02:21:51.705 INFO kablam! | Sep 02 02:21:51.705 INFO kablam! Sep 02 02:21:51.716 INFO kablam! warning: unused import: `rustc_serialize::Encodable` Sep 02 02:21:51.716 INFO kablam! --> src/test.rs:3:5 Sep 02 02:21:51.716 INFO kablam! | Sep 02 02:21:51.716 INFO kablam! 3 | use rustc_serialize::Encodable; Sep 02 02:21:51.716 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 02:21:51.716 INFO kablam! | Sep 02 02:21:51.717 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 02:21:51.717 INFO kablam! Sep 02 02:21:52.437 INFO kablam! error: aborting due to 6 previous errors Sep 02 02:21:52.437 INFO kablam! Sep 02 02:21:52.437 INFO kablam! Some errors occurred: E0425, E0433. Sep 02 02:21:52.438 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 02 02:21:52.445 INFO kablam! error: Could not compile `bincode_ext`. Sep 02 02:21:52.445 INFO kablam! Sep 02 02:21:52.445 INFO kablam! To learn more, run the command again with --verbose. Sep 02 02:21:52.446 INFO kablam! su: No module specific data is present Sep 02 02:21:53.138 INFO running `"docker" "rm" "-f" "927d68f1f486a4a225a3ab0405619026ce8cb707b533e8022438b743ea59998a"` Sep 02 02:21:53.223 INFO blam! 927d68f1f486a4a225a3ab0405619026ce8cb707b533e8022438b743ea59998a