Sep 21 12:59:58.195 INFO checking bincode_ext-0.0.7 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 12:59:58.195 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 12:59:58.195 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-6/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 12:59:58.478 INFO blam! b2a1ae93346e8d482817d640f1ead57c3a6ea5d36f06f5046438aee9060507f9 Sep 21 12:59:58.480 INFO running `"docker" "start" "-a" "b2a1ae93346e8d482817d640f1ead57c3a6ea5d36f06f5046438aee9060507f9"` Sep 21 12:59:59.140 INFO kablam! usermod: no changes Sep 21 12:59:59.182 INFO kablam! Checking bincode_ext v0.0.7 (/source) Sep 21 12:59:59.654 INFO kablam! error[E0433]: failed to resolve. Could not find `SizeLimit` in `bincode` Sep 21 12:59:59.654 INFO kablam! --> src/test.rs:16:52 Sep 21 12:59:59.654 INFO kablam! | Sep 21 12:59:59.654 INFO kablam! 16 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 21 12:59:59.654 INFO kablam! | ^^^^^^^^^ Could not find `SizeLimit` in `bincode` Sep 21 12:59:59.654 INFO kablam! Sep 21 12:59:59.658 INFO kablam! error[E0433]: failed to resolve. Could not find `SizeLimit` in `bincode` Sep 21 12:59:59.658 INFO kablam! --> src/test.rs:33:52 Sep 21 12:59:59.658 INFO kablam! | Sep 21 12:59:59.658 INFO kablam! 33 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 21 12:59:59.658 INFO kablam! | ^^^^^^^^^ Could not find `SizeLimit` in `bincode` Sep 21 12:59:59.658 INFO kablam! Sep 21 12:59:59.662 INFO kablam! error[E0425]: cannot find function `encode` in module `bincode` Sep 21 12:59:59.662 INFO kablam! --> src/test.rs:16:32 Sep 21 12:59:59.662 INFO kablam! | Sep 21 12:59:59.662 INFO kablam! 16 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 21 12:59:59.662 INFO kablam! | ^^^^^^ not found in `bincode` Sep 21 12:59:59.662 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 21 12:59:59.662 INFO kablam! | Sep 21 12:59:59.662 INFO kablam! 3 | use rustc_serialize::json::encode; Sep 21 12:59:59.662 INFO kablam! | Sep 21 12:59:59.662 INFO kablam! Sep 21 12:59:59.662 INFO kablam! error[E0425]: cannot find function `decode` in module `bincode` Sep 21 12:59:59.662 INFO kablam! --> src/test.rs:18:26 Sep 21 12:59:59.662 INFO kablam! | Sep 21 12:59:59.662 INFO kablam! 18 | let d : X = bincode::decode(&e).unwrap(); Sep 21 12:59:59.662 INFO kablam! | ^^^^^^ not found in `bincode` Sep 21 12:59:59.662 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 21 12:59:59.662 INFO kablam! | Sep 21 12:59:59.662 INFO kablam! 3 | use rustc_serialize::json::decode; Sep 21 12:59:59.662 INFO kablam! | Sep 21 12:59:59.662 INFO kablam! Sep 21 12:59:59.662 INFO kablam! error[E0425]: cannot find function `encode` in module `bincode` Sep 21 12:59:59.662 INFO kablam! --> src/test.rs:33:32 Sep 21 12:59:59.662 INFO kablam! | Sep 21 12:59:59.662 INFO kablam! 33 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 21 12:59:59.662 INFO kablam! | ^^^^^^ not found in `bincode` Sep 21 12:59:59.662 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 21 12:59:59.662 INFO kablam! | Sep 21 12:59:59.662 INFO kablam! 3 | use rustc_serialize::json::encode; Sep 21 12:59:59.662 INFO kablam! | Sep 21 12:59:59.662 INFO kablam! Sep 21 12:59:59.662 INFO kablam! error[E0425]: cannot find function `decode` in module `bincode` Sep 21 12:59:59.662 INFO kablam! --> src/test.rs:35:26 Sep 21 12:59:59.662 INFO kablam! | Sep 21 12:59:59.662 INFO kablam! 35 | let d : Y = bincode::decode(&e).unwrap(); Sep 21 12:59:59.663 INFO kablam! | ^^^^^^ not found in `bincode` Sep 21 12:59:59.663 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 21 12:59:59.663 INFO kablam! | Sep 21 12:59:59.663 INFO kablam! 3 | use rustc_serialize::json::decode; Sep 21 12:59:59.663 INFO kablam! | Sep 21 12:59:59.663 INFO kablam! Sep 21 12:59:59.670 INFO kablam! warning: unused import: `rustc_serialize::Encodable` Sep 21 12:59:59.670 INFO kablam! --> src/test.rs:3:5 Sep 21 12:59:59.670 INFO kablam! | Sep 21 12:59:59.670 INFO kablam! 3 | use rustc_serialize::Encodable; Sep 21 12:59:59.670 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 12:59:59.670 INFO kablam! | Sep 21 12:59:59.670 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 12:59:59.670 INFO kablam! Sep 21 13:00:00.110 INFO kablam! error: aborting due to 6 previous errors Sep 21 13:00:00.110 INFO kablam! Sep 21 13:00:00.110 INFO kablam! Some errors occurred: E0425, E0433. Sep 21 13:00:00.110 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 21 13:00:00.118 INFO kablam! error: Could not compile `bincode_ext`. Sep 21 13:00:00.118 INFO kablam! Sep 21 13:00:00.118 INFO kablam! To learn more, run the command again with --verbose. Sep 21 13:00:00.119 INFO kablam! su: No module specific data is present Sep 21 13:00:01.006 INFO running `"docker" "rm" "-f" "b2a1ae93346e8d482817d640f1ead57c3a6ea5d36f06f5046438aee9060507f9"` Sep 21 13:00:01.172 INFO blam! b2a1ae93346e8d482817d640f1ead57c3a6ea5d36f06f5046438aee9060507f9