[INFO] fetching crate vtg 1.1.2...
[INFO] testing vtg-1.1.2 against try#b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b for pr-145330-1
[INFO] extracting crate vtg 1.1.2 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate vtg 1.1.2
[INFO] finished tweaking crates.io crate vtg 1.1.2
[INFO] tweaked toml for crates.io crate vtg 1.1.2 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate vtg 1.1.2 on toolchain b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate vtg 1.1.2 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e9a684868c4d4bfac748b424bb1b1549209b9aa4496f32cdf5348b6c66bd8163
[INFO] running `Command { std: "docker" "start" "-a" "e9a684868c4d4bfac748b424bb1b1549209b9aa4496f32cdf5348b6c66bd8163", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e9a684868c4d4bfac748b424bb1b1549209b9aa4496f32cdf5348b6c66bd8163", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e9a684868c4d4bfac748b424bb1b1549209b9aa4496f32cdf5348b6c66bd8163", kill_on_drop: false }`
[INFO] [stdout] e9a684868c4d4bfac748b424bb1b1549209b9aa4496f32cdf5348b6c66bd8163
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b6fb62f383641672600647ff5cf02e7c965ff6e8a1b2e216fc7482bb8ddde1a5
[INFO] running `Command { std: "docker" "start" "-a" "b6fb62f383641672600647ff5cf02e7c965ff6e8a1b2e216fc7482bb8ddde1a5", kill_on_drop: false }`
[INFO] [stderr] Compiling proc-macro2 v1.0.81
[INFO] [stderr] Compiling unicode-ident v1.0.11
[INFO] [stderr] Compiling libc v0.2.169
[INFO] [stderr] Compiling once_cell v1.18.0
[INFO] [stderr] Compiling lock_api v0.4.10
[INFO] [stderr] Compiling parking_lot_core v0.9.8
[INFO] [stderr] Compiling pin-project-lite v0.2.13
[INFO] [stderr] Compiling smallvec v1.13.1
[INFO] [stderr] Compiling log v0.4.20
[INFO] [stderr] Compiling signal-hook-registry v1.4.1
[INFO] [stderr] Compiling socket2 v0.5.6
[INFO] [stderr] Compiling futures-task v0.3.28
[INFO] [stderr] Compiling itoa v1.0.9
[INFO] [stderr] Compiling tracing-core v0.1.31
[INFO] [stderr] Compiling futures-util v0.3.28
[INFO] [stderr] Compiling http v1.1.0
[INFO] [stderr] Compiling parking_lot v0.12.1
[INFO] [stderr] Compiling slab v0.4.9
[INFO] [stderr] Compiling futures-channel v0.3.28
[INFO] [stderr] Compiling tracing v0.1.37
[INFO] [stderr] Compiling quote v1.0.36
[INFO] [stderr] Compiling httparse v1.8.0
[INFO] [stderr] Compiling openssl v0.10.64
[INFO] [stderr] Compiling hashbrown v0.14.0
[INFO] [stderr] Compiling cc v1.0.83
[INFO] [stderr] Compiling syn v2.0.60
[INFO] [stderr] Compiling http-body v1.0.0
[INFO] [stderr] Compiling try-lock v0.2.4
[INFO] [stderr] Compiling native-tls v0.2.11
[INFO] [stderr] Compiling serde v1.0.188
[INFO] [stderr] Compiling want v0.3.1
[INFO] [stderr] Compiling getrandom v0.2.10
[INFO] [stderr] Compiling tower-service v0.3.2
[INFO] [stderr] Compiling openssl-probe v0.1.5
[INFO] [stderr] Compiling tower-layer v0.3.2
[INFO] [stderr] Compiling indexmap v2.0.0
[INFO] [stderr] Compiling rand_core v0.6.4
[INFO] [stderr] Compiling serde_json v1.0.105
[INFO] [stderr] Compiling http-body-util v0.1.1
[INFO] [stderr] Compiling rand_chacha v0.3.1
[INFO] [stderr] Compiling ryu v1.0.15
[INFO] [stderr] Compiling rand v0.8.5
[INFO] [stderr] Compiling openssl-sys v0.9.102
[INFO] [stderr] Compiling darling_core v0.20.8
[INFO] [stderr] Compiling tokio-macros v2.4.0
[INFO] [stderr] Compiling pin-project-internal v1.1.5
[INFO] [stderr] Compiling openssl-macros v0.1.1
[INFO] [stderr] Compiling serde_derive v1.0.188
[INFO] [stderr] Compiling tokio v1.42.0
[INFO] [stderr] Compiling pin-project v1.1.5
[INFO] [stderr] Compiling darling_macro v0.20.8
[INFO] [stderr] Compiling darling v0.20.8
[INFO] [stderr] Compiling serde_with_macros v3.7.0
[INFO] [stderr] Compiling serde_with v3.7.0
[INFO] [stderr] Compiling tokio-util v0.7.8
[INFO] [stderr] Compiling tower v0.4.13
[INFO] [stderr] Compiling tokio-native-tls v0.3.1
[INFO] [stderr] Compiling h2 v0.4.4
[INFO] [stderr] Compiling hyper v1.5.2
[INFO] [stderr] Compiling hyper-util v0.1.3
[INFO] [stderr] Compiling hyper-tls v0.6.0
[INFO] [stderr] Compiling vtg v1.1.2 (/opt/rustwide/workdir)
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s
[INFO] running `Command { std: "docker" "inspect" "b6fb62f383641672600647ff5cf02e7c965ff6e8a1b2e216fc7482bb8ddde1a5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b6fb62f383641672600647ff5cf02e7c965ff6e8a1b2e216fc7482bb8ddde1a5", kill_on_drop: false }`
[INFO] [stdout] b6fb62f383641672600647ff5cf02e7c965ff6e8a1b2e216fc7482bb8ddde1a5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d8298a14f7564fa165b11040d87ea006c40ca7c02ee788de623f88889f4ce09e
[INFO] running `Command { std: "docker" "start" "-a" "d8298a14f7564fa165b11040d87ea006c40ca7c02ee788de623f88889f4ce09e", kill_on_drop: false }`
[INFO] [stderr] Compiling log v0.4.20
[INFO] [stderr] Compiling memchr v2.6.3
[INFO] [stderr] Compiling num-traits v0.2.18
[INFO] [stderr] Compiling either v1.13.0
[INFO] [stderr] Compiling regex-syntax v0.7.5
[INFO] [stderr] Compiling half v2.4.1
[INFO] [stderr] Compiling clap_builder v4.5.23
[INFO] [stderr] Compiling tinytemplate v1.2.1
[INFO] [stderr] Compiling tracing v0.1.37
[INFO] [stderr] Compiling native-tls v0.2.11
[INFO] [stderr] Compiling tokio-native-tls v0.3.1
[INFO] [stderr] Compiling ciborium-ll v0.2.2
[INFO] [stderr] Compiling tokio-util v0.7.8
[INFO] [stderr] Compiling tower v0.4.13
[INFO] [stderr] Compiling itertools v0.10.5
[INFO] [stderr] Compiling ciborium v0.2.2
[INFO] [stderr] Compiling aho-corasick v1.0.5
[INFO] [stderr] Compiling rayon v1.10.0
[INFO] [stderr] Compiling h2 v0.4.4
[INFO] [stderr] Compiling plotters v0.3.7
[INFO] [stderr] Compiling is-terminal v0.4.13
[INFO] [stderr] Compiling atty v0.2.14
[INFO] [stderr] Compiling oorandom v11.1.4
[INFO] [stderr] Compiling criterion-plot v0.5.0
[INFO] [stderr] Compiling clap v4.5.23
[INFO] [stderr] Compiling regex-automata v0.3.8
[INFO] [stderr] Compiling hyper v1.5.2
[INFO] [stderr] Compiling regex v1.9.5
[INFO] [stderr] Compiling criterion v0.5.1
[INFO] [stderr] Compiling env_logger v0.9.3
[INFO] [stderr] Compiling hyper-util v0.1.3
[INFO] [stderr] Compiling hyper-tls v0.6.0
[INFO] [stderr] Compiling vtg v1.1.2 (/opt/rustwide/workdir)
[INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 09s
[INFO] running `Command { std: "docker" "inspect" "d8298a14f7564fa165b11040d87ea006c40ca7c02ee788de623f88889f4ce09e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d8298a14f7564fa165b11040d87ea006c40ca7c02ee788de623f88889f4ce09e", kill_on_drop: false }`
[INFO] [stdout] d8298a14f7564fa165b11040d87ea006c40ca7c02ee788de623f88889f4ce09e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 9fcc9fb25e72566a6a57405a42f790478f5ff7b9475ce5a0d637680ad8349257
[INFO] running `Command { std: "docker" "start" "-a" "9fcc9fb25e72566a6a57405a42f790478f5ff7b9475ce5a0d637680ad8349257", kill_on_drop: false }`
[INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.30s
[INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/vtg-0f41d4e422153ac3)
[INFO] [stdout]
[INFO] [stdout] running 1 test
[INFO] [stdout] test tests::requests ... ok
[INFO] [stdout]
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout]
[INFO] [stderr] Doc-tests vtg
[INFO] [stdout]
[INFO] [stdout] running 21 tests
[INFO] [stdout] test src/server.rs - server::start_callback_server (line 102) ... FAILED
[INFO] [stdout] test src/client/api_requests.rs - client::api_requests::api_call (line 20) - compile ... FAILED
[INFO] [stdout] test src/structs/context.rs - structs::context::MessageBuilder::send (line 202) ... FAILED
[INFO] [stdout] test src/structs/config.rs - structs::config::CallbackSettings (line 7) ... ok
[INFO] [stdout] test src/structs/context.rs - structs::context::UnifyedContext (line 329) ... FAILED
[INFO] [stdout] test src/structs/context.rs - structs::context::UnifyedContext::get_data (line 760) ... FAILED
[INFO] [stdout] test src/structs/context.rs - structs::context::UnifyedContext::message (line 371) ... FAILED
[INFO] [stdout] test src/structs/context.rs - structs::context::UnifyedContext (line 351) ... FAILED
[INFO] [stdout] test src/structs/config.rs - structs::config::Config (line 41) ... ok
[INFO] [stdout] test src/structs/context.rs - structs::context::UnifyedContext::send_with_html (line 449) ... FAILED
[INFO] [stdout] test src/structs/config.rs - structs::config::Config (line 30) ... ok
[INFO] [stdout] test src/structs/context.rs - structs::context::UnifyedContext::send_attachments (line 677) ... FAILED
[INFO] [stdout] test src/structs/context.rs - structs::context::UnifyedContext::send_attachment_files (line 623) ... FAILED
[INFO] [stdout] test src/structs/context.rs - structs::context::UnifyedContext::send (line 407) ... FAILED
[INFO] [stdout] test src/structs/middleware.rs - structs::middleware::MiddlewareChain (line 21) ... FAILED
[INFO] [stdout] test src/structs/context.rs - structs::context::UnifyedContext::send_with_options (line 570) ... FAILED
[INFO] [stdout] test src/structs/context.rs - structs::context::UnifyedContext::send_with_keyboard (line 501) ... FAILED
[INFO] [stdout] test src/structs/context.rs - structs::context::UnifyedContext::set_data (line 752) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 19) ... FAILED
[INFO] [stdout] test src/client.rs - client::start_longpoll_client (line 137) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 52) ... FAILED
[INFO] [stdout]
[INFO] [stdout] failures:
[INFO] [stdout]
[INFO] [stdout] ---- src/server.rs - server::start_callback_server (line 102) stdout ----
[INFO] [stdout] error[E0752]: `main` function is not allowed to be `async`
[INFO] [stdout] --> src/server.rs:118:1
[INFO] [stdout] |
[INFO] [stdout] 18 | async fn main() {
[INFO] [stdout] | ^^^^^^^^^^^^^^^ `main` function is not allowed to be `async`
[INFO] [stdout]
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout]
[INFO] [stdout] For more information about this error, try `rustc --explain E0752`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/client/api_requests.rs - client::api_requests::api_call (line 20) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `config` in this scope
[INFO] [stdout] --> src/client/api_requests.rs:25:121
[INFO] [stdout] |
[INFO] [stdout] 8 | let response = api_call(Platform::VK, "messages.send", vec![param("peer_id", "1"), param("message", "Hello, world!")], &config).await;
[INFO] [stdout] | ^^^^^^ not found in this scope
[INFO] [stdout]
[INFO] [stdout] error[E0728]: `await` is only allowed inside `async` functions and blocks
[INFO] [stdout] --> src/client/api_requests.rs:25:129
[INFO] [stdout] |
[INFO] [stdout] 4 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_client_api_requests_rs_20_0() {
[INFO] [stdout] | -------------------------------------------------- this is not `async`
[INFO] [stdout] ...
[INFO] [stdout] 8 | let response = api_call(Platform::VK, "messages.send", vec![param("peer_id", "1"), param("message", "Hello, world!")], &config).await;
[INFO] [stdout] | ^^^^^ only allowed inside `async` functions and blocks
[INFO] [stdout]
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout]
[INFO] [stdout] Some errors have detailed explanations: E0425, E0728.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/structs/context.rs - structs::context::MessageBuilder::send (line 202) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `ctx` in this scope
[INFO] [stdout] --> src/structs/context.rs:204:1
[INFO] [stdout] |
[INFO] [stdout] 5 | ctx.message("Привет")
[INFO] [stdout] | ^^^ not found in this scope
[INFO] [stdout]
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `KeyboardButton`
[INFO] [stdout] --> src/structs/context.rs:206:18
[INFO] [stdout] |
[INFO] [stdout] 7 | vec![vec![KeyboardButton::Text {
[INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `KeyboardButton`
[INFO] [stdout] |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout] |
[INFO] [stdout] 2 + use vtg::structs::keyboard::KeyboardButton;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Color`
[INFO] [stdout] --> src/structs/context.rs:207:19
[INFO] [stdout] |
[INFO] [stdout] 8 | color: Color::Positive,
[INFO] [stdout] | ^^^^^ use of undeclared type `Color`
[INFO] [stdout] |
[INFO] [stdout] help: consider importing one of these enums
[INFO] [stdout] |
[INFO] [stdout] 2 + use env_logger::fmt::Color;
[INFO] [stdout] |
[INFO] [stdout] 2 + use vtg::structs::keyboard::Color;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout] error[E0425]: cannot find function `to_value` in this scope
[INFO] [stdout] --> src/structs/context.rs:209:23
[INFO] [stdout] |
[INFO] [stdout] 10 | data: Some(to_value("{\"text\": \"hello\"}".to_string()).unwrap()),
[INFO] [stdout] | ^^^^^^^^ not found in this scope
[INFO] [stdout] |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout] |
[INFO] [stdout] 2 + use serde_json::to_value;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout] error[E0425]: cannot find value `ctx` in this scope
[INFO] [stdout] --> src/structs/context.rs:213:9
[INFO] [stdout] |
[INFO] [stdout] 14 | &ctx.platform,
[INFO] [stdout] | ^^^ not found in this scope
[INFO] [stdout]
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `vk_api`
[INFO] [stdout] --> src/structs/context.rs:215:16
[INFO] [stdout] |
[INFO] [stdout] 16 | .vk_options(vk_api::VKMessagesSendOptions {
[INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `vk_api`
[INFO] [stdout] |
[INFO] [stdout] help: to make use of source file src/structs/vk_api.rs, use `mod vk_api` in this file to declare the module
[INFO] [stdout] |
[INFO] [stdout] 2 + mod vk_api;
[INFO] [stdout] |
[INFO] [stdout] help: consider importing this module
[INFO] [stdout] |
[INFO] [stdout] 2 + use vtg::structs::vk_api;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tg_api`
[INFO] [stdout] --> src/structs/context.rs:219:16
[INFO] [stdout] |
[INFO] [stdout] 20 | .tg_options(tg_api::TGSendMessageOptions {
[INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `tg_api`
[INFO] [stdout] |
[INFO] [stdout] help: to make use of source file src/structs/tg_api.rs, use `mod tg_api` in this file to declare the module
[INFO] [stdout] |
[INFO] [stdout] 2 + mod tg_api;
[INFO] [stdout] |
[INFO] [stdout] help: consider importing this module
[INFO] [stdout] |
[INFO] [stdout] 2 + use vtg::structs::tg_api;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout] error[E0728]: `await` is only allowed inside `async` functions and blocks
[INFO] [stdout] --> src/structs/context.rs:224:5
[INFO] [stdout] |
[INFO] [stdout] 4 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_structs_context_rs_202_0() {
[INFO] [stdout] | ----------------------------------------------- this is not `async`
[INFO] [stdout] ...
[INFO] [stdout] 25 | .await;
[INFO] [stdout] | ^^^^^ only allowed inside `async` functions and blocks
[INFO] [stdout]
[INFO] [stdout] error: aborting due to 8 previous errors
[INFO] [stdout]
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433, E0728.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/structs/context.rs - structs::context::UnifyedContext (line 329) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `structs`
[INFO] [stdout] --> src/structs/context.rs:330:5
[INFO] [stdout] |
[INFO] [stdout] 3 | use structs::context::Event;
[INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `structs`
[INFO] [stdout] |
[INFO] [stdout] = help: if you wanted to use a crate named `structs`, use `cargo add structs` to add it to your `Cargo.toml`
[INFO] [stdout]
[INFO] [stdout] error[E0425]: cannot find value `ctx` in this scope
[INFO] [stdout] --> src/structs/context.rs:331:4
[INFO] [stdout] |
[INFO] [stdout] 4 | if ctx.r#type == EventType::MessageNew {
[INFO] [stdout] | ^^^ not found in this scope
[INFO] [stdout]
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EventType`
[INFO] [stdout] --> src/structs/context.rs:331:18
[INFO] [stdout] |
[INFO] [stdout] 4 | if ctx.r#type == EventType::MessageNew {
[INFO] [stdout] | ^^^^^^^^^ use of undeclared type `EventType`
[INFO] [stdout] |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout] |
[INFO] [stdout] 2 + use vtg::structs::context::EventType;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout] error[E0425]: cannot find value `ctx` in this scope
[INFO] [stdout] --> src/structs/context.rs:332:12
[INFO] [stdout] |
[INFO] [stdout] 5 | match ctx.platform {
[INFO] [stdout] | ^^^ not found in this scope
[INFO] [stdout]
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Platform`
[INFO] [stdout] --> src/structs/context.rs:333:10
[INFO] [stdout] |
[INFO] [stdout] 6 | Platform::Telegram => {
[INFO] [stdout] | ^^^^^^^^ use of undeclared type `Platform`
[INFO] [stdout] |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout] |
[INFO] [stdout] 2 + use vtg::structs::context::Platform;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout] error[E0425]: cannot find value `ctx` in this scope
[INFO] [stdout] --> src/structs/context.rs:334:45
[INFO] [stdout] |
[INFO] [stdout] 7 | let Event::TGMessage(event) = &ctx.event else {
[INFO] [stdout] | ^^^ not found in this scope
[INFO] [stdout]
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Platform`
[INFO] [stdout] --> src/structs/context.rs:339:10
[INFO] [stdout] |
[INFO] [stdout] 12 | Platform::VK => {
[INFO] [stdout] | ^^^^^^^^ use of undeclared type `Platform`
[INFO] [stdout] |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout] |
[INFO] [stdout] 2 + use vtg::structs::context::Platform;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout] error[E0425]: cannot find value `ctx` in this scope
[INFO] [stdout] --> src/structs/context.rs:340:48
[INFO] [stdout] |
[INFO] [stdout] 13 | let Event::VKMessageNew(event) = &ctx.event else {
[INFO] [stdout] | ^^^ not found in this scope
[INFO] [stdout]
[INFO] [stdout] error: aborting due to 8 previous errors
[INFO] [stdout]
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/structs/context.rs - structs::context::UnifyedContext::get_data (line 760) stdout ----
[INFO] [stdout] error: expected one of `!` or `::`, found `.`
[INFO] [stdout] --> src/structs/context.rs:765:4
[INFO] [stdout] |
[INFO] [stdout] 5 | ctx.data = "{"test": "test"}".to_string();
[INFO] [stdout] | ^ expected one of `!` or `::`
[INFO] [stdout]
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout]
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/structs/context.rs - structs::context::UnifyedContext::message (line 371) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `ctx` in this scope
[INFO] [stdout] --> src/structs/context.rs:373:1
[INFO] [stdout] |
[INFO] [stdout] 5 | ctx.message("пива бы.")
[INFO] [stdout] | ^^^ not found in this scope
[INFO] [stdout]
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `KeyboardButton`
[INFO] [stdout] --> src/structs/context.rs:375:18
[INFO] [stdout] |
[INFO] [stdout] 7 | vec![vec![KeyboardButton::Text {
[INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `KeyboardButton`
[INFO] [stdout] |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout] |
[INFO] [stdout] 2 + use vtg::structs::keyboard::KeyboardButton;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Color`
[INFO] [stdout] --> src/structs/context.rs:376:19
[INFO] [stdout] |
[INFO] [stdout] 8 | color: Color::Positive,
[INFO] [stdout] | ^^^^^ use of undeclared type `Color`
[INFO] [stdout] |
[INFO] [stdout] help: consider importing one of these enums
[INFO] [stdout] |
[INFO] [stdout] 2 + use env_logger::fmt::Color;
[INFO] [stdout] |
[INFO] [stdout] 2 + use vtg::structs::keyboard::Color;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout] error[E0425]: cannot find function `to_value` in this scope
[INFO] [stdout] --> src/structs/context.rs:378:23
[INFO] [stdout] |
[INFO] [stdout] 10 | data: Some(to_value("{\"text\": \"hello\"}".to_string()).unwrap()),
[INFO] [stdout] | ^^^^^^^^ not found in this scope
[INFO] [stdout] |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout] |
[INFO] [stdout] 2 + use serde_json::to_value;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout] error[E0425]: cannot find value `ctx` in this scope
[INFO] [stdout] --> src/structs/context.rs:382:9
[INFO] [stdout] |
[INFO] [stdout] 14 | &ctx.platform,
[INFO] [stdout] | ^^^ not found in this scope
[INFO] [stdout]
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `vk_api`
[INFO] [stdout] --> src/structs/context.rs:384:16
[INFO] [stdout] |
[INFO] [stdout] 16 | .vk_options(vk_api::VKMessagesSendOptions {
[INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `vk_api`
[INFO] [stdout] |
[INFO] [stdout] help: to make use of source file src/structs/vk_api.rs, use `mod vk_api` in this file to declare the module
[INFO] [stdout] |
[INFO] [stdout] 2 + mod vk_api;
[INFO] [stdout] |
[INFO] [stdout] help: consider importing this module
[INFO] [stdout] |
[INFO] [stdout] 2 + use vtg::structs::vk_api;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tg_api`
[INFO] [stdout] --> src/structs/context.rs:388:16
[INFO] [stdout] |
[INFO] [stdout] 20 | .tg_options(tg_api::TGSendMessageOptions {
[INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `tg_api`
[INFO] [stdout] |
[INFO] [stdout] help: to make use of source file src/structs/tg_api.rs, use `mod tg_api` in this file to declare the module
[INFO] [stdout] |
[INFO] [stdout] 2 + mod tg_api;
[INFO] [stdout] |
[INFO] [stdout] help: consider importing this module
[INFO] [stdout] |
[INFO] [stdout] 2 + use vtg::structs::tg_api;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout] error[E0728]: `await` is only allowed inside `async` functions and blocks
[INFO] [stdout] --> src/structs/context.rs:393:5
[INFO] [stdout] |
[INFO] [stdout] 4 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_structs_context_rs_371_0() {
[INFO] [stdout] | ----------------------------------------------- this is not `async`
[INFO] [stdout] ...
[INFO] [stdout] 25 | .await;
[INFO] [stdout] | ^^^^^ only allowed inside `async` functions and blocks
[INFO] [stdout]
[INFO] [stdout] error: aborting due to 8 previous errors
[INFO] [stdout]
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433, E0728.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/structs/context.rs - structs::context::UnifyedContext (line 351) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `structs`
[INFO] [stdout] --> src/structs/context.rs:352:5
[INFO] [stdout] |
[INFO] [stdout] 3 | use structs::context::EAttachment;
[INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `structs`
[INFO] [stdout] |
[INFO] [stdout] = help: if you wanted to use a crate named `structs`, use `cargo add structs` to add it to your `Cargo.toml`
[INFO] [stdout]
[INFO] [stdout] error[E0425]: cannot find value `ctx` in this scope
[INFO] [stdout] --> src/structs/context.rs:353:28
[INFO] [stdout] |
[INFO] [stdout] 4 | if let Some(attachments) = ctx.attachments {
[INFO] [stdout] | ^^^ not found in this scope
[INFO] [stdout]
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout]
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/structs/context.rs - structs::context::UnifyedContext::send_with_html (line 449) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `ctx` in this scope
[INFO] [stdout] --> src/structs/context.rs:450:1
[INFO] [stdout] |
[INFO] [stdout] 3 | ctx.send_with_html("Hello, world!");
[INFO] [stdout] | ^^^ not found in this scope
[INFO] [stdout]
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout]
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/structs/context.rs - structs::context::UnifyedContext::send_attachments (line 677) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `ctx` in this scope
[INFO] [stdout] --> src/structs/context.rs:680:1
[INFO] [stdout] |
[INFO] [stdout] 6 | ctx.send_attachments(
[INFO] [stdout] | ^^^ not found in this scope
[INFO] [stdout]
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FileType`
[INFO] [stdout] --> src/structs/context.rs:686:19
[INFO] [stdout] |
[INFO] [stdout] 12 | ftype: FileType::Photo,
[INFO] [stdout] | ^^^^^^^^ use of undeclared type `FileType`
[INFO] [stdout] |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 2 + use std::fs::FileType;
[INFO] [stdout] |
[INFO] [stdout] 2 + use vtg::client::requests::FileType;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FileType`
[INFO] [stdout] --> src/structs/context.rs:692:19
[INFO] [stdout] |
[INFO] [stdout] 18 | ftype: FileType::Photo,
[INFO] [stdout] | ^^^^^^^^ use of undeclared type `FileType`
[INFO] [stdout] |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 2 + use std::fs::FileType;
[INFO] [stdout] |
[INFO] [stdout] 2 + use vtg::client::requests::FileType;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout] error[E0728]: `await` is only allowed inside `async` functions and blocks
[INFO] [stdout] --> src/structs/context.rs:696:5
[INFO] [stdout] |
[INFO] [stdout] 4 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_structs_context_rs_677_0() {
[INFO] [stdout] | ----------------------------------------------- this is not `async`
[INFO] [stdout] ...
[INFO] [stdout] 22 | .await;
[INFO] [stdout] | ^^^^^ only allowed inside `async` functions and blocks
[INFO] [stdout]
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout]
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433, E0728.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/structs/context.rs - structs::context::UnifyedContext::send_attachment_files (line 623) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `ctx` in this scope
[INFO] [stdout] --> src/structs/context.rs:626:1
[INFO] [stdout] |
[INFO] [stdout] 6 | ctx.send_attachment_files(
[INFO] [stdout] | ^^^ not found in this scope
[INFO] [stdout]
[INFO] [stdout] error[E0728]: `await` is only allowed inside `async` functions and blocks
[INFO] [stdout] --> src/structs/context.rs:631:13
[INFO] [stdout] |
[INFO] [stdout] 4 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_structs_context_rs_623_0() {
[INFO] [stdout] | ----------------------------------------------- this is not `async`
[INFO] [stdout] ...
[INFO] [stdout] 11 | .await
[INFO] [stdout] | ^^^^^ only allowed inside `async` functions and blocks
[INFO] [stdout]
[INFO] [stdout] error[E0728]: `await` is only allowed inside `async` functions and blocks
[INFO] [stdout] --> src/structs/context.rs:635:3
[INFO] [stdout] |
[INFO] [stdout] 4 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_structs_context_rs_623_0() {
[INFO] [stdout] | ----------------------------------------------- this is not `async`
[INFO] [stdout] ...
[INFO] [stdout] 15 | ).await;
[INFO] [stdout] | ^^^^^ only allowed inside `async` functions and blocks
[INFO] [stdout]
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout]
[INFO] [stdout] Some errors have detailed explanations: E0425, E0728.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/structs/context.rs - structs::context::UnifyedContext::send (line 407) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `ctx` in this scope
[INFO] [stdout] --> src/structs/context.rs:408:1
[INFO] [stdout] |
[INFO] [stdout] 3 | ctx.send("Hello, world!");
[INFO] [stdout] | ^^^ not found in this scope
[INFO] [stdout]
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout]
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/structs/middleware.rs - structs::middleware::MiddlewareChain (line 21) stdout ----
[INFO] [stdout] error: expected `;`, found keyword `async`
[INFO] [stdout] --> src/structs/middleware.rs:28:2
[INFO] [stdout] |
[INFO] [stdout] 10 | }
[INFO] [stdout] | ^ help: add `;` here
[INFO] [stdout] 11 | async fn catch_new_message(ctx: UnifyedContext) -> UnifyedContext {
[INFO] [stdout] | ----- unexpected token
[INFO] [stdout]
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout]
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/structs/context.rs - structs::context::UnifyedContext::send_with_options (line 570) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `vtg::vk_api`
[INFO] [stdout] --> src/structs/context.rs:573:10
[INFO] [stdout] |
[INFO] [stdout] 6 | use vtg::vk_api::VKMessagesSendOptions;
[INFO] [stdout] | ^^^^^^ could not find `vk_api` in `vtg`
[INFO] [stdout]
[INFO] [stdout] error[E0432]: unresolved import `vtg::tg_api`
[INFO] [stdout] --> src/structs/context.rs:574:10
[INFO] [stdout] |
[INFO] [stdout] 7 | use vtg::tg_api::TGSendMessageOptions;
[INFO] [stdout] | ^^^^^^ could not find `tg_api` in `vtg`
[INFO] [stdout]
[INFO] [stdout] error[E0425]: cannot find value `ctx` in this scope
[INFO] [stdout] --> src/structs/context.rs:575:1
[INFO] [stdout] |
[INFO] [stdout] 8 | ctx.send_with_options(
[INFO] [stdout] | ^^^ not found in this scope
[INFO] [stdout]
[INFO] [stdout] error[E0425]: cannot find value `ctx` in this scope
[INFO] [stdout] --> src/structs/context.rs:580:26
[INFO] [stdout] |
[INFO] [stdout] 13 | peer_id: Some(ctx.peer_id),
[INFO] [stdout] | ^^^ not found in this scope
[INFO] [stdout]
[INFO] [stdout] error[E0425]: cannot find value `ctx` in this scope
[INFO] [stdout] --> src/structs/context.rs:585:26
[INFO] [stdout] |
[INFO] [stdout] 18 | chat_id: Some(ctx.peer_id),
[INFO] [stdout] | ^^^ not found in this scope
[INFO] [stdout]
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout]
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/structs/context.rs - structs::context::UnifyedContext::send_with_keyboard (line 501) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `ctx` in this scope
[INFO] [stdout] --> src/structs/context.rs:504:1
[INFO] [stdout] |
[INFO] [stdout] 6 | ctx.send_with_keyboard("Hello, world!", Keyboard::new(vec![vec![KeyboardButton::Text {
[INFO] [stdout] | ^^^ not found in this scope
[INFO] [stdout]
[INFO] [stdout] error[E0425]: cannot find function `to_value` in this scope
[INFO] [stdout] --> src/structs/context.rs:507:14
[INFO] [stdout] |
[INFO] [stdout] 9 | data: Some(to_value("{\"text\": \"hello\"}".to_string()).unwrap()),
[INFO] [stdout] | ^^^^^^^^ not found in this scope
[INFO] [stdout] |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout] |
[INFO] [stdout] 2 + use serde_json::to_value;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout] error[E0425]: cannot find value `ctx` in this scope
[INFO] [stdout] --> src/structs/context.rs:508:20
[INFO] [stdout] |
[INFO] [stdout] 10 | }]], true, false, &ctx.platform));
[INFO] [stdout] | ^^^ not found in this scope
[INFO] [stdout]
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout]
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/structs/context.rs - structs::context::UnifyedContext::set_data (line 752) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `ctx` in this scope
[INFO] [stdout] --> src/structs/context.rs:753:1
[INFO] [stdout] |
[INFO] [stdout] 3 | ctx.set_data("Hello, world!".to_string());
[INFO] [stdout] | ^^^ not found in this scope
[INFO] [stdout]
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout]
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 19) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout]
[INFO] [stdout] stderr:
[INFO] [stdout]
[INFO] [stdout] thread 'main' (211) panicked at src/lib.rs:22:54:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout] 0: 0x5665c9928e82 - std::backtrace_rs::backtrace::libunwind::trace::hc4a5f428cfb78751
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout] 1: 0x5665c9928e82 - std::backtrace_rs::backtrace::trace_unsynchronized::h20e1095684b4c296
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout] 2: 0x5665c9928e82 - std::sys::backtrace::_print_fmt::h461f2e3a8f6b29e2
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout] 3: 0x5665c9928e82 - ::fmt::h4ee3a75aa71a2c45
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout] 4: 0x5665c9949c3f - core::fmt::rt::Argument::fmt::h6f1564705cd089af
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout] 5: 0x5665c9949c3f - core::fmt::write::h21ca93b65a7c281a
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout] 6: 0x5665c9918a73 - std::io::default_write_fmt::h745a1edf2999cb3b
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/io/mod.rs:639:11
[INFO] [stdout] 7: 0x5665c9918a73 - std::io::Write::write_fmt::hfc56e66d6e189682
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/io/mod.rs:1954:13
[INFO] [stdout] 8: 0x5665c99294d2 - std::sys::backtrace::BacktraceLock::print::h58d5d73f9e953cf1
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout] 9: 0x5665c991585c - std::panicking::default_hook::{{closure}}::h1457fbe47c9457d1
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panicking.rs:301:27
[INFO] [stdout] 10: 0x5665c9915696 - std::panicking::default_hook::hccb5e73b206c0830
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panicking.rs:328:9
[INFO] [stdout] 11: 0x5665c991656a - std::panicking::panic_with_hook::h3190ecc6229cdd29
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panicking.rs:834:13
[INFO] [stdout] 12: 0x5665c99292da - std::panicking::panic_handler::{{closure}}::ha1f1b769bc2bb40c
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panicking.rs:707:13
[INFO] [stdout] 13: 0x5665c9929239 - std::sys::backtrace::__rust_end_short_backtrace::h5f9cf66f19c2a172
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout] 14: 0x5665c991628d - __rustc[a93bd50104b99ad4]::rust_begin_unwind
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panicking.rs:698:5
[INFO] [stdout] 15: 0x5665c9952ea0 - core::panicking::panic_fmt::hc70c3c83f13c1375
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/core/src/panicking.rs:75:14
[INFO] [stdout] 16: 0x5665c9954906 - core::result::unwrap_failed::ha809bf80017a514a
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/core/src/result.rs:1852:5
[INFO] [stdout] 17: 0x5665c949f9d8 - rust_out::main::{{closure}}::h666b9cf4f8e52067
[INFO] [stdout] 18: 0x5665c94a4d16 - as core::future::future::Future>::poll::h8a8b9fc5d8cb6a08
[INFO] [stdout] 19: 0x5665c948a1f6 - tokio::runtime::park::CachedParkThread::block_on::{{closure}}::hf7c9a67739e4697a
[INFO] [stdout] 20: 0x5665c948a476 - tokio::runtime::park::CachedParkThread::block_on::h13fc17ec0e38795a
[INFO] [stdout] 21: 0x5665c94a5c0b - tokio::runtime::context::blocking::BlockingRegionGuard::block_on::h43b6571251dffde5
[INFO] [stdout] 22: 0x5665c94a6ba1 - tokio::runtime::scheduler::multi_thread::MultiThread::block_on::{{closure}}::h7dee0da008cb9640
[INFO] [stdout] 23: 0x5665c949f1b2 - tokio::runtime::context::runtime::enter_runtime::h4d742a6562c81c04
[INFO] [stdout] 24: 0x5665c94a6b8d - tokio::runtime::scheduler::multi_thread::MultiThread::block_on::hd9682e775f0a3660
[INFO] [stdout] 25: 0x5665c94a376d - tokio::runtime::runtime::Runtime::block_on_inner::h1a0bf848db0e22ca
[INFO] [stdout] 26: 0x5665c94a3a28 - tokio::runtime::runtime::Runtime::block_on::h946f4ce6ceee92ad
[INFO] [stdout] 27: 0x5665c94a04bb - rust_out::main::h61a73a86de211918
[INFO] [stdout] 28: 0x5665c94983f3 - core::ops::function::FnOnce::call_once::h6c9c00fd6ee79245
[INFO] [stdout] 29: 0x5665c94a71c6 - std::sys::backtrace::__rust_begin_short_backtrace::h916f7d6bfb06988c
[INFO] [stdout] 30: 0x5665c94a66c9 - std::rt::lang_start::{{closure}}::h8b630493ef2474c7
[INFO] [stdout] 31: 0x5665c9929c50 - core::ops::function::impls:: for &F>::call_once::hae16bf8966719858
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/core/src/ops/function.rs:290:21
[INFO] [stdout] 32: 0x5665c9929c50 - std::panicking::catch_unwind::do_call::hd4eb7cf01d0f66cd
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panicking.rs:590:40
[INFO] [stdout] 33: 0x5665c9929c50 - std::panicking::catch_unwind::h35b4afc45093edf5
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panicking.rs:553:19
[INFO] [stdout] 34: 0x5665c9929c50 - std::panic::catch_unwind::h5a7ef11ac2fa7980
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panic.rs:359:14
[INFO] [stdout] 35: 0x5665c9929c50 - std::rt::lang_start_internal::{{closure}}::h18f8e059e8eb5f5a
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/rt.rs:175:24
[INFO] [stdout] 36: 0x5665c9929c50 - std::panicking::catch_unwind::do_call::hb4f94f34ea41283f
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panicking.rs:590:40
[INFO] [stdout] 37: 0x5665c9929c50 - std::panicking::catch_unwind::hfbb31091ea806204
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panicking.rs:553:19
[INFO] [stdout] 38: 0x5665c9929c50 - std::panic::catch_unwind::hc88f452387620cfb
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panic.rs:359:14
[INFO] [stdout] 39: 0x5665c9929c50 - std::rt::lang_start_internal::h23cfb6dcbf9c9010
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/rt.rs:171:5
[INFO] [stdout] 40: 0x5665c94a66b1 - std::rt::lang_start::h2676fe224d780b30
[INFO] [stdout] 41: 0x5665c94a7295 - main
[INFO] [stdout] 42: 0x71055d4351ca -
[INFO] [stdout] 43: 0x71055d43528b - __libc_start_main
[INFO] [stdout] 44: 0x5665c9475f85 - _start
[INFO] [stdout] 45: 0x0 -
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] ---- src/client.rs - client::start_longpoll_client (line 137) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout]
[INFO] [stdout] stderr:
[INFO] [stdout]
[INFO] [stdout] thread 'main' (220) panicked at src/client.rs:21:55:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout] 0: 0x5d2c056d5fb2 - std::backtrace_rs::backtrace::libunwind::trace::hc4a5f428cfb78751
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout] 1: 0x5d2c056d5fb2 - std::backtrace_rs::backtrace::trace_unsynchronized::h20e1095684b4c296
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout] 2: 0x5d2c056d5fb2 - std::sys::backtrace::_print_fmt::h461f2e3a8f6b29e2
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout] 3: 0x5d2c056d5fb2 - ::fmt::h4ee3a75aa71a2c45
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout] 4: 0x5d2c056f6d6f - core::fmt::rt::Argument::fmt::h6f1564705cd089af
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout] 5: 0x5d2c056f6d6f - core::fmt::write::h21ca93b65a7c281a
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout] 6: 0x5d2c056c5ba3 - std::io::default_write_fmt::h745a1edf2999cb3b
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/io/mod.rs:639:11
[INFO] [stdout] 7: 0x5d2c056c5ba3 - std::io::Write::write_fmt::hfc56e66d6e189682
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/io/mod.rs:1954:13
[INFO] [stdout] 8: 0x5d2c056d6602 - std::sys::backtrace::BacktraceLock::print::h58d5d73f9e953cf1
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout] 9: 0x5d2c056c298c - std::panicking::default_hook::{{closure}}::h1457fbe47c9457d1
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panicking.rs:301:27
[INFO] [stdout] 10: 0x5d2c056c27c6 - std::panicking::default_hook::hccb5e73b206c0830
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panicking.rs:328:9
[INFO] [stdout] 11: 0x5d2c056c369a - std::panicking::panic_with_hook::h3190ecc6229cdd29
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panicking.rs:834:13
[INFO] [stdout] 12: 0x5d2c056d640a - std::panicking::panic_handler::{{closure}}::ha1f1b769bc2bb40c
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panicking.rs:707:13
[INFO] [stdout] 13: 0x5d2c056d6369 - std::sys::backtrace::__rust_end_short_backtrace::h5f9cf66f19c2a172
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout] 14: 0x5d2c056c33bd - __rustc[a93bd50104b99ad4]::rust_begin_unwind
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panicking.rs:698:5
[INFO] [stdout] 15: 0x5d2c056fffd0 - core::panicking::panic_fmt::hc70c3c83f13c1375
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/core/src/panicking.rs:75:14
[INFO] [stdout] 16: 0x5d2c05701a36 - core::result::unwrap_failed::ha809bf80017a514a
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/core/src/result.rs:1852:5
[INFO] [stdout] 17: 0x5d2c0524be46 - rust_out::main::{{closure}}::h666b9cf4f8e52067
[INFO] [stdout] 18: 0x5d2c05251e46 - as core::future::future::Future>::poll::h8a8b9fc5d8cb6a08
[INFO] [stdout] 19: 0x5d2c05237206 - tokio::runtime::park::CachedParkThread::block_on::{{closure}}::hf7c9a67739e4697a
[INFO] [stdout] 20: 0x5d2c05237486 - tokio::runtime::park::CachedParkThread::block_on::h13fc17ec0e38795a
[INFO] [stdout] 21: 0x5d2c05252d3b - tokio::runtime::context::blocking::BlockingRegionGuard::block_on::h43b6571251dffde5
[INFO] [stdout] 22: 0x5d2c05253cd1 - tokio::runtime::scheduler::multi_thread::MultiThread::block_on::{{closure}}::h7dee0da008cb9640
[INFO] [stdout] 23: 0x5d2c0524cfd2 - tokio::runtime::context::runtime::enter_runtime::h4d742a6562c81c04
[INFO] [stdout] 24: 0x5d2c05253cbd - tokio::runtime::scheduler::multi_thread::MultiThread::block_on::hd9682e775f0a3660
[INFO] [stdout] 25: 0x5d2c0525089d - tokio::runtime::runtime::Runtime::block_on_inner::h1a0bf848db0e22ca
[INFO] [stdout] 26: 0x5d2c05250b58 - tokio::runtime::runtime::Runtime::block_on::h946f4ce6ceee92ad
[INFO] [stdout] 27: 0x5d2c0524c9db - rust_out::main::h61a73a86de211918
[INFO] [stdout] 28: 0x5d2c05245463 - core::ops::function::FnOnce::call_once::h6c9c00fd6ee79245
[INFO] [stdout] 29: 0x5d2c052542f6 - std::sys::backtrace::__rust_begin_short_backtrace::h916f7d6bfb06988c
[INFO] [stdout] 30: 0x5d2c052537f9 - std::rt::lang_start::{{closure}}::h8b630493ef2474c7
[INFO] [stdout] 31: 0x5d2c056d6d80 - core::ops::function::impls:: for &F>::call_once::hae16bf8966719858
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/core/src/ops/function.rs:290:21
[INFO] [stdout] 32: 0x5d2c056d6d80 - std::panicking::catch_unwind::do_call::hd4eb7cf01d0f66cd
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panicking.rs:590:40
[INFO] [stdout] 33: 0x5d2c056d6d80 - std::panicking::catch_unwind::h35b4afc45093edf5
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panicking.rs:553:19
[INFO] [stdout] 34: 0x5d2c056d6d80 - std::panic::catch_unwind::h5a7ef11ac2fa7980
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panic.rs:359:14
[INFO] [stdout] 35: 0x5d2c056d6d80 - std::rt::lang_start_internal::{{closure}}::h18f8e059e8eb5f5a
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/rt.rs:175:24
[INFO] [stdout] 36: 0x5d2c056d6d80 - std::panicking::catch_unwind::do_call::hb4f94f34ea41283f
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panicking.rs:590:40
[INFO] [stdout] 37: 0x5d2c056d6d80 - std::panicking::catch_unwind::hfbb31091ea806204
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panicking.rs:553:19
[INFO] [stdout] 38: 0x5d2c056d6d80 - std::panic::catch_unwind::hc88f452387620cfb
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panic.rs:359:14
[INFO] [stdout] 39: 0x5d2c056d6d80 - std::rt::lang_start_internal::h23cfb6dcbf9c9010
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/rt.rs:171:5
[INFO] [stdout] 40: 0x5d2c052537e1 - std::rt::lang_start::h2676fe224d780b30
[INFO] [stdout] 41: 0x5d2c052543c5 - main
[INFO] [stdout] 42: 0x75692afee1ca -
[INFO] [stdout] 43: 0x75692afee28b - __libc_start_main
[INFO] [stdout] 44: 0x5d2c05222f95 - _start
[INFO] [stdout] 45: 0x0 -
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] ---- src/lib.rs - (line 52) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout]
[INFO] [stdout] stderr:
[INFO] [stdout]
[INFO] [stdout] thread 'main' (240) panicked at src/lib.rs:22:54:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout] 0: 0x5a24667793b2 - std::backtrace_rs::backtrace::libunwind::trace::hc4a5f428cfb78751
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout] 1: 0x5a24667793b2 - std::backtrace_rs::backtrace::trace_unsynchronized::h20e1095684b4c296
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout] 2: 0x5a24667793b2 - std::sys::backtrace::_print_fmt::h461f2e3a8f6b29e2
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout] 3: 0x5a24667793b2 - ::fmt::h4ee3a75aa71a2c45
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout] 4: 0x5a246679a1af - core::fmt::rt::Argument::fmt::h6f1564705cd089af
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout] 5: 0x5a246679a1af - core::fmt::write::h21ca93b65a7c281a
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout] 6: 0x5a2466768f83 - std::io::default_write_fmt::h745a1edf2999cb3b
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/io/mod.rs:639:11
[INFO] [stdout] 7: 0x5a2466768f83 - std::io::Write::write_fmt::hfc56e66d6e189682
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/io/mod.rs:1954:13
[INFO] [stdout] 8: 0x5a2466779a02 - std::sys::backtrace::BacktraceLock::print::h58d5d73f9e953cf1
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout] 9: 0x5a2466765d6c - std::panicking::default_hook::{{closure}}::h1457fbe47c9457d1
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panicking.rs:301:27
[INFO] [stdout] 10: 0x5a2466765ba6 - std::panicking::default_hook::hccb5e73b206c0830
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panicking.rs:328:9
[INFO] [stdout] 11: 0x5a2466766a7a - std::panicking::panic_with_hook::h3190ecc6229cdd29
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panicking.rs:834:13
[INFO] [stdout] 12: 0x5a246677980a - std::panicking::panic_handler::{{closure}}::ha1f1b769bc2bb40c
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panicking.rs:707:13
[INFO] [stdout] 13: 0x5a2466779769 - std::sys::backtrace::__rust_end_short_backtrace::h5f9cf66f19c2a172
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout] 14: 0x5a246676679d - __rustc[a93bd50104b99ad4]::rust_begin_unwind
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panicking.rs:698:5
[INFO] [stdout] 15: 0x5a24667a3410 - core::panicking::panic_fmt::hc70c3c83f13c1375
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/core/src/panicking.rs:75:14
[INFO] [stdout] 16: 0x5a24667a4e76 - core::result::unwrap_failed::ha809bf80017a514a
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/core/src/result.rs:1852:5
[INFO] [stdout] 17: 0x5a24662b6da7 - rust_out::main::{{closure}}::h666b9cf4f8e52067
[INFO] [stdout] 18: 0x5a246628ddb6 - tokio::runtime::park::CachedParkThread::block_on::{{closure}}::hd5e0b5facf677402
[INFO] [stdout] 19: 0x5a246628d4b0 - tokio::runtime::park::CachedParkThread::block_on::h787926d13ec76abd
[INFO] [stdout] 20: 0x5a24662bf26d - tokio::runtime::context::blocking::BlockingRegionGuard::block_on::h2152204afb1dd0b0
[INFO] [stdout] 21: 0x5a24662c0c20 - tokio::runtime::scheduler::multi_thread::MultiThread::block_on::{{closure}}::h1bf60c6fdb6d833c
[INFO] [stdout] 22: 0x5a24662b5e4d - tokio::runtime::context::runtime::enter_runtime::hf3c38341328120e0
[INFO] [stdout] 23: 0x5a24662c0c91 - tokio::runtime::scheduler::multi_thread::MultiThread::block_on::h6c39c178655df77a
[INFO] [stdout] 24: 0x5a24662baaf9 - tokio::runtime::runtime::Runtime::block_on_inner::h3c20dd3c7ae26af2
[INFO] [stdout] 25: 0x5a24662bae4d - tokio::runtime::runtime::Runtime::block_on::h946f4ce6ceee92ad
[INFO] [stdout] 26: 0x5a24662b79fd - rust_out::main::h61a73a86de211918
[INFO] [stdout] 27: 0x5a2466291e73 - core::ops::function::FnOnce::call_once::h6c9c00fd6ee79245
[INFO] [stdout] 28: 0x5a24662c15c6 - std::sys::backtrace::__rust_begin_short_backtrace::h916f7d6bfb06988c
[INFO] [stdout] 29: 0x5a24662c08f9 - std::rt::lang_start::{{closure}}::h8b630493ef2474c7
[INFO] [stdout] 30: 0x5a246677a1d0 - core::ops::function::impls:: for &F>::call_once::hae16bf8966719858
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/core/src/ops/function.rs:290:21
[INFO] [stdout] 31: 0x5a246677a1d0 - std::panicking::catch_unwind::do_call::hd4eb7cf01d0f66cd
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panicking.rs:590:40
[INFO] [stdout] 32: 0x5a246677a1d0 - std::panicking::catch_unwind::h35b4afc45093edf5
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panicking.rs:553:19
[INFO] [stdout] 33: 0x5a246677a1d0 - std::panic::catch_unwind::h5a7ef11ac2fa7980
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panic.rs:359:14
[INFO] [stdout] 34: 0x5a246677a1d0 - std::rt::lang_start_internal::{{closure}}::h18f8e059e8eb5f5a
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/rt.rs:175:24
[INFO] [stdout] 35: 0x5a246677a1d0 - std::panicking::catch_unwind::do_call::hb4f94f34ea41283f
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panicking.rs:590:40
[INFO] [stdout] 36: 0x5a246677a1d0 - std::panicking::catch_unwind::hfbb31091ea806204
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panicking.rs:553:19
[INFO] [stdout] 37: 0x5a246677a1d0 - std::panic::catch_unwind::hc88f452387620cfb
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panic.rs:359:14
[INFO] [stdout] 38: 0x5a246677a1d0 - std::rt::lang_start_internal::h23cfb6dcbf9c9010
[INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/rt.rs:171:5
[INFO] [stdout] 39: 0x5a24662c08e1 - std::rt::lang_start::h2676fe224d780b30
[INFO] [stdout] 40: 0x5a24662c1715 - main
[INFO] [stdout] 41: 0x71de436af1ca -
[INFO] [stdout] 42: 0x71de436af28b - __libc_start_main
[INFO] [stdout] 43: 0x5a246624cb85 - _start
[INFO] [stdout] 44: 0x0 -
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] failures:
[INFO] [stdout] src/client.rs - client::start_longpoll_client (line 137)
[INFO] [stdout] src/client/api_requests.rs - client::api_requests::api_call (line 20)
[INFO] [stdout] src/lib.rs - (line 19)
[INFO] [stdout] src/lib.rs - (line 52)
[INFO] [stdout] src/server.rs - server::start_callback_server (line 102)
[INFO] [stdout] src/structs/context.rs - structs::context::MessageBuilder::send (line 202)
[INFO] [stdout] src/structs/context.rs - structs::context::UnifyedContext (line 329)
[INFO] [stdout] src/structs/context.rs - structs::context::UnifyedContext (line 351)
[INFO] [stdout] src/structs/context.rs - structs::context::UnifyedContext::get_data (line 760)
[INFO] [stdout] src/structs/context.rs - structs::context::UnifyedContext::message (line 371)
[INFO] [stdout] src/structs/context.rs - structs::context::UnifyedContext::send (line 407)
[INFO] [stdout] src/structs/context.rs - structs::context::UnifyedContext::send_attachment_files (line 623)
[INFO] [stdout] src/structs/context.rs - structs::context::UnifyedContext::send_attachments (line 677)
[INFO] [stdout] src/structs/context.rs - structs::context::UnifyedContext::send_with_html (line 449)
[INFO] [stdout] src/structs/context.rs - structs::context::UnifyedContext::send_with_keyboard (line 501)
[INFO] [stdout] src/structs/context.rs - structs::context::UnifyedContext::send_with_options (line 570)
[INFO] [stdout] src/structs/context.rs - structs::context::UnifyedContext::set_data (line 752)
[INFO] [stdout] src/structs/middleware.rs - structs::middleware::MiddlewareChain (line 21)
[INFO] [stdout]
[INFO] [stdout] test result: FAILED. 3 passed; 18 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.31s
[INFO] [stdout]
[INFO] [stdout] all doctests ran in 6.61s; merged doctests compilation took 0.29s
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "9fcc9fb25e72566a6a57405a42f790478f5ff7b9475ce5a0d637680ad8349257", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9fcc9fb25e72566a6a57405a42f790478f5ff7b9475ce5a0d637680ad8349257", kill_on_drop: false }`
[INFO] [stdout] 9fcc9fb25e72566a6a57405a42f790478f5ff7b9475ce5a0d637680ad8349257