[INFO] fetching crate sqlxmq 0.2.1... [INFO] testing sqlxmq-0.2.1 against beta-2021-09-08 for beta-1.56-1 [INFO] extracting crate sqlxmq 0.2.1 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate sqlxmq 0.2.1 on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate sqlxmq 0.2.1 [INFO] finished tweaking crates.io crate sqlxmq 0.2.1 [INFO] tweaked toml for crates.io crate sqlxmq 0.2.1 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded crc-catalog v1.1.1 [INFO] [stderr] Downloaded sqlx-rt v0.5.7 [INFO] [stderr] Downloaded anymap2 v0.13.0 [INFO] [stderr] Downloaded crc v2.0.0 [INFO] [stderr] Downloaded sqlx-core v0.5.7 [INFO] [stderr] Downloaded tokio v1.8.0 [INFO] [stderr] Downloaded sqlformat v0.1.7 [INFO] [stderr] Downloaded whoami v1.1.3 [INFO] [stderr] Downloaded sqlx-macros v0.5.7 [INFO] [stderr] Downloaded sqlx v0.5.7 [INFO] [stderr] Downloaded sqlxmq_macros v0.2.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8bbefe7ff52e0fc9e4f43e016c7176e52113b90eda627aa98c77df6373984066 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "8bbefe7ff52e0fc9e4f43e016c7176e52113b90eda627aa98c77df6373984066", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8bbefe7ff52e0fc9e4f43e016c7176e52113b90eda627aa98c77df6373984066", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8bbefe7ff52e0fc9e4f43e016c7176e52113b90eda627aa98c77df6373984066", kill_on_drop: false }` [INFO] [stdout] 8bbefe7ff52e0fc9e4f43e016c7176e52113b90eda627aa98c77df6373984066 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b63b00fd79cf07ad047142faa3282b18a1c4d5669e20931aa84763295f018b2d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b63b00fd79cf07ad047142faa3282b18a1c4d5669e20931aa84763295f018b2d", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling typenum v1.14.0 [INFO] [stderr] Compiling once_cell v1.8.0 [INFO] [stderr] Compiling futures-core v0.3.17 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling crossbeam-queue v0.3.2 [INFO] [stderr] Compiling cpufeatures v0.2.1 [INFO] [stderr] Compiling serde_json v1.0.67 [INFO] [stderr] Compiling whoami v1.1.3 [INFO] [stderr] Compiling minimal-lexical v0.1.3 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling unicode_categories v0.1.1 [INFO] [stderr] Compiling crc-catalog v1.1.1 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling unicode-segmentation v1.8.0 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling anymap2 v0.13.0 [INFO] [stderr] Compiling tokio v1.8.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling futures-util v0.3.17 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling instant v0.1.10 [INFO] [stderr] Compiling lock_api v0.4.5 [INFO] [stderr] Compiling ahash v0.7.4 [INFO] [stderr] Compiling nom v7.0.0 [INFO] [stderr] Compiling crc v2.0.0 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling dirs-sys v0.3.6 [INFO] [stderr] Compiling mio v0.7.13 [INFO] [stderr] Compiling stringprep v0.1.2 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling openssl v0.10.36 [INFO] [stderr] Compiling futures-channel v0.3.17 [INFO] [stderr] Compiling tokio-macros v1.3.0 [INFO] [stderr] Compiling sqlxmq_macros v0.2.1 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling dirs v3.0.2 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling futures-intrusive v0.4.0 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling hashlink v0.7.0 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling atoi v0.4.0 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling crypto-mac v0.10.1 [INFO] [stderr] Compiling md-5 v0.9.1 [INFO] [stderr] Compiling hmac v0.10.1 [INFO] [stderr] Compiling sha-1 v0.9.8 [INFO] [stderr] Compiling sha2 v0.9.8 [INFO] [stderr] Compiling native-tls v0.2.8 [INFO] [stderr] Compiling sqlformat v0.1.7 [INFO] [stderr] Compiling futures-executor v0.3.17 [INFO] [stderr] Compiling futures v0.3.17 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling tokio-stream v0.1.7 [INFO] [stderr] Compiling sqlx-rt v0.5.7 [INFO] [stderr] Compiling sqlx-core v0.5.7 [INFO] [stderr] Compiling sqlx-macros v0.5.7 [INFO] [stderr] Compiling sqlx v0.5.7 [INFO] [stderr] Compiling sqlxmq v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 45s [INFO] running `Command { std: "docker" "inspect" "b63b00fd79cf07ad047142faa3282b18a1c4d5669e20931aa84763295f018b2d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b63b00fd79cf07ad047142faa3282b18a1c4d5669e20931aa84763295f018b2d", kill_on_drop: false }` [INFO] [stdout] b63b00fd79cf07ad047142faa3282b18a1c4d5669e20931aa84763295f018b2d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 872d0fc83644c875081ad4eba6119d613d0163113e81eef206546d73823c2b4a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "872d0fc83644c875081ad4eba6119d613d0163113e81eef206546d73823c2b4a", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling pretty_env_logger v0.4.0 [INFO] [stderr] Compiling sqlxmq v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 12.61s [INFO] running `Command { std: "docker" "inspect" "872d0fc83644c875081ad4eba6119d613d0163113e81eef206546d73823c2b4a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "872d0fc83644c875081ad4eba6119d613d0163113e81eef206546d73823c2b4a", kill_on_drop: false }` [INFO] [stdout] 872d0fc83644c875081ad4eba6119d613d0163113e81eef206546d73823c2b4a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] d4eb6c000068de696ff29a440f0e13f934127958deb765736e0bf743851bee15 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "d4eb6c000068de696ff29a440f0e13f934127958deb765736e0bf743851bee15", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.18s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/sqlxmq-64ddd9a702279f09) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test tests::it_can_checkpoint_jobs ... FAILED [INFO] [stdout] test tests::it_can_spawn_job ... FAILED [INFO] [stdout] test tests::it_runs_jobs_in_parallel ... FAILED [INFO] [stdout] test tests::it_can_use_registry ... FAILED [INFO] [stdout] test tests::it_retries_failed_jobs ... FAILED [INFO] [stdout] test tests::it_runs_jobs_in_order ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- tests::it_can_checkpoint_jobs stdout ---- [INFO] [stdout] thread 'tests::it_can_checkpoint_jobs' panicked at 'called `Result::unwrap()` on an `Err` value: Io(Os { code: 99, kind: AddrNotAvailable, message: "Cannot assign requested address" })', src/lib.rs:278:14 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55d13fec33fc - std::backtrace_rs::backtrace::libunwind::trace::h51faa62df48810e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55d13fec33fc - std::backtrace_rs::backtrace::trace_unsynchronized::h91de4d8e16d607e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55d13fec33fc - std::sys_common::backtrace::_print_fmt::h71b0935f97e4322c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55d13fec33fc - ::fmt::h9a78218788c14e18 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55d13fee7acc - core::fmt::write::h3381b3176fe2b3d3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/fmt/mod.rs:1150:17 [INFO] [stdout] 5: 0x55d13febde55 - std::io::Write::write_fmt::hb6383f24fe197d3c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/io/mod.rs:1667:15 [INFO] [stdout] 6: 0x55d13fec50b0 - std::sys_common::backtrace::_print::h4b77abc4d907ed0e [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55d13fec50b0 - std::sys_common::backtrace::print::hb170c60b542377ad [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55d13fec50b0 - std::panicking::default_hook::{{closure}}::h12bbda9af8901ee3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:210:50 [INFO] [stdout] 9: 0x55d13fec4ca2 - std::panicking::default_hook::h8c6c66d3f3ba6768 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:224:9 [INFO] [stdout] 10: 0x55d13fec5764 - std::panicking::rust_panic_with_hook::h36f2fa0bb09f4069 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:624:17 [INFO] [stdout] 11: 0x55d13fec5240 - std::panicking::begin_panic_handler::{{closure}}::h9c42b65a42d06a7a [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:521:13 [INFO] [stdout] 12: 0x55d13fec38c4 - std::sys_common::backtrace::__rust_end_short_backtrace::hc791bddfe31e532c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55d13fec51a9 - rust_begin_unwind [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:517:5 [INFO] [stdout] 14: 0x55d13f834d51 - core::panicking::panic_fmt::hf9de31d4acbce4db [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panicking.rs:101:14 [INFO] [stdout] 15: 0x55d13f834e43 - core::result::unwrap_failed::ha0c84e81219e5878 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/result.rs:1617:5 [INFO] [stdout] 16: 0x55d13f89c662 - core::result::Result::unwrap::h6123c44619aa072a [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/result.rs:1299:23 [INFO] [stdout] 17: 0x55d13f84d20a - sqlxmq::tests::test_pool::{{closure}}::h3fcc9d291ec99c03 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:276:20 [INFO] [stdout] 18: 0x55d13f849c0b - as core::future::future::Future>::poll::h2cdad6f7ee2baaba [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x55d13f857a86 - sqlxmq::tests::it_can_checkpoint_jobs::{{closure}}::hfda6f1a88ce77f38 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:479:26 [INFO] [stdout] 20: 0x55d13f84a82b - as core::future::future::Future>::poll::h7af5e37ac8ac0a9f [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55d13f8b521a - as core::future::future::Future>::poll::h222fb477c70f36fe [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/future.rs:119:9 [INFO] [stdout] 22: 0x55d13f8c0f10 - tokio::runtime::basic_scheduler::Inner

::block_on::{{closure}}::{{closure}}::ha0fcdba33a7a9656 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/runtime/basic_scheduler.rs:213:62 [INFO] [stdout] 23: 0x55d13f8d1400 - tokio::coop::with_budget::{{closure}}::h6f43fd035ec9f876 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/coop.rs:106:9 [INFO] [stdout] 24: 0x55d13f8cac88 - std::thread::local::LocalKey::try_with::h2b33aa5780842718 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/local.rs:399:16 [INFO] [stdout] 25: 0x55d13f8ca26d - std::thread::local::LocalKey::with::h92c7edd01961cfb8 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/local.rs:375:9 [INFO] [stdout] 26: 0x55d13f8bd906 - tokio::coop::with_budget::h3546d698f139cb23 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/coop.rs:99:5 [INFO] [stdout] 27: 0x55d13f8bd906 - tokio::coop::budget::ha8e6bee7614fbaee [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/coop.rs:76:5 [INFO] [stdout] 28: 0x55d13f8bd906 - tokio::runtime::basic_scheduler::Inner

::block_on::{{closure}}::h9171a1c7935af4cb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/runtime/basic_scheduler.rs:213:39 [INFO] [stdout] 29: 0x55d13f8c4821 - tokio::runtime::basic_scheduler::enter::{{closure}}::hd987f8a3b4513b5a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/runtime/basic_scheduler.rs:323:29 [INFO] [stdout] 30: 0x55d13f895007 - tokio::macros::scoped_tls::ScopedKey::set::h8aeb534bc7a6397a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 31: 0x55d13f8c3cc2 - tokio::runtime::basic_scheduler::enter::ha77c0421bce2aa48 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/runtime/basic_scheduler.rs:323:5 [INFO] [stdout] 32: 0x55d13f8bcaeb - tokio::runtime::basic_scheduler::Inner

::block_on::h28f1a0071fd65366 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/runtime/basic_scheduler.rs:202:9 [INFO] [stdout] 33: 0x55d13f8c12be - tokio::runtime::basic_scheduler::InnerGuard

::block_on::h6e7de511aa65d4f0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/runtime/basic_scheduler.rs:516:9 [INFO] [stdout] 34: 0x55d13f8c2692 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::heeb0a135a8cf4b6b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/runtime/basic_scheduler.rs:162:24 [INFO] [stdout] 35: 0x55d13f895b0e - tokio::runtime::Runtime::block_on::hbe5cdfd35fb04bd2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/runtime/mod.rs:450:46 [INFO] [stdout] 36: 0x55d13f8570a8 - sqlxmq::tests::it_can_checkpoint_jobs::hcd288bae3d5f8b6d [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:518:9 [INFO] [stdout] 37: 0x55d13f856fba - sqlxmq::tests::it_can_checkpoint_jobs::{{closure}}::h648aaa3f23de7879 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:477:11 [INFO] [stdout] 38: 0x55d13f8a4cee - core::ops::function::FnOnce::call_once::h46520e12df762ddb [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55d13f952d93 - core::ops::function::FnOnce::call_once::h61555a204318cc58 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 40: 0x55d13f952d93 - test::__rust_begin_short_backtrace::h8331e7b1cc7a6e62 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:578:5 [INFO] [stdout] 41: 0x55d13f951818 - as core::ops::function::FnOnce>::call_once::h98582e597fa7f145 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 42: 0x55d13f951818 - as core::ops::function::FnOnce<()>>::call_once::h38fa7a0826ecff45 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 43: 0x55d13f951818 - std::panicking::try::do_call::h5b27d1cfffaa9f87 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 44: 0x55d13f951818 - std::panicking::try::h86f7124b3264bcbe [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 45: 0x55d13f951818 - std::panic::catch_unwind::h42dadf3598df7528 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 46: 0x55d13f951818 - test::run_test_in_process::h9d4b7510f0910050 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:601:18 [INFO] [stdout] 47: 0x55d13f951818 - test::run_test::run_test_inner::{{closure}}::h9b17f1fd181fe294 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:493:39 [INFO] [stdout] 48: 0x55d13f91f36e - test::run_test::run_test_inner::{{closure}}::h476f9211dfec6075 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:520:37 [INFO] [stdout] 49: 0x55d13f91f36e - std::sys_common::backtrace::__rust_begin_short_backtrace::h5c2db6945645950d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 50: 0x55d13f923c08 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h791169ea9ba5492d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 51: 0x55d13f923c08 - as core::ops::function::FnOnce<()>>::call_once::he930357ede3f4b4d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 52: 0x55d13f923c08 - std::panicking::try::do_call::h0de4b1dd08a9aa80 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 53: 0x55d13f923c08 - std::panicking::try::hf5b5c530df698d97 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 54: 0x55d13f923c08 - std::panic::catch_unwind::hed97078f17dbf191 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 55: 0x55d13f923c08 - std::thread::Builder::spawn_unchecked::{{closure}}::h2e673950929cba93 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 56: 0x55d13f923c08 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8e18ddd18a52f010 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 57: 0x55d13fecacc3 - as core::ops::function::FnOnce>::call_once::hbbbb32ef11ea0ad2 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 58: 0x55d13fecacc3 - as core::ops::function::FnOnce>::call_once::h3b8ef23699fc5385 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 59: 0x55d13fecacc3 - std::sys::unix::thread::Thread::new::thread_start::ha57f5cba35f709b7 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys/unix/thread.rs:106:17 [INFO] [stdout] 60: 0x7fd1c1e4c609 - start_thread [INFO] [stdout] 61: 0x7fd1c1c1c293 - clone [INFO] [stdout] 62: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::it_can_spawn_job stdout ---- [INFO] [stdout] thread 'tests::it_can_spawn_job' panicked at 'called `Result::unwrap()` on an `Err` value: Io(Os { code: 99, kind: AddrNotAvailable, message: "Cannot assign requested address" })', src/lib.rs:278:14 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55d13fec33fc - std::backtrace_rs::backtrace::libunwind::trace::h51faa62df48810e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55d13fec33fc - std::backtrace_rs::backtrace::trace_unsynchronized::h91de4d8e16d607e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55d13fec33fc - std::sys_common::backtrace::_print_fmt::h71b0935f97e4322c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55d13fec33fc - ::fmt::h9a78218788c14e18 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55d13fee7acc - core::fmt::write::h3381b3176fe2b3d3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/fmt/mod.rs:1150:17 [INFO] [stdout] 5: 0x55d13febde55 - std::io::Write::write_fmt::hb6383f24fe197d3c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/io/mod.rs:1667:15 [INFO] [stdout] 6: 0x55d13fec50b0 - std::sys_common::backtrace::_print::h4b77abc4d907ed0e [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55d13fec50b0 - std::sys_common::backtrace::print::hb170c60b542377ad [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55d13fec50b0 - std::panicking::default_hook::{{closure}}::h12bbda9af8901ee3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:210:50 [INFO] [stdout] 9: 0x55d13fec4ca2 - std::panicking::default_hook::h8c6c66d3f3ba6768 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:224:9 [INFO] [stdout] 10: 0x55d13fec5764 - std::panicking::rust_panic_with_hook::h36f2fa0bb09f4069 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:624:17 [INFO] [stdout] 11: 0x55d13fec5240 - std::panicking::begin_panic_handler::{{closure}}::h9c42b65a42d06a7a [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:521:13 [INFO] [stdout] 12: 0x55d13fec38c4 - std::sys_common::backtrace::__rust_end_short_backtrace::hc791bddfe31e532c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55d13fec51a9 - rust_begin_unwind [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:517:5 [INFO] [stdout] 14: 0x55d13f834d51 - core::panicking::panic_fmt::hf9de31d4acbce4db [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panicking.rs:101:14 [INFO] [stdout] 15: 0x55d13f834e43 - core::result::unwrap_failed::ha0c84e81219e5878 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/result.rs:1617:5 [INFO] [stdout] 16: 0x55d13f89c662 - core::result::Result::unwrap::h6123c44619aa072a [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/result.rs:1299:23 [INFO] [stdout] 17: 0x55d13f84d20a - sqlxmq::tests::test_pool::{{closure}}::h3fcc9d291ec99c03 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:276:20 [INFO] [stdout] 18: 0x55d13f849c0b - as core::future::future::Future>::poll::h2cdad6f7ee2baaba [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x55d13f851cae - sqlxmq::tests::it_can_spawn_job::{{closure}}::h3ed61ce0eb5c3d8e [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:360:26 [INFO] [stdout] 20: 0x55d13f84c4bb - as core::future::future::Future>::poll::hfab36544a6f9a53a [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55d13f8b533a - as core::future::future::Future>::poll::h8870a4ea0cf9e3b8 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/future.rs:119:9 [INFO] [stdout] 22: 0x55d13f8c0f70 - tokio::runtime::basic_scheduler::Inner

::block_on::{{closure}}::{{closure}}::haa5aacd78f04b590 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/runtime/basic_scheduler.rs:213:62 [INFO] [stdout] 23: 0x55d13f8d0f80 - tokio::coop::with_budget::{{closure}}::h37c23cbceff85234 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/coop.rs:106:9 [INFO] [stdout] 24: 0x55d13f8cc9a8 - std::thread::local::LocalKey::try_with::hf3e4d52b75110849 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/local.rs:399:16 [INFO] [stdout] 25: 0x55d13f8ca42d - std::thread::local::LocalKey::with::hac6c3f05cb9eb15a [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/local.rs:375:9 [INFO] [stdout] 26: 0x55d13f8bf7f6 - tokio::coop::with_budget::h7ffca300c04324ad [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/coop.rs:99:5 [INFO] [stdout] 27: 0x55d13f8bf7f6 - tokio::coop::budget::haf95893eba781e52 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/coop.rs:76:5 [INFO] [stdout] 28: 0x55d13f8bf7f6 - tokio::runtime::basic_scheduler::Inner

::block_on::{{closure}}::hde7830e536d2a6a2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/runtime/basic_scheduler.rs:213:39 [INFO] [stdout] 29: 0x55d13f8c47e1 - tokio::runtime::basic_scheduler::enter::{{closure}}::hd93dbaad664015d8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/runtime/basic_scheduler.rs:323:29 [INFO] [stdout] 30: 0x55d13f894e27 - tokio::macros::scoped_tls::ScopedKey::set::h6cb8e684b6dbebea [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 31: 0x55d13f8c46e2 - tokio::runtime::basic_scheduler::enter::he1fc07caf337e856 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/runtime/basic_scheduler.rs:323:5 [INFO] [stdout] 32: 0x55d13f8bcb4b - tokio::runtime::basic_scheduler::Inner

::block_on::hdc0e11fe31c2679d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/runtime/basic_scheduler.rs:202:9 [INFO] [stdout] 33: 0x55d13f8c122e - tokio::runtime::basic_scheduler::InnerGuard

::block_on::h5afa7b4534becbea [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/runtime/basic_scheduler.rs:516:9 [INFO] [stdout] 34: 0x55d13f8c1b52 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::h41e740c1cfe12d6f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/runtime/basic_scheduler.rs:162:24 [INFO] [stdout] 35: 0x55d13f89597e - tokio::runtime::Runtime::block_on::h6d4df26aef7fcb54 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/runtime/mod.rs:450:46 [INFO] [stdout] 36: 0x55d13f851668 - sqlxmq::tests::it_can_spawn_job::h28b8fd1c2d051f63 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:369:9 [INFO] [stdout] 37: 0x55d13f85157a - sqlxmq::tests::it_can_spawn_job::{{closure}}::h0b0048d4175d4a5a [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:358:11 [INFO] [stdout] 38: 0x55d13f8a4fae - core::ops::function::FnOnce::call_once::h6789441045e0ac28 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55d13f952d93 - core::ops::function::FnOnce::call_once::h61555a204318cc58 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 40: 0x55d13f952d93 - test::__rust_begin_short_backtrace::h8331e7b1cc7a6e62 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:578:5 [INFO] [stdout] 41: 0x55d13f951818 - as core::ops::function::FnOnce>::call_once::h98582e597fa7f145 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 42: 0x55d13f951818 - as core::ops::function::FnOnce<()>>::call_once::h38fa7a0826ecff45 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 43: 0x55d13f951818 - std::panicking::try::do_call::h5b27d1cfffaa9f87 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 44: 0x55d13f951818 - std::panicking::try::h86f7124b3264bcbe [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 45: 0x55d13f951818 - std::panic::catch_unwind::h42dadf3598df7528 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 46: 0x55d13f951818 - test::run_test_in_process::h9d4b7510f0910050 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:601:18 [INFO] [stdout] 47: 0x55d13f951818 - test::run_test::run_test_inner::{{closure}}::h9b17f1fd181fe294 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:493:39 [INFO] [stdout] 48: 0x55d13f91f36e - test::run_test::run_test_inner::{{closure}}::h476f9211dfec6075 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:520:37 [INFO] [stdout] 49: 0x55d13f91f36e - std::sys_common::backtrace::__rust_begin_short_backtrace::h5c2db6945645950d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 50: 0x55d13f923c08 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h791169ea9ba5492d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 51: 0x55d13f923c08 - as core::ops::function::FnOnce<()>>::call_once::he930357ede3f4b4d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 52: 0x55d13f923c08 - std::panicking::try::do_call::h0de4b1dd08a9aa80 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 53: 0x55d13f923c08 - std::panicking::try::hf5b5c530df698d97 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 54: 0x55d13f923c08 - std::panic::catch_unwind::hed97078f17dbf191 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 55: 0x55d13f923c08 - std::thread::Builder::spawn_unchecked::{{closure}}::h2e673950929cba93 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 56: 0x55d13f923c08 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8e18ddd18a52f010 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 57: 0x55d13fecacc3 - as core::ops::function::FnOnce>::call_once::hbbbb32ef11ea0ad2 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 58: 0x55d13fecacc3 - as core::ops::function::FnOnce>::call_once::h3b8ef23699fc5385 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 59: 0x55d13fecacc3 - std::sys::unix::thread::Thread::new::thread_start::ha57f5cba35f709b7 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys/unix/thread.rs:106:17 [INFO] [stdout] 60: 0x7fd1c1e4c609 - start_thread [INFO] [stdout] 61: 0x7fd1c1c1c293 - clone [INFO] [stdout] 62: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::it_runs_jobs_in_parallel stdout ---- [INFO] [stdout] thread 'tests::it_runs_jobs_in_parallel' panicked at 'called `Result::unwrap()` on an `Err` value: Io(Os { code: 99, kind: AddrNotAvailable, message: "Cannot assign requested address" })', src/lib.rs:278:14 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55d13fec33fc - std::backtrace_rs::backtrace::libunwind::trace::h51faa62df48810e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55d13fec33fc - std::backtrace_rs::backtrace::trace_unsynchronized::h91de4d8e16d607e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55d13fec33fc - std::sys_common::backtrace::_print_fmt::h71b0935f97e4322c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55d13fec33fc - ::fmt::h9a78218788c14e18 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55d13fee7acc - core::fmt::write::h3381b3176fe2b3d3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/fmt/mod.rs:1150:17 [INFO] [stdout] 5: 0x55d13febde55 - std::io::Write::write_fmt::hb6383f24fe197d3c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/io/mod.rs:1667:15 [INFO] [stdout] 6: 0x55d13fec50b0 - std::sys_common::backtrace::_print::h4b77abc4d907ed0e [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55d13fec50b0 - std::sys_common::backtrace::print::hb170c60b542377ad [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55d13fec50b0 - std::panicking::default_hook::{{closure}}::h12bbda9af8901ee3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:210:50 [INFO] [stdout] 9: 0x55d13fec4ca2 - std::panicking::default_hook::h8c6c66d3f3ba6768 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:224:9 [INFO] [stdout] 10: 0x55d13fec5764 - std::panicking::rust_panic_with_hook::h36f2fa0bb09f4069 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:624:17 [INFO] [stdout] 11: 0x55d13fec5240 - std::panicking::begin_panic_handler::{{closure}}::h9c42b65a42d06a7a [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:521:13 [INFO] [stdout] 12: 0x55d13fec38c4 - std::sys_common::backtrace::__rust_end_short_backtrace::hc791bddfe31e532c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55d13fec51a9 - rust_begin_unwind [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:517:5 [INFO] [stdout] 14: 0x55d13f834d51 - core::panicking::panic_fmt::hf9de31d4acbce4db [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panicking.rs:101:14 [INFO] [stdout] 15: 0x55d13f834e43 - core::result::unwrap_failed::ha0c84e81219e5878 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/result.rs:1617:5 [INFO] [stdout] 16: 0x55d13f89c662 - core::result::Result::unwrap::h6123c44619aa072a [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/result.rs:1299:23 [INFO] [stdout] 17: 0x55d13f84d20a - sqlxmq::tests::test_pool::{{closure}}::h3fcc9d291ec99c03 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:276:20 [INFO] [stdout] 18: 0x55d13f849c0b - as core::future::future::Future>::poll::h2cdad6f7ee2baaba [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x55d13f854780 - sqlxmq::tests::it_runs_jobs_in_parallel::{{closure}}::hede5960623f1aae4 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:413:26 [INFO] [stdout] 20: 0x55d13f84b40b - as core::future::future::Future>::poll::hb56016e1f8bba3f6 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55d13f8b52da - as core::future::future::Future>::poll::h47cb5727dde18d83 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/future.rs:119:9 [INFO] [stdout] 22: 0x55d13f8c10a0 - tokio::runtime::basic_scheduler::Inner

::block_on::{{closure}}::{{closure}}::hdfd653438b3cc2aa [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/runtime/basic_scheduler.rs:213:62 [INFO] [stdout] 23: 0x55d13f8d0c20 - tokio::coop::with_budget::{{closure}}::h19af20bf04253f33 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/coop.rs:106:9 [INFO] [stdout] 24: 0x55d13f8cbf38 - std::thread::local::LocalKey::try_with::hb892216d22bff960 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/local.rs:399:16 [INFO] [stdout] 25: 0x55d13f8ca65d - std::thread::local::LocalKey::with::hf88489aa1914755a [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/local.rs:375:9 [INFO] [stdout] 26: 0x55d13f8bceb6 - tokio::coop::with_budget::h771b971a04ce029f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/coop.rs:99:5 [INFO] [stdout] 27: 0x55d13f8bceb6 - tokio::coop::budget::h42f29d1a8e8be674 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/coop.rs:76:5 [INFO] [stdout] 28: 0x55d13f8bceb6 - tokio::runtime::basic_scheduler::Inner

::block_on::{{closure}}::h81a414baeaba343c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/runtime/basic_scheduler.rs:213:39 [INFO] [stdout] 29: 0x55d13f8c47a1 - tokio::runtime::basic_scheduler::enter::{{closure}}::h89041abd0b559c31 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/runtime/basic_scheduler.rs:323:29 [INFO] [stdout] 30: 0x55d13f8952d7 - tokio::macros::scoped_tls::ScopedKey::set::hfbc405d69113325d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 31: 0x55d13f8c4022 - tokio::runtime::basic_scheduler::enter::hacf49bb909f48ae6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/runtime/basic_scheduler.rs:323:5 [INFO] [stdout] 32: 0x55d13f8bcacb - tokio::runtime::basic_scheduler::Inner

::block_on::h02d0a6f0b536253c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/runtime/basic_scheduler.rs:202:9 [INFO] [stdout] 33: 0x55d13f8c134e - tokio::runtime::basic_scheduler::InnerGuard

::block_on::h7be48e4dab2743a0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/runtime/basic_scheduler.rs:516:9 [INFO] [stdout] 34: 0x55d13f8c22d2 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::hd565e54a26a57957 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/runtime/basic_scheduler.rs:162:24 [INFO] [stdout] 35: 0x55d13f895c9e - tokio::runtime::Runtime::block_on::hd9e526d28aa5f382 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/runtime/mod.rs:450:46 [INFO] [stdout] 36: 0x55d13f8540a8 - sqlxmq::tests::it_runs_jobs_in_parallel::h629e66cd151347c0 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:436:9 [INFO] [stdout] 37: 0x55d13f853fba - sqlxmq::tests::it_runs_jobs_in_parallel::{{closure}}::h93b033dedbcca329 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:411:11 [INFO] [stdout] 38: 0x55d13f8a4aae - core::ops::function::FnOnce::call_once::h14002d58df6ba72b [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55d13f952d93 - core::ops::function::FnOnce::call_once::h61555a204318cc58 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 40: 0x55d13f952d93 - test::__rust_begin_short_backtrace::h8331e7b1cc7a6e62 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:578:5 [INFO] [stdout] 41: 0x55d13f951818 - as core::ops::function::FnOnce>::call_once::h98582e597fa7f145 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 42: 0x55d13f951818 - as core::ops::function::FnOnce<()>>::call_once::h38fa7a0826ecff45 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 43: 0x55d13f951818 - std::panicking::try::do_call::h5b27d1cfffaa9f87 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 44: 0x55d13f951818 - std::panicking::try::h86f7124b3264bcbe [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 45: 0x55d13f951818 - std::panic::catch_unwind::h42dadf3598df7528 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 46: 0x55d13f951818 - test::run_test_in_process::h9d4b7510f0910050 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:601:18 [INFO] [stdout] 47: 0x55d13f951818 - test::run_test::run_test_inner::{{closure}}::h9b17f1fd181fe294 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:493:39 [INFO] [stdout] 48: 0x55d13f91f36e - test::run_test::run_test_inner::{{closure}}::h476f9211dfec6075 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:520:37 [INFO] [stdout] 49: 0x55d13f91f36e - std::sys_common::backtrace::__rust_begin_short_backtrace::h5c2db6945645950d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 50: 0x55d13f923c08 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h791169ea9ba5492d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 51: 0x55d13f923c08 - as core::ops::function::FnOnce<()>>::call_once::he930357ede3f4b4d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 52: 0x55d13f923c08 - std::panicking::try::do_call::h0de4b1dd08a9aa80 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 53: 0x55d13f923c08 - std::panicking::try::hf5b5c530df698d97 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 54: 0x55d13f923c08 - std::panic::catch_unwind::hed97078f17dbf191 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 55: 0x55d13f923c08 - std::thread::Builder::spawn_unchecked::{{closure}}::h2e673950929cba93 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 56: 0x55d13f923c08 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8e18ddd18a52f010 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 57: 0x55d13fecacc3 - as core::ops::function::FnOnce>::call_once::hbbbb32ef11ea0ad2 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 58: 0x55d13fecacc3 - as core::ops::function::FnOnce>::call_once::h3b8ef23699fc5385 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 59: 0x55d13fecacc3 - std::sys::unix::thread::Thread::new::thread_start::ha57f5cba35f709b7 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys/unix/thread.rs:106:17 [INFO] [stdout] 60: 0x7fd1c1e4c609 - start_thread [INFO] [stdout] 61: 0x7fd1c1c1c293 - clone [INFO] [stdout] 62: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::it_can_use_registry stdout ---- [INFO] [stdout] thread 'tests::it_can_use_registry' panicked at 'called `Result::unwrap()` on an `Err` value: Io(Os { code: 99, kind: AddrNotAvailable, message: "Cannot assign requested address" })', src/lib.rs:278:14 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55d13fec33fc - std::backtrace_rs::backtrace::libunwind::trace::h51faa62df48810e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55d13fec33fc - std::backtrace_rs::backtrace::trace_unsynchronized::h91de4d8e16d607e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55d13fec33fc - std::sys_common::backtrace::_print_fmt::h71b0935f97e4322c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55d13fec33fc - ::fmt::h9a78218788c14e18 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55d13fee7acc - core::fmt::write::h3381b3176fe2b3d3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/fmt/mod.rs:1150:17 [INFO] [stdout] 5: 0x55d13febde55 - std::io::Write::write_fmt::hb6383f24fe197d3c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/io/mod.rs:1667:15 [INFO] [stdout] 6: 0x55d13fec50b0 - std::sys_common::backtrace::_print::h4b77abc4d907ed0e [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55d13fec50b0 - std::sys_common::backtrace::print::hb170c60b542377ad [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55d13fec50b0 - std::panicking::default_hook::{{closure}}::h12bbda9af8901ee3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:210:50 [INFO] [stdout] 9: 0x55d13fec4ca2 - std::panicking::default_hook::h8c6c66d3f3ba6768 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:224:9 [INFO] [stdout] 10: 0x55d13fec5764 - std::panicking::rust_panic_with_hook::h36f2fa0bb09f4069 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:624:17 [INFO] [stdout] 11: 0x55d13fec5240 - std::panicking::begin_panic_handler::{{closure}}::h9c42b65a42d06a7a [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:521:13 [INFO] [stdout] 12: 0x55d13fec38c4 - std::sys_common::backtrace::__rust_end_short_backtrace::hc791bddfe31e532c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55d13fec51a9 - rust_begin_unwind [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:517:5 [INFO] [stdout] 14: 0x55d13f834d51 - core::panicking::panic_fmt::hf9de31d4acbce4db [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panicking.rs:101:14 [INFO] [stdout] 15: 0x55d13f834e43 - core::result::unwrap_failed::ha0c84e81219e5878 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/result.rs:1617:5 [INFO] [stdout] 16: 0x55d13f89c662 - core::result::Result::unwrap::h6123c44619aa072a [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/result.rs:1299:23 [INFO] [stdout] 17: 0x55d13f84d20a - sqlxmq::tests::test_pool::{{closure}}::h3fcc9d291ec99c03 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:276:20 [INFO] [stdout] 18: 0x55d13f849c0b - as core::future::future::Future>::poll::h2cdad6f7ee2baaba [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x55d13f858e3e - sqlxmq::tests::it_can_use_registry::{{closure}}::h5bb47897e4b43933 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:524:26 [INFO] [stdout] 20: 0x55d13f84a94b - as core::future::future::Future>::poll::h836355131c3b6836 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55d13f8b539a - as core::future::future::Future>::poll::heb05f5c08f32b738 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/future.rs:119:9 [INFO] [stdout] 22: 0x55d13f8c0fd0 - tokio::runtime::basic_scheduler::Inner

::block_on::{{closure}}::{{closure}}::hb805ff9b45b6b2d3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/runtime/basic_scheduler.rs:213:62 [INFO] [stdout] 23: 0x55d13f8d1760 - tokio::coop::with_budget::{{closure}}::h8f9f1889261b1a25 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/coop.rs:106:9 [INFO] [stdout] 24: 0x55d13f8cc4f8 - std::thread::local::LocalKey::try_with::hd8716e28a537a6d2 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/local.rs:399:16 [INFO] [stdout] 25: 0x55d13f8c9b8d - std::thread::local::LocalKey::with::h10d5b7fabe58bbd0 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/local.rs:375:9 [INFO] [stdout] 26: 0x55d13f8c0246 - tokio::coop::with_budget::hc064b0f907de8b68 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/coop.rs:99:5 [INFO] [stdout] 27: 0x55d13f8c0246 - tokio::coop::budget::h1f3a65f906d0f754 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/coop.rs:76:5 [INFO] [stdout] 28: 0x55d13f8c0246 - tokio::runtime::basic_scheduler::Inner

::block_on::{{closure}}::hf2d3aa5a61498981 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/runtime/basic_scheduler.rs:213:39 [INFO] [stdout] 29: 0x55d13f8c48a1 - tokio::runtime::basic_scheduler::enter::{{closure}}::hec404c5b9ac638d6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/runtime/basic_scheduler.rs:323:29 [INFO] [stdout] 30: 0x55d13f8950f7 - tokio::macros::scoped_tls::ScopedKey::set::h9114e02f81cc4034 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 31: 0x55d13f8c3602 - tokio::runtime::basic_scheduler::enter::h7950377bd109bc49 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/runtime/basic_scheduler.rs:323:5 [INFO] [stdout] 32: 0x55d13f8bcb6b - tokio::runtime::basic_scheduler::Inner

::block_on::hffff4c710aff6495 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/runtime/basic_scheduler.rs:202:9 [INFO] [stdout] 33: 0x55d13f8c146e - tokio::runtime::basic_scheduler::InnerGuard

::block_on::ha5d90c493b87592b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/runtime/basic_scheduler.rs:516:9 [INFO] [stdout] 34: 0x55d13f8c1f12 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::h7a0fb13546661de0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/runtime/basic_scheduler.rs:162:24 [INFO] [stdout] 35: 0x55d13f8957ee - tokio::runtime::Runtime::block_on::h6c55619b4570a363 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/runtime/mod.rs:450:46 [INFO] [stdout] 36: 0x55d13f858a68 - sqlxmq::tests::it_can_use_registry::hd69a648d993e512b [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:532:9 [INFO] [stdout] 37: 0x55d13f85897a - sqlxmq::tests::it_can_use_registry::{{closure}}::h6be177a100463a2c [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:522:11 [INFO] [stdout] 38: 0x55d13f8a521e - core::ops::function::FnOnce::call_once::ha638cea62f9c8141 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55d13f952d93 - core::ops::function::FnOnce::call_once::h61555a204318cc58 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 40: 0x55d13f952d93 - test::__rust_begin_short_backtrace::h8331e7b1cc7a6e62 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:578:5 [INFO] [stdout] 41: 0x55d13f951818 - as core::ops::function::FnOnce>::call_once::h98582e597fa7f145 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 42: 0x55d13f951818 - as core::ops::function::FnOnce<()>>::call_once::h38fa7a0826ecff45 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 43: 0x55d13f951818 - std::panicking::try::do_call::h5b27d1cfffaa9f87 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 44: 0x55d13f951818 - std::panicking::try::h86f7124b3264bcbe [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 45: 0x55d13f951818 - std::panic::catch_unwind::h42dadf3598df7528 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 46: 0x55d13f951818 - test::run_test_in_process::h9d4b7510f0910050 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:601:18 [INFO] [stdout] 47: 0x55d13f951818 - test::run_test::run_test_inner::{{closure}}::h9b17f1fd181fe294 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:493:39 [INFO] [stdout] 48: 0x55d13f91f36e - test::run_test::run_test_inner::{{closure}}::h476f9211dfec6075 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:520:37 [INFO] [stdout] 49: 0x55d13f91f36e - std::sys_common::backtrace::__rust_begin_short_backtrace::h5c2db6945645950d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 50: 0x55d13f923c08 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h791169ea9ba5492d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 51: 0x55d13f923c08 - as core::ops::function::FnOnce<()>>::call_once::he930357ede3f4b4d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 52: 0x55d13f923c08 - std::panicking::try::do_call::h0de4b1dd08a9aa80 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 53: 0x55d13f923c08 - std::panicking::try::hf5b5c530df698d97 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 54: 0x55d13f923c08 - std::panic::catch_unwind::hed97078f17dbf191 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 55: 0x55d13f923c08 - std::thread::Builder::spawn_unchecked::{{closure}}::h2e673950929cba93 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 56: 0x55d13f923c08 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8e18ddd18a52f010 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 57: 0x55d13fecacc3 - as core::ops::function::FnOnce>::call_once::hbbbb32ef11ea0ad2 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 58: 0x55d13fecacc3 - as core::ops::function::FnOnce>::call_once::h3b8ef23699fc5385 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 59: 0x55d13fecacc3 - std::sys::unix::thread::Thread::new::thread_start::ha57f5cba35f709b7 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys/unix/thread.rs:106:17 [INFO] [stdout] 60: 0x7fd1c1e4c609 - start_thread [INFO] [stdout] 61: 0x7fd1c1c1c293 - clone [INFO] [stdout] 62: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::it_retries_failed_jobs stdout ---- [INFO] [stdout] thread 'tests::it_retries_failed_jobs' panicked at 'called `Result::unwrap()` on an `Err` value: Io(Os { code: 99, kind: AddrNotAvailable, message: "Cannot assign requested address" })', src/lib.rs:278:14 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55d13fec33fc - std::backtrace_rs::backtrace::libunwind::trace::h51faa62df48810e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55d13fec33fc - std::backtrace_rs::backtrace::trace_unsynchronized::h91de4d8e16d607e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55d13fec33fc - std::sys_common::backtrace::_print_fmt::h71b0935f97e4322c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55d13fec33fc - ::fmt::h9a78218788c14e18 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55d13fee7acc - core::fmt::write::h3381b3176fe2b3d3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/fmt/mod.rs:1150:17 [INFO] [stdout] 5: 0x55d13febde55 - std::io::Write::write_fmt::hb6383f24fe197d3c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/io/mod.rs:1667:15 [INFO] [stdout] 6: 0x55d13fec50b0 - std::sys_common::backtrace::_print::h4b77abc4d907ed0e [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55d13fec50b0 - std::sys_common::backtrace::print::hb170c60b542377ad [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55d13fec50b0 - std::panicking::default_hook::{{closure}}::h12bbda9af8901ee3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:210:50 [INFO] [stdout] 9: 0x55d13fec4ca2 - std::panicking::default_hook::h8c6c66d3f3ba6768 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:224:9 [INFO] [stdout] 10: 0x55d13fec5764 - std::panicking::rust_panic_with_hook::h36f2fa0bb09f4069 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:624:17 [INFO] [stdout] 11: 0x55d13fec5240 - std::panicking::begin_panic_handler::{{closure}}::h9c42b65a42d06a7a [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:521:13 [INFO] [stdout] 12: 0x55d13fec38c4 - std::sys_common::backtrace::__rust_end_short_backtrace::hc791bddfe31e532c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55d13fec51a9 - rust_begin_unwind [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:517:5 [INFO] [stdout] 14: 0x55d13f834d51 - core::panicking::panic_fmt::hf9de31d4acbce4db [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panicking.rs:101:14 [INFO] [stdout] 15: 0x55d13f834e43 - core::result::unwrap_failed::ha0c84e81219e5878 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/result.rs:1617:5 [INFO] [stdout] 16: 0x55d13f89c662 - core::result::Result::unwrap::h6123c44619aa072a [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/result.rs:1299:23 [INFO] [stdout] 17: 0x55d13f84d20a - sqlxmq::tests::test_pool::{{closure}}::h3fcc9d291ec99c03 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:276:20 [INFO] [stdout] 18: 0x55d13f849c0b - as core::future::future::Future>::poll::h2cdad6f7ee2baaba [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x55d13f855e16 - sqlxmq::tests::it_retries_failed_jobs::{{closure}}::hb248a060c974acb8 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:442:26 [INFO] [stdout] 20: 0x55d13f84adfb - as core::future::future::Future>::poll::h9007313ec69dffc9 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55d13f8b51ba - as core::future::future::Future>::poll::h0142b520a3df526f [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/future.rs:119:9 [INFO] [stdout] 22: 0x55d13f8c1100 - tokio::runtime::basic_scheduler::Inner

::block_on::{{closure}}::{{closure}}::he0df929ffbeae60c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/runtime/basic_scheduler.rs:213:62 [INFO] [stdout] 23: 0x55d13f8d11c0 - tokio::coop::with_budget::{{closure}}::h4998822801606c8c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/coop.rs:106:9 [INFO] [stdout] 24: 0x55d13f8ca918 - std::thread::local::LocalKey::try_with::h0e522fd5938f2b02 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/local.rs:399:16 [INFO] [stdout] 25: 0x55d13f8ca00d - std::thread::local::LocalKey::with::h6bc15771361bbb04 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/local.rs:375:9 [INFO] [stdout] 26: 0x55d13f8be356 - tokio::coop::with_budget::h15ec90402867e60a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/coop.rs:99:5 [INFO] [stdout] 27: 0x55d13f8be356 - tokio::coop::budget::h86353804e01ebdf1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/coop.rs:76:5 [INFO] [stdout] 28: 0x55d13f8be356 - tokio::runtime::basic_scheduler::Inner

::block_on::{{closure}}::hd61975259630c53a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/runtime/basic_scheduler.rs:213:39 [INFO] [stdout] 29: 0x55d13f8c4761 - tokio::runtime::basic_scheduler::enter::{{closure}}::h0852a06c785e7152 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/runtime/basic_scheduler.rs:323:29 [INFO] [stdout] 30: 0x55d13f894f17 - tokio::macros::scoped_tls::ScopedKey::set::h8666b915297bafdd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 31: 0x55d13f8c4382 - tokio::runtime::basic_scheduler::enter::hdff9683b25344f8f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/runtime/basic_scheduler.rs:323:5 [INFO] [stdout] 32: 0x55d13f8bcb0b - tokio::runtime::basic_scheduler::Inner

::block_on::h416ddb5815de8091 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/runtime/basic_scheduler.rs:202:9 [INFO] [stdout] 33: 0x55d13f8c119e - tokio::runtime::basic_scheduler::InnerGuard

::block_on::h0075e56672767757 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/runtime/basic_scheduler.rs:516:9 [INFO] [stdout] 34: 0x55d13f8c2a52 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::hf8b31111be56f602 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/runtime/basic_scheduler.rs:162:24 [INFO] [stdout] 35: 0x55d13f895e2e - tokio::runtime::Runtime::block_on::he81cbad2adf45c28 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/runtime/mod.rs:450:46 [INFO] [stdout] 36: 0x55d13f855888 - sqlxmq::tests::it_retries_failed_jobs::h54b3260c74832208 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:473:9 [INFO] [stdout] 37: 0x55d13f85579a - sqlxmq::tests::it_retries_failed_jobs::{{closure}}::h0dd2151c4070b73f [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:440:11 [INFO] [stdout] 38: 0x55d13f8a55ee - core::ops::function::FnOnce::call_once::hd9c3764760857bec [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55d13f952d93 - core::ops::function::FnOnce::call_once::h61555a204318cc58 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 40: 0x55d13f952d93 - test::__rust_begin_short_backtrace::h8331e7b1cc7a6e62 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:578:5 [INFO] [stdout] 41: 0x55d13f951818 - as core::ops::function::FnOnce>::call_once::h98582e597fa7f145 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 42: 0x55d13f951818 - as core::ops::function::FnOnce<()>>::call_once::h38fa7a0826ecff45 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 43: 0x55d13f951818 - std::panicking::try::do_call::h5b27d1cfffaa9f87 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 44: 0x55d13f951818 - std::panicking::try::h86f7124b3264bcbe [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 45: 0x55d13f951818 - std::panic::catch_unwind::h42dadf3598df7528 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 46: 0x55d13f951818 - test::run_test_in_process::h9d4b7510f0910050 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:601:18 [INFO] [stdout] 47: 0x55d13f951818 - test::run_test::run_test_inner::{{closure}}::h9b17f1fd181fe294 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:493:39 [INFO] [stdout] 48: 0x55d13f91f36e - test::run_test::run_test_inner::{{closure}}::h476f9211dfec6075 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:520:37 [INFO] [stdout] 49: 0x55d13f91f36e - std::sys_common::backtrace::__rust_begin_short_backtrace::h5c2db6945645950d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 50: 0x55d13f923c08 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h791169ea9ba5492d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 51: 0x55d13f923c08 - as core::ops::function::FnOnce<()>>::call_once::he930357ede3f4b4d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 52: 0x55d13f923c08 - std::panicking::try::do_call::h0de4b1dd08a9aa80 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 53: 0x55d13f923c08 - std::panicking::try::hf5b5c530df698d97 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 54: 0x55d13f923c08 - std::panic::catch_unwind::hed97078f17dbf191 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 55: 0x55d13f923c08 - std::thread::Builder::spawn_unchecked::{{closure}}::h2e673950929cba93 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 56: 0x55d13f923c08 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8e18ddd18a52f010 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 57: 0x55d13fecacc3 - as core::ops::function::FnOnce>::call_once::hbbbb32ef11ea0ad2 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 58: 0x55d13fecacc3 - as core::ops::function::FnOnce>::call_once::h3b8ef23699fc5385 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 59: 0x55d13fecacc3 - std::sys::unix::thread::Thread::new::thread_start::ha57f5cba35f709b7 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys/unix/thread.rs:106:17 [INFO] [stdout] 60: 0x7fd1c1e4c609 - start_thread [INFO] [stdout] 61: 0x7fd1c1c1c293 - clone [INFO] [stdout] 62: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::it_runs_jobs_in_order stdout ---- [INFO] [stdout] thread 'tests::it_runs_jobs_in_order' panicked at 'called `Result::unwrap()` on an `Err` value: Io(Os { code: 99, kind: AddrNotAvailable, message: "Cannot assign requested address" })', src/lib.rs:278:14 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55d13fec33fc - std::backtrace_rs::backtrace::libunwind::trace::h51faa62df48810e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55d13fec33fc - std::backtrace_rs::backtrace::trace_unsynchronized::h91de4d8e16d607e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55d13fec33fc - std::sys_common::backtrace::_print_fmt::h71b0935f97e4322c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55d13fec33fc - ::fmt::h9a78218788c14e18 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55d13fee7acc - core::fmt::write::h3381b3176fe2b3d3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/fmt/mod.rs:1150:17 [INFO] [stdout] 5: 0x55d13febde55 - std::io::Write::write_fmt::hb6383f24fe197d3c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/io/mod.rs:1667:15 [INFO] [stdout] 6: 0x55d13fec50b0 - std::sys_common::backtrace::_print::h4b77abc4d907ed0e [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55d13fec50b0 - std::sys_common::backtrace::print::hb170c60b542377ad [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55d13fec50b0 - std::panicking::default_hook::{{closure}}::h12bbda9af8901ee3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:210:50 [INFO] [stdout] 9: 0x55d13fec4ca2 - std::panicking::default_hook::h8c6c66d3f3ba6768 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:224:9 [INFO] [stdout] 10: 0x55d13fec5764 - std::panicking::rust_panic_with_hook::h36f2fa0bb09f4069 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:624:17 [INFO] [stdout] 11: 0x55d13fec5240 - std::panicking::begin_panic_handler::{{closure}}::h9c42b65a42d06a7a [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:521:13 [INFO] [stdout] 12: 0x55d13fec38c4 - std::sys_common::backtrace::__rust_end_short_backtrace::hc791bddfe31e532c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55d13fec51a9 - rust_begin_unwind [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:517:5 [INFO] [stdout] 14: 0x55d13f834d51 - core::panicking::panic_fmt::hf9de31d4acbce4db [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panicking.rs:101:14 [INFO] [stdout] 15: 0x55d13f834e43 - core::result::unwrap_failed::ha0c84e81219e5878 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/result.rs:1617:5 [INFO] [stdout] 16: 0x55d13f89c662 - core::result::Result::unwrap::h6123c44619aa072a [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/result.rs:1299:23 [INFO] [stdout] 17: 0x55d13f84d20a - sqlxmq::tests::test_pool::{{closure}}::h3fcc9d291ec99c03 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:276:20 [INFO] [stdout] 18: 0x55d13f849c0b - as core::future::future::Future>::poll::h2cdad6f7ee2baaba [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x55d13f852da3 - sqlxmq::tests::it_runs_jobs_in_order::{{closure}}::h1c69d860b3c9f25f [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:375:26 [INFO] [stdout] 20: 0x55d13f84960b - as core::future::future::Future>::poll::h036c462dc0aff48b [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55d13f8b527a - as core::future::future::Future>::poll::h3def36d375a62ed6 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/future.rs:119:9 [INFO] [stdout] 22: 0x55d13f8c0c80 - tokio::runtime::basic_scheduler::Inner

::block_on::{{closure}}::{{closure}}::h7a8f7eff998aca4f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/runtime/basic_scheduler.rs:213:62 [INFO] [stdout] 23: 0x55d13f8d2060 - tokio::coop::with_budget::{{closure}}::hef0fe003a2595705 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/coop.rs:106:9 [INFO] [stdout] 24: 0x55d13f8cada8 - std::thread::local::LocalKey::try_with::h2bbc02422b56e1ae [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/local.rs:399:16 [INFO] [stdout] 25: 0x55d13f8ca59d - std::thread::local::LocalKey::with::hea1a5336d721b4b1 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/local.rs:375:9 [INFO] [stdout] 26: 0x55d13f8beda6 - tokio::coop::with_budget::h89d7ea79114d5575 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/coop.rs:99:5 [INFO] [stdout] 27: 0x55d13f8beda6 - tokio::coop::budget::h8b38cdc85722c6be [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/coop.rs:76:5 [INFO] [stdout] 28: 0x55d13f8beda6 - tokio::runtime::basic_scheduler::Inner

::block_on::{{closure}}::hd76b16400be96ac6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/runtime/basic_scheduler.rs:213:39 [INFO] [stdout] 29: 0x55d13f8c4861 - tokio::runtime::basic_scheduler::enter::{{closure}}::he4d89084b51128ca [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/runtime/basic_scheduler.rs:323:29 [INFO] [stdout] 30: 0x55d13f8951e7 - tokio::macros::scoped_tls::ScopedKey::set::he08ba2afdf02ba60 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 31: 0x55d13f8c3962 - tokio::runtime::basic_scheduler::enter::h81b379480b7d3f0b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/runtime/basic_scheduler.rs:323:5 [INFO] [stdout] 32: 0x55d13f8bcb2b - tokio::runtime::basic_scheduler::Inner

::block_on::hd71dd3460503f420 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/runtime/basic_scheduler.rs:202:9 [INFO] [stdout] 33: 0x55d13f8c13de - tokio::runtime::basic_scheduler::InnerGuard

::block_on::ha3885b9068e657c9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/runtime/basic_scheduler.rs:516:9 [INFO] [stdout] 34: 0x55d13f8c1792 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::h03e94778993453e1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/runtime/basic_scheduler.rs:162:24 [INFO] [stdout] 35: 0x55d13f89565e - tokio::runtime::Runtime::block_on::h470fd3969058fdc7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.8.0/src/runtime/mod.rs:450:46 [INFO] [stdout] 36: 0x55d13f852678 - sqlxmq::tests::it_runs_jobs_in_order::h281de64857505aac [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:407:9 [INFO] [stdout] 37: 0x55d13f85258a - sqlxmq::tests::it_runs_jobs_in_order::{{closure}}::haf1750b87c7ac215 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:373:11 [INFO] [stdout] 38: 0x55d13f8a537e - core::ops::function::FnOnce::call_once::hbe75290b84509b5b [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55d13f952d93 - core::ops::function::FnOnce::call_once::h61555a204318cc58 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 40: 0x55d13f952d93 - test::__rust_begin_short_backtrace::h8331e7b1cc7a6e62 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:578:5 [INFO] [stdout] 41: 0x55d13f951818 - as core::ops::function::FnOnce>::call_once::h98582e597fa7f145 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 42: 0x55d13f951818 - as core::ops::function::FnOnce<()>>::call_once::h38fa7a0826ecff45 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 43: 0x55d13f951818 - std::panicking::try::do_call::h5b27d1cfffaa9f87 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 44: 0x55d13f951818 - std::panicking::try::h86f7124b3264bcbe [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 45: 0x55d13f951818 - std::panic::catch_unwind::h42dadf3598df7528 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 46: 0x55d13f951818 - test::run_test_in_process::h9d4b7510f0910050 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:601:18 [INFO] [stdout] 47: 0x55d13f951818 - test::run_test::run_test_inner::{{closure}}::h9b17f1fd181fe294 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:493:39 [INFO] [stdout] 48: 0x55d13f91f36e - test::run_test::run_test_inner::{{closure}}::h476f9211dfec6075 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:520:37 [INFO] [stdout] 49: 0x55d13f91f36e - std::sys_common::backtrace::__rust_begin_short_backtrace::h5c2db6945645950d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 50: 0x55d13f923c08 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h791169ea9ba5492d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 51: 0x55d13f923c08 - as core::ops::function::FnOnce<()>>::call_once::he930357ede3f4b4d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 52: 0x55d13f923c08 - std::panicking::try::do_call::h0de4b1dd08a9aa80 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 53: 0x55d13f923c08 - std::panicking::try::hf5b5c530df698d97 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 54: 0x55d13f923c08 - std::panic::catch_unwind::hed97078f17dbf191 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 55: 0x55d13f923c08 - std::thread::Builder::spawn_unchecked::{{closure}}::h2e673950929cba93 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 56: 0x55d13f923c08 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8e18ddd18a52f010 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 57: 0x55d13fecacc3 - as core::ops::function::FnOnce>::call_once::hbbbb32ef11ea0ad2 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 58: 0x55d13fecacc3 - as core::ops::function::FnOnce>::call_once::h3b8ef23699fc5385 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 59: 0x55d13fecacc3 - std::sys::unix::thread::Thread::new::thread_start::ha57f5cba35f709b7 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys/unix/thread.rs:106:17 [INFO] [stdout] 60: 0x7fd1c1e4c609 - start_thread [INFO] [stdout] 61: 0x7fd1c1c1c293 - clone [INFO] [stdout] 62: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] tests::it_can_checkpoint_jobs [INFO] [stdout] tests::it_can_spawn_job [INFO] [stdout] tests::it_can_use_registry [INFO] [stdout] tests::it_retries_failed_jobs [INFO] [stdout] tests::it_runs_jobs_in_order [INFO] [stdout] tests::it_runs_jobs_in_parallel [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 6 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.18s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `Command { std: "docker" "inspect" "d4eb6c000068de696ff29a440f0e13f934127958deb765736e0bf743851bee15", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d4eb6c000068de696ff29a440f0e13f934127958deb765736e0bf743851bee15", kill_on_drop: false }` [INFO] [stdout] d4eb6c000068de696ff29a440f0e13f934127958deb765736e0bf743851bee15