Sep 18 02:45:17.812 INFO checking cargo-watch-6.0.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 18 02:45:17.812 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 18 02:45:17.812 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-1/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 18 02:45:18.124 INFO blam! 0749e1d9bf3e880e3ae3c21d4a90d7b2793c28517f389eff6aa58a838dc2f045 Sep 18 02:45:18.126 INFO running `"docker" "start" "-a" "0749e1d9bf3e880e3ae3c21d4a90d7b2793c28517f389eff6aa58a838dc2f045"` Sep 18 02:45:19.783 INFO kablam! usermod: no changes Sep 18 02:45:20.050 INFO kablam! Checking env_logger v0.5.13 Sep 18 02:45:20.056 INFO kablam! Checking inotify v0.6.1 Sep 18 02:45:22.426 INFO kablam! Checking notify v4.0.6 Sep 18 02:45:24.355 INFO kablam! Checking watchexec v1.9.2 Sep 18 02:45:26.831 INFO kablam! Checking cargo-watch v6.0.0 (/source) Sep 18 02:45:28.990 INFO kablam! error[E0308]: mismatched types Sep 18 02:45:28.990 INFO kablam! --> src/main.rs:154:14 Sep 18 02:45:28.990 INFO kablam! | Sep 18 02:45:28.990 INFO kablam! 154 | cmd: get_command(debug, &matches), Sep 18 02:45:28.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::vec::Vec`, found struct `std::string::String` Sep 18 02:45:28.991 INFO kablam! | Sep 18 02:45:28.991 INFO kablam! = note: expected type `std::vec::Vec` Sep 18 02:45:28.991 INFO kablam! found type `std::string::String` Sep 18 02:45:28.991 INFO kablam! Sep 18 02:45:29.207 INFO kablam! error[E0308]: mismatched types Sep 18 02:45:29.207 INFO kablam! --> src/main.rs:154:14 Sep 18 02:45:29.207 INFO kablam! | Sep 18 02:45:29.207 INFO kablam! 154 | cmd: get_command(debug, &matches), Sep 18 02:45:29.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::vec::Vec`, found struct `std::string::String` Sep 18 02:45:29.207 INFO kablam! | Sep 18 02:45:29.207 INFO kablam! = note: expected type `std::vec::Vec` Sep 18 02:45:29.207 INFO kablam! found type `std::string::String` Sep 18 02:45:29.207 INFO kablam! Sep 18 02:45:29.261 INFO kablam! error[E0308]: mismatched types Sep 18 02:45:29.261 INFO kablam! --> src/main.rs:172:5 Sep 18 02:45:29.262 INFO kablam! | Sep 18 02:45:29.262 INFO kablam! 165 | fn main() { Sep 18 02:45:29.262 INFO kablam! | - expected `()` because of default return type Sep 18 02:45:29.262 INFO kablam! ... Sep 18 02:45:29.262 INFO kablam! 172 | watchexec::run(opts) Sep 18 02:45:29.262 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^- help: try adding a semicolon: `;` Sep 18 02:45:29.262 INFO kablam! | | Sep 18 02:45:29.262 INFO kablam! | expected (), found enum `std::result::Result` Sep 18 02:45:29.262 INFO kablam! | Sep 18 02:45:29.262 INFO kablam! = note: expected type `()` Sep 18 02:45:29.262 INFO kablam! found type `std::result::Result<(), watchexec::error::Error>` Sep 18 02:45:29.262 INFO kablam! Sep 18 02:45:29.297 INFO kablam! error: aborting due to 2 previous errors Sep 18 02:45:29.297 INFO kablam! Sep 18 02:45:29.297 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 18 02:45:29.309 INFO kablam! error: Could not compile `cargo-watch`. Sep 18 02:45:29.309 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 02:45:29.416 INFO kablam! error[E0308]: mismatched types Sep 18 02:45:29.416 INFO kablam! --> src/main.rs:172:5 Sep 18 02:45:29.416 INFO kablam! | Sep 18 02:45:29.416 INFO kablam! 165 | fn main() { Sep 18 02:45:29.416 INFO kablam! | - expected `()` because of default return type Sep 18 02:45:29.416 INFO kablam! ... Sep 18 02:45:29.416 INFO kablam! 172 | watchexec::run(opts) Sep 18 02:45:29.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^- help: try adding a semicolon: `;` Sep 18 02:45:29.416 INFO kablam! | | Sep 18 02:45:29.416 INFO kablam! | expected (), found enum `std::result::Result` Sep 18 02:45:29.416 INFO kablam! | Sep 18 02:45:29.416 INFO kablam! = note: expected type `()` Sep 18 02:45:29.416 INFO kablam! found type `std::result::Result<(), watchexec::error::Error>` Sep 18 02:45:29.416 INFO kablam! Sep 18 02:45:29.442 INFO kablam! error: aborting due to 2 previous errors Sep 18 02:45:29.442 INFO kablam! Sep 18 02:45:29.442 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 18 02:45:29.458 INFO kablam! error: Could not compile `cargo-watch`. Sep 18 02:45:29.458 INFO kablam! Sep 18 02:45:29.458 INFO kablam! To learn more, run the command again with --verbose. Sep 18 02:45:29.463 INFO kablam! su: No module specific data is present Sep 18 02:45:30.071 INFO running `"docker" "rm" "-f" "0749e1d9bf3e880e3ae3c21d4a90d7b2793c28517f389eff6aa58a838dc2f045"` Sep 18 02:45:30.294 INFO blam! 0749e1d9bf3e880e3ae3c21d4a90d7b2793c28517f389eff6aa58a838dc2f045