Sep 01 09:47:44.057 INFO checking bincode_ext-0.0.7 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Sep 01 09:47:44.057 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Sep 01 09:47:44.057 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-3/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/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 +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 09:47:44.245 INFO blam! 4b122af0ca32587da4b152a943455548972b7b22564e5e69117a69b2043ccb92 Sep 01 09:47:44.248 INFO running `"docker" "start" "-a" "4b122af0ca32587da4b152a943455548972b7b22564e5e69117a69b2043ccb92"` Sep 01 09:47:44.840 INFO kablam! Checking bincode_ext v0.0.7 (file:///source) Sep 01 09:47:45.783 INFO kablam! error[E0433]: failed to resolve. Could not find `SizeLimit` in `bincode` Sep 01 09:47:45.784 INFO kablam! --> src/test.rs:16:52 Sep 01 09:47:45.784 INFO kablam! | Sep 01 09:47:45.784 INFO kablam! 16 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 01 09:47:45.784 INFO kablam! | ^^^^^^^^^ Could not find `SizeLimit` in `bincode` Sep 01 09:47:45.784 INFO kablam! Sep 01 09:47:45.787 INFO kablam! error[E0433]: failed to resolve. Could not find `SizeLimit` in `bincode` Sep 01 09:47:45.787 INFO kablam! --> src/test.rs:33:52 Sep 01 09:47:45.788 INFO kablam! | Sep 01 09:47:45.788 INFO kablam! 33 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 01 09:47:45.788 INFO kablam! | ^^^^^^^^^ Could not find `SizeLimit` in `bincode` Sep 01 09:47:45.788 INFO kablam! Sep 01 09:47:45.790 INFO kablam! error[E0425]: cannot find function `encode` in module `bincode` Sep 01 09:47:45.790 INFO kablam! --> src/test.rs:16:32 Sep 01 09:47:45.790 INFO kablam! | Sep 01 09:47:45.790 INFO kablam! 16 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 01 09:47:45.790 INFO kablam! | ^^^^^^ not found in `bincode` Sep 01 09:47:45.790 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 01 09:47:45.790 INFO kablam! | Sep 01 09:47:45.790 INFO kablam! 3 | use rustc_serialize::json::encode; Sep 01 09:47:45.790 INFO kablam! | Sep 01 09:47:45.790 INFO kablam! Sep 01 09:47:45.791 INFO kablam! error[E0425]: cannot find function `decode` in module `bincode` Sep 01 09:47:45.791 INFO kablam! --> src/test.rs:18:26 Sep 01 09:47:45.791 INFO kablam! | Sep 01 09:47:45.791 INFO kablam! 18 | let d : X = bincode::decode(&e).unwrap(); Sep 01 09:47:45.791 INFO kablam! | ^^^^^^ not found in `bincode` Sep 01 09:47:45.791 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 01 09:47:45.791 INFO kablam! | Sep 01 09:47:45.791 INFO kablam! 3 | use rustc_serialize::json::decode; Sep 01 09:47:45.791 INFO kablam! | Sep 01 09:47:45.791 INFO kablam! Sep 01 09:47:45.791 INFO kablam! error[E0425]: cannot find function `encode` in module `bincode` Sep 01 09:47:45.791 INFO kablam! --> src/test.rs:33:32 Sep 01 09:47:45.791 INFO kablam! | Sep 01 09:47:45.791 INFO kablam! 33 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 01 09:47:45.791 INFO kablam! | ^^^^^^ not found in `bincode` Sep 01 09:47:45.791 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 01 09:47:45.791 INFO kablam! | Sep 01 09:47:45.791 INFO kablam! 3 | use rustc_serialize::json::encode; Sep 01 09:47:45.791 INFO kablam! | Sep 01 09:47:45.791 INFO kablam! Sep 01 09:47:45.792 INFO kablam! error[E0425]: cannot find function `decode` in module `bincode` Sep 01 09:47:45.792 INFO kablam! --> src/test.rs:35:26 Sep 01 09:47:45.792 INFO kablam! | Sep 01 09:47:45.792 INFO kablam! 35 | let d : Y = bincode::decode(&e).unwrap(); Sep 01 09:47:45.792 INFO kablam! | ^^^^^^ not found in `bincode` Sep 01 09:47:45.792 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 01 09:47:45.792 INFO kablam! | Sep 01 09:47:45.792 INFO kablam! 3 | use rustc_serialize::json::decode; Sep 01 09:47:45.792 INFO kablam! | Sep 01 09:47:45.792 INFO kablam! Sep 01 09:47:45.801 INFO kablam! warning: unused import: `rustc_serialize::Encodable` Sep 01 09:47:45.802 INFO kablam! --> src/test.rs:3:5 Sep 01 09:47:45.802 INFO kablam! | Sep 01 09:47:45.802 INFO kablam! 3 | use rustc_serialize::Encodable; Sep 01 09:47:45.802 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:47:45.802 INFO kablam! | Sep 01 09:47:45.802 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 09:47:45.802 INFO kablam! Sep 01 09:47:46.436 INFO kablam! error: aborting due to 6 previous errors Sep 01 09:47:46.436 INFO kablam! Sep 01 09:47:46.436 INFO kablam! Some errors occurred: E0425, E0433. Sep 01 09:47:46.436 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 01 09:47:46.446 INFO kablam! error: Could not compile `bincode_ext`. Sep 01 09:47:46.446 INFO kablam! Sep 01 09:47:46.446 INFO kablam! To learn more, run the command again with --verbose. Sep 01 09:47:46.448 INFO kablam! su: No module specific data is present Sep 01 09:47:46.890 INFO running `"docker" "rm" "-f" "4b122af0ca32587da4b152a943455548972b7b22564e5e69117a69b2043ccb92"` Sep 01 09:47:47.027 INFO blam! 4b122af0ca32587da4b152a943455548972b7b22564e5e69117a69b2043ccb92