Sep 03 21:25:06.764 INFO checking zdd-0.2.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 03 21:25:06.764 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 03 21:25:06.764 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 21:25:06.950 INFO blam! fc1dfa45a76c3aaa5c7da1b5ac40350e7c55ba210a4e4cbbc98e9cf1e89ae233 Sep 03 21:25:06.952 INFO running `"docker" "start" "-a" "fc1dfa45a76c3aaa5c7da1b5ac40350e7c55ba210a4e4cbbc98e9cf1e89ae233"` Sep 03 21:25:07.544 INFO kablam! warning: `panic` setting is ignored for `test` profile Sep 03 21:25:07.561 INFO kablam! Checking hashconsing v0.10.1 Sep 03 21:25:08.166 INFO kablam! Checking zdd v0.2.0 (file:///source) Sep 03 21:25:08.425 INFO kablam! warning: unused `#[macro_use]` import Sep 03 21:25:08.426 INFO kablam! --> src/lib.rs:63:1 Sep 03 21:25:08.426 INFO kablam! | Sep 03 21:25:08.426 INFO kablam! 63 | #[macro_use] Sep 03 21:25:08.426 INFO kablam! | ^^^^^^^^^^^^ Sep 03 21:25:08.426 INFO kablam! | Sep 03 21:25:08.426 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 03 21:25:08.426 INFO kablam! Sep 03 21:25:08.538 INFO kablam! warning: unused `#[macro_use]` import Sep 03 21:25:08.538 INFO kablam! --> src/lib.rs:63:1 Sep 03 21:25:08.538 INFO kablam! | Sep 03 21:25:08.538 INFO kablam! 63 | #[macro_use] Sep 03 21:25:08.539 INFO kablam! | ^^^^^^^^^^^^ Sep 03 21:25:08.539 INFO kablam! | Sep 03 21:25:08.539 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 03 21:25:08.539 INFO kablam! Sep 03 21:25:08.648 INFO kablam! error[E0277]: the size for values of type `(dyn hashconsing::HashConsign> + 'static)` cannot be known at compilation time Sep 03 21:25:08.648 INFO kablam! --> src/factory.rs:135:3 Sep 03 21:25:08.648 INFO kablam! | Sep 03 21:25:08.648 INFO kablam! 135 | consign: Mutex< HashConsign> >, Sep 03 21:25:08.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 03 21:25:08.648 INFO kablam! | Sep 03 21:25:08.648 INFO kablam! = help: within `std::sync::Mutex<(dyn hashconsing::HashConsign> + 'static)>`, the trait `std::marker::Sized` is not implemented for `(dyn hashconsing::HashConsign> + 'static)` Sep 03 21:25:08.648 INFO kablam! = note: to learn more, visit Sep 03 21:25:08.648 INFO kablam! = note: required because it appears within the type `std::sync::Mutex<(dyn hashconsing::HashConsign> + 'static)>` Sep 03 21:25:08.648 INFO kablam! = note: only the last field of a struct may have a dynamically sized type Sep 03 21:25:08.648 INFO kablam! Sep 03 21:25:08.648 INFO kablam! error[E0038]: the trait `hashconsing::HashConsign` cannot be made into an object Sep 03 21:25:08.648 INFO kablam! --> src/factory.rs:135:3 Sep 03 21:25:08.649 INFO kablam! | Sep 03 21:25:08.649 INFO kablam! 135 | consign: Mutex< HashConsign> >, Sep 03 21:25:08.649 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashconsing::HashConsign` cannot be made into an object Sep 03 21:25:08.649 INFO kablam! | Sep 03 21:25:08.649 INFO kablam! = note: the trait cannot require that `Self : Sized` Sep 03 21:25:08.649 INFO kablam! Sep 03 21:25:08.758 INFO kablam! error[E0277]: the size for values of type `(dyn hashconsing::HashConsign> + 'static)` cannot be known at compilation time Sep 03 21:25:08.758 INFO kablam! --> src/factory.rs:135:3 Sep 03 21:25:08.758 INFO kablam! | Sep 03 21:25:08.758 INFO kablam! 135 | consign: Mutex< HashConsign> >, Sep 03 21:25:08.758 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 03 21:25:08.758 INFO kablam! | Sep 03 21:25:08.758 INFO kablam! = help: within `std::sync::Mutex<(dyn hashconsing::HashConsign> + 'static)>`, the trait `std::marker::Sized` is not implemented for `(dyn hashconsing::HashConsign> + 'static)` Sep 03 21:25:08.758 INFO kablam! = note: to learn more, visit Sep 03 21:25:08.758 INFO kablam! = note: required because it appears within the type `std::sync::Mutex<(dyn hashconsing::HashConsign> + 'static)>` Sep 03 21:25:08.759 INFO kablam! = note: only the last field of a struct may have a dynamically sized type Sep 03 21:25:08.759 INFO kablam! Sep 03 21:25:08.759 INFO kablam! error[E0038]: the trait `hashconsing::HashConsign` cannot be made into an object Sep 03 21:25:08.759 INFO kablam! --> src/factory.rs:135:3 Sep 03 21:25:08.759 INFO kablam! | Sep 03 21:25:08.759 INFO kablam! 135 | consign: Mutex< HashConsign> >, Sep 03 21:25:08.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashconsing::HashConsign` cannot be made into an object Sep 03 21:25:08.759 INFO kablam! | Sep 03 21:25:08.759 INFO kablam! = note: the trait cannot require that `Self : Sized` Sep 03 21:25:08.759 INFO kablam! Sep 03 21:25:08.806 INFO kablam! error: aborting due to 2 previous errors Sep 03 21:25:08.807 INFO kablam! Sep 03 21:25:08.807 INFO kablam! Some errors occurred: E0038, E0277. Sep 03 21:25:08.807 INFO kablam! For more information about an error, try `rustc --explain E0038`. Sep 03 21:25:08.816 INFO kablam! error: Could not compile `zdd`. Sep 03 21:25:08.816 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 03 21:25:08.871 INFO kablam! error: aborting due to 2 previous errors Sep 03 21:25:08.871 INFO kablam! Sep 03 21:25:08.871 INFO kablam! Some errors occurred: E0038, E0277. Sep 03 21:25:08.872 INFO kablam! For more information about an error, try `rustc --explain E0038`. Sep 03 21:25:08.879 INFO kablam! error: Could not compile `zdd`. Sep 03 21:25:08.879 INFO kablam! Sep 03 21:25:08.879 INFO kablam! To learn more, run the command again with --verbose. Sep 03 21:25:08.880 INFO kablam! su: No module specific data is present Sep 03 21:25:09.286 INFO running `"docker" "rm" "-f" "fc1dfa45a76c3aaa5c7da1b5ac40350e7c55ba210a4e4cbbc98e9cf1e89ae233"` Sep 03 21:25:09.373 INFO blam! fc1dfa45a76c3aaa5c7da1b5ac40350e7c55ba210a4e4cbbc98e9cf1e89ae233