Oct 22 04:37:11.797 INFO checking async-await-0.2.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 04:37:11.797 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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"` Oct 22 04:37:12.292 INFO blam! 31a45f9221dd1cd5b3463a0fcb3a761b5dc935eb06692dd0bbfbb70671f04901 Oct 22 04:37:12.301 INFO running `"docker" "start" "-a" "31a45f9221dd1cd5b3463a0fcb3a761b5dc935eb06692dd0bbfbb70671f04901"` Oct 22 04:37:13.228 INFO kablam! usermod: no changes Oct 22 04:37:13.300 INFO kablam! Checking async-await v0.2.1 (/source) Oct 22 04:37:14.140 INFO kablam! warning: unnecessary parentheses around method argument Oct 22 04:37:14.140 INFO kablam! --> src/lib.rs:47:49 Oct 22 04:37:14.140 INFO kablam! | Oct 22 04:37:14.140 INFO kablam! 47 | let transformation = f1.map(|v| v * 2).join((f2.map(|v| v + 5))) Oct 22 04:37:14.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 22 04:37:14.140 INFO kablam! | Oct 22 04:37:14.141 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 22 04:37:14.141 INFO kablam! Oct 22 04:37:14.162 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 22 04:37:14.162 INFO kablam! --> src/lib.rs:11:16 Oct 22 04:37:14.162 INFO kablam! | Oct 22 04:37:14.162 INFO kablam! 11 | tx.complete($e); Oct 22 04:37:14.162 INFO kablam! | ^^^^^^^^ Oct 22 04:37:14.162 INFO kablam! ... Oct 22 04:37:14.162 INFO kablam! 39 | let a = async!{42}; Oct 22 04:37:14.162 INFO kablam! | ---------- in this macro invocation Oct 22 04:37:14.162 INFO kablam! | Oct 22 04:37:14.162 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 04:37:14.162 INFO kablam! Oct 22 04:37:14.209 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 22 04:37:14.210 INFO kablam! --> src/lib.rs:11:16 Oct 22 04:37:14.210 INFO kablam! | Oct 22 04:37:14.210 INFO kablam! 11 | tx.complete($e); Oct 22 04:37:14.210 INFO kablam! | ^^^^^^^^ Oct 22 04:37:14.210 INFO kablam! ... Oct 22 04:37:14.210 INFO kablam! 45 | let f1 = async!{42}; Oct 22 04:37:14.210 INFO kablam! | ---------- in this macro invocation Oct 22 04:37:14.210 INFO kablam! Oct 22 04:37:14.210 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 22 04:37:14.210 INFO kablam! --> src/lib.rs:11:16 Oct 22 04:37:14.210 INFO kablam! | Oct 22 04:37:14.210 INFO kablam! 11 | tx.complete($e); Oct 22 04:37:14.210 INFO kablam! | ^^^^^^^^ Oct 22 04:37:14.210 INFO kablam! ... Oct 22 04:37:14.210 INFO kablam! 46 | let f2 = async!{18}; Oct 22 04:37:14.210 INFO kablam! | ---------- in this macro invocation Oct 22 04:37:14.211 INFO kablam! Oct 22 04:37:14.236 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 22 04:37:14.236 INFO kablam! --> src/lib.rs:11:16 Oct 22 04:37:14.236 INFO kablam! | Oct 22 04:37:14.236 INFO kablam! 11 | tx.complete($e); Oct 22 04:37:14.236 INFO kablam! | ^^^^^^^^ Oct 22 04:37:14.236 INFO kablam! ... Oct 22 04:37:14.236 INFO kablam! 54 | let f1 = async!{{ Oct 22 04:37:14.236 INFO kablam! | ______________- Oct 22 04:37:14.236 INFO kablam! 55 | | let f1 = async!{42}; Oct 22 04:37:14.236 INFO kablam! 56 | | await!{f1.map(|v| v * 2)} Oct 22 04:37:14.236 INFO kablam! 57 | | }}; Oct 22 04:37:14.236 INFO kablam! | |______- in this macro invocation Oct 22 04:37:14.236 INFO kablam! Oct 22 04:37:14.236 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 22 04:37:14.236 INFO kablam! --> src/lib.rs:11:16 Oct 22 04:37:14.236 INFO kablam! | Oct 22 04:37:14.236 INFO kablam! 11 | tx.complete($e); Oct 22 04:37:14.236 INFO kablam! | ^^^^^^^^ Oct 22 04:37:14.236 INFO kablam! ... Oct 22 04:37:14.237 INFO kablam! 55 | let f1 = async!{42}; Oct 22 04:37:14.237 INFO kablam! | ---------- in this macro invocation Oct 22 04:37:14.237 INFO kablam! Oct 22 04:37:14.237 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 22 04:37:14.237 INFO kablam! --> src/lib.rs:11:16 Oct 22 04:37:14.237 INFO kablam! | Oct 22 04:37:14.237 INFO kablam! 11 | tx.complete($e); Oct 22 04:37:14.237 INFO kablam! | ^^^^^^^^ Oct 22 04:37:14.237 INFO kablam! ... Oct 22 04:37:14.237 INFO kablam! 63 | let a = async!{42}; Oct 22 04:37:14.237 INFO kablam! | ---------- in this macro invocation Oct 22 04:37:14.237 INFO kablam! Oct 22 04:37:14.237 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 22 04:37:14.237 INFO kablam! --> src/lib.rs:11:16 Oct 22 04:37:14.237 INFO kablam! | Oct 22 04:37:14.237 INFO kablam! 11 | tx.complete($e); Oct 22 04:37:14.237 INFO kablam! | ^^^^^^^^ Oct 22 04:37:14.237 INFO kablam! ... Oct 22 04:37:14.237 INFO kablam! 69 | let a = async!{panic!("i")}; Oct 22 04:37:14.237 INFO kablam! | ------------------- in this macro invocation Oct 22 04:37:14.237 INFO kablam! Oct 22 04:37:14.240 INFO kablam! warning: unreachable expression Oct 22 04:37:14.240 INFO kablam! --> src/lib.rs:11:13 Oct 22 04:37:14.240 INFO kablam! | Oct 22 04:37:14.240 INFO kablam! 11 | tx.complete($e); Oct 22 04:37:14.240 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 22 04:37:14.240 INFO kablam! ... Oct 22 04:37:14.240 INFO kablam! 69 | let a = async!{panic!("i")}; Oct 22 04:37:14.240 INFO kablam! | ------------------- in this macro invocation Oct 22 04:37:14.240 INFO kablam! | Oct 22 04:37:14.240 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 22 04:37:14.240 INFO kablam! Oct 22 04:37:14.285 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.01s Oct 22 04:37:14.285 INFO kablam! su: No module specific data is present Oct 22 04:37:14.622 INFO running `"docker" "rm" "-f" "31a45f9221dd1cd5b3463a0fcb3a761b5dc935eb06692dd0bbfbb70671f04901"` Oct 22 04:37:14.747 INFO blam! 31a45f9221dd1cd5b3463a0fcb3a761b5dc935eb06692dd0bbfbb70671f04901