Sep 19 19:51:32.346 INFO checking specs_messenger-0.1.0 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 19:51:32.346 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 19:51:32.346 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-7/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 19:51:32.533 INFO blam! 076e130e0b42516615fe2945f68cac60d83dad881b966332e03453240696107e Sep 19 19:51:32.535 INFO running `"docker" "start" "-a" "076e130e0b42516615fe2945f68cac60d83dad881b966332e03453240696107e"` Sep 19 19:51:34.506 INFO kablam! usermod: no changes Sep 19 19:51:34.747 INFO kablam! Checking type-name v0.1.0 Sep 19 19:51:34.762 INFO kablam! Checking shrev v1.0.1 Sep 19 19:51:34.782 INFO kablam! Checking shred v0.7.0 Sep 19 19:51:34.782 INFO kablam! Checking hibitset v0.5.2 Sep 19 19:51:38.229 INFO kablam! Checking specs v0.12.2 Sep 19 19:51:38.229 INFO kablam! Checking specs v0.11.2 Sep 19 19:51:42.016 INFO kablam! Checking specs_bundler v0.3.2 Sep 19 19:51:43.091 INFO kablam! Checking specs_messenger v0.1.0 (/source) Sep 19 19:51:43.970 INFO kablam! error[E0053]: method `build` has an incompatible type for trait Sep 19 19:51:43.970 INFO kablam! --> src/messenger_bundle.rs:31:5 Sep 19 19:51:43.970 INFO kablam! | Sep 19 19:51:43.970 INFO kablam! 31 | / fn build( Sep 19 19:51:43.970 INFO kablam! 32 | | self, Sep 19 19:51:43.970 INFO kablam! 33 | | world: &mut World, Sep 19 19:51:43.970 INFO kablam! 34 | | dispatch_builder: DispatcherBuilder<'a, 'b>, Sep 19 19:51:43.970 INFO kablam! ... | Sep 19 19:51:43.970 INFO kablam! 42 | | )) Sep 19 19:51:43.970 INFO kablam! 43 | | } Sep 19 19:51:43.970 INFO kablam! | |_____^ expected struct `specs::world::World`, found struct `specs::World` Sep 19 19:51:43.970 INFO kablam! | Sep 19 19:51:43.970 INFO kablam! = note: expected type `fn(messenger_bundle::MessengerBundle, &mut specs::world::World, specs::DispatcherBuilder<'a, 'b>) -> std::result::Result, ()>` Sep 19 19:51:43.970 INFO kablam! found type `fn(messenger_bundle::MessengerBundle, &mut specs::World, specs::DispatcherBuilder<'a, 'b>) -> std::result::Result, ()>` Sep 19 19:51:43.974 INFO kablam! note: Perhaps two different versions of crate `specs` are being used? Sep 19 19:51:43.974 INFO kablam! --> src/messenger_bundle.rs:31:5 Sep 19 19:51:43.974 INFO kablam! | Sep 19 19:51:43.974 INFO kablam! 31 | / fn build( Sep 19 19:51:43.974 INFO kablam! 32 | | self, Sep 19 19:51:43.974 INFO kablam! 33 | | world: &mut World, Sep 19 19:51:43.974 INFO kablam! 34 | | dispatch_builder: DispatcherBuilder<'a, 'b>, Sep 19 19:51:43.974 INFO kablam! ... | Sep 19 19:51:43.974 INFO kablam! 42 | | )) Sep 19 19:51:43.974 INFO kablam! 43 | | } Sep 19 19:51:43.974 INFO kablam! | |_____^ Sep 19 19:51:43.974 INFO kablam! Sep 19 19:51:43.978 INFO kablam! error: aborting due to previous error Sep 19 19:51:43.978 INFO kablam! Sep 19 19:51:43.978 INFO kablam! For more information about this error, try `rustc --explain E0053`. Sep 19 19:51:43.988 INFO kablam! error: Could not compile `specs_messenger`. Sep 19 19:51:43.988 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 19:51:44.014 INFO kablam! error[E0053]: method `build` has an incompatible type for trait Sep 19 19:51:44.014 INFO kablam! --> src/messenger_bundle.rs:31:5 Sep 19 19:51:44.014 INFO kablam! | Sep 19 19:51:44.014 INFO kablam! 31 | / fn build( Sep 19 19:51:44.014 INFO kablam! 32 | | self, Sep 19 19:51:44.014 INFO kablam! 33 | | world: &mut World, Sep 19 19:51:44.014 INFO kablam! 34 | | dispatch_builder: DispatcherBuilder<'a, 'b>, Sep 19 19:51:44.014 INFO kablam! ... | Sep 19 19:51:44.014 INFO kablam! 42 | | )) Sep 19 19:51:44.014 INFO kablam! 43 | | } Sep 19 19:51:44.014 INFO kablam! | |_____^ expected struct `specs::world::World`, found struct `specs::World` Sep 19 19:51:44.014 INFO kablam! | Sep 19 19:51:44.014 INFO kablam! = note: expected type `fn(messenger_bundle::MessengerBundle, &mut specs::world::World, specs::DispatcherBuilder<'a, 'b>) -> std::result::Result, ()>` Sep 19 19:51:44.014 INFO kablam! found type `fn(messenger_bundle::MessengerBundle, &mut specs::World, specs::DispatcherBuilder<'a, 'b>) -> std::result::Result, ()>` Sep 19 19:51:44.014 INFO kablam! note: Perhaps two different versions of crate `specs` are being used? Sep 19 19:51:44.014 INFO kablam! --> src/messenger_bundle.rs:31:5 Sep 19 19:51:44.014 INFO kablam! | Sep 19 19:51:44.014 INFO kablam! 31 | / fn build( Sep 19 19:51:44.014 INFO kablam! 32 | | self, Sep 19 19:51:44.014 INFO kablam! 33 | | world: &mut World, Sep 19 19:51:44.014 INFO kablam! 34 | | dispatch_builder: DispatcherBuilder<'a, 'b>, Sep 19 19:51:44.014 INFO kablam! ... | Sep 19 19:51:44.014 INFO kablam! 42 | | )) Sep 19 19:51:44.014 INFO kablam! 43 | | } Sep 19 19:51:44.014 INFO kablam! | |_____^ Sep 19 19:51:44.014 INFO kablam! Sep 19 19:51:44.018 INFO kablam! error: aborting due to previous error Sep 19 19:51:44.018 INFO kablam! Sep 19 19:51:44.018 INFO kablam! For more information about this error, try `rustc --explain E0053`. Sep 19 19:51:44.030 INFO kablam! error: Could not compile `specs_messenger`. Sep 19 19:51:44.030 INFO kablam! Sep 19 19:51:44.030 INFO kablam! To learn more, run the command again with --verbose. Sep 19 19:51:44.031 INFO kablam! su: No module specific data is present Sep 19 19:51:45.056 INFO running `"docker" "rm" "-f" "076e130e0b42516615fe2945f68cac60d83dad881b966332e03453240696107e"` Sep 19 19:51:45.167 INFO blam! 076e130e0b42516615fe2945f68cac60d83dad881b966332e03453240696107e