Oct 12 05:40:02.949 INFO testing async-await-0.2.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 12 05:40:02.949 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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"` Oct 12 05:40:03.594 INFO blam! 122709a16fb4e43326aabc709060bc6d48becceb4d12eef5474e774772359cb5 Oct 12 05:40:03.597 INFO running `"docker" "start" "-a" "122709a16fb4e43326aabc709060bc6d48becceb4d12eef5474e774772359cb5"` Oct 12 05:40:04.900 INFO kablam! usermod: no changes Oct 12 05:40:04.952 INFO kablam! Compiling async-await v0.2.1 (/source) Oct 12 05:40:05.222 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.29s Oct 12 05:40:05.227 INFO kablam! su: No module specific data is present Oct 12 05:40:06.274 INFO running `"docker" "rm" "-f" "122709a16fb4e43326aabc709060bc6d48becceb4d12eef5474e774772359cb5"` Oct 12 05:40:06.648 INFO blam! 122709a16fb4e43326aabc709060bc6d48becceb4d12eef5474e774772359cb5 Oct 12 05:40:06.664 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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"` Oct 12 05:40:07.221 INFO blam! 1ed0507566245ee144214489863405dc061d2bd528d008499c03919e7712886d Oct 12 05:40:07.225 INFO running `"docker" "start" "-a" "1ed0507566245ee144214489863405dc061d2bd528d008499c03919e7712886d"` Oct 12 05:40:08.291 INFO kablam! usermod: no changes Oct 12 05:40:08.360 INFO kablam! Compiling async-await v0.2.1 (/source) Oct 12 05:40:08.608 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 05:40:08.608 INFO kablam! --> src/lib.rs:47:49 Oct 12 05:40:08.608 INFO kablam! | Oct 12 05:40:08.608 INFO kablam! 47 | let transformation = f1.map(|v| v * 2).join((f2.map(|v| v + 5))) Oct 12 05:40:08.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 05:40:08.608 INFO kablam! | Oct 12 05:40:08.608 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 05:40:08.608 INFO kablam! Oct 12 05:40:08.633 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 12 05:40:08.633 INFO kablam! --> src/lib.rs:11:16 Oct 12 05:40:08.633 INFO kablam! | Oct 12 05:40:08.633 INFO kablam! 11 | tx.complete($e); Oct 12 05:40:08.633 INFO kablam! | ^^^^^^^^ Oct 12 05:40:08.633 INFO kablam! ... Oct 12 05:40:08.633 INFO kablam! 39 | let a = async!{42}; Oct 12 05:40:08.633 INFO kablam! | ---------- in this macro invocation Oct 12 05:40:08.633 INFO kablam! | Oct 12 05:40:08.633 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 05:40:08.633 INFO kablam! Oct 12 05:40:08.682 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 12 05:40:08.682 INFO kablam! --> src/lib.rs:11:16 Oct 12 05:40:08.682 INFO kablam! | Oct 12 05:40:08.683 INFO kablam! 11 | tx.complete($e); Oct 12 05:40:08.683 INFO kablam! | ^^^^^^^^ Oct 12 05:40:08.683 INFO kablam! ... Oct 12 05:40:08.684 INFO kablam! 45 | let f1 = async!{42}; Oct 12 05:40:08.684 INFO kablam! | ---------- in this macro invocation Oct 12 05:40:08.684 INFO kablam! Oct 12 05:40:08.685 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 12 05:40:08.685 INFO kablam! --> src/lib.rs:11:16 Oct 12 05:40:08.685 INFO kablam! | Oct 12 05:40:08.686 INFO kablam! 11 | tx.complete($e); Oct 12 05:40:08.686 INFO kablam! | ^^^^^^^^ Oct 12 05:40:08.686 INFO kablam! ... Oct 12 05:40:08.687 INFO kablam! 46 | let f2 = async!{18}; Oct 12 05:40:08.687 INFO kablam! | ---------- in this macro invocation Oct 12 05:40:08.687 INFO kablam! Oct 12 05:40:08.698 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 12 05:40:08.698 INFO kablam! --> src/lib.rs:11:16 Oct 12 05:40:08.699 INFO kablam! | Oct 12 05:40:08.699 INFO kablam! 11 | tx.complete($e); Oct 12 05:40:08.699 INFO kablam! | ^^^^^^^^ Oct 12 05:40:08.700 INFO kablam! ... Oct 12 05:40:08.700 INFO kablam! 54 | let f1 = async!{{ Oct 12 05:40:08.700 INFO kablam! | ______________- Oct 12 05:40:08.701 INFO kablam! 55 | | let f1 = async!{42}; Oct 12 05:40:08.701 INFO kablam! 56 | | await!{f1.map(|v| v * 2)} Oct 12 05:40:08.701 INFO kablam! 57 | | }}; Oct 12 05:40:08.702 INFO kablam! | |______- in this macro invocation Oct 12 05:40:08.702 INFO kablam! Oct 12 05:40:08.702 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 12 05:40:08.703 INFO kablam! --> src/lib.rs:11:16 Oct 12 05:40:08.703 INFO kablam! | Oct 12 05:40:08.703 INFO kablam! 11 | tx.complete($e); Oct 12 05:40:08.704 INFO kablam! | ^^^^^^^^ Oct 12 05:40:08.704 INFO kablam! ... Oct 12 05:40:08.704 INFO kablam! 55 | let f1 = async!{42}; Oct 12 05:40:08.705 INFO kablam! | ---------- in this macro invocation Oct 12 05:40:08.705 INFO kablam! Oct 12 05:40:08.706 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 12 05:40:08.706 INFO kablam! --> src/lib.rs:11:16 Oct 12 05:40:08.706 INFO kablam! | Oct 12 05:40:08.707 INFO kablam! 11 | tx.complete($e); Oct 12 05:40:08.707 INFO kablam! | ^^^^^^^^ Oct 12 05:40:08.707 INFO kablam! ... Oct 12 05:40:08.708 INFO kablam! 63 | let a = async!{42}; Oct 12 05:40:08.708 INFO kablam! | ---------- in this macro invocation Oct 12 05:40:08.708 INFO kablam! Oct 12 05:40:08.708 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 12 05:40:08.709 INFO kablam! --> src/lib.rs:11:16 Oct 12 05:40:08.710 INFO kablam! | Oct 12 05:40:08.710 INFO kablam! 11 | tx.complete($e); Oct 12 05:40:08.711 INFO kablam! | ^^^^^^^^ Oct 12 05:40:08.711 INFO kablam! ... Oct 12 05:40:08.712 INFO kablam! 69 | let a = async!{panic!("i")}; Oct 12 05:40:08.713 INFO kablam! | ------------------- in this macro invocation Oct 12 05:40:08.713 INFO kablam! Oct 12 05:40:08.713 INFO kablam! warning: unreachable expression Oct 12 05:40:08.714 INFO kablam! --> src/lib.rs:11:13 Oct 12 05:40:08.714 INFO kablam! | Oct 12 05:40:08.714 INFO kablam! 11 | tx.complete($e); Oct 12 05:40:08.716 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 05:40:08.716 INFO kablam! ... Oct 12 05:40:08.717 INFO kablam! 69 | let a = async!{panic!("i")}; Oct 12 05:40:08.717 INFO kablam! | ------------------- in this macro invocation Oct 12 05:40:08.717 INFO kablam! | Oct 12 05:40:08.718 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 12 05:40:08.718 INFO kablam! Oct 12 05:40:10.147 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.82s Oct 12 05:40:10.150 INFO kablam! su: No module specific data is present Oct 12 05:40:11.241 INFO running `"docker" "rm" "-f" "1ed0507566245ee144214489863405dc061d2bd528d008499c03919e7712886d"` Oct 12 05:40:11.556 INFO blam! 1ed0507566245ee144214489863405dc061d2bd528d008499c03919e7712886d Oct 12 05:40:11.558 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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"` Oct 12 05:40:12.206 INFO blam! 23038793450da15d245f62cb138743fb894151ae83dcc7a051e646837f739971 Oct 12 05:40:12.208 INFO running `"docker" "start" "-a" "23038793450da15d245f62cb138743fb894151ae83dcc7a051e646837f739971"` Oct 12 05:40:13.652 INFO kablam! usermod: no changes Oct 12 05:40:13.721 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 12 05:40:13.729 INFO kablam! Running /target/debug/deps/async_await-24952b39feb51a71 Oct 12 05:40:13.733 INFO blam! Oct 12 05:40:13.733 INFO blam! running 5 tests Oct 12 05:40:13.733 INFO blam! test test_simple_async ... ok Oct 12 05:40:13.733 INFO blam! test test_await ... ok Oct 12 05:40:13.734 INFO blam! test test_block ... ok Oct 12 05:40:13.739 INFO blam! test test_complex_async ... ok Oct 12 05:40:13.744 INFO kablam! thread '' panicked at 'i', src/lib.rs:69:20 Oct 12 05:40:13.745 INFO kablam! stack backtrace: Oct 12 05:40:13.769 INFO kablam! 0: 0x563782de5e2e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h7fa1e90165a4b6b7 Oct 12 05:40:13.769 INFO kablam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 12 05:40:13.769 INFO kablam! 1: 0x563782deefa6 - std::sys_common::backtrace::print::hce31971a380b167f Oct 12 05:40:13.770 INFO kablam! at libstd/sys_common/backtrace.rs:71 Oct 12 05:40:13.770 INFO kablam! at libstd/sys_common/backtrace.rs:59 Oct 12 05:40:13.770 INFO kablam! 2: 0x563782de9cfd - std::panicking::default_hook::{{closure}}::h9590c1e09d0fb8eb Oct 12 05:40:13.789 INFO kablam! at libstd/panicking.rs:211 Oct 12 05:40:13.789 INFO kablam! 3: 0x563782de9a70 - std::panicking::default_hook::hb1838a6568eb05e3 Oct 12 05:40:13.789 INFO kablam! at libstd/panicking.rs:227 Oct 12 05:40:13.790 INFO kablam! 4: 0x563782dea3ac - std::panicking::rust_panic_with_hook::h9ad880ee5fc38368 Oct 12 05:40:13.790 INFO kablam! at libstd/panicking.rs:476 Oct 12 05:40:13.790 INFO kablam! 5: 0x563782dd328f - std::panicking::begin_panic::h516e2f215145d3b3 Oct 12 05:40:13.791 INFO kablam! at libstd/panicking.rs:410 Oct 12 05:40:13.791 INFO kablam! 6: 0x563782d86dda - async_await::test_default::{{closure}}::h227e357ccb451b93 Oct 12 05:40:13.791 INFO kablam! at src/lib.rs:69 Oct 12 05:40:13.792 INFO kablam! 7: 0x563782d8cb72 - std::sys_common::backtrace::__rust_begin_short_backtrace::h9e6878438fa70e73 Oct 12 05:40:13.792 INFO kablam! at libstd/sys_common/backtrace.rs:136 Oct 12 05:40:13.792 INFO kablam! 8: 0x563782d7f26d - std::thread::Builder::spawn::{{closure}}::{{closure}}::h11174d5a9620c0ca Oct 12 05:40:13.793 INFO kablam! at libstd/thread/mod.rs:409 Oct 12 05:40:13.793 INFO kablam! 9: 0x563782d80120 - as core::ops::function::FnOnce<()>>::call_once::hf5e028aa2ceff896 Oct 12 05:40:13.793 INFO kablam! at libstd/panic.rs:313 Oct 12 05:40:13.794 INFO kablam! 10: 0x563782d858b4 - std::panicking::try::do_call::h8485bd1710ecdbe8 Oct 12 05:40:13.794 INFO kablam! at libstd/panicking.rs:310 Oct 12 05:40:13.794 INFO kablam! 11: 0x563782dfa4c9 - __rust_maybe_catch_panic Oct 12 05:40:13.794 INFO kablam! at libpanic_unwind/lib.rs:102 Oct 12 05:40:13.795 INFO kablam! 12: 0x563782d856fc - std::panicking::try::hde74e4338b200e0c Oct 12 05:40:13.795 INFO kablam! at libstd/panicking.rs:289 Oct 12 05:40:13.795 INFO kablam! 13: 0x563782d80432 - std::panic::catch_unwind::h08bdd2e3b094919d Oct 12 05:40:13.796 INFO kablam! at libstd/panic.rs:392 Oct 12 05:40:13.796 INFO kablam! 14: 0x563782d7deec - std::thread::Builder::spawn::{{closure}}::h0888e1f545ee522f Oct 12 05:40:13.796 INFO kablam! at libstd/thread/mod.rs:408 Oct 12 05:40:13.797 INFO kablam! 15: 0x563782d7f536 - >::call_box::hefecfd89a59afc81 Oct 12 05:40:13.797 INFO kablam! at liballoc/boxed.rs:672 Oct 12 05:40:13.797 INFO kablam! 16: 0x563782de813a - std::sys_common::thread::start_thread::h49b8ca61f624f031 Oct 12 05:40:13.797 INFO kablam! at liballoc/boxed.rs:682 Oct 12 05:40:13.798 INFO kablam! at libstd/sys_common/thread.rs:24 Oct 12 05:40:13.798 INFO kablam! 17: 0x563782ddd4e5 - std::sys::unix::thread::Thread::new::thread_start::hc999bd1fb8f071a1 Oct 12 05:40:13.798 INFO kablam! at libstd/sys/unix/thread.rs:90 Oct 12 05:40:13.799 INFO kablam! 18: 0x7f81768ff6b9 - start_thread Oct 12 05:40:13.799 INFO kablam! 19: 0x7f817641f41c - clone Oct 12 05:40:13.799 INFO kablam! 20: 0x0 - Oct 12 05:40:13.816 INFO kablam! Doc-tests async-await Oct 12 05:40:13.816 INFO blam! test test_default ... ok Oct 12 05:40:13.817 INFO blam! Oct 12 05:40:13.817 INFO blam! test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 05:40:13.817 INFO blam! Oct 12 05:40:14.111 INFO blam! Oct 12 05:40:14.111 INFO blam! running 0 tests Oct 12 05:40:14.111 INFO blam! Oct 12 05:40:14.111 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 05:40:14.112 INFO blam! Oct 12 05:40:14.120 INFO kablam! su: No module specific data is present Oct 12 05:40:14.852 INFO running `"docker" "rm" "-f" "23038793450da15d245f62cb138743fb894151ae83dcc7a051e646837f739971"` Oct 12 05:40:15.147 INFO blam! 23038793450da15d245f62cb138743fb894151ae83dcc7a051e646837f739971