Update Rust crate hickory-proto to 0.26.0 [SECURITY] #10412
+102
−9
buildomat / check-features (helios)
failed
May 8, 2026 in 7m 54s
Failure!
The buildomat job ID is 01KR2JTDW1355PPWS30RYWBFHT. Click here for more detailed status.
Job ended in state Some("failed")
Details
control: job assigned to worker 01KR2JTMK0SYP3NTANX7JD0ZMG [factory aws, i-00fe72d0e033a7f53] (queued for 48 s)
...
task: starting task 0: "setup"
task: process exited: duration 4122 ms, exit code 0
...
task: starting task 1: "rust-toolchain"
task: process exited: duration 18123 ms, exit code 0
...
task: starting task 2: "authentication"
task: process exited: duration 15 ms, exit code 0
...
task: starting task 3: "clone repository"
task: process exited: duration 9862 ms, exit code 0
...
task: starting task 4: "build"
...
| |
| 78 | pub struct Record<R: RecordData = RData> {
| | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
| |
| ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25 [...]
| |
| 77 | pub struct Record<R: RecordData = RData> {
| | ---------------------------------------- this is the found type
| = help: you can use `cargo tree` to explore your dependency tree
| note: required by a bound in `encode_and_send`
| --> dns-server/src/dns_server.rs:491:23
| |
| 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
| | --------------- required by a bound in this function
| ...
| 491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
| | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
|
| error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yield [...]
| --> dns-server/src/dns_server.rs:478:50
Loading