Sep 17 16:57:53.427 INFO checking specs_messenger-0.1.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 16:57:53.427 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 16:57:53.427 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-2/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-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.864 INFO blam! 3414019cb59dafac575644c1d5a96e5dde7fff413e7c3048f3a9a4d9f842ebf2 Sep 17 16:57:53.866 INFO running `"docker" "start" "-a" "3414019cb59dafac575644c1d5a96e5dde7fff413e7c3048f3a9a4d9f842ebf2"` Sep 17 16:57:55.638 INFO kablam! usermod: no changes Sep 17 16:57:55.758 INFO kablam! Checking specs v0.11.2 Sep 17 16:57:55.759 INFO kablam! Checking specs_bundler v0.3.2 Sep 17 16:57:58.787 INFO kablam! Checking specs_messenger v0.1.0 (/source) Sep 17 16:57:59.935 INFO kablam! error[E0053]: method `build` has an incompatible type for trait Sep 17 16:57:59.935 INFO kablam! --> src/messenger_bundle.rs:31:5 Sep 17 16:57:59.935 INFO kablam! | Sep 17 16:57:59.935 INFO kablam! 31 | / fn build( Sep 17 16:57:59.935 INFO kablam! 32 | | self, Sep 17 16:57:59.936 INFO kablam! 33 | | world: &mut World, Sep 17 16:57:59.936 INFO kablam! 34 | | dispatch_builder: DispatcherBuilder<'a, 'b>, Sep 17 16:57:59.936 INFO kablam! ... | Sep 17 16:57:59.936 INFO kablam! 42 | | )) Sep 17 16:57:59.936 INFO kablam! 43 | | } Sep 17 16:57:59.936 INFO kablam! | |_____^ expected struct `specs::world::World`, found struct `specs::World` Sep 17 16:57:59.936 INFO kablam! | Sep 17 16:57:59.936 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.936 INFO kablam! found type `fn(messenger_bundle::MessengerBundle, &mut specs::World, specs::DispatcherBuilder<'a, 'b>) -> std::result::Result, ()>` Sep 17 16:57:59.936 INFO kablam! note: Perhaps two different versions of crate `specs` are being used? Sep 17 16:57:59.936 INFO kablam! --> src/messenger_bundle.rs:31:5 Sep 17 16:57:59.936 INFO kablam! | Sep 17 16:57:59.936 INFO kablam! 31 | / fn build( Sep 17 16:57:59.936 INFO kablam! 32 | | self, Sep 17 16:57:59.936 INFO kablam! 33 | | world: &mut World, Sep 17 16:57:59.936 INFO kablam! 34 | | dispatch_builder: DispatcherBuilder<'a, 'b>, Sep 17 16:57:59.937 INFO kablam! ... | Sep 17 16:57:59.937 INFO kablam! 42 | | )) Sep 17 16:57:59.937 INFO kablam! 43 | | } Sep 17 16:57:59.937 INFO kablam! | |_____^ Sep 17 16:57:59.937 INFO kablam! Sep 17 16:57:59.944 INFO kablam! error: aborting due to previous error Sep 17 16:57:59.944 INFO kablam! Sep 17 16:57:59.947 INFO kablam! For more information about this error, try `rustc --explain E0053`. Sep 17 16:57:59.958 INFO kablam! error: Could not compile `specs_messenger`. Sep 17 16:57:59.958 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 16:58:00.195 INFO kablam! error[E0053]: method `build` has an incompatible type for trait Sep 17 16:58:00.195 INFO kablam! --> src/messenger_bundle.rs:31:5 Sep 17 16:58:00.195 INFO kablam! | Sep 17 16:58:00.195 INFO kablam! 31 | / fn build( Sep 17 16:58:00.195 INFO kablam! 32 | | self, Sep 17 16:58:00.195 INFO kablam! 33 | | world: &mut World, Sep 17 16:58:00.195 INFO kablam! 34 | | dispatch_builder: DispatcherBuilder<'a, 'b>, Sep 17 16:58:00.195 INFO kablam! ... | Sep 17 16:58:00.195 INFO kablam! 42 | | )) Sep 17 16:58:00.195 INFO kablam! 43 | | } Sep 17 16:58:00.195 INFO kablam! | |_____^ expected struct `specs::world::World`, found struct `specs::World` Sep 17 16:58:00.195 INFO kablam! | Sep 17 16:58:00.195 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.195 INFO kablam! found type `fn(messenger_bundle::MessengerBundle, &mut specs::World, specs::DispatcherBuilder<'a, 'b>) -> std::result::Result, ()>` Sep 17 16:58:00.195 INFO kablam! note: Perhaps two different versions of crate `specs` are being used? Sep 17 16:58:00.195 INFO kablam! --> src/messenger_bundle.rs:31:5 Sep 17 16:58:00.195 INFO kablam! | Sep 17 16:58:00.195 INFO kablam! 31 | / fn build( Sep 17 16:58:00.195 INFO kablam! 32 | | self, Sep 17 16:58:00.195 INFO kablam! 33 | | world: &mut World, Sep 17 16:58:00.195 INFO kablam! 34 | | dispatch_builder: DispatcherBuilder<'a, 'b>, Sep 17 16:58:00.195 INFO kablam! ... | Sep 17 16:58:00.195 INFO kablam! 42 | | )) Sep 17 16:58:00.195 INFO kablam! 43 | | } Sep 17 16:58:00.195 INFO kablam! | |_____^ Sep 17 16:58:00.195 INFO kablam! Sep 17 16:58:00.200 INFO kablam! error: aborting due to previous error Sep 17 16:58:00.200 INFO kablam! Sep 17 16:58:00.200 INFO kablam! For more information about this error, try `rustc --explain E0053`. Sep 17 16:58:00.218 INFO kablam! error: Could not compile `specs_messenger`. Sep 17 16:58:00.218 INFO kablam! Sep 17 16:58:00.218 INFO kablam! To learn more, run the command again with --verbose. Sep 17 16:58:00.218 INFO kablam! su: No module specific data is present Sep 17 16:58:01.281 INFO running `"docker" "rm" "-f" "3414019cb59dafac575644c1d5a96e5dde7fff413e7c3048f3a9a4d9f842ebf2"` Sep 17 16:58:01.530 INFO blam! 3414019cb59dafac575644c1d5a96e5dde7fff413e7c3048f3a9a4d9f842ebf2