|
|
|
| 1 | 2026-05-15T19:47:11.670Z | job assigned to worker 01KRPJT5XR6CNVCAAZJDFNH8H9 [factory aws, i-05575bfcd93314c6a] (queued for 47 s) |
| |
| 2 | 2026-05-15T19:47:18.052Z | starting task 0: "setup" |
| 3 | 2026-05-15T19:47:18.056Z | ++ uname -s |
| 4 | 2026-05-15T19:47:18.059Z | + kern=SunOS |
| 5 | 2026-05-15T19:47:18.059Z | + build_user=build |
| 6 | 2026-05-15T19:47:18.059Z | + build_uid=12345 |
| 7 | 2026-05-15T19:47:18.059Z | + work_dir=/work |
| 8 | 2026-05-15T19:47:18.059Z | + input_dir=/input |
| 9 | 2026-05-15T19:47:18.059Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-15T19:47:18.059Z | + case "$kern" in |
| 11 | 2026-05-15T19:47:18.059Z | + groupadd -g 12345 build |
| 12 | 2026-05-15T19:47:18.062Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-15T19:47:20.067Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-15T19:47:20.177Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-15T19:47:20.187Z | + home_fs=zfs |
| 16 | 2026-05-15T19:47:20.187Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-15T19:47:20.187Z | + mkdir -p /home/build |
| 18 | 2026-05-15T19:47:20.187Z | + chown build:build /home/build /work |
| 19 | 2026-05-15T19:47:22.180Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-15T19:47:22.186Z | process exited: duration 4132 ms, exit code 0 |
| |
| 21 | 2026-05-15T19:47:22.192Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-15T19:47:22.196Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-15T19:47:22.196Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-15T19:47:22.196Z | * rust toolchain profile = "default" |
| 25 | 2026-05-15T19:47:22.196Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-15T19:47:22.196Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-15T19:47:22.196Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-15T19:47:22.199Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-15T19:47:22.199Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-15T19:47:22.329Z | info: downloading installer |
| 31 | 2026-05-15T19:47:23.623Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-15T19:47:23.623Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-15T19:47:23.623Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-15T19:47:23.623Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-15T19:47:23.635Z | info: profile set to default |
| 36 | 2026-05-15T19:47:23.635Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-15T19:47:23.638Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-15T19:47:23.774Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-15T19:47:23.778Z | info: downloading 6 components |
| 40 | 2026-05-15T19:47:37.911Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-15T19:47:37.911Z | |
| 42 | 2026-05-15T19:47:37.940Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-15T19:47:37.940Z | |
| 44 | 2026-05-15T19:47:37.940Z | |
| 45 | 2026-05-15T19:47:37.940Z | Rust is installed now. Great! |
| 46 | 2026-05-15T19:47:37.940Z | |
| 47 | 2026-05-15T19:47:37.940Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-15T19:47:37.940Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-15T19:47:37.940Z | |
| 50 | 2026-05-15T19:47:37.940Z | To configure your current shell, you need to source |
| 51 | 2026-05-15T19:47:37.940Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-15T19:47:37.940Z | |
| 53 | 2026-05-15T19:47:37.940Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-15T19:47:37.944Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-15T19:47:37.944Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-15T19:47:37.944Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-15T19:47:37.944Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-15T19:47:37.945Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-15T19:47:37.945Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-15T19:47:37.945Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-15T19:47:37.945Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-15T19:47:38.026Z | + rustup --version |
| 63 | 2026-05-15T19:47:38.035Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-15T19:47:38.037Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-15T19:47:38.056Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-15T19:47:38.059Z | + cargo --version |
| 67 | 2026-05-15T19:47:38.072Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-15T19:47:38.075Z | + rustc --version |
| 69 | 2026-05-15T19:47:38.094Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-15T19:47:38.097Z | process exited: duration 15904 ms, exit code 0 |
| |
| 71 | 2026-05-15T19:47:38.104Z | starting task 2: "authentication" |
| 72 | 2026-05-15T19:47:38.118Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-05-15T19:47:38.124Z | starting task 3: "clone repository" |
| 74 | 2026-05-15T19:47:38.127Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-15T19:47:38.129Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-15T19:47:38.156Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-15T19:47:48.099Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-15T19:47:48.099Z | + git fetch origin 6bf79e8ede6c1967761b07883800088e68909ecd |
| 79 | 2026-05-15T19:47:48.366Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-15T19:47:48.366Z | * branch 6bf79e8ede6c1967761b07883800088e68909ecd -> FETCH_HEAD |
| 81 | 2026-05-15T19:47:48.376Z | + [[ -n renovate/crate-hickory-proto-vulnerability ]] |
| 82 | 2026-05-15T19:47:48.379Z | ++ git branch --show-current |
| 83 | 2026-05-15T19:47:48.381Z | + current=main |
| 84 | 2026-05-15T19:47:48.381Z | + [[ main != renovate/crate-hickory-proto-vulnerability ]] |
| 85 | 2026-05-15T19:47:48.382Z | + git branch -f renovate/crate-hickory-proto-vulnerability 6bf79e8ede6c1967761b07883800088e68909ecd |
| 86 | 2026-05-15T19:47:48.385Z | + git checkout -f renovate/crate-hickory-proto-vulnerability |
| 87 | 2026-05-15T19:47:48.614Z | Switched to branch 'renovate/crate-hickory-proto-vulnerability' |
| 88 | 2026-05-15T19:47:48.616Z | + git reset --hard 6bf79e8ede6c1967761b07883800088e68909ecd |
| 89 | 2026-05-15T19:47:48.632Z | HEAD is now at 6bf79e8ed Update Rust crate hickory-proto to 0.26.0 [SECURITY] |
| 90 | 2026-05-15T19:47:48.635Z | process exited: duration 10508 ms, exit code 0 |
| |
| 91 | 2026-05-15T19:47:48.641Z | starting task 4: "build" |
| 92 | 2026-05-15T19:47:48.645Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-15T19:47:48.645Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-15T19:47:48.645Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-15T19:47:48.645Z | + cargo --version |
| 96 | 2026-05-15T19:47:48.655Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-15T19:47:48.658Z | + rustc --version |
| 98 | 2026-05-15T19:47:48.678Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-15T19:47:48.681Z | + source ./env.sh |
| 100 | 2026-05-15T19:47:48.681Z | ++ OLD_SHELL_OPTS=ehxB |
| 101 | 2026-05-15T19:47:48.681Z | ++ set -o xtrace |
| 102 | 2026-05-15T19:47:48.683Z | ++++ dirname ./env.sh |
| 103 | 2026-05-15T19:47:48.686Z | +++ readlink -f . |
| 104 | 2026-05-15T19:47:48.686Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 105 | 2026-05-15T19:47:48.686Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 106 | 2026-05-15T19:47:48.686Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 107 | 2026-05-15T19:47:48.686Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 108 | 2026-05-15T19:47:48.686Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 109 | 2026-05-15T19:47:48.687Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2026-05-15T19:47:48.687Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 111 | 2026-05-15T19:47:48.690Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 112 | 2026-05-15T19:47:48.690Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 113 | 2026-05-15T19:47:48.690Z | ++ case $OLD_SHELL_OPTS in |
| 114 | 2026-05-15T19:47:48.690Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 115 | 2026-05-15T19:47:48.690Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 116 | 2026-05-15T19:47:48.690Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 117 | 2026-05-15T19:47:48.690Z | + banner prerequisites |
| 118 | 2026-05-15T19:47:48.690Z | |
| 119 | 2026-05-15T19:47:48.690Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 120 | 2026-05-15T19:47:48.690Z | # # # # # # # # # # # # # # # |
| 121 | 2026-05-15T19:47:48.690Z | # # # # ##### # # ##### # # # # # #### # |
| 122 | 2026-05-15T19:47:48.690Z | ##### ##### # ##### # # # # # # # # # |
| 123 | 2026-05-15T19:47:48.690Z | # # # # # # # # # # # # # # # |
| 124 | 2026-05-15T19:47:48.690Z | # # # ###### # # ###### ### # #### # #### # |
| 125 | 2026-05-15T19:47:48.690Z | |
| 126 | 2026-05-15T19:47:48.690Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 127 | 2026-05-15T19:47:50.065Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-05-15T19:47:50.122Z | Startup: Caching catalogs ... Done |
| 129 | 2026-05-15T19:47:50.326Z | Planning: Solver setup ... Done (0.172s) |
| 130 | 2026-05-15T19:47:50.341Z | Planning: Running solver ... Done (0.016s) |
| 131 | 2026-05-15T19:47:50.346Z | Planning: Finding local manifests ... Done (0.003s) |
| 132 | 2026-05-15T19:47:50.359Z | Planning: Fetching manifests: 0/2 0% complete |
| 133 | 2026-05-15T19:47:50.374Z | Planning: Fetching manifests: 2/2 100% complete |
| 134 | 2026-05-15T19:47:50.387Z | Planning: Package planning ... Done (0.013s) |
| 135 | 2026-05-15T19:47:50.390Z | Planning: Merging actions ... Done (0.001s) |
| 136 | 2026-05-15T19:47:50.575Z | Planning: Checking for conflicting actions ... Done (0.187s) |
| 137 | 2026-05-15T19:47:50.578Z | Planning: Consolidating action changes ... Done (0.001s) |
| 138 | 2026-05-15T19:47:51.396Z | Planning: Evaluating mediators ... Done (0.820s) |
| 139 | 2026-05-15T19:47:51.399Z | Planning: Planning completed in 1.26 seconds |
| 140 | 2026-05-15T19:47:51.405Z | Packages to install: 2 |
| 141 | 2026-05-15T19:47:51.408Z | Estimated space available: 156.10 GB |
| 142 | 2026-05-15T19:47:51.408Z | Estimated space to be consumed: 19.74 MB |
| 143 | 2026-05-15T19:47:51.408Z | Create boot environment: No |
| 144 | 2026-05-15T19:47:51.408Z | Create backup boot environment: No |
| 145 | 2026-05-15T19:47:51.408Z | Rebuild boot archive: No |
| 146 | 2026-05-15T19:47:51.408Z | |
| 147 | 2026-05-15T19:47:51.408Z | Changed packages: |
| 148 | 2026-05-15T19:47:51.408Z | helios |
| 149 | 2026-05-15T19:47:51.409Z | developer/build-essential |
| 150 | 2026-05-15T19:47:51.409Z | None -> 11-3.0 |
| 151 | 2026-05-15T19:47:51.409Z | library/libxmlsec1 |
| 152 | 2026-05-15T19:47:51.409Z | None -> 1.2.35-3.0 |
| 153 | 2026-05-15T19:47:51.431Z | |
| 154 | 2026-05-15T19:47:51.431Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 155 | 2026-05-15T19:47:52.101Z | Download: Completed 1.28 MB in 0.67 seconds (1.9M/s) |
| 156 | 2026-05-15T19:47:52.158Z | Actions: 1/268 actions (Installing new actions) |
| 157 | 2026-05-15T19:47:52.195Z | Actions: Completed 268 actions in 0.04 seconds. |
| 158 | 2026-05-15T19:47:52.200Z | Finalize: Updating package state database ... Done (0.006s) |
| 159 | 2026-05-15T19:47:52.200Z | Finalize: Updating package cache ... Done (0.000s) |
| 160 | 2026-05-15T19:47:52.215Z | Finalize: Updating image state ... Done (0.015s) |
| 161 | 2026-05-15T19:47:54.609Z | Finalize: Creating fast lookup database ... Done (2.373s) |
| 162 | 2026-05-15T19:47:54.678Z | Finalize: Reading search index ... Done (0.012s) |
| 163 | 2026-05-15T19:47:54.681Z | Finalize: Updating search index ... Done (0.000s) |
| 164 | 2026-05-15T19:47:54.763Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-05-15T19:47:55.062Z | Planning: Evaluating mediator changes ... Done |
| 166 | 2026-05-15T19:47:55.167Z | Planning: Checking for conflicting actions ... Done |
| 167 | 2026-05-15T19:47:55.170Z | Planning: Consolidating action changes ... Done |
| 168 | 2026-05-15T19:47:55.327Z | Planning: Evaluating mediators ... Done |
| 169 | 2026-05-15T19:47:55.330Z | Planning: Planning completed in 0.27 seconds |
| 170 | 2026-05-15T19:47:55.350Z | Mediators to change: 2 |
| 171 | 2026-05-15T19:47:55.350Z | Create boot environment: No |
| 172 | 2026-05-15T19:47:55.350Z | Create backup boot environment: No |
| 173 | 2026-05-15T19:47:55.414Z | Finalize: Updating package state database ... Done |
| 174 | 2026-05-15T19:47:55.414Z | Finalize: Updating package cache ... Done |
| 175 | 2026-05-15T19:47:55.424Z | Finalize: Updating image state ... Done |
| 176 | 2026-05-15T19:47:57.380Z | Finalize: Creating fast lookup database ... Done |
| 177 | 2026-05-15T19:47:57.441Z | Finalize: Reading search index ... Done |
| 178 | 2026-05-15T19:47:57.444Z | Finalize: Updating search index ... Done |
| 179 | 2026-05-15T19:47:57.541Z | Finalize: Updating package cache ... Done |
| 180 | 2026-05-15T19:47:57.830Z | Planning: Evaluating mediator changes ... Done |
| 181 | 2026-05-15T19:47:57.935Z | Planning: Checking for conflicting actions ... Done |
| 182 | 2026-05-15T19:47:57.938Z | Planning: Consolidating action changes ... Done |
| 183 | 2026-05-15T19:47:58.096Z | Planning: Evaluating mediators ... Done |
| 184 | 2026-05-15T19:47:58.098Z | Planning: Planning completed in 0.27 seconds |
| 185 | 2026-05-15T19:47:58.117Z | Mediators to change: 1 |
| 186 | 2026-05-15T19:47:58.118Z | Create boot environment: No |
| 187 | 2026-05-15T19:47:58.118Z | Create backup boot environment: No |
| 188 | 2026-05-15T19:47:58.168Z | Finalize: Updating package state database ... Done |
| 189 | 2026-05-15T19:47:58.168Z | Finalize: Updating package cache ... Done |
| 190 | 2026-05-15T19:47:58.177Z | Finalize: Updating image state ... Done |
| 191 | 2026-05-15T19:48:00.128Z | Finalize: Creating fast lookup database ... Done |
| 192 | 2026-05-15T19:48:00.191Z | Finalize: Reading search index ... Done |
| 193 | 2026-05-15T19:48:00.197Z | Finalize: Updating search index ... Done |
| 194 | 2026-05-15T19:48:00.258Z | Finalize: Updating package cache ... Done |
| 195 | 2026-05-15T19:48:00.572Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 196 | 2026-05-15T19:48:00.572Z | apache system 2.4 system |
| 197 | 2026-05-15T19:48:00.572Z | clang system 15 system |
| 198 | 2026-05-15T19:48:00.572Z | csh system system illumos |
| 199 | 2026-05-15T19:48:00.572Z | ctags system system illumos |
| 200 | 2026-05-15T19:48:00.572Z | file vendor vendor darwinsys |
| 201 | 2026-05-15T19:48:00.572Z | file system system illumos |
| 202 | 2026-05-15T19:48:00.572Z | gcc vendor 14 vendor |
| 203 | 2026-05-15T19:48:00.572Z | gcc system 13 system |
| 204 | 2026-05-15T19:48:00.572Z | gcc system 10 system |
| 205 | 2026-05-15T19:48:00.572Z | go system 1.25 system |
| 206 | 2026-05-15T19:48:00.572Z | llvm system 15 system |
| 207 | 2026-05-15T19:48:00.572Z | mariadb system 11.4 system |
| 208 | 2026-05-15T19:48:00.572Z | mta vendor vendor dma |
| 209 | 2026-05-15T19:48:00.572Z | openjdk system 17 system |
| 210 | 2026-05-15T19:48:00.572Z | openjdk system 11 system |
| 211 | 2026-05-15T19:48:00.572Z | openssl vendor 3 vendor |
| 212 | 2026-05-15T19:48:00.572Z | perl system 5.40 system |
| 213 | 2026-05-15T19:48:00.572Z | postgresql system 18 system |
| 214 | 2026-05-15T19:48:00.572Z | postgresql system 17 system |
| 215 | 2026-05-15T19:48:00.572Z | python vendor 3 vendor |
| 216 | 2026-05-15T19:48:00.572Z | python system 2 system |
| 217 | 2026-05-15T19:48:00.572Z | python3 vendor 3.13 vendor |
| 218 | 2026-05-15T19:48:00.572Z | ruby system 3.4 system |
| 219 | 2026-05-15T19:48:00.572Z | ruby system 3.0 system |
| 220 | 2026-05-15T19:48:00.572Z | words vendor vendor american-english |
| 221 | 2026-05-15T19:48:00.572Z | words system system australian-english |
| 222 | 2026-05-15T19:48:00.572Z | words system system british-english |
| 223 | 2026-05-15T19:48:00.573Z | words system system canadian-english |
| 224 | 2026-05-15T19:48:00.573Z | words system system french |
| 225 | 2026-05-15T19:48:00.573Z | words system system italian |
| 226 | 2026-05-15T19:48:00.573Z | words system system ngerman |
| 227 | 2026-05-15T19:48:00.573Z | words system system ogerman |
| 228 | 2026-05-15T19:48:00.573Z | words system system spanish |
| 229 | 2026-05-15T19:48:00.829Z | PUBLISHER TYPE STATUS P LOCATION |
| 230 | 2026-05-15T19:48:00.829Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 231 | 2026-05-15T19:48:01.101Z | FMRI IFO |
| 232 | 2026-05-15T19:48:01.101Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 233 | 2026-05-15T19:48:01.101Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 234 | 2026-05-15T19:48:01.101Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 235 | 2026-05-15T19:48:01.101Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 236 | 2026-05-15T19:48:01.101Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 237 | 2026-05-15T19:48:01.101Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 238 | 2026-05-15T19:48:01.101Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 239 | 2026-05-15T19:48:01.101Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 240 | 2026-05-15T19:48:01.101Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 241 | 2026-05-15T19:48:01.353Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 242 | 2026-05-15T19:48:01.637Z | Updating crates.io index |
| 243 | 2026-05-15T19:48:01.640Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 244 | 2026-05-15T19:48:01.933Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 245 | 2026-05-15T19:48:02.810Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 246 | 2026-05-15T19:48:03.653Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 247 | 2026-05-15T19:48:04.678Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 248 | 2026-05-15T19:48:05.233Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 249 | 2026-05-15T19:48:06.562Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 250 | 2026-05-15T19:48:07.310Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 251 | 2026-05-15T19:48:07.802Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 252 | 2026-05-15T19:48:08.613Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 253 | 2026-05-15T19:48:09.065Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 254 | 2026-05-15T19:48:09.588Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 255 | 2026-05-15T19:48:09.893Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 256 | 2026-05-15T19:48:11.020Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 257 | 2026-05-15T19:48:11.502Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 258 | 2026-05-15T19:48:11.727Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 259 | 2026-05-15T19:48:12.079Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 260 | 2026-05-15T19:48:12.454Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 261 | 2026-05-15T19:48:12.852Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 262 | 2026-05-15T19:48:13.176Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 263 | 2026-05-15T19:48:13.409Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 264 | 2026-05-15T19:48:13.670Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 265 | 2026-05-15T19:48:14.086Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 266 | 2026-05-15T19:48:14.505Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 267 | 2026-05-15T19:48:15.124Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 268 | 2026-05-15T19:48:15.480Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 269 | 2026-05-15T19:48:15.849Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 270 | 2026-05-15T19:48:17.264Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 271 | 2026-05-15T19:48:18.004Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 272 | 2026-05-15T19:48:18.520Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 273 | 2026-05-15T19:48:19.040Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 274 | 2026-05-15T19:48:19.308Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 275 | 2026-05-15T19:48:19.745Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 276 | 2026-05-15T19:48:20.016Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 277 | 2026-05-15T19:48:20.356Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 278 | 2026-05-15T19:48:20.903Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 279 | 2026-05-15T19:48:21.166Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 280 | 2026-05-15T19:48:21.409Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 281 | 2026-05-15T19:48:21.780Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 282 | 2026-05-15T19:48:33.617Z | Downloading crates ... |
| 283 | 2026-05-15T19:48:33.682Z | Downloaded proc-macro-error-attr v1.0.4 |
| 284 | 2026-05-15T19:48:33.684Z | Downloaded textwrap v0.16.2 |
| 285 | 2026-05-15T19:48:33.687Z | Downloaded thiserror v2.0.18 |
| 286 | 2026-05-15T19:48:33.690Z | Downloaded terminal_size v0.4.3 |
| 287 | 2026-05-15T19:48:33.693Z | Downloaded cargo-platform v0.2.0 |
| 288 | 2026-05-15T19:48:33.693Z | Downloaded unicode-xid v0.2.6 |
| 289 | 2026-05-15T19:48:33.693Z | Downloaded camino v1.2.2 |
| 290 | 2026-05-15T19:48:33.695Z | Downloaded zerofrom-derive v0.1.6 |
| 291 | 2026-05-15T19:48:33.695Z | Downloaded usdt v0.5.0 |
| 292 | 2026-05-15T19:48:33.698Z | Downloaded pest_derive v2.8.6 |
| 293 | 2026-05-15T19:48:33.698Z | Downloaded erased-serde v0.4.9 |
| 294 | 2026-05-15T19:48:33.701Z | Downloaded utf8parse v0.2.2 |
| 295 | 2026-05-15T19:48:33.701Z | Downloaded typeid v1.0.3 |
| 296 | 2026-05-15T19:48:33.701Z | Downloaded usdt-attr-macro v0.5.0 |
| 297 | 2026-05-15T19:48:33.701Z | Downloaded thread-id v4.2.2 |
| 298 | 2026-05-15T19:48:33.703Z | Downloaded cargo-util-schemas v0.8.2 |
| 299 | 2026-05-15T19:48:33.703Z | Downloaded bitflags v2.11.0 |
| 300 | 2026-05-15T19:48:33.706Z | Downloaded errno v0.3.14 |
| 301 | 2026-05-15T19:48:33.709Z | Downloaded cfg-if v1.0.4 |
| 302 | 2026-05-15T19:48:33.709Z | Downloaded toml_write v0.1.2 |
| 303 | 2026-05-15T19:48:33.709Z | Downloaded cargo_toml v0.21.0 |
| 304 | 2026-05-15T19:48:33.711Z | Downloaded yoke-derive v0.8.1 |
| 305 | 2026-05-15T19:48:33.711Z | Downloaded version_check v0.9.5 |
| 306 | 2026-05-15T19:48:33.712Z | Downloaded usdt-macro v0.5.0 |
| 307 | 2026-05-15T19:48:33.712Z | Downloaded toml_datetime v0.6.11 |
| 308 | 2026-05-15T19:48:33.714Z | Downloaded zerofrom v0.1.6 |
| 309 | 2026-05-15T19:48:33.714Z | Downloaded cargo_metadata v0.21.0 |
| 310 | 2026-05-15T19:48:33.714Z | Downloaded utf8_iter v1.0.4 |
| 311 | 2026-05-15T19:48:33.714Z | Downloaded bytecount v0.6.9 |
| 312 | 2026-05-15T19:48:33.717Z | Downloaded block-buffer v0.10.4 |
| 313 | 2026-05-15T19:48:33.717Z | Downloaded anstream v0.6.21 |
| 314 | 2026-05-15T19:48:33.720Z | Downloaded fnv v1.0.7 |
| 315 | 2026-05-15T19:48:33.720Z | Downloaded anstyle-query v1.1.5 |
| 316 | 2026-05-15T19:48:33.720Z | Downloaded camino-tempfile v1.4.1 |
| 317 | 2026-05-15T19:48:33.720Z | Downloaded autocfg v1.5.0 |
| 318 | 2026-05-15T19:48:33.723Z | Downloaded unicode-linebreak v0.1.5 |
| 319 | 2026-05-15T19:48:33.723Z | Downloaded smawk v0.3.2 |
| 320 | 2026-05-15T19:48:33.723Z | Downloaded cpufeatures v0.2.17 |
| 321 | 2026-05-15T19:48:33.725Z | Downloaded clap v4.5.60 |
| 322 | 2026-05-15T19:48:33.729Z | Downloaded zerovec-derive v0.11.2 |
| 323 | 2026-05-15T19:48:33.744Z | Downloaded thiserror v1.0.69 |
| 324 | 2026-05-15T19:48:33.744Z | Downloaded tinystr v0.8.2 |
| 325 | 2026-05-15T19:48:33.744Z | Downloaded smallvec v1.15.1 |
| 326 | 2026-05-15T19:48:33.744Z | Downloaded yoke v0.8.1 |
| 327 | 2026-05-15T19:48:33.744Z | Downloaded zmij v1.0.21 |
| 328 | 2026-05-15T19:48:33.744Z | Downloaded thiserror-impl v1.0.69 |
| 329 | 2026-05-15T19:48:33.744Z | Downloaded memmap v0.7.0 |
| 330 | 2026-05-15T19:48:33.744Z | Downloaded usdt-impl v0.5.0 |
| 331 | 2026-05-15T19:48:33.744Z | Downloaded thiserror-impl v2.0.18 |
| 332 | 2026-05-15T19:48:33.744Z | Downloaded zerocopy-derive v0.7.35 |
| 333 | 2026-05-15T19:48:33.747Z | Downloaded ucd-trie v0.1.7 |
| 334 | 2026-05-15T19:48:33.747Z | Downloaded pretty-hex v0.4.1 |
| 335 | 2026-05-15T19:48:33.748Z | Downloaded macaddr v1.0.1 |
| 336 | 2026-05-15T19:48:33.748Z | Downloaded itoa v1.0.17 |
| 337 | 2026-05-15T19:48:33.751Z | Downloaded form_urlencoded v1.2.2 |
| 338 | 2026-05-15T19:48:33.751Z | Downloaded generic-array v0.14.7 |
| 339 | 2026-05-15T19:48:33.751Z | Downloaded is_terminal_polyfill v1.70.2 |
| 340 | 2026-05-15T19:48:33.751Z | Downloaded fastrand v2.3.0 |
| 341 | 2026-05-15T19:48:33.755Z | Downloaded crypto-common v0.1.7 |
| 342 | 2026-05-15T19:48:33.755Z | Downloaded writeable v0.6.2 |
| 343 | 2026-05-15T19:48:33.755Z | Downloaded clap_derive v4.5.55 |
| 344 | 2026-05-15T19:48:33.755Z | Downloaded unicode-ident v1.0.24 |
| 345 | 2026-05-15T19:48:33.758Z | Downloaded typenum v1.19.0 |
| 346 | 2026-05-15T19:48:33.758Z | Downloaded idna_adapter v1.2.1 |
| 347 | 2026-05-15T19:48:33.761Z | Downloaded dof v0.3.0 |
| 348 | 2026-05-15T19:48:33.761Z | Downloaded potential_utf v0.1.4 |
| 349 | 2026-05-15T19:48:33.761Z | Downloaded heck v0.4.1 |
| 350 | 2026-05-15T19:48:33.761Z | Downloaded toml v0.8.23 |
| 351 | 2026-05-15T19:48:33.764Z | Downloaded clap_lex v1.0.0 |
| 352 | 2026-05-15T19:48:33.764Z | Downloaded strsim v0.11.1 |
| 353 | 2026-05-15T19:48:33.764Z | Downloaded serde-value v0.7.0 |
| 354 | 2026-05-15T19:48:33.764Z | Downloaded digest v0.10.7 |
| 355 | 2026-05-15T19:48:33.764Z | Downloaded byteorder v1.5.0 |
| 356 | 2026-05-15T19:48:33.767Z | Downloaded equivalent v1.0.2 |
| 357 | 2026-05-15T19:48:33.769Z | Downloaded colorchoice v1.0.4 |
| 358 | 2026-05-15T19:48:33.772Z | Downloaded tabled_derive v0.7.0 |
| 359 | 2026-05-15T19:48:33.774Z | Downloaded serde-untagged v0.1.9 |
| 360 | 2026-05-15T19:48:33.777Z | Downloaded anstyle v1.0.13 |
| 361 | 2026-05-15T19:48:33.777Z | Downloaded toml_edit v0.22.27 |
| 362 | 2026-05-15T19:48:33.780Z | Downloaded zerotrie v0.2.3 |
| 363 | 2026-05-15T19:48:33.780Z | Downloaded swrite v0.1.0 |
| 364 | 2026-05-15T19:48:33.783Z | Downloaded heck v0.5.0 |
| 365 | 2026-05-15T19:48:33.783Z | Downloaded url v2.5.8 |
| 366 | 2026-05-15T19:48:33.785Z | Downloaded plain v0.2.3 |
| 367 | 2026-05-15T19:48:33.786Z | Downloaded ordered-float v2.10.1 |
| 368 | 2026-05-15T19:48:33.788Z | Downloaded percent-encoding v2.3.2 |
| 369 | 2026-05-15T19:48:33.791Z | Downloaded zerovec v0.11.5 |
| 370 | 2026-05-15T19:48:33.794Z | Downloaded stable_deref_trait v1.2.1 |
| 371 | 2026-05-15T19:48:33.797Z | Downloaded scroll_derive v0.12.1 |
| 372 | 2026-05-15T19:48:33.797Z | Downloaded dtrace-parser v0.2.0 |
| 373 | 2026-05-15T19:48:33.800Z | Downloaded zerocopy v0.7.35 |
| 374 | 2026-05-15T19:48:33.806Z | Downloaded quote v1.0.45 |
| 375 | 2026-05-15T19:48:33.808Z | Downloaded winnow v0.7.14 |
| 376 | 2026-05-15T19:48:33.812Z | Downloaded displaydoc v0.2.5 |
| 377 | 2026-05-15T19:48:33.814Z | Downloaded icu_properties v2.1.2 |
| 378 | 2026-05-15T19:48:33.817Z | Downloaded serde_spanned v0.6.9 |
| 379 | 2026-05-15T19:48:33.817Z | Downloaded icu_locale_core v2.1.1 |
| 380 | 2026-05-15T19:48:33.820Z | Downloaded unicode-width v0.2.0 |
| 381 | 2026-05-15T19:48:33.822Z | Downloaded scroll v0.12.0 |
| 382 | 2026-05-15T19:48:33.825Z | Downloaded unicode-width v0.1.14 |
| 383 | 2026-05-15T19:48:33.827Z | Downloaded synstructure v0.13.2 |
| 384 | 2026-05-15T19:48:33.828Z | Downloaded sha2 v0.10.9 |
| 385 | 2026-05-15T19:48:33.830Z | Downloaded serde_tokenstream v0.2.3 |
| 386 | 2026-05-15T19:48:33.830Z | Downloaded proc-macro-error v1.0.4 |
| 387 | 2026-05-15T19:48:33.833Z | Downloaded icu_normalizer_data v2.1.1 |
| 388 | 2026-05-15T19:48:33.833Z | Downloaded anstyle-parse v0.2.7 |
| 389 | 2026-05-15T19:48:33.836Z | Downloaded anyhow v1.0.102 |
| 390 | 2026-05-15T19:48:33.838Z | Downloaded litemap v0.8.1 |
| 391 | 2026-05-15T19:48:33.841Z | Downloaded once_cell v1.21.3 |
| 392 | 2026-05-15T19:48:33.855Z | Downloaded fs-err v3.3.0 |
| 393 | 2026-05-15T19:48:33.858Z | Downloaded semver v1.0.28 |
| 394 | 2026-05-15T19:48:33.865Z | Downloaded papergrid v0.11.0 |
| 395 | 2026-05-15T19:48:33.868Z | Downloaded getrandom v0.4.1 |
| 396 | 2026-05-15T19:48:33.870Z | Downloaded num-traits v0.2.19 |
| 397 | 2026-05-15T19:48:33.874Z | Downloaded serde_core v1.0.228 |
| 398 | 2026-05-15T19:48:33.877Z | Downloaded icu_provider v2.1.1 |
| 399 | 2026-05-15T19:48:33.877Z | Downloaded log v0.4.29 |
| 400 | 2026-05-15T19:48:33.880Z | Downloaded proc-macro2 v1.0.106 |
| 401 | 2026-05-15T19:48:33.884Z | Downloaded tempfile v3.25.0 |
| 402 | 2026-05-15T19:48:33.887Z | Downloaded pest_meta v2.8.6 |
| 403 | 2026-05-15T19:48:33.890Z | Downloaded pest_generator v2.8.6 |
| 404 | 2026-05-15T19:48:33.893Z | Downloaded serde_derive v1.0.228 |
| 405 | 2026-05-15T19:48:33.906Z | Downloaded serde v1.0.228 |
| 406 | 2026-05-15T19:48:33.910Z | Downloaded icu_collections v2.1.1 |
| 407 | 2026-05-15T19:48:33.914Z | Downloaded pest v2.8.6 |
| 408 | 2026-05-15T19:48:33.917Z | Downloaded icu_normalizer v2.1.1 |
| 409 | 2026-05-15T19:48:33.928Z | Downloaded indexmap v2.14.0 |
| 410 | 2026-05-15T19:48:33.931Z | Downloaded memchr v2.8.0 |
| 411 | 2026-05-15T19:48:33.958Z | Downloaded icu_properties_data v2.1.2 |
| 412 | 2026-05-15T19:48:33.963Z | Downloaded hashbrown v0.17.0 |
| 413 | 2026-05-15T19:48:33.966Z | Downloaded idna v1.1.0 |
| 414 | 2026-05-15T19:48:33.971Z | Downloaded clap_builder v4.5.60 |
| 415 | 2026-05-15T19:48:33.975Z | Downloaded serde_json v1.0.149 |
| 416 | 2026-05-15T19:48:33.980Z | Downloaded goblin v0.8.2 |
| 417 | 2026-05-15T19:48:33.983Z | Downloaded tabled v0.15.0 |
| 418 | 2026-05-15T19:48:33.990Z | Downloaded syn v1.0.109 |
| 419 | 2026-05-15T19:48:34.003Z | Downloaded syn v2.0.117 |
| 420 | 2026-05-15T19:48:34.017Z | Downloaded rustix v1.1.3 |
| 421 | 2026-05-15T19:48:34.044Z | Downloaded libc v0.2.185 |
| 422 | 2026-05-15T19:48:34.111Z | Compiling proc-macro2 v1.0.106 |
| 423 | 2026-05-15T19:48:34.112Z | Compiling unicode-ident v1.0.24 |
| 424 | 2026-05-15T19:48:34.112Z | Compiling quote v1.0.45 |
| 425 | 2026-05-15T19:48:34.114Z | Compiling serde_core v1.0.228 |
| 426 | 2026-05-15T19:48:34.115Z | Compiling libc v0.2.185 |
| 427 | 2026-05-15T19:48:34.115Z | Compiling version_check v0.9.5 |
| 428 | 2026-05-15T19:48:34.115Z | Compiling memchr v2.8.0 |
| 429 | 2026-05-15T19:48:34.115Z | Compiling serde v1.0.228 |
| 430 | 2026-05-15T19:48:34.451Z | Compiling stable_deref_trait v1.2.1 |
| 431 | 2026-05-15T19:48:34.524Z | Compiling zmij v1.0.21 |
| 432 | 2026-05-15T19:48:34.684Z | Compiling itoa v1.0.17 |
| 433 | 2026-05-15T19:48:34.700Z | Compiling thiserror v1.0.69 |
| 434 | 2026-05-15T19:48:34.860Z | Compiling ucd-trie v0.1.7 |
| 435 | 2026-05-15T19:48:34.974Z | Compiling autocfg v1.5.0 |
| 436 | 2026-05-15T19:48:35.074Z | Compiling pest v2.8.6 |
| 437 | 2026-05-15T19:48:35.089Z | Compiling litemap v0.8.1 |
| 438 | 2026-05-15T19:48:35.103Z | Compiling writeable v0.6.2 |
| 439 | 2026-05-15T19:48:35.313Z | Compiling rustix v1.1.3 |
| 440 | 2026-05-15T19:48:35.417Z | Compiling icu_properties_data v2.1.2 |
| 441 | 2026-05-15T19:48:35.540Z | Compiling syn v2.0.117 |
| 442 | 2026-05-15T19:48:35.610Z | Compiling byteorder v1.5.0 |
| 443 | 2026-05-15T19:48:35.626Z | Compiling icu_normalizer_data v2.1.1 |
| 444 | 2026-05-15T19:48:35.703Z | Compiling errno v0.3.14 |
| 445 | 2026-05-15T19:48:35.824Z | Compiling bitflags v2.11.0 |
| 446 | 2026-05-15T19:48:35.839Z | Compiling serde_json v1.0.149 |
| 447 | 2026-05-15T19:48:35.927Z | Compiling num-traits v0.2.19 |
| 448 | 2026-05-15T19:48:36.053Z | Compiling hashbrown v0.17.0 |
| 449 | 2026-05-15T19:48:36.114Z | Compiling equivalent v1.0.2 |
| 450 | 2026-05-15T19:48:36.207Z | Compiling pest_meta v2.8.6 |
| 451 | 2026-05-15T19:48:36.257Z | Compiling smallvec v1.15.1 |
| 452 | 2026-05-15T19:48:36.367Z | Compiling typeid v1.0.3 |
| 453 | 2026-05-15T19:48:36.603Z | Compiling indexmap v2.14.0 |
| 454 | 2026-05-15T19:48:36.622Z | Compiling thread-id v4.2.2 |
| 455 | 2026-05-15T19:48:36.659Z | Compiling usdt-impl v0.5.0 |
| 456 | 2026-05-15T19:48:36.679Z | Compiling proc-macro-error-attr v1.0.4 |
| 457 | 2026-05-15T19:48:36.704Z | Compiling erased-serde v0.4.9 |
| 458 | 2026-05-15T19:48:36.863Z | Compiling toml_write v0.1.2 |
| 459 | 2026-05-15T19:48:36.866Z | Compiling winnow v0.7.14 |
| 460 | 2026-05-15T19:48:37.037Z | Compiling syn v1.0.109 |
| 461 | 2026-05-15T19:48:37.324Z | Compiling proc-macro-error v1.0.4 |
| 462 | 2026-05-15T19:48:37.386Z | Compiling utf8_iter v1.0.4 |
| 463 | 2026-05-15T19:48:37.525Z | Compiling camino v1.2.2 |
| 464 | 2026-05-15T19:48:37.551Z | Compiling thiserror v2.0.18 |
| 465 | 2026-05-15T19:48:37.837Z | Compiling getrandom v0.4.1 |
| 466 | 2026-05-15T19:48:37.850Z | Compiling utf8parse v0.2.2 |
| 467 | 2026-05-15T19:48:37.865Z | Compiling log v0.4.29 |
| 468 | 2026-05-15T19:48:37.879Z | Compiling percent-encoding v2.3.2 |
| 469 | 2026-05-15T19:48:37.961Z | Compiling plain v0.2.3 |
| 470 | 2026-05-15T19:48:37.978Z | Compiling anstyle-parse v0.2.7 |
| 471 | 2026-05-15T19:48:38.047Z | Compiling form_urlencoded v1.2.2 |
| 472 | 2026-05-15T19:48:38.127Z | Compiling synstructure v0.13.2 |
| 473 | 2026-05-15T19:48:38.165Z | Compiling pest_generator v2.8.6 |
| 474 | 2026-05-15T19:48:38.203Z | Compiling ordered-float v2.10.1 |
| 475 | 2026-05-15T19:48:38.341Z | Compiling terminal_size v0.4.3 |
| 476 | 2026-05-15T19:48:38.482Z | Compiling pretty-hex v0.4.1 |
| 477 | 2026-05-15T19:48:38.620Z | Compiling is_terminal_polyfill v1.70.2 |
| 478 | 2026-05-15T19:48:38.669Z | Compiling cfg-if v1.0.4 |
| 479 | 2026-05-15T19:48:38.706Z | Compiling colorchoice v1.0.4 |
| 480 | 2026-05-15T19:48:38.721Z | Compiling anstyle v1.0.13 |
| 481 | 2026-05-15T19:48:38.724Z | Compiling anstyle-query v1.1.5 |
| 482 | 2026-05-15T19:48:38.819Z | Compiling serde-untagged v0.1.9 |
| 483 | 2026-05-15T19:48:38.862Z | Compiling semver v1.0.28 |
| 484 | 2026-05-15T19:48:38.916Z | Compiling anstream v0.6.21 |
| 485 | 2026-05-15T19:48:38.941Z | Compiling fs-err v3.3.0 |
| 486 | 2026-05-15T19:48:39.060Z | Compiling fnv v1.0.7 |
| 487 | 2026-05-15T19:48:39.126Z | Compiling strsim v0.11.1 |
| 488 | 2026-05-15T19:48:39.161Z | Compiling clap_lex v1.0.0 |
| 489 | 2026-05-15T19:48:39.179Z | Compiling heck v0.5.0 |
| 490 | 2026-05-15T19:48:39.216Z | Compiling unicode-xid v0.2.6 |
| 491 | 2026-05-15T19:48:39.230Z | Compiling bytecount v0.6.9 |
| 492 | 2026-05-15T19:48:39.339Z | Compiling unicode-width v0.1.14 |
| 493 | 2026-05-15T19:48:39.383Z | Compiling fastrand v2.3.0 |
| 494 | 2026-05-15T19:48:39.411Z | Compiling anyhow v1.0.102 |
| 495 | 2026-05-15T19:48:39.464Z | Compiling once_cell v1.21.3 |
| 496 | 2026-05-15T19:48:39.608Z | Compiling heck v0.4.1 |
| 497 | 2026-05-15T19:48:39.642Z | Compiling tempfile v3.25.0 |
| 498 | 2026-05-15T19:48:39.662Z | Compiling papergrid v0.11.0 |
| 499 | 2026-05-15T19:48:39.678Z | Compiling clap_builder v4.5.60 |
| 500 | 2026-05-15T19:48:39.844Z | Compiling serde_derive v1.0.228 |
| 501 | 2026-05-15T19:48:39.921Z | Compiling zerofrom-derive v0.1.6 |
| 502 | 2026-05-15T19:48:39.937Z | Compiling yoke-derive v0.8.1 |
| 503 | 2026-05-15T19:48:40.011Z | Compiling zerovec-derive v0.11.2 |
| 504 | 2026-05-15T19:48:40.319Z | Compiling displaydoc v0.2.5 |
| 505 | 2026-05-15T19:48:41.069Z | Compiling thiserror-impl v1.0.69 |
| 506 | 2026-05-15T19:48:41.099Z | Compiling zerocopy-derive v0.7.35 |
| 507 | 2026-05-15T19:48:41.127Z | Compiling pest_derive v2.8.6 |
| 508 | 2026-05-15T19:48:41.155Z | Compiling scroll_derive v0.12.1 |
| 509 | 2026-05-15T19:48:41.357Z | Compiling zerofrom v0.1.6 |
| 510 | 2026-05-15T19:48:41.492Z | Compiling yoke v0.8.1 |
| 511 | 2026-05-15T19:48:41.547Z | Compiling thiserror-impl v2.0.18 |
| 512 | 2026-05-15T19:48:41.684Z | Compiling zerovec v0.11.5 |
| 513 | 2026-05-15T19:48:41.821Z | Compiling zerotrie v0.2.3 |
| 514 | 2026-05-15T19:48:41.951Z | Compiling zerocopy v0.7.35 |
| 515 | 2026-05-15T19:48:42.120Z | Compiling scroll v0.12.0 |
| 516 | 2026-05-15T19:48:42.186Z | Compiling tinystr v0.8.2 |
| 517 | 2026-05-15T19:48:42.391Z | Compiling icu_locale_core v2.1.1 |
| 518 | 2026-05-15T19:48:42.394Z | Compiling potential_utf v0.1.4 |
| 519 | 2026-05-15T19:48:42.429Z | Compiling dtrace-parser v0.2.0 |
| 520 | 2026-05-15T19:48:42.496Z | Compiling goblin v0.8.2 |
| 521 | 2026-05-15T19:48:42.573Z | Compiling icu_collections v2.1.1 |
| 522 | 2026-05-15T19:48:42.731Z | Compiling tabled_derive v0.7.0 |
| 523 | 2026-05-15T19:48:42.777Z | Compiling clap_derive v4.5.55 |
| 524 | 2026-05-15T19:48:43.066Z | Compiling icu_provider v2.1.1 |
| 525 | 2026-05-15T19:48:43.277Z | Compiling icu_normalizer v2.1.1 |
| 526 | 2026-05-15T19:48:43.295Z | Compiling icu_properties v2.1.2 |
| 527 | 2026-05-15T19:48:43.295Z | Compiling serde_spanned v0.6.9 |
| 528 | 2026-05-15T19:48:43.347Z | Compiling toml_datetime v0.6.11 |
| 529 | 2026-05-15T19:48:43.384Z | Compiling dof v0.3.0 |
| 530 | 2026-05-15T19:48:43.462Z | Compiling serde_tokenstream v0.2.3 |
| 531 | 2026-05-15T19:48:43.629Z | Compiling toml_edit v0.22.27 |
| 532 | 2026-05-15T19:48:43.644Z | Compiling serde-value v0.7.0 |
| 533 | 2026-05-15T19:48:43.778Z | Compiling cargo-platform v0.2.0 |
| 534 | 2026-05-15T19:48:43.827Z | Compiling memmap v0.7.0 |
| 535 | 2026-05-15T19:48:44.005Z | Compiling smawk v0.3.2 |
| 536 | 2026-05-15T19:48:44.020Z | Compiling unicode-width v0.2.0 |
| 537 | 2026-05-15T19:48:44.061Z | Compiling unicode-linebreak v0.1.5 |
| 538 | 2026-05-15T19:48:44.144Z | Compiling tabled v0.15.0 |
| 539 | 2026-05-15T19:48:44.292Z | Compiling idna_adapter v1.2.1 |
| 540 | 2026-05-15T19:48:44.310Z | Compiling textwrap v0.16.2 |
| 541 | 2026-05-15T19:48:44.388Z | Compiling usdt-attr-macro v0.5.0 |
| 542 | 2026-05-15T19:48:44.412Z | Compiling idna v1.1.0 |
| 543 | 2026-05-15T19:48:44.436Z | Compiling usdt-macro v0.5.0 |
| 544 | 2026-05-15T19:48:44.530Z | Compiling clap v4.5.60 |
| 545 | 2026-05-15T19:48:44.617Z | Compiling macaddr v1.0.1 |
| 546 | 2026-05-15T19:48:44.761Z | Compiling url v2.5.8 |
| 547 | 2026-05-15T19:48:45.048Z | Compiling toml v0.8.23 |
| 548 | 2026-05-15T19:48:45.489Z | Compiling cargo-util-schemas v0.8.2 |
| 549 | 2026-05-15T19:48:45.565Z | Compiling cargo_toml v0.21.0 |
| 550 | 2026-05-15T19:48:45.581Z | Compiling camino-tempfile v1.4.1 |
| 551 | 2026-05-15T19:48:45.734Z | Compiling usdt v0.5.0 |
| 552 | 2026-05-15T19:48:45.816Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 553 | 2026-05-15T19:48:45.973Z | Compiling swrite v0.1.0 |
| 554 | 2026-05-15T19:48:46.407Z | Compiling cargo_metadata v0.21.0 |
| 555 | 2026-05-15T19:48:47.334Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 556 | 2026-05-15T19:48:49.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.19s |
| 557 | 2026-05-15T19:48:49.612Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 558 | 2026-05-15T19:48:50.180Z | Downloading crates ... |
| 559 | 2026-05-15T19:48:50.280Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 560 | 2026-05-15T19:48:50.283Z | Downloaded atomicwrites v0.4.4 |
| 561 | 2026-05-15T19:48:50.289Z | Downloaded backon v1.6.0 |
| 562 | 2026-05-15T19:48:50.294Z | Downloaded cfg_aliases v0.1.1 |
| 563 | 2026-05-15T19:48:50.297Z | Downloaded cargo-platform v0.1.9 |
| 564 | 2026-05-15T19:48:50.297Z | Downloaded bitfield-macros v0.19.4 |
| 565 | 2026-05-15T19:48:50.297Z | Downloaded crc-catalog v2.4.0 |
| 566 | 2026-05-15T19:48:50.299Z | Downloaded derive_builder_macro v0.20.2 |
| 567 | 2026-05-15T19:48:50.299Z | Downloaded critical-section v1.2.0 |
| 568 | 2026-05-15T19:48:50.302Z | Downloaded defmt v0.3.100 |
| 569 | 2026-05-15T19:48:50.302Z | Downloaded darling_macro v0.23.0 |
| 570 | 2026-05-15T19:48:50.302Z | Downloaded adler2 v2.0.1 |
| 571 | 2026-05-15T19:48:50.305Z | Downloaded base16ct v0.2.0 |
| 572 | 2026-05-15T19:48:50.305Z | Downloaded block-padding v0.3.3 |
| 573 | 2026-05-15T19:48:50.308Z | Downloaded darling_macro v0.21.3 |
| 574 | 2026-05-15T19:48:50.308Z | Downloaded async-recursion v1.1.1 |
| 575 | 2026-05-15T19:48:50.311Z | Downloaded flagset v0.4.7 |
| 576 | 2026-05-15T19:48:50.314Z | Downloaded crc8 v0.1.1 |
| 577 | 2026-05-15T19:48:50.314Z | Downloaded darling_core v0.20.11 |
| 578 | 2026-05-15T19:48:50.317Z | Downloaded csv-core v0.1.13 |
| 579 | 2026-05-15T19:48:50.319Z | Downloaded assert_matches v1.5.0 |
| 580 | 2026-05-15T19:48:50.319Z | Downloaded ena v0.14.4 |
| 581 | 2026-05-15T19:48:50.322Z | Downloaded data-encoding v2.10.0 |
| 582 | 2026-05-15T19:48:50.322Z | Downloaded darling v0.20.11 |
| 583 | 2026-05-15T19:48:50.325Z | Downloaded bitfield-struct v0.6.2 |
| 584 | 2026-05-15T19:48:50.327Z | Downloaded dof v0.4.0 |
| 585 | 2026-05-15T19:48:50.327Z | Downloaded derive_more-impl v2.1.1 |
| 586 | 2026-05-15T19:48:50.330Z | Downloaded cbc v0.1.2 |
| 587 | 2026-05-15T19:48:50.333Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 588 | 2026-05-15T19:48:50.333Z | Downloaded getrandom v0.3.4 |
| 589 | 2026-05-15T19:48:50.335Z | Downloaded daft v0.1.5 |
| 590 | 2026-05-15T19:48:50.338Z | Downloaded buf-list v1.1.2 |
| 591 | 2026-05-15T19:48:50.338Z | Downloaded embedded-io v0.6.1 |
| 592 | 2026-05-15T19:48:50.341Z | Downloaded derive_builder v0.20.2 |
| 593 | 2026-05-15T19:48:50.344Z | Downloaded des v0.8.1 |
| 594 | 2026-05-15T19:48:50.346Z | Downloaded constant_time_eq v0.4.2 |
| 595 | 2026-05-15T19:48:50.346Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 596 | 2026-05-15T19:48:50.346Z | Downloaded embedded-io v0.4.0 |
| 597 | 2026-05-15T19:48:50.350Z | Downloaded backoff v0.4.0 |
| 598 | 2026-05-15T19:48:50.350Z | Downloaded dropshot_endpoint v0.17.0 |
| 599 | 2026-05-15T19:48:50.353Z | Downloaded dirs-next v2.0.0 |
| 600 | 2026-05-15T19:48:50.353Z | Downloaded bit-vec v0.6.3 |
| 601 | 2026-05-15T19:48:50.356Z | Downloaded fixedbitset v0.5.7 |
| 602 | 2026-05-15T19:48:50.356Z | Downloaded compression-core v0.4.31 |
| 603 | 2026-05-15T19:48:50.356Z | Downloaded cobs v0.3.0 |
| 604 | 2026-05-15T19:48:50.359Z | Downloaded bb8 v0.8.6 |
| 605 | 2026-05-15T19:48:50.359Z | Downloaded crossterm v0.28.1 |
| 606 | 2026-05-15T19:48:50.362Z | Downloaded fd-lock v4.0.4 |
| 607 | 2026-05-15T19:48:50.365Z | Downloaded dunce v1.0.5 |
| 608 | 2026-05-15T19:48:50.365Z | Downloaded downcast-rs v2.0.2 |
| 609 | 2026-05-15T19:48:50.365Z | Downloaded crucible-workspace-hack v0.1.0 |
| 610 | 2026-05-15T19:48:50.365Z | Downloaded dyn-clone v1.0.20 |
| 611 | 2026-05-15T19:48:50.368Z | Downloaded cpufeatures v0.3.0 |
| 612 | 2026-05-15T19:48:50.368Z | Downloaded fixedbitset v0.4.2 |
| 613 | 2026-05-15T19:48:50.368Z | Downloaded dtrace-parser v0.3.0 |
| 614 | 2026-05-15T19:48:50.371Z | Downloaded cmake v0.1.57 |
| 615 | 2026-05-15T19:48:50.371Z | Downloaded defmt v1.0.1 |
| 616 | 2026-05-15T19:48:50.373Z | Downloaded bitfield v0.19.4 |
| 617 | 2026-05-15T19:48:50.376Z | Downloaded document-features v0.2.12 |
| 618 | 2026-05-15T19:48:50.376Z | Downloaded endian-type v0.1.2 |
| 619 | 2026-05-15T19:48:50.376Z | Downloaded arrayref v0.3.9 |
| 620 | 2026-05-15T19:48:50.379Z | Downloaded cstr-argument v0.1.2 |
| 621 | 2026-05-15T19:48:50.379Z | Downloaded dsl_auto_type v0.2.0 |
| 622 | 2026-05-15T19:48:50.379Z | Downloaded crc v3.4.0 |
| 623 | 2026-05-15T19:48:50.381Z | Downloaded cookie v0.18.1 |
| 624 | 2026-05-15T19:48:50.381Z | Downloaded castaway v0.2.4 |
| 625 | 2026-05-15T19:48:50.384Z | Downloaded convert_case v0.4.0 |
| 626 | 2026-05-15T19:48:50.384Z | Downloaded bit-set v0.5.3 |
| 627 | 2026-05-15T19:48:50.384Z | Downloaded derive_builder_core v0.20.2 |
| 628 | 2026-05-15T19:48:50.387Z | Downloaded crypto-bigint v0.5.5 |
| 629 | 2026-05-15T19:48:50.389Z | Downloaded foreign-types v0.5.0 |
| 630 | 2026-05-15T19:48:50.392Z | Downloaded difflib v0.4.0 |
| 631 | 2026-05-15T19:48:50.392Z | Downloaded env_filter v1.0.0 |
| 632 | 2026-05-15T19:48:50.392Z | Downloaded dirs-sys-next v0.1.2 |
| 633 | 2026-05-15T19:48:50.395Z | Downloaded ciborium-io v0.2.2 |
| 634 | 2026-05-15T19:48:50.395Z | Downloaded base64ct v1.8.3 |
| 635 | 2026-05-15T19:48:50.397Z | Downloaded futures-sink v0.3.32 |
| 636 | 2026-05-15T19:48:50.397Z | Downloaded foreign-types v0.3.2 |
| 637 | 2026-05-15T19:48:50.400Z | Downloaded defmt-parser v1.0.0 |
| 638 | 2026-05-15T19:48:50.400Z | Downloaded aead v0.5.2 |
| 639 | 2026-05-15T19:48:50.400Z | Downloaded async-trait v0.1.89 |
| 640 | 2026-05-15T19:48:50.403Z | Downloaded console v0.15.11 |
| 641 | 2026-05-15T19:48:50.406Z | Downloaded gethostname v0.5.0 |
| 642 | 2026-05-15T19:48:50.406Z | Downloaded foreign-types-shared v0.3.1 |
| 643 | 2026-05-15T19:48:50.406Z | Downloaded foreign-types-macros v0.2.3 |
| 644 | 2026-05-15T19:48:50.408Z | Downloaded cfg_aliases v0.2.1 |
| 645 | 2026-05-15T19:48:50.408Z | Downloaded atty v0.2.14 |
| 646 | 2026-05-15T19:48:50.408Z | Downloaded array-init v0.0.4 |
| 647 | 2026-05-15T19:48:50.409Z | Downloaded foreign-types-shared v0.1.1 |
| 648 | 2026-05-15T19:48:50.411Z | Downloaded fxhash v0.2.1 |
| 649 | 2026-05-15T19:48:50.411Z | Downloaded futures-macro v0.3.32 |
| 650 | 2026-05-15T19:48:50.411Z | Downloaded futures-io v0.3.32 |
| 651 | 2026-05-15T19:48:50.411Z | Downloaded git-stub v1.0.0 |
| 652 | 2026-05-15T19:48:50.414Z | Downloaded defmt-macros v1.0.1 |
| 653 | 2026-05-15T19:48:50.414Z | Downloaded funty v2.0.0 |
| 654 | 2026-05-15T19:48:50.417Z | Downloaded ecdsa v0.16.9 |
| 655 | 2026-05-15T19:48:50.417Z | Downloaded crossbeam-epoch v0.9.18 |
| 656 | 2026-05-15T19:48:50.419Z | Downloaded crc32fast v1.5.0 |
| 657 | 2026-05-15T19:48:50.420Z | Downloaded async-stream-impl v0.3.6 |
| 658 | 2026-05-15T19:48:50.420Z | Downloaded async-stream v0.3.6 |
| 659 | 2026-05-15T19:48:50.422Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 660 | 2026-05-15T19:48:50.422Z | Downloaded const_format_proc_macros v0.2.34 |
| 661 | 2026-05-15T19:48:50.425Z | Downloaded display-error-chain v0.2.2 |
| 662 | 2026-05-15T19:48:50.425Z | Downloaded crunchy v0.2.4 |
| 663 | 2026-05-15T19:48:50.425Z | Downloaded enum-as-inner v0.6.1 |
| 664 | 2026-05-15T19:48:50.428Z | Downloaded chacha20 v0.9.1 |
| 665 | 2026-05-15T19:48:50.428Z | Downloaded bit-vec v0.8.0 |
| 666 | 2026-05-15T19:48:50.430Z | Downloaded float-ord v0.3.2 |
| 667 | 2026-05-15T19:48:50.430Z | Downloaded cipher v0.4.4 |
| 668 | 2026-05-15T19:48:50.430Z | Downloaded ahash v0.8.12 |
| 669 | 2026-05-15T19:48:50.433Z | Downloaded ascii-canvas v3.0.0 |
| 670 | 2026-05-15T19:48:50.433Z | Downloaded bit-set v0.8.0 |
| 671 | 2026-05-15T19:48:50.436Z | Downloaded debug-ignore v1.0.5 |
| 672 | 2026-05-15T19:48:50.436Z | Downloaded ghash v0.5.1 |
| 673 | 2026-05-15T19:48:50.439Z | Downloaded hex-literal v0.4.1 |
| 674 | 2026-05-15T19:48:50.439Z | Downloaded cexpr v0.6.0 |
| 675 | 2026-05-15T19:48:50.439Z | Downloaded float-cmp v0.10.0 |
| 676 | 2026-05-15T19:48:50.441Z | Downloaded darling_macro v0.20.11 |
| 677 | 2026-05-15T19:48:50.441Z | Downloaded base64 v0.22.1 |
| 678 | 2026-05-15T19:48:50.444Z | Downloaded headers-core v0.3.0 |
| 679 | 2026-05-15T19:48:50.444Z | Downloaded bitflags v1.3.2 |
| 680 | 2026-05-15T19:48:50.447Z | Downloaded futures-core v0.3.32 |
| 681 | 2026-05-15T19:48:50.447Z | Downloaded ciborium-ll v0.2.2 |
| 682 | 2026-05-15T19:48:50.447Z | Downloaded futures-executor v0.3.32 |
| 683 | 2026-05-15T19:48:50.450Z | Downloaded fallible-iterator v0.2.0 |
| 684 | 2026-05-15T19:48:50.450Z | Downloaded cassowary v0.3.0 |
| 685 | 2026-05-15T19:48:50.450Z | Downloaded hostname v0.3.1 |
| 686 | 2026-05-15T19:48:50.453Z | Downloaded http-body v1.0.1 |
| 687 | 2026-05-15T19:48:50.453Z | Downloaded ctr v0.9.2 |
| 688 | 2026-05-15T19:48:50.456Z | Downloaded hostname v0.4.2 |
| 689 | 2026-05-15T19:48:50.456Z | Downloaded foldhash v0.2.0 |
| 690 | 2026-05-15T19:48:50.456Z | Downloaded home v0.5.12 |
| 691 | 2026-05-15T19:48:50.458Z | Downloaded http-range v0.1.5 |
| 692 | 2026-05-15T19:48:50.458Z | Downloaded bcs v0.1.6 |
| 693 | 2026-05-15T19:48:50.458Z | Downloaded atomic-waker v1.1.2 |
| 694 | 2026-05-15T19:48:50.462Z | Downloaded erased-serde v0.3.31 |
| 695 | 2026-05-15T19:48:50.463Z | Downloaded compression-codecs v0.4.37 |
| 696 | 2026-05-15T19:48:50.465Z | Downloaded hex v0.4.3 |
| 697 | 2026-05-15T19:48:50.465Z | Downloaded convert_case v0.10.0 |
| 698 | 2026-05-15T19:48:50.465Z | Downloaded cargo_metadata v0.19.2 |
| 699 | 2026-05-15T19:48:50.468Z | Downloaded byte-wrapper v0.1.0 |
| 700 | 2026-05-15T19:48:50.468Z | Downloaded diff v0.1.13 |
| 701 | 2026-05-15T19:48:50.471Z | Downloaded futures-task v0.3.32 |
| 702 | 2026-05-15T19:48:50.471Z | Downloaded fs_extra v1.3.0 |
| 703 | 2026-05-15T19:48:50.474Z | Downloaded hash32 v0.3.1 |
| 704 | 2026-05-15T19:48:50.474Z | Downloaded illumos-nvpair v0.3.0 |
| 705 | 2026-05-15T19:48:50.476Z | Downloaded foldhash v0.1.5 |
| 706 | 2026-05-15T19:48:50.476Z | Downloaded corncobs v0.1.4 |
| 707 | 2026-05-15T19:48:50.479Z | Downloaded allocator-api2 v0.2.21 |
| 708 | 2026-05-15T19:48:50.479Z | Downloaded hubpack v0.1.2 |
| 709 | 2026-05-15T19:48:50.479Z | Downloaded darling v0.21.3 |
| 710 | 2026-05-15T19:48:50.483Z | Downloaded hubpack_derive v0.1.1 |
| 711 | 2026-05-15T19:48:50.485Z | Downloaded arrayvec v0.7.6 |
| 712 | 2026-05-15T19:48:50.485Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 713 | 2026-05-15T19:48:50.488Z | Downloaded indoc v1.0.9 |
| 714 | 2026-05-15T19:48:50.488Z | Downloaded arc-swap v1.8.2 |
| 715 | 2026-05-15T19:48:50.491Z | Downloaded internet-checksum v0.2.1 |
| 716 | 2026-05-15T19:48:50.491Z | Downloaded instant v0.1.13 |
| 717 | 2026-05-15T19:48:50.494Z | Downloaded instability v0.3.11 |
| 718 | 2026-05-15T19:48:50.494Z | Downloaded group v0.13.0 |
| 719 | 2026-05-15T19:48:50.494Z | Downloaded globwalk v0.9.1 |
| 720 | 2026-05-15T19:48:50.497Z | Downloaded derive_more v2.1.1 |
| 721 | 2026-05-15T19:48:50.501Z | Downloaded inout v0.1.4 |
| 722 | 2026-05-15T19:48:50.504Z | Downloaded filetime v0.2.27 |
| 723 | 2026-05-15T19:48:50.504Z | Downloaded is_ci v1.2.0 |
| 724 | 2026-05-15T19:48:50.507Z | Downloaded ff v0.13.1 |
| 725 | 2026-05-15T19:48:50.507Z | Downloaded daft-derive v0.1.5 |
| 726 | 2026-05-15T19:48:50.511Z | Downloaded is-terminal v0.4.17 |
| 727 | 2026-05-15T19:48:50.511Z | Downloaded blake2 v0.10.6 |
| 728 | 2026-05-15T19:48:50.513Z | Downloaded glob v0.3.3 |
| 729 | 2026-05-15T19:48:50.513Z | Downloaded cookie_store v0.22.1 |
| 730 | 2026-05-15T19:48:50.514Z | Downloaded camino-tempfile-ext v0.3.3 |
| 731 | 2026-05-15T19:48:50.516Z | Downloaded hyper-tls v0.6.0 |
| 732 | 2026-05-15T19:48:50.516Z | Downloaded http-body-util v0.1.3 |
| 733 | 2026-05-15T19:48:50.516Z | Downloaded highway v1.3.0 |
| 734 | 2026-05-15T19:48:50.519Z | Downloaded colored v2.2.0 |
| 735 | 2026-05-15T19:48:50.521Z | Downloaded kstat-rs v0.2.4 |
| 736 | 2026-05-15T19:48:50.522Z | Downloaded deranged v0.5.8 |
| 737 | 2026-05-15T19:48:50.522Z | Downloaded lazy_static v1.5.0 |
| 738 | 2026-05-15T19:48:50.524Z | Downloaded keccak v0.1.6 |
| 739 | 2026-05-15T19:48:50.524Z | Downloaded crossbeam-utils v0.8.21 |
| 740 | 2026-05-15T19:48:50.527Z | Downloaded git-stub-vcs v0.1.0 |
| 741 | 2026-05-15T19:48:50.527Z | Downloaded lalrpop-util v0.19.12 |
| 742 | 2026-05-15T19:48:50.527Z | Downloaded colored v3.1.1 |
| 743 | 2026-05-15T19:48:50.530Z | Downloaded bzip2 v0.4.4 |
| 744 | 2026-05-15T19:48:50.533Z | Downloaded bzip2 v0.6.1 |
| 745 | 2026-05-15T19:48:50.533Z | Downloaded humantime v2.3.0 |
| 746 | 2026-05-15T19:48:50.533Z | Downloaded ed25519-dalek v2.2.0 |
| 747 | 2026-05-15T19:48:50.536Z | Downloaded darling v0.23.0 |
| 748 | 2026-05-15T19:48:50.539Z | Downloaded libscf-sys v1.1.0 |
| 749 | 2026-05-15T19:48:50.539Z | Downloaded crc-any v2.5.0 |
| 750 | 2026-05-15T19:48:50.541Z | Downloaded const-oid v0.9.6 |
| 751 | 2026-05-15T19:48:50.544Z | Downloaded globset v0.4.18 |
| 752 | 2026-05-15T19:48:50.544Z | Downloaded fs-err v2.11.0 |
| 753 | 2026-05-15T19:48:50.544Z | Downloaded hyper-staticfile v0.10.1 |
| 754 | 2026-05-15T19:48:50.546Z | Downloaded md5 v0.7.0 |
| 755 | 2026-05-15T19:48:50.547Z | Downloaded httpdate v1.0.3 |
| 756 | 2026-05-15T19:48:50.549Z | Downloaded maybe-uninit v2.0.0 |
| 757 | 2026-05-15T19:48:50.549Z | Downloaded match_cfg v0.1.0 |
| 758 | 2026-05-15T19:48:50.549Z | Downloaded lru-slab v0.1.2 |
| 759 | 2026-05-15T19:48:50.549Z | Downloaded lru v0.12.5 |
| 760 | 2026-05-15T19:48:50.552Z | Downloaded linked-hash-map v0.5.6 |
| 761 | 2026-05-15T19:48:50.552Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 762 | 2026-05-15T19:48:50.555Z | Downloaded console v0.16.2 |
| 763 | 2026-05-15T19:48:50.555Z | Downloaded maplit v1.0.2 |
| 764 | 2026-05-15T19:48:50.555Z | Downloaded mime v0.3.17 |
| 765 | 2026-05-15T19:48:50.558Z | Downloaded memoffset v0.9.1 |
| 766 | 2026-05-15T19:48:50.558Z | Downloaded managed v0.8.0 |
| 767 | 2026-05-15T19:48:50.558Z | Downloaded lzss v0.8.2 |
| 768 | 2026-05-15T19:48:50.560Z | Downloaded indent_write v2.2.0 |
| 769 | 2026-05-15T19:48:50.560Z | Downloaded lru-cache v0.1.2 |
| 770 | 2026-05-15T19:48:50.560Z | Downloaded md-5 v0.10.6 |
| 771 | 2026-05-15T19:48:50.565Z | Downloaded indoc v2.0.7 |
| 772 | 2026-05-15T19:48:50.565Z | Downloaded newtype_derive v0.1.6 |
| 773 | 2026-05-15T19:48:50.568Z | Downloaded newtype-uuid-macros v0.1.0 |
| 774 | 2026-05-15T19:48:50.568Z | Downloaded crossbeam-deque v0.8.6 |
| 775 | 2026-05-15T19:48:50.568Z | Downloaded ingot-types v0.1.2 |
| 776 | 2026-05-15T19:48:50.568Z | Downloaded ingot v0.1.1 |
| 777 | 2026-05-15T19:48:50.568Z | Downloaded multimap v0.10.1 |
| 778 | 2026-05-15T19:48:50.571Z | Downloaded futures-channel v0.3.32 |
| 779 | 2026-05-15T19:48:50.571Z | Downloaded ipnetwork v0.21.1 |
| 780 | 2026-05-15T19:48:50.574Z | Downloaded ipnet v2.11.0 |
| 781 | 2026-05-15T19:48:50.574Z | Downloaded const_format v0.2.35 |
| 782 | 2026-05-15T19:48:50.577Z | Downloaded newline-converter v0.3.0 |
| 783 | 2026-05-15T19:48:50.577Z | Downloaded dropshot_endpoint v0.16.7 |
| 784 | 2026-05-15T19:48:50.579Z | Downloaded jobserver v0.1.34 |
| 785 | 2026-05-15T19:48:50.579Z | Downloaded getrandom v0.2.17 |
| 786 | 2026-05-15T19:48:50.582Z | Downloaded half v1.8.3 |
| 787 | 2026-05-15T19:48:50.582Z | Downloaded chacha20 v0.10.0 |
| 788 | 2026-05-15T19:48:50.585Z | Downloaded nibble_vec v0.1.0 |
| 789 | 2026-05-15T19:48:50.585Z | Downloaded new_debug_unreachable v1.0.6 |
| 790 | 2026-05-15T19:48:50.589Z | Downloaded fatfs v0.3.6 |
| 791 | 2026-05-15T19:48:50.589Z | Downloaded drift v0.1.4 |
| 792 | 2026-05-15T19:48:50.593Z | Downloaded num-conv v0.2.0 |
| 793 | 2026-05-15T19:48:50.596Z | Downloaded elliptic-curve v0.13.8 |
| 794 | 2026-05-15T19:48:50.600Z | Downloaded num v0.4.3 |
| 795 | 2026-05-15T19:48:50.600Z | Downloaded num_enum_derive v0.5.11 |
| 796 | 2026-05-15T19:48:50.600Z | Downloaded num-derive v0.3.3 |
| 797 | 2026-05-15T19:48:50.603Z | Downloaded num-iter v0.1.45 |
| 798 | 2026-05-15T19:48:50.603Z | Downloaded num-derive v0.4.2 |
| 799 | 2026-05-15T19:48:50.603Z | Downloaded normalize-line-endings v0.3.0 |
| 800 | 2026-05-15T19:48:50.603Z | Downloaded nonempty v0.12.0 |
| 801 | 2026-05-15T19:48:50.603Z | Downloaded openssl-macros v0.1.1 |
| 802 | 2026-05-15T19:48:50.606Z | Downloaded opaque-debug v0.3.1 |
| 803 | 2026-05-15T19:48:50.606Z | Downloaded nodrop v0.1.14 |
| 804 | 2026-05-15T19:48:50.606Z | Downloaded libsw-core v0.3.2 |
| 805 | 2026-05-15T19:48:50.606Z | Downloaded olpc-cjson v0.1.4 |
| 806 | 2026-05-15T19:48:50.609Z | Downloaded libloading v0.8.9 |
| 807 | 2026-05-15T19:48:50.609Z | Downloaded libefi-sys v0.1.0 |
| 808 | 2026-05-15T19:48:50.611Z | Downloaded iana-time-zone v0.1.65 |
| 809 | 2026-05-15T19:48:50.611Z | Downloaded openssl-probe v0.2.1 |
| 810 | 2026-05-15T19:48:50.614Z | Downloaded base64 v0.21.7 |
| 811 | 2026-05-15T19:48:50.617Z | Downloaded lock_api v0.4.14 |
| 812 | 2026-05-15T19:48:50.617Z | Downloaded hyper-rustls v0.27.7 |
| 813 | 2026-05-15T19:48:50.619Z | Downloaded httparse v1.10.1 |
| 814 | 2026-05-15T19:48:50.622Z | Downloaded oso-derive v0.27.3 |
| 815 | 2026-05-15T19:48:50.622Z | Downloaded async-compression v0.4.41 |
| 816 | 2026-05-15T19:48:50.625Z | Downloaded openssl-probe v0.1.6 |
| 817 | 2026-05-15T19:48:50.625Z | Downloaded num_threads v0.1.7 |
| 818 | 2026-05-15T19:48:50.643Z | Downloaded parse-display v0.10.0 |
| 819 | 2026-05-15T19:48:50.643Z | Downloaded linear-map v1.2.0 |
| 820 | 2026-05-15T19:48:50.643Z | Downloaded packed_struct_codegen v0.10.1 |
| 821 | 2026-05-15T19:48:50.643Z | Downloaded ingot-macros v0.1.1 |
| 822 | 2026-05-15T19:48:50.643Z | Downloaded futures v0.3.32 |
| 823 | 2026-05-15T19:48:50.643Z | Downloaded nanorand v0.7.0 |
| 824 | 2026-05-15T19:48:50.643Z | Downloaded compact_str v0.8.1 |
| 825 | 2026-05-15T19:48:50.643Z | Downloaded chacha20poly1305 v0.10.1 |
| 826 | 2026-05-15T19:48:50.643Z | Downloaded derive-where v1.6.0 |
| 827 | 2026-05-15T19:48:50.643Z | Downloaded parse-size v1.1.0 |
| 828 | 2026-05-15T19:48:50.644Z | Downloaded hmac v0.12.1 |
| 829 | 2026-05-15T19:48:50.644Z | Downloaded diesel-dtrace v0.5.0 |
| 830 | 2026-05-15T19:48:50.646Z | Downloaded peg-runtime v0.8.5 |
| 831 | 2026-05-15T19:48:50.646Z | Downloaded env_logger v0.11.9 |
| 832 | 2026-05-15T19:48:50.646Z | Downloaded either v1.15.0 |
| 833 | 2026-05-15T19:48:50.647Z | Downloaded newtype-uuid v1.3.2 |
| 834 | 2026-05-15T19:48:50.650Z | Downloaded phf_shared v0.12.1 |
| 835 | 2026-05-15T19:48:50.650Z | Downloaded ar_archive_writer v0.5.1 |
| 836 | 2026-05-15T19:48:50.654Z | Downloaded phf_shared v0.11.3 |
| 837 | 2026-05-15T19:48:50.654Z | Downloaded multer v3.1.0 |
| 838 | 2026-05-15T19:48:50.654Z | Downloaded ed25519 v2.2.3 |
| 839 | 2026-05-15T19:48:50.657Z | Downloaded flume v0.11.1 |
| 840 | 2026-05-15T19:48:50.657Z | Downloaded native-tls v0.2.18 |
| 841 | 2026-05-15T19:48:50.660Z | Downloaded darling_core v0.23.0 |
| 842 | 2026-05-15T19:48:50.663Z | Downloaded pbkdf2 v0.12.2 |
| 843 | 2026-05-15T19:48:50.663Z | Downloaded pbkdf2 v0.11.0 |
| 844 | 2026-05-15T19:48:50.663Z | Downloaded pin-utils v0.1.0 |
| 845 | 2026-05-15T19:48:50.666Z | Downloaded nu-ansi-term v0.50.3 |
| 846 | 2026-05-15T19:48:50.666Z | Downloaded path-slash v0.1.5 |
| 847 | 2026-05-15T19:48:50.666Z | Downloaded der_derive v0.7.3 |
| 848 | 2026-05-15T19:48:50.669Z | Downloaded find-msvc-tools v0.1.9 |
| 849 | 2026-05-15T19:48:50.669Z | Downloaded num_enum v0.7.5 |
| 850 | 2026-05-15T19:48:50.671Z | Downloaded phf_shared v0.13.1 |
| 851 | 2026-05-15T19:48:50.674Z | Downloaded num_enum v0.5.11 |
| 852 | 2026-05-15T19:48:50.677Z | Downloaded num-rational v0.4.2 |
| 853 | 2026-05-15T19:48:50.691Z | Downloaded predicates-tree v1.0.13 |
| 854 | 2026-05-15T19:48:50.693Z | Downloaded precomputed-hash v0.1.1 |
| 855 | 2026-05-15T19:48:50.693Z | Downloaded half v2.7.1 |
| 856 | 2026-05-15T19:48:50.696Z | Downloaded predicates-core v1.0.10 |
| 857 | 2026-05-15T19:48:50.696Z | Downloaded packed_struct v0.10.1 |
| 858 | 2026-05-15T19:48:50.696Z | Downloaded oxnet v0.1.4 |
| 859 | 2026-05-15T19:48:50.699Z | Downloaded oxide-tokio-rt v0.1.4 |
| 860 | 2026-05-15T19:48:50.699Z | Downloaded progenitor-client v0.11.2 |
| 861 | 2026-05-15T19:48:50.702Z | Downloaded proc-macro-crate v3.4.0 |
| 862 | 2026-05-15T19:48:50.702Z | Downloaded proc-macro-crate v1.3.1 |
| 863 | 2026-05-15T19:48:50.702Z | Downloaded heapless v0.8.0 |
| 864 | 2026-05-15T19:48:50.705Z | Downloaded owo-colors v4.3.0 |
| 865 | 2026-05-15T19:48:50.705Z | Downloaded paste v1.0.15 |
| 866 | 2026-05-15T19:48:50.707Z | Downloaded password-hash v0.5.0 |
| 867 | 2026-05-15T19:48:50.710Z | Downloaded password-hash v0.4.2 |
| 868 | 2026-05-15T19:48:50.710Z | Downloaded parse-display-derive v0.10.0 |
| 869 | 2026-05-15T19:48:50.710Z | Downloaded aes v0.8.4 |
| 870 | 2026-05-15T19:48:50.713Z | Downloaded progenitor-client v0.10.0 |
| 871 | 2026-05-15T19:48:50.713Z | Downloaded progenitor-macro v0.11.2 |
| 872 | 2026-05-15T19:48:50.715Z | Downloaded derive_more v0.99.20 |
| 873 | 2026-05-15T19:48:50.718Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 874 | 2026-05-15T19:48:50.718Z | Downloaded phf v0.12.1 |
| 875 | 2026-05-15T19:48:50.718Z | Downloaded progenitor-macro v0.14.0 |
| 876 | 2026-05-15T19:48:50.721Z | Downloaded quick-error v1.2.3 |
| 877 | 2026-05-15T19:48:50.721Z | Downloaded psl-types v2.0.11 |
| 878 | 2026-05-15T19:48:50.721Z | Downloaded parking_lot_core v0.8.6 |
| 879 | 2026-05-15T19:48:50.724Z | Downloaded pem-rfc7468 v0.7.0 |
| 880 | 2026-05-15T19:48:50.724Z | Downloaded peg v0.8.5 |
| 881 | 2026-05-15T19:48:50.727Z | Downloaded cc v1.2.56 |
| 882 | 2026-05-15T19:48:50.729Z | Downloaded pem v3.0.6 |
| 883 | 2026-05-15T19:48:50.729Z | Downloaded libbz2-rs-sys v0.2.2 |
| 884 | 2026-05-15T19:48:50.732Z | Downloaded crossterm v0.29.0 |
| 885 | 2026-05-15T19:48:50.734Z | Downloaded radium v0.7.0 |
| 886 | 2026-05-15T19:48:50.734Z | Downloaded progenitor-macro v0.10.0 |
| 887 | 2026-05-15T19:48:50.738Z | Downloaded pkcs8 v0.10.2 |
| 888 | 2026-05-15T19:48:50.738Z | Downloaded phf v0.13.1 |
| 889 | 2026-05-15T19:48:50.741Z | Downloaded rand_chacha v0.3.1 |
| 890 | 2026-05-15T19:48:50.741Z | Downloaded postgres-protocol v0.6.10 |
| 891 | 2026-05-15T19:48:50.744Z | Downloaded pkg-config v0.3.32 |
| 892 | 2026-05-15T19:48:50.744Z | Downloaded pin-project-lite v0.2.17 |
| 893 | 2026-05-15T19:48:50.746Z | Downloaded ppv-lite86 v0.2.21 |
| 894 | 2026-05-15T19:48:50.749Z | Downloaded heapless v0.7.17 |
| 895 | 2026-05-15T19:48:50.752Z | Downloaded powerfmt v0.2.0 |
| 896 | 2026-05-15T19:48:50.752Z | Downloaded rand_xorshift v0.4.0 |
| 897 | 2026-05-15T19:48:50.752Z | Downloaded poly1305 v0.8.0 |
| 898 | 2026-05-15T19:48:50.755Z | Downloaded memmap2 v0.9.10 |
| 899 | 2026-05-15T19:48:50.758Z | Downloaded omicron-zone-package v0.12.2 |
| 900 | 2026-05-15T19:48:50.758Z | Downloaded litrs v1.0.0 |
| 901 | 2026-05-15T19:48:50.761Z | Downloaded pin-project-internal v1.1.11 |
| 902 | 2026-05-15T19:48:50.761Z | Downloaded progenitor-extras v0.2.0 |
| 903 | 2026-05-15T19:48:50.763Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 904 | 2026-05-15T19:48:50.763Z | Downloaded recursive v0.1.1 |
| 905 | 2026-05-15T19:48:50.763Z | Downloaded progenitor-client v0.14.0 |
| 906 | 2026-05-15T19:48:50.766Z | Downloaded progenitor-client v0.13.0 |
| 907 | 2026-05-15T19:48:50.766Z | Downloaded predicates v3.1.4 |
| 908 | 2026-05-15T19:48:50.769Z | Downloaded primeorder v0.13.6 |
| 909 | 2026-05-15T19:48:50.769Z | Downloaded peg-macros v0.8.5 |
| 910 | 2026-05-15T19:48:50.769Z | Downloaded parking_lot_core v0.9.12 |
| 911 | 2026-05-15T19:48:50.772Z | Downloaded bumpalo v3.20.2 |
| 912 | 2026-05-15T19:48:50.774Z | Downloaded num-integer v0.1.46 |
| 913 | 2026-05-15T19:48:50.774Z | Downloaded progenitor v0.10.0 |
| 914 | 2026-05-15T19:48:50.774Z | Downloaded psm v0.1.30 |
| 915 | 2026-05-15T19:48:50.777Z | Downloaded ref-cast-impl v1.0.25 |
| 916 | 2026-05-15T19:48:50.777Z | Downloaded progenitor-macro v0.13.0 |
| 917 | 2026-05-15T19:48:50.779Z | Downloaded progenitor v0.14.0 |
| 918 | 2026-05-15T19:48:50.779Z | Downloaded rfc6979 v0.4.0 |
| 919 | 2026-05-15T19:48:50.779Z | Downloaded progenitor v0.13.0 |
| 920 | 2026-05-15T19:48:50.783Z | Downloaded bytes v1.11.1 |
| 921 | 2026-05-15T19:48:50.785Z | Downloaded parking_lot v0.11.2 |
| 922 | 2026-05-15T19:48:50.785Z | Downloaded crossbeam-channel v0.5.15 |
| 923 | 2026-05-15T19:48:50.788Z | Downloaded progenitor v0.11.2 |
| 924 | 2026-05-15T19:48:50.788Z | Downloaded proc-macro-error2 v2.0.1 |
| 925 | 2026-05-15T19:48:50.791Z | Downloaded expectorate v1.2.0 |
| 926 | 2026-05-15T19:48:50.794Z | Downloaded aho-corasick v1.1.4 |
| 927 | 2026-05-15T19:48:50.796Z | Downloaded num_enum_derive v0.7.5 |
| 928 | 2026-05-15T19:48:50.796Z | Downloaded indicatif v0.18.4 |
| 929 | 2026-05-15T19:48:50.799Z | Downloaded russh-cryptovec v0.7.3 |
| 930 | 2026-05-15T19:48:50.801Z | Downloaded rtoolbox v0.0.3 |
| 931 | 2026-05-15T19:48:50.801Z | Downloaded num-complex v0.4.6 |
| 932 | 2026-05-15T19:48:50.802Z | Downloaded postgres-types v0.2.12 |
| 933 | 2026-05-15T19:48:50.804Z | Downloaded pkcs1 v0.7.5 |
| 934 | 2026-05-15T19:48:50.807Z | Downloaded mime_guess v2.0.5 |
| 935 | 2026-05-15T19:48:50.807Z | Downloaded rand_chacha v0.9.0 |
| 936 | 2026-05-15T19:48:50.809Z | Downloaded polyval v0.6.2 |
| 937 | 2026-05-15T19:48:50.809Z | Downloaded indexmap v1.9.3 |
| 938 | 2026-05-15T19:48:50.813Z | Downloaded rustc_version v0.4.1 |
| 939 | 2026-05-15T19:48:50.813Z | Downloaded rustc_version v0.1.7 |
| 940 | 2026-05-15T19:48:50.813Z | Downloaded rustc-hash v2.1.1 |
| 941 | 2026-05-15T19:48:50.816Z | Downloaded hickory-resolver v0.24.4 |
| 942 | 2026-05-15T19:48:50.816Z | Downloaded ignore v0.4.25 |
| 943 | 2026-05-15T19:48:50.819Z | Downloaded libsw v3.5.0 |
| 944 | 2026-05-15T19:48:50.819Z | Downloaded ident_case v1.0.1 |
| 945 | 2026-05-15T19:48:50.823Z | Downloaded rand_seeder v0.4.0 |
| 946 | 2026-05-15T19:48:50.823Z | Downloaded rand_core v0.10.0 |
| 947 | 2026-05-15T19:48:50.826Z | Downloaded parking_lot v0.12.5 |
| 948 | 2026-05-15T19:48:50.826Z | Downloaded postcard v1.1.3 |
| 949 | 2026-05-15T19:48:50.829Z | Downloaded r2d2 v0.8.10 |
| 950 | 2026-05-15T19:48:50.829Z | Downloaded oso v0.27.3 |
| 951 | 2026-05-15T19:48:50.832Z | Downloaded headers v0.4.1 |
| 952 | 2026-05-15T19:48:50.835Z | Downloaded der v0.7.10 |
| 953 | 2026-05-15T19:48:50.837Z | Downloaded hickory-resolver v0.25.2 |
| 954 | 2026-05-15T19:48:50.840Z | Downloaded papergrid v0.17.0 |
| 955 | 2026-05-15T19:48:50.843Z | Downloaded flate2 v1.1.9 |
| 956 | 2026-05-15T19:48:50.846Z | Downloaded sapling-renderdag v0.1.0 |
| 957 | 2026-05-15T19:48:50.846Z | Downloaded salsa20 v0.10.2 |
| 958 | 2026-05-15T19:48:50.846Z | Downloaded darling_core v0.21.3 |
| 959 | 2026-05-15T19:48:50.851Z | Downloaded same-file v1.0.6 |
| 960 | 2026-05-15T19:48:50.853Z | Downloaded clang-sys v1.8.1 |
| 961 | 2026-05-15T19:48:50.853Z | Downloaded scroll_derive v0.13.1 |
| 962 | 2026-05-15T19:48:50.853Z | Downloaded seq-macro v0.3.6 |
| 963 | 2026-05-15T19:48:50.856Z | Downloaded scrypt v0.11.0 |
| 964 | 2026-05-15T19:48:50.856Z | Downloaded scheduled-thread-pool v0.2.7 |
| 965 | 2026-05-15T19:48:50.856Z | Downloaded ciborium v0.2.2 |
| 966 | 2026-05-15T19:48:50.859Z | Downloaded cancel-safe-futures v0.1.5 |
| 967 | 2026-05-15T19:48:50.861Z | Downloaded async-bb8-diesel v0.2.1 |
| 968 | 2026-05-15T19:48:50.861Z | Downloaded argon2 v0.5.3 |
| 969 | 2026-05-15T19:48:50.864Z | Downloaded blowfish v0.9.1 |
| 970 | 2026-05-15T19:48:50.864Z | Downloaded hash32 v0.2.1 |
| 971 | 2026-05-15T19:48:50.864Z | Downloaded derive-ex v0.1.8 |
| 972 | 2026-05-15T19:48:50.869Z | Downloaded secrecy v0.8.0 |
| 973 | 2026-05-15T19:48:50.872Z | Downloaded resolv-conf v0.7.6 |
| 974 | 2026-05-15T19:48:50.872Z | Downloaded secrecy v0.10.3 |
| 975 | 2026-05-15T19:48:50.875Z | Downloaded serde_plain v1.0.2 |
| 976 | 2026-05-15T19:48:50.877Z | Downloaded pin-project v1.1.11 |
| 977 | 2026-05-15T19:48:50.882Z | Downloaded shell-words v1.1.1 |
| 978 | 2026-05-15T19:48:50.885Z | Downloaded serde_urlencoded v0.7.1 |
| 979 | 2026-05-15T19:48:50.885Z | Downloaded sha1 v0.10.6 |
| 980 | 2026-05-15T19:48:50.888Z | Downloaded rand_core v0.6.4 |
| 981 | 2026-05-15T19:48:50.888Z | Downloaded http v1.4.0 |
| 982 | 2026-05-15T19:48:50.890Z | Downloaded hickory-server v0.25.2 |
| 983 | 2026-05-15T19:48:50.893Z | Downloaded prefix-trie v0.7.0 |
| 984 | 2026-05-15T19:48:50.893Z | Downloaded rustls-pemfile v1.0.4 |
| 985 | 2026-05-15T19:48:50.896Z | Downloaded aes-gcm v0.10.3 |
| 986 | 2026-05-15T19:48:50.898Z | Downloaded serde_spanned v1.0.4 |
| 987 | 2026-05-15T19:48:50.898Z | Downloaded rustls-pemfile v2.2.0 |
| 988 | 2026-05-15T19:48:50.901Z | Downloaded signal-hook-tokio v0.3.1 |
| 989 | 2026-05-15T19:48:50.901Z | Downloaded signature v2.2.0 |
| 990 | 2026-05-15T19:48:50.901Z | Downloaded serde_repr v0.1.20 |
| 991 | 2026-05-15T19:48:50.904Z | Downloaded quinn-udp v0.5.14 |
| 992 | 2026-05-15T19:48:50.904Z | Downloaded siphasher v1.0.2 |
| 993 | 2026-05-15T19:48:50.907Z | Downloaded p256 v0.13.2 |
| 994 | 2026-05-15T19:48:50.907Z | Downloaded ref-cast v1.0.25 |
| 995 | 2026-05-15T19:48:50.909Z | Downloaded rand_core v0.9.5 |
| 996 | 2026-05-15T19:48:50.909Z | Downloaded openssl-sys v0.9.115 |
| 997 | 2026-05-15T19:48:50.912Z | Downloaded serde_bytes v0.11.19 |
| 998 | 2026-05-15T19:48:50.915Z | Downloaded slog-bunyan v2.5.0 |
| 999 | 2026-05-15T19:48:50.915Z | Downloaded sigpipe v0.1.3 |
| 1000 | 2026-05-15T19:48:50.917Z | Downloaded scopeguard v1.2.0 |
| 1001 | 2026-05-15T19:48:50.918Z | Downloaded rustversion v1.0.22 |
| 1002 | 2026-05-15T19:48:50.918Z | Downloaded serde-big-array v0.5.1 |
| 1003 | 2026-05-15T19:48:50.921Z | Downloaded semver v0.1.20 |
| 1004 | 2026-05-15T19:48:50.921Z | Downloaded miniz_oxide v0.8.9 |
| 1005 | 2026-05-15T19:48:50.924Z | Downloaded jiff-static v0.2.21 |
| 1006 | 2026-05-15T19:48:50.924Z | Downloaded schemars_derive v0.8.22 |
| 1007 | 2026-05-15T19:48:50.924Z | Downloaded dropshot-api-manager v0.7.1 |
| 1008 | 2026-05-15T19:48:50.927Z | Downloaded minimal-lexical v0.2.1 |
| 1009 | 2026-05-15T19:48:50.929Z | Downloaded progenitor-impl v0.10.0 |
| 1010 | 2026-05-15T19:48:50.932Z | Downloaded progenitor-impl v0.11.2 |
| 1011 | 2026-05-15T19:48:50.932Z | Downloaded pkcs5 v0.7.1 |
| 1012 | 2026-05-15T19:48:50.935Z | Downloaded sec1 v0.7.3 |
| 1013 | 2026-05-15T19:48:50.939Z | Downloaded slog-envlogger v2.2.0 |
| 1014 | 2026-05-15T19:48:50.942Z | Downloaded hyper-util v0.1.20 |
| 1015 | 2026-05-15T19:48:50.945Z | Downloaded serde_derive_internals v0.29.1 |
| 1016 | 2026-05-15T19:48:50.948Z | Downloaded serde-hex v0.1.0 |
| 1017 | 2026-05-15T19:48:50.953Z | Downloaded russh-keys v0.45.0 |
| 1018 | 2026-05-15T19:48:50.957Z | Downloaded hashbrown v0.12.3 |
| 1019 | 2026-05-15T19:48:50.963Z | Downloaded progenitor-impl v0.14.0 |
| 1020 | 2026-05-15T19:48:50.966Z | Downloaded signal-hook-mio v0.2.5 |
| 1021 | 2026-05-15T19:48:50.968Z | Downloaded signal-hook-registry v1.4.8 |
| 1022 | 2026-05-15T19:48:50.969Z | Downloaded rustls-native-certs v0.8.3 |
| 1023 | 2026-05-15T19:48:50.971Z | Downloaded ssh-encoding v0.2.0 |
| 1024 | 2026-05-15T19:48:50.971Z | Downloaded ssh-cipher v0.2.0 |
| 1025 | 2026-05-15T19:48:50.974Z | Downloaded sqlparser_derive v0.5.0 |
| 1026 | 2026-05-15T19:48:50.974Z | Downloaded shlex v1.3.0 |
| 1027 | 2026-05-15T19:48:50.974Z | Downloaded diesel_derives v2.3.7 |
| 1028 | 2026-05-15T19:48:50.977Z | Downloaded rustls-pki-types v1.14.0 |
| 1029 | 2026-05-15T19:48:50.980Z | Downloaded prettyplease v0.2.37 |
| 1030 | 2026-05-15T19:48:50.982Z | Downloaded rcgen v0.12.1 |
| 1031 | 2026-05-15T19:48:50.985Z | Downloaded itertools v0.10.5 |
| 1032 | 2026-05-15T19:48:50.989Z | Downloaded rusty-fork v0.3.1 |
| 1033 | 2026-05-15T19:48:50.989Z | Downloaded structmeta v0.3.0 |
| 1034 | 2026-05-15T19:48:50.992Z | Downloaded slog-dtrace v0.3.0 |
| 1035 | 2026-05-15T19:48:50.992Z | Downloaded strum v0.27.2 |
| 1036 | 2026-05-15T19:48:50.992Z | Downloaded structmeta-derive v0.3.0 |
| 1037 | 2026-05-15T19:48:50.992Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1038 | 2026-05-15T19:48:50.995Z | Downloaded sync_wrapper v1.0.2 |
| 1039 | 2026-05-15T19:48:50.995Z | Downloaded subtle v2.6.1 |
| 1040 | 2026-05-15T19:48:50.995Z | Downloaded strum v0.26.3 |
| 1041 | 2026-05-15T19:48:50.995Z | Downloaded slog-async v2.8.0 |
| 1042 | 2026-05-15T19:48:50.999Z | Downloaded supports-color v3.0.2 |
| 1043 | 2026-05-15T19:48:50.999Z | Downloaded sct v0.7.1 |
| 1044 | 2026-05-15T19:48:51.004Z | Downloaded slab v0.4.12 |
| 1045 | 2026-05-15T19:48:51.004Z | Downloaded simd-adler32 v0.3.8 |
| 1046 | 2026-05-15T19:48:51.004Z | Downloaded hashbrown v0.13.2 |
| 1047 | 2026-05-15T19:48:51.005Z | Downloaded smallvec v0.6.14 |
| 1048 | 2026-05-15T19:48:51.007Z | Downloaded slog-json v2.6.1 |
| 1049 | 2026-05-15T19:48:51.008Z | Downloaded pretty_assertions v1.4.1 |
| 1050 | 2026-05-15T19:48:51.008Z | Downloaded tabwriter v1.4.1 |
| 1051 | 2026-05-15T19:48:51.011Z | Downloaded progenitor-impl v0.13.0 |
| 1052 | 2026-05-15T19:48:51.011Z | Downloaded slog-scope v4.4.1 |
| 1053 | 2026-05-15T19:48:51.011Z | Downloaded sync-ptr v0.1.4 |
| 1054 | 2026-05-15T19:48:51.015Z | Downloaded take_mut v0.2.2 |
| 1055 | 2026-05-15T19:48:51.018Z | Downloaded scroll v0.13.0 |
| 1056 | 2026-05-15T19:48:51.021Z | Downloaded tap v1.0.1 |
| 1057 | 2026-05-15T19:48:51.021Z | Downloaded tagptr v0.2.0 |
| 1058 | 2026-05-15T19:48:51.021Z | Downloaded spki v0.7.3 |
| 1059 | 2026-05-15T19:48:51.024Z | Downloaded snafu-derive v0.8.9 |
| 1060 | 2026-05-15T19:48:51.024Z | Downloaded slog-term v2.9.2 |
| 1061 | 2026-05-15T19:48:51.028Z | Downloaded serde_with_macros v3.17.0 |
| 1062 | 2026-05-15T19:48:51.034Z | Downloaded sqlformat v0.3.5 |
| 1063 | 2026-05-15T19:48:51.039Z | Downloaded ron v0.8.1 |
| 1064 | 2026-05-15T19:48:51.048Z | Downloaded thread-id v5.1.0 |
| 1065 | 2026-05-15T19:48:51.048Z | Downloaded testing_table v0.3.0 |
| 1066 | 2026-05-15T19:48:51.048Z | Downloaded termtree v0.5.1 |
| 1067 | 2026-05-15T19:48:51.048Z | Downloaded smf v0.2.3 |
| 1068 | 2026-05-15T19:48:51.049Z | Downloaded serde_path_to_error v0.1.20 |
| 1069 | 2026-05-15T19:48:51.054Z | Downloaded time-core v0.1.8 |
| 1070 | 2026-05-15T19:48:51.057Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1071 | 2026-05-15T19:48:51.057Z | Downloaded static_assertions v1.1.0 |
| 1072 | 2026-05-15T19:48:51.057Z | Downloaded tokio-macros v2.7.0 |
| 1073 | 2026-05-15T19:48:51.057Z | Downloaded tinyvec_macros v0.1.1 |
| 1074 | 2026-05-15T19:48:51.057Z | Downloaded string_cache v0.8.9 |
| 1075 | 2026-05-15T19:48:51.069Z | Downloaded hashbrown v0.16.1 |
| 1076 | 2026-05-15T19:48:51.080Z | Downloaded strum_macros v0.27.2 |
| 1077 | 2026-05-15T19:48:51.081Z | Downloaded strum_macros v0.26.4 |
| 1078 | 2026-05-15T19:48:51.081Z | Downloaded strum_macros v0.24.3 |
| 1079 | 2026-05-15T19:48:51.081Z | Downloaded stringprep v0.1.5 |
| 1080 | 2026-05-15T19:48:51.081Z | Downloaded schemars v0.8.22 |
| 1081 | 2026-05-15T19:48:51.081Z | Downloaded quinn v0.11.9 |
| 1082 | 2026-05-15T19:48:51.085Z | Downloaded tabled_derive v0.11.0 |
| 1083 | 2026-05-15T19:48:51.085Z | Downloaded slog-stdlog v4.1.1 |
| 1084 | 2026-05-15T19:48:51.085Z | Downloaded rayon-core v1.13.0 |
| 1085 | 2026-05-15T19:48:51.085Z | Downloaded publicsuffix v2.3.0 |
| 1086 | 2026-05-15T19:48:51.086Z | Downloaded rand v0.8.6 |
| 1087 | 2026-05-15T19:48:51.090Z | Downloaded mio v1.2.0 |
| 1088 | 2026-05-15T19:48:51.090Z | Downloaded stacker v0.1.23 |
| 1089 | 2026-05-15T19:48:51.094Z | Downloaded ryu v1.0.23 |
| 1090 | 2026-05-15T19:48:51.094Z | Downloaded spin v0.9.8 |
| 1091 | 2026-05-15T19:48:51.100Z | Downloaded tower-layer v0.3.3 |
| 1092 | 2026-05-15T19:48:51.100Z | Downloaded libxml v0.3.3 |
| 1093 | 2026-05-15T19:48:51.100Z | Downloaded trait-variant v0.1.2 |
| 1094 | 2026-05-15T19:48:51.105Z | Downloaded hashbrown v0.15.5 |
| 1095 | 2026-05-15T19:48:51.105Z | Downloaded signal-hook v0.3.18 |
| 1096 | 2026-05-15T19:48:51.108Z | Downloaded termios v0.3.3 |
| 1097 | 2026-05-15T19:48:51.111Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1098 | 2026-05-15T19:48:51.115Z | Downloaded nom v7.1.3 |
| 1099 | 2026-05-15T19:48:51.123Z | Downloaded try-lock v0.2.5 |
| 1100 | 2026-05-15T19:48:51.123Z | Downloaded tower-service v0.3.3 |
| 1101 | 2026-05-15T19:48:51.123Z | Downloaded topological-sort v0.2.2 |
| 1102 | 2026-05-15T19:48:51.123Z | Downloaded thread_local v1.1.9 |
| 1103 | 2026-05-15T19:48:51.123Z | Downloaded thiserror-no-std v2.0.2 |
| 1104 | 2026-05-15T19:48:51.129Z | Downloaded similar v2.7.0 |
| 1105 | 2026-05-15T19:48:51.144Z | Downloaded tls_codec_derive v0.4.2 |
| 1106 | 2026-05-15T19:48:51.144Z | Downloaded tls_codec v0.4.2 |
| 1107 | 2026-05-15T19:48:51.144Z | Downloaded tiny-keccak v2.0.2 |
| 1108 | 2026-05-15T19:48:51.187Z | Downloaded slog v2.8.2 |
| 1109 | 2026-05-15T19:48:51.187Z | Downloaded tokio-native-tls v0.3.1 |
| 1110 | 2026-05-15T19:48:51.187Z | Downloaded time-macros v0.2.27 |
| 1111 | 2026-05-15T19:48:51.187Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1112 | 2026-05-15T19:48:51.187Z | Downloaded iri-string v0.7.10 |
| 1113 | 2026-05-15T19:48:51.188Z | Downloaded unit-prefix v0.5.2 |
| 1114 | 2026-05-15T19:48:51.188Z | Downloaded typify-macro v0.6.2 |
| 1115 | 2026-05-15T19:48:51.189Z | Downloaded untrusted v0.9.0 |
| 1116 | 2026-05-15T19:48:51.189Z | Downloaded unarray v0.1.4 |
| 1117 | 2026-05-15T19:48:51.189Z | Downloaded support-bundle-viewer v0.1.2 |
| 1118 | 2026-05-15T19:48:51.189Z | Downloaded itertools v0.13.0 |
| 1119 | 2026-05-15T19:48:51.189Z | Downloaded serde_cbor v0.11.2 |
| 1120 | 2026-05-15T19:48:51.189Z | Downloaded qorb v0.4.1 |
| 1121 | 2026-05-15T19:48:51.189Z | Downloaded tokio-rustls v0.25.0 |
| 1122 | 2026-05-15T19:48:51.223Z | Downloaded usdt-attr-macro v0.6.0 |
| 1123 | 2026-05-15T19:48:51.223Z | Downloaded universal-hash v0.5.1 |
| 1124 | 2026-05-15T19:48:51.224Z | Downloaded unicode-truncate v1.1.0 |
| 1125 | 2026-05-15T19:48:51.224Z | Downloaded schemars v0.9.0 |
| 1126 | 2026-05-15T19:48:51.224Z | Downloaded utf-8 v0.7.6 |
| 1127 | 2026-05-15T19:48:51.224Z | Downloaded usdt v0.6.0 |
| 1128 | 2026-05-15T19:48:51.224Z | Downloaded rustls-webpki v0.103.9 |
| 1129 | 2026-05-15T19:48:51.224Z | Downloaded void v1.0.2 |
| 1130 | 2026-05-15T19:48:51.224Z | Downloaded hyper v1.8.1 |
| 1131 | 2026-05-15T19:48:51.224Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1132 | 2026-05-15T19:48:51.224Z | Downloaded tokio-tungstenite v0.21.0 |
| 1133 | 2026-05-15T19:48:51.224Z | Downloaded untrusted v0.7.1 |
| 1134 | 2026-05-15T19:48:51.224Z | Downloaded term v0.7.0 |
| 1135 | 2026-05-15T19:48:51.224Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1136 | 2026-05-15T19:48:51.224Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1137 | 2026-05-15T19:48:51.224Z | Downloaded iddqd v0.3.18 |
| 1138 | 2026-05-15T19:48:51.225Z | Downloaded term v1.2.1 |
| 1139 | 2026-05-15T19:48:51.225Z | Downloaded num-bigint-dig v0.8.6 |
| 1140 | 2026-05-15T19:48:51.225Z | Downloaded futures-util v0.3.32 |
| 1141 | 2026-05-15T19:48:51.225Z | Downloaded want v0.3.1 |
| 1142 | 2026-05-15T19:48:51.225Z | Downloaded wait-timeout v0.2.1 |
| 1143 | 2026-05-15T19:48:51.225Z | Downloaded rand v0.9.2 |
| 1144 | 2026-05-15T19:48:51.225Z | Downloaded tokio-dtrace v0.1.1 |
| 1145 | 2026-05-15T19:48:51.225Z | Downloaded waitgroup v0.1.2 |
| 1146 | 2026-05-15T19:48:51.225Z | Downloaded tui-tree-widget v0.23.1 |
| 1147 | 2026-05-15T19:48:51.225Z | Downloaded rsa v0.9.10 |
| 1148 | 2026-05-15T19:48:51.225Z | Downloaded num-bigint v0.4.6 |
| 1149 | 2026-05-15T19:48:51.244Z | Downloaded itertools v0.12.1 |
| 1150 | 2026-05-15T19:48:51.244Z | Downloaded h2 v0.4.13 |
| 1151 | 2026-05-15T19:48:51.244Z | Downloaded unicase v2.9.0 |
| 1152 | 2026-05-15T19:48:51.244Z | Downloaded typify-macro v0.4.3 |
| 1153 | 2026-05-15T19:48:51.244Z | Downloaded socket2 v0.5.10 |
| 1154 | 2026-05-15T19:48:51.244Z | Downloaded xattr v1.6.1 |
| 1155 | 2026-05-15T19:48:51.244Z | Downloaded samael v0.0.19 |
| 1156 | 2026-05-15T19:48:51.244Z | Downloaded xshell-macros v0.2.7 |
| 1157 | 2026-05-15T19:48:51.244Z | Downloaded tokio-rustls v0.24.1 |
| 1158 | 2026-05-15T19:48:51.244Z | Downloaded tokio-rustls v0.26.4 |
| 1159 | 2026-05-15T19:48:51.244Z | Downloaded hkdf v0.12.4 |
| 1160 | 2026-05-15T19:48:51.250Z | Downloaded socket2 v0.6.3 |
| 1161 | 2026-05-15T19:48:51.250Z | Downloaded snafu v0.8.9 |
| 1162 | 2026-05-15T19:48:51.250Z | Downloaded usdt-macro v0.6.0 |
| 1163 | 2026-05-15T19:48:51.250Z | Downloaded zeroize_derive v1.4.3 |
| 1164 | 2026-05-15T19:48:51.250Z | Downloaded tokio-tungstenite v0.23.1 |
| 1165 | 2026-05-15T19:48:51.250Z | Downloaded usdt-impl v0.6.0 |
| 1166 | 2026-05-15T19:48:51.250Z | Downloaded subprocess v0.2.15 |
| 1167 | 2026-05-15T19:48:51.250Z | Downloaded zone_cfg_derive v0.3.1 |
| 1168 | 2026-05-15T19:48:51.250Z | Downloaded zone v0.3.1 |
| 1169 | 2026-05-15T19:48:51.250Z | Downloaded vergen-gitcl v1.0.8 |
| 1170 | 2026-05-15T19:48:51.250Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1171 | 2026-05-15T19:48:51.259Z | Downloaded tracing-attributes v0.1.31 |
| 1172 | 2026-05-15T19:48:51.259Z | Downloaded uzers v0.12.2 |
| 1173 | 2026-05-15T19:48:51.259Z | Downloaded schemars v1.2.1 |
| 1174 | 2026-05-15T19:48:51.280Z | Downloaded vsss-rs v3.3.4 |
| 1175 | 2026-05-15T19:48:51.280Z | Downloaded tinyvec v1.10.0 |
| 1176 | 2026-05-15T19:48:51.280Z | Downloaded twox-hash v2.1.2 |
| 1177 | 2026-05-15T19:48:51.280Z | Downloaded test-strategy v0.4.5 |
| 1178 | 2026-05-15T19:48:51.299Z | Downloaded vergen-lib v0.1.6 |
| 1179 | 2026-05-15T19:48:51.299Z | Downloaded libm v0.2.16 |
| 1180 | 2026-05-15T19:48:51.299Z | Downloaded vergen-git2 v1.0.7 |
| 1181 | 2026-05-15T19:48:51.299Z | Downloaded rand v0.10.0 |
| 1182 | 2026-05-15T19:48:51.299Z | Downloaded whoami v2.1.0 |
| 1183 | 2026-05-15T19:48:51.299Z | Downloaded itertools v0.14.0 |
| 1184 | 2026-05-15T19:48:51.299Z | Downloaded walkdir v2.5.0 |
| 1185 | 2026-05-15T19:48:51.299Z | Downloaded p521 v0.13.3 |
| 1186 | 2026-05-15T19:48:51.314Z | Downloaded wyz v0.5.1 |
| 1187 | 2026-05-15T19:48:51.314Z | Downloaded xshell v0.2.7 |
| 1188 | 2026-05-15T19:48:51.314Z | Downloaded vergen v9.0.6 |
| 1189 | 2026-05-15T19:48:51.315Z | Downloaded toml v0.7.8 |
| 1190 | 2026-05-15T19:48:51.315Z | Downloaded tokio-stream v0.1.18 |
| 1191 | 2026-05-15T19:48:51.326Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1192 | 2026-05-15T19:48:51.326Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1193 | 2026-05-15T19:48:51.327Z | Downloaded zeroize v1.8.2 |
| 1194 | 2026-05-15T19:48:51.327Z | Downloaded tar v0.4.45 |
| 1195 | 2026-05-15T19:48:51.327Z | Downloaded russh v0.45.0 |
| 1196 | 2026-05-15T19:48:51.327Z | Downloaded tungstenite v0.23.0 |
| 1197 | 2026-05-15T19:48:51.327Z | Downloaded tungstenite v0.21.0 |
| 1198 | 2026-05-15T19:48:51.340Z | Downloaded whoami v1.6.1 |
| 1199 | 2026-05-15T19:48:51.340Z | Downloaded aws-lc-rs v1.16.3 |
| 1200 | 2026-05-15T19:48:51.340Z | Downloaded zstd-safe v7.2.4 |
| 1201 | 2026-05-15T19:48:51.340Z | Downloaded typify v0.4.3 |
| 1202 | 2026-05-15T19:48:51.348Z | Downloaded yasna v0.5.2 |
| 1203 | 2026-05-15T19:48:51.348Z | Downloaded unicode-bidi v0.3.18 |
| 1204 | 2026-05-15T19:48:51.348Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1205 | 2026-05-15T19:48:51.357Z | Downloaded zstd v0.13.3 |
| 1206 | 2026-05-15T19:48:51.357Z | Downloaded unicode-properties v0.1.4 |
| 1207 | 2026-05-15T19:48:51.357Z | Downloaded tracing-core v0.1.36 |
| 1208 | 2026-05-15T19:48:51.371Z | Downloaded rpassword v7.4.0 |
| 1209 | 2026-05-15T19:48:51.371Z | Downloaded unsafe-libyaml v0.2.11 |
| 1210 | 2026-05-15T19:48:51.372Z | Downloaded bindgen v0.71.1 |
| 1211 | 2026-05-15T19:48:51.379Z | Downloaded steno v0.4.1 |
| 1212 | 2026-05-15T19:48:51.379Z | Downloaded rustyline v14.0.0 |
| 1213 | 2026-05-15T19:48:51.389Z | Downloaded vte v0.14.1 |
| 1214 | 2026-05-15T19:48:51.389Z | Downloaded zerocopy v0.6.6 |
| 1215 | 2026-05-15T19:48:51.389Z | Downloaded bitvec v1.0.1 |
| 1216 | 2026-05-15T19:48:51.398Z | Downloaded uuid v1.23.0 |
| 1217 | 2026-05-15T19:48:51.398Z | Downloaded toml_edit v0.19.15 |
| 1218 | 2026-05-15T19:48:51.405Z | Downloaded typify v0.6.2 |
| 1219 | 2026-05-15T19:48:51.407Z | Downloaded reedline v0.40.0 |
| 1220 | 2026-05-15T19:48:51.411Z | Downloaded blake3 v1.8.3 |
| 1221 | 2026-05-15T19:48:51.416Z | Downloaded yansi v1.0.1 |
| 1222 | 2026-05-15T19:48:51.428Z | Downloaded ssh-key v0.6.7 |
| 1223 | 2026-05-15T19:48:51.432Z | Downloaded zopfli v0.8.3 |
| 1224 | 2026-05-15T19:48:51.438Z | Downloaded reqwest v0.12.28 |
| 1225 | 2026-05-15T19:48:51.441Z | Downloaded tokio-postgres v0.7.16 |
| 1226 | 2026-05-15T19:48:51.446Z | Downloaded regex v1.12.3 |
| 1227 | 2026-05-15T19:48:51.454Z | Downloaded p384 v0.13.1 |
| 1228 | 2026-05-15T19:48:51.460Z | Downloaded unicode_categories v0.1.1 |
| 1229 | 2026-05-15T19:48:51.465Z | Downloaded git2 v0.20.4 |
| 1230 | 2026-05-15T19:48:51.470Z | Downloaded rayon v1.11.0 |
| 1231 | 2026-05-15T19:48:51.475Z | Downloaded tower v0.5.3 |
| 1232 | 2026-05-15T19:48:51.480Z | Downloaded zip v0.6.6 |
| 1233 | 2026-05-15T19:48:51.482Z | Downloaded portable-atomic v1.13.1 |
| 1234 | 2026-05-15T19:48:51.487Z | Downloaded x509-cert v0.2.5 |
| 1235 | 2026-05-15T19:48:51.498Z | Downloaded quick-xml v0.37.5 |
| 1236 | 2026-05-15T19:48:51.507Z | Downloaded reqwest v0.13.2 |
| 1237 | 2026-05-15T19:48:51.507Z | Downloaded chrono v0.4.44 |
| 1238 | 2026-05-15T19:48:51.508Z | Downloaded rustls-webpki v0.101.7 |
| 1239 | 2026-05-15T19:48:51.519Z | Downloaded lalrpop v0.19.12 |
| 1240 | 2026-05-15T19:48:51.519Z | Downloaded moka v0.12.13 |
| 1241 | 2026-05-15T19:48:51.548Z | Downloaded salty v0.3.0 |
| 1242 | 2026-05-15T19:48:51.548Z | Downloaded tokio-util v0.7.18 |
| 1243 | 2026-05-15T19:48:51.549Z | Downloaded typed-path v0.9.3 |
| 1244 | 2026-05-15T19:48:51.549Z | Downloaded unicode-segmentation v1.12.0 |
| 1245 | 2026-05-15T19:48:51.560Z | Downloaded tower-http v0.6.8 |
| 1246 | 2026-05-15T19:48:51.560Z | Downloaded proptest v1.10.0 |
| 1247 | 2026-05-15T19:48:51.560Z | Downloaded zerocopy-derive v0.8.40 |
| 1248 | 2026-05-15T19:48:51.560Z | Downloaded goblin v0.10.5 |
| 1249 | 2026-05-15T19:48:51.560Z | Downloaded petname v2.0.2 |
| 1250 | 2026-05-15T19:48:51.560Z | Downloaded tough v0.22.0 |
| 1251 | 2026-05-15T19:48:51.569Z | Downloaded quinn-proto v0.11.13 |
| 1252 | 2026-05-15T19:48:51.575Z | Downloaded unicode-normalization v0.1.25 |
| 1253 | 2026-05-15T19:48:51.578Z | Downloaded serde_with v3.17.0 |
| 1254 | 2026-05-15T19:48:51.582Z | Downloaded zip v4.6.1 |
| 1255 | 2026-05-15T19:48:51.600Z | Downloaded object v0.30.4 |
| 1256 | 2026-05-15T19:48:51.607Z | Downloaded rustls-webpki v0.102.8 |
| 1257 | 2026-05-15T19:48:51.617Z | Downloaded nix v0.29.0 |
| 1258 | 2026-05-15T19:48:51.623Z | Downloaded nix v0.27.1 |
| 1259 | 2026-05-15T19:48:51.629Z | Downloaded polar-core v0.27.3 |
| 1260 | 2026-05-15T19:48:51.634Z | Downloaded bstr v1.12.1 |
| 1261 | 2026-05-15T19:48:51.639Z | Downloaded radix_trie v0.2.1 |
| 1262 | 2026-05-15T19:48:51.664Z | Downloaded rustls v0.21.12 |
| 1263 | 2026-05-15T19:48:51.670Z | Downloaded hickory-proto v0.26.1 |
| 1264 | 2026-05-15T19:48:51.676Z | Downloaded winnow v0.5.40 |
| 1265 | 2026-05-15T19:48:51.681Z | Downloaded winnow v0.6.26 |
| 1266 | 2026-05-15T19:48:51.687Z | Downloaded openssl v0.10.79 |
| 1267 | 2026-05-15T19:48:51.691Z | Downloaded vcpkg v0.2.15 |
| 1268 | 2026-05-15T19:48:51.714Z | Downloaded nix v0.31.2 |
| 1269 | 2026-05-15T19:48:51.720Z | Downloaded dropshot v0.17.0 |
| 1270 | 2026-05-15T19:48:51.732Z | Downloaded time v0.3.47 |
| 1271 | 2026-05-15T19:48:51.739Z | Downloaded nix v0.28.0 |
| 1272 | 2026-05-15T19:48:51.745Z | Downloaded regress v0.11.1 |
| 1273 | 2026-05-15T19:48:51.750Z | Downloaded smoltcp v0.11.0 |
| 1274 | 2026-05-15T19:48:51.757Z | Downloaded dropshot v0.16.7 |
| 1275 | 2026-05-15T19:48:51.769Z | Downloaded zlib-rs v0.6.2 |
| 1276 | 2026-05-15T19:48:51.772Z | Downloaded rustix v0.38.44 |
| 1277 | 2026-05-15T19:48:51.784Z | Downloaded webpki-roots v1.0.6 |
| 1278 | 2026-05-15T19:48:51.787Z | Downloaded object v0.37.3 |
| 1279 | 2026-05-15T19:48:51.793Z | Downloaded rustls v0.23.37 |
| 1280 | 2026-05-15T19:48:51.800Z | Downloaded zerocopy v0.8.40 |
| 1281 | 2026-05-15T19:48:51.805Z | Downloaded openapiv3 v2.2.0 |
| 1282 | 2026-05-15T19:48:51.811Z | Downloaded diesel v2.3.7 |
| 1283 | 2026-05-15T19:48:51.823Z | Downloaded regress v0.10.5 |
| 1284 | 2026-05-15T19:48:51.829Z | Downloaded regex-syntax v0.8.10 |
| 1285 | 2026-05-15T19:48:51.833Z | Downloaded hickory-proto v0.25.2 |
| 1286 | 2026-05-15T19:48:51.841Z | Downloaded hickory-proto v0.24.4 |
| 1287 | 2026-05-15T19:48:51.850Z | Downloaded rustls v0.22.4 |
| 1288 | 2026-05-15T19:48:51.858Z | Downloaded regex-syntax v0.6.29 |
| 1289 | 2026-05-15T19:48:51.861Z | Downloaded typify-impl v0.6.2 |
| 1290 | 2026-05-15T19:48:51.870Z | Downloaded ratatui v0.29.0 |
| 1291 | 2026-05-15T19:48:51.881Z | Downloaded sled v0.34.7 |
| 1292 | 2026-05-15T19:48:51.886Z | Downloaded tabled v0.20.0 |
| 1293 | 2026-05-15T19:48:51.897Z | Downloaded sqlparser v0.61.0 |
| 1294 | 2026-05-15T19:48:51.901Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1295 | 2026-05-15T19:48:51.908Z | Downloaded smoltcp v0.9.1 |
| 1296 | 2026-05-15T19:48:51.914Z | Downloaded curve25519-dalek v4.1.3 |
| 1297 | 2026-05-15T19:48:51.925Z | Downloaded typify-impl v0.4.3 |
| 1298 | 2026-05-15T19:48:51.934Z | Downloaded tracing v0.1.44 |
| 1299 | 2026-05-15T19:48:51.946Z | Downloaded petgraph v0.6.5 |
| 1300 | 2026-05-15T19:48:51.958Z | Downloaded zerocopy-derive v0.6.6 |
| 1301 | 2026-05-15T19:48:51.963Z | Downloaded chrono-tz v0.10.4 |
| 1302 | 2026-05-15T19:48:51.973Z | Downloaded regex-automata v0.4.14 |
| 1303 | 2026-05-15T19:48:51.982Z | Downloaded jiff v0.2.21 |
| 1304 | 2026-05-15T19:48:52.003Z | Downloaded petgraph v0.8.3 |
| 1305 | 2026-05-15T19:48:52.016Z | Downloaded csv v1.4.0 |
| 1306 | 2026-05-15T19:48:52.027Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1307 | 2026-05-15T19:48:52.038Z | Downloaded sha3 v0.10.8 |
| 1308 | 2026-05-15T19:48:52.045Z | Downloaded libz-sys v1.1.24 |
| 1309 | 2026-05-15T19:48:52.083Z | Downloaded tokio v1.52.1 |
| 1310 | 2026-05-15T19:48:52.110Z | Downloaded encoding_rs v0.8.35 |
| 1311 | 2026-05-15T19:48:52.123Z | Downloaded ring v0.17.14 |
| 1312 | 2026-05-15T19:48:52.161Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1313 | 2026-05-15T19:48:52.658Z | Downloaded aws-lc-sys v0.40.0 |
| 1314 | 2026-05-15T19:48:52.905Z | Compiling libc v0.2.185 |
| 1315 | 2026-05-15T19:48:52.905Z | Compiling serde v1.0.228 |
| 1316 | 2026-05-15T19:48:52.907Z | Compiling log v0.4.29 |
| 1317 | 2026-05-15T19:48:52.907Z | Compiling find-msvc-tools v0.1.9 |
| 1318 | 2026-05-15T19:48:52.907Z | Compiling shlex v1.3.0 |
| 1319 | 2026-05-15T19:48:52.907Z | Compiling smallvec v1.15.1 |
| 1320 | 2026-05-15T19:48:52.907Z | Compiling syn v2.0.117 |
| 1321 | 2026-05-15T19:48:52.907Z | Compiling typenum v1.19.0 |
| 1322 | 2026-05-15T19:48:53.233Z | Compiling generic-array v0.14.7 |
| 1323 | 2026-05-15T19:48:53.280Z | Compiling subtle v2.6.1 |
| 1324 | 2026-05-15T19:48:53.280Z | Compiling scopeguard v1.2.0 |
| 1325 | 2026-05-15T19:48:53.292Z | Compiling const-oid v0.9.6 |
| 1326 | 2026-05-15T19:48:53.389Z | Compiling lock_api v0.4.14 |
| 1327 | 2026-05-15T19:48:53.402Z | Compiling serde_json v1.0.149 |
| 1328 | 2026-05-15T19:48:53.452Z | Compiling zerocopy v0.8.40 |
| 1329 | 2026-05-15T19:48:53.476Z | Compiling parking_lot_core v0.9.12 |
| 1330 | 2026-05-15T19:48:53.606Z | Compiling portable-atomic v1.13.1 |
| 1331 | 2026-05-15T19:48:53.702Z | Compiling pin-project-lite v0.2.17 |
| 1332 | 2026-05-15T19:48:53.814Z | Compiling pkg-config v0.3.32 |
| 1333 | 2026-05-15T19:48:53.881Z | Compiling getrandom v0.2.17 |
| 1334 | 2026-05-15T19:48:53.930Z | Compiling jobserver v0.1.34 |
| 1335 | 2026-05-15T19:48:54.016Z | Compiling errno v0.3.14 |
| 1336 | 2026-05-15T19:48:54.047Z | Compiling rand_core v0.6.4 |
| 1337 | 2026-05-15T19:48:54.127Z | Compiling signal-hook-registry v1.4.8 |
| 1338 | 2026-05-15T19:48:54.311Z | Compiling cc v1.2.56 |
| 1339 | 2026-05-15T19:48:54.311Z | Compiling bitflags v2.11.0 |
| 1340 | 2026-05-15T19:48:54.374Z | Compiling futures-core v0.3.32 |
| 1341 | 2026-05-15T19:48:54.391Z | Compiling libm v0.2.16 |
| 1342 | 2026-05-15T19:48:54.437Z | Compiling critical-section v1.2.0 |
| 1343 | 2026-05-15T19:48:54.518Z | Compiling once_cell v1.21.3 |
| 1344 | 2026-05-15T19:48:54.544Z | Compiling parking_lot v0.12.5 |
| 1345 | 2026-05-15T19:48:54.547Z | Compiling mio v1.2.0 |
| 1346 | 2026-05-15T19:48:54.600Z | Compiling num-traits v0.2.19 |
| 1347 | 2026-05-15T19:48:54.719Z | Compiling percent-encoding v2.3.2 |
| 1348 | 2026-05-15T19:48:54.734Z | Compiling socket2 v0.6.3 |
| 1349 | 2026-05-15T19:48:54.903Z | Compiling futures-sink v0.3.32 |
| 1350 | 2026-05-15T19:48:54.917Z | Compiling getrandom v0.4.1 |
| 1351 | 2026-05-15T19:48:54.938Z | Compiling rand_core v0.10.0 |
| 1352 | 2026-05-15T19:48:55.007Z | Compiling futures-channel v0.3.32 |
| 1353 | 2026-05-15T19:48:55.022Z | Compiling slab v0.4.12 |
| 1354 | 2026-05-15T19:48:55.181Z | Compiling futures-task v0.3.32 |
| 1355 | 2026-05-15T19:48:55.233Z | Compiling futures-io v0.3.32 |
| 1356 | 2026-05-15T19:48:55.318Z | Compiling cpufeatures v0.2.17 |
| 1357 | 2026-05-15T19:48:55.321Z | Compiling indexmap v2.14.0 |
| 1358 | 2026-05-15T19:48:55.378Z | Compiling rustversion v1.0.22 |
| 1359 | 2026-05-15T19:48:55.404Z | Compiling getrandom v0.3.4 |
| 1360 | 2026-05-15T19:48:55.408Z | Compiling cmake v0.1.57 |
| 1361 | 2026-05-15T19:48:55.780Z | Compiling form_urlencoded v1.2.2 |
| 1362 | 2026-05-15T19:48:55.821Z | Compiling synstructure v0.13.2 |
| 1363 | 2026-05-15T19:48:55.923Z | Compiling fs_extra v1.3.0 |
| 1364 | 2026-05-15T19:48:55.926Z | Compiling dunce v1.0.5 |
| 1365 | 2026-05-15T19:48:55.987Z | Compiling ident_case v1.0.1 |
| 1366 | 2026-05-15T19:48:56.034Z | Compiling base64ct v1.8.3 |
| 1367 | 2026-05-15T19:48:56.112Z | Compiling flagset v0.4.7 |
| 1368 | 2026-05-15T19:48:56.198Z | Compiling aws-lc-sys v0.40.0 |
| 1369 | 2026-05-15T19:48:56.244Z | Compiling rustix v1.1.3 |
| 1370 | 2026-05-15T19:48:56.283Z | Compiling pem-rfc7468 v0.7.0 |
| 1371 | 2026-05-15T19:48:56.331Z | Compiling iana-time-zone v0.1.65 |
| 1372 | 2026-05-15T19:48:56.376Z | Compiling regex-syntax v0.8.10 |
| 1373 | 2026-05-15T19:48:56.441Z | Compiling rand_core v0.9.5 |
| 1374 | 2026-05-15T19:48:56.534Z | Compiling ring v0.17.14 |
| 1375 | 2026-05-15T19:48:56.549Z | Compiling vcpkg v0.2.15 |
| 1376 | 2026-05-15T19:48:56.601Z | Compiling aws-lc-rs v1.16.3 |
| 1377 | 2026-05-15T19:48:56.727Z | Compiling uuid v1.23.0 |
| 1378 | 2026-05-15T19:48:56.892Z | Compiling rustc_version v0.4.1 |
| 1379 | 2026-05-15T19:48:57.232Z | Compiling tracing-core v0.1.36 |
| 1380 | 2026-05-15T19:48:57.311Z | Compiling openssl-sys v0.9.115 |
| 1381 | 2026-05-15T19:48:57.453Z | Compiling base64 v0.22.1 |
| 1382 | 2026-05-15T19:48:57.609Z | Compiling serde_derive v1.0.228 |
| 1383 | 2026-05-15T19:48:57.777Z | Compiling zeroize_derive v1.4.3 |
| 1384 | 2026-05-15T19:48:57.791Z | Compiling zerofrom-derive v0.1.6 |
| 1385 | 2026-05-15T19:48:57.836Z | Compiling yoke-derive v0.8.1 |
| 1386 | 2026-05-15T19:48:58.024Z | Compiling zerocopy-derive v0.8.40 |
| 1387 | 2026-05-15T19:48:58.425Z | Compiling zeroize v1.8.2 |
| 1388 | 2026-05-15T19:48:58.803Z | Compiling zerovec-derive v0.11.2 |
| 1389 | 2026-05-15T19:48:59.038Z | Compiling displaydoc v0.2.5 |
| 1390 | 2026-05-15T19:48:59.223Z | Compiling crypto-common v0.1.7 |
| 1391 | 2026-05-15T19:48:59.237Z | Compiling zerofrom v0.1.6 |
| 1392 | 2026-05-15T19:48:59.362Z | Compiling yoke v0.8.1 |
| 1393 | 2026-05-15T19:48:59.376Z | Compiling block-buffer v0.10.4 |
| 1394 | 2026-05-15T19:48:59.539Z | Compiling digest v0.10.7 |
| 1395 | 2026-05-15T19:48:59.542Z | Compiling tokio-macros v2.7.0 |
| 1396 | 2026-05-15T19:48:59.772Z | Compiling zerotrie v0.2.3 |
| 1397 | 2026-05-15T19:48:59.785Z | Compiling futures-macro v0.3.32 |
| 1398 | 2026-05-15T19:48:59.906Z | Compiling zerovec v0.11.5 |
| 1399 | 2026-05-15T19:49:00.058Z | Compiling hmac v0.12.1 |
| 1400 | 2026-05-15T19:49:00.262Z | Compiling block-padding v0.3.3 |
| 1401 | 2026-05-15T19:49:00.285Z | Compiling sha2 v0.10.9 |
| 1402 | 2026-05-15T19:49:00.419Z | Compiling tinystr v0.8.2 |
| 1403 | 2026-05-15T19:49:00.432Z | Compiling potential_utf v0.1.4 |
| 1404 | 2026-05-15T19:49:00.592Z | Compiling icu_locale_core v2.1.1 |
| 1405 | 2026-05-15T19:49:00.617Z | Compiling icu_collections v2.1.1 |
| 1406 | 2026-05-15T19:49:00.630Z | Compiling futures-util v0.3.32 |
| 1407 | 2026-05-15T19:49:01.085Z | Compiling bytes v1.11.1 |
| 1408 | 2026-05-15T19:49:01.098Z | Compiling inout v0.1.4 |
| 1409 | 2026-05-15T19:49:01.204Z | Compiling icu_provider v2.1.1 |
| 1410 | 2026-05-15T19:49:01.266Z | Compiling cipher v0.4.4 |
| 1411 | 2026-05-15T19:49:01.463Z | Compiling icu_properties v2.1.2 |
| 1412 | 2026-05-15T19:49:01.499Z | Compiling icu_normalizer v2.1.1 |
| 1413 | 2026-05-15T19:49:01.528Z | Compiling der_derive v0.7.3 |
| 1414 | 2026-05-15T19:49:01.673Z | Compiling tokio v1.52.1 |
| 1415 | 2026-05-15T19:49:01.698Z | Compiling http v1.4.0 |
| 1416 | 2026-05-15T19:49:02.035Z | Compiling chrono v0.4.44 |
| 1417 | 2026-05-15T19:49:02.474Z | Compiling idna_adapter v1.2.1 |
| 1418 | 2026-05-15T19:49:02.542Z | Compiling ppv-lite86 v0.2.21 |
| 1419 | 2026-05-15T19:49:02.555Z | Compiling der v0.7.10 |
| 1420 | 2026-05-15T19:49:02.583Z | Compiling idna v1.1.0 |
| 1421 | 2026-05-15T19:49:02.604Z | Compiling salsa20 v0.10.2 |
| 1422 | 2026-05-15T19:49:02.737Z | Compiling pbkdf2 v0.12.2 |
| 1423 | 2026-05-15T19:49:02.851Z | Compiling url v2.5.8 |
| 1424 | 2026-05-15T19:49:02.854Z | Compiling rustls-pki-types v1.14.0 |
| 1425 | 2026-05-15T19:49:02.878Z | Compiling tracing-attributes v0.1.31 |
| 1426 | 2026-05-15T19:49:03.210Z | Compiling thiserror-impl v2.0.18 |
| 1427 | 2026-05-15T19:49:03.289Z | Compiling scrypt v0.11.0 |
| 1428 | 2026-05-15T19:49:03.374Z | Compiling spki v0.7.3 |
| 1429 | 2026-05-15T19:49:03.533Z | Compiling rand_chacha v0.9.0 |
| 1430 | 2026-05-15T19:49:03.577Z | Compiling http-body v1.0.1 |
| 1431 | 2026-05-15T19:49:03.626Z | Compiling aes v0.8.4 |
| 1432 | 2026-05-15T19:49:03.714Z | Compiling cbc v0.1.2 |
| 1433 | 2026-05-15T19:49:03.788Z | Compiling httparse v1.10.1 |
| 1434 | 2026-05-15T19:49:03.860Z | Compiling untrusted v0.7.1 |
| 1435 | 2026-05-15T19:49:03.981Z | Compiling tinyvec_macros v0.1.1 |
| 1436 | 2026-05-15T19:49:04.051Z | Compiling openssl-probe v0.2.1 |
| 1437 | 2026-05-15T19:49:04.114Z | Compiling untrusted v0.9.0 |
| 1438 | 2026-05-15T19:49:04.145Z | Compiling tracing v0.1.44 |
| 1439 | 2026-05-15T19:49:04.235Z | Compiling tinyvec v1.10.0 |
| 1440 | 2026-05-15T19:49:04.274Z | Compiling pkcs5 v0.7.1 |
| 1441 | 2026-05-15T19:49:04.402Z | Compiling pest_generator v2.8.6 |
| 1442 | 2026-05-15T19:49:04.506Z | Compiling thiserror v2.0.18 |
| 1443 | 2026-05-15T19:49:04.565Z | Compiling rand v0.9.2 |
| 1444 | 2026-05-15T19:49:04.609Z | Compiling serde_derive_internals v0.29.1 |
| 1445 | 2026-05-15T19:49:04.657Z | Compiling aho-corasick v1.1.4 |
| 1446 | 2026-05-15T19:49:04.735Z | Compiling rustls v0.23.37 |
| 1447 | 2026-05-15T19:49:04.904Z | Compiling dyn-clone v1.0.20 |
| 1448 | 2026-05-15T19:49:05.038Z | Compiling atomic-waker v1.1.2 |
| 1449 | 2026-05-15T19:49:05.081Z | Compiling tower-layer v0.3.3 |
| 1450 | 2026-05-15T19:49:05.179Z | Compiling tower-service v0.3.3 |
| 1451 | 2026-05-15T19:49:05.274Z | Compiling try-lock v0.2.5 |
| 1452 | 2026-05-15T19:49:05.290Z | Compiling schemars v0.8.22 |
| 1453 | 2026-05-15T19:49:05.335Z | Compiling tokio-util v0.7.18 |
| 1454 | 2026-05-15T19:49:05.378Z | Compiling want v0.3.1 |
| 1455 | 2026-05-15T19:49:05.500Z | Compiling regex-automata v0.4.14 |
| 1456 | 2026-05-15T19:49:05.523Z | Compiling schemars_derive v0.8.22 |
| 1457 | 2026-05-15T19:49:05.540Z | Compiling pest_derive v2.8.6 |
| 1458 | 2026-05-15T19:49:05.957Z | Compiling pkcs8 v0.10.2 |
| 1459 | 2026-05-15T19:49:06.261Z | Compiling h2 v0.4.13 |
| 1460 | 2026-05-15T19:49:06.284Z | Compiling ipnet v2.11.0 |
| 1461 | 2026-05-15T19:49:06.348Z | Compiling scroll_derive v0.13.1 |
| 1462 | 2026-05-15T19:49:06.361Z | Compiling darling_core v0.20.11 |
| 1463 | 2026-05-15T19:49:06.747Z | Compiling foreign-types-shared v0.1.1 |
| 1464 | 2026-05-15T19:49:06.775Z | Compiling pin-utils v0.1.0 |
| 1465 | 2026-05-15T19:49:06.834Z | Compiling openssl v0.10.79 |
| 1466 | 2026-05-15T19:49:06.849Z | Compiling httpdate v1.0.3 |
| 1467 | 2026-05-15T19:49:07.056Z | Compiling tempfile v3.25.0 |
| 1468 | 2026-05-15T19:49:07.089Z | Compiling foreign-types v0.3.2 |
| 1469 | 2026-05-15T19:49:07.122Z | Compiling scroll v0.13.0 |
| 1470 | 2026-05-15T19:49:07.259Z | Compiling unicode-normalization v0.1.25 |
| 1471 | 2026-05-15T19:49:07.415Z | Compiling openssl-macros v0.1.1 |
| 1472 | 2026-05-15T19:49:07.705Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1473 | 2026-05-15T19:49:07.782Z | Compiling spin v0.9.8 |
| 1474 | 2026-05-15T19:49:07.795Z | Compiling time-core v0.1.8 |
| 1475 | 2026-05-15T19:49:07.936Z | Compiling crc32fast v1.5.0 |
| 1476 | 2026-05-15T19:49:07.983Z | Compiling native-tls v0.2.18 |
| 1477 | 2026-05-15T19:49:08.080Z | Compiling powerfmt v0.2.0 |
| 1478 | 2026-05-15T19:49:08.182Z | Compiling num-conv v0.2.0 |
| 1479 | 2026-05-15T19:49:08.246Z | Compiling deranged v0.5.8 |
| 1480 | 2026-05-15T19:49:08.315Z | Compiling time-macros v0.2.27 |
| 1481 | 2026-05-15T19:49:08.587Z | Compiling darling_macro v0.20.11 |
| 1482 | 2026-05-15T19:49:09.044Z | Compiling darling v0.20.11 |
| 1483 | 2026-05-15T19:49:09.126Z | Compiling hyper v1.8.1 |
| 1484 | 2026-05-15T19:49:09.198Z | Compiling goblin v0.10.5 |
| 1485 | 2026-05-15T19:49:09.345Z | Compiling rustls-native-certs v0.8.3 |
| 1486 | 2026-05-15T19:49:09.515Z | Compiling sync_wrapper v1.0.2 |
| 1487 | 2026-05-15T19:49:09.621Z | Compiling wait-timeout v0.2.1 |
| 1488 | 2026-05-15T19:49:09.635Z | Compiling num_threads v0.1.7 |
| 1489 | 2026-05-15T19:49:09.725Z | Compiling usdt-impl v0.6.0 |
| 1490 | 2026-05-15T19:49:09.879Z | Compiling bit-vec v0.8.0 |
| 1491 | 2026-05-15T19:49:09.924Z | Compiling syn v1.0.109 |
| 1492 | 2026-05-15T19:49:10.125Z | Compiling siphasher v1.0.2 |
| 1493 | 2026-05-15T19:49:10.141Z | Compiling quick-error v1.2.3 |
| 1494 | 2026-05-15T19:49:10.244Z | Compiling hyper-util v0.1.20 |
| 1495 | 2026-05-15T19:49:10.274Z | Compiling crossbeam-utils v0.8.21 |
| 1496 | 2026-05-15T19:49:10.311Z | Compiling simd-adler32 v0.3.8 |
| 1497 | 2026-05-15T19:49:10.584Z | Compiling rusty-fork v0.3.1 |
| 1498 | 2026-05-15T19:49:10.600Z | Compiling bit-set v0.8.0 |
| 1499 | 2026-05-15T19:49:10.776Z | Compiling time v0.3.47 |
| 1500 | 2026-05-15T19:49:10.902Z | Compiling tower v0.5.3 |
| 1501 | 2026-05-15T19:49:11.023Z | Compiling derive_builder_core v0.20.2 |
| 1502 | 2026-05-15T19:49:11.416Z | Compiling dtrace-parser v0.3.0 |
| 1503 | 2026-05-15T19:49:11.557Z | Compiling http-body-util v0.1.3 |
| 1504 | 2026-05-15T19:49:11.797Z | Compiling webpki-roots v1.0.6 |
| 1505 | 2026-05-15T19:49:11.882Z | Compiling signature v2.2.0 |
| 1506 | 2026-05-15T19:49:11.916Z | Compiling dof v0.4.0 |
| 1507 | 2026-05-15T19:49:11.958Z | Compiling scroll_derive v0.12.1 |
| 1508 | 2026-05-15T19:49:12.056Z | Compiling thiserror-impl v1.0.69 |
| 1509 | 2026-05-15T19:49:12.150Z | Compiling heapless v0.7.17 |
| 1510 | 2026-05-15T19:49:12.326Z | Compiling rand_xorshift v0.4.0 |
| 1511 | 2026-05-15T19:49:12.387Z | Compiling slog v2.8.2 |
| 1512 | 2026-05-15T19:49:12.485Z | Compiling darling_core v0.21.3 |
| 1513 | 2026-05-15T19:49:12.570Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1514 | 2026-05-15T19:49:12.602Z | Compiling thread-id v5.1.0 |
| 1515 | 2026-05-15T19:49:12.685Z | Compiling cookie v0.18.1 |
| 1516 | 2026-05-15T19:49:12.834Z | Compiling signal-hook v0.3.18 |
| 1517 | 2026-05-15T19:49:12.861Z | Compiling allocator-api2 v0.2.21 |
| 1518 | 2026-05-15T19:49:13.000Z | Compiling adler2 v2.0.1 |
| 1519 | 2026-05-15T19:49:13.058Z | Compiling zstd-safe v7.2.4 |
| 1520 | 2026-05-15T19:49:13.129Z | Compiling anyhow v1.0.102 |
| 1521 | 2026-05-15T19:49:13.171Z | Compiling iri-string v0.7.10 |
| 1522 | 2026-05-15T19:49:13.248Z | Compiling unicode-bidi v0.3.18 |
| 1523 | 2026-05-15T19:49:13.286Z | Compiling unicode-properties v0.1.4 |
| 1524 | 2026-05-15T19:49:13.425Z | Compiling paste v1.0.15 |
| 1525 | 2026-05-15T19:49:13.439Z | Compiling unarray v0.1.4 |
| 1526 | 2026-05-15T19:49:13.485Z | Compiling ryu v1.0.23 |
| 1527 | 2026-05-15T19:49:13.543Z | Compiling proptest v1.10.0 |
| 1528 | 2026-05-15T19:49:13.660Z | Compiling serde_urlencoded v0.7.1 |
| 1529 | 2026-05-15T19:49:13.731Z | Compiling stringprep v0.1.5 |
| 1530 | 2026-05-15T19:49:13.899Z | Compiling thiserror v1.0.69 |
| 1531 | 2026-05-15T19:49:13.993Z | Compiling miniz_oxide v0.8.9 |
| 1532 | 2026-05-15T19:49:14.586Z | Compiling tower-http v0.6.8 |
| 1533 | 2026-05-15T19:49:14.642Z | Compiling scroll v0.12.0 |
| 1534 | 2026-05-15T19:49:14.792Z | Compiling derive_builder_macro v0.20.2 |
| 1535 | 2026-05-15T19:49:14.823Z | Compiling tokio-native-tls v0.3.1 |
| 1536 | 2026-05-15T19:49:14.922Z | Compiling darling_macro v0.21.3 |
| 1537 | 2026-05-15T19:49:14.984Z | Compiling ipnetwork v0.21.1 |
| 1538 | 2026-05-15T19:49:15.154Z | Compiling bstr v1.12.1 |
| 1539 | 2026-05-15T19:49:15.263Z | Compiling rand_chacha v0.3.1 |
| 1540 | 2026-05-15T19:49:15.427Z | Compiling serde_tokenstream v0.2.3 |
| 1541 | 2026-05-15T19:49:15.441Z | Compiling toml_datetime v0.6.11 |
| 1542 | 2026-05-15T19:49:15.489Z | Compiling erased-serde v0.3.31 |
| 1543 | 2026-05-15T19:49:15.695Z | Compiling serde_spanned v0.6.9 |
| 1544 | 2026-05-15T19:49:15.736Z | Compiling md-5 v0.10.6 |
| 1545 | 2026-05-15T19:49:15.809Z | Compiling pin-project-internal v1.1.11 |
| 1546 | 2026-05-15T19:49:15.837Z | Compiling zerocopy-derive v0.7.35 |
| 1547 | 2026-05-15T19:49:15.899Z | Compiling async-trait v0.1.89 |
| 1548 | 2026-05-15T19:49:15.983Z | Compiling curve25519-dalek v4.1.3 |
| 1549 | 2026-05-15T19:49:16.075Z | Compiling vergen-lib v0.1.6 |
| 1550 | 2026-05-15T19:49:16.254Z | Compiling num-integer v0.1.46 |
| 1551 | 2026-05-15T19:49:16.314Z | Compiling hash32 v0.2.1 |
| 1552 | 2026-05-15T19:49:16.508Z | Compiling ff v0.13.1 |
| 1553 | 2026-05-15T19:49:16.579Z | Compiling memoffset v0.9.1 |
| 1554 | 2026-05-15T19:49:16.645Z | Compiling base16ct v0.2.0 |
| 1555 | 2026-05-15T19:49:16.693Z | Compiling litrs v1.0.0 |
| 1556 | 2026-05-15T19:49:16.765Z | Compiling psl-types v2.0.11 |
| 1557 | 2026-05-15T19:49:16.823Z | Compiling num-bigint-dig v0.8.6 |
| 1558 | 2026-05-15T19:49:16.891Z | Compiling fallible-iterator v0.2.0 |
| 1559 | 2026-05-15T19:49:16.903Z | Compiling cfg_aliases v0.2.1 |
| 1560 | 2026-05-15T19:49:16.918Z | Compiling smoltcp v0.9.1 |
| 1561 | 2026-05-15T19:49:16.995Z | Compiling rustix v0.38.44 |
| 1562 | 2026-05-15T19:49:17.011Z | Compiling ref-cast v1.0.25 |
| 1563 | 2026-05-15T19:49:17.193Z | Compiling zlib-rs v0.6.2 |
| 1564 | 2026-05-15T19:49:17.193Z | Compiling document-features v0.2.12 |
| 1565 | 2026-05-15T19:49:17.262Z | Compiling postgres-protocol v0.6.10 |
| 1566 | 2026-05-15T19:49:17.373Z | Compiling nix v0.31.2 |
| 1567 | 2026-05-15T19:49:17.407Z | Compiling pin-project v1.1.11 |
| 1568 | 2026-05-15T19:49:17.509Z | Compiling publicsuffix v2.3.0 |
| 1569 | 2026-05-15T19:49:17.732Z | Compiling sec1 v0.7.3 |
| 1570 | 2026-05-15T19:49:17.779Z | Compiling zerocopy v0.7.35 |
| 1571 | 2026-05-15T19:49:17.791Z | Compiling group v0.13.0 |
| 1572 | 2026-05-15T19:49:17.804Z | Compiling num-iter v0.1.45 |
| 1573 | 2026-05-15T19:49:18.038Z | Compiling newtype-uuid v1.3.2 |
| 1574 | 2026-05-15T19:49:18.327Z | Compiling rand v0.8.6 |
| 1575 | 2026-05-15T19:49:18.373Z | Compiling darling v0.21.3 |
| 1576 | 2026-05-15T19:49:18.395Z | Compiling derive_builder v0.20.2 |
| 1577 | 2026-05-15T19:49:18.411Z | Compiling oxnet v0.1.4 |
| 1578 | 2026-05-15T19:49:18.516Z | Compiling hyper-tls v0.6.0 |
| 1579 | 2026-05-15T19:49:18.655Z | Compiling goblin v0.8.2 |
| 1580 | 2026-05-15T19:49:18.756Z | Compiling hubpack_derive v0.1.1 |
| 1581 | 2026-05-15T19:49:19.187Z | Compiling phf_shared v0.13.1 |
| 1582 | 2026-05-15T19:49:19.314Z | Compiling lazy_static v1.5.0 |
| 1583 | 2026-05-15T19:49:19.409Z | Compiling regex v1.12.3 |
| 1584 | 2026-05-15T19:49:19.436Z | Compiling futures-executor v0.3.32 |
| 1585 | 2026-05-15T19:49:19.453Z | Compiling cargo-platform v0.1.9 |
| 1586 | 2026-05-15T19:49:19.623Z | Compiling hex v0.4.3 |
| 1587 | 2026-05-15T19:49:19.691Z | Compiling hkdf v0.12.4 |
| 1588 | 2026-05-15T19:49:19.701Z | Compiling crypto-bigint v0.5.5 |
| 1589 | 2026-05-15T19:49:19.824Z | Compiling terminal_size v0.4.3 |
| 1590 | 2026-05-15T19:49:19.848Z | Compiling snafu-derive v0.8.9 |
| 1591 | 2026-05-15T19:49:19.881Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1592 | 2026-05-15T19:49:19.956Z | Compiling daft-derive v0.1.5 |
| 1593 | 2026-05-15T19:49:20.437Z | Compiling flate2 v1.1.9 |
| 1594 | 2026-05-15T19:49:20.576Z | Compiling ref-cast-impl v1.0.25 |
| 1595 | 2026-05-15T19:49:20.674Z | Compiling strum_macros v0.27.2 |
| 1596 | 2026-05-15T19:49:20.852Z | Compiling vergen v9.0.6 |
| 1597 | 2026-05-15T19:49:21.033Z | Compiling fs-err v3.3.0 |
| 1598 | 2026-05-15T19:49:21.114Z | Compiling ahash v0.8.12 |
| 1599 | 2026-05-15T19:49:21.222Z | Compiling encoding_rs v0.8.35 |
| 1600 | 2026-05-15T19:49:21.319Z | Compiling winnow v0.5.40 |
| 1601 | 2026-05-15T19:49:21.760Z | Compiling foldhash v0.2.0 |
| 1602 | 2026-05-15T19:49:21.861Z | Compiling unicode-segmentation v1.12.0 |
| 1603 | 2026-05-15T19:49:21.979Z | Compiling managed v0.8.0 |
| 1604 | 2026-05-15T19:49:22.135Z | Compiling same-file v1.0.6 |
| 1605 | 2026-05-15T19:49:22.194Z | Compiling foldhash v0.1.5 |
| 1606 | 2026-05-15T19:49:22.244Z | Compiling object v0.37.3 |
| 1607 | 2026-05-15T19:49:22.295Z | Compiling mime v0.3.17 |
| 1608 | 2026-05-15T19:49:22.363Z | Compiling bitflags v1.3.2 |
| 1609 | 2026-05-15T19:49:22.440Z | Compiling bumpalo v3.20.2 |
| 1610 | 2026-05-15T19:49:22.506Z | Compiling cpufeatures v0.3.0 |
| 1611 | 2026-05-15T19:49:22.549Z | Compiling libbz2-rs-sys v0.2.2 |
| 1612 | 2026-05-15T19:49:22.585Z | Compiling chacha20 v0.10.0 |
| 1613 | 2026-05-15T19:49:22.637Z | Compiling strum v0.27.2 |
| 1614 | 2026-05-15T19:49:22.686Z | Compiling zopfli v0.8.3 |
| 1615 | 2026-05-15T19:49:22.709Z | Compiling toml_edit v0.19.15 |
| 1616 | 2026-05-15T19:49:22.775Z | Compiling hashbrown v0.15.5 |
| 1617 | 2026-05-15T19:49:22.895Z | Compiling walkdir v2.5.0 |
| 1618 | 2026-05-15T19:49:23.203Z | Compiling bzip2 v0.6.1 |
| 1619 | 2026-05-15T19:49:23.226Z | Compiling clap_builder v4.5.60 |
| 1620 | 2026-05-15T19:49:23.307Z | Compiling hashbrown v0.16.1 |
| 1621 | 2026-05-15T19:49:23.338Z | Compiling snafu v0.8.9 |
| 1622 | 2026-05-15T19:49:23.586Z | Compiling dof v0.3.0 |
| 1623 | 2026-05-15T19:49:23.655Z | Compiling elliptic-curve v0.13.8 |
| 1624 | 2026-05-15T19:49:23.681Z | Compiling daft v0.1.5 |
| 1625 | 2026-05-15T19:49:23.948Z | Compiling cargo_metadata v0.19.2 |
| 1626 | 2026-05-15T19:49:24.047Z | Compiling futures v0.3.32 |
| 1627 | 2026-05-15T19:49:24.132Z | Compiling phf v0.13.1 |
| 1628 | 2026-05-15T19:49:24.558Z | Compiling hubpack v0.1.2 |
| 1629 | 2026-05-15T19:49:24.652Z | Compiling cookie_store v0.22.1 |
| 1630 | 2026-05-15T19:49:24.771Z | Compiling signal-hook-mio v0.2.5 |
| 1631 | 2026-05-15T19:49:24.887Z | Compiling bzip2 v0.4.4 |
| 1632 | 2026-05-15T19:49:25.119Z | Compiling zstd v0.13.3 |
| 1633 | 2026-05-15T19:49:25.279Z | Compiling serde_with_macros v3.17.0 |
| 1634 | 2026-05-15T19:49:25.363Z | Compiling postgres-types v0.2.12 |
| 1635 | 2026-05-15T19:49:25.417Z | Compiling usdt-attr-macro v0.6.0 |
| 1636 | 2026-05-15T19:49:25.914Z | Compiling usdt-macro v0.6.0 |
| 1637 | 2026-05-15T19:49:26.210Z | Compiling globset v0.4.18 |
| 1638 | 2026-05-15T19:49:26.243Z | Compiling dtrace-parser v0.2.0 |
| 1639 | 2026-05-15T19:49:26.401Z | Compiling ed25519 v2.2.3 |
| 1640 | 2026-05-15T19:49:26.514Z | Compiling phf_shared v0.11.3 |
| 1641 | 2026-05-15T19:49:26.638Z | Compiling olpc-cjson v0.1.4 |
| 1642 | 2026-05-15T19:49:26.697Z | Compiling pkcs1 v0.7.5 |
| 1643 | 2026-05-15T19:49:26.799Z | Compiling serde-big-array v0.5.1 |
| 1644 | 2026-05-15T19:49:26.886Z | Compiling serde_plain v1.0.2 |
| 1645 | 2026-05-15T19:49:26.910Z | Compiling rfc6979 v0.4.0 |
| 1646 | 2026-05-15T19:49:26.941Z | Compiling pem v3.0.6 |
| 1647 | 2026-05-15T19:49:26.983Z | Compiling serde_repr v0.1.20 |
| 1648 | 2026-05-15T19:49:27.029Z | Compiling clap_derive v4.5.55 |
| 1649 | 2026-05-15T19:49:27.073Z | Compiling strum_macros v0.26.4 |
| 1650 | 2026-05-15T19:49:27.093Z | Compiling async-recursion v1.1.1 |
| 1651 | 2026-05-15T19:49:27.258Z | Compiling enum-as-inner v0.6.1 |
| 1652 | 2026-05-15T19:49:27.293Z | Compiling float-cmp v0.10.0 |
| 1653 | 2026-05-15T19:49:27.438Z | Compiling thread-id v4.2.2 |
| 1654 | 2026-05-15T19:49:27.497Z | Compiling memmap2 v0.9.10 |
| 1655 | 2026-05-15T19:49:27.522Z | Compiling env_filter v1.0.0 |
| 1656 | 2026-05-15T19:49:27.710Z | Compiling jiff v0.2.21 |
| 1657 | 2026-05-15T19:49:27.734Z | Compiling difflib v0.4.0 |
| 1658 | 2026-05-15T19:49:27.751Z | Compiling normalize-line-endings v0.3.0 |
| 1659 | 2026-05-15T19:49:27.828Z | Compiling fixedbitset v0.5.7 |
| 1660 | 2026-05-15T19:49:27.845Z | Compiling typed-path v0.9.3 |
| 1661 | 2026-05-15T19:49:28.127Z | Compiling new_debug_unreachable v1.0.6 |
| 1662 | 2026-05-15T19:49:28.204Z | Compiling data-encoding v2.10.0 |
| 1663 | 2026-05-15T19:49:28.291Z | Compiling either v1.15.0 |
| 1664 | 2026-05-15T19:49:28.497Z | Compiling static_assertions v1.1.0 |
| 1665 | 2026-05-15T19:49:28.574Z | Compiling rustc-hash v2.1.1 |
| 1666 | 2026-05-15T19:49:28.702Z | Compiling predicates-core v1.0.10 |
| 1667 | 2026-05-15T19:49:28.773Z | Compiling fixedbitset v0.4.2 |
| 1668 | 2026-05-15T19:49:28.801Z | Compiling keccak v0.1.6 |
| 1669 | 2026-05-15T19:49:28.877Z | Compiling whoami v2.1.0 |
| 1670 | 2026-05-15T19:49:28.891Z | Compiling precomputed-hash v0.1.1 |
| 1671 | 2026-05-15T19:49:28.978Z | Compiling string_cache v0.8.9 |
| 1672 | 2026-05-15T19:49:28.992Z | Compiling sha3 v0.10.8 |
| 1673 | 2026-05-15T19:49:29.069Z | Compiling petgraph v0.6.5 |
| 1674 | 2026-05-15T19:49:29.196Z | Compiling tokio-postgres v0.7.16 |
| 1675 | 2026-05-15T19:49:29.242Z | Compiling predicates v3.1.4 |
| 1676 | 2026-05-15T19:49:29.439Z | Compiling strum v0.26.3 |
| 1677 | 2026-05-15T19:49:29.571Z | Compiling clap v4.5.60 |
| 1678 | 2026-05-15T19:49:29.602Z | Compiling iddqd v0.3.18 |
| 1679 | 2026-05-15T19:49:29.655Z | Compiling toml_edit v0.22.27 |
| 1680 | 2026-05-15T19:49:29.878Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1681 | 2026-05-15T19:49:29.881Z | Compiling hickory-proto v0.25.2 |
| 1682 | 2026-05-15T19:49:30.575Z | Compiling zip v4.6.1 |
| 1683 | 2026-05-15T19:49:30.790Z | Compiling itertools v0.13.0 |
| 1684 | 2026-05-15T19:49:31.434Z | Compiling petgraph v0.8.3 |
| 1685 | 2026-05-15T19:49:31.547Z | Compiling env_logger v0.11.9 |
| 1686 | 2026-05-15T19:49:31.880Z | Compiling usdt v0.6.0 |
| 1687 | 2026-05-15T19:49:31.897Z | Compiling usdt-impl v0.5.0 |
| 1688 | 2026-05-15T19:49:32.044Z | Compiling ecdsa v0.16.9 |
| 1689 | 2026-05-15T19:49:32.139Z | Compiling rsa v0.9.10 |
| 1690 | 2026-05-15T19:49:32.433Z | Compiling ed25519-dalek v2.2.0 |
| 1691 | 2026-05-15T19:49:32.457Z | Compiling serde_with v3.17.0 |
| 1692 | 2026-05-15T19:49:32.471Z | Compiling crossterm v0.28.1 |
| 1693 | 2026-05-15T19:49:33.095Z | Compiling zip v0.6.6 |
| 1694 | 2026-05-15T19:49:33.668Z | Compiling toml v0.7.8 |
| 1695 | 2026-05-15T19:49:34.010Z | Compiling rand v0.10.0 |
| 1696 | 2026-05-15T19:49:34.167Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1697 | 2026-05-15T19:49:34.167Z | Compiling heck v0.4.1 |
| 1698 | 2026-05-15T19:49:34.279Z | Compiling similar v2.7.0 |
| 1699 | 2026-05-15T19:49:34.409Z | Compiling crossbeam-epoch v0.9.18 |
| 1700 | 2026-05-15T19:49:34.560Z | Compiling tokio-stream v0.1.18 |
| 1701 | 2026-05-15T19:49:34.736Z | Compiling buf-list v1.1.2 |
| 1702 | 2026-05-15T19:49:34.792Z | Compiling x509-cert v0.2.5 |
| 1703 | 2026-05-15T19:49:34.909Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1704 | 2026-05-15T19:49:35.014Z | Compiling openapiv3 v2.2.0 |
| 1705 | 2026-05-15T19:49:35.028Z | Compiling sha1 v0.10.6 |
| 1706 | 2026-05-15T19:49:35.190Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1707 | 2026-05-15T19:49:35.237Z | Compiling lalrpop-util v0.19.12 |
| 1708 | 2026-05-15T19:49:35.260Z | Compiling peg-runtime v0.8.5 |
| 1709 | 2026-05-15T19:49:35.429Z | Compiling thread_local v1.1.9 |
| 1710 | 2026-05-15T19:49:35.453Z | Compiling slog-async v2.8.0 |
| 1711 | 2026-05-15T19:49:35.478Z | Compiling crossbeam-channel v0.5.15 |
| 1712 | 2026-05-15T19:49:35.551Z | Compiling filetime v0.2.27 |
| 1713 | 2026-05-15T19:49:35.679Z | Compiling is-terminal v0.4.17 |
| 1714 | 2026-05-15T19:49:35.735Z | Compiling term v1.2.1 |
| 1715 | 2026-05-15T19:49:35.770Z | Compiling xattr v1.6.1 |
| 1716 | 2026-05-15T19:49:35.784Z | Compiling take_mut v0.2.2 |
| 1717 | 2026-05-15T19:49:35.896Z | Compiling tar v0.4.45 |
| 1718 | 2026-05-15T19:49:36.315Z | Compiling slog-term v2.9.2 |
| 1719 | 2026-05-15T19:49:46.261Z | Compiling rustls-webpki v0.103.9 |
| 1720 | 2026-05-15T19:49:49.011Z | Compiling tokio-rustls v0.26.4 |
| 1721 | 2026-05-15T19:49:49.011Z | Compiling rustls-platform-verifier v0.6.2 |
| 1722 | 2026-05-15T19:49:49.208Z | Compiling hyper-rustls v0.27.7 |
| 1723 | 2026-05-15T19:49:49.404Z | Compiling reqwest v0.12.28 |
| 1724 | 2026-05-15T19:49:49.422Z | Compiling reqwest v0.13.2 |
| 1725 | 2026-05-15T19:49:50.660Z | Compiling tough v0.22.0 |
| 1726 | 2026-05-15T19:49:53.189Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1727 | 2026-05-15T19:49:53.410Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1728 | 2026-05-15T19:49:56.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1729 | 2026-05-15T19:49:56.389Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1730 | 2026-05-15T19:49:56.444Z | May 15 19:49:55.077 INFO Starting download, target: Clickhouse |
| 1731 | 2026-05-15T19:49:56.444Z | May 15 19:49:55.078 INFO Starting download, target: Console |
| 1732 | 2026-05-15T19:49:56.444Z | May 15 19:49:55.078 INFO Starting download, target: Cockroach |
| 1733 | 2026-05-15T19:49:56.444Z | May 15 19:49:55.078 INFO Starting download, target: DendriteStub |
| 1734 | 2026-05-15T19:49:56.447Z | May 15 19:49:55.078 INFO Starting download, target: MaghemiteMgd |
| 1735 | 2026-05-15T19:49:56.447Z | May 15 19:49:55.078 INFO Starting download, target: TransceiverControl |
| 1736 | 2026-05-15T19:49:56.447Z | May 15 19:49:55.078 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1737 | 2026-05-15T19:49:56.447Z | May 15 19:49:55.078 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1738 | 2026-05-15T19:49:56.447Z | May 15 19:49:55.078 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1739 | 2026-05-15T19:49:56.447Z | May 15 19:49:55.078 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1740 | 2026-05-15T19:49:56.447Z | May 15 19:49:55.078 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1741 | 2026-05-15T19:49:56.447Z | May 15 19:49:55.078 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1742 | 2026-05-15T19:49:56.805Z | May 15 19:49:55.428 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1743 | 2026-05-15T19:49:57.005Z | May 15 19:49:55.634 INFO Download complete, target: TransceiverControl |
| 1744 | 2026-05-15T19:49:57.533Z | May 15 19:49:56.162 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1745 | 2026-05-15T19:49:57.784Z | May 15 19:49:56.409 INFO Download complete, target: Console |
| 1746 | 2026-05-15T19:49:57.910Z | May 15 19:49:56.543 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1747 | 2026-05-15T19:49:58.144Z | May 15 19:49:56.773 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1748 | 2026-05-15T19:49:58.196Z | May 15 19:49:56.828 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1749 | 2026-05-15T19:49:58.592Z | May 15 19:49:57.226 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1750 | 2026-05-15T19:49:58.592Z | May 15 19:49:57.226 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1751 | 2026-05-15T19:50:00.262Z | May 15 19:49:58.895 INFO Download complete, target: DendriteStub |
| 1752 | 2026-05-15T19:50:00.501Z | May 15 19:49:59.130 INFO Download complete, target: MaghemiteMgd |
| 1753 | 2026-05-15T19:50:03.154Z | May 15 19:50:01.787 INFO Checking that binary works, target: Cockroach |
| 1754 | 2026-05-15T19:50:03.266Z | May 15 19:50:01.900 INFO Download complete, target: Cockroach |
| 1755 | 2026-05-15T19:50:04.877Z | May 15 19:50:03.510 INFO Checking that binary works, target: Clickhouse |
| 1756 | 2026-05-15T19:50:04.965Z | May 15 19:50:03.599 INFO Download complete, target: Clickhouse |
| 1757 | 2026-05-15T19:50:04.980Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1758 | 2026-05-15T19:50:04.983Z | |
| 1759 | 2026-05-15T19:50:04.983Z | real 2:16.288552914 |
| 1760 | 2026-05-15T19:50:04.983Z | user 6:55.263648076 |
| 1761 | 2026-05-15T19:50:04.983Z | sys 1:22.025838575 |
| 1762 | 2026-05-15T19:50:04.983Z | trap 0.237412189 |
| 1763 | 2026-05-15T19:50:04.983Z | tflt 0.684924173 |
| 1764 | 2026-05-15T19:50:04.983Z | dflt 0.484637484 |
| 1765 | 2026-05-15T19:50:04.983Z | kflt 0.023873143 |
| 1766 | 2026-05-15T19:50:04.983Z | lock 21:34.439354959 |
| 1767 | 2026-05-15T19:50:04.983Z | slp 21:29.764935310 |
| 1768 | 2026-05-15T19:50:04.983Z | lat 40.039136149 |
| 1769 | 2026-05-15T19:50:04.983Z | stop 1:45.305836964 |
| 1770 | 2026-05-15T19:50:04.983Z | + banner hack-check |
| 1771 | 2026-05-15T19:50:04.983Z | |
| 1772 | 2026-05-15T19:50:04.983Z | # # ## #### # # #### # # ###### #### # # |
| 1773 | 2026-05-15T19:50:04.983Z | # # # # # # # # # # # # # # # # # |
| 1774 | 2026-05-15T19:50:04.983Z | ###### # # # #### ##### # ###### ##### # #### |
| 1775 | 2026-05-15T19:50:04.983Z | # # ###### # # # # # # # # # # |
| 1776 | 2026-05-15T19:50:04.983Z | # # # # # # # # # # # # # # # # # |
| 1777 | 2026-05-15T19:50:04.983Z | # # # # #### # # #### # # ###### #### # # |
| 1778 | 2026-05-15T19:50:04.984Z | |
| 1779 | 2026-05-15T19:50:04.984Z | + export CARGO_INCREMENTAL=0 |
| 1780 | 2026-05-15T19:50:04.984Z | + CARGO_INCREMENTAL=0 |
| 1781 | 2026-05-15T19:50:04.984Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1782 | 2026-05-15T19:50:05.518Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1783 | 2026-05-15T19:50:05.769Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1784 | 2026-05-15T19:50:07.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s |
| 1785 | 2026-05-15T19:50:07.722Z | Running `target/debug/xtask check-features --ci` |
| 1786 | 2026-05-15T19:50:07.749Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1787 | 2026-05-15T19:50:07.751Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1788 | 2026-05-15T19:50:08.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1789 | 2026-05-15T19:50:08.265Z | Running `target/debug/xtask download cargo-hack` |
| 1790 | 2026-05-15T19:50:09.051Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1791 | 2026-05-15T19:50:09.367Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1792 | 2026-05-15T19:50:11.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s |
| 1793 | 2026-05-15T19:50:12.012Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1794 | 2026-05-15T19:50:12.051Z | May 15 19:50:10.684 INFO Starting download, target: CargoHack |
| 1795 | 2026-05-15T19:50:12.054Z | May 15 19:50:10.684 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1796 | 2026-05-15T19:50:12.408Z | May 15 19:50:11.042 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1797 | 2026-05-15T19:50:12.457Z | May 15 19:50:11.091 INFO Download complete, target: CargoHack |
| 1798 | 2026-05-15T19:50:12.460Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1799 | 2026-05-15T19:50:12.473Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1800 | 2026-05-15T19:50:12.626Z | info: running `cargo check --bins` on api_identity (1/276) |
| 1801 | 2026-05-15T19:50:13.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1802 | 2026-05-15T19:50:13.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1803 | 2026-05-15T19:50:13.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1804 | 2026-05-15T19:50:13.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1805 | 2026-05-15T19:50:13.221Z | |
| 1806 | 2026-05-15T19:50:13.221Z | info: running `cargo check --bins` on bootstore (2/276) |
| 1807 | 2026-05-15T19:50:13.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1808 | 2026-05-15T19:50:13.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1809 | 2026-05-15T19:50:13.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1810 | 2026-05-15T19:50:13.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1811 | 2026-05-15T19:50:13.813Z | |
| 1812 | 2026-05-15T19:50:13.813Z | info: running `cargo check --bins` on omicron-ledger (3/276) |
| 1813 | 2026-05-15T19:50:14.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1814 | 2026-05-15T19:50:14.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1815 | 2026-05-15T19:50:14.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1816 | 2026-05-15T19:50:14.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1817 | 2026-05-15T19:50:14.397Z | |
| 1818 | 2026-05-15T19:50:14.397Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/276) |
| 1819 | 2026-05-15T19:50:14.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1820 | 2026-05-15T19:50:14.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1821 | 2026-05-15T19:50:14.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1822 | 2026-05-15T19:50:14.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1823 | 2026-05-15T19:50:14.991Z | |
| 1824 | 2026-05-15T19:50:14.992Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/276) |
| 1825 | 2026-05-15T19:50:15.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1826 | 2026-05-15T19:50:15.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1827 | 2026-05-15T19:50:15.502Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1828 | 2026-05-15T19:50:15.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1829 | 2026-05-15T19:50:15.592Z | |
| 1830 | 2026-05-15T19:50:15.592Z | info: running `cargo check --bins` on omicron-certificates (6/276) |
| 1831 | 2026-05-15T19:50:16.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1832 | 2026-05-15T19:50:16.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1833 | 2026-05-15T19:50:16.104Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1834 | 2026-05-15T19:50:16.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1835 | 2026-05-15T19:50:16.194Z | |
| 1836 | 2026-05-15T19:50:16.194Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/276) |
| 1837 | 2026-05-15T19:50:16.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1838 | 2026-05-15T19:50:16.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1839 | 2026-05-15T19:50:16.708Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1840 | 2026-05-15T19:50:16.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1841 | 2026-05-15T19:50:16.796Z | |
| 1842 | 2026-05-15T19:50:16.796Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/276) |
| 1843 | 2026-05-15T19:50:17.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1844 | 2026-05-15T19:50:17.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1845 | 2026-05-15T19:50:17.307Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1846 | 2026-05-15T19:50:17.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1847 | 2026-05-15T19:50:17.394Z | |
| 1848 | 2026-05-15T19:50:17.394Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/276) |
| 1849 | 2026-05-15T19:50:17.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1850 | 2026-05-15T19:50:17.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1851 | 2026-05-15T19:50:17.837Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1852 | 2026-05-15T19:50:17.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1853 | 2026-05-15T19:50:17.868Z | |
| 1854 | 2026-05-15T19:50:17.868Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/276) |
| 1855 | 2026-05-15T19:50:18.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1856 | 2026-05-15T19:50:18.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1857 | 2026-05-15T19:50:18.285Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1858 | 2026-05-15T19:50:18.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1859 | 2026-05-15T19:50:18.345Z | |
| 1860 | 2026-05-15T19:50:18.345Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/276) |
| 1861 | 2026-05-15T19:50:18.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1862 | 2026-05-15T19:50:18.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1863 | 2026-05-15T19:50:18.762Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1864 | 2026-05-15T19:50:18.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1865 | 2026-05-15T19:50:18.819Z | |
| 1866 | 2026-05-15T19:50:18.819Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/276) |
| 1867 | 2026-05-15T19:50:19.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1868 | 2026-05-15T19:50:19.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1869 | 2026-05-15T19:50:19.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1870 | 2026-05-15T19:50:19.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1871 | 2026-05-15T19:50:19.291Z | |
| 1872 | 2026-05-15T19:50:19.291Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/276) |
| 1873 | 2026-05-15T19:50:19.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1874 | 2026-05-15T19:50:19.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1875 | 2026-05-15T19:50:19.707Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1876 | 2026-05-15T19:50:19.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1877 | 2026-05-15T19:50:19.765Z | |
| 1878 | 2026-05-15T19:50:19.765Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/276) |
| 1879 | 2026-05-15T19:50:20.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1880 | 2026-05-15T19:50:20.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1881 | 2026-05-15T19:50:20.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1882 | 2026-05-15T19:50:20.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1883 | 2026-05-15T19:50:20.248Z | |
| 1884 | 2026-05-15T19:50:20.248Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/276) |
| 1885 | 2026-05-15T19:50:20.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1886 | 2026-05-15T19:50:20.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1887 | 2026-05-15T19:50:20.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1888 | 2026-05-15T19:50:20.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1889 | 2026-05-15T19:50:20.718Z | |
| 1890 | 2026-05-15T19:50:20.718Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/276) |
| 1891 | 2026-05-15T19:50:21.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1892 | 2026-05-15T19:50:21.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1893 | 2026-05-15T19:50:21.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1894 | 2026-05-15T19:50:21.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1895 | 2026-05-15T19:50:21.193Z | |
| 1896 | 2026-05-15T19:50:21.193Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/276) |
| 1897 | 2026-05-15T19:50:21.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1898 | 2026-05-15T19:50:21.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1899 | 2026-05-15T19:50:21.610Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1900 | 2026-05-15T19:50:21.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1901 | 2026-05-15T19:50:21.670Z | |
| 1902 | 2026-05-15T19:50:21.670Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/276) |
| 1903 | 2026-05-15T19:50:22.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1904 | 2026-05-15T19:50:22.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1905 | 2026-05-15T19:50:22.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1906 | 2026-05-15T19:50:22.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1907 | 2026-05-15T19:50:22.144Z | |
| 1908 | 2026-05-15T19:50:22.144Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/276) |
| 1909 | 2026-05-15T19:50:22.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1910 | 2026-05-15T19:50:22.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1911 | 2026-05-15T19:50:22.560Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1912 | 2026-05-15T19:50:22.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1913 | 2026-05-15T19:50:22.618Z | |
| 1914 | 2026-05-15T19:50:22.618Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/276) |
| 1915 | 2026-05-15T19:50:23.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1916 | 2026-05-15T19:50:23.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1917 | 2026-05-15T19:50:23.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1918 | 2026-05-15T19:50:23.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1919 | 2026-05-15T19:50:23.093Z | |
| 1920 | 2026-05-15T19:50:23.093Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/276) |
| 1921 | 2026-05-15T19:50:23.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1922 | 2026-05-15T19:50:23.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1923 | 2026-05-15T19:50:23.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1924 | 2026-05-15T19:50:23.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1925 | 2026-05-15T19:50:23.570Z | |
| 1926 | 2026-05-15T19:50:23.570Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/276) |
| 1927 | 2026-05-15T19:50:23.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1928 | 2026-05-15T19:50:23.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1929 | 2026-05-15T19:50:23.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1930 | 2026-05-15T19:50:23.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1931 | 2026-05-15T19:50:24.046Z | |
| 1932 | 2026-05-15T19:50:24.046Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/276) |
| 1933 | 2026-05-15T19:50:24.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1934 | 2026-05-15T19:50:24.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1935 | 2026-05-15T19:50:24.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1936 | 2026-05-15T19:50:24.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1937 | 2026-05-15T19:50:24.522Z | |
| 1938 | 2026-05-15T19:50:24.522Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/276) |
| 1939 | 2026-05-15T19:50:24.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1940 | 2026-05-15T19:50:24.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1941 | 2026-05-15T19:50:24.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1942 | 2026-05-15T19:50:24.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1943 | 2026-05-15T19:50:24.999Z | |
| 1944 | 2026-05-15T19:50:24.999Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/276) |
| 1945 | 2026-05-15T19:50:25.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1946 | 2026-05-15T19:50:25.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1947 | 2026-05-15T19:50:25.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1948 | 2026-05-15T19:50:25.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1949 | 2026-05-15T19:50:25.478Z | |
| 1950 | 2026-05-15T19:50:25.478Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/276) |
| 1951 | 2026-05-15T19:50:25.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1952 | 2026-05-15T19:50:25.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1953 | 2026-05-15T19:50:25.896Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1954 | 2026-05-15T19:50:25.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1955 | 2026-05-15T19:50:25.954Z | |
| 1956 | 2026-05-15T19:50:25.954Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/276) |
| 1957 | 2026-05-15T19:50:26.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1958 | 2026-05-15T19:50:26.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1959 | 2026-05-15T19:50:26.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1960 | 2026-05-15T19:50:26.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1961 | 2026-05-15T19:50:26.433Z | |
| 1962 | 2026-05-15T19:50:26.433Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/276) |
| 1963 | 2026-05-15T19:50:26.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1964 | 2026-05-15T19:50:26.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1965 | 2026-05-15T19:50:26.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1966 | 2026-05-15T19:50:26.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1967 | 2026-05-15T19:50:26.907Z | |
| 1968 | 2026-05-15T19:50:26.907Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/276) |
| 1969 | 2026-05-15T19:50:27.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1970 | 2026-05-15T19:50:27.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1971 | 2026-05-15T19:50:27.325Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1972 | 2026-05-15T19:50:27.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1973 | 2026-05-15T19:50:27.386Z | |
| 1974 | 2026-05-15T19:50:27.386Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/276) |
| 1975 | 2026-05-15T19:50:27.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1976 | 2026-05-15T19:50:27.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1977 | 2026-05-15T19:50:27.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1978 | 2026-05-15T19:50:27.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1979 | 2026-05-15T19:50:27.859Z | |
| 1980 | 2026-05-15T19:50:27.859Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/276) |
| 1981 | 2026-05-15T19:50:28.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1982 | 2026-05-15T19:50:28.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1983 | 2026-05-15T19:50:28.274Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1984 | 2026-05-15T19:50:28.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1985 | 2026-05-15T19:50:28.332Z | |
| 1986 | 2026-05-15T19:50:28.332Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/276) |
| 1987 | 2026-05-15T19:50:28.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1988 | 2026-05-15T19:50:28.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1989 | 2026-05-15T19:50:28.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1990 | 2026-05-15T19:50:28.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1991 | 2026-05-15T19:50:28.801Z | |
| 1992 | 2026-05-15T19:50:28.801Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/276) |
| 1993 | 2026-05-15T19:50:29.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1994 | 2026-05-15T19:50:29.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1995 | 2026-05-15T19:50:29.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1996 | 2026-05-15T19:50:29.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1997 | 2026-05-15T19:50:29.270Z | |
| 1998 | 2026-05-15T19:50:29.270Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/276) |
| 1999 | 2026-05-15T19:50:29.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2000 | 2026-05-15T19:50:29.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2001 | 2026-05-15T19:50:29.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2002 | 2026-05-15T19:50:29.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2003 | 2026-05-15T19:50:29.739Z | |
| 2004 | 2026-05-15T19:50:29.739Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/276) |
| 2005 | 2026-05-15T19:50:30.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2006 | 2026-05-15T19:50:30.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2007 | 2026-05-15T19:50:30.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2008 | 2026-05-15T19:50:30.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2009 | 2026-05-15T19:50:30.209Z | |
| 2010 | 2026-05-15T19:50:30.209Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/276) |
| 2011 | 2026-05-15T19:50:30.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2012 | 2026-05-15T19:50:30.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2013 | 2026-05-15T19:50:30.621Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2014 | 2026-05-15T19:50:30.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2015 | 2026-05-15T19:50:30.679Z | |
| 2016 | 2026-05-15T19:50:30.679Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/276) |
| 2017 | 2026-05-15T19:50:31.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2018 | 2026-05-15T19:50:31.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2019 | 2026-05-15T19:50:31.091Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2020 | 2026-05-15T19:50:31.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2021 | 2026-05-15T19:50:31.149Z | |
| 2022 | 2026-05-15T19:50:31.149Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/276) |
| 2023 | 2026-05-15T19:50:31.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2024 | 2026-05-15T19:50:31.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2025 | 2026-05-15T19:50:31.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2026 | 2026-05-15T19:50:31.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2027 | 2026-05-15T19:50:31.618Z | |
| 2028 | 2026-05-15T19:50:31.618Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/276) |
| 2029 | 2026-05-15T19:50:32.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2030 | 2026-05-15T19:50:32.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2031 | 2026-05-15T19:50:32.030Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2032 | 2026-05-15T19:50:32.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2033 | 2026-05-15T19:50:32.091Z | |
| 2034 | 2026-05-15T19:50:32.091Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/276) |
| 2035 | 2026-05-15T19:50:32.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2036 | 2026-05-15T19:50:32.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2037 | 2026-05-15T19:50:32.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2038 | 2026-05-15T19:50:32.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2039 | 2026-05-15T19:50:32.562Z | |
| 2040 | 2026-05-15T19:50:32.563Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/276) |
| 2041 | 2026-05-15T19:50:32.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2042 | 2026-05-15T19:50:32.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2043 | 2026-05-15T19:50:32.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2044 | 2026-05-15T19:50:32.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2045 | 2026-05-15T19:50:33.031Z | |
| 2046 | 2026-05-15T19:50:33.031Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/276) |
| 2047 | 2026-05-15T19:50:33.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2048 | 2026-05-15T19:50:33.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2049 | 2026-05-15T19:50:33.445Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2050 | 2026-05-15T19:50:33.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2051 | 2026-05-15T19:50:33.502Z | |
| 2052 | 2026-05-15T19:50:33.503Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/276) |
| 2053 | 2026-05-15T19:50:33.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2054 | 2026-05-15T19:50:33.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2055 | 2026-05-15T19:50:33.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2056 | 2026-05-15T19:50:33.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2057 | 2026-05-15T19:50:33.973Z | |
| 2058 | 2026-05-15T19:50:33.973Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/276) |
| 2059 | 2026-05-15T19:50:34.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2060 | 2026-05-15T19:50:34.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2061 | 2026-05-15T19:50:34.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2062 | 2026-05-15T19:50:34.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2063 | 2026-05-15T19:50:34.448Z | |
| 2064 | 2026-05-15T19:50:34.448Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/276) |
| 2065 | 2026-05-15T19:50:34.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2066 | 2026-05-15T19:50:34.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2067 | 2026-05-15T19:50:34.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2068 | 2026-05-15T19:50:34.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2069 | 2026-05-15T19:50:34.918Z | |
| 2070 | 2026-05-15T19:50:34.918Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/276) |
| 2071 | 2026-05-15T19:50:35.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2072 | 2026-05-15T19:50:35.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2073 | 2026-05-15T19:50:35.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2074 | 2026-05-15T19:50:35.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2075 | 2026-05-15T19:50:35.392Z | |
| 2076 | 2026-05-15T19:50:35.392Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/276) |
| 2077 | 2026-05-15T19:50:35.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2078 | 2026-05-15T19:50:35.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2079 | 2026-05-15T19:50:35.804Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2080 | 2026-05-15T19:50:35.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2081 | 2026-05-15T19:50:35.862Z | |
| 2082 | 2026-05-15T19:50:35.862Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/276) |
| 2083 | 2026-05-15T19:50:36.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2084 | 2026-05-15T19:50:36.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2085 | 2026-05-15T19:50:36.277Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2086 | 2026-05-15T19:50:36.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2087 | 2026-05-15T19:50:36.335Z | |
| 2088 | 2026-05-15T19:50:36.335Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/276) |
| 2089 | 2026-05-15T19:50:36.875Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2090 | 2026-05-15T19:50:36.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2091 | 2026-05-15T19:50:36.884Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2092 | 2026-05-15T19:50:36.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2093 | 2026-05-15T19:50:36.973Z | |
| 2094 | 2026-05-15T19:50:36.974Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/276) |
| 2095 | 2026-05-15T19:50:37.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2096 | 2026-05-15T19:50:37.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2097 | 2026-05-15T19:50:37.514Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2098 | 2026-05-15T19:50:37.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2099 | 2026-05-15T19:50:37.613Z | |
| 2100 | 2026-05-15T19:50:37.613Z | info: running `cargo check --bins` on nexus-config (51/276) |
| 2101 | 2026-05-15T19:50:38.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2102 | 2026-05-15T19:50:38.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2103 | 2026-05-15T19:50:38.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2104 | 2026-05-15T19:50:38.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2105 | 2026-05-15T19:50:38.252Z | |
| 2106 | 2026-05-15T19:50:38.252Z | info: running `cargo check --bins` on nexus-types (52/276) |
| 2107 | 2026-05-15T19:50:38.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2108 | 2026-05-15T19:50:38.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2109 | 2026-05-15T19:50:38.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2110 | 2026-05-15T19:50:38.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2111 | 2026-05-15T19:50:38.894Z | |
| 2112 | 2026-05-15T19:50:38.894Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/276) |
| 2113 | 2026-05-15T19:50:39.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2114 | 2026-05-15T19:50:39.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2115 | 2026-05-15T19:50:39.409Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2116 | 2026-05-15T19:50:39.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2117 | 2026-05-15T19:50:39.503Z | |
| 2118 | 2026-05-15T19:50:39.503Z | info: running `cargo check --bins` on omicron-passwords (54/276) |
| 2119 | 2026-05-15T19:50:40.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2120 | 2026-05-15T19:50:40.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2121 | 2026-05-15T19:50:40.005Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2122 | 2026-05-15T19:50:40.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2123 | 2026-05-15T19:50:40.089Z | |
| 2124 | 2026-05-15T19:50:40.089Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/276) |
| 2125 | 2026-05-15T19:50:40.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2126 | 2026-05-15T19:50:40.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2127 | 2026-05-15T19:50:40.606Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2128 | 2026-05-15T19:50:40.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2129 | 2026-05-15T19:50:40.698Z | |
| 2130 | 2026-05-15T19:50:40.698Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/276) |
| 2131 | 2026-05-15T19:50:41.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2132 | 2026-05-15T19:50:41.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2133 | 2026-05-15T19:50:41.213Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2134 | 2026-05-15T19:50:41.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2135 | 2026-05-15T19:50:41.306Z | |
| 2136 | 2026-05-15T19:50:41.306Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/276) |
| 2137 | 2026-05-15T19:50:41.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2138 | 2026-05-15T19:50:41.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2139 | 2026-05-15T19:50:41.824Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2140 | 2026-05-15T19:50:41.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2141 | 2026-05-15T19:50:41.912Z | |
| 2142 | 2026-05-15T19:50:41.913Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/276) |
| 2143 | 2026-05-15T19:50:42.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2144 | 2026-05-15T19:50:42.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2145 | 2026-05-15T19:50:42.432Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2146 | 2026-05-15T19:50:42.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2147 | 2026-05-15T19:50:42.518Z | |
| 2148 | 2026-05-15T19:50:42.518Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/276) |
| 2149 | 2026-05-15T19:50:43.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2150 | 2026-05-15T19:50:43.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2151 | 2026-05-15T19:50:43.020Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2152 | 2026-05-15T19:50:43.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2153 | 2026-05-15T19:50:43.103Z | |
| 2154 | 2026-05-15T19:50:43.103Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/276) |
| 2155 | 2026-05-15T19:50:43.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2156 | 2026-05-15T19:50:43.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2157 | 2026-05-15T19:50:43.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2158 | 2026-05-15T19:50:43.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2159 | 2026-05-15T19:50:43.690Z | |
| 2160 | 2026-05-15T19:50:43.690Z | info: running `cargo check --bins --no-default-features` on gfss (61/276) |
| 2161 | 2026-05-15T19:50:44.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2162 | 2026-05-15T19:50:44.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2163 | 2026-05-15T19:50:44.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2164 | 2026-05-15T19:50:44.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2165 | 2026-05-15T19:50:44.271Z | |
| 2166 | 2026-05-15T19:50:44.271Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/276) |
| 2167 | 2026-05-15T19:50:44.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2168 | 2026-05-15T19:50:44.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2169 | 2026-05-15T19:50:44.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2170 | 2026-05-15T19:50:44.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2171 | 2026-05-15T19:50:44.853Z | |
| 2172 | 2026-05-15T19:50:44.854Z | info: running `cargo check --bins` on clickhouse-admin-types (63/276) |
| 2173 | 2026-05-15T19:50:45.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2174 | 2026-05-15T19:50:45.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2175 | 2026-05-15T19:50:45.367Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2176 | 2026-05-15T19:50:45.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2177 | 2026-05-15T19:50:45.459Z | |
| 2178 | 2026-05-15T19:50:45.459Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/276) |
| 2179 | 2026-05-15T19:50:45.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2180 | 2026-05-15T19:50:45.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2181 | 2026-05-15T19:50:45.971Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2182 | 2026-05-15T19:50:45.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2183 | 2026-05-15T19:50:46.064Z | |
| 2184 | 2026-05-15T19:50:46.064Z | info: running `cargo check --bins` on cockroach-admin-types (65/276) |
| 2185 | 2026-05-15T19:50:46.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2186 | 2026-05-15T19:50:46.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2187 | 2026-05-15T19:50:46.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2188 | 2026-05-15T19:50:46.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2189 | 2026-05-15T19:50:46.651Z | |
| 2190 | 2026-05-15T19:50:46.651Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/276) |
| 2191 | 2026-05-15T19:50:47.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2192 | 2026-05-15T19:50:47.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2193 | 2026-05-15T19:50:47.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2194 | 2026-05-15T19:50:47.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2195 | 2026-05-15T19:50:47.238Z | |
| 2196 | 2026-05-15T19:50:47.238Z | info: running `cargo check --bins` on ereport-types (67/276) |
| 2197 | 2026-05-15T19:50:47.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2198 | 2026-05-15T19:50:47.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2199 | 2026-05-15T19:50:47.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2200 | 2026-05-15T19:50:47.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2201 | 2026-05-15T19:50:47.831Z | |
| 2202 | 2026-05-15T19:50:47.831Z | info: running `cargo check --bins` on gateway-client (68/276) |
| 2203 | 2026-05-15T19:50:48.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2204 | 2026-05-15T19:50:48.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2205 | 2026-05-15T19:50:48.342Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2206 | 2026-05-15T19:50:48.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2207 | 2026-05-15T19:50:48.435Z | |
| 2208 | 2026-05-15T19:50:48.435Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/276) |
| 2209 | 2026-05-15T19:50:48.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2210 | 2026-05-15T19:50:48.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2211 | 2026-05-15T19:50:48.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2212 | 2026-05-15T19:50:48.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2213 | 2026-05-15T19:50:49.031Z | |
| 2214 | 2026-05-15T19:50:49.031Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/276) |
| 2215 | 2026-05-15T19:50:49.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2216 | 2026-05-15T19:50:49.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2217 | 2026-05-15T19:50:49.543Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2218 | 2026-05-15T19:50:49.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2219 | 2026-05-15T19:50:49.630Z | |
| 2220 | 2026-05-15T19:50:49.630Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/276) |
| 2221 | 2026-05-15T19:50:50.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2222 | 2026-05-15T19:50:50.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2223 | 2026-05-15T19:50:50.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2224 | 2026-05-15T19:50:50.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2225 | 2026-05-15T19:50:50.228Z | |
| 2226 | 2026-05-15T19:50:50.228Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/276) |
| 2227 | 2026-05-15T19:50:50.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2228 | 2026-05-15T19:50:50.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2229 | 2026-05-15T19:50:50.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2230 | 2026-05-15T19:50:50.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2231 | 2026-05-15T19:50:50.821Z | |
| 2232 | 2026-05-15T19:50:50.821Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/276) |
| 2233 | 2026-05-15T19:50:51.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2234 | 2026-05-15T19:50:51.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2235 | 2026-05-15T19:50:51.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2236 | 2026-05-15T19:50:51.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2237 | 2026-05-15T19:50:51.431Z | |
| 2238 | 2026-05-15T19:50:51.431Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/276) |
| 2239 | 2026-05-15T19:50:51.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2240 | 2026-05-15T19:50:51.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2241 | 2026-05-15T19:50:51.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2242 | 2026-05-15T19:50:51.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2243 | 2026-05-15T19:50:52.045Z | |
| 2244 | 2026-05-15T19:50:52.045Z | info: running `cargo check --bins` on key-manager-types (75/276) |
| 2245 | 2026-05-15T19:50:52.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2246 | 2026-05-15T19:50:52.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2247 | 2026-05-15T19:50:52.543Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2248 | 2026-05-15T19:50:52.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2249 | 2026-05-15T19:50:52.627Z | |
| 2250 | 2026-05-15T19:50:52.628Z | info: running `cargo check --bins` on oxlog (76/276) |
| 2251 | 2026-05-15T19:50:53.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2252 | 2026-05-15T19:50:53.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2253 | 2026-05-15T19:50:53.244Z | Checking cfg-if v1.0.4 |
| 2254 | 2026-05-15T19:50:53.248Z | Checking libc v0.2.185 |
| 2255 | 2026-05-15T19:50:53.248Z | Checking serde_core v1.0.228 |
| 2256 | 2026-05-15T19:50:53.364Z | Checking zeroize v1.8.2 |
| 2257 | 2026-05-15T19:50:53.371Z | Checking memchr v2.8.0 |
| 2258 | 2026-05-15T19:50:53.379Z | Checking log v0.4.29 |
| 2259 | 2026-05-15T19:50:53.389Z | Checking smallvec v1.15.1 |
| 2260 | 2026-05-15T19:50:53.401Z | Checking typenum v1.19.0 |
| 2261 | 2026-05-15T19:50:53.410Z | Checking subtle v2.6.1 |
| 2262 | 2026-05-15T19:50:53.511Z | Checking itoa v1.0.17 |
| 2263 | 2026-05-15T19:50:53.539Z | Checking scopeguard v1.2.0 |
| 2264 | 2026-05-15T19:50:53.556Z | Checking stable_deref_trait v1.2.1 |
| 2265 | 2026-05-15T19:50:53.570Z | Checking const-oid v0.9.6 |
| 2266 | 2026-05-15T19:50:53.631Z | Checking zerofrom v0.1.6 |
| 2267 | 2026-05-15T19:50:53.643Z | Checking lock_api v0.4.14 |
| 2268 | 2026-05-15T19:50:53.655Z | Checking pin-project-lite v0.2.17 |
| 2269 | 2026-05-15T19:50:53.742Z | Checking yoke v0.8.1 |
| 2270 | 2026-05-15T19:50:53.756Z | Checking portable-atomic v1.13.1 |
| 2271 | 2026-05-15T19:50:53.768Z | Checking getrandom v0.2.17 |
| 2272 | 2026-05-15T19:50:53.768Z | Checking errno v0.3.14 |
| 2273 | 2026-05-15T19:50:53.835Z | Checking parking_lot_core v0.9.12 |
| 2274 | 2026-05-15T19:50:53.888Z | Checking signal-hook-registry v1.4.8 |
| 2275 | 2026-05-15T19:50:53.904Z | Checking zerovec v0.11.5 |
| 2276 | 2026-05-15T19:50:53.907Z | Checking rand_core v0.6.4 |
| 2277 | 2026-05-15T19:50:53.925Z | Checking generic-array v0.14.7 |
| 2278 | 2026-05-15T19:50:54.017Z | Checking futures-core v0.3.32 |
| 2279 | 2026-05-15T19:50:54.046Z | Checking critical-section v1.2.0 |
| 2280 | 2026-05-15T19:50:54.083Z | Checking parking_lot v0.12.5 |
| 2281 | 2026-05-15T19:50:54.136Z | Checking mio v1.2.0 |
| 2282 | 2026-05-15T19:50:54.150Z | Checking once_cell v1.21.3 |
| 2283 | 2026-05-15T19:50:54.153Z | Checking zerocopy v0.8.40 |
| 2284 | 2026-05-15T19:50:54.239Z | Checking zmij v1.0.21 |
| 2285 | 2026-05-15T19:50:54.285Z | Checking socket2 v0.6.3 |
| 2286 | 2026-05-15T19:50:54.316Z | Checking libm v0.2.16 |
| 2287 | 2026-05-15T19:50:54.330Z | Checking tinystr v0.8.2 |
| 2288 | 2026-05-15T19:50:54.358Z | Checking crypto-common v0.1.7 |
| 2289 | 2026-05-15T19:50:54.407Z | Checking block-buffer v0.10.4 |
| 2290 | 2026-05-15T19:50:54.480Z | Checking percent-encoding v2.3.2 |
| 2291 | 2026-05-15T19:50:54.491Z | Checking writeable v0.6.2 |
| 2292 | 2026-05-15T19:50:54.502Z | Checking litemap v0.8.1 |
| 2293 | 2026-05-15T19:50:54.529Z | Checking equivalent v1.0.2 |
| 2294 | 2026-05-15T19:50:54.543Z | Checking digest v0.10.7 |
| 2295 | 2026-05-15T19:50:54.611Z | Checking potential_utf v0.1.4 |
| 2296 | 2026-05-15T19:50:54.625Z | Checking zerotrie v0.2.3 |
| 2297 | 2026-05-15T19:50:54.644Z | Checking futures-sink v0.3.32 |
| 2298 | 2026-05-15T19:50:54.669Z | Checking icu_locale_core v2.1.1 |
| 2299 | 2026-05-15T19:50:54.736Z | Checking rand_core v0.10.0 |
| 2300 | 2026-05-15T19:50:54.750Z | Checking futures-channel v0.3.32 |
| 2301 | 2026-05-15T19:50:54.760Z | Checking icu_collections v2.1.1 |
| 2302 | 2026-05-15T19:50:54.833Z | Checking serde v1.0.228 |
| 2303 | 2026-05-15T19:50:54.858Z | Checking bitflags v2.11.0 |
| 2304 | 2026-05-15T19:50:54.877Z | Checking serde_json v1.0.149 |
| 2305 | 2026-05-15T19:50:54.941Z | Checking futures-io v0.3.32 |
| 2306 | 2026-05-15T19:50:55.015Z | Checking num-traits v0.2.19 |
| 2307 | 2026-05-15T19:50:55.034Z | Checking slab v0.4.12 |
| 2308 | 2026-05-15T19:50:55.050Z | Checking cpufeatures v0.2.17 |
| 2309 | 2026-05-15T19:50:55.062Z | Checking futures-task v0.3.32 |
| 2310 | 2026-05-15T19:50:55.121Z | Checking getrandom v0.4.1 |
| 2311 | 2026-05-15T19:50:55.175Z | Checking hmac v0.12.1 |
| 2312 | 2026-05-15T19:50:55.196Z | Checking futures-util v0.3.32 |
| 2313 | 2026-05-15T19:50:55.228Z | Checking icu_provider v2.1.1 |
| 2314 | 2026-05-15T19:50:55.242Z | Checking bytes v1.11.1 |
| 2315 | 2026-05-15T19:50:55.272Z | Checking icu_normalizer_data v2.1.1 |
| 2316 | 2026-05-15T19:50:55.304Z | Checking icu_properties_data v2.1.2 |
| 2317 | 2026-05-15T19:50:55.364Z | Checking hashbrown v0.17.0 |
| 2318 | 2026-05-15T19:50:55.434Z | Checking block-padding v0.3.3 |
| 2319 | 2026-05-15T19:50:55.464Z | Checking icu_normalizer v2.1.1 |
| 2320 | 2026-05-15T19:50:55.546Z | Checking icu_properties v2.1.2 |
| 2321 | 2026-05-15T19:50:55.560Z | Checking utf8_iter v1.0.4 |
| 2322 | 2026-05-15T19:50:55.572Z | Checking inout v0.1.4 |
| 2323 | 2026-05-15T19:50:55.682Z | Checking sha2 v0.10.9 |
| 2324 | 2026-05-15T19:50:55.697Z | Checking tokio v1.52.1 |
| 2325 | 2026-05-15T19:50:55.707Z | Checking cipher v0.4.4 |
| 2326 | 2026-05-15T19:50:55.769Z | Checking form_urlencoded v1.2.2 |
| 2327 | 2026-05-15T19:50:55.811Z | Checking indexmap v2.14.0 |
| 2328 | 2026-05-15T19:50:55.896Z | Checking getrandom v0.3.4 |
| 2329 | 2026-05-15T19:50:55.910Z | Checking fnv v1.0.7 |
| 2330 | 2026-05-15T19:50:55.954Z | Checking byteorder v1.5.0 |
| 2331 | 2026-05-15T19:50:55.999Z | Checking base64ct v1.8.3 |
| 2332 | 2026-05-15T19:50:56.037Z | Checking flagset v0.4.7 |
| 2333 | 2026-05-15T19:50:56.153Z | Checking rand_core v0.9.5 |
| 2334 | 2026-05-15T19:50:56.170Z | Checking http v1.4.0 |
| 2335 | 2026-05-15T19:50:56.232Z | Checking pem-rfc7468 v0.7.0 |
| 2336 | 2026-05-15T19:50:56.330Z | Checking regex-syntax v0.8.10 |
| 2337 | 2026-05-15T19:50:56.359Z | Checking salsa20 v0.10.2 |
| 2338 | 2026-05-15T19:50:56.371Z | Checking idna_adapter v1.2.1 |
| 2339 | 2026-05-15T19:50:56.388Z | Checking der v0.7.10 |
| 2340 | 2026-05-15T19:50:56.487Z | Checking idna v1.1.0 |
| 2341 | 2026-05-15T19:50:56.490Z | Checking pbkdf2 v0.12.2 |
| 2342 | 2026-05-15T19:50:56.607Z | Checking uuid v1.23.0 |
| 2343 | 2026-05-15T19:50:56.724Z | Checking rustix v1.1.3 |
| 2344 | 2026-05-15T19:50:56.739Z | Checking url v2.5.8 |
| 2345 | 2026-05-15T19:50:56.924Z | Checking tracing-core v0.1.36 |
| 2346 | 2026-05-15T19:50:56.937Z | Checking ppv-lite86 v0.2.21 |
| 2347 | 2026-05-15T19:50:57.102Z | Checking rustls-pki-types v1.14.0 |
| 2348 | 2026-05-15T19:50:57.133Z | Checking spki v0.7.3 |
| 2349 | 2026-05-15T19:50:57.178Z | Checking base64 v0.22.1 |
| 2350 | 2026-05-15T19:50:57.225Z | Checking iana-time-zone v0.1.65 |
| 2351 | 2026-05-15T19:50:57.239Z | Checking tracing v0.1.44 |
| 2352 | 2026-05-15T19:50:57.290Z | Checking rand_chacha v0.9.0 |
| 2353 | 2026-05-15T19:50:57.334Z | Checking chrono v0.4.44 |
| 2354 | 2026-05-15T19:50:57.382Z | Checking http-body v1.0.1 |
| 2355 | 2026-05-15T19:50:57.411Z | Checking scrypt v0.11.0 |
| 2356 | 2026-05-15T19:50:57.439Z | Checking cbc v0.1.2 |
| 2357 | 2026-05-15T19:50:57.486Z | Checking aes v0.8.4 |
| 2358 | 2026-05-15T19:50:57.512Z | Checking aws-lc-sys v0.40.0 |
| 2359 | 2026-05-15T19:50:57.546Z | Checking untrusted v0.9.0 |
| 2360 | 2026-05-15T19:50:57.563Z | Checking openssl-probe v0.2.1 |
| 2361 | 2026-05-15T19:50:57.573Z | Checking untrusted v0.7.1 |
| 2362 | 2026-05-15T19:50:57.633Z | Checking tinyvec_macros v0.1.1 |
| 2363 | 2026-05-15T19:50:57.654Z | Checking ring v0.17.14 |
| 2364 | 2026-05-15T19:50:57.669Z | Checking rand v0.9.2 |
| 2365 | 2026-05-15T19:50:57.681Z | Checking atomic-waker v1.1.2 |
| 2366 | 2026-05-15T19:50:57.697Z | Checking tinyvec v1.10.0 |
| 2367 | 2026-05-15T19:50:57.779Z | Checking tower-layer v0.3.3 |
| 2368 | 2026-05-15T19:50:57.876Z | Checking pkcs5 v0.7.1 |
| 2369 | 2026-05-15T19:50:57.928Z | Checking try-lock v0.2.5 |
| 2370 | 2026-05-15T19:50:58.007Z | Checking tower-service v0.3.3 |
| 2371 | 2026-05-15T19:50:58.019Z | Checking aws-lc-rs v1.16.3 |
| 2372 | 2026-05-15T19:50:58.031Z | Checking want v0.3.1 |
| 2373 | 2026-05-15T19:50:58.096Z | Checking ipnet v2.11.0 |
| 2374 | 2026-05-15T19:50:58.127Z | Checking pkcs8 v0.10.2 |
| 2375 | 2026-05-15T19:50:58.130Z | Checking httparse v1.10.1 |
| 2376 | 2026-05-15T19:50:58.150Z | Checking aho-corasick v1.1.4 |
| 2377 | 2026-05-15T19:50:58.183Z | Checking pin-utils v0.1.0 |
| 2378 | 2026-05-15T19:50:58.254Z | Checking httpdate v1.0.3 |
| 2379 | 2026-05-15T19:50:58.304Z | Checking plain v0.2.3 |
| 2380 | 2026-05-15T19:50:58.343Z | Checking fastrand v2.3.0 |
| 2381 | 2026-05-15T19:50:58.356Z | Checking foreign-types-shared v0.1.1 |
| 2382 | 2026-05-15T19:50:58.396Z | Checking dyn-clone v1.0.20 |
| 2383 | 2026-05-15T19:50:58.413Z | Checking unicode-normalization v0.1.25 |
| 2384 | 2026-05-15T19:50:58.432Z | Checking foreign-types v0.3.2 |
| 2385 | 2026-05-15T19:50:58.500Z | Checking semver v1.0.28 |
| 2386 | 2026-05-15T19:50:58.500Z | Checking openssl-sys v0.9.115 |
| 2387 | 2026-05-15T19:50:58.524Z | Checking tempfile v3.25.0 |
| 2388 | 2026-05-15T19:50:58.634Z | Checking spin v0.9.8 |
| 2389 | 2026-05-15T19:50:58.711Z | Checking unicode-ident v1.0.24 |
| 2390 | 2026-05-15T19:50:58.724Z | Checking ucd-trie v0.1.7 |
| 2391 | 2026-05-15T19:50:58.810Z | Checking regex-automata v0.4.14 |
| 2392 | 2026-05-15T19:50:58.823Z | Checking proc-macro2 v1.0.106 |
| 2393 | 2026-05-15T19:50:58.838Z | Checking rustls-webpki v0.103.9 |
| 2394 | 2026-05-15T19:50:58.841Z | Checking schemars v0.8.22 |
| 2395 | 2026-05-15T19:50:58.863Z | Checking pest v2.8.6 |
| 2396 | 2026-05-15T19:50:58.871Z | Checking rustls-native-certs v0.8.3 |
| 2397 | 2026-05-15T19:50:58.893Z | Checking openssl v0.10.79 |
| 2398 | 2026-05-15T19:50:58.910Z | Checking tokio-util v0.7.18 |
| 2399 | 2026-05-15T19:50:58.992Z | Checking thiserror v2.0.18 |
| 2400 | 2026-05-15T19:50:59.096Z | Checking sync_wrapper v1.0.2 |
| 2401 | 2026-05-15T19:50:59.134Z | Checking wait-timeout v0.2.1 |
| 2402 | 2026-05-15T19:50:59.197Z | Checking simd-adler32 v0.3.8 |
| 2403 | 2026-05-15T19:50:59.257Z | Checking utf8parse v0.2.2 |
| 2404 | 2026-05-15T19:50:59.270Z | Checking rustls v0.23.37 |
| 2405 | 2026-05-15T19:50:59.358Z | Checking pretty-hex v0.4.1 |
| 2406 | 2026-05-15T19:50:59.371Z | Checking powerfmt v0.2.0 |
| 2407 | 2026-05-15T19:50:59.476Z | Checking anstyle v1.0.13 |
| 2408 | 2026-05-15T19:50:59.494Z | Checking siphasher v1.0.2 |
| 2409 | 2026-05-15T19:50:59.507Z | Checking h2 v0.4.13 |
| 2410 | 2026-05-15T19:50:59.519Z | Checking bit-vec v0.8.0 |
| 2411 | 2026-05-15T19:50:59.645Z | Checking quick-error v1.2.3 |
| 2412 | 2026-05-15T19:50:59.659Z | Checking deranged v0.5.8 |
| 2413 | 2026-05-15T19:50:59.711Z | Checking bit-set v0.8.0 |
| 2414 | 2026-05-15T19:50:59.745Z | Checking rusty-fork v0.3.1 |
| 2415 | 2026-05-15T19:50:59.855Z | Checking anstyle-parse v0.2.7 |
| 2416 | 2026-05-15T19:50:59.914Z | Checking tower v0.5.3 |
| 2417 | 2026-05-15T19:50:59.914Z | Checking quote v1.0.45 |
| 2418 | 2026-05-15T19:51:00.003Z | Compiling newtype-uuid v1.3.2 |
| 2419 | 2026-05-15T19:51:00.085Z | Checking http-body-util v0.1.3 |
| 2420 | 2026-05-15T19:51:00.184Z | Checking webpki-roots v1.0.6 |
| 2421 | 2026-05-15T19:51:00.311Z | Checking crossbeam-utils v0.8.21 |
| 2422 | 2026-05-15T19:51:00.323Z | Checking rand_xorshift v0.4.0 |
| 2423 | 2026-05-15T19:51:00.335Z | Checking crc32fast v1.5.0 |
| 2424 | 2026-05-15T19:51:00.442Z | Checking scroll v0.13.0 |
| 2425 | 2026-05-15T19:51:00.479Z | Checking signature v2.2.0 |
| 2426 | 2026-05-15T19:51:00.596Z | Checking unicode-bidi v0.3.18 |
| 2427 | 2026-05-15T19:51:00.611Z | Checking is_terminal_polyfill v1.70.2 |
| 2428 | 2026-05-15T19:51:00.633Z | Checking adler2 v2.0.1 |
| 2429 | 2026-05-15T19:51:00.646Z | Checking unicode-properties v0.1.4 |
| 2430 | 2026-05-15T19:51:00.673Z | Checking colorchoice v1.0.4 |
| 2431 | 2026-05-15T19:51:00.698Z | Checking num-conv v0.2.0 |
| 2432 | 2026-05-15T19:51:00.743Z | Checking allocator-api2 v0.2.21 |
| 2433 | 2026-05-15T19:51:00.773Z | Checking anstyle-query v1.1.5 |
| 2434 | 2026-05-15T19:51:00.817Z | Checking time-core v0.1.8 |
| 2435 | 2026-05-15T19:51:00.834Z | Checking iri-string v0.7.10 |
| 2436 | 2026-05-15T19:51:00.864Z | Checking ryu v1.0.23 |
| 2437 | 2026-05-15T19:51:00.900Z | Checking num_threads v0.1.7 |
| 2438 | 2026-05-15T19:51:00.923Z | Checking native-tls v0.2.18 |
| 2439 | 2026-05-15T19:51:00.957Z | Checking unarray v0.1.4 |
| 2440 | 2026-05-15T19:51:00.985Z | Checking time v0.3.47 |
| 2441 | 2026-05-15T19:51:00.999Z | Checking serde_urlencoded v0.7.1 |
| 2442 | 2026-05-15T19:51:01.025Z | Checking stringprep v0.1.5 |
| 2443 | 2026-05-15T19:51:01.058Z | Checking proptest v1.10.0 |
| 2444 | 2026-05-15T19:51:01.096Z | Checking tokio-native-tls v0.3.1 |
| 2445 | 2026-05-15T19:51:01.174Z | Checking anstream v0.6.21 |
| 2446 | 2026-05-15T19:51:01.198Z | Checking miniz_oxide v0.8.9 |
| 2447 | 2026-05-15T19:51:01.252Z | Checking goblin v0.10.5 |
| 2448 | 2026-05-15T19:51:01.371Z | Checking crossbeam-epoch v0.9.18 |
| 2449 | 2026-05-15T19:51:01.544Z | Checking bstr v1.12.1 |
| 2450 | 2026-05-15T19:51:01.595Z | Compiling daft v0.1.5 |
| 2451 | 2026-05-15T19:51:01.638Z | Checking tokio-rustls v0.26.4 |
| 2452 | 2026-05-15T19:51:01.851Z | Checking tower-http v0.6.8 |
| 2453 | 2026-05-15T19:51:01.866Z | Checking syn v2.0.117 |
| 2454 | 2026-05-15T19:51:01.879Z | Checking ipnetwork v0.21.1 |
| 2455 | 2026-05-15T19:51:01.934Z | Checking rand_chacha v0.3.1 |
| 2456 | 2026-05-15T19:51:02.089Z | Checking thiserror v1.0.69 |
| 2457 | 2026-05-15T19:51:02.115Z | Checking scroll v0.12.0 |
| 2458 | 2026-05-15T19:51:02.128Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2459 | 2026-05-15T19:51:02.140Z | Checking hash32 v0.2.1 |
| 2460 | 2026-05-15T19:51:02.184Z | Checking num-integer v0.1.46 |
| 2461 | 2026-05-15T19:51:02.226Z | Checking hyper v1.8.1 |
| 2462 | 2026-05-15T19:51:02.239Z | Checking toml_datetime v0.6.11 |
| 2463 | 2026-05-15T19:51:02.288Z | Checking serde_spanned v0.6.9 |
| 2464 | 2026-05-15T19:51:02.340Z | Checking md-5 v0.10.6 |
| 2465 | 2026-05-15T19:51:02.405Z | Checking ff v0.13.1 |
| 2466 | 2026-05-15T19:51:02.420Z | Checking psl-types v2.0.11 |
| 2467 | 2026-05-15T19:51:02.420Z | Checking zlib-rs v0.6.2 |
| 2468 | 2026-05-15T19:51:02.478Z | Checking fallible-iterator v0.2.0 |
| 2469 | 2026-05-15T19:51:02.532Z | Checking base16ct v0.2.0 |
| 2470 | 2026-05-15T19:51:02.545Z | Compiling iddqd v0.3.18 |
| 2471 | 2026-05-15T19:51:02.657Z | Checking sec1 v0.7.3 |
| 2472 | 2026-05-15T19:51:02.744Z | Checking postgres-protocol v0.6.10 |
| 2473 | 2026-05-15T19:51:02.862Z | Checking publicsuffix v2.3.0 |
| 2474 | 2026-05-15T19:51:02.996Z | Checking group v0.13.0 |
| 2475 | 2026-05-15T19:51:03.024Z | Checking num-iter v0.1.45 |
| 2476 | 2026-05-15T19:51:03.058Z | Checking goblin v0.8.2 |
| 2477 | 2026-05-15T19:51:03.114Z | Checking hyper-util v0.1.20 |
| 2478 | 2026-05-15T19:51:03.135Z | Checking heapless v0.7.17 |
| 2479 | 2026-05-15T19:51:03.147Z | Checking zstd-safe v7.2.4 |
| 2480 | 2026-05-15T19:51:03.294Z | Checking flate2 v1.1.9 |
| 2481 | 2026-05-15T19:51:03.311Z | Checking rand v0.8.6 |
| 2482 | 2026-05-15T19:51:03.540Z | Checking cookie v0.18.1 |
| 2483 | 2026-05-15T19:51:03.584Z | Checking dof v0.4.0 |
| 2484 | 2026-05-15T19:51:03.597Z | Checking oxnet v0.1.4 |
| 2485 | 2026-05-15T19:51:03.663Z | Checking dtrace-parser v0.3.0 |
| 2486 | 2026-05-15T19:51:03.767Z | Checking phf_shared v0.13.1 |
| 2487 | 2026-05-15T19:51:03.824Z | Checking lazy_static v1.5.0 |
| 2488 | 2026-05-15T19:51:03.827Z | Checking zerocopy v0.7.35 |
| 2489 | 2026-05-15T19:51:03.903Z | Checking pin-project v1.1.11 |
| 2490 | 2026-05-15T19:51:03.915Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2491 | 2026-05-15T19:51:03.963Z | Checking signal-hook v0.3.18 |
| 2492 | 2026-05-15T19:51:03.996Z | Checking terminal_size v0.4.3 |
| 2493 | 2026-05-15T19:51:03.999Z | Checking futures-executor v0.3.32 |
| 2494 | 2026-05-15T19:51:04.112Z | Checking hkdf v0.12.4 |
| 2495 | 2026-05-15T19:51:04.128Z | Checking hex v0.4.3 |
| 2496 | 2026-05-15T19:51:04.149Z | Checking crypto-bigint v0.5.5 |
| 2497 | 2026-05-15T19:51:04.152Z | Checking thread-id v5.1.0 |
| 2498 | 2026-05-15T19:51:04.212Z | Checking encoding_rs v0.8.35 |
| 2499 | 2026-05-15T19:51:04.239Z | Checking foldhash v0.1.5 |
| 2500 | 2026-05-15T19:51:04.251Z | Checking clap_lex v1.0.0 |
| 2501 | 2026-05-15T19:51:04.318Z | Checking cpufeatures v0.3.0 |
| 2502 | 2026-05-15T19:51:04.359Z | Checking mime v0.3.17 |
| 2503 | 2026-05-15T19:51:04.376Z | Checking same-file v1.0.6 |
| 2504 | 2026-05-15T19:51:04.379Z | Checking hyper-rustls v0.27.7 |
| 2505 | 2026-05-15T19:51:04.399Z | Checking hyper-tls v0.6.0 |
| 2506 | 2026-05-15T19:51:04.402Z | Checking bitflags v1.3.2 |
| 2507 | 2026-05-15T19:51:04.479Z | Checking strsim v0.11.1 |
| 2508 | 2026-05-15T19:51:04.492Z | Checking managed v0.8.0 |
| 2509 | 2026-05-15T19:51:04.533Z | Compiling rayon-core v1.13.0 |
| 2510 | 2026-05-15T19:51:04.567Z | Checking either v1.15.0 |
| 2511 | 2026-05-15T19:51:04.593Z | Checking libbz2-rs-sys v0.2.2 |
| 2512 | 2026-05-15T19:51:04.642Z | Checking bumpalo v3.20.2 |
| 2513 | 2026-05-15T19:51:04.675Z | Checking winnow v0.7.14 |
| 2514 | 2026-05-15T19:51:04.708Z | Checking foldhash v0.2.0 |
| 2515 | 2026-05-15T19:51:04.750Z | Checking winnow v0.5.40 |
| 2516 | 2026-05-15T19:51:04.843Z | Checking zopfli v0.8.3 |
| 2517 | 2026-05-15T19:51:04.861Z | Checking hashbrown v0.16.1 |
| 2518 | 2026-05-15T19:51:04.949Z | Checking dof v0.3.0 |
| 2519 | 2026-05-15T19:51:04.983Z | Checking bzip2 v0.6.1 |
| 2520 | 2026-05-15T19:51:05.042Z | Checking elliptic-curve v0.13.8 |
| 2521 | 2026-05-15T19:51:05.154Z | Checking reqwest v0.12.28 |
| 2522 | 2026-05-15T19:51:05.168Z | Checking smoltcp v0.9.1 |
| 2523 | 2026-05-15T19:51:05.180Z | Checking clap_builder v4.5.60 |
| 2524 | 2026-05-15T19:51:05.228Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2525 | 2026-05-15T19:51:05.365Z | Checking walkdir v2.5.0 |
| 2526 | 2026-05-15T19:51:05.380Z | Checking chacha20 v0.10.0 |
| 2527 | 2026-05-15T19:51:05.428Z | Checking hashbrown v0.15.5 |
| 2528 | 2026-05-15T19:51:05.526Z | Checking usdt-impl v0.6.0 |
| 2529 | 2026-05-15T19:51:05.594Z | Checking signal-hook-mio v0.2.5 |
| 2530 | 2026-05-15T19:51:05.700Z | Checking futures v0.3.32 |
| 2531 | 2026-05-15T19:51:05.770Z | Checking snafu v0.8.9 |
| 2532 | 2026-05-15T19:51:05.781Z | Checking bzip2 v0.4.4 |
| 2533 | 2026-05-15T19:51:05.813Z | Checking phf v0.13.1 |
| 2534 | 2026-05-15T19:51:05.866Z | Checking num-bigint-dig v0.8.6 |
| 2535 | 2026-05-15T19:51:05.910Z | Checking toml_edit v0.19.15 |
| 2536 | 2026-05-15T19:51:05.943Z | Checking cookie_store v0.22.1 |
| 2537 | 2026-05-15T19:51:05.955Z | Checking zstd v0.13.3 |
| 2538 | 2026-05-15T19:51:06.002Z | Checking postgres-types v0.2.12 |
| 2539 | 2026-05-15T19:51:06.020Z | Checking dtrace-parser v0.2.0 |
| 2540 | 2026-05-15T19:51:06.129Z | Checking globset v0.4.18 |
| 2541 | 2026-05-15T19:51:06.141Z | Checking rustls-platform-verifier v0.6.2 |
| 2542 | 2026-05-15T19:51:06.249Z | Checking crossbeam-deque v0.8.6 |
| 2543 | 2026-05-15T19:51:06.266Z | Checking regex v1.12.3 |
| 2544 | 2026-05-15T19:51:06.278Z | Checking ed25519 v2.2.3 |
| 2545 | 2026-05-15T19:51:06.312Z | Checking phf_shared v0.11.3 |
| 2546 | 2026-05-15T19:51:06.380Z | Checking olpc-cjson v0.1.4 |
| 2547 | 2026-05-15T19:51:06.416Z | Checking curve25519-dalek v4.1.3 |
| 2548 | 2026-05-15T19:51:06.429Z | Checking ref-cast v1.0.25 |
| 2549 | 2026-05-15T19:51:06.452Z | Checking strum v0.27.2 |
| 2550 | 2026-05-15T19:51:06.464Z | Checking hubpack v0.1.2 |
| 2551 | 2026-05-15T19:51:06.512Z | Checking memoffset v0.9.1 |
| 2552 | 2026-05-15T19:51:06.524Z | Checking rustix v0.38.44 |
| 2553 | 2026-05-15T19:51:06.539Z | Checking pkcs1 v0.7.5 |
| 2554 | 2026-05-15T19:51:06.560Z | Checking pem v3.0.6 |
| 2555 | 2026-05-15T19:51:06.589Z | Checking float-cmp v0.10.0 |
| 2556 | 2026-05-15T19:51:06.626Z | Checking rfc6979 v0.4.0 |
| 2557 | 2026-05-15T19:51:06.670Z | Checking serde-big-array v0.5.1 |
| 2558 | 2026-05-15T19:51:06.710Z | Checking serde_plain v1.0.2 |
| 2559 | 2026-05-15T19:51:06.722Z | Checking erased-serde v0.3.31 |
| 2560 | 2026-05-15T19:51:06.740Z | Checking thread-id v4.2.2 |
| 2561 | 2026-05-15T19:51:06.743Z | Checking memmap2 v0.9.10 |
| 2562 | 2026-05-15T19:51:06.801Z | Checking env_filter v1.0.0 |
| 2563 | 2026-05-15T19:51:06.821Z | Checking typed-path v0.9.3 |
| 2564 | 2026-05-15T19:51:06.853Z | Checking rustc-hash v2.1.1 |
| 2565 | 2026-05-15T19:51:06.911Z | Checking predicates-core v1.0.10 |
| 2566 | 2026-05-15T19:51:06.934Z | Checking unicode-segmentation v1.12.0 |
| 2567 | 2026-05-15T19:51:06.946Z | Checking toml_write v0.1.2 |
| 2568 | 2026-05-15T19:51:06.964Z | Checking fixedbitset v0.4.2 |
| 2569 | 2026-05-15T19:51:07.030Z | Checking new_debug_unreachable v1.0.6 |
| 2570 | 2026-05-15T19:51:07.097Z | Checking normalize-line-endings v0.3.0 |
| 2571 | 2026-05-15T19:51:07.109Z | Checking static_assertions v1.1.0 |
| 2572 | 2026-05-15T19:51:07.112Z | Checking keccak v0.1.6 |
| 2573 | 2026-05-15T19:51:07.112Z | Checking data-encoding v2.10.0 |
| 2574 | 2026-05-15T19:51:07.186Z | Checking jiff v0.2.21 |
| 2575 | 2026-05-15T19:51:07.197Z | Checking precomputed-hash v0.1.1 |
| 2576 | 2026-05-15T19:51:07.209Z | Checking whoami v2.1.0 |
| 2577 | 2026-05-15T19:51:07.240Z | Checking fixedbitset v0.5.7 |
| 2578 | 2026-05-15T19:51:07.273Z | Checking difflib v0.4.0 |
| 2579 | 2026-05-15T19:51:07.285Z | Checking string_cache v0.8.9 |
| 2580 | 2026-05-15T19:51:07.313Z | Checking crossterm v0.28.1 |
| 2581 | 2026-05-15T19:51:07.396Z | Checking hickory-proto v0.25.2 |
| 2582 | 2026-05-15T19:51:07.396Z | Checking tokio-postgres v0.7.16 |
| 2583 | 2026-05-15T19:51:07.435Z | Checking petgraph v0.8.3 |
| 2584 | 2026-05-15T19:51:07.447Z | Checking sha3 v0.10.8 |
| 2585 | 2026-05-15T19:51:07.459Z | Checking predicates v3.1.4 |
| 2586 | 2026-05-15T19:51:07.596Z | Checking tough v0.22.0 |
| 2587 | 2026-05-15T19:51:07.649Z | Checking similar v2.7.0 |
| 2588 | 2026-05-15T19:51:07.750Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2589 | 2026-05-15T19:51:08.026Z | Checking ed25519-dalek v2.2.0 |
| 2590 | 2026-05-15T19:51:08.028Z | Checking toml_edit v0.22.27 |
| 2591 | 2026-05-15T19:51:08.271Z | Checking petgraph v0.6.5 |
| 2592 | 2026-05-15T19:51:08.648Z | Checking slog v2.8.2 |
| 2593 | 2026-05-15T19:51:08.976Z | Checking env_logger v0.11.9 |
| 2594 | 2026-05-15T19:51:09.089Z | Checking toml v0.7.8 |
| 2595 | 2026-05-15T19:51:09.168Z | Checking usdt v0.6.0 |
| 2596 | 2026-05-15T19:51:09.340Z | Checking usdt-impl v0.5.0 |
| 2597 | 2026-05-15T19:51:09.390Z | Checking zip v4.6.1 |
| 2598 | 2026-05-15T19:51:09.403Z | Checking rsa v0.9.10 |
| 2599 | 2026-05-15T19:51:09.505Z | Checking ecdsa v0.16.9 |
| 2600 | 2026-05-15T19:51:09.592Z | Checking nix v0.31.2 |
| 2601 | 2026-05-15T19:51:09.769Z | Checking clap v4.5.60 |
| 2602 | 2026-05-15T19:51:09.841Z | Checking reqwest v0.13.2 |
| 2603 | 2026-05-15T19:51:09.854Z | Checking zip v0.6.6 |
| 2604 | 2026-05-15T19:51:09.873Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2605 | 2026-05-15T19:51:09.959Z | Checking rand v0.10.0 |
| 2606 | 2026-05-15T19:51:09.976Z | Checking itertools v0.13.0 |
| 2607 | 2026-05-15T19:51:09.995Z | Checking serde_with v3.17.0 |
| 2608 | 2026-05-15T19:51:10.176Z | Checking strum v0.26.3 |
| 2609 | 2026-05-15T19:51:10.189Z | Checking fs-err v3.3.0 |
| 2610 | 2026-05-15T19:51:10.200Z | Checking ahash v0.8.12 |
| 2611 | 2026-05-15T19:51:10.293Z | Checking object v0.37.3 |
| 2612 | 2026-05-15T19:51:10.414Z | Checking tokio-stream v0.1.18 |
| 2613 | 2026-05-15T19:51:10.427Z | Checking buf-list v1.1.2 |
| 2614 | 2026-05-15T19:51:10.489Z | Checking anyhow v1.0.102 |
| 2615 | 2026-05-15T19:51:10.611Z | Checking camino v1.2.2 |
| 2616 | 2026-05-15T19:51:10.614Z | Checking x509-cert v0.2.5 |
| 2617 | 2026-05-15T19:51:10.693Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2618 | 2026-05-15T19:51:10.709Z | Checking openapiv3 v2.2.0 |
| 2619 | 2026-05-15T19:51:10.802Z | Checking sha1 v0.10.6 |
| 2620 | 2026-05-15T19:51:10.863Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2621 | 2026-05-15T19:51:10.952Z | Checking lalrpop-util v0.19.12 |
| 2622 | 2026-05-15T19:51:10.970Z | Checking peg-runtime v0.8.5 |
| 2623 | 2026-05-15T19:51:11.020Z | Checking rayon v1.11.0 |
| 2624 | 2026-05-15T19:51:11.059Z | Checking sigpipe v0.1.3 |
| 2625 | 2026-05-15T19:51:11.109Z | Checking glob v0.3.3 |
| 2626 | 2026-05-15T19:51:12.511Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2627 | 2026-05-15T19:51:12.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.16s |
| 2628 | 2026-05-15T19:51:12.963Z | |
| 2629 | 2026-05-15T19:51:12.963Z | info: running `cargo check --bins` on internal-dns-types (77/276) |
| 2630 | 2026-05-15T19:51:13.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2631 | 2026-05-15T19:51:13.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2632 | 2026-05-15T19:51:13.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2633 | 2026-05-15T19:51:13.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2634 | 2026-05-15T19:51:13.570Z | |
| 2635 | 2026-05-15T19:51:13.570Z | info: running `cargo check --bins` on internal-dns-types-versions (78/276) |
| 2636 | 2026-05-15T19:51:14.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2637 | 2026-05-15T19:51:14.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2638 | 2026-05-15T19:51:14.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2639 | 2026-05-15T19:51:14.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2640 | 2026-05-15T19:51:14.168Z | |
| 2641 | 2026-05-15T19:51:14.168Z | info: running `cargo check --bins` on nexus-types-versions (79/276) |
| 2642 | 2026-05-15T19:51:14.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2643 | 2026-05-15T19:51:14.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2644 | 2026-05-15T19:51:14.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2645 | 2026-05-15T19:51:14.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2646 | 2026-05-15T19:51:14.780Z | |
| 2647 | 2026-05-15T19:51:14.780Z | info: running `cargo check --bins` on oxql-types (80/276) |
| 2648 | 2026-05-15T19:51:15.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2649 | 2026-05-15T19:51:15.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2650 | 2026-05-15T19:51:15.292Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2651 | 2026-05-15T19:51:15.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2652 | 2026-05-15T19:51:15.384Z | |
| 2653 | 2026-05-15T19:51:15.384Z | info: running `cargo check --bins` on oximeter-types (81/276) |
| 2654 | 2026-05-15T19:51:15.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2655 | 2026-05-15T19:51:15.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2656 | 2026-05-15T19:51:15.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2657 | 2026-05-15T19:51:15.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2658 | 2026-05-15T19:51:15.982Z | |
| 2659 | 2026-05-15T19:51:15.982Z | info: running `cargo check --bins` on oximeter-types-versions (82/276) |
| 2660 | 2026-05-15T19:51:16.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2661 | 2026-05-15T19:51:16.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2662 | 2026-05-15T19:51:16.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2663 | 2026-05-15T19:51:16.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2664 | 2026-05-15T19:51:16.581Z | |
| 2665 | 2026-05-15T19:51:16.581Z | info: running `cargo check --bins` on oximeter-macro-impl (83/276) |
| 2666 | 2026-05-15T19:51:17.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2667 | 2026-05-15T19:51:17.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2668 | 2026-05-15T19:51:17.081Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2669 | 2026-05-15T19:51:17.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2670 | 2026-05-15T19:51:17.168Z | |
| 2671 | 2026-05-15T19:51:17.168Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/276) |
| 2672 | 2026-05-15T19:51:17.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2673 | 2026-05-15T19:51:17.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2674 | 2026-05-15T19:51:17.860Z | Compiling structmeta-derive v0.3.0 |
| 2675 | 2026-05-15T19:51:17.979Z | Compiling rustls v0.22.4 |
| 2676 | 2026-05-15T19:51:17.987Z | Compiling multer v3.1.0 |
| 2677 | 2026-05-15T19:51:17.996Z | Compiling async-stream-impl v0.3.6 |
| 2678 | 2026-05-15T19:51:17.996Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2679 | 2026-05-15T19:51:18.019Z | Compiling dropshot v0.17.0 |
| 2680 | 2026-05-15T19:51:18.032Z | Compiling dropshot_endpoint v0.17.0 |
| 2681 | 2026-05-15T19:51:18.035Z | Compiling newtype-uuid-macros v0.1.0 |
| 2682 | 2026-05-15T19:51:18.157Z | Checking newtype-uuid v1.3.2 |
| 2683 | 2026-05-15T19:51:18.217Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2684 | 2026-05-15T19:51:18.280Z | Checking rustls-webpki v0.102.8 |
| 2685 | 2026-05-15T19:51:18.366Z | Checking daft v0.1.5 |
| 2686 | 2026-05-15T19:51:18.382Z | Checking thread_local v1.1.9 |
| 2687 | 2026-05-15T19:51:18.549Z | Checking match_cfg v0.1.0 |
| 2688 | 2026-05-15T19:51:18.573Z | Checking compression-core v0.4.31 |
| 2689 | 2026-05-15T19:51:18.613Z | Checking iddqd v0.3.18 |
| 2690 | 2026-05-15T19:51:18.627Z | Checking hostname v0.3.1 |
| 2691 | 2026-05-15T19:51:18.643Z | Checking crossbeam-channel v0.5.15 |
| 2692 | 2026-05-15T19:51:18.698Z | Checking compression-codecs v0.4.37 |
| 2693 | 2026-05-15T19:51:18.721Z | Checking slog-json v2.6.1 |
| 2694 | 2026-05-15T19:51:18.789Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2695 | 2026-05-15T19:51:18.860Z | Checking serde_spanned v1.0.4 |
| 2696 | 2026-05-15T19:51:18.873Z | Checking is-terminal v0.4.17 |
| 2697 | 2026-05-15T19:51:18.965Z | Checking term v1.2.1 |
| 2698 | 2026-05-15T19:51:18.977Z | Checking debug-ignore v1.0.5 |
| 2699 | 2026-05-15T19:51:18.989Z | Checking take_mut v0.2.2 |
| 2700 | 2026-05-15T19:51:18.989Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2701 | 2026-05-15T19:51:19.140Z | Compiling structmeta v0.3.0 |
| 2702 | 2026-05-15T19:51:19.146Z | Checking slog-bunyan v2.5.0 |
| 2703 | 2026-05-15T19:51:19.146Z | Checking slog-async v2.8.0 |
| 2704 | 2026-05-15T19:51:19.173Z | Checking toml v1.0.6+spec-1.1.0 |
| 2705 | 2026-05-15T19:51:19.186Z | Checking slog-term v2.9.2 |
| 2706 | 2026-05-15T19:51:19.189Z | Checking async-compression v0.4.41 |
| 2707 | 2026-05-15T19:51:19.243Z | Compiling derive-ex v0.1.8 |
| 2708 | 2026-05-15T19:51:19.259Z | Compiling parse-display-derive v0.10.0 |
| 2709 | 2026-05-15T19:51:19.441Z | Checking async-stream v0.3.6 |
| 2710 | 2026-05-15T19:51:19.453Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2711 | 2026-05-15T19:51:19.467Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2712 | 2026-05-15T19:51:19.539Z | Checking progenitor-client v0.14.0 |
| 2713 | 2026-05-15T19:51:19.558Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2714 | 2026-05-15T19:51:19.700Z | Checking waitgroup v0.1.2 |
| 2715 | 2026-05-15T19:51:19.746Z | Checking backon v1.6.0 |
| 2716 | 2026-05-15T19:51:19.774Z | Checking rustls-pemfile v2.2.0 |
| 2717 | 2026-05-15T19:51:19.788Z | Checking serde_path_to_error v0.1.20 |
| 2718 | 2026-05-15T19:51:19.812Z | Checking hostname v0.4.2 |
| 2719 | 2026-05-15T19:51:19.908Z | Checking instant v0.1.13 |
| 2720 | 2026-05-15T19:51:19.998Z | Checking backoff v0.4.0 |
| 2721 | 2026-05-15T19:51:20.077Z | Checking progenitor-extras v0.2.0 |
| 2722 | 2026-05-15T19:51:20.108Z | Checking tokio-rustls v0.25.0 |
| 2723 | 2026-05-15T19:51:20.144Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2724 | 2026-05-15T19:51:20.172Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2725 | 2026-05-15T19:51:20.327Z | Checking itertools v0.14.0 |
| 2726 | 2026-05-15T19:51:20.381Z | Checking progenitor-client v0.10.0 |
| 2727 | 2026-05-15T19:51:20.567Z | Checking regress v0.10.5 |
| 2728 | 2026-05-15T19:51:20.579Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2729 | 2026-05-15T19:51:20.817Z | Checking macaddr v1.0.1 |
| 2730 | 2026-05-15T19:51:20.934Z | Compiling test-strategy v0.4.5 |
| 2731 | 2026-05-15T19:51:20.948Z | Checking parse-display v0.10.0 |
| 2732 | 2026-05-15T19:51:22.125Z | Compiling prettyplease v0.2.37 |
| 2733 | 2026-05-15T19:51:22.403Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2734 | 2026-05-15T19:51:22.580Z | Checking num-rational v0.4.2 |
| 2735 | 2026-05-15T19:51:22.778Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2736 | 2026-05-15T19:51:23.145Z | Checking num-complex v0.4.6 |
| 2737 | 2026-05-15T19:51:23.624Z | Checking num v0.4.3 |
| 2738 | 2026-05-15T19:51:23.703Z | Compiling usdt-macro v0.5.0 |
| 2739 | 2026-05-15T19:51:23.766Z | Compiling usdt-attr-macro v0.5.0 |
| 2740 | 2026-05-15T19:51:23.855Z | Checking memmap v0.7.0 |
| 2741 | 2026-05-15T19:51:23.871Z | Compiling float-ord v0.3.2 |
| 2742 | 2026-05-15T19:51:23.988Z | Checking unicode-width v0.2.0 |
| 2743 | 2026-05-15T19:51:23.991Z | Compiling convert_case v0.4.0 |
| 2744 | 2026-05-15T19:51:24.243Z | Checking console v0.15.11 |
| 2745 | 2026-05-15T19:51:24.378Z | Compiling derive_more v0.99.20 |
| 2746 | 2026-05-15T19:51:24.431Z | Checking newline-converter v0.3.0 |
| 2747 | 2026-05-15T19:51:24.526Z | Checking atomicwrites v0.4.4 |
| 2748 | 2026-05-15T19:51:24.538Z | Checking usdt v0.5.0 |
| 2749 | 2026-05-15T19:51:24.551Z | Compiling toml v0.8.23 |
| 2750 | 2026-05-15T19:51:24.657Z | Compiling minimal-lexical v0.2.1 |
| 2751 | 2026-05-15T19:51:24.707Z | Checking linked-hash-map v0.5.6 |
| 2752 | 2026-05-15T19:51:24.881Z | Checking lru-cache v0.1.2 |
| 2753 | 2026-05-15T19:51:24.913Z | Compiling nom v7.1.3 |
| 2754 | 2026-05-15T19:51:25.022Z | Checking expectorate v1.2.0 |
| 2755 | 2026-05-15T19:51:25.536Z | Checking camino-tempfile v1.4.1 |
| 2756 | 2026-05-15T19:51:25.701Z | Checking hickory-proto v0.24.4 |
| 2757 | 2026-05-15T19:51:25.704Z | Checking phf_shared v0.12.1 |
| 2758 | 2026-05-15T19:51:25.860Z | Compiling slog-dtrace v0.3.0 |
| 2759 | 2026-05-15T19:51:25.974Z | Compiling chrono-tz v0.10.4 |
| 2760 | 2026-05-15T19:51:26.057Z | Checking heck v0.5.0 |
| 2761 | 2026-05-15T19:51:26.159Z | Checking resolv-conf v0.7.6 |
| 2762 | 2026-05-15T19:51:26.189Z | Compiling const_format_proc_macros v0.2.34 |
| 2763 | 2026-05-15T19:51:26.303Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2764 | 2026-05-15T19:51:26.393Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2765 | 2026-05-15T19:51:26.418Z | Checking phf v0.12.1 |
| 2766 | 2026-05-15T19:51:26.564Z | Checking tokio-dtrace v0.1.1 |
| 2767 | 2026-05-15T19:51:26.756Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2768 | 2026-05-15T19:51:26.773Z | Compiling derive-where v1.6.0 |
| 2769 | 2026-05-15T19:51:27.024Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2770 | 2026-05-15T19:51:27.222Z | Checking highway v1.3.0 |
| 2771 | 2026-05-15T19:51:27.458Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2772 | 2026-05-15T19:51:27.511Z | Checking hickory-resolver v0.24.4 |
| 2773 | 2026-05-15T19:51:27.735Z | Checking const_format v0.2.35 |
| 2774 | 2026-05-15T19:51:27.906Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2775 | 2026-05-15T19:51:27.965Z | Checking oxide-tokio-rt v0.1.4 |
| 2776 | 2026-05-15T19:51:28.112Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2777 | 2026-05-15T19:51:28.134Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2778 | 2026-05-15T19:51:28.230Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2779 | 2026-05-15T19:51:28.244Z | Checking qorb v0.4.1 |
| 2780 | 2026-05-15T19:51:28.308Z | Checking gethostname v0.5.0 |
| 2781 | 2026-05-15T19:51:28.344Z | Checking bcs v0.1.6 |
| 2782 | 2026-05-15T19:51:28.403Z | Checking termtree v0.5.1 |
| 2783 | 2026-05-15T19:51:31.691Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2784 | 2026-05-15T19:51:34.428Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2785 | 2026-05-15T19:51:36.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.42s |
| 2786 | 2026-05-15T19:51:36.785Z | |
| 2787 | 2026-05-15T19:51:36.785Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/276) |
| 2788 | 2026-05-15T19:51:37.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2789 | 2026-05-15T19:51:37.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2790 | 2026-05-15T19:51:37.470Z | Compiling ar_archive_writer v0.5.1 |
| 2791 | 2026-05-15T19:51:37.582Z | Compiling stacker v0.1.23 |
| 2792 | 2026-05-15T19:51:37.585Z | Compiling cfg_aliases v0.1.1 |
| 2793 | 2026-05-15T19:51:37.596Z | Compiling convert_case v0.10.0 |
| 2794 | 2026-05-15T19:51:37.599Z | Checking unicode-width v0.1.14 |
| 2795 | 2026-05-15T19:51:37.610Z | Compiling proc-macro-error v1.0.4 |
| 2796 | 2026-05-15T19:51:37.621Z | Checking fd-lock v4.0.4 |
| 2797 | 2026-05-15T19:51:37.621Z | Checking nibble_vec v0.1.0 |
| 2798 | 2026-05-15T19:51:37.648Z | Compiling nix v0.28.0 |
| 2799 | 2026-05-15T19:51:37.734Z | Checking vte v0.14.1 |
| 2800 | 2026-05-15T19:51:37.750Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2801 | 2026-05-15T19:51:37.834Z | Checking bytecount v0.6.9 |
| 2802 | 2026-05-15T19:51:37.846Z | Checking endian-type v0.1.2 |
| 2803 | 2026-05-15T19:51:37.885Z | Checking strip-ansi-escapes v0.2.1 |
| 2804 | 2026-05-15T19:51:37.896Z | Compiling derive_more-impl v2.1.1 |
| 2805 | 2026-05-15T19:51:37.912Z | Compiling tabled_derive v0.7.0 |
| 2806 | 2026-05-15T19:51:37.937Z | Checking papergrid v0.11.0 |
| 2807 | 2026-05-15T19:51:37.971Z | Checking radix_trie v0.2.1 |
| 2808 | 2026-05-15T19:51:37.995Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2809 | 2026-05-15T19:51:38.143Z | Compiling peg-macros v0.8.5 |
| 2810 | 2026-05-15T19:51:38.176Z | Checking winnow v0.6.26 |
| 2811 | 2026-05-15T19:51:38.411Z | Compiling psm v0.1.30 |
| 2812 | 2026-05-15T19:51:38.458Z | Compiling sqlparser_derive v0.5.0 |
| 2813 | 2026-05-15T19:51:38.560Z | Checking nu-ansi-term v0.50.3 |
| 2814 | 2026-05-15T19:51:38.691Z | Checking derive_more v2.1.1 |
| 2815 | 2026-05-15T19:51:38.768Z | Checking unicode_categories v0.1.1 |
| 2816 | 2026-05-15T19:51:38.781Z | Checking home v0.5.12 |
| 2817 | 2026-05-15T19:51:38.889Z | Checking reedline v0.40.0 |
| 2818 | 2026-05-15T19:51:38.903Z | Checking tabled v0.15.0 |
| 2819 | 2026-05-15T19:51:38.925Z | Checking crossterm v0.29.0 |
| 2820 | 2026-05-15T19:51:38.938Z | Checking rustyline v14.0.0 |
| 2821 | 2026-05-15T19:51:39.189Z | Checking recursive v0.1.1 |
| 2822 | 2026-05-15T19:51:39.234Z | Checking display-error-chain v0.2.2 |
| 2823 | 2026-05-15T19:51:39.283Z | Checking sqlparser v0.61.0 |
| 2824 | 2026-05-15T19:51:39.309Z | Checking sqlformat v0.3.5 |
| 2825 | 2026-05-15T19:51:39.492Z | Checking peg v0.8.5 |
| 2826 | 2026-05-15T19:51:50.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.67s |
| 2827 | 2026-05-15T19:51:50.640Z | |
| 2828 | 2026-05-15T19:51:50.640Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/276) |
| 2829 | 2026-05-15T19:51:51.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2830 | 2026-05-15T19:51:51.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2831 | 2026-05-15T19:51:51.321Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2832 | 2026-05-15T19:51:54.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s |
| 2833 | 2026-05-15T19:51:54.974Z | |
| 2834 | 2026-05-15T19:51:54.974Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/276) |
| 2835 | 2026-05-15T19:51:55.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2836 | 2026-05-15T19:51:55.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2837 | 2026-05-15T19:51:55.661Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2838 | 2026-05-15T19:51:58.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s |
| 2839 | 2026-05-15T19:51:58.348Z | |
| 2840 | 2026-05-15T19:51:58.348Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/276) |
| 2841 | 2026-05-15T19:51:58.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2842 | 2026-05-15T19:51:58.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2843 | 2026-05-15T19:51:59.025Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2844 | 2026-05-15T19:52:02.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s |
| 2845 | 2026-05-15T19:52:02.469Z | |
| 2846 | 2026-05-15T19:52:02.469Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/276) |
| 2847 | 2026-05-15T19:52:02.991Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2848 | 2026-05-15T19:52:02.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2849 | 2026-05-15T19:52:03.149Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2850 | 2026-05-15T19:52:06.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s |
| 2851 | 2026-05-15T19:52:06.633Z | |
| 2852 | 2026-05-15T19:52:06.633Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/276) |
| 2853 | 2026-05-15T19:52:07.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2854 | 2026-05-15T19:52:07.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2855 | 2026-05-15T19:52:07.311Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2856 | 2026-05-15T19:52:09.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s |
| 2857 | 2026-05-15T19:52:10.119Z | |
| 2858 | 2026-05-15T19:52:10.119Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/276) |
| 2859 | 2026-05-15T19:52:10.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2860 | 2026-05-15T19:52:10.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2861 | 2026-05-15T19:52:10.800Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2862 | 2026-05-15T19:52:13.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s |
| 2863 | 2026-05-15T19:52:13.625Z | |
| 2864 | 2026-05-15T19:52:13.625Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/276) |
| 2865 | 2026-05-15T19:52:14.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2866 | 2026-05-15T19:52:14.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2867 | 2026-05-15T19:52:14.307Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2868 | 2026-05-15T19:52:17.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s |
| 2869 | 2026-05-15T19:52:17.931Z | |
| 2870 | 2026-05-15T19:52:17.931Z | info: running `cargo check --bins` on oximeter (93/276) |
| 2871 | 2026-05-15T19:52:18.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2872 | 2026-05-15T19:52:18.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2873 | 2026-05-15T19:52:18.450Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2874 | 2026-05-15T19:52:18.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2875 | 2026-05-15T19:52:18.539Z | |
| 2876 | 2026-05-15T19:52:18.539Z | info: running `cargo check --bins` on oximeter-schema (94/276) |
| 2877 | 2026-05-15T19:52:19.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2878 | 2026-05-15T19:52:19.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2879 | 2026-05-15T19:52:19.178Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2880 | 2026-05-15T19:52:19.344Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2881 | 2026-05-15T19:52:19.348Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2882 | 2026-05-15T19:52:19.688Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2883 | 2026-05-15T19:52:22.579Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2884 | 2026-05-15T19:52:23.787Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2885 | 2026-05-15T19:52:23.958Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2886 | 2026-05-15T19:52:24.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.10s |
| 2887 | 2026-05-15T19:52:24.834Z | |
| 2888 | 2026-05-15T19:52:24.834Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/276) |
| 2889 | 2026-05-15T19:52:25.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2890 | 2026-05-15T19:52:25.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2891 | 2026-05-15T19:52:25.355Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2892 | 2026-05-15T19:52:25.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2893 | 2026-05-15T19:52:25.439Z | |
| 2894 | 2026-05-15T19:52:25.439Z | info: running `cargo check --bins` on oximeter-test-utils (96/276) |
| 2895 | 2026-05-15T19:52:25.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2896 | 2026-05-15T19:52:25.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2897 | 2026-05-15T19:52:25.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2898 | 2026-05-15T19:52:25.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2899 | 2026-05-15T19:52:26.072Z | |
| 2900 | 2026-05-15T19:52:26.072Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/276) |
| 2901 | 2026-05-15T19:52:26.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2902 | 2026-05-15T19:52:26.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2903 | 2026-05-15T19:52:26.594Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2904 | 2026-05-15T19:52:26.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2905 | 2026-05-15T19:52:26.715Z | |
| 2906 | 2026-05-15T19:52:26.715Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/276) |
| 2907 | 2026-05-15T19:52:27.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2908 | 2026-05-15T19:52:27.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2909 | 2026-05-15T19:52:27.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2910 | 2026-05-15T19:52:27.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2911 | 2026-05-15T19:52:27.290Z | |
| 2912 | 2026-05-15T19:52:27.290Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/276) |
| 2913 | 2026-05-15T19:52:27.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2914 | 2026-05-15T19:52:27.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2915 | 2026-05-15T19:52:27.813Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2916 | 2026-05-15T19:52:27.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2917 | 2026-05-15T19:52:27.895Z | |
| 2918 | 2026-05-15T19:52:27.895Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/276) |
| 2919 | 2026-05-15T19:52:28.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2920 | 2026-05-15T19:52:28.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2921 | 2026-05-15T19:52:28.415Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2922 | 2026-05-15T19:52:28.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2923 | 2026-05-15T19:52:28.507Z | |
| 2924 | 2026-05-15T19:52:28.507Z | info: running `cargo check --bins` on trust-quorum-types (101/276) |
| 2925 | 2026-05-15T19:52:29.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2926 | 2026-05-15T19:52:29.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2927 | 2026-05-15T19:52:29.014Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2928 | 2026-05-15T19:52:29.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2929 | 2026-05-15T19:52:29.092Z | |
| 2930 | 2026-05-15T19:52:29.092Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/276) |
| 2931 | 2026-05-15T19:52:29.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2932 | 2026-05-15T19:52:29.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2933 | 2026-05-15T19:52:29.617Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2934 | 2026-05-15T19:52:29.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2935 | 2026-05-15T19:52:29.701Z | |
| 2936 | 2026-05-15T19:52:29.702Z | info: running `cargo check --bins` on update-engine (103/276) |
| 2937 | 2026-05-15T19:52:30.201Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2938 | 2026-05-15T19:52:30.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2939 | 2026-05-15T19:52:30.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2940 | 2026-05-15T19:52:30.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2941 | 2026-05-15T19:52:30.288Z | |
| 2942 | 2026-05-15T19:52:30.288Z | info: running `cargo check --bins` on omicron-clickhouse-admin (104/276) |
| 2943 | 2026-05-15T19:52:30.817Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2944 | 2026-05-15T19:52:30.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2945 | 2026-05-15T19:52:31.009Z | Compiling crucible-workspace-hack v0.1.0 |
| 2946 | 2026-05-15T19:52:31.131Z | Checking secrecy v0.10.3 |
| 2947 | 2026-05-15T19:52:31.137Z | Compiling heapless v0.8.0 |
| 2948 | 2026-05-15T19:52:31.149Z | Compiling ingot-macros v0.1.1 |
| 2949 | 2026-05-15T19:52:31.156Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2950 | 2026-05-15T19:52:31.156Z | Checking hash32 v0.3.1 |
| 2951 | 2026-05-15T19:52:31.171Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2952 | 2026-05-15T19:52:31.184Z | Compiling smoltcp v0.11.0 |
| 2953 | 2026-05-15T19:52:31.237Z | Checking cobs v0.3.0 |
| 2954 | 2026-05-15T19:52:31.284Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2955 | 2026-05-15T19:52:31.382Z | Checking universal-hash v0.5.1 |
| 2956 | 2026-05-15T19:52:31.389Z | Checking half v2.7.1 |
| 2957 | 2026-05-15T19:52:31.394Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2958 | 2026-05-15T19:52:31.536Z | Checking ciborium-io v0.2.2 |
| 2959 | 2026-05-15T19:52:31.552Z | Checking opaque-debug v0.3.1 |
| 2960 | 2026-05-15T19:52:31.621Z | Checking poly1305 v0.8.0 |
| 2961 | 2026-05-15T19:52:31.647Z | Checking postcard v1.1.3 |
| 2962 | 2026-05-15T19:52:31.660Z | Compiling proc-macro-crate v3.4.0 |
| 2963 | 2026-05-15T19:52:31.717Z | Checking ciborium-ll v0.2.2 |
| 2964 | 2026-05-15T19:52:31.904Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2965 | 2026-05-15T19:52:31.911Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2966 | 2026-05-15T19:52:31.931Z | Checking password-hash v0.5.0 |
| 2967 | 2026-05-15T19:52:32.160Z | Checking chacha20 v0.9.1 |
| 2968 | 2026-05-15T19:52:32.183Z | Compiling proc-macro-crate v1.3.1 |
| 2969 | 2026-05-15T19:52:32.194Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2970 | 2026-05-15T19:52:32.194Z | Checking blake2 v0.10.6 |
| 2971 | 2026-05-15T19:52:32.221Z | Compiling num_enum_derive v0.7.5 |
| 2972 | 2026-05-15T19:52:32.356Z | Checking aead v0.5.2 |
| 2973 | 2026-05-15T19:52:32.423Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2974 | 2026-05-15T19:52:32.439Z | Checking thiserror-no-std v2.0.2 |
| 2975 | 2026-05-15T19:52:32.443Z | Compiling foreign-types-macros v0.2.3 |
| 2976 | 2026-05-15T19:52:32.493Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2977 | 2026-05-15T19:52:32.529Z | Checking foreign-types-shared v0.3.1 |
| 2978 | 2026-05-15T19:52:32.636Z | Compiling num_enum_derive v0.5.11 |
| 2979 | 2026-05-15T19:52:32.650Z | Checking vsss-rs v3.3.4 |
| 2980 | 2026-05-15T19:52:32.650Z | Checking chacha20poly1305 v0.10.1 |
| 2981 | 2026-05-15T19:52:32.734Z | Checking argon2 v0.5.3 |
| 2982 | 2026-05-15T19:52:32.764Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2983 | 2026-05-15T19:52:33.036Z | Checking foreign-types v0.5.0 |
| 2984 | 2026-05-15T19:52:33.078Z | Checking ciborium v0.2.2 |
| 2985 | 2026-05-15T19:52:33.223Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2986 | 2026-05-15T19:52:33.247Z | Checking tabwriter v1.4.1 |
| 2987 | 2026-05-15T19:52:33.261Z | Checking num_enum v0.7.5 |
| 2988 | 2026-05-15T19:52:33.374Z | Checking byte-wrapper v0.1.0 |
| 2989 | 2026-05-15T19:52:33.391Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2990 | 2026-05-15T19:52:33.497Z | Checking cstr-argument v0.1.2 |
| 2991 | 2026-05-15T19:52:33.512Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2992 | 2026-05-15T19:52:33.579Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2993 | 2026-05-15T19:52:33.614Z | Checking num_enum v0.5.11 |
| 2994 | 2026-05-15T19:52:33.627Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2995 | 2026-05-15T19:52:33.733Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2996 | 2026-05-15T19:52:33.747Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2997 | 2026-05-15T19:52:33.792Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2998 | 2026-05-15T19:52:33.806Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2999 | 2026-05-15T19:52:33.820Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3000 | 2026-05-15T19:52:33.925Z | Checking ingot-types v0.1.2 |
| 3001 | 2026-05-15T19:52:33.976Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3002 | 2026-05-15T19:52:33.976Z | Checking colored v3.1.1 |
| 3003 | 2026-05-15T19:52:33.976Z | Checking indent_write v2.2.0 |
| 3004 | 2026-05-15T19:52:34.036Z | Compiling zone_cfg_derive v0.3.1 |
| 3005 | 2026-05-15T19:52:34.091Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3006 | 2026-05-15T19:52:34.215Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3007 | 2026-05-15T19:52:34.246Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3008 | 2026-05-15T19:52:34.264Z | Checking itertools v0.12.1 |
| 3009 | 2026-05-15T19:52:34.280Z | Checking ingot v0.1.1 |
| 3010 | 2026-05-15T19:52:34.313Z | Compiling num-derive v0.4.2 |
| 3011 | 2026-05-15T19:52:34.363Z | Checking swrite v0.1.0 |
| 3012 | 2026-05-15T19:52:34.422Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3013 | 2026-05-15T19:52:34.456Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3014 | 2026-05-15T19:52:34.625Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3015 | 2026-05-15T19:52:34.651Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3016 | 2026-05-15T19:52:34.764Z | Checking dropshot-api-manager-types v0.7.1 |
| 3017 | 2026-05-15T19:52:34.791Z | Checking smf v0.2.3 |
| 3018 | 2026-05-15T19:52:34.800Z | Checking nanorand v0.7.0 |
| 3019 | 2026-05-15T19:52:34.836Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3020 | 2026-05-15T19:52:34.933Z | Checking whoami v1.6.1 |
| 3021 | 2026-05-15T19:52:34.973Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3022 | 2026-05-15T19:52:34.983Z | Checking flume v0.11.1 |
| 3023 | 2026-05-15T19:52:35.221Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3024 | 2026-05-15T19:52:35.276Z | Checking zone v0.3.1 |
| 3025 | 2026-05-15T19:52:35.868Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3026 | 2026-05-15T19:52:36.850Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3027 | 2026-05-15T19:52:37.738Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3028 | 2026-05-15T19:52:40.901Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3029 | 2026-05-15T19:52:42.987Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3030 | 2026-05-15T19:52:47.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.81s |
| 3031 | 2026-05-15T19:52:47.348Z | |
| 3032 | 2026-05-15T19:52:47.348Z | info: running `cargo check --bins` on clickhouse-admin-api (105/276) |
| 3033 | 2026-05-15T19:52:47.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3034 | 2026-05-15T19:52:47.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3035 | 2026-05-15T19:52:47.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3036 | 2026-05-15T19:52:47.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3037 | 2026-05-15T19:52:47.348Z | |
| 3038 | 2026-05-15T19:52:47.348Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (106/276) |
| 3039 | 2026-05-15T19:52:47.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3040 | 2026-05-15T19:52:47.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3041 | 2026-05-15T19:52:47.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3042 | 2026-05-15T19:52:47.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3043 | 2026-05-15T19:52:47.348Z | |
| 3044 | 2026-05-15T19:52:47.348Z | info: running `cargo check --bins` on bootstrap-agent-client (107/276) |
| 3045 | 2026-05-15T19:52:47.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3046 | 2026-05-15T19:52:47.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3047 | 2026-05-15T19:52:47.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3048 | 2026-05-15T19:52:47.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3049 | 2026-05-15T19:52:47.349Z | |
| 3050 | 2026-05-15T19:52:47.349Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/276) |
| 3051 | 2026-05-15T19:52:47.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3052 | 2026-05-15T19:52:47.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3053 | 2026-05-15T19:52:47.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3054 | 2026-05-15T19:52:47.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3055 | 2026-05-15T19:52:47.349Z | |
| 3056 | 2026-05-15T19:52:47.349Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (109/276) |
| 3057 | 2026-05-15T19:52:47.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3058 | 2026-05-15T19:52:47.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3059 | 2026-05-15T19:52:47.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3060 | 2026-05-15T19:52:47.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3061 | 2026-05-15T19:52:47.363Z | |
| 3062 | 2026-05-15T19:52:47.363Z | info: running `cargo check --bins` on clickhouse-admin-server-client (110/276) |
| 3063 | 2026-05-15T19:52:47.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3064 | 2026-05-15T19:52:47.865Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3065 | 2026-05-15T19:52:47.865Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3066 | 2026-05-15T19:52:47.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3067 | 2026-05-15T19:52:47.946Z | |
| 3068 | 2026-05-15T19:52:47.946Z | info: running `cargo check --bins` on clickhouse-admin-single-client (111/276) |
| 3069 | 2026-05-15T19:52:48.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3070 | 2026-05-15T19:52:48.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3071 | 2026-05-15T19:52:48.462Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3072 | 2026-05-15T19:52:48.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3073 | 2026-05-15T19:52:48.554Z | |
| 3074 | 2026-05-15T19:52:48.555Z | info: running `cargo check --bins` on cockroach-admin-client (112/276) |
| 3075 | 2026-05-15T19:52:49.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3076 | 2026-05-15T19:52:49.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3077 | 2026-05-15T19:52:49.058Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3078 | 2026-05-15T19:52:49.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3079 | 2026-05-15T19:52:49.150Z | |
| 3080 | 2026-05-15T19:52:49.150Z | info: running `cargo check --bins` on omicron-ddm-admin-client (113/276) |
| 3081 | 2026-05-15T19:52:49.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3082 | 2026-05-15T19:52:49.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3083 | 2026-05-15T19:52:49.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3084 | 2026-05-15T19:52:49.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3085 | 2026-05-15T19:52:49.758Z | |
| 3086 | 2026-05-15T19:52:49.758Z | info: running `cargo check --bins` on dns-service-client (114/276) |
| 3087 | 2026-05-15T19:52:50.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3088 | 2026-05-15T19:52:50.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3089 | 2026-05-15T19:52:50.273Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3090 | 2026-05-15T19:52:50.276Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3091 | 2026-05-15T19:52:50.367Z | |
| 3092 | 2026-05-15T19:52:50.367Z | info: running `cargo check --bins` on installinator-client (115/276) |
| 3093 | 2026-05-15T19:52:50.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3094 | 2026-05-15T19:52:50.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3095 | 2026-05-15T19:52:50.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3096 | 2026-05-15T19:52:50.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3097 | 2026-05-15T19:52:50.980Z | |
| 3098 | 2026-05-15T19:52:50.980Z | info: running `cargo check --bins` on nexus-client (116/276) |
| 3099 | 2026-05-15T19:52:51.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3100 | 2026-05-15T19:52:51.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3101 | 2026-05-15T19:52:51.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3102 | 2026-05-15T19:52:51.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3103 | 2026-05-15T19:52:51.628Z | |
| 3104 | 2026-05-15T19:52:51.628Z | info: running `cargo check --bins` on nexus-lockstep-client (117/276) |
| 3105 | 2026-05-15T19:52:52.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3106 | 2026-05-15T19:52:52.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3107 | 2026-05-15T19:52:52.170Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3108 | 2026-05-15T19:52:52.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3109 | 2026-05-15T19:52:52.273Z | |
| 3110 | 2026-05-15T19:52:52.273Z | info: running `cargo check --bins` on ntp-admin-client (118/276) |
| 3111 | 2026-05-15T19:52:52.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3112 | 2026-05-15T19:52:52.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3113 | 2026-05-15T19:52:52.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3114 | 2026-05-15T19:52:52.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3115 | 2026-05-15T19:52:52.866Z | |
| 3116 | 2026-05-15T19:52:52.866Z | info: running `cargo check --bins` on ntp-admin-v1-client (119/276) |
| 3117 | 2026-05-15T19:52:53.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3118 | 2026-05-15T19:52:53.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3119 | 2026-05-15T19:52:53.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3120 | 2026-05-15T19:52:53.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3121 | 2026-05-15T19:52:53.454Z | |
| 3122 | 2026-05-15T19:52:53.454Z | info: running `cargo check --bins` on oxide-client (120/276) |
| 3123 | 2026-05-15T19:52:53.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3124 | 2026-05-15T19:52:53.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3125 | 2026-05-15T19:52:53.960Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3126 | 2026-05-15T19:52:53.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3127 | 2026-05-15T19:52:54.050Z | |
| 3128 | 2026-05-15T19:52:54.050Z | info: running `cargo check --bins` on oximeter-client (121/276) |
| 3129 | 2026-05-15T19:52:54.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3130 | 2026-05-15T19:52:54.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3131 | 2026-05-15T19:52:54.567Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3132 | 2026-05-15T19:52:54.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3133 | 2026-05-15T19:52:54.662Z | |
| 3134 | 2026-05-15T19:52:54.662Z | info: running `cargo check --bins` on repo-depot-client (122/276) |
| 3135 | 2026-05-15T19:52:55.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3136 | 2026-05-15T19:52:55.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3137 | 2026-05-15T19:52:55.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3138 | 2026-05-15T19:52:55.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3139 | 2026-05-15T19:52:55.257Z | |
| 3140 | 2026-05-15T19:52:55.257Z | info: running `cargo check --bins` on sled-agent-client (123/276) |
| 3141 | 2026-05-15T19:52:55.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3142 | 2026-05-15T19:52:55.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3143 | 2026-05-15T19:52:55.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3144 | 2026-05-15T19:52:55.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3145 | 2026-05-15T19:52:55.875Z | |
| 3146 | 2026-05-15T19:52:55.875Z | info: running `cargo check --bins` on wicketd-client (124/276) |
| 3147 | 2026-05-15T19:52:56.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3148 | 2026-05-15T19:52:56.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3149 | 2026-05-15T19:52:56.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3150 | 2026-05-15T19:52:56.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3151 | 2026-05-15T19:52:56.507Z | |
| 3152 | 2026-05-15T19:52:56.507Z | info: running `cargo check --bins` on installinator-common (125/276) |
| 3153 | 2026-05-15T19:52:57.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3154 | 2026-05-15T19:52:57.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3155 | 2026-05-15T19:52:57.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3156 | 2026-05-15T19:52:57.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3157 | 2026-05-15T19:52:57.132Z | |
| 3158 | 2026-05-15T19:52:57.132Z | info: running `cargo check --bins` on installinator-common-versions (126/276) |
| 3159 | 2026-05-15T19:52:57.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3160 | 2026-05-15T19:52:57.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3161 | 2026-05-15T19:52:57.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3162 | 2026-05-15T19:52:57.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3163 | 2026-05-15T19:52:57.724Z | |
| 3164 | 2026-05-15T19:52:57.724Z | info: running `cargo check --bins` on wicket-common (127/276) |
| 3165 | 2026-05-15T19:52:58.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3166 | 2026-05-15T19:52:58.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3167 | 2026-05-15T19:52:58.251Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3168 | 2026-05-15T19:52:58.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3169 | 2026-05-15T19:52:58.345Z | |
| 3170 | 2026-05-15T19:52:58.345Z | info: running `cargo check --bins` on omicron-cockroach-admin (128/276) |
| 3171 | 2026-05-15T19:52:58.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3172 | 2026-05-15T19:52:58.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3173 | 2026-05-15T19:52:59.047Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3174 | 2026-05-15T19:52:59.161Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3175 | 2026-05-15T19:52:59.168Z | Checking csv-core v0.1.13 |
| 3176 | 2026-05-15T19:52:59.176Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3177 | 2026-05-15T19:52:59.179Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3178 | 2026-05-15T19:52:59.191Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3179 | 2026-05-15T19:52:59.203Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3180 | 2026-05-15T19:52:59.216Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3181 | 2026-05-15T19:52:59.328Z | Checking csv v1.4.0 |
| 3182 | 2026-05-15T19:52:59.356Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3183 | 2026-05-15T19:52:59.371Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3184 | 2026-05-15T19:52:59.412Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3185 | 2026-05-15T19:52:59.428Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3186 | 2026-05-15T19:52:59.669Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3187 | 2026-05-15T19:53:00.036Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3188 | 2026-05-15T19:53:00.039Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3189 | 2026-05-15T19:53:00.382Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3190 | 2026-05-15T19:53:06.242Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3191 | 2026-05-15T19:53:06.785Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3192 | 2026-05-15T19:53:09.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.80s |
| 3193 | 2026-05-15T19:53:09.344Z | |
| 3194 | 2026-05-15T19:53:09.344Z | info: running `cargo check --bins` on cockroach-admin-api (129/276) |
| 3195 | 2026-05-15T19:53:09.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3196 | 2026-05-15T19:53:09.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3197 | 2026-05-15T19:53:09.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3198 | 2026-05-15T19:53:09.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3199 | 2026-05-15T19:53:09.954Z | |
| 3200 | 2026-05-15T19:53:09.954Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (130/276) |
| 3201 | 2026-05-15T19:53:10.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3202 | 2026-05-15T19:53:10.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3203 | 2026-05-15T19:53:10.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3204 | 2026-05-15T19:53:10.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3205 | 2026-05-15T19:53:10.642Z | |
| 3206 | 2026-05-15T19:53:10.642Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/276) |
| 3207 | 2026-05-15T19:53:11.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3208 | 2026-05-15T19:53:11.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3209 | 2026-05-15T19:53:11.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3210 | 2026-05-15T19:53:11.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3211 | 2026-05-15T19:53:11.341Z | |
| 3212 | 2026-05-15T19:53:11.341Z | info: running `cargo check --bins` on gateway-test-utils (132/276) |
| 3213 | 2026-05-15T19:53:11.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3214 | 2026-05-15T19:53:11.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3215 | 2026-05-15T19:53:11.890Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3216 | 2026-05-15T19:53:11.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3217 | 2026-05-15T19:53:11.996Z | |
| 3218 | 2026-05-15T19:53:11.996Z | info: running `cargo check --bins` on omicron-gateway (133/276) |
| 3219 | 2026-05-15T19:53:12.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3220 | 2026-05-15T19:53:12.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3221 | 2026-05-15T19:53:12.773Z | Compiling regress v0.11.1 |
| 3222 | 2026-05-15T19:53:12.914Z | Compiling unsafe-libyaml v0.2.11 |
| 3223 | 2026-05-15T19:53:12.929Z | Compiling radium v0.7.0 |
| 3224 | 2026-05-15T19:53:12.942Z | Compiling semver v0.1.20 |
| 3225 | 2026-05-15T19:53:12.955Z | Checking tap v1.0.1 |
| 3226 | 2026-05-15T19:53:12.958Z | Compiling maybe-uninit v2.0.0 |
| 3227 | 2026-05-15T19:53:12.981Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3228 | 2026-05-15T19:53:13.068Z | Checking wyz v0.5.1 |
| 3229 | 2026-05-15T19:53:13.198Z | Compiling rustc_version v0.1.7 |
| 3230 | 2026-05-15T19:53:13.242Z | Checking progenitor-client v0.13.0 |
| 3231 | 2026-05-15T19:53:13.336Z | Compiling zerocopy-derive v0.6.6 |
| 3232 | 2026-05-15T19:53:13.424Z | Compiling newtype_derive v0.1.6 |
| 3233 | 2026-05-15T19:53:13.436Z | Compiling serde_yaml v0.9.34+deprecated |
| 3234 | 2026-05-15T19:53:13.499Z | Checking crc-catalog v2.4.0 |
| 3235 | 2026-05-15T19:53:13.596Z | Checking funty v2.0.0 |
| 3236 | 2026-05-15T19:53:13.612Z | Compiling packed_struct v0.10.1 |
| 3237 | 2026-05-15T19:53:13.663Z | Compiling owo-colors v4.3.0 |
| 3238 | 2026-05-15T19:53:13.862Z | Compiling cancel-safe-futures v0.1.5 |
| 3239 | 2026-05-15T19:53:13.917Z | Checking bitvec v1.0.1 |
| 3240 | 2026-05-15T19:53:14.099Z | Checking crc v3.4.0 |
| 3241 | 2026-05-15T19:53:14.174Z | Checking zerocopy v0.6.6 |
| 3242 | 2026-05-15T19:53:14.190Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3243 | 2026-05-15T19:53:14.268Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3244 | 2026-05-15T19:53:14.340Z | Checking typify-impl v0.6.2 |
| 3245 | 2026-05-15T19:53:14.486Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3246 | 2026-05-15T19:53:14.604Z | Compiling packed_struct_codegen v0.10.1 |
| 3247 | 2026-05-15T19:53:14.725Z | Checking libsw-core v0.3.2 |
| 3248 | 2026-05-15T19:53:14.742Z | Compiling bitfield-macros v0.19.4 |
| 3249 | 2026-05-15T19:53:14.876Z | Compiling indexmap v1.9.3 |
| 3250 | 2026-05-15T19:53:14.898Z | Checking nodrop v0.1.14 |
| 3251 | 2026-05-15T19:53:14.997Z | Checking array-init v0.0.4 |
| 3252 | 2026-05-15T19:53:15.095Z | Checking libsw v3.5.0 |
| 3253 | 2026-05-15T19:53:15.234Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3254 | 2026-05-15T19:53:15.250Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3255 | 2026-05-15T19:53:15.323Z | Checking smallvec v0.6.14 |
| 3256 | 2026-05-15T19:53:15.442Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3257 | 2026-05-15T19:53:15.461Z | Checking bitfield v0.19.4 |
| 3258 | 2026-05-15T19:53:15.666Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3259 | 2026-05-15T19:53:15.734Z | Checking smawk v0.3.2 |
| 3260 | 2026-05-15T19:53:15.771Z | Checking linear-map v1.2.0 |
| 3261 | 2026-05-15T19:53:15.794Z | Checking hashbrown v0.12.3 |
| 3262 | 2026-05-15T19:53:15.868Z | Checking unicode-linebreak v0.1.5 |
| 3263 | 2026-05-15T19:53:15.883Z | Checking base64 v0.21.7 |
| 3264 | 2026-05-15T19:53:15.942Z | Checking tagptr v0.2.0 |
| 3265 | 2026-05-15T19:53:16.085Z | Checking textwrap v0.16.2 |
| 3266 | 2026-05-15T19:53:16.085Z | Checking moka v0.12.13 |
| 3267 | 2026-05-15T19:53:16.120Z | Checking ron v0.8.1 |
| 3268 | 2026-05-15T19:53:16.140Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3269 | 2026-05-15T19:53:16.155Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3270 | 2026-05-15T19:53:16.305Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3271 | 2026-05-15T19:53:16.320Z | Checking steno v0.4.1 |
| 3272 | 2026-05-15T19:53:16.528Z | Checking serde-hex v0.1.0 |
| 3273 | 2026-05-15T19:53:16.634Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3274 | 2026-05-15T19:53:16.722Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3275 | 2026-05-15T19:53:16.752Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3276 | 2026-05-15T19:53:16.795Z | Checking hashbrown v0.13.2 |
| 3277 | 2026-05-15T19:53:17.106Z | Checking crc-any v2.5.0 |
| 3278 | 2026-05-15T19:53:17.220Z | Checking humantime v2.3.0 |
| 3279 | 2026-05-15T19:53:17.288Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3280 | 2026-05-15T19:53:17.304Z | Checking object v0.30.4 |
| 3281 | 2026-05-15T19:53:17.307Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3282 | 2026-05-15T19:53:17.402Z | Checking hickory-resolver v0.25.2 |
| 3283 | 2026-05-15T19:53:17.417Z | Checking hickory-proto v0.26.1 |
| 3284 | 2026-05-15T19:53:17.480Z | Checking half v1.8.3 |
| 3285 | 2026-05-15T19:53:17.512Z | Checking void v1.0.2 |
| 3286 | 2026-05-15T19:53:17.620Z | Checking utf-8 v0.7.6 |
| 3287 | 2026-05-15T19:53:17.693Z | Checking path-slash v0.1.5 |
| 3288 | 2026-05-15T19:53:17.761Z | Checking tungstenite v0.23.0 |
| 3289 | 2026-05-15T19:53:17.799Z | Checking serde_cbor v0.11.2 |
| 3290 | 2026-05-15T19:53:18.018Z | Checking lzss v0.8.2 |
| 3291 | 2026-05-15T19:53:18.175Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3292 | 2026-05-15T19:53:18.178Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3293 | 2026-05-15T19:53:18.204Z | Checking nix v0.27.1 |
| 3294 | 2026-05-15T19:53:18.248Z | Checking kstat-rs v0.2.4 |
| 3295 | 2026-05-15T19:53:18.337Z | Checking fxhash v0.2.1 |
| 3296 | 2026-05-15T19:53:18.420Z | Checking serde_bytes v0.11.19 |
| 3297 | 2026-05-15T19:53:18.441Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3298 | 2026-05-15T19:53:18.459Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3299 | 2026-05-15T19:53:18.597Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3300 | 2026-05-15T19:53:18.705Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3301 | 2026-05-15T19:53:18.719Z | Checking tokio-tungstenite v0.23.1 |
| 3302 | 2026-05-15T19:53:18.772Z | Checking signal-hook-tokio v0.3.1 |
| 3303 | 2026-05-15T19:53:18.995Z | Compiling typify-macro v0.6.2 |
| 3304 | 2026-05-15T19:53:19.718Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3305 | 2026-05-15T19:53:20.132Z | Compiling typify v0.6.2 |
| 3306 | 2026-05-15T19:53:20.212Z | Compiling progenitor-impl v0.13.0 |
| 3307 | 2026-05-15T19:53:20.213Z | Compiling progenitor-impl v0.14.0 |
| 3308 | 2026-05-15T19:53:20.636Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3309 | 2026-05-15T19:53:20.971Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 3310 | 2026-05-15T19:53:21.827Z | Compiling progenitor-macro v0.14.0 |
| 3311 | 2026-05-15T19:53:21.855Z | Compiling progenitor-macro v0.13.0 |
| 3312 | 2026-05-15T19:53:24.430Z | Checking progenitor v0.13.0 |
| 3313 | 2026-05-15T19:53:24.434Z | Checking progenitor v0.14.0 |
| 3314 | 2026-05-15T19:53:24.567Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3315 | 2026-05-15T19:53:24.570Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3316 | 2026-05-15T19:53:27.573Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3317 | 2026-05-15T19:53:35.261Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3318 | 2026-05-15T19:53:41.543Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3319 | 2026-05-15T19:53:42.919Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3320 | 2026-05-15T19:53:43.442Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3321 | 2026-05-15T19:53:45.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.55s |
| 3322 | 2026-05-15T19:53:45.759Z | |
| 3323 | 2026-05-15T19:53:45.759Z | info: running `cargo check --bins` on gateway-api (134/276) |
| 3324 | 2026-05-15T19:53:46.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3325 | 2026-05-15T19:53:46.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3326 | 2026-05-15T19:53:46.276Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3327 | 2026-05-15T19:53:46.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3328 | 2026-05-15T19:53:46.365Z | |
| 3329 | 2026-05-15T19:53:46.365Z | info: running `cargo check --bins` on ipcc (135/276) |
| 3330 | 2026-05-15T19:53:46.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3331 | 2026-05-15T19:53:46.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3332 | 2026-05-15T19:53:46.879Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3333 | 2026-05-15T19:53:46.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3334 | 2026-05-15T19:53:46.970Z | |
| 3335 | 2026-05-15T19:53:46.970Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (136/276) |
| 3336 | 2026-05-15T19:53:47.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3337 | 2026-05-15T19:53:47.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3338 | 2026-05-15T19:53:47.475Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3339 | 2026-05-15T19:53:47.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3340 | 2026-05-15T19:53:47.561Z | |
| 3341 | 2026-05-15T19:53:47.562Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/276) |
| 3342 | 2026-05-15T19:53:48.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3343 | 2026-05-15T19:53:48.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3344 | 2026-05-15T19:53:48.077Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3345 | 2026-05-15T19:53:48.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3346 | 2026-05-15T19:53:48.165Z | |
| 3347 | 2026-05-15T19:53:48.165Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/276) |
| 3348 | 2026-05-15T19:53:48.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3349 | 2026-05-15T19:53:48.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3350 | 2026-05-15T19:53:48.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3351 | 2026-05-15T19:53:48.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3352 | 2026-05-15T19:53:48.772Z | |
| 3353 | 2026-05-15T19:53:48.772Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/276) |
| 3354 | 2026-05-15T19:53:49.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3355 | 2026-05-15T19:53:49.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3356 | 2026-05-15T19:53:49.285Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3357 | 2026-05-15T19:53:49.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3358 | 2026-05-15T19:53:49.375Z | |
| 3359 | 2026-05-15T19:53:49.376Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/276) |
| 3360 | 2026-05-15T19:53:49.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3361 | 2026-05-15T19:53:49.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3362 | 2026-05-15T19:53:49.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3363 | 2026-05-15T19:53:49.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3364 | 2026-05-15T19:53:49.978Z | |
| 3365 | 2026-05-15T19:53:49.978Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/276) |
| 3366 | 2026-05-15T19:53:50.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3367 | 2026-05-15T19:53:50.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3368 | 2026-05-15T19:53:50.498Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3369 | 2026-05-15T19:53:50.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3370 | 2026-05-15T19:53:50.584Z | |
| 3371 | 2026-05-15T19:53:50.584Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/276) |
| 3372 | 2026-05-15T19:53:51.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3373 | 2026-05-15T19:53:51.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3374 | 2026-05-15T19:53:51.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3375 | 2026-05-15T19:53:51.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3376 | 2026-05-15T19:53:51.189Z | |
| 3377 | 2026-05-15T19:53:51.189Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/276) |
| 3378 | 2026-05-15T19:53:51.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3379 | 2026-05-15T19:53:51.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3380 | 2026-05-15T19:53:51.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3381 | 2026-05-15T19:53:51.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3382 | 2026-05-15T19:53:51.795Z | |
| 3383 | 2026-05-15T19:53:51.795Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/276) |
| 3384 | 2026-05-15T19:53:52.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3385 | 2026-05-15T19:53:52.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3386 | 2026-05-15T19:53:52.312Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3387 | 2026-05-15T19:53:52.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3388 | 2026-05-15T19:53:52.400Z | |
| 3389 | 2026-05-15T19:53:52.400Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/276) |
| 3390 | 2026-05-15T19:53:52.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3391 | 2026-05-15T19:53:52.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3392 | 2026-05-15T19:53:52.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3393 | 2026-05-15T19:53:52.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3394 | 2026-05-15T19:53:53.009Z | |
| 3395 | 2026-05-15T19:53:53.009Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/276) |
| 3396 | 2026-05-15T19:53:53.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3397 | 2026-05-15T19:53:53.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3398 | 2026-05-15T19:53:53.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3399 | 2026-05-15T19:53:53.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3400 | 2026-05-15T19:53:53.608Z | |
| 3401 | 2026-05-15T19:53:53.608Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/276) |
| 3402 | 2026-05-15T19:53:54.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3403 | 2026-05-15T19:53:54.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3404 | 2026-05-15T19:53:54.121Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3405 | 2026-05-15T19:53:54.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3406 | 2026-05-15T19:53:54.213Z | |
| 3407 | 2026-05-15T19:53:54.213Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/276) |
| 3408 | 2026-05-15T19:53:54.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3409 | 2026-05-15T19:53:54.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3410 | 2026-05-15T19:53:54.727Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3411 | 2026-05-15T19:53:54.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3412 | 2026-05-15T19:53:54.821Z | |
| 3413 | 2026-05-15T19:53:54.821Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/276) |
| 3414 | 2026-05-15T19:53:55.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3415 | 2026-05-15T19:53:55.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3416 | 2026-05-15T19:53:55.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3417 | 2026-05-15T19:53:55.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3418 | 2026-05-15T19:53:55.430Z | |
| 3419 | 2026-05-15T19:53:55.430Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/276) |
| 3420 | 2026-05-15T19:53:55.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3421 | 2026-05-15T19:53:55.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3422 | 2026-05-15T19:53:55.942Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3423 | 2026-05-15T19:53:55.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3424 | 2026-05-15T19:53:56.033Z | |
| 3425 | 2026-05-15T19:53:56.033Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/276) |
| 3426 | 2026-05-15T19:53:56.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3427 | 2026-05-15T19:53:56.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3428 | 2026-05-15T19:53:56.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3429 | 2026-05-15T19:53:56.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3430 | 2026-05-15T19:53:56.639Z | |
| 3431 | 2026-05-15T19:53:56.639Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/276) |
| 3432 | 2026-05-15T19:53:57.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3433 | 2026-05-15T19:53:57.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3434 | 2026-05-15T19:53:57.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3435 | 2026-05-15T19:53:57.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3436 | 2026-05-15T19:53:57.247Z | |
| 3437 | 2026-05-15T19:53:57.247Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/276) |
| 3438 | 2026-05-15T19:53:57.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3439 | 2026-05-15T19:53:57.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3440 | 2026-05-15T19:53:57.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3441 | 2026-05-15T19:53:57.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3442 | 2026-05-15T19:53:57.855Z | |
| 3443 | 2026-05-15T19:53:57.855Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/276) |
| 3444 | 2026-05-15T19:53:58.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3445 | 2026-05-15T19:53:58.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3446 | 2026-05-15T19:53:58.366Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3447 | 2026-05-15T19:53:58.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3448 | 2026-05-15T19:53:58.456Z | |
| 3449 | 2026-05-15T19:53:58.456Z | info: running `cargo check --bins` on oximeter-producer (155/276) |
| 3450 | 2026-05-15T19:53:58.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3451 | 2026-05-15T19:53:58.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3452 | 2026-05-15T19:53:58.996Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3453 | 2026-05-15T19:53:59.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3454 | 2026-05-15T19:53:59.098Z | |
| 3455 | 2026-05-15T19:53:59.098Z | info: running `cargo check --bins` on internal-dns-resolver (156/276) |
| 3456 | 2026-05-15T19:53:59.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3457 | 2026-05-15T19:53:59.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3458 | 2026-05-15T19:53:59.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3459 | 2026-05-15T19:53:59.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3460 | 2026-05-15T19:53:59.704Z | |
| 3461 | 2026-05-15T19:53:59.704Z | info: running `cargo check --bins` on dns-server (157/276) |
| 3462 | 2026-05-15T19:54:00.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3463 | 2026-05-15T19:54:00.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3464 | 2026-05-15T19:54:00.364Z | Compiling parking_lot_core v0.8.6 |
| 3465 | 2026-05-15T19:54:00.364Z | Compiling atomicwrites v0.4.4 |
| 3466 | 2026-05-15T19:54:00.367Z | Compiling git-stub v1.0.0 |
| 3467 | 2026-05-15T19:54:00.367Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3468 | 2026-05-15T19:54:00.367Z | Checking prefix-trie v0.7.0 |
| 3469 | 2026-05-15T19:54:00.599Z | Compiling git-stub-vcs v0.1.0 |
| 3470 | 2026-05-15T19:54:00.767Z | Checking hickory-server v0.25.2 |
| 3471 | 2026-05-15T19:54:01.440Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3472 | 2026-05-15T19:54:01.460Z | Checking parking_lot v0.11.2 |
| 3473 | 2026-05-15T19:54:01.460Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3474 | 2026-05-15T19:54:01.460Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3475 | 2026-05-15T19:54:01.460Z | Checking sled v0.34.7 |
| 3476 | 2026-05-15T19:54:02.334Z | error[E0271]: expected `Answers` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3477 | 2026-05-15T19:54:02.335Z | --> dns-server/src/dns_server.rs:487:12 |
| 3478 | 2026-05-15T19:54:02.335Z | | |
| 3479 | 2026-05-15T19:54:02.335Z | 487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>, |
| 3480 | 2026-05-15T19:54:02.335Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3481 | 2026-05-15T19:54:02.335Z | | |
| 3482 | 2026-05-15T19:54:02.335Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3483 | 2026-05-15T19:54:02.335Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3484 | 2026-05-15T19:54:02.335Z | | |
| 3485 | 2026-05-15T19:54:02.335Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3486 | 2026-05-15T19:54:02.335Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3487 | 2026-05-15T19:54:02.335Z | | |
| 3488 | 2026-05-15T19:54:02.335Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3489 | 2026-05-15T19:54:02.335Z | | |
| 3490 | 2026-05-15T19:54:02.335Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3491 | 2026-05-15T19:54:02.335Z | | ---------------------------------------- this is the found type |
| 3492 | 2026-05-15T19:54:02.335Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3493 | 2026-05-15T19:54:02.335Z | note: required by a bound in `MessageResponse` |
| 3494 | 2026-05-15T19:54:02.335Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23 |
| 3495 | 2026-05-15T19:54:02.335Z | | |
| 3496 | 2026-05-15T19:54:02.336Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3497 | 2026-05-15T19:54:02.336Z | | --------------- required by a bound in this struct |
| 3498 | 2026-05-15T19:54:02.336Z | 22 | where |
| 3499 | 2026-05-15T19:54:02.336Z | 23 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3500 | 2026-05-15T19:54:02.336Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3501 | 2026-05-15T19:54:02.336Z | |
| 3502 | 2026-05-15T19:54:02.336Z | error[E0271]: expected `NameServers` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3503 | 2026-05-15T19:54:02.336Z | --> dns-server/src/dns_server.rs:487:12 |
| 3504 | 2026-05-15T19:54:02.336Z | | |
| 3505 | 2026-05-15T19:54:02.336Z | 487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>, |
| 3506 | 2026-05-15T19:54:02.336Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3507 | 2026-05-15T19:54:02.336Z | | |
| 3508 | 2026-05-15T19:54:02.336Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3509 | 2026-05-15T19:54:02.336Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3510 | 2026-05-15T19:54:02.336Z | | |
| 3511 | 2026-05-15T19:54:02.336Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3512 | 2026-05-15T19:54:02.336Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3513 | 2026-05-15T19:54:02.336Z | | |
| 3514 | 2026-05-15T19:54:02.336Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3515 | 2026-05-15T19:54:02.336Z | | |
| 3516 | 2026-05-15T19:54:02.336Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3517 | 2026-05-15T19:54:02.336Z | | ---------------------------------------- this is the found type |
| 3518 | 2026-05-15T19:54:02.336Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3519 | 2026-05-15T19:54:02.336Z | note: required by a bound in `MessageResponse` |
| 3520 | 2026-05-15T19:54:02.336Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:24:27 |
| 3521 | 2026-05-15T19:54:02.337Z | | |
| 3522 | 2026-05-15T19:54:02.337Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3523 | 2026-05-15T19:54:02.337Z | | --------------- required by a bound in this struct |
| 3524 | 2026-05-15T19:54:02.337Z | ... |
| 3525 | 2026-05-15T19:54:02.337Z | 24 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3526 | 2026-05-15T19:54:02.337Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3527 | 2026-05-15T19:54:02.337Z | |
| 3528 | 2026-05-15T19:54:02.337Z | error[E0271]: expected `Soa` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3529 | 2026-05-15T19:54:02.337Z | --> dns-server/src/dns_server.rs:487:12 |
| 3530 | 2026-05-15T19:54:02.337Z | | |
| 3531 | 2026-05-15T19:54:02.337Z | 487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>, |
| 3532 | 2026-05-15T19:54:02.337Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3533 | 2026-05-15T19:54:02.337Z | | |
| 3534 | 2026-05-15T19:54:02.337Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3535 | 2026-05-15T19:54:02.337Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3536 | 2026-05-15T19:54:02.337Z | | |
| 3537 | 2026-05-15T19:54:02.337Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3538 | 2026-05-15T19:54:02.337Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3539 | 2026-05-15T19:54:02.337Z | | |
| 3540 | 2026-05-15T19:54:02.337Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3541 | 2026-05-15T19:54:02.337Z | | |
| 3542 | 2026-05-15T19:54:02.337Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3543 | 2026-05-15T19:54:02.337Z | | ---------------------------------------- this is the found type |
| 3544 | 2026-05-15T19:54:02.337Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3545 | 2026-05-15T19:54:02.337Z | note: required by a bound in `MessageResponse` |
| 3546 | 2026-05-15T19:54:02.337Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:25:19 |
| 3547 | 2026-05-15T19:54:02.338Z | | |
| 3548 | 2026-05-15T19:54:02.338Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3549 | 2026-05-15T19:54:02.338Z | | --------------- required by a bound in this struct |
| 3550 | 2026-05-15T19:54:02.338Z | ... |
| 3551 | 2026-05-15T19:54:02.338Z | 25 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 3552 | 2026-05-15T19:54:02.338Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3553 | 2026-05-15T19:54:02.338Z | |
| 3554 | 2026-05-15T19:54:02.338Z | error[E0271]: expected `Additionals` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3555 | 2026-05-15T19:54:02.338Z | --> dns-server/src/dns_server.rs:487:12 |
| 3556 | 2026-05-15T19:54:02.338Z | | |
| 3557 | 2026-05-15T19:54:02.338Z | 487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>, |
| 3558 | 2026-05-15T19:54:02.338Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3559 | 2026-05-15T19:54:02.338Z | | |
| 3560 | 2026-05-15T19:54:02.338Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3561 | 2026-05-15T19:54:02.338Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3562 | 2026-05-15T19:54:02.338Z | | |
| 3563 | 2026-05-15T19:54:02.338Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3564 | 2026-05-15T19:54:02.338Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3565 | 2026-05-15T19:54:02.338Z | | |
| 3566 | 2026-05-15T19:54:02.338Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3567 | 2026-05-15T19:54:02.338Z | | |
| 3568 | 2026-05-15T19:54:02.338Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3569 | 2026-05-15T19:54:02.338Z | | ---------------------------------------- this is the found type |
| 3570 | 2026-05-15T19:54:02.338Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3571 | 2026-05-15T19:54:02.339Z | note: required by a bound in `MessageResponse` |
| 3572 | 2026-05-15T19:54:02.339Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27 |
| 3573 | 2026-05-15T19:54:02.339Z | | |
| 3574 | 2026-05-15T19:54:02.342Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3575 | 2026-05-15T19:54:02.342Z | | --------------- required by a bound in this struct |
| 3576 | 2026-05-15T19:54:02.342Z | ... |
| 3577 | 2026-05-15T19:54:02.342Z | 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 3578 | 2026-05-15T19:54:02.342Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3579 | 2026-05-15T19:54:02.342Z | |
| 3580 | 2026-05-15T19:54:02.469Z | error[E0599]: no function or associated item named `read` found for struct `MessageRequest` in the current scope |
| 3581 | 2026-05-15T19:54:02.469Z | --> dns-server/src/dns_server.rs:161:36 |
| 3582 | 2026-05-15T19:54:02.469Z | | |
| 3583 | 2026-05-15T19:54:02.469Z | 161 | let mr = match MessageRequest::read(&mut dec) { |
| 3584 | 2026-05-15T19:54:02.469Z | | ^^^^ function or associated item not found in `MessageRequest` |
| 3585 | 2026-05-15T19:54:02.469Z | | |
| 3586 | 2026-05-15T19:54:02.469Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3587 | 2026-05-15T19:54:02.469Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/serialize/binary/mod.rs:44:1 |
| 3588 | 2026-05-15T19:54:02.469Z | | |
| 3589 | 2026-05-15T19:54:02.469Z | 44 | pub trait BinDecodable<'r>: Sized { |
| 3590 | 2026-05-15T19:54:02.469Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait |
| 3591 | 2026-05-15T19:54:02.469Z | | |
| 3592 | 2026-05-15T19:54:02.469Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/serialize/binary/mod.rs:45:1 |
| 3593 | 2026-05-15T19:54:02.469Z | | |
| 3594 | 2026-05-15T19:54:02.469Z | 45 | pub trait BinDecodable<'r>: Sized { |
| 3595 | 2026-05-15T19:54:02.469Z | | --------------------------------- this is the trait that was imported |
| 3596 | 2026-05-15T19:54:02.469Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3597 | 2026-05-15T19:54:02.469Z | |
| 3598 | 2026-05-15T19:54:02.479Z | error[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope |
| 3599 | 2026-05-15T19:54:02.479Z | --> dns-server/src/dns_server.rs:173:34 |
| 3600 | 2026-05-15T19:54:02.479Z | | |
| 3601 | 2026-05-15T19:54:02.479Z | 173 | let header = Header::response_from_request(mr.header()); |
| 3602 | 2026-05-15T19:54:02.479Z | | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header` |
| 3603 | 2026-05-15T19:54:02.479Z | | |
| 3604 | 2026-05-15T19:54:02.479Z | note: the function `response_from_request` is implemented on `hickory_proto::op::Metadata` |
| 3605 | 2026-05-15T19:54:02.479Z | --> dns-server/src/dns_server.rs:173:26 |
| 3606 | 2026-05-15T19:54:02.479Z | | |
| 3607 | 2026-05-15T19:54:02.479Z | 173 | let header = Header::response_from_request(mr.header()); |
| 3608 | 2026-05-15T19:54:02.479Z | | ^^^^^^ |
| 3609 | 2026-05-15T19:54:02.479Z | |
| 3610 | 2026-05-15T19:54:02.497Z | error[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope |
| 3611 | 2026-05-15T19:54:02.497Z | --> dns-server/src/dns_server.rs:273:30 |
| 3612 | 2026-05-15T19:54:02.497Z | | |
| 3613 | 2026-05-15T19:54:02.497Z | 273 | let mut header = Header::response_from_request(mr.header()); |
| 3614 | 2026-05-15T19:54:02.497Z | | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header` |
| 3615 | 2026-05-15T19:54:02.497Z | | |
| 3616 | 2026-05-15T19:54:02.497Z | note: the function `response_from_request` is implemented on `hickory_proto::op::Metadata` |
| 3617 | 2026-05-15T19:54:02.497Z | --> dns-server/src/dns_server.rs:273:22 |
| 3618 | 2026-05-15T19:54:02.497Z | | |
| 3619 | 2026-05-15T19:54:02.497Z | 273 | let mut header = Header::response_from_request(mr.header()); |
| 3620 | 2026-05-15T19:54:02.497Z | | ^^^^^^ |
| 3621 | 2026-05-15T19:54:02.497Z | |
| 3622 | 2026-05-15T19:54:02.511Z | error[E0308]: mismatched types |
| 3623 | 2026-05-15T19:54:02.512Z | --> dns-server/src/dns_server.rs:299:30 |
| 3624 | 2026-05-15T19:54:02.512Z | | |
| 3625 | 2026-05-15T19:54:02.512Z | 299 | let answer = store.query(query)?; |
| 3626 | 2026-05-15T19:54:02.512Z | | ----- ^^^^^ expected `hickory_proto::op::LowerQuery`, found `LowerQuery` |
| 3627 | 2026-05-15T19:54:02.512Z | | | |
| 3628 | 2026-05-15T19:54:02.512Z | | arguments to this method are incorrect |
| 3629 | 2026-05-15T19:54:02.512Z | | |
| 3630 | 2026-05-15T19:54:02.512Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3631 | 2026-05-15T19:54:02.512Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/lower_query.rs:22:1 |
| 3632 | 2026-05-15T19:54:02.512Z | | |
| 3633 | 2026-05-15T19:54:02.512Z | 22 | pub struct LowerQuery { |
| 3634 | 2026-05-15T19:54:02.512Z | | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3635 | 2026-05-15T19:54:02.512Z | | |
| 3636 | 2026-05-15T19:54:02.512Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/lower_query.rs:18:1 |
| 3637 | 2026-05-15T19:54:02.512Z | | |
| 3638 | 2026-05-15T19:54:02.512Z | 18 | pub struct LowerQuery { |
| 3639 | 2026-05-15T19:54:02.512Z | | --------------------- this is the found type |
| 3640 | 2026-05-15T19:54:02.512Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3641 | 2026-05-15T19:54:02.512Z | note: method defined here |
| 3642 | 2026-05-15T19:54:02.512Z | --> dns-server/src/storage.rs:762:19 |
| 3643 | 2026-05-15T19:54:02.512Z | | |
| 3644 | 2026-05-15T19:54:02.512Z | 762 | pub(crate) fn query( |
| 3645 | 2026-05-15T19:54:02.512Z | | ^^^^^ |
| 3646 | 2026-05-15T19:54:02.512Z | 763 | &self, |
| 3647 | 2026-05-15T19:54:02.513Z | 764 | query: &LowerQuery, |
| 3648 | 2026-05-15T19:54:02.513Z | | ------------------ |
| 3649 | 2026-05-15T19:54:02.513Z | |
| 3650 | 2026-05-15T19:54:02.516Z | error[E0308]: mismatched types |
| 3651 | 2026-05-15T19:54:02.516Z | --> dns-server/src/dns_server.rs:311:55 |
| 3652 | 2026-05-15T19:54:02.516Z | | |
| 3653 | 2026-05-15T19:54:02.516Z | 311 | if answer.name.is_none() && query.query_type() == RecordType::SOA { |
| 3654 | 2026-05-15T19:54:02.516Z | | ------------------ ^^^^^^^^^^^^^^^ expected `RecordType`, found `hickory_proto::rr::RecordType` |
| 3655 | 2026-05-15T19:54:02.517Z | | | |
| 3656 | 2026-05-15T19:54:02.517Z | | expected because this is `hickory_resolver::hickory_proto::rr::RecordType` |
| 3657 | 2026-05-15T19:54:02.517Z | | |
| 3658 | 2026-05-15T19:54:02.517Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3659 | 2026-05-15T19:54:02.517Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/record_type.rs:33:1 |
| 3660 | 2026-05-15T19:54:02.517Z | | |
| 3661 | 2026-05-15T19:54:02.517Z | 33 | pub enum RecordType { |
| 3662 | 2026-05-15T19:54:02.517Z | | ^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3663 | 2026-05-15T19:54:02.517Z | | |
| 3664 | 2026-05-15T19:54:02.517Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record_type.rs:33:1 |
| 3665 | 2026-05-15T19:54:02.517Z | | |
| 3666 | 2026-05-15T19:54:02.517Z | 33 | pub enum RecordType { |
| 3667 | 2026-05-15T19:54:02.517Z | | ------------------- this is the found type |
| 3668 | 2026-05-15T19:54:02.517Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3669 | 2026-05-15T19:54:02.517Z | |
| 3670 | 2026-05-15T19:54:02.529Z | error[E0599]: no method named `data` found for reference `&hickory_proto::rr::Record` in the current scope |
| 3671 | 2026-05-15T19:54:02.529Z | --> dns-server/src/dns_server.rs:327:60 |
| 3672 | 2026-05-15T19:54:02.529Z | | |
| 3673 | 2026-05-15T19:54:02.529Z | 327 | .filter(|record| match (query.query_type(), record.data()) { |
| 3674 | 2026-05-15T19:54:02.529Z | | ^^^^-- help: remove the arguments |
| 3675 | 2026-05-15T19:54:02.529Z | | | |
| 3676 | 2026-05-15T19:54:02.529Z | | field, not a method |
| 3677 | 2026-05-15T19:54:02.530Z | |
| 3678 | 2026-05-15T19:54:02.541Z | error[E0599]: no method named `data` found for struct `hickory_proto::rr::Record<R>` in the current scope |
| 3679 | 2026-05-15T19:54:02.541Z | --> dns-server/src/dns_server.rs:348:51 |
| 3680 | 2026-05-15T19:54:02.541Z | | |
| 3681 | 2026-05-15T19:54:02.541Z | 348 | let additionals_target = match record.data() { |
| 3682 | 2026-05-15T19:54:02.541Z | | ^^^^-- help: remove the arguments |
| 3683 | 2026-05-15T19:54:02.541Z | | | |
| 3684 | 2026-05-15T19:54:02.541Z | | field, not a method |
| 3685 | 2026-05-15T19:54:02.541Z | |
| 3686 | 2026-05-15T19:54:02.555Z | error[E0599]: no method named `target` found for struct `hickory_proto::rr::rdata::SRV` in the current scope |
| 3687 | 2026-05-15T19:54:02.555Z | --> dns-server/src/dns_server.rs:349:45 |
| 3688 | 2026-05-15T19:54:02.555Z | | |
| 3689 | 2026-05-15T19:54:02.555Z | 349 | RData::SRV(srv) => Some(srv.target()), |
| 3690 | 2026-05-15T19:54:02.555Z | | ^^^^^^-- help: remove the arguments |
| 3691 | 2026-05-15T19:54:02.555Z | | | |
| 3692 | 2026-05-15T19:54:02.555Z | | field, not a method |
| 3693 | 2026-05-15T19:54:02.555Z | |
| 3694 | 2026-05-15T19:54:02.559Z | error[E0271]: type mismatch resolving `<Vec<&Record> as IntoIterator>::Item == &Record` |
| 3695 | 2026-05-15T19:54:02.559Z | --> dns-server/src/dns_server.rs:416:9 |
| 3696 | 2026-05-15T19:54:02.559Z | | |
| 3697 | 2026-05-15T19:54:02.559Z | 414 | let mresp = rb.build( |
| 3698 | 2026-05-15T19:54:02.559Z | | ----- required by a bound introduced by this call |
| 3699 | 2026-05-15T19:54:02.559Z | 415 | header, |
| 3700 | 2026-05-15T19:54:02.559Z | 416 | response_records.iter().collect::<Vec<&Record>>(), |
| 3701 | 2026-05-15T19:54:02.559Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3702 | 2026-05-15T19:54:02.559Z | | |
| 3703 | 2026-05-15T19:54:02.559Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3704 | 2026-05-15T19:54:02.560Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3705 | 2026-05-15T19:54:02.560Z | | |
| 3706 | 2026-05-15T19:54:02.560Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3707 | 2026-05-15T19:54:02.560Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3708 | 2026-05-15T19:54:02.560Z | | |
| 3709 | 2026-05-15T19:54:02.560Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3710 | 2026-05-15T19:54:02.560Z | | |
| 3711 | 2026-05-15T19:54:02.560Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3712 | 2026-05-15T19:54:02.560Z | | ---------------------------------------- this is the found type |
| 3713 | 2026-05-15T19:54:02.560Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3714 | 2026-05-15T19:54:02.560Z | note: the method call chain might not have had the expected associated types |
| 3715 | 2026-05-15T19:54:02.560Z | --> dns-server/src/dns_server.rs:416:26 |
| 3716 | 2026-05-15T19:54:02.560Z | | |
| 3717 | 2026-05-15T19:54:02.560Z | 411 | response_records: &[Record], |
| 3718 | 2026-05-15T19:54:02.560Z | | ---------------- this expression has type `&[Record]` |
| 3719 | 2026-05-15T19:54:02.560Z | ... |
| 3720 | 2026-05-15T19:54:02.560Z | 416 | response_records.iter().collect::<Vec<&Record>>(), |
| 3721 | 2026-05-15T19:54:02.560Z | | ^^^^^^ ------------------------- `IntoIterator::Item` remains `&Record` here |
| 3722 | 2026-05-15T19:54:02.560Z | | | |
| 3723 | 2026-05-15T19:54:02.560Z | | `IntoIterator::Item` is `&Record` here |
| 3724 | 2026-05-15T19:54:02.560Z | note: required by a bound in `MessageResponseBuilder::<'q>::build` |
| 3725 | 2026-05-15T19:54:02.560Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:138:25 |
| 3726 | 2026-05-15T19:54:02.560Z | | |
| 3727 | 2026-05-15T19:54:02.560Z | 129 | pub fn build<'a, A, N, S, D>( |
| 3728 | 2026-05-15T19:54:02.560Z | | ----- required by a bound in this associated function |
| 3729 | 2026-05-15T19:54:02.560Z | ... |
| 3730 | 2026-05-15T19:54:02.560Z | 138 | A: IntoIterator<Item = &'a Record> + Send + 'a, |
| 3731 | 2026-05-15T19:54:02.560Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build` |
| 3732 | 2026-05-15T19:54:02.560Z | |
| 3733 | 2026-05-15T19:54:02.561Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3734 | 2026-05-15T19:54:02.561Z | --> dns-server/src/dns_server.rs:414:20 |
| 3735 | 2026-05-15T19:54:02.561Z | | |
| 3736 | 2026-05-15T19:54:02.565Z | 414 | let mresp = rb.build( |
| 3737 | 2026-05-15T19:54:02.565Z | | ^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3738 | 2026-05-15T19:54:02.565Z | | |
| 3739 | 2026-05-15T19:54:02.565Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3740 | 2026-05-15T19:54:02.565Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3741 | 2026-05-15T19:54:02.565Z | | |
| 3742 | 2026-05-15T19:54:02.565Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3743 | 2026-05-15T19:54:02.565Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3744 | 2026-05-15T19:54:02.565Z | | |
| 3745 | 2026-05-15T19:54:02.565Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3746 | 2026-05-15T19:54:02.565Z | | |
| 3747 | 2026-05-15T19:54:02.565Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3748 | 2026-05-15T19:54:02.565Z | | ---------------------------------------- this is the found type |
| 3749 | 2026-05-15T19:54:02.565Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3750 | 2026-05-15T19:54:02.565Z | note: required by a bound in `MessageResponse` |
| 3751 | 2026-05-15T19:54:02.565Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23 |
| 3752 | 2026-05-15T19:54:02.565Z | | |
| 3753 | 2026-05-15T19:54:02.565Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3754 | 2026-05-15T19:54:02.565Z | | --------------- required by a bound in this struct |
| 3755 | 2026-05-15T19:54:02.565Z | 22 | where |
| 3756 | 2026-05-15T19:54:02.565Z | 23 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3757 | 2026-05-15T19:54:02.565Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3758 | 2026-05-15T19:54:02.565Z | |
| 3759 | 2026-05-15T19:54:02.566Z | error[E0271]: type mismatch resolving `<&[Record] as IntoIterator>::Item == &Record` |
| 3760 | 2026-05-15T19:54:02.566Z | --> dns-server/src/dns_server.rs:419:9 |
| 3761 | 2026-05-15T19:54:02.566Z | | |
| 3762 | 2026-05-15T19:54:02.566Z | 414 | let mresp = rb.build( |
| 3763 | 2026-05-15T19:54:02.566Z | | ----- required by a bound introduced by this call |
| 3764 | 2026-05-15T19:54:02.566Z | ... |
| 3765 | 2026-05-15T19:54:02.566Z | 419 | additional_records, |
| 3766 | 2026-05-15T19:54:02.566Z | | ^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3767 | 2026-05-15T19:54:02.566Z | | |
| 3768 | 2026-05-15T19:54:02.566Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3769 | 2026-05-15T19:54:02.566Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3770 | 2026-05-15T19:54:02.566Z | | |
| 3771 | 2026-05-15T19:54:02.566Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3772 | 2026-05-15T19:54:02.566Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3773 | 2026-05-15T19:54:02.566Z | | |
| 3774 | 2026-05-15T19:54:02.566Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3775 | 2026-05-15T19:54:02.566Z | | |
| 3776 | 2026-05-15T19:54:02.566Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3777 | 2026-05-15T19:54:02.566Z | | ---------------------------------------- this is the found type |
| 3778 | 2026-05-15T19:54:02.566Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3779 | 2026-05-15T19:54:02.566Z | note: required by a bound in `MessageResponseBuilder::<'q>::build` |
| 3780 | 2026-05-15T19:54:02.566Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:144:25 |
| 3781 | 2026-05-15T19:54:02.566Z | | |
| 3782 | 2026-05-15T19:54:02.566Z | 129 | pub fn build<'a, A, N, S, D>( |
| 3783 | 2026-05-15T19:54:02.566Z | | ----- required by a bound in this associated function |
| 3784 | 2026-05-15T19:54:02.566Z | ... |
| 3785 | 2026-05-15T19:54:02.566Z | 144 | D: IntoIterator<Item = &'a Record> + Send + 'a, |
| 3786 | 2026-05-15T19:54:02.566Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build` |
| 3787 | 2026-05-15T19:54:02.566Z | |
| 3788 | 2026-05-15T19:54:02.566Z | error[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3789 | 2026-05-15T19:54:02.566Z | --> dns-server/src/dns_server.rs:414:20 |
| 3790 | 2026-05-15T19:54:02.566Z | | |
| 3791 | 2026-05-15T19:54:02.566Z | 414 | let mresp = rb.build( |
| 3792 | 2026-05-15T19:54:02.566Z | | ^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3793 | 2026-05-15T19:54:02.566Z | | |
| 3794 | 2026-05-15T19:54:02.566Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3795 | 2026-05-15T19:54:02.567Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3796 | 2026-05-15T19:54:02.567Z | | |
| 3797 | 2026-05-15T19:54:02.567Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3798 | 2026-05-15T19:54:02.567Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3799 | 2026-05-15T19:54:02.567Z | | |
| 3800 | 2026-05-15T19:54:02.567Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3801 | 2026-05-15T19:54:02.567Z | | |
| 3802 | 2026-05-15T19:54:02.567Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3803 | 2026-05-15T19:54:02.567Z | | ---------------------------------------- this is the found type |
| 3804 | 2026-05-15T19:54:02.567Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3805 | 2026-05-15T19:54:02.567Z | note: required by a bound in `MessageResponse` |
| 3806 | 2026-05-15T19:54:02.567Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27 |
| 3807 | 2026-05-15T19:54:02.567Z | | |
| 3808 | 2026-05-15T19:54:02.567Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3809 | 2026-05-15T19:54:02.567Z | | --------------- required by a bound in this struct |
| 3810 | 2026-05-15T19:54:02.567Z | ... |
| 3811 | 2026-05-15T19:54:02.567Z | 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 3812 | 2026-05-15T19:54:02.567Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3813 | 2026-05-15T19:54:02.567Z | |
| 3814 | 2026-05-15T19:54:02.567Z | error[E0308]: mismatched types |
| 3815 | 2026-05-15T19:54:02.567Z | --> dns-server/src/dns_server.rs:415:9 |
| 3816 | 2026-05-15T19:54:02.567Z | | |
| 3817 | 2026-05-15T19:54:02.567Z | 414 | let mresp = rb.build( |
| 3818 | 2026-05-15T19:54:02.567Z | | ----- arguments to this method are incorrect |
| 3819 | 2026-05-15T19:54:02.567Z | 415 | header, |
| 3820 | 2026-05-15T19:54:02.567Z | | ^^^^^^ expected `Header`, found `hickory_proto::op::Header` |
| 3821 | 2026-05-15T19:54:02.567Z | | |
| 3822 | 2026-05-15T19:54:02.567Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3823 | 2026-05-15T19:54:02.567Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1 |
| 3824 | 2026-05-15T19:54:02.567Z | | |
| 3825 | 2026-05-15T19:54:02.567Z | 57 | pub struct Header { |
| 3826 | 2026-05-15T19:54:02.567Z | | ^^^^^^^^^^^^^^^^^ this is the expected type |
| 3827 | 2026-05-15T19:54:02.567Z | | |
| 3828 | 2026-05-15T19:54:02.567Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1 |
| 3829 | 2026-05-15T19:54:02.567Z | | |
| 3830 | 2026-05-15T19:54:02.567Z | 57 | pub struct Header { |
| 3831 | 2026-05-15T19:54:02.567Z | | ----------------- this is the found type |
| 3832 | 2026-05-15T19:54:02.567Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3833 | 2026-05-15T19:54:02.567Z | note: method defined here |
| 3834 | 2026-05-15T19:54:02.567Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:129:12 |
| 3835 | 2026-05-15T19:54:02.568Z | | |
| 3836 | 2026-05-15T19:54:02.572Z | 129 | pub fn build<'a, A, N, S, D>( |
| 3837 | 2026-05-15T19:54:02.572Z | | ^^^^^ |
| 3838 | 2026-05-15T19:54:02.572Z | |
| 3839 | 2026-05-15T19:54:02.572Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3840 | 2026-05-15T19:54:02.572Z | --> dns-server/src/dns_server.rs:422:31 |
| 3841 | 2026-05-15T19:54:02.572Z | | |
| 3842 | 2026-05-15T19:54:02.572Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 3843 | 2026-05-15T19:54:02.572Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3844 | 2026-05-15T19:54:02.572Z | | | |
| 3845 | 2026-05-15T19:54:02.572Z | | required by a bound introduced by this call |
| 3846 | 2026-05-15T19:54:02.572Z | | |
| 3847 | 2026-05-15T19:54:02.572Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3848 | 2026-05-15T19:54:02.572Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3849 | 2026-05-15T19:54:02.572Z | | |
| 3850 | 2026-05-15T19:54:02.572Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3851 | 2026-05-15T19:54:02.572Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3852 | 2026-05-15T19:54:02.572Z | | |
| 3853 | 2026-05-15T19:54:02.572Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3854 | 2026-05-15T19:54:02.572Z | | |
| 3855 | 2026-05-15T19:54:02.572Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3856 | 2026-05-15T19:54:02.572Z | | ---------------------------------------- this is the found type |
| 3857 | 2026-05-15T19:54:02.572Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3858 | 2026-05-15T19:54:02.572Z | note: required by a bound in `encode_and_send` |
| 3859 | 2026-05-15T19:54:02.572Z | --> dns-server/src/dns_server.rs:492:27 |
| 3860 | 2026-05-15T19:54:02.572Z | | |
| 3861 | 2026-05-15T19:54:02.572Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3862 | 2026-05-15T19:54:02.572Z | | --------------- required by a bound in this function |
| 3863 | 2026-05-15T19:54:02.572Z | ... |
| 3864 | 2026-05-15T19:54:02.573Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3865 | 2026-05-15T19:54:02.573Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3866 | 2026-05-15T19:54:02.573Z | |
| 3867 | 2026-05-15T19:54:02.573Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3868 | 2026-05-15T19:54:02.573Z | --> dns-server/src/dns_server.rs:422:31 |
| 3869 | 2026-05-15T19:54:02.573Z | | |
| 3870 | 2026-05-15T19:54:02.573Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 3871 | 2026-05-15T19:54:02.573Z | | ^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3872 | 2026-05-15T19:54:02.573Z | | |
| 3873 | 2026-05-15T19:54:02.573Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3874 | 2026-05-15T19:54:02.573Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3875 | 2026-05-15T19:54:02.573Z | | |
| 3876 | 2026-05-15T19:54:02.573Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3877 | 2026-05-15T19:54:02.573Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3878 | 2026-05-15T19:54:02.573Z | | |
| 3879 | 2026-05-15T19:54:02.573Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3880 | 2026-05-15T19:54:02.573Z | | |
| 3881 | 2026-05-15T19:54:02.573Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3882 | 2026-05-15T19:54:02.573Z | | ---------------------------------------- this is the found type |
| 3883 | 2026-05-15T19:54:02.573Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3884 | 2026-05-15T19:54:02.573Z | note: required by a bound in `MessageResponse` |
| 3885 | 2026-05-15T19:54:02.573Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23 |
| 3886 | 2026-05-15T19:54:02.573Z | | |
| 3887 | 2026-05-15T19:54:02.573Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3888 | 2026-05-15T19:54:02.573Z | | --------------- required by a bound in this struct |
| 3889 | 2026-05-15T19:54:02.573Z | 22 | where |
| 3890 | 2026-05-15T19:54:02.573Z | 23 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3891 | 2026-05-15T19:54:02.573Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3892 | 2026-05-15T19:54:02.573Z | |
| 3893 | 2026-05-15T19:54:02.573Z | error[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3894 | 2026-05-15T19:54:02.573Z | --> dns-server/src/dns_server.rs:422:31 |
| 3895 | 2026-05-15T19:54:02.573Z | | |
| 3896 | 2026-05-15T19:54:02.573Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 3897 | 2026-05-15T19:54:02.573Z | | ^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3898 | 2026-05-15T19:54:02.573Z | | |
| 3899 | 2026-05-15T19:54:02.573Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3900 | 2026-05-15T19:54:02.573Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3901 | 2026-05-15T19:54:02.574Z | | |
| 3902 | 2026-05-15T19:54:02.574Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3903 | 2026-05-15T19:54:02.574Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3904 | 2026-05-15T19:54:02.574Z | | |
| 3905 | 2026-05-15T19:54:02.574Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3906 | 2026-05-15T19:54:02.574Z | | |
| 3907 | 2026-05-15T19:54:02.574Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3908 | 2026-05-15T19:54:02.574Z | | ---------------------------------------- this is the found type |
| 3909 | 2026-05-15T19:54:02.574Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3910 | 2026-05-15T19:54:02.574Z | note: required by a bound in `MessageResponse` |
| 3911 | 2026-05-15T19:54:02.574Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27 |
| 3912 | 2026-05-15T19:54:02.574Z | | |
| 3913 | 2026-05-15T19:54:02.574Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3914 | 2026-05-15T19:54:02.574Z | | --------------- required by a bound in this struct |
| 3915 | 2026-05-15T19:54:02.574Z | ... |
| 3916 | 2026-05-15T19:54:02.574Z | 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 3917 | 2026-05-15T19:54:02.574Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3918 | 2026-05-15T19:54:02.574Z | |
| 3919 | 2026-05-15T19:54:02.574Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3920 | 2026-05-15T19:54:02.574Z | --> dns-server/src/dns_server.rs:422:5 |
| 3921 | 2026-05-15T19:54:02.574Z | | |
| 3922 | 2026-05-15T19:54:02.574Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 3923 | 2026-05-15T19:54:02.574Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3924 | 2026-05-15T19:54:02.574Z | | |
| 3925 | 2026-05-15T19:54:02.574Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3926 | 2026-05-15T19:54:02.574Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3927 | 2026-05-15T19:54:02.574Z | | |
| 3928 | 2026-05-15T19:54:02.574Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3929 | 2026-05-15T19:54:02.574Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3930 | 2026-05-15T19:54:02.574Z | | |
| 3931 | 2026-05-15T19:54:02.574Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3932 | 2026-05-15T19:54:02.574Z | | |
| 3933 | 2026-05-15T19:54:02.574Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3934 | 2026-05-15T19:54:02.574Z | | ---------------------------------------- this is the found type |
| 3935 | 2026-05-15T19:54:02.574Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3936 | 2026-05-15T19:54:02.579Z | note: required by a bound in `encode_and_send` |
| 3937 | 2026-05-15T19:54:02.579Z | --> dns-server/src/dns_server.rs:492:27 |
| 3938 | 2026-05-15T19:54:02.580Z | | |
| 3939 | 2026-05-15T19:54:02.580Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3940 | 2026-05-15T19:54:02.580Z | | --------------- required by a bound in this function |
| 3941 | 2026-05-15T19:54:02.580Z | ... |
| 3942 | 2026-05-15T19:54:02.580Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3943 | 2026-05-15T19:54:02.580Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3944 | 2026-05-15T19:54:02.580Z | |
| 3945 | 2026-05-15T19:54:02.580Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3946 | 2026-05-15T19:54:02.580Z | --> dns-server/src/dns_server.rs:422:49 |
| 3947 | 2026-05-15T19:54:02.580Z | | |
| 3948 | 2026-05-15T19:54:02.580Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 3949 | 2026-05-15T19:54:02.580Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3950 | 2026-05-15T19:54:02.581Z | | |
| 3951 | 2026-05-15T19:54:02.581Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3952 | 2026-05-15T19:54:02.581Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3953 | 2026-05-15T19:54:02.581Z | | |
| 3954 | 2026-05-15T19:54:02.581Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3955 | 2026-05-15T19:54:02.581Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3956 | 2026-05-15T19:54:02.581Z | | |
| 3957 | 2026-05-15T19:54:02.581Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3958 | 2026-05-15T19:54:02.581Z | | |
| 3959 | 2026-05-15T19:54:02.581Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3960 | 2026-05-15T19:54:02.581Z | | ---------------------------------------- this is the found type |
| 3961 | 2026-05-15T19:54:02.581Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3962 | 2026-05-15T19:54:02.581Z | note: required by a bound in `encode_and_send` |
| 3963 | 2026-05-15T19:54:02.581Z | --> dns-server/src/dns_server.rs:492:27 |
| 3964 | 2026-05-15T19:54:02.581Z | | |
| 3965 | 2026-05-15T19:54:02.581Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3966 | 2026-05-15T19:54:02.581Z | | --------------- required by a bound in this function |
| 3967 | 2026-05-15T19:54:02.581Z | ... |
| 3968 | 2026-05-15T19:54:02.581Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3969 | 2026-05-15T19:54:02.582Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3970 | 2026-05-15T19:54:02.582Z | |
| 3971 | 2026-05-15T19:54:02.582Z | error[E0308]: arguments to this method are incorrect |
| 3972 | 2026-05-15T19:54:02.582Z | --> dns-server/src/dns_server.rs:438:33 |
| 3973 | 2026-05-15T19:54:02.582Z | | |
| 3974 | 2026-05-15T19:54:02.582Z | 438 | let mut mresp = rb_nxdomain.error_msg(&header, ResponseCode::NXDomain); |
| 3975 | 2026-05-15T19:54:02.582Z | | ^^^^^^^^^ ------- ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode` |
| 3976 | 2026-05-15T19:54:02.582Z | | | |
| 3977 | 2026-05-15T19:54:02.582Z | | expected `&Header`, found `&&Header` |
| 3978 | 2026-05-15T19:54:02.582Z | | |
| 3979 | 2026-05-15T19:54:02.582Z | = note: expected reference `&hickory_resolver::hickory_proto::op::Header` |
| 3980 | 2026-05-15T19:54:02.582Z | found reference `&&hickory_proto::op::Header` |
| 3981 | 2026-05-15T19:54:02.582Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3982 | 2026-05-15T19:54:02.582Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1 |
| 3983 | 2026-05-15T19:54:02.582Z | | |
| 3984 | 2026-05-15T19:54:02.582Z | 67 | pub enum ResponseCode { |
| 3985 | 2026-05-15T19:54:02.582Z | | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3986 | 2026-05-15T19:54:02.582Z | | |
| 3987 | 2026-05-15T19:54:02.582Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1 |
| 3988 | 2026-05-15T19:54:02.582Z | | |
| 3989 | 2026-05-15T19:54:02.582Z | 67 | pub enum ResponseCode { |
| 3990 | 2026-05-15T19:54:02.582Z | | --------------------- this is the found type |
| 3991 | 2026-05-15T19:54:02.582Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3992 | 2026-05-15T19:54:02.582Z | note: method defined here |
| 3993 | 2026-05-15T19:54:02.582Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12 |
| 3994 | 2026-05-15T19:54:02.582Z | | |
| 3995 | 2026-05-15T19:54:02.582Z | 190 | pub fn error_msg<'a>( |
| 3996 | 2026-05-15T19:54:02.582Z | | ^^^^^^^^^ |
| 3997 | 2026-05-15T19:54:02.582Z | |
| 3998 | 2026-05-15T19:54:02.582Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3999 | 2026-05-15T19:54:02.582Z | --> dns-server/src/dns_server.rs:457:50 |
| 4000 | 2026-05-15T19:54:02.582Z | | |
| 4001 | 2026-05-15T19:54:02.582Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4002 | 2026-05-15T19:54:02.582Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4003 | 2026-05-15T19:54:02.583Z | | | |
| 4004 | 2026-05-15T19:54:02.583Z | | required by a bound introduced by this call |
| 4005 | 2026-05-15T19:54:02.583Z | | |
| 4006 | 2026-05-15T19:54:02.583Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4007 | 2026-05-15T19:54:02.583Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4008 | 2026-05-15T19:54:02.583Z | | |
| 4009 | 2026-05-15T19:54:02.583Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4010 | 2026-05-15T19:54:02.583Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4011 | 2026-05-15T19:54:02.583Z | | |
| 4012 | 2026-05-15T19:54:02.583Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4013 | 2026-05-15T19:54:02.583Z | | |
| 4014 | 2026-05-15T19:54:02.583Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4015 | 2026-05-15T19:54:02.583Z | | ---------------------------------------- this is the found type |
| 4016 | 2026-05-15T19:54:02.583Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4017 | 2026-05-15T19:54:02.583Z | note: required by a bound in `encode_and_send` |
| 4018 | 2026-05-15T19:54:02.583Z | --> dns-server/src/dns_server.rs:491:23 |
| 4019 | 2026-05-15T19:54:02.583Z | | |
| 4020 | 2026-05-15T19:54:02.583Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4021 | 2026-05-15T19:54:02.583Z | | --------------- required by a bound in this function |
| 4022 | 2026-05-15T19:54:02.583Z | ... |
| 4023 | 2026-05-15T19:54:02.583Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 4024 | 2026-05-15T19:54:02.583Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4025 | 2026-05-15T19:54:02.583Z | |
| 4026 | 2026-05-15T19:54:02.583Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4027 | 2026-05-15T19:54:02.583Z | --> dns-server/src/dns_server.rs:457:50 |
| 4028 | 2026-05-15T19:54:02.583Z | | |
| 4029 | 2026-05-15T19:54:02.583Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4030 | 2026-05-15T19:54:02.583Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4031 | 2026-05-15T19:54:02.583Z | | | |
| 4032 | 2026-05-15T19:54:02.583Z | | required by a bound introduced by this call |
| 4033 | 2026-05-15T19:54:02.583Z | | |
| 4034 | 2026-05-15T19:54:02.583Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4035 | 2026-05-15T19:54:02.584Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4036 | 2026-05-15T19:54:02.588Z | | |
| 4037 | 2026-05-15T19:54:02.588Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4038 | 2026-05-15T19:54:02.588Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4039 | 2026-05-15T19:54:02.588Z | | |
| 4040 | 2026-05-15T19:54:02.588Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4041 | 2026-05-15T19:54:02.588Z | | |
| 4042 | 2026-05-15T19:54:02.588Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4043 | 2026-05-15T19:54:02.588Z | | ---------------------------------------- this is the found type |
| 4044 | 2026-05-15T19:54:02.589Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4045 | 2026-05-15T19:54:02.589Z | note: required by a bound in `encode_and_send` |
| 4046 | 2026-05-15T19:54:02.589Z | --> dns-server/src/dns_server.rs:492:27 |
| 4047 | 2026-05-15T19:54:02.589Z | | |
| 4048 | 2026-05-15T19:54:02.589Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4049 | 2026-05-15T19:54:02.589Z | | --------------- required by a bound in this function |
| 4050 | 2026-05-15T19:54:02.589Z | ... |
| 4051 | 2026-05-15T19:54:02.589Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 4052 | 2026-05-15T19:54:02.589Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4053 | 2026-05-15T19:54:02.589Z | |
| 4054 | 2026-05-15T19:54:02.589Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4055 | 2026-05-15T19:54:02.589Z | --> dns-server/src/dns_server.rs:457:50 |
| 4056 | 2026-05-15T19:54:02.589Z | | |
| 4057 | 2026-05-15T19:54:02.589Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4058 | 2026-05-15T19:54:02.589Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4059 | 2026-05-15T19:54:02.589Z | | | |
| 4060 | 2026-05-15T19:54:02.589Z | | required by a bound introduced by this call |
| 4061 | 2026-05-15T19:54:02.589Z | | |
| 4062 | 2026-05-15T19:54:02.589Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4063 | 2026-05-15T19:54:02.589Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4064 | 2026-05-15T19:54:02.589Z | | |
| 4065 | 2026-05-15T19:54:02.589Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4066 | 2026-05-15T19:54:02.589Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4067 | 2026-05-15T19:54:02.589Z | | |
| 4068 | 2026-05-15T19:54:02.590Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4069 | 2026-05-15T19:54:02.590Z | | |
| 4070 | 2026-05-15T19:54:02.590Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4071 | 2026-05-15T19:54:02.590Z | | ---------------------------------------- this is the found type |
| 4072 | 2026-05-15T19:54:02.590Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4073 | 2026-05-15T19:54:02.590Z | note: required by a bound in `encode_and_send` |
| 4074 | 2026-05-15T19:54:02.590Z | --> dns-server/src/dns_server.rs:493:19 |
| 4075 | 2026-05-15T19:54:02.590Z | | |
| 4076 | 2026-05-15T19:54:02.590Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4077 | 2026-05-15T19:54:02.591Z | | --------------- required by a bound in this function |
| 4078 | 2026-05-15T19:54:02.591Z | ... |
| 4079 | 2026-05-15T19:54:02.591Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 4080 | 2026-05-15T19:54:02.591Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4081 | 2026-05-15T19:54:02.591Z | |
| 4082 | 2026-05-15T19:54:02.591Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4083 | 2026-05-15T19:54:02.591Z | --> dns-server/src/dns_server.rs:457:50 |
| 4084 | 2026-05-15T19:54:02.591Z | | |
| 4085 | 2026-05-15T19:54:02.591Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4086 | 2026-05-15T19:54:02.591Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4087 | 2026-05-15T19:54:02.591Z | | | |
| 4088 | 2026-05-15T19:54:02.591Z | | required by a bound introduced by this call |
| 4089 | 2026-05-15T19:54:02.591Z | | |
| 4090 | 2026-05-15T19:54:02.591Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4091 | 2026-05-15T19:54:02.591Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4092 | 2026-05-15T19:54:02.591Z | | |
| 4093 | 2026-05-15T19:54:02.591Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4094 | 2026-05-15T19:54:02.591Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4095 | 2026-05-15T19:54:02.591Z | | |
| 4096 | 2026-05-15T19:54:02.591Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4097 | 2026-05-15T19:54:02.591Z | | |
| 4098 | 2026-05-15T19:54:02.591Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4099 | 2026-05-15T19:54:02.591Z | | ---------------------------------------- this is the found type |
| 4100 | 2026-05-15T19:54:02.591Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4101 | 2026-05-15T19:54:02.591Z | note: required by a bound in `encode_and_send` |
| 4102 | 2026-05-15T19:54:02.591Z | --> dns-server/src/dns_server.rs:494:27 |
| 4103 | 2026-05-15T19:54:02.592Z | | |
| 4104 | 2026-05-15T19:54:02.592Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4105 | 2026-05-15T19:54:02.592Z | | --------------- required by a bound in this function |
| 4106 | 2026-05-15T19:54:02.592Z | ... |
| 4107 | 2026-05-15T19:54:02.592Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 4108 | 2026-05-15T19:54:02.592Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4109 | 2026-05-15T19:54:02.592Z | |
| 4110 | 2026-05-15T19:54:02.592Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4111 | 2026-05-15T19:54:02.592Z | --> dns-server/src/dns_server.rs:457:25 |
| 4112 | 2026-05-15T19:54:02.592Z | | |
| 4113 | 2026-05-15T19:54:02.592Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4114 | 2026-05-15T19:54:02.592Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4115 | 2026-05-15T19:54:02.592Z | | |
| 4116 | 2026-05-15T19:54:02.592Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4117 | 2026-05-15T19:54:02.592Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4118 | 2026-05-15T19:54:02.592Z | | |
| 4119 | 2026-05-15T19:54:02.592Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4120 | 2026-05-15T19:54:02.592Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4121 | 2026-05-15T19:54:02.592Z | | |
| 4122 | 2026-05-15T19:54:02.592Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4123 | 2026-05-15T19:54:02.592Z | | |
| 4124 | 2026-05-15T19:54:02.592Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4125 | 2026-05-15T19:54:02.592Z | | ---------------------------------------- this is the found type |
| 4126 | 2026-05-15T19:54:02.592Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4127 | 2026-05-15T19:54:02.593Z | note: required by a bound in `encode_and_send` |
| 4128 | 2026-05-15T19:54:02.593Z | --> dns-server/src/dns_server.rs:491:23 |
| 4129 | 2026-05-15T19:54:02.593Z | | |
| 4130 | 2026-05-15T19:54:02.593Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4131 | 2026-05-15T19:54:02.593Z | | --------------- required by a bound in this function |
| 4132 | 2026-05-15T19:54:02.593Z | ... |
| 4133 | 2026-05-15T19:54:02.593Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 4134 | 2026-05-15T19:54:02.593Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4135 | 2026-05-15T19:54:02.593Z | |
| 4136 | 2026-05-15T19:54:02.597Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4137 | 2026-05-15T19:54:02.597Z | --> dns-server/src/dns_server.rs:457:25 |
| 4138 | 2026-05-15T19:54:02.597Z | | |
| 4139 | 2026-05-15T19:54:02.598Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4140 | 2026-05-15T19:54:02.598Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4141 | 2026-05-15T19:54:02.598Z | | |
| 4142 | 2026-05-15T19:54:02.598Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4143 | 2026-05-15T19:54:02.598Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4144 | 2026-05-15T19:54:02.598Z | | |
| 4145 | 2026-05-15T19:54:02.598Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4146 | 2026-05-15T19:54:02.598Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4147 | 2026-05-15T19:54:02.598Z | | |
| 4148 | 2026-05-15T19:54:02.598Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4149 | 2026-05-15T19:54:02.598Z | | |
| 4150 | 2026-05-15T19:54:02.598Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4151 | 2026-05-15T19:54:02.598Z | | ---------------------------------------- this is the found type |
| 4152 | 2026-05-15T19:54:02.598Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4153 | 2026-05-15T19:54:02.598Z | note: required by a bound in `encode_and_send` |
| 4154 | 2026-05-15T19:54:02.598Z | --> dns-server/src/dns_server.rs:492:27 |
| 4155 | 2026-05-15T19:54:02.598Z | | |
| 4156 | 2026-05-15T19:54:02.598Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4157 | 2026-05-15T19:54:02.598Z | | --------------- required by a bound in this function |
| 4158 | 2026-05-15T19:54:02.598Z | ... |
| 4159 | 2026-05-15T19:54:02.598Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 4160 | 2026-05-15T19:54:02.598Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4161 | 2026-05-15T19:54:02.598Z | |
| 4162 | 2026-05-15T19:54:02.598Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4163 | 2026-05-15T19:54:02.598Z | --> dns-server/src/dns_server.rs:457:25 |
| 4164 | 2026-05-15T19:54:02.598Z | | |
| 4165 | 2026-05-15T19:54:02.598Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4166 | 2026-05-15T19:54:02.598Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4167 | 2026-05-15T19:54:02.598Z | | |
| 4168 | 2026-05-15T19:54:02.598Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4169 | 2026-05-15T19:54:02.598Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4170 | 2026-05-15T19:54:02.598Z | | |
| 4171 | 2026-05-15T19:54:02.598Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4172 | 2026-05-15T19:54:02.598Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4173 | 2026-05-15T19:54:02.598Z | | |
| 4174 | 2026-05-15T19:54:02.599Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4175 | 2026-05-15T19:54:02.599Z | | |
| 4176 | 2026-05-15T19:54:02.599Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4177 | 2026-05-15T19:54:02.599Z | | ---------------------------------------- this is the found type |
| 4178 | 2026-05-15T19:54:02.599Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4179 | 2026-05-15T19:54:02.599Z | note: required by a bound in `encode_and_send` |
| 4180 | 2026-05-15T19:54:02.599Z | --> dns-server/src/dns_server.rs:493:19 |
| 4181 | 2026-05-15T19:54:02.599Z | | |
| 4182 | 2026-05-15T19:54:02.599Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4183 | 2026-05-15T19:54:02.599Z | | --------------- required by a bound in this function |
| 4184 | 2026-05-15T19:54:02.599Z | ... |
| 4185 | 2026-05-15T19:54:02.599Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 4186 | 2026-05-15T19:54:02.599Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4187 | 2026-05-15T19:54:02.599Z | |
| 4188 | 2026-05-15T19:54:02.599Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4189 | 2026-05-15T19:54:02.599Z | --> dns-server/src/dns_server.rs:457:25 |
| 4190 | 2026-05-15T19:54:02.599Z | | |
| 4191 | 2026-05-15T19:54:02.599Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4192 | 2026-05-15T19:54:02.599Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4193 | 2026-05-15T19:54:02.599Z | | |
| 4194 | 2026-05-15T19:54:02.599Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4195 | 2026-05-15T19:54:02.599Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4196 | 2026-05-15T19:54:02.599Z | | |
| 4197 | 2026-05-15T19:54:02.599Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4198 | 2026-05-15T19:54:02.599Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4199 | 2026-05-15T19:54:02.599Z | | |
| 4200 | 2026-05-15T19:54:02.599Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4201 | 2026-05-15T19:54:02.599Z | | |
| 4202 | 2026-05-15T19:54:02.599Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4203 | 2026-05-15T19:54:02.599Z | | ---------------------------------------- this is the found type |
| 4204 | 2026-05-15T19:54:02.599Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4205 | 2026-05-15T19:54:02.599Z | note: required by a bound in `encode_and_send` |
| 4206 | 2026-05-15T19:54:02.599Z | --> dns-server/src/dns_server.rs:494:27 |
| 4207 | 2026-05-15T19:54:02.599Z | | |
| 4208 | 2026-05-15T19:54:02.599Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4209 | 2026-05-15T19:54:02.599Z | | --------------- required by a bound in this function |
| 4210 | 2026-05-15T19:54:02.599Z | ... |
| 4211 | 2026-05-15T19:54:02.599Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 4212 | 2026-05-15T19:54:02.599Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4213 | 2026-05-15T19:54:02.600Z | |
| 4214 | 2026-05-15T19:54:02.600Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4215 | 2026-05-15T19:54:02.600Z | --> dns-server/src/dns_server.rs:457:69 |
| 4216 | 2026-05-15T19:54:02.600Z | | |
| 4217 | 2026-05-15T19:54:02.600Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4218 | 2026-05-15T19:54:02.600Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4219 | 2026-05-15T19:54:02.600Z | | |
| 4220 | 2026-05-15T19:54:02.600Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4221 | 2026-05-15T19:54:02.600Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4222 | 2026-05-15T19:54:02.600Z | | |
| 4223 | 2026-05-15T19:54:02.600Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4224 | 2026-05-15T19:54:02.600Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4225 | 2026-05-15T19:54:02.600Z | | |
| 4226 | 2026-05-15T19:54:02.600Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4227 | 2026-05-15T19:54:02.600Z | | |
| 4228 | 2026-05-15T19:54:02.600Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4229 | 2026-05-15T19:54:02.600Z | | ---------------------------------------- this is the found type |
| 4230 | 2026-05-15T19:54:02.600Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4231 | 2026-05-15T19:54:02.600Z | note: required by a bound in `encode_and_send` |
| 4232 | 2026-05-15T19:54:02.600Z | --> dns-server/src/dns_server.rs:491:23 |
| 4233 | 2026-05-15T19:54:02.600Z | | |
| 4234 | 2026-05-15T19:54:02.600Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4235 | 2026-05-15T19:54:02.600Z | | --------------- required by a bound in this function |
| 4236 | 2026-05-15T19:54:02.605Z | ... |
| 4237 | 2026-05-15T19:54:02.605Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 4238 | 2026-05-15T19:54:02.605Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4239 | 2026-05-15T19:54:02.605Z | |
| 4240 | 2026-05-15T19:54:02.605Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4241 | 2026-05-15T19:54:02.605Z | --> dns-server/src/dns_server.rs:457:69 |
| 4242 | 2026-05-15T19:54:02.605Z | | |
| 4243 | 2026-05-15T19:54:02.605Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4244 | 2026-05-15T19:54:02.605Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4245 | 2026-05-15T19:54:02.605Z | | |
| 4246 | 2026-05-15T19:54:02.605Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4247 | 2026-05-15T19:54:02.605Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4248 | 2026-05-15T19:54:02.605Z | | |
| 4249 | 2026-05-15T19:54:02.605Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4250 | 2026-05-15T19:54:02.605Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4251 | 2026-05-15T19:54:02.605Z | | |
| 4252 | 2026-05-15T19:54:02.605Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4253 | 2026-05-15T19:54:02.605Z | | |
| 4254 | 2026-05-15T19:54:02.606Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4255 | 2026-05-15T19:54:02.606Z | | ---------------------------------------- this is the found type |
| 4256 | 2026-05-15T19:54:02.606Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4257 | 2026-05-15T19:54:02.606Z | note: required by a bound in `encode_and_send` |
| 4258 | 2026-05-15T19:54:02.606Z | --> dns-server/src/dns_server.rs:492:27 |
| 4259 | 2026-05-15T19:54:02.606Z | | |
| 4260 | 2026-05-15T19:54:02.606Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4261 | 2026-05-15T19:54:02.606Z | | --------------- required by a bound in this function |
| 4262 | 2026-05-15T19:54:02.606Z | ... |
| 4263 | 2026-05-15T19:54:02.606Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 4264 | 2026-05-15T19:54:02.606Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4265 | 2026-05-15T19:54:02.606Z | |
| 4266 | 2026-05-15T19:54:02.606Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4267 | 2026-05-15T19:54:02.606Z | --> dns-server/src/dns_server.rs:457:69 |
| 4268 | 2026-05-15T19:54:02.606Z | | |
| 4269 | 2026-05-15T19:54:02.606Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4270 | 2026-05-15T19:54:02.606Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4271 | 2026-05-15T19:54:02.606Z | | |
| 4272 | 2026-05-15T19:54:02.606Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4273 | 2026-05-15T19:54:02.606Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4274 | 2026-05-15T19:54:02.606Z | | |
| 4275 | 2026-05-15T19:54:02.606Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4276 | 2026-05-15T19:54:02.606Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4277 | 2026-05-15T19:54:02.606Z | | |
| 4278 | 2026-05-15T19:54:02.606Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4279 | 2026-05-15T19:54:02.606Z | | |
| 4280 | 2026-05-15T19:54:02.606Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4281 | 2026-05-15T19:54:02.606Z | | ---------------------------------------- this is the found type |
| 4282 | 2026-05-15T19:54:02.606Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4283 | 2026-05-15T19:54:02.606Z | note: required by a bound in `encode_and_send` |
| 4284 | 2026-05-15T19:54:02.607Z | --> dns-server/src/dns_server.rs:493:19 |
| 4285 | 2026-05-15T19:54:02.607Z | | |
| 4286 | 2026-05-15T19:54:02.607Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4287 | 2026-05-15T19:54:02.607Z | | --------------- required by a bound in this function |
| 4288 | 2026-05-15T19:54:02.607Z | ... |
| 4289 | 2026-05-15T19:54:02.607Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 4290 | 2026-05-15T19:54:02.607Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4291 | 2026-05-15T19:54:02.607Z | |
| 4292 | 2026-05-15T19:54:02.607Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4293 | 2026-05-15T19:54:02.607Z | --> dns-server/src/dns_server.rs:457:69 |
| 4294 | 2026-05-15T19:54:02.607Z | | |
| 4295 | 2026-05-15T19:54:02.607Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4296 | 2026-05-15T19:54:02.607Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4297 | 2026-05-15T19:54:02.607Z | | |
| 4298 | 2026-05-15T19:54:02.607Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4299 | 2026-05-15T19:54:02.607Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4300 | 2026-05-15T19:54:02.607Z | | |
| 4301 | 2026-05-15T19:54:02.607Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4302 | 2026-05-15T19:54:02.607Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4303 | 2026-05-15T19:54:02.607Z | | |
| 4304 | 2026-05-15T19:54:02.607Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4305 | 2026-05-15T19:54:02.607Z | | |
| 4306 | 2026-05-15T19:54:02.607Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4307 | 2026-05-15T19:54:02.607Z | | ---------------------------------------- this is the found type |
| 4308 | 2026-05-15T19:54:02.607Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4309 | 2026-05-15T19:54:02.607Z | note: required by a bound in `encode_and_send` |
| 4310 | 2026-05-15T19:54:02.607Z | --> dns-server/src/dns_server.rs:494:27 |
| 4311 | 2026-05-15T19:54:02.607Z | | |
| 4312 | 2026-05-15T19:54:02.607Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4313 | 2026-05-15T19:54:02.607Z | | --------------- required by a bound in this function |
| 4314 | 2026-05-15T19:54:02.607Z | ... |
| 4315 | 2026-05-15T19:54:02.607Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 4316 | 2026-05-15T19:54:02.607Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4317 | 2026-05-15T19:54:02.607Z | |
| 4318 | 2026-05-15T19:54:02.607Z | error[E0308]: arguments to this method are incorrect |
| 4319 | 2026-05-15T19:54:02.607Z | --> dns-server/src/dns_server.rs:477:20 |
| 4320 | 2026-05-15T19:54:02.608Z | | |
| 4321 | 2026-05-15T19:54:02.608Z | 477 | let mresp = rb.error_msg(header, ResponseCode::ServFail); |
| 4322 | 2026-05-15T19:54:02.608Z | | ^^^^^^^^^ ------ ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode` |
| 4323 | 2026-05-15T19:54:02.608Z | | | |
| 4324 | 2026-05-15T19:54:02.608Z | | expected `Header`, found `hickory_proto::op::Header` |
| 4325 | 2026-05-15T19:54:02.608Z | | |
| 4326 | 2026-05-15T19:54:02.608Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4327 | 2026-05-15T19:54:02.608Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1 |
| 4328 | 2026-05-15T19:54:02.608Z | | |
| 4329 | 2026-05-15T19:54:02.608Z | 57 | pub struct Header { |
| 4330 | 2026-05-15T19:54:02.608Z | | ^^^^^^^^^^^^^^^^^ this is the expected type |
| 4331 | 2026-05-15T19:54:02.608Z | | |
| 4332 | 2026-05-15T19:54:02.608Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1 |
| 4333 | 2026-05-15T19:54:02.608Z | | |
| 4334 | 2026-05-15T19:54:02.608Z | 57 | pub struct Header { |
| 4335 | 2026-05-15T19:54:02.608Z | | ----------------- this is the found type |
| 4336 | 2026-05-15T19:54:02.614Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4337 | 2026-05-15T19:54:02.614Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4338 | 2026-05-15T19:54:02.614Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1 |
| 4339 | 2026-05-15T19:54:02.614Z | | |
| 4340 | 2026-05-15T19:54:02.614Z | 67 | pub enum ResponseCode { |
| 4341 | 2026-05-15T19:54:02.614Z | | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4342 | 2026-05-15T19:54:02.614Z | | |
| 4343 | 2026-05-15T19:54:02.614Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1 |
| 4344 | 2026-05-15T19:54:02.614Z | | |
| 4345 | 2026-05-15T19:54:02.614Z | 67 | pub enum ResponseCode { |
| 4346 | 2026-05-15T19:54:02.614Z | | --------------------- this is the found type |
| 4347 | 2026-05-15T19:54:02.614Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4348 | 2026-05-15T19:54:02.614Z | note: method defined here |
| 4349 | 2026-05-15T19:54:02.614Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12 |
| 4350 | 2026-05-15T19:54:02.614Z | | |
| 4351 | 2026-05-15T19:54:02.614Z | 190 | pub fn error_msg<'a>( |
| 4352 | 2026-05-15T19:54:02.614Z | | ^^^^^^^^^ |
| 4353 | 2026-05-15T19:54:02.614Z | |
| 4354 | 2026-05-15T19:54:02.614Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4355 | 2026-05-15T19:54:02.614Z | --> dns-server/src/dns_server.rs:478:50 |
| 4356 | 2026-05-15T19:54:02.614Z | | |
| 4357 | 2026-05-15T19:54:02.615Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4358 | 2026-05-15T19:54:02.615Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4359 | 2026-05-15T19:54:02.615Z | | | |
| 4360 | 2026-05-15T19:54:02.615Z | | required by a bound introduced by this call |
| 4361 | 2026-05-15T19:54:02.615Z | | |
| 4362 | 2026-05-15T19:54:02.615Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4363 | 2026-05-15T19:54:02.615Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4364 | 2026-05-15T19:54:02.615Z | | |
| 4365 | 2026-05-15T19:54:02.615Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4366 | 2026-05-15T19:54:02.615Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4367 | 2026-05-15T19:54:02.615Z | | |
| 4368 | 2026-05-15T19:54:02.615Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4369 | 2026-05-15T19:54:02.615Z | | |
| 4370 | 2026-05-15T19:54:02.615Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4371 | 2026-05-15T19:54:02.615Z | | ---------------------------------------- this is the found type |
| 4372 | 2026-05-15T19:54:02.615Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4373 | 2026-05-15T19:54:02.615Z | note: required by a bound in `encode_and_send` |
| 4374 | 2026-05-15T19:54:02.615Z | --> dns-server/src/dns_server.rs:491:23 |
| 4375 | 2026-05-15T19:54:02.615Z | | |
| 4376 | 2026-05-15T19:54:02.615Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4377 | 2026-05-15T19:54:02.615Z | | --------------- required by a bound in this function |
| 4378 | 2026-05-15T19:54:02.615Z | ... |
| 4379 | 2026-05-15T19:54:02.615Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 4380 | 2026-05-15T19:54:02.615Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4381 | 2026-05-15T19:54:02.615Z | |
| 4382 | 2026-05-15T19:54:02.615Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4383 | 2026-05-15T19:54:02.615Z | --> dns-server/src/dns_server.rs:478:50 |
| 4384 | 2026-05-15T19:54:02.615Z | | |
| 4385 | 2026-05-15T19:54:02.615Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4386 | 2026-05-15T19:54:02.615Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4387 | 2026-05-15T19:54:02.615Z | | | |
| 4388 | 2026-05-15T19:54:02.615Z | | required by a bound introduced by this call |
| 4389 | 2026-05-15T19:54:02.615Z | | |
| 4390 | 2026-05-15T19:54:02.615Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4391 | 2026-05-15T19:54:02.616Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4392 | 2026-05-15T19:54:02.616Z | | |
| 4393 | 2026-05-15T19:54:02.616Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4394 | 2026-05-15T19:54:02.616Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4395 | 2026-05-15T19:54:02.616Z | | |
| 4396 | 2026-05-15T19:54:02.616Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4397 | 2026-05-15T19:54:02.616Z | | |
| 4398 | 2026-05-15T19:54:02.616Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4399 | 2026-05-15T19:54:02.616Z | | ---------------------------------------- this is the found type |
| 4400 | 2026-05-15T19:54:02.616Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4401 | 2026-05-15T19:54:02.616Z | note: required by a bound in `encode_and_send` |
| 4402 | 2026-05-15T19:54:02.616Z | --> dns-server/src/dns_server.rs:492:27 |
| 4403 | 2026-05-15T19:54:02.616Z | | |
| 4404 | 2026-05-15T19:54:02.616Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4405 | 2026-05-15T19:54:02.616Z | | --------------- required by a bound in this function |
| 4406 | 2026-05-15T19:54:02.616Z | ... |
| 4407 | 2026-05-15T19:54:02.616Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 4408 | 2026-05-15T19:54:02.616Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4409 | 2026-05-15T19:54:02.616Z | |
| 4410 | 2026-05-15T19:54:02.616Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4411 | 2026-05-15T19:54:02.616Z | --> dns-server/src/dns_server.rs:478:50 |
| 4412 | 2026-05-15T19:54:02.616Z | | |
| 4413 | 2026-05-15T19:54:02.616Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4414 | 2026-05-15T19:54:02.616Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4415 | 2026-05-15T19:54:02.616Z | | | |
| 4416 | 2026-05-15T19:54:02.616Z | | required by a bound introduced by this call |
| 4417 | 2026-05-15T19:54:02.616Z | | |
| 4418 | 2026-05-15T19:54:02.616Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4419 | 2026-05-15T19:54:02.616Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4420 | 2026-05-15T19:54:02.616Z | | |
| 4421 | 2026-05-15T19:54:02.616Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4422 | 2026-05-15T19:54:02.616Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4423 | 2026-05-15T19:54:02.616Z | | |
| 4424 | 2026-05-15T19:54:02.616Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4425 | 2026-05-15T19:54:02.616Z | | |
| 4426 | 2026-05-15T19:54:02.617Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4427 | 2026-05-15T19:54:02.617Z | | ---------------------------------------- this is the found type |
| 4428 | 2026-05-15T19:54:02.617Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4429 | 2026-05-15T19:54:02.617Z | note: required by a bound in `encode_and_send` |
| 4430 | 2026-05-15T19:54:02.617Z | --> dns-server/src/dns_server.rs:493:19 |
| 4431 | 2026-05-15T19:54:02.617Z | | |
| 4432 | 2026-05-15T19:54:02.617Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4433 | 2026-05-15T19:54:02.617Z | | --------------- required by a bound in this function |
| 4434 | 2026-05-15T19:54:02.617Z | ... |
| 4435 | 2026-05-15T19:54:02.617Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 4436 | 2026-05-15T19:54:02.621Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4437 | 2026-05-15T19:54:02.621Z | |
| 4438 | 2026-05-15T19:54:02.621Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4439 | 2026-05-15T19:54:02.621Z | --> dns-server/src/dns_server.rs:478:50 |
| 4440 | 2026-05-15T19:54:02.621Z | | |
| 4441 | 2026-05-15T19:54:02.621Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4442 | 2026-05-15T19:54:02.621Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4443 | 2026-05-15T19:54:02.621Z | | | |
| 4444 | 2026-05-15T19:54:02.621Z | | required by a bound introduced by this call |
| 4445 | 2026-05-15T19:54:02.621Z | | |
| 4446 | 2026-05-15T19:54:02.621Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4447 | 2026-05-15T19:54:02.621Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4448 | 2026-05-15T19:54:02.622Z | | |
| 4449 | 2026-05-15T19:54:02.622Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4450 | 2026-05-15T19:54:02.622Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4451 | 2026-05-15T19:54:02.622Z | | |
| 4452 | 2026-05-15T19:54:02.622Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4453 | 2026-05-15T19:54:02.622Z | | |
| 4454 | 2026-05-15T19:54:02.622Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4455 | 2026-05-15T19:54:02.622Z | | ---------------------------------------- this is the found type |
| 4456 | 2026-05-15T19:54:02.622Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4457 | 2026-05-15T19:54:02.622Z | note: required by a bound in `encode_and_send` |
| 4458 | 2026-05-15T19:54:02.622Z | --> dns-server/src/dns_server.rs:494:27 |
| 4459 | 2026-05-15T19:54:02.622Z | | |
| 4460 | 2026-05-15T19:54:02.622Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4461 | 2026-05-15T19:54:02.622Z | | --------------- required by a bound in this function |
| 4462 | 2026-05-15T19:54:02.622Z | ... |
| 4463 | 2026-05-15T19:54:02.622Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 4464 | 2026-05-15T19:54:02.622Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4465 | 2026-05-15T19:54:02.622Z | |
| 4466 | 2026-05-15T19:54:02.622Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4467 | 2026-05-15T19:54:02.622Z | --> dns-server/src/dns_server.rs:478:25 |
| 4468 | 2026-05-15T19:54:02.622Z | | |
| 4469 | 2026-05-15T19:54:02.622Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4470 | 2026-05-15T19:54:02.622Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4471 | 2026-05-15T19:54:02.622Z | | |
| 4472 | 2026-05-15T19:54:02.623Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4473 | 2026-05-15T19:54:02.623Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4474 | 2026-05-15T19:54:02.623Z | | |
| 4475 | 2026-05-15T19:54:02.623Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4476 | 2026-05-15T19:54:02.623Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4477 | 2026-05-15T19:54:02.623Z | | |
| 4478 | 2026-05-15T19:54:02.623Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4479 | 2026-05-15T19:54:02.623Z | | |
| 4480 | 2026-05-15T19:54:02.623Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4481 | 2026-05-15T19:54:02.623Z | | ---------------------------------------- this is the found type |
| 4482 | 2026-05-15T19:54:02.623Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4483 | 2026-05-15T19:54:02.623Z | note: required by a bound in `encode_and_send` |
| 4484 | 2026-05-15T19:54:02.623Z | --> dns-server/src/dns_server.rs:491:23 |
| 4485 | 2026-05-15T19:54:02.623Z | | |
| 4486 | 2026-05-15T19:54:02.623Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4487 | 2026-05-15T19:54:02.623Z | | --------------- required by a bound in this function |
| 4488 | 2026-05-15T19:54:02.623Z | ... |
| 4489 | 2026-05-15T19:54:02.623Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 4490 | 2026-05-15T19:54:02.623Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4491 | 2026-05-15T19:54:02.623Z | |
| 4492 | 2026-05-15T19:54:02.623Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4493 | 2026-05-15T19:54:02.623Z | --> dns-server/src/dns_server.rs:478:25 |
| 4494 | 2026-05-15T19:54:02.623Z | | |
| 4495 | 2026-05-15T19:54:02.623Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4496 | 2026-05-15T19:54:02.624Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4497 | 2026-05-15T19:54:02.624Z | | |
| 4498 | 2026-05-15T19:54:02.624Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4499 | 2026-05-15T19:54:02.624Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4500 | 2026-05-15T19:54:02.624Z | | |
| 4501 | 2026-05-15T19:54:02.624Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4502 | 2026-05-15T19:54:02.624Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4503 | 2026-05-15T19:54:02.624Z | | |
| 4504 | 2026-05-15T19:54:02.624Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4505 | 2026-05-15T19:54:02.624Z | | |
| 4506 | 2026-05-15T19:54:02.624Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4507 | 2026-05-15T19:54:02.624Z | | ---------------------------------------- this is the found type |
| 4508 | 2026-05-15T19:54:02.624Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4509 | 2026-05-15T19:54:02.624Z | note: required by a bound in `encode_and_send` |
| 4510 | 2026-05-15T19:54:02.624Z | --> dns-server/src/dns_server.rs:492:27 |
| 4511 | 2026-05-15T19:54:02.624Z | | |
| 4512 | 2026-05-15T19:54:02.624Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4513 | 2026-05-15T19:54:02.624Z | | --------------- required by a bound in this function |
| 4514 | 2026-05-15T19:54:02.624Z | ... |
| 4515 | 2026-05-15T19:54:02.624Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 4516 | 2026-05-15T19:54:02.624Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4517 | 2026-05-15T19:54:02.624Z | |
| 4518 | 2026-05-15T19:54:02.624Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4519 | 2026-05-15T19:54:02.624Z | --> dns-server/src/dns_server.rs:478:25 |
| 4520 | 2026-05-15T19:54:02.624Z | | |
| 4521 | 2026-05-15T19:54:02.624Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4522 | 2026-05-15T19:54:02.624Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4523 | 2026-05-15T19:54:02.625Z | | |
| 4524 | 2026-05-15T19:54:02.625Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4525 | 2026-05-15T19:54:02.625Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4526 | 2026-05-15T19:54:02.625Z | | |
| 4527 | 2026-05-15T19:54:02.625Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4528 | 2026-05-15T19:54:02.625Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4529 | 2026-05-15T19:54:02.625Z | | |
| 4530 | 2026-05-15T19:54:02.625Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4531 | 2026-05-15T19:54:02.625Z | | |
| 4532 | 2026-05-15T19:54:02.625Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4533 | 2026-05-15T19:54:02.625Z | | ---------------------------------------- this is the found type |
| 4534 | 2026-05-15T19:54:02.625Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4535 | 2026-05-15T19:54:02.625Z | note: required by a bound in `encode_and_send` |
| 4536 | 2026-05-15T19:54:02.631Z | --> dns-server/src/dns_server.rs:493:19 |
| 4537 | 2026-05-15T19:54:02.631Z | | |
| 4538 | 2026-05-15T19:54:02.631Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4539 | 2026-05-15T19:54:02.631Z | | --------------- required by a bound in this function |
| 4540 | 2026-05-15T19:54:02.631Z | ... |
| 4541 | 2026-05-15T19:54:02.631Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 4542 | 2026-05-15T19:54:02.631Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4543 | 2026-05-15T19:54:02.632Z | |
| 4544 | 2026-05-15T19:54:02.632Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4545 | 2026-05-15T19:54:02.632Z | --> dns-server/src/dns_server.rs:478:25 |
| 4546 | 2026-05-15T19:54:02.632Z | | |
| 4547 | 2026-05-15T19:54:02.632Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4548 | 2026-05-15T19:54:02.632Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4549 | 2026-05-15T19:54:02.632Z | | |
| 4550 | 2026-05-15T19:54:02.632Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4551 | 2026-05-15T19:54:02.632Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4552 | 2026-05-15T19:54:02.632Z | | |
| 4553 | 2026-05-15T19:54:02.632Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4554 | 2026-05-15T19:54:02.632Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4555 | 2026-05-15T19:54:02.632Z | | |
| 4556 | 2026-05-15T19:54:02.632Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4557 | 2026-05-15T19:54:02.632Z | | |
| 4558 | 2026-05-15T19:54:02.632Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4559 | 2026-05-15T19:54:02.632Z | | ---------------------------------------- this is the found type |
| 4560 | 2026-05-15T19:54:02.632Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4561 | 2026-05-15T19:54:02.632Z | note: required by a bound in `encode_and_send` |
| 4562 | 2026-05-15T19:54:02.632Z | --> dns-server/src/dns_server.rs:494:27 |
| 4563 | 2026-05-15T19:54:02.632Z | | |
| 4564 | 2026-05-15T19:54:02.632Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4565 | 2026-05-15T19:54:02.632Z | | --------------- required by a bound in this function |
| 4566 | 2026-05-15T19:54:02.632Z | ... |
| 4567 | 2026-05-15T19:54:02.633Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 4568 | 2026-05-15T19:54:02.633Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4569 | 2026-05-15T19:54:02.633Z | |
| 4570 | 2026-05-15T19:54:02.633Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4571 | 2026-05-15T19:54:02.633Z | --> dns-server/src/dns_server.rs:478:69 |
| 4572 | 2026-05-15T19:54:02.633Z | | |
| 4573 | 2026-05-15T19:54:02.633Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4574 | 2026-05-15T19:54:02.633Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4575 | 2026-05-15T19:54:02.633Z | | |
| 4576 | 2026-05-15T19:54:02.633Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4577 | 2026-05-15T19:54:02.633Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4578 | 2026-05-15T19:54:02.633Z | | |
| 4579 | 2026-05-15T19:54:02.633Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4580 | 2026-05-15T19:54:02.633Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4581 | 2026-05-15T19:54:02.633Z | | |
| 4582 | 2026-05-15T19:54:02.633Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4583 | 2026-05-15T19:54:02.633Z | | |
| 4584 | 2026-05-15T19:54:02.633Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4585 | 2026-05-15T19:54:02.633Z | | ---------------------------------------- this is the found type |
| 4586 | 2026-05-15T19:54:02.633Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4587 | 2026-05-15T19:54:02.633Z | note: required by a bound in `encode_and_send` |
| 4588 | 2026-05-15T19:54:02.633Z | --> dns-server/src/dns_server.rs:491:23 |
| 4589 | 2026-05-15T19:54:02.633Z | | |
| 4590 | 2026-05-15T19:54:02.633Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4591 | 2026-05-15T19:54:02.633Z | | --------------- required by a bound in this function |
| 4592 | 2026-05-15T19:54:02.633Z | ... |
| 4593 | 2026-05-15T19:54:02.634Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 4594 | 2026-05-15T19:54:02.634Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4595 | 2026-05-15T19:54:02.634Z | |
| 4596 | 2026-05-15T19:54:02.634Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4597 | 2026-05-15T19:54:02.634Z | --> dns-server/src/dns_server.rs:478:69 |
| 4598 | 2026-05-15T19:54:02.634Z | | |
| 4599 | 2026-05-15T19:54:02.634Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4600 | 2026-05-15T19:54:02.634Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4601 | 2026-05-15T19:54:02.634Z | | |
| 4602 | 2026-05-15T19:54:02.634Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4603 | 2026-05-15T19:54:02.634Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4604 | 2026-05-15T19:54:02.634Z | | |
| 4605 | 2026-05-15T19:54:02.634Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4606 | 2026-05-15T19:54:02.634Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4607 | 2026-05-15T19:54:02.634Z | | |
| 4608 | 2026-05-15T19:54:02.634Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4609 | 2026-05-15T19:54:02.634Z | | |
| 4610 | 2026-05-15T19:54:02.634Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4611 | 2026-05-15T19:54:02.634Z | | ---------------------------------------- this is the found type |
| 4612 | 2026-05-15T19:54:02.634Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4613 | 2026-05-15T19:54:02.634Z | note: required by a bound in `encode_and_send` |
| 4614 | 2026-05-15T19:54:02.634Z | --> dns-server/src/dns_server.rs:492:27 |
| 4615 | 2026-05-15T19:54:02.634Z | | |
| 4616 | 2026-05-15T19:54:02.634Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4617 | 2026-05-15T19:54:02.635Z | | --------------- required by a bound in this function |
| 4618 | 2026-05-15T19:54:02.635Z | ... |
| 4619 | 2026-05-15T19:54:02.635Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 4620 | 2026-05-15T19:54:02.635Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4621 | 2026-05-15T19:54:02.635Z | |
| 4622 | 2026-05-15T19:54:02.635Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4623 | 2026-05-15T19:54:02.635Z | --> dns-server/src/dns_server.rs:478:69 |
| 4624 | 2026-05-15T19:54:02.635Z | | |
| 4625 | 2026-05-15T19:54:02.635Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4626 | 2026-05-15T19:54:02.635Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4627 | 2026-05-15T19:54:02.635Z | | |
| 4628 | 2026-05-15T19:54:02.635Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4629 | 2026-05-15T19:54:02.635Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4630 | 2026-05-15T19:54:02.635Z | | |
| 4631 | 2026-05-15T19:54:02.635Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4632 | 2026-05-15T19:54:02.635Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4633 | 2026-05-15T19:54:02.635Z | | |
| 4634 | 2026-05-15T19:54:02.635Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4635 | 2026-05-15T19:54:02.635Z | | |
| 4636 | 2026-05-15T19:54:02.640Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4637 | 2026-05-15T19:54:02.640Z | | ---------------------------------------- this is the found type |
| 4638 | 2026-05-15T19:54:02.640Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4639 | 2026-05-15T19:54:02.640Z | note: required by a bound in `encode_and_send` |
| 4640 | 2026-05-15T19:54:02.640Z | --> dns-server/src/dns_server.rs:493:19 |
| 4641 | 2026-05-15T19:54:02.640Z | | |
| 4642 | 2026-05-15T19:54:02.640Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4643 | 2026-05-15T19:54:02.640Z | | --------------- required by a bound in this function |
| 4644 | 2026-05-15T19:54:02.640Z | ... |
| 4645 | 2026-05-15T19:54:02.640Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 4646 | 2026-05-15T19:54:02.640Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4647 | 2026-05-15T19:54:02.640Z | |
| 4648 | 2026-05-15T19:54:02.640Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4649 | 2026-05-15T19:54:02.640Z | --> dns-server/src/dns_server.rs:478:69 |
| 4650 | 2026-05-15T19:54:02.640Z | | |
| 4651 | 2026-05-15T19:54:02.640Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4652 | 2026-05-15T19:54:02.640Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4653 | 2026-05-15T19:54:02.640Z | | |
| 4654 | 2026-05-15T19:54:02.640Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4655 | 2026-05-15T19:54:02.641Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4656 | 2026-05-15T19:54:02.641Z | | |
| 4657 | 2026-05-15T19:54:02.641Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4658 | 2026-05-15T19:54:02.641Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4659 | 2026-05-15T19:54:02.641Z | | |
| 4660 | 2026-05-15T19:54:02.641Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4661 | 2026-05-15T19:54:02.641Z | | |
| 4662 | 2026-05-15T19:54:02.641Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4663 | 2026-05-15T19:54:02.641Z | | ---------------------------------------- this is the found type |
| 4664 | 2026-05-15T19:54:02.641Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4665 | 2026-05-15T19:54:02.641Z | note: required by a bound in `encode_and_send` |
| 4666 | 2026-05-15T19:54:02.641Z | --> dns-server/src/dns_server.rs:494:27 |
| 4667 | 2026-05-15T19:54:02.641Z | | |
| 4668 | 2026-05-15T19:54:02.642Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4669 | 2026-05-15T19:54:02.642Z | | --------------- required by a bound in this function |
| 4670 | 2026-05-15T19:54:02.642Z | ... |
| 4671 | 2026-05-15T19:54:02.642Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 4672 | 2026-05-15T19:54:02.642Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4673 | 2026-05-15T19:54:02.642Z | |
| 4674 | 2026-05-15T19:54:02.642Z | error[E0599]: the method `destructive_emit` exists for struct `MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>`, but its trait bounds were not satisfied |
| 4675 | 2026-05-15T19:54:02.642Z | --> dns-server/src/dns_server.rs:500:14 |
| 4676 | 2026-05-15T19:54:02.642Z | | |
| 4677 | 2026-05-15T19:54:02.642Z | 499 | let _ = mresp |
| 4678 | 2026-05-15T19:54:02.642Z | | _________________- |
| 4679 | 2026-05-15T19:54:02.642Z | 500 | | .destructive_emit(&mut enc) |
| 4680 | 2026-05-15T19:54:02.642Z | | | -^^^^^^^^^^^^^^^^ method cannot be called due to unsatisfied trait bounds |
| 4681 | 2026-05-15T19:54:02.642Z | | |_____________| |
| 4682 | 2026-05-15T19:54:02.642Z | | |
| 4683 | 2026-05-15T19:54:02.642Z | | |
| 4684 | 2026-05-15T19:54:02.642Z | = note: the following trait bounds were not satisfied: |
| 4685 | 2026-05-15T19:54:02.642Z | `<Answers as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record` |
| 4686 | 2026-05-15T19:54:02.642Z | `<NameServers as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record` |
| 4687 | 2026-05-15T19:54:02.642Z | `<Soa as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record` |
| 4688 | 2026-05-15T19:54:02.642Z | `<Additionals as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record` |
| 4689 | 2026-05-15T19:54:02.642Z | |
| 4690 | 2026-05-15T19:54:02.642Z | error[E0308]: mismatched types |
| 4691 | 2026-05-15T19:54:02.642Z | --> dns-server/src/dns_server.rs:229:35 |
| 4692 | 2026-05-15T19:54:02.642Z | | |
| 4693 | 2026-05-15T19:54:02.642Z | 229 | Ok(Record::from_rdata(name.clone(), 0, RData::A((*addr).into()))) |
| 4694 | 2026-05-15T19:54:02.642Z | | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4695 | 2026-05-15T19:54:02.642Z | | | |
| 4696 | 2026-05-15T19:54:02.642Z | | arguments to this function are incorrect |
| 4697 | 2026-05-15T19:54:02.642Z | | |
| 4698 | 2026-05-15T19:54:02.642Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4699 | 2026-05-15T19:54:02.642Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4700 | 2026-05-15T19:54:02.642Z | | |
| 4701 | 2026-05-15T19:54:02.642Z | 34 | pub struct Name { |
| 4702 | 2026-05-15T19:54:02.642Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4703 | 2026-05-15T19:54:02.643Z | | |
| 4704 | 2026-05-15T19:54:02.643Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4705 | 2026-05-15T19:54:02.643Z | | |
| 4706 | 2026-05-15T19:54:02.643Z | 37 | pub struct Name { |
| 4707 | 2026-05-15T19:54:02.643Z | | --------------- this is the found type |
| 4708 | 2026-05-15T19:54:02.643Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4709 | 2026-05-15T19:54:02.643Z | note: associated function defined here |
| 4710 | 2026-05-15T19:54:02.643Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 4711 | 2026-05-15T19:54:02.643Z | | |
| 4712 | 2026-05-15T19:54:02.643Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 4713 | 2026-05-15T19:54:02.643Z | | ^^^^^^^^^^ |
| 4714 | 2026-05-15T19:54:02.643Z | |
| 4715 | 2026-05-15T19:54:02.643Z | error[E0308]: mismatched types |
| 4716 | 2026-05-15T19:54:02.643Z | --> dns-server/src/dns_server.rs:233:35 |
| 4717 | 2026-05-15T19:54:02.643Z | | |
| 4718 | 2026-05-15T19:54:02.643Z | 233 | Ok(Record::from_rdata(name.clone(), 0, RData::AAAA((*addr).into()))) |
| 4719 | 2026-05-15T19:54:02.643Z | | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4720 | 2026-05-15T19:54:02.643Z | | | |
| 4721 | 2026-05-15T19:54:02.643Z | | arguments to this function are incorrect |
| 4722 | 2026-05-15T19:54:02.643Z | | |
| 4723 | 2026-05-15T19:54:02.643Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4724 | 2026-05-15T19:54:02.643Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4725 | 2026-05-15T19:54:02.643Z | | |
| 4726 | 2026-05-15T19:54:02.643Z | 34 | pub struct Name { |
| 4727 | 2026-05-15T19:54:02.643Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4728 | 2026-05-15T19:54:02.643Z | | |
| 4729 | 2026-05-15T19:54:02.643Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4730 | 2026-05-15T19:54:02.644Z | | |
| 4731 | 2026-05-15T19:54:02.644Z | 37 | pub struct Name { |
| 4732 | 2026-05-15T19:54:02.644Z | | --------------- this is the found type |
| 4733 | 2026-05-15T19:54:02.644Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4734 | 2026-05-15T19:54:02.644Z | note: associated function defined here |
| 4735 | 2026-05-15T19:54:02.644Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 4736 | 2026-05-15T19:54:02.648Z | | |
| 4737 | 2026-05-15T19:54:02.648Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 4738 | 2026-05-15T19:54:02.648Z | | ^^^^^^^^^^ |
| 4739 | 2026-05-15T19:54:02.648Z | |
| 4740 | 2026-05-15T19:54:02.648Z | error[E0308]: mismatched types |
| 4741 | 2026-05-15T19:54:02.648Z | --> dns-server/src/dns_server.rs:247:60 |
| 4742 | 2026-05-15T19:54:02.648Z | | |
| 4743 | 2026-05-15T19:54:02.648Z | 247 | RData::SRV(SRV::new(*prio, *weight, *port, tgt)), |
| 4744 | 2026-05-15T19:54:02.648Z | | -------- ^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4745 | 2026-05-15T19:54:02.648Z | | | |
| 4746 | 2026-05-15T19:54:02.649Z | | arguments to this function are incorrect |
| 4747 | 2026-05-15T19:54:02.649Z | | |
| 4748 | 2026-05-15T19:54:02.649Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4749 | 2026-05-15T19:54:02.649Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4750 | 2026-05-15T19:54:02.649Z | | |
| 4751 | 2026-05-15T19:54:02.649Z | 34 | pub struct Name { |
| 4752 | 2026-05-15T19:54:02.649Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4753 | 2026-05-15T19:54:02.649Z | | |
| 4754 | 2026-05-15T19:54:02.649Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4755 | 2026-05-15T19:54:02.649Z | | |
| 4756 | 2026-05-15T19:54:02.649Z | 37 | pub struct Name { |
| 4757 | 2026-05-15T19:54:02.649Z | | --------------- this is the found type |
| 4758 | 2026-05-15T19:54:02.649Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4759 | 2026-05-15T19:54:02.649Z | note: associated function defined here |
| 4760 | 2026-05-15T19:54:02.649Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/srv.rs:174:12 |
| 4761 | 2026-05-15T19:54:02.649Z | | |
| 4762 | 2026-05-15T19:54:02.649Z | 174 | pub fn new(priority: u16, weight: u16, port: u16, target: Name) -> Self { |
| 4763 | 2026-05-15T19:54:02.649Z | | ^^^ |
| 4764 | 2026-05-15T19:54:02.649Z | |
| 4765 | 2026-05-15T19:54:02.649Z | error[E0308]: mismatched types |
| 4766 | 2026-05-15T19:54:02.649Z | --> dns-server/src/dns_server.rs:245:17 |
| 4767 | 2026-05-15T19:54:02.649Z | | |
| 4768 | 2026-05-15T19:54:02.649Z | 244 | Ok(Record::from_rdata( |
| 4769 | 2026-05-15T19:54:02.649Z | | ------------------ arguments to this function are incorrect |
| 4770 | 2026-05-15T19:54:02.649Z | 245 | name.clone(), |
| 4771 | 2026-05-15T19:54:02.649Z | | ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4772 | 2026-05-15T19:54:02.649Z | | |
| 4773 | 2026-05-15T19:54:02.649Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4774 | 2026-05-15T19:54:02.649Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4775 | 2026-05-15T19:54:02.649Z | | |
| 4776 | 2026-05-15T19:54:02.649Z | 34 | pub struct Name { |
| 4777 | 2026-05-15T19:54:02.649Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4778 | 2026-05-15T19:54:02.649Z | | |
| 4779 | 2026-05-15T19:54:02.649Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4780 | 2026-05-15T19:54:02.650Z | | |
| 4781 | 2026-05-15T19:54:02.650Z | 37 | pub struct Name { |
| 4782 | 2026-05-15T19:54:02.650Z | | --------------- this is the found type |
| 4783 | 2026-05-15T19:54:02.650Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4784 | 2026-05-15T19:54:02.650Z | note: associated function defined here |
| 4785 | 2026-05-15T19:54:02.650Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 4786 | 2026-05-15T19:54:02.650Z | | |
| 4787 | 2026-05-15T19:54:02.650Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 4788 | 2026-05-15T19:54:02.650Z | | ^^^^^^^^^^ |
| 4789 | 2026-05-15T19:54:02.650Z | |
| 4790 | 2026-05-15T19:54:02.650Z | error[E0308]: mismatched types |
| 4791 | 2026-05-15T19:54:02.651Z | --> dns-server/src/dns_server.rs:259:65 |
| 4792 | 2026-05-15T19:54:02.651Z | | |
| 4793 | 2026-05-15T19:54:02.651Z | 259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname)))) |
| 4794 | 2026-05-15T19:54:02.651Z | | -- ^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4795 | 2026-05-15T19:54:02.651Z | | | |
| 4796 | 2026-05-15T19:54:02.651Z | | arguments to this struct are incorrect |
| 4797 | 2026-05-15T19:54:02.651Z | | |
| 4798 | 2026-05-15T19:54:02.651Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4799 | 2026-05-15T19:54:02.651Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4800 | 2026-05-15T19:54:02.651Z | | |
| 4801 | 2026-05-15T19:54:02.651Z | 34 | pub struct Name { |
| 4802 | 2026-05-15T19:54:02.651Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4803 | 2026-05-15T19:54:02.651Z | | |
| 4804 | 2026-05-15T19:54:02.651Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4805 | 2026-05-15T19:54:02.651Z | | |
| 4806 | 2026-05-15T19:54:02.651Z | 37 | pub struct Name { |
| 4807 | 2026-05-15T19:54:02.651Z | | --------------- this is the found type |
| 4808 | 2026-05-15T19:54:02.651Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4809 | 2026-05-15T19:54:02.651Z | note: tuple struct defined here |
| 4810 | 2026-05-15T19:54:02.651Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/name.rs:98:13 |
| 4811 | 2026-05-15T19:54:02.651Z | | |
| 4812 | 2026-05-15T19:54:02.651Z | 98 | name_rdata!(NS, RDataEncoding::StandardRecord); |
| 4813 | 2026-05-15T19:54:02.651Z | | ^^ |
| 4814 | 2026-05-15T19:54:02.651Z | |
| 4815 | 2026-05-15T19:54:02.651Z | error[E0308]: mismatched types |
| 4816 | 2026-05-15T19:54:02.651Z | --> dns-server/src/dns_server.rs:259:35 |
| 4817 | 2026-05-15T19:54:02.651Z | | |
| 4818 | 2026-05-15T19:54:02.651Z | 259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname)))) |
| 4819 | 2026-05-15T19:54:02.651Z | | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4820 | 2026-05-15T19:54:02.651Z | | | |
| 4821 | 2026-05-15T19:54:02.651Z | | arguments to this function are incorrect |
| 4822 | 2026-05-15T19:54:02.651Z | | |
| 4823 | 2026-05-15T19:54:02.651Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4824 | 2026-05-15T19:54:02.651Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4825 | 2026-05-15T19:54:02.651Z | | |
| 4826 | 2026-05-15T19:54:02.651Z | 34 | pub struct Name { |
| 4827 | 2026-05-15T19:54:02.651Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4828 | 2026-05-15T19:54:02.651Z | | |
| 4829 | 2026-05-15T19:54:02.652Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4830 | 2026-05-15T19:54:02.652Z | | |
| 4831 | 2026-05-15T19:54:02.652Z | 37 | pub struct Name { |
| 4832 | 2026-05-15T19:54:02.652Z | | --------------- this is the found type |
| 4833 | 2026-05-15T19:54:02.652Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4834 | 2026-05-15T19:54:02.652Z | note: associated function defined here |
| 4835 | 2026-05-15T19:54:02.652Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 4836 | 2026-05-15T19:54:02.656Z | | |
| 4837 | 2026-05-15T19:54:02.656Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 4838 | 2026-05-15T19:54:02.656Z | | ^^^^^^^^^^ |
| 4839 | 2026-05-15T19:54:02.656Z | |
| 4840 | 2026-05-15T19:54:02.656Z | error[E0308]: arguments to this function are incorrect |
| 4841 | 2026-05-15T19:54:02.656Z | --> dns-server/src/storage.rs:448:43 |
| 4842 | 2026-05-15T19:54:02.656Z | | |
| 4843 | 2026-05-15T19:54:02.656Z | 448 | hickory_proto::rr::RData::SOA(hickory_proto::rr::rdata::SOA::new( |
| 4844 | 2026-05-15T19:54:02.656Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 4845 | 2026-05-15T19:54:02.656Z | 449 | preferred_nameserver, |
| 4846 | 2026-05-15T19:54:02.656Z | | -------------------- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4847 | 2026-05-15T19:54:02.656Z | 450 | rname, |
| 4848 | 2026-05-15T19:54:02.656Z | | ----- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4849 | 2026-05-15T19:54:02.656Z | | |
| 4850 | 2026-05-15T19:54:02.657Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4851 | 2026-05-15T19:54:02.657Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4852 | 2026-05-15T19:54:02.657Z | | |
| 4853 | 2026-05-15T19:54:02.657Z | 34 | pub struct Name { |
| 4854 | 2026-05-15T19:54:02.657Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4855 | 2026-05-15T19:54:02.657Z | | |
| 4856 | 2026-05-15T19:54:02.657Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4857 | 2026-05-15T19:54:02.657Z | | |
| 4858 | 2026-05-15T19:54:02.657Z | 37 | pub struct Name { |
| 4859 | 2026-05-15T19:54:02.657Z | | --------------- this is the found type |
| 4860 | 2026-05-15T19:54:02.657Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4861 | 2026-05-15T19:54:02.657Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4862 | 2026-05-15T19:54:02.657Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4863 | 2026-05-15T19:54:02.657Z | | |
| 4864 | 2026-05-15T19:54:02.657Z | 34 | pub struct Name { |
| 4865 | 2026-05-15T19:54:02.657Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4866 | 2026-05-15T19:54:02.657Z | | |
| 4867 | 2026-05-15T19:54:02.657Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4868 | 2026-05-15T19:54:02.657Z | | |
| 4869 | 2026-05-15T19:54:02.657Z | 37 | pub struct Name { |
| 4870 | 2026-05-15T19:54:02.657Z | | --------------- this is the found type |
| 4871 | 2026-05-15T19:54:02.657Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4872 | 2026-05-15T19:54:02.657Z | note: associated function defined here |
| 4873 | 2026-05-15T19:54:02.657Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/soa.rs:154:12 |
| 4874 | 2026-05-15T19:54:02.657Z | | |
| 4875 | 2026-05-15T19:54:02.657Z | 154 | pub fn new( |
| 4876 | 2026-05-15T19:54:02.657Z | | ^^^ |
| 4877 | 2026-05-15T19:54:02.657Z | |
| 4878 | 2026-05-15T19:54:02.657Z | error[E0308]: mismatched types |
| 4879 | 2026-05-15T19:54:02.658Z | --> dns-server/src/storage.rs:446:13 |
| 4880 | 2026-05-15T19:54:02.658Z | | |
| 4881 | 2026-05-15T19:54:02.658Z | 445 | let record = hickory_proto::rr::Record::from_rdata( |
| 4882 | 2026-05-15T19:54:02.658Z | | ------------------------------------- arguments to this function are incorrect |
| 4883 | 2026-05-15T19:54:02.658Z | 446 | soa_name, |
| 4884 | 2026-05-15T19:54:02.658Z | | ^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4885 | 2026-05-15T19:54:02.658Z | | |
| 4886 | 2026-05-15T19:54:02.658Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4887 | 2026-05-15T19:54:02.658Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4888 | 2026-05-15T19:54:02.658Z | | |
| 4889 | 2026-05-15T19:54:02.658Z | 34 | pub struct Name { |
| 4890 | 2026-05-15T19:54:02.658Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4891 | 2026-05-15T19:54:02.658Z | | |
| 4892 | 2026-05-15T19:54:02.658Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4893 | 2026-05-15T19:54:02.658Z | | |
| 4894 | 2026-05-15T19:54:02.658Z | 37 | pub struct Name { |
| 4895 | 2026-05-15T19:54:02.658Z | | --------------- this is the found type |
| 4896 | 2026-05-15T19:54:02.658Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4897 | 2026-05-15T19:54:02.658Z | note: associated function defined here |
| 4898 | 2026-05-15T19:54:02.658Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 4899 | 2026-05-15T19:54:02.658Z | | |
| 4900 | 2026-05-15T19:54:02.658Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 4901 | 2026-05-15T19:54:02.658Z | | ^^^^^^^^^^ |
| 4902 | 2026-05-15T19:54:02.658Z | |
| 4903 | 2026-05-15T19:54:02.658Z | error[E0308]: mismatched types |
| 4904 | 2026-05-15T19:54:02.658Z | --> dns-server/src/storage.rs:768:30 |
| 4905 | 2026-05-15T19:54:02.658Z | | |
| 4906 | 2026-05-15T19:54:02.658Z | 768 | self.query_raw(name, orig_name) |
| 4907 | 2026-05-15T19:54:02.658Z | | --------- ^^^^^^^^^ expected `hickory_resolver::Name`, found `hickory_proto::rr::Name` |
| 4908 | 2026-05-15T19:54:02.658Z | | | |
| 4909 | 2026-05-15T19:54:02.658Z | | arguments to this method are incorrect |
| 4910 | 2026-05-15T19:54:02.658Z | | |
| 4911 | 2026-05-15T19:54:02.659Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4912 | 2026-05-15T19:54:02.659Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4913 | 2026-05-15T19:54:02.659Z | | |
| 4914 | 2026-05-15T19:54:02.659Z | 37 | pub struct Name { |
| 4915 | 2026-05-15T19:54:02.659Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4916 | 2026-05-15T19:54:02.659Z | | |
| 4917 | 2026-05-15T19:54:02.659Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4918 | 2026-05-15T19:54:02.659Z | | |
| 4919 | 2026-05-15T19:54:02.659Z | 34 | pub struct Name { |
| 4920 | 2026-05-15T19:54:02.659Z | | --------------- this is the found type |
| 4921 | 2026-05-15T19:54:02.659Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4922 | 2026-05-15T19:54:02.659Z | note: method defined here |
| 4923 | 2026-05-15T19:54:02.659Z | --> dns-server/src/storage.rs:780:8 |
| 4924 | 2026-05-15T19:54:02.659Z | | |
| 4925 | 2026-05-15T19:54:02.659Z | 780 | fn query_raw( |
| 4926 | 2026-05-15T19:54:02.659Z | | ^^^^^^^^^ |
| 4927 | 2026-05-15T19:54:02.659Z | ... |
| 4928 | 2026-05-15T19:54:02.659Z | 783 | orig_name: &Name, |
| 4929 | 2026-05-15T19:54:02.659Z | | ---------------- |
| 4930 | 2026-05-15T19:54:02.659Z | |
| 4931 | 2026-05-15T19:54:02.659Z | error[E0308]: mismatched types |
| 4932 | 2026-05-15T19:54:02.659Z | --> dns-server/src/storage.rs:777:40 |
| 4933 | 2026-05-15T19:54:02.659Z | | |
| 4934 | 2026-05-15T19:54:02.659Z | 777 | self.query_raw(&LowerName::new(name), name) |
| 4935 | 2026-05-15T19:54:02.659Z | | -------------- ^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4936 | 2026-05-15T19:54:02.663Z | | | |
| 4937 | 2026-05-15T19:54:02.663Z | | arguments to this function are incorrect |
| 4938 | 2026-05-15T19:54:02.663Z | | |
| 4939 | 2026-05-15T19:54:02.663Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4940 | 2026-05-15T19:54:02.663Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4941 | 2026-05-15T19:54:02.663Z | | |
| 4942 | 2026-05-15T19:54:02.663Z | 34 | pub struct Name { |
| 4943 | 2026-05-15T19:54:02.663Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4944 | 2026-05-15T19:54:02.663Z | | |
| 4945 | 2026-05-15T19:54:02.663Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4946 | 2026-05-15T19:54:02.663Z | | |
| 4947 | 2026-05-15T19:54:02.663Z | 37 | pub struct Name { |
| 4948 | 2026-05-15T19:54:02.663Z | | --------------- this is the found type |
| 4949 | 2026-05-15T19:54:02.663Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4950 | 2026-05-15T19:54:02.663Z | note: associated function defined here |
| 4951 | 2026-05-15T19:54:02.663Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:37:12 |
| 4952 | 2026-05-15T19:54:02.663Z | | |
| 4953 | 2026-05-15T19:54:02.664Z | 37 | pub fn new(name: &Name) -> Self { |
| 4954 | 2026-05-15T19:54:02.664Z | | ^^^ |
| 4955 | 2026-05-15T19:54:02.664Z | |
| 4956 | 2026-05-15T19:54:02.664Z | error[E0277]: the trait bound `hickory_proto::rr::LowerName: std::convert::From<hickory_resolver::Name>` is not satisfied |
| 4957 | 2026-05-15T19:54:02.664Z | --> dns-server/src/storage.rs:791:33 |
| 4958 | 2026-05-15T19:54:02.664Z | | |
| 4959 | 2026-05-15T19:54:02.664Z | 791 | let zone_name = LowerName::from(Name::from_str(&z).unwrap()); |
| 4960 | 2026-05-15T19:54:02.664Z | | ^^^^^^^^^ the trait `std::convert::From<hickory_resolver::Name>` is not implemented for `hickory_proto::rr::LowerName` |
| 4961 | 2026-05-15T19:54:02.664Z | | |
| 4962 | 2026-05-15T19:54:02.664Z | help: item with same name found |
| 4963 | 2026-05-15T19:54:02.664Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/lower_name.rs:28:1 |
| 4964 | 2026-05-15T19:54:02.664Z | | |
| 4965 | 2026-05-15T19:54:02.664Z | 28 | pub struct LowerName(Name); |
| 4966 | 2026-05-15T19:54:02.664Z | | ^^^^^^^^^^^^^^^^^^^^ |
| 4967 | 2026-05-15T19:54:02.664Z | = note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4968 | 2026-05-15T19:54:02.664Z | help: the following other types implement trait `std::convert::From<T>` |
| 4969 | 2026-05-15T19:54:02.664Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:240:1 |
| 4970 | 2026-05-15T19:54:02.664Z | | |
| 4971 | 2026-05-15T19:54:02.664Z | 240 | impl From<Name> for LowerName { |
| 4972 | 2026-05-15T19:54:02.664Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<hickory_proto::rr::Name>` |
| 4973 | 2026-05-15T19:54:02.664Z | ... |
| 4974 | 2026-05-15T19:54:02.664Z | 246 | impl<'a> From<&'a Name> for LowerName { |
| 4975 | 2026-05-15T19:54:02.664Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<&hickory_proto::rr::Name>` |
| 4976 | 2026-05-15T19:54:02.664Z | = note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4977 | 2026-05-15T19:54:02.664Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4978 | 2026-05-15T19:54:02.664Z | |
| 4979 | 2026-05-15T19:54:02.822Z | Some errors have detailed explanations: E0271, E0277, E0308, E0599. |
| 4980 | 2026-05-15T19:54:02.822Z | For more information about an error, try `rustc --explain E0271`. |
| 4981 | 2026-05-15T19:54:02.869Z | error: could not compile `dns-server` (lib) due to 60 previous errors |
| 4982 | 2026-05-15T19:54:03.067Z | error: process didn't exit successfully: `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo check --bins --manifest-path dns-server/Cargo.toml` (exit status: 101) |
| 4983 | 2026-05-15T19:54:03.071Z | Error: cargo-hack install failed: exit status: 1 |
| 4984 | 2026-05-15T19:54:03.075Z | |
| 4985 | 2026-05-15T19:54:03.075Z | real 3:58.085675967 |
| 4986 | 2026-05-15T19:54:03.075Z | user 6:56.344116203 |
| 4987 | 2026-05-15T19:54:03.075Z | sys 1:55.659895242 |
| 4988 | 2026-05-15T19:54:03.075Z | trap 0.161021365 |
| 4989 | 2026-05-15T19:54:03.075Z | tflt 0.237578811 |
| 4990 | 2026-05-15T19:54:03.075Z | dflt 0.534196363 |
| 4991 | 2026-05-15T19:54:03.075Z | kflt 0.001668633 |
| 4992 | 2026-05-15T19:54:03.075Z | lock 20:59.075114210 |
| 4993 | 2026-05-15T19:54:03.075Z | slp 29:47.692026935 |
| 4994 | 2026-05-15T19:54:03.075Z | lat 29.784915492 |
| 4995 | 2026-05-15T19:54:03.075Z | stop 1:56.375146113 |
| 4996 | 2026-05-15T19:54:03.075Z | process exited: duration 374429 ms, exit code 1 |
| |
| 4997 | 2026-05-15T19:54:03.082Z | found 0 output files |