[INFO] updating cached repository https://github.com/christophebiocca/tokio-process-deadlock-example [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e5c77dcebe02ffea375d98ef42042752e0544d8a [INFO] testing christophebiocca/tokio-process-deadlock-example against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchristophebiocca%2Ftokio-process-deadlock-example" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/christophebiocca/tokio-process-deadlock-example on toolchain 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/christophebiocca/tokio-process-deadlock-example [INFO] finished tweaking git repo https://github.com/christophebiocca/tokio-process-deadlock-example [INFO] tweaked toml for git repo https://github.com/christophebiocca/tokio-process-deadlock-example written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/christophebiocca/tokio-process-deadlock-example already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] cbddd789e7a069626601d726ece9a85370b5f0c19036ae69bac94c4ab6c23822 [INFO] running `"docker" "start" "-a" "cbddd789e7a069626601d726ece9a85370b5f0c19036ae69bac94c4ab6c23822"` [INFO] [stderr] Compiling lazycell v0.6.0 [INFO] [stderr] Compiling futures v0.1.23 [INFO] [stderr] Compiling slab v0.4.1 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling log v0.4.4 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling bytes v0.4.9 [INFO] [stderr] Compiling mio v0.6.15 [INFO] [stderr] Compiling mio-uds v0.6.6 [INFO] [stderr] Compiling tokio-executor v0.1.3 [INFO] [stderr] Compiling tokio-io v0.1.7 [INFO] [stderr] Compiling tokio-reactor v0.1.3 [INFO] [stderr] Compiling tokio-signal v0.2.2 [INFO] [stderr] Compiling tokio-process v0.2.2 [INFO] [stderr] Compiling tokio-process-deadlock-example v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `Stdio` [INFO] [stderr] --> src/main.rs:5:28 [INFO] [stderr] | [INFO] [stderr] 5 | use std::process::{Command,Stdio}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.22s [INFO] running `"docker" "inspect" "cbddd789e7a069626601d726ece9a85370b5f0c19036ae69bac94c4ab6c23822"` [INFO] running `"docker" "rm" "-f" "cbddd789e7a069626601d726ece9a85370b5f0c19036ae69bac94c4ab6c23822"` [INFO] [stdout] cbddd789e7a069626601d726ece9a85370b5f0c19036ae69bac94c4ab6c23822 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "test" "--frozen" "--no-run"` [INFO] [stdout] e2fe4cd9b29cae9887f738b9d067baaa9ef9dedd0e1eb03dc979c127500715e5 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "e2fe4cd9b29cae9887f738b9d067baaa9ef9dedd0e1eb03dc979c127500715e5"` [INFO] [stderr] Compiling tokio-process-deadlock-example v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `Stdio` [INFO] [stderr] --> src/main.rs:5:28 [INFO] [stderr] | [INFO] [stderr] 5 | use std::process::{Command,Stdio}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.35s [INFO] running `"docker" "inspect" "e2fe4cd9b29cae9887f738b9d067baaa9ef9dedd0e1eb03dc979c127500715e5"` [INFO] running `"docker" "rm" "-f" "e2fe4cd9b29cae9887f738b9d067baaa9ef9dedd0e1eb03dc979c127500715e5"` [INFO] [stdout] e2fe4cd9b29cae9887f738b9d067baaa9ef9dedd0e1eb03dc979c127500715e5 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ebf131be9e9774f36d84bfb1536b7a56f5df689a7809da7bebd8b83bc016d7bb [INFO] running `"docker" "start" "-a" "ebf131be9e9774f36d84bfb1536b7a56f5df689a7809da7bebd8b83bc016d7bb"` [INFO] [stderr] warning: unused import: `Stdio` [INFO] [stderr] --> src/main.rs:5:28 [INFO] [stderr] | [INFO] [stderr] 5 | use std::process::{Command,Stdio}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/tokio_process_deadlock_example-b5494510a25f23fc [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "ebf131be9e9774f36d84bfb1536b7a56f5df689a7809da7bebd8b83bc016d7bb"` [INFO] running `"docker" "rm" "-f" "ebf131be9e9774f36d84bfb1536b7a56f5df689a7809da7bebd8b83bc016d7bb"` [INFO] [stdout] ebf131be9e9774f36d84bfb1536b7a56f5df689a7809da7bebd8b83bc016d7bb