[INFO] fetching crate catinator_macros 0.3.0...
[INFO] testing catinator_macros-0.3.0 against 1.94.0 for beta-1.95-1
[INFO] extracting crate catinator_macros 0.3.0 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate catinator_macros 0.3.0
[INFO] finished tweaking crates.io crate catinator_macros 0.3.0
[INFO] tweaked toml for crates.io crate catinator_macros 0.3.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate catinator_macros 0.3.0 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 100 packages to latest compatible versions
[INFO] [stderr]       Adding irc v0.15.0 (available: v1.1.0)
[INFO] [stderr]       Adding syn v1.0.109 (available: v2.0.117)
[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] warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `irc` dependency)
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tokio-rustls v0.22.0
[INFO] [stderr]   Downloaded irc-proto v0.15.0
[INFO] [stderr]   Downloaded sct v0.6.1
[INFO] [stderr]   Downloaded rustls v0.19.1
[INFO] [stderr]   Downloaded tokio-util v0.6.10
[INFO] [stderr]   Downloaded webpki v0.21.4
[INFO] [stderr]   Downloaded irc v0.15.0
[INFO] [stderr]   Downloaded webpki-roots v0.20.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 6f9c4485e6cf868c57bc92f14146e128c8bc653f7f6e39053f1581fe5ee13e48
[INFO] running `Command { std: "docker" "start" "-a" "6f9c4485e6cf868c57bc92f14146e128c8bc653f7f6e39053f1581fe5ee13e48", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6f9c4485e6cf868c57bc92f14146e128c8bc653f7f6e39053f1581fe5ee13e48", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6f9c4485e6cf868c57bc92f14146e128c8bc653f7f6e39053f1581fe5ee13e48", kill_on_drop: false }`
[INFO] [stdout] 6f9c4485e6cf868c57bc92f14146e128c8bc653f7f6e39053f1581fe5ee13e48
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] f446f237fe41332260a7c75d5c0f2c8677e2a556b170c6ecc835a65ee00fe1af
[INFO] running `Command { std: "docker" "start" "-a" "f446f237fe41332260a7c75d5c0f2c8677e2a556b170c6ecc835a65ee00fe1af", kill_on_drop: false }`
[INFO] [stderr] warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `irc` dependency)
[INFO] [stderr]    Compiling catinator_macros v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `tok2` is never read
[INFO] [stdout]  --> src/macro_types/privmsg.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct Item {
[INFO] [stdout]   |            ---- field in this struct
[INFO] [stdout] 7 |     pub msg: Expr,
[INFO] [stdout] 8 |     pub tok2: Token![,],
[INFO] [stdout]   |         ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
[INFO] running `Command { std: "docker" "inspect" "f446f237fe41332260a7c75d5c0f2c8677e2a556b170c6ecc835a65ee00fe1af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f446f237fe41332260a7c75d5c0f2c8677e2a556b170c6ecc835a65ee00fe1af", kill_on_drop: false }`
[INFO] [stdout] f446f237fe41332260a7c75d5c0f2c8677e2a556b170c6ecc835a65ee00fe1af
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] aaaeb86c2c10d9d55dddfb5dae4cea2be6872f5a83236024554fb0c526f4c140
[INFO] running `Command { std: "docker" "start" "-a" "aaaeb86c2c10d9d55dddfb5dae4cea2be6872f5a83236024554fb0c526f4c140", kill_on_drop: false }`
[INFO] [stderr] warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `irc` dependency)
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling encoding_index_tests v0.1.4
[INFO] [stderr]    Compiling untrusted v0.7.1
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling spin v0.5.2
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling instant v0.1.13
[INFO] [stderr]    Compiling encoding-index-simpchinese v1.20141219.5
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling encoding-index-japanese v1.20141219.5
[INFO] [stderr]    Compiling encoding-index-tradchinese v1.20141219.5
[INFO] [stderr]    Compiling encoding-index-korean v1.20141219.5
[INFO] [stderr]    Compiling encoding-index-singlebyte v1.20141219.5
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling pin-project-internal v1.1.11
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling catinator_macros v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling encoding v0.2.33
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stdout] warning: field `tok2` is never read
[INFO] [stdout]  --> src/macro_types/privmsg.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct Item {
[INFO] [stdout]   |            ---- field in this struct
[INFO] [stdout] 7 |     pub msg: Expr,
[INFO] [stdout] 8 |     pub tok2: Token![,],
[INFO] [stdout]   |         ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling pin-project v1.1.11
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling tokio-util v0.6.10
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling irc-proto v0.15.0
[INFO] [stderr]    Compiling webpki v0.21.4
[INFO] [stderr]    Compiling sct v0.6.1
[INFO] [stderr]    Compiling rustls v0.19.1
[INFO] [stderr]    Compiling webpki-roots v0.20.0
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling tokio-rustls v0.22.0
[INFO] [stderr]    Compiling irc v0.15.0
[INFO] [stdout] warning: field `tok2` is never read
[INFO] [stdout]  --> src/macro_types/privmsg.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct Item {
[INFO] [stdout]   |            ---- field in this struct
[INFO] [stdout] 7 |     pub msg: Expr,
[INFO] [stdout] 8 |     pub tok2: Token![,],
[INFO] [stdout]   |         ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 21.08s
[INFO] running `Command { std: "docker" "inspect" "aaaeb86c2c10d9d55dddfb5dae4cea2be6872f5a83236024554fb0c526f4c140", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aaaeb86c2c10d9d55dddfb5dae4cea2be6872f5a83236024554fb0c526f4c140", kill_on_drop: false }`
[INFO] [stdout] aaaeb86c2c10d9d55dddfb5dae4cea2be6872f5a83236024554fb0c526f4c140
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 9c5e879fa06dce4827b21188a476f782b97f361c30b1ba61024a9474914829d0
[INFO] running `Command { std: "docker" "start" "-a" "9c5e879fa06dce4827b21188a476f782b97f361c30b1ba61024a9474914829d0", kill_on_drop: false }`
[INFO] [stderr] warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `irc` dependency)
[INFO] [stderr] warning: field `tok2` is never read
[INFO] [stderr]  --> src/macro_types/privmsg.rs:8:9
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub struct Item {
[INFO] [stderr]   |            ---- field in this struct
[INFO] [stderr] 7 |     pub msg: Expr,
[INFO] [stderr] 8 |     pub tok2: Token![,],
[INFO] [stderr]   |         ^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `catinator_macros` (lib) generated 1 warning
[INFO] [stderr] warning: `catinator_macros` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.16s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/catinator_macros-999bb7809535900a)
[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] [stderr]    Doc-tests catinator_macros
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test src/lib.rs - catinator (line 106) ... ignored
[INFO] [stdout] test src/lib.rs - catinator (line 118) ... ignored
[INFO] [stdout] test src/lib.rs - catinator (line 126) ... ignored
[INFO] [stdout] test src/lib.rs - catinator (line 98) ... ignored
[INFO] [stdout] test src/lib.rs - catinator (line 63) - compile ... FAILED
[INFO] [stdout] test src/lib.rs - privmsg (line 228) ... FAILED
[INFO] [stdout] test src/lib.rs - catinator (line 88) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - catinator (line 63) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `macros`
[INFO] [stdout]   --> src/lib.rs:65:5
[INFO] [stdout]    |
[INFO] [stdout] 65 | use macros::catinator;
[INFO] [stdout]    |     ^^^^^^ help: a similar path exists: `tokio::macros`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `main` in `tokio`
[INFO] [stdout]   --> src/lib.rs:72:10
[INFO] [stdout]    |
[INFO] [stdout] 72 | #[tokio::main]
[INFO] [stdout]    |          ^^^^ could not find `main` in `tokio`
[INFO] [stdout] 
[INFO] [stdout] error[E0752]: `main` function is not allowed to be `async`
[INFO] [stdout]   --> src/lib.rs:73:1
[INFO] [stdout]    |
[INFO] [stdout] 73 | async fn main() {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^ `main` function is not allowed to be `async`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0752.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - privmsg (line 228) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `macros`
[INFO] [stdout]    --> src/lib.rs:231:5
[INFO] [stdout]     |
[INFO] [stdout] 231 | use macros::privmsg;
[INFO] [stdout]     |     ^^^^^^ help: a similar path exists: `tokio::macros`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `catinator`
[INFO] [stdout]    --> src/lib.rs:233:19
[INFO] [stdout]     |
[INFO] [stdout] 233 | pub fn hook(bot: &catinator::Bot, msg: Message) -> Result<()> {
[INFO] [stdout]     |                   ^^^^^^^^^ use of unresolved module or unlinked crate `catinator`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `catinator`, use `cargo add catinator` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - catinator (line 88) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `catinator`
[INFO] [stdout]   --> src/lib.rs:89:15
[INFO] [stdout]    |
[INFO] [stdout] 89 | fn hook(bot: &catinator::Bot, msg: irc::client::prelude::Message) -> anyhow::Result<()> {
[INFO] [stdout]    |               ^^^^^^^^^ use of unresolved module or unlinked crate `catinator`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `catinator`, use `cargo add catinator` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - catinator (line 63)
[INFO] [stdout]     src/lib.rs - catinator (line 88)
[INFO] [stdout]     src/lib.rs - privmsg (line 228)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 3 failed; 4 ignored; 0 measured; 0 filtered out; finished in 0.27s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "9c5e879fa06dce4827b21188a476f782b97f361c30b1ba61024a9474914829d0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9c5e879fa06dce4827b21188a476f782b97f361c30b1ba61024a9474914829d0", kill_on_drop: false }`
[INFO] [stdout] 9c5e879fa06dce4827b21188a476f782b97f361c30b1ba61024a9474914829d0
