Sep 06 09:34:03.050 INFO checking bincode_ext-0.0.7 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 09:34:03.050 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 09:34:03.050 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-6/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-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.185 INFO blam! c109be59fa7768b641a44c3a12503b8f02836662e4cd2af7249317e0d4c694de Sep 06 09:34:03.187 INFO running `"docker" "start" "-a" "c109be59fa7768b641a44c3a12503b8f02836662e4cd2af7249317e0d4c694de"` Sep 06 09:34:03.614 INFO kablam! usermod: no changes Sep 06 09:34:03.660 INFO kablam! Checking bincode_ext v0.0.7 (file:///source) Sep 06 09:34:04.026 INFO kablam! error[E0433]: failed to resolve. Could not find `SizeLimit` in `bincode` Sep 06 09:34:04.026 INFO kablam! --> src/test.rs:16:52 Sep 06 09:34:04.026 INFO kablam! | Sep 06 09:34:04.026 INFO kablam! 16 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 06 09:34:04.026 INFO kablam! | ^^^^^^^^^ Could not find `SizeLimit` in `bincode` Sep 06 09:34:04.026 INFO kablam! Sep 06 09:34:04.029 INFO kablam! error[E0433]: failed to resolve. Could not find `SizeLimit` in `bincode` Sep 06 09:34:04.029 INFO kablam! --> src/test.rs:33:52 Sep 06 09:34:04.029 INFO kablam! | Sep 06 09:34:04.029 INFO kablam! 33 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 06 09:34:04.029 INFO kablam! | ^^^^^^^^^ Could not find `SizeLimit` in `bincode` Sep 06 09:34:04.029 INFO kablam! Sep 06 09:34:04.031 INFO kablam! error[E0425]: cannot find function `encode` in module `bincode` Sep 06 09:34:04.031 INFO kablam! --> src/test.rs:16:32 Sep 06 09:34:04.031 INFO kablam! | Sep 06 09:34:04.031 INFO kablam! 16 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 06 09:34:04.031 INFO kablam! | ^^^^^^ not found in `bincode` Sep 06 09:34:04.031 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 06 09:34:04.031 INFO kablam! | Sep 06 09:34:04.031 INFO kablam! 3 | use rustc_serialize::json::encode; Sep 06 09:34:04.031 INFO kablam! | Sep 06 09:34:04.031 INFO kablam! Sep 06 09:34:04.031 INFO kablam! error[E0425]: cannot find function `decode` in module `bincode` Sep 06 09:34:04.031 INFO kablam! --> src/test.rs:18:26 Sep 06 09:34:04.031 INFO kablam! | Sep 06 09:34:04.031 INFO kablam! 18 | let d : X = bincode::decode(&e).unwrap(); Sep 06 09:34:04.031 INFO kablam! | ^^^^^^ not found in `bincode` Sep 06 09:34:04.031 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 06 09:34:04.031 INFO kablam! | Sep 06 09:34:04.031 INFO kablam! 3 | use rustc_serialize::json::decode; Sep 06 09:34:04.031 INFO kablam! | Sep 06 09:34:04.031 INFO kablam! Sep 06 09:34:04.034 INFO kablam! error[E0425]: cannot find function `encode` in module `bincode` Sep 06 09:34:04.034 INFO kablam! --> src/test.rs:33:32 Sep 06 09:34:04.034 INFO kablam! | Sep 06 09:34:04.034 INFO kablam! 33 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); Sep 06 09:34:04.034 INFO kablam! | ^^^^^^ not found in `bincode` Sep 06 09:34:04.034 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 06 09:34:04.034 INFO kablam! | Sep 06 09:34:04.034 INFO kablam! 3 | use rustc_serialize::json::encode; Sep 06 09:34:04.034 INFO kablam! | Sep 06 09:34:04.034 INFO kablam! Sep 06 09:34:04.034 INFO kablam! error[E0425]: cannot find function `decode` in module `bincode` Sep 06 09:34:04.034 INFO kablam! --> src/test.rs:35:26 Sep 06 09:34:04.034 INFO kablam! | Sep 06 09:34:04.034 INFO kablam! 35 | let d : Y = bincode::decode(&e).unwrap(); Sep 06 09:34:04.034 INFO kablam! | ^^^^^^ not found in `bincode` Sep 06 09:34:04.034 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 06 09:34:04.034 INFO kablam! | Sep 06 09:34:04.034 INFO kablam! 3 | use rustc_serialize::json::decode; Sep 06 09:34:04.034 INFO kablam! | Sep 06 09:34:04.034 INFO kablam! Sep 06 09:34:04.037 INFO kablam! warning: unused import: `rustc_serialize::Encodable` Sep 06 09:34:04.037 INFO kablam! --> src/test.rs:3:5 Sep 06 09:34:04.037 INFO kablam! | Sep 06 09:34:04.037 INFO kablam! 3 | use rustc_serialize::Encodable; Sep 06 09:34:04.037 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 09:34:04.037 INFO kablam! | Sep 06 09:34:04.037 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 09:34:04.037 INFO kablam! Sep 06 09:34:04.406 INFO kablam! error: aborting due to 6 previous errors Sep 06 09:34:04.406 INFO kablam! Sep 06 09:34:04.406 INFO kablam! Some errors occurred: E0425, E0433. Sep 06 09:34:04.406 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 06 09:34:04.406 INFO kablam! error: Could not compile `bincode_ext`. Sep 06 09:34:04.406 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 09:34:04.491 INFO kablam! error: build failed Sep 06 09:34:04.494 INFO kablam! su: No module specific data is present Sep 06 09:34:05.395 INFO running `"docker" "rm" "-f" "c109be59fa7768b641a44c3a12503b8f02836662e4cd2af7249317e0d4c694de"` Sep 06 09:34:05.501 INFO blam! c109be59fa7768b641a44c3a12503b8f02836662e4cd2af7249317e0d4c694de