|
|
|
| 1 | 2026-05-08T01:22:38.391Z | job assigned to worker 01KR2JTMK0SYP3NTANX7JD0ZMG [factory aws, i-00fe72d0e033a7f53] (queued for 48 s) |
| |
| 2 | 2026-05-08T01:22:45.013Z | starting task 0: "setup" |
| 3 | 2026-05-08T01:22:45.017Z | ++ uname -s |
| 4 | 2026-05-08T01:22:45.020Z | + kern=SunOS |
| 5 | 2026-05-08T01:22:45.020Z | + build_user=build |
| 6 | 2026-05-08T01:22:45.020Z | + build_uid=12345 |
| 7 | 2026-05-08T01:22:45.020Z | + work_dir=/work |
| 8 | 2026-05-08T01:22:45.020Z | + input_dir=/input |
| 9 | 2026-05-08T01:22:45.020Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-08T01:22:45.020Z | + case "$kern" in |
| 11 | 2026-05-08T01:22:45.020Z | + groupadd -g 12345 build |
| 12 | 2026-05-08T01:22:45.023Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-08T01:22:47.025Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-08T01:22:47.129Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-08T01:22:47.132Z | + home_fs=zfs |
| 16 | 2026-05-08T01:22:47.132Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-08T01:22:47.132Z | + mkdir -p /home/build |
| 18 | 2026-05-08T01:22:47.132Z | + chown build:build /home/build /work |
| 19 | 2026-05-08T01:22:49.132Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-08T01:22:49.136Z | process exited: duration 4122 ms, exit code 0 |
| |
| 21 | 2026-05-08T01:22:49.141Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-08T01:22:49.144Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-08T01:22:49.144Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-08T01:22:49.144Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-05-08T01:22:49.144Z | * rust toolchain profile = "default" |
| 26 | 2026-05-08T01:22:49.144Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-08T01:22:49.144Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-08T01:22:49.147Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-08T01:22:49.147Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-08T01:22:49.249Z | info: downloading installer |
| 31 | 2026-05-08T01:22:50.762Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-08T01:22:50.762Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-08T01:22:50.762Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-08T01:22:50.762Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-08T01:22:50.774Z | info: profile set to default |
| 36 | 2026-05-08T01:22:50.774Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-08T01:22:50.777Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-08T01:22:50.933Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-08T01:22:50.940Z | info: downloading 6 components |
| 40 | 2026-05-08T01:23:07.079Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-08T01:23:07.079Z | |
| 42 | 2026-05-08T01:23:07.113Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-08T01:23:07.113Z | |
| 44 | 2026-05-08T01:23:07.113Z | |
| 45 | 2026-05-08T01:23:07.113Z | Rust is installed now. Great! |
| 46 | 2026-05-08T01:23:07.113Z | |
| 47 | 2026-05-08T01:23:07.121Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-08T01:23:07.121Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-08T01:23:07.121Z | |
| 50 | 2026-05-08T01:23:07.121Z | To configure your current shell, you need to source |
| 51 | 2026-05-08T01:23:07.121Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-08T01:23:07.121Z | |
| 53 | 2026-05-08T01:23:07.121Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-08T01:23:07.121Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-08T01:23:07.121Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-08T01:23:07.121Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-08T01:23:07.121Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-08T01:23:07.121Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-08T01:23:07.121Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-08T01:23:07.122Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-08T01:23:07.122Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-08T01:23:07.198Z | + rustup --version |
| 63 | 2026-05-08T01:23:07.206Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-08T01:23:07.210Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-08T01:23:07.229Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-08T01:23:07.233Z | + cargo --version |
| 67 | 2026-05-08T01:23:07.241Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-08T01:23:07.245Z | + rustc --version |
| 69 | 2026-05-08T01:23:07.263Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-08T01:23:07.266Z | process exited: duration 18123 ms, exit code 0 |
| |
| 71 | 2026-05-08T01:23:07.273Z | starting task 2: "authentication" |
| 72 | 2026-05-08T01:23:07.289Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-05-08T01:23:07.295Z | starting task 3: "clone repository" |
| 74 | 2026-05-08T01:23:07.298Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-08T01:23:07.300Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-08T01:23:07.331Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-08T01:23:16.599Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-08T01:23:16.600Z | + git fetch origin 8adca55079ea755827dad8bb42368e6b43efc511 |
| 79 | 2026-05-08T01:23:16.894Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-08T01:23:16.894Z | * branch 8adca55079ea755827dad8bb42368e6b43efc511 -> FETCH_HEAD |
| 81 | 2026-05-08T01:23:16.905Z | + [[ -n renovate/crate-hickory-proto-vulnerability ]] |
| 82 | 2026-05-08T01:23:16.909Z | ++ git branch --show-current |
| 83 | 2026-05-08T01:23:16.909Z | + current=main |
| 84 | 2026-05-08T01:23:16.909Z | + [[ main != renovate/crate-hickory-proto-vulnerability ]] |
| 85 | 2026-05-08T01:23:16.909Z | + git branch -f renovate/crate-hickory-proto-vulnerability 8adca55079ea755827dad8bb42368e6b43efc511 |
| 86 | 2026-05-08T01:23:16.914Z | + git checkout -f renovate/crate-hickory-proto-vulnerability |
| 87 | 2026-05-08T01:23:17.139Z | Switched to branch 'renovate/crate-hickory-proto-vulnerability' |
| 88 | 2026-05-08T01:23:17.144Z | + git reset --hard 8adca55079ea755827dad8bb42368e6b43efc511 |
| 89 | 2026-05-08T01:23:17.156Z | HEAD is now at 8adca5507 Update Rust crate hickory-proto to 0.26.0 [SECURITY] |
| 90 | 2026-05-08T01:23:17.162Z | process exited: duration 9862 ms, exit code 0 |
| |
| 91 | 2026-05-08T01:23:17.186Z | starting task 4: "build" |
| 92 | 2026-05-08T01:23:17.190Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-08T01:23:17.190Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-08T01:23:17.190Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-08T01:23:17.191Z | + cargo --version |
| 96 | 2026-05-08T01:23:17.197Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-08T01:23:17.197Z | + rustc --version |
| 98 | 2026-05-08T01:23:17.217Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-08T01:23:17.222Z | + source ./env.sh |
| 100 | 2026-05-08T01:23:17.222Z | ++ OLD_SHELL_OPTS=ehxB |
| 101 | 2026-05-08T01:23:17.222Z | ++ set -o xtrace |
| 102 | 2026-05-08T01:23:17.222Z | ++++ dirname ./env.sh |
| 103 | 2026-05-08T01:23:17.225Z | +++ readlink -f . |
| 104 | 2026-05-08T01:23:17.225Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 105 | 2026-05-08T01:23:17.225Z | ++ 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-08T01:23:17.225Z | ++ 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-08T01:23:17.225Z | ++ 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-08T01:23:17.225Z | ++ 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-08T01:23:17.225Z | ++ 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-08T01:23:17.225Z | ++ 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-08T01:23:17.225Z | ++ 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-08T01:23:17.225Z | ++ 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-08T01:23:17.225Z | ++ case $OLD_SHELL_OPTS in |
| 114 | 2026-05-08T01:23:17.226Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 115 | 2026-05-08T01:23:17.226Z | + 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-08T01:23:17.226Z | + 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-08T01:23:17.226Z | + banner prerequisites |
| 118 | 2026-05-08T01:23:17.229Z | |
| 119 | 2026-05-08T01:23:17.229Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 120 | 2026-05-08T01:23:17.229Z | # # # # # # # # # # # # # # # |
| 121 | 2026-05-08T01:23:17.229Z | # # # # ##### # # ##### # # # # # #### # |
| 122 | 2026-05-08T01:23:17.229Z | ##### ##### # ##### # # # # # # # # # |
| 123 | 2026-05-08T01:23:17.229Z | # # # # # # # # # # # # # # # |
| 124 | 2026-05-08T01:23:17.229Z | # # # ###### # # ###### ### # #### # #### # |
| 125 | 2026-05-08T01:23:17.229Z | |
| 126 | 2026-05-08T01:23:17.230Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 127 | 2026-05-08T01:23:18.502Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-05-08T01:23:18.612Z | Planning: Solver setup ... Done (0.096s) |
| 129 | 2026-05-08T01:23:18.618Z | Planning: Running solver ... Done (0.008s) |
| 130 | 2026-05-08T01:23:18.621Z | Planning: Finding local manifests ... Done (0.003s) |
| 131 | 2026-05-08T01:23:18.621Z | Planning: Fetching manifests: 0/2 0% complete |
| 132 | 2026-05-08T01:23:18.633Z | Planning: Fetching manifests: 2/2 100% complete |
| 133 | 2026-05-08T01:23:18.647Z | Planning: Package planning ... Done (0.013s) |
| 134 | 2026-05-08T01:23:18.649Z | Planning: Merging actions ... Done (0.001s) |
| 135 | 2026-05-08T01:23:18.833Z | Planning: Checking for conflicting actions ... Done (0.186s) |
| 136 | 2026-05-08T01:23:18.837Z | Planning: Consolidating action changes ... Done (0.001s) |
| 137 | 2026-05-08T01:23:19.649Z | Planning: Evaluating mediators ... Done (0.812s) |
| 138 | 2026-05-08T01:23:19.654Z | Planning: Planning completed in 1.15 seconds |
| 139 | 2026-05-08T01:23:19.657Z | Packages to install: 2 |
| 140 | 2026-05-08T01:23:19.657Z | Estimated space available: 156.08 GB |
| 141 | 2026-05-08T01:23:19.657Z | Estimated space to be consumed: 15.55 MB |
| 142 | 2026-05-08T01:23:19.657Z | Create boot environment: No |
| 143 | 2026-05-08T01:23:19.657Z | Create backup boot environment: No |
| 144 | 2026-05-08T01:23:19.657Z | Rebuild boot archive: No |
| 145 | 2026-05-08T01:23:19.657Z | |
| 146 | 2026-05-08T01:23:19.657Z | Changed packages: |
| 147 | 2026-05-08T01:23:19.657Z | helios |
| 148 | 2026-05-08T01:23:19.657Z | developer/build-essential |
| 149 | 2026-05-08T01:23:19.657Z | None -> 11-3.0 |
| 150 | 2026-05-08T01:23:19.657Z | library/libxmlsec1 |
| 151 | 2026-05-08T01:23:19.657Z | None -> 1.2.35-3.0 |
| 152 | 2026-05-08T01:23:19.678Z | |
| 153 | 2026-05-08T01:23:19.679Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 154 | 2026-05-08T01:23:20.242Z | Download: Completed 1.28 MB in 0.56 seconds (2.3M/s) |
| 155 | 2026-05-08T01:23:20.303Z | Actions: 1/268 actions (Installing new actions) |
| 156 | 2026-05-08T01:23:20.340Z | Actions: Completed 268 actions in 0.04 seconds. |
| 157 | 2026-05-08T01:23:20.346Z | Finalize: Updating package state database ... Done (0.006s) |
| 158 | 2026-05-08T01:23:20.346Z | Finalize: Updating package cache ... Done (0.000s) |
| 159 | 2026-05-08T01:23:20.355Z | Finalize: Updating image state ... Done (0.009s) |
| 160 | 2026-05-08T01:23:22.725Z | Finalize: Creating fast lookup database ... Done (2.350s) |
| 161 | 2026-05-08T01:23:22.791Z | Finalize: Reading search index ... Done (0.011s) |
| 162 | 2026-05-08T01:23:22.794Z | Finalize: Updating search index ... Done (0.000s) |
| 163 | 2026-05-08T01:23:22.872Z | Finalize: Updating package cache ... Done (0.000s) |
| 164 | 2026-05-08T01:23:23.158Z | Planning: Evaluating mediator changes ... Done |
| 165 | 2026-05-08T01:23:23.261Z | Planning: Checking for conflicting actions ... Done |
| 166 | 2026-05-08T01:23:23.264Z | Planning: Consolidating action changes ... Done |
| 167 | 2026-05-08T01:23:23.422Z | Planning: Evaluating mediators ... Done |
| 168 | 2026-05-08T01:23:23.426Z | Planning: Planning completed in 0.26 seconds |
| 169 | 2026-05-08T01:23:23.445Z | Mediators to change: 2 |
| 170 | 2026-05-08T01:23:23.445Z | Create boot environment: No |
| 171 | 2026-05-08T01:23:23.451Z | Create backup boot environment: No |
| 172 | 2026-05-08T01:23:23.499Z | Finalize: Updating package state database ... Done |
| 173 | 2026-05-08T01:23:23.499Z | Finalize: Updating package cache ... Done |
| 174 | 2026-05-08T01:23:23.505Z | Finalize: Updating image state ... Done |
| 175 | 2026-05-08T01:23:25.449Z | Finalize: Creating fast lookup database ... Done |
| 176 | 2026-05-08T01:23:25.506Z | Finalize: Reading search index ... Done |
| 177 | 2026-05-08T01:23:25.513Z | Finalize: Updating search index ... Done |
| 178 | 2026-05-08T01:23:25.592Z | Finalize: Updating package cache ... Done |
| 179 | 2026-05-08T01:23:25.861Z | Planning: Evaluating mediator changes ... Done |
| 180 | 2026-05-08T01:23:25.969Z | Planning: Checking for conflicting actions ... Done |
| 181 | 2026-05-08T01:23:25.973Z | Planning: Consolidating action changes ... Done |
| 182 | 2026-05-08T01:23:26.122Z | Planning: Evaluating mediators ... Done |
| 183 | 2026-05-08T01:23:26.125Z | Planning: Planning completed in 0.26 seconds |
| 184 | 2026-05-08T01:23:26.144Z | Mediators to change: 1 |
| 185 | 2026-05-08T01:23:26.144Z | Create boot environment: No |
| 186 | 2026-05-08T01:23:26.147Z | Create backup boot environment: No |
| 187 | 2026-05-08T01:23:26.197Z | Finalize: Updating package state database ... Done |
| 188 | 2026-05-08T01:23:26.197Z | Finalize: Updating package cache ... Done |
| 189 | 2026-05-08T01:23:26.203Z | Finalize: Updating image state ... Done |
| 190 | 2026-05-08T01:23:28.139Z | Finalize: Creating fast lookup database ... Done |
| 191 | 2026-05-08T01:23:28.200Z | Finalize: Reading search index ... Done |
| 192 | 2026-05-08T01:23:28.202Z | Finalize: Updating search index ... Done |
| 193 | 2026-05-08T01:23:28.267Z | Finalize: Updating package cache ... Done |
| 194 | 2026-05-08T01:23:28.579Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 195 | 2026-05-08T01:23:28.579Z | apache system 2.4 system |
| 196 | 2026-05-08T01:23:28.579Z | clang system 15 system |
| 197 | 2026-05-08T01:23:28.579Z | csh system system illumos |
| 198 | 2026-05-08T01:23:28.579Z | ctags system system illumos |
| 199 | 2026-05-08T01:23:28.579Z | file vendor vendor darwinsys |
| 200 | 2026-05-08T01:23:28.579Z | file system system illumos |
| 201 | 2026-05-08T01:23:28.579Z | gcc vendor 14 vendor |
| 202 | 2026-05-08T01:23:28.579Z | gcc system 13 system |
| 203 | 2026-05-08T01:23:28.579Z | gcc system 10 system |
| 204 | 2026-05-08T01:23:28.579Z | go system 1.25 system |
| 205 | 2026-05-08T01:23:28.579Z | llvm system 15 system |
| 206 | 2026-05-08T01:23:28.579Z | mariadb system 11.4 system |
| 207 | 2026-05-08T01:23:28.580Z | mta vendor vendor dma |
| 208 | 2026-05-08T01:23:28.580Z | openjdk system 17 system |
| 209 | 2026-05-08T01:23:28.580Z | openjdk system 11 system |
| 210 | 2026-05-08T01:23:28.580Z | openssl vendor 3 vendor |
| 211 | 2026-05-08T01:23:28.580Z | perl system 5.40 system |
| 212 | 2026-05-08T01:23:28.580Z | postgresql system 18 system |
| 213 | 2026-05-08T01:23:28.580Z | postgresql system 17 system |
| 214 | 2026-05-08T01:23:28.580Z | python vendor 3 vendor |
| 215 | 2026-05-08T01:23:28.580Z | python system 2 system |
| 216 | 2026-05-08T01:23:28.580Z | python3 vendor 3.13 vendor |
| 217 | 2026-05-08T01:23:28.580Z | ruby system 3.4 system |
| 218 | 2026-05-08T01:23:28.580Z | ruby system 3.0 system |
| 219 | 2026-05-08T01:23:28.580Z | words vendor vendor american-english |
| 220 | 2026-05-08T01:23:28.580Z | words system system australian-english |
| 221 | 2026-05-08T01:23:28.580Z | words system system british-english |
| 222 | 2026-05-08T01:23:28.580Z | words system system canadian-english |
| 223 | 2026-05-08T01:23:28.581Z | words system system french |
| 224 | 2026-05-08T01:23:28.581Z | words system system italian |
| 225 | 2026-05-08T01:23:28.581Z | words system system ngerman |
| 226 | 2026-05-08T01:23:28.581Z | words system system ogerman |
| 227 | 2026-05-08T01:23:28.581Z | words system system spanish |
| 228 | 2026-05-08T01:23:28.827Z | PUBLISHER TYPE STATUS P LOCATION |
| 229 | 2026-05-08T01:23:28.827Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 230 | 2026-05-08T01:23:29.083Z | FMRI IFO |
| 231 | 2026-05-08T01:23:29.083Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 232 | 2026-05-08T01:23:29.083Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 233 | 2026-05-08T01:23:29.084Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 234 | 2026-05-08T01:23:29.084Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 235 | 2026-05-08T01:23:29.084Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 236 | 2026-05-08T01:23:29.084Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 237 | 2026-05-08T01:23:29.084Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 238 | 2026-05-08T01:23:29.084Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 239 | 2026-05-08T01:23:29.084Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 240 | 2026-05-08T01:23:29.301Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 241 | 2026-05-08T01:23:29.539Z | Updating crates.io index |
| 242 | 2026-05-08T01:23:29.544Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 243 | 2026-05-08T01:23:30.090Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 244 | 2026-05-08T01:23:30.387Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 245 | 2026-05-08T01:23:30.782Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 246 | 2026-05-08T01:23:31.778Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 247 | 2026-05-08T01:23:32.263Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 248 | 2026-05-08T01:23:33.970Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 249 | 2026-05-08T01:23:34.630Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 250 | 2026-05-08T01:23:35.000Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 251 | 2026-05-08T01:23:35.917Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 252 | 2026-05-08T01:23:36.399Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 253 | 2026-05-08T01:23:36.702Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 254 | 2026-05-08T01:23:36.987Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 255 | 2026-05-08T01:23:38.231Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 256 | 2026-05-08T01:23:38.691Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 257 | 2026-05-08T01:23:39.070Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 258 | 2026-05-08T01:23:39.383Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 259 | 2026-05-08T01:23:39.671Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 260 | 2026-05-08T01:23:39.953Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 261 | 2026-05-08T01:23:40.173Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 262 | 2026-05-08T01:23:40.400Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 263 | 2026-05-08T01:23:40.776Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 264 | 2026-05-08T01:23:41.253Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 265 | 2026-05-08T01:23:41.613Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 266 | 2026-05-08T01:23:41.909Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 267 | 2026-05-08T01:23:42.491Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 268 | 2026-05-08T01:23:43.453Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 269 | 2026-05-08T01:23:43.704Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 270 | 2026-05-08T01:23:44.829Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 271 | 2026-05-08T01:23:45.275Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 272 | 2026-05-08T01:23:45.553Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 273 | 2026-05-08T01:23:45.845Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 274 | 2026-05-08T01:23:46.110Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 275 | 2026-05-08T01:23:46.407Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 276 | 2026-05-08T01:23:46.892Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 277 | 2026-05-08T01:23:47.124Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 278 | 2026-05-08T01:23:47.330Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 279 | 2026-05-08T01:23:47.715Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 280 | 2026-05-08T01:23:59.476Z | Downloading crates ... |
| 281 | 2026-05-08T01:23:59.559Z | Downloaded cpufeatures v0.2.17 |
| 282 | 2026-05-08T01:23:59.568Z | Downloaded proc-macro-error-attr v1.0.4 |
| 283 | 2026-05-08T01:23:59.568Z | Downloaded unicode-xid v0.2.6 |
| 284 | 2026-05-08T01:23:59.569Z | Downloaded generic-array v0.14.7 |
| 285 | 2026-05-08T01:23:59.569Z | Downloaded zerofrom-derive v0.1.6 |
| 286 | 2026-05-08T01:23:59.569Z | Downloaded byteorder v1.5.0 |
| 287 | 2026-05-08T01:23:59.569Z | Downloaded colorchoice v1.0.4 |
| 288 | 2026-05-08T01:23:59.569Z | Downloaded thiserror v1.0.69 |
| 289 | 2026-05-08T01:23:59.569Z | Downloaded zmij v1.0.21 |
| 290 | 2026-05-08T01:23:59.569Z | Downloaded dof v0.3.0 |
| 291 | 2026-05-08T01:23:59.569Z | Downloaded usdt-macro v0.5.0 |
| 292 | 2026-05-08T01:23:59.569Z | Downloaded zerofrom v0.1.6 |
| 293 | 2026-05-08T01:23:59.569Z | Downloaded utf8parse v0.2.2 |
| 294 | 2026-05-08T01:23:59.569Z | Downloaded toml_datetime v0.6.11 |
| 295 | 2026-05-08T01:23:59.569Z | Downloaded cargo_toml v0.21.0 |
| 296 | 2026-05-08T01:23:59.569Z | Downloaded errno v0.3.14 |
| 297 | 2026-05-08T01:23:59.593Z | Downloaded unicode-linebreak v0.1.5 |
| 298 | 2026-05-08T01:23:59.593Z | Downloaded plain v0.2.3 |
| 299 | 2026-05-08T01:23:59.593Z | Downloaded heck v0.4.1 |
| 300 | 2026-05-08T01:23:59.593Z | Downloaded usdt-attr-macro v0.5.0 |
| 301 | 2026-05-08T01:23:59.593Z | Downloaded cargo-platform v0.2.0 |
| 302 | 2026-05-08T01:23:59.593Z | Downloaded semver v1.0.28 |
| 303 | 2026-05-08T01:23:59.628Z | Downloaded yoke v0.8.1 |
| 304 | 2026-05-08T01:23:59.628Z | Downloaded utf8_iter v1.0.4 |
| 305 | 2026-05-08T01:23:59.628Z | Downloaded typeid v1.0.3 |
| 306 | 2026-05-08T01:23:59.628Z | Downloaded toml_write v0.1.2 |
| 307 | 2026-05-08T01:23:59.628Z | Downloaded thiserror-impl v1.0.69 |
| 308 | 2026-05-08T01:23:59.628Z | Downloaded pest_generator v2.8.6 |
| 309 | 2026-05-08T01:23:59.628Z | Downloaded anstyle-parse v0.2.7 |
| 310 | 2026-05-08T01:23:59.628Z | Downloaded anstyle v1.0.13 |
| 311 | 2026-05-08T01:23:59.628Z | Downloaded anstream v0.6.21 |
| 312 | 2026-05-08T01:23:59.628Z | Downloaded version_check v0.9.5 |
| 313 | 2026-05-08T01:23:59.628Z | Downloaded dtrace-parser v0.2.0 |
| 314 | 2026-05-08T01:23:59.628Z | Downloaded tinystr v0.8.2 |
| 315 | 2026-05-08T01:23:59.628Z | Downloaded thiserror-impl v2.0.18 |
| 316 | 2026-05-08T01:23:59.628Z | Downloaded fastrand v2.3.0 |
| 317 | 2026-05-08T01:23:59.628Z | Downloaded ucd-trie v0.1.7 |
| 318 | 2026-05-08T01:23:59.628Z | Downloaded form_urlencoded v1.2.2 |
| 319 | 2026-05-08T01:23:59.628Z | Downloaded yoke-derive v0.8.1 |
| 320 | 2026-05-08T01:23:59.628Z | Downloaded textwrap v0.16.2 |
| 321 | 2026-05-08T01:23:59.628Z | Downloaded fnv v1.0.7 |
| 322 | 2026-05-08T01:23:59.628Z | Downloaded crypto-common v0.1.7 |
| 323 | 2026-05-08T01:23:59.628Z | Downloaded anstyle-query v1.1.5 |
| 324 | 2026-05-08T01:23:59.629Z | Downloaded zerovec-derive v0.11.2 |
| 325 | 2026-05-08T01:23:59.629Z | Downloaded toml v0.8.23 |
| 326 | 2026-05-08T01:23:59.638Z | Downloaded macaddr v1.0.1 |
| 327 | 2026-05-08T01:23:59.638Z | Downloaded bytecount v0.6.9 |
| 328 | 2026-05-08T01:23:59.638Z | Downloaded autocfg v1.5.0 |
| 329 | 2026-05-08T01:23:59.638Z | Downloaded usdt v0.5.0 |
| 330 | 2026-05-08T01:23:59.638Z | Downloaded pretty-hex v0.4.1 |
| 331 | 2026-05-08T01:23:59.638Z | Downloaded heck v0.5.0 |
| 332 | 2026-05-08T01:23:59.638Z | Downloaded zerotrie v0.2.3 |
| 333 | 2026-05-08T01:23:59.638Z | Downloaded thread-id v4.2.2 |
| 334 | 2026-05-08T01:23:59.638Z | Downloaded thiserror v2.0.18 |
| 335 | 2026-05-08T01:23:59.638Z | Downloaded url v2.5.8 |
| 336 | 2026-05-08T01:23:59.638Z | Downloaded tempfile v3.25.0 |
| 337 | 2026-05-08T01:23:59.638Z | Downloaded writeable v0.6.2 |
| 338 | 2026-05-08T01:23:59.638Z | Downloaded serde-untagged v0.1.9 |
| 339 | 2026-05-08T01:23:59.638Z | Downloaded usdt-impl v0.5.0 |
| 340 | 2026-05-08T01:23:59.639Z | Downloaded log v0.4.29 |
| 341 | 2026-05-08T01:23:59.639Z | Downloaded zerocopy-derive v0.7.35 |
| 342 | 2026-05-08T01:23:59.639Z | Downloaded itoa v1.0.17 |
| 343 | 2026-05-08T01:23:59.639Z | Downloaded ordered-float v2.10.1 |
| 344 | 2026-05-08T01:23:59.639Z | Downloaded percent-encoding v2.3.2 |
| 345 | 2026-05-08T01:23:59.639Z | Downloaded fs-err v3.3.0 |
| 346 | 2026-05-08T01:23:59.639Z | Downloaded equivalent v1.0.2 |
| 347 | 2026-05-08T01:23:59.666Z | Downloaded potential_utf v0.1.4 |
| 348 | 2026-05-08T01:23:59.666Z | Downloaded toml_edit v0.22.27 |
| 349 | 2026-05-08T01:23:59.666Z | Downloaded typenum v1.19.0 |
| 350 | 2026-05-08T01:23:59.666Z | Downloaded swrite v0.1.0 |
| 351 | 2026-05-08T01:23:59.666Z | Downloaded unicode-ident v1.0.24 |
| 352 | 2026-05-08T01:23:59.666Z | Downloaded serde-value v0.7.0 |
| 353 | 2026-05-08T01:23:59.667Z | Downloaded memmap v0.7.0 |
| 354 | 2026-05-08T01:23:59.667Z | Downloaded clap_lex v1.0.0 |
| 355 | 2026-05-08T01:23:59.667Z | Downloaded cfg-if v1.0.4 |
| 356 | 2026-05-08T01:23:59.680Z | Downloaded is_terminal_polyfill v1.70.2 |
| 357 | 2026-05-08T01:23:59.680Z | Downloaded idna_adapter v1.2.1 |
| 358 | 2026-05-08T01:23:59.680Z | Downloaded smawk v0.3.2 |
| 359 | 2026-05-08T01:23:59.680Z | Downloaded block-buffer v0.10.4 |
| 360 | 2026-05-08T01:23:59.680Z | Downloaded winnow v0.7.14 |
| 361 | 2026-05-08T01:23:59.680Z | Downloaded strsim v0.11.1 |
| 362 | 2026-05-08T01:23:59.681Z | Downloaded stable_deref_trait v1.2.1 |
| 363 | 2026-05-08T01:23:59.682Z | Downloaded tabled_derive v0.7.0 |
| 364 | 2026-05-08T01:23:59.699Z | Downloaded serde_spanned v0.6.9 |
| 365 | 2026-05-08T01:23:59.699Z | Downloaded zerovec v0.11.5 |
| 366 | 2026-05-08T01:23:59.699Z | Downloaded zerocopy v0.7.35 |
| 367 | 2026-05-08T01:23:59.699Z | Downloaded displaydoc v0.2.5 |
| 368 | 2026-05-08T01:23:59.699Z | Downloaded unicode-width v0.2.0 |
| 369 | 2026-05-08T01:23:59.699Z | Downloaded cargo_metadata v0.21.0 |
| 370 | 2026-05-08T01:23:59.699Z | Downloaded proc-macro-error v1.0.4 |
| 371 | 2026-05-08T01:23:59.716Z | Downloaded scroll_derive v0.12.1 |
| 372 | 2026-05-08T01:23:59.716Z | Downloaded unicode-width v0.1.14 |
| 373 | 2026-05-08T01:23:59.716Z | Downloaded digest v0.10.7 |
| 374 | 2026-05-08T01:23:59.725Z | Downloaded terminal_size v0.4.3 |
| 375 | 2026-05-08T01:23:59.725Z | Downloaded erased-serde v0.4.9 |
| 376 | 2026-05-08T01:23:59.725Z | Downloaded scroll v0.12.0 |
| 377 | 2026-05-08T01:23:59.725Z | Downloaded synstructure v0.13.2 |
| 378 | 2026-05-08T01:23:59.725Z | Downloaded camino-tempfile v1.4.1 |
| 379 | 2026-05-08T01:23:59.735Z | Downloaded serde_tokenstream v0.2.3 |
| 380 | 2026-05-08T01:23:59.735Z | Downloaded quote v1.0.45 |
| 381 | 2026-05-08T01:23:59.735Z | Downloaded pest_derive v2.8.6 |
| 382 | 2026-05-08T01:23:59.743Z | Downloaded clap_derive v4.5.55 |
| 383 | 2026-05-08T01:23:59.743Z | Downloaded icu_collections v2.1.1 |
| 384 | 2026-05-08T01:23:59.757Z | Downloaded icu_properties v2.1.2 |
| 385 | 2026-05-08T01:23:59.758Z | Downloaded once_cell v1.21.3 |
| 386 | 2026-05-08T01:23:59.758Z | Downloaded litemap v0.8.1 |
| 387 | 2026-05-08T01:23:59.758Z | Downloaded bitflags v2.11.0 |
| 388 | 2026-05-08T01:23:59.773Z | Downloaded sha2 v0.10.9 |
| 389 | 2026-05-08T01:23:59.773Z | Downloaded camino v1.2.2 |
| 390 | 2026-05-08T01:23:59.773Z | Downloaded anyhow v1.0.102 |
| 391 | 2026-05-08T01:23:59.773Z | Downloaded cargo-util-schemas v0.8.2 |
| 392 | 2026-05-08T01:23:59.797Z | Downloaded num-traits v0.2.19 |
| 393 | 2026-05-08T01:23:59.797Z | Downloaded proc-macro2 v1.0.106 |
| 394 | 2026-05-08T01:23:59.816Z | Downloaded getrandom v0.4.1 |
| 395 | 2026-05-08T01:23:59.816Z | Downloaded papergrid v0.11.0 |
| 396 | 2026-05-08T01:23:59.816Z | Downloaded icu_provider v2.1.1 |
| 397 | 2026-05-08T01:23:59.816Z | Downloaded serde_core v1.0.228 |
| 398 | 2026-05-08T01:23:59.816Z | Downloaded smallvec v1.15.1 |
| 399 | 2026-05-08T01:23:59.847Z | Downloaded icu_normalizer_data v2.1.1 |
| 400 | 2026-05-08T01:23:59.847Z | Downloaded icu_normalizer v2.1.1 |
| 401 | 2026-05-08T01:23:59.847Z | Downloaded serde_derive v1.0.228 |
| 402 | 2026-05-08T01:23:59.847Z | Downloaded clap v4.5.60 |
| 403 | 2026-05-08T01:23:59.860Z | Downloaded pest_meta v2.8.6 |
| 404 | 2026-05-08T01:23:59.860Z | Downloaded serde v1.0.228 |
| 405 | 2026-05-08T01:23:59.860Z | Downloaded memchr v2.8.0 |
| 406 | 2026-05-08T01:23:59.876Z | Downloaded icu_locale_core v2.1.1 |
| 407 | 2026-05-08T01:23:59.891Z | Downloaded hashbrown v0.17.0 |
| 408 | 2026-05-08T01:23:59.891Z | Downloaded pest v2.8.6 |
| 409 | 2026-05-08T01:23:59.891Z | Downloaded clap_builder v4.5.60 |
| 410 | 2026-05-08T01:23:59.899Z | Downloaded indexmap v2.14.0 |
| 411 | 2026-05-08T01:23:59.899Z | Downloaded idna v1.1.0 |
| 412 | 2026-05-08T01:23:59.922Z | Downloaded icu_properties_data v2.1.2 |
| 413 | 2026-05-08T01:23:59.936Z | Downloaded serde_json v1.0.149 |
| 414 | 2026-05-08T01:23:59.936Z | Downloaded goblin v0.8.2 |
| 415 | 2026-05-08T01:23:59.951Z | Downloaded tabled v0.15.0 |
| 416 | 2026-05-08T01:23:59.959Z | Downloaded syn v1.0.109 |
| 417 | 2026-05-08T01:23:59.972Z | Downloaded syn v2.0.117 |
| 418 | 2026-05-08T01:23:59.992Z | Downloaded rustix v1.1.3 |
| 419 | 2026-05-08T01:24:00.019Z | Downloaded libc v0.2.185 |
| 420 | 2026-05-08T01:24:00.089Z | Compiling proc-macro2 v1.0.106 |
| 421 | 2026-05-08T01:24:00.089Z | Compiling unicode-ident v1.0.24 |
| 422 | 2026-05-08T01:24:00.096Z | Compiling quote v1.0.45 |
| 423 | 2026-05-08T01:24:00.096Z | Compiling serde_core v1.0.228 |
| 424 | 2026-05-08T01:24:00.096Z | Compiling libc v0.2.185 |
| 425 | 2026-05-08T01:24:00.096Z | Compiling version_check v0.9.5 |
| 426 | 2026-05-08T01:24:00.097Z | Compiling serde v1.0.228 |
| 427 | 2026-05-08T01:24:00.097Z | Compiling stable_deref_trait v1.2.1 |
| 428 | 2026-05-08T01:24:00.435Z | Compiling memchr v2.8.0 |
| 429 | 2026-05-08T01:24:00.473Z | Compiling zmij v1.0.21 |
| 430 | 2026-05-08T01:24:00.684Z | Compiling thiserror v1.0.69 |
| 431 | 2026-05-08T01:24:00.705Z | Compiling ucd-trie v0.1.7 |
| 432 | 2026-05-08T01:24:00.969Z | Compiling autocfg v1.5.0 |
| 433 | 2026-05-08T01:24:01.011Z | Compiling itoa v1.0.17 |
| 434 | 2026-05-08T01:24:01.081Z | Compiling pest v2.8.6 |
| 435 | 2026-05-08T01:24:01.138Z | Compiling writeable v0.6.2 |
| 436 | 2026-05-08T01:24:01.139Z | Compiling litemap v0.8.1 |
| 437 | 2026-05-08T01:24:01.210Z | Compiling byteorder v1.5.0 |
| 438 | 2026-05-08T01:24:01.258Z | Compiling icu_normalizer_data v2.1.1 |
| 439 | 2026-05-08T01:24:01.277Z | Compiling icu_properties_data v2.1.2 |
| 440 | 2026-05-08T01:24:01.435Z | Compiling rustix v1.1.3 |
| 441 | 2026-05-08T01:24:01.503Z | Compiling errno v0.3.14 |
| 442 | 2026-05-08T01:24:01.605Z | Compiling syn v2.0.117 |
| 443 | 2026-05-08T01:24:01.646Z | Compiling serde_json v1.0.149 |
| 444 | 2026-05-08T01:24:01.660Z | Compiling bitflags v2.11.0 |
| 445 | 2026-05-08T01:24:01.884Z | Compiling num-traits v0.2.19 |
| 446 | 2026-05-08T01:24:01.896Z | Compiling smallvec v1.15.1 |
| 447 | 2026-05-08T01:24:02.022Z | Compiling typeid v1.0.3 |
| 448 | 2026-05-08T01:24:02.072Z | Compiling pest_meta v2.8.6 |
| 449 | 2026-05-08T01:24:02.122Z | Compiling equivalent v1.0.2 |
| 450 | 2026-05-08T01:24:02.212Z | Compiling hashbrown v0.17.0 |
| 451 | 2026-05-08T01:24:02.525Z | Compiling thread-id v4.2.2 |
| 452 | 2026-05-08T01:24:02.565Z | Compiling proc-macro-error-attr v1.0.4 |
| 453 | 2026-05-08T01:24:02.566Z | Compiling usdt-impl v0.5.0 |
| 454 | 2026-05-08T01:24:02.577Z | Compiling erased-serde v0.4.9 |
| 455 | 2026-05-08T01:24:02.668Z | Compiling indexmap v2.14.0 |
| 456 | 2026-05-08T01:24:02.723Z | Compiling syn v1.0.109 |
| 457 | 2026-05-08T01:24:02.735Z | Compiling winnow v0.7.14 |
| 458 | 2026-05-08T01:24:02.840Z | Compiling toml_write v0.1.2 |
| 459 | 2026-05-08T01:24:03.326Z | Compiling proc-macro-error v1.0.4 |
| 460 | 2026-05-08T01:24:03.389Z | Compiling utf8parse v0.2.2 |
| 461 | 2026-05-08T01:24:03.539Z | Compiling thiserror v2.0.18 |
| 462 | 2026-05-08T01:24:03.610Z | Compiling plain v0.2.3 |
| 463 | 2026-05-08T01:24:03.686Z | Compiling getrandom v0.4.1 |
| 464 | 2026-05-08T01:24:03.759Z | Compiling percent-encoding v2.3.2 |
| 465 | 2026-05-08T01:24:03.791Z | Compiling utf8_iter v1.0.4 |
| 466 | 2026-05-08T01:24:03.840Z | Compiling camino v1.2.2 |
| 467 | 2026-05-08T01:24:03.949Z | Compiling log v0.4.29 |
| 468 | 2026-05-08T01:24:03.950Z | Compiling form_urlencoded v1.2.2 |
| 469 | 2026-05-08T01:24:04.105Z | Compiling ordered-float v2.10.1 |
| 470 | 2026-05-08T01:24:08.243Z | Compiling anstyle-parse v0.2.7 |
| 471 | 2026-05-08T01:24:08.295Z | Compiling synstructure v0.13.2 |
| 472 | 2026-05-08T01:24:08.295Z | Compiling pest_generator v2.8.6 |
| 473 | 2026-05-08T01:24:08.295Z | Compiling terminal_size v0.4.3 |
| 474 | 2026-05-08T01:24:08.295Z | Compiling anstyle-query v1.1.5 |
| 475 | 2026-05-08T01:24:08.295Z | Compiling is_terminal_polyfill v1.70.2 |
| 476 | 2026-05-08T01:24:08.295Z | Compiling pretty-hex v0.4.1 |
| 477 | 2026-05-08T01:24:08.295Z | Compiling anstyle v1.0.13 |
| 478 | 2026-05-08T01:24:08.295Z | Compiling colorchoice v1.0.4 |
| 479 | 2026-05-08T01:24:08.295Z | Compiling cfg-if v1.0.4 |
| 480 | 2026-05-08T01:24:08.295Z | Compiling serde-untagged v0.1.9 |
| 481 | 2026-05-08T01:24:08.295Z | Compiling anstream v0.6.21 |
| 482 | 2026-05-08T01:24:08.295Z | Compiling semver v1.0.28 |
| 483 | 2026-05-08T01:24:08.295Z | Compiling fs-err v3.3.0 |
| 484 | 2026-05-08T01:24:08.295Z | Compiling once_cell v1.21.3 |
| 485 | 2026-05-08T01:24:08.430Z | Compiling unicode-width v0.1.14 |
| 486 | 2026-05-08T01:24:08.430Z | Compiling heck v0.4.1 |
| 487 | 2026-05-08T01:24:08.430Z | Compiling fastrand v2.3.0 |
| 488 | 2026-05-08T01:24:08.430Z | Compiling unicode-xid v0.2.6 |
| 489 | 2026-05-08T01:24:08.430Z | Compiling heck v0.5.0 |
| 490 | 2026-05-08T01:24:08.430Z | Compiling anyhow v1.0.102 |
| 491 | 2026-05-08T01:24:08.430Z | Compiling clap_lex v1.0.0 |
| 492 | 2026-05-08T01:24:08.430Z | Compiling bytecount v0.6.9 |
| 493 | 2026-05-08T01:24:08.430Z | Compiling fnv v1.0.7 |
| 494 | 2026-05-08T01:24:08.430Z | Compiling strsim v0.11.1 |
| 495 | 2026-05-08T01:24:08.431Z | Compiling papergrid v0.11.0 |
| 496 | 2026-05-08T01:24:08.431Z | Compiling tempfile v3.25.0 |
| 497 | 2026-05-08T01:24:08.431Z | Compiling clap_builder v4.5.60 |
| 498 | 2026-05-08T01:24:08.431Z | Compiling memmap v0.7.0 |
| 499 | 2026-05-08T01:24:08.431Z | Compiling smawk v0.3.2 |
| 500 | 2026-05-08T01:24:08.431Z | Compiling serde_derive v1.0.228 |
| 501 | 2026-05-08T01:24:08.431Z | Compiling zerofrom-derive v0.1.6 |
| 502 | 2026-05-08T01:24:08.431Z | Compiling yoke-derive v0.8.1 |
| 503 | 2026-05-08T01:24:08.431Z | Compiling zerovec-derive v0.11.2 |
| 504 | 2026-05-08T01:24:08.431Z | Compiling displaydoc v0.2.5 |
| 505 | 2026-05-08T01:24:08.431Z | Compiling thiserror-impl v1.0.69 |
| 506 | 2026-05-08T01:24:08.431Z | Compiling zerocopy-derive v0.7.35 |
| 507 | 2026-05-08T01:24:08.431Z | Compiling pest_derive v2.8.6 |
| 508 | 2026-05-08T01:24:08.431Z | Compiling scroll_derive v0.12.1 |
| 509 | 2026-05-08T01:24:08.431Z | Compiling zerofrom v0.1.6 |
| 510 | 2026-05-08T01:24:08.431Z | Compiling yoke v0.8.1 |
| 511 | 2026-05-08T01:24:08.431Z | Compiling thiserror-impl v2.0.18 |
| 512 | 2026-05-08T01:24:08.431Z | Compiling zerovec v0.11.5 |
| 513 | 2026-05-08T01:24:08.431Z | Compiling zerotrie v0.2.3 |
| 514 | 2026-05-08T01:24:08.431Z | Compiling zerocopy v0.7.35 |
| 515 | 2026-05-08T01:24:08.431Z | Compiling tinystr v0.8.2 |
| 516 | 2026-05-08T01:24:08.431Z | Compiling potential_utf v0.1.4 |
| 517 | 2026-05-08T01:24:08.467Z | Compiling icu_locale_core v2.1.1 |
| 518 | 2026-05-08T01:24:08.467Z | Compiling icu_collections v2.1.1 |
| 519 | 2026-05-08T01:24:08.474Z | Compiling dtrace-parser v0.2.0 |
| 520 | 2026-05-08T01:24:08.488Z | Compiling scroll v0.12.0 |
| 521 | 2026-05-08T01:24:08.789Z | Compiling goblin v0.8.2 |
| 522 | 2026-05-08T01:24:08.818Z | Compiling tabled_derive v0.7.0 |
| 523 | 2026-05-08T01:24:08.919Z | Compiling clap_derive v4.5.55 |
| 524 | 2026-05-08T01:24:09.104Z | Compiling icu_provider v2.1.1 |
| 525 | 2026-05-08T01:24:09.227Z | Compiling unicode-linebreak v0.1.5 |
| 526 | 2026-05-08T01:24:09.338Z | Compiling toml_datetime v0.6.11 |
| 527 | 2026-05-08T01:24:09.362Z | Compiling icu_normalizer v2.1.1 |
| 528 | 2026-05-08T01:24:09.419Z | Compiling icu_properties v2.1.2 |
| 529 | 2026-05-08T01:24:09.453Z | Compiling serde_spanned v0.6.9 |
| 530 | 2026-05-08T01:24:09.485Z | Compiling dof v0.3.0 |
| 531 | 2026-05-08T01:24:09.563Z | Compiling toml_edit v0.22.27 |
| 532 | 2026-05-08T01:24:09.586Z | Compiling serde_tokenstream v0.2.3 |
| 533 | 2026-05-08T01:24:09.840Z | Compiling serde-value v0.7.0 |
| 534 | 2026-05-08T01:24:09.896Z | Compiling cargo-platform v0.2.0 |
| 535 | 2026-05-08T01:24:09.912Z | Compiling unicode-width v0.2.0 |
| 536 | 2026-05-08T01:24:10.170Z | Compiling textwrap v0.16.2 |
| 537 | 2026-05-08T01:24:10.186Z | Compiling tabled v0.15.0 |
| 538 | 2026-05-08T01:24:10.200Z | Compiling macaddr v1.0.1 |
| 539 | 2026-05-08T01:24:10.340Z | Compiling idna_adapter v1.2.1 |
| 540 | 2026-05-08T01:24:10.423Z | Compiling usdt-attr-macro v0.5.0 |
| 541 | 2026-05-08T01:24:10.480Z | Compiling idna v1.1.0 |
| 542 | 2026-05-08T01:24:10.496Z | Compiling usdt-macro v0.5.0 |
| 543 | 2026-05-08T01:24:10.660Z | Compiling clap v4.5.60 |
| 544 | 2026-05-08T01:24:10.982Z | Compiling toml v0.8.23 |
| 545 | 2026-05-08T01:24:11.082Z | Compiling url v2.5.8 |
| 546 | 2026-05-08T01:24:11.115Z | Compiling camino-tempfile v1.4.1 |
| 547 | 2026-05-08T01:24:11.131Z | Compiling swrite v0.1.0 |
| 548 | 2026-05-08T01:24:11.227Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 549 | 2026-05-08T01:24:11.342Z | Compiling cargo_toml v0.21.0 |
| 550 | 2026-05-08T01:24:11.608Z | Compiling cargo-util-schemas v0.8.2 |
| 551 | 2026-05-08T01:24:11.831Z | Compiling usdt v0.5.0 |
| 552 | 2026-05-08T01:24:12.503Z | Compiling cargo_metadata v0.21.0 |
| 553 | 2026-05-08T01:24:13.403Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 554 | 2026-05-08T01:24:15.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.34s |
| 555 | 2026-05-08T01:24:15.761Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 556 | 2026-05-08T01:24:16.315Z | Downloading crates ... |
| 557 | 2026-05-08T01:24:16.425Z | Downloaded aes v0.8.4 |
| 558 | 2026-05-08T01:24:16.431Z | Downloaded crc32fast v1.5.0 |
| 559 | 2026-05-08T01:24:16.437Z | Downloaded assert_matches v1.5.0 |
| 560 | 2026-05-08T01:24:16.437Z | Downloaded array-init v0.0.4 |
| 561 | 2026-05-08T01:24:16.437Z | Downloaded arrayvec v0.7.6 |
| 562 | 2026-05-08T01:24:16.440Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 563 | 2026-05-08T01:24:16.443Z | Downloaded crypto-bigint v0.5.5 |
| 564 | 2026-05-08T01:24:16.448Z | Downloaded darling_macro v0.23.0 |
| 565 | 2026-05-08T01:24:16.448Z | Downloaded crossterm v0.29.0 |
| 566 | 2026-05-08T01:24:16.451Z | Downloaded dsl_auto_type v0.2.0 |
| 567 | 2026-05-08T01:24:16.456Z | Downloaded castaway v0.2.4 |
| 568 | 2026-05-08T01:24:16.456Z | Downloaded cbc v0.1.2 |
| 569 | 2026-05-08T01:24:16.456Z | Downloaded bitfield v0.19.4 |
| 570 | 2026-05-08T01:24:16.459Z | Downloaded ciborium v0.2.2 |
| 571 | 2026-05-08T01:24:16.459Z | Downloaded base64ct v1.8.3 |
| 572 | 2026-05-08T01:24:16.459Z | Downloaded base16ct v0.2.0 |
| 573 | 2026-05-08T01:24:16.459Z | Downloaded aho-corasick v1.1.4 |
| 574 | 2026-05-08T01:24:16.463Z | Downloaded async-stream-impl v0.3.6 |
| 575 | 2026-05-08T01:24:16.470Z | Downloaded ascii-canvas v3.0.0 |
| 576 | 2026-05-08T01:24:16.470Z | Downloaded cfg_aliases v0.1.1 |
| 577 | 2026-05-08T01:24:16.470Z | Downloaded der_derive v0.7.3 |
| 578 | 2026-05-08T01:24:16.470Z | Downloaded ena v0.14.4 |
| 579 | 2026-05-08T01:24:16.471Z | Downloaded downcast-rs v2.0.2 |
| 580 | 2026-05-08T01:24:16.483Z | Downloaded bit-set v0.5.3 |
| 581 | 2026-05-08T01:24:16.483Z | Downloaded curve25519-dalek v4.1.3 |
| 582 | 2026-05-08T01:24:16.483Z | Downloaded enum-as-inner v0.6.1 |
| 583 | 2026-05-08T01:24:16.491Z | Downloaded camino-tempfile-ext v0.3.3 |
| 584 | 2026-05-08T01:24:16.491Z | Downloaded document-features v0.2.12 |
| 585 | 2026-05-08T01:24:16.491Z | Downloaded dropshot_endpoint v0.17.0 |
| 586 | 2026-05-08T01:24:16.492Z | Downloaded crossbeam-utils v0.8.21 |
| 587 | 2026-05-08T01:24:16.492Z | Downloaded bit-set v0.8.0 |
| 588 | 2026-05-08T01:24:16.492Z | Downloaded cargo-platform v0.1.9 |
| 589 | 2026-05-08T01:24:16.492Z | Downloaded block-padding v0.3.3 |
| 590 | 2026-05-08T01:24:16.492Z | Downloaded embedded-io v0.6.1 |
| 591 | 2026-05-08T01:24:16.492Z | Downloaded dropshot_endpoint v0.16.7 |
| 592 | 2026-05-08T01:24:16.505Z | Downloaded daft-derive v0.1.5 |
| 593 | 2026-05-08T01:24:16.505Z | Downloaded cargo_metadata v0.19.2 |
| 594 | 2026-05-08T01:24:16.505Z | Downloaded embedded-io v0.4.0 |
| 595 | 2026-05-08T01:24:16.505Z | Downloaded blowfish v0.9.1 |
| 596 | 2026-05-08T01:24:16.505Z | Downloaded endian-type v0.1.2 |
| 597 | 2026-05-08T01:24:16.505Z | Downloaded bitfield-macros v0.19.4 |
| 598 | 2026-05-08T01:24:16.505Z | Downloaded derive-where v1.6.0 |
| 599 | 2026-05-08T01:24:16.524Z | Downloaded dof v0.4.0 |
| 600 | 2026-05-08T01:24:16.524Z | Downloaded env_filter v1.0.0 |
| 601 | 2026-05-08T01:24:16.524Z | Downloaded adler2 v2.0.1 |
| 602 | 2026-05-08T01:24:16.524Z | Downloaded async-recursion v1.1.1 |
| 603 | 2026-05-08T01:24:16.524Z | Downloaded fallible-iterator v0.2.0 |
| 604 | 2026-05-08T01:24:16.524Z | Downloaded filetime v0.2.27 |
| 605 | 2026-05-08T01:24:16.524Z | Downloaded dirs-next v2.0.0 |
| 606 | 2026-05-08T01:24:16.534Z | Downloaded derive_builder_macro v0.20.2 |
| 607 | 2026-05-08T01:24:16.534Z | Downloaded dunce v1.0.5 |
| 608 | 2026-05-08T01:24:16.534Z | Downloaded difflib v0.4.0 |
| 609 | 2026-05-08T01:24:16.534Z | Downloaded crc8 v0.1.1 |
| 610 | 2026-05-08T01:24:16.534Z | Downloaded crucible-workspace-hack v0.1.0 |
| 611 | 2026-05-08T01:24:16.535Z | Downloaded crunchy v0.2.4 |
| 612 | 2026-05-08T01:24:16.535Z | Downloaded atty v0.2.14 |
| 613 | 2026-05-08T01:24:16.535Z | Downloaded cexpr v0.6.0 |
| 614 | 2026-05-08T01:24:16.535Z | Downloaded bcs v0.1.6 |
| 615 | 2026-05-08T01:24:16.535Z | Downloaded display-error-chain v0.2.2 |
| 616 | 2026-05-08T01:24:16.535Z | Downloaded foreign-types-macros v0.2.3 |
| 617 | 2026-05-08T01:24:16.535Z | Downloaded crc-catalog v2.4.0 |
| 618 | 2026-05-08T01:24:16.535Z | Downloaded cstr-argument v0.1.2 |
| 619 | 2026-05-08T01:24:16.535Z | Downloaded bitflags v1.3.2 |
| 620 | 2026-05-08T01:24:16.535Z | Downloaded atomicwrites v0.4.4 |
| 621 | 2026-05-08T01:24:16.536Z | Downloaded bb8 v0.8.6 |
| 622 | 2026-05-08T01:24:16.536Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 623 | 2026-05-08T01:24:16.536Z | Downloaded async-stream v0.3.6 |
| 624 | 2026-05-08T01:24:16.536Z | Downloaded ctr v0.9.2 |
| 625 | 2026-05-08T01:24:16.536Z | Downloaded arrayref v0.3.9 |
| 626 | 2026-05-08T01:24:16.536Z | Downloaded convert_case v0.4.0 |
| 627 | 2026-05-08T01:24:16.550Z | Downloaded foreign-types v0.5.0 |
| 628 | 2026-05-08T01:24:16.550Z | Downloaded cpufeatures v0.3.0 |
| 629 | 2026-05-08T01:24:16.550Z | Downloaded float-cmp v0.10.0 |
| 630 | 2026-05-08T01:24:16.550Z | Downloaded defmt v0.3.100 |
| 631 | 2026-05-08T01:24:16.550Z | Downloaded ciborium-ll v0.2.2 |
| 632 | 2026-05-08T01:24:16.550Z | Downloaded darling_macro v0.21.3 |
| 633 | 2026-05-08T01:24:16.550Z | Downloaded float-ord v0.3.2 |
| 634 | 2026-05-08T01:24:16.550Z | Downloaded cobs v0.3.0 |
| 635 | 2026-05-08T01:24:16.550Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 636 | 2026-05-08T01:24:16.550Z | Downloaded dirs-sys-next v0.1.2 |
| 637 | 2026-05-08T01:24:16.569Z | Downloaded erased-serde v0.3.31 |
| 638 | 2026-05-08T01:24:16.569Z | Downloaded env_logger v0.11.9 |
| 639 | 2026-05-08T01:24:16.569Z | Downloaded darling v0.20.11 |
| 640 | 2026-05-08T01:24:16.569Z | Downloaded dtrace-parser v0.3.0 |
| 641 | 2026-05-08T01:24:16.569Z | Downloaded darling_macro v0.20.11 |
| 642 | 2026-05-08T01:24:16.569Z | Downloaded async-trait v0.1.89 |
| 643 | 2026-05-08T01:24:16.570Z | Downloaded fixedbitset v0.4.2 |
| 644 | 2026-05-08T01:24:16.570Z | Downloaded fd-lock v4.0.4 |
| 645 | 2026-05-08T01:24:16.570Z | Downloaded dyn-clone v1.0.20 |
| 646 | 2026-05-08T01:24:16.570Z | Downloaded ciborium-io v0.2.2 |
| 647 | 2026-05-08T01:24:16.594Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 648 | 2026-05-08T01:24:16.594Z | Downloaded bitfield-struct v0.6.2 |
| 649 | 2026-05-08T01:24:16.594Z | Downloaded argon2 v0.5.3 |
| 650 | 2026-05-08T01:24:16.594Z | Downloaded debug-ignore v1.0.5 |
| 651 | 2026-05-08T01:24:16.594Z | Downloaded defmt-parser v1.0.0 |
| 652 | 2026-05-08T01:24:16.594Z | Downloaded crc v3.4.0 |
| 653 | 2026-05-08T01:24:16.594Z | Downloaded cfg_aliases v0.2.1 |
| 654 | 2026-05-08T01:24:16.594Z | Downloaded futures-io v0.3.32 |
| 655 | 2026-05-08T01:24:16.594Z | Downloaded futures-macro v0.3.32 |
| 656 | 2026-05-08T01:24:16.594Z | Downloaded foreign-types-shared v0.3.1 |
| 657 | 2026-05-08T01:24:16.594Z | Downloaded compression-core v0.4.31 |
| 658 | 2026-05-08T01:24:16.595Z | Downloaded aead v0.5.2 |
| 659 | 2026-05-08T01:24:16.595Z | Downloaded critical-section v1.2.0 |
| 660 | 2026-05-08T01:24:16.595Z | Downloaded find-msvc-tools v0.1.9 |
| 661 | 2026-05-08T01:24:16.595Z | Downloaded bzip2 v0.6.1 |
| 662 | 2026-05-08T01:24:16.595Z | Downloaded const_format_proc_macros v0.2.34 |
| 663 | 2026-05-08T01:24:16.601Z | Downloaded defmt-macros v1.0.1 |
| 664 | 2026-05-08T01:24:16.601Z | Downloaded bit-vec v0.8.0 |
| 665 | 2026-05-08T01:24:16.601Z | Downloaded futures-core v0.3.32 |
| 666 | 2026-05-08T01:24:16.601Z | Downloaded crossbeam-deque v0.8.6 |
| 667 | 2026-05-08T01:24:16.601Z | Downloaded foreign-types-shared v0.1.1 |
| 668 | 2026-05-08T01:24:16.601Z | Downloaded futures-task v0.3.32 |
| 669 | 2026-05-08T01:24:16.602Z | Downloaded foreign-types v0.3.2 |
| 670 | 2026-05-08T01:24:16.602Z | Downloaded fixedbitset v0.5.7 |
| 671 | 2026-05-08T01:24:16.602Z | Downloaded foldhash v0.1.5 |
| 672 | 2026-05-08T01:24:16.602Z | Downloaded ed25519 v2.2.3 |
| 673 | 2026-05-08T01:24:16.602Z | Downloaded fxhash v0.2.1 |
| 674 | 2026-05-08T01:24:16.602Z | Downloaded futures-sink v0.3.32 |
| 675 | 2026-05-08T01:24:16.602Z | Downloaded funty v2.0.0 |
| 676 | 2026-05-08T01:24:16.602Z | Downloaded derive_builder_core v0.20.2 |
| 677 | 2026-05-08T01:24:16.602Z | Downloaded hash32 v0.3.1 |
| 678 | 2026-05-08T01:24:16.602Z | Downloaded globwalk v0.9.1 |
| 679 | 2026-05-08T01:24:16.602Z | Downloaded ecdsa v0.16.9 |
| 680 | 2026-05-08T01:24:16.627Z | Downloaded git-stub v1.0.0 |
| 681 | 2026-05-08T01:24:16.627Z | Downloaded daft v0.1.5 |
| 682 | 2026-05-08T01:24:16.627Z | Downloaded allocator-api2 v0.2.21 |
| 683 | 2026-05-08T01:24:16.627Z | Downloaded diesel-dtrace v0.5.0 |
| 684 | 2026-05-08T01:24:16.627Z | Downloaded hex-literal v0.4.1 |
| 685 | 2026-05-08T01:24:16.627Z | Downloaded chacha20 v0.9.1 |
| 686 | 2026-05-08T01:24:16.627Z | Downloaded bit-vec v0.6.3 |
| 687 | 2026-05-08T01:24:16.627Z | Downloaded hostname v0.3.1 |
| 688 | 2026-05-08T01:24:16.627Z | Downloaded ghash v0.5.1 |
| 689 | 2026-05-08T01:24:16.628Z | Downloaded headers-core v0.3.0 |
| 690 | 2026-05-08T01:24:16.628Z | Downloaded http-body v1.0.1 |
| 691 | 2026-05-08T01:24:16.628Z | Downloaded defmt v1.0.1 |
| 692 | 2026-05-08T01:24:16.628Z | Downloaded cassowary v0.3.0 |
| 693 | 2026-05-08T01:24:16.628Z | Downloaded httpdate v1.0.3 |
| 694 | 2026-05-08T01:24:16.641Z | Downloaded backoff v0.4.0 |
| 695 | 2026-05-08T01:24:16.641Z | Downloaded atomic-waker v1.1.2 |
| 696 | 2026-05-08T01:24:16.642Z | Downloaded hostname v0.4.2 |
| 697 | 2026-05-08T01:24:16.642Z | Downloaded csv-core v0.1.13 |
| 698 | 2026-05-08T01:24:16.642Z | Downloaded ff v0.13.1 |
| 699 | 2026-05-08T01:24:16.642Z | Downloaded foldhash v0.2.0 |
| 700 | 2026-05-08T01:24:16.642Z | Downloaded cipher v0.4.4 |
| 701 | 2026-05-08T01:24:16.642Z | Downloaded flagset v0.4.7 |
| 702 | 2026-05-08T01:24:16.642Z | Downloaded either v1.15.0 |
| 703 | 2026-05-08T01:24:16.642Z | Downloaded hex v0.4.3 |
| 704 | 2026-05-08T01:24:16.642Z | Downloaded home v0.5.12 |
| 705 | 2026-05-08T01:24:16.642Z | Downloaded derive-ex v0.1.8 |
| 706 | 2026-05-08T01:24:16.642Z | Downloaded hash32 v0.2.1 |
| 707 | 2026-05-08T01:24:16.642Z | Downloaded deranged v0.5.8 |
| 708 | 2026-05-08T01:24:16.642Z | Downloaded http-range v0.1.5 |
| 709 | 2026-05-08T01:24:16.651Z | Downloaded futures-executor v0.3.32 |
| 710 | 2026-05-08T01:24:16.651Z | Downloaded fs_extra v1.3.0 |
| 711 | 2026-05-08T01:24:16.651Z | Downloaded indent_write v2.2.0 |
| 712 | 2026-05-08T01:24:16.651Z | Downloaded ar_archive_writer v0.5.1 |
| 713 | 2026-05-08T01:24:16.651Z | Downloaded derive_builder v0.20.2 |
| 714 | 2026-05-08T01:24:16.651Z | Downloaded convert_case v0.10.0 |
| 715 | 2026-05-08T01:24:16.651Z | Downloaded compression-codecs v0.4.37 |
| 716 | 2026-05-08T01:24:16.651Z | Downloaded constant_time_eq v0.4.2 |
| 717 | 2026-05-08T01:24:16.660Z | Downloaded byte-wrapper v0.1.0 |
| 718 | 2026-05-08T01:24:16.660Z | Downloaded crossbeam-epoch v0.9.18 |
| 719 | 2026-05-08T01:24:16.729Z | Downloaded clang-sys v1.8.1 |
| 720 | 2026-05-08T01:24:16.730Z | Downloaded async-bb8-diesel v0.2.1 |
| 721 | 2026-05-08T01:24:16.730Z | Downloaded hubpack_derive v0.1.1 |
| 722 | 2026-05-08T01:24:16.730Z | Downloaded fs-err v2.11.0 |
| 723 | 2026-05-08T01:24:16.730Z | Downloaded indoc v1.0.9 |
| 724 | 2026-05-08T01:24:16.730Z | Downloaded bytes v1.11.1 |
| 725 | 2026-05-08T01:24:16.754Z | Downloaded instant v0.1.13 |
| 726 | 2026-05-08T01:24:16.754Z | Downloaded instability v0.3.11 |
| 727 | 2026-05-08T01:24:16.754Z | Downloaded group v0.13.0 |
| 728 | 2026-05-08T01:24:16.754Z | Downloaded globset v0.4.18 |
| 729 | 2026-05-08T01:24:16.754Z | Downloaded is-terminal v0.4.17 |
| 730 | 2026-05-08T01:24:16.754Z | Downloaded internet-checksum v0.2.1 |
| 731 | 2026-05-08T01:24:16.754Z | Downloaded gethostname v0.5.0 |
| 732 | 2026-05-08T01:24:16.754Z | Downloaded git-stub-vcs v0.1.0 |
| 733 | 2026-05-08T01:24:16.754Z | Downloaded ident_case v1.0.1 |
| 734 | 2026-05-08T01:24:16.754Z | Downloaded hyper-tls v0.6.0 |
| 735 | 2026-05-08T01:24:16.755Z | Downloaded inout v0.1.4 |
| 736 | 2026-05-08T01:24:16.755Z | Downloaded is_ci v1.2.0 |
| 737 | 2026-05-08T01:24:16.755Z | Downloaded http-body-util v0.1.3 |
| 738 | 2026-05-08T01:24:16.755Z | Downloaded glob v0.3.3 |
| 739 | 2026-05-08T01:24:16.755Z | Downloaded buf-list v1.1.2 |
| 740 | 2026-05-08T01:24:16.755Z | Downloaded cookie_store v0.22.1 |
| 741 | 2026-05-08T01:24:16.755Z | Downloaded cc v1.2.56 |
| 742 | 2026-05-08T01:24:16.755Z | Downloaded colored v3.1.1 |
| 743 | 2026-05-08T01:24:16.755Z | Downloaded cmake v0.1.57 |
| 744 | 2026-05-08T01:24:16.755Z | Downloaded blake2 v0.10.6 |
| 745 | 2026-05-08T01:24:16.755Z | Downloaded lazy_static v1.5.0 |
| 746 | 2026-05-08T01:24:16.755Z | Downloaded bzip2 v0.4.4 |
| 747 | 2026-05-08T01:24:16.755Z | Downloaded drift v0.1.4 |
| 748 | 2026-05-08T01:24:16.755Z | Downloaded des v0.8.1 |
| 749 | 2026-05-08T01:24:16.755Z | Downloaded data-encoding v2.10.0 |
| 750 | 2026-05-08T01:24:16.755Z | Downloaded corncobs v0.1.4 |
| 751 | 2026-05-08T01:24:16.755Z | Downloaded diff v0.1.13 |
| 752 | 2026-05-08T01:24:16.755Z | Downloaded hubpack v0.1.2 |
| 753 | 2026-05-08T01:24:16.755Z | Downloaded lalrpop-util v0.19.12 |
| 754 | 2026-05-08T01:24:16.755Z | Downloaded darling v0.23.0 |
| 755 | 2026-05-08T01:24:16.755Z | Downloaded lru-cache v0.1.2 |
| 756 | 2026-05-08T01:24:16.756Z | Downloaded kstat-rs v0.2.4 |
| 757 | 2026-05-08T01:24:16.756Z | Downloaded keccak v0.1.6 |
| 758 | 2026-05-08T01:24:16.756Z | Downloaded maplit v1.0.2 |
| 759 | 2026-05-08T01:24:16.756Z | Downloaded linked-hash-map v0.5.6 |
| 760 | 2026-05-08T01:24:16.756Z | Downloaded console v0.16.2 |
| 761 | 2026-05-08T01:24:16.756Z | Downloaded ahash v0.8.12 |
| 762 | 2026-05-08T01:24:16.756Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 763 | 2026-05-08T01:24:16.756Z | Downloaded const-oid v0.9.6 |
| 764 | 2026-05-08T01:24:16.756Z | Downloaded darling v0.21.3 |
| 765 | 2026-05-08T01:24:16.756Z | Downloaded hyper-staticfile v0.10.1 |
| 766 | 2026-05-08T01:24:16.756Z | Downloaded libscf-sys v1.1.0 |
| 767 | 2026-05-08T01:24:16.756Z | Downloaded lru-slab v0.1.2 |
| 768 | 2026-05-08T01:24:16.756Z | Downloaded ingot v0.1.1 |
| 769 | 2026-05-08T01:24:16.756Z | Downloaded lru v0.12.5 |
| 770 | 2026-05-08T01:24:16.756Z | Downloaded multimap v0.10.1 |
| 771 | 2026-05-08T01:24:16.756Z | Downloaded match_cfg v0.1.0 |
| 772 | 2026-05-08T01:24:16.756Z | Downloaded humantime v2.3.0 |
| 773 | 2026-05-08T01:24:16.756Z | Downloaded md5 v0.7.0 |
| 774 | 2026-05-08T01:24:16.756Z | Downloaded lzss v0.8.2 |
| 775 | 2026-05-08T01:24:16.756Z | Downloaded new_debug_unreachable v1.0.6 |
| 776 | 2026-05-08T01:24:16.764Z | Downloaded futures-channel v0.3.32 |
| 777 | 2026-05-08T01:24:16.764Z | Downloaded indoc v2.0.7 |
| 778 | 2026-05-08T01:24:16.764Z | Downloaded getrandom v0.2.17 |
| 779 | 2026-05-08T01:24:16.764Z | Downloaded ipnet v2.11.0 |
| 780 | 2026-05-08T01:24:16.764Z | Downloaded half v1.8.3 |
| 781 | 2026-05-08T01:24:16.764Z | Downloaded ipnetwork v0.21.1 |
| 782 | 2026-05-08T01:24:16.765Z | Downloaded ingot-types v0.1.2 |
| 783 | 2026-05-08T01:24:16.765Z | Downloaded highway v1.3.0 |
| 784 | 2026-05-08T01:24:16.765Z | Downloaded maybe-uninit v2.0.0 |
| 785 | 2026-05-08T01:24:16.765Z | Downloaded mime v0.3.17 |
| 786 | 2026-05-08T01:24:16.765Z | Downloaded memoffset v0.9.1 |
| 787 | 2026-05-08T01:24:16.765Z | Downloaded httparse v1.10.1 |
| 788 | 2026-05-08T01:24:16.794Z | Downloaded newline-converter v0.3.0 |
| 789 | 2026-05-08T01:24:16.794Z | Downloaded crc-any v2.5.0 |
| 790 | 2026-05-08T01:24:16.794Z | Downloaded nonempty v0.12.0 |
| 791 | 2026-05-08T01:24:16.794Z | Downloaded newtype-uuid-macros v0.1.0 |
| 792 | 2026-05-08T01:24:16.794Z | Downloaded backon v1.6.0 |
| 793 | 2026-05-08T01:24:16.819Z | Downloaded num v0.4.3 |
| 794 | 2026-05-08T01:24:16.819Z | Downloaded normalize-line-endings v0.3.0 |
| 795 | 2026-05-08T01:24:16.819Z | Downloaded nodrop v0.1.14 |
| 796 | 2026-05-08T01:24:16.819Z | Downloaded newtype_derive v0.1.6 |
| 797 | 2026-05-08T01:24:16.819Z | Downloaded colored v2.2.0 |
| 798 | 2026-05-08T01:24:16.819Z | Downloaded chacha20 v0.10.0 |
| 799 | 2026-05-08T01:24:16.819Z | Downloaded nibble_vec v0.1.0 |
| 800 | 2026-05-08T01:24:16.820Z | Downloaded fatfs v0.3.6 |
| 801 | 2026-05-08T01:24:16.820Z | Downloaded num-derive v0.3.3 |
| 802 | 2026-05-08T01:24:16.820Z | Downloaded num-conv v0.2.0 |
| 803 | 2026-05-08T01:24:16.820Z | Downloaded arc-swap v1.8.2 |
| 804 | 2026-05-08T01:24:16.820Z | Downloaded num_threads v0.1.7 |
| 805 | 2026-05-08T01:24:16.820Z | Downloaded linear-map v1.2.0 |
| 806 | 2026-05-08T01:24:16.820Z | Downloaded flume v0.11.1 |
| 807 | 2026-05-08T01:24:16.820Z | Downloaded cookie v0.18.1 |
| 808 | 2026-05-08T01:24:16.820Z | Downloaded iana-time-zone v0.1.65 |
| 809 | 2026-05-08T01:24:16.820Z | Downloaded elliptic-curve v0.13.8 |
| 810 | 2026-05-08T01:24:16.820Z | Downloaded cancel-safe-futures v0.1.5 |
| 811 | 2026-05-08T01:24:16.820Z | Downloaded jobserver v0.1.34 |
| 812 | 2026-05-08T01:24:16.820Z | Downloaded md-5 v0.10.6 |
| 813 | 2026-05-08T01:24:16.820Z | Downloaded opaque-debug v0.3.1 |
| 814 | 2026-05-08T01:24:16.820Z | Downloaded olpc-cjson v0.1.4 |
| 815 | 2026-05-08T01:24:16.831Z | Downloaded num-derive v0.4.2 |
| 816 | 2026-05-08T01:24:16.831Z | Downloaded derive_more v2.1.1 |
| 817 | 2026-05-08T01:24:16.832Z | Downloaded num_enum_derive v0.5.11 |
| 818 | 2026-05-08T01:24:16.832Z | Downloaded openssl-macros v0.1.1 |
| 819 | 2026-05-08T01:24:16.832Z | Downloaded num-iter v0.1.45 |
| 820 | 2026-05-08T01:24:16.832Z | Downloaded crossbeam-channel v0.5.15 |
| 821 | 2026-05-08T01:24:16.832Z | Downloaded packed_struct_codegen v0.10.1 |
| 822 | 2026-05-08T01:24:16.847Z | Downloaded oso-derive v0.27.3 |
| 823 | 2026-05-08T01:24:16.848Z | Downloaded openssl-probe v0.2.1 |
| 824 | 2026-05-08T01:24:16.848Z | Downloaded openssl-probe v0.1.6 |
| 825 | 2026-05-08T01:24:16.869Z | Downloaded native-tls v0.2.18 |
| 826 | 2026-05-08T01:24:16.869Z | Downloaded libsw v3.5.0 |
| 827 | 2026-05-08T01:24:16.870Z | Downloaded getrandom v0.3.4 |
| 828 | 2026-05-08T01:24:16.870Z | Downloaded hyper-rustls v0.27.7 |
| 829 | 2026-05-08T01:24:16.870Z | Downloaded newtype-uuid v1.3.2 |
| 830 | 2026-05-08T01:24:16.870Z | Downloaded nanorand v0.7.0 |
| 831 | 2026-05-08T01:24:16.870Z | Downloaded mime_guess v2.0.5 |
| 832 | 2026-05-08T01:24:16.871Z | Downloaded base64 v0.22.1 |
| 833 | 2026-05-08T01:24:16.871Z | Downloaded managed v0.8.0 |
| 834 | 2026-05-08T01:24:16.871Z | Downloaded pbkdf2 v0.12.2 |
| 835 | 2026-05-08T01:24:16.871Z | Downloaded derive_more v0.99.20 |
| 836 | 2026-05-08T01:24:16.871Z | Downloaded hmac v0.12.1 |
| 837 | 2026-05-08T01:24:16.871Z | Downloaded darling_core v0.20.11 |
| 838 | 2026-05-08T01:24:16.884Z | Downloaded nu-ansi-term v0.50.3 |
| 839 | 2026-05-08T01:24:16.885Z | Downloaded peg-runtime v0.8.5 |
| 840 | 2026-05-08T01:24:16.885Z | Downloaded path-slash v0.1.5 |
| 841 | 2026-05-08T01:24:16.885Z | Downloaded parse-size v1.1.0 |
| 842 | 2026-05-08T01:24:16.885Z | Downloaded num_enum_derive v0.7.5 |
| 843 | 2026-05-08T01:24:16.885Z | Downloaded libsw-core v0.3.2 |
| 844 | 2026-05-08T01:24:16.885Z | Downloaded darling_core v0.23.0 |
| 845 | 2026-05-08T01:24:16.885Z | Downloaded phf_shared v0.13.1 |
| 846 | 2026-05-08T01:24:16.885Z | Downloaded crossterm v0.28.1 |
| 847 | 2026-05-08T01:24:16.885Z | Downloaded phf_shared v0.11.3 |
| 848 | 2026-05-08T01:24:16.885Z | Downloaded num_enum v0.5.11 |
| 849 | 2026-05-08T01:24:16.885Z | Downloaded num-complex v0.4.6 |
| 850 | 2026-05-08T01:24:16.885Z | Downloaded der v0.7.10 |
| 851 | 2026-05-08T01:24:16.896Z | Downloaded pin-utils v0.1.0 |
| 852 | 2026-05-08T01:24:16.896Z | Downloaded num_enum v0.7.5 |
| 853 | 2026-05-08T01:24:16.896Z | Downloaded num-rational v0.4.2 |
| 854 | 2026-05-08T01:24:16.896Z | Downloaded ignore v0.4.25 |
| 855 | 2026-05-08T01:24:16.896Z | Downloaded phf_shared v0.12.1 |
| 856 | 2026-05-08T01:24:16.896Z | Downloaded ingot-macros v0.1.1 |
| 857 | 2026-05-08T01:24:16.896Z | Downloaded num-integer v0.1.46 |
| 858 | 2026-05-08T01:24:16.896Z | Downloaded compact_str v0.8.1 |
| 859 | 2026-05-08T01:24:16.907Z | Downloaded predicates-core v1.0.10 |
| 860 | 2026-05-08T01:24:16.907Z | Downloaded precomputed-hash v0.1.1 |
| 861 | 2026-05-08T01:24:16.907Z | Downloaded packed_struct v0.10.1 |
| 862 | 2026-05-08T01:24:16.907Z | Downloaded futures v0.3.32 |
| 863 | 2026-05-08T01:24:16.907Z | Downloaded async-compression v0.4.41 |
| 864 | 2026-05-08T01:24:16.907Z | Downloaded litrs v1.0.0 |
| 865 | 2026-05-08T01:24:16.917Z | Downloaded oxnet v0.1.4 |
| 866 | 2026-05-08T01:24:16.917Z | Downloaded owo-colors v4.3.0 |
| 867 | 2026-05-08T01:24:16.917Z | Downloaded powerfmt v0.2.0 |
| 868 | 2026-05-08T01:24:16.917Z | Downloaded multer v3.1.0 |
| 869 | 2026-05-08T01:24:16.917Z | Downloaded chacha20poly1305 v0.10.1 |
| 870 | 2026-05-08T01:24:16.917Z | Downloaded lock_api v0.4.14 |
| 871 | 2026-05-08T01:24:16.917Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 872 | 2026-05-08T01:24:16.917Z | Downloaded predicates-tree v1.0.13 |
| 873 | 2026-05-08T01:24:16.917Z | Downloaded headers v0.4.1 |
| 874 | 2026-05-08T01:24:16.928Z | Downloaded heapless v0.7.17 |
| 875 | 2026-05-08T01:24:16.928Z | Downloaded libloading v0.8.9 |
| 876 | 2026-05-08T01:24:16.929Z | Downloaded const_format v0.2.35 |
| 877 | 2026-05-08T01:24:16.929Z | Downloaded heapless v0.8.0 |
| 878 | 2026-05-08T01:24:16.929Z | Downloaded parse-display v0.10.0 |
| 879 | 2026-05-08T01:24:16.929Z | Downloaded base64 v0.21.7 |
| 880 | 2026-05-08T01:24:16.943Z | Downloaded libefi-sys v0.1.0 |
| 881 | 2026-05-08T01:24:16.943Z | Downloaded progenitor-client v0.11.2 |
| 882 | 2026-05-08T01:24:16.943Z | Downloaded proc-macro-crate v3.4.0 |
| 883 | 2026-05-08T01:24:16.943Z | Downloaded progenitor-macro v0.10.0 |
| 884 | 2026-05-08T01:24:16.943Z | Downloaded paste v1.0.15 |
| 885 | 2026-05-08T01:24:16.943Z | Downloaded proc-macro-crate v1.3.1 |
| 886 | 2026-05-08T01:24:16.943Z | Downloaded password-hash v0.4.2 |
| 887 | 2026-05-08T01:24:16.943Z | Downloaded darling_core v0.21.3 |
| 888 | 2026-05-08T01:24:16.968Z | Downloaded libbz2-rs-sys v0.2.2 |
| 889 | 2026-05-08T01:24:16.968Z | Downloaded pbkdf2 v0.11.0 |
| 890 | 2026-05-08T01:24:16.968Z | Downloaded parse-display-derive v0.10.0 |
| 891 | 2026-05-08T01:24:16.968Z | Downloaded progenitor-client v0.10.0 |
| 892 | 2026-05-08T01:24:16.971Z | Downloaded peg-macros v0.8.5 |
| 893 | 2026-05-08T01:24:16.971Z | Downloaded peg v0.8.5 |
| 894 | 2026-05-08T01:24:16.971Z | Downloaded progenitor-macro v0.13.0 |
| 895 | 2026-05-08T01:24:16.971Z | Downloaded progenitor-macro v0.11.2 |
| 896 | 2026-05-08T01:24:16.971Z | Downloaded console v0.15.11 |
| 897 | 2026-05-08T01:24:16.971Z | Downloaded progenitor-macro v0.14.0 |
| 898 | 2026-05-08T01:24:16.971Z | Downloaded psl-types v2.0.11 |
| 899 | 2026-05-08T01:24:16.971Z | Downloaded progenitor-client v0.14.0 |
| 900 | 2026-05-08T01:24:17.018Z | Downloaded flate2 v1.1.9 |
| 901 | 2026-05-08T01:24:17.018Z | Downloaded phf v0.12.1 |
| 902 | 2026-05-08T01:24:17.018Z | Downloaded pem v3.0.6 |
| 903 | 2026-05-08T01:24:17.018Z | Downloaded dropshot-api-manager v0.7.1 |
| 904 | 2026-05-08T01:24:17.018Z | Downloaded pkcs8 v0.10.2 |
| 905 | 2026-05-08T01:24:17.019Z | Downloaded pkg-config v0.3.32 |
| 906 | 2026-05-08T01:24:17.019Z | Downloaded memmap2 v0.9.10 |
| 907 | 2026-05-08T01:24:17.019Z | Downloaded phf v0.13.1 |
| 908 | 2026-05-08T01:24:17.019Z | Downloaded pem-rfc7468 v0.7.0 |
| 909 | 2026-05-08T01:24:17.019Z | Downloaded omicron-zone-package v0.12.2 |
| 910 | 2026-05-08T01:24:17.019Z | Downloaded quick-error v1.2.3 |
| 911 | 2026-05-08T01:24:17.019Z | Downloaded ppv-lite86 v0.2.21 |
| 912 | 2026-05-08T01:24:17.019Z | Downloaded derive_more-impl v2.1.1 |
| 913 | 2026-05-08T01:24:17.020Z | Downloaded primeorder v0.13.6 |
| 914 | 2026-05-08T01:24:17.020Z | Downloaded polyval v0.6.2 |
| 915 | 2026-05-08T01:24:17.020Z | Downloaded poly1305 v0.8.0 |
| 916 | 2026-05-08T01:24:17.040Z | Downloaded ref-cast v1.0.25 |
| 917 | 2026-05-08T01:24:17.041Z | Downloaded half v2.7.1 |
| 918 | 2026-05-08T01:24:17.041Z | Downloaded parking_lot_core v0.8.6 |
| 919 | 2026-05-08T01:24:17.041Z | Downloaded oxide-tokio-rt v0.1.4 |
| 920 | 2026-05-08T01:24:17.041Z | Downloaded radium v0.7.0 |
| 921 | 2026-05-08T01:24:17.041Z | Downloaded bumpalo v3.20.2 |
| 922 | 2026-05-08T01:24:17.041Z | Downloaded hickory-resolver v0.24.4 |
| 923 | 2026-05-08T01:24:17.041Z | Downloaded parking_lot_core v0.9.12 |
| 924 | 2026-05-08T01:24:17.041Z | Downloaded parking_lot v0.11.2 |
| 925 | 2026-05-08T01:24:17.041Z | Downloaded ref-cast-impl v1.0.25 |
| 926 | 2026-05-08T01:24:17.041Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 927 | 2026-05-08T01:24:17.041Z | Downloaded progenitor v0.10.0 |
| 928 | 2026-05-08T01:24:17.042Z | Downloaded password-hash v0.5.0 |
| 929 | 2026-05-08T01:24:17.042Z | Downloaded parking_lot v0.12.5 |
| 930 | 2026-05-08T01:24:17.042Z | Downloaded rand_xorshift v0.4.0 |
| 931 | 2026-05-08T01:24:17.042Z | Downloaded progenitor v0.14.0 |
| 932 | 2026-05-08T01:24:17.042Z | Downloaded progenitor v0.13.0 |
| 933 | 2026-05-08T01:24:17.042Z | Downloaded expectorate v1.2.0 |
| 934 | 2026-05-08T01:24:17.042Z | Downloaded progenitor v0.11.2 |
| 935 | 2026-05-08T01:24:17.042Z | Downloaded proc-macro-error2 v2.0.1 |
| 936 | 2026-05-08T01:24:17.042Z | Downloaded rfc6979 v0.4.0 |
| 937 | 2026-05-08T01:24:17.042Z | Downloaded recursive v0.1.1 |
| 938 | 2026-05-08T01:24:17.043Z | Downloaded progenitor-client v0.13.0 |
| 939 | 2026-05-08T01:24:17.043Z | Downloaded pin-project-internal v1.1.11 |
| 940 | 2026-05-08T01:24:17.043Z | Downloaded pkcs1 v0.7.5 |
| 941 | 2026-05-08T01:24:17.099Z | Downloaded pin-project-lite v0.2.17 |
| 942 | 2026-05-08T01:24:17.099Z | Downloaded psm v0.1.30 |
| 943 | 2026-05-08T01:24:17.099Z | Downloaded postcard v1.1.3 |
| 944 | 2026-05-08T01:24:17.099Z | Downloaded r2d2 v0.8.10 |
| 945 | 2026-05-08T01:24:17.099Z | Downloaded oso v0.27.3 |
| 946 | 2026-05-08T01:24:17.100Z | Downloaded rustc-hash v2.1.1 |
| 947 | 2026-05-08T01:24:17.100Z | Downloaded russh-cryptovec v0.7.3 |
| 948 | 2026-05-08T01:24:17.100Z | Downloaded predicates v3.1.4 |
| 949 | 2026-05-08T01:24:17.100Z | Downloaded rand_chacha v0.3.1 |
| 950 | 2026-05-08T01:24:17.100Z | Downloaded indexmap v1.9.3 |
| 951 | 2026-05-08T01:24:17.100Z | Downloaded indicatif v0.18.4 |
| 952 | 2026-05-08T01:24:17.100Z | Downloaded pkcs5 v0.7.1 |
| 953 | 2026-05-08T01:24:17.100Z | Downloaded postgres-types v0.2.12 |
| 954 | 2026-05-08T01:24:17.116Z | Downloaded scheduled-thread-pool v0.2.7 |
| 955 | 2026-05-08T01:24:17.116Z | Downloaded rand_seeder v0.4.0 |
| 956 | 2026-05-08T01:24:17.116Z | Downloaded rand_core v0.10.0 |
| 957 | 2026-05-08T01:24:17.116Z | Downloaded rand_chacha v0.9.0 |
| 958 | 2026-05-08T01:24:17.116Z | Downloaded miniz_oxide v0.8.9 |
| 959 | 2026-05-08T01:24:17.116Z | Downloaded papergrid v0.17.0 |
| 960 | 2026-05-08T01:24:17.116Z | Downloaded rustc_version v0.4.1 |
| 961 | 2026-05-08T01:24:17.116Z | Downloaded rtoolbox v0.0.3 |
| 962 | 2026-05-08T01:24:17.116Z | Downloaded jiff-static v0.2.21 |
| 963 | 2026-05-08T01:24:17.116Z | Downloaded hickory-resolver v0.25.2 |
| 964 | 2026-05-08T01:24:17.117Z | Downloaded salsa20 v0.10.2 |
| 965 | 2026-05-08T01:24:17.117Z | Downloaded postgres-protocol v0.6.10 |
| 966 | 2026-05-08T01:24:17.117Z | Downloaded scopeguard v1.2.0 |
| 967 | 2026-05-08T01:24:17.117Z | Downloaded sapling-renderdag v0.1.0 |
| 968 | 2026-05-08T01:24:17.117Z | Downloaded rand_core v0.6.4 |
| 969 | 2026-05-08T01:24:17.117Z | Downloaded rand_core v0.9.5 |
| 970 | 2026-05-08T01:24:17.117Z | Downloaded resolv-conf v0.7.6 |
| 971 | 2026-05-08T01:24:17.117Z | Downloaded seq-macro v0.3.6 |
| 972 | 2026-05-08T01:24:17.117Z | Downloaded semver v0.1.20 |
| 973 | 2026-05-08T01:24:17.117Z | Downloaded secrecy v0.10.3 |
| 974 | 2026-05-08T01:24:17.117Z | Downloaded ed25519-dalek v2.2.0 |
| 975 | 2026-05-08T01:24:17.117Z | Downloaded progenitor-extras v0.2.0 |
| 976 | 2026-05-08T01:24:17.117Z | Downloaded same-file v1.0.6 |
| 977 | 2026-05-08T01:24:17.117Z | Downloaded scrypt v0.11.0 |
| 978 | 2026-05-08T01:24:17.117Z | Downloaded scroll_derive v0.13.1 |
| 979 | 2026-05-08T01:24:17.117Z | Downloaded serde_spanned v1.0.4 |
| 980 | 2026-05-08T01:24:17.117Z | Downloaded serde_repr v0.1.20 |
| 981 | 2026-05-08T01:24:17.117Z | Downloaded serde_plain v1.0.2 |
| 982 | 2026-05-08T01:24:17.117Z | Downloaded secrecy v0.8.0 |
| 983 | 2026-05-08T01:24:17.138Z | Downloaded serde_bytes v0.11.19 |
| 984 | 2026-05-08T01:24:17.138Z | Downloaded rustls-pemfile v1.0.4 |
| 985 | 2026-05-08T01:24:17.139Z | Downloaded prefix-trie v0.7.0 |
| 986 | 2026-05-08T01:24:17.139Z | Downloaded rusty-fork v0.3.1 |
| 987 | 2026-05-08T01:24:17.139Z | Downloaded rustls-pemfile v2.2.0 |
| 988 | 2026-05-08T01:24:17.139Z | Downloaded serde-big-array v0.5.1 |
| 989 | 2026-05-08T01:24:17.139Z | Downloaded rustversion v1.0.22 |
| 990 | 2026-05-08T01:24:17.168Z | Downloaded hashbrown v0.12.3 |
| 991 | 2026-05-08T01:24:17.168Z | Downloaded quinn-udp v0.5.14 |
| 992 | 2026-05-08T01:24:17.168Z | Downloaded http v1.4.0 |
| 993 | 2026-05-08T01:24:17.168Z | Downloaded rustc_version v0.1.7 |
| 994 | 2026-05-08T01:24:17.168Z | Downloaded serde_urlencoded v0.7.1 |
| 995 | 2026-05-08T01:24:17.168Z | Downloaded signal-hook-mio v0.2.5 |
| 996 | 2026-05-08T01:24:17.168Z | Downloaded shell-words v1.1.1 |
| 997 | 2026-05-08T01:24:17.169Z | Downloaded sha1 v0.10.6 |
| 998 | 2026-05-08T01:24:17.169Z | Downloaded siphasher v1.0.2 |
| 999 | 2026-05-08T01:24:17.169Z | Downloaded sigpipe v0.1.3 |
| 1000 | 2026-05-08T01:24:17.169Z | Downloaded slog-envlogger v2.2.0 |
| 1001 | 2026-05-08T01:24:17.169Z | Downloaded rustls-native-certs v0.8.3 |
| 1002 | 2026-05-08T01:24:17.169Z | Downloaded diesel_derives v2.3.7 |
| 1003 | 2026-05-08T01:24:17.181Z | Downloaded p256 v0.13.2 |
| 1004 | 2026-05-08T01:24:17.181Z | Downloaded schemars_derive v0.8.22 |
| 1005 | 2026-05-08T01:24:17.181Z | Downloaded hashbrown v0.13.2 |
| 1006 | 2026-05-08T01:24:17.182Z | Downloaded hickory-server v0.25.2 |
| 1007 | 2026-05-08T01:24:17.182Z | Downloaded signature v2.2.0 |
| 1008 | 2026-05-08T01:24:17.182Z | Downloaded progenitor-impl v0.14.0 |
| 1009 | 2026-05-08T01:24:17.182Z | Downloaded pin-project v1.1.11 |
| 1010 | 2026-05-08T01:24:17.236Z | Downloaded serde-hex v0.1.0 |
| 1011 | 2026-05-08T01:24:17.237Z | Downloaded ssh-cipher v0.2.0 |
| 1012 | 2026-05-08T01:24:17.237Z | Downloaded sqlparser_derive v0.5.0 |
| 1013 | 2026-05-08T01:24:17.237Z | Downloaded progenitor-impl v0.11.2 |
| 1014 | 2026-05-08T01:24:17.237Z | Downloaded progenitor-impl v0.10.0 |
| 1015 | 2026-05-08T01:24:17.244Z | Downloaded minimal-lexical v0.2.1 |
| 1016 | 2026-05-08T01:24:17.244Z | Downloaded openssl-sys v0.9.114 |
| 1017 | 2026-05-08T01:24:17.244Z | Downloaded slog-bunyan v2.5.0 |
| 1018 | 2026-05-08T01:24:17.244Z | Downloaded sct v0.7.1 |
| 1019 | 2026-05-08T01:24:17.244Z | Downloaded rustls-pki-types v1.14.0 |
| 1020 | 2026-05-08T01:24:17.244Z | Downloaded pretty_assertions v1.4.1 |
| 1021 | 2026-05-08T01:24:17.244Z | Downloaded strum v0.26.3 |
| 1022 | 2026-05-08T01:24:17.244Z | Downloaded simd-adler32 v0.3.8 |
| 1023 | 2026-05-08T01:24:17.244Z | Downloaded serde_derive_internals v0.29.1 |
| 1024 | 2026-05-08T01:24:17.244Z | Downloaded scroll v0.13.0 |
| 1025 | 2026-05-08T01:24:17.244Z | Downloaded itertools v0.10.5 |
| 1026 | 2026-05-08T01:24:17.244Z | Downloaded ssh-encoding v0.2.0 |
| 1027 | 2026-05-08T01:24:17.244Z | Downloaded shlex v1.3.0 |
| 1028 | 2026-05-08T01:24:17.244Z | Downloaded structmeta-derive v0.3.0 |
| 1029 | 2026-05-08T01:24:17.244Z | Downloaded sync_wrapper v1.0.2 |
| 1030 | 2026-05-08T01:24:17.245Z | Downloaded num-bigint v0.4.6 |
| 1031 | 2026-05-08T01:24:17.245Z | Downloaded ron v0.8.1 |
| 1032 | 2026-05-08T01:24:17.245Z | Downloaded hyper-util v0.1.20 |
| 1033 | 2026-05-08T01:24:17.245Z | Downloaded supports-color v3.0.2 |
| 1034 | 2026-05-08T01:24:17.245Z | Downloaded tabwriter v1.4.1 |
| 1035 | 2026-05-08T01:24:17.245Z | Downloaded tabled_derive v0.11.0 |
| 1036 | 2026-05-08T01:24:17.245Z | Downloaded russh-keys v0.45.0 |
| 1037 | 2026-05-08T01:24:17.245Z | Downloaded take_mut v0.2.2 |
| 1038 | 2026-05-08T01:24:17.245Z | Downloaded tagptr v0.2.0 |
| 1039 | 2026-05-08T01:24:17.245Z | Downloaded smf v0.2.3 |
| 1040 | 2026-05-08T01:24:17.245Z | Downloaded slog-stdlog v4.1.1 |
| 1041 | 2026-05-08T01:24:17.245Z | Downloaded sync-ptr v0.1.4 |
| 1042 | 2026-05-08T01:24:17.245Z | Downloaded progenitor-impl v0.13.0 |
| 1043 | 2026-05-08T01:24:17.245Z | Downloaded slog-scope v4.4.1 |
| 1044 | 2026-05-08T01:24:17.246Z | Downloaded structmeta v0.3.0 |
| 1045 | 2026-05-08T01:24:17.246Z | Downloaded slog-async v2.8.0 |
| 1046 | 2026-05-08T01:24:17.258Z | Downloaded testing_table v0.3.0 |
| 1047 | 2026-05-08T01:24:17.258Z | Downloaded signal-hook-registry v1.4.8 |
| 1048 | 2026-05-08T01:24:17.258Z | Downloaded stacker v0.1.23 |
| 1049 | 2026-05-08T01:24:17.258Z | Downloaded spki v0.7.3 |
| 1050 | 2026-05-08T01:24:17.271Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1051 | 2026-05-08T01:24:17.271Z | Downloaded slab v0.4.12 |
| 1052 | 2026-05-08T01:24:17.271Z | Downloaded subtle v2.6.1 |
| 1053 | 2026-05-08T01:24:17.271Z | Downloaded strum v0.27.2 |
| 1054 | 2026-05-08T01:24:17.271Z | Downloaded string_cache v0.8.9 |
| 1055 | 2026-05-08T01:24:17.271Z | Downloaded static_assertions v1.1.0 |
| 1056 | 2026-05-08T01:24:17.283Z | Downloaded thread-id v5.1.0 |
| 1057 | 2026-05-08T01:24:17.283Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1058 | 2026-05-08T01:24:17.283Z | Downloaded strum_macros v0.24.3 |
| 1059 | 2026-05-08T01:24:17.283Z | Downloaded hashbrown v0.15.5 |
| 1060 | 2026-05-08T01:24:17.298Z | Downloaded tap v1.0.1 |
| 1061 | 2026-05-08T01:24:17.298Z | Downloaded termtree v0.5.1 |
| 1062 | 2026-05-08T01:24:17.298Z | Downloaded slog-json v2.6.1 |
| 1063 | 2026-05-08T01:24:17.298Z | Downloaded slog-dtrace v0.3.0 |
| 1064 | 2026-05-08T01:24:17.298Z | Downloaded sec1 v0.7.3 |
| 1065 | 2026-05-08T01:24:17.298Z | Downloaded tokio-macros v2.7.0 |
| 1066 | 2026-05-08T01:24:17.298Z | Downloaded support-bundle-viewer v0.1.2 |
| 1067 | 2026-05-08T01:24:17.298Z | Downloaded libxml v0.3.3 |
| 1068 | 2026-05-08T01:24:17.305Z | Downloaded nom v7.1.3 |
| 1069 | 2026-05-08T01:24:17.305Z | Downloaded smallvec v0.6.14 |
| 1070 | 2026-05-08T01:24:17.305Z | Downloaded slog-term v2.9.2 |
| 1071 | 2026-05-08T01:24:17.317Z | Downloaded time-core v0.1.8 |
| 1072 | 2026-05-08T01:24:17.326Z | Downloaded serde_cbor v0.11.2 |
| 1073 | 2026-05-08T01:24:17.326Z | Downloaded sqlformat v0.3.5 |
| 1074 | 2026-05-08T01:24:17.326Z | Downloaded iddqd v0.3.18 |
| 1075 | 2026-05-08T01:24:17.326Z | Downloaded prettyplease v0.2.37 |
| 1076 | 2026-05-08T01:24:17.327Z | Downloaded termios v0.3.3 |
| 1077 | 2026-05-08T01:24:17.339Z | Downloaded iri-string v0.7.10 |
| 1078 | 2026-05-08T01:24:17.339Z | Downloaded tinyvec_macros v0.1.1 |
| 1079 | 2026-05-08T01:24:17.339Z | Downloaded stringprep v0.1.5 |
| 1080 | 2026-05-08T01:24:17.339Z | Downloaded serde_with_macros v3.17.0 |
| 1081 | 2026-05-08T01:24:17.339Z | Downloaded serde_path_to_error v0.1.20 |
| 1082 | 2026-05-08T01:24:17.339Z | Downloaded rand v0.8.5 |
| 1083 | 2026-05-08T01:24:17.356Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1084 | 2026-05-08T01:24:17.356Z | Downloaded time-macros v0.2.27 |
| 1085 | 2026-05-08T01:24:17.356Z | Downloaded thiserror-no-std v2.0.2 |
| 1086 | 2026-05-08T01:24:17.356Z | Downloaded tower-service v0.3.3 |
| 1087 | 2026-05-08T01:24:17.356Z | Downloaded topological-sort v0.2.2 |
| 1088 | 2026-05-08T01:24:17.356Z | Downloaded trait-variant v0.1.2 |
| 1089 | 2026-05-08T01:24:17.357Z | Downloaded rayon-core v1.13.0 |
| 1090 | 2026-05-08T01:24:17.369Z | Downloaded signal-hook-tokio v0.3.1 |
| 1091 | 2026-05-08T01:24:17.369Z | Downloaded mio v1.2.0 |
| 1092 | 2026-05-08T01:24:17.369Z | Downloaded thread_local v1.1.9 |
| 1093 | 2026-05-08T01:24:17.369Z | Downloaded strum_macros v0.27.2 |
| 1094 | 2026-05-08T01:24:17.369Z | Downloaded hashbrown v0.16.1 |
| 1095 | 2026-05-08T01:24:17.369Z | Downloaded itertools v0.13.0 |
| 1096 | 2026-05-08T01:24:17.369Z | Downloaded strum_macros v0.26.4 |
| 1097 | 2026-05-08T01:24:17.369Z | Downloaded rcgen v0.12.1 |
| 1098 | 2026-05-08T01:24:17.369Z | Downloaded try-lock v0.2.5 |
| 1099 | 2026-05-08T01:24:17.383Z | Downloaded aes-gcm v0.10.3 |
| 1100 | 2026-05-08T01:24:17.383Z | Downloaded similar v2.7.0 |
| 1101 | 2026-05-08T01:24:17.383Z | Downloaded ryu v1.0.23 |
| 1102 | 2026-05-08T01:24:17.384Z | Downloaded schemars v0.8.22 |
| 1103 | 2026-05-08T01:24:17.393Z | Downloaded typify-macro v0.4.3 |
| 1104 | 2026-05-08T01:24:17.393Z | Downloaded tower-layer v0.3.3 |
| 1105 | 2026-05-08T01:24:17.393Z | Downloaded tokio-dtrace v0.1.1 |
| 1106 | 2026-05-08T01:24:17.394Z | Downloaded qorb v0.4.1 |
| 1107 | 2026-05-08T01:24:17.394Z | Downloaded tokio-rustls v0.25.0 |
| 1108 | 2026-05-08T01:24:17.405Z | Downloaded spin v0.9.8 |
| 1109 | 2026-05-08T01:24:17.405Z | Downloaded snafu-derive v0.8.9 |
| 1110 | 2026-05-08T01:24:17.405Z | Downloaded socket2 v0.6.3 |
| 1111 | 2026-05-08T01:24:17.405Z | Downloaded unicode-truncate v1.1.0 |
| 1112 | 2026-05-08T01:24:17.405Z | Downloaded untrusted v0.7.1 |
| 1113 | 2026-05-08T01:24:17.412Z | Downloaded unit-prefix v0.5.2 |
| 1114 | 2026-05-08T01:24:17.412Z | Downloaded rand v0.9.2 |
| 1115 | 2026-05-08T01:24:17.412Z | Downloaded term v0.7.0 |
| 1116 | 2026-05-08T01:24:17.412Z | Downloaded quinn v0.11.9 |
| 1117 | 2026-05-08T01:24:17.412Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1118 | 2026-05-08T01:24:17.413Z | Downloaded tiny-keccak v2.0.2 |
| 1119 | 2026-05-08T01:24:17.421Z | Downloaded signal-hook v0.3.18 |
| 1120 | 2026-05-08T01:24:17.421Z | Downloaded tls_codec_derive v0.4.2 |
| 1121 | 2026-05-08T01:24:17.421Z | Downloaded typify-macro v0.6.2 |
| 1122 | 2026-05-08T01:24:17.422Z | Downloaded rustls-webpki v0.103.9 |
| 1123 | 2026-05-08T01:24:17.422Z | Downloaded unarray v0.1.4 |
| 1124 | 2026-05-08T01:24:17.422Z | Downloaded tokio-native-tls v0.3.1 |
| 1125 | 2026-05-08T01:24:17.429Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1126 | 2026-05-08T01:24:17.429Z | Downloaded utf-8 v0.7.6 |
| 1127 | 2026-05-08T01:24:17.429Z | Downloaded usdt-macro v0.6.0 |
| 1128 | 2026-05-08T01:24:17.429Z | Downloaded rand v0.10.0 |
| 1129 | 2026-05-08T01:24:17.429Z | Downloaded itertools v0.12.1 |
| 1130 | 2026-05-08T01:24:17.434Z | Downloaded slog v2.8.2 |
| 1131 | 2026-05-08T01:24:17.442Z | Downloaded usdt-attr-macro v0.6.0 |
| 1132 | 2026-05-08T01:24:17.442Z | Downloaded tokio-tungstenite v0.23.1 |
| 1133 | 2026-05-08T01:24:17.442Z | Downloaded void v1.0.2 |
| 1134 | 2026-05-08T01:24:17.443Z | Downloaded universal-hash v0.5.1 |
| 1135 | 2026-05-08T01:24:17.443Z | Downloaded tokio-tungstenite v0.21.0 |
| 1136 | 2026-05-08T01:24:17.449Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1137 | 2026-05-08T01:24:17.449Z | Downloaded num-bigint-dig v0.8.6 |
| 1138 | 2026-05-08T01:24:17.463Z | Downloaded tokio-rustls v0.26.4 |
| 1139 | 2026-05-08T01:24:17.463Z | Downloaded want v0.3.1 |
| 1140 | 2026-05-08T01:24:17.472Z | Downloaded publicsuffix v2.3.0 |
| 1141 | 2026-05-08T01:24:17.472Z | Downloaded hyper v1.8.1 |
| 1142 | 2026-05-08T01:24:17.481Z | Downloaded socket2 v0.5.10 |
| 1143 | 2026-05-08T01:24:17.496Z | Downloaded waitgroup v0.1.2 |
| 1144 | 2026-05-08T01:24:17.496Z | Downloaded wait-timeout v0.2.1 |
| 1145 | 2026-05-08T01:24:17.496Z | Downloaded tui-tree-widget v0.23.1 |
| 1146 | 2026-05-08T01:24:17.501Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1147 | 2026-05-08T01:24:17.502Z | Downloaded tls_codec v0.4.2 |
| 1148 | 2026-05-08T01:24:17.502Z | Downloaded untrusted v0.9.0 |
| 1149 | 2026-05-08T01:24:17.502Z | Downloaded usdt-impl v0.6.0 |
| 1150 | 2026-05-08T01:24:17.502Z | Downloaded zone v0.3.1 |
| 1151 | 2026-05-08T01:24:17.502Z | Downloaded zone_cfg_derive v0.3.1 |
| 1152 | 2026-05-08T01:24:17.502Z | Downloaded h2 v0.4.13 |
| 1153 | 2026-05-08T01:24:17.508Z | Downloaded xshell-macros v0.2.7 |
| 1154 | 2026-05-08T01:24:17.508Z | Downloaded tracing-attributes v0.1.31 |
| 1155 | 2026-05-08T01:24:17.513Z | Downloaded unicase v2.9.0 |
| 1156 | 2026-05-08T01:24:17.513Z | Downloaded tinyvec v1.10.0 |
| 1157 | 2026-05-08T01:24:17.518Z | Downloaded tokio-rustls v0.24.1 |
| 1158 | 2026-05-08T01:24:17.521Z | Downloaded libm v0.2.16 |
| 1159 | 2026-05-08T01:24:17.524Z | Downloaded vergen-gitcl v1.0.8 |
| 1160 | 2026-05-08T01:24:17.527Z | Downloaded zeroize_derive v1.4.3 |
| 1161 | 2026-05-08T01:24:17.527Z | Downloaded usdt v0.6.0 |
| 1162 | 2026-05-08T01:24:17.527Z | Downloaded twox-hash v2.1.2 |
| 1163 | 2026-05-08T01:24:17.530Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1164 | 2026-05-08T01:24:17.530Z | Downloaded subprocess v0.2.15 |
| 1165 | 2026-05-08T01:24:17.535Z | Downloaded tokio-stream v0.1.18 |
| 1166 | 2026-05-08T01:24:17.538Z | Downloaded unicode-properties v0.1.4 |
| 1167 | 2026-05-08T01:24:17.538Z | Downloaded toml v0.7.8 |
| 1168 | 2026-05-08T01:24:17.538Z | Downloaded vsss-rs v3.3.4 |
| 1169 | 2026-05-08T01:24:17.538Z | Downloaded tar v0.4.45 |
| 1170 | 2026-05-08T01:24:17.541Z | Downloaded schemars v1.2.1 |
| 1171 | 2026-05-08T01:24:17.547Z | Downloaded uzers v0.12.2 |
| 1172 | 2026-05-08T01:24:17.549Z | Downloaded term v1.2.1 |
| 1173 | 2026-05-08T01:24:17.555Z | Downloaded wyz v0.5.1 |
| 1174 | 2026-05-08T01:24:17.555Z | Downloaded whoami v2.1.0 |
| 1175 | 2026-05-08T01:24:17.555Z | Downloaded schemars v0.9.0 |
| 1176 | 2026-05-08T01:24:17.569Z | Downloaded whoami v1.6.1 |
| 1177 | 2026-05-08T01:24:17.569Z | Downloaded test-strategy v0.4.5 |
| 1178 | 2026-05-08T01:24:17.588Z | Downloaded rsa v0.9.10 |
| 1179 | 2026-05-08T01:24:17.588Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1180 | 2026-05-08T01:24:17.588Z | Downloaded walkdir v2.5.0 |
| 1181 | 2026-05-08T01:24:17.588Z | Downloaded aws-lc-rs v1.16.0 |
| 1182 | 2026-05-08T01:24:17.588Z | Downloaded zstd-safe v7.2.4 |
| 1183 | 2026-05-08T01:24:17.588Z | Downloaded xattr v1.6.1 |
| 1184 | 2026-05-08T01:24:17.588Z | Downloaded futures-util v0.3.32 |
| 1185 | 2026-05-08T01:24:17.603Z | Downloaded xshell v0.2.7 |
| 1186 | 2026-05-08T01:24:17.603Z | Downloaded rustyline v14.0.0 |
| 1187 | 2026-05-08T01:24:17.603Z | Downloaded zstd v0.13.3 |
| 1188 | 2026-05-08T01:24:17.603Z | Downloaded typify v0.4.3 |
| 1189 | 2026-05-08T01:24:17.603Z | Downloaded p521 v0.13.3 |
| 1190 | 2026-05-08T01:24:17.603Z | Downloaded tungstenite v0.23.0 |
| 1191 | 2026-05-08T01:24:17.604Z | Downloaded zeroize v1.8.2 |
| 1192 | 2026-05-08T01:24:17.604Z | Downloaded tungstenite v0.21.0 |
| 1193 | 2026-05-08T01:24:17.608Z | Downloaded hkdf v0.12.4 |
| 1194 | 2026-05-08T01:24:17.608Z | Downloaded samael v0.0.19 |
| 1195 | 2026-05-08T01:24:17.608Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1196 | 2026-05-08T01:24:17.608Z | Downloaded unicode-bidi v0.3.18 |
| 1197 | 2026-05-08T01:24:17.615Z | Downloaded yasna v0.5.2 |
| 1198 | 2026-05-08T01:24:17.626Z | Downloaded vergen v9.0.6 |
| 1199 | 2026-05-08T01:24:17.626Z | Downloaded snafu v0.8.9 |
| 1200 | 2026-05-08T01:24:17.637Z | Downloaded vergen-lib v0.1.6 |
| 1201 | 2026-05-08T01:24:17.646Z | Downloaded typify v0.6.2 |
| 1202 | 2026-05-08T01:24:17.646Z | Downloaded tracing-core v0.1.36 |
| 1203 | 2026-05-08T01:24:17.647Z | Downloaded russh v0.45.0 |
| 1204 | 2026-05-08T01:24:17.647Z | Downloaded vergen-git2 v1.0.7 |
| 1205 | 2026-05-08T01:24:17.653Z | Downloaded reedline v0.40.0 |
| 1206 | 2026-05-08T01:24:17.653Z | Downloaded blake3 v1.8.3 |
| 1207 | 2026-05-08T01:24:17.661Z | Downloaded unsafe-libyaml v0.2.11 |
| 1208 | 2026-05-08T01:24:17.662Z | Downloaded itertools v0.14.0 |
| 1209 | 2026-05-08T01:24:17.670Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1210 | 2026-05-08T01:24:17.678Z | Downloaded uuid v1.23.0 |
| 1211 | 2026-05-08T01:24:17.678Z | Downloaded zerocopy v0.6.6 |
| 1212 | 2026-05-08T01:24:17.687Z | Downloaded vte v0.14.1 |
| 1213 | 2026-05-08T01:24:17.687Z | Downloaded rpassword v7.4.0 |
| 1214 | 2026-05-08T01:24:17.687Z | Downloaded toml_edit v0.19.15 |
| 1215 | 2026-05-08T01:24:17.693Z | Downloaded git2 v0.20.4 |
| 1216 | 2026-05-08T01:24:17.697Z | Downloaded zopfli v0.8.3 |
| 1217 | 2026-05-08T01:24:17.700Z | Downloaded tokio-postgres v0.7.16 |
| 1218 | 2026-05-08T01:24:17.709Z | Downloaded bitvec v1.0.1 |
| 1219 | 2026-05-08T01:24:17.721Z | Downloaded unicode_categories v0.1.1 |
| 1220 | 2026-05-08T01:24:17.728Z | Downloaded steno v0.4.1 |
| 1221 | 2026-05-08T01:24:17.728Z | Downloaded p384 v0.13.1 |
| 1222 | 2026-05-08T01:24:17.728Z | Downloaded portable-atomic v1.13.1 |
| 1223 | 2026-05-08T01:24:17.733Z | Downloaded zip v0.6.6 |
| 1224 | 2026-05-08T01:24:17.737Z | Downloaded ssh-key v0.6.7 |
| 1225 | 2026-05-08T01:24:17.741Z | Downloaded yansi v1.0.1 |
| 1226 | 2026-05-08T01:24:17.750Z | Downloaded chrono v0.4.44 |
| 1227 | 2026-05-08T01:24:17.766Z | Downloaded regex v1.12.3 |
| 1228 | 2026-05-08T01:24:17.772Z | Downloaded tower v0.5.3 |
| 1229 | 2026-05-08T01:24:17.777Z | Downloaded reqwest v0.13.2 |
| 1230 | 2026-05-08T01:24:17.782Z | Downloaded reqwest v0.12.28 |
| 1231 | 2026-05-08T01:24:17.788Z | Downloaded lalrpop v0.19.12 |
| 1232 | 2026-05-08T01:24:17.794Z | Downloaded typed-path v0.9.3 |
| 1233 | 2026-05-08T01:24:17.799Z | Downloaded unicode-segmentation v1.12.0 |
| 1234 | 2026-05-08T01:24:17.799Z | Downloaded unicode-normalization v0.1.25 |
| 1235 | 2026-05-08T01:24:17.803Z | Downloaded salty v0.3.0 |
| 1236 | 2026-05-08T01:24:17.807Z | Downloaded zerocopy-derive v0.8.40 |
| 1237 | 2026-05-08T01:24:17.812Z | Downloaded rayon v1.11.0 |
| 1238 | 2026-05-08T01:24:17.818Z | Downloaded quick-xml v0.37.5 |
| 1239 | 2026-05-08T01:24:17.827Z | Downloaded x509-cert v0.2.5 |
| 1240 | 2026-05-08T01:24:17.832Z | Downloaded goblin v0.10.5 |
| 1241 | 2026-05-08T01:24:17.836Z | Downloaded tokio-util v0.7.18 |
| 1242 | 2026-05-08T01:24:17.842Z | Downloaded moka v0.12.13 |
| 1243 | 2026-05-08T01:24:17.846Z | Downloaded rustls-webpki v0.101.7 |
| 1244 | 2026-05-08T01:24:17.853Z | Downloaded tower-http v0.6.8 |
| 1245 | 2026-05-08T01:24:17.858Z | Downloaded proptest v1.10.0 |
| 1246 | 2026-05-08T01:24:17.862Z | Downloaded bindgen v0.71.1 |
| 1247 | 2026-05-08T01:24:17.865Z | Downloaded tough v0.20.0 |
| 1248 | 2026-05-08T01:24:17.874Z | Downloaded zip v4.6.1 |
| 1249 | 2026-05-08T01:24:17.916Z | Downloaded object v0.30.4 |
| 1250 | 2026-05-08T01:24:17.920Z | Downloaded serde_with v3.17.0 |
| 1251 | 2026-05-08T01:24:17.931Z | Downloaded winnow v0.6.26 |
| 1252 | 2026-05-08T01:24:17.935Z | Downloaded nix v0.27.1 |
| 1253 | 2026-05-08T01:24:17.940Z | Downloaded rustls-webpki v0.102.8 |
| 1254 | 2026-05-08T01:24:17.951Z | Downloaded petname v2.0.2 |
| 1255 | 2026-05-08T01:24:17.954Z | Downloaded winnow v0.5.40 |
| 1256 | 2026-05-08T01:24:17.960Z | Downloaded radix_trie v0.2.1 |
| 1257 | 2026-05-08T01:24:17.963Z | Downloaded nix v0.29.0 |
| 1258 | 2026-05-08T01:24:17.971Z | Downloaded rustls v0.21.12 |
| 1259 | 2026-05-08T01:24:17.978Z | Downloaded hickory-proto v0.26.1 |
| 1260 | 2026-05-08T01:24:17.987Z | Downloaded time v0.3.47 |
| 1261 | 2026-05-08T01:24:17.993Z | Downloaded polar-core v0.27.3 |
| 1262 | 2026-05-08T01:24:17.997Z | Downloaded dropshot v0.17.0 |
| 1263 | 2026-05-08T01:24:18.014Z | Downloaded hickory-proto v0.24.4 |
| 1264 | 2026-05-08T01:24:18.020Z | Downloaded dropshot v0.16.7 |
| 1265 | 2026-05-08T01:24:18.035Z | Downloaded tabled v0.20.0 |
| 1266 | 2026-05-08T01:24:18.045Z | Downloaded nix v0.31.2 |
| 1267 | 2026-05-08T01:24:18.050Z | Downloaded regex-syntax v0.6.29 |
| 1268 | 2026-05-08T01:24:18.055Z | Downloaded smoltcp v0.9.1 |
| 1269 | 2026-05-08T01:24:18.062Z | Downloaded zlib-rs v0.6.2 |
| 1270 | 2026-05-08T01:24:18.064Z | Downloaded webpki-roots v1.0.6 |
| 1271 | 2026-05-08T01:24:18.068Z | Downloaded bstr v1.12.1 |
| 1272 | 2026-05-08T01:24:18.072Z | Downloaded openssl v0.10.78 |
| 1273 | 2026-05-08T01:24:18.083Z | Downloaded smoltcp v0.11.0 |
| 1274 | 2026-05-08T01:24:18.088Z | Downloaded vcpkg v0.2.15 |
| 1275 | 2026-05-08T01:24:18.109Z | Downloaded zerocopy v0.8.40 |
| 1276 | 2026-05-08T01:24:18.115Z | Downloaded regress v0.10.5 |
| 1277 | 2026-05-08T01:24:18.120Z | Downloaded hickory-proto v0.25.2 |
| 1278 | 2026-05-08T01:24:18.131Z | Downloaded rustls v0.22.4 |
| 1279 | 2026-05-08T01:24:18.137Z | Downloaded regress v0.11.1 |
| 1280 | 2026-05-08T01:24:18.143Z | Downloaded regex-syntax v0.8.10 |
| 1281 | 2026-05-08T01:24:18.148Z | Downloaded openapiv3 v2.2.0 |
| 1282 | 2026-05-08T01:24:18.155Z | Downloaded object v0.37.3 |
| 1283 | 2026-05-08T01:24:18.163Z | Downloaded diesel v2.3.7 |
| 1284 | 2026-05-08T01:24:18.175Z | Downloaded rustix v0.38.44 |
| 1285 | 2026-05-08T01:24:18.188Z | Downloaded rustls v0.23.37 |
| 1286 | 2026-05-08T01:24:18.197Z | Downloaded nix v0.28.0 |
| 1287 | 2026-05-08T01:24:18.203Z | Downloaded quinn-proto v0.11.13 |
| 1288 | 2026-05-08T01:24:18.216Z | Downloaded sqlparser v0.61.0 |
| 1289 | 2026-05-08T01:24:18.246Z | Downloaded sled v0.34.7 |
| 1290 | 2026-05-08T01:24:18.282Z | Downloaded typify-impl v0.6.2 |
| 1291 | 2026-05-08T01:24:18.287Z | Downloaded tracing v0.1.44 |
| 1292 | 2026-05-08T01:24:18.292Z | Downloaded typify-impl v0.4.3 |
| 1293 | 2026-05-08T01:24:18.303Z | Downloaded zerocopy-derive v0.6.6 |
| 1294 | 2026-05-08T01:24:18.307Z | Downloaded ratatui v0.29.0 |
| 1295 | 2026-05-08T01:24:18.316Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1296 | 2026-05-08T01:24:18.322Z | Downloaded petgraph v0.6.5 |
| 1297 | 2026-05-08T01:24:18.332Z | Downloaded chrono-tz v0.10.4 |
| 1298 | 2026-05-08T01:24:18.342Z | Downloaded regex-automata v0.4.14 |
| 1299 | 2026-05-08T01:24:18.360Z | Downloaded jiff v0.2.21 |
| 1300 | 2026-05-08T01:24:18.377Z | Downloaded sha3 v0.10.8 |
| 1301 | 2026-05-08T01:24:18.401Z | Downloaded petgraph v0.8.3 |
| 1302 | 2026-05-08T01:24:18.423Z | Downloaded csv v1.4.0 |
| 1303 | 2026-05-08T01:24:18.433Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1304 | 2026-05-08T01:24:18.442Z | Downloaded libz-sys v1.1.24 |
| 1305 | 2026-05-08T01:24:18.454Z | Downloaded tokio v1.52.1 |
| 1306 | 2026-05-08T01:24:18.506Z | Downloaded encoding_rs v0.8.35 |
| 1307 | 2026-05-08T01:24:18.522Z | Downloaded ring v0.17.14 |
| 1308 | 2026-05-08T01:24:18.544Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1309 | 2026-05-08T01:24:19.258Z | Downloaded aws-lc-sys v0.37.1 |
| 1310 | 2026-05-08T01:24:19.497Z | Compiling libc v0.2.185 |
| 1311 | 2026-05-08T01:24:19.497Z | Compiling serde v1.0.228 |
| 1312 | 2026-05-08T01:24:19.512Z | Compiling log v0.4.29 |
| 1313 | 2026-05-08T01:24:19.513Z | Compiling find-msvc-tools v0.1.9 |
| 1314 | 2026-05-08T01:24:19.668Z | Compiling shlex v1.3.0 |
| 1315 | 2026-05-08T01:24:19.668Z | Compiling smallvec v1.15.1 |
| 1316 | 2026-05-08T01:24:19.677Z | Compiling syn v2.0.117 |
| 1317 | 2026-05-08T01:24:19.707Z | Compiling typenum v1.19.0 |
| 1318 | 2026-05-08T01:24:19.878Z | Compiling generic-array v0.14.7 |
| 1319 | 2026-05-08T01:24:19.901Z | Compiling subtle v2.6.1 |
| 1320 | 2026-05-08T01:24:19.907Z | Compiling scopeguard v1.2.0 |
| 1321 | 2026-05-08T01:24:19.921Z | Compiling const-oid v0.9.6 |
| 1322 | 2026-05-08T01:24:19.977Z | Compiling lock_api v0.4.14 |
| 1323 | 2026-05-08T01:24:20.003Z | Compiling portable-atomic v1.13.1 |
| 1324 | 2026-05-08T01:24:20.046Z | Compiling zerocopy v0.8.40 |
| 1325 | 2026-05-08T01:24:20.117Z | Compiling serde_json v1.0.149 |
| 1326 | 2026-05-08T01:24:20.210Z | Compiling critical-section v1.2.0 |
| 1327 | 2026-05-08T01:24:20.320Z | Compiling parking_lot_core v0.9.12 |
| 1328 | 2026-05-08T01:24:20.333Z | Compiling pin-project-lite v0.2.17 |
| 1329 | 2026-05-08T01:24:20.482Z | Compiling pkg-config v0.3.32 |
| 1330 | 2026-05-08T01:24:20.567Z | Compiling getrandom v0.2.17 |
| 1331 | 2026-05-08T01:24:20.582Z | Compiling jobserver v0.1.34 |
| 1332 | 2026-05-08T01:24:20.636Z | Compiling errno v0.3.14 |
| 1333 | 2026-05-08T01:24:20.783Z | Compiling cc v1.2.56 |
| 1334 | 2026-05-08T01:24:20.788Z | Compiling rand_core v0.6.4 |
| 1335 | 2026-05-08T01:24:20.956Z | Compiling once_cell v1.21.3 |
| 1336 | 2026-05-08T01:24:20.969Z | Compiling signal-hook-registry v1.4.8 |
| 1337 | 2026-05-08T01:24:21.011Z | Compiling bitflags v2.11.0 |
| 1338 | 2026-05-08T01:24:21.045Z | Compiling libm v0.2.16 |
| 1339 | 2026-05-08T01:24:21.067Z | Compiling parking_lot v0.12.5 |
| 1340 | 2026-05-08T01:24:21.160Z | Compiling mio v1.2.0 |
| 1341 | 2026-05-08T01:24:21.232Z | Compiling num-traits v0.2.19 |
| 1342 | 2026-05-08T01:24:21.247Z | Compiling futures-core v0.3.32 |
| 1343 | 2026-05-08T01:24:21.393Z | Compiling percent-encoding v2.3.2 |
| 1344 | 2026-05-08T01:24:21.435Z | Compiling socket2 v0.6.3 |
| 1345 | 2026-05-08T01:24:21.573Z | Compiling getrandom v0.4.1 |
| 1346 | 2026-05-08T01:24:21.587Z | Compiling rand_core v0.10.0 |
| 1347 | 2026-05-08T01:24:21.587Z | Compiling futures-sink v0.3.32 |
| 1348 | 2026-05-08T01:24:21.613Z | Compiling cpufeatures v0.2.17 |
| 1349 | 2026-05-08T01:24:21.686Z | Compiling futures-channel v0.3.32 |
| 1350 | 2026-05-08T01:24:21.703Z | Compiling futures-io v0.3.32 |
| 1351 | 2026-05-08T01:24:21.748Z | Compiling slab v0.4.12 |
| 1352 | 2026-05-08T01:24:21.827Z | Compiling futures-task v0.3.32 |
| 1353 | 2026-05-08T01:24:21.854Z | Compiling getrandom v0.3.4 |
| 1354 | 2026-05-08T01:24:21.915Z | Compiling rustversion v1.0.22 |
| 1355 | 2026-05-08T01:24:21.930Z | Compiling indexmap v2.14.0 |
| 1356 | 2026-05-08T01:24:21.991Z | Compiling cmake v0.1.57 |
| 1357 | 2026-05-08T01:24:22.351Z | Compiling form_urlencoded v1.2.2 |
| 1358 | 2026-05-08T01:24:22.379Z | Compiling ident_case v1.0.1 |
| 1359 | 2026-05-08T01:24:22.453Z | Compiling fs_extra v1.3.0 |
| 1360 | 2026-05-08T01:24:22.500Z | Compiling synstructure v0.13.2 |
| 1361 | 2026-05-08T01:24:22.523Z | Compiling base64ct v1.8.3 |
| 1362 | 2026-05-08T01:24:22.559Z | Compiling dunce v1.0.5 |
| 1363 | 2026-05-08T01:24:22.654Z | Compiling flagset v0.4.7 |
| 1364 | 2026-05-08T01:24:22.711Z | Compiling aws-lc-sys v0.37.1 |
| 1365 | 2026-05-08T01:24:22.774Z | Compiling pem-rfc7468 v0.7.0 |
| 1366 | 2026-05-08T01:24:22.786Z | Compiling rand_core v0.9.5 |
| 1367 | 2026-05-08T01:24:22.802Z | Compiling iana-time-zone v0.1.65 |
| 1368 | 2026-05-08T01:24:22.815Z | Compiling rustix v1.1.3 |
| 1369 | 2026-05-08T01:24:22.861Z | Compiling ring v0.17.14 |
| 1370 | 2026-05-08T01:24:22.995Z | Compiling uuid v1.23.0 |
| 1371 | 2026-05-08T01:24:23.047Z | Compiling rustc_version v0.4.1 |
| 1372 | 2026-05-08T01:24:23.071Z | Compiling aws-lc-rs v1.16.0 |
| 1373 | 2026-05-08T01:24:23.093Z | Compiling regex-syntax v0.8.10 |
| 1374 | 2026-05-08T01:24:23.390Z | Compiling vcpkg v0.2.15 |
| 1375 | 2026-05-08T01:24:23.424Z | Compiling tracing-core v0.1.36 |
| 1376 | 2026-05-08T01:24:23.774Z | Compiling pest_generator v2.8.6 |
| 1377 | 2026-05-08T01:24:23.983Z | Compiling serde_derive_internals v0.29.1 |
| 1378 | 2026-05-08T01:24:24.125Z | Compiling openssl-sys v0.9.114 |
| 1379 | 2026-05-08T01:24:24.273Z | Compiling serde_derive v1.0.228 |
| 1380 | 2026-05-08T01:24:24.478Z | Compiling zeroize_derive v1.4.3 |
| 1381 | 2026-05-08T01:24:24.569Z | Compiling zerofrom-derive v0.1.6 |
| 1382 | 2026-05-08T01:24:24.641Z | Compiling yoke-derive v0.8.1 |
| 1383 | 2026-05-08T01:24:24.897Z | Compiling zerocopy-derive v0.8.40 |
| 1384 | 2026-05-08T01:24:25.139Z | Compiling zeroize v1.8.2 |
| 1385 | 2026-05-08T01:24:25.499Z | Compiling zerovec-derive v0.11.2 |
| 1386 | 2026-05-08T01:24:25.818Z | Compiling displaydoc v0.2.5 |
| 1387 | 2026-05-08T01:24:25.905Z | Compiling crypto-common v0.1.7 |
| 1388 | 2026-05-08T01:24:25.983Z | Compiling zerofrom v0.1.6 |
| 1389 | 2026-05-08T01:24:26.049Z | Compiling block-buffer v0.10.4 |
| 1390 | 2026-05-08T01:24:26.107Z | Compiling yoke v0.8.1 |
| 1391 | 2026-05-08T01:24:26.213Z | Compiling digest v0.10.7 |
| 1392 | 2026-05-08T01:24:26.287Z | Compiling tokio-macros v2.7.0 |
| 1393 | 2026-05-08T01:24:26.451Z | Compiling hmac v0.12.1 |
| 1394 | 2026-05-08T01:24:26.541Z | Compiling zerotrie v0.2.3 |
| 1395 | 2026-05-08T01:24:26.584Z | Compiling zerovec v0.11.5 |
| 1396 | 2026-05-08T01:24:26.604Z | Compiling futures-macro v0.3.32 |
| 1397 | 2026-05-08T01:24:26.828Z | Compiling block-padding v0.3.3 |
| 1398 | 2026-05-08T01:24:26.984Z | Compiling inout v0.1.4 |
| 1399 | 2026-05-08T01:24:26.998Z | Compiling sha2 v0.10.9 |
| 1400 | 2026-05-08T01:24:27.063Z | Compiling tinystr v0.8.2 |
| 1401 | 2026-05-08T01:24:27.148Z | Compiling potential_utf v0.1.4 |
| 1402 | 2026-05-08T01:24:27.263Z | Compiling icu_locale_core v2.1.1 |
| 1403 | 2026-05-08T01:24:27.307Z | Compiling icu_collections v2.1.1 |
| 1404 | 2026-05-08T01:24:27.381Z | Compiling futures-util v0.3.32 |
| 1405 | 2026-05-08T01:24:27.567Z | Compiling cipher v0.4.4 |
| 1406 | 2026-05-08T01:24:27.737Z | Compiling bytes v1.11.1 |
| 1407 | 2026-05-08T01:24:27.777Z | Compiling der_derive v0.7.3 |
| 1408 | 2026-05-08T01:24:27.838Z | Compiling salsa20 v0.10.2 |
| 1409 | 2026-05-08T01:24:27.998Z | Compiling icu_provider v2.1.1 |
| 1410 | 2026-05-08T01:24:28.132Z | Compiling chrono v0.4.44 |
| 1411 | 2026-05-08T01:24:28.332Z | Compiling tokio v1.52.1 |
| 1412 | 2026-05-08T01:24:28.382Z | Compiling icu_properties v2.1.2 |
| 1413 | 2026-05-08T01:24:28.405Z | Compiling icu_normalizer v2.1.1 |
| 1414 | 2026-05-08T01:24:28.795Z | Compiling der v0.7.10 |
| 1415 | 2026-05-08T01:24:28.973Z | Compiling http v1.4.0 |
| 1416 | 2026-05-08T01:24:29.362Z | Compiling idna_adapter v1.2.1 |
| 1417 | 2026-05-08T01:24:29.478Z | Compiling ppv-lite86 v0.2.21 |
| 1418 | 2026-05-08T01:24:29.499Z | Compiling idna v1.1.0 |
| 1419 | 2026-05-08T01:24:29.561Z | Compiling pbkdf2 v0.12.2 |
| 1420 | 2026-05-08T01:24:29.678Z | Compiling spki v0.7.3 |
| 1421 | 2026-05-08T01:24:29.786Z | Compiling thiserror-impl v2.0.18 |
| 1422 | 2026-05-08T01:24:29.833Z | Compiling url v2.5.8 |
| 1423 | 2026-05-08T01:24:29.853Z | Compiling rand_chacha v0.9.0 |
| 1424 | 2026-05-08T01:24:29.877Z | Compiling scrypt v0.11.0 |
| 1425 | 2026-05-08T01:24:30.000Z | Compiling cbc v0.1.2 |
| 1426 | 2026-05-08T01:24:30.114Z | Compiling aes v0.8.4 |
| 1427 | 2026-05-08T01:24:30.128Z | Compiling rustls-pki-types v1.14.0 |
| 1428 | 2026-05-08T01:24:30.144Z | Compiling tracing-attributes v0.1.31 |
| 1429 | 2026-05-08T01:24:30.524Z | Compiling pkcs5 v0.7.1 |
| 1430 | 2026-05-08T01:24:30.611Z | Compiling rand v0.9.2 |
| 1431 | 2026-05-08T01:24:30.676Z | Compiling http-body v1.0.1 |
| 1432 | 2026-05-08T01:24:30.820Z | Compiling schemars v0.8.22 |
| 1433 | 2026-05-08T01:24:31.043Z | Compiling base64 v0.22.1 |
| 1434 | 2026-05-08T01:24:31.108Z | Compiling untrusted v0.7.1 |
| 1435 | 2026-05-08T01:24:31.108Z | Compiling thiserror v2.0.18 |
| 1436 | 2026-05-08T01:24:31.188Z | Compiling httparse v1.10.1 |
| 1437 | 2026-05-08T01:24:31.188Z | Compiling untrusted v0.9.0 |
| 1438 | 2026-05-08T01:24:31.188Z | Compiling openssl-probe v0.2.1 |
| 1439 | 2026-05-08T01:24:31.330Z | Compiling pkcs8 v0.10.2 |
| 1440 | 2026-05-08T01:24:31.402Z | Compiling schemars_derive v0.8.22 |
| 1441 | 2026-05-08T01:24:31.402Z | Compiling pest_derive v2.8.6 |
| 1442 | 2026-05-08T01:24:31.475Z | Compiling tracing v0.1.44 |
| 1443 | 2026-05-08T01:24:31.549Z | Compiling scroll_derive v0.13.1 |
| 1444 | 2026-05-08T01:24:31.666Z | Compiling darling_core v0.20.11 |
| 1445 | 2026-05-08T01:24:31.761Z | Compiling tower-layer v0.3.3 |
| 1446 | 2026-05-08T01:24:31.785Z | Compiling tower-service v0.3.3 |
| 1447 | 2026-05-08T01:24:31.860Z | Compiling atomic-waker v1.1.2 |
| 1448 | 2026-05-08T01:24:31.902Z | Compiling try-lock v0.2.5 |
| 1449 | 2026-05-08T01:24:31.960Z | Compiling dyn-clone v1.0.20 |
| 1450 | 2026-05-08T01:24:31.965Z | Compiling tinyvec_macros v0.1.1 |
| 1451 | 2026-05-08T01:24:32.050Z | Compiling tokio-util v0.7.18 |
| 1452 | 2026-05-08T01:24:32.121Z | Compiling rustls v0.23.37 |
| 1453 | 2026-05-08T01:24:32.287Z | Compiling tinyvec v1.10.0 |
| 1454 | 2026-05-08T01:24:32.309Z | Compiling scroll v0.13.0 |
| 1455 | 2026-05-08T01:24:32.561Z | Compiling want v0.3.1 |
| 1456 | 2026-05-08T01:24:32.696Z | Compiling h2 v0.4.13 |
| 1457 | 2026-05-08T01:24:32.889Z | Compiling ipnet v2.11.0 |
| 1458 | 2026-05-08T01:24:33.009Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1459 | 2026-05-08T01:24:33.044Z | Compiling spin v0.9.8 |
| 1460 | 2026-05-08T01:24:33.306Z | Compiling aho-corasick v1.1.4 |
| 1461 | 2026-05-08T01:24:33.398Z | Compiling pin-utils v0.1.0 |
| 1462 | 2026-05-08T01:24:33.402Z | Compiling powerfmt v0.2.0 |
| 1463 | 2026-05-08T01:24:33.470Z | Compiling httpdate v1.0.3 |
| 1464 | 2026-05-08T01:24:33.609Z | Compiling time-core v0.1.8 |
| 1465 | 2026-05-08T01:24:33.694Z | Compiling openssl v0.10.78 |
| 1466 | 2026-05-08T01:24:33.758Z | Compiling foreign-types-shared v0.1.1 |
| 1467 | 2026-05-08T01:24:33.855Z | Compiling crc32fast v1.5.0 |
| 1468 | 2026-05-08T01:24:33.878Z | Compiling num-conv v0.2.0 |
| 1469 | 2026-05-08T01:24:33.934Z | Compiling darling_macro v0.20.11 |
| 1470 | 2026-05-08T01:24:34.017Z | Compiling foreign-types v0.3.2 |
| 1471 | 2026-05-08T01:24:34.072Z | Compiling time-macros v0.2.27 |
| 1472 | 2026-05-08T01:24:34.072Z | Compiling deranged v0.5.8 |
| 1473 | 2026-05-08T01:24:34.073Z | Compiling tempfile v3.25.0 |
| 1474 | 2026-05-08T01:24:34.151Z | Compiling regex-automata v0.4.14 |
| 1475 | 2026-05-08T01:24:34.374Z | Compiling darling v0.20.11 |
| 1476 | 2026-05-08T01:24:34.458Z | Compiling goblin v0.10.5 |
| 1477 | 2026-05-08T01:24:35.008Z | Compiling openssl-macros v0.1.1 |
| 1478 | 2026-05-08T01:24:35.038Z | Compiling wait-timeout v0.2.1 |
| 1479 | 2026-05-08T01:24:35.310Z | Compiling usdt-impl v0.6.0 |
| 1480 | 2026-05-08T01:24:35.384Z | Compiling bit-vec v0.8.0 |
| 1481 | 2026-05-08T01:24:35.487Z | Compiling siphasher v1.0.2 |
| 1482 | 2026-05-08T01:24:35.510Z | Compiling native-tls v0.2.18 |
| 1483 | 2026-05-08T01:24:35.615Z | Compiling crossbeam-utils v0.8.21 |
| 1484 | 2026-05-08T01:24:35.668Z | Compiling syn v1.0.109 |
| 1485 | 2026-05-08T01:24:35.707Z | Compiling hyper v1.8.1 |
| 1486 | 2026-05-08T01:24:35.901Z | Compiling quick-error v1.2.3 |
| 1487 | 2026-05-08T01:24:35.965Z | Compiling simd-adler32 v0.3.8 |
| 1488 | 2026-05-08T01:24:36.002Z | Compiling num_threads v0.1.7 |
| 1489 | 2026-05-08T01:24:36.099Z | Compiling time v0.3.47 |
| 1490 | 2026-05-08T01:24:36.207Z | Compiling rusty-fork v0.3.1 |
| 1491 | 2026-05-08T01:24:36.604Z | Compiling bit-set v0.8.0 |
| 1492 | 2026-05-08T01:24:36.769Z | Compiling hyper-util v0.1.20 |
| 1493 | 2026-05-08T01:24:37.265Z | Compiling dof v0.4.0 |
| 1494 | 2026-05-08T01:24:37.655Z | Compiling derive_builder_core v0.20.2 |
| 1495 | 2026-05-08T01:24:38.450Z | Compiling unicode-normalization v0.1.25 |
| 1496 | 2026-05-08T01:24:38.503Z | Compiling dtrace-parser v0.3.0 |
| 1497 | 2026-05-08T01:24:38.578Z | Compiling rustls-native-certs v0.8.3 |
| 1498 | 2026-05-08T01:24:38.597Z | Compiling signature v2.2.0 |
| 1499 | 2026-05-08T01:24:38.706Z | Compiling thiserror-impl v1.0.69 |
| 1500 | 2026-05-08T01:24:38.804Z | Compiling scroll_derive v0.12.1 |
| 1501 | 2026-05-08T01:24:38.884Z | Compiling heapless v0.7.17 |
| 1502 | 2026-05-08T01:24:38.969Z | Compiling rand_xorshift v0.4.0 |
| 1503 | 2026-05-08T01:24:39.071Z | Compiling slog v2.8.2 |
| 1504 | 2026-05-08T01:24:39.137Z | Compiling darling_core v0.21.3 |
| 1505 | 2026-05-08T01:24:39.239Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1506 | 2026-05-08T01:24:39.286Z | Compiling sync_wrapper v1.0.2 |
| 1507 | 2026-05-08T01:24:39.361Z | Compiling thread-id v5.1.0 |
| 1508 | 2026-05-08T01:24:39.412Z | Compiling cookie v0.18.1 |
| 1509 | 2026-05-08T01:24:39.470Z | Compiling unarray v0.1.4 |
| 1510 | 2026-05-08T01:24:39.494Z | Compiling paste v1.0.15 |
| 1511 | 2026-05-08T01:24:39.552Z | Compiling zstd-safe v7.2.4 |
| 1512 | 2026-05-08T01:24:39.579Z | Compiling unicode-bidi v0.3.18 |
| 1513 | 2026-05-08T01:24:39.745Z | Compiling adler2 v2.0.1 |
| 1514 | 2026-05-08T01:24:39.779Z | Compiling signal-hook v0.3.18 |
| 1515 | 2026-05-08T01:24:39.779Z | Compiling unicode-properties v0.1.4 |
| 1516 | 2026-05-08T01:24:39.860Z | Compiling allocator-api2 v0.2.21 |
| 1517 | 2026-05-08T01:24:39.910Z | Compiling anyhow v1.0.102 |
| 1518 | 2026-05-08T01:24:39.969Z | Compiling stringprep v0.1.5 |
| 1519 | 2026-05-08T01:24:40.011Z | Compiling thiserror v1.0.69 |
| 1520 | 2026-05-08T01:24:40.094Z | Compiling miniz_oxide v0.8.9 |
| 1521 | 2026-05-08T01:24:40.175Z | Compiling proptest v1.10.0 |
| 1522 | 2026-05-08T01:24:40.429Z | Compiling scroll v0.12.0 |
| 1523 | 2026-05-08T01:24:40.658Z | Compiling tower v0.5.3 |
| 1524 | 2026-05-08T01:24:40.949Z | Compiling derive_builder_macro v0.20.2 |
| 1525 | 2026-05-08T01:24:41.045Z | Compiling ipnetwork v0.21.1 |
| 1526 | 2026-05-08T01:24:41.109Z | Compiling http-body-util v0.1.3 |
| 1527 | 2026-05-08T01:24:41.355Z | Compiling webpki-roots v1.0.6 |
| 1528 | 2026-05-08T01:24:41.396Z | Compiling rand_chacha v0.3.1 |
| 1529 | 2026-05-08T01:24:41.421Z | Compiling serde_spanned v0.6.9 |
| 1530 | 2026-05-08T01:24:41.434Z | Compiling erased-serde v0.3.31 |
| 1531 | 2026-05-08T01:24:41.470Z | Compiling toml_datetime v0.6.11 |
| 1532 | 2026-05-08T01:24:41.549Z | Compiling darling_macro v0.21.3 |
| 1533 | 2026-05-08T01:24:41.563Z | Compiling serde_tokenstream v0.2.3 |
| 1534 | 2026-05-08T01:24:41.720Z | Compiling md-5 v0.10.6 |
| 1535 | 2026-05-08T01:24:41.863Z | Compiling zerocopy-derive v0.7.35 |
| 1536 | 2026-05-08T01:24:41.885Z | Compiling curve25519-dalek v4.1.3 |
| 1537 | 2026-05-08T01:24:41.915Z | Compiling vergen-lib v0.1.6 |
| 1538 | 2026-05-08T01:24:42.013Z | Compiling num-integer v0.1.46 |
| 1539 | 2026-05-08T01:24:42.098Z | Compiling hash32 v0.2.1 |
| 1540 | 2026-05-08T01:24:42.189Z | Compiling ff v0.13.1 |
| 1541 | 2026-05-08T01:24:42.218Z | Compiling memoffset v0.9.1 |
| 1542 | 2026-05-08T01:24:42.283Z | Compiling num-bigint-dig v0.8.6 |
| 1543 | 2026-05-08T01:24:42.320Z | Compiling smoltcp v0.9.1 |
| 1544 | 2026-05-08T01:24:42.333Z | Compiling fallible-iterator v0.2.0 |
| 1545 | 2026-05-08T01:24:42.405Z | Compiling cfg_aliases v0.2.1 |
| 1546 | 2026-05-08T01:24:42.468Z | Compiling ref-cast v1.0.25 |
| 1547 | 2026-05-08T01:24:42.484Z | Compiling iri-string v0.7.10 |
| 1548 | 2026-05-08T01:24:42.643Z | Compiling litrs v1.0.0 |
| 1549 | 2026-05-08T01:24:42.660Z | Compiling base16ct v0.2.0 |
| 1550 | 2026-05-08T01:24:42.719Z | Compiling zlib-rs v0.6.2 |
| 1551 | 2026-05-08T01:24:42.775Z | Compiling psl-types v2.0.11 |
| 1552 | 2026-05-08T01:24:42.837Z | Compiling ryu v1.0.23 |
| 1553 | 2026-05-08T01:24:42.895Z | Compiling rustix v0.38.44 |
| 1554 | 2026-05-08T01:24:43.010Z | Compiling serde_urlencoded v0.7.1 |
| 1555 | 2026-05-08T01:24:43.141Z | Compiling document-features v0.2.12 |
| 1556 | 2026-05-08T01:24:43.329Z | Compiling publicsuffix v2.3.0 |
| 1557 | 2026-05-08T01:24:43.444Z | Compiling sec1 v0.7.3 |
| 1558 | 2026-05-08T01:24:43.502Z | Compiling zerocopy v0.7.35 |
| 1559 | 2026-05-08T01:24:43.724Z | Compiling tower-http v0.6.8 |
| 1560 | 2026-05-08T01:24:43.819Z | Compiling postgres-protocol v0.6.10 |
| 1561 | 2026-05-08T01:24:44.026Z | Compiling nix v0.31.2 |
| 1562 | 2026-05-08T01:24:44.073Z | Compiling newtype-uuid v1.3.2 |
| 1563 | 2026-05-08T01:24:44.223Z | Compiling group v0.13.0 |
| 1564 | 2026-05-08T01:24:44.388Z | Compiling num-iter v0.1.45 |
| 1565 | 2026-05-08T01:24:44.432Z | Compiling darling v0.21.3 |
| 1566 | 2026-05-08T01:24:44.505Z | Compiling rand v0.8.5 |
| 1567 | 2026-05-08T01:24:44.518Z | Compiling derive_builder v0.20.2 |
| 1568 | 2026-05-08T01:24:44.646Z | Compiling oxnet v0.1.4 |
| 1569 | 2026-05-08T01:24:44.902Z | Compiling hubpack_derive v0.1.1 |
| 1570 | 2026-05-08T01:24:44.966Z | Compiling tokio-native-tls v0.3.1 |
| 1571 | 2026-05-08T01:24:45.027Z | Compiling goblin v0.8.2 |
| 1572 | 2026-05-08T01:24:45.379Z | Compiling regex v1.12.3 |
| 1573 | 2026-05-08T01:24:45.646Z | Compiling flate2 v1.1.9 |
| 1574 | 2026-05-08T01:24:45.673Z | Compiling phf_shared v0.13.1 |
| 1575 | 2026-05-08T01:24:45.806Z | Compiling lazy_static v1.5.0 |
| 1576 | 2026-05-08T01:24:45.838Z | Compiling cargo-platform v0.1.9 |
| 1577 | 2026-05-08T01:24:45.901Z | Compiling hkdf v0.12.4 |
| 1578 | 2026-05-08T01:24:45.934Z | Compiling crypto-bigint v0.5.5 |
| 1579 | 2026-05-08T01:24:45.960Z | Compiling terminal_size v0.4.3 |
| 1580 | 2026-05-08T01:24:46.057Z | Compiling strum_macros v0.27.2 |
| 1581 | 2026-05-08T01:24:46.070Z | Compiling async-trait v0.1.89 |
| 1582 | 2026-05-08T01:24:46.093Z | Compiling daft-derive v0.1.5 |
| 1583 | 2026-05-08T01:24:46.107Z | Compiling ref-cast-impl v1.0.25 |
| 1584 | 2026-05-08T01:24:46.638Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1585 | 2026-05-08T01:24:46.794Z | Compiling vergen v9.0.6 |
| 1586 | 2026-05-08T01:24:46.975Z | Compiling fs-err v3.3.0 |
| 1587 | 2026-05-08T01:24:47.074Z | Compiling ahash v0.8.12 |
| 1588 | 2026-05-08T01:24:47.161Z | Compiling cpufeatures v0.3.0 |
| 1589 | 2026-05-08T01:24:47.243Z | Compiling foldhash v0.2.0 |
| 1590 | 2026-05-08T01:24:47.275Z | Compiling winnow v0.5.40 |
| 1591 | 2026-05-08T01:24:47.279Z | Compiling bitflags v1.3.2 |
| 1592 | 2026-05-08T01:24:47.365Z | Compiling foldhash v0.1.5 |
| 1593 | 2026-05-08T01:24:47.461Z | Compiling libbz2-rs-sys v0.2.2 |
| 1594 | 2026-05-08T01:24:47.541Z | Compiling managed v0.8.0 |
| 1595 | 2026-05-08T01:24:47.758Z | Compiling object v0.37.3 |
| 1596 | 2026-05-08T01:24:48.013Z | Compiling bumpalo v3.20.2 |
| 1597 | 2026-05-08T01:24:48.028Z | Compiling unicode-segmentation v1.12.0 |
| 1598 | 2026-05-08T01:24:48.087Z | Compiling strum v0.27.2 |
| 1599 | 2026-05-08T01:24:48.133Z | Compiling bzip2 v0.6.1 |
| 1600 | 2026-05-08T01:24:48.217Z | Compiling zopfli v0.8.3 |
| 1601 | 2026-05-08T01:24:48.382Z | Compiling hashbrown v0.15.5 |
| 1602 | 2026-05-08T01:24:48.443Z | Compiling hashbrown v0.16.1 |
| 1603 | 2026-05-08T01:24:48.462Z | Compiling clap_builder v4.5.60 |
| 1604 | 2026-05-08T01:24:48.724Z | Compiling toml_edit v0.19.15 |
| 1605 | 2026-05-08T01:24:48.970Z | Compiling chacha20 v0.10.0 |
| 1606 | 2026-05-08T01:24:49.022Z | Compiling dof v0.3.0 |
| 1607 | 2026-05-08T01:24:49.227Z | Compiling elliptic-curve v0.13.8 |
| 1608 | 2026-05-08T01:24:49.283Z | Compiling daft v0.1.5 |
| 1609 | 2026-05-08T01:24:49.629Z | Compiling cargo_metadata v0.19.2 |
| 1610 | 2026-05-08T01:24:49.731Z | Compiling phf v0.13.1 |
| 1611 | 2026-05-08T01:24:49.891Z | Compiling signal-hook-mio v0.2.5 |
| 1612 | 2026-05-08T01:24:50.009Z | Compiling cookie_store v0.22.1 |
| 1613 | 2026-05-08T01:24:50.652Z | Compiling hubpack v0.1.2 |
| 1614 | 2026-05-08T01:24:50.944Z | Compiling hyper-tls v0.6.0 |
| 1615 | 2026-05-08T01:24:51.162Z | Compiling zstd v0.13.3 |
| 1616 | 2026-05-08T01:24:51.185Z | Compiling bzip2 v0.4.4 |
| 1617 | 2026-05-08T01:24:51.225Z | Compiling serde_with_macros v3.17.0 |
| 1618 | 2026-05-08T01:24:51.383Z | Compiling postgres-types v0.2.12 |
| 1619 | 2026-05-08T01:24:51.420Z | Compiling usdt-macro v0.6.0 |
| 1620 | 2026-05-08T01:24:51.433Z | Compiling usdt-attr-macro v0.6.0 |
| 1621 | 2026-05-08T01:24:51.885Z | Compiling dtrace-parser v0.2.0 |
| 1622 | 2026-05-08T01:24:51.918Z | Compiling ed25519 v2.2.3 |
| 1623 | 2026-05-08T01:24:52.137Z | Compiling bstr v1.12.1 |
| 1624 | 2026-05-08T01:24:52.203Z | Compiling phf_shared v0.11.3 |
| 1625 | 2026-05-08T01:24:52.321Z | Compiling pkcs1 v0.7.5 |
| 1626 | 2026-05-08T01:24:52.382Z | Compiling hex v0.4.3 |
| 1627 | 2026-05-08T01:24:52.493Z | Compiling serde-big-array v0.5.1 |
| 1628 | 2026-05-08T01:24:52.610Z | Compiling rfc6979 v0.4.0 |
| 1629 | 2026-05-08T01:24:52.632Z | Compiling enum-as-inner v0.6.1 |
| 1630 | 2026-05-08T01:24:52.648Z | Compiling strum_macros v0.26.4 |
| 1631 | 2026-05-08T01:24:52.718Z | Compiling serde_repr v0.1.20 |
| 1632 | 2026-05-08T01:24:52.732Z | Compiling clap_derive v4.5.55 |
| 1633 | 2026-05-08T01:24:52.777Z | Compiling float-cmp v0.10.0 |
| 1634 | 2026-05-08T01:24:52.799Z | Compiling thread-id v4.2.2 |
| 1635 | 2026-05-08T01:24:52.882Z | Compiling memmap2 v0.9.10 |
| 1636 | 2026-05-08T01:24:52.914Z | Compiling env_filter v1.0.0 |
| 1637 | 2026-05-08T01:24:53.093Z | Compiling encoding_rs v0.8.35 |
| 1638 | 2026-05-08T01:24:53.125Z | Compiling normalize-line-endings v0.3.0 |
| 1639 | 2026-05-08T01:24:53.215Z | Compiling fixedbitset v0.4.2 |
| 1640 | 2026-05-08T01:24:53.220Z | Compiling static_assertions v1.1.0 |
| 1641 | 2026-05-08T01:24:53.254Z | Compiling data-encoding v2.10.0 |
| 1642 | 2026-05-08T01:24:53.344Z | Compiling either v1.15.0 |
| 1643 | 2026-05-08T01:24:53.446Z | Compiling difflib v0.4.0 |
| 1644 | 2026-05-08T01:24:53.563Z | Compiling new_debug_unreachable v1.0.6 |
| 1645 | 2026-05-08T01:24:53.637Z | Compiling precomputed-hash v0.1.1 |
| 1646 | 2026-05-08T01:24:53.739Z | Compiling keccak v0.1.6 |
| 1647 | 2026-05-08T01:24:53.980Z | Compiling fixedbitset v0.5.7 |
| 1648 | 2026-05-08T01:24:54.008Z | Compiling predicates-core v1.0.10 |
| 1649 | 2026-05-08T01:24:54.176Z | Compiling jiff v0.2.21 |
| 1650 | 2026-05-08T01:24:54.275Z | Compiling whoami v2.1.0 |
| 1651 | 2026-05-08T01:24:54.388Z | Compiling mime v0.3.17 |
| 1652 | 2026-05-08T01:24:54.521Z | Compiling rustc-hash v2.1.1 |
| 1653 | 2026-05-08T01:24:54.547Z | Compiling clap v4.5.60 |
| 1654 | 2026-05-08T01:24:54.630Z | Compiling iddqd v0.3.18 |
| 1655 | 2026-05-08T01:24:54.644Z | Compiling tokio-postgres v0.7.16 |
| 1656 | 2026-05-08T01:24:54.646Z | Compiling strum v0.26.3 |
| 1657 | 2026-05-08T01:24:54.646Z | Compiling petgraph v0.8.3 |
| 1658 | 2026-05-08T01:24:54.657Z | Compiling predicates v3.1.4 |
| 1659 | 2026-05-08T01:24:54.780Z | Compiling sha3 v0.10.8 |
| 1660 | 2026-05-08T01:24:55.233Z | Compiling toml_edit v0.22.27 |
| 1661 | 2026-05-08T01:24:55.235Z | Compiling string_cache v0.8.9 |
| 1662 | 2026-05-08T01:24:55.319Z | Compiling hickory-proto v0.25.2 |
| 1663 | 2026-05-08T01:24:55.466Z | Compiling itertools v0.13.0 |
| 1664 | 2026-05-08T01:24:55.746Z | Compiling petgraph v0.6.5 |
| 1665 | 2026-05-08T01:24:56.567Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1666 | 2026-05-08T01:24:56.684Z | Compiling zip v4.6.1 |
| 1667 | 2026-05-08T01:24:56.799Z | Compiling env_logger v0.11.9 |
| 1668 | 2026-05-08T01:24:57.160Z | Compiling usdt v0.6.0 |
| 1669 | 2026-05-08T01:24:57.201Z | Compiling usdt-impl v0.5.0 |
| 1670 | 2026-05-08T01:24:57.403Z | Compiling ecdsa v0.16.9 |
| 1671 | 2026-05-08T01:24:57.629Z | Compiling serde_with v3.17.0 |
| 1672 | 2026-05-08T01:24:57.776Z | Compiling similar v2.7.0 |
| 1673 | 2026-05-08T01:24:57.788Z | Compiling rsa v0.9.10 |
| 1674 | 2026-05-08T01:24:57.887Z | Compiling crossterm v0.28.1 |
| 1675 | 2026-05-08T01:24:58.289Z | Compiling ed25519-dalek v2.2.0 |
| 1676 | 2026-05-08T01:24:58.940Z | Compiling zip v0.6.6 |
| 1677 | 2026-05-08T01:24:59.338Z | Compiling toml v0.7.8 |
| 1678 | 2026-05-08T01:24:59.518Z | Compiling rand v0.10.0 |
| 1679 | 2026-05-08T01:24:59.797Z | Compiling heck v0.4.1 |
| 1680 | 2026-05-08T01:24:59.947Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1681 | 2026-05-08T01:24:59.993Z | Compiling crossbeam-epoch v0.9.18 |
| 1682 | 2026-05-08T01:25:00.027Z | Compiling tokio-stream v0.1.18 |
| 1683 | 2026-05-08T01:25:00.091Z | Compiling buf-list v1.1.2 |
| 1684 | 2026-05-08T01:25:00.342Z | Compiling x509-cert v0.2.5 |
| 1685 | 2026-05-08T01:25:00.373Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1686 | 2026-05-08T01:25:00.443Z | Compiling openapiv3 v2.2.0 |
| 1687 | 2026-05-08T01:25:00.488Z | Compiling sha1 v0.10.6 |
| 1688 | 2026-05-08T01:25:00.574Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1689 | 2026-05-08T01:25:00.667Z | Compiling peg-runtime v0.8.5 |
| 1690 | 2026-05-08T01:25:00.692Z | Compiling lalrpop-util v0.19.12 |
| 1691 | 2026-05-08T01:25:00.859Z | Compiling thread_local v1.1.9 |
| 1692 | 2026-05-08T01:25:00.892Z | Compiling slog-async v2.8.0 |
| 1693 | 2026-05-08T01:25:00.943Z | Compiling crossbeam-channel v0.5.15 |
| 1694 | 2026-05-08T01:25:01.078Z | Compiling futures-executor v0.3.32 |
| 1695 | 2026-05-08T01:25:01.110Z | Compiling filetime v0.2.27 |
| 1696 | 2026-05-08T01:25:01.211Z | Compiling is-terminal v0.4.17 |
| 1697 | 2026-05-08T01:25:01.279Z | Compiling xattr v1.6.1 |
| 1698 | 2026-05-08T01:25:01.305Z | Compiling take_mut v0.2.2 |
| 1699 | 2026-05-08T01:25:01.326Z | Compiling term v1.2.1 |
| 1700 | 2026-05-08T01:25:01.399Z | Compiling tar v0.4.45 |
| 1701 | 2026-05-08T01:25:01.436Z | Compiling futures v0.3.32 |
| 1702 | 2026-05-08T01:25:01.855Z | Compiling slog-term v2.9.2 |
| 1703 | 2026-05-08T01:25:11.346Z | Compiling rustls-webpki v0.103.9 |
| 1704 | 2026-05-08T01:25:14.138Z | Compiling tokio-rustls v0.26.4 |
| 1705 | 2026-05-08T01:25:14.139Z | Compiling rustls-platform-verifier v0.6.2 |
| 1706 | 2026-05-08T01:25:14.315Z | Compiling hyper-rustls v0.27.7 |
| 1707 | 2026-05-08T01:25:14.519Z | Compiling reqwest v0.13.2 |
| 1708 | 2026-05-08T01:25:14.519Z | Compiling reqwest v0.12.28 |
| 1709 | 2026-05-08T01:25:16.574Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1710 | 2026-05-08T01:25:16.781Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1711 | 2026-05-08T01:25:19.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s |
| 1712 | 2026-05-08T01:25:19.704Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1713 | 2026-05-08T01:25:19.757Z | May 08 01:25:18.025 INFO Starting download, target: Cockroach |
| 1714 | 2026-05-08T01:25:19.757Z | May 08 01:25:18.025 INFO Starting download, target: Console |
| 1715 | 2026-05-08T01:25:19.757Z | May 08 01:25:18.025 INFO Starting download, target: Clickhouse |
| 1716 | 2026-05-08T01:25:19.757Z | May 08 01:25:18.025 INFO Starting download, target: DendriteStub |
| 1717 | 2026-05-08T01:25:19.757Z | May 08 01:25:18.025 INFO Starting download, target: MaghemiteMgd |
| 1718 | 2026-05-08T01:25:19.763Z | May 08 01:25:18.025 INFO Starting download, target: TransceiverControl |
| 1719 | 2026-05-08T01:25:19.763Z | May 08 01:25:18.025 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1720 | 2026-05-08T01:25:19.763Z | May 08 01:25:18.025 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1721 | 2026-05-08T01:25:19.763Z | May 08 01:25:18.025 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1722 | 2026-05-08T01:25:19.763Z | May 08 01:25:18.026 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1723 | 2026-05-08T01:25:19.763Z | May 08 01:25:18.026 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1724 | 2026-05-08T01:25:19.763Z | May 08 01:25:18.026 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1725 | 2026-05-08T01:25:20.273Z | May 08 01:25:18.501 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1726 | 2026-05-08T01:25:20.454Z | May 08 01:25:18.712 INFO Download complete, target: TransceiverControl |
| 1727 | 2026-05-08T01:25:20.923Z | May 08 01:25:19.165 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1728 | 2026-05-08T01:25:21.140Z | May 08 01:25:19.404 INFO Download complete, target: Console |
| 1729 | 2026-05-08T01:25:21.757Z | May 08 01:25:20.024 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1730 | 2026-05-08T01:25:21.986Z | May 08 01:25:20.247 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1731 | 2026-05-08T01:25:22.880Z | May 08 01:25:21.125 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1732 | 2026-05-08T01:25:23.971Z | May 08 01:25:22.221 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1733 | 2026-05-08T01:25:23.971Z | May 08 01:25:22.221 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1734 | 2026-05-08T01:25:24.246Z | May 08 01:25:22.514 INFO Download complete, target: DendriteStub |
| 1735 | 2026-05-08T01:25:25.256Z | May 08 01:25:23.525 INFO Download complete, target: MaghemiteMgd |
| 1736 | 2026-05-08T01:25:28.506Z | May 08 01:25:26.776 INFO Checking that binary works, target: Cockroach |
| 1737 | 2026-05-08T01:25:28.546Z | May 08 01:25:26.800 INFO Checking that binary works, target: Clickhouse |
| 1738 | 2026-05-08T01:25:28.622Z | May 08 01:25:26.889 INFO Download complete, target: Cockroach |
| 1739 | 2026-05-08T01:25:28.646Z | May 08 01:25:26.913 INFO Download complete, target: Clickhouse |
| 1740 | 2026-05-08T01:25:28.660Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1741 | 2026-05-08T01:25:28.660Z | |
| 1742 | 2026-05-08T01:25:28.660Z | real 2:11.430127774 |
| 1743 | 2026-05-08T01:25:28.660Z | user 6:45.577079711 |
| 1744 | 2026-05-08T01:25:28.660Z | sys 1:20.217687487 |
| 1745 | 2026-05-08T01:25:28.661Z | trap 0.209410753 |
| 1746 | 2026-05-08T01:25:28.661Z | tflt 0.644131798 |
| 1747 | 2026-05-08T01:25:28.661Z | dflt 0.558941508 |
| 1748 | 2026-05-08T01:25:28.661Z | kflt 0.021553203 |
| 1749 | 2026-05-08T01:25:28.661Z | lock 21:24.478089956 |
| 1750 | 2026-05-08T01:25:28.661Z | slp 20:43.123544210 |
| 1751 | 2026-05-08T01:25:28.661Z | lat 41.461902697 |
| 1752 | 2026-05-08T01:25:28.661Z | stop 1:55.188280211 |
| 1753 | 2026-05-08T01:25:28.665Z | + banner hack-check |
| 1754 | 2026-05-08T01:25:28.665Z | |
| 1755 | 2026-05-08T01:25:28.665Z | # # ## #### # # #### # # ###### #### # # |
| 1756 | 2026-05-08T01:25:28.665Z | # # # # # # # # # # # # # # # # # |
| 1757 | 2026-05-08T01:25:28.665Z | ###### # # # #### ##### # ###### ##### # #### |
| 1758 | 2026-05-08T01:25:28.666Z | # # ###### # # # # # # # # # # |
| 1759 | 2026-05-08T01:25:28.666Z | # # # # # # # # # # # # # # # # # |
| 1760 | 2026-05-08T01:25:28.666Z | # # # # #### # # #### # # ###### #### # # |
| 1761 | 2026-05-08T01:25:28.666Z | |
| 1762 | 2026-05-08T01:25:28.666Z | + export CARGO_INCREMENTAL=0 |
| 1763 | 2026-05-08T01:25:28.666Z | + CARGO_INCREMENTAL=0 |
| 1764 | 2026-05-08T01:25:28.666Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1765 | 2026-05-08T01:25:29.187Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1766 | 2026-05-08T01:25:29.407Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1767 | 2026-05-08T01:25:31.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s |
| 1768 | 2026-05-08T01:25:31.374Z | Running `target/debug/xtask check-features --ci` |
| 1769 | 2026-05-08T01:25:31.394Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1770 | 2026-05-08T01:25:31.402Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1771 | 2026-05-08T01:25:31.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1772 | 2026-05-08T01:25:31.908Z | Running `target/debug/xtask download cargo-hack` |
| 1773 | 2026-05-08T01:25:32.683Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1774 | 2026-05-08T01:25:32.984Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1775 | 2026-05-08T01:25:35.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.50s |
| 1776 | 2026-05-08T01:25:35.626Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1777 | 2026-05-08T01:25:35.657Z | May 08 01:25:33.921 INFO Starting download, target: CargoHack |
| 1778 | 2026-05-08T01:25:35.687Z | May 08 01:25:33.921 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1779 | 2026-05-08T01:25:35.846Z | May 08 01:25:34.110 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1780 | 2026-05-08T01:25:35.902Z | May 08 01:25:34.159 INFO Download complete, target: CargoHack |
| 1781 | 2026-05-08T01:25:35.929Z | 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" |
| 1782 | 2026-05-08T01:25:35.930Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1783 | 2026-05-08T01:25:36.079Z | info: running `cargo check --bins` on api_identity (1/274) |
| 1784 | 2026-05-08T01:25:36.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1785 | 2026-05-08T01:25:36.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1786 | 2026-05-08T01:25:36.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1787 | 2026-05-08T01:25:36.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1788 | 2026-05-08T01:25:36.642Z | |
| 1789 | 2026-05-08T01:25:36.642Z | info: running `cargo check --bins` on bootstore (2/274) |
| 1790 | 2026-05-08T01:25:37.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1791 | 2026-05-08T01:25:37.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1792 | 2026-05-08T01:25:37.122Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1793 | 2026-05-08T01:25:37.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1794 | 2026-05-08T01:25:37.203Z | |
| 1795 | 2026-05-08T01:25:37.203Z | info: running `cargo check --bins` on omicron-ledger (3/274) |
| 1796 | 2026-05-08T01:25:37.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1797 | 2026-05-08T01:25:37.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1798 | 2026-05-08T01:25:37.692Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1799 | 2026-05-08T01:25:37.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1800 | 2026-05-08T01:25:37.770Z | |
| 1801 | 2026-05-08T01:25:37.770Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/274) |
| 1802 | 2026-05-08T01:25:38.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1803 | 2026-05-08T01:25:38.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1804 | 2026-05-08T01:25:38.259Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1805 | 2026-05-08T01:25:38.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1806 | 2026-05-08T01:25:38.344Z | |
| 1807 | 2026-05-08T01:25:38.344Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/274) |
| 1808 | 2026-05-08T01:25:38.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1809 | 2026-05-08T01:25:38.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1810 | 2026-05-08T01:25:38.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1811 | 2026-05-08T01:25:38.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1812 | 2026-05-08T01:25:38.914Z | |
| 1813 | 2026-05-08T01:25:38.914Z | info: running `cargo check --bins` on omicron-certificates (6/274) |
| 1814 | 2026-05-08T01:25:39.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1815 | 2026-05-08T01:25:39.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1816 | 2026-05-08T01:25:39.426Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1817 | 2026-05-08T01:25:39.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1818 | 2026-05-08T01:25:39.504Z | |
| 1819 | 2026-05-08T01:25:39.504Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/274) |
| 1820 | 2026-05-08T01:25:40.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1821 | 2026-05-08T01:25:40.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1822 | 2026-05-08T01:25:40.021Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1823 | 2026-05-08T01:25:40.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1824 | 2026-05-08T01:25:40.103Z | |
| 1825 | 2026-05-08T01:25:40.103Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/274) |
| 1826 | 2026-05-08T01:25:40.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1827 | 2026-05-08T01:25:40.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1828 | 2026-05-08T01:25:40.608Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1829 | 2026-05-08T01:25:40.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1830 | 2026-05-08T01:25:40.701Z | |
| 1831 | 2026-05-08T01:25:40.701Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/274) |
| 1832 | 2026-05-08T01:25:41.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1833 | 2026-05-08T01:25:41.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1834 | 2026-05-08T01:25:41.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1835 | 2026-05-08T01:25:41.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1836 | 2026-05-08T01:25:41.163Z | |
| 1837 | 2026-05-08T01:25:41.163Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/274) |
| 1838 | 2026-05-08T01:25:41.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1839 | 2026-05-08T01:25:41.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1840 | 2026-05-08T01:25:41.623Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1841 | 2026-05-08T01:25:41.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1842 | 2026-05-08T01:25:41.639Z | |
| 1843 | 2026-05-08T01:25:41.639Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/274) |
| 1844 | 2026-05-08T01:25:42.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1845 | 2026-05-08T01:25:42.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1846 | 2026-05-08T01:25:42.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1847 | 2026-05-08T01:25:42.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1848 | 2026-05-08T01:25:42.106Z | |
| 1849 | 2026-05-08T01:25:42.106Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/274) |
| 1850 | 2026-05-08T01:25:42.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1851 | 2026-05-08T01:25:42.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1852 | 2026-05-08T01:25:42.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1853 | 2026-05-08T01:25:42.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1854 | 2026-05-08T01:25:42.578Z | |
| 1855 | 2026-05-08T01:25:42.579Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/274) |
| 1856 | 2026-05-08T01:25:42.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1857 | 2026-05-08T01:25:42.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1858 | 2026-05-08T01:25:42.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1859 | 2026-05-08T01:25:42.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1860 | 2026-05-08T01:25:43.039Z | |
| 1861 | 2026-05-08T01:25:43.039Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/274) |
| 1862 | 2026-05-08T01:25:43.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1863 | 2026-05-08T01:25:43.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1864 | 2026-05-08T01:25:43.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1865 | 2026-05-08T01:25:43.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1866 | 2026-05-08T01:25:43.515Z | |
| 1867 | 2026-05-08T01:25:43.515Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/274) |
| 1868 | 2026-05-08T01:25:43.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1869 | 2026-05-08T01:25:43.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1870 | 2026-05-08T01:25:43.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1871 | 2026-05-08T01:25:43.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1872 | 2026-05-08T01:25:43.983Z | |
| 1873 | 2026-05-08T01:25:43.983Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/274) |
| 1874 | 2026-05-08T01:25:44.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1875 | 2026-05-08T01:25:44.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1876 | 2026-05-08T01:25:44.415Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1877 | 2026-05-08T01:25:44.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1878 | 2026-05-08T01:25:44.454Z | |
| 1879 | 2026-05-08T01:25:44.454Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/274) |
| 1880 | 2026-05-08T01:25:44.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1881 | 2026-05-08T01:25:44.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1882 | 2026-05-08T01:25:44.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1883 | 2026-05-08T01:25:44.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1884 | 2026-05-08T01:25:44.914Z | |
| 1885 | 2026-05-08T01:25:44.914Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/274) |
| 1886 | 2026-05-08T01:25:45.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1887 | 2026-05-08T01:25:45.329Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1888 | 2026-05-08T01:25:45.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1889 | 2026-05-08T01:25:45.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1890 | 2026-05-08T01:25:45.376Z | |
| 1891 | 2026-05-08T01:25:45.376Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/274) |
| 1892 | 2026-05-08T01:25:45.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1893 | 2026-05-08T01:25:45.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1894 | 2026-05-08T01:25:45.805Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1895 | 2026-05-08T01:25:45.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1896 | 2026-05-08T01:25:45.843Z | |
| 1897 | 2026-05-08T01:25:45.843Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/274) |
| 1898 | 2026-05-08T01:25:46.247Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1899 | 2026-05-08T01:25:46.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1900 | 2026-05-08T01:25:46.250Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1901 | 2026-05-08T01:25:46.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1902 | 2026-05-08T01:25:46.315Z | |
| 1903 | 2026-05-08T01:25:46.316Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/274) |
| 1904 | 2026-05-08T01:25:46.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1905 | 2026-05-08T01:25:46.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1906 | 2026-05-08T01:25:46.722Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1907 | 2026-05-08T01:25:46.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1908 | 2026-05-08T01:25:46.780Z | |
| 1909 | 2026-05-08T01:25:46.780Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/274) |
| 1910 | 2026-05-08T01:25:47.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1911 | 2026-05-08T01:25:47.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1912 | 2026-05-08T01:25:47.193Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1913 | 2026-05-08T01:25:47.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1914 | 2026-05-08T01:25:47.258Z | |
| 1915 | 2026-05-08T01:25:47.258Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/274) |
| 1916 | 2026-05-08T01:25:47.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1917 | 2026-05-08T01:25:47.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1918 | 2026-05-08T01:25:47.661Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1919 | 2026-05-08T01:25:47.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1920 | 2026-05-08T01:25:47.715Z | |
| 1921 | 2026-05-08T01:25:47.715Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/274) |
| 1922 | 2026-05-08T01:25:48.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1923 | 2026-05-08T01:25:48.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1924 | 2026-05-08T01:25:48.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1925 | 2026-05-08T01:25:48.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1926 | 2026-05-08T01:25:48.181Z | |
| 1927 | 2026-05-08T01:25:48.181Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/274) |
| 1928 | 2026-05-08T01:25:48.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1929 | 2026-05-08T01:25:48.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1930 | 2026-05-08T01:25:48.592Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1931 | 2026-05-08T01:25:48.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1932 | 2026-05-08T01:25:48.651Z | |
| 1933 | 2026-05-08T01:25:48.651Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/274) |
| 1934 | 2026-05-08T01:25:49.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1935 | 2026-05-08T01:25:49.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1936 | 2026-05-08T01:25:49.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1937 | 2026-05-08T01:25:49.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1938 | 2026-05-08T01:25:49.123Z | |
| 1939 | 2026-05-08T01:25:49.124Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/274) |
| 1940 | 2026-05-08T01:25:49.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1941 | 2026-05-08T01:25:49.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1942 | 2026-05-08T01:25:49.553Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1943 | 2026-05-08T01:25:49.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1944 | 2026-05-08T01:25:49.594Z | |
| 1945 | 2026-05-08T01:25:49.594Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/274) |
| 1946 | 2026-05-08T01:25:49.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1947 | 2026-05-08T01:25:50.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1948 | 2026-05-08T01:25:50.001Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1949 | 2026-05-08T01:25:50.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1950 | 2026-05-08T01:25:50.062Z | |
| 1951 | 2026-05-08T01:25:50.062Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/274) |
| 1952 | 2026-05-08T01:25:50.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1953 | 2026-05-08T01:25:50.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1954 | 2026-05-08T01:25:50.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1955 | 2026-05-08T01:25:50.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1956 | 2026-05-08T01:25:50.526Z | |
| 1957 | 2026-05-08T01:25:50.526Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/274) |
| 1958 | 2026-05-08T01:25:50.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1959 | 2026-05-08T01:25:50.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1960 | 2026-05-08T01:25:50.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1961 | 2026-05-08T01:25:50.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1962 | 2026-05-08T01:25:50.995Z | |
| 1963 | 2026-05-08T01:25:50.995Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/274) |
| 1964 | 2026-05-08T01:25:51.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1965 | 2026-05-08T01:25:51.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1966 | 2026-05-08T01:25:51.405Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1967 | 2026-05-08T01:25:51.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1968 | 2026-05-08T01:25:51.461Z | |
| 1969 | 2026-05-08T01:25:51.462Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/274) |
| 1970 | 2026-05-08T01:25:51.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1971 | 2026-05-08T01:25:51.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1972 | 2026-05-08T01:25:51.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1973 | 2026-05-08T01:25:51.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1974 | 2026-05-08T01:25:51.928Z | |
| 1975 | 2026-05-08T01:25:51.928Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/274) |
| 1976 | 2026-05-08T01:25:52.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1977 | 2026-05-08T01:25:52.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1978 | 2026-05-08T01:25:52.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1979 | 2026-05-08T01:25:52.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1980 | 2026-05-08T01:25:52.390Z | |
| 1981 | 2026-05-08T01:25:52.390Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/274) |
| 1982 | 2026-05-08T01:25:52.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1983 | 2026-05-08T01:25:52.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1984 | 2026-05-08T01:25:52.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1985 | 2026-05-08T01:25:52.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1986 | 2026-05-08T01:25:53.226Z | |
| 1987 | 2026-05-08T01:25:53.226Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/274) |
| 1988 | 2026-05-08T01:25:53.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1989 | 2026-05-08T01:25:53.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1990 | 2026-05-08T01:25:53.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1991 | 2026-05-08T01:25:53.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1992 | 2026-05-08T01:25:53.329Z | |
| 1993 | 2026-05-08T01:25:53.329Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/274) |
| 1994 | 2026-05-08T01:25:53.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1995 | 2026-05-08T01:25:53.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1996 | 2026-05-08T01:25:53.737Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1997 | 2026-05-08T01:25:53.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1998 | 2026-05-08T01:25:53.796Z | |
| 1999 | 2026-05-08T01:25:53.796Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/274) |
| 2000 | 2026-05-08T01:25:54.201Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2001 | 2026-05-08T01:25:54.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2002 | 2026-05-08T01:25:54.204Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2003 | 2026-05-08T01:25:54.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2004 | 2026-05-08T01:25:54.262Z | |
| 2005 | 2026-05-08T01:25:54.262Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/274) |
| 2006 | 2026-05-08T01:25:54.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2007 | 2026-05-08T01:25:54.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2008 | 2026-05-08T01:25:54.669Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2009 | 2026-05-08T01:25:54.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2010 | 2026-05-08T01:25:54.727Z | |
| 2011 | 2026-05-08T01:25:54.727Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/274) |
| 2012 | 2026-05-08T01:25:55.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2013 | 2026-05-08T01:25:55.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2014 | 2026-05-08T01:25:55.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2015 | 2026-05-08T01:25:55.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2016 | 2026-05-08T01:25:55.195Z | |
| 2017 | 2026-05-08T01:25:55.196Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/274) |
| 2018 | 2026-05-08T01:25:55.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2019 | 2026-05-08T01:25:55.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2020 | 2026-05-08T01:25:55.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2021 | 2026-05-08T01:25:55.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2022 | 2026-05-08T01:25:55.657Z | |
| 2023 | 2026-05-08T01:25:55.657Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/274) |
| 2024 | 2026-05-08T01:25:56.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2025 | 2026-05-08T01:25:56.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2026 | 2026-05-08T01:25:56.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2027 | 2026-05-08T01:25:56.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2028 | 2026-05-08T01:25:56.119Z | |
| 2029 | 2026-05-08T01:25:56.119Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/274) |
| 2030 | 2026-05-08T01:25:56.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2031 | 2026-05-08T01:25:56.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2032 | 2026-05-08T01:25:56.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2033 | 2026-05-08T01:25:56.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2034 | 2026-05-08T01:25:56.578Z | |
| 2035 | 2026-05-08T01:25:56.578Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/274) |
| 2036 | 2026-05-08T01:25:56.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2037 | 2026-05-08T01:25:56.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2038 | 2026-05-08T01:25:56.999Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2039 | 2026-05-08T01:25:56.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2040 | 2026-05-08T01:25:57.042Z | |
| 2041 | 2026-05-08T01:25:57.042Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/274) |
| 2042 | 2026-05-08T01:25:57.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2043 | 2026-05-08T01:25:57.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2044 | 2026-05-08T01:25:57.465Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2045 | 2026-05-08T01:25:57.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2046 | 2026-05-08T01:25:57.527Z | |
| 2047 | 2026-05-08T01:25:57.527Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/274) |
| 2048 | 2026-05-08T01:25:57.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2049 | 2026-05-08T01:25:57.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2050 | 2026-05-08T01:25:57.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2051 | 2026-05-08T01:25:57.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2052 | 2026-05-08T01:25:57.963Z | |
| 2053 | 2026-05-08T01:25:57.963Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/274) |
| 2054 | 2026-05-08T01:25:58.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2055 | 2026-05-08T01:25:58.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2056 | 2026-05-08T01:25:58.373Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2057 | 2026-05-08T01:25:58.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 2058 | 2026-05-08T01:25:58.422Z | |
| 2059 | 2026-05-08T01:25:58.423Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/274) |
| 2060 | 2026-05-08T01:25:58.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2061 | 2026-05-08T01:25:58.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2062 | 2026-05-08T01:25:58.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2063 | 2026-05-08T01:25:58.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2064 | 2026-05-08T01:25:58.887Z | |
| 2065 | 2026-05-08T01:25:58.887Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/274) |
| 2066 | 2026-05-08T01:25:59.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2067 | 2026-05-08T01:25:59.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2068 | 2026-05-08T01:25:59.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2069 | 2026-05-08T01:25:59.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2070 | 2026-05-08T01:25:59.351Z | |
| 2071 | 2026-05-08T01:25:59.351Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/274) |
| 2072 | 2026-05-08T01:25:59.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2073 | 2026-05-08T01:25:59.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2074 | 2026-05-08T01:25:59.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2075 | 2026-05-08T01:25:59.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2076 | 2026-05-08T01:25:59.980Z | |
| 2077 | 2026-05-08T01:25:59.980Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/274) |
| 2078 | 2026-05-08T01:26:00.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2079 | 2026-05-08T01:26:00.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2080 | 2026-05-08T01:26:00.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2081 | 2026-05-08T01:26:00.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2082 | 2026-05-08T01:26:00.600Z | |
| 2083 | 2026-05-08T01:26:00.600Z | info: running `cargo check --bins` on nexus-config (51/274) |
| 2084 | 2026-05-08T01:26:01.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2085 | 2026-05-08T01:26:01.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2086 | 2026-05-08T01:26:01.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2087 | 2026-05-08T01:26:01.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2088 | 2026-05-08T01:26:01.221Z | |
| 2089 | 2026-05-08T01:26:01.221Z | info: running `cargo check --bins` on nexus-types (52/274) |
| 2090 | 2026-05-08T01:26:01.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2091 | 2026-05-08T01:26:01.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2092 | 2026-05-08T01:26:01.767Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2093 | 2026-05-08T01:26:01.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2094 | 2026-05-08T01:26:01.858Z | |
| 2095 | 2026-05-08T01:26:01.858Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/274) |
| 2096 | 2026-05-08T01:26:02.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2097 | 2026-05-08T01:26:02.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2098 | 2026-05-08T01:26:02.358Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2099 | 2026-05-08T01:26:02.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2100 | 2026-05-08T01:26:02.443Z | |
| 2101 | 2026-05-08T01:26:02.443Z | info: running `cargo check --bins` on omicron-passwords (54/274) |
| 2102 | 2026-05-08T01:26:02.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2103 | 2026-05-08T01:26:02.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2104 | 2026-05-08T01:26:02.936Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2105 | 2026-05-08T01:26:02.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2106 | 2026-05-08T01:26:03.011Z | |
| 2107 | 2026-05-08T01:26:03.011Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/274) |
| 2108 | 2026-05-08T01:26:03.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2109 | 2026-05-08T01:26:03.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2110 | 2026-05-08T01:26:03.524Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2111 | 2026-05-08T01:26:03.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2112 | 2026-05-08T01:26:03.608Z | |
| 2113 | 2026-05-08T01:26:03.608Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/274) |
| 2114 | 2026-05-08T01:26:04.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2115 | 2026-05-08T01:26:04.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2116 | 2026-05-08T01:26:04.104Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2117 | 2026-05-08T01:26:04.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2118 | 2026-05-08T01:26:04.191Z | |
| 2119 | 2026-05-08T01:26:04.191Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/274) |
| 2120 | 2026-05-08T01:26:04.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2121 | 2026-05-08T01:26:04.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2122 | 2026-05-08T01:26:04.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2123 | 2026-05-08T01:26:04.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2124 | 2026-05-08T01:26:04.787Z | |
| 2125 | 2026-05-08T01:26:04.788Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/274) |
| 2126 | 2026-05-08T01:26:05.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2127 | 2026-05-08T01:26:05.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2128 | 2026-05-08T01:26:05.290Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2129 | 2026-05-08T01:26:05.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2130 | 2026-05-08T01:26:05.378Z | |
| 2131 | 2026-05-08T01:26:05.378Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/274) |
| 2132 | 2026-05-08T01:26:05.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2133 | 2026-05-08T01:26:05.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2134 | 2026-05-08T01:26:05.869Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2135 | 2026-05-08T01:26:05.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2136 | 2026-05-08T01:26:05.951Z | |
| 2137 | 2026-05-08T01:26:05.951Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/274) |
| 2138 | 2026-05-08T01:26:06.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2139 | 2026-05-08T01:26:06.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2140 | 2026-05-08T01:26:06.439Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2141 | 2026-05-08T01:26:06.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2142 | 2026-05-08T01:26:06.524Z | |
| 2143 | 2026-05-08T01:26:06.524Z | info: running `cargo check --bins --no-default-features` on gfss (61/274) |
| 2144 | 2026-05-08T01:26:07.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2145 | 2026-05-08T01:26:07.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2146 | 2026-05-08T01:26:07.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2147 | 2026-05-08T01:26:07.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2148 | 2026-05-08T01:26:07.092Z | |
| 2149 | 2026-05-08T01:26:07.092Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/274) |
| 2150 | 2026-05-08T01:26:07.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2151 | 2026-05-08T01:26:07.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2152 | 2026-05-08T01:26:07.578Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2153 | 2026-05-08T01:26:07.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2154 | 2026-05-08T01:26:07.664Z | |
| 2155 | 2026-05-08T01:26:07.664Z | info: running `cargo check --bins` on clickhouse-admin-types (63/274) |
| 2156 | 2026-05-08T01:26:08.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2157 | 2026-05-08T01:26:08.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2158 | 2026-05-08T01:26:08.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2159 | 2026-05-08T01:26:08.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2160 | 2026-05-08T01:26:08.250Z | |
| 2161 | 2026-05-08T01:26:08.250Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/274) |
| 2162 | 2026-05-08T01:26:08.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2163 | 2026-05-08T01:26:08.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2164 | 2026-05-08T01:26:08.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2165 | 2026-05-08T01:26:08.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2166 | 2026-05-08T01:26:08.839Z | |
| 2167 | 2026-05-08T01:26:08.839Z | info: running `cargo check --bins` on cockroach-admin-types (65/274) |
| 2168 | 2026-05-08T01:26:09.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2169 | 2026-05-08T01:26:09.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2170 | 2026-05-08T01:26:09.325Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2171 | 2026-05-08T01:26:09.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2172 | 2026-05-08T01:26:09.412Z | |
| 2173 | 2026-05-08T01:26:09.412Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/274) |
| 2174 | 2026-05-08T01:26:09.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2175 | 2026-05-08T01:26:09.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2176 | 2026-05-08T01:26:09.901Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2177 | 2026-05-08T01:26:09.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2178 | 2026-05-08T01:26:09.986Z | |
| 2179 | 2026-05-08T01:26:09.986Z | info: running `cargo check --bins` on ereport-types (67/274) |
| 2180 | 2026-05-08T01:26:10.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2181 | 2026-05-08T01:26:10.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2182 | 2026-05-08T01:26:10.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2183 | 2026-05-08T01:26:10.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2184 | 2026-05-08T01:26:10.565Z | |
| 2185 | 2026-05-08T01:26:10.565Z | info: running `cargo check --bins` on gateway-client (68/274) |
| 2186 | 2026-05-08T01:26:11.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2187 | 2026-05-08T01:26:11.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2188 | 2026-05-08T01:26:11.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2189 | 2026-05-08T01:26:11.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2190 | 2026-05-08T01:26:11.146Z | |
| 2191 | 2026-05-08T01:26:11.146Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/274) |
| 2192 | 2026-05-08T01:26:11.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2193 | 2026-05-08T01:26:11.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2194 | 2026-05-08T01:26:11.650Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2195 | 2026-05-08T01:26:11.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2196 | 2026-05-08T01:26:11.726Z | |
| 2197 | 2026-05-08T01:26:11.726Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/274) |
| 2198 | 2026-05-08T01:26:12.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2199 | 2026-05-08T01:26:12.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2200 | 2026-05-08T01:26:12.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2201 | 2026-05-08T01:26:12.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2202 | 2026-05-08T01:26:12.309Z | |
| 2203 | 2026-05-08T01:26:12.309Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/274) |
| 2204 | 2026-05-08T01:26:12.802Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2205 | 2026-05-08T01:26:12.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2206 | 2026-05-08T01:26:12.807Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2207 | 2026-05-08T01:26:12.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2208 | 2026-05-08T01:26:12.891Z | |
| 2209 | 2026-05-08T01:26:12.891Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/274) |
| 2210 | 2026-05-08T01:26:13.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2211 | 2026-05-08T01:26:13.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2212 | 2026-05-08T01:26:13.385Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2213 | 2026-05-08T01:26:13.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2214 | 2026-05-08T01:26:13.471Z | |
| 2215 | 2026-05-08T01:26:13.471Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/274) |
| 2216 | 2026-05-08T01:26:13.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2217 | 2026-05-08T01:26:13.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2218 | 2026-05-08T01:26:13.982Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2219 | 2026-05-08T01:26:13.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2220 | 2026-05-08T01:26:14.073Z | |
| 2221 | 2026-05-08T01:26:14.073Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/274) |
| 2222 | 2026-05-08T01:26:14.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2223 | 2026-05-08T01:26:14.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2224 | 2026-05-08T01:26:14.584Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2225 | 2026-05-08T01:26:14.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2226 | 2026-05-08T01:26:14.677Z | |
| 2227 | 2026-05-08T01:26:14.677Z | info: running `cargo check --bins` on key-manager-types (75/274) |
| 2228 | 2026-05-08T01:26:15.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2229 | 2026-05-08T01:26:15.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2230 | 2026-05-08T01:26:15.165Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2231 | 2026-05-08T01:26:15.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2232 | 2026-05-08T01:26:15.251Z | |
| 2233 | 2026-05-08T01:26:15.251Z | info: running `cargo check --bins` on oxlog (76/274) |
| 2234 | 2026-05-08T01:26:15.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2235 | 2026-05-08T01:26:15.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2236 | 2026-05-08T01:26:15.850Z | Checking cfg-if v1.0.4 |
| 2237 | 2026-05-08T01:26:15.853Z | Checking libc v0.2.185 |
| 2238 | 2026-05-08T01:26:15.853Z | Checking serde_core v1.0.228 |
| 2239 | 2026-05-08T01:26:15.968Z | Checking zeroize v1.8.2 |
| 2240 | 2026-05-08T01:26:15.976Z | Checking memchr v2.8.0 |
| 2241 | 2026-05-08T01:26:15.985Z | Checking log v0.4.29 |
| 2242 | 2026-05-08T01:26:15.994Z | Checking smallvec v1.15.1 |
| 2243 | 2026-05-08T01:26:16.006Z | Checking typenum v1.19.0 |
| 2244 | 2026-05-08T01:26:16.006Z | Checking subtle v2.6.1 |
| 2245 | 2026-05-08T01:26:16.102Z | Checking itoa v1.0.17 |
| 2246 | 2026-05-08T01:26:16.138Z | Checking scopeguard v1.2.0 |
| 2247 | 2026-05-08T01:26:16.154Z | Checking const-oid v0.9.6 |
| 2248 | 2026-05-08T01:26:16.166Z | Checking stable_deref_trait v1.2.1 |
| 2249 | 2026-05-08T01:26:16.233Z | Checking lock_api v0.4.14 |
| 2250 | 2026-05-08T01:26:16.246Z | Checking portable-atomic v1.13.1 |
| 2251 | 2026-05-08T01:26:16.246Z | Checking zerofrom v0.1.6 |
| 2252 | 2026-05-08T01:26:16.337Z | Checking critical-section v1.2.0 |
| 2253 | 2026-05-08T01:26:16.349Z | Checking getrandom v0.2.17 |
| 2254 | 2026-05-08T01:26:16.371Z | Checking errno v0.3.14 |
| 2255 | 2026-05-08T01:26:16.423Z | Checking yoke v0.8.1 |
| 2256 | 2026-05-08T01:26:16.437Z | Checking parking_lot_core v0.9.12 |
| 2257 | 2026-05-08T01:26:16.465Z | Checking signal-hook-registry v1.4.8 |
| 2258 | 2026-05-08T01:26:16.484Z | Checking rand_core v0.6.4 |
| 2259 | 2026-05-08T01:26:16.520Z | Checking generic-array v0.14.7 |
| 2260 | 2026-05-08T01:26:16.584Z | Checking zerovec v0.11.5 |
| 2261 | 2026-05-08T01:26:16.614Z | Checking zerocopy v0.8.40 |
| 2262 | 2026-05-08T01:26:16.617Z | Checking pin-project-lite v0.2.17 |
| 2263 | 2026-05-08T01:26:16.638Z | Checking once_cell v1.21.3 |
| 2264 | 2026-05-08T01:26:16.651Z | Checking parking_lot v0.12.5 |
| 2265 | 2026-05-08T01:26:16.708Z | Checking mio v1.2.0 |
| 2266 | 2026-05-08T01:26:16.803Z | Checking socket2 v0.6.3 |
| 2267 | 2026-05-08T01:26:16.816Z | Checking libm v0.2.16 |
| 2268 | 2026-05-08T01:26:16.827Z | Checking zmij v1.0.21 |
| 2269 | 2026-05-08T01:26:16.948Z | Checking crypto-common v0.1.7 |
| 2270 | 2026-05-08T01:26:16.977Z | Checking block-buffer v0.10.4 |
| 2271 | 2026-05-08T01:26:17.015Z | Checking tinystr v0.8.2 |
| 2272 | 2026-05-08T01:26:17.037Z | Checking equivalent v1.0.2 |
| 2273 | 2026-05-08T01:26:17.040Z | Checking percent-encoding v2.3.2 |
| 2274 | 2026-05-08T01:26:17.067Z | Checking litemap v0.8.1 |
| 2275 | 2026-05-08T01:26:17.103Z | Checking futures-core v0.3.32 |
| 2276 | 2026-05-08T01:26:17.116Z | Checking digest v0.10.7 |
| 2277 | 2026-05-08T01:26:17.168Z | Checking writeable v0.6.2 |
| 2278 | 2026-05-08T01:26:17.185Z | Checking potential_utf v0.1.4 |
| 2279 | 2026-05-08T01:26:17.220Z | Checking zerotrie v0.2.3 |
| 2280 | 2026-05-08T01:26:17.233Z | Checking rand_core v0.10.0 |
| 2281 | 2026-05-08T01:26:17.302Z | Checking cpufeatures v0.2.17 |
| 2282 | 2026-05-08T01:26:17.313Z | Checking icu_collections v2.1.1 |
| 2283 | 2026-05-08T01:26:17.326Z | Checking icu_locale_core v2.1.1 |
| 2284 | 2026-05-08T01:26:17.364Z | Checking hmac v0.12.1 |
| 2285 | 2026-05-08T01:26:17.379Z | Checking getrandom v0.4.1 |
| 2286 | 2026-05-08T01:26:17.409Z | Checking serde v1.0.228 |
| 2287 | 2026-05-08T01:26:17.457Z | Checking bitflags v2.11.0 |
| 2288 | 2026-05-08T01:26:17.489Z | Checking serde_json v1.0.149 |
| 2289 | 2026-05-08T01:26:17.515Z | Checking num-traits v0.2.19 |
| 2290 | 2026-05-08T01:26:17.515Z | Checking block-padding v0.3.3 |
| 2291 | 2026-05-08T01:26:17.610Z | Checking icu_normalizer_data v2.1.1 |
| 2292 | 2026-05-08T01:26:17.614Z | Checking icu_properties_data v2.1.2 |
| 2293 | 2026-05-08T01:26:17.656Z | Checking futures-sink v0.3.32 |
| 2294 | 2026-05-08T01:26:17.683Z | Checking hashbrown v0.17.0 |
| 2295 | 2026-05-08T01:26:17.745Z | Checking inout v0.1.4 |
| 2296 | 2026-05-08T01:26:17.757Z | Checking futures-channel v0.3.32 |
| 2297 | 2026-05-08T01:26:17.799Z | Checking bytes v1.11.1 |
| 2298 | 2026-05-08T01:26:17.860Z | Checking icu_provider v2.1.1 |
| 2299 | 2026-05-08T01:26:17.879Z | Checking futures-task v0.3.32 |
| 2300 | 2026-05-08T01:26:17.935Z | Checking futures-io v0.3.32 |
| 2301 | 2026-05-08T01:26:18.009Z | Checking slab v0.4.12 |
| 2302 | 2026-05-08T01:26:18.046Z | Checking cipher v0.4.4 |
| 2303 | 2026-05-08T01:26:18.059Z | Checking sha2 v0.10.9 |
| 2304 | 2026-05-08T01:26:18.084Z | Checking icu_properties v2.1.2 |
| 2305 | 2026-05-08T01:26:18.137Z | Checking indexmap v2.14.0 |
| 2306 | 2026-05-08T01:26:18.153Z | Checking icu_normalizer v2.1.1 |
| 2307 | 2026-05-08T01:26:18.162Z | Checking futures-util v0.3.32 |
| 2308 | 2026-05-08T01:26:18.227Z | Checking tokio v1.52.1 |
| 2309 | 2026-05-08T01:26:18.248Z | Checking getrandom v0.3.4 |
| 2310 | 2026-05-08T01:26:18.324Z | Checking base64ct v1.8.3 |
| 2311 | 2026-05-08T01:26:18.385Z | Checking utf8_iter v1.0.4 |
| 2312 | 2026-05-08T01:26:18.445Z | Checking byteorder v1.5.0 |
| 2313 | 2026-05-08T01:26:18.505Z | Checking form_urlencoded v1.2.2 |
| 2314 | 2026-05-08T01:26:18.553Z | Checking pem-rfc7468 v0.7.0 |
| 2315 | 2026-05-08T01:26:18.629Z | Checking flagset v0.4.7 |
| 2316 | 2026-05-08T01:26:18.641Z | Checking fnv v1.0.7 |
| 2317 | 2026-05-08T01:26:18.676Z | Checking rand_core v0.9.5 |
| 2318 | 2026-05-08T01:26:18.707Z | Checking salsa20 v0.10.2 |
| 2319 | 2026-05-08T01:26:18.728Z | Checking http v1.4.0 |
| 2320 | 2026-05-08T01:26:18.748Z | Checking der v0.7.10 |
| 2321 | 2026-05-08T01:26:18.834Z | Checking uuid v1.23.0 |
| 2322 | 2026-05-08T01:26:18.847Z | Checking pbkdf2 v0.12.2 |
| 2323 | 2026-05-08T01:26:18.904Z | Checking idna_adapter v1.2.1 |
| 2324 | 2026-05-08T01:26:18.951Z | Checking scrypt v0.11.0 |
| 2325 | 2026-05-08T01:26:19.020Z | Checking idna v1.1.0 |
| 2326 | 2026-05-08T01:26:19.087Z | Checking aes v0.8.4 |
| 2327 | 2026-05-08T01:26:19.130Z | Checking cbc v0.1.2 |
| 2328 | 2026-05-08T01:26:19.253Z | Checking rustix v1.1.3 |
| 2329 | 2026-05-08T01:26:19.265Z | Checking url v2.5.8 |
| 2330 | 2026-05-08T01:26:19.276Z | Checking tracing-core v0.1.36 |
| 2331 | 2026-05-08T01:26:19.331Z | Checking ppv-lite86 v0.2.21 |
| 2332 | 2026-05-08T01:26:19.467Z | Checking rustls-pki-types v1.14.0 |
| 2333 | 2026-05-08T01:26:19.470Z | Checking spki v0.7.3 |
| 2334 | 2026-05-08T01:26:19.573Z | Checking iana-time-zone v0.1.65 |
| 2335 | 2026-05-08T01:26:19.615Z | Checking rand_chacha v0.9.0 |
| 2336 | 2026-05-08T01:26:19.634Z | Checking regex-syntax v0.8.10 |
| 2337 | 2026-05-08T01:26:19.678Z | Checking chrono v0.4.44 |
| 2338 | 2026-05-08T01:26:19.690Z | Checking pkcs5 v0.7.1 |
| 2339 | 2026-05-08T01:26:19.744Z | Checking tracing v0.1.44 |
| 2340 | 2026-05-08T01:26:19.807Z | Checking rand v0.9.2 |
| 2341 | 2026-05-08T01:26:19.939Z | Checking http-body v1.0.1 |
| 2342 | 2026-05-08T01:26:19.952Z | Checking aws-lc-sys v0.37.1 |
| 2343 | 2026-05-08T01:26:20.039Z | Checking untrusted v0.9.0 |
| 2344 | 2026-05-08T01:26:20.065Z | Checking openssl-probe v0.2.1 |
| 2345 | 2026-05-08T01:26:20.078Z | Checking base64 v0.22.1 |
| 2346 | 2026-05-08T01:26:20.146Z | Checking untrusted v0.7.1 |
| 2347 | 2026-05-08T01:26:20.167Z | Checking ring v0.17.14 |
| 2348 | 2026-05-08T01:26:20.272Z | Checking pkcs8 v0.10.2 |
| 2349 | 2026-05-08T01:26:20.288Z | Checking atomic-waker v1.1.2 |
| 2350 | 2026-05-08T01:26:20.310Z | Checking try-lock v0.2.5 |
| 2351 | 2026-05-08T01:26:20.385Z | Checking tinyvec_macros v0.1.1 |
| 2352 | 2026-05-08T01:26:20.408Z | Checking tower-service v0.3.3 |
| 2353 | 2026-05-08T01:26:20.445Z | Checking tower-layer v0.3.3 |
| 2354 | 2026-05-08T01:26:20.458Z | Checking plain v0.2.3 |
| 2355 | 2026-05-08T01:26:20.460Z | Checking aws-lc-rs v1.16.0 |
| 2356 | 2026-05-08T01:26:20.493Z | Checking tinyvec v1.10.0 |
| 2357 | 2026-05-08T01:26:20.542Z | Checking want v0.3.1 |
| 2358 | 2026-05-08T01:26:20.558Z | Checking ipnet v2.11.0 |
| 2359 | 2026-05-08T01:26:20.588Z | Checking semver v1.0.28 |
| 2360 | 2026-05-08T01:26:20.662Z | Checking httparse v1.10.1 |
| 2361 | 2026-05-08T01:26:20.793Z | Checking spin v0.9.8 |
| 2362 | 2026-05-08T01:26:20.807Z | Checking unicode-ident v1.0.24 |
| 2363 | 2026-05-08T01:26:20.807Z | Checking ucd-trie v0.1.7 |
| 2364 | 2026-05-08T01:26:20.867Z | Checking fastrand v2.3.0 |
| 2365 | 2026-05-08T01:26:20.923Z | Checking pin-utils v0.1.0 |
| 2366 | 2026-05-08T01:26:20.934Z | Checking foreign-types-shared v0.1.1 |
| 2367 | 2026-05-08T01:26:20.955Z | Checking httpdate v1.0.3 |
| 2368 | 2026-05-08T01:26:20.967Z | Checking dyn-clone v1.0.20 |
| 2369 | 2026-05-08T01:26:20.988Z | Checking pest v2.8.6 |
| 2370 | 2026-05-08T01:26:21.009Z | Checking foreign-types v0.3.2 |
| 2371 | 2026-05-08T01:26:21.043Z | Checking tempfile v3.25.0 |
| 2372 | 2026-05-08T01:26:21.061Z | Checking schemars v0.8.22 |
| 2373 | 2026-05-08T01:26:21.073Z | Checking proc-macro2 v1.0.106 |
| 2374 | 2026-05-08T01:26:21.098Z | Checking openssl-sys v0.9.114 |
| 2375 | 2026-05-08T01:26:21.183Z | Checking thiserror v2.0.18 |
| 2376 | 2026-05-08T01:26:21.232Z | Checking wait-timeout v0.2.1 |
| 2377 | 2026-05-08T01:26:21.284Z | Checking aho-corasick v1.1.4 |
| 2378 | 2026-05-08T01:26:21.308Z | Checking rustls-webpki v0.103.9 |
| 2379 | 2026-05-08T01:26:21.353Z | Checking siphasher v1.0.2 |
| 2380 | 2026-05-08T01:26:21.379Z | Checking anstyle v1.0.13 |
| 2381 | 2026-05-08T01:26:21.441Z | Checking tokio-util v0.7.18 |
| 2382 | 2026-05-08T01:26:21.504Z | Checking powerfmt v0.2.0 |
| 2383 | 2026-05-08T01:26:21.556Z | Checking quick-error v1.2.3 |
| 2384 | 2026-05-08T01:26:21.594Z | Checking bit-vec v0.8.0 |
| 2385 | 2026-05-08T01:26:21.652Z | Checking pretty-hex v0.4.1 |
| 2386 | 2026-05-08T01:26:21.652Z | Checking utf8parse v0.2.2 |
| 2387 | 2026-05-08T01:26:21.700Z | Checking simd-adler32 v0.3.8 |
| 2388 | 2026-05-08T01:26:21.719Z | Checking rustls v0.23.37 |
| 2389 | 2026-05-08T01:26:21.758Z | Checking anstyle-parse v0.2.7 |
| 2390 | 2026-05-08T01:26:21.771Z | Checking deranged v0.5.8 |
| 2391 | 2026-05-08T01:26:21.782Z | Checking bit-set v0.8.0 |
| 2392 | 2026-05-08T01:26:21.861Z | Checking rusty-fork v0.3.1 |
| 2393 | 2026-05-08T01:26:21.902Z | Checking openssl v0.10.78 |
| 2394 | 2026-05-08T01:26:21.924Z | Checking quote v1.0.45 |
| 2395 | 2026-05-08T01:26:21.943Z | Checking regex-automata v0.4.14 |
| 2396 | 2026-05-08T01:26:22.028Z | Compiling newtype-uuid v1.3.2 |
| 2397 | 2026-05-08T01:26:22.042Z | Checking h2 v0.4.13 |
| 2398 | 2026-05-08T01:26:22.045Z | Checking unicode-normalization v0.1.25 |
| 2399 | 2026-05-08T01:26:22.085Z | Checking rustls-native-certs v0.8.3 |
| 2400 | 2026-05-08T01:26:22.201Z | Checking crossbeam-utils v0.8.21 |
| 2401 | 2026-05-08T01:26:22.213Z | Checking rand_xorshift v0.4.0 |
| 2402 | 2026-05-08T01:26:22.325Z | Checking crc32fast v1.5.0 |
| 2403 | 2026-05-08T01:26:22.442Z | Checking scroll v0.13.0 |
| 2404 | 2026-05-08T01:26:22.463Z | Checking signature v2.2.0 |
| 2405 | 2026-05-08T01:26:22.526Z | Checking sync_wrapper v1.0.2 |
| 2406 | 2026-05-08T01:26:22.588Z | Checking unicode-bidi v0.3.18 |
| 2407 | 2026-05-08T01:26:22.625Z | Checking unicode-properties v0.1.4 |
| 2408 | 2026-05-08T01:26:22.657Z | Checking is_terminal_polyfill v1.70.2 |
| 2409 | 2026-05-08T01:26:22.679Z | Checking adler2 v2.0.1 |
| 2410 | 2026-05-08T01:26:22.740Z | Checking num-conv v0.2.0 |
| 2411 | 2026-05-08T01:26:22.782Z | Checking colorchoice v1.0.4 |
| 2412 | 2026-05-08T01:26:22.805Z | Checking allocator-api2 v0.2.21 |
| 2413 | 2026-05-08T01:26:22.852Z | Checking anstyle-query v1.1.5 |
| 2414 | 2026-05-08T01:26:22.875Z | Checking unarray v0.1.4 |
| 2415 | 2026-05-08T01:26:22.889Z | Checking num_threads v0.1.7 |
| 2416 | 2026-05-08T01:26:22.937Z | Checking time-core v0.1.8 |
| 2417 | 2026-05-08T01:26:22.968Z | Checking anstream v0.6.21 |
| 2418 | 2026-05-08T01:26:22.979Z | Checking proptest v1.10.0 |
| 2419 | 2026-05-08T01:26:23.072Z | Checking time v0.3.47 |
| 2420 | 2026-05-08T01:26:23.075Z | Checking stringprep v0.1.5 |
| 2421 | 2026-05-08T01:26:23.157Z | Checking miniz_oxide v0.8.9 |
| 2422 | 2026-05-08T01:26:23.243Z | Checking goblin v0.10.5 |
| 2423 | 2026-05-08T01:26:23.499Z | Checking tower v0.5.3 |
| 2424 | 2026-05-08T01:26:23.742Z | Checking crossbeam-epoch v0.9.18 |
| 2425 | 2026-05-08T01:26:23.862Z | Checking native-tls v0.2.18 |
| 2426 | 2026-05-08T01:26:23.878Z | Compiling daft v0.1.5 |
| 2427 | 2026-05-08T01:26:23.959Z | Checking syn v2.0.117 |
| 2428 | 2026-05-08T01:26:24.036Z | Checking ipnetwork v0.21.1 |
| 2429 | 2026-05-08T01:26:24.058Z | Checking tokio-rustls v0.26.4 |
| 2430 | 2026-05-08T01:26:24.153Z | Checking http-body-util v0.1.3 |
| 2431 | 2026-05-08T01:26:24.186Z | Checking webpki-roots v1.0.6 |
| 2432 | 2026-05-08T01:26:24.244Z | Checking rand_chacha v0.3.1 |
| 2433 | 2026-05-08T01:26:24.268Z | Checking scroll v0.12.0 |
| 2434 | 2026-05-08T01:26:24.299Z | Checking thiserror v1.0.69 |
| 2435 | 2026-05-08T01:26:24.370Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2436 | 2026-05-08T01:26:24.391Z | Checking hash32 v0.2.1 |
| 2437 | 2026-05-08T01:26:24.444Z | Checking num-integer v0.1.46 |
| 2438 | 2026-05-08T01:26:24.474Z | Checking serde_spanned v0.6.9 |
| 2439 | 2026-05-08T01:26:24.489Z | Checking toml_datetime v0.6.11 |
| 2440 | 2026-05-08T01:26:24.544Z | Checking md-5 v0.10.6 |
| 2441 | 2026-05-08T01:26:24.596Z | Checking ff v0.13.1 |
| 2442 | 2026-05-08T01:26:24.662Z | Checking ryu v1.0.23 |
| 2443 | 2026-05-08T01:26:24.674Z | Checking base16ct v0.2.0 |
| 2444 | 2026-05-08T01:26:24.687Z | Checking hyper v1.8.1 |
| 2445 | 2026-05-08T01:26:24.690Z | Checking zlib-rs v0.6.2 |
| 2446 | 2026-05-08T01:26:24.714Z | Checking iri-string v0.7.10 |
| 2447 | 2026-05-08T01:26:24.728Z | Checking psl-types v2.0.11 |
| 2448 | 2026-05-08T01:26:24.789Z | Checking fallible-iterator v0.2.0 |
| 2449 | 2026-05-08T01:26:24.792Z | Checking serde_urlencoded v0.7.1 |
| 2450 | 2026-05-08T01:26:24.840Z | Checking publicsuffix v2.3.0 |
| 2451 | 2026-05-08T01:26:24.993Z | Checking sec1 v0.7.3 |
| 2452 | 2026-05-08T01:26:25.052Z | Checking postgres-protocol v0.6.10 |
| 2453 | 2026-05-08T01:26:25.149Z | Compiling iddqd v0.3.18 |
| 2454 | 2026-05-08T01:26:25.190Z | Checking group v0.13.0 |
| 2455 | 2026-05-08T01:26:25.340Z | Checking num-iter v0.1.45 |
| 2456 | 2026-05-08T01:26:25.377Z | Checking heapless v0.7.17 |
| 2457 | 2026-05-08T01:26:25.450Z | Checking goblin v0.8.2 |
| 2458 | 2026-05-08T01:26:25.549Z | Checking dof v0.4.0 |
| 2459 | 2026-05-08T01:26:25.566Z | Checking flate2 v1.1.9 |
| 2460 | 2026-05-08T01:26:25.604Z | Checking hyper-util v0.1.20 |
| 2461 | 2026-05-08T01:26:25.739Z | Checking tower-http v0.6.8 |
| 2462 | 2026-05-08T01:26:25.788Z | Checking zstd-safe v7.2.4 |
| 2463 | 2026-05-08T01:26:25.857Z | Checking rand v0.8.5 |
| 2464 | 2026-05-08T01:26:25.960Z | Checking oxnet v0.1.4 |
| 2465 | 2026-05-08T01:26:26.010Z | Checking cookie v0.18.1 |
| 2466 | 2026-05-08T01:26:26.171Z | Checking tokio-native-tls v0.3.1 |
| 2467 | 2026-05-08T01:26:26.188Z | Checking dtrace-parser v0.3.0 |
| 2468 | 2026-05-08T01:26:26.214Z | Checking phf_shared v0.13.1 |
| 2469 | 2026-05-08T01:26:26.234Z | Checking lazy_static v1.5.0 |
| 2470 | 2026-05-08T01:26:26.303Z | Checking terminal_size v0.4.3 |
| 2471 | 2026-05-08T01:26:26.319Z | Checking zerocopy v0.7.35 |
| 2472 | 2026-05-08T01:26:26.322Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2473 | 2026-05-08T01:26:26.364Z | Checking signal-hook v0.3.18 |
| 2474 | 2026-05-08T01:26:26.410Z | Checking hkdf v0.12.4 |
| 2475 | 2026-05-08T01:26:26.418Z | Checking crypto-bigint v0.5.5 |
| 2476 | 2026-05-08T01:26:26.432Z | Checking thread-id v5.1.0 |
| 2477 | 2026-05-08T01:26:26.443Z | Checking winnow v0.5.40 |
| 2478 | 2026-05-08T01:26:26.506Z | Checking bitflags v1.3.2 |
| 2479 | 2026-05-08T01:26:26.536Z | Checking libbz2-rs-sys v0.2.2 |
| 2480 | 2026-05-08T01:26:26.548Z | Checking foldhash v0.2.0 |
| 2481 | 2026-05-08T01:26:26.576Z | Checking winnow v0.7.14 |
| 2482 | 2026-05-08T01:26:26.695Z | Checking managed v0.8.0 |
| 2483 | 2026-05-08T01:26:26.794Z | Checking clap_lex v1.0.0 |
| 2484 | 2026-05-08T01:26:26.827Z | Checking hyper-rustls v0.27.7 |
| 2485 | 2026-05-08T01:26:26.877Z | Compiling rayon-core v1.13.0 |
| 2486 | 2026-05-08T01:26:26.921Z | Checking foldhash v0.1.5 |
| 2487 | 2026-05-08T01:26:26.937Z | Checking strsim v0.11.1 |
| 2488 | 2026-05-08T01:26:27.026Z | Checking bumpalo v3.20.2 |
| 2489 | 2026-05-08T01:26:27.046Z | Checking cpufeatures v0.3.0 |
| 2490 | 2026-05-08T01:26:27.049Z | Checking either v1.15.0 |
| 2491 | 2026-05-08T01:26:27.092Z | Checking clap_builder v4.5.60 |
| 2492 | 2026-05-08T01:26:27.125Z | Checking chacha20 v0.10.0 |
| 2493 | 2026-05-08T01:26:27.220Z | Checking zopfli v0.8.3 |
| 2494 | 2026-05-08T01:26:27.247Z | Checking hashbrown v0.15.5 |
| 2495 | 2026-05-08T01:26:27.308Z | Checking elliptic-curve v0.13.8 |
| 2496 | 2026-05-08T01:26:27.329Z | Checking bzip2 v0.6.1 |
| 2497 | 2026-05-08T01:26:27.341Z | Checking dof v0.3.0 |
| 2498 | 2026-05-08T01:26:27.486Z | Checking smoltcp v0.9.1 |
| 2499 | 2026-05-08T01:26:27.549Z | Checking hyper-tls v0.6.0 |
| 2500 | 2026-05-08T01:26:27.577Z | Checking toml_edit v0.19.15 |
| 2501 | 2026-05-08T01:26:27.604Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2502 | 2026-05-08T01:26:27.627Z | Checking hashbrown v0.16.1 |
| 2503 | 2026-05-08T01:26:27.703Z | Checking signal-hook-mio v0.2.5 |
| 2504 | 2026-05-08T01:26:27.722Z | Checking usdt-impl v0.6.0 |
| 2505 | 2026-05-08T01:26:27.735Z | Checking bzip2 v0.4.4 |
| 2506 | 2026-05-08T01:26:27.781Z | Checking phf v0.13.1 |
| 2507 | 2026-05-08T01:26:27.805Z | Checking num-bigint-dig v0.8.6 |
| 2508 | 2026-05-08T01:26:27.886Z | Checking cookie_store v0.22.1 |
| 2509 | 2026-05-08T01:26:27.992Z | Checking zstd v0.13.3 |
| 2510 | 2026-05-08T01:26:28.080Z | Checking postgres-types v0.2.12 |
| 2511 | 2026-05-08T01:26:28.130Z | Checking dtrace-parser v0.2.0 |
| 2512 | 2026-05-08T01:26:28.155Z | Checking rustls-platform-verifier v0.6.2 |
| 2513 | 2026-05-08T01:26:28.169Z | Checking crossbeam-deque v0.8.6 |
| 2514 | 2026-05-08T01:26:28.204Z | Checking bstr v1.12.1 |
| 2515 | 2026-05-08T01:26:28.286Z | Checking regex v1.12.3 |
| 2516 | 2026-05-08T01:26:28.304Z | Checking ed25519 v2.2.3 |
| 2517 | 2026-05-08T01:26:28.335Z | Checking phf_shared v0.11.3 |
| 2518 | 2026-05-08T01:26:28.352Z | Checking curve25519-dalek v4.1.3 |
| 2519 | 2026-05-08T01:26:28.384Z | Checking ref-cast v1.0.25 |
| 2520 | 2026-05-08T01:26:28.472Z | Checking strum v0.27.2 |
| 2521 | 2026-05-08T01:26:28.495Z | Checking hubpack v0.1.2 |
| 2522 | 2026-05-08T01:26:28.502Z | Checking memoffset v0.9.1 |
| 2523 | 2026-05-08T01:26:28.559Z | Checking rustix v0.38.44 |
| 2524 | 2026-05-08T01:26:28.572Z | Checking pkcs1 v0.7.5 |
| 2525 | 2026-05-08T01:26:28.582Z | Checking float-cmp v0.10.0 |
| 2526 | 2026-05-08T01:26:28.593Z | Checking hex v0.4.3 |
| 2527 | 2026-05-08T01:26:28.604Z | Checking serde-big-array v0.5.1 |
| 2528 | 2026-05-08T01:26:28.616Z | Checking erased-serde v0.3.31 |
| 2529 | 2026-05-08T01:26:28.652Z | Checking rfc6979 v0.4.0 |
| 2530 | 2026-05-08T01:26:28.699Z | Checking thread-id v4.2.2 |
| 2531 | 2026-05-08T01:26:28.729Z | Checking memmap2 v0.9.10 |
| 2532 | 2026-05-08T01:26:28.761Z | Checking env_filter v1.0.0 |
| 2533 | 2026-05-08T01:26:28.774Z | Checking encoding_rs v0.8.35 |
| 2534 | 2026-05-08T01:26:28.776Z | Checking difflib v0.4.0 |
| 2535 | 2026-05-08T01:26:28.803Z | Checking new_debug_unreachable v1.0.6 |
| 2536 | 2026-05-08T01:26:28.869Z | Checking unicode-segmentation v1.12.0 |
| 2537 | 2026-05-08T01:26:28.880Z | Checking keccak v0.1.6 |
| 2538 | 2026-05-08T01:26:28.895Z | Checking predicates-core v1.0.10 |
| 2539 | 2026-05-08T01:26:28.951Z | Checking normalize-line-endings v0.3.0 |
| 2540 | 2026-05-08T01:26:28.990Z | Checking fixedbitset v0.5.7 |
| 2541 | 2026-05-08T01:26:29.014Z | Checking fixedbitset v0.4.2 |
| 2542 | 2026-05-08T01:26:29.036Z | Checking rustc-hash v2.1.1 |
| 2543 | 2026-05-08T01:26:29.038Z | Checking precomputed-hash v0.1.1 |
| 2544 | 2026-05-08T01:26:29.116Z | Checking mime v0.3.17 |
| 2545 | 2026-05-08T01:26:29.129Z | Checking whoami v2.1.0 |
| 2546 | 2026-05-08T01:26:29.146Z | Checking data-encoding v2.10.0 |
| 2547 | 2026-05-08T01:26:29.157Z | Checking static_assertions v1.1.0 |
| 2548 | 2026-05-08T01:26:29.176Z | Checking toml_write v0.1.2 |
| 2549 | 2026-05-08T01:26:29.179Z | Checking jiff v0.2.21 |
| 2550 | 2026-05-08T01:26:29.221Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2551 | 2026-05-08T01:26:29.283Z | Checking similar v2.7.0 |
| 2552 | 2026-05-08T01:26:29.315Z | Checking tokio-postgres v0.7.16 |
| 2553 | 2026-05-08T01:26:29.346Z | Checking toml_edit v0.22.27 |
| 2554 | 2026-05-08T01:26:29.359Z | Checking crossterm v0.28.1 |
| 2555 | 2026-05-08T01:26:29.411Z | Checking hickory-proto v0.25.2 |
| 2556 | 2026-05-08T01:26:29.658Z | Checking petgraph v0.8.3 |
| 2557 | 2026-05-08T01:26:29.718Z | Checking reqwest v0.12.28 |
| 2558 | 2026-05-08T01:26:30.061Z | Checking petgraph v0.6.5 |
| 2559 | 2026-05-08T01:26:30.561Z | Checking string_cache v0.8.9 |
| 2560 | 2026-05-08T01:26:30.575Z | Checking ed25519-dalek v2.2.0 |
| 2561 | 2026-05-08T01:26:30.731Z | Checking sha3 v0.10.8 |
| 2562 | 2026-05-08T01:26:30.812Z | Checking predicates v3.1.4 |
| 2563 | 2026-05-08T01:26:30.935Z | Checking slog v2.8.2 |
| 2564 | 2026-05-08T01:26:31.102Z | Checking env_logger v0.11.9 |
| 2565 | 2026-05-08T01:26:31.192Z | Checking usdt v0.6.0 |
| 2566 | 2026-05-08T01:26:31.243Z | Checking serde_with v3.17.0 |
| 2567 | 2026-05-08T01:26:31.271Z | Checking rsa v0.9.10 |
| 2568 | 2026-05-08T01:26:31.289Z | Checking usdt-impl v0.5.0 |
| 2569 | 2026-05-08T01:26:31.297Z | Checking ecdsa v0.16.9 |
| 2570 | 2026-05-08T01:26:31.350Z | Checking toml v0.7.8 |
| 2571 | 2026-05-08T01:26:31.370Z | Checking zip v4.6.1 |
| 2572 | 2026-05-08T01:26:31.458Z | Checking nix v0.31.2 |
| 2573 | 2026-05-08T01:26:31.635Z | Checking clap v4.5.60 |
| 2574 | 2026-05-08T01:26:31.647Z | Checking reqwest v0.13.2 |
| 2575 | 2026-05-08T01:26:31.709Z | Checking zip v0.6.6 |
| 2576 | 2026-05-08T01:26:31.745Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2577 | 2026-05-08T01:26:31.880Z | Checking rand v0.10.0 |
| 2578 | 2026-05-08T01:26:31.944Z | Checking itertools v0.13.0 |
| 2579 | 2026-05-08T01:26:32.023Z | Checking strum v0.26.3 |
| 2580 | 2026-05-08T01:26:32.062Z | Checking tokio-stream v0.1.18 |
| 2581 | 2026-05-08T01:26:32.133Z | Checking fs-err v3.3.0 |
| 2582 | 2026-05-08T01:26:32.201Z | Checking ahash v0.8.12 |
| 2583 | 2026-05-08T01:26:32.344Z | Checking object v0.37.3 |
| 2584 | 2026-05-08T01:26:32.392Z | Checking buf-list v1.1.2 |
| 2585 | 2026-05-08T01:26:32.421Z | Checking camino v1.2.2 |
| 2586 | 2026-05-08T01:26:32.431Z | Checking anyhow v1.0.102 |
| 2587 | 2026-05-08T01:26:32.444Z | Checking x509-cert v0.2.5 |
| 2588 | 2026-05-08T01:26:32.464Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2589 | 2026-05-08T01:26:32.565Z | Checking openapiv3 v2.2.0 |
| 2590 | 2026-05-08T01:26:32.619Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2591 | 2026-05-08T01:26:32.634Z | Checking sha1 v0.10.6 |
| 2592 | 2026-05-08T01:26:32.670Z | Checking peg-runtime v0.8.5 |
| 2593 | 2026-05-08T01:26:32.725Z | Checking lalrpop-util v0.19.12 |
| 2594 | 2026-05-08T01:26:32.800Z | Checking rayon v1.11.0 |
| 2595 | 2026-05-08T01:26:32.804Z | Checking sigpipe v0.1.3 |
| 2596 | 2026-05-08T01:26:32.811Z | Checking glob v0.3.3 |
| 2597 | 2026-05-08T01:26:34.481Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2598 | 2026-05-08T01:26:34.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.49s |
| 2599 | 2026-05-08T01:26:34.919Z | |
| 2600 | 2026-05-08T01:26:34.919Z | info: running `cargo check --bins` on internal-dns-types (77/274) |
| 2601 | 2026-05-08T01:26:35.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2602 | 2026-05-08T01:26:35.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2603 | 2026-05-08T01:26:35.432Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2604 | 2026-05-08T01:26:35.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2605 | 2026-05-08T01:26:35.521Z | |
| 2606 | 2026-05-08T01:26:35.521Z | info: running `cargo check --bins` on internal-dns-types-versions (78/274) |
| 2607 | 2026-05-08T01:26:36.020Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2608 | 2026-05-08T01:26:36.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2609 | 2026-05-08T01:26:36.023Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2610 | 2026-05-08T01:26:36.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2611 | 2026-05-08T01:26:36.117Z | |
| 2612 | 2026-05-08T01:26:36.117Z | info: running `cargo check --bins` on nexus-types-versions (79/274) |
| 2613 | 2026-05-08T01:26:36.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2614 | 2026-05-08T01:26:36.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2615 | 2026-05-08T01:26:36.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2616 | 2026-05-08T01:26:36.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2617 | 2026-05-08T01:26:36.733Z | |
| 2618 | 2026-05-08T01:26:36.733Z | info: running `cargo check --bins` on oxql-types (80/274) |
| 2619 | 2026-05-08T01:26:37.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2620 | 2026-05-08T01:26:37.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2621 | 2026-05-08T01:26:37.233Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2622 | 2026-05-08T01:26:37.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2623 | 2026-05-08T01:26:37.324Z | |
| 2624 | 2026-05-08T01:26:37.324Z | info: running `cargo check --bins` on oximeter-types (81/274) |
| 2625 | 2026-05-08T01:26:37.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2626 | 2026-05-08T01:26:37.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2627 | 2026-05-08T01:26:37.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2628 | 2026-05-08T01:26:37.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2629 | 2026-05-08T01:26:37.925Z | |
| 2630 | 2026-05-08T01:26:37.925Z | info: running `cargo check --bins` on oximeter-types-versions (82/274) |
| 2631 | 2026-05-08T01:26:38.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2632 | 2026-05-08T01:26:38.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2633 | 2026-05-08T01:26:38.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2634 | 2026-05-08T01:26:38.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2635 | 2026-05-08T01:26:38.524Z | |
| 2636 | 2026-05-08T01:26:38.524Z | info: running `cargo check --bins` on oximeter-macro-impl (83/274) |
| 2637 | 2026-05-08T01:26:39.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2638 | 2026-05-08T01:26:39.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2639 | 2026-05-08T01:26:39.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2640 | 2026-05-08T01:26:39.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2641 | 2026-05-08T01:26:39.104Z | |
| 2642 | 2026-05-08T01:26:39.104Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/274) |
| 2643 | 2026-05-08T01:26:39.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2644 | 2026-05-08T01:26:39.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2645 | 2026-05-08T01:26:39.785Z | Compiling structmeta-derive v0.3.0 |
| 2646 | 2026-05-08T01:26:39.902Z | Compiling rustls v0.22.4 |
| 2647 | 2026-05-08T01:26:39.913Z | Compiling multer v3.1.0 |
| 2648 | 2026-05-08T01:26:39.922Z | Compiling async-stream-impl v0.3.6 |
| 2649 | 2026-05-08T01:26:39.922Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2650 | 2026-05-08T01:26:39.943Z | Compiling dropshot v0.17.0 |
| 2651 | 2026-05-08T01:26:39.959Z | Compiling newtype-uuid-macros v0.1.0 |
| 2652 | 2026-05-08T01:26:39.959Z | Compiling dropshot_endpoint v0.17.0 |
| 2653 | 2026-05-08T01:26:40.079Z | Checking newtype-uuid v1.3.2 |
| 2654 | 2026-05-08T01:26:40.137Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2655 | 2026-05-08T01:26:40.205Z | Checking rustls-webpki v0.102.8 |
| 2656 | 2026-05-08T01:26:40.295Z | Checking daft v0.1.5 |
| 2657 | 2026-05-08T01:26:40.306Z | Checking futures-executor v0.3.32 |
| 2658 | 2026-05-08T01:26:40.452Z | Checking thread_local v1.1.9 |
| 2659 | 2026-05-08T01:26:40.494Z | Checking compression-core v0.4.31 |
| 2660 | 2026-05-08T01:26:40.536Z | Checking match_cfg v0.1.0 |
| 2661 | 2026-05-08T01:26:40.549Z | Checking iddqd v0.3.18 |
| 2662 | 2026-05-08T01:26:40.602Z | Checking hostname v0.3.1 |
| 2663 | 2026-05-08T01:26:40.614Z | Checking compression-codecs v0.4.37 |
| 2664 | 2026-05-08T01:26:40.625Z | Checking futures v0.3.32 |
| 2665 | 2026-05-08T01:26:40.692Z | Checking crossbeam-channel v0.5.15 |
| 2666 | 2026-05-08T01:26:40.695Z | Checking slog-json v2.6.1 |
| 2667 | 2026-05-08T01:26:40.718Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2668 | 2026-05-08T01:26:40.773Z | Checking serde_spanned v1.0.4 |
| 2669 | 2026-05-08T01:26:40.856Z | Checking is-terminal v0.4.17 |
| 2670 | 2026-05-08T01:26:40.901Z | Checking debug-ignore v1.0.5 |
| 2671 | 2026-05-08T01:26:40.915Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2672 | 2026-05-08T01:26:40.936Z | Compiling structmeta v0.3.0 |
| 2673 | 2026-05-08T01:26:40.948Z | Checking term v1.2.1 |
| 2674 | 2026-05-08T01:26:40.995Z | Checking take_mut v0.2.2 |
| 2675 | 2026-05-08T01:26:41.022Z | Checking slog-bunyan v2.5.0 |
| 2676 | 2026-05-08T01:26:41.084Z | Checking toml v1.0.6+spec-1.1.0 |
| 2677 | 2026-05-08T01:26:41.096Z | Checking slog-async v2.8.0 |
| 2678 | 2026-05-08T01:26:41.132Z | Checking async-compression v0.4.41 |
| 2679 | 2026-05-08T01:26:41.142Z | Compiling derive-ex v0.1.8 |
| 2680 | 2026-05-08T01:26:41.158Z | Compiling parse-display-derive v0.10.0 |
| 2681 | 2026-05-08T01:26:41.263Z | Checking slog-term v2.9.2 |
| 2682 | 2026-05-08T01:26:41.367Z | Checking async-stream v0.3.6 |
| 2683 | 2026-05-08T01:26:41.395Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2684 | 2026-05-08T01:26:41.467Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2685 | 2026-05-08T01:26:41.491Z | Checking progenitor-client v0.14.0 |
| 2686 | 2026-05-08T01:26:41.514Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2687 | 2026-05-08T01:26:41.646Z | Checking waitgroup v0.1.2 |
| 2688 | 2026-05-08T01:26:41.658Z | Checking backon v1.6.0 |
| 2689 | 2026-05-08T01:26:41.722Z | Checking rustls-pemfile v2.2.0 |
| 2690 | 2026-05-08T01:26:41.743Z | Checking serde_path_to_error v0.1.20 |
| 2691 | 2026-05-08T01:26:41.789Z | Checking hostname v0.4.2 |
| 2692 | 2026-05-08T01:26:41.816Z | Checking instant v0.1.13 |
| 2693 | 2026-05-08T01:26:41.898Z | Checking backoff v0.4.0 |
| 2694 | 2026-05-08T01:26:42.021Z | Checking progenitor-extras v0.2.0 |
| 2695 | 2026-05-08T01:26:42.025Z | Checking tokio-rustls v0.25.0 |
| 2696 | 2026-05-08T01:26:42.065Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2697 | 2026-05-08T01:26:42.081Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2698 | 2026-05-08T01:26:42.250Z | Checking progenitor-client v0.10.0 |
| 2699 | 2026-05-08T01:26:42.269Z | Checking itertools v0.14.0 |
| 2700 | 2026-05-08T01:26:42.424Z | Checking regress v0.10.5 |
| 2701 | 2026-05-08T01:26:42.467Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2702 | 2026-05-08T01:26:42.684Z | Checking macaddr v1.0.1 |
| 2703 | 2026-05-08T01:26:42.805Z | Compiling test-strategy v0.4.5 |
| 2704 | 2026-05-08T01:26:42.818Z | Checking parse-display v0.10.0 |
| 2705 | 2026-05-08T01:26:43.974Z | Compiling prettyplease v0.2.37 |
| 2706 | 2026-05-08T01:26:44.237Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2707 | 2026-05-08T01:26:44.402Z | Checking num-rational v0.4.2 |
| 2708 | 2026-05-08T01:26:44.602Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2709 | 2026-05-08T01:26:44.923Z | Checking num-complex v0.4.6 |
| 2710 | 2026-05-08T01:26:45.554Z | Checking num v0.4.3 |
| 2711 | 2026-05-08T01:26:45.622Z | Compiling usdt-attr-macro v0.5.0 |
| 2712 | 2026-05-08T01:26:45.635Z | Compiling usdt-macro v0.5.0 |
| 2713 | 2026-05-08T01:26:45.647Z | Checking memmap v0.7.0 |
| 2714 | 2026-05-08T01:26:45.764Z | Compiling float-ord v0.3.2 |
| 2715 | 2026-05-08T01:26:45.791Z | Checking unicode-width v0.2.0 |
| 2716 | 2026-05-08T01:26:45.877Z | Compiling convert_case v0.4.0 |
| 2717 | 2026-05-08T01:26:46.036Z | Checking console v0.15.11 |
| 2718 | 2026-05-08T01:26:46.269Z | Compiling derive_more v0.99.20 |
| 2719 | 2026-05-08T01:26:46.320Z | Checking newline-converter v0.3.0 |
| 2720 | 2026-05-08T01:26:46.351Z | Checking atomicwrites v0.4.4 |
| 2721 | 2026-05-08T01:26:46.400Z | Checking usdt v0.5.0 |
| 2722 | 2026-05-08T01:26:46.429Z | Compiling toml v0.8.23 |
| 2723 | 2026-05-08T01:26:46.482Z | Compiling minimal-lexical v0.2.1 |
| 2724 | 2026-05-08T01:26:46.562Z | Checking linked-hash-map v0.5.6 |
| 2725 | 2026-05-08T01:26:46.726Z | Checking lru-cache v0.1.2 |
| 2726 | 2026-05-08T01:26:46.739Z | Compiling nom v7.1.3 |
| 2727 | 2026-05-08T01:26:46.845Z | Checking expectorate v1.2.0 |
| 2728 | 2026-05-08T01:26:47.380Z | Checking camino-tempfile v1.4.1 |
| 2729 | 2026-05-08T01:26:47.541Z | Checking hickory-proto v0.24.4 |
| 2730 | 2026-05-08T01:26:47.544Z | Checking phf_shared v0.12.1 |
| 2731 | 2026-05-08T01:26:47.694Z | Compiling slog-dtrace v0.3.0 |
| 2732 | 2026-05-08T01:26:47.807Z | Checking resolv-conf v0.7.6 |
| 2733 | 2026-05-08T01:26:47.881Z | Checking heck v0.5.0 |
| 2734 | 2026-05-08T01:26:47.992Z | Compiling chrono-tz v0.10.4 |
| 2735 | 2026-05-08T01:26:48.007Z | Compiling const_format_proc_macros v0.2.34 |
| 2736 | 2026-05-08T01:26:48.066Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2737 | 2026-05-08T01:26:48.177Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2738 | 2026-05-08T01:26:48.243Z | Checking phf v0.12.1 |
| 2739 | 2026-05-08T01:26:48.378Z | Checking tokio-dtrace v0.1.1 |
| 2740 | 2026-05-08T01:26:48.530Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2741 | 2026-05-08T01:26:48.562Z | Compiling derive-where v1.6.0 |
| 2742 | 2026-05-08T01:26:48.794Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2743 | 2026-05-08T01:26:48.810Z | Checking highway v1.3.0 |
| 2744 | 2026-05-08T01:26:49.050Z | Checking const_format v0.2.35 |
| 2745 | 2026-05-08T01:26:49.274Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2746 | 2026-05-08T01:26:49.326Z | Checking hickory-resolver v0.24.4 |
| 2747 | 2026-05-08T01:26:49.523Z | Checking oxide-tokio-rt v0.1.4 |
| 2748 | 2026-05-08T01:26:49.707Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2749 | 2026-05-08T01:26:49.870Z | Checking gethostname v0.5.0 |
| 2750 | 2026-05-08T01:26:49.905Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2751 | 2026-05-08T01:26:49.954Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2752 | 2026-05-08T01:26:49.968Z | Checking bcs v0.1.6 |
| 2753 | 2026-05-08T01:26:49.982Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2754 | 2026-05-08T01:26:50.044Z | Checking qorb v0.4.1 |
| 2755 | 2026-05-08T01:26:50.176Z | Compiling async-recursion v1.1.1 |
| 2756 | 2026-05-08T01:26:50.198Z | Checking termtree v0.5.1 |
| 2757 | 2026-05-08T01:26:53.460Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2758 | 2026-05-08T01:26:55.979Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2759 | 2026-05-08T01:26:58.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.95s |
| 2760 | 2026-05-08T01:26:58.238Z | |
| 2761 | 2026-05-08T01:26:58.238Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/274) |
| 2762 | 2026-05-08T01:26:58.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2763 | 2026-05-08T01:26:58.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2764 | 2026-05-08T01:26:58.912Z | Compiling ar_archive_writer v0.5.1 |
| 2765 | 2026-05-08T01:26:59.023Z | Compiling stacker v0.1.23 |
| 2766 | 2026-05-08T01:26:59.029Z | Compiling cfg_aliases v0.1.1 |
| 2767 | 2026-05-08T01:26:59.036Z | Compiling convert_case v0.10.0 |
| 2768 | 2026-05-08T01:26:59.039Z | Checking unicode-width v0.1.14 |
| 2769 | 2026-05-08T01:26:59.052Z | Compiling proc-macro-error v1.0.4 |
| 2770 | 2026-05-08T01:26:59.063Z | Checking fd-lock v4.0.4 |
| 2771 | 2026-05-08T01:26:59.066Z | Checking nibble_vec v0.1.0 |
| 2772 | 2026-05-08T01:26:59.085Z | Compiling nix v0.28.0 |
| 2773 | 2026-05-08T01:26:59.175Z | Checking vte v0.14.1 |
| 2774 | 2026-05-08T01:26:59.187Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2775 | 2026-05-08T01:26:59.268Z | Checking bytecount v0.6.9 |
| 2776 | 2026-05-08T01:26:59.283Z | Checking endian-type v0.1.2 |
| 2777 | 2026-05-08T01:26:59.322Z | Checking strip-ansi-escapes v0.2.1 |
| 2778 | 2026-05-08T01:26:59.325Z | Compiling derive_more-impl v2.1.1 |
| 2779 | 2026-05-08T01:26:59.336Z | Compiling tabled_derive v0.7.0 |
| 2780 | 2026-05-08T01:26:59.394Z | Checking papergrid v0.11.0 |
| 2781 | 2026-05-08T01:26:59.406Z | Checking radix_trie v0.2.1 |
| 2782 | 2026-05-08T01:26:59.449Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2783 | 2026-05-08T01:26:59.576Z | Compiling peg-macros v0.8.5 |
| 2784 | 2026-05-08T01:26:59.604Z | Checking winnow v0.6.26 |
| 2785 | 2026-05-08T01:26:59.837Z | Compiling psm v0.1.30 |
| 2786 | 2026-05-08T01:26:59.905Z | Compiling sqlparser_derive v0.5.0 |
| 2787 | 2026-05-08T01:26:59.996Z | Checking home v0.5.12 |
| 2788 | 2026-05-08T01:27:00.099Z | Checking nu-ansi-term v0.50.3 |
| 2789 | 2026-05-08T01:27:00.166Z | Checking derive_more v2.1.1 |
| 2790 | 2026-05-08T01:27:00.242Z | Checking unicode_categories v0.1.1 |
| 2791 | 2026-05-08T01:27:00.317Z | Checking reedline v0.40.0 |
| 2792 | 2026-05-08T01:27:00.363Z | Checking tabled v0.15.0 |
| 2793 | 2026-05-08T01:27:00.375Z | Checking rustyline v14.0.0 |
| 2794 | 2026-05-08T01:27:00.448Z | Checking crossterm v0.29.0 |
| 2795 | 2026-05-08T01:27:00.617Z | Checking recursive v0.1.1 |
| 2796 | 2026-05-08T01:27:00.716Z | Checking sqlparser v0.61.0 |
| 2797 | 2026-05-08T01:27:00.733Z | Checking display-error-chain v0.2.2 |
| 2798 | 2026-05-08T01:27:00.771Z | Checking sqlformat v0.3.5 |
| 2799 | 2026-05-08T01:27:00.968Z | Checking peg v0.8.5 |
| 2800 | 2026-05-08T01:27:11.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.44s |
| 2801 | 2026-05-08T01:27:11.866Z | |
| 2802 | 2026-05-08T01:27:11.866Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/274) |
| 2803 | 2026-05-08T01:27:12.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2804 | 2026-05-08T01:27:12.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2805 | 2026-05-08T01:27:12.538Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2806 | 2026-05-08T01:27:15.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s |
| 2807 | 2026-05-08T01:27:16.076Z | |
| 2808 | 2026-05-08T01:27:16.076Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/274) |
| 2809 | 2026-05-08T01:27:16.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2810 | 2026-05-08T01:27:16.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2811 | 2026-05-08T01:27:16.750Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2812 | 2026-05-08T01:27:19.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s |
| 2813 | 2026-05-08T01:27:19.315Z | |
| 2814 | 2026-05-08T01:27:19.316Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/274) |
| 2815 | 2026-05-08T01:27:19.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2816 | 2026-05-08T01:27:19.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2817 | 2026-05-08T01:27:19.982Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2818 | 2026-05-08T01:27:23.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.81s |
| 2819 | 2026-05-08T01:27:23.329Z | |
| 2820 | 2026-05-08T01:27:23.329Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/274) |
| 2821 | 2026-05-08T01:27:23.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2822 | 2026-05-08T01:27:23.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2823 | 2026-05-08T01:27:23.999Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2824 | 2026-05-08T01:27:27.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s |
| 2825 | 2026-05-08T01:27:27.385Z | |
| 2826 | 2026-05-08T01:27:27.385Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/274) |
| 2827 | 2026-05-08T01:27:27.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2828 | 2026-05-08T01:27:27.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2829 | 2026-05-08T01:27:28.053Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2830 | 2026-05-08T01:27:30.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s |
| 2831 | 2026-05-08T01:27:30.784Z | |
| 2832 | 2026-05-08T01:27:30.785Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/274) |
| 2833 | 2026-05-08T01:27:31.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2834 | 2026-05-08T01:27:31.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2835 | 2026-05-08T01:27:31.451Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2836 | 2026-05-08T01:27:34.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s |
| 2837 | 2026-05-08T01:27:34.211Z | |
| 2838 | 2026-05-08T01:27:34.211Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/274) |
| 2839 | 2026-05-08T01:27:34.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2840 | 2026-05-08T01:27:34.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2841 | 2026-05-08T01:27:34.861Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2842 | 2026-05-08T01:27:42.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s |
| 2843 | 2026-05-08T01:27:42.676Z | |
| 2844 | 2026-05-08T01:27:42.676Z | info: running `cargo check --bins` on oximeter (93/274) |
| 2845 | 2026-05-08T01:27:42.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2846 | 2026-05-08T01:27:42.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2847 | 2026-05-08T01:27:42.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2848 | 2026-05-08T01:27:42.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2849 | 2026-05-08T01:27:42.676Z | |
| 2850 | 2026-05-08T01:27:42.676Z | info: running `cargo check --bins` on oximeter-schema (94/274) |
| 2851 | 2026-05-08T01:27:42.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2852 | 2026-05-08T01:27:42.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2853 | 2026-05-08T01:27:42.676Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2854 | 2026-05-08T01:27:42.676Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2855 | 2026-05-08T01:27:42.676Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2856 | 2026-05-08T01:27:42.676Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2857 | 2026-05-08T01:27:42.930Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2858 | 2026-05-08T01:27:44.126Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2859 | 2026-05-08T01:27:44.285Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2860 | 2026-05-08T01:27:44.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.97s |
| 2861 | 2026-05-08T01:27:45.125Z | |
| 2862 | 2026-05-08T01:27:45.126Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/274) |
| 2863 | 2026-05-08T01:27:45.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2864 | 2026-05-08T01:27:45.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2865 | 2026-05-08T01:27:45.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2866 | 2026-05-08T01:27:45.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2867 | 2026-05-08T01:27:45.720Z | |
| 2868 | 2026-05-08T01:27:45.720Z | info: running `cargo check --bins` on oximeter-test-utils (96/274) |
| 2869 | 2026-05-08T01:27:46.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2870 | 2026-05-08T01:27:46.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2871 | 2026-05-08T01:27:46.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2872 | 2026-05-08T01:27:46.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2873 | 2026-05-08T01:27:46.351Z | |
| 2874 | 2026-05-08T01:27:46.351Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/274) |
| 2875 | 2026-05-08T01:27:46.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2876 | 2026-05-08T01:27:46.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2877 | 2026-05-08T01:27:46.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2878 | 2026-05-08T01:27:46.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2879 | 2026-05-08T01:27:46.944Z | |
| 2880 | 2026-05-08T01:27:46.944Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/274) |
| 2881 | 2026-05-08T01:27:47.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2882 | 2026-05-08T01:27:47.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2883 | 2026-05-08T01:27:47.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2884 | 2026-05-08T01:27:47.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2885 | 2026-05-08T01:27:47.542Z | |
| 2886 | 2026-05-08T01:27:47.542Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/274) |
| 2887 | 2026-05-08T01:27:48.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2888 | 2026-05-08T01:27:48.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2889 | 2026-05-08T01:27:48.050Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2890 | 2026-05-08T01:27:48.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2891 | 2026-05-08T01:27:48.143Z | |
| 2892 | 2026-05-08T01:27:48.143Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/274) |
| 2893 | 2026-05-08T01:27:48.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2894 | 2026-05-08T01:27:48.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2895 | 2026-05-08T01:27:48.648Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2896 | 2026-05-08T01:27:48.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2897 | 2026-05-08T01:27:48.736Z | |
| 2898 | 2026-05-08T01:27:48.736Z | info: running `cargo check --bins` on trust-quorum-types (101/274) |
| 2899 | 2026-05-08T01:27:49.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2900 | 2026-05-08T01:27:49.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2901 | 2026-05-08T01:27:49.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2902 | 2026-05-08T01:27:49.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2903 | 2026-05-08T01:27:49.319Z | |
| 2904 | 2026-05-08T01:27:49.319Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/274) |
| 2905 | 2026-05-08T01:27:49.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2906 | 2026-05-08T01:27:49.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2907 | 2026-05-08T01:27:49.821Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2908 | 2026-05-08T01:27:49.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2909 | 2026-05-08T01:27:49.915Z | |
| 2910 | 2026-05-08T01:27:49.915Z | info: running `cargo check --bins` on update-engine (103/274) |
| 2911 | 2026-05-08T01:27:50.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2912 | 2026-05-08T01:27:50.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2913 | 2026-05-08T01:27:50.409Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2914 | 2026-05-08T01:27:50.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2915 | 2026-05-08T01:27:50.497Z | |
| 2916 | 2026-05-08T01:27:50.497Z | info: running `cargo check --bins` on omicron-clickhouse-admin (104/274) |
| 2917 | 2026-05-08T01:27:51.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2918 | 2026-05-08T01:27:51.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2919 | 2026-05-08T01:27:51.203Z | Compiling crucible-workspace-hack v0.1.0 |
| 2920 | 2026-05-08T01:27:51.321Z | Checking secrecy v0.10.3 |
| 2921 | 2026-05-08T01:27:51.325Z | Compiling heapless v0.8.0 |
| 2922 | 2026-05-08T01:27:51.332Z | Compiling ingot-macros v0.1.1 |
| 2923 | 2026-05-08T01:27:51.338Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2924 | 2026-05-08T01:27:51.341Z | Checking hash32 v0.3.1 |
| 2925 | 2026-05-08T01:27:51.358Z | Compiling smoltcp v0.11.0 |
| 2926 | 2026-05-08T01:27:51.361Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2927 | 2026-05-08T01:27:51.416Z | Checking cobs v0.3.0 |
| 2928 | 2026-05-08T01:27:51.464Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2929 | 2026-05-08T01:27:51.564Z | Checking half v2.7.1 |
| 2930 | 2026-05-08T01:27:51.576Z | Checking universal-hash v0.5.1 |
| 2931 | 2026-05-08T01:27:51.590Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2932 | 2026-05-08T01:27:51.703Z | Checking opaque-debug v0.3.1 |
| 2933 | 2026-05-08T01:27:51.718Z | Checking ciborium-io v0.2.2 |
| 2934 | 2026-05-08T01:27:51.769Z | Checking poly1305 v0.8.0 |
| 2935 | 2026-05-08T01:27:51.804Z | Checking postcard v1.1.3 |
| 2936 | 2026-05-08T01:27:51.813Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2937 | 2026-05-08T01:27:51.816Z | Checking ciborium-ll v0.2.2 |
| 2938 | 2026-05-08T01:27:52.029Z | Compiling proc-macro-crate v3.4.0 |
| 2939 | 2026-05-08T01:27:52.045Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2940 | 2026-05-08T01:27:52.079Z | Checking password-hash v0.5.0 |
| 2941 | 2026-05-08T01:27:52.140Z | Checking chacha20 v0.9.1 |
| 2942 | 2026-05-08T01:27:52.301Z | Compiling proc-macro-crate v1.3.1 |
| 2943 | 2026-05-08T01:27:52.319Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2944 | 2026-05-08T01:27:52.338Z | Checking blake2 v0.10.6 |
| 2945 | 2026-05-08T01:27:52.367Z | Checking aead v0.5.2 |
| 2946 | 2026-05-08T01:27:52.510Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2947 | 2026-05-08T01:27:52.549Z | Compiling foreign-types-macros v0.2.3 |
| 2948 | 2026-05-08T01:27:52.569Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2949 | 2026-05-08T01:27:52.584Z | Compiling num_enum_derive v0.7.5 |
| 2950 | 2026-05-08T01:27:52.631Z | Checking thiserror-no-std v2.0.2 |
| 2951 | 2026-05-08T01:27:52.706Z | Checking foreign-types-shared v0.3.1 |
| 2952 | 2026-05-08T01:27:52.719Z | Checking vsss-rs v3.3.4 |
| 2953 | 2026-05-08T01:27:52.723Z | Compiling num_enum_derive v0.5.11 |
| 2954 | 2026-05-08T01:27:52.795Z | Checking argon2 v0.5.3 |
| 2955 | 2026-05-08T01:27:52.798Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2956 | 2026-05-08T01:27:53.132Z | Checking foreign-types v0.5.0 |
| 2957 | 2026-05-08T01:27:53.146Z | Checking chacha20poly1305 v0.10.1 |
| 2958 | 2026-05-08T01:27:53.210Z | Checking ciborium v0.2.2 |
| 2959 | 2026-05-08T01:27:53.369Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2960 | 2026-05-08T01:27:53.385Z | Checking tabwriter v1.4.1 |
| 2961 | 2026-05-08T01:27:53.528Z | Checking byte-wrapper v0.1.0 |
| 2962 | 2026-05-08T01:27:53.609Z | Checking num_enum v0.7.5 |
| 2963 | 2026-05-08T01:27:53.624Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2964 | 2026-05-08T01:27:53.651Z | Checking cstr-argument v0.1.2 |
| 2965 | 2026-05-08T01:27:53.719Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2966 | 2026-05-08T01:27:53.736Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2967 | 2026-05-08T01:27:53.752Z | Checking num_enum v0.5.11 |
| 2968 | 2026-05-08T01:27:53.769Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2969 | 2026-05-08T01:27:53.808Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2970 | 2026-05-08T01:27:53.858Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2971 | 2026-05-08T01:27:53.930Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2972 | 2026-05-08T01:27:53.944Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2973 | 2026-05-08T01:27:54.039Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2974 | 2026-05-08T01:27:54.093Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2975 | 2026-05-08T01:27:54.115Z | Checking ingot-types v0.1.2 |
| 2976 | 2026-05-08T01:27:54.143Z | Checking colored v3.1.1 |
| 2977 | 2026-05-08T01:27:54.143Z | Checking indent_write v2.2.0 |
| 2978 | 2026-05-08T01:27:54.172Z | Compiling zone_cfg_derive v0.3.1 |
| 2979 | 2026-05-08T01:27:54.262Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2980 | 2026-05-08T01:27:54.282Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2981 | 2026-05-08T01:27:54.357Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2982 | 2026-05-08T01:27:54.393Z | Checking itertools v0.12.1 |
| 2983 | 2026-05-08T01:27:54.447Z | Compiling num-derive v0.4.2 |
| 2984 | 2026-05-08T01:27:54.467Z | Checking ingot v0.1.1 |
| 2985 | 2026-05-08T01:27:54.481Z | Checking swrite v0.1.0 |
| 2986 | 2026-05-08T01:27:54.523Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2987 | 2026-05-08T01:27:54.571Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2988 | 2026-05-08T01:27:54.724Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2989 | 2026-05-08T01:27:54.808Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2990 | 2026-05-08T01:27:54.876Z | Checking dropshot-api-manager-types v0.7.1 |
| 2991 | 2026-05-08T01:27:54.891Z | Checking smf v0.2.3 |
| 2992 | 2026-05-08T01:27:54.917Z | Checking nanorand v0.7.0 |
| 2993 | 2026-05-08T01:27:54.934Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2994 | 2026-05-08T01:27:55.039Z | Checking whoami v1.6.1 |
| 2995 | 2026-05-08T01:27:55.107Z | Checking flume v0.11.1 |
| 2996 | 2026-05-08T01:27:55.119Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2997 | 2026-05-08T01:27:55.351Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2998 | 2026-05-08T01:27:55.393Z | Checking zone v0.3.1 |
| 2999 | 2026-05-08T01:27:56.053Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 3000 | 2026-05-08T01:27:57.011Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 3001 | 2026-05-08T01:27:57.881Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 3002 | 2026-05-08T01:28:00.856Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3003 | 2026-05-08T01:28:02.857Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3004 | 2026-05-08T01:28:03.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.43s |
| 3005 | 2026-05-08T01:28:04.125Z | |
| 3006 | 2026-05-08T01:28:04.125Z | info: running `cargo check --bins` on clickhouse-admin-api (105/274) |
| 3007 | 2026-05-08T01:28:04.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3008 | 2026-05-08T01:28:04.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3009 | 2026-05-08T01:28:04.627Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3010 | 2026-05-08T01:28:04.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3011 | 2026-05-08T01:28:04.715Z | |
| 3012 | 2026-05-08T01:28:04.715Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (106/274) |
| 3013 | 2026-05-08T01:28:05.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3014 | 2026-05-08T01:28:05.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3015 | 2026-05-08T01:28:05.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3016 | 2026-05-08T01:28:05.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3017 | 2026-05-08T01:28:05.304Z | |
| 3018 | 2026-05-08T01:28:05.304Z | info: running `cargo check --bins` on bootstrap-agent-client (107/274) |
| 3019 | 2026-05-08T01:28:05.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3020 | 2026-05-08T01:28:05.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3021 | 2026-05-08T01:28:05.808Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3022 | 2026-05-08T01:28:05.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3023 | 2026-05-08T01:28:05.903Z | |
| 3024 | 2026-05-08T01:28:05.903Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/274) |
| 3025 | 2026-05-08T01:28:06.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3026 | 2026-05-08T01:28:06.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3027 | 2026-05-08T01:28:06.423Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3028 | 2026-05-08T01:28:06.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3029 | 2026-05-08T01:28:06.502Z | |
| 3030 | 2026-05-08T01:28:06.502Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (109/274) |
| 3031 | 2026-05-08T01:28:07.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3032 | 2026-05-08T01:28:07.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3033 | 2026-05-08T01:28:07.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3034 | 2026-05-08T01:28:07.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3035 | 2026-05-08T01:28:07.099Z | |
| 3036 | 2026-05-08T01:28:07.099Z | info: running `cargo check --bins` on clickhouse-admin-server-client (110/274) |
| 3037 | 2026-05-08T01:28:07.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3038 | 2026-05-08T01:28:07.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3039 | 2026-05-08T01:28:07.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3040 | 2026-05-08T01:28:07.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3041 | 2026-05-08T01:28:07.694Z | |
| 3042 | 2026-05-08T01:28:07.694Z | info: running `cargo check --bins` on clickhouse-admin-single-client (111/274) |
| 3043 | 2026-05-08T01:28:08.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3044 | 2026-05-08T01:28:08.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3045 | 2026-05-08T01:28:08.197Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3046 | 2026-05-08T01:28:08.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3047 | 2026-05-08T01:28:08.285Z | |
| 3048 | 2026-05-08T01:28:08.285Z | info: running `cargo check --bins` on cockroach-admin-client (112/274) |
| 3049 | 2026-05-08T01:28:08.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3050 | 2026-05-08T01:28:08.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3051 | 2026-05-08T01:28:08.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3052 | 2026-05-08T01:28:08.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3053 | 2026-05-08T01:28:08.860Z | |
| 3054 | 2026-05-08T01:28:08.860Z | info: running `cargo check --bins` on omicron-ddm-admin-client (113/274) |
| 3055 | 2026-05-08T01:28:09.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3056 | 2026-05-08T01:28:09.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3057 | 2026-05-08T01:28:09.358Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3058 | 2026-05-08T01:28:09.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3059 | 2026-05-08T01:28:09.451Z | |
| 3060 | 2026-05-08T01:28:09.451Z | info: running `cargo check --bins` on dns-service-client (114/274) |
| 3061 | 2026-05-08T01:28:09.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3062 | 2026-05-08T01:28:09.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3063 | 2026-05-08T01:28:09.961Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3064 | 2026-05-08T01:28:09.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3065 | 2026-05-08T01:28:10.049Z | |
| 3066 | 2026-05-08T01:28:10.049Z | info: running `cargo check --bins` on installinator-client (115/274) |
| 3067 | 2026-05-08T01:28:10.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3068 | 2026-05-08T01:28:10.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3069 | 2026-05-08T01:28:10.557Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3070 | 2026-05-08T01:28:10.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3071 | 2026-05-08T01:28:10.642Z | |
| 3072 | 2026-05-08T01:28:10.642Z | info: running `cargo check --bins` on nexus-client (116/274) |
| 3073 | 2026-05-08T01:28:11.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3074 | 2026-05-08T01:28:11.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3075 | 2026-05-08T01:28:11.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3076 | 2026-05-08T01:28:11.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3077 | 2026-05-08T01:28:11.276Z | |
| 3078 | 2026-05-08T01:28:11.276Z | info: running `cargo check --bins` on nexus-lockstep-client (117/274) |
| 3079 | 2026-05-08T01:28:11.802Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3080 | 2026-05-08T01:28:11.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3081 | 2026-05-08T01:28:11.809Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3082 | 2026-05-08T01:28:11.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3083 | 2026-05-08T01:28:11.903Z | |
| 3084 | 2026-05-08T01:28:11.903Z | info: running `cargo check --bins` on ntp-admin-client (118/274) |
| 3085 | 2026-05-08T01:28:12.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3086 | 2026-05-08T01:28:12.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3087 | 2026-05-08T01:28:12.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3088 | 2026-05-08T01:28:12.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3089 | 2026-05-08T01:28:12.483Z | |
| 3090 | 2026-05-08T01:28:12.483Z | info: running `cargo check --bins` on oxide-client (119/274) |
| 3091 | 2026-05-08T01:28:12.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3092 | 2026-05-08T01:28:12.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3093 | 2026-05-08T01:28:12.984Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3094 | 2026-05-08T01:28:12.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3095 | 2026-05-08T01:28:13.069Z | |
| 3096 | 2026-05-08T01:28:13.069Z | info: running `cargo check --bins` on oximeter-client (120/274) |
| 3097 | 2026-05-08T01:28:13.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3098 | 2026-05-08T01:28:13.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3099 | 2026-05-08T01:28:13.579Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3100 | 2026-05-08T01:28:13.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3101 | 2026-05-08T01:28:13.665Z | |
| 3102 | 2026-05-08T01:28:13.665Z | info: running `cargo check --bins` on repo-depot-client (121/274) |
| 3103 | 2026-05-08T01:28:14.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3104 | 2026-05-08T01:28:14.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3105 | 2026-05-08T01:28:14.173Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3106 | 2026-05-08T01:28:14.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3107 | 2026-05-08T01:28:14.264Z | |
| 3108 | 2026-05-08T01:28:14.264Z | info: running `cargo check --bins` on sled-agent-client (122/274) |
| 3109 | 2026-05-08T01:28:14.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3110 | 2026-05-08T01:28:14.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3111 | 2026-05-08T01:28:14.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3112 | 2026-05-08T01:28:14.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3113 | 2026-05-08T01:28:14.855Z | |
| 3114 | 2026-05-08T01:28:14.855Z | info: running `cargo check --bins` on wicketd-client (123/274) |
| 3115 | 2026-05-08T01:28:15.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3116 | 2026-05-08T01:28:15.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3117 | 2026-05-08T01:28:15.375Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3118 | 2026-05-08T01:28:15.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3119 | 2026-05-08T01:28:15.476Z | |
| 3120 | 2026-05-08T01:28:15.476Z | info: running `cargo check --bins` on installinator-common (124/274) |
| 3121 | 2026-05-08T01:28:15.991Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3122 | 2026-05-08T01:28:15.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3123 | 2026-05-08T01:28:15.996Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3124 | 2026-05-08T01:28:15.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3125 | 2026-05-08T01:28:16.081Z | |
| 3126 | 2026-05-08T01:28:16.081Z | info: running `cargo check --bins` on installinator-common-versions (125/274) |
| 3127 | 2026-05-08T01:28:16.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3128 | 2026-05-08T01:28:16.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3129 | 2026-05-08T01:28:16.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3130 | 2026-05-08T01:28:16.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3131 | 2026-05-08T01:28:16.653Z | |
| 3132 | 2026-05-08T01:28:16.653Z | info: running `cargo check --bins` on wicket-common (126/274) |
| 3133 | 2026-05-08T01:28:17.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3134 | 2026-05-08T01:28:17.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3135 | 2026-05-08T01:28:17.169Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3136 | 2026-05-08T01:28:17.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3137 | 2026-05-08T01:28:17.259Z | |
| 3138 | 2026-05-08T01:28:17.259Z | info: running `cargo check --bins` on omicron-cockroach-admin (127/274) |
| 3139 | 2026-05-08T01:28:17.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3140 | 2026-05-08T01:28:17.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3141 | 2026-05-08T01:28:17.939Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3142 | 2026-05-08T01:28:18.053Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3143 | 2026-05-08T01:28:18.060Z | Checking csv-core v0.1.13 |
| 3144 | 2026-05-08T01:28:18.068Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3145 | 2026-05-08T01:28:18.077Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3146 | 2026-05-08T01:28:18.084Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3147 | 2026-05-08T01:28:18.095Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3148 | 2026-05-08T01:28:18.103Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3149 | 2026-05-08T01:28:18.209Z | Checking csv v1.4.0 |
| 3150 | 2026-05-08T01:28:18.228Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3151 | 2026-05-08T01:28:18.276Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3152 | 2026-05-08T01:28:18.304Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3153 | 2026-05-08T01:28:18.539Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3154 | 2026-05-08T01:28:18.905Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3155 | 2026-05-08T01:28:18.910Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3156 | 2026-05-08T01:28:19.229Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3157 | 2026-05-08T01:28:24.861Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3158 | 2026-05-08T01:28:25.384Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3159 | 2026-05-08T01:28:27.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.41s |
| 3160 | 2026-05-08T01:28:27.876Z | |
| 3161 | 2026-05-08T01:28:27.876Z | info: running `cargo check --bins` on cockroach-admin-api (128/274) |
| 3162 | 2026-05-08T01:28:28.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3163 | 2026-05-08T01:28:28.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3164 | 2026-05-08T01:28:28.379Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3165 | 2026-05-08T01:28:28.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3166 | 2026-05-08T01:28:28.464Z | |
| 3167 | 2026-05-08T01:28:28.464Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (129/274) |
| 3168 | 2026-05-08T01:28:29.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3169 | 2026-05-08T01:28:29.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3170 | 2026-05-08T01:28:29.046Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3171 | 2026-05-08T01:28:29.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3172 | 2026-05-08T01:28:29.147Z | |
| 3173 | 2026-05-08T01:28:29.147Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/274) |
| 3174 | 2026-05-08T01:28:29.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3175 | 2026-05-08T01:28:29.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3176 | 2026-05-08T01:28:29.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3177 | 2026-05-08T01:28:29.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3178 | 2026-05-08T01:28:29.830Z | |
| 3179 | 2026-05-08T01:28:29.830Z | info: running `cargo check --bins` on gateway-test-utils (131/274) |
| 3180 | 2026-05-08T01:28:30.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3181 | 2026-05-08T01:28:30.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3182 | 2026-05-08T01:28:30.400Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3183 | 2026-05-08T01:28:30.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3184 | 2026-05-08T01:28:30.472Z | |
| 3185 | 2026-05-08T01:28:30.472Z | info: running `cargo check --bins` on omicron-gateway (132/274) |
| 3186 | 2026-05-08T01:28:31.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3187 | 2026-05-08T01:28:31.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3188 | 2026-05-08T01:28:31.228Z | Compiling regress v0.11.1 |
| 3189 | 2026-05-08T01:28:31.369Z | Compiling unsafe-libyaml v0.2.11 |
| 3190 | 2026-05-08T01:28:31.385Z | Compiling semver v0.1.20 |
| 3191 | 2026-05-08T01:28:31.385Z | Compiling radium v0.7.0 |
| 3192 | 2026-05-08T01:28:31.401Z | Compiling pin-project-internal v1.1.11 |
| 3193 | 2026-05-08T01:28:31.412Z | Checking tap v1.0.1 |
| 3194 | 2026-05-08T01:28:31.425Z | Compiling maybe-uninit v2.0.0 |
| 3195 | 2026-05-08T01:28:31.522Z | Checking wyz v0.5.1 |
| 3196 | 2026-05-08T01:28:31.643Z | Compiling rustc_version v0.1.7 |
| 3197 | 2026-05-08T01:28:31.705Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3198 | 2026-05-08T01:28:31.741Z | Checking progenitor-client v0.13.0 |
| 3199 | 2026-05-08T01:28:31.826Z | Compiling snafu-derive v0.8.9 |
| 3200 | 2026-05-08T01:28:31.881Z | Compiling serde_yaml v0.9.34+deprecated |
| 3201 | 2026-05-08T01:28:31.968Z | Compiling newtype_derive v0.1.6 |
| 3202 | 2026-05-08T01:28:32.090Z | Compiling zerocopy-derive v0.6.6 |
| 3203 | 2026-05-08T01:28:32.157Z | Checking crc-catalog v2.4.0 |
| 3204 | 2026-05-08T01:28:32.247Z | Compiling cancel-safe-futures v0.1.5 |
| 3205 | 2026-05-08T01:28:32.465Z | Checking same-file v1.0.6 |
| 3206 | 2026-05-08T01:28:35.928Z | Checking pin-project v1.1.11 |
| 3207 | 2026-05-08T01:28:35.928Z | Checking funty v2.0.0 |
| 3208 | 2026-05-08T01:28:35.928Z | Compiling packed_struct v0.10.1 |
| 3209 | 2026-05-08T01:28:35.928Z | Checking typify-impl v0.6.2 |
| 3210 | 2026-05-08T01:28:35.928Z | Compiling owo-colors v4.3.0 |
| 3211 | 2026-05-08T01:28:35.928Z | Checking zerocopy v0.6.6 |
| 3212 | 2026-05-08T01:28:35.928Z | Checking bitvec v1.0.1 |
| 3213 | 2026-05-08T01:28:35.928Z | Checking walkdir v2.5.0 |
| 3214 | 2026-05-08T01:28:35.928Z | Checking crc v3.4.0 |
| 3215 | 2026-05-08T01:28:35.929Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3216 | 2026-05-08T01:28:35.929Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3217 | 2026-05-08T01:28:35.929Z | Checking globset v0.4.18 |
| 3218 | 2026-05-08T01:28:35.929Z | Checking olpc-cjson v0.1.4 |
| 3219 | 2026-05-08T01:28:35.929Z | Checking snafu v0.8.9 |
| 3220 | 2026-05-08T01:28:35.929Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3221 | 2026-05-08T01:28:35.929Z | Checking pem v3.0.6 |
| 3222 | 2026-05-08T01:28:35.929Z | Compiling packed_struct_codegen v0.10.1 |
| 3223 | 2026-05-08T01:28:35.929Z | Checking libsw-core v0.3.2 |
| 3224 | 2026-05-08T01:28:35.929Z | Checking serde_plain v1.0.2 |
| 3225 | 2026-05-08T01:28:35.929Z | Compiling bitfield-macros v0.19.4 |
| 3226 | 2026-05-08T01:28:35.929Z | Compiling indexmap v1.9.3 |
| 3227 | 2026-05-08T01:28:35.929Z | Checking nodrop v0.1.14 |
| 3228 | 2026-05-08T01:28:35.929Z | Checking typed-path v0.9.3 |
| 3229 | 2026-05-08T01:28:35.929Z | Checking array-init v0.0.4 |
| 3230 | 2026-05-08T01:28:35.929Z | Checking libsw v3.5.0 |
| 3231 | 2026-05-08T01:28:35.929Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3232 | 2026-05-08T01:28:35.929Z | Checking smallvec v0.6.14 |
| 3233 | 2026-05-08T01:28:35.929Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3234 | 2026-05-08T01:28:35.929Z | Checking bitfield v0.19.4 |
| 3235 | 2026-05-08T01:28:35.929Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3236 | 2026-05-08T01:28:35.929Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3237 | 2026-05-08T01:28:35.929Z | Checking tough v0.20.0 |
| 3238 | 2026-05-08T01:28:35.929Z | Checking tagptr v0.2.0 |
| 3239 | 2026-05-08T01:28:35.929Z | Checking hashbrown v0.12.3 |
| 3240 | 2026-05-08T01:28:35.929Z | Checking smawk v0.3.2 |
| 3241 | 2026-05-08T01:28:35.929Z | Checking linear-map v1.2.0 |
| 3242 | 2026-05-08T01:28:36.018Z | Checking unicode-linebreak v0.1.5 |
| 3243 | 2026-05-08T01:28:36.018Z | Checking base64 v0.21.7 |
| 3244 | 2026-05-08T01:28:36.018Z | Checking moka v0.12.13 |
| 3245 | 2026-05-08T01:28:36.018Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3246 | 2026-05-08T01:28:36.018Z | Checking textwrap v0.16.2 |
| 3247 | 2026-05-08T01:28:36.018Z | Checking ron v0.8.1 |
| 3248 | 2026-05-08T01:28:36.018Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3249 | 2026-05-08T01:28:36.018Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3250 | 2026-05-08T01:28:36.018Z | Checking serde-hex v0.1.0 |
| 3251 | 2026-05-08T01:28:36.018Z | Checking steno v0.4.1 |
| 3252 | 2026-05-08T01:28:36.019Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3253 | 2026-05-08T01:28:36.038Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3254 | 2026-05-08T01:28:36.071Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3255 | 2026-05-08T01:28:36.468Z | Checking hashbrown v0.13.2 |
| 3256 | 2026-05-08T01:28:36.483Z | Checking humantime v2.3.0 |
| 3257 | 2026-05-08T01:28:36.571Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3258 | 2026-05-08T01:28:36.665Z | Checking crc-any v2.5.0 |
| 3259 | 2026-05-08T01:28:36.782Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3260 | 2026-05-08T01:28:36.795Z | Checking hickory-resolver v0.25.2 |
| 3261 | 2026-05-08T01:28:36.841Z | Checking hickory-proto v0.26.1 |
| 3262 | 2026-05-08T01:28:36.891Z | Checking object v0.30.4 |
| 3263 | 2026-05-08T01:28:36.932Z | Checking utf-8 v0.7.6 |
| 3264 | 2026-05-08T01:28:36.944Z | Checking path-slash v0.1.5 |
| 3265 | 2026-05-08T01:28:37.048Z | Checking half v1.8.3 |
| 3266 | 2026-05-08T01:28:37.066Z | Checking void v1.0.2 |
| 3267 | 2026-05-08T01:28:37.170Z | Checking lzss v0.8.2 |
| 3268 | 2026-05-08T01:28:37.183Z | Checking tungstenite v0.23.0 |
| 3269 | 2026-05-08T01:28:37.241Z | Checking serde_cbor v0.11.2 |
| 3270 | 2026-05-08T01:28:37.374Z | Compiling typify-macro v0.6.2 |
| 3271 | 2026-05-08T01:28:37.486Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3272 | 2026-05-08T01:28:37.501Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3273 | 2026-05-08T01:28:37.588Z | Checking nix v0.27.1 |
| 3274 | 2026-05-08T01:28:37.613Z | Checking kstat-rs v0.2.4 |
| 3275 | 2026-05-08T01:28:37.641Z | Checking fxhash v0.2.1 |
| 3276 | 2026-05-08T01:28:37.732Z | Checking serde_bytes v0.11.19 |
| 3277 | 2026-05-08T01:28:37.759Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3278 | 2026-05-08T01:28:37.794Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3279 | 2026-05-08T01:28:37.900Z | Checking tokio-tungstenite v0.23.1 |
| 3280 | 2026-05-08T01:28:38.064Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3281 | 2026-05-08T01:28:38.092Z | Checking signal-hook-tokio v0.3.1 |
| 3282 | 2026-05-08T01:28:38.132Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3283 | 2026-05-08T01:28:38.926Z | Compiling typify v0.6.2 |
| 3284 | 2026-05-08T01:28:38.985Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3285 | 2026-05-08T01:28:39.006Z | Compiling progenitor-impl v0.13.0 |
| 3286 | 2026-05-08T01:28:39.006Z | Compiling progenitor-impl v0.14.0 |
| 3287 | 2026-05-08T01:28:39.880Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3288 | 2026-05-08T01:28:40.184Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 3289 | 2026-05-08T01:28:40.593Z | Compiling progenitor-macro v0.14.0 |
| 3290 | 2026-05-08T01:28:40.627Z | Compiling progenitor-macro v0.13.0 |
| 3291 | 2026-05-08T01:28:43.063Z | Checking progenitor v0.14.0 |
| 3292 | 2026-05-08T01:28:43.191Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3293 | 2026-05-08T01:28:43.251Z | Checking progenitor v0.13.0 |
| 3294 | 2026-05-08T01:28:43.366Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3295 | 2026-05-08T01:28:46.342Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3296 | 2026-05-08T01:28:53.826Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3297 | 2026-05-08T01:29:00.006Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3298 | 2026-05-08T01:29:01.355Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3299 | 2026-05-08T01:29:01.852Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3300 | 2026-05-08T01:29:03.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.42s |
| 3301 | 2026-05-08T01:29:04.100Z | |
| 3302 | 2026-05-08T01:29:04.100Z | info: running `cargo check --bins` on gateway-api (133/274) |
| 3303 | 2026-05-08T01:29:04.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3304 | 2026-05-08T01:29:04.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3305 | 2026-05-08T01:29:04.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3306 | 2026-05-08T01:29:04.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3307 | 2026-05-08T01:29:04.690Z | |
| 3308 | 2026-05-08T01:29:04.690Z | info: running `cargo check --bins` on ipcc (134/274) |
| 3309 | 2026-05-08T01:29:05.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3310 | 2026-05-08T01:29:05.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3311 | 2026-05-08T01:29:05.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3312 | 2026-05-08T01:29:05.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3313 | 2026-05-08T01:29:05.280Z | |
| 3314 | 2026-05-08T01:29:05.281Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (135/274) |
| 3315 | 2026-05-08T01:29:05.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3316 | 2026-05-08T01:29:05.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3317 | 2026-05-08T01:29:05.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3318 | 2026-05-08T01:29:05.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3319 | 2026-05-08T01:29:05.860Z | |
| 3320 | 2026-05-08T01:29:05.860Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/274) |
| 3321 | 2026-05-08T01:29:06.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3322 | 2026-05-08T01:29:06.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3323 | 2026-05-08T01:29:06.362Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3324 | 2026-05-08T01:29:06.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3325 | 2026-05-08T01:29:06.454Z | |
| 3326 | 2026-05-08T01:29:06.454Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/274) |
| 3327 | 2026-05-08T01:29:06.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3328 | 2026-05-08T01:29:06.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3329 | 2026-05-08T01:29:06.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3330 | 2026-05-08T01:29:06.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3331 | 2026-05-08T01:29:07.046Z | |
| 3332 | 2026-05-08T01:29:07.047Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/274) |
| 3333 | 2026-05-08T01:29:07.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3334 | 2026-05-08T01:29:07.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3335 | 2026-05-08T01:29:07.552Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3336 | 2026-05-08T01:29:07.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3337 | 2026-05-08T01:29:07.643Z | |
| 3338 | 2026-05-08T01:29:07.643Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/274) |
| 3339 | 2026-05-08T01:29:08.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3340 | 2026-05-08T01:29:08.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3341 | 2026-05-08T01:29:08.158Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3342 | 2026-05-08T01:29:08.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3343 | 2026-05-08T01:29:08.244Z | |
| 3344 | 2026-05-08T01:29:08.245Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/274) |
| 3345 | 2026-05-08T01:29:08.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3346 | 2026-05-08T01:29:08.752Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3347 | 2026-05-08T01:29:08.752Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3348 | 2026-05-08T01:29:08.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3349 | 2026-05-08T01:29:08.843Z | |
| 3350 | 2026-05-08T01:29:08.843Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/274) |
| 3351 | 2026-05-08T01:29:09.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3352 | 2026-05-08T01:29:09.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3353 | 2026-05-08T01:29:09.346Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3354 | 2026-05-08T01:29:09.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3355 | 2026-05-08T01:29:09.438Z | |
| 3356 | 2026-05-08T01:29:09.438Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/274) |
| 3357 | 2026-05-08T01:29:09.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3358 | 2026-05-08T01:29:09.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3359 | 2026-05-08T01:29:09.942Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3360 | 2026-05-08T01:29:09.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3361 | 2026-05-08T01:29:10.035Z | |
| 3362 | 2026-05-08T01:29:10.035Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/274) |
| 3363 | 2026-05-08T01:29:10.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3364 | 2026-05-08T01:29:10.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3365 | 2026-05-08T01:29:10.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3366 | 2026-05-08T01:29:10.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3367 | 2026-05-08T01:29:10.632Z | |
| 3368 | 2026-05-08T01:29:10.632Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/274) |
| 3369 | 2026-05-08T01:29:11.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3370 | 2026-05-08T01:29:11.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3371 | 2026-05-08T01:29:11.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3372 | 2026-05-08T01:29:11.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3373 | 2026-05-08T01:29:11.228Z | |
| 3374 | 2026-05-08T01:29:11.228Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/274) |
| 3375 | 2026-05-08T01:29:11.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3376 | 2026-05-08T01:29:11.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3377 | 2026-05-08T01:29:11.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3378 | 2026-05-08T01:29:11.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3379 | 2026-05-08T01:29:11.818Z | |
| 3380 | 2026-05-08T01:29:11.818Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/274) |
| 3381 | 2026-05-08T01:29:12.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3382 | 2026-05-08T01:29:12.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3383 | 2026-05-08T01:29:12.321Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3384 | 2026-05-08T01:29:12.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3385 | 2026-05-08T01:29:12.412Z | |
| 3386 | 2026-05-08T01:29:12.412Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/274) |
| 3387 | 2026-05-08T01:29:12.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3388 | 2026-05-08T01:29:12.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3389 | 2026-05-08T01:29:12.913Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3390 | 2026-05-08T01:29:12.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3391 | 2026-05-08T01:29:13.002Z | |
| 3392 | 2026-05-08T01:29:13.002Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/274) |
| 3393 | 2026-05-08T01:29:13.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3394 | 2026-05-08T01:29:13.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3395 | 2026-05-08T01:29:13.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3396 | 2026-05-08T01:29:13.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3397 | 2026-05-08T01:29:13.593Z | |
| 3398 | 2026-05-08T01:29:13.593Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/274) |
| 3399 | 2026-05-08T01:29:14.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3400 | 2026-05-08T01:29:14.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3401 | 2026-05-08T01:29:14.091Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3402 | 2026-05-08T01:29:14.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3403 | 2026-05-08T01:29:14.177Z | |
| 3404 | 2026-05-08T01:29:14.177Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/274) |
| 3405 | 2026-05-08T01:29:14.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3406 | 2026-05-08T01:29:14.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3407 | 2026-05-08T01:29:14.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3408 | 2026-05-08T01:29:14.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3409 | 2026-05-08T01:29:14.764Z | |
| 3410 | 2026-05-08T01:29:14.764Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/274) |
| 3411 | 2026-05-08T01:29:15.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3412 | 2026-05-08T01:29:15.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3413 | 2026-05-08T01:29:15.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3414 | 2026-05-08T01:29:15.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3415 | 2026-05-08T01:29:15.350Z | |
| 3416 | 2026-05-08T01:29:15.350Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/274) |
| 3417 | 2026-05-08T01:29:15.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3418 | 2026-05-08T01:29:15.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3419 | 2026-05-08T01:29:15.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3420 | 2026-05-08T01:29:15.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3421 | 2026-05-08T01:29:15.939Z | |
| 3422 | 2026-05-08T01:29:15.939Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/274) |
| 3423 | 2026-05-08T01:29:16.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3424 | 2026-05-08T01:29:16.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3425 | 2026-05-08T01:29:16.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3426 | 2026-05-08T01:29:16.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3427 | 2026-05-08T01:29:16.534Z | |
| 3428 | 2026-05-08T01:29:16.534Z | info: running `cargo check --bins` on oximeter-producer (154/274) |
| 3429 | 2026-05-08T01:29:17.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3430 | 2026-05-08T01:29:17.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3431 | 2026-05-08T01:29:17.066Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3432 | 2026-05-08T01:29:17.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3433 | 2026-05-08T01:29:17.166Z | |
| 3434 | 2026-05-08T01:29:17.166Z | info: running `cargo check --bins` on internal-dns-resolver (155/274) |
| 3435 | 2026-05-08T01:29:17.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3436 | 2026-05-08T01:29:17.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3437 | 2026-05-08T01:29:17.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3438 | 2026-05-08T01:29:17.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3439 | 2026-05-08T01:29:17.756Z | |
| 3440 | 2026-05-08T01:29:17.756Z | info: running `cargo check --bins` on dns-server (156/274) |
| 3441 | 2026-05-08T01:29:18.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3442 | 2026-05-08T01:29:18.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3443 | 2026-05-08T01:29:18.396Z | Compiling parking_lot_core v0.8.6 |
| 3444 | 2026-05-08T01:29:18.396Z | Compiling git-stub v1.0.0 |
| 3445 | 2026-05-08T01:29:18.398Z | Compiling atomicwrites v0.4.4 |
| 3446 | 2026-05-08T01:29:18.398Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3447 | 2026-05-08T01:29:18.505Z | Checking prefix-trie v0.7.0 |
| 3448 | 2026-05-08T01:29:18.638Z | Compiling git-stub-vcs v0.1.0 |
| 3449 | 2026-05-08T01:29:18.807Z | Checking hickory-server v0.25.2 |
| 3450 | 2026-05-08T01:29:18.896Z | Checking parking_lot v0.11.2 |
| 3451 | 2026-05-08T01:29:18.909Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3452 | 2026-05-08T01:29:18.974Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3453 | 2026-05-08T01:29:18.975Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3454 | 2026-05-08T01:29:19.063Z | Checking sled v0.34.7 |
| 3455 | 2026-05-08T01:29:20.324Z | error[E0271]: expected `Answers` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3456 | 2026-05-08T01:29:20.324Z | --> dns-server/src/dns_server.rs:487:12 |
| 3457 | 2026-05-08T01:29:20.324Z | | |
| 3458 | 2026-05-08T01:29:20.324Z | 487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>, |
| 3459 | 2026-05-08T01:29:20.324Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3460 | 2026-05-08T01:29:20.324Z | | |
| 3461 | 2026-05-08T01:29:20.324Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3462 | 2026-05-08T01:29:20.324Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3463 | 2026-05-08T01:29:20.324Z | | |
| 3464 | 2026-05-08T01:29:20.324Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3465 | 2026-05-08T01:29:20.325Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3466 | 2026-05-08T01:29:20.325Z | | |
| 3467 | 2026-05-08T01:29:20.325Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3468 | 2026-05-08T01:29:20.325Z | | |
| 3469 | 2026-05-08T01:29:20.325Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3470 | 2026-05-08T01:29:20.325Z | | ---------------------------------------- this is the found type |
| 3471 | 2026-05-08T01:29:20.325Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3472 | 2026-05-08T01:29:20.325Z | note: required by a bound in `MessageResponse` |
| 3473 | 2026-05-08T01:29:20.325Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23 |
| 3474 | 2026-05-08T01:29:20.325Z | | |
| 3475 | 2026-05-08T01:29:20.325Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3476 | 2026-05-08T01:29:20.325Z | | --------------- required by a bound in this struct |
| 3477 | 2026-05-08T01:29:20.325Z | 22 | where |
| 3478 | 2026-05-08T01:29:20.325Z | 23 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3479 | 2026-05-08T01:29:20.325Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3480 | 2026-05-08T01:29:20.325Z | |
| 3481 | 2026-05-08T01:29:20.325Z | error[E0271]: expected `NameServers` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3482 | 2026-05-08T01:29:20.325Z | --> dns-server/src/dns_server.rs:487:12 |
| 3483 | 2026-05-08T01:29:20.325Z | | |
| 3484 | 2026-05-08T01:29:20.325Z | 487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>, |
| 3485 | 2026-05-08T01:29:20.325Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3486 | 2026-05-08T01:29:20.325Z | | |
| 3487 | 2026-05-08T01:29:20.325Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3488 | 2026-05-08T01:29:20.325Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3489 | 2026-05-08T01:29:20.326Z | | |
| 3490 | 2026-05-08T01:29:20.326Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3491 | 2026-05-08T01:29:20.326Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3492 | 2026-05-08T01:29:20.326Z | | |
| 3493 | 2026-05-08T01:29:20.326Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3494 | 2026-05-08T01:29:20.326Z | | |
| 3495 | 2026-05-08T01:29:20.326Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3496 | 2026-05-08T01:29:20.326Z | | ---------------------------------------- this is the found type |
| 3497 | 2026-05-08T01:29:20.326Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3498 | 2026-05-08T01:29:20.326Z | note: required by a bound in `MessageResponse` |
| 3499 | 2026-05-08T01:29:20.326Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:24:27 |
| 3500 | 2026-05-08T01:29:20.326Z | | |
| 3501 | 2026-05-08T01:29:20.326Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3502 | 2026-05-08T01:29:20.326Z | | --------------- required by a bound in this struct |
| 3503 | 2026-05-08T01:29:20.326Z | ... |
| 3504 | 2026-05-08T01:29:20.326Z | 24 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3505 | 2026-05-08T01:29:20.326Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3506 | 2026-05-08T01:29:20.326Z | |
| 3507 | 2026-05-08T01:29:20.326Z | error[E0271]: expected `Soa` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3508 | 2026-05-08T01:29:20.326Z | --> dns-server/src/dns_server.rs:487:12 |
| 3509 | 2026-05-08T01:29:20.326Z | | |
| 3510 | 2026-05-08T01:29:20.326Z | 487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>, |
| 3511 | 2026-05-08T01:29:20.327Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3512 | 2026-05-08T01:29:20.327Z | | |
| 3513 | 2026-05-08T01:29:20.327Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3514 | 2026-05-08T01:29:20.327Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3515 | 2026-05-08T01:29:20.327Z | | |
| 3516 | 2026-05-08T01:29:20.327Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3517 | 2026-05-08T01:29:20.327Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3518 | 2026-05-08T01:29:20.327Z | | |
| 3519 | 2026-05-08T01:29:20.327Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3520 | 2026-05-08T01:29:20.327Z | | |
| 3521 | 2026-05-08T01:29:20.327Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3522 | 2026-05-08T01:29:20.327Z | | ---------------------------------------- this is the found type |
| 3523 | 2026-05-08T01:29:20.327Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3524 | 2026-05-08T01:29:20.327Z | note: required by a bound in `MessageResponse` |
| 3525 | 2026-05-08T01:29:20.327Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:25:19 |
| 3526 | 2026-05-08T01:29:20.327Z | | |
| 3527 | 2026-05-08T01:29:20.327Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3528 | 2026-05-08T01:29:20.327Z | | --------------- required by a bound in this struct |
| 3529 | 2026-05-08T01:29:20.327Z | ... |
| 3530 | 2026-05-08T01:29:20.327Z | 25 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 3531 | 2026-05-08T01:29:20.327Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3532 | 2026-05-08T01:29:20.327Z | |
| 3533 | 2026-05-08T01:29:20.327Z | error[E0271]: expected `Additionals` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3534 | 2026-05-08T01:29:20.327Z | --> dns-server/src/dns_server.rs:487:12 |
| 3535 | 2026-05-08T01:29:20.327Z | | |
| 3536 | 2026-05-08T01:29:20.328Z | 487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>, |
| 3537 | 2026-05-08T01:29:20.328Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3538 | 2026-05-08T01:29:20.328Z | | |
| 3539 | 2026-05-08T01:29:20.328Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3540 | 2026-05-08T01:29:20.328Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3541 | 2026-05-08T01:29:20.328Z | | |
| 3542 | 2026-05-08T01:29:20.328Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3543 | 2026-05-08T01:29:20.328Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3544 | 2026-05-08T01:29:20.328Z | | |
| 3545 | 2026-05-08T01:29:20.328Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3546 | 2026-05-08T01:29:20.328Z | | |
| 3547 | 2026-05-08T01:29:20.328Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3548 | 2026-05-08T01:29:20.328Z | | ---------------------------------------- this is the found type |
| 3549 | 2026-05-08T01:29:20.328Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3550 | 2026-05-08T01:29:20.328Z | note: required by a bound in `MessageResponse` |
| 3551 | 2026-05-08T01:29:20.328Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27 |
| 3552 | 2026-05-08T01:29:20.328Z | | |
| 3553 | 2026-05-08T01:29:20.328Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3554 | 2026-05-08T01:29:20.329Z | | --------------- required by a bound in this struct |
| 3555 | 2026-05-08T01:29:20.332Z | ... |
| 3556 | 2026-05-08T01:29:20.332Z | 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 3557 | 2026-05-08T01:29:20.332Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3558 | 2026-05-08T01:29:20.332Z | |
| 3559 | 2026-05-08T01:29:20.462Z | error[E0599]: no function or associated item named `read` found for struct `MessageRequest` in the current scope |
| 3560 | 2026-05-08T01:29:20.462Z | --> dns-server/src/dns_server.rs:161:36 |
| 3561 | 2026-05-08T01:29:20.462Z | | |
| 3562 | 2026-05-08T01:29:20.463Z | 161 | let mr = match MessageRequest::read(&mut dec) { |
| 3563 | 2026-05-08T01:29:20.463Z | | ^^^^ function or associated item not found in `MessageRequest` |
| 3564 | 2026-05-08T01:29:20.463Z | | |
| 3565 | 2026-05-08T01:29:20.463Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3566 | 2026-05-08T01:29:20.463Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/serialize/binary/mod.rs:44:1 |
| 3567 | 2026-05-08T01:29:20.463Z | | |
| 3568 | 2026-05-08T01:29:20.463Z | 44 | pub trait BinDecodable<'r>: Sized { |
| 3569 | 2026-05-08T01:29:20.463Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait |
| 3570 | 2026-05-08T01:29:20.463Z | | |
| 3571 | 2026-05-08T01:29:20.463Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/serialize/binary/mod.rs:45:1 |
| 3572 | 2026-05-08T01:29:20.463Z | | |
| 3573 | 2026-05-08T01:29:20.463Z | 45 | pub trait BinDecodable<'r>: Sized { |
| 3574 | 2026-05-08T01:29:20.463Z | | --------------------------------- this is the trait that was imported |
| 3575 | 2026-05-08T01:29:20.463Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3576 | 2026-05-08T01:29:20.463Z | |
| 3577 | 2026-05-08T01:29:20.472Z | error[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope |
| 3578 | 2026-05-08T01:29:20.472Z | --> dns-server/src/dns_server.rs:173:34 |
| 3579 | 2026-05-08T01:29:20.472Z | | |
| 3580 | 2026-05-08T01:29:20.472Z | 173 | let header = Header::response_from_request(mr.header()); |
| 3581 | 2026-05-08T01:29:20.472Z | | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header` |
| 3582 | 2026-05-08T01:29:20.472Z | | |
| 3583 | 2026-05-08T01:29:20.472Z | note: the function `response_from_request` is implemented on `hickory_proto::op::Metadata` |
| 3584 | 2026-05-08T01:29:20.472Z | --> dns-server/src/dns_server.rs:173:26 |
| 3585 | 2026-05-08T01:29:20.472Z | | |
| 3586 | 2026-05-08T01:29:20.472Z | 173 | let header = Header::response_from_request(mr.header()); |
| 3587 | 2026-05-08T01:29:20.472Z | | ^^^^^^ |
| 3588 | 2026-05-08T01:29:20.472Z | |
| 3589 | 2026-05-08T01:29:20.489Z | error[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope |
| 3590 | 2026-05-08T01:29:20.489Z | --> dns-server/src/dns_server.rs:273:30 |
| 3591 | 2026-05-08T01:29:20.489Z | | |
| 3592 | 2026-05-08T01:29:20.489Z | 273 | let mut header = Header::response_from_request(mr.header()); |
| 3593 | 2026-05-08T01:29:20.489Z | | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header` |
| 3594 | 2026-05-08T01:29:20.490Z | | |
| 3595 | 2026-05-08T01:29:20.490Z | note: the function `response_from_request` is implemented on `hickory_proto::op::Metadata` |
| 3596 | 2026-05-08T01:29:20.490Z | --> dns-server/src/dns_server.rs:273:22 |
| 3597 | 2026-05-08T01:29:20.490Z | | |
| 3598 | 2026-05-08T01:29:20.490Z | 273 | let mut header = Header::response_from_request(mr.header()); |
| 3599 | 2026-05-08T01:29:20.490Z | | ^^^^^^ |
| 3600 | 2026-05-08T01:29:20.490Z | |
| 3601 | 2026-05-08T01:29:20.503Z | error[E0308]: mismatched types |
| 3602 | 2026-05-08T01:29:20.503Z | --> dns-server/src/dns_server.rs:299:30 |
| 3603 | 2026-05-08T01:29:20.503Z | | |
| 3604 | 2026-05-08T01:29:20.503Z | 299 | let answer = store.query(query)?; |
| 3605 | 2026-05-08T01:29:20.504Z | | ----- ^^^^^ expected `hickory_proto::op::LowerQuery`, found `LowerQuery` |
| 3606 | 2026-05-08T01:29:20.504Z | | | |
| 3607 | 2026-05-08T01:29:20.504Z | | arguments to this method are incorrect |
| 3608 | 2026-05-08T01:29:20.504Z | | |
| 3609 | 2026-05-08T01:29:20.504Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3610 | 2026-05-08T01:29:20.504Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/lower_query.rs:22:1 |
| 3611 | 2026-05-08T01:29:20.504Z | | |
| 3612 | 2026-05-08T01:29:20.504Z | 22 | pub struct LowerQuery { |
| 3613 | 2026-05-08T01:29:20.504Z | | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3614 | 2026-05-08T01:29:20.504Z | | |
| 3615 | 2026-05-08T01:29:20.504Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/lower_query.rs:18:1 |
| 3616 | 2026-05-08T01:29:20.504Z | | |
| 3617 | 2026-05-08T01:29:20.504Z | 18 | pub struct LowerQuery { |
| 3618 | 2026-05-08T01:29:20.504Z | | --------------------- this is the found type |
| 3619 | 2026-05-08T01:29:20.504Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3620 | 2026-05-08T01:29:20.504Z | note: method defined here |
| 3621 | 2026-05-08T01:29:20.504Z | --> dns-server/src/storage.rs:762:19 |
| 3622 | 2026-05-08T01:29:20.504Z | | |
| 3623 | 2026-05-08T01:29:20.504Z | 762 | pub(crate) fn query( |
| 3624 | 2026-05-08T01:29:20.504Z | | ^^^^^ |
| 3625 | 2026-05-08T01:29:20.504Z | 763 | &self, |
| 3626 | 2026-05-08T01:29:20.504Z | 764 | query: &LowerQuery, |
| 3627 | 2026-05-08T01:29:20.504Z | | ------------------ |
| 3628 | 2026-05-08T01:29:20.505Z | |
| 3629 | 2026-05-08T01:29:20.508Z | error[E0308]: mismatched types |
| 3630 | 2026-05-08T01:29:20.508Z | --> dns-server/src/dns_server.rs:311:55 |
| 3631 | 2026-05-08T01:29:20.508Z | | |
| 3632 | 2026-05-08T01:29:20.508Z | 311 | if answer.name.is_none() && query.query_type() == RecordType::SOA { |
| 3633 | 2026-05-08T01:29:20.508Z | | ------------------ ^^^^^^^^^^^^^^^ expected `RecordType`, found `hickory_proto::rr::RecordType` |
| 3634 | 2026-05-08T01:29:20.508Z | | | |
| 3635 | 2026-05-08T01:29:20.508Z | | expected because this is `hickory_resolver::hickory_proto::rr::RecordType` |
| 3636 | 2026-05-08T01:29:20.508Z | | |
| 3637 | 2026-05-08T01:29:20.508Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3638 | 2026-05-08T01:29:20.508Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/record_type.rs:33:1 |
| 3639 | 2026-05-08T01:29:20.508Z | | |
| 3640 | 2026-05-08T01:29:20.508Z | 33 | pub enum RecordType { |
| 3641 | 2026-05-08T01:29:20.508Z | | ^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3642 | 2026-05-08T01:29:20.508Z | | |
| 3643 | 2026-05-08T01:29:20.508Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record_type.rs:33:1 |
| 3644 | 2026-05-08T01:29:20.508Z | | |
| 3645 | 2026-05-08T01:29:20.508Z | 33 | pub enum RecordType { |
| 3646 | 2026-05-08T01:29:20.508Z | | ------------------- this is the found type |
| 3647 | 2026-05-08T01:29:20.508Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3648 | 2026-05-08T01:29:20.508Z | |
| 3649 | 2026-05-08T01:29:20.521Z | error[E0599]: no method named `data` found for reference `&hickory_proto::rr::Record` in the current scope |
| 3650 | 2026-05-08T01:29:20.521Z | --> dns-server/src/dns_server.rs:327:60 |
| 3651 | 2026-05-08T01:29:20.521Z | | |
| 3652 | 2026-05-08T01:29:20.521Z | 327 | .filter(|record| match (query.query_type(), record.data()) { |
| 3653 | 2026-05-08T01:29:20.521Z | | ^^^^-- help: remove the arguments |
| 3654 | 2026-05-08T01:29:20.521Z | | | |
| 3655 | 2026-05-08T01:29:20.521Z | | field, not a method |
| 3656 | 2026-05-08T01:29:20.521Z | |
| 3657 | 2026-05-08T01:29:20.533Z | error[E0599]: no method named `data` found for struct `hickory_proto::rr::Record<R>` in the current scope |
| 3658 | 2026-05-08T01:29:20.533Z | --> dns-server/src/dns_server.rs:348:51 |
| 3659 | 2026-05-08T01:29:20.533Z | | |
| 3660 | 2026-05-08T01:29:20.533Z | 348 | let additionals_target = match record.data() { |
| 3661 | 2026-05-08T01:29:20.533Z | | ^^^^-- help: remove the arguments |
| 3662 | 2026-05-08T01:29:20.534Z | | | |
| 3663 | 2026-05-08T01:29:20.534Z | | field, not a method |
| 3664 | 2026-05-08T01:29:20.534Z | |
| 3665 | 2026-05-08T01:29:20.547Z | error[E0599]: no method named `target` found for struct `hickory_proto::rr::rdata::SRV` in the current scope |
| 3666 | 2026-05-08T01:29:20.547Z | --> dns-server/src/dns_server.rs:349:45 |
| 3667 | 2026-05-08T01:29:20.547Z | | |
| 3668 | 2026-05-08T01:29:20.547Z | 349 | RData::SRV(srv) => Some(srv.target()), |
| 3669 | 2026-05-08T01:29:20.547Z | | ^^^^^^-- help: remove the arguments |
| 3670 | 2026-05-08T01:29:20.547Z | | | |
| 3671 | 2026-05-08T01:29:20.547Z | | field, not a method |
| 3672 | 2026-05-08T01:29:20.547Z | |
| 3673 | 2026-05-08T01:29:20.552Z | error[E0271]: type mismatch resolving `<Vec<&Record> as IntoIterator>::Item == &Record` |
| 3674 | 2026-05-08T01:29:20.552Z | --> dns-server/src/dns_server.rs:416:9 |
| 3675 | 2026-05-08T01:29:20.552Z | | |
| 3676 | 2026-05-08T01:29:20.552Z | 414 | let mresp = rb.build( |
| 3677 | 2026-05-08T01:29:20.552Z | | ----- required by a bound introduced by this call |
| 3678 | 2026-05-08T01:29:20.552Z | 415 | header, |
| 3679 | 2026-05-08T01:29:20.552Z | 416 | response_records.iter().collect::<Vec<&Record>>(), |
| 3680 | 2026-05-08T01:29:20.552Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3681 | 2026-05-08T01:29:20.552Z | | |
| 3682 | 2026-05-08T01:29:20.552Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3683 | 2026-05-08T01:29:20.552Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3684 | 2026-05-08T01:29:20.552Z | | |
| 3685 | 2026-05-08T01:29:20.552Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3686 | 2026-05-08T01:29:20.552Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3687 | 2026-05-08T01:29:20.552Z | | |
| 3688 | 2026-05-08T01:29:20.552Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3689 | 2026-05-08T01:29:20.552Z | | |
| 3690 | 2026-05-08T01:29:20.552Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3691 | 2026-05-08T01:29:20.552Z | | ---------------------------------------- this is the found type |
| 3692 | 2026-05-08T01:29:20.552Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3693 | 2026-05-08T01:29:20.552Z | note: the method call chain might not have had the expected associated types |
| 3694 | 2026-05-08T01:29:20.552Z | --> dns-server/src/dns_server.rs:416:26 |
| 3695 | 2026-05-08T01:29:20.552Z | | |
| 3696 | 2026-05-08T01:29:20.552Z | 411 | response_records: &[Record], |
| 3697 | 2026-05-08T01:29:20.552Z | | ---------------- this expression has type `&[Record]` |
| 3698 | 2026-05-08T01:29:20.553Z | ... |
| 3699 | 2026-05-08T01:29:20.553Z | 416 | response_records.iter().collect::<Vec<&Record>>(), |
| 3700 | 2026-05-08T01:29:20.553Z | | ^^^^^^ ------------------------- `IntoIterator::Item` remains `&Record` here |
| 3701 | 2026-05-08T01:29:20.553Z | | | |
| 3702 | 2026-05-08T01:29:20.553Z | | `IntoIterator::Item` is `&Record` here |
| 3703 | 2026-05-08T01:29:20.553Z | note: required by a bound in `MessageResponseBuilder::<'q>::build` |
| 3704 | 2026-05-08T01:29:20.553Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:138:25 |
| 3705 | 2026-05-08T01:29:20.553Z | | |
| 3706 | 2026-05-08T01:29:20.553Z | 129 | pub fn build<'a, A, N, S, D>( |
| 3707 | 2026-05-08T01:29:20.553Z | | ----- required by a bound in this associated function |
| 3708 | 2026-05-08T01:29:20.553Z | ... |
| 3709 | 2026-05-08T01:29:20.553Z | 138 | A: IntoIterator<Item = &'a Record> + Send + 'a, |
| 3710 | 2026-05-08T01:29:20.553Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build` |
| 3711 | 2026-05-08T01:29:20.553Z | |
| 3712 | 2026-05-08T01:29:20.571Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3713 | 2026-05-08T01:29:20.571Z | --> dns-server/src/dns_server.rs:414:20 |
| 3714 | 2026-05-08T01:29:20.571Z | | |
| 3715 | 2026-05-08T01:29:20.571Z | 414 | let mresp = rb.build( |
| 3716 | 2026-05-08T01:29:20.571Z | | ^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3717 | 2026-05-08T01:29:20.571Z | | |
| 3718 | 2026-05-08T01:29:20.571Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3719 | 2026-05-08T01:29:20.571Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3720 | 2026-05-08T01:29:20.571Z | | |
| 3721 | 2026-05-08T01:29:20.571Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3722 | 2026-05-08T01:29:20.571Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3723 | 2026-05-08T01:29:20.571Z | | |
| 3724 | 2026-05-08T01:29:20.571Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3725 | 2026-05-08T01:29:20.571Z | | |
| 3726 | 2026-05-08T01:29:20.571Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3727 | 2026-05-08T01:29:20.571Z | | ---------------------------------------- this is the found type |
| 3728 | 2026-05-08T01:29:20.572Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3729 | 2026-05-08T01:29:20.572Z | note: required by a bound in `MessageResponse` |
| 3730 | 2026-05-08T01:29:20.572Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23 |
| 3731 | 2026-05-08T01:29:20.572Z | | |
| 3732 | 2026-05-08T01:29:20.572Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3733 | 2026-05-08T01:29:20.572Z | | --------------- required by a bound in this struct |
| 3734 | 2026-05-08T01:29:20.572Z | 22 | where |
| 3735 | 2026-05-08T01:29:20.572Z | 23 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3736 | 2026-05-08T01:29:20.572Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3737 | 2026-05-08T01:29:20.572Z | |
| 3738 | 2026-05-08T01:29:20.572Z | error[E0271]: type mismatch resolving `<&[Record] as IntoIterator>::Item == &Record` |
| 3739 | 2026-05-08T01:29:20.572Z | --> dns-server/src/dns_server.rs:419:9 |
| 3740 | 2026-05-08T01:29:20.572Z | | |
| 3741 | 2026-05-08T01:29:20.572Z | 414 | let mresp = rb.build( |
| 3742 | 2026-05-08T01:29:20.572Z | | ----- required by a bound introduced by this call |
| 3743 | 2026-05-08T01:29:20.572Z | ... |
| 3744 | 2026-05-08T01:29:20.572Z | 419 | additional_records, |
| 3745 | 2026-05-08T01:29:20.572Z | | ^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3746 | 2026-05-08T01:29:20.572Z | | |
| 3747 | 2026-05-08T01:29:20.572Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3748 | 2026-05-08T01:29:20.572Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3749 | 2026-05-08T01:29:20.572Z | | |
| 3750 | 2026-05-08T01:29:20.572Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3751 | 2026-05-08T01:29:20.572Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3752 | 2026-05-08T01:29:20.572Z | | |
| 3753 | 2026-05-08T01:29:20.572Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3754 | 2026-05-08T01:29:20.572Z | | |
| 3755 | 2026-05-08T01:29:20.572Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3756 | 2026-05-08T01:29:20.572Z | | ---------------------------------------- this is the found type |
| 3757 | 2026-05-08T01:29:20.572Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3758 | 2026-05-08T01:29:20.572Z | note: required by a bound in `MessageResponseBuilder::<'q>::build` |
| 3759 | 2026-05-08T01:29:20.572Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:144:25 |
| 3760 | 2026-05-08T01:29:20.572Z | | |
| 3761 | 2026-05-08T01:29:20.572Z | 129 | pub fn build<'a, A, N, S, D>( |
| 3762 | 2026-05-08T01:29:20.572Z | | ----- required by a bound in this associated function |
| 3763 | 2026-05-08T01:29:20.572Z | ... |
| 3764 | 2026-05-08T01:29:20.572Z | 144 | D: IntoIterator<Item = &'a Record> + Send + 'a, |
| 3765 | 2026-05-08T01:29:20.572Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build` |
| 3766 | 2026-05-08T01:29:20.573Z | |
| 3767 | 2026-05-08T01:29:20.573Z | error[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3768 | 2026-05-08T01:29:20.573Z | --> dns-server/src/dns_server.rs:414:20 |
| 3769 | 2026-05-08T01:29:20.573Z | | |
| 3770 | 2026-05-08T01:29:20.573Z | 414 | let mresp = rb.build( |
| 3771 | 2026-05-08T01:29:20.573Z | | ^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3772 | 2026-05-08T01:29:20.573Z | | |
| 3773 | 2026-05-08T01:29:20.573Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3774 | 2026-05-08T01:29:20.573Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3775 | 2026-05-08T01:29:20.573Z | | |
| 3776 | 2026-05-08T01:29:20.573Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3777 | 2026-05-08T01:29:20.573Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3778 | 2026-05-08T01:29:20.573Z | | |
| 3779 | 2026-05-08T01:29:20.573Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3780 | 2026-05-08T01:29:20.573Z | | |
| 3781 | 2026-05-08T01:29:20.573Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3782 | 2026-05-08T01:29:20.573Z | | ---------------------------------------- this is the found type |
| 3783 | 2026-05-08T01:29:20.573Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3784 | 2026-05-08T01:29:20.573Z | note: required by a bound in `MessageResponse` |
| 3785 | 2026-05-08T01:29:20.573Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27 |
| 3786 | 2026-05-08T01:29:20.573Z | | |
| 3787 | 2026-05-08T01:29:20.573Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3788 | 2026-05-08T01:29:20.573Z | | --------------- required by a bound in this struct |
| 3789 | 2026-05-08T01:29:20.573Z | ... |
| 3790 | 2026-05-08T01:29:20.573Z | 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 3791 | 2026-05-08T01:29:20.573Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3792 | 2026-05-08T01:29:20.573Z | |
| 3793 | 2026-05-08T01:29:20.573Z | error[E0308]: mismatched types |
| 3794 | 2026-05-08T01:29:20.573Z | --> dns-server/src/dns_server.rs:415:9 |
| 3795 | 2026-05-08T01:29:20.573Z | | |
| 3796 | 2026-05-08T01:29:20.573Z | 414 | let mresp = rb.build( |
| 3797 | 2026-05-08T01:29:20.573Z | | ----- arguments to this method are incorrect |
| 3798 | 2026-05-08T01:29:20.573Z | 415 | header, |
| 3799 | 2026-05-08T01:29:20.574Z | | ^^^^^^ expected `Header`, found `hickory_proto::op::Header` |
| 3800 | 2026-05-08T01:29:20.574Z | | |
| 3801 | 2026-05-08T01:29:20.574Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3802 | 2026-05-08T01:29:20.574Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1 |
| 3803 | 2026-05-08T01:29:20.574Z | | |
| 3804 | 2026-05-08T01:29:20.574Z | 57 | pub struct Header { |
| 3805 | 2026-05-08T01:29:20.574Z | | ^^^^^^^^^^^^^^^^^ this is the expected type |
| 3806 | 2026-05-08T01:29:20.574Z | | |
| 3807 | 2026-05-08T01:29:20.574Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1 |
| 3808 | 2026-05-08T01:29:20.574Z | | |
| 3809 | 2026-05-08T01:29:20.574Z | 57 | pub struct Header { |
| 3810 | 2026-05-08T01:29:20.574Z | | ----------------- this is the found type |
| 3811 | 2026-05-08T01:29:20.574Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3812 | 2026-05-08T01:29:20.578Z | note: method defined here |
| 3813 | 2026-05-08T01:29:20.578Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:129:12 |
| 3814 | 2026-05-08T01:29:20.578Z | | |
| 3815 | 2026-05-08T01:29:20.578Z | 129 | pub fn build<'a, A, N, S, D>( |
| 3816 | 2026-05-08T01:29:20.578Z | | ^^^^^ |
| 3817 | 2026-05-08T01:29:20.578Z | |
| 3818 | 2026-05-08T01:29:20.578Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3819 | 2026-05-08T01:29:20.578Z | --> dns-server/src/dns_server.rs:422:31 |
| 3820 | 2026-05-08T01:29:20.578Z | | |
| 3821 | 2026-05-08T01:29:20.578Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 3822 | 2026-05-08T01:29:20.578Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3823 | 2026-05-08T01:29:20.578Z | | | |
| 3824 | 2026-05-08T01:29:20.578Z | | required by a bound introduced by this call |
| 3825 | 2026-05-08T01:29:20.578Z | | |
| 3826 | 2026-05-08T01:29:20.578Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3827 | 2026-05-08T01:29:20.578Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3828 | 2026-05-08T01:29:20.578Z | | |
| 3829 | 2026-05-08T01:29:20.578Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3830 | 2026-05-08T01:29:20.578Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3831 | 2026-05-08T01:29:20.578Z | | |
| 3832 | 2026-05-08T01:29:20.578Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3833 | 2026-05-08T01:29:20.578Z | | |
| 3834 | 2026-05-08T01:29:20.578Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3835 | 2026-05-08T01:29:20.578Z | | ---------------------------------------- this is the found type |
| 3836 | 2026-05-08T01:29:20.578Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3837 | 2026-05-08T01:29:20.578Z | note: required by a bound in `encode_and_send` |
| 3838 | 2026-05-08T01:29:20.578Z | --> dns-server/src/dns_server.rs:492:27 |
| 3839 | 2026-05-08T01:29:20.578Z | | |
| 3840 | 2026-05-08T01:29:20.578Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3841 | 2026-05-08T01:29:20.579Z | | --------------- required by a bound in this function |
| 3842 | 2026-05-08T01:29:20.579Z | ... |
| 3843 | 2026-05-08T01:29:20.579Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3844 | 2026-05-08T01:29:20.579Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3845 | 2026-05-08T01:29:20.579Z | |
| 3846 | 2026-05-08T01:29:20.579Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3847 | 2026-05-08T01:29:20.579Z | --> dns-server/src/dns_server.rs:422:31 |
| 3848 | 2026-05-08T01:29:20.579Z | | |
| 3849 | 2026-05-08T01:29:20.579Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 3850 | 2026-05-08T01:29:20.579Z | | ^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3851 | 2026-05-08T01:29:20.579Z | | |
| 3852 | 2026-05-08T01:29:20.579Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3853 | 2026-05-08T01:29:20.579Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3854 | 2026-05-08T01:29:20.579Z | | |
| 3855 | 2026-05-08T01:29:20.579Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3856 | 2026-05-08T01:29:20.579Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3857 | 2026-05-08T01:29:20.579Z | | |
| 3858 | 2026-05-08T01:29:20.579Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3859 | 2026-05-08T01:29:20.579Z | | |
| 3860 | 2026-05-08T01:29:20.579Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3861 | 2026-05-08T01:29:20.579Z | | ---------------------------------------- this is the found type |
| 3862 | 2026-05-08T01:29:20.579Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3863 | 2026-05-08T01:29:20.579Z | note: required by a bound in `MessageResponse` |
| 3864 | 2026-05-08T01:29:20.579Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23 |
| 3865 | 2026-05-08T01:29:20.579Z | | |
| 3866 | 2026-05-08T01:29:20.579Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3867 | 2026-05-08T01:29:20.579Z | | --------------- required by a bound in this struct |
| 3868 | 2026-05-08T01:29:20.579Z | 22 | where |
| 3869 | 2026-05-08T01:29:20.579Z | 23 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3870 | 2026-05-08T01:29:20.579Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3871 | 2026-05-08T01:29:20.579Z | |
| 3872 | 2026-05-08T01:29:20.579Z | error[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3873 | 2026-05-08T01:29:20.579Z | --> dns-server/src/dns_server.rs:422:31 |
| 3874 | 2026-05-08T01:29:20.579Z | | |
| 3875 | 2026-05-08T01:29:20.579Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 3876 | 2026-05-08T01:29:20.579Z | | ^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3877 | 2026-05-08T01:29:20.579Z | | |
| 3878 | 2026-05-08T01:29:20.580Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3879 | 2026-05-08T01:29:20.580Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3880 | 2026-05-08T01:29:20.580Z | | |
| 3881 | 2026-05-08T01:29:20.580Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3882 | 2026-05-08T01:29:20.580Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3883 | 2026-05-08T01:29:20.580Z | | |
| 3884 | 2026-05-08T01:29:20.580Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3885 | 2026-05-08T01:29:20.580Z | | |
| 3886 | 2026-05-08T01:29:20.580Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3887 | 2026-05-08T01:29:20.580Z | | ---------------------------------------- this is the found type |
| 3888 | 2026-05-08T01:29:20.580Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3889 | 2026-05-08T01:29:20.580Z | note: required by a bound in `MessageResponse` |
| 3890 | 2026-05-08T01:29:20.580Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27 |
| 3891 | 2026-05-08T01:29:20.580Z | | |
| 3892 | 2026-05-08T01:29:20.580Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3893 | 2026-05-08T01:29:20.580Z | | --------------- required by a bound in this struct |
| 3894 | 2026-05-08T01:29:20.580Z | ... |
| 3895 | 2026-05-08T01:29:20.580Z | 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 3896 | 2026-05-08T01:29:20.580Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3897 | 2026-05-08T01:29:20.580Z | |
| 3898 | 2026-05-08T01:29:20.580Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3899 | 2026-05-08T01:29:20.580Z | --> dns-server/src/dns_server.rs:422:5 |
| 3900 | 2026-05-08T01:29:20.580Z | | |
| 3901 | 2026-05-08T01:29:20.580Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 3902 | 2026-05-08T01:29:20.580Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3903 | 2026-05-08T01:29:20.580Z | | |
| 3904 | 2026-05-08T01:29:20.580Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3905 | 2026-05-08T01:29:20.580Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3906 | 2026-05-08T01:29:20.580Z | | |
| 3907 | 2026-05-08T01:29:20.580Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3908 | 2026-05-08T01:29:20.580Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3909 | 2026-05-08T01:29:20.580Z | | |
| 3910 | 2026-05-08T01:29:20.580Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3911 | 2026-05-08T01:29:20.580Z | | |
| 3912 | 2026-05-08T01:29:20.584Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3913 | 2026-05-08T01:29:20.584Z | | ---------------------------------------- this is the found type |
| 3914 | 2026-05-08T01:29:20.584Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3915 | 2026-05-08T01:29:20.584Z | note: required by a bound in `encode_and_send` |
| 3916 | 2026-05-08T01:29:20.584Z | --> dns-server/src/dns_server.rs:492:27 |
| 3917 | 2026-05-08T01:29:20.584Z | | |
| 3918 | 2026-05-08T01:29:20.584Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3919 | 2026-05-08T01:29:20.584Z | | --------------- required by a bound in this function |
| 3920 | 2026-05-08T01:29:20.585Z | ... |
| 3921 | 2026-05-08T01:29:20.585Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3922 | 2026-05-08T01:29:20.585Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3923 | 2026-05-08T01:29:20.585Z | |
| 3924 | 2026-05-08T01:29:20.585Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3925 | 2026-05-08T01:29:20.585Z | --> dns-server/src/dns_server.rs:422:49 |
| 3926 | 2026-05-08T01:29:20.585Z | | |
| 3927 | 2026-05-08T01:29:20.585Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 3928 | 2026-05-08T01:29:20.585Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3929 | 2026-05-08T01:29:20.585Z | | |
| 3930 | 2026-05-08T01:29:20.585Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3931 | 2026-05-08T01:29:20.585Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3932 | 2026-05-08T01:29:20.585Z | | |
| 3933 | 2026-05-08T01:29:20.585Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3934 | 2026-05-08T01:29:20.585Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3935 | 2026-05-08T01:29:20.585Z | | |
| 3936 | 2026-05-08T01:29:20.585Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3937 | 2026-05-08T01:29:20.585Z | | |
| 3938 | 2026-05-08T01:29:20.585Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3939 | 2026-05-08T01:29:20.585Z | | ---------------------------------------- this is the found type |
| 3940 | 2026-05-08T01:29:20.585Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3941 | 2026-05-08T01:29:20.585Z | note: required by a bound in `encode_and_send` |
| 3942 | 2026-05-08T01:29:20.585Z | --> dns-server/src/dns_server.rs:492:27 |
| 3943 | 2026-05-08T01:29:20.585Z | | |
| 3944 | 2026-05-08T01:29:20.585Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3945 | 2026-05-08T01:29:20.585Z | | --------------- required by a bound in this function |
| 3946 | 2026-05-08T01:29:20.585Z | ... |
| 3947 | 2026-05-08T01:29:20.585Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3948 | 2026-05-08T01:29:20.585Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3949 | 2026-05-08T01:29:20.585Z | |
| 3950 | 2026-05-08T01:29:20.585Z | error[E0308]: arguments to this method are incorrect |
| 3951 | 2026-05-08T01:29:20.585Z | --> dns-server/src/dns_server.rs:438:33 |
| 3952 | 2026-05-08T01:29:20.585Z | | |
| 3953 | 2026-05-08T01:29:20.585Z | 438 | let mut mresp = rb_nxdomain.error_msg(&header, ResponseCode::NXDomain); |
| 3954 | 2026-05-08T01:29:20.585Z | | ^^^^^^^^^ ------- ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode` |
| 3955 | 2026-05-08T01:29:20.585Z | | | |
| 3956 | 2026-05-08T01:29:20.585Z | | expected `&Header`, found `&&Header` |
| 3957 | 2026-05-08T01:29:20.585Z | | |
| 3958 | 2026-05-08T01:29:20.586Z | = note: expected reference `&hickory_resolver::hickory_proto::op::Header` |
| 3959 | 2026-05-08T01:29:20.586Z | found reference `&&hickory_proto::op::Header` |
| 3960 | 2026-05-08T01:29:20.586Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3961 | 2026-05-08T01:29:20.586Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1 |
| 3962 | 2026-05-08T01:29:20.586Z | | |
| 3963 | 2026-05-08T01:29:20.586Z | 67 | pub enum ResponseCode { |
| 3964 | 2026-05-08T01:29:20.586Z | | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3965 | 2026-05-08T01:29:20.586Z | | |
| 3966 | 2026-05-08T01:29:20.586Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1 |
| 3967 | 2026-05-08T01:29:20.586Z | | |
| 3968 | 2026-05-08T01:29:20.586Z | 67 | pub enum ResponseCode { |
| 3969 | 2026-05-08T01:29:20.586Z | | --------------------- this is the found type |
| 3970 | 2026-05-08T01:29:20.586Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3971 | 2026-05-08T01:29:20.586Z | note: method defined here |
| 3972 | 2026-05-08T01:29:20.586Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12 |
| 3973 | 2026-05-08T01:29:20.586Z | | |
| 3974 | 2026-05-08T01:29:20.586Z | 190 | pub fn error_msg<'a>( |
| 3975 | 2026-05-08T01:29:20.586Z | | ^^^^^^^^^ |
| 3976 | 2026-05-08T01:29:20.586Z | |
| 3977 | 2026-05-08T01:29:20.586Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3978 | 2026-05-08T01:29:20.586Z | --> dns-server/src/dns_server.rs:457:50 |
| 3979 | 2026-05-08T01:29:20.586Z | | |
| 3980 | 2026-05-08T01:29:20.586Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3981 | 2026-05-08T01:29:20.586Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3982 | 2026-05-08T01:29:20.586Z | | | |
| 3983 | 2026-05-08T01:29:20.586Z | | required by a bound introduced by this call |
| 3984 | 2026-05-08T01:29:20.586Z | | |
| 3985 | 2026-05-08T01:29:20.586Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3986 | 2026-05-08T01:29:20.586Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3987 | 2026-05-08T01:29:20.586Z | | |
| 3988 | 2026-05-08T01:29:20.586Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3989 | 2026-05-08T01:29:20.586Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3990 | 2026-05-08T01:29:20.586Z | | |
| 3991 | 2026-05-08T01:29:20.586Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3992 | 2026-05-08T01:29:20.586Z | | |
| 3993 | 2026-05-08T01:29:20.586Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3994 | 2026-05-08T01:29:20.586Z | | ---------------------------------------- this is the found type |
| 3995 | 2026-05-08T01:29:20.587Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3996 | 2026-05-08T01:29:20.587Z | note: required by a bound in `encode_and_send` |
| 3997 | 2026-05-08T01:29:20.587Z | --> dns-server/src/dns_server.rs:491:23 |
| 3998 | 2026-05-08T01:29:20.587Z | | |
| 3999 | 2026-05-08T01:29:20.587Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4000 | 2026-05-08T01:29:20.587Z | | --------------- required by a bound in this function |
| 4001 | 2026-05-08T01:29:20.587Z | ... |
| 4002 | 2026-05-08T01:29:20.587Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 4003 | 2026-05-08T01:29:20.587Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4004 | 2026-05-08T01:29:20.587Z | |
| 4005 | 2026-05-08T01:29:20.587Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4006 | 2026-05-08T01:29:20.587Z | --> dns-server/src/dns_server.rs:457:50 |
| 4007 | 2026-05-08T01:29:20.587Z | | |
| 4008 | 2026-05-08T01:29:20.587Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4009 | 2026-05-08T01:29:20.587Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4010 | 2026-05-08T01:29:20.587Z | | | |
| 4011 | 2026-05-08T01:29:20.587Z | | required by a bound introduced by this call |
| 4012 | 2026-05-08T01:29:20.591Z | | |
| 4013 | 2026-05-08T01:29:20.591Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4014 | 2026-05-08T01:29:20.591Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4015 | 2026-05-08T01:29:20.591Z | | |
| 4016 | 2026-05-08T01:29:20.591Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4017 | 2026-05-08T01:29:20.591Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4018 | 2026-05-08T01:29:20.591Z | | |
| 4019 | 2026-05-08T01:29:20.591Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4020 | 2026-05-08T01:29:20.591Z | | |
| 4021 | 2026-05-08T01:29:20.591Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4022 | 2026-05-08T01:29:20.591Z | | ---------------------------------------- this is the found type |
| 4023 | 2026-05-08T01:29:20.591Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4024 | 2026-05-08T01:29:20.591Z | note: required by a bound in `encode_and_send` |
| 4025 | 2026-05-08T01:29:20.591Z | --> dns-server/src/dns_server.rs:492:27 |
| 4026 | 2026-05-08T01:29:20.591Z | | |
| 4027 | 2026-05-08T01:29:20.591Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4028 | 2026-05-08T01:29:20.591Z | | --------------- required by a bound in this function |
| 4029 | 2026-05-08T01:29:20.591Z | ... |
| 4030 | 2026-05-08T01:29:20.591Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 4031 | 2026-05-08T01:29:20.591Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4032 | 2026-05-08T01:29:20.591Z | |
| 4033 | 2026-05-08T01:29:20.591Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4034 | 2026-05-08T01:29:20.591Z | --> dns-server/src/dns_server.rs:457:50 |
| 4035 | 2026-05-08T01:29:20.591Z | | |
| 4036 | 2026-05-08T01:29:20.591Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4037 | 2026-05-08T01:29:20.591Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4038 | 2026-05-08T01:29:20.591Z | | | |
| 4039 | 2026-05-08T01:29:20.591Z | | required by a bound introduced by this call |
| 4040 | 2026-05-08T01:29:20.591Z | | |
| 4041 | 2026-05-08T01:29:20.591Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4042 | 2026-05-08T01:29:20.591Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4043 | 2026-05-08T01:29:20.591Z | | |
| 4044 | 2026-05-08T01:29:20.591Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4045 | 2026-05-08T01:29:20.591Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4046 | 2026-05-08T01:29:20.591Z | | |
| 4047 | 2026-05-08T01:29:20.591Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4048 | 2026-05-08T01:29:20.591Z | | |
| 4049 | 2026-05-08T01:29:20.591Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4050 | 2026-05-08T01:29:20.592Z | | ---------------------------------------- this is the found type |
| 4051 | 2026-05-08T01:29:20.592Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4052 | 2026-05-08T01:29:20.592Z | note: required by a bound in `encode_and_send` |
| 4053 | 2026-05-08T01:29:20.592Z | --> dns-server/src/dns_server.rs:493:19 |
| 4054 | 2026-05-08T01:29:20.592Z | | |
| 4055 | 2026-05-08T01:29:20.592Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4056 | 2026-05-08T01:29:20.592Z | | --------------- required by a bound in this function |
| 4057 | 2026-05-08T01:29:20.592Z | ... |
| 4058 | 2026-05-08T01:29:20.592Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 4059 | 2026-05-08T01:29:20.592Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4060 | 2026-05-08T01:29:20.592Z | |
| 4061 | 2026-05-08T01:29:20.592Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4062 | 2026-05-08T01:29:20.592Z | --> dns-server/src/dns_server.rs:457:50 |
| 4063 | 2026-05-08T01:29:20.592Z | | |
| 4064 | 2026-05-08T01:29:20.592Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4065 | 2026-05-08T01:29:20.592Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4066 | 2026-05-08T01:29:20.592Z | | | |
| 4067 | 2026-05-08T01:29:20.592Z | | required by a bound introduced by this call |
| 4068 | 2026-05-08T01:29:20.592Z | | |
| 4069 | 2026-05-08T01:29:20.592Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4070 | 2026-05-08T01:29:20.592Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4071 | 2026-05-08T01:29:20.592Z | | |
| 4072 | 2026-05-08T01:29:20.592Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4073 | 2026-05-08T01:29:20.592Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4074 | 2026-05-08T01:29:20.592Z | | |
| 4075 | 2026-05-08T01:29:20.592Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4076 | 2026-05-08T01:29:20.592Z | | |
| 4077 | 2026-05-08T01:29:20.592Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4078 | 2026-05-08T01:29:20.592Z | | ---------------------------------------- this is the found type |
| 4079 | 2026-05-08T01:29:20.592Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4080 | 2026-05-08T01:29:20.592Z | note: required by a bound in `encode_and_send` |
| 4081 | 2026-05-08T01:29:20.592Z | --> dns-server/src/dns_server.rs:494:27 |
| 4082 | 2026-05-08T01:29:20.592Z | | |
| 4083 | 2026-05-08T01:29:20.592Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4084 | 2026-05-08T01:29:20.592Z | | --------------- required by a bound in this function |
| 4085 | 2026-05-08T01:29:20.592Z | ... |
| 4086 | 2026-05-08T01:29:20.592Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 4087 | 2026-05-08T01:29:20.592Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4088 | 2026-05-08T01:29:20.592Z | |
| 4089 | 2026-05-08T01:29:20.593Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4090 | 2026-05-08T01:29:20.593Z | --> dns-server/src/dns_server.rs:457:25 |
| 4091 | 2026-05-08T01:29:20.593Z | | |
| 4092 | 2026-05-08T01:29:20.593Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4093 | 2026-05-08T01:29:20.593Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4094 | 2026-05-08T01:29:20.593Z | | |
| 4095 | 2026-05-08T01:29:20.593Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4096 | 2026-05-08T01:29:20.593Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4097 | 2026-05-08T01:29:20.593Z | | |
| 4098 | 2026-05-08T01:29:20.593Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4099 | 2026-05-08T01:29:20.593Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4100 | 2026-05-08T01:29:20.593Z | | |
| 4101 | 2026-05-08T01:29:20.593Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4102 | 2026-05-08T01:29:20.593Z | | |
| 4103 | 2026-05-08T01:29:20.593Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4104 | 2026-05-08T01:29:20.593Z | | ---------------------------------------- this is the found type |
| 4105 | 2026-05-08T01:29:20.593Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4106 | 2026-05-08T01:29:20.593Z | note: required by a bound in `encode_and_send` |
| 4107 | 2026-05-08T01:29:20.593Z | --> dns-server/src/dns_server.rs:491:23 |
| 4108 | 2026-05-08T01:29:20.593Z | | |
| 4109 | 2026-05-08T01:29:20.593Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4110 | 2026-05-08T01:29:20.593Z | | --------------- required by a bound in this function |
| 4111 | 2026-05-08T01:29:20.593Z | ... |
| 4112 | 2026-05-08T01:29:20.597Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 4113 | 2026-05-08T01:29:20.597Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4114 | 2026-05-08T01:29:20.597Z | |
| 4115 | 2026-05-08T01:29:20.597Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4116 | 2026-05-08T01:29:20.597Z | --> dns-server/src/dns_server.rs:457:25 |
| 4117 | 2026-05-08T01:29:20.597Z | | |
| 4118 | 2026-05-08T01:29:20.597Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4119 | 2026-05-08T01:29:20.597Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4120 | 2026-05-08T01:29:20.597Z | | |
| 4121 | 2026-05-08T01:29:20.597Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4122 | 2026-05-08T01:29:20.597Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4123 | 2026-05-08T01:29:20.597Z | | |
| 4124 | 2026-05-08T01:29:20.597Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4125 | 2026-05-08T01:29:20.597Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4126 | 2026-05-08T01:29:20.597Z | | |
| 4127 | 2026-05-08T01:29:20.597Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4128 | 2026-05-08T01:29:20.597Z | | |
| 4129 | 2026-05-08T01:29:20.597Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4130 | 2026-05-08T01:29:20.598Z | | ---------------------------------------- this is the found type |
| 4131 | 2026-05-08T01:29:20.598Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4132 | 2026-05-08T01:29:20.598Z | note: required by a bound in `encode_and_send` |
| 4133 | 2026-05-08T01:29:20.598Z | --> dns-server/src/dns_server.rs:492:27 |
| 4134 | 2026-05-08T01:29:20.598Z | | |
| 4135 | 2026-05-08T01:29:20.598Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4136 | 2026-05-08T01:29:20.598Z | | --------------- required by a bound in this function |
| 4137 | 2026-05-08T01:29:20.598Z | ... |
| 4138 | 2026-05-08T01:29:20.598Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 4139 | 2026-05-08T01:29:20.598Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4140 | 2026-05-08T01:29:20.598Z | |
| 4141 | 2026-05-08T01:29:20.598Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4142 | 2026-05-08T01:29:20.598Z | --> dns-server/src/dns_server.rs:457:25 |
| 4143 | 2026-05-08T01:29:20.598Z | | |
| 4144 | 2026-05-08T01:29:20.598Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4145 | 2026-05-08T01:29:20.598Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4146 | 2026-05-08T01:29:20.598Z | | |
| 4147 | 2026-05-08T01:29:20.599Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4148 | 2026-05-08T01:29:20.599Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4149 | 2026-05-08T01:29:20.599Z | | |
| 4150 | 2026-05-08T01:29:20.599Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4151 | 2026-05-08T01:29:20.599Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4152 | 2026-05-08T01:29:20.599Z | | |
| 4153 | 2026-05-08T01:29:20.599Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4154 | 2026-05-08T01:29:20.599Z | | |
| 4155 | 2026-05-08T01:29:20.599Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4156 | 2026-05-08T01:29:20.599Z | | ---------------------------------------- this is the found type |
| 4157 | 2026-05-08T01:29:20.599Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4158 | 2026-05-08T01:29:20.599Z | note: required by a bound in `encode_and_send` |
| 4159 | 2026-05-08T01:29:20.599Z | --> dns-server/src/dns_server.rs:493:19 |
| 4160 | 2026-05-08T01:29:20.600Z | | |
| 4161 | 2026-05-08T01:29:20.600Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4162 | 2026-05-08T01:29:20.600Z | | --------------- required by a bound in this function |
| 4163 | 2026-05-08T01:29:20.600Z | ... |
| 4164 | 2026-05-08T01:29:20.600Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 4165 | 2026-05-08T01:29:20.600Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4166 | 2026-05-08T01:29:20.600Z | |
| 4167 | 2026-05-08T01:29:20.600Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4168 | 2026-05-08T01:29:20.600Z | --> dns-server/src/dns_server.rs:457:25 |
| 4169 | 2026-05-08T01:29:20.600Z | | |
| 4170 | 2026-05-08T01:29:20.600Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4171 | 2026-05-08T01:29:20.600Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4172 | 2026-05-08T01:29:20.600Z | | |
| 4173 | 2026-05-08T01:29:20.600Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4174 | 2026-05-08T01:29:20.600Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4175 | 2026-05-08T01:29:20.600Z | | |
| 4176 | 2026-05-08T01:29:20.600Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4177 | 2026-05-08T01:29:20.600Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4178 | 2026-05-08T01:29:20.600Z | | |
| 4179 | 2026-05-08T01:29:20.600Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4180 | 2026-05-08T01:29:20.600Z | | |
| 4181 | 2026-05-08T01:29:20.600Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4182 | 2026-05-08T01:29:20.600Z | | ---------------------------------------- this is the found type |
| 4183 | 2026-05-08T01:29:20.600Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4184 | 2026-05-08T01:29:20.600Z | note: required by a bound in `encode_and_send` |
| 4185 | 2026-05-08T01:29:20.600Z | --> dns-server/src/dns_server.rs:494:27 |
| 4186 | 2026-05-08T01:29:20.600Z | | |
| 4187 | 2026-05-08T01:29:20.600Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4188 | 2026-05-08T01:29:20.600Z | | --------------- required by a bound in this function |
| 4189 | 2026-05-08T01:29:20.600Z | ... |
| 4190 | 2026-05-08T01:29:20.600Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 4191 | 2026-05-08T01:29:20.600Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4192 | 2026-05-08T01:29:20.600Z | |
| 4193 | 2026-05-08T01:29:20.600Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4194 | 2026-05-08T01:29:20.600Z | --> dns-server/src/dns_server.rs:457:69 |
| 4195 | 2026-05-08T01:29:20.600Z | | |
| 4196 | 2026-05-08T01:29:20.600Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4197 | 2026-05-08T01:29:20.600Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4198 | 2026-05-08T01:29:20.601Z | | |
| 4199 | 2026-05-08T01:29:20.601Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4200 | 2026-05-08T01:29:20.601Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4201 | 2026-05-08T01:29:20.601Z | | |
| 4202 | 2026-05-08T01:29:20.601Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4203 | 2026-05-08T01:29:20.601Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4204 | 2026-05-08T01:29:20.601Z | | |
| 4205 | 2026-05-08T01:29:20.601Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4206 | 2026-05-08T01:29:20.601Z | | |
| 4207 | 2026-05-08T01:29:20.601Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4208 | 2026-05-08T01:29:20.601Z | | ---------------------------------------- this is the found type |
| 4209 | 2026-05-08T01:29:20.601Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4210 | 2026-05-08T01:29:20.601Z | note: required by a bound in `encode_and_send` |
| 4211 | 2026-05-08T01:29:20.601Z | --> dns-server/src/dns_server.rs:491:23 |
| 4212 | 2026-05-08T01:29:20.605Z | | |
| 4213 | 2026-05-08T01:29:20.605Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4214 | 2026-05-08T01:29:20.605Z | | --------------- required by a bound in this function |
| 4215 | 2026-05-08T01:29:20.605Z | ... |
| 4216 | 2026-05-08T01:29:20.605Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 4217 | 2026-05-08T01:29:20.605Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4218 | 2026-05-08T01:29:20.605Z | |
| 4219 | 2026-05-08T01:29:20.605Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4220 | 2026-05-08T01:29:20.605Z | --> dns-server/src/dns_server.rs:457:69 |
| 4221 | 2026-05-08T01:29:20.605Z | | |
| 4222 | 2026-05-08T01:29:20.605Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4223 | 2026-05-08T01:29:20.605Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4224 | 2026-05-08T01:29:20.605Z | | |
| 4225 | 2026-05-08T01:29:20.605Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4226 | 2026-05-08T01:29:20.605Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4227 | 2026-05-08T01:29:20.605Z | | |
| 4228 | 2026-05-08T01:29:20.605Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4229 | 2026-05-08T01:29:20.605Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4230 | 2026-05-08T01:29:20.605Z | | |
| 4231 | 2026-05-08T01:29:20.605Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4232 | 2026-05-08T01:29:20.605Z | | |
| 4233 | 2026-05-08T01:29:20.605Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4234 | 2026-05-08T01:29:20.605Z | | ---------------------------------------- this is the found type |
| 4235 | 2026-05-08T01:29:20.605Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4236 | 2026-05-08T01:29:20.605Z | note: required by a bound in `encode_and_send` |
| 4237 | 2026-05-08T01:29:20.605Z | --> dns-server/src/dns_server.rs:492:27 |
| 4238 | 2026-05-08T01:29:20.605Z | | |
| 4239 | 2026-05-08T01:29:20.605Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4240 | 2026-05-08T01:29:20.605Z | | --------------- required by a bound in this function |
| 4241 | 2026-05-08T01:29:20.605Z | ... |
| 4242 | 2026-05-08T01:29:20.605Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 4243 | 2026-05-08T01:29:20.605Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4244 | 2026-05-08T01:29:20.606Z | |
| 4245 | 2026-05-08T01:29:20.606Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4246 | 2026-05-08T01:29:20.606Z | --> dns-server/src/dns_server.rs:457:69 |
| 4247 | 2026-05-08T01:29:20.606Z | | |
| 4248 | 2026-05-08T01:29:20.606Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4249 | 2026-05-08T01:29:20.606Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4250 | 2026-05-08T01:29:20.606Z | | |
| 4251 | 2026-05-08T01:29:20.606Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4252 | 2026-05-08T01:29:20.606Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4253 | 2026-05-08T01:29:20.606Z | | |
| 4254 | 2026-05-08T01:29:20.606Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4255 | 2026-05-08T01:29:20.606Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4256 | 2026-05-08T01:29:20.606Z | | |
| 4257 | 2026-05-08T01:29:20.606Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4258 | 2026-05-08T01:29:20.606Z | | |
| 4259 | 2026-05-08T01:29:20.606Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4260 | 2026-05-08T01:29:20.606Z | | ---------------------------------------- this is the found type |
| 4261 | 2026-05-08T01:29:20.606Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4262 | 2026-05-08T01:29:20.606Z | note: required by a bound in `encode_and_send` |
| 4263 | 2026-05-08T01:29:20.606Z | --> dns-server/src/dns_server.rs:493:19 |
| 4264 | 2026-05-08T01:29:20.606Z | | |
| 4265 | 2026-05-08T01:29:20.606Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4266 | 2026-05-08T01:29:20.606Z | | --------------- required by a bound in this function |
| 4267 | 2026-05-08T01:29:20.606Z | ... |
| 4268 | 2026-05-08T01:29:20.606Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 4269 | 2026-05-08T01:29:20.606Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4270 | 2026-05-08T01:29:20.606Z | |
| 4271 | 2026-05-08T01:29:20.606Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4272 | 2026-05-08T01:29:20.606Z | --> dns-server/src/dns_server.rs:457:69 |
| 4273 | 2026-05-08T01:29:20.606Z | | |
| 4274 | 2026-05-08T01:29:20.606Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4275 | 2026-05-08T01:29:20.606Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4276 | 2026-05-08T01:29:20.606Z | | |
| 4277 | 2026-05-08T01:29:20.606Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4278 | 2026-05-08T01:29:20.606Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4279 | 2026-05-08T01:29:20.606Z | | |
| 4280 | 2026-05-08T01:29:20.607Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4281 | 2026-05-08T01:29:20.607Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4282 | 2026-05-08T01:29:20.607Z | | |
| 4283 | 2026-05-08T01:29:20.607Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4284 | 2026-05-08T01:29:20.607Z | | |
| 4285 | 2026-05-08T01:29:20.607Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4286 | 2026-05-08T01:29:20.607Z | | ---------------------------------------- this is the found type |
| 4287 | 2026-05-08T01:29:20.607Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4288 | 2026-05-08T01:29:20.607Z | note: required by a bound in `encode_and_send` |
| 4289 | 2026-05-08T01:29:20.607Z | --> dns-server/src/dns_server.rs:494:27 |
| 4290 | 2026-05-08T01:29:20.607Z | | |
| 4291 | 2026-05-08T01:29:20.607Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4292 | 2026-05-08T01:29:20.607Z | | --------------- required by a bound in this function |
| 4293 | 2026-05-08T01:29:20.607Z | ... |
| 4294 | 2026-05-08T01:29:20.607Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 4295 | 2026-05-08T01:29:20.607Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4296 | 2026-05-08T01:29:20.607Z | |
| 4297 | 2026-05-08T01:29:20.607Z | error[E0308]: arguments to this method are incorrect |
| 4298 | 2026-05-08T01:29:20.607Z | --> dns-server/src/dns_server.rs:477:20 |
| 4299 | 2026-05-08T01:29:20.607Z | | |
| 4300 | 2026-05-08T01:29:20.607Z | 477 | let mresp = rb.error_msg(header, ResponseCode::ServFail); |
| 4301 | 2026-05-08T01:29:20.607Z | | ^^^^^^^^^ ------ ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode` |
| 4302 | 2026-05-08T01:29:20.607Z | | | |
| 4303 | 2026-05-08T01:29:20.607Z | | expected `Header`, found `hickory_proto::op::Header` |
| 4304 | 2026-05-08T01:29:20.607Z | | |
| 4305 | 2026-05-08T01:29:20.607Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4306 | 2026-05-08T01:29:20.607Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1 |
| 4307 | 2026-05-08T01:29:20.607Z | | |
| 4308 | 2026-05-08T01:29:20.607Z | 57 | pub struct Header { |
| 4309 | 2026-05-08T01:29:20.607Z | | ^^^^^^^^^^^^^^^^^ this is the expected type |
| 4310 | 2026-05-08T01:29:20.607Z | | |
| 4311 | 2026-05-08T01:29:20.607Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1 |
| 4312 | 2026-05-08T01:29:20.611Z | | |
| 4313 | 2026-05-08T01:29:20.611Z | 57 | pub struct Header { |
| 4314 | 2026-05-08T01:29:20.611Z | | ----------------- this is the found type |
| 4315 | 2026-05-08T01:29:20.611Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4316 | 2026-05-08T01:29:20.611Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4317 | 2026-05-08T01:29:20.611Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1 |
| 4318 | 2026-05-08T01:29:20.611Z | | |
| 4319 | 2026-05-08T01:29:20.612Z | 67 | pub enum ResponseCode { |
| 4320 | 2026-05-08T01:29:20.612Z | | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4321 | 2026-05-08T01:29:20.612Z | | |
| 4322 | 2026-05-08T01:29:20.612Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1 |
| 4323 | 2026-05-08T01:29:20.612Z | | |
| 4324 | 2026-05-08T01:29:20.612Z | 67 | pub enum ResponseCode { |
| 4325 | 2026-05-08T01:29:20.612Z | | --------------------- this is the found type |
| 4326 | 2026-05-08T01:29:20.612Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4327 | 2026-05-08T01:29:20.612Z | note: method defined here |
| 4328 | 2026-05-08T01:29:20.612Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12 |
| 4329 | 2026-05-08T01:29:20.612Z | | |
| 4330 | 2026-05-08T01:29:20.612Z | 190 | pub fn error_msg<'a>( |
| 4331 | 2026-05-08T01:29:20.612Z | | ^^^^^^^^^ |
| 4332 | 2026-05-08T01:29:20.612Z | |
| 4333 | 2026-05-08T01:29:20.612Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4334 | 2026-05-08T01:29:20.612Z | --> dns-server/src/dns_server.rs:478:50 |
| 4335 | 2026-05-08T01:29:20.612Z | | |
| 4336 | 2026-05-08T01:29:20.612Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4337 | 2026-05-08T01:29:20.612Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4338 | 2026-05-08T01:29:20.612Z | | | |
| 4339 | 2026-05-08T01:29:20.612Z | | required by a bound introduced by this call |
| 4340 | 2026-05-08T01:29:20.612Z | | |
| 4341 | 2026-05-08T01:29:20.612Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4342 | 2026-05-08T01:29:20.612Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4343 | 2026-05-08T01:29:20.612Z | | |
| 4344 | 2026-05-08T01:29:20.612Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4345 | 2026-05-08T01:29:20.612Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4346 | 2026-05-08T01:29:20.612Z | | |
| 4347 | 2026-05-08T01:29:20.612Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4348 | 2026-05-08T01:29:20.612Z | | |
| 4349 | 2026-05-08T01:29:20.612Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4350 | 2026-05-08T01:29:20.612Z | | ---------------------------------------- this is the found type |
| 4351 | 2026-05-08T01:29:20.612Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4352 | 2026-05-08T01:29:20.613Z | note: required by a bound in `encode_and_send` |
| 4353 | 2026-05-08T01:29:20.613Z | --> dns-server/src/dns_server.rs:491:23 |
| 4354 | 2026-05-08T01:29:20.613Z | | |
| 4355 | 2026-05-08T01:29:20.613Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4356 | 2026-05-08T01:29:20.613Z | | --------------- required by a bound in this function |
| 4357 | 2026-05-08T01:29:20.613Z | ... |
| 4358 | 2026-05-08T01:29:20.613Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 4359 | 2026-05-08T01:29:20.613Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4360 | 2026-05-08T01:29:20.613Z | |
| 4361 | 2026-05-08T01:29:20.613Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4362 | 2026-05-08T01:29:20.613Z | --> dns-server/src/dns_server.rs:478:50 |
| 4363 | 2026-05-08T01:29:20.613Z | | |
| 4364 | 2026-05-08T01:29:20.613Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4365 | 2026-05-08T01:29:20.613Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4366 | 2026-05-08T01:29:20.613Z | | | |
| 4367 | 2026-05-08T01:29:20.613Z | | required by a bound introduced by this call |
| 4368 | 2026-05-08T01:29:20.613Z | | |
| 4369 | 2026-05-08T01:29:20.613Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4370 | 2026-05-08T01:29:20.613Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4371 | 2026-05-08T01:29:20.613Z | | |
| 4372 | 2026-05-08T01:29:20.613Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4373 | 2026-05-08T01:29:20.613Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4374 | 2026-05-08T01:29:20.613Z | | |
| 4375 | 2026-05-08T01:29:20.613Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4376 | 2026-05-08T01:29:20.613Z | | |
| 4377 | 2026-05-08T01:29:20.613Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4378 | 2026-05-08T01:29:20.613Z | | ---------------------------------------- this is the found type |
| 4379 | 2026-05-08T01:29:20.613Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4380 | 2026-05-08T01:29:20.613Z | note: required by a bound in `encode_and_send` |
| 4381 | 2026-05-08T01:29:20.613Z | --> dns-server/src/dns_server.rs:492:27 |
| 4382 | 2026-05-08T01:29:20.613Z | | |
| 4383 | 2026-05-08T01:29:20.613Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4384 | 2026-05-08T01:29:20.613Z | | --------------- required by a bound in this function |
| 4385 | 2026-05-08T01:29:20.613Z | ... |
| 4386 | 2026-05-08T01:29:20.613Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 4387 | 2026-05-08T01:29:20.613Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4388 | 2026-05-08T01:29:20.613Z | |
| 4389 | 2026-05-08T01:29:20.613Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4390 | 2026-05-08T01:29:20.613Z | --> dns-server/src/dns_server.rs:478:50 |
| 4391 | 2026-05-08T01:29:20.614Z | | |
| 4392 | 2026-05-08T01:29:20.614Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4393 | 2026-05-08T01:29:20.614Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4394 | 2026-05-08T01:29:20.614Z | | | |
| 4395 | 2026-05-08T01:29:20.614Z | | required by a bound introduced by this call |
| 4396 | 2026-05-08T01:29:20.614Z | | |
| 4397 | 2026-05-08T01:29:20.614Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4398 | 2026-05-08T01:29:20.614Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4399 | 2026-05-08T01:29:20.614Z | | |
| 4400 | 2026-05-08T01:29:20.614Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4401 | 2026-05-08T01:29:20.614Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4402 | 2026-05-08T01:29:20.614Z | | |
| 4403 | 2026-05-08T01:29:20.614Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4404 | 2026-05-08T01:29:20.614Z | | |
| 4405 | 2026-05-08T01:29:20.614Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4406 | 2026-05-08T01:29:20.614Z | | ---------------------------------------- this is the found type |
| 4407 | 2026-05-08T01:29:20.614Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4408 | 2026-05-08T01:29:20.614Z | note: required by a bound in `encode_and_send` |
| 4409 | 2026-05-08T01:29:20.614Z | --> dns-server/src/dns_server.rs:493:19 |
| 4410 | 2026-05-08T01:29:20.614Z | | |
| 4411 | 2026-05-08T01:29:20.614Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4412 | 2026-05-08T01:29:20.618Z | | --------------- required by a bound in this function |
| 4413 | 2026-05-08T01:29:20.618Z | ... |
| 4414 | 2026-05-08T01:29:20.618Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 4415 | 2026-05-08T01:29:20.618Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4416 | 2026-05-08T01:29:20.618Z | |
| 4417 | 2026-05-08T01:29:20.618Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4418 | 2026-05-08T01:29:20.618Z | --> dns-server/src/dns_server.rs:478:50 |
| 4419 | 2026-05-08T01:29:20.618Z | | |
| 4420 | 2026-05-08T01:29:20.618Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4421 | 2026-05-08T01:29:20.618Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4422 | 2026-05-08T01:29:20.618Z | | | |
| 4423 | 2026-05-08T01:29:20.618Z | | required by a bound introduced by this call |
| 4424 | 2026-05-08T01:29:20.618Z | | |
| 4425 | 2026-05-08T01:29:20.619Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4426 | 2026-05-08T01:29:20.619Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4427 | 2026-05-08T01:29:20.619Z | | |
| 4428 | 2026-05-08T01:29:20.619Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4429 | 2026-05-08T01:29:20.619Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4430 | 2026-05-08T01:29:20.619Z | | |
| 4431 | 2026-05-08T01:29:20.619Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4432 | 2026-05-08T01:29:20.619Z | | |
| 4433 | 2026-05-08T01:29:20.619Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4434 | 2026-05-08T01:29:20.619Z | | ---------------------------------------- this is the found type |
| 4435 | 2026-05-08T01:29:20.619Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4436 | 2026-05-08T01:29:20.619Z | note: required by a bound in `encode_and_send` |
| 4437 | 2026-05-08T01:29:20.619Z | --> dns-server/src/dns_server.rs:494:27 |
| 4438 | 2026-05-08T01:29:20.619Z | | |
| 4439 | 2026-05-08T01:29:20.619Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4440 | 2026-05-08T01:29:20.619Z | | --------------- required by a bound in this function |
| 4441 | 2026-05-08T01:29:20.619Z | ... |
| 4442 | 2026-05-08T01:29:20.619Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 4443 | 2026-05-08T01:29:20.619Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4444 | 2026-05-08T01:29:20.619Z | |
| 4445 | 2026-05-08T01:29:20.620Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4446 | 2026-05-08T01:29:20.620Z | --> dns-server/src/dns_server.rs:478:25 |
| 4447 | 2026-05-08T01:29:20.620Z | | |
| 4448 | 2026-05-08T01:29:20.620Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4449 | 2026-05-08T01:29:20.620Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4450 | 2026-05-08T01:29:20.620Z | | |
| 4451 | 2026-05-08T01:29:20.620Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4452 | 2026-05-08T01:29:20.620Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4453 | 2026-05-08T01:29:20.620Z | | |
| 4454 | 2026-05-08T01:29:20.620Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4455 | 2026-05-08T01:29:20.620Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4456 | 2026-05-08T01:29:20.620Z | | |
| 4457 | 2026-05-08T01:29:20.620Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4458 | 2026-05-08T01:29:20.620Z | | |
| 4459 | 2026-05-08T01:29:20.620Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4460 | 2026-05-08T01:29:20.620Z | | ---------------------------------------- this is the found type |
| 4461 | 2026-05-08T01:29:20.620Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4462 | 2026-05-08T01:29:20.620Z | note: required by a bound in `encode_and_send` |
| 4463 | 2026-05-08T01:29:20.620Z | --> dns-server/src/dns_server.rs:491:23 |
| 4464 | 2026-05-08T01:29:20.620Z | | |
| 4465 | 2026-05-08T01:29:20.620Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4466 | 2026-05-08T01:29:20.620Z | | --------------- required by a bound in this function |
| 4467 | 2026-05-08T01:29:20.620Z | ... |
| 4468 | 2026-05-08T01:29:20.620Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 4469 | 2026-05-08T01:29:20.620Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4470 | 2026-05-08T01:29:20.620Z | |
| 4471 | 2026-05-08T01:29:20.620Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4472 | 2026-05-08T01:29:20.620Z | --> dns-server/src/dns_server.rs:478:25 |
| 4473 | 2026-05-08T01:29:20.620Z | | |
| 4474 | 2026-05-08T01:29:20.620Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4475 | 2026-05-08T01:29:20.620Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4476 | 2026-05-08T01:29:20.620Z | | |
| 4477 | 2026-05-08T01:29:20.620Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4478 | 2026-05-08T01:29:20.620Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4479 | 2026-05-08T01:29:20.620Z | | |
| 4480 | 2026-05-08T01:29:20.620Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4481 | 2026-05-08T01:29:20.620Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4482 | 2026-05-08T01:29:20.620Z | | |
| 4483 | 2026-05-08T01:29:20.620Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4484 | 2026-05-08T01:29:20.621Z | | |
| 4485 | 2026-05-08T01:29:20.621Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4486 | 2026-05-08T01:29:20.621Z | | ---------------------------------------- this is the found type |
| 4487 | 2026-05-08T01:29:20.621Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4488 | 2026-05-08T01:29:20.621Z | note: required by a bound in `encode_and_send` |
| 4489 | 2026-05-08T01:29:20.621Z | --> dns-server/src/dns_server.rs:492:27 |
| 4490 | 2026-05-08T01:29:20.621Z | | |
| 4491 | 2026-05-08T01:29:20.621Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4492 | 2026-05-08T01:29:20.621Z | | --------------- required by a bound in this function |
| 4493 | 2026-05-08T01:29:20.621Z | ... |
| 4494 | 2026-05-08T01:29:20.621Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 4495 | 2026-05-08T01:29:20.621Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4496 | 2026-05-08T01:29:20.621Z | |
| 4497 | 2026-05-08T01:29:20.621Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4498 | 2026-05-08T01:29:20.621Z | --> dns-server/src/dns_server.rs:478:25 |
| 4499 | 2026-05-08T01:29:20.621Z | | |
| 4500 | 2026-05-08T01:29:20.621Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4501 | 2026-05-08T01:29:20.621Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4502 | 2026-05-08T01:29:20.621Z | | |
| 4503 | 2026-05-08T01:29:20.621Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4504 | 2026-05-08T01:29:20.621Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4505 | 2026-05-08T01:29:20.621Z | | |
| 4506 | 2026-05-08T01:29:20.621Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4507 | 2026-05-08T01:29:20.621Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4508 | 2026-05-08T01:29:20.621Z | | |
| 4509 | 2026-05-08T01:29:20.621Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4510 | 2026-05-08T01:29:20.621Z | | |
| 4511 | 2026-05-08T01:29:20.621Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4512 | 2026-05-08T01:29:20.625Z | | ---------------------------------------- this is the found type |
| 4513 | 2026-05-08T01:29:20.625Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4514 | 2026-05-08T01:29:20.625Z | note: required by a bound in `encode_and_send` |
| 4515 | 2026-05-08T01:29:20.625Z | --> dns-server/src/dns_server.rs:493:19 |
| 4516 | 2026-05-08T01:29:20.625Z | | |
| 4517 | 2026-05-08T01:29:20.625Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4518 | 2026-05-08T01:29:20.625Z | | --------------- required by a bound in this function |
| 4519 | 2026-05-08T01:29:20.625Z | ... |
| 4520 | 2026-05-08T01:29:20.625Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 4521 | 2026-05-08T01:29:20.625Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4522 | 2026-05-08T01:29:20.625Z | |
| 4523 | 2026-05-08T01:29:20.625Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4524 | 2026-05-08T01:29:20.625Z | --> dns-server/src/dns_server.rs:478:25 |
| 4525 | 2026-05-08T01:29:20.625Z | | |
| 4526 | 2026-05-08T01:29:20.626Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4527 | 2026-05-08T01:29:20.626Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4528 | 2026-05-08T01:29:20.626Z | | |
| 4529 | 2026-05-08T01:29:20.626Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4530 | 2026-05-08T01:29:20.626Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4531 | 2026-05-08T01:29:20.626Z | | |
| 4532 | 2026-05-08T01:29:20.626Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4533 | 2026-05-08T01:29:20.626Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4534 | 2026-05-08T01:29:20.626Z | | |
| 4535 | 2026-05-08T01:29:20.626Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4536 | 2026-05-08T01:29:20.626Z | | |
| 4537 | 2026-05-08T01:29:20.626Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4538 | 2026-05-08T01:29:20.626Z | | ---------------------------------------- this is the found type |
| 4539 | 2026-05-08T01:29:20.626Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4540 | 2026-05-08T01:29:20.626Z | note: required by a bound in `encode_and_send` |
| 4541 | 2026-05-08T01:29:20.626Z | --> dns-server/src/dns_server.rs:494:27 |
| 4542 | 2026-05-08T01:29:20.626Z | | |
| 4543 | 2026-05-08T01:29:20.626Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4544 | 2026-05-08T01:29:20.626Z | | --------------- required by a bound in this function |
| 4545 | 2026-05-08T01:29:20.626Z | ... |
| 4546 | 2026-05-08T01:29:20.626Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 4547 | 2026-05-08T01:29:20.626Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4548 | 2026-05-08T01:29:20.626Z | |
| 4549 | 2026-05-08T01:29:20.626Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4550 | 2026-05-08T01:29:20.626Z | --> dns-server/src/dns_server.rs:478:69 |
| 4551 | 2026-05-08T01:29:20.626Z | | |
| 4552 | 2026-05-08T01:29:20.626Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4553 | 2026-05-08T01:29:20.626Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4554 | 2026-05-08T01:29:20.626Z | | |
| 4555 | 2026-05-08T01:29:20.626Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4556 | 2026-05-08T01:29:20.626Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4557 | 2026-05-08T01:29:20.626Z | | |
| 4558 | 2026-05-08T01:29:20.626Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4559 | 2026-05-08T01:29:20.626Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4560 | 2026-05-08T01:29:20.626Z | | |
| 4561 | 2026-05-08T01:29:20.626Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4562 | 2026-05-08T01:29:20.626Z | | |
| 4563 | 2026-05-08T01:29:20.626Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4564 | 2026-05-08T01:29:20.626Z | | ---------------------------------------- this is the found type |
| 4565 | 2026-05-08T01:29:20.626Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4566 | 2026-05-08T01:29:20.627Z | note: required by a bound in `encode_and_send` |
| 4567 | 2026-05-08T01:29:20.627Z | --> dns-server/src/dns_server.rs:491:23 |
| 4568 | 2026-05-08T01:29:20.627Z | | |
| 4569 | 2026-05-08T01:29:20.627Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4570 | 2026-05-08T01:29:20.627Z | | --------------- required by a bound in this function |
| 4571 | 2026-05-08T01:29:20.627Z | ... |
| 4572 | 2026-05-08T01:29:20.627Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 4573 | 2026-05-08T01:29:20.627Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4574 | 2026-05-08T01:29:20.627Z | |
| 4575 | 2026-05-08T01:29:20.627Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4576 | 2026-05-08T01:29:20.627Z | --> dns-server/src/dns_server.rs:478:69 |
| 4577 | 2026-05-08T01:29:20.627Z | | |
| 4578 | 2026-05-08T01:29:20.627Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4579 | 2026-05-08T01:29:20.627Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4580 | 2026-05-08T01:29:20.627Z | | |
| 4581 | 2026-05-08T01:29:20.627Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4582 | 2026-05-08T01:29:20.627Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4583 | 2026-05-08T01:29:20.627Z | | |
| 4584 | 2026-05-08T01:29:20.627Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4585 | 2026-05-08T01:29:20.627Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4586 | 2026-05-08T01:29:20.627Z | | |
| 4587 | 2026-05-08T01:29:20.627Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4588 | 2026-05-08T01:29:20.627Z | | |
| 4589 | 2026-05-08T01:29:20.627Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4590 | 2026-05-08T01:29:20.627Z | | ---------------------------------------- this is the found type |
| 4591 | 2026-05-08T01:29:20.627Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4592 | 2026-05-08T01:29:20.627Z | note: required by a bound in `encode_and_send` |
| 4593 | 2026-05-08T01:29:20.627Z | --> dns-server/src/dns_server.rs:492:27 |
| 4594 | 2026-05-08T01:29:20.627Z | | |
| 4595 | 2026-05-08T01:29:20.627Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4596 | 2026-05-08T01:29:20.627Z | | --------------- required by a bound in this function |
| 4597 | 2026-05-08T01:29:20.627Z | ... |
| 4598 | 2026-05-08T01:29:20.627Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 4599 | 2026-05-08T01:29:20.627Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4600 | 2026-05-08T01:29:20.627Z | |
| 4601 | 2026-05-08T01:29:20.627Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4602 | 2026-05-08T01:29:20.627Z | --> dns-server/src/dns_server.rs:478:69 |
| 4603 | 2026-05-08T01:29:20.628Z | | |
| 4604 | 2026-05-08T01:29:20.628Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4605 | 2026-05-08T01:29:20.628Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4606 | 2026-05-08T01:29:20.628Z | | |
| 4607 | 2026-05-08T01:29:20.628Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4608 | 2026-05-08T01:29:20.628Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4609 | 2026-05-08T01:29:20.628Z | | |
| 4610 | 2026-05-08T01:29:20.628Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4611 | 2026-05-08T01:29:20.628Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4612 | 2026-05-08T01:29:20.631Z | | |
| 4613 | 2026-05-08T01:29:20.631Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4614 | 2026-05-08T01:29:20.631Z | | |
| 4615 | 2026-05-08T01:29:20.631Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4616 | 2026-05-08T01:29:20.631Z | | ---------------------------------------- this is the found type |
| 4617 | 2026-05-08T01:29:20.631Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4618 | 2026-05-08T01:29:20.631Z | note: required by a bound in `encode_and_send` |
| 4619 | 2026-05-08T01:29:20.631Z | --> dns-server/src/dns_server.rs:493:19 |
| 4620 | 2026-05-08T01:29:20.631Z | | |
| 4621 | 2026-05-08T01:29:20.631Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4622 | 2026-05-08T01:29:20.631Z | | --------------- required by a bound in this function |
| 4623 | 2026-05-08T01:29:20.632Z | ... |
| 4624 | 2026-05-08T01:29:20.632Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 4625 | 2026-05-08T01:29:20.632Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4626 | 2026-05-08T01:29:20.632Z | |
| 4627 | 2026-05-08T01:29:20.632Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4628 | 2026-05-08T01:29:20.632Z | --> dns-server/src/dns_server.rs:478:69 |
| 4629 | 2026-05-08T01:29:20.632Z | | |
| 4630 | 2026-05-08T01:29:20.632Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4631 | 2026-05-08T01:29:20.632Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4632 | 2026-05-08T01:29:20.632Z | | |
| 4633 | 2026-05-08T01:29:20.632Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4634 | 2026-05-08T01:29:20.632Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4635 | 2026-05-08T01:29:20.632Z | | |
| 4636 | 2026-05-08T01:29:20.632Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4637 | 2026-05-08T01:29:20.632Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4638 | 2026-05-08T01:29:20.632Z | | |
| 4639 | 2026-05-08T01:29:20.632Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4640 | 2026-05-08T01:29:20.632Z | | |
| 4641 | 2026-05-08T01:29:20.632Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4642 | 2026-05-08T01:29:20.632Z | | ---------------------------------------- this is the found type |
| 4643 | 2026-05-08T01:29:20.632Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4644 | 2026-05-08T01:29:20.632Z | note: required by a bound in `encode_and_send` |
| 4645 | 2026-05-08T01:29:20.632Z | --> dns-server/src/dns_server.rs:494:27 |
| 4646 | 2026-05-08T01:29:20.632Z | | |
| 4647 | 2026-05-08T01:29:20.632Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4648 | 2026-05-08T01:29:20.632Z | | --------------- required by a bound in this function |
| 4649 | 2026-05-08T01:29:20.632Z | ... |
| 4650 | 2026-05-08T01:29:20.632Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 4651 | 2026-05-08T01:29:20.632Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4652 | 2026-05-08T01:29:20.632Z | |
| 4653 | 2026-05-08T01:29:20.632Z | error[E0599]: the method `destructive_emit` exists for struct `MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>`, but its trait bounds were not satisfied |
| 4654 | 2026-05-08T01:29:20.632Z | --> dns-server/src/dns_server.rs:500:14 |
| 4655 | 2026-05-08T01:29:20.632Z | | |
| 4656 | 2026-05-08T01:29:20.632Z | 499 | let _ = mresp |
| 4657 | 2026-05-08T01:29:20.632Z | | _________________- |
| 4658 | 2026-05-08T01:29:20.632Z | 500 | | .destructive_emit(&mut enc) |
| 4659 | 2026-05-08T01:29:20.632Z | | | -^^^^^^^^^^^^^^^^ method cannot be called due to unsatisfied trait bounds |
| 4660 | 2026-05-08T01:29:20.632Z | | |_____________| |
| 4661 | 2026-05-08T01:29:20.632Z | | |
| 4662 | 2026-05-08T01:29:20.633Z | | |
| 4663 | 2026-05-08T01:29:20.633Z | = note: the following trait bounds were not satisfied: |
| 4664 | 2026-05-08T01:29:20.633Z | `<Answers as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record` |
| 4665 | 2026-05-08T01:29:20.633Z | `<NameServers as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record` |
| 4666 | 2026-05-08T01:29:20.633Z | `<Soa as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record` |
| 4667 | 2026-05-08T01:29:20.633Z | `<Additionals as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record` |
| 4668 | 2026-05-08T01:29:20.633Z | |
| 4669 | 2026-05-08T01:29:20.633Z | error[E0308]: mismatched types |
| 4670 | 2026-05-08T01:29:20.633Z | --> dns-server/src/dns_server.rs:229:35 |
| 4671 | 2026-05-08T01:29:20.633Z | | |
| 4672 | 2026-05-08T01:29:20.633Z | 229 | Ok(Record::from_rdata(name.clone(), 0, RData::A((*addr).into()))) |
| 4673 | 2026-05-08T01:29:20.633Z | | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4674 | 2026-05-08T01:29:20.633Z | | | |
| 4675 | 2026-05-08T01:29:20.633Z | | arguments to this function are incorrect |
| 4676 | 2026-05-08T01:29:20.633Z | | |
| 4677 | 2026-05-08T01:29:20.633Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4678 | 2026-05-08T01:29:20.633Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4679 | 2026-05-08T01:29:20.633Z | | |
| 4680 | 2026-05-08T01:29:20.633Z | 34 | pub struct Name { |
| 4681 | 2026-05-08T01:29:20.633Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4682 | 2026-05-08T01:29:20.633Z | | |
| 4683 | 2026-05-08T01:29:20.633Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4684 | 2026-05-08T01:29:20.633Z | | |
| 4685 | 2026-05-08T01:29:20.633Z | 37 | pub struct Name { |
| 4686 | 2026-05-08T01:29:20.633Z | | --------------- this is the found type |
| 4687 | 2026-05-08T01:29:20.633Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4688 | 2026-05-08T01:29:20.633Z | note: associated function defined here |
| 4689 | 2026-05-08T01:29:20.633Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 4690 | 2026-05-08T01:29:20.633Z | | |
| 4691 | 2026-05-08T01:29:20.633Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 4692 | 2026-05-08T01:29:20.633Z | | ^^^^^^^^^^ |
| 4693 | 2026-05-08T01:29:20.633Z | |
| 4694 | 2026-05-08T01:29:20.633Z | error[E0308]: mismatched types |
| 4695 | 2026-05-08T01:29:20.633Z | --> dns-server/src/dns_server.rs:233:35 |
| 4696 | 2026-05-08T01:29:20.633Z | | |
| 4697 | 2026-05-08T01:29:20.633Z | 233 | Ok(Record::from_rdata(name.clone(), 0, RData::AAAA((*addr).into()))) |
| 4698 | 2026-05-08T01:29:20.633Z | | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4699 | 2026-05-08T01:29:20.633Z | | | |
| 4700 | 2026-05-08T01:29:20.633Z | | arguments to this function are incorrect |
| 4701 | 2026-05-08T01:29:20.634Z | | |
| 4702 | 2026-05-08T01:29:20.634Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4703 | 2026-05-08T01:29:20.634Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4704 | 2026-05-08T01:29:20.634Z | | |
| 4705 | 2026-05-08T01:29:20.634Z | 34 | pub struct Name { |
| 4706 | 2026-05-08T01:29:20.634Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4707 | 2026-05-08T01:29:20.634Z | | |
| 4708 | 2026-05-08T01:29:20.634Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4709 | 2026-05-08T01:29:20.634Z | | |
| 4710 | 2026-05-08T01:29:20.634Z | 37 | pub struct Name { |
| 4711 | 2026-05-08T01:29:20.634Z | | --------------- this is the found type |
| 4712 | 2026-05-08T01:29:20.637Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4713 | 2026-05-08T01:29:20.637Z | note: associated function defined here |
| 4714 | 2026-05-08T01:29:20.638Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 4715 | 2026-05-08T01:29:20.638Z | | |
| 4716 | 2026-05-08T01:29:20.638Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 4717 | 2026-05-08T01:29:20.638Z | | ^^^^^^^^^^ |
| 4718 | 2026-05-08T01:29:20.638Z | |
| 4719 | 2026-05-08T01:29:20.638Z | error[E0308]: mismatched types |
| 4720 | 2026-05-08T01:29:20.638Z | --> dns-server/src/dns_server.rs:247:60 |
| 4721 | 2026-05-08T01:29:20.638Z | | |
| 4722 | 2026-05-08T01:29:20.638Z | 247 | RData::SRV(SRV::new(*prio, *weight, *port, tgt)), |
| 4723 | 2026-05-08T01:29:20.638Z | | -------- ^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4724 | 2026-05-08T01:29:20.638Z | | | |
| 4725 | 2026-05-08T01:29:20.638Z | | arguments to this function are incorrect |
| 4726 | 2026-05-08T01:29:20.638Z | | |
| 4727 | 2026-05-08T01:29:20.638Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4728 | 2026-05-08T01:29:20.638Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4729 | 2026-05-08T01:29:20.638Z | | |
| 4730 | 2026-05-08T01:29:20.638Z | 34 | pub struct Name { |
| 4731 | 2026-05-08T01:29:20.638Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4732 | 2026-05-08T01:29:20.638Z | | |
| 4733 | 2026-05-08T01:29:20.638Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4734 | 2026-05-08T01:29:20.638Z | | |
| 4735 | 2026-05-08T01:29:20.638Z | 37 | pub struct Name { |
| 4736 | 2026-05-08T01:29:20.638Z | | --------------- this is the found type |
| 4737 | 2026-05-08T01:29:20.638Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4738 | 2026-05-08T01:29:20.638Z | note: associated function defined here |
| 4739 | 2026-05-08T01:29:20.638Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/srv.rs:174:12 |
| 4740 | 2026-05-08T01:29:20.638Z | | |
| 4741 | 2026-05-08T01:29:20.638Z | 174 | pub fn new(priority: u16, weight: u16, port: u16, target: Name) -> Self { |
| 4742 | 2026-05-08T01:29:20.638Z | | ^^^ |
| 4743 | 2026-05-08T01:29:20.638Z | |
| 4744 | 2026-05-08T01:29:20.638Z | error[E0308]: mismatched types |
| 4745 | 2026-05-08T01:29:20.638Z | --> dns-server/src/dns_server.rs:245:17 |
| 4746 | 2026-05-08T01:29:20.638Z | | |
| 4747 | 2026-05-08T01:29:20.638Z | 244 | Ok(Record::from_rdata( |
| 4748 | 2026-05-08T01:29:20.638Z | | ------------------ arguments to this function are incorrect |
| 4749 | 2026-05-08T01:29:20.638Z | 245 | name.clone(), |
| 4750 | 2026-05-08T01:29:20.638Z | | ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4751 | 2026-05-08T01:29:20.638Z | | |
| 4752 | 2026-05-08T01:29:20.639Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4753 | 2026-05-08T01:29:20.639Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4754 | 2026-05-08T01:29:20.639Z | | |
| 4755 | 2026-05-08T01:29:20.639Z | 34 | pub struct Name { |
| 4756 | 2026-05-08T01:29:20.639Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4757 | 2026-05-08T01:29:20.639Z | | |
| 4758 | 2026-05-08T01:29:20.639Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4759 | 2026-05-08T01:29:20.639Z | | |
| 4760 | 2026-05-08T01:29:20.639Z | 37 | pub struct Name { |
| 4761 | 2026-05-08T01:29:20.639Z | | --------------- this is the found type |
| 4762 | 2026-05-08T01:29:20.639Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4763 | 2026-05-08T01:29:20.639Z | note: associated function defined here |
| 4764 | 2026-05-08T01:29:20.639Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 4765 | 2026-05-08T01:29:20.639Z | | |
| 4766 | 2026-05-08T01:29:20.639Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 4767 | 2026-05-08T01:29:20.639Z | | ^^^^^^^^^^ |
| 4768 | 2026-05-08T01:29:20.639Z | |
| 4769 | 2026-05-08T01:29:20.639Z | error[E0308]: mismatched types |
| 4770 | 2026-05-08T01:29:20.639Z | --> dns-server/src/dns_server.rs:259:65 |
| 4771 | 2026-05-08T01:29:20.639Z | | |
| 4772 | 2026-05-08T01:29:20.639Z | 259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname)))) |
| 4773 | 2026-05-08T01:29:20.639Z | | -- ^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4774 | 2026-05-08T01:29:20.639Z | | | |
| 4775 | 2026-05-08T01:29:20.639Z | | arguments to this struct are incorrect |
| 4776 | 2026-05-08T01:29:20.639Z | | |
| 4777 | 2026-05-08T01:29:20.639Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4778 | 2026-05-08T01:29:20.639Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4779 | 2026-05-08T01:29:20.639Z | | |
| 4780 | 2026-05-08T01:29:20.639Z | 34 | pub struct Name { |
| 4781 | 2026-05-08T01:29:20.639Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4782 | 2026-05-08T01:29:20.639Z | | |
| 4783 | 2026-05-08T01:29:20.639Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4784 | 2026-05-08T01:29:20.639Z | | |
| 4785 | 2026-05-08T01:29:20.639Z | 37 | pub struct Name { |
| 4786 | 2026-05-08T01:29:20.639Z | | --------------- this is the found type |
| 4787 | 2026-05-08T01:29:20.639Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4788 | 2026-05-08T01:29:20.639Z | note: tuple struct defined here |
| 4789 | 2026-05-08T01:29:20.639Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/name.rs:98:13 |
| 4790 | 2026-05-08T01:29:20.639Z | | |
| 4791 | 2026-05-08T01:29:20.640Z | 98 | name_rdata!(NS, RDataEncoding::StandardRecord); |
| 4792 | 2026-05-08T01:29:20.640Z | | ^^ |
| 4793 | 2026-05-08T01:29:20.640Z | |
| 4794 | 2026-05-08T01:29:20.640Z | error[E0308]: mismatched types |
| 4795 | 2026-05-08T01:29:20.640Z | --> dns-server/src/dns_server.rs:259:35 |
| 4796 | 2026-05-08T01:29:20.640Z | | |
| 4797 | 2026-05-08T01:29:20.640Z | 259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname)))) |
| 4798 | 2026-05-08T01:29:20.640Z | | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4799 | 2026-05-08T01:29:20.640Z | | | |
| 4800 | 2026-05-08T01:29:20.640Z | | arguments to this function are incorrect |
| 4801 | 2026-05-08T01:29:20.640Z | | |
| 4802 | 2026-05-08T01:29:20.640Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4803 | 2026-05-08T01:29:20.640Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4804 | 2026-05-08T01:29:20.640Z | | |
| 4805 | 2026-05-08T01:29:20.640Z | 34 | pub struct Name { |
| 4806 | 2026-05-08T01:29:20.640Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4807 | 2026-05-08T01:29:20.640Z | | |
| 4808 | 2026-05-08T01:29:20.640Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4809 | 2026-05-08T01:29:20.640Z | | |
| 4810 | 2026-05-08T01:29:20.640Z | 37 | pub struct Name { |
| 4811 | 2026-05-08T01:29:20.641Z | | --------------- this is the found type |
| 4812 | 2026-05-08T01:29:20.644Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4813 | 2026-05-08T01:29:20.644Z | note: associated function defined here |
| 4814 | 2026-05-08T01:29:20.644Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 4815 | 2026-05-08T01:29:20.644Z | | |
| 4816 | 2026-05-08T01:29:20.644Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 4817 | 2026-05-08T01:29:20.644Z | | ^^^^^^^^^^ |
| 4818 | 2026-05-08T01:29:20.644Z | |
| 4819 | 2026-05-08T01:29:20.644Z | error[E0308]: arguments to this function are incorrect |
| 4820 | 2026-05-08T01:29:20.644Z | --> dns-server/src/storage.rs:448:43 |
| 4821 | 2026-05-08T01:29:20.644Z | | |
| 4822 | 2026-05-08T01:29:20.644Z | 448 | hickory_proto::rr::RData::SOA(hickory_proto::rr::rdata::SOA::new( |
| 4823 | 2026-05-08T01:29:20.644Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 4824 | 2026-05-08T01:29:20.644Z | 449 | preferred_nameserver, |
| 4825 | 2026-05-08T01:29:20.644Z | | -------------------- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4826 | 2026-05-08T01:29:20.645Z | 450 | rname, |
| 4827 | 2026-05-08T01:29:20.645Z | | ----- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4828 | 2026-05-08T01:29:20.645Z | | |
| 4829 | 2026-05-08T01:29:20.645Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4830 | 2026-05-08T01:29:20.645Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4831 | 2026-05-08T01:29:20.645Z | | |
| 4832 | 2026-05-08T01:29:20.645Z | 34 | pub struct Name { |
| 4833 | 2026-05-08T01:29:20.645Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4834 | 2026-05-08T01:29:20.645Z | | |
| 4835 | 2026-05-08T01:29:20.645Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4836 | 2026-05-08T01:29:20.645Z | | |
| 4837 | 2026-05-08T01:29:20.645Z | 37 | pub struct Name { |
| 4838 | 2026-05-08T01:29:20.645Z | | --------------- this is the found type |
| 4839 | 2026-05-08T01:29:20.645Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4840 | 2026-05-08T01:29:20.645Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4841 | 2026-05-08T01:29:20.645Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4842 | 2026-05-08T01:29:20.645Z | | |
| 4843 | 2026-05-08T01:29:20.645Z | 34 | pub struct Name { |
| 4844 | 2026-05-08T01:29:20.645Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4845 | 2026-05-08T01:29:20.645Z | | |
| 4846 | 2026-05-08T01:29:20.645Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4847 | 2026-05-08T01:29:20.645Z | | |
| 4848 | 2026-05-08T01:29:20.645Z | 37 | pub struct Name { |
| 4849 | 2026-05-08T01:29:20.645Z | | --------------- this is the found type |
| 4850 | 2026-05-08T01:29:20.645Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4851 | 2026-05-08T01:29:20.645Z | note: associated function defined here |
| 4852 | 2026-05-08T01:29:20.645Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/soa.rs:154:12 |
| 4853 | 2026-05-08T01:29:20.645Z | | |
| 4854 | 2026-05-08T01:29:20.645Z | 154 | pub fn new( |
| 4855 | 2026-05-08T01:29:20.645Z | | ^^^ |
| 4856 | 2026-05-08T01:29:20.645Z | |
| 4857 | 2026-05-08T01:29:20.645Z | error[E0308]: mismatched types |
| 4858 | 2026-05-08T01:29:20.645Z | --> dns-server/src/storage.rs:446:13 |
| 4859 | 2026-05-08T01:29:20.645Z | | |
| 4860 | 2026-05-08T01:29:20.645Z | 445 | let record = hickory_proto::rr::Record::from_rdata( |
| 4861 | 2026-05-08T01:29:20.645Z | | ------------------------------------- arguments to this function are incorrect |
| 4862 | 2026-05-08T01:29:20.645Z | 446 | soa_name, |
| 4863 | 2026-05-08T01:29:20.646Z | | ^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4864 | 2026-05-08T01:29:20.646Z | | |
| 4865 | 2026-05-08T01:29:20.646Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4866 | 2026-05-08T01:29:20.646Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4867 | 2026-05-08T01:29:20.646Z | | |
| 4868 | 2026-05-08T01:29:20.646Z | 34 | pub struct Name { |
| 4869 | 2026-05-08T01:29:20.646Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4870 | 2026-05-08T01:29:20.646Z | | |
| 4871 | 2026-05-08T01:29:20.646Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4872 | 2026-05-08T01:29:20.646Z | | |
| 4873 | 2026-05-08T01:29:20.646Z | 37 | pub struct Name { |
| 4874 | 2026-05-08T01:29:20.646Z | | --------------- this is the found type |
| 4875 | 2026-05-08T01:29:20.646Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4876 | 2026-05-08T01:29:20.646Z | note: associated function defined here |
| 4877 | 2026-05-08T01:29:20.646Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 4878 | 2026-05-08T01:29:20.646Z | | |
| 4879 | 2026-05-08T01:29:20.646Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 4880 | 2026-05-08T01:29:20.646Z | | ^^^^^^^^^^ |
| 4881 | 2026-05-08T01:29:20.646Z | |
| 4882 | 2026-05-08T01:29:20.649Z | error[E0308]: mismatched types |
| 4883 | 2026-05-08T01:29:20.649Z | --> dns-server/src/storage.rs:768:30 |
| 4884 | 2026-05-08T01:29:20.649Z | | |
| 4885 | 2026-05-08T01:29:20.649Z | 768 | self.query_raw(name, orig_name) |
| 4886 | 2026-05-08T01:29:20.649Z | | --------- ^^^^^^^^^ expected `hickory_resolver::Name`, found `hickory_proto::rr::Name` |
| 4887 | 2026-05-08T01:29:20.649Z | | | |
| 4888 | 2026-05-08T01:29:20.649Z | | arguments to this method are incorrect |
| 4889 | 2026-05-08T01:29:20.649Z | | |
| 4890 | 2026-05-08T01:29:20.649Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4891 | 2026-05-08T01:29:20.650Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4892 | 2026-05-08T01:29:20.650Z | | |
| 4893 | 2026-05-08T01:29:20.650Z | 37 | pub struct Name { |
| 4894 | 2026-05-08T01:29:20.650Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4895 | 2026-05-08T01:29:20.650Z | | |
| 4896 | 2026-05-08T01:29:20.650Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4897 | 2026-05-08T01:29:20.650Z | | |
| 4898 | 2026-05-08T01:29:20.650Z | 34 | pub struct Name { |
| 4899 | 2026-05-08T01:29:20.650Z | | --------------- this is the found type |
| 4900 | 2026-05-08T01:29:20.650Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4901 | 2026-05-08T01:29:20.650Z | note: method defined here |
| 4902 | 2026-05-08T01:29:20.650Z | --> dns-server/src/storage.rs:780:8 |
| 4903 | 2026-05-08T01:29:20.650Z | | |
| 4904 | 2026-05-08T01:29:20.650Z | 780 | fn query_raw( |
| 4905 | 2026-05-08T01:29:20.650Z | | ^^^^^^^^^ |
| 4906 | 2026-05-08T01:29:20.650Z | ... |
| 4907 | 2026-05-08T01:29:20.650Z | 783 | orig_name: &Name, |
| 4908 | 2026-05-08T01:29:20.650Z | | ---------------- |
| 4909 | 2026-05-08T01:29:20.650Z | |
| 4910 | 2026-05-08T01:29:20.650Z | error[E0308]: mismatched types |
| 4911 | 2026-05-08T01:29:20.650Z | --> dns-server/src/storage.rs:777:40 |
| 4912 | 2026-05-08T01:29:20.650Z | | |
| 4913 | 2026-05-08T01:29:20.650Z | 777 | self.query_raw(&LowerName::new(name), name) |
| 4914 | 2026-05-08T01:29:20.650Z | | -------------- ^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4915 | 2026-05-08T01:29:20.650Z | | | |
| 4916 | 2026-05-08T01:29:20.650Z | | arguments to this function are incorrect |
| 4917 | 2026-05-08T01:29:20.650Z | | |
| 4918 | 2026-05-08T01:29:20.650Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4919 | 2026-05-08T01:29:20.650Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4920 | 2026-05-08T01:29:20.650Z | | |
| 4921 | 2026-05-08T01:29:20.650Z | 34 | pub struct Name { |
| 4922 | 2026-05-08T01:29:20.650Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4923 | 2026-05-08T01:29:20.650Z | | |
| 4924 | 2026-05-08T01:29:20.650Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4925 | 2026-05-08T01:29:20.650Z | | |
| 4926 | 2026-05-08T01:29:20.650Z | 37 | pub struct Name { |
| 4927 | 2026-05-08T01:29:20.650Z | | --------------- this is the found type |
| 4928 | 2026-05-08T01:29:20.650Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4929 | 2026-05-08T01:29:20.651Z | note: associated function defined here |
| 4930 | 2026-05-08T01:29:20.651Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:37:12 |
| 4931 | 2026-05-08T01:29:20.651Z | | |
| 4932 | 2026-05-08T01:29:20.651Z | 37 | pub fn new(name: &Name) -> Self { |
| 4933 | 2026-05-08T01:29:20.651Z | | ^^^ |
| 4934 | 2026-05-08T01:29:20.651Z | |
| 4935 | 2026-05-08T01:29:20.651Z | error[E0277]: the trait bound `hickory_proto::rr::LowerName: std::convert::From<hickory_resolver::Name>` is not satisfied |
| 4936 | 2026-05-08T01:29:20.651Z | --> dns-server/src/storage.rs:791:33 |
| 4937 | 2026-05-08T01:29:20.651Z | | |
| 4938 | 2026-05-08T01:29:20.651Z | 791 | let zone_name = LowerName::from(Name::from_str(&z).unwrap()); |
| 4939 | 2026-05-08T01:29:20.651Z | | ^^^^^^^^^ the trait `std::convert::From<hickory_resolver::Name>` is not implemented for `hickory_proto::rr::LowerName` |
| 4940 | 2026-05-08T01:29:20.651Z | | |
| 4941 | 2026-05-08T01:29:20.651Z | help: item with same name found |
| 4942 | 2026-05-08T01:29:20.651Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/lower_name.rs:28:1 |
| 4943 | 2026-05-08T01:29:20.651Z | | |
| 4944 | 2026-05-08T01:29:20.651Z | 28 | pub struct LowerName(Name); |
| 4945 | 2026-05-08T01:29:20.651Z | | ^^^^^^^^^^^^^^^^^^^^ |
| 4946 | 2026-05-08T01:29:20.651Z | = note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4947 | 2026-05-08T01:29:20.651Z | help: the following other types implement trait `std::convert::From<T>` |
| 4948 | 2026-05-08T01:29:20.651Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:240:1 |
| 4949 | 2026-05-08T01:29:20.651Z | | |
| 4950 | 2026-05-08T01:29:20.651Z | 240 | impl From<Name> for LowerName { |
| 4951 | 2026-05-08T01:29:20.651Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<hickory_proto::rr::Name>` |
| 4952 | 2026-05-08T01:29:20.651Z | ... |
| 4953 | 2026-05-08T01:29:20.651Z | 246 | impl<'a> From<&'a Name> for LowerName { |
| 4954 | 2026-05-08T01:29:20.651Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<&hickory_proto::rr::Name>` |
| 4955 | 2026-05-08T01:29:20.651Z | = note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4956 | 2026-05-08T01:29:20.651Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4957 | 2026-05-08T01:29:20.651Z | |
| 4958 | 2026-05-08T01:29:20.811Z | Some errors have detailed explanations: E0271, E0277, E0308, E0599. |
| 4959 | 2026-05-08T01:29:20.811Z | For more information about an error, try `rustc --explain E0271`. |
| 4960 | 2026-05-08T01:29:20.853Z | error: could not compile `dns-server` (lib) due to 60 previous errors |
| 4961 | 2026-05-08T01:29:21.051Z | 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) |
| 4962 | 2026-05-08T01:29:21.054Z | Error: cargo-hack install failed: exit status: 1 |
| 4963 | 2026-05-08T01:29:21.057Z | |
| 4964 | 2026-05-08T01:29:21.057Z | real 3:52.390642786 |
| 4965 | 2026-05-08T01:29:21.057Z | user 6:53.396882062 |
| 4966 | 2026-05-08T01:29:21.057Z | sys 1:52.806384512 |
| 4967 | 2026-05-08T01:29:21.057Z | trap 0.163326304 |
| 4968 | 2026-05-08T01:29:21.057Z | tflt 0.230103804 |
| 4969 | 2026-05-08T01:29:21.057Z | dflt 0.536203396 |
| 4970 | 2026-05-08T01:29:21.057Z | kflt 0.001426891 |
| 4971 | 2026-05-08T01:29:21.057Z | lock 20:47.172968463 |
| 4972 | 2026-05-08T01:29:21.057Z | slp 29:22.177951497 |
| 4973 | 2026-05-08T01:29:21.057Z | lat 31.337116939 |
| 4974 | 2026-05-08T01:29:21.057Z | stop 1:55.563236999 |
| 4975 | 2026-05-08T01:29:21.057Z | process exited: duration 363873 ms, exit code 1 |
| |
| 4976 | 2026-05-08T01:29:21.063Z | found 0 output files |