Sep 20 00:02:49.070 INFO checking mop-definitions-0.0.2 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 00:02:49.070 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 00:02:49.070 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-3/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 00:02:49.257 INFO blam! 326705d989c9e302f2d9f902bef32720d6442b7eb573ecd389e9d72f5f58a82a Sep 20 00:02:49.258 INFO running `"docker" "start" "-a" "326705d989c9e302f2d9f902bef32720d6442b7eb573ecd389e9d72f5f58a82a"` Sep 20 00:02:50.219 INFO kablam! usermod: no changes Sep 20 00:02:50.243 INFO kablam! warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest Sep 20 00:02:50.426 INFO kablam! Checking mop-solvers v0.0.2 Sep 20 00:02:50.430 INFO kablam! Checking mop-facades v0.0.2 Sep 20 00:02:51.076 INFO kablam! Checking mop-adapters v0.0.2 Sep 20 00:02:51.534 INFO kablam! Checking mop v0.0.2 Sep 20 00:02:51.954 INFO kablam! Checking mop-definitions v0.0.2 (/source) Sep 20 00:02:52.770 INFO kablam! warning: the feature `proc_macro_path_invoc` has been stable since 1.30.0 and no longer requires an attribute to enable Sep 20 00:02:52.770 INFO kablam! --> src/lib.rs:1:27 Sep 20 00:02:52.770 INFO kablam! | Sep 20 00:02:52.770 INFO kablam! 1 | #![feature(uniform_paths, proc_macro_path_invoc)] Sep 20 00:02:52.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:02:52.770 INFO kablam! | Sep 20 00:02:52.770 INFO kablam! = note: #[warn(stable_features)] on by default Sep 20 00:02:52.770 INFO kablam! Sep 20 00:02:52.924 INFO kablam! warning: the feature `proc_macro_path_invoc` has been stable since 1.30.0 and no longer requires an attribute to enable Sep 20 00:02:52.924 INFO kablam! --> src/lib.rs:1:27 Sep 20 00:02:52.924 INFO kablam! | Sep 20 00:02:52.924 INFO kablam! 1 | #![feature(uniform_paths, proc_macro_path_invoc)] Sep 20 00:02:52.924 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:02:52.924 INFO kablam! | Sep 20 00:02:52.924 INFO kablam! = note: #[warn(stable_features)] on by default Sep 20 00:02:52.924 INFO kablam! Sep 20 00:02:54.524 INFO kablam! error[E0433]: failed to resolve. Could not find `mop_problems` in `{{root}}` Sep 20 00:02:54.525 INFO kablam! --> benches/lib.rs:15:5 Sep 20 00:02:54.525 INFO kablam! | Sep 20 00:02:54.525 INFO kablam! 15 | mop_problems::{constr::Constr, prelude::*}, Sep 20 00:02:54.525 INFO kablam! | ^^^^^^^^^^^^ Could not find `mop_problems` in `{{root}}` Sep 20 00:02:54.525 INFO kablam! Sep 20 00:02:54.525 INFO kablam! error[E0432]: unresolved import `mop::genetic_algorithm::spea2::Spea2Builder` Sep 20 00:02:54.525 INFO kablam! --> benches/lib.rs:4:9 Sep 20 00:02:54.525 INFO kablam! | Sep 20 00:02:54.525 INFO kablam! 4 | genetic_algorithm::spea2::Spea2Builder, Sep 20 00:02:54.525 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Spea2Builder` in `genetic_algorithm::spea2` Sep 20 00:02:54.525 INFO kablam! Sep 20 00:02:54.549 INFO kablam! error[E0422]: cannot find struct, variant or union type `Constr` in this scope Sep 20 00:02:54.549 INFO kablam! --> benches/lib.rs:21:27 Sep 20 00:02:54.549 INFO kablam! | Sep 20 00:02:54.549 INFO kablam! 21 | let mut sch = Constr {}; Sep 20 00:02:54.549 INFO kablam! | ^^^^^^ not found in this scope Sep 20 00:02:54.550 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 20 00:02:54.550 INFO kablam! | Sep 20 00:02:54.550 INFO kablam! 1 | use mop_definitions::constr::Constr; Sep 20 00:02:54.550 INFO kablam! | Sep 20 00:02:54.550 INFO kablam! Sep 20 00:02:54.550 INFO kablam! warning: unused imports: `constr::Constr`, `prelude::*` Sep 20 00:02:54.550 INFO kablam! --> benches/lib.rs:15:20 Sep 20 00:02:54.550 INFO kablam! | Sep 20 00:02:54.550 INFO kablam! 15 | mop_problems::{constr::Constr, prelude::*}, Sep 20 00:02:54.550 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^^^^ Sep 20 00:02:54.550 INFO kablam! | Sep 20 00:02:54.550 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 00:02:54.550 INFO kablam! Sep 20 00:02:54.558 INFO kablam! error[E0107]: wrong number of type arguments: expected 3, found 4 Sep 20 00:02:54.558 INFO kablam! --> benches/lib.rs:23:51 Sep 20 00:02:54.558 INFO kablam! | Sep 20 00:02:54.558 INFO kablam! 23 | OptFacadeBuilder::<'_, _, f64, _, f64>::new() Sep 20 00:02:54.558 INFO kablam! | ^^^ unexpected type argument Sep 20 00:02:54.558 INFO kablam! Sep 20 00:02:54.661 INFO kablam! error[E0599]: no method named `definitions` found for type `mop_facades::opt_facade_builder::OptFacadeBuilder<'_, _, f64, _>` in the current scope Sep 20 00:02:54.661 INFO kablam! --> benches/lib.rs:24:22 Sep 20 00:02:54.661 INFO kablam! | Sep 20 00:02:54.661 INFO kablam! 24 | .definitions(defs.build()) Sep 20 00:02:54.661 INFO kablam! | ^^^^^^^^^^^ Sep 20 00:02:54.661 INFO kablam! Sep 20 00:02:54.672 INFO kablam! error: aborting due to 5 previous errors Sep 20 00:02:54.672 INFO kablam! Sep 20 00:02:54.672 INFO kablam! Some errors occurred: E0107, E0422, E0432, E0433, E0599. Sep 20 00:02:54.672 INFO kablam! For more information about an error, try `rustc --explain E0107`. Sep 20 00:02:54.691 INFO kablam! error: Could not compile `mop-definitions`. Sep 20 00:02:54.691 INFO kablam! Sep 20 00:02:54.691 INFO kablam! To learn more, run the command again with --verbose. Sep 20 00:02:54.693 INFO kablam! su: No module specific data is present Sep 20 00:02:55.468 INFO running `"docker" "rm" "-f" "326705d989c9e302f2d9f902bef32720d6442b7eb573ecd389e9d72f5f58a82a"` Sep 20 00:02:55.568 INFO blam! 326705d989c9e302f2d9f902bef32720d6442b7eb573ecd389e9d72f5f58a82a