Nov 28 10:55:39.233 INFO checking Swoorup/config-parser against try#db42d4dad33013eba11ef37342ad9f614e5652b8 for pr-56074 Nov 28 10:55:39.234 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56074/worker-2/try#db42d4dad33013eba11ef37342ad9f614e5652b8:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56074/try#db42d4dad33013eba11ef37342ad9f614e5652b8:/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 +db42d4dad33013eba11ef37342ad9f614e5652b8-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 28 10:55:39.745 INFO [stdout] 9f098a4c60e70608610d0f435d85b8458fdb96755191b5824cd75a12e15eabe0 Nov 28 10:55:39.747 INFO running `"docker" "start" "-a" "9f098a4c60e70608610d0f435d85b8458fdb96755191b5824cd75a12e15eabe0"` Nov 28 10:55:42.019 INFO [stderr] usermod: no changes Nov 28 10:55:42.272 INFO [stderr] Checking futures v0.1.25 Nov 28 10:55:42.272 INFO [stderr] Checking serde_yaml v0.8.5 Nov 28 10:55:42.293 INFO [stderr] Compiling structopt-derive v0.2.12 Nov 28 10:55:42.293 INFO [stderr] Compiling serde_derive v1.0.79 Nov 28 10:55:48.189 INFO [stderr] Checking tokio-io v0.1.9 Nov 28 10:55:48.190 INFO [stderr] Checking tokio-executor v0.1.5 Nov 28 10:55:50.780 INFO [stderr] Checking tokio-threadpool v0.1.7 Nov 28 10:55:50.904 INFO [stderr] Checking tokio-current-thread v0.1.3 Nov 28 10:55:51.189 INFO [stderr] Checking tokio-timer v0.2.7 Nov 28 10:55:55.458 INFO [stderr] Checking tokio-codec v0.1.1 Nov 28 10:55:55.458 INFO [stderr] Checking tokio-reactor v0.1.6 Nov 28 10:55:55.458 INFO [stderr] Checking tokio-async-await v0.1.4 Nov 28 10:55:56.982 INFO [stderr] Checking structopt v0.2.12 Nov 28 10:56:01.326 INFO [stderr] Checking tokio-fs v0.1.3 Nov 28 10:56:02.890 INFO [stderr] Checking tokio-uds v0.2.2 Nov 28 10:56:02.892 INFO [stderr] Checking tokio-udp v0.1.2 Nov 28 10:56:02.898 INFO [stderr] Checking tokio-tcp v0.1.2 Nov 28 10:56:02.905 INFO [stderr] Checking tokio-signal v0.2.5 Nov 28 10:56:10.923 INFO [stderr] Checking tokio-process v0.2.2 Nov 28 10:56:11.105 INFO [stderr] Checking tokio v0.1.11 Nov 28 10:56:24.296 INFO [stderr] Checking task_runner v0.1.0 (/source) Nov 28 10:56:24.441 INFO [stderr] error: expected one of `=` or `|`, found `config` Nov 28 10:56:24.441 INFO [stderr] --> src/executor.rs:54:5 Nov 28 10:56:24.441 INFO [stderr] | Nov 28 10:56:24.442 INFO [stderr] 53 | if let Some(pipe) Nov 28 10:56:24.442 INFO [stderr] | - expected one of `=` or `|` here Nov 28 10:56:24.442 INFO [stderr] 54 | config.pipe Nov 28 10:56:24.443 INFO [stderr] | ^^^^^^ unexpected token Nov 28 10:56:24.443 INFO [stderr] Nov 28 10:56:24.458 INFO [stderr] error: expected one of `=` or `|`, found `config` Nov 28 10:56:24.459 INFO [stderr] --> src/executor.rs:54:5 Nov 28 10:56:24.459 INFO [stderr] | Nov 28 10:56:24.459 INFO [stderr] 53 | if let Some(pipe) Nov 28 10:56:24.459 INFO [stderr] | - expected one of `=` or `|` here Nov 28 10:56:24.460 INFO [stderr] 54 | config.pipe Nov 28 10:56:24.460 INFO [stderr] | ^^^^^^ unexpected token Nov 28 10:56:24.460 INFO [stderr] Nov 28 10:56:29.504 INFO [stderr] warning: unused import: `Child` Nov 28 10:56:29.504 INFO [stderr] --> src/executor.rs:6:21 Nov 28 10:56:29.504 INFO [stderr] | Nov 28 10:56:29.504 INFO [stderr] 6 | use tokio_process::{Child, CommandExt}; Nov 28 10:56:29.504 INFO [stderr] | ^^^^^ Nov 28 10:56:29.504 INFO [stderr] | Nov 28 10:56:29.504 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 28 10:56:29.504 INFO [stderr] Nov 28 10:56:29.772 INFO [stderr] error[E0599]: no method named `clone` found for type `std::option::Option` in the current scope Nov 28 10:56:29.772 INFO [stderr] --> src/executor.rs:50:37 Nov 28 10:56:29.772 INFO [stderr] | Nov 28 10:56:29.772 INFO [stderr] 50 | execute_command(&cmd, stdin.clone(), stdout.clone()); Nov 28 10:56:29.772 INFO [stderr] | ^^^^^ Nov 28 10:56:29.772 INFO [stderr] | Nov 28 10:56:29.772 INFO [stderr] = note: the method `clone` exists but the following trait bounds were not satisfied: Nov 28 10:56:29.772 INFO [stderr] `std::option::Option : std::clone::Clone` Nov 28 10:56:29.772 INFO [stderr] Nov 28 10:56:29.772 INFO [stderr] error[E0277]: the trait bound `std::process::Stdio: std::clone::Clone` is not satisfied Nov 28 10:56:29.772 INFO [stderr] --> src/executor.rs:50:53 Nov 28 10:56:29.772 INFO [stderr] | Nov 28 10:56:29.772 INFO [stderr] 50 | execute_command(&cmd, stdin.clone(), stdout.clone()); Nov 28 10:56:29.772 INFO [stderr] | ^^^^^ the trait `std::clone::Clone` is not implemented for `std::process::Stdio` Nov 28 10:56:29.772 INFO [stderr] | Nov 28 10:56:29.772 INFO [stderr] = note: required because of the requirements on the impl of `std::clone::Clone` for `std::option::Option` Nov 28 10:56:29.772 INFO [stderr] Nov 28 10:56:29.916 INFO [stderr] warning: unused import: `Child` Nov 28 10:56:29.916 INFO [stderr] --> src/executor.rs:6:21 Nov 28 10:56:29.916 INFO [stderr] | Nov 28 10:56:29.916 INFO [stderr] 6 | use tokio_process::{Child, CommandExt}; Nov 28 10:56:29.916 INFO [stderr] | ^^^^^ Nov 28 10:56:29.916 INFO [stderr] | Nov 28 10:56:29.916 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 28 10:56:29.916 INFO [stderr] Nov 28 10:56:29.933 INFO [stderr] error: aborting due to 3 previous errors Nov 28 10:56:29.933 INFO [stderr] Nov 28 10:56:29.933 INFO [stderr] Some errors occurred: E0277, E0599. Nov 28 10:56:29.933 INFO [stderr] For more information about an error, try `rustc --explain E0277`. Nov 28 10:56:29.945 INFO [stderr] error: Could not compile `task_runner`. Nov 28 10:56:29.945 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 28 10:56:30.098 INFO [stderr] error[E0599]: no method named `clone` found for type `std::option::Option` in the current scope Nov 28 10:56:30.099 INFO [stderr] --> src/executor.rs:50:37 Nov 28 10:56:30.099 INFO [stderr] | Nov 28 10:56:30.100 INFO [stderr] 50 | execute_command(&cmd, stdin.clone(), stdout.clone()); Nov 28 10:56:30.100 INFO [stderr] | ^^^^^ Nov 28 10:56:30.101 INFO [stderr] | Nov 28 10:56:30.101 INFO [stderr] = note: the method `clone` exists but the following trait bounds were not satisfied: Nov 28 10:56:30.102 INFO [stderr] `std::option::Option : std::clone::Clone` Nov 28 10:56:30.102 INFO [stderr] Nov 28 10:56:30.106 INFO [stderr] error[E0277]: the trait bound `std::process::Stdio: std::clone::Clone` is not satisfied Nov 28 10:56:30.106 INFO [stderr] --> src/executor.rs:50:53 Nov 28 10:56:30.107 INFO [stderr] | Nov 28 10:56:30.107 INFO [stderr] 50 | execute_command(&cmd, stdin.clone(), stdout.clone()); Nov 28 10:56:30.108 INFO [stderr] | ^^^^^ the trait `std::clone::Clone` is not implemented for `std::process::Stdio` Nov 28 10:56:30.108 INFO [stderr] | Nov 28 10:56:30.109 INFO [stderr] = note: required because of the requirements on the impl of `std::clone::Clone` for `std::option::Option` Nov 28 10:56:30.109 INFO [stderr] Nov 28 10:56:30.196 INFO [stderr] error: aborting due to 3 previous errors Nov 28 10:56:30.197 INFO [stderr] Nov 28 10:56:30.197 INFO [stderr] Some errors occurred: E0277, E0599. Nov 28 10:56:30.198 INFO [stderr] For more information about an error, try `rustc --explain E0277`. Nov 28 10:56:30.220 INFO [stderr] error: Could not compile `task_runner`. Nov 28 10:56:30.221 INFO [stderr] Nov 28 10:56:30.221 INFO [stderr] To learn more, run the command again with --verbose. Nov 28 10:56:30.224 INFO [stderr] su: No module specific data is present Nov 28 10:56:31.545 INFO running `"docker" "inspect" "9f098a4c60e70608610d0f435d85b8458fdb96755191b5824cd75a12e15eabe0"` Nov 28 10:56:31.950 INFO running `"docker" "rm" "-f" "9f098a4c60e70608610d0f435d85b8458fdb96755191b5824cd75a12e15eabe0"` Nov 28 10:56:32.316 INFO [stdout] 9f098a4c60e70608610d0f435d85b8458fdb96755191b5824cd75a12e15eabe0