Sep 10 19:59:47.744 INFO checking duct-0.8.2 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 19:59:47.744 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 19:59:47.744 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-0/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 19:59:47.960 INFO blam! 9fab552aaba4484331c92c4764efbb4742b42ed2d687ccc228a7358a77b1610f Sep 10 19:59:47.962 INFO running `"docker" "start" "-a" "9fab552aaba4484331c92c4764efbb4742b42ed2d687ccc228a7358a77b1610f"` Sep 10 19:59:49.213 INFO kablam! usermod: no changes Sep 10 19:59:49.290 INFO kablam! Checking os_pipe v0.5.1 Sep 10 19:59:49.290 INFO kablam! Checking shared_child v0.2.1 Sep 10 19:59:49.290 INFO kablam! Checking error-chain v0.8.1 Sep 10 19:59:50.102 INFO kablam! Checking duct v0.8.2 (file:///source) Sep 10 19:59:51.479 INFO kablam! warning: use of deprecated item 'sh': `sh` is a security risk and will be [removed soon](https://github.com/oconnor663/duct.rs/issues/40), use `cmd!` instead Sep 10 19:59:51.479 INFO kablam! --> src/test.rs:4:13 Sep 10 19:59:51.479 INFO kablam! | Sep 10 19:59:51.479 INFO kablam! 4 | use super::{sh, Expression}; Sep 10 19:59:51.479 INFO kablam! | ^^ Sep 10 19:59:51.481 INFO kablam! | Sep 10 19:59:51.481 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 19:59:51.481 INFO kablam! Sep 10 19:59:51.482 INFO kablam! warning: use of deprecated item 'sh': `sh` is a security risk and will be [removed soon](https://github.com/oconnor663/duct.rs/issues/40), use `cmd!` instead Sep 10 19:59:51.482 INFO kablam! --> src/test.rs:53:18 Sep 10 19:59:51.482 INFO kablam! | Sep 10 19:59:51.482 INFO kablam! 53 | let output = sh("echo hi").read().unwrap(); Sep 10 19:59:51.482 INFO kablam! | ^^ Sep 10 19:59:51.483 INFO kablam! Sep 10 19:59:51.483 INFO kablam! warning: use of deprecated item 'sh': `sh` is a security risk and will be [removed soon](https://github.com/oconnor663/duct.rs/issues/40), use `cmd!` instead Sep 10 19:59:51.483 INFO kablam! --> src/test.rs:140:18 Sep 10 19:59:51.483 INFO kablam! | Sep 10 19:59:51.483 INFO kablam! 140 | let output = sh("echo xxx").pipe(cmd!(path_to_exe("x_to_y"))).read().unwrap(); Sep 10 19:59:51.483 INFO kablam! | ^^ Sep 10 19:59:51.484 INFO kablam! Sep 10 19:59:51.484 INFO kablam! warning: use of deprecated item 'sh': `sh` is a security risk and will be [removed soon](https://github.com/oconnor663/duct.rs/issues/40), use `cmd!` instead Sep 10 19:59:51.484 INFO kablam! --> src/test.rs:179:34 Sep 10 19:59:51.484 INFO kablam! | Sep 10 19:59:51.484 INFO kablam! 179 | let output = true_cmd().then(sh("echo lo")).read().unwrap(); Sep 10 19:59:51.484 INFO kablam! | ^^ Sep 10 19:59:51.484 INFO kablam! Sep 10 19:59:51.485 INFO kablam! warning: use of deprecated item 'sh': `sh` is a security risk and will be [removed soon](https://github.com/oconnor663/duct.rs/issues/40), use `cmd!` instead Sep 10 19:59:51.485 INFO kablam! --> src/test.rs:284:5 Sep 10 19:59:51.485 INFO kablam! | Sep 10 19:59:51.485 INFO kablam! 284 | sh("echo hi>&2").stderr_handle(writer).run().unwrap(); Sep 10 19:59:51.485 INFO kablam! | ^^ Sep 10 19:59:51.485 INFO kablam! Sep 10 19:59:51.486 INFO kablam! warning: use of deprecated item 'sh': `sh` is a security risk and will be [removed soon](https://github.com/oconnor663/duct.rs/issues/40), use `cmd!` instead Sep 10 19:59:51.486 INFO kablam! --> src/test.rs:313:18 Sep 10 19:59:51.486 INFO kablam! | Sep 10 19:59:51.486 INFO kablam! 313 | let output = sh("echo hi") Sep 10 19:59:51.486 INFO kablam! | ^^ Sep 10 19:59:51.486 INFO kablam! Sep 10 19:59:51.486 INFO kablam! warning: use of deprecated item 'sh': `sh` is a security risk and will be [removed soon](https://github.com/oconnor663/duct.rs/issues/40), use `cmd!` instead Sep 10 19:59:51.486 INFO kablam! --> src/test.rs:322:18 Sep 10 19:59:51.486 INFO kablam! | Sep 10 19:59:51.486 INFO kablam! 322 | let output = sh("echo hi>&2").stderr_to_stdout().read().unwrap(); Sep 10 19:59:51.486 INFO kablam! | ^^ Sep 10 19:59:51.487 INFO kablam! Sep 10 19:59:51.487 INFO kablam! warning: use of deprecated item 'sh': `sh` is a security risk and will be [removed soon](https://github.com/oconnor663/duct.rs/issues/40), use `cmd!` instead Sep 10 19:59:51.487 INFO kablam! --> src/test.rs:342:13 Sep 10 19:59:51.487 INFO kablam! | Sep 10 19:59:51.487 INFO kablam! 342 | let _ = sh("true").stdin(&*mystr).input(&*myvec).stdout(&*mypathbuf); Sep 10 19:59:51.487 INFO kablam! | ^^ Sep 10 19:59:51.488 INFO kablam! Sep 10 19:59:51.488 INFO kablam! warning: use of deprecated item 'sh': `sh` is a security risk and will be [removed soon](https://github.com/oconnor663/duct.rs/issues/40), use `cmd!` instead Sep 10 19:59:51.488 INFO kablam! --> src/test.rs:343:13 Sep 10 19:59:51.488 INFO kablam! | Sep 10 19:59:51.488 INFO kablam! 343 | let _ = sh("true").stdin(mystr).input(myvec).stdout(mypathbuf); Sep 10 19:59:51.488 INFO kablam! | ^^ Sep 10 19:59:51.488 INFO kablam! Sep 10 19:59:51.489 INFO kablam! warning: use of deprecated item 'sh': `sh` is a security risk and will be [removed soon](https://github.com/oconnor663/duct.rs/issues/40), use `cmd!` instead Sep 10 19:59:51.489 INFO kablam! --> src/test.rs:354:18 Sep 10 19:59:51.489 INFO kablam! | Sep 10 19:59:51.489 INFO kablam! 354 | let output = sh("echo hi") Sep 10 19:59:51.489 INFO kablam! | ^^ Sep 10 19:59:51.489 INFO kablam! Sep 10 19:59:51.489 INFO kablam! warning: use of deprecated item 'sh': `sh` is a security risk and will be [removed soon](https://github.com/oconnor663/duct.rs/issues/40), use `cmd!` instead Sep 10 19:59:51.489 INFO kablam! --> src/test.rs:355:15 Sep 10 19:59:51.489 INFO kablam! | Sep 10 19:59:51.489 INFO kablam! 355 | .then(sh("echo lo>&2")) Sep 10 19:59:51.489 INFO kablam! | ^^ Sep 10 19:59:51.490 INFO kablam! Sep 10 19:59:55.696 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.46s Sep 10 19:59:55.704 INFO kablam! su: No module specific data is present Sep 10 19:59:56.557 INFO running `"docker" "rm" "-f" "9fab552aaba4484331c92c4764efbb4742b42ed2d687ccc228a7358a77b1610f"` Sep 10 19:59:56.707 INFO blam! 9fab552aaba4484331c92c4764efbb4742b42ed2d687ccc228a7358a77b1610f