Oct 28 00:57:07.248 INFO checking async-await-0.2.1 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 28 00:57:07.248 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 28 00:57:07.651 INFO blam! 376e2c32411d095b17aafee68b332e328f9ad07ee508daa28176077bd0906cd3 Oct 28 00:57:07.655 INFO running `"docker" "start" "-a" "376e2c32411d095b17aafee68b332e328f9ad07ee508daa28176077bd0906cd3"` Oct 28 00:57:08.699 INFO kablam! usermod: no changes Oct 28 00:57:08.775 INFO kablam! Checking async-await v0.2.1 (/source) Oct 28 00:57:10.107 INFO kablam! warning: unnecessary parentheses around method argument Oct 28 00:57:10.107 INFO kablam! --> src/lib.rs:47:49 Oct 28 00:57:10.107 INFO kablam! | Oct 28 00:57:10.107 INFO kablam! 47 | let transformation = f1.map(|v| v * 2).join((f2.map(|v| v + 5))) Oct 28 00:57:10.107 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 28 00:57:10.107 INFO kablam! | Oct 28 00:57:10.107 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 28 00:57:10.107 INFO kablam! Oct 28 00:57:10.143 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 28 00:57:10.143 INFO kablam! --> src/lib.rs:11:16 Oct 28 00:57:10.143 INFO kablam! | Oct 28 00:57:10.143 INFO kablam! 11 | tx.complete($e); Oct 28 00:57:10.143 INFO kablam! | ^^^^^^^^ Oct 28 00:57:10.143 INFO kablam! ... Oct 28 00:57:10.143 INFO kablam! 39 | let a = async!{42}; Oct 28 00:57:10.143 INFO kablam! | ---------- in this macro invocation Oct 28 00:57:10.143 INFO kablam! | Oct 28 00:57:10.155 INFO kablam! = note: #[warn(deprecated)] on by default Oct 28 00:57:10.155 INFO kablam! Oct 28 00:57:10.217 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 28 00:57:10.217 INFO kablam! --> src/lib.rs:11:16 Oct 28 00:57:10.217 INFO kablam! | Oct 28 00:57:10.217 INFO kablam! 11 | tx.complete($e); Oct 28 00:57:10.217 INFO kablam! | ^^^^^^^^ Oct 28 00:57:10.217 INFO kablam! ... Oct 28 00:57:10.217 INFO kablam! 45 | let f1 = async!{42}; Oct 28 00:57:10.217 INFO kablam! | ---------- in this macro invocation Oct 28 00:57:10.219 INFO kablam! Oct 28 00:57:10.219 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 28 00:57:10.219 INFO kablam! --> src/lib.rs:11:16 Oct 28 00:57:10.219 INFO kablam! | Oct 28 00:57:10.219 INFO kablam! 11 | tx.complete($e); Oct 28 00:57:10.219 INFO kablam! | ^^^^^^^^ Oct 28 00:57:10.219 INFO kablam! ... Oct 28 00:57:10.219 INFO kablam! 46 | let f2 = async!{18}; Oct 28 00:57:10.219 INFO kablam! | ---------- in this macro invocation Oct 28 00:57:10.219 INFO kablam! Oct 28 00:57:10.235 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 28 00:57:10.235 INFO kablam! --> src/lib.rs:11:16 Oct 28 00:57:10.235 INFO kablam! | Oct 28 00:57:10.235 INFO kablam! 11 | tx.complete($e); Oct 28 00:57:10.235 INFO kablam! | ^^^^^^^^ Oct 28 00:57:10.235 INFO kablam! ... Oct 28 00:57:10.235 INFO kablam! 54 | let f1 = async!{{ Oct 28 00:57:10.235 INFO kablam! | ______________- Oct 28 00:57:10.235 INFO kablam! 55 | | let f1 = async!{42}; Oct 28 00:57:10.235 INFO kablam! 56 | | await!{f1.map(|v| v * 2)} Oct 28 00:57:10.235 INFO kablam! 57 | | }}; Oct 28 00:57:10.235 INFO kablam! | |______- in this macro invocation Oct 28 00:57:10.235 INFO kablam! Oct 28 00:57:10.243 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 28 00:57:10.243 INFO kablam! --> src/lib.rs:11:16 Oct 28 00:57:10.243 INFO kablam! | Oct 28 00:57:10.243 INFO kablam! 11 | tx.complete($e); Oct 28 00:57:10.243 INFO kablam! | ^^^^^^^^ Oct 28 00:57:10.243 INFO kablam! ... Oct 28 00:57:10.243 INFO kablam! 55 | let f1 = async!{42}; Oct 28 00:57:10.243 INFO kablam! | ---------- in this macro invocation Oct 28 00:57:10.243 INFO kablam! Oct 28 00:57:10.243 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 28 00:57:10.243 INFO kablam! --> src/lib.rs:11:16 Oct 28 00:57:10.243 INFO kablam! | Oct 28 00:57:10.243 INFO kablam! 11 | tx.complete($e); Oct 28 00:57:10.243 INFO kablam! | ^^^^^^^^ Oct 28 00:57:10.243 INFO kablam! ... Oct 28 00:57:10.243 INFO kablam! 63 | let a = async!{42}; Oct 28 00:57:10.243 INFO kablam! | ---------- in this macro invocation Oct 28 00:57:10.243 INFO kablam! Oct 28 00:57:10.247 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 28 00:57:10.247 INFO kablam! --> src/lib.rs:11:16 Oct 28 00:57:10.247 INFO kablam! | Oct 28 00:57:10.247 INFO kablam! 11 | tx.complete($e); Oct 28 00:57:10.247 INFO kablam! | ^^^^^^^^ Oct 28 00:57:10.247 INFO kablam! ... Oct 28 00:57:10.247 INFO kablam! 69 | let a = async!{panic!("i")}; Oct 28 00:57:10.247 INFO kablam! | ------------------- in this macro invocation Oct 28 00:57:10.247 INFO kablam! Oct 28 00:57:10.247 INFO kablam! warning: unreachable expression Oct 28 00:57:10.247 INFO kablam! --> src/lib.rs:11:13 Oct 28 00:57:10.247 INFO kablam! | Oct 28 00:57:10.247 INFO kablam! 11 | tx.complete($e); Oct 28 00:57:10.247 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 28 00:57:10.247 INFO kablam! ... Oct 28 00:57:10.247 INFO kablam! 69 | let a = async!{panic!("i")}; Oct 28 00:57:10.247 INFO kablam! | ------------------- in this macro invocation Oct 28 00:57:10.247 INFO kablam! | Oct 28 00:57:10.247 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 28 00:57:10.247 INFO kablam! Oct 28 00:57:10.308 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.59s Oct 28 00:57:10.312 INFO kablam! su: No module specific data is present Oct 28 00:57:11.260 INFO running `"docker" "rm" "-f" "376e2c32411d095b17aafee68b332e328f9ad07ee508daa28176077bd0906cd3"` Oct 28 00:57:11.679 INFO blam! 376e2c32411d095b17aafee68b332e328f9ad07ee508daa28176077bd0906cd3