Sep 10 05:49:47.604 INFO checking zdd-0.2.0 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 05:49:47.604 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 05:49:47.604 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-1/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 05:49:47.835 INFO blam! f7661b2b164635e51cdbdac266f684d15b8aa082547398e8c979b511b95b4273 Sep 10 05:49:47.837 INFO running `"docker" "start" "-a" "f7661b2b164635e51cdbdac266f684d15b8aa082547398e8c979b511b95b4273"` Sep 10 05:49:48.834 INFO kablam! usermod: no changes Sep 10 05:49:48.890 INFO kablam! warning: `panic` setting is ignored for `test` profile Sep 10 05:49:48.916 INFO kablam! Checking hashconsing v0.10.1 Sep 10 05:49:49.472 INFO kablam! Checking zdd v0.2.0 (file:///source) Sep 10 05:49:49.966 INFO kablam! warning: unused `#[macro_use]` import Sep 10 05:49:49.966 INFO kablam! --> src/lib.rs:63:1 Sep 10 05:49:49.966 INFO kablam! | Sep 10 05:49:49.966 INFO kablam! 63 | #[macro_use] Sep 10 05:49:49.966 INFO kablam! | ^^^^^^^^^^^^ Sep 10 05:49:49.966 INFO kablam! | Sep 10 05:49:49.966 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 05:49:49.966 INFO kablam! Sep 10 05:49:50.090 INFO kablam! error[E0277]: the size for values of type `(dyn hashconsing::HashConsign> + 'static)` cannot be known at compilation time Sep 10 05:49:50.090 INFO kablam! --> src/factory.rs:135:3 Sep 10 05:49:50.090 INFO kablam! | Sep 10 05:49:50.090 INFO kablam! 135 | consign: Mutex< HashConsign> >, Sep 10 05:49:50.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 10 05:49:50.090 INFO kablam! | Sep 10 05:49:50.090 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 10 05:49:50.090 INFO kablam! = note: to learn more, visit Sep 10 05:49:50.090 INFO kablam! = note: required because it appears within the type `std::sync::Mutex<(dyn hashconsing::HashConsign> + 'static)>` Sep 10 05:49:50.090 INFO kablam! = note: only the last field of a struct may have a dynamically sized type Sep 10 05:49:50.090 INFO kablam! Sep 10 05:49:50.090 INFO kablam! error[E0038]: the trait `hashconsing::HashConsign` cannot be made into an object Sep 10 05:49:50.090 INFO kablam! --> src/factory.rs:135:3 Sep 10 05:49:50.090 INFO kablam! | Sep 10 05:49:50.090 INFO kablam! 135 | consign: Mutex< HashConsign> >, Sep 10 05:49:50.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashconsing::HashConsign` cannot be made into an object Sep 10 05:49:50.090 INFO kablam! | Sep 10 05:49:50.090 INFO kablam! = note: the trait cannot require that `Self : Sized` Sep 10 05:49:50.090 INFO kablam! Sep 10 05:49:50.118 INFO kablam! warning: unused `#[macro_use]` import Sep 10 05:49:50.118 INFO kablam! --> src/lib.rs:63:1 Sep 10 05:49:50.118 INFO kablam! | Sep 10 05:49:50.118 INFO kablam! 63 | #[macro_use] Sep 10 05:49:50.118 INFO kablam! | ^^^^^^^^^^^^ Sep 10 05:49:50.126 INFO kablam! | Sep 10 05:49:50.126 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 05:49:50.126 INFO kablam! Sep 10 05:49:50.232 INFO kablam! error: aborting due to 2 previous errors Sep 10 05:49:50.232 INFO kablam! Sep 10 05:49:50.232 INFO kablam! Some errors occurred: E0038, E0277. Sep 10 05:49:50.232 INFO kablam! For more information about an error, try `rustc --explain E0038`. Sep 10 05:49:50.246 INFO kablam! error: Could not compile `zdd`. Sep 10 05:49:50.246 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 05:49:50.266 INFO kablam! error[E0277]: the size for values of type `(dyn hashconsing::HashConsign> + 'static)` cannot be known at compilation time Sep 10 05:49:50.266 INFO kablam! --> src/factory.rs:135:3 Sep 10 05:49:50.266 INFO kablam! | Sep 10 05:49:50.266 INFO kablam! 135 | consign: Mutex< HashConsign> >, Sep 10 05:49:50.266 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 10 05:49:50.266 INFO kablam! | Sep 10 05:49:50.266 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 10 05:49:50.266 INFO kablam! = note: to learn more, visit Sep 10 05:49:50.266 INFO kablam! = note: required because it appears within the type `std::sync::Mutex<(dyn hashconsing::HashConsign> + 'static)>` Sep 10 05:49:50.266 INFO kablam! = note: only the last field of a struct may have a dynamically sized type Sep 10 05:49:50.266 INFO kablam! Sep 10 05:49:50.266 INFO kablam! error[E0038]: the trait `hashconsing::HashConsign` cannot be made into an object Sep 10 05:49:50.266 INFO kablam! --> src/factory.rs:135:3 Sep 10 05:49:50.266 INFO kablam! | Sep 10 05:49:50.266 INFO kablam! 135 | consign: Mutex< HashConsign> >, Sep 10 05:49:50.266 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashconsing::HashConsign` cannot be made into an object Sep 10 05:49:50.266 INFO kablam! | Sep 10 05:49:50.266 INFO kablam! = note: the trait cannot require that `Self : Sized` Sep 10 05:49:50.266 INFO kablam! Sep 10 05:49:50.322 INFO kablam! error: aborting due to 2 previous errors Sep 10 05:49:50.322 INFO kablam! Sep 10 05:49:50.322 INFO kablam! Some errors occurred: E0038, E0277. Sep 10 05:49:50.322 INFO kablam! For more information about an error, try `rustc --explain E0038`. Sep 10 05:49:50.334 INFO kablam! error: Could not compile `zdd`. Sep 10 05:49:50.334 INFO kablam! Sep 10 05:49:50.334 INFO kablam! To learn more, run the command again with --verbose. Sep 10 05:49:50.334 INFO kablam! su: No module specific data is present Sep 10 05:49:51.359 INFO running `"docker" "rm" "-f" "f7661b2b164635e51cdbdac266f684d15b8aa082547398e8c979b511b95b4273"` Sep 10 05:49:51.461 INFO blam! f7661b2b164635e51cdbdac266f684d15b8aa082547398e8c979b511b95b4273