Oct 16 17:36:51.304 INFO testing async-await-0.2.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 17:36:51.304 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/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 16 17:36:51.744 INFO blam! dbd8ad29ac96904bfb55cb49dc96c8c7d798c4ec14bf4da1e68eab9182d1eefe Oct 16 17:36:51.746 INFO running `"docker" "start" "-a" "dbd8ad29ac96904bfb55cb49dc96c8c7d798c4ec14bf4da1e68eab9182d1eefe"` Oct 16 17:36:54.035 INFO kablam! usermod: no changes Oct 16 17:36:54.079 INFO kablam! Compiling async-await v0.2.1 (/source) Oct 16 17:36:54.788 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.73s Oct 16 17:36:54.791 INFO kablam! su: No module specific data is present Oct 16 17:36:56.459 INFO running `"docker" "rm" "-f" "dbd8ad29ac96904bfb55cb49dc96c8c7d798c4ec14bf4da1e68eab9182d1eefe"` Oct 16 17:36:56.833 INFO blam! dbd8ad29ac96904bfb55cb49dc96c8c7d798c4ec14bf4da1e68eab9182d1eefe Oct 16 17:36:56.836 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/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 16 17:36:57.211 INFO blam! 438ef49b30f93be36c4f1d377b76125bede401d5c43bfb65ffb2938e81d29556 Oct 16 17:36:57.223 INFO running `"docker" "start" "-a" "438ef49b30f93be36c4f1d377b76125bede401d5c43bfb65ffb2938e81d29556"` Oct 16 17:36:58.409 INFO kablam! usermod: no changes Oct 16 17:36:58.455 INFO kablam! Compiling async-await v0.2.1 (/source) Oct 16 17:36:59.279 INFO kablam! warning: unnecessary parentheses around method argument Oct 16 17:36:59.279 INFO kablam! --> src/lib.rs:47:49 Oct 16 17:36:59.279 INFO kablam! | Oct 16 17:36:59.279 INFO kablam! 47 | let transformation = f1.map(|v| v * 2).join((f2.map(|v| v + 5))) Oct 16 17:36:59.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 17:36:59.279 INFO kablam! | Oct 16 17:36:59.279 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 16 17:36:59.279 INFO kablam! Oct 16 17:36:59.299 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 16 17:36:59.299 INFO kablam! --> src/lib.rs:11:16 Oct 16 17:36:59.300 INFO kablam! | Oct 16 17:36:59.300 INFO kablam! 11 | tx.complete($e); Oct 16 17:36:59.300 INFO kablam! | ^^^^^^^^ Oct 16 17:36:59.300 INFO kablam! ... Oct 16 17:36:59.300 INFO kablam! 39 | let a = async!{42}; Oct 16 17:36:59.300 INFO kablam! | ---------- in this macro invocation Oct 16 17:36:59.301 INFO kablam! | Oct 16 17:36:59.301 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 17:36:59.301 INFO kablam! Oct 16 17:36:59.355 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 16 17:36:59.355 INFO kablam! --> src/lib.rs:11:16 Oct 16 17:36:59.355 INFO kablam! | Oct 16 17:36:59.356 INFO kablam! 11 | tx.complete($e); Oct 16 17:36:59.356 INFO kablam! | ^^^^^^^^ Oct 16 17:36:59.356 INFO kablam! ... Oct 16 17:36:59.357 INFO kablam! 45 | let f1 = async!{42}; Oct 16 17:36:59.357 INFO kablam! | ---------- in this macro invocation Oct 16 17:36:59.357 INFO kablam! Oct 16 17:36:59.357 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 16 17:36:59.358 INFO kablam! --> src/lib.rs:11:16 Oct 16 17:36:59.358 INFO kablam! | Oct 16 17:36:59.358 INFO kablam! 11 | tx.complete($e); Oct 16 17:36:59.358 INFO kablam! | ^^^^^^^^ Oct 16 17:36:59.359 INFO kablam! ... Oct 16 17:36:59.359 INFO kablam! 46 | let f2 = async!{18}; Oct 16 17:36:59.359 INFO kablam! | ---------- in this macro invocation Oct 16 17:36:59.360 INFO kablam! Oct 16 17:36:59.367 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 16 17:36:59.367 INFO kablam! --> src/lib.rs:11:16 Oct 16 17:36:59.367 INFO kablam! | Oct 16 17:36:59.368 INFO kablam! 11 | tx.complete($e); Oct 16 17:36:59.368 INFO kablam! | ^^^^^^^^ Oct 16 17:36:59.368 INFO kablam! ... Oct 16 17:36:59.368 INFO kablam! 54 | let f1 = async!{{ Oct 16 17:36:59.369 INFO kablam! | ______________- Oct 16 17:36:59.369 INFO kablam! 55 | | let f1 = async!{42}; Oct 16 17:36:59.369 INFO kablam! 56 | | await!{f1.map(|v| v * 2)} Oct 16 17:36:59.369 INFO kablam! 57 | | }}; Oct 16 17:36:59.370 INFO kablam! | |______- in this macro invocation Oct 16 17:36:59.370 INFO kablam! Oct 16 17:36:59.370 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 16 17:36:59.370 INFO kablam! --> src/lib.rs:11:16 Oct 16 17:36:59.371 INFO kablam! | Oct 16 17:36:59.371 INFO kablam! 11 | tx.complete($e); Oct 16 17:36:59.371 INFO kablam! | ^^^^^^^^ Oct 16 17:36:59.372 INFO kablam! ... Oct 16 17:36:59.372 INFO kablam! 55 | let f1 = async!{42}; Oct 16 17:36:59.372 INFO kablam! | ---------- in this macro invocation Oct 16 17:36:59.372 INFO kablam! Oct 16 17:36:59.373 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 16 17:36:59.373 INFO kablam! --> src/lib.rs:11:16 Oct 16 17:36:59.373 INFO kablam! | Oct 16 17:36:59.373 INFO kablam! 11 | tx.complete($e); Oct 16 17:36:59.374 INFO kablam! | ^^^^^^^^ Oct 16 17:36:59.374 INFO kablam! ... Oct 16 17:36:59.374 INFO kablam! 63 | let a = async!{42}; Oct 16 17:36:59.374 INFO kablam! | ---------- in this macro invocation Oct 16 17:36:59.375 INFO kablam! Oct 16 17:36:59.375 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 16 17:36:59.375 INFO kablam! --> src/lib.rs:11:16 Oct 16 17:36:59.375 INFO kablam! | Oct 16 17:36:59.376 INFO kablam! 11 | tx.complete($e); Oct 16 17:36:59.376 INFO kablam! | ^^^^^^^^ Oct 16 17:36:59.376 INFO kablam! ... Oct 16 17:36:59.377 INFO kablam! 69 | let a = async!{panic!("i")}; Oct 16 17:36:59.377 INFO kablam! | ------------------- in this macro invocation Oct 16 17:36:59.377 INFO kablam! Oct 16 17:36:59.377 INFO kablam! warning: unreachable expression Oct 16 17:36:59.378 INFO kablam! --> src/lib.rs:11:13 Oct 16 17:36:59.378 INFO kablam! | Oct 16 17:36:59.378 INFO kablam! 11 | tx.complete($e); Oct 16 17:36:59.378 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 17:36:59.379 INFO kablam! ... Oct 16 17:36:59.379 INFO kablam! 69 | let a = async!{panic!("i")}; Oct 16 17:36:59.379 INFO kablam! | ------------------- in this macro invocation Oct 16 17:36:59.380 INFO kablam! | Oct 16 17:36:59.380 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 16 17:36:59.380 INFO kablam! Oct 16 17:37:00.855 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.41s Oct 16 17:37:00.855 INFO kablam! su: No module specific data is present Oct 16 17:37:02.044 INFO running `"docker" "rm" "-f" "438ef49b30f93be36c4f1d377b76125bede401d5c43bfb65ffb2938e81d29556"` Oct 16 17:37:02.312 INFO blam! 438ef49b30f93be36c4f1d377b76125bede401d5c43bfb65ffb2938e81d29556 Oct 16 17:37:02.327 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/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 16 17:37:02.880 INFO blam! 38650dccef7f897697172124c9033179c73197bf68dd64a14cb1be196b0b97dd Oct 16 17:37:02.882 INFO running `"docker" "start" "-a" "38650dccef7f897697172124c9033179c73197bf68dd64a14cb1be196b0b97dd"` Oct 16 17:37:04.483 INFO kablam! usermod: no changes Oct 16 17:37:04.535 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 16 17:37:04.555 INFO kablam! Running /target/debug/deps/async_await-24952b39feb51a71 Oct 16 17:37:04.555 INFO blam! Oct 16 17:37:04.555 INFO blam! running 5 tests Oct 16 17:37:04.555 INFO blam! test test_simple_async ... ok Oct 16 17:37:04.555 INFO blam! test test_complex_async ... ok Oct 16 17:37:04.555 INFO blam! test test_await ... ok Oct 16 17:37:04.555 INFO blam! test test_block ... ok Oct 16 17:37:04.559 INFO kablam! thread '' panicked at 'i', src/lib.rs:69:20 Oct 16 17:37:04.559 INFO kablam! stack backtrace: Oct 16 17:37:04.579 INFO kablam! 0: 0x560abac0fe2e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h7fa1e90165a4b6b7 Oct 16 17:37:04.579 INFO kablam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 16 17:37:04.579 INFO kablam! 1: 0x560abac18fa6 - std::sys_common::backtrace::print::hce31971a380b167f Oct 16 17:37:04.579 INFO kablam! at libstd/sys_common/backtrace.rs:71 Oct 16 17:37:04.579 INFO kablam! at libstd/sys_common/backtrace.rs:59 Oct 16 17:37:04.579 INFO kablam! 2: 0x560abac13cfd - std::panicking::default_hook::{{closure}}::h9590c1e09d0fb8eb Oct 16 17:37:04.595 INFO kablam! at libstd/panicking.rs:211 Oct 16 17:37:04.595 INFO kablam! 3: 0x560abac13a70 - std::panicking::default_hook::hb1838a6568eb05e3 Oct 16 17:37:04.595 INFO kablam! at libstd/panicking.rs:227 Oct 16 17:37:04.595 INFO kablam! 4: 0x560abac143ac - std::panicking::rust_panic_with_hook::h9ad880ee5fc38368 Oct 16 17:37:04.595 INFO kablam! at libstd/panicking.rs:476 Oct 16 17:37:04.595 INFO kablam! 5: 0x560ababfd28f - std::panicking::begin_panic::h516e2f215145d3b3 Oct 16 17:37:04.595 INFO kablam! at libstd/panicking.rs:410 Oct 16 17:37:04.595 INFO kablam! 6: 0x560ababb0dda - async_await::test_default::{{closure}}::h227e357ccb451b93 Oct 16 17:37:04.595 INFO kablam! at src/lib.rs:69 Oct 16 17:37:04.595 INFO kablam! 7: 0x560ababb6b72 - std::sys_common::backtrace::__rust_begin_short_backtrace::h9e6878438fa70e73 Oct 16 17:37:04.595 INFO kablam! at libstd/sys_common/backtrace.rs:136 Oct 16 17:37:04.595 INFO kablam! 8: 0x560ababa926d - std::thread::Builder::spawn::{{closure}}::{{closure}}::h11174d5a9620c0ca Oct 16 17:37:04.595 INFO kablam! at libstd/thread/mod.rs:409 Oct 16 17:37:04.595 INFO kablam! 9: 0x560ababaa120 - as core::ops::function::FnOnce<()>>::call_once::hf5e028aa2ceff896 Oct 16 17:37:04.595 INFO kablam! at libstd/panic.rs:313 Oct 16 17:37:04.595 INFO kablam! 10: 0x560ababaf8b4 - std::panicking::try::do_call::h8485bd1710ecdbe8 Oct 16 17:37:04.595 INFO kablam! at libstd/panicking.rs:310 Oct 16 17:37:04.595 INFO kablam! 11: 0x560abac244c9 - __rust_maybe_catch_panic Oct 16 17:37:04.595 INFO kablam! at libpanic_unwind/lib.rs:102 Oct 16 17:37:04.595 INFO kablam! 12: 0x560ababaf6fc - std::panicking::try::hde74e4338b200e0c Oct 16 17:37:04.595 INFO kablam! at libstd/panicking.rs:289 Oct 16 17:37:04.595 INFO kablam! 13: 0x560ababaa432 - std::panic::catch_unwind::h08bdd2e3b094919d Oct 16 17:37:04.595 INFO kablam! at libstd/panic.rs:392 Oct 16 17:37:04.595 INFO kablam! 14: 0x560ababa7eec - std::thread::Builder::spawn::{{closure}}::h0888e1f545ee522f Oct 16 17:37:04.595 INFO kablam! at libstd/thread/mod.rs:408 Oct 16 17:37:04.595 INFO kablam! 15: 0x560ababa9536 - >::call_box::hefecfd89a59afc81 Oct 16 17:37:04.595 INFO kablam! at liballoc/boxed.rs:672 Oct 16 17:37:04.595 INFO kablam! 16: 0x560abac1213a - std::sys_common::thread::start_thread::h49b8ca61f624f031 Oct 16 17:37:04.595 INFO kablam! at liballoc/boxed.rs:682 Oct 16 17:37:04.595 INFO kablam! at libstd/sys_common/thread.rs:24 Oct 16 17:37:04.595 INFO kablam! 17: 0x560abac074e5 - std::sys::unix::thread::Thread::new::thread_start::hc999bd1fb8f071a1 Oct 16 17:37:04.595 INFO kablam! at libstd/sys/unix/thread.rs:90 Oct 16 17:37:04.595 INFO kablam! 18: 0x7f4805fa96b9 - start_thread Oct 16 17:37:04.595 INFO kablam! 19: 0x7f4805ac941c - clone Oct 16 17:37:04.600 INFO kablam! 20: 0x0 - Oct 16 17:37:04.600 INFO blam! test test_default ... ok Oct 16 17:37:04.600 INFO blam! Oct 16 17:37:04.600 INFO blam! test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:37:04.600 INFO blam! Oct 16 17:37:04.603 INFO kablam! Doc-tests async-await Oct 16 17:37:05.803 INFO blam! Oct 16 17:37:05.803 INFO blam! running 0 tests Oct 16 17:37:05.803 INFO blam! Oct 16 17:37:05.803 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:37:05.803 INFO blam! Oct 16 17:37:05.806 INFO kablam! su: No module specific data is present Oct 16 17:37:07.000 INFO running `"docker" "rm" "-f" "38650dccef7f897697172124c9033179c73197bf68dd64a14cb1be196b0b97dd"` Oct 16 17:37:07.311 INFO blam! 38650dccef7f897697172124c9033179c73197bf68dd64a14cb1be196b0b97dd