Nov 30 08:28:01.538 INFO checking Swoorup/config-parser against try#32252761328f59ccfadb1bafb8148c685bc830b3 for pr-56323 Nov 30 08:28:01.538 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56323/worker-3/try#32252761328f59ccfadb1bafb8148c685bc830b3:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-56323/try#32252761328f59ccfadb1bafb8148c685bc830b3:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +32252761328f59ccfadb1bafb8148c685bc830b3-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 30 08:28:01.756 INFO [stdout] 7fd1e0ace22f687266983428a6f2a83b485ff67f226233cf8041e3db293c92ae Nov 30 08:28:01.758 INFO running `"docker" "start" "-a" "7fd1e0ace22f687266983428a6f2a83b485ff67f226233cf8041e3db293c92ae"` Nov 30 08:28:02.464 INFO [stderr] usermod: no changes Nov 30 08:28:02.753 INFO [stderr] Checking futures v0.1.25 Nov 30 08:28:02.755 INFO [stderr] Compiling structopt-derive v0.2.12 Nov 30 08:28:02.755 INFO [stderr] Compiling serde_derive v1.0.79 Nov 30 08:28:08.013 INFO [stderr] Checking tokio-io v0.1.9 Nov 30 08:28:08.013 INFO [stderr] Checking tokio-executor v0.1.5 Nov 30 08:28:09.024 INFO [stderr] Checking tokio-threadpool v0.1.7 Nov 30 08:28:09.024 INFO [stderr] Checking tokio-current-thread v0.1.3 Nov 30 08:28:09.024 INFO [stderr] Checking tokio-timer v0.2.7 Nov 30 08:28:11.072 INFO [stderr] Checking tokio-codec v0.1.1 Nov 30 08:28:11.072 INFO [stderr] Checking tokio-reactor v0.1.6 Nov 30 08:28:11.072 INFO [stderr] Checking tokio-async-await v0.1.4 Nov 30 08:28:18.996 INFO [stderr] Checking structopt v0.2.12 Nov 30 08:28:19.100 INFO [stderr] Checking tokio-fs v0.1.3 Nov 30 08:28:19.428 INFO [stderr] Checking tokio-tcp v0.1.2 Nov 30 08:28:19.428 INFO [stderr] Checking tokio-signal v0.2.5 Nov 30 08:28:19.428 INFO [stderr] Checking tokio-uds v0.2.2 Nov 30 08:28:19.428 INFO [stderr] Checking tokio-udp v0.1.2 Nov 30 08:28:23.708 INFO [stderr] Checking tokio v0.1.11 Nov 30 08:28:23.714 INFO [stderr] Checking tokio-process v0.2.2 Nov 30 08:28:37.252 INFO [stderr] Checking task_runner v0.1.0 (/source) Nov 30 08:28:37.348 INFO [stderr] error: expected one of `=` or `|`, found `config` Nov 30 08:28:37.348 INFO [stderr] --> src/executor.rs:54:5 Nov 30 08:28:37.348 INFO [stderr] | Nov 30 08:28:37.348 INFO [stderr] 53 | if let Some(pipe) Nov 30 08:28:37.348 INFO [stderr] | - expected one of `=` or `|` here Nov 30 08:28:37.348 INFO [stderr] 54 | config.pipe Nov 30 08:28:37.348 INFO [stderr] | ^^^^^^ unexpected token Nov 30 08:28:37.348 INFO [stderr] Nov 30 08:28:37.440 INFO [stderr] error: expected one of `=` or `|`, found `config` Nov 30 08:28:37.440 INFO [stderr] --> src/executor.rs:54:5 Nov 30 08:28:37.440 INFO [stderr] | Nov 30 08:28:37.440 INFO [stderr] 53 | if let Some(pipe) Nov 30 08:28:37.440 INFO [stderr] | - expected one of `=` or `|` here Nov 30 08:28:37.440 INFO [stderr] 54 | config.pipe Nov 30 08:28:37.440 INFO [stderr] | ^^^^^^ unexpected token Nov 30 08:28:37.440 INFO [stderr] Nov 30 08:28:42.887 INFO [stderr] warning: unused import: `Child` Nov 30 08:28:42.887 INFO [stderr] --> src/executor.rs:6:21 Nov 30 08:28:42.887 INFO [stderr] | Nov 30 08:28:42.887 INFO [stderr] 6 | use tokio_process::{Child, CommandExt}; Nov 30 08:28:42.887 INFO [stderr] | ^^^^^ Nov 30 08:28:42.900 INFO [stderr] | Nov 30 08:28:42.900 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 30 08:28:42.900 INFO [stderr] Nov 30 08:28:43.016 INFO [stderr] warning: unused import: `Child` Nov 30 08:28:43.016 INFO [stderr] --> src/executor.rs:6:21 Nov 30 08:28:43.016 INFO [stderr] | Nov 30 08:28:43.016 INFO [stderr] 6 | use tokio_process::{Child, CommandExt}; Nov 30 08:28:43.016 INFO [stderr] | ^^^^^ Nov 30 08:28:43.016 INFO [stderr] | Nov 30 08:28:43.016 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 30 08:28:43.016 INFO [stderr] Nov 30 08:28:43.221 INFO [stderr] error[E0599]: no method named `clone` found for type `std::option::Option` in the current scope Nov 30 08:28:43.221 INFO [stderr] --> src/executor.rs:50:37 Nov 30 08:28:43.221 INFO [stderr] | Nov 30 08:28:43.221 INFO [stderr] 50 | execute_command(&cmd, stdin.clone(), stdout.clone()); Nov 30 08:28:43.221 INFO [stderr] | ^^^^^ Nov 30 08:28:43.222 INFO [stderr] | Nov 30 08:28:43.222 INFO [stderr] = note: the method `clone` exists but the following trait bounds were not satisfied: Nov 30 08:28:43.222 INFO [stderr] `std::option::Option : std::clone::Clone` Nov 30 08:28:43.222 INFO [stderr] Nov 30 08:28:43.224 INFO [stderr] error[E0277]: the trait bound `std::process::Stdio: std::clone::Clone` is not satisfied Nov 30 08:28:43.224 INFO [stderr] --> src/executor.rs:50:53 Nov 30 08:28:43.224 INFO [stderr] | Nov 30 08:28:43.224 INFO [stderr] 50 | execute_command(&cmd, stdin.clone(), stdout.clone()); Nov 30 08:28:43.224 INFO [stderr] | ^^^^^ the trait `std::clone::Clone` is not implemented for `std::process::Stdio` Nov 30 08:28:43.224 INFO [stderr] | Nov 30 08:28:43.224 INFO [stderr] = note: required because of the requirements on the impl of `std::clone::Clone` for `std::option::Option` Nov 30 08:28:43.224 INFO [stderr] Nov 30 08:28:43.328 INFO [stderr] error: aborting due to 3 previous errors Nov 30 08:28:43.328 INFO [stderr] Nov 30 08:28:43.328 INFO [stderr] Some errors occurred: E0277, E0599. Nov 30 08:28:43.328 INFO [stderr] For more information about an error, try `rustc --explain E0277`. Nov 30 08:28:43.348 INFO [stderr] error: Could not compile `task_runner`. Nov 30 08:28:43.348 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 30 08:28:43.348 INFO [stderr] error[E0599]: no method named `clone` found for type `std::option::Option` in the current scope Nov 30 08:28:43.348 INFO [stderr] --> src/executor.rs:50:37 Nov 30 08:28:43.348 INFO [stderr] | Nov 30 08:28:43.348 INFO [stderr] 50 | execute_command(&cmd, stdin.clone(), stdout.clone()); Nov 30 08:28:43.348 INFO [stderr] | ^^^^^ Nov 30 08:28:43.348 INFO [stderr] | Nov 30 08:28:43.348 INFO [stderr] = note: the method `clone` exists but the following trait bounds were not satisfied: Nov 30 08:28:43.348 INFO [stderr] `std::option::Option : std::clone::Clone` Nov 30 08:28:43.348 INFO [stderr] Nov 30 08:28:43.352 INFO [stderr] error[E0277]: the trait bound `std::process::Stdio: std::clone::Clone` is not satisfied Nov 30 08:28:43.352 INFO [stderr] --> src/executor.rs:50:53 Nov 30 08:28:43.352 INFO [stderr] | Nov 30 08:28:43.352 INFO [stderr] 50 | execute_command(&cmd, stdin.clone(), stdout.clone()); Nov 30 08:28:43.352 INFO [stderr] | ^^^^^ the trait `std::clone::Clone` is not implemented for `std::process::Stdio` Nov 30 08:28:43.352 INFO [stderr] | Nov 30 08:28:43.357 INFO [stderr] = note: required because of the requirements on the impl of `std::clone::Clone` for `std::option::Option` Nov 30 08:28:43.357 INFO [stderr] Nov 30 08:28:43.451 INFO [stderr] error: aborting due to 3 previous errors Nov 30 08:28:43.451 INFO [stderr] Nov 30 08:28:43.451 INFO [stderr] Some errors occurred: E0277, E0599. Nov 30 08:28:43.452 INFO [stderr] For more information about an error, try `rustc --explain E0277`. Nov 30 08:28:43.477 INFO [stderr] error: Could not compile `task_runner`. Nov 30 08:28:43.477 INFO [stderr] Nov 30 08:28:43.477 INFO [stderr] To learn more, run the command again with --verbose. Nov 30 08:28:43.488 INFO [stderr] su: No module specific data is present Nov 30 08:28:44.006 INFO running `"docker" "inspect" "7fd1e0ace22f687266983428a6f2a83b485ff67f226233cf8041e3db293c92ae"` Nov 30 08:28:44.356 INFO running `"docker" "rm" "-f" "7fd1e0ace22f687266983428a6f2a83b485ff67f226233cf8041e3db293c92ae"` Nov 30 08:28:44.755 INFO [stdout] 7fd1e0ace22f687266983428a6f2a83b485ff67f226233cf8041e3db293c92ae