Sep 01 18:10:19.039 INFO checking zdd-0.2.0 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 01 18:10:19.039 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 01 18:10:19.039 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 18:10:19.238 INFO blam! d9a622a495ff7efa3bbd080421c13209c865823e1c1811834eb512b0d81f3da9 Sep 01 18:10:19.240 INFO running `"docker" "start" "-a" "d9a622a495ff7efa3bbd080421c13209c865823e1c1811834eb512b0d81f3da9"` Sep 01 18:10:19.856 INFO kablam! warning: `panic` setting is ignored for `test` profile Sep 01 18:10:19.885 INFO kablam! Checking hashconsing v0.10.1 Sep 01 18:10:20.470 INFO kablam! Checking zdd v0.2.0 (file:///source) Sep 01 18:10:20.697 INFO kablam! warning: unused `#[macro_use]` import Sep 01 18:10:20.697 INFO kablam! --> src/lib.rs:63:1 Sep 01 18:10:20.697 INFO kablam! | Sep 01 18:10:20.697 INFO kablam! 63 | #[macro_use] Sep 01 18:10:20.697 INFO kablam! | ^^^^^^^^^^^^ Sep 01 18:10:20.697 INFO kablam! | Sep 01 18:10:20.697 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 18:10:20.697 INFO kablam! Sep 01 18:10:20.806 INFO kablam! warning: unused `#[macro_use]` import Sep 01 18:10:20.806 INFO kablam! --> src/lib.rs:63:1 Sep 01 18:10:20.806 INFO kablam! | Sep 01 18:10:20.806 INFO kablam! 63 | #[macro_use] Sep 01 18:10:20.806 INFO kablam! | ^^^^^^^^^^^^ Sep 01 18:10:20.806 INFO kablam! | Sep 01 18:10:20.806 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 18:10:20.807 INFO kablam! Sep 01 18:10:20.818 INFO kablam! error[E0277]: the size for values of type `(dyn hashconsing::HashConsign> + 'static)` cannot be known at compilation time Sep 01 18:10:20.818 INFO kablam! --> src/factory.rs:135:3 Sep 01 18:10:20.818 INFO kablam! | Sep 01 18:10:20.818 INFO kablam! 135 | consign: Mutex< HashConsign> >, Sep 01 18:10:20.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 01 18:10:20.818 INFO kablam! | Sep 01 18:10:20.819 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 01 18:10:20.819 INFO kablam! = note: to learn more, visit Sep 01 18:10:20.819 INFO kablam! = note: required because it appears within the type `std::sync::Mutex<(dyn hashconsing::HashConsign> + 'static)>` Sep 01 18:10:20.819 INFO kablam! = note: only the last field of a struct may have a dynamically sized type Sep 01 18:10:20.819 INFO kablam! Sep 01 18:10:20.819 INFO kablam! error[E0038]: the trait `hashconsing::HashConsign` cannot be made into an object Sep 01 18:10:20.819 INFO kablam! --> src/factory.rs:135:3 Sep 01 18:10:20.819 INFO kablam! | Sep 01 18:10:20.819 INFO kablam! 135 | consign: Mutex< HashConsign> >, Sep 01 18:10:20.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashconsing::HashConsign` cannot be made into an object Sep 01 18:10:20.819 INFO kablam! | Sep 01 18:10:20.819 INFO kablam! = note: the trait cannot require that `Self : Sized` Sep 01 18:10:20.819 INFO kablam! Sep 01 18:10:20.912 INFO kablam! error: aborting due to 2 previous errors Sep 01 18:10:20.912 INFO kablam! Sep 01 18:10:20.912 INFO kablam! Some errors occurred: E0038, E0277. Sep 01 18:10:20.912 INFO kablam! For more information about an error, try `rustc --explain E0038`. Sep 01 18:10:20.918 INFO kablam! error: Could not compile `zdd`. Sep 01 18:10:20.918 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 18:10:20.931 INFO kablam! error[E0277]: the size for values of type `(dyn hashconsing::HashConsign> + 'static)` cannot be known at compilation time Sep 01 18:10:20.931 INFO kablam! --> src/factory.rs:135:3 Sep 01 18:10:20.931 INFO kablam! | Sep 01 18:10:20.931 INFO kablam! 135 | consign: Mutex< HashConsign> >, Sep 01 18:10:20.931 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 01 18:10:20.931 INFO kablam! | Sep 01 18:10:20.931 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 01 18:10:20.931 INFO kablam! = note: to learn more, visit Sep 01 18:10:20.931 INFO kablam! = note: required because it appears within the type `std::sync::Mutex<(dyn hashconsing::HashConsign> + 'static)>` Sep 01 18:10:20.931 INFO kablam! = note: only the last field of a struct may have a dynamically sized type Sep 01 18:10:20.931 INFO kablam! Sep 01 18:10:20.931 INFO kablam! error[E0038]: the trait `hashconsing::HashConsign` cannot be made into an object Sep 01 18:10:20.931 INFO kablam! --> src/factory.rs:135:3 Sep 01 18:10:20.931 INFO kablam! | Sep 01 18:10:20.931 INFO kablam! 135 | consign: Mutex< HashConsign> >, Sep 01 18:10:20.931 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashconsing::HashConsign` cannot be made into an object Sep 01 18:10:20.931 INFO kablam! | Sep 01 18:10:20.932 INFO kablam! = note: the trait cannot require that `Self : Sized` Sep 01 18:10:20.932 INFO kablam! Sep 01 18:10:21.024 INFO kablam! error: aborting due to 2 previous errors Sep 01 18:10:21.024 INFO kablam! Sep 01 18:10:21.024 INFO kablam! Some errors occurred: E0038, E0277. Sep 01 18:10:21.024 INFO kablam! For more information about an error, try `rustc --explain E0038`. Sep 01 18:10:21.032 INFO kablam! error: Could not compile `zdd`. Sep 01 18:10:21.032 INFO kablam! Sep 01 18:10:21.032 INFO kablam! To learn more, run the command again with --verbose. Sep 01 18:10:21.034 INFO kablam! su: No module specific data is present Sep 01 18:10:21.445 INFO running `"docker" "rm" "-f" "d9a622a495ff7efa3bbd080421c13209c865823e1c1811834eb512b0d81f3da9"` Sep 01 18:10:21.574 INFO blam! d9a622a495ff7efa3bbd080421c13209c865823e1c1811834eb512b0d81f3da9