Nov 17 20:18:21.200 INFO testing tokio-process-0.2.2 against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 17 20:18:21.201 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-0/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 17 20:18:21.687 INFO [stdout] 6edfabb374505f6a738c0fa370ff13bf2166a7c9cbac623797e2cfe93667ad63 Nov 17 20:18:21.689 INFO running `"docker" "start" "-a" "6edfabb374505f6a738c0fa370ff13bf2166a7c9cbac623797e2cfe93667ad63"` Nov 17 20:18:23.022 INFO [stderr] usermod: no changes Nov 17 20:18:23.169 INFO [stderr] Compiling arc-swap v0.3.6 Nov 17 20:18:24.068 INFO [stderr] Compiling signal-hook v0.1.6 Nov 17 20:18:26.108 INFO [stderr] Compiling tokio-signal v0.2.6 Nov 17 20:18:28.927 INFO [stderr] Compiling tokio-process v0.2.2 (/source) Nov 17 20:18:32.419 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.36s Nov 17 20:18:32.422 INFO [stderr] su: No module specific data is present Nov 17 20:18:32.913 INFO running `"docker" "inspect" "6edfabb374505f6a738c0fa370ff13bf2166a7c9cbac623797e2cfe93667ad63"` Nov 17 20:18:33.168 INFO running `"docker" "rm" "-f" "6edfabb374505f6a738c0fa370ff13bf2166a7c9cbac623797e2cfe93667ad63"` Nov 17 20:18:33.383 INFO [stdout] 6edfabb374505f6a738c0fa370ff13bf2166a7c9cbac623797e2cfe93667ad63 Nov 17 20:18:33.388 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-0/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-alt test --frozen --no-run" "-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 17 20:18:33.767 INFO [stdout] 930beaa7b4862afc6b94d4fd2fd06080802b40125c8c4310da72fd661764387f Nov 17 20:18:33.771 INFO running `"docker" "start" "-a" "930beaa7b4862afc6b94d4fd2fd06080802b40125c8c4310da72fd661764387f"` Nov 17 20:18:34.363 INFO [stderr] usermod: no changes Nov 17 20:18:34.503 INFO [stderr] Compiling env_logger v0.4.3 Nov 17 20:18:35.679 INFO [stderr] Compiling tokio-process v0.2.2 (/source) Nov 17 20:18:39.307 INFO [stderr] warning: use of deprecated item 'tokio::executor::current_thread': use tokio-current-thread crate or functions in tokio::runtime::current_thread instead Nov 17 20:18:39.307 INFO [stderr] --> tests/stdio.rs:16:5 Nov 17 20:18:39.307 INFO [stderr] | Nov 17 20:18:39.307 INFO [stderr] 16 | use tokio::executor::current_thread; Nov 17 20:18:39.308 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 17 20:18:39.308 INFO [stderr] | Nov 17 20:18:39.308 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 17 20:18:39.308 INFO [stderr] Nov 17 20:18:39.308 INFO [stderr] warning: use of deprecated item 'tokio::timer::Deadline': use Timeout instead Nov 17 20:18:39.308 INFO [stderr] --> tests/stdio.rs:19:5 Nov 17 20:18:39.308 INFO [stderr] | Nov 17 20:18:39.308 INFO [stderr] 19 | use tokio::timer::Deadline; Nov 17 20:18:39.309 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ Nov 17 20:18:39.309 INFO [stderr] Nov 17 20:18:39.309 INFO [stderr] warning: use of deprecated item 'tokio::timer::Deadline': use Timeout instead Nov 17 20:18:39.309 INFO [stderr] --> tests/stdio.rs:136:17 Nov 17 20:18:39.309 INFO [stderr] | Nov 17 20:18:39.309 INFO [stderr] 136 | rt.block_on(Deadline::new(child, Instant::now() + Duration::from_secs(1))) Nov 17 20:18:39.309 INFO [stderr] | ^^^^^^^^^^^^^ Nov 17 20:18:39.309 INFO [stderr] Nov 17 20:18:39.732 INFO [stderr] warning: use of deprecated item 'tokio::executor::current_thread': use tokio-current-thread crate or functions in tokio::runtime::current_thread instead Nov 17 20:18:39.733 INFO [stderr] --> tests/smoke.rs:4:5 Nov 17 20:18:39.733 INFO [stderr] | Nov 17 20:18:39.733 INFO [stderr] 4 | use tokio::executor::current_thread; Nov 17 20:18:39.733 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 17 20:18:39.733 INFO [stderr] | Nov 17 20:18:39.733 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 17 20:18:39.733 INFO [stderr] Nov 17 20:18:43.307 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.92s Nov 17 20:18:43.319 INFO [stderr] su: No module specific data is present Nov 17 20:18:44.109 INFO running `"docker" "inspect" "930beaa7b4862afc6b94d4fd2fd06080802b40125c8c4310da72fd661764387f"` Nov 17 20:18:44.359 INFO running `"docker" "rm" "-f" "930beaa7b4862afc6b94d4fd2fd06080802b40125c8c4310da72fd661764387f"` Nov 17 20:18:44.610 INFO [stdout] 930beaa7b4862afc6b94d4fd2fd06080802b40125c8c4310da72fd661764387f Nov 17 20:18:44.625 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-0/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-alt test --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"` Nov 17 20:18:44.915 INFO [stdout] 89aed3603b777abe332bc5dd356ee5be418912c2e3a66d35c72e7662524c5692 Nov 17 20:18:44.917 INFO running `"docker" "start" "-a" "89aed3603b777abe332bc5dd356ee5be418912c2e3a66d35c72e7662524c5692"` Nov 17 20:18:45.523 INFO [stderr] usermod: no changes Nov 17 20:18:45.667 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.12s Nov 17 20:18:45.667 INFO [stderr] Running /target/debug/deps/tokio_process-51a276a46762e4a1 Nov 17 20:18:45.672 INFO [stdout] Nov 17 20:18:45.672 INFO [stdout] running 0 tests Nov 17 20:18:45.672 INFO [stdout] Nov 17 20:18:45.673 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 20:18:45.673 INFO [stdout] Nov 17 20:18:45.674 INFO [stderr] Running /target/debug/deps/cat-fc72befb6dd27409 Nov 17 20:18:45.684 INFO [stdout] Nov 17 20:18:45.684 INFO [stdout] running 0 tests Nov 17 20:18:45.684 INFO [stdout] Nov 17 20:18:45.684 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 20:18:45.684 INFO [stdout] Nov 17 20:18:45.687 INFO [stderr] Running /target/debug/deps/exit-abfa6687b6afed79 Nov 17 20:18:45.696 INFO [stdout] Nov 17 20:18:45.696 INFO [stdout] running 0 tests Nov 17 20:18:45.696 INFO [stdout] Nov 17 20:18:45.696 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 20:18:45.696 INFO [stdout] Nov 17 20:18:45.696 INFO [stderr] Running /target/debug/deps/smoke-d609984150db4438 Nov 17 20:18:45.703 INFO [stdout] Nov 17 20:18:45.703 INFO [stdout] running 1 test Nov 17 20:18:45.713 INFO [stdout] test simple ... ok Nov 17 20:18:45.713 INFO [stdout] Nov 17 20:18:45.713 INFO [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 20:18:45.713 INFO [stdout] Nov 17 20:18:45.718 INFO [stderr] Running /target/debug/deps/stdio-fda11ddf85f9cbd8 Nov 17 20:18:45.726 INFO [stdout] Nov 17 20:18:45.726 INFO [stdout] running 4 tests Nov 17 20:18:45.747 INFO [stdout] test status_closes_any_pipes ... ok Nov 17 20:18:45.750 INFO [stdout] test drop_kills ... ok Nov 17 20:18:45.752 INFO [stdout] test wait_with_output_captures ... ok Nov 17 20:18:45.896 INFO [stdout] test feed_a_lot ... ok Nov 17 20:18:45.896 INFO [stdout] Nov 17 20:18:45.896 INFO [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 20:18:45.896 INFO [stdout] Nov 17 20:18:45.897 INFO [stderr] Doc-tests tokio-process Nov 17 20:18:48.497 INFO [stdout] Nov 17 20:18:48.497 INFO [stdout] running 4 tests Nov 17 20:18:57.673 INFO [stdout] test src/lib.rs - (line 15) ... ok Nov 17 20:18:57.927 INFO [stdout] test src/lib.rs - (line 72) ... ok Nov 17 20:18:58.120 INFO [stdout] test src/lib.rs - Child::forget (line 437) ... ok Nov 17 20:18:59.062 INFO [stdout] test src/lib.rs - (line 44) ... ok Nov 17 20:18:59.062 INFO [stdout] Nov 17 20:18:59.062 INFO [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 20:18:59.062 INFO [stdout] Nov 17 20:18:59.078 INFO [stderr] su: No module specific data is present Nov 17 20:18:59.981 INFO running `"docker" "inspect" "89aed3603b777abe332bc5dd356ee5be418912c2e3a66d35c72e7662524c5692"` Nov 17 20:19:00.191 INFO running `"docker" "rm" "-f" "89aed3603b777abe332bc5dd356ee5be418912c2e3a66d35c72e7662524c5692"` Nov 17 20:19:00.367 INFO [stdout] 89aed3603b777abe332bc5dd356ee5be418912c2e3a66d35c72e7662524c5692