Sep 20 04:58:31.718 INFO checking anymap-0.12.1 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 20 04:58:31.718 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 20 04:58:31.718 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-1/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 04:58:31.871 INFO blam! 22400285492d4ea06dd1862e85553f28713dbf866c1d61c223b3144fb5a2d304 Sep 20 04:58:31.873 INFO running `"docker" "start" "-a" "22400285492d4ea06dd1862e85553f28713dbf866c1d61c223b3144fb5a2d304"` Sep 20 04:58:32.486 INFO kablam! usermod: no changes Sep 20 04:58:32.511 INFO kablam! Checking anymap v0.12.1 (/source) Sep 20 04:58:32.813 INFO kablam! warning: the trait `any::CloneToAny` cannot be made into an object Sep 20 04:58:32.813 INFO kablam! --> src/any.rs:15:5 Sep 20 04:58:32.813 INFO kablam! | Sep 20 04:58:32.813 INFO kablam! 15 | fn clone_to_any_send(&self) -> Box where Self: Send; Sep 20 04:58:32.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 04:58:32.813 INFO kablam! | Sep 20 04:58:32.813 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 20 04:58:32.813 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 20 04:58:32.813 INFO kablam! = note: for more information, see issue #51443 Sep 20 04:58:32.813 INFO kablam! = note: method `clone_to_any_send` references the `Self` type in where clauses Sep 20 04:58:32.813 INFO kablam! Sep 20 04:58:32.813 INFO kablam! warning: the trait `any::CloneToAny` cannot be made into an object Sep 20 04:58:32.813 INFO kablam! --> src/any.rs:18:5 Sep 20 04:58:32.813 INFO kablam! | Sep 20 04:58:32.813 INFO kablam! 18 | fn clone_to_any_sync(&self) -> Box where Self: Sync; Sep 20 04:58:32.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 04:58:32.813 INFO kablam! | Sep 20 04:58:32.813 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 20 04:58:32.813 INFO kablam! = note: for more information, see issue #51443 Sep 20 04:58:32.813 INFO kablam! = note: method `clone_to_any_sync` references the `Self` type in where clauses Sep 20 04:58:32.813 INFO kablam! Sep 20 04:58:32.813 INFO kablam! warning: the trait `any::CloneToAny` cannot be made into an object Sep 20 04:58:32.813 INFO kablam! --> src/any.rs:21:5 Sep 20 04:58:32.813 INFO kablam! | Sep 20 04:58:32.813 INFO kablam! 21 | fn clone_to_any_send_sync(&self) -> Box where Self: Send + Sync; Sep 20 04:58:32.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 04:58:32.813 INFO kablam! | Sep 20 04:58:32.813 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 20 04:58:32.813 INFO kablam! = note: for more information, see issue #51443 Sep 20 04:58:32.813 INFO kablam! = note: method `clone_to_any_send_sync` references the `Self` type in where clauses Sep 20 04:58:32.813 INFO kablam! Sep 20 04:58:32.852 INFO kablam! warning: the trait `any::CloneToAny` cannot be made into an object Sep 20 04:58:32.852 INFO kablam! --> src/any.rs:15:5 Sep 20 04:58:32.852 INFO kablam! | Sep 20 04:58:32.852 INFO kablam! 15 | fn clone_to_any_send(&self) -> Box where Self: Send; Sep 20 04:58:32.852 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 04:58:32.852 INFO kablam! | Sep 20 04:58:32.852 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 20 04:58:32.852 INFO kablam! = note: for more information, see issue #51443 Sep 20 04:58:32.852 INFO kablam! = note: method `clone_to_any_send` references the `Self` type in where clauses Sep 20 04:58:32.852 INFO kablam! Sep 20 04:58:32.922 INFO kablam! warning: the trait `any::CloneToAny` cannot be made into an object Sep 20 04:58:32.922 INFO kablam! --> src/any.rs:15:5 Sep 20 04:58:32.922 INFO kablam! | Sep 20 04:58:32.922 INFO kablam! 15 | fn clone_to_any_send(&self) -> Box where Self: Send; Sep 20 04:58:32.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 04:58:32.922 INFO kablam! | Sep 20 04:58:32.922 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 20 04:58:32.923 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 20 04:58:32.923 INFO kablam! = note: for more information, see issue #51443 Sep 20 04:58:32.923 INFO kablam! = note: method `clone_to_any_send` references the `Self` type in where clauses Sep 20 04:58:32.923 INFO kablam! Sep 20 04:58:32.923 INFO kablam! warning: the trait `any::CloneToAny` cannot be made into an object Sep 20 04:58:32.923 INFO kablam! --> src/any.rs:18:5 Sep 20 04:58:32.923 INFO kablam! | Sep 20 04:58:32.923 INFO kablam! 18 | fn clone_to_any_sync(&self) -> Box where Self: Sync; Sep 20 04:58:32.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 04:58:32.923 INFO kablam! | Sep 20 04:58:32.923 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 20 04:58:32.923 INFO kablam! = note: for more information, see issue #51443 Sep 20 04:58:32.923 INFO kablam! = note: method `clone_to_any_sync` references the `Self` type in where clauses Sep 20 04:58:32.923 INFO kablam! Sep 20 04:58:32.923 INFO kablam! warning: the trait `any::CloneToAny` cannot be made into an object Sep 20 04:58:32.923 INFO kablam! --> src/any.rs:21:5 Sep 20 04:58:32.923 INFO kablam! | Sep 20 04:58:32.923 INFO kablam! 21 | fn clone_to_any_send_sync(&self) -> Box where Self: Send + Sync; Sep 20 04:58:32.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 04:58:32.923 INFO kablam! | Sep 20 04:58:32.923 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 20 04:58:32.923 INFO kablam! = note: for more information, see issue #51443 Sep 20 04:58:32.923 INFO kablam! = note: method `clone_to_any_send_sync` references the `Self` type in where clauses Sep 20 04:58:32.923 INFO kablam! Sep 20 04:58:32.954 INFO kablam! warning: the trait `any::CloneToAny` cannot be made into an object Sep 20 04:58:32.954 INFO kablam! --> src/any.rs:15:5 Sep 20 04:58:32.954 INFO kablam! | Sep 20 04:58:32.954 INFO kablam! 15 | fn clone_to_any_send(&self) -> Box where Self: Send; Sep 20 04:58:32.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 04:58:32.954 INFO kablam! | Sep 20 04:58:32.955 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 20 04:58:32.955 INFO kablam! = note: for more information, see issue #51443 Sep 20 04:58:32.955 INFO kablam! = note: method `clone_to_any_send` references the `Self` type in where clauses Sep 20 04:58:32.955 INFO kablam! Sep 20 04:58:33.365 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.86s Sep 20 04:58:33.365 INFO kablam! su: No module specific data is present Sep 20 04:58:33.839 INFO running `"docker" "rm" "-f" "22400285492d4ea06dd1862e85553f28713dbf866c1d61c223b3144fb5a2d304"` Sep 20 04:58:33.925 INFO blam! 22400285492d4ea06dd1862e85553f28713dbf866c1d61c223b3144fb5a2d304