[INFO] fetching crate aipub-protocols 0.0.2...
[INFO] testing aipub-protocols-0.0.2 against 1.98.0-beta.1 for beta-1.98-1
[INFO] extracting crate aipub-protocols 0.0.2 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate aipub-protocols 0.0.2
[INFO] finished tweaking crates.io crate aipub-protocols 0.0.2
[INFO] tweaked toml for crates.io crate aipub-protocols 0.0.2 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate aipub-protocols 0.0.2 on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate aipub-protocols 0.0.2 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.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 6d65bba4668039a4f99435158f54004147101529f60134cfbb20ef83d7aa8789
[INFO] running `Command { std: "docker" "start" "6d65bba4668039a4f99435158f54004147101529f60134cfbb20ef83d7aa8789", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6d65bba4668039a4f99435158f54004147101529f60134cfbb20ef83d7aa8789", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6d65bba4668039a4f99435158f54004147101529f60134cfbb20ef83d7aa8789" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6d65bba4668039a4f99435158f54004147101529f60134cfbb20ef83d7aa8789", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6d65bba4668039a4f99435158f54004147101529f60134cfbb20ef83d7aa8789" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.46
[INFO] [stderr]    Compiling typenum v1.20.1
[INFO] [stderr]    Compiling memchr v2.8.2
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling rand_core v0.10.1
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling anyhow v1.0.103
[INFO] [stderr]    Compiling chacha20 v0.10.1
[INFO] [stderr]    Compiling rand v0.10.2
[INFO] [stderr]    Compiling uuid v1.23.4
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling hybrid-array v0.4.13
[INFO] [stderr]    Compiling crypto-common v0.2.2
[INFO] [stderr]    Compiling block-buffer v0.12.1
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling digest v0.11.3
[INFO] [stderr]    Compiling sha2 v0.11.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling regex v1.12.4
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling chrono v0.4.45
[INFO] [stderr]    Compiling aipub-protocols v0.0.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `capabilities::*`
[INFO] [stdout]   --> src/acs/mod.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub use capabilities::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `TaskCommandType`
[INFO] [stdout]  --> src/aip/models.rs:3:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | use super::{TaskCommandType, TaskState};
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Message`
[INFO] [stdout]  --> src/aip/command.rs:3:23
[INFO] [stdout]   |
[INFO] [stdout] 3 | use super::{DataItem, Message, TaskCommandType};
[INFO] [stdout]   |                       ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `QueryType`
[INFO] [stdout]  --> src/adp/models.rs:3:44
[INFO] [stdout]   |
[INFO] [stdout] 3 | use super::{constants::*, DiscoveryFilter, QueryType};
[INFO] [stdout]   |                                            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.63s
[INFO] running `Command { std: "docker" "inspect" "6d65bba4668039a4f99435158f54004147101529f60134cfbb20ef83d7aa8789", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6d65bba4668039a4f99435158f54004147101529f60134cfbb20ef83d7aa8789" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling aipub-protocols v0.0.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `capabilities::*`
[INFO] [stdout]   --> src/acs/mod.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub use capabilities::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `TaskCommandType`
[INFO] [stdout]  --> src/aip/models.rs:3:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | use super::{TaskCommandType, TaskState};
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Message`
[INFO] [stdout]  --> src/aip/command.rs:3:23
[INFO] [stdout]   |
[INFO] [stdout] 3 | use super::{DataItem, Message, TaskCommandType};
[INFO] [stdout]   |                       ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `QueryType`
[INFO] [stdout]  --> src/adp/models.rs:3:44
[INFO] [stdout]   |
[INFO] [stdout] 3 | use super::{constants::*, DiscoveryFilter, QueryType};
[INFO] [stdout]   |                                            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `capabilities::*`
[INFO] [stdout]   --> src/acs/mod.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub use capabilities::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `TaskCommandType`
[INFO] [stdout]  --> src/aip/models.rs:3:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | use super::{TaskCommandType, TaskState};
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Message`
[INFO] [stdout]  --> src/aip/command.rs:3:23
[INFO] [stdout]   |
[INFO] [stdout] 3 | use super::{DataItem, Message, TaskCommandType};
[INFO] [stdout]   |                       ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `QueryType`
[INFO] [stdout]  --> src/adp/models.rs:3:44
[INFO] [stdout]   |
[INFO] [stdout] 3 | use super::{constants::*, DiscoveryFilter, QueryType};
[INFO] [stdout]   |                                            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.83s
[INFO] running `Command { std: "docker" "inspect" "6d65bba4668039a4f99435158f54004147101529f60134cfbb20ef83d7aa8789", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6d65bba4668039a4f99435158f54004147101529f60134cfbb20ef83d7aa8789" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `capabilities::*`
[INFO] [stderr]   --> src/acs/mod.rs:23:9
[INFO] [stderr]    |
[INFO] [stderr] 23 | pub use capabilities::*;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `TaskCommandType`
[INFO] [stderr]  --> src/aip/models.rs:3:13
[INFO] [stderr]   |
[INFO] [stderr] 3 | use super::{TaskCommandType, TaskState};
[INFO] [stderr]   |             ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Message`
[INFO] [stderr]  --> src/aip/command.rs:3:23
[INFO] [stderr]   |
[INFO] [stderr] 3 | use super::{DataItem, Message, TaskCommandType};
[INFO] [stderr]   |                       ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `QueryType`
[INFO] [stderr]  --> src/adp/models.rs:3:44
[INFO] [stderr]   |
[INFO] [stderr] 3 | use super::{constants::*, DiscoveryFilter, QueryType};
[INFO] [stderr]   |                                            ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `aipub-protocols` (lib) generated 4 warnings (run `cargo fix --lib -p aipub-protocols` to apply 4 suggestions)
[INFO] [stderr] warning: `aipub-protocols` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/aipub_protocols-6b70d90a05ff3ca9)
[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 aipub_protocols
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test src/lib.rs - (line 15) ... FAILED
[INFO] [stdout] test src/aic/mod.rs - aic::validate_aic_format (line 153) ... FAILED
[INFO] [stdout] test src/aic/mod.rs - aic (line 21) ... FAILED
[INFO] [stdout] test src/aic/utils.rs - aic::utils::base36_encode (line 51) ... FAILED
[INFO] [stdout] test src/aic/validator.rs - aic::validator::AicValidator (line 12) ... FAILED
[INFO] [stdout] test src/aic/utils.rs - aic::utils::base36_decode (line 100) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 15) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `aipub` in this scope
[INFO] [stdout]   --> src/lib.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use aipub::protocols::aic::validate_aic_format;
[INFO] [stdout]    |     ^^^^^ use of unresolved module or unlinked crate `aipub`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `aipub`, use `cargo add aipub` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `aipub` in this scope
[INFO] [stdout]   --> src/lib.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use aipub::protocols::acs::AgentCapabilitySpec;
[INFO] [stdout]    |     ^^^^^ use of unresolved module or unlinked crate `aipub`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `aipub`, use `cargo add aipub` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `aipub` in this scope
[INFO] [stdout]   --> src/lib.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use aipub::protocols::adp::DiscoveryRequest;
[INFO] [stdout]    |     ^^^^^ use of unresolved module or unlinked crate `aipub`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `aipub`, use `cargo add aipub` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/aic/mod.rs - aic::validate_aic_format (line 153) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `aipub` in this scope
[INFO] [stdout]    --> src/aic/mod.rs:154:5
[INFO] [stdout]     |
[INFO] [stdout] 154 | use aipub::protocols::aic::validate_aic_format;
[INFO] [stdout]     |     ^^^^^ use of unresolved module or unlinked crate `aipub`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `aipub`, use `cargo add aipub` 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] ---- src/aic/mod.rs - aic (line 21) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `aipub` in this scope
[INFO] [stdout]   --> src/aic/mod.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | use aipub::protocols::aic::{validate_aic_format, parse_aic, AicInfo};
[INFO] [stdout]    |     ^^^^^ use of unresolved module or unlinked crate `aipub`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `aipub`, use `cargo add aipub` 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] ---- src/aic/utils.rs - aic::utils::base36_encode (line 51) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `aipub` in this scope
[INFO] [stdout]   --> src/aic/utils.rs:52:5
[INFO] [stdout]    |
[INFO] [stdout] 52 | use aipub::protocols::aic::base36_encode;
[INFO] [stdout]    |     ^^^^^ use of unresolved module or unlinked crate `aipub`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `aipub`, use `cargo add aipub` 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] ---- src/aic/validator.rs - aic::validator::AicValidator (line 12) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `aipub` in this scope
[INFO] [stdout]   --> src/aic/validator.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use aipub::protocols::aic::AicValidator;
[INFO] [stdout]    |     ^^^^^ use of unresolved module or unlinked crate `aipub`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `aipub`, use `cargo add aipub` 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] ---- src/aic/utils.rs - aic::utils::base36_decode (line 100) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `aipub` in this scope
[INFO] [stdout]    --> src/aic/utils.rs:101:5
[INFO] [stdout]     |
[INFO] [stdout] 101 | use aipub::protocols::aic::base36_decode;
[INFO] [stdout]     |     ^^^^^ use of unresolved module or unlinked crate `aipub`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `aipub`, use `cargo add aipub` 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/aic/mod.rs - aic (line 21)
[INFO] [stdout]     src/aic/mod.rs - aic::validate_aic_format (line 153)
[INFO] [stdout]     src/aic/utils.rs - aic::utils::base36_decode (line 100)
[INFO] [stdout]     src/aic/utils.rs - aic::utils::base36_encode (line 51)
[INFO] [stdout]     src/aic/validator.rs - aic::validator::AicValidator (line 12)
[INFO] [stdout]     src/lib.rs - (line 15)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 6 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.16s; merged doctests compilation took 0.06s
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "6d65bba4668039a4f99435158f54004147101529f60134cfbb20ef83d7aa8789", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6d65bba4668039a4f99435158f54004147101529f60134cfbb20ef83d7aa8789", kill_on_drop: false }`
[INFO] [stdout] 6d65bba4668039a4f99435158f54004147101529f60134cfbb20ef83d7aa8789
