Sep 19 17:52:49.057 INFO checking specs_messenger-0.1.0 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 17:52:49.057 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 17:52:49.057 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-7/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-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:49.428 INFO blam! 2b34ff2f662d9fb5d6d991e26083c7d17a97588f5c32233e5c4cfb217ad3160e Sep 19 17:52:49.431 INFO running `"docker" "start" "-a" "2b34ff2f662d9fb5d6d991e26083c7d17a97588f5c32233e5c4cfb217ad3160e"` Sep 19 17:52:51.148 INFO kablam! usermod: no changes Sep 19 17:52:51.263 INFO kablam! Checking specs v0.11.2 Sep 19 17:52:51.263 INFO kablam! Checking specs_bundler v0.3.2 Sep 19 17:52:54.591 INFO kablam! Checking specs_messenger v0.1.0 (/source) Sep 19 17:52:55.375 INFO kablam! error[E0053]: method `build` has an incompatible type for trait Sep 19 17:52:55.375 INFO kablam! --> src/messenger_bundle.rs:31:5 Sep 19 17:52:55.375 INFO kablam! | Sep 19 17:52:55.375 INFO kablam! 31 | / fn build( Sep 19 17:52:55.375 INFO kablam! 32 | | self, Sep 19 17:52:55.375 INFO kablam! 33 | | world: &mut World, Sep 19 17:52:55.375 INFO kablam! 34 | | dispatch_builder: DispatcherBuilder<'a, 'b>, Sep 19 17:52:55.375 INFO kablam! ... | Sep 19 17:52:55.375 INFO kablam! 42 | | )) Sep 19 17:52:55.375 INFO kablam! 43 | | } Sep 19 17:52:55.375 INFO kablam! | |_____^ expected struct `specs::world::World`, found struct `specs::World` Sep 19 17:52:55.375 INFO kablam! | Sep 19 17:52:55.375 INFO kablam! = note: expected type `fn(messenger_bundle::MessengerBundle, &mut specs::world::World, specs::DispatcherBuilder<'a, 'b>) -> std::result::Result, ()>` Sep 19 17:52:55.375 INFO kablam! found type `fn(messenger_bundle::MessengerBundle, &mut specs::World, specs::DispatcherBuilder<'a, 'b>) -> std::result::Result, ()>` Sep 19 17:52:55.375 INFO kablam! note: Perhaps two different versions of crate `specs` are being used? Sep 19 17:52:55.375 INFO kablam! --> src/messenger_bundle.rs:31:5 Sep 19 17:52:55.375 INFO kablam! | Sep 19 17:52:55.375 INFO kablam! 31 | / fn build( Sep 19 17:52:55.375 INFO kablam! 32 | | self, Sep 19 17:52:55.375 INFO kablam! 33 | | world: &mut World, Sep 19 17:52:55.375 INFO kablam! 34 | | dispatch_builder: DispatcherBuilder<'a, 'b>, Sep 19 17:52:55.375 INFO kablam! ... | Sep 19 17:52:55.375 INFO kablam! 42 | | )) Sep 19 17:52:55.375 INFO kablam! 43 | | } Sep 19 17:52:55.375 INFO kablam! | |_____^ Sep 19 17:52:55.375 INFO kablam! Sep 19 17:52:55.388 INFO kablam! error: aborting due to previous error Sep 19 17:52:55.388 INFO kablam! Sep 19 17:52:55.389 INFO kablam! For more information about this error, try `rustc --explain E0053`. Sep 19 17:52:55.389 INFO kablam! error: Could not compile `specs_messenger`. Sep 19 17:52:55.389 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 17:52:55.467 INFO kablam! error[E0053]: method `build` has an incompatible type for trait Sep 19 17:52:55.467 INFO kablam! --> src/messenger_bundle.rs:31:5 Sep 19 17:52:55.467 INFO kablam! | Sep 19 17:52:55.467 INFO kablam! 31 | / fn build( Sep 19 17:52:55.467 INFO kablam! 32 | | self, Sep 19 17:52:55.467 INFO kablam! 33 | | world: &mut World, Sep 19 17:52:55.467 INFO kablam! 34 | | dispatch_builder: DispatcherBuilder<'a, 'b>, Sep 19 17:52:55.467 INFO kablam! ... | Sep 19 17:52:55.467 INFO kablam! 42 | | )) Sep 19 17:52:55.467 INFO kablam! 43 | | } Sep 19 17:52:55.467 INFO kablam! | |_____^ expected struct `specs::world::World`, found struct `specs::World` Sep 19 17:52:55.467 INFO kablam! | Sep 19 17:52:55.467 INFO kablam! = note: expected type `fn(messenger_bundle::MessengerBundle, &mut specs::world::World, specs::DispatcherBuilder<'a, 'b>) -> std::result::Result, ()>` Sep 19 17:52:55.467 INFO kablam! found type `fn(messenger_bundle::MessengerBundle, &mut specs::World, specs::DispatcherBuilder<'a, 'b>) -> std::result::Result, ()>` Sep 19 17:52:55.467 INFO kablam! note: Perhaps two different versions of crate `specs` are being used? Sep 19 17:52:55.467 INFO kablam! --> src/messenger_bundle.rs:31:5 Sep 19 17:52:55.467 INFO kablam! | Sep 19 17:52:55.467 INFO kablam! 31 | / fn build( Sep 19 17:52:55.467 INFO kablam! 32 | | self, Sep 19 17:52:55.467 INFO kablam! 33 | | world: &mut World, Sep 19 17:52:55.467 INFO kablam! 34 | | dispatch_builder: DispatcherBuilder<'a, 'b>, Sep 19 17:52:55.467 INFO kablam! ... | Sep 19 17:52:55.467 INFO kablam! 42 | | )) Sep 19 17:52:55.467 INFO kablam! 43 | | } Sep 19 17:52:55.467 INFO kablam! | |_____^ Sep 19 17:52:55.467 INFO kablam! Sep 19 17:52:55.467 INFO kablam! error: aborting due to previous error Sep 19 17:52:55.467 INFO kablam! Sep 19 17:52:55.467 INFO kablam! For more information about this error, try `rustc --explain E0053`. Sep 19 17:52:55.480 INFO kablam! error: Could not compile `specs_messenger`. Sep 19 17:52:55.480 INFO kablam! Sep 19 17:52:55.480 INFO kablam! To learn more, run the command again with --verbose. Sep 19 17:52:55.480 INFO kablam! su: No module specific data is present Sep 19 17:52:56.609 INFO running `"docker" "rm" "-f" "2b34ff2f662d9fb5d6d991e26083c7d17a97588f5c32233e5c4cfb217ad3160e"` Sep 19 17:52:56.967 INFO blam! 2b34ff2f662d9fb5d6d991e26083c7d17a97588f5c32233e5c4cfb217ad3160e