[INFO] cloning repository https://github.com/dominod-dev/talkoxid [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dominod-dev/talkoxid" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdominod-dev%2Ftalkoxid", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdominod-dev%2Ftalkoxid'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 234016f00d8fba3473d75e413199eb5f43ecb30a [INFO] testing dominod-dev/talkoxid against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdominod-dev%2Ftalkoxid" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dominod-dev/talkoxid on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/dominod-dev/talkoxid [INFO] finished tweaking git repo https://github.com/dominod-dev/talkoxid [INFO] tweaked toml for git repo https://github.com/dominod-dev/talkoxid written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/dominod-dev/talkoxid already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 74b7dd57835946d88af168c34943e5a7901bea359967ee200600e9b89253376f [INFO] running `Command { std: "docker" "start" "-a" "74b7dd57835946d88af168c34943e5a7901bea359967ee200600e9b89253376f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "74b7dd57835946d88af168c34943e5a7901bea359967ee200600e9b89253376f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "74b7dd57835946d88af168c34943e5a7901bea359967ee200600e9b89253376f", kill_on_drop: false }` [INFO] [stdout] 74b7dd57835946d88af168c34943e5a7901bea359967ee200600e9b89253376f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1a12cf9ccd35052616660ff2ab51de8a7f60f52fdc0565807661bbe15a889280 [INFO] running `Command { std: "docker" "start" "-a" "1a12cf9ccd35052616660ff2ab51de8a7f60f52fdc0565807661bbe15a889280", 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 libc v0.2.118 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling once_cell v1.9.0 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling pkg-config v0.3.24 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling smallvec v1.8.0 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.7 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling signal-hook v0.3.13 [INFO] [stderr] Compiling rustls v0.20.3 [INFO] [stderr] Compiling httparse v1.6.0 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling cpal v0.13.5 [INFO] [stderr] Compiling num_threads v0.1.3 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling async-trait v0.1.52 [INFO] [stderr] Compiling futures-sink v0.3.21 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling cache-padded v1.2.0 [INFO] [stderr] Compiling xi-unicode v0.3.0 [INFO] [stderr] Compiling unicode-segmentation v1.9.0 [INFO] [stderr] Compiling arc-swap v0.4.8 [INFO] [stderr] Compiling log-mdc v0.1.0 [INFO] [stderr] Compiling futures-io v0.3.21 [INFO] [stderr] Compiling yaml-rust v0.3.5 [INFO] [stderr] Compiling event-listener v2.5.2 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling generic-array v0.14.5 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling num-rational v0.4.0 [INFO] [stderr] Compiling lock_api v0.4.6 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling ogg v0.8.0 [INFO] [stderr] Compiling owning_ref v0.4.1 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling concurrent-queue v1.2.2 [INFO] [stderr] Compiling alsa-sys v0.3.1 [INFO] [stderr] Compiling libdbus-sys v0.2.2 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling lewton v0.10.2 [INFO] [stderr] Compiling async-channel v1.6.1 [INFO] [stderr] Compiling crossbeam-channel v0.5.2 [INFO] [stderr] Compiling num-complex v0.4.0 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling block-buffer v0.10.2 [INFO] [stderr] Compiling crypto-common v0.1.3 [INFO] [stderr] Compiling jobserver v0.1.24 [INFO] [stderr] Compiling getrandom v0.2.4 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling socket2 v0.4.4 [INFO] [stderr] Compiling nix v0.23.1 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling mio v0.8.0 [INFO] [stderr] Compiling mio v0.7.14 [INFO] [stderr] Compiling time v0.3.7 [INFO] [stderr] Compiling parking_lot_core v0.7.2 [INFO] [stderr] Compiling slice-deque v0.3.0 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling termion v1.5.6 [INFO] [stderr] Compiling dbus v0.9.5 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling thread-id v3.3.0 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling dirs-next v1.0.2 [INFO] [stderr] Compiling sha-1 v0.9.8 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling parking_lot v0.10.2 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling digest v0.10.3 [INFO] [stderr] Compiling sha2 v0.10.2 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling num v0.4.0 [INFO] [stderr] Compiling signal-hook-mio v0.2.1 [INFO] [stderr] Compiling crossterm v0.22.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling minimp3-sys v0.3.2 [INFO] [stderr] Compiling notify-rust v4.5.6 [INFO] [stderr] Compiling darling_core v0.13.1 [INFO] [stderr] Compiling alsa v0.6.0 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling enum-map-derive v0.8.0 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Compiling darling_macro v0.13.1 [INFO] [stderr] Compiling webpki v0.22.0 [INFO] [stderr] Compiling sct v0.7.0 [INFO] [stderr] Compiling webpki v0.21.4 [INFO] [stderr] Compiling webpki-roots v0.20.0 [INFO] [stderr] Compiling webpki-roots v0.22.2 [INFO] [stderr] Compiling enum-map v2.0.1 [INFO] [stderr] Compiling tokio v1.17.0 [INFO] [stderr] Compiling darling v0.13.1 [INFO] [stderr] Compiling enumset_derive v0.5.5 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling minimp3 v0.5.1 [INFO] [stderr] Compiling rodio v0.15.0 [INFO] [stderr] Compiling enumset v1.0.8 [INFO] [stderr] Compiling tungstenite v0.16.0 [INFO] [stderr] Compiling tokio-rustls v0.23.2 [INFO] [stderr] Compiling async-tungstenite v0.16.1 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling log4rs v0.12.0 [INFO] [stderr] Compiling cursive_core v0.3.1 [INFO] [stderr] Compiling cursive v0.17.0 [INFO] [stderr] Compiling talkoxid v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 32.40s [INFO] running `Command { std: "docker" "inspect" "1a12cf9ccd35052616660ff2ab51de8a7f60f52fdc0565807661bbe15a889280", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1a12cf9ccd35052616660ff2ab51de8a7f60f52fdc0565807661bbe15a889280", kill_on_drop: false }` [INFO] [stdout] 1a12cf9ccd35052616660ff2ab51de8a7f60f52fdc0565807661bbe15a889280 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c0b9728469874a506f0c897ee55076b9bf75edc0338bb4acad3a12a6f920530b [INFO] running `Command { std: "docker" "start" "-a" "c0b9728469874a506f0c897ee55076b9bf75edc0338bb4acad3a12a6f920530b", kill_on_drop: false }` [INFO] [stderr] Compiling talkoxid v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 6.19s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/talkoxid-fe92f56cf22e9529) [INFO] [stderr] Executable unittests src/bin/main.rs (/opt/rustwide/target/debug/deps/talkoxid-0cc34e67b7ffaaf6) [INFO] running `Command { std: "docker" "inspect" "c0b9728469874a506f0c897ee55076b9bf75edc0338bb4acad3a12a6f920530b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c0b9728469874a506f0c897ee55076b9bf75edc0338bb4acad3a12a6f920530b", kill_on_drop: false }` [INFO] [stdout] c0b9728469874a506f0c897ee55076b9bf75edc0338bb4acad3a12a6f920530b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] ca17660eda95f9d4c013b25be50c1bbf7a3f2f3c05a777e652ca6f0a651a25d3 [INFO] running `Command { std: "docker" "start" "-a" "ca17660eda95f9d4c013b25be50c1bbf7a3f2f3c05a777e652ca6f0a651a25d3", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.15s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/talkoxid-fe92f56cf22e9529) [INFO] [stdout] [INFO] [stdout] running 21 tests [INFO] [stdout] test chats::rocketchat::api::tests::test_pong ... ok [INFO] [stdout] test chats::rocketchat::api::tests::test_init ... ok [INFO] [stdout] test chats::rocketchat::api::tests::test_create_direct_chat ... ok [INFO] [stdout] test chats::rocketchat::api::tests::test_subscribe_messages ... ok [INFO] [stdout] test chats::rocketchat::api::tests::test_load_history ... ok [INFO] [stdout] test chats::rocketchat::api::tests::test_subscribe_user ... ok [INFO] [stdout] test chats::rocketchat::api::tests::test_login ... ok [INFO] [stdout] test chats::rocketchat::api::tests::test_load_rooms ... ok [INFO] [stdout] test chats::rocketchat::api::tests::test_get_user_room ... ok [INFO] [stdout] test chats::rocketchat::tests::test_add_message ... ok [INFO] [stdout] test chats::rocketchat::tests::test_recv_message ... ok [INFO] [stdout] test chats::rocketchat::tests::test_add_message_not_current_channel ... ok [INFO] [stdout] test ui::cursive_ui::tests::test_format_channels ... ok [INFO] [stdout] test chats::rocketchat::tests::test_init ... ok [INFO] [stdout] test chats::rocketchat::tests::test_recv_users_in_room ... ok [INFO] [stdout] test chats::rocketchat::tests::test_recv_users_in_room_one_not_me ... ok [INFO] [stdout] test chats::rocketchat::api::tests::test_send_message ... ok [INFO] [stdout] test chats::rocketchat::tests::test_recv_users_in_room_me ... ok [INFO] [stdout] test chats::rocketchat::tests::test_recv_rooms ... ok [INFO] [stdout] test chats::rocketchat::tests::test_send_message ... ok [INFO] [stdout] test chats::rocketchat::tests::test_recv_history ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- chats::rocketchat::tests::test_recv_history stdout ---- [INFO] [stdout] thread 'chats::rocketchat::tests::test_recv_history' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `"[2020-06-30 16:11:40][lou]: la\n[2020-06-30 16:12:05][collkid]: laul\n[2020-06-30 18:31:27][lou]: la\n[2020-06-30 18:34:07][lou]: la\n[2020-06-30 18:34:09][lou]: loul\n[2020-07-01 07:45:15][lou]: slt\n[2020-07-01 07:45:17][lou]: yes !\n[2020-07-01 07:47:45][lou]: la\n[2020-07-01 07:47:47][lou]: nice\n[2020-07-01 07:49:10][lou]: la"`, [INFO] [stdout] right: `"[2020-06-30 18:11:40][lou]: la\n[2020-06-30 18:12:05][collkid]: laul\n[2020-06-30 20:31:27][lou]: la\n[2020-06-30 20:34:07][lou]: la\n[2020-06-30 20:34:09][lou]: loul\n[2020-07-01 09:45:15][lou]: slt\n[2020-07-01 09:45:17][lou]: yes !\n[2020-07-01 09:47:45][lou]: la\n[2020-07-01 09:47:47][lou]: nice\n[2020-07-01 09:49:10][lou]: la"`', src/chats/rocketchat/mod.rs:650:17 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x557627197f3d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x557627197f3d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x557627197f3d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x557627197f3d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x5576271bb33c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x557627194301 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x557627199d15 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x557627199d15 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x557627199d15 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x557627199a04 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55762719a262 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55762719a147 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x5576271983f4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x557627199e79 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x557626ec7563 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x5576271b9908 - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x557626f815da - core::panicking::assert_failed::hedc4a56fe0338daf [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x557626fab991 - talkoxid::chats::rocketchat::tests::test_recv_history::{{closure}}::hdb2a4853aca6c3d3 [INFO] [stdout] at /opt/rustwide/workdir/src/chats/rocketchat/mod.rs:650:17 [INFO] [stdout] 18: 0x557626f44739 - as core::future::future::Future>::poll::hee7c32fc0f354821 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/future/mod.rs:91:19 [INFO] [stdout] 19: 0x557626f427ea - as core::future::future::Future>::poll::h8a96ea68caa585d2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/future/future.rs:124:9 [INFO] [stdout] 20: 0x557626ee8b00 - tokio::runtime::basic_scheduler::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hca15222694512d33 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.17.0/src/runtime/basic_scheduler.rs:498:48 [INFO] [stdout] 21: 0x557626fb6a20 - tokio::coop::with_budget::{{closure}}::hd9cf6c84596d3714 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.17.0/src/coop.rs:102:9 [INFO] [stdout] 22: 0x557626f90e36 - std::thread::local::LocalKey::try_with::h95e0ccc5926358c7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/local.rs:442:16 [INFO] [stdout] 23: 0x557626f8b80d - std::thread::local::LocalKey::with::h790ad25f0acf9ee1 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/local.rs:418:9 [INFO] [stdout] 24: 0x557626ee75ac - tokio::coop::with_budget::h4dc3c45bfacf494a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.17.0/src/coop.rs:95:5 [INFO] [stdout] 25: 0x557626ee75ac - tokio::coop::budget::he3317b69e4cd239d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.17.0/src/coop.rs:72:5 [INFO] [stdout] 26: 0x557626ee75ac - tokio::runtime::basic_scheduler::CoreGuard::block_on::{{closure}}::{{closure}}::h680cc89a1b5ef216 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.17.0/src/runtime/basic_scheduler.rs:498:25 [INFO] [stdout] 27: 0x557626ed1132 - tokio::runtime::basic_scheduler::Context::enter::h657c06563e480a71 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.17.0/src/runtime/basic_scheduler.rs:356:19 [INFO] [stdout] 28: 0x557626eddff0 - tokio::runtime::basic_scheduler::CoreGuard::block_on::{{closure}}::h0e28664d8998ec93 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.17.0/src/runtime/basic_scheduler.rs:497:36 [INFO] [stdout] 29: 0x557626edcc8b - tokio::runtime::basic_scheduler::CoreGuard::enter::{{closure}}::h5f48077455a1db77 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.17.0/src/runtime/basic_scheduler.rs:555:57 [INFO] [stdout] 30: 0x557626ef39e7 - tokio::macros::scoped_tls::ScopedKey::set::h7234117758abd59f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.17.0/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 31: 0x557626edae17 - tokio::runtime::basic_scheduler::CoreGuard::enter::ha338ef7d89f07f99 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.17.0/src/runtime/basic_scheduler.rs:555:27 [INFO] [stdout] 32: 0x557626edd430 - tokio::runtime::basic_scheduler::CoreGuard::block_on::he3b702da902c2f54 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.17.0/src/runtime/basic_scheduler.rs:488:9 [INFO] [stdout] 33: 0x557626ecc945 - tokio::runtime::basic_scheduler::BasicScheduler::block_on::hf9ee611f30b0a6ee [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.17.0/src/runtime/basic_scheduler.rs:168:24 [INFO] [stdout] 34: 0x557626ef601d - tokio::runtime::Runtime::block_on::h90c2a6193fed0e79 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.17.0/src/runtime/mod.rs:475:46 [INFO] [stdout] 35: 0x557626faac26 - talkoxid::chats::rocketchat::tests::test_recv_history::h3a00123b591b779c [INFO] [stdout] at /opt/rustwide/workdir/src/chats/rocketchat/mod.rs:648:9 [INFO] [stdout] 36: 0x557626faaaea - talkoxid::chats::rocketchat::tests::test_recv_history::{{closure}}::heb7e05949dbf4068 [INFO] [stdout] at /opt/rustwide/workdir/src/chats/rocketchat/mod.rs:636:11 [INFO] [stdout] 37: 0x557626f10f1e - core::ops::function::FnOnce::call_once::he6309c85cd1154b1 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55762701a3a3 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55762701a3a3 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 40: 0x557627019159 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 41: 0x557627019159 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 42: 0x557627019159 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 43: 0x557627019159 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 44: 0x557627019159 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 45: 0x557627019159 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 46: 0x557627019159 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 47: 0x557626fe530e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 48: 0x557626fe530e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 49: 0x557626fea878 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 50: 0x557626fea878 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 51: 0x557626fea878 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 52: 0x557626fea878 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 53: 0x557626fea878 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 54: 0x557626fea878 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 55: 0x557626fea878 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 56: 0x55762719ebd3 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 57: 0x55762719ebd3 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 58: 0x55762719ebd3 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 59: 0x7f3618e2f609 - start_thread [INFO] [stdout] 60: 0x7f3618bfd163 - clone [INFO] [stdout] 61: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] chats::rocketchat::tests::test_recv_history [INFO] [stdout] [INFO] [stdout] test result: FAILED. 20 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `Command { std: "docker" "inspect" "ca17660eda95f9d4c013b25be50c1bbf7a3f2f3c05a777e652ca6f0a651a25d3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ca17660eda95f9d4c013b25be50c1bbf7a3f2f3c05a777e652ca6f0a651a25d3", kill_on_drop: false }` [INFO] [stdout] ca17660eda95f9d4c013b25be50c1bbf7a3f2f3c05a777e652ca6f0a651a25d3