Sep 21 12:26:19.519 INFO checking cargo-watch-6.0.0 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 12:26:19.519 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 12:26:19.519 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-6/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 12:26:19.699 INFO blam! e68deec3aab448a2c465a2ac083e3442b4de2f21f554086a980c65e23d820543 Sep 21 12:26:19.701 INFO running `"docker" "start" "-a" "e68deec3aab448a2c465a2ac083e3442b4de2f21f554086a980c65e23d820543"` Sep 21 12:26:20.639 INFO kablam! usermod: no changes Sep 21 12:26:20.839 INFO kablam! Checking clap v2.32.0 Sep 21 12:26:25.482 INFO kablam! Checking watchexec v1.9.2 Sep 21 12:26:28.265 INFO kablam! Checking cargo-watch v6.0.0 (/source) Sep 21 12:26:30.334 INFO kablam! error[E0308]: mismatched types Sep 21 12:26:30.334 INFO kablam! --> src/main.rs:154:14 Sep 21 12:26:30.334 INFO kablam! | Sep 21 12:26:30.334 INFO kablam! 154 | cmd: get_command(debug, &matches), Sep 21 12:26:30.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::vec::Vec`, found struct `std::string::String` Sep 21 12:26:30.334 INFO kablam! | Sep 21 12:26:30.334 INFO kablam! = note: expected type `std::vec::Vec` Sep 21 12:26:30.334 INFO kablam! found type `std::string::String` Sep 21 12:26:30.334 INFO kablam! Sep 21 12:26:30.467 INFO kablam! error[E0308]: mismatched types Sep 21 12:26:30.467 INFO kablam! --> src/main.rs:154:14 Sep 21 12:26:30.467 INFO kablam! | Sep 21 12:26:30.467 INFO kablam! 154 | cmd: get_command(debug, &matches), Sep 21 12:26:30.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::vec::Vec`, found struct `std::string::String` Sep 21 12:26:30.467 INFO kablam! | Sep 21 12:26:30.467 INFO kablam! = note: expected type `std::vec::Vec` Sep 21 12:26:30.467 INFO kablam! found type `std::string::String` Sep 21 12:26:30.467 INFO kablam! Sep 21 12:26:30.612 INFO kablam! error[E0308]: mismatched types Sep 21 12:26:30.612 INFO kablam! --> src/main.rs:172:5 Sep 21 12:26:30.612 INFO kablam! | Sep 21 12:26:30.612 INFO kablam! 165 | fn main() { Sep 21 12:26:30.612 INFO kablam! | - expected `()` because of default return type Sep 21 12:26:30.612 INFO kablam! ... Sep 21 12:26:30.612 INFO kablam! 172 | watchexec::run(opts) Sep 21 12:26:30.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^- help: try adding a semicolon: `;` Sep 21 12:26:30.612 INFO kablam! | | Sep 21 12:26:30.612 INFO kablam! | expected (), found enum `std::result::Result` Sep 21 12:26:30.612 INFO kablam! | Sep 21 12:26:30.612 INFO kablam! = note: expected type `()` Sep 21 12:26:30.612 INFO kablam! found type `std::result::Result<(), watchexec::error::Error>` Sep 21 12:26:30.612 INFO kablam! Sep 21 12:26:30.646 INFO kablam! error: aborting due to 2 previous errors Sep 21 12:26:30.646 INFO kablam! Sep 21 12:26:30.646 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 21 12:26:30.654 INFO kablam! error: Could not compile `cargo-watch`. Sep 21 12:26:30.654 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 12:26:30.717 INFO kablam! error[E0308]: mismatched types Sep 21 12:26:30.717 INFO kablam! --> src/main.rs:172:5 Sep 21 12:26:30.717 INFO kablam! | Sep 21 12:26:30.717 INFO kablam! 165 | fn main() { Sep 21 12:26:30.717 INFO kablam! | - expected `()` because of default return type Sep 21 12:26:30.717 INFO kablam! ... Sep 21 12:26:30.717 INFO kablam! 172 | watchexec::run(opts) Sep 21 12:26:30.717 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^- help: try adding a semicolon: `;` Sep 21 12:26:30.717 INFO kablam! | | Sep 21 12:26:30.717 INFO kablam! | expected (), found enum `std::result::Result` Sep 21 12:26:30.717 INFO kablam! | Sep 21 12:26:30.717 INFO kablam! = note: expected type `()` Sep 21 12:26:30.717 INFO kablam! found type `std::result::Result<(), watchexec::error::Error>` Sep 21 12:26:30.717 INFO kablam! Sep 21 12:26:30.758 INFO kablam! error: aborting due to 2 previous errors Sep 21 12:26:30.758 INFO kablam! Sep 21 12:26:30.758 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 21 12:26:30.773 INFO kablam! error: Could not compile `cargo-watch`. Sep 21 12:26:30.773 INFO kablam! Sep 21 12:26:30.773 INFO kablam! To learn more, run the command again with --verbose. Sep 21 12:26:30.775 INFO kablam! su: No module specific data is present Sep 21 12:26:31.464 INFO running `"docker" "rm" "-f" "e68deec3aab448a2c465a2ac083e3442b4de2f21f554086a980c65e23d820543"` Sep 21 12:26:31.535 INFO blam! e68deec3aab448a2c465a2ac083e3442b4de2f21f554086a980c65e23d820543