Sep 14 18:41:10.014 INFO checking cargo-watch-6.0.0 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 18:41:10.014 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 18:41:10.014 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-4/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 18:41:10.414 INFO blam! dfcc743b9d17e2c35ecef60963dacf549ecba23ad02d2b79d584b85afe1b4d71 Sep 14 18:41:10.416 INFO running `"docker" "start" "-a" "dfcc743b9d17e2c35ecef60963dacf549ecba23ad02d2b79d584b85afe1b4d71"` Sep 14 18:41:12.039 INFO kablam! usermod: no changes Sep 14 18:41:12.262 INFO kablam! Checking clap v2.32.0 Sep 14 18:41:12.263 INFO kablam! Checking inotify v0.6.1 Sep 14 18:41:13.852 INFO kablam! Checking notify v4.0.6 Sep 14 18:41:17.663 INFO kablam! Checking watchexec v1.9.2 Sep 14 18:41:19.618 INFO kablam! Checking cargo-watch v6.0.0 (file:///source) Sep 14 18:41:21.134 INFO kablam! error[E0308]: mismatched types Sep 14 18:41:21.134 INFO kablam! --> src/main.rs:154:14 Sep 14 18:41:21.134 INFO kablam! | Sep 14 18:41:21.134 INFO kablam! 154 | cmd: get_command(debug, &matches), Sep 14 18:41:21.134 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::vec::Vec`, found struct `std::string::String` Sep 14 18:41:21.134 INFO kablam! | Sep 14 18:41:21.134 INFO kablam! = note: expected type `std::vec::Vec` Sep 14 18:41:21.134 INFO kablam! found type `std::string::String` Sep 14 18:41:21.134 INFO kablam! Sep 14 18:41:21.164 INFO kablam! error[E0308]: mismatched types Sep 14 18:41:21.164 INFO kablam! --> src/main.rs:154:14 Sep 14 18:41:21.164 INFO kablam! | Sep 14 18:41:21.164 INFO kablam! 154 | cmd: get_command(debug, &matches), Sep 14 18:41:21.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::vec::Vec`, found struct `std::string::String` Sep 14 18:41:21.164 INFO kablam! | Sep 14 18:41:21.164 INFO kablam! = note: expected type `std::vec::Vec` Sep 14 18:41:21.164 INFO kablam! found type `std::string::String` Sep 14 18:41:21.164 INFO kablam! Sep 14 18:41:21.301 INFO kablam! error[E0308]: mismatched types Sep 14 18:41:21.301 INFO kablam! --> src/main.rs:172:5 Sep 14 18:41:21.301 INFO kablam! | Sep 14 18:41:21.301 INFO kablam! 165 | fn main() { Sep 14 18:41:21.301 INFO kablam! | - expected `()` because of default return type Sep 14 18:41:21.301 INFO kablam! ... Sep 14 18:41:21.301 INFO kablam! 172 | watchexec::run(opts) Sep 14 18:41:21.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^- help: try adding a semicolon: `;` Sep 14 18:41:21.301 INFO kablam! | | Sep 14 18:41:21.301 INFO kablam! | expected (), found enum `std::result::Result` Sep 14 18:41:21.301 INFO kablam! | Sep 14 18:41:21.301 INFO kablam! = note: expected type `()` Sep 14 18:41:21.301 INFO kablam! found type `std::result::Result<(), watchexec::error::Error>` Sep 14 18:41:21.301 INFO kablam! Sep 14 18:41:21.325 INFO kablam! error[E0308]: mismatched types Sep 14 18:41:21.325 INFO kablam! --> src/main.rs:172:5 Sep 14 18:41:21.325 INFO kablam! | Sep 14 18:41:21.325 INFO kablam! 165 | fn main() { Sep 14 18:41:21.325 INFO kablam! | - expected `()` because of default return type Sep 14 18:41:21.325 INFO kablam! ... Sep 14 18:41:21.325 INFO kablam! 172 | watchexec::run(opts) Sep 14 18:41:21.325 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^- help: try adding a semicolon: `;` Sep 14 18:41:21.325 INFO kablam! | | Sep 14 18:41:21.325 INFO kablam! | expected (), found enum `std::result::Result` Sep 14 18:41:21.325 INFO kablam! | Sep 14 18:41:21.325 INFO kablam! = note: expected type `()` Sep 14 18:41:21.325 INFO kablam! found type `std::result::Result<(), watchexec::error::Error>` Sep 14 18:41:21.325 INFO kablam! Sep 14 18:41:21.331 INFO kablam! error: aborting due to 2 previous errors Sep 14 18:41:21.331 INFO kablam! Sep 14 18:41:21.331 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 14 18:41:21.341 INFO kablam! error: Could not compile `cargo-watch`. Sep 14 18:41:21.341 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 18:41:21.347 INFO kablam! error: aborting due to 2 previous errors Sep 14 18:41:21.347 INFO kablam! Sep 14 18:41:21.347 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 14 18:41:21.359 INFO kablam! error: Could not compile `cargo-watch`. Sep 14 18:41:21.359 INFO kablam! Sep 14 18:41:21.359 INFO kablam! To learn more, run the command again with --verbose. Sep 14 18:41:21.360 INFO kablam! su: No module specific data is present Sep 14 18:41:22.216 INFO running `"docker" "rm" "-f" "dfcc743b9d17e2c35ecef60963dacf549ecba23ad02d2b79d584b85afe1b4d71"` Sep 14 18:41:22.287 INFO blam! dfcc743b9d17e2c35ecef60963dacf549ecba23ad02d2b79d584b85afe1b4d71