[INFO] crate tokio-postgres 0.3.0 is already in cache [INFO] extracting crate tokio-postgres 0.3.0 into work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/tokio-postgres/0.3.0 [INFO] extracting crate tokio-postgres 0.3.0 into work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/tokio-postgres/0.3.0 [INFO] validating manifest of tokio-postgres-0.3.0 on toolchain master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of tokio-postgres-0.3.0 on toolchain try#7fea0229842e79db1159ea58ad9a653b288efee9 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing tokio-postgres-0.3.0 [INFO] finished frobbing tokio-postgres-0.3.0 [INFO] frobbed toml for tokio-postgres-0.3.0 written to work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/tokio-postgres/0.3.0/Cargo.toml [INFO] started frobbing tokio-postgres-0.3.0 [INFO] finished frobbing tokio-postgres-0.3.0 [INFO] frobbed toml for tokio-postgres-0.3.0 written to work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/tokio-postgres/0.3.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing tokio-postgres-0.3.0 against try#7fea0229842e79db1159ea58ad9a653b288efee9 for pr-57967 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-1/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/tokio-postgres/0.3.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "build" "--frozen"` [INFO] [stdout] 04dba471b833f1010c1d45f14fe6a283a1e241888d7cd59e5edf05959bea1d2f [INFO] running `"docker" "start" "-a" "04dba471b833f1010c1d45f14fe6a283a1e241888d7cd59e5edf05959bea1d2f"` [INFO] [stderr] Compiling fallible-iterator v0.1.6 [INFO] [stderr] Compiling futures-state-stream v0.2.0 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling base64 v0.6.0 [INFO] [stderr] Compiling stringprep v0.1.2 [INFO] [stderr] Compiling tokio-dns-unofficial v0.1.2 [INFO] [stderr] Compiling tokio-uds v0.1.7 [INFO] [stderr] Compiling postgres-protocol v0.3.2 [INFO] [stderr] Compiling postgres-shared v0.4.2 [INFO] [stderr] Compiling tokio-postgres v0.3.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:84:38 [INFO] [stderr] | [INFO] [stderr] 84 | use std::sync::atomic::{AtomicUsize, ATOMIC_USIZE_INIT, Ordering}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:119:36 [INFO] [stderr] | [INFO] [stderr] 119 | static NEXT_STMT_ID: AtomicUsize = ATOMIC_USIZE_INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec [INFO] [stderr] --> src/stream.rs:9:41 [INFO] [stderr] | [INFO] [stderr] 9 | use tokio_io::codec::{Encoder, Decoder, Framed}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec [INFO] [stderr] --> src/stream.rs:21:27 [INFO] [stderr] | [INFO] [stderr] 21 | pub type PostgresStream = Framed, PostgresCodec>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead [INFO] [stderr] --> src/stream.rs:66:23 [INFO] [stderr] | [INFO] [stderr] 66 | s.framed(PostgresCodec) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead [INFO] [stderr] --> src/stream.rs:73:20 [INFO] [stderr] | [INFO] [stderr] 73 | .map(|s| s.framed(SslCodec)) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead [INFO] [stderr] --> src/stream.rs:109:20 [INFO] [stderr] | [INFO] [stderr] 109 | .map(|s| s.framed(PostgresCodec)) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 14.70s [INFO] running `"docker" "inspect" "04dba471b833f1010c1d45f14fe6a283a1e241888d7cd59e5edf05959bea1d2f"` [INFO] running `"docker" "rm" "-f" "04dba471b833f1010c1d45f14fe6a283a1e241888d7cd59e5edf05959bea1d2f"` [INFO] [stdout] 04dba471b833f1010c1d45f14fe6a283a1e241888d7cd59e5edf05959bea1d2f [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-1/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/tokio-postgres/0.3.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 644beafca97fce2548b855b4e36a24b58514adedd2e0b1aa5b41ef4cb00055b5 [INFO] running `"docker" "start" "-a" "644beafca97fce2548b855b4e36a24b58514adedd2e0b1aa5b41ef4cb00055b5"` [INFO] [stderr] Compiling tokio-postgres v0.3.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:59:18 [INFO] [stderr] | [INFO] [stderr] 59 | #[cfg_attr(test, macro_use)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:84:38 [INFO] [stderr] | [INFO] [stderr] 84 | use std::sync::atomic::{AtomicUsize, ATOMIC_USIZE_INIT, Ordering}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:119:36 [INFO] [stderr] | [INFO] [stderr] 119 | static NEXT_STMT_ID: AtomicUsize = ATOMIC_USIZE_INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec [INFO] [stderr] --> src/stream.rs:9:41 [INFO] [stderr] | [INFO] [stderr] 9 | use tokio_io::codec::{Encoder, Decoder, Framed}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec [INFO] [stderr] --> src/stream.rs:21:27 [INFO] [stderr] | [INFO] [stderr] 21 | pub type PostgresStream = Framed, PostgresCodec>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead [INFO] [stderr] --> src/stream.rs:66:23 [INFO] [stderr] | [INFO] [stderr] 66 | s.framed(PostgresCodec) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead [INFO] [stderr] --> src/stream.rs:73:20 [INFO] [stderr] | [INFO] [stderr] 73 | .map(|s| s.framed(SslCodec)) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead [INFO] [stderr] --> src/stream.rs:109:20 [INFO] [stderr] | [INFO] [stderr] 109 | .map(|s| s.framed(PostgresCodec)) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.98s [INFO] running `"docker" "inspect" "644beafca97fce2548b855b4e36a24b58514adedd2e0b1aa5b41ef4cb00055b5"` [INFO] running `"docker" "rm" "-f" "644beafca97fce2548b855b4e36a24b58514adedd2e0b1aa5b41ef4cb00055b5"` [INFO] [stdout] 644beafca97fce2548b855b4e36a24b58514adedd2e0b1aa5b41ef4cb00055b5 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-1/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/tokio-postgres/0.3.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "test" "--frozen"` [INFO] [stdout] 42f7e8b047bba459c3afde0ef2f242f42a873138730bec871eb27a8110b450b2 [INFO] running `"docker" "start" "-a" "42f7e8b047bba459c3afde0ef2f242f42a873138730bec871eb27a8110b450b2"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.18s [INFO] [stderr] Running /opt/crater/target/debug/deps/tokio_postgres-6d85b96adf1d34dd [INFO] [stdout] [INFO] [stdout] running 19 tests [INFO] [stdout] test test::cancel ... FAILED [INFO] [stdout] test test::batch_execute_err ... FAILED [INFO] [stdout] test test::md5_user ... FAILED [INFO] [stdout] test test::batch_execute_ok ... FAILED [INFO] [stdout] test test::md5_user_no_pass ... FAILED [INFO] [stdout] test test::domain ... FAILED [INFO] [stdout] test test::enum_ ... FAILED [INFO] [stdout] test test::prepare_execute ... FAILED [INFO] [stdout] test test::pass_user_wrong_pass ... FAILED [INFO] [stdout] test test::pass_user_no_pass ... FAILED [INFO] [stdout] test test::pass_user ... FAILED [INFO] [stdout] test test::notifications ... FAILED [INFO] [stdout] test test::md5_user_wrong_pass ... FAILED [INFO] [stdout] test test::unix_socket ... ignored [INFO] [stdout] test test::query ... FAILED [INFO] [stdout] test test::composite ... FAILED [INFO] [stdout] test test::ssl_user_ssl_required ... FAILED [INFO] [stdout] test test::prepare_execute_rows ... FAILED [INFO] [stdout] test test::transaction ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- test::cancel stdout ---- [INFO] [stdout] thread 'test::cancel' panicked at 'called `Result::unwrap()` on an `Err` value: Error(Io(Os { code: 99, kind: AddrNotAvailable, message: "Cannot assign requested address" }))', src/libcore/result.rs:997:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x555b1986af43 - std[698b411d1b74fcff]::sys::unix::backtrace::tracing::imp::unwind_backtrace [INFO] [stdout] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:39 [INFO] [stdout] 1: 0x555b1986608b - std[698b411d1b74fcff]::sys_common::backtrace::_print [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:70 [INFO] [stdout] 2: 0x555b19869026 - std[698b411d1b74fcff]::panicking::default_hook::{closure#1} [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:58 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 3: 0x555b19868d27 - std[698b411d1b74fcff]::panicking::default_hook [INFO] [stdout] at src/libstd/panicking.rs:209 [INFO] [stdout] 4: 0x555b19869730 - std[698b411d1b74fcff]::panicking::rust_panic_with_hook [INFO] [stdout] at src/libstd/panicking.rs:478 [INFO] [stdout] 5: 0x555b198692b1 - std[698b411d1b74fcff]::panicking::continue_panic_fmt [INFO] [stdout] at src/libstd/panicking.rs:385 [INFO] [stdout] 6: 0x555b19869195 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:312 [INFO] [stdout] 7: 0x555b198802fc - core[b849d6d0cd70c3a8]::panicking::panic_fmt [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 8: 0x555b19561417 - core[b849d6d0cd70c3a8]::result::unwrap_failed:: [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/macros.rs:16 [INFO] [stdout] 9: 0x555b1958f8b7 - >::unwrap [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/result.rs:798 [INFO] [stdout] 10: 0x555b195ece71 - tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0} [INFO] [stdout] at src/test.rs:433 [INFO] [stdout] 11: 0x555b195c5d94 - + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::join::Join + core[b849d6d0cd70c3a8]::marker::Send>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>, futures[840e75ead15bc50b]::future::then::Then, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}::{closure#0}>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}> as futures[840e75ead15bc50b]::future::Future>::poll::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/then.rs:33 [INFO] [stdout] 12: 0x555b194b734c - + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::join::Join + core[b849d6d0cd70c3a8]::marker::Send>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>, futures[840e75ead15bc50b]::future::then::Then, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}::{closure#0}>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}>>::poll::< + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::join::Join + core[b849d6d0cd70c3a8]::marker::Send>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>, futures[840e75ead15bc50b]::future::then::Then, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}::{closure#0}>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}> as futures[840e75ead15bc50b]::future::Future>::poll::{closure#0}> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/chain.rs:39 [INFO] [stdout] 13: 0x555b195ca839 - + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::join::Join + core[b849d6d0cd70c3a8]::marker::Send>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>, futures[840e75ead15bc50b]::future::then::Then, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}::{closure#0}>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}> as futures[840e75ead15bc50b]::future::Future>::poll [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/then.rs:32 [INFO] [stdout] 14: 0x555b1955c2d9 - + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::join::Join + core[b849d6d0cd70c3a8]::marker::Send>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>, futures[840e75ead15bc50b]::future::then::Then, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}::{closure#0}>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}>>>::poll_future_notify::>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:326 [INFO] [stdout] 15: 0x555b1955be06 - + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::join::Join + core[b849d6d0cd70c3a8]::marker::Send>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>, futures[840e75ead15bc50b]::future::then::Then, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}::{closure#0}>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}>>>::enter::< + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::join::Join + core[b849d6d0cd70c3a8]::marker::Send>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>, futures[840e75ead15bc50b]::future::then::Then, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}::{closure#0}>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}>>>::poll_future_notify>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:396 [INFO] [stdout] 16: 0x555b1950aa18 - futures[840e75ead15bc50b]::task_impl::std::set::< + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::join::Join + core[b849d6d0cd70c3a8]::marker::Send>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>, futures[840e75ead15bc50b]::future::then::Then, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}::{closure#0}>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}>>>::enter< + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::join::Join + core[b849d6d0cd70c3a8]::marker::Send>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>, futures[840e75ead15bc50b]::future::then::Then, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}::{closure#0}>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}>>>::poll_future_notify>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/std/mod.rs:78 [INFO] [stdout] 17: 0x555b1954e432 - + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::join::Join + core[b849d6d0cd70c3a8]::marker::Send>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>, futures[840e75ead15bc50b]::future::then::Then, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}::{closure#0}>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}>>>::enter::< + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::join::Join + core[b849d6d0cd70c3a8]::marker::Send>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>, futures[840e75ead15bc50b]::future::then::Then, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}::{closure#0}>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}>>>::poll_future_notify>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:396 [INFO] [stdout] 18: 0x555b19547ff4 - + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::join::Join + core[b849d6d0cd70c3a8]::marker::Send>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>, futures[840e75ead15bc50b]::future::then::Then, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}::{closure#0}>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}>>>::poll_fn_notify::, + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::join::Join + core[b849d6d0cd70c3a8]::marker::Send>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>, futures[840e75ead15bc50b]::future::then::Then, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}::{closure#0}>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}>>>::poll_future_notify>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:288 [INFO] [stdout] 19: 0x555b1954eced - + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::join::Join + core[b849d6d0cd70c3a8]::marker::Send>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>, futures[840e75ead15bc50b]::future::then::Then, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}::{closure#0}>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}>>>::poll_future_notify::> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:326 [INFO] [stdout] 20: 0x555b194feb79 - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::join::Join + core[b849d6d0cd70c3a8]::marker::Send>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>, futures[840e75ead15bc50b]::future::then::Then, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}::{closure#0}>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:236 [INFO] [stdout] 21: 0x555b1960356a - ::run + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::join::Join + core[b849d6d0cd70c3a8]::marker::Send>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>, futures[840e75ead15bc50b]::future::then::Then, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}::{closure#0}>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>, ()>>>::get [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/lazy.rs:64 [INFO] [stdout] 22: 0x555b1960ebc2 - ::run + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::join::Join + core[b849d6d0cd70c3a8]::marker::Send>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>, futures[840e75ead15bc50b]::future::then::Then, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}::{closure#0}>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>, ()>> as futures[840e75ead15bc50b]::future::Future>::poll [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/lazy.rs:82 [INFO] [stdout] 23: 0x555b1955c1b9 - ::run + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::join::Join + core[b849d6d0cd70c3a8]::marker::Send>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>, futures[840e75ead15bc50b]::future::then::Then, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}::{closure#0}>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>, ()>>>>::poll_future_notify::::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:326 [INFO] [stdout] 24: 0x555b1955bce6 - ::run + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::join::Join + core[b849d6d0cd70c3a8]::marker::Send>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>, futures[840e75ead15bc50b]::future::then::Then, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}::{closure#0}>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>, ()>>>>::enter::<::run + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::join::Join + core[b849d6d0cd70c3a8]::marker::Send>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>, futures[840e75ead15bc50b]::future::then::Then, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}::{closure#0}>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>, ()>>>>::poll_future_notify::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>>, ()>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:396 [INFO] [stdout] 25: 0x555b1950a238 - futures[840e75ead15bc50b]::task_impl::std::set::<::run + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::join::Join + core[b849d6d0cd70c3a8]::marker::Send>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>, futures[840e75ead15bc50b]::future::then::Then, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}::{closure#0}>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>, ()>>>>::enter<::run + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::join::Join + core[b849d6d0cd70c3a8]::marker::Send>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>, futures[840e75ead15bc50b]::future::then::Then, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}::{closure#0}>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>, ()>>>>::poll_future_notify::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>>, ()>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/std/mod.rs:78 [INFO] [stdout] 26: 0x555b1954dcb2 - ::run + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::join::Join + core[b849d6d0cd70c3a8]::marker::Send>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>, futures[840e75ead15bc50b]::future::then::Then, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}::{closure#0}>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>, ()>>>>::enter::<::run + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::join::Join + core[b849d6d0cd70c3a8]::marker::Send>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>, futures[840e75ead15bc50b]::future::then::Then, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}::{closure#0}>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>, ()>>>>::poll_future_notify::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:396 [INFO] [stdout] 27: 0x555b19547bd4 - ::run + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::join::Join + core[b849d6d0cd70c3a8]::marker::Send>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>, futures[840e75ead15bc50b]::future::then::Then, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}::{closure#0}>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>, ()>>>>::poll_fn_notify::::run + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::join::Join + core[b849d6d0cd70c3a8]::marker::Send>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>, futures[840e75ead15bc50b]::future::then::Then, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}::{closure#0}>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>, ()>>>>::poll_future_notify::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:288 [INFO] [stdout] 28: 0x555b1954eb6d - ::run + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::join::Join + core[b849d6d0cd70c3a8]::marker::Send>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>, futures[840e75ead15bc50b]::future::then::Then, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}::{closure#0}>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>, ()>>>>::poll_future_notify:: [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:326 [INFO] [stdout] 29: 0x555b195a0ab5 - >>::block_on::::run + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::join::Join + core[b849d6d0cd70c3a8]::marker::Send>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>, futures[840e75ead15bc50b]::future::then::Then, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}::{closure#0}>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>, ()>>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:479 [INFO] [stdout] 30: 0x555b195a0e94 - >::enter::<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::join::Join + core[b849d6d0cd70c3a8]::marker::Send>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>, futures[840e75ead15bc50b]::future::then::Then, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}::{closure#0}>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>>, ()>>::{closure#0}::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:779 [INFO] [stdout] 31: 0x555b1959642d - ::set_spawn::<>::enter<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::join::Join + core[b849d6d0cd70c3a8]::marker::Send>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>, futures[840e75ead15bc50b]::future::then::Then, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}::{closure#0}>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>>, ()>>::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:816 [INFO] [stdout] 32: 0x555b195a0644 - >::enter::<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::join::Join + core[b849d6d0cd70c3a8]::marker::Send>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>, futures[840e75ead15bc50b]::future::then::Then, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}::{closure#0}>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>>, ()>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:778 [INFO] [stdout] 33: 0x555b1955ab20 - >::try_with::<>::enter<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::join::Join + core[b849d6d0cd70c3a8]::marker::Send>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>, futures[840e75ead15bc50b]::future::then::Then, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}::{closure#0}>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>>, ()>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>>, ()>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:296 [INFO] [stdout] 34: 0x555b19558f05 - >::with::<>::enter<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::join::Join + core[b849d6d0cd70c3a8]::marker::Send>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>, futures[840e75ead15bc50b]::future::then::Then, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}::{closure#0}>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>>, ()>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>>, ()>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:242 [INFO] [stdout] 35: 0x555b195974b1 - >::enter::<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::join::Join + core[b849d6d0cd70c3a8]::marker::Send>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>, futures[840e75ead15bc50b]::future::then::Then, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}::{closure#0}>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:776 [INFO] [stdout] 36: 0x555b1959d3f7 - >>::block_on::::run + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::join::Join + core[b849d6d0cd70c3a8]::marker::Send>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>, futures[840e75ead15bc50b]::future::then::Then, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}::{closure#0}>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>, ()>>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:478 [INFO] [stdout] 37: 0x555b194fe5d3 - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::join::Join + core[b849d6d0cd70c3a8]::marker::Send>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>, futures[840e75ead15bc50b]::future::then::Then, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}::{closure#0}>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:234 [INFO] [stdout] 38: 0x555b195c3d14 - tokio_timer[a8546d974d1eb240]::timer::handle::with_default::<::run + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::join::Join + core[b849d6d0cd70c3a8]::marker::Send>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>, futures[840e75ead15bc50b]::future::then::Then, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}::{closure#0}>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.9/src/timer/handle.rs:94 [INFO] [stdout] 39: 0x555b19558402 - >>>::try_with::::run + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::join::Join + core[b849d6d0cd70c3a8]::marker::Send>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>, futures[840e75ead15bc50b]::future::then::Then, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}::{closure#0}>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:296 [INFO] [stdout] 40: 0x555b195567e6 - >>>::with::::run + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::join::Join + core[b849d6d0cd70c3a8]::marker::Send>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>, futures[840e75ead15bc50b]::future::then::Then, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}::{closure#0}>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:242 [INFO] [stdout] 41: 0x555b195bdbca - tokio_timer[a8546d974d1eb240]::timer::handle::with_default::<::run + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::join::Join + core[b849d6d0cd70c3a8]::marker::Send>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>, futures[840e75ead15bc50b]::future::then::Then, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}::{closure#0}>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.9/src/timer/handle.rs:81 [INFO] [stdout] 42: 0x555b194fdd02 - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::join::Join + core[b849d6d0cd70c3a8]::marker::Send>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>, futures[840e75ead15bc50b]::future::then::Then, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}::{closure#0}>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}>>::{closure#0}::{closure#0}::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:233 [INFO] [stdout] 43: 0x555b195c1d31 - tokio_executor[b958b95cd64e0e1c]::global::with_default::::run + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::join::Join + core[b849d6d0cd70c3a8]::marker::Send>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>, futures[840e75ead15bc50b]::future::then::Then, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}::{closure#0}>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.6/src/global.rs:192 [INFO] [stdout] 44: 0x555b1955102b - >>::try_with::::run + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::join::Join + core[b849d6d0cd70c3a8]::marker::Send>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>, futures[840e75ead15bc50b]::future::then::Then, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}::{closure#0}>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:296 [INFO] [stdout] 45: 0x555b1954f364 - >>::with::::run + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::join::Join + core[b849d6d0cd70c3a8]::marker::Send>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>, futures[840e75ead15bc50b]::future::then::Then, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}::{closure#0}>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:242 [INFO] [stdout] 46: 0x555b195bd4ef - tokio_executor[b958b95cd64e0e1c]::global::with_default::::run + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::join::Join + core[b849d6d0cd70c3a8]::marker::Send>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>, futures[840e75ead15bc50b]::future::then::Then, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}::{closure#0}>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.6/src/global.rs:162 [INFO] [stdout] 47: 0x555b194fd8cc - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::join::Join + core[b849d6d0cd70c3a8]::marker::Send>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>, futures[840e75ead15bc50b]::future::then::Then, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}::{closure#0}>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}>>::{closure#0}::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:232 [INFO] [stdout] 48: 0x555b195af356 - tokio_reactor[5f105d66cb330047]::with_default::<::run + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::join::Join + core[b849d6d0cd70c3a8]::marker::Send>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>, futures[840e75ead15bc50b]::future::then::Then, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}::{closure#0}>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}>>::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.8/src/lib.rs:229 [INFO] [stdout] 49: 0x555b19555cde - >>>::try_with::::run + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::join::Join + core[b849d6d0cd70c3a8]::marker::Send>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>, futures[840e75ead15bc50b]::future::then::Then, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}::{closure#0}>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}>>::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:296 [INFO] [stdout] 50: 0x555b195540a6 - >>>::with::::run + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::join::Join + core[b849d6d0cd70c3a8]::marker::Send>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>, futures[840e75ead15bc50b]::future::then::Then, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}::{closure#0}>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}>>::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:242 [INFO] [stdout] 51: 0x555b195aba33 - tokio_reactor[5f105d66cb330047]::with_default::<::run + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::join::Join + core[b849d6d0cd70c3a8]::marker::Send>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>, futures[840e75ead15bc50b]::future::then::Then, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}::{closure#0}>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}>>::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.8/src/lib.rs:212 [INFO] [stdout] 52: 0x555b194fd1ac - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::join::Join + core[b849d6d0cd70c3a8]::marker::Send>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>, futures[840e75ead15bc50b]::future::then::Then, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}::{closure#0}>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:231 [INFO] [stdout] 53: 0x555b19593858 - >::set::<::run + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::join::Join + core[b849d6d0cd70c3a8]::marker::Send>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>, futures[840e75ead15bc50b]::future::then::Then, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}::{closure#0}>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, core[b849d6d0cd70c3a8]::result::Result<(), postgres_shared[3c4fe8017ce84b2c]::error::Error>)>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 [INFO] [stdout] 54: 0x555b194fb174 - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::join::Join + core[b849d6d0cd70c3a8]::marker::Send>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>, futures[840e75ead15bc50b]::future::then::Then, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}::{closure#0}>, core[b849d6d0cd70c3a8]::result::Result, ()>, core[b849d6d0cd70c3a8]::result::Result, ()>::Ok>>, tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0}>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:230 [INFO] [stdout] 55: 0x555b195ec8ba - tokio_postgres[664c9d3c1c791656]::test::cancel [INFO] [stdout] at src/test.rs:453 [INFO] [stdout] 56: 0x555b195ec739 - tokio_postgres[664c9d3c1c791656]::test::cancel::{closure#0} [INFO] [stdout] at src/test.rs:427 [INFO] [stdout] 57: 0x555b1960d48d - >::call_once [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/ops/function.rs:231 [INFO] [stdout] 58: 0x555b1964722e - >::call_box [INFO] [stdout] at src/libtest/lib.rs:1474 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/ops/function.rs:231 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:734 [INFO] [stdout] 59: 0x555b1986d739 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:92 [INFO] [stdout] 60: 0x555b19661717 - test[ea847f4bd1b1afc4]::run_test::run_test_inner::{closure#0} [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:276 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:388 [INFO] [stdout] at src/libtest/lib.rs:1429 [INFO] [stdout] 61: 0x555b1963cac4 - std[698b411d1b74fcff]::sys_common::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/sys_common/backtrace.rs:135 [INFO] [stdout] 62: 0x555b1963c5e4 - std[698b411d1b74fcff]::panicking::try::do_call::::spawn_unchecked::{closure#0}::{closure#0}>, ()> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/mod.rs:469 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:309 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:297 [INFO] [stdout] 63: 0x555b1986d739 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:92 [INFO] [stdout] 64: 0x555b19646f6c - <::spawn_unchecked::{closure#0} as alloc[f4750af829db9b76]::boxed::FnBox<()>>::call_box [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:276 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:388 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/mod.rs:468 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:734 [INFO] [stdout] 65: 0x555b1986cecd - ::new::thread_start [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:744 [INFO] [stdout] at src/libstd/sys_common/thread.rs:14 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:81 [INFO] [stdout] 66: 0x7fc370f30493 - start_thread [INFO] [stdout] 67: 0x7fc370a5bace - __clone [INFO] [stdout] 68: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test::batch_execute_err stdout ---- [INFO] [stdout] thread 'test::batch_execute_err' panicked at 'called `Result::unwrap()` on an `Err` value: Error(Io(Os { code: 99, kind: AddrNotAvailable, message: "Cannot assign requested address" }))', src/libcore/result.rs:997:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x555b1986af43 - std[698b411d1b74fcff]::sys::unix::backtrace::tracing::imp::unwind_backtrace [INFO] [stdout] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:39 [INFO] [stdout] 1: 0x555b1986608b - std[698b411d1b74fcff]::sys_common::backtrace::_print [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:70 [INFO] [stdout] 2: 0x555b19869026 - std[698b411d1b74fcff]::panicking::default_hook::{closure#1} [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:58 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 3: 0x555b19868d27 - std[698b411d1b74fcff]::panicking::default_hook [INFO] [stdout] at src/libstd/panicking.rs:209 [INFO] [stdout] 4: 0x555b19869730 - std[698b411d1b74fcff]::panicking::rust_panic_with_hook [INFO] [stdout] at src/libstd/panicking.rs:478 [INFO] [stdout] 5: 0x555b198692b1 - std[698b411d1b74fcff]::panicking::continue_panic_fmt [INFO] [stdout] at src/libstd/panicking.rs:385 [INFO] [stdout] 6: 0x555b19869195 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:312 [INFO] [stdout] 7: 0x555b198802fc - core[b849d6d0cd70c3a8]::panicking::panic_fmt [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 8: 0x555b19561417 - core[b849d6d0cd70c3a8]::result::unwrap_failed:: [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/macros.rs:16 [INFO] [stdout] 9: 0x555b1958f8b7 - >::unwrap [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/result.rs:798 [INFO] [stdout] 10: 0x555b195e674c - tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0} [INFO] [stdout] at src/test.rs:124 [INFO] [stdout] 11: 0x555b195c5607 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}> as futures[840e75ead15bc50b]::future::Future>::poll::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/then.rs:33 [INFO] [stdout] 12: 0x555b194b1367 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>>::poll::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}> as futures[840e75ead15bc50b]::future::Future>::poll::{closure#0}> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/chain.rs:39 [INFO] [stdout] 13: 0x555b195ca6b9 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}> as futures[840e75ead15bc50b]::future::Future>::poll [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/then.rs:32 [INFO] [stdout] 14: 0x555b194ceae4 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#1}>>::poll::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#1}> as futures[840e75ead15bc50b]::future::Future>::poll::{closure#0}> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/chain.rs:26 [INFO] [stdout] 15: 0x555b19517589 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#1}> as futures[840e75ead15bc50b]::future::Future>::poll [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/and_then.rs:32 [INFO] [stdout] 16: 0x555b194edc14 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#2}>>::poll::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#2}> as futures[840e75ead15bc50b]::future::Future>::poll::{closure#0}> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/chain.rs:26 [INFO] [stdout] 17: 0x555b195ca8c9 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#2}> as futures[840e75ead15bc50b]::future::Future>::poll [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/then.rs:32 [INFO] [stdout] 18: 0x555b1955c309 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#2}>>>::poll_future_notify::>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:326 [INFO] [stdout] 19: 0x555b1955be36 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#2}>>>::enter::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#2}>>>::poll_future_notify>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:396 [INFO] [stdout] 20: 0x555b1950ab68 - futures[840e75ead15bc50b]::task_impl::std::set::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#2}>>>::enter< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#2}>>>::poll_future_notify>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/std/mod.rs:78 [INFO] [stdout] 21: 0x555b1954e572 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#2}>>>::enter::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#2}>>>::poll_future_notify>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:396 [INFO] [stdout] 22: 0x555b195480a4 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#2}>>>::poll_fn_notify::, + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#2}>>>::poll_future_notify>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:288 [INFO] [stdout] 23: 0x555b1954ed2d - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#2}>>>::poll_future_notify::> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:326 [INFO] [stdout] 24: 0x555b194febe8 - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:236 [INFO] [stdout] 25: 0x555b1960381a - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::get [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/lazy.rs:64 [INFO] [stdout] 26: 0x555b1960ec12 - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>> as futures[840e75ead15bc50b]::future::Future>::poll [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/lazy.rs:82 [INFO] [stdout] 27: 0x555b1955c1e9 - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify::::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:326 [INFO] [stdout] 28: 0x555b1955bd16 - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::enter::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:396 [INFO] [stdout] 29: 0x555b1950a388 - futures[840e75ead15bc50b]::task_impl::std::set::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::enter<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/std/mod.rs:78 [INFO] [stdout] 30: 0x555b1954ddf2 - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::enter::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:396 [INFO] [stdout] 31: 0x555b19547c84 - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_fn_notify::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:288 [INFO] [stdout] 32: 0x555b1954ebad - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify:: [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:326 [INFO] [stdout] 33: 0x555b195a0ae5 - >>::block_on::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:479 [INFO] [stdout] 34: 0x555b195a0ec4 - >::enter::<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0}::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:779 [INFO] [stdout] 35: 0x555b1959655d - ::set_spawn::<>::enter<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:816 [INFO] [stdout] 36: 0x555b195a0724 - >::enter::<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:778 [INFO] [stdout] 37: 0x555b1955adaa - >::try_with::<>::enter<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:296 [INFO] [stdout] 38: 0x555b19558f94 - >::with::<>::enter<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:242 [INFO] [stdout] 39: 0x555b19597511 - >::enter::<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:776 [INFO] [stdout] 40: 0x555b1959d8aa - >>::block_on::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:478 [INFO] [stdout] 41: 0x555b194fe693 - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:234 [INFO] [stdout] 42: 0x555b195c3fb4 - tokio_timer[a8546d974d1eb240]::timer::handle::with_default::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.9/src/timer/handle.rs:94 [INFO] [stdout] 43: 0x555b19558681 - >>>::try_with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:296 [INFO] [stdout] 44: 0x555b19556874 - >>>::with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:242 [INFO] [stdout] 45: 0x555b195bdc5a - tokio_timer[a8546d974d1eb240]::timer::handle::with_default::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.9/src/timer/handle.rs:81 [INFO] [stdout] 46: 0x555b194fdd52 - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#2}>>::{closure#0}::{closure#0}::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:233 [INFO] [stdout] 47: 0x555b195c1ef1 - tokio_executor[b958b95cd64e0e1c]::global::with_default::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.6/src/global.rs:192 [INFO] [stdout] 48: 0x555b195512b5 - >>::try_with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:296 [INFO] [stdout] 49: 0x555b1954f3e6 - >>::with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:242 [INFO] [stdout] 50: 0x555b195bd55f - tokio_executor[b958b95cd64e0e1c]::global::with_default::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.6/src/global.rs:162 [INFO] [stdout] 51: 0x555b194fd92c - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#2}>>::{closure#0}::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:232 [INFO] [stdout] 52: 0x555b195af666 - tokio_reactor[5f105d66cb330047]::with_default::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#2}>>::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.8/src/lib.rs:229 [INFO] [stdout] 53: 0x555b19555f6d - >>>::try_with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#2}>>::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:296 [INFO] [stdout] 54: 0x555b19554134 - >>>::with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#2}>>::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:242 [INFO] [stdout] 55: 0x555b195abac3 - tokio_reactor[5f105d66cb330047]::with_default::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#2}>>::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.8/src/lib.rs:212 [INFO] [stdout] 56: 0x555b194fd20c - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#2}>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:231 [INFO] [stdout] 57: 0x555b19593998 - >::set::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#2}>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 [INFO] [stdout] 58: 0x555b194fb9dc - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#2}>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:230 [INFO] [stdout] 59: 0x555b195e666d - tokio_postgres[664c9d3c1c791656]::test::batch_execute_err [INFO] [stdout] at src/test.rs:137 [INFO] [stdout] 60: 0x555b195e64d9 - tokio_postgres[664c9d3c1c791656]::test::batch_execute_err::{closure#0} [INFO] [stdout] at src/test.rs:117 [INFO] [stdout] 61: 0x555b1960d24d - >::call_once [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/ops/function.rs:231 [INFO] [stdout] 62: 0x555b1964722e - >::call_box [INFO] [stdout] at src/libtest/lib.rs:1474 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/ops/function.rs:231 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:734 [INFO] [stdout] 63: 0x555b1986d739 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:92 [INFO] [stdout] 64: 0x555b19661717 - test[ea847f4bd1b1afc4]::run_test::run_test_inner::{closure#0} [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:276 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:388 [INFO] [stdout] at src/libtest/lib.rs:1429 [INFO] [stdout] 65: 0x555b1963cac4 - std[698b411d1b74fcff]::sys_common::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/sys_common/backtrace.rs:135 [INFO] [stdout] 66: 0x555b1963c5e4 - std[698b411d1b74fcff]::panicking::try::do_call::::spawn_unchecked::{closure#0}::{closure#0}>, ()> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/mod.rs:469 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:309 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:297 [INFO] [stdout] 67: 0x555b1986d739 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:92 [INFO] [stdout] 68: 0x555b19646f6c - <::spawn_unchecked::{closure#0} as alloc[f4750af829db9b76]::boxed::FnBox<()>>::call_box [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:276 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:388 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/mod.rs:468 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:734 [INFO] [stdout] 69: 0x555b1986cecd - ::new::thread_start [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:744 [INFO] [stdout] at src/libstd/sys_common/thread.rs:14 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:81 [INFO] [stdout] 70: 0x7fc370f30493 - start_thread [INFO] [stdout] 71: 0x7fc370a5bace - __clone [INFO] [stdout] 72: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test::md5_user stdout ---- [INFO] [stdout] thread 'test::md5_user' panicked at 'called `Result::unwrap()` on an `Err` value: Error(Io(Os { code: 99, kind: AddrNotAvailable, message: "Cannot assign requested address" }))', src/libcore/result.rs:997:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x555b1986af43 - std[698b411d1b74fcff]::sys::unix::backtrace::tracing::imp::unwind_backtrace [INFO] [stdout] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:39 [INFO] [stdout] 1: 0x555b1986608b - std[698b411d1b74fcff]::sys_common::backtrace::_print [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:70 [INFO] [stdout] 2: 0x555b19869026 - std[698b411d1b74fcff]::panicking::default_hook::{closure#1} [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:58 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 3: 0x555b19868d27 - std[698b411d1b74fcff]::panicking::default_hook [INFO] [stdout] at src/libstd/panicking.rs:209 [INFO] [stdout] 4: 0x555b19869730 - std[698b411d1b74fcff]::panicking::rust_panic_with_hook [INFO] [stdout] at src/libstd/panicking.rs:478 [INFO] [stdout] 5: 0x555b198692b1 - std[698b411d1b74fcff]::panicking::continue_panic_fmt [INFO] [stdout] at src/libstd/panicking.rs:385 [INFO] [stdout] 6: 0x555b19869195 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:312 [INFO] [stdout] 7: 0x555b198802fc - core[b849d6d0cd70c3a8]::panicking::panic_fmt [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 8: 0x555b19561417 - core[b849d6d0cd70c3a8]::result::unwrap_failed:: [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/macros.rs:16 [INFO] [stdout] 9: 0x555b1958f8b7 - >::unwrap [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/result.rs:798 [INFO] [stdout] 10: 0x555b195e5064 - tokio_postgres[664c9d3c1c791656]::test::md5_user [INFO] [stdout] at src/test.rs:22 [INFO] [stdout] 11: 0x555b195e4f59 - tokio_postgres[664c9d3c1c791656]::test::md5_user::{closure#0} [INFO] [stdout] at src/test.rs:14 [INFO] [stdout] 12: 0x555b1960d28d - >::call_once [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/ops/function.rs:231 [INFO] [stdout] 13: 0x555b1964722e - >::call_box [INFO] [stdout] at src/libtest/lib.rs:1474 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/ops/function.rs:231 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:734 [INFO] [stdout] 14: 0x555b1986d739 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:92 [INFO] [stdout] 15: 0x555b19661717 - test[ea847f4bd1b1afc4]::run_test::run_test_inner::{closure#0} [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:276 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:388 [INFO] [stdout] at src/libtest/lib.rs:1429 [INFO] [stdout] 16: 0x555b1963cac4 - std[698b411d1b74fcff]::sys_common::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/sys_common/backtrace.rs:135 [INFO] [stdout] 17: 0x555b1963c5e4 - std[698b411d1b74fcff]::panicking::try::do_call::::spawn_unchecked::{closure#0}::{closure#0}>, ()> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/mod.rs:469 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:309 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:297 [INFO] [stdout] 18: 0x555b1986d739 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:92 [INFO] [stdout] 19: 0x555b19646f6c - <::spawn_unchecked::{closure#0} as alloc[f4750af829db9b76]::boxed::FnBox<()>>::call_box [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:276 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:388 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/mod.rs:468 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:734 [INFO] [stdout] 20: 0x555b1986cecd - ::new::thread_start [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:744 [INFO] [stdout] at src/libstd/sys_common/thread.rs:14 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:81 [INFO] [stdout] 21: 0x7fc370f30493 - start_thread [INFO] [stdout] 22: 0x7fc370a5bace - __clone [INFO] [stdout] 23: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test::batch_execute_ok stdout ---- [INFO] [stdout] thread 'test::batch_execute_ok' panicked at 'called `Result::unwrap()` on an `Err` value: Error(Io(Os { code: 99, kind: AddrNotAvailable, message: "Cannot assign requested address" }))', src/libcore/result.rs:997:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x555b1986af43 - std[698b411d1b74fcff]::sys::unix::backtrace::tracing::imp::unwind_backtrace [INFO] [stdout] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:39 [INFO] [stdout] 1: 0x555b1986608b - std[698b411d1b74fcff]::sys_common::backtrace::_print [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:70 [INFO] [stdout] 2: 0x555b19869026 - std[698b411d1b74fcff]::panicking::default_hook::{closure#1} [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:58 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 3: 0x555b19868d27 - std[698b411d1b74fcff]::panicking::default_hook [INFO] [stdout] at src/libstd/panicking.rs:209 [INFO] [stdout] 4: 0x555b19869730 - std[698b411d1b74fcff]::panicking::rust_panic_with_hook [INFO] [stdout] at src/libstd/panicking.rs:478 [INFO] [stdout] 5: 0x555b198692b1 - std[698b411d1b74fcff]::panicking::continue_panic_fmt [INFO] [stdout] at src/libstd/panicking.rs:385 [INFO] [stdout] 6: 0x555b19869195 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:312 [INFO] [stdout] 7: 0x555b198802fc - core[b849d6d0cd70c3a8]::panicking::panic_fmt [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 8: 0x555b19561417 - core[b849d6d0cd70c3a8]::result::unwrap_failed:: [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/macros.rs:16 [INFO] [stdout] 9: 0x555b1958f8b7 - >::unwrap [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/result.rs:798 [INFO] [stdout] 10: 0x555b195e648c - tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok::{closure#0} [INFO] [stdout] at src/test.rs:109 [INFO] [stdout] 11: 0x555b195c57c7 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok::{closure#0}> as futures[840e75ead15bc50b]::future::Future>::poll::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/then.rs:33 [INFO] [stdout] 12: 0x555b194b2ae7 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok::{closure#0}>>::poll::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok::{closure#0}> as futures[840e75ead15bc50b]::future::Future>::poll::{closure#0}> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/chain.rs:39 [INFO] [stdout] 13: 0x555b195ca719 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok::{closure#0}> as futures[840e75ead15bc50b]::future::Future>::poll [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/then.rs:32 [INFO] [stdout] 14: 0x555b1955c2a9 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok::{closure#0}>>>::poll_future_notify::>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:326 [INFO] [stdout] 15: 0x555b1955bdd6 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok::{closure#0}>>>::enter::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok::{closure#0}>>>::poll_future_notify>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:396 [INFO] [stdout] 16: 0x555b1950a8c8 - futures[840e75ead15bc50b]::task_impl::std::set::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok::{closure#0}>>>::enter< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok::{closure#0}>>>::poll_future_notify>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/std/mod.rs:78 [INFO] [stdout] 17: 0x555b1954e2f2 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok::{closure#0}>>>::enter::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok::{closure#0}>>>::poll_future_notify>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:396 [INFO] [stdout] 18: 0x555b19547f44 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok::{closure#0}>>>::poll_fn_notify::, + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok::{closure#0}>>>::poll_future_notify>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:288 [INFO] [stdout] 19: 0x555b1954ecad - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok::{closure#0}>>>::poll_future_notify::> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:326 [INFO] [stdout] 20: 0x555b194feb18 - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:236 [INFO] [stdout] 21: 0x555b196032ba - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::get [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/lazy.rs:64 [INFO] [stdout] 22: 0x555b1960eb72 - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>> as futures[840e75ead15bc50b]::future::Future>::poll [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/lazy.rs:82 [INFO] [stdout] 23: 0x555b1955c189 - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify::::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:326 [INFO] [stdout] 24: 0x555b1955bcb6 - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::enter::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:396 [INFO] [stdout] 25: 0x555b1950a0e8 - futures[840e75ead15bc50b]::task_impl::std::set::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::enter<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/std/mod.rs:78 [INFO] [stdout] 26: 0x555b1954db72 - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::enter::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:396 [INFO] [stdout] 27: 0x555b19547b24 - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_fn_notify::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:288 [INFO] [stdout] 28: 0x555b1954eb2d - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify:: [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:326 [INFO] [stdout] 29: 0x555b195a0a85 - >>::block_on::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:479 [INFO] [stdout] 30: 0x555b195a0e64 - >::enter::<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0}::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:779 [INFO] [stdout] 31: 0x555b195962fd - ::set_spawn::<>::enter<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:816 [INFO] [stdout] 32: 0x555b195a0564 - >::enter::<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:778 [INFO] [stdout] 33: 0x555b1955a8aa - >::try_with::<>::enter<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:296 [INFO] [stdout] 34: 0x555b19558e84 - >::with::<>::enter<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:242 [INFO] [stdout] 35: 0x555b19597451 - >::enter::<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:776 [INFO] [stdout] 36: 0x555b1959cf3a - >>::block_on::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:478 [INFO] [stdout] 37: 0x555b194fe513 - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:234 [INFO] [stdout] 38: 0x555b195c3a74 - tokio_timer[a8546d974d1eb240]::timer::handle::with_default::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.9/src/timer/handle.rs:94 [INFO] [stdout] 39: 0x555b19558181 - >>>::try_with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:296 [INFO] [stdout] 40: 0x555b19556764 - >>>::with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:242 [INFO] [stdout] 41: 0x555b195bdb3a - tokio_timer[a8546d974d1eb240]::timer::handle::with_default::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.9/src/timer/handle.rs:81 [INFO] [stdout] 42: 0x555b194fdcb2 - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok::{closure#0}>>::{closure#0}::{closure#0}::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:233 [INFO] [stdout] 43: 0x555b195c1b71 - tokio_executor[b958b95cd64e0e1c]::global::with_default::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.6/src/global.rs:192 [INFO] [stdout] 44: 0x555b19550da5 - >>::try_with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:296 [INFO] [stdout] 45: 0x555b1954f2d6 - >>::with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:242 [INFO] [stdout] 46: 0x555b195bd47f - tokio_executor[b958b95cd64e0e1c]::global::with_default::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.6/src/global.rs:162 [INFO] [stdout] 47: 0x555b194fd86c - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok::{closure#0}>>::{closure#0}::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:232 [INFO] [stdout] 48: 0x555b195af046 - tokio_reactor[5f105d66cb330047]::with_default::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok::{closure#0}>>::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.8/src/lib.rs:229 [INFO] [stdout] 49: 0x555b19555a5d - >>>::try_with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok::{closure#0}>>::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:296 [INFO] [stdout] 50: 0x555b19554024 - >>>::with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok::{closure#0}>>::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:242 [INFO] [stdout] 51: 0x555b195ab9a3 - tokio_reactor[5f105d66cb330047]::with_default::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok::{closure#0}>>::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.8/src/lib.rs:212 [INFO] [stdout] 52: 0x555b194fd14c - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok::{closure#0}>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:231 [INFO] [stdout] 53: 0x555b19593718 - >::set::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok::{closure#0}>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 [INFO] [stdout] 54: 0x555b194fa899 - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok::{closure#0}>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:230 [INFO] [stdout] 55: 0x555b195e63aa - tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok [INFO] [stdout] at src/test.rs:113 [INFO] [stdout] 56: 0x555b195e6259 - tokio_postgres[664c9d3c1c791656]::test::batch_execute_ok::{closure#0} [INFO] [stdout] at src/test.rs:102 [INFO] [stdout] 57: 0x555b1960d34d - >::call_once [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/ops/function.rs:231 [INFO] [stdout] 58: 0x555b1964722e - >::call_box [INFO] [stdout] at src/libtest/lib.rs:1474 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/ops/function.rs:231 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:734 [INFO] [stdout] 59: 0x555b1986d739 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:92 [INFO] [stdout] 60: 0x555b19661717 - test[ea847f4bd1b1afc4]::run_test::run_test_inner::{closure#0} [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:276 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:388 [INFO] [stdout] at src/libtest/lib.rs:1429 [INFO] [stdout] 61: 0x555b1963cac4 - std[698b411d1b74fcff]::sys_common::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/sys_common/backtrace.rs:135 [INFO] [stdout] 62: 0x555b1963c5e4 - std[698b411d1b74fcff]::panicking::try::do_call::::spawn_unchecked::{closure#0}::{closure#0}>, ()> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/mod.rs:469 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:309 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:297 [INFO] [stdout] 63: 0x555b1986d739 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:92 [INFO] [stdout] 64: 0x555b19646f6c - <::spawn_unchecked::{closure#0} as alloc[f4750af829db9b76]::boxed::FnBox<()>>::call_box [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:276 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:388 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/mod.rs:468 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:734 [INFO] [stdout] 65: 0x555b1986cecd - ::new::thread_start [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:744 [INFO] [stdout] at src/libstd/sys_common/thread.rs:14 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:81 [INFO] [stdout] 66: 0x7fc370f30493 - start_thread [INFO] [stdout] 67: 0x7fc370a5bace - __clone [INFO] [stdout] 68: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test::md5_user_no_pass stdout ---- [INFO] [stdout] thread 'test::md5_user_no_pass' panicked at 'unexpected error IO error: Cannot assign requested address (os error 99)', src/test.rs:36:19 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x555b1986af43 - std[698b411d1b74fcff]::sys::unix::backtrace::tracing::imp::unwind_backtrace [INFO] [stdout] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:39 [INFO] [stdout] 1: 0x555b1986608b - std[698b411d1b74fcff]::sys_common::backtrace::_print [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:70 [INFO] [stdout] 2: 0x555b19869026 - std[698b411d1b74fcff]::panicking::default_hook::{closure#1} [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:58 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 3: 0x555b19868d27 - std[698b411d1b74fcff]::panicking::default_hook [INFO] [stdout] at src/libstd/panicking.rs:209 [INFO] [stdout] 4: 0x555b19869730 - std[698b411d1b74fcff]::panicking::rust_panic_with_hook [INFO] [stdout] at src/libstd/panicking.rs:478 [INFO] [stdout] 5: 0x555b198692b1 - std[698b411d1b74fcff]::panicking::continue_panic_fmt [INFO] [stdout] at src/libstd/panicking.rs:385 [INFO] [stdout] 6: 0x555b198691fe - std[698b411d1b74fcff]::panicking::begin_panic_fmt [INFO] [stdout] at src/libstd/panicking.rs:340 [INFO] [stdout] 7: 0x555b195e539a - tokio_postgres[664c9d3c1c791656]::test::md5_user_no_pass [INFO] [stdout] at src/test.rs:36 [INFO] [stdout] 8: 0x555b195e50c9 - tokio_postgres[664c9d3c1c791656]::test::md5_user_no_pass::{closure#0} [INFO] [stdout] at src/test.rs:26 [INFO] [stdout] 9: 0x555b1960d4cd - >::call_once [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/ops/function.rs:231 [INFO] [stdout] 10: 0x555b1964722e - >::call_box [INFO] [stdout] at src/libtest/lib.rs:1474 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/ops/function.rs:231 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:734 [INFO] [stdout] 11: 0x555b1986d739 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:92 [INFO] [stdout] 12: 0x555b19661717 - test[ea847f4bd1b1afc4]::run_test::run_test_inner::{closure#0} [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:276 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:388 [INFO] [stdout] at src/libtest/lib.rs:1429 [INFO] [stdout] 13: 0x555b1963cac4 - std[698b411d1b74fcff]::sys_common::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/sys_common/backtrace.rs:135 [INFO] [stdout] 14: 0x555b1963c5e4 - std[698b411d1b74fcff]::panicking::try::do_call::::spawn_unchecked::{closure#0}::{closure#0}>, ()> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/mod.rs:469 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:309 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:297 [INFO] [stdout] 15: 0x555b1986d739 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:92 [INFO] [stdout] 16: 0x555b19646f6c - <::spawn_unchecked::{closure#0} as alloc[f4750af829db9b76]::boxed::FnBox<()>>::call_box [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:276 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:388 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/mod.rs:468 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:734 [INFO] [stdout] 17: 0x555b1986cecd - ::new::thread_start [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:744 [INFO] [stdout] at src/libstd/sys_common/thread.rs:14 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:81 [INFO] [stdout] 18: 0x7fc370f30493 - start_thread [INFO] [stdout] 19: 0x7fc370a5bace - __clone [INFO] [stdout] 20: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test::domain stdout ---- [INFO] [stdout] thread 'test::domain' panicked at 'called `Result::unwrap()` on an `Err` value: Error(Io(Os { code: 99, kind: AddrNotAvailable, message: "Cannot assign requested address" }))', src/libcore/result.rs:997:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x555b1986af43 - std[698b411d1b74fcff]::sys::unix::backtrace::tracing::imp::unwind_backtrace [INFO] [stdout] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:39 [INFO] [stdout] 1: 0x555b1986608b - std[698b411d1b74fcff]::sys_common::backtrace::_print [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:70 [INFO] [stdout] 2: 0x555b19869026 - std[698b411d1b74fcff]::panicking::default_hook::{closure#1} [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:58 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 3: 0x555b19868d27 - std[698b411d1b74fcff]::panicking::default_hook [INFO] [stdout] at src/libstd/panicking.rs:209 [INFO] [stdout] 4: 0x555b19869730 - std[698b411d1b74fcff]::panicking::rust_panic_with_hook [INFO] [stdout] at src/libstd/panicking.rs:478 [INFO] [stdout] 5: 0x555b198692b1 - std[698b411d1b74fcff]::panicking::continue_panic_fmt [INFO] [stdout] at src/libstd/panicking.rs:385 [INFO] [stdout] 6: 0x555b19869195 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:312 [INFO] [stdout] 7: 0x555b198802fc - core[b849d6d0cd70c3a8]::panicking::panic_fmt [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 8: 0x555b19561417 - core[b849d6d0cd70c3a8]::result::unwrap_failed:: [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/macros.rs:16 [INFO] [stdout] 9: 0x555b1958f8b7 - >::unwrap [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/result.rs:798 [INFO] [stdout] 10: 0x555b195ea39c - tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0} [INFO] [stdout] at src/test.rs:341 [INFO] [stdout] 11: 0x555b195c5447 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}> as futures[840e75ead15bc50b]::future::Future>::poll::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/then.rs:33 [INFO] [stdout] 12: 0x555b194afbe7 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>>::poll::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}> as futures[840e75ead15bc50b]::future::Future>::poll::{closure#0}> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/chain.rs:39 [INFO] [stdout] 13: 0x555b195ca659 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}> as futures[840e75ead15bc50b]::future::Future>::poll [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/then.rs:32 [INFO] [stdout] 14: 0x555b194cd1e4 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>>::poll::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}> as futures[840e75ead15bc50b]::future::Future>::poll::{closure#0}> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/chain.rs:26 [INFO] [stdout] 15: 0x555b19517529 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}> as futures[840e75ead15bc50b]::future::Future>::poll [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/and_then.rs:32 [INFO] [stdout] 16: 0x555b194ec384 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>>::poll::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}> as futures[840e75ead15bc50b]::future::Future>::poll::{closure#0}> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/chain.rs:26 [INFO] [stdout] 17: 0x555b19516d19 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}> as futures[840e75ead15bc50b]::future::Future>::poll [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/and_then.rs:32 [INFO] [stdout] 18: 0x555b194df4c4 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}>>::poll::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}> as futures[840e75ead15bc50b]::future::Future>::poll::{closure#0}> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/chain.rs:26 [INFO] [stdout] 19: 0x555b195169e9 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}> as futures[840e75ead15bc50b]::future::Future>::poll [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/and_then.rs:32 [INFO] [stdout] 20: 0x555b194d6ec4 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#4}>>::poll::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#4}> as futures[840e75ead15bc50b]::future::Future>::poll::{closure#0}> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/chain.rs:26 [INFO] [stdout] 21: 0x555b195167d9 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#4}> as futures[840e75ead15bc50b]::future::Future>::poll [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/and_then.rs:32 [INFO] [stdout] 22: 0x555b195e261d - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#5}> as futures[840e75ead15bc50b]::future::Future>::poll [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/map.rs:30 [INFO] [stdout] 23: 0x555b1955be89 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#5}>>>::poll_future_notify::>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:326 [INFO] [stdout] 24: 0x555b1955b9b6 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#5}>>>::enter::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#5}>>>::poll_future_notify>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:396 [INFO] [stdout] 25: 0x555b19508be8 - futures[840e75ead15bc50b]::task_impl::std::set::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#5}>>>::enter< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#5}>>>::poll_future_notify>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/std/mod.rs:78 [INFO] [stdout] 26: 0x555b1954c772 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#5}>>>::enter::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#5}>>>::poll_future_notify>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:396 [INFO] [stdout] 27: 0x555b19547024 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#5}>>>::poll_fn_notify::, + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#5}>>>::poll_future_notify>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:288 [INFO] [stdout] 28: 0x555b1954e72d - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#5}>>>::poll_future_notify::> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:326 [INFO] [stdout] 29: 0x555b194fe7a8 - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:236 [INFO] [stdout] 30: 0x555b19601a8a - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::get [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/lazy.rs:64 [INFO] [stdout] 31: 0x555b1960e8a2 - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>> as futures[840e75ead15bc50b]::future::Future>::poll [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/lazy.rs:82 [INFO] [stdout] 32: 0x555b1955bfd9 - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify::::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:326 [INFO] [stdout] 33: 0x555b1955bb06 - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::enter::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:396 [INFO] [stdout] 34: 0x555b19509518 - futures[840e75ead15bc50b]::task_impl::std::set::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::enter<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/std/mod.rs:78 [INFO] [stdout] 35: 0x555b1954d032 - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::enter::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:396 [INFO] [stdout] 36: 0x555b195474f4 - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_fn_notify::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:288 [INFO] [stdout] 37: 0x555b1954e8ed - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify:: [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:326 [INFO] [stdout] 38: 0x555b195a08d5 - >>::block_on::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:479 [INFO] [stdout] 39: 0x555b195a0cb4 - >::enter::<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0}::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:779 [INFO] [stdout] 40: 0x555b1959584d - ::set_spawn::<>::enter<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:816 [INFO] [stdout] 41: 0x555b1959fd84 - >::enter::<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:778 [INFO] [stdout] 42: 0x555b1955922a - >::try_with::<>::enter<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:296 [INFO] [stdout] 43: 0x555b195589f4 - >::with::<>::enter<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:242 [INFO] [stdout] 44: 0x555b195970f1 - >::enter::<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:776 [INFO] [stdout] 45: 0x555b1959a55b - >>::block_on::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:478 [INFO] [stdout] 46: 0x555b194fde53 - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:234 [INFO] [stdout] 47: 0x555b195c22d4 - tokio_timer[a8546d974d1eb240]::timer::handle::with_default::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.9/src/timer/handle.rs:94 [INFO] [stdout] 48: 0x555b19556b01 - >>>::try_with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:296 [INFO] [stdout] 49: 0x555b195562d4 - >>>::with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:242 [INFO] [stdout] 50: 0x555b195bd62a - tokio_timer[a8546d974d1eb240]::timer::handle::with_default::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.9/src/timer/handle.rs:81 [INFO] [stdout] 51: 0x555b194fd9e2 - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#5}>>::{closure#0}::{closure#0}::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:233 [INFO] [stdout] 52: 0x555b195c0bb1 - tokio_executor[b958b95cd64e0e1c]::global::with_default::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.6/src/global.rs:192 [INFO] [stdout] 53: 0x555b1954f6a5 - >>::try_with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:296 [INFO] [stdout] 54: 0x555b1954edd6 - >>::with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:242 [INFO] [stdout] 55: 0x555b195bd08f - tokio_executor[b958b95cd64e0e1c]::global::with_default::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.6/src/global.rs:162 [INFO] [stdout] 56: 0x555b194fd50c - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#5}>>::{closure#0}::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:232 [INFO] [stdout] 57: 0x555b195ad4b6 - tokio_reactor[5f105d66cb330047]::with_default::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#5}>>::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.8/src/lib.rs:229 [INFO] [stdout] 58: 0x555b195543cd - >>>::try_with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#5}>>::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:296 [INFO] [stdout] 59: 0x555b19553b94 - >>>::with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#5}>>::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:242 [INFO] [stdout] 60: 0x555b195ab493 - tokio_reactor[5f105d66cb330047]::with_default::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#5}>>::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.8/src/lib.rs:212 [INFO] [stdout] 61: 0x555b194fcdec - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#5}>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:231 [INFO] [stdout] 62: 0x555b19592bd8 - >::set::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#5}>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 [INFO] [stdout] 63: 0x555b194f5fdf - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::domain::{closure#5}>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:230 [INFO] [stdout] 64: 0x555b195ea149 - tokio_postgres[664c9d3c1c791656]::test::domain [INFO] [stdout] at src/test.rs:360 [INFO] [stdout] 65: 0x555b195e9fa9 - tokio_postgres[664c9d3c1c791656]::test::domain::{closure#0} [INFO] [stdout] at src/test.rs:299 [INFO] [stdout] 66: 0x555b1960d1cd - >::call_once [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/ops/function.rs:231 [INFO] [stdout] 67: 0x555b1964722e - >::call_box [INFO] [stdout] at src/libtest/lib.rs:1474 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/ops/function.rs:231 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:734 [INFO] [stdout] 68: 0x555b1986d739 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:92 [INFO] [stdout] 69: 0x555b19661717 - test[ea847f4bd1b1afc4]::run_test::run_test_inner::{closure#0} [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:276 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:388 [INFO] [stdout] at src/libtest/lib.rs:1429 [INFO] [stdout] 70: 0x555b1963cac4 - std[698b411d1b74fcff]::sys_common::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/sys_common/backtrace.rs:135 [INFO] [stdout] 71: 0x555b1963c5e4 - std[698b411d1b74fcff]::panicking::try::do_call::::spawn_unchecked::{closure#0}::{closure#0}>, ()> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/mod.rs:469 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:309 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:297 [INFO] [stdout] 72: 0x555b1986d739 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:92 [INFO] [stdout] 73: 0x555b19646f6c - <::spawn_unchecked::{closure#0} as alloc[f4750af829db9b76]::boxed::FnBox<()>>::call_box [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:276 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:388 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/mod.rs:468 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:734 [INFO] [stdout] 74: 0x555b1986cecd - ::new::thread_start [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:744 [INFO] [stdout] at src/libstd/sys_common/thread.rs:14 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:81 [INFO] [stdout] 75: 0x7fc370f30493 - start_thread [INFO] [stdout] 76: 0x7fc370a5bace - __clone [INFO] [stdout] 77: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test::enum_ stdout ---- [INFO] [stdout] thread 'test::enum_' panicked at 'called `Result::unwrap()` on an `Err` value: Error(Io(Os { code: 99, kind: AddrNotAvailable, message: "Cannot assign requested address" }))', src/libcore/result.rs:997:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x555b1986af43 - std[698b411d1b74fcff]::sys::unix::backtrace::tracing::imp::unwind_backtrace [INFO] [stdout] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:39 [INFO] [stdout] 1: 0x555b1986608b - std[698b411d1b74fcff]::sys_common::backtrace::_print [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:70 [INFO] [stdout] 2: 0x555b19869026 - std[698b411d1b74fcff]::panicking::default_hook::{closure#1} [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:58 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 3: 0x555b19868d27 - std[698b411d1b74fcff]::panicking::default_hook [INFO] [stdout] at src/libstd/panicking.rs:209 [INFO] [stdout] 4: 0x555b19869730 - std[698b411d1b74fcff]::panicking::rust_panic_with_hook [INFO] [stdout] at src/libstd/panicking.rs:478 [INFO] [stdout] 5: 0x555b198692b1 - std[698b411d1b74fcff]::panicking::continue_panic_fmt [INFO] [stdout] at src/libstd/panicking.rs:385 [INFO] [stdout] 6: 0x555b19869195 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:312 [INFO] [stdout] 7: 0x555b198802fc - core[b849d6d0cd70c3a8]::panicking::panic_fmt [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 8: 0x555b19561417 - core[b849d6d0cd70c3a8]::result::unwrap_failed:: [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/macros.rs:16 [INFO] [stdout] 9: 0x555b1958f8b7 - >::unwrap [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/result.rs:798 [INFO] [stdout] 10: 0x555b195ec05c - tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0} [INFO] [stdout] at src/test.rs:404 [INFO] [stdout] 11: 0x555b195c5287 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}> as futures[840e75ead15bc50b]::future::Future>::poll::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/then.rs:33 [INFO] [stdout] 12: 0x555b194ae467 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}>>::poll::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}> as futures[840e75ead15bc50b]::future::Future>::poll::{closure#0}> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/chain.rs:39 [INFO] [stdout] 13: 0x555b195ca5f9 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}> as futures[840e75ead15bc50b]::future::Future>::poll [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/then.rs:32 [INFO] [stdout] 14: 0x555b194cb964 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#1}>>::poll::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#1}> as futures[840e75ead15bc50b]::future::Future>::poll::{closure#0}> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/chain.rs:26 [INFO] [stdout] 15: 0x555b195174f9 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#1}> as futures[840e75ead15bc50b]::future::Future>::poll [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/and_then.rs:32 [INFO] [stdout] 16: 0x555b195e401d - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#2}> as futures[840e75ead15bc50b]::future::Future>::poll [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/map.rs:30 [INFO] [stdout] 17: 0x555b1955bf79 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#2}>>>::poll_future_notify::>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:326 [INFO] [stdout] 18: 0x555b1955baa6 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#2}>>>::enter::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#2}>>>::poll_future_notify>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:396 [INFO] [stdout] 19: 0x555b19509278 - futures[840e75ead15bc50b]::task_impl::std::set::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#2}>>>::enter< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#2}>>>::poll_future_notify>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/std/mod.rs:78 [INFO] [stdout] 20: 0x555b1954cdb2 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#2}>>>::enter::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#2}>>>::poll_future_notify>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:396 [INFO] [stdout] 21: 0x555b19547394 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#2}>>>::poll_fn_notify::, + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#2}>>>::poll_future_notify>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:288 [INFO] [stdout] 22: 0x555b1954e86d - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#2}>>>::poll_future_notify::> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:326 [INFO] [stdout] 23: 0x555b194fe988 - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:236 [INFO] [stdout] 24: 0x555b196027fa - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::get [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/lazy.rs:64 [INFO] [stdout] 25: 0x555b1960ea32 - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>> as futures[840e75ead15bc50b]::future::Future>::poll [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/lazy.rs:82 [INFO] [stdout] 26: 0x555b1955c0c9 - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify::::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:326 [INFO] [stdout] 27: 0x555b1955bbf6 - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::enter::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:396 [INFO] [stdout] 28: 0x555b19509ba8 - futures[840e75ead15bc50b]::task_impl::std::set::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::enter<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/std/mod.rs:78 [INFO] [stdout] 29: 0x555b1954d672 - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::enter::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:396 [INFO] [stdout] 30: 0x555b19547864 - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_fn_notify::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:288 [INFO] [stdout] 31: 0x555b1954ea2d - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify:: [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:326 [INFO] [stdout] 32: 0x555b195a09c5 - >>::block_on::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:479 [INFO] [stdout] 33: 0x555b195a0da4 - >::enter::<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0}::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:779 [INFO] [stdout] 34: 0x555b19595e3d - ::set_spawn::<>::enter<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:816 [INFO] [stdout] 35: 0x555b195a01e4 - >::enter::<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:778 [INFO] [stdout] 36: 0x555b19559eaa - >::try_with::<>::enter<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:296 [INFO] [stdout] 37: 0x555b19558c74 - >::with::<>::enter<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:242 [INFO] [stdout] 38: 0x555b195972d1 - >::enter::<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:776 [INFO] [stdout] 39: 0x555b1959bc7b - >>::block_on::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:478 [INFO] [stdout] 40: 0x555b194fe213 - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:234 [INFO] [stdout] 41: 0x555b195c2ff4 - tokio_timer[a8546d974d1eb240]::timer::handle::with_default::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.9/src/timer/handle.rs:94 [INFO] [stdout] 42: 0x555b19557781 - >>>::try_with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:296 [INFO] [stdout] 43: 0x555b19556554 - >>>::with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:242 [INFO] [stdout] 44: 0x555b195bd8fa - tokio_timer[a8546d974d1eb240]::timer::handle::with_default::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.9/src/timer/handle.rs:81 [INFO] [stdout] 45: 0x555b194fdb72 - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#2}>>::{closure#0}::{closure#0}::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:233 [INFO] [stdout] 46: 0x555b195c1471 - tokio_executor[b958b95cd64e0e1c]::global::with_default::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.6/src/global.rs:192 [INFO] [stdout] 47: 0x555b19550375 - >>::try_with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:296 [INFO] [stdout] 48: 0x555b1954f0a6 - >>::with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:242 [INFO] [stdout] 49: 0x555b195bd2bf - tokio_executor[b958b95cd64e0e1c]::global::with_default::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.6/src/global.rs:162 [INFO] [stdout] 50: 0x555b194fd6ec - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#2}>>::{closure#0}::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:232 [INFO] [stdout] 51: 0x555b195ae406 - tokio_reactor[5f105d66cb330047]::with_default::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#2}>>::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.8/src/lib.rs:229 [INFO] [stdout] 52: 0x555b1955504d - >>>::try_with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#2}>>::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:296 [INFO] [stdout] 53: 0x555b19553e14 - >>>::with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#2}>>::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:242 [INFO] [stdout] 54: 0x555b195ab763 - tokio_reactor[5f105d66cb330047]::with_default::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#2}>>::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.8/src/lib.rs:212 [INFO] [stdout] 55: 0x555b194fcfcc - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#2}>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:231 [INFO] [stdout] 56: 0x555b19593218 - >::set::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#2}>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 [INFO] [stdout] 57: 0x555b194f873f - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#2}>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:230 [INFO] [stdout] 58: 0x555b195ebfb4 - tokio_postgres[664c9d3c1c791656]::test::enum_ [INFO] [stdout] at src/test.rs:423 [INFO] [stdout] 59: 0x555b195ebe69 - tokio_postgres[664c9d3c1c791656]::test::enum_::{closure#0} [INFO] [stdout] at src/test.rs:398 [INFO] [stdout] 60: 0x555b1960d14d - >::call_once [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/ops/function.rs:231 [INFO] [stdout] 61: 0x555b1964722e - >::call_box [INFO] [stdout] at src/libtest/lib.rs:1474 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/ops/function.rs:231 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:734 [INFO] [stdout] 62: 0x555b1986d739 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:92 [INFO] [stdout] 63: 0x555b19661717 - test[ea847f4bd1b1afc4]::run_test::run_test_inner::{closure#0} [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:276 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:388 [INFO] [stdout] at src/libtest/lib.rs:1429 [INFO] [stdout] 64: 0x555b1963cac4 - std[698b411d1b74fcff]::sys_common::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/sys_common/backtrace.rs:135 [INFO] [stdout] 65: 0x555b1963c5e4 - std[698b411d1b74fcff]::panicking::try::do_call::::spawn_unchecked::{closure#0}::{closure#0}>, ()> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/mod.rs:469 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:309 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:297 [INFO] [stdout] 66: 0x555b1986d739 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:92 [INFO] [stdout] 67: 0x555b19646f6c - <::spawn_unchecked::{closure#0} as alloc[f4750af829db9b76]::boxed::FnBox<()>>::call_box [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:276 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:388 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/mod.rs:468 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:734 [INFO] [stdout] 68: 0x555b1986cecd - ::new::thread_start [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:744 [INFO] [stdout] at src/libstd/sys_common/thread.rs:14 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:81 [INFO] [stdout] 69: 0x7fc370f30493 - start_thread [INFO] [stdout] 70: 0x7fc370a5bace - __clone [INFO] [stdout] 71: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test::prepare_execute stdout ---- [INFO] [stdout] thread 'test::prepare_execute' panicked at 'called `Result::unwrap()` on an `Err` value: Error(Io(Os { code: 99, kind: AddrNotAvailable, message: "Cannot assign requested address" }))', src/libcore/result.rs:997:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x555b1986af43 - std[698b411d1b74fcff]::sys::unix::backtrace::tracing::imp::unwind_backtrace [INFO] [stdout] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:39 [INFO] [stdout] 1: 0x555b1986608b - std[698b411d1b74fcff]::sys_common::backtrace::_print [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:70 [INFO] [stdout] 2: 0x555b19869026 - std[698b411d1b74fcff]::panicking::default_hook::{closure#1} [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:58 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 3: 0x555b19868d27 - std[698b411d1b74fcff]::panicking::default_hook [INFO] [stdout] at src/libstd/panicking.rs:209 [INFO] [stdout] 4: 0x555b19869730 - std[698b411d1b74fcff]::panicking::rust_panic_with_hook [INFO] [stdout] at src/libstd/panicking.rs:478 [INFO] [stdout] 5: 0x555b198692b1 - std[698b411d1b74fcff]::panicking::continue_panic_fmt [INFO] [stdout] at src/libstd/panicking.rs:385 [INFO] [stdout] 6: 0x555b19869195 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:312 [INFO] [stdout] 7: 0x555b198802fc - core[b849d6d0cd70c3a8]::panicking::panic_fmt [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 8: 0x555b19561417 - core[b849d6d0cd70c3a8]::result::unwrap_failed:: [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/macros.rs:16 [INFO] [stdout] 9: 0x555b1958f8b7 - >::unwrap [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/result.rs:798 [INFO] [stdout] 10: 0x555b195e6f0c - tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0} [INFO] [stdout] at src/test.rs:148 [INFO] [stdout] 11: 0x555b195c5987 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}> as futures[840e75ead15bc50b]::future::Future>::poll::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/then.rs:33 [INFO] [stdout] 12: 0x555b194b4267 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>>::poll::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}> as futures[840e75ead15bc50b]::future::Future>::poll::{closure#0}> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/chain.rs:39 [INFO] [stdout] 13: 0x555b195ca779 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}> as futures[840e75ead15bc50b]::future::Future>::poll [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/then.rs:32 [INFO] [stdout] 14: 0x555b194d0fa4 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>>::poll::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}> as futures[840e75ead15bc50b]::future::Future>::poll::{closure#0}> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/chain.rs:26 [INFO] [stdout] 15: 0x555b19517619 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}> as futures[840e75ead15bc50b]::future::Future>::poll [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/and_then.rs:32 [INFO] [stdout] 16: 0x555b194ef484 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}>>::poll::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}> as futures[840e75ead15bc50b]::future::Future>::poll::{closure#0}> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/chain.rs:26 [INFO] [stdout] 17: 0x555b19516da9 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}> as futures[840e75ead15bc50b]::future::Future>::poll [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/and_then.rs:32 [INFO] [stdout] 18: 0x555b194e0ce4 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#3}>>::poll::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#3}> as futures[840e75ead15bc50b]::future::Future>::poll::{closure#0}> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/chain.rs:26 [INFO] [stdout] 19: 0x555b19516a49 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#3}> as futures[840e75ead15bc50b]::future::Future>::poll [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/and_then.rs:32 [INFO] [stdout] 20: 0x555b195e2edd - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#3}>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#4}> as futures[840e75ead15bc50b]::future::Future>::poll [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/map.rs:30 [INFO] [stdout] 21: 0x555b1955bee9 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#3}>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#4}>>>::poll_future_notify::>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:326 [INFO] [stdout] 22: 0x555b1955ba16 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#3}>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#4}>>>::enter::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#3}>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#4}>>>::poll_future_notify>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:396 [INFO] [stdout] 23: 0x555b19508e88 - futures[840e75ead15bc50b]::task_impl::std::set::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#3}>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#4}>>>::enter< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#3}>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#4}>>>::poll_future_notify>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/std/mod.rs:78 [INFO] [stdout] 24: 0x555b1954c9f2 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#3}>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#4}>>>::enter::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#3}>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#4}>>>::poll_future_notify>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:396 [INFO] [stdout] 25: 0x555b19547184 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#3}>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#4}>>>::poll_fn_notify::, + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#3}>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#4}>>>::poll_future_notify>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:288 [INFO] [stdout] 26: 0x555b1954e7ad - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#3}>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#4}>>>::poll_future_notify::> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:326 [INFO] [stdout] 27: 0x555b194fe868 - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#3}>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#4}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:236 [INFO] [stdout] 28: 0x555b19601fea - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#3}>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#4}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::get [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/lazy.rs:64 [INFO] [stdout] 29: 0x555b1960e942 - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#3}>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#4}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>> as futures[840e75ead15bc50b]::future::Future>::poll [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/lazy.rs:82 [INFO] [stdout] 30: 0x555b1955c039 - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#3}>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#4}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify::::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:326 [INFO] [stdout] 31: 0x555b1955bb66 - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#3}>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#4}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::enter::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#3}>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#4}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:396 [INFO] [stdout] 32: 0x555b195097b8 - futures[840e75ead15bc50b]::task_impl::std::set::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#3}>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#4}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::enter<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#3}>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#4}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/std/mod.rs:78 [INFO] [stdout] 33: 0x555b1954d2b2 - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#3}>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#4}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::enter::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#3}>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#4}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:396 [INFO] [stdout] 34: 0x555b19547654 - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#3}>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#4}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_fn_notify::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#3}>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#4}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:288 [INFO] [stdout] 35: 0x555b1954e96d - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#3}>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#4}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify:: [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:326 [INFO] [stdout] 36: 0x555b195a0935 - >>::block_on::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#3}>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#4}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:479 [INFO] [stdout] 37: 0x555b195a0d14 - >::enter::<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#3}>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#4}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0}::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:779 [INFO] [stdout] 38: 0x555b19595aad - ::set_spawn::<>::enter<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#3}>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#4}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:816 [INFO] [stdout] 39: 0x555b1959ff44 - >::enter::<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#3}>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#4}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:778 [INFO] [stdout] 40: 0x555b1955972a - >::try_with::<>::enter<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#3}>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#4}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:296 [INFO] [stdout] 41: 0x555b19558af4 - >::with::<>::enter<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#3}>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#4}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:242 [INFO] [stdout] 42: 0x555b195971b1 - >::enter::<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#3}>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#4}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:776 [INFO] [stdout] 43: 0x555b1959ae9b - >>::block_on::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#3}>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#4}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:478 [INFO] [stdout] 44: 0x555b194fdfd3 - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#3}>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#4}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:234 [INFO] [stdout] 45: 0x555b195c2814 - tokio_timer[a8546d974d1eb240]::timer::handle::with_default::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#3}>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#4}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.9/src/timer/handle.rs:94 [INFO] [stdout] 46: 0x555b19557001 - >>>::try_with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#3}>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#4}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:296 [INFO] [stdout] 47: 0x555b195563d4 - >>>::with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#3}>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#4}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:242 [INFO] [stdout] 48: 0x555b195bd74a - tokio_timer[a8546d974d1eb240]::timer::handle::with_default::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#3}>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#4}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.9/src/timer/handle.rs:81 [INFO] [stdout] 49: 0x555b194fda82 - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#3}>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#4}>>::{closure#0}::{closure#0}::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:233 [INFO] [stdout] 50: 0x555b195c0f31 - tokio_executor[b958b95cd64e0e1c]::global::with_default::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#3}>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#4}>>::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.6/src/global.rs:192 [INFO] [stdout] 51: 0x555b1954fbc5 - >>::try_with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#3}>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#4}>>::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:296 [INFO] [stdout] 52: 0x555b1954eef6 - >>::with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#3}>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#4}>>::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:242 [INFO] [stdout] 53: 0x555b195bd16f - tokio_executor[b958b95cd64e0e1c]::global::with_default::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#3}>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#4}>>::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.6/src/global.rs:162 [INFO] [stdout] 54: 0x555b194fd5cc - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#3}>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#4}>>::{closure#0}::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:232 [INFO] [stdout] 55: 0x555b195adad6 - tokio_reactor[5f105d66cb330047]::with_default::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#3}>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#4}>>::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.8/src/lib.rs:229 [INFO] [stdout] 56: 0x555b195548cd - >>>::try_with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#3}>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#4}>>::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:296 [INFO] [stdout] 57: 0x555b19553c94 - >>>::with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#3}>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#4}>>::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:242 [INFO] [stdout] 58: 0x555b195ab5b3 - tokio_reactor[5f105d66cb330047]::with_default::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#3}>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#4}>>::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.8/src/lib.rs:212 [INFO] [stdout] 59: 0x555b194fceac - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#3}>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#4}>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:231 [INFO] [stdout] 60: 0x555b19592e58 - >::set::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#3}>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#4}>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 [INFO] [stdout] 61: 0x555b194f6f9f - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#3}>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#4}>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:230 [INFO] [stdout] 62: 0x555b195e6e39 - tokio_postgres[664c9d3c1c791656]::test::prepare_execute [INFO] [stdout] at src/test.rs:159 [INFO] [stdout] 63: 0x555b195e6c69 - tokio_postgres[664c9d3c1c791656]::test::prepare_execute::{closure#0} [INFO] [stdout] at src/test.rs:141 [INFO] [stdout] 64: 0x555b1960d08d - >::call_once [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/ops/function.rs:231 [INFO] [stdout] 65: 0x555b1964722e - >::call_box [INFO] [stdout] at src/libtest/lib.rs:1474 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/ops/function.rs:231 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:734 [INFO] [stdout] 66: 0x555b1986d739 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:92 [INFO] [stdout] 67: 0x555b19661717 - test[ea847f4bd1b1afc4]::run_test::run_test_inner::{closure#0} [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:276 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:388 [INFO] [stdout] at src/libtest/lib.rs:1429 [INFO] [stdout] 68: 0x555b1963cac4 - std[698b411d1b74fcff]::sys_common::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/sys_common/backtrace.rs:135 [INFO] [stdout] 69: 0x555b1963c5e4 - std[698b411d1b74fcff]::panicking::try::do_call::::spawn_unchecked::{closure#0}::{closure#0}>, ()> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/mod.rs:469 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:309 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:297 [INFO] [stdout] 70: 0x555b1986d739 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:92 [INFO] [stdout] 71: 0x555b19646f6c - <::spawn_unchecked::{closure#0} as alloc[f4750af829db9b76]::boxed::FnBox<()>>::call_box [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:276 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:388 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/mod.rs:468 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:734 [INFO] [stdout] 72: 0x555b1986cecd - ::new::thread_start [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:744 [INFO] [stdout] at src/libstd/sys_common/thread.rs:14 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:81 [INFO] [stdout] 73: 0x7fc370f30493 - start_thread [INFO] [stdout] 74: 0x7fc370a5bace - __clone [INFO] [stdout] 75: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test::pass_user_wrong_pass stdout ---- [INFO] [stdout] thread 'test::pass_user_wrong_pass' panicked at 'unexpected error IO error: Cannot assign requested address (os error 99)', src/test.rs:96:19 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x555b1986af43 - std[698b411d1b74fcff]::sys::unix::backtrace::tracing::imp::unwind_backtrace [INFO] [stdout] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:39 [INFO] [stdout] 1: 0x555b1986608b - std[698b411d1b74fcff]::sys_common::backtrace::_print [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:70 [INFO] [stdout] 2: 0x555b19869026 - std[698b411d1b74fcff]::panicking::default_hook::{closure#1} [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:58 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 3: 0x555b19868d27 - std[698b411d1b74fcff]::panicking::default_hook [INFO] [stdout] at src/libstd/panicking.rs:209 [INFO] [stdout] 4: 0x555b19869730 - std[698b411d1b74fcff]::panicking::rust_panic_with_hook [INFO] [stdout] at src/libstd/panicking.rs:478 [INFO] [stdout] 5: 0x555b198692b1 - std[698b411d1b74fcff]::panicking::continue_panic_fmt [INFO] [stdout] at src/libstd/panicking.rs:385 [INFO] [stdout] 6: 0x555b198691fe - std[698b411d1b74fcff]::panicking::begin_panic_fmt [INFO] [stdout] at src/libstd/panicking.rs:340 [INFO] [stdout] 7: 0x555b195e611f - tokio_postgres[664c9d3c1c791656]::test::pass_user_wrong_pass [INFO] [stdout] at src/test.rs:96 [INFO] [stdout] 8: 0x555b195e5e59 - tokio_postgres[664c9d3c1c791656]::test::pass_user_wrong_pass::{closure#0} [INFO] [stdout] at src/test.rs:86 [INFO] [stdout] 9: 0x555b1960d10d - >::call_once [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/ops/function.rs:231 [INFO] [stdout] 10: 0x555b1964722e - >::call_box [INFO] [stdout] at src/libtest/lib.rs:1474 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/ops/function.rs:231 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:734 [INFO] [stdout] 11: 0x555b1986d739 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:92 [INFO] [stdout] 12: 0x555b19661717 - test[ea847f4bd1b1afc4]::run_test::run_test_inner::{closure#0} [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:276 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:388 [INFO] [stdout] at src/libtest/lib.rs:1429 [INFO] [stdout] 13: 0x555b1963cac4 - std[698b411d1b74fcff]::sys_common::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/sys_common/backtrace.rs:135 [INFO] [stdout] 14: 0x555b1963c5e4 - std[698b411d1b74fcff]::panicking::try::do_call::::spawn_unchecked::{closure#0}::{closure#0}>, ()> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/mod.rs:469 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:309 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:297 [INFO] [stdout] 15: 0x555b1986d739 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:92 [INFO] [stdout] 16: 0x555b19646f6c - <::spawn_unchecked::{closure#0} as alloc[f4750af829db9b76]::boxed::FnBox<()>>::call_box [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:276 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:388 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/mod.rs:468 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:734 [INFO] [stdout] 17: 0x555b1986cecd - ::new::thread_start [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:744 [INFO] [stdout] at src/libstd/sys_common/thread.rs:14 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:81 [INFO] [stdout] 18: 0x7fc370f30493 - start_thread [INFO] [stdout] 19: 0x7fc370a5bace - __clone [INFO] [stdout] 20: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test::pass_user_no_pass stdout ---- [INFO] [stdout] thread 'test::pass_user_no_pass' panicked at 'unexpected error IO error: Cannot assign requested address (os error 99)', src/test.rs:80:19 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x555b1986af43 - std[698b411d1b74fcff]::sys::unix::backtrace::tracing::imp::unwind_backtrace [INFO] [stdout] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:39 [INFO] [stdout] 1: 0x555b1986608b - std[698b411d1b74fcff]::sys_common::backtrace::_print [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:70 [INFO] [stdout] 2: 0x555b19869026 - std[698b411d1b74fcff]::panicking::default_hook::{closure#1} [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:58 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 3: 0x555b19868d27 - std[698b411d1b74fcff]::panicking::default_hook [INFO] [stdout] at src/libstd/panicking.rs:209 [INFO] [stdout] 4: 0x555b19869730 - std[698b411d1b74fcff]::panicking::rust_panic_with_hook [INFO] [stdout] at src/libstd/panicking.rs:478 [INFO] [stdout] 5: 0x555b198692b1 - std[698b411d1b74fcff]::panicking::continue_panic_fmt [INFO] [stdout] at src/libstd/panicking.rs:385 [INFO] [stdout] 6: 0x555b198691fe - std[698b411d1b74fcff]::panicking::begin_panic_fmt [INFO] [stdout] at src/libstd/panicking.rs:340 [INFO] [stdout] 7: 0x555b195e5d1a - tokio_postgres[664c9d3c1c791656]::test::pass_user_no_pass [INFO] [stdout] at src/test.rs:80 [INFO] [stdout] 8: 0x555b195e5a49 - tokio_postgres[664c9d3c1c791656]::test::pass_user_no_pass::{closure#0} [INFO] [stdout] at src/test.rs:70 [INFO] [stdout] 9: 0x555b1960d0cd - >::call_once [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/ops/function.rs:231 [INFO] [stdout] 10: 0x555b1964722e - >::call_box [INFO] [stdout] at src/libtest/lib.rs:1474 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/ops/function.rs:231 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:734 [INFO] [stdout] 11: 0x555b1986d739 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:92 [INFO] [stdout] 12: 0x555b19661717 - test[ea847f4bd1b1afc4]::run_test::run_test_inner::{closure#0} [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:276 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:388 [INFO] [stdout] at src/libtest/lib.rs:1429 [INFO] [stdout] 13: 0x555b1963cac4 - std[698b411d1b74fcff]::sys_common::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/sys_common/backtrace.rs:135 [INFO] [stdout] 14: 0x555b1963c5e4 - std[698b411d1b74fcff]::panicking::try::do_call::::spawn_unchecked::{closure#0}::{closure#0}>, ()> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/mod.rs:469 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:309 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:297 [INFO] [stdout] 15: 0x555b1986d739 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:92 [INFO] [stdout] 16: 0x555b19646f6c - <::spawn_unchecked::{closure#0} as alloc[f4750af829db9b76]::boxed::FnBox<()>>::call_box [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:276 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:388 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/mod.rs:468 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:734 [INFO] [stdout] 17: 0x555b1986cecd - ::new::thread_start [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:744 [INFO] [stdout] at src/libstd/sys_common/thread.rs:14 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:81 [INFO] [stdout] 18: 0x7fc370f30493 - start_thread [INFO] [stdout] 19: 0x7fc370a5bace - __clone [INFO] [stdout] 20: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test::pass_user stdout ---- [INFO] [stdout] thread 'test::pass_user' panicked at 'called `Result::unwrap()` on an `Err` value: Error(Io(Os { code: 99, kind: AddrNotAvailable, message: "Cannot assign requested address" }))', src/libcore/result.rs:997:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x555b1986af43 - std[698b411d1b74fcff]::sys::unix::backtrace::tracing::imp::unwind_backtrace [INFO] [stdout] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:39 [INFO] [stdout] 1: 0x555b1986608b - std[698b411d1b74fcff]::sys_common::backtrace::_print [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:70 [INFO] [stdout] 2: 0x555b19869026 - std[698b411d1b74fcff]::panicking::default_hook::{closure#1} [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:58 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 3: 0x555b19868d27 - std[698b411d1b74fcff]::panicking::default_hook [INFO] [stdout] at src/libstd/panicking.rs:209 [INFO] [stdout] 4: 0x555b19869730 - std[698b411d1b74fcff]::panicking::rust_panic_with_hook [INFO] [stdout] at src/libstd/panicking.rs:478 [INFO] [stdout] 5: 0x555b198692b1 - std[698b411d1b74fcff]::panicking::continue_panic_fmt [INFO] [stdout] at src/libstd/panicking.rs:385 [INFO] [stdout] 6: 0x555b19869195 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:312 [INFO] [stdout] 7: 0x555b198802fc - core[b849d6d0cd70c3a8]::panicking::panic_fmt [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 8: 0x555b19561417 - core[b849d6d0cd70c3a8]::result::unwrap_failed:: [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/macros.rs:16 [INFO] [stdout] 9: 0x555b1958f8b7 - >::unwrap [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/result.rs:798 [INFO] [stdout] 10: 0x555b195e59e4 - tokio_postgres[664c9d3c1c791656]::test::pass_user [INFO] [stdout] at src/test.rs:66 [INFO] [stdout] 11: 0x555b195e58d9 - tokio_postgres[664c9d3c1c791656]::test::pass_user::{closure#0} [INFO] [stdout] at src/test.rs:58 [INFO] [stdout] 12: 0x555b1960d3cd - >::call_once [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/ops/function.rs:231 [INFO] [stdout] 13: 0x555b1964722e - >::call_box [INFO] [stdout] at src/libtest/lib.rs:1474 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/ops/function.rs:231 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:734 [INFO] [stdout] 14: 0x555b1986d739 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:92 [INFO] [stdout] 15: 0x555b19661717 - test[ea847f4bd1b1afc4]::run_test::run_test_inner::{closure#0} [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:276 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:388 [INFO] [stdout] at src/libtest/lib.rs:1429 [INFO] [stdout] 16: 0x555b1963cac4 - std[698b411d1b74fcff]::sys_common::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/sys_common/backtrace.rs:135 [INFO] [stdout] 17: 0x555b1963c5e4 - std[698b411d1b74fcff]::panicking::try::do_call::::spawn_unchecked::{closure#0}::{closure#0}>, ()> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/mod.rs:469 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:309 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:297 [INFO] [stdout] 18: 0x555b1986d739 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:92 [INFO] [stdout] 19: 0x555b19646f6c - <::spawn_unchecked::{closure#0} as alloc[f4750af829db9b76]::boxed::FnBox<()>>::call_box [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:276 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:388 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/mod.rs:468 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:734 [INFO] [stdout] 20: 0x555b1986cecd - ::new::thread_start [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:744 [INFO] [stdout] at src/libstd/sys_common/thread.rs:14 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:81 [INFO] [stdout] 21: 0x7fc370f30493 - start_thread [INFO] [stdout] 22: 0x7fc370a5bace - __clone [INFO] [stdout] 23: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test::notifications stdout ---- [INFO] [stdout] thread 'test::notifications' panicked at 'called `Result::unwrap()` on an `Err` value: Error(Io(Os { code: 99, kind: AddrNotAvailable, message: "Cannot assign requested address" }))', src/libcore/result.rs:997:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x555b1986af43 - std[698b411d1b74fcff]::sys::unix::backtrace::tracing::imp::unwind_backtrace [INFO] [stdout] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:39 [INFO] [stdout] 1: 0x555b1986608b - std[698b411d1b74fcff]::sys_common::backtrace::_print [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:70 [INFO] [stdout] 2: 0x555b19869026 - std[698b411d1b74fcff]::panicking::default_hook::{closure#1} [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:58 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 3: 0x555b19868d27 - std[698b411d1b74fcff]::panicking::default_hook [INFO] [stdout] at src/libstd/panicking.rs:209 [INFO] [stdout] 4: 0x555b19869730 - std[698b411d1b74fcff]::panicking::rust_panic_with_hook [INFO] [stdout] at src/libstd/panicking.rs:478 [INFO] [stdout] 5: 0x555b198692b1 - std[698b411d1b74fcff]::panicking::continue_panic_fmt [INFO] [stdout] at src/libstd/panicking.rs:385 [INFO] [stdout] 6: 0x555b19869195 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:312 [INFO] [stdout] 7: 0x555b198802fc - core[b849d6d0cd70c3a8]::panicking::panic_fmt [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 8: 0x555b19561417 - core[b849d6d0cd70c3a8]::result::unwrap_failed:: [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/macros.rs:16 [INFO] [stdout] 9: 0x555b1958f8b7 - >::unwrap [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/result.rs:798 [INFO] [stdout] 10: 0x555b195ed39c - tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0} [INFO] [stdout] at src/test.rs:467 [INFO] [stdout] 11: 0x555b195c5527 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}> as futures[840e75ead15bc50b]::future::Future>::poll::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/then.rs:33 [INFO] [stdout] 12: 0x555b194b07a7 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>>::poll::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}> as futures[840e75ead15bc50b]::future::Future>::poll::{closure#0}> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/chain.rs:39 [INFO] [stdout] 13: 0x555b195ca689 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}> as futures[840e75ead15bc50b]::future::Future>::poll [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/then.rs:32 [INFO] [stdout] 14: 0x555b194cde24 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}>>::poll::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}> as futures[840e75ead15bc50b]::future::Future>::poll::{closure#0}> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/chain.rs:26 [INFO] [stdout] 15: 0x555b19517559 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}> as futures[840e75ead15bc50b]::future::Future>::poll [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/and_then.rs:32 [INFO] [stdout] 16: 0x555b194ecf94 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}>, futures[840e75ead15bc50b]::future::map_err::MapErr, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}>>::poll::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}>, futures[840e75ead15bc50b]::future::map_err::MapErr, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}> as futures[840e75ead15bc50b]::future::Future>::poll::{closure#0}> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/chain.rs:26 [INFO] [stdout] 17: 0x555b19516d49 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}>, futures[840e75ead15bc50b]::future::map_err::MapErr, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}> as futures[840e75ead15bc50b]::future::Future>::poll [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/and_then.rs:32 [INFO] [stdout] 18: 0x555b195e333d - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}>, futures[840e75ead15bc50b]::future::map_err::MapErr, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#3}> as futures[840e75ead15bc50b]::future::Future>::poll [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/map.rs:30 [INFO] [stdout] 19: 0x555b1955bf19 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}>, futures[840e75ead15bc50b]::future::map_err::MapErr, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#3}>>>::poll_future_notify::>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:326 [INFO] [stdout] 20: 0x555b1955ba46 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}>, futures[840e75ead15bc50b]::future::map_err::MapErr, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#3}>>>::enter::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}>, futures[840e75ead15bc50b]::future::map_err::MapErr, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#3}>>>::poll_future_notify>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:396 [INFO] [stdout] 21: 0x555b19508fd8 - futures[840e75ead15bc50b]::task_impl::std::set::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}>, futures[840e75ead15bc50b]::future::map_err::MapErr, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#3}>>>::enter< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}>, futures[840e75ead15bc50b]::future::map_err::MapErr, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#3}>>>::poll_future_notify>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/std/mod.rs:78 [INFO] [stdout] 22: 0x555b1954cb32 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}>, futures[840e75ead15bc50b]::future::map_err::MapErr, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#3}>>>::enter::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}>, futures[840e75ead15bc50b]::future::map_err::MapErr, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#3}>>>::poll_future_notify>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:396 [INFO] [stdout] 23: 0x555b19547234 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}>, futures[840e75ead15bc50b]::future::map_err::MapErr, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#3}>>>::poll_fn_notify::, + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}>, futures[840e75ead15bc50b]::future::map_err::MapErr, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#3}>>>::poll_future_notify>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:288 [INFO] [stdout] 24: 0x555b1954e7ed - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}>, futures[840e75ead15bc50b]::future::map_err::MapErr, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#3}>>>::poll_future_notify::> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:326 [INFO] [stdout] 25: 0x555b194fe8c8 - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}>, futures[840e75ead15bc50b]::future::map_err::MapErr, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#3}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:236 [INFO] [stdout] 26: 0x555b1960229a - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}>, futures[840e75ead15bc50b]::future::map_err::MapErr, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#3}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::get [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/lazy.rs:64 [INFO] [stdout] 27: 0x555b1960e992 - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}>, futures[840e75ead15bc50b]::future::map_err::MapErr, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#3}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>> as futures[840e75ead15bc50b]::future::Future>::poll [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/lazy.rs:82 [INFO] [stdout] 28: 0x555b1955c069 - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}>, futures[840e75ead15bc50b]::future::map_err::MapErr, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#3}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify::::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:326 [INFO] [stdout] 29: 0x555b1955bb96 - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}>, futures[840e75ead15bc50b]::future::map_err::MapErr, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#3}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::enter::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}>, futures[840e75ead15bc50b]::future::map_err::MapErr, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#3}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:396 [INFO] [stdout] 30: 0x555b19509908 - futures[840e75ead15bc50b]::task_impl::std::set::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}>, futures[840e75ead15bc50b]::future::map_err::MapErr, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#3}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::enter<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}>, futures[840e75ead15bc50b]::future::map_err::MapErr, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#3}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/std/mod.rs:78 [INFO] [stdout] 31: 0x555b1954d3f2 - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}>, futures[840e75ead15bc50b]::future::map_err::MapErr, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#3}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::enter::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}>, futures[840e75ead15bc50b]::future::map_err::MapErr, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#3}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:396 [INFO] [stdout] 32: 0x555b19547704 - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}>, futures[840e75ead15bc50b]::future::map_err::MapErr, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#3}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_fn_notify::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}>, futures[840e75ead15bc50b]::future::map_err::MapErr, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#3}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:288 [INFO] [stdout] 33: 0x555b1954e9ad - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}>, futures[840e75ead15bc50b]::future::map_err::MapErr, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#3}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify:: [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:326 [INFO] [stdout] 34: 0x555b195a0965 - >>::block_on::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}>, futures[840e75ead15bc50b]::future::map_err::MapErr, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#3}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:479 [INFO] [stdout] 35: 0x555b195a0d44 - >::enter::<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}>, futures[840e75ead15bc50b]::future::map_err::MapErr, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#3}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0}::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:779 [INFO] [stdout] 36: 0x555b19595bdd - ::set_spawn::<>::enter<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}>, futures[840e75ead15bc50b]::future::map_err::MapErr, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#3}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:816 [INFO] [stdout] 37: 0x555b195a0024 - >::enter::<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}>, futures[840e75ead15bc50b]::future::map_err::MapErr, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#3}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:778 [INFO] [stdout] 38: 0x555b195599aa - >::try_with::<>::enter<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}>, futures[840e75ead15bc50b]::future::map_err::MapErr, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#3}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:296 [INFO] [stdout] 39: 0x555b19558b74 - >::with::<>::enter<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}>, futures[840e75ead15bc50b]::future::map_err::MapErr, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#3}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:242 [INFO] [stdout] 40: 0x555b19597211 - >::enter::<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}>, futures[840e75ead15bc50b]::future::map_err::MapErr, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#3}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:776 [INFO] [stdout] 41: 0x555b1959b33b - >>::block_on::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}>, futures[840e75ead15bc50b]::future::map_err::MapErr, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#3}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:478 [INFO] [stdout] 42: 0x555b194fe093 - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}>, futures[840e75ead15bc50b]::future::map_err::MapErr, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#3}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:234 [INFO] [stdout] 43: 0x555b195c2ab4 - tokio_timer[a8546d974d1eb240]::timer::handle::with_default::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}>, futures[840e75ead15bc50b]::future::map_err::MapErr, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#3}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.9/src/timer/handle.rs:94 [INFO] [stdout] 44: 0x555b19557281 - >>>::try_with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}>, futures[840e75ead15bc50b]::future::map_err::MapErr, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#3}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:296 [INFO] [stdout] 45: 0x555b19556454 - >>>::with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}>, futures[840e75ead15bc50b]::future::map_err::MapErr, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#3}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:242 [INFO] [stdout] 46: 0x555b195bd7da - tokio_timer[a8546d974d1eb240]::timer::handle::with_default::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}>, futures[840e75ead15bc50b]::future::map_err::MapErr, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#3}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.9/src/timer/handle.rs:81 [INFO] [stdout] 47: 0x555b194fdad2 - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}>, futures[840e75ead15bc50b]::future::map_err::MapErr, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#3}>>::{closure#0}::{closure#0}::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:233 [INFO] [stdout] 48: 0x555b195c10f1 - tokio_executor[b958b95cd64e0e1c]::global::with_default::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}>, futures[840e75ead15bc50b]::future::map_err::MapErr, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#3}>>::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.6/src/global.rs:192 [INFO] [stdout] 49: 0x555b1954fe55 - >>::try_with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}>, futures[840e75ead15bc50b]::future::map_err::MapErr, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#3}>>::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:296 [INFO] [stdout] 50: 0x555b1954ef86 - >>::with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}>, futures[840e75ead15bc50b]::future::map_err::MapErr, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#3}>>::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:242 [INFO] [stdout] 51: 0x555b195bd1df - tokio_executor[b958b95cd64e0e1c]::global::with_default::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}>, futures[840e75ead15bc50b]::future::map_err::MapErr, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#3}>>::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.6/src/global.rs:162 [INFO] [stdout] 52: 0x555b194fd62c - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}>, futures[840e75ead15bc50b]::future::map_err::MapErr, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#3}>>::{closure#0}::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:232 [INFO] [stdout] 53: 0x555b195adde6 - tokio_reactor[5f105d66cb330047]::with_default::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}>, futures[840e75ead15bc50b]::future::map_err::MapErr, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#3}>>::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.8/src/lib.rs:229 [INFO] [stdout] 54: 0x555b19554b4d - >>>::try_with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}>, futures[840e75ead15bc50b]::future::map_err::MapErr, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#3}>>::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:296 [INFO] [stdout] 55: 0x555b19553d14 - >>>::with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}>, futures[840e75ead15bc50b]::future::map_err::MapErr, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#3}>>::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:242 [INFO] [stdout] 56: 0x555b195ab643 - tokio_reactor[5f105d66cb330047]::with_default::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}>, futures[840e75ead15bc50b]::future::map_err::MapErr, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#3}>>::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.8/src/lib.rs:212 [INFO] [stdout] 57: 0x555b194fcf0c - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}>, futures[840e75ead15bc50b]::future::map_err::MapErr, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#3}>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:231 [INFO] [stdout] 58: 0x555b19592f98 - >::set::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}>, futures[840e75ead15bc50b]::future::map_err::MapErr, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#3}>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 [INFO] [stdout] 59: 0x555b194f777f - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0}>, futures[840e75ead15bc50b]::future::then::Then + core[b849d6d0cd70c3a8]::marker::Send>, futures[840e75ead15bc50b]::future::map::Map + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#1}>, futures[840e75ead15bc50b]::future::map_err::MapErr, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}::{closure#0}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#2}>, tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#3}>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:230 [INFO] [stdout] 60: 0x555b195ed2fb - tokio_postgres[664c9d3c1c791656]::test::notifications [INFO] [stdout] at src/test.rs:483 [INFO] [stdout] 61: 0x555b195ed189 - tokio_postgres[664c9d3c1c791656]::test::notifications::{closure#0} [INFO] [stdout] at src/test.rs:462 [INFO] [stdout] 62: 0x555b1960d20d - >::call_once [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/ops/function.rs:231 [INFO] [stdout] 63: 0x555b1964722e - >::call_box [INFO] [stdout] at src/libtest/lib.rs:1474 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/ops/function.rs:231 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:734 [INFO] [stdout] 64: 0x555b1986d739 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:92 [INFO] [stdout] 65: 0x555b19661717 - test[ea847f4bd1b1afc4]::run_test::run_test_inner::{closure#0} [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:276 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:388 [INFO] [stdout] at src/libtest/lib.rs:1429 [INFO] [stdout] 66: 0x555b1963cac4 - std[698b411d1b74fcff]::sys_common::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/sys_common/backtrace.rs:135 [INFO] [stdout] 67: 0x555b1963c5e4 - std[698b411d1b74fcff]::panicking::try::do_call::::spawn_unchecked::{closure#0}::{closure#0}>, ()> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/mod.rs:469 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:309 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:297 [INFO] [stdout] 68: 0x555b1986d739 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:92 [INFO] [stdout] 69: 0x555b19646f6c - <::spawn_unchecked::{closure#0} as alloc[f4750af829db9b76]::boxed::FnBox<()>>::call_box [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:276 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:388 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/mod.rs:468 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:734 [INFO] [stdout] 70: 0x555b1986cecd - ::new::thread_start [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:744 [INFO] [stdout] at src/libstd/sys_common/thread.rs:14 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:81 [INFO] [stdout] 71: 0x7fc370f30493 - start_thread [INFO] [stdout] 72: 0x7fc370a5bace - __clone [INFO] [stdout] 73: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test::md5_user_wrong_pass stdout ---- [INFO] [stdout] thread 'test::md5_user_wrong_pass' panicked at 'unexpected error IO error: Cannot assign requested address (os error 99)', src/test.rs:52:19 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x555b1986af43 - std[698b411d1b74fcff]::sys::unix::backtrace::tracing::imp::unwind_backtrace [INFO] [stdout] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:39 [INFO] [stdout] 1: 0x555b1986608b - std[698b411d1b74fcff]::sys_common::backtrace::_print [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:70 [INFO] [stdout] 2: 0x555b19869026 - std[698b411d1b74fcff]::panicking::default_hook::{closure#1} [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:58 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 3: 0x555b19868d27 - std[698b411d1b74fcff]::panicking::default_hook [INFO] [stdout] at src/libstd/panicking.rs:209 [INFO] [stdout] 4: 0x555b19869730 - std[698b411d1b74fcff]::panicking::rust_panic_with_hook [INFO] [stdout] at src/libstd/panicking.rs:478 [INFO] [stdout] 5: 0x555b198692b1 - std[698b411d1b74fcff]::panicking::continue_panic_fmt [INFO] [stdout] at src/libstd/panicking.rs:385 [INFO] [stdout] 6: 0x555b198691fe - std[698b411d1b74fcff]::panicking::begin_panic_fmt [INFO] [stdout] at src/libstd/panicking.rs:340 [INFO] [stdout] 7: 0x555b195e579f - tokio_postgres[664c9d3c1c791656]::test::md5_user_wrong_pass [INFO] [stdout] at src/test.rs:52 [INFO] [stdout] 8: 0x555b195e54d9 - tokio_postgres[664c9d3c1c791656]::test::md5_user_wrong_pass::{closure#0} [INFO] [stdout] at src/test.rs:42 [INFO] [stdout] 9: 0x555b1960d38d - >::call_once [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/ops/function.rs:231 [INFO] [stdout] 10: 0x555b1964722e - >::call_box [INFO] [stdout] at src/libtest/lib.rs:1474 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/ops/function.rs:231 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:734 [INFO] [stdout] 11: 0x555b1986d739 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:92 [INFO] [stdout] 12: 0x555b19661717 - test[ea847f4bd1b1afc4]::run_test::run_test_inner::{closure#0} [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:276 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:388 [INFO] [stdout] at src/libtest/lib.rs:1429 [INFO] [stdout] 13: 0x555b1963cac4 - std[698b411d1b74fcff]::sys_common::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/sys_common/backtrace.rs:135 [INFO] [stdout] 14: 0x555b1963c5e4 - std[698b411d1b74fcff]::panicking::try::do_call::::spawn_unchecked::{closure#0}::{closure#0}>, ()> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/mod.rs:469 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:309 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:297 [INFO] [stdout] 15: 0x555b1986d739 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:92 [INFO] [stdout] 16: 0x555b19646f6c - <::spawn_unchecked::{closure#0} as alloc[f4750af829db9b76]::boxed::FnBox<()>>::call_box [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:276 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:388 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/mod.rs:468 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:734 [INFO] [stdout] 17: 0x555b1986cecd - ::new::thread_start [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:744 [INFO] [stdout] at src/libstd/sys_common/thread.rs:14 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:81 [INFO] [stdout] 18: 0x7fc370f30493 - start_thread [INFO] [stdout] 19: 0x7fc370a5bace - __clone [INFO] [stdout] 20: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test::query stdout ---- [INFO] [stdout] thread 'test::query' panicked at 'called `Result::unwrap()` on an `Err` value: Error(Io(Os { code: 99, kind: AddrNotAvailable, message: "Cannot assign requested address" }))', src/libcore/result.rs:997:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x555b1986af43 - std[698b411d1b74fcff]::sys::unix::backtrace::tracing::imp::unwind_backtrace [INFO] [stdout] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:39 [INFO] [stdout] 1: 0x555b1986608b - std[698b411d1b74fcff]::sys_common::backtrace::_print [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:70 [INFO] [stdout] 2: 0x555b19869026 - std[698b411d1b74fcff]::panicking::default_hook::{closure#1} [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:58 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 3: 0x555b19868d27 - std[698b411d1b74fcff]::panicking::default_hook [INFO] [stdout] at src/libstd/panicking.rs:209 [INFO] [stdout] 4: 0x555b19869730 - std[698b411d1b74fcff]::panicking::rust_panic_with_hook [INFO] [stdout] at src/libstd/panicking.rs:478 [INFO] [stdout] 5: 0x555b198692b1 - std[698b411d1b74fcff]::panicking::continue_panic_fmt [INFO] [stdout] at src/libstd/panicking.rs:385 [INFO] [stdout] 6: 0x555b19869195 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:312 [INFO] [stdout] 7: 0x555b198802fc - core[b849d6d0cd70c3a8]::panicking::panic_fmt [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 8: 0x555b19561417 - core[b849d6d0cd70c3a8]::result::unwrap_failed:: [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/macros.rs:16 [INFO] [stdout] 9: 0x555b1958f8b7 - >::unwrap [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/result.rs:798 [INFO] [stdout] 10: 0x555b195e7c0c - tokio_postgres[664c9d3c1c791656]::test::query::{closure#0} [INFO] [stdout] at src/test.rs:182 [INFO] [stdout] 11: 0x555b195c58a7 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}> as futures[840e75ead15bc50b]::future::Future>::poll::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/then.rs:33 [INFO] [stdout] 12: 0x555b194b36a7 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>>::poll::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}> as futures[840e75ead15bc50b]::future::Future>::poll::{closure#0}> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/chain.rs:39 [INFO] [stdout] 13: 0x555b195ca749 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}> as futures[840e75ead15bc50b]::future::Future>::poll [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/then.rs:32 [INFO] [stdout] 14: 0x555b194d0364 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>>::poll::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}> as futures[840e75ead15bc50b]::future::Future>::poll::{closure#0}> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/chain.rs:26 [INFO] [stdout] 15: 0x555b195175e9 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}> as futures[840e75ead15bc50b]::future::Future>::poll [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/and_then.rs:32 [INFO] [stdout] 16: 0x555b194ee824 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>>::poll::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}> as futures[840e75ead15bc50b]::future::Future>::poll::{closure#0}> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/chain.rs:26 [INFO] [stdout] 17: 0x555b19516d79 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}> as futures[840e75ead15bc50b]::future::Future>::poll [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/and_then.rs:32 [INFO] [stdout] 18: 0x555b194e00d4 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}>>::poll::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}> as futures[840e75ead15bc50b]::future::Future>::poll::{closure#0}> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/chain.rs:26 [INFO] [stdout] 19: 0x555b19516a19 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}> as futures[840e75ead15bc50b]::future::Future>::poll [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/and_then.rs:32 [INFO] [stdout] 20: 0x555b194d7b24 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#4}>>::poll::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#4}> as futures[840e75ead15bc50b]::future::Future>::poll::{closure#0}> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/chain.rs:26 [INFO] [stdout] 21: 0x555b19516809 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#4}> as futures[840e75ead15bc50b]::future::Future>::poll [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/and_then.rs:32 [INFO] [stdout] 22: 0x555b195e2a7d - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#5}> as futures[840e75ead15bc50b]::future::Future>::poll [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/map.rs:30 [INFO] [stdout] 23: 0x555b1955beb9 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#5}>>>::poll_future_notify::>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:326 [INFO] [stdout] 24: 0x555b1955b9e6 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#5}>>>::enter::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#5}>>>::poll_future_notify>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:396 [INFO] [stdout] 25: 0x555b19508d38 - futures[840e75ead15bc50b]::task_impl::std::set::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#5}>>>::enter< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#5}>>>::poll_future_notify>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/std/mod.rs:78 [INFO] [stdout] 26: 0x555b1954c8b2 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#5}>>>::enter::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#5}>>>::poll_future_notify>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:396 [INFO] [stdout] 27: 0x555b195470d4 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#5}>>>::poll_fn_notify::, + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#5}>>>::poll_future_notify>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:288 [INFO] [stdout] 28: 0x555b1954e76d - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#5}>>>::poll_future_notify::> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:326 [INFO] [stdout] 29: 0x555b194fe808 - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:236 [INFO] [stdout] 30: 0x555b19601d3a - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::get [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/lazy.rs:64 [INFO] [stdout] 31: 0x555b1960e8f2 - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>> as futures[840e75ead15bc50b]::future::Future>::poll [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/lazy.rs:82 [INFO] [stdout] 32: 0x555b1955c009 - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify::::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:326 [INFO] [stdout] 33: 0x555b1955bb36 - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::enter::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:396 [INFO] [stdout] 34: 0x555b19509668 - futures[840e75ead15bc50b]::task_impl::std::set::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::enter<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/std/mod.rs:78 [INFO] [stdout] 35: 0x555b1954d172 - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::enter::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:396 [INFO] [stdout] 36: 0x555b195475a4 - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_fn_notify::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:288 [INFO] [stdout] 37: 0x555b1954e92d - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify:: [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:326 [INFO] [stdout] 38: 0x555b195a0905 - >>::block_on::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:479 [INFO] [stdout] 39: 0x555b195a0ce4 - >::enter::<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0}::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:779 [INFO] [stdout] 40: 0x555b1959597d - ::set_spawn::<>::enter<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:816 [INFO] [stdout] 41: 0x555b1959fe64 - >::enter::<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:778 [INFO] [stdout] 42: 0x555b195594aa - >::try_with::<>::enter<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:296 [INFO] [stdout] 43: 0x555b19558a74 - >::with::<>::enter<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:242 [INFO] [stdout] 44: 0x555b19597151 - >::enter::<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:776 [INFO] [stdout] 45: 0x555b1959a9fb - >>::block_on::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:478 [INFO] [stdout] 46: 0x555b194fdf13 - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:234 [INFO] [stdout] 47: 0x555b195c2574 - tokio_timer[a8546d974d1eb240]::timer::handle::with_default::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.9/src/timer/handle.rs:94 [INFO] [stdout] 48: 0x555b19556d81 - >>>::try_with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:296 [INFO] [stdout] 49: 0x555b19556354 - >>>::with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:242 [INFO] [stdout] 50: 0x555b195bd6ba - tokio_timer[a8546d974d1eb240]::timer::handle::with_default::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.9/src/timer/handle.rs:81 [INFO] [stdout] 51: 0x555b194fda32 - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#5}>>::{closure#0}::{closure#0}::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:233 [INFO] [stdout] 52: 0x555b195c0d71 - tokio_executor[b958b95cd64e0e1c]::global::with_default::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.6/src/global.rs:192 [INFO] [stdout] 53: 0x555b1954f935 - >>::try_with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:296 [INFO] [stdout] 54: 0x555b1954ee66 - >>::with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:242 [INFO] [stdout] 55: 0x555b195bd0ff - tokio_executor[b958b95cd64e0e1c]::global::with_default::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#5}>>::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.6/src/global.rs:162 [INFO] [stdout] 56: 0x555b194fd56c - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#5}>>::{closure#0}::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:232 [INFO] [stdout] 57: 0x555b195ad7c6 - tokio_reactor[5f105d66cb330047]::with_default::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#5}>>::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.8/src/lib.rs:229 [INFO] [stdout] 58: 0x555b1955464d - >>>::try_with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#5}>>::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:296 [INFO] [stdout] 59: 0x555b19553c14 - >>>::with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#5}>>::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:242 [INFO] [stdout] 60: 0x555b195ab523 - tokio_reactor[5f105d66cb330047]::with_default::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#5}>>::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.8/src/lib.rs:212 [INFO] [stdout] 61: 0x555b194fce4c - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#5}>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:231 [INFO] [stdout] 62: 0x555b19592d18 - >::set::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#5}>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 [INFO] [stdout] 63: 0x555b194f67bf - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#1}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#3}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#4}>, tokio_postgres[664c9d3c1c791656]::test::query::{closure#5}>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:230 [INFO] [stdout] 64: 0x555b195e7b42 - tokio_postgres[664c9d3c1c791656]::test::query [INFO] [stdout] at src/test.rs:198 [INFO] [stdout] 65: 0x555b195e7949 - tokio_postgres[664c9d3c1c791656]::test::query::{closure#0} [INFO] [stdout] at src/test.rs:175 [INFO] [stdout] 66: 0x555b1960d40d - >::call_once [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/ops/function.rs:231 [INFO] [stdout] 67: 0x555b1964722e - >::call_box [INFO] [stdout] at src/libtest/lib.rs:1474 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/ops/function.rs:231 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:734 [INFO] [stdout] 68: 0x555b1986d739 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:92 [INFO] [stdout] 69: 0x555b19661717 - test[ea847f4bd1b1afc4]::run_test::run_test_inner::{closure#0} [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:276 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:388 [INFO] [stdout] at src/libtest/lib.rs:1429 [INFO] [stdout] 70: 0x555b1963cac4 - std[698b411d1b74fcff]::sys_common::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/sys_common/backtrace.rs:135 [INFO] [stdout] 71: 0x555b1963c5e4 - std[698b411d1b74fcff]::panicking::try::do_call::::spawn_unchecked::{closure#0}::{closure#0}>, ()> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/mod.rs:469 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:309 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:297 [INFO] [stdout] 72: 0x555b1986d739 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:92 [INFO] [stdout] 73: 0x555b19646f6c - <::spawn_unchecked::{closure#0} as alloc[f4750af829db9b76]::boxed::FnBox<()>>::call_box [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:276 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:388 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/mod.rs:468 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:734 [INFO] [stdout] 74: 0x555b1986cecd - ::new::thread_start [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:744 [INFO] [stdout] at src/libstd/sys_common/thread.rs:14 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:81 [INFO] [stdout] 75: 0x7fc370f30493 - start_thread [INFO] [stdout] 76: 0x7fc370a5bace - __clone [INFO] [stdout] 77: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test::composite stdout ---- [INFO] [stdout] thread 'test::composite' panicked at 'called `Result::unwrap()` on an `Err` value: Error(Io(Os { code: 99, kind: AddrNotAvailable, message: "Cannot assign requested address" }))', src/libcore/result.rs:997:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x555b1986af43 - std[698b411d1b74fcff]::sys::unix::backtrace::tracing::imp::unwind_backtrace [INFO] [stdout] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:39 [INFO] [stdout] 1: 0x555b1986608b - std[698b411d1b74fcff]::sys_common::backtrace::_print [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:70 [INFO] [stdout] 2: 0x555b19869026 - std[698b411d1b74fcff]::panicking::default_hook::{closure#1} [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:58 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 3: 0x555b19868d27 - std[698b411d1b74fcff]::panicking::default_hook [INFO] [stdout] at src/libstd/panicking.rs:209 [INFO] [stdout] 4: 0x555b19869730 - std[698b411d1b74fcff]::panicking::rust_panic_with_hook [INFO] [stdout] at src/libstd/panicking.rs:478 [INFO] [stdout] 5: 0x555b198692b1 - std[698b411d1b74fcff]::panicking::continue_panic_fmt [INFO] [stdout] at src/libstd/panicking.rs:385 [INFO] [stdout] 6: 0x555b19869195 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:312 [INFO] [stdout] 7: 0x555b198802fc - core[b849d6d0cd70c3a8]::panicking::panic_fmt [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 8: 0x555b19561417 - core[b849d6d0cd70c3a8]::result::unwrap_failed:: [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/macros.rs:16 [INFO] [stdout] 9: 0x555b1958f8b7 - >::unwrap [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/result.rs:798 [INFO] [stdout] 10: 0x555b195eae1c - tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0} [INFO] [stdout] at src/test.rs:370 [INFO] [stdout] 11: 0x555b195c56e7 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}> as futures[840e75ead15bc50b]::future::Future>::poll::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/then.rs:33 [INFO] [stdout] 12: 0x555b194b1f27 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}>>::poll::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}> as futures[840e75ead15bc50b]::future::Future>::poll::{closure#0}> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/chain.rs:39 [INFO] [stdout] 13: 0x555b195ca6e9 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}> as futures[840e75ead15bc50b]::future::Future>::poll [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/then.rs:32 [INFO] [stdout] 14: 0x555b194cf724 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#1}>>::poll::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#1}> as futures[840e75ead15bc50b]::future::Future>::poll::{closure#0}> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/chain.rs:26 [INFO] [stdout] 15: 0x555b195175b9 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#1}> as futures[840e75ead15bc50b]::future::Future>::poll [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/and_then.rs:32 [INFO] [stdout] 16: 0x555b195e447d - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#2}> as futures[840e75ead15bc50b]::future::Future>::poll [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/map.rs:30 [INFO] [stdout] 17: 0x555b1955bfa9 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#2}>>>::poll_future_notify::>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:326 [INFO] [stdout] 18: 0x555b1955bad6 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#2}>>>::enter::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#2}>>>::poll_future_notify>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:396 [INFO] [stdout] 19: 0x555b195093c8 - futures[840e75ead15bc50b]::task_impl::std::set::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#2}>>>::enter< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#2}>>>::poll_future_notify>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/std/mod.rs:78 [INFO] [stdout] 20: 0x555b1954cef2 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#2}>>>::enter::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#2}>>>::poll_future_notify>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:396 [INFO] [stdout] 21: 0x555b19547444 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#2}>>>::poll_fn_notify::, + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#2}>>>::poll_future_notify>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:288 [INFO] [stdout] 22: 0x555b1954e8ad - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#2}>>>::poll_future_notify::> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:326 [INFO] [stdout] 23: 0x555b194fe9e8 - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:236 [INFO] [stdout] 24: 0x555b19602aaa - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::get [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/lazy.rs:64 [INFO] [stdout] 25: 0x555b1960ea82 - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>> as futures[840e75ead15bc50b]::future::Future>::poll [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/lazy.rs:82 [INFO] [stdout] 26: 0x555b1955c0f9 - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify::::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:326 [INFO] [stdout] 27: 0x555b1955bc26 - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::enter::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:396 [INFO] [stdout] 28: 0x555b19509cf8 - futures[840e75ead15bc50b]::task_impl::std::set::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::enter<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/std/mod.rs:78 [INFO] [stdout] 29: 0x555b1954d7b2 - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::enter::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:396 [INFO] [stdout] 30: 0x555b19547914 - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_fn_notify::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:288 [INFO] [stdout] 31: 0x555b1954ea6d - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify:: [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:326 [INFO] [stdout] 32: 0x555b195a09f5 - >>::block_on::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:479 [INFO] [stdout] 33: 0x555b195a0dd4 - >::enter::<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0}::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:779 [INFO] [stdout] 34: 0x555b19595f6d - ::set_spawn::<>::enter<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:816 [INFO] [stdout] 35: 0x555b195a02c4 - >::enter::<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:778 [INFO] [stdout] 36: 0x555b1955a12a - >::try_with::<>::enter<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:296 [INFO] [stdout] 37: 0x555b19558cf4 - >::with::<>::enter<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:242 [INFO] [stdout] 38: 0x555b19597331 - >::enter::<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:776 [INFO] [stdout] 39: 0x555b1959c11b - >>::block_on::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:478 [INFO] [stdout] 40: 0x555b194fe2d3 - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:234 [INFO] [stdout] 41: 0x555b195c3294 - tokio_timer[a8546d974d1eb240]::timer::handle::with_default::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.9/src/timer/handle.rs:94 [INFO] [stdout] 42: 0x555b19557a01 - >>>::try_with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:296 [INFO] [stdout] 43: 0x555b195565d4 - >>>::with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:242 [INFO] [stdout] 44: 0x555b195bd98a - tokio_timer[a8546d974d1eb240]::timer::handle::with_default::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.9/src/timer/handle.rs:81 [INFO] [stdout] 45: 0x555b194fdbc2 - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#2}>>::{closure#0}::{closure#0}::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:233 [INFO] [stdout] 46: 0x555b195c1631 - tokio_executor[b958b95cd64e0e1c]::global::with_default::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.6/src/global.rs:192 [INFO] [stdout] 47: 0x555b19550605 - >>::try_with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:296 [INFO] [stdout] 48: 0x555b1954f136 - >>::with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:242 [INFO] [stdout] 49: 0x555b195bd32f - tokio_executor[b958b95cd64e0e1c]::global::with_default::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#2}>>::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.6/src/global.rs:162 [INFO] [stdout] 50: 0x555b194fd74c - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#2}>>::{closure#0}::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:232 [INFO] [stdout] 51: 0x555b195ae716 - tokio_reactor[5f105d66cb330047]::with_default::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#2}>>::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.8/src/lib.rs:229 [INFO] [stdout] 52: 0x555b195552cd - >>>::try_with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#2}>>::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:296 [INFO] [stdout] 53: 0x555b19553e94 - >>>::with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#2}>>::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:242 [INFO] [stdout] 54: 0x555b195ab7f3 - tokio_reactor[5f105d66cb330047]::with_default::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#2}>>::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.8/src/lib.rs:212 [INFO] [stdout] 55: 0x555b194fd02c - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#2}>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:231 [INFO] [stdout] 56: 0x555b19593358 - >::set::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#2}>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 [INFO] [stdout] 57: 0x555b194f8f1f - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#1}>, tokio_postgres[664c9d3c1c791656]::test::composite::{closure#2}>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:230 [INFO] [stdout] 58: 0x555b195ead74 - tokio_postgres[664c9d3c1c791656]::test::composite [INFO] [stdout] at src/test.rs:394 [INFO] [stdout] 59: 0x555b195eac29 - tokio_postgres[664c9d3c1c791656]::test::composite::{closure#0} [INFO] [stdout] at src/test.rs:364 [INFO] [stdout] 60: 0x555b1960d2cd - >::call_once [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/ops/function.rs:231 [INFO] [stdout] 61: 0x555b1964722e - >::call_box [INFO] [stdout] at src/libtest/lib.rs:1474 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/ops/function.rs:231 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:734 [INFO] [stdout] 62: 0x555b1986d739 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:92 [INFO] [stdout] 63: 0x555b19661717 - test[ea847f4bd1b1afc4]::run_test::run_test_inner::{closure#0} [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:276 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:388 [INFO] [stdout] at src/libtest/lib.rs:1429 [INFO] [stdout] 64: 0x555b1963cac4 - std[698b411d1b74fcff]::sys_common::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/sys_common/backtrace.rs:135 [INFO] [stdout] 65: 0x555b1963c5e4 - std[698b411d1b74fcff]::panicking::try::do_call::::spawn_unchecked::{closure#0}::{closure#0}>, ()> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/mod.rs:469 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:309 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:297 [INFO] [stdout] 66: 0x555b1986d739 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:92 [INFO] [stdout] 67: 0x555b19646f6c - <::spawn_unchecked::{closure#0} as alloc[f4750af829db9b76]::boxed::FnBox<()>>::call_box [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:276 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:388 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/mod.rs:468 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:734 [INFO] [stdout] 68: 0x555b1986cecd - ::new::thread_start [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:744 [INFO] [stdout] at src/libstd/sys_common/thread.rs:14 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:81 [INFO] [stdout] 69: 0x7fc370f30493 - start_thread [INFO] [stdout] 70: 0x7fc370a5bace - __clone [INFO] [stdout] 71: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test::ssl_user_ssl_required stdout ---- [INFO] [stdout] thread 'test::ssl_user_ssl_required' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `None`, [INFO] [stdout] right: `Some(SqlState("28000"))`', src/test.rs:269:23 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x555b1986af43 - std[698b411d1b74fcff]::sys::unix::backtrace::tracing::imp::unwind_backtrace [INFO] [stdout] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:39 [INFO] [stdout] 1: 0x555b1986608b - std[698b411d1b74fcff]::sys_common::backtrace::_print [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:70 [INFO] [stdout] 2: 0x555b19869026 - std[698b411d1b74fcff]::panicking::default_hook::{closure#1} [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:58 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 3: 0x555b19868d27 - std[698b411d1b74fcff]::panicking::default_hook [INFO] [stdout] at src/libstd/panicking.rs:209 [INFO] [stdout] 4: 0x555b19869730 - std[698b411d1b74fcff]::panicking::rust_panic_with_hook [INFO] [stdout] at src/libstd/panicking.rs:478 [INFO] [stdout] 5: 0x555b198692b1 - std[698b411d1b74fcff]::panicking::continue_panic_fmt [INFO] [stdout] at src/libstd/panicking.rs:385 [INFO] [stdout] 6: 0x555b198691fe - std[698b411d1b74fcff]::panicking::begin_panic_fmt [INFO] [stdout] at src/libstd/panicking.rs:340 [INFO] [stdout] 7: 0x555b195e9efd - tokio_postgres[664c9d3c1c791656]::test::ssl_user_ssl_required [INFO] [stdout] at src/test.rs:269 [INFO] [stdout] 8: 0x555b195e9bd9 - tokio_postgres[664c9d3c1c791656]::test::ssl_user_ssl_required::{closure#0} [INFO] [stdout] at src/test.rs:258 [INFO] [stdout] 9: 0x555b1960d04d - >::call_once [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/ops/function.rs:231 [INFO] [stdout] 10: 0x555b1964722e - >::call_box [INFO] [stdout] at src/libtest/lib.rs:1474 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/ops/function.rs:231 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:734 [INFO] [stdout] 11: 0x555b1986d739 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:92 [INFO] [stdout] 12: 0x555b19661717 - test[ea847f4bd1b1afc4]::run_test::run_test_inner::{closure#0} [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:276 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:388 [INFO] [stdout] at src/libtest/lib.rs:1429 [INFO] [stdout] 13: 0x555b1963cac4 - std[698b411d1b74fcff]::sys_common::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/sys_common/backtrace.rs:135 [INFO] [stdout] 14: 0x555b1963c5e4 - std[698b411d1b74fcff]::panicking::try::do_call::::spawn_unchecked::{closure#0}::{closure#0}>, ()> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/mod.rs:469 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:309 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:297 [INFO] [stdout] 15: 0x555b1986d739 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:92 [INFO] [stdout] 16: 0x555b19646f6c - <::spawn_unchecked::{closure#0} as alloc[f4750af829db9b76]::boxed::FnBox<()>>::call_box [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:276 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:388 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/mod.rs:468 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:734 [INFO] [stdout] 17: 0x555b1986cecd - ::new::thread_start [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:744 [INFO] [stdout] at src/libstd/sys_common/thread.rs:14 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:81 [INFO] [stdout] 18: 0x7fc370f30493 - start_thread [INFO] [stdout] 19: 0x7fc370a5bace - __clone [INFO] [stdout] 20: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test::prepare_execute_rows stdout ---- [INFO] [stdout] thread 'test::prepare_execute_rows' panicked at 'called `Result::unwrap()` on an `Err` value: Error(Io(Os { code: 99, kind: AddrNotAvailable, message: "Cannot assign requested address" }))', src/libcore/result.rs:997:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x555b1986af43 - std[698b411d1b74fcff]::sys::unix::backtrace::tracing::imp::unwind_backtrace [INFO] [stdout] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:39 [INFO] [stdout] 1: 0x555b1986608b - std[698b411d1b74fcff]::sys_common::backtrace::_print [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:70 [INFO] [stdout] 2: 0x555b19869026 - std[698b411d1b74fcff]::panicking::default_hook::{closure#1} [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:58 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 3: 0x555b19868d27 - std[698b411d1b74fcff]::panicking::default_hook [INFO] [stdout] at src/libstd/panicking.rs:209 [INFO] [stdout] 4: 0x555b19869730 - std[698b411d1b74fcff]::panicking::rust_panic_with_hook [INFO] [stdout] at src/libstd/panicking.rs:478 [INFO] [stdout] 5: 0x555b198692b1 - std[698b411d1b74fcff]::panicking::continue_panic_fmt [INFO] [stdout] at src/libstd/panicking.rs:385 [INFO] [stdout] 6: 0x555b19869195 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:312 [INFO] [stdout] 7: 0x555b198802fc - core[b849d6d0cd70c3a8]::panicking::panic_fmt [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 8: 0x555b19561417 - core[b849d6d0cd70c3a8]::result::unwrap_failed:: [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/macros.rs:16 [INFO] [stdout] 9: 0x555b1958f8b7 - >::unwrap [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/result.rs:798 [INFO] [stdout] 10: 0x555b195e77ec - tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0} [INFO] [stdout] at src/test.rs:169 [INFO] [stdout] 11: 0x555b195c5b47 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}> as futures[840e75ead15bc50b]::future::Future>::poll::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/then.rs:33 [INFO] [stdout] 12: 0x555b194b59e7 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}>>::poll::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}> as futures[840e75ead15bc50b]::future::Future>::poll::{closure#0}> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/chain.rs:39 [INFO] [stdout] 13: 0x555b195ca7d9 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}> as futures[840e75ead15bc50b]::future::Future>::poll [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/then.rs:32 [INFO] [stdout] 14: 0x555b194d2844 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#1}>>::poll::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#1}> as futures[840e75ead15bc50b]::future::Future>::poll::{closure#0}> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/chain.rs:26 [INFO] [stdout] 15: 0x555b19517679 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#1}> as futures[840e75ead15bc50b]::future::Future>::poll [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/and_then.rs:32 [INFO] [stdout] 16: 0x555b1955c339 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#1}>>>::poll_future_notify::>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:326 [INFO] [stdout] 17: 0x555b1955be66 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#1}>>>::enter::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#1}>>>::poll_future_notify>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:396 [INFO] [stdout] 18: 0x555b1950acb8 - futures[840e75ead15bc50b]::task_impl::std::set::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#1}>>>::enter< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#1}>>>::poll_future_notify>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/std/mod.rs:78 [INFO] [stdout] 19: 0x555b1954e6b2 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#1}>>>::enter::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#1}>>>::poll_future_notify>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:396 [INFO] [stdout] 20: 0x555b19548154 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#1}>>>::poll_fn_notify::, + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#1}>>>::poll_future_notify>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:288 [INFO] [stdout] 21: 0x555b1954ed6d - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#1}>>>::poll_future_notify::> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:326 [INFO] [stdout] 22: 0x555b194fec48 - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#1}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:236 [INFO] [stdout] 23: 0x555b19603aca - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#1}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::get [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/lazy.rs:64 [INFO] [stdout] 24: 0x555b1960ec62 - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#1}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>> as futures[840e75ead15bc50b]::future::Future>::poll [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/lazy.rs:82 [INFO] [stdout] 25: 0x555b1955c219 - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#1}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify::::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:326 [INFO] [stdout] 26: 0x555b1955bd46 - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#1}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::enter::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#1}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:396 [INFO] [stdout] 27: 0x555b1950a4d8 - futures[840e75ead15bc50b]::task_impl::std::set::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#1}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::enter<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#1}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/std/mod.rs:78 [INFO] [stdout] 28: 0x555b1954df32 - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#1}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::enter::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#1}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:396 [INFO] [stdout] 29: 0x555b19547d34 - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#1}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_fn_notify::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#1}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:288 [INFO] [stdout] 30: 0x555b1954ebed - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#1}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify:: [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:326 [INFO] [stdout] 31: 0x555b195a0b15 - >>::block_on::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#1}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:479 [INFO] [stdout] 32: 0x555b195a0ef4 - >::enter::<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#1}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0}::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:779 [INFO] [stdout] 33: 0x555b1959668d - ::set_spawn::<>::enter<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#1}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:816 [INFO] [stdout] 34: 0x555b195a0804 - >::enter::<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#1}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:778 [INFO] [stdout] 35: 0x555b1955b02a - >::try_with::<>::enter<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#1}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:296 [INFO] [stdout] 36: 0x555b19559014 - >::with::<>::enter<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#1}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:242 [INFO] [stdout] 37: 0x555b19597571 - >::enter::<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#1}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:776 [INFO] [stdout] 38: 0x555b1959dd6a - >>::block_on::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#1}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:478 [INFO] [stdout] 39: 0x555b194fe753 - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#1}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:234 [INFO] [stdout] 40: 0x555b195c4254 - tokio_timer[a8546d974d1eb240]::timer::handle::with_default::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#1}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.9/src/timer/handle.rs:94 [INFO] [stdout] 41: 0x555b19558901 - >>>::try_with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#1}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:296 [INFO] [stdout] 42: 0x555b195568f4 - >>>::with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#1}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:242 [INFO] [stdout] 43: 0x555b195bdcea - tokio_timer[a8546d974d1eb240]::timer::handle::with_default::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#1}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.9/src/timer/handle.rs:81 [INFO] [stdout] 44: 0x555b194fdda2 - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#1}>>::{closure#0}::{closure#0}::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:233 [INFO] [stdout] 45: 0x555b195c20b1 - tokio_executor[b958b95cd64e0e1c]::global::with_default::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#1}>>::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.6/src/global.rs:192 [INFO] [stdout] 46: 0x555b19551545 - >>::try_with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#1}>>::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:296 [INFO] [stdout] 47: 0x555b1954f476 - >>::with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#1}>>::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:242 [INFO] [stdout] 48: 0x555b195bd5cf - tokio_executor[b958b95cd64e0e1c]::global::with_default::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#1}>>::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.6/src/global.rs:162 [INFO] [stdout] 49: 0x555b194fd98c - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#1}>>::{closure#0}::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:232 [INFO] [stdout] 50: 0x555b195af976 - tokio_reactor[5f105d66cb330047]::with_default::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#1}>>::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.8/src/lib.rs:229 [INFO] [stdout] 51: 0x555b195561ed - >>>::try_with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#1}>>::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:296 [INFO] [stdout] 52: 0x555b195541b4 - >>>::with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#1}>>::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:242 [INFO] [stdout] 53: 0x555b195abb53 - tokio_reactor[5f105d66cb330047]::with_default::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#1}>>::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.8/src/lib.rs:212 [INFO] [stdout] 54: 0x555b194fd26c - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#1}>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:231 [INFO] [stdout] 55: 0x555b19593ad8 - >::set::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#1}>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 [INFO] [stdout] 56: 0x555b194fc2e5 - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#1}>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:230 [INFO] [stdout] 57: 0x555b195e7711 - tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows [INFO] [stdout] at src/test.rs:171 [INFO] [stdout] 58: 0x555b195e75a9 - tokio_postgres[664c9d3c1c791656]::test::prepare_execute_rows::{closure#0} [INFO] [stdout] at src/test.rs:163 [INFO] [stdout] 59: 0x555b1960d44d - >::call_once [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/ops/function.rs:231 [INFO] [stdout] 60: 0x555b1964722e - >::call_box [INFO] [stdout] at src/libtest/lib.rs:1474 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/ops/function.rs:231 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:734 [INFO] [stdout] 61: 0x555b1986d739 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:92 [INFO] [stdout] 62: 0x555b19661717 - test[ea847f4bd1b1afc4]::run_test::run_test_inner::{closure#0} [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:276 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:388 [INFO] [stdout] at src/libtest/lib.rs:1429 [INFO] [stdout] 63: 0x555b1963cac4 - std[698b411d1b74fcff]::sys_common::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/sys_common/backtrace.rs:135 [INFO] [stdout] 64: 0x555b1963c5e4 - std[698b411d1b74fcff]::panicking::try::do_call::::spawn_unchecked::{closure#0}::{closure#0}>, ()> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/mod.rs:469 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:309 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:297 [INFO] [stdout] 65: 0x555b1986d739 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:92 [INFO] [stdout] 66: 0x555b19646f6c - <::spawn_unchecked::{closure#0} as alloc[f4750af829db9b76]::boxed::FnBox<()>>::call_box [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:276 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:388 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/mod.rs:468 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:734 [INFO] [stdout] 67: 0x555b1986cecd - ::new::thread_start [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:744 [INFO] [stdout] at src/libstd/sys_common/thread.rs:14 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:81 [INFO] [stdout] 68: 0x7fc370f30493 - start_thread [INFO] [stdout] 69: 0x7fc370a5bace - __clone [INFO] [stdout] 70: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test::transaction stdout ---- [INFO] [stdout] thread 'test::transaction' panicked at 'called `Result::unwrap()` on an `Err` value: Error(Io(Os { code: 99, kind: AddrNotAvailable, message: "Cannot assign requested address" }))', src/libcore/result.rs:997:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x555b1986af43 - std[698b411d1b74fcff]::sys::unix::backtrace::tracing::imp::unwind_backtrace [INFO] [stdout] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:39 [INFO] [stdout] 1: 0x555b1986608b - std[698b411d1b74fcff]::sys_common::backtrace::_print [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:70 [INFO] [stdout] 2: 0x555b19869026 - std[698b411d1b74fcff]::panicking::default_hook::{closure#1} [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:58 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 3: 0x555b19868d27 - std[698b411d1b74fcff]::panicking::default_hook [INFO] [stdout] at src/libstd/panicking.rs:209 [INFO] [stdout] 4: 0x555b19869730 - std[698b411d1b74fcff]::panicking::rust_panic_with_hook [INFO] [stdout] at src/libstd/panicking.rs:478 [INFO] [stdout] 5: 0x555b198692b1 - std[698b411d1b74fcff]::panicking::continue_panic_fmt [INFO] [stdout] at src/libstd/panicking.rs:385 [INFO] [stdout] 6: 0x555b19869195 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:312 [INFO] [stdout] 7: 0x555b198802fc - core[b849d6d0cd70c3a8]::panicking::panic_fmt [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 8: 0x555b19561417 - core[b849d6d0cd70c3a8]::result::unwrap_failed:: [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/macros.rs:16 [INFO] [stdout] 9: 0x555b1958f8b7 - >::unwrap [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/result.rs:798 [INFO] [stdout] 10: 0x555b195e8c2c - tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0} [INFO] [stdout] at src/test.rs:209 [INFO] [stdout] 11: 0x555b195c5367 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}> as futures[840e75ead15bc50b]::future::Future>::poll::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/then.rs:33 [INFO] [stdout] 12: 0x555b194af027 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>>::poll::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}> as futures[840e75ead15bc50b]::future::Future>::poll::{closure#0}> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/chain.rs:39 [INFO] [stdout] 13: 0x555b195ca629 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}> as futures[840e75ead15bc50b]::future::Future>::poll [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/then.rs:32 [INFO] [stdout] 14: 0x555b194cc5a4 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>>::poll::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}> as futures[840e75ead15bc50b]::future::Future>::poll::{closure#0}> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/chain.rs:26 [INFO] [stdout] 15: 0x555b195ca539 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}> as futures[840e75ead15bc50b]::future::Future>::poll [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/then.rs:32 [INFO] [stdout] 16: 0x555b194cad54 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>>::poll::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}> as futures[840e75ead15bc50b]::future::Future>::poll::{closure#0}> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/chain.rs:26 [INFO] [stdout] 17: 0x555b195ca509 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}> as futures[840e75ead15bc50b]::future::Future>::poll [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/then.rs:32 [INFO] [stdout] 18: 0x555b194ca144 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>>::poll::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}> as futures[840e75ead15bc50b]::future::Future>::poll::{closure#0}> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/chain.rs:26 [INFO] [stdout] 19: 0x555b195ca4d9 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}> as futures[840e75ead15bc50b]::future::Future>::poll [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/then.rs:32 [INFO] [stdout] 20: 0x555b194c9534 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>>::poll::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}> as futures[840e75ead15bc50b]::future::Future>::poll::{closure#0}> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/chain.rs:26 [INFO] [stdout] 21: 0x555b195ca4a9 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}> as futures[840e75ead15bc50b]::future::Future>::poll [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/then.rs:32 [INFO] [stdout] 22: 0x555b194c8924 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>>::poll::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}> as futures[840e75ead15bc50b]::future::Future>::poll::{closure#0}> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/chain.rs:26 [INFO] [stdout] 23: 0x555b195ca479 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}> as futures[840e75ead15bc50b]::future::Future>::poll [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/then.rs:32 [INFO] [stdout] 24: 0x555b194c7d14 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>>::poll::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}> as futures[840e75ead15bc50b]::future::Future>::poll::{closure#0}> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/chain.rs:26 [INFO] [stdout] 25: 0x555b195ca449 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}> as futures[840e75ead15bc50b]::future::Future>::poll [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/then.rs:32 [INFO] [stdout] 26: 0x555b194c7104 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}>>::poll::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}> as futures[840e75ead15bc50b]::future::Future>::poll::{closure#0}> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/chain.rs:26 [INFO] [stdout] 27: 0x555b195ca419 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}> as futures[840e75ead15bc50b]::future::Future>::poll [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/then.rs:32 [INFO] [stdout] 28: 0x555b194c64a4 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#8}>>::poll::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#8}> as futures[840e75ead15bc50b]::future::Future>::poll::{closure#0}> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/chain.rs:26 [INFO] [stdout] 29: 0x555b195174c9 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#8}> as futures[840e75ead15bc50b]::future::Future>::poll [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/and_then.rs:32 [INFO] [stdout] 30: 0x555b195e3bbd - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#8}>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#9}> as futures[840e75ead15bc50b]::future::Future>::poll [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/map.rs:30 [INFO] [stdout] 31: 0x555b1955bf49 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#8}>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#9}>>>::poll_future_notify::>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:326 [INFO] [stdout] 32: 0x555b1955ba76 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#8}>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#9}>>>::enter::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#8}>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#9}>>>::poll_future_notify>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:396 [INFO] [stdout] 33: 0x555b19509128 - futures[840e75ead15bc50b]::task_impl::std::set::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#8}>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#9}>>>::enter< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#8}>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#9}>>>::poll_future_notify>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/std/mod.rs:78 [INFO] [stdout] 34: 0x555b1954cc72 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#8}>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#9}>>>::enter::< + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#8}>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#9}>>>::poll_future_notify>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:396 [INFO] [stdout] 35: 0x555b195472e4 - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#8}>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#9}>>>::poll_fn_notify::, + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#8}>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#9}>>>::poll_future_notify>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:288 [INFO] [stdout] 36: 0x555b1954e82d - + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#8}>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#9}>>>::poll_future_notify::> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:326 [INFO] [stdout] 37: 0x555b194fe928 - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#8}>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#9}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:236 [INFO] [stdout] 38: 0x555b1960254a - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#8}>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#9}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::get [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/lazy.rs:64 [INFO] [stdout] 39: 0x555b1960e9e2 - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#8}>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#9}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>> as futures[840e75ead15bc50b]::future::Future>::poll [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/future/lazy.rs:82 [INFO] [stdout] 40: 0x555b1955c099 - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#8}>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#9}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify::::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:326 [INFO] [stdout] 41: 0x555b1955bbc6 - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#8}>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#9}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::enter::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#8}>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#9}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:396 [INFO] [stdout] 42: 0x555b19509a58 - futures[840e75ead15bc50b]::task_impl::std::set::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#8}>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#9}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::enter<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#8}>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#9}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/std/mod.rs:78 [INFO] [stdout] 43: 0x555b1954d532 - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#8}>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#9}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::enter::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#8}>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#9}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:396 [INFO] [stdout] 44: 0x555b195477b4 - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#8}>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#9}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_fn_notify::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#8}>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#9}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:288 [INFO] [stdout] 45: 0x555b1954e9ed - ::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#8}>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#9}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>>::poll_future_notify:: [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/task_impl/mod.rs:326 [INFO] [stdout] 46: 0x555b195a0995 - >>::block_on::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#8}>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#9}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:479 [INFO] [stdout] 47: 0x555b195a0d74 - >::enter::<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#8}>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#9}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0}::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:779 [INFO] [stdout] 48: 0x555b19595d0d - ::set_spawn::<>::enter<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#8}>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#9}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:816 [INFO] [stdout] 49: 0x555b195a0104 - >::enter::<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#8}>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#9}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:778 [INFO] [stdout] 50: 0x555b19559c2a - >::try_with::<>::enter<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#8}>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#9}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:296 [INFO] [stdout] 51: 0x555b19558bf4 - >::with::<>::enter<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#8}>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#9}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:242 [INFO] [stdout] 52: 0x555b19597271 - >::enter::<>>::block_on::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#8}>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#9}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>, ()>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:776 [INFO] [stdout] 53: 0x555b1959b7db - >>::block_on::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#8}>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#9}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>, ()>>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.4/src/lib.rs:478 [INFO] [stdout] 54: 0x555b194fe153 - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#8}>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#9}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:234 [INFO] [stdout] 55: 0x555b195c2d54 - tokio_timer[a8546d974d1eb240]::timer::handle::with_default::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#8}>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#9}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.9/src/timer/handle.rs:94 [INFO] [stdout] 56: 0x555b19557501 - >>>::try_with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#8}>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#9}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:296 [INFO] [stdout] 57: 0x555b195564d4 - >>>::with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#8}>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#9}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:242 [INFO] [stdout] 58: 0x555b195bd86a - tokio_timer[a8546d974d1eb240]::timer::handle::with_default::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#8}>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#9}>>::{closure#0}::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.9/src/timer/handle.rs:81 [INFO] [stdout] 59: 0x555b194fdb22 - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#8}>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#9}>>::{closure#0}::{closure#0}::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:233 [INFO] [stdout] 60: 0x555b195c12b1 - tokio_executor[b958b95cd64e0e1c]::global::with_default::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#8}>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#9}>>::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.6/src/global.rs:192 [INFO] [stdout] 61: 0x555b195500e5 - >>::try_with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#8}>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#9}>>::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:296 [INFO] [stdout] 62: 0x555b1954f016 - >>::with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#8}>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#9}>>::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:242 [INFO] [stdout] 63: 0x555b195bd24f - tokio_executor[b958b95cd64e0e1c]::global::with_default::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#8}>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#9}>>::{closure#0}::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.6/src/global.rs:162 [INFO] [stdout] 64: 0x555b194fd68c - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#8}>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#9}>>::{closure#0}::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:232 [INFO] [stdout] 65: 0x555b195ae0f6 - tokio_reactor[5f105d66cb330047]::with_default::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#8}>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#9}>>::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.8/src/lib.rs:229 [INFO] [stdout] 66: 0x555b19554dcd - >>>::try_with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#8}>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#9}>>::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:296 [INFO] [stdout] 67: 0x555b19553d94 - >>>::with::::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#8}>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#9}>>::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/local.rs:242 [INFO] [stdout] 68: 0x555b195ab6d3 - tokio_reactor[5f105d66cb330047]::with_default::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#8}>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#9}>>::{closure#0}::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.8/src/lib.rs:212 [INFO] [stdout] 69: 0x555b194fcf6c - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#8}>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#9}>>::{closure#0} [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:231 [INFO] [stdout] 70: 0x555b195930d8 - >::set::<::run + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#8}>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#9}>>::{closure#0}, core[b849d6d0cd70c3a8]::result::Result, (postgres_shared[3c4fe8017ce84b2c]::error::Error, tokio_postgres[664c9d3c1c791656]::Connection)>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 [INFO] [stdout] 71: 0x555b194f7f5f - ::run:: + core[b849d6d0cd70c3a8]::marker::Send>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#1}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#2}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#3}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#4}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#5}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#6}>, alloc[f4750af829db9b76]::boxed::Box + core[b849d6d0cd70c3a8]::marker::Send>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#7}>, futures_state_stream[35e50fd3dbbc85f6]::Collect + core[b849d6d0cd70c3a8]::marker::Send>>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#8}>, tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#9}>> [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:230 [INFO] [stdout] 72: 0x555b195e8b5e - tokio_postgres[664c9d3c1c791656]::test::transaction [INFO] [stdout] at src/test.rs:233 [INFO] [stdout] 73: 0x555b195e88f9 - tokio_postgres[664c9d3c1c791656]::test::transaction::{closure#0} [INFO] [stdout] at src/test.rs:202 [INFO] [stdout] 74: 0x555b1960d18d - >::call_once [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/ops/function.rs:231 [INFO] [stdout] 75: 0x555b1964722e - >::call_box [INFO] [stdout] at src/libtest/lib.rs:1474 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libcore/ops/function.rs:231 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:734 [INFO] [stdout] 76: 0x555b1986d739 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:92 [INFO] [stdout] 77: 0x555b19661717 - test[ea847f4bd1b1afc4]::run_test::run_test_inner::{closure#0} [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:276 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:388 [INFO] [stdout] at src/libtest/lib.rs:1429 [INFO] [stdout] 78: 0x555b1963cac4 - std[698b411d1b74fcff]::sys_common::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/sys_common/backtrace.rs:135 [INFO] [stdout] 79: 0x555b1963c5e4 - std[698b411d1b74fcff]::panicking::try::do_call::::spawn_unchecked::{closure#0}::{closure#0}>, ()> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/mod.rs:469 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:309 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:297 [INFO] [stdout] 80: 0x555b1986d739 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:92 [INFO] [stdout] 81: 0x555b19646f6c - <::spawn_unchecked::{closure#0} as alloc[f4750af829db9b76]::boxed::FnBox<()>>::call_box [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:276 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:388 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/mod.rs:468 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:734 [INFO] [stdout] 82: 0x555b1986cecd - ::new::thread_start [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:744 [INFO] [stdout] at src/libstd/sys_common/thread.rs:14 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:81 [INFO] [stdout] 83: 0x7fc370f30493 - start_thread [INFO] [stdout] 84: 0x7fc370a5bace - __clone [INFO] [stdout] 85: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] test::batch_execute_err [INFO] [stdout] test::batch_execute_ok [INFO] [stdout] test::cancel [INFO] [stdout] test::composite [INFO] [stdout] test::domain [INFO] [stdout] test::enum_ [INFO] [stdout] test::md5_user [INFO] [stdout] test::md5_user_no_pass [INFO] [stdout] test::md5_user_wrong_pass [INFO] [stdout] test::notifications [INFO] [stdout] test::pass_user [INFO] [stdout] test::pass_user_no_pass [INFO] [stdout] test::pass_user_wrong_pass [INFO] [stdout] test::prepare_execute [INFO] [stdout] test::prepare_execute_rows [INFO] [stdout] test::query [INFO] [stdout] test::ssl_user_ssl_required [INFO] [stdout] test::transaction [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 18 failed; 1 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `"docker" "inspect" "42f7e8b047bba459c3afde0ef2f242f42a873138730bec871eb27a8110b450b2"` [INFO] running `"docker" "rm" "-f" "42f7e8b047bba459c3afde0ef2f242f42a873138730bec871eb27a8110b450b2"` [INFO] [stdout] 42f7e8b047bba459c3afde0ef2f242f42a873138730bec871eb27a8110b450b2