Sep 21 07:27:12.441 INFO checking log4rs-0.8.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 07:27:12.441 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 07:27:12.441 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-5/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 07:27:12.641 INFO blam! 0bc6cde6026837f1d4985b17a3fbc916ae34ad74662cac524bdb6fbb0c09e100 Sep 21 07:27:12.643 INFO running `"docker" "start" "-a" "0bc6cde6026837f1d4985b17a3fbc916ae34ad74662cac524bdb6fbb0c09e100"` Sep 21 07:27:13.557 INFO kablam! usermod: no changes Sep 21 07:27:13.663 INFO kablam! Checking log4rs v0.8.0 (/source) Sep 21 07:27:14.465 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 21 07:27:14.465 INFO kablam! --> src/append/rolling_file/policy/compound/trigger/size.rs:8:5 Sep 21 07:27:14.465 INFO kablam! | Sep 21 07:27:14.465 INFO kablam! 8 | use std::ascii::AsciiExt; Sep 21 07:27:14.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 07:27:14.465 INFO kablam! | Sep 21 07:27:14.465 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 07:27:14.465 INFO kablam! Sep 21 07:27:14.566 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 21 07:27:14.566 INFO kablam! --> src/append/rolling_file/policy/compound/trigger/size.rs:8:5 Sep 21 07:27:14.566 INFO kablam! | Sep 21 07:27:14.566 INFO kablam! 8 | use std::ascii::AsciiExt; Sep 21 07:27:14.566 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 07:27:14.566 INFO kablam! | Sep 21 07:27:14.566 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 07:27:14.566 INFO kablam! Sep 21 07:27:14.582 INFO kablam! warning: the trait `typemap::CloneAny` cannot be made into an object Sep 21 07:27:14.582 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/typemap-0.3.3/src/internals.rs:33:5 Sep 21 07:27:14.582 INFO kablam! | Sep 21 07:27:14.582 INFO kablam! 33 | fn clone_any_send(&self) -> Box where Self: Send; Sep 21 07:27:14.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 07:27:14.582 INFO kablam! | Sep 21 07:27:14.582 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 21 07:27:14.582 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 07:27:14.582 INFO kablam! = note: for more information, see issue #51443 Sep 21 07:27:14.582 INFO kablam! = note: method `clone_any_send` references the `Self` type in where clauses Sep 21 07:27:14.582 INFO kablam! Sep 21 07:27:14.582 INFO kablam! warning: the trait `typemap::CloneAny` cannot be made into an object Sep 21 07:27:14.582 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/typemap-0.3.3/src/internals.rs:35:5 Sep 21 07:27:14.582 INFO kablam! | Sep 21 07:27:14.582 INFO kablam! 35 | fn clone_any_sync(&self) -> Box where Self: Sync; Sep 21 07:27:14.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 07:27:14.582 INFO kablam! | Sep 21 07:27:14.582 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 07:27:14.582 INFO kablam! = note: for more information, see issue #51443 Sep 21 07:27:14.582 INFO kablam! = note: method `clone_any_sync` references the `Self` type in where clauses Sep 21 07:27:14.582 INFO kablam! Sep 21 07:27:14.582 INFO kablam! warning: the trait `typemap::CloneAny` cannot be made into an object Sep 21 07:27:14.582 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/typemap-0.3.3/src/internals.rs:37:5 Sep 21 07:27:14.582 INFO kablam! | Sep 21 07:27:14.582 INFO kablam! 37 | fn clone_any_send_sync(&self) -> Box where Self: Send + Sync; Sep 21 07:27:14.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 07:27:14.582 INFO kablam! | Sep 21 07:27:14.582 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 07:27:14.582 INFO kablam! = note: for more information, see issue #51443 Sep 21 07:27:14.582 INFO kablam! = note: method `clone_any_send_sync` references the `Self` type in where clauses Sep 21 07:27:14.582 INFO kablam! Sep 21 07:27:14.714 INFO kablam! warning: the trait `typemap::CloneAny` cannot be made into an object Sep 21 07:27:14.714 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/typemap-0.3.3/src/internals.rs:33:5 Sep 21 07:27:14.714 INFO kablam! | Sep 21 07:27:14.714 INFO kablam! 33 | fn clone_any_send(&self) -> Box where Self: Send; Sep 21 07:27:14.714 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 07:27:14.714 INFO kablam! | Sep 21 07:27:14.714 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 21 07:27:14.714 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 07:27:14.714 INFO kablam! = note: for more information, see issue #51443 Sep 21 07:27:14.714 INFO kablam! = note: method `clone_any_send` references the `Self` type in where clauses Sep 21 07:27:14.714 INFO kablam! Sep 21 07:27:14.714 INFO kablam! warning: the trait `typemap::CloneAny` cannot be made into an object Sep 21 07:27:14.714 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/typemap-0.3.3/src/internals.rs:35:5 Sep 21 07:27:14.714 INFO kablam! | Sep 21 07:27:14.714 INFO kablam! 35 | fn clone_any_sync(&self) -> Box where Self: Sync; Sep 21 07:27:14.714 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 07:27:14.714 INFO kablam! | Sep 21 07:27:14.714 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 07:27:14.714 INFO kablam! = note: for more information, see issue #51443 Sep 21 07:27:14.714 INFO kablam! = note: method `clone_any_sync` references the `Self` type in where clauses Sep 21 07:27:14.714 INFO kablam! Sep 21 07:27:14.714 INFO kablam! warning: the trait `typemap::CloneAny` cannot be made into an object Sep 21 07:27:14.714 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/typemap-0.3.3/src/internals.rs:37:5 Sep 21 07:27:14.714 INFO kablam! | Sep 21 07:27:14.714 INFO kablam! 37 | fn clone_any_send_sync(&self) -> Box where Self: Send + Sync; Sep 21 07:27:14.714 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 07:27:14.714 INFO kablam! | Sep 21 07:27:14.714 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 07:27:14.714 INFO kablam! = note: for more information, see issue #51443 Sep 21 07:27:14.714 INFO kablam! = note: method `clone_any_send_sync` references the `Self` type in where clauses Sep 21 07:27:14.714 INFO kablam! Sep 21 07:27:15.282 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 21 07:27:15.282 INFO kablam! --> src/append/rolling_file/policy/compound/trigger/size.rs:8:5 Sep 21 07:27:15.282 INFO kablam! | Sep 21 07:27:15.282 INFO kablam! 8 | use std::ascii::AsciiExt; Sep 21 07:27:15.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 07:27:15.282 INFO kablam! | Sep 21 07:27:15.282 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 07:27:15.282 INFO kablam! Sep 21 07:27:15.569 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 21 07:27:15.569 INFO kablam! --> src/append/rolling_file/policy/compound/trigger/size.rs:8:5 Sep 21 07:27:15.569 INFO kablam! | Sep 21 07:27:15.569 INFO kablam! 8 | use std::ascii::AsciiExt; Sep 21 07:27:15.569 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 07:27:15.569 INFO kablam! | Sep 21 07:27:15.569 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 07:27:15.569 INFO kablam! Sep 21 07:27:16.323 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.75s Sep 21 07:27:16.331 INFO kablam! su: No module specific data is present Sep 21 07:27:16.991 INFO running `"docker" "rm" "-f" "0bc6cde6026837f1d4985b17a3fbc916ae34ad74662cac524bdb6fbb0c09e100"` Sep 21 07:27:17.095 INFO blam! 0bc6cde6026837f1d4985b17a3fbc916ae34ad74662cac524bdb6fbb0c09e100