Dec 06 09:27:28.609 INFO testing Swoorup/config-parser against master#906deae0790bd18681b937fe9a141a3c26cf1855 for pr-56514 Dec 06 09:27:28.609 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-1/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-alt build --frozen" "-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"` Dec 06 09:27:29.021 INFO [stdout] e92c89c77c52b98bed880ce805ff40b931d7de823b1553494a819b0fc0b390af Dec 06 09:27:29.023 INFO running `"docker" "start" "-a" "e92c89c77c52b98bed880ce805ff40b931d7de823b1553494a819b0fc0b390af"` Dec 06 09:27:30.157 INFO [stderr] usermod: no changes Dec 06 09:27:30.414 INFO [stderr] Compiling futures v0.1.25 Dec 06 09:27:30.416 INFO [stderr] Compiling serde_yaml v0.8.5 Dec 06 09:27:30.420 INFO [stderr] Compiling structopt-derive v0.2.12 Dec 06 09:27:30.420 INFO [stderr] Compiling serde_derive v1.0.79 Dec 06 09:27:37.820 INFO [stderr] Compiling structopt v0.2.12 Dec 06 09:27:38.412 INFO [stderr] Compiling tokio-executor v0.1.5 Dec 06 09:27:38.412 INFO [stderr] Compiling tokio-io v0.1.9 Dec 06 09:27:39.494 INFO [stderr] Compiling tokio-threadpool v0.1.7 Dec 06 09:27:39.494 INFO [stderr] Compiling tokio-timer v0.2.7 Dec 06 09:27:39.494 INFO [stderr] Compiling tokio-current-thread v0.1.3 Dec 06 09:27:40.735 INFO [stderr] Compiling tokio-reactor v0.1.6 Dec 06 09:27:40.735 INFO [stderr] Compiling tokio-codec v0.1.1 Dec 06 09:27:40.735 INFO [stderr] Compiling tokio-async-await v0.1.4 Dec 06 09:27:44.789 INFO [stderr] Compiling tokio-fs v0.1.3 Dec 06 09:27:45.755 INFO [stderr] Compiling tokio-uds v0.2.2 Dec 06 09:27:45.755 INFO [stderr] Compiling tokio-signal v0.2.5 Dec 06 09:27:45.755 INFO [stderr] Compiling tokio-udp v0.1.2 Dec 06 09:27:45.755 INFO [stderr] Compiling tokio-tcp v0.1.2 Dec 06 09:27:52.912 INFO [stderr] Compiling tokio-process v0.2.2 Dec 06 09:27:54.940 INFO [stderr] Compiling tokio v0.1.11 Dec 06 09:28:00.358 INFO [stderr] Compiling task_runner v0.1.0 (/source) Dec 06 09:28:00.458 INFO [stderr] error: expected one of `=` or `|`, found `config` Dec 06 09:28:00.458 INFO [stderr] --> src/executor.rs:54:5 Dec 06 09:28:00.458 INFO [stderr] | Dec 06 09:28:00.459 INFO [stderr] 53 | if let Some(pipe) Dec 06 09:28:00.459 INFO [stderr] | - expected one of `=` or `|` here Dec 06 09:28:00.459 INFO [stderr] 54 | config.pipe Dec 06 09:28:00.460 INFO [stderr] | ^^^^^^ unexpected token Dec 06 09:28:00.460 INFO [stderr] Dec 06 09:28:02.076 INFO [stderr] warning: unused import: `Child` Dec 06 09:28:02.077 INFO [stderr] --> src/executor.rs:6:21 Dec 06 09:28:02.077 INFO [stderr] | Dec 06 09:28:02.077 INFO [stderr] 6 | use tokio_process::{Child, CommandExt}; Dec 06 09:28:02.077 INFO [stderr] | ^^^^^ Dec 06 09:28:02.078 INFO [stderr] | Dec 06 09:28:02.078 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 06 09:28:02.078 INFO [stderr] Dec 06 09:28:02.274 INFO [stderr] error[E0599]: no method named `clone` found for type `std::option::Option` in the current scope Dec 06 09:28:02.274 INFO [stderr] --> src/executor.rs:50:37 Dec 06 09:28:02.274 INFO [stderr] | Dec 06 09:28:02.274 INFO [stderr] 50 | execute_command(&cmd, stdin.clone(), stdout.clone()); Dec 06 09:28:02.275 INFO [stderr] | ^^^^^ Dec 06 09:28:02.275 INFO [stderr] | Dec 06 09:28:02.276 INFO [stderr] = note: the method `clone` exists but the following trait bounds were not satisfied: Dec 06 09:28:02.276 INFO [stderr] `std::option::Option : std::clone::Clone` Dec 06 09:28:02.276 INFO [stderr] Dec 06 09:28:02.284 INFO [stderr] error[E0277]: the trait bound `std::process::Stdio: std::clone::Clone` is not satisfied Dec 06 09:28:02.284 INFO [stderr] --> src/executor.rs:50:53 Dec 06 09:28:02.285 INFO [stderr] | Dec 06 09:28:02.285 INFO [stderr] 50 | execute_command(&cmd, stdin.clone(), stdout.clone()); Dec 06 09:28:02.285 INFO [stderr] | ^^^^^ the trait `std::clone::Clone` is not implemented for `std::process::Stdio` Dec 06 09:28:02.285 INFO [stderr] | Dec 06 09:28:02.286 INFO [stderr] = note: required because of the requirements on the impl of `std::clone::Clone` for `std::option::Option` Dec 06 09:28:02.286 INFO [stderr] Dec 06 09:28:02.358 INFO [stderr] error: aborting due to 3 previous errors Dec 06 09:28:02.358 INFO [stderr] Dec 06 09:28:02.359 INFO [stderr] Some errors occurred: E0277, E0599. Dec 06 09:28:02.359 INFO [stderr] For more information about an error, try `rustc --explain E0277`. Dec 06 09:28:02.377 INFO [stderr] error: Could not compile `task_runner`. Dec 06 09:28:02.377 INFO [stderr] Dec 06 09:28:02.377 INFO [stderr] To learn more, run the command again with --verbose. Dec 06 09:28:02.380 INFO [stderr] su: No module specific data is present Dec 06 09:28:03.894 INFO running `"docker" "inspect" "e92c89c77c52b98bed880ce805ff40b931d7de823b1553494a819b0fc0b390af"` Dec 06 09:28:04.186 INFO running `"docker" "rm" "-f" "e92c89c77c52b98bed880ce805ff40b931d7de823b1553494a819b0fc0b390af"` Dec 06 09:28:04.496 INFO [stdout] e92c89c77c52b98bed880ce805ff40b931d7de823b1553494a819b0fc0b390af