Sep 01 07:35:30.402 INFO checking safe_vault-0.18.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 07:35:30.402 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 07:35:30.402 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-0/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 07:35:30.635 INFO blam! 842bd458ba7621bd7c2b8ee7290f8a67ca981bf6db7c882901bc166d984eae93 Sep 01 07:35:30.637 INFO running `"docker" "start" "-a" "842bd458ba7621bd7c2b8ee7290f8a67ca981bf6db7c882901bc166d984eae93"` Sep 01 07:35:31.499 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Sep 01 07:35:31.499 INFO kablam! disables Cargo from automatically inferring other test targets. Sep 01 07:35:31.499 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 01 07:35:31.499 INFO kablam! files will be included as a test target: Sep 01 07:35:31.499 INFO kablam! Sep 01 07:35:31.499 INFO kablam! * /source/tests/maid_manager.rs Sep 01 07:35:31.499 INFO kablam! * /source/tests/data_manager.rs Sep 01 07:35:31.499 INFO kablam! * /source/tests/network.rs Sep 01 07:35:31.499 INFO kablam! Sep 01 07:35:31.499 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 01 07:35:31.499 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Sep 01 07:35:31.499 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Sep 01 07:35:31.499 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 01 07:35:31.499 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 01 07:35:31.499 INFO kablam! Sep 01 07:35:31.499 INFO kablam! For more information on this warning you can consult Sep 01 07:35:31.499 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 01 07:35:31.947 INFO kablam! Compiling safe_vault v0.18.0 (file:///source) Sep 01 07:35:31.947 INFO kablam! Checking lru_time_cache v0.7.0 Sep 01 07:35:31.970 INFO kablam! Checking fake_clock v0.2.0 Sep 01 07:35:31.974 INFO kablam! Checking atty v0.2.2 Sep 01 07:35:31.974 INFO kablam! Checking termion v1.4.0 Sep 01 07:35:31.975 INFO kablam! Checking get_if_addrs v0.4.1 Sep 01 07:35:31.976 INFO kablam! Checking bytes v0.4.9 Sep 01 07:35:31.989 INFO kablam! Checking textwrap v0.6.0 Sep 01 07:35:34.241 INFO kablam! Compiling miniz_oxide_c_api v0.1.3 Sep 01 07:35:34.500 INFO kablam! Checking bincode v0.8.0 Sep 01 07:35:34.702 INFO kablam! Checking hyper v0.10.13 Sep 01 07:35:34.830 INFO kablam! Checking accumulator v0.7.0 Sep 01 07:35:34.888 INFO kablam! Checking clap v2.25.1 Sep 01 07:35:35.519 INFO kablam! Checking log4rs v0.7.0 Sep 01 07:35:39.434 INFO kablam! Compiling flate2 v1.0.2 Sep 01 07:35:39.667 INFO kablam! error[E0658]: The attribute `serde` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 07:35:39.667 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/log4rs-0.7.0/src/append/file.rs:25:3 Sep 01 07:35:39.667 INFO kablam! | Sep 01 07:35:39.667 INFO kablam! 25 | #[serde(deny_unknown_fields)] Sep 01 07:35:39.667 INFO kablam! | ^^^^^ Sep 01 07:35:39.667 INFO kablam! | Sep 01 07:35:39.667 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 07:35:39.667 INFO kablam! Sep 01 07:35:39.667 INFO kablam! error[E0658]: The attribute `serde` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 07:35:39.667 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/log4rs-0.7.0/src/append/console.rs:24:3 Sep 01 07:35:39.667 INFO kablam! | Sep 01 07:35:39.667 INFO kablam! 24 | #[serde(deny_unknown_fields)] Sep 01 07:35:39.667 INFO kablam! | ^^^^^ Sep 01 07:35:39.667 INFO kablam! | Sep 01 07:35:39.667 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 07:35:39.667 INFO kablam! Sep 01 07:35:39.667 INFO kablam! error[E0658]: The attribute `serde` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 07:35:39.668 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/log4rs-0.7.0/src/append/rolling_file/policy/compound/roll/delete.rs:16:3 Sep 01 07:35:39.668 INFO kablam! | Sep 01 07:35:39.668 INFO kablam! 16 | #[serde(deny_unknown_fields)] Sep 01 07:35:39.668 INFO kablam! | ^^^^^ Sep 01 07:35:39.668 INFO kablam! | Sep 01 07:35:39.668 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 07:35:39.668 INFO kablam! Sep 01 07:35:39.668 INFO kablam! error[E0658]: The attribute `serde` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 07:35:39.668 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/log4rs-0.7.0/src/append/rolling_file/policy/compound/roll/fixed_window.rs:17:3 Sep 01 07:35:39.668 INFO kablam! | Sep 01 07:35:39.668 INFO kablam! 17 | #[serde(deny_unknown_fields)] Sep 01 07:35:39.668 INFO kablam! | ^^^^^ Sep 01 07:35:39.668 INFO kablam! | Sep 01 07:35:39.668 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 07:35:39.668 INFO kablam! Sep 01 07:35:39.668 INFO kablam! error[E0658]: The attribute `serde` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 07:35:39.668 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/log4rs-0.7.0/src/append/rolling_file/policy/compound/trigger/size.rs:21:3 Sep 01 07:35:39.669 INFO kablam! | Sep 01 07:35:39.669 INFO kablam! 21 | #[serde(deny_unknown_fields)] Sep 01 07:35:39.669 INFO kablam! | ^^^^^ Sep 01 07:35:39.669 INFO kablam! | Sep 01 07:35:39.669 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 07:35:39.669 INFO kablam! Sep 01 07:35:39.669 INFO kablam! error[E0658]: The attribute `serde` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 07:35:39.669 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/log4rs-0.7.0/src/append/rolling_file/policy/compound/mod.rs:24:3 Sep 01 07:35:39.669 INFO kablam! | Sep 01 07:35:39.669 INFO kablam! 24 | #[serde(deny_unknown_fields)] Sep 01 07:35:39.669 INFO kablam! | ^^^^^ Sep 01 07:35:39.669 INFO kablam! | Sep 01 07:35:39.669 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 07:35:39.669 INFO kablam! Sep 01 07:35:39.669 INFO kablam! error[E0658]: The attribute `serde` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 07:35:39.669 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/log4rs-0.7.0/src/append/rolling_file/mod.rs:46:3 Sep 01 07:35:39.669 INFO kablam! | Sep 01 07:35:39.669 INFO kablam! 46 | #[serde(deny_unknown_fields)] Sep 01 07:35:39.669 INFO kablam! | ^^^^^ Sep 01 07:35:39.669 INFO kablam! | Sep 01 07:35:39.669 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 07:35:39.669 INFO kablam! Sep 01 07:35:39.883 INFO kablam! Checking ws v0.7.3 Sep 01 07:35:40.012 INFO kablam! error: aborting due to 7 previous errors Sep 01 07:35:40.012 INFO kablam! Sep 01 07:35:40.013 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 01 07:35:40.033 INFO kablam! error: Could not compile `log4rs`. Sep 01 07:35:40.033 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 07:35:50.219 INFO kablam! error: build failed Sep 01 07:35:50.221 INFO kablam! su: No module specific data is present Sep 01 07:35:50.771 INFO running `"docker" "rm" "-f" "842bd458ba7621bd7c2b8ee7290f8a67ca981bf6db7c882901bc166d984eae93"` Sep 01 07:35:50.853 INFO blam! 842bd458ba7621bd7c2b8ee7290f8a67ca981bf6db7c882901bc166d984eae93