Sep 20 05:36:09.871 INFO checking cargo-watch-6.0.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 05:36:09.871 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 05:36:09.871 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-7/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 05:36:10.064 INFO blam! 13f876e39e64cc9de1cd0f621c4116e1a250ebe688248bc61fbaf1d8474a16d8 Sep 20 05:36:10.066 INFO running `"docker" "start" "-a" "13f876e39e64cc9de1cd0f621c4116e1a250ebe688248bc61fbaf1d8474a16d8"` Sep 20 05:36:11.959 INFO kablam! usermod: no changes Sep 20 05:36:12.264 INFO kablam! Checking inotify v0.6.1 Sep 20 05:36:14.043 INFO kablam! Checking notify v4.0.6 Sep 20 05:36:15.730 INFO kablam! Checking watchexec v1.9.2 Sep 20 05:36:18.273 INFO kablam! Checking cargo-watch v6.0.0 (/source) Sep 20 05:36:20.294 INFO kablam! error[E0308]: mismatched types Sep 20 05:36:20.294 INFO kablam! --> src/main.rs:154:14 Sep 20 05:36:20.294 INFO kablam! | Sep 20 05:36:20.294 INFO kablam! 154 | cmd: get_command(debug, &matches), Sep 20 05:36:20.294 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::vec::Vec`, found struct `std::string::String` Sep 20 05:36:20.294 INFO kablam! | Sep 20 05:36:20.294 INFO kablam! = note: expected type `std::vec::Vec` Sep 20 05:36:20.294 INFO kablam! found type `std::string::String` Sep 20 05:36:20.294 INFO kablam! Sep 20 05:36:20.307 INFO kablam! error[E0308]: mismatched types Sep 20 05:36:20.307 INFO kablam! --> src/main.rs:154:14 Sep 20 05:36:20.307 INFO kablam! | Sep 20 05:36:20.307 INFO kablam! 154 | cmd: get_command(debug, &matches), Sep 20 05:36:20.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::vec::Vec`, found struct `std::string::String` Sep 20 05:36:20.307 INFO kablam! | Sep 20 05:36:20.307 INFO kablam! = note: expected type `std::vec::Vec` Sep 20 05:36:20.307 INFO kablam! found type `std::string::String` Sep 20 05:36:20.307 INFO kablam! Sep 20 05:36:20.570 INFO kablam! error[E0308]: mismatched types Sep 20 05:36:20.570 INFO kablam! --> src/main.rs:172:5 Sep 20 05:36:20.570 INFO kablam! | Sep 20 05:36:20.570 INFO kablam! 165 | fn main() { Sep 20 05:36:20.570 INFO kablam! | - expected `()` because of default return type Sep 20 05:36:20.570 INFO kablam! ... Sep 20 05:36:20.570 INFO kablam! 172 | watchexec::run(opts) Sep 20 05:36:20.570 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^- help: try adding a semicolon: `;` Sep 20 05:36:20.570 INFO kablam! | | Sep 20 05:36:20.570 INFO kablam! | expected (), found enum `std::result::Result` Sep 20 05:36:20.570 INFO kablam! | Sep 20 05:36:20.570 INFO kablam! = note: expected type `()` Sep 20 05:36:20.570 INFO kablam! found type `std::result::Result<(), watchexec::error::Error>` Sep 20 05:36:20.570 INFO kablam! Sep 20 05:36:20.601 INFO kablam! error: aborting due to 2 previous errors Sep 20 05:36:20.601 INFO kablam! Sep 20 05:36:20.601 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 20 05:36:20.614 INFO kablam! error[E0308]: mismatched types Sep 20 05:36:20.614 INFO kablam! --> src/main.rs:172:5 Sep 20 05:36:20.614 INFO kablam! | Sep 20 05:36:20.614 INFO kablam! 165 | fn main() { Sep 20 05:36:20.614 INFO kablam! | - expected `()` because of default return type Sep 20 05:36:20.614 INFO kablam! ... Sep 20 05:36:20.614 INFO kablam! 172 | watchexec::run(opts) Sep 20 05:36:20.614 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^- help: try adding a semicolon: `;` Sep 20 05:36:20.614 INFO kablam! | | Sep 20 05:36:20.614 INFO kablam! | expected (), found enum `std::result::Result` Sep 20 05:36:20.614 INFO kablam! | Sep 20 05:36:20.614 INFO kablam! = note: expected type `()` Sep 20 05:36:20.614 INFO kablam! found type `std::result::Result<(), watchexec::error::Error>` Sep 20 05:36:20.614 INFO kablam! Sep 20 05:36:20.618 INFO kablam! error: Could not compile `cargo-watch`. Sep 20 05:36:20.618 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 05:36:20.647 INFO kablam! error: aborting due to 2 previous errors Sep 20 05:36:20.647 INFO kablam! Sep 20 05:36:20.647 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 20 05:36:20.663 INFO kablam! error: Could not compile `cargo-watch`. Sep 20 05:36:20.663 INFO kablam! Sep 20 05:36:20.663 INFO kablam! To learn more, run the command again with --verbose. Sep 20 05:36:20.664 INFO kablam! su: No module specific data is present Sep 20 05:36:21.346 INFO running `"docker" "rm" "-f" "13f876e39e64cc9de1cd0f621c4116e1a250ebe688248bc61fbaf1d8474a16d8"` Sep 20 05:36:21.434 INFO blam! 13f876e39e64cc9de1cd0f621c4116e1a250ebe688248bc61fbaf1d8474a16d8