Jul 12 12:29:17.331 INFO checking cbor-codec-0.7.1 against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234 Jul 12 12:29:17.331 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 12:29:17.331 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 12:29:17.331 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-52234/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-2/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/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=500" "-e" "CMD=cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 12 12:29:17.618 INFO blam! 50c10d78d324ea2f4e8f72342e869be196ac1acd870774c341255c961a993e69 Jul 12 12:29:17.620 INFO running `"docker" "start" "-a" "50c10d78d324ea2f4e8f72342e869be196ac1acd870774c341255c961a993e69"` Jul 12 12:29:18.602 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Jul 12 12:29:18.602 INFO kablam! disables Cargo from automatically inferring other test targets. Jul 12 12:29:18.602 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Jul 12 12:29:18.603 INFO kablam! files will be included as a test target: Jul 12 12:29:18.603 INFO kablam! Jul 12 12:29:18.603 INFO kablam! * /source/tests/unit.rs Jul 12 12:29:18.603 INFO kablam! * /source/tests/util.rs Jul 12 12:29:18.603 INFO kablam! Jul 12 12:29:18.603 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Jul 12 12:29:18.603 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Jul 12 12:29:18.603 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Jul 12 12:29:18.603 INFO kablam! section. You may also move the files to a location where Cargo would not Jul 12 12:29:18.603 INFO kablam! automatically infer them to be a target, such as in subfolders. Jul 12 12:29:18.603 INFO kablam! Jul 12 12:29:18.603 INFO kablam! For more information on this warning you can consult Jul 12 12:29:18.603 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Jul 12 12:29:18.764 INFO kablam! Checking json-codec v0.5.0 Jul 12 12:29:18.766 INFO kablam! Checking cbor-codec v0.7.1 (file:///source) Jul 12 12:29:18.773 INFO kablam! Compiling quickcheck_macros v0.6.2 Jul 12 12:29:34.069 INFO kablam! error[E0432]: unresolved import `cbor::random` Jul 12 12:29:34.069 INFO kablam! --> benches/lib.rs:13:11 Jul 12 12:29:34.069 INFO kablam! | Jul 12 12:29:34.069 INFO kablam! 13 | use cbor::random::gen_value; Jul 12 12:29:34.069 INFO kablam! | ^^^^^^ Could not find `random` in `cbor` Jul 12 12:29:34.069 INFO kablam! Jul 12 12:29:34.155 INFO kablam! warning: use of deprecated item 'rand::ChaChaRng::new_unseeded': use the FromEntropy or SeedableRng trait Jul 12 12:29:34.155 INFO kablam! --> benches/lib.rs:21:29 Jul 12 12:29:34.155 INFO kablam! | Jul 12 12:29:34.155 INFO kablam! 21 | let mut g = StdGen::new(ChaChaRng::new_unseeded(), 255); Jul 12 12:29:34.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 12:29:34.155 INFO kablam! | Jul 12 12:29:34.155 INFO kablam! = note: #[warn(deprecated)] on by default Jul 12 12:29:34.155 INFO kablam! Jul 12 12:29:34.157 INFO kablam! error[E0277]: the trait bound `rand::ChaChaRng: quickcheck::Rng` is not satisfied Jul 12 12:29:34.157 INFO kablam! --> benches/lib.rs:21:17 Jul 12 12:29:34.157 INFO kablam! | Jul 12 12:29:34.157 INFO kablam! 21 | let mut g = StdGen::new(ChaChaRng::new_unseeded(), 255); Jul 12 12:29:34.157 INFO kablam! | ^^^^^^^^^^^ the trait `quickcheck::Rng` is not implemented for `rand::ChaChaRng` Jul 12 12:29:34.157 INFO kablam! | Jul 12 12:29:34.157 INFO kablam! = note: required by `>::new` Jul 12 12:29:34.157 INFO kablam! Jul 12 12:29:34.251 INFO kablam! error: aborting due to 2 previous errors Jul 12 12:29:34.251 INFO kablam! Jul 12 12:29:34.251 INFO kablam! Some errors occurred: E0277, E0432. Jul 12 12:29:34.251 INFO kablam! For more information about an error, try `rustc --explain E0277`. Jul 12 12:29:34.263 INFO kablam! error: Could not compile `cbor-codec`. Jul 12 12:29:34.263 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 12 12:29:36.735 INFO kablam! warning: function is never used: `as_u64` Jul 12 12:29:36.735 INFO kablam! --> tests/util.rs:23:1 Jul 12 12:29:36.735 INFO kablam! | Jul 12 12:29:36.735 INFO kablam! 23 | pub fn as_u64(x: &Value) -> Option { Jul 12 12:29:36.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 12:29:36.735 INFO kablam! | Jul 12 12:29:36.735 INFO kablam! = note: #[warn(dead_code)] on by default Jul 12 12:29:36.735 INFO kablam! Jul 12 12:29:36.736 INFO kablam! warning: function is never used: `as_i64` Jul 12 12:29:36.736 INFO kablam! --> tests/util.rs:37:1 Jul 12 12:29:36.736 INFO kablam! | Jul 12 12:29:36.736 INFO kablam! 37 | pub fn as_i64(x: &Value) -> Option { Jul 12 12:29:36.736 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 12:29:36.736 INFO kablam! Jul 12 12:29:39.078 INFO kablam! error: build failed Jul 12 12:29:39.080 INFO kablam! su: No module specific data is present Jul 12 12:29:39.705 INFO running `"docker" "rm" "-f" "50c10d78d324ea2f4e8f72342e869be196ac1acd870774c341255c961a993e69"` Jul 12 12:29:39.876 INFO blam! 50c10d78d324ea2f4e8f72342e869be196ac1acd870774c341255c961a993e69