[INFO] cloning repository https://github.com/isSerge/good-first-bot-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/isSerge/good-first-bot-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FisSerge%2Fgood-first-bot-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FisSerge%2Fgood-first-bot-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c44fb379be0f86e671f357e6368f90492dddf5ce [INFO] testing isSerge/good-first-bot-rs against try#8da20828b6ea601dfd8e2448cb50ace88876bd78 for pr-150933 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FisSerge%2Fgood-first-bot-rs" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/isSerge/good-first-bot-rs [INFO] finished tweaking git repo https://github.com/isSerge/good-first-bot-rs [INFO] tweaked toml for git repo https://github.com/isSerge/good-first-bot-rs written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/isSerge/good-first-bot-rs on toolchain 8da20828b6ea601dfd8e2448cb50ace88876bd78 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/isSerge/good-first-bot-rs 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" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:cfa559dde23f44738f9990739aaa3487d8df3af37eb5df0572f7cf76004a604a" "/opt/rustwide/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 37a646f5215655cf563b67a40a8bfef760fa4c16ce1ced517d7d5976b7849dc1 [INFO] running `Command { std: "docker" "start" "-a" "37a646f5215655cf563b67a40a8bfef760fa4c16ce1ced517d7d5976b7849dc1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "37a646f5215655cf563b67a40a8bfef760fa4c16ce1ced517d7d5976b7849dc1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "37a646f5215655cf563b67a40a8bfef760fa4c16ce1ced517d7d5976b7849dc1", kill_on_drop: false }` [INFO] [stdout] 37a646f5215655cf563b67a40a8bfef760fa4c16ce1ced517d7d5976b7849dc1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:cfa559dde23f44738f9990739aaa3487d8df3af37eb5df0572f7cf76004a604a" "/opt/rustwide/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1a5d2d24354bf4a8e199c0a39ad994989ff0ae69a5cfdb8880a589eb74201370 [INFO] running `Command { std: "docker" "start" "-a" "1a5d2d24354bf4a8e199c0a39ad994989ff0ae69a5cfdb8880a589eb74201370", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.94 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling once_cell v1.21.0 [INFO] [stderr] Compiling cc v1.2.16 [INFO] [stderr] Compiling icu_locid_transform_data v1.5.0 [INFO] [stderr] Compiling socket2 v0.5.9 [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling icu_properties_data v1.5.0 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling icu_normalizer_data v1.5.0 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling rustls v0.23.23 [INFO] [stderr] Compiling zerocopy v0.8.23 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling webpki-roots v0.26.8 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling tracing-core v0.1.33 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling crc-catalog v2.4.0 [INFO] [stderr] Compiling tinyvec v1.9.0 [INFO] [stderr] Compiling crc v3.2.1 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling crossbeam-queue v0.3.12 [INFO] [stderr] Compiling tokio v1.45.0 [INFO] [stderr] Compiling log v0.4.27 [INFO] [stderr] Compiling event-listener v5.4.0 [INFO] [stderr] Compiling getrandom v0.3.1 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling unicode-properties v0.1.3 [INFO] [stderr] Compiling unicode-normalization v0.1.24 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling indexmap v2.8.0 [INFO] [stderr] Compiling hashlink v0.10.0 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling rustix v1.0.2 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling bitflags v2.9.0 [INFO] [stderr] Compiling unicode-bidi v0.3.18 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling whoami v1.5.2 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling linux-raw-sys v0.9.2 [INFO] [stderr] Compiling dotenvy v0.15.7 [INFO] [stderr] Compiling home v0.5.11 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Compiling hkdf v0.12.4 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling stringprep v0.1.5 [INFO] [stderr] Compiling md-5 v0.10.6 [INFO] [stderr] Compiling flume v0.11.1 [INFO] [stderr] Compiling erasable v1.3.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Compiling openssl-sys v0.9.106 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling libsqlite3-sys v0.30.1 [INFO] [stderr] Compiling psm v0.1.26 [INFO] [stderr] Compiling stacker v0.1.21 [INFO] [stderr] Compiling combine v4.6.7 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling proc-macro-error-attr2 v2.0.0 [INFO] [stderr] Compiling include_dir_macros v0.7.4 [INFO] [stderr] Compiling openssl v0.10.71 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling bytemuck v1.23.0 [INFO] [stderr] Compiling mockall_derive v0.13.1 [INFO] [stderr] Compiling predicates-core v1.0.9 [INFO] [stderr] Compiling iana-time-zone v0.1.61 [INFO] [stderr] Compiling rgb v0.8.50 [INFO] [stderr] Compiling include_dir v0.7.4 [INFO] [stderr] Compiling chrono v0.4.41 [INFO] [stderr] Compiling proc-macro-error2 v2.0.1 [INFO] [stderr] Compiling rc-box v1.3.0 [INFO] [stderr] Compiling uuid v1.15.1 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling takecell v0.1.1 [INFO] [stderr] Compiling termtree v0.5.1 [INFO] [stderr] Compiling anstyle v1.0.10 [INFO] [stderr] Compiling tempfile v3.18.0 [INFO] [stderr] Compiling take_mut v0.2.2 [INFO] [stderr] Compiling predicates-tree v1.0.12 [INFO] [stderr] Compiling predicates v3.1.3 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling instant v0.1.13 [INFO] [stderr] Compiling downcast v0.11.0 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling fragile v2.0.0 [INFO] [stderr] Compiling rand v0.9.1 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.7.5 [INFO] [stderr] Compiling zerovec-derive v0.10.3 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling icu_provider_macros v1.5.0 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Compiling rustls-webpki v0.102.8 [INFO] [stderr] Compiling derive_more-impl v1.0.0 [INFO] [stderr] Compiling teloxide-macros v0.9.0 [INFO] [stderr] Compiling async-trait v0.1.88 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling yoke v0.7.5 [INFO] [stderr] Compiling graphql-parser v0.4.1 [INFO] [stderr] Compiling zerovec v0.10.4 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling pin-project v1.1.10 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling tinystr v0.7.6 [INFO] [stderr] Compiling icu_collections v1.5.0 [INFO] [stderr] Compiling serde_with_macros v3.12.0 [INFO] [stderr] Compiling derive_more v1.0.0 [INFO] [stderr] Compiling icu_locid v1.5.0 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling dptree v0.3.0 [INFO] [stderr] Compiling mockall v0.13.1 [INFO] [stderr] Compiling icu_provider v1.5.0 [INFO] [stderr] Compiling icu_locid_transform v1.5.0 [INFO] [stderr] Compiling icu_properties v1.5.1 [INFO] [stderr] Compiling smallvec v1.14.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling graphql-introspection-query v0.2.0 [INFO] [stderr] Compiling serde_with v3.12.0 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling tracing-subscriber v0.3.19 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling icu_normalizer v1.5.0 [INFO] [stderr] Compiling futures-intrusive v0.5.0 [INFO] [stderr] Compiling temp-env v0.3.6 [INFO] [stderr] Compiling graphql_client_codegen v0.14.0 [INFO] [stderr] Compiling idna_adapter v1.2.0 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Compiling url v2.5.4 [INFO] [stderr] Compiling aquamarine v0.6.0 [INFO] [stderr] Compiling sqlx-core v0.8.5 [INFO] [stderr] Compiling graphql_query_derive v0.14.0 [INFO] [stderr] Compiling sqlx-sqlite v0.8.5 [INFO] [stderr] Compiling sqlx-postgres v0.8.5 [INFO] [stderr] Compiling tokio-util v0.7.15 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling tokio-rustls v0.26.2 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling backoff v0.4.0 [INFO] [stderr] Compiling h2 v0.4.9 [INFO] [stderr] Compiling h2 v0.3.26 [INFO] [stderr] Compiling sqlx-macros-core v0.8.5 [INFO] [stderr] Compiling sqlx-macros v0.8.5 [INFO] [stderr] Compiling hyper v0.14.32 [INFO] [stderr] Compiling hyper v1.6.0 [INFO] [stderr] Compiling hyper-util v0.1.11 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling hyper-rustls v0.27.5 [INFO] [stderr] Compiling reqwest v0.12.15 [INFO] [stderr] Compiling sqlx v0.8.5 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.27 [INFO] [stderr] Compiling teloxide-core v0.11.2 [INFO] [stderr] Compiling graphql_client v0.14.0 [INFO] [stderr] Compiling teloxide v0.15.0 [INFO] [stderr] Compiling good-first-bot v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 48s [INFO] running `Command { std: "docker" "inspect" "1a5d2d24354bf4a8e199c0a39ad994989ff0ae69a5cfdb8880a589eb74201370", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1a5d2d24354bf4a8e199c0a39ad994989ff0ae69a5cfdb8880a589eb74201370", kill_on_drop: false }` [INFO] [stdout] 1a5d2d24354bf4a8e199c0a39ad994989ff0ae69a5cfdb8880a589eb74201370 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:cfa559dde23f44738f9990739aaa3487d8df3af37eb5df0572f7cf76004a604a" "/opt/rustwide/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e66b6d97231f4f536d306ce5d6d9487e9f25197381f7c7ec37ae5880eced877c [INFO] running `Command { std: "docker" "start" "-a" "e66b6d97231f4f536d306ce5d6d9487e9f25197381f7c7ec37ae5880eced877c", kill_on_drop: false }` [INFO] [stderr] Compiling good-first-bot v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 20.29s [INFO] running `Command { std: "docker" "inspect" "e66b6d97231f4f536d306ce5d6d9487e9f25197381f7c7ec37ae5880eced877c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e66b6d97231f4f536d306ce5d6d9487e9f25197381f7c7ec37ae5880eced877c", kill_on_drop: false }` [INFO] [stdout] e66b6d97231f4f536d306ce5d6d9487e9f25197381f7c7ec37ae5880eced877c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:cfa559dde23f44738f9990739aaa3487d8df3af37eb5df0572f7cf76004a604a" "/opt/rustwide/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9c8bd5191dd36f6116c5f8260bc707babc1a42106469fcd48555366893aa6a0c [INFO] running `Command { std: "docker" "start" "-a" "9c8bd5191dd36f6116c5f8260bc707babc1a42106469fcd48555366893aa6a0c", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.46s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/good_first_bot-7890a36652230920) [INFO] [stdout] [INFO] [stdout] running 90 tests [INFO] [stdout] test bot_handler::callbacks::view_repo::tests::test_handle_callback_back_to_repo_details ... ok [INFO] [stdout] test bot_handler::callbacks::view_labels::tests::test_handle_callback_view_repo_labels_error ... ok [INFO] [stdout] test bot_handler::commands::add::tests::test_add_repos_already_tracked ... ok [INFO] [stdout] test bot_handler::commands::add::tests::test_add_repos_error ... ok [INFO] [stdout] test bot_handler::commands::add::tests::test_add_repos_multiple_mixed_outcomes ... ok [INFO] [stdout] test bot_handler::commands::add::tests::test_add_repos_limit_reached ... ok [INFO] [stdout] test bot_handler::callbacks::view_labels::tests::test_handle_callback_view_repo_labels ... ok [INFO] [stdout] test bot_handler::commands::add::tests::test_add_repos_does_not_exist ... ok [INFO] [stdout] test bot_handler::callbacks::view_repo::tests::test_handle_callback_view_repo_details ... ok [INFO] [stdout] test bot_handler::callbacks::view_labels::tests::test_dialogue_persists_viewing_repo_labels_state ... ok [INFO] [stdout] test bot_handler::callbacks::list::tests::test_handle_callback_back_to_repo_list ... ok [INFO] [stdout] test bot_handler::callbacks::remove::tests::test_handle_callback_remove_repo_error ... ok [INFO] [stdout] test config::tests::test_from_env ... ok [INFO] [stdout] test config::tests::test_missing_github_graphql_url_default ... ok [INFO] [stdout] test config::tests::test_missing_limits_default ... ok [INFO] [stdout] test config::tests::test_missing_poll_interval_default ... ok [INFO] [stdout] test config::tests::test_missing_telegram_bot_token_error ... ok [INFO] [stdout] test github::tests::test_is_retryable_graphql_error ... ok [INFO] [stdout] test config::tests::test_missing_database_url_default ... ok [INFO] [stdout] test config::tests::test_missing_github_token_error ... ok [INFO] [stdout] test github::tests::test_is_not_retryable_graphql_error ... ok [INFO] [stdout] test bot_handler::commands::add::tests::test_dialogue_persists_awaiting_add_repo_state ... ok [INFO] [stdout] test bot_handler::commands::add::tests::test_add_repos_success ... ok [INFO] [stdout] test messaging::tests::test_format_paginated_message_text_no_items ... ok [INFO] [stdout] test messaging::keyboards::tests::test_build_repo_labels_keyboard ... ok [INFO] [stdout] test messaging::utils::tests::test_github_color_to_emoji ... ok [INFO] [stdout] test bot_handler::commands::add::tests::test_add_repos_parse_error ... ok [INFO] [stdout] test messaging::keyboards::tests::test_build_repo_list_keyboard ... ok [INFO] [stdout] test messaging::keyboards::tests::test_build_repo_item_keyboard ... ok [INFO] [stdout] test messaging::utils::tests::test_serialize_action ... ok [INFO] [stdout] test pagination::tests::test_new_empty_items ... ok [INFO] [stdout] test pagination::tests::test_has_prev_next_logic ... ok [INFO] [stdout] test messaging::tests::test_format_paginated_message_text ... ok [INFO] [stdout] test pagination::tests::test_new_multiple_pages_exact_fit ... ok [INFO] [stdout] test pagination::tests::test_new_multiple_pages_with_leftover ... ok [INFO] [stdout] test bot_handler::commands::add::tests::test_handle_reply_awaiting_add_repo_success ... ok [INFO] [stdout] test poller::tests::test_poll_user_repo_new_issues ... ok [INFO] [stdout] test pagination::tests::test_new_page_clamping ... ok [INFO] [stdout] test poller::tests::test_poll_user_repo_no_issues ... ok [INFO] [stdout] test poller::tests::test_poll_user_repo_no_tracked_labels_skips ... ok [INFO] [stdout] test repository::tests::test_add_repo ... ok [INFO] [stdout] test poller::tests::test_poll_user_repo_set_lpt_fails ... ok [INFO] [stdout] test repository::tests::test_add_repo_error ... ok [INFO] [stdout] test pagination::tests::test_new_single_full_page ... ok [INFO] [stdout] test poller::tests::test_filter_new_issues ... ok [INFO] [stdout] test poller::tests::test_poll_user_repo_get_last_poll_time_storage_error ... ok [INFO] [stdout] test poller::tests::test_poll_user_repo_get_tracked_labels_storage_error ... ok [INFO] [stdout] test bot_handler::commands::add::tests::test_handle_reply_invalid_state ... ok [INFO] [stdout] test repository::tests::test_add_repo_limit_exceeded ... ok [INFO] [stdout] test repository::tests::test_get_repo_labels ... ok [INFO] [stdout] test repository::tests::test_remove_repo_error ... ok [INFO] [stdout] test repository::tests::test_repo_exists ... ok [INFO] [stdout] test repository::tests::test_repo_exists_error ... ok [INFO] [stdout] test repository::tests::test_get_user_repos ... ok [INFO] [stdout] test repository::tests::test_get_repo_labels_error ... ok [INFO] [stdout] test repository::tests::test_get_user_repos_error ... ok [INFO] [stdout] test repository::tests::test_toggle_label_limit_exceeded ... ok [INFO] [stdout] test repository::tests::test_remove_repo ... ok [INFO] [stdout] test repository::tests::test_get_user_repo_labels ... ok [INFO] [stdout] test repository::tests::test_toggle_label_remove ... ok [INFO] [stdout] test storage::repo_entity::tests::test_from_str ... ok [INFO] [stdout] test storage::repo_entity::tests::test_from_str_empty_name ... ok [INFO] [stdout] test poller::tests::test_poll_user_repo_github_graphql_error ... ok [INFO] [stdout] test poller::tests::test_poll_user_repo_github_rate_limited ... ok [INFO] [stdout] test poller::tests::test_poll_user_repo_github_unauthorized_error ... ok [INFO] [stdout] test storage::repo_entity::tests::test_from_str_empty_owner ... ok [INFO] [stdout] test storage::repo_entity::tests::test_from_str_invalid ... ok [INFO] [stdout] test storage::repo_entity::tests::test_from_str_invalid_owner ... ok [INFO] [stdout] test storage::repo_entity::tests::test_from_str_missing_name ... ok [INFO] [stdout] test storage::repo_entity::tests::test_from_str_missing_slash ... ok [INFO] [stdout] test storage::repo_entity::tests::test_from_str_name_contains_slash ... ok [INFO] [stdout] test storage::repo_entity::tests::test_from_url ... ok [INFO] [stdout] test storage::repo_entity::tests::test_from_url_invalid ... ok [INFO] [stdout] test storage::repo_entity::tests::test_from_url_not_github_domain ... ok [INFO] [stdout] test storage::repo_entity::tests::test_from_url_with_path ... ok [INFO] [stdout] test storage::tests::test_remove_repository ... ok [INFO] [stdout] test repository::tests::test_toggle_label_add ... ok [INFO] [stdout] test storage::tests::test_get_all_repos ... ok [INFO] [stdout] test storage::repo_entity::tests::test_from_url_with_query ... ok [INFO] [stdout] test storage::tests::test_poll_time ... ok [INFO] [stdout] test storage::tests::test_add_and_get_repository ... ok [INFO] [stdout] test storage::tests::test_add_same_repository ... ok [INFO] [stdout] test storage::tests::test_count_repos_per_user ... ok [INFO] [stdout] test storage::tests::test_toggle_labels ... ok [INFO] [stdout] test github::tests::test_new_github_client ... ok [INFO] [stdout] test github::tests::no_jitter_when_wait_is_zero ... ok [INFO] [stdout] test github::tests::test_update_rate_limit_from_headers ... ok [INFO] [stdout] test github::tests::rate_limit_guard_sleeps_when_below_threshold_and_before_reset ... ok [INFO] [stdout] test github::tests::jitter_is_within_bounds ... ok [INFO] [stdout] test github::tests::jitter_varies_across_runs ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- github::tests::jitter_varies_across_runs stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'github::tests::jitter_varies_across_runs' (71) panicked at src/github/tests.rs:169:9: [INFO] [stdout] Run 1: 58.177106ms > upper bound 52ms [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5f78660bf0ca - std[da2fd379f16a7ff7]::backtrace_rs::backtrace::libunwind::trace [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5f78660bf0ca - std[da2fd379f16a7ff7]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5f78660bf0ca - std[da2fd379f16a7ff7]::sys::backtrace::_print_fmt [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/sys/backtrace.rs:74:9 [INFO] [stdout] 3: 0x5f78660bf0ca - <::print::DisplayBacktrace as core[97f61b5528a4c2b4]::fmt::Display>::fmt [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/sys/backtrace.rs:44:26 [INFO] [stdout] 4: 0x5f78660d676a - ::fmt [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/fmt/rt.rs:152:76 [INFO] [stdout] 5: 0x5f78660d676a - core[97f61b5528a4c2b4]::fmt::write [INFO] [stdout] 6: 0x5f78660c3f82 - std[da2fd379f16a7ff7]::io::default_write_fmt::> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5f78660c3f82 - as std[da2fd379f16a7ff7]::io::Write>::write_fmt [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/io/mod.rs:1994:13 [INFO] [stdout] 8: 0x5f786609cddf - ::print [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/sys/backtrace.rs:47:9 [INFO] [stdout] 9: 0x5f786609cddf - std[da2fd379f16a7ff7]::panicking::default_hook::{closure#0} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panicking.rs:292:27 [INFO] [stdout] 10: 0x5f78660b6e09 - std[da2fd379f16a7ff7]::panicking::default_hook [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panicking.rs:316:9 [INFO] [stdout] 11: 0x5f786594617c - core[97f61b5528a4c2b4]::ops::function::Fn<(&'a std[da2fd379f16a7ff7]::panic::PanicHookInfo<'b>,), Output = ()> + core[97f61b5528a4c2b4]::marker::Send + core[97f61b5528a4c2b4]::marker::Sync> as core[97f61b5528a4c2b4]::ops::function::Fn<(&std[da2fd379f16a7ff7]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 12: 0x5f786594617c - test[d0b63a2f043bab5e]::test_main_with_exit_callback::::{closure#0} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5f78660b7082 - core[97f61b5528a4c2b4]::ops::function::Fn<(&'a std[da2fd379f16a7ff7]::panic::PanicHookInfo<'b>,), Output = ()> + core[97f61b5528a4c2b4]::marker::Send + core[97f61b5528a4c2b4]::marker::Sync> as core[97f61b5528a4c2b4]::ops::function::Fn<(&std[da2fd379f16a7ff7]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 14: 0x5f78660b7082 - std[da2fd379f16a7ff7]::panicking::panic_with_hook [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panicking.rs:833:13 [INFO] [stdout] 15: 0x5f786609ce98 - std[da2fd379f16a7ff7]::panicking::panic_handler::{closure#0} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panicking.rs:698:13 [INFO] [stdout] 16: 0x5f7866094579 - std[da2fd379f16a7ff7]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/sys/backtrace.rs:182:18 [INFO] [stdout] 17: 0x5f786609df2d - __rustc[9f3cd9eabd71303e]::rust_begin_unwind [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panicking.rs:689:5 [INFO] [stdout] 18: 0x5f78660d707c - core[97f61b5528a4c2b4]::panicking::panic_fmt [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x5f786575beac - good_first_bot[ab174cb52f047649]::github::tests::jitter_varies_across_runs::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/src/github/tests.rs:169:9 [INFO] [stdout] 20: 0x5f78658b2202 - > as core[97f61b5528a4c2b4]::future::future::Future>::poll [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/future/future.rs:133:9 [INFO] [stdout] 21: 0x5f78657f22ed - ::block_on::>>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/park.rs:284:71 [INFO] [stdout] 22: 0x5f78657e69a2 - tokio[c21c3bbe891ace49]::task::coop::with_budget::, ::block_on>>::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/task/coop/mod.rs:167:5 [INFO] [stdout] 23: 0x5f78657e69a2 - tokio[c21c3bbe891ace49]::task::coop::budget::, ::block_on>>::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/task/coop/mod.rs:133:5 [INFO] [stdout] 24: 0x5f78657e69a2 - ::block_on::>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/park.rs:284:31 [INFO] [stdout] 25: 0x5f786573a794 - ::block_on::>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/context/blocking.rs:66:14 [INFO] [stdout] 26: 0x5f78657d5788 - ::block_on::>>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/scheduler/multi_thread/mod.rs:87:22 [INFO] [stdout] 27: 0x5f78657cbdeb - tokio[c21c3bbe891ace49]::runtime::context::runtime::enter_runtime::<::block_on>>::{closure#0}, ()> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/context/runtime.rs:65:16 [INFO] [stdout] 28: 0x5f78657c8574 - ::block_on::>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/scheduler/multi_thread/mod.rs:86:9 [INFO] [stdout] 29: 0x5f78657de004 - ::block_on_inner::>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/runtime.rs:358:50 [INFO] [stdout] 30: 0x5f78657de1fa - ::block_on::>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/runtime.rs:330:18 [INFO] [stdout] 31: 0x5f7865774070 - good_first_bot[ab174cb52f047649]::github::tests::jitter_varies_across_runs [INFO] [stdout] at /opt/rustwide/workdir/src/github/tests.rs:184:6 [INFO] [stdout] 32: 0x5f786575aa07 - good_first_bot[ab174cb52f047649]::github::tests::jitter_varies_across_runs::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/src/github/tests.rs:144:37 [INFO] [stdout] 33: 0x5f7865938dd6 - >::call_once [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 34: 0x5f786593a25b - core[97f61b5528a4c2b4]::result::Result<(), alloc[ec929a98520ab192]::string::String> as core[97f61b5528a4c2b4]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 35: 0x5f786593a25b - test[d0b63a2f043bab5e]::__rust_begin_short_backtrace::, fn() -> core[97f61b5528a4c2b4]::result::Result<(), alloc[ec929a98520ab192]::string::String>> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/test/src/lib.rs:663:18 [INFO] [stdout] 36: 0x5f7865946c4b - test[d0b63a2f043bab5e]::run_test_in_process::{closure#0} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/test/src/lib.rs:686:74 [INFO] [stdout] 37: 0x5f7865946c4b - as core[97f61b5528a4c2b4]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x5f7865946c4b - std[da2fd379f16a7ff7]::panicking::catch_unwind::do_call::, core[97f61b5528a4c2b4]::result::Result<(), alloc[ec929a98520ab192]::string::String>> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panicking.rs:581:40 [INFO] [stdout] 39: 0x5f7865946c4b - std[da2fd379f16a7ff7]::panicking::catch_unwind::, core[97f61b5528a4c2b4]::panic::unwind_safe::AssertUnwindSafe> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panicking.rs:544:19 [INFO] [stdout] 40: 0x5f7865946c4b - std[da2fd379f16a7ff7]::panic::catch_unwind::, core[97f61b5528a4c2b4]::result::Result<(), alloc[ec929a98520ab192]::string::String>> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x5f7865946c4b - test[d0b63a2f043bab5e]::run_test_in_process [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/test/src/lib.rs:686:27 [INFO] [stdout] 42: 0x5f7865946c4b - test[d0b63a2f043bab5e]::run_test::{closure#0} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/test/src/lib.rs:607:43 [INFO] [stdout] 43: 0x5f7865942364 - test[d0b63a2f043bab5e]::run_test::{closure#1} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/test/src/lib.rs:637:41 [INFO] [stdout] 44: 0x5f7865942364 - std[da2fd379f16a7ff7]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/sys/backtrace.rs:166:18 [INFO] [stdout] 45: 0x5f7865949852 - std[da2fd379f16a7ff7]::thread::lifecycle::spawn_unchecked::::{closure#1}::{closure#0} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/thread/lifecycle.rs:91:13 [INFO] [stdout] 46: 0x5f7865949852 - ::{closure#1}::{closure#0}> as core[97f61b5528a4c2b4]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 47: 0x5f7865949852 - std[da2fd379f16a7ff7]::panicking::catch_unwind::do_call::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panicking.rs:581:40 [INFO] [stdout] 48: 0x5f7865949852 - std[da2fd379f16a7ff7]::panicking::catch_unwind::<(), core[97f61b5528a4c2b4]::panic::unwind_safe::AssertUnwindSafe::{closure#1}::{closure#0}>> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panicking.rs:544:19 [INFO] [stdout] 49: 0x5f7865949852 - std[da2fd379f16a7ff7]::panic::catch_unwind::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panic.rs:359:14 [INFO] [stdout] 50: 0x5f7865949852 - std[da2fd379f16a7ff7]::thread::lifecycle::spawn_unchecked::::{closure#1} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/thread/lifecycle.rs:89:26 [INFO] [stdout] 51: 0x5f7865949852 - ::{closure#1} as core[97f61b5528a4c2b4]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 52: 0x5f78660be99f - + core[97f61b5528a4c2b4]::marker::Send> as core[97f61b5528a4c2b4]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/alloc/src/boxed.rs:2240:9 [INFO] [stdout] 53: 0x5f78660be99f - ::new::thread_start [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/sys/thread/unix.rs:118:17 [INFO] [stdout] 54: 0x7148a3ed8aa4 - [INFO] [stdout] 55: 0x7148a3f65a64 - clone [INFO] [stdout] 56: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] github::tests::jitter_varies_across_runs [INFO] [stdout] [INFO] [stdout] test result: FAILED. 89 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.33s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--lib` [INFO] running `Command { std: "docker" "inspect" "9c8bd5191dd36f6116c5f8260bc707babc1a42106469fcd48555366893aa6a0c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9c8bd5191dd36f6116c5f8260bc707babc1a42106469fcd48555366893aa6a0c", kill_on_drop: false }` [INFO] [stdout] 9c8bd5191dd36f6116c5f8260bc707babc1a42106469fcd48555366893aa6a0c