[INFO] cloning repository https://github.com/VelizarBG/rustwave-bot
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/VelizarBG/rustwave-bot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVelizarBG%2Frustwave-bot", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVelizarBG%2Frustwave-bot'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a67b70e871af18a200ba3e7cc08f20cc2b4dfcea
[INFO] checking VelizarBG/rustwave-bot against 1.95.0-beta.7 for beta-1.95-4
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVelizarBG%2Frustwave-bot" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/VelizarBG/rustwave-bot
[INFO] finished tweaking git repo https://github.com/VelizarBG/rustwave-bot
[INFO] tweaked toml for git repo https://github.com/VelizarBG/rustwave-bot written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/VelizarBG/rustwave-bot on toolchain 1.95.0-beta.7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0-beta.7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/VelizarBG/rustwave-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.95.0-beta.7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+1.95.0-beta.7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1847b52c6dc8e0c7099a33876308f2dad5d0fcad8fcda06030c0e558c0c90ffd
[INFO] running `Command { std: "docker" "start" "-a" "1847b52c6dc8e0c7099a33876308f2dad5d0fcad8fcda06030c0e558c0c90ffd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1847b52c6dc8e0c7099a33876308f2dad5d0fcad8fcda06030c0e558c0c90ffd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1847b52c6dc8e0c7099a33876308f2dad5d0fcad8fcda06030c0e558c0c90ffd", kill_on_drop: false }`
[INFO] [stdout] 1847b52c6dc8e0c7099a33876308f2dad5d0fcad8fcda06030c0e558c0c90ffd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+1.95.0-beta.7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a45564e0b6470bc7ca00da6f1b62950fdccb16b0243179e207d2722ca713e4ff
[INFO] running `Command { std: "docker" "start" "-a" "a45564e0b6470bc7ca00da6f1b62950fdccb16b0243179e207d2722ca713e4ff", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]     Checking itoa v1.0.18
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]    Compiling zerocopy v0.8.47
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling aws-lc-rs v1.16.2
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling num-conv v0.2.1
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]     Checking zlib-rs v0.6.3
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]     Checking ryu v1.0.23
[INFO] [stderr]    Compiling rust_decimal v1.40.0
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking crossbeam-queue v0.3.12
[INFO] [stderr]     Checking bitflags v2.11.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking futures-intrusive v0.5.0
[INFO] [stderr]     Checking as-slice v0.2.1
[INFO] [stderr]     Checking hashlink v0.10.0
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]    Compiling av-scenechange v0.14.1
[INFO] [stderr]    Compiling built v0.8.0
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking flume v0.11.1
[INFO] [stderr]     Checking aligned v0.4.3
[INFO] [stderr]     Checking atoi v2.0.0
[INFO] [stderr]    Compiling to-arraystring v0.2.2
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking core2 v0.4.0
[INFO] [stderr]     Checking nom v8.0.0
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]    Compiling rav1e v0.8.1
[INFO] [stderr]    Compiling pastey v0.1.1
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking ipnet v2.12.0
[INFO] [stderr]     Checking y4m v0.8.0
[INFO] [stderr]    Compiling bytestring v1.5.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]     Checking rustls-native-certs v0.8.3
[INFO] [stderr]     Checking bitstream-io v4.9.0
[INFO] [stderr]    Compiling cc v1.2.57
[INFO] [stderr]     Checking ordered-float v4.6.0
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]     Checking data-encoding v2.10.0
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking imgref v1.12.0
[INFO] [stderr]     Checking iri-string v0.7.11
[INFO] [stderr]     Checking zune-core v0.5.1
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]     Checking unicase v2.9.0
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]     Checking loop9 v0.1.5
[INFO] [stderr]     Checking zune-jpeg v0.5.15
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking webpki-roots v0.26.11
[INFO] [stderr]     Checking pxfm v0.1.28
[INFO] [stderr]     Checking rgb v0.8.53
[INFO] [stderr]    Compiling serenity v0.12.5 (https://github.com/serenity-rs/serenity.git?branch=next#2fdbd065)
[INFO] [stderr]     Checking gimli v0.32.3
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling owo-colors v4.3.0
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]     Checking gif v0.14.1
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking image-webp v0.2.4
[INFO] [stderr]     Checking png v0.18.1
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]    Compiling aws-lc-sys v0.39.0
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]     Checking uuid v1.22.0
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking aliasable v0.1.3
[INFO] [stderr]     Checking foldhash v0.2.0
[INFO] [stderr]     Checking rustc-demangle v0.1.27
[INFO] [stderr]     Checking ab_glyph_rasterizer v0.1.10
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]     Checking rusttype v0.9.3
[INFO] [stderr]     Checking addr2line v0.25.1
[INFO] [stderr]     Checking eyre v0.6.12
[INFO] [stderr]    Compiling pluralizer v0.5.0
[INFO] [stderr]     Checking core_affinity v0.8.3
[INFO] [stderr]     Checking inventory v0.3.22
[INFO] [stderr]     Checking trim-in-place v0.1.7
[INFO] [stderr]     Checking unicode-segmentation v1.13.2
[INFO] [stderr]     Checking moxcms v0.8.1
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling zerocopy-derive v0.8.47
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]     Checking tokio v1.50.0
[INFO] [stderr]    Compiling equator-macro v0.4.2
[INFO] [stderr]    Compiling profiling-procmacros v1.0.17
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]    Compiling fax_derive v0.2.0
[INFO] [stderr]     Checking profiling v1.0.17
[INFO] [stderr]    Compiling inherent v1.0.13
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]     Checking equator v0.4.2
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking fax v0.2.6
[INFO] [stderr]     Checking aligned-vec v0.6.4
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]    Compiling typenum_mappings v0.1.0
[INFO] [stderr]     Checking v_frame v0.3.9
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling aformat-macros v0.1.6
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling sea-schema-derive v0.3.0
[INFO] [stderr]    Compiling ouroboros_macro v0.18.5
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]     Checking zstd v0.13.3
[INFO] [stderr]    Compiling sea-bae v0.2.1
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]     Checking backtrace v0.3.76
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]    Compiling sea-query-derive v1.0.0-rc.12
[INFO] [stderr]    Compiling bool_to_bitflags v0.1.3
[INFO] [stderr]    Compiling poise_macros v0.6.1 (https://github.com/serenity-rs/poise.git?branch=serenity-next#8807088e)
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]    Compiling sea-orm-macros v2.0.0-rc.37
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking strum v0.27.2
[INFO] [stderr]     Checking nonmax v0.5.5
[INFO] [stderr]     Checking small-fixed-array v0.4.10
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking av1-grain v0.2.5
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking avif-serialize v0.8.8
[INFO] [stderr]     Checking serde_cow v0.1.2
[INFO] [stderr]     Checking extract_map v0.3.1
[INFO] [stderr]     Checking aformat v0.1.8
[INFO] [stderr]     Checking ouroboros v0.18.5
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking tiny-skia v0.11.4
[INFO] [stderr]     Checking mc-rcon v0.1.1
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking color-eyre v0.6.5
[INFO] [stderr]     Checking sea-query v1.0.0-rc.31
[INFO] [stderr]     Checking flexi_logger v0.31.8
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking maybe-rayon v0.1.1
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking sqlx-core v0.8.6
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking exr v1.74.0
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking tiff v0.11.3
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking dashmap v6.1.0
[INFO] [stderr]     Checking sqlx-sqlite v0.8.6
[INFO] [stderr]     Checking sqlx v0.8.6
[INFO] [stderr]     Checking sea-query-sqlx v0.8.0-rc.14
[INFO] [stderr]     Checking sea-schema v0.17.0-rc.17
[INFO] [stderr]     Checking sea-orm v2.0.0-rc.37
[INFO] [stderr]     Checking ravif v0.13.0
[INFO] [stderr]     Checking image v0.25.10
[INFO] [stderr]     Checking rustls-webpki v0.103.10
[INFO] [stderr]     Checking imagetext v2.1.1 (https://github.com/nathanielfernandes/imagetext.git#3532b136)
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking rustls-platform-verifier v0.6.2
[INFO] [stderr]     Checking tungstenite v0.28.0
[INFO] [stderr]     Checking hyper-rustls v0.27.7
[INFO] [stderr]     Checking reqwest v0.13.2
[INFO] [stderr]     Checking tokio-tungstenite v0.28.0
[INFO] [stderr]     Checking poise v0.6.1 (https://github.com/serenity-rs/poise.git?branch=serenity-next#8807088e)
[INFO] [stderr]     Checking rustwave-bot v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> src/commands/social_credit.rs:245:5
[INFO] [stdout]     |
[INFO] [stdout] 245 |             .intersperse("\n".to_string())
[INFO] [stdout]     |              ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = help: call with fully qualified syntax `itertools::Itertools::intersperse(...)` to keep using the current method
[INFO] [stdout]     = note: `#[warn(unstable_name_collisions)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> src/commands/social_credit.rs:245:5
[INFO] [stdout]     |
[INFO] [stdout] 245 |             .intersperse("\n".to_string())
[INFO] [stdout]     |              ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = help: call with fully qualified syntax `itertools::Itertools::intersperse(...)` to keep using the current method
[INFO] [stdout]     = note: `#[warn(unstable_name_collisions)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 31s
[INFO] running `Command { std: "docker" "inspect" "a45564e0b6470bc7ca00da6f1b62950fdccb16b0243179e207d2722ca713e4ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a45564e0b6470bc7ca00da6f1b62950fdccb16b0243179e207d2722ca713e4ff", kill_on_drop: false }`
[INFO] [stdout] a45564e0b6470bc7ca00da6f1b62950fdccb16b0243179e207d2722ca713e4ff
