|
|
|
| 1 | 2026-05-19T22:45:57.939Z | job assigned to worker 01KS16MC1AHMGYS3GYWP3FQ95A [factory aws, i-090b709666b1bd3d1] (queued for 47 s) |
| |
| 2 | 2026-05-19T22:46:05.122Z | starting task 0: "setup" |
| 3 | 2026-05-19T22:46:05.126Z | ++ uname -s |
| 4 | 2026-05-19T22:46:05.130Z | + kern=SunOS |
| 5 | 2026-05-19T22:46:05.130Z | + build_user=build |
| 6 | 2026-05-19T22:46:05.130Z | + build_uid=12345 |
| 7 | 2026-05-19T22:46:05.130Z | + work_dir=/work |
| 8 | 2026-05-19T22:46:05.130Z | + input_dir=/input |
| 9 | 2026-05-19T22:46:05.130Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-19T22:46:05.130Z | + case "$kern" in |
| 11 | 2026-05-19T22:46:05.130Z | + groupadd -g 12345 build |
| 12 | 2026-05-19T22:46:05.133Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-19T22:46:07.140Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-19T22:46:07.216Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-19T22:46:07.219Z | + home_fs=zfs |
| 16 | 2026-05-19T22:46:07.219Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-19T22:46:07.219Z | + mkdir -p /home/build |
| 18 | 2026-05-19T22:46:07.224Z | + chown build:build /home/build /work |
| 19 | 2026-05-19T22:46:09.223Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-19T22:46:09.226Z | process exited: duration 4107 ms, exit code 0 |
| |
| 21 | 2026-05-19T22:46:09.233Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-19T22:46:09.239Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-19T22:46:09.239Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-19T22:46:09.239Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-19T22:46:09.239Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-19T22:46:09.239Z | * rust toolchain channel = "1.94.0" |
| 27 | 2026-05-19T22:46:09.239Z | * rust toolchain profile = "default" |
| 28 | 2026-05-19T22:46:09.242Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-19T22:46:09.242Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-19T22:46:09.342Z | info: downloading installer |
| 31 | 2026-05-19T22:46:10.776Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-19T22:46:10.776Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-19T22:46:10.776Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-19T22:46:10.776Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-19T22:46:10.787Z | info: profile set to default |
| 36 | 2026-05-19T22:46:10.787Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-19T22:46:10.790Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-19T22:46:10.932Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-19T22:46:10.935Z | info: downloading 6 components |
| 40 | 2026-05-19T22:46:25.162Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-19T22:46:25.162Z | |
| 42 | 2026-05-19T22:46:25.193Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-19T22:46:25.193Z | |
| 44 | 2026-05-19T22:46:25.193Z | |
| 45 | 2026-05-19T22:46:25.193Z | Rust is installed now. Great! |
| 46 | 2026-05-19T22:46:25.193Z | |
| 47 | 2026-05-19T22:46:25.193Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-19T22:46:25.193Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-19T22:46:25.193Z | |
| 50 | 2026-05-19T22:46:25.193Z | To configure your current shell, you need to source |
| 51 | 2026-05-19T22:46:25.193Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-19T22:46:25.193Z | |
| 53 | 2026-05-19T22:46:25.193Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-19T22:46:25.196Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-19T22:46:25.196Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-19T22:46:25.196Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-19T22:46:25.196Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-19T22:46:25.196Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-19T22:46:25.196Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-19T22:46:25.196Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-19T22:46:25.196Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-19T22:46:25.295Z | + rustup --version |
| 63 | 2026-05-19T22:46:25.302Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-19T22:46:25.302Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-19T22:46:25.323Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-19T22:46:25.326Z | + cargo --version |
| 67 | 2026-05-19T22:46:25.335Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-19T22:46:25.338Z | + rustc --version |
| 69 | 2026-05-19T22:46:25.358Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-19T22:46:25.361Z | process exited: duration 16128 ms, exit code 0 |
| |
| 71 | 2026-05-19T22:46:25.367Z | starting task 2: "authentication" |
| 72 | 2026-05-19T22:46:25.385Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-05-19T22:46:25.391Z | starting task 3: "clone repository" |
| 74 | 2026-05-19T22:46:25.395Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-19T22:46:25.399Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-19T22:46:25.446Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-19T22:46:35.516Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-19T22:46:35.516Z | + git fetch origin 179dd12f9ac13120da941ea93fbeaa144ab54bd5 |
| 79 | 2026-05-19T22:46:36.047Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-19T22:46:36.047Z | * branch 179dd12f9ac13120da941ea93fbeaa144ab54bd5 -> FETCH_HEAD |
| 81 | 2026-05-19T22:46:36.063Z | + [[ -n renovate/crate-hickory-proto-vulnerability ]] |
| 82 | 2026-05-19T22:46:36.066Z | ++ git branch --show-current |
| 83 | 2026-05-19T22:46:36.069Z | + current=main |
| 84 | 2026-05-19T22:46:36.069Z | + [[ main != renovate/crate-hickory-proto-vulnerability ]] |
| 85 | 2026-05-19T22:46:36.069Z | + git branch -f renovate/crate-hickory-proto-vulnerability 179dd12f9ac13120da941ea93fbeaa144ab54bd5 |
| 86 | 2026-05-19T22:46:36.072Z | + git checkout -f renovate/crate-hickory-proto-vulnerability |
| 87 | 2026-05-19T22:46:36.261Z | Switched to branch 'renovate/crate-hickory-proto-vulnerability' |
| 88 | 2026-05-19T22:46:36.264Z | + git reset --hard 179dd12f9ac13120da941ea93fbeaa144ab54bd5 |
| 89 | 2026-05-19T22:46:36.448Z | HEAD is now at 179dd12f9 Update Rust crate hickory-proto to 0.26.0 [SECURITY] |
| 90 | 2026-05-19T22:46:36.452Z | process exited: duration 11058 ms, exit code 0 |
| |
| 91 | 2026-05-19T22:46:36.458Z | starting task 4: "build" |
| 92 | 2026-05-19T22:46:36.464Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-19T22:46:36.464Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-19T22:46:36.464Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-19T22:46:36.467Z | + cargo --version |
| 96 | 2026-05-19T22:46:36.474Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-19T22:46:36.477Z | + rustc --version |
| 98 | 2026-05-19T22:46:36.500Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-19T22:46:36.503Z | + WORK=/work |
| 100 | 2026-05-19T22:46:36.503Z | + pfexec mkdir -p /work |
| 101 | 2026-05-19T22:46:36.507Z | + pfexec chown build /work |
| 102 | 2026-05-19T22:46:36.511Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 103 | 2026-05-19T22:46:39.035Z | Startup: Refreshing catalog 'helios' ... Done |
| 104 | 2026-05-19T22:46:39.154Z | Startup: Caching catalogs ... Done |
| 105 | 2026-05-19T22:46:39.360Z | Planning: Solver setup ... Done (0.174s) |
| 106 | 2026-05-19T22:46:39.376Z | Planning: Running solver ... Done (0.016s) |
| 107 | 2026-05-19T22:46:39.393Z | Planning: Finding local manifests ... Done (0.012s) |
| 108 | 2026-05-19T22:46:39.408Z | Planning: Fetching manifests: 0/2 0% complete |
| 109 | 2026-05-19T22:46:39.427Z | Planning: Fetching manifests: 2/2 100% complete |
| 110 | 2026-05-19T22:46:39.442Z | Planning: Package planning ... Done (0.015s) |
| 111 | 2026-05-19T22:46:39.445Z | Planning: Merging actions ... Done (0.001s) |
| 112 | 2026-05-19T22:46:39.645Z | Planning: Checking for conflicting actions ... Done (0.202s) |
| 113 | 2026-05-19T22:46:39.648Z | Planning: Consolidating action changes ... Done (0.001s) |
| 114 | 2026-05-19T22:46:41.020Z | Planning: Evaluating mediators ... Done (1.373s) |
| 115 | 2026-05-19T22:46:41.024Z | Planning: Planning completed in 1.85 seconds |
| 116 | 2026-05-19T22:46:41.030Z | Packages to install: 2 |
| 117 | 2026-05-19T22:46:41.030Z | Estimated space available: 156.08 GB |
| 118 | 2026-05-19T22:46:41.030Z | Estimated space to be consumed: 19.74 MB |
| 119 | 2026-05-19T22:46:41.030Z | Create boot environment: No |
| 120 | 2026-05-19T22:46:41.030Z | Create backup boot environment: No |
| 121 | 2026-05-19T22:46:41.030Z | Rebuild boot archive: No |
| 122 | 2026-05-19T22:46:41.033Z | |
| 123 | 2026-05-19T22:46:41.033Z | Changed packages: |
| 124 | 2026-05-19T22:46:41.033Z | helios |
| 125 | 2026-05-19T22:46:41.033Z | developer/build-essential |
| 126 | 2026-05-19T22:46:41.033Z | None -> 11-3.0 |
| 127 | 2026-05-19T22:46:41.033Z | library/libxmlsec1 |
| 128 | 2026-05-19T22:46:41.033Z | None -> 1.2.35-3.0 |
| 129 | 2026-05-19T22:46:41.077Z | |
| 130 | 2026-05-19T22:46:41.077Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 131 | 2026-05-19T22:46:42.651Z | Download: Completed 1.28 MB in 1.57 seconds (833k/s) |
| 132 | 2026-05-19T22:46:42.708Z | Actions: 1/268 actions (Installing new actions) |
| 133 | 2026-05-19T22:46:42.748Z | Actions: Completed 268 actions in 0.04 seconds. |
| 134 | 2026-05-19T22:46:42.756Z | Finalize: Updating package state database ... Done (0.007s) |
| 135 | 2026-05-19T22:46:42.756Z | Finalize: Updating package cache ... Done (0.000s) |
| 136 | 2026-05-19T22:46:42.772Z | Finalize: Updating image state ... Done (0.015s) |
| 137 | 2026-05-19T22:46:45.630Z | Finalize: Creating fast lookup database ... Done (2.837s) |
| 138 | 2026-05-19T22:46:45.706Z | Finalize: Reading search index ... Done (0.013s) |
| 139 | 2026-05-19T22:46:45.711Z | Finalize: Updating search index ... Done (0.000s) |
| 140 | 2026-05-19T22:46:45.774Z | Finalize: Updating package cache ... Done (0.000s) |
| 141 | 2026-05-19T22:46:46.067Z | Planning: Evaluating mediator changes ... Done |
| 142 | 2026-05-19T22:46:46.171Z | Planning: Checking for conflicting actions ... Done |
| 143 | 2026-05-19T22:46:46.177Z | Planning: Consolidating action changes ... Done |
| 144 | 2026-05-19T22:46:46.330Z | Planning: Evaluating mediators ... Done |
| 145 | 2026-05-19T22:46:46.333Z | Planning: Planning completed in 0.26 seconds |
| 146 | 2026-05-19T22:46:46.354Z | Mediators to change: 2 |
| 147 | 2026-05-19T22:46:46.354Z | Create boot environment: No |
| 148 | 2026-05-19T22:46:46.354Z | Create backup boot environment: No |
| 149 | 2026-05-19T22:46:46.406Z | Finalize: Updating package state database ... Done |
| 150 | 2026-05-19T22:46:46.406Z | Finalize: Updating package cache ... Done |
| 151 | 2026-05-19T22:46:46.416Z | Finalize: Updating image state ... Done |
| 152 | 2026-05-19T22:46:48.367Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-05-19T22:46:48.428Z | Finalize: Reading search index ... Done |
| 154 | 2026-05-19T22:46:48.431Z | Finalize: Updating search index ... Done |
| 155 | 2026-05-19T22:46:48.487Z | Finalize: Updating package cache ... Done |
| 156 | 2026-05-19T22:46:48.772Z | Planning: Evaluating mediator changes ... Done |
| 157 | 2026-05-19T22:46:48.878Z | Planning: Checking for conflicting actions ... Done |
| 158 | 2026-05-19T22:46:48.881Z | Planning: Consolidating action changes ... Done |
| 159 | 2026-05-19T22:46:49.036Z | Planning: Evaluating mediators ... Done |
| 160 | 2026-05-19T22:46:49.039Z | Planning: Planning completed in 0.26 seconds |
| 161 | 2026-05-19T22:46:49.060Z | Mediators to change: 1 |
| 162 | 2026-05-19T22:46:49.060Z | Create boot environment: No |
| 163 | 2026-05-19T22:46:49.060Z | Create backup boot environment: No |
| 164 | 2026-05-19T22:46:49.110Z | Finalize: Updating package state database ... Done |
| 165 | 2026-05-19T22:46:49.110Z | Finalize: Updating package cache ... Done |
| 166 | 2026-05-19T22:46:49.124Z | Finalize: Updating image state ... Done |
| 167 | 2026-05-19T22:46:51.072Z | Finalize: Creating fast lookup database ... Done |
| 168 | 2026-05-19T22:46:51.125Z | Finalize: Reading search index ... Done |
| 169 | 2026-05-19T22:46:51.128Z | Finalize: Updating search index ... Done |
| 170 | 2026-05-19T22:46:51.182Z | Finalize: Updating package cache ... Done |
| 171 | 2026-05-19T22:46:51.498Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 172 | 2026-05-19T22:46:51.498Z | apache system 2.4 system |
| 173 | 2026-05-19T22:46:51.498Z | clang system 15 system |
| 174 | 2026-05-19T22:46:51.498Z | csh system system illumos |
| 175 | 2026-05-19T22:46:51.498Z | ctags system system illumos |
| 176 | 2026-05-19T22:46:51.498Z | file vendor vendor darwinsys |
| 177 | 2026-05-19T22:46:51.498Z | file system system illumos |
| 178 | 2026-05-19T22:46:51.498Z | gcc vendor 14 vendor |
| 179 | 2026-05-19T22:46:51.498Z | gcc system 13 system |
| 180 | 2026-05-19T22:46:51.498Z | gcc system 10 system |
| 181 | 2026-05-19T22:46:51.498Z | go system 1.25 system |
| 182 | 2026-05-19T22:46:51.498Z | llvm system 15 system |
| 183 | 2026-05-19T22:46:51.498Z | mariadb system 11.4 system |
| 184 | 2026-05-19T22:46:51.498Z | mta vendor vendor dma |
| 185 | 2026-05-19T22:46:51.498Z | openjdk system 17 system |
| 186 | 2026-05-19T22:46:51.498Z | openjdk system 11 system |
| 187 | 2026-05-19T22:46:51.498Z | openssl vendor 3 vendor |
| 188 | 2026-05-19T22:46:51.498Z | perl system 5.40 system |
| 189 | 2026-05-19T22:46:51.498Z | postgresql system 18 system |
| 190 | 2026-05-19T22:46:51.498Z | postgresql system 17 system |
| 191 | 2026-05-19T22:46:51.499Z | python vendor 3 vendor |
| 192 | 2026-05-19T22:46:51.499Z | python system 2 system |
| 193 | 2026-05-19T22:46:51.499Z | python3 vendor 3.13 vendor |
| 194 | 2026-05-19T22:46:51.499Z | ruby system 3.4 system |
| 195 | 2026-05-19T22:46:51.499Z | ruby system 3.0 system |
| 196 | 2026-05-19T22:46:51.499Z | words vendor vendor american-english |
| 197 | 2026-05-19T22:46:51.499Z | words system system australian-english |
| 198 | 2026-05-19T22:46:51.499Z | words system system british-english |
| 199 | 2026-05-19T22:46:51.499Z | words system system canadian-english |
| 200 | 2026-05-19T22:46:51.499Z | words system system french |
| 201 | 2026-05-19T22:46:51.499Z | words system system italian |
| 202 | 2026-05-19T22:46:51.499Z | words system system ngerman |
| 203 | 2026-05-19T22:46:51.499Z | words system system ogerman |
| 204 | 2026-05-19T22:46:51.499Z | words system system spanish |
| 205 | 2026-05-19T22:46:51.749Z | PUBLISHER TYPE STATUS P LOCATION |
| 206 | 2026-05-19T22:46:51.749Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 207 | 2026-05-19T22:46:52.016Z | FMRI IFO |
| 208 | 2026-05-19T22:46:52.016Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 209 | 2026-05-19T22:46:52.016Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 210 | 2026-05-19T22:46:52.016Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 211 | 2026-05-19T22:46:52.016Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 212 | 2026-05-19T22:46:52.016Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 213 | 2026-05-19T22:46:52.016Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 214 | 2026-05-19T22:46:52.016Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 215 | 2026-05-19T22:46:52.016Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 216 | 2026-05-19T22:46:52.016Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 217 | 2026-05-19T22:46:52.253Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 218 | 2026-05-19T22:46:52.516Z | Updating crates.io index |
| 219 | 2026-05-19T22:46:52.551Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 220 | 2026-05-19T22:46:53.282Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 221 | 2026-05-19T22:46:53.748Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 222 | 2026-05-19T22:46:54.106Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 223 | 2026-05-19T22:46:55.352Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 224 | 2026-05-19T22:46:55.842Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 225 | 2026-05-19T22:46:57.696Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 226 | 2026-05-19T22:46:58.594Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 227 | 2026-05-19T22:46:58.837Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 228 | 2026-05-19T22:46:59.595Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 229 | 2026-05-19T22:47:00.111Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 230 | 2026-05-19T22:47:00.429Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 231 | 2026-05-19T22:47:00.831Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 232 | 2026-05-19T22:47:01.820Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 233 | 2026-05-19T22:47:02.303Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 234 | 2026-05-19T22:47:02.557Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 235 | 2026-05-19T22:47:03.004Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 236 | 2026-05-19T22:47:03.358Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 237 | 2026-05-19T22:47:03.793Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 238 | 2026-05-19T22:47:04.229Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 239 | 2026-05-19T22:47:04.471Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 240 | 2026-05-19T22:47:04.721Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 241 | 2026-05-19T22:47:05.101Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 242 | 2026-05-19T22:47:05.642Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 243 | 2026-05-19T22:47:06.009Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 244 | 2026-05-19T22:47:06.350Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 245 | 2026-05-19T22:47:06.875Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 246 | 2026-05-19T22:47:07.187Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 247 | 2026-05-19T22:47:09.523Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 248 | 2026-05-19T22:47:10.421Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 249 | 2026-05-19T22:47:10.853Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 250 | 2026-05-19T22:47:11.149Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 251 | 2026-05-19T22:47:11.482Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 252 | 2026-05-19T22:47:11.772Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 253 | 2026-05-19T22:47:12.113Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 254 | 2026-05-19T22:47:12.612Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 255 | 2026-05-19T22:47:12.872Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 256 | 2026-05-19T22:47:13.161Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 257 | 2026-05-19T22:47:13.547Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 258 | 2026-05-19T22:47:25.194Z | Downloading crates ... |
| 259 | 2026-05-19T22:47:25.244Z | Downloaded anstyle-parse v0.2.7 |
| 260 | 2026-05-19T22:47:25.249Z | Downloaded cpufeatures v0.2.17 |
| 261 | 2026-05-19T22:47:25.252Z | Downloaded equivalent v1.0.2 |
| 262 | 2026-05-19T22:47:25.252Z | Downloaded form_urlencoded v1.2.2 |
| 263 | 2026-05-19T22:47:25.257Z | Downloaded cargo_toml v0.21.0 |
| 264 | 2026-05-19T22:47:25.260Z | Downloaded anstyle v1.0.13 |
| 265 | 2026-05-19T22:47:25.260Z | Downloaded digest v0.10.7 |
| 266 | 2026-05-19T22:47:25.263Z | Downloaded displaydoc v0.2.5 |
| 267 | 2026-05-19T22:47:25.263Z | Downloaded zerovec-derive v0.11.2 |
| 268 | 2026-05-19T22:47:25.266Z | Downloaded fnv v1.0.7 |
| 269 | 2026-05-19T22:47:25.266Z | Downloaded generic-array v0.14.7 |
| 270 | 2026-05-19T22:47:25.266Z | Downloaded fastrand v2.3.0 |
| 271 | 2026-05-19T22:47:25.269Z | Downloaded tinystr v0.8.2 |
| 272 | 2026-05-19T22:47:25.270Z | Downloaded bitflags v2.11.0 |
| 273 | 2026-05-19T22:47:25.273Z | Downloaded unicode-ident v1.0.24 |
| 274 | 2026-05-19T22:47:25.273Z | Downloaded dtrace-parser v0.2.0 |
| 275 | 2026-05-19T22:47:25.276Z | Downloaded once_cell v1.21.3 |
| 276 | 2026-05-19T22:47:25.277Z | Downloaded typeid v1.0.3 |
| 277 | 2026-05-19T22:47:25.277Z | Downloaded toml_write v0.1.2 |
| 278 | 2026-05-19T22:47:25.277Z | Downloaded usdt-attr-macro v0.5.0 |
| 279 | 2026-05-19T22:47:25.279Z | Downloaded anstyle-query v1.1.5 |
| 280 | 2026-05-19T22:47:25.279Z | Downloaded getrandom v0.4.1 |
| 281 | 2026-05-19T22:47:25.283Z | Downloaded utf8parse v0.2.2 |
| 282 | 2026-05-19T22:47:25.283Z | Downloaded usdt v0.5.0 |
| 283 | 2026-05-19T22:47:25.283Z | Downloaded version_check v0.9.5 |
| 284 | 2026-05-19T22:47:25.286Z | Downloaded yoke-derive v0.8.1 |
| 285 | 2026-05-19T22:47:25.286Z | Downloaded errno v0.3.14 |
| 286 | 2026-05-19T22:47:25.289Z | Downloaded unicode-xid v0.2.6 |
| 287 | 2026-05-19T22:47:25.292Z | Downloaded camino v1.2.2 |
| 288 | 2026-05-19T22:47:25.292Z | Downloaded utf8_iter v1.0.4 |
| 289 | 2026-05-19T22:47:25.292Z | Downloaded toml_datetime v0.6.11 |
| 290 | 2026-05-19T22:47:25.295Z | Downloaded proc-macro2 v1.0.106 |
| 291 | 2026-05-19T22:47:25.295Z | Downloaded zerofrom-derive v0.1.6 |
| 292 | 2026-05-19T22:47:25.295Z | Downloaded zerofrom v0.1.6 |
| 293 | 2026-05-19T22:47:25.299Z | Downloaded usdt-macro v0.5.0 |
| 294 | 2026-05-19T22:47:25.299Z | Downloaded icu_provider v2.1.1 |
| 295 | 2026-05-19T22:47:25.299Z | Downloaded serde_spanned v0.6.9 |
| 296 | 2026-05-19T22:47:25.302Z | Downloaded scroll_derive v0.12.1 |
| 297 | 2026-05-19T22:47:25.302Z | Downloaded unicode-linebreak v0.1.5 |
| 298 | 2026-05-19T22:47:25.303Z | Downloaded clap_derive v4.5.55 |
| 299 | 2026-05-19T22:47:25.303Z | Downloaded anstream v0.6.21 |
| 300 | 2026-05-19T22:47:25.306Z | Downloaded ordered-float v2.10.1 |
| 301 | 2026-05-19T22:47:25.306Z | Downloaded is_terminal_polyfill v1.70.2 |
| 302 | 2026-05-19T22:47:25.309Z | Downloaded zmij v1.0.21 |
| 303 | 2026-05-19T22:47:25.309Z | Downloaded yoke v0.8.1 |
| 304 | 2026-05-19T22:47:25.312Z | Downloaded thread-id v4.2.2 |
| 305 | 2026-05-19T22:47:25.312Z | Downloaded thiserror v1.0.69 |
| 306 | 2026-05-19T22:47:25.316Z | Downloaded potential_utf v0.1.4 |
| 307 | 2026-05-19T22:47:25.316Z | Downloaded itoa v1.0.17 |
| 308 | 2026-05-19T22:47:25.316Z | Downloaded usdt-impl v0.5.0 |
| 309 | 2026-05-19T22:47:25.316Z | Downloaded thiserror-impl v2.0.18 |
| 310 | 2026-05-19T22:47:25.319Z | Downloaded thiserror-impl v1.0.69 |
| 311 | 2026-05-19T22:47:25.319Z | Downloaded colorchoice v1.0.4 |
| 312 | 2026-05-19T22:47:25.324Z | Downloaded proc-macro-error-attr v1.0.4 |
| 313 | 2026-05-19T22:47:25.324Z | Downloaded heck v0.4.1 |
| 314 | 2026-05-19T22:47:25.324Z | Downloaded thiserror v2.0.18 |
| 315 | 2026-05-19T22:47:25.327Z | Downloaded zerocopy-derive v0.7.35 |
| 316 | 2026-05-19T22:47:25.327Z | Downloaded ucd-trie v0.1.7 |
| 317 | 2026-05-19T22:47:25.330Z | Downloaded bytecount v0.6.9 |
| 318 | 2026-05-19T22:47:25.330Z | Downloaded writeable v0.6.2 |
| 319 | 2026-05-19T22:47:25.330Z | Downloaded serde-untagged v0.1.9 |
| 320 | 2026-05-19T22:47:25.333Z | Downloaded toml v0.8.23 |
| 321 | 2026-05-19T22:47:25.333Z | Downloaded percent-encoding v2.3.2 |
| 322 | 2026-05-19T22:47:25.336Z | Downloaded serde-value v0.7.0 |
| 323 | 2026-05-19T22:47:25.340Z | Downloaded typenum v1.19.0 |
| 324 | 2026-05-19T22:47:25.340Z | Downloaded swrite v0.1.0 |
| 325 | 2026-05-19T22:47:25.340Z | Downloaded pretty-hex v0.4.1 |
| 326 | 2026-05-19T22:47:25.346Z | Downloaded plain v0.2.3 |
| 327 | 2026-05-19T22:47:25.346Z | Downloaded textwrap v0.16.2 |
| 328 | 2026-05-19T22:47:25.349Z | Downloaded tabled_derive v0.7.0 |
| 329 | 2026-05-19T22:47:25.350Z | Downloaded zerotrie v0.2.3 |
| 330 | 2026-05-19T22:47:25.350Z | Downloaded strsim v0.11.1 |
| 331 | 2026-05-19T22:47:25.350Z | Downloaded toml_edit v0.22.27 |
| 332 | 2026-05-19T22:47:25.350Z | Downloaded stable_deref_trait v1.2.1 |
| 333 | 2026-05-19T22:47:25.350Z | Downloaded macaddr v1.0.1 |
| 334 | 2026-05-19T22:47:25.353Z | Downloaded crypto-common v0.1.7 |
| 335 | 2026-05-19T22:47:25.353Z | Downloaded url v2.5.8 |
| 336 | 2026-05-19T22:47:25.353Z | Downloaded cargo-platform v0.2.0 |
| 337 | 2026-05-19T22:47:25.357Z | Downloaded quote v1.0.45 |
| 338 | 2026-05-19T22:47:25.357Z | Downloaded dof v0.3.0 |
| 339 | 2026-05-19T22:47:25.357Z | Downloaded erased-serde v0.4.9 |
| 340 | 2026-05-19T22:47:25.357Z | Downloaded zerovec v0.11.5 |
| 341 | 2026-05-19T22:47:25.361Z | Downloaded smawk v0.3.2 |
| 342 | 2026-05-19T22:47:25.365Z | Downloaded zerocopy v0.7.35 |
| 343 | 2026-05-19T22:47:25.373Z | Downloaded block-buffer v0.10.4 |
| 344 | 2026-05-19T22:47:25.377Z | Downloaded winnow v0.7.14 |
| 345 | 2026-05-19T22:47:25.380Z | Downloaded proc-macro-error v1.0.4 |
| 346 | 2026-05-19T22:47:25.383Z | Downloaded log v0.4.29 |
| 347 | 2026-05-19T22:47:25.384Z | Downloaded unicode-width v0.2.0 |
| 348 | 2026-05-19T22:47:25.387Z | Downloaded pest_derive v2.8.6 |
| 349 | 2026-05-19T22:47:25.390Z | Downloaded terminal_size v0.4.3 |
| 350 | 2026-05-19T22:47:25.390Z | Downloaded heck v0.5.0 |
| 351 | 2026-05-19T22:47:25.390Z | Downloaded unicode-width v0.1.14 |
| 352 | 2026-05-19T22:47:25.396Z | Downloaded fs-err v3.3.0 |
| 353 | 2026-05-19T22:47:25.399Z | Downloaded clap_lex v1.0.0 |
| 354 | 2026-05-19T22:47:25.404Z | Downloaded idna_adapter v1.2.1 |
| 355 | 2026-05-19T22:47:25.409Z | Downloaded camino-tempfile v1.4.1 |
| 356 | 2026-05-19T22:47:25.412Z | Downloaded memmap v0.7.0 |
| 357 | 2026-05-19T22:47:25.415Z | Downloaded anyhow v1.0.102 |
| 358 | 2026-05-19T22:47:25.419Z | Downloaded sha2 v0.10.9 |
| 359 | 2026-05-19T22:47:25.419Z | Downloaded autocfg v1.5.0 |
| 360 | 2026-05-19T22:47:25.423Z | Downloaded cfg-if v1.0.4 |
| 361 | 2026-05-19T22:47:25.427Z | Downloaded scroll v0.12.0 |
| 362 | 2026-05-19T22:47:25.427Z | Downloaded pest_meta v2.8.6 |
| 363 | 2026-05-19T22:47:25.430Z | Downloaded synstructure v0.13.2 |
| 364 | 2026-05-19T22:47:25.434Z | Downloaded semver v1.0.28 |
| 365 | 2026-05-19T22:47:25.443Z | Downloaded serde_tokenstream v0.2.3 |
| 366 | 2026-05-19T22:47:25.447Z | Downloaded byteorder v1.5.0 |
| 367 | 2026-05-19T22:47:25.452Z | Downloaded cargo-util-schemas v0.8.2 |
| 368 | 2026-05-19T22:47:25.466Z | Downloaded litemap v0.8.1 |
| 369 | 2026-05-19T22:47:25.473Z | Downloaded cargo_metadata v0.21.0 |
| 370 | 2026-05-19T22:47:25.476Z | Downloaded smallvec v1.15.1 |
| 371 | 2026-05-19T22:47:25.479Z | Downloaded pest_generator v2.8.6 |
| 372 | 2026-05-19T22:47:25.483Z | Downloaded papergrid v0.11.0 |
| 373 | 2026-05-19T22:47:25.483Z | Downloaded tempfile v3.25.0 |
| 374 | 2026-05-19T22:47:25.488Z | Downloaded clap v4.5.60 |
| 375 | 2026-05-19T22:47:25.494Z | Downloaded icu_properties v2.1.2 |
| 376 | 2026-05-19T22:47:25.494Z | Downloaded serde_derive v1.0.228 |
| 377 | 2026-05-19T22:47:25.498Z | Downloaded icu_locale_core v2.1.1 |
| 378 | 2026-05-19T22:47:25.503Z | Downloaded num-traits v0.2.19 |
| 379 | 2026-05-19T22:47:25.508Z | Downloaded serde_core v1.0.228 |
| 380 | 2026-05-19T22:47:25.508Z | Downloaded icu_normalizer_data v2.1.1 |
| 381 | 2026-05-19T22:47:25.508Z | Downloaded icu_normalizer v2.1.1 |
| 382 | 2026-05-19T22:47:25.522Z | Downloaded memchr v2.8.0 |
| 383 | 2026-05-19T22:47:25.529Z | Downloaded serde v1.0.228 |
| 384 | 2026-05-19T22:47:25.532Z | Downloaded icu_collections v2.1.1 |
| 385 | 2026-05-19T22:47:25.538Z | Downloaded indexmap v2.14.0 |
| 386 | 2026-05-19T22:47:25.572Z | Downloaded serde_json v1.0.149 |
| 387 | 2026-05-19T22:47:25.575Z | Downloaded hashbrown v0.17.0 |
| 388 | 2026-05-19T22:47:25.583Z | Downloaded pest v2.8.6 |
| 389 | 2026-05-19T22:47:25.592Z | Downloaded idna v1.1.0 |
| 390 | 2026-05-19T22:47:25.596Z | Downloaded clap_builder v4.5.60 |
| 391 | 2026-05-19T22:47:25.600Z | Downloaded icu_properties_data v2.1.2 |
| 392 | 2026-05-19T22:47:25.612Z | Downloaded tabled v0.15.0 |
| 393 | 2026-05-19T22:47:25.621Z | Downloaded goblin v0.8.2 |
| 394 | 2026-05-19T22:47:25.630Z | Downloaded syn v1.0.109 |
| 395 | 2026-05-19T22:47:25.639Z | Downloaded syn v2.0.117 |
| 396 | 2026-05-19T22:47:25.660Z | Downloaded rustix v1.1.3 |
| 397 | 2026-05-19T22:47:25.684Z | Downloaded libc v0.2.185 |
| 398 | 2026-05-19T22:47:25.748Z | Compiling proc-macro2 v1.0.106 |
| 399 | 2026-05-19T22:47:25.748Z | Compiling unicode-ident v1.0.24 |
| 400 | 2026-05-19T22:47:25.748Z | Compiling quote v1.0.45 |
| 401 | 2026-05-19T22:47:25.752Z | Compiling serde_core v1.0.228 |
| 402 | 2026-05-19T22:47:25.752Z | Compiling libc v0.2.185 |
| 403 | 2026-05-19T22:47:25.752Z | Compiling version_check v0.9.5 |
| 404 | 2026-05-19T22:47:25.752Z | Compiling memchr v2.8.0 |
| 405 | 2026-05-19T22:47:25.752Z | Compiling serde v1.0.228 |
| 406 | 2026-05-19T22:47:25.752Z | Compiling stable_deref_trait v1.2.1 |
| 407 | 2026-05-19T22:47:25.752Z | Compiling zmij v1.0.21 |
| 408 | 2026-05-19T22:47:25.752Z | Compiling autocfg v1.5.0 |
| 409 | 2026-05-19T22:47:25.752Z | Compiling ucd-trie v0.1.7 |
| 410 | 2026-05-19T22:47:25.933Z | Compiling thiserror v1.0.69 |
| 411 | 2026-05-19T22:47:25.937Z | Compiling itoa v1.0.17 |
| 412 | 2026-05-19T22:47:25.937Z | Compiling writeable v0.6.2 |
| 413 | 2026-05-19T22:47:26.202Z | Compiling litemap v0.8.1 |
| 414 | 2026-05-19T22:47:26.223Z | Compiling icu_properties_data v2.1.2 |
| 415 | 2026-05-19T22:47:26.320Z | Compiling byteorder v1.5.0 |
| 416 | 2026-05-19T22:47:26.352Z | Compiling rustix v1.1.3 |
| 417 | 2026-05-19T22:47:26.374Z | Compiling icu_normalizer_data v2.1.1 |
| 418 | 2026-05-19T22:47:26.418Z | Compiling serde_json v1.0.149 |
| 419 | 2026-05-19T22:47:26.515Z | Compiling pest v2.8.6 |
| 420 | 2026-05-19T22:47:26.621Z | Compiling bitflags v2.11.0 |
| 421 | 2026-05-19T22:47:26.819Z | Compiling num-traits v0.2.19 |
| 422 | 2026-05-19T22:47:26.834Z | Compiling equivalent v1.0.2 |
| 423 | 2026-05-19T22:47:26.870Z | Compiling smallvec v1.15.1 |
| 424 | 2026-05-19T22:47:26.887Z | Compiling hashbrown v0.17.0 |
| 425 | 2026-05-19T22:47:27.042Z | Compiling typeid v1.0.3 |
| 426 | 2026-05-19T22:47:27.066Z | Compiling usdt-impl v0.5.0 |
| 427 | 2026-05-19T22:47:27.070Z | Compiling proc-macro-error-attr v1.0.4 |
| 428 | 2026-05-19T22:47:27.100Z | Compiling winnow v0.7.14 |
| 429 | 2026-05-19T22:47:27.154Z | Compiling syn v1.0.109 |
| 430 | 2026-05-19T22:47:27.163Z | Compiling toml_write v0.1.2 |
| 431 | 2026-05-19T22:47:27.257Z | Compiling erased-serde v0.4.9 |
| 432 | 2026-05-19T22:47:27.275Z | Compiling proc-macro-error v1.0.4 |
| 433 | 2026-05-19T22:47:27.314Z | Compiling utf8parse v0.2.2 |
| 434 | 2026-05-19T22:47:27.333Z | Compiling errno v0.3.14 |
| 435 | 2026-05-19T22:47:27.352Z | Compiling thread-id v4.2.2 |
| 436 | 2026-05-19T22:47:27.444Z | Compiling indexmap v2.14.0 |
| 437 | 2026-05-19T22:47:27.497Z | Compiling camino v1.2.2 |
| 438 | 2026-05-19T22:47:27.515Z | Compiling getrandom v0.4.1 |
| 439 | 2026-05-19T22:47:27.521Z | Compiling log v0.4.29 |
| 440 | 2026-05-19T22:47:27.573Z | Compiling percent-encoding v2.3.2 |
| 441 | 2026-05-19T22:47:27.621Z | Compiling pest_meta v2.8.6 |
| 442 | 2026-05-19T22:47:27.621Z | Compiling utf8_iter v1.0.4 |
| 443 | 2026-05-19T22:47:27.656Z | Compiling plain v0.2.3 |
| 444 | 2026-05-19T22:47:27.740Z | Compiling thiserror v2.0.18 |
| 445 | 2026-05-19T22:47:27.802Z | Compiling syn v2.0.117 |
| 446 | 2026-05-19T22:47:27.829Z | Compiling form_urlencoded v1.2.2 |
| 447 | 2026-05-19T22:47:27.877Z | Compiling anstyle-parse v0.2.7 |
| 448 | 2026-05-19T22:47:27.971Z | Compiling ordered-float v2.10.1 |
| 449 | 2026-05-19T22:47:27.989Z | Compiling anstyle v1.0.13 |
| 450 | 2026-05-19T22:47:28.026Z | Compiling colorchoice v1.0.4 |
| 451 | 2026-05-19T22:47:28.089Z | Compiling cfg-if v1.0.4 |
| 452 | 2026-05-19T22:47:28.101Z | Compiling anstyle-query v1.1.5 |
| 453 | 2026-05-19T22:47:28.117Z | Compiling pretty-hex v0.4.1 |
| 454 | 2026-05-19T22:47:28.150Z | Compiling is_terminal_polyfill v1.70.2 |
| 455 | 2026-05-19T22:47:28.241Z | Compiling anstream v0.6.21 |
| 456 | 2026-05-19T22:47:28.262Z | Compiling fs-err v3.3.0 |
| 457 | 2026-05-19T22:47:28.279Z | Compiling fastrand v2.3.0 |
| 458 | 2026-05-19T22:47:28.298Z | Compiling terminal_size v0.4.3 |
| 459 | 2026-05-19T22:47:28.326Z | Compiling bytecount v0.6.9 |
| 460 | 2026-05-19T22:47:28.343Z | Compiling unicode-width v0.1.14 |
| 461 | 2026-05-19T22:47:28.369Z | Compiling anyhow v1.0.102 |
| 462 | 2026-05-19T22:47:28.381Z | Compiling heck v0.5.0 |
| 463 | 2026-05-19T22:47:28.459Z | Compiling heck v0.4.1 |
| 464 | 2026-05-19T22:47:28.483Z | Compiling unicode-xid v0.2.6 |
| 465 | 2026-05-19T22:47:28.496Z | Compiling strsim v0.11.1 |
| 466 | 2026-05-19T22:47:28.604Z | Compiling semver v1.0.28 |
| 467 | 2026-05-19T22:47:28.653Z | Compiling fnv v1.0.7 |
| 468 | 2026-05-19T22:47:28.668Z | Compiling clap_lex v1.0.0 |
| 469 | 2026-05-19T22:47:28.680Z | Compiling once_cell v1.21.3 |
| 470 | 2026-05-19T22:47:28.781Z | Compiling papergrid v0.11.0 |
| 471 | 2026-05-19T22:47:28.846Z | Compiling clap_builder v4.5.60 |
| 472 | 2026-05-19T22:47:28.891Z | Compiling tempfile v3.25.0 |
| 473 | 2026-05-19T22:47:29.033Z | Compiling memmap v0.7.0 |
| 474 | 2026-05-19T22:47:29.033Z | Compiling unicode-linebreak v0.1.5 |
| 475 | 2026-05-19T22:47:29.033Z | Compiling unicode-width v0.2.0 |
| 476 | 2026-05-19T22:47:29.062Z | Compiling serde-untagged v0.1.9 |
| 477 | 2026-05-19T22:47:29.062Z | Compiling smawk v0.3.2 |
| 478 | 2026-05-19T22:47:29.086Z | Compiling camino-tempfile v1.4.1 |
| 479 | 2026-05-19T22:47:29.206Z | Compiling textwrap v0.16.2 |
| 480 | 2026-05-19T22:47:29.247Z | Compiling swrite v0.1.0 |
| 481 | 2026-05-19T22:47:29.273Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 482 | 2026-05-19T22:47:29.535Z | Compiling tabled_derive v0.7.0 |
| 483 | 2026-05-19T22:47:30.208Z | Compiling tabled v0.15.0 |
| 484 | 2026-05-19T22:47:30.295Z | Compiling synstructure v0.13.2 |
| 485 | 2026-05-19T22:47:30.296Z | Compiling pest_generator v2.8.6 |
| 486 | 2026-05-19T22:47:30.834Z | Compiling serde_derive v1.0.228 |
| 487 | 2026-05-19T22:47:30.848Z | Compiling zerofrom-derive v0.1.6 |
| 488 | 2026-05-19T22:47:30.848Z | Compiling yoke-derive v0.8.1 |
| 489 | 2026-05-19T22:47:30.848Z | Compiling zerovec-derive v0.11.2 |
| 490 | 2026-05-19T22:47:30.848Z | Compiling displaydoc v0.2.5 |
| 491 | 2026-05-19T22:47:30.848Z | Compiling thiserror-impl v1.0.69 |
| 492 | 2026-05-19T22:47:30.849Z | Compiling zerocopy-derive v0.7.35 |
| 493 | 2026-05-19T22:47:30.849Z | Compiling scroll_derive v0.12.1 |
| 494 | 2026-05-19T22:47:30.849Z | Compiling thiserror-impl v2.0.18 |
| 495 | 2026-05-19T22:47:30.849Z | Compiling clap_derive v4.5.55 |
| 496 | 2026-05-19T22:47:30.927Z | Compiling pest_derive v2.8.6 |
| 497 | 2026-05-19T22:47:31.582Z | Compiling zerocopy v0.7.35 |
| 498 | 2026-05-19T22:47:31.600Z | Compiling scroll v0.12.0 |
| 499 | 2026-05-19T22:47:31.817Z | Compiling goblin v0.8.2 |
| 500 | 2026-05-19T22:47:32.034Z | Compiling zerofrom v0.1.6 |
| 501 | 2026-05-19T22:47:32.078Z | Compiling dtrace-parser v0.2.0 |
| 502 | 2026-05-19T22:47:32.111Z | Compiling yoke v0.8.1 |
| 503 | 2026-05-19T22:47:32.263Z | Compiling zerovec v0.11.5 |
| 504 | 2026-05-19T22:47:32.263Z | Compiling zerotrie v0.2.3 |
| 505 | 2026-05-19T22:47:32.536Z | Compiling clap v4.5.60 |
| 506 | 2026-05-19T22:47:32.692Z | Compiling tinystr v0.8.2 |
| 507 | 2026-05-19T22:47:32.692Z | Compiling potential_utf v0.1.4 |
| 508 | 2026-05-19T22:47:32.817Z | Compiling icu_collections v2.1.1 |
| 509 | 2026-05-19T22:47:32.831Z | Compiling icu_locale_core v2.1.1 |
| 510 | 2026-05-19T22:47:37.499Z | Compiling serde_spanned v0.6.9 |
| 511 | 2026-05-19T22:47:37.499Z | Compiling toml_datetime v0.6.11 |
| 512 | 2026-05-19T22:47:37.570Z | Compiling dof v0.3.0 |
| 513 | 2026-05-19T22:47:37.570Z | Compiling serde_tokenstream v0.2.3 |
| 514 | 2026-05-19T22:47:37.570Z | Compiling serde-value v0.7.0 |
| 515 | 2026-05-19T22:47:37.570Z | Compiling cargo-platform v0.2.0 |
| 516 | 2026-05-19T22:47:37.570Z | Compiling macaddr v1.0.1 |
| 517 | 2026-05-19T22:47:37.570Z | Compiling icu_provider v2.1.1 |
| 518 | 2026-05-19T22:47:37.570Z | Compiling toml_edit v0.22.27 |
| 519 | 2026-05-19T22:47:37.570Z | Compiling icu_properties v2.1.2 |
| 520 | 2026-05-19T22:47:37.570Z | Compiling icu_normalizer v2.1.1 |
| 521 | 2026-05-19T22:47:37.570Z | Compiling usdt-macro v0.5.0 |
| 522 | 2026-05-19T22:47:37.570Z | Compiling usdt-attr-macro v0.5.0 |
| 523 | 2026-05-19T22:47:37.570Z | Compiling idna_adapter v1.2.1 |
| 524 | 2026-05-19T22:47:37.570Z | Compiling idna v1.1.0 |
| 525 | 2026-05-19T22:47:37.570Z | Compiling usdt v0.5.0 |
| 526 | 2026-05-19T22:47:37.570Z | Compiling toml v0.8.23 |
| 527 | 2026-05-19T22:47:37.570Z | Compiling url v2.5.8 |
| 528 | 2026-05-19T22:47:37.639Z | Compiling cargo_toml v0.21.0 |
| 529 | 2026-05-19T22:47:37.639Z | Compiling cargo-util-schemas v0.8.2 |
| 530 | 2026-05-19T22:47:37.639Z | Compiling cargo_metadata v0.21.0 |
| 531 | 2026-05-19T22:47:37.639Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 532 | 2026-05-19T22:47:39.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.98s |
| 533 | 2026-05-19T22:47:39.346Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 534 | 2026-05-19T22:47:39.906Z | Downloading crates ... |
| 535 | 2026-05-19T22:47:39.999Z | Downloaded adler2 v2.0.1 |
| 536 | 2026-05-19T22:47:40.002Z | Downloaded aead v0.5.2 |
| 537 | 2026-05-19T22:47:40.006Z | Downloaded async-stream-impl v0.3.6 |
| 538 | 2026-05-19T22:47:40.006Z | Downloaded array-init v0.0.4 |
| 539 | 2026-05-19T22:47:40.006Z | Downloaded cargo-platform v0.1.9 |
| 540 | 2026-05-19T22:47:40.009Z | Downloaded arrayref v0.3.9 |
| 541 | 2026-05-19T22:47:40.012Z | Downloaded argon2 v0.5.3 |
| 542 | 2026-05-19T22:47:40.021Z | Downloaded crc32fast v1.5.0 |
| 543 | 2026-05-19T22:47:40.024Z | Downloaded arc-swap v1.8.2 |
| 544 | 2026-05-19T22:47:40.028Z | Downloaded corncobs v0.1.4 |
| 545 | 2026-05-19T22:47:40.035Z | Downloaded cstr-argument v0.1.2 |
| 546 | 2026-05-19T22:47:40.035Z | Downloaded crc8 v0.1.1 |
| 547 | 2026-05-19T22:47:40.035Z | Downloaded critical-section v1.2.0 |
| 548 | 2026-05-19T22:47:40.038Z | Downloaded cbc v0.1.2 |
| 549 | 2026-05-19T22:47:40.038Z | Downloaded async-compression v0.4.41 |
| 550 | 2026-05-19T22:47:40.041Z | Downloaded embedded-io v0.4.0 |
| 551 | 2026-05-19T22:47:40.041Z | Downloaded async-stream v0.3.6 |
| 552 | 2026-05-19T22:47:40.044Z | Downloaded ciborium-ll v0.2.2 |
| 553 | 2026-05-19T22:47:40.044Z | Downloaded cfg_aliases v0.2.1 |
| 554 | 2026-05-19T22:47:40.044Z | Downloaded aws-lc-rs v1.16.3 |
| 555 | 2026-05-19T22:47:40.050Z | Downloaded dunce v1.0.5 |
| 556 | 2026-05-19T22:47:40.052Z | Downloaded bitfield-macros v0.19.4 |
| 557 | 2026-05-19T22:47:40.052Z | Downloaded aes v0.8.4 |
| 558 | 2026-05-19T22:47:40.054Z | Downloaded atty v0.2.14 |
| 559 | 2026-05-19T22:47:40.055Z | Downloaded bit-set v0.8.0 |
| 560 | 2026-05-19T22:47:40.057Z | Downloaded crypto-bigint v0.5.5 |
| 561 | 2026-05-19T22:47:40.060Z | Downloaded dirs-next v2.0.0 |
| 562 | 2026-05-19T22:47:40.062Z | Downloaded async-recursion v1.1.1 |
| 563 | 2026-05-19T22:47:40.062Z | Downloaded der_derive v0.7.3 |
| 564 | 2026-05-19T22:47:40.065Z | Downloaded bit-vec v0.8.0 |
| 565 | 2026-05-19T22:47:40.065Z | Downloaded bb8 v0.8.6 |
| 566 | 2026-05-19T22:47:40.068Z | Downloaded base16ct v0.2.0 |
| 567 | 2026-05-19T22:47:40.070Z | Downloaded difflib v0.4.0 |
| 568 | 2026-05-19T22:47:40.070Z | Downloaded enum-as-inner v0.6.1 |
| 569 | 2026-05-19T22:47:40.074Z | Downloaded atomicwrites v0.4.4 |
| 570 | 2026-05-19T22:47:40.074Z | Downloaded display-error-chain v0.2.2 |
| 571 | 2026-05-19T22:47:40.074Z | Downloaded debug-ignore v1.0.5 |
| 572 | 2026-05-19T22:47:40.077Z | Downloaded darling_macro v0.21.3 |
| 573 | 2026-05-19T22:47:40.077Z | Downloaded crc v3.4.0 |
| 574 | 2026-05-19T22:47:40.077Z | Downloaded dof v0.4.0 |
| 575 | 2026-05-19T22:47:40.077Z | Downloaded darling_macro v0.20.11 |
| 576 | 2026-05-19T22:47:40.080Z | Downloaded defmt v1.0.1 |
| 577 | 2026-05-19T22:47:40.084Z | Downloaded atomic-waker v1.1.2 |
| 578 | 2026-05-19T22:47:40.087Z | Downloaded cmake v0.1.57 |
| 579 | 2026-05-19T22:47:40.089Z | Downloaded bitfield v0.19.4 |
| 580 | 2026-05-19T22:47:40.092Z | Downloaded document-features v0.2.12 |
| 581 | 2026-05-19T22:47:40.094Z | Downloaded darling_macro v0.23.0 |
| 582 | 2026-05-19T22:47:40.098Z | Downloaded compression-core v0.4.31 |
| 583 | 2026-05-19T22:47:40.098Z | Downloaded castaway v0.2.4 |
| 584 | 2026-05-19T22:47:40.098Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 585 | 2026-05-19T22:47:40.100Z | Downloaded assert_matches v1.5.0 |
| 586 | 2026-05-19T22:47:40.100Z | Downloaded bitfield-struct v0.6.2 |
| 587 | 2026-05-19T22:47:40.104Z | Downloaded derive_builder_macro v0.20.2 |
| 588 | 2026-05-19T22:47:40.104Z | Downloaded defmt v0.3.100 |
| 589 | 2026-05-19T22:47:40.104Z | Downloaded endian-type v0.1.2 |
| 590 | 2026-05-19T22:47:40.107Z | Downloaded embedded-io v0.6.1 |
| 591 | 2026-05-19T22:47:40.107Z | Downloaded cfg_aliases v0.1.1 |
| 592 | 2026-05-19T22:47:40.107Z | Downloaded ff v0.13.1 |
| 593 | 2026-05-19T22:47:40.107Z | Downloaded diesel-dtrace v0.5.0 |
| 594 | 2026-05-19T22:47:40.110Z | Downloaded crc-catalog v2.4.0 |
| 595 | 2026-05-19T22:47:40.111Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 596 | 2026-05-19T22:47:40.111Z | Downloaded env_filter v1.0.0 |
| 597 | 2026-05-19T22:47:40.113Z | Downloaded crunchy v0.2.4 |
| 598 | 2026-05-19T22:47:40.113Z | Downloaded downcast-rs v2.0.2 |
| 599 | 2026-05-19T22:47:40.113Z | Downloaded defmt-parser v1.0.0 |
| 600 | 2026-05-19T22:47:40.116Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 601 | 2026-05-19T22:47:40.116Z | Downloaded flagset v0.4.7 |
| 602 | 2026-05-19T22:47:40.116Z | Downloaded crucible-workspace-hack v0.1.0 |
| 603 | 2026-05-19T22:47:40.119Z | Downloaded ciborium-io v0.2.2 |
| 604 | 2026-05-19T22:47:40.124Z | Downloaded foreign-types-macros v0.2.3 |
| 605 | 2026-05-19T22:47:40.124Z | Downloaded fixedbitset v0.4.2 |
| 606 | 2026-05-19T22:47:40.124Z | Downloaded cobs v0.3.0 |
| 607 | 2026-05-19T22:47:40.128Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 608 | 2026-05-19T22:47:40.128Z | Downloaded cpufeatures v0.3.0 |
| 609 | 2026-05-19T22:47:40.130Z | Downloaded convert_case v0.4.0 |
| 610 | 2026-05-19T22:47:40.130Z | Downloaded dyn-clone v1.0.20 |
| 611 | 2026-05-19T22:47:40.130Z | Downloaded block-padding v0.3.3 |
| 612 | 2026-05-19T22:47:40.130Z | Downloaded ascii-canvas v3.0.0 |
| 613 | 2026-05-19T22:47:40.133Z | Downloaded foreign-types-shared v0.3.1 |
| 614 | 2026-05-19T22:47:40.135Z | Downloaded bit-set v0.5.3 |
| 615 | 2026-05-19T22:47:40.138Z | Downloaded futures-io v0.3.32 |
| 616 | 2026-05-19T22:47:40.141Z | Downloaded dsl_auto_type v0.2.0 |
| 617 | 2026-05-19T22:47:40.143Z | Downloaded des v0.8.1 |
| 618 | 2026-05-19T22:47:40.143Z | Downloaded darling v0.23.0 |
| 619 | 2026-05-19T22:47:40.146Z | Downloaded dropshot_endpoint v0.17.0 |
| 620 | 2026-05-19T22:47:40.148Z | Downloaded dirs-sys-next v0.1.2 |
| 621 | 2026-05-19T22:47:40.151Z | Downloaded compact_str v0.8.1 |
| 622 | 2026-05-19T22:47:40.152Z | Downloaded foreign-types v0.5.0 |
| 623 | 2026-05-19T22:47:40.154Z | Downloaded foreign-types-shared v0.1.1 |
| 624 | 2026-05-19T22:47:40.154Z | Downloaded foreign-types v0.3.2 |
| 625 | 2026-05-19T22:47:40.154Z | Downloaded futures-macro v0.3.32 |
| 626 | 2026-05-19T22:47:40.156Z | Downloaded funty v2.0.0 |
| 627 | 2026-05-19T22:47:40.156Z | Downloaded foldhash v0.2.0 |
| 628 | 2026-05-19T22:47:40.156Z | Downloaded cassowary v0.3.0 |
| 629 | 2026-05-19T22:47:40.159Z | Downloaded float-cmp v0.10.0 |
| 630 | 2026-05-19T22:47:40.159Z | Downloaded defmt-macros v1.0.1 |
| 631 | 2026-05-19T22:47:40.161Z | Downloaded futures-task v0.3.32 |
| 632 | 2026-05-19T22:47:40.161Z | Downloaded futures-core v0.3.32 |
| 633 | 2026-05-19T22:47:40.164Z | Downloaded ena v0.14.4 |
| 634 | 2026-05-19T22:47:40.164Z | Downloaded foldhash v0.1.5 |
| 635 | 2026-05-19T22:47:40.166Z | Downloaded ghash v0.5.1 |
| 636 | 2026-05-19T22:47:40.166Z | Downloaded gethostname v0.5.0 |
| 637 | 2026-05-19T22:47:40.166Z | Downloaded fxhash v0.2.1 |
| 638 | 2026-05-19T22:47:40.166Z | Downloaded hash32 v0.2.1 |
| 639 | 2026-05-19T22:47:40.170Z | Downloaded globwalk v0.9.1 |
| 640 | 2026-05-19T22:47:40.170Z | Downloaded derive-ex v0.1.8 |
| 641 | 2026-05-19T22:47:40.170Z | Downloaded filetime v0.2.27 |
| 642 | 2026-05-19T22:47:40.172Z | Downloaded headers-core v0.3.0 |
| 643 | 2026-05-19T22:47:40.172Z | Downloaded hash32 v0.3.1 |
| 644 | 2026-05-19T22:47:40.172Z | Downloaded byte-wrapper v0.1.0 |
| 645 | 2026-05-19T22:47:40.175Z | Downloaded fd-lock v4.0.4 |
| 646 | 2026-05-19T22:47:40.178Z | Downloaded erased-serde v0.3.31 |
| 647 | 2026-05-19T22:47:40.178Z | Downloaded blowfish v0.9.1 |
| 648 | 2026-05-19T22:47:40.180Z | Downloaded cargo_metadata v0.19.2 |
| 649 | 2026-05-19T22:47:40.180Z | Downloaded buf-list v1.1.2 |
| 650 | 2026-05-19T22:47:40.183Z | Downloaded find-msvc-tools v0.1.9 |
| 651 | 2026-05-19T22:47:40.183Z | Downloaded cipher v0.4.4 |
| 652 | 2026-05-19T22:47:40.185Z | Downloaded constant_time_eq v0.4.2 |
| 653 | 2026-05-19T22:47:40.185Z | Downloaded daft v0.1.7 |
| 654 | 2026-05-19T22:47:40.188Z | Downloaded compression-codecs v0.4.37 |
| 655 | 2026-05-19T22:47:40.190Z | Downloaded fixedbitset v0.5.7 |
| 656 | 2026-05-19T22:47:40.190Z | Downloaded chacha20 v0.9.1 |
| 657 | 2026-05-19T22:47:40.192Z | Downloaded bcs v0.1.6 |
| 658 | 2026-05-19T22:47:40.192Z | Downloaded futures-sink v0.3.32 |
| 659 | 2026-05-19T22:47:40.195Z | Downloaded hex v0.4.3 |
| 660 | 2026-05-19T22:47:40.195Z | Downloaded hex-literal v0.4.1 |
| 661 | 2026-05-19T22:47:40.197Z | Downloaded futures-executor v0.3.32 |
| 662 | 2026-05-19T22:47:40.197Z | Downloaded convert_case v0.10.0 |
| 663 | 2026-05-19T22:47:40.198Z | Downloaded ecdsa v0.16.9 |
| 664 | 2026-05-19T22:47:40.201Z | Downloaded deranged v0.5.8 |
| 665 | 2026-05-19T22:47:40.202Z | Downloaded fs-err v2.11.0 |
| 666 | 2026-05-19T22:47:40.202Z | Downloaded darling v0.20.11 |
| 667 | 2026-05-19T22:47:40.204Z | Downloaded async-trait v0.1.89 |
| 668 | 2026-05-19T22:47:40.207Z | Downloaded http-range v0.1.5 |
| 669 | 2026-05-19T22:47:40.209Z | Downloaded hostname v0.4.2 |
| 670 | 2026-05-19T22:47:40.209Z | Downloaded hostname v0.3.1 |
| 671 | 2026-05-19T22:47:40.212Z | Downloaded clang-sys v1.8.1 |
| 672 | 2026-05-19T22:47:40.212Z | Downloaded home v0.5.12 |
| 673 | 2026-05-19T22:47:40.214Z | Downloaded fs_extra v1.3.0 |
| 674 | 2026-05-19T22:47:40.214Z | Downloaded http-body v1.0.1 |
| 675 | 2026-05-19T22:47:40.214Z | Downloaded fallible-iterator v0.2.0 |
| 676 | 2026-05-19T22:47:40.217Z | Downloaded hubpack_derive v0.1.1 |
| 677 | 2026-05-19T22:47:40.217Z | Downloaded env_logger v0.11.9 |
| 678 | 2026-05-19T22:47:40.220Z | Downloaded hubpack v0.1.2 |
| 679 | 2026-05-19T22:47:40.220Z | Downloaded httpdate v1.0.3 |
| 680 | 2026-05-19T22:47:40.220Z | Downloaded async-bb8-diesel v0.2.1 |
| 681 | 2026-05-19T22:47:40.222Z | Downloaded arrayvec v0.7.6 |
| 682 | 2026-05-19T22:47:40.225Z | Downloaded hyper-tls v0.6.0 |
| 683 | 2026-05-19T22:47:40.225Z | Downloaded globset v0.4.18 |
| 684 | 2026-05-19T22:47:40.225Z | Downloaded git-stub v1.0.0 |
| 685 | 2026-05-19T22:47:40.228Z | Downloaded glob v0.3.3 |
| 686 | 2026-05-19T22:47:40.228Z | Downloaded git-stub-vcs v0.1.0 |
| 687 | 2026-05-19T22:47:40.228Z | Downloaded darling v0.21.3 |
| 688 | 2026-05-19T22:47:40.232Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 689 | 2026-05-19T22:47:40.232Z | Downloaded group v0.13.0 |
| 690 | 2026-05-19T22:47:40.235Z | Downloaded float-ord v0.3.2 |
| 691 | 2026-05-19T22:47:40.235Z | Downloaded crossbeam-utils v0.8.21 |
| 692 | 2026-05-19T22:47:40.235Z | Downloaded indoc v1.0.9 |
| 693 | 2026-05-19T22:47:40.279Z | Downloaded instant v0.1.13 |
| 694 | 2026-05-19T22:47:40.279Z | Downloaded base64ct v1.8.3 |
| 695 | 2026-05-19T22:47:40.279Z | Downloaded console v0.15.11 |
| 696 | 2026-05-19T22:47:40.279Z | Downloaded indent_write v2.2.0 |
| 697 | 2026-05-19T22:47:40.279Z | Downloaded crossbeam-epoch v0.9.18 |
| 698 | 2026-05-19T22:47:40.279Z | Downloaded ed25519 v2.2.3 |
| 699 | 2026-05-19T22:47:40.279Z | Downloaded drift v0.1.4 |
| 700 | 2026-05-19T22:47:40.279Z | Downloaded const-oid v0.9.6 |
| 701 | 2026-05-19T22:47:40.279Z | Downloaded chacha20 v0.10.0 |
| 702 | 2026-05-19T22:47:40.280Z | Downloaded inout v0.1.4 |
| 703 | 2026-05-19T22:47:40.280Z | Downloaded keccak v0.1.6 |
| 704 | 2026-05-19T22:47:40.280Z | Downloaded illumos-nvpair v0.3.0 |
| 705 | 2026-05-19T22:47:40.280Z | Downloaded ciborium v0.2.2 |
| 706 | 2026-05-19T22:47:40.280Z | Downloaded is-terminal v0.4.17 |
| 707 | 2026-05-19T22:47:40.280Z | Downloaded instability v0.3.11 |
| 708 | 2026-05-19T22:47:40.280Z | Downloaded derive_builder v0.20.2 |
| 709 | 2026-05-19T22:47:40.280Z | Downloaded darling_core v0.21.3 |
| 710 | 2026-05-19T22:47:40.280Z | Downloaded libscf-sys v1.1.0 |
| 711 | 2026-05-19T22:47:40.280Z | Downloaded internet-checksum v0.2.1 |
| 712 | 2026-05-19T22:47:40.280Z | Downloaded lazy_static v1.5.0 |
| 713 | 2026-05-19T22:47:40.280Z | Downloaded colored v3.1.1 |
| 714 | 2026-05-19T22:47:40.280Z | Downloaded kstat-rs v0.2.4 |
| 715 | 2026-05-19T22:47:40.280Z | Downloaded is_ci v1.2.0 |
| 716 | 2026-05-19T22:47:40.280Z | Downloaded ident_case v1.0.1 |
| 717 | 2026-05-19T22:47:40.280Z | Downloaded http-body-util v0.1.3 |
| 718 | 2026-05-19T22:47:40.280Z | Downloaded getrandom v0.2.17 |
| 719 | 2026-05-19T22:47:40.283Z | Downloaded linked-hash-map v0.5.6 |
| 720 | 2026-05-19T22:47:40.283Z | Downloaded half v1.8.3 |
| 721 | 2026-05-19T22:47:40.283Z | Downloaded lalrpop-util v0.19.12 |
| 722 | 2026-05-19T22:47:40.283Z | Downloaded futures-channel v0.3.32 |
| 723 | 2026-05-19T22:47:40.283Z | Downloaded ingot-types v0.1.2 |
| 724 | 2026-05-19T22:47:40.283Z | Downloaded highway v1.3.0 |
| 725 | 2026-05-19T22:47:40.283Z | Downloaded base64 v0.22.1 |
| 726 | 2026-05-19T22:47:40.286Z | Downloaded bzip2 v0.6.1 |
| 727 | 2026-05-19T22:47:40.289Z | Downloaded md5 v0.7.0 |
| 728 | 2026-05-19T22:47:40.289Z | Downloaded memoffset v0.9.1 |
| 729 | 2026-05-19T22:47:40.289Z | Downloaded md-5 v0.10.6 |
| 730 | 2026-05-19T22:47:40.293Z | Downloaded maybe-uninit v2.0.0 |
| 731 | 2026-05-19T22:47:40.293Z | Downloaded lzss v0.8.2 |
| 732 | 2026-05-19T22:47:40.293Z | Downloaded match_cfg v0.1.0 |
| 733 | 2026-05-19T22:47:40.297Z | Downloaded fatfs v0.3.6 |
| 734 | 2026-05-19T22:47:40.297Z | Downloaded nibble_vec v0.1.0 |
| 735 | 2026-05-19T22:47:40.297Z | Downloaded newtype_derive v0.1.6 |
| 736 | 2026-05-19T22:47:40.297Z | Downloaded newtype-uuid-macros v0.1.0 |
| 737 | 2026-05-19T22:47:40.300Z | Downloaded humantime v2.3.0 |
| 738 | 2026-05-19T22:47:40.300Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 739 | 2026-05-19T22:47:40.300Z | Downloaded newline-converter v0.3.0 |
| 740 | 2026-05-19T22:47:40.302Z | Downloaded mime v0.3.17 |
| 741 | 2026-05-19T22:47:40.302Z | Downloaded cookie_store v0.22.1 |
| 742 | 2026-05-19T22:47:40.305Z | Downloaded blake2 v0.10.6 |
| 743 | 2026-05-19T22:47:40.305Z | Downloaded new_debug_unreachable v1.0.6 |
| 744 | 2026-05-19T22:47:40.305Z | Downloaded hyper-staticfile v0.10.1 |
| 745 | 2026-05-19T22:47:40.310Z | Downloaded cookie v0.18.1 |
| 746 | 2026-05-19T22:47:40.314Z | Downloaded ipnet v2.11.0 |
| 747 | 2026-05-19T22:47:40.314Z | Downloaded maplit v1.0.2 |
| 748 | 2026-05-19T22:47:40.314Z | Downloaded ipnetwork v0.21.1 |
| 749 | 2026-05-19T22:47:40.314Z | Downloaded managed v0.8.0 |
| 750 | 2026-05-19T22:47:40.314Z | Downloaded lru-slab v0.1.2 |
| 751 | 2026-05-19T22:47:40.314Z | Downloaded lru v0.12.5 |
| 752 | 2026-05-19T22:47:40.316Z | Downloaded darling_core v0.23.0 |
| 753 | 2026-05-19T22:47:40.325Z | Downloaded num v0.4.3 |
| 754 | 2026-05-19T22:47:40.325Z | Downloaded bzip2 v0.4.4 |
| 755 | 2026-05-19T22:47:40.325Z | Downloaded console v0.16.2 |
| 756 | 2026-05-19T22:47:40.328Z | Downloaded colored v2.2.0 |
| 757 | 2026-05-19T22:47:40.328Z | Downloaded elliptic-curve v0.13.8 |
| 758 | 2026-05-19T22:47:40.328Z | Downloaded ingot v0.1.1 |
| 759 | 2026-05-19T22:47:40.328Z | Downloaded dropshot_endpoint v0.16.7 |
| 760 | 2026-05-19T22:47:40.328Z | Downloaded nodrop v0.1.14 |
| 761 | 2026-05-19T22:47:40.331Z | Downloaded derive-where v1.6.0 |
| 762 | 2026-05-19T22:47:40.331Z | Downloaded olpc-cjson v0.1.4 |
| 763 | 2026-05-19T22:47:40.334Z | Downloaded num_threads v0.1.7 |
| 764 | 2026-05-19T22:47:40.334Z | Downloaded num_enum_derive v0.5.11 |
| 765 | 2026-05-19T22:47:40.334Z | Downloaded num-iter v0.1.45 |
| 766 | 2026-05-19T22:47:40.337Z | Downloaded libsw-core v0.3.2 |
| 767 | 2026-05-19T22:47:40.337Z | Downloaded chacha20poly1305 v0.10.1 |
| 768 | 2026-05-19T22:47:40.337Z | Downloaded cc v1.2.56 |
| 769 | 2026-05-19T22:47:40.340Z | Downloaded diff v0.1.13 |
| 770 | 2026-05-19T22:47:40.340Z | Downloaded crossbeam-channel v0.5.15 |
| 771 | 2026-05-19T22:47:40.343Z | Downloaded openssl-probe v0.1.6 |
| 772 | 2026-05-19T22:47:40.346Z | Downloaded multimap v0.10.1 |
| 773 | 2026-05-19T22:47:40.346Z | Downloaded openssl-probe v0.2.1 |
| 774 | 2026-05-19T22:47:40.346Z | Downloaded libefi-sys v0.1.0 |
| 775 | 2026-05-19T22:47:40.346Z | Downloaded num-derive v0.4.2 |
| 776 | 2026-05-19T22:47:40.349Z | Downloaded opaque-debug v0.3.1 |
| 777 | 2026-05-19T22:47:40.349Z | Downloaded num-derive v0.3.3 |
| 778 | 2026-05-19T22:47:40.349Z | Downloaded hmac v0.12.1 |
| 779 | 2026-05-19T22:47:40.352Z | Downloaded num-conv v0.2.0 |
| 780 | 2026-05-19T22:47:40.352Z | Downloaded normalize-line-endings v0.3.0 |
| 781 | 2026-05-19T22:47:40.352Z | Downloaded libsw v3.5.0 |
| 782 | 2026-05-19T22:47:40.352Z | Downloaded jobserver v0.1.34 |
| 783 | 2026-05-19T22:47:40.355Z | Downloaded iana-time-zone v0.1.65 |
| 784 | 2026-05-19T22:47:40.358Z | Downloaded linear-map v1.2.0 |
| 785 | 2026-05-19T22:47:40.358Z | Downloaded openssl-macros v0.1.1 |
| 786 | 2026-05-19T22:47:40.358Z | Downloaded lru-cache v0.1.2 |
| 787 | 2026-05-19T22:47:40.361Z | Downloaded lock_api v0.4.14 |
| 788 | 2026-05-19T22:47:40.361Z | Downloaded libloading v0.8.9 |
| 789 | 2026-05-19T22:47:40.361Z | Downloaded native-tls v0.2.18 |
| 790 | 2026-05-19T22:47:40.364Z | Downloaded oso-derive v0.27.3 |
| 791 | 2026-05-19T22:47:40.364Z | Downloaded nanorand v0.7.0 |
| 792 | 2026-05-19T22:47:40.366Z | Downloaded httparse v1.10.1 |
| 793 | 2026-05-19T22:47:40.366Z | Downloaded crc-any v2.5.0 |
| 794 | 2026-05-19T22:47:40.369Z | Downloaded ahash v0.8.12 |
| 795 | 2026-05-19T22:47:40.372Z | Downloaded bytes v1.11.1 |
| 796 | 2026-05-19T22:47:40.372Z | Downloaded multer v3.1.0 |
| 797 | 2026-05-19T22:47:40.374Z | Downloaded indoc v2.0.7 |
| 798 | 2026-05-19T22:47:40.376Z | Downloaded cancel-safe-futures v0.1.5 |
| 799 | 2026-05-19T22:47:40.379Z | Downloaded allocator-api2 v0.2.21 |
| 800 | 2026-05-19T22:47:40.379Z | Downloaded ingot-macros v0.1.1 |
| 801 | 2026-05-19T22:47:40.382Z | Downloaded backon v1.6.0 |
| 802 | 2026-05-19T22:47:40.382Z | Downloaded pbkdf2 v0.12.2 |
| 803 | 2026-05-19T22:47:40.384Z | Downloaded pbkdf2 v0.11.0 |
| 804 | 2026-05-19T22:47:40.384Z | Downloaded newtype-uuid v1.3.2 |
| 805 | 2026-05-19T22:47:40.386Z | Downloaded derive_more v0.99.20 |
| 806 | 2026-05-19T22:47:40.389Z | Downloaded flume v0.11.1 |
| 807 | 2026-05-19T22:47:40.391Z | Downloaded path-slash v0.1.5 |
| 808 | 2026-05-19T22:47:40.392Z | Downloaded parse-size v1.1.0 |
| 809 | 2026-05-19T22:47:40.394Z | Downloaded darling_core v0.20.11 |
| 810 | 2026-05-19T22:47:40.396Z | Downloaded peg-runtime v0.8.5 |
| 811 | 2026-05-19T22:47:40.396Z | Downloaded num_enum_derive v0.7.5 |
| 812 | 2026-05-19T22:47:40.399Z | Downloaded phf_shared v0.13.1 |
| 813 | 2026-05-19T22:47:40.399Z | Downloaded num-complex v0.4.6 |
| 814 | 2026-05-19T22:47:40.399Z | Downloaded nu-ansi-term v0.50.3 |
| 815 | 2026-05-19T22:47:40.402Z | Downloaded nonempty v0.12.0 |
| 816 | 2026-05-19T22:47:40.402Z | Downloaded parse-display v0.10.0 |
| 817 | 2026-05-19T22:47:40.402Z | Downloaded daft-derive v0.1.7 |
| 818 | 2026-05-19T22:47:40.405Z | Downloaded phf_shared v0.11.3 |
| 819 | 2026-05-19T22:47:40.409Z | Downloaded crossbeam-deque v0.8.6 |
| 820 | 2026-05-19T22:47:40.409Z | Downloaded phf_shared v0.12.1 |
| 821 | 2026-05-19T22:47:40.409Z | Downloaded const_format_proc_macros v0.2.34 |
| 822 | 2026-05-19T22:47:40.412Z | Downloaded pin-utils v0.1.0 |
| 823 | 2026-05-19T22:47:40.412Z | Downloaded futures v0.3.32 |
| 824 | 2026-05-19T22:47:40.414Z | Downloaded num_enum v0.7.5 |
| 825 | 2026-05-19T22:47:40.417Z | Downloaded num_enum v0.5.11 |
| 826 | 2026-05-19T22:47:40.433Z | Downloaded progenitor-client v0.10.0 |
| 827 | 2026-05-19T22:47:40.435Z | Downloaded powerfmt v0.2.0 |
| 828 | 2026-05-19T22:47:40.436Z | Downloaded oxide-tokio-rt v0.1.4 |
| 829 | 2026-05-19T22:47:40.436Z | Downloaded owo-colors v4.3.0 |
| 830 | 2026-05-19T22:47:40.439Z | Downloaded mime_guess v2.0.5 |
| 831 | 2026-05-19T22:47:40.439Z | Downloaded indexmap v1.9.3 |
| 832 | 2026-05-19T22:47:40.441Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 833 | 2026-05-19T22:47:40.441Z | Downloaded headers v0.4.1 |
| 834 | 2026-05-19T22:47:40.444Z | Downloaded proc-macro-crate v1.3.1 |
| 835 | 2026-05-19T22:47:40.447Z | Downloaded predicates-tree v1.0.13 |
| 836 | 2026-05-19T22:47:40.447Z | Downloaded predicates-core v1.0.10 |
| 837 | 2026-05-19T22:47:40.447Z | Downloaded proc-macro-crate v3.4.0 |
| 838 | 2026-05-19T22:47:40.450Z | Downloaded packed_struct_codegen v0.10.1 |
| 839 | 2026-05-19T22:47:40.450Z | Downloaded packed_struct v0.10.1 |
| 840 | 2026-05-19T22:47:40.450Z | Downloaded bumpalo v3.20.2 |
| 841 | 2026-05-19T22:47:40.452Z | Downloaded memmap2 v0.9.10 |
| 842 | 2026-05-19T22:47:40.453Z | Downloaded precomputed-hash v0.1.1 |
| 843 | 2026-05-19T22:47:40.461Z | Downloaded parking_lot_core v0.8.6 |
| 844 | 2026-05-19T22:47:40.461Z | Downloaded progenitor-macro v0.14.0 |
| 845 | 2026-05-19T22:47:40.461Z | Downloaded heapless v0.8.0 |
| 846 | 2026-05-19T22:47:40.466Z | Downloaded base64 v0.21.7 |
| 847 | 2026-05-19T22:47:40.466Z | Downloaded parse-display-derive v0.10.0 |
| 848 | 2026-05-19T22:47:40.466Z | Downloaded derive_more v2.1.1 |
| 849 | 2026-05-19T22:47:40.473Z | Downloaded progenitor-macro v0.13.0 |
| 850 | 2026-05-19T22:47:40.473Z | Downloaded quick-error v1.2.3 |
| 851 | 2026-05-19T22:47:40.473Z | Downloaded progenitor-macro v0.10.0 |
| 852 | 2026-05-19T22:47:40.476Z | Downloaded peg-macros v0.8.5 |
| 853 | 2026-05-19T22:47:40.476Z | Downloaded paste v1.0.15 |
| 854 | 2026-05-19T22:47:40.476Z | Downloaded password-hash v0.5.0 |
| 855 | 2026-05-19T22:47:40.476Z | Downloaded pkcs8 v0.10.2 |
| 856 | 2026-05-19T22:47:40.479Z | Downloaded password-hash v0.4.2 |
| 857 | 2026-05-19T22:47:40.479Z | Downloaded flate2 v1.1.9 |
| 858 | 2026-05-19T22:47:40.481Z | Downloaded oxnet v0.1.4 |
| 859 | 2026-05-19T22:47:40.481Z | Downloaded pin-project-internal v1.1.11 |
| 860 | 2026-05-19T22:47:40.484Z | Downloaded radium v0.7.0 |
| 861 | 2026-05-19T22:47:40.484Z | Downloaded psl-types v2.0.11 |
| 862 | 2026-05-19T22:47:40.486Z | Downloaded phf v0.13.1 |
| 863 | 2026-05-19T22:47:40.486Z | Downloaded pem-rfc7468 v0.7.0 |
| 864 | 2026-05-19T22:47:40.488Z | Downloaded num-rational v0.4.2 |
| 865 | 2026-05-19T22:47:40.489Z | Downloaded rand_chacha v0.3.1 |
| 866 | 2026-05-19T22:47:40.491Z | Downloaded pkg-config v0.3.32 |
| 867 | 2026-05-19T22:47:40.491Z | Downloaded pin-project-lite v0.2.17 |
| 868 | 2026-05-19T22:47:40.494Z | Downloaded der v0.7.10 |
| 869 | 2026-05-19T22:47:40.498Z | Downloaded progenitor-client v0.11.2 |
| 870 | 2026-05-19T22:47:40.501Z | Downloaded proc-macro-error2 v2.0.1 |
| 871 | 2026-05-19T22:47:40.504Z | Downloaded primeorder v0.13.6 |
| 872 | 2026-05-19T22:47:40.504Z | Downloaded predicates v3.1.4 |
| 873 | 2026-05-19T22:47:40.506Z | Downloaded rand_xorshift v0.4.0 |
| 874 | 2026-05-19T22:47:40.507Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 875 | 2026-05-19T22:47:40.507Z | Downloaded recursive v0.1.1 |
| 876 | 2026-05-19T22:47:40.507Z | Downloaded diesel_derives v2.3.7 |
| 877 | 2026-05-19T22:47:40.510Z | Downloaded indicatif v0.18.4 |
| 878 | 2026-05-19T22:47:40.513Z | Downloaded ref-cast-impl v1.0.25 |
| 879 | 2026-05-19T22:47:40.516Z | Downloaded ref-cast v1.0.25 |
| 880 | 2026-05-19T22:47:40.516Z | Downloaded progenitor-extras v0.2.0 |
| 881 | 2026-05-19T22:47:40.518Z | Downloaded parking_lot v0.11.2 |
| 882 | 2026-05-19T22:47:40.521Z | Downloaded parking_lot_core v0.9.12 |
| 883 | 2026-05-19T22:47:40.521Z | Downloaded heapless v0.7.17 |
| 884 | 2026-05-19T22:47:40.524Z | Downloaded const_format v0.2.35 |
| 885 | 2026-05-19T22:47:40.526Z | Downloaded progenitor v0.14.0 |
| 886 | 2026-05-19T22:47:40.526Z | Downloaded progenitor-macro v0.11.2 |
| 887 | 2026-05-19T22:47:40.529Z | Downloaded dropshot-api-manager v0.7.1 |
| 888 | 2026-05-19T22:47:40.529Z | Downloaded progenitor v0.13.0 |
| 889 | 2026-05-19T22:47:40.532Z | Downloaded progenitor v0.10.0 |
| 890 | 2026-05-19T22:47:40.532Z | Downloaded parking_lot v0.12.5 |
| 891 | 2026-05-19T22:47:40.536Z | Downloaded rustc-hash v2.1.1 |
| 892 | 2026-05-19T22:47:40.536Z | Downloaded hickory-resolver v0.24.4 |
| 893 | 2026-05-19T22:47:40.539Z | Downloaded rfc6979 v0.4.0 |
| 894 | 2026-05-19T22:47:40.539Z | Downloaded peg v0.8.5 |
| 895 | 2026-05-19T22:47:40.543Z | Downloaded psm v0.1.30 |
| 896 | 2026-05-19T22:47:40.543Z | Downloaded phf v0.12.1 |
| 897 | 2026-05-19T22:47:40.546Z | Downloaded pem v3.0.6 |
| 898 | 2026-05-19T22:47:40.546Z | Downloaded litrs v1.0.0 |
| 899 | 2026-05-19T22:47:40.546Z | Downloaded rustc_version v0.1.7 |
| 900 | 2026-05-19T22:47:40.546Z | Downloaded russh-cryptovec v0.7.3 |
| 901 | 2026-05-19T22:47:40.548Z | Downloaded r2d2 v0.8.10 |
| 902 | 2026-05-19T22:47:40.548Z | Downloaded expectorate v1.2.0 |
| 903 | 2026-05-19T22:47:40.551Z | Downloaded rustc_version v0.4.1 |
| 904 | 2026-05-19T22:47:40.551Z | Downloaded derive_more-impl v2.1.1 |
| 905 | 2026-05-19T22:47:40.555Z | Downloaded rtoolbox v0.0.3 |
| 906 | 2026-05-19T22:47:40.555Z | Downloaded ar_archive_writer v0.5.1 |
| 907 | 2026-05-19T22:47:40.559Z | Downloaded pkcs1 v0.7.5 |
| 908 | 2026-05-19T22:47:40.564Z | Downloaded rand_core v0.6.4 |
| 909 | 2026-05-19T22:47:40.564Z | Downloaded crossterm v0.29.0 |
| 910 | 2026-05-19T22:47:40.570Z | Downloaded oso v0.27.3 |
| 911 | 2026-05-19T22:47:40.570Z | Downloaded progenitor-client v0.14.0 |
| 912 | 2026-05-19T22:47:40.570Z | Downloaded rand_core v0.9.5 |
| 913 | 2026-05-19T22:47:40.570Z | Downloaded progenitor-client v0.13.0 |
| 914 | 2026-05-19T22:47:40.570Z | Downloaded ppv-lite86 v0.2.21 |
| 915 | 2026-05-19T22:47:40.576Z | Downloaded poly1305 v0.8.0 |
| 916 | 2026-05-19T22:47:40.576Z | Downloaded omicron-zone-package v0.12.2 |
| 917 | 2026-05-19T22:47:40.576Z | Downloaded salsa20 v0.10.2 |
| 918 | 2026-05-19T22:47:40.576Z | Downloaded polyval v0.6.2 |
| 919 | 2026-05-19T22:47:40.586Z | Downloaded miniz_oxide v0.8.9 |
| 920 | 2026-05-19T22:47:40.587Z | Downloaded hashbrown v0.13.2 |
| 921 | 2026-05-19T22:47:40.587Z | Downloaded rand_core v0.10.0 |
| 922 | 2026-05-19T22:47:40.587Z | Downloaded rand_chacha v0.9.0 |
| 923 | 2026-05-19T22:47:40.600Z | Downloaded papergrid v0.17.0 |
| 924 | 2026-05-19T22:47:40.600Z | Downloaded postgres-protocol v0.6.10 |
| 925 | 2026-05-19T22:47:40.600Z | Downloaded libbz2-rs-sys v0.2.2 |
| 926 | 2026-05-19T22:47:40.600Z | Downloaded sapling-renderdag v0.1.0 |
| 927 | 2026-05-19T22:47:40.600Z | Downloaded progenitor v0.11.2 |
| 928 | 2026-05-19T22:47:40.600Z | Downloaded ed25519-dalek v2.2.0 |
| 929 | 2026-05-19T22:47:40.600Z | Downloaded same-file v1.0.6 |
| 930 | 2026-05-19T22:47:40.600Z | Downloaded rand_seeder v0.4.0 |
| 931 | 2026-05-19T22:47:40.601Z | Downloaded postgres-types v0.2.12 |
| 932 | 2026-05-19T22:47:40.613Z | Downloaded scopeguard v1.2.0 |
| 933 | 2026-05-19T22:47:40.613Z | Downloaded resolv-conf v0.7.6 |
| 934 | 2026-05-19T22:47:40.613Z | Downloaded scrypt v0.11.0 |
| 935 | 2026-05-19T22:47:40.613Z | Downloaded postcard v1.1.3 |
| 936 | 2026-05-19T22:47:40.614Z | Downloaded hyper-rustls v0.27.7 |
| 937 | 2026-05-19T22:47:40.614Z | Downloaded half v2.7.1 |
| 938 | 2026-05-19T22:47:40.614Z | Downloaded semver v0.1.20 |
| 939 | 2026-05-19T22:47:40.614Z | Downloaded seq-macro v0.3.6 |
| 940 | 2026-05-19T22:47:40.614Z | Downloaded serde_bytes v0.11.19 |
| 941 | 2026-05-19T22:47:40.614Z | Downloaded secrecy v0.10.3 |
| 942 | 2026-05-19T22:47:40.614Z | Downloaded secrecy v0.8.0 |
| 943 | 2026-05-19T22:47:40.614Z | Downloaded serde_plain v1.0.2 |
| 944 | 2026-05-19T22:47:40.614Z | Downloaded scroll_derive v0.13.1 |
| 945 | 2026-05-19T22:47:40.614Z | Downloaded getrandom v0.3.4 |
| 946 | 2026-05-19T22:47:40.620Z | Downloaded jiff-static v0.2.21 |
| 947 | 2026-05-19T22:47:40.620Z | Downloaded ignore v0.4.25 |
| 948 | 2026-05-19T22:47:40.620Z | Downloaded num-integer v0.1.46 |
| 949 | 2026-05-19T22:47:40.620Z | Downloaded cexpr v0.6.0 |
| 950 | 2026-05-19T22:47:40.621Z | Downloaded camino-tempfile-ext v0.3.3 |
| 951 | 2026-05-19T22:47:40.621Z | Downloaded backoff v0.4.0 |
| 952 | 2026-05-19T22:47:40.632Z | Downloaded either v1.15.0 |
| 953 | 2026-05-19T22:47:40.632Z | Downloaded rustls-native-certs v0.8.3 |
| 954 | 2026-05-19T22:47:40.632Z | Downloaded derive_builder_core v0.20.2 |
| 955 | 2026-05-19T22:47:40.632Z | Downloaded serde_repr v0.1.20 |
| 956 | 2026-05-19T22:47:40.632Z | Downloaded rustls-pemfile v2.2.0 |
| 957 | 2026-05-19T22:47:40.638Z | Downloaded serde_urlencoded v0.7.1 |
| 958 | 2026-05-19T22:47:40.638Z | Downloaded sha1 v0.10.6 |
| 959 | 2026-05-19T22:47:40.638Z | Downloaded serde_spanned v1.0.4 |
| 960 | 2026-05-19T22:47:40.638Z | Downloaded serde-big-array v0.5.1 |
| 961 | 2026-05-19T22:47:40.638Z | Downloaded sigpipe v0.1.3 |
| 962 | 2026-05-19T22:47:40.638Z | Downloaded shell-words v1.1.1 |
| 963 | 2026-05-19T22:47:40.638Z | Downloaded quinn-udp v0.5.14 |
| 964 | 2026-05-19T22:47:40.638Z | Downloaded data-encoding v2.10.0 |
| 965 | 2026-05-19T22:47:40.638Z | Downloaded bitflags v1.3.2 |
| 966 | 2026-05-19T22:47:40.638Z | Downloaded ctr v0.9.2 |
| 967 | 2026-05-19T22:47:40.670Z | Downloaded openssl-sys v0.9.115 |
| 968 | 2026-05-19T22:47:40.670Z | Downloaded http v1.4.0 |
| 969 | 2026-05-19T22:47:40.678Z | Downloaded csv-core v0.1.13 |
| 970 | 2026-05-19T22:47:40.678Z | Downloaded dtrace-parser v0.3.0 |
| 971 | 2026-05-19T22:47:40.678Z | Downloaded rustls-pemfile v1.0.4 |
| 972 | 2026-05-19T22:47:40.678Z | Downloaded signal-hook-mio v0.2.5 |
| 973 | 2026-05-19T22:47:40.678Z | Downloaded bit-vec v0.6.3 |
| 974 | 2026-05-19T22:47:40.678Z | Downloaded signal-hook-tokio v0.3.1 |
| 975 | 2026-05-19T22:47:40.678Z | Downloaded signature v2.2.0 |
| 976 | 2026-05-19T22:47:40.678Z | Downloaded rusty-fork v0.3.1 |
| 977 | 2026-05-19T22:47:40.678Z | Downloaded pkcs5 v0.7.1 |
| 978 | 2026-05-19T22:47:40.678Z | Downloaded slog-envlogger v2.2.0 |
| 979 | 2026-05-19T22:47:40.678Z | Downloaded minimal-lexical v0.2.1 |
| 980 | 2026-05-19T22:47:40.678Z | Downloaded p256 v0.13.2 |
| 981 | 2026-05-19T22:47:40.678Z | Downloaded hashbrown v0.12.3 |
| 982 | 2026-05-19T22:47:40.678Z | Downloaded siphasher v1.0.2 |
| 983 | 2026-05-19T22:47:40.679Z | Downloaded slog-bunyan v2.5.0 |
| 984 | 2026-05-19T22:47:40.679Z | Downloaded scheduled-thread-pool v0.2.7 |
| 985 | 2026-05-19T22:47:40.679Z | Downloaded progenitor-impl v0.11.2 |
| 986 | 2026-05-19T22:47:40.679Z | Downloaded sec1 v0.7.3 |
| 987 | 2026-05-19T22:47:40.679Z | Downloaded schemars_derive v0.8.22 |
| 988 | 2026-05-19T22:47:40.690Z | Downloaded hickory-resolver v0.25.2 |
| 989 | 2026-05-19T22:47:40.714Z | Downloaded progenitor-impl v0.13.0 |
| 990 | 2026-05-19T22:47:40.714Z | Downloaded pin-project v1.1.11 |
| 991 | 2026-05-19T22:47:40.714Z | Downloaded ssh-cipher v0.2.0 |
| 992 | 2026-05-19T22:47:40.714Z | Downloaded sqlparser_derive v0.5.0 |
| 993 | 2026-05-19T22:47:40.715Z | Downloaded serde_derive_internals v0.29.1 |
| 994 | 2026-05-19T22:47:40.715Z | Downloaded sct v0.7.1 |
| 995 | 2026-05-19T22:47:40.715Z | Downloaded russh-keys v0.45.0 |
| 996 | 2026-05-19T22:47:40.715Z | Downloaded structmeta-derive v0.3.0 |
| 997 | 2026-05-19T22:47:40.715Z | Downloaded signal-hook-registry v1.4.8 |
| 998 | 2026-05-19T22:47:40.726Z | Downloaded structmeta v0.3.0 |
| 999 | 2026-05-19T22:47:40.727Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1000 | 2026-05-19T22:47:40.727Z | Downloaded hickory-server v0.25.2 |
| 1001 | 2026-05-19T22:47:40.727Z | Downloaded serde-hex v0.1.0 |
| 1002 | 2026-05-19T22:47:40.727Z | Downloaded prefix-trie v0.7.0 |
| 1003 | 2026-05-19T22:47:40.727Z | Downloaded ssh-encoding v0.2.0 |
| 1004 | 2026-05-19T22:47:40.727Z | Downloaded shlex v1.3.0 |
| 1005 | 2026-05-19T22:47:40.734Z | Downloaded strum v0.27.2 |
| 1006 | 2026-05-19T22:47:40.735Z | Downloaded strum v0.26.3 |
| 1007 | 2026-05-19T22:47:40.735Z | Downloaded subtle v2.6.1 |
| 1008 | 2026-05-19T22:47:40.735Z | Downloaded simd-adler32 v0.3.8 |
| 1009 | 2026-05-19T22:47:40.736Z | Downloaded prettyplease v0.2.37 |
| 1010 | 2026-05-19T22:47:40.742Z | Downloaded rustls-pki-types v1.14.0 |
| 1011 | 2026-05-19T22:47:40.742Z | Downloaded tagptr v0.2.0 |
| 1012 | 2026-05-19T22:47:40.742Z | Downloaded supports-color v3.0.2 |
| 1013 | 2026-05-19T22:47:40.742Z | Downloaded smallvec v0.6.14 |
| 1014 | 2026-05-19T22:47:40.742Z | Downloaded slog-term v2.9.2 |
| 1015 | 2026-05-19T22:47:40.742Z | Downloaded slog-stdlog v4.1.1 |
| 1016 | 2026-05-19T22:47:40.752Z | Downloaded progenitor-impl v0.10.0 |
| 1017 | 2026-05-19T22:47:40.752Z | Downloaded scroll v0.13.0 |
| 1018 | 2026-05-19T22:47:40.752Z | Downloaded slog-scope v4.4.1 |
| 1019 | 2026-05-19T22:47:40.752Z | Downloaded hyper-util v0.1.20 |
| 1020 | 2026-05-19T22:47:40.752Z | Downloaded slog-json v2.6.1 |
| 1021 | 2026-05-19T22:47:40.752Z | Downloaded sync_wrapper v1.0.2 |
| 1022 | 2026-05-19T22:47:40.758Z | Downloaded take_mut v0.2.2 |
| 1023 | 2026-05-19T22:47:40.758Z | Downloaded tap v1.0.1 |
| 1024 | 2026-05-19T22:47:40.758Z | Downloaded tabled_derive v0.11.0 |
| 1025 | 2026-05-19T22:47:40.758Z | Downloaded sync-ptr v0.1.4 |
| 1026 | 2026-05-19T22:47:40.758Z | Downloaded tabwriter v1.4.1 |
| 1027 | 2026-05-19T22:47:40.758Z | Downloaded testing_table v0.3.0 |
| 1028 | 2026-05-19T22:47:40.759Z | Downloaded snafu-derive v0.8.9 |
| 1029 | 2026-05-19T22:47:40.759Z | Downloaded slog-async v2.8.0 |
| 1030 | 2026-05-19T22:47:40.759Z | Downloaded serde_path_to_error v0.1.20 |
| 1031 | 2026-05-19T22:47:40.765Z | Downloaded slab v0.4.12 |
| 1032 | 2026-05-19T22:47:40.766Z | Downloaded crossterm v0.28.1 |
| 1033 | 2026-05-19T22:47:40.766Z | Downloaded itertools v0.10.5 |
| 1034 | 2026-05-19T22:47:40.779Z | Downloaded stringprep v0.1.5 |
| 1035 | 2026-05-19T22:47:40.779Z | Downloaded static_assertions v1.1.0 |
| 1036 | 2026-05-19T22:47:40.779Z | Downloaded thread-id v5.1.0 |
| 1037 | 2026-05-19T22:47:40.780Z | Downloaded string_cache v0.8.9 |
| 1038 | 2026-05-19T22:47:40.780Z | Downloaded time-core v0.1.8 |
| 1039 | 2026-05-19T22:47:40.795Z | Downloaded spki v0.7.3 |
| 1040 | 2026-05-19T22:47:40.796Z | Downloaded termtree v0.5.1 |
| 1041 | 2026-05-19T22:47:40.796Z | Downloaded smf v0.2.3 |
| 1042 | 2026-05-19T22:47:40.796Z | Downloaded serde_cbor v0.11.2 |
| 1043 | 2026-05-19T22:47:40.796Z | Downloaded aes-gcm v0.10.3 |
| 1044 | 2026-05-19T22:47:40.796Z | Downloaded slog-dtrace v0.3.0 |
| 1045 | 2026-05-19T22:47:40.796Z | Downloaded rustversion v1.0.22 |
| 1046 | 2026-05-19T22:47:40.796Z | Downloaded rcgen v0.12.1 |
| 1047 | 2026-05-19T22:47:40.824Z | Downloaded rayon-core v1.13.0 |
| 1048 | 2026-05-19T22:47:40.824Z | Downloaded sqlformat v0.3.5 |
| 1049 | 2026-05-19T22:47:40.824Z | Downloaded serde_with_macros v3.17.0 |
| 1050 | 2026-05-19T22:47:40.824Z | Downloaded strum_macros v0.27.2 |
| 1051 | 2026-05-19T22:47:40.824Z | Downloaded strum_macros v0.26.4 |
| 1052 | 2026-05-19T22:47:40.824Z | Downloaded tinyvec_macros v0.1.1 |
| 1053 | 2026-05-19T22:47:40.824Z | Downloaded strum_macros v0.24.3 |
| 1054 | 2026-05-19T22:47:40.824Z | Downloaded tokio-macros v2.7.0 |
| 1055 | 2026-05-19T22:47:40.824Z | Downloaded pretty_assertions v1.4.1 |
| 1056 | 2026-05-19T22:47:40.824Z | Downloaded mio v1.2.0 |
| 1057 | 2026-05-19T22:47:40.842Z | Downloaded ryu v1.0.23 |
| 1058 | 2026-05-19T22:47:40.842Z | Downloaded hashbrown v0.15.5 |
| 1059 | 2026-05-19T22:47:40.842Z | Downloaded support-bundle-viewer v0.1.2 |
| 1060 | 2026-05-19T22:47:40.842Z | Downloaded publicsuffix v2.3.0 |
| 1061 | 2026-05-19T22:47:40.842Z | Downloaded libxml v0.3.3 |
| 1062 | 2026-05-19T22:47:40.851Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1063 | 2026-05-19T22:47:40.852Z | Downloaded spin v0.9.8 |
| 1064 | 2026-05-19T22:47:40.855Z | Downloaded schemars v0.8.22 |
| 1065 | 2026-05-19T22:47:40.865Z | Downloaded trait-variant v0.1.2 |
| 1066 | 2026-05-19T22:47:40.865Z | Downloaded tower-service v0.3.3 |
| 1067 | 2026-05-19T22:47:40.865Z | Downloaded tower-layer v0.3.3 |
| 1068 | 2026-05-19T22:47:40.865Z | Downloaded try-lock v0.2.5 |
| 1069 | 2026-05-19T22:47:40.865Z | Downloaded topological-sort v0.2.2 |
| 1070 | 2026-05-19T22:47:40.865Z | Downloaded thread_local v1.1.9 |
| 1071 | 2026-05-19T22:47:40.865Z | Downloaded tiny-keccak v2.0.2 |
| 1072 | 2026-05-19T22:47:40.865Z | Downloaded quinn v0.11.9 |
| 1073 | 2026-05-19T22:47:40.865Z | Downloaded thiserror-no-std v2.0.2 |
| 1074 | 2026-05-19T22:47:40.865Z | Downloaded termios v0.3.3 |
| 1075 | 2026-05-19T22:47:40.865Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1076 | 2026-05-19T22:47:40.873Z | Downloaded time-macros v0.2.27 |
| 1077 | 2026-05-19T22:47:40.873Z | Downloaded unarray v0.1.4 |
| 1078 | 2026-05-19T22:47:40.873Z | Downloaded num-bigint v0.4.6 |
| 1079 | 2026-05-19T22:47:40.873Z | Downloaded typify-macro v0.6.2 |
| 1080 | 2026-05-19T22:47:40.873Z | Downloaded typify-macro v0.4.3 |
| 1081 | 2026-05-19T22:47:40.873Z | Downloaded tls_codec_derive v0.4.2 |
| 1082 | 2026-05-19T22:47:40.873Z | Downloaded tls_codec v0.4.2 |
| 1083 | 2026-05-19T22:47:40.897Z | Downloaded stacker v0.1.23 |
| 1084 | 2026-05-19T22:47:40.897Z | Downloaded similar v2.7.0 |
| 1085 | 2026-05-19T22:47:40.897Z | Downloaded slog v2.8.2 |
| 1086 | 2026-05-19T22:47:40.909Z | Downloaded rand v0.8.6 |
| 1087 | 2026-05-19T22:47:40.909Z | Downloaded signal-hook v0.3.18 |
| 1088 | 2026-05-19T22:47:40.909Z | Downloaded tokio-dtrace v0.1.1 |
| 1089 | 2026-05-19T22:47:40.909Z | Downloaded usdt v0.6.0 |
| 1090 | 2026-05-19T22:47:40.909Z | Downloaded ron v0.8.1 |
| 1091 | 2026-05-19T22:47:40.909Z | Downloaded untrusted v0.7.1 |
| 1092 | 2026-05-19T22:47:40.909Z | Downloaded universal-hash v0.5.1 |
| 1093 | 2026-05-19T22:47:40.909Z | Downloaded unicode-truncate v1.1.0 |
| 1094 | 2026-05-19T22:47:40.910Z | Downloaded hashbrown v0.16.1 |
| 1095 | 2026-05-19T22:47:40.910Z | Downloaded progenitor-impl v0.14.0 |
| 1096 | 2026-05-19T22:47:40.910Z | Downloaded tokio-native-tls v0.3.1 |
| 1097 | 2026-05-19T22:47:40.910Z | Downloaded utf-8 v0.7.6 |
| 1098 | 2026-05-19T22:47:40.910Z | Downloaded usdt-attr-macro v0.6.0 |
| 1099 | 2026-05-19T22:47:40.910Z | Downloaded socket2 v0.5.10 |
| 1100 | 2026-05-19T22:47:40.910Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1101 | 2026-05-19T22:47:40.910Z | Downloaded tokio-tungstenite v0.21.0 |
| 1102 | 2026-05-19T22:47:40.917Z | Downloaded term v1.2.1 |
| 1103 | 2026-05-19T22:47:40.918Z | Downloaded unit-prefix v0.5.2 |
| 1104 | 2026-05-19T22:47:40.918Z | Downloaded tokio-tungstenite v0.23.1 |
| 1105 | 2026-05-19T22:47:40.918Z | Downloaded usdt-macro v0.6.0 |
| 1106 | 2026-05-19T22:47:40.918Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1107 | 2026-05-19T22:47:40.918Z | Downloaded nom v7.1.3 |
| 1108 | 2026-05-19T22:47:40.918Z | Downloaded num-bigint-dig v0.8.6 |
| 1109 | 2026-05-19T22:47:40.925Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1110 | 2026-05-19T22:47:40.925Z | Downloaded term v0.7.0 |
| 1111 | 2026-05-19T22:47:40.925Z | Downloaded socket2 v0.6.3 |
| 1112 | 2026-05-19T22:47:40.925Z | Downloaded itertools v0.12.1 |
| 1113 | 2026-05-19T22:47:40.931Z | Downloaded qorb v0.4.1 |
| 1114 | 2026-05-19T22:47:40.931Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1115 | 2026-05-19T22:47:40.939Z | Downloaded void v1.0.2 |
| 1116 | 2026-05-19T22:47:40.943Z | Downloaded tui-tree-widget v0.23.1 |
| 1117 | 2026-05-19T22:47:40.943Z | Downloaded wait-timeout v0.2.1 |
| 1118 | 2026-05-19T22:47:40.943Z | Downloaded rsa v0.9.10 |
| 1119 | 2026-05-19T22:47:40.943Z | Downloaded rustls-webpki v0.103.9 |
| 1120 | 2026-05-19T22:47:40.943Z | Downloaded hyper v1.8.1 |
| 1121 | 2026-05-19T22:47:40.946Z | Downloaded rand v0.9.2 |
| 1122 | 2026-05-19T22:47:40.952Z | Downloaded tokio-rustls v0.26.4 |
| 1123 | 2026-05-19T22:47:40.957Z | Downloaded iddqd v0.4.1 |
| 1124 | 2026-05-19T22:47:40.959Z | Downloaded want v0.3.1 |
| 1125 | 2026-05-19T22:47:40.959Z | Downloaded waitgroup v0.1.2 |
| 1126 | 2026-05-19T22:47:40.961Z | Downloaded xshell-macros v0.2.7 |
| 1127 | 2026-05-19T22:47:40.961Z | Downloaded xattr v1.6.1 |
| 1128 | 2026-05-19T22:47:40.961Z | Downloaded unicase v2.9.0 |
| 1129 | 2026-05-19T22:47:40.964Z | Downloaded tokio-rustls v0.24.1 |
| 1130 | 2026-05-19T22:47:40.964Z | Downloaded samael v0.0.19 |
| 1131 | 2026-05-19T22:47:40.967Z | Downloaded tokio-stream v0.1.18 |
| 1132 | 2026-05-19T22:47:40.970Z | Downloaded tokio-rustls v0.25.0 |
| 1133 | 2026-05-19T22:47:40.973Z | Downloaded snafu v0.8.9 |
| 1134 | 2026-05-19T22:47:40.980Z | Downloaded usdt-impl v0.6.0 |
| 1135 | 2026-05-19T22:47:40.983Z | Downloaded untrusted v0.9.0 |
| 1136 | 2026-05-19T22:47:40.983Z | Downloaded aho-corasick v1.1.4 |
| 1137 | 2026-05-19T22:47:40.986Z | Downloaded zone_cfg_derive v0.3.1 |
| 1138 | 2026-05-19T22:47:40.988Z | Downloaded schemars v0.9.0 |
| 1139 | 2026-05-19T22:47:40.993Z | Downloaded zeroize_derive v1.4.3 |
| 1140 | 2026-05-19T22:47:40.996Z | Downloaded vergen-git2 v1.0.7 |
| 1141 | 2026-05-19T22:47:40.996Z | Downloaded itertools v0.14.0 |
| 1142 | 2026-05-19T22:47:41.000Z | Downloaded vsss-rs v3.3.4 |
| 1143 | 2026-05-19T22:47:41.004Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1144 | 2026-05-19T22:47:41.004Z | Downloaded tracing-attributes v0.1.31 |
| 1145 | 2026-05-19T22:47:41.006Z | Downloaded tinyvec v1.10.0 |
| 1146 | 2026-05-19T22:47:41.006Z | Downloaded vergen-lib v0.1.6 |
| 1147 | 2026-05-19T22:47:41.010Z | Downloaded hkdf v0.12.4 |
| 1148 | 2026-05-19T22:47:41.010Z | Downloaded vergen-gitcl v1.0.8 |
| 1149 | 2026-05-19T22:47:41.014Z | Downloaded futures-util v0.3.32 |
| 1150 | 2026-05-19T22:47:41.019Z | Downloaded twox-hash v2.1.2 |
| 1151 | 2026-05-19T22:47:41.024Z | Downloaded rand v0.10.0 |
| 1152 | 2026-05-19T22:47:41.024Z | Downloaded subprocess v0.2.15 |
| 1153 | 2026-05-19T22:47:41.044Z | Downloaded h2 v0.4.13 |
| 1154 | 2026-05-19T22:47:41.045Z | Downloaded xshell v0.2.7 |
| 1155 | 2026-05-19T22:47:41.045Z | Downloaded whoami v1.6.1 |
| 1156 | 2026-05-19T22:47:41.045Z | Downloaded walkdir v2.5.0 |
| 1157 | 2026-05-19T22:47:41.045Z | Downloaded whoami v2.1.0 |
| 1158 | 2026-05-19T22:47:41.045Z | Downloaded uzers v0.12.2 |
| 1159 | 2026-05-19T22:47:41.064Z | Downloaded test-strategy v0.4.5 |
| 1160 | 2026-05-19T22:47:41.064Z | Downloaded iri-string v0.7.10 |
| 1161 | 2026-05-19T22:47:41.064Z | Downloaded wyz v0.5.1 |
| 1162 | 2026-05-19T22:47:41.064Z | Downloaded toml v0.7.8 |
| 1163 | 2026-05-19T22:47:41.064Z | Downloaded zone v0.3.1 |
| 1164 | 2026-05-19T22:47:41.064Z | Downloaded tar v0.4.45 |
| 1165 | 2026-05-19T22:47:41.064Z | Downloaded zstd v0.13.3 |
| 1166 | 2026-05-19T22:47:41.064Z | Downloaded zstd-safe v7.2.4 |
| 1167 | 2026-05-19T22:47:41.064Z | Downloaded zeroize v1.8.2 |
| 1168 | 2026-05-19T22:47:41.064Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1169 | 2026-05-19T22:47:41.064Z | Downloaded itertools v0.13.0 |
| 1170 | 2026-05-19T22:47:41.078Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1171 | 2026-05-19T22:47:41.078Z | Downloaded tracing-core v0.1.36 |
| 1172 | 2026-05-19T22:47:41.078Z | Downloaded steno v0.4.1 |
| 1173 | 2026-05-19T22:47:41.078Z | Downloaded unicode-bidi v0.3.18 |
| 1174 | 2026-05-19T22:47:41.087Z | Downloaded yasna v0.5.2 |
| 1175 | 2026-05-19T22:47:41.087Z | Downloaded unicode-properties v0.1.4 |
| 1176 | 2026-05-19T22:47:41.087Z | Downloaded unsafe-libyaml v0.2.11 |
| 1177 | 2026-05-19T22:47:41.090Z | Downloaded tungstenite v0.21.0 |
| 1178 | 2026-05-19T22:47:41.090Z | Downloaded vergen v9.0.6 |
| 1179 | 2026-05-19T22:47:41.090Z | Downloaded typify v0.6.2 |
| 1180 | 2026-05-19T22:47:41.093Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1181 | 2026-05-19T22:47:41.097Z | Downloaded russh v0.45.0 |
| 1182 | 2026-05-19T22:47:41.100Z | Downloaded libm v0.2.16 |
| 1183 | 2026-05-19T22:47:41.105Z | Downloaded tungstenite v0.23.0 |
| 1184 | 2026-05-19T22:47:41.107Z | Downloaded zerocopy v0.6.6 |
| 1185 | 2026-05-19T22:47:41.110Z | Downloaded schemars v1.2.1 |
| 1186 | 2026-05-19T22:47:41.117Z | Downloaded zopfli v0.8.3 |
| 1187 | 2026-05-19T22:47:41.120Z | Downloaded uuid v1.23.0 |
| 1188 | 2026-05-19T22:47:41.122Z | Downloaded p521 v0.13.3 |
| 1189 | 2026-05-19T22:47:41.125Z | Downloaded toml_edit v0.19.15 |
| 1190 | 2026-05-19T22:47:41.133Z | Downloaded blake3 v1.8.3 |
| 1191 | 2026-05-19T22:47:41.137Z | Downloaded rustyline v14.0.0 |
| 1192 | 2026-05-19T22:47:41.140Z | Downloaded reqwest v0.13.2 |
| 1193 | 2026-05-19T22:47:41.147Z | Downloaded unicode_categories v0.1.1 |
| 1194 | 2026-05-19T22:47:41.157Z | Downloaded yansi v1.0.1 |
| 1195 | 2026-05-19T22:47:41.157Z | Downloaded rpassword v7.4.0 |
| 1196 | 2026-05-19T22:47:41.161Z | Downloaded vte v0.14.1 |
| 1197 | 2026-05-19T22:47:41.161Z | Downloaded typify v0.4.3 |
| 1198 | 2026-05-19T22:47:41.176Z | Downloaded tokio-postgres v0.7.16 |
| 1199 | 2026-05-19T22:47:41.180Z | Downloaded lalrpop v0.19.12 |
| 1200 | 2026-05-19T22:47:41.185Z | Downloaded rustls-webpki v0.101.7 |
| 1201 | 2026-05-19T22:47:41.195Z | Downloaded salty v0.3.0 |
| 1202 | 2026-05-19T22:47:41.199Z | Downloaded curve25519-dalek v4.1.3 |
| 1203 | 2026-05-19T22:47:41.204Z | Downloaded reqwest v0.12.28 |
| 1204 | 2026-05-19T22:47:41.208Z | Downloaded moka v0.12.13 |
| 1205 | 2026-05-19T22:47:41.212Z | Downloaded chrono v0.4.44 |
| 1206 | 2026-05-19T22:47:41.216Z | Downloaded ssh-key v0.6.7 |
| 1207 | 2026-05-19T22:47:41.220Z | Downloaded tokio-util v0.7.18 |
| 1208 | 2026-05-19T22:47:41.224Z | Downloaded bitvec v1.0.1 |
| 1209 | 2026-05-19T22:47:41.233Z | Downloaded rustls-webpki v0.102.8 |
| 1210 | 2026-05-19T22:47:41.243Z | Downloaded regex v1.12.3 |
| 1211 | 2026-05-19T22:47:41.247Z | Downloaded bindgen v0.71.1 |
| 1212 | 2026-05-19T22:47:41.252Z | Downloaded zip v0.6.6 |
| 1213 | 2026-05-19T22:47:41.255Z | Downloaded reedline v0.40.0 |
| 1214 | 2026-05-19T22:47:41.257Z | Downloaded unicode-normalization v0.1.25 |
| 1215 | 2026-05-19T22:47:41.260Z | Downloaded portable-atomic v1.13.1 |
| 1216 | 2026-05-19T22:47:41.263Z | Downloaded rayon v1.11.0 |
| 1217 | 2026-05-19T22:47:41.272Z | Downloaded git2 v0.20.4 |
| 1218 | 2026-05-19T22:47:41.275Z | Downloaded unicode-segmentation v1.12.0 |
| 1219 | 2026-05-19T22:47:41.277Z | Downloaded p384 v0.13.1 |
| 1220 | 2026-05-19T22:47:41.280Z | Downloaded zerocopy-derive v0.8.40 |
| 1221 | 2026-05-19T22:47:41.305Z | Downloaded typed-path v0.9.3 |
| 1222 | 2026-05-19T22:47:41.308Z | Downloaded dropshot v0.16.7 |
| 1223 | 2026-05-19T22:47:41.320Z | Downloaded x509-cert v0.2.5 |
| 1224 | 2026-05-19T22:47:41.324Z | Downloaded tabled v0.20.0 |
| 1225 | 2026-05-19T22:47:41.334Z | Downloaded tower v0.5.3 |
| 1226 | 2026-05-19T22:47:41.339Z | Downloaded rustls v0.21.12 |
| 1227 | 2026-05-19T22:47:41.346Z | Downloaded quick-xml v0.37.5 |
| 1228 | 2026-05-19T22:47:41.349Z | Downloaded time v0.3.47 |
| 1229 | 2026-05-19T22:47:41.356Z | Downloaded goblin v0.10.5 |
| 1230 | 2026-05-19T22:47:41.361Z | Downloaded vcpkg v0.2.15 |
| 1231 | 2026-05-19T22:47:41.386Z | Downloaded tower-http v0.6.8 |
| 1232 | 2026-05-19T22:47:41.391Z | Downloaded hickory-proto v0.25.2 |
| 1233 | 2026-05-19T22:47:41.401Z | Downloaded petname v2.0.2 |
| 1234 | 2026-05-19T22:47:41.404Z | Downloaded hickory-proto v0.24.4 |
| 1235 | 2026-05-19T22:47:41.414Z | Downloaded smoltcp v0.11.0 |
| 1236 | 2026-05-19T22:47:41.420Z | Downloaded tough v0.22.0 |
| 1237 | 2026-05-19T22:47:41.425Z | Downloaded zip v4.6.1 |
| 1238 | 2026-05-19T22:47:41.428Z | Downloaded diesel v2.3.7 |
| 1239 | 2026-05-19T22:47:41.442Z | Downloaded serde_with v3.17.0 |
| 1240 | 2026-05-19T22:47:41.448Z | Downloaded rustls v0.23.37 |
| 1241 | 2026-05-19T22:47:41.455Z | Downloaded nix v0.27.1 |
| 1242 | 2026-05-19T22:47:41.460Z | Downloaded object v0.30.4 |
| 1243 | 2026-05-19T22:47:41.465Z | Downloaded radix_trie v0.2.1 |
| 1244 | 2026-05-19T22:47:41.469Z | Downloaded proptest v1.10.0 |
| 1245 | 2026-05-19T22:47:41.474Z | Downloaded dropshot v0.17.0 |
| 1246 | 2026-05-19T22:47:41.487Z | Downloaded winnow v0.6.26 |
| 1247 | 2026-05-19T22:47:41.495Z | Downloaded polar-core v0.27.3 |
| 1248 | 2026-05-19T22:47:41.499Z | Downloaded quinn-proto v0.11.13 |
| 1249 | 2026-05-19T22:47:41.504Z | Downloaded winnow v0.5.40 |
| 1250 | 2026-05-19T22:47:41.543Z | Downloaded ratatui v0.29.0 |
| 1251 | 2026-05-19T22:47:41.546Z | Downloaded tracing v0.1.44 |
| 1252 | 2026-05-19T22:47:41.546Z | Downloaded typify-impl v0.4.3 |
| 1253 | 2026-05-19T22:47:41.553Z | Downloaded hickory-proto v0.26.1 |
| 1254 | 2026-05-19T22:47:41.559Z | Downloaded nix v0.29.0 |
| 1255 | 2026-05-19T22:47:41.565Z | Downloaded smoltcp v0.9.1 |
| 1256 | 2026-05-19T22:47:41.571Z | Downloaded nix v0.28.0 |
| 1257 | 2026-05-19T22:47:41.578Z | Downloaded openssl v0.10.79 |
| 1258 | 2026-05-19T22:47:41.582Z | Downloaded csv v1.4.0 |
| 1259 | 2026-05-19T22:47:41.594Z | Downloaded regex-syntax v0.6.29 |
| 1260 | 2026-05-19T22:47:41.597Z | Downloaded object v0.37.3 |
| 1261 | 2026-05-19T22:47:41.603Z | Downloaded bstr v1.12.1 |
| 1262 | 2026-05-19T22:47:41.608Z | Downloaded sled v0.34.7 |
| 1263 | 2026-05-19T22:47:41.613Z | Downloaded nix v0.31.2 |
| 1264 | 2026-05-19T22:47:41.622Z | Downloaded webpki-roots v1.0.6 |
| 1265 | 2026-05-19T22:47:41.631Z | Downloaded openapiv3 v2.2.0 |
| 1266 | 2026-05-19T22:47:41.636Z | Downloaded libz-sys v1.1.24 |
| 1267 | 2026-05-19T22:47:41.650Z | Downloaded zlib-rs v0.6.2 |
| 1268 | 2026-05-19T22:47:41.664Z | Downloaded zerocopy v0.8.40 |
| 1269 | 2026-05-19T22:47:41.670Z | Downloaded regress v0.11.1 |
| 1270 | 2026-05-19T22:47:41.675Z | Downloaded regex-syntax v0.8.10 |
| 1271 | 2026-05-19T22:47:41.681Z | Downloaded rustls v0.22.4 |
| 1272 | 2026-05-19T22:47:41.688Z | Downloaded regress v0.10.5 |
| 1273 | 2026-05-19T22:47:41.719Z | Downloaded rustix v0.38.44 |
| 1274 | 2026-05-19T22:47:41.739Z | Downloaded encoding_rs v0.8.35 |
| 1275 | 2026-05-19T22:47:41.760Z | Downloaded ring v0.17.14 |
| 1276 | 2026-05-19T22:47:41.791Z | Downloaded sqlparser v0.61.0 |
| 1277 | 2026-05-19T22:47:41.795Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1278 | 2026-05-19T22:47:41.833Z | Downloaded typify-impl v0.6.2 |
| 1279 | 2026-05-19T22:47:41.842Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1280 | 2026-05-19T22:47:41.876Z | Downloaded regex-automata v0.4.14 |
| 1281 | 2026-05-19T22:47:41.886Z | Downloaded zerocopy-derive v0.6.6 |
| 1282 | 2026-05-19T22:47:41.923Z | Downloaded jiff v0.2.21 |
| 1283 | 2026-05-19T22:47:41.933Z | Downloaded petgraph v0.6.5 |
| 1284 | 2026-05-19T22:47:41.953Z | Downloaded chrono-tz v0.10.4 |
| 1285 | 2026-05-19T22:47:41.963Z | Downloaded petgraph v0.8.3 |
| 1286 | 2026-05-19T22:47:41.980Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1287 | 2026-05-19T22:47:41.991Z | Downloaded sha3 v0.10.8 |
| 1288 | 2026-05-19T22:47:41.994Z | Downloaded tokio v1.52.1 |
| 1289 | 2026-05-19T22:47:42.561Z | Downloaded aws-lc-sys v0.40.0 |
| 1290 | 2026-05-19T22:47:42.821Z | Compiling libc v0.2.185 |
| 1291 | 2026-05-19T22:47:42.822Z | Compiling serde v1.0.228 |
| 1292 | 2026-05-19T22:47:42.825Z | Compiling log v0.4.29 |
| 1293 | 2026-05-19T22:47:42.825Z | Compiling find-msvc-tools v0.1.9 |
| 1294 | 2026-05-19T22:47:42.825Z | Compiling shlex v1.3.0 |
| 1295 | 2026-05-19T22:47:42.825Z | Compiling smallvec v1.15.1 |
| 1296 | 2026-05-19T22:47:42.825Z | Compiling typenum v1.19.0 |
| 1297 | 2026-05-19T22:47:42.825Z | Compiling subtle v2.6.1 |
| 1298 | 2026-05-19T22:47:42.825Z | Compiling generic-array v0.14.7 |
| 1299 | 2026-05-19T22:47:42.825Z | Compiling scopeguard v1.2.0 |
| 1300 | 2026-05-19T22:47:43.049Z | Compiling const-oid v0.9.6 |
| 1301 | 2026-05-19T22:47:43.060Z | Compiling serde_json v1.0.149 |
| 1302 | 2026-05-19T22:47:43.075Z | Compiling syn v2.0.117 |
| 1303 | 2026-05-19T22:47:43.089Z | Compiling zerocopy v0.8.40 |
| 1304 | 2026-05-19T22:47:43.092Z | Compiling pin-project-lite v0.2.17 |
| 1305 | 2026-05-19T22:47:43.092Z | Compiling portable-atomic v1.13.1 |
| 1306 | 2026-05-19T22:47:43.147Z | Compiling lock_api v0.4.14 |
| 1307 | 2026-05-19T22:47:43.162Z | Compiling parking_lot_core v0.9.12 |
| 1308 | 2026-05-19T22:47:43.165Z | Compiling pkg-config v0.3.32 |
| 1309 | 2026-05-19T22:47:43.190Z | Compiling bitflags v2.11.0 |
| 1310 | 2026-05-19T22:47:43.207Z | Compiling libm v0.2.16 |
| 1311 | 2026-05-19T22:47:43.236Z | Compiling critical-section v1.2.0 |
| 1312 | 2026-05-19T22:47:43.396Z | Compiling futures-core v0.3.32 |
| 1313 | 2026-05-19T22:47:43.412Z | Compiling num-traits v0.2.19 |
| 1314 | 2026-05-19T22:47:43.467Z | Compiling percent-encoding v2.3.2 |
| 1315 | 2026-05-19T22:47:43.497Z | Compiling rand_core v0.10.0 |
| 1316 | 2026-05-19T22:47:43.497Z | Compiling futures-sink v0.3.32 |
| 1317 | 2026-05-19T22:47:43.557Z | Compiling getrandom v0.4.1 |
| 1318 | 2026-05-19T22:47:43.588Z | Compiling slab v0.4.12 |
| 1319 | 2026-05-19T22:47:43.588Z | Compiling futures-task v0.3.32 |
| 1320 | 2026-05-19T22:47:43.673Z | Compiling futures-channel v0.3.32 |
| 1321 | 2026-05-19T22:47:43.702Z | Compiling futures-io v0.3.32 |
| 1322 | 2026-05-19T22:47:43.705Z | Compiling cpufeatures v0.2.17 |
| 1323 | 2026-05-19T22:47:43.746Z | Compiling indexmap v2.14.0 |
| 1324 | 2026-05-19T22:47:43.771Z | Compiling getrandom v0.3.4 |
| 1325 | 2026-05-19T22:47:43.801Z | Compiling rustversion v1.0.22 |
| 1326 | 2026-05-19T22:47:43.801Z | Compiling form_urlencoded v1.2.2 |
| 1327 | 2026-05-19T22:47:43.830Z | Compiling dunce v1.0.5 |
| 1328 | 2026-05-19T22:47:43.857Z | Compiling fs_extra v1.3.0 |
| 1329 | 2026-05-19T22:47:43.871Z | Compiling ident_case v1.0.1 |
| 1330 | 2026-05-19T22:47:43.901Z | Compiling base64ct v1.8.3 |
| 1331 | 2026-05-19T22:47:43.931Z | Compiling iana-time-zone v0.1.65 |
| 1332 | 2026-05-19T22:47:43.945Z | Compiling regex-syntax v0.8.10 |
| 1333 | 2026-05-19T22:47:43.961Z | Compiling flagset v0.4.7 |
| 1334 | 2026-05-19T22:47:44.003Z | Compiling getrandom v0.2.17 |
| 1335 | 2026-05-19T22:47:44.006Z | Compiling jobserver v0.1.34 |
| 1336 | 2026-05-19T22:47:44.088Z | Compiling errno v0.3.14 |
| 1337 | 2026-05-19T22:47:44.118Z | Compiling mio v1.2.0 |
| 1338 | 2026-05-19T22:47:44.139Z | Compiling rand_core v0.6.4 |
| 1339 | 2026-05-19T22:47:44.143Z | Compiling socket2 v0.6.3 |
| 1340 | 2026-05-19T22:47:44.204Z | Compiling signal-hook-registry v1.4.8 |
| 1341 | 2026-05-19T22:47:44.248Z | Compiling cc v1.2.56 |
| 1342 | 2026-05-19T22:47:44.251Z | Compiling once_cell v1.21.3 |
| 1343 | 2026-05-19T22:47:44.301Z | Compiling parking_lot v0.12.5 |
| 1344 | 2026-05-19T22:47:44.422Z | Compiling pem-rfc7468 v0.7.0 |
| 1345 | 2026-05-19T22:47:44.422Z | Compiling rustix v1.1.3 |
| 1346 | 2026-05-19T22:47:44.464Z | Compiling aws-lc-rs v1.16.3 |
| 1347 | 2026-05-19T22:47:44.496Z | Compiling vcpkg v0.2.15 |
| 1348 | 2026-05-19T22:47:44.510Z | Compiling tracing-core v0.1.36 |
| 1349 | 2026-05-19T22:47:44.577Z | Compiling uuid v1.23.0 |
| 1350 | 2026-05-19T22:47:44.600Z | Compiling rustc_version v0.4.1 |
| 1351 | 2026-05-19T22:47:44.603Z | Compiling base64 v0.22.1 |
| 1352 | 2026-05-19T22:47:44.688Z | Compiling rand_core v0.9.5 |
| 1353 | 2026-05-19T22:47:44.754Z | Compiling httparse v1.10.1 |
| 1354 | 2026-05-19T22:47:44.771Z | Compiling openssl-probe v0.2.1 |
| 1355 | 2026-05-19T22:47:44.786Z | Compiling untrusted v0.7.1 |
| 1356 | 2026-05-19T22:47:44.804Z | Compiling untrusted v0.9.0 |
| 1357 | 2026-05-19T22:47:45.924Z | Compiling tinyvec_macros v0.1.1 |
| 1358 | 2026-05-19T22:47:45.927Z | Compiling aho-corasick v1.1.4 |
| 1359 | 2026-05-19T22:47:45.927Z | Compiling dyn-clone v1.0.20 |
| 1360 | 2026-05-19T22:47:45.927Z | Compiling cmake v0.1.57 |
| 1361 | 2026-05-19T22:47:45.927Z | Compiling atomic-waker v1.1.2 |
| 1362 | 2026-05-19T22:47:45.927Z | Compiling tinyvec v1.10.0 |
| 1363 | 2026-05-19T22:47:45.927Z | Compiling tower-layer v0.3.3 |
| 1364 | 2026-05-19T22:47:45.927Z | Compiling rustls v0.23.37 |
| 1365 | 2026-05-19T22:47:45.927Z | Compiling try-lock v0.2.5 |
| 1366 | 2026-05-19T22:47:45.927Z | Compiling tower-service v0.3.3 |
| 1367 | 2026-05-19T22:47:45.928Z | Compiling schemars v0.8.22 |
| 1368 | 2026-05-19T22:47:45.928Z | Compiling httpdate v1.0.3 |
| 1369 | 2026-05-19T22:47:45.928Z | Compiling want v0.3.1 |
| 1370 | 2026-05-19T22:47:45.928Z | Compiling openssl v0.10.79 |
| 1371 | 2026-05-19T22:47:45.928Z | Compiling pin-utils v0.1.0 |
| 1372 | 2026-05-19T22:47:45.928Z | Compiling foreign-types-shared v0.1.1 |
| 1373 | 2026-05-19T22:47:45.928Z | Compiling spin v0.9.8 |
| 1374 | 2026-05-19T22:47:45.928Z | Compiling powerfmt v0.2.0 |
| 1375 | 2026-05-19T22:47:45.928Z | Compiling num-conv v0.2.0 |
| 1376 | 2026-05-19T22:47:45.928Z | Compiling foreign-types v0.3.2 |
| 1377 | 2026-05-19T22:47:45.928Z | Compiling unicode-normalization v0.1.25 |
| 1378 | 2026-05-19T22:47:45.928Z | Compiling native-tls v0.2.18 |
| 1379 | 2026-05-19T22:47:45.928Z | Compiling time-core v0.1.8 |
| 1380 | 2026-05-19T22:47:45.928Z | Compiling crc32fast v1.5.0 |
| 1381 | 2026-05-19T22:47:45.928Z | Compiling wait-timeout v0.2.1 |
| 1382 | 2026-05-19T22:47:45.928Z | Compiling deranged v0.5.8 |
| 1383 | 2026-05-19T22:47:45.928Z | Compiling sync_wrapper v1.0.2 |
| 1384 | 2026-05-19T22:47:45.928Z | Compiling siphasher v1.0.2 |
| 1385 | 2026-05-19T22:47:45.928Z | Compiling num_threads v0.1.7 |
| 1386 | 2026-05-19T22:47:45.928Z | Compiling syn v1.0.109 |
| 1387 | 2026-05-19T22:47:45.928Z | Compiling usdt-impl v0.6.0 |
| 1388 | 2026-05-19T22:47:45.928Z | Compiling time-macros v0.2.27 |
| 1389 | 2026-05-19T22:47:45.928Z | Compiling simd-adler32 v0.3.8 |
| 1390 | 2026-05-19T22:47:45.928Z | Compiling quick-error v1.2.3 |
| 1391 | 2026-05-19T22:47:45.928Z | Compiling bit-vec v0.8.0 |
| 1392 | 2026-05-19T22:47:45.928Z | Compiling crossbeam-utils v0.8.21 |
| 1393 | 2026-05-19T22:47:45.928Z | Compiling slog v2.8.2 |
| 1394 | 2026-05-19T22:47:45.928Z | Compiling heapless v0.7.17 |
| 1395 | 2026-05-19T22:47:45.928Z | Compiling regex-automata v0.4.14 |
| 1396 | 2026-05-19T22:47:45.928Z | Compiling aws-lc-sys v0.40.0 |
| 1397 | 2026-05-19T22:47:45.928Z | Compiling ring v0.17.14 |
| 1398 | 2026-05-19T22:47:45.928Z | Compiling openssl-sys v0.9.115 |
| 1399 | 2026-05-19T22:47:45.928Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1400 | 2026-05-19T22:47:45.932Z | Compiling synstructure v0.13.2 |
| 1401 | 2026-05-19T22:47:45.953Z | Compiling serde_derive_internals v0.29.1 |
| 1402 | 2026-05-19T22:47:45.966Z | Compiling pest_generator v2.8.6 |
| 1403 | 2026-05-19T22:47:46.000Z | Compiling darling_core v0.20.11 |
| 1404 | 2026-05-19T22:47:46.014Z | Compiling tempfile v3.25.0 |
| 1405 | 2026-05-19T22:47:46.374Z | Compiling rusty-fork v0.3.1 |
| 1406 | 2026-05-19T22:47:46.406Z | Compiling darling_core v0.21.3 |
| 1407 | 2026-05-19T22:47:46.420Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1408 | 2026-05-19T22:47:46.504Z | Compiling bit-set v0.8.0 |
| 1409 | 2026-05-19T22:47:46.594Z | Compiling rand_xorshift v0.4.0 |
| 1410 | 2026-05-19T22:47:46.687Z | Compiling thread-id v5.1.0 |
| 1411 | 2026-05-19T22:47:46.722Z | Compiling cookie v0.18.1 |
| 1412 | 2026-05-19T22:47:46.736Z | Compiling unarray v0.1.4 |
| 1413 | 2026-05-19T22:47:46.761Z | Compiling ryu v1.0.23 |
| 1414 | 2026-05-19T22:47:46.775Z | Compiling time v0.3.47 |
| 1415 | 2026-05-19T22:47:46.791Z | Compiling paste v1.0.15 |
| 1416 | 2026-05-19T22:47:46.794Z | Compiling zstd-safe v7.2.4 |
| 1417 | 2026-05-19T22:47:46.818Z | Compiling adler2 v2.0.1 |
| 1418 | 2026-05-19T22:47:46.862Z | Compiling unicode-properties v0.1.4 |
| 1419 | 2026-05-19T22:47:46.925Z | Compiling signal-hook v0.3.18 |
| 1420 | 2026-05-19T22:47:46.960Z | Compiling unicode-bidi v0.3.18 |
| 1421 | 2026-05-19T22:47:46.974Z | Compiling iri-string v0.7.10 |
| 1422 | 2026-05-19T22:47:46.989Z | Compiling anyhow v1.0.102 |
| 1423 | 2026-05-19T22:47:47.022Z | Compiling allocator-api2 v0.2.21 |
| 1424 | 2026-05-19T22:47:47.140Z | Compiling miniz_oxide v0.8.9 |
| 1425 | 2026-05-19T22:47:47.370Z | Compiling stringprep v0.1.5 |
| 1426 | 2026-05-19T22:47:47.607Z | Compiling vergen-lib v0.1.6 |
| 1427 | 2026-05-19T22:47:47.622Z | Compiling num-integer v0.1.46 |
| 1428 | 2026-05-19T22:47:47.739Z | Compiling curve25519-dalek v4.1.3 |
| 1429 | 2026-05-19T22:47:47.793Z | Compiling ff v0.13.1 |
| 1430 | 2026-05-19T22:47:47.796Z | Compiling serde_derive v1.0.228 |
| 1431 | 2026-05-19T22:47:47.820Z | Compiling zeroize_derive v1.4.3 |
| 1432 | 2026-05-19T22:47:47.848Z | Compiling zerofrom-derive v0.1.6 |
| 1433 | 2026-05-19T22:47:47.946Z | Compiling yoke-derive v0.8.1 |
| 1434 | 2026-05-19T22:47:47.976Z | Compiling zerovec-derive v0.11.2 |
| 1435 | 2026-05-19T22:47:48.100Z | Compiling zerocopy-derive v0.8.40 |
| 1436 | 2026-05-19T22:47:48.121Z | Compiling displaydoc v0.2.5 |
| 1437 | 2026-05-19T22:47:48.432Z | Compiling tokio-macros v2.7.0 |
| 1438 | 2026-05-19T22:47:48.479Z | Compiling futures-macro v0.3.32 |
| 1439 | 2026-05-19T22:47:48.520Z | Compiling zeroize v1.8.2 |
| 1440 | 2026-05-19T22:47:48.557Z | Compiling der_derive v0.7.3 |
| 1441 | 2026-05-19T22:47:48.905Z | Compiling rustls-pki-types v1.14.0 |
| 1442 | 2026-05-19T22:47:49.058Z | Compiling tracing-attributes v0.1.31 |
| 1443 | 2026-05-19T22:47:49.181Z | Compiling thiserror-impl v2.0.18 |
| 1444 | 2026-05-19T22:47:49.225Z | Compiling schemars_derive v0.8.22 |
| 1445 | 2026-05-19T22:47:49.226Z | Compiling scroll_derive v0.13.1 |
| 1446 | 2026-05-19T22:47:49.313Z | Compiling crypto-common v0.1.7 |
| 1447 | 2026-05-19T22:47:49.314Z | Compiling zerofrom v0.1.6 |
| 1448 | 2026-05-19T22:47:49.330Z | Compiling block-buffer v0.10.4 |
| 1449 | 2026-05-19T22:47:49.381Z | Compiling futures-util v0.3.32 |
| 1450 | 2026-05-19T22:47:49.459Z | Compiling yoke v0.8.1 |
| 1451 | 2026-05-19T22:47:49.468Z | Compiling digest v0.10.7 |
| 1452 | 2026-05-19T22:47:49.521Z | Compiling block-padding v0.3.3 |
| 1453 | 2026-05-19T22:47:49.580Z | Compiling der v0.7.10 |
| 1454 | 2026-05-19T22:47:49.660Z | Compiling zerovec v0.11.5 |
| 1455 | 2026-05-19T22:47:49.700Z | Compiling zerotrie v0.2.3 |
| 1456 | 2026-05-19T22:47:49.728Z | Compiling hmac v0.12.1 |
| 1457 | 2026-05-19T22:47:49.905Z | Compiling inout v0.1.4 |
| 1458 | 2026-05-19T22:47:50.012Z | Compiling sha2 v0.10.9 |
| 1459 | 2026-05-19T22:47:50.053Z | Compiling cipher v0.4.4 |
| 1460 | 2026-05-19T22:47:50.067Z | Compiling pbkdf2 v0.12.2 |
| 1461 | 2026-05-19T22:47:50.080Z | Compiling pest_derive v2.8.6 |
| 1462 | 2026-05-19T22:47:50.166Z | Compiling tinystr v0.8.2 |
| 1463 | 2026-05-19T22:47:50.194Z | Compiling potential_utf v0.1.4 |
| 1464 | 2026-05-19T22:47:50.323Z | Compiling icu_collections v2.1.1 |
| 1465 | 2026-05-19T22:47:50.383Z | Compiling icu_locale_core v2.1.1 |
| 1466 | 2026-05-19T22:47:50.398Z | Compiling spki v0.7.3 |
| 1467 | 2026-05-19T22:47:50.412Z | Compiling salsa20 v0.10.2 |
| 1468 | 2026-05-19T22:47:50.509Z | Compiling tracing v0.1.44 |
| 1469 | 2026-05-19T22:47:50.556Z | Compiling scrypt v0.11.0 |
| 1470 | 2026-05-19T22:47:50.578Z | Compiling thiserror v2.0.18 |
| 1471 | 2026-05-19T22:47:50.604Z | Compiling aes v0.8.4 |
| 1472 | 2026-05-19T22:47:50.618Z | Compiling cbc v0.1.2 |
| 1473 | 2026-05-19T22:47:50.678Z | Compiling scroll v0.13.0 |
| 1474 | 2026-05-19T22:47:50.802Z | Compiling darling_macro v0.20.11 |
| 1475 | 2026-05-19T22:47:50.809Z | Compiling openssl-macros v0.1.1 |
| 1476 | 2026-05-19T22:47:50.809Z | Compiling rustls-native-certs v0.8.3 |
| 1477 | 2026-05-19T22:47:50.831Z | Compiling dtrace-parser v0.3.0 |
| 1478 | 2026-05-19T22:47:50.841Z | Compiling signature v2.2.0 |
| 1479 | 2026-05-19T22:47:50.952Z | Compiling goblin v0.10.5 |
| 1480 | 2026-05-19T22:47:51.039Z | Compiling icu_provider v2.1.1 |
| 1481 | 2026-05-19T22:47:51.118Z | Compiling pkcs5 v0.7.1 |
| 1482 | 2026-05-19T22:47:51.334Z | Compiling icu_normalizer v2.1.1 |
| 1483 | 2026-05-19T22:47:51.348Z | Compiling icu_properties v2.1.2 |
| 1484 | 2026-05-19T22:47:51.365Z | Compiling bytes v1.11.1 |
| 1485 | 2026-05-19T22:47:51.437Z | Compiling chrono v0.4.44 |
| 1486 | 2026-05-19T22:47:51.457Z | Compiling pkcs8 v0.10.2 |
| 1487 | 2026-05-19T22:47:51.505Z | Compiling ipnet v2.11.0 |
| 1488 | 2026-05-19T22:47:51.635Z | Compiling darling v0.20.11 |
| 1489 | 2026-05-19T22:47:51.659Z | Compiling webpki-roots v1.0.6 |
| 1490 | 2026-05-19T22:47:51.723Z | Compiling derive_builder_core v0.20.2 |
| 1491 | 2026-05-19T22:47:51.741Z | Compiling scroll_derive v0.12.1 |
| 1492 | 2026-05-19T22:47:51.771Z | Compiling thiserror-impl v1.0.69 |
| 1493 | 2026-05-19T22:47:51.793Z | Compiling erased-serde v0.3.31 |
| 1494 | 2026-05-19T22:47:51.805Z | Compiling serde_urlencoded v0.7.1 |
| 1495 | 2026-05-19T22:47:51.903Z | Compiling tokio v1.52.1 |
| 1496 | 2026-05-19T22:47:52.017Z | Compiling http v1.4.0 |
| 1497 | 2026-05-19T22:47:52.037Z | Compiling serde_tokenstream v0.2.3 |
| 1498 | 2026-05-19T22:47:52.064Z | Compiling serde_spanned v0.6.9 |
| 1499 | 2026-05-19T22:47:52.222Z | Compiling idna_adapter v1.2.1 |
| 1500 | 2026-05-19T22:47:52.293Z | Compiling toml_datetime v0.6.11 |
| 1501 | 2026-05-19T22:47:52.360Z | Compiling idna v1.1.0 |
| 1502 | 2026-05-19T22:47:52.383Z | Compiling md-5 v0.10.6 |
| 1503 | 2026-05-19T22:47:52.436Z | Compiling scroll v0.12.0 |
| 1504 | 2026-05-19T22:47:52.490Z | Compiling darling_macro v0.21.3 |
| 1505 | 2026-05-19T22:47:52.568Z | Compiling ppv-lite86 v0.2.21 |
| 1506 | 2026-05-19T22:47:52.582Z | Compiling bstr v1.12.1 |
| 1507 | 2026-05-19T22:47:52.637Z | Compiling derive_builder_macro v0.20.2 |
| 1508 | 2026-05-19T22:47:52.700Z | Compiling url v2.5.8 |
| 1509 | 2026-05-19T22:47:52.724Z | Compiling http-body v1.0.1 |
| 1510 | 2026-05-19T22:47:52.869Z | Compiling rand_chacha v0.9.0 |
| 1511 | 2026-05-19T22:47:52.897Z | Compiling http-body-util v0.1.3 |
| 1512 | 2026-05-19T22:47:52.910Z | Compiling rand_chacha v0.3.1 |
| 1513 | 2026-05-19T22:47:52.967Z | Compiling zerocopy-derive v0.7.35 |
| 1514 | 2026-05-19T22:47:52.996Z | Compiling pin-project-internal v1.1.11 |
| 1515 | 2026-05-19T22:47:53.040Z | Compiling async-trait v0.1.89 |
| 1516 | 2026-05-19T22:47:53.098Z | Compiling rand v0.9.2 |
| 1517 | 2026-05-19T22:47:53.130Z | Compiling thiserror v1.0.69 |
| 1518 | 2026-05-19T22:47:53.166Z | Compiling hash32 v0.2.1 |
| 1519 | 2026-05-19T22:47:53.266Z | Compiling memoffset v0.9.1 |
| 1520 | 2026-05-19T22:47:53.368Z | Compiling fallible-iterator v0.2.0 |
| 1521 | 2026-05-19T22:47:53.477Z | Compiling ref-cast v1.0.25 |
| 1522 | 2026-05-19T22:47:53.589Z | Compiling litrs v1.0.0 |
| 1523 | 2026-05-19T22:47:53.606Z | Compiling rustix v0.38.44 |
| 1524 | 2026-05-19T22:47:53.719Z | Compiling dof v0.4.0 |
| 1525 | 2026-05-19T22:47:53.752Z | Compiling proptest v1.10.0 |
| 1526 | 2026-05-19T22:47:53.814Z | Compiling psl-types v2.0.11 |
| 1527 | 2026-05-19T22:47:53.863Z | Compiling cfg_aliases v0.2.1 |
| 1528 | 2026-05-19T22:47:53.878Z | Compiling num-bigint-dig v0.8.6 |
| 1529 | 2026-05-19T22:47:53.935Z | Compiling smoltcp v0.9.1 |
| 1530 | 2026-05-19T22:47:53.951Z | Compiling base16ct v0.2.0 |
| 1531 | 2026-05-19T22:47:53.957Z | Compiling zlib-rs v0.6.2 |
| 1532 | 2026-05-19T22:47:54.080Z | Compiling ipnetwork v0.21.1 |
| 1533 | 2026-05-19T22:47:54.109Z | Compiling sec1 v0.7.3 |
| 1534 | 2026-05-19T22:47:54.123Z | Compiling document-features v0.2.12 |
| 1535 | 2026-05-19T22:47:54.138Z | Compiling nix v0.31.2 |
| 1536 | 2026-05-19T22:47:54.157Z | Compiling publicsuffix v2.3.0 |
| 1537 | 2026-05-19T22:47:54.170Z | Compiling pin-project v1.1.11 |
| 1538 | 2026-05-19T22:47:54.278Z | Compiling zerocopy v0.7.35 |
| 1539 | 2026-05-19T22:47:54.315Z | Compiling oxnet v0.1.4 |
| 1540 | 2026-05-19T22:47:54.345Z | Compiling postgres-protocol v0.6.10 |
| 1541 | 2026-05-19T22:47:54.521Z | Compiling rand v0.8.6 |
| 1542 | 2026-05-19T22:47:54.529Z | Compiling derive_builder v0.20.2 |
| 1543 | 2026-05-19T22:47:54.608Z | Compiling darling v0.21.3 |
| 1544 | 2026-05-19T22:47:54.682Z | Compiling goblin v0.8.2 |
| 1545 | 2026-05-19T22:47:54.730Z | Compiling hubpack_derive v0.1.1 |
| 1546 | 2026-05-19T22:47:54.736Z | Compiling futures-executor v0.3.32 |
| 1547 | 2026-05-19T22:47:54.819Z | Compiling cargo-platform v0.1.9 |
| 1548 | 2026-05-19T22:47:54.843Z | Compiling hex v0.4.3 |
| 1549 | 2026-05-19T22:47:54.878Z | Compiling hkdf v0.12.4 |
| 1550 | 2026-05-19T22:47:54.908Z | Compiling crypto-bigint v0.5.5 |
| 1551 | 2026-05-19T22:47:54.919Z | Compiling regex v1.12.3 |
| 1552 | 2026-05-19T22:47:55.110Z | Compiling group v0.13.0 |
| 1553 | 2026-05-19T22:47:55.121Z | Compiling num-iter v0.1.45 |
| 1554 | 2026-05-19T22:47:55.135Z | Compiling strum_macros v0.27.2 |
| 1555 | 2026-05-19T22:47:55.165Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1556 | 2026-05-19T22:47:55.179Z | Compiling daft-derive v0.1.7 |
| 1557 | 2026-05-19T22:47:55.221Z | Compiling ref-cast-impl v1.0.25 |
| 1558 | 2026-05-19T22:47:55.255Z | Compiling snafu-derive v0.8.9 |
| 1559 | 2026-05-19T22:47:55.376Z | Compiling terminal_size v0.4.3 |
| 1560 | 2026-05-19T22:47:55.566Z | Compiling phf_shared v0.13.1 |
| 1561 | 2026-05-19T22:47:55.658Z | Compiling tokio-util v0.7.18 |
| 1562 | 2026-05-19T22:47:55.671Z | Compiling tower v0.5.3 |
| 1563 | 2026-05-19T22:47:55.679Z | Compiling tokio-native-tls v0.3.1 |
| 1564 | 2026-05-19T22:47:55.792Z | Compiling lazy_static v1.5.0 |
| 1565 | 2026-05-19T22:47:55.806Z | Compiling vergen v9.0.6 |
| 1566 | 2026-05-19T22:47:55.868Z | Compiling fs-err v3.3.0 |
| 1567 | 2026-05-19T22:47:55.909Z | Compiling ahash v0.8.12 |
| 1568 | 2026-05-19T22:47:55.909Z | Compiling encoding_rs v0.8.35 |
| 1569 | 2026-05-19T22:47:55.909Z | Compiling libbz2-rs-sys v0.2.2 |
| 1570 | 2026-05-19T22:47:55.992Z | Compiling foldhash v0.1.5 |
| 1571 | 2026-05-19T22:47:56.036Z | Compiling managed v0.8.0 |
| 1572 | 2026-05-19T22:47:56.078Z | Compiling bumpalo v3.20.2 |
| 1573 | 2026-05-19T22:47:56.103Z | Compiling tower-http v0.6.8 |
| 1574 | 2026-05-19T22:47:56.135Z | Compiling newtype-uuid v1.3.2 |
| 1575 | 2026-05-19T22:47:56.168Z | Compiling bitflags v1.3.2 |
| 1576 | 2026-05-19T22:47:56.299Z | Compiling foldhash v0.2.0 |
| 1577 | 2026-05-19T22:47:56.338Z | Compiling winnow v0.5.40 |
| 1578 | 2026-05-19T22:47:56.359Z | Compiling unicode-segmentation v1.12.0 |
| 1579 | 2026-05-19T22:47:56.518Z | Compiling h2 v0.4.13 |
| 1580 | 2026-05-19T22:47:56.558Z | Compiling mime v0.3.17 |
| 1581 | 2026-05-19T22:47:56.577Z | Compiling same-file v1.0.6 |
| 1582 | 2026-05-19T22:47:56.689Z | Compiling cpufeatures v0.3.0 |
| 1583 | 2026-05-19T22:47:56.735Z | Compiling object v0.37.3 |
| 1584 | 2026-05-19T22:47:56.753Z | Compiling chacha20 v0.10.0 |
| 1585 | 2026-05-19T22:47:56.754Z | Compiling walkdir v2.5.0 |
| 1586 | 2026-05-19T22:47:56.790Z | Compiling clap_builder v4.5.60 |
| 1587 | 2026-05-19T22:47:56.832Z | Compiling flate2 v1.1.9 |
| 1588 | 2026-05-19T22:47:57.076Z | Compiling dof v0.3.0 |
| 1589 | 2026-05-19T22:47:57.100Z | Compiling hashbrown v0.16.1 |
| 1590 | 2026-05-19T22:47:57.100Z | Compiling daft v0.1.7 |
| 1591 | 2026-05-19T22:47:57.132Z | Compiling bzip2 v0.6.1 |
| 1592 | 2026-05-19T22:47:57.191Z | Compiling strum v0.27.2 |
| 1593 | 2026-05-19T22:47:57.255Z | Compiling zopfli v0.8.3 |
| 1594 | 2026-05-19T22:47:57.299Z | Compiling snafu v0.8.9 |
| 1595 | 2026-05-19T22:47:57.346Z | Compiling hashbrown v0.15.5 |
| 1596 | 2026-05-19T22:47:57.443Z | Compiling elliptic-curve v0.13.8 |
| 1597 | 2026-05-19T22:47:57.632Z | Compiling toml_edit v0.19.15 |
| 1598 | 2026-05-19T22:47:57.713Z | Compiling phf v0.13.1 |
| 1599 | 2026-05-19T22:47:57.758Z | Compiling signal-hook-mio v0.2.5 |
| 1600 | 2026-05-19T22:47:57.820Z | Compiling cargo_metadata v0.19.2 |
| 1601 | 2026-05-19T22:47:57.866Z | Compiling cookie_store v0.22.1 |
| 1602 | 2026-05-19T22:47:57.890Z | Compiling usdt-macro v0.6.0 |
| 1603 | 2026-05-19T22:47:57.911Z | Compiling usdt-attr-macro v0.6.0 |
| 1604 | 2026-05-19T22:47:57.933Z | Compiling hubpack v0.1.2 |
| 1605 | 2026-05-19T22:47:57.943Z | Compiling bzip2 v0.4.4 |
| 1606 | 2026-05-19T22:47:58.028Z | Compiling futures v0.3.32 |
| 1607 | 2026-05-19T22:47:58.128Z | Compiling zstd v0.13.3 |
| 1608 | 2026-05-19T22:47:58.165Z | Compiling serde_with_macros v3.17.0 |
| 1609 | 2026-05-19T22:47:58.174Z | Compiling postgres-types v0.2.12 |
| 1610 | 2026-05-19T22:47:58.302Z | Compiling dtrace-parser v0.2.0 |
| 1611 | 2026-05-19T22:47:58.397Z | Compiling globset v0.4.18 |
| 1612 | 2026-05-19T22:47:58.553Z | Compiling ed25519 v2.2.3 |
| 1613 | 2026-05-19T22:47:58.683Z | Compiling pkcs1 v0.7.5 |
| 1614 | 2026-05-19T22:47:58.755Z | Compiling serde-big-array v0.5.1 |
| 1615 | 2026-05-19T22:47:58.770Z | Compiling olpc-cjson v0.1.4 |
| 1616 | 2026-05-19T22:47:58.913Z | Compiling serde_plain v1.0.2 |
| 1617 | 2026-05-19T22:47:58.940Z | Compiling rfc6979 v0.4.0 |
| 1618 | 2026-05-19T22:47:59.082Z | Compiling serde_repr v0.1.20 |
| 1619 | 2026-05-19T22:47:59.098Z | Compiling strum_macros v0.26.4 |
| 1620 | 2026-05-19T22:47:59.098Z | Compiling enum-as-inner v0.6.1 |
| 1621 | 2026-05-19T22:47:59.129Z | Compiling clap_derive v4.5.55 |
| 1622 | 2026-05-19T22:47:59.134Z | Compiling async-recursion v1.1.1 |
| 1623 | 2026-05-19T22:47:59.189Z | Compiling phf_shared v0.11.3 |
| 1624 | 2026-05-19T22:47:59.324Z | Compiling float-cmp v0.10.0 |
| 1625 | 2026-05-19T22:47:59.358Z | Compiling pem v3.0.6 |
| 1626 | 2026-05-19T22:47:59.395Z | Compiling thread-id v4.2.2 |
| 1627 | 2026-05-19T22:47:59.483Z | Compiling memmap2 v0.9.10 |
| 1628 | 2026-05-19T22:47:59.491Z | Compiling hyper v1.8.1 |
| 1629 | 2026-05-19T22:47:59.497Z | Compiling env_filter v1.0.0 |
| 1630 | 2026-05-19T22:47:59.651Z | Compiling jiff v0.2.21 |
| 1631 | 2026-05-19T22:47:59.659Z | Compiling normalize-line-endings v0.3.0 |
| 1632 | 2026-05-19T22:47:59.718Z | Compiling keccak v0.1.6 |
| 1633 | 2026-05-19T22:47:59.731Z | Compiling whoami v2.1.0 |
| 1634 | 2026-05-19T22:47:59.764Z | Compiling new_debug_unreachable v1.0.6 |
| 1635 | 2026-05-19T22:47:59.827Z | Compiling predicates-core v1.0.10 |
| 1636 | 2026-05-19T22:47:59.842Z | Compiling data-encoding v2.10.0 |
| 1637 | 2026-05-19T22:47:59.859Z | Compiling precomputed-hash v0.1.1 |
| 1638 | 2026-05-19T22:47:59.863Z | Compiling either v1.15.0 |
| 1639 | 2026-05-19T22:47:59.962Z | Compiling fixedbitset v0.5.7 |
| 1640 | 2026-05-19T22:48:00.045Z | Compiling typed-path v0.9.3 |
| 1641 | 2026-05-19T22:48:00.094Z | Compiling difflib v0.4.0 |
| 1642 | 2026-05-19T22:48:00.120Z | Compiling static_assertions v1.1.0 |
| 1643 | 2026-05-19T22:48:00.211Z | Compiling fixedbitset v0.4.2 |
| 1644 | 2026-05-19T22:48:00.278Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1645 | 2026-05-19T22:48:00.306Z | Compiling petgraph v0.8.3 |
| 1646 | 2026-05-19T22:48:00.441Z | Compiling petgraph v0.6.5 |
| 1647 | 2026-05-19T22:48:00.523Z | Compiling predicates v3.1.4 |
| 1648 | 2026-05-19T22:48:00.549Z | Compiling hickory-proto v0.25.2 |
| 1649 | 2026-05-19T22:48:00.563Z | Compiling itertools v0.13.0 |
| 1650 | 2026-05-19T22:48:00.575Z | Compiling hyper-util v0.1.20 |
| 1651 | 2026-05-19T22:48:00.681Z | Compiling tokio-postgres v0.7.16 |
| 1652 | 2026-05-19T22:48:00.907Z | Compiling strum v0.26.3 |
| 1653 | 2026-05-19T22:48:00.990Z | Compiling clap v4.5.60 |
| 1654 | 2026-05-19T22:48:01.059Z | Compiling string_cache v0.8.9 |
| 1655 | 2026-05-19T22:48:01.079Z | Compiling sha3 v0.10.8 |
| 1656 | 2026-05-19T22:48:01.116Z | Compiling toml_edit v0.22.27 |
| 1657 | 2026-05-19T22:48:01.238Z | Compiling env_logger v0.11.9 |
| 1658 | 2026-05-19T22:48:01.264Z | Compiling usdt v0.6.0 |
| 1659 | 2026-05-19T22:48:01.346Z | Compiling usdt-impl v0.5.0 |
| 1660 | 2026-05-19T22:48:01.553Z | Compiling serde_with v3.17.0 |
| 1661 | 2026-05-19T22:48:01.597Z | Compiling crossterm v0.28.1 |
| 1662 | 2026-05-19T22:48:01.625Z | Compiling ecdsa v0.16.9 |
| 1663 | 2026-05-19T22:48:01.843Z | Compiling toml v0.7.8 |
| 1664 | 2026-05-19T22:48:01.962Z | Compiling rsa v0.9.10 |
| 1665 | 2026-05-19T22:48:02.010Z | Compiling hyper-tls v0.6.0 |
| 1666 | 2026-05-19T22:48:02.040Z | Compiling ed25519-dalek v2.2.0 |
| 1667 | 2026-05-19T22:48:02.328Z | Compiling zip v4.6.1 |
| 1668 | 2026-05-19T22:48:02.471Z | Compiling zip v0.6.6 |
| 1669 | 2026-05-19T22:48:02.688Z | Compiling iddqd v0.4.1 |
| 1670 | 2026-05-19T22:48:03.126Z | Compiling rand v0.10.0 |
| 1671 | 2026-05-19T22:48:03.138Z | Compiling heck v0.4.1 |
| 1672 | 2026-05-19T22:48:03.160Z | Compiling similar v2.7.0 |
| 1673 | 2026-05-19T22:48:03.194Z | Compiling tokio-stream v0.1.18 |
| 1674 | 2026-05-19T22:48:03.213Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1675 | 2026-05-19T22:48:03.432Z | Compiling buf-list v1.1.2 |
| 1676 | 2026-05-19T22:48:03.442Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1677 | 2026-05-19T22:48:03.442Z | Compiling openapiv3 v2.2.0 |
| 1678 | 2026-05-19T22:48:03.608Z | Compiling x509-cert v0.2.5 |
| 1679 | 2026-05-19T22:48:03.640Z | Compiling sha1 v0.10.6 |
| 1680 | 2026-05-19T22:48:03.702Z | Compiling crossbeam-epoch v0.9.18 |
| 1681 | 2026-05-19T22:48:03.841Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1682 | 2026-05-19T22:48:03.866Z | Compiling lalrpop-util v0.19.12 |
| 1683 | 2026-05-19T22:48:03.882Z | Compiling peg-runtime v0.8.5 |
| 1684 | 2026-05-19T22:48:03.931Z | Compiling thread_local v1.1.9 |
| 1685 | 2026-05-19T22:48:03.983Z | Compiling slog-async v2.8.0 |
| 1686 | 2026-05-19T22:48:04.044Z | Compiling crossbeam-channel v0.5.15 |
| 1687 | 2026-05-19T22:48:04.044Z | Compiling filetime v0.2.27 |
| 1688 | 2026-05-19T22:48:04.124Z | Compiling is-terminal v0.4.17 |
| 1689 | 2026-05-19T22:48:04.124Z | Compiling xattr v1.6.1 |
| 1690 | 2026-05-19T22:48:04.124Z | Compiling take_mut v0.2.2 |
| 1691 | 2026-05-19T22:48:04.205Z | Compiling term v1.2.1 |
| 1692 | 2026-05-19T22:48:04.296Z | Compiling tar v0.4.45 |
| 1693 | 2026-05-19T22:48:04.450Z | Compiling slog-term v2.9.2 |
| 1694 | 2026-05-19T22:48:22.052Z | Compiling rustls-webpki v0.103.9 |
| 1695 | 2026-05-19T22:48:24.813Z | Compiling tokio-rustls v0.26.4 |
| 1696 | 2026-05-19T22:48:24.813Z | Compiling rustls-platform-verifier v0.6.2 |
| 1697 | 2026-05-19T22:48:25.018Z | Compiling hyper-rustls v0.27.7 |
| 1698 | 2026-05-19T22:48:25.207Z | Compiling reqwest v0.12.28 |
| 1699 | 2026-05-19T22:48:25.207Z | Compiling reqwest v0.13.2 |
| 1700 | 2026-05-19T22:48:26.432Z | Compiling tough v0.22.0 |
| 1701 | 2026-05-19T22:48:28.927Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1702 | 2026-05-19T22:48:29.163Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1703 | 2026-05-19T22:48:31.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.55s |
| 1704 | 2026-05-19T22:48:32.117Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1705 | 2026-05-19T22:48:32.172Z | May 19 22:48:31.859 INFO Starting download, target: Cockroach |
| 1706 | 2026-05-19T22:48:32.172Z | May 19 22:48:31.860 INFO Starting download, target: Clickhouse |
| 1707 | 2026-05-19T22:48:32.172Z | May 19 22:48:31.860 INFO Starting download, target: Console |
| 1708 | 2026-05-19T22:48:32.175Z | May 19 22:48:31.860 INFO Starting download, target: DendriteStub |
| 1709 | 2026-05-19T22:48:32.175Z | May 19 22:48:31.860 INFO Starting download, target: MaghemiteMgd |
| 1710 | 2026-05-19T22:48:32.175Z | May 19 22:48:31.860 INFO Starting download, target: TransceiverControl |
| 1711 | 2026-05-19T22:48:32.175Z | May 19 22:48:31.860 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1712 | 2026-05-19T22:48:32.176Z | May 19 22:48:31.860 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1713 | 2026-05-19T22:48:32.176Z | May 19 22:48:31.860 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1714 | 2026-05-19T22:48:32.176Z | May 19 22:48:31.860 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1715 | 2026-05-19T22:48:32.176Z | May 19 22:48:31.860 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1716 | 2026-05-19T22:48:32.176Z | May 19 22:48:31.860 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1717 | 2026-05-19T22:48:33.245Z | May 19 22:48:32.912 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1718 | 2026-05-19T22:48:33.433Z | May 19 22:48:33.099 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1719 | 2026-05-19T22:48:33.480Z | May 19 22:48:33.155 INFO Download complete, target: Console |
| 1720 | 2026-05-19T22:48:33.628Z | May 19 22:48:33.308 INFO Download complete, target: TransceiverControl |
| 1721 | 2026-05-19T22:48:34.562Z | May 19 22:48:34.241 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1722 | 2026-05-19T22:48:35.615Z | May 19 22:48:35.276 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1723 | 2026-05-19T22:48:35.939Z | May 19 22:48:35.613 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1724 | 2026-05-19T22:48:36.438Z | May 19 22:48:36.125 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1725 | 2026-05-19T22:48:36.438Z | May 19 22:48:36.125 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1726 | 2026-05-19T22:48:37.955Z | May 19 22:48:37.642 INFO Download complete, target: DendriteStub |
| 1727 | 2026-05-19T22:48:38.349Z | May 19 22:48:38.035 INFO Download complete, target: MaghemiteMgd |
| 1728 | 2026-05-19T22:48:41.204Z | May 19 22:48:40.883 INFO Checking that binary works, target: Cockroach |
| 1729 | 2026-05-19T22:48:41.405Z | May 19 22:48:41.086 INFO Checking that binary works, target: Clickhouse |
| 1730 | 2026-05-19T22:48:41.423Z | May 19 22:48:41.111 INFO Download complete, target: Cockroach |
| 1731 | 2026-05-19T22:48:41.556Z | May 19 22:48:41.242 INFO Download complete, target: Clickhouse |
| 1732 | 2026-05-19T22:48:41.561Z | All prerequisites installed successfully |
| 1733 | 2026-05-19T22:48:41.566Z | |
| 1734 | 2026-05-19T22:48:41.567Z | real 2:05.036164766 |
| 1735 | 2026-05-19T22:48:41.567Z | user 6:55.611613112 |
| 1736 | 2026-05-19T22:48:41.567Z | sys 1:41.952731738 |
| 1737 | 2026-05-19T22:48:41.567Z | trap 0.238431911 |
| 1738 | 2026-05-19T22:48:41.567Z | tflt 2.806575374 |
| 1739 | 2026-05-19T22:48:41.567Z | dflt 2.868384701 |
| 1740 | 2026-05-19T22:48:41.567Z | kflt 0.062748710 |
| 1741 | 2026-05-19T22:48:41.567Z | lock 22:45.035269329 |
| 1742 | 2026-05-19T22:48:41.567Z | slp 19:26.030996092 |
| 1743 | 2026-05-19T22:48:41.567Z | lat 21.471340026 |
| 1744 | 2026-05-19T22:48:41.567Z | stop 2:48.022266123 |
| 1745 | 2026-05-19T22:48:41.567Z | + ptime -m cargo xtask download softnpu |
| 1746 | 2026-05-19T22:48:42.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1747 | 2026-05-19T22:48:42.270Z | Running `target/debug/xtask download softnpu` |
| 1748 | 2026-05-19T22:48:42.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 1749 | 2026-05-19T22:48:43.008Z | Running `target/debug/xtask-downloader softnpu` |
| 1750 | 2026-05-19T22:48:43.043Z | May 19 22:48:42.718 INFO Starting download, target: Softnpu |
| 1751 | 2026-05-19T22:48:43.062Z | May 19 22:48:42.718 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1752 | 2026-05-19T22:48:45.459Z | May 19 22:48:45.120 INFO Download complete, target: Softnpu |
| 1753 | 2026-05-19T22:48:45.536Z | |
| 1754 | 2026-05-19T22:48:45.536Z | real 3.869411815 |
| 1755 | 2026-05-19T22:48:45.536Z | user 1.386501215 |
| 1756 | 2026-05-19T22:48:45.536Z | sys 0.691872413 |
| 1757 | 2026-05-19T22:48:45.537Z | trap 0.001371320 |
| 1758 | 2026-05-19T22:48:45.537Z | tflt 0.000092150 |
| 1759 | 2026-05-19T22:48:45.537Z | dflt 0.000310180 |
| 1760 | 2026-05-19T22:48:45.537Z | kflt 0.000002080 |
| 1761 | 2026-05-19T22:48:45.537Z | lock 47.931772070 |
| 1762 | 2026-05-19T22:48:45.537Z | slp 2.243633885 |
| 1763 | 2026-05-19T22:48:45.537Z | lat 0.111717373 |
| 1764 | 2026-05-19T22:48:45.538Z | stop 0.000268500 |
| 1765 | 2026-05-19T22:48:45.538Z | + export CARGO_INCREMENTAL=0 |
| 1766 | 2026-05-19T22:48:45.538Z | + CARGO_INCREMENTAL=0 |
| 1767 | 2026-05-19T22:48:45.538Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1768 | 2026-05-19T22:48:46.366Z | Compiling proc-macro2 v1.0.106 |
| 1769 | 2026-05-19T22:48:46.366Z | Compiling quote v1.0.45 |
| 1770 | 2026-05-19T22:48:46.366Z | Compiling unicode-ident v1.0.24 |
| 1771 | 2026-05-19T22:48:46.366Z | Compiling libc v0.2.185 |
| 1772 | 2026-05-19T22:48:46.366Z | Compiling serde_core v1.0.228 |
| 1773 | 2026-05-19T22:48:46.384Z | Compiling serde v1.0.228 |
| 1774 | 2026-05-19T22:48:46.384Z | Compiling cfg-if v1.0.4 |
| 1775 | 2026-05-19T22:48:46.514Z | Compiling version_check v0.9.5 |
| 1776 | 2026-05-19T22:48:46.521Z | Compiling shlex v1.3.0 |
| 1777 | 2026-05-19T22:48:46.521Z | Compiling find-msvc-tools v0.1.9 |
| 1778 | 2026-05-19T22:48:46.521Z | Compiling typenum v1.19.0 |
| 1779 | 2026-05-19T22:48:46.521Z | Compiling zmij v1.0.21 |
| 1780 | 2026-05-19T22:48:46.521Z | Compiling autocfg v1.5.0 |
| 1781 | 2026-05-19T22:48:46.522Z | Compiling serde_json v1.0.149 |
| 1782 | 2026-05-19T22:48:46.522Z | Compiling memchr v2.8.0 |
| 1783 | 2026-05-19T22:48:46.647Z | Compiling portable-atomic v1.13.1 |
| 1784 | 2026-05-19T22:48:46.764Z | Compiling libm v0.2.16 |
| 1785 | 2026-05-19T22:48:46.792Z | Compiling zerocopy v0.8.40 |
| 1786 | 2026-05-19T22:48:46.889Z | Compiling smallvec v1.15.1 |
| 1787 | 2026-05-19T22:48:46.933Z | Compiling parking_lot_core v0.9.12 |
| 1788 | 2026-05-19T22:48:46.949Z | Compiling generic-array v0.14.7 |
| 1789 | 2026-05-19T22:48:46.964Z | Compiling icu_properties_data v2.1.2 |
| 1790 | 2026-05-19T22:48:47.013Z | Compiling icu_normalizer_data v2.1.1 |
| 1791 | 2026-05-19T22:48:47.013Z | Compiling itoa v1.0.17 |
| 1792 | 2026-05-19T22:48:47.129Z | Compiling getrandom v0.4.1 |
| 1793 | 2026-05-19T22:48:47.151Z | Compiling num-traits v0.2.19 |
| 1794 | 2026-05-19T22:48:47.201Z | Compiling log v0.4.29 |
| 1795 | 2026-05-19T22:48:47.219Z | Compiling stable_deref_trait v1.2.1 |
| 1796 | 2026-05-19T22:48:47.247Z | Compiling pkg-config v0.3.32 |
| 1797 | 2026-05-19T22:48:47.251Z | Compiling subtle v2.6.1 |
| 1798 | 2026-05-19T22:48:47.428Z | Compiling scopeguard v1.2.0 |
| 1799 | 2026-05-19T22:48:47.477Z | Compiling litemap v0.8.1 |
| 1800 | 2026-05-19T22:48:47.480Z | Compiling writeable v0.6.2 |
| 1801 | 2026-05-19T22:48:47.534Z | Compiling jobserver v0.1.34 |
| 1802 | 2026-05-19T22:48:47.537Z | Compiling getrandom v0.2.17 |
| 1803 | 2026-05-19T22:48:47.592Z | Compiling errno v0.3.14 |
| 1804 | 2026-05-19T22:48:47.659Z | Compiling lock_api v0.4.14 |
| 1805 | 2026-05-19T22:48:47.736Z | Compiling rand_core v0.6.4 |
| 1806 | 2026-05-19T22:48:47.753Z | Compiling cc v1.2.56 |
| 1807 | 2026-05-19T22:48:47.785Z | Compiling percent-encoding v2.3.2 |
| 1808 | 2026-05-19T22:48:47.850Z | Compiling fnv v1.0.7 |
| 1809 | 2026-05-19T22:48:47.883Z | Compiling syn v2.0.117 |
| 1810 | 2026-05-19T22:48:47.898Z | Compiling pin-project-lite v0.2.17 |
| 1811 | 2026-05-19T22:48:47.970Z | Compiling thiserror v2.0.18 |
| 1812 | 2026-05-19T22:48:48.036Z | Compiling getrandom v0.3.4 |
| 1813 | 2026-05-19T22:48:48.042Z | Compiling dunce v1.0.5 |
| 1814 | 2026-05-19T22:48:48.109Z | Compiling fs_extra v1.3.0 |
| 1815 | 2026-05-19T22:48:48.112Z | Compiling equivalent v1.0.2 |
| 1816 | 2026-05-19T22:48:48.123Z | Compiling rand_core v0.10.0 |
| 1817 | 2026-05-19T22:48:48.173Z | Compiling rustversion v1.0.22 |
| 1818 | 2026-05-19T22:48:48.176Z | Compiling utf8_iter v1.0.4 |
| 1819 | 2026-05-19T22:48:48.201Z | Compiling schemars v0.8.22 |
| 1820 | 2026-05-19T22:48:48.293Z | Compiling form_urlencoded v1.2.2 |
| 1821 | 2026-05-19T22:48:48.366Z | Compiling critical-section v1.2.0 |
| 1822 | 2026-05-19T22:48:48.431Z | Compiling signal-hook-registry v1.4.8 |
| 1823 | 2026-05-19T22:48:48.461Z | Compiling rustix v1.1.3 |
| 1824 | 2026-05-19T22:48:48.494Z | Compiling cmake v0.1.57 |
| 1825 | 2026-05-19T22:48:48.546Z | Compiling hashbrown v0.17.0 |
| 1826 | 2026-05-19T22:48:48.584Z | Compiling socket2 v0.6.3 |
| 1827 | 2026-05-19T22:48:48.635Z | Compiling parking_lot v0.12.5 |
| 1828 | 2026-05-19T22:48:48.798Z | Compiling once_cell v1.21.3 |
| 1829 | 2026-05-19T22:48:48.813Z | Compiling mio v1.2.0 |
| 1830 | 2026-05-19T22:48:48.861Z | Compiling const-oid v0.9.6 |
| 1831 | 2026-05-19T22:48:48.952Z | Compiling semver v1.0.28 |
| 1832 | 2026-05-19T22:48:49.086Z | Compiling bitflags v2.11.0 |
| 1833 | 2026-05-19T22:48:49.094Z | Compiling ring v0.17.14 |
| 1834 | 2026-05-19T22:48:49.094Z | Compiling aws-lc-sys v0.40.0 |
| 1835 | 2026-05-19T22:48:49.094Z | Compiling indexmap v2.14.0 |
| 1836 | 2026-05-19T22:48:49.289Z | Compiling heck v0.5.0 |
| 1837 | 2026-05-19T22:48:49.332Z | Compiling aws-lc-rs v1.16.3 |
| 1838 | 2026-05-19T22:48:49.400Z | Compiling futures-core v0.3.32 |
| 1839 | 2026-05-19T22:48:49.438Z | Compiling httparse v1.10.1 |
| 1840 | 2026-05-19T22:48:49.538Z | Compiling thiserror v1.0.69 |
| 1841 | 2026-05-19T22:48:49.541Z | Compiling strsim v0.11.1 |
| 1842 | 2026-05-19T22:48:49.571Z | Compiling vcpkg v0.2.15 |
| 1843 | 2026-05-19T22:48:49.637Z | Compiling iana-time-zone v0.1.65 |
| 1844 | 2026-05-19T22:48:49.637Z | Compiling ucd-trie v0.1.7 |
| 1845 | 2026-05-19T22:48:49.761Z | Compiling byteorder v1.5.0 |
| 1846 | 2026-05-19T22:48:49.812Z | Compiling pest v2.8.6 |
| 1847 | 2026-05-19T22:48:49.850Z | Compiling syn v1.0.109 |
| 1848 | 2026-05-19T22:48:49.866Z | Compiling regex-syntax v0.8.10 |
| 1849 | 2026-05-19T22:48:49.882Z | Compiling ident_case v1.0.1 |
| 1850 | 2026-05-19T22:48:49.895Z | Compiling uuid v1.23.0 |
| 1851 | 2026-05-19T22:48:50.009Z | Compiling cpufeatures v0.2.17 |
| 1852 | 2026-05-19T22:48:50.024Z | Compiling rustls v0.23.37 |
| 1853 | 2026-05-19T22:48:50.147Z | Compiling openssl-sys v0.9.115 |
| 1854 | 2026-05-19T22:48:50.155Z | Compiling futures-sink v0.3.32 |
| 1855 | 2026-05-19T22:48:50.263Z | Compiling rustc_version v0.4.1 |
| 1856 | 2026-05-19T22:48:50.291Z | Compiling futures-channel v0.3.32 |
| 1857 | 2026-05-19T22:48:50.367Z | Compiling futures-task v0.3.32 |
| 1858 | 2026-05-19T22:48:50.379Z | Compiling slab v0.4.12 |
| 1859 | 2026-05-19T22:48:50.460Z | Compiling futures-io v0.3.32 |
| 1860 | 2026-05-19T22:48:50.638Z | Compiling aho-corasick v1.1.4 |
| 1861 | 2026-05-19T22:48:50.660Z | Compiling synstructure v0.13.2 |
| 1862 | 2026-05-19T22:48:50.677Z | Compiling serde_derive_internals v0.29.1 |
| 1863 | 2026-05-19T22:48:50.697Z | Compiling dyn-clone v1.0.20 |
| 1864 | 2026-05-19T22:48:50.934Z | Compiling pest_meta v2.8.6 |
| 1865 | 2026-05-19T22:48:50.979Z | Compiling plain v0.2.3 |
| 1866 | 2026-05-19T22:48:50.993Z | Compiling crc32fast v1.5.0 |
| 1867 | 2026-05-19T22:48:51.038Z | Compiling openssl v0.10.79 |
| 1868 | 2026-05-19T22:48:51.074Z | Compiling base64 v0.22.1 |
| 1869 | 2026-05-19T22:48:51.112Z | Compiling num-conv v0.2.0 |
| 1870 | 2026-05-19T22:48:51.121Z | Compiling time-core v0.1.8 |
| 1871 | 2026-05-19T22:48:51.196Z | Compiling crossbeam-utils v0.8.21 |
| 1872 | 2026-05-19T22:48:51.299Z | Compiling time-macros v0.2.27 |
| 1873 | 2026-05-19T22:48:51.363Z | Compiling native-tls v0.2.18 |
| 1874 | 2026-05-19T22:48:51.418Z | Compiling pretty-hex v0.4.1 |
| 1875 | 2026-05-19T22:48:51.477Z | Compiling regex-automata v0.4.14 |
| 1876 | 2026-05-19T22:48:51.495Z | Compiling anyhow v1.0.102 |
| 1877 | 2026-05-19T22:48:51.510Z | Compiling base64ct v1.8.3 |
| 1878 | 2026-05-19T22:48:51.570Z | Compiling pest_generator v2.8.6 |
| 1879 | 2026-05-19T22:48:51.593Z | Compiling darling_core v0.21.3 |
| 1880 | 2026-05-19T22:48:51.733Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1881 | 2026-05-19T22:48:51.813Z | Compiling pem-rfc7468 v0.7.0 |
| 1882 | 2026-05-19T22:48:51.821Z | Compiling tracing-core v0.1.36 |
| 1883 | 2026-05-19T22:48:51.932Z | Compiling serde_derive v1.0.228 |
| 1884 | 2026-05-19T22:48:52.019Z | Compiling zeroize_derive v1.4.3 |
| 1885 | 2026-05-19T22:48:52.067Z | Compiling zerofrom-derive v0.1.6 |
| 1886 | 2026-05-19T22:48:52.083Z | Compiling yoke-derive v0.8.1 |
| 1887 | 2026-05-19T22:48:52.097Z | Compiling zerovec-derive v0.11.2 |
| 1888 | 2026-05-19T22:48:52.114Z | Compiling displaydoc v0.2.5 |
| 1889 | 2026-05-19T22:48:52.194Z | Compiling zerocopy-derive v0.8.40 |
| 1890 | 2026-05-19T22:48:52.209Z | Compiling tokio-macros v2.7.0 |
| 1891 | 2026-05-19T22:48:52.270Z | Compiling futures-macro v0.3.32 |
| 1892 | 2026-05-19T22:48:52.623Z | Compiling zeroize v1.8.2 |
| 1893 | 2026-05-19T22:48:52.889Z | Compiling thiserror-impl v2.0.18 |
| 1894 | 2026-05-19T22:48:52.906Z | Compiling schemars_derive v0.8.22 |
| 1895 | 2026-05-19T22:48:53.036Z | Compiling tracing-attributes v0.1.31 |
| 1896 | 2026-05-19T22:48:53.040Z | Compiling der_derive v0.7.3 |
| 1897 | 2026-05-19T22:48:53.129Z | Compiling thiserror-impl v1.0.69 |
| 1898 | 2026-05-19T22:48:53.186Z | Compiling zerofrom v0.1.6 |
| 1899 | 2026-05-19T22:48:53.330Z | Compiling yoke v0.8.1 |
| 1900 | 2026-05-19T22:48:53.422Z | Compiling crypto-common v0.1.7 |
| 1901 | 2026-05-19T22:48:53.523Z | Compiling zerovec v0.11.5 |
| 1902 | 2026-05-19T22:48:53.539Z | Compiling zerotrie v0.2.3 |
| 1903 | 2026-05-19T22:48:53.736Z | Compiling block-buffer v0.10.4 |
| 1904 | 2026-05-19T22:48:53.946Z | Compiling digest v0.10.7 |
| 1905 | 2026-05-19T22:48:53.985Z | Compiling pest_derive v2.8.6 |
| 1906 | 2026-05-19T22:48:54.038Z | Compiling tinystr v0.8.2 |
| 1907 | 2026-05-19T22:48:54.054Z | Compiling potential_utf v0.1.4 |
| 1908 | 2026-05-19T22:48:54.185Z | Compiling icu_collections v2.1.1 |
| 1909 | 2026-05-19T22:48:54.202Z | Compiling futures-util v0.3.32 |
| 1910 | 2026-05-19T22:48:54.238Z | Compiling icu_locale_core v2.1.1 |
| 1911 | 2026-05-19T22:48:54.261Z | Compiling hmac v0.12.1 |
| 1912 | 2026-05-19T22:48:54.414Z | Compiling block-padding v0.3.3 |
| 1913 | 2026-05-19T22:48:54.430Z | Compiling rustls-pki-types v1.14.0 |
| 1914 | 2026-05-19T22:48:54.433Z | Compiling openssl-macros v0.1.1 |
| 1915 | 2026-05-19T22:48:54.463Z | Compiling sha2 v0.10.9 |
| 1916 | 2026-05-19T22:48:54.847Z | Compiling inout v0.1.4 |
| 1917 | 2026-05-19T22:48:54.928Z | Compiling icu_provider v2.1.1 |
| 1918 | 2026-05-19T22:48:55.009Z | Compiling bytes v1.11.1 |
| 1919 | 2026-05-19T22:48:55.086Z | Compiling chrono v0.4.44 |
| 1920 | 2026-05-19T22:48:55.175Z | Compiling serde_tokenstream v0.2.3 |
| 1921 | 2026-05-19T22:48:55.280Z | Compiling icu_properties v2.1.2 |
| 1922 | 2026-05-19T22:48:55.396Z | Compiling icu_normalizer v2.1.1 |
| 1923 | 2026-05-19T22:48:55.491Z | Compiling cipher v0.4.4 |
| 1924 | 2026-05-19T22:48:55.615Z | Compiling tokio v1.52.1 |
| 1925 | 2026-05-19T22:48:56.028Z | Compiling scroll_derive v0.13.1 |
| 1926 | 2026-05-19T22:48:56.271Z | Compiling idna_adapter v1.2.1 |
| 1927 | 2026-05-19T22:48:56.422Z | Compiling idna v1.1.0 |
| 1928 | 2026-05-19T22:48:56.579Z | Compiling ppv-lite86 v0.2.21 |
| 1929 | 2026-05-19T22:48:56.784Z | Compiling url v2.5.8 |
| 1930 | 2026-05-19T22:48:56.834Z | Compiling scroll_derive v0.12.1 |
| 1931 | 2026-05-19T22:48:56.857Z | Compiling http v1.4.0 |
| 1932 | 2026-05-19T22:48:56.891Z | Compiling untrusted v0.9.0 |
| 1933 | 2026-05-19T22:48:56.928Z | Compiling flagset v0.4.7 |
| 1934 | 2026-05-19T22:48:57.072Z | Compiling der v0.7.10 |
| 1935 | 2026-05-19T22:48:57.159Z | Compiling tracing v0.1.44 |
| 1936 | 2026-05-19T22:48:57.417Z | Compiling darling_macro v0.21.3 |
| 1937 | 2026-05-19T22:48:57.467Z | Compiling regex v1.12.3 |
| 1938 | 2026-05-19T22:48:57.580Z | Compiling zerocopy-derive v0.7.35 |
| 1939 | 2026-05-19T22:48:57.761Z | Compiling rand_core v0.9.5 |
| 1940 | 2026-05-19T22:48:57.886Z | Compiling slog v2.8.2 |
| 1941 | 2026-05-19T22:48:58.185Z | Compiling darling v0.21.3 |
| 1942 | 2026-05-19T22:48:58.278Z | Compiling spki v0.7.3 |
| 1943 | 2026-05-19T22:48:58.332Z | Compiling salsa20 v0.10.2 |
| 1944 | 2026-05-19T22:48:58.351Z | Compiling pbkdf2 v0.12.2 |
| 1945 | 2026-05-19T22:48:58.711Z | Compiling cookie v0.18.1 |
| 1946 | 2026-05-19T22:48:58.884Z | Compiling camino v1.2.2 |
| 1947 | 2026-05-19T22:48:59.111Z | Compiling scrypt v0.11.0 |
| 1948 | 2026-05-19T22:48:59.198Z | Compiling rand_chacha v0.9.0 |
| 1949 | 2026-05-19T22:48:59.215Z | Compiling http-body v1.0.1 |
| 1950 | 2026-05-19T22:48:59.269Z | Compiling cbc v0.1.2 |
| 1951 | 2026-05-19T22:48:59.323Z | Compiling tokio-util v0.7.18 |
| 1952 | 2026-05-19T22:48:59.351Z | Compiling aes v0.8.4 |
| 1953 | 2026-05-19T22:48:59.436Z | Compiling usdt-impl v0.5.0 |
| 1954 | 2026-05-19T22:48:59.439Z | Compiling winnow v0.7.14 |
| 1955 | 2026-05-19T22:48:59.476Z | Compiling tinyvec_macros v0.1.1 |
| 1956 | 2026-05-19T22:48:59.560Z | Compiling atomic-waker v1.1.2 |
| 1957 | 2026-05-19T22:48:59.575Z | Compiling usdt-impl v0.6.0 |
| 1958 | 2026-05-19T22:48:59.590Z | Compiling ref-cast v1.0.25 |
| 1959 | 2026-05-19T22:48:59.678Z | Compiling untrusted v0.7.1 |
| 1960 | 2026-05-19T22:48:59.712Z | Compiling either v1.15.0 |
| 1961 | 2026-05-19T22:48:59.825Z | Compiling paste v1.0.15 |
| 1962 | 2026-05-19T22:48:59.839Z | Compiling openssl-probe v0.2.1 |
| 1963 | 2026-05-19T22:48:59.892Z | Compiling pkcs5 v0.7.1 |
| 1964 | 2026-05-19T22:49:00.015Z | Compiling tinyvec v1.10.0 |
| 1965 | 2026-05-19T22:49:00.159Z | Compiling rand v0.9.2 |
| 1966 | 2026-05-19T22:49:00.407Z | Compiling scroll v0.12.0 |
| 1967 | 2026-05-19T22:49:00.558Z | Compiling scroll v0.13.0 |
| 1968 | 2026-05-19T22:49:00.586Z | Compiling toml_datetime v0.6.11 |
| 1969 | 2026-05-19T22:49:00.681Z | Compiling serde_spanned v0.6.9 |
| 1970 | 2026-05-19T22:49:00.696Z | Compiling async-trait v0.1.89 |
| 1971 | 2026-05-19T22:49:00.746Z | Compiling heapless v0.7.17 |
| 1972 | 2026-05-19T22:49:00.844Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1973 | 2026-05-19T22:49:00.858Z | Compiling try-lock v0.2.5 |
| 1974 | 2026-05-19T22:49:00.861Z | Compiling signal-hook v0.3.18 |
| 1975 | 2026-05-19T22:49:00.891Z | Compiling zstd-safe v7.2.4 |
| 1976 | 2026-05-19T22:49:00.933Z | Compiling tower-layer v0.3.3 |
| 1977 | 2026-05-19T22:49:01.014Z | Compiling tower-service v0.3.3 |
| 1978 | 2026-05-19T22:49:01.157Z | Compiling fastrand v2.3.0 |
| 1979 | 2026-05-19T22:49:01.220Z | Compiling want v0.3.1 |
| 1980 | 2026-05-19T22:49:01.279Z | Compiling h2 v0.4.13 |
| 1981 | 2026-05-19T22:49:01.399Z | Compiling goblin v0.10.5 |
| 1982 | 2026-05-19T22:49:01.440Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1983 | 2026-05-19T22:49:01.517Z | Compiling goblin v0.8.2 |
| 1984 | 2026-05-19T22:49:01.547Z | Compiling pkcs8 v0.10.2 |
| 1985 | 2026-05-19T22:49:01.636Z | Compiling zerocopy v0.7.35 |
| 1986 | 2026-05-19T22:49:01.853Z | Compiling ipnet v2.11.0 |
| 1987 | 2026-05-19T22:49:01.997Z | Compiling ref-cast-impl v1.0.25 |
| 1988 | 2026-05-19T22:49:02.059Z | Compiling darling_core v0.20.11 |
| 1989 | 2026-05-19T22:49:02.193Z | Compiling curve25519-dalek v4.1.3 |
| 1990 | 2026-05-19T22:49:02.360Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1991 | 2026-05-19T22:49:02.492Z | Compiling memoffset v0.9.1 |
| 1992 | 2026-05-19T22:49:02.534Z | Compiling pin-utils v0.1.0 |
| 1993 | 2026-05-19T22:49:02.620Z | Compiling foreign-types-shared v0.1.1 |
| 1994 | 2026-05-19T22:49:02.646Z | Compiling litrs v1.0.0 |
| 1995 | 2026-05-19T22:49:02.727Z | Compiling httpdate v1.0.3 |
| 1996 | 2026-05-19T22:49:02.973Z | Compiling rustix v0.38.44 |
| 1997 | 2026-05-19T22:49:03.094Z | Compiling winnow v0.5.40 |
| 1998 | 2026-05-19T22:49:03.312Z | Compiling document-features v0.2.12 |
| 1999 | 2026-05-19T22:49:03.331Z | Compiling tempfile v3.25.0 |
| 2000 | 2026-05-19T22:49:03.348Z | Compiling foreign-types v0.3.2 |
| 2001 | 2026-05-19T22:49:03.678Z | Compiling dof v0.3.0 |
| 2002 | 2026-05-19T22:49:03.829Z | Compiling unicode-normalization v0.1.25 |
| 2003 | 2026-05-19T22:49:03.996Z | Compiling darling_macro v0.20.11 |
| 2004 | 2026-05-19T22:49:04.075Z | Compiling dof v0.4.0 |
| 2005 | 2026-05-19T22:49:04.218Z | Compiling dtrace-parser v0.2.0 |
| 2006 | 2026-05-19T22:49:04.292Z | Compiling hyper v1.8.1 |
| 2007 | 2026-05-19T22:49:04.450Z | Compiling toml_edit v0.19.15 |
| 2008 | 2026-05-19T22:49:04.482Z | Compiling dtrace-parser v0.3.0 |
| 2009 | 2026-05-19T22:49:04.579Z | Compiling pin-project-internal v1.1.11 |
| 2010 | 2026-05-19T22:49:04.701Z | Compiling daft-derive v0.1.7 |
| 2011 | 2026-05-19T22:49:04.803Z | Compiling spin v0.9.8 |
| 2012 | 2026-05-19T22:49:04.818Z | Compiling thread-id v4.2.2 |
| 2013 | 2026-05-19T22:49:04.835Z | Compiling thread-id v5.1.0 |
| 2014 | 2026-05-19T22:49:04.917Z | Compiling num-bigint-dig v0.8.6 |
| 2015 | 2026-05-19T22:49:05.029Z | Compiling cfg_aliases v0.2.1 |
| 2016 | 2026-05-19T22:49:05.076Z | Compiling smoltcp v0.9.1 |
| 2017 | 2026-05-19T22:49:05.093Z | Compiling powerfmt v0.2.0 |
| 2018 | 2026-05-19T22:49:05.127Z | Compiling nix v0.31.2 |
| 2019 | 2026-05-19T22:49:05.385Z | Compiling hyper-util v0.1.20 |
| 2020 | 2026-05-19T22:49:05.405Z | Compiling deranged v0.5.8 |
| 2021 | 2026-05-19T22:49:05.623Z | Compiling darling v0.20.11 |
| 2022 | 2026-05-19T22:49:05.731Z | Compiling rustls-native-certs v0.8.3 |
| 2023 | 2026-05-19T22:49:05.777Z | Compiling ipnetwork v0.21.1 |
| 2024 | 2026-05-19T22:49:06.080Z | Compiling strum_macros v0.26.4 |
| 2025 | 2026-05-19T22:49:06.530Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2026 | 2026-05-19T22:49:06.618Z | Compiling sync_wrapper v1.0.2 |
| 2027 | 2026-05-19T22:49:06.639Z | Compiling wait-timeout v0.2.1 |
| 2028 | 2026-05-19T22:49:06.752Z | Compiling simd-adler32 v0.3.8 |
| 2029 | 2026-05-19T22:49:06.881Z | Compiling bit-vec v0.8.0 |
| 2030 | 2026-05-19T22:49:06.953Z | Compiling siphasher v1.0.2 |
| 2031 | 2026-05-19T22:49:07.079Z | Compiling anstyle v1.0.13 |
| 2032 | 2026-05-19T22:49:07.158Z | Compiling quick-error v1.2.3 |
| 2033 | 2026-05-19T22:49:07.178Z | Compiling num_threads v0.1.7 |
| 2034 | 2026-05-19T22:49:07.284Z | Compiling utf8parse v0.2.2 |
| 2035 | 2026-05-19T22:49:07.315Z | Compiling rusty-fork v0.3.1 |
| 2036 | 2026-05-19T22:49:07.384Z | Compiling time v0.3.47 |
| 2037 | 2026-05-19T22:49:07.402Z | Compiling anstyle-parse v0.2.7 |
| 2038 | 2026-05-19T22:49:07.584Z | Compiling bit-set v0.8.0 |
| 2039 | 2026-05-19T22:49:07.602Z | Compiling tower v0.5.3 |
| 2040 | 2026-05-19T22:49:07.806Z | Compiling derive_builder_core v0.20.2 |
| 2041 | 2026-05-19T22:49:07.992Z | Compiling http-body-util v0.1.3 |
| 2042 | 2026-05-19T22:49:08.232Z | Compiling webpki-roots v1.0.6 |
| 2043 | 2026-05-19T22:49:08.291Z | Compiling rand_xorshift v0.4.0 |
| 2044 | 2026-05-19T22:49:08.327Z | Compiling signature v2.2.0 |
| 2045 | 2026-05-19T22:49:08.369Z | Compiling hubpack_derive v0.1.1 |
| 2046 | 2026-05-19T22:49:08.451Z | Compiling strum_macros v0.27.2 |
| 2047 | 2026-05-19T22:49:08.472Z | Compiling snafu-derive v0.8.9 |
| 2048 | 2026-05-19T22:49:08.588Z | Compiling fs-err v3.3.0 |
| 2049 | 2026-05-19T22:49:08.672Z | Compiling ahash v0.8.12 |
| 2050 | 2026-05-19T22:49:08.845Z | Compiling anstyle-query v1.1.5 |
| 2051 | 2026-05-19T22:49:08.919Z | Compiling unicode-bidi v0.3.18 |
| 2052 | 2026-05-19T22:49:08.969Z | Compiling colorchoice v1.0.4 |
| 2053 | 2026-05-19T22:49:08.999Z | Compiling iri-string v0.7.10 |
| 2054 | 2026-05-19T22:49:09.108Z | Compiling ryu v1.0.23 |
| 2055 | 2026-05-19T22:49:09.125Z | Compiling is_terminal_polyfill v1.70.2 |
| 2056 | 2026-05-19T22:49:09.147Z | Compiling unicode-properties v0.1.4 |
| 2057 | 2026-05-19T22:49:09.163Z | Compiling unarray v0.1.4 |
| 2058 | 2026-05-19T22:49:09.184Z | Compiling unicode-segmentation v1.12.0 |
| 2059 | 2026-05-19T22:49:09.350Z | Compiling adler2 v2.0.1 |
| 2060 | 2026-05-19T22:49:09.380Z | Compiling object v0.37.3 |
| 2061 | 2026-05-19T22:49:09.406Z | Compiling allocator-api2 v0.2.21 |
| 2062 | 2026-05-19T22:49:09.424Z | Compiling serde_urlencoded v0.7.1 |
| 2063 | 2026-05-19T22:49:09.424Z | Compiling stringprep v0.1.5 |
| 2064 | 2026-05-19T22:49:09.486Z | Compiling miniz_oxide v0.8.9 |
| 2065 | 2026-05-19T22:49:09.501Z | Compiling proptest v1.10.0 |
| 2066 | 2026-05-19T22:49:09.653Z | Compiling anstream v0.6.21 |
| 2067 | 2026-05-19T22:49:09.873Z | Compiling derive_builder_macro v0.20.2 |
| 2068 | 2026-05-19T22:49:10.126Z | Compiling tokio-native-tls v0.3.1 |
| 2069 | 2026-05-19T22:49:10.204Z | Compiling tower-http v0.6.8 |
| 2070 | 2026-05-19T22:49:10.248Z | Compiling usdt-macro v0.6.0 |
| 2071 | 2026-05-19T22:49:10.264Z | Compiling usdt-attr-macro v0.6.0 |
| 2072 | 2026-05-19T22:49:10.530Z | Compiling rand_chacha v0.3.1 |
| 2073 | 2026-05-19T22:49:10.549Z | Compiling erased-serde v0.3.31 |
| 2074 | 2026-05-19T22:49:10.664Z | Compiling md-5 v0.10.6 |
| 2075 | 2026-05-19T22:49:10.736Z | Compiling bstr v1.12.1 |
| 2076 | 2026-05-19T22:49:10.831Z | Compiling num-integer v0.1.46 |
| 2077 | 2026-05-19T22:49:10.924Z | Compiling hash32 v0.2.1 |
| 2078 | 2026-05-19T22:49:10.967Z | Compiling vergen-lib v0.1.6 |
| 2079 | 2026-05-19T22:49:10.983Z | Compiling ff v0.13.1 |
| 2080 | 2026-05-19T22:49:11.058Z | Compiling fallible-iterator v0.2.0 |
| 2081 | 2026-05-19T22:49:11.130Z | Compiling base16ct v0.2.0 |
| 2082 | 2026-05-19T22:49:11.163Z | Compiling zlib-rs v0.6.2 |
| 2083 | 2026-05-19T22:49:11.193Z | Compiling psl-types v2.0.11 |
| 2084 | 2026-05-19T22:49:11.240Z | Compiling group v0.13.0 |
| 2085 | 2026-05-19T22:49:11.276Z | Compiling sec1 v0.7.3 |
| 2086 | 2026-05-19T22:49:11.300Z | Compiling publicsuffix v2.3.0 |
| 2087 | 2026-05-19T22:49:11.340Z | Compiling num-iter v0.1.45 |
| 2088 | 2026-05-19T22:49:11.374Z | Compiling postgres-protocol v0.6.10 |
| 2089 | 2026-05-19T22:49:11.479Z | Compiling rand v0.8.6 |
| 2090 | 2026-05-19T22:49:11.495Z | Compiling newtype-uuid v1.3.2 |
| 2091 | 2026-05-19T22:49:11.812Z | Compiling oxnet v0.1.4 |
| 2092 | 2026-05-19T22:49:12.078Z | Compiling derive_builder v0.20.2 |
| 2093 | 2026-05-19T22:49:12.100Z | Compiling hyper-tls v0.6.0 |
| 2094 | 2026-05-19T22:49:12.184Z | Compiling heck v0.4.1 |
| 2095 | 2026-05-19T22:49:12.200Z | Compiling phf_shared v0.13.1 |
| 2096 | 2026-05-19T22:49:12.214Z | Compiling pin-project v1.1.11 |
| 2097 | 2026-05-19T22:49:12.275Z | Compiling lazy_static v1.5.0 |
| 2098 | 2026-05-19T22:49:12.414Z | Compiling terminal_size v0.4.3 |
| 2099 | 2026-05-19T22:49:12.450Z | Compiling serde_with_macros v3.17.0 |
| 2100 | 2026-05-19T22:49:12.453Z | Compiling futures-executor v0.3.32 |
| 2101 | 2026-05-19T22:49:12.516Z | Compiling hex v0.4.3 |
| 2102 | 2026-05-19T22:49:12.715Z | Compiling cargo-platform v0.1.9 |
| 2103 | 2026-05-19T22:49:12.758Z | Compiling hkdf v0.12.4 |
| 2104 | 2026-05-19T22:49:12.828Z | Compiling crypto-bigint v0.5.5 |
| 2105 | 2026-05-19T22:49:12.886Z | Compiling async-recursion v1.1.1 |
| 2106 | 2026-05-19T22:49:12.901Z | Compiling enum-as-inner v0.6.1 |
| 2107 | 2026-05-19T22:49:12.921Z | Compiling clap_derive v4.5.55 |
| 2108 | 2026-05-19T22:49:12.965Z | Compiling serde_repr v0.1.20 |
| 2109 | 2026-05-19T22:49:13.037Z | Compiling vergen v9.0.6 |
| 2110 | 2026-05-19T22:49:13.247Z | Compiling flate2 v1.1.9 |
| 2111 | 2026-05-19T22:49:13.427Z | Compiling encoding_rs v0.8.35 |
| 2112 | 2026-05-19T22:49:13.486Z | Compiling foldhash v0.1.5 |
| 2113 | 2026-05-19T22:49:13.502Z | Compiling bitflags v1.3.2 |
| 2114 | 2026-05-19T22:49:13.518Z | Compiling mime v0.3.17 |
| 2115 | 2026-05-19T22:49:13.522Z | Compiling same-file v1.0.6 |
| 2116 | 2026-05-19T22:49:13.593Z | Compiling bumpalo v3.20.2 |
| 2117 | 2026-05-19T22:49:13.607Z | Compiling clap_lex v1.0.0 |
| 2118 | 2026-05-19T22:49:13.666Z | Compiling cpufeatures v0.3.0 |
| 2119 | 2026-05-19T22:49:13.695Z | Compiling libbz2-rs-sys v0.2.2 |
| 2120 | 2026-05-19T22:49:13.754Z | Compiling managed v0.8.0 |
| 2121 | 2026-05-19T22:49:13.904Z | Compiling foldhash v0.2.0 |
| 2122 | 2026-05-19T22:49:13.935Z | Compiling zopfli v0.8.3 |
| 2123 | 2026-05-19T22:49:14.121Z | Compiling bzip2 v0.6.1 |
| 2124 | 2026-05-19T22:49:14.279Z | Compiling hashbrown v0.16.1 |
| 2125 | 2026-05-19T22:49:14.339Z | Compiling clap_builder v4.5.60 |
| 2126 | 2026-05-19T22:49:14.375Z | Compiling chacha20 v0.10.0 |
| 2127 | 2026-05-19T22:49:14.517Z | Compiling elliptic-curve v0.13.8 |
| 2128 | 2026-05-19T22:49:14.562Z | Compiling walkdir v2.5.0 |
| 2129 | 2026-05-19T22:49:14.630Z | Compiling hashbrown v0.15.5 |
| 2130 | 2026-05-19T22:49:14.726Z | Compiling cargo_metadata v0.19.2 |
| 2131 | 2026-05-19T22:49:14.781Z | Compiling zstd v0.13.3 |
| 2132 | 2026-05-19T22:49:14.825Z | Compiling futures v0.3.32 |
| 2133 | 2026-05-19T22:49:14.968Z | Compiling phf v0.13.1 |
| 2134 | 2026-05-19T22:49:15.049Z | Compiling snafu v0.8.9 |
| 2135 | 2026-05-19T22:49:15.181Z | Compiling signal-hook-mio v0.2.5 |
| 2136 | 2026-05-19T22:49:15.220Z | Compiling daft v0.1.7 |
| 2137 | 2026-05-19T22:49:15.316Z | Compiling cookie_store v0.22.1 |
| 2138 | 2026-05-19T22:49:15.402Z | Compiling postgres-types v0.2.12 |
| 2139 | 2026-05-19T22:49:15.489Z | Compiling bzip2 v0.4.4 |
| 2140 | 2026-05-19T22:49:15.509Z | Compiling globset v0.4.18 |
| 2141 | 2026-05-19T22:49:15.709Z | Compiling strum v0.27.2 |
| 2142 | 2026-05-19T22:49:15.963Z | Compiling hubpack v0.1.2 |
| 2143 | 2026-05-19T22:49:15.998Z | Compiling ed25519 v2.2.3 |
| 2144 | 2026-05-19T22:49:16.031Z | Compiling phf_shared v0.11.3 |
| 2145 | 2026-05-19T22:49:16.118Z | Compiling crossbeam-epoch v0.9.18 |
| 2146 | 2026-05-19T22:49:16.159Z | Compiling olpc-cjson v0.1.4 |
| 2147 | 2026-05-19T22:49:16.189Z | Compiling pkcs1 v0.7.5 |
| 2148 | 2026-05-19T22:49:16.261Z | Compiling pem v3.0.6 |
| 2149 | 2026-05-19T22:49:16.419Z | Compiling serde-big-array v0.5.1 |
| 2150 | 2026-05-19T22:49:16.434Z | Compiling serde_plain v1.0.2 |
| 2151 | 2026-05-19T22:49:16.494Z | Compiling rfc6979 v0.4.0 |
| 2152 | 2026-05-19T22:49:16.584Z | Compiling float-cmp v0.10.0 |
| 2153 | 2026-05-19T22:49:16.600Z | Compiling memmap2 v0.9.10 |
| 2154 | 2026-05-19T22:49:16.600Z | Compiling env_filter v1.0.0 |
| 2155 | 2026-05-19T22:49:16.649Z | Compiling keccak v0.1.6 |
| 2156 | 2026-05-19T22:49:16.652Z | Compiling toml_write v0.1.2 |
| 2157 | 2026-05-19T22:49:16.652Z | Compiling new_debug_unreachable v1.0.6 |
| 2158 | 2026-05-19T22:49:16.716Z | Compiling fixedbitset v0.4.2 |
| 2159 | 2026-05-19T22:49:16.750Z | Compiling jiff v0.2.21 |
| 2160 | 2026-05-19T22:49:16.766Z | Compiling fixedbitset v0.5.7 |
| 2161 | 2026-05-19T22:49:16.828Z | Compiling whoami v2.1.0 |
| 2162 | 2026-05-19T22:49:16.844Z | Compiling difflib v0.4.0 |
| 2163 | 2026-05-19T22:49:16.867Z | Compiling precomputed-hash v0.1.1 |
| 2164 | 2026-05-19T22:49:16.931Z | Compiling typed-path v0.9.3 |
| 2165 | 2026-05-19T22:49:16.970Z | Compiling normalize-line-endings v0.3.0 |
| 2166 | 2026-05-19T22:49:17.059Z | Compiling static_assertions v1.1.0 |
| 2167 | 2026-05-19T22:49:17.083Z | Compiling data-encoding v2.10.0 |
| 2168 | 2026-05-19T22:49:17.148Z | Compiling predicates-core v1.0.10 |
| 2169 | 2026-05-19T22:49:17.179Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2170 | 2026-05-19T22:49:17.267Z | Compiling tokio-postgres v0.7.16 |
| 2171 | 2026-05-19T22:49:17.299Z | Compiling predicates v3.1.4 |
| 2172 | 2026-05-19T22:49:17.395Z | Compiling hickory-proto v0.25.2 |
| 2173 | 2026-05-19T22:49:17.626Z | Compiling petgraph v0.8.3 |
| 2174 | 2026-05-19T22:49:17.641Z | Compiling string_cache v0.8.9 |
| 2175 | 2026-05-19T22:49:17.881Z | Compiling petgraph v0.6.5 |
| 2176 | 2026-05-19T22:49:17.897Z | Compiling toml_edit v0.22.27 |
| 2177 | 2026-05-19T22:49:17.901Z | Compiling sha3 v0.10.8 |
| 2178 | 2026-05-19T22:49:18.075Z | Compiling env_logger v0.11.9 |
| 2179 | 2026-05-19T22:49:18.091Z | Compiling usdt v0.6.0 |
| 2180 | 2026-05-19T22:49:18.355Z | Compiling ecdsa v0.16.9 |
| 2181 | 2026-05-19T22:49:18.559Z | Compiling rsa v0.9.10 |
| 2182 | 2026-05-19T22:49:18.773Z | Compiling ed25519-dalek v2.2.0 |
| 2183 | 2026-05-19T22:49:19.305Z | Compiling zip v4.6.1 |
| 2184 | 2026-05-19T22:49:19.572Z | Compiling clap v4.5.60 |
| 2185 | 2026-05-19T22:49:19.604Z | Compiling crossterm v0.28.1 |
| 2186 | 2026-05-19T22:49:19.667Z | Compiling zip v0.6.6 |
| 2187 | 2026-05-19T22:49:20.203Z | Compiling iddqd v0.4.1 |
| 2188 | 2026-05-19T22:49:20.252Z | Compiling rand v0.10.0 |
| 2189 | 2026-05-19T22:49:20.420Z | Compiling serde_with v3.17.0 |
| 2190 | 2026-05-19T22:49:20.444Z | Compiling similar v2.7.0 |
| 2191 | 2026-05-19T22:49:20.510Z | Compiling strum v0.26.3 |
| 2192 | 2026-05-19T22:49:20.539Z | Compiling toml v0.7.8 |
| 2193 | 2026-05-19T22:49:20.659Z | Compiling tokio-stream v0.1.18 |
| 2194 | 2026-05-19T22:49:20.812Z | Compiling itertools v0.13.0 |
| 2195 | 2026-05-19T22:49:20.944Z | Compiling buf-list v1.1.2 |
| 2196 | 2026-05-19T22:49:21.106Z | Compiling x509-cert v0.2.5 |
| 2197 | 2026-05-19T22:49:21.221Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2198 | 2026-05-19T22:49:21.396Z | Compiling openapiv3 v2.2.0 |
| 2199 | 2026-05-19T22:49:21.518Z | Compiling sha1 v0.10.6 |
| 2200 | 2026-05-19T22:49:21.673Z | Compiling peg-runtime v0.8.5 |
| 2201 | 2026-05-19T22:49:21.817Z | Compiling lalrpop-util v0.19.12 |
| 2202 | 2026-05-19T22:49:36.983Z | Compiling rustls-webpki v0.103.9 |
| 2203 | 2026-05-19T22:49:38.168Z | Compiling macaddr v1.0.1 |
| 2204 | 2026-05-19T22:49:38.233Z | Compiling structmeta-derive v0.3.0 |
| 2205 | 2026-05-19T22:49:38.270Z | Compiling rayon-core v1.13.0 |
| 2206 | 2026-05-19T22:49:38.365Z | Compiling crucible-workspace-hack v0.1.0 |
| 2207 | 2026-05-19T22:49:38.476Z | Compiling itertools v0.14.0 |
| 2208 | 2026-05-19T22:49:38.509Z | Compiling secrecy v0.10.3 |
| 2209 | 2026-05-19T22:49:38.597Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2210 | 2026-05-19T22:49:38.712Z | Compiling heapless v0.8.0 |
| 2211 | 2026-05-19T22:49:38.744Z | Compiling rustls v0.22.4 |
| 2212 | 2026-05-19T22:49:38.918Z | Compiling crossbeam-deque v0.8.6 |
| 2213 | 2026-05-19T22:49:38.940Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2214 | 2026-05-19T22:49:38.973Z | Compiling rustls-webpki v0.102.8 |
| 2215 | 2026-05-19T22:49:38.990Z | Compiling hash32 v0.3.1 |
| 2216 | 2026-05-19T22:49:39.005Z | Compiling multer v3.1.0 |
| 2217 | 2026-05-19T22:49:39.034Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2218 | 2026-05-19T22:49:39.147Z | Compiling thread_local v1.1.9 |
| 2219 | 2026-05-19T22:49:39.168Z | Compiling smoltcp v0.11.0 |
| 2220 | 2026-05-19T22:49:39.200Z | Compiling unicode-width v0.2.0 |
| 2221 | 2026-05-19T22:49:39.215Z | Compiling match_cfg v0.1.0 |
| 2222 | 2026-05-19T22:49:39.219Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2223 | 2026-05-19T22:49:39.247Z | Compiling structmeta v0.3.0 |
| 2224 | 2026-05-19T22:49:39.310Z | Compiling compression-core v0.4.31 |
| 2225 | 2026-05-19T22:49:39.404Z | Compiling slog-async v2.8.0 |
| 2226 | 2026-05-19T22:49:39.468Z | Compiling derive-ex v0.1.8 |
| 2227 | 2026-05-19T22:49:39.522Z | Compiling proc-macro-crate v3.4.0 |
| 2228 | 2026-05-19T22:49:39.525Z | Compiling compression-codecs v0.4.37 |
| 2229 | 2026-05-19T22:49:39.566Z | Compiling hostname v0.3.1 |
| 2230 | 2026-05-19T22:49:39.725Z | Compiling ingot-macros v0.1.1 |
| 2231 | 2026-05-19T22:49:39.757Z | Compiling slog-json v2.6.1 |
| 2232 | 2026-05-19T22:49:39.852Z | Compiling crossbeam-channel v0.5.15 |
| 2233 | 2026-05-19T22:49:39.935Z | Compiling half v2.7.1 |
| 2234 | 2026-05-19T22:49:39.961Z | Compiling newtype-uuid-macros v0.1.0 |
| 2235 | 2026-05-19T22:49:40.024Z | Compiling cobs v0.3.0 |
| 2236 | 2026-05-19T22:49:40.154Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2237 | 2026-05-19T22:49:40.320Z | Compiling universal-hash v0.5.1 |
| 2238 | 2026-05-19T22:49:40.336Z | Compiling async-stream-impl v0.3.6 |
| 2239 | 2026-05-19T22:49:40.515Z | Compiling serde_spanned v1.0.4 |
| 2240 | 2026-05-19T22:49:40.584Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2241 | 2026-05-19T22:49:40.702Z | Compiling is-terminal v0.4.17 |
| 2242 | 2026-05-19T22:49:40.726Z | Compiling tokio-rustls v0.26.4 |
| 2243 | 2026-05-19T22:49:40.823Z | Compiling rustls-platform-verifier v0.6.2 |
| 2244 | 2026-05-19T22:49:40.826Z | Compiling proc-macro-error-attr v1.0.4 |
| 2245 | 2026-05-19T22:49:40.915Z | Compiling dropshot v0.17.0 |
| 2246 | 2026-05-19T22:49:41.016Z | Compiling hyper-rustls v0.27.7 |
| 2247 | 2026-05-19T22:49:41.019Z | Compiling take_mut v0.2.2 |
| 2248 | 2026-05-19T22:49:41.049Z | Compiling ciborium-io v0.2.2 |
| 2249 | 2026-05-19T22:49:41.067Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2250 | 2026-05-19T22:49:41.070Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2251 | 2026-05-19T22:49:41.133Z | Compiling opaque-debug v0.3.1 |
| 2252 | 2026-05-19T22:49:41.169Z | Compiling term v1.2.1 |
| 2253 | 2026-05-19T22:49:41.185Z | Compiling convert_case v0.4.0 |
| 2254 | 2026-05-19T22:49:41.215Z | Compiling thiserror-no-std v2.0.2 |
| 2255 | 2026-05-19T22:49:41.230Z | Compiling poly1305 v0.8.0 |
| 2256 | 2026-05-19T22:49:41.289Z | Compiling reqwest v0.12.28 |
| 2257 | 2026-05-19T22:49:41.310Z | Compiling reqwest v0.13.2 |
| 2258 | 2026-05-19T22:49:41.360Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2259 | 2026-05-19T22:49:41.435Z | Compiling ciborium-ll v0.2.2 |
| 2260 | 2026-05-19T22:49:41.512Z | Compiling derive_more v0.99.20 |
| 2261 | 2026-05-19T22:49:41.719Z | Compiling tokio-rustls v0.25.0 |
| 2262 | 2026-05-19T22:49:41.871Z | Compiling slog-term v2.9.2 |
| 2263 | 2026-05-19T22:49:41.984Z | Compiling test-strategy v0.4.5 |
| 2264 | 2026-05-19T22:49:41.999Z | Compiling async-stream v0.3.6 |
| 2265 | 2026-05-19T22:49:42.206Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2266 | 2026-05-19T22:49:42.398Z | Compiling ingot-types v0.1.2 |
| 2267 | 2026-05-19T22:49:42.430Z | Compiling postcard v1.1.3 |
| 2268 | 2026-05-19T22:49:42.825Z | Compiling tough v0.22.0 |
| 2269 | 2026-05-19T22:49:42.862Z | Compiling ingot v0.1.1 |
| 2270 | 2026-05-19T22:49:42.973Z | Compiling num_enum_derive v0.7.5 |
| 2271 | 2026-05-19T22:49:43.122Z | Compiling slog-bunyan v2.5.0 |
| 2272 | 2026-05-19T22:49:43.219Z | Compiling async-compression v0.4.41 |
| 2273 | 2026-05-19T22:49:43.330Z | Compiling parse-display-derive v0.10.0 |
| 2274 | 2026-05-19T22:49:43.662Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2275 | 2026-05-19T22:49:43.701Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2276 | 2026-05-19T22:49:43.920Z | Compiling proc-macro-crate v1.3.1 |
| 2277 | 2026-05-19T22:49:43.951Z | Compiling backon v1.6.0 |
| 2278 | 2026-05-19T22:49:43.967Z | Compiling waitgroup v0.1.2 |
| 2279 | 2026-05-19T22:49:44.143Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2280 | 2026-05-19T22:49:44.241Z | Compiling password-hash v0.5.0 |
| 2281 | 2026-05-19T22:49:44.277Z | Compiling chacha20 v0.9.1 |
| 2282 | 2026-05-19T22:49:44.499Z | Compiling dropshot_endpoint v0.17.0 |
| 2283 | 2026-05-19T22:49:44.540Z | Compiling rustls-pemfile v2.2.0 |
| 2284 | 2026-05-19T22:49:44.557Z | Compiling blake2 v0.10.6 |
| 2285 | 2026-05-19T22:49:44.634Z | Compiling aead v0.5.2 |
| 2286 | 2026-05-19T22:49:44.843Z | Compiling foreign-types-macros v0.2.3 |
| 2287 | 2026-05-19T22:49:44.879Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2288 | 2026-05-19T22:49:44.902Z | Compiling serde_path_to_error v0.1.20 |
| 2289 | 2026-05-19T22:49:45.082Z | Compiling hostname v0.4.2 |
| 2290 | 2026-05-19T22:49:45.132Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2291 | 2026-05-19T22:49:45.234Z | Compiling proc-macro-error v1.0.4 |
| 2292 | 2026-05-19T22:49:45.264Z | Compiling instant v0.1.13 |
| 2293 | 2026-05-19T22:49:45.282Z | Compiling typeid v1.0.3 |
| 2294 | 2026-05-19T22:49:45.298Z | Compiling debug-ignore v1.0.5 |
| 2295 | 2026-05-19T22:49:45.329Z | Compiling foreign-types-shared v0.3.1 |
| 2296 | 2026-05-19T22:49:45.383Z | Compiling backoff v0.4.0 |
| 2297 | 2026-05-19T22:49:45.416Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2298 | 2026-05-19T22:49:45.434Z | Compiling argon2 v0.5.3 |
| 2299 | 2026-05-19T22:49:45.451Z | Compiling parse-display v0.10.0 |
| 2300 | 2026-05-19T22:49:45.455Z | Compiling foreign-types v0.5.0 |
| 2301 | 2026-05-19T22:49:45.468Z | Compiling chacha20poly1305 v0.10.1 |
| 2302 | 2026-05-19T22:49:45.520Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2303 | 2026-05-19T22:49:45.549Z | Compiling num_enum_derive v0.5.11 |
| 2304 | 2026-05-19T22:49:45.565Z | Compiling num_enum v0.7.5 |
| 2305 | 2026-05-19T22:49:45.631Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2306 | 2026-05-19T22:49:45.648Z | Compiling ciborium v0.2.2 |
| 2307 | 2026-05-19T22:49:45.710Z | Compiling vsss-rs v3.3.4 |
| 2308 | 2026-05-19T22:49:45.901Z | Compiling tabwriter v1.4.1 |
| 2309 | 2026-05-19T22:49:45.950Z | Compiling regress v0.10.5 |
| 2310 | 2026-05-19T22:49:46.288Z | Compiling byte-wrapper v0.1.0 |
| 2311 | 2026-05-19T22:49:46.370Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2312 | 2026-05-19T22:49:46.387Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2313 | 2026-05-19T22:49:46.462Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2314 | 2026-05-19T22:49:46.492Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2315 | 2026-05-19T22:49:46.515Z | Compiling cstr-argument v0.1.2 |
| 2316 | 2026-05-19T22:49:46.699Z | Compiling erased-serde v0.4.9 |
| 2317 | 2026-05-19T22:49:46.733Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2318 | 2026-05-19T22:49:46.830Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2319 | 2026-05-19T22:49:46.904Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2320 | 2026-05-19T22:49:47.055Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2321 | 2026-05-19T22:49:47.077Z | Compiling num_enum v0.5.11 |
| 2322 | 2026-05-19T22:49:47.130Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2323 | 2026-05-19T22:49:47.163Z | Compiling rayon v1.11.0 |
| 2324 | 2026-05-19T22:49:47.213Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2325 | 2026-05-19T22:49:47.237Z | Compiling colored v3.1.1 |
| 2326 | 2026-05-19T22:49:47.240Z | Compiling indent_write v2.2.0 |
| 2327 | 2026-05-19T22:49:47.290Z | Compiling libefi-sys v0.1.0 |
| 2328 | 2026-05-19T22:49:47.377Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2329 | 2026-05-19T22:49:47.409Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2330 | 2026-05-19T22:49:47.412Z | Compiling zone_cfg_derive v0.3.1 |
| 2331 | 2026-05-19T22:49:47.557Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2332 | 2026-05-19T22:49:47.574Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2333 | 2026-05-19T22:49:47.577Z | Compiling camino-tempfile v1.4.1 |
| 2334 | 2026-05-19T22:49:47.782Z | Compiling itertools v0.12.1 |
| 2335 | 2026-05-19T22:49:47.812Z | Compiling usdt-attr-macro v0.5.0 |
| 2336 | 2026-05-19T22:49:47.963Z | Compiling usdt-macro v0.5.0 |
| 2337 | 2026-05-19T22:49:47.993Z | Compiling num-derive v0.4.2 |
| 2338 | 2026-05-19T22:49:48.049Z | Compiling bitfield-struct v0.6.2 |
| 2339 | 2026-05-19T22:49:48.110Z | Compiling blake3 v1.8.3 |
| 2340 | 2026-05-19T22:49:48.128Z | Compiling ordered-float v2.10.1 |
| 2341 | 2026-05-19T22:49:48.428Z | Compiling sigpipe v0.1.3 |
| 2342 | 2026-05-19T22:49:48.480Z | Compiling memmap v0.7.0 |
| 2343 | 2026-05-19T22:49:48.540Z | Compiling swrite v0.1.0 |
| 2344 | 2026-05-19T22:49:48.557Z | Compiling glob v0.3.3 |
| 2345 | 2026-05-19T22:49:48.668Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2346 | 2026-05-19T22:49:48.682Z | Compiling usdt v0.5.0 |
| 2347 | 2026-05-19T22:49:48.699Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2348 | 2026-05-19T22:49:48.728Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2349 | 2026-05-19T22:49:48.902Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2350 | 2026-05-19T22:49:49.024Z | Compiling serde-value v0.7.0 |
| 2351 | 2026-05-19T22:49:49.222Z | Compiling zone v0.3.1 |
| 2352 | 2026-05-19T22:49:49.327Z | Compiling serde-untagged v0.1.9 |
| 2353 | 2026-05-19T22:49:49.388Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2354 | 2026-05-19T22:49:49.500Z | Compiling toml v0.8.23 |
| 2355 | 2026-05-19T22:49:49.539Z | Compiling smf v0.2.3 |
| 2356 | 2026-05-19T22:49:49.603Z | Compiling filetime v0.2.27 |
| 2357 | 2026-05-19T22:49:49.650Z | Compiling arrayvec v0.7.6 |
| 2358 | 2026-05-19T22:49:49.705Z | Compiling xattr v1.6.1 |
| 2359 | 2026-05-19T22:49:49.721Z | Compiling unicode-xid v0.2.6 |
| 2360 | 2026-05-19T22:49:49.724Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2361 | 2026-05-19T22:49:49.829Z | Compiling arrayref v0.3.9 |
| 2362 | 2026-05-19T22:49:49.846Z | Compiling whoami v1.6.1 |
| 2363 | 2026-05-19T22:49:49.884Z | Compiling constant_time_eq v0.4.2 |
| 2364 | 2026-05-19T22:49:49.900Z | Compiling tar v0.4.45 |
| 2365 | 2026-05-19T22:49:49.915Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2366 | 2026-05-19T22:49:49.929Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2367 | 2026-05-19T22:49:49.932Z | Compiling tokio-dtrace v0.1.1 |
| 2368 | 2026-05-19T22:49:50.221Z | Compiling cargo-util-schemas v0.8.2 |
| 2369 | 2026-05-19T22:49:50.290Z | Compiling console v0.16.2 |
| 2370 | 2026-05-19T22:49:50.346Z | Compiling gethostname v0.5.0 |
| 2371 | 2026-05-19T22:49:50.507Z | Compiling cargo-platform v0.2.0 |
| 2372 | 2026-05-19T22:49:50.629Z | Compiling topological-sort v0.2.2 |
| 2373 | 2026-05-19T22:49:50.653Z | Compiling unit-prefix v0.5.2 |
| 2374 | 2026-05-19T22:49:50.728Z | Compiling oxide-tokio-rt v0.1.4 |
| 2375 | 2026-05-19T22:49:50.807Z | Compiling indicatif v0.18.4 |
| 2376 | 2026-05-19T22:49:50.828Z | Compiling shell-words v1.1.1 |
| 2377 | 2026-05-19T22:49:50.842Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2378 | 2026-05-19T22:49:51.380Z | Compiling cargo_metadata v0.21.0 |
| 2379 | 2026-05-19T22:50:00.388Z | Compiling progenitor-client v0.10.0 |
| 2380 | 2026-05-19T22:50:00.388Z | Compiling omicron-zone-package v0.12.2 |
| 2381 | 2026-05-19T22:50:00.420Z | Compiling progenitor-client v0.14.0 |
| 2382 | 2026-05-19T22:50:00.879Z | Compiling progenitor-extras v0.2.0 |
| 2383 | 2026-05-19T22:50:03.204Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2384 | 2026-05-19T22:50:03.221Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2385 | 2026-05-19T22:50:03.239Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2386 | 2026-05-19T22:50:03.291Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2387 | 2026-05-19T22:50:03.349Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2388 | 2026-05-19T22:50:03.399Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2389 | 2026-05-19T22:50:03.449Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2390 | 2026-05-19T22:50:03.499Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2391 | 2026-05-19T22:50:03.544Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2392 | 2026-05-19T22:50:07.493Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2393 | 2026-05-19T22:50:15.107Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2394 | 2026-05-19T22:50:18.150Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2395 | 2026-05-19T22:50:19.113Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2396 | 2026-05-19T22:50:28.837Z | Finished `release` profile [optimized] target(s) in 1m 43s |
| 2397 | 2026-05-19T22:50:28.992Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2398 | 2026-05-19T22:50:29.056Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2399 | 2026-05-19T22:50:29.060Z | Created new build target 'test' and set it as active |
| 2400 | 2026-05-19T22:50:29.060Z | |
| 2401 | 2026-05-19T22:50:29.060Z | real 1:43.618461169 |
| 2402 | 2026-05-19T22:50:29.060Z | user 16:56.271124233 |
| 2403 | 2026-05-19T22:50:29.060Z | sys 2:36.337019711 |
| 2404 | 2026-05-19T22:50:29.060Z | trap 0.449711114 |
| 2405 | 2026-05-19T22:50:29.060Z | tflt 2.891974965 |
| 2406 | 2026-05-19T22:50:29.060Z | dflt 4.294511846 |
| 2407 | 2026-05-19T22:50:29.060Z | kflt 0.012706354 |
| 2408 | 2026-05-19T22:50:29.060Z | lock 52:40.377265661 |
| 2409 | 2026-05-19T22:50:29.060Z | slp 43:15.918345968 |
| 2410 | 2026-05-19T22:50:29.060Z | lat 42.465932381 |
| 2411 | 2026-05-19T22:50:29.060Z | stop 5:18.449275841 |
| 2412 | 2026-05-19T22:50:29.060Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2413 | 2026-05-19T22:50:29.950Z | Finished `release` profile [optimized] target(s) in 0.87s |
| 2414 | 2026-05-19T22:50:30.021Z | Running `target/release/omicron-package -t test package` |
| 2415 | 2026-05-19T22:50:30.079Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2416 | 2026-05-19T22:50:31.521Z | Compiling heck v0.5.0 |
| 2417 | 2026-05-19T22:50:31.525Z | Compiling regress v0.11.1 |
| 2418 | 2026-05-19T22:50:31.525Z | Compiling unsafe-libyaml v0.2.11 |
| 2419 | 2026-05-19T22:50:31.786Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2420 | 2026-05-19T22:50:31.803Z | Compiling regress v0.10.5 |
| 2421 | 2026-05-19T22:50:31.826Z | Compiling is-terminal v0.4.17 |
| 2422 | 2026-05-19T22:50:31.829Z | Compiling unicode-width v0.1.14 |
| 2423 | 2026-05-19T22:50:31.867Z | Compiling prettyplease v0.2.37 |
| 2424 | 2026-05-19T22:50:31.888Z | Compiling bytecount v0.6.9 |
| 2425 | 2026-05-19T22:50:31.888Z | Compiling rustls v0.22.4 |
| 2426 | 2026-05-19T22:50:31.892Z | Compiling rustls-webpki v0.102.8 |
| 2427 | 2026-05-19T22:50:31.892Z | Compiling derive-where v1.6.0 |
| 2428 | 2026-05-19T22:50:31.892Z | Compiling thread_local v1.1.9 |
| 2429 | 2026-05-19T22:50:31.907Z | Compiling match_cfg v0.1.0 |
| 2430 | 2026-05-19T22:50:31.927Z | Compiling compression-core v0.4.31 |
| 2431 | 2026-05-19T22:50:32.028Z | Compiling multer v3.1.0 |
| 2432 | 2026-05-19T22:50:32.047Z | Compiling slog-async v2.8.0 |
| 2433 | 2026-05-19T22:50:32.094Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2434 | 2026-05-19T22:50:32.115Z | Compiling compression-codecs v0.4.37 |
| 2435 | 2026-05-19T22:50:32.118Z | Compiling hostname v0.3.1 |
| 2436 | 2026-05-19T22:50:32.118Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2437 | 2026-05-19T22:50:32.118Z | Compiling crossbeam-channel v0.5.15 |
| 2438 | 2026-05-19T22:50:32.197Z | Compiling slog-json v2.6.1 |
| 2439 | 2026-05-19T22:50:32.218Z | Compiling serde_spanned v1.0.4 |
| 2440 | 2026-05-19T22:50:32.218Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2441 | 2026-05-19T22:50:32.273Z | Compiling serde_yaml v0.9.34+deprecated |
| 2442 | 2026-05-19T22:50:32.373Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2443 | 2026-05-19T22:50:32.398Z | Compiling take_mut v0.2.2 |
| 2444 | 2026-05-19T22:50:32.400Z | Compiling term v1.2.1 |
| 2445 | 2026-05-19T22:50:32.440Z | Compiling slog-bunyan v2.5.0 |
| 2446 | 2026-05-19T22:50:32.443Z | Compiling async-compression v0.4.41 |
| 2447 | 2026-05-19T22:50:32.564Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2448 | 2026-05-19T22:50:32.614Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2449 | 2026-05-19T22:50:32.634Z | Compiling dropshot v0.17.0 |
| 2450 | 2026-05-19T22:50:32.675Z | Compiling async-stream v0.3.6 |
| 2451 | 2026-05-19T22:50:32.720Z | Compiling slog-term v2.9.2 |
| 2452 | 2026-05-19T22:50:32.795Z | Compiling num-rational v0.4.2 |
| 2453 | 2026-05-19T22:50:32.799Z | Compiling progenitor-client v0.14.0 |
| 2454 | 2026-05-19T22:50:32.869Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2455 | 2026-05-19T22:50:32.936Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2456 | 2026-05-19T22:50:32.965Z | Compiling waitgroup v0.1.2 |
| 2457 | 2026-05-19T22:50:33.038Z | Compiling backon v1.6.0 |
| 2458 | 2026-05-19T22:50:33.159Z | Compiling rustls-pemfile v2.2.0 |
| 2459 | 2026-05-19T22:50:33.182Z | Compiling num-complex v0.4.6 |
| 2460 | 2026-05-19T22:50:33.203Z | Compiling serde_path_to_error v0.1.20 |
| 2461 | 2026-05-19T22:50:33.206Z | Compiling hostname v0.4.2 |
| 2462 | 2026-05-19T22:50:33.244Z | Compiling instant v0.1.13 |
| 2463 | 2026-05-19T22:50:33.277Z | Compiling debug-ignore v1.0.5 |
| 2464 | 2026-05-19T22:50:33.302Z | Compiling typify-impl v0.6.2 |
| 2465 | 2026-05-19T22:50:33.372Z | Compiling backoff v0.4.0 |
| 2466 | 2026-05-19T22:50:33.394Z | Compiling progenitor-extras v0.2.0 |
| 2467 | 2026-05-19T22:50:33.394Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2468 | 2026-05-19T22:50:33.437Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2469 | 2026-05-19T22:50:33.617Z | Compiling num v0.4.3 |
| 2470 | 2026-05-19T22:50:33.642Z | Compiling parse-display v0.10.0 |
| 2471 | 2026-05-19T22:50:33.664Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2472 | 2026-05-19T22:50:33.684Z | Compiling progenitor-client v0.13.0 |
| 2473 | 2026-05-19T22:50:33.729Z | Compiling progenitor-client v0.10.0 |
| 2474 | 2026-05-19T22:50:33.751Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2475 | 2026-05-19T22:50:33.755Z | Compiling macaddr v1.0.1 |
| 2476 | 2026-05-19T22:50:33.851Z | Compiling float-ord v0.3.2 |
| 2477 | 2026-05-19T22:50:33.970Z | Compiling console v0.15.11 |
| 2478 | 2026-05-19T22:50:34.031Z | Compiling newline-converter v0.3.0 |
| 2479 | 2026-05-19T22:50:34.056Z | Compiling atomicwrites v0.4.4 |
| 2480 | 2026-05-19T22:50:34.141Z | Compiling slog-dtrace v0.3.0 |
| 2481 | 2026-05-19T22:50:34.191Z | Compiling resolv-conf v0.7.6 |
| 2482 | 2026-05-19T22:50:34.212Z | Compiling cancel-safe-futures v0.1.5 |
| 2483 | 2026-05-19T22:50:34.295Z | Compiling tokio-rustls v0.25.0 |
| 2484 | 2026-05-19T22:50:34.367Z | Compiling expectorate v1.2.0 |
| 2485 | 2026-05-19T22:50:34.421Z | Compiling owo-colors v4.3.0 |
| 2486 | 2026-05-19T22:50:34.442Z | Compiling toml v0.8.23 |
| 2487 | 2026-05-19T22:50:34.548Z | Compiling libsw-core v0.3.2 |
| 2488 | 2026-05-19T22:50:34.647Z | Compiling linear-map v1.2.0 |
| 2489 | 2026-05-19T22:50:34.760Z | Compiling libsw v3.5.0 |
| 2490 | 2026-05-19T22:50:34.821Z | Compiling linked-hash-map v0.5.6 |
| 2491 | 2026-05-19T22:50:34.910Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2492 | 2026-05-19T22:50:34.998Z | Compiling minimal-lexical v0.2.1 |
| 2493 | 2026-05-19T22:50:35.019Z | Compiling lru-cache v0.1.2 |
| 2494 | 2026-05-19T22:50:35.039Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2495 | 2026-05-19T22:50:35.065Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2496 | 2026-05-19T22:50:35.192Z | Compiling hickory-proto v0.24.4 |
| 2497 | 2026-05-19T22:50:35.215Z | Compiling unicode-xid v0.2.6 |
| 2498 | 2026-05-19T22:50:35.285Z | Compiling nom v7.1.3 |
| 2499 | 2026-05-19T22:50:35.306Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2500 | 2026-05-19T22:50:35.310Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2501 | 2026-05-19T22:50:35.373Z | Compiling convert_case v0.10.0 |
| 2502 | 2026-05-19T22:50:35.677Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2503 | 2026-05-19T22:50:35.828Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2504 | 2026-05-19T22:50:36.203Z | Compiling derive_more-impl v2.1.1 |
| 2505 | 2026-05-19T22:50:36.649Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2506 | 2026-05-19T22:50:36.689Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2507 | 2026-05-19T22:50:36.809Z | Compiling typify-macro v0.6.2 |
| 2508 | 2026-05-19T22:50:36.855Z | Compiling papergrid v0.11.0 |
| 2509 | 2026-05-19T22:50:36.904Z | Compiling tabled_derive v0.7.0 |
| 2510 | 2026-05-19T22:50:36.976Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2511 | 2026-05-19T22:50:37.222Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2512 | 2026-05-19T22:50:37.437Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2513 | 2026-05-19T22:50:37.799Z | Compiling hickory-resolver v0.24.4 |
| 2514 | 2026-05-19T22:50:37.821Z | Compiling derive_more v2.1.1 |
| 2515 | 2026-05-19T22:50:37.855Z | Compiling termtree v0.5.1 |
| 2516 | 2026-05-19T22:50:37.938Z | Compiling crossterm v0.29.0 |
| 2517 | 2026-05-19T22:50:38.065Z | Compiling tabled v0.15.0 |
| 2518 | 2026-05-19T22:50:38.339Z | Compiling typify v0.6.2 |
| 2519 | 2026-05-19T22:50:38.657Z | Compiling progenitor-impl v0.14.0 |
| 2520 | 2026-05-19T22:50:38.832Z | Compiling progenitor-impl v0.13.0 |
| 2521 | 2026-05-19T22:50:40.840Z | Compiling progenitor-macro v0.14.0 |
| 2522 | 2026-05-19T22:50:40.909Z | Compiling qorb v0.4.1 |
| 2523 | 2026-05-19T22:50:40.978Z | Compiling progenitor-macro v0.13.0 |
| 2524 | 2026-05-19T22:50:41.100Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2525 | 2026-05-19T22:50:42.379Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2526 | 2026-05-19T22:50:42.872Z | Compiling phf_shared v0.12.1 |
| 2527 | 2026-05-19T22:50:43.132Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2528 | 2026-05-19T22:50:43.382Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2529 | 2026-05-19T22:50:43.666Z | Compiling csv-core v0.1.13 |
| 2530 | 2026-05-19T22:50:43.763Z | Compiling vte v0.14.1 |
| 2531 | 2026-05-19T22:50:44.113Z | Compiling chrono-tz v0.10.4 |
| 2532 | 2026-05-19T22:50:44.139Z | Compiling highway v1.3.0 |
| 2533 | 2026-05-19T22:50:44.369Z | Compiling strip-ansi-escapes v0.2.1 |
| 2534 | 2026-05-19T22:50:44.734Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2535 | 2026-05-19T22:50:44.880Z | Compiling csv v1.4.0 |
| 2536 | 2026-05-19T22:50:44.901Z | Compiling progenitor v0.14.0 |
| 2537 | 2026-05-19T22:50:44.951Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2538 | 2026-05-19T22:50:45.012Z | Compiling progenitor v0.13.0 |
| 2539 | 2026-05-19T22:50:45.089Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2540 | 2026-05-19T22:50:45.210Z | Compiling phf v0.12.1 |
| 2541 | 2026-05-19T22:50:45.418Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2542 | 2026-05-19T22:50:45.571Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2543 | 2026-05-19T22:50:45.895Z | Compiling const_format_proc_macros v0.2.34 |
| 2544 | 2026-05-19T22:50:45.934Z | Compiling fd-lock v4.0.4 |
| 2545 | 2026-05-19T22:50:45.958Z | Compiling peg-macros v0.8.5 |
| 2546 | 2026-05-19T22:50:46.110Z | Compiling nu-ansi-term v0.50.3 |
| 2547 | 2026-05-19T22:50:46.395Z | Compiling reedline v0.40.0 |
| 2548 | 2026-05-19T22:50:46.676Z | Compiling const_format v0.2.35 |
| 2549 | 2026-05-19T22:50:46.739Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2550 | 2026-05-19T22:50:47.254Z | Compiling peg v0.8.5 |
| 2551 | 2026-05-19T22:50:47.357Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2552 | 2026-05-19T22:50:48.351Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2553 | 2026-05-19T22:50:48.379Z | Compiling bcs v0.1.6 |
| 2554 | 2026-05-19T22:50:48.676Z | Compiling semver v0.1.20 |
| 2555 | 2026-05-19T22:50:48.787Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2556 | 2026-05-19T22:50:48.814Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2557 | 2026-05-19T22:50:49.028Z | Compiling rustc_version v0.1.7 |
| 2558 | 2026-05-19T22:50:49.052Z | Compiling smawk v0.3.2 |
| 2559 | 2026-05-19T22:50:49.253Z | Compiling humantime v2.3.0 |
| 2560 | 2026-05-19T22:50:49.276Z | Compiling newtype_derive v0.1.6 |
| 2561 | 2026-05-19T22:50:49.503Z | Compiling unicode-linebreak v0.1.5 |
| 2562 | 2026-05-19T22:50:49.735Z | Compiling textwrap v0.16.2 |
| 2563 | 2026-05-19T22:50:49.757Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2564 | 2026-05-19T22:50:49.924Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2565 | 2026-05-19T22:50:50.005Z | Compiling dropshot-api-manager-types v0.7.1 |
| 2566 | 2026-05-19T22:50:50.043Z | Compiling base64 v0.21.7 |
| 2567 | 2026-05-19T22:50:50.632Z | Compiling steno v0.4.1 |
| 2568 | 2026-05-19T22:50:50.654Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2569 | 2026-05-19T22:50:50.747Z | Compiling tagptr v0.2.0 |
| 2570 | 2026-05-19T22:50:50.946Z | Compiling moka v0.12.13 |
| 2571 | 2026-05-19T22:50:51.234Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2572 | 2026-05-19T22:50:51.360Z | Compiling utf-8 v0.7.6 |
| 2573 | 2026-05-19T22:50:51.523Z | Compiling hickory-proto v0.26.1 |
| 2574 | 2026-05-19T22:50:51.608Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2575 | 2026-05-19T22:50:51.674Z | Compiling tungstenite v0.21.0 |
| 2576 | 2026-05-19T22:50:51.838Z | Compiling radium v0.7.0 |
| 2577 | 2026-05-19T22:50:52.100Z | Compiling hickory-resolver v0.25.2 |
| 2578 | 2026-05-19T22:50:52.184Z | Compiling tap v1.0.1 |
| 2579 | 2026-05-19T22:50:52.218Z | Compiling maybe-uninit v2.0.0 |
| 2580 | 2026-05-19T22:50:52.335Z | Compiling tokio-tungstenite v0.21.0 |
| 2581 | 2026-05-19T22:50:52.582Z | Compiling wyz v0.5.1 |
| 2582 | 2026-05-19T22:50:52.728Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2583 | 2026-05-19T22:50:52.826Z | Compiling zerocopy-derive v0.6.6 |
| 2584 | 2026-05-19T22:50:53.013Z | Compiling crc-catalog v2.4.0 |
| 2585 | 2026-05-19T22:50:53.146Z | Compiling funty v2.0.0 |
| 2586 | 2026-05-19T22:50:53.591Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2587 | 2026-05-19T22:50:53.809Z | Compiling display-error-chain v0.2.2 |
| 2588 | 2026-05-19T22:50:53.833Z | Compiling packed_struct v0.10.1 |
| 2589 | 2026-05-19T22:50:54.042Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2590 | 2026-05-19T22:50:54.106Z | Compiling zerocopy v0.6.6 |
| 2591 | 2026-05-19T22:50:54.159Z | Compiling bitvec v1.0.1 |
| 2592 | 2026-05-19T22:50:54.463Z | Compiling crc v3.4.0 |
| 2593 | 2026-05-19T22:50:54.684Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2594 | 2026-05-19T22:50:54.790Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2595 | 2026-05-19T22:50:55.888Z | Compiling num-derive v0.3.3 |
| 2596 | 2026-05-19T22:50:55.979Z | Compiling packed_struct_codegen v0.10.1 |
| 2597 | 2026-05-19T22:50:56.643Z | Compiling bitfield-macros v0.19.4 |
| 2598 | 2026-05-19T22:50:56.680Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2599 | 2026-05-19T22:50:56.787Z | Compiling indexmap v1.9.3 |
| 2600 | 2026-05-19T22:50:57.024Z | Compiling nodrop v0.1.14 |
| 2601 | 2026-05-19T22:50:57.103Z | Compiling proc-macro-error2 v2.0.1 |
| 2602 | 2026-05-19T22:50:57.157Z | Compiling array-init v0.0.4 |
| 2603 | 2026-05-19T22:50:57.344Z | Compiling bitfield v0.19.4 |
| 2604 | 2026-05-19T22:50:57.424Z | Compiling libscf-sys v1.1.0 |
| 2605 | 2026-05-19T22:50:57.447Z | Compiling smallvec v0.6.14 |
| 2606 | 2026-05-19T22:50:57.546Z | Compiling typify-impl v0.4.3 |
| 2607 | 2026-05-19T22:50:57.611Z | Compiling hashbrown v0.12.3 |
| 2608 | 2026-05-19T22:50:57.673Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2609 | 2026-05-19T22:50:57.718Z | Compiling serde-hex v0.1.0 |
| 2610 | 2026-05-19T22:50:58.368Z | Compiling tabled_derive v0.11.0 |
| 2611 | 2026-05-19T22:50:58.403Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2612 | 2026-05-19T22:50:58.561Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2613 | 2026-05-19T22:50:58.666Z | Compiling ron v0.8.1 |
| 2614 | 2026-05-19T22:50:58.742Z | Compiling papergrid v0.17.0 |
| 2615 | 2026-05-19T22:50:58.762Z | Compiling testing_table v0.3.0 |
| 2616 | 2026-05-19T22:50:59.151Z | Compiling hashbrown v0.13.2 |
| 2617 | 2026-05-19T22:50:59.199Z | Compiling vergen-gitcl v1.0.8 |
| 2618 | 2026-05-19T22:50:59.401Z | Compiling dirs-sys-next v0.1.2 |
| 2619 | 2026-05-19T22:50:59.424Z | Compiling crc-any v2.5.0 |
| 2620 | 2026-05-19T22:50:59.668Z | Compiling glob v0.3.3 |
| 2621 | 2026-05-19T22:50:59.772Z | Compiling maplit v1.0.2 |
| 2622 | 2026-05-19T22:50:59.826Z | Compiling diesel_derives v2.3.7 |
| 2623 | 2026-05-19T22:50:59.852Z | Compiling crunchy v0.2.4 |
| 2624 | 2026-05-19T22:50:59.873Z | Compiling object v0.30.4 |
| 2625 | 2026-05-19T22:50:59.897Z | Compiling tabled v0.20.0 |
| 2626 | 2026-05-19T22:51:00.039Z | Compiling clang-sys v1.8.1 |
| 2627 | 2026-05-19T22:51:00.091Z | Compiling dirs-next v2.0.0 |
| 2628 | 2026-05-19T22:51:00.209Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2629 | 2026-05-19T22:51:00.256Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2630 | 2026-05-19T22:51:00.420Z | Compiling dsl_auto_type v0.2.0 |
| 2631 | 2026-05-19T22:51:00.453Z | Compiling scheduled-thread-pool v0.2.7 |
| 2632 | 2026-05-19T22:51:00.665Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2633 | 2026-05-19T22:51:00.901Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2634 | 2026-05-19T22:51:00.904Z | Compiling path-slash v0.1.5 |
| 2635 | 2026-05-19T22:51:00.949Z | Compiling typify-macro v0.4.3 |
| 2636 | 2026-05-19T22:51:00.975Z | Compiling tiny-keccak v2.0.2 |
| 2637 | 2026-05-19T22:51:01.052Z | Compiling xshell-macros v0.2.7 |
| 2638 | 2026-05-19T22:51:01.121Z | Compiling r2d2 v0.8.10 |
| 2639 | 2026-05-19T22:51:01.224Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2640 | 2026-05-19T22:51:01.286Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2641 | 2026-05-19T22:51:01.456Z | Compiling term v0.7.0 |
| 2642 | 2026-05-19T22:51:01.461Z | Compiling xshell v0.2.7 |
| 2643 | 2026-05-19T22:51:01.765Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2644 | 2026-05-19T22:51:01.933Z | Compiling downcast-rs v2.0.2 |
| 2645 | 2026-05-19T22:51:02.063Z | Compiling bit-vec v0.6.3 |
| 2646 | 2026-05-19T22:51:02.254Z | Compiling ascii-canvas v3.0.0 |
| 2647 | 2026-05-19T22:51:02.315Z | Compiling bit-set v0.5.3 |
| 2648 | 2026-05-19T22:51:02.339Z | Compiling itertools v0.10.5 |
| 2649 | 2026-05-19T22:51:02.475Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2650 | 2026-05-19T22:51:02.531Z | Compiling ena v0.14.4 |
| 2651 | 2026-05-19T22:51:02.769Z | Compiling libloading v0.8.9 |
| 2652 | 2026-05-19T22:51:02.790Z | Compiling bindgen v0.71.1 |
| 2653 | 2026-05-19T22:51:03.003Z | Compiling regex-syntax v0.6.29 |
| 2654 | 2026-05-19T22:51:03.071Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2655 | 2026-05-19T22:51:03.478Z | Compiling unicase v2.9.0 |
| 2656 | 2026-05-19T22:51:03.739Z | Compiling crc8 v0.1.1 |
| 2657 | 2026-05-19T22:51:03.794Z | Compiling diff v0.1.13 |
| 2658 | 2026-05-19T22:51:04.059Z | Compiling typify v0.4.3 |
| 2659 | 2026-05-19T22:51:04.199Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2660 | 2026-05-19T22:51:04.580Z | Compiling lalrpop v0.19.12 |
| 2661 | 2026-05-19T22:51:04.783Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2662 | 2026-05-19T22:51:04.955Z | Compiling cexpr v0.6.0 |
| 2663 | 2026-05-19T22:51:05.067Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2664 | 2026-05-19T22:51:05.335Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2665 | 2026-05-19T22:51:05.404Z | Compiling rustc-hash v2.1.1 |
| 2666 | 2026-05-19T22:51:05.498Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2667 | 2026-05-19T22:51:05.521Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2668 | 2026-05-19T22:51:05.615Z | Compiling headers-core v0.3.0 |
| 2669 | 2026-05-19T22:51:05.728Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2670 | 2026-05-19T22:51:05.774Z | Compiling diesel v2.3.7 |
| 2671 | 2026-05-19T22:51:05.868Z | Compiling git-stub v1.0.0 |
| 2672 | 2026-05-19T22:51:06.050Z | Compiling libxml v0.3.3 |
| 2673 | 2026-05-19T22:51:06.255Z | Compiling git-stub-vcs v0.1.0 |
| 2674 | 2026-05-19T22:51:06.434Z | Compiling headers v0.4.1 |
| 2675 | 2026-05-19T22:51:06.621Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2676 | 2026-05-19T22:51:06.962Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2677 | 2026-05-19T22:51:07.183Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2678 | 2026-05-19T22:51:07.652Z | Compiling strum_macros v0.24.3 |
| 2679 | 2026-05-19T22:51:07.812Z | Compiling indoc v1.0.9 |
| 2680 | 2026-05-19T22:51:08.074Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2681 | 2026-05-19T22:51:08.274Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2682 | 2026-05-19T22:51:08.303Z | Compiling derive_builder v0.20.2 |
| 2683 | 2026-05-19T22:51:08.475Z | Compiling oso-derive v0.27.3 |
| 2684 | 2026-05-19T22:51:08.896Z | Compiling quick-xml v0.37.5 |
| 2685 | 2026-05-19T22:51:08.930Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2686 | 2026-05-19T22:51:08.980Z | Compiling half v1.8.3 |
| 2687 | 2026-05-19T22:51:09.318Z | Compiling openssl-probe v0.1.6 |
| 2688 | 2026-05-19T22:51:09.423Z | Compiling serde_cbor v0.11.2 |
| 2689 | 2026-05-19T22:51:09.650Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2690 | 2026-05-19T22:51:09.814Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2691 | 2026-05-19T22:51:10.181Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2692 | 2026-05-19T22:51:10.204Z | Compiling samael v0.0.19 |
| 2693 | 2026-05-19T22:51:10.227Z | Compiling bb8 v0.8.6 |
| 2694 | 2026-05-19T22:51:10.368Z | Compiling trait-variant v0.1.2 |
| 2695 | 2026-05-19T22:51:10.416Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2696 | 2026-05-19T22:51:10.479Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2697 | 2026-05-19T22:51:10.616Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2698 | 2026-05-19T22:51:10.687Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2699 | 2026-05-19T22:51:10.707Z | Compiling fxhash v0.2.1 |
| 2700 | 2026-05-19T22:51:10.822Z | Compiling salty v0.3.0 |
| 2701 | 2026-05-19T22:51:10.942Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2702 | 2026-05-19T22:51:10.974Z | Compiling progenitor-impl v0.10.0 |
| 2703 | 2026-05-19T22:51:11.149Z | Compiling progenitor-impl v0.11.2 |
| 2704 | 2026-05-19T22:51:11.207Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2705 | 2026-05-19T22:51:11.585Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2706 | 2026-05-19T22:51:11.606Z | Compiling kstat-rs v0.2.4 |
| 2707 | 2026-05-19T22:51:12.008Z | Compiling polar-core v0.27.3 |
| 2708 | 2026-05-19T22:51:12.032Z | Compiling libz-sys v1.1.24 |
| 2709 | 2026-05-19T22:51:12.083Z | Compiling nonempty v0.12.0 |
| 2710 | 2026-05-19T22:51:12.105Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2711 | 2026-05-19T22:51:12.314Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2712 | 2026-05-19T22:51:13.107Z | Compiling progenitor-macro v0.10.0 |
| 2713 | 2026-05-19T22:51:13.308Z | Compiling progenitor-macro v0.11.2 |
| 2714 | 2026-05-19T22:51:14.719Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2715 | 2026-05-19T22:51:15.236Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2716 | 2026-05-19T22:51:15.281Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2717 | 2026-05-19T22:51:15.870Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2718 | 2026-05-19T22:51:16.428Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2719 | 2026-05-19T22:51:16.617Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2720 | 2026-05-19T22:51:16.921Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2721 | 2026-05-19T22:51:17.121Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2722 | 2026-05-19T22:51:17.346Z | Compiling progenitor-client v0.11.2 |
| 2723 | 2026-05-19T22:51:17.894Z | Compiling darling_core v0.23.0 |
| 2724 | 2026-05-19T22:51:20.028Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2725 | 2026-05-19T22:51:20.852Z | Compiling nanorand v0.7.0 |
| 2726 | 2026-05-19T22:51:21.226Z | Compiling oso v0.27.3 |
| 2727 | 2026-05-19T22:51:21.456Z | Compiling arc-swap v1.8.2 |
| 2728 | 2026-05-19T22:51:21.651Z | Compiling fs-err v2.11.0 |
| 2729 | 2026-05-19T22:51:21.837Z | Compiling parking_lot_core v0.8.6 |
| 2730 | 2026-05-19T22:51:22.135Z | Compiling mime_guess v2.0.5 |
| 2731 | 2026-05-19T22:51:22.298Z | Compiling slog-scope v4.4.1 |
| 2732 | 2026-05-19T22:51:22.746Z | Compiling async-bb8-diesel v0.2.1 |
| 2733 | 2026-05-19T22:51:23.187Z | Compiling diesel-dtrace v0.5.0 |
| 2734 | 2026-05-19T22:51:23.399Z | Compiling flume v0.11.1 |
| 2735 | 2026-05-19T22:51:23.508Z | Compiling darling_macro v0.23.0 |
| 2736 | 2026-05-19T22:51:23.802Z | Compiling progenitor v0.11.2 |
| 2737 | 2026-05-19T22:51:24.001Z | Compiling progenitor v0.10.0 |
| 2738 | 2026-05-19T22:51:24.026Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2739 | 2026-05-19T22:51:24.190Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2740 | 2026-05-19T22:51:24.419Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2741 | 2026-05-19T22:51:26.154Z | Compiling primeorder v0.13.6 |
| 2742 | 2026-05-19T22:51:26.471Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2743 | 2026-05-19T22:51:26.542Z | Compiling instability v0.3.11 |
| 2744 | 2026-05-19T22:51:26.585Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2745 | 2026-05-19T22:51:26.803Z | Compiling p384 v0.13.1 |
| 2746 | 2026-05-19T22:51:27.314Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2747 | 2026-05-19T22:51:27.651Z | Compiling darling v0.23.0 |
| 2748 | 2026-05-19T22:51:27.803Z | Compiling slog-stdlog v4.1.1 |
| 2749 | 2026-05-19T22:51:28.585Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2750 | 2026-05-19T22:51:28.675Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2751 | 2026-05-19T22:51:28.703Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2752 | 2026-05-19T22:51:28.781Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2753 | 2026-05-19T22:51:28.865Z | Compiling ignore v0.4.25 |
| 2754 | 2026-05-19T22:51:28.940Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2755 | 2026-05-19T22:51:29.499Z | Compiling castaway v0.2.4 |
| 2756 | 2026-05-19T22:51:29.660Z | Compiling atty v0.2.14 |
| 2757 | 2026-05-19T22:51:29.813Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2758 | 2026-05-19T22:51:29.859Z | Compiling indoc v2.0.7 |
| 2759 | 2026-05-19T22:51:30.052Z | Compiling http-range v0.1.5 |
| 2760 | 2026-05-19T22:51:30.308Z | Compiling parse-size v1.1.0 |
| 2761 | 2026-05-19T22:51:30.487Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2762 | 2026-05-19T22:51:30.534Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2763 | 2026-05-19T22:51:31.053Z | Compiling compact_str v0.8.1 |
| 2764 | 2026-05-19T22:51:31.372Z | Compiling globwalk v0.9.1 |
| 2765 | 2026-05-19T22:51:32.046Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2766 | 2026-05-19T22:51:32.285Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2767 | 2026-05-19T22:51:32.589Z | Compiling parking_lot v0.11.2 |
| 2768 | 2026-05-19T22:51:33.506Z | Compiling slog-envlogger v2.2.0 |
| 2769 | 2026-05-19T22:51:33.864Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2770 | 2026-05-19T22:51:34.746Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2771 | 2026-05-19T22:51:34.852Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2772 | 2026-05-19T22:51:34.911Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2773 | 2026-05-19T22:51:35.023Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2774 | 2026-05-19T22:51:35.093Z | Compiling predicates-tree v1.0.13 |
| 2775 | 2026-05-19T22:51:35.387Z | Compiling unicode-truncate v1.1.0 |
| 2776 | 2026-05-19T22:51:35.410Z | Compiling lru v0.12.5 |
| 2777 | 2026-05-19T22:51:35.431Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2778 | 2026-05-19T22:51:35.582Z | Compiling rand_seeder v0.4.0 |
| 2779 | 2026-05-19T22:51:35.606Z | Compiling prefix-trie v0.7.0 |
| 2780 | 2026-05-19T22:51:35.632Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2781 | 2026-05-19T22:51:35.652Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2782 | 2026-05-19T22:51:35.847Z | Compiling vergen-git2 v1.0.7 |
| 2783 | 2026-05-19T22:51:35.906Z | Compiling corncobs v0.1.4 |
| 2784 | 2026-05-19T22:51:35.970Z | Compiling cassowary v0.3.0 |
| 2785 | 2026-05-19T22:51:36.075Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2786 | 2026-05-19T22:51:36.098Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2787 | 2026-05-19T22:51:36.147Z | Compiling hickory-server v0.25.2 |
| 2788 | 2026-05-19T22:51:36.167Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2789 | 2026-05-19T22:51:36.367Z | Compiling ratatui v0.29.0 |
| 2790 | 2026-05-19T22:51:36.519Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2791 | 2026-05-19T22:51:36.759Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2792 | 2026-05-19T22:51:36.785Z | Compiling camino-tempfile-ext v0.3.3 |
| 2793 | 2026-05-19T22:51:36.854Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2794 | 2026-05-19T22:51:37.430Z | Compiling hyper-staticfile v0.10.1 |
| 2795 | 2026-05-19T22:51:37.550Z | Compiling sled v0.34.7 |
| 2796 | 2026-05-19T22:51:38.246Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2797 | 2026-05-19T22:51:38.641Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2798 | 2026-05-19T22:51:38.912Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2799 | 2026-05-19T22:51:40.216Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2800 | 2026-05-19T22:51:40.446Z | Compiling secrecy v0.8.0 |
| 2801 | 2026-05-19T22:51:40.646Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2802 | 2026-05-19T22:51:40.882Z | Compiling rustls v0.21.12 |
| 2803 | 2026-05-19T22:51:41.257Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2804 | 2026-05-19T22:51:41.542Z | error[E0271]: expected `Answers` to be an iterator that yields `&Record`, but it yields `&Record` |
| 2805 | 2026-05-19T22:51:41.542Z | --> dns-server/src/dns_server.rs:487:12 |
| 2806 | 2026-05-19T22:51:41.542Z | | |
| 2807 | 2026-05-19T22:51:41.542Z | 487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>, |
| 2808 | 2026-05-19T22:51:41.542Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 2809 | 2026-05-19T22:51:41.542Z | | |
| 2810 | 2026-05-19T22:51:41.542Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 2811 | 2026-05-19T22:51:41.542Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 2812 | 2026-05-19T22:51:41.542Z | | |
| 2813 | 2026-05-19T22:51:41.542Z | 77 | pub struct Record<R: RecordData = RData> { |
| 2814 | 2026-05-19T22:51:41.542Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 2815 | 2026-05-19T22:51:41.542Z | | |
| 2816 | 2026-05-19T22:51:41.542Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 2817 | 2026-05-19T22:51:41.542Z | | |
| 2818 | 2026-05-19T22:51:41.542Z | 78 | pub struct Record<R: RecordData = RData> { |
| 2819 | 2026-05-19T22:51:41.542Z | | ---------------------------------------- this is the found type |
| 2820 | 2026-05-19T22:51:41.542Z | = help: you can use `cargo tree` to explore your dependency tree |
| 2821 | 2026-05-19T22:51:41.542Z | note: required by a bound in `MessageResponse` |
| 2822 | 2026-05-19T22:51:41.542Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23 |
| 2823 | 2026-05-19T22:51:41.542Z | | |
| 2824 | 2026-05-19T22:51:41.542Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 2825 | 2026-05-19T22:51:41.542Z | | --------------- required by a bound in this struct |
| 2826 | 2026-05-19T22:51:41.543Z | 22 | where |
| 2827 | 2026-05-19T22:51:41.543Z | 23 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 2828 | 2026-05-19T22:51:41.543Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 2829 | 2026-05-19T22:51:41.543Z | |
| 2830 | 2026-05-19T22:51:41.547Z | error[E0271]: expected `NameServers` to be an iterator that yields `&Record`, but it yields `&Record` |
| 2831 | 2026-05-19T22:51:41.547Z | --> dns-server/src/dns_server.rs:487:12 |
| 2832 | 2026-05-19T22:51:41.547Z | | |
| 2833 | 2026-05-19T22:51:41.547Z | 487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>, |
| 2834 | 2026-05-19T22:51:41.547Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 2835 | 2026-05-19T22:51:41.547Z | | |
| 2836 | 2026-05-19T22:51:41.547Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 2837 | 2026-05-19T22:51:41.547Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 2838 | 2026-05-19T22:51:41.547Z | | |
| 2839 | 2026-05-19T22:51:41.547Z | 77 | pub struct Record<R: RecordData = RData> { |
| 2840 | 2026-05-19T22:51:41.547Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 2841 | 2026-05-19T22:51:41.547Z | | |
| 2842 | 2026-05-19T22:51:41.547Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 2843 | 2026-05-19T22:51:41.547Z | | |
| 2844 | 2026-05-19T22:51:41.547Z | 78 | pub struct Record<R: RecordData = RData> { |
| 2845 | 2026-05-19T22:51:41.547Z | | ---------------------------------------- this is the found type |
| 2846 | 2026-05-19T22:51:41.547Z | = help: you can use `cargo tree` to explore your dependency tree |
| 2847 | 2026-05-19T22:51:41.547Z | note: required by a bound in `MessageResponse` |
| 2848 | 2026-05-19T22:51:41.547Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:24:27 |
| 2849 | 2026-05-19T22:51:41.547Z | | |
| 2850 | 2026-05-19T22:51:41.547Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 2851 | 2026-05-19T22:51:41.547Z | | --------------- required by a bound in this struct |
| 2852 | 2026-05-19T22:51:41.547Z | ... |
| 2853 | 2026-05-19T22:51:41.547Z | 24 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 2854 | 2026-05-19T22:51:41.547Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 2855 | 2026-05-19T22:51:41.547Z | |
| 2856 | 2026-05-19T22:51:41.547Z | error[E0271]: expected `Soa` to be an iterator that yields `&Record`, but it yields `&Record` |
| 2857 | 2026-05-19T22:51:41.547Z | --> dns-server/src/dns_server.rs:487:12 |
| 2858 | 2026-05-19T22:51:41.547Z | | |
| 2859 | 2026-05-19T22:51:41.547Z | 487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>, |
| 2860 | 2026-05-19T22:51:41.547Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 2861 | 2026-05-19T22:51:41.547Z | | |
| 2862 | 2026-05-19T22:51:41.548Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 2863 | 2026-05-19T22:51:41.548Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 2864 | 2026-05-19T22:51:41.548Z | | |
| 2865 | 2026-05-19T22:51:41.548Z | 77 | pub struct Record<R: RecordData = RData> { |
| 2866 | 2026-05-19T22:51:41.548Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 2867 | 2026-05-19T22:51:41.548Z | | |
| 2868 | 2026-05-19T22:51:41.548Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 2869 | 2026-05-19T22:51:41.548Z | | |
| 2870 | 2026-05-19T22:51:41.548Z | 78 | pub struct Record<R: RecordData = RData> { |
| 2871 | 2026-05-19T22:51:41.548Z | | ---------------------------------------- this is the found type |
| 2872 | 2026-05-19T22:51:41.548Z | = help: you can use `cargo tree` to explore your dependency tree |
| 2873 | 2026-05-19T22:51:41.548Z | note: required by a bound in `MessageResponse` |
| 2874 | 2026-05-19T22:51:41.548Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:25:19 |
| 2875 | 2026-05-19T22:51:41.548Z | | |
| 2876 | 2026-05-19T22:51:41.548Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 2877 | 2026-05-19T22:51:41.548Z | | --------------- required by a bound in this struct |
| 2878 | 2026-05-19T22:51:41.548Z | ... |
| 2879 | 2026-05-19T22:51:41.548Z | 25 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 2880 | 2026-05-19T22:51:41.548Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 2881 | 2026-05-19T22:51:41.548Z | |
| 2882 | 2026-05-19T22:51:41.548Z | error[E0271]: expected `Additionals` to be an iterator that yields `&Record`, but it yields `&Record` |
| 2883 | 2026-05-19T22:51:41.548Z | --> dns-server/src/dns_server.rs:487:12 |
| 2884 | 2026-05-19T22:51:41.548Z | | |
| 2885 | 2026-05-19T22:51:41.548Z | 487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>, |
| 2886 | 2026-05-19T22:51:41.548Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 2887 | 2026-05-19T22:51:41.548Z | | |
| 2888 | 2026-05-19T22:51:41.548Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 2889 | 2026-05-19T22:51:41.548Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 2890 | 2026-05-19T22:51:41.548Z | | |
| 2891 | 2026-05-19T22:51:41.548Z | 77 | pub struct Record<R: RecordData = RData> { |
| 2892 | 2026-05-19T22:51:41.548Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 2893 | 2026-05-19T22:51:41.548Z | | |
| 2894 | 2026-05-19T22:51:41.548Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 2895 | 2026-05-19T22:51:41.548Z | | |
| 2896 | 2026-05-19T22:51:41.549Z | 78 | pub struct Record<R: RecordData = RData> { |
| 2897 | 2026-05-19T22:51:41.549Z | | ---------------------------------------- this is the found type |
| 2898 | 2026-05-19T22:51:41.549Z | = help: you can use `cargo tree` to explore your dependency tree |
| 2899 | 2026-05-19T22:51:41.549Z | note: required by a bound in `MessageResponse` |
| 2900 | 2026-05-19T22:51:41.549Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27 |
| 2901 | 2026-05-19T22:51:41.549Z | | |
| 2902 | 2026-05-19T22:51:41.549Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 2903 | 2026-05-19T22:51:41.549Z | | --------------- required by a bound in this struct |
| 2904 | 2026-05-19T22:51:41.549Z | ... |
| 2905 | 2026-05-19T22:51:41.549Z | 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 2906 | 2026-05-19T22:51:41.549Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 2907 | 2026-05-19T22:51:41.549Z | |
| 2908 | 2026-05-19T22:51:41.629Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2909 | 2026-05-19T22:51:41.723Z | error[E0599]: no function or associated item named `read` found for struct `MessageRequest` in the current scope |
| 2910 | 2026-05-19T22:51:41.723Z | --> dns-server/src/dns_server.rs:161:36 |
| 2911 | 2026-05-19T22:51:41.723Z | | |
| 2912 | 2026-05-19T22:51:41.723Z | 161 | let mr = match MessageRequest::read(&mut dec) { |
| 2913 | 2026-05-19T22:51:41.723Z | | ^^^^ function or associated item not found in `MessageRequest` |
| 2914 | 2026-05-19T22:51:41.723Z | | |
| 2915 | 2026-05-19T22:51:41.723Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 2916 | 2026-05-19T22:51:41.723Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/serialize/binary/mod.rs:44:1 |
| 2917 | 2026-05-19T22:51:41.723Z | | |
| 2918 | 2026-05-19T22:51:41.723Z | 44 | pub trait BinDecodable<'r>: Sized { |
| 2919 | 2026-05-19T22:51:41.723Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait |
| 2920 | 2026-05-19T22:51:41.723Z | | |
| 2921 | 2026-05-19T22:51:41.723Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/serialize/binary/mod.rs:45:1 |
| 2922 | 2026-05-19T22:51:41.723Z | | |
| 2923 | 2026-05-19T22:51:41.723Z | 45 | pub trait BinDecodable<'r>: Sized { |
| 2924 | 2026-05-19T22:51:41.724Z | | --------------------------------- this is the trait that was imported |
| 2925 | 2026-05-19T22:51:41.724Z | = help: you can use `cargo tree` to explore your dependency tree |
| 2926 | 2026-05-19T22:51:41.724Z | |
| 2927 | 2026-05-19T22:51:41.738Z | error[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope |
| 2928 | 2026-05-19T22:51:41.738Z | --> dns-server/src/dns_server.rs:173:34 |
| 2929 | 2026-05-19T22:51:41.738Z | | |
| 2930 | 2026-05-19T22:51:41.738Z | 173 | let header = Header::response_from_request(mr.header()); |
| 2931 | 2026-05-19T22:51:41.738Z | | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header` |
| 2932 | 2026-05-19T22:51:41.738Z | | |
| 2933 | 2026-05-19T22:51:41.738Z | note: the function `response_from_request` is implemented on `hickory_proto::op::Metadata` |
| 2934 | 2026-05-19T22:51:41.738Z | --> dns-server/src/dns_server.rs:173:26 |
| 2935 | 2026-05-19T22:51:41.738Z | | |
| 2936 | 2026-05-19T22:51:41.738Z | 173 | let header = Header::response_from_request(mr.header()); |
| 2937 | 2026-05-19T22:51:41.738Z | | ^^^^^^ |
| 2938 | 2026-05-19T22:51:41.738Z | |
| 2939 | 2026-05-19T22:51:41.762Z | error[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope |
| 2940 | 2026-05-19T22:51:41.762Z | --> dns-server/src/dns_server.rs:273:30 |
| 2941 | 2026-05-19T22:51:41.762Z | | |
| 2942 | 2026-05-19T22:51:41.762Z | 273 | let mut header = Header::response_from_request(mr.header()); |
| 2943 | 2026-05-19T22:51:41.762Z | | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header` |
| 2944 | 2026-05-19T22:51:41.762Z | | |
| 2945 | 2026-05-19T22:51:41.762Z | note: the function `response_from_request` is implemented on `hickory_proto::op::Metadata` |
| 2946 | 2026-05-19T22:51:41.763Z | --> dns-server/src/dns_server.rs:273:22 |
| 2947 | 2026-05-19T22:51:41.763Z | | |
| 2948 | 2026-05-19T22:51:41.763Z | 273 | let mut header = Header::response_from_request(mr.header()); |
| 2949 | 2026-05-19T22:51:41.763Z | | ^^^^^^ |
| 2950 | 2026-05-19T22:51:41.763Z | |
| 2951 | 2026-05-19T22:51:41.781Z | error[E0308]: mismatched types |
| 2952 | 2026-05-19T22:51:41.781Z | --> dns-server/src/dns_server.rs:299:30 |
| 2953 | 2026-05-19T22:51:41.781Z | | |
| 2954 | 2026-05-19T22:51:41.781Z | 299 | let answer = store.query(query)?; |
| 2955 | 2026-05-19T22:51:41.781Z | | ----- ^^^^^ expected `hickory_proto::op::LowerQuery`, found `LowerQuery` |
| 2956 | 2026-05-19T22:51:41.781Z | | | |
| 2957 | 2026-05-19T22:51:41.781Z | | arguments to this method are incorrect |
| 2958 | 2026-05-19T22:51:41.781Z | | |
| 2959 | 2026-05-19T22:51:41.781Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 2960 | 2026-05-19T22:51:41.781Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/lower_query.rs:22:1 |
| 2961 | 2026-05-19T22:51:41.781Z | | |
| 2962 | 2026-05-19T22:51:41.781Z | 22 | pub struct LowerQuery { |
| 2963 | 2026-05-19T22:51:41.781Z | | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 2964 | 2026-05-19T22:51:41.781Z | | |
| 2965 | 2026-05-19T22:51:41.781Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/lower_query.rs:18:1 |
| 2966 | 2026-05-19T22:51:41.781Z | | |
| 2967 | 2026-05-19T22:51:41.781Z | 18 | pub struct LowerQuery { |
| 2968 | 2026-05-19T22:51:41.781Z | | --------------------- this is the found type |
| 2969 | 2026-05-19T22:51:41.781Z | = help: you can use `cargo tree` to explore your dependency tree |
| 2970 | 2026-05-19T22:51:41.781Z | note: method defined here |
| 2971 | 2026-05-19T22:51:41.781Z | --> dns-server/src/storage.rs:762:19 |
| 2972 | 2026-05-19T22:51:41.781Z | | |
| 2973 | 2026-05-19T22:51:41.781Z | 762 | pub(crate) fn query( |
| 2974 | 2026-05-19T22:51:41.781Z | | ^^^^^ |
| 2975 | 2026-05-19T22:51:41.781Z | 763 | &self, |
| 2976 | 2026-05-19T22:51:41.782Z | 764 | query: &LowerQuery, |
| 2977 | 2026-05-19T22:51:41.782Z | | ------------------ |
| 2978 | 2026-05-19T22:51:41.782Z | |
| 2979 | 2026-05-19T22:51:41.785Z | error[E0308]: mismatched types |
| 2980 | 2026-05-19T22:51:41.785Z | --> dns-server/src/dns_server.rs:311:55 |
| 2981 | 2026-05-19T22:51:41.785Z | | |
| 2982 | 2026-05-19T22:51:41.785Z | 311 | if answer.name.is_none() && query.query_type() == RecordType::SOA { |
| 2983 | 2026-05-19T22:51:41.785Z | | ------------------ ^^^^^^^^^^^^^^^ expected `RecordType`, found `hickory_proto::rr::RecordType` |
| 2984 | 2026-05-19T22:51:41.785Z | | | |
| 2985 | 2026-05-19T22:51:41.785Z | | expected because this is `hickory_resolver::hickory_proto::rr::RecordType` |
| 2986 | 2026-05-19T22:51:41.785Z | | |
| 2987 | 2026-05-19T22:51:41.785Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 2988 | 2026-05-19T22:51:41.785Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/record_type.rs:33:1 |
| 2989 | 2026-05-19T22:51:41.785Z | | |
| 2990 | 2026-05-19T22:51:41.785Z | 33 | pub enum RecordType { |
| 2991 | 2026-05-19T22:51:41.785Z | | ^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 2992 | 2026-05-19T22:51:41.785Z | | |
| 2993 | 2026-05-19T22:51:41.785Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record_type.rs:33:1 |
| 2994 | 2026-05-19T22:51:41.785Z | | |
| 2995 | 2026-05-19T22:51:41.785Z | 33 | pub enum RecordType { |
| 2996 | 2026-05-19T22:51:41.785Z | | ------------------- this is the found type |
| 2997 | 2026-05-19T22:51:41.785Z | = help: you can use `cargo tree` to explore your dependency tree |
| 2998 | 2026-05-19T22:51:41.786Z | |
| 2999 | 2026-05-19T22:51:41.803Z | error[E0599]: no method named `data` found for reference `&hickory_proto::rr::Record` in the current scope |
| 3000 | 2026-05-19T22:51:41.803Z | --> dns-server/src/dns_server.rs:327:60 |
| 3001 | 2026-05-19T22:51:41.803Z | | |
| 3002 | 2026-05-19T22:51:41.803Z | 327 | .filter(|record| match (query.query_type(), record.data()) { |
| 3003 | 2026-05-19T22:51:41.803Z | | ^^^^-- help: remove the arguments |
| 3004 | 2026-05-19T22:51:41.803Z | | | |
| 3005 | 2026-05-19T22:51:41.803Z | | field, not a method |
| 3006 | 2026-05-19T22:51:41.803Z | |
| 3007 | 2026-05-19T22:51:41.818Z | error[E0599]: no method named `data` found for struct `hickory_proto::rr::Record<R>` in the current scope |
| 3008 | 2026-05-19T22:51:41.818Z | --> dns-server/src/dns_server.rs:348:51 |
| 3009 | 2026-05-19T22:51:41.818Z | | |
| 3010 | 2026-05-19T22:51:41.818Z | 348 | let additionals_target = match record.data() { |
| 3011 | 2026-05-19T22:51:41.818Z | | ^^^^-- help: remove the arguments |
| 3012 | 2026-05-19T22:51:41.818Z | | | |
| 3013 | 2026-05-19T22:51:41.818Z | | field, not a method |
| 3014 | 2026-05-19T22:51:41.818Z | |
| 3015 | 2026-05-19T22:51:41.824Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3016 | 2026-05-19T22:51:41.845Z | error[E0599]: no method named `target` found for struct `hickory_proto::rr::rdata::SRV` in the current scope |
| 3017 | 2026-05-19T22:51:41.845Z | --> dns-server/src/dns_server.rs:349:45 |
| 3018 | 2026-05-19T22:51:41.845Z | | |
| 3019 | 2026-05-19T22:51:41.845Z | 349 | RData::SRV(srv) => Some(srv.target()), |
| 3020 | 2026-05-19T22:51:41.845Z | | ^^^^^^-- help: remove the arguments |
| 3021 | 2026-05-19T22:51:41.845Z | | | |
| 3022 | 2026-05-19T22:51:41.845Z | | field, not a method |
| 3023 | 2026-05-19T22:51:41.845Z | |
| 3024 | 2026-05-19T22:51:41.850Z | error[E0271]: type mismatch resolving `<Vec<&Record> as IntoIterator>::Item == &Record` |
| 3025 | 2026-05-19T22:51:41.850Z | --> dns-server/src/dns_server.rs:416:9 |
| 3026 | 2026-05-19T22:51:41.850Z | | |
| 3027 | 2026-05-19T22:51:41.850Z | 414 | let mresp = rb.build( |
| 3028 | 2026-05-19T22:51:41.850Z | | ----- required by a bound introduced by this call |
| 3029 | 2026-05-19T22:51:41.850Z | 415 | header, |
| 3030 | 2026-05-19T22:51:41.850Z | 416 | response_records.iter().collect::<Vec<&Record>>(), |
| 3031 | 2026-05-19T22:51:41.850Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3032 | 2026-05-19T22:51:41.850Z | | |
| 3033 | 2026-05-19T22:51:41.850Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3034 | 2026-05-19T22:51:41.850Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3035 | 2026-05-19T22:51:41.850Z | | |
| 3036 | 2026-05-19T22:51:41.850Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3037 | 2026-05-19T22:51:41.850Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3038 | 2026-05-19T22:51:41.850Z | | |
| 3039 | 2026-05-19T22:51:41.850Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3040 | 2026-05-19T22:51:41.850Z | | |
| 3041 | 2026-05-19T22:51:41.850Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3042 | 2026-05-19T22:51:41.850Z | | ---------------------------------------- this is the found type |
| 3043 | 2026-05-19T22:51:41.850Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3044 | 2026-05-19T22:51:41.850Z | note: the method call chain might not have had the expected associated types |
| 3045 | 2026-05-19T22:51:41.850Z | --> dns-server/src/dns_server.rs:416:26 |
| 3046 | 2026-05-19T22:51:41.850Z | | |
| 3047 | 2026-05-19T22:51:41.850Z | 411 | response_records: &[Record], |
| 3048 | 2026-05-19T22:51:41.850Z | | ---------------- this expression has type `&[Record]` |
| 3049 | 2026-05-19T22:51:41.850Z | ... |
| 3050 | 2026-05-19T22:51:41.850Z | 416 | response_records.iter().collect::<Vec<&Record>>(), |
| 3051 | 2026-05-19T22:51:41.850Z | | ^^^^^^ ------------------------- `IntoIterator::Item` remains `&Record` here |
| 3052 | 2026-05-19T22:51:41.850Z | | | |
| 3053 | 2026-05-19T22:51:41.850Z | | `IntoIterator::Item` is `&Record` here |
| 3054 | 2026-05-19T22:51:41.850Z | note: required by a bound in `MessageResponseBuilder::<'q>::build` |
| 3055 | 2026-05-19T22:51:41.850Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:138:25 |
| 3056 | 2026-05-19T22:51:41.851Z | | |
| 3057 | 2026-05-19T22:51:41.851Z | 129 | pub fn build<'a, A, N, S, D>( |
| 3058 | 2026-05-19T22:51:41.851Z | | ----- required by a bound in this associated function |
| 3059 | 2026-05-19T22:51:41.851Z | ... |
| 3060 | 2026-05-19T22:51:41.851Z | 138 | A: IntoIterator<Item = &'a Record> + Send + 'a, |
| 3061 | 2026-05-19T22:51:41.851Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build` |
| 3062 | 2026-05-19T22:51:41.851Z | |
| 3063 | 2026-05-19T22:51:41.851Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3064 | 2026-05-19T22:51:41.851Z | --> dns-server/src/dns_server.rs:414:20 |
| 3065 | 2026-05-19T22:51:41.851Z | | |
| 3066 | 2026-05-19T22:51:41.851Z | 414 | let mresp = rb.build( |
| 3067 | 2026-05-19T22:51:41.851Z | | ^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3068 | 2026-05-19T22:51:41.851Z | | |
| 3069 | 2026-05-19T22:51:41.851Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3070 | 2026-05-19T22:51:41.851Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3071 | 2026-05-19T22:51:41.851Z | | |
| 3072 | 2026-05-19T22:51:41.851Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3073 | 2026-05-19T22:51:41.851Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3074 | 2026-05-19T22:51:41.851Z | | |
| 3075 | 2026-05-19T22:51:41.851Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3076 | 2026-05-19T22:51:41.851Z | | |
| 3077 | 2026-05-19T22:51:41.851Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3078 | 2026-05-19T22:51:41.851Z | | ---------------------------------------- this is the found type |
| 3079 | 2026-05-19T22:51:41.851Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3080 | 2026-05-19T22:51:41.851Z | note: required by a bound in `MessageResponse` |
| 3081 | 2026-05-19T22:51:41.851Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23 |
| 3082 | 2026-05-19T22:51:41.851Z | | |
| 3083 | 2026-05-19T22:51:41.851Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3084 | 2026-05-19T22:51:41.851Z | | --------------- required by a bound in this struct |
| 3085 | 2026-05-19T22:51:41.851Z | 22 | where |
| 3086 | 2026-05-19T22:51:41.851Z | 23 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3087 | 2026-05-19T22:51:41.851Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3088 | 2026-05-19T22:51:41.851Z | |
| 3089 | 2026-05-19T22:51:41.851Z | error[E0271]: type mismatch resolving `<&[Record] as IntoIterator>::Item == &Record` |
| 3090 | 2026-05-19T22:51:41.851Z | --> dns-server/src/dns_server.rs:419:9 |
| 3091 | 2026-05-19T22:51:41.851Z | | |
| 3092 | 2026-05-19T22:51:41.851Z | 414 | let mresp = rb.build( |
| 3093 | 2026-05-19T22:51:41.851Z | | ----- required by a bound introduced by this call |
| 3094 | 2026-05-19T22:51:41.852Z | ... |
| 3095 | 2026-05-19T22:51:41.852Z | 419 | additional_records, |
| 3096 | 2026-05-19T22:51:41.852Z | | ^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3097 | 2026-05-19T22:51:41.852Z | | |
| 3098 | 2026-05-19T22:51:41.852Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3099 | 2026-05-19T22:51:41.852Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3100 | 2026-05-19T22:51:41.852Z | | |
| 3101 | 2026-05-19T22:51:41.852Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3102 | 2026-05-19T22:51:41.852Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3103 | 2026-05-19T22:51:41.852Z | | |
| 3104 | 2026-05-19T22:51:41.852Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3105 | 2026-05-19T22:51:41.852Z | | |
| 3106 | 2026-05-19T22:51:41.852Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3107 | 2026-05-19T22:51:41.852Z | | ---------------------------------------- this is the found type |
| 3108 | 2026-05-19T22:51:41.852Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3109 | 2026-05-19T22:51:41.852Z | note: required by a bound in `MessageResponseBuilder::<'q>::build` |
| 3110 | 2026-05-19T22:51:41.852Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:144:25 |
| 3111 | 2026-05-19T22:51:41.852Z | | |
| 3112 | 2026-05-19T22:51:41.852Z | 129 | pub fn build<'a, A, N, S, D>( |
| 3113 | 2026-05-19T22:51:41.852Z | | ----- required by a bound in this associated function |
| 3114 | 2026-05-19T22:51:41.852Z | ... |
| 3115 | 2026-05-19T22:51:41.852Z | 144 | D: IntoIterator<Item = &'a Record> + Send + 'a, |
| 3116 | 2026-05-19T22:51:41.852Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build` |
| 3117 | 2026-05-19T22:51:41.852Z | |
| 3118 | 2026-05-19T22:51:41.852Z | error[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3119 | 2026-05-19T22:51:41.852Z | --> dns-server/src/dns_server.rs:414:20 |
| 3120 | 2026-05-19T22:51:41.852Z | | |
| 3121 | 2026-05-19T22:51:41.852Z | 414 | let mresp = rb.build( |
| 3122 | 2026-05-19T22:51:41.852Z | | ^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3123 | 2026-05-19T22:51:41.852Z | | |
| 3124 | 2026-05-19T22:51:41.856Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3125 | 2026-05-19T22:51:41.856Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3126 | 2026-05-19T22:51:41.856Z | | |
| 3127 | 2026-05-19T22:51:41.857Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3128 | 2026-05-19T22:51:41.857Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3129 | 2026-05-19T22:51:41.857Z | | |
| 3130 | 2026-05-19T22:51:41.857Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3131 | 2026-05-19T22:51:41.857Z | | |
| 3132 | 2026-05-19T22:51:41.857Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3133 | 2026-05-19T22:51:41.857Z | | ---------------------------------------- this is the found type |
| 3134 | 2026-05-19T22:51:41.857Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3135 | 2026-05-19T22:51:41.857Z | note: required by a bound in `MessageResponse` |
| 3136 | 2026-05-19T22:51:41.857Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27 |
| 3137 | 2026-05-19T22:51:41.857Z | | |
| 3138 | 2026-05-19T22:51:41.857Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3139 | 2026-05-19T22:51:41.857Z | | --------------- required by a bound in this struct |
| 3140 | 2026-05-19T22:51:41.857Z | ... |
| 3141 | 2026-05-19T22:51:41.857Z | 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 3142 | 2026-05-19T22:51:41.857Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3143 | 2026-05-19T22:51:41.857Z | |
| 3144 | 2026-05-19T22:51:41.857Z | error[E0308]: mismatched types |
| 3145 | 2026-05-19T22:51:41.857Z | --> dns-server/src/dns_server.rs:415:9 |
| 3146 | 2026-05-19T22:51:41.857Z | | |
| 3147 | 2026-05-19T22:51:41.857Z | 414 | let mresp = rb.build( |
| 3148 | 2026-05-19T22:51:41.857Z | | ----- arguments to this method are incorrect |
| 3149 | 2026-05-19T22:51:41.857Z | 415 | header, |
| 3150 | 2026-05-19T22:51:41.857Z | | ^^^^^^ expected `Header`, found `hickory_proto::op::Header` |
| 3151 | 2026-05-19T22:51:41.857Z | | |
| 3152 | 2026-05-19T22:51:41.857Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3153 | 2026-05-19T22:51:41.857Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1 |
| 3154 | 2026-05-19T22:51:41.857Z | | |
| 3155 | 2026-05-19T22:51:41.857Z | 57 | pub struct Header { |
| 3156 | 2026-05-19T22:51:41.857Z | | ^^^^^^^^^^^^^^^^^ this is the expected type |
| 3157 | 2026-05-19T22:51:41.857Z | | |
| 3158 | 2026-05-19T22:51:41.857Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1 |
| 3159 | 2026-05-19T22:51:41.857Z | | |
| 3160 | 2026-05-19T22:51:41.857Z | 57 | pub struct Header { |
| 3161 | 2026-05-19T22:51:41.857Z | | ----------------- this is the found type |
| 3162 | 2026-05-19T22:51:41.857Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3163 | 2026-05-19T22:51:41.857Z | note: method defined here |
| 3164 | 2026-05-19T22:51:41.857Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:129:12 |
| 3165 | 2026-05-19T22:51:41.857Z | | |
| 3166 | 2026-05-19T22:51:41.858Z | 129 | pub fn build<'a, A, N, S, D>( |
| 3167 | 2026-05-19T22:51:41.858Z | | ^^^^^ |
| 3168 | 2026-05-19T22:51:41.858Z | |
| 3169 | 2026-05-19T22:51:41.858Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3170 | 2026-05-19T22:51:41.858Z | --> dns-server/src/dns_server.rs:422:31 |
| 3171 | 2026-05-19T22:51:41.858Z | | |
| 3172 | 2026-05-19T22:51:41.858Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 3173 | 2026-05-19T22:51:41.858Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3174 | 2026-05-19T22:51:41.858Z | | | |
| 3175 | 2026-05-19T22:51:41.858Z | | required by a bound introduced by this call |
| 3176 | 2026-05-19T22:51:41.858Z | | |
| 3177 | 2026-05-19T22:51:41.858Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3178 | 2026-05-19T22:51:41.858Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3179 | 2026-05-19T22:51:41.858Z | | |
| 3180 | 2026-05-19T22:51:41.858Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3181 | 2026-05-19T22:51:41.858Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3182 | 2026-05-19T22:51:41.858Z | | |
| 3183 | 2026-05-19T22:51:41.858Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3184 | 2026-05-19T22:51:41.858Z | | |
| 3185 | 2026-05-19T22:51:41.858Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3186 | 2026-05-19T22:51:41.858Z | | ---------------------------------------- this is the found type |
| 3187 | 2026-05-19T22:51:41.858Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3188 | 2026-05-19T22:51:41.858Z | note: required by a bound in `encode_and_send` |
| 3189 | 2026-05-19T22:51:41.858Z | --> dns-server/src/dns_server.rs:492:27 |
| 3190 | 2026-05-19T22:51:41.858Z | | |
| 3191 | 2026-05-19T22:51:41.858Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3192 | 2026-05-19T22:51:41.858Z | | --------------- required by a bound in this function |
| 3193 | 2026-05-19T22:51:41.858Z | ... |
| 3194 | 2026-05-19T22:51:41.858Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3195 | 2026-05-19T22:51:41.858Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3196 | 2026-05-19T22:51:41.858Z | |
| 3197 | 2026-05-19T22:51:41.862Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3198 | 2026-05-19T22:51:41.862Z | --> dns-server/src/dns_server.rs:422:31 |
| 3199 | 2026-05-19T22:51:41.862Z | | |
| 3200 | 2026-05-19T22:51:41.862Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 3201 | 2026-05-19T22:51:41.862Z | | ^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3202 | 2026-05-19T22:51:41.863Z | | |
| 3203 | 2026-05-19T22:51:41.863Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3204 | 2026-05-19T22:51:41.863Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3205 | 2026-05-19T22:51:41.863Z | | |
| 3206 | 2026-05-19T22:51:41.863Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3207 | 2026-05-19T22:51:41.863Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3208 | 2026-05-19T22:51:41.863Z | | |
| 3209 | 2026-05-19T22:51:41.863Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3210 | 2026-05-19T22:51:41.863Z | | |
| 3211 | 2026-05-19T22:51:41.863Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3212 | 2026-05-19T22:51:41.863Z | | ---------------------------------------- this is the found type |
| 3213 | 2026-05-19T22:51:41.863Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3214 | 2026-05-19T22:51:41.863Z | note: required by a bound in `MessageResponse` |
| 3215 | 2026-05-19T22:51:41.863Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23 |
| 3216 | 2026-05-19T22:51:41.863Z | | |
| 3217 | 2026-05-19T22:51:41.863Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3218 | 2026-05-19T22:51:41.863Z | | --------------- required by a bound in this struct |
| 3219 | 2026-05-19T22:51:41.863Z | 22 | where |
| 3220 | 2026-05-19T22:51:41.863Z | 23 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3221 | 2026-05-19T22:51:41.863Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3222 | 2026-05-19T22:51:41.863Z | |
| 3223 | 2026-05-19T22:51:41.863Z | error[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3224 | 2026-05-19T22:51:41.863Z | --> dns-server/src/dns_server.rs:422:31 |
| 3225 | 2026-05-19T22:51:41.863Z | | |
| 3226 | 2026-05-19T22:51:41.863Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 3227 | 2026-05-19T22:51:41.863Z | | ^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3228 | 2026-05-19T22:51:41.863Z | | |
| 3229 | 2026-05-19T22:51:41.863Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3230 | 2026-05-19T22:51:41.863Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3231 | 2026-05-19T22:51:41.863Z | | |
| 3232 | 2026-05-19T22:51:41.863Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3233 | 2026-05-19T22:51:41.863Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3234 | 2026-05-19T22:51:41.863Z | | |
| 3235 | 2026-05-19T22:51:41.863Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3236 | 2026-05-19T22:51:41.863Z | | |
| 3237 | 2026-05-19T22:51:41.863Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3238 | 2026-05-19T22:51:41.863Z | | ---------------------------------------- this is the found type |
| 3239 | 2026-05-19T22:51:41.863Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3240 | 2026-05-19T22:51:41.864Z | note: required by a bound in `MessageResponse` |
| 3241 | 2026-05-19T22:51:41.864Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27 |
| 3242 | 2026-05-19T22:51:41.864Z | | |
| 3243 | 2026-05-19T22:51:41.864Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3244 | 2026-05-19T22:51:41.864Z | | --------------- required by a bound in this struct |
| 3245 | 2026-05-19T22:51:41.864Z | ... |
| 3246 | 2026-05-19T22:51:41.864Z | 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 3247 | 2026-05-19T22:51:41.864Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3248 | 2026-05-19T22:51:41.864Z | |
| 3249 | 2026-05-19T22:51:41.864Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3250 | 2026-05-19T22:51:41.864Z | --> dns-server/src/dns_server.rs:422:5 |
| 3251 | 2026-05-19T22:51:41.864Z | | |
| 3252 | 2026-05-19T22:51:41.864Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 3253 | 2026-05-19T22:51:41.864Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3254 | 2026-05-19T22:51:41.864Z | | |
| 3255 | 2026-05-19T22:51:41.864Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3256 | 2026-05-19T22:51:41.864Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3257 | 2026-05-19T22:51:41.864Z | | |
| 3258 | 2026-05-19T22:51:41.864Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3259 | 2026-05-19T22:51:41.864Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3260 | 2026-05-19T22:51:41.864Z | | |
| 3261 | 2026-05-19T22:51:41.864Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3262 | 2026-05-19T22:51:41.864Z | | |
| 3263 | 2026-05-19T22:51:41.864Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3264 | 2026-05-19T22:51:41.864Z | | ---------------------------------------- this is the found type |
| 3265 | 2026-05-19T22:51:41.864Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3266 | 2026-05-19T22:51:41.864Z | note: required by a bound in `encode_and_send` |
| 3267 | 2026-05-19T22:51:41.864Z | --> dns-server/src/dns_server.rs:492:27 |
| 3268 | 2026-05-19T22:51:41.864Z | | |
| 3269 | 2026-05-19T22:51:41.864Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3270 | 2026-05-19T22:51:41.864Z | | --------------- required by a bound in this function |
| 3271 | 2026-05-19T22:51:41.864Z | ... |
| 3272 | 2026-05-19T22:51:41.864Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3273 | 2026-05-19T22:51:41.864Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3274 | 2026-05-19T22:51:41.864Z | |
| 3275 | 2026-05-19T22:51:41.864Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3276 | 2026-05-19T22:51:41.864Z | --> dns-server/src/dns_server.rs:422:49 |
| 3277 | 2026-05-19T22:51:41.864Z | | |
| 3278 | 2026-05-19T22:51:41.864Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 3279 | 2026-05-19T22:51:41.865Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3280 | 2026-05-19T22:51:41.865Z | | |
| 3281 | 2026-05-19T22:51:41.865Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3282 | 2026-05-19T22:51:41.865Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3283 | 2026-05-19T22:51:41.865Z | | |
| 3284 | 2026-05-19T22:51:41.865Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3285 | 2026-05-19T22:51:41.865Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3286 | 2026-05-19T22:51:41.865Z | | |
| 3287 | 2026-05-19T22:51:41.865Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3288 | 2026-05-19T22:51:41.865Z | | |
| 3289 | 2026-05-19T22:51:41.865Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3290 | 2026-05-19T22:51:41.865Z | | ---------------------------------------- this is the found type |
| 3291 | 2026-05-19T22:51:41.865Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3292 | 2026-05-19T22:51:41.865Z | note: required by a bound in `encode_and_send` |
| 3293 | 2026-05-19T22:51:41.865Z | --> dns-server/src/dns_server.rs:492:27 |
| 3294 | 2026-05-19T22:51:41.865Z | | |
| 3295 | 2026-05-19T22:51:41.865Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3296 | 2026-05-19T22:51:41.865Z | | --------------- required by a bound in this function |
| 3297 | 2026-05-19T22:51:41.875Z | ... |
| 3298 | 2026-05-19T22:51:41.875Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3299 | 2026-05-19T22:51:41.876Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3300 | 2026-05-19T22:51:41.876Z | |
| 3301 | 2026-05-19T22:51:41.876Z | error[E0308]: arguments to this method are incorrect |
| 3302 | 2026-05-19T22:51:41.876Z | --> dns-server/src/dns_server.rs:438:33 |
| 3303 | 2026-05-19T22:51:41.876Z | | |
| 3304 | 2026-05-19T22:51:41.876Z | 438 | let mut mresp = rb_nxdomain.error_msg(&header, ResponseCode::NXDomain); |
| 3305 | 2026-05-19T22:51:41.876Z | | ^^^^^^^^^ ------- ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode` |
| 3306 | 2026-05-19T22:51:41.876Z | | | |
| 3307 | 2026-05-19T22:51:41.876Z | | expected `&Header`, found `&&Header` |
| 3308 | 2026-05-19T22:51:41.876Z | | |
| 3309 | 2026-05-19T22:51:41.876Z | = note: expected reference `&hickory_resolver::hickory_proto::op::Header` |
| 3310 | 2026-05-19T22:51:41.876Z | found reference `&&hickory_proto::op::Header` |
| 3311 | 2026-05-19T22:51:41.876Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3312 | 2026-05-19T22:51:41.876Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1 |
| 3313 | 2026-05-19T22:51:41.876Z | | |
| 3314 | 2026-05-19T22:51:41.876Z | 67 | pub enum ResponseCode { |
| 3315 | 2026-05-19T22:51:41.876Z | | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3316 | 2026-05-19T22:51:41.876Z | | |
| 3317 | 2026-05-19T22:51:41.876Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1 |
| 3318 | 2026-05-19T22:51:41.876Z | | |
| 3319 | 2026-05-19T22:51:41.876Z | 67 | pub enum ResponseCode { |
| 3320 | 2026-05-19T22:51:41.876Z | | --------------------- this is the found type |
| 3321 | 2026-05-19T22:51:41.876Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3322 | 2026-05-19T22:51:41.876Z | note: method defined here |
| 3323 | 2026-05-19T22:51:41.876Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12 |
| 3324 | 2026-05-19T22:51:41.876Z | | |
| 3325 | 2026-05-19T22:51:41.876Z | 190 | pub fn error_msg<'a>( |
| 3326 | 2026-05-19T22:51:41.876Z | | ^^^^^^^^^ |
| 3327 | 2026-05-19T22:51:41.876Z | |
| 3328 | 2026-05-19T22:51:41.876Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3329 | 2026-05-19T22:51:41.876Z | --> dns-server/src/dns_server.rs:457:50 |
| 3330 | 2026-05-19T22:51:41.876Z | | |
| 3331 | 2026-05-19T22:51:41.876Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3332 | 2026-05-19T22:51:41.876Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3333 | 2026-05-19T22:51:41.876Z | | | |
| 3334 | 2026-05-19T22:51:41.876Z | | required by a bound introduced by this call |
| 3335 | 2026-05-19T22:51:41.877Z | | |
| 3336 | 2026-05-19T22:51:41.877Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3337 | 2026-05-19T22:51:41.877Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3338 | 2026-05-19T22:51:41.877Z | | |
| 3339 | 2026-05-19T22:51:41.877Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3340 | 2026-05-19T22:51:41.877Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3341 | 2026-05-19T22:51:41.877Z | | |
| 3342 | 2026-05-19T22:51:41.877Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3343 | 2026-05-19T22:51:41.877Z | | |
| 3344 | 2026-05-19T22:51:41.877Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3345 | 2026-05-19T22:51:41.877Z | | ---------------------------------------- this is the found type |
| 3346 | 2026-05-19T22:51:41.877Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3347 | 2026-05-19T22:51:41.877Z | note: required by a bound in `encode_and_send` |
| 3348 | 2026-05-19T22:51:41.877Z | --> dns-server/src/dns_server.rs:491:23 |
| 3349 | 2026-05-19T22:51:41.877Z | | |
| 3350 | 2026-05-19T22:51:41.877Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3351 | 2026-05-19T22:51:41.877Z | | --------------- required by a bound in this function |
| 3352 | 2026-05-19T22:51:41.877Z | ... |
| 3353 | 2026-05-19T22:51:41.877Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3354 | 2026-05-19T22:51:41.877Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3355 | 2026-05-19T22:51:41.877Z | |
| 3356 | 2026-05-19T22:51:41.877Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3357 | 2026-05-19T22:51:41.877Z | --> dns-server/src/dns_server.rs:457:50 |
| 3358 | 2026-05-19T22:51:41.877Z | | |
| 3359 | 2026-05-19T22:51:41.877Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3360 | 2026-05-19T22:51:41.877Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3361 | 2026-05-19T22:51:41.877Z | | | |
| 3362 | 2026-05-19T22:51:41.877Z | | required by a bound introduced by this call |
| 3363 | 2026-05-19T22:51:41.877Z | | |
| 3364 | 2026-05-19T22:51:41.877Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3365 | 2026-05-19T22:51:41.877Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3366 | 2026-05-19T22:51:41.877Z | | |
| 3367 | 2026-05-19T22:51:41.877Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3368 | 2026-05-19T22:51:41.877Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3369 | 2026-05-19T22:51:41.877Z | | |
| 3370 | 2026-05-19T22:51:41.877Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3371 | 2026-05-19T22:51:41.877Z | | |
| 3372 | 2026-05-19T22:51:41.878Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3373 | 2026-05-19T22:51:41.878Z | | ---------------------------------------- this is the found type |
| 3374 | 2026-05-19T22:51:41.878Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3375 | 2026-05-19T22:51:41.878Z | note: required by a bound in `encode_and_send` |
| 3376 | 2026-05-19T22:51:41.878Z | --> dns-server/src/dns_server.rs:492:27 |
| 3377 | 2026-05-19T22:51:41.878Z | | |
| 3378 | 2026-05-19T22:51:41.878Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3379 | 2026-05-19T22:51:41.878Z | | --------------- required by a bound in this function |
| 3380 | 2026-05-19T22:51:41.878Z | ... |
| 3381 | 2026-05-19T22:51:41.878Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3382 | 2026-05-19T22:51:41.878Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3383 | 2026-05-19T22:51:41.878Z | |
| 3384 | 2026-05-19T22:51:41.878Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3385 | 2026-05-19T22:51:41.878Z | --> dns-server/src/dns_server.rs:457:50 |
| 3386 | 2026-05-19T22:51:41.878Z | | |
| 3387 | 2026-05-19T22:51:41.878Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3388 | 2026-05-19T22:51:41.878Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3389 | 2026-05-19T22:51:41.878Z | | | |
| 3390 | 2026-05-19T22:51:41.878Z | | required by a bound introduced by this call |
| 3391 | 2026-05-19T22:51:41.878Z | | |
| 3392 | 2026-05-19T22:51:41.878Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3393 | 2026-05-19T22:51:41.878Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3394 | 2026-05-19T22:51:41.878Z | | |
| 3395 | 2026-05-19T22:51:41.878Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3396 | 2026-05-19T22:51:41.878Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3397 | 2026-05-19T22:51:41.883Z | | |
| 3398 | 2026-05-19T22:51:41.883Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3399 | 2026-05-19T22:51:41.883Z | | |
| 3400 | 2026-05-19T22:51:41.883Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3401 | 2026-05-19T22:51:41.883Z | | ---------------------------------------- this is the found type |
| 3402 | 2026-05-19T22:51:41.883Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3403 | 2026-05-19T22:51:41.883Z | note: required by a bound in `encode_and_send` |
| 3404 | 2026-05-19T22:51:41.883Z | --> dns-server/src/dns_server.rs:493:19 |
| 3405 | 2026-05-19T22:51:41.883Z | | |
| 3406 | 2026-05-19T22:51:41.883Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3407 | 2026-05-19T22:51:41.883Z | | --------------- required by a bound in this function |
| 3408 | 2026-05-19T22:51:41.883Z | ... |
| 3409 | 2026-05-19T22:51:41.883Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 3410 | 2026-05-19T22:51:41.883Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3411 | 2026-05-19T22:51:41.883Z | |
| 3412 | 2026-05-19T22:51:41.883Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3413 | 2026-05-19T22:51:41.883Z | --> dns-server/src/dns_server.rs:457:50 |
| 3414 | 2026-05-19T22:51:41.883Z | | |
| 3415 | 2026-05-19T22:51:41.883Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3416 | 2026-05-19T22:51:41.884Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3417 | 2026-05-19T22:51:41.884Z | | | |
| 3418 | 2026-05-19T22:51:41.884Z | | required by a bound introduced by this call |
| 3419 | 2026-05-19T22:51:41.884Z | | |
| 3420 | 2026-05-19T22:51:41.884Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3421 | 2026-05-19T22:51:41.884Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3422 | 2026-05-19T22:51:41.884Z | | |
| 3423 | 2026-05-19T22:51:41.884Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3424 | 2026-05-19T22:51:41.884Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3425 | 2026-05-19T22:51:41.884Z | | |
| 3426 | 2026-05-19T22:51:41.884Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3427 | 2026-05-19T22:51:41.884Z | | |
| 3428 | 2026-05-19T22:51:41.884Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3429 | 2026-05-19T22:51:41.884Z | | ---------------------------------------- this is the found type |
| 3430 | 2026-05-19T22:51:41.884Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3431 | 2026-05-19T22:51:41.884Z | note: required by a bound in `encode_and_send` |
| 3432 | 2026-05-19T22:51:41.884Z | --> dns-server/src/dns_server.rs:494:27 |
| 3433 | 2026-05-19T22:51:41.884Z | | |
| 3434 | 2026-05-19T22:51:41.884Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3435 | 2026-05-19T22:51:41.884Z | | --------------- required by a bound in this function |
| 3436 | 2026-05-19T22:51:41.884Z | ... |
| 3437 | 2026-05-19T22:51:41.884Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 3438 | 2026-05-19T22:51:41.884Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3439 | 2026-05-19T22:51:41.884Z | |
| 3440 | 2026-05-19T22:51:41.884Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3441 | 2026-05-19T22:51:41.884Z | --> dns-server/src/dns_server.rs:457:25 |
| 3442 | 2026-05-19T22:51:41.884Z | | |
| 3443 | 2026-05-19T22:51:41.884Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3444 | 2026-05-19T22:51:41.884Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3445 | 2026-05-19T22:51:41.884Z | | |
| 3446 | 2026-05-19T22:51:41.884Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3447 | 2026-05-19T22:51:41.884Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3448 | 2026-05-19T22:51:41.884Z | | |
| 3449 | 2026-05-19T22:51:41.884Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3450 | 2026-05-19T22:51:41.884Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3451 | 2026-05-19T22:51:41.884Z | | |
| 3452 | 2026-05-19T22:51:41.884Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3453 | 2026-05-19T22:51:41.884Z | | |
| 3454 | 2026-05-19T22:51:41.884Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3455 | 2026-05-19T22:51:41.885Z | | ---------------------------------------- this is the found type |
| 3456 | 2026-05-19T22:51:41.885Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3457 | 2026-05-19T22:51:41.885Z | note: required by a bound in `encode_and_send` |
| 3458 | 2026-05-19T22:51:41.885Z | --> dns-server/src/dns_server.rs:491:23 |
| 3459 | 2026-05-19T22:51:41.885Z | | |
| 3460 | 2026-05-19T22:51:41.885Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3461 | 2026-05-19T22:51:41.885Z | | --------------- required by a bound in this function |
| 3462 | 2026-05-19T22:51:41.885Z | ... |
| 3463 | 2026-05-19T22:51:41.885Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3464 | 2026-05-19T22:51:41.885Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3465 | 2026-05-19T22:51:41.885Z | |
| 3466 | 2026-05-19T22:51:41.885Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3467 | 2026-05-19T22:51:41.885Z | --> dns-server/src/dns_server.rs:457:25 |
| 3468 | 2026-05-19T22:51:41.885Z | | |
| 3469 | 2026-05-19T22:51:41.885Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3470 | 2026-05-19T22:51:41.885Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3471 | 2026-05-19T22:51:41.885Z | | |
| 3472 | 2026-05-19T22:51:41.885Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3473 | 2026-05-19T22:51:41.885Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3474 | 2026-05-19T22:51:41.885Z | | |
| 3475 | 2026-05-19T22:51:41.885Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3476 | 2026-05-19T22:51:41.885Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3477 | 2026-05-19T22:51:41.885Z | | |
| 3478 | 2026-05-19T22:51:41.885Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3479 | 2026-05-19T22:51:41.885Z | | |
| 3480 | 2026-05-19T22:51:41.885Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3481 | 2026-05-19T22:51:41.885Z | | ---------------------------------------- this is the found type |
| 3482 | 2026-05-19T22:51:41.885Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3483 | 2026-05-19T22:51:41.885Z | note: required by a bound in `encode_and_send` |
| 3484 | 2026-05-19T22:51:41.885Z | --> dns-server/src/dns_server.rs:492:27 |
| 3485 | 2026-05-19T22:51:41.885Z | | |
| 3486 | 2026-05-19T22:51:41.885Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3487 | 2026-05-19T22:51:41.885Z | | --------------- required by a bound in this function |
| 3488 | 2026-05-19T22:51:41.885Z | ... |
| 3489 | 2026-05-19T22:51:41.885Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3490 | 2026-05-19T22:51:41.885Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3491 | 2026-05-19T22:51:41.885Z | |
| 3492 | 2026-05-19T22:51:41.886Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3493 | 2026-05-19T22:51:41.886Z | --> dns-server/src/dns_server.rs:457:25 |
| 3494 | 2026-05-19T22:51:41.886Z | | |
| 3495 | 2026-05-19T22:51:41.886Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3496 | 2026-05-19T22:51:41.886Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3497 | 2026-05-19T22:51:41.890Z | | |
| 3498 | 2026-05-19T22:51:41.890Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3499 | 2026-05-19T22:51:41.890Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3500 | 2026-05-19T22:51:41.890Z | | |
| 3501 | 2026-05-19T22:51:41.890Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3502 | 2026-05-19T22:51:41.890Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3503 | 2026-05-19T22:51:41.890Z | | |
| 3504 | 2026-05-19T22:51:41.890Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3505 | 2026-05-19T22:51:41.890Z | | |
| 3506 | 2026-05-19T22:51:41.890Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3507 | 2026-05-19T22:51:41.890Z | | ---------------------------------------- this is the found type |
| 3508 | 2026-05-19T22:51:41.890Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3509 | 2026-05-19T22:51:41.890Z | note: required by a bound in `encode_and_send` |
| 3510 | 2026-05-19T22:51:41.891Z | --> dns-server/src/dns_server.rs:493:19 |
| 3511 | 2026-05-19T22:51:41.891Z | | |
| 3512 | 2026-05-19T22:51:41.891Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3513 | 2026-05-19T22:51:41.891Z | | --------------- required by a bound in this function |
| 3514 | 2026-05-19T22:51:41.891Z | ... |
| 3515 | 2026-05-19T22:51:41.891Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 3516 | 2026-05-19T22:51:41.891Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3517 | 2026-05-19T22:51:41.891Z | |
| 3518 | 2026-05-19T22:51:41.891Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3519 | 2026-05-19T22:51:41.891Z | --> dns-server/src/dns_server.rs:457:25 |
| 3520 | 2026-05-19T22:51:41.891Z | | |
| 3521 | 2026-05-19T22:51:41.891Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3522 | 2026-05-19T22:51:41.891Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3523 | 2026-05-19T22:51:41.891Z | | |
| 3524 | 2026-05-19T22:51:41.891Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3525 | 2026-05-19T22:51:41.891Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3526 | 2026-05-19T22:51:41.891Z | | |
| 3527 | 2026-05-19T22:51:41.891Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3528 | 2026-05-19T22:51:41.891Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3529 | 2026-05-19T22:51:41.891Z | | |
| 3530 | 2026-05-19T22:51:41.891Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3531 | 2026-05-19T22:51:41.891Z | | |
| 3532 | 2026-05-19T22:51:41.891Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3533 | 2026-05-19T22:51:41.891Z | | ---------------------------------------- this is the found type |
| 3534 | 2026-05-19T22:51:41.891Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3535 | 2026-05-19T22:51:41.891Z | note: required by a bound in `encode_and_send` |
| 3536 | 2026-05-19T22:51:41.891Z | --> dns-server/src/dns_server.rs:494:27 |
| 3537 | 2026-05-19T22:51:41.891Z | | |
| 3538 | 2026-05-19T22:51:41.891Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3539 | 2026-05-19T22:51:41.891Z | | --------------- required by a bound in this function |
| 3540 | 2026-05-19T22:51:41.891Z | ... |
| 3541 | 2026-05-19T22:51:41.891Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 3542 | 2026-05-19T22:51:41.891Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3543 | 2026-05-19T22:51:41.891Z | |
| 3544 | 2026-05-19T22:51:41.891Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3545 | 2026-05-19T22:51:41.891Z | --> dns-server/src/dns_server.rs:457:69 |
| 3546 | 2026-05-19T22:51:41.891Z | | |
| 3547 | 2026-05-19T22:51:41.891Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3548 | 2026-05-19T22:51:41.891Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3549 | 2026-05-19T22:51:41.892Z | | |
| 3550 | 2026-05-19T22:51:41.892Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3551 | 2026-05-19T22:51:41.892Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3552 | 2026-05-19T22:51:41.892Z | | |
| 3553 | 2026-05-19T22:51:41.892Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3554 | 2026-05-19T22:51:41.892Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3555 | 2026-05-19T22:51:41.892Z | | |
| 3556 | 2026-05-19T22:51:41.892Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3557 | 2026-05-19T22:51:41.892Z | | |
| 3558 | 2026-05-19T22:51:41.892Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3559 | 2026-05-19T22:51:41.892Z | | ---------------------------------------- this is the found type |
| 3560 | 2026-05-19T22:51:41.892Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3561 | 2026-05-19T22:51:41.892Z | note: required by a bound in `encode_and_send` |
| 3562 | 2026-05-19T22:51:41.892Z | --> dns-server/src/dns_server.rs:491:23 |
| 3563 | 2026-05-19T22:51:41.892Z | | |
| 3564 | 2026-05-19T22:51:41.892Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3565 | 2026-05-19T22:51:41.892Z | | --------------- required by a bound in this function |
| 3566 | 2026-05-19T22:51:41.892Z | ... |
| 3567 | 2026-05-19T22:51:41.892Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3568 | 2026-05-19T22:51:41.892Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3569 | 2026-05-19T22:51:41.892Z | |
| 3570 | 2026-05-19T22:51:41.892Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3571 | 2026-05-19T22:51:41.892Z | --> dns-server/src/dns_server.rs:457:69 |
| 3572 | 2026-05-19T22:51:41.892Z | | |
| 3573 | 2026-05-19T22:51:41.892Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3574 | 2026-05-19T22:51:41.892Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3575 | 2026-05-19T22:51:41.892Z | | |
| 3576 | 2026-05-19T22:51:41.892Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3577 | 2026-05-19T22:51:41.892Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3578 | 2026-05-19T22:51:41.892Z | | |
| 3579 | 2026-05-19T22:51:41.892Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3580 | 2026-05-19T22:51:41.892Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3581 | 2026-05-19T22:51:41.892Z | | |
| 3582 | 2026-05-19T22:51:41.892Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3583 | 2026-05-19T22:51:41.892Z | | |
| 3584 | 2026-05-19T22:51:41.892Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3585 | 2026-05-19T22:51:41.892Z | | ---------------------------------------- this is the found type |
| 3586 | 2026-05-19T22:51:41.892Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3587 | 2026-05-19T22:51:41.893Z | note: required by a bound in `encode_and_send` |
| 3588 | 2026-05-19T22:51:41.893Z | --> dns-server/src/dns_server.rs:492:27 |
| 3589 | 2026-05-19T22:51:41.893Z | | |
| 3590 | 2026-05-19T22:51:41.893Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3591 | 2026-05-19T22:51:41.893Z | | --------------- required by a bound in this function |
| 3592 | 2026-05-19T22:51:41.893Z | ... |
| 3593 | 2026-05-19T22:51:41.893Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3594 | 2026-05-19T22:51:41.893Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3595 | 2026-05-19T22:51:41.893Z | |
| 3596 | 2026-05-19T22:51:41.893Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3597 | 2026-05-19T22:51:41.897Z | --> dns-server/src/dns_server.rs:457:69 |
| 3598 | 2026-05-19T22:51:41.897Z | | |
| 3599 | 2026-05-19T22:51:41.897Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3600 | 2026-05-19T22:51:41.897Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3601 | 2026-05-19T22:51:41.897Z | | |
| 3602 | 2026-05-19T22:51:41.897Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3603 | 2026-05-19T22:51:41.897Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3604 | 2026-05-19T22:51:41.897Z | | |
| 3605 | 2026-05-19T22:51:41.897Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3606 | 2026-05-19T22:51:41.897Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3607 | 2026-05-19T22:51:41.897Z | | |
| 3608 | 2026-05-19T22:51:41.897Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3609 | 2026-05-19T22:51:41.897Z | | |
| 3610 | 2026-05-19T22:51:41.897Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3611 | 2026-05-19T22:51:41.897Z | | ---------------------------------------- this is the found type |
| 3612 | 2026-05-19T22:51:41.897Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3613 | 2026-05-19T22:51:41.897Z | note: required by a bound in `encode_and_send` |
| 3614 | 2026-05-19T22:51:41.897Z | --> dns-server/src/dns_server.rs:493:19 |
| 3615 | 2026-05-19T22:51:41.897Z | | |
| 3616 | 2026-05-19T22:51:41.897Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3617 | 2026-05-19T22:51:41.898Z | | --------------- required by a bound in this function |
| 3618 | 2026-05-19T22:51:41.898Z | ... |
| 3619 | 2026-05-19T22:51:41.898Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 3620 | 2026-05-19T22:51:41.898Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3621 | 2026-05-19T22:51:41.898Z | |
| 3622 | 2026-05-19T22:51:41.898Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3623 | 2026-05-19T22:51:41.898Z | --> dns-server/src/dns_server.rs:457:69 |
| 3624 | 2026-05-19T22:51:41.898Z | | |
| 3625 | 2026-05-19T22:51:41.898Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3626 | 2026-05-19T22:51:41.898Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3627 | 2026-05-19T22:51:41.898Z | | |
| 3628 | 2026-05-19T22:51:41.898Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3629 | 2026-05-19T22:51:41.898Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3630 | 2026-05-19T22:51:41.898Z | | |
| 3631 | 2026-05-19T22:51:41.898Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3632 | 2026-05-19T22:51:41.898Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3633 | 2026-05-19T22:51:41.898Z | | |
| 3634 | 2026-05-19T22:51:41.898Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3635 | 2026-05-19T22:51:41.898Z | | |
| 3636 | 2026-05-19T22:51:41.898Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3637 | 2026-05-19T22:51:41.898Z | | ---------------------------------------- this is the found type |
| 3638 | 2026-05-19T22:51:41.898Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3639 | 2026-05-19T22:51:41.898Z | note: required by a bound in `encode_and_send` |
| 3640 | 2026-05-19T22:51:41.898Z | --> dns-server/src/dns_server.rs:494:27 |
| 3641 | 2026-05-19T22:51:41.898Z | | |
| 3642 | 2026-05-19T22:51:41.898Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3643 | 2026-05-19T22:51:41.898Z | | --------------- required by a bound in this function |
| 3644 | 2026-05-19T22:51:41.898Z | ... |
| 3645 | 2026-05-19T22:51:41.898Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 3646 | 2026-05-19T22:51:41.898Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3647 | 2026-05-19T22:51:41.898Z | |
| 3648 | 2026-05-19T22:51:41.898Z | error[E0308]: arguments to this method are incorrect |
| 3649 | 2026-05-19T22:51:41.898Z | --> dns-server/src/dns_server.rs:477:20 |
| 3650 | 2026-05-19T22:51:41.898Z | | |
| 3651 | 2026-05-19T22:51:41.898Z | 477 | let mresp = rb.error_msg(header, ResponseCode::ServFail); |
| 3652 | 2026-05-19T22:51:41.898Z | | ^^^^^^^^^ ------ ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode` |
| 3653 | 2026-05-19T22:51:41.898Z | | | |
| 3654 | 2026-05-19T22:51:41.898Z | | expected `Header`, found `hickory_proto::op::Header` |
| 3655 | 2026-05-19T22:51:41.898Z | | |
| 3656 | 2026-05-19T22:51:41.899Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3657 | 2026-05-19T22:51:41.899Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1 |
| 3658 | 2026-05-19T22:51:41.899Z | | |
| 3659 | 2026-05-19T22:51:41.899Z | 57 | pub struct Header { |
| 3660 | 2026-05-19T22:51:41.899Z | | ^^^^^^^^^^^^^^^^^ this is the expected type |
| 3661 | 2026-05-19T22:51:41.899Z | | |
| 3662 | 2026-05-19T22:51:41.899Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1 |
| 3663 | 2026-05-19T22:51:41.899Z | | |
| 3664 | 2026-05-19T22:51:41.899Z | 57 | pub struct Header { |
| 3665 | 2026-05-19T22:51:41.899Z | | ----------------- this is the found type |
| 3666 | 2026-05-19T22:51:41.899Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3667 | 2026-05-19T22:51:41.899Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3668 | 2026-05-19T22:51:41.899Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1 |
| 3669 | 2026-05-19T22:51:41.899Z | | |
| 3670 | 2026-05-19T22:51:41.899Z | 67 | pub enum ResponseCode { |
| 3671 | 2026-05-19T22:51:41.899Z | | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3672 | 2026-05-19T22:51:41.899Z | | |
| 3673 | 2026-05-19T22:51:41.899Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1 |
| 3674 | 2026-05-19T22:51:41.899Z | | |
| 3675 | 2026-05-19T22:51:41.899Z | 67 | pub enum ResponseCode { |
| 3676 | 2026-05-19T22:51:41.899Z | | --------------------- this is the found type |
| 3677 | 2026-05-19T22:51:41.899Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3678 | 2026-05-19T22:51:41.899Z | note: method defined here |
| 3679 | 2026-05-19T22:51:41.899Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12 |
| 3680 | 2026-05-19T22:51:41.899Z | | |
| 3681 | 2026-05-19T22:51:41.899Z | 190 | pub fn error_msg<'a>( |
| 3682 | 2026-05-19T22:51:41.899Z | | ^^^^^^^^^ |
| 3683 | 2026-05-19T22:51:41.899Z | |
| 3684 | 2026-05-19T22:51:41.899Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3685 | 2026-05-19T22:51:41.899Z | --> dns-server/src/dns_server.rs:478:50 |
| 3686 | 2026-05-19T22:51:41.899Z | | |
| 3687 | 2026-05-19T22:51:41.899Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 3688 | 2026-05-19T22:51:41.899Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3689 | 2026-05-19T22:51:41.899Z | | | |
| 3690 | 2026-05-19T22:51:41.899Z | | required by a bound introduced by this call |
| 3691 | 2026-05-19T22:51:41.899Z | | |
| 3692 | 2026-05-19T22:51:41.899Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3693 | 2026-05-19T22:51:41.899Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3694 | 2026-05-19T22:51:41.900Z | | |
| 3695 | 2026-05-19T22:51:41.900Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3696 | 2026-05-19T22:51:41.900Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3697 | 2026-05-19T22:51:41.904Z | | |
| 3698 | 2026-05-19T22:51:41.904Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3699 | 2026-05-19T22:51:41.904Z | | |
| 3700 | 2026-05-19T22:51:41.904Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3701 | 2026-05-19T22:51:41.904Z | | ---------------------------------------- this is the found type |
| 3702 | 2026-05-19T22:51:41.904Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3703 | 2026-05-19T22:51:41.904Z | note: required by a bound in `encode_and_send` |
| 3704 | 2026-05-19T22:51:41.904Z | --> dns-server/src/dns_server.rs:491:23 |
| 3705 | 2026-05-19T22:51:41.904Z | | |
| 3706 | 2026-05-19T22:51:41.904Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3707 | 2026-05-19T22:51:41.904Z | | --------------- required by a bound in this function |
| 3708 | 2026-05-19T22:51:41.904Z | ... |
| 3709 | 2026-05-19T22:51:41.904Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3710 | 2026-05-19T22:51:41.904Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3711 | 2026-05-19T22:51:41.904Z | |
| 3712 | 2026-05-19T22:51:41.904Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3713 | 2026-05-19T22:51:41.904Z | --> dns-server/src/dns_server.rs:478:50 |
| 3714 | 2026-05-19T22:51:41.904Z | | |
| 3715 | 2026-05-19T22:51:41.904Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 3716 | 2026-05-19T22:51:41.904Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3717 | 2026-05-19T22:51:41.904Z | | | |
| 3718 | 2026-05-19T22:51:41.904Z | | required by a bound introduced by this call |
| 3719 | 2026-05-19T22:51:41.904Z | | |
| 3720 | 2026-05-19T22:51:41.905Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3721 | 2026-05-19T22:51:41.905Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3722 | 2026-05-19T22:51:41.905Z | | |
| 3723 | 2026-05-19T22:51:41.905Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3724 | 2026-05-19T22:51:41.905Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3725 | 2026-05-19T22:51:41.905Z | | |
| 3726 | 2026-05-19T22:51:41.905Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3727 | 2026-05-19T22:51:41.905Z | | |
| 3728 | 2026-05-19T22:51:41.905Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3729 | 2026-05-19T22:51:41.905Z | | ---------------------------------------- this is the found type |
| 3730 | 2026-05-19T22:51:41.905Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3731 | 2026-05-19T22:51:41.905Z | note: required by a bound in `encode_and_send` |
| 3732 | 2026-05-19T22:51:41.905Z | --> dns-server/src/dns_server.rs:492:27 |
| 3733 | 2026-05-19T22:51:41.905Z | | |
| 3734 | 2026-05-19T22:51:41.905Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3735 | 2026-05-19T22:51:41.905Z | | --------------- required by a bound in this function |
| 3736 | 2026-05-19T22:51:41.905Z | ... |
| 3737 | 2026-05-19T22:51:41.905Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3738 | 2026-05-19T22:51:41.905Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3739 | 2026-05-19T22:51:41.905Z | |
| 3740 | 2026-05-19T22:51:41.905Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3741 | 2026-05-19T22:51:41.905Z | --> dns-server/src/dns_server.rs:478:50 |
| 3742 | 2026-05-19T22:51:41.905Z | | |
| 3743 | 2026-05-19T22:51:41.905Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 3744 | 2026-05-19T22:51:41.905Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3745 | 2026-05-19T22:51:41.905Z | | | |
| 3746 | 2026-05-19T22:51:41.905Z | | required by a bound introduced by this call |
| 3747 | 2026-05-19T22:51:41.905Z | | |
| 3748 | 2026-05-19T22:51:41.905Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3749 | 2026-05-19T22:51:41.905Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3750 | 2026-05-19T22:51:41.905Z | | |
| 3751 | 2026-05-19T22:51:41.905Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3752 | 2026-05-19T22:51:41.905Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3753 | 2026-05-19T22:51:41.905Z | | |
| 3754 | 2026-05-19T22:51:41.905Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3755 | 2026-05-19T22:51:41.905Z | | |
| 3756 | 2026-05-19T22:51:41.905Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3757 | 2026-05-19T22:51:41.905Z | | ---------------------------------------- this is the found type |
| 3758 | 2026-05-19T22:51:41.905Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3759 | 2026-05-19T22:51:41.906Z | note: required by a bound in `encode_and_send` |
| 3760 | 2026-05-19T22:51:41.906Z | --> dns-server/src/dns_server.rs:493:19 |
| 3761 | 2026-05-19T22:51:41.906Z | | |
| 3762 | 2026-05-19T22:51:41.906Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3763 | 2026-05-19T22:51:41.906Z | | --------------- required by a bound in this function |
| 3764 | 2026-05-19T22:51:41.906Z | ... |
| 3765 | 2026-05-19T22:51:41.906Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 3766 | 2026-05-19T22:51:41.906Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3767 | 2026-05-19T22:51:41.906Z | |
| 3768 | 2026-05-19T22:51:41.906Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3769 | 2026-05-19T22:51:41.906Z | --> dns-server/src/dns_server.rs:478:50 |
| 3770 | 2026-05-19T22:51:41.906Z | | |
| 3771 | 2026-05-19T22:51:41.906Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 3772 | 2026-05-19T22:51:41.906Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3773 | 2026-05-19T22:51:41.906Z | | | |
| 3774 | 2026-05-19T22:51:41.906Z | | required by a bound introduced by this call |
| 3775 | 2026-05-19T22:51:41.906Z | | |
| 3776 | 2026-05-19T22:51:41.906Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3777 | 2026-05-19T22:51:41.906Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3778 | 2026-05-19T22:51:41.906Z | | |
| 3779 | 2026-05-19T22:51:41.906Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3780 | 2026-05-19T22:51:41.906Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3781 | 2026-05-19T22:51:41.906Z | | |
| 3782 | 2026-05-19T22:51:41.906Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3783 | 2026-05-19T22:51:41.906Z | | |
| 3784 | 2026-05-19T22:51:41.906Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3785 | 2026-05-19T22:51:41.906Z | | ---------------------------------------- this is the found type |
| 3786 | 2026-05-19T22:51:41.906Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3787 | 2026-05-19T22:51:41.906Z | note: required by a bound in `encode_and_send` |
| 3788 | 2026-05-19T22:51:41.906Z | --> dns-server/src/dns_server.rs:494:27 |
| 3789 | 2026-05-19T22:51:41.906Z | | |
| 3790 | 2026-05-19T22:51:41.906Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3791 | 2026-05-19T22:51:41.906Z | | --------------- required by a bound in this function |
| 3792 | 2026-05-19T22:51:41.906Z | ... |
| 3793 | 2026-05-19T22:51:41.906Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 3794 | 2026-05-19T22:51:41.906Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3795 | 2026-05-19T22:51:41.906Z | |
| 3796 | 2026-05-19T22:51:41.906Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3797 | 2026-05-19T22:51:41.911Z | --> dns-server/src/dns_server.rs:478:25 |
| 3798 | 2026-05-19T22:51:41.911Z | | |
| 3799 | 2026-05-19T22:51:41.911Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 3800 | 2026-05-19T22:51:41.911Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3801 | 2026-05-19T22:51:41.911Z | | |
| 3802 | 2026-05-19T22:51:41.911Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3803 | 2026-05-19T22:51:41.911Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3804 | 2026-05-19T22:51:41.911Z | | |
| 3805 | 2026-05-19T22:51:41.911Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3806 | 2026-05-19T22:51:41.911Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3807 | 2026-05-19T22:51:41.911Z | | |
| 3808 | 2026-05-19T22:51:41.911Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3809 | 2026-05-19T22:51:41.911Z | | |
| 3810 | 2026-05-19T22:51:41.911Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3811 | 2026-05-19T22:51:41.911Z | | ---------------------------------------- this is the found type |
| 3812 | 2026-05-19T22:51:41.911Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3813 | 2026-05-19T22:51:41.911Z | note: required by a bound in `encode_and_send` |
| 3814 | 2026-05-19T22:51:41.911Z | --> dns-server/src/dns_server.rs:491:23 |
| 3815 | 2026-05-19T22:51:41.911Z | | |
| 3816 | 2026-05-19T22:51:41.911Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3817 | 2026-05-19T22:51:41.911Z | | --------------- required by a bound in this function |
| 3818 | 2026-05-19T22:51:41.911Z | ... |
| 3819 | 2026-05-19T22:51:41.911Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3820 | 2026-05-19T22:51:41.911Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3821 | 2026-05-19T22:51:41.911Z | |
| 3822 | 2026-05-19T22:51:41.911Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3823 | 2026-05-19T22:51:41.911Z | --> dns-server/src/dns_server.rs:478:25 |
| 3824 | 2026-05-19T22:51:41.911Z | | |
| 3825 | 2026-05-19T22:51:41.911Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 3826 | 2026-05-19T22:51:41.911Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3827 | 2026-05-19T22:51:41.911Z | | |
| 3828 | 2026-05-19T22:51:41.911Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3829 | 2026-05-19T22:51:41.911Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3830 | 2026-05-19T22:51:41.912Z | | |
| 3831 | 2026-05-19T22:51:41.912Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3832 | 2026-05-19T22:51:41.912Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3833 | 2026-05-19T22:51:41.912Z | | |
| 3834 | 2026-05-19T22:51:41.912Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3835 | 2026-05-19T22:51:41.912Z | | |
| 3836 | 2026-05-19T22:51:41.912Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3837 | 2026-05-19T22:51:41.912Z | | ---------------------------------------- this is the found type |
| 3838 | 2026-05-19T22:51:41.912Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3839 | 2026-05-19T22:51:41.912Z | note: required by a bound in `encode_and_send` |
| 3840 | 2026-05-19T22:51:41.912Z | --> dns-server/src/dns_server.rs:492:27 |
| 3841 | 2026-05-19T22:51:41.912Z | | |
| 3842 | 2026-05-19T22:51:41.912Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3843 | 2026-05-19T22:51:41.912Z | | --------------- required by a bound in this function |
| 3844 | 2026-05-19T22:51:41.912Z | ... |
| 3845 | 2026-05-19T22:51:41.912Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3846 | 2026-05-19T22:51:41.912Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3847 | 2026-05-19T22:51:41.912Z | |
| 3848 | 2026-05-19T22:51:41.912Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3849 | 2026-05-19T22:51:41.912Z | --> dns-server/src/dns_server.rs:478:25 |
| 3850 | 2026-05-19T22:51:41.912Z | | |
| 3851 | 2026-05-19T22:51:41.912Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 3852 | 2026-05-19T22:51:41.912Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3853 | 2026-05-19T22:51:41.912Z | | |
| 3854 | 2026-05-19T22:51:41.912Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3855 | 2026-05-19T22:51:41.912Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3856 | 2026-05-19T22:51:41.912Z | | |
| 3857 | 2026-05-19T22:51:41.912Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3858 | 2026-05-19T22:51:41.912Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3859 | 2026-05-19T22:51:41.912Z | | |
| 3860 | 2026-05-19T22:51:41.912Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3861 | 2026-05-19T22:51:41.912Z | | |
| 3862 | 2026-05-19T22:51:41.912Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3863 | 2026-05-19T22:51:41.912Z | | ---------------------------------------- this is the found type |
| 3864 | 2026-05-19T22:51:41.912Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3865 | 2026-05-19T22:51:41.912Z | note: required by a bound in `encode_and_send` |
| 3866 | 2026-05-19T22:51:41.912Z | --> dns-server/src/dns_server.rs:493:19 |
| 3867 | 2026-05-19T22:51:41.912Z | | |
| 3868 | 2026-05-19T22:51:41.913Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3869 | 2026-05-19T22:51:41.913Z | | --------------- required by a bound in this function |
| 3870 | 2026-05-19T22:51:41.913Z | ... |
| 3871 | 2026-05-19T22:51:41.913Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 3872 | 2026-05-19T22:51:41.913Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3873 | 2026-05-19T22:51:41.913Z | |
| 3874 | 2026-05-19T22:51:41.913Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3875 | 2026-05-19T22:51:41.913Z | --> dns-server/src/dns_server.rs:478:25 |
| 3876 | 2026-05-19T22:51:41.913Z | | |
| 3877 | 2026-05-19T22:51:41.913Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 3878 | 2026-05-19T22:51:41.913Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3879 | 2026-05-19T22:51:41.913Z | | |
| 3880 | 2026-05-19T22:51:41.913Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3881 | 2026-05-19T22:51:41.913Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3882 | 2026-05-19T22:51:41.913Z | | |
| 3883 | 2026-05-19T22:51:41.913Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3884 | 2026-05-19T22:51:41.913Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3885 | 2026-05-19T22:51:41.913Z | | |
| 3886 | 2026-05-19T22:51:41.913Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3887 | 2026-05-19T22:51:41.913Z | | |
| 3888 | 2026-05-19T22:51:41.913Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3889 | 2026-05-19T22:51:41.913Z | | ---------------------------------------- this is the found type |
| 3890 | 2026-05-19T22:51:41.913Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3891 | 2026-05-19T22:51:41.913Z | note: required by a bound in `encode_and_send` |
| 3892 | 2026-05-19T22:51:41.913Z | --> dns-server/src/dns_server.rs:494:27 |
| 3893 | 2026-05-19T22:51:41.913Z | | |
| 3894 | 2026-05-19T22:51:41.913Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3895 | 2026-05-19T22:51:41.913Z | | --------------- required by a bound in this function |
| 3896 | 2026-05-19T22:51:41.913Z | ... |
| 3897 | 2026-05-19T22:51:41.918Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 3898 | 2026-05-19T22:51:41.918Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3899 | 2026-05-19T22:51:41.918Z | |
| 3900 | 2026-05-19T22:51:41.918Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3901 | 2026-05-19T22:51:41.918Z | --> dns-server/src/dns_server.rs:478:69 |
| 3902 | 2026-05-19T22:51:41.918Z | | |
| 3903 | 2026-05-19T22:51:41.918Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 3904 | 2026-05-19T22:51:41.918Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3905 | 2026-05-19T22:51:41.918Z | | |
| 3906 | 2026-05-19T22:51:41.918Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3907 | 2026-05-19T22:51:41.918Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3908 | 2026-05-19T22:51:41.918Z | | |
| 3909 | 2026-05-19T22:51:41.918Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3910 | 2026-05-19T22:51:41.918Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3911 | 2026-05-19T22:51:41.918Z | | |
| 3912 | 2026-05-19T22:51:41.918Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3913 | 2026-05-19T22:51:41.918Z | | |
| 3914 | 2026-05-19T22:51:41.918Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3915 | 2026-05-19T22:51:41.918Z | | ---------------------------------------- this is the found type |
| 3916 | 2026-05-19T22:51:41.918Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3917 | 2026-05-19T22:51:41.918Z | note: required by a bound in `encode_and_send` |
| 3918 | 2026-05-19T22:51:41.918Z | --> dns-server/src/dns_server.rs:491:23 |
| 3919 | 2026-05-19T22:51:41.918Z | | |
| 3920 | 2026-05-19T22:51:41.918Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3921 | 2026-05-19T22:51:41.918Z | | --------------- required by a bound in this function |
| 3922 | 2026-05-19T22:51:41.918Z | ... |
| 3923 | 2026-05-19T22:51:41.918Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3924 | 2026-05-19T22:51:41.918Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3925 | 2026-05-19T22:51:41.918Z | |
| 3926 | 2026-05-19T22:51:41.918Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3927 | 2026-05-19T22:51:41.918Z | --> dns-server/src/dns_server.rs:478:69 |
| 3928 | 2026-05-19T22:51:41.918Z | | |
| 3929 | 2026-05-19T22:51:41.918Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 3930 | 2026-05-19T22:51:41.918Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3931 | 2026-05-19T22:51:41.918Z | | |
| 3932 | 2026-05-19T22:51:41.918Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3933 | 2026-05-19T22:51:41.918Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3934 | 2026-05-19T22:51:41.918Z | | |
| 3935 | 2026-05-19T22:51:41.919Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3936 | 2026-05-19T22:51:41.919Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3937 | 2026-05-19T22:51:41.919Z | | |
| 3938 | 2026-05-19T22:51:41.919Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3939 | 2026-05-19T22:51:41.919Z | | |
| 3940 | 2026-05-19T22:51:41.919Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3941 | 2026-05-19T22:51:41.919Z | | ---------------------------------------- this is the found type |
| 3942 | 2026-05-19T22:51:41.919Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3943 | 2026-05-19T22:51:41.919Z | note: required by a bound in `encode_and_send` |
| 3944 | 2026-05-19T22:51:41.919Z | --> dns-server/src/dns_server.rs:492:27 |
| 3945 | 2026-05-19T22:51:41.919Z | | |
| 3946 | 2026-05-19T22:51:41.919Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3947 | 2026-05-19T22:51:41.919Z | | --------------- required by a bound in this function |
| 3948 | 2026-05-19T22:51:41.919Z | ... |
| 3949 | 2026-05-19T22:51:41.919Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3950 | 2026-05-19T22:51:41.919Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3951 | 2026-05-19T22:51:41.919Z | |
| 3952 | 2026-05-19T22:51:41.919Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3953 | 2026-05-19T22:51:41.919Z | --> dns-server/src/dns_server.rs:478:69 |
| 3954 | 2026-05-19T22:51:41.919Z | | |
| 3955 | 2026-05-19T22:51:41.919Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 3956 | 2026-05-19T22:51:41.919Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3957 | 2026-05-19T22:51:41.919Z | | |
| 3958 | 2026-05-19T22:51:41.919Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3959 | 2026-05-19T22:51:41.919Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3960 | 2026-05-19T22:51:41.919Z | | |
| 3961 | 2026-05-19T22:51:41.919Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3962 | 2026-05-19T22:51:41.919Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3963 | 2026-05-19T22:51:41.919Z | | |
| 3964 | 2026-05-19T22:51:41.919Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3965 | 2026-05-19T22:51:41.919Z | | |
| 3966 | 2026-05-19T22:51:41.919Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3967 | 2026-05-19T22:51:41.919Z | | ---------------------------------------- this is the found type |
| 3968 | 2026-05-19T22:51:41.919Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3969 | 2026-05-19T22:51:41.919Z | note: required by a bound in `encode_and_send` |
| 3970 | 2026-05-19T22:51:41.919Z | --> dns-server/src/dns_server.rs:493:19 |
| 3971 | 2026-05-19T22:51:41.919Z | | |
| 3972 | 2026-05-19T22:51:41.919Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3973 | 2026-05-19T22:51:41.920Z | | --------------- required by a bound in this function |
| 3974 | 2026-05-19T22:51:41.920Z | ... |
| 3975 | 2026-05-19T22:51:41.920Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 3976 | 2026-05-19T22:51:41.920Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3977 | 2026-05-19T22:51:41.920Z | |
| 3978 | 2026-05-19T22:51:41.920Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3979 | 2026-05-19T22:51:41.920Z | --> dns-server/src/dns_server.rs:478:69 |
| 3980 | 2026-05-19T22:51:41.920Z | | |
| 3981 | 2026-05-19T22:51:41.920Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 3982 | 2026-05-19T22:51:41.920Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3983 | 2026-05-19T22:51:41.920Z | | |
| 3984 | 2026-05-19T22:51:41.920Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3985 | 2026-05-19T22:51:41.920Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3986 | 2026-05-19T22:51:41.920Z | | |
| 3987 | 2026-05-19T22:51:41.920Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3988 | 2026-05-19T22:51:41.920Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3989 | 2026-05-19T22:51:41.920Z | | |
| 3990 | 2026-05-19T22:51:41.920Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3991 | 2026-05-19T22:51:41.920Z | | |
| 3992 | 2026-05-19T22:51:41.920Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3993 | 2026-05-19T22:51:41.920Z | | ---------------------------------------- this is the found type |
| 3994 | 2026-05-19T22:51:41.920Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3995 | 2026-05-19T22:51:41.920Z | note: required by a bound in `encode_and_send` |
| 3996 | 2026-05-19T22:51:41.920Z | --> dns-server/src/dns_server.rs:494:27 |
| 3997 | 2026-05-19T22:51:41.964Z | | |
| 3998 | 2026-05-19T22:51:41.964Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3999 | 2026-05-19T22:51:41.964Z | | --------------- required by a bound in this function |
| 4000 | 2026-05-19T22:51:41.964Z | ... |
| 4001 | 2026-05-19T22:51:41.964Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 4002 | 2026-05-19T22:51:41.964Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4003 | 2026-05-19T22:51:41.964Z | |
| 4004 | 2026-05-19T22:51:41.964Z | error[E0599]: the method `destructive_emit` exists for struct `MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>`, but its trait bounds were not satisfied |
| 4005 | 2026-05-19T22:51:41.964Z | --> dns-server/src/dns_server.rs:500:14 |
| 4006 | 2026-05-19T22:51:41.964Z | | |
| 4007 | 2026-05-19T22:51:41.964Z | 499 | let _ = mresp |
| 4008 | 2026-05-19T22:51:41.964Z | | _________________- |
| 4009 | 2026-05-19T22:51:41.964Z | 500 | | .destructive_emit(&mut enc) |
| 4010 | 2026-05-19T22:51:41.964Z | | | -^^^^^^^^^^^^^^^^ method cannot be called due to unsatisfied trait bounds |
| 4011 | 2026-05-19T22:51:41.964Z | | |_____________| |
| 4012 | 2026-05-19T22:51:41.964Z | | |
| 4013 | 2026-05-19T22:51:41.964Z | | |
| 4014 | 2026-05-19T22:51:41.964Z | = note: the following trait bounds were not satisfied: |
| 4015 | 2026-05-19T22:51:41.964Z | `<Answers as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record` |
| 4016 | 2026-05-19T22:51:41.964Z | `<NameServers as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record` |
| 4017 | 2026-05-19T22:51:41.964Z | `<Soa as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record` |
| 4018 | 2026-05-19T22:51:41.964Z | `<Additionals as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record` |
| 4019 | 2026-05-19T22:51:41.964Z | |
| 4020 | 2026-05-19T22:51:41.964Z | error[E0308]: mismatched types |
| 4021 | 2026-05-19T22:51:41.964Z | --> dns-server/src/dns_server.rs:229:35 |
| 4022 | 2026-05-19T22:51:41.964Z | | |
| 4023 | 2026-05-19T22:51:41.964Z | 229 | Ok(Record::from_rdata(name.clone(), 0, RData::A((*addr).into()))) |
| 4024 | 2026-05-19T22:51:41.964Z | | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4025 | 2026-05-19T22:51:41.964Z | | | |
| 4026 | 2026-05-19T22:51:41.964Z | | arguments to this function are incorrect |
| 4027 | 2026-05-19T22:51:41.964Z | | |
| 4028 | 2026-05-19T22:51:41.965Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4029 | 2026-05-19T22:51:41.965Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4030 | 2026-05-19T22:51:41.965Z | | |
| 4031 | 2026-05-19T22:51:41.965Z | 34 | pub struct Name { |
| 4032 | 2026-05-19T22:51:41.965Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4033 | 2026-05-19T22:51:41.965Z | | |
| 4034 | 2026-05-19T22:51:41.965Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4035 | 2026-05-19T22:51:41.965Z | | |
| 4036 | 2026-05-19T22:51:41.965Z | 37 | pub struct Name { |
| 4037 | 2026-05-19T22:51:41.965Z | | --------------- this is the found type |
| 4038 | 2026-05-19T22:51:41.965Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4039 | 2026-05-19T22:51:41.965Z | note: associated function defined here |
| 4040 | 2026-05-19T22:51:41.965Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 4041 | 2026-05-19T22:51:41.965Z | | |
| 4042 | 2026-05-19T22:51:41.965Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 4043 | 2026-05-19T22:51:41.965Z | | ^^^^^^^^^^ |
| 4044 | 2026-05-19T22:51:41.965Z | |
| 4045 | 2026-05-19T22:51:41.965Z | error[E0308]: mismatched types |
| 4046 | 2026-05-19T22:51:41.965Z | --> dns-server/src/dns_server.rs:233:35 |
| 4047 | 2026-05-19T22:51:41.965Z | | |
| 4048 | 2026-05-19T22:51:41.965Z | 233 | Ok(Record::from_rdata(name.clone(), 0, RData::AAAA((*addr).into()))) |
| 4049 | 2026-05-19T22:51:41.965Z | | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4050 | 2026-05-19T22:51:41.965Z | | | |
| 4051 | 2026-05-19T22:51:41.965Z | | arguments to this function are incorrect |
| 4052 | 2026-05-19T22:51:41.965Z | | |
| 4053 | 2026-05-19T22:51:41.965Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4054 | 2026-05-19T22:51:41.965Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4055 | 2026-05-19T22:51:41.965Z | | |
| 4056 | 2026-05-19T22:51:41.965Z | 34 | pub struct Name { |
| 4057 | 2026-05-19T22:51:41.965Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4058 | 2026-05-19T22:51:41.965Z | | |
| 4059 | 2026-05-19T22:51:41.965Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4060 | 2026-05-19T22:51:41.965Z | | |
| 4061 | 2026-05-19T22:51:41.965Z | 37 | pub struct Name { |
| 4062 | 2026-05-19T22:51:41.965Z | | --------------- this is the found type |
| 4063 | 2026-05-19T22:51:41.966Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4064 | 2026-05-19T22:51:41.966Z | note: associated function defined here |
| 4065 | 2026-05-19T22:51:41.966Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 4066 | 2026-05-19T22:51:41.966Z | | |
| 4067 | 2026-05-19T22:51:41.966Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 4068 | 2026-05-19T22:51:41.966Z | | ^^^^^^^^^^ |
| 4069 | 2026-05-19T22:51:41.966Z | |
| 4070 | 2026-05-19T22:51:41.966Z | error[E0308]: mismatched types |
| 4071 | 2026-05-19T22:51:41.966Z | --> dns-server/src/dns_server.rs:247:60 |
| 4072 | 2026-05-19T22:51:41.966Z | | |
| 4073 | 2026-05-19T22:51:41.966Z | 247 | RData::SRV(SRV::new(*prio, *weight, *port, tgt)), |
| 4074 | 2026-05-19T22:51:41.966Z | | -------- ^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4075 | 2026-05-19T22:51:41.966Z | | | |
| 4076 | 2026-05-19T22:51:41.966Z | | arguments to this function are incorrect |
| 4077 | 2026-05-19T22:51:41.966Z | | |
| 4078 | 2026-05-19T22:51:41.966Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4079 | 2026-05-19T22:51:41.966Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4080 | 2026-05-19T22:51:41.966Z | | |
| 4081 | 2026-05-19T22:51:41.966Z | 34 | pub struct Name { |
| 4082 | 2026-05-19T22:51:41.966Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4083 | 2026-05-19T22:51:41.966Z | | |
| 4084 | 2026-05-19T22:51:41.966Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4085 | 2026-05-19T22:51:41.966Z | | |
| 4086 | 2026-05-19T22:51:41.966Z | 37 | pub struct Name { |
| 4087 | 2026-05-19T22:51:41.966Z | | --------------- this is the found type |
| 4088 | 2026-05-19T22:51:41.966Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4089 | 2026-05-19T22:51:41.966Z | note: associated function defined here |
| 4090 | 2026-05-19T22:51:41.966Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/srv.rs:174:12 |
| 4091 | 2026-05-19T22:51:41.966Z | | |
| 4092 | 2026-05-19T22:51:41.966Z | 174 | pub fn new(priority: u16, weight: u16, port: u16, target: Name) -> Self { |
| 4093 | 2026-05-19T22:51:41.966Z | | ^^^ |
| 4094 | 2026-05-19T22:51:41.966Z | |
| 4095 | 2026-05-19T22:51:41.966Z | error[E0308]: mismatched types |
| 4096 | 2026-05-19T22:51:41.966Z | --> dns-server/src/dns_server.rs:245:17 |
| 4097 | 2026-05-19T22:51:41.971Z | | |
| 4098 | 2026-05-19T22:51:41.971Z | 244 | Ok(Record::from_rdata( |
| 4099 | 2026-05-19T22:51:41.971Z | | ------------------ arguments to this function are incorrect |
| 4100 | 2026-05-19T22:51:41.971Z | 245 | name.clone(), |
| 4101 | 2026-05-19T22:51:41.971Z | | ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4102 | 2026-05-19T22:51:41.971Z | | |
| 4103 | 2026-05-19T22:51:41.971Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4104 | 2026-05-19T22:51:41.971Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4105 | 2026-05-19T22:51:41.971Z | | |
| 4106 | 2026-05-19T22:51:41.971Z | 34 | pub struct Name { |
| 4107 | 2026-05-19T22:51:41.971Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4108 | 2026-05-19T22:51:41.971Z | | |
| 4109 | 2026-05-19T22:51:41.971Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4110 | 2026-05-19T22:51:41.971Z | | |
| 4111 | 2026-05-19T22:51:41.971Z | 37 | pub struct Name { |
| 4112 | 2026-05-19T22:51:41.971Z | | --------------- this is the found type |
| 4113 | 2026-05-19T22:51:41.971Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4114 | 2026-05-19T22:51:41.971Z | note: associated function defined here |
| 4115 | 2026-05-19T22:51:41.971Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 4116 | 2026-05-19T22:51:41.971Z | | |
| 4117 | 2026-05-19T22:51:41.971Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 4118 | 2026-05-19T22:51:41.971Z | | ^^^^^^^^^^ |
| 4119 | 2026-05-19T22:51:41.972Z | |
| 4120 | 2026-05-19T22:51:41.972Z | error[E0308]: mismatched types |
| 4121 | 2026-05-19T22:51:41.972Z | --> dns-server/src/dns_server.rs:259:65 |
| 4122 | 2026-05-19T22:51:41.972Z | | |
| 4123 | 2026-05-19T22:51:41.972Z | 259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname)))) |
| 4124 | 2026-05-19T22:51:41.972Z | | -- ^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4125 | 2026-05-19T22:51:41.972Z | | | |
| 4126 | 2026-05-19T22:51:41.972Z | | arguments to this struct are incorrect |
| 4127 | 2026-05-19T22:51:41.972Z | | |
| 4128 | 2026-05-19T22:51:41.972Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4129 | 2026-05-19T22:51:41.972Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4130 | 2026-05-19T22:51:41.972Z | | |
| 4131 | 2026-05-19T22:51:41.972Z | 34 | pub struct Name { |
| 4132 | 2026-05-19T22:51:41.972Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4133 | 2026-05-19T22:51:41.972Z | | |
| 4134 | 2026-05-19T22:51:41.972Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4135 | 2026-05-19T22:51:41.972Z | | |
| 4136 | 2026-05-19T22:51:41.972Z | 37 | pub struct Name { |
| 4137 | 2026-05-19T22:51:41.972Z | | --------------- this is the found type |
| 4138 | 2026-05-19T22:51:41.972Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4139 | 2026-05-19T22:51:41.972Z | note: tuple struct defined here |
| 4140 | 2026-05-19T22:51:41.972Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/name.rs:98:13 |
| 4141 | 2026-05-19T22:51:41.972Z | | |
| 4142 | 2026-05-19T22:51:41.972Z | 98 | name_rdata!(NS, RDataEncoding::StandardRecord); |
| 4143 | 2026-05-19T22:51:41.972Z | | ^^ |
| 4144 | 2026-05-19T22:51:41.972Z | |
| 4145 | 2026-05-19T22:51:41.972Z | error[E0308]: mismatched types |
| 4146 | 2026-05-19T22:51:41.972Z | --> dns-server/src/dns_server.rs:259:35 |
| 4147 | 2026-05-19T22:51:41.972Z | | |
| 4148 | 2026-05-19T22:51:41.972Z | 259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname)))) |
| 4149 | 2026-05-19T22:51:41.972Z | | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4150 | 2026-05-19T22:51:41.972Z | | | |
| 4151 | 2026-05-19T22:51:41.972Z | | arguments to this function are incorrect |
| 4152 | 2026-05-19T22:51:41.972Z | | |
| 4153 | 2026-05-19T22:51:41.972Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4154 | 2026-05-19T22:51:41.972Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4155 | 2026-05-19T22:51:41.972Z | | |
| 4156 | 2026-05-19T22:51:41.972Z | 34 | pub struct Name { |
| 4157 | 2026-05-19T22:51:41.972Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4158 | 2026-05-19T22:51:41.973Z | | |
| 4159 | 2026-05-19T22:51:41.973Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4160 | 2026-05-19T22:51:41.973Z | | |
| 4161 | 2026-05-19T22:51:41.973Z | 37 | pub struct Name { |
| 4162 | 2026-05-19T22:51:41.973Z | | --------------- this is the found type |
| 4163 | 2026-05-19T22:51:41.973Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4164 | 2026-05-19T22:51:41.973Z | note: associated function defined here |
| 4165 | 2026-05-19T22:51:41.973Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 4166 | 2026-05-19T22:51:41.973Z | | |
| 4167 | 2026-05-19T22:51:41.973Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 4168 | 2026-05-19T22:51:41.973Z | | ^^^^^^^^^^ |
| 4169 | 2026-05-19T22:51:41.973Z | |
| 4170 | 2026-05-19T22:51:41.977Z | error[E0308]: arguments to this function are incorrect |
| 4171 | 2026-05-19T22:51:41.977Z | --> dns-server/src/storage.rs:448:43 |
| 4172 | 2026-05-19T22:51:41.977Z | | |
| 4173 | 2026-05-19T22:51:41.977Z | 448 | hickory_proto::rr::RData::SOA(hickory_proto::rr::rdata::SOA::new( |
| 4174 | 2026-05-19T22:51:41.977Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 4175 | 2026-05-19T22:51:41.977Z | 449 | preferred_nameserver, |
| 4176 | 2026-05-19T22:51:41.977Z | | -------------------- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4177 | 2026-05-19T22:51:41.977Z | 450 | rname, |
| 4178 | 2026-05-19T22:51:41.977Z | | ----- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4179 | 2026-05-19T22:51:41.977Z | | |
| 4180 | 2026-05-19T22:51:41.977Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4181 | 2026-05-19T22:51:41.977Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4182 | 2026-05-19T22:51:41.977Z | | |
| 4183 | 2026-05-19T22:51:41.977Z | 34 | pub struct Name { |
| 4184 | 2026-05-19T22:51:41.977Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4185 | 2026-05-19T22:51:41.977Z | | |
| 4186 | 2026-05-19T22:51:41.977Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4187 | 2026-05-19T22:51:41.977Z | | |
| 4188 | 2026-05-19T22:51:41.977Z | 37 | pub struct Name { |
| 4189 | 2026-05-19T22:51:41.977Z | | --------------- this is the found type |
| 4190 | 2026-05-19T22:51:41.977Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4191 | 2026-05-19T22:51:41.977Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4192 | 2026-05-19T22:51:41.977Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4193 | 2026-05-19T22:51:41.977Z | | |
| 4194 | 2026-05-19T22:51:41.977Z | 34 | pub struct Name { |
| 4195 | 2026-05-19T22:51:41.977Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4196 | 2026-05-19T22:51:41.977Z | | |
| 4197 | 2026-05-19T22:51:41.977Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4198 | 2026-05-19T22:51:41.977Z | | |
| 4199 | 2026-05-19T22:51:41.977Z | 37 | pub struct Name { |
| 4200 | 2026-05-19T22:51:41.977Z | | --------------- this is the found type |
| 4201 | 2026-05-19T22:51:41.977Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4202 | 2026-05-19T22:51:41.977Z | note: associated function defined here |
| 4203 | 2026-05-19T22:51:41.977Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/soa.rs:154:12 |
| 4204 | 2026-05-19T22:51:41.977Z | | |
| 4205 | 2026-05-19T22:51:41.978Z | 154 | pub fn new( |
| 4206 | 2026-05-19T22:51:41.978Z | | ^^^ |
| 4207 | 2026-05-19T22:51:41.978Z | |
| 4208 | 2026-05-19T22:51:41.978Z | error[E0308]: mismatched types |
| 4209 | 2026-05-19T22:51:41.978Z | --> dns-server/src/storage.rs:446:13 |
| 4210 | 2026-05-19T22:51:41.978Z | | |
| 4211 | 2026-05-19T22:51:41.978Z | 445 | let record = hickory_proto::rr::Record::from_rdata( |
| 4212 | 2026-05-19T22:51:41.978Z | | ------------------------------------- arguments to this function are incorrect |
| 4213 | 2026-05-19T22:51:41.978Z | 446 | soa_name, |
| 4214 | 2026-05-19T22:51:41.978Z | | ^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4215 | 2026-05-19T22:51:41.978Z | | |
| 4216 | 2026-05-19T22:51:41.978Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4217 | 2026-05-19T22:51:41.978Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4218 | 2026-05-19T22:51:41.978Z | | |
| 4219 | 2026-05-19T22:51:41.978Z | 34 | pub struct Name { |
| 4220 | 2026-05-19T22:51:41.978Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4221 | 2026-05-19T22:51:41.978Z | | |
| 4222 | 2026-05-19T22:51:41.978Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4223 | 2026-05-19T22:51:41.978Z | | |
| 4224 | 2026-05-19T22:51:41.978Z | 37 | pub struct Name { |
| 4225 | 2026-05-19T22:51:41.978Z | | --------------- this is the found type |
| 4226 | 2026-05-19T22:51:41.978Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4227 | 2026-05-19T22:51:41.978Z | note: associated function defined here |
| 4228 | 2026-05-19T22:51:41.978Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 4229 | 2026-05-19T22:51:41.978Z | | |
| 4230 | 2026-05-19T22:51:41.978Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 4231 | 2026-05-19T22:51:41.978Z | | ^^^^^^^^^^ |
| 4232 | 2026-05-19T22:51:41.978Z | |
| 4233 | 2026-05-19T22:51:41.992Z | error[E0308]: mismatched types |
| 4234 | 2026-05-19T22:51:41.992Z | --> dns-server/src/storage.rs:768:30 |
| 4235 | 2026-05-19T22:51:41.992Z | | |
| 4236 | 2026-05-19T22:51:41.992Z | 768 | self.query_raw(name, orig_name) |
| 4237 | 2026-05-19T22:51:41.992Z | | --------- ^^^^^^^^^ expected `hickory_resolver::Name`, found `hickory_proto::rr::Name` |
| 4238 | 2026-05-19T22:51:41.992Z | | | |
| 4239 | 2026-05-19T22:51:41.992Z | | arguments to this method are incorrect |
| 4240 | 2026-05-19T22:51:41.992Z | | |
| 4241 | 2026-05-19T22:51:41.992Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4242 | 2026-05-19T22:51:41.992Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4243 | 2026-05-19T22:51:41.992Z | | |
| 4244 | 2026-05-19T22:51:41.992Z | 37 | pub struct Name { |
| 4245 | 2026-05-19T22:51:41.992Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4246 | 2026-05-19T22:51:41.992Z | | |
| 4247 | 2026-05-19T22:51:41.992Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4248 | 2026-05-19T22:51:41.992Z | | |
| 4249 | 2026-05-19T22:51:41.992Z | 34 | pub struct Name { |
| 4250 | 2026-05-19T22:51:41.992Z | | --------------- this is the found type |
| 4251 | 2026-05-19T22:51:41.992Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4252 | 2026-05-19T22:51:41.992Z | note: method defined here |
| 4253 | 2026-05-19T22:51:41.992Z | --> dns-server/src/storage.rs:780:8 |
| 4254 | 2026-05-19T22:51:41.992Z | | |
| 4255 | 2026-05-19T22:51:41.992Z | 780 | fn query_raw( |
| 4256 | 2026-05-19T22:51:41.992Z | | ^^^^^^^^^ |
| 4257 | 2026-05-19T22:51:41.992Z | ... |
| 4258 | 2026-05-19T22:51:41.992Z | 783 | orig_name: &Name, |
| 4259 | 2026-05-19T22:51:41.992Z | | ---------------- |
| 4260 | 2026-05-19T22:51:41.992Z | |
| 4261 | 2026-05-19T22:51:41.996Z | error[E0308]: mismatched types |
| 4262 | 2026-05-19T22:51:41.996Z | --> dns-server/src/storage.rs:777:40 |
| 4263 | 2026-05-19T22:51:41.996Z | | |
| 4264 | 2026-05-19T22:51:41.996Z | 777 | self.query_raw(&LowerName::new(name), name) |
| 4265 | 2026-05-19T22:51:41.996Z | | -------------- ^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4266 | 2026-05-19T22:51:41.996Z | | | |
| 4267 | 2026-05-19T22:51:41.996Z | | arguments to this function are incorrect |
| 4268 | 2026-05-19T22:51:41.996Z | | |
| 4269 | 2026-05-19T22:51:41.996Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4270 | 2026-05-19T22:51:41.996Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4271 | 2026-05-19T22:51:41.996Z | | |
| 4272 | 2026-05-19T22:51:41.996Z | 34 | pub struct Name { |
| 4273 | 2026-05-19T22:51:41.996Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4274 | 2026-05-19T22:51:41.996Z | | |
| 4275 | 2026-05-19T22:51:41.996Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4276 | 2026-05-19T22:51:41.996Z | | |
| 4277 | 2026-05-19T22:51:41.996Z | 37 | pub struct Name { |
| 4278 | 2026-05-19T22:51:41.996Z | | --------------- this is the found type |
| 4279 | 2026-05-19T22:51:41.996Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4280 | 2026-05-19T22:51:41.996Z | note: associated function defined here |
| 4281 | 2026-05-19T22:51:41.996Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:37:12 |
| 4282 | 2026-05-19T22:51:41.996Z | | |
| 4283 | 2026-05-19T22:51:41.996Z | 37 | pub fn new(name: &Name) -> Self { |
| 4284 | 2026-05-19T22:51:41.996Z | | ^^^ |
| 4285 | 2026-05-19T22:51:41.996Z | |
| 4286 | 2026-05-19T22:51:42.000Z | error[E0277]: the trait bound `hickory_proto::rr::LowerName: std::convert::From<hickory_resolver::Name>` is not satisfied |
| 4287 | 2026-05-19T22:51:42.000Z | --> dns-server/src/storage.rs:791:33 |
| 4288 | 2026-05-19T22:51:42.000Z | | |
| 4289 | 2026-05-19T22:51:42.000Z | 791 | let zone_name = LowerName::from(Name::from_str(&z).unwrap()); |
| 4290 | 2026-05-19T22:51:42.000Z | | ^^^^^^^^^ the trait `std::convert::From<hickory_resolver::Name>` is not implemented for `hickory_proto::rr::LowerName` |
| 4291 | 2026-05-19T22:51:42.000Z | | |
| 4292 | 2026-05-19T22:51:42.000Z | help: item with same name found |
| 4293 | 2026-05-19T22:51:42.000Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/lower_name.rs:28:1 |
| 4294 | 2026-05-19T22:51:42.000Z | | |
| 4295 | 2026-05-19T22:51:42.000Z | 28 | pub struct LowerName(Name); |
| 4296 | 2026-05-19T22:51:42.000Z | | ^^^^^^^^^^^^^^^^^^^^ |
| 4297 | 2026-05-19T22:51:42.000Z | = note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4298 | 2026-05-19T22:51:42.001Z | help: the following other types implement trait `std::convert::From<T>` |
| 4299 | 2026-05-19T22:51:42.001Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:240:1 |
| 4300 | 2026-05-19T22:51:42.001Z | | |
| 4301 | 2026-05-19T22:51:42.001Z | 240 | impl From<Name> for LowerName { |
| 4302 | 2026-05-19T22:51:42.001Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<hickory_proto::rr::Name>` |
| 4303 | 2026-05-19T22:51:42.001Z | ... |
| 4304 | 2026-05-19T22:51:42.001Z | 246 | impl<'a> From<&'a Name> for LowerName { |
| 4305 | 2026-05-19T22:51:42.001Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<&hickory_proto::rr::Name>` |
| 4306 | 2026-05-19T22:51:42.001Z | = note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4307 | 2026-05-19T22:51:42.001Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4308 | 2026-05-19T22:51:42.001Z | |
| 4309 | 2026-05-19T22:51:42.045Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 4310 | 2026-05-19T22:51:42.221Z | Some errors have detailed explanations: E0271, E0277, E0308, E0599. |
| 4311 | 2026-05-19T22:51:42.221Z | For more information about an error, try `rustc --explain E0271`. |
| 4312 | 2026-05-19T22:51:42.297Z | error: could not compile `dns-server` (lib) due to 60 previous errors |
| 4313 | 2026-05-19T22:51:42.297Z | warning: build failed, waiting for other jobs to finish... |
| 4314 | 2026-05-19T22:51:48.716Z | Error: Failed to build packages |
| 4315 | 2026-05-19T22:51:48.720Z | |
| 4316 | 2026-05-19T22:51:48.720Z | real 1:19.626695113 |
| 4317 | 2026-05-19T22:51:48.720Z | user 18:00.324851224 |
| 4318 | 2026-05-19T22:51:48.720Z | sys 1:35.766747073 |
| 4319 | 2026-05-19T22:51:48.720Z | trap 0.544451802 |
| 4320 | 2026-05-19T22:51:48.720Z | tflt 2.819902818 |
| 4321 | 2026-05-19T22:51:48.720Z | dflt 2.063444989 |
| 4322 | 2026-05-19T22:51:48.720Z | kflt 0.039060011 |
| 4323 | 2026-05-19T22:51:48.720Z | lock 1:37:58.762587246 |
| 4324 | 2026-05-19T22:51:48.720Z | slp 50:33.388426261 |
| 4325 | 2026-05-19T22:51:48.720Z | lat 1:13.521735737 |
| 4326 | 2026-05-19T22:51:48.720Z | stop 3:47.407649874 |
| 4327 | 2026-05-19T22:51:48.720Z | process exited: duration 312235 ms, exit code 1 |
| |
| 4328 | 2026-05-19T22:51:48.728Z | found 0 output files |
| 4329 | 2026-05-19T22:51:48.728Z | upload error: rule "/work/package.tar.gz" required a match, but was not used |