Sep 03 21:25:07.035 INFO checking zdd-0.2.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 03 21:25:07.035 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 03 21:25:07.035 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-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:07.221 INFO blam! 1f8d8d0e05df261adb03d595837ffb28b58e10d3364191149887914b10ee2852 Sep 03 21:25:07.223 INFO running `"docker" "start" "-a" "1f8d8d0e05df261adb03d595837ffb28b58e10d3364191149887914b10ee2852"` Sep 03 21:25:07.788 INFO kablam! warning: `panic` setting is ignored for `test` profile Sep 03 21:25:07.812 INFO kablam! Checking hashconsing v0.10.1 Sep 03 21:25:08.366 INFO kablam! Checking zdd v0.2.0 (file:///source) Sep 03 21:25:08.586 INFO kablam! warning: unused `#[macro_use]` import Sep 03 21:25:08.587 INFO kablam! --> src/lib.rs:63:1 Sep 03 21:25:08.587 INFO kablam! | Sep 03 21:25:08.587 INFO kablam! 63 | #[macro_use] Sep 03 21:25:08.587 INFO kablam! | ^^^^^^^^^^^^ Sep 03 21:25:08.587 INFO kablam! | Sep 03 21:25:08.587 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 03 21:25:08.587 INFO kablam! Sep 03 21:25:08.707 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.707 INFO kablam! --> src/factory.rs:135:3 Sep 03 21:25:08.707 INFO kablam! | Sep 03 21:25:08.707 INFO kablam! 135 | consign: Mutex< HashConsign> >, Sep 03 21:25:08.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 03 21:25:08.707 INFO kablam! | Sep 03 21:25:08.707 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.707 INFO kablam! = note: to learn more, visit Sep 03 21:25:08.707 INFO kablam! = note: required because it appears within the type `std::sync::Mutex<(dyn hashconsing::HashConsign> + 'static)>` Sep 03 21:25:08.707 INFO kablam! = note: only the last field of a struct may have a dynamically sized type Sep 03 21:25:08.707 INFO kablam! Sep 03 21:25:08.707 INFO kablam! error[E0038]: the trait `hashconsing::HashConsign` cannot be made into an object Sep 03 21:25:08.707 INFO kablam! --> src/factory.rs:135:3 Sep 03 21:25:08.707 INFO kablam! | Sep 03 21:25:08.707 INFO kablam! 135 | consign: Mutex< HashConsign> >, Sep 03 21:25:08.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashconsing::HashConsign` cannot be made into an object Sep 03 21:25:08.707 INFO kablam! | Sep 03 21:25:08.707 INFO kablam! = note: the trait cannot require that `Self : Sized` Sep 03 21:25:08.707 INFO kablam! Sep 03 21:25:08.784 INFO kablam! warning: unused `#[macro_use]` import Sep 03 21:25:08.784 INFO kablam! --> src/lib.rs:63:1 Sep 03 21:25:08.784 INFO kablam! | Sep 03 21:25:08.784 INFO kablam! 63 | #[macro_use] Sep 03 21:25:08.785 INFO kablam! | ^^^^^^^^^^^^ Sep 03 21:25:08.785 INFO kablam! | Sep 03 21:25:08.785 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 03 21:25:08.785 INFO kablam! Sep 03 21:25:08.802 INFO kablam! error: aborting due to 2 previous errors Sep 03 21:25:08.802 INFO kablam! Sep 03 21:25:08.802 INFO kablam! Some errors occurred: E0038, E0277. Sep 03 21:25:08.802 INFO kablam! For more information about an error, try `rustc --explain E0038`. Sep 03 21:25:08.809 INFO kablam! error: Could not compile `zdd`. Sep 03 21:25:08.809 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 03 21:25:08.936 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.936 INFO kablam! --> src/factory.rs:135:3 Sep 03 21:25:08.936 INFO kablam! | Sep 03 21:25:08.936 INFO kablam! 135 | consign: Mutex< HashConsign> >, Sep 03 21:25:08.936 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 03 21:25:08.936 INFO kablam! | Sep 03 21:25:08.936 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.936 INFO kablam! = note: to learn more, visit Sep 03 21:25:08.937 INFO kablam! = note: required because it appears within the type `std::sync::Mutex<(dyn hashconsing::HashConsign> + 'static)>` Sep 03 21:25:08.937 INFO kablam! = note: only the last field of a struct may have a dynamically sized type Sep 03 21:25:08.937 INFO kablam! Sep 03 21:25:08.937 INFO kablam! error[E0038]: the trait `hashconsing::HashConsign` cannot be made into an object Sep 03 21:25:08.937 INFO kablam! --> src/factory.rs:135:3 Sep 03 21:25:08.937 INFO kablam! | Sep 03 21:25:08.937 INFO kablam! 135 | consign: Mutex< HashConsign> >, Sep 03 21:25:08.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashconsing::HashConsign` cannot be made into an object Sep 03 21:25:08.937 INFO kablam! | Sep 03 21:25:08.937 INFO kablam! = note: the trait cannot require that `Self : Sized` Sep 03 21:25:08.937 INFO kablam! Sep 03 21:25:09.038 INFO kablam! error: aborting due to 2 previous errors Sep 03 21:25:09.038 INFO kablam! Sep 03 21:25:09.038 INFO kablam! Some errors occurred: E0038, E0277. Sep 03 21:25:09.038 INFO kablam! For more information about an error, try `rustc --explain E0038`. Sep 03 21:25:09.046 INFO kablam! error: Could not compile `zdd`. Sep 03 21:25:09.046 INFO kablam! Sep 03 21:25:09.046 INFO kablam! To learn more, run the command again with --verbose. Sep 03 21:25:09.047 INFO kablam! su: No module specific data is present Sep 03 21:25:09.434 INFO running `"docker" "rm" "-f" "1f8d8d0e05df261adb03d595837ffb28b58e10d3364191149887914b10ee2852"` Sep 03 21:25:09.517 INFO blam! 1f8d8d0e05df261adb03d595837ffb28b58e10d3364191149887914b10ee2852