Sep 21 12:59:58.682 INFO checking bincode_ext-0.0.7 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 12:59:58.682 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 12:59:58.682 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-0/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-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.828 INFO blam! d616ef3207eb8e3ecc1a45559a40ee41181912c320e69ae91639840e1f3c477c Sep 21 12:59:58.830 INFO running `"docker" "start" "-a" "d616ef3207eb8e3ecc1a45559a40ee41181912c320e69ae91639840e1f3c477c"` Sep 21 12:59:59.327 INFO kablam! usermod: no changes Sep 21 12:59:59.367 INFO kablam! Checking bincode_ext v0.0.7 (/source) Sep 21 12:59:59.950 INFO kablam! error[E0433]: failed to resolve. Could not find `SizeLimit` in `bincode` Sep 21 12:59:59.950 INFO kablam! --> src/test.rs:16:52 Sep 21 12:59:59.950 INFO kablam! | Sep 21 12:59:59.950 INFO kablam! 16 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 21 12:59:59.950 INFO kablam! | ^^^^^^^^^ Could not find `SizeLimit` in `bincode` Sep 21 12:59:59.950 INFO kablam! Sep 21 12:59:59.970 INFO kablam! error[E0433]: failed to resolve. Could not find `SizeLimit` in `bincode` Sep 21 12:59:59.970 INFO kablam! --> src/test.rs:33:52 Sep 21 12:59:59.970 INFO kablam! | Sep 21 12:59:59.970 INFO kablam! 33 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 21 12:59:59.970 INFO kablam! | ^^^^^^^^^ Could not find `SizeLimit` in `bincode` Sep 21 12:59:59.970 INFO kablam! Sep 21 12:59:59.970 INFO kablam! error[E0425]: cannot find function `encode` in module `bincode` Sep 21 12:59:59.970 INFO kablam! --> src/test.rs:16:32 Sep 21 12:59:59.970 INFO kablam! | Sep 21 12:59:59.970 INFO kablam! 16 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 21 12:59:59.970 INFO kablam! | ^^^^^^ not found in `bincode` Sep 21 12:59:59.970 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 21 12:59:59.970 INFO kablam! | Sep 21 12:59:59.970 INFO kablam! 3 | use rustc_serialize::json::encode; Sep 21 12:59:59.970 INFO kablam! | Sep 21 12:59:59.970 INFO kablam! Sep 21 12:59:59.970 INFO kablam! error[E0425]: cannot find function `decode` in module `bincode` Sep 21 12:59:59.970 INFO kablam! --> src/test.rs:18:26 Sep 21 12:59:59.970 INFO kablam! | Sep 21 12:59:59.970 INFO kablam! 18 | let d : X = bincode::decode(&e).unwrap(); Sep 21 12:59:59.970 INFO kablam! | ^^^^^^ not found in `bincode` Sep 21 12:59:59.970 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 21 12:59:59.970 INFO kablam! | Sep 21 12:59:59.970 INFO kablam! 3 | use rustc_serialize::json::decode; Sep 21 12:59:59.970 INFO kablam! | Sep 21 12:59:59.970 INFO kablam! Sep 21 12:59:59.970 INFO kablam! error[E0425]: cannot find function `encode` in module `bincode` Sep 21 12:59:59.970 INFO kablam! --> src/test.rs:33:32 Sep 21 12:59:59.970 INFO kablam! | Sep 21 12:59:59.970 INFO kablam! 33 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 21 12:59:59.970 INFO kablam! | ^^^^^^ not found in `bincode` Sep 21 12:59:59.971 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 21 12:59:59.971 INFO kablam! | Sep 21 12:59:59.971 INFO kablam! 3 | use rustc_serialize::json::encode; Sep 21 12:59:59.971 INFO kablam! | Sep 21 12:59:59.971 INFO kablam! Sep 21 12:59:59.971 INFO kablam! error[E0425]: cannot find function `decode` in module `bincode` Sep 21 12:59:59.971 INFO kablam! --> src/test.rs:35:26 Sep 21 12:59:59.971 INFO kablam! | Sep 21 12:59:59.971 INFO kablam! 35 | let d : Y = bincode::decode(&e).unwrap(); Sep 21 12:59:59.971 INFO kablam! | ^^^^^^ not found in `bincode` Sep 21 12:59:59.971 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 21 12:59:59.971 INFO kablam! | Sep 21 12:59:59.971 INFO kablam! 3 | use rustc_serialize::json::decode; Sep 21 12:59:59.971 INFO kablam! | Sep 21 12:59:59.971 INFO kablam! Sep 21 12:59:59.989 INFO kablam! warning: unused import: `rustc_serialize::Encodable` Sep 21 12:59:59.989 INFO kablam! --> src/test.rs:3:5 Sep 21 12:59:59.989 INFO kablam! | Sep 21 12:59:59.989 INFO kablam! 3 | use rustc_serialize::Encodable; Sep 21 12:59:59.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 12:59:59.989 INFO kablam! | Sep 21 12:59:59.989 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 12:59:59.989 INFO kablam! Sep 21 13:00:00.370 INFO kablam! error: aborting due to 6 previous errors Sep 21 13:00:00.370 INFO kablam! Sep 21 13:00:00.370 INFO kablam! Some errors occurred: E0425, E0433. Sep 21 13:00:00.370 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 21 13:00:00.380 INFO kablam! error: Could not compile `bincode_ext`. Sep 21 13:00:00.380 INFO kablam! Sep 21 13:00:00.380 INFO kablam! To learn more, run the command again with --verbose. Sep 21 13:00:00.392 INFO kablam! su: No module specific data is present Sep 21 13:00:01.236 INFO running `"docker" "rm" "-f" "d616ef3207eb8e3ecc1a45559a40ee41181912c320e69ae91639840e1f3c477c"` Sep 21 13:00:01.397 INFO blam! d616ef3207eb8e3ecc1a45559a40ee41181912c320e69ae91639840e1f3c477c