[INFO] cloning repository https://github.com/reimarstier/rust-telegram-playground
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/reimarstier/rust-telegram-playground" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Freimarstier%2Frust-telegram-playground", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Freimarstier%2Frust-telegram-playground'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4f9ea4fad434133eb7478bc41ba0dab2d811cf9f
[INFO] testing reimarstier/rust-telegram-playground against master#ec6f9a5b4413f74386267ef8efc93712c2ce6db6 for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Freimarstier%2Frust-telegram-playground" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/reimarstier/rust-telegram-playground
[INFO] finished tweaking git repo https://github.com/reimarstier/rust-telegram-playground
[INFO] tweaked toml for git repo https://github.com/reimarstier/rust-telegram-playground written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/reimarstier/rust-telegram-playground on toolchain ec6f9a5b4413f74386267ef8efc93712c2ce6db6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/reimarstier/rust-telegram-playground 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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Updating git repository `https://github.com/teloxide/teloxide/`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wasm-bindgen-futures v0.4.43
[INFO] [stderr]   Downloaded takecell v0.1.1
[INFO] [stderr]   Downloaded erasable v1.2.1
[INFO] [stderr]   Downloaded rustls-pemfile v2.1.3
[INFO] [stderr]   Downloaded once_cell v1.20.1
[INFO] [stderr]   Downloaded addr2line v0.24.1
[INFO] [stderr]   Downloaded wasm-streams v0.4.1
[INFO] [stderr]   Downloaded schannel v0.1.24
[INFO] [stderr]   Downloaded is_debug v1.0.1
[INFO] [stderr]   Downloaded cc v1.1.22
[INFO] [stderr]   Downloaded tzdb v0.6.1
[INFO] [stderr]   Downloaded const_fn v0.4.10
[INFO] [stderr]   Downloaded scheduled-thread-pool v0.2.7
[INFO] [stderr]   Downloaded migrations_macros v2.2.0
[INFO] [stderr]   Downloaded diesel-enum v0.2.1
[INFO] [stderr]   Downloaded dsl_auto_type v0.1.2
[INFO] [stderr]   Downloaded indexmap v2.5.0
[INFO] [stderr]   Downloaded ipnet v2.10.0
[INFO] [stderr]   Downloaded shadow-rs v0.35.0
[INFO] [stderr]   Downloaded diesel_migrations v2.2.0
[INFO] [stderr]   Downloaded diesel_table_macro_syntax v0.2.0
[INFO] [stderr]   Downloaded const_format_proc_macros v0.2.33
[INFO] [stderr]   Downloaded rc-box v1.2.0
[INFO] [stderr]   Downloaded migrations_internals v2.2.0
[INFO] [stderr]   Downloaded teloxide-macros v0.8.0
[INFO] [stderr]   Downloaded tracing-appender v0.2.3
[INFO] [stderr]   Downloaded r2d2 v0.8.10
[INFO] [stderr]   Downloaded dptree v0.3.0
[INFO] [stderr]   Downloaded tz-rs v0.6.14
[INFO] [stderr]   Downloaded unicode-properties v0.1.2
[INFO] [stderr]   Downloaded diesel_derives v2.2.3
[INFO] [stderr]   Downloaded object v0.36.4
[INFO] [stderr]   Downloaded rustls-pki-types v1.9.0
[INFO] [stderr]   Downloaded const_format v0.2.33
[INFO] [stderr]   Downloaded clap v4.5.18
[INFO] [stderr]   Downloaded reqwest v0.12.7
[INFO] [stderr]   Downloaded axum v0.7.7
[INFO] [stderr]   Downloaded clap_builder v4.5.18
[INFO] [stderr]   Downloaded tzdb_data v0.1.3
[INFO] [stderr]   Downloaded git2 v0.19.0
[INFO] [stderr]   Downloaded rustls v0.23.13
[INFO] [stderr]   Downloaded gimli v0.31.0
[INFO] [stderr]   Downloaded diesel v2.2.4
[INFO] [stderr]   Downloaded libgit2-sys v0.17.0+1.8.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 759c55b2bb6ab3c662053cae62c317de341f5f6edd814d9076dad90466bbf19f
[INFO] running `Command { std: "docker" "start" "-a" "759c55b2bb6ab3c662053cae62c317de341f5f6edd814d9076dad90466bbf19f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "759c55b2bb6ab3c662053cae62c317de341f5f6edd814d9076dad90466bbf19f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "759c55b2bb6ab3c662053cae62c317de341f5f6edd814d9076dad90466bbf19f", kill_on_drop: false }`
[INFO] [stdout] 759c55b2bb6ab3c662053cae62c317de341f5f6edd814d9076dad90466bbf19f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e9722ffee4342bb152e3beca644e7a8138effa8183fc5f27b58ab737ab6e3323
[INFO] running `Command { std: "docker" "start" "-a" "e9722ffee4342bb152e3beca644e7a8138effa8183fc5f27b58ab737ab6e3323", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling libc v0.2.159
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]    Compiling once_cell v1.20.1
[INFO] [stderr]    Compiling bytes v1.7.2
[INFO] [stderr]    Compiling futures-io v0.3.30
[INFO] [stderr]    Compiling allocator-api2 v0.2.18
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling openssl v0.10.66
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling serde_json v1.0.128
[INFO] [stderr]    Compiling thiserror v1.0.64
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling http v1.1.0
[INFO] [stderr]    Compiling futures-sink v0.3.30
[INFO] [stderr]    Compiling event-listener v5.3.1
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling const_fn v0.4.10
[INFO] [stderr]    Compiling url v2.5.2
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]    Compiling mio v1.0.2
[INFO] [stderr]    Compiling socket2 v0.5.7
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling syn v2.0.79
[INFO] [stderr]    Compiling cc v1.1.22
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling httparse v1.9.4
[INFO] [stderr]    Compiling tokio v1.40.0
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling unicase v2.7.0
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling rustix v0.38.37
[INFO] [stderr]    Compiling unicode-properties v0.1.2
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling tz-rs v0.6.14
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling time v0.3.36
[INFO] [stderr]    Compiling openssl-sys v0.9.103
[INFO] [stderr]    Compiling libz-sys v1.1.20
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling native-tls v0.2.12
[INFO] [stderr]    Compiling libgit2-sys v0.17.0+1.8.1
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stderr]    Compiling darling_core v0.13.4
[INFO] [stderr]    Compiling tzdb_data v0.1.3
[INFO] [stderr]    Compiling tokio-stream v0.1.16
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.33
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling indexmap v2.5.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.64
[INFO] [stderr]    Compiling hashlink v0.9.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling http-body-util v0.1.2
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]    Compiling darling_macro v0.13.4
[INFO] [stderr]    Compiling regex-automata v0.4.8
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling flume v0.11.0
[INFO] [stderr]    Compiling sync_wrapper v1.0.1
[INFO] [stderr]    Compiling erasable v1.2.1
[INFO] [stderr]    Compiling winnow v0.6.20
[INFO] [stderr]    Compiling fastrand v2.1.1
[INFO] [stderr]    Compiling rustversion v1.0.17
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling tokio-util v0.7.12
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling sqlx-core v0.8.2
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling h2 v0.4.6
[INFO] [stderr]    Compiling serde_spanned v0.6.8
[INFO] [stderr]    Compiling regex v1.11.0
[INFO] [stderr]    Compiling toml_edit v0.22.22
[INFO] [stderr]    Compiling tempfile v3.13.0
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling darling v0.13.4
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling const_format v0.2.33
[INFO] [stderr]    Compiling tzdb v0.6.1
[INFO] [stderr]    Compiling rustls-pki-types v1.9.0
[INFO] [stderr]    Compiling is_debug v1.0.1
[INFO] [stderr]    Compiling anstyle-parse v0.2.5
[INFO] [stderr]    Compiling sqlx-sqlite v0.8.2
[INFO] [stderr]    Compiling sqlx-postgres v0.8.2
[INFO] [stderr]    Compiling rustls-pemfile v2.1.3
[INFO] [stderr]    Compiling toml v0.8.19
[INFO] [stderr]    Compiling dsl_auto_type v0.1.2
[INFO] [stderr]    Compiling serde_with_macros v1.5.2
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling scheduled-thread-pool v0.2.7
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling hyper v1.4.1
[INFO] [stderr]    Compiling async-trait v0.1.83
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling diesel_table_macro_syntax v0.2.0
[INFO] [stderr]    Compiling include_dir_macros v0.7.4
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.1
[INFO] [stderr]    Compiling anstyle-query v1.1.1
[INFO] [stderr]    Compiling bytemuck v1.18.0
[INFO] [stderr]    Compiling overload v0.1.1
[INFO] [stderr]    Compiling anstyle v1.0.8
[INFO] [stderr]    Compiling hyper-util v0.1.9
[INFO] [stderr]    Compiling colorchoice v1.0.2
[INFO] [stderr]    Compiling ipnet v2.10.0
[INFO] [stderr]    Compiling anstream v0.6.15
[INFO] [stderr]    Compiling include_dir v0.7.4
[INFO] [stderr]    Compiling pin-project v1.1.5
[INFO] [stderr]    Compiling rgb v0.8.50
[INFO] [stderr]    Compiling nu-ansi-term v0.46.0
[INFO] [stderr]    Compiling derive_more v0.99.18
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.2
[INFO] [stderr]    Compiling tower v0.5.1
[INFO] [stderr]    Compiling diesel_derives v2.2.3
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.7
[INFO] [stderr]    Compiling axum-core v0.4.5
[INFO] [stderr]    Compiling terminal_size v0.3.0
[INFO] [stderr]    Compiling r2d2 v0.8.10
[INFO] [stderr]    Compiling rc-box v1.2.0
[INFO] [stderr]    Compiling sqlx-macros v0.8.2
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling serde_with v1.14.0
[INFO] [stderr]    Compiling migrations_internals v2.2.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling serde_path_to_error v0.1.16
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling uuid v1.10.0
[INFO] [stderr]    Compiling is-terminal v0.4.13
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling thread_local v1.1.8
[INFO] [stderr]    Compiling take_mut v0.2.2
[INFO] [stderr]    Compiling clap_lex v0.7.2
[INFO] [stderr]    Compiling takecell v0.1.1
[INFO] [stderr]    Compiling anyhow v1.0.89
[INFO] [stderr]    Compiling teloxide-core v0.10.1 (https://github.com/teloxide/teloxide/?rev=cfedb585d35f17ead3101456428c3357aae610ed#cfedb585)
[INFO] [stderr]    Compiling aquamarine v0.5.0
[INFO] [stderr]    Compiling teloxide-macros v0.8.0
[INFO] [stderr]    Compiling diesel v2.2.4
[INFO] [stderr]    Compiling tracing-subscriber v0.3.18
[INFO] [stderr]    Compiling clap_builder v4.5.18
[INFO] [stderr]    Compiling axum v0.7.7
[INFO] [stderr]    Compiling env_logger v0.10.2
[INFO] [stderr]    Compiling migrations_macros v2.2.0
[INFO] [stderr]    Compiling sqlx v0.8.2
[INFO] [stderr]    Compiling dptree v0.3.0
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling tower-http v0.5.2
[INFO] [stderr]    Compiling clap_derive v4.5.18
[INFO] [stderr]    Compiling crossbeam-channel v0.5.13
[INFO] [stderr]    Compiling tracing-appender v0.2.3
[INFO] [stderr]    Compiling pretty_env_logger v0.5.0
[INFO] [stderr]    Compiling diesel-enum v0.2.1
[INFO] [stderr]    Compiling clap v4.5.18
[INFO] [stderr]    Compiling git2 v0.19.0
[INFO] [stderr]    Compiling shadow-rs v0.35.0
[INFO] [stderr]    Compiling rust-telegram-alias-bot v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling diesel_migrations v2.2.0
[INFO] [stderr]    Compiling teloxide v0.13.0 (https://github.com/teloxide/teloxide/?rev=cfedb585d35f17ead3101456428c3357aae610ed#cfedb585)
[INFO] [stdout] warning: struct `HealthEndpointCheck` is never constructed
[INFO] [stdout]  --> src/bot/core/healthcheck/tasks/own_health_endpoint.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct HealthEndpointCheck {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 37s
[INFO] running `Command { std: "docker" "inspect" "e9722ffee4342bb152e3beca644e7a8138effa8183fc5f27b58ab737ab6e3323", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e9722ffee4342bb152e3beca644e7a8138effa8183fc5f27b58ab737ab6e3323", kill_on_drop: false }`
[INFO] [stdout] e9722ffee4342bb152e3beca644e7a8138effa8183fc5f27b58ab737ab6e3323
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 35ec442f57c20be77f113100ebec2e545bfdc186c210698dc344ae7be592174b
[INFO] running `Command { std: "docker" "start" "-a" "35ec442f57c20be77f113100ebec2e545bfdc186c210698dc344ae7be592174b", kill_on_drop: false }`
[INFO] [stderr]    Compiling rust-telegram-alias-bot v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `HealthEndpointCheck` is never constructed
[INFO] [stdout]  --> src/bot/core/healthcheck/tasks/own_health_endpoint.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct HealthEndpointCheck {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 5.26s
[INFO] running `Command { std: "docker" "inspect" "35ec442f57c20be77f113100ebec2e545bfdc186c210698dc344ae7be592174b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "35ec442f57c20be77f113100ebec2e545bfdc186c210698dc344ae7be592174b", kill_on_drop: false }`
[INFO] [stdout] 35ec442f57c20be77f113100ebec2e545bfdc186c210698dc344ae7be592174b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 0d31ba90836f67461dd05b0b930c108e58c55127105b1777a50fe7c4015440a2
[INFO] running `Command { std: "docker" "start" "-a" "0d31ba90836f67461dd05b0b930c108e58c55127105b1777a50fe7c4015440a2", kill_on_drop: false }`
[INFO] [stderr] warning: struct `HealthEndpointCheck` is never constructed
[INFO] [stderr]  --> src/bot/core/healthcheck/tasks/own_health_endpoint.rs:4:12
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub struct HealthEndpointCheck {
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `rust-telegram-alias-bot` (bin "rust-telegram-alias-bot" test) generated 1 warning
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.55s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rust_telegram_alias_bot-da2c7c4366cbdd30)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "0d31ba90836f67461dd05b0b930c108e58c55127105b1777a50fe7c4015440a2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0d31ba90836f67461dd05b0b930c108e58c55127105b1777a50fe7c4015440a2", kill_on_drop: false }`
[INFO] [stdout] 0d31ba90836f67461dd05b0b930c108e58c55127105b1777a50fe7c4015440a2
