[INFO] cloning repository https://github.com/tolik518/factorion-bot
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tolik518/factorion-bot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftolik518%2Ffactorion-bot", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftolik518%2Ffactorion-bot'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c810038028ea031c45144581e99df764e19dbd89
[INFO] testing tolik518/factorion-bot against 1.94.0 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftolik518%2Ffactorion-bot" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/tolik518/factorion-bot
[INFO] finished tweaking git repo https://github.com/tolik518/factorion-bot
[INFO] tweaked toml for git repo https://github.com/tolik518/factorion-bot written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tolik518/factorion-bot on toolchain 1.94.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/tolik518/factorion-bot 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" "+1.94.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rustls-pki-types v1.10.1
[INFO] [stderr]   Downloaded concat-idents v1.1.5
[INFO] [stderr]   Downloaded influxdb_derive v0.5.1
[INFO] [stderr]   Downloaded influxdb v0.7.2
[INFO] [stderr]   Downloaded arbtest v0.3.2
[INFO] [stderr]   Downloaded bitflags v2.7.0
[INFO] [stderr]   Downloaded cc v1.2.8
[INFO] [stderr]   Downloaded openssl-sys v0.9.107
[INFO] [stderr]   Downloaded jiff-static v0.2.5
[INFO] [stderr]   Downloaded flate2 v1.1.3
[INFO] [stderr]   Downloaded openssl v0.10.72
[INFO] [stderr]   Downloaded rug v1.27.0
[INFO] [stderr]   Downloaded jiff v0.2.5
[INFO] [stderr]   Downloaded gmp-mpfr-sys v1.6.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+1.94.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] adca0dbbec0e4abc1d49bec884ddc86063363f5c041b74e8ead62cef1c247e8a
[INFO] running `Command { std: "docker" "start" "-a" "adca0dbbec0e4abc1d49bec884ddc86063363f5c041b74e8ead62cef1c247e8a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "adca0dbbec0e4abc1d49bec884ddc86063363f5c041b74e8ead62cef1c247e8a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "adca0dbbec0e4abc1d49bec884ddc86063363f5c041b74e8ead62cef1c247e8a", kill_on_drop: false }`
[INFO] [stdout] adca0dbbec0e4abc1d49bec884ddc86063363f5c041b74e8ead62cef1c247e8a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=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" "+1.94.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2b153d2e2fe52356c49c52d17a649f30a4c817266110352b025391c992f5046a
[INFO] running `Command { std: "docker" "start" "-a" "2b153d2e2fe52356c49c52d17a649f30a4c817266110352b025391c992f5046a", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling cc v1.2.8
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling writeable v0.5.5
[INFO] [stderr]    Compiling litemap v0.7.4
[INFO] [stderr]    Compiling icu_locid_transform_data v1.5.0
[INFO] [stderr]    Compiling icu_properties_data v1.5.0
[INFO] [stderr]    Compiling icu_normalizer_data v1.5.0
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling utf16_iter v1.0.5
[INFO] [stderr]    Compiling write16 v1.0.0
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling rustls-pki-types v1.10.1
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling bitflags v2.7.0
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling gmp-mpfr-sys v1.6.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling libm v0.2.11
[INFO] [stderr]    Compiling openssl v0.10.72
[INFO] [stderr]    Compiling az v1.2.1
[INFO] [stderr]    Compiling rustls v0.22.4
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling rug v1.27.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling indexmap v2.7.0
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling heapless v0.7.17
[INFO] [stderr]    Compiling webpki-roots v1.0.2
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]    Compiling data-encoding v2.9.0
[INFO] [stderr]    Compiling utf-8 v0.7.6
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling env_filter v0.1.3
[INFO] [stderr]    Compiling hash32 v0.2.1
[INFO] [stderr]    Compiling jiff v0.2.5
[INFO] [stderr]    Compiling serenity v0.12.4
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling iri-string v0.7.8
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling typemap_rev v0.3.0
[INFO] [stderr]    Compiling ring v0.17.13
[INFO] [stderr]    Compiling openssl-sys v0.9.107
[INFO] [stderr]    Compiling flate2 v1.1.3
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling deranged v0.5.4
[INFO] [stderr]    Compiling native-tls v0.2.12
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling influxdb_derive v0.5.1
[INFO] [stderr]    Compiling concat-idents v1.1.5
[INFO] [stderr]    Compiling rustls-webpki v0.101.7
[INFO] [stderr]    Compiling zerofrom-derive v0.1.5
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling sct v0.7.1
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling rustls-webpki v0.102.8
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling env_logger v0.11.8
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling cobs v0.3.0
[INFO] [stderr]    Compiling zerofrom v0.1.5
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling yoke v0.7.5
[INFO] [stderr]    Compiling zerovec v0.10.4
[INFO] [stderr]    Compiling http-body-util v0.1.2
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling dashmap v5.5.3
[INFO] [stderr]    Compiling secrecy v0.8.0
[INFO] [stderr]    Compiling time v0.3.44
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling serde_cow v0.1.2
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]    Compiling postcard v1.1.3
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling icu_properties v1.5.1
[INFO] [stderr]    Compiling tokio-util v0.7.13
[INFO] [stderr]    Compiling tokio-rustls v0.24.1
[INFO] [stderr]    Compiling hyper v1.6.0
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling tokio-rustls v0.25.0
[INFO] [stderr]    Compiling h2 v0.3.26
[INFO] [stderr]    Compiling hyper-util v0.1.14
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling icu_normalizer v1.5.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 tungstenite v0.21.0
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling tokio-tungstenite v0.21.0
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling hyper-rustls v0.24.2
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling influxdb v0.7.2
[INFO] [stderr]    Compiling factorion-math v1.0.3 (/opt/rustwide/workdir/factorion-math)
[INFO] [stderr]    Compiling factorion-lib v6.0.0 (/opt/rustwide/workdir/factorion-lib)
[INFO] [stderr]    Compiling factorion-bot-reddit v6.0.0 (/opt/rustwide/workdir/factorion-bot-reddit)
[INFO] [stderr]    Compiling factorion-bot-discord v3.0.0 (/opt/rustwide/workdir/factorion-bot-discord)
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> factorion-bot-reddit/src/reddit_api.rs:862:42
[INFO] [stdout]     |
[INFO] [stdout] 862 |             comment.meta.used_commands = (comment.commands != pre_commands);
[INFO] [stdout]     |                                          ^                                ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 862 -             comment.meta.used_commands = (comment.commands != pre_commands);
[INFO] [stdout] 862 +             comment.meta.used_commands = comment.commands != pre_commands;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 01s
[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 2`
[INFO] running `Command { std: "docker" "inspect" "2b153d2e2fe52356c49c52d17a649f30a4c817266110352b025391c992f5046a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2b153d2e2fe52356c49c52d17a649f30a4c817266110352b025391c992f5046a", kill_on_drop: false }`
[INFO] [stdout] 2b153d2e2fe52356c49c52d17a649f30a4c817266110352b025391c992f5046a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=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" "+1.94.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fb1997d9fe851ef8b61f61fea6e7575302a7f309fc941cfbe31e920e3abf6a9d
[INFO] running `Command { std: "docker" "start" "-a" "fb1997d9fe851ef8b61f61fea6e7575302a7f309fc941cfbe31e920e3abf6a9d", kill_on_drop: false }`
[INFO] [stderr]    Compiling arbtest v0.3.2
[INFO] [stderr]    Compiling factorion-math v1.0.3 (/opt/rustwide/workdir/factorion-math)
[INFO] [stderr]    Compiling factorion-bot-discord v3.0.0 (/opt/rustwide/workdir/factorion-bot-discord)
[INFO] [stderr]    Compiling factorion-bot-reddit v6.0.0 (/opt/rustwide/workdir/factorion-bot-reddit)
[INFO] [stderr]    Compiling factorion-lib v6.0.0 (/opt/rustwide/workdir/factorion-lib)
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> factorion-bot-reddit/src/reddit_api.rs:862:42
[INFO] [stdout]     |
[INFO] [stdout] 862 |             comment.meta.used_commands = (comment.commands != pre_commands);
[INFO] [stdout]     |                                          ^                                ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 862 -             comment.meta.used_commands = (comment.commands != pre_commands);
[INFO] [stdout] 862 +             comment.meta.used_commands = comment.commands != pre_commands;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `expiration_time` is never read
[INFO] [stdout]   --> factorion-bot-reddit/src/reddit_api.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 31 | struct Token {
[INFO] [stdout]    |        ----- field in this struct
[INFO] [stdout] 32 |     access_token: String,
[INFO] [stdout] 33 |     expiration_time: DateTime<Utc>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_token_expired` is never used
[INFO] [stdout]    --> factorion-bot-reddit/src/reddit_api.rs:412:8
[INFO] [stdout]     |
[INFO] [stdout]  85 | impl RedditClient {
[INFO] [stdout]     | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 412 |     fn is_token_expired(&self) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 6.65s
[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 2`
[INFO] running `Command { std: "docker" "inspect" "fb1997d9fe851ef8b61f61fea6e7575302a7f309fc941cfbe31e920e3abf6a9d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fb1997d9fe851ef8b61f61fea6e7575302a7f309fc941cfbe31e920e3abf6a9d", kill_on_drop: false }`
[INFO] [stdout] fb1997d9fe851ef8b61f61fea6e7575302a7f309fc941cfbe31e920e3abf6a9d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=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" "+1.94.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 7dac6bb9dfd73664df7331e75da7acb428f5688a0aed998c489614b3f731410a
[INFO] running `Command { std: "docker" "start" "-a" "7dac6bb9dfd73664df7331e75da7acb428f5688a0aed998c489614b3f731410a", kill_on_drop: false }`
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> factorion-bot-reddit/src/reddit_api.rs:862:42
[INFO] [stderr]     |
[INFO] [stderr] 862 |             comment.meta.used_commands = (comment.commands != pre_commands);
[INFO] [stderr]     |                                          ^                                ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 862 -             comment.meta.used_commands = (comment.commands != pre_commands);
[INFO] [stderr] 862 +             comment.meta.used_commands = comment.commands != pre_commands;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: field `expiration_time` is never read
[INFO] [stderr]   --> factorion-bot-reddit/src/reddit_api.rs:33:5
[INFO] [stderr]    |
[INFO] [stderr] 31 | struct Token {
[INFO] [stderr]    |        ----- field in this struct
[INFO] [stderr] 32 |     access_token: String,
[INFO] [stderr] 33 |     expiration_time: DateTime<Utc>,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: method `is_token_expired` is never used
[INFO] [stderr]    --> factorion-bot-reddit/src/reddit_api.rs:412:8
[INFO] [stderr]     |
[INFO] [stderr]  85 | impl RedditClient {
[INFO] [stderr]     | ----------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 412 |     fn is_token_expired(&self) -> bool {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `factorion-bot-reddit` (bin "factorion-bot-reddit" test) generated 3 warnings (run `cargo fix --bin "factorion-bot-reddit" -p factorion-bot-reddit --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.29s
[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 2`
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/factorion_bot_discord-32b77cbadf57bcbd)
[INFO] [stdout] 
[INFO] [stdout] running 17 tests
[INFO] [stdout] test discord_api::tests::test_add_description_short ... ok
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/factorion_bot_reddit-60ea9aaa6668116f)
[INFO] [stdout] test discord_api::tests::test_add_description_too_long ... ok
[INFO] [stdout] test discord_api::tests::test_add_title_single_result ... ok
[INFO] [stdout] test discord_api::tests::test_add_title_multiple_results ... ok
[INFO] [stdout] test discord_api::tests::test_add_title_approximated ... ok
[INFO] [stdout] test discord_api::tests::test_constants ... ok
[INFO] [stdout] test discord_api::tests::test_parse_reply_multiple_results ... ok
[INFO] [stdout] test discord_api::tests::test_parse_reply_simple ... ok
[INFO] [stdout] test discord_api::tests::test_parse_reply_empty_lines ... ok
[INFO] [stdout] test discord_api::tests::test_parse_reply_with_note ... ok
[INFO] [stdout] test discord_api::tests::test_should_use_simple_reply_long_text ... ok
[INFO] [stdout] test discord_api::tests::test_parse_reply_whitespace_handling ... ok
[INFO] [stdout] test discord_api::tests::test_should_use_simple_reply_with_newlines ... ok
[INFO] [stdout] test discord_api::tests::test_should_use_simple_reply_short_text ... ok
[INFO] [stdout] test discord_api::tests::test_message_meta_clone ... ok
[INFO] [stdout] test discord_api::tests::test_message_meta_debug ... ok
[INFO] [stdout] test discord_api::tests::test_handler_new ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test reddit_api::tests::test_check_response_status ... ok
[INFO] [stdout] test reddit_api::tests::test_get_expiration_time_from_jwt ... ok
[INFO] [stdout] test reddit_api::tests::test_extract_posts ... ok
[INFO] [stdout] test reddit_api::tests::test_get_comments ... ok
[INFO] [stdout] test reddit_api::tests::test_extract_comments ... ok
[INFO] [stdout] test reddit_api::tests::test_new_client ... ok
[INFO] [stdout] test reddit_api::tests::test_reply_to_comment ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.29s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/factorion_lib-d4f094b37f948b3e)
[INFO] [stdout] 
[INFO] [stdout] running 75 tests
[INFO] [stdout] test calculation_results::test::test_calculation_is_rounded ... ok
[INFO] [stdout] test calculation_results::test::test_calculation_is_approximate ... ok
[INFO] [stdout] test calculation_results::test::test_format_approximate_digits_factorial ... ok
[INFO] [stdout] test calculation_results::test::test_format_approximate_digits_factorial_shorten ... ok
[INFO] [stdout] test calculation_results::test::test_format_digits_tower ... ok
[INFO] [stdout] test calculation_results::test::test_format_complex_infinity_factorial ... ok
[INFO] [stdout] test calculation_results::test::test_format_approximate_factorial ... ok
[INFO] [stdout] test calculation_results::test::test_format_digits_tower_shorten ... ok
[INFO] [stdout] test calculation_results::test::test_factorial_format ... ok
[INFO] [stdout] test calculation_results::test::test_format_factorial_chain ... ok
[INFO] [stdout] test calculation_results::test::test_format_digits_tower_negative ... ok
[INFO] [stdout] test calculation_results::test::test_format_factorial_exact_of_decimal ... ok
[INFO] [stdout] test calculation_results::test::test_format_factorial_force_shorten_small ... ok
[INFO] [stdout] test calculation_results::test::test_format_factorial_auto_shorten ... ok
[INFO] [stdout] test calculation_results::test::test_format_gamma ... ok
[INFO] [stdout] test calculation_results::test::test_format_factorial_negative ... ok
[INFO] [stdout] test calculation_results::test::test_format_gamma_fallback ... ok
[INFO] [stdout] test calculation_results::test::test_format_factorial_force_shorten_large ... ok
[INFO] [stdout] test calculation_results::test::test_tower_value_with_one_top ... ok
[INFO] [stdout] test comment::tests::test_commands_overrides_from_comment_text ... ok
[INFO] [stdout] test calculation_tasks::tests::test_unsupported_calcs ... ok
[INFO] [stdout] test comment::tests::test_extraction_dedup ... ok
[INFO] [stdout] test comment::tests::test_limit_hit_note ... ok
[INFO] [stdout] test format::tests::test_round_carry ... ok
[INFO] [stdout] test calculation_results::test::test_is_too_long ... ok
[INFO] [stdout] test calculation_results::test::test_format_float ... ok
[INFO] [stdout] test comment::tests::test_write_out_unsupported_note ... ok
[INFO] [stdout] test format::tests::test_factorial_level_string ... ok
[INFO] [stdout] test calculation_results::test::test_number_decimals_scientific_respected ... ok
[INFO] [stdout] test format::tests::test_round_down ... ok
[INFO] [stdout] test comment::tests::test_might_have_factorial ... ok
[INFO] [stdout] test comment::tests::test_new_already_replied ... ok
[INFO] [stdout] test comment::tests::test_commands_from_comment_text ... ok
[INFO] [stdout] test format::tests::test_write_out_number ... ok
[INFO] [stdout] test format::tests::test_format_float ... ok
[INFO] [stdout] test format::tests::test_round_up ... ok
[INFO] [stdout] test comment::tests::test_locale_fallback_note ... ok
[INFO] [stdout] test calculation_results::test::test_format_digits_tower_tet ... ok
[INFO] [stdout] test parse::test::test_chain ... ok
[INFO] [stdout] test parse::test::test_decimal ... ok
[INFO] [stdout] test parse::test::test_escaped_tag2 ... ok
[INFO] [stdout] test parse::test::test_escaped_tag ... ok
[INFO] [stdout] test parse::test::test_factorial ... ok
[INFO] [stdout] test parse::test::test_constant ... ok
[INFO] [stdout] test parse::test::test_escaped_url ... ok
[INFO] [stdout] test parse::test::test_fraction ... ok
[INFO] [stdout] test parse::test::test_mixed_chain ... ok
[INFO] [stdout] test parse::test::test_multifactorial ... ok
[INFO] [stdout] test parse::test::test_multitermial ... ok
[INFO] [stdout] test parse::test::test_incomplete_tag ... ok
[INFO] [stdout] test parse::test::test_negative_gap ... ok
[INFO] [stdout] test parse::test::test_in_paren ... ok
[INFO] [stdout] test parse::test::test_negative ... ok
[INFO] [stdout] test parse::test::test_multi_number_paren ... ok
[INFO] [stdout] test parse::test::test_postfix_chain ... ok
[INFO] [stdout] test parse::test::test_no_termial ... ok
[INFO] [stdout] test parse::test::test_negative_decimal ... ok
[INFO] [stdout] test parse::test::test_subfactorial ... ok
[INFO] [stdout] test parse::test::test_subtermial ... ok
[INFO] [stdout] test parse::test::test_tag ... ok
[INFO] [stdout] test parse::test::test_paren_negation ... ok
[INFO] [stdout] test parse::test::test_text_only ... ok
[INFO] [stdout] test parse::test::test_paren ... ok
[INFO] [stdout] test parse::test::test_parse_num_revert ... ok
[INFO] [stdout] test parse::test::test_uri_poi_doesnt_cause_infinite_loop ... ok
[INFO] [stdout] test parse::test::test_submultifactorial ... ok
[INFO] [stdout] test parse::test::test_parse_num ... ok
[INFO] [stdout] test parse::test::test_word_in_paren ... ok
[INFO] [stdout] test parse::test::test_termial ... ok
[INFO] [stdout] test parse::test::test_url ... ok
[INFO] [stdout] test calculation_results::test::test_format_approximate_factorial_shorten ... ok
[INFO] [stdout] test parse::test::test_arbitrary_input ... ok
[INFO] [stdout] test format::tests::test_truncate ... ok
[INFO] [stdout] test parse::test::test_biggest_num ... ok
[INFO] [stdout] test calculation_results::test::test_format_huge ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 75 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.20s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration.rs (/opt/rustwide/target/debug/deps/integration-a4362bdf5a598ca2)
[INFO] [stdout] 
[INFO] [stdout] running 88 tests
[INFO] [stdout] test test_add_status ... ok
[INFO] [stdout] test test_command_no_termial ... ok
[INFO] [stdout] test test_can_reply_to_factorial_that_is_subfactorial ... ok
[INFO] [stdout] test test_command_steps ... ok
[INFO] [stdout] test test_command_termial ... ok
[INFO] [stdout] test test_comment_new_big_number_and_normal_number ... ignored, currently obsolete
[INFO] [stdout] test test_command_no_steps ... ok
[INFO] [stdout] test test_command_note ... ok
[INFO] [stdout] test test_comment_new ... ok
[INFO] [stdout] test test_command_long ... ok
[INFO] [stdout] test test_command_shorten ... ok
[INFO] [stdout] test test_comment_new_decimal_integer ... ok
[INFO] [stdout] test test_comment_new_decimals ... ok
[INFO] [stdout] test test_command_no_note ... ok
[INFO] [stdout] test test_comment_new_decimals_incomplete ... ok
[INFO] [stdout] test test_comment_new_comma_decimals ... ok
[INFO] [stdout] test test_comment_new_constants ... ok
[INFO] [stdout] test test_comment_new_exclamations_one ... ok
[INFO] [stdout] test test_comment_new_double_factorial ... ok
[INFO] [stdout] test test_comment_new_multitermial_decimals ... ok
[INFO] [stdout] test test_comment_new_exclamations_eleven ... ok
[INFO] [stdout] test test_comment_new_negative ... ok
[INFO] [stdout] test test_comment_new_of_negative ... ok
[INFO] [stdout] test test_comment_new_spoiler_html_encoded ... ok
[INFO] [stdout] test test_comment_new_decimals_termial ... ok
[INFO] [stdout] test test_comment_new_exponentials ... ok
[INFO] [stdout] test test_comment_new_subfactorial ... ok
[INFO] [stdout] test test_comment_new_fraction ... ok
[INFO] [stdout] test test_comment_new_very_big_number ... ignored, currently obsolete
[INFO] [stdout] test test_comment_new_exponentials_positive ... ok
[INFO] [stdout] test test_comment_new_spoiler ... ok
[INFO] [stdout] test test_comment_new_tripletermial ... ok
[INFO] [stdout] test test_comment_new_termial ... ok
[INFO] [stdout] test test_comment_new_triple_factorial ... ok
[INFO] [stdout] test test_get_reply_approximate_digits_from_huge ... ok
[INFO] [stdout] test test_comment_new_decimals_multifactorial ... ok
[INFO] [stdout] test test_get_reply_approximate_digits_from_new_comment ... ok
[INFO] [stdout] test test_float_overflow_approximate ... ok
[INFO] [stdout] test test_comment_new_subfactorial_decimals ... ok
[INFO] [stdout] test test_get_reply_approximate_from_new_comment ... ok
[INFO] [stdout] test test_get_reply_approximate_from_number_1000002 ... ok
[INFO] [stdout] test test_get_reply_approximate_digits_from_mixed_types ... ok
[INFO] [stdout] test test_get_reply_approximate_digits_from_multifactorial ... ok
[INFO] [stdout] test test_get_reply_factorial_chain_huge ... ok
[INFO] [stdout] test test_german_locale ... ok
[INFO] [stdout] test test_get_reply_factorial_chain ... ok
[INFO] [stdout] test test_get_reply_factorial_chain_gamma ... ok
[INFO] [stdout] test test_get_reply_for_multiple ... ok
[INFO] [stdout] test test_get_reply_for_multitermial ... ok
[INFO] [stdout] test test_get_reply_for_multifactorial ... ok
[INFO] [stdout] test test_get_reply_for_high_multifactorial ... ok
[INFO] [stdout] test test_get_reply_for_subfactorial ... ok
[INFO] [stdout] test test_get_reply_approximate_multifactorial_from_new_comment ... ok
[INFO] [stdout] test test_get_reply_factorial_chain_gamma_diverge ... ok
[INFO] [stdout] test test_get_reply_for_termial ... ok
[INFO] [stdout] test test_get_reply_for_big_subfactorial ... ok
[INFO] [stdout] test test_get_reply_mixed_factorial_chain4 ... ok
[INFO] [stdout] test test_all_that_on_multiple_calcs ... ok
[INFO] [stdout] test test_command_write_out ... ok
[INFO] [stdout] test test_get_reply_mixed_factorial_chain2 ... ok
[INFO] [stdout] test test_get_reply_mixed_factorial_chain3 ... ok
[INFO] [stdout] test test_get_reply_too_long_from_new_comment_for_multifactorial ... ok
[INFO] [stdout] test test_get_reply_too_long_from_3228 ... ok
[INFO] [stdout] test test_get_reply_too_long_from_new_comment ... ok
[INFO] [stdout] test test_arbitrary_comment ... ok
[INFO] [stdout] test test_command_write_out_non_en ... ok
[INFO] [stdout] test test_reply_too_long ... ignored, currently obsolete
[INFO] [stdout] test test_notify_reply ... ok
[INFO] [stdout] test test_separators ... ok
[INFO] [stdout] test test_get_reply_too_long_with_multiple_numbers ... ok
[INFO] [stdout] test test_same_in_different_writing ... ok
[INFO] [stdout] test test_get_reply_too_long_from_number_3250 ... ok
[INFO] [stdout] test test_number_inputs ... ok
[INFO] [stdout] test test_write_out_minus_one_factorial ... ok
[INFO] [stdout] test test_write_out_factorial_digits ... ok
[INFO] [stdout] test test_ridiculous_input ... ok
[INFO] [stdout] test test_write_out_zero_factorial ... ok
[INFO] [stdout] test test_command_no_note_tet ... ok
[INFO] [stdout] test test_get_reply_factorial_chain_extreme ... ok
[INFO] [stdout] test test_command_nest ... ok
[INFO] [stdout] test test_command_steps_tower ... ok
[INFO] [stdout] test test_get_reply_mixed_factorial_chain ... ok
[INFO] [stdout] test test_reply_text_shorten ... ok
[INFO] [stdout] test test_get_reply_ridiculous_number ... ok
[INFO] [stdout] test test_get_reply_biggest_possible_reddit ... ok
[INFO] [stdout] test test_get_reply_factorial_chain_from_approximate ... ok
[INFO] [stdout] test test_tower_largest_int ... ok
[INFO] [stdout] test test_tower_all ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 85 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 22.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/factorion_math-c6372c8749da39ca)
[INFO] [stdout] 
[INFO] [stdout] running 35 tests
[INFO] [stdout] test tests::test_approximate_digits_perfect ... ignored, future_improvement
[INFO] [stdout] test tests::test_approximate_factorial_perfect ... ignored, future_improvement
[INFO] [stdout] test tests::test_adjust_approximate ... ok
[INFO] [stdout] test tests::test_approximate_multifactorial_perfect ... ignored, future_improvement
[INFO] [stdout] test tests::test_approximate_subfactorial_perfect ... ignored, future_improvement
[INFO] [stdout] test tests::test_approximate_factorial ... ok
[INFO] [stdout] test tests::test_approximate_termial_perfect ... ignored, future_improvement
[INFO] [stdout] test tests::test_approximate_digits ... ok
[INFO] [stdout] test tests::test_calculate_multi_double_factorial ... ok
[INFO] [stdout] test tests::test_calculate_multitermial ... ok
[INFO] [stdout] test tests::test_calculate_factorial_multilevel_hundred_thousand ... ok
[INFO] [stdout] test tests::test_approximate_subfactorial ... ok
[INFO] [stdout] test tests::test_calculate_factorials_with_interesting_lengths ... ok
[INFO] [stdout] test tests::test_approximate_multifactorial ... ok
[INFO] [stdout] test tests::test_calculate_quituple_factorial ... ok
[INFO] [stdout] test tests::test_calculate_quadruple_factorial ... ok
[INFO] [stdout] test tests::test_calculate_multi_single_factorial ... ok
[INFO] [stdout] test tests::test_calculate_termial ... ok
[INFO] [stdout] test tests::test_fractional_factorial_perfect ... ignored, future improvement
[INFO] [stdout] test tests::test_fractional_factorial ... ok
[INFO] [stdout] test tests::test_calculate_factorial_hundred_thousand ... ok
[INFO] [stdout] test tests::test_fractional_multifactorial_perfect ... ignored, future_improvement
[INFO] [stdout] test tests::test_fractional_termial ... ok
[INFO] [stdout] test tests::test_negative_multifacorial_factor ... ok
[INFO] [stdout] test tests::test_calculate_triple_factorial ... ok
[INFO] [stdout] test tests::test_approximate_factorial_with_n_is_non_positive - should panic ... ok
[INFO] [stdout] test tests::test_approximate_multifactorial_digits_with_n_is_non_positive - should panic ... ok
[INFO] [stdout] test tests::test_approximate_multifactorial_with_k_is_non_positive - should panic ... ok
[INFO] [stdout] test tests::test_approximate_multifactorial_digits_with_k_is_non_positive - should panic ... ok
[INFO] [stdout] test tests::test_approximate_multifactorial_with_n_is_non_positive - should panic ... ok
[INFO] [stdout] test tests::test_fractional_multifactorial ... ok
[INFO] [stdout] test tests::test_calculate_subfactorial ... ok
[INFO] [stdout] test tests::test_approximate_termial_digits ... ok
[INFO] [stdout] test tests::test_calculate_factorial_with_ten_thousand_digits ... ok
[INFO] [stdout] test tests::test_approximate_termial ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 28 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.42s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests factorion_lib
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test factorion-lib/src/../README.md - (line 31) ... ok
[INFO] [stdout] test factorion-lib/src/../README.md - (line 6) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 1.25s; merged doctests compilation took 1.20s
[INFO] [stderr]    Doc-tests factorion_math
[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" "7dac6bb9dfd73664df7331e75da7acb428f5688a0aed998c489614b3f731410a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7dac6bb9dfd73664df7331e75da7acb428f5688a0aed998c489614b3f731410a", kill_on_drop: false }`
[INFO] [stdout] 7dac6bb9dfd73664df7331e75da7acb428f5688a0aed998c489614b3f731410a
