Sep 21 10:24:35.782 INFO checking fisher_processor-0.1.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 10:24:35.782 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 10:24:35.782 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-1/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 10:24:35.975 INFO blam! 5a7e9080dfdc42a975be300d0d0c34d6272a7198e2a9e1fd9b68dcbc15cc2d5f Sep 21 10:24:35.977 INFO running `"docker" "start" "-a" "5a7e9080dfdc42a975be300d0d0c34d6272a7198e2a9e1fd9b68dcbc15cc2d5f"` Sep 21 10:24:37.112 INFO kablam! usermod: no changes Sep 21 10:24:37.181 INFO kablam! Checking fisher_common v0.2.0 Sep 21 10:24:37.879 INFO kablam! Checking fisher_processor v0.1.0 (/source) Sep 21 10:24:38.781 INFO kablam! warning: the trait bound `S: fisher_common::prelude::ScriptsRepositoryTrait` is not satisfied Sep 21 10:24:38.781 INFO kablam! --> src/types.rs:19:19 Sep 21 10:24:38.781 INFO kablam! | Sep 21 10:24:38.781 INFO kablam! 19 | pub type Job = ::Job; Sep 21 10:24:38.781 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `fisher_common::prelude::ScriptsRepositoryTrait` is not implemented for `S` Sep 21 10:24:38.781 INFO kablam! | Sep 21 10:24:38.781 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 10:24:38.781 INFO kablam! = help: consider adding a `where S: fisher_common::prelude::ScriptsRepositoryTrait` bound Sep 21 10:24:38.781 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:24:38.781 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:24:38.781 INFO kablam! Sep 21 10:24:38.781 INFO kablam! warning: the trait bound `S: fisher_common::prelude::ScriptsRepositoryTrait` is not satisfied Sep 21 10:24:38.781 INFO kablam! --> src/types.rs:21:26 Sep 21 10:24:38.781 INFO kablam! | Sep 21 10:24:38.781 INFO kablam! 21 | pub type JobContext = < Sep 21 10:24:38.781 INFO kablam! | __________________________^ Sep 21 10:24:38.781 INFO kablam! 22 | | ::Job as JobTrait< Sep 21 10:24:38.781 INFO kablam! 23 | | ::Script Sep 21 10:24:38.781 INFO kablam! 24 | | > Sep 21 10:24:38.781 INFO kablam! 25 | | >::Context; Sep 21 10:24:38.781 INFO kablam! | |__________^ the trait `fisher_common::prelude::ScriptsRepositoryTrait` is not implemented for `S` Sep 21 10:24:38.781 INFO kablam! | Sep 21 10:24:38.781 INFO kablam! = help: consider adding a `where S: fisher_common::prelude::ScriptsRepositoryTrait` bound Sep 21 10:24:38.781 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:24:38.781 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:24:38.781 INFO kablam! Sep 21 10:24:38.781 INFO kablam! warning: the trait bound `S: fisher_common::prelude::ScriptsRepositoryTrait` is not satisfied Sep 21 10:24:38.781 INFO kablam! --> src/types.rs:27:25 Sep 21 10:24:38.781 INFO kablam! | Sep 21 10:24:38.781 INFO kablam! 27 | pub type JobOutput = < Sep 21 10:24:38.781 INFO kablam! | _________________________^ Sep 21 10:24:38.781 INFO kablam! 28 | | ::Job as JobTrait< Sep 21 10:24:38.781 INFO kablam! 29 | | ::Script Sep 21 10:24:38.781 INFO kablam! 30 | | > Sep 21 10:24:38.781 INFO kablam! 31 | | >::Output; Sep 21 10:24:38.781 INFO kablam! | |_________^ the trait `fisher_common::prelude::ScriptsRepositoryTrait` is not implemented for `S` Sep 21 10:24:38.781 INFO kablam! | Sep 21 10:24:38.781 INFO kablam! = help: consider adding a `where S: fisher_common::prelude::ScriptsRepositoryTrait` bound Sep 21 10:24:38.781 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:24:38.781 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:24:38.781 INFO kablam! Sep 21 10:24:38.781 INFO kablam! warning: the trait bound `S: fisher_common::prelude::ScriptsRepositoryTrait` is not satisfied Sep 21 10:24:38.781 INFO kablam! --> src/types.rs:33:24 Sep 21 10:24:38.781 INFO kablam! | Sep 21 10:24:38.781 INFO kablam! 33 | pub type ScriptId = < Sep 21 10:24:38.781 INFO kablam! | ________________________^ Sep 21 10:24:38.781 INFO kablam! 34 | | ::Script as ScriptTrait Sep 21 10:24:38.781 INFO kablam! 35 | | >::Id; Sep 21 10:24:38.781 INFO kablam! | |_____^ the trait `fisher_common::prelude::ScriptsRepositoryTrait` is not implemented for `S` Sep 21 10:24:38.781 INFO kablam! | Sep 21 10:24:38.781 INFO kablam! = help: consider adding a `where S: fisher_common::prelude::ScriptsRepositoryTrait` bound Sep 21 10:24:38.781 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:24:38.781 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:24:38.781 INFO kablam! Sep 21 10:24:39.146 INFO kablam! warning: the trait bound `S: fisher_common::prelude::ScriptsRepositoryTrait` is not satisfied Sep 21 10:24:39.146 INFO kablam! --> src/types.rs:19:19 Sep 21 10:24:39.146 INFO kablam! | Sep 21 10:24:39.146 INFO kablam! 19 | pub type Job = ::Job; Sep 21 10:24:39.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `fisher_common::prelude::ScriptsRepositoryTrait` is not implemented for `S` Sep 21 10:24:39.146 INFO kablam! | Sep 21 10:24:39.146 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 10:24:39.146 INFO kablam! = help: consider adding a `where S: fisher_common::prelude::ScriptsRepositoryTrait` bound Sep 21 10:24:39.146 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:24:39.146 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:24:39.147 INFO kablam! Sep 21 10:24:39.147 INFO kablam! warning: the trait bound `S: fisher_common::prelude::ScriptsRepositoryTrait` is not satisfied Sep 21 10:24:39.147 INFO kablam! --> src/types.rs:21:26 Sep 21 10:24:39.147 INFO kablam! | Sep 21 10:24:39.147 INFO kablam! 21 | pub type JobContext = < Sep 21 10:24:39.147 INFO kablam! | __________________________^ Sep 21 10:24:39.147 INFO kablam! 22 | | ::Job as JobTrait< Sep 21 10:24:39.147 INFO kablam! 23 | | ::Script Sep 21 10:24:39.147 INFO kablam! 24 | | > Sep 21 10:24:39.147 INFO kablam! 25 | | >::Context; Sep 21 10:24:39.147 INFO kablam! | |__________^ the trait `fisher_common::prelude::ScriptsRepositoryTrait` is not implemented for `S` Sep 21 10:24:39.147 INFO kablam! | Sep 21 10:24:39.147 INFO kablam! = help: consider adding a `where S: fisher_common::prelude::ScriptsRepositoryTrait` bound Sep 21 10:24:39.147 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:24:39.147 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:24:39.147 INFO kablam! Sep 21 10:24:39.147 INFO kablam! warning: the trait bound `S: fisher_common::prelude::ScriptsRepositoryTrait` is not satisfied Sep 21 10:24:39.147 INFO kablam! --> src/types.rs:27:25 Sep 21 10:24:39.147 INFO kablam! | Sep 21 10:24:39.147 INFO kablam! 27 | pub type JobOutput = < Sep 21 10:24:39.147 INFO kablam! | _________________________^ Sep 21 10:24:39.147 INFO kablam! 28 | | ::Job as JobTrait< Sep 21 10:24:39.147 INFO kablam! 29 | | ::Script Sep 21 10:24:39.147 INFO kablam! 30 | | > Sep 21 10:24:39.147 INFO kablam! 31 | | >::Output; Sep 21 10:24:39.147 INFO kablam! | |_________^ the trait `fisher_common::prelude::ScriptsRepositoryTrait` is not implemented for `S` Sep 21 10:24:39.147 INFO kablam! | Sep 21 10:24:39.147 INFO kablam! = help: consider adding a `where S: fisher_common::prelude::ScriptsRepositoryTrait` bound Sep 21 10:24:39.147 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:24:39.147 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:24:39.147 INFO kablam! Sep 21 10:24:39.147 INFO kablam! warning: the trait bound `S: fisher_common::prelude::ScriptsRepositoryTrait` is not satisfied Sep 21 10:24:39.147 INFO kablam! --> src/types.rs:33:24 Sep 21 10:24:39.147 INFO kablam! | Sep 21 10:24:39.147 INFO kablam! 33 | pub type ScriptId = < Sep 21 10:24:39.147 INFO kablam! | ________________________^ Sep 21 10:24:39.147 INFO kablam! 34 | | ::Script as ScriptTrait Sep 21 10:24:39.147 INFO kablam! 35 | | >::Id; Sep 21 10:24:39.147 INFO kablam! | |_____^ the trait `fisher_common::prelude::ScriptsRepositoryTrait` is not implemented for `S` Sep 21 10:24:39.147 INFO kablam! | Sep 21 10:24:39.147 INFO kablam! = help: consider adding a `where S: fisher_common::prelude::ScriptsRepositoryTrait` bound Sep 21 10:24:39.147 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:24:39.147 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:24:39.147 INFO kablam! Sep 21 10:24:39.464 INFO kablam! warning: variable does not need to be mutable Sep 21 10:24:39.464 INFO kablam! --> src/scheduler.rs:366:25 Sep 21 10:24:39.464 INFO kablam! | Sep 21 10:24:39.464 INFO kablam! 366 | if let Some(mut waiting) = self.waiting.get_mut(&hook_id) { Sep 21 10:24:39.464 INFO kablam! | ----^^^^^^^ Sep 21 10:24:39.464 INFO kablam! | | Sep 21 10:24:39.464 INFO kablam! | help: remove this `mut` Sep 21 10:24:39.464 INFO kablam! | Sep 21 10:24:39.464 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 21 10:24:39.464 INFO kablam! Sep 21 10:24:39.479 INFO kablam! warning: variable does not need to be mutable Sep 21 10:24:39.479 INFO kablam! --> src/scheduler.rs:366:25 Sep 21 10:24:39.479 INFO kablam! | Sep 21 10:24:39.479 INFO kablam! 366 | if let Some(mut waiting) = self.waiting.get_mut(&hook_id) { Sep 21 10:24:39.479 INFO kablam! | ----^^^^^^^ Sep 21 10:24:39.479 INFO kablam! | | Sep 21 10:24:39.479 INFO kablam! | help: remove this `mut` Sep 21 10:24:39.479 INFO kablam! | Sep 21 10:24:39.479 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 21 10:24:39.479 INFO kablam! Sep 21 10:24:39.625 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.48s Sep 21 10:24:39.629 INFO kablam! su: No module specific data is present Sep 21 10:24:40.556 INFO running `"docker" "rm" "-f" "5a7e9080dfdc42a975be300d0d0c34d6272a7198e2a9e1fd9b68dcbc15cc2d5f"` Sep 21 10:24:40.717 INFO blam! 5a7e9080dfdc42a975be300d0d0c34d6272a7198e2a9e1fd9b68dcbc15cc2d5f