Sep 19 15:17:07.825 INFO checking zdd-0.2.0 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 15:17:07.825 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 15:17:07.825 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-4/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 15:17:08.214 INFO blam! 4d45b67101d5746272f78866dd04c27ace39297029fe6041fb2d4abf15854cb0 Sep 19 15:17:08.227 INFO running `"docker" "start" "-a" "4d45b67101d5746272f78866dd04c27ace39297029fe6041fb2d4abf15854cb0"` Sep 19 15:17:09.097 INFO kablam! usermod: no changes Sep 19 15:17:09.153 INFO kablam! warning: `panic` setting is ignored for `test` profile Sep 19 15:17:09.175 INFO kablam! Checking hashconsing v0.10.1 Sep 19 15:17:09.586 INFO kablam! Checking zdd v0.2.0 (/source) Sep 19 15:17:09.803 INFO kablam! warning: unused `#[macro_use]` import Sep 19 15:17:09.803 INFO kablam! --> src/lib.rs:63:1 Sep 19 15:17:09.803 INFO kablam! | Sep 19 15:17:09.803 INFO kablam! 63 | #[macro_use] Sep 19 15:17:09.803 INFO kablam! | ^^^^^^^^^^^^ Sep 19 15:17:09.803 INFO kablam! | Sep 19 15:17:09.803 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 15:17:09.803 INFO kablam! Sep 19 15:17:09.819 INFO kablam! warning: unused `#[macro_use]` import Sep 19 15:17:09.819 INFO kablam! --> src/lib.rs:63:1 Sep 19 15:17:09.819 INFO kablam! | Sep 19 15:17:09.819 INFO kablam! 63 | #[macro_use] Sep 19 15:17:09.819 INFO kablam! | ^^^^^^^^^^^^ Sep 19 15:17:09.819 INFO kablam! | Sep 19 15:17:09.819 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 15:17:09.819 INFO kablam! Sep 19 15:17:09.903 INFO kablam! error[E0277]: the size for values of type `(dyn hashconsing::HashConsign> + 'static)` cannot be known at compilation time Sep 19 15:17:09.903 INFO kablam! --> src/factory.rs:135:3 Sep 19 15:17:09.903 INFO kablam! | Sep 19 15:17:09.903 INFO kablam! 135 | consign: Mutex< HashConsign> >, Sep 19 15:17:09.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 15:17:09.903 INFO kablam! | Sep 19 15:17:09.903 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 19 15:17:09.903 INFO kablam! = note: to learn more, visit Sep 19 15:17:09.903 INFO kablam! = note: required because it appears within the type `std::sync::Mutex<(dyn hashconsing::HashConsign> + 'static)>` Sep 19 15:17:09.903 INFO kablam! = note: only the last field of a struct may have a dynamically sized type Sep 19 15:17:09.903 INFO kablam! Sep 19 15:17:09.903 INFO kablam! error[E0038]: the trait `hashconsing::HashConsign` cannot be made into an object Sep 19 15:17:09.903 INFO kablam! --> src/factory.rs:135:3 Sep 19 15:17:09.903 INFO kablam! | Sep 19 15:17:09.903 INFO kablam! 135 | consign: Mutex< HashConsign> >, Sep 19 15:17:09.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashconsing::HashConsign` cannot be made into an object Sep 19 15:17:09.903 INFO kablam! | Sep 19 15:17:09.903 INFO kablam! = note: the trait cannot require that `Self : Sized` Sep 19 15:17:09.903 INFO kablam! Sep 19 15:17:09.935 INFO kablam! error[E0277]: the size for values of type `(dyn hashconsing::HashConsign> + 'static)` cannot be known at compilation time Sep 19 15:17:09.935 INFO kablam! --> src/factory.rs:135:3 Sep 19 15:17:09.935 INFO kablam! | Sep 19 15:17:09.935 INFO kablam! 135 | consign: Mutex< HashConsign> >, Sep 19 15:17:09.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 15:17:09.935 INFO kablam! | Sep 19 15:17:09.935 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 19 15:17:09.935 INFO kablam! = note: to learn more, visit Sep 19 15:17:09.935 INFO kablam! = note: required because it appears within the type `std::sync::Mutex<(dyn hashconsing::HashConsign> + 'static)>` Sep 19 15:17:09.935 INFO kablam! = note: only the last field of a struct may have a dynamically sized type Sep 19 15:17:09.935 INFO kablam! Sep 19 15:17:09.935 INFO kablam! error[E0038]: the trait `hashconsing::HashConsign` cannot be made into an object Sep 19 15:17:09.935 INFO kablam! --> src/factory.rs:135:3 Sep 19 15:17:09.935 INFO kablam! | Sep 19 15:17:09.935 INFO kablam! 135 | consign: Mutex< HashConsign> >, Sep 19 15:17:09.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashconsing::HashConsign` cannot be made into an object Sep 19 15:17:09.935 INFO kablam! | Sep 19 15:17:09.935 INFO kablam! = note: the trait cannot require that `Self : Sized` Sep 19 15:17:09.935 INFO kablam! Sep 19 15:17:09.975 INFO kablam! error: aborting due to 2 previous errors Sep 19 15:17:09.975 INFO kablam! Sep 19 15:17:09.975 INFO kablam! Some errors occurred: E0038, E0277. Sep 19 15:17:09.975 INFO kablam! For more information about an error, try `rustc --explain E0038`. Sep 19 15:17:09.981 INFO kablam! error: Could not compile `zdd`. Sep 19 15:17:09.981 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 15:17:10.003 INFO kablam! error: aborting due to 2 previous errors Sep 19 15:17:10.003 INFO kablam! Sep 19 15:17:10.003 INFO kablam! Some errors occurred: E0038, E0277. Sep 19 15:17:10.003 INFO kablam! For more information about an error, try `rustc --explain E0038`. Sep 19 15:17:10.011 INFO kablam! error: Could not compile `zdd`. Sep 19 15:17:10.011 INFO kablam! Sep 19 15:17:10.011 INFO kablam! To learn more, run the command again with --verbose. Sep 19 15:17:10.013 INFO kablam! su: No module specific data is present Sep 19 15:17:10.587 INFO running `"docker" "rm" "-f" "4d45b67101d5746272f78866dd04c27ace39297029fe6041fb2d4abf15854cb0"` Sep 19 15:17:10.676 INFO blam! 4d45b67101d5746272f78866dd04c27ace39297029fe6041fb2d4abf15854cb0