[INFO] cloning repository https://github.com/VladislavSumin/zen-tools-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/VladislavSumin/zen-tools-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVladislavSumin%2Fzen-tools-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVladislavSumin%2Fzen-tools-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8a1d512c14405e26bba588ad08405bb0c33d98a4
[INFO] testing VladislavSumin/zen-tools-rs against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVladislavSumin%2Fzen-tools-rs" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/VladislavSumin/zen-tools-rs
[INFO] finished tweaking git repo https://github.com/VladislavSumin/zen-tools-rs
[INFO] tweaked toml for git repo https://github.com/VladislavSumin/zen-tools-rs written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/VladislavSumin/zen-tools-rs on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/VladislavSumin/zen-tools-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" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7802a05f5e6e1fecf3ad54cac6dcef449575d6c201c0f4b898673463e298ef37
[INFO] running `Command { std: "docker" "start" "-a" "7802a05f5e6e1fecf3ad54cac6dcef449575d6c201c0f4b898673463e298ef37", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7802a05f5e6e1fecf3ad54cac6dcef449575d6c201c0f4b898673463e298ef37", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7802a05f5e6e1fecf3ad54cac6dcef449575d6c201c0f4b898673463e298ef37", kill_on_drop: false }`
[INFO] [stdout] 7802a05f5e6e1fecf3ad54cac6dcef449575d6c201c0f4b898673463e298ef37
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ba09f3e25df46da9f6fbb57098116124cb286a9df37cdd2f465929634a721736
[INFO] running `Command { std: "docker" "start" "-a" "ba09f3e25df46da9f6fbb57098116124cb286a9df37cdd2f465929634a721736", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling pin-project-lite v0.2.14
[INFO] [stderr]    Compiling bytes v1.6.0
[INFO] [stderr]    Compiling futures-core v0.3.30
[INFO] [stderr]    Compiling cc v1.0.100
[INFO] [stderr]    Compiling futures-sink v0.3.30
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling futures-task v0.3.30
[INFO] [stderr]    Compiling futures-io v0.3.30
[INFO] [stderr]    Compiling log v0.4.21
[INFO] [stderr]    Compiling serde v1.0.203
[INFO] [stderr]    Compiling pkg-config v0.3.30
[INFO] [stderr]    Compiling httparse v1.9.4
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling openssl v0.10.64
[INFO] [stderr]    Compiling native-tls v0.2.12
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling bitflags v2.5.0
[INFO] [stderr]    Compiling tinyvec v1.6.1
[INFO] [stderr]    Compiling unicase v2.7.0
[INFO] [stderr]    Compiling unicode-bidi v0.3.15
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling serde_json v1.0.117
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling iana-time-zone v0.1.60
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling http v1.1.0
[INFO] [stderr]    Compiling encoding_rs v0.8.34
[INFO] [stderr]    Compiling ipnet v2.9.0
[INFO] [stderr]    Compiling thiserror v1.0.61
[INFO] [stderr]    Compiling regex-syntax v0.8.4
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling erasable v1.2.1
[INFO] [stderr]    Compiling syn v2.0.68
[INFO] [stderr]    Compiling unicode-normalization v0.1.23
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]    Compiling tower-layer v0.3.2
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling socket2 v0.5.7
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling http-body v1.0.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.4
[INFO] [stderr]    Compiling openssl-sys v0.9.102
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling colorchoice v1.0.1
[INFO] [stderr]    Compiling anstyle v1.0.7
[INFO] [stderr]    Compiling anstyle-query v1.1.0
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling thread_local v1.1.8
[INFO] [stderr]    Compiling anstream v0.6.14
[INFO] [stderr]    Compiling anyhow v1.0.86
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling clap_lex v0.7.1
[INFO] [stderr]    Compiling rustls-pki-types v1.7.0
[INFO] [stderr]    Compiling rc-box v1.2.0
[INFO] [stderr]    Compiling itertools v0.9.0
[INFO] [stderr]    Compiling uuid v1.9.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.18
[INFO] [stderr]    Compiling clap_builder v4.5.7
[INFO] [stderr]    Compiling sync_wrapper v1.0.1
[INFO] [stderr]    Compiling never v0.1.0
[INFO] [stderr]    Compiling csv-core v0.1.11
[INFO] [stderr]    Compiling rustls-pemfile v2.1.2
[INFO] [stderr]    Compiling regex-automata v0.4.7
[INFO] [stderr]    Compiling tokio-macros v2.3.0
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling serde_derive v1.0.203
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling thiserror-impl v1.0.61
[INFO] [stderr]    Compiling derive_more v0.99.18
[INFO] [stderr]    Compiling clap_derive v4.5.5
[INFO] [stderr]    Compiling influxdb_derive v0.5.1
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]    Compiling regex v1.10.5
[INFO] [stderr]    Compiling tokio v1.38.0
[INFO] [stderr]    Compiling darling_core v0.13.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling rustls-webpki v0.101.7
[INFO] [stderr]    Compiling sct v0.7.1
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling pin-project v1.1.5
[INFO] [stderr]    Compiling clap v4.5.7
[INFO] [stderr]    Compiling aquamarine v0.1.12
[INFO] [stderr]    Compiling darling_macro v0.13.4
[INFO] [stderr]    Compiling darling v0.13.4
[INFO] [stderr]    Compiling serde_with_macros v1.5.2
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stderr]    Compiling http-body-util v0.1.2
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling url v2.5.2
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling csv v1.3.0
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling dptree v0.3.0
[INFO] [stderr]    Compiling tokio-util v0.7.11
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tokio-rustls v0.24.1
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling tokio-stream v0.1.15
[INFO] [stderr]    Compiling h2 v0.3.26
[INFO] [stderr]    Compiling h2 v0.4.5
[INFO] [stderr]    Compiling core_ignored_tests_parser v0.1.0 (/opt/rustwide/workdir/core/ignored_tests_parser)
[INFO] [stderr]    Compiling ignored_tests_notify_telegram v0.1.0 (/opt/rustwide/workdir/scripts/ignored_tests_notify_telegram)
[INFO] [stderr]    Compiling ignored_tests_csv_collector v0.1.0 (/opt/rustwide/workdir/scripts/ignored_tests_csv_collector)
[INFO] [stderr]    Compiling hyper v0.14.29
[INFO] [stderr]    Compiling hyper v1.3.1
[INFO] [stderr]    Compiling hyper-util v0.1.5
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling hyper-rustls v0.24.2
[INFO] [stderr]    Compiling reqwest v0.12.5
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling core_allure v0.1.0 (/opt/rustwide/workdir/core/allure)
[INFO] [stdout] warning: unused import: `futures::TryStreamExt`
[INFO] [stdout]   --> core/allure/src/lib.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 | use futures::TryStreamExt;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling teloxide-core v0.9.1
[INFO] [stderr]    Compiling influxdb v0.7.2
[INFO] [stdout] warning: field `uid` is never read
[INFO] [stdout]   --> core/allure/src/json_models.rs:45:9
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub struct AllureJsonExtraRetry {
[INFO] [stdout]    |            -------------------- field in this struct
[INFO] [stdout] 45 |     pub uid: String,
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AllureJsonExtraRetry` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling allure_test_report_upload_to_influxdb v0.1.0 (/opt/rustwide/workdir/scripts/allure_test_report_upload_to_influxdb)
[INFO] [stdout] warning: struct `IDTestReport` is never constructed
[INFO] [stdout]    --> scripts/allure_test_report_upload_to_influxdb/src/main.rs:118:8
[INFO] [stdout]     |
[INFO] [stdout] 118 | struct IDTestReport {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from` is never used
[INFO] [stdout]    --> scripts/allure_test_report_upload_to_influxdb/src/main.rs:154:8
[INFO] [stdout]     |
[INFO] [stdout] 153 | impl IDTestReport {
[INFO] [stdout]     | ----------------- associated function in this implementation
[INFO] [stdout] 154 |     fn from<B: Into<String>>(test_report: &TestInfo, time: DateTime<Utc>, branch: B) -> Self {
[INFO] [stdout]     |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling teloxide v0.12.2
[INFO] [stderr]    Compiling core_telegram v0.1.0 (/opt/rustwide/workdir/core/telegram)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: influxdb v0.7.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4`
[INFO] running `Command { std: "docker" "inspect" "ba09f3e25df46da9f6fbb57098116124cb286a9df37cdd2f465929634a721736", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ba09f3e25df46da9f6fbb57098116124cb286a9df37cdd2f465929634a721736", kill_on_drop: false }`
[INFO] [stdout] ba09f3e25df46da9f6fbb57098116124cb286a9df37cdd2f465929634a721736
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 10957833da167604b9b5c20fb7c948e2400027238805fd0798ca0cc28ff24dfe
[INFO] running `Command { std: "docker" "start" "-a" "10957833da167604b9b5c20fb7c948e2400027238805fd0798ca0cc28ff24dfe", kill_on_drop: false }`
[INFO] [stderr]    Compiling core_allure v0.1.0 (/opt/rustwide/workdir/core/allure)
[INFO] [stderr]    Compiling core_ignored_tests_parser v0.1.0 (/opt/rustwide/workdir/core/ignored_tests_parser)
[INFO] [stdout] warning: unused import: `futures::TryStreamExt`
[INFO] [stdout]   --> core/allure/src/lib.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 | use futures::TryStreamExt;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `uid` is never read
[INFO] [stdout]   --> core/allure/src/json_models.rs:45:9
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub struct AllureJsonExtraRetry {
[INFO] [stdout]    |            -------------------- field in this struct
[INFO] [stdout] 45 |     pub uid: String,
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AllureJsonExtraRetry` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling allure_test_report_upload_to_influxdb v0.1.0 (/opt/rustwide/workdir/scripts/allure_test_report_upload_to_influxdb)
[INFO] [stderr]    Compiling core_telegram v0.1.0 (/opt/rustwide/workdir/core/telegram)
[INFO] [stderr]    Compiling ignored_tests_notify_telegram v0.1.0 (/opt/rustwide/workdir/scripts/ignored_tests_notify_telegram)
[INFO] [stderr]    Compiling ignored_tests_csv_collector v0.1.0 (/opt/rustwide/workdir/scripts/ignored_tests_csv_collector)
[INFO] [stdout] warning: struct `IDTestReport` is never constructed
[INFO] [stdout]    --> scripts/allure_test_report_upload_to_influxdb/src/main.rs:118:8
[INFO] [stdout]     |
[INFO] [stdout] 118 | struct IDTestReport {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from` is never used
[INFO] [stdout]    --> scripts/allure_test_report_upload_to_influxdb/src/main.rs:154:8
[INFO] [stdout]     |
[INFO] [stdout] 153 | impl IDTestReport {
[INFO] [stdout]     | ----------------- associated function in this implementation
[INFO] [stdout] 154 |     fn from<B: Into<String>>(test_report: &TestInfo, time: DateTime<Utc>, branch: B) -> Self {
[INFO] [stdout]     |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `futures::TryStreamExt`
[INFO] [stdout]   --> core/allure/src/lib.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 | use futures::TryStreamExt;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `uid` is never read
[INFO] [stdout]   --> core/allure/src/json_models.rs:45:9
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub struct AllureJsonExtraRetry {
[INFO] [stdout]    |            -------------------- field in this struct
[INFO] [stdout] 45 |     pub uid: String,
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AllureJsonExtraRetry` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[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 1.67s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: influxdb v0.7.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4`
[INFO] running `Command { std: "docker" "inspect" "10957833da167604b9b5c20fb7c948e2400027238805fd0798ca0cc28ff24dfe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "10957833da167604b9b5c20fb7c948e2400027238805fd0798ca0cc28ff24dfe", kill_on_drop: false }`
[INFO] [stdout] 10957833da167604b9b5c20fb7c948e2400027238805fd0798ca0cc28ff24dfe
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 6a131210ec22359825e751bd788386a698740bb2db59a56f77d6c5fd5866c87d
[INFO] running `Command { std: "docker" "start" "-a" "6a131210ec22359825e751bd788386a698740bb2db59a56f77d6c5fd5866c87d", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `futures::TryStreamExt`
[INFO] [stderr]   --> core/allure/src/lib.rs:31:5
[INFO] [stderr]    |
[INFO] [stderr] 31 | use futures::TryStreamExt;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `uid` is never read
[INFO] [stderr]   --> core/allure/src/json_models.rs:45:9
[INFO] [stderr]    |
[INFO] [stderr] 44 | pub struct AllureJsonExtraRetry {
[INFO] [stderr]    |            -------------------- field in this struct
[INFO] [stderr] 45 |     pub uid: String,
[INFO] [stderr]    |         ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `AllureJsonExtraRetry` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `core_allure` (lib) generated 2 warnings (run `cargo fix --lib -p core_allure` to apply 1 suggestion)
[INFO] [stderr] warning: `core_allure` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr] warning: struct `IDTestReport` is never constructed
[INFO] [stderr]    --> scripts/allure_test_report_upload_to_influxdb/src/main.rs:118:8
[INFO] [stderr]     |
[INFO] [stderr] 118 | struct IDTestReport {
[INFO] [stderr]     |        ^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `from` is never used
[INFO] [stderr]    --> scripts/allure_test_report_upload_to_influxdb/src/main.rs:154:8
[INFO] [stderr]     |
[INFO] [stderr] 153 | impl IDTestReport {
[INFO] [stderr]     | ----------------- associated function in this implementation
[INFO] [stderr] 154 |     fn from<B: Into<String>>(test_report: &TestInfo, time: DateTime<Utc>, branch: B) -> Self {
[INFO] [stderr]     |        ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `allure_test_report_upload_to_influxdb` (bin "allure_test_report_upload_to_influxdb" test) generated 2 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.27s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: influxdb v0.7.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4`
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/allure_test_report_upload_to_influxdb-765c799f35d83795)
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/core_allure-f4f8bfecd425a211)
[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] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/core_ignored_tests_parser-a9f4e599df60c78a)
[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] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/core_telegram-4f2703043f4a452f)
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/ignored_tests_csv_collector-aa5ded428d5e6954)
[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] [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] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/ignored_tests_notify_telegram-a5fd1593e0fa87f6)
[INFO] [stdout] running 0 tests
[INFO] [stderr]    Doc-tests core_allure
[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] [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] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test core/allure/src/lib.rs - (line 13) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- core/allure/src/lib.rs - (line 13) stdout ----
[INFO] [stdout] Test executable failed (exit status: 1).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] Error: No such file or directory (os error 2)
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: anyhow::error::<impl core::convert::From<E> for anyhow::Error>::from
[INFO] [stdout]    1: <core::result::Result<T,F> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible,E>>>::from_residual
[INFO] [stdout]    2: core_allure::parse_allure_report::{{closure}}
[INFO] [stdout]    3: rust_out::main::{{closure}}
[INFO] [stdout]    4: tokio::runtime::park::CachedParkThread::block_on::{{closure}}
[INFO] [stdout]    5: tokio::runtime::park::CachedParkThread::block_on
[INFO] [stdout]    6: tokio::runtime::context::blocking::BlockingRegionGuard::block_on
[INFO] [stdout]    7: tokio::runtime::scheduler::multi_thread::MultiThread::block_on::{{closure}}
[INFO] [stdout]    8: tokio::runtime::context::runtime::enter_runtime
[INFO] [stdout]    9: tokio::runtime::scheduler::multi_thread::MultiThread::block_on
[INFO] [stdout]   10: tokio::runtime::runtime::Runtime::block_on
[INFO] [stdout]   11: rust_out::main
[INFO] [stdout]   12: core::ops::function::FnOnce::call_once
[INFO] [stdout]   13: std::sys::backtrace::__rust_begin_short_backtrace
[INFO] [stdout]   14: std::rt::lang_start::{{closure}}
[INFO] [stdout]   15: <&dyn core::ops::function::Fn<(), Output = i32> + core::panic::unwind_safe::RefUnwindSafe + core::marker::Sync as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   16: std::panicking::catch_unwind::do_call::<&dyn core::ops::function::Fn<(), Output = i32> + core::panic::unwind_safe::RefUnwindSafe + core::marker::Sync, i32>
[INFO] [stdout]              at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   17: std::panicking::catch_unwind::<i32, &dyn core::ops::function::Fn<(), Output = i32> + core::panic::unwind_safe::RefUnwindSafe + core::marker::Sync>
[INFO] [stdout]              at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   18: std::panic::catch_unwind::<&dyn core::ops::function::Fn<(), Output = i32> + core::panic::unwind_safe::RefUnwindSafe + core::marker::Sync, i32>
[INFO] [stdout]              at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   19: std::rt::lang_start_internal::{closure#0}
[INFO] [stdout]              at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/rt.rs:175:24
[INFO] [stdout]   20: std::panicking::catch_unwind::do_call::<std::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]              at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   21: std::panicking::catch_unwind::<isize, std::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]              at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   22: std::panic::catch_unwind::<std::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]              at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   23: std::rt::lang_start_internal
[INFO] [stdout]              at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/rt.rs:171:5
[INFO] [stdout]   24: std::rt::lang_start
[INFO] [stdout]   25: main
[INFO] [stdout]   26: <unknown>
[INFO] [stdout]   27: __libc_start_main
[INFO] [stdout]   28: _start
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     core/allure/src/lib.rs - (line 13)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.43s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `-p core_allure --doc`
[INFO] running `Command { std: "docker" "inspect" "6a131210ec22359825e751bd788386a698740bb2db59a56f77d6c5fd5866c87d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6a131210ec22359825e751bd788386a698740bb2db59a56f77d6c5fd5866c87d", kill_on_drop: false }`
[INFO] [stdout] 6a131210ec22359825e751bd788386a698740bb2db59a56f77d6c5fd5866c87d
