Sep 21 06:53:23.118 INFO checking mop-definitions-0.0.2 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 06:53:23.118 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 06:53:23.118 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-2/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 06:53:23.285 INFO blam! df40814ce6a90f0c09290effe9e871d9a39be83451851165fce7be1c2ff555aa Sep 21 06:53:23.287 INFO running `"docker" "start" "-a" "df40814ce6a90f0c09290effe9e871d9a39be83451851165fce7be1c2ff555aa"` Sep 21 06:53:24.047 INFO kablam! usermod: no changes Sep 21 06:53:24.064 INFO kablam! warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest Sep 21 06:53:24.223 INFO kablam! Checking mop-solvers v0.0.2 Sep 21 06:53:24.223 INFO kablam! Checking mop-facades v0.0.2 Sep 21 06:53:24.867 INFO kablam! Checking mop-adapters v0.0.2 Sep 21 06:53:25.317 INFO kablam! Checking mop v0.0.2 Sep 21 06:53:25.706 INFO kablam! Checking mop-definitions v0.0.2 (/source) Sep 21 06:53:26.594 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 21 06:53:26.594 INFO kablam! --> src/lib.rs:1:27 Sep 21 06:53:26.594 INFO kablam! | Sep 21 06:53:26.594 INFO kablam! 1 | #![feature(uniform_paths, proc_macro_path_invoc)] Sep 21 06:53:26.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:53:26.594 INFO kablam! | Sep 21 06:53:26.594 INFO kablam! = note: #[warn(stable_features)] on by default Sep 21 06:53:26.594 INFO kablam! Sep 21 06:53:26.696 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 21 06:53:26.696 INFO kablam! --> src/lib.rs:1:27 Sep 21 06:53:26.696 INFO kablam! | Sep 21 06:53:26.696 INFO kablam! 1 | #![feature(uniform_paths, proc_macro_path_invoc)] Sep 21 06:53:26.696 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:53:26.696 INFO kablam! | Sep 21 06:53:26.696 INFO kablam! = note: #[warn(stable_features)] on by default Sep 21 06:53:26.696 INFO kablam! Sep 21 06:53:28.914 INFO kablam! error[E0433]: failed to resolve. Could not find `mop_problems` in `{{root}}` Sep 21 06:53:28.914 INFO kablam! --> benches/lib.rs:15:5 Sep 21 06:53:28.914 INFO kablam! | Sep 21 06:53:28.914 INFO kablam! 15 | mop_problems::{constr::Constr, prelude::*}, Sep 21 06:53:28.914 INFO kablam! | ^^^^^^^^^^^^ Could not find `mop_problems` in `{{root}}` Sep 21 06:53:28.914 INFO kablam! Sep 21 06:53:28.914 INFO kablam! error[E0432]: unresolved import `mop::genetic_algorithm::spea2::Spea2Builder` Sep 21 06:53:28.914 INFO kablam! --> benches/lib.rs:4:9 Sep 21 06:53:28.914 INFO kablam! | Sep 21 06:53:28.914 INFO kablam! 4 | genetic_algorithm::spea2::Spea2Builder, Sep 21 06:53:28.914 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Spea2Builder` in `genetic_algorithm::spea2` Sep 21 06:53:28.914 INFO kablam! Sep 21 06:53:28.945 INFO kablam! error[E0422]: cannot find struct, variant or union type `Constr` in this scope Sep 21 06:53:28.945 INFO kablam! --> benches/lib.rs:21:27 Sep 21 06:53:28.945 INFO kablam! | Sep 21 06:53:28.945 INFO kablam! 21 | let mut sch = Constr {}; Sep 21 06:53:28.945 INFO kablam! | ^^^^^^ not found in this scope Sep 21 06:53:28.945 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 21 06:53:28.946 INFO kablam! | Sep 21 06:53:28.946 INFO kablam! 1 | use mop_definitions::constr::Constr; Sep 21 06:53:28.946 INFO kablam! | Sep 21 06:53:28.946 INFO kablam! Sep 21 06:53:28.946 INFO kablam! warning: unused imports: `constr::Constr`, `prelude::*` Sep 21 06:53:28.946 INFO kablam! --> benches/lib.rs:15:20 Sep 21 06:53:28.946 INFO kablam! | Sep 21 06:53:28.946 INFO kablam! 15 | mop_problems::{constr::Constr, prelude::*}, Sep 21 06:53:28.946 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^^^^ Sep 21 06:53:28.946 INFO kablam! | Sep 21 06:53:28.946 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 06:53:28.946 INFO kablam! Sep 21 06:53:28.948 INFO kablam! error[E0107]: wrong number of type arguments: expected 3, found 4 Sep 21 06:53:28.948 INFO kablam! --> benches/lib.rs:23:51 Sep 21 06:53:28.948 INFO kablam! | Sep 21 06:53:28.948 INFO kablam! 23 | OptFacadeBuilder::<'_, _, f64, _, f64>::new() Sep 21 06:53:28.948 INFO kablam! | ^^^ unexpected type argument Sep 21 06:53:28.948 INFO kablam! Sep 21 06:53:29.052 INFO kablam! error[E0599]: no method named `definitions` found for type `mop_facades::opt_facade_builder::OptFacadeBuilder<'_, _, f64, _>` in the current scope Sep 21 06:53:29.052 INFO kablam! --> benches/lib.rs:24:22 Sep 21 06:53:29.052 INFO kablam! | Sep 21 06:53:29.052 INFO kablam! 24 | .definitions(defs.build()) Sep 21 06:53:29.052 INFO kablam! | ^^^^^^^^^^^ Sep 21 06:53:29.052 INFO kablam! Sep 21 06:53:29.062 INFO kablam! error: aborting due to 5 previous errors Sep 21 06:53:29.062 INFO kablam! Sep 21 06:53:29.063 INFO kablam! Some errors occurred: E0107, E0422, E0432, E0433, E0599. Sep 21 06:53:29.063 INFO kablam! For more information about an error, try `rustc --explain E0107`. Sep 21 06:53:29.079 INFO kablam! error: Could not compile `mop-definitions`. Sep 21 06:53:29.079 INFO kablam! Sep 21 06:53:29.079 INFO kablam! To learn more, run the command again with --verbose. Sep 21 06:53:29.081 INFO kablam! su: No module specific data is present Sep 21 06:53:29.847 INFO running `"docker" "rm" "-f" "df40814ce6a90f0c09290effe9e871d9a39be83451851165fce7be1c2ff555aa"` Sep 21 06:53:29.939 INFO blam! df40814ce6a90f0c09290effe9e871d9a39be83451851165fce7be1c2ff555aa