Sep 19 22:11:21.000 INFO checking mop-definitions-0.0.2 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 22:11:21.000 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 22:11:21.000 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-5/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 22:11:21.219 INFO blam! b14fe9000eef2bdf8f539739e84b472d7dc08ec407af6dba6c5ec6860df6fd19 Sep 19 22:11:21.227 INFO running `"docker" "start" "-a" "b14fe9000eef2bdf8f539739e84b472d7dc08ec407af6dba6c5ec6860df6fd19"` Sep 19 22:11:22.135 INFO kablam! usermod: no changes Sep 19 22:11:22.175 INFO kablam! warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest Sep 19 22:11:22.295 INFO kablam! Checking mop-structs v0.0.2 Sep 19 22:11:22.295 INFO kablam! Checking mop-common v0.0.2 Sep 19 22:11:24.122 INFO kablam! Checking mop-blocks v0.0.2 Sep 19 22:11:24.983 INFO kablam! Checking mop-solvers v0.0.2 Sep 19 22:11:24.983 INFO kablam! Checking mop-facades v0.0.2 Sep 19 22:11:26.012 INFO kablam! Checking mop-adapters v0.0.2 Sep 19 22:11:26.493 INFO kablam! Checking mop v0.0.2 Sep 19 22:11:26.915 INFO kablam! Checking mop-definitions v0.0.2 (/source) Sep 19 22:11:27.899 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 19 22:11:27.899 INFO kablam! --> src/lib.rs:1:27 Sep 19 22:11:27.899 INFO kablam! | Sep 19 22:11:27.899 INFO kablam! 1 | #![feature(uniform_paths, proc_macro_path_invoc)] Sep 19 22:11:27.899 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:11:27.899 INFO kablam! | Sep 19 22:11:27.899 INFO kablam! = note: #[warn(stable_features)] on by default Sep 19 22:11:27.899 INFO kablam! Sep 19 22:11:27.913 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 19 22:11:27.913 INFO kablam! --> src/lib.rs:1:27 Sep 19 22:11:27.913 INFO kablam! | Sep 19 22:11:27.913 INFO kablam! 1 | #![feature(uniform_paths, proc_macro_path_invoc)] Sep 19 22:11:27.913 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:11:27.913 INFO kablam! | Sep 19 22:11:27.913 INFO kablam! = note: #[warn(stable_features)] on by default Sep 19 22:11:27.913 INFO kablam! Sep 19 22:11:29.391 INFO kablam! error[E0433]: failed to resolve. Could not find `mop_problems` in `{{root}}` Sep 19 22:11:29.391 INFO kablam! --> benches/lib.rs:15:5 Sep 19 22:11:29.391 INFO kablam! | Sep 19 22:11:29.391 INFO kablam! 15 | mop_problems::{constr::Constr, prelude::*}, Sep 19 22:11:29.391 INFO kablam! | ^^^^^^^^^^^^ Could not find `mop_problems` in `{{root}}` Sep 19 22:11:29.391 INFO kablam! Sep 19 22:11:29.391 INFO kablam! error[E0432]: unresolved import `mop::genetic_algorithm::spea2::Spea2Builder` Sep 19 22:11:29.391 INFO kablam! --> benches/lib.rs:4:9 Sep 19 22:11:29.391 INFO kablam! | Sep 19 22:11:29.391 INFO kablam! 4 | genetic_algorithm::spea2::Spea2Builder, Sep 19 22:11:29.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Spea2Builder` in `genetic_algorithm::spea2` Sep 19 22:11:29.391 INFO kablam! Sep 19 22:11:29.411 INFO kablam! error[E0422]: cannot find struct, variant or union type `Constr` in this scope Sep 19 22:11:29.411 INFO kablam! --> benches/lib.rs:21:27 Sep 19 22:11:29.411 INFO kablam! | Sep 19 22:11:29.411 INFO kablam! 21 | let mut sch = Constr {}; Sep 19 22:11:29.411 INFO kablam! | ^^^^^^ not found in this scope Sep 19 22:11:29.411 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 19 22:11:29.411 INFO kablam! | Sep 19 22:11:29.411 INFO kablam! 1 | use mop_definitions::constr::Constr; Sep 19 22:11:29.411 INFO kablam! | Sep 19 22:11:29.411 INFO kablam! Sep 19 22:11:29.411 INFO kablam! warning: unused imports: `constr::Constr`, `prelude::*` Sep 19 22:11:29.411 INFO kablam! --> benches/lib.rs:15:20 Sep 19 22:11:29.411 INFO kablam! | Sep 19 22:11:29.411 INFO kablam! 15 | mop_problems::{constr::Constr, prelude::*}, Sep 19 22:11:29.411 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^^^^ Sep 19 22:11:29.411 INFO kablam! | Sep 19 22:11:29.411 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 22:11:29.411 INFO kablam! Sep 19 22:11:29.417 INFO kablam! error[E0107]: wrong number of type arguments: expected 3, found 4 Sep 19 22:11:29.417 INFO kablam! --> benches/lib.rs:23:51 Sep 19 22:11:29.418 INFO kablam! | Sep 19 22:11:29.418 INFO kablam! 23 | OptFacadeBuilder::<'_, _, f64, _, f64>::new() Sep 19 22:11:29.418 INFO kablam! | ^^^ unexpected type argument Sep 19 22:11:29.418 INFO kablam! Sep 19 22:11:29.512 INFO kablam! error[E0599]: no method named `definitions` found for type `mop_facades::opt_facade_builder::OptFacadeBuilder<'_, _, f64, _>` in the current scope Sep 19 22:11:29.512 INFO kablam! --> benches/lib.rs:24:22 Sep 19 22:11:29.512 INFO kablam! | Sep 19 22:11:29.512 INFO kablam! 24 | .definitions(defs.build()) Sep 19 22:11:29.512 INFO kablam! | ^^^^^^^^^^^ Sep 19 22:11:29.513 INFO kablam! Sep 19 22:11:29.523 INFO kablam! error: aborting due to 5 previous errors Sep 19 22:11:29.523 INFO kablam! Sep 19 22:11:29.523 INFO kablam! Some errors occurred: E0107, E0422, E0432, E0433, E0599. Sep 19 22:11:29.523 INFO kablam! For more information about an error, try `rustc --explain E0107`. Sep 19 22:11:29.541 INFO kablam! error: Could not compile `mop-definitions`. Sep 19 22:11:29.541 INFO kablam! Sep 19 22:11:29.542 INFO kablam! To learn more, run the command again with --verbose. Sep 19 22:11:29.545 INFO kablam! su: No module specific data is present Sep 19 22:11:30.221 INFO running `"docker" "rm" "-f" "b14fe9000eef2bdf8f539739e84b472d7dc08ec407af6dba6c5ec6860df6fd19"` Sep 19 22:11:30.295 INFO blam! b14fe9000eef2bdf8f539739e84b472d7dc08ec407af6dba6c5ec6860df6fd19