[INFO] fetching crate io-process 0.0.1... [INFO] testing io-process-0.0.1 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate io-process 0.0.1 into /workspace/builds/worker-3-tc1/source [INFO] started tweaking crates.io crate io-process 0.0.1 [INFO] removed 0 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate io-process 0.0.1 [INFO] tweaked toml for crates.io crate io-process 0.0.1 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate io-process 0.0.1 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate io-process 0.0.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded shellexpand v3.1.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e88129b4bb09ab4c7ec22866f493e8b8f280acf2fb291c74d1eb3f2ce4497a4f [INFO] running `Command { std: "docker" "start" "-a" "e88129b4bb09ab4c7ec22866f493e8b8f280acf2fb291c74d1eb3f2ce4497a4f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e88129b4bb09ab4c7ec22866f493e8b8f280acf2fb291c74d1eb3f2ce4497a4f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e88129b4bb09ab4c7ec22866f493e8b8f280acf2fb291c74d1eb3f2ce4497a4f", kill_on_drop: false }` [INFO] [stdout] e88129b4bb09ab4c7ec22866f493e8b8f280acf2fb291c74d1eb3f2ce4497a4f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] c5894d9ab4ac0e18413674ed85684691d84b7280d28fa2dc1931b0e4ed4fb3f0 [INFO] running `Command { std: "docker" "start" "-a" "c5894d9ab4ac0e18413674ed85684691d84b7280d28fa2dc1931b0e4ed4fb3f0", kill_on_drop: false }` [INFO] [stderr] Compiling io-process v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/command.rs:148:24 [INFO] [stdout] | [INFO] [stdout] 148 | pub fn get_program(&self) -> Cow { [INFO] [stdout] | ^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 148 | pub fn get_program(&self) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/command.rs:191:21 [INFO] [stdout] | [INFO] [stdout] 191 | pub fn get_args(&self) -> Option>> { [INFO] [stdout] | ^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 191 | pub fn get_args(&self) -> Option>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s [INFO] running `Command { std: "docker" "inspect" "c5894d9ab4ac0e18413674ed85684691d84b7280d28fa2dc1931b0e4ed4fb3f0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c5894d9ab4ac0e18413674ed85684691d84b7280d28fa2dc1931b0e4ed4fb3f0", kill_on_drop: false }` [INFO] [stdout] c5894d9ab4ac0e18413674ed85684691d84b7280d28fa2dc1931b0e4ed4fb3f0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] c908ef152fa615d017b1a11b5cf539c4df8196221192ebabc5f87ccc8b4c9ecf [INFO] running `Command { std: "docker" "start" "-a" "c908ef152fa615d017b1a11b5cf539c4df8196221192ebabc5f87ccc8b4c9ecf", kill_on_drop: false }` [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling smallvec v1.15.0 [INFO] [stderr] Compiling lock_api v0.4.13 [INFO] [stderr] Compiling log v0.4.27 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.1 [INFO] [stderr] Compiling anstyle-query v1.1.2 [INFO] [stderr] Compiling anstyle-parse v0.2.6 [INFO] [stderr] Compiling anstyle v1.0.10 [INFO] [stderr] Compiling colorchoice v1.0.3 [INFO] [stderr] Compiling socket2 v0.5.10 [INFO] [stderr] Compiling mio v1.0.4 [INFO] [stderr] Compiling anstream v0.6.18 [INFO] [stderr] Compiling signal-hook-registry v1.4.5 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling parking_lot v0.12.4 [INFO] [stderr] Compiling jiff v0.2.14 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling io-process v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/command.rs:148:24 [INFO] [stdout] | [INFO] [stdout] 148 | pub fn get_program(&self) -> Cow { [INFO] [stdout] | ^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 148 | pub fn get_program(&self) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/command.rs:191:21 [INFO] [stdout] | [INFO] [stdout] 191 | pub fn get_args(&self) -> Option>> { [INFO] [stdout] | ^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 191 | pub fn get_args(&self) -> Option>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling env_filter v0.1.3 [INFO] [stderr] Compiling tokio v1.45.1 [INFO] [stderr] Compiling env_logger v0.11.8 [INFO] [stdout] error[E0601]: `main` function not found in crate `std_pipeline` [INFO] [stdout] --> examples/std-pipeline.rs:53:2 [INFO] [stdout] | [INFO] [stdout] 53 | } [INFO] [stdout] | ^ consider adding a `main` function to `examples/std-pipeline.rs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] [INFO] [stderr] error: could not compile `io-process` (example "std-pipeline") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0601]: `main` function not found in crate `tokio_output` [INFO] [stdout] --> examples/tokio-output.rs:24:2 [INFO] [stdout] | [INFO] [stdout] 24 | } [INFO] [stdout] | ^ consider adding a `main` function to `examples/tokio-output.rs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] [INFO] [stderr] error: could not compile `io-process` (example "tokio-output") due to 1 previous error [INFO] [stdout] error[E0601]: `main` function not found in crate `std_output_stdout` [INFO] [stdout] --> examples/std-output-stdout.rs:23:2 [INFO] [stdout] | [INFO] [stdout] 23 | } [INFO] [stdout] | ^ consider adding a `main` function to `examples/std-output-stdout.rs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `tokio_exit_status` [INFO] [stdout] --> examples/tokio-exit-status.rs:29:2 [INFO] [stdout] | [INFO] [stdout] 29 | } [INFO] [stdout] | ^ consider adding a `main` function to `examples/tokio-exit-status.rs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `std_exit_status` [INFO] [stdout] --> examples/std-exit-status.rs:28:2 [INFO] [stdout] | [INFO] [stdout] 28 | } [INFO] [stdout] | ^ consider adding a `main` function to `examples/std-exit-status.rs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `io_process::runtimes::std` [INFO] [stdout] --> tests/expand.rs:1:65 [INFO] [stdout] | [INFO] [stdout] 1 | use io_process::{coroutines::SpawnThenWaitWithOutput, runtimes::std::handle, Command}; [INFO] [stdout] | ^^^ could not find `std` in `runtimes` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/runtimes/mod.rs:12:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub mod std; [INFO] [stdout] | ^^^ [INFO] [stdout] note: the item is gated behind the `std` feature [INFO] [stdout] --> /opt/rustwide/workdir/src/runtimes/mod.rs:11:7 [INFO] [stdout] | [INFO] [stdout] 11 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `io-process` (example "std-output-stdout") due to 1 previous error [INFO] [stdout] error[E0601]: `main` function not found in crate `tokio_pipeline` [INFO] [stdout] --> examples/tokio-pipeline.rs:53:2 [INFO] [stdout] | [INFO] [stdout] 53 | } [INFO] [stdout] | ^ consider adding a `main` function to `examples/tokio-pipeline.rs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] [INFO] [stderr] error: could not compile `io-process` (example "std-exit-status") due to 1 previous error [INFO] [stderr] error: could not compile `io-process` (example "tokio-pipeline") due to 1 previous error [INFO] [stderr] error: could not compile `io-process` (example "tokio-exit-status") due to 1 previous error [INFO] [stdout] error[E0609]: no field `expand` on type `io_process::Command` [INFO] [stdout] --> tests/expand.rs:14:13 [INFO] [stdout] | [INFO] [stdout] 14 | command.expand = true; [INFO] [stdout] | ^^^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `envs`, `current_dir`, `stdin`, `stdout`, `stderr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0609. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `io-process` (test "expand") due to 2 previous errors [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/command.rs:148:24 [INFO] [stdout] | [INFO] [stdout] 148 | pub fn get_program(&self) -> Cow { [INFO] [stdout] | ^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 148 | pub fn get_program(&self) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/command.rs:191:21 [INFO] [stdout] | [INFO] [stdout] 191 | pub fn get_args(&self) -> Option>> { [INFO] [stdout] | ^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 191 | pub fn get_args(&self) -> Option>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c908ef152fa615d017b1a11b5cf539c4df8196221192ebabc5f87ccc8b4c9ecf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c908ef152fa615d017b1a11b5cf539c4df8196221192ebabc5f87ccc8b4c9ecf", kill_on_drop: false }` [INFO] [stdout] c908ef152fa615d017b1a11b5cf539c4df8196221192ebabc5f87ccc8b4c9ecf