Sep 17 21:12:21.137 INFO checking mop-definitions-0.0.2 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 21:12:21.137 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 21:12:21.137 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-0/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 21:12:21.366 INFO blam! 59b6c50ff87011e0c0fad928b62c8726a6e30673c512a5c2f7add39d64aa443c Sep 17 21:12:21.369 INFO running `"docker" "start" "-a" "59b6c50ff87011e0c0fad928b62c8726a6e30673c512a5c2f7add39d64aa443c"` Sep 17 21:12:22.197 INFO kablam! usermod: no changes Sep 17 21:12:22.243 INFO kablam! warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest Sep 17 21:12:22.393 INFO kablam! Checking mop-structs v0.0.2 Sep 17 21:12:22.396 INFO kablam! Checking mop-common v0.0.2 Sep 17 21:12:23.896 INFO kablam! Checking mop-blocks v0.0.2 Sep 17 21:12:24.735 INFO kablam! Checking mop-facades v0.0.2 Sep 17 21:12:24.735 INFO kablam! Checking mop-solvers v0.0.2 Sep 17 21:12:25.785 INFO kablam! Checking mop-adapters v0.0.2 Sep 17 21:12:26.172 INFO kablam! Checking mop v0.0.2 Sep 17 21:12:26.543 INFO kablam! Checking mop-definitions v0.0.2 (/source) Sep 17 21:12:27.323 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 17 21:12:27.323 INFO kablam! --> src/lib.rs:1:27 Sep 17 21:12:27.323 INFO kablam! | Sep 17 21:12:27.323 INFO kablam! 1 | #![feature(uniform_paths, proc_macro_path_invoc)] Sep 17 21:12:27.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 17 21:12:27.323 INFO kablam! | Sep 17 21:12:27.323 INFO kablam! = note: #[warn(stable_features)] on by default Sep 17 21:12:27.323 INFO kablam! Sep 17 21:12:27.392 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 17 21:12:27.392 INFO kablam! --> src/lib.rs:1:27 Sep 17 21:12:27.392 INFO kablam! | Sep 17 21:12:27.392 INFO kablam! 1 | #![feature(uniform_paths, proc_macro_path_invoc)] Sep 17 21:12:27.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 17 21:12:27.392 INFO kablam! | Sep 17 21:12:27.392 INFO kablam! = note: #[warn(stable_features)] on by default Sep 17 21:12:27.392 INFO kablam! Sep 17 21:12:28.898 INFO kablam! error[E0433]: failed to resolve. Could not find `mop_problems` in `{{root}}` Sep 17 21:12:28.898 INFO kablam! --> benches/lib.rs:15:5 Sep 17 21:12:28.898 INFO kablam! | Sep 17 21:12:28.898 INFO kablam! 15 | mop_problems::{constr::Constr, prelude::*}, Sep 17 21:12:28.898 INFO kablam! | ^^^^^^^^^^^^ Could not find `mop_problems` in `{{root}}` Sep 17 21:12:28.898 INFO kablam! Sep 17 21:12:28.898 INFO kablam! error[E0432]: unresolved import `mop::genetic_algorithm::spea2::Spea2Builder` Sep 17 21:12:28.898 INFO kablam! --> benches/lib.rs:4:9 Sep 17 21:12:28.898 INFO kablam! | Sep 17 21:12:28.898 INFO kablam! 4 | genetic_algorithm::spea2::Spea2Builder, Sep 17 21:12:28.898 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Spea2Builder` in `genetic_algorithm::spea2` Sep 17 21:12:28.898 INFO kablam! Sep 17 21:12:28.922 INFO kablam! error[E0422]: cannot find struct, variant or union type `Constr` in this scope Sep 17 21:12:28.922 INFO kablam! --> benches/lib.rs:21:27 Sep 17 21:12:28.922 INFO kablam! | Sep 17 21:12:28.922 INFO kablam! 21 | let mut sch = Constr {}; Sep 17 21:12:28.923 INFO kablam! | ^^^^^^ not found in this scope Sep 17 21:12:28.923 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 17 21:12:28.923 INFO kablam! | Sep 17 21:12:28.923 INFO kablam! 1 | use mop_definitions::constr::Constr; Sep 17 21:12:28.923 INFO kablam! | Sep 17 21:12:28.923 INFO kablam! Sep 17 21:12:28.923 INFO kablam! warning: unused imports: `constr::Constr`, `prelude::*` Sep 17 21:12:28.923 INFO kablam! --> benches/lib.rs:15:20 Sep 17 21:12:28.923 INFO kablam! | Sep 17 21:12:28.923 INFO kablam! 15 | mop_problems::{constr::Constr, prelude::*}, Sep 17 21:12:28.923 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^^^^ Sep 17 21:12:28.923 INFO kablam! | Sep 17 21:12:28.923 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 21:12:28.923 INFO kablam! Sep 17 21:12:28.929 INFO kablam! error[E0107]: wrong number of type arguments: expected 3, found 4 Sep 17 21:12:28.929 INFO kablam! --> benches/lib.rs:23:51 Sep 17 21:12:28.929 INFO kablam! | Sep 17 21:12:28.929 INFO kablam! 23 | OptFacadeBuilder::<'_, _, f64, _, f64>::new() Sep 17 21:12:28.929 INFO kablam! | ^^^ unexpected type argument Sep 17 21:12:28.930 INFO kablam! Sep 17 21:12:28.996 INFO kablam! error[E0599]: no method named `definitions` found for type `mop_facades::opt_facade_builder::OptFacadeBuilder<'_, _, f64, _>` in the current scope Sep 17 21:12:28.996 INFO kablam! --> benches/lib.rs:24:22 Sep 17 21:12:28.996 INFO kablam! | Sep 17 21:12:28.996 INFO kablam! 24 | .definitions(defs.build()) Sep 17 21:12:28.996 INFO kablam! | ^^^^^^^^^^^ Sep 17 21:12:28.996 INFO kablam! Sep 17 21:12:29.003 INFO kablam! error: aborting due to 5 previous errors Sep 17 21:12:29.003 INFO kablam! Sep 17 21:12:29.003 INFO kablam! Some errors occurred: E0107, E0422, E0432, E0433, E0599. Sep 17 21:12:29.003 INFO kablam! For more information about an error, try `rustc --explain E0107`. Sep 17 21:12:29.018 INFO kablam! error: Could not compile `mop-definitions`. Sep 17 21:12:29.018 INFO kablam! Sep 17 21:12:29.018 INFO kablam! To learn more, run the command again with --verbose. Sep 17 21:12:29.019 INFO kablam! su: No module specific data is present Sep 17 21:12:29.685 INFO running `"docker" "rm" "-f" "59b6c50ff87011e0c0fad928b62c8726a6e30673c512a5c2f7add39d64aa443c"` Sep 17 21:12:29.740 INFO blam! 59b6c50ff87011e0c0fad928b62c8726a6e30673c512a5c2f7add39d64aa443c