[INFO] cloning repository https://github.com/AkaEra/tg_rss_bot
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AkaEra/tg_rss_bot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAkaEra%2Ftg_rss_bot", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAkaEra%2Ftg_rss_bot'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 018183e29f451107a2db17bbf52e6f5e27c0aa82
[INFO] checking AkaEra/tg_rss_bot against try#f77b5bc6c7c84df104f86b0dd01d9490e3923fa8 for pr-147834
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAkaEra%2Ftg_rss_bot" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc2/source/rust-toolchain
[INFO] started tweaking git repo https://github.com/AkaEra/tg_rss_bot
[INFO] finished tweaking git repo https://github.com/AkaEra/tg_rss_bot
[INFO] tweaked toml for git repo https://github.com/AkaEra/tg_rss_bot written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/AkaEra/tg_rss_bot on toolchain f77b5bc6c7c84df104f86b0dd01d9490e3923fa8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f77b5bc6c7c84df104f86b0dd01d9490e3923fa8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/AkaEra/tg_rss_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" "+f77b5bc6c7c84df104f86b0dd01d9490e3923fa8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: /workspace/builds/worker-6-tc2/source/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: /workspace/builds/worker-6-tc2/source/telebot-derive/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: /workspace/builds/worker-6-tc2/source/telebot/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+f77b5bc6c7c84df104f86b0dd01d9490e3923fa8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7d5b2c22df7bd3dcbb6b69a9f97ee952b06294d9feb94501b57612f56c1e5226
[INFO] running `Command { std: "docker" "start" "-a" "7d5b2c22df7bd3dcbb6b69a9f97ee952b06294d9feb94501b57612f56c1e5226", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7d5b2c22df7bd3dcbb6b69a9f97ee952b06294d9feb94501b57612f56c1e5226", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7d5b2c22df7bd3dcbb6b69a9f97ee952b06294d9feb94501b57612f56c1e5226", kill_on_drop: false }`
[INFO] [stdout] 7d5b2c22df7bd3dcbb6b69a9f97ee952b06294d9feb94501b57612f56c1e5226
[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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+f77b5bc6c7c84df104f86b0dd01d9490e3923fa8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d78ae040c4d0f8681c75ae2e3bbe969ea4774afe1658bb6bd94371ef5e2cf800
[INFO] running `Command { std: "docker" "start" "-a" "d78ae040c4d0f8681c75ae2e3bbe969ea4774afe1658bb6bd94371ef5e2cf800", kill_on_drop: false }`
[INFO] [stderr] warning: /opt/rustwide/workdir/telebot-derive/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: /opt/rustwide/workdir/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: /opt/rustwide/workdir/telebot/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]     Checking libc v0.2.42
[INFO] [stderr]     Checking cfg-if v0.1.3
[INFO] [stderr]    Compiling cc v1.0.17
[INFO] [stderr]     Checking lazy_static v1.0.1
[INFO] [stderr]     Checking futures v0.1.21
[INFO] [stderr]    Compiling pkg-config v0.3.11
[INFO] [stderr]     Checking byteorder v1.2.3
[INFO] [stderr]     Checking nodrop v0.1.12
[INFO] [stderr]     Checking either v1.5.0
[INFO] [stderr]     Checking scopeguard v0.3.3
[INFO] [stderr]     Checking memoffset v0.2.1
[INFO] [stderr]     Checking lazycell v0.6.0
[INFO] [stderr]     Checking slab v0.4.0
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]    Compiling regex v0.2.11
[INFO] [stderr]     Checking log v0.4.2
[INFO] [stderr]     Checking crossbeam-utils v0.3.2
[INFO] [stderr]    Compiling void v1.0.2
[INFO] [stderr]    Compiling proc-macro2 v0.4.6
[INFO] [stderr]     Checking arrayvec v0.4.7
[INFO] [stderr]    Compiling siphasher v0.2.2
[INFO] [stderr]    Compiling unreachable v1.0.0
[INFO] [stdout] error[E0412]: cannot find type `SourceFile` in crate `proc_macro`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-0.4.6/src/unstable.rs:284:25
[INFO] [stdout]     |
[INFO] [stdout] 284 |     Nightly(proc_macro::SourceFile, FileName),
[INFO] [stdout]     |                         ^^^^^^^^^^ not found in `proc_macro`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   3 + use stable::SourceFile;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `SourceFile`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 284 -     Nightly(proc_macro::SourceFile, FileName),
[INFO] [stdout] 284 +     Nightly(SourceFile, FileName),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SourceFile` in crate `proc_macro`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-0.4.6/src/unstable.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |     fn nightly(sf: proc_macro::SourceFile) -> Self {
[INFO] [stdout]     |                                ^^^^^^^^^^ not found in `proc_macro`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   3 + use stable::SourceFile;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `SourceFile`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 289 -     fn nightly(sf: proc_macro::SourceFile) -> Self {
[INFO] [stdout] 289 +     fn nightly(sf: SourceFile) -> Self {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling ucd-util v0.1.1
[INFO] [stderr]    Compiling serde v1.0.66
[INFO] [stderr]    Compiling unicode-xid v0.0.4
[INFO] [stderr]     Checking scoped-tls v0.1.2
[INFO] [stderr]    Compiling thread_local v0.3.5
[INFO] [stderr]    Compiling utf8-ranges v1.0.0
[INFO] [stderr]     Checking crossbeam-epoch v0.4.3
[INFO] [stderr]     Checking futures-core v0.2.1
[INFO] [stderr]     Checking openssl-probe v0.1.2
[INFO] [stderr]    Compiling num-traits v0.2.4
[INFO] [stderr]    Compiling phf_shared v0.7.22
[INFO] [stderr]    Compiling synom v0.11.3
[INFO] [stderr]    Compiling quote v0.3.15
[INFO] [stderr]     Checking log v0.3.9
[INFO] [stderr]    Compiling regex-syntax v0.5.6
[INFO] [stdout] error[E0658]: use of unstable library feature `proc_macro_def_site`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-0.4.6/src/unstable.rs:347:27
[INFO] [stdout]     |
[INFO] [stdout] 347 |             Span::Nightly(proc_macro::Span::def_site())
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #54724 <https://github.com/rust-lang/rust/issues/54724> for more information
[INFO] [stdout]     = help: add `#![feature(proc_macro_def_site)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2025-10-25; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `proc_macro_span`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-0.4.6/src/unstable.rs:424:55
[INFO] [stdout]     |
[INFO] [stdout] 424 |             (Span::Nightly(a), Span::Nightly(b)) => a.eq(b),
[INFO] [stdout]     |                                                       ^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #54725 <https://github.com/rust-lang/rust/issues/54725> for more information
[INFO] [stdout]     = help: add `#![feature(proc_macro_span)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2025-10-25; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking itoa v0.4.1
[INFO] [stderr]     Checking dtoa v0.4.2
[INFO] [stderr]     Checking crossbeam-deque v0.3.1
[INFO] [stderr]    Compiling rand v0.4.2
[INFO] [stderr]    Compiling memchr v2.0.1
[INFO] [stderr]    Compiling num-integer v0.1.38
[INFO] [stderr]     Checking iovec v0.1.2
[INFO] [stderr]     Checking num_cpus v1.8.0
[INFO] [stderr]     Checking net2 v0.2.32
[INFO] [stderr]     Checking futures-channel v0.2.1
[INFO] [stdout] Some errors have detailed explanations: E0412, E0658.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stderr]    Compiling aho-corasick v0.6.4
[INFO] [stderr]     Checking socket2 v0.3.6
[INFO] [stderr] error: could not compile `proc-macro2` (lib) due to 4 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.3.6/src/sockaddr.rs:153:9
[INFO] [stdout]     |
[INFO] [stdout] 153 |         mem::transmute::<SocketAddrV4, sockaddr_in>(v4);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: source type: `SocketAddrV4` (48 bits)
[INFO] [stdout]     = note: target type: `sockaddr_in` (128 bits)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0512`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `socket2` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "d78ae040c4d0f8681c75ae2e3bbe969ea4774afe1658bb6bd94371ef5e2cf800", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d78ae040c4d0f8681c75ae2e3bbe969ea4774afe1658bb6bd94371ef5e2cf800", kill_on_drop: false }`
[INFO] [stdout] d78ae040c4d0f8681c75ae2e3bbe969ea4774afe1658bb6bd94371ef5e2cf800
