Oct 13 17:56:53.249 INFO checking async-await-0.2.1 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 17:56:53.249 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 17:56:53.683 INFO blam! a306c1f2158160aa9de4665f308849b4414e0309d9f0bcce78c62b3e4d8407aa Oct 13 17:56:53.689 INFO running `"docker" "start" "-a" "a306c1f2158160aa9de4665f308849b4414e0309d9f0bcce78c62b3e4d8407aa"` Oct 13 17:56:55.463 INFO kablam! usermod: no changes Oct 13 17:56:55.528 INFO kablam! Checking async-await v0.2.1 (/source) Oct 13 17:56:56.593 INFO kablam! warning: unnecessary parentheses around method argument Oct 13 17:56:56.593 INFO kablam! --> src/lib.rs:47:49 Oct 13 17:56:56.593 INFO kablam! | Oct 13 17:56:56.594 INFO kablam! 47 | let transformation = f1.map(|v| v * 2).join((f2.map(|v| v + 5))) Oct 13 17:56:56.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 17:56:56.594 INFO kablam! | Oct 13 17:56:56.595 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 17:56:56.595 INFO kablam! Oct 13 17:56:56.630 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 13 17:56:56.630 INFO kablam! --> src/lib.rs:11:16 Oct 13 17:56:56.630 INFO kablam! | Oct 13 17:56:56.631 INFO kablam! 11 | tx.complete($e); Oct 13 17:56:56.631 INFO kablam! | ^^^^^^^^ Oct 13 17:56:56.631 INFO kablam! ... Oct 13 17:56:56.631 INFO kablam! 39 | let a = async!{42}; Oct 13 17:56:56.632 INFO kablam! | ---------- in this macro invocation Oct 13 17:56:56.632 INFO kablam! | Oct 13 17:56:56.632 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 17:56:56.633 INFO kablam! Oct 13 17:56:56.696 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 13 17:56:56.696 INFO kablam! --> src/lib.rs:11:16 Oct 13 17:56:56.696 INFO kablam! | Oct 13 17:56:56.696 INFO kablam! 11 | tx.complete($e); Oct 13 17:56:56.696 INFO kablam! | ^^^^^^^^ Oct 13 17:56:56.696 INFO kablam! ... Oct 13 17:56:56.696 INFO kablam! 45 | let f1 = async!{42}; Oct 13 17:56:56.696 INFO kablam! | ---------- in this macro invocation Oct 13 17:56:56.696 INFO kablam! Oct 13 17:56:56.696 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 13 17:56:56.696 INFO kablam! --> src/lib.rs:11:16 Oct 13 17:56:56.696 INFO kablam! | Oct 13 17:56:56.696 INFO kablam! 11 | tx.complete($e); Oct 13 17:56:56.696 INFO kablam! | ^^^^^^^^ Oct 13 17:56:56.696 INFO kablam! ... Oct 13 17:56:56.696 INFO kablam! 46 | let f2 = async!{18}; Oct 13 17:56:56.696 INFO kablam! | ---------- in this macro invocation Oct 13 17:56:56.696 INFO kablam! Oct 13 17:56:56.712 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 13 17:56:56.712 INFO kablam! --> src/lib.rs:11:16 Oct 13 17:56:56.712 INFO kablam! | Oct 13 17:56:56.712 INFO kablam! 11 | tx.complete($e); Oct 13 17:56:56.712 INFO kablam! | ^^^^^^^^ Oct 13 17:56:56.712 INFO kablam! ... Oct 13 17:56:56.712 INFO kablam! 54 | let f1 = async!{{ Oct 13 17:56:56.712 INFO kablam! | ______________- Oct 13 17:56:56.712 INFO kablam! 55 | | let f1 = async!{42}; Oct 13 17:56:56.712 INFO kablam! 56 | | await!{f1.map(|v| v * 2)} Oct 13 17:56:56.712 INFO kablam! 57 | | }}; Oct 13 17:56:56.712 INFO kablam! | |______- in this macro invocation Oct 13 17:56:56.712 INFO kablam! Oct 13 17:56:56.712 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 13 17:56:56.712 INFO kablam! --> src/lib.rs:11:16 Oct 13 17:56:56.712 INFO kablam! | Oct 13 17:56:56.712 INFO kablam! 11 | tx.complete($e); Oct 13 17:56:56.712 INFO kablam! | ^^^^^^^^ Oct 13 17:56:56.713 INFO kablam! ... Oct 13 17:56:56.713 INFO kablam! 55 | let f1 = async!{42}; Oct 13 17:56:56.713 INFO kablam! | ---------- in this macro invocation Oct 13 17:56:56.713 INFO kablam! Oct 13 17:56:56.719 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 13 17:56:56.719 INFO kablam! --> src/lib.rs:11:16 Oct 13 17:56:56.719 INFO kablam! | Oct 13 17:56:56.719 INFO kablam! 11 | tx.complete($e); Oct 13 17:56:56.720 INFO kablam! | ^^^^^^^^ Oct 13 17:56:56.720 INFO kablam! ... Oct 13 17:56:56.720 INFO kablam! 63 | let a = async!{42}; Oct 13 17:56:56.720 INFO kablam! | ---------- in this macro invocation Oct 13 17:56:56.720 INFO kablam! Oct 13 17:56:56.721 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 13 17:56:56.721 INFO kablam! --> src/lib.rs:11:16 Oct 13 17:56:56.722 INFO kablam! | Oct 13 17:56:56.722 INFO kablam! 11 | tx.complete($e); Oct 13 17:56:56.722 INFO kablam! | ^^^^^^^^ Oct 13 17:56:56.722 INFO kablam! ... Oct 13 17:56:56.722 INFO kablam! 69 | let a = async!{panic!("i")}; Oct 13 17:56:56.722 INFO kablam! | ------------------- in this macro invocation Oct 13 17:56:56.722 INFO kablam! Oct 13 17:56:56.722 INFO kablam! warning: unreachable expression Oct 13 17:56:56.722 INFO kablam! --> src/lib.rs:11:13 Oct 13 17:56:56.722 INFO kablam! | Oct 13 17:56:56.722 INFO kablam! 11 | tx.complete($e); Oct 13 17:56:56.722 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 17:56:56.722 INFO kablam! ... Oct 13 17:56:56.722 INFO kablam! 69 | let a = async!{panic!("i")}; Oct 13 17:56:56.722 INFO kablam! | ------------------- in this macro invocation Oct 13 17:56:56.722 INFO kablam! | Oct 13 17:56:56.723 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 13 17:56:56.723 INFO kablam! Oct 13 17:56:56.914 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.42s Oct 13 17:56:56.917 INFO kablam! su: No module specific data is present Oct 13 17:56:57.717 INFO running `"docker" "rm" "-f" "a306c1f2158160aa9de4665f308849b4414e0309d9f0bcce78c62b3e4d8407aa"` Oct 13 17:56:58.080 INFO blam! a306c1f2158160aa9de4665f308849b4414e0309d9f0bcce78c62b3e4d8407aa