Sep 06 00:31:03.155 INFO checking safe_vault-0.18.0 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 00:31:03.155 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 00:31:03.155 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-0/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 00:31:03.379 INFO blam! c467506504f65d8908034becb30e688a4bd8cdf37bd42f90ba64c7a434839f9a Sep 06 00:31:03.381 INFO running `"docker" "start" "-a" "c467506504f65d8908034becb30e688a4bd8cdf37bd42f90ba64c7a434839f9a"` Sep 06 00:31:04.685 INFO kablam! usermod: no changes Sep 06 00:31:04.772 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Sep 06 00:31:04.772 INFO kablam! disables Cargo from automatically inferring other test targets. Sep 06 00:31:04.772 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 06 00:31:04.772 INFO kablam! files will be included as a test target: Sep 06 00:31:04.772 INFO kablam! Sep 06 00:31:04.772 INFO kablam! * /source/tests/data_manager.rs Sep 06 00:31:04.772 INFO kablam! * /source/tests/maid_manager.rs Sep 06 00:31:04.773 INFO kablam! * /source/tests/network.rs Sep 06 00:31:04.773 INFO kablam! Sep 06 00:31:04.773 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 06 00:31:04.773 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Sep 06 00:31:04.773 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Sep 06 00:31:04.773 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 06 00:31:04.773 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 06 00:31:04.773 INFO kablam! Sep 06 00:31:04.773 INFO kablam! For more information on this warning you can consult Sep 06 00:31:04.773 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 06 00:31:05.074 INFO kablam! Checking c_linked_list v1.1.1 Sep 06 00:31:05.074 INFO kablam! Checking tiny-keccak v1.3.1 Sep 06 00:31:05.074 INFO kablam! Checking fake_clock v0.2.0 Sep 06 00:31:05.074 INFO kablam! Checking lru_time_cache v0.7.0 Sep 06 00:31:05.074 INFO kablam! Compiling safe_vault v0.18.0 (file:///source) Sep 06 00:31:05.074 INFO kablam! Checking atty v0.2.2 Sep 06 00:31:05.074 INFO kablam! Checking termion v1.4.0 Sep 06 00:31:05.074 INFO kablam! Checking bytes v0.4.10 Sep 06 00:31:06.394 INFO kablam! Checking textwrap v0.6.0 Sep 06 00:31:06.902 INFO kablam! Checking xmltree v0.3.2 Sep 06 00:31:06.962 INFO kablam! Checking url v1.5.1 Sep 06 00:31:07.024 INFO kablam! Checking accumulator v0.7.0 Sep 06 00:31:07.130 INFO kablam! Compiling miniz_oxide_c_api v0.1.3 Sep 06 00:31:07.754 INFO kablam! Compiling bzip2 v0.3.3 Sep 06 00:31:08.666 INFO kablam! Compiling flate2 v0.2.20 Sep 06 00:31:08.673 INFO kablam! Checking bincode v0.8.0 Sep 06 00:31:09.117 INFO kablam! Checking get_if_addrs v0.4.1 Sep 06 00:31:09.442 INFO kablam! Checking config_file_handler v0.9.0 Sep 06 00:31:10.830 INFO kablam! Checking clap v2.25.1 Sep 06 00:31:11.640 INFO kablam! Checking log4rs v0.7.0 Sep 06 00:31:11.774 INFO kablam! Compiling flate2 v1.0.2 Sep 06 00:31:13.678 INFO kablam! Checking hyper v0.10.13 Sep 06 00:31:13.678 INFO kablam! Checking ws v0.7.3 Sep 06 00:31:14.490 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 06 00:31:14.490 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/log4rs-0.7.0/src/append/file.rs:25:3 Sep 06 00:31:14.490 INFO kablam! | Sep 06 00:31:14.490 INFO kablam! 25 | #[serde(deny_unknown_fields)] Sep 06 00:31:14.490 INFO kablam! | ^^^^^ Sep 06 00:31:14.490 INFO kablam! | Sep 06 00:31:14.490 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 06 00:31:14.490 INFO kablam! Sep 06 00:31:14.490 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 06 00:31:14.490 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/log4rs-0.7.0/src/append/console.rs:24:3 Sep 06 00:31:14.490 INFO kablam! | Sep 06 00:31:14.490 INFO kablam! 24 | #[serde(deny_unknown_fields)] Sep 06 00:31:14.490 INFO kablam! | ^^^^^ Sep 06 00:31:14.490 INFO kablam! | Sep 06 00:31:14.490 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 06 00:31:14.490 INFO kablam! Sep 06 00:31:14.490 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 06 00:31:14.490 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 06 00:31:14.490 INFO kablam! | Sep 06 00:31:14.490 INFO kablam! 16 | #[serde(deny_unknown_fields)] Sep 06 00:31:14.490 INFO kablam! | ^^^^^ Sep 06 00:31:14.490 INFO kablam! | Sep 06 00:31:14.490 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 06 00:31:14.490 INFO kablam! Sep 06 00:31:14.490 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 06 00:31:14.490 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 06 00:31:14.490 INFO kablam! | Sep 06 00:31:14.490 INFO kablam! 17 | #[serde(deny_unknown_fields)] Sep 06 00:31:14.491 INFO kablam! | ^^^^^ Sep 06 00:31:14.491 INFO kablam! | Sep 06 00:31:14.491 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 06 00:31:14.491 INFO kablam! Sep 06 00:31:14.491 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 06 00:31:14.491 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 06 00:31:14.491 INFO kablam! | Sep 06 00:31:14.491 INFO kablam! 21 | #[serde(deny_unknown_fields)] Sep 06 00:31:14.491 INFO kablam! | ^^^^^ Sep 06 00:31:14.491 INFO kablam! | Sep 06 00:31:14.491 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 06 00:31:14.491 INFO kablam! Sep 06 00:31:14.491 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 06 00:31:14.491 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/log4rs-0.7.0/src/append/rolling_file/policy/compound/mod.rs:24:3 Sep 06 00:31:14.491 INFO kablam! | Sep 06 00:31:14.491 INFO kablam! 24 | #[serde(deny_unknown_fields)] Sep 06 00:31:14.491 INFO kablam! | ^^^^^ Sep 06 00:31:14.491 INFO kablam! | Sep 06 00:31:14.491 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 06 00:31:14.491 INFO kablam! Sep 06 00:31:14.491 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 06 00:31:14.491 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/log4rs-0.7.0/src/append/rolling_file/mod.rs:46:3 Sep 06 00:31:14.491 INFO kablam! | Sep 06 00:31:14.491 INFO kablam! 46 | #[serde(deny_unknown_fields)] Sep 06 00:31:14.491 INFO kablam! | ^^^^^ Sep 06 00:31:14.491 INFO kablam! | Sep 06 00:31:14.491 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 06 00:31:14.491 INFO kablam! Sep 06 00:31:14.900 INFO kablam! error: aborting due to 7 previous errors Sep 06 00:31:14.922 INFO kablam! Sep 06 00:31:14.922 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 06 00:31:14.954 INFO kablam! error: Could not compile `log4rs`. Sep 06 00:31:14.954 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 00:31:24.172 INFO kablam! error: build failed Sep 06 00:31:24.173 INFO kablam! su: No module specific data is present Sep 06 00:31:25.116 INFO running `"docker" "rm" "-f" "c467506504f65d8908034becb30e688a4bd8cdf37bd42f90ba64c7a434839f9a"` Sep 06 00:31:25.241 INFO blam! c467506504f65d8908034becb30e688a4bd8cdf37bd42f90ba64c7a434839f9a