Sep 06 09:34:03.229 INFO checking bincode_ext-0.0.7 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 09:34:03.229 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 09:34:03.229 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-1/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 09:34:03.378 INFO blam! e85dff4bc2002b6e5bcea844ae19273b98b40d955db400ce1a28575454a3281d Sep 06 09:34:03.379 INFO running `"docker" "start" "-a" "e85dff4bc2002b6e5bcea844ae19273b98b40d955db400ce1a28575454a3281d"` Sep 06 09:34:03.894 INFO kablam! usermod: no changes Sep 06 09:34:04.026 INFO kablam! Checking bincode_ext v0.0.7 (file:///source) Sep 06 09:34:04.602 INFO kablam! error[E0433]: failed to resolve. Could not find `SizeLimit` in `bincode` Sep 06 09:34:04.602 INFO kablam! --> src/test.rs:16:52 Sep 06 09:34:04.602 INFO kablam! | Sep 06 09:34:04.602 INFO kablam! 16 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 06 09:34:04.602 INFO kablam! | ^^^^^^^^^ Could not find `SizeLimit` in `bincode` Sep 06 09:34:04.602 INFO kablam! Sep 06 09:34:04.606 INFO kablam! error[E0433]: failed to resolve. Could not find `SizeLimit` in `bincode` Sep 06 09:34:04.606 INFO kablam! --> src/test.rs:33:52 Sep 06 09:34:04.606 INFO kablam! | Sep 06 09:34:04.606 INFO kablam! 33 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 06 09:34:04.606 INFO kablam! | ^^^^^^^^^ Could not find `SizeLimit` in `bincode` Sep 06 09:34:04.606 INFO kablam! Sep 06 09:34:04.608 INFO kablam! error[E0425]: cannot find function `encode` in module `bincode` Sep 06 09:34:04.608 INFO kablam! --> src/test.rs:16:32 Sep 06 09:34:04.608 INFO kablam! | Sep 06 09:34:04.608 INFO kablam! 16 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 06 09:34:04.608 INFO kablam! | ^^^^^^ not found in `bincode` Sep 06 09:34:04.608 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 06 09:34:04.608 INFO kablam! | Sep 06 09:34:04.608 INFO kablam! 3 | use rustc_serialize::json::encode; Sep 06 09:34:04.608 INFO kablam! | Sep 06 09:34:04.608 INFO kablam! Sep 06 09:34:04.608 INFO kablam! error[E0425]: cannot find function `decode` in module `bincode` Sep 06 09:34:04.608 INFO kablam! --> src/test.rs:18:26 Sep 06 09:34:04.608 INFO kablam! | Sep 06 09:34:04.608 INFO kablam! 18 | let d : X = bincode::decode(&e).unwrap(); Sep 06 09:34:04.608 INFO kablam! | ^^^^^^ not found in `bincode` Sep 06 09:34:04.608 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 06 09:34:04.608 INFO kablam! | Sep 06 09:34:04.609 INFO kablam! 3 | use rustc_serialize::json::decode; Sep 06 09:34:04.609 INFO kablam! | Sep 06 09:34:04.609 INFO kablam! Sep 06 09:34:04.609 INFO kablam! error[E0425]: cannot find function `encode` in module `bincode` Sep 06 09:34:04.609 INFO kablam! --> src/test.rs:33:32 Sep 06 09:34:04.609 INFO kablam! | Sep 06 09:34:04.609 INFO kablam! 33 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 06 09:34:04.609 INFO kablam! | ^^^^^^ not found in `bincode` Sep 06 09:34:04.609 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 06 09:34:04.609 INFO kablam! | Sep 06 09:34:04.609 INFO kablam! 3 | use rustc_serialize::json::encode; Sep 06 09:34:04.609 INFO kablam! | Sep 06 09:34:04.609 INFO kablam! Sep 06 09:34:04.609 INFO kablam! error[E0425]: cannot find function `decode` in module `bincode` Sep 06 09:34:04.609 INFO kablam! --> src/test.rs:35:26 Sep 06 09:34:04.609 INFO kablam! | Sep 06 09:34:04.609 INFO kablam! 35 | let d : Y = bincode::decode(&e).unwrap(); Sep 06 09:34:04.609 INFO kablam! | ^^^^^^ not found in `bincode` Sep 06 09:34:04.609 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 06 09:34:04.609 INFO kablam! | Sep 06 09:34:04.609 INFO kablam! 3 | use rustc_serialize::json::decode; Sep 06 09:34:04.609 INFO kablam! | Sep 06 09:34:04.609 INFO kablam! Sep 06 09:34:04.616 INFO kablam! warning: unused import: `rustc_serialize::Encodable` Sep 06 09:34:04.616 INFO kablam! --> src/test.rs:3:5 Sep 06 09:34:04.616 INFO kablam! | Sep 06 09:34:04.616 INFO kablam! 3 | use rustc_serialize::Encodable; Sep 06 09:34:04.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 09:34:04.616 INFO kablam! | Sep 06 09:34:04.616 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 09:34:04.616 INFO kablam! Sep 06 09:34:04.953 INFO kablam! error: aborting due to 6 previous errors Sep 06 09:34:04.953 INFO kablam! Sep 06 09:34:04.953 INFO kablam! Some errors occurred: E0425, E0433. Sep 06 09:34:04.953 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 06 09:34:04.962 INFO kablam! error: Could not compile `bincode_ext`. Sep 06 09:34:04.962 INFO kablam! Sep 06 09:34:04.962 INFO kablam! To learn more, run the command again with --verbose. Sep 06 09:34:04.970 INFO kablam! su: No module specific data is present Sep 06 09:34:05.807 INFO running `"docker" "rm" "-f" "e85dff4bc2002b6e5bcea844ae19273b98b40d955db400ce1a28575454a3281d"` Sep 06 09:34:05.945 INFO blam! e85dff4bc2002b6e5bcea844ae19273b98b40d955db400ce1a28575454a3281d