[INFO] fetching crate fsd_interface 0.3.1...
[INFO] testing fsd_interface-0.3.1 against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] extracting crate fsd_interface 0.3.1 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate fsd_interface 0.3.1
[INFO] finished tweaking crates.io crate fsd_interface 0.3.1
[INFO] tweaked toml for crates.io crate fsd_interface 0.3.1 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate fsd_interface 0.3.1 on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 40 packages to latest compatible versions
[INFO] [stderr]       Adding thiserror v1.0.69 (available: v2.0.17)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 01865144b650030d3d6e1d2d8f12ebce1cf2c54229d417b0cbe62384fe1d1b5d
[INFO] running `Command { std: "docker" "start" "-a" "01865144b650030d3d6e1d2d8f12ebce1cf2c54229d417b0cbe62384fe1d1b5d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "01865144b650030d3d6e1d2d8f12ebce1cf2c54229d417b0cbe62384fe1d1b5d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "01865144b650030d3d6e1d2d8f12ebce1cf2c54229d417b0cbe62384fe1d1b5d", kill_on_drop: false }`
[INFO] [stdout] 01865144b650030d3d6e1d2d8f12ebce1cf2c54229d417b0cbe62384fe1d1b5d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6df9500a10cf2d76173091c39136437678e5a4c687490f8bf217efc5a0219a80
[INFO] running `Command { std: "docker" "start" "-a" "6df9500a10cf2d76173091c39136437678e5a4c687490f8bf217efc5a0219a80", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling fsd_interface v0.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::collections::HashSet`
[INFO] [stdout]  --> src/enums.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::collections::HashSet;
[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: `collections::HashSet`
[INFO] [stdout]  --> src/messages.rs:5:11
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::{collections::HashSet, fmt::Display, net::Ipv4Addr};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `collections::HashSet`
[INFO] [stdout]  --> src/util.rs:2:11
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::{collections::HashSet, str::FromStr};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.78s
[INFO] running `Command { std: "docker" "inspect" "6df9500a10cf2d76173091c39136437678e5a4c687490f8bf217efc5a0219a80", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6df9500a10cf2d76173091c39136437678e5a4c687490f8bf217efc5a0219a80", kill_on_drop: false }`
[INFO] [stdout] 6df9500a10cf2d76173091c39136437678e5a4c687490f8bf217efc5a0219a80
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9743f958dc66c98d8b40935233391ee6c1ae23b4dad8bc97489756f5a4eef96c
[INFO] running `Command { std: "docker" "start" "-a" "9743f958dc66c98d8b40935233391ee6c1ae23b4dad8bc97489756f5a4eef96c", kill_on_drop: false }`
[INFO] [stderr]    Compiling fsd_interface v0.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::collections::HashSet`
[INFO] [stdout]  --> src/enums.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::collections::HashSet;
[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: `collections::HashSet`
[INFO] [stdout]  --> src/messages.rs:5:11
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::{collections::HashSet, fmt::Display, net::Ipv4Addr};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `collections::HashSet`
[INFO] [stdout]  --> src/util.rs:2:11
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::{collections::HashSet, str::FromStr};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::HashSet`
[INFO] [stdout]  --> src/enums.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::collections::HashSet;
[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: `collections::HashSet`
[INFO] [stdout]  --> src/messages.rs:5:11
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::{collections::HashSet, fmt::Display, net::Ipv4Addr};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `collections::HashSet`
[INFO] [stdout]  --> src/util.rs:2:11
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::{collections::HashSet, str::FromStr};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.17s
[INFO] running `Command { std: "docker" "inspect" "9743f958dc66c98d8b40935233391ee6c1ae23b4dad8bc97489756f5a4eef96c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9743f958dc66c98d8b40935233391ee6c1ae23b4dad8bc97489756f5a4eef96c", kill_on_drop: false }`
[INFO] [stdout] 9743f958dc66c98d8b40935233391ee6c1ae23b4dad8bc97489756f5a4eef96c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 20da8771e47b31e56a9c11ca58a7af7502fefad0f82f14115dbd11ceaac33762
[INFO] running `Command { std: "docker" "start" "-a" "20da8771e47b31e56a9c11ca58a7af7502fefad0f82f14115dbd11ceaac33762", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `std::collections::HashSet`
[INFO] [stderr]  --> src/enums.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::collections::HashSet;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `collections::HashSet`
[INFO] [stderr]  --> src/messages.rs:5:11
[INFO] [stderr]   |
[INFO] [stderr] 5 | use std::{collections::HashSet, fmt::Display, net::Ipv4Addr};
[INFO] [stderr]   |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `collections::HashSet`
[INFO] [stderr]  --> src/util.rs:2:11
[INFO] [stderr]   |
[INFO] [stderr] 2 | use std::{collections::HashSet, str::FromStr};
[INFO] [stderr]   |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `fsd_interface` (lib) generated 3 warnings (run `cargo fix --lib -p fsd_interface` to apply 3 suggestions)
[INFO] [stderr] warning: `fsd_interface` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/fsd_interface-3de1ee6edc0ea516)
[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 fsd_interface
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test src/structs.rs - structs::RadioFrequency::new (line 74) ... FAILED
[INFO] [stdout] test src/structs.rs - structs::RadioFrequency::to_human_readable_string (line 99) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 47) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/structs.rs - structs::RadioFrequency::new (line 74) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `fsd_messages`
[INFO] [stdout]   --> src/structs.rs:75:5
[INFO] [stdout]    |
[INFO] [stdout] 75 | use fsd_messages::util::RadioFrequency;
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `fsd_messages`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `fsd_messages`, use `cargo add fsd_messages` 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/structs.rs - structs::RadioFrequency::to_human_readable_string (line 99) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `fsd_messages`
[INFO] [stdout]    --> src/structs.rs:100:5
[INFO] [stdout]     |
[INFO] [stdout] 100 | use fsd_messages::util::RadioFrequency;
[INFO] [stdout]     |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `fsd_messages`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `fsd_messages`, use `cargo add fsd_messages` 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/lib.rs - (line 47) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `messages`
[INFO] [stdout]   --> src/lib.rs:63:23
[INFO] [stdout]    |
[INFO] [stdout] 63 |     let new_message = messages::ClientQuery::message::who_has("LIRF_TWR", "@94835", "ITY1561");
[INFO] [stdout]    |                       ^^^^^^^^ use of unresolved module or unlinked crate `messages`
[INFO] [stdout]    |
[INFO] [stdout] help: to make use of source file src/messages.rs, use `mod messages` in this file to declare the module
[INFO] [stdout]    |
[INFO] [stdout] 47 + mod messages;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ClientQueryType`
[INFO] [stdout]   --> src/lib.rs:58:12
[INFO] [stdout]    |
[INFO] [stdout] 58 |     if let ClientQueryType::WhoHas(aircraft) = client_query_message.query_type {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^ use of undeclared type `ClientQueryType`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 47 + use fsd_interface::ClientQueryType;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `fsd_messages`
[INFO] [stdout]   --> src/lib.rs:52:28
[INFO] [stdout]    |
[INFO] [stdout] 52 | let message_deserialised = fsd_messages::parse(&message_text).unwrap();
[INFO] [stdout]    |                            ^^^^^^^^^^^^ use of unresolved module or unlinked crate `fsd_messages`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `fsd_messages`, use `cargo add fsd_messages` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FsdMessage`
[INFO] [stdout]   --> src/lib.rs:53:8
[INFO] [stdout]    |
[INFO] [stdout] 53 | if let FsdMessage::ClientQueryMessage(client_query_message) = message_deserialised {
[INFO] [stdout]    |        ^^^^^^^^^^ use of undeclared type `FsdMessage`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 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] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 47)
[INFO] [stdout]     src/structs.rs - structs::RadioFrequency::new (line 74)
[INFO] [stdout]     src/structs.rs - structs::RadioFrequency::to_human_readable_string (line 99)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.22s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "20da8771e47b31e56a9c11ca58a7af7502fefad0f82f14115dbd11ceaac33762", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "20da8771e47b31e56a9c11ca58a7af7502fefad0f82f14115dbd11ceaac33762", kill_on_drop: false }`
[INFO] [stdout] 20da8771e47b31e56a9c11ca58a7af7502fefad0f82f14115dbd11ceaac33762
