Nov 28 10:55:43.757 INFO checking Swoorup/config-parser against master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5 for pr-56074 Nov 28 10:55:43.759 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56074/worker-0/master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56074/master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5:/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 +0b9f19dff1347e29bf4362ab5a8fab84b43023b5-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:44.215 INFO [stdout] 579360447f5f16232147d74aef3371b3a097464525deb74949e8db08672719a5 Nov 28 10:55:44.222 INFO running `"docker" "start" "-a" "579360447f5f16232147d74aef3371b3a097464525deb74949e8db08672719a5"` Nov 28 10:55:45.289 INFO [stderr] usermod: no changes Nov 28 10:55:45.616 INFO [stderr] Checking futures v0.1.25 Nov 28 10:55:45.619 INFO [stderr] Compiling structopt-derive v0.2.12 Nov 28 10:55:45.624 INFO [stderr] Compiling serde_derive v1.0.79 Nov 28 10:55:53.032 INFO [stderr] Checking tokio-executor v0.1.5 Nov 28 10:55:53.032 INFO [stderr] Checking tokio-io v0.1.9 Nov 28 10:55:55.699 INFO [stderr] Checking tokio-threadpool v0.1.7 Nov 28 10:55:55.750 INFO [stderr] Checking tokio-timer v0.2.7 Nov 28 10:55:55.860 INFO [stderr] Checking tokio-current-thread v0.1.3 Nov 28 10:56:01.110 INFO [stderr] Checking tokio-reactor v0.1.6 Nov 28 10:56:01.116 INFO [stderr] Checking tokio-codec v0.1.1 Nov 28 10:56:01.118 INFO [stderr] Checking tokio-async-await v0.1.4 Nov 28 10:56:01.963 INFO [stderr] Checking structopt v0.2.12 Nov 28 10:56:06.345 INFO [stderr] Checking tokio-fs v0.1.3 Nov 28 10:56:08.532 INFO [stderr] Checking tokio-udp v0.1.2 Nov 28 10:56:08.533 INFO [stderr] Checking tokio-uds v0.2.2 Nov 28 10:56:08.533 INFO [stderr] Checking tokio-signal v0.2.5 Nov 28 10:56:08.533 INFO [stderr] Checking tokio-tcp v0.1.2 Nov 28 10:56:16.429 INFO [stderr] Checking tokio-process v0.2.2 Nov 28 10:56:16.765 INFO [stderr] Checking tokio v0.1.11 Nov 28 10:56:29.692 INFO [stderr] Checking task_runner v0.1.0 (/source) Nov 28 10:56:29.788 INFO [stderr] error: expected one of `=` or `|`, found `config` Nov 28 10:56:29.788 INFO [stderr] --> src/executor.rs:54:5 Nov 28 10:56:29.788 INFO [stderr] | Nov 28 10:56:29.788 INFO [stderr] 53 | if let Some(pipe) Nov 28 10:56:29.788 INFO [stderr] | - expected one of `=` or `|` here Nov 28 10:56:29.788 INFO [stderr] 54 | config.pipe Nov 28 10:56:29.788 INFO [stderr] | ^^^^^^ unexpected token Nov 28 10:56:29.788 INFO [stderr] Nov 28 10:56:29.817 INFO [stderr] error: expected one of `=` or `|`, found `config` Nov 28 10:56:29.817 INFO [stderr] --> src/executor.rs:54:5 Nov 28 10:56:29.817 INFO [stderr] | Nov 28 10:56:29.817 INFO [stderr] 53 | if let Some(pipe) Nov 28 10:56:29.817 INFO [stderr] | - expected one of `=` or `|` here Nov 28 10:56:29.817 INFO [stderr] 54 | config.pipe Nov 28 10:56:29.817 INFO [stderr] | ^^^^^^ unexpected token Nov 28 10:56:29.817 INFO [stderr] Nov 28 10:56:34.540 INFO [stderr] warning: unused import: `Child` Nov 28 10:56:34.540 INFO [stderr] --> src/executor.rs:6:21 Nov 28 10:56:34.540 INFO [stderr] | Nov 28 10:56:34.540 INFO [stderr] 6 | use tokio_process::{Child, CommandExt}; Nov 28 10:56:34.540 INFO [stderr] | ^^^^^ Nov 28 10:56:34.540 INFO [stderr] | Nov 28 10:56:34.540 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 28 10:56:34.540 INFO [stderr] Nov 28 10:56:34.738 INFO [stderr] error[E0599]: no method named `clone` found for type `std::option::Option` in the current scope Nov 28 10:56:34.739 INFO [stderr] --> src/executor.rs:50:37 Nov 28 10:56:34.739 INFO [stderr] | Nov 28 10:56:34.739 INFO [stderr] 50 | execute_command(&cmd, stdin.clone(), stdout.clone()); Nov 28 10:56:34.739 INFO [stderr] | ^^^^^ Nov 28 10:56:34.739 INFO [stderr] | Nov 28 10:56:34.739 INFO [stderr] = note: the method `clone` exists but the following trait bounds were not satisfied: Nov 28 10:56:34.739 INFO [stderr] `std::option::Option : std::clone::Clone` Nov 28 10:56:34.739 INFO [stderr] Nov 28 10:56:34.744 INFO [stderr] error[E0277]: the trait bound `std::process::Stdio: std::clone::Clone` is not satisfied Nov 28 10:56:34.744 INFO [stderr] --> src/executor.rs:50:53 Nov 28 10:56:34.744 INFO [stderr] | Nov 28 10:56:34.744 INFO [stderr] 50 | execute_command(&cmd, stdin.clone(), stdout.clone()); Nov 28 10:56:34.744 INFO [stderr] | ^^^^^ the trait `std::clone::Clone` is not implemented for `std::process::Stdio` Nov 28 10:56:34.744 INFO [stderr] | Nov 28 10:56:34.744 INFO [stderr] = note: required because of the requirements on the impl of `std::clone::Clone` for `std::option::Option` Nov 28 10:56:34.744 INFO [stderr] Nov 28 10:56:34.832 INFO [stderr] error: aborting due to 3 previous errors Nov 28 10:56:34.832 INFO [stderr] Nov 28 10:56:34.832 INFO [stderr] Some errors occurred: E0277, E0599. Nov 28 10:56:34.832 INFO [stderr] For more information about an error, try `rustc --explain E0277`. Nov 28 10:56:34.836 INFO [stderr] error: Could not compile `task_runner`. Nov 28 10:56:34.836 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 28 10:56:35.048 INFO [stderr] warning: unused import: `Child` Nov 28 10:56:35.048 INFO [stderr] --> src/executor.rs:6:21 Nov 28 10:56:35.048 INFO [stderr] | Nov 28 10:56:35.048 INFO [stderr] 6 | use tokio_process::{Child, CommandExt}; Nov 28 10:56:35.048 INFO [stderr] | ^^^^^ Nov 28 10:56:35.048 INFO [stderr] | Nov 28 10:56:35.048 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 28 10:56:35.048 INFO [stderr] Nov 28 10:56:35.241 INFO [stderr] error[E0599]: no method named `clone` found for type `std::option::Option` in the current scope Nov 28 10:56:35.241 INFO [stderr] --> src/executor.rs:50:37 Nov 28 10:56:35.241 INFO [stderr] | Nov 28 10:56:35.242 INFO [stderr] 50 | execute_command(&cmd, stdin.clone(), stdout.clone()); Nov 28 10:56:35.242 INFO [stderr] | ^^^^^ Nov 28 10:56:35.242 INFO [stderr] | Nov 28 10:56:35.243 INFO [stderr] = note: the method `clone` exists but the following trait bounds were not satisfied: Nov 28 10:56:35.243 INFO [stderr] `std::option::Option : std::clone::Clone` Nov 28 10:56:35.243 INFO [stderr] Nov 28 10:56:35.243 INFO [stderr] error[E0277]: the trait bound `std::process::Stdio: std::clone::Clone` is not satisfied Nov 28 10:56:35.244 INFO [stderr] --> src/executor.rs:50:53 Nov 28 10:56:35.244 INFO [stderr] | Nov 28 10:56:35.244 INFO [stderr] 50 | execute_command(&cmd, stdin.clone(), stdout.clone()); Nov 28 10:56:35.245 INFO [stderr] | ^^^^^ the trait `std::clone::Clone` is not implemented for `std::process::Stdio` Nov 28 10:56:35.245 INFO [stderr] | Nov 28 10:56:35.245 INFO [stderr] = note: required because of the requirements on the impl of `std::clone::Clone` for `std::option::Option` Nov 28 10:56:35.245 INFO [stderr] Nov 28 10:56:35.337 INFO [stderr] error: aborting due to 3 previous errors Nov 28 10:56:35.337 INFO [stderr] Nov 28 10:56:35.337 INFO [stderr] Some errors occurred: E0277, E0599. Nov 28 10:56:35.338 INFO [stderr] For more information about an error, try `rustc --explain E0277`. Nov 28 10:56:35.356 INFO [stderr] error: Could not compile `task_runner`. Nov 28 10:56:35.357 INFO [stderr] Nov 28 10:56:35.357 INFO [stderr] To learn more, run the command again with --verbose. Nov 28 10:56:35.360 INFO [stderr] su: No module specific data is present Nov 28 10:56:36.430 INFO running `"docker" "inspect" "579360447f5f16232147d74aef3371b3a097464525deb74949e8db08672719a5"` Nov 28 10:56:36.762 INFO running `"docker" "rm" "-f" "579360447f5f16232147d74aef3371b3a097464525deb74949e8db08672719a5"` Nov 28 10:56:37.121 INFO [stdout] 579360447f5f16232147d74aef3371b3a097464525deb74949e8db08672719a5