Sep 14 08:40:39.912 INFO checking specs_messenger-0.1.0 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 08:40:39.912 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 08:40:39.912 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-4/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 08:40:40.094 INFO blam! 0aab8e324b5c8b47530f8d2e1e57cc7b0a5c5c2f84033250c097b595deb18714 Sep 14 08:40:40.096 INFO running `"docker" "start" "-a" "0aab8e324b5c8b47530f8d2e1e57cc7b0a5c5c2f84033250c097b595deb18714"` Sep 14 08:40:40.674 INFO kablam! usermod: no changes Sep 14 08:40:40.787 INFO kablam! Checking type-name v0.1.0 Sep 14 08:40:40.787 INFO kablam! Checking crossbeam-epoch v0.3.1 Sep 14 08:40:40.787 INFO kablam! Checking shrev v1.0.1 Sep 14 08:40:41.381 INFO kablam! Checking crossbeam-deque v0.2.0 Sep 14 08:40:41.738 INFO kablam! Checking rayon-core v1.4.1 Sep 14 08:40:42.585 INFO kablam! Checking rayon v1.0.2 Sep 14 08:40:46.869 INFO kablam! Checking hibitset v0.5.2 Sep 14 08:40:46.869 INFO kablam! Checking shred v0.7.0 Sep 14 08:40:49.738 INFO kablam! Checking specs v0.12.2 Sep 14 08:40:49.738 INFO kablam! Checking specs v0.11.2 Sep 14 08:40:54.912 INFO kablam! Checking specs_bundler v0.3.2 Sep 14 08:40:55.827 INFO kablam! Checking specs_messenger v0.1.0 (file:///source) Sep 14 08:40:57.200 INFO kablam! error[E0053]: method `build` has an incompatible type for trait Sep 14 08:40:57.200 INFO kablam! --> src/messenger_bundle.rs:31:5 Sep 14 08:40:57.200 INFO kablam! | Sep 14 08:40:57.200 INFO kablam! 31 | / fn build( Sep 14 08:40:57.200 INFO kablam! 32 | | self, Sep 14 08:40:57.200 INFO kablam! 33 | | world: &mut World, Sep 14 08:40:57.200 INFO kablam! 34 | | dispatch_builder: DispatcherBuilder<'a, 'b>, Sep 14 08:40:57.200 INFO kablam! ... | Sep 14 08:40:57.200 INFO kablam! 42 | | )) Sep 14 08:40:57.200 INFO kablam! 43 | | } Sep 14 08:40:57.200 INFO kablam! | |_____^ expected struct `specs::world::World`, found struct `specs::World` Sep 14 08:40:57.200 INFO kablam! | Sep 14 08:40:57.200 INFO kablam! = note: expected type `fn(messenger_bundle::MessengerBundle, &mut specs::world::World, specs::DispatcherBuilder<'a, 'b>) -> std::result::Result, ()>` Sep 14 08:40:57.200 INFO kablam! found type `fn(messenger_bundle::MessengerBundle, &mut specs::World, specs::DispatcherBuilder<'a, 'b>) -> std::result::Result, ()>` Sep 14 08:40:57.203 INFO kablam! note: Perhaps two different versions of crate `specs` are being used? Sep 14 08:40:57.203 INFO kablam! --> src/messenger_bundle.rs:31:5 Sep 14 08:40:57.203 INFO kablam! | Sep 14 08:40:57.203 INFO kablam! 31 | / fn build( Sep 14 08:40:57.203 INFO kablam! 32 | | self, Sep 14 08:40:57.203 INFO kablam! 33 | | world: &mut World, Sep 14 08:40:57.203 INFO kablam! 34 | | dispatch_builder: DispatcherBuilder<'a, 'b>, Sep 14 08:40:57.203 INFO kablam! ... | Sep 14 08:40:57.203 INFO kablam! 42 | | )) Sep 14 08:40:57.203 INFO kablam! 43 | | } Sep 14 08:40:57.203 INFO kablam! | |_____^ Sep 14 08:40:57.203 INFO kablam! Sep 14 08:40:57.209 INFO kablam! error: aborting due to previous error Sep 14 08:40:57.215 INFO kablam! Sep 14 08:40:57.215 INFO kablam! For more information about this error, try `rustc --explain E0053`. Sep 14 08:40:57.227 INFO kablam! error: Could not compile `specs_messenger`. Sep 14 08:40:57.227 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 08:40:57.347 INFO kablam! error[E0053]: method `build` has an incompatible type for trait Sep 14 08:40:57.347 INFO kablam! --> src/messenger_bundle.rs:31:5 Sep 14 08:40:57.347 INFO kablam! | Sep 14 08:40:57.347 INFO kablam! 31 | / fn build( Sep 14 08:40:57.347 INFO kablam! 32 | | self, Sep 14 08:40:57.347 INFO kablam! 33 | | world: &mut World, Sep 14 08:40:57.347 INFO kablam! 34 | | dispatch_builder: DispatcherBuilder<'a, 'b>, Sep 14 08:40:57.347 INFO kablam! ... | Sep 14 08:40:57.347 INFO kablam! 42 | | )) Sep 14 08:40:57.347 INFO kablam! 43 | | } Sep 14 08:40:57.347 INFO kablam! | |_____^ expected struct `specs::world::World`, found struct `specs::World` Sep 14 08:40:57.347 INFO kablam! | Sep 14 08:40:57.347 INFO kablam! = note: expected type `fn(messenger_bundle::MessengerBundle, &mut specs::world::World, specs::DispatcherBuilder<'a, 'b>) -> std::result::Result, ()>` Sep 14 08:40:57.347 INFO kablam! found type `fn(messenger_bundle::MessengerBundle, &mut specs::World, specs::DispatcherBuilder<'a, 'b>) -> std::result::Result, ()>` Sep 14 08:40:57.347 INFO kablam! note: Perhaps two different versions of crate `specs` are being used? Sep 14 08:40:57.347 INFO kablam! --> src/messenger_bundle.rs:31:5 Sep 14 08:40:57.347 INFO kablam! | Sep 14 08:40:57.347 INFO kablam! 31 | / fn build( Sep 14 08:40:57.347 INFO kablam! 32 | | self, Sep 14 08:40:57.347 INFO kablam! 33 | | world: &mut World, Sep 14 08:40:57.347 INFO kablam! 34 | | dispatch_builder: DispatcherBuilder<'a, 'b>, Sep 14 08:40:57.347 INFO kablam! ... | Sep 14 08:40:57.347 INFO kablam! 42 | | )) Sep 14 08:40:57.347 INFO kablam! 43 | | } Sep 14 08:40:57.347 INFO kablam! | |_____^ Sep 14 08:40:57.347 INFO kablam! Sep 14 08:40:57.347 INFO kablam! error: aborting due to previous error Sep 14 08:40:57.347 INFO kablam! Sep 14 08:40:57.347 INFO kablam! For more information about this error, try `rustc --explain E0053`. Sep 14 08:40:57.357 INFO kablam! error: Could not compile `specs_messenger`. Sep 14 08:40:57.357 INFO kablam! Sep 14 08:40:57.357 INFO kablam! To learn more, run the command again with --verbose. Sep 14 08:40:57.359 INFO kablam! su: No module specific data is present Sep 14 08:40:58.165 INFO running `"docker" "rm" "-f" "0aab8e324b5c8b47530f8d2e1e57cc7b0a5c5c2f84033250c097b595deb18714"` Sep 14 08:40:58.445 INFO blam! 0aab8e324b5c8b47530f8d2e1e57cc7b0a5c5c2f84033250c097b595deb18714