Sep 01 23:11:21.575 INFO checking specs_messenger-0.1.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 01 23:11:21.575 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 23:11:21.575 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 23:11:21.858 INFO blam! 7ae915f45f060e6ab95aa17bcca5463e955f27bef6f230eaedd06d240699c5c7 Sep 01 23:11:21.860 INFO running `"docker" "start" "-a" "7ae915f45f060e6ab95aa17bcca5463e955f27bef6f230eaedd06d240699c5c7"` Sep 01 23:11:22.981 INFO kablam! Checking specs v0.11.2 Sep 01 23:11:22.984 INFO kablam! Checking specs_bundler v0.3.2 Sep 01 23:11:27.377 INFO kablam! Checking specs_messenger v0.1.0 (file:///source) Sep 01 23:11:29.154 INFO kablam! error[E0053]: method `build` has an incompatible type for trait Sep 01 23:11:29.154 INFO kablam! --> src/messenger_bundle.rs:31:5 Sep 01 23:11:29.154 INFO kablam! | Sep 01 23:11:29.154 INFO kablam! 31 | / fn build( Sep 01 23:11:29.155 INFO kablam! 32 | | self, Sep 01 23:11:29.155 INFO kablam! 33 | | world: &mut World, Sep 01 23:11:29.155 INFO kablam! 34 | | dispatch_builder: DispatcherBuilder<'a, 'b>, Sep 01 23:11:29.155 INFO kablam! ... | Sep 01 23:11:29.155 INFO kablam! 42 | | )) Sep 01 23:11:29.155 INFO kablam! 43 | | } Sep 01 23:11:29.155 INFO kablam! | |_____^ expected struct `specs::world::World`, found struct `specs::World` Sep 01 23:11:29.155 INFO kablam! | Sep 01 23:11:29.155 INFO kablam! = note: expected type `fn(messenger_bundle::MessengerBundle, &mut specs::world::World, specs::DispatcherBuilder<'a, 'b>) -> std::result::Result, ()>` Sep 01 23:11:29.155 INFO kablam! found type `fn(messenger_bundle::MessengerBundle, &mut specs::World, specs::DispatcherBuilder<'a, 'b>) -> std::result::Result, ()>` Sep 01 23:11:29.155 INFO kablam! note: Perhaps two different versions of crate `specs` are being used? Sep 01 23:11:29.155 INFO kablam! --> src/messenger_bundle.rs:31:5 Sep 01 23:11:29.155 INFO kablam! | Sep 01 23:11:29.155 INFO kablam! 31 | / fn build( Sep 01 23:11:29.155 INFO kablam! 32 | | self, Sep 01 23:11:29.155 INFO kablam! 33 | | world: &mut World, Sep 01 23:11:29.155 INFO kablam! 34 | | dispatch_builder: DispatcherBuilder<'a, 'b>, Sep 01 23:11:29.155 INFO kablam! ... | Sep 01 23:11:29.155 INFO kablam! 42 | | )) Sep 01 23:11:29.155 INFO kablam! 43 | | } Sep 01 23:11:29.155 INFO kablam! | |_____^ Sep 01 23:11:29.155 INFO kablam! Sep 01 23:11:29.159 INFO kablam! error: aborting due to previous error Sep 01 23:11:29.159 INFO kablam! Sep 01 23:11:29.159 INFO kablam! For more information about this error, try `rustc --explain E0053`. Sep 01 23:11:29.170 INFO kablam! error: Could not compile `specs_messenger`. Sep 01 23:11:29.170 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 23:11:29.267 INFO kablam! error[E0053]: method `build` has an incompatible type for trait Sep 01 23:11:29.267 INFO kablam! --> src/messenger_bundle.rs:31:5 Sep 01 23:11:29.267 INFO kablam! | Sep 01 23:11:29.267 INFO kablam! 31 | / fn build( Sep 01 23:11:29.267 INFO kablam! 32 | | self, Sep 01 23:11:29.267 INFO kablam! 33 | | world: &mut World, Sep 01 23:11:29.267 INFO kablam! 34 | | dispatch_builder: DispatcherBuilder<'a, 'b>, Sep 01 23:11:29.267 INFO kablam! ... | Sep 01 23:11:29.267 INFO kablam! 42 | | )) Sep 01 23:11:29.267 INFO kablam! 43 | | } Sep 01 23:11:29.267 INFO kablam! | |_____^ expected struct `specs::world::World`, found struct `specs::World` Sep 01 23:11:29.267 INFO kablam! | Sep 01 23:11:29.267 INFO kablam! = note: expected type `fn(messenger_bundle::MessengerBundle, &mut specs::world::World, specs::DispatcherBuilder<'a, 'b>) -> std::result::Result, ()>` Sep 01 23:11:29.267 INFO kablam! found type `fn(messenger_bundle::MessengerBundle, &mut specs::World, specs::DispatcherBuilder<'a, 'b>) -> std::result::Result, ()>` Sep 01 23:11:29.268 INFO kablam! note: Perhaps two different versions of crate `specs` are being used? Sep 01 23:11:29.268 INFO kablam! --> src/messenger_bundle.rs:31:5 Sep 01 23:11:29.268 INFO kablam! | Sep 01 23:11:29.268 INFO kablam! 31 | / fn build( Sep 01 23:11:29.268 INFO kablam! 32 | | self, Sep 01 23:11:29.268 INFO kablam! 33 | | world: &mut World, Sep 01 23:11:29.268 INFO kablam! 34 | | dispatch_builder: DispatcherBuilder<'a, 'b>, Sep 01 23:11:29.268 INFO kablam! ... | Sep 01 23:11:29.268 INFO kablam! 42 | | )) Sep 01 23:11:29.268 INFO kablam! 43 | | } Sep 01 23:11:29.269 INFO kablam! | |_____^ Sep 01 23:11:29.269 INFO kablam! Sep 01 23:11:29.279 INFO kablam! error: aborting due to previous error Sep 01 23:11:29.279 INFO kablam! Sep 01 23:11:29.279 INFO kablam! For more information about this error, try `rustc --explain E0053`. Sep 01 23:11:29.294 INFO kablam! error: Could not compile `specs_messenger`. Sep 01 23:11:29.294 INFO kablam! Sep 01 23:11:29.294 INFO kablam! To learn more, run the command again with --verbose. Sep 01 23:11:29.296 INFO kablam! su: No module specific data is present Sep 01 23:11:29.831 INFO running `"docker" "rm" "-f" "7ae915f45f060e6ab95aa17bcca5463e955f27bef6f230eaedd06d240699c5c7"` Sep 01 23:11:29.962 INFO blam! 7ae915f45f060e6ab95aa17bcca5463e955f27bef6f230eaedd06d240699c5c7