Sep 20 06:09:44.915 INFO checking bincode_ext-0.0.7 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 20 06:09:44.915 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 20 06:09:44.915 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-7/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 06:09:45.059 INFO blam! 1a75bb040ebeff81adfd3c70212cb5c63622b7035e289f98bc4ce0a27137b9ee Sep 20 06:09:45.061 INFO running `"docker" "start" "-a" "1a75bb040ebeff81adfd3c70212cb5c63622b7035e289f98bc4ce0a27137b9ee"` Sep 20 06:09:45.830 INFO kablam! usermod: no changes Sep 20 06:09:45.874 INFO kablam! Checking bincode_ext v0.0.7 (/source) Sep 20 06:09:46.327 INFO kablam! error[E0433]: failed to resolve. Could not find `SizeLimit` in `bincode` Sep 20 06:09:46.327 INFO kablam! --> src/test.rs:16:52 Sep 20 06:09:46.327 INFO kablam! | Sep 20 06:09:46.327 INFO kablam! 16 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 20 06:09:46.327 INFO kablam! | ^^^^^^^^^ Could not find `SizeLimit` in `bincode` Sep 20 06:09:46.327 INFO kablam! Sep 20 06:09:46.332 INFO kablam! error[E0433]: failed to resolve. Could not find `SizeLimit` in `bincode` Sep 20 06:09:46.332 INFO kablam! --> src/test.rs:33:52 Sep 20 06:09:46.332 INFO kablam! | Sep 20 06:09:46.332 INFO kablam! 33 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 20 06:09:46.332 INFO kablam! | ^^^^^^^^^ Could not find `SizeLimit` in `bincode` Sep 20 06:09:46.332 INFO kablam! Sep 20 06:09:46.335 INFO kablam! error[E0425]: cannot find function `encode` in module `bincode` Sep 20 06:09:46.335 INFO kablam! --> src/test.rs:16:32 Sep 20 06:09:46.335 INFO kablam! | Sep 20 06:09:46.335 INFO kablam! 16 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 20 06:09:46.336 INFO kablam! | ^^^^^^ not found in `bincode` Sep 20 06:09:46.336 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 20 06:09:46.336 INFO kablam! | Sep 20 06:09:46.336 INFO kablam! 3 | use rustc_serialize::json::encode; Sep 20 06:09:46.336 INFO kablam! | Sep 20 06:09:46.336 INFO kablam! Sep 20 06:09:46.337 INFO kablam! error[E0425]: cannot find function `decode` in module `bincode` Sep 20 06:09:46.337 INFO kablam! --> src/test.rs:18:26 Sep 20 06:09:46.337 INFO kablam! | Sep 20 06:09:46.337 INFO kablam! 18 | let d : X = bincode::decode(&e).unwrap(); Sep 20 06:09:46.338 INFO kablam! | ^^^^^^ not found in `bincode` Sep 20 06:09:46.338 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 20 06:09:46.338 INFO kablam! | Sep 20 06:09:46.339 INFO kablam! 3 | use rustc_serialize::json::decode; Sep 20 06:09:46.339 INFO kablam! | Sep 20 06:09:46.339 INFO kablam! Sep 20 06:09:46.340 INFO kablam! error[E0425]: cannot find function `encode` in module `bincode` Sep 20 06:09:46.340 INFO kablam! --> src/test.rs:33:32 Sep 20 06:09:46.340 INFO kablam! | Sep 20 06:09:46.340 INFO kablam! 33 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 20 06:09:46.341 INFO kablam! | ^^^^^^ not found in `bincode` Sep 20 06:09:46.341 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 20 06:09:46.341 INFO kablam! | Sep 20 06:09:46.342 INFO kablam! 3 | use rustc_serialize::json::encode; Sep 20 06:09:46.342 INFO kablam! | Sep 20 06:09:46.342 INFO kablam! Sep 20 06:09:46.343 INFO kablam! error[E0425]: cannot find function `decode` in module `bincode` Sep 20 06:09:46.343 INFO kablam! --> src/test.rs:35:26 Sep 20 06:09:46.343 INFO kablam! | Sep 20 06:09:46.343 INFO kablam! 35 | let d : Y = bincode::decode(&e).unwrap(); Sep 20 06:09:46.344 INFO kablam! | ^^^^^^ not found in `bincode` Sep 20 06:09:46.344 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 20 06:09:46.344 INFO kablam! | Sep 20 06:09:46.345 INFO kablam! 3 | use rustc_serialize::json::decode; Sep 20 06:09:46.345 INFO kablam! | Sep 20 06:09:46.345 INFO kablam! Sep 20 06:09:46.353 INFO kablam! warning: unused import: `rustc_serialize::Encodable` Sep 20 06:09:46.353 INFO kablam! --> src/test.rs:3:5 Sep 20 06:09:46.353 INFO kablam! | Sep 20 06:09:46.354 INFO kablam! 3 | use rustc_serialize::Encodable; Sep 20 06:09:46.354 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:09:46.356 INFO kablam! | Sep 20 06:09:46.356 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 06:09:46.356 INFO kablam! Sep 20 06:09:46.830 INFO kablam! error: aborting due to 6 previous errors Sep 20 06:09:46.830 INFO kablam! Sep 20 06:09:46.830 INFO kablam! Some errors occurred: E0425, E0433. Sep 20 06:09:46.830 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 20 06:09:46.832 INFO kablam! error: Could not compile `bincode_ext`. Sep 20 06:09:46.832 INFO kablam! Sep 20 06:09:46.832 INFO kablam! To learn more, run the command again with --verbose. Sep 20 06:09:46.834 INFO kablam! su: No module specific data is present Sep 20 06:09:47.693 INFO running `"docker" "rm" "-f" "1a75bb040ebeff81adfd3c70212cb5c63622b7035e289f98bc4ce0a27137b9ee"` Sep 20 06:09:47.806 INFO blam! 1a75bb040ebeff81adfd3c70212cb5c63622b7035e289f98bc4ce0a27137b9ee