Sep 17 16:57:53.464 INFO checking specs_messenger-0.1.0 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 16:57:53.464 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 16:57:53.464 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-5/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 16:57:53.911 INFO blam! 111c7ee38bc5a8d0311d41534b3534ff70ad61c318f924993263d2ae3157ee4c Sep 17 16:57:53.914 INFO running `"docker" "start" "-a" "111c7ee38bc5a8d0311d41534b3534ff70ad61c318f924993263d2ae3157ee4c"` Sep 17 16:57:55.895 INFO kablam! usermod: no changes Sep 17 16:57:56.043 INFO kablam! Checking specs v0.11.2 Sep 17 16:57:58.751 INFO kablam! Checking specs_messenger v0.1.0 (/source) Sep 17 16:57:59.787 INFO kablam! error[E0053]: method `build` has an incompatible type for trait Sep 17 16:57:59.787 INFO kablam! --> src/messenger_bundle.rs:31:5 Sep 17 16:57:59.787 INFO kablam! | Sep 17 16:57:59.787 INFO kablam! 31 | / fn build( Sep 17 16:57:59.787 INFO kablam! 32 | | self, Sep 17 16:57:59.787 INFO kablam! 33 | | world: &mut World, Sep 17 16:57:59.787 INFO kablam! 34 | | dispatch_builder: DispatcherBuilder<'a, 'b>, Sep 17 16:57:59.787 INFO kablam! ... | Sep 17 16:57:59.787 INFO kablam! 42 | | )) Sep 17 16:57:59.795 INFO kablam! 43 | | } Sep 17 16:57:59.795 INFO kablam! | |_____^ expected struct `specs::world::World`, found struct `specs::World` Sep 17 16:57:59.795 INFO kablam! | Sep 17 16:57:59.795 INFO kablam! = note: expected type `fn(messenger_bundle::MessengerBundle, &mut specs::world::World, specs::DispatcherBuilder<'a, 'b>) -> std::result::Result, ()>` Sep 17 16:57:59.795 INFO kablam! found type `fn(messenger_bundle::MessengerBundle, &mut specs::World, specs::DispatcherBuilder<'a, 'b>) -> std::result::Result, ()>` Sep 17 16:57:59.795 INFO kablam! note: Perhaps two different versions of crate `specs` are being used? Sep 17 16:57:59.795 INFO kablam! --> src/messenger_bundle.rs:31:5 Sep 17 16:57:59.795 INFO kablam! | Sep 17 16:57:59.795 INFO kablam! 31 | / fn build( Sep 17 16:57:59.795 INFO kablam! 32 | | self, Sep 17 16:57:59.795 INFO kablam! 33 | | world: &mut World, Sep 17 16:57:59.795 INFO kablam! 34 | | dispatch_builder: DispatcherBuilder<'a, 'b>, Sep 17 16:57:59.795 INFO kablam! ... | Sep 17 16:57:59.795 INFO kablam! 42 | | )) Sep 17 16:57:59.795 INFO kablam! 43 | | } Sep 17 16:57:59.795 INFO kablam! | |_____^ Sep 17 16:57:59.795 INFO kablam! Sep 17 16:57:59.797 INFO kablam! error: aborting due to previous error Sep 17 16:57:59.797 INFO kablam! Sep 17 16:57:59.797 INFO kablam! For more information about this error, try `rustc --explain E0053`. Sep 17 16:57:59.815 INFO kablam! error: Could not compile `specs_messenger`. Sep 17 16:57:59.821 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 16:58:00.111 INFO kablam! error[E0053]: method `build` has an incompatible type for trait Sep 17 16:58:00.111 INFO kablam! --> src/messenger_bundle.rs:31:5 Sep 17 16:58:00.111 INFO kablam! | Sep 17 16:58:00.111 INFO kablam! 31 | / fn build( Sep 17 16:58:00.111 INFO kablam! 32 | | self, Sep 17 16:58:00.111 INFO kablam! 33 | | world: &mut World, Sep 17 16:58:00.111 INFO kablam! 34 | | dispatch_builder: DispatcherBuilder<'a, 'b>, Sep 17 16:58:00.111 INFO kablam! ... | Sep 17 16:58:00.111 INFO kablam! 42 | | )) Sep 17 16:58:00.111 INFO kablam! 43 | | } Sep 17 16:58:00.111 INFO kablam! | |_____^ expected struct `specs::world::World`, found struct `specs::World` Sep 17 16:58:00.111 INFO kablam! | Sep 17 16:58:00.111 INFO kablam! = note: expected type `fn(messenger_bundle::MessengerBundle, &mut specs::world::World, specs::DispatcherBuilder<'a, 'b>) -> std::result::Result, ()>` Sep 17 16:58:00.111 INFO kablam! found type `fn(messenger_bundle::MessengerBundle, &mut specs::World, specs::DispatcherBuilder<'a, 'b>) -> std::result::Result, ()>` Sep 17 16:58:00.111 INFO kablam! note: Perhaps two different versions of crate `specs` are being used? Sep 17 16:58:00.111 INFO kablam! --> src/messenger_bundle.rs:31:5 Sep 17 16:58:00.111 INFO kablam! | Sep 17 16:58:00.111 INFO kablam! 31 | / fn build( Sep 17 16:58:00.111 INFO kablam! 32 | | self, Sep 17 16:58:00.111 INFO kablam! 33 | | world: &mut World, Sep 17 16:58:00.111 INFO kablam! 34 | | dispatch_builder: DispatcherBuilder<'a, 'b>, Sep 17 16:58:00.111 INFO kablam! ... | Sep 17 16:58:00.111 INFO kablam! 42 | | )) Sep 17 16:58:00.111 INFO kablam! 43 | | } Sep 17 16:58:00.111 INFO kablam! | |_____^ Sep 17 16:58:00.111 INFO kablam! Sep 17 16:58:00.114 INFO kablam! error: aborting due to previous error Sep 17 16:58:00.114 INFO kablam! Sep 17 16:58:00.114 INFO kablam! For more information about this error, try `rustc --explain E0053`. Sep 17 16:58:00.131 INFO kablam! error: Could not compile `specs_messenger`. Sep 17 16:58:00.131 INFO kablam! Sep 17 16:58:00.131 INFO kablam! To learn more, run the command again with --verbose. Sep 17 16:58:00.133 INFO kablam! su: No module specific data is present Sep 17 16:58:01.365 INFO running `"docker" "rm" "-f" "111c7ee38bc5a8d0311d41534b3534ff70ad61c318f924993263d2ae3157ee4c"` Sep 17 16:58:01.631 INFO blam! 111c7ee38bc5a8d0311d41534b3534ff70ad61c318f924993263d2ae3157ee4c