Sep 02 00:55:17.591 INFO checking safe_vault-0.18.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 00:55:17.591 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 00:55:17.591 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/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 02 00:55:17.830 INFO blam! a94d79b110e97ae7ffdad7a4cad64354fd013dd4bfb08ed2fe379100e2634b9b Sep 02 00:55:17.833 INFO running `"docker" "start" "-a" "a94d79b110e97ae7ffdad7a4cad64354fd013dd4bfb08ed2fe379100e2634b9b"` Sep 02 00:55:18.698 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Sep 02 00:55:18.698 INFO kablam! disables Cargo from automatically inferring other test targets. Sep 02 00:55:18.698 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 02 00:55:18.698 INFO kablam! files will be included as a test target: Sep 02 00:55:18.698 INFO kablam! Sep 02 00:55:18.698 INFO kablam! * /source/tests/maid_manager.rs Sep 02 00:55:18.698 INFO kablam! * /source/tests/data_manager.rs Sep 02 00:55:18.698 INFO kablam! * /source/tests/network.rs Sep 02 00:55:18.698 INFO kablam! Sep 02 00:55:18.698 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 02 00:55:18.699 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Sep 02 00:55:18.699 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Sep 02 00:55:18.699 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 02 00:55:18.699 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 02 00:55:18.699 INFO kablam! Sep 02 00:55:18.699 INFO kablam! For more information on this warning you can consult Sep 02 00:55:18.699 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 02 00:55:19.144 INFO kablam! Compiling unwrap v1.1.0 Sep 02 00:55:19.175 INFO kablam! Checking c_linked_list v1.1.1 Sep 02 00:55:19.175 INFO kablam! Checking tiny-keccak v1.3.1 Sep 02 00:55:19.176 INFO kablam! Checking fake_clock v0.2.0 Sep 02 00:55:19.177 INFO kablam! Checking lru_time_cache v0.7.0 Sep 02 00:55:19.178 INFO kablam! Compiling safe_vault v0.18.0 (file:///source) Sep 02 00:55:19.182 INFO kablam! Compiling miniz_oxide v0.1.3 Sep 02 00:55:19.188 INFO kablam! Checking atty v0.2.2 Sep 02 00:55:21.039 INFO kablam! Checking termion v1.4.0 Sep 02 00:55:21.117 INFO kablam! Compiling msdos_time v0.1.6 Sep 02 00:55:21.341 INFO kablam! Checking bytes v0.4.9 Sep 02 00:55:21.687 INFO kablam! Compiling bzip2-sys v0.1.6 Sep 02 00:55:21.688 INFO kablam! Checking url v1.5.1 Sep 02 00:55:22.252 INFO kablam! Checking get_if_addrs v0.4.1 Sep 02 00:55:22.374 INFO kablam! Checking clap v2.25.1 Sep 02 00:55:23.831 INFO kablam! Checking bincode v0.8.0 Sep 02 00:55:23.954 INFO kablam! Checking config_file_handler v0.9.0 Sep 02 00:55:25.339 INFO kablam! Checking accumulator v0.7.0 Sep 02 00:55:26.828 INFO kablam! Compiling bzip2 v0.3.3 Sep 02 00:55:26.853 INFO kablam! Checking log4rs v0.7.0 Sep 02 00:55:28.435 INFO kablam! Checking ws v0.7.3 Sep 02 00:55:28.470 INFO kablam! Checking hyper v0.10.13 Sep 02 00:55:28.512 INFO kablam! Compiling miniz_oxide_c_api v0.1.3 Sep 02 00:55:28.738 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 02 00:55:28.738 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/log4rs-0.7.0/src/append/file.rs:25:3 Sep 02 00:55:28.738 INFO kablam! | Sep 02 00:55:28.738 INFO kablam! 25 | #[serde(deny_unknown_fields)] Sep 02 00:55:28.738 INFO kablam! | ^^^^^ Sep 02 00:55:28.738 INFO kablam! | Sep 02 00:55:28.738 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 02 00:55:28.738 INFO kablam! Sep 02 00:55:28.739 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 02 00:55:28.739 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/log4rs-0.7.0/src/append/console.rs:24:3 Sep 02 00:55:28.739 INFO kablam! | Sep 02 00:55:28.739 INFO kablam! 24 | #[serde(deny_unknown_fields)] Sep 02 00:55:28.739 INFO kablam! | ^^^^^ Sep 02 00:55:28.739 INFO kablam! | Sep 02 00:55:28.739 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 02 00:55:28.739 INFO kablam! Sep 02 00:55:28.739 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 02 00:55:28.739 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 02 00:55:28.739 INFO kablam! | Sep 02 00:55:28.739 INFO kablam! 16 | #[serde(deny_unknown_fields)] Sep 02 00:55:28.739 INFO kablam! | ^^^^^ Sep 02 00:55:28.740 INFO kablam! | Sep 02 00:55:28.740 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 02 00:55:28.740 INFO kablam! Sep 02 00:55:28.741 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 02 00:55:28.741 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 02 00:55:28.741 INFO kablam! | Sep 02 00:55:28.741 INFO kablam! 17 | #[serde(deny_unknown_fields)] Sep 02 00:55:28.741 INFO kablam! | ^^^^^ Sep 02 00:55:28.741 INFO kablam! | Sep 02 00:55:28.741 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 02 00:55:28.741 INFO kablam! Sep 02 00:55:28.742 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 02 00:55:28.742 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 02 00:55:28.742 INFO kablam! | Sep 02 00:55:28.742 INFO kablam! 21 | #[serde(deny_unknown_fields)] Sep 02 00:55:28.742 INFO kablam! | ^^^^^ Sep 02 00:55:28.742 INFO kablam! | Sep 02 00:55:28.742 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 02 00:55:28.742 INFO kablam! Sep 02 00:55:28.743 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 02 00:55:28.743 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/log4rs-0.7.0/src/append/rolling_file/policy/compound/mod.rs:24:3 Sep 02 00:55:28.743 INFO kablam! | Sep 02 00:55:28.743 INFO kablam! 24 | #[serde(deny_unknown_fields)] Sep 02 00:55:28.743 INFO kablam! | ^^^^^ Sep 02 00:55:28.743 INFO kablam! | Sep 02 00:55:28.743 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 02 00:55:28.743 INFO kablam! Sep 02 00:55:28.744 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 02 00:55:28.744 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/log4rs-0.7.0/src/append/rolling_file/mod.rs:46:3 Sep 02 00:55:28.744 INFO kablam! | Sep 02 00:55:28.744 INFO kablam! 46 | #[serde(deny_unknown_fields)] Sep 02 00:55:28.744 INFO kablam! | ^^^^^ Sep 02 00:55:28.744 INFO kablam! | Sep 02 00:55:28.744 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 02 00:55:28.744 INFO kablam! Sep 02 00:55:28.855 INFO kablam! error: aborting due to 7 previous errors Sep 02 00:55:28.855 INFO kablam! Sep 02 00:55:28.855 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 02 00:55:28.864 INFO kablam! error: Could not compile `log4rs`. Sep 02 00:55:28.865 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 00:55:37.677 INFO kablam! error: build failed Sep 02 00:55:37.679 INFO kablam! su: No module specific data is present Sep 02 00:55:38.054 INFO running `"docker" "rm" "-f" "a94d79b110e97ae7ffdad7a4cad64354fd013dd4bfb08ed2fe379100e2634b9b"` Sep 02 00:55:38.156 INFO blam! a94d79b110e97ae7ffdad7a4cad64354fd013dd4bfb08ed2fe379100e2634b9b