Aug 01 18:14:39.491 INFO checking zdd-0.2.0 against 1.27.2+tmplazy for lazy_static-1 Aug 01 18:14:39.491 INFO running: cargo +1.27.2 check --frozen --all --all-targets Aug 01 18:14:39.491 INFO creating container for: cargo +1.27.2 check --frozen --all --all-targets Aug 01 18:14:39.491 INFO running `"docker" "create" "-v" "/tmp/crater.D5XoCiprFda3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/lazy_static-1/worker-7/1.27.2+tmplazy:/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" "-v" "/home/ec2-user/crater/./work/local/cargo-home/git:/cargo-home/git:rw,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +1.27.2 check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Aug 01 18:14:39.750 INFO blam! 4ccff0660126146937bd22e641cf2075695cea090844e64739916a6480c68862 Aug 01 18:14:39.753 INFO running `"docker" "start" "-a" "4ccff0660126146937bd22e641cf2075695cea090844e64739916a6480c68862"` Aug 01 18:14:41.048 INFO kablam! warning: `panic` setting is ignored for `test` profile Aug 01 18:14:41.087 INFO kablam! Checking hashconsing v0.10.1 Aug 01 18:14:41.861 INFO kablam! Checking zdd v0.2.0 (file:///source) Aug 01 18:14:42.262 INFO kablam! warning: unused `#[macro_use]` import Aug 01 18:14:42.263 INFO kablam! --> src/lib.rs:63:1 Aug 01 18:14:42.263 INFO kablam! | Aug 01 18:14:42.263 INFO kablam! 63 | #[macro_use] Aug 01 18:14:42.263 INFO kablam! | ^^^^^^^^^^^^ Aug 01 18:14:42.263 INFO kablam! | Aug 01 18:14:42.263 INFO kablam! = note: #[warn(unused_imports)] on by default Aug 01 18:14:42.263 INFO kablam! Aug 01 18:14:42.323 INFO kablam! warning: unused `#[macro_use]` import Aug 01 18:14:42.323 INFO kablam! --> src/lib.rs:63:1 Aug 01 18:14:42.323 INFO kablam! | Aug 01 18:14:42.323 INFO kablam! 63 | #[macro_use] Aug 01 18:14:42.323 INFO kablam! | ^^^^^^^^^^^^ Aug 01 18:14:42.323 INFO kablam! | Aug 01 18:14:42.323 INFO kablam! = note: #[warn(unused_imports)] on by default Aug 01 18:14:42.324 INFO kablam! Aug 01 18:14:42.498 INFO kablam! error[E0277]: the trait bound `hashconsing::HashConsign> + 'static: std::marker::Sized` is not satisfied in `std::sync::Mutex> + 'static>` Aug 01 18:14:42.498 INFO kablam! --> src/factory.rs:135:3 Aug 01 18:14:42.498 INFO kablam! | Aug 01 18:14:42.498 INFO kablam! 135 | consign: Mutex< HashConsign> >, Aug 01 18:14:42.498 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hashconsing::HashConsign> + 'static` does not have a constant size known at compile-time Aug 01 18:14:42.498 INFO kablam! | Aug 01 18:14:42.498 INFO kablam! = help: within `std::sync::Mutex> + 'static>`, the trait `std::marker::Sized` is not implemented for `hashconsing::HashConsign> + 'static` Aug 01 18:14:42.498 INFO kablam! = note: required because it appears within the type `std::sync::Mutex> + 'static>` Aug 01 18:14:42.498 INFO kablam! = note: only the last field of a struct may have a dynamically sized type Aug 01 18:14:42.498 INFO kablam! Aug 01 18:14:42.498 INFO kablam! error[E0038]: the trait `hashconsing::HashConsign` cannot be made into an object Aug 01 18:14:42.498 INFO kablam! --> src/factory.rs:135:3 Aug 01 18:14:42.498 INFO kablam! | Aug 01 18:14:42.498 INFO kablam! 135 | consign: Mutex< HashConsign> >, Aug 01 18:14:42.498 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashconsing::HashConsign` cannot be made into an object Aug 01 18:14:42.499 INFO kablam! | Aug 01 18:14:42.499 INFO kablam! = note: the trait cannot require that `Self : Sized` Aug 01 18:14:42.499 INFO kablam! Aug 01 18:14:42.545 INFO kablam! error[E0277]: the trait bound `hashconsing::HashConsign> + 'static: std::marker::Sized` is not satisfied in `std::sync::Mutex> + 'static>` Aug 01 18:14:42.545 INFO kablam! --> src/factory.rs:135:3 Aug 01 18:14:42.545 INFO kablam! | Aug 01 18:14:42.545 INFO kablam! 135 | consign: Mutex< HashConsign> >, Aug 01 18:14:42.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hashconsing::HashConsign> + 'static` does not have a constant size known at compile-time Aug 01 18:14:42.546 INFO kablam! | Aug 01 18:14:42.546 INFO kablam! = help: within `std::sync::Mutex> + 'static>`, the trait `std::marker::Sized` is not implemented for `hashconsing::HashConsign> + 'static` Aug 01 18:14:42.546 INFO kablam! = note: required because it appears within the type `std::sync::Mutex> + 'static>` Aug 01 18:14:42.547 INFO kablam! = note: only the last field of a struct may have a dynamically sized type Aug 01 18:14:42.547 INFO kablam! Aug 01 18:14:42.548 INFO kablam! error[E0038]: the trait `hashconsing::HashConsign` cannot be made into an object Aug 01 18:14:42.548 INFO kablam! --> src/factory.rs:135:3 Aug 01 18:14:42.548 INFO kablam! | Aug 01 18:14:42.548 INFO kablam! 135 | consign: Mutex< HashConsign> >, Aug 01 18:14:42.548 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashconsing::HashConsign` cannot be made into an object Aug 01 18:14:42.549 INFO kablam! | Aug 01 18:14:42.549 INFO kablam! = note: the trait cannot require that `Self : Sized` Aug 01 18:14:42.549 INFO kablam! Aug 01 18:14:42.636 INFO kablam! error: aborting due to 2 previous errors Aug 01 18:14:42.636 INFO kablam! Aug 01 18:14:42.636 INFO kablam! Some errors occurred: E0038, E0277. Aug 01 18:14:42.636 INFO kablam! For more information about an error, try `rustc --explain E0038`. Aug 01 18:14:42.648 INFO kablam! error: Could not compile `zdd`. Aug 01 18:14:42.649 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 01 18:14:42.742 INFO kablam! error: aborting due to 2 previous errors Aug 01 18:14:42.742 INFO kablam! Aug 01 18:14:42.742 INFO kablam! Some errors occurred: E0038, E0277. Aug 01 18:14:42.743 INFO kablam! For more information about an error, try `rustc --explain E0038`. Aug 01 18:14:42.755 INFO kablam! error: Could not compile `zdd`. Aug 01 18:14:42.755 INFO kablam! Aug 01 18:14:42.755 INFO kablam! To learn more, run the command again with --verbose. Aug 01 18:14:42.775 INFO kablam! su: No module specific data is present Aug 01 18:14:43.298 INFO running `"docker" "rm" "-f" "4ccff0660126146937bd22e641cf2075695cea090844e64739916a6480c68862"` Aug 01 18:14:43.456 INFO blam! 4ccff0660126146937bd22e641cf2075695cea090844e64739916a6480c68862