|
|
|
| 1 | 2026-05-27T05:17:50.205Z | job assigned to worker 01KSKXTYAJE7M6V2REWDPD8T68 [factory aws, i-0c7e8a871131fac90] (queued for 47 s) |
| |
| 2 | 2026-05-27T05:17:57.872Z | starting task 0: "setup" |
| 3 | 2026-05-27T05:17:57.877Z | ++ uname -s |
| 4 | 2026-05-27T05:17:57.880Z | + kern=SunOS |
| 5 | 2026-05-27T05:17:57.880Z | + build_user=build |
| 6 | 2026-05-27T05:17:57.880Z | + build_uid=12345 |
| 7 | 2026-05-27T05:17:57.881Z | + work_dir=/work |
| 8 | 2026-05-27T05:17:57.881Z | + input_dir=/input |
| 9 | 2026-05-27T05:17:57.881Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-27T05:17:57.881Z | + case "$kern" in |
| 11 | 2026-05-27T05:17:57.881Z | + groupadd -g 12345 build |
| 12 | 2026-05-27T05:17:57.884Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-27T05:17:59.891Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-27T05:17:59.960Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-27T05:17:59.963Z | + home_fs=zfs |
| 16 | 2026-05-27T05:17:59.963Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-27T05:17:59.963Z | + mkdir -p /home/build |
| 18 | 2026-05-27T05:17:59.963Z | + chown build:build /home/build /work |
| 19 | 2026-05-27T05:18:01.966Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-27T05:18:01.969Z | process exited: duration 4100 ms, exit code 0 |
| |
| 21 | 2026-05-27T05:18:01.976Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-27T05:18:01.982Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-27T05:18:01.982Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-27T05:18:01.982Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-27T05:18:01.982Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-27T05:18:01.983Z | * rust toolchain channel = "1.94.0" |
| 27 | 2026-05-27T05:18:01.983Z | * rust toolchain profile = "default" |
| 28 | 2026-05-27T05:18:01.986Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-27T05:18:01.986Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-27T05:18:02.099Z | info: downloading installer |
| 31 | 2026-05-27T05:18:03.431Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-27T05:18:03.431Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-27T05:18:03.431Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-27T05:18:03.431Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-27T05:18:03.443Z | info: profile set to default |
| 36 | 2026-05-27T05:18:03.443Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-27T05:18:03.446Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-27T05:18:03.586Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-27T05:18:03.589Z | info: downloading 6 components |
| 40 | 2026-05-27T05:18:17.714Z | |
| 41 | 2026-05-27T05:18:17.714Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 42 | 2026-05-27T05:18:17.744Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-27T05:18:17.745Z | |
| 44 | 2026-05-27T05:18:17.745Z | |
| 45 | 2026-05-27T05:18:17.745Z | Rust is installed now. Great! |
| 46 | 2026-05-27T05:18:17.745Z | |
| 47 | 2026-05-27T05:18:17.745Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-27T05:18:17.745Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-27T05:18:17.745Z | |
| 50 | 2026-05-27T05:18:17.745Z | To configure your current shell, you need to source |
| 51 | 2026-05-27T05:18:17.745Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-27T05:18:17.745Z | |
| 53 | 2026-05-27T05:18:17.745Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-27T05:18:17.749Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-27T05:18:17.749Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-27T05:18:17.749Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-27T05:18:17.749Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-27T05:18:17.749Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-27T05:18:17.749Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-27T05:18:17.749Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-27T05:18:17.749Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-27T05:18:17.846Z | + rustup --version |
| 63 | 2026-05-27T05:18:17.851Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-27T05:18:17.855Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-27T05:18:17.874Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-27T05:18:17.877Z | + cargo --version |
| 67 | 2026-05-27T05:18:17.885Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-27T05:18:17.888Z | + rustc --version |
| 69 | 2026-05-27T05:18:17.909Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-27T05:18:17.912Z | process exited: duration 15934 ms, exit code 0 |
| |
| 71 | 2026-05-27T05:18:17.919Z | starting task 2: "authentication" |
| 72 | 2026-05-27T05:18:17.940Z | process exited: duration 18 ms, exit code 0 |
| |
| 73 | 2026-05-27T05:18:17.949Z | starting task 3: "clone repository" |
| 74 | 2026-05-27T05:18:17.953Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-27T05:18:17.956Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-27T05:18:17.995Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-27T05:18:28.131Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-27T05:18:28.131Z | + git fetch origin 04f75510a02f379f9a03470e90efc841d3939640 |
| 79 | 2026-05-27T05:18:28.400Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-27T05:18:28.400Z | * branch 04f75510a02f379f9a03470e90efc841d3939640 -> FETCH_HEAD |
| 81 | 2026-05-27T05:18:28.413Z | + [[ -n renovate/crate-hickory-proto-vulnerability ]] |
| 82 | 2026-05-27T05:18:28.416Z | ++ git branch --show-current |
| 83 | 2026-05-27T05:18:28.420Z | + current=main |
| 84 | 2026-05-27T05:18:28.420Z | + [[ main != renovate/crate-hickory-proto-vulnerability ]] |
| 85 | 2026-05-27T05:18:28.420Z | + git branch -f renovate/crate-hickory-proto-vulnerability 04f75510a02f379f9a03470e90efc841d3939640 |
| 86 | 2026-05-27T05:18:28.423Z | + git checkout -f renovate/crate-hickory-proto-vulnerability |
| 87 | 2026-05-27T05:18:28.661Z | Switched to branch 'renovate/crate-hickory-proto-vulnerability' |
| 88 | 2026-05-27T05:18:28.664Z | + git reset --hard 04f75510a02f379f9a03470e90efc841d3939640 |
| 89 | 2026-05-27T05:18:28.898Z | HEAD is now at 04f75510a Update Rust crate hickory-proto to 0.26.0 [SECURITY] |
| 90 | 2026-05-27T05:18:28.901Z | process exited: duration 10952 ms, exit code 0 |
| |
| 91 | 2026-05-27T05:18:28.908Z | starting task 4: "build" |
| 92 | 2026-05-27T05:18:28.914Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-27T05:18:28.914Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-27T05:18:28.914Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-27T05:18:28.914Z | + cargo --version |
| 96 | 2026-05-27T05:18:28.925Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-27T05:18:28.928Z | + rustc --version |
| 98 | 2026-05-27T05:18:28.951Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-27T05:18:28.956Z | + WORK=/work |
| 100 | 2026-05-27T05:18:28.956Z | + pfexec mkdir -p /work |
| 101 | 2026-05-27T05:18:28.959Z | + pfexec chown build /work |
| 102 | 2026-05-27T05:18:28.959Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 103 | 2026-05-27T05:18:30.502Z | Startup: Refreshing catalog 'helios' ... Done |
| 104 | 2026-05-27T05:18:30.577Z | Startup: Caching catalogs ... Done |
| 105 | 2026-05-27T05:18:30.847Z | Planning: Solver setup ... Done (0.228s) |
| 106 | 2026-05-27T05:18:30.866Z | Planning: Running solver ... Done (0.019s) |
| 107 | 2026-05-27T05:18:30.872Z | Planning: Finding local manifests ... Done (0.003s) |
| 108 | 2026-05-27T05:18:30.885Z | Planning: Fetching manifests: 0/2 0% complete |
| 109 | 2026-05-27T05:18:30.902Z | Planning: Fetching manifests: 2/2 100% complete |
| 110 | 2026-05-27T05:18:30.916Z | Planning: Package planning ... Done (0.015s) |
| 111 | 2026-05-27T05:18:30.920Z | Planning: Merging actions ... Done (0.002s) |
| 112 | 2026-05-27T05:18:31.106Z | Planning: Checking for conflicting actions ... Done (0.188s) |
| 113 | 2026-05-27T05:18:31.109Z | Planning: Consolidating action changes ... Done (0.001s) |
| 114 | 2026-05-27T05:18:31.980Z | Planning: Evaluating mediators ... Done (0.874s) |
| 115 | 2026-05-27T05:18:31.984Z | Planning: Planning completed in 1.38 seconds |
| 116 | 2026-05-27T05:18:31.991Z | Packages to install: 2 |
| 117 | 2026-05-27T05:18:31.991Z | Estimated space available: 156.07 GB |
| 118 | 2026-05-27T05:18:31.991Z | Estimated space to be consumed: 22.53 MB |
| 119 | 2026-05-27T05:18:31.991Z | Create boot environment: No |
| 120 | 2026-05-27T05:18:31.991Z | Create backup boot environment: No |
| 121 | 2026-05-27T05:18:31.991Z | Rebuild boot archive: No |
| 122 | 2026-05-27T05:18:31.991Z | |
| 123 | 2026-05-27T05:18:31.991Z | Changed packages: |
| 124 | 2026-05-27T05:18:31.995Z | helios |
| 125 | 2026-05-27T05:18:31.995Z | developer/build-essential |
| 126 | 2026-05-27T05:18:31.995Z | None -> 11-3.0 |
| 127 | 2026-05-27T05:18:31.995Z | library/libxmlsec1 |
| 128 | 2026-05-27T05:18:31.995Z | None -> 1.2.35-3.0 |
| 129 | 2026-05-27T05:18:32.018Z | |
| 130 | 2026-05-27T05:18:32.018Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 131 | 2026-05-27T05:18:32.573Z | Download: Completed 1.28 MB in 0.55 seconds (2.3M/s) |
| 132 | 2026-05-27T05:18:32.653Z | Actions: 1/268 actions (Installing new actions) |
| 133 | 2026-05-27T05:18:32.692Z | Actions: Completed 268 actions in 0.04 seconds. |
| 134 | 2026-05-27T05:18:32.726Z | Finalize: Updating package state database ... Done (0.034s) |
| 135 | 2026-05-27T05:18:32.726Z | Finalize: Updating package cache ... Done (0.000s) |
| 136 | 2026-05-27T05:18:32.744Z | Finalize: Updating image state ... Done (0.018s) |
| 137 | 2026-05-27T05:18:35.320Z | Finalize: Creating fast lookup database ... Done (2.551s) |
| 138 | 2026-05-27T05:18:35.388Z | Finalize: Reading search index ... Done (0.012s) |
| 139 | 2026-05-27T05:18:35.391Z | Finalize: Updating search index ... Done (0.000s) |
| 140 | 2026-05-27T05:18:35.476Z | Finalize: Updating package cache ... Done (0.000s) |
| 141 | 2026-05-27T05:18:35.776Z | Planning: Evaluating mediator changes ... Done |
| 142 | 2026-05-27T05:18:35.880Z | Planning: Checking for conflicting actions ... Done |
| 143 | 2026-05-27T05:18:35.884Z | Planning: Consolidating action changes ... Done |
| 144 | 2026-05-27T05:18:36.039Z | Planning: Evaluating mediators ... Done |
| 145 | 2026-05-27T05:18:36.042Z | Planning: Planning completed in 0.26 seconds |
| 146 | 2026-05-27T05:18:36.063Z | Mediators to change: 2 |
| 147 | 2026-05-27T05:18:36.063Z | Create boot environment: No |
| 148 | 2026-05-27T05:18:36.064Z | Create backup boot environment: No |
| 149 | 2026-05-27T05:18:36.119Z | Finalize: Updating package state database ... Done |
| 150 | 2026-05-27T05:18:36.119Z | Finalize: Updating package cache ... Done |
| 151 | 2026-05-27T05:18:36.133Z | Finalize: Updating image state ... Done |
| 152 | 2026-05-27T05:18:38.069Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-05-27T05:18:38.127Z | Finalize: Reading search index ... Done |
| 154 | 2026-05-27T05:18:38.131Z | Finalize: Updating search index ... Done |
| 155 | 2026-05-27T05:18:38.220Z | Finalize: Updating package cache ... Done |
| 156 | 2026-05-27T05:18:38.505Z | Planning: Evaluating mediator changes ... Done |
| 157 | 2026-05-27T05:18:38.609Z | Planning: Checking for conflicting actions ... Done |
| 158 | 2026-05-27T05:18:38.612Z | Planning: Consolidating action changes ... Done |
| 159 | 2026-05-27T05:18:38.767Z | Planning: Evaluating mediators ... Done |
| 160 | 2026-05-27T05:18:38.770Z | Planning: Planning completed in 0.26 seconds |
| 161 | 2026-05-27T05:18:38.791Z | Mediators to change: 1 |
| 162 | 2026-05-27T05:18:38.791Z | Create boot environment: No |
| 163 | 2026-05-27T05:18:38.791Z | Create backup boot environment: No |
| 164 | 2026-05-27T05:18:38.853Z | Finalize: Updating package state database ... Done |
| 165 | 2026-05-27T05:18:38.853Z | Finalize: Updating package cache ... Done |
| 166 | 2026-05-27T05:18:38.865Z | Finalize: Updating image state ... Done |
| 167 | 2026-05-27T05:18:40.801Z | Finalize: Creating fast lookup database ... Done |
| 168 | 2026-05-27T05:18:40.866Z | Finalize: Reading search index ... Done |
| 169 | 2026-05-27T05:18:40.870Z | Finalize: Updating search index ... Done |
| 170 | 2026-05-27T05:18:40.945Z | Finalize: Updating package cache ... Done |
| 171 | 2026-05-27T05:18:41.258Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 172 | 2026-05-27T05:18:41.258Z | apache system 2.4 system |
| 173 | 2026-05-27T05:18:41.258Z | clang system 15 system |
| 174 | 2026-05-27T05:18:41.258Z | csh system system illumos |
| 175 | 2026-05-27T05:18:41.258Z | ctags system system illumos |
| 176 | 2026-05-27T05:18:41.258Z | file vendor vendor darwinsys |
| 177 | 2026-05-27T05:18:41.258Z | file system system illumos |
| 178 | 2026-05-27T05:18:41.258Z | gcc vendor 14 vendor |
| 179 | 2026-05-27T05:18:41.258Z | gcc system 13 system |
| 180 | 2026-05-27T05:18:41.258Z | gcc system 10 system |
| 181 | 2026-05-27T05:18:41.258Z | go system 1.25 system |
| 182 | 2026-05-27T05:18:41.258Z | llvm system 15 system |
| 183 | 2026-05-27T05:18:41.258Z | mariadb system 11.4 system |
| 184 | 2026-05-27T05:18:41.258Z | mta vendor vendor dma |
| 185 | 2026-05-27T05:18:41.258Z | openjdk system 17 system |
| 186 | 2026-05-27T05:18:41.258Z | openjdk system 11 system |
| 187 | 2026-05-27T05:18:41.258Z | openssl vendor 3 vendor |
| 188 | 2026-05-27T05:18:41.258Z | perl system 5.40 system |
| 189 | 2026-05-27T05:18:41.258Z | postgresql system 18 system |
| 190 | 2026-05-27T05:18:41.258Z | postgresql system 17 system |
| 191 | 2026-05-27T05:18:41.258Z | python vendor 3 vendor |
| 192 | 2026-05-27T05:18:41.258Z | python system 2 system |
| 193 | 2026-05-27T05:18:41.258Z | python3 vendor 3.13 vendor |
| 194 | 2026-05-27T05:18:41.258Z | ruby system 3.4 system |
| 195 | 2026-05-27T05:18:41.258Z | ruby system 3.0 system |
| 196 | 2026-05-27T05:18:41.258Z | words vendor vendor american-english |
| 197 | 2026-05-27T05:18:41.258Z | words system system australian-english |
| 198 | 2026-05-27T05:18:41.258Z | words system system british-english |
| 199 | 2026-05-27T05:18:41.258Z | words system system canadian-english |
| 200 | 2026-05-27T05:18:41.258Z | words system system french |
| 201 | 2026-05-27T05:18:41.258Z | words system system italian |
| 202 | 2026-05-27T05:18:41.258Z | words system system ngerman |
| 203 | 2026-05-27T05:18:41.259Z | words system system ogerman |
| 204 | 2026-05-27T05:18:41.259Z | words system system spanish |
| 205 | 2026-05-27T05:18:41.514Z | PUBLISHER TYPE STATUS P LOCATION |
| 206 | 2026-05-27T05:18:41.514Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 207 | 2026-05-27T05:18:41.788Z | FMRI IFO |
| 208 | 2026-05-27T05:18:41.788Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 209 | 2026-05-27T05:18:41.788Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 210 | 2026-05-27T05:18:41.788Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 211 | 2026-05-27T05:18:41.789Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 212 | 2026-05-27T05:18:41.789Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 213 | 2026-05-27T05:18:41.789Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 214 | 2026-05-27T05:18:41.789Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 215 | 2026-05-27T05:18:41.789Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 216 | 2026-05-27T05:18:41.789Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 217 | 2026-05-27T05:18:42.038Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 218 | 2026-05-27T05:18:42.296Z | Updating crates.io index |
| 219 | 2026-05-27T05:18:42.330Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 220 | 2026-05-27T05:18:43.041Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 221 | 2026-05-27T05:18:43.353Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 222 | 2026-05-27T05:18:43.754Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 223 | 2026-05-27T05:18:44.850Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 224 | 2026-05-27T05:18:45.306Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 225 | 2026-05-27T05:18:47.097Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 226 | 2026-05-27T05:18:47.879Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 227 | 2026-05-27T05:18:48.262Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 228 | 2026-05-27T05:18:49.088Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 229 | 2026-05-27T05:18:49.383Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 230 | 2026-05-27T05:18:49.844Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 231 | 2026-05-27T05:18:50.106Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 232 | 2026-05-27T05:18:51.090Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 233 | 2026-05-27T05:18:51.567Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 234 | 2026-05-27T05:18:51.899Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 235 | 2026-05-27T05:18:52.117Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 236 | 2026-05-27T05:18:52.601Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 237 | 2026-05-27T05:18:52.917Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 238 | 2026-05-27T05:18:53.245Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 239 | 2026-05-27T05:18:53.499Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 240 | 2026-05-27T05:18:53.764Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 241 | 2026-05-27T05:18:54.161Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 242 | 2026-05-27T05:18:54.522Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 243 | 2026-05-27T05:18:54.848Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 244 | 2026-05-27T05:18:55.255Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 245 | 2026-05-27T05:18:55.592Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 246 | 2026-05-27T05:18:55.901Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 247 | 2026-05-27T05:18:56.206Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 248 | 2026-05-27T05:18:57.108Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 249 | 2026-05-27T05:18:57.891Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 250 | 2026-05-27T05:18:58.156Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 251 | 2026-05-27T05:18:58.609Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 252 | 2026-05-27T05:18:58.865Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 253 | 2026-05-27T05:18:59.162Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 254 | 2026-05-27T05:18:59.655Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 255 | 2026-05-27T05:18:59.914Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 256 | 2026-05-27T05:19:00.164Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 257 | 2026-05-27T05:19:00.418Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 258 | 2026-05-27T05:19:00.781Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 259 | 2026-05-27T05:19:12.612Z | Downloading crates ... |
| 260 | 2026-05-27T05:19:12.661Z | Downloaded heck v0.4.1 |
| 261 | 2026-05-27T05:19:12.665Z | Downloaded smallvec v1.15.1 |
| 262 | 2026-05-27T05:19:12.669Z | Downloaded anstream v0.6.21 |
| 263 | 2026-05-27T05:19:12.672Z | Downloaded anstyle v1.0.13 |
| 264 | 2026-05-27T05:19:12.679Z | Downloaded zerofrom v0.1.6 |
| 265 | 2026-05-27T05:19:12.682Z | Downloaded dof v0.3.0 |
| 266 | 2026-05-27T05:19:12.682Z | Downloaded form_urlencoded v1.2.2 |
| 267 | 2026-05-27T05:19:12.686Z | Downloaded toml_datetime v0.6.11 |
| 268 | 2026-05-27T05:19:12.686Z | Downloaded heck v0.5.0 |
| 269 | 2026-05-27T05:19:12.686Z | Downloaded serde_spanned v0.6.9 |
| 270 | 2026-05-27T05:19:12.686Z | Downloaded displaydoc v0.2.5 |
| 271 | 2026-05-27T05:19:12.691Z | Downloaded tinystr v0.8.2 |
| 272 | 2026-05-27T05:19:12.691Z | Downloaded yoke-derive v0.8.1 |
| 273 | 2026-05-27T05:19:12.691Z | Downloaded yoke v0.8.1 |
| 274 | 2026-05-27T05:19:12.695Z | Downloaded typeid v1.0.3 |
| 275 | 2026-05-27T05:19:12.695Z | Downloaded utf8_iter v1.0.4 |
| 276 | 2026-05-27T05:19:12.695Z | Downloaded cpufeatures v0.2.17 |
| 277 | 2026-05-27T05:19:12.695Z | Downloaded num-traits v0.2.19 |
| 278 | 2026-05-27T05:19:12.695Z | Downloaded zerofrom-derive v0.1.6 |
| 279 | 2026-05-27T05:19:12.695Z | Downloaded usdt v0.5.0 |
| 280 | 2026-05-27T05:19:12.698Z | Downloaded thread-id v4.2.2 |
| 281 | 2026-05-27T05:19:12.698Z | Downloaded version_check v0.9.5 |
| 282 | 2026-05-27T05:19:12.698Z | Downloaded cargo-util-schemas v0.8.2 |
| 283 | 2026-05-27T05:19:12.698Z | Downloaded scroll_derive v0.12.1 |
| 284 | 2026-05-27T05:19:12.701Z | Downloaded generic-array v0.14.7 |
| 285 | 2026-05-27T05:19:12.701Z | Downloaded usdt-macro v0.5.0 |
| 286 | 2026-05-27T05:19:12.701Z | Downloaded unicode-linebreak v0.1.5 |
| 287 | 2026-05-27T05:19:12.701Z | Downloaded digest v0.10.7 |
| 288 | 2026-05-27T05:19:12.705Z | Downloaded smawk v0.3.2 |
| 289 | 2026-05-27T05:19:12.705Z | Downloaded cargo_metadata v0.21.0 |
| 290 | 2026-05-27T05:19:12.705Z | Downloaded pretty-hex v0.4.1 |
| 291 | 2026-05-27T05:19:12.705Z | Downloaded unicode-xid v0.2.6 |
| 292 | 2026-05-27T05:19:12.708Z | Downloaded utf8parse v0.2.2 |
| 293 | 2026-05-27T05:19:12.708Z | Downloaded pest_generator v2.8.6 |
| 294 | 2026-05-27T05:19:12.708Z | Downloaded strsim v0.11.1 |
| 295 | 2026-05-27T05:19:12.708Z | Downloaded stable_deref_trait v1.2.1 |
| 296 | 2026-05-27T05:19:12.708Z | Downloaded itoa v1.0.17 |
| 297 | 2026-05-27T05:19:12.711Z | Downloaded thiserror v1.0.69 |
| 298 | 2026-05-27T05:19:12.711Z | Downloaded proc-macro-error-attr v1.0.4 |
| 299 | 2026-05-27T05:19:12.714Z | Downloaded proc-macro-error v1.0.4 |
| 300 | 2026-05-27T05:19:12.714Z | Downloaded fastrand v2.3.0 |
| 301 | 2026-05-27T05:19:12.714Z | Downloaded idna_adapter v1.2.1 |
| 302 | 2026-05-27T05:19:12.717Z | Downloaded usdt-attr-macro v0.5.0 |
| 303 | 2026-05-27T05:19:12.717Z | Downloaded toml_write v0.1.2 |
| 304 | 2026-05-27T05:19:12.720Z | Downloaded clap_derive v4.5.55 |
| 305 | 2026-05-27T05:19:12.725Z | Downloaded equivalent v1.0.2 |
| 306 | 2026-05-27T05:19:12.725Z | Downloaded zerovec-derive v0.11.2 |
| 307 | 2026-05-27T05:19:12.728Z | Downloaded plain v0.2.3 |
| 308 | 2026-05-27T05:19:12.728Z | Downloaded writeable v0.6.2 |
| 309 | 2026-05-27T05:19:12.728Z | Downloaded fs-err v3.3.0 |
| 310 | 2026-05-27T05:19:12.728Z | Downloaded errno v0.3.14 |
| 311 | 2026-05-27T05:19:12.728Z | Downloaded thiserror v2.0.18 |
| 312 | 2026-05-27T05:19:12.733Z | Downloaded zmij v1.0.21 |
| 313 | 2026-05-27T05:19:12.736Z | Downloaded block-buffer v0.10.4 |
| 314 | 2026-05-27T05:19:12.739Z | Downloaded thiserror-impl v2.0.18 |
| 315 | 2026-05-27T05:19:12.739Z | Downloaded dtrace-parser v0.2.0 |
| 316 | 2026-05-27T05:19:12.742Z | Downloaded usdt-impl v0.5.0 |
| 317 | 2026-05-27T05:19:12.742Z | Downloaded toml v0.8.23 |
| 318 | 2026-05-27T05:19:12.745Z | Downloaded clap_lex v1.0.0 |
| 319 | 2026-05-27T05:19:12.745Z | Downloaded ucd-trie v0.1.7 |
| 320 | 2026-05-27T05:19:12.745Z | Downloaded memmap v0.7.0 |
| 321 | 2026-05-27T05:19:12.748Z | Downloaded macaddr v1.0.1 |
| 322 | 2026-05-27T05:19:12.748Z | Downloaded serde-untagged v0.1.9 |
| 323 | 2026-05-27T05:19:12.748Z | Downloaded thiserror-impl v1.0.69 |
| 324 | 2026-05-27T05:19:12.751Z | Downloaded anstyle-query v1.1.5 |
| 325 | 2026-05-27T05:19:12.754Z | Downloaded fnv v1.0.7 |
| 326 | 2026-05-27T05:19:12.754Z | Downloaded percent-encoding v2.3.2 |
| 327 | 2026-05-27T05:19:12.754Z | Downloaded zerocopy-derive v0.7.35 |
| 328 | 2026-05-27T05:19:12.758Z | Downloaded is_terminal_polyfill v1.70.2 |
| 329 | 2026-05-27T05:19:12.758Z | Downloaded unicode-ident v1.0.24 |
| 330 | 2026-05-27T05:19:12.763Z | Downloaded textwrap v0.16.2 |
| 331 | 2026-05-27T05:19:12.766Z | Downloaded crypto-common v0.1.7 |
| 332 | 2026-05-27T05:19:12.766Z | Downloaded zerotrie v0.2.3 |
| 333 | 2026-05-27T05:19:12.769Z | Downloaded swrite v0.1.0 |
| 334 | 2026-05-27T05:19:12.769Z | Downloaded cfg-if v1.0.4 |
| 335 | 2026-05-27T05:19:12.770Z | Downloaded terminal_size v0.4.3 |
| 336 | 2026-05-27T05:19:12.770Z | Downloaded potential_utf v0.1.4 |
| 337 | 2026-05-27T05:19:12.770Z | Downloaded typenum v1.19.0 |
| 338 | 2026-05-27T05:19:12.774Z | Downloaded cargo-platform v0.2.0 |
| 339 | 2026-05-27T05:19:12.777Z | Downloaded tabled_derive v0.7.0 |
| 340 | 2026-05-27T05:19:12.777Z | Downloaded toml_edit v0.22.27 |
| 341 | 2026-05-27T05:19:12.780Z | Downloaded url v2.5.8 |
| 342 | 2026-05-27T05:19:12.783Z | Downloaded serde-value v0.7.0 |
| 343 | 2026-05-27T05:19:12.787Z | Downloaded ordered-float v2.10.1 |
| 344 | 2026-05-27T05:19:12.787Z | Downloaded zerovec v0.11.5 |
| 345 | 2026-05-27T05:19:12.790Z | Downloaded cargo_toml v0.21.0 |
| 346 | 2026-05-27T05:19:12.790Z | Downloaded anstyle-parse v0.2.7 |
| 347 | 2026-05-27T05:19:12.793Z | Downloaded colorchoice v1.0.4 |
| 348 | 2026-05-27T05:19:12.796Z | Downloaded zerocopy v0.7.35 |
| 349 | 2026-05-27T05:19:12.803Z | Downloaded synstructure v0.13.2 |
| 350 | 2026-05-27T05:19:12.806Z | Downloaded winnow v0.7.14 |
| 351 | 2026-05-27T05:19:12.809Z | Downloaded sha2 v0.10.9 |
| 352 | 2026-05-27T05:19:12.812Z | Downloaded scroll v0.12.0 |
| 353 | 2026-05-27T05:19:12.812Z | Downloaded icu_normalizer v2.1.1 |
| 354 | 2026-05-27T05:19:12.815Z | Downloaded unicode-width v0.2.0 |
| 355 | 2026-05-27T05:19:12.818Z | Downloaded unicode-width v0.1.14 |
| 356 | 2026-05-27T05:19:12.822Z | Downloaded serde_tokenstream v0.2.3 |
| 357 | 2026-05-27T05:19:12.822Z | Downloaded camino-tempfile v1.4.1 |
| 358 | 2026-05-27T05:19:12.822Z | Downloaded bytecount v0.6.9 |
| 359 | 2026-05-27T05:19:12.825Z | Downloaded byteorder v1.5.0 |
| 360 | 2026-05-27T05:19:12.838Z | Downloaded erased-serde v0.4.9 |
| 361 | 2026-05-27T05:19:12.841Z | Downloaded anyhow v1.0.102 |
| 362 | 2026-05-27T05:19:12.844Z | Downloaded semver v1.0.28 |
| 363 | 2026-05-27T05:19:12.847Z | Downloaded quote v1.0.45 |
| 364 | 2026-05-27T05:19:12.852Z | Downloaded camino v1.2.2 |
| 365 | 2026-05-27T05:19:12.852Z | Downloaded bitflags v2.11.0 |
| 366 | 2026-05-27T05:19:12.856Z | Downloaded tempfile v3.25.0 |
| 367 | 2026-05-27T05:19:12.860Z | Downloaded once_cell v1.21.3 |
| 368 | 2026-05-27T05:19:12.860Z | Downloaded litemap v0.8.1 |
| 369 | 2026-05-27T05:19:12.863Z | Downloaded autocfg v1.5.0 |
| 370 | 2026-05-27T05:19:12.866Z | Downloaded pest_derive v2.8.6 |
| 371 | 2026-05-27T05:19:12.869Z | Downloaded serde_core v1.0.228 |
| 372 | 2026-05-27T05:19:12.869Z | Downloaded log v0.4.29 |
| 373 | 2026-05-27T05:19:12.877Z | Downloaded serde_derive v1.0.228 |
| 374 | 2026-05-27T05:19:12.877Z | Downloaded icu_provider v2.1.1 |
| 375 | 2026-05-27T05:19:12.877Z | Downloaded proc-macro2 v1.0.106 |
| 376 | 2026-05-27T05:19:12.877Z | Downloaded indexmap v2.14.0 |
| 377 | 2026-05-27T05:19:12.881Z | Downloaded clap v4.5.60 |
| 378 | 2026-05-27T05:19:12.884Z | Downloaded icu_properties v2.1.2 |
| 379 | 2026-05-27T05:19:12.887Z | Downloaded getrandom v0.4.1 |
| 380 | 2026-05-27T05:19:12.887Z | Downloaded icu_normalizer_data v2.1.1 |
| 381 | 2026-05-27T05:19:12.893Z | Downloaded papergrid v0.11.0 |
| 382 | 2026-05-27T05:19:12.896Z | Downloaded icu_locale_core v2.1.1 |
| 383 | 2026-05-27T05:19:12.901Z | Downloaded pest_meta v2.8.6 |
| 384 | 2026-05-27T05:19:12.904Z | Downloaded memchr v2.8.0 |
| 385 | 2026-05-27T05:19:12.907Z | Downloaded serde v1.0.228 |
| 386 | 2026-05-27T05:19:12.913Z | Downloaded icu_collections v2.1.1 |
| 387 | 2026-05-27T05:19:12.947Z | Downloaded pest v2.8.6 |
| 388 | 2026-05-27T05:19:12.967Z | Downloaded icu_properties_data v2.1.2 |
| 389 | 2026-05-27T05:19:12.974Z | Downloaded idna v1.1.0 |
| 390 | 2026-05-27T05:19:12.978Z | Downloaded hashbrown v0.17.0 |
| 391 | 2026-05-27T05:19:12.978Z | Downloaded serde_json v1.0.149 |
| 392 | 2026-05-27T05:19:13.031Z | Downloaded clap_builder v4.5.60 |
| 393 | 2026-05-27T05:19:13.032Z | Downloaded goblin v0.8.2 |
| 394 | 2026-05-27T05:19:13.032Z | Downloaded tabled v0.15.0 |
| 395 | 2026-05-27T05:19:13.032Z | Downloaded syn v1.0.109 |
| 396 | 2026-05-27T05:19:13.032Z | Downloaded rustix v1.1.3 |
| 397 | 2026-05-27T05:19:13.032Z | Downloaded syn v2.0.117 |
| 398 | 2026-05-27T05:19:13.047Z | Downloaded libc v0.2.185 |
| 399 | 2026-05-27T05:19:13.113Z | Compiling proc-macro2 v1.0.106 |
| 400 | 2026-05-27T05:19:13.113Z | Compiling unicode-ident v1.0.24 |
| 401 | 2026-05-27T05:19:13.114Z | Compiling quote v1.0.45 |
| 402 | 2026-05-27T05:19:13.118Z | Compiling serde_core v1.0.228 |
| 403 | 2026-05-27T05:19:13.118Z | Compiling libc v0.2.185 |
| 404 | 2026-05-27T05:19:13.118Z | Compiling version_check v0.9.5 |
| 405 | 2026-05-27T05:19:13.118Z | Compiling memchr v2.8.0 |
| 406 | 2026-05-27T05:19:13.118Z | Compiling stable_deref_trait v1.2.1 |
| 407 | 2026-05-27T05:19:13.118Z | Compiling serde v1.0.228 |
| 408 | 2026-05-27T05:19:13.118Z | Compiling zmij v1.0.21 |
| 409 | 2026-05-27T05:19:13.301Z | Compiling autocfg v1.5.0 |
| 410 | 2026-05-27T05:19:13.310Z | Compiling ucd-trie v0.1.7 |
| 411 | 2026-05-27T05:19:13.313Z | Compiling itoa v1.0.17 |
| 412 | 2026-05-27T05:19:13.387Z | Compiling thiserror v1.0.69 |
| 413 | 2026-05-27T05:19:13.390Z | Compiling litemap v0.8.1 |
| 414 | 2026-05-27T05:19:13.495Z | Compiling writeable v0.6.2 |
| 415 | 2026-05-27T05:19:13.582Z | Compiling icu_properties_data v2.1.2 |
| 416 | 2026-05-27T05:19:13.582Z | Compiling rustix v1.1.3 |
| 417 | 2026-05-27T05:19:13.756Z | Compiling byteorder v1.5.0 |
| 418 | 2026-05-27T05:19:13.791Z | Compiling icu_normalizer_data v2.1.1 |
| 419 | 2026-05-27T05:19:13.794Z | Compiling bitflags v2.11.0 |
| 420 | 2026-05-27T05:19:13.846Z | Compiling pest v2.8.6 |
| 421 | 2026-05-27T05:19:13.916Z | Compiling serde_json v1.0.149 |
| 422 | 2026-05-27T05:19:13.989Z | Compiling num-traits v0.2.19 |
| 423 | 2026-05-27T05:19:14.043Z | Compiling smallvec v1.15.1 |
| 424 | 2026-05-27T05:19:14.078Z | Compiling typeid v1.0.3 |
| 425 | 2026-05-27T05:19:14.151Z | Compiling equivalent v1.0.2 |
| 426 | 2026-05-27T05:19:14.189Z | Compiling hashbrown v0.17.0 |
| 427 | 2026-05-27T05:19:14.207Z | Compiling errno v0.3.14 |
| 428 | 2026-05-27T05:19:14.295Z | Compiling thread-id v4.2.2 |
| 429 | 2026-05-27T05:19:14.301Z | Compiling proc-macro-error-attr v1.0.4 |
| 430 | 2026-05-27T05:19:14.301Z | Compiling usdt-impl v0.5.0 |
| 431 | 2026-05-27T05:19:14.366Z | Compiling winnow v0.7.14 |
| 432 | 2026-05-27T05:19:14.366Z | Compiling toml_write v0.1.2 |
| 433 | 2026-05-27T05:19:14.370Z | Compiling erased-serde v0.4.9 |
| 434 | 2026-05-27T05:19:14.370Z | Compiling syn v1.0.109 |
| 435 | 2026-05-27T05:19:14.456Z | Compiling proc-macro-error v1.0.4 |
| 436 | 2026-05-27T05:19:14.636Z | Compiling getrandom v0.4.1 |
| 437 | 2026-05-27T05:19:14.655Z | Compiling utf8parse v0.2.2 |
| 438 | 2026-05-27T05:19:14.683Z | Compiling log v0.4.29 |
| 439 | 2026-05-27T05:19:14.725Z | Compiling indexmap v2.14.0 |
| 440 | 2026-05-27T05:19:14.748Z | Compiling utf8_iter v1.0.4 |
| 441 | 2026-05-27T05:19:14.765Z | Compiling percent-encoding v2.3.2 |
| 442 | 2026-05-27T05:19:14.797Z | Compiling syn v2.0.117 |
| 443 | 2026-05-27T05:19:14.832Z | Compiling plain v0.2.3 |
| 444 | 2026-05-27T05:19:14.873Z | Compiling camino v1.2.2 |
| 445 | 2026-05-27T05:19:14.892Z | Compiling thiserror v2.0.18 |
| 446 | 2026-05-27T05:19:14.907Z | Compiling pest_meta v2.8.6 |
| 447 | 2026-05-27T05:19:14.926Z | Compiling form_urlencoded v1.2.2 |
| 448 | 2026-05-27T05:19:14.983Z | Compiling anstyle-parse v0.2.7 |
| 449 | 2026-05-27T05:19:15.146Z | Compiling ordered-float v2.10.1 |
| 450 | 2026-05-27T05:19:15.183Z | Compiling colorchoice v1.0.4 |
| 451 | 2026-05-27T05:19:15.186Z | Compiling is_terminal_polyfill v1.70.2 |
| 452 | 2026-05-27T05:19:15.219Z | Compiling anstyle-query v1.1.5 |
| 453 | 2026-05-27T05:19:15.295Z | Compiling anstyle v1.0.13 |
| 454 | 2026-05-27T05:19:15.316Z | Compiling cfg-if v1.0.4 |
| 455 | 2026-05-27T05:19:15.336Z | Compiling terminal_size v0.4.3 |
| 456 | 2026-05-27T05:19:15.356Z | Compiling pretty-hex v0.4.1 |
| 457 | 2026-05-27T05:19:15.393Z | Compiling fs-err v3.3.0 |
| 458 | 2026-05-27T05:19:15.451Z | Compiling fnv v1.0.7 |
| 459 | 2026-05-27T05:19:15.486Z | Compiling anstream v0.6.21 |
| 460 | 2026-05-27T05:19:15.505Z | Compiling bytecount v0.6.9 |
| 461 | 2026-05-27T05:19:15.522Z | Compiling strsim v0.11.1 |
| 462 | 2026-05-27T05:19:15.541Z | Compiling fastrand v2.3.0 |
| 463 | 2026-05-27T05:19:15.558Z | Compiling anyhow v1.0.102 |
| 464 | 2026-05-27T05:19:15.576Z | Compiling heck v0.5.0 |
| 465 | 2026-05-27T05:19:15.613Z | Compiling heck v0.4.1 |
| 466 | 2026-05-27T05:19:15.632Z | Compiling unicode-width v0.1.14 |
| 467 | 2026-05-27T05:19:15.649Z | Compiling once_cell v1.21.3 |
| 468 | 2026-05-27T05:19:15.670Z | Compiling clap_lex v1.0.0 |
| 469 | 2026-05-27T05:19:15.928Z | Compiling semver v1.0.28 |
| 470 | 2026-05-27T05:19:15.932Z | Compiling unicode-xid v0.2.6 |
| 471 | 2026-05-27T05:19:15.932Z | Compiling papergrid v0.11.0 |
| 472 | 2026-05-27T05:19:15.932Z | Compiling clap_builder v4.5.60 |
| 473 | 2026-05-27T05:19:16.024Z | Compiling tempfile v3.25.0 |
| 474 | 2026-05-27T05:19:16.027Z | Compiling memmap v0.7.0 |
| 475 | 2026-05-27T05:19:16.178Z | Compiling unicode-linebreak v0.1.5 |
| 476 | 2026-05-27T05:19:16.202Z | Compiling unicode-width v0.2.0 |
| 477 | 2026-05-27T05:19:16.250Z | Compiling smawk v0.3.2 |
| 478 | 2026-05-27T05:19:16.346Z | Compiling serde-untagged v0.1.9 |
| 479 | 2026-05-27T05:19:16.400Z | Compiling camino-tempfile v1.4.1 |
| 480 | 2026-05-27T05:19:16.440Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 481 | 2026-05-27T05:19:16.458Z | Compiling textwrap v0.16.2 |
| 482 | 2026-05-27T05:19:16.495Z | Compiling swrite v0.1.0 |
| 483 | 2026-05-27T05:19:16.801Z | Compiling tabled_derive v0.7.0 |
| 484 | 2026-05-27T05:19:17.371Z | Compiling synstructure v0.13.2 |
| 485 | 2026-05-27T05:19:17.371Z | Compiling pest_generator v2.8.6 |
| 486 | 2026-05-27T05:19:17.465Z | Compiling tabled v0.15.0 |
| 487 | 2026-05-27T05:19:17.907Z | Compiling serde_derive v1.0.228 |
| 488 | 2026-05-27T05:19:17.910Z | Compiling zerofrom-derive v0.1.6 |
| 489 | 2026-05-27T05:19:17.911Z | Compiling yoke-derive v0.8.1 |
| 490 | 2026-05-27T05:19:17.911Z | Compiling zerovec-derive v0.11.2 |
| 491 | 2026-05-27T05:19:17.911Z | Compiling displaydoc v0.2.5 |
| 492 | 2026-05-27T05:19:17.911Z | Compiling thiserror-impl v1.0.69 |
| 493 | 2026-05-27T05:19:17.959Z | Compiling zerocopy-derive v0.7.35 |
| 494 | 2026-05-27T05:19:17.976Z | Compiling scroll_derive v0.12.1 |
| 495 | 2026-05-27T05:19:17.992Z | Compiling thiserror-impl v2.0.18 |
| 496 | 2026-05-27T05:19:18.010Z | Compiling clap_derive v4.5.55 |
| 497 | 2026-05-27T05:19:18.062Z | Compiling pest_derive v2.8.6 |
| 498 | 2026-05-27T05:19:18.656Z | Compiling scroll v0.12.0 |
| 499 | 2026-05-27T05:19:18.780Z | Compiling zerocopy v0.7.35 |
| 500 | 2026-05-27T05:19:18.875Z | Compiling goblin v0.8.2 |
| 501 | 2026-05-27T05:19:18.893Z | Compiling zerofrom v0.1.6 |
| 502 | 2026-05-27T05:19:19.004Z | Compiling yoke v0.8.1 |
| 503 | 2026-05-27T05:19:19.076Z | Compiling dtrace-parser v0.2.0 |
| 504 | 2026-05-27T05:19:19.160Z | Compiling zerovec v0.11.5 |
| 505 | 2026-05-27T05:19:19.160Z | Compiling zerotrie v0.2.3 |
| 506 | 2026-05-27T05:19:19.384Z | Compiling clap v4.5.60 |
| 507 | 2026-05-27T05:19:19.611Z | Compiling tinystr v0.8.2 |
| 508 | 2026-05-27T05:19:19.611Z | Compiling potential_utf v0.1.4 |
| 509 | 2026-05-27T05:19:19.718Z | Compiling icu_collections v2.1.1 |
| 510 | 2026-05-27T05:19:19.771Z | Compiling icu_locale_core v2.1.1 |
| 511 | 2026-05-27T05:19:20.297Z | Compiling icu_provider v2.1.1 |
| 512 | 2026-05-27T05:19:20.341Z | Compiling dof v0.3.0 |
| 513 | 2026-05-27T05:19:20.341Z | Compiling serde_tokenstream v0.2.3 |
| 514 | 2026-05-27T05:19:20.358Z | Compiling serde_spanned v0.6.9 |
| 515 | 2026-05-27T05:19:20.361Z | Compiling toml_datetime v0.6.11 |
| 516 | 2026-05-27T05:19:20.361Z | Compiling serde-value v0.7.0 |
| 517 | 2026-05-27T05:19:20.361Z | Compiling cargo-platform v0.2.0 |
| 518 | 2026-05-27T05:19:20.361Z | Compiling macaddr v1.0.1 |
| 519 | 2026-05-27T05:19:20.516Z | Compiling icu_properties v2.1.2 |
| 520 | 2026-05-27T05:19:20.516Z | Compiling icu_normalizer v2.1.1 |
| 521 | 2026-05-27T05:19:20.602Z | Compiling toml_edit v0.22.27 |
| 522 | 2026-05-27T05:19:21.090Z | Compiling usdt-macro v0.5.0 |
| 523 | 2026-05-27T05:19:21.093Z | Compiling usdt-attr-macro v0.5.0 |
| 524 | 2026-05-27T05:19:21.402Z | Compiling idna_adapter v1.2.1 |
| 525 | 2026-05-27T05:19:21.507Z | Compiling idna v1.1.0 |
| 526 | 2026-05-27T05:19:21.676Z | Compiling usdt v0.5.0 |
| 527 | 2026-05-27T05:19:21.764Z | Compiling url v2.5.8 |
| 528 | 2026-05-27T05:19:21.993Z | Compiling toml v0.8.23 |
| 529 | 2026-05-27T05:19:22.283Z | Compiling cargo-util-schemas v0.8.2 |
| 530 | 2026-05-27T05:19:22.288Z | Compiling cargo_toml v0.21.0 |
| 531 | 2026-05-27T05:19:23.046Z | Compiling cargo_metadata v0.21.0 |
| 532 | 2026-05-27T05:19:23.957Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 533 | 2026-05-27T05:19:26.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.18s |
| 534 | 2026-05-27T05:19:26.348Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 535 | 2026-05-27T05:19:26.874Z | Downloading crates ... |
| 536 | 2026-05-27T05:19:26.970Z | Downloaded atomic-waker v1.1.2 |
| 537 | 2026-05-27T05:19:26.976Z | Downloaded backoff v0.4.0 |
| 538 | 2026-05-27T05:19:26.979Z | Downloaded ahash v0.8.12 |
| 539 | 2026-05-27T05:19:26.983Z | Downloaded console v0.15.11 |
| 540 | 2026-05-27T05:19:26.986Z | Downloaded colored v3.1.1 |
| 541 | 2026-05-27T05:19:26.986Z | Downloaded crossbeam-epoch v0.9.18 |
| 542 | 2026-05-27T05:19:26.989Z | Downloaded crc32fast v1.5.0 |
| 543 | 2026-05-27T05:19:26.989Z | Downloaded async-stream v0.3.6 |
| 544 | 2026-05-27T05:19:26.992Z | Downloaded camino-tempfile-ext v0.3.3 |
| 545 | 2026-05-27T05:19:26.992Z | Downloaded float-ord v0.3.2 |
| 546 | 2026-05-27T05:19:26.992Z | Downloaded defmt v1.0.1 |
| 547 | 2026-05-27T05:19:26.995Z | Downloaded bitfield-struct v0.6.2 |
| 548 | 2026-05-27T05:19:26.995Z | Downloaded async-stream-impl v0.3.6 |
| 549 | 2026-05-27T05:19:26.998Z | Downloaded bit-vec v0.6.3 |
| 550 | 2026-05-27T05:19:26.998Z | Downloaded arrayref v0.3.9 |
| 551 | 2026-05-27T05:19:26.998Z | Downloaded defmt-macros v1.0.1 |
| 552 | 2026-05-27T05:19:27.002Z | Downloaded crossbeam-utils v0.8.21 |
| 553 | 2026-05-27T05:19:27.002Z | Downloaded darling_macro v0.23.0 |
| 554 | 2026-05-27T05:19:27.005Z | Downloaded debug-ignore v1.0.5 |
| 555 | 2026-05-27T05:19:27.005Z | Downloaded darling_macro v0.21.3 |
| 556 | 2026-05-27T05:19:27.005Z | Downloaded bcs v0.1.6 |
| 557 | 2026-05-27T05:19:27.009Z | Downloaded dof v0.4.0 |
| 558 | 2026-05-27T05:19:27.009Z | Downloaded aead v0.5.2 |
| 559 | 2026-05-27T05:19:27.009Z | Downloaded defmt v0.3.100 |
| 560 | 2026-05-27T05:19:27.009Z | Downloaded ascii-canvas v3.0.0 |
| 561 | 2026-05-27T05:19:27.009Z | Downloaded env_logger v0.11.9 |
| 562 | 2026-05-27T05:19:27.012Z | Downloaded bitfield v0.19.4 |
| 563 | 2026-05-27T05:19:27.012Z | Downloaded der_derive v0.7.3 |
| 564 | 2026-05-27T05:19:27.015Z | Downloaded data-encoding v2.10.0 |
| 565 | 2026-05-27T05:19:27.015Z | Downloaded colored v2.2.0 |
| 566 | 2026-05-27T05:19:27.018Z | Downloaded crc8 v0.1.1 |
| 567 | 2026-05-27T05:19:27.018Z | Downloaded bit-vec v0.8.0 |
| 568 | 2026-05-27T05:19:27.018Z | Downloaded crossbeam-deque v0.8.6 |
| 569 | 2026-05-27T05:19:27.018Z | Downloaded defmt-parser v1.0.0 |
| 570 | 2026-05-27T05:19:27.021Z | Downloaded arrayvec v0.7.6 |
| 571 | 2026-05-27T05:19:27.021Z | Downloaded critical-section v1.2.0 |
| 572 | 2026-05-27T05:19:27.025Z | Downloaded adler2 v2.0.1 |
| 573 | 2026-05-27T05:19:27.025Z | Downloaded async-recursion v1.1.1 |
| 574 | 2026-05-27T05:19:27.025Z | Downloaded atty v0.2.14 |
| 575 | 2026-05-27T05:19:27.029Z | Downloaded array-init v0.0.4 |
| 576 | 2026-05-27T05:19:27.029Z | Downloaded aes-gcm v0.10.3 |
| 577 | 2026-05-27T05:19:27.033Z | Downloaded curve25519-dalek v4.1.3 |
| 578 | 2026-05-27T05:19:27.039Z | Downloaded filetime v0.2.27 |
| 579 | 2026-05-27T05:19:27.045Z | Downloaded float-cmp v0.10.0 |
| 580 | 2026-05-27T05:19:27.045Z | Downloaded bit-set v0.8.0 |
| 581 | 2026-05-27T05:19:27.045Z | Downloaded fixedbitset v0.5.7 |
| 582 | 2026-05-27T05:19:27.045Z | Downloaded flagset v0.4.7 |
| 583 | 2026-05-27T05:19:27.048Z | Downloaded erased-serde v0.3.31 |
| 584 | 2026-05-27T05:19:27.049Z | Downloaded der v0.7.10 |
| 585 | 2026-05-27T05:19:27.049Z | Downloaded crossbeam-channel v0.5.15 |
| 586 | 2026-05-27T05:19:27.052Z | Downloaded embedded-io v0.6.1 |
| 587 | 2026-05-27T05:19:27.052Z | Downloaded embedded-io v0.4.0 |
| 588 | 2026-05-27T05:19:27.052Z | Downloaded dtrace-parser v0.3.0 |
| 589 | 2026-05-27T05:19:27.055Z | Downloaded base16ct v0.2.0 |
| 590 | 2026-05-27T05:19:27.055Z | Downloaded cstr-argument v0.1.2 |
| 591 | 2026-05-27T05:19:27.055Z | Downloaded crucible-workspace-hack v0.1.0 |
| 592 | 2026-05-27T05:19:27.055Z | Downloaded ciborium-io v0.2.2 |
| 593 | 2026-05-27T05:19:27.058Z | Downloaded endian-type v0.1.2 |
| 594 | 2026-05-27T05:19:27.058Z | Downloaded darling_macro v0.20.11 |
| 595 | 2026-05-27T05:19:27.058Z | Downloaded dyn-clone v1.0.20 |
| 596 | 2026-05-27T05:19:27.061Z | Downloaded document-features v0.2.12 |
| 597 | 2026-05-27T05:19:27.061Z | Downloaded async-bb8-diesel v0.2.1 |
| 598 | 2026-05-27T05:19:27.061Z | Downloaded bitflags v1.3.2 |
| 599 | 2026-05-27T05:19:27.065Z | Downloaded darling_macro v0.13.4 |
| 600 | 2026-05-27T05:19:27.065Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 601 | 2026-05-27T05:19:27.065Z | Downloaded display-error-chain v0.2.2 |
| 602 | 2026-05-27T05:19:27.068Z | Downloaded downcast-rs v2.0.2 |
| 603 | 2026-05-27T05:19:27.068Z | Downloaded cpufeatures v0.3.0 |
| 604 | 2026-05-27T05:19:27.068Z | Downloaded convert_case v0.10.0 |
| 605 | 2026-05-27T05:19:27.071Z | Downloaded cexpr v0.6.0 |
| 606 | 2026-05-27T05:19:27.071Z | Downloaded bitfield-macros v0.19.4 |
| 607 | 2026-05-27T05:19:27.071Z | Downloaded cobs v0.3.0 |
| 608 | 2026-05-27T05:19:27.078Z | Downloaded base64ct v1.8.3 |
| 609 | 2026-05-27T05:19:27.078Z | Downloaded compression-core v0.4.31 |
| 610 | 2026-05-27T05:19:27.078Z | Downloaded ciborium-ll v0.2.2 |
| 611 | 2026-05-27T05:19:27.081Z | Downloaded block-padding v0.3.3 |
| 612 | 2026-05-27T05:19:27.081Z | Downloaded async-trait v0.1.89 |
| 613 | 2026-05-27T05:19:27.081Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 614 | 2026-05-27T05:19:27.081Z | Downloaded fd-lock v4.0.4 |
| 615 | 2026-05-27T05:19:27.081Z | Downloaded cargo-platform v0.3.2 |
| 616 | 2026-05-27T05:19:27.085Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 617 | 2026-05-27T05:19:27.085Z | Downloaded atomicwrites v0.4.4 |
| 618 | 2026-05-27T05:19:27.085Z | Downloaded dirs-next v2.0.0 |
| 619 | 2026-05-27T05:19:27.085Z | Downloaded crunchy v0.2.4 |
| 620 | 2026-05-27T05:19:27.085Z | Downloaded dsl_auto_type v0.2.0 |
| 621 | 2026-05-27T05:19:27.088Z | Downloaded dunce v1.0.5 |
| 622 | 2026-05-27T05:19:27.088Z | Downloaded dirs-sys-next v0.1.2 |
| 623 | 2026-05-27T05:19:27.088Z | Downloaded difflib v0.4.0 |
| 624 | 2026-05-27T05:19:27.088Z | Downloaded convert_case v0.4.0 |
| 625 | 2026-05-27T05:19:27.092Z | Downloaded cfg_aliases v0.1.1 |
| 626 | 2026-05-27T05:19:27.092Z | Downloaded cfg_aliases v0.2.1 |
| 627 | 2026-05-27T05:19:27.092Z | Downloaded assert_matches v1.5.0 |
| 628 | 2026-05-27T05:19:27.092Z | Downloaded bit-set v0.5.3 |
| 629 | 2026-05-27T05:19:27.095Z | Downloaded foreign-types v0.3.2 |
| 630 | 2026-05-27T05:19:27.095Z | Downloaded foreign-types-shared v0.1.1 |
| 631 | 2026-05-27T05:19:27.095Z | Downloaded funty v2.0.0 |
| 632 | 2026-05-27T05:19:27.095Z | Downloaded enum-as-inner v0.6.1 |
| 633 | 2026-05-27T05:19:27.098Z | Downloaded ghash v0.5.1 |
| 634 | 2026-05-27T05:19:27.098Z | Downloaded futures-sink v0.3.32 |
| 635 | 2026-05-27T05:19:27.098Z | Downloaded foreign-types-macros v0.2.3 |
| 636 | 2026-05-27T05:19:27.098Z | Downloaded foreign-types v0.5.0 |
| 637 | 2026-05-27T05:19:27.098Z | Downloaded futures-core v0.3.32 |
| 638 | 2026-05-27T05:19:27.102Z | Downloaded foreign-types-shared v0.3.1 |
| 639 | 2026-05-27T05:19:27.102Z | Downloaded const_format_proc_macros v0.2.34 |
| 640 | 2026-05-27T05:19:27.102Z | Downloaded castaway v0.2.4 |
| 641 | 2026-05-27T05:19:27.107Z | Downloaded buf-list v1.1.2 |
| 642 | 2026-05-27T05:19:27.107Z | Downloaded ff v0.13.1 |
| 643 | 2026-05-27T05:19:27.107Z | Downloaded either v1.15.0 |
| 644 | 2026-05-27T05:19:27.111Z | Downloaded csv-core v0.1.13 |
| 645 | 2026-05-27T05:19:27.113Z | Downloaded crc v3.4.0 |
| 646 | 2026-05-27T05:19:27.113Z | Downloaded base64 v0.22.1 |
| 647 | 2026-05-27T05:19:27.116Z | Downloaded blowfish v0.9.1 |
| 648 | 2026-05-27T05:19:27.116Z | Downloaded futures-io v0.3.32 |
| 649 | 2026-05-27T05:19:27.116Z | Downloaded chacha20 v0.9.1 |
| 650 | 2026-05-27T05:19:27.116Z | Downloaded gethostname v0.5.0 |
| 651 | 2026-05-27T05:19:27.116Z | Downloaded git-stub v1.0.0 |
| 652 | 2026-05-27T05:19:27.116Z | Downloaded fxhash v0.2.1 |
| 653 | 2026-05-27T05:19:27.119Z | Downloaded constant_time_eq v0.4.2 |
| 654 | 2026-05-27T05:19:27.119Z | Downloaded cassowary v0.3.0 |
| 655 | 2026-05-27T05:19:27.119Z | Downloaded darling v0.13.4 |
| 656 | 2026-05-27T05:19:27.122Z | Downloaded hash32 v0.2.1 |
| 657 | 2026-05-27T05:19:27.122Z | Downloaded futures-macro v0.3.32 |
| 658 | 2026-05-27T05:19:27.123Z | Downloaded bzip2 v0.4.4 |
| 659 | 2026-05-27T05:19:27.127Z | Downloaded hash32 v0.3.1 |
| 660 | 2026-05-27T05:19:27.127Z | Downloaded hex-literal v0.4.1 |
| 661 | 2026-05-27T05:19:27.127Z | Downloaded hex v0.4.3 |
| 662 | 2026-05-27T05:19:27.130Z | Downloaded backon v1.6.0 |
| 663 | 2026-05-27T05:19:27.130Z | Downloaded headers-core v0.3.0 |
| 664 | 2026-05-27T05:19:27.130Z | Downloaded cbc v0.1.2 |
| 665 | 2026-05-27T05:19:27.130Z | Downloaded cargo_metadata v0.23.1 |
| 666 | 2026-05-27T05:19:27.133Z | Downloaded globwalk v0.9.1 |
| 667 | 2026-05-27T05:19:27.134Z | Downloaded byte-wrapper v0.1.0 |
| 668 | 2026-05-27T05:19:27.134Z | Downloaded home v0.5.12 |
| 669 | 2026-05-27T05:19:27.138Z | Downloaded argon2 v0.5.3 |
| 670 | 2026-05-27T05:19:27.138Z | Downloaded crc-catalog v2.4.0 |
| 671 | 2026-05-27T05:19:27.138Z | Downloaded derive_builder_macro v0.20.2 |
| 672 | 2026-05-27T05:19:27.143Z | Downloaded fixedbitset v0.4.2 |
| 673 | 2026-05-27T05:19:27.143Z | Downloaded http-body v1.0.1 |
| 674 | 2026-05-27T05:19:27.143Z | Downloaded compression-codecs v0.4.37 |
| 675 | 2026-05-27T05:19:27.146Z | Downloaded hostname v0.4.2 |
| 676 | 2026-05-27T05:19:27.146Z | Downloaded hostname v0.3.1 |
| 677 | 2026-05-27T05:19:27.146Z | Downloaded ecdsa v0.16.9 |
| 678 | 2026-05-27T05:19:27.146Z | Downloaded ed25519 v2.2.3 |
| 679 | 2026-05-27T05:19:27.149Z | Downloaded foldhash v0.2.0 |
| 680 | 2026-05-27T05:19:27.149Z | Downloaded fallible-iterator v0.2.0 |
| 681 | 2026-05-27T05:19:27.149Z | Downloaded env_filter v1.0.0 |
| 682 | 2026-05-27T05:19:27.153Z | Downloaded derive-ex v0.1.8 |
| 683 | 2026-05-27T05:19:27.153Z | Downloaded cmake v0.1.57 |
| 684 | 2026-05-27T05:19:27.153Z | Downloaded cipher v0.4.4 |
| 685 | 2026-05-27T05:19:27.156Z | Downloaded git-stub-vcs v0.1.0 |
| 686 | 2026-05-27T05:19:27.156Z | Downloaded ena v0.14.4 |
| 687 | 2026-05-27T05:19:27.156Z | Downloaded derive_builder_core v0.20.2 |
| 688 | 2026-05-27T05:19:27.159Z | Downloaded hubpack_derive v0.1.1 |
| 689 | 2026-05-27T05:19:27.159Z | Downloaded http-range v0.1.5 |
| 690 | 2026-05-27T05:19:27.159Z | Downloaded httpdate v1.0.3 |
| 691 | 2026-05-27T05:19:27.159Z | Downloaded find-msvc-tools v0.1.9 |
| 692 | 2026-05-27T05:19:27.162Z | Downloaded diesel-dtrace v0.5.0 |
| 693 | 2026-05-27T05:19:27.162Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 694 | 2026-05-27T05:19:27.162Z | Downloaded bb8 v0.8.6 |
| 695 | 2026-05-27T05:19:27.165Z | Downloaded const-oid v0.9.6 |
| 696 | 2026-05-27T05:19:27.165Z | Downloaded clang-sys v1.8.1 |
| 697 | 2026-05-27T05:19:27.168Z | Downloaded console v0.16.2 |
| 698 | 2026-05-27T05:19:27.169Z | Downloaded ciborium v0.2.2 |
| 699 | 2026-05-27T05:19:27.172Z | Downloaded futures-task v0.3.32 |
| 700 | 2026-05-27T05:19:27.172Z | Downloaded indent_write v2.2.0 |
| 701 | 2026-05-27T05:19:27.172Z | Downloaded illumos-nvpair v0.3.0 |
| 702 | 2026-05-27T05:19:27.172Z | Downloaded fs_extra v1.3.0 |
| 703 | 2026-05-27T05:19:27.175Z | Downloaded foldhash v0.1.5 |
| 704 | 2026-05-27T05:19:27.175Z | Downloaded chacha20 v0.10.0 |
| 705 | 2026-05-27T05:19:27.179Z | Downloaded cancel-safe-futures v0.1.5 |
| 706 | 2026-05-27T05:19:27.179Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 707 | 2026-05-27T05:19:27.179Z | Downloaded ident_case v1.0.1 |
| 708 | 2026-05-27T05:19:27.179Z | Downloaded indoc v1.0.9 |
| 709 | 2026-05-27T05:19:27.182Z | Downloaded is_ci v1.2.0 |
| 710 | 2026-05-27T05:19:27.182Z | Downloaded internet-checksum v0.2.1 |
| 711 | 2026-05-27T05:19:27.182Z | Downloaded futures-executor v0.3.32 |
| 712 | 2026-05-27T05:19:27.185Z | Downloaded fs-err v2.11.0 |
| 713 | 2026-05-27T05:19:27.185Z | Downloaded is-terminal v0.4.17 |
| 714 | 2026-05-27T05:19:27.185Z | Downloaded daft-derive v0.1.7 |
| 715 | 2026-05-27T05:19:27.189Z | Downloaded kstat-rs v0.2.4 |
| 716 | 2026-05-27T05:19:27.189Z | Downloaded keccak v0.1.6 |
| 717 | 2026-05-27T05:19:27.192Z | Downloaded globset v0.4.18 |
| 718 | 2026-05-27T05:19:27.192Z | Downloaded glob v0.3.3 |
| 719 | 2026-05-27T05:19:27.192Z | Downloaded daft v0.1.7 |
| 720 | 2026-05-27T05:19:27.196Z | Downloaded highway v1.3.0 |
| 721 | 2026-05-27T05:19:27.196Z | Downloaded group v0.13.0 |
| 722 | 2026-05-27T05:19:27.196Z | Downloaded instant v0.1.13 |
| 723 | 2026-05-27T05:19:27.199Z | Downloaded instability v0.3.11 |
| 724 | 2026-05-27T05:19:27.202Z | Downloaded lalrpop-util v0.19.12 |
| 725 | 2026-05-27T05:19:27.205Z | Downloaded libscf-sys v1.1.0 |
| 726 | 2026-05-27T05:19:27.208Z | Downloaded managed v0.8.0 |
| 727 | 2026-05-27T05:19:27.208Z | Downloaded linked-hash-map v0.5.6 |
| 728 | 2026-05-27T05:19:27.209Z | Downloaded cookie v0.18.1 |
| 729 | 2026-05-27T05:19:27.213Z | Downloaded darling v0.21.3 |
| 730 | 2026-05-27T05:19:27.216Z | Downloaded http-body-util v0.1.3 |
| 731 | 2026-05-27T05:19:27.219Z | Downloaded hubpack v0.1.2 |
| 732 | 2026-05-27T05:19:27.223Z | Downloaded lru-cache v0.1.2 |
| 733 | 2026-05-27T05:19:27.223Z | Downloaded des v0.8.1 |
| 734 | 2026-05-27T05:19:27.227Z | Downloaded darling v0.20.11 |
| 735 | 2026-05-27T05:19:27.227Z | Downloaded cookie_store v0.22.1 |
| 736 | 2026-05-27T05:19:27.230Z | Downloaded blake2 v0.10.6 |
| 737 | 2026-05-27T05:19:27.230Z | Downloaded diff v0.1.13 |
| 738 | 2026-05-27T05:19:27.233Z | Downloaded humantime v2.3.0 |
| 739 | 2026-05-27T05:19:27.233Z | Downloaded hyper-tls v0.6.0 |
| 740 | 2026-05-27T05:19:27.233Z | Downloaded md-5 v0.10.6 |
| 741 | 2026-05-27T05:19:27.236Z | Downloaded maplit v1.0.2 |
| 742 | 2026-05-27T05:19:27.236Z | Downloaded md5 v0.7.0 |
| 743 | 2026-05-27T05:19:27.236Z | Downloaded memoffset v0.9.1 |
| 744 | 2026-05-27T05:19:27.239Z | Downloaded match_cfg v0.1.0 |
| 745 | 2026-05-27T05:19:27.239Z | Downloaded lzss v0.8.2 |
| 746 | 2026-05-27T05:19:27.239Z | Downloaded lru-slab v0.1.2 |
| 747 | 2026-05-27T05:19:27.240Z | Downloaded newline-converter v0.3.0 |
| 748 | 2026-05-27T05:19:27.242Z | Downloaded mime v0.3.17 |
| 749 | 2026-05-27T05:19:27.242Z | Downloaded futures-channel v0.3.32 |
| 750 | 2026-05-27T05:19:27.242Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 751 | 2026-05-27T05:19:27.247Z | Downloaded inout v0.1.4 |
| 752 | 2026-05-27T05:19:27.247Z | Downloaded hyper-staticfile v0.10.1 |
| 753 | 2026-05-27T05:19:27.250Z | Downloaded newtype-uuid-macros v0.1.0 |
| 754 | 2026-05-27T05:19:27.250Z | Downloaded nibble_vec v0.1.0 |
| 755 | 2026-05-27T05:19:27.250Z | Downloaded lazy_static v1.5.0 |
| 756 | 2026-05-27T05:19:27.250Z | Downloaded jobserver v0.1.34 |
| 757 | 2026-05-27T05:19:27.254Z | Downloaded libefi-sys v0.1.0 |
| 758 | 2026-05-27T05:19:27.254Z | Downloaded ipnet v2.11.0 |
| 759 | 2026-05-27T05:19:27.254Z | Downloaded normalize-line-endings v0.3.0 |
| 760 | 2026-05-27T05:19:27.257Z | Downloaded nodrop v0.1.14 |
| 761 | 2026-05-27T05:19:27.257Z | Downloaded ingot v0.1.1 |
| 762 | 2026-05-27T05:19:27.257Z | Downloaded ingot-types v0.1.2 |
| 763 | 2026-05-27T05:19:27.257Z | Downloaded newtype_derive v0.1.6 |
| 764 | 2026-05-27T05:19:27.262Z | Downloaded nonempty v0.12.0 |
| 765 | 2026-05-27T05:19:27.262Z | Downloaded new_debug_unreachable v1.0.6 |
| 766 | 2026-05-27T05:19:27.262Z | Downloaded num-conv v0.2.0 |
| 767 | 2026-05-27T05:19:27.262Z | Downloaded multimap v0.10.1 |
| 768 | 2026-05-27T05:19:27.265Z | Downloaded num-derive v0.4.2 |
| 769 | 2026-05-27T05:19:27.265Z | Downloaded deranged v0.5.8 |
| 770 | 2026-05-27T05:19:27.265Z | Downloaded darling v0.23.0 |
| 771 | 2026-05-27T05:19:27.268Z | Downloaded num-iter v0.1.45 |
| 772 | 2026-05-27T05:19:27.268Z | Downloaded num_enum_derive v0.5.11 |
| 773 | 2026-05-27T05:19:27.271Z | Downloaded num-derive v0.3.3 |
| 774 | 2026-05-27T05:19:27.271Z | Downloaded fatfs v0.3.6 |
| 775 | 2026-05-27T05:19:27.274Z | Downloaded indoc v2.0.7 |
| 776 | 2026-05-27T05:19:27.274Z | Downloaded libsw v3.5.0 |
| 777 | 2026-05-27T05:19:27.278Z | Downloaded bzip2 v0.6.1 |
| 778 | 2026-05-27T05:19:27.278Z | Downloaded ipnetwork v0.21.1 |
| 779 | 2026-05-27T05:19:27.278Z | Downloaded corncobs v0.1.4 |
| 780 | 2026-05-27T05:19:27.281Z | Downloaded lru v0.12.5 |
| 781 | 2026-05-27T05:19:27.281Z | Downloaded num v0.4.3 |
| 782 | 2026-05-27T05:19:27.281Z | Downloaded libloading v0.8.9 |
| 783 | 2026-05-27T05:19:27.284Z | Downloaded hmac v0.12.1 |
| 784 | 2026-05-27T05:19:27.284Z | Downloaded ctr v0.9.2 |
| 785 | 2026-05-27T05:19:27.287Z | Downloaded dropshot_endpoint v0.17.0 |
| 786 | 2026-05-27T05:19:27.290Z | Downloaded drift v0.2.0 |
| 787 | 2026-05-27T05:19:27.295Z | Downloaded httparse v1.10.1 |
| 788 | 2026-05-27T05:19:27.299Z | Downloaded futures v0.3.32 |
| 789 | 2026-05-27T05:19:27.302Z | Downloaded num_threads v0.1.7 |
| 790 | 2026-05-27T05:19:27.302Z | Downloaded derive_builder v0.20.2 |
| 791 | 2026-05-27T05:19:27.305Z | Downloaded openssl-macros v0.1.1 |
| 792 | 2026-05-27T05:19:27.305Z | Downloaded opaque-debug v0.3.1 |
| 793 | 2026-05-27T05:19:27.308Z | Downloaded derive-where v1.6.0 |
| 794 | 2026-05-27T05:19:27.308Z | Downloaded oso-derive v0.27.3 |
| 795 | 2026-05-27T05:19:27.314Z | Downloaded openssl-probe v0.1.6 |
| 796 | 2026-05-27T05:19:27.314Z | Downloaded mime_guess v2.0.5 |
| 797 | 2026-05-27T05:19:27.317Z | Downloaded newtype-uuid v1.3.2 |
| 798 | 2026-05-27T05:19:27.317Z | Downloaded half v1.8.3 |
| 799 | 2026-05-27T05:19:27.317Z | Downloaded maybe-uninit v2.0.0 |
| 800 | 2026-05-27T05:19:27.317Z | Downloaded ingot-macros v0.1.1 |
| 801 | 2026-05-27T05:19:27.317Z | Downloaded lock_api v0.4.14 |
| 802 | 2026-05-27T05:19:27.320Z | Downloaded linear-map v1.2.0 |
| 803 | 2026-05-27T05:19:27.320Z | Downloaded parse-display v0.10.0 |
| 804 | 2026-05-27T05:19:27.320Z | Downloaded packed_struct_codegen v0.10.1 |
| 805 | 2026-05-27T05:19:27.324Z | Downloaded multer v3.1.0 |
| 806 | 2026-05-27T05:19:27.324Z | Downloaded openssl-probe v0.2.1 |
| 807 | 2026-05-27T05:19:27.327Z | Downloaded iana-time-zone v0.1.65 |
| 808 | 2026-05-27T05:19:27.327Z | Downloaded hyper-rustls v0.27.7 |
| 809 | 2026-05-27T05:19:27.334Z | Downloaded nu-ansi-term v0.50.3 |
| 810 | 2026-05-27T05:19:27.334Z | Downloaded num-complex v0.4.6 |
| 811 | 2026-05-27T05:19:27.334Z | Downloaded getrandom v0.3.4 |
| 812 | 2026-05-27T05:19:27.337Z | Downloaded getrandom v0.2.17 |
| 813 | 2026-05-27T05:19:27.338Z | Downloaded peg-runtime v0.8.5 |
| 814 | 2026-05-27T05:19:27.338Z | Downloaded path-slash v0.1.5 |
| 815 | 2026-05-27T05:19:27.341Z | Downloaded parse-size v1.1.0 |
| 816 | 2026-05-27T05:19:27.341Z | Downloaded darling_core v0.13.4 |
| 817 | 2026-05-27T05:19:27.344Z | Downloaded olpc-cjson v0.1.4 |
| 818 | 2026-05-27T05:19:27.344Z | Downloaded phf_shared v0.13.1 |
| 819 | 2026-05-27T05:19:27.344Z | Downloaded num_enum v0.5.11 |
| 820 | 2026-05-27T05:19:27.349Z | Downloaded pbkdf2 v0.11.0 |
| 821 | 2026-05-27T05:19:27.353Z | Downloaded libsw-core v0.3.2 |
| 822 | 2026-05-27T05:19:27.353Z | Downloaded bytes v1.11.1 |
| 823 | 2026-05-27T05:19:27.356Z | Downloaded phf_shared v0.11.3 |
| 824 | 2026-05-27T05:19:27.356Z | Downloaded arc-swap v1.8.2 |
| 825 | 2026-05-27T05:19:27.359Z | Downloaded crc-any v2.5.0 |
| 826 | 2026-05-27T05:19:27.360Z | Downloaded num_enum_derive v0.7.5 |
| 827 | 2026-05-27T05:19:27.363Z | Downloaded num-rational v0.4.2 |
| 828 | 2026-05-27T05:19:27.363Z | Downloaded derive_more v0.99.20 |
| 829 | 2026-05-27T05:19:27.366Z | Downloaded elliptic-curve v0.13.8 |
| 830 | 2026-05-27T05:19:27.369Z | Downloaded flume v0.11.1 |
| 831 | 2026-05-27T05:19:27.373Z | Downloaded num_enum v0.7.5 |
| 832 | 2026-05-27T05:19:27.376Z | Downloaded pin-utils v0.1.0 |
| 833 | 2026-05-27T05:19:27.376Z | Downloaded aes v0.8.4 |
| 834 | 2026-05-27T05:19:27.379Z | Downloaded memmap2 v0.9.10 |
| 835 | 2026-05-27T05:19:27.379Z | Downloaded powerfmt v0.2.0 |
| 836 | 2026-05-27T05:19:27.383Z | Downloaded ignore v0.4.25 |
| 837 | 2026-05-27T05:19:27.383Z | Downloaded native-tls v0.2.18 |
| 838 | 2026-05-27T05:19:27.383Z | Downloaded nanorand v0.7.0 |
| 839 | 2026-05-27T05:19:27.386Z | Downloaded predicates-tree v1.0.13 |
| 840 | 2026-05-27T05:19:27.401Z | Downloaded progenitor-client v0.14.0 |
| 841 | 2026-05-27T05:19:27.405Z | Downloaded progenitor-client v0.11.2 |
| 842 | 2026-05-27T05:19:27.405Z | Downloaded progenitor-client v0.10.0 |
| 843 | 2026-05-27T05:19:27.405Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 844 | 2026-05-27T05:19:27.405Z | Downloaded proc-macro-crate v1.3.1 |
| 845 | 2026-05-27T05:19:27.408Z | Downloaded packed_struct v0.10.1 |
| 846 | 2026-05-27T05:19:27.408Z | Downloaded oxnet v0.1.4 |
| 847 | 2026-05-27T05:19:27.408Z | Downloaded pem v3.0.6 |
| 848 | 2026-05-27T05:19:27.412Z | Downloaded psl-types v2.0.11 |
| 849 | 2026-05-27T05:19:27.412Z | Downloaded pem-rfc7468 v0.7.0 |
| 850 | 2026-05-27T05:19:27.412Z | Downloaded half v2.7.1 |
| 851 | 2026-05-27T05:19:27.416Z | Downloaded peg v0.8.5 |
| 852 | 2026-05-27T05:19:27.420Z | Downloaded headers v0.4.1 |
| 853 | 2026-05-27T05:19:27.424Z | Downloaded ar_archive_writer v0.5.1 |
| 854 | 2026-05-27T05:19:27.424Z | Downloaded heapless v0.8.0 |
| 855 | 2026-05-27T05:19:27.427Z | Downloaded peg-macros v0.8.5 |
| 856 | 2026-05-27T05:19:27.427Z | Downloaded paste v1.0.15 |
| 857 | 2026-05-27T05:19:27.432Z | Downloaded quick-error v1.2.3 |
| 858 | 2026-05-27T05:19:27.435Z | Downloaded crypto-bigint v0.5.5 |
| 859 | 2026-05-27T05:19:27.435Z | Downloaded pkg-config v0.3.32 |
| 860 | 2026-05-27T05:19:27.443Z | Downloaded poly1305 v0.8.0 |
| 861 | 2026-05-27T05:19:27.443Z | Downloaded radium v0.7.0 |
| 862 | 2026-05-27T05:19:27.447Z | Downloaded async-compression v0.4.41 |
| 863 | 2026-05-27T05:19:27.447Z | Downloaded pkcs8 v0.10.2 |
| 864 | 2026-05-27T05:19:27.447Z | Downloaded rand_chacha v0.3.1 |
| 865 | 2026-05-27T05:19:27.452Z | Downloaded predicates v3.1.4 |
| 866 | 2026-05-27T05:19:27.452Z | Downloaded ppv-lite86 v0.2.21 |
| 867 | 2026-05-27T05:19:27.452Z | Downloaded pin-project-lite v0.2.17 |
| 868 | 2026-05-27T05:19:27.456Z | Downloaded primeorder v0.13.6 |
| 869 | 2026-05-27T05:19:27.456Z | Downloaded postgres-protocol v0.6.10 |
| 870 | 2026-05-27T05:19:27.456Z | Downloaded polyval v0.6.2 |
| 871 | 2026-05-27T05:19:27.462Z | Downloaded derive_more v2.1.1 |
| 872 | 2026-05-27T05:19:27.465Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 873 | 2026-05-27T05:19:27.469Z | Downloaded ref-cast-impl v1.0.25 |
| 874 | 2026-05-27T05:19:27.469Z | Downloaded recursive v0.1.1 |
| 875 | 2026-05-27T05:19:27.469Z | Downloaded ref-cast v1.0.25 |
| 876 | 2026-05-27T05:19:27.476Z | Downloaded rfc6979 v0.4.0 |
| 877 | 2026-05-27T05:19:27.476Z | Downloaded rand_xorshift v0.4.0 |
| 878 | 2026-05-27T05:19:27.476Z | Downloaded progenitor v0.11.2 |
| 879 | 2026-05-27T05:19:27.479Z | Downloaded proc-macro-crate v3.4.0 |
| 880 | 2026-05-27T05:19:27.479Z | Downloaded progenitor-extras v0.2.0 |
| 881 | 2026-05-27T05:19:27.479Z | Downloaded progenitor-client v0.13.0 |
| 882 | 2026-05-27T05:19:27.479Z | Downloaded indicatif v0.18.4 |
| 883 | 2026-05-27T05:19:27.479Z | Downloaded heapless v0.7.17 |
| 884 | 2026-05-27T05:19:27.483Z | Downloaded progenitor v0.14.0 |
| 885 | 2026-05-27T05:19:27.486Z | Downloaded hickory-resolver v0.24.4 |
| 886 | 2026-05-27T05:19:27.486Z | Downloaded progenitor v0.13.0 |
| 887 | 2026-05-27T05:19:27.490Z | Downloaded proc-macro-error2 v2.0.1 |
| 888 | 2026-05-27T05:19:27.494Z | Downloaded parking_lot_core v0.9.12 |
| 889 | 2026-05-27T05:19:27.494Z | Downloaded parking_lot_core v0.8.6 |
| 890 | 2026-05-27T05:19:27.494Z | Downloaded psm v0.1.30 |
| 891 | 2026-05-27T05:19:27.497Z | Downloaded russh-cryptovec v0.7.3 |
| 892 | 2026-05-27T05:19:27.498Z | Downloaded rtoolbox v0.0.3 |
| 893 | 2026-05-27T05:19:27.498Z | Downloaded phf v0.13.1 |
| 894 | 2026-05-27T05:19:27.498Z | Downloaded progenitor-macro v0.13.0 |
| 895 | 2026-05-27T05:19:27.502Z | Downloaded parking_lot v0.12.5 |
| 896 | 2026-05-27T05:19:27.503Z | Downloaded postcard v1.1.3 |
| 897 | 2026-05-27T05:19:27.509Z | Downloaded expectorate v1.2.0 |
| 898 | 2026-05-27T05:19:27.509Z | Downloaded r2d2 v0.8.10 |
| 899 | 2026-05-27T05:19:27.509Z | Downloaded ed25519-dalek v2.2.0 |
| 900 | 2026-05-27T05:19:27.512Z | Downloaded rustc_version v0.4.1 |
| 901 | 2026-05-27T05:19:27.512Z | Downloaded rustc_version v0.1.7 |
| 902 | 2026-05-27T05:19:27.513Z | Downloaded rustc-hash v2.1.1 |
| 903 | 2026-05-27T05:19:27.513Z | Downloaded diesel_derives v2.3.7 |
| 904 | 2026-05-27T05:19:27.517Z | Downloaded rand_seeder v0.4.0 |
| 905 | 2026-05-27T05:19:27.517Z | Downloaded rand_core v0.10.0 |
| 906 | 2026-05-27T05:19:27.521Z | Downloaded rand_core v0.9.5 |
| 907 | 2026-05-27T05:19:27.521Z | Downloaded rand_core v0.6.4 |
| 908 | 2026-05-27T05:19:27.521Z | Downloaded rand_chacha v0.9.0 |
| 909 | 2026-05-27T05:19:27.524Z | Downloaded postgres-types v0.2.12 |
| 910 | 2026-05-27T05:19:27.524Z | Downloaded scheduled-thread-pool v0.2.7 |
| 911 | 2026-05-27T05:19:27.524Z | Downloaded salsa20 v0.10.2 |
| 912 | 2026-05-27T05:19:27.529Z | Downloaded omicron-zone-package v0.12.2 |
| 913 | 2026-05-27T05:19:27.529Z | Downloaded miniz_oxide v0.8.9 |
| 914 | 2026-05-27T05:19:27.532Z | Downloaded jiff-static v0.2.21 |
| 915 | 2026-05-27T05:19:27.532Z | Downloaded oso v0.27.3 |
| 916 | 2026-05-27T05:19:27.535Z | Downloaded derive_more-impl v2.1.1 |
| 917 | 2026-05-27T05:19:27.538Z | Downloaded scrypt v0.11.0 |
| 918 | 2026-05-27T05:19:27.538Z | Downloaded sapling-renderdag v0.1.0 |
| 919 | 2026-05-27T05:19:27.545Z | Downloaded scopeguard v1.2.0 |
| 920 | 2026-05-27T05:19:27.545Z | Downloaded secrecy v0.8.0 |
| 921 | 2026-05-27T05:19:27.545Z | Downloaded scroll_derive v0.13.1 |
| 922 | 2026-05-27T05:19:27.551Z | Downloaded serde_bytes v0.11.19 |
| 923 | 2026-05-27T05:19:27.551Z | Downloaded serde-big-array v0.5.1 |
| 924 | 2026-05-27T05:19:27.552Z | Downloaded seq-macro v0.3.6 |
| 925 | 2026-05-27T05:19:27.552Z | Downloaded serde_plain v1.0.2 |
| 926 | 2026-05-27T05:19:27.552Z | Downloaded semver v0.1.20 |
| 927 | 2026-05-27T05:19:27.552Z | Downloaded secrecy v0.10.3 |
| 928 | 2026-05-27T05:19:27.552Z | Downloaded pin-project v1.1.11 |
| 929 | 2026-05-27T05:19:27.556Z | Downloaded http v1.4.0 |
| 930 | 2026-05-27T05:19:27.560Z | Downloaded hickory-resolver v0.25.2 |
| 931 | 2026-05-27T05:19:27.564Z | Downloaded resolv-conf v0.7.6 |
| 932 | 2026-05-27T05:19:27.564Z | Downloaded serde_urlencoded v0.7.1 |
| 933 | 2026-05-27T05:19:27.567Z | Downloaded serde_spanned v1.0.4 |
| 934 | 2026-05-27T05:19:27.567Z | Downloaded serde_repr v0.1.20 |
| 935 | 2026-05-27T05:19:27.567Z | Downloaded same-file v1.0.6 |
| 936 | 2026-05-27T05:19:27.570Z | Downloaded pkcs5 v0.7.1 |
| 937 | 2026-05-27T05:19:27.574Z | Downloaded pkcs1 v0.7.5 |
| 938 | 2026-05-27T05:19:27.574Z | Downloaded parking_lot v0.11.2 |
| 939 | 2026-05-27T05:19:27.577Z | Downloaded pin-project-internal v1.1.11 |
| 940 | 2026-05-27T05:19:27.577Z | Downloaded sha1 v0.10.6 |
| 941 | 2026-05-27T05:19:27.577Z | Downloaded quinn-udp v0.5.14 |
| 942 | 2026-05-27T05:19:27.583Z | Downloaded sigpipe v0.1.3 |
| 943 | 2026-05-27T05:19:27.583Z | Downloaded rusty-fork v0.3.1 |
| 944 | 2026-05-27T05:19:27.583Z | Downloaded signature v2.2.0 |
| 945 | 2026-05-27T05:19:27.583Z | Downloaded rustls-native-certs v0.8.3 |
| 946 | 2026-05-27T05:19:27.586Z | Downloaded signal-hook-tokio v0.3.1 |
| 947 | 2026-05-27T05:19:27.586Z | Downloaded rustls-pemfile v1.0.4 |
| 948 | 2026-05-27T05:19:27.586Z | Downloaded openssl-sys v0.9.115 |
| 949 | 2026-05-27T05:19:27.589Z | Downloaded siphasher v1.0.2 |
| 950 | 2026-05-27T05:19:27.594Z | Downloaded shell-words v1.1.1 |
| 951 | 2026-05-27T05:19:27.594Z | Downloaded rustls-pemfile v2.2.0 |
| 952 | 2026-05-27T05:19:27.594Z | Downloaded phf v0.12.1 |
| 953 | 2026-05-27T05:19:27.598Z | Downloaded progenitor-macro v0.14.0 |
| 954 | 2026-05-27T05:19:27.598Z | Downloaded p256 v0.13.2 |
| 955 | 2026-05-27T05:19:27.598Z | Downloaded hashbrown v0.13.2 |
| 956 | 2026-05-27T05:19:27.603Z | Downloaded rustversion v1.0.22 |
| 957 | 2026-05-27T05:19:27.603Z | Downloaded minimal-lexical v0.2.1 |
| 958 | 2026-05-27T05:19:27.607Z | Downloaded serde-hex v0.1.0 |
| 959 | 2026-05-27T05:19:27.607Z | Downloaded prefix-trie v0.7.0 |
| 960 | 2026-05-27T05:19:27.611Z | Downloaded papergrid v0.17.0 |
| 961 | 2026-05-27T05:19:27.614Z | Downloaded schemars_derive v0.8.22 |
| 962 | 2026-05-27T05:19:27.614Z | Downloaded slog-bunyan v2.5.0 |
| 963 | 2026-05-27T05:19:27.614Z | Downloaded sec1 v0.7.3 |
| 964 | 2026-05-27T05:19:27.617Z | Downloaded sct v0.7.1 |
| 965 | 2026-05-27T05:19:27.617Z | Downloaded scroll v0.13.0 |
| 966 | 2026-05-27T05:19:27.621Z | Downloaded serde_path_to_error v0.1.20 |
| 967 | 2026-05-27T05:19:27.621Z | Downloaded progenitor-impl v0.11.2 |
| 968 | 2026-05-27T05:19:27.624Z | Downloaded serde_derive_internals v0.29.1 |
| 969 | 2026-05-27T05:19:27.624Z | Downloaded hyper-util v0.1.20 |
| 970 | 2026-05-27T05:19:27.628Z | Downloaded hashbrown v0.12.3 |
| 971 | 2026-05-27T05:19:27.634Z | Downloaded hickory-server v0.25.2 |
| 972 | 2026-05-27T05:19:27.638Z | Downloaded progenitor-macro v0.11.2 |
| 973 | 2026-05-27T05:19:27.638Z | Downloaded flate2 v1.1.9 |
| 974 | 2026-05-27T05:19:27.638Z | Downloaded ssh-cipher v0.2.0 |
| 975 | 2026-05-27T05:19:27.638Z | Downloaded darling_core v0.21.3 |
| 976 | 2026-05-27T05:19:27.642Z | Downloaded password-hash v0.4.2 |
| 977 | 2026-05-27T05:19:27.645Z | Downloaded cc v1.2.56 |
| 978 | 2026-05-27T05:19:27.645Z | Downloaded serde_with_macros v1.5.2 |
| 979 | 2026-05-27T05:19:27.645Z | Downloaded signal-hook-mio v0.2.5 |
| 980 | 2026-05-27T05:19:27.649Z | Downloaded sqlparser_derive v0.5.0 |
| 981 | 2026-05-27T05:19:27.649Z | Downloaded ssh-encoding v0.2.0 |
| 982 | 2026-05-27T05:19:27.649Z | Downloaded structmeta v0.3.0 |
| 983 | 2026-05-27T05:19:27.652Z | Downloaded strsim v0.10.0 |
| 984 | 2026-05-27T05:19:27.652Z | Downloaded signal-hook-registry v1.4.8 |
| 985 | 2026-05-27T05:19:27.652Z | Downloaded bumpalo v3.20.2 |
| 986 | 2026-05-27T05:19:27.656Z | Downloaded subtle v2.6.1 |
| 987 | 2026-05-27T05:19:27.656Z | Downloaded shlex v1.3.0 |
| 988 | 2026-05-27T05:19:27.656Z | Downloaded crossterm v0.28.1 |
| 989 | 2026-05-27T05:19:27.663Z | Downloaded rustls-pki-types v1.14.0 |
| 990 | 2026-05-27T05:19:27.666Z | Downloaded structmeta-derive v0.3.0 |
| 991 | 2026-05-27T05:19:27.666Z | Downloaded allocator-api2 v0.2.21 |
| 992 | 2026-05-27T05:19:27.666Z | Downloaded slog-envlogger v2.2.0 |
| 993 | 2026-05-27T05:19:27.666Z | Downloaded strip-ansi-escapes v0.2.1 |
| 994 | 2026-05-27T05:19:27.672Z | Downloaded slog-json v2.6.1 |
| 995 | 2026-05-27T05:19:27.675Z | Downloaded supports-color v3.0.2 |
| 996 | 2026-05-27T05:19:27.675Z | Downloaded strum v0.27.2 |
| 997 | 2026-05-27T05:19:27.675Z | Downloaded strum v0.26.3 |
| 998 | 2026-05-27T05:19:27.679Z | Downloaded tabled_derive v0.11.0 |
| 999 | 2026-05-27T05:19:27.679Z | Downloaded simd-adler32 v0.3.8 |
| 1000 | 2026-05-27T05:19:27.679Z | Downloaded prettyplease v0.2.37 |
| 1001 | 2026-05-27T05:19:27.679Z | Downloaded rcgen v0.12.1 |
| 1002 | 2026-05-27T05:19:27.679Z | Downloaded slab v0.4.12 |
| 1003 | 2026-05-27T05:19:27.679Z | Downloaded base64 v0.21.7 |
| 1004 | 2026-05-27T05:19:27.683Z | Downloaded sync_wrapper v1.0.2 |
| 1005 | 2026-05-27T05:19:27.683Z | Downloaded termtree v0.5.1 |
| 1006 | 2026-05-27T05:19:27.686Z | Downloaded tabwriter v1.4.1 |
| 1007 | 2026-05-27T05:19:27.686Z | Downloaded sync-ptr v0.1.4 |
| 1008 | 2026-05-27T05:19:27.686Z | Downloaded smallvec v0.6.14 |
| 1009 | 2026-05-27T05:19:27.689Z | Downloaded take_mut v0.2.2 |
| 1010 | 2026-05-27T05:19:27.689Z | Downloaded tap v1.0.1 |
| 1011 | 2026-05-27T05:19:27.689Z | Downloaded smf v0.2.3 |
| 1012 | 2026-05-27T05:19:27.692Z | Downloaded serde_cbor v0.11.2 |
| 1013 | 2026-05-27T05:19:27.692Z | Downloaded snafu-derive v0.8.9 |
| 1014 | 2026-05-27T05:19:27.692Z | Downloaded slog-term v2.9.2 |
| 1015 | 2026-05-27T05:19:27.696Z | Downloaded slog-scope v4.4.1 |
| 1016 | 2026-05-27T05:19:27.696Z | Downloaded slog-dtrace v0.3.0 |
| 1017 | 2026-05-27T05:19:27.699Z | Downloaded slog-async v2.8.0 |
| 1018 | 2026-05-27T05:19:27.699Z | Downloaded pbkdf2 v0.12.2 |
| 1019 | 2026-05-27T05:19:27.699Z | Downloaded password-hash v0.5.0 |
| 1020 | 2026-05-27T05:19:27.702Z | Downloaded parse-display-derive v0.10.0 |
| 1021 | 2026-05-27T05:19:27.702Z | Downloaded oxide-tokio-rt v0.1.4 |
| 1022 | 2026-05-27T05:19:27.702Z | Downloaded progenitor-impl v0.13.0 |
| 1023 | 2026-05-27T05:19:27.706Z | Downloaded ron v0.8.1 |
| 1024 | 2026-05-27T05:19:27.709Z | Downloaded tagptr v0.2.0 |
| 1025 | 2026-05-27T05:19:27.709Z | Downloaded slog-stdlog v4.1.1 |
| 1026 | 2026-05-27T05:19:27.712Z | Downloaded crossterm v0.29.0 |
| 1027 | 2026-05-27T05:19:27.715Z | Downloaded stacker v0.1.23 |
| 1028 | 2026-05-27T05:19:27.718Z | Downloaded progenitor-impl v0.14.0 |
| 1029 | 2026-05-27T05:19:27.718Z | Downloaded sqlformat v0.3.5 |
| 1030 | 2026-05-27T05:19:27.721Z | Downloaded testing_table v0.3.0 |
| 1031 | 2026-05-27T05:19:27.721Z | Downloaded owo-colors v4.3.0 |
| 1032 | 2026-05-27T05:19:27.721Z | Downloaded tinyvec_macros v0.1.1 |
| 1033 | 2026-05-27T05:19:27.725Z | Downloaded time-core v0.1.8 |
| 1034 | 2026-05-27T05:19:27.725Z | Downloaded thread-id v5.1.0 |
| 1035 | 2026-05-27T05:19:27.725Z | Downloaded static_assertions v1.1.0 |
| 1036 | 2026-05-27T05:19:27.728Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1037 | 2026-05-27T05:19:27.728Z | Downloaded string_cache v0.8.9 |
| 1038 | 2026-05-27T05:19:27.768Z | Downloaded ryu v1.0.23 |
| 1039 | 2026-05-27T05:19:27.768Z | Downloaded serde_with_macros v3.17.0 |
| 1040 | 2026-05-27T05:19:27.769Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1041 | 2026-05-27T05:19:27.769Z | Downloaded rayon-core v1.13.0 |
| 1042 | 2026-05-27T05:19:27.769Z | Downloaded tokio-macros v2.7.0 |
| 1043 | 2026-05-27T05:19:27.769Z | Downloaded indexmap v1.9.3 |
| 1044 | 2026-05-27T05:19:27.769Z | Downloaded predicates-core v1.0.10 |
| 1045 | 2026-05-27T05:19:27.769Z | Downloaded precomputed-hash v0.1.1 |
| 1046 | 2026-05-27T05:19:27.769Z | Downloaded support-bundle-viewer v0.1.2 |
| 1047 | 2026-05-27T05:19:27.769Z | Downloaded strum_macros v0.27.2 |
| 1048 | 2026-05-27T05:19:27.769Z | Downloaded darling_core v0.23.0 |
| 1049 | 2026-05-27T05:19:27.769Z | Downloaded mio v1.2.0 |
| 1050 | 2026-05-27T05:19:27.769Z | Downloaded strum_macros v0.26.4 |
| 1051 | 2026-05-27T05:19:27.769Z | Downloaded schemars v0.8.22 |
| 1052 | 2026-05-27T05:19:27.769Z | Downloaded num-bigint v0.4.6 |
| 1053 | 2026-05-27T05:19:27.769Z | Downloaded hashbrown v0.16.1 |
| 1054 | 2026-05-27T05:19:27.773Z | Downloaded libxml v0.3.3 |
| 1055 | 2026-05-27T05:19:27.773Z | Downloaded itertools v0.10.5 |
| 1056 | 2026-05-27T05:19:27.777Z | Downloaded litrs v1.0.0 |
| 1057 | 2026-05-27T05:19:27.780Z | Downloaded topological-sort v0.2.2 |
| 1058 | 2026-05-27T05:19:27.780Z | Downloaded russh-keys v0.45.0 |
| 1059 | 2026-05-27T05:19:27.780Z | Downloaded quinn v0.11.9 |
| 1060 | 2026-05-27T05:19:27.783Z | Downloaded spin v0.9.8 |
| 1061 | 2026-05-27T05:19:27.786Z | Downloaded tower-layer v0.3.3 |
| 1062 | 2026-05-27T05:19:27.786Z | Downloaded aho-corasick v1.1.4 |
| 1063 | 2026-05-27T05:19:27.789Z | Downloaded thread_local v1.1.9 |
| 1064 | 2026-05-27T05:19:27.792Z | Downloaded time-macros v0.2.27 |
| 1065 | 2026-05-27T05:19:27.793Z | Downloaded tower-service v0.3.3 |
| 1066 | 2026-05-27T05:19:27.793Z | Downloaded stringprep v0.1.5 |
| 1067 | 2026-05-27T05:19:27.796Z | Downloaded thiserror-no-std v2.0.2 |
| 1068 | 2026-05-27T05:19:27.796Z | Downloaded trait-variant v0.1.2 |
| 1069 | 2026-05-27T05:19:27.799Z | Downloaded try-lock v0.2.5 |
| 1070 | 2026-05-27T05:19:27.799Z | Downloaded tokio-dtrace v0.1.1 |
| 1071 | 2026-05-27T05:19:27.799Z | Downloaded tls_codec v0.4.2 |
| 1072 | 2026-05-27T05:19:27.802Z | Downloaded strum_macros v0.24.3 |
| 1073 | 2026-05-27T05:19:27.802Z | Downloaded similar v2.7.0 |
| 1074 | 2026-05-27T05:19:27.805Z | Downloaded tokio-native-tls v0.3.1 |
| 1075 | 2026-05-27T05:19:27.809Z | Downloaded tiny-keccak v2.0.2 |
| 1076 | 2026-05-27T05:19:27.813Z | Downloaded pretty_assertions v1.4.1 |
| 1077 | 2026-05-27T05:19:27.813Z | Downloaded signal-hook v0.3.18 |
| 1078 | 2026-05-27T05:19:27.816Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1079 | 2026-05-27T05:19:27.816Z | Downloaded dropshot-api-manager v0.7.2 |
| 1080 | 2026-05-27T05:19:27.819Z | Downloaded unit-prefix v0.5.2 |
| 1081 | 2026-05-27T05:19:27.819Z | Downloaded nom v7.1.3 |
| 1082 | 2026-05-27T05:19:27.822Z | Downloaded unarray v0.1.4 |
| 1083 | 2026-05-27T05:19:27.822Z | Downloaded typify-macro v0.4.3 |
| 1084 | 2026-05-27T05:19:27.826Z | Downloaded utf-8 v0.7.6 |
| 1085 | 2026-05-27T05:19:27.826Z | Downloaded termios v0.3.3 |
| 1086 | 2026-05-27T05:19:27.826Z | Downloaded socket2 v0.6.3 |
| 1087 | 2026-05-27T05:19:27.829Z | Downloaded num-bigint-dig v0.8.6 |
| 1088 | 2026-05-27T05:19:27.833Z | Downloaded tokio-tungstenite v0.21.0 |
| 1089 | 2026-05-27T05:19:27.833Z | Downloaded usdt-attr-macro v0.6.0 |
| 1090 | 2026-05-27T05:19:27.833Z | Downloaded untrusted v0.7.1 |
| 1091 | 2026-05-27T05:19:27.833Z | Downloaded universal-hash v0.5.1 |
| 1092 | 2026-05-27T05:19:27.836Z | Downloaded itertools v0.13.0 |
| 1093 | 2026-05-27T05:19:27.839Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1094 | 2026-05-27T05:19:27.839Z | Downloaded term v0.7.0 |
| 1095 | 2026-05-27T05:19:27.842Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1096 | 2026-05-27T05:19:27.842Z | Downloaded usdt-macro v0.6.0 |
| 1097 | 2026-05-27T05:19:27.845Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1098 | 2026-05-27T05:19:27.845Z | Downloaded rsa v0.9.10 |
| 1099 | 2026-05-27T05:19:27.850Z | Downloaded socket2 v0.5.10 |
| 1100 | 2026-05-27T05:19:27.854Z | Downloaded itertools v0.12.1 |
| 1101 | 2026-05-27T05:19:27.857Z | Downloaded void v1.0.2 |
| 1102 | 2026-05-27T05:19:27.857Z | Downloaded spki v0.7.3 |
| 1103 | 2026-05-27T05:19:27.857Z | Downloaded rand v0.8.6 |
| 1104 | 2026-05-27T05:19:27.860Z | Downloaded typify-macro v0.6.2 |
| 1105 | 2026-05-27T05:19:27.860Z | Downloaded iri-string v0.7.10 |
| 1106 | 2026-05-27T05:19:27.863Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1107 | 2026-05-27T05:19:27.866Z | Downloaded waitgroup v0.1.2 |
| 1108 | 2026-05-27T05:19:27.866Z | Downloaded tls_codec_derive v0.4.2 |
| 1109 | 2026-05-27T05:19:27.871Z | Downloaded wait-timeout v0.2.1 |
| 1110 | 2026-05-27T05:19:27.871Z | Downloaded rustls-webpki v0.103.9 |
| 1111 | 2026-05-27T05:19:27.878Z | Downloaded tui-tree-widget v0.23.1 |
| 1112 | 2026-05-27T05:19:27.878Z | Downloaded rand v0.9.2 |
| 1113 | 2026-05-27T05:19:27.878Z | Downloaded schemars v0.9.0 |
| 1114 | 2026-05-27T05:19:27.884Z | Downloaded unicode-truncate v1.1.0 |
| 1115 | 2026-05-27T05:19:27.888Z | Downloaded unicase v2.9.0 |
| 1116 | 2026-05-27T05:19:27.888Z | Downloaded xshell-macros v0.2.7 |
| 1117 | 2026-05-27T05:19:27.888Z | Downloaded tokio-rustls v0.26.4 |
| 1118 | 2026-05-27T05:19:27.888Z | Downloaded want v0.3.1 |
| 1119 | 2026-05-27T05:19:27.888Z | Downloaded slog v2.8.2 |
| 1120 | 2026-05-27T05:19:27.892Z | Downloaded itertools v0.14.0 |
| 1121 | 2026-05-27T05:19:27.895Z | Downloaded tokio-tungstenite v0.23.1 |
| 1122 | 2026-05-27T05:19:27.895Z | Downloaded tokio-stream v0.1.18 |
| 1123 | 2026-05-27T05:19:27.898Z | Downloaded snafu v0.8.9 |
| 1124 | 2026-05-27T05:19:27.901Z | Downloaded xattr v1.6.1 |
| 1125 | 2026-05-27T05:19:27.904Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1126 | 2026-05-27T05:19:27.904Z | Downloaded usdt-impl v0.6.0 |
| 1127 | 2026-05-27T05:19:27.907Z | Downloaded test-strategy v0.4.5 |
| 1128 | 2026-05-27T05:19:27.910Z | Downloaded hkdf v0.12.4 |
| 1129 | 2026-05-27T05:19:27.910Z | Downloaded libm v0.2.16 |
| 1130 | 2026-05-27T05:19:27.916Z | Downloaded zeroize_derive v1.4.3 |
| 1131 | 2026-05-27T05:19:27.920Z | Downloaded vergen-lib v0.1.6 |
| 1132 | 2026-05-27T05:19:27.920Z | Downloaded vergen-git2 v9.1.0 |
| 1133 | 2026-05-27T05:19:27.920Z | Downloaded tokio-rustls v0.24.1 |
| 1134 | 2026-05-27T05:19:27.923Z | Downloaded vergen-gitcl v1.0.8 |
| 1135 | 2026-05-27T05:19:27.923Z | Downloaded uzers v0.12.2 |
| 1136 | 2026-05-27T05:19:27.923Z | Downloaded bindgen v0.71.1 |
| 1137 | 2026-05-27T05:19:27.926Z | Downloaded zone_cfg_derive v0.3.1 |
| 1138 | 2026-05-27T05:19:27.930Z | Downloaded zone v0.3.1 |
| 1139 | 2026-05-27T05:19:27.930Z | Downloaded subprocess v0.2.15 |
| 1140 | 2026-05-27T05:19:27.933Z | Downloaded term v1.2.1 |
| 1141 | 2026-05-27T05:19:27.934Z | Downloaded hashbrown v0.15.5 |
| 1142 | 2026-05-27T05:19:27.936Z | Downloaded tracing-attributes v0.1.31 |
| 1143 | 2026-05-27T05:19:27.941Z | Downloaded twox-hash v2.1.2 |
| 1144 | 2026-05-27T05:19:27.941Z | Downloaded vsss-rs v3.3.4 |
| 1145 | 2026-05-27T05:19:27.943Z | Downloaded vergen-lib v9.1.0 |
| 1146 | 2026-05-27T05:19:27.944Z | Downloaded schemars v1.2.1 |
| 1147 | 2026-05-27T05:19:27.950Z | Downloaded whoami v2.1.0 |
| 1148 | 2026-05-27T05:19:27.953Z | Downloaded walkdir v2.5.0 |
| 1149 | 2026-05-27T05:19:27.953Z | Downloaded h2 v0.4.13 |
| 1150 | 2026-05-27T05:19:27.957Z | Downloaded futures-util v0.3.32 |
| 1151 | 2026-05-27T05:19:27.964Z | Downloaded xshell v0.2.7 |
| 1152 | 2026-05-27T05:19:27.967Z | Downloaded whoami v1.6.1 |
| 1153 | 2026-05-27T05:19:27.967Z | Downloaded tar v0.4.45 |
| 1154 | 2026-05-27T05:19:27.970Z | Downloaded steno v0.4.1 |
| 1155 | 2026-05-27T05:19:27.973Z | Downloaded toml v0.7.8 |
| 1156 | 2026-05-27T05:19:27.976Z | Downloaded zeroize v1.8.2 |
| 1157 | 2026-05-27T05:19:27.976Z | Downloaded samael v0.0.19 |
| 1158 | 2026-05-27T05:19:27.979Z | Downloaded unicode-properties v0.1.4 |
| 1159 | 2026-05-27T05:19:27.982Z | Downloaded typify v0.4.3 |
| 1160 | 2026-05-27T05:19:27.985Z | Downloaded russh v0.45.0 |
| 1161 | 2026-05-27T05:19:27.988Z | Downloaded zstd v0.13.3 |
| 1162 | 2026-05-27T05:19:27.988Z | Downloaded vergen v9.1.0 |
| 1163 | 2026-05-27T05:19:27.991Z | Downloaded hyper v1.8.1 |
| 1164 | 2026-05-27T05:19:27.994Z | Downloaded tinyvec v1.10.0 |
| 1165 | 2026-05-27T05:19:27.997Z | Downloaded tungstenite v0.21.0 |
| 1166 | 2026-05-27T05:19:28.000Z | Downloaded iddqd v0.4.2 |
| 1167 | 2026-05-27T05:19:28.003Z | Downloaded yasna v0.5.2 |
| 1168 | 2026-05-27T05:19:28.007Z | Downloaded rustyline v14.0.0 |
| 1169 | 2026-05-27T05:19:28.010Z | Downloaded rand v0.10.0 |
| 1170 | 2026-05-27T05:19:28.013Z | Downloaded wyz v0.5.1 |
| 1171 | 2026-05-27T05:19:28.013Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1172 | 2026-05-27T05:19:28.016Z | Downloaded rpassword v7.4.0 |
| 1173 | 2026-05-27T05:19:28.016Z | Downloaded typify v0.6.2 |
| 1174 | 2026-05-27T05:19:28.020Z | Downloaded zerocopy v0.6.6 |
| 1175 | 2026-05-27T05:19:28.023Z | Downloaded unsafe-libyaml v0.2.11 |
| 1176 | 2026-05-27T05:19:28.023Z | Downloaded uuid v1.23.0 |
| 1177 | 2026-05-27T05:19:28.026Z | Downloaded tracing-core v0.1.36 |
| 1178 | 2026-05-27T05:19:28.029Z | Downloaded blake3 v1.8.3 |
| 1179 | 2026-05-27T05:19:28.032Z | Downloaded zstd-safe v7.2.4 |
| 1180 | 2026-05-27T05:19:28.035Z | Downloaded p521 v0.13.3 |
| 1181 | 2026-05-27T05:19:28.038Z | Downloaded usdt v0.6.0 |
| 1182 | 2026-05-27T05:19:28.039Z | Downloaded unicode-bidi v0.3.18 |
| 1183 | 2026-05-27T05:19:28.040Z | Downloaded untrusted v0.9.0 |
| 1184 | 2026-05-27T05:19:28.043Z | Downloaded tungstenite v0.23.0 |
| 1185 | 2026-05-27T05:19:28.043Z | Downloaded tokio-rustls v0.25.0 |
| 1186 | 2026-05-27T05:19:28.043Z | Downloaded qorb v0.4.1 |
| 1187 | 2026-05-27T05:19:28.046Z | Downloaded publicsuffix v2.3.0 |
| 1188 | 2026-05-27T05:19:28.049Z | Downloaded darling_core v0.20.11 |
| 1189 | 2026-05-27T05:19:28.052Z | Downloaded const_format v0.2.35 |
| 1190 | 2026-05-27T05:19:28.055Z | Downloaded compact_str v0.8.1 |
| 1191 | 2026-05-27T05:19:28.058Z | Downloaded serde_with v1.14.0 |
| 1192 | 2026-05-27T05:19:28.061Z | Downloaded toml_edit v0.19.15 |
| 1193 | 2026-05-27T05:19:28.069Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1194 | 2026-05-27T05:19:28.072Z | Downloaded vte v0.14.1 |
| 1195 | 2026-05-27T05:19:28.076Z | Downloaded bitvec v1.0.1 |
| 1196 | 2026-05-27T05:19:28.083Z | Downloaded regex v1.12.3 |
| 1197 | 2026-05-27T05:19:28.086Z | Downloaded p384 v0.13.1 |
| 1198 | 2026-05-27T05:19:28.090Z | Downloaded reqwest v0.13.2 |
| 1199 | 2026-05-27T05:19:28.094Z | Downloaded yansi v1.0.1 |
| 1200 | 2026-05-27T05:19:28.097Z | Downloaded git2 v0.20.4 |
| 1201 | 2026-05-27T05:19:28.101Z | Downloaded reqwest v0.12.28 |
| 1202 | 2026-05-27T05:19:28.105Z | Downloaded zip v0.6.6 |
| 1203 | 2026-05-27T05:19:28.108Z | Downloaded aws-lc-rs v1.16.3 |
| 1204 | 2026-05-27T05:19:28.114Z | Downloaded reedline v0.40.0 |
| 1205 | 2026-05-27T05:19:28.119Z | Downloaded chacha20poly1305 v0.10.1 |
| 1206 | 2026-05-27T05:19:28.122Z | Downloaded num-integer v0.1.46 |
| 1207 | 2026-05-27T05:19:28.122Z | Downloaded zopfli v0.8.3 |
| 1208 | 2026-05-27T05:19:28.125Z | Downloaded unicode_categories v0.1.1 |
| 1209 | 2026-05-27T05:19:28.125Z | Downloaded tokio-postgres v0.7.16 |
| 1210 | 2026-05-27T05:19:28.128Z | Downloaded typed-path v0.9.3 |
| 1211 | 2026-05-27T05:19:28.132Z | Downloaded lalrpop v0.19.12 |
| 1212 | 2026-05-27T05:19:28.140Z | Downloaded zerocopy-derive v0.8.40 |
| 1213 | 2026-05-27T05:19:28.144Z | Downloaded tower v0.5.3 |
| 1214 | 2026-05-27T05:19:28.149Z | Downloaded ssh-key v0.6.7 |
| 1215 | 2026-05-27T05:19:28.154Z | Downloaded phf_shared v0.12.1 |
| 1216 | 2026-05-27T05:19:28.158Z | Downloaded rayon v1.11.0 |
| 1217 | 2026-05-27T05:19:28.163Z | Downloaded salty v0.3.0 |
| 1218 | 2026-05-27T05:19:28.167Z | Downloaded unicode-segmentation v1.12.0 |
| 1219 | 2026-05-27T05:19:28.170Z | Downloaded moka v0.12.13 |
| 1220 | 2026-05-27T05:19:28.175Z | Downloaded x509-cert v0.2.5 |
| 1221 | 2026-05-27T05:19:28.179Z | Downloaded chrono v0.4.44 |
| 1222 | 2026-05-27T05:19:28.184Z | Downloaded rustls-webpki v0.101.7 |
| 1223 | 2026-05-27T05:19:28.193Z | Downloaded unicode-normalization v0.1.25 |
| 1224 | 2026-05-27T05:19:28.196Z | Downloaded quick-xml v0.37.5 |
| 1225 | 2026-05-27T05:19:28.199Z | Downloaded serde_with v3.17.0 |
| 1226 | 2026-05-27T05:19:28.207Z | Downloaded zip v4.6.1 |
| 1227 | 2026-05-27T05:19:28.210Z | Downloaded portable-atomic v1.13.1 |
| 1228 | 2026-05-27T05:19:28.214Z | Downloaded tower-http v0.6.8 |
| 1229 | 2026-05-27T05:19:28.219Z | Downloaded petname v2.0.2 |
| 1230 | 2026-05-27T05:19:28.223Z | Downloaded proptest v1.10.0 |
| 1231 | 2026-05-27T05:19:28.228Z | Downloaded tokio-util v0.7.18 |
| 1232 | 2026-05-27T05:19:28.234Z | Downloaded goblin v0.10.5 |
| 1233 | 2026-05-27T05:19:28.245Z | Downloaded object v0.30.4 |
| 1234 | 2026-05-27T05:19:28.251Z | Downloaded radix_trie v0.2.1 |
| 1235 | 2026-05-27T05:19:28.257Z | Downloaded hickory-proto v0.26.1 |
| 1236 | 2026-05-27T05:19:28.270Z | Downloaded tough v0.22.0 |
| 1237 | 2026-05-27T05:19:28.275Z | Downloaded winnow v0.6.26 |
| 1238 | 2026-05-27T05:19:28.281Z | Downloaded nix v0.27.1 |
| 1239 | 2026-05-27T05:19:28.286Z | Downloaded rustls-webpki v0.102.8 |
| 1240 | 2026-05-27T05:19:28.298Z | Downloaded winnow v0.5.40 |
| 1241 | 2026-05-27T05:19:28.301Z | Downloaded openssl v0.10.79 |
| 1242 | 2026-05-27T05:19:28.307Z | Downloaded tabled v0.20.0 |
| 1243 | 2026-05-27T05:19:28.318Z | Downloaded bstr v1.12.1 |
| 1244 | 2026-05-27T05:19:28.324Z | Downloaded polar-core v0.27.3 |
| 1245 | 2026-05-27T05:19:28.329Z | Downloaded quinn-proto v0.11.13 |
| 1246 | 2026-05-27T05:19:28.342Z | Downloaded zlib-rs v0.6.2 |
| 1247 | 2026-05-27T05:19:28.348Z | Downloaded webpki-roots v1.0.6 |
| 1248 | 2026-05-27T05:19:28.351Z | Downloaded object v0.37.3 |
| 1249 | 2026-05-27T05:19:28.356Z | Downloaded regress v0.10.5 |
| 1250 | 2026-05-27T05:19:28.362Z | Downloaded rustls v0.21.12 |
| 1251 | 2026-05-27T05:19:28.373Z | Downloaded smoltcp v0.9.1 |
| 1252 | 2026-05-27T05:19:28.376Z | Downloaded zerocopy v0.8.40 |
| 1253 | 2026-05-27T05:19:28.382Z | Downloaded time v0.3.47 |
| 1254 | 2026-05-27T05:19:28.390Z | Downloaded nix v0.28.0 |
| 1255 | 2026-05-27T05:19:28.398Z | Downloaded regex-syntax v0.8.10 |
| 1256 | 2026-05-27T05:19:28.404Z | Downloaded dropshot v0.17.0 |
| 1257 | 2026-05-27T05:19:28.418Z | Downloaded nix v0.31.2 |
| 1258 | 2026-05-27T05:19:28.425Z | Downloaded vcpkg v0.2.15 |
| 1259 | 2026-05-27T05:19:28.451Z | Downloaded hickory-proto v0.24.4 |
| 1260 | 2026-05-27T05:19:28.460Z | Downloaded rustls v0.22.4 |
| 1261 | 2026-05-27T05:19:28.468Z | Downloaded smoltcp v0.11.0 |
| 1262 | 2026-05-27T05:19:28.477Z | Downloaded sqlparser v0.61.0 |
| 1263 | 2026-05-27T05:19:28.482Z | Downloaded hickory-proto v0.25.2 |
| 1264 | 2026-05-27T05:19:28.492Z | Downloaded diesel v2.3.7 |
| 1265 | 2026-05-27T05:19:28.507Z | Downloaded tracing v0.1.44 |
| 1266 | 2026-05-27T05:19:28.519Z | Downloaded typify-impl v0.4.3 |
| 1267 | 2026-05-27T05:19:28.530Z | Downloaded rustix v0.38.44 |
| 1268 | 2026-05-27T05:19:28.544Z | Downloaded rustls v0.23.37 |
| 1269 | 2026-05-27T05:19:28.553Z | Downloaded regress v0.11.1 |
| 1270 | 2026-05-27T05:19:28.557Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1271 | 2026-05-27T05:19:28.565Z | Downloaded openapiv3 v2.2.0 |
| 1272 | 2026-05-27T05:19:28.573Z | Downloaded regex-syntax v0.6.29 |
| 1273 | 2026-05-27T05:19:28.577Z | Downloaded zerocopy-derive v0.6.6 |
| 1274 | 2026-05-27T05:19:28.584Z | Downloaded petgraph v0.6.5 |
| 1275 | 2026-05-27T05:19:28.596Z | Downloaded sled v0.34.7 |
| 1276 | 2026-05-27T05:19:28.602Z | Downloaded chrono-tz v0.10.4 |
| 1277 | 2026-05-27T05:19:28.615Z | Downloaded typify-impl v0.6.2 |
| 1278 | 2026-05-27T05:19:28.623Z | Downloaded ratatui v0.29.0 |
| 1279 | 2026-05-27T05:19:28.644Z | Downloaded petgraph v0.8.3 |
| 1280 | 2026-05-27T05:19:28.658Z | Downloaded regex-automata v0.4.14 |
| 1281 | 2026-05-27T05:19:28.667Z | Downloaded libz-sys v1.1.24 |
| 1282 | 2026-05-27T05:19:28.701Z | Downloaded jiff v0.2.21 |
| 1283 | 2026-05-27T05:19:28.743Z | Downloaded csv v1.4.0 |
| 1284 | 2026-05-27T05:19:28.756Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1285 | 2026-05-27T05:19:28.766Z | Downloaded sha3 v0.10.8 |
| 1286 | 2026-05-27T05:19:28.769Z | Downloaded tokio v1.52.1 |
| 1287 | 2026-05-27T05:19:28.816Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1288 | 2026-05-27T05:19:28.855Z | Downloaded encoding_rs v0.8.35 |
| 1289 | 2026-05-27T05:19:28.868Z | Downloaded ring v0.17.14 |
| 1290 | 2026-05-27T05:19:29.339Z | Downloaded aws-lc-sys v0.40.0 |
| 1291 | 2026-05-27T05:19:29.591Z | Compiling libc v0.2.185 |
| 1292 | 2026-05-27T05:19:29.591Z | Compiling serde v1.0.228 |
| 1293 | 2026-05-27T05:19:29.595Z | Compiling log v0.4.29 |
| 1294 | 2026-05-27T05:19:29.595Z | Compiling find-msvc-tools v0.1.9 |
| 1295 | 2026-05-27T05:19:29.595Z | Compiling shlex v1.3.0 |
| 1296 | 2026-05-27T05:19:29.595Z | Compiling smallvec v1.15.1 |
| 1297 | 2026-05-27T05:19:29.595Z | Compiling typenum v1.19.0 |
| 1298 | 2026-05-27T05:19:29.595Z | Compiling subtle v2.6.1 |
| 1299 | 2026-05-27T05:19:29.595Z | Compiling generic-array v0.14.7 |
| 1300 | 2026-05-27T05:19:29.595Z | Compiling scopeguard v1.2.0 |
| 1301 | 2026-05-27T05:19:29.827Z | Compiling const-oid v0.9.6 |
| 1302 | 2026-05-27T05:19:29.833Z | Compiling serde_json v1.0.149 |
| 1303 | 2026-05-27T05:19:29.839Z | Compiling syn v2.0.117 |
| 1304 | 2026-05-27T05:19:29.852Z | Compiling zerocopy v0.8.40 |
| 1305 | 2026-05-27T05:19:29.854Z | Compiling pin-project-lite v0.2.17 |
| 1306 | 2026-05-27T05:19:29.864Z | Compiling lock_api v0.4.14 |
| 1307 | 2026-05-27T05:19:29.902Z | Compiling portable-atomic v1.13.1 |
| 1308 | 2026-05-27T05:19:29.930Z | Compiling parking_lot_core v0.9.12 |
| 1309 | 2026-05-27T05:19:29.945Z | Compiling pkg-config v0.3.32 |
| 1310 | 2026-05-27T05:19:29.960Z | Compiling bitflags v2.11.0 |
| 1311 | 2026-05-27T05:19:30.033Z | Compiling futures-core v0.3.32 |
| 1312 | 2026-05-27T05:19:30.049Z | Compiling critical-section v1.2.0 |
| 1313 | 2026-05-27T05:19:30.104Z | Compiling libm v0.2.16 |
| 1314 | 2026-05-27T05:19:30.119Z | Compiling num-traits v0.2.19 |
| 1315 | 2026-05-27T05:19:30.146Z | Compiling percent-encoding v2.3.2 |
| 1316 | 2026-05-27T05:19:30.162Z | Compiling getrandom v0.4.1 |
| 1317 | 2026-05-27T05:19:30.195Z | Compiling futures-sink v0.3.32 |
| 1318 | 2026-05-27T05:19:30.223Z | Compiling rand_core v0.10.0 |
| 1319 | 2026-05-27T05:19:30.238Z | Compiling slab v0.4.12 |
| 1320 | 2026-05-27T05:19:30.279Z | Compiling futures-task v0.3.32 |
| 1321 | 2026-05-27T05:19:30.323Z | Compiling futures-channel v0.3.32 |
| 1322 | 2026-05-27T05:19:30.354Z | Compiling futures-io v0.3.32 |
| 1323 | 2026-05-27T05:19:30.370Z | Compiling cpufeatures v0.2.17 |
| 1324 | 2026-05-27T05:19:30.417Z | Compiling indexmap v2.14.0 |
| 1325 | 2026-05-27T05:19:30.460Z | Compiling getrandom v0.3.4 |
| 1326 | 2026-05-27T05:19:30.475Z | Compiling rustversion v1.0.22 |
| 1327 | 2026-05-27T05:19:30.478Z | Compiling form_urlencoded v1.2.2 |
| 1328 | 2026-05-27T05:19:30.521Z | Compiling dunce v1.0.5 |
| 1329 | 2026-05-27T05:19:30.550Z | Compiling fs_extra v1.3.0 |
| 1330 | 2026-05-27T05:19:30.554Z | Compiling base64ct v1.8.3 |
| 1331 | 2026-05-27T05:19:30.592Z | Compiling ident_case v1.0.1 |
| 1332 | 2026-05-27T05:19:30.608Z | Compiling flagset v0.4.7 |
| 1333 | 2026-05-27T05:19:30.621Z | Compiling regex-syntax v0.8.10 |
| 1334 | 2026-05-27T05:19:30.638Z | Compiling rustix v1.1.3 |
| 1335 | 2026-05-27T05:19:30.691Z | Compiling iana-time-zone v0.1.65 |
| 1336 | 2026-05-27T05:19:30.727Z | Compiling getrandom v0.2.17 |
| 1337 | 2026-05-27T05:19:30.752Z | Compiling jobserver v0.1.34 |
| 1338 | 2026-05-27T05:19:30.780Z | Compiling errno v0.3.14 |
| 1339 | 2026-05-27T05:19:30.853Z | Compiling mio v1.2.0 |
| 1340 | 2026-05-27T05:19:30.867Z | Compiling socket2 v0.6.3 |
| 1341 | 2026-05-27T05:19:30.880Z | Compiling rand_core v0.6.4 |
| 1342 | 2026-05-27T05:19:31.028Z | Compiling signal-hook-registry v1.4.8 |
| 1343 | 2026-05-27T05:19:31.062Z | Compiling cc v1.2.56 |
| 1344 | 2026-05-27T05:19:31.077Z | Compiling parking_lot v0.12.5 |
| 1345 | 2026-05-27T05:19:31.095Z | Compiling once_cell v1.21.3 |
| 1346 | 2026-05-27T05:19:31.173Z | Compiling pem-rfc7468 v0.7.0 |
| 1347 | 2026-05-27T05:19:31.210Z | Compiling vcpkg v0.2.15 |
| 1348 | 2026-05-27T05:19:31.238Z | Compiling aws-lc-rs v1.16.3 |
| 1349 | 2026-05-27T05:19:31.346Z | Compiling tracing-core v0.1.36 |
| 1350 | 2026-05-27T05:19:31.364Z | Compiling uuid v1.23.0 |
| 1351 | 2026-05-27T05:19:31.364Z | Compiling rustc_version v0.4.1 |
| 1352 | 2026-05-27T05:19:31.431Z | Compiling base64 v0.22.1 |
| 1353 | 2026-05-27T05:19:31.472Z | Compiling rand_core v0.9.5 |
| 1354 | 2026-05-27T05:19:31.511Z | Compiling tinyvec_macros v0.1.1 |
| 1355 | 2026-05-27T05:19:31.568Z | Compiling openssl-probe v0.2.1 |
| 1356 | 2026-05-27T05:19:31.582Z | Compiling untrusted v0.9.0 |
| 1357 | 2026-05-27T05:19:31.595Z | Compiling httparse v1.10.1 |
| 1358 | 2026-05-27T05:19:31.684Z | Compiling untrusted v0.7.1 |
| 1359 | 2026-05-27T05:19:31.724Z | Compiling tinyvec v1.10.0 |
| 1360 | 2026-05-27T05:19:31.738Z | Compiling aho-corasick v1.1.4 |
| 1361 | 2026-05-27T05:19:31.769Z | Compiling dyn-clone v1.0.20 |
| 1362 | 2026-05-27T05:19:31.783Z | Compiling schemars v0.8.22 |
| 1363 | 2026-05-27T05:19:31.797Z | Compiling atomic-waker v1.1.2 |
| 1364 | 2026-05-27T05:19:31.822Z | Compiling cmake v0.1.57 |
| 1365 | 2026-05-27T05:19:31.835Z | Compiling rustls v0.23.37 |
| 1366 | 2026-05-27T05:19:31.931Z | Compiling tower-layer v0.3.3 |
| 1367 | 2026-05-27T05:19:31.946Z | Compiling try-lock v0.2.5 |
| 1368 | 2026-05-27T05:19:31.949Z | Compiling tower-service v0.3.3 |
| 1369 | 2026-05-27T05:19:32.001Z | Compiling pin-utils v0.1.0 |
| 1370 | 2026-05-27T05:19:32.015Z | Compiling openssl v0.10.79 |
| 1371 | 2026-05-27T05:19:32.031Z | Compiling httpdate v1.0.3 |
| 1372 | 2026-05-27T05:19:32.058Z | Compiling want v0.3.1 |
| 1373 | 2026-05-27T05:19:32.088Z | Compiling foreign-types-shared v0.1.1 |
| 1374 | 2026-05-27T05:19:32.091Z | Compiling unicode-normalization v0.1.25 |
| 1375 | 2026-05-27T05:19:32.091Z | Compiling spin v0.9.8 |
| 1376 | 2026-05-27T05:19:32.129Z | Compiling num-conv v0.2.0 |
| 1377 | 2026-05-27T05:19:32.132Z | Compiling time-core v0.1.8 |
| 1378 | 2026-05-27T05:19:32.156Z | Compiling powerfmt v0.2.0 |
| 1379 | 2026-05-27T05:19:32.188Z | Compiling foreign-types v0.3.2 |
| 1380 | 2026-05-27T05:19:32.265Z | Compiling native-tls v0.2.18 |
| 1381 | 2026-05-27T05:19:32.280Z | Compiling crc32fast v1.5.0 |
| 1382 | 2026-05-27T05:19:32.283Z | Compiling wait-timeout v0.2.1 |
| 1383 | 2026-05-27T05:19:32.283Z | Compiling sync_wrapper v1.0.2 |
| 1384 | 2026-05-27T05:19:32.283Z | Compiling bit-vec v0.8.0 |
| 1385 | 2026-05-27T05:19:32.338Z | Compiling deranged v0.5.8 |
| 1386 | 2026-05-27T05:19:32.341Z | Compiling time-macros v0.2.27 |
| 1387 | 2026-05-27T05:19:32.368Z | Compiling syn v1.0.109 |
| 1388 | 2026-05-27T05:19:32.385Z | Compiling num_threads v0.1.7 |
| 1389 | 2026-05-27T05:19:32.400Z | Compiling siphasher v1.0.2 |
| 1390 | 2026-05-27T05:19:32.448Z | Compiling tempfile v3.25.0 |
| 1391 | 2026-05-27T05:19:32.495Z | Compiling simd-adler32 v0.3.8 |
| 1392 | 2026-05-27T05:19:32.524Z | Compiling usdt-impl v0.6.0 |
| 1393 | 2026-05-27T05:19:32.592Z | Compiling quick-error v1.2.3 |
| 1394 | 2026-05-27T05:19:32.621Z | Compiling crossbeam-utils v0.8.21 |
| 1395 | 2026-05-27T05:19:32.636Z | Compiling regex-automata v0.4.14 |
| 1396 | 2026-05-27T05:19:32.639Z | Compiling bit-set v0.8.0 |
| 1397 | 2026-05-27T05:19:32.718Z | Compiling rusty-fork v0.3.1 |
| 1398 | 2026-05-27T05:19:32.752Z | Compiling slog v2.8.2 |
| 1399 | 2026-05-27T05:19:32.770Z | Compiling aws-lc-sys v0.40.0 |
| 1400 | 2026-05-27T05:19:32.800Z | Compiling ring v0.17.14 |
| 1401 | 2026-05-27T05:19:32.804Z | Compiling openssl-sys v0.9.115 |
| 1402 | 2026-05-27T05:19:32.832Z | Compiling synstructure v0.13.2 |
| 1403 | 2026-05-27T05:19:32.867Z | Compiling serde_derive_internals v0.29.1 |
| 1404 | 2026-05-27T05:19:32.882Z | Compiling pest_generator v2.8.6 |
| 1405 | 2026-05-27T05:19:32.886Z | Compiling darling_core v0.20.11 |
| 1406 | 2026-05-27T05:19:32.950Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1407 | 2026-05-27T05:19:32.994Z | Compiling darling_core v0.21.3 |
| 1408 | 2026-05-27T05:19:33.070Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1409 | 2026-05-27T05:19:33.155Z | Compiling heapless v0.7.17 |
| 1410 | 2026-05-27T05:19:33.391Z | Compiling rand_xorshift v0.4.0 |
| 1411 | 2026-05-27T05:19:33.453Z | Compiling thread-id v5.1.0 |
| 1412 | 2026-05-27T05:19:33.457Z | Compiling cookie v0.18.1 |
| 1413 | 2026-05-27T05:19:33.481Z | Compiling iri-string v0.7.10 |
| 1414 | 2026-05-27T05:19:33.521Z | Compiling time v0.3.47 |
| 1415 | 2026-05-27T05:19:33.550Z | Compiling anyhow v1.0.102 |
| 1416 | 2026-05-27T05:19:33.569Z | Compiling unarray v0.1.4 |
| 1417 | 2026-05-27T05:19:33.574Z | Compiling unicode-bidi v0.3.18 |
| 1418 | 2026-05-27T05:19:33.625Z | Compiling allocator-api2 v0.2.21 |
| 1419 | 2026-05-27T05:19:33.695Z | Compiling ryu v1.0.23 |
| 1420 | 2026-05-27T05:19:33.714Z | Compiling adler2 v2.0.1 |
| 1421 | 2026-05-27T05:19:33.808Z | Compiling signal-hook v0.3.18 |
| 1422 | 2026-05-27T05:19:33.863Z | Compiling unicode-properties v0.1.4 |
| 1423 | 2026-05-27T05:19:33.880Z | Compiling paste v1.0.15 |
| 1424 | 2026-05-27T05:19:33.900Z | Compiling zstd-safe v7.2.4 |
| 1425 | 2026-05-27T05:19:34.019Z | Compiling miniz_oxide v0.8.9 |
| 1426 | 2026-05-27T05:19:34.095Z | Compiling stringprep v0.1.5 |
| 1427 | 2026-05-27T05:19:34.223Z | Compiling num-integer v0.1.46 |
| 1428 | 2026-05-27T05:19:34.250Z | Compiling vergen-lib v9.1.0 |
| 1429 | 2026-05-27T05:19:34.449Z | Compiling curve25519-dalek v4.1.3 |
| 1430 | 2026-05-27T05:19:34.576Z | Compiling ff v0.13.1 |
| 1431 | 2026-05-27T05:19:34.590Z | Compiling hash32 v0.2.1 |
| 1432 | 2026-05-27T05:19:34.631Z | Compiling serde_derive v1.0.228 |
| 1433 | 2026-05-27T05:19:34.660Z | Compiling zeroize_derive v1.4.3 |
| 1434 | 2026-05-27T05:19:34.682Z | Compiling zerofrom-derive v0.1.6 |
| 1435 | 2026-05-27T05:19:34.733Z | Compiling yoke-derive v0.8.1 |
| 1436 | 2026-05-27T05:19:34.806Z | Compiling zerovec-derive v0.11.2 |
| 1437 | 2026-05-27T05:19:34.820Z | Compiling zerocopy-derive v0.8.40 |
| 1438 | 2026-05-27T05:19:34.910Z | Compiling displaydoc v0.2.5 |
| 1439 | 2026-05-27T05:19:35.071Z | Compiling tokio-macros v2.7.0 |
| 1440 | 2026-05-27T05:19:35.200Z | Compiling futures-macro v0.3.32 |
| 1441 | 2026-05-27T05:19:35.282Z | Compiling der_derive v0.7.3 |
| 1442 | 2026-05-27T05:19:35.357Z | Compiling zeroize v1.8.2 |
| 1443 | 2026-05-27T05:19:35.622Z | Compiling rustls-pki-types v1.14.0 |
| 1444 | 2026-05-27T05:19:35.690Z | Compiling tracing-attributes v0.1.31 |
| 1445 | 2026-05-27T05:19:35.826Z | Compiling thiserror-impl v2.0.18 |
| 1446 | 2026-05-27T05:19:35.960Z | Compiling pest_derive v2.8.6 |
| 1447 | 2026-05-27T05:19:35.987Z | Compiling schemars_derive v0.8.22 |
| 1448 | 2026-05-27T05:19:36.072Z | Compiling futures-util v0.3.32 |
| 1449 | 2026-05-27T05:19:36.147Z | Compiling crypto-common v0.1.7 |
| 1450 | 2026-05-27T05:19:36.169Z | Compiling zerofrom v0.1.6 |
| 1451 | 2026-05-27T05:19:36.192Z | Compiling block-buffer v0.10.4 |
| 1452 | 2026-05-27T05:19:36.302Z | Compiling block-padding v0.3.3 |
| 1453 | 2026-05-27T05:19:36.314Z | Compiling yoke v0.8.1 |
| 1454 | 2026-05-27T05:19:36.319Z | Compiling der v0.7.10 |
| 1455 | 2026-05-27T05:19:36.385Z | Compiling digest v0.10.7 |
| 1456 | 2026-05-27T05:19:36.429Z | Compiling inout v0.1.4 |
| 1457 | 2026-05-27T05:19:36.450Z | Compiling scroll_derive v0.13.1 |
| 1458 | 2026-05-27T05:19:36.512Z | Compiling zerovec v0.11.5 |
| 1459 | 2026-05-27T05:19:36.615Z | Compiling zerotrie v0.2.3 |
| 1460 | 2026-05-27T05:19:36.656Z | Compiling hmac v0.12.1 |
| 1461 | 2026-05-27T05:19:36.827Z | Compiling sha2 v0.10.9 |
| 1462 | 2026-05-27T05:19:36.899Z | Compiling cipher v0.4.4 |
| 1463 | 2026-05-27T05:19:36.946Z | Compiling pbkdf2 v0.12.2 |
| 1464 | 2026-05-27T05:19:37.041Z | Compiling tinystr v0.8.2 |
| 1465 | 2026-05-27T05:19:37.069Z | Compiling potential_utf v0.1.4 |
| 1466 | 2026-05-27T05:19:37.160Z | Compiling salsa20 v0.10.2 |
| 1467 | 2026-05-27T05:19:37.204Z | Compiling spki v0.7.3 |
| 1468 | 2026-05-27T05:19:37.283Z | Compiling icu_locale_core v2.1.1 |
| 1469 | 2026-05-27T05:19:37.299Z | Compiling icu_collections v2.1.1 |
| 1470 | 2026-05-27T05:19:37.318Z | Compiling scrypt v0.11.0 |
| 1471 | 2026-05-27T05:19:37.324Z | Compiling thiserror v2.0.18 |
| 1472 | 2026-05-27T05:19:37.347Z | Compiling tracing v0.1.44 |
| 1473 | 2026-05-27T05:19:37.350Z | Compiling cbc v0.1.2 |
| 1474 | 2026-05-27T05:19:37.432Z | Compiling aes v0.8.4 |
| 1475 | 2026-05-27T05:19:37.453Z | Compiling scroll v0.13.0 |
| 1476 | 2026-05-27T05:19:37.513Z | Compiling darling_macro v0.20.11 |
| 1477 | 2026-05-27T05:19:37.591Z | Compiling openssl-macros v0.1.1 |
| 1478 | 2026-05-27T05:19:37.606Z | Compiling rustls-native-certs v0.8.3 |
| 1479 | 2026-05-27T05:19:37.663Z | Compiling dtrace-parser v0.3.0 |
| 1480 | 2026-05-27T05:19:37.743Z | Compiling goblin v0.10.5 |
| 1481 | 2026-05-27T05:19:37.790Z | Compiling signature v2.2.0 |
| 1482 | 2026-05-27T05:19:37.922Z | Compiling icu_provider v2.1.1 |
| 1483 | 2026-05-27T05:19:37.992Z | Compiling pkcs5 v0.7.1 |
| 1484 | 2026-05-27T05:19:38.035Z | Compiling darling v0.20.11 |
| 1485 | 2026-05-27T05:19:38.126Z | Compiling derive_builder_core v0.20.2 |
| 1486 | 2026-05-27T05:19:38.191Z | Compiling icu_normalizer v2.1.1 |
| 1487 | 2026-05-27T05:19:38.206Z | Compiling bytes v1.11.1 |
| 1488 | 2026-05-27T05:19:38.263Z | Compiling icu_properties v2.1.2 |
| 1489 | 2026-05-27T05:19:38.283Z | Compiling chrono v0.4.44 |
| 1490 | 2026-05-27T05:19:38.298Z | Compiling pkcs8 v0.10.2 |
| 1491 | 2026-05-27T05:19:38.431Z | Compiling ipnet v2.11.0 |
| 1492 | 2026-05-27T05:19:38.456Z | Compiling webpki-roots v1.0.6 |
| 1493 | 2026-05-27T05:19:38.497Z | Compiling thiserror-impl v1.0.69 |
| 1494 | 2026-05-27T05:19:38.529Z | Compiling scroll_derive v0.12.1 |
| 1495 | 2026-05-27T05:19:38.587Z | Compiling serde_spanned v0.6.9 |
| 1496 | 2026-05-27T05:19:38.628Z | Compiling toml_datetime v0.6.11 |
| 1497 | 2026-05-27T05:19:38.749Z | Compiling tokio v1.52.1 |
| 1498 | 2026-05-27T05:19:38.753Z | Compiling http v1.4.0 |
| 1499 | 2026-05-27T05:19:38.841Z | Compiling serde_urlencoded v0.7.1 |
| 1500 | 2026-05-27T05:19:38.912Z | Compiling erased-serde v0.3.31 |
| 1501 | 2026-05-27T05:19:38.940Z | Compiling serde_tokenstream v0.2.3 |
| 1502 | 2026-05-27T05:19:39.035Z | Compiling derive_builder_macro v0.20.2 |
| 1503 | 2026-05-27T05:19:39.103Z | Compiling idna_adapter v1.2.1 |
| 1504 | 2026-05-27T05:19:39.218Z | Compiling idna v1.1.0 |
| 1505 | 2026-05-27T05:19:39.280Z | Compiling ppv-lite86 v0.2.21 |
| 1506 | 2026-05-27T05:19:39.286Z | Compiling scroll v0.12.0 |
| 1507 | 2026-05-27T05:19:39.377Z | Compiling md-5 v0.10.6 |
| 1508 | 2026-05-27T05:19:39.394Z | Compiling http-body v1.0.1 |
| 1509 | 2026-05-27T05:19:39.408Z | Compiling darling_macro v0.21.3 |
| 1510 | 2026-05-27T05:19:39.460Z | Compiling bstr v1.12.1 |
| 1511 | 2026-05-27T05:19:39.538Z | Compiling url v2.5.8 |
| 1512 | 2026-05-27T05:19:39.553Z | Compiling rand_chacha v0.9.0 |
| 1513 | 2026-05-27T05:19:39.569Z | Compiling http-body-util v0.1.3 |
| 1514 | 2026-05-27T05:19:39.572Z | Compiling rand_chacha v0.3.1 |
| 1515 | 2026-05-27T05:19:39.595Z | Compiling async-trait v0.1.89 |
| 1516 | 2026-05-27T05:19:39.700Z | Compiling zerocopy-derive v0.7.35 |
| 1517 | 2026-05-27T05:19:39.717Z | Compiling pin-project-internal v1.1.11 |
| 1518 | 2026-05-27T05:19:39.809Z | Compiling rand v0.9.2 |
| 1519 | 2026-05-27T05:19:39.824Z | Compiling thiserror v1.0.69 |
| 1520 | 2026-05-27T05:19:39.899Z | Compiling memoffset v0.9.1 |
| 1521 | 2026-05-27T05:19:39.923Z | Compiling encoding_rs v0.8.35 |
| 1522 | 2026-05-27T05:19:39.942Z | Compiling rustix v0.38.44 |
| 1523 | 2026-05-27T05:19:40.127Z | Compiling num-bigint-dig v0.8.6 |
| 1524 | 2026-05-27T05:19:40.253Z | Compiling psl-types v2.0.11 |
| 1525 | 2026-05-27T05:19:40.340Z | Compiling fallible-iterator v0.2.0 |
| 1526 | 2026-05-27T05:19:40.355Z | Compiling zlib-rs v0.6.2 |
| 1527 | 2026-05-27T05:19:40.388Z | Compiling proptest v1.10.0 |
| 1528 | 2026-05-27T05:19:40.403Z | Compiling dof v0.4.0 |
| 1529 | 2026-05-27T05:19:40.629Z | Compiling smoltcp v0.9.1 |
| 1530 | 2026-05-27T05:19:40.643Z | Compiling ref-cast v1.0.25 |
| 1531 | 2026-05-27T05:19:40.659Z | Compiling litrs v1.0.0 |
| 1532 | 2026-05-27T05:19:40.675Z | Compiling base16ct v0.2.0 |
| 1533 | 2026-05-27T05:19:40.678Z | Compiling cfg_aliases v0.2.1 |
| 1534 | 2026-05-27T05:19:40.704Z | Compiling mime v0.3.17 |
| 1535 | 2026-05-27T05:19:40.776Z | Compiling nix v0.31.2 |
| 1536 | 2026-05-27T05:19:40.859Z | Compiling pin-project v1.1.11 |
| 1537 | 2026-05-27T05:19:40.874Z | Compiling sec1 v0.7.3 |
| 1538 | 2026-05-27T05:19:41.018Z | Compiling ipnetwork v0.21.1 |
| 1539 | 2026-05-27T05:19:41.077Z | Compiling postgres-protocol v0.6.10 |
| 1540 | 2026-05-27T05:19:41.093Z | Compiling zerocopy v0.7.35 |
| 1541 | 2026-05-27T05:19:41.108Z | Compiling publicsuffix v2.3.0 |
| 1542 | 2026-05-27T05:19:41.242Z | Compiling document-features v0.2.12 |
| 1543 | 2026-05-27T05:19:41.257Z | Compiling oxnet v0.1.4 |
| 1544 | 2026-05-27T05:19:41.395Z | Compiling darling v0.21.3 |
| 1545 | 2026-05-27T05:19:41.422Z | Compiling rand v0.8.6 |
| 1546 | 2026-05-27T05:19:41.449Z | Compiling derive_builder v0.20.2 |
| 1547 | 2026-05-27T05:19:41.485Z | Compiling goblin v0.8.2 |
| 1548 | 2026-05-27T05:19:41.502Z | Compiling hex v0.4.3 |
| 1549 | 2026-05-27T05:19:41.599Z | Compiling hubpack_derive v0.1.1 |
| 1550 | 2026-05-27T05:19:41.643Z | Compiling futures-executor v0.3.32 |
| 1551 | 2026-05-27T05:19:41.659Z | Compiling hkdf v0.12.4 |
| 1552 | 2026-05-27T05:19:41.673Z | Compiling crypto-bigint v0.5.5 |
| 1553 | 2026-05-27T05:19:41.688Z | Compiling regex v1.12.3 |
| 1554 | 2026-05-27T05:19:41.902Z | Compiling group v0.13.0 |
| 1555 | 2026-05-27T05:19:41.916Z | Compiling strum_macros v0.27.2 |
| 1556 | 2026-05-27T05:19:41.930Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1557 | 2026-05-27T05:19:41.934Z | Compiling snafu-derive v0.8.9 |
| 1558 | 2026-05-27T05:19:41.993Z | Compiling daft-derive v0.1.7 |
| 1559 | 2026-05-27T05:19:42.076Z | Compiling ref-cast-impl v1.0.25 |
| 1560 | 2026-05-27T05:19:42.100Z | Compiling num-iter v0.1.45 |
| 1561 | 2026-05-27T05:19:42.346Z | Compiling phf_shared v0.13.1 |
| 1562 | 2026-05-27T05:19:42.407Z | Compiling terminal_size v0.4.3 |
| 1563 | 2026-05-27T05:19:42.570Z | Compiling tokio-util v0.7.18 |
| 1564 | 2026-05-27T05:19:42.612Z | Compiling tower v0.5.3 |
| 1565 | 2026-05-27T05:19:42.616Z | Compiling tokio-native-tls v0.3.1 |
| 1566 | 2026-05-27T05:19:42.644Z | Compiling lazy_static v1.5.0 |
| 1567 | 2026-05-27T05:19:42.644Z | Compiling vergen v9.1.0 |
| 1568 | 2026-05-27T05:19:42.674Z | Compiling cargo-platform v0.3.2 |
| 1569 | 2026-05-27T05:19:42.713Z | Compiling fs-err v3.3.0 |
| 1570 | 2026-05-27T05:19:42.762Z | Compiling ahash v0.8.12 |
| 1571 | 2026-05-27T05:19:42.777Z | Compiling newtype-uuid v1.3.2 |
| 1572 | 2026-05-27T05:19:42.821Z | Compiling object v0.37.3 |
| 1573 | 2026-05-27T05:19:42.851Z | Compiling same-file v1.0.6 |
| 1574 | 2026-05-27T05:19:42.919Z | Compiling bitflags v1.3.2 |
| 1575 | 2026-05-27T05:19:42.971Z | Compiling winnow v0.5.40 |
| 1576 | 2026-05-27T05:19:42.987Z | Compiling cpufeatures v0.3.0 |
| 1577 | 2026-05-27T05:19:43.003Z | Compiling unicode-segmentation v1.12.0 |
| 1578 | 2026-05-27T05:19:43.029Z | Compiling tower-http v0.6.8 |
| 1579 | 2026-05-27T05:19:43.075Z | Compiling bumpalo v3.20.2 |
| 1580 | 2026-05-27T05:19:43.117Z | Compiling foldhash v0.2.0 |
| 1581 | 2026-05-27T05:19:43.135Z | Compiling libbz2-rs-sys v0.2.2 |
| 1582 | 2026-05-27T05:19:43.147Z | Compiling managed v0.8.0 |
| 1583 | 2026-05-27T05:19:43.359Z | Compiling h2 v0.4.13 |
| 1584 | 2026-05-27T05:19:43.373Z | Compiling flate2 v1.1.9 |
| 1585 | 2026-05-27T05:19:43.389Z | Compiling foldhash v0.1.5 |
| 1586 | 2026-05-27T05:19:43.460Z | Compiling zopfli v0.8.3 |
| 1587 | 2026-05-27T05:19:43.616Z | Compiling bzip2 v0.6.1 |
| 1588 | 2026-05-27T05:19:43.680Z | Compiling hashbrown v0.15.5 |
| 1589 | 2026-05-27T05:19:43.695Z | Compiling hashbrown v0.16.1 |
| 1590 | 2026-05-27T05:19:43.847Z | Compiling dof v0.3.0 |
| 1591 | 2026-05-27T05:19:43.863Z | Compiling chacha20 v0.10.0 |
| 1592 | 2026-05-27T05:19:43.894Z | Compiling daft v0.1.7 |
| 1593 | 2026-05-27T05:19:43.910Z | Compiling snafu v0.8.9 |
| 1594 | 2026-05-27T05:19:43.983Z | Compiling walkdir v2.5.0 |
| 1595 | 2026-05-27T05:19:43.998Z | Compiling strum v0.27.2 |
| 1596 | 2026-05-27T05:19:44.224Z | Compiling cargo_metadata v0.23.1 |
| 1597 | 2026-05-27T05:19:44.234Z | Compiling clap_builder v4.5.60 |
| 1598 | 2026-05-27T05:19:44.284Z | Compiling elliptic-curve v0.13.8 |
| 1599 | 2026-05-27T05:19:44.287Z | Compiling toml_edit v0.19.15 |
| 1600 | 2026-05-27T05:19:44.313Z | Compiling phf v0.13.1 |
| 1601 | 2026-05-27T05:19:44.317Z | Compiling signal-hook-mio v0.2.5 |
| 1602 | 2026-05-27T05:19:44.448Z | Compiling cookie_store v0.22.1 |
| 1603 | 2026-05-27T05:19:44.462Z | Compiling hubpack v0.1.2 |
| 1604 | 2026-05-27T05:19:44.499Z | Compiling usdt-macro v0.6.0 |
| 1605 | 2026-05-27T05:19:44.609Z | Compiling usdt-attr-macro v0.6.0 |
| 1606 | 2026-05-27T05:19:44.623Z | Compiling bzip2 v0.4.4 |
| 1607 | 2026-05-27T05:19:44.702Z | Compiling futures v0.3.32 |
| 1608 | 2026-05-27T05:19:44.711Z | Compiling serde_with_macros v3.17.0 |
| 1609 | 2026-05-27T05:19:44.745Z | Compiling postgres-types v0.2.12 |
| 1610 | 2026-05-27T05:19:44.908Z | Compiling zstd v0.13.3 |
| 1611 | 2026-05-27T05:19:45.069Z | Compiling dtrace-parser v0.2.0 |
| 1612 | 2026-05-27T05:19:45.124Z | Compiling globset v0.4.18 |
| 1613 | 2026-05-27T05:19:45.187Z | Compiling ed25519 v2.2.3 |
| 1614 | 2026-05-27T05:19:45.283Z | Compiling pkcs1 v0.7.5 |
| 1615 | 2026-05-27T05:19:45.315Z | Compiling serde-big-array v0.5.1 |
| 1616 | 2026-05-27T05:19:45.454Z | Compiling olpc-cjson v0.1.4 |
| 1617 | 2026-05-27T05:19:45.473Z | Compiling serde_plain v1.0.2 |
| 1618 | 2026-05-27T05:19:45.590Z | Compiling rfc6979 v0.4.0 |
| 1619 | 2026-05-27T05:19:45.630Z | Compiling enum-as-inner v0.6.1 |
| 1620 | 2026-05-27T05:19:45.684Z | Compiling async-recursion v1.1.1 |
| 1621 | 2026-05-27T05:19:45.700Z | Compiling strum_macros v0.26.4 |
| 1622 | 2026-05-27T05:19:45.700Z | Compiling serde_repr v0.1.20 |
| 1623 | 2026-05-27T05:19:45.832Z | Compiling clap_derive v4.5.55 |
| 1624 | 2026-05-27T05:19:45.846Z | Compiling phf_shared v0.11.3 |
| 1625 | 2026-05-27T05:19:45.864Z | Compiling float-cmp v0.10.0 |
| 1626 | 2026-05-27T05:19:45.980Z | Compiling pem v3.0.6 |
| 1627 | 2026-05-27T05:19:46.059Z | Compiling memmap2 v0.9.10 |
| 1628 | 2026-05-27T05:19:46.075Z | Compiling thread-id v4.2.2 |
| 1629 | 2026-05-27T05:19:46.109Z | Compiling env_filter v1.0.0 |
| 1630 | 2026-05-27T05:19:46.177Z | Compiling precomputed-hash v0.1.1 |
| 1631 | 2026-05-27T05:19:46.217Z | Compiling predicates-core v1.0.10 |
| 1632 | 2026-05-27T05:19:46.285Z | Compiling static_assertions v1.1.0 |
| 1633 | 2026-05-27T05:19:46.309Z | Compiling data-encoding v2.10.0 |
| 1634 | 2026-05-27T05:19:46.332Z | Compiling whoami v2.1.0 |
| 1635 | 2026-05-27T05:19:46.349Z | Compiling keccak v0.1.6 |
| 1636 | 2026-05-27T05:19:46.373Z | Compiling either v1.15.0 |
| 1637 | 2026-05-27T05:19:46.417Z | Compiling hyper v1.8.1 |
| 1638 | 2026-05-27T05:19:46.432Z | Compiling new_debug_unreachable v1.0.6 |
| 1639 | 2026-05-27T05:19:46.446Z | Compiling fixedbitset v0.4.2 |
| 1640 | 2026-05-27T05:19:46.516Z | Compiling difflib v0.4.0 |
| 1641 | 2026-05-27T05:19:46.599Z | Compiling fixedbitset v0.5.7 |
| 1642 | 2026-05-27T05:19:46.683Z | Compiling jiff v0.2.21 |
| 1643 | 2026-05-27T05:19:46.725Z | Compiling typed-path v0.9.3 |
| 1644 | 2026-05-27T05:19:46.924Z | Compiling normalize-line-endings v0.3.0 |
| 1645 | 2026-05-27T05:19:46.960Z | Compiling petgraph v0.8.3 |
| 1646 | 2026-05-27T05:19:47.030Z | Compiling predicates v3.1.4 |
| 1647 | 2026-05-27T05:19:47.045Z | Compiling hickory-proto v0.25.2 |
| 1648 | 2026-05-27T05:19:47.101Z | Compiling petgraph v0.6.5 |
| 1649 | 2026-05-27T05:19:47.193Z | Compiling itertools v0.13.0 |
| 1650 | 2026-05-27T05:19:47.334Z | Compiling tokio-postgres v0.7.16 |
| 1651 | 2026-05-27T05:19:47.356Z | Compiling sha3 v0.10.8 |
| 1652 | 2026-05-27T05:19:47.473Z | Compiling string_cache v0.8.9 |
| 1653 | 2026-05-27T05:19:47.586Z | Compiling hyper-util v0.1.20 |
| 1654 | 2026-05-27T05:19:47.712Z | Compiling clap v4.5.60 |
| 1655 | 2026-05-27T05:19:47.728Z | Compiling strum v0.26.3 |
| 1656 | 2026-05-27T05:19:47.733Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1657 | 2026-05-27T05:19:47.808Z | Compiling env_logger v0.11.9 |
| 1658 | 2026-05-27T05:19:47.840Z | Compiling usdt v0.6.0 |
| 1659 | 2026-05-27T05:19:47.878Z | Compiling toml_edit v0.22.27 |
| 1660 | 2026-05-27T05:19:47.996Z | Compiling usdt-impl v0.5.0 |
| 1661 | 2026-05-27T05:19:48.064Z | Compiling serde_with v3.17.0 |
| 1662 | 2026-05-27T05:19:48.122Z | Compiling crossterm v0.28.1 |
| 1663 | 2026-05-27T05:19:48.188Z | Compiling ecdsa v0.16.9 |
| 1664 | 2026-05-27T05:19:48.461Z | Compiling toml v0.7.8 |
| 1665 | 2026-05-27T05:19:48.604Z | Compiling rsa v0.9.10 |
| 1666 | 2026-05-27T05:19:48.619Z | Compiling ed25519-dalek v2.2.0 |
| 1667 | 2026-05-27T05:19:49.053Z | Compiling hyper-tls v0.6.0 |
| 1668 | 2026-05-27T05:19:49.080Z | Compiling zip v0.6.6 |
| 1669 | 2026-05-27T05:19:49.289Z | Compiling zip v4.6.1 |
| 1670 | 2026-05-27T05:19:49.306Z | Compiling iddqd v0.4.2 |
| 1671 | 2026-05-27T05:19:49.416Z | Compiling rand v0.10.0 |
| 1672 | 2026-05-27T05:19:49.774Z | Compiling heck v0.4.1 |
| 1673 | 2026-05-27T05:19:49.796Z | Compiling similar v2.7.0 |
| 1674 | 2026-05-27T05:19:49.812Z | Compiling tokio-stream v0.1.18 |
| 1675 | 2026-05-27T05:19:49.902Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1676 | 2026-05-27T05:19:50.022Z | Compiling buf-list v1.1.2 |
| 1677 | 2026-05-27T05:19:50.265Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1678 | 2026-05-27T05:19:50.298Z | Compiling openapiv3 v2.2.0 |
| 1679 | 2026-05-27T05:19:50.319Z | Compiling x509-cert v0.2.5 |
| 1680 | 2026-05-27T05:19:50.338Z | Compiling sha1 v0.10.6 |
| 1681 | 2026-05-27T05:19:50.465Z | Compiling crossbeam-epoch v0.9.18 |
| 1682 | 2026-05-27T05:19:50.547Z | Compiling peg-runtime v0.8.5 |
| 1683 | 2026-05-27T05:19:50.588Z | Compiling lalrpop-util v0.19.12 |
| 1684 | 2026-05-27T05:19:50.603Z | Compiling thread_local v1.1.9 |
| 1685 | 2026-05-27T05:19:50.624Z | Compiling slog-async v2.8.0 |
| 1686 | 2026-05-27T05:19:50.639Z | Compiling crossbeam-channel v0.5.15 |
| 1687 | 2026-05-27T05:19:50.644Z | Compiling filetime v0.2.27 |
| 1688 | 2026-05-27T05:19:50.685Z | Compiling is-terminal v0.4.17 |
| 1689 | 2026-05-27T05:19:50.791Z | Compiling take_mut v0.2.2 |
| 1690 | 2026-05-27T05:19:50.806Z | Compiling term v1.2.1 |
| 1691 | 2026-05-27T05:19:50.820Z | Compiling xattr v1.6.1 |
| 1692 | 2026-05-27T05:19:50.995Z | Compiling tar v0.4.45 |
| 1693 | 2026-05-27T05:19:51.144Z | Compiling slog-term v2.9.2 |
| 1694 | 2026-05-27T05:20:08.630Z | Compiling rustls-webpki v0.103.9 |
| 1695 | 2026-05-27T05:20:11.391Z | Compiling tokio-rustls v0.26.4 |
| 1696 | 2026-05-27T05:20:11.392Z | Compiling rustls-platform-verifier v0.6.2 |
| 1697 | 2026-05-27T05:20:11.600Z | Compiling hyper-rustls v0.27.7 |
| 1698 | 2026-05-27T05:20:11.817Z | Compiling reqwest v0.12.28 |
| 1699 | 2026-05-27T05:20:11.825Z | Compiling reqwest v0.13.2 |
| 1700 | 2026-05-27T05:20:12.982Z | Compiling tough v0.22.0 |
| 1701 | 2026-05-27T05:20:15.471Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1702 | 2026-05-27T05:20:15.705Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1703 | 2026-05-27T05:20:18.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.15s |
| 1704 | 2026-05-27T05:20:18.692Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1705 | 2026-05-27T05:20:18.747Z | May 27 05:20:18.057 INFO Starting download, target: Cockroach |
| 1706 | 2026-05-27T05:20:18.747Z | May 27 05:20:18.058 INFO Starting download, target: DendriteStub |
| 1707 | 2026-05-27T05:20:18.753Z | May 27 05:20:18.058 INFO Starting download, target: Console |
| 1708 | 2026-05-27T05:20:18.753Z | May 27 05:20:18.058 INFO Starting download, target: Clickhouse |
| 1709 | 2026-05-27T05:20:18.753Z | May 27 05:20:18.058 INFO Starting download, target: MaghemiteMgd |
| 1710 | 2026-05-27T05:20:18.753Z | May 27 05:20:18.058 INFO Starting download, target: TransceiverControl |
| 1711 | 2026-05-27T05:20:18.753Z | May 27 05:20:18.058 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1712 | 2026-05-27T05:20:18.753Z | May 27 05:20:18.058 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1713 | 2026-05-27T05:20:18.753Z | May 27 05:20:18.058 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1714 | 2026-05-27T05:20:18.753Z | May 27 05:20:18.058 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1715 | 2026-05-27T05:20:18.754Z | May 27 05:20:18.058 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1716 | 2026-05-27T05:20:18.754Z | May 27 05:20:18.058 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1717 | 2026-05-27T05:20:19.241Z | May 27 05:20:18.527 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1718 | 2026-05-27T05:20:19.460Z | May 27 05:20:18.753 INFO Download complete, target: TransceiverControl |
| 1719 | 2026-05-27T05:20:19.726Z | May 27 05:20:19.032 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1720 | 2026-05-27T05:20:19.988Z | May 27 05:20:19.279 INFO Download complete, target: Console |
| 1721 | 2026-05-27T05:20:20.598Z | May 27 05:20:19.909 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1722 | 2026-05-27T05:20:20.808Z | May 27 05:20:20.116 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1723 | 2026-05-27T05:20:21.130Z | May 27 05:20:20.441 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1724 | 2026-05-27T05:20:21.130Z | May 27 05:20:20.441 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1725 | 2026-05-27T05:20:21.679Z | May 27 05:20:20.989 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1726 | 2026-05-27T05:20:23.187Z | May 27 05:20:22.489 INFO Download complete, target: DendriteStub |
| 1727 | 2026-05-27T05:20:23.466Z | May 27 05:20:22.727 INFO Download complete, target: MaghemiteMgd |
| 1728 | 2026-05-27T05:20:26.229Z | May 27 05:20:25.446 INFO Checking that binary works, target: Cockroach |
| 1729 | 2026-05-27T05:20:26.281Z | May 27 05:20:25.574 INFO Download complete, target: Cockroach |
| 1730 | 2026-05-27T05:20:28.711Z | May 27 05:20:27.999 INFO Checking that binary works, target: Clickhouse |
| 1731 | 2026-05-27T05:20:28.862Z | May 27 05:20:28.120 INFO Download complete, target: Clickhouse |
| 1732 | 2026-05-27T05:20:28.877Z | All prerequisites installed successfully |
| 1733 | 2026-05-27T05:20:28.877Z | |
| 1734 | 2026-05-27T05:20:28.877Z | real 1:59.852430280 |
| 1735 | 2026-05-27T05:20:28.877Z | user 6:57.505865638 |
| 1736 | 2026-05-27T05:20:28.877Z | sys 1:41.932222128 |
| 1737 | 2026-05-27T05:20:28.877Z | trap 0.275969943 |
| 1738 | 2026-05-27T05:20:28.877Z | tflt 1.228778330 |
| 1739 | 2026-05-27T05:20:28.877Z | dflt 1.740566266 |
| 1740 | 2026-05-27T05:20:28.877Z | kflt 0.028195479 |
| 1741 | 2026-05-27T05:20:28.877Z | lock 23:24.034760981 |
| 1742 | 2026-05-27T05:20:28.878Z | slp 18:59.912104338 |
| 1743 | 2026-05-27T05:20:28.878Z | lat 24.725877939 |
| 1744 | 2026-05-27T05:20:28.878Z | stop 2:48.984359780 |
| 1745 | 2026-05-27T05:20:28.878Z | + ptime -m cargo xtask download softnpu |
| 1746 | 2026-05-27T05:20:29.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1747 | 2026-05-27T05:20:29.409Z | Running `target/debug/xtask download softnpu` |
| 1748 | 2026-05-27T05:20:30.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 1749 | 2026-05-27T05:20:30.226Z | Running `target/debug/xtask-downloader softnpu` |
| 1750 | 2026-05-27T05:20:30.257Z | May 27 05:20:29.568 INFO Starting download, target: Softnpu |
| 1751 | 2026-05-27T05:20:30.261Z | May 27 05:20:29.568 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1752 | 2026-05-27T05:20:31.356Z | May 27 05:20:30.666 INFO Download complete, target: Softnpu |
| 1753 | 2026-05-27T05:20:31.362Z | |
| 1754 | 2026-05-27T05:20:31.366Z | real 2.536856922 |
| 1755 | 2026-05-27T05:20:31.366Z | user 1.359100740 |
| 1756 | 2026-05-27T05:20:31.366Z | sys 0.667902589 |
| 1757 | 2026-05-27T05:20:31.366Z | trap 0.000538520 |
| 1758 | 2026-05-27T05:20:31.366Z | tflt 0.000376650 |
| 1759 | 2026-05-27T05:20:31.366Z | dflt 0.000048460 |
| 1760 | 2026-05-27T05:20:31.366Z | kflt 0.000000000 |
| 1761 | 2026-05-27T05:20:31.366Z | lock 20.214109585 |
| 1762 | 2026-05-27T05:20:31.366Z | slp 0.956442935 |
| 1763 | 2026-05-27T05:20:31.366Z | lat 0.101992707 |
| 1764 | 2026-05-27T05:20:31.366Z | stop 0.000197250 |
| 1765 | 2026-05-27T05:20:31.366Z | + export CARGO_INCREMENTAL=0 |
| 1766 | 2026-05-27T05:20:31.367Z | + CARGO_INCREMENTAL=0 |
| 1767 | 2026-05-27T05:20:31.367Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1768 | 2026-05-27T05:20:32.262Z | Compiling proc-macro2 v1.0.106 |
| 1769 | 2026-05-27T05:20:32.262Z | Compiling quote v1.0.45 |
| 1770 | 2026-05-27T05:20:32.262Z | Compiling unicode-ident v1.0.24 |
| 1771 | 2026-05-27T05:20:32.267Z | Compiling libc v0.2.185 |
| 1772 | 2026-05-27T05:20:32.267Z | Compiling serde_core v1.0.228 |
| 1773 | 2026-05-27T05:20:32.267Z | Compiling serde v1.0.228 |
| 1774 | 2026-05-27T05:20:32.267Z | Compiling cfg-if v1.0.4 |
| 1775 | 2026-05-27T05:20:32.267Z | Compiling version_check v0.9.5 |
| 1776 | 2026-05-27T05:20:32.267Z | Compiling find-msvc-tools v0.1.9 |
| 1777 | 2026-05-27T05:20:32.267Z | Compiling shlex v1.3.0 |
| 1778 | 2026-05-27T05:20:32.267Z | Compiling typenum v1.19.0 |
| 1779 | 2026-05-27T05:20:32.267Z | Compiling zmij v1.0.21 |
| 1780 | 2026-05-27T05:20:32.267Z | Compiling autocfg v1.5.0 |
| 1781 | 2026-05-27T05:20:32.411Z | Compiling serde_json v1.0.149 |
| 1782 | 2026-05-27T05:20:32.414Z | Compiling memchr v2.8.0 |
| 1783 | 2026-05-27T05:20:32.599Z | Compiling portable-atomic v1.13.1 |
| 1784 | 2026-05-27T05:20:32.699Z | Compiling libm v0.2.16 |
| 1785 | 2026-05-27T05:20:32.802Z | Compiling zerocopy v0.8.40 |
| 1786 | 2026-05-27T05:20:32.809Z | Compiling generic-array v0.14.7 |
| 1787 | 2026-05-27T05:20:32.815Z | Compiling parking_lot_core v0.9.12 |
| 1788 | 2026-05-27T05:20:32.819Z | Compiling smallvec v1.15.1 |
| 1789 | 2026-05-27T05:20:32.865Z | Compiling icu_properties_data v2.1.2 |
| 1790 | 2026-05-27T05:20:32.963Z | Compiling icu_normalizer_data v2.1.1 |
| 1791 | 2026-05-27T05:20:33.009Z | Compiling num-traits v0.2.19 |
| 1792 | 2026-05-27T05:20:33.030Z | Compiling itoa v1.0.17 |
| 1793 | 2026-05-27T05:20:33.080Z | Compiling getrandom v0.4.1 |
| 1794 | 2026-05-27T05:20:33.085Z | Compiling log v0.4.29 |
| 1795 | 2026-05-27T05:20:33.155Z | Compiling stable_deref_trait v1.2.1 |
| 1796 | 2026-05-27T05:20:33.168Z | Compiling pkg-config v0.3.32 |
| 1797 | 2026-05-27T05:20:33.200Z | Compiling subtle v2.6.1 |
| 1798 | 2026-05-27T05:20:33.359Z | Compiling scopeguard v1.2.0 |
| 1799 | 2026-05-27T05:20:33.389Z | Compiling jobserver v0.1.34 |
| 1800 | 2026-05-27T05:20:33.394Z | Compiling getrandom v0.2.17 |
| 1801 | 2026-05-27T05:20:33.485Z | Compiling errno v0.3.14 |
| 1802 | 2026-05-27T05:20:33.572Z | Compiling lock_api v0.4.14 |
| 1803 | 2026-05-27T05:20:33.581Z | Compiling rand_core v0.6.4 |
| 1804 | 2026-05-27T05:20:33.602Z | Compiling litemap v0.8.1 |
| 1805 | 2026-05-27T05:20:33.626Z | Compiling cc v1.2.56 |
| 1806 | 2026-05-27T05:20:33.676Z | Compiling syn v2.0.117 |
| 1807 | 2026-05-27T05:20:33.692Z | Compiling percent-encoding v2.3.2 |
| 1808 | 2026-05-27T05:20:33.697Z | Compiling writeable v0.6.2 |
| 1809 | 2026-05-27T05:20:33.811Z | Compiling fnv v1.0.7 |
| 1810 | 2026-05-27T05:20:33.824Z | Compiling pin-project-lite v0.2.17 |
| 1811 | 2026-05-27T05:20:33.898Z | Compiling thiserror v2.0.18 |
| 1812 | 2026-05-27T05:20:33.945Z | Compiling getrandom v0.3.4 |
| 1813 | 2026-05-27T05:20:33.977Z | Compiling fs_extra v1.3.0 |
| 1814 | 2026-05-27T05:20:33.999Z | Compiling equivalent v1.0.2 |
| 1815 | 2026-05-27T05:20:34.008Z | Compiling dunce v1.0.5 |
| 1816 | 2026-05-27T05:20:34.063Z | Compiling schemars v0.8.22 |
| 1817 | 2026-05-27T05:20:34.078Z | Compiling rustversion v1.0.22 |
| 1818 | 2026-05-27T05:20:34.102Z | Compiling utf8_iter v1.0.4 |
| 1819 | 2026-05-27T05:20:34.133Z | Compiling rand_core v0.10.0 |
| 1820 | 2026-05-27T05:20:34.241Z | Compiling form_urlencoded v1.2.2 |
| 1821 | 2026-05-27T05:20:34.312Z | Compiling critical-section v1.2.0 |
| 1822 | 2026-05-27T05:20:34.344Z | Compiling cmake v0.1.57 |
| 1823 | 2026-05-27T05:20:34.374Z | Compiling signal-hook-registry v1.4.8 |
| 1824 | 2026-05-27T05:20:34.454Z | Compiling rustix v1.1.3 |
| 1825 | 2026-05-27T05:20:34.471Z | Compiling hashbrown v0.17.0 |
| 1826 | 2026-05-27T05:20:34.504Z | Compiling mio v1.2.0 |
| 1827 | 2026-05-27T05:20:34.587Z | Compiling socket2 v0.6.3 |
| 1828 | 2026-05-27T05:20:34.700Z | Compiling once_cell v1.21.3 |
| 1829 | 2026-05-27T05:20:34.787Z | Compiling semver v1.0.28 |
| 1830 | 2026-05-27T05:20:34.854Z | Compiling parking_lot v0.12.5 |
| 1831 | 2026-05-27T05:20:34.933Z | Compiling bitflags v2.11.0 |
| 1832 | 2026-05-27T05:20:34.984Z | Compiling ring v0.17.14 |
| 1833 | 2026-05-27T05:20:35.015Z | Compiling aws-lc-sys v0.40.0 |
| 1834 | 2026-05-27T05:20:35.033Z | Compiling indexmap v2.14.0 |
| 1835 | 2026-05-27T05:20:35.046Z | Compiling const-oid v0.9.6 |
| 1836 | 2026-05-27T05:20:35.127Z | Compiling heck v0.5.0 |
| 1837 | 2026-05-27T05:20:35.160Z | Compiling aws-lc-rs v1.16.3 |
| 1838 | 2026-05-27T05:20:35.241Z | Compiling futures-core v0.3.32 |
| 1839 | 2026-05-27T05:20:35.264Z | Compiling httparse v1.10.1 |
| 1840 | 2026-05-27T05:20:35.373Z | Compiling strsim v0.11.1 |
| 1841 | 2026-05-27T05:20:35.378Z | Compiling thiserror v1.0.69 |
| 1842 | 2026-05-27T05:20:35.422Z | Compiling vcpkg v0.2.15 |
| 1843 | 2026-05-27T05:20:35.599Z | Compiling byteorder v1.5.0 |
| 1844 | 2026-05-27T05:20:35.684Z | Compiling ucd-trie v0.1.7 |
| 1845 | 2026-05-27T05:20:35.701Z | Compiling iana-time-zone v0.1.65 |
| 1846 | 2026-05-27T05:20:35.774Z | Compiling syn v1.0.109 |
| 1847 | 2026-05-27T05:20:35.779Z | Compiling ident_case v1.0.1 |
| 1848 | 2026-05-27T05:20:35.787Z | Compiling regex-syntax v0.8.10 |
| 1849 | 2026-05-27T05:20:35.804Z | Compiling uuid v1.23.0 |
| 1850 | 2026-05-27T05:20:35.842Z | Compiling pest v2.8.6 |
| 1851 | 2026-05-27T05:20:35.892Z | Compiling rustls v0.23.37 |
| 1852 | 2026-05-27T05:20:35.914Z | Compiling cpufeatures v0.2.17 |
| 1853 | 2026-05-27T05:20:36.000Z | Compiling openssl-sys v0.9.115 |
| 1854 | 2026-05-27T05:20:36.127Z | Compiling futures-sink v0.3.32 |
| 1855 | 2026-05-27T05:20:36.160Z | Compiling rustc_version v0.4.1 |
| 1856 | 2026-05-27T05:20:36.233Z | Compiling futures-channel v0.3.32 |
| 1857 | 2026-05-27T05:20:36.253Z | Compiling futures-io v0.3.32 |
| 1858 | 2026-05-27T05:20:36.278Z | Compiling futures-task v0.3.32 |
| 1859 | 2026-05-27T05:20:36.445Z | Compiling slab v0.4.12 |
| 1860 | 2026-05-27T05:20:36.467Z | Compiling synstructure v0.13.2 |
| 1861 | 2026-05-27T05:20:36.500Z | Compiling serde_derive_internals v0.29.1 |
| 1862 | 2026-05-27T05:20:36.597Z | Compiling aho-corasick v1.1.4 |
| 1863 | 2026-05-27T05:20:36.641Z | Compiling dyn-clone v1.0.20 |
| 1864 | 2026-05-27T05:20:36.865Z | Compiling base64 v0.22.1 |
| 1865 | 2026-05-27T05:20:36.878Z | Compiling plain v0.2.3 |
| 1866 | 2026-05-27T05:20:36.993Z | Compiling pest_meta v2.8.6 |
| 1867 | 2026-05-27T05:20:37.029Z | Compiling crc32fast v1.5.0 |
| 1868 | 2026-05-27T05:20:37.029Z | Compiling openssl v0.10.79 |
| 1869 | 2026-05-27T05:20:37.050Z | Compiling num-conv v0.2.0 |
| 1870 | 2026-05-27T05:20:37.142Z | Compiling crossbeam-utils v0.8.21 |
| 1871 | 2026-05-27T05:20:37.171Z | Compiling time-core v0.1.8 |
| 1872 | 2026-05-27T05:20:37.267Z | Compiling pretty-hex v0.4.1 |
| 1873 | 2026-05-27T05:20:37.384Z | Compiling native-tls v0.2.18 |
| 1874 | 2026-05-27T05:20:37.394Z | Compiling time-macros v0.2.27 |
| 1875 | 2026-05-27T05:20:37.394Z | Compiling anyhow v1.0.102 |
| 1876 | 2026-05-27T05:20:37.394Z | Compiling base64ct v1.8.3 |
| 1877 | 2026-05-27T05:20:37.394Z | Compiling regex-automata v0.4.14 |
| 1878 | 2026-05-27T05:20:37.395Z | Compiling darling_core v0.21.3 |
| 1879 | 2026-05-27T05:20:37.534Z | Compiling pest_generator v2.8.6 |
| 1880 | 2026-05-27T05:20:37.619Z | Compiling pem-rfc7468 v0.7.0 |
| 1881 | 2026-05-27T05:20:37.634Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1882 | 2026-05-27T05:20:37.656Z | Compiling tracing-core v0.1.36 |
| 1883 | 2026-05-27T05:20:37.735Z | Compiling serde_derive v1.0.228 |
| 1884 | 2026-05-27T05:20:37.888Z | Compiling zeroize_derive v1.4.3 |
| 1885 | 2026-05-27T05:20:37.909Z | Compiling zerofrom-derive v0.1.6 |
| 1886 | 2026-05-27T05:20:37.924Z | Compiling yoke-derive v0.8.1 |
| 1887 | 2026-05-27T05:20:37.997Z | Compiling zerovec-derive v0.11.2 |
| 1888 | 2026-05-27T05:20:38.023Z | Compiling displaydoc v0.2.5 |
| 1889 | 2026-05-27T05:20:38.167Z | Compiling zerocopy-derive v0.8.40 |
| 1890 | 2026-05-27T05:20:38.204Z | Compiling tokio-macros v2.7.0 |
| 1891 | 2026-05-27T05:20:38.276Z | Compiling futures-macro v0.3.32 |
| 1892 | 2026-05-27T05:20:38.489Z | Compiling zeroize v1.8.2 |
| 1893 | 2026-05-27T05:20:38.746Z | Compiling thiserror-impl v2.0.18 |
| 1894 | 2026-05-27T05:20:38.927Z | Compiling schemars_derive v0.8.22 |
| 1895 | 2026-05-27T05:20:38.934Z | Compiling tracing-attributes v0.1.31 |
| 1896 | 2026-05-27T05:20:39.069Z | Compiling zerofrom v0.1.6 |
| 1897 | 2026-05-27T05:20:39.107Z | Compiling der_derive v0.7.3 |
| 1898 | 2026-05-27T05:20:39.170Z | Compiling yoke v0.8.1 |
| 1899 | 2026-05-27T05:20:39.274Z | Compiling crypto-common v0.1.7 |
| 1900 | 2026-05-27T05:20:39.376Z | Compiling zerovec v0.11.5 |
| 1901 | 2026-05-27T05:20:39.397Z | Compiling zerotrie v0.2.3 |
| 1902 | 2026-05-27T05:20:39.437Z | Compiling block-buffer v0.10.4 |
| 1903 | 2026-05-27T05:20:39.560Z | Compiling digest v0.10.7 |
| 1904 | 2026-05-27T05:20:39.795Z | Compiling thiserror-impl v1.0.69 |
| 1905 | 2026-05-27T05:20:39.917Z | Compiling pest_derive v2.8.6 |
| 1906 | 2026-05-27T05:20:39.985Z | Compiling tinystr v0.8.2 |
| 1907 | 2026-05-27T05:20:40.002Z | Compiling potential_utf v0.1.4 |
| 1908 | 2026-05-27T05:20:40.013Z | Compiling futures-util v0.3.32 |
| 1909 | 2026-05-27T05:20:40.076Z | Compiling hmac v0.12.1 |
| 1910 | 2026-05-27T05:20:40.158Z | Compiling icu_collections v2.1.1 |
| 1911 | 2026-05-27T05:20:40.186Z | Compiling icu_locale_core v2.1.1 |
| 1912 | 2026-05-27T05:20:40.413Z | Compiling block-padding v0.3.3 |
| 1913 | 2026-05-27T05:20:40.549Z | Compiling inout v0.1.4 |
| 1914 | 2026-05-27T05:20:40.720Z | Compiling rustls-pki-types v1.14.0 |
| 1915 | 2026-05-27T05:20:40.828Z | Compiling bytes v1.11.1 |
| 1916 | 2026-05-27T05:20:40.913Z | Compiling icu_provider v2.1.1 |
| 1917 | 2026-05-27T05:20:40.924Z | Compiling chrono v0.4.44 |
| 1918 | 2026-05-27T05:20:40.953Z | Compiling openssl-macros v0.1.1 |
| 1919 | 2026-05-27T05:20:41.166Z | Compiling icu_normalizer v2.1.1 |
| 1920 | 2026-05-27T05:20:41.272Z | Compiling icu_properties v2.1.2 |
| 1921 | 2026-05-27T05:20:41.323Z | Compiling tokio v1.52.1 |
| 1922 | 2026-05-27T05:20:41.792Z | Compiling serde_tokenstream v0.2.3 |
| 1923 | 2026-05-27T05:20:42.085Z | Compiling cipher v0.4.4 |
| 1924 | 2026-05-27T05:20:42.096Z | Compiling sha2 v0.10.9 |
| 1925 | 2026-05-27T05:20:42.334Z | Compiling idna_adapter v1.2.1 |
| 1926 | 2026-05-27T05:20:42.412Z | Compiling ppv-lite86 v0.2.21 |
| 1927 | 2026-05-27T05:20:42.461Z | Compiling idna v1.1.0 |
| 1928 | 2026-05-27T05:20:42.599Z | Compiling scroll_derive v0.12.1 |
| 1929 | 2026-05-27T05:20:42.667Z | Compiling scroll_derive v0.13.1 |
| 1930 | 2026-05-27T05:20:42.714Z | Compiling http v1.4.0 |
| 1931 | 2026-05-27T05:20:42.807Z | Compiling flagset v0.4.7 |
| 1932 | 2026-05-27T05:20:42.885Z | Compiling url v2.5.8 |
| 1933 | 2026-05-27T05:20:43.105Z | Compiling untrusted v0.9.0 |
| 1934 | 2026-05-27T05:20:43.106Z | Compiling der v0.7.10 |
| 1935 | 2026-05-27T05:20:43.183Z | Compiling tracing v0.1.44 |
| 1936 | 2026-05-27T05:20:43.260Z | Compiling regex v1.12.3 |
| 1937 | 2026-05-27T05:20:43.345Z | Compiling darling_macro v0.21.3 |
| 1938 | 2026-05-27T05:20:43.491Z | Compiling zerocopy-derive v0.7.35 |
| 1939 | 2026-05-27T05:20:43.581Z | Compiling rand_core v0.9.5 |
| 1940 | 2026-05-27T05:20:43.670Z | Compiling slog v2.8.2 |
| 1941 | 2026-05-27T05:20:44.086Z | Compiling darling v0.21.3 |
| 1942 | 2026-05-27T05:20:44.123Z | Compiling spki v0.7.3 |
| 1943 | 2026-05-27T05:20:44.179Z | Compiling salsa20 v0.10.2 |
| 1944 | 2026-05-27T05:20:44.234Z | Compiling pbkdf2 v0.12.2 |
| 1945 | 2026-05-27T05:20:44.570Z | Compiling cookie v0.18.1 |
| 1946 | 2026-05-27T05:20:44.740Z | Compiling camino v1.2.2 |
| 1947 | 2026-05-27T05:20:45.084Z | Compiling scrypt v0.11.0 |
| 1948 | 2026-05-27T05:20:45.113Z | Compiling tokio-util v0.7.18 |
| 1949 | 2026-05-27T05:20:45.113Z | Compiling rand_chacha v0.9.0 |
| 1950 | 2026-05-27T05:20:45.264Z | Compiling http-body v1.0.1 |
| 1951 | 2026-05-27T05:20:45.328Z | Compiling cbc v0.1.2 |
| 1952 | 2026-05-27T05:20:45.373Z | Compiling aes v0.8.4 |
| 1953 | 2026-05-27T05:20:45.439Z | Compiling usdt-impl v0.5.0 |
| 1954 | 2026-05-27T05:20:45.520Z | Compiling winnow v0.7.14 |
| 1955 | 2026-05-27T05:20:45.520Z | Compiling tinyvec_macros v0.1.1 |
| 1956 | 2026-05-27T05:20:45.591Z | Compiling openssl-probe v0.2.1 |
| 1957 | 2026-05-27T05:20:45.591Z | Compiling atomic-waker v1.1.2 |
| 1958 | 2026-05-27T05:20:45.686Z | Compiling either v1.15.0 |
| 1959 | 2026-05-27T05:20:45.733Z | Compiling paste v1.0.15 |
| 1960 | 2026-05-27T05:20:45.860Z | Compiling ref-cast v1.0.25 |
| 1961 | 2026-05-27T05:20:45.912Z | Compiling usdt-impl v0.6.0 |
| 1962 | 2026-05-27T05:20:45.912Z | Compiling untrusted v0.7.1 |
| 1963 | 2026-05-27T05:20:46.058Z | Compiling pkcs5 v0.7.1 |
| 1964 | 2026-05-27T05:20:46.123Z | Compiling tinyvec v1.10.0 |
| 1965 | 2026-05-27T05:20:46.152Z | Compiling rand v0.9.2 |
| 1966 | 2026-05-27T05:20:46.424Z | Compiling scroll v0.13.0 |
| 1967 | 2026-05-27T05:20:46.471Z | Compiling scroll v0.12.0 |
| 1968 | 2026-05-27T05:20:46.566Z | Compiling toml_datetime v0.6.11 |
| 1969 | 2026-05-27T05:20:46.688Z | Compiling serde_spanned v0.6.9 |
| 1970 | 2026-05-27T05:20:46.702Z | Compiling async-trait v0.1.89 |
| 1971 | 2026-05-27T05:20:46.721Z | Compiling heapless v0.7.17 |
| 1972 | 2026-05-27T05:20:46.755Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1973 | 2026-05-27T05:20:46.843Z | Compiling tower-service v0.3.3 |
| 1974 | 2026-05-27T05:20:46.853Z | Compiling tower-layer v0.3.3 |
| 1975 | 2026-05-27T05:20:46.897Z | Compiling zstd-safe v7.2.4 |
| 1976 | 2026-05-27T05:20:46.951Z | Compiling signal-hook v0.3.18 |
| 1977 | 2026-05-27T05:20:46.987Z | Compiling try-lock v0.2.5 |
| 1978 | 2026-05-27T05:20:47.058Z | Compiling fastrand v2.3.0 |
| 1979 | 2026-05-27T05:20:47.156Z | Compiling want v0.3.1 |
| 1980 | 2026-05-27T05:20:47.211Z | Compiling h2 v0.4.13 |
| 1981 | 2026-05-27T05:20:47.291Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1982 | 2026-05-27T05:20:47.332Z | Compiling goblin v0.8.2 |
| 1983 | 2026-05-27T05:20:47.406Z | Compiling goblin v0.10.5 |
| 1984 | 2026-05-27T05:20:47.537Z | Compiling pkcs8 v0.10.2 |
| 1985 | 2026-05-27T05:20:47.596Z | Compiling zerocopy v0.7.35 |
| 1986 | 2026-05-27T05:20:47.714Z | Compiling ipnet v2.11.0 |
| 1987 | 2026-05-27T05:20:47.855Z | Compiling ref-cast-impl v1.0.25 |
| 1988 | 2026-05-27T05:20:48.028Z | Compiling darling_core v0.20.11 |
| 1989 | 2026-05-27T05:20:48.147Z | Compiling curve25519-dalek v4.1.3 |
| 1990 | 2026-05-27T05:20:48.316Z | Compiling memoffset v0.9.1 |
| 1991 | 2026-05-27T05:20:48.396Z | Compiling pin-utils v0.1.0 |
| 1992 | 2026-05-27T05:20:48.421Z | Compiling litrs v1.0.0 |
| 1993 | 2026-05-27T05:20:48.492Z | Compiling foreign-types-shared v0.1.1 |
| 1994 | 2026-05-27T05:20:48.536Z | Compiling rustix v0.38.44 |
| 1995 | 2026-05-27T05:20:48.590Z | Compiling httpdate v1.0.3 |
| 1996 | 2026-05-27T05:20:48.956Z | Compiling winnow v0.5.40 |
| 1997 | 2026-05-27T05:20:49.051Z | Compiling document-features v0.2.12 |
| 1998 | 2026-05-27T05:20:49.170Z | Compiling tempfile v3.25.0 |
| 1999 | 2026-05-27T05:20:49.248Z | Compiling foreign-types v0.3.2 |
| 2000 | 2026-05-27T05:20:49.518Z | Compiling dof v0.3.0 |
| 2001 | 2026-05-27T05:20:49.613Z | Compiling unicode-normalization v0.1.25 |
| 2002 | 2026-05-27T05:20:49.999Z | Compiling darling_macro v0.20.11 |
| 2003 | 2026-05-27T05:20:50.017Z | Compiling dtrace-parser v0.2.0 |
| 2004 | 2026-05-27T05:20:50.125Z | Compiling dof v0.4.0 |
| 2005 | 2026-05-27T05:20:50.164Z | Compiling hyper v1.8.1 |
| 2006 | 2026-05-27T05:20:50.324Z | Compiling toml_edit v0.19.15 |
| 2007 | 2026-05-27T05:20:50.416Z | Compiling dtrace-parser v0.3.0 |
| 2008 | 2026-05-27T05:20:50.501Z | Compiling pin-project-internal v1.1.11 |
| 2009 | 2026-05-27T05:20:50.614Z | Compiling daft-derive v0.1.7 |
| 2010 | 2026-05-27T05:20:50.666Z | Compiling spin v0.9.8 |
| 2011 | 2026-05-27T05:20:50.679Z | Compiling thread-id v5.1.0 |
| 2012 | 2026-05-27T05:20:50.705Z | Compiling thread-id v4.2.2 |
| 2013 | 2026-05-27T05:20:50.774Z | Compiling powerfmt v0.2.0 |
| 2014 | 2026-05-27T05:20:50.806Z | Compiling smoltcp v0.9.1 |
| 2015 | 2026-05-27T05:20:50.896Z | Compiling cfg_aliases v0.2.1 |
| 2016 | 2026-05-27T05:20:51.029Z | Compiling num-bigint-dig v0.8.6 |
| 2017 | 2026-05-27T05:20:51.068Z | Compiling nix v0.31.2 |
| 2018 | 2026-05-27T05:20:51.130Z | Compiling deranged v0.5.8 |
| 2019 | 2026-05-27T05:20:51.324Z | Compiling hyper-util v0.1.20 |
| 2020 | 2026-05-27T05:20:51.531Z | Compiling darling v0.20.11 |
| 2021 | 2026-05-27T05:20:51.690Z | Compiling rustls-native-certs v0.8.3 |
| 2022 | 2026-05-27T05:20:51.743Z | Compiling ipnetwork v0.21.1 |
| 2023 | 2026-05-27T05:20:52.116Z | Compiling strum_macros v0.26.4 |
| 2024 | 2026-05-27T05:20:52.306Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2025 | 2026-05-27T05:20:52.421Z | Compiling sync_wrapper v1.0.2 |
| 2026 | 2026-05-27T05:20:52.524Z | Compiling wait-timeout v0.2.1 |
| 2027 | 2026-05-27T05:20:52.646Z | Compiling siphasher v1.0.2 |
| 2028 | 2026-05-27T05:20:52.765Z | Compiling simd-adler32 v0.3.8 |
| 2029 | 2026-05-27T05:20:52.816Z | Compiling quick-error v1.2.3 |
| 2030 | 2026-05-27T05:20:52.948Z | Compiling bit-vec v0.8.0 |
| 2031 | 2026-05-27T05:20:53.017Z | Compiling utf8parse v0.2.2 |
| 2032 | 2026-05-27T05:20:53.068Z | Compiling anstyle v1.0.13 |
| 2033 | 2026-05-27T05:20:53.117Z | Compiling num_threads v0.1.7 |
| 2034 | 2026-05-27T05:20:53.213Z | Compiling time v0.3.47 |
| 2035 | 2026-05-27T05:20:53.230Z | Compiling bit-set v0.8.0 |
| 2036 | 2026-05-27T05:20:53.298Z | Compiling anstyle-parse v0.2.7 |
| 2037 | 2026-05-27T05:20:53.415Z | Compiling rusty-fork v0.3.1 |
| 2038 | 2026-05-27T05:20:53.581Z | Compiling tower v0.5.3 |
| 2039 | 2026-05-27T05:20:53.770Z | Compiling derive_builder_core v0.20.2 |
| 2040 | 2026-05-27T05:20:53.871Z | Compiling http-body-util v0.1.3 |
| 2041 | 2026-05-27T05:20:54.073Z | Compiling webpki-roots v1.0.6 |
| 2042 | 2026-05-27T05:20:54.133Z | Compiling rand_xorshift v0.4.0 |
| 2043 | 2026-05-27T05:20:54.181Z | Compiling signature v2.2.0 |
| 2044 | 2026-05-27T05:20:54.211Z | Compiling hubpack_derive v0.1.1 |
| 2045 | 2026-05-27T05:20:54.283Z | Compiling snafu-derive v0.8.9 |
| 2046 | 2026-05-27T05:20:54.298Z | Compiling strum_macros v0.27.2 |
| 2047 | 2026-05-27T05:20:54.532Z | Compiling fs-err v3.3.0 |
| 2048 | 2026-05-27T05:20:54.570Z | Compiling ahash v0.8.12 |
| 2049 | 2026-05-27T05:20:54.665Z | Compiling encoding_rs v0.8.35 |
| 2050 | 2026-05-27T05:20:54.744Z | Compiling colorchoice v1.0.4 |
| 2051 | 2026-05-27T05:20:54.794Z | Compiling allocator-api2 v0.2.21 |
| 2052 | 2026-05-27T05:20:54.875Z | Compiling unicode-properties v0.1.4 |
| 2053 | 2026-05-27T05:20:54.879Z | Compiling adler2 v2.0.1 |
| 2054 | 2026-05-27T05:20:55.043Z | Compiling ryu v1.0.23 |
| 2055 | 2026-05-27T05:20:55.095Z | Compiling mime v0.3.17 |
| 2056 | 2026-05-27T05:20:55.170Z | Compiling unarray v0.1.4 |
| 2057 | 2026-05-27T05:20:55.266Z | Compiling iri-string v0.7.10 |
| 2058 | 2026-05-27T05:20:55.302Z | Compiling unicode-segmentation v1.12.0 |
| 2059 | 2026-05-27T05:20:55.317Z | Compiling is_terminal_polyfill v1.70.2 |
| 2060 | 2026-05-27T05:20:55.338Z | Compiling object v0.37.3 |
| 2061 | 2026-05-27T05:20:55.362Z | Compiling unicode-bidi v0.3.18 |
| 2062 | 2026-05-27T05:20:55.377Z | Compiling anstyle-query v1.1.5 |
| 2063 | 2026-05-27T05:20:55.404Z | Compiling serde_urlencoded v0.7.1 |
| 2064 | 2026-05-27T05:20:55.501Z | Compiling anstream v0.6.21 |
| 2065 | 2026-05-27T05:20:55.607Z | Compiling proptest v1.10.0 |
| 2066 | 2026-05-27T05:20:55.697Z | Compiling stringprep v0.1.5 |
| 2067 | 2026-05-27T05:20:55.875Z | Compiling miniz_oxide v0.8.9 |
| 2068 | 2026-05-27T05:20:55.993Z | Compiling derive_builder_macro v0.20.2 |
| 2069 | 2026-05-27T05:20:56.155Z | Compiling tokio-native-tls v0.3.1 |
| 2070 | 2026-05-27T05:20:56.189Z | Compiling usdt-attr-macro v0.6.0 |
| 2071 | 2026-05-27T05:20:56.341Z | Compiling usdt-macro v0.6.0 |
| 2072 | 2026-05-27T05:20:56.552Z | Compiling tower-http v0.6.8 |
| 2073 | 2026-05-27T05:20:56.817Z | Compiling rand_chacha v0.3.1 |
| 2074 | 2026-05-27T05:20:56.851Z | Compiling erased-serde v0.3.31 |
| 2075 | 2026-05-27T05:20:56.877Z | Compiling md-5 v0.10.6 |
| 2076 | 2026-05-27T05:20:56.929Z | Compiling bstr v1.12.1 |
| 2077 | 2026-05-27T05:20:56.979Z | Compiling num-integer v0.1.46 |
| 2078 | 2026-05-27T05:20:56.996Z | Compiling hash32 v0.2.1 |
| 2079 | 2026-05-27T05:20:57.039Z | Compiling vergen-lib v9.1.0 |
| 2080 | 2026-05-27T05:20:57.117Z | Compiling ff v0.13.1 |
| 2081 | 2026-05-27T05:20:57.239Z | Compiling zlib-rs v0.6.2 |
| 2082 | 2026-05-27T05:20:57.260Z | Compiling psl-types v2.0.11 |
| 2083 | 2026-05-27T05:20:57.411Z | Compiling base16ct v0.2.0 |
| 2084 | 2026-05-27T05:20:57.450Z | Compiling fallible-iterator v0.2.0 |
| 2085 | 2026-05-27T05:20:57.450Z | Compiling publicsuffix v2.3.0 |
| 2086 | 2026-05-27T05:20:57.539Z | Compiling sec1 v0.7.3 |
| 2087 | 2026-05-27T05:20:57.608Z | Compiling num-iter v0.1.45 |
| 2088 | 2026-05-27T05:20:57.765Z | Compiling newtype-uuid v1.3.2 |
| 2089 | 2026-05-27T05:20:57.776Z | Compiling postgres-protocol v0.6.10 |
| 2090 | 2026-05-27T05:20:57.816Z | Compiling group v0.13.0 |
| 2091 | 2026-05-27T05:20:58.040Z | Compiling rand v0.8.6 |
| 2092 | 2026-05-27T05:20:58.438Z | Compiling oxnet v0.1.4 |
| 2093 | 2026-05-27T05:20:58.538Z | Compiling derive_builder v0.20.2 |
| 2094 | 2026-05-27T05:20:58.581Z | Compiling hyper-tls v0.6.0 |
| 2095 | 2026-05-27T05:20:58.662Z | Compiling heck v0.4.1 |
| 2096 | 2026-05-27T05:20:58.774Z | Compiling phf_shared v0.13.1 |
| 2097 | 2026-05-27T05:20:58.783Z | Compiling pin-project v1.1.11 |
| 2098 | 2026-05-27T05:20:58.840Z | Compiling lazy_static v1.5.0 |
| 2099 | 2026-05-27T05:20:58.958Z | Compiling terminal_size v0.4.3 |
| 2100 | 2026-05-27T05:20:58.978Z | Compiling serde_with_macros v3.17.0 |
| 2101 | 2026-05-27T05:20:58.998Z | Compiling futures-executor v0.3.32 |
| 2102 | 2026-05-27T05:20:59.013Z | Compiling hex v0.4.3 |
| 2103 | 2026-05-27T05:20:59.110Z | Compiling hkdf v0.12.4 |
| 2104 | 2026-05-27T05:20:59.222Z | Compiling flate2 v1.1.9 |
| 2105 | 2026-05-27T05:20:59.245Z | Compiling crypto-bigint v0.5.5 |
| 2106 | 2026-05-27T05:20:59.275Z | Compiling clap_derive v4.5.55 |
| 2107 | 2026-05-27T05:20:59.379Z | Compiling enum-as-inner v0.6.1 |
| 2108 | 2026-05-27T05:20:59.388Z | Compiling serde_repr v0.1.20 |
| 2109 | 2026-05-27T05:20:59.426Z | Compiling async-recursion v1.1.1 |
| 2110 | 2026-05-27T05:20:59.497Z | Compiling vergen v9.1.0 |
| 2111 | 2026-05-27T05:20:59.631Z | Compiling cargo-platform v0.3.2 |
| 2112 | 2026-05-27T05:20:59.679Z | Compiling bumpalo v3.20.2 |
| 2113 | 2026-05-27T05:20:59.718Z | Compiling bitflags v1.3.2 |
| 2114 | 2026-05-27T05:20:59.900Z | Compiling foldhash v0.1.5 |
| 2115 | 2026-05-27T05:20:59.914Z | Compiling clap_lex v1.0.0 |
| 2116 | 2026-05-27T05:20:59.970Z | Compiling same-file v1.0.6 |
| 2117 | 2026-05-27T05:21:00.040Z | Compiling managed v0.8.0 |
| 2118 | 2026-05-27T05:21:00.085Z | Compiling foldhash v0.2.0 |
| 2119 | 2026-05-27T05:21:00.152Z | Compiling libbz2-rs-sys v0.2.2 |
| 2120 | 2026-05-27T05:21:00.169Z | Compiling cpufeatures v0.3.0 |
| 2121 | 2026-05-27T05:21:00.202Z | Compiling elliptic-curve v0.13.8 |
| 2122 | 2026-05-27T05:21:00.270Z | Compiling hashbrown v0.16.1 |
| 2123 | 2026-05-27T05:21:00.286Z | Compiling chacha20 v0.10.0 |
| 2124 | 2026-05-27T05:21:00.474Z | Compiling clap_builder v4.5.60 |
| 2125 | 2026-05-27T05:21:00.543Z | Compiling walkdir v2.5.0 |
| 2126 | 2026-05-27T05:21:00.559Z | Compiling bzip2 v0.6.1 |
| 2127 | 2026-05-27T05:21:00.575Z | Compiling hashbrown v0.15.5 |
| 2128 | 2026-05-27T05:21:00.836Z | Compiling zopfli v0.8.3 |
| 2129 | 2026-05-27T05:21:00.847Z | Compiling cargo_metadata v0.23.1 |
| 2130 | 2026-05-27T05:21:00.928Z | Compiling futures v0.3.32 |
| 2131 | 2026-05-27T05:21:01.162Z | Compiling phf v0.13.1 |
| 2132 | 2026-05-27T05:21:01.346Z | Compiling snafu v0.8.9 |
| 2133 | 2026-05-27T05:21:01.379Z | Compiling zstd v0.13.3 |
| 2134 | 2026-05-27T05:21:01.383Z | Compiling signal-hook-mio v0.2.5 |
| 2135 | 2026-05-27T05:21:01.383Z | Compiling daft v0.1.7 |
| 2136 | 2026-05-27T05:21:01.612Z | Compiling cookie_store v0.22.1 |
| 2137 | 2026-05-27T05:21:01.667Z | Compiling postgres-types v0.2.12 |
| 2138 | 2026-05-27T05:21:01.681Z | Compiling bzip2 v0.4.4 |
| 2139 | 2026-05-27T05:21:01.837Z | Compiling globset v0.4.18 |
| 2140 | 2026-05-27T05:21:01.904Z | Compiling strum v0.27.2 |
| 2141 | 2026-05-27T05:21:02.204Z | Compiling hubpack v0.1.2 |
| 2142 | 2026-05-27T05:21:02.215Z | Compiling ed25519 v2.2.3 |
| 2143 | 2026-05-27T05:21:02.232Z | Compiling phf_shared v0.11.3 |
| 2144 | 2026-05-27T05:21:02.325Z | Compiling crossbeam-epoch v0.9.18 |
| 2145 | 2026-05-27T05:21:02.429Z | Compiling olpc-cjson v0.1.4 |
| 2146 | 2026-05-27T05:21:02.447Z | Compiling pkcs1 v0.7.5 |
| 2147 | 2026-05-27T05:21:02.478Z | Compiling pem v3.0.6 |
| 2148 | 2026-05-27T05:21:02.609Z | Compiling serde_plain v1.0.2 |
| 2149 | 2026-05-27T05:21:02.659Z | Compiling serde-big-array v0.5.1 |
| 2150 | 2026-05-27T05:21:02.685Z | Compiling rfc6979 v0.4.0 |
| 2151 | 2026-05-27T05:21:02.787Z | Compiling float-cmp v0.10.0 |
| 2152 | 2026-05-27T05:21:02.825Z | Compiling memmap2 v0.9.10 |
| 2153 | 2026-05-27T05:21:02.976Z | Compiling env_filter v1.0.0 |
| 2154 | 2026-05-27T05:21:02.976Z | Compiling typed-path v0.9.3 |
| 2155 | 2026-05-27T05:21:02.977Z | Compiling normalize-line-endings v0.3.0 |
| 2156 | 2026-05-27T05:21:02.977Z | Compiling toml_write v0.1.2 |
| 2157 | 2026-05-27T05:21:02.977Z | Compiling keccak v0.1.6 |
| 2158 | 2026-05-27T05:21:03.015Z | Compiling difflib v0.4.0 |
| 2159 | 2026-05-27T05:21:03.016Z | Compiling precomputed-hash v0.1.1 |
| 2160 | 2026-05-27T05:21:03.016Z | Compiling new_debug_unreachable v1.0.6 |
| 2161 | 2026-05-27T05:21:03.107Z | Compiling data-encoding v2.10.0 |
| 2162 | 2026-05-27T05:21:03.167Z | Compiling fixedbitset v0.5.7 |
| 2163 | 2026-05-27T05:21:03.168Z | Compiling jiff v0.2.21 |
| 2164 | 2026-05-27T05:21:03.168Z | Compiling whoami v2.1.0 |
| 2165 | 2026-05-27T05:21:03.168Z | Compiling fixedbitset v0.4.2 |
| 2166 | 2026-05-27T05:21:03.221Z | Compiling static_assertions v1.1.0 |
| 2167 | 2026-05-27T05:21:03.255Z | Compiling predicates-core v1.0.10 |
| 2168 | 2026-05-27T05:21:03.355Z | Compiling tokio-postgres v0.7.16 |
| 2169 | 2026-05-27T05:21:03.364Z | Compiling predicates v3.1.4 |
| 2170 | 2026-05-27T05:21:03.411Z | Compiling hickory-proto v0.25.2 |
| 2171 | 2026-05-27T05:21:03.433Z | Compiling petgraph v0.6.5 |
| 2172 | 2026-05-27T05:21:03.455Z | Compiling petgraph v0.8.3 |
| 2173 | 2026-05-27T05:21:03.652Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2174 | 2026-05-27T05:21:03.815Z | Compiling string_cache v0.8.9 |
| 2175 | 2026-05-27T05:21:03.974Z | Compiling toml_edit v0.22.27 |
| 2176 | 2026-05-27T05:21:04.026Z | Compiling sha3 v0.10.8 |
| 2177 | 2026-05-27T05:21:04.190Z | Compiling env_logger v0.11.9 |
| 2178 | 2026-05-27T05:21:04.337Z | Compiling usdt v0.6.0 |
| 2179 | 2026-05-27T05:21:04.447Z | Compiling ecdsa v0.16.9 |
| 2180 | 2026-05-27T05:21:04.573Z | Compiling rsa v0.9.10 |
| 2181 | 2026-05-27T05:21:04.864Z | Compiling ed25519-dalek v2.2.0 |
| 2182 | 2026-05-27T05:21:05.327Z | Compiling crossterm v0.28.1 |
| 2183 | 2026-05-27T05:21:05.384Z | Compiling clap v4.5.60 |
| 2184 | 2026-05-27T05:21:05.405Z | Compiling zip v0.6.6 |
| 2185 | 2026-05-27T05:21:05.482Z | Compiling iddqd v0.4.2 |
| 2186 | 2026-05-27T05:21:05.782Z | Compiling zip v4.6.1 |
| 2187 | 2026-05-27T05:21:06.247Z | Compiling rand v0.10.0 |
| 2188 | 2026-05-27T05:21:06.277Z | Compiling serde_with v3.17.0 |
| 2189 | 2026-05-27T05:21:06.455Z | Compiling similar v2.7.0 |
| 2190 | 2026-05-27T05:21:06.465Z | Compiling strum v0.26.3 |
| 2191 | 2026-05-27T05:21:06.535Z | Compiling toml v0.7.8 |
| 2192 | 2026-05-27T05:21:06.679Z | Compiling itertools v0.13.0 |
| 2193 | 2026-05-27T05:21:06.690Z | Compiling tokio-stream v0.1.18 |
| 2194 | 2026-05-27T05:21:06.768Z | Compiling buf-list v1.1.2 |
| 2195 | 2026-05-27T05:21:06.898Z | Compiling x509-cert v0.2.5 |
| 2196 | 2026-05-27T05:21:07.173Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2197 | 2026-05-27T05:21:07.199Z | Compiling openapiv3 v2.2.0 |
| 2198 | 2026-05-27T05:21:07.356Z | Compiling sha1 v0.10.6 |
| 2199 | 2026-05-27T05:21:07.741Z | Compiling peg-runtime v0.8.5 |
| 2200 | 2026-05-27T05:21:07.909Z | Compiling lalrpop-util v0.19.12 |
| 2201 | 2026-05-27T05:21:22.251Z | Compiling rustls-webpki v0.103.9 |
| 2202 | 2026-05-27T05:21:24.002Z | Compiling macaddr v1.0.1 |
| 2203 | 2026-05-27T05:21:24.017Z | Compiling structmeta-derive v0.3.0 |
| 2204 | 2026-05-27T05:21:24.140Z | Compiling crucible-workspace-hack v0.1.0 |
| 2205 | 2026-05-27T05:21:24.323Z | Compiling rayon-core v1.13.0 |
| 2206 | 2026-05-27T05:21:24.369Z | Compiling itertools v0.14.0 |
| 2207 | 2026-05-27T05:21:24.553Z | Compiling secrecy v0.10.3 |
| 2208 | 2026-05-27T05:21:24.577Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2209 | 2026-05-27T05:21:24.608Z | Compiling heapless v0.8.0 |
| 2210 | 2026-05-27T05:21:24.708Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2211 | 2026-05-27T05:21:24.741Z | Compiling rustls v0.22.4 |
| 2212 | 2026-05-27T05:21:24.986Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2213 | 2026-05-27T05:21:25.004Z | Compiling crossbeam-deque v0.8.6 |
| 2214 | 2026-05-27T05:21:25.023Z | Compiling rustls-webpki v0.102.8 |
| 2215 | 2026-05-27T05:21:25.042Z | Compiling structmeta v0.3.0 |
| 2216 | 2026-05-27T05:21:25.059Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2217 | 2026-05-27T05:21:25.114Z | Compiling hash32 v0.3.1 |
| 2218 | 2026-05-27T05:21:25.147Z | Compiling multer v3.1.0 |
| 2219 | 2026-05-27T05:21:25.183Z | Compiling thread_local v1.1.9 |
| 2220 | 2026-05-27T05:21:25.230Z | Compiling match_cfg v0.1.0 |
| 2221 | 2026-05-27T05:21:25.249Z | Compiling smoltcp v0.11.0 |
| 2222 | 2026-05-27T05:21:25.279Z | Compiling unicode-width v0.2.0 |
| 2223 | 2026-05-27T05:21:25.301Z | Compiling slog-async v2.8.0 |
| 2224 | 2026-05-27T05:21:25.346Z | Compiling compression-core v0.4.31 |
| 2225 | 2026-05-27T05:21:25.371Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2226 | 2026-05-27T05:21:25.566Z | Compiling proc-macro-crate v3.4.0 |
| 2227 | 2026-05-27T05:21:25.609Z | Compiling compression-codecs v0.4.37 |
| 2228 | 2026-05-27T05:21:25.676Z | Compiling hostname v0.3.1 |
| 2229 | 2026-05-27T05:21:25.694Z | Compiling ingot-macros v0.1.1 |
| 2230 | 2026-05-27T05:21:25.699Z | Compiling derive-ex v0.1.8 |
| 2231 | 2026-05-27T05:21:25.863Z | Compiling slog-json v2.6.1 |
| 2232 | 2026-05-27T05:21:25.922Z | Compiling crossbeam-channel v0.5.15 |
| 2233 | 2026-05-27T05:21:25.996Z | Compiling half v2.7.1 |
| 2234 | 2026-05-27T05:21:26.005Z | Compiling newtype-uuid-macros v0.1.0 |
| 2235 | 2026-05-27T05:21:26.223Z | Compiling tokio-rustls v0.26.4 |
| 2236 | 2026-05-27T05:21:26.249Z | Compiling rustls-platform-verifier v0.6.2 |
| 2237 | 2026-05-27T05:21:26.387Z | Compiling hyper-rustls v0.27.7 |
| 2238 | 2026-05-27T05:21:26.451Z | Compiling cobs v0.3.0 |
| 2239 | 2026-05-27T05:21:26.469Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2240 | 2026-05-27T05:21:26.613Z | Compiling reqwest v0.12.28 |
| 2241 | 2026-05-27T05:21:26.706Z | Compiling reqwest v0.13.2 |
| 2242 | 2026-05-27T05:21:26.747Z | Compiling universal-hash v0.5.1 |
| 2243 | 2026-05-27T05:21:26.752Z | Compiling async-stream-impl v0.3.6 |
| 2244 | 2026-05-27T05:21:26.848Z | Compiling serde_spanned v1.0.4 |
| 2245 | 2026-05-27T05:21:26.907Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2246 | 2026-05-27T05:21:27.035Z | Compiling is-terminal v0.4.17 |
| 2247 | 2026-05-27T05:21:27.153Z | Compiling dropshot v0.17.0 |
| 2248 | 2026-05-27T05:21:27.218Z | Compiling proc-macro-error-attr v1.0.4 |
| 2249 | 2026-05-27T05:21:27.319Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2250 | 2026-05-27T05:21:27.347Z | Compiling ciborium-io v0.2.2 |
| 2251 | 2026-05-27T05:21:27.372Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2252 | 2026-05-27T05:21:27.386Z | Compiling term v1.2.1 |
| 2253 | 2026-05-27T05:21:27.437Z | Compiling convert_case v0.4.0 |
| 2254 | 2026-05-27T05:21:27.491Z | Compiling opaque-debug v0.3.1 |
| 2255 | 2026-05-27T05:21:27.521Z | Compiling take_mut v0.2.2 |
| 2256 | 2026-05-27T05:21:27.558Z | Compiling thiserror-no-std v2.0.2 |
| 2257 | 2026-05-27T05:21:27.575Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2258 | 2026-05-27T05:21:27.578Z | Compiling poly1305 v0.8.0 |
| 2259 | 2026-05-27T05:21:27.667Z | Compiling tokio-rustls v0.25.0 |
| 2260 | 2026-05-27T05:21:27.739Z | Compiling slog-term v2.9.2 |
| 2261 | 2026-05-27T05:21:27.764Z | Compiling derive_more v0.99.20 |
| 2262 | 2026-05-27T05:21:27.800Z | Compiling ciborium-ll v0.2.2 |
| 2263 | 2026-05-27T05:21:27.988Z | Compiling async-stream v0.3.6 |
| 2264 | 2026-05-27T05:21:28.082Z | Compiling test-strategy v0.4.5 |
| 2265 | 2026-05-27T05:21:28.202Z | Compiling tough v0.22.0 |
| 2266 | 2026-05-27T05:21:28.218Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2267 | 2026-05-27T05:21:28.308Z | Compiling ingot-types v0.1.2 |
| 2268 | 2026-05-27T05:21:28.778Z | Compiling ingot v0.1.1 |
| 2269 | 2026-05-27T05:21:28.927Z | Compiling postcard v1.1.3 |
| 2270 | 2026-05-27T05:21:29.214Z | Compiling slog-bunyan v2.5.0 |
| 2271 | 2026-05-27T05:21:29.330Z | Compiling num_enum_derive v0.7.5 |
| 2272 | 2026-05-27T05:21:29.434Z | Compiling async-compression v0.4.41 |
| 2273 | 2026-05-27T05:21:29.456Z | Compiling parse-display-derive v0.10.0 |
| 2274 | 2026-05-27T05:21:29.864Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2275 | 2026-05-27T05:21:29.975Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2276 | 2026-05-27T05:21:30.002Z | Compiling proc-macro-crate v1.3.1 |
| 2277 | 2026-05-27T05:21:30.032Z | Compiling backon v1.6.0 |
| 2278 | 2026-05-27T05:21:30.063Z | Compiling waitgroup v0.1.2 |
| 2279 | 2026-05-27T05:21:30.219Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2280 | 2026-05-27T05:21:30.229Z | Compiling password-hash v0.5.0 |
| 2281 | 2026-05-27T05:21:30.278Z | Compiling chacha20 v0.9.1 |
| 2282 | 2026-05-27T05:21:30.304Z | Compiling dropshot_endpoint v0.17.0 |
| 2283 | 2026-05-27T05:21:30.422Z | Compiling rustls-pemfile v2.2.0 |
| 2284 | 2026-05-27T05:21:30.555Z | Compiling blake2 v0.10.6 |
| 2285 | 2026-05-27T05:21:30.717Z | Compiling aead v0.5.2 |
| 2286 | 2026-05-27T05:21:30.741Z | Compiling foreign-types-macros v0.2.3 |
| 2287 | 2026-05-27T05:21:30.936Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2288 | 2026-05-27T05:21:30.953Z | Compiling serde_path_to_error v0.1.20 |
| 2289 | 2026-05-27T05:21:31.030Z | Compiling hostname v0.4.2 |
| 2290 | 2026-05-27T05:21:31.079Z | Compiling proc-macro-error v1.0.4 |
| 2291 | 2026-05-27T05:21:31.166Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2292 | 2026-05-27T05:21:31.221Z | Compiling instant v0.1.13 |
| 2293 | 2026-05-27T05:21:31.237Z | Compiling foreign-types-shared v0.3.1 |
| 2294 | 2026-05-27T05:21:31.302Z | Compiling debug-ignore v1.0.5 |
| 2295 | 2026-05-27T05:21:31.344Z | Compiling typeid v1.0.3 |
| 2296 | 2026-05-27T05:21:31.358Z | Compiling backoff v0.4.0 |
| 2297 | 2026-05-27T05:21:31.361Z | Compiling foreign-types v0.5.0 |
| 2298 | 2026-05-27T05:21:31.394Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2299 | 2026-05-27T05:21:31.438Z | Compiling parse-display v0.10.0 |
| 2300 | 2026-05-27T05:21:31.438Z | Compiling chacha20poly1305 v0.10.1 |
| 2301 | 2026-05-27T05:21:31.473Z | Compiling argon2 v0.5.3 |
| 2302 | 2026-05-27T05:21:31.503Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2303 | 2026-05-27T05:21:31.528Z | Compiling num_enum_derive v0.5.11 |
| 2304 | 2026-05-27T05:21:31.600Z | Compiling num_enum v0.7.5 |
| 2305 | 2026-05-27T05:21:31.626Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2306 | 2026-05-27T05:21:31.685Z | Compiling ciborium v0.2.2 |
| 2307 | 2026-05-27T05:21:31.819Z | Compiling vsss-rs v3.3.4 |
| 2308 | 2026-05-27T05:21:31.825Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2309 | 2026-05-27T05:21:32.145Z | Compiling tabwriter v1.4.1 |
| 2310 | 2026-05-27T05:21:32.175Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2311 | 2026-05-27T05:21:32.244Z | Compiling regress v0.10.5 |
| 2312 | 2026-05-27T05:21:32.330Z | Compiling byte-wrapper v0.1.0 |
| 2313 | 2026-05-27T05:21:32.468Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2314 | 2026-05-27T05:21:32.494Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2315 | 2026-05-27T05:21:32.520Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2316 | 2026-05-27T05:21:32.548Z | Compiling cstr-argument v0.1.2 |
| 2317 | 2026-05-27T05:21:32.596Z | Compiling humantime v2.3.0 |
| 2318 | 2026-05-27T05:21:32.629Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2319 | 2026-05-27T05:21:32.737Z | Compiling erased-serde v0.4.9 |
| 2320 | 2026-05-27T05:21:32.862Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2321 | 2026-05-27T05:21:32.937Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2322 | 2026-05-27T05:21:33.056Z | Compiling num_enum v0.5.11 |
| 2323 | 2026-05-27T05:21:33.141Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2324 | 2026-05-27T05:21:33.188Z | Compiling rayon v1.11.0 |
| 2325 | 2026-05-27T05:21:33.228Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2326 | 2026-05-27T05:21:33.255Z | Compiling indent_write v2.2.0 |
| 2327 | 2026-05-27T05:21:33.292Z | Compiling colored v3.1.1 |
| 2328 | 2026-05-27T05:21:33.308Z | Compiling libefi-sys v0.1.0 |
| 2329 | 2026-05-27T05:21:33.352Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2330 | 2026-05-27T05:21:33.381Z | Compiling zone_cfg_derive v0.3.1 |
| 2331 | 2026-05-27T05:21:33.424Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2332 | 2026-05-27T05:21:33.572Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2333 | 2026-05-27T05:21:33.586Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2334 | 2026-05-27T05:21:33.824Z | Compiling camino-tempfile v1.4.1 |
| 2335 | 2026-05-27T05:21:33.920Z | Compiling itertools v0.12.1 |
| 2336 | 2026-05-27T05:21:33.920Z | Compiling usdt-macro v0.5.0 |
| 2337 | 2026-05-27T05:21:33.946Z | Compiling usdt-attr-macro v0.5.0 |
| 2338 | 2026-05-27T05:21:33.994Z | Compiling num-derive v0.4.2 |
| 2339 | 2026-05-27T05:21:34.066Z | Compiling bitfield-struct v0.6.2 |
| 2340 | 2026-05-27T05:21:34.092Z | Compiling blake3 v1.8.3 |
| 2341 | 2026-05-27T05:21:34.296Z | Compiling ordered-float v2.10.1 |
| 2342 | 2026-05-27T05:21:34.471Z | Compiling sigpipe v0.1.3 |
| 2343 | 2026-05-27T05:21:34.545Z | Compiling memmap v0.7.0 |
| 2344 | 2026-05-27T05:21:34.570Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2345 | 2026-05-27T05:21:34.570Z | Compiling swrite v0.1.0 |
| 2346 | 2026-05-27T05:21:34.668Z | Compiling glob v0.3.3 |
| 2347 | 2026-05-27T05:21:34.696Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2348 | 2026-05-27T05:21:34.732Z | Compiling usdt v0.5.0 |
| 2349 | 2026-05-27T05:21:34.776Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2350 | 2026-05-27T05:21:34.787Z | Compiling serde-value v0.7.0 |
| 2351 | 2026-05-27T05:21:34.863Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2352 | 2026-05-27T05:21:35.350Z | Compiling zone v0.3.1 |
| 2353 | 2026-05-27T05:21:35.381Z | Compiling serde-untagged v0.1.9 |
| 2354 | 2026-05-27T05:21:35.502Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2355 | 2026-05-27T05:21:35.549Z | Compiling toml v0.8.23 |
| 2356 | 2026-05-27T05:21:35.564Z | Compiling smf v0.2.3 |
| 2357 | 2026-05-27T05:21:35.604Z | Compiling filetime v0.2.27 |
| 2358 | 2026-05-27T05:21:35.625Z | Compiling xattr v1.6.1 |
| 2359 | 2026-05-27T05:21:35.740Z | Compiling arrayref v0.3.9 |
| 2360 | 2026-05-27T05:21:35.756Z | Compiling arrayvec v0.7.6 |
| 2361 | 2026-05-27T05:21:35.818Z | Compiling whoami v1.6.1 |
| 2362 | 2026-05-27T05:21:35.835Z | Compiling constant_time_eq v0.4.2 |
| 2363 | 2026-05-27T05:21:35.838Z | Compiling unicode-xid v0.2.6 |
| 2364 | 2026-05-27T05:21:35.867Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2365 | 2026-05-27T05:21:35.922Z | Compiling tar v0.4.45 |
| 2366 | 2026-05-27T05:21:36.013Z | Compiling cargo-util-schemas v0.8.2 |
| 2367 | 2026-05-27T05:21:36.031Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2368 | 2026-05-27T05:21:36.056Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2369 | 2026-05-27T05:21:36.291Z | Compiling tokio-dtrace v0.1.1 |
| 2370 | 2026-05-27T05:21:36.306Z | Compiling console v0.16.2 |
| 2371 | 2026-05-27T05:21:36.636Z | Compiling gethostname v0.5.0 |
| 2372 | 2026-05-27T05:21:36.719Z | Compiling cargo-platform v0.2.0 |
| 2373 | 2026-05-27T05:21:36.749Z | Compiling unit-prefix v0.5.2 |
| 2374 | 2026-05-27T05:21:36.789Z | Compiling topological-sort v0.2.2 |
| 2375 | 2026-05-27T05:21:36.933Z | Compiling indicatif v0.18.4 |
| 2376 | 2026-05-27T05:21:36.952Z | Compiling oxide-tokio-rt v0.1.4 |
| 2377 | 2026-05-27T05:21:36.986Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2378 | 2026-05-27T05:21:37.023Z | Compiling shell-words v1.1.1 |
| 2379 | 2026-05-27T05:21:37.189Z | Compiling cargo_metadata v0.21.0 |
| 2380 | 2026-05-27T05:21:46.550Z | Compiling progenitor-client v0.10.0 |
| 2381 | 2026-05-27T05:21:46.550Z | Compiling omicron-zone-package v0.12.2 |
| 2382 | 2026-05-27T05:21:46.601Z | Compiling progenitor-client v0.14.0 |
| 2383 | 2026-05-27T05:21:47.048Z | Compiling progenitor-extras v0.2.0 |
| 2384 | 2026-05-27T05:21:49.399Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2385 | 2026-05-27T05:21:49.416Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2386 | 2026-05-27T05:21:49.433Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2387 | 2026-05-27T05:21:49.484Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2388 | 2026-05-27T05:21:49.534Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2389 | 2026-05-27T05:21:49.567Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2390 | 2026-05-27T05:21:49.619Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2391 | 2026-05-27T05:21:49.718Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2392 | 2026-05-27T05:21:49.820Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2393 | 2026-05-27T05:21:53.680Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2394 | 2026-05-27T05:22:01.332Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2395 | 2026-05-27T05:22:04.403Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2396 | 2026-05-27T05:22:05.385Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2397 | 2026-05-27T05:22:15.034Z | Finished `release` profile [optimized] target(s) in 1m 43s |
| 2398 | 2026-05-27T05:22:15.185Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2399 | 2026-05-27T05:22:15.246Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2400 | 2026-05-27T05:22:15.249Z | Created new build target 'test' and set it as active |
| 2401 | 2026-05-27T05:22:15.249Z | |
| 2402 | 2026-05-27T05:22:15.249Z | real 1:43.883842294 |
| 2403 | 2026-05-27T05:22:15.249Z | user 16:58.355633889 |
| 2404 | 2026-05-27T05:22:15.249Z | sys 2:36.507172431 |
| 2405 | 2026-05-27T05:22:15.249Z | trap 0.457109333 |
| 2406 | 2026-05-27T05:22:15.249Z | tflt 2.844672972 |
| 2407 | 2026-05-27T05:22:15.249Z | dflt 4.506353110 |
| 2408 | 2026-05-27T05:22:15.249Z | kflt 0.000666850 |
| 2409 | 2026-05-27T05:22:15.249Z | lock 52:43.247080935 |
| 2410 | 2026-05-27T05:22:15.249Z | slp 43:03.240884811 |
| 2411 | 2026-05-27T05:22:15.249Z | lat 44.304294888 |
| 2412 | 2026-05-27T05:22:15.249Z | stop 5:35.114996090 |
| 2413 | 2026-05-27T05:22:15.252Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2414 | 2026-05-27T05:22:16.141Z | Finished `release` profile [optimized] target(s) in 0.88s |
| 2415 | 2026-05-27T05:22:16.212Z | Running `target/release/omicron-package -t test package` |
| 2416 | 2026-05-27T05:22:16.272Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2417 | 2026-05-27T05:22:17.717Z | Compiling heck v0.5.0 |
| 2418 | 2026-05-27T05:22:17.720Z | Compiling regress v0.11.1 |
| 2419 | 2026-05-27T05:22:17.720Z | Compiling unsafe-libyaml v0.2.11 |
| 2420 | 2026-05-27T05:22:17.977Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2421 | 2026-05-27T05:22:18.007Z | Compiling regress v0.10.5 |
| 2422 | 2026-05-27T05:22:18.030Z | Compiling is-terminal v0.4.17 |
| 2423 | 2026-05-27T05:22:18.051Z | Compiling unicode-width v0.1.14 |
| 2424 | 2026-05-27T05:22:18.054Z | Compiling prettyplease v0.2.37 |
| 2425 | 2026-05-27T05:22:18.054Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2426 | 2026-05-27T05:22:18.054Z | Compiling bytecount v0.6.9 |
| 2427 | 2026-05-27T05:22:18.054Z | Compiling rustls v0.22.4 |
| 2428 | 2026-05-27T05:22:18.054Z | Compiling rustls-webpki v0.102.8 |
| 2429 | 2026-05-27T05:22:18.073Z | Compiling derive-where v1.6.0 |
| 2430 | 2026-05-27T05:22:18.076Z | Compiling thread_local v1.1.9 |
| 2431 | 2026-05-27T05:22:18.095Z | Compiling compression-core v0.4.31 |
| 2432 | 2026-05-27T05:22:18.157Z | Compiling match_cfg v0.1.0 |
| 2433 | 2026-05-27T05:22:18.181Z | Compiling multer v3.1.0 |
| 2434 | 2026-05-27T05:22:18.288Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2435 | 2026-05-27T05:22:18.309Z | Compiling hostname v0.3.1 |
| 2436 | 2026-05-27T05:22:18.312Z | Compiling compression-codecs v0.4.37 |
| 2437 | 2026-05-27T05:22:18.312Z | Compiling slog-async v2.8.0 |
| 2438 | 2026-05-27T05:22:18.376Z | Compiling crossbeam-channel v0.5.15 |
| 2439 | 2026-05-27T05:22:18.400Z | Compiling slog-json v2.6.1 |
| 2440 | 2026-05-27T05:22:18.423Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2441 | 2026-05-27T05:22:18.444Z | Compiling serde_spanned v1.0.4 |
| 2442 | 2026-05-27T05:22:18.468Z | Compiling serde_yaml v0.9.34+deprecated |
| 2443 | 2026-05-27T05:22:18.488Z | Compiling term v1.2.1 |
| 2444 | 2026-05-27T05:22:18.508Z | Compiling take_mut v0.2.2 |
| 2445 | 2026-05-27T05:22:18.562Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2446 | 2026-05-27T05:22:18.615Z | Compiling slog-bunyan v2.5.0 |
| 2447 | 2026-05-27T05:22:18.637Z | Compiling async-compression v0.4.41 |
| 2448 | 2026-05-27T05:22:18.722Z | Compiling dropshot v0.17.0 |
| 2449 | 2026-05-27T05:22:18.773Z | Compiling slog-term v2.9.2 |
| 2450 | 2026-05-27T05:22:18.793Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2451 | 2026-05-27T05:22:18.836Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2452 | 2026-05-27T05:22:18.894Z | Compiling async-stream v0.3.6 |
| 2453 | 2026-05-27T05:22:18.996Z | Compiling num-rational v0.4.2 |
| 2454 | 2026-05-27T05:22:19.018Z | Compiling progenitor-client v0.14.0 |
| 2455 | 2026-05-27T05:22:19.021Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2456 | 2026-05-27T05:22:19.086Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2457 | 2026-05-27T05:22:19.121Z | Compiling waitgroup v0.1.2 |
| 2458 | 2026-05-27T05:22:19.239Z | Compiling rustls-pemfile v2.2.0 |
| 2459 | 2026-05-27T05:22:19.260Z | Compiling backon v1.6.0 |
| 2460 | 2026-05-27T05:22:19.284Z | Compiling num-complex v0.4.6 |
| 2461 | 2026-05-27T05:22:19.305Z | Compiling serde_path_to_error v0.1.20 |
| 2462 | 2026-05-27T05:22:19.328Z | Compiling hostname v0.4.2 |
| 2463 | 2026-05-27T05:22:19.351Z | Compiling instant v0.1.13 |
| 2464 | 2026-05-27T05:22:19.354Z | Compiling debug-ignore v1.0.5 |
| 2465 | 2026-05-27T05:22:19.453Z | Compiling typify-impl v0.6.2 |
| 2466 | 2026-05-27T05:22:19.488Z | Compiling backoff v0.4.0 |
| 2467 | 2026-05-27T05:22:19.510Z | Compiling progenitor-extras v0.2.0 |
| 2468 | 2026-05-27T05:22:19.513Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2469 | 2026-05-27T05:22:19.513Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2470 | 2026-05-27T05:22:19.724Z | Compiling num v0.4.3 |
| 2471 | 2026-05-27T05:22:19.758Z | Compiling parse-display v0.10.0 |
| 2472 | 2026-05-27T05:22:19.819Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2473 | 2026-05-27T05:22:19.825Z | Compiling progenitor-client v0.10.0 |
| 2474 | 2026-05-27T05:22:19.825Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2475 | 2026-05-27T05:22:19.838Z | Compiling macaddr v1.0.1 |
| 2476 | 2026-05-27T05:22:19.958Z | Compiling humantime v2.3.0 |
| 2477 | 2026-05-27T05:22:19.982Z | Compiling float-ord v0.3.2 |
| 2478 | 2026-05-27T05:22:20.104Z | Compiling console v0.15.11 |
| 2479 | 2026-05-27T05:22:20.128Z | Compiling newline-converter v0.3.0 |
| 2480 | 2026-05-27T05:22:20.172Z | Compiling atomicwrites v0.4.4 |
| 2481 | 2026-05-27T05:22:20.245Z | Compiling progenitor-client v0.13.0 |
| 2482 | 2026-05-27T05:22:20.272Z | Compiling slog-dtrace v0.3.0 |
| 2483 | 2026-05-27T05:22:20.319Z | Compiling cancel-safe-futures v0.1.5 |
| 2484 | 2026-05-27T05:22:20.486Z | Compiling tokio-rustls v0.25.0 |
| 2485 | 2026-05-27T05:22:20.510Z | Compiling expectorate v1.2.0 |
| 2486 | 2026-05-27T05:22:20.552Z | Compiling owo-colors v4.3.0 |
| 2487 | 2026-05-27T05:22:20.571Z | Compiling resolv-conf v0.7.6 |
| 2488 | 2026-05-27T05:22:20.648Z | Compiling toml v0.8.23 |
| 2489 | 2026-05-27T05:22:20.677Z | Compiling libsw-core v0.3.2 |
| 2490 | 2026-05-27T05:22:20.824Z | Compiling libsw v3.5.0 |
| 2491 | 2026-05-27T05:22:20.905Z | Compiling linked-hash-map v0.5.6 |
| 2492 | 2026-05-27T05:22:21.050Z | Compiling linear-map v1.2.0 |
| 2493 | 2026-05-27T05:22:21.158Z | Compiling lru-cache v0.1.2 |
| 2494 | 2026-05-27T05:22:21.181Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2495 | 2026-05-27T05:22:21.219Z | Compiling minimal-lexical v0.2.1 |
| 2496 | 2026-05-27T05:22:21.255Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2497 | 2026-05-27T05:22:21.308Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2498 | 2026-05-27T05:22:21.330Z | Compiling hickory-proto v0.24.4 |
| 2499 | 2026-05-27T05:22:21.353Z | Compiling unicode-xid v0.2.6 |
| 2500 | 2026-05-27T05:22:21.403Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2501 | 2026-05-27T05:22:21.488Z | Compiling nom v7.1.3 |
| 2502 | 2026-05-27T05:22:21.512Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2503 | 2026-05-27T05:22:21.534Z | Compiling convert_case v0.10.0 |
| 2504 | 2026-05-27T05:22:21.835Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2505 | 2026-05-27T05:22:21.908Z | Compiling derive_more-impl v2.1.1 |
| 2506 | 2026-05-27T05:22:22.280Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2507 | 2026-05-27T05:22:22.696Z | Compiling derive_more v2.1.1 |
| 2508 | 2026-05-27T05:22:22.807Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2509 | 2026-05-27T05:22:22.813Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2510 | 2026-05-27T05:22:22.843Z | Compiling papergrid v0.11.0 |
| 2511 | 2026-05-27T05:22:22.946Z | Compiling tabled_derive v0.7.0 |
| 2512 | 2026-05-27T05:22:22.968Z | Compiling typify-macro v0.6.2 |
| 2513 | 2026-05-27T05:22:23.060Z | Compiling termtree v0.5.1 |
| 2514 | 2026-05-27T05:22:23.259Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2515 | 2026-05-27T05:22:23.582Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2516 | 2026-05-27T05:22:23.835Z | Compiling hickory-resolver v0.24.4 |
| 2517 | 2026-05-27T05:22:23.897Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2518 | 2026-05-27T05:22:24.115Z | Compiling tabled v0.15.0 |
| 2519 | 2026-05-27T05:22:24.140Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2520 | 2026-05-27T05:22:24.501Z | Compiling typify v0.6.2 |
| 2521 | 2026-05-27T05:22:24.793Z | Compiling progenitor-impl v0.14.0 |
| 2522 | 2026-05-27T05:22:25.320Z | Compiling progenitor-impl v0.13.0 |
| 2523 | 2026-05-27T05:22:27.005Z | Compiling progenitor-macro v0.14.0 |
| 2524 | 2026-05-27T05:22:27.152Z | Compiling qorb v0.4.1 |
| 2525 | 2026-05-27T05:22:27.493Z | Compiling progenitor-macro v0.13.0 |
| 2526 | 2026-05-27T05:22:28.499Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2527 | 2026-05-27T05:22:29.050Z | Compiling crossterm v0.29.0 |
| 2528 | 2026-05-27T05:22:29.452Z | Compiling phf_shared v0.12.1 |
| 2529 | 2026-05-27T05:22:29.610Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2530 | 2026-05-27T05:22:29.711Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2531 | 2026-05-27T05:22:29.844Z | Compiling vte v0.14.1 |
| 2532 | 2026-05-27T05:22:30.262Z | Compiling csv-core v0.1.13 |
| 2533 | 2026-05-27T05:22:30.338Z | Compiling highway v1.3.0 |
| 2534 | 2026-05-27T05:22:30.708Z | Compiling chrono-tz v0.10.4 |
| 2535 | 2026-05-27T05:22:30.745Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2536 | 2026-05-27T05:22:30.978Z | Compiling csv v1.4.0 |
| 2537 | 2026-05-27T05:22:31.060Z | Compiling progenitor v0.14.0 |
| 2538 | 2026-05-27T05:22:31.082Z | Compiling strip-ansi-escapes v0.2.1 |
| 2539 | 2026-05-27T05:22:31.241Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2540 | 2026-05-27T05:22:31.562Z | Compiling progenitor v0.13.0 |
| 2541 | 2026-05-27T05:22:31.672Z | Compiling phf v0.12.1 |
| 2542 | 2026-05-27T05:22:31.706Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2543 | 2026-05-27T05:22:31.747Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2544 | 2026-05-27T05:22:31.886Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2545 | 2026-05-27T05:22:31.959Z | Compiling const_format_proc_macros v0.2.34 |
| 2546 | 2026-05-27T05:22:31.999Z | Compiling fd-lock v4.0.4 |
| 2547 | 2026-05-27T05:22:32.021Z | Compiling peg-macros v0.8.5 |
| 2548 | 2026-05-27T05:22:32.172Z | Compiling nu-ansi-term v0.50.3 |
| 2549 | 2026-05-27T05:22:32.421Z | Compiling reedline v0.40.0 |
| 2550 | 2026-05-27T05:22:32.745Z | Compiling const_format v0.2.35 |
| 2551 | 2026-05-27T05:22:33.256Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2552 | 2026-05-27T05:22:33.278Z | Compiling peg v0.8.5 |
| 2553 | 2026-05-27T05:22:33.383Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2554 | 2026-05-27T05:22:34.257Z | Compiling bcs v0.1.6 |
| 2555 | 2026-05-27T05:22:34.530Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2556 | 2026-05-27T05:22:34.703Z | Compiling semver v0.1.20 |
| 2557 | 2026-05-27T05:22:34.824Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2558 | 2026-05-27T05:22:35.020Z | Compiling rustc_version v0.1.7 |
| 2559 | 2026-05-27T05:22:35.112Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2560 | 2026-05-27T05:22:35.265Z | Compiling newtype_derive v0.1.6 |
| 2561 | 2026-05-27T05:22:35.500Z | Compiling smawk v0.3.2 |
| 2562 | 2026-05-27T05:22:35.653Z | Compiling unicode-linebreak v0.1.5 |
| 2563 | 2026-05-27T05:22:35.775Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2564 | 2026-05-27T05:22:35.894Z | Compiling textwrap v0.16.2 |
| 2565 | 2026-05-27T05:22:36.074Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2566 | 2026-05-27T05:22:36.344Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2567 | 2026-05-27T05:22:36.593Z | Compiling base64 v0.21.7 |
| 2568 | 2026-05-27T05:22:36.779Z | Compiling steno v0.4.1 |
| 2569 | 2026-05-27T05:22:36.803Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2570 | 2026-05-27T05:22:37.447Z | Compiling tagptr v0.2.0 |
| 2571 | 2026-05-27T05:22:37.507Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2572 | 2026-05-27T05:22:37.599Z | Compiling utf-8 v0.7.6 |
| 2573 | 2026-05-27T05:22:37.644Z | Compiling moka v0.12.13 |
| 2574 | 2026-05-27T05:22:37.780Z | Compiling hickory-proto v0.26.1 |
| 2575 | 2026-05-27T05:22:37.802Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2576 | 2026-05-27T05:22:37.805Z | Compiling tungstenite v0.21.0 |
| 2577 | 2026-05-27T05:22:37.846Z | Compiling radium v0.7.0 |
| 2578 | 2026-05-27T05:22:38.000Z | Compiling maybe-uninit v2.0.0 |
| 2579 | 2026-05-27T05:22:38.185Z | Compiling display-error-chain v0.2.2 |
| 2580 | 2026-05-27T05:22:38.299Z | Compiling tap v1.0.1 |
| 2581 | 2026-05-27T05:22:38.428Z | Compiling tokio-tungstenite v0.21.0 |
| 2582 | 2026-05-27T05:22:38.451Z | Compiling wyz v0.5.1 |
| 2583 | 2026-05-27T05:22:38.814Z | Compiling hickory-resolver v0.25.2 |
| 2584 | 2026-05-27T05:22:38.869Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2585 | 2026-05-27T05:22:38.989Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2586 | 2026-05-27T05:22:39.149Z | Compiling num-derive v0.3.3 |
| 2587 | 2026-05-27T05:22:39.870Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2588 | 2026-05-27T05:22:39.919Z | Compiling zerocopy-derive v0.6.6 |
| 2589 | 2026-05-27T05:22:40.071Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2590 | 2026-05-27T05:22:40.712Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2591 | 2026-05-27T05:22:40.719Z | Compiling crc-catalog v2.4.0 |
| 2592 | 2026-05-27T05:22:40.839Z | Compiling packed_struct v0.10.1 |
| 2593 | 2026-05-27T05:22:41.088Z | Compiling funty v2.0.0 |
| 2594 | 2026-05-27T05:22:41.153Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2595 | 2026-05-27T05:22:41.818Z | Compiling bitvec v1.0.1 |
| 2596 | 2026-05-27T05:22:42.049Z | Compiling proc-macro-error2 v2.0.1 |
| 2597 | 2026-05-27T05:22:42.096Z | Compiling crc v3.4.0 |
| 2598 | 2026-05-27T05:22:42.355Z | Compiling zerocopy v0.6.6 |
| 2599 | 2026-05-27T05:22:42.397Z | Compiling libscf-sys v1.1.0 |
| 2600 | 2026-05-27T05:22:42.680Z | Compiling packed_struct_codegen v0.10.1 |
| 2601 | 2026-05-27T05:22:42.753Z | Compiling vergen-lib v0.1.6 |
| 2602 | 2026-05-27T05:22:42.777Z | Compiling bitfield-macros v0.19.4 |
| 2603 | 2026-05-27T05:22:42.979Z | Compiling indexmap v1.9.3 |
| 2604 | 2026-05-27T05:22:43.212Z | Compiling nodrop v0.1.14 |
| 2605 | 2026-05-27T05:22:43.347Z | Compiling array-init v0.0.4 |
| 2606 | 2026-05-27T05:22:43.471Z | Compiling bitfield v0.19.4 |
| 2607 | 2026-05-27T05:22:43.716Z | Compiling smallvec v0.6.14 |
| 2608 | 2026-05-27T05:22:43.746Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2609 | 2026-05-27T05:22:43.789Z | Compiling tabled_derive v0.11.0 |
| 2610 | 2026-05-27T05:22:43.980Z | Compiling papergrid v0.17.0 |
| 2611 | 2026-05-27T05:22:44.010Z | Compiling testing_table v0.3.0 |
| 2612 | 2026-05-27T05:22:44.337Z | Compiling vergen-gitcl v1.0.8 |
| 2613 | 2026-05-27T05:22:44.433Z | Compiling dirs-sys-next v0.1.2 |
| 2614 | 2026-05-27T05:22:44.433Z | Compiling diesel_derives v2.3.7 |
| 2615 | 2026-05-27T05:22:44.566Z | Compiling hashbrown v0.12.3 |
| 2616 | 2026-05-27T05:22:44.681Z | Compiling glob v0.3.3 |
| 2617 | 2026-05-27T05:22:44.706Z | Compiling crunchy v0.2.4 |
| 2618 | 2026-05-27T05:22:44.838Z | Compiling maplit v1.0.2 |
| 2619 | 2026-05-27T05:22:45.017Z | Compiling dirs-next v2.0.0 |
| 2620 | 2026-05-27T05:22:45.039Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2621 | 2026-05-27T05:22:45.062Z | Compiling clang-sys v1.8.1 |
| 2622 | 2026-05-27T05:22:45.173Z | Compiling tabled v0.20.0 |
| 2623 | 2026-05-27T05:22:45.262Z | Compiling serde-hex v0.1.0 |
| 2624 | 2026-05-27T05:22:45.336Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2625 | 2026-05-27T05:22:45.451Z | Compiling ron v0.8.1 |
| 2626 | 2026-05-27T05:22:45.584Z | Compiling hashbrown v0.13.2 |
| 2627 | 2026-05-27T05:22:45.638Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2628 | 2026-05-27T05:22:45.736Z | Compiling scheduled-thread-pool v0.2.7 |
| 2629 | 2026-05-27T05:22:45.958Z | Compiling dsl_auto_type v0.2.0 |
| 2630 | 2026-05-27T05:22:46.201Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2631 | 2026-05-27T05:22:46.338Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2632 | 2026-05-27T05:22:46.429Z | Compiling crc-any v2.5.0 |
| 2633 | 2026-05-27T05:22:46.512Z | Compiling tiny-keccak v2.0.2 |
| 2634 | 2026-05-27T05:22:46.572Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2635 | 2026-05-27T05:22:46.767Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2636 | 2026-05-27T05:22:46.802Z | Compiling object v0.30.4 |
| 2637 | 2026-05-27T05:22:46.869Z | Compiling r2d2 v0.8.10 |
| 2638 | 2026-05-27T05:22:47.184Z | Compiling term v0.7.0 |
| 2639 | 2026-05-27T05:22:47.453Z | Compiling xshell-macros v0.2.7 |
| 2640 | 2026-05-27T05:22:47.485Z | Compiling path-slash v0.1.5 |
| 2641 | 2026-05-27T05:22:47.567Z | Compiling bit-vec v0.6.3 |
| 2642 | 2026-05-27T05:22:47.669Z | Compiling downcast-rs v2.0.2 |
| 2643 | 2026-05-27T05:22:47.718Z | Compiling ascii-canvas v3.0.0 |
| 2644 | 2026-05-27T05:22:47.802Z | Compiling bit-set v0.5.3 |
| 2645 | 2026-05-27T05:22:47.826Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2646 | 2026-05-27T05:22:47.878Z | Compiling xshell v0.2.7 |
| 2647 | 2026-05-27T05:22:47.982Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2648 | 2026-05-27T05:22:48.004Z | Compiling itertools v0.10.5 |
| 2649 | 2026-05-27T05:22:48.096Z | Compiling ena v0.14.4 |
| 2650 | 2026-05-27T05:22:48.343Z | Compiling libloading v0.8.9 |
| 2651 | 2026-05-27T05:22:48.467Z | Compiling bindgen v0.71.1 |
| 2652 | 2026-05-27T05:22:48.579Z | Compiling unicase v2.9.0 |
| 2653 | 2026-05-27T05:22:48.760Z | Compiling diff v0.1.13 |
| 2654 | 2026-05-27T05:22:48.888Z | Compiling regex-syntax v0.6.29 |
| 2655 | 2026-05-27T05:22:49.036Z | Compiling crc8 v0.1.1 |
| 2656 | 2026-05-27T05:22:49.118Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2657 | 2026-05-27T05:22:49.230Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2658 | 2026-05-27T05:22:49.699Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2659 | 2026-05-27T05:22:50.320Z | Compiling lalrpop v0.19.12 |
| 2660 | 2026-05-27T05:22:50.345Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2661 | 2026-05-27T05:22:50.540Z | Compiling cexpr v0.6.0 |
| 2662 | 2026-05-27T05:22:50.844Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2663 | 2026-05-27T05:22:50.948Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2664 | 2026-05-27T05:22:50.974Z | Compiling rustc-hash v2.1.1 |
| 2665 | 2026-05-27T05:22:51.127Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2666 | 2026-05-27T05:22:51.151Z | Compiling headers-core v0.3.0 |
| 2667 | 2026-05-27T05:22:51.189Z | Compiling libxml v0.3.3 |
| 2668 | 2026-05-27T05:22:51.313Z | Compiling headers v0.4.1 |
| 2669 | 2026-05-27T05:22:51.336Z | Compiling diesel v2.3.7 |
| 2670 | 2026-05-27T05:22:51.482Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2671 | 2026-05-27T05:22:51.594Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2672 | 2026-05-27T05:22:51.763Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2673 | 2026-05-27T05:22:52.039Z | Compiling typify-impl v0.4.3 |
| 2674 | 2026-05-27T05:22:52.244Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2675 | 2026-05-27T05:22:52.481Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2676 | 2026-05-27T05:22:52.919Z | Compiling strum_macros v0.24.3 |
| 2677 | 2026-05-27T05:22:52.977Z | Compiling git-stub v1.0.0 |
| 2678 | 2026-05-27T05:22:52.981Z | Compiling indoc v1.0.9 |
| 2679 | 2026-05-27T05:22:53.251Z | Compiling git-stub-vcs v0.1.0 |
| 2680 | 2026-05-27T05:22:53.430Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2681 | 2026-05-27T05:22:53.614Z | Compiling derive_builder v0.20.2 |
| 2682 | 2026-05-27T05:22:53.650Z | Compiling oso-derive v0.27.3 |
| 2683 | 2026-05-27T05:22:53.779Z | Compiling quick-xml v0.37.5 |
| 2684 | 2026-05-27T05:22:54.158Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2685 | 2026-05-27T05:22:54.180Z | Compiling openssl-probe v0.1.6 |
| 2686 | 2026-05-27T05:22:54.521Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2687 | 2026-05-27T05:22:54.912Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2688 | 2026-05-27T05:22:55.260Z | Compiling half v1.8.3 |
| 2689 | 2026-05-27T05:22:55.438Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2690 | 2026-05-27T05:22:55.486Z | Compiling typify-macro v0.4.3 |
| 2691 | 2026-05-27T05:22:55.606Z | Compiling serde_cbor v0.11.2 |
| 2692 | 2026-05-27T05:22:55.663Z | Compiling bb8 v0.8.6 |
| 2693 | 2026-05-27T05:22:55.666Z | Compiling trait-variant v0.1.2 |
| 2694 | 2026-05-27T05:22:55.767Z | Compiling samael v0.0.19 |
| 2695 | 2026-05-27T05:22:55.798Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2696 | 2026-05-27T05:22:56.060Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2697 | 2026-05-27T05:22:56.237Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2698 | 2026-05-27T05:22:56.395Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2699 | 2026-05-27T05:22:56.507Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2700 | 2026-05-27T05:22:56.631Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2701 | 2026-05-27T05:22:56.685Z | Compiling fxhash v0.2.1 |
| 2702 | 2026-05-27T05:22:56.779Z | Compiling libz-sys v1.1.24 |
| 2703 | 2026-05-27T05:22:56.852Z | Compiling salty v0.3.0 |
| 2704 | 2026-05-27T05:22:56.882Z | Compiling nonempty v0.12.0 |
| 2705 | 2026-05-27T05:22:57.014Z | Compiling typify v0.4.3 |
| 2706 | 2026-05-27T05:22:57.208Z | Compiling progenitor-impl v0.11.2 |
| 2707 | 2026-05-27T05:22:57.218Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2708 | 2026-05-27T05:22:57.275Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312) |
| 2709 | 2026-05-27T05:22:57.412Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2710 | 2026-05-27T05:22:57.769Z | Compiling progenitor-client v0.11.2 |
| 2711 | 2026-05-27T05:22:57.792Z | Compiling polar-core v0.27.3 |
| 2712 | 2026-05-27T05:22:58.024Z | Compiling kstat-rs v0.2.4 |
| 2713 | 2026-05-27T05:22:58.049Z | Compiling arc-swap v1.8.2 |
| 2714 | 2026-05-27T05:22:58.315Z | Compiling fs-err v2.11.0 |
| 2715 | 2026-05-27T05:22:58.667Z | Compiling mime_guess v2.0.5 |
| 2716 | 2026-05-27T05:22:58.709Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312) |
| 2717 | 2026-05-27T05:22:59.198Z | Compiling slog-scope v4.4.1 |
| 2718 | 2026-05-27T05:22:59.311Z | Compiling progenitor-macro v0.11.2 |
| 2719 | 2026-05-27T05:22:59.472Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2720 | 2026-05-27T05:22:59.651Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2721 | 2026-05-27T05:23:01.596Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2722 | 2026-05-27T05:23:01.732Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2723 | 2026-05-27T05:23:02.054Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2724 | 2026-05-27T05:23:02.173Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2725 | 2026-05-27T05:23:02.653Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2726 | 2026-05-27T05:23:03.067Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2727 | 2026-05-27T05:23:03.253Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2728 | 2026-05-27T05:23:03.303Z | Compiling progenitor v0.11.2 |
| 2729 | 2026-05-27T05:23:03.415Z | Compiling nanorand v0.7.0 |
| 2730 | 2026-05-27T05:23:03.491Z | Compiling darling_core v0.23.0 |
| 2731 | 2026-05-27T05:23:03.781Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2732 | 2026-05-27T05:23:04.202Z | Compiling parking_lot_core v0.8.6 |
| 2733 | 2026-05-27T05:23:05.655Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2734 | 2026-05-27T05:23:07.143Z | Compiling oso v0.27.3 |
| 2735 | 2026-05-27T05:23:10.832Z | Compiling diesel-dtrace v0.5.0 |
| 2736 | 2026-05-27T05:23:11.151Z | Compiling async-bb8-diesel v0.2.1 |
| 2737 | 2026-05-27T05:23:11.609Z | Compiling darling_macro v0.23.0 |
| 2738 | 2026-05-27T05:23:11.631Z | Compiling flume v0.11.1 |
| 2739 | 2026-05-27T05:23:11.662Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2740 | 2026-05-27T05:23:11.867Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2741 | 2026-05-27T05:23:11.889Z | Compiling slog-stdlog v4.1.1 |
| 2742 | 2026-05-27T05:23:12.271Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2743 | 2026-05-27T05:23:12.350Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2744 | 2026-05-27T05:23:13.267Z | Compiling primeorder v0.13.6 |
| 2745 | 2026-05-27T05:23:13.486Z | Compiling atty v0.2.14 |
| 2746 | 2026-05-27T05:23:13.534Z | Compiling http-range v0.1.5 |
| 2747 | 2026-05-27T05:23:13.580Z | Compiling instability v0.3.11 |
| 2748 | 2026-05-27T05:23:13.638Z | Compiling strsim v0.10.0 |
| 2749 | 2026-05-27T05:23:13.801Z | Compiling parse-size v1.1.0 |
| 2750 | 2026-05-27T05:23:13.863Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2751 | 2026-05-27T05:23:13.950Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2752 | 2026-05-27T05:23:14.002Z | Compiling darling_core v0.13.4 |
| 2753 | 2026-05-27T05:23:14.056Z | Compiling p384 v0.13.1 |
| 2754 | 2026-05-27T05:23:14.078Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2755 | 2026-05-27T05:23:14.152Z | Compiling darling v0.23.0 |
| 2756 | 2026-05-27T05:23:15.060Z | Compiling slog-envlogger v2.2.0 |
| 2757 | 2026-05-27T05:23:16.084Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2758 | 2026-05-27T05:23:16.244Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2759 | 2026-05-27T05:23:16.252Z | Compiling ignore v0.4.25 |
| 2760 | 2026-05-27T05:23:16.688Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2761 | 2026-05-27T05:23:16.788Z | Compiling vergen-git2 v9.1.0 |
| 2762 | 2026-05-27T05:23:16.949Z | Compiling castaway v0.2.4 |
| 2763 | 2026-05-27T05:23:17.022Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2764 | 2026-05-27T05:23:17.108Z | Compiling indoc v2.0.7 |
| 2765 | 2026-05-27T05:23:17.360Z | Compiling compact_str v0.8.1 |
| 2766 | 2026-05-27T05:23:18.062Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2767 | 2026-05-27T05:23:18.301Z | Compiling globwalk v0.9.1 |
| 2768 | 2026-05-27T05:23:18.324Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2769 | 2026-05-27T05:23:18.802Z | Compiling parking_lot v0.11.2 |
| 2770 | 2026-05-27T05:23:18.861Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2771 | 2026-05-27T05:23:18.973Z | Compiling darling_macro v0.13.4 |
| 2772 | 2026-05-27T05:23:19.473Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2773 | 2026-05-27T05:23:19.696Z | Compiling hyper-staticfile v0.10.1 |
| 2774 | 2026-05-27T05:23:20.044Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2775 | 2026-05-27T05:23:20.729Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2776 | 2026-05-27T05:23:20.989Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2777 | 2026-05-27T05:23:21.216Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2778 | 2026-05-27T05:23:21.464Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2779 | 2026-05-27T05:23:21.508Z | Compiling predicates-tree v1.0.13 |
| 2780 | 2026-05-27T05:23:21.966Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2781 | 2026-05-27T05:23:22.136Z | Compiling unicode-truncate v1.1.0 |
| 2782 | 2026-05-27T05:23:22.186Z | Compiling lru v0.12.5 |
| 2783 | 2026-05-27T05:23:22.273Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2784 | 2026-05-27T05:23:22.276Z | Compiling prefix-trie v0.7.0 |
| 2785 | 2026-05-27T05:23:22.353Z | Compiling rand_seeder v0.4.0 |
| 2786 | 2026-05-27T05:23:22.376Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2787 | 2026-05-27T05:23:22.417Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2788 | 2026-05-27T05:23:22.616Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2789 | 2026-05-27T05:23:22.673Z | Compiling cassowary v0.3.0 |
| 2790 | 2026-05-27T05:23:22.730Z | Compiling rustls v0.21.12 |
| 2791 | 2026-05-27T05:23:22.754Z | Compiling corncobs v0.1.4 |
| 2792 | 2026-05-27T05:23:22.777Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2793 | 2026-05-27T05:23:22.899Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2794 | 2026-05-27T05:23:22.926Z | Compiling hickory-server v0.25.2 |
| 2795 | 2026-05-27T05:23:23.001Z | Compiling ratatui v0.29.0 |
| 2796 | 2026-05-27T05:23:23.004Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2797 | 2026-05-27T05:23:23.123Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2798 | 2026-05-27T05:23:23.234Z | Compiling camino-tempfile-ext v0.3.3 |
| 2799 | 2026-05-27T05:23:23.388Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2800 | 2026-05-27T05:23:23.601Z | Compiling darling v0.13.4 |
| 2801 | 2026-05-27T05:23:23.889Z | Compiling sled v0.34.7 |
| 2802 | 2026-05-27T05:23:23.923Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2803 | 2026-05-27T05:23:24.242Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2804 | 2026-05-27T05:23:24.402Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2805 | 2026-05-27T05:23:26.222Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2806 | 2026-05-27T05:23:27.039Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2807 | 2026-05-27T05:23:27.066Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2808 | 2026-05-27T05:23:27.274Z | Compiling sct v0.7.1 |
| 2809 | 2026-05-27T05:23:27.297Z | Compiling rustls-webpki v0.101.7 |
| 2810 | 2026-05-27T05:23:27.553Z | Compiling secrecy v0.8.0 |
| 2811 | 2026-05-27T05:23:27.755Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2812 | 2026-05-27T05:23:28.430Z | error[E0271]: expected `Answers` to be an iterator that yields `&Record`, but it yields `&Record` |
| 2813 | 2026-05-27T05:23:28.430Z | --> dns-server/src/dns_server.rs:487:12 |
| 2814 | 2026-05-27T05:23:28.430Z | | |
| 2815 | 2026-05-27T05:23:28.430Z | 487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>, |
| 2816 | 2026-05-27T05:23:28.430Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 2817 | 2026-05-27T05:23:28.430Z | | |
| 2818 | 2026-05-27T05:23:28.430Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 2819 | 2026-05-27T05:23:28.430Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 2820 | 2026-05-27T05:23:28.430Z | | |
| 2821 | 2026-05-27T05:23:28.430Z | 77 | pub struct Record<R: RecordData = RData> { |
| 2822 | 2026-05-27T05:23:28.430Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 2823 | 2026-05-27T05:23:28.430Z | | |
| 2824 | 2026-05-27T05:23:28.430Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 2825 | 2026-05-27T05:23:28.430Z | | |
| 2826 | 2026-05-27T05:23:28.430Z | 78 | pub struct Record<R: RecordData = RData> { |
| 2827 | 2026-05-27T05:23:28.430Z | | ---------------------------------------- this is the found type |
| 2828 | 2026-05-27T05:23:28.430Z | = help: you can use `cargo tree` to explore your dependency tree |
| 2829 | 2026-05-27T05:23:28.430Z | note: required by a bound in `MessageResponse` |
| 2830 | 2026-05-27T05:23:28.430Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23 |
| 2831 | 2026-05-27T05:23:28.430Z | | |
| 2832 | 2026-05-27T05:23:28.430Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 2833 | 2026-05-27T05:23:28.430Z | | --------------- required by a bound in this struct |
| 2834 | 2026-05-27T05:23:28.430Z | 22 | where |
| 2835 | 2026-05-27T05:23:28.430Z | 23 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 2836 | 2026-05-27T05:23:28.430Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 2837 | 2026-05-27T05:23:28.430Z | |
| 2838 | 2026-05-27T05:23:28.430Z | error[E0271]: expected `NameServers` to be an iterator that yields `&Record`, but it yields `&Record` |
| 2839 | 2026-05-27T05:23:28.430Z | --> dns-server/src/dns_server.rs:487:12 |
| 2840 | 2026-05-27T05:23:28.431Z | | |
| 2841 | 2026-05-27T05:23:28.431Z | 487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>, |
| 2842 | 2026-05-27T05:23:28.431Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 2843 | 2026-05-27T05:23:28.431Z | | |
| 2844 | 2026-05-27T05:23:28.431Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 2845 | 2026-05-27T05:23:28.431Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 2846 | 2026-05-27T05:23:28.431Z | | |
| 2847 | 2026-05-27T05:23:28.431Z | 77 | pub struct Record<R: RecordData = RData> { |
| 2848 | 2026-05-27T05:23:28.431Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 2849 | 2026-05-27T05:23:28.431Z | | |
| 2850 | 2026-05-27T05:23:28.431Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 2851 | 2026-05-27T05:23:28.431Z | | |
| 2852 | 2026-05-27T05:23:28.431Z | 78 | pub struct Record<R: RecordData = RData> { |
| 2853 | 2026-05-27T05:23:28.431Z | | ---------------------------------------- this is the found type |
| 2854 | 2026-05-27T05:23:28.431Z | = help: you can use `cargo tree` to explore your dependency tree |
| 2855 | 2026-05-27T05:23:28.431Z | note: required by a bound in `MessageResponse` |
| 2856 | 2026-05-27T05:23:28.431Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:24:27 |
| 2857 | 2026-05-27T05:23:28.431Z | | |
| 2858 | 2026-05-27T05:23:28.431Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 2859 | 2026-05-27T05:23:28.431Z | | --------------- required by a bound in this struct |
| 2860 | 2026-05-27T05:23:28.431Z | ... |
| 2861 | 2026-05-27T05:23:28.431Z | 24 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 2862 | 2026-05-27T05:23:28.431Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 2863 | 2026-05-27T05:23:28.431Z | |
| 2864 | 2026-05-27T05:23:28.436Z | error[E0271]: expected `Soa` to be an iterator that yields `&Record`, but it yields `&Record` |
| 2865 | 2026-05-27T05:23:28.436Z | --> dns-server/src/dns_server.rs:487:12 |
| 2866 | 2026-05-27T05:23:28.436Z | | |
| 2867 | 2026-05-27T05:23:28.436Z | 487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>, |
| 2868 | 2026-05-27T05:23:28.436Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 2869 | 2026-05-27T05:23:28.436Z | | |
| 2870 | 2026-05-27T05:23:28.436Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 2871 | 2026-05-27T05:23:28.436Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 2872 | 2026-05-27T05:23:28.436Z | | |
| 2873 | 2026-05-27T05:23:28.436Z | 77 | pub struct Record<R: RecordData = RData> { |
| 2874 | 2026-05-27T05:23:28.436Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 2875 | 2026-05-27T05:23:28.436Z | | |
| 2876 | 2026-05-27T05:23:28.436Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 2877 | 2026-05-27T05:23:28.436Z | | |
| 2878 | 2026-05-27T05:23:28.436Z | 78 | pub struct Record<R: RecordData = RData> { |
| 2879 | 2026-05-27T05:23:28.436Z | | ---------------------------------------- this is the found type |
| 2880 | 2026-05-27T05:23:28.436Z | = help: you can use `cargo tree` to explore your dependency tree |
| 2881 | 2026-05-27T05:23:28.436Z | note: required by a bound in `MessageResponse` |
| 2882 | 2026-05-27T05:23:28.436Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:25:19 |
| 2883 | 2026-05-27T05:23:28.436Z | | |
| 2884 | 2026-05-27T05:23:28.436Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 2885 | 2026-05-27T05:23:28.436Z | | --------------- required by a bound in this struct |
| 2886 | 2026-05-27T05:23:28.436Z | ... |
| 2887 | 2026-05-27T05:23:28.436Z | 25 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 2888 | 2026-05-27T05:23:28.436Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 2889 | 2026-05-27T05:23:28.436Z | |
| 2890 | 2026-05-27T05:23:28.436Z | error[E0271]: expected `Additionals` to be an iterator that yields `&Record`, but it yields `&Record` |
| 2891 | 2026-05-27T05:23:28.437Z | --> dns-server/src/dns_server.rs:487:12 |
| 2892 | 2026-05-27T05:23:28.437Z | | |
| 2893 | 2026-05-27T05:23:28.437Z | 487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>, |
| 2894 | 2026-05-27T05:23:28.437Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 2895 | 2026-05-27T05:23:28.437Z | | |
| 2896 | 2026-05-27T05:23:28.437Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 2897 | 2026-05-27T05:23:28.437Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 2898 | 2026-05-27T05:23:28.437Z | | |
| 2899 | 2026-05-27T05:23:28.437Z | 77 | pub struct Record<R: RecordData = RData> { |
| 2900 | 2026-05-27T05:23:28.437Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 2901 | 2026-05-27T05:23:28.437Z | | |
| 2902 | 2026-05-27T05:23:28.437Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 2903 | 2026-05-27T05:23:28.437Z | | |
| 2904 | 2026-05-27T05:23:28.438Z | 78 | pub struct Record<R: RecordData = RData> { |
| 2905 | 2026-05-27T05:23:28.438Z | | ---------------------------------------- this is the found type |
| 2906 | 2026-05-27T05:23:28.438Z | = help: you can use `cargo tree` to explore your dependency tree |
| 2907 | 2026-05-27T05:23:28.438Z | note: required by a bound in `MessageResponse` |
| 2908 | 2026-05-27T05:23:28.438Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27 |
| 2909 | 2026-05-27T05:23:28.438Z | | |
| 2910 | 2026-05-27T05:23:28.438Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 2911 | 2026-05-27T05:23:28.438Z | | --------------- required by a bound in this struct |
| 2912 | 2026-05-27T05:23:28.438Z | ... |
| 2913 | 2026-05-27T05:23:28.438Z | 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 2914 | 2026-05-27T05:23:28.438Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 2915 | 2026-05-27T05:23:28.438Z | |
| 2916 | 2026-05-27T05:23:28.454Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2917 | 2026-05-27T05:23:28.625Z | error[E0599]: no function or associated item named `read` found for struct `MessageRequest` in the current scope |
| 2918 | 2026-05-27T05:23:28.626Z | --> dns-server/src/dns_server.rs:161:36 |
| 2919 | 2026-05-27T05:23:28.626Z | | |
| 2920 | 2026-05-27T05:23:28.626Z | 161 | let mr = match MessageRequest::read(&mut dec) { |
| 2921 | 2026-05-27T05:23:28.626Z | | ^^^^ function or associated item not found in `MessageRequest` |
| 2922 | 2026-05-27T05:23:28.626Z | | |
| 2923 | 2026-05-27T05:23:28.626Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 2924 | 2026-05-27T05:23:28.626Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/serialize/binary/mod.rs:44:1 |
| 2925 | 2026-05-27T05:23:28.626Z | | |
| 2926 | 2026-05-27T05:23:28.626Z | 44 | pub trait BinDecodable<'r>: Sized { |
| 2927 | 2026-05-27T05:23:28.626Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait |
| 2928 | 2026-05-27T05:23:28.626Z | | |
| 2929 | 2026-05-27T05:23:28.626Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/serialize/binary/mod.rs:45:1 |
| 2930 | 2026-05-27T05:23:28.626Z | | |
| 2931 | 2026-05-27T05:23:28.626Z | 45 | pub trait BinDecodable<'r>: Sized { |
| 2932 | 2026-05-27T05:23:28.626Z | | --------------------------------- this is the trait that was imported |
| 2933 | 2026-05-27T05:23:28.626Z | = help: you can use `cargo tree` to explore your dependency tree |
| 2934 | 2026-05-27T05:23:28.626Z | |
| 2935 | 2026-05-27T05:23:28.626Z | error[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope |
| 2936 | 2026-05-27T05:23:28.626Z | --> dns-server/src/dns_server.rs:173:34 |
| 2937 | 2026-05-27T05:23:28.626Z | | |
| 2938 | 2026-05-27T05:23:28.626Z | 173 | let header = Header::response_from_request(mr.header()); |
| 2939 | 2026-05-27T05:23:28.626Z | | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header` |
| 2940 | 2026-05-27T05:23:28.626Z | | |
| 2941 | 2026-05-27T05:23:28.626Z | note: the function `response_from_request` is implemented on `hickory_proto::op::Metadata` |
| 2942 | 2026-05-27T05:23:28.626Z | --> dns-server/src/dns_server.rs:173:26 |
| 2943 | 2026-05-27T05:23:28.626Z | | |
| 2944 | 2026-05-27T05:23:28.626Z | 173 | let header = Header::response_from_request(mr.header()); |
| 2945 | 2026-05-27T05:23:28.626Z | | ^^^^^^ |
| 2946 | 2026-05-27T05:23:28.626Z | |
| 2947 | 2026-05-27T05:23:28.648Z | error[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope |
| 2948 | 2026-05-27T05:23:28.648Z | --> dns-server/src/dns_server.rs:273:30 |
| 2949 | 2026-05-27T05:23:28.648Z | | |
| 2950 | 2026-05-27T05:23:28.648Z | 273 | let mut header = Header::response_from_request(mr.header()); |
| 2951 | 2026-05-27T05:23:28.648Z | | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header` |
| 2952 | 2026-05-27T05:23:28.648Z | | |
| 2953 | 2026-05-27T05:23:28.648Z | note: the function `response_from_request` is implemented on `hickory_proto::op::Metadata` |
| 2954 | 2026-05-27T05:23:28.648Z | --> dns-server/src/dns_server.rs:273:22 |
| 2955 | 2026-05-27T05:23:28.648Z | | |
| 2956 | 2026-05-27T05:23:28.648Z | 273 | let mut header = Header::response_from_request(mr.header()); |
| 2957 | 2026-05-27T05:23:28.648Z | | ^^^^^^ |
| 2958 | 2026-05-27T05:23:28.648Z | |
| 2959 | 2026-05-27T05:23:28.667Z | error[E0308]: mismatched types |
| 2960 | 2026-05-27T05:23:28.667Z | --> dns-server/src/dns_server.rs:299:30 |
| 2961 | 2026-05-27T05:23:28.667Z | | |
| 2962 | 2026-05-27T05:23:28.667Z | 299 | let answer = store.query(query)?; |
| 2963 | 2026-05-27T05:23:28.667Z | | ----- ^^^^^ expected `hickory_proto::op::LowerQuery`, found `LowerQuery` |
| 2964 | 2026-05-27T05:23:28.667Z | | | |
| 2965 | 2026-05-27T05:23:28.667Z | | arguments to this method are incorrect |
| 2966 | 2026-05-27T05:23:28.667Z | | |
| 2967 | 2026-05-27T05:23:28.667Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 2968 | 2026-05-27T05:23:28.667Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/lower_query.rs:22:1 |
| 2969 | 2026-05-27T05:23:28.667Z | | |
| 2970 | 2026-05-27T05:23:28.667Z | 22 | pub struct LowerQuery { |
| 2971 | 2026-05-27T05:23:28.667Z | | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 2972 | 2026-05-27T05:23:28.667Z | | |
| 2973 | 2026-05-27T05:23:28.667Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/lower_query.rs:18:1 |
| 2974 | 2026-05-27T05:23:28.667Z | | |
| 2975 | 2026-05-27T05:23:28.667Z | 18 | pub struct LowerQuery { |
| 2976 | 2026-05-27T05:23:28.667Z | | --------------------- this is the found type |
| 2977 | 2026-05-27T05:23:28.667Z | = help: you can use `cargo tree` to explore your dependency tree |
| 2978 | 2026-05-27T05:23:28.667Z | note: method defined here |
| 2979 | 2026-05-27T05:23:28.667Z | --> dns-server/src/storage.rs:762:19 |
| 2980 | 2026-05-27T05:23:28.667Z | | |
| 2981 | 2026-05-27T05:23:28.667Z | 762 | pub(crate) fn query( |
| 2982 | 2026-05-27T05:23:28.668Z | | ^^^^^ |
| 2983 | 2026-05-27T05:23:28.668Z | 763 | &self, |
| 2984 | 2026-05-27T05:23:28.668Z | 764 | query: &LowerQuery, |
| 2985 | 2026-05-27T05:23:28.668Z | | ------------------ |
| 2986 | 2026-05-27T05:23:28.668Z | |
| 2987 | 2026-05-27T05:23:28.671Z | error[E0308]: mismatched types |
| 2988 | 2026-05-27T05:23:28.671Z | --> dns-server/src/dns_server.rs:311:55 |
| 2989 | 2026-05-27T05:23:28.671Z | | |
| 2990 | 2026-05-27T05:23:28.671Z | 311 | if answer.name.is_none() && query.query_type() == RecordType::SOA { |
| 2991 | 2026-05-27T05:23:28.671Z | | ------------------ ^^^^^^^^^^^^^^^ expected `RecordType`, found `hickory_proto::rr::RecordType` |
| 2992 | 2026-05-27T05:23:28.671Z | | | |
| 2993 | 2026-05-27T05:23:28.671Z | | expected because this is `hickory_resolver::hickory_proto::rr::RecordType` |
| 2994 | 2026-05-27T05:23:28.671Z | | |
| 2995 | 2026-05-27T05:23:28.671Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 2996 | 2026-05-27T05:23:28.671Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/record_type.rs:33:1 |
| 2997 | 2026-05-27T05:23:28.671Z | | |
| 2998 | 2026-05-27T05:23:28.671Z | 33 | pub enum RecordType { |
| 2999 | 2026-05-27T05:23:28.671Z | | ^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3000 | 2026-05-27T05:23:28.671Z | | |
| 3001 | 2026-05-27T05:23:28.671Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record_type.rs:33:1 |
| 3002 | 2026-05-27T05:23:28.671Z | | |
| 3003 | 2026-05-27T05:23:28.671Z | 33 | pub enum RecordType { |
| 3004 | 2026-05-27T05:23:28.672Z | | ------------------- this is the found type |
| 3005 | 2026-05-27T05:23:28.672Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3006 | 2026-05-27T05:23:28.672Z | |
| 3007 | 2026-05-27T05:23:28.688Z | error[E0599]: no method named `data` found for reference `&hickory_proto::rr::Record` in the current scope |
| 3008 | 2026-05-27T05:23:28.688Z | --> dns-server/src/dns_server.rs:327:60 |
| 3009 | 2026-05-27T05:23:28.688Z | | |
| 3010 | 2026-05-27T05:23:28.688Z | 327 | .filter(|record| match (query.query_type(), record.data()) { |
| 3011 | 2026-05-27T05:23:28.688Z | | ^^^^-- help: remove the arguments |
| 3012 | 2026-05-27T05:23:28.688Z | | | |
| 3013 | 2026-05-27T05:23:28.688Z | | field, not a method |
| 3014 | 2026-05-27T05:23:28.689Z | |
| 3015 | 2026-05-27T05:23:28.707Z | error[E0599]: no method named `data` found for struct `hickory_proto::rr::Record<R>` in the current scope |
| 3016 | 2026-05-27T05:23:28.707Z | --> dns-server/src/dns_server.rs:348:51 |
| 3017 | 2026-05-27T05:23:28.707Z | | |
| 3018 | 2026-05-27T05:23:28.707Z | 348 | let additionals_target = match record.data() { |
| 3019 | 2026-05-27T05:23:28.707Z | | ^^^^-- help: remove the arguments |
| 3020 | 2026-05-27T05:23:28.707Z | | | |
| 3021 | 2026-05-27T05:23:28.707Z | | field, not a method |
| 3022 | 2026-05-27T05:23:28.707Z | |
| 3023 | 2026-05-27T05:23:28.723Z | error[E0599]: no method named `target` found for struct `hickory_proto::rr::rdata::SRV` in the current scope |
| 3024 | 2026-05-27T05:23:28.723Z | --> dns-server/src/dns_server.rs:349:45 |
| 3025 | 2026-05-27T05:23:28.723Z | | |
| 3026 | 2026-05-27T05:23:28.723Z | 349 | RData::SRV(srv) => Some(srv.target()), |
| 3027 | 2026-05-27T05:23:28.723Z | | ^^^^^^-- help: remove the arguments |
| 3028 | 2026-05-27T05:23:28.723Z | | | |
| 3029 | 2026-05-27T05:23:28.723Z | | field, not a method |
| 3030 | 2026-05-27T05:23:28.723Z | |
| 3031 | 2026-05-27T05:23:28.730Z | error[E0271]: type mismatch resolving `<Vec<&Record> as IntoIterator>::Item == &Record` |
| 3032 | 2026-05-27T05:23:28.730Z | --> dns-server/src/dns_server.rs:416:9 |
| 3033 | 2026-05-27T05:23:28.730Z | | |
| 3034 | 2026-05-27T05:23:28.730Z | 414 | let mresp = rb.build( |
| 3035 | 2026-05-27T05:23:28.730Z | | ----- required by a bound introduced by this call |
| 3036 | 2026-05-27T05:23:28.730Z | 415 | header, |
| 3037 | 2026-05-27T05:23:28.730Z | 416 | response_records.iter().collect::<Vec<&Record>>(), |
| 3038 | 2026-05-27T05:23:28.730Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3039 | 2026-05-27T05:23:28.730Z | | |
| 3040 | 2026-05-27T05:23:28.730Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3041 | 2026-05-27T05:23:28.730Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3042 | 2026-05-27T05:23:28.730Z | | |
| 3043 | 2026-05-27T05:23:28.730Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3044 | 2026-05-27T05:23:28.730Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3045 | 2026-05-27T05:23:28.730Z | | |
| 3046 | 2026-05-27T05:23:28.730Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3047 | 2026-05-27T05:23:28.730Z | | |
| 3048 | 2026-05-27T05:23:28.730Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3049 | 2026-05-27T05:23:28.730Z | | ---------------------------------------- this is the found type |
| 3050 | 2026-05-27T05:23:28.732Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3051 | 2026-05-27T05:23:28.732Z | note: the method call chain might not have had the expected associated types |
| 3052 | 2026-05-27T05:23:28.732Z | --> dns-server/src/dns_server.rs:416:26 |
| 3053 | 2026-05-27T05:23:28.732Z | | |
| 3054 | 2026-05-27T05:23:28.732Z | 411 | response_records: &[Record], |
| 3055 | 2026-05-27T05:23:28.732Z | | ---------------- this expression has type `&[Record]` |
| 3056 | 2026-05-27T05:23:28.732Z | ... |
| 3057 | 2026-05-27T05:23:28.732Z | 416 | response_records.iter().collect::<Vec<&Record>>(), |
| 3058 | 2026-05-27T05:23:28.732Z | | ^^^^^^ ------------------------- `IntoIterator::Item` remains `&Record` here |
| 3059 | 2026-05-27T05:23:28.732Z | | | |
| 3060 | 2026-05-27T05:23:28.732Z | | `IntoIterator::Item` is `&Record` here |
| 3061 | 2026-05-27T05:23:28.732Z | note: required by a bound in `MessageResponseBuilder::<'q>::build` |
| 3062 | 2026-05-27T05:23:28.732Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:138:25 |
| 3063 | 2026-05-27T05:23:28.732Z | | |
| 3064 | 2026-05-27T05:23:28.732Z | 129 | pub fn build<'a, A, N, S, D>( |
| 3065 | 2026-05-27T05:23:28.732Z | | ----- required by a bound in this associated function |
| 3066 | 2026-05-27T05:23:28.732Z | ... |
| 3067 | 2026-05-27T05:23:28.732Z | 138 | A: IntoIterator<Item = &'a Record> + Send + 'a, |
| 3068 | 2026-05-27T05:23:28.732Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build` |
| 3069 | 2026-05-27T05:23:28.732Z | |
| 3070 | 2026-05-27T05:23:28.737Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3071 | 2026-05-27T05:23:28.737Z | --> dns-server/src/dns_server.rs:414:20 |
| 3072 | 2026-05-27T05:23:28.737Z | | |
| 3073 | 2026-05-27T05:23:28.737Z | 414 | let mresp = rb.build( |
| 3074 | 2026-05-27T05:23:28.737Z | | ^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3075 | 2026-05-27T05:23:28.737Z | | |
| 3076 | 2026-05-27T05:23:28.737Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3077 | 2026-05-27T05:23:28.737Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3078 | 2026-05-27T05:23:28.737Z | | |
| 3079 | 2026-05-27T05:23:28.737Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3080 | 2026-05-27T05:23:28.737Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3081 | 2026-05-27T05:23:28.737Z | | |
| 3082 | 2026-05-27T05:23:28.737Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3083 | 2026-05-27T05:23:28.737Z | | |
| 3084 | 2026-05-27T05:23:28.737Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3085 | 2026-05-27T05:23:28.737Z | | ---------------------------------------- this is the found type |
| 3086 | 2026-05-27T05:23:28.737Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3087 | 2026-05-27T05:23:28.737Z | note: required by a bound in `MessageResponse` |
| 3088 | 2026-05-27T05:23:28.737Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23 |
| 3089 | 2026-05-27T05:23:28.737Z | | |
| 3090 | 2026-05-27T05:23:28.737Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3091 | 2026-05-27T05:23:28.737Z | | --------------- required by a bound in this struct |
| 3092 | 2026-05-27T05:23:28.737Z | 22 | where |
| 3093 | 2026-05-27T05:23:28.737Z | 23 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3094 | 2026-05-27T05:23:28.737Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3095 | 2026-05-27T05:23:28.737Z | |
| 3096 | 2026-05-27T05:23:28.737Z | error[E0271]: type mismatch resolving `<&[Record] as IntoIterator>::Item == &Record` |
| 3097 | 2026-05-27T05:23:28.737Z | --> dns-server/src/dns_server.rs:419:9 |
| 3098 | 2026-05-27T05:23:28.737Z | | |
| 3099 | 2026-05-27T05:23:28.737Z | 414 | let mresp = rb.build( |
| 3100 | 2026-05-27T05:23:28.737Z | | ----- required by a bound introduced by this call |
| 3101 | 2026-05-27T05:23:28.737Z | ... |
| 3102 | 2026-05-27T05:23:28.737Z | 419 | additional_records, |
| 3103 | 2026-05-27T05:23:28.737Z | | ^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3104 | 2026-05-27T05:23:28.737Z | | |
| 3105 | 2026-05-27T05:23:28.737Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3106 | 2026-05-27T05:23:28.737Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3107 | 2026-05-27T05:23:28.738Z | | |
| 3108 | 2026-05-27T05:23:28.738Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3109 | 2026-05-27T05:23:28.738Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3110 | 2026-05-27T05:23:28.738Z | | |
| 3111 | 2026-05-27T05:23:28.738Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3112 | 2026-05-27T05:23:28.738Z | | |
| 3113 | 2026-05-27T05:23:28.738Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3114 | 2026-05-27T05:23:28.738Z | | ---------------------------------------- this is the found type |
| 3115 | 2026-05-27T05:23:28.738Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3116 | 2026-05-27T05:23:28.738Z | note: required by a bound in `MessageResponseBuilder::<'q>::build` |
| 3117 | 2026-05-27T05:23:28.738Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:144:25 |
| 3118 | 2026-05-27T05:23:28.738Z | | |
| 3119 | 2026-05-27T05:23:28.738Z | 129 | pub fn build<'a, A, N, S, D>( |
| 3120 | 2026-05-27T05:23:28.738Z | | ----- required by a bound in this associated function |
| 3121 | 2026-05-27T05:23:28.738Z | ... |
| 3122 | 2026-05-27T05:23:28.738Z | 144 | D: IntoIterator<Item = &'a Record> + Send + 'a, |
| 3123 | 2026-05-27T05:23:28.738Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build` |
| 3124 | 2026-05-27T05:23:28.738Z | |
| 3125 | 2026-05-27T05:23:28.738Z | error[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3126 | 2026-05-27T05:23:28.738Z | --> dns-server/src/dns_server.rs:414:20 |
| 3127 | 2026-05-27T05:23:28.738Z | | |
| 3128 | 2026-05-27T05:23:28.738Z | 414 | let mresp = rb.build( |
| 3129 | 2026-05-27T05:23:28.738Z | | ^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3130 | 2026-05-27T05:23:28.738Z | | |
| 3131 | 2026-05-27T05:23:28.738Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3132 | 2026-05-27T05:23:28.738Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3133 | 2026-05-27T05:23:28.738Z | | |
| 3134 | 2026-05-27T05:23:28.738Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3135 | 2026-05-27T05:23:28.738Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3136 | 2026-05-27T05:23:28.738Z | | |
| 3137 | 2026-05-27T05:23:28.738Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3138 | 2026-05-27T05:23:28.738Z | | |
| 3139 | 2026-05-27T05:23:28.738Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3140 | 2026-05-27T05:23:28.738Z | | ---------------------------------------- this is the found type |
| 3141 | 2026-05-27T05:23:28.738Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3142 | 2026-05-27T05:23:28.738Z | note: required by a bound in `MessageResponse` |
| 3143 | 2026-05-27T05:23:28.738Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27 |
| 3144 | 2026-05-27T05:23:28.738Z | | |
| 3145 | 2026-05-27T05:23:28.739Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3146 | 2026-05-27T05:23:28.739Z | | --------------- required by a bound in this struct |
| 3147 | 2026-05-27T05:23:28.739Z | ... |
| 3148 | 2026-05-27T05:23:28.739Z | 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 3149 | 2026-05-27T05:23:28.739Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3150 | 2026-05-27T05:23:28.739Z | |
| 3151 | 2026-05-27T05:23:28.744Z | error[E0308]: mismatched types |
| 3152 | 2026-05-27T05:23:28.744Z | --> dns-server/src/dns_server.rs:415:9 |
| 3153 | 2026-05-27T05:23:28.744Z | | |
| 3154 | 2026-05-27T05:23:28.744Z | 414 | let mresp = rb.build( |
| 3155 | 2026-05-27T05:23:28.744Z | | ----- arguments to this method are incorrect |
| 3156 | 2026-05-27T05:23:28.744Z | 415 | header, |
| 3157 | 2026-05-27T05:23:28.744Z | | ^^^^^^ expected `Header`, found `hickory_proto::op::Header` |
| 3158 | 2026-05-27T05:23:28.744Z | | |
| 3159 | 2026-05-27T05:23:28.744Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3160 | 2026-05-27T05:23:28.744Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1 |
| 3161 | 2026-05-27T05:23:28.744Z | | |
| 3162 | 2026-05-27T05:23:28.744Z | 57 | pub struct Header { |
| 3163 | 2026-05-27T05:23:28.744Z | | ^^^^^^^^^^^^^^^^^ this is the expected type |
| 3164 | 2026-05-27T05:23:28.744Z | | |
| 3165 | 2026-05-27T05:23:28.744Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1 |
| 3166 | 2026-05-27T05:23:28.744Z | | |
| 3167 | 2026-05-27T05:23:28.744Z | 57 | pub struct Header { |
| 3168 | 2026-05-27T05:23:28.744Z | | ----------------- this is the found type |
| 3169 | 2026-05-27T05:23:28.744Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3170 | 2026-05-27T05:23:28.744Z | note: method defined here |
| 3171 | 2026-05-27T05:23:28.744Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:129:12 |
| 3172 | 2026-05-27T05:23:28.744Z | | |
| 3173 | 2026-05-27T05:23:28.744Z | 129 | pub fn build<'a, A, N, S, D>( |
| 3174 | 2026-05-27T05:23:28.744Z | | ^^^^^ |
| 3175 | 2026-05-27T05:23:28.744Z | |
| 3176 | 2026-05-27T05:23:28.744Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3177 | 2026-05-27T05:23:28.744Z | --> dns-server/src/dns_server.rs:422:31 |
| 3178 | 2026-05-27T05:23:28.744Z | | |
| 3179 | 2026-05-27T05:23:28.744Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 3180 | 2026-05-27T05:23:28.744Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3181 | 2026-05-27T05:23:28.744Z | | | |
| 3182 | 2026-05-27T05:23:28.744Z | | required by a bound introduced by this call |
| 3183 | 2026-05-27T05:23:28.744Z | | |
| 3184 | 2026-05-27T05:23:28.744Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3185 | 2026-05-27T05:23:28.745Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3186 | 2026-05-27T05:23:28.745Z | | |
| 3187 | 2026-05-27T05:23:28.745Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3188 | 2026-05-27T05:23:28.745Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3189 | 2026-05-27T05:23:28.745Z | | |
| 3190 | 2026-05-27T05:23:28.745Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3191 | 2026-05-27T05:23:28.746Z | | |
| 3192 | 2026-05-27T05:23:28.746Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3193 | 2026-05-27T05:23:28.746Z | | ---------------------------------------- this is the found type |
| 3194 | 2026-05-27T05:23:28.746Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3195 | 2026-05-27T05:23:28.746Z | note: required by a bound in `encode_and_send` |
| 3196 | 2026-05-27T05:23:28.746Z | --> dns-server/src/dns_server.rs:492:27 |
| 3197 | 2026-05-27T05:23:28.746Z | | |
| 3198 | 2026-05-27T05:23:28.746Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3199 | 2026-05-27T05:23:28.746Z | | --------------- required by a bound in this function |
| 3200 | 2026-05-27T05:23:28.746Z | ... |
| 3201 | 2026-05-27T05:23:28.746Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3202 | 2026-05-27T05:23:28.746Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3203 | 2026-05-27T05:23:28.746Z | |
| 3204 | 2026-05-27T05:23:28.747Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3205 | 2026-05-27T05:23:28.747Z | --> dns-server/src/dns_server.rs:422:31 |
| 3206 | 2026-05-27T05:23:28.747Z | | |
| 3207 | 2026-05-27T05:23:28.747Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 3208 | 2026-05-27T05:23:28.747Z | | ^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3209 | 2026-05-27T05:23:28.747Z | | |
| 3210 | 2026-05-27T05:23:28.747Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3211 | 2026-05-27T05:23:28.747Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3212 | 2026-05-27T05:23:28.747Z | | |
| 3213 | 2026-05-27T05:23:28.747Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3214 | 2026-05-27T05:23:28.747Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3215 | 2026-05-27T05:23:28.747Z | | |
| 3216 | 2026-05-27T05:23:28.747Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3217 | 2026-05-27T05:23:28.747Z | | |
| 3218 | 2026-05-27T05:23:28.747Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3219 | 2026-05-27T05:23:28.747Z | | ---------------------------------------- this is the found type |
| 3220 | 2026-05-27T05:23:28.747Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3221 | 2026-05-27T05:23:28.747Z | note: required by a bound in `MessageResponse` |
| 3222 | 2026-05-27T05:23:28.747Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23 |
| 3223 | 2026-05-27T05:23:28.747Z | | |
| 3224 | 2026-05-27T05:23:28.747Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3225 | 2026-05-27T05:23:28.747Z | | --------------- required by a bound in this struct |
| 3226 | 2026-05-27T05:23:28.747Z | 22 | where |
| 3227 | 2026-05-27T05:23:28.747Z | 23 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3228 | 2026-05-27T05:23:28.747Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3229 | 2026-05-27T05:23:28.747Z | |
| 3230 | 2026-05-27T05:23:28.747Z | error[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3231 | 2026-05-27T05:23:28.747Z | --> dns-server/src/dns_server.rs:422:31 |
| 3232 | 2026-05-27T05:23:28.747Z | | |
| 3233 | 2026-05-27T05:23:28.747Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 3234 | 2026-05-27T05:23:28.747Z | | ^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3235 | 2026-05-27T05:23:28.747Z | | |
| 3236 | 2026-05-27T05:23:28.748Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3237 | 2026-05-27T05:23:28.748Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3238 | 2026-05-27T05:23:28.748Z | | |
| 3239 | 2026-05-27T05:23:28.748Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3240 | 2026-05-27T05:23:28.748Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3241 | 2026-05-27T05:23:28.748Z | | |
| 3242 | 2026-05-27T05:23:28.748Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3243 | 2026-05-27T05:23:28.748Z | | |
| 3244 | 2026-05-27T05:23:28.748Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3245 | 2026-05-27T05:23:28.748Z | | ---------------------------------------- this is the found type |
| 3246 | 2026-05-27T05:23:28.748Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3247 | 2026-05-27T05:23:28.749Z | note: required by a bound in `MessageResponse` |
| 3248 | 2026-05-27T05:23:28.749Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27 |
| 3249 | 2026-05-27T05:23:28.749Z | | |
| 3250 | 2026-05-27T05:23:28.749Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3251 | 2026-05-27T05:23:28.753Z | | --------------- required by a bound in this struct |
| 3252 | 2026-05-27T05:23:28.753Z | ... |
| 3253 | 2026-05-27T05:23:28.753Z | 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 3254 | 2026-05-27T05:23:28.753Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3255 | 2026-05-27T05:23:28.753Z | |
| 3256 | 2026-05-27T05:23:28.753Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3257 | 2026-05-27T05:23:28.753Z | --> dns-server/src/dns_server.rs:422:5 |
| 3258 | 2026-05-27T05:23:28.753Z | | |
| 3259 | 2026-05-27T05:23:28.753Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 3260 | 2026-05-27T05:23:28.753Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3261 | 2026-05-27T05:23:28.753Z | | |
| 3262 | 2026-05-27T05:23:28.753Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3263 | 2026-05-27T05:23:28.753Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3264 | 2026-05-27T05:23:28.753Z | | |
| 3265 | 2026-05-27T05:23:28.753Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3266 | 2026-05-27T05:23:28.753Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3267 | 2026-05-27T05:23:28.753Z | | |
| 3268 | 2026-05-27T05:23:28.753Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3269 | 2026-05-27T05:23:28.753Z | | |
| 3270 | 2026-05-27T05:23:28.753Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3271 | 2026-05-27T05:23:28.753Z | | ---------------------------------------- this is the found type |
| 3272 | 2026-05-27T05:23:28.753Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3273 | 2026-05-27T05:23:28.754Z | note: required by a bound in `encode_and_send` |
| 3274 | 2026-05-27T05:23:28.754Z | --> dns-server/src/dns_server.rs:492:27 |
| 3275 | 2026-05-27T05:23:28.754Z | | |
| 3276 | 2026-05-27T05:23:28.754Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3277 | 2026-05-27T05:23:28.754Z | | --------------- required by a bound in this function |
| 3278 | 2026-05-27T05:23:28.754Z | ... |
| 3279 | 2026-05-27T05:23:28.754Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3280 | 2026-05-27T05:23:28.754Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3281 | 2026-05-27T05:23:28.754Z | |
| 3282 | 2026-05-27T05:23:28.754Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3283 | 2026-05-27T05:23:28.754Z | --> dns-server/src/dns_server.rs:422:49 |
| 3284 | 2026-05-27T05:23:28.754Z | | |
| 3285 | 2026-05-27T05:23:28.754Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 3286 | 2026-05-27T05:23:28.754Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3287 | 2026-05-27T05:23:28.754Z | | |
| 3288 | 2026-05-27T05:23:28.754Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3289 | 2026-05-27T05:23:28.754Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3290 | 2026-05-27T05:23:28.754Z | | |
| 3291 | 2026-05-27T05:23:28.754Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3292 | 2026-05-27T05:23:28.754Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3293 | 2026-05-27T05:23:28.754Z | | |
| 3294 | 2026-05-27T05:23:28.755Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3295 | 2026-05-27T05:23:28.755Z | | |
| 3296 | 2026-05-27T05:23:28.755Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3297 | 2026-05-27T05:23:28.755Z | | ---------------------------------------- this is the found type |
| 3298 | 2026-05-27T05:23:28.755Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3299 | 2026-05-27T05:23:28.755Z | note: required by a bound in `encode_and_send` |
| 3300 | 2026-05-27T05:23:28.755Z | --> dns-server/src/dns_server.rs:492:27 |
| 3301 | 2026-05-27T05:23:28.755Z | | |
| 3302 | 2026-05-27T05:23:28.756Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3303 | 2026-05-27T05:23:28.756Z | | --------------- required by a bound in this function |
| 3304 | 2026-05-27T05:23:28.756Z | ... |
| 3305 | 2026-05-27T05:23:28.756Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3306 | 2026-05-27T05:23:28.756Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3307 | 2026-05-27T05:23:28.756Z | |
| 3308 | 2026-05-27T05:23:28.756Z | error[E0308]: arguments to this method are incorrect |
| 3309 | 2026-05-27T05:23:28.756Z | --> dns-server/src/dns_server.rs:438:33 |
| 3310 | 2026-05-27T05:23:28.756Z | | |
| 3311 | 2026-05-27T05:23:28.756Z | 438 | let mut mresp = rb_nxdomain.error_msg(&header, ResponseCode::NXDomain); |
| 3312 | 2026-05-27T05:23:28.756Z | | ^^^^^^^^^ ------- ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode` |
| 3313 | 2026-05-27T05:23:28.756Z | | | |
| 3314 | 2026-05-27T05:23:28.756Z | | expected `&Header`, found `&&Header` |
| 3315 | 2026-05-27T05:23:28.756Z | | |
| 3316 | 2026-05-27T05:23:28.756Z | = note: expected reference `&hickory_resolver::hickory_proto::op::Header` |
| 3317 | 2026-05-27T05:23:28.756Z | found reference `&&hickory_proto::op::Header` |
| 3318 | 2026-05-27T05:23:28.756Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3319 | 2026-05-27T05:23:28.756Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1 |
| 3320 | 2026-05-27T05:23:28.756Z | | |
| 3321 | 2026-05-27T05:23:28.756Z | 67 | pub enum ResponseCode { |
| 3322 | 2026-05-27T05:23:28.756Z | | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3323 | 2026-05-27T05:23:28.756Z | | |
| 3324 | 2026-05-27T05:23:28.756Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1 |
| 3325 | 2026-05-27T05:23:28.756Z | | |
| 3326 | 2026-05-27T05:23:28.756Z | 67 | pub enum ResponseCode { |
| 3327 | 2026-05-27T05:23:28.756Z | | --------------------- this is the found type |
| 3328 | 2026-05-27T05:23:28.756Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3329 | 2026-05-27T05:23:28.756Z | note: method defined here |
| 3330 | 2026-05-27T05:23:28.756Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12 |
| 3331 | 2026-05-27T05:23:28.756Z | | |
| 3332 | 2026-05-27T05:23:28.756Z | 190 | pub fn error_msg<'a>( |
| 3333 | 2026-05-27T05:23:28.756Z | | ^^^^^^^^^ |
| 3334 | 2026-05-27T05:23:28.756Z | |
| 3335 | 2026-05-27T05:23:28.756Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3336 | 2026-05-27T05:23:28.756Z | --> dns-server/src/dns_server.rs:457:50 |
| 3337 | 2026-05-27T05:23:28.756Z | | |
| 3338 | 2026-05-27T05:23:28.756Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3339 | 2026-05-27T05:23:28.756Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3340 | 2026-05-27T05:23:28.757Z | | | |
| 3341 | 2026-05-27T05:23:28.757Z | | required by a bound introduced by this call |
| 3342 | 2026-05-27T05:23:28.757Z | | |
| 3343 | 2026-05-27T05:23:28.757Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3344 | 2026-05-27T05:23:28.757Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3345 | 2026-05-27T05:23:28.757Z | | |
| 3346 | 2026-05-27T05:23:28.757Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3347 | 2026-05-27T05:23:28.757Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3348 | 2026-05-27T05:23:28.757Z | | |
| 3349 | 2026-05-27T05:23:28.757Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3350 | 2026-05-27T05:23:28.757Z | | |
| 3351 | 2026-05-27T05:23:28.761Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3352 | 2026-05-27T05:23:28.761Z | | ---------------------------------------- this is the found type |
| 3353 | 2026-05-27T05:23:28.762Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3354 | 2026-05-27T05:23:28.762Z | note: required by a bound in `encode_and_send` |
| 3355 | 2026-05-27T05:23:28.762Z | --> dns-server/src/dns_server.rs:491:23 |
| 3356 | 2026-05-27T05:23:28.762Z | | |
| 3357 | 2026-05-27T05:23:28.762Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3358 | 2026-05-27T05:23:28.762Z | | --------------- required by a bound in this function |
| 3359 | 2026-05-27T05:23:28.762Z | ... |
| 3360 | 2026-05-27T05:23:28.762Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3361 | 2026-05-27T05:23:28.762Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3362 | 2026-05-27T05:23:28.762Z | |
| 3363 | 2026-05-27T05:23:28.762Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3364 | 2026-05-27T05:23:28.762Z | --> dns-server/src/dns_server.rs:457:50 |
| 3365 | 2026-05-27T05:23:28.762Z | | |
| 3366 | 2026-05-27T05:23:28.762Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3367 | 2026-05-27T05:23:28.762Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3368 | 2026-05-27T05:23:28.762Z | | | |
| 3369 | 2026-05-27T05:23:28.762Z | | required by a bound introduced by this call |
| 3370 | 2026-05-27T05:23:28.762Z | | |
| 3371 | 2026-05-27T05:23:28.762Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3372 | 2026-05-27T05:23:28.762Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3373 | 2026-05-27T05:23:28.762Z | | |
| 3374 | 2026-05-27T05:23:28.762Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3375 | 2026-05-27T05:23:28.762Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3376 | 2026-05-27T05:23:28.762Z | | |
| 3377 | 2026-05-27T05:23:28.762Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3378 | 2026-05-27T05:23:28.762Z | | |
| 3379 | 2026-05-27T05:23:28.762Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3380 | 2026-05-27T05:23:28.762Z | | ---------------------------------------- this is the found type |
| 3381 | 2026-05-27T05:23:28.762Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3382 | 2026-05-27T05:23:28.762Z | note: required by a bound in `encode_and_send` |
| 3383 | 2026-05-27T05:23:28.762Z | --> dns-server/src/dns_server.rs:492:27 |
| 3384 | 2026-05-27T05:23:28.762Z | | |
| 3385 | 2026-05-27T05:23:28.762Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3386 | 2026-05-27T05:23:28.762Z | | --------------- required by a bound in this function |
| 3387 | 2026-05-27T05:23:28.762Z | ... |
| 3388 | 2026-05-27T05:23:28.762Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3389 | 2026-05-27T05:23:28.762Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3390 | 2026-05-27T05:23:28.762Z | |
| 3391 | 2026-05-27T05:23:28.762Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3392 | 2026-05-27T05:23:28.763Z | --> dns-server/src/dns_server.rs:457:50 |
| 3393 | 2026-05-27T05:23:28.763Z | | |
| 3394 | 2026-05-27T05:23:28.763Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3395 | 2026-05-27T05:23:28.763Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3396 | 2026-05-27T05:23:28.763Z | | | |
| 3397 | 2026-05-27T05:23:28.763Z | | required by a bound introduced by this call |
| 3398 | 2026-05-27T05:23:28.763Z | | |
| 3399 | 2026-05-27T05:23:28.763Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3400 | 2026-05-27T05:23:28.763Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3401 | 2026-05-27T05:23:28.763Z | | |
| 3402 | 2026-05-27T05:23:28.763Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3403 | 2026-05-27T05:23:28.763Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3404 | 2026-05-27T05:23:28.763Z | | |
| 3405 | 2026-05-27T05:23:28.763Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3406 | 2026-05-27T05:23:28.763Z | | |
| 3407 | 2026-05-27T05:23:28.763Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3408 | 2026-05-27T05:23:28.763Z | | ---------------------------------------- this is the found type |
| 3409 | 2026-05-27T05:23:28.763Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3410 | 2026-05-27T05:23:28.763Z | note: required by a bound in `encode_and_send` |
| 3411 | 2026-05-27T05:23:28.763Z | --> dns-server/src/dns_server.rs:493:19 |
| 3412 | 2026-05-27T05:23:28.763Z | | |
| 3413 | 2026-05-27T05:23:28.763Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3414 | 2026-05-27T05:23:28.763Z | | --------------- required by a bound in this function |
| 3415 | 2026-05-27T05:23:28.763Z | ... |
| 3416 | 2026-05-27T05:23:28.763Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 3417 | 2026-05-27T05:23:28.763Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3418 | 2026-05-27T05:23:28.763Z | |
| 3419 | 2026-05-27T05:23:28.763Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3420 | 2026-05-27T05:23:28.763Z | --> dns-server/src/dns_server.rs:457:50 |
| 3421 | 2026-05-27T05:23:28.763Z | | |
| 3422 | 2026-05-27T05:23:28.763Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3423 | 2026-05-27T05:23:28.763Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3424 | 2026-05-27T05:23:28.763Z | | | |
| 3425 | 2026-05-27T05:23:28.763Z | | required by a bound introduced by this call |
| 3426 | 2026-05-27T05:23:28.763Z | | |
| 3427 | 2026-05-27T05:23:28.763Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3428 | 2026-05-27T05:23:28.763Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3429 | 2026-05-27T05:23:28.763Z | | |
| 3430 | 2026-05-27T05:23:28.764Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3431 | 2026-05-27T05:23:28.764Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3432 | 2026-05-27T05:23:28.764Z | | |
| 3433 | 2026-05-27T05:23:28.764Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3434 | 2026-05-27T05:23:28.764Z | | |
| 3435 | 2026-05-27T05:23:28.764Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3436 | 2026-05-27T05:23:28.764Z | | ---------------------------------------- this is the found type |
| 3437 | 2026-05-27T05:23:28.764Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3438 | 2026-05-27T05:23:28.764Z | note: required by a bound in `encode_and_send` |
| 3439 | 2026-05-27T05:23:28.764Z | --> dns-server/src/dns_server.rs:494:27 |
| 3440 | 2026-05-27T05:23:28.764Z | | |
| 3441 | 2026-05-27T05:23:28.764Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3442 | 2026-05-27T05:23:28.764Z | | --------------- required by a bound in this function |
| 3443 | 2026-05-27T05:23:28.764Z | ... |
| 3444 | 2026-05-27T05:23:28.764Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 3445 | 2026-05-27T05:23:28.764Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3446 | 2026-05-27T05:23:28.764Z | |
| 3447 | 2026-05-27T05:23:28.764Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3448 | 2026-05-27T05:23:28.764Z | --> dns-server/src/dns_server.rs:457:25 |
| 3449 | 2026-05-27T05:23:28.764Z | | |
| 3450 | 2026-05-27T05:23:28.764Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3451 | 2026-05-27T05:23:28.862Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3452 | 2026-05-27T05:23:28.862Z | | |
| 3453 | 2026-05-27T05:23:28.862Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3454 | 2026-05-27T05:23:28.862Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3455 | 2026-05-27T05:23:28.862Z | | |
| 3456 | 2026-05-27T05:23:28.862Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3457 | 2026-05-27T05:23:28.862Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3458 | 2026-05-27T05:23:28.862Z | | |
| 3459 | 2026-05-27T05:23:28.862Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3460 | 2026-05-27T05:23:28.862Z | | |
| 3461 | 2026-05-27T05:23:28.862Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3462 | 2026-05-27T05:23:28.862Z | | ---------------------------------------- this is the found type |
| 3463 | 2026-05-27T05:23:28.862Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3464 | 2026-05-27T05:23:28.862Z | note: required by a bound in `encode_and_send` |
| 3465 | 2026-05-27T05:23:28.862Z | --> dns-server/src/dns_server.rs:491:23 |
| 3466 | 2026-05-27T05:23:28.862Z | | |
| 3467 | 2026-05-27T05:23:28.862Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3468 | 2026-05-27T05:23:28.862Z | | --------------- required by a bound in this function |
| 3469 | 2026-05-27T05:23:28.862Z | ... |
| 3470 | 2026-05-27T05:23:28.862Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3471 | 2026-05-27T05:23:28.863Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3472 | 2026-05-27T05:23:28.863Z | |
| 3473 | 2026-05-27T05:23:28.863Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3474 | 2026-05-27T05:23:28.863Z | --> dns-server/src/dns_server.rs:457:25 |
| 3475 | 2026-05-27T05:23:28.863Z | | |
| 3476 | 2026-05-27T05:23:28.863Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3477 | 2026-05-27T05:23:28.863Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3478 | 2026-05-27T05:23:28.863Z | | |
| 3479 | 2026-05-27T05:23:28.863Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3480 | 2026-05-27T05:23:28.863Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3481 | 2026-05-27T05:23:28.863Z | | |
| 3482 | 2026-05-27T05:23:28.863Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3483 | 2026-05-27T05:23:28.863Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3484 | 2026-05-27T05:23:28.863Z | | |
| 3485 | 2026-05-27T05:23:28.863Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3486 | 2026-05-27T05:23:28.863Z | | |
| 3487 | 2026-05-27T05:23:28.863Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3488 | 2026-05-27T05:23:28.863Z | | ---------------------------------------- this is the found type |
| 3489 | 2026-05-27T05:23:28.863Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3490 | 2026-05-27T05:23:28.863Z | note: required by a bound in `encode_and_send` |
| 3491 | 2026-05-27T05:23:28.863Z | --> dns-server/src/dns_server.rs:492:27 |
| 3492 | 2026-05-27T05:23:28.863Z | | |
| 3493 | 2026-05-27T05:23:28.863Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3494 | 2026-05-27T05:23:28.863Z | | --------------- required by a bound in this function |
| 3495 | 2026-05-27T05:23:28.863Z | ... |
| 3496 | 2026-05-27T05:23:28.863Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3497 | 2026-05-27T05:23:28.863Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3498 | 2026-05-27T05:23:28.863Z | |
| 3499 | 2026-05-27T05:23:28.863Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3500 | 2026-05-27T05:23:28.863Z | --> dns-server/src/dns_server.rs:457:25 |
| 3501 | 2026-05-27T05:23:28.863Z | | |
| 3502 | 2026-05-27T05:23:28.863Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3503 | 2026-05-27T05:23:28.863Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3504 | 2026-05-27T05:23:28.863Z | | |
| 3505 | 2026-05-27T05:23:28.864Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3506 | 2026-05-27T05:23:28.864Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3507 | 2026-05-27T05:23:28.864Z | | |
| 3508 | 2026-05-27T05:23:28.864Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3509 | 2026-05-27T05:23:28.864Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3510 | 2026-05-27T05:23:28.864Z | | |
| 3511 | 2026-05-27T05:23:28.864Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3512 | 2026-05-27T05:23:28.864Z | | |
| 3513 | 2026-05-27T05:23:28.864Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3514 | 2026-05-27T05:23:28.864Z | | ---------------------------------------- this is the found type |
| 3515 | 2026-05-27T05:23:28.864Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3516 | 2026-05-27T05:23:28.865Z | note: required by a bound in `encode_and_send` |
| 3517 | 2026-05-27T05:23:28.865Z | --> dns-server/src/dns_server.rs:493:19 |
| 3518 | 2026-05-27T05:23:28.865Z | | |
| 3519 | 2026-05-27T05:23:28.865Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3520 | 2026-05-27T05:23:28.865Z | | --------------- required by a bound in this function |
| 3521 | 2026-05-27T05:23:28.865Z | ... |
| 3522 | 2026-05-27T05:23:28.865Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 3523 | 2026-05-27T05:23:28.865Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3524 | 2026-05-27T05:23:28.865Z | |
| 3525 | 2026-05-27T05:23:28.865Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3526 | 2026-05-27T05:23:28.865Z | --> dns-server/src/dns_server.rs:457:25 |
| 3527 | 2026-05-27T05:23:28.865Z | | |
| 3528 | 2026-05-27T05:23:28.865Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3529 | 2026-05-27T05:23:28.865Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3530 | 2026-05-27T05:23:28.865Z | | |
| 3531 | 2026-05-27T05:23:28.865Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3532 | 2026-05-27T05:23:28.865Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3533 | 2026-05-27T05:23:28.865Z | | |
| 3534 | 2026-05-27T05:23:28.865Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3535 | 2026-05-27T05:23:28.865Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3536 | 2026-05-27T05:23:28.865Z | | |
| 3537 | 2026-05-27T05:23:28.865Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3538 | 2026-05-27T05:23:28.865Z | | |
| 3539 | 2026-05-27T05:23:28.865Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3540 | 2026-05-27T05:23:28.865Z | | ---------------------------------------- this is the found type |
| 3541 | 2026-05-27T05:23:28.865Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3542 | 2026-05-27T05:23:28.865Z | note: required by a bound in `encode_and_send` |
| 3543 | 2026-05-27T05:23:28.865Z | --> dns-server/src/dns_server.rs:494:27 |
| 3544 | 2026-05-27T05:23:28.865Z | | |
| 3545 | 2026-05-27T05:23:28.865Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3546 | 2026-05-27T05:23:28.865Z | | --------------- required by a bound in this function |
| 3547 | 2026-05-27T05:23:28.865Z | ... |
| 3548 | 2026-05-27T05:23:28.865Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 3549 | 2026-05-27T05:23:28.865Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3550 | 2026-05-27T05:23:28.865Z | |
| 3551 | 2026-05-27T05:23:28.870Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3552 | 2026-05-27T05:23:28.870Z | --> dns-server/src/dns_server.rs:457:69 |
| 3553 | 2026-05-27T05:23:28.870Z | | |
| 3554 | 2026-05-27T05:23:28.870Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3555 | 2026-05-27T05:23:28.870Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3556 | 2026-05-27T05:23:28.870Z | | |
| 3557 | 2026-05-27T05:23:28.870Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3558 | 2026-05-27T05:23:28.870Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3559 | 2026-05-27T05:23:28.870Z | | |
| 3560 | 2026-05-27T05:23:28.870Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3561 | 2026-05-27T05:23:28.870Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3562 | 2026-05-27T05:23:28.870Z | | |
| 3563 | 2026-05-27T05:23:28.870Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3564 | 2026-05-27T05:23:28.870Z | | |
| 3565 | 2026-05-27T05:23:28.870Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3566 | 2026-05-27T05:23:28.870Z | | ---------------------------------------- this is the found type |
| 3567 | 2026-05-27T05:23:28.870Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3568 | 2026-05-27T05:23:28.870Z | note: required by a bound in `encode_and_send` |
| 3569 | 2026-05-27T05:23:28.870Z | --> dns-server/src/dns_server.rs:491:23 |
| 3570 | 2026-05-27T05:23:28.870Z | | |
| 3571 | 2026-05-27T05:23:28.870Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3572 | 2026-05-27T05:23:28.870Z | | --------------- required by a bound in this function |
| 3573 | 2026-05-27T05:23:28.870Z | ... |
| 3574 | 2026-05-27T05:23:28.870Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3575 | 2026-05-27T05:23:28.870Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3576 | 2026-05-27T05:23:28.870Z | |
| 3577 | 2026-05-27T05:23:28.871Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3578 | 2026-05-27T05:23:28.871Z | --> dns-server/src/dns_server.rs:457:69 |
| 3579 | 2026-05-27T05:23:28.871Z | | |
| 3580 | 2026-05-27T05:23:28.871Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3581 | 2026-05-27T05:23:28.871Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3582 | 2026-05-27T05:23:28.871Z | | |
| 3583 | 2026-05-27T05:23:28.871Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3584 | 2026-05-27T05:23:28.871Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3585 | 2026-05-27T05:23:28.871Z | | |
| 3586 | 2026-05-27T05:23:28.871Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3587 | 2026-05-27T05:23:28.871Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3588 | 2026-05-27T05:23:28.871Z | | |
| 3589 | 2026-05-27T05:23:28.871Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3590 | 2026-05-27T05:23:28.871Z | | |
| 3591 | 2026-05-27T05:23:28.871Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3592 | 2026-05-27T05:23:28.871Z | | ---------------------------------------- this is the found type |
| 3593 | 2026-05-27T05:23:28.871Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3594 | 2026-05-27T05:23:28.871Z | note: required by a bound in `encode_and_send` |
| 3595 | 2026-05-27T05:23:28.871Z | --> dns-server/src/dns_server.rs:492:27 |
| 3596 | 2026-05-27T05:23:28.871Z | | |
| 3597 | 2026-05-27T05:23:28.871Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3598 | 2026-05-27T05:23:28.871Z | | --------------- required by a bound in this function |
| 3599 | 2026-05-27T05:23:28.872Z | ... |
| 3600 | 2026-05-27T05:23:28.872Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3601 | 2026-05-27T05:23:28.872Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3602 | 2026-05-27T05:23:28.872Z | |
| 3603 | 2026-05-27T05:23:28.872Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3604 | 2026-05-27T05:23:28.872Z | --> dns-server/src/dns_server.rs:457:69 |
| 3605 | 2026-05-27T05:23:28.872Z | | |
| 3606 | 2026-05-27T05:23:28.872Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3607 | 2026-05-27T05:23:28.872Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3608 | 2026-05-27T05:23:28.872Z | | |
| 3609 | 2026-05-27T05:23:28.872Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3610 | 2026-05-27T05:23:28.872Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3611 | 2026-05-27T05:23:28.872Z | | |
| 3612 | 2026-05-27T05:23:28.872Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3613 | 2026-05-27T05:23:28.872Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3614 | 2026-05-27T05:23:28.872Z | | |
| 3615 | 2026-05-27T05:23:28.872Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3616 | 2026-05-27T05:23:28.872Z | | |
| 3617 | 2026-05-27T05:23:28.872Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3618 | 2026-05-27T05:23:28.872Z | | ---------------------------------------- this is the found type |
| 3619 | 2026-05-27T05:23:28.872Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3620 | 2026-05-27T05:23:28.873Z | note: required by a bound in `encode_and_send` |
| 3621 | 2026-05-27T05:23:28.873Z | --> dns-server/src/dns_server.rs:493:19 |
| 3622 | 2026-05-27T05:23:28.873Z | | |
| 3623 | 2026-05-27T05:23:28.873Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3624 | 2026-05-27T05:23:28.873Z | | --------------- required by a bound in this function |
| 3625 | 2026-05-27T05:23:28.873Z | ... |
| 3626 | 2026-05-27T05:23:28.873Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 3627 | 2026-05-27T05:23:28.873Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3628 | 2026-05-27T05:23:28.873Z | |
| 3629 | 2026-05-27T05:23:28.873Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3630 | 2026-05-27T05:23:28.873Z | --> dns-server/src/dns_server.rs:457:69 |
| 3631 | 2026-05-27T05:23:28.873Z | | |
| 3632 | 2026-05-27T05:23:28.873Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3633 | 2026-05-27T05:23:28.873Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3634 | 2026-05-27T05:23:28.873Z | | |
| 3635 | 2026-05-27T05:23:28.874Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3636 | 2026-05-27T05:23:28.874Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3637 | 2026-05-27T05:23:28.874Z | | |
| 3638 | 2026-05-27T05:23:28.874Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3639 | 2026-05-27T05:23:28.874Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3640 | 2026-05-27T05:23:28.874Z | | |
| 3641 | 2026-05-27T05:23:28.874Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3642 | 2026-05-27T05:23:28.874Z | | |
| 3643 | 2026-05-27T05:23:28.874Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3644 | 2026-05-27T05:23:28.874Z | | ---------------------------------------- this is the found type |
| 3645 | 2026-05-27T05:23:28.874Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3646 | 2026-05-27T05:23:28.874Z | note: required by a bound in `encode_and_send` |
| 3647 | 2026-05-27T05:23:28.874Z | --> dns-server/src/dns_server.rs:494:27 |
| 3648 | 2026-05-27T05:23:28.874Z | | |
| 3649 | 2026-05-27T05:23:28.874Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3650 | 2026-05-27T05:23:28.874Z | | --------------- required by a bound in this function |
| 3651 | 2026-05-27T05:23:28.878Z | ... |
| 3652 | 2026-05-27T05:23:28.878Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 3653 | 2026-05-27T05:23:28.878Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3654 | 2026-05-27T05:23:28.879Z | |
| 3655 | 2026-05-27T05:23:28.879Z | error[E0308]: arguments to this method are incorrect |
| 3656 | 2026-05-27T05:23:28.879Z | --> dns-server/src/dns_server.rs:477:20 |
| 3657 | 2026-05-27T05:23:28.879Z | | |
| 3658 | 2026-05-27T05:23:28.879Z | 477 | let mresp = rb.error_msg(header, ResponseCode::ServFail); |
| 3659 | 2026-05-27T05:23:28.879Z | | ^^^^^^^^^ ------ ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode` |
| 3660 | 2026-05-27T05:23:28.879Z | | | |
| 3661 | 2026-05-27T05:23:28.879Z | | expected `Header`, found `hickory_proto::op::Header` |
| 3662 | 2026-05-27T05:23:28.879Z | | |
| 3663 | 2026-05-27T05:23:28.879Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3664 | 2026-05-27T05:23:28.879Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1 |
| 3665 | 2026-05-27T05:23:28.879Z | | |
| 3666 | 2026-05-27T05:23:28.879Z | 57 | pub struct Header { |
| 3667 | 2026-05-27T05:23:28.879Z | | ^^^^^^^^^^^^^^^^^ this is the expected type |
| 3668 | 2026-05-27T05:23:28.879Z | | |
| 3669 | 2026-05-27T05:23:28.879Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1 |
| 3670 | 2026-05-27T05:23:28.879Z | | |
| 3671 | 2026-05-27T05:23:28.879Z | 57 | pub struct Header { |
| 3672 | 2026-05-27T05:23:28.879Z | | ----------------- this is the found type |
| 3673 | 2026-05-27T05:23:28.879Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3674 | 2026-05-27T05:23:28.879Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3675 | 2026-05-27T05:23:28.879Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1 |
| 3676 | 2026-05-27T05:23:28.879Z | | |
| 3677 | 2026-05-27T05:23:28.879Z | 67 | pub enum ResponseCode { |
| 3678 | 2026-05-27T05:23:28.879Z | | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3679 | 2026-05-27T05:23:28.879Z | | |
| 3680 | 2026-05-27T05:23:28.879Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1 |
| 3681 | 2026-05-27T05:23:28.879Z | | |
| 3682 | 2026-05-27T05:23:28.879Z | 67 | pub enum ResponseCode { |
| 3683 | 2026-05-27T05:23:28.879Z | | --------------------- this is the found type |
| 3684 | 2026-05-27T05:23:28.879Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3685 | 2026-05-27T05:23:28.879Z | note: method defined here |
| 3686 | 2026-05-27T05:23:28.879Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12 |
| 3687 | 2026-05-27T05:23:28.879Z | | |
| 3688 | 2026-05-27T05:23:28.879Z | 190 | pub fn error_msg<'a>( |
| 3689 | 2026-05-27T05:23:28.879Z | | ^^^^^^^^^ |
| 3690 | 2026-05-27T05:23:28.879Z | |
| 3691 | 2026-05-27T05:23:28.879Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3692 | 2026-05-27T05:23:28.879Z | --> dns-server/src/dns_server.rs:478:50 |
| 3693 | 2026-05-27T05:23:28.880Z | | |
| 3694 | 2026-05-27T05:23:28.880Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 3695 | 2026-05-27T05:23:28.880Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3696 | 2026-05-27T05:23:28.880Z | | | |
| 3697 | 2026-05-27T05:23:28.880Z | | required by a bound introduced by this call |
| 3698 | 2026-05-27T05:23:28.880Z | | |
| 3699 | 2026-05-27T05:23:28.880Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3700 | 2026-05-27T05:23:28.880Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3701 | 2026-05-27T05:23:28.880Z | | |
| 3702 | 2026-05-27T05:23:28.880Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3703 | 2026-05-27T05:23:28.880Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3704 | 2026-05-27T05:23:28.880Z | | |
| 3705 | 2026-05-27T05:23:28.880Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3706 | 2026-05-27T05:23:28.880Z | | |
| 3707 | 2026-05-27T05:23:28.880Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3708 | 2026-05-27T05:23:28.880Z | | ---------------------------------------- this is the found type |
| 3709 | 2026-05-27T05:23:28.880Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3710 | 2026-05-27T05:23:28.880Z | note: required by a bound in `encode_and_send` |
| 3711 | 2026-05-27T05:23:28.880Z | --> dns-server/src/dns_server.rs:491:23 |
| 3712 | 2026-05-27T05:23:28.880Z | | |
| 3713 | 2026-05-27T05:23:28.880Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3714 | 2026-05-27T05:23:28.880Z | | --------------- required by a bound in this function |
| 3715 | 2026-05-27T05:23:28.880Z | ... |
| 3716 | 2026-05-27T05:23:28.880Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3717 | 2026-05-27T05:23:28.880Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3718 | 2026-05-27T05:23:28.880Z | |
| 3719 | 2026-05-27T05:23:28.880Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3720 | 2026-05-27T05:23:28.880Z | --> dns-server/src/dns_server.rs:478:50 |
| 3721 | 2026-05-27T05:23:28.880Z | | |
| 3722 | 2026-05-27T05:23:28.880Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 3723 | 2026-05-27T05:23:28.880Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3724 | 2026-05-27T05:23:28.881Z | | | |
| 3725 | 2026-05-27T05:23:28.881Z | | required by a bound introduced by this call |
| 3726 | 2026-05-27T05:23:28.881Z | | |
| 3727 | 2026-05-27T05:23:28.881Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3728 | 2026-05-27T05:23:28.881Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3729 | 2026-05-27T05:23:28.881Z | | |
| 3730 | 2026-05-27T05:23:28.881Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3731 | 2026-05-27T05:23:28.881Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3732 | 2026-05-27T05:23:28.881Z | | |
| 3733 | 2026-05-27T05:23:28.881Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3734 | 2026-05-27T05:23:28.881Z | | |
| 3735 | 2026-05-27T05:23:28.881Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3736 | 2026-05-27T05:23:28.881Z | | ---------------------------------------- this is the found type |
| 3737 | 2026-05-27T05:23:28.881Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3738 | 2026-05-27T05:23:28.881Z | note: required by a bound in `encode_and_send` |
| 3739 | 2026-05-27T05:23:28.881Z | --> dns-server/src/dns_server.rs:492:27 |
| 3740 | 2026-05-27T05:23:28.881Z | | |
| 3741 | 2026-05-27T05:23:28.881Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3742 | 2026-05-27T05:23:28.881Z | | --------------- required by a bound in this function |
| 3743 | 2026-05-27T05:23:28.881Z | ... |
| 3744 | 2026-05-27T05:23:28.881Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3745 | 2026-05-27T05:23:28.881Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3746 | 2026-05-27T05:23:28.882Z | |
| 3747 | 2026-05-27T05:23:28.882Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3748 | 2026-05-27T05:23:28.882Z | --> dns-server/src/dns_server.rs:478:50 |
| 3749 | 2026-05-27T05:23:28.882Z | | |
| 3750 | 2026-05-27T05:23:28.882Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 3751 | 2026-05-27T05:23:28.886Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3752 | 2026-05-27T05:23:28.886Z | | | |
| 3753 | 2026-05-27T05:23:28.886Z | | required by a bound introduced by this call |
| 3754 | 2026-05-27T05:23:28.886Z | | |
| 3755 | 2026-05-27T05:23:28.886Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3756 | 2026-05-27T05:23:28.886Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3757 | 2026-05-27T05:23:28.886Z | | |
| 3758 | 2026-05-27T05:23:28.886Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3759 | 2026-05-27T05:23:28.886Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3760 | 2026-05-27T05:23:28.886Z | | |
| 3761 | 2026-05-27T05:23:28.886Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3762 | 2026-05-27T05:23:28.886Z | | |
| 3763 | 2026-05-27T05:23:28.886Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3764 | 2026-05-27T05:23:28.886Z | | ---------------------------------------- this is the found type |
| 3765 | 2026-05-27T05:23:28.887Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3766 | 2026-05-27T05:23:28.887Z | note: required by a bound in `encode_and_send` |
| 3767 | 2026-05-27T05:23:28.887Z | --> dns-server/src/dns_server.rs:493:19 |
| 3768 | 2026-05-27T05:23:28.887Z | | |
| 3769 | 2026-05-27T05:23:28.887Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3770 | 2026-05-27T05:23:28.887Z | | --------------- required by a bound in this function |
| 3771 | 2026-05-27T05:23:28.887Z | ... |
| 3772 | 2026-05-27T05:23:28.887Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 3773 | 2026-05-27T05:23:28.887Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3774 | 2026-05-27T05:23:28.887Z | |
| 3775 | 2026-05-27T05:23:28.887Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3776 | 2026-05-27T05:23:28.887Z | --> dns-server/src/dns_server.rs:478:50 |
| 3777 | 2026-05-27T05:23:28.887Z | | |
| 3778 | 2026-05-27T05:23:28.887Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 3779 | 2026-05-27T05:23:28.887Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3780 | 2026-05-27T05:23:28.887Z | | | |
| 3781 | 2026-05-27T05:23:28.887Z | | required by a bound introduced by this call |
| 3782 | 2026-05-27T05:23:28.887Z | | |
| 3783 | 2026-05-27T05:23:28.887Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3784 | 2026-05-27T05:23:28.887Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3785 | 2026-05-27T05:23:28.887Z | | |
| 3786 | 2026-05-27T05:23:28.888Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3787 | 2026-05-27T05:23:28.888Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3788 | 2026-05-27T05:23:28.888Z | | |
| 3789 | 2026-05-27T05:23:28.888Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3790 | 2026-05-27T05:23:28.888Z | | |
| 3791 | 2026-05-27T05:23:28.888Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3792 | 2026-05-27T05:23:28.888Z | | ---------------------------------------- this is the found type |
| 3793 | 2026-05-27T05:23:28.888Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3794 | 2026-05-27T05:23:28.888Z | note: required by a bound in `encode_and_send` |
| 3795 | 2026-05-27T05:23:28.888Z | --> dns-server/src/dns_server.rs:494:27 |
| 3796 | 2026-05-27T05:23:28.888Z | | |
| 3797 | 2026-05-27T05:23:28.888Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3798 | 2026-05-27T05:23:28.888Z | | --------------- required by a bound in this function |
| 3799 | 2026-05-27T05:23:28.888Z | ... |
| 3800 | 2026-05-27T05:23:28.888Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 3801 | 2026-05-27T05:23:28.888Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3802 | 2026-05-27T05:23:28.888Z | |
| 3803 | 2026-05-27T05:23:28.888Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3804 | 2026-05-27T05:23:28.888Z | --> dns-server/src/dns_server.rs:478:25 |
| 3805 | 2026-05-27T05:23:28.888Z | | |
| 3806 | 2026-05-27T05:23:28.888Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 3807 | 2026-05-27T05:23:28.888Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3808 | 2026-05-27T05:23:28.888Z | | |
| 3809 | 2026-05-27T05:23:28.888Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3810 | 2026-05-27T05:23:28.888Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3811 | 2026-05-27T05:23:28.888Z | | |
| 3812 | 2026-05-27T05:23:28.888Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3813 | 2026-05-27T05:23:28.888Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3814 | 2026-05-27T05:23:28.888Z | | |
| 3815 | 2026-05-27T05:23:28.888Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3816 | 2026-05-27T05:23:28.888Z | | |
| 3817 | 2026-05-27T05:23:28.888Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3818 | 2026-05-27T05:23:28.888Z | | ---------------------------------------- this is the found type |
| 3819 | 2026-05-27T05:23:28.888Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3820 | 2026-05-27T05:23:28.888Z | note: required by a bound in `encode_and_send` |
| 3821 | 2026-05-27T05:23:28.888Z | --> dns-server/src/dns_server.rs:491:23 |
| 3822 | 2026-05-27T05:23:28.888Z | | |
| 3823 | 2026-05-27T05:23:28.888Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3824 | 2026-05-27T05:23:28.888Z | | --------------- required by a bound in this function |
| 3825 | 2026-05-27T05:23:28.889Z | ... |
| 3826 | 2026-05-27T05:23:28.889Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3827 | 2026-05-27T05:23:28.889Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3828 | 2026-05-27T05:23:28.889Z | |
| 3829 | 2026-05-27T05:23:28.889Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3830 | 2026-05-27T05:23:28.890Z | --> dns-server/src/dns_server.rs:478:25 |
| 3831 | 2026-05-27T05:23:28.890Z | | |
| 3832 | 2026-05-27T05:23:28.890Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 3833 | 2026-05-27T05:23:28.890Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3834 | 2026-05-27T05:23:28.890Z | | |
| 3835 | 2026-05-27T05:23:28.890Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3836 | 2026-05-27T05:23:28.890Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3837 | 2026-05-27T05:23:28.891Z | | |
| 3838 | 2026-05-27T05:23:28.891Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3839 | 2026-05-27T05:23:28.891Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3840 | 2026-05-27T05:23:28.891Z | | |
| 3841 | 2026-05-27T05:23:28.891Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3842 | 2026-05-27T05:23:28.891Z | | |
| 3843 | 2026-05-27T05:23:28.891Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3844 | 2026-05-27T05:23:28.891Z | | ---------------------------------------- this is the found type |
| 3845 | 2026-05-27T05:23:28.891Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3846 | 2026-05-27T05:23:28.891Z | note: required by a bound in `encode_and_send` |
| 3847 | 2026-05-27T05:23:28.891Z | --> dns-server/src/dns_server.rs:492:27 |
| 3848 | 2026-05-27T05:23:28.891Z | | |
| 3849 | 2026-05-27T05:23:28.891Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3850 | 2026-05-27T05:23:28.891Z | | --------------- required by a bound in this function |
| 3851 | 2026-05-27T05:23:28.897Z | ... |
| 3852 | 2026-05-27T05:23:28.897Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3853 | 2026-05-27T05:23:28.897Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3854 | 2026-05-27T05:23:28.897Z | |
| 3855 | 2026-05-27T05:23:28.897Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3856 | 2026-05-27T05:23:28.897Z | --> dns-server/src/dns_server.rs:478:25 |
| 3857 | 2026-05-27T05:23:28.897Z | | |
| 3858 | 2026-05-27T05:23:28.897Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 3859 | 2026-05-27T05:23:28.897Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3860 | 2026-05-27T05:23:28.897Z | | |
| 3861 | 2026-05-27T05:23:28.897Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3862 | 2026-05-27T05:23:28.897Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3863 | 2026-05-27T05:23:28.897Z | | |
| 3864 | 2026-05-27T05:23:28.897Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3865 | 2026-05-27T05:23:28.898Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3866 | 2026-05-27T05:23:28.898Z | | |
| 3867 | 2026-05-27T05:23:28.898Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3868 | 2026-05-27T05:23:28.898Z | | |
| 3869 | 2026-05-27T05:23:28.898Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3870 | 2026-05-27T05:23:28.898Z | | ---------------------------------------- this is the found type |
| 3871 | 2026-05-27T05:23:28.898Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3872 | 2026-05-27T05:23:28.898Z | note: required by a bound in `encode_and_send` |
| 3873 | 2026-05-27T05:23:28.898Z | --> dns-server/src/dns_server.rs:493:19 |
| 3874 | 2026-05-27T05:23:28.898Z | | |
| 3875 | 2026-05-27T05:23:28.898Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3876 | 2026-05-27T05:23:28.898Z | | --------------- required by a bound in this function |
| 3877 | 2026-05-27T05:23:28.898Z | ... |
| 3878 | 2026-05-27T05:23:28.898Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 3879 | 2026-05-27T05:23:28.898Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3880 | 2026-05-27T05:23:28.898Z | |
| 3881 | 2026-05-27T05:23:28.898Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3882 | 2026-05-27T05:23:28.898Z | --> dns-server/src/dns_server.rs:478:25 |
| 3883 | 2026-05-27T05:23:28.898Z | | |
| 3884 | 2026-05-27T05:23:28.898Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 3885 | 2026-05-27T05:23:28.898Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3886 | 2026-05-27T05:23:28.898Z | | |
| 3887 | 2026-05-27T05:23:28.898Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3888 | 2026-05-27T05:23:28.898Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3889 | 2026-05-27T05:23:28.898Z | | |
| 3890 | 2026-05-27T05:23:28.898Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3891 | 2026-05-27T05:23:28.898Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3892 | 2026-05-27T05:23:28.898Z | | |
| 3893 | 2026-05-27T05:23:28.898Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3894 | 2026-05-27T05:23:28.898Z | | |
| 3895 | 2026-05-27T05:23:28.898Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3896 | 2026-05-27T05:23:28.898Z | | ---------------------------------------- this is the found type |
| 3897 | 2026-05-27T05:23:28.898Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3898 | 2026-05-27T05:23:28.898Z | note: required by a bound in `encode_and_send` |
| 3899 | 2026-05-27T05:23:28.898Z | --> dns-server/src/dns_server.rs:494:27 |
| 3900 | 2026-05-27T05:23:28.899Z | | |
| 3901 | 2026-05-27T05:23:28.899Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3902 | 2026-05-27T05:23:28.899Z | | --------------- required by a bound in this function |
| 3903 | 2026-05-27T05:23:28.899Z | ... |
| 3904 | 2026-05-27T05:23:28.899Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 3905 | 2026-05-27T05:23:28.899Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3906 | 2026-05-27T05:23:28.899Z | |
| 3907 | 2026-05-27T05:23:28.899Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3908 | 2026-05-27T05:23:28.899Z | --> dns-server/src/dns_server.rs:478:69 |
| 3909 | 2026-05-27T05:23:28.899Z | | |
| 3910 | 2026-05-27T05:23:28.899Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 3911 | 2026-05-27T05:23:28.899Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3912 | 2026-05-27T05:23:28.899Z | | |
| 3913 | 2026-05-27T05:23:28.899Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3914 | 2026-05-27T05:23:28.899Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3915 | 2026-05-27T05:23:28.899Z | | |
| 3916 | 2026-05-27T05:23:28.899Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3917 | 2026-05-27T05:23:28.899Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3918 | 2026-05-27T05:23:28.899Z | | |
| 3919 | 2026-05-27T05:23:28.899Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3920 | 2026-05-27T05:23:28.899Z | | |
| 3921 | 2026-05-27T05:23:28.899Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3922 | 2026-05-27T05:23:28.899Z | | ---------------------------------------- this is the found type |
| 3923 | 2026-05-27T05:23:28.899Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3924 | 2026-05-27T05:23:28.899Z | note: required by a bound in `encode_and_send` |
| 3925 | 2026-05-27T05:23:28.899Z | --> dns-server/src/dns_server.rs:491:23 |
| 3926 | 2026-05-27T05:23:28.899Z | | |
| 3927 | 2026-05-27T05:23:28.899Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3928 | 2026-05-27T05:23:28.899Z | | --------------- required by a bound in this function |
| 3929 | 2026-05-27T05:23:28.899Z | ... |
| 3930 | 2026-05-27T05:23:28.899Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3931 | 2026-05-27T05:23:28.899Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3932 | 2026-05-27T05:23:28.899Z | |
| 3933 | 2026-05-27T05:23:28.899Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3934 | 2026-05-27T05:23:28.899Z | --> dns-server/src/dns_server.rs:478:69 |
| 3935 | 2026-05-27T05:23:28.899Z | | |
| 3936 | 2026-05-27T05:23:28.899Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 3937 | 2026-05-27T05:23:28.899Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3938 | 2026-05-27T05:23:28.900Z | | |
| 3939 | 2026-05-27T05:23:28.900Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3940 | 2026-05-27T05:23:28.900Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3941 | 2026-05-27T05:23:28.900Z | | |
| 3942 | 2026-05-27T05:23:28.900Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3943 | 2026-05-27T05:23:28.900Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3944 | 2026-05-27T05:23:28.900Z | | |
| 3945 | 2026-05-27T05:23:28.900Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3946 | 2026-05-27T05:23:28.900Z | | |
| 3947 | 2026-05-27T05:23:28.900Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3948 | 2026-05-27T05:23:28.900Z | | ---------------------------------------- this is the found type |
| 3949 | 2026-05-27T05:23:28.900Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3950 | 2026-05-27T05:23:28.900Z | note: required by a bound in `encode_and_send` |
| 3951 | 2026-05-27T05:23:28.904Z | --> dns-server/src/dns_server.rs:492:27 |
| 3952 | 2026-05-27T05:23:28.904Z | | |
| 3953 | 2026-05-27T05:23:28.904Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3954 | 2026-05-27T05:23:28.904Z | | --------------- required by a bound in this function |
| 3955 | 2026-05-27T05:23:28.904Z | ... |
| 3956 | 2026-05-27T05:23:28.904Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3957 | 2026-05-27T05:23:28.904Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3958 | 2026-05-27T05:23:28.904Z | |
| 3959 | 2026-05-27T05:23:28.905Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3960 | 2026-05-27T05:23:28.905Z | --> dns-server/src/dns_server.rs:478:69 |
| 3961 | 2026-05-27T05:23:28.905Z | | |
| 3962 | 2026-05-27T05:23:28.905Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 3963 | 2026-05-27T05:23:28.905Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3964 | 2026-05-27T05:23:28.905Z | | |
| 3965 | 2026-05-27T05:23:28.905Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3966 | 2026-05-27T05:23:28.905Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3967 | 2026-05-27T05:23:28.905Z | | |
| 3968 | 2026-05-27T05:23:28.905Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3969 | 2026-05-27T05:23:28.905Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3970 | 2026-05-27T05:23:28.905Z | | |
| 3971 | 2026-05-27T05:23:28.905Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3972 | 2026-05-27T05:23:28.905Z | | |
| 3973 | 2026-05-27T05:23:28.905Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3974 | 2026-05-27T05:23:28.905Z | | ---------------------------------------- this is the found type |
| 3975 | 2026-05-27T05:23:28.905Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3976 | 2026-05-27T05:23:28.905Z | note: required by a bound in `encode_and_send` |
| 3977 | 2026-05-27T05:23:28.905Z | --> dns-server/src/dns_server.rs:493:19 |
| 3978 | 2026-05-27T05:23:28.905Z | | |
| 3979 | 2026-05-27T05:23:28.905Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3980 | 2026-05-27T05:23:28.906Z | | --------------- required by a bound in this function |
| 3981 | 2026-05-27T05:23:28.906Z | ... |
| 3982 | 2026-05-27T05:23:28.906Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 3983 | 2026-05-27T05:23:28.906Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3984 | 2026-05-27T05:23:28.906Z | |
| 3985 | 2026-05-27T05:23:28.906Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3986 | 2026-05-27T05:23:28.906Z | --> dns-server/src/dns_server.rs:478:69 |
| 3987 | 2026-05-27T05:23:28.906Z | | |
| 3988 | 2026-05-27T05:23:28.906Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 3989 | 2026-05-27T05:23:28.906Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3990 | 2026-05-27T05:23:28.906Z | | |
| 3991 | 2026-05-27T05:23:28.906Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3992 | 2026-05-27T05:23:28.906Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3993 | 2026-05-27T05:23:28.906Z | | |
| 3994 | 2026-05-27T05:23:28.906Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3995 | 2026-05-27T05:23:28.906Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3996 | 2026-05-27T05:23:28.906Z | | |
| 3997 | 2026-05-27T05:23:28.906Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3998 | 2026-05-27T05:23:28.906Z | | |
| 3999 | 2026-05-27T05:23:28.906Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4000 | 2026-05-27T05:23:28.906Z | | ---------------------------------------- this is the found type |
| 4001 | 2026-05-27T05:23:28.906Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4002 | 2026-05-27T05:23:28.906Z | note: required by a bound in `encode_and_send` |
| 4003 | 2026-05-27T05:23:28.906Z | --> dns-server/src/dns_server.rs:494:27 |
| 4004 | 2026-05-27T05:23:28.906Z | | |
| 4005 | 2026-05-27T05:23:28.906Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4006 | 2026-05-27T05:23:28.906Z | | --------------- required by a bound in this function |
| 4007 | 2026-05-27T05:23:28.906Z | ... |
| 4008 | 2026-05-27T05:23:28.906Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 4009 | 2026-05-27T05:23:28.907Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4010 | 2026-05-27T05:23:28.907Z | |
| 4011 | 2026-05-27T05:23:28.907Z | error[E0599]: the method `destructive_emit` exists for struct `MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>`, but its trait bounds were not satisfied |
| 4012 | 2026-05-27T05:23:28.907Z | --> dns-server/src/dns_server.rs:500:14 |
| 4013 | 2026-05-27T05:23:28.907Z | | |
| 4014 | 2026-05-27T05:23:28.907Z | 499 | let _ = mresp |
| 4015 | 2026-05-27T05:23:28.907Z | | _________________- |
| 4016 | 2026-05-27T05:23:28.907Z | 500 | | .destructive_emit(&mut enc) |
| 4017 | 2026-05-27T05:23:28.907Z | | | -^^^^^^^^^^^^^^^^ method cannot be called due to unsatisfied trait bounds |
| 4018 | 2026-05-27T05:23:28.907Z | | |_____________| |
| 4019 | 2026-05-27T05:23:28.907Z | | |
| 4020 | 2026-05-27T05:23:28.907Z | | |
| 4021 | 2026-05-27T05:23:28.907Z | = note: the following trait bounds were not satisfied: |
| 4022 | 2026-05-27T05:23:28.907Z | `<Answers as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record` |
| 4023 | 2026-05-27T05:23:28.907Z | `<NameServers as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record` |
| 4024 | 2026-05-27T05:23:28.907Z | `<Soa as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record` |
| 4025 | 2026-05-27T05:23:28.907Z | `<Additionals as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record` |
| 4026 | 2026-05-27T05:23:28.907Z | |
| 4027 | 2026-05-27T05:23:28.907Z | error[E0308]: mismatched types |
| 4028 | 2026-05-27T05:23:28.907Z | --> dns-server/src/dns_server.rs:229:35 |
| 4029 | 2026-05-27T05:23:28.907Z | | |
| 4030 | 2026-05-27T05:23:28.907Z | 229 | Ok(Record::from_rdata(name.clone(), 0, RData::A((*addr).into()))) |
| 4031 | 2026-05-27T05:23:28.907Z | | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4032 | 2026-05-27T05:23:28.907Z | | | |
| 4033 | 2026-05-27T05:23:28.907Z | | arguments to this function are incorrect |
| 4034 | 2026-05-27T05:23:28.907Z | | |
| 4035 | 2026-05-27T05:23:28.907Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4036 | 2026-05-27T05:23:28.907Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4037 | 2026-05-27T05:23:28.907Z | | |
| 4038 | 2026-05-27T05:23:28.907Z | 34 | pub struct Name { |
| 4039 | 2026-05-27T05:23:28.907Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4040 | 2026-05-27T05:23:28.908Z | | |
| 4041 | 2026-05-27T05:23:28.908Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4042 | 2026-05-27T05:23:28.908Z | | |
| 4043 | 2026-05-27T05:23:28.908Z | 37 | pub struct Name { |
| 4044 | 2026-05-27T05:23:28.908Z | | --------------- this is the found type |
| 4045 | 2026-05-27T05:23:28.908Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4046 | 2026-05-27T05:23:28.908Z | note: associated function defined here |
| 4047 | 2026-05-27T05:23:28.908Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 4048 | 2026-05-27T05:23:28.908Z | | |
| 4049 | 2026-05-27T05:23:28.908Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 4050 | 2026-05-27T05:23:28.908Z | | ^^^^^^^^^^ |
| 4051 | 2026-05-27T05:23:28.912Z | |
| 4052 | 2026-05-27T05:23:28.912Z | error[E0308]: mismatched types |
| 4053 | 2026-05-27T05:23:28.913Z | --> dns-server/src/dns_server.rs:233:35 |
| 4054 | 2026-05-27T05:23:28.913Z | | |
| 4055 | 2026-05-27T05:23:28.913Z | 233 | Ok(Record::from_rdata(name.clone(), 0, RData::AAAA((*addr).into()))) |
| 4056 | 2026-05-27T05:23:28.913Z | | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4057 | 2026-05-27T05:23:28.913Z | | | |
| 4058 | 2026-05-27T05:23:28.913Z | | arguments to this function are incorrect |
| 4059 | 2026-05-27T05:23:28.913Z | | |
| 4060 | 2026-05-27T05:23:28.913Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4061 | 2026-05-27T05:23:28.913Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4062 | 2026-05-27T05:23:28.913Z | | |
| 4063 | 2026-05-27T05:23:28.913Z | 34 | pub struct Name { |
| 4064 | 2026-05-27T05:23:28.913Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4065 | 2026-05-27T05:23:28.913Z | | |
| 4066 | 2026-05-27T05:23:28.913Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4067 | 2026-05-27T05:23:28.913Z | | |
| 4068 | 2026-05-27T05:23:28.913Z | 37 | pub struct Name { |
| 4069 | 2026-05-27T05:23:28.913Z | | --------------- this is the found type |
| 4070 | 2026-05-27T05:23:28.913Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4071 | 2026-05-27T05:23:28.913Z | note: associated function defined here |
| 4072 | 2026-05-27T05:23:28.913Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 4073 | 2026-05-27T05:23:28.913Z | | |
| 4074 | 2026-05-27T05:23:28.913Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 4075 | 2026-05-27T05:23:28.913Z | | ^^^^^^^^^^ |
| 4076 | 2026-05-27T05:23:28.913Z | |
| 4077 | 2026-05-27T05:23:28.913Z | error[E0308]: mismatched types |
| 4078 | 2026-05-27T05:23:28.913Z | --> dns-server/src/dns_server.rs:247:60 |
| 4079 | 2026-05-27T05:23:28.913Z | | |
| 4080 | 2026-05-27T05:23:28.913Z | 247 | RData::SRV(SRV::new(*prio, *weight, *port, tgt)), |
| 4081 | 2026-05-27T05:23:28.913Z | | -------- ^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4082 | 2026-05-27T05:23:28.913Z | | | |
| 4083 | 2026-05-27T05:23:28.913Z | | arguments to this function are incorrect |
| 4084 | 2026-05-27T05:23:28.914Z | | |
| 4085 | 2026-05-27T05:23:28.914Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4086 | 2026-05-27T05:23:28.914Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4087 | 2026-05-27T05:23:28.914Z | | |
| 4088 | 2026-05-27T05:23:28.914Z | 34 | pub struct Name { |
| 4089 | 2026-05-27T05:23:28.914Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4090 | 2026-05-27T05:23:28.914Z | | |
| 4091 | 2026-05-27T05:23:28.914Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4092 | 2026-05-27T05:23:28.914Z | | |
| 4093 | 2026-05-27T05:23:28.914Z | 37 | pub struct Name { |
| 4094 | 2026-05-27T05:23:28.914Z | | --------------- this is the found type |
| 4095 | 2026-05-27T05:23:28.914Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4096 | 2026-05-27T05:23:28.914Z | note: associated function defined here |
| 4097 | 2026-05-27T05:23:28.914Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/srv.rs:174:12 |
| 4098 | 2026-05-27T05:23:28.914Z | | |
| 4099 | 2026-05-27T05:23:28.914Z | 174 | pub fn new(priority: u16, weight: u16, port: u16, target: Name) -> Self { |
| 4100 | 2026-05-27T05:23:28.914Z | | ^^^ |
| 4101 | 2026-05-27T05:23:28.914Z | |
| 4102 | 2026-05-27T05:23:28.914Z | error[E0308]: mismatched types |
| 4103 | 2026-05-27T05:23:28.914Z | --> dns-server/src/dns_server.rs:245:17 |
| 4104 | 2026-05-27T05:23:28.914Z | | |
| 4105 | 2026-05-27T05:23:28.914Z | 244 | Ok(Record::from_rdata( |
| 4106 | 2026-05-27T05:23:28.914Z | | ------------------ arguments to this function are incorrect |
| 4107 | 2026-05-27T05:23:28.914Z | 245 | name.clone(), |
| 4108 | 2026-05-27T05:23:28.914Z | | ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4109 | 2026-05-27T05:23:28.914Z | | |
| 4110 | 2026-05-27T05:23:28.914Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4111 | 2026-05-27T05:23:28.915Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4112 | 2026-05-27T05:23:28.915Z | | |
| 4113 | 2026-05-27T05:23:28.915Z | 34 | pub struct Name { |
| 4114 | 2026-05-27T05:23:28.915Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4115 | 2026-05-27T05:23:28.915Z | | |
| 4116 | 2026-05-27T05:23:28.915Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4117 | 2026-05-27T05:23:28.915Z | | |
| 4118 | 2026-05-27T05:23:28.915Z | 37 | pub struct Name { |
| 4119 | 2026-05-27T05:23:28.915Z | | --------------- this is the found type |
| 4120 | 2026-05-27T05:23:28.915Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4121 | 2026-05-27T05:23:28.915Z | note: associated function defined here |
| 4122 | 2026-05-27T05:23:28.915Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 4123 | 2026-05-27T05:23:28.915Z | | |
| 4124 | 2026-05-27T05:23:28.915Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 4125 | 2026-05-27T05:23:28.915Z | | ^^^^^^^^^^ |
| 4126 | 2026-05-27T05:23:28.915Z | |
| 4127 | 2026-05-27T05:23:28.915Z | error[E0308]: mismatched types |
| 4128 | 2026-05-27T05:23:28.915Z | --> dns-server/src/dns_server.rs:259:65 |
| 4129 | 2026-05-27T05:23:28.915Z | | |
| 4130 | 2026-05-27T05:23:28.915Z | 259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname)))) |
| 4131 | 2026-05-27T05:23:28.915Z | | -- ^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4132 | 2026-05-27T05:23:28.915Z | | | |
| 4133 | 2026-05-27T05:23:28.915Z | | arguments to this struct are incorrect |
| 4134 | 2026-05-27T05:23:28.915Z | | |
| 4135 | 2026-05-27T05:23:28.915Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4136 | 2026-05-27T05:23:28.915Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4137 | 2026-05-27T05:23:28.915Z | | |
| 4138 | 2026-05-27T05:23:28.915Z | 34 | pub struct Name { |
| 4139 | 2026-05-27T05:23:28.915Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4140 | 2026-05-27T05:23:28.915Z | | |
| 4141 | 2026-05-27T05:23:28.915Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4142 | 2026-05-27T05:23:28.915Z | | |
| 4143 | 2026-05-27T05:23:28.915Z | 37 | pub struct Name { |
| 4144 | 2026-05-27T05:23:28.915Z | | --------------- this is the found type |
| 4145 | 2026-05-27T05:23:28.915Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4146 | 2026-05-27T05:23:28.915Z | note: tuple struct defined here |
| 4147 | 2026-05-27T05:23:28.915Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/name.rs:98:13 |
| 4148 | 2026-05-27T05:23:28.915Z | | |
| 4149 | 2026-05-27T05:23:28.915Z | 98 | name_rdata!(NS, RDataEncoding::StandardRecord); |
| 4150 | 2026-05-27T05:23:28.916Z | | ^^ |
| 4151 | 2026-05-27T05:23:28.920Z | |
| 4152 | 2026-05-27T05:23:28.920Z | error[E0308]: mismatched types |
| 4153 | 2026-05-27T05:23:28.921Z | --> dns-server/src/dns_server.rs:259:35 |
| 4154 | 2026-05-27T05:23:28.921Z | | |
| 4155 | 2026-05-27T05:23:28.921Z | 259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname)))) |
| 4156 | 2026-05-27T05:23:28.921Z | | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4157 | 2026-05-27T05:23:28.921Z | | | |
| 4158 | 2026-05-27T05:23:28.921Z | | arguments to this function are incorrect |
| 4159 | 2026-05-27T05:23:28.921Z | | |
| 4160 | 2026-05-27T05:23:28.921Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4161 | 2026-05-27T05:23:28.921Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4162 | 2026-05-27T05:23:28.921Z | | |
| 4163 | 2026-05-27T05:23:28.921Z | 34 | pub struct Name { |
| 4164 | 2026-05-27T05:23:28.921Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4165 | 2026-05-27T05:23:28.921Z | | |
| 4166 | 2026-05-27T05:23:28.921Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4167 | 2026-05-27T05:23:28.921Z | | |
| 4168 | 2026-05-27T05:23:28.921Z | 37 | pub struct Name { |
| 4169 | 2026-05-27T05:23:28.921Z | | --------------- this is the found type |
| 4170 | 2026-05-27T05:23:28.921Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4171 | 2026-05-27T05:23:28.921Z | note: associated function defined here |
| 4172 | 2026-05-27T05:23:28.921Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 4173 | 2026-05-27T05:23:28.921Z | | |
| 4174 | 2026-05-27T05:23:28.921Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 4175 | 2026-05-27T05:23:28.921Z | | ^^^^^^^^^^ |
| 4176 | 2026-05-27T05:23:28.921Z | |
| 4177 | 2026-05-27T05:23:28.921Z | error[E0308]: arguments to this function are incorrect |
| 4178 | 2026-05-27T05:23:28.921Z | --> dns-server/src/storage.rs:448:43 |
| 4179 | 2026-05-27T05:23:28.921Z | | |
| 4180 | 2026-05-27T05:23:28.921Z | 448 | hickory_proto::rr::RData::SOA(hickory_proto::rr::rdata::SOA::new( |
| 4181 | 2026-05-27T05:23:28.921Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 4182 | 2026-05-27T05:23:28.921Z | 449 | preferred_nameserver, |
| 4183 | 2026-05-27T05:23:28.921Z | | -------------------- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4184 | 2026-05-27T05:23:28.921Z | 450 | rname, |
| 4185 | 2026-05-27T05:23:28.921Z | | ----- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4186 | 2026-05-27T05:23:28.921Z | | |
| 4187 | 2026-05-27T05:23:28.921Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4188 | 2026-05-27T05:23:28.921Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4189 | 2026-05-27T05:23:28.921Z | | |
| 4190 | 2026-05-27T05:23:28.921Z | 34 | pub struct Name { |
| 4191 | 2026-05-27T05:23:28.921Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4192 | 2026-05-27T05:23:28.922Z | | |
| 4193 | 2026-05-27T05:23:28.922Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4194 | 2026-05-27T05:23:28.922Z | | |
| 4195 | 2026-05-27T05:23:28.922Z | 37 | pub struct Name { |
| 4196 | 2026-05-27T05:23:28.922Z | | --------------- this is the found type |
| 4197 | 2026-05-27T05:23:28.922Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4198 | 2026-05-27T05:23:28.922Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4199 | 2026-05-27T05:23:28.922Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4200 | 2026-05-27T05:23:28.922Z | | |
| 4201 | 2026-05-27T05:23:28.922Z | 34 | pub struct Name { |
| 4202 | 2026-05-27T05:23:28.922Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4203 | 2026-05-27T05:23:28.922Z | | |
| 4204 | 2026-05-27T05:23:28.922Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4205 | 2026-05-27T05:23:28.922Z | | |
| 4206 | 2026-05-27T05:23:28.922Z | 37 | pub struct Name { |
| 4207 | 2026-05-27T05:23:28.922Z | | --------------- this is the found type |
| 4208 | 2026-05-27T05:23:28.922Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4209 | 2026-05-27T05:23:28.922Z | note: associated function defined here |
| 4210 | 2026-05-27T05:23:28.922Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/soa.rs:154:12 |
| 4211 | 2026-05-27T05:23:28.922Z | | |
| 4212 | 2026-05-27T05:23:28.922Z | 154 | pub fn new( |
| 4213 | 2026-05-27T05:23:28.922Z | | ^^^ |
| 4214 | 2026-05-27T05:23:28.922Z | |
| 4215 | 2026-05-27T05:23:28.922Z | error[E0308]: mismatched types |
| 4216 | 2026-05-27T05:23:28.922Z | --> dns-server/src/storage.rs:446:13 |
| 4217 | 2026-05-27T05:23:28.922Z | | |
| 4218 | 2026-05-27T05:23:28.922Z | 445 | let record = hickory_proto::rr::Record::from_rdata( |
| 4219 | 2026-05-27T05:23:28.922Z | | ------------------------------------- arguments to this function are incorrect |
| 4220 | 2026-05-27T05:23:28.922Z | 446 | soa_name, |
| 4221 | 2026-05-27T05:23:28.922Z | | ^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4222 | 2026-05-27T05:23:28.922Z | | |
| 4223 | 2026-05-27T05:23:28.922Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4224 | 2026-05-27T05:23:28.922Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4225 | 2026-05-27T05:23:28.922Z | | |
| 4226 | 2026-05-27T05:23:28.922Z | 34 | pub struct Name { |
| 4227 | 2026-05-27T05:23:28.922Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4228 | 2026-05-27T05:23:28.922Z | | |
| 4229 | 2026-05-27T05:23:28.922Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4230 | 2026-05-27T05:23:28.922Z | | |
| 4231 | 2026-05-27T05:23:28.923Z | 37 | pub struct Name { |
| 4232 | 2026-05-27T05:23:28.923Z | | --------------- this is the found type |
| 4233 | 2026-05-27T05:23:28.923Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4234 | 2026-05-27T05:23:28.923Z | note: associated function defined here |
| 4235 | 2026-05-27T05:23:28.923Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 4236 | 2026-05-27T05:23:28.923Z | | |
| 4237 | 2026-05-27T05:23:28.923Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 4238 | 2026-05-27T05:23:28.923Z | | ^^^^^^^^^^ |
| 4239 | 2026-05-27T05:23:28.923Z | |
| 4240 | 2026-05-27T05:23:28.923Z | error[E0308]: mismatched types |
| 4241 | 2026-05-27T05:23:28.923Z | --> dns-server/src/storage.rs:768:30 |
| 4242 | 2026-05-27T05:23:28.923Z | | |
| 4243 | 2026-05-27T05:23:28.923Z | 768 | self.query_raw(name, orig_name) |
| 4244 | 2026-05-27T05:23:28.923Z | | --------- ^^^^^^^^^ expected `hickory_resolver::Name`, found `hickory_proto::rr::Name` |
| 4245 | 2026-05-27T05:23:28.923Z | | | |
| 4246 | 2026-05-27T05:23:28.923Z | | arguments to this method are incorrect |
| 4247 | 2026-05-27T05:23:28.923Z | | |
| 4248 | 2026-05-27T05:23:28.923Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4249 | 2026-05-27T05:23:28.923Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4250 | 2026-05-27T05:23:28.923Z | | |
| 4251 | 2026-05-27T05:23:28.929Z | 37 | pub struct Name { |
| 4252 | 2026-05-27T05:23:28.929Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4253 | 2026-05-27T05:23:28.929Z | | |
| 4254 | 2026-05-27T05:23:28.929Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4255 | 2026-05-27T05:23:28.929Z | | |
| 4256 | 2026-05-27T05:23:28.929Z | 34 | pub struct Name { |
| 4257 | 2026-05-27T05:23:28.929Z | | --------------- this is the found type |
| 4258 | 2026-05-27T05:23:28.929Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4259 | 2026-05-27T05:23:28.929Z | note: method defined here |
| 4260 | 2026-05-27T05:23:28.929Z | --> dns-server/src/storage.rs:780:8 |
| 4261 | 2026-05-27T05:23:28.929Z | | |
| 4262 | 2026-05-27T05:23:28.929Z | 780 | fn query_raw( |
| 4263 | 2026-05-27T05:23:28.929Z | | ^^^^^^^^^ |
| 4264 | 2026-05-27T05:23:28.929Z | ... |
| 4265 | 2026-05-27T05:23:28.929Z | 783 | orig_name: &Name, |
| 4266 | 2026-05-27T05:23:28.929Z | | ---------------- |
| 4267 | 2026-05-27T05:23:28.930Z | |
| 4268 | 2026-05-27T05:23:28.930Z | error[E0308]: mismatched types |
| 4269 | 2026-05-27T05:23:28.930Z | --> dns-server/src/storage.rs:777:40 |
| 4270 | 2026-05-27T05:23:28.930Z | | |
| 4271 | 2026-05-27T05:23:28.930Z | 777 | self.query_raw(&LowerName::new(name), name) |
| 4272 | 2026-05-27T05:23:28.930Z | | -------------- ^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4273 | 2026-05-27T05:23:28.930Z | | | |
| 4274 | 2026-05-27T05:23:28.930Z | | arguments to this function are incorrect |
| 4275 | 2026-05-27T05:23:28.930Z | | |
| 4276 | 2026-05-27T05:23:28.930Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4277 | 2026-05-27T05:23:28.930Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4278 | 2026-05-27T05:23:28.930Z | | |
| 4279 | 2026-05-27T05:23:28.930Z | 34 | pub struct Name { |
| 4280 | 2026-05-27T05:23:28.930Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4281 | 2026-05-27T05:23:28.930Z | | |
| 4282 | 2026-05-27T05:23:28.930Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4283 | 2026-05-27T05:23:28.930Z | | |
| 4284 | 2026-05-27T05:23:28.930Z | 37 | pub struct Name { |
| 4285 | 2026-05-27T05:23:28.930Z | | --------------- this is the found type |
| 4286 | 2026-05-27T05:23:28.930Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4287 | 2026-05-27T05:23:28.930Z | note: associated function defined here |
| 4288 | 2026-05-27T05:23:28.930Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:37:12 |
| 4289 | 2026-05-27T05:23:28.930Z | | |
| 4290 | 2026-05-27T05:23:28.930Z | 37 | pub fn new(name: &Name) -> Self { |
| 4291 | 2026-05-27T05:23:28.930Z | | ^^^ |
| 4292 | 2026-05-27T05:23:28.930Z | |
| 4293 | 2026-05-27T05:23:28.930Z | error[E0277]: the trait bound `hickory_proto::rr::LowerName: std::convert::From<hickory_resolver::Name>` is not satisfied |
| 4294 | 2026-05-27T05:23:28.930Z | --> dns-server/src/storage.rs:791:33 |
| 4295 | 2026-05-27T05:23:28.930Z | | |
| 4296 | 2026-05-27T05:23:28.930Z | 791 | let zone_name = LowerName::from(Name::from_str(&z).unwrap()); |
| 4297 | 2026-05-27T05:23:28.930Z | | ^^^^^^^^^ the trait `std::convert::From<hickory_resolver::Name>` is not implemented for `hickory_proto::rr::LowerName` |
| 4298 | 2026-05-27T05:23:28.930Z | | |
| 4299 | 2026-05-27T05:23:28.930Z | help: item with same name found |
| 4300 | 2026-05-27T05:23:28.930Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/lower_name.rs:28:1 |
| 4301 | 2026-05-27T05:23:28.930Z | | |
| 4302 | 2026-05-27T05:23:28.930Z | 28 | pub struct LowerName(Name); |
| 4303 | 2026-05-27T05:23:28.930Z | | ^^^^^^^^^^^^^^^^^^^^ |
| 4304 | 2026-05-27T05:23:28.930Z | = note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4305 | 2026-05-27T05:23:28.930Z | help: the following other types implement trait `std::convert::From<T>` |
| 4306 | 2026-05-27T05:23:28.931Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:240:1 |
| 4307 | 2026-05-27T05:23:28.931Z | | |
| 4308 | 2026-05-27T05:23:28.931Z | 240 | impl From<Name> for LowerName { |
| 4309 | 2026-05-27T05:23:28.931Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<hickory_proto::rr::Name>` |
| 4310 | 2026-05-27T05:23:28.931Z | ... |
| 4311 | 2026-05-27T05:23:28.931Z | 246 | impl<'a> From<&'a Name> for LowerName { |
| 4312 | 2026-05-27T05:23:28.931Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<&hickory_proto::rr::Name>` |
| 4313 | 2026-05-27T05:23:28.931Z | = note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4314 | 2026-05-27T05:23:28.931Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4315 | 2026-05-27T05:23:28.931Z | |
| 4316 | 2026-05-27T05:23:28.957Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4317 | 2026-05-27T05:23:29.102Z | Some errors have detailed explanations: E0271, E0277, E0308, E0599. |
| 4318 | 2026-05-27T05:23:29.102Z | For more information about an error, try `rustc --explain E0271`. |
| 4319 | 2026-05-27T05:23:29.185Z | error: could not compile `dns-server` (lib) due to 60 previous errors |
| 4320 | 2026-05-27T05:23:29.185Z | warning: build failed, waiting for other jobs to finish... |
| 4321 | 2026-05-27T05:23:38.015Z | Error: Failed to build packages |
| 4322 | 2026-05-27T05:23:38.019Z | |
| 4323 | 2026-05-27T05:23:38.019Z | real 1:22.761540209 |
| 4324 | 2026-05-27T05:23:38.019Z | user 18:15.261109880 |
| 4325 | 2026-05-27T05:23:38.019Z | sys 1:34.710996034 |
| 4326 | 2026-05-27T05:23:38.019Z | trap 0.536509626 |
| 4327 | 2026-05-27T05:23:38.019Z | tflt 1.636536151 |
| 4328 | 2026-05-27T05:23:38.019Z | dflt 1.571073036 |
| 4329 | 2026-05-27T05:23:38.020Z | kflt 0.005030149 |
| 4330 | 2026-05-27T05:23:38.020Z | lock 1:38:56.119884298 |
| 4331 | 2026-05-27T05:23:38.020Z | slp 50:42.459205101 |
| 4332 | 2026-05-27T05:23:38.020Z | lat 1:12.300271511 |
| 4333 | 2026-05-27T05:23:38.020Z | stop 3:49.568185898 |
| 4334 | 2026-05-27T05:23:38.023Z | process exited: duration 309107 ms, exit code 1 |
| |
| 4335 | 2026-05-27T05:23:38.030Z | found 0 output files |
| 4336 | 2026-05-27T05:23:38.030Z | upload error: rule "/work/package.tar.gz" required a match, but was not used |