Sep 19 17:52:42.036 INFO checking specs_messenger-0.1.0 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 17:52:42.036 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 17:52:42.036 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-0/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 17:52:42.489 INFO blam! d376383d307256796a8b1b32f1a3f5cd289aee791105c185794e2b260029a295 Sep 19 17:52:42.491 INFO running `"docker" "start" "-a" "d376383d307256796a8b1b32f1a3f5cd289aee791105c185794e2b260029a295"` Sep 19 17:52:44.523 INFO kablam! usermod: no changes Sep 19 17:52:44.641 INFO kablam! Checking specs v0.11.2 Sep 19 17:52:44.647 INFO kablam! Checking specs_bundler v0.3.2 Sep 19 17:52:47.796 INFO kablam! Checking specs_messenger v0.1.0 (/source) Sep 19 17:52:49.062 INFO kablam! error[E0053]: method `build` has an incompatible type for trait Sep 19 17:52:49.063 INFO kablam! --> src/messenger_bundle.rs:31:5 Sep 19 17:52:49.063 INFO kablam! | Sep 19 17:52:49.063 INFO kablam! 31 | / fn build( Sep 19 17:52:49.063 INFO kablam! 32 | | self, Sep 19 17:52:49.063 INFO kablam! 33 | | world: &mut World, Sep 19 17:52:49.063 INFO kablam! 34 | | dispatch_builder: DispatcherBuilder<'a, 'b>, Sep 19 17:52:49.063 INFO kablam! ... | Sep 19 17:52:49.063 INFO kablam! 42 | | )) Sep 19 17:52:49.063 INFO kablam! 43 | | } Sep 19 17:52:49.063 INFO kablam! | |_____^ expected struct `specs::world::World`, found struct `specs::World` Sep 19 17:52:49.063 INFO kablam! | Sep 19 17:52:49.063 INFO kablam! = note: expected type `fn(messenger_bundle::MessengerBundle, &mut specs::world::World, specs::DispatcherBuilder<'a, 'b>) -> std::result::Result, ()>` Sep 19 17:52:49.063 INFO kablam! found type `fn(messenger_bundle::MessengerBundle, &mut specs::World, specs::DispatcherBuilder<'a, 'b>) -> std::result::Result, ()>` Sep 19 17:52:49.063 INFO kablam! note: Perhaps two different versions of crate `specs` are being used? Sep 19 17:52:49.063 INFO kablam! --> src/messenger_bundle.rs:31:5 Sep 19 17:52:49.063 INFO kablam! | Sep 19 17:52:49.063 INFO kablam! 31 | / fn build( Sep 19 17:52:49.063 INFO kablam! 32 | | self, Sep 19 17:52:49.063 INFO kablam! 33 | | world: &mut World, Sep 19 17:52:49.063 INFO kablam! 34 | | dispatch_builder: DispatcherBuilder<'a, 'b>, Sep 19 17:52:49.063 INFO kablam! ... | Sep 19 17:52:49.063 INFO kablam! 42 | | )) Sep 19 17:52:49.063 INFO kablam! 43 | | } Sep 19 17:52:49.063 INFO kablam! | |_____^ Sep 19 17:52:49.063 INFO kablam! Sep 19 17:52:49.094 INFO kablam! error: aborting due to previous error Sep 19 17:52:49.095 INFO kablam! Sep 19 17:52:49.095 INFO kablam! For more information about this error, try `rustc --explain E0053`. Sep 19 17:52:49.123 INFO kablam! error: Could not compile `specs_messenger`. Sep 19 17:52:49.123 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 17:52:49.363 INFO kablam! error[E0053]: method `build` has an incompatible type for trait Sep 19 17:52:49.363 INFO kablam! --> src/messenger_bundle.rs:31:5 Sep 19 17:52:49.363 INFO kablam! | Sep 19 17:52:49.364 INFO kablam! 31 | / fn build( Sep 19 17:52:49.364 INFO kablam! 32 | | self, Sep 19 17:52:49.364 INFO kablam! 33 | | world: &mut World, Sep 19 17:52:49.364 INFO kablam! 34 | | dispatch_builder: DispatcherBuilder<'a, 'b>, Sep 19 17:52:49.364 INFO kablam! ... | Sep 19 17:52:49.365 INFO kablam! 42 | | )) Sep 19 17:52:49.365 INFO kablam! 43 | | } Sep 19 17:52:49.365 INFO kablam! | |_____^ expected struct `specs::world::World`, found struct `specs::World` Sep 19 17:52:49.365 INFO kablam! | Sep 19 17:52:49.365 INFO kablam! = note: expected type `fn(messenger_bundle::MessengerBundle, &mut specs::world::World, specs::DispatcherBuilder<'a, 'b>) -> std::result::Result, ()>` Sep 19 17:52:49.366 INFO kablam! found type `fn(messenger_bundle::MessengerBundle, &mut specs::World, specs::DispatcherBuilder<'a, 'b>) -> std::result::Result, ()>` Sep 19 17:52:49.366 INFO kablam! note: Perhaps two different versions of crate `specs` are being used? Sep 19 17:52:49.366 INFO kablam! --> src/messenger_bundle.rs:31:5 Sep 19 17:52:49.366 INFO kablam! | Sep 19 17:52:49.366 INFO kablam! 31 | / fn build( Sep 19 17:52:49.366 INFO kablam! 32 | | self, Sep 19 17:52:49.366 INFO kablam! 33 | | world: &mut World, Sep 19 17:52:49.367 INFO kablam! 34 | | dispatch_builder: DispatcherBuilder<'a, 'b>, Sep 19 17:52:49.367 INFO kablam! ... | Sep 19 17:52:49.367 INFO kablam! 42 | | )) Sep 19 17:52:49.367 INFO kablam! 43 | | } Sep 19 17:52:49.367 INFO kablam! | |_____^ Sep 19 17:52:49.367 INFO kablam! Sep 19 17:52:49.368 INFO kablam! error: aborting due to previous error Sep 19 17:52:49.368 INFO kablam! Sep 19 17:52:49.368 INFO kablam! For more information about this error, try `rustc --explain E0053`. Sep 19 17:52:49.381 INFO kablam! error: Could not compile `specs_messenger`. Sep 19 17:52:49.381 INFO kablam! Sep 19 17:52:49.381 INFO kablam! To learn more, run the command again with --verbose. Sep 19 17:52:49.383 INFO kablam! su: No module specific data is present Sep 19 17:52:50.773 INFO running `"docker" "rm" "-f" "d376383d307256796a8b1b32f1a3f5cd289aee791105c185794e2b260029a295"` Sep 19 17:52:51.083 INFO blam! d376383d307256796a8b1b32f1a3f5cd289aee791105c185794e2b260029a295