Dec 14 05:36:59.044 INFO testing Swoorup/config-parser against try#aa49d8ef14939ddec0e34b346b60174a5673d48f for pr-56550 Dec 14 05:36:59.044 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-3/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-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 14 05:36:59.310 INFO [stdout] 8e5caa92ae822734df67ae082893b20818824a5eef30a2dffc12697576fa5f31 Dec 14 05:36:59.312 INFO running `"docker" "start" "-a" "8e5caa92ae822734df67ae082893b20818824a5eef30a2dffc12697576fa5f31"` Dec 14 05:36:59.841 INFO [stderr] usermod: no changes Dec 14 05:37:00.072 INFO [stderr] Compiling futures v0.1.25 Dec 14 05:37:00.103 INFO [stderr] Compiling structopt-derive v0.2.12 Dec 14 05:37:00.103 INFO [stderr] Compiling serde_derive v1.0.79 Dec 14 05:37:07.017 INFO [stderr] Compiling tokio-executor v0.1.5 Dec 14 05:37:07.018 INFO [stderr] Compiling tokio-io v0.1.9 Dec 14 05:37:07.034 INFO [stderr] Compiling structopt v0.2.12 Dec 14 05:37:08.409 INFO [stderr] Compiling tokio-threadpool v0.1.7 Dec 14 05:37:08.410 INFO [stderr] Compiling tokio-current-thread v0.1.3 Dec 14 05:37:08.410 INFO [stderr] Compiling tokio-timer v0.2.7 Dec 14 05:37:10.347 INFO [stderr] Compiling tokio-codec v0.1.1 Dec 14 05:37:10.347 INFO [stderr] Compiling tokio-reactor v0.1.6 Dec 14 05:37:10.347 INFO [stderr] Compiling tokio-async-await v0.1.4 Dec 14 05:37:17.767 INFO [stderr] Compiling tokio-fs v0.1.3 Dec 14 05:37:19.587 INFO [stderr] Compiling tokio-udp v0.1.2 Dec 14 05:37:19.591 INFO [stderr] Compiling tokio-uds v0.2.2 Dec 14 05:37:19.591 INFO [stderr] Compiling tokio-signal v0.2.5 Dec 14 05:37:19.591 INFO [stderr] Compiling tokio-tcp v0.1.2 Dec 14 05:37:27.287 INFO [stderr] Compiling tokio-process v0.2.2 Dec 14 05:37:28.259 INFO [stderr] Compiling tokio v0.1.11 Dec 14 05:37:32.903 INFO [stderr] Compiling task_runner v0.1.0 (/source) Dec 14 05:37:32.967 INFO [stderr] error: expected one of `=` or `|`, found `config` Dec 14 05:37:32.967 INFO [stderr] --> src/executor.rs:54:5 Dec 14 05:37:32.967 INFO [stderr] | Dec 14 05:37:32.967 INFO [stderr] 53 | if let Some(pipe) Dec 14 05:37:32.967 INFO [stderr] | - expected one of `=` or `|` here Dec 14 05:37:32.967 INFO [stderr] 54 | config.pipe Dec 14 05:37:32.967 INFO [stderr] | ^^^^^^ unexpected token Dec 14 05:37:32.967 INFO [stderr] Dec 14 05:37:36.395 INFO [stderr] warning: unused import: `Child` Dec 14 05:37:36.395 INFO [stderr] --> src/executor.rs:6:21 Dec 14 05:37:36.395 INFO [stderr] | Dec 14 05:37:36.395 INFO [stderr] 6 | use tokio_process::{Child, CommandExt}; Dec 14 05:37:36.395 INFO [stderr] | ^^^^^ Dec 14 05:37:36.395 INFO [stderr] | Dec 14 05:37:36.395 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 14 05:37:36.395 INFO [stderr] Dec 14 05:37:36.671 INFO [stderr] error[E0599]: no method named `clone` found for type `std::option::Option` in the current scope Dec 14 05:37:36.671 INFO [stderr] --> src/executor.rs:50:37 Dec 14 05:37:36.671 INFO [stderr] | Dec 14 05:37:36.671 INFO [stderr] 50 | execute_command(&cmd, stdin.clone(), stdout.clone()); Dec 14 05:37:36.671 INFO [stderr] | ^^^^^ Dec 14 05:37:36.671 INFO [stderr] | Dec 14 05:37:36.671 INFO [stderr] = note: the method `clone` exists but the following trait bounds were not satisfied: Dec 14 05:37:36.671 INFO [stderr] `std::option::Option : std::clone::Clone` Dec 14 05:37:36.671 INFO [stderr] Dec 14 05:37:36.671 INFO [stderr] error[E0277]: the trait bound `std::process::Stdio: std::clone::Clone` is not satisfied Dec 14 05:37:36.671 INFO [stderr] --> src/executor.rs:50:53 Dec 14 05:37:36.671 INFO [stderr] | Dec 14 05:37:36.671 INFO [stderr] 50 | execute_command(&cmd, stdin.clone(), stdout.clone()); Dec 14 05:37:36.671 INFO [stderr] | ^^^^^ the trait `std::clone::Clone` is not implemented for `std::process::Stdio` Dec 14 05:37:36.671 INFO [stderr] | Dec 14 05:37:36.671 INFO [stderr] = note: required because of the requirements on the impl of `std::clone::Clone` for `std::option::Option` Dec 14 05:37:36.671 INFO [stderr] Dec 14 05:37:36.738 INFO [stderr] error: aborting due to 3 previous errors Dec 14 05:37:36.738 INFO [stderr] Dec 14 05:37:36.739 INFO [stderr] Some errors occurred: E0277, E0599. Dec 14 05:37:36.739 INFO [stderr] For more information about an error, try `rustc --explain E0277`. Dec 14 05:37:36.764 INFO [stderr] error: Could not compile `task_runner`. Dec 14 05:37:36.764 INFO [stderr] Dec 14 05:37:36.764 INFO [stderr] To learn more, run the command again with --verbose. Dec 14 05:37:36.775 INFO [stderr] su: No module specific data is present Dec 14 05:37:37.249 INFO running `"docker" "inspect" "8e5caa92ae822734df67ae082893b20818824a5eef30a2dffc12697576fa5f31"` Dec 14 05:37:37.505 INFO running `"docker" "rm" "-f" "8e5caa92ae822734df67ae082893b20818824a5eef30a2dffc12697576fa5f31"` Dec 14 05:37:37.835 INFO [stdout] 8e5caa92ae822734df67ae082893b20818824a5eef30a2dffc12697576fa5f31