|
|
|
| 1 | 2026-08-05T12:15:48.024Z | job assigned to worker 01KZ8XJ896HX810RQ6DEASK6YN [factory aws, i-03d59018640a03649] (queued for 58 s) |
| |
| 2 | 2026-08-05T12:15:55.483Z | starting task 0: "setup" |
| 3 | 2026-08-05T12:15:55.487Z | ++ uname -s |
| 4 | 2026-08-05T12:15:55.491Z | + kern=SunOS |
| 5 | 2026-08-05T12:15:55.491Z | + build_user=build |
| 6 | 2026-08-05T12:15:55.491Z | + build_uid=12345 |
| 7 | 2026-08-05T12:15:55.491Z | + work_dir=/work |
| 8 | 2026-08-05T12:15:55.491Z | + input_dir=/input |
| 9 | 2026-08-05T12:15:55.491Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-05T12:15:55.491Z | + case "$kern" in |
| 11 | 2026-08-05T12:15:55.491Z | + groupadd -g 12345 build |
| 12 | 2026-08-05T12:15:55.494Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-05T12:15:57.498Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-05T12:15:57.673Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-05T12:15:57.677Z | + home_fs=zfs |
| 16 | 2026-08-05T12:15:57.677Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-05T12:15:57.677Z | + mkdir -p /home/build |
| 18 | 2026-08-05T12:15:57.677Z | + chown build:build /home/build /work |
| 19 | 2026-08-05T12:15:59.679Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-05T12:15:59.682Z | process exited: duration 4200 ms, exit code 0 |
| |
| 21 | 2026-08-05T12:15:59.689Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-05T12:15:59.694Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-05T12:15:59.694Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-05T12:15:59.694Z | * rust toolchain profile = "default" |
| 25 | 2026-08-05T12:15:59.694Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-05T12:15:59.694Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-05T12:15:59.694Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-05T12:15:59.699Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-05T12:15:59.699Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-05T12:15:59.831Z | info: downloading installer |
| 31 | 2026-08-05T12:16:01.212Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-05T12:16:01.212Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-05T12:16:01.212Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-05T12:16:01.212Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-05T12:16:01.225Z | info: profile set to default |
| 36 | 2026-08-05T12:16:01.225Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-05T12:16:01.228Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-05T12:16:01.357Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-05T12:16:01.360Z | info: downloading 6 components |
| 40 | 2026-08-05T12:16:15.658Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-05T12:16:15.658Z | |
| 42 | 2026-08-05T12:16:15.689Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-05T12:16:15.689Z | |
| 44 | 2026-08-05T12:16:15.690Z | |
| 45 | 2026-08-05T12:16:15.690Z | Rust is installed now. Great! |
| 46 | 2026-08-05T12:16:15.690Z | |
| 47 | 2026-08-05T12:16:15.690Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-05T12:16:15.690Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-05T12:16:15.690Z | |
| 50 | 2026-08-05T12:16:15.690Z | To configure your current shell, you need to source |
| 51 | 2026-08-05T12:16:15.690Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-05T12:16:15.690Z | |
| 53 | 2026-08-05T12:16:15.690Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-05T12:16:15.690Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-05T12:16:15.694Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-05T12:16:15.694Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-05T12:16:15.694Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-05T12:16:15.694Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-05T12:16:15.694Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-05T12:16:15.694Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-05T12:16:15.694Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-05T12:16:15.791Z | + rustup --version |
| 63 | 2026-08-05T12:16:15.797Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-05T12:16:15.802Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-05T12:16:15.818Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-05T12:16:15.821Z | + cargo --version |
| 67 | 2026-08-05T12:16:15.830Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-05T12:16:15.833Z | + rustc --version |
| 69 | 2026-08-05T12:16:15.853Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-05T12:16:15.856Z | process exited: duration 16166 ms, exit code 0 |
| |
| 71 | 2026-08-05T12:16:15.865Z | starting task 2: "authentication" |
| 72 | 2026-08-05T12:16:15.876Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 73 | 2026-08-05T12:16:17.889Z | process exited: duration 2025 ms, exit code 0 |
| |
| 74 | 2026-08-05T12:16:17.896Z | starting task 3: "clone repository" |
| 75 | 2026-08-05T12:16:17.901Z | + mkdir -p /work/oxidecomputer/omicron |
| 76 | 2026-08-05T12:16:17.904Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 77 | 2026-08-05T12:16:17.934Z | Cloning into '/work/oxidecomputer/omicron'... |
| 78 | 2026-08-05T12:16:28.142Z | + cd /work/oxidecomputer/omicron |
| 79 | 2026-08-05T12:16:28.142Z | + git fetch origin d66e2aacae63609406171c66d379ca5e115ef0bf |
| 80 | 2026-08-05T12:16:28.406Z | From https://github.com/oxidecomputer/omicron |
| 81 | 2026-08-05T12:16:28.406Z | * branch d66e2aacae63609406171c66d379ca5e115ef0bf -> FETCH_HEAD |
| 82 | 2026-08-05T12:16:28.420Z | + [[ -n renovate/crate-hickory-proto-vulnerability ]] |
| 83 | 2026-08-05T12:16:28.423Z | ++ git branch --show-current |
| 84 | 2026-08-05T12:16:28.423Z | + current=main |
| 85 | 2026-08-05T12:16:28.423Z | + [[ main != renovate/crate-hickory-proto-vulnerability ]] |
| 86 | 2026-08-05T12:16:28.423Z | + git branch -f renovate/crate-hickory-proto-vulnerability d66e2aacae63609406171c66d379ca5e115ef0bf |
| 87 | 2026-08-05T12:16:28.426Z | + git checkout -f renovate/crate-hickory-proto-vulnerability |
| 88 | 2026-08-05T12:16:28.681Z | Switched to branch 'renovate/crate-hickory-proto-vulnerability' |
| 89 | 2026-08-05T12:16:28.684Z | + git reset --hard d66e2aacae63609406171c66d379ca5e115ef0bf |
| 90 | 2026-08-05T12:16:28.943Z | HEAD is now at d66e2aaca Update Rust crate hickory-proto to 0.26.0 [SECURITY] |
| 91 | 2026-08-05T12:16:28.946Z | process exited: duration 11049 ms, exit code 0 |
| |
| 92 | 2026-08-05T12:16:28.953Z | starting task 4: "build" |
| 93 | 2026-08-05T12:16:28.959Z | + source .github/buildomat/ci-env.sh |
| 94 | 2026-08-05T12:16:28.962Z | ++ export CARGO_TERM_COLOR=always |
| 95 | 2026-08-05T12:16:28.962Z | ++ CARGO_TERM_COLOR=always |
| 96 | 2026-08-05T12:16:28.962Z | +++ uname -s |
| 97 | 2026-08-05T12:16:28.962Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 98 | 2026-08-05T12:16:28.962Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 99 | 2026-08-05T12:16:28.966Z | + cargo --version |
| 100 | 2026-08-05T12:16:28.974Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 101 | 2026-08-05T12:16:28.977Z | + rustc --version |
| 102 | 2026-08-05T12:16:28.997Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 103 | 2026-08-05T12:16:29.000Z | + WORK=/work |
| 104 | 2026-08-05T12:16:29.000Z | + pfexec mkdir -p /work |
| 105 | 2026-08-05T12:16:29.003Z | + pfexec chown build /work |
| 106 | 2026-08-05T12:16:29.007Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 107 | 2026-08-05T12:16:30.903Z | Startup: Refreshing catalog 'helios' ... Done |
| 108 | 2026-08-05T12:16:31.145Z | Startup: Caching catalogs ... Done |
| 109 | 2026-08-05T12:16:32.460Z | Planning: Solver setup ... Done (1.228s) |
| 110 | 2026-08-05T12:16:32.504Z | Planning: Running solver ... Done (0.045s) |
| 111 | 2026-08-05T12:16:32.535Z | Planning: Finding local manifests ... Done (0.003s) |
| 112 | 2026-08-05T12:16:32.546Z | Planning: Fetching manifests: 0/2 0% complete |
| 113 | 2026-08-05T12:16:32.567Z | Planning: Fetching manifests: 2/2 100% complete |
| 114 | 2026-08-05T12:16:32.582Z | Planning: Package planning ... Done (0.014s) |
| 115 | 2026-08-05T12:16:32.585Z | Planning: Merging actions ... Done (0.002s) |
| 116 | 2026-08-05T12:16:32.744Z | Planning: Checking for conflicting actions ... Done (0.160s) |
| 117 | 2026-08-05T12:16:32.748Z | Planning: Consolidating action changes ... Done (0.001s) |
| 118 | 2026-08-05T12:16:33.541Z | Planning: Evaluating mediators ... Done (0.797s) |
| 119 | 2026-08-05T12:16:33.545Z | Planning: Planning completed in 2.37 seconds |
| 120 | 2026-08-05T12:16:33.553Z | Packages to install: 2 |
| 121 | 2026-08-05T12:16:33.553Z | Estimated space available: 156.02 GB |
| 122 | 2026-08-05T12:16:33.553Z | Estimated space to be consumed: 56.47 MB |
| 123 | 2026-08-05T12:16:33.553Z | Create boot environment: No |
| 124 | 2026-08-05T12:16:33.553Z | Create backup boot environment: No |
| 125 | 2026-08-05T12:16:33.553Z | Rebuild boot archive: No |
| 126 | 2026-08-05T12:16:33.553Z | |
| 127 | 2026-08-05T12:16:33.553Z | Changed packages: |
| 128 | 2026-08-05T12:16:33.553Z | helios |
| 129 | 2026-08-05T12:16:33.556Z | developer/build-essential |
| 130 | 2026-08-05T12:16:33.556Z | None -> 11-3.0 |
| 131 | 2026-08-05T12:16:33.556Z | library/libxmlsec1 |
| 132 | 2026-08-05T12:16:33.556Z | None -> 1.2.35-3.0 |
| 133 | 2026-08-05T12:16:33.578Z | |
| 134 | 2026-08-05T12:16:33.578Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 135 | 2026-08-05T12:16:33.648Z | Download: Completed 1.28 MB in 0.07 seconds (18.4M/s) |
| 136 | 2026-08-05T12:16:33.744Z | Actions: 1/268 actions (Installing new actions) |
| 137 | 2026-08-05T12:16:33.780Z | Actions: Completed 268 actions in 0.04 seconds. |
| 138 | 2026-08-05T12:16:33.805Z | Finalize: Updating package state database ... Done (0.024s) |
| 139 | 2026-08-05T12:16:33.805Z | Finalize: Updating package cache ... Done (0.000s) |
| 140 | 2026-08-05T12:16:33.865Z | Finalize: Updating image state ... Done (0.059s) |
| 141 | 2026-08-05T12:16:36.850Z | Finalize: Creating fast lookup database ... Done (2.944s) |
| 142 | 2026-08-05T12:16:36.923Z | Finalize: Reading search index ... Done (0.011s) |
| 143 | 2026-08-05T12:16:36.927Z | Finalize: Updating search index ... Done (0.000s) |
| 144 | 2026-08-05T12:16:37.006Z | Finalize: Updating package cache ... Done (0.000s) |
| 145 | 2026-08-05T12:16:37.349Z | Planning: Evaluating mediator changes ... Done |
| 146 | 2026-08-05T12:16:37.452Z | Planning: Checking for conflicting actions ... Done |
| 147 | 2026-08-05T12:16:37.457Z | Planning: Consolidating action changes ... Done |
| 148 | 2026-08-05T12:16:37.609Z | Planning: Evaluating mediators ... Done |
| 149 | 2026-08-05T12:16:37.612Z | Planning: Planning completed in 0.26 seconds |
| 150 | 2026-08-05T12:16:37.633Z | Mediators to change: 2 |
| 151 | 2026-08-05T12:16:37.633Z | Create boot environment: No |
| 152 | 2026-08-05T12:16:37.634Z | Create backup boot environment: No |
| 153 | 2026-08-05T12:16:37.690Z | Finalize: Updating package state database ... Done |
| 154 | 2026-08-05T12:16:37.690Z | Finalize: Updating package cache ... Done |
| 155 | 2026-08-05T12:16:37.729Z | Finalize: Updating image state ... Done |
| 156 | 2026-08-05T12:16:39.665Z | Finalize: Creating fast lookup database ... Done |
| 157 | 2026-08-05T12:16:39.730Z | Finalize: Reading search index ... Done |
| 158 | 2026-08-05T12:16:39.734Z | Finalize: Updating search index ... Done |
| 159 | 2026-08-05T12:16:39.831Z | Finalize: Updating package cache ... Done |
| 160 | 2026-08-05T12:16:40.118Z | Planning: Evaluating mediator changes ... Done |
| 161 | 2026-08-05T12:16:40.228Z | Planning: Checking for conflicting actions ... Done |
| 162 | 2026-08-05T12:16:40.234Z | Planning: Consolidating action changes ... Done |
| 163 | 2026-08-05T12:16:40.383Z | Planning: Evaluating mediators ... Done |
| 164 | 2026-08-05T12:16:40.386Z | Planning: Planning completed in 0.27 seconds |
| 165 | 2026-08-05T12:16:40.406Z | Mediators to change: 1 |
| 166 | 2026-08-05T12:16:40.406Z | Create boot environment: No |
| 167 | 2026-08-05T12:16:40.406Z | Create backup boot environment: No |
| 168 | 2026-08-05T12:16:40.459Z | Finalize: Updating package state database ... Done |
| 169 | 2026-08-05T12:16:40.459Z | Finalize: Updating package cache ... Done |
| 170 | 2026-08-05T12:16:40.499Z | Finalize: Updating image state ... Done |
| 171 | 2026-08-05T12:16:42.464Z | Finalize: Creating fast lookup database ... Done |
| 172 | 2026-08-05T12:16:42.527Z | Finalize: Reading search index ... Done |
| 173 | 2026-08-05T12:16:42.530Z | Finalize: Updating search index ... Done |
| 174 | 2026-08-05T12:16:42.595Z | Finalize: Updating package cache ... Done |
| 175 | 2026-08-05T12:16:42.909Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 176 | 2026-08-05T12:16:42.909Z | apache system 2.4 system |
| 177 | 2026-08-05T12:16:42.909Z | clang system 15 system |
| 178 | 2026-08-05T12:16:42.909Z | csh system system illumos |
| 179 | 2026-08-05T12:16:42.909Z | ctags system system illumos |
| 180 | 2026-08-05T12:16:42.909Z | file vendor vendor darwinsys |
| 181 | 2026-08-05T12:16:42.909Z | file system system illumos |
| 182 | 2026-08-05T12:16:42.909Z | gcc vendor 14 vendor |
| 183 | 2026-08-05T12:16:42.909Z | gcc system 13 system |
| 184 | 2026-08-05T12:16:42.909Z | gcc system 10 system |
| 185 | 2026-08-05T12:16:42.910Z | go system 1.25 system |
| 186 | 2026-08-05T12:16:42.910Z | llvm system 15 system |
| 187 | 2026-08-05T12:16:42.910Z | mariadb system 11.4 system |
| 188 | 2026-08-05T12:16:42.910Z | mta vendor vendor dma |
| 189 | 2026-08-05T12:16:42.910Z | openjdk system 17 system |
| 190 | 2026-08-05T12:16:42.910Z | openjdk system 11 system |
| 191 | 2026-08-05T12:16:42.910Z | openssl vendor 3 vendor |
| 192 | 2026-08-05T12:16:42.910Z | perl system 5.40 system |
| 193 | 2026-08-05T12:16:42.910Z | postgresql system 18 system |
| 194 | 2026-08-05T12:16:42.910Z | postgresql system 17 system |
| 195 | 2026-08-05T12:16:42.910Z | python vendor 3 vendor |
| 196 | 2026-08-05T12:16:42.910Z | python system 2 system |
| 197 | 2026-08-05T12:16:42.910Z | python3 vendor 3.13 vendor |
| 198 | 2026-08-05T12:16:42.910Z | ruby system 3.4 system |
| 199 | 2026-08-05T12:16:42.910Z | ruby system 3.0 system |
| 200 | 2026-08-05T12:16:42.910Z | words vendor vendor american-english |
| 201 | 2026-08-05T12:16:42.910Z | words system system australian-english |
| 202 | 2026-08-05T12:16:42.910Z | words system system british-english |
| 203 | 2026-08-05T12:16:42.910Z | words system system canadian-english |
| 204 | 2026-08-05T12:16:42.910Z | words system system french |
| 205 | 2026-08-05T12:16:42.910Z | words system system italian |
| 206 | 2026-08-05T12:16:42.910Z | words system system ngerman |
| 207 | 2026-08-05T12:16:42.912Z | words system system ogerman |
| 208 | 2026-08-05T12:16:42.912Z | words system system spanish |
| 209 | 2026-08-05T12:16:43.169Z | PUBLISHER TYPE STATUS P LOCATION |
| 210 | 2026-08-05T12:16:43.169Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 211 | 2026-08-05T12:16:43.568Z | FMRI IFO |
| 212 | 2026-08-05T12:16:43.568Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 213 | 2026-08-05T12:16:43.568Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 214 | 2026-08-05T12:16:43.568Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 215 | 2026-08-05T12:16:43.568Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 216 | 2026-08-05T12:16:43.568Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 217 | 2026-08-05T12:16:43.568Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 218 | 2026-08-05T12:16:43.568Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 219 | 2026-08-05T12:16:43.568Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 220 | 2026-08-05T12:16:43.568Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 221 | 2026-08-05T12:16:43.875Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 222 | 2026-08-05T12:16:44.125Z | Updating crates.io index |
| 223 | 2026-08-05T12:16:44.128Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 224 | 2026-08-05T12:16:44.356Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 225 | 2026-08-05T12:16:44.696Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 226 | 2026-08-05T12:16:45.639Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 227 | 2026-08-05T12:16:46.161Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 228 | 2026-08-05T12:16:47.766Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 229 | 2026-08-05T12:16:48.623Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 230 | 2026-08-05T12:16:48.917Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 231 | 2026-08-05T12:16:49.224Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 232 | 2026-08-05T12:16:50.617Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 233 | 2026-08-05T12:16:50.863Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 234 | 2026-08-05T12:16:51.182Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 235 | 2026-08-05T12:16:51.455Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 236 | 2026-08-05T12:16:51.936Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 237 | 2026-08-05T12:16:52.450Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 238 | 2026-08-05T12:16:52.721Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 239 | 2026-08-05T12:16:52.926Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 240 | 2026-08-05T12:16:53.194Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 241 | 2026-08-05T12:16:53.495Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 242 | 2026-08-05T12:16:53.744Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 243 | 2026-08-05T12:16:53.957Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 244 | 2026-08-05T12:16:54.208Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 245 | 2026-08-05T12:16:54.586Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 246 | 2026-08-05T12:16:54.915Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 247 | 2026-08-05T12:16:55.121Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 248 | 2026-08-05T12:16:55.738Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 249 | 2026-08-05T12:16:55.992Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 250 | 2026-08-05T12:16:56.317Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 251 | 2026-08-05T12:16:56.851Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 252 | 2026-08-05T12:16:57.070Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 253 | 2026-08-05T12:16:57.359Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 254 | 2026-08-05T12:16:57.678Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 255 | 2026-08-05T12:16:58.087Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 256 | 2026-08-05T12:16:58.336Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 257 | 2026-08-05T12:16:58.606Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 258 | 2026-08-05T12:16:58.888Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 259 | 2026-08-05T12:16:59.482Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 260 | 2026-08-05T12:16:59.782Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 261 | 2026-08-05T12:17:00.000Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 262 | 2026-08-05T12:17:00.277Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 263 | 2026-08-05T12:17:00.551Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 264 | 2026-08-05T12:17:00.834Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 265 | 2026-08-05T12:17:03.518Z | Downloading crates ... |
| 266 | 2026-08-05T12:17:03.568Z | Downloaded block-buffer v0.10.4 |
| 267 | 2026-08-05T12:17:03.571Z | Downloaded anstream v1.0.0 |
| 268 | 2026-08-05T12:17:03.577Z | Downloaded macaddr v1.0.1 |
| 269 | 2026-08-05T12:17:03.577Z | Downloaded utf8parse v0.2.2 |
| 270 | 2026-08-05T12:17:03.580Z | Downloaded bytecount v0.6.9 |
| 271 | 2026-08-05T12:17:03.580Z | Downloaded version_check v0.9.5 |
| 272 | 2026-08-05T12:17:03.580Z | Downloaded bitflags v2.11.0 |
| 273 | 2026-08-05T12:17:03.584Z | Downloaded anyhow v1.0.102 |
| 274 | 2026-08-05T12:17:03.584Z | Downloaded heck v0.4.1 |
| 275 | 2026-08-05T12:17:03.584Z | Downloaded memmap v0.7.0 |
| 276 | 2026-08-05T12:17:03.587Z | Downloaded dof v0.3.0 |
| 277 | 2026-08-05T12:17:03.592Z | Downloaded generic-array v0.14.7 |
| 278 | 2026-08-05T12:17:03.592Z | Downloaded fastrand v2.3.0 |
| 279 | 2026-08-05T12:17:03.592Z | Downloaded is_terminal_polyfill v1.70.2 |
| 280 | 2026-08-05T12:17:03.592Z | Downloaded colorchoice v1.0.4 |
| 281 | 2026-08-05T12:17:03.595Z | Downloaded cpufeatures v0.2.17 |
| 282 | 2026-08-05T12:17:03.595Z | Downloaded winnow v0.7.14 |
| 283 | 2026-08-05T12:17:03.600Z | Downloaded dtrace-parser v0.2.0 |
| 284 | 2026-08-05T12:17:03.600Z | Downloaded anstyle-query v1.1.5 |
| 285 | 2026-08-05T12:17:03.600Z | Downloaded anstyle-parse v1.0.0 |
| 286 | 2026-08-05T12:17:03.600Z | Downloaded clap_lex v1.0.0 |
| 287 | 2026-08-05T12:17:03.605Z | Downloaded heck v0.5.0 |
| 288 | 2026-08-05T12:17:03.609Z | Downloaded cargo-platform v0.3.2 |
| 289 | 2026-08-05T12:17:03.609Z | Downloaded digest v0.10.7 |
| 290 | 2026-08-05T12:17:03.609Z | Downloaded cargo_toml v0.21.0 |
| 291 | 2026-08-05T12:17:03.613Z | Downloaded zmij v1.0.21 |
| 292 | 2026-08-05T12:17:03.613Z | Downloaded equivalent v1.0.2 |
| 293 | 2026-08-05T12:17:03.613Z | Downloaded errno v0.3.14 |
| 294 | 2026-08-05T12:17:03.616Z | Downloaded fnv v1.0.7 |
| 295 | 2026-08-05T12:17:03.620Z | Downloaded cfg-if v1.0.4 |
| 296 | 2026-08-05T12:17:03.624Z | Downloaded strsim v0.11.1 |
| 297 | 2026-08-05T12:17:03.627Z | Downloaded serde_spanned v0.6.9 |
| 298 | 2026-08-05T12:17:03.627Z | Downloaded swrite v0.1.0 |
| 299 | 2026-08-05T12:17:03.631Z | Downloaded clap_derive v4.6.1 |
| 300 | 2026-08-05T12:17:03.631Z | Downloaded crypto-common v0.1.7 |
| 301 | 2026-08-05T12:17:03.634Z | Downloaded pretty-hex v0.4.1 |
| 302 | 2026-08-05T12:17:03.634Z | Downloaded scroll_derive v0.12.1 |
| 303 | 2026-08-05T12:17:03.638Z | Downloaded tabled_derive v0.7.0 |
| 304 | 2026-08-05T12:17:03.646Z | Downloaded usdt-macro v0.5.0 |
| 305 | 2026-08-05T12:17:03.651Z | Downloaded byteorder v1.5.0 |
| 306 | 2026-08-05T12:17:03.651Z | Downloaded autocfg v1.5.0 |
| 307 | 2026-08-05T12:17:03.651Z | Downloaded itoa v1.0.17 |
| 308 | 2026-08-05T12:17:03.655Z | Downloaded toml_datetime v0.6.11 |
| 309 | 2026-08-05T12:17:03.655Z | Downloaded usdt v0.5.0 |
| 310 | 2026-08-05T12:17:03.655Z | Downloaded usdt-attr-macro v0.5.0 |
| 311 | 2026-08-05T12:17:03.660Z | Downloaded terminal_size v0.4.3 |
| 312 | 2026-08-05T12:17:03.660Z | Downloaded proc-macro-error-attr v1.0.4 |
| 313 | 2026-08-05T12:17:03.660Z | Downloaded smawk v0.3.2 |
| 314 | 2026-08-05T12:17:03.663Z | Downloaded unicode-linebreak v0.1.5 |
| 315 | 2026-08-05T12:17:03.663Z | Downloaded toml_write v0.1.2 |
| 316 | 2026-08-05T12:17:03.670Z | Downloaded plain v0.2.3 |
| 317 | 2026-08-05T12:17:03.674Z | Downloaded cargo_metadata v0.23.1 |
| 318 | 2026-08-05T12:17:03.684Z | Downloaded thread-id v4.2.2 |
| 319 | 2026-08-05T12:17:03.688Z | Downloaded sha2 v0.10.9 |
| 320 | 2026-08-05T12:17:03.688Z | Downloaded anstyle v1.0.14 |
| 321 | 2026-08-05T12:17:03.695Z | Downloaded thiserror v2.0.18 |
| 322 | 2026-08-05T12:17:03.698Z | Downloaded fs-err v3.3.0 |
| 323 | 2026-08-05T12:17:03.698Z | Downloaded once_cell v1.21.3 |
| 324 | 2026-08-05T12:17:03.702Z | Downloaded scroll v0.12.0 |
| 325 | 2026-08-05T12:17:03.702Z | Downloaded thiserror v1.0.69 |
| 326 | 2026-08-05T12:17:03.706Z | Downloaded camino v1.2.2 |
| 327 | 2026-08-05T12:17:03.706Z | Downloaded proc-macro-error v1.0.4 |
| 328 | 2026-08-05T12:17:03.710Z | Downloaded usdt-impl v0.5.0 |
| 329 | 2026-08-05T12:17:03.714Z | Downloaded quote v1.0.45 |
| 330 | 2026-08-05T12:17:03.714Z | Downloaded serde_tokenstream v0.2.3 |
| 331 | 2026-08-05T12:17:03.723Z | Downloaded zerocopy-derive v0.7.35 |
| 332 | 2026-08-05T12:17:03.728Z | Downloaded toml v0.8.23 |
| 333 | 2026-08-05T12:17:03.731Z | Downloaded papergrid v0.11.0 |
| 334 | 2026-08-05T12:17:03.735Z | Downloaded tempfile v3.25.0 |
| 335 | 2026-08-05T12:17:03.739Z | Downloaded thiserror-impl v2.0.18 |
| 336 | 2026-08-05T12:17:03.739Z | Downloaded camino-tempfile v1.4.1 |
| 337 | 2026-08-05T12:17:03.744Z | Downloaded ucd-trie v0.1.7 |
| 338 | 2026-08-05T12:17:03.747Z | Downloaded semver v1.0.28 |
| 339 | 2026-08-05T12:17:03.751Z | Downloaded thiserror-impl v1.0.69 |
| 340 | 2026-08-05T12:17:03.754Z | Downloaded log v0.4.29 |
| 341 | 2026-08-05T12:17:03.757Z | Downloaded clap v4.6.1 |
| 342 | 2026-08-05T12:17:03.761Z | Downloaded getrandom v0.4.1 |
| 343 | 2026-08-05T12:17:03.764Z | Downloaded unicode-ident v1.0.24 |
| 344 | 2026-08-05T12:17:03.764Z | Downloaded pest_derive v2.8.6 |
| 345 | 2026-08-05T12:17:03.767Z | Downloaded proc-macro2 v1.0.106 |
| 346 | 2026-08-05T12:17:03.770Z | Downloaded pest_generator v2.8.6 |
| 347 | 2026-08-05T12:17:03.775Z | Downloaded serde_derive v1.0.228 |
| 348 | 2026-08-05T12:17:03.779Z | Downloaded serde_core v1.0.228 |
| 349 | 2026-08-05T12:17:03.788Z | Downloaded toml_edit v0.22.27 |
| 350 | 2026-08-05T12:17:03.802Z | Downloaded pest_meta v2.8.6 |
| 351 | 2026-08-05T12:17:03.827Z | Downloaded textwrap v0.16.2 |
| 352 | 2026-08-05T12:17:03.832Z | Downloaded serde v1.0.228 |
| 353 | 2026-08-05T12:17:03.832Z | Downloaded indexmap v2.14.0 |
| 354 | 2026-08-05T12:17:03.832Z | Downloaded memchr v2.8.0 |
| 355 | 2026-08-05T12:17:03.832Z | Downloaded typenum v1.20.1 |
| 356 | 2026-08-05T12:17:03.843Z | Downloaded pest v2.8.6 |
| 357 | 2026-08-05T12:17:03.851Z | Downloaded zerocopy v0.7.35 |
| 358 | 2026-08-05T12:17:03.851Z | Downloaded hashbrown v0.17.0 |
| 359 | 2026-08-05T12:17:03.861Z | Downloaded clap_builder v4.6.0 |
| 360 | 2026-08-05T12:17:03.868Z | Downloaded goblin v0.8.2 |
| 361 | 2026-08-05T12:17:03.874Z | Downloaded serde_json v1.0.151 |
| 362 | 2026-08-05T12:17:03.891Z | Downloaded syn v1.0.109 |
| 363 | 2026-08-05T12:17:03.896Z | Downloaded tabled v0.15.0 |
| 364 | 2026-08-05T12:17:03.914Z | Downloaded unicode-width v0.2.0 |
| 365 | 2026-08-05T12:17:03.951Z | Downloaded unicode-width v0.1.14 |
| 366 | 2026-08-05T12:17:03.951Z | Downloaded syn v2.0.117 |
| 367 | 2026-08-05T12:17:03.963Z | Downloaded rustix v1.1.3 |
| 368 | 2026-08-05T12:17:03.964Z | Downloaded libc v0.2.185 |
| 369 | 2026-08-05T12:17:04.021Z | Compiling proc-macro2 v1.0.106 |
| 370 | 2026-08-05T12:17:04.021Z | Compiling quote v1.0.45 |
| 371 | 2026-08-05T12:17:04.021Z | Compiling unicode-ident v1.0.24 |
| 372 | 2026-08-05T12:17:04.037Z | Compiling serde_core v1.0.228 |
| 373 | 2026-08-05T12:17:04.037Z | Compiling libc v0.2.185 |
| 374 | 2026-08-05T12:17:04.037Z | Compiling version_check v0.9.5 |
| 375 | 2026-08-05T12:17:04.037Z | Compiling memchr v2.8.0 |
| 376 | 2026-08-05T12:17:04.037Z | Compiling serde v1.0.228 |
| 377 | 2026-08-05T12:17:04.037Z | Compiling zmij v1.0.21 |
| 378 | 2026-08-05T12:17:04.193Z | Compiling itoa v1.0.17 |
| 379 | 2026-08-05T12:17:04.196Z | Compiling ucd-trie v0.1.7 |
| 380 | 2026-08-05T12:17:04.196Z | Compiling thiserror v1.0.69 |
| 381 | 2026-08-05T12:17:04.196Z | Compiling byteorder v1.5.0 |
| 382 | 2026-08-05T12:17:04.196Z | Compiling rustix v1.1.3 |
| 383 | 2026-08-05T12:17:04.479Z | Compiling bitflags v2.11.0 |
| 384 | 2026-08-05T12:17:04.561Z | Compiling serde_json v1.0.151 |
| 385 | 2026-08-05T12:17:04.628Z | Compiling proc-macro-error-attr v1.0.4 |
| 386 | 2026-08-05T12:17:04.653Z | Compiling pest v2.8.6 |
| 387 | 2026-08-05T12:17:04.777Z | Compiling usdt-impl v0.5.0 |
| 388 | 2026-08-05T12:17:04.794Z | Compiling camino v1.2.2 |
| 389 | 2026-08-05T12:17:04.799Z | Compiling syn v1.0.109 |
| 390 | 2026-08-05T12:17:04.817Z | Compiling proc-macro-error v1.0.4 |
| 391 | 2026-08-05T12:17:04.943Z | Compiling hashbrown v0.17.0 |
| 392 | 2026-08-05T12:17:05.013Z | Compiling getrandom v0.4.1 |
| 393 | 2026-08-05T12:17:05.031Z | Compiling log v0.4.29 |
| 394 | 2026-08-05T12:17:05.032Z | Compiling plain v0.2.3 |
| 395 | 2026-08-05T12:17:05.032Z | Compiling equivalent v1.0.2 |
| 396 | 2026-08-05T12:17:05.032Z | Compiling utf8parse v0.2.2 |
| 397 | 2026-08-05T12:17:05.119Z | Compiling errno v0.3.14 |
| 398 | 2026-08-05T12:17:05.135Z | Compiling thread-id v4.2.2 |
| 399 | 2026-08-05T12:17:05.178Z | Compiling anstyle-parse v1.0.0 |
| 400 | 2026-08-05T12:17:05.232Z | Compiling anstyle v1.0.14 |
| 401 | 2026-08-05T12:17:05.232Z | Compiling autocfg v1.5.0 |
| 402 | 2026-08-05T12:17:05.268Z | Compiling toml_write v0.1.2 |
| 403 | 2026-08-05T12:17:05.302Z | Compiling cfg-if v1.0.4 |
| 404 | 2026-08-05T12:17:05.314Z | Compiling colorchoice v1.0.4 |
| 405 | 2026-08-05T12:17:05.409Z | Compiling pretty-hex v0.4.1 |
| 406 | 2026-08-05T12:17:05.413Z | Compiling thiserror v2.0.18 |
| 407 | 2026-08-05T12:17:05.467Z | Compiling indexmap v2.14.0 |
| 408 | 2026-08-05T12:17:05.470Z | Compiling anstyle-query v1.1.5 |
| 409 | 2026-08-05T12:17:05.531Z | Compiling is_terminal_polyfill v1.70.2 |
| 410 | 2026-08-05T12:17:05.535Z | Compiling winnow v0.7.14 |
| 411 | 2026-08-05T12:17:05.577Z | Compiling bytecount v0.6.9 |
| 412 | 2026-08-05T12:17:05.628Z | Compiling strsim v0.11.1 |
| 413 | 2026-08-05T12:17:05.651Z | Compiling clap_lex v1.0.0 |
| 414 | 2026-08-05T12:17:05.678Z | Compiling anstream v1.0.0 |
| 415 | 2026-08-05T12:17:05.704Z | Compiling syn v2.0.117 |
| 416 | 2026-08-05T12:17:05.749Z | Compiling fs-err v3.3.0 |
| 417 | 2026-08-05T12:17:05.764Z | Compiling pest_meta v2.8.6 |
| 418 | 2026-08-05T12:17:05.824Z | Compiling fnv v1.0.7 |
| 419 | 2026-08-05T12:17:05.906Z | Compiling heck v0.5.0 |
| 420 | 2026-08-05T12:17:05.943Z | Compiling unicode-width v0.1.14 |
| 421 | 2026-08-05T12:17:05.967Z | Compiling once_cell v1.21.3 |
| 422 | 2026-08-05T12:17:05.997Z | Compiling anyhow v1.0.102 |
| 423 | 2026-08-05T12:17:06.018Z | Compiling fastrand v2.3.0 |
| 424 | 2026-08-05T12:17:06.023Z | Compiling heck v0.4.1 |
| 425 | 2026-08-05T12:17:06.138Z | Compiling terminal_size v0.4.3 |
| 426 | 2026-08-05T12:17:06.169Z | Compiling memmap v0.7.0 |
| 427 | 2026-08-05T12:17:06.185Z | Compiling papergrid v0.11.0 |
| 428 | 2026-08-05T12:17:06.206Z | Compiling unicode-width v0.2.0 |
| 429 | 2026-08-05T12:17:06.241Z | Compiling clap_builder v4.6.0 |
| 430 | 2026-08-05T12:17:06.259Z | Compiling tempfile v3.25.0 |
| 431 | 2026-08-05T12:17:06.275Z | Compiling unicode-linebreak v0.1.5 |
| 432 | 2026-08-05T12:17:06.295Z | Compiling smawk v0.3.2 |
| 433 | 2026-08-05T12:17:06.373Z | Compiling swrite v0.1.0 |
| 434 | 2026-08-05T12:17:06.484Z | Compiling textwrap v0.16.2 |
| 435 | 2026-08-05T12:17:06.702Z | Compiling cargo-platform v0.3.2 |
| 436 | 2026-08-05T12:17:06.708Z | Compiling semver v1.0.28 |
| 437 | 2026-08-05T12:17:06.930Z | Compiling camino-tempfile v1.4.1 |
| 438 | 2026-08-05T12:17:07.168Z | Compiling tabled_derive v0.7.0 |
| 439 | 2026-08-05T12:17:07.847Z | Compiling tabled v0.15.0 |
| 440 | 2026-08-05T12:17:07.863Z | Compiling pest_generator v2.8.6 |
| 441 | 2026-08-05T12:17:08.387Z | Compiling serde_derive v1.0.228 |
| 442 | 2026-08-05T12:17:08.401Z | Compiling thiserror-impl v1.0.69 |
| 443 | 2026-08-05T12:17:08.401Z | Compiling zerocopy-derive v0.7.35 |
| 444 | 2026-08-05T12:17:08.401Z | Compiling scroll_derive v0.12.1 |
| 445 | 2026-08-05T12:17:08.401Z | Compiling thiserror-impl v2.0.18 |
| 446 | 2026-08-05T12:17:08.402Z | Compiling clap_derive v4.6.1 |
| 447 | 2026-08-05T12:17:08.462Z | Compiling pest_derive v2.8.6 |
| 448 | 2026-08-05T12:17:08.962Z | Compiling scroll v0.12.0 |
| 449 | 2026-08-05T12:17:09.113Z | Compiling zerocopy v0.7.35 |
| 450 | 2026-08-05T12:17:09.189Z | Compiling goblin v0.8.2 |
| 451 | 2026-08-05T12:17:09.451Z | Compiling dtrace-parser v0.2.0 |
| 452 | 2026-08-05T12:17:09.715Z | Compiling clap v4.6.1 |
| 453 | 2026-08-05T12:17:10.784Z | Compiling serde_spanned v0.6.9 |
| 454 | 2026-08-05T12:17:10.790Z | Compiling toml_datetime v0.6.11 |
| 455 | 2026-08-05T12:17:10.790Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 456 | 2026-08-05T12:17:10.790Z | Compiling cargo_metadata v0.23.1 |
| 457 | 2026-08-05T12:17:10.790Z | Compiling macaddr v1.0.1 |
| 458 | 2026-08-05T12:17:10.790Z | Compiling dof v0.3.0 |
| 459 | 2026-08-05T12:17:10.790Z | Compiling serde_tokenstream v0.2.3 |
| 460 | 2026-08-05T12:17:11.045Z | Compiling toml_edit v0.22.27 |
| 461 | 2026-08-05T12:17:11.540Z | Compiling usdt-attr-macro v0.5.0 |
| 462 | 2026-08-05T12:17:11.543Z | Compiling usdt-macro v0.5.0 |
| 463 | 2026-08-05T12:17:12.129Z | Compiling usdt v0.5.0 |
| 464 | 2026-08-05T12:17:12.289Z | Compiling toml v0.8.23 |
| 465 | 2026-08-05T12:17:12.619Z | Compiling cargo_toml v0.21.0 |
| 466 | 2026-08-05T12:17:13.913Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 467 | 2026-08-05T12:17:16.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.30s |
| 468 | 2026-08-05T12:17:16.228Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 469 | 2026-08-05T12:17:16.748Z | Downloading crates ... |
| 470 | 2026-08-05T12:17:16.789Z | Downloaded adler2 v2.0.1 |
| 471 | 2026-08-05T12:17:16.802Z | Downloaded bit-vec v0.8.0 |
| 472 | 2026-08-05T12:17:16.816Z | Downloaded async-stream-impl v0.3.6 |
| 473 | 2026-08-05T12:17:16.825Z | Downloaded aead v0.5.2 |
| 474 | 2026-08-05T12:17:16.829Z | Downloaded convert_case v0.4.0 |
| 475 | 2026-08-05T12:17:16.830Z | Downloaded bb8 v0.8.6 |
| 476 | 2026-08-05T12:17:16.830Z | Downloaded foreign-types-shared v0.3.1 |
| 477 | 2026-08-05T12:17:16.830Z | Downloaded base16ct v0.2.0 |
| 478 | 2026-08-05T12:17:16.830Z | Downloaded fs_extra v1.3.0 |
| 479 | 2026-08-05T12:17:16.834Z | Downloaded filetime v0.2.27 |
| 480 | 2026-08-05T12:17:16.834Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 481 | 2026-08-05T12:17:16.834Z | Downloaded ascii-canvas v3.0.0 |
| 482 | 2026-08-05T12:17:16.834Z | Downloaded futures-macro v0.3.32 |
| 483 | 2026-08-05T12:17:16.839Z | Downloaded arrayvec v0.7.6 |
| 484 | 2026-08-05T12:17:16.840Z | Downloaded atty v0.2.14 |
| 485 | 2026-08-05T12:17:16.840Z | Downloaded aead v0.6.1 |
| 486 | 2026-08-05T12:17:16.840Z | Downloaded backoff v0.4.0 |
| 487 | 2026-08-05T12:17:16.840Z | Downloaded flagset v0.4.7 |
| 488 | 2026-08-05T12:17:16.844Z | Downloaded fixedbitset v0.5.7 |
| 489 | 2026-08-05T12:17:16.844Z | Downloaded globset v0.4.18 |
| 490 | 2026-08-05T12:17:16.844Z | Downloaded base16ct v1.0.0 |
| 491 | 2026-08-05T12:17:16.844Z | Downloaded fxhash v0.2.1 |
| 492 | 2026-08-05T12:17:16.854Z | Downloaded assert_matches v1.5.0 |
| 493 | 2026-08-05T12:17:16.854Z | Downloaded async-recursion v1.1.1 |
| 494 | 2026-08-05T12:17:16.854Z | Downloaded foreign-types-shared v0.1.1 |
| 495 | 2026-08-05T12:17:16.854Z | Downloaded globwalk v0.9.1 |
| 496 | 2026-08-05T12:17:16.860Z | Downloaded form_urlencoded v1.2.2 |
| 497 | 2026-08-05T12:17:16.860Z | Downloaded git-stub v1.0.0 |
| 498 | 2026-08-05T12:17:16.860Z | Downloaded async-stream v0.3.6 |
| 499 | 2026-08-05T12:17:16.860Z | Downloaded backon v1.6.0 |
| 500 | 2026-08-05T12:17:16.860Z | Downloaded bitflags v1.3.2 |
| 501 | 2026-08-05T12:17:16.860Z | Downloaded ghash v0.6.0 |
| 502 | 2026-08-05T12:17:16.860Z | Downloaded async-trait v0.1.89 |
| 503 | 2026-08-05T12:17:16.860Z | Downloaded foreign-types v0.5.0 |
| 504 | 2026-08-05T12:17:16.860Z | Downloaded funty v2.0.0 |
| 505 | 2026-08-05T12:17:16.873Z | Downloaded array-init v0.0.4 |
| 506 | 2026-08-05T12:17:16.878Z | Downloaded bit-set v0.5.3 |
| 507 | 2026-08-05T12:17:16.878Z | Downloaded bit-set v0.8.0 |
| 508 | 2026-08-05T12:17:16.878Z | Downloaded float-cmp v0.10.0 |
| 509 | 2026-08-05T12:17:16.878Z | Downloaded fixedbitset v0.4.2 |
| 510 | 2026-08-05T12:17:16.878Z | Downloaded hash32 v0.2.1 |
| 511 | 2026-08-05T12:17:16.884Z | Downloaded block-padding v0.4.2 |
| 512 | 2026-08-05T12:17:16.884Z | Downloaded ciborium-ll v0.2.2 |
| 513 | 2026-08-05T12:17:16.884Z | Downloaded gethostname v0.5.0 |
| 514 | 2026-08-05T12:17:16.901Z | Downloaded float-ord v0.3.2 |
| 515 | 2026-08-05T12:17:16.901Z | Downloaded futures-io v0.3.32 |
| 516 | 2026-08-05T12:17:16.902Z | Downloaded home v0.5.12 |
| 517 | 2026-08-05T12:17:16.902Z | Downloaded arrayref v0.3.9 |
| 518 | 2026-08-05T12:17:16.902Z | Downloaded atomic-waker v1.1.2 |
| 519 | 2026-08-05T12:17:16.902Z | Downloaded bitfield-struct v0.6.2 |
| 520 | 2026-08-05T12:17:16.912Z | Downloaded ciborium-io v0.2.2 |
| 521 | 2026-08-05T12:17:16.913Z | Downloaded foreign-types-macros v0.2.3 |
| 522 | 2026-08-05T12:17:16.913Z | Downloaded headers-core v0.3.0 |
| 523 | 2026-08-05T12:17:16.913Z | Downloaded http-body v1.0.1 |
| 524 | 2026-08-05T12:17:16.913Z | Downloaded hubpack_derive v0.1.1 |
| 525 | 2026-08-05T12:17:16.913Z | Downloaded hostname v0.3.1 |
| 526 | 2026-08-05T12:17:16.913Z | Downloaded httpdate v1.0.3 |
| 527 | 2026-08-05T12:17:16.913Z | Downloaded block-buffer v0.12.1 |
| 528 | 2026-08-05T12:17:16.913Z | Downloaded cfg_aliases v0.2.1 |
| 529 | 2026-08-05T12:17:16.913Z | Downloaded anstyle-parse v0.2.7 |
| 530 | 2026-08-05T12:17:16.913Z | Downloaded base64ct v1.8.3 |
| 531 | 2026-08-05T12:17:16.913Z | Downloaded bcs v0.1.6 |
| 532 | 2026-08-05T12:17:16.913Z | Downloaded hubpack v0.1.2 |
| 533 | 2026-08-05T12:17:16.913Z | Downloaded futures-sink v0.3.32 |
| 534 | 2026-08-05T12:17:16.913Z | Downloaded erased-serde v0.3.31 |
| 535 | 2026-08-05T12:17:16.921Z | Downloaded fallible-iterator v0.2.0 |
| 536 | 2026-08-05T12:17:16.921Z | Downloaded ff v0.13.1 |
| 537 | 2026-08-05T12:17:16.921Z | Downloaded env_logger v0.11.9 |
| 538 | 2026-08-05T12:17:16.921Z | Downloaded env_filter v1.0.0 |
| 539 | 2026-08-05T12:17:16.921Z | Downloaded cobs v0.3.0 |
| 540 | 2026-08-05T12:17:16.921Z | Downloaded glob v0.3.3 |
| 541 | 2026-08-05T12:17:16.922Z | Downloaded hash32 v0.3.1 |
| 542 | 2026-08-05T12:17:16.922Z | Downloaded compression-core v0.4.31 |
| 543 | 2026-08-05T12:17:16.927Z | Downloaded cfg_aliases v0.1.1 |
| 544 | 2026-08-05T12:17:16.927Z | Downloaded fd-lock v4.0.4 |
| 545 | 2026-08-05T12:17:16.927Z | Downloaded bitfield-macros v0.19.4 |
| 546 | 2026-08-05T12:17:16.927Z | Downloaded castaway v0.2.4 |
| 547 | 2026-08-05T12:17:16.927Z | Downloaded hostname v0.4.2 |
| 548 | 2026-08-05T12:17:16.940Z | Downloaded foreign-types v0.3.2 |
| 549 | 2026-08-05T12:17:16.940Z | Downloaded futures-core v0.3.32 |
| 550 | 2026-08-05T12:17:16.940Z | Downloaded httparse v1.10.1 |
| 551 | 2026-08-05T12:17:16.940Z | Downloaded allocator-api2 v0.2.21 |
| 552 | 2026-08-05T12:17:16.940Z | Downloaded atomicwrites v0.4.4 |
| 553 | 2026-08-05T12:17:16.952Z | Downloaded group v0.13.0 |
| 554 | 2026-08-05T12:17:16.952Z | Downloaded half v1.8.3 |
| 555 | 2026-08-05T12:17:16.952Z | Downloaded iana-time-zone v0.1.65 |
| 556 | 2026-08-05T12:17:16.952Z | Downloaded hyper-tls v0.6.0 |
| 557 | 2026-08-05T12:17:16.952Z | Downloaded num-iter v0.1.45 |
| 558 | 2026-08-05T12:17:16.952Z | Downloaded num_threads v0.1.7 |
| 559 | 2026-08-05T12:17:16.952Z | Downloaded openssl-probe v0.1.6 |
| 560 | 2026-08-05T12:17:16.952Z | Downloaded hex-literal v1.1.0 |
| 561 | 2026-08-05T12:17:16.967Z | Downloaded http-range v0.1.5 |
| 562 | 2026-08-05T12:17:16.967Z | Downloaded anstream v0.6.21 |
| 563 | 2026-08-05T12:17:16.967Z | Downloaded bit-vec v0.6.3 |
| 564 | 2026-08-05T12:17:16.967Z | Downloaded opaque-debug v0.3.1 |
| 565 | 2026-08-05T12:17:16.967Z | Downloaded oso-derive v0.27.3 |
| 566 | 2026-08-05T12:17:16.967Z | Downloaded bitfield v0.19.4 |
| 567 | 2026-08-05T12:17:16.967Z | Downloaded camino-tempfile-ext v0.3.3 |
| 568 | 2026-08-05T12:17:16.967Z | Downloaded cbc v0.2.1 |
| 569 | 2026-08-05T12:17:16.967Z | Downloaded chacha20 v0.9.1 |
| 570 | 2026-08-05T12:17:16.967Z | Downloaded packed_struct_codegen v0.10.1 |
| 571 | 2026-08-05T12:17:16.967Z | Downloaded cexpr v0.6.0 |
| 572 | 2026-08-05T12:17:16.967Z | Downloaded bs58 v0.5.1 |
| 573 | 2026-08-05T12:17:16.967Z | Downloaded parse-size v1.1.0 |
| 574 | 2026-08-05T12:17:16.972Z | Downloaded peg-runtime v0.8.5 |
| 575 | 2026-08-05T12:17:16.972Z | Downloaded foldhash v0.2.0 |
| 576 | 2026-08-05T12:17:16.972Z | Downloaded futures-task v0.3.32 |
| 577 | 2026-08-05T12:17:16.972Z | Downloaded progenitor-client v0.14.0 |
| 578 | 2026-08-05T12:17:16.972Z | Downloaded ff v0.14.0 |
| 579 | 2026-08-05T12:17:16.972Z | Downloaded find-msvc-tools v0.1.9 |
| 580 | 2026-08-05T12:17:16.972Z | Downloaded foldhash v0.1.5 |
| 581 | 2026-08-05T12:17:16.973Z | Downloaded fs-err v2.11.0 |
| 582 | 2026-08-05T12:17:16.973Z | Downloaded group v0.14.0 |
| 583 | 2026-08-05T12:17:16.973Z | Downloaded rand_xorshift v0.4.0 |
| 584 | 2026-08-05T12:17:16.973Z | Downloaded phf_shared v0.12.1 |
| 585 | 2026-08-05T12:17:16.973Z | Downloaded phf_shared v0.13.1 |
| 586 | 2026-08-05T12:17:16.973Z | Downloaded cipher v0.4.4 |
| 587 | 2026-08-05T12:17:16.973Z | Downloaded cmake v0.1.57 |
| 588 | 2026-08-05T12:17:16.973Z | Downloaded compression-codecs v0.4.37 |
| 589 | 2026-08-05T12:17:16.988Z | Downloaded argon2 v0.5.3 |
| 590 | 2026-08-05T12:17:16.988Z | Downloaded async-bb8-diesel v0.2.1 |
| 591 | 2026-08-05T12:17:16.999Z | Downloaded highway v1.3.0 |
| 592 | 2026-08-05T12:17:16.999Z | Downloaded futures-channel v0.3.32 |
| 593 | 2026-08-05T12:17:16.999Z | Downloaded num_enum v0.7.6 |
| 594 | 2026-08-05T12:17:16.999Z | Downloaded cipher v0.5.2 |
| 595 | 2026-08-05T12:17:16.999Z | Downloaded futures-executor v0.3.32 |
| 596 | 2026-08-05T12:17:16.999Z | Downloaded hex v0.4.3 |
| 597 | 2026-08-05T12:17:16.999Z | Downloaded http-body-util v0.1.3 |
| 598 | 2026-08-05T12:17:16.999Z | Downloaded byte-wrapper v0.1.0 |
| 599 | 2026-08-05T12:17:16.999Z | Downloaded constant_time_eq v0.4.2 |
| 600 | 2026-08-05T12:17:17.010Z | Downloaded humantime v2.3.0 |
| 601 | 2026-08-05T12:17:17.011Z | Downloaded blowfish v0.10.0 |
| 602 | 2026-08-05T12:17:17.011Z | Downloaded aes v0.9.1 |
| 603 | 2026-08-05T12:17:17.011Z | Downloaded rustc-hash v2.1.1 |
| 604 | 2026-08-05T12:17:17.020Z | Downloaded seq-macro v0.3.6 |
| 605 | 2026-08-05T12:17:17.020Z | Downloaded secrecy v0.10.3 |
| 606 | 2026-08-05T12:17:17.020Z | Downloaded serde-big-array v0.5.1 |
| 607 | 2026-08-05T12:17:17.020Z | Downloaded ahash v0.8.12 |
| 608 | 2026-08-05T12:17:17.020Z | Downloaded blake2 v0.10.6 |
| 609 | 2026-08-05T12:17:17.020Z | Downloaded cmov v0.5.4 |
| 610 | 2026-08-05T12:17:17.020Z | Downloaded sha1 v0.11.0 |
| 611 | 2026-08-05T12:17:17.020Z | Downloaded buf-list v1.1.2 |
| 612 | 2026-08-05T12:17:17.027Z | Downloaded cassowary v0.3.0 |
| 613 | 2026-08-05T12:17:17.027Z | Downloaded num-complex v0.4.6 |
| 614 | 2026-08-05T12:17:17.027Z | Downloaded nu-ansi-term v0.50.3 |
| 615 | 2026-08-05T12:17:17.027Z | Downloaded packed_struct v0.10.1 |
| 616 | 2026-08-05T12:17:17.027Z | Downloaded password-hash v0.5.0 |
| 617 | 2026-08-05T12:17:17.027Z | Downloaded oxide-update-engine v0.1.2 |
| 618 | 2026-08-05T12:17:17.027Z | Downloaded predicates-core v1.0.10 |
| 619 | 2026-08-05T12:17:17.028Z | Downloaded hyper-staticfile v0.10.1 |
| 620 | 2026-08-05T12:17:17.028Z | Downloaded phc v0.6.1 |
| 621 | 2026-08-05T12:17:17.028Z | Downloaded signature v3.0.0 |
| 622 | 2026-08-05T12:17:17.040Z | Downloaded sigpipe v0.1.3 |
| 623 | 2026-08-05T12:17:17.040Z | Downloaded structmeta-derive v0.3.0 |
| 624 | 2026-08-05T12:17:17.040Z | Downloaded argon2 v0.6.0-rc.8 |
| 625 | 2026-08-05T12:17:17.040Z | Downloaded colored v3.1.1 |
| 626 | 2026-08-05T12:17:17.040Z | Downloaded console v0.15.11 |
| 627 | 2026-08-05T12:17:17.040Z | Downloaded stable_deref_trait v1.2.1 |
| 628 | 2026-08-05T12:17:17.040Z | Downloaded pkcs8 v0.10.2 |
| 629 | 2026-08-05T12:17:17.040Z | Downloaded port-file v0.1.0 |
| 630 | 2026-08-05T12:17:17.046Z | Downloaded progenitor-client v0.13.0 |
| 631 | 2026-08-05T12:17:17.046Z | Downloaded progenitor-extras v0.2.0 |
| 632 | 2026-08-05T12:17:17.046Z | Downloaded r2d2 v0.8.10 |
| 633 | 2026-08-05T12:17:17.046Z | Downloaded rand_seeder v0.4.0 |
| 634 | 2026-08-05T12:17:17.046Z | Downloaded termtree v0.5.1 |
| 635 | 2026-08-05T12:17:17.046Z | Downloaded colored v2.2.0 |
| 636 | 2026-08-05T12:17:17.046Z | Downloaded compact_str v0.8.1 |
| 637 | 2026-08-05T12:17:17.046Z | Downloaded console v0.16.2 |
| 638 | 2026-08-05T12:17:17.046Z | Downloaded poly1305 v0.8.0 |
| 639 | 2026-08-05T12:17:17.046Z | Downloaded base64 v0.22.1 |
| 640 | 2026-08-05T12:17:17.061Z | Downloaded predicates v3.1.4 |
| 641 | 2026-08-05T12:17:17.061Z | Downloaded tabwriter v1.4.1 |
| 642 | 2026-08-05T12:17:17.062Z | Downloaded thread-id v5.1.0 |
| 643 | 2026-08-05T12:17:17.071Z | Downloaded fatfs v0.3.6 |
| 644 | 2026-08-05T12:17:17.071Z | Downloaded rpassword v7.5.4 |
| 645 | 2026-08-05T12:17:17.071Z | Downloaded ciborium v0.2.2 |
| 646 | 2026-08-05T12:17:17.071Z | Downloaded clang-sys v1.8.1 |
| 647 | 2026-08-05T12:17:17.071Z | Downloaded const_format_proc_macros v0.2.34 |
| 648 | 2026-08-05T12:17:17.071Z | Downloaded git-stub-vcs v0.1.0 |
| 649 | 2026-08-05T12:17:17.071Z | Downloaded proc-macro-error2 v2.0.1 |
| 650 | 2026-08-05T12:17:17.071Z | Downloaded trait-variant v0.1.2 |
| 651 | 2026-08-05T12:17:17.071Z | Downloaded universal-hash v0.6.1 |
| 652 | 2026-08-05T12:17:17.071Z | Downloaded void v1.0.2 |
| 653 | 2026-08-05T12:17:17.071Z | Downloaded hmac v0.13.0 |
| 654 | 2026-08-05T12:17:17.071Z | Downloaded bzip2 v0.6.1 |
| 655 | 2026-08-05T12:17:17.071Z | Downloaded chacha20 v0.10.0 |
| 656 | 2026-08-05T12:17:17.087Z | Downloaded cancel-safe-futures v0.1.5 |
| 657 | 2026-08-05T12:17:17.087Z | Downloaded scroll v0.13.0 |
| 658 | 2026-08-05T12:17:17.087Z | Downloaded simd-adler32 v0.3.8 |
| 659 | 2026-08-05T12:17:17.087Z | Downloaded utf-8 v0.7.6 |
| 660 | 2026-08-05T12:17:17.087Z | Downloaded usdt-macro v0.6.0 |
| 661 | 2026-08-05T12:17:17.102Z | Downloaded crypto-common v0.2.2 |
| 662 | 2026-08-05T12:17:17.102Z | Downloaded stringprep v0.1.5 |
| 663 | 2026-08-05T12:17:17.102Z | Downloaded hmac v0.12.1 |
| 664 | 2026-08-05T12:17:17.102Z | Downloaded darling_macro v0.13.4 |
| 665 | 2026-08-05T12:17:17.102Z | Downloaded resolv-conf v0.7.6 |
| 666 | 2026-08-05T12:17:17.102Z | Downloaded semver v0.1.20 |
| 667 | 2026-08-05T12:17:17.102Z | Downloaded const-oid v0.9.6 |
| 668 | 2026-08-05T12:17:17.115Z | Downloaded support-bundle-viewer v0.1.2 |
| 669 | 2026-08-05T12:17:17.115Z | Downloaded zone v0.3.1 |
| 670 | 2026-08-05T12:17:17.115Z | Downloaded cpufeatures v0.3.0 |
| 671 | 2026-08-05T12:17:17.115Z | Downloaded cpubits v0.1.1 |
| 672 | 2026-08-05T12:17:17.115Z | Downloaded crc v3.4.0 |
| 673 | 2026-08-05T12:17:17.115Z | Downloaded tokio-tungstenite v0.23.1 |
| 674 | 2026-08-05T12:17:17.115Z | Downloaded base64 v0.21.7 |
| 675 | 2026-08-05T12:17:17.115Z | Downloaded dsl_auto_type v0.2.0 |
| 676 | 2026-08-05T12:17:17.115Z | Downloaded smallvec v0.6.14 |
| 677 | 2026-08-05T12:17:17.115Z | Downloaded ar_archive_writer v0.5.1 |
| 678 | 2026-08-05T12:17:17.116Z | Downloaded hyper-rustls v0.27.7 |
| 679 | 2026-08-05T12:17:17.125Z | Downloaded slog-json v2.6.1 |
| 680 | 2026-08-05T12:17:17.125Z | Downloaded strum_macros v0.26.4 |
| 681 | 2026-08-05T12:17:17.125Z | Downloaded const-oid v0.10.2 |
| 682 | 2026-08-05T12:17:17.125Z | Downloaded snafu-derive v0.8.9 |
| 683 | 2026-08-05T12:17:17.125Z | Downloaded ssh-cipher v0.3.0 |
| 684 | 2026-08-05T12:17:17.125Z | Downloaded bzip2 v0.4.4 |
| 685 | 2026-08-05T12:17:17.125Z | Downloaded difflib v0.4.0 |
| 686 | 2026-08-05T12:17:17.125Z | Downloaded vergen-lib v9.1.0 |
| 687 | 2026-08-05T12:17:17.130Z | Downloaded getrandom v0.2.17 |
| 688 | 2026-08-05T12:17:17.130Z | Downloaded getrandom v0.3.4 |
| 689 | 2026-08-05T12:17:17.130Z | Downloaded vergen-gitcl v1.0.8 |
| 690 | 2026-08-05T12:17:17.131Z | Downloaded yoke v0.8.1 |
| 691 | 2026-08-05T12:17:17.131Z | Downloaded salsa20 v0.11.0 |
| 692 | 2026-08-05T12:17:17.138Z | Downloaded endian-type v0.1.2 |
| 693 | 2026-08-05T12:17:17.138Z | Downloaded primeorder v0.14.0 |
| 694 | 2026-08-05T12:17:17.138Z | Downloaded tiny-keccak v2.0.2 |
| 695 | 2026-08-05T12:17:17.138Z | Downloaded tinystr v0.8.2 |
| 696 | 2026-08-05T12:17:17.138Z | Downloaded zstd-safe v7.2.4 |
| 697 | 2026-08-05T12:17:17.138Z | Downloaded instant v0.1.13 |
| 698 | 2026-08-05T12:17:17.146Z | Downloaded indent_write v2.2.0 |
| 699 | 2026-08-05T12:17:17.146Z | Downloaded nibble_vec v0.1.0 |
| 700 | 2026-08-05T12:17:17.146Z | Downloaded time-macros v0.2.27 |
| 701 | 2026-08-05T12:17:17.146Z | Downloaded maplit v1.0.2 |
| 702 | 2026-08-05T12:17:17.146Z | Downloaded match_cfg v0.1.0 |
| 703 | 2026-08-05T12:17:17.146Z | Downloaded multimap v0.10.1 |
| 704 | 2026-08-05T12:17:17.146Z | Downloaded headers v0.4.1 |
| 705 | 2026-08-05T12:17:17.201Z | Downloaded csv-core v0.1.13 |
| 706 | 2026-08-05T12:17:17.201Z | Downloaded ctr v0.10.1 |
| 707 | 2026-08-05T12:17:17.201Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 708 | 2026-08-05T12:17:17.201Z | Downloaded data-encoding v2.10.0 |
| 709 | 2026-08-05T12:17:17.201Z | Downloaded defmt-macros v1.0.1 |
| 710 | 2026-08-05T12:17:17.201Z | Downloaded pem v3.0.6 |
| 711 | 2026-08-05T12:17:17.201Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 712 | 2026-08-05T12:17:17.201Z | Downloaded keccak v0.1.6 |
| 713 | 2026-08-05T12:17:17.201Z | Downloaded writeable v0.6.2 |
| 714 | 2026-08-05T12:17:17.201Z | Downloaded nodrop v0.1.14 |
| 715 | 2026-08-05T12:17:17.201Z | Downloaded libscf-sys v1.2.0 |
| 716 | 2026-08-05T12:17:17.201Z | Downloaded lru v0.12.5 |
| 717 | 2026-08-05T12:17:17.201Z | Downloaded blake2 v0.11.0-rc.6 |
| 718 | 2026-08-05T12:17:17.201Z | Downloaded synstructure v0.13.2 |
| 719 | 2026-08-05T12:17:17.201Z | Downloaded term v0.7.0 |
| 720 | 2026-08-05T12:17:17.201Z | Downloaded normalize-line-endings v0.3.0 |
| 721 | 2026-08-05T12:17:17.201Z | Downloaded num v0.4.3 |
| 722 | 2026-08-05T12:17:17.201Z | Downloaded num_enum_derive v0.5.11 |
| 723 | 2026-08-05T12:17:17.201Z | Downloaded ctutils v0.4.2 |
| 724 | 2026-08-05T12:17:17.201Z | Downloaded proc-macro-crate v1.3.1 |
| 725 | 2026-08-05T12:17:17.201Z | Downloaded chacha20poly1305 v0.10.1 |
| 726 | 2026-08-05T12:17:17.201Z | Downloaded generic-array v1.4.3 |
| 727 | 2026-08-05T12:17:17.201Z | Downloaded serde_with_macros v3.21.0 |
| 728 | 2026-08-05T12:17:17.201Z | Downloaded ron v0.8.1 |
| 729 | 2026-08-05T12:17:17.222Z | Downloaded twox-hash v2.1.2 |
| 730 | 2026-08-05T12:17:17.222Z | Downloaded vergen-lib v0.1.6 |
| 731 | 2026-08-05T12:17:17.223Z | Downloaded progenitor-macro v0.14.0 |
| 732 | 2026-08-05T12:17:17.223Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 733 | 2026-08-05T12:17:17.223Z | Downloaded scopeguard v1.2.0 |
| 734 | 2026-08-05T12:17:17.223Z | Downloaded digest v0.11.3 |
| 735 | 2026-08-05T12:17:17.223Z | Downloaded const_format v0.2.35 |
| 736 | 2026-08-05T12:17:17.223Z | Downloaded ecdsa v0.16.9 |
| 737 | 2026-08-05T12:17:17.223Z | Downloaded half v2.7.1 |
| 738 | 2026-08-05T12:17:17.238Z | Downloaded xshell v0.2.7 |
| 739 | 2026-08-05T12:17:17.238Z | Downloaded heapless v0.8.0 |
| 740 | 2026-08-05T12:17:17.238Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 741 | 2026-08-05T12:17:17.238Z | Downloaded ipnetwork v0.21.1 |
| 742 | 2026-08-05T12:17:17.238Z | Downloaded jobserver v0.1.34 |
| 743 | 2026-08-05T12:17:17.238Z | Downloaded shell-words v1.1.1 |
| 744 | 2026-08-05T12:17:17.238Z | Downloaded futures-util v0.3.32 |
| 745 | 2026-08-05T12:17:17.238Z | Downloaded keccak v0.2.0 |
| 746 | 2026-08-05T12:17:17.248Z | Downloaded multer v3.1.0 |
| 747 | 2026-08-05T12:17:17.248Z | Downloaded serde_bytes v0.11.19 |
| 748 | 2026-08-05T12:17:17.248Z | Downloaded num_enum_derive v0.7.6 |
| 749 | 2026-08-05T12:17:17.248Z | Downloaded arc-swap v1.8.2 |
| 750 | 2026-08-05T12:17:17.248Z | Downloaded heapless v0.7.17 |
| 751 | 2026-08-05T12:17:17.248Z | Downloaded tokio-rustls v0.26.4 |
| 752 | 2026-08-05T12:17:17.248Z | Downloaded num_enum v0.5.11 |
| 753 | 2026-08-05T12:17:17.248Z | Downloaded oxide-update-engine-display v0.1.2 |
| 754 | 2026-08-05T12:17:17.248Z | Downloaded oxnet v0.1.6 |
| 755 | 2026-08-05T12:17:17.248Z | Downloaded mime_guess v2.0.5 |
| 756 | 2026-08-05T12:17:17.248Z | Downloaded signature v2.2.0 |
| 757 | 2026-08-05T12:17:17.248Z | Downloaded slog-bunyan v2.5.0 |
| 758 | 2026-08-05T12:17:17.248Z | Downloaded supports-color v3.0.2 |
| 759 | 2026-08-05T12:17:17.248Z | Downloaded strum v0.26.3 |
| 760 | 2026-08-05T12:17:17.258Z | Downloaded take_mut v0.2.2 |
| 761 | 2026-08-05T12:17:17.258Z | Downloaded strum v0.27.2 |
| 762 | 2026-08-05T12:17:17.258Z | Downloaded async-compression v0.4.41 |
| 763 | 2026-08-05T12:17:17.258Z | Downloaded flume v0.11.1 |
| 764 | 2026-08-05T12:17:17.258Z | Downloaded parse-display-derive v0.10.0 |
| 765 | 2026-08-05T12:17:17.258Z | Downloaded hickory-server v0.25.2 |
| 766 | 2026-08-05T12:17:17.261Z | Downloaded cc v1.2.56 |
| 767 | 2026-08-05T12:17:17.261Z | Downloaded bytes v1.11.1 |
| 768 | 2026-08-05T12:17:17.261Z | Downloaded rustls-platform-verifier v0.6.2 |
| 769 | 2026-08-05T12:17:17.261Z | Downloaded corncobs v0.1.4 |
| 770 | 2026-08-05T12:17:17.261Z | Downloaded pem-rfc7468 v1.0.0 |
| 771 | 2026-08-05T12:17:17.261Z | Downloaded tinyvec_macros v0.1.1 |
| 772 | 2026-08-05T12:17:17.261Z | Downloaded unsafe-libyaml v0.2.11 |
| 773 | 2026-08-05T12:17:17.266Z | Downloaded tower-service v0.3.3 |
| 774 | 2026-08-05T12:17:17.266Z | Downloaded utf8_iter v1.0.4 |
| 775 | 2026-08-05T12:17:17.266Z | Downloaded tower-layer v0.3.3 |
| 776 | 2026-08-05T12:17:17.266Z | Downloaded unit-prefix v0.5.2 |
| 777 | 2026-08-05T12:17:17.266Z | Downloaded pkg-config v0.3.32 |
| 778 | 2026-08-05T12:17:17.266Z | Downloaded tokio-macros v2.7.0 |
| 779 | 2026-08-05T12:17:17.275Z | Downloaded cookie_store v0.22.1 |
| 780 | 2026-08-05T12:17:17.275Z | Downloaded hybrid-array v0.4.13 |
| 781 | 2026-08-05T12:17:17.275Z | Downloaded yoke-derive v0.8.1 |
| 782 | 2026-08-05T12:17:17.275Z | Downloaded aho-corasick v1.1.4 |
| 783 | 2026-08-05T12:17:17.280Z | Downloaded rand_core v0.9.5 |
| 784 | 2026-08-05T12:17:17.280Z | Downloaded progenitor v0.13.0 |
| 785 | 2026-08-05T12:17:17.280Z | Downloaded rand_core v0.10.0 |
| 786 | 2026-08-05T12:17:17.284Z | Downloaded xattr v1.6.1 |
| 787 | 2026-08-05T12:17:17.284Z | Downloaded wait-timeout v0.2.1 |
| 788 | 2026-08-05T12:17:17.284Z | Downloaded waitgroup v0.1.2 |
| 789 | 2026-08-05T12:17:17.292Z | Downloaded flate2 v1.1.9 |
| 790 | 2026-08-05T12:17:17.292Z | Downloaded icu_collections v2.1.1 |
| 791 | 2026-08-05T12:17:17.309Z | Downloaded diff v0.1.13 |
| 792 | 2026-08-05T12:17:17.309Z | Downloaded ml-kem v0.3.2 |
| 793 | 2026-08-05T12:17:17.320Z | Downloaded rustc_version v0.4.1 |
| 794 | 2026-08-05T12:17:17.320Z | Downloaded rustls-pemfile v2.2.0 |
| 795 | 2026-08-05T12:17:17.320Z | Downloaded futures v0.3.32 |
| 796 | 2026-08-05T12:17:17.320Z | Downloaded zone_cfg_derive v0.3.1 |
| 797 | 2026-08-05T12:17:17.320Z | Downloaded defmt v0.3.100 |
| 798 | 2026-08-05T12:17:17.320Z | Downloaded shlex v1.3.0 |
| 799 | 2026-08-05T12:17:17.320Z | Downloaded display-error-chain v0.2.2 |
| 800 | 2026-08-05T12:17:17.320Z | Downloaded derive_builder_macro v0.20.2 |
| 801 | 2026-08-05T12:17:17.321Z | Downloaded downcast-rs v2.0.2 |
| 802 | 2026-08-05T12:17:17.321Z | Downloaded serde_path_to_error v0.1.20 |
| 803 | 2026-08-05T12:17:17.321Z | Downloaded slog-async v2.8.0 |
| 804 | 2026-08-05T12:17:17.321Z | Downloaded smf v0.2.3 |
| 805 | 2026-08-05T12:17:17.321Z | Downloaded sqlformat v0.3.5 |
| 806 | 2026-08-05T12:17:17.330Z | Downloaded thiserror-no-std v2.0.2 |
| 807 | 2026-08-05T12:17:17.330Z | Downloaded pbkdf2 v0.13.0 |
| 808 | 2026-08-05T12:17:17.330Z | Downloaded expectorate v1.2.0 |
| 809 | 2026-08-05T12:17:17.330Z | Downloaded litemap v0.8.1 |
| 810 | 2026-08-05T12:17:17.330Z | Downloaded unicode-properties v0.1.4 |
| 811 | 2026-08-05T12:17:17.331Z | Downloaded string_cache v0.8.9 |
| 812 | 2026-08-05T12:17:17.331Z | Downloaded termios v0.3.3 |
| 813 | 2026-08-05T12:17:17.331Z | Downloaded inout v0.2.2 |
| 814 | 2026-08-05T12:17:17.331Z | Downloaded elliptic-curve v0.14.1 |
| 815 | 2026-08-05T12:17:17.338Z | Downloaded hashbrown v0.13.2 |
| 816 | 2026-08-05T12:17:17.338Z | Downloaded hickory-resolver v0.24.4 |
| 817 | 2026-08-05T12:17:17.338Z | Downloaded poly1305 v0.9.0 |
| 818 | 2026-08-05T12:17:17.338Z | Downloaded polyval v0.7.1 |
| 819 | 2026-08-05T12:17:17.338Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 820 | 2026-08-05T12:17:17.338Z | Downloaded linked-hash-map v0.5.6 |
| 821 | 2026-08-05T12:17:17.348Z | Downloaded samael v0.0.19 |
| 822 | 2026-08-05T12:17:17.348Z | Downloaded indexmap v1.9.3 |
| 823 | 2026-08-05T12:17:17.348Z | Downloaded mime v0.3.17 |
| 824 | 2026-08-05T12:17:17.353Z | Downloaded hickory-resolver v0.25.2 |
| 825 | 2026-08-05T12:17:17.353Z | Downloaded walkdir v2.5.0 |
| 826 | 2026-08-05T12:17:17.353Z | Downloaded lru-slab v0.1.2 |
| 827 | 2026-08-05T12:17:17.353Z | Downloaded derive-where v1.6.0 |
| 828 | 2026-08-05T12:17:17.353Z | Downloaded lzss v0.8.2 |
| 829 | 2026-08-05T12:17:17.353Z | Downloaded new_debug_unreachable v1.0.6 |
| 830 | 2026-08-05T12:17:17.353Z | Downloaded crossbeam-deque v0.8.6 |
| 831 | 2026-08-05T12:17:17.354Z | Downloaded derive_builder v0.20.2 |
| 832 | 2026-08-05T12:17:17.364Z | Downloaded zerovec-derive v0.11.2 |
| 833 | 2026-08-05T12:17:17.365Z | Downloaded darling v0.13.4 |
| 834 | 2026-08-05T12:17:17.365Z | Downloaded num-derive v0.4.2 |
| 835 | 2026-08-05T12:17:17.365Z | Downloaded path-slash v0.1.5 |
| 836 | 2026-08-05T12:17:17.365Z | Downloaded zstd v0.13.3 |
| 837 | 2026-08-05T12:17:17.379Z | Downloaded icu_provider v2.1.1 |
| 838 | 2026-08-05T12:17:17.379Z | Downloaded derive_builder_core v0.20.2 |
| 839 | 2026-08-05T12:17:17.379Z | Downloaded openssl-probe v0.2.1 |
| 840 | 2026-08-05T12:17:17.379Z | Downloaded num-conv v0.2.0 |
| 841 | 2026-08-05T12:17:17.395Z | Downloaded recursive v0.1.1 |
| 842 | 2026-08-05T12:17:17.395Z | Downloaded proc-macro-crate v3.4.0 |
| 843 | 2026-08-05T12:17:17.395Z | Downloaded percent-encoding v2.3.2 |
| 844 | 2026-08-05T12:17:17.395Z | Downloaded russh-util v0.52.0 |
| 845 | 2026-08-05T12:17:17.395Z | Downloaded same-file v1.0.6 |
| 846 | 2026-08-05T12:17:17.395Z | Downloaded num-traits v0.2.19 |
| 847 | 2026-08-05T12:17:17.395Z | Downloaded bumpalo v3.20.2 |
| 848 | 2026-08-05T12:17:17.395Z | Downloaded ena v0.14.4 |
| 849 | 2026-08-05T12:17:17.395Z | Downloaded enum-as-inner v0.6.1 |
| 850 | 2026-08-05T12:17:17.395Z | Downloaded oxide-update-engine-types v0.1.2 |
| 851 | 2026-08-05T12:17:17.395Z | Downloaded spin v0.9.8 |
| 852 | 2026-08-05T12:17:17.395Z | Downloaded enum_dispatch v0.3.13 |
| 853 | 2026-08-05T12:17:17.406Z | Downloaded rand_chacha v0.3.1 |
| 854 | 2026-08-05T12:17:17.406Z | Downloaded sec1 v0.7.3 |
| 855 | 2026-08-05T12:17:17.406Z | Downloaded russh-cryptovec v0.62.0 |
| 856 | 2026-08-05T12:17:17.406Z | Downloaded ingot v0.2.1 |
| 857 | 2026-08-05T12:17:17.419Z | Downloaded ed25519 v2.2.3 |
| 858 | 2026-08-05T12:17:17.419Z | Downloaded ipnet v2.11.0 |
| 859 | 2026-08-05T12:17:17.419Z | Downloaded zerotrie v0.2.3 |
| 860 | 2026-08-05T12:17:17.419Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 861 | 2026-08-05T12:17:17.419Z | Downloaded rustls-webpki v0.103.13 |
| 862 | 2026-08-05T12:17:17.423Z | Downloaded vergen v9.1.0 |
| 863 | 2026-08-05T12:17:17.424Z | Downloaded libsw-core v0.3.2 |
| 864 | 2026-08-05T12:17:17.424Z | Downloaded strip-ansi-escapes v0.2.1 |
| 865 | 2026-08-05T12:17:17.424Z | Downloaded tap v1.0.1 |
| 866 | 2026-08-05T12:17:17.424Z | Downloaded libefi-sys v0.1.0 |
| 867 | 2026-08-05T12:17:17.424Z | Downloaded unicode-truncate v1.1.0 |
| 868 | 2026-08-05T12:17:17.424Z | Downloaded snafu v0.8.9 |
| 869 | 2026-08-05T12:17:17.424Z | Downloaded pin-project v1.1.11 |
| 870 | 2026-08-05T12:17:17.432Z | Downloaded time-core v0.1.8 |
| 871 | 2026-08-05T12:17:17.442Z | Downloaded module-lattice v0.2.3 |
| 872 | 2026-08-05T12:17:17.442Z | Downloaded typify-macro v0.6.2 |
| 873 | 2026-08-05T12:17:17.442Z | Downloaded universal-hash v0.5.1 |
| 874 | 2026-08-05T12:17:17.442Z | Downloaded xshell-macros v0.2.7 |
| 875 | 2026-08-05T12:17:17.442Z | Downloaded crc-catalog v2.4.0 |
| 876 | 2026-08-05T12:17:17.442Z | Downloaded schemars v0.8.22 |
| 877 | 2026-08-05T12:17:17.446Z | Downloaded cstr-argument v0.1.2 |
| 878 | 2026-08-05T12:17:17.446Z | Downloaded debug-ignore v1.0.5 |
| 879 | 2026-08-05T12:17:17.446Z | Downloaded rand v0.9.2 |
| 880 | 2026-08-05T12:17:17.446Z | Downloaded native-tls v0.2.18 |
| 881 | 2026-08-05T12:17:17.453Z | Downloaded icu_normalizer v2.1.1 |
| 882 | 2026-08-05T12:17:17.467Z | Downloaded psm v0.1.30 |
| 883 | 2026-08-05T12:17:17.475Z | Downloaded sec1 v0.8.1 |
| 884 | 2026-08-05T12:17:17.475Z | Downloaded postgres-protocol v0.6.10 |
| 885 | 2026-08-05T12:17:17.475Z | Downloaded illumos-nvpair v0.3.0 |
| 886 | 2026-08-05T12:17:17.475Z | Downloaded darling_macro v0.23.0 |
| 887 | 2026-08-05T12:17:17.475Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 888 | 2026-08-05T12:17:17.475Z | Downloaded scrypt v0.12.0 |
| 889 | 2026-08-05T12:17:17.475Z | Downloaded hashbrown v0.12.3 |
| 890 | 2026-08-05T12:17:17.475Z | Downloaded http v1.4.2 |
| 891 | 2026-08-05T12:17:17.484Z | Downloaded hyper-util v0.1.20 |
| 892 | 2026-08-05T12:17:17.484Z | Downloaded typed-path v0.9.3 |
| 893 | 2026-08-05T12:17:17.484Z | Downloaded ed25519-dalek v2.2.0 |
| 894 | 2026-08-05T12:17:17.485Z | Downloaded spki v0.8.0 |
| 895 | 2026-08-05T12:17:17.491Z | Downloaded internet-checksum v0.2.1 |
| 896 | 2026-08-05T12:17:17.491Z | Downloaded memoffset v0.9.1 |
| 897 | 2026-08-05T12:17:17.491Z | Downloaded tinyvec v1.10.0 |
| 898 | 2026-08-05T12:17:17.500Z | Downloaded jiff-static v0.2.34 |
| 899 | 2026-08-05T12:17:17.500Z | Downloaded zerocopy-derive v0.8.40 |
| 900 | 2026-08-05T12:17:17.510Z | Downloaded aes-gcm v0.11.0 |
| 901 | 2026-08-05T12:17:17.510Z | Downloaded slog-scope v4.4.1 |
| 902 | 2026-08-05T12:17:17.510Z | Downloaded strum_macros v0.27.2 |
| 903 | 2026-08-05T12:17:17.522Z | Downloaded tls_codec v0.4.2 |
| 904 | 2026-08-05T12:17:17.522Z | Downloaded vergen-git2 v9.1.0 |
| 905 | 2026-08-05T12:17:17.522Z | Downloaded kem v0.3.0 |
| 906 | 2026-08-05T12:17:17.522Z | Downloaded openssl-macros v0.1.1 |
| 907 | 2026-08-05T12:17:17.522Z | Downloaded rtoolbox v0.0.3 |
| 908 | 2026-08-05T12:17:17.522Z | Downloaded secrecy v0.8.0 |
| 909 | 2026-08-05T12:17:17.523Z | Downloaded ryu v1.0.23 |
| 910 | 2026-08-05T12:17:17.531Z | Downloaded defmt v1.0.1 |
| 911 | 2026-08-05T12:17:17.531Z | Downloaded zerocopy v0.6.6 |
| 912 | 2026-08-05T12:17:17.531Z | Downloaded zopfli v0.8.3 |
| 913 | 2026-08-05T12:17:17.531Z | Downloaded darling_core v0.13.4 |
| 914 | 2026-08-05T12:17:17.535Z | Downloaded oxide-tokio-rt v0.1.4 |
| 915 | 2026-08-05T12:17:17.535Z | Downloaded usdt-impl v0.6.0 |
| 916 | 2026-08-05T12:17:17.537Z | Downloaded scroll_derive v0.13.1 |
| 917 | 2026-08-05T12:17:17.537Z | Downloaded serde_urlencoded v0.7.1 |
| 918 | 2026-08-05T12:17:17.542Z | Downloaded precomputed-hash v0.1.1 |
| 919 | 2026-08-05T12:17:17.542Z | Downloaded progenitor-macro v0.13.0 |
| 920 | 2026-08-05T12:17:17.542Z | Downloaded signal-hook-mio v0.2.5 |
| 921 | 2026-08-05T12:17:17.542Z | Downloaded ref-cast v1.0.25 |
| 922 | 2026-08-05T12:17:17.542Z | Downloaded scheduled-thread-pool v0.2.7 |
| 923 | 2026-08-05T12:17:17.542Z | Downloaded sponge-cursor v0.1.0 |
| 924 | 2026-08-05T12:17:17.545Z | Downloaded derive_more v0.99.20 |
| 925 | 2026-08-05T12:17:17.545Z | Downloaded whoami v2.1.0 |
| 926 | 2026-08-05T12:17:17.545Z | Downloaded rand v0.10.1 |
| 927 | 2026-08-05T12:17:17.555Z | Downloaded postgres-types v0.2.12 |
| 928 | 2026-08-05T12:17:17.559Z | Downloaded whoami v1.6.1 |
| 929 | 2026-08-05T12:17:17.563Z | Downloaded libsw v3.5.0 |
| 930 | 2026-08-05T12:17:17.568Z | Downloaded lru-cache v0.1.2 |
| 931 | 2026-08-05T12:17:17.568Z | Downloaded nanorand v0.7.0 |
| 932 | 2026-08-05T12:17:17.568Z | Downloaded qorb v0.4.1 |
| 933 | 2026-08-05T12:17:17.577Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 934 | 2026-08-05T12:17:17.636Z | Downloaded either v1.15.0 |
| 935 | 2026-08-05T12:17:17.636Z | Downloaded num-integer v0.1.46 |
| 936 | 2026-08-05T12:17:17.636Z | Downloaded topological-sort v0.2.2 |
| 937 | 2026-08-05T12:17:17.654Z | Downloaded parking_lot_core v0.8.6 |
| 938 | 2026-08-05T12:17:17.654Z | Downloaded pin-project-lite v0.2.17 |
| 939 | 2026-08-05T12:17:17.654Z | Downloaded rand v0.8.6 |
| 940 | 2026-08-05T12:17:17.654Z | Downloaded olpc-cjson v0.1.4 |
| 941 | 2026-08-05T12:17:17.655Z | Downloaded tls_codec_derive v0.4.2 |
| 942 | 2026-08-05T12:17:17.655Z | Downloaded darling_core v0.20.11 |
| 943 | 2026-08-05T12:17:17.655Z | Downloaded ident_case v1.0.1 |
| 944 | 2026-08-05T12:17:17.655Z | Downloaded crc8 v0.1.1 |
| 945 | 2026-08-05T12:17:17.655Z | Downloaded dirs-sys-next v0.1.2 |
| 946 | 2026-08-05T12:17:17.655Z | Downloaded paste v1.0.15 |
| 947 | 2026-08-05T12:17:17.655Z | Downloaded inout v0.1.4 |
| 948 | 2026-08-05T12:17:17.655Z | Downloaded hashbrown v0.16.1 |
| 949 | 2026-08-05T12:17:17.655Z | Downloaded progenitor-impl v0.14.0 |
| 950 | 2026-08-05T12:17:17.655Z | Downloaded phf v0.12.1 |
| 951 | 2026-08-05T12:17:17.655Z | Downloaded rand_chacha v0.9.0 |
| 952 | 2026-08-05T12:17:17.655Z | Downloaded rfc6979 v0.4.0 |
| 953 | 2026-08-05T12:17:17.655Z | Downloaded darling_macro v0.20.11 |
| 954 | 2026-08-05T12:17:17.655Z | Downloaded darling_macro v0.21.3 |
| 955 | 2026-08-05T12:17:17.655Z | Downloaded signal-hook v0.3.18 |
| 956 | 2026-08-05T12:17:17.655Z | Downloaded dropshot_endpoint v0.17.1 |
| 957 | 2026-08-05T12:17:17.655Z | Downloaded embedded-io v0.4.0 |
| 958 | 2026-08-05T12:17:17.655Z | Downloaded slog-dtrace v0.3.0 |
| 959 | 2026-08-05T12:17:17.655Z | Downloaded ecdsa v0.17.0 |
| 960 | 2026-08-05T12:17:17.655Z | Downloaded md-5 v0.10.6 |
| 961 | 2026-08-05T12:17:17.655Z | Downloaded newtype-uuid-macros v0.1.0 |
| 962 | 2026-08-05T12:17:17.671Z | Downloaded publicsuffix v2.3.0 |
| 963 | 2026-08-05T12:17:17.671Z | Downloaded serde_yaml v0.9.34+deprecated |
| 964 | 2026-08-05T12:17:17.671Z | Downloaded parse-display v0.10.0 |
| 965 | 2026-08-05T12:17:17.671Z | Downloaded password-hash v0.6.1 |
| 966 | 2026-08-05T12:17:17.671Z | Downloaded ingot-macros v0.2.0 |
| 967 | 2026-08-05T12:17:17.671Z | Downloaded powerfmt v0.2.0 |
| 968 | 2026-08-05T12:17:17.671Z | Downloaded strum_macros v0.24.3 |
| 969 | 2026-08-05T12:17:17.671Z | Downloaded serde_spanned v1.1.1 |
| 970 | 2026-08-05T12:17:17.671Z | Downloaded psl-types v2.0.11 |
| 971 | 2026-08-05T12:17:17.671Z | Downloaded tracing-attributes v0.1.31 |
| 972 | 2026-08-05T12:17:17.681Z | Downloaded pkcs1 v0.7.5 |
| 973 | 2026-08-05T12:17:17.682Z | Downloaded sync_wrapper v1.0.2 |
| 974 | 2026-08-05T12:17:17.682Z | Downloaded subprocess v0.2.15 |
| 975 | 2026-08-05T12:17:17.682Z | Downloaded tungstenite v0.21.0 |
| 976 | 2026-08-05T12:17:17.682Z | Downloaded radium v0.7.0 |
| 977 | 2026-08-05T12:17:17.682Z | Downloaded zeroize v1.9.0 |
| 978 | 2026-08-05T12:17:17.692Z | Downloaded ref-cast-impl v1.0.25 |
| 979 | 2026-08-05T12:17:17.692Z | Downloaded crossbeam-epoch v0.9.18 |
| 980 | 2026-08-05T12:17:17.692Z | Downloaded dirs-next v2.0.0 |
| 981 | 2026-08-05T12:17:17.701Z | Downloaded displaydoc v0.2.5 |
| 982 | 2026-08-05T12:17:17.701Z | Downloaded hashbrown v0.15.5 |
| 983 | 2026-08-05T12:17:17.701Z | Downloaded der v0.7.10 |
| 984 | 2026-08-05T12:17:17.701Z | Downloaded pretty_assertions v1.4.1 |
| 985 | 2026-08-05T12:17:17.701Z | Downloaded p256 v0.14.0 |
| 986 | 2026-08-05T12:17:17.711Z | Downloaded p384 v0.14.0 |
| 987 | 2026-08-05T12:17:17.711Z | Downloaded rustls-pki-types v1.14.0 |
| 988 | 2026-08-05T12:17:17.711Z | Downloaded scuffle v0.1.0 |
| 989 | 2026-08-05T12:17:17.711Z | Downloaded sha2 v0.11.0 |
| 990 | 2026-08-05T12:17:17.720Z | Downloaded smallvec v1.15.1 |
| 991 | 2026-08-05T12:17:17.720Z | Downloaded spki v0.7.3 |
| 992 | 2026-08-05T12:17:17.720Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 993 | 2026-08-05T12:17:17.720Z | Downloaded dyn-clone v1.0.20 |
| 994 | 2026-08-05T12:17:17.725Z | Downloaded untrusted v0.7.1 |
| 995 | 2026-08-05T12:17:17.725Z | Downloaded tower v0.5.3 |
| 996 | 2026-08-05T12:17:17.725Z | Downloaded zeroize_derive v1.5.0 |
| 997 | 2026-08-05T12:17:17.729Z | Downloaded url v2.5.8 |
| 998 | 2026-08-05T12:17:17.734Z | Downloaded drift v0.2.0 |
| 999 | 2026-08-05T12:17:17.744Z | Downloaded dof v0.4.0 |
| 1000 | 2026-08-05T12:17:17.749Z | Downloaded primefield v0.14.0 |
| 1001 | 2026-08-05T12:17:17.749Z | Downloaded yasna v0.5.2 |
| 1002 | 2026-08-05T12:17:17.753Z | Downloaded lazy_static v1.5.0 |
| 1003 | 2026-08-05T12:17:17.762Z | Downloaded der v0.8.0 |
| 1004 | 2026-08-05T12:17:17.768Z | Downloaded crc32fast v1.5.0 |
| 1005 | 2026-08-05T12:17:17.768Z | Downloaded darling v0.20.11 |
| 1006 | 2026-08-05T12:17:17.773Z | Downloaded idna_adapter v1.2.1 |
| 1007 | 2026-08-05T12:17:17.773Z | Downloaded sapling-renderdag v0.1.0 |
| 1008 | 2026-08-05T12:17:17.773Z | Downloaded newline-converter v0.3.0 |
| 1009 | 2026-08-05T12:17:17.773Z | Downloaded nonempty v0.12.0 |
| 1010 | 2026-08-05T12:17:17.773Z | Downloaded testing_table v0.3.0 |
| 1011 | 2026-08-05T12:17:17.779Z | Downloaded quick-error v1.2.3 |
| 1012 | 2026-08-05T12:17:17.779Z | Downloaded signal-hook-registry v1.4.8 |
| 1013 | 2026-08-05T12:17:17.779Z | Downloaded slab v0.4.12 |
| 1014 | 2026-08-05T12:17:17.783Z | Downloaded darling_core v0.21.3 |
| 1015 | 2026-08-05T12:17:17.787Z | Downloaded test-strategy v0.4.5 |
| 1016 | 2026-08-05T12:17:17.848Z | Downloaded kstat-rs v0.2.5 |
| 1017 | 2026-08-05T12:17:17.848Z | Downloaded ssh-encoding v0.3.0 |
| 1018 | 2026-08-05T12:17:17.848Z | Downloaded tokio-native-tls v0.3.1 |
| 1019 | 2026-08-05T12:17:17.848Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1020 | 2026-08-05T12:17:17.848Z | Downloaded uzers v0.12.2 |
| 1021 | 2026-08-05T12:17:17.848Z | Downloaded h2 v0.4.15 |
| 1022 | 2026-08-05T12:17:17.848Z | Downloaded hyper v1.10.1 |
| 1023 | 2026-08-05T12:17:17.848Z | Downloaded regex v1.12.3 |
| 1024 | 2026-08-05T12:17:17.848Z | Downloaded unicode-normalization v0.1.25 |
| 1025 | 2026-08-05T12:17:17.849Z | Downloaded rustc_version v0.1.7 |
| 1026 | 2026-08-05T12:17:17.849Z | Downloaded subtle v2.6.1 |
| 1027 | 2026-08-05T12:17:17.849Z | Downloaded litrs v1.0.0 |
| 1028 | 2026-08-05T12:17:17.849Z | Downloaded icu_normalizer_data v2.1.1 |
| 1029 | 2026-08-05T12:17:17.849Z | Downloaded typify v0.6.2 |
| 1030 | 2026-08-05T12:17:17.849Z | Downloaded ed25519 v3.0.0 |
| 1031 | 2026-08-05T12:17:17.849Z | Downloaded ingot-types v0.2.0 |
| 1032 | 2026-08-05T12:17:17.849Z | Downloaded defmt-parser v1.0.0 |
| 1033 | 2026-08-05T12:17:17.849Z | Downloaded icu_locale_core v2.1.1 |
| 1034 | 2026-08-05T12:17:17.849Z | Downloaded tungstenite v0.23.0 |
| 1035 | 2026-08-05T12:17:17.865Z | Downloaded tar v0.4.46 |
| 1036 | 2026-08-05T12:17:17.865Z | Downloaded vte v0.14.1 |
| 1037 | 2026-08-05T12:17:17.865Z | Downloaded slog-term v2.9.2 |
| 1038 | 2026-08-05T12:17:17.865Z | Downloaded md5 v0.8.0 |
| 1039 | 2026-08-05T12:17:17.865Z | Downloaded wnaf v0.14.0 |
| 1040 | 2026-08-05T12:17:17.865Z | Downloaded hkdf v0.12.4 |
| 1041 | 2026-08-05T12:17:17.865Z | Downloaded hkdf v0.13.0 |
| 1042 | 2026-08-05T12:17:17.865Z | Downloaded salty v0.3.0 |
| 1043 | 2026-08-05T12:17:17.865Z | Downloaded yansi v1.0.1 |
| 1044 | 2026-08-05T12:17:17.865Z | Downloaded itertools v0.13.0 |
| 1045 | 2026-08-05T12:17:17.865Z | Downloaded serdect v0.4.3 |
| 1046 | 2026-08-05T12:17:17.865Z | Downloaded crossbeam-channel v0.5.15 |
| 1047 | 2026-08-05T12:17:17.876Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1048 | 2026-08-05T12:17:17.876Z | Downloaded linear-map v1.2.0 |
| 1049 | 2026-08-05T12:17:17.876Z | Downloaded lock_api v0.4.14 |
| 1050 | 2026-08-05T12:17:17.876Z | Downloaded serde_with v1.14.0 |
| 1051 | 2026-08-05T12:17:17.876Z | Downloaded owo-colors v4.3.0 |
| 1052 | 2026-08-05T12:17:17.876Z | Downloaded document-features v0.2.12 |
| 1053 | 2026-08-05T12:17:17.876Z | Downloaded prettyplease v0.2.37 |
| 1054 | 2026-08-05T12:17:17.876Z | Downloaded stacker v0.1.23 |
| 1055 | 2026-08-05T12:17:17.876Z | Downloaded des v0.9.0 |
| 1056 | 2026-08-05T12:17:17.883Z | Downloaded progenitor-impl v0.13.0 |
| 1057 | 2026-08-05T12:17:17.883Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1058 | 2026-08-05T12:17:17.883Z | Downloaded cookie v0.18.1 |
| 1059 | 2026-08-05T12:17:17.883Z | Downloaded term v1.2.1 |
| 1060 | 2026-08-05T12:17:17.883Z | Downloaded derive-ex v0.1.8 |
| 1061 | 2026-08-05T12:17:17.883Z | Downloaded p384 v0.13.1 |
| 1062 | 2026-08-05T12:17:17.892Z | Downloaded predicates-tree v1.0.13 |
| 1063 | 2026-08-05T12:17:17.892Z | Downloaded portable-atomic v1.13.1 |
| 1064 | 2026-08-05T12:17:17.892Z | Downloaded pkcs5 v0.8.1 |
| 1065 | 2026-08-05T12:17:17.905Z | Downloaded rfc6979 v0.6.0 |
| 1066 | 2026-08-05T12:17:17.905Z | Downloaded serde_with_macros v1.5.2 |
| 1067 | 2026-08-05T12:17:17.905Z | Downloaded want v0.3.1 |
| 1068 | 2026-08-05T12:17:17.905Z | Downloaded aws-lc-rs v1.16.3 |
| 1069 | 2026-08-05T12:17:17.905Z | Downloaded strsim v0.10.0 |
| 1070 | 2026-08-05T12:17:17.905Z | Downloaded untrusted v0.9.0 |
| 1071 | 2026-08-05T12:17:17.905Z | Downloaded is_ci v1.2.0 |
| 1072 | 2026-08-05T12:17:17.921Z | Downloaded libloading v0.8.9 |
| 1073 | 2026-08-05T12:17:17.921Z | Downloaded tokio-stream v0.1.18 |
| 1074 | 2026-08-05T12:17:17.921Z | Downloaded unicode-segmentation v1.12.0 |
| 1075 | 2026-08-05T12:17:17.921Z | Downloaded papergrid v0.17.0 |
| 1076 | 2026-08-05T12:17:17.930Z | Downloaded parking_lot v0.11.2 |
| 1077 | 2026-08-05T12:17:17.930Z | Downloaded postcard v1.1.3 |
| 1078 | 2026-08-05T12:17:17.930Z | Downloaded darling v0.23.0 |
| 1079 | 2026-08-05T12:17:17.930Z | Downloaded unicase v2.9.0 |
| 1080 | 2026-08-05T12:17:17.930Z | Downloaded num-rational v0.4.2 |
| 1081 | 2026-08-05T12:17:17.931Z | Downloaded tagptr v0.2.0 |
| 1082 | 2026-08-05T12:17:17.931Z | Downloaded vsss-rs v3.3.4 |
| 1083 | 2026-08-05T12:17:17.931Z | Downloaded rusty-fork v0.3.1 |
| 1084 | 2026-08-05T12:17:17.931Z | Downloaded uuid v1.23.4 |
| 1085 | 2026-08-05T12:17:17.935Z | Downloaded phf_shared v0.11.3 |
| 1086 | 2026-08-05T12:17:17.935Z | Downloaded try-lock v0.2.5 |
| 1087 | 2026-08-05T12:17:17.935Z | Downloaded indicatif v0.18.4 |
| 1088 | 2026-08-05T12:17:17.946Z | Downloaded toml v0.7.8 |
| 1089 | 2026-08-05T12:17:17.946Z | Downloaded serde_plain v1.0.2 |
| 1090 | 2026-08-05T12:17:17.953Z | Downloaded quick-xml v0.37.5 |
| 1091 | 2026-08-05T12:17:17.953Z | Downloaded crc-any v2.5.0 |
| 1092 | 2026-08-05T12:17:17.954Z | Downloaded iri-string v0.7.10 |
| 1093 | 2026-08-05T12:17:17.954Z | Downloaded crossbeam-utils v0.8.21 |
| 1094 | 2026-08-05T12:17:17.954Z | Downloaded rustyline v14.0.0 |
| 1095 | 2026-08-05T12:17:17.963Z | Downloaded crunchy v0.2.4 |
| 1096 | 2026-08-05T12:17:17.964Z | Downloaded pin-project-internal v1.1.11 |
| 1097 | 2026-08-05T12:17:17.964Z | Downloaded indoc v1.0.9 |
| 1098 | 2026-08-05T12:17:17.969Z | Downloaded slog-stdlog v4.1.1 |
| 1099 | 2026-08-05T12:17:17.969Z | Downloaded schemars_derive v0.8.22 |
| 1100 | 2026-08-05T12:17:17.969Z | Downloaded serde-hex v0.1.0 |
| 1101 | 2026-08-05T12:17:17.969Z | Downloaded maybe-uninit v2.0.0 |
| 1102 | 2026-08-05T12:17:17.969Z | Downloaded potential_utf v0.1.4 |
| 1103 | 2026-08-05T12:17:17.974Z | Downloaded unicode-xid v0.2.6 |
| 1104 | 2026-08-05T12:17:17.974Z | Downloaded thread_local v1.1.9 |
| 1105 | 2026-08-05T12:17:17.974Z | Downloaded critical-section v1.2.0 |
| 1106 | 2026-08-05T12:17:17.974Z | Downloaded miniz_oxide v0.8.9 |
| 1107 | 2026-08-05T12:17:17.974Z | Downloaded structmeta v0.3.0 |
| 1108 | 2026-08-05T12:17:17.979Z | Downloaded blake3 v1.8.5 |
| 1109 | 2026-08-05T12:17:17.986Z | Downloaded tower-http v0.6.8 |
| 1110 | 2026-08-05T12:17:17.994Z | Downloaded tokio-util v0.7.18 |
| 1111 | 2026-08-05T12:17:17.994Z | Downloaded memmap2 v0.9.10 |
| 1112 | 2026-08-05T12:17:18.002Z | Downloaded is-terminal v0.4.17 |
| 1113 | 2026-08-05T12:17:18.002Z | Downloaded daft v0.1.7 |
| 1114 | 2026-08-05T12:17:18.002Z | Downloaded instability v0.3.11 |
| 1115 | 2026-08-05T12:17:18.002Z | Downloaded der_derive v0.7.3 |
| 1116 | 2026-08-05T12:17:18.002Z | Downloaded deranged v0.5.8 |
| 1117 | 2026-08-05T12:17:18.002Z | Downloaded dunce v1.0.5 |
| 1118 | 2026-08-05T12:17:18.007Z | Downloaded prefix-trie v0.7.0 |
| 1119 | 2026-08-05T12:17:18.007Z | Downloaded peg-macros v0.8.5 |
| 1120 | 2026-08-05T12:17:18.007Z | Downloaded primeorder v0.13.6 |
| 1121 | 2026-08-05T12:17:18.007Z | Downloaded phf v0.13.1 |
| 1122 | 2026-08-05T12:17:18.007Z | Downloaded static_assertions v1.1.0 |
| 1123 | 2026-08-05T12:17:18.011Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1124 | 2026-08-05T12:17:18.011Z | Downloaded rand_core v0.6.4 |
| 1125 | 2026-08-05T12:17:18.011Z | Downloaded sha1 v0.10.6 |
| 1126 | 2026-08-05T12:17:18.021Z | Downloaded rustversion v1.0.22 |
| 1127 | 2026-08-05T12:17:18.025Z | Downloaded sqlparser_derive v0.5.0 |
| 1128 | 2026-08-05T12:17:18.025Z | Downloaded sync-ptr v0.1.4 |
| 1129 | 2026-08-05T12:17:18.025Z | Downloaded usdt-attr-macro v0.6.0 |
| 1130 | 2026-08-05T12:17:18.025Z | Downloaded digest-io v0.1.0 |
| 1131 | 2026-08-05T12:17:18.025Z | Downloaded tabled_derive v0.11.0 |
| 1132 | 2026-08-05T12:17:18.025Z | Downloaded tui-tree-widget v0.23.1 |
| 1133 | 2026-08-05T12:17:18.025Z | Downloaded diesel-dtrace v0.5.0 |
| 1134 | 2026-08-05T12:17:18.025Z | Downloaded sha3 v0.12.0 |
| 1135 | 2026-08-05T12:17:18.030Z | Downloaded signal-hook-tokio v0.3.1 |
| 1136 | 2026-08-05T12:17:18.030Z | Downloaded newtype_derive v0.1.6 |
| 1137 | 2026-08-05T12:17:18.033Z | Downloaded nom v7.1.3 |
| 1138 | 2026-08-05T12:17:18.036Z | Downloaded num-bigint-dig v0.8.6 |
| 1139 | 2026-08-05T12:17:18.043Z | Downloaded git2 v0.20.4 |
| 1140 | 2026-08-05T12:17:18.052Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 1141 | 2026-08-05T12:17:18.052Z | Downloaded managed v0.8.0 |
| 1142 | 2026-08-05T12:17:18.062Z | Downloaded diesel_derives v2.3.7 |
| 1143 | 2026-08-05T12:17:18.062Z | Downloaded usdt v0.6.0 |
| 1144 | 2026-08-05T12:17:18.062Z | Downloaded embedded-io v0.6.1 |
| 1145 | 2026-08-05T12:17:18.062Z | Downloaded serde_repr v0.1.20 |
| 1146 | 2026-08-05T12:17:18.062Z | Downloaded serde_derive_internals v0.29.1 |
| 1147 | 2026-08-05T12:17:18.067Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1148 | 2026-08-05T12:17:18.067Z | Downloaded siphasher v1.0.2 |
| 1149 | 2026-08-05T12:17:18.067Z | Downloaded pem-rfc7468 v0.7.0 |
| 1150 | 2026-08-05T12:17:18.067Z | Downloaded darling_core v0.23.0 |
| 1151 | 2026-08-05T12:17:18.070Z | Downloaded dtrace-parser v0.3.0 |
| 1152 | 2026-08-05T12:17:18.070Z | Downloaded unicode-bidi v0.3.18 |
| 1153 | 2026-08-05T12:17:18.070Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1154 | 2026-08-05T12:17:18.075Z | Downloaded delegate v0.13.5 |
| 1155 | 2026-08-05T12:17:18.075Z | Downloaded unarray v0.1.4 |
| 1156 | 2026-08-05T12:17:18.076Z | Downloaded slog-envlogger v2.2.0 |
| 1157 | 2026-08-05T12:17:18.076Z | Downloaded rand_pcg v0.10.2 |
| 1158 | 2026-08-05T12:17:18.083Z | Downloaded itertools v0.12.1 |
| 1159 | 2026-08-05T12:17:18.083Z | Downloaded schemars v0.9.0 |
| 1160 | 2026-08-05T12:17:18.088Z | Downloaded toml_edit v0.19.15 |
| 1161 | 2026-08-05T12:17:18.094Z | Downloaded oso v0.27.3 |
| 1162 | 2026-08-05T12:17:18.100Z | Downloaded parking_lot v0.12.5 |
| 1163 | 2026-08-05T12:17:18.103Z | Downloaded progenitor v0.14.0 |
| 1164 | 2026-08-05T12:17:18.103Z | Downloaded lalrpop-util v0.19.12 |
| 1165 | 2026-08-05T12:17:18.103Z | Downloaded wyz v0.5.1 |
| 1166 | 2026-08-05T12:17:18.103Z | Downloaded tokio-test v0.4.5 |
| 1167 | 2026-08-05T12:17:18.103Z | Downloaded zerofrom v0.1.6 |
| 1168 | 2026-08-05T12:17:18.103Z | Downloaded p521 v0.14.0 |
| 1169 | 2026-08-05T12:17:18.103Z | Downloaded crossterm v0.29.0 |
| 1170 | 2026-08-05T12:17:18.109Z | Downloaded tracing-core v0.1.36 |
| 1171 | 2026-08-05T12:17:18.115Z | Downloaded similar v2.7.0 |
| 1172 | 2026-08-05T12:17:18.115Z | Downloaded derive_more-impl v2.1.1 |
| 1173 | 2026-08-05T12:17:18.119Z | Downloaded socket2 v0.5.10 |
| 1174 | 2026-08-05T12:17:18.119Z | Downloaded tokio-dtrace v0.1.1 |
| 1175 | 2026-08-05T12:17:18.119Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1176 | 2026-08-05T12:17:18.119Z | Downloaded libm v0.2.16 |
| 1177 | 2026-08-05T12:17:18.122Z | Downloaded newtype-uuid v1.3.2 |
| 1178 | 2026-08-05T12:17:18.122Z | Downloaded itertools v0.14.0 |
| 1179 | 2026-08-05T12:17:18.126Z | Downloaded zerofrom-derive v0.1.6 |
| 1180 | 2026-08-05T12:17:18.126Z | Downloaded libxml v0.3.3 |
| 1181 | 2026-08-05T12:17:18.129Z | Downloaded quinn-udp v0.5.14 |
| 1182 | 2026-08-05T12:17:18.129Z | Downloaded rsa v0.9.10 |
| 1183 | 2026-08-05T12:17:18.133Z | Downloaded tough v0.22.0 |
| 1184 | 2026-08-05T12:17:18.136Z | Downloaded zip v0.6.6 |
| 1185 | 2026-08-05T12:17:18.140Z | Downloaded elliptic-curve v0.13.8 |
| 1186 | 2026-08-05T12:17:18.147Z | Downloaded pkcs8 v0.11.0 |
| 1187 | 2026-08-05T12:17:18.147Z | Downloaded tokio-tungstenite v0.21.0 |
| 1188 | 2026-08-05T12:17:18.147Z | Downloaded daft-derive v0.1.7 |
| 1189 | 2026-08-05T12:17:18.152Z | Downloaded rustls-native-certs v0.8.3 |
| 1190 | 2026-08-05T12:17:18.153Z | Downloaded ignore v0.4.25 |
| 1191 | 2026-08-05T12:17:18.153Z | Downloaded schemars v1.2.1 |
| 1192 | 2026-08-05T12:17:18.157Z | Downloaded convert_case v0.10.0 |
| 1193 | 2026-08-05T12:17:18.160Z | Downloaded peg v0.8.5 |
| 1194 | 2026-08-05T12:17:18.160Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1195 | 2026-08-05T12:17:18.165Z | Downloaded openssl-sys v0.9.117 |
| 1196 | 2026-08-05T12:17:18.168Z | Downloaded slog v2.8.2 |
| 1197 | 2026-08-05T12:17:18.168Z | Downloaded iddqd v0.4.2 |
| 1198 | 2026-08-05T12:17:18.173Z | Downloaded itertools v0.10.5 |
| 1199 | 2026-08-05T12:17:18.176Z | Downloaded reqwest v0.12.28 |
| 1200 | 2026-08-05T12:17:18.180Z | Downloaded x509-cert v0.2.5 |
| 1201 | 2026-08-05T12:17:18.188Z | Downloaded ppv-lite86 v0.2.21 |
| 1202 | 2026-08-05T12:17:18.189Z | Downloaded steno v0.4.1 |
| 1203 | 2026-08-05T12:17:18.194Z | Downloaded indoc v2.0.7 |
| 1204 | 2026-08-05T12:17:18.195Z | Downloaded rsa v0.10.0-rc.18 |
| 1205 | 2026-08-05T12:17:18.195Z | Downloaded serde_cbor v0.11.2 |
| 1206 | 2026-08-05T12:17:18.195Z | Downloaded bindgen v0.71.1 |
| 1207 | 2026-08-05T12:17:18.204Z | Downloaded bitvec v1.0.1 |
| 1208 | 2026-08-05T12:17:18.210Z | Downloaded dropshot-api-manager v0.7.2 |
| 1209 | 2026-08-05T12:17:18.210Z | Downloaded darling v0.21.3 |
| 1210 | 2026-08-05T12:17:18.210Z | Downloaded omicron-zone-package v0.12.3 |
| 1211 | 2026-08-05T12:17:18.214Z | Downloaded tokio-postgres v0.7.16 |
| 1212 | 2026-08-05T12:17:18.214Z | Downloaded serde_with v3.21.0 |
| 1213 | 2026-08-05T12:17:18.221Z | Downloaded crypto-bigint v0.5.5 |
| 1214 | 2026-08-05T12:17:18.226Z | Downloaded chrono v0.4.45 |
| 1215 | 2026-08-05T12:17:18.230Z | Downloaded quinn v0.11.11 |
| 1216 | 2026-08-05T12:17:18.230Z | Downloaded rayon-core v1.13.0 |
| 1217 | 2026-08-05T12:17:18.233Z | Downloaded zerovec v0.11.5 |
| 1218 | 2026-08-05T12:17:18.233Z | Downloaded socket2 v0.6.3 |
| 1219 | 2026-08-05T12:17:18.236Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1220 | 2026-08-05T12:17:18.236Z | Downloaded parking_lot_core v0.9.12 |
| 1221 | 2026-08-05T12:17:18.239Z | Downloaded rcgen v0.12.1 |
| 1222 | 2026-08-05T12:17:18.245Z | Downloaded ed25519-dalek v3.0.0 |
| 1223 | 2026-08-05T12:17:18.254Z | Downloaded petname v2.0.2 |
| 1224 | 2026-08-05T12:17:18.258Z | Downloaded num-bigint v0.4.6 |
| 1225 | 2026-08-05T12:17:18.261Z | Downloaded icu_properties v2.1.2 |
| 1226 | 2026-08-05T12:17:18.261Z | Downloaded rayon v1.11.0 |
| 1227 | 2026-08-05T12:17:18.272Z | Downloaded goblin v0.10.5 |
| 1228 | 2026-08-05T12:17:18.276Z | Downloaded derive_more v2.1.1 |
| 1229 | 2026-08-05T12:17:18.280Z | Downloaded hickory-proto v0.26.1 |
| 1230 | 2026-08-05T12:17:18.284Z | Downloaded nom v8.0.0 |
| 1231 | 2026-08-05T12:17:18.296Z | Downloaded minimal-lexical v0.2.1 |
| 1232 | 2026-08-05T12:17:18.307Z | Downloaded winnow v1.0.3 |
| 1233 | 2026-08-05T12:17:18.318Z | Downloaded russh v0.62.4 |
| 1234 | 2026-08-05T12:17:18.329Z | Downloaded unicode_categories v0.1.1 |
| 1235 | 2026-08-05T12:17:18.336Z | Downloaded jiff-core v0.1.0 |
| 1236 | 2026-08-05T12:17:18.342Z | Downloaded itertools v0.15.0 |
| 1237 | 2026-08-05T12:17:18.342Z | Downloaded reedline v0.40.0 |
| 1238 | 2026-08-05T12:17:18.345Z | Downloaded winnow v0.5.40 |
| 1239 | 2026-08-05T12:17:18.348Z | Downloaded lalrpop v0.19.12 |
| 1240 | 2026-08-05T12:17:18.352Z | Downloaded zip v4.6.1 |
| 1241 | 2026-08-05T12:17:18.355Z | Downloaded quinn-proto v0.11.16 |
| 1242 | 2026-08-05T12:17:18.361Z | Downloaded moka v0.12.13 |
| 1243 | 2026-08-05T12:17:18.369Z | Downloaded rawzip v0.4.4 |
| 1244 | 2026-08-05T12:17:18.373Z | Downloaded idna v1.1.0 |
| 1245 | 2026-08-05T12:17:18.373Z | Downloaded mio v1.2.0 |
| 1246 | 2026-08-05T12:17:18.379Z | Downloaded tabled v0.20.0 |
| 1247 | 2026-08-05T12:17:18.390Z | Downloaded crypto-primes v0.7.2 |
| 1248 | 2026-08-05T12:17:18.394Z | Downloaded crypto-bigint v0.7.5 |
| 1249 | 2026-08-05T12:17:18.413Z | Downloaded curve25519-dalek v4.1.3 |
| 1250 | 2026-08-05T12:17:18.417Z | Downloaded smoltcp v0.11.0 |
| 1251 | 2026-08-05T12:17:18.424Z | Downloaded time v0.3.47 |
| 1252 | 2026-08-05T12:17:18.431Z | Downloaded polar-core v0.27.3 |
| 1253 | 2026-08-05T12:17:18.436Z | Downloaded crossterm v0.28.1 |
| 1254 | 2026-08-05T12:17:18.440Z | Downloaded regress v0.10.5 |
| 1255 | 2026-08-05T12:17:18.470Z | Downloaded bstr v1.12.1 |
| 1256 | 2026-08-05T12:17:18.475Z | Downloaded proptest v1.11.0 |
| 1257 | 2026-08-05T12:17:18.476Z | Downloaded reqwest v0.13.2 |
| 1258 | 2026-08-05T12:17:18.476Z | Downloaded zlib-rs v0.6.2 |
| 1259 | 2026-08-05T12:17:18.476Z | Downloaded object v0.30.4 |
| 1260 | 2026-08-05T12:17:18.476Z | Downloaded rustls v0.23.41 |
| 1261 | 2026-08-05T12:17:18.486Z | Downloaded hickory-proto v0.24.4 |
| 1262 | 2026-08-05T12:17:18.492Z | Downloaded regex-syntax v0.6.29 |
| 1263 | 2026-08-05T12:17:18.492Z | Downloaded winnow v0.6.26 |
| 1264 | 2026-08-05T12:17:18.495Z | Downloaded icu_properties_data v2.1.2 |
| 1265 | 2026-08-05T12:17:18.499Z | Downloaded smoltcp v0.9.1 |
| 1266 | 2026-08-05T12:17:18.503Z | Downloaded radix_trie v0.2.1 |
| 1267 | 2026-08-05T12:17:18.507Z | Downloaded hickory-proto v0.25.2 |
| 1268 | 2026-08-05T12:17:18.515Z | Downloaded zerocopy v0.8.40 |
| 1269 | 2026-08-05T12:17:18.521Z | Downloaded regress v0.11.1 |
| 1270 | 2026-08-05T12:17:18.527Z | Downloaded dropshot v0.17.1 |
| 1271 | 2026-08-05T12:17:18.539Z | Downloaded nix v0.27.1 |
| 1272 | 2026-08-05T12:17:18.547Z | Downloaded sqlparser v0.61.0 |
| 1273 | 2026-08-05T12:17:18.552Z | Downloaded curve25519-dalek v5.0.0 |
| 1274 | 2026-08-05T12:17:18.558Z | Downloaded tracing v0.1.44 |
| 1275 | 2026-08-05T12:17:18.571Z | Downloaded object v0.37.3 |
| 1276 | 2026-08-05T12:17:18.580Z | Downloaded vcpkg v0.2.15 |
| 1277 | 2026-08-05T12:17:18.617Z | Downloaded nix v0.31.2 |
| 1278 | 2026-08-05T12:17:18.629Z | Downloaded openapiv3 v2.2.0 |
| 1279 | 2026-08-05T12:17:18.642Z | Downloaded typify-impl v0.6.2 |
| 1280 | 2026-08-05T12:17:18.652Z | Downloaded nix v0.28.0 |
| 1281 | 2026-08-05T12:17:18.659Z | Downloaded openssl v0.10.80 |
| 1282 | 2026-08-05T12:17:18.665Z | Downloaded diesel v2.3.7 |
| 1283 | 2026-08-05T12:17:18.695Z | Downloaded ratatui v0.29.0 |
| 1284 | 2026-08-05T12:17:18.700Z | Downloaded zerocopy-derive v0.6.6 |
| 1285 | 2026-08-05T12:17:18.706Z | Downloaded sha3 v0.11.0 |
| 1286 | 2026-08-05T12:17:18.720Z | Downloaded regex-syntax v0.8.10 |
| 1287 | 2026-08-05T12:17:18.728Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1288 | 2026-08-05T12:17:18.735Z | Downloaded petgraph v0.8.3 |
| 1289 | 2026-08-05T12:17:18.749Z | Downloaded rustix v0.38.44 |
| 1290 | 2026-08-05T12:17:18.763Z | Downloaded sled v0.34.7 |
| 1291 | 2026-08-05T12:17:18.771Z | Downloaded sha3 v0.10.8 |
| 1292 | 2026-08-05T12:17:18.774Z | Downloaded tokio v1.52.1 |
| 1293 | 2026-08-05T12:17:18.796Z | Downloaded csv v1.4.0 |
| 1294 | 2026-08-05T12:17:18.815Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1295 | 2026-08-05T12:17:18.820Z | Downloaded ring v0.17.14 |
| 1296 | 2026-08-05T12:17:18.841Z | Downloaded regex-automata v0.4.14 |
| 1297 | 2026-08-05T12:17:18.851Z | Downloaded chrono-tz v0.10.4 |
| 1298 | 2026-08-05T12:17:18.860Z | Downloaded petgraph v0.6.5 |
| 1299 | 2026-08-05T12:17:18.871Z | Downloaded jiff v0.2.34 |
| 1300 | 2026-08-05T12:17:18.925Z | Downloaded libz-sys v1.1.24 |
| 1301 | 2026-08-05T12:17:18.992Z | Downloaded encoding_rs v0.8.35 |
| 1302 | 2026-08-05T12:17:19.081Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1303 | 2026-08-05T12:17:19.587Z | Downloaded aws-lc-sys v0.40.0 |
| 1304 | 2026-08-05T12:17:19.850Z | Compiling libc v0.2.185 |
| 1305 | 2026-08-05T12:17:19.850Z | Compiling serde_core v1.0.228 |
| 1306 | 2026-08-05T12:17:19.853Z | Compiling serde v1.0.228 |
| 1307 | 2026-08-05T12:17:19.853Z | Compiling log v0.4.29 |
| 1308 | 2026-08-05T12:17:19.853Z | Compiling smallvec v1.15.1 |
| 1309 | 2026-08-05T12:17:19.853Z | Compiling shlex v1.3.0 |
| 1310 | 2026-08-05T12:17:19.853Z | Compiling find-msvc-tools v0.1.9 |
| 1311 | 2026-08-05T12:17:19.853Z | Compiling subtle v2.6.1 |
| 1312 | 2026-08-05T12:17:20.027Z | Compiling scopeguard v1.2.0 |
| 1313 | 2026-08-05T12:17:20.030Z | Compiling typenum v1.20.1 |
| 1314 | 2026-08-05T12:17:20.030Z | Compiling stable_deref_trait v1.2.1 |
| 1315 | 2026-08-05T12:17:20.030Z | Compiling zerocopy v0.8.40 |
| 1316 | 2026-08-05T12:17:20.039Z | Compiling portable-atomic v1.13.1 |
| 1317 | 2026-08-05T12:17:20.063Z | Compiling serde_json v1.0.151 |
| 1318 | 2026-08-05T12:17:20.075Z | Compiling syn v2.0.117 |
| 1319 | 2026-08-05T12:17:20.086Z | Compiling critical-section v1.2.0 |
| 1320 | 2026-08-05T12:17:20.166Z | Compiling lock_api v0.4.14 |
| 1321 | 2026-08-05T12:17:20.190Z | Compiling libm v0.2.16 |
| 1322 | 2026-08-05T12:17:20.202Z | Compiling num-traits v0.2.19 |
| 1323 | 2026-08-05T12:17:20.217Z | Compiling pkg-config v0.3.32 |
| 1324 | 2026-08-05T12:17:20.232Z | Compiling getrandom v0.4.1 |
| 1325 | 2026-08-05T12:17:20.255Z | Compiling generic-array v0.14.7 |
| 1326 | 2026-08-05T12:17:20.271Z | Compiling parking_lot_core v0.9.12 |
| 1327 | 2026-08-05T12:17:20.304Z | Compiling const-oid v0.9.6 |
| 1328 | 2026-08-05T12:17:20.360Z | Compiling pin-project-lite v0.2.17 |
| 1329 | 2026-08-05T12:17:20.404Z | Compiling rand_core v0.10.0 |
| 1330 | 2026-08-05T12:17:20.431Z | Compiling writeable v0.6.2 |
| 1331 | 2026-08-05T12:17:20.508Z | Compiling futures-core v0.3.32 |
| 1332 | 2026-08-05T12:17:20.551Z | Compiling percent-encoding v2.3.2 |
| 1333 | 2026-08-05T12:17:20.580Z | Compiling litemap v0.8.1 |
| 1334 | 2026-08-05T12:17:20.611Z | Compiling icu_normalizer_data v2.1.1 |
| 1335 | 2026-08-05T12:17:20.611Z | Compiling icu_properties_data v2.1.2 |
| 1336 | 2026-08-05T12:17:20.640Z | Compiling getrandom v0.3.4 |
| 1337 | 2026-08-05T12:17:20.680Z | Compiling futures-sink v0.3.32 |
| 1338 | 2026-08-05T12:17:20.680Z | Compiling rustix v1.1.3 |
| 1339 | 2026-08-05T12:17:20.707Z | Compiling slab v0.4.12 |
| 1340 | 2026-08-05T12:17:20.753Z | Compiling futures-task v0.3.32 |
| 1341 | 2026-08-05T12:17:20.802Z | Compiling futures-channel v0.3.32 |
| 1342 | 2026-08-05T12:17:20.820Z | Compiling utf8_iter v1.0.4 |
| 1343 | 2026-08-05T12:17:20.823Z | Compiling futures-io v0.3.32 |
| 1344 | 2026-08-05T12:17:20.889Z | Compiling jobserver v0.1.34 |
| 1345 | 2026-08-05T12:17:20.902Z | Compiling errno v0.3.14 |
| 1346 | 2026-08-05T12:17:20.906Z | Compiling getrandom v0.2.17 |
| 1347 | 2026-08-05T12:17:20.978Z | Compiling mio v1.2.0 |
| 1348 | 2026-08-05T12:17:21.021Z | Compiling socket2 v0.6.3 |
| 1349 | 2026-08-05T12:17:21.040Z | Compiling signal-hook-registry v1.4.8 |
| 1350 | 2026-08-05T12:17:21.061Z | Compiling rand_core v0.6.4 |
| 1351 | 2026-08-05T12:17:21.083Z | Compiling form_urlencoded v1.2.2 |
| 1352 | 2026-08-05T12:17:21.111Z | Compiling cc v1.2.56 |
| 1353 | 2026-08-05T12:17:21.151Z | Compiling once_cell v1.21.3 |
| 1354 | 2026-08-05T12:17:21.176Z | Compiling parking_lot v0.12.5 |
| 1355 | 2026-08-05T12:17:21.236Z | Compiling rustversion v1.0.22 |
| 1356 | 2026-08-05T12:17:21.261Z | Compiling iana-time-zone v0.1.65 |
| 1357 | 2026-08-05T12:17:21.279Z | Compiling base64ct v1.8.3 |
| 1358 | 2026-08-05T12:17:21.292Z | Compiling dunce v1.0.5 |
| 1359 | 2026-08-05T12:17:21.335Z | Compiling fs_extra v1.3.0 |
| 1360 | 2026-08-05T12:17:21.364Z | Compiling ident_case v1.0.1 |
| 1361 | 2026-08-05T12:17:21.378Z | Compiling regex-syntax v0.8.10 |
| 1362 | 2026-08-05T12:17:21.402Z | Compiling flagset v0.4.7 |
| 1363 | 2026-08-05T12:17:21.449Z | Compiling base64 v0.22.1 |
| 1364 | 2026-08-05T12:17:21.475Z | Compiling vcpkg v0.2.15 |
| 1365 | 2026-08-05T12:17:21.481Z | Compiling rand_core v0.9.5 |
| 1366 | 2026-08-05T12:17:21.494Z | Compiling syn v1.0.109 |
| 1367 | 2026-08-05T12:17:21.549Z | Compiling pem-rfc7468 v0.7.0 |
| 1368 | 2026-08-05T12:17:21.566Z | Compiling tracing-core v0.1.36 |
| 1369 | 2026-08-05T12:17:21.582Z | Compiling schemars v0.8.22 |
| 1370 | 2026-08-05T12:17:21.596Z | Compiling cmov v0.5.4 |
| 1371 | 2026-08-05T12:17:21.625Z | Compiling dyn-clone v1.0.20 |
| 1372 | 2026-08-05T12:17:21.698Z | Compiling aws-lc-rs v1.16.3 |
| 1373 | 2026-08-05T12:17:21.786Z | Compiling cpufeatures v0.2.17 |
| 1374 | 2026-08-05T12:17:21.801Z | Compiling ctutils v0.4.2 |
| 1375 | 2026-08-05T12:17:21.820Z | Compiling spin v0.9.8 |
| 1376 | 2026-08-05T12:17:21.848Z | Compiling cmake v0.1.57 |
| 1377 | 2026-08-05T12:17:21.875Z | Compiling openssl-probe v0.2.1 |
| 1378 | 2026-08-05T12:17:21.889Z | Compiling tinyvec_macros v0.1.1 |
| 1379 | 2026-08-05T12:17:21.901Z | Compiling httparse v1.10.1 |
| 1380 | 2026-08-05T12:17:21.971Z | Compiling crc32fast v1.5.0 |
| 1381 | 2026-08-05T12:17:21.990Z | Compiling tinyvec v1.10.0 |
| 1382 | 2026-08-05T12:17:22.011Z | Compiling aho-corasick v1.1.4 |
| 1383 | 2026-08-05T12:17:22.040Z | Compiling tower-service v0.3.3 |
| 1384 | 2026-08-05T12:17:22.053Z | Compiling atomic-waker v1.1.2 |
| 1385 | 2026-08-05T12:17:22.067Z | Compiling tower-layer v0.3.3 |
| 1386 | 2026-08-05T12:17:22.123Z | Compiling untrusted v0.7.1 |
| 1387 | 2026-08-05T12:17:22.145Z | Compiling bitflags v2.11.0 |
| 1388 | 2026-08-05T12:17:22.206Z | Compiling semver v1.0.28 |
| 1389 | 2026-08-05T12:17:22.244Z | Compiling indexmap v2.14.0 |
| 1390 | 2026-08-05T12:17:22.260Z | Compiling uuid v1.23.4 |
| 1391 | 2026-08-05T12:17:22.276Z | Compiling try-lock v0.2.5 |
| 1392 | 2026-08-05T12:17:22.307Z | Compiling radium v0.7.0 |
| 1393 | 2026-08-05T12:17:22.356Z | Compiling simd-adler32 v0.3.8 |
| 1394 | 2026-08-05T12:17:22.401Z | Compiling want v0.3.1 |
| 1395 | 2026-08-05T12:17:22.405Z | Compiling openssl v0.10.80 |
| 1396 | 2026-08-05T12:17:22.625Z | Compiling rustc_version v0.4.1 |
| 1397 | 2026-08-05T12:17:22.649Z | Compiling maybe-uninit v2.0.0 |
| 1398 | 2026-08-05T12:17:22.667Z | Compiling rustls v0.23.41 |
| 1399 | 2026-08-05T12:17:22.692Z | Compiling httpdate v1.0.3 |
| 1400 | 2026-08-05T12:17:22.715Z | Compiling untrusted v0.9.0 |
| 1401 | 2026-08-05T12:17:22.741Z | Compiling tap v1.0.1 |
| 1402 | 2026-08-05T12:17:22.759Z | Compiling aws-lc-sys v0.40.0 |
| 1403 | 2026-08-05T12:17:22.772Z | Compiling openssl-sys v0.9.117 |
| 1404 | 2026-08-05T12:17:22.853Z | Compiling foreign-types-shared v0.1.1 |
| 1405 | 2026-08-05T12:17:22.870Z | Compiling wyz v0.5.1 |
| 1406 | 2026-08-05T12:17:22.870Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1407 | 2026-08-05T12:17:22.936Z | Compiling regex-automata v0.4.14 |
| 1408 | 2026-08-05T12:17:22.965Z | Compiling foreign-types v0.3.2 |
| 1409 | 2026-08-05T12:17:22.986Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1410 | 2026-08-05T12:17:23.015Z | Compiling synstructure v0.13.2 |
| 1411 | 2026-08-05T12:17:23.052Z | Compiling serde_derive_internals v0.29.1 |
| 1412 | 2026-08-05T12:17:23.067Z | Compiling pest_generator v2.8.6 |
| 1413 | 2026-08-05T12:17:23.093Z | Compiling darling_core v0.20.11 |
| 1414 | 2026-08-05T12:17:23.175Z | Compiling unicode-normalization v0.1.25 |
| 1415 | 2026-08-05T12:17:23.228Z | Compiling num-integer v0.1.46 |
| 1416 | 2026-08-05T12:17:23.430Z | Compiling tempfile v3.25.0 |
| 1417 | 2026-08-05T12:17:23.479Z | Compiling terminal_size v0.4.3 |
| 1418 | 2026-08-05T12:17:23.648Z | Compiling wait-timeout v0.2.1 |
| 1419 | 2026-08-05T12:17:23.666Z | Compiling ahash v0.8.12 |
| 1420 | 2026-08-05T12:17:23.678Z | Compiling time-core v0.1.8 |
| 1421 | 2026-08-05T12:17:23.682Z | Compiling quick-error v1.2.3 |
| 1422 | 2026-08-05T12:17:23.707Z | Compiling num-bigint-dig v0.8.6 |
| 1423 | 2026-08-05T12:17:23.805Z | Compiling native-tls v0.2.18 |
| 1424 | 2026-08-05T12:17:23.832Z | Compiling funty v2.0.0 |
| 1425 | 2026-08-05T12:17:23.850Z | Compiling num-conv v0.2.0 |
| 1426 | 2026-08-05T12:17:23.864Z | Compiling packed_struct v0.10.1 |
| 1427 | 2026-08-05T12:17:23.868Z | Compiling powerfmt v0.2.0 |
| 1428 | 2026-08-05T12:17:23.894Z | Compiling bit-vec v0.8.0 |
| 1429 | 2026-08-05T12:17:23.905Z | Compiling adler2 v2.0.1 |
| 1430 | 2026-08-05T12:17:23.959Z | Compiling rusty-fork v0.3.1 |
| 1431 | 2026-08-05T12:17:23.992Z | Compiling time-macros v0.2.27 |
| 1432 | 2026-08-05T12:17:24.007Z | Compiling miniz_oxide v0.8.9 |
| 1433 | 2026-08-05T12:17:24.021Z | Compiling deranged v0.5.8 |
| 1434 | 2026-08-05T12:17:24.055Z | Compiling clap_builder v4.6.0 |
| 1435 | 2026-08-05T12:17:24.058Z | Compiling num-iter v0.1.45 |
| 1436 | 2026-08-05T12:17:24.100Z | Compiling bit-set v0.8.0 |
| 1437 | 2026-08-05T12:17:24.177Z | Compiling bitvec v1.0.1 |
| 1438 | 2026-08-05T12:17:24.288Z | Compiling lazy_static v1.5.0 |
| 1439 | 2026-08-05T12:17:24.336Z | Compiling rand_xorshift v0.4.0 |
| 1440 | 2026-08-05T12:17:24.357Z | Compiling anstyle-parse v0.2.7 |
| 1441 | 2026-08-05T12:17:24.401Z | Compiling sync_wrapper v1.0.2 |
| 1442 | 2026-08-05T12:17:24.450Z | Compiling indexmap v1.9.3 |
| 1443 | 2026-08-05T12:17:24.490Z | Compiling nodrop v0.1.14 |
| 1444 | 2026-08-05T12:17:24.518Z | Compiling num_threads v0.1.7 |
| 1445 | 2026-08-05T12:17:24.554Z | Compiling paste v1.0.15 |
| 1446 | 2026-08-05T12:17:24.594Z | Compiling crossbeam-utils v0.8.21 |
| 1447 | 2026-08-05T12:17:24.646Z | Compiling unarray v0.1.4 |
| 1448 | 2026-08-05T12:17:24.665Z | Compiling usdt-impl v0.6.0 |
| 1449 | 2026-08-05T12:17:24.670Z | Compiling zlib-rs v0.6.2 |
| 1450 | 2026-08-05T12:17:24.760Z | Compiling siphasher v1.0.2 |
| 1451 | 2026-08-05T12:17:24.813Z | Compiling serde_derive v1.0.228 |
| 1452 | 2026-08-05T12:17:24.826Z | Compiling zeroize_derive v1.5.0 |
| 1453 | 2026-08-05T12:17:24.881Z | Compiling zerocopy-derive v0.8.40 |
| 1454 | 2026-08-05T12:17:24.906Z | Compiling zerofrom-derive v0.1.6 |
| 1455 | 2026-08-05T12:17:24.974Z | Compiling yoke-derive v0.8.1 |
| 1456 | 2026-08-05T12:17:25.072Z | Compiling zerovec-derive v0.11.2 |
| 1457 | 2026-08-05T12:17:25.109Z | Compiling displaydoc v0.2.5 |
| 1458 | 2026-08-05T12:17:25.128Z | Compiling tokio-macros v2.7.0 |
| 1459 | 2026-08-05T12:17:25.520Z | Compiling futures-macro v0.3.32 |
| 1460 | 2026-08-05T12:17:25.535Z | Compiling zeroize v1.9.0 |
| 1461 | 2026-08-05T12:17:25.776Z | Compiling thiserror-impl v2.0.18 |
| 1462 | 2026-08-05T12:17:25.932Z | Compiling der_derive v0.7.3 |
| 1463 | 2026-08-05T12:17:25.945Z | Compiling tracing-attributes v0.1.31 |
| 1464 | 2026-08-05T12:17:26.095Z | Compiling rustls-pki-types v1.14.0 |
| 1465 | 2026-08-05T12:17:26.236Z | Compiling schemars_derive v0.8.22 |
| 1466 | 2026-08-05T12:17:26.268Z | Compiling crypto-common v0.1.7 |
| 1467 | 2026-08-05T12:17:26.332Z | Compiling block-buffer v0.10.4 |
| 1468 | 2026-08-05T12:17:26.400Z | Compiling futures-util v0.3.32 |
| 1469 | 2026-08-05T12:17:26.416Z | Compiling zerofrom v0.1.6 |
| 1470 | 2026-08-05T12:17:26.446Z | Compiling hybrid-array v0.4.13 |
| 1471 | 2026-08-05T12:17:26.536Z | Compiling yoke v0.8.1 |
| 1472 | 2026-08-05T12:17:26.568Z | Compiling digest v0.10.7 |
| 1473 | 2026-08-05T12:17:26.591Z | Compiling scroll_derive v0.13.1 |
| 1474 | 2026-08-05T12:17:26.745Z | Compiling zerovec v0.11.5 |
| 1475 | 2026-08-05T12:17:26.849Z | Compiling zerotrie v0.2.3 |
| 1476 | 2026-08-05T12:17:26.945Z | Compiling der v0.7.10 |
| 1477 | 2026-08-05T12:17:27.197Z | Compiling sha2 v0.10.9 |
| 1478 | 2026-08-05T12:17:27.250Z | Compiling tinystr v0.8.2 |
| 1479 | 2026-08-05T12:17:27.250Z | Compiling potential_utf v0.1.4 |
| 1480 | 2026-08-05T12:17:27.286Z | Compiling thiserror v2.0.18 |
| 1481 | 2026-08-05T12:17:27.301Z | Compiling pest_derive v2.8.6 |
| 1482 | 2026-08-05T12:17:27.326Z | Compiling signature v2.2.0 |
| 1483 | 2026-08-05T12:17:27.384Z | Compiling tracing v0.1.44 |
| 1484 | 2026-08-05T12:17:27.411Z | Compiling icu_collections v2.1.1 |
| 1485 | 2026-08-05T12:17:27.457Z | Compiling icu_locale_core v2.1.1 |
| 1486 | 2026-08-05T12:17:27.480Z | Compiling darling_macro v0.20.11 |
| 1487 | 2026-08-05T12:17:27.498Z | Compiling scroll v0.13.0 |
| 1488 | 2026-08-05T12:17:27.528Z | Compiling thiserror-impl v1.0.69 |
| 1489 | 2026-08-05T12:17:27.594Z | Compiling openssl-macros v0.1.1 |
| 1490 | 2026-08-05T12:17:27.690Z | Compiling hmac v0.12.1 |
| 1491 | 2026-08-05T12:17:27.820Z | Compiling goblin v0.10.5 |
| 1492 | 2026-08-05T12:17:27.858Z | Compiling packed_struct_codegen v0.10.1 |
| 1493 | 2026-08-05T12:17:27.872Z | Compiling clap_derive v4.6.1 |
| 1494 | 2026-08-05T12:17:27.946Z | Compiling spki v0.7.3 |
| 1495 | 2026-08-05T12:17:28.037Z | Compiling bitfield-macros v0.19.4 |
| 1496 | 2026-08-05T12:17:28.099Z | Compiling darling v0.20.11 |
| 1497 | 2026-08-05T12:17:28.183Z | Compiling icu_provider v2.1.1 |
| 1498 | 2026-08-05T12:17:28.188Z | Compiling pkcs8 v0.10.2 |
| 1499 | 2026-08-05T12:17:28.301Z | Compiling zerocopy-derive v0.6.6 |
| 1500 | 2026-08-05T12:17:28.396Z | Compiling crc-catalog v2.4.0 |
| 1501 | 2026-08-05T12:17:28.452Z | Compiling bytes v1.11.1 |
| 1502 | 2026-08-05T12:17:28.497Z | Compiling icu_properties v2.1.2 |
| 1503 | 2026-08-05T12:17:28.500Z | Compiling icu_normalizer v2.1.1 |
| 1504 | 2026-08-05T12:17:28.513Z | Compiling chrono v0.4.45 |
| 1505 | 2026-08-05T12:17:28.587Z | Compiling ipnet v2.11.0 |
| 1506 | 2026-08-05T12:17:28.810Z | Compiling hex v0.4.3 |
| 1507 | 2026-08-05T12:17:28.841Z | Compiling serde_spanned v0.6.9 |
| 1508 | 2026-08-05T12:17:28.895Z | Compiling thiserror v1.0.69 |
| 1509 | 2026-08-05T12:17:28.997Z | Compiling tokio v1.52.1 |
| 1510 | 2026-08-05T12:17:29.011Z | Compiling http v1.4.2 |
| 1511 | 2026-08-05T12:17:29.028Z | Compiling toml_datetime v0.6.11 |
| 1512 | 2026-08-05T12:17:29.110Z | Compiling bitfield v0.19.4 |
| 1513 | 2026-08-05T12:17:29.110Z | Compiling crc v3.4.0 |
| 1514 | 2026-08-05T12:17:29.126Z | Compiling pkcs1 v0.7.5 |
| 1515 | 2026-08-05T12:17:29.177Z | Compiling zerocopy v0.6.6 |
| 1516 | 2026-08-05T12:17:29.309Z | Compiling derive_builder_core v0.20.2 |
| 1517 | 2026-08-05T12:17:29.331Z | Compiling dtrace-parser v0.3.0 |
| 1518 | 2026-08-05T12:17:29.416Z | Compiling idna_adapter v1.2.1 |
| 1519 | 2026-08-05T12:17:29.521Z | Compiling ppv-lite86 v0.2.21 |
| 1520 | 2026-08-05T12:17:29.535Z | Compiling idna v1.1.0 |
| 1521 | 2026-08-05T12:17:29.657Z | Compiling flate2 v1.1.9 |
| 1522 | 2026-08-05T12:17:29.671Z | Compiling block-padding v0.4.2 |
| 1523 | 2026-08-05T12:17:29.698Z | Compiling http-body v1.0.1 |
| 1524 | 2026-08-05T12:17:29.832Z | Compiling rand_chacha v0.9.0 |
| 1525 | 2026-08-05T12:17:29.850Z | Compiling url v2.5.8 |
| 1526 | 2026-08-05T12:17:29.867Z | Compiling rand_chacha v0.3.1 |
| 1527 | 2026-08-05T12:17:29.874Z | Compiling http-body-util v0.1.3 |
| 1528 | 2026-08-05T12:17:29.952Z | Compiling clap v4.6.1 |
| 1529 | 2026-08-05T12:17:29.981Z | Compiling block-buffer v0.12.1 |
| 1530 | 2026-08-05T12:17:30.045Z | Compiling rand v0.9.2 |
| 1531 | 2026-08-05T12:17:30.084Z | Compiling crypto-common v0.2.2 |
| 1532 | 2026-08-05T12:17:30.103Z | Compiling time v0.3.47 |
| 1533 | 2026-08-05T12:17:30.142Z | Compiling rand v0.8.6 |
| 1534 | 2026-08-05T12:17:30.256Z | Compiling structmeta-derive v0.3.0 |
| 1535 | 2026-08-05T12:17:30.298Z | Compiling scroll_derive v0.12.1 |
| 1536 | 2026-08-05T12:17:30.550Z | Compiling array-init v0.0.4 |
| 1537 | 2026-08-05T12:17:30.660Z | Compiling proptest v1.11.0 |
| 1538 | 2026-08-05T12:17:30.673Z | Compiling dof v0.4.0 |
| 1539 | 2026-08-05T12:17:30.693Z | Compiling anstream v0.6.21 |
| 1540 | 2026-08-05T12:17:30.872Z | Compiling smallvec v0.6.14 |
| 1541 | 2026-08-05T12:17:30.908Z | Compiling darling_core v0.23.0 |
| 1542 | 2026-08-05T12:17:30.960Z | Compiling heapless v0.7.17 |
| 1543 | 2026-08-05T12:17:31.004Z | Compiling slog v2.8.2 |
| 1544 | 2026-08-05T12:17:31.021Z | Compiling thread-id v5.1.0 |
| 1545 | 2026-08-05T12:17:31.088Z | Compiling env_filter v1.0.0 |
| 1546 | 2026-08-05T12:17:31.105Z | Compiling cookie v0.18.1 |
| 1547 | 2026-08-05T12:17:31.145Z | Compiling ryu v1.0.23 |
| 1548 | 2026-08-05T12:17:31.216Z | Compiling ipnetwork v0.21.1 |
| 1549 | 2026-08-05T12:17:31.230Z | Compiling anyhow v1.0.102 |
| 1550 | 2026-08-05T12:17:31.314Z | Compiling allocator-api2 v0.2.21 |
| 1551 | 2026-08-05T12:17:31.329Z | Compiling unicode-properties v0.1.4 |
| 1552 | 2026-08-05T12:17:31.363Z | Compiling base64 v0.21.7 |
| 1553 | 2026-08-05T12:17:31.402Z | Compiling zstd-safe v7.2.4 |
| 1554 | 2026-08-05T12:17:31.551Z | Compiling iri-string v0.7.10 |
| 1555 | 2026-08-05T12:17:31.565Z | Compiling winnow v0.5.40 |
| 1556 | 2026-08-05T12:17:31.615Z | Compiling unicode-bidi v0.3.18 |
| 1557 | 2026-08-05T12:17:31.629Z | Compiling signal-hook v0.3.18 |
| 1558 | 2026-08-05T12:17:31.657Z | Compiling hashbrown v0.12.3 |
| 1559 | 2026-08-05T12:17:31.693Z | Compiling ron v0.8.1 |
| 1560 | 2026-08-05T12:17:31.747Z | Compiling oxnet v0.1.6 |
| 1561 | 2026-08-05T12:17:31.824Z | Compiling rsa v0.9.10 |
| 1562 | 2026-08-05T12:17:31.873Z | Compiling structmeta v0.3.0 |
| 1563 | 2026-08-05T12:17:31.947Z | Compiling stringprep v0.1.5 |
| 1564 | 2026-08-05T12:17:32.167Z | Compiling serde_urlencoded v0.7.1 |
| 1565 | 2026-08-05T12:17:32.183Z | Compiling env_logger v0.11.9 |
| 1566 | 2026-08-05T12:17:32.234Z | Compiling serde-hex v0.1.0 |
| 1567 | 2026-08-05T12:17:32.253Z | Compiling scroll v0.12.0 |
| 1568 | 2026-08-05T12:17:32.436Z | Compiling camino v1.2.2 |
| 1569 | 2026-08-05T12:17:32.504Z | Compiling bzip2 v0.4.4 |
| 1570 | 2026-08-05T12:17:32.566Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1571 | 2026-08-05T12:17:32.623Z | Compiling derive_builder_macro v0.20.2 |
| 1572 | 2026-08-05T12:17:32.692Z | Compiling inout v0.2.2 |
| 1573 | 2026-08-05T12:17:32.771Z | Compiling hashbrown v0.13.2 |
| 1574 | 2026-08-05T12:17:32.865Z | Compiling tokio-util v0.7.18 |
| 1575 | 2026-08-05T12:17:32.890Z | Compiling tower v0.5.3 |
| 1576 | 2026-08-05T12:17:33.034Z | Compiling toml_edit v0.19.15 |
| 1577 | 2026-08-05T12:17:33.061Z | Compiling tokio-native-tls v0.3.1 |
| 1578 | 2026-08-05T12:17:33.093Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1579 | 2026-08-05T12:17:33.139Z | Compiling newtype-uuid v1.3.2 |
| 1580 | 2026-08-05T12:17:33.148Z | Compiling serde_tokenstream v0.2.3 |
| 1581 | 2026-08-05T12:17:33.256Z | Compiling erased-serde v0.3.31 |
| 1582 | 2026-08-05T12:17:33.293Z | Compiling x509-cert v0.2.5 |
| 1583 | 2026-08-05T12:17:33.306Z | Compiling md-5 v0.10.6 |
| 1584 | 2026-08-05T12:17:33.415Z | Compiling tower-http v0.6.8 |
| 1585 | 2026-08-05T12:17:33.496Z | Compiling rustls-native-certs v0.8.3 |
| 1586 | 2026-08-05T12:17:33.501Z | Compiling bstr v1.12.1 |
| 1587 | 2026-08-05T12:17:33.526Z | Compiling pin-project-internal v1.1.11 |
| 1588 | 2026-08-05T12:17:33.530Z | Compiling darling_macro v0.23.0 |
| 1589 | 2026-08-05T12:17:33.771Z | Compiling h2 v0.4.15 |
| 1590 | 2026-08-05T12:17:33.805Z | Compiling zerocopy-derive v0.7.35 |
| 1591 | 2026-08-05T12:17:33.856Z | Compiling async-trait v0.1.89 |
| 1592 | 2026-08-05T12:17:33.951Z | Compiling daft-derive v0.1.7 |
| 1593 | 2026-08-05T12:17:34.033Z | Compiling curve25519-dalek v4.1.3 |
| 1594 | 2026-08-05T12:17:34.067Z | Compiling vergen-lib v9.1.0 |
| 1595 | 2026-08-05T12:17:34.188Z | Compiling hash32 v0.2.1 |
| 1596 | 2026-08-05T12:17:34.263Z | Compiling encoding_rs v0.8.35 |
| 1597 | 2026-08-05T12:17:34.385Z | Compiling memoffset v0.9.1 |
| 1598 | 2026-08-05T12:17:34.405Z | Compiling crc-any v2.5.0 |
| 1599 | 2026-08-05T12:17:34.632Z | Compiling ref-cast v1.0.25 |
| 1600 | 2026-08-05T12:17:34.682Z | Compiling cfg_aliases v0.2.1 |
| 1601 | 2026-08-05T12:17:34.711Z | Compiling rustix v0.38.44 |
| 1602 | 2026-08-05T12:17:34.767Z | Compiling fallible-iterator v0.2.0 |
| 1603 | 2026-08-05T12:17:34.783Z | Compiling mime v0.3.17 |
| 1604 | 2026-08-05T12:17:34.783Z | Compiling smoltcp v0.9.1 |
| 1605 | 2026-08-05T12:17:34.897Z | Compiling psl-types v2.0.11 |
| 1606 | 2026-08-05T12:17:34.953Z | Compiling litrs v1.0.0 |
| 1607 | 2026-08-05T12:17:34.969Z | Compiling nix v0.31.2 |
| 1608 | 2026-08-05T12:17:34.999Z | Compiling daft v0.1.7 |
| 1609 | 2026-08-05T12:17:35.043Z | Compiling publicsuffix v2.3.0 |
| 1610 | 2026-08-05T12:17:35.062Z | Compiling zerocopy v0.7.35 |
| 1611 | 2026-08-05T12:17:35.069Z | Compiling pin-project v1.1.11 |
| 1612 | 2026-08-05T12:17:35.119Z | Compiling postgres-protocol v0.6.10 |
| 1613 | 2026-08-05T12:17:35.191Z | Compiling toml v0.7.8 |
| 1614 | 2026-08-05T12:17:35.337Z | Compiling darling v0.23.0 |
| 1615 | 2026-08-05T12:17:35.351Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1616 | 2026-08-05T12:17:35.381Z | Compiling object v0.30.4 |
| 1617 | 2026-08-05T12:17:35.412Z | Compiling derive_builder v0.20.2 |
| 1618 | 2026-08-05T12:17:35.505Z | Compiling document-features v0.2.12 |
| 1619 | 2026-08-05T12:17:35.570Z | Compiling cipher v0.5.2 |
| 1620 | 2026-08-05T12:17:35.650Z | Compiling zip v0.6.6 |
| 1621 | 2026-08-05T12:17:35.714Z | Compiling goblin v0.8.2 |
| 1622 | 2026-08-05T12:17:35.750Z | Compiling derive-ex v0.1.8 |
| 1623 | 2026-08-05T12:17:35.860Z | Compiling futures-executor v0.3.32 |
| 1624 | 2026-08-05T12:17:35.885Z | Compiling hubpack_derive v0.1.1 |
| 1625 | 2026-08-05T12:17:35.896Z | Compiling regex v1.12.3 |
| 1626 | 2026-08-05T12:17:36.126Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1627 | 2026-08-05T12:17:36.161Z | Compiling phf_shared v0.13.1 |
| 1628 | 2026-08-05T12:17:36.184Z | Compiling ref-cast-impl v1.0.25 |
| 1629 | 2026-08-05T12:17:36.184Z | Compiling strum_macros v0.27.2 |
| 1630 | 2026-08-05T12:17:36.236Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1631 | 2026-08-05T12:17:36.327Z | Compiling snafu-derive v0.8.9 |
| 1632 | 2026-08-05T12:17:36.360Z | Compiling vergen v9.1.0 |
| 1633 | 2026-08-05T12:17:36.386Z | Compiling cargo-platform v0.3.2 |
| 1634 | 2026-08-05T12:17:36.408Z | Compiling ff v0.13.1 |
| 1635 | 2026-08-05T12:17:36.422Z | Compiling fs-err v3.3.0 |
| 1636 | 2026-08-05T12:17:36.565Z | Compiling jiff-core v0.1.0 |
| 1637 | 2026-08-05T12:17:36.581Z | Compiling unicode-segmentation v1.12.0 |
| 1638 | 2026-08-05T12:17:36.629Z | Compiling cpufeatures v0.3.0 |
| 1639 | 2026-08-05T12:17:36.676Z | Compiling same-file v1.0.6 |
| 1640 | 2026-08-05T12:17:36.729Z | Compiling foldhash v0.1.5 |
| 1641 | 2026-08-05T12:17:36.744Z | Compiling either v1.15.0 |
| 1642 | 2026-08-05T12:17:36.870Z | Compiling base16ct v0.2.0 |
| 1643 | 2026-08-05T12:17:36.911Z | Compiling bitflags v1.3.2 |
| 1644 | 2026-08-05T12:17:36.930Z | Compiling object v0.37.3 |
| 1645 | 2026-08-05T12:17:36.981Z | Compiling path-slash v0.1.5 |
| 1646 | 2026-08-05T12:17:37.000Z | Compiling hyper v1.10.1 |
| 1647 | 2026-08-05T12:17:37.020Z | Compiling libbz2-rs-sys v0.2.2 |
| 1648 | 2026-08-05T12:17:37.073Z | Compiling foldhash v0.2.0 |
| 1649 | 2026-08-05T12:17:37.120Z | Compiling bumpalo v3.20.2 |
| 1650 | 2026-08-05T12:17:37.218Z | Compiling managed v0.8.0 |
| 1651 | 2026-08-05T12:17:37.302Z | Compiling jiff v0.2.34 |
| 1652 | 2026-08-05T12:17:37.357Z | Compiling zopfli v0.8.3 |
| 1653 | 2026-08-05T12:17:37.448Z | Compiling bzip2 v0.6.1 |
| 1654 | 2026-08-05T12:17:37.499Z | Compiling test-strategy v0.4.5 |
| 1655 | 2026-08-05T12:17:37.671Z | Compiling hashbrown v0.16.1 |
| 1656 | 2026-08-05T12:17:37.707Z | Compiling sec1 v0.7.3 |
| 1657 | 2026-08-05T12:17:37.754Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1658 | 2026-08-05T12:17:38.015Z | Compiling dof v0.3.0 |
| 1659 | 2026-08-05T12:17:38.107Z | Compiling hashbrown v0.15.5 |
| 1660 | 2026-08-05T12:17:38.235Z | Compiling hyper-util v0.1.20 |
| 1661 | 2026-08-05T12:17:38.284Z | Compiling snafu v0.8.9 |
| 1662 | 2026-08-05T12:17:38.302Z | Compiling strum v0.27.2 |
| 1663 | 2026-08-05T12:17:38.358Z | Compiling walkdir v2.5.0 |
| 1664 | 2026-08-05T12:17:38.456Z | Compiling chacha20 v0.10.0 |
| 1665 | 2026-08-05T12:17:38.638Z | Compiling cargo_metadata v0.23.1 |
| 1666 | 2026-08-05T12:17:38.712Z | Compiling group v0.13.0 |
| 1667 | 2026-08-05T12:17:38.744Z | Compiling hubpack v0.1.2 |
| 1668 | 2026-08-05T12:17:38.744Z | Compiling phf v0.13.1 |
| 1669 | 2026-08-05T12:17:38.744Z | Compiling cookie_store v0.22.1 |
| 1670 | 2026-08-05T12:17:38.782Z | Compiling signal-hook-mio v0.2.5 |
| 1671 | 2026-08-05T12:17:38.865Z | Compiling futures v0.3.32 |
| 1672 | 2026-08-05T12:17:39.307Z | Compiling zstd v0.13.3 |
| 1673 | 2026-08-05T12:17:39.311Z | Compiling postgres-types v0.2.12 |
| 1674 | 2026-08-05T12:17:39.311Z | Compiling serde_with_macros v3.21.0 |
| 1675 | 2026-08-05T12:17:39.311Z | Compiling globset v0.4.18 |
| 1676 | 2026-08-05T12:17:39.311Z | Compiling usdt-attr-macro v0.6.0 |
| 1677 | 2026-08-05T12:17:39.311Z | Compiling usdt-macro v0.6.0 |
| 1678 | 2026-08-05T12:17:39.311Z | Compiling byte-wrapper v0.1.0 |
| 1679 | 2026-08-05T12:17:39.326Z | Compiling dtrace-parser v0.2.0 |
| 1680 | 2026-08-05T12:17:39.414Z | Compiling serde_plain v1.0.2 |
| 1681 | 2026-08-05T12:17:39.521Z | Compiling serde-big-array v0.5.1 |
| 1682 | 2026-08-05T12:17:39.633Z | Compiling olpc-cjson v0.1.4 |
| 1683 | 2026-08-05T12:17:39.652Z | Compiling ed25519 v2.2.3 |
| 1684 | 2026-08-05T12:17:39.675Z | Compiling hyper-tls v0.6.0 |
| 1685 | 2026-08-05T12:17:39.790Z | Compiling hkdf v0.12.4 |
| 1686 | 2026-08-05T12:17:39.817Z | Compiling crypto-bigint v0.5.5 |
| 1687 | 2026-08-05T12:17:39.930Z | Compiling reqwest v0.12.28 |
| 1688 | 2026-08-05T12:17:39.990Z | Compiling phf_shared v0.11.3 |
| 1689 | 2026-08-05T12:17:40.072Z | Compiling enum-as-inner v0.6.1 |
| 1690 | 2026-08-05T12:17:40.083Z | Compiling strum_macros v0.26.4 |
| 1691 | 2026-08-05T12:17:40.092Z | Compiling async-recursion v1.1.1 |
| 1692 | 2026-08-05T12:17:40.104Z | Compiling serde_repr v0.1.20 |
| 1693 | 2026-08-05T12:17:40.124Z | Compiling float-cmp v0.10.0 |
| 1694 | 2026-08-05T12:17:40.165Z | Compiling pem v3.0.6 |
| 1695 | 2026-08-05T12:17:40.207Z | Compiling thread-id v4.2.2 |
| 1696 | 2026-08-05T12:17:40.230Z | Compiling memmap2 v0.9.10 |
| 1697 | 2026-08-05T12:17:40.289Z | Compiling normalize-line-endings v0.3.0 |
| 1698 | 2026-08-05T12:17:40.309Z | Compiling static_assertions v1.1.0 |
| 1699 | 2026-08-05T12:17:40.395Z | Compiling fixedbitset v0.4.2 |
| 1700 | 2026-08-05T12:17:40.409Z | Compiling data-encoding v2.10.0 |
| 1701 | 2026-08-05T12:17:40.472Z | Compiling keccak v0.1.6 |
| 1702 | 2026-08-05T12:17:40.493Z | Compiling difflib v0.4.0 |
| 1703 | 2026-08-05T12:17:40.566Z | Compiling whoami v2.1.0 |
| 1704 | 2026-08-05T12:17:40.583Z | Compiling winnow v1.0.3 |
| 1705 | 2026-08-05T12:17:40.632Z | Compiling new_debug_unreachable v1.0.6 |
| 1706 | 2026-08-05T12:17:40.692Z | Compiling typed-path v0.9.3 |
| 1707 | 2026-08-05T12:17:40.720Z | Compiling predicates-core v1.0.10 |
| 1708 | 2026-08-05T12:17:40.781Z | Compiling fixedbitset v0.5.7 |
| 1709 | 2026-08-05T12:17:40.911Z | Compiling const-oid v0.10.2 |
| 1710 | 2026-08-05T12:17:40.959Z | Compiling precomputed-hash v0.1.1 |
| 1711 | 2026-08-05T12:17:40.973Z | Compiling toml_edit v0.22.27 |
| 1712 | 2026-08-05T12:17:40.988Z | Compiling petgraph v0.8.3 |
| 1713 | 2026-08-05T12:17:41.060Z | Compiling string_cache v0.8.9 |
| 1714 | 2026-08-05T12:17:41.060Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1715 | 2026-08-05T12:17:41.107Z | Compiling digest v0.11.3 |
| 1716 | 2026-08-05T12:17:41.148Z | Compiling predicates v3.1.4 |
| 1717 | 2026-08-05T12:17:41.148Z | Compiling elliptic-curve v0.13.8 |
| 1718 | 2026-08-05T12:17:41.160Z | Compiling tokio-postgres v0.7.16 |
| 1719 | 2026-08-05T12:17:41.230Z | Compiling hickory-proto v0.25.2 |
| 1720 | 2026-08-05T12:17:41.313Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1721 | 2026-08-05T12:17:41.354Z | Compiling sha3 v0.10.8 |
| 1722 | 2026-08-05T12:17:41.553Z | Compiling petgraph v0.6.5 |
| 1723 | 2026-08-05T12:17:41.728Z | Compiling usdt v0.6.0 |
| 1724 | 2026-08-05T12:17:41.808Z | Compiling usdt-impl v0.5.0 |
| 1725 | 2026-08-05T12:17:41.842Z | Compiling serde_with v3.21.0 |
| 1726 | 2026-08-05T12:17:41.855Z | Compiling crossterm v0.28.1 |
| 1727 | 2026-08-05T12:17:41.873Z | Compiling strum v0.26.3 |
| 1728 | 2026-08-05T12:17:41.915Z | Compiling ed25519-dalek v2.2.0 |
| 1729 | 2026-08-05T12:17:41.969Z | Compiling zip v4.6.1 |
| 1730 | 2026-08-05T12:17:42.035Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1731 | 2026-08-05T12:17:42.444Z | Compiling rand v0.10.1 |
| 1732 | 2026-08-05T12:17:42.910Z | Compiling iddqd v0.4.2 |
| 1733 | 2026-08-05T12:17:42.993Z | Compiling itertools v0.13.0 |
| 1734 | 2026-08-05T12:17:43.179Z | Compiling itertools v0.15.0 |
| 1735 | 2026-08-05T12:17:43.210Z | Compiling heck v0.4.1 |
| 1736 | 2026-08-05T12:17:43.336Z | Compiling similar v2.7.0 |
| 1737 | 2026-08-05T12:17:43.412Z | Compiling tokio-stream v0.1.18 |
| 1738 | 2026-08-05T12:17:43.479Z | Compiling crossbeam-epoch v0.9.18 |
| 1739 | 2026-08-05T12:17:43.614Z | Compiling buf-list v1.1.2 |
| 1740 | 2026-08-05T12:17:43.711Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1741 | 2026-08-05T12:17:43.727Z | Compiling openapiv3 v2.2.0 |
| 1742 | 2026-08-05T12:17:43.796Z | Compiling peg-runtime v0.8.5 |
| 1743 | 2026-08-05T12:17:43.841Z | Compiling lalrpop-util v0.19.12 |
| 1744 | 2026-08-05T12:17:43.963Z | Compiling thread_local v1.1.9 |
| 1745 | 2026-08-05T12:17:43.969Z | Compiling slog-async v2.8.0 |
| 1746 | 2026-08-05T12:17:44.044Z | Compiling crossbeam-channel v0.5.15 |
| 1747 | 2026-08-05T12:17:44.071Z | Compiling filetime v0.2.27 |
| 1748 | 2026-08-05T12:17:44.101Z | Compiling is-terminal v0.4.17 |
| 1749 | 2026-08-05T12:17:44.194Z | Compiling take_mut v0.2.2 |
| 1750 | 2026-08-05T12:17:44.225Z | Compiling xattr v1.6.1 |
| 1751 | 2026-08-05T12:17:44.233Z | Compiling term v1.2.1 |
| 1752 | 2026-08-05T12:17:44.238Z | Compiling camino-tempfile v1.4.1 |
| 1753 | 2026-08-05T12:17:44.399Z | Compiling tar v0.4.46 |
| 1754 | 2026-08-05T12:17:44.524Z | Compiling slog-term v2.9.2 |
| 1755 | 2026-08-05T12:18:01.917Z | Compiling rustls-webpki v0.103.13 |
| 1756 | 2026-08-05T12:18:05.006Z | Compiling tokio-rustls v0.26.4 |
| 1757 | 2026-08-05T12:18:05.006Z | Compiling rustls-platform-verifier v0.6.2 |
| 1758 | 2026-08-05T12:18:05.006Z | Compiling tough v0.22.0 |
| 1759 | 2026-08-05T12:18:05.071Z | Compiling hyper-rustls v0.27.7 |
| 1760 | 2026-08-05T12:18:05.071Z | Compiling reqwest v0.13.2 |
| 1761 | 2026-08-05T12:18:07.180Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1762 | 2026-08-05T12:18:07.489Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1763 | 2026-08-05T12:18:10.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.07s |
| 1764 | 2026-08-05T12:18:10.528Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1765 | 2026-08-05T12:18:10.557Z | Aug 05 12:18:09.686 INFO Starting download, target: Console |
| 1766 | 2026-08-05T12:18:10.557Z | Aug 05 12:18:09.686 INFO Starting download, target: Clickhouse |
| 1767 | 2026-08-05T12:18:10.558Z | Aug 05 12:18:09.686 INFO Starting download, target: Cockroach |
| 1768 | 2026-08-05T12:18:10.558Z | Aug 05 12:18:09.686 INFO Starting download, target: DendriteStub |
| 1769 | 2026-08-05T12:18:10.563Z | Aug 05 12:18:09.686 INFO Starting download, target: MaghemiteMgd |
| 1770 | 2026-08-05T12:18:10.563Z | Aug 05 12:18:09.686 INFO Starting download, target: MaghemiteDdmd |
| 1771 | 2026-08-05T12:18:10.563Z | Aug 05 12:18:09.686 INFO Starting download, target: TransceiverControl |
| 1772 | 2026-08-05T12:18:10.563Z | Aug 05 12:18:09.686 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1773 | 2026-08-05T12:18:10.563Z | Aug 05 12:18:09.686 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1774 | 2026-08-05T12:18:10.564Z | Aug 05 12:18:09.686 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1775 | 2026-08-05T12:18:10.564Z | Aug 05 12:18:09.686 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1776 | 2026-08-05T12:18:10.564Z | Aug 05 12:18:09.686 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1777 | 2026-08-05T12:18:10.564Z | Aug 05 12:18:09.686 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1778 | 2026-08-05T12:18:10.564Z | Aug 05 12:18:09.687 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1779 | 2026-08-05T12:18:11.424Z | Aug 05 12:18:10.525 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1780 | 2026-08-05T12:18:11.638Z | Aug 05 12:18:10.744 INFO Download complete, target: TransceiverControl |
| 1781 | 2026-08-05T12:18:12.396Z | Aug 05 12:18:11.492 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1782 | 2026-08-05T12:18:12.681Z | Aug 05 12:18:11.754 INFO Download complete, target: Console |
| 1783 | 2026-08-05T12:18:13.283Z | Aug 05 12:18:12.391 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1784 | 2026-08-05T12:18:13.302Z | Aug 05 12:18:12.399 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1785 | 2026-08-05T12:18:13.754Z | Aug 05 12:18:12.865 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1786 | 2026-08-05T12:18:13.809Z | Aug 05 12:18:12.918 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1787 | 2026-08-05T12:18:14.682Z | Aug 05 12:18:13.811 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1788 | 2026-08-05T12:18:14.682Z | Aug 05 12:18:13.811 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1789 | 2026-08-05T12:18:16.050Z | Aug 05 12:18:15.176 INFO Download complete, target: MaghemiteDdmd |
| 1790 | 2026-08-05T12:18:16.060Z | Aug 05 12:18:15.189 INFO Download complete, target: DendriteStub |
| 1791 | 2026-08-05T12:18:16.391Z | Aug 05 12:18:15.520 INFO Download complete, target: MaghemiteMgd |
| 1792 | 2026-08-05T12:18:19.494Z | Aug 05 12:18:18.621 INFO Checking that binary works, target: Cockroach |
| 1793 | 2026-08-05T12:18:19.616Z | Aug 05 12:18:18.744 INFO Download complete, target: Cockroach |
| 1794 | 2026-08-05T12:18:20.181Z | Aug 05 12:18:19.305 INFO Checking that binary works, target: Clickhouse |
| 1795 | 2026-08-05T12:18:20.267Z | Aug 05 12:18:19.395 INFO Download complete, target: Clickhouse |
| 1796 | 2026-08-05T12:18:20.272Z | All prerequisites installed successfully |
| 1797 | 2026-08-05T12:18:20.277Z | |
| 1798 | 2026-08-05T12:18:20.278Z | real 1:51.264108878 |
| 1799 | 2026-08-05T12:18:20.278Z | user 7:13.724025419 |
| 1800 | 2026-08-05T12:18:20.278Z | sys 1:45.156889814 |
| 1801 | 2026-08-05T12:18:20.278Z | trap 0.296469386 |
| 1802 | 2026-08-05T12:18:20.278Z | tflt 0.860764919 |
| 1803 | 2026-08-05T12:18:20.278Z | dflt 1.666294036 |
| 1804 | 2026-08-05T12:18:20.278Z | kflt 0.027997819 |
| 1805 | 2026-08-05T12:18:20.278Z | lock 28:08.634499559 |
| 1806 | 2026-08-05T12:18:20.278Z | slp 19:45.505746869 |
| 1807 | 2026-08-05T12:18:20.278Z | lat 28.997159686 |
| 1808 | 2026-08-05T12:18:20.278Z | stop 3:25.666098388 |
| 1809 | 2026-08-05T12:18:20.278Z | + ptime -m cargo xtask download softnpu |
| 1810 | 2026-08-05T12:18:20.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1811 | 2026-08-05T12:18:20.762Z | Running `target/debug/xtask download softnpu` |
| 1812 | 2026-08-05T12:18:21.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 1813 | 2026-08-05T12:18:21.637Z | Running `target/debug/xtask-downloader softnpu` |
| 1814 | 2026-08-05T12:18:21.674Z | Aug 05 12:18:20.776 INFO Starting download, target: Softnpu |
| 1815 | 2026-08-05T12:18:21.674Z | Aug 05 12:18:20.777 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1816 | 2026-08-05T12:18:23.232Z | Aug 05 12:18:22.245 INFO Download complete, target: Softnpu |
| 1817 | 2026-08-05T12:18:23.279Z | |
| 1818 | 2026-08-05T12:18:23.279Z | real 2.840739519 |
| 1819 | 2026-08-05T12:18:23.279Z | user 1.345211756 |
| 1820 | 2026-08-05T12:18:23.279Z | sys 0.634563191 |
| 1821 | 2026-08-05T12:18:23.279Z | trap 0.000769470 |
| 1822 | 2026-08-05T12:18:23.279Z | tflt 0.000336290 |
| 1823 | 2026-08-05T12:18:23.279Z | dflt 0.000222970 |
| 1824 | 2026-08-05T12:18:23.279Z | kflt 0.000000690 |
| 1825 | 2026-08-05T12:18:23.279Z | lock 28.658731264 |
| 1826 | 2026-08-05T12:18:23.279Z | slp 1.315706897 |
| 1827 | 2026-08-05T12:18:23.279Z | lat 0.106259183 |
| 1828 | 2026-08-05T12:18:23.279Z | stop 0.000270090 |
| 1829 | 2026-08-05T12:18:23.279Z | + export CARGO_INCREMENTAL=0 |
| 1830 | 2026-08-05T12:18:23.279Z | + CARGO_INCREMENTAL=0 |
| 1831 | 2026-08-05T12:18:23.279Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1832 | 2026-08-05T12:18:24.164Z | Compiling proc-macro2 v1.0.106 |
| 1833 | 2026-08-05T12:18:24.164Z | Compiling quote v1.0.45 |
| 1834 | 2026-08-05T12:18:24.164Z | Compiling unicode-ident v1.0.24 |
| 1835 | 2026-08-05T12:18:24.268Z | Compiling libc v0.2.185 |
| 1836 | 2026-08-05T12:18:24.268Z | Compiling serde_core v1.0.228 |
| 1837 | 2026-08-05T12:18:24.268Z | Compiling serde v1.0.228 |
| 1838 | 2026-08-05T12:18:24.268Z | Compiling cfg-if v1.0.4 |
| 1839 | 2026-08-05T12:18:24.268Z | Compiling version_check v0.9.5 |
| 1840 | 2026-08-05T12:18:24.269Z | Compiling autocfg v1.5.0 |
| 1841 | 2026-08-05T12:18:24.269Z | Compiling shlex v1.3.0 |
| 1842 | 2026-08-05T12:18:24.269Z | Compiling find-msvc-tools v0.1.9 |
| 1843 | 2026-08-05T12:18:24.269Z | Compiling memchr v2.8.0 |
| 1844 | 2026-08-05T12:18:24.269Z | Compiling zmij v1.0.21 |
| 1845 | 2026-08-05T12:18:24.269Z | Compiling serde_json v1.0.151 |
| 1846 | 2026-08-05T12:18:24.387Z | Compiling portable-atomic v1.13.1 |
| 1847 | 2026-08-05T12:18:24.477Z | Compiling zerocopy v0.8.40 |
| 1848 | 2026-08-05T12:18:24.552Z | Compiling getrandom v0.4.1 |
| 1849 | 2026-08-05T12:18:24.685Z | Compiling libm v0.2.16 |
| 1850 | 2026-08-05T12:18:24.856Z | Compiling num-traits v0.2.19 |
| 1851 | 2026-08-05T12:18:24.856Z | Compiling parking_lot_core v0.9.12 |
| 1852 | 2026-08-05T12:18:24.856Z | Compiling icu_normalizer_data v2.1.1 |
| 1853 | 2026-08-05T12:18:24.856Z | Compiling generic-array v0.14.7 |
| 1854 | 2026-08-05T12:18:24.900Z | Compiling icu_properties_data v2.1.2 |
| 1855 | 2026-08-05T12:18:24.900Z | Compiling smallvec v1.15.1 |
| 1856 | 2026-08-05T12:18:24.900Z | Compiling itoa v1.0.17 |
| 1857 | 2026-08-05T12:18:24.933Z | Compiling log v0.4.29 |
| 1858 | 2026-08-05T12:18:24.946Z | Compiling pkg-config v0.3.32 |
| 1859 | 2026-08-05T12:18:24.946Z | Compiling subtle v2.6.1 |
| 1860 | 2026-08-05T12:18:24.991Z | Compiling stable_deref_trait v1.2.1 |
| 1861 | 2026-08-05T12:18:25.019Z | Compiling typenum v1.20.1 |
| 1862 | 2026-08-05T12:18:25.108Z | Compiling jobserver v0.1.34 |
| 1863 | 2026-08-05T12:18:25.130Z | Compiling getrandom v0.3.4 |
| 1864 | 2026-08-05T12:18:25.151Z | Compiling errno v0.3.14 |
| 1865 | 2026-08-05T12:18:25.195Z | Compiling scopeguard v1.2.0 |
| 1866 | 2026-08-05T12:18:25.217Z | Compiling thiserror v2.0.18 |
| 1867 | 2026-08-05T12:18:25.323Z | Compiling lock_api v0.4.14 |
| 1868 | 2026-08-05T12:18:25.332Z | Compiling cc v1.2.56 |
| 1869 | 2026-08-05T12:18:25.332Z | Compiling rustix v1.1.3 |
| 1870 | 2026-08-05T12:18:25.440Z | Compiling rand_core v0.10.0 |
| 1871 | 2026-08-05T12:18:25.451Z | Compiling getrandom v0.2.17 |
| 1872 | 2026-08-05T12:18:25.680Z | Compiling syn v2.0.117 |
| 1873 | 2026-08-05T12:18:25.680Z | Compiling heck v0.5.0 |
| 1874 | 2026-08-05T12:18:25.680Z | Compiling equivalent v1.0.2 |
| 1875 | 2026-08-05T12:18:25.841Z | Compiling rand_core v0.6.4 |
| 1876 | 2026-08-05T12:18:25.841Z | Compiling pin-project-lite v0.2.17 |
| 1877 | 2026-08-05T12:18:25.867Z | Compiling syn v1.0.109 |
| 1878 | 2026-08-05T12:18:25.868Z | Compiling critical-section v1.2.0 |
| 1879 | 2026-08-05T12:18:25.914Z | Compiling litemap v0.8.1 |
| 1880 | 2026-08-05T12:18:25.968Z | Compiling schemars v0.8.22 |
| 1881 | 2026-08-05T12:18:25.968Z | Compiling writeable v0.6.2 |
| 1882 | 2026-08-05T12:18:25.968Z | Compiling percent-encoding v2.3.2 |
| 1883 | 2026-08-05T12:18:25.990Z | Compiling hashbrown v0.17.0 |
| 1884 | 2026-08-05T12:18:26.074Z | Compiling cmake v0.1.57 |
| 1885 | 2026-08-05T12:18:26.125Z | Compiling dunce v1.0.5 |
| 1886 | 2026-08-05T12:18:26.241Z | Compiling rustversion v1.0.22 |
| 1887 | 2026-08-05T12:18:26.241Z | Compiling once_cell v1.21.3 |
| 1888 | 2026-08-05T12:18:26.272Z | Compiling fs_extra v1.3.0 |
| 1889 | 2026-08-05T12:18:26.343Z | Compiling byteorder v1.5.0 |
| 1890 | 2026-08-05T12:18:26.395Z | Compiling semver v1.0.28 |
| 1891 | 2026-08-05T12:18:26.509Z | Compiling indexmap v2.14.0 |
| 1892 | 2026-08-05T12:18:26.599Z | Compiling bitflags v2.11.0 |
| 1893 | 2026-08-05T12:18:26.599Z | Compiling strsim v0.11.1 |
| 1894 | 2026-08-05T12:18:26.599Z | Compiling signal-hook-registry v1.4.8 |
| 1895 | 2026-08-05T12:18:26.738Z | Compiling aws-lc-sys v0.40.0 |
| 1896 | 2026-08-05T12:18:26.765Z | Compiling utf8_iter v1.0.4 |
| 1897 | 2026-08-05T12:18:26.792Z | Compiling thiserror v1.0.69 |
| 1898 | 2026-08-05T12:18:26.819Z | Compiling parking_lot v0.12.5 |
| 1899 | 2026-08-05T12:18:27.063Z | Compiling form_urlencoded v1.2.2 |
| 1900 | 2026-08-05T12:18:27.245Z | Compiling socket2 v0.6.3 |
| 1901 | 2026-08-05T12:18:27.245Z | Compiling mio v1.2.0 |
| 1902 | 2026-08-05T12:18:27.356Z | Compiling aws-lc-rs v1.16.3 |
| 1903 | 2026-08-05T12:18:27.356Z | Compiling futures-core v0.3.32 |
| 1904 | 2026-08-05T12:18:27.357Z | Compiling const-oid v0.9.6 |
| 1905 | 2026-08-05T12:18:27.392Z | Compiling httparse v1.10.1 |
| 1906 | 2026-08-05T12:18:27.497Z | Compiling ucd-trie v0.1.7 |
| 1907 | 2026-08-05T12:18:27.516Z | Compiling regex-syntax v0.8.10 |
| 1908 | 2026-08-05T12:18:27.743Z | Compiling crc32fast v1.5.0 |
| 1909 | 2026-08-05T12:18:27.796Z | Compiling fnv v1.0.7 |
| 1910 | 2026-08-05T12:18:27.811Z | Compiling pest v2.8.6 |
| 1911 | 2026-08-05T12:18:27.879Z | Compiling ident_case v1.0.1 |
| 1912 | 2026-08-05T12:18:27.906Z | Compiling vcpkg v0.2.15 |
| 1913 | 2026-08-05T12:18:28.012Z | Compiling iana-time-zone v0.1.65 |
| 1914 | 2026-08-05T12:18:28.022Z | Compiling uuid v1.23.4 |
| 1915 | 2026-08-05T12:18:28.229Z | Compiling rustc_version v0.4.1 |
| 1916 | 2026-08-05T12:18:28.248Z | Compiling futures-sink v0.3.32 |
| 1917 | 2026-08-05T12:18:28.248Z | Compiling rustls v0.23.41 |
| 1918 | 2026-08-05T12:18:28.284Z | Compiling futures-channel v0.3.32 |
| 1919 | 2026-08-05T12:18:28.451Z | Compiling synstructure v0.13.2 |
| 1920 | 2026-08-05T12:18:28.468Z | Compiling serde_derive_internals v0.29.1 |
| 1921 | 2026-08-05T12:18:28.483Z | Compiling openssl-sys v0.9.117 |
| 1922 | 2026-08-05T12:18:28.615Z | Compiling aho-corasick v1.1.4 |
| 1923 | 2026-08-05T12:18:28.636Z | Compiling slab v0.4.12 |
| 1924 | 2026-08-05T12:18:28.681Z | Compiling futures-io v0.3.32 |
| 1925 | 2026-08-05T12:18:28.727Z | Compiling futures-task v0.3.32 |
| 1926 | 2026-08-05T12:18:28.865Z | Compiling pest_meta v2.8.6 |
| 1927 | 2026-08-05T12:18:28.946Z | Compiling radium v0.7.0 |
| 1928 | 2026-08-05T12:18:29.032Z | Compiling plain v0.2.3 |
| 1929 | 2026-08-05T12:18:29.052Z | Compiling time-core v0.1.8 |
| 1930 | 2026-08-05T12:18:29.052Z | Compiling dyn-clone v1.0.20 |
| 1931 | 2026-08-05T12:18:29.052Z | Compiling num-conv v0.2.0 |
| 1932 | 2026-08-05T12:18:29.103Z | Compiling crossbeam-utils v0.8.21 |
| 1933 | 2026-08-05T12:18:29.175Z | Compiling openssl v0.10.80 |
| 1934 | 2026-08-05T12:18:29.188Z | Compiling time-macros v0.2.27 |
| 1935 | 2026-08-05T12:18:29.188Z | Compiling pretty-hex v0.4.1 |
| 1936 | 2026-08-05T12:18:29.258Z | Compiling maybe-uninit v2.0.0 |
| 1937 | 2026-08-05T12:18:29.356Z | Compiling regex-automata v0.4.14 |
| 1938 | 2026-08-05T12:18:29.366Z | Compiling base64 v0.22.1 |
| 1939 | 2026-08-05T12:18:29.392Z | Compiling base64ct v1.8.3 |
| 1940 | 2026-08-05T12:18:29.436Z | Compiling flagset v0.4.7 |
| 1941 | 2026-08-05T12:18:29.517Z | Compiling pest_generator v2.8.6 |
| 1942 | 2026-08-05T12:18:29.631Z | Compiling rand_core v0.9.5 |
| 1943 | 2026-08-05T12:18:29.649Z | Compiling darling_core v0.23.0 |
| 1944 | 2026-08-05T12:18:29.649Z | Compiling pem-rfc7468 v0.7.0 |
| 1945 | 2026-08-05T12:18:29.649Z | Compiling serde_derive v1.0.228 |
| 1946 | 2026-08-05T12:18:29.649Z | Compiling zeroize_derive v1.5.0 |
| 1947 | 2026-08-05T12:18:29.742Z | Compiling zerofrom-derive v0.1.6 |
| 1948 | 2026-08-05T12:18:29.861Z | Compiling yoke-derive v0.8.1 |
| 1949 | 2026-08-05T12:18:29.861Z | Compiling zerocopy-derive v0.8.40 |
| 1950 | 2026-08-05T12:18:29.892Z | Compiling zerovec-derive v0.11.2 |
| 1951 | 2026-08-05T12:18:29.892Z | Compiling displaydoc v0.2.5 |
| 1952 | 2026-08-05T12:18:29.907Z | Compiling tokio-macros v2.7.0 |
| 1953 | 2026-08-05T12:18:29.917Z | Compiling futures-macro v0.3.32 |
| 1954 | 2026-08-05T12:18:30.131Z | Compiling thiserror-impl v2.0.18 |
| 1955 | 2026-08-05T12:18:30.148Z | Compiling schemars_derive v0.8.22 |
| 1956 | 2026-08-05T12:18:30.167Z | Compiling der_derive v0.7.3 |
| 1957 | 2026-08-05T12:18:30.269Z | Compiling zeroize v1.9.0 |
| 1958 | 2026-08-05T12:18:30.558Z | Compiling tracing-attributes v0.1.31 |
| 1959 | 2026-08-05T12:18:30.602Z | Compiling thiserror-impl v1.0.69 |
| 1960 | 2026-08-05T12:18:30.679Z | Compiling pest_derive v2.8.6 |
| 1961 | 2026-08-05T12:18:30.716Z | Compiling futures-util v0.3.32 |
| 1962 | 2026-08-05T12:18:30.805Z | Compiling zerofrom v0.1.6 |
| 1963 | 2026-08-05T12:18:30.963Z | Compiling yoke v0.8.1 |
| 1964 | 2026-08-05T12:18:31.142Z | Compiling crypto-common v0.1.7 |
| 1965 | 2026-08-05T12:18:31.177Z | Compiling zerovec v0.11.5 |
| 1966 | 2026-08-05T12:18:31.195Z | Compiling zerotrie v0.2.3 |
| 1967 | 2026-08-05T12:18:31.293Z | Compiling block-buffer v0.10.4 |
| 1968 | 2026-08-05T12:18:31.462Z | Compiling digest v0.10.7 |
| 1969 | 2026-08-05T12:18:31.558Z | Compiling scroll_derive v0.12.1 |
| 1970 | 2026-08-05T12:18:31.652Z | Compiling scroll_derive v0.13.1 |
| 1971 | 2026-08-05T12:18:31.680Z | Compiling der v0.7.10 |
| 1972 | 2026-08-05T12:18:31.698Z | Compiling openssl-macros v0.1.1 |
| 1973 | 2026-08-05T12:18:31.731Z | Compiling tinystr v0.8.2 |
| 1974 | 2026-08-05T12:18:31.779Z | Compiling potential_utf v0.1.4 |
| 1975 | 2026-08-05T12:18:31.895Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1976 | 2026-08-05T12:18:31.991Z | Compiling icu_locale_core v2.1.1 |
| 1977 | 2026-08-05T12:18:32.066Z | Compiling icu_collections v2.1.1 |
| 1978 | 2026-08-05T12:18:32.218Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1979 | 2026-08-05T12:18:32.218Z | Compiling ahash v0.8.12 |
| 1980 | 2026-08-05T12:18:32.350Z | Compiling num-bigint-dig v0.8.6 |
| 1981 | 2026-08-05T12:18:32.549Z | Compiling anyhow v1.0.102 |
| 1982 | 2026-08-05T12:18:32.622Z | Compiling packed_struct v0.10.1 |
| 1983 | 2026-08-05T12:18:32.622Z | Compiling native-tls v0.2.18 |
| 1984 | 2026-08-05T12:18:32.622Z | Compiling spki v0.7.3 |
| 1985 | 2026-08-05T12:18:32.744Z | Compiling icu_provider v2.1.1 |
| 1986 | 2026-08-05T12:18:32.811Z | Compiling darling_macro v0.23.0 |
| 1987 | 2026-08-05T12:18:32.833Z | Compiling regex v1.12.3 |
| 1988 | 2026-08-05T12:18:32.833Z | Compiling zerocopy-derive v0.7.35 |
| 1989 | 2026-08-05T12:18:32.913Z | Compiling bytes v1.11.1 |
| 1990 | 2026-08-05T12:18:33.038Z | Compiling chrono v0.4.45 |
| 1991 | 2026-08-05T12:18:33.038Z | Compiling serde_tokenstream v0.2.3 |
| 1992 | 2026-08-05T12:18:33.071Z | Compiling icu_normalizer v2.1.1 |
| 1993 | 2026-08-05T12:18:33.143Z | Compiling icu_properties v2.1.2 |
| 1994 | 2026-08-05T12:18:33.439Z | Compiling tokio v1.52.1 |
| 1995 | 2026-08-05T12:18:33.627Z | Compiling http v1.4.2 |
| 1996 | 2026-08-05T12:18:33.802Z | Compiling slog v2.8.2 |
| 1997 | 2026-08-05T12:18:34.013Z | Compiling idna_adapter v1.2.1 |
| 1998 | 2026-08-05T12:18:34.056Z | Compiling ppv-lite86 v0.2.21 |
| 1999 | 2026-08-05T12:18:34.217Z | Compiling idna v1.1.0 |
| 2000 | 2026-08-05T12:18:34.369Z | Compiling tracing-core v0.1.36 |
| 2001 | 2026-08-05T12:18:34.404Z | Compiling cookie v0.18.1 |
| 2002 | 2026-08-05T12:18:34.438Z | Compiling utf8parse v0.2.2 |
| 2003 | 2026-08-05T12:18:34.477Z | Compiling camino v1.2.2 |
| 2004 | 2026-08-05T12:18:34.549Z | Compiling cpufeatures v0.2.17 |
| 2005 | 2026-08-05T12:18:34.576Z | Compiling url v2.5.8 |
| 2006 | 2026-08-05T12:18:34.617Z | Compiling rand_chacha v0.9.0 |
| 2007 | 2026-08-05T12:18:34.693Z | Compiling darling v0.23.0 |
| 2008 | 2026-08-05T12:18:34.728Z | Compiling toml_datetime v0.6.11 |
| 2009 | 2026-08-05T12:18:34.753Z | Compiling serde_spanned v0.6.9 |
| 2010 | 2026-08-05T12:18:34.768Z | Compiling packed_struct_codegen v0.10.1 |
| 2011 | 2026-08-05T12:18:34.792Z | Compiling tracing v0.1.44 |
| 2012 | 2026-08-05T12:18:34.969Z | Compiling bitfield-macros v0.19.4 |
| 2013 | 2026-08-05T12:18:34.984Z | Compiling clap_derive v4.6.1 |
| 2014 | 2026-08-05T12:18:34.984Z | Compiling zerocopy-derive v0.6.6 |
| 2015 | 2026-08-05T12:18:35.399Z | Compiling indexmap v1.9.3 |
| 2016 | 2026-08-05T12:18:35.410Z | Compiling anstyle v1.0.14 |
| 2017 | 2026-08-05T12:18:35.599Z | Compiling cmov v0.5.4 |
| 2018 | 2026-08-05T12:18:35.628Z | Compiling paste v1.0.15 |
| 2019 | 2026-08-05T12:18:35.675Z | Compiling rand v0.9.2 |
| 2020 | 2026-08-05T12:18:35.704Z | Compiling http-body v1.0.1 |
| 2021 | 2026-08-05T12:18:35.740Z | Compiling pkcs8 v0.10.2 |
| 2022 | 2026-08-05T12:18:35.830Z | Compiling ctutils v0.4.2 |
| 2023 | 2026-08-05T12:18:35.906Z | Compiling rustls-pki-types v1.14.0 |
| 2024 | 2026-08-05T12:18:36.098Z | Compiling spin v0.9.8 |
| 2025 | 2026-08-05T12:18:36.131Z | Compiling usdt-impl v0.5.0 |
| 2026 | 2026-08-05T12:18:36.131Z | Compiling winnow v0.5.40 |
| 2027 | 2026-08-05T12:18:36.264Z | Compiling tinyvec_macros v0.1.1 |
| 2028 | 2026-08-05T12:18:36.358Z | Compiling colorchoice v1.0.4 |
| 2029 | 2026-08-05T12:18:36.358Z | Compiling usdt-impl v0.6.0 |
| 2030 | 2026-08-05T12:18:36.408Z | Compiling anstyle-query v1.1.5 |
| 2031 | 2026-08-05T12:18:36.408Z | Compiling fastrand v2.3.0 |
| 2032 | 2026-08-05T12:18:36.429Z | Compiling is_terminal_polyfill v1.70.2 |
| 2033 | 2026-08-05T12:18:36.429Z | Compiling either v1.15.0 |
| 2034 | 2026-08-05T12:18:36.429Z | Compiling openssl-probe v0.2.1 |
| 2035 | 2026-08-05T12:18:36.517Z | Compiling ref-cast v1.0.25 |
| 2036 | 2026-08-05T12:18:36.555Z | Compiling tinyvec v1.10.0 |
| 2037 | 2026-08-05T12:18:36.639Z | Compiling hybrid-array v0.4.13 |
| 2038 | 2026-08-05T12:18:36.796Z | Compiling sha2 v0.10.9 |
| 2039 | 2026-08-05T12:18:36.862Z | Compiling scroll v0.13.0 |
| 2040 | 2026-08-05T12:18:36.989Z | Compiling scroll v0.12.0 |
| 2041 | 2026-08-05T12:18:37.054Z | Compiling async-trait v0.1.89 |
| 2042 | 2026-08-05T12:18:37.138Z | Compiling heapless v0.7.17 |
| 2043 | 2026-08-05T12:18:37.240Z | Compiling tokio-util v0.7.18 |
| 2044 | 2026-08-05T12:18:37.736Z | Compiling winnow v1.0.3 |
| 2045 | 2026-08-05T12:18:37.784Z | Compiling winnow v0.7.14 |
| 2046 | 2026-08-05T12:18:37.784Z | Compiling toml_edit v0.19.15 |
| 2047 | 2026-08-05T12:18:37.784Z | Compiling rustix v0.38.44 |
| 2048 | 2026-08-05T12:18:37.784Z | Compiling try-lock v0.2.5 |
| 2049 | 2026-08-05T12:18:37.784Z | Compiling litrs v1.0.0 |
| 2050 | 2026-08-05T12:18:37.784Z | Compiling tower-layer v0.3.3 |
| 2051 | 2026-08-05T12:18:37.784Z | Compiling atomic-waker v1.1.2 |
| 2052 | 2026-08-05T12:18:37.803Z | Compiling tower-service v0.3.3 |
| 2053 | 2026-08-05T12:18:37.828Z | Compiling untrusted v0.7.1 |
| 2054 | 2026-08-05T12:18:37.839Z | Compiling signal-hook v0.3.18 |
| 2055 | 2026-08-05T12:18:37.915Z | Compiling zstd-safe v7.2.4 |
| 2056 | 2026-08-05T12:18:38.015Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2057 | 2026-08-05T12:18:38.080Z | Compiling document-features v0.2.12 |
| 2058 | 2026-08-05T12:18:38.080Z | Compiling h2 v0.4.15 |
| 2059 | 2026-08-05T12:18:38.107Z | Compiling want v0.3.1 |
| 2060 | 2026-08-05T12:18:38.195Z | Compiling tempfile v3.25.0 |
| 2061 | 2026-08-05T12:18:38.662Z | Compiling goblin v0.8.2 |
| 2062 | 2026-08-05T12:18:38.699Z | Compiling goblin v0.10.5 |
| 2063 | 2026-08-05T12:18:38.721Z | Compiling itertools v0.15.0 |
| 2064 | 2026-08-05T12:18:38.721Z | Compiling anstyle-parse v1.0.0 |
| 2065 | 2026-08-05T12:18:38.767Z | Compiling zerocopy v0.7.35 |
| 2066 | 2026-08-05T12:18:38.811Z | Compiling ipnet v2.11.0 |
| 2067 | 2026-08-05T12:18:39.036Z | Compiling daft-derive v0.1.7 |
| 2068 | 2026-08-05T12:18:39.373Z | Compiling structmeta-derive v0.3.0 |
| 2069 | 2026-08-05T12:18:39.625Z | Compiling ref-cast-impl v1.0.25 |
| 2070 | 2026-08-05T12:18:39.625Z | Compiling curve25519-dalek v4.1.3 |
| 2071 | 2026-08-05T12:18:39.625Z | Compiling darling_core v0.20.11 |
| 2072 | 2026-08-05T12:18:39.728Z | Compiling memoffset v0.9.1 |
| 2073 | 2026-08-05T12:18:39.728Z | Compiling tap v1.0.1 |
| 2074 | 2026-08-05T12:18:39.728Z | Compiling untrusted v0.9.0 |
| 2075 | 2026-08-05T12:18:40.361Z | Compiling foreign-types-shared v0.1.1 |
| 2076 | 2026-08-05T12:18:40.415Z | Compiling simd-adler32 v0.3.8 |
| 2077 | 2026-08-05T12:18:40.416Z | Compiling httpdate v1.0.3 |
| 2078 | 2026-08-05T12:18:40.416Z | Compiling powerfmt v0.2.0 |
| 2079 | 2026-08-05T12:18:40.416Z | Compiling foreign-types v0.3.2 |
| 2080 | 2026-08-05T12:18:40.416Z | Compiling deranged v0.5.8 |
| 2081 | 2026-08-05T12:18:40.416Z | Compiling wyz v0.5.1 |
| 2082 | 2026-08-05T12:18:40.416Z | Compiling anstream v1.0.0 |
| 2083 | 2026-08-05T12:18:40.416Z | Compiling structmeta v0.3.0 |
| 2084 | 2026-08-05T12:18:40.416Z | Compiling unicode-normalization v0.1.25 |
| 2085 | 2026-08-05T12:18:40.780Z | Compiling dtrace-parser v0.2.0 |
| 2086 | 2026-08-05T12:18:40.780Z | Compiling rand_chacha v0.3.1 |
| 2087 | 2026-08-05T12:18:41.304Z | Compiling dof v0.3.0 |
| 2088 | 2026-08-05T12:18:41.345Z | Compiling hex v0.4.3 |
| 2089 | 2026-08-05T12:18:41.345Z | Compiling signature v2.2.0 |
| 2090 | 2026-08-05T12:18:41.345Z | Compiling dtrace-parser v0.3.0 |
| 2091 | 2026-08-05T12:18:41.345Z | Compiling terminal_size v0.4.3 |
| 2092 | 2026-08-05T12:18:41.345Z | Compiling hyper v1.10.1 |
| 2093 | 2026-08-05T12:18:41.345Z | Compiling pin-project-internal v1.1.11 |
| 2094 | 2026-08-05T12:18:41.345Z | Compiling dof v0.4.0 |
| 2095 | 2026-08-05T12:18:41.345Z | Compiling num-integer v0.1.46 |
| 2096 | 2026-08-05T12:18:41.412Z | Compiling darling_macro v0.20.11 |
| 2097 | 2026-08-05T12:18:41.624Z | Compiling thread-id v5.1.0 |
| 2098 | 2026-08-05T12:18:41.669Z | Compiling thread-id v4.2.2 |
| 2099 | 2026-08-05T12:18:41.755Z | Compiling wait-timeout v0.2.1 |
| 2100 | 2026-08-05T12:18:41.959Z | Compiling quick-error v1.2.3 |
| 2101 | 2026-08-05T12:18:41.959Z | Compiling bit-vec v0.8.0 |
| 2102 | 2026-08-05T12:18:42.013Z | Compiling adler2 v2.0.1 |
| 2103 | 2026-08-05T12:18:42.013Z | Compiling clap_lex v1.0.0 |
| 2104 | 2026-08-05T12:18:42.013Z | Compiling cfg_aliases v0.2.1 |
| 2105 | 2026-08-05T12:18:42.113Z | Compiling num_threads v0.1.7 |
| 2106 | 2026-08-05T12:18:42.171Z | Compiling funty v2.0.0 |
| 2107 | 2026-08-05T12:18:42.234Z | Compiling smoltcp v0.9.1 |
| 2108 | 2026-08-05T12:18:42.247Z | Compiling time v0.3.47 |
| 2109 | 2026-08-05T12:18:42.247Z | Compiling clap_builder v4.6.0 |
| 2110 | 2026-08-05T12:18:42.314Z | Compiling nix v0.31.2 |
| 2111 | 2026-08-05T12:18:42.366Z | Compiling hyper-util v0.1.20 |
| 2112 | 2026-08-05T12:18:42.406Z | Compiling miniz_oxide v0.8.9 |
| 2113 | 2026-08-05T12:18:42.427Z | Compiling bit-set v0.8.0 |
| 2114 | 2026-08-05T12:18:42.428Z | Compiling darling v0.20.11 |
| 2115 | 2026-08-05T12:18:42.517Z | Compiling bitvec v1.0.1 |
| 2116 | 2026-08-05T12:18:42.543Z | Compiling rusty-fork v0.3.1 |
| 2117 | 2026-08-05T12:18:42.680Z | Compiling num-iter v0.1.45 |
| 2118 | 2026-08-05T12:18:42.879Z | Compiling rand v0.8.6 |
| 2119 | 2026-08-05T12:18:42.925Z | Compiling lazy_static v1.5.0 |
| 2120 | 2026-08-05T12:18:43.201Z | Compiling ipnetwork v0.21.1 |
| 2121 | 2026-08-05T12:18:43.251Z | Compiling anstyle-parse v0.2.7 |
| 2122 | 2026-08-05T12:18:43.463Z | Compiling hmac v0.12.1 |
| 2123 | 2026-08-05T12:18:43.483Z | Compiling rand_xorshift v0.4.0 |
| 2124 | 2026-08-05T12:18:43.586Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2125 | 2026-08-05T12:18:43.655Z | Compiling sync_wrapper v1.0.2 |
| 2126 | 2026-08-05T12:18:43.779Z | Compiling nodrop v0.1.14 |
| 2127 | 2026-08-05T12:18:44.051Z | Compiling zlib-rs v0.6.2 |
| 2128 | 2026-08-05T12:18:44.202Z | Compiling crc-catalog v2.4.0 |
| 2129 | 2026-08-05T12:18:44.265Z | Compiling siphasher v1.0.2 |
| 2130 | 2026-08-05T12:18:44.266Z | Compiling unarray v0.1.4 |
| 2131 | 2026-08-05T12:18:44.342Z | Compiling proptest v1.11.0 |
| 2132 | 2026-08-05T12:18:44.409Z | Compiling crc v3.4.0 |
| 2133 | 2026-08-05T12:18:44.665Z | Compiling array-init v0.0.4 |
| 2134 | 2026-08-05T12:18:45.014Z | Compiling clap v4.6.1 |
| 2135 | 2026-08-05T12:18:45.155Z | Compiling tower v0.5.3 |
| 2136 | 2026-08-05T12:18:45.669Z | Compiling anstream v0.6.21 |
| 2137 | 2026-08-05T12:18:45.775Z | Compiling smallvec v0.6.14 |
| 2138 | 2026-08-05T12:18:45.850Z | Compiling derive_builder_core v0.20.2 |
| 2139 | 2026-08-05T12:18:45.923Z | Compiling crypto-common v0.2.2 |
| 2140 | 2026-08-05T12:18:45.950Z | Compiling block-buffer v0.12.1 |
| 2141 | 2026-08-05T12:18:45.970Z | Compiling block-padding v0.4.2 |
| 2142 | 2026-08-05T12:18:46.097Z | Compiling flate2 v1.1.9 |
| 2143 | 2026-08-05T12:18:46.198Z | Compiling pkcs1 v0.7.5 |
| 2144 | 2026-08-05T12:18:46.272Z | Compiling http-body-util v0.1.3 |
| 2145 | 2026-08-05T12:18:46.272Z | Compiling zerocopy v0.6.6 |
| 2146 | 2026-08-05T12:18:46.320Z | Compiling bitfield v0.19.4 |
| 2147 | 2026-08-05T12:18:46.499Z | Compiling hubpack_derive v0.1.1 |
| 2148 | 2026-08-05T12:18:46.582Z | Compiling strum_macros v0.27.2 |
| 2149 | 2026-08-05T12:18:46.621Z | Compiling strum_macros v0.26.4 |
| 2150 | 2026-08-05T12:18:46.621Z | Compiling snafu-derive v0.8.9 |
| 2151 | 2026-08-05T12:18:46.629Z | Compiling env_filter v1.0.0 |
| 2152 | 2026-08-05T12:18:46.675Z | Compiling fs-err v3.3.0 |
| 2153 | 2026-08-05T12:18:46.780Z | Compiling hashbrown v0.12.3 |
| 2154 | 2026-08-05T12:18:46.886Z | Compiling unicode-bidi v0.3.18 |
| 2155 | 2026-08-05T12:18:46.995Z | Compiling base64 v0.21.7 |
| 2156 | 2026-08-05T12:18:47.058Z | Compiling object v0.37.3 |
| 2157 | 2026-08-05T12:18:47.221Z | Compiling ryu v1.0.23 |
| 2158 | 2026-08-05T12:18:47.289Z | Compiling iri-string v0.7.10 |
| 2159 | 2026-08-05T12:18:47.335Z | Compiling unicode-segmentation v1.12.0 |
| 2160 | 2026-08-05T12:18:47.335Z | Compiling unicode-properties v0.1.4 |
| 2161 | 2026-08-05T12:18:47.397Z | Compiling allocator-api2 v0.2.21 |
| 2162 | 2026-08-05T12:18:47.427Z | Compiling serde_urlencoded v0.7.1 |
| 2163 | 2026-08-05T12:18:47.549Z | Compiling stringprep v0.1.5 |
| 2164 | 2026-08-05T12:18:47.746Z | Compiling ron v0.8.1 |
| 2165 | 2026-08-05T12:18:47.931Z | Compiling env_logger v0.11.9 |
| 2166 | 2026-08-05T12:18:48.157Z | Compiling derive_builder_macro v0.20.2 |
| 2167 | 2026-08-05T12:18:48.200Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2168 | 2026-08-05T12:18:48.237Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2169 | 2026-08-05T12:18:48.237Z | Compiling rsa v0.9.10 |
| 2170 | 2026-08-05T12:18:48.297Z | Compiling newtype-uuid v1.3.2 |
| 2171 | 2026-08-05T12:18:48.355Z | Compiling inout v0.2.2 |
| 2172 | 2026-08-05T12:18:48.422Z | Compiling oxnet v0.1.6 |
| 2173 | 2026-08-05T12:18:48.457Z | Compiling serde-hex v0.1.0 |
| 2174 | 2026-08-05T12:18:48.457Z | Compiling tower-http v0.6.8 |
| 2175 | 2026-08-05T12:18:48.494Z | Compiling hashbrown v0.13.2 |
| 2176 | 2026-08-05T12:18:48.552Z | Compiling tokio-native-tls v0.3.1 |
| 2177 | 2026-08-05T12:18:48.598Z | Compiling bzip2 v0.4.4 |
| 2178 | 2026-08-05T12:18:48.662Z | Compiling usdt-attr-macro v0.6.0 |
| 2179 | 2026-08-05T12:18:48.672Z | Compiling usdt-macro v0.6.0 |
| 2180 | 2026-08-05T12:18:48.736Z | Compiling derive-ex v0.1.8 |
| 2181 | 2026-08-05T12:18:48.929Z | Compiling rustls-native-certs v0.8.3 |
| 2182 | 2026-08-05T12:18:49.097Z | Compiling erased-serde v0.3.31 |
| 2183 | 2026-08-05T12:18:49.222Z | Compiling x509-cert v0.2.5 |
| 2184 | 2026-08-05T12:18:49.352Z | Compiling md-5 v0.10.6 |
| 2185 | 2026-08-05T12:18:49.397Z | Compiling bstr v1.12.1 |
| 2186 | 2026-08-05T12:18:49.443Z | Compiling vergen-lib v9.1.0 |
| 2187 | 2026-08-05T12:18:49.546Z | Compiling hash32 v0.2.1 |
| 2188 | 2026-08-05T12:18:49.675Z | Compiling encoding_rs v0.8.35 |
| 2189 | 2026-08-05T12:18:49.777Z | Compiling mime v0.3.17 |
| 2190 | 2026-08-05T12:18:49.777Z | Compiling psl-types v2.0.11 |
| 2191 | 2026-08-05T12:18:49.980Z | Compiling fallible-iterator v0.2.0 |
| 2192 | 2026-08-05T12:18:50.102Z | Compiling cpufeatures v0.3.0 |
| 2193 | 2026-08-05T12:18:50.124Z | Compiling crc-any v2.5.0 |
| 2194 | 2026-08-05T12:18:50.147Z | Compiling publicsuffix v2.3.0 |
| 2195 | 2026-08-05T12:18:50.282Z | Compiling test-strategy v0.4.5 |
| 2196 | 2026-08-05T12:18:50.346Z | Compiling postgres-protocol v0.6.10 |
| 2197 | 2026-08-05T12:18:50.711Z | Compiling object v0.30.4 |
| 2198 | 2026-08-05T12:18:50.963Z | Compiling zip v0.6.6 |
| 2199 | 2026-08-05T12:18:51.046Z | Compiling hyper-tls v0.6.0 |
| 2200 | 2026-08-05T12:18:51.067Z | Compiling derive_builder v0.20.2 |
| 2201 | 2026-08-05T12:18:51.105Z | Compiling daft v0.1.7 |
| 2202 | 2026-08-05T12:18:51.119Z | Compiling cipher v0.5.2 |
| 2203 | 2026-08-05T12:18:51.164Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2204 | 2026-08-05T12:18:51.193Z | Compiling heck v0.4.1 |
| 2205 | 2026-08-05T12:18:51.268Z | Compiling phf_shared v0.13.1 |
| 2206 | 2026-08-05T12:18:51.386Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2207 | 2026-08-05T12:18:51.436Z | Compiling pin-project v1.1.11 |
| 2208 | 2026-08-05T12:18:51.478Z | Compiling toml v0.7.8 |
| 2209 | 2026-08-05T12:18:51.606Z | Compiling serde_with_macros v3.21.0 |
| 2210 | 2026-08-05T12:18:51.658Z | Compiling futures-executor v0.3.32 |
| 2211 | 2026-08-05T12:18:51.732Z | Compiling async-recursion v1.1.1 |
| 2212 | 2026-08-05T12:18:51.809Z | Compiling enum-as-inner v0.6.1 |
| 2213 | 2026-08-05T12:18:51.876Z | Compiling serde_repr v0.1.20 |
| 2214 | 2026-08-05T12:18:51.946Z | Compiling vergen v9.1.0 |
| 2215 | 2026-08-05T12:18:52.060Z | Compiling ff v0.13.1 |
| 2216 | 2026-08-05T12:18:52.086Z | Compiling cargo-platform v0.3.2 |
| 2217 | 2026-08-05T12:18:52.255Z | Compiling foldhash v0.1.5 |
| 2218 | 2026-08-05T12:18:52.409Z | Compiling libbz2-rs-sys v0.2.2 |
| 2219 | 2026-08-05T12:18:52.435Z | Compiling path-slash v0.1.5 |
| 2220 | 2026-08-05T12:18:52.484Z | Compiling same-file v1.0.6 |
| 2221 | 2026-08-05T12:18:52.580Z | Compiling bitflags v1.3.2 |
| 2222 | 2026-08-05T12:18:52.628Z | Compiling managed v0.8.0 |
| 2223 | 2026-08-05T12:18:52.659Z | Compiling base16ct v0.2.0 |
| 2224 | 2026-08-05T12:18:52.690Z | Compiling bumpalo v3.20.2 |
| 2225 | 2026-08-05T12:18:52.691Z | Compiling foldhash v0.2.0 |
| 2226 | 2026-08-05T12:18:52.754Z | Compiling jiff-core v0.1.0 |
| 2227 | 2026-08-05T12:18:52.832Z | Compiling sec1 v0.7.3 |
| 2228 | 2026-08-05T12:18:52.918Z | Compiling zopfli v0.8.3 |
| 2229 | 2026-08-05T12:18:52.933Z | Compiling hashbrown v0.16.1 |
| 2230 | 2026-08-05T12:18:52.961Z | Compiling bzip2 v0.6.1 |
| 2231 | 2026-08-05T12:18:52.961Z | Compiling chacha20 v0.10.0 |
| 2232 | 2026-08-05T12:18:53.168Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2233 | 2026-08-05T12:18:53.196Z | Compiling walkdir v2.5.0 |
| 2234 | 2026-08-05T12:18:53.456Z | Compiling hashbrown v0.15.5 |
| 2235 | 2026-08-05T12:18:53.469Z | Compiling cargo_metadata v0.23.1 |
| 2236 | 2026-08-05T12:18:53.477Z | Compiling jiff v0.2.34 |
| 2237 | 2026-08-05T12:18:53.512Z | Compiling group v0.13.0 |
| 2238 | 2026-08-05T12:18:53.729Z | Compiling futures v0.3.32 |
| 2239 | 2026-08-05T12:18:54.032Z | Compiling snafu v0.8.9 |
| 2240 | 2026-08-05T12:18:54.158Z | Compiling phf v0.13.1 |
| 2241 | 2026-08-05T12:18:54.277Z | Compiling reqwest v0.12.28 |
| 2242 | 2026-08-05T12:18:54.363Z | Compiling signal-hook-mio v0.2.5 |
| 2243 | 2026-08-05T12:18:54.394Z | Compiling cookie_store v0.22.1 |
| 2244 | 2026-08-05T12:18:54.465Z | Compiling postgres-types v0.2.12 |
| 2245 | 2026-08-05T12:18:54.498Z | Compiling zstd v0.13.3 |
| 2246 | 2026-08-05T12:18:54.648Z | Compiling globset v0.4.18 |
| 2247 | 2026-08-05T12:18:54.722Z | Compiling strum v0.27.2 |
| 2248 | 2026-08-05T12:18:54.832Z | Compiling hubpack v0.1.2 |
| 2249 | 2026-08-05T12:18:54.988Z | Compiling phf_shared v0.11.3 |
| 2250 | 2026-08-05T12:18:55.024Z | Compiling hkdf v0.12.4 |
| 2251 | 2026-08-05T12:18:55.040Z | Compiling crossbeam-epoch v0.9.18 |
| 2252 | 2026-08-05T12:18:55.088Z | Compiling byte-wrapper v0.1.0 |
| 2253 | 2026-08-05T12:18:55.110Z | Compiling ed25519 v2.2.3 |
| 2254 | 2026-08-05T12:18:55.168Z | Compiling olpc-cjson v0.1.4 |
| 2255 | 2026-08-05T12:18:55.407Z | Compiling serde-big-array v0.5.1 |
| 2256 | 2026-08-05T12:18:55.426Z | Compiling serde_plain v1.0.2 |
| 2257 | 2026-08-05T12:18:55.438Z | Compiling pem v3.0.6 |
| 2258 | 2026-08-05T12:18:55.573Z | Compiling crypto-bigint v0.5.5 |
| 2259 | 2026-08-05T12:18:55.649Z | Compiling float-cmp v0.10.0 |
| 2260 | 2026-08-05T12:18:55.711Z | Compiling memmap2 v0.9.10 |
| 2261 | 2026-08-05T12:18:55.741Z | Compiling normalize-line-endings v0.3.0 |
| 2262 | 2026-08-05T12:18:55.760Z | Compiling fixedbitset v0.5.7 |
| 2263 | 2026-08-05T12:18:55.774Z | Compiling fixedbitset v0.4.2 |
| 2264 | 2026-08-05T12:18:55.815Z | Compiling keccak v0.1.6 |
| 2265 | 2026-08-05T12:18:55.862Z | Compiling static_assertions v1.1.0 |
| 2266 | 2026-08-05T12:18:55.943Z | Compiling new_debug_unreachable v1.0.6 |
| 2267 | 2026-08-05T12:18:55.953Z | Compiling data-encoding v2.10.0 |
| 2268 | 2026-08-05T12:18:56.004Z | Compiling const-oid v0.10.2 |
| 2269 | 2026-08-05T12:18:56.037Z | Compiling toml_write v0.1.2 |
| 2270 | 2026-08-05T12:18:56.077Z | Compiling difflib v0.4.0 |
| 2271 | 2026-08-05T12:18:56.191Z | Compiling whoami v2.1.0 |
| 2272 | 2026-08-05T12:18:56.211Z | Compiling predicates-core v1.0.10 |
| 2273 | 2026-08-05T12:18:56.258Z | Compiling typed-path v0.9.3 |
| 2274 | 2026-08-05T12:18:56.413Z | Compiling precomputed-hash v0.1.1 |
| 2275 | 2026-08-05T12:18:56.501Z | Compiling elliptic-curve v0.13.8 |
| 2276 | 2026-08-05T12:18:56.557Z | Compiling string_cache v0.8.9 |
| 2277 | 2026-08-05T12:18:56.572Z | Compiling tokio-postgres v0.7.16 |
| 2278 | 2026-08-05T12:18:56.613Z | Compiling predicates v3.1.4 |
| 2279 | 2026-08-05T12:18:56.629Z | Compiling hickory-proto v0.25.2 |
| 2280 | 2026-08-05T12:18:56.663Z | Compiling toml_edit v0.22.27 |
| 2281 | 2026-08-05T12:18:56.762Z | Compiling digest v0.11.3 |
| 2282 | 2026-08-05T12:18:56.991Z | Compiling sha3 v0.10.8 |
| 2283 | 2026-08-05T12:18:57.000Z | Compiling petgraph v0.8.3 |
| 2284 | 2026-08-05T12:18:57.130Z | Compiling petgraph v0.6.5 |
| 2285 | 2026-08-05T12:18:57.211Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2286 | 2026-08-05T12:18:57.288Z | Compiling usdt v0.6.0 |
| 2287 | 2026-08-05T12:18:57.675Z | Compiling zip v4.6.1 |
| 2288 | 2026-08-05T12:18:58.644Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2289 | 2026-08-05T12:18:58.713Z | Compiling ed25519-dalek v2.2.0 |
| 2290 | 2026-08-05T12:18:59.045Z | Compiling crossterm v0.28.1 |
| 2291 | 2026-08-05T12:18:59.558Z | Compiling iddqd v0.4.2 |
| 2292 | 2026-08-05T12:18:59.715Z | Compiling rand v0.10.1 |
| 2293 | 2026-08-05T12:18:59.956Z | Compiling serde_with v3.21.0 |
| 2294 | 2026-08-05T12:18:59.993Z | Compiling similar v2.7.0 |
| 2295 | 2026-08-05T12:19:00.191Z | Compiling strum v0.26.3 |
| 2296 | 2026-08-05T12:19:00.503Z | Compiling tokio-stream v0.1.18 |
| 2297 | 2026-08-05T12:19:00.524Z | Compiling buf-list v1.1.2 |
| 2298 | 2026-08-05T12:19:00.653Z | Compiling itertools v0.13.0 |
| 2299 | 2026-08-05T12:19:00.729Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2300 | 2026-08-05T12:19:00.803Z | Compiling openapiv3 v2.2.0 |
| 2301 | 2026-08-05T12:19:01.403Z | Compiling lalrpop-util v0.19.12 |
| 2302 | 2026-08-05T12:19:01.789Z | Compiling peg-runtime v0.8.5 |
| 2303 | 2026-08-05T12:19:19.134Z | Compiling rustls-webpki v0.103.13 |
| 2304 | 2026-08-05T12:19:21.971Z | Compiling macaddr v1.0.1 |
| 2305 | 2026-08-05T12:19:22.012Z | Compiling crucible-workspace-hack v0.1.0 |
| 2306 | 2026-08-05T12:19:22.091Z | Compiling rayon-core v1.13.0 |
| 2307 | 2026-08-05T12:19:22.188Z | Compiling secrecy v0.10.3 |
| 2308 | 2026-08-05T12:19:22.268Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2309 | 2026-08-05T12:19:22.277Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2310 | 2026-08-05T12:19:22.282Z | Compiling heapless v0.8.0 |
| 2311 | 2026-08-05T12:19:22.393Z | Compiling crossbeam-deque v0.8.6 |
| 2312 | 2026-08-05T12:19:22.428Z | Compiling ingot-macros v0.2.0 |
| 2313 | 2026-08-05T12:19:22.442Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2314 | 2026-08-05T12:19:22.515Z | Compiling tokio-rustls v0.26.4 |
| 2315 | 2026-08-05T12:19:22.585Z | Compiling rustls-platform-verifier v0.6.2 |
| 2316 | 2026-08-05T12:19:22.602Z | Compiling tough v0.22.0 |
| 2317 | 2026-08-05T12:19:22.647Z | Compiling inout v0.1.4 |
| 2318 | 2026-08-05T12:19:22.671Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2319 | 2026-08-05T12:19:22.790Z | Compiling hyper-rustls v0.27.7 |
| 2320 | 2026-08-05T12:19:22.810Z | Compiling hash32 v0.3.1 |
| 2321 | 2026-08-05T12:19:22.815Z | Compiling multer v3.1.0 |
| 2322 | 2026-08-05T12:19:22.847Z | Compiling thread_local v1.1.9 |
| 2323 | 2026-08-05T12:19:22.860Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2324 | 2026-08-05T12:19:22.861Z | Compiling match_cfg v0.1.0 |
| 2325 | 2026-08-05T12:19:22.951Z | Compiling slog-async v2.8.0 |
| 2326 | 2026-08-05T12:19:22.995Z | Compiling unicode-width v0.2.0 |
| 2327 | 2026-08-05T12:19:23.040Z | Compiling reqwest v0.13.2 |
| 2328 | 2026-08-05T12:19:23.104Z | Compiling compression-core v0.4.31 |
| 2329 | 2026-08-05T12:19:23.122Z | Compiling smoltcp v0.11.0 |
| 2330 | 2026-08-05T12:19:23.271Z | Compiling compression-codecs v0.4.37 |
| 2331 | 2026-08-05T12:19:23.287Z | Compiling proc-macro-crate v3.4.0 |
| 2332 | 2026-08-05T12:19:23.330Z | Compiling hostname v0.3.1 |
| 2333 | 2026-08-05T12:19:23.376Z | Compiling cipher v0.4.4 |
| 2334 | 2026-08-05T12:19:23.512Z | Compiling atomicwrites v0.4.4 |
| 2335 | 2026-08-05T12:19:23.645Z | Compiling slog-json v2.6.1 |
| 2336 | 2026-08-05T12:19:23.661Z | Compiling crossbeam-channel v0.5.15 |
| 2337 | 2026-08-05T12:19:23.706Z | Compiling half v2.7.1 |
| 2338 | 2026-08-05T12:19:23.723Z | Compiling newtype-uuid-macros v0.1.0 |
| 2339 | 2026-08-05T12:19:23.817Z | Compiling cobs v0.3.0 |
| 2340 | 2026-08-05T12:19:23.836Z | Compiling universal-hash v0.5.1 |
| 2341 | 2026-08-05T12:19:23.931Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2342 | 2026-08-05T12:19:24.000Z | Compiling async-stream-impl v0.3.6 |
| 2343 | 2026-08-05T12:19:24.088Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2344 | 2026-08-05T12:19:24.130Z | Compiling serde_spanned v1.1.1 |
| 2345 | 2026-08-05T12:19:24.213Z | Compiling is-terminal v0.4.17 |
| 2346 | 2026-08-05T12:19:24.297Z | Compiling proc-macro-error-attr v1.0.4 |
| 2347 | 2026-08-05T12:19:24.359Z | Compiling dropshot v0.17.1 |
| 2348 | 2026-08-05T12:19:24.487Z | Compiling term v1.2.1 |
| 2349 | 2026-08-05T12:19:24.519Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2350 | 2026-08-05T12:19:24.530Z | Compiling ciborium-io v0.2.2 |
| 2351 | 2026-08-05T12:19:24.548Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2352 | 2026-08-05T12:19:24.563Z | Compiling opaque-debug v0.3.1 |
| 2353 | 2026-08-05T12:19:24.626Z | Compiling take_mut v0.2.2 |
| 2354 | 2026-08-05T12:19:24.637Z | Compiling convert_case v0.4.0 |
| 2355 | 2026-08-05T12:19:24.662Z | Compiling ciborium-ll v0.2.2 |
| 2356 | 2026-08-05T12:19:24.677Z | Compiling poly1305 v0.8.0 |
| 2357 | 2026-08-05T12:19:24.755Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2358 | 2026-08-05T12:19:24.849Z | Compiling slog-term v2.9.2 |
| 2359 | 2026-08-05T12:19:24.987Z | Compiling derive_more v0.99.20 |
| 2360 | 2026-08-05T12:19:25.086Z | Compiling async-stream v0.3.6 |
| 2361 | 2026-08-05T12:19:25.167Z | Compiling thiserror-no-std v2.0.2 |
| 2362 | 2026-08-05T12:19:25.167Z | Compiling ingot-types v0.2.0 |
| 2363 | 2026-08-05T12:19:25.167Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2364 | 2026-08-05T12:19:25.228Z | Compiling postcard v1.1.3 |
| 2365 | 2026-08-05T12:19:25.361Z | Compiling slog-bunyan v2.5.0 |
| 2366 | 2026-08-05T12:19:25.421Z | Compiling num_enum_derive v0.7.6 |
| 2367 | 2026-08-05T12:19:25.555Z | Compiling ingot v0.2.1 |
| 2368 | 2026-08-05T12:19:25.586Z | Compiling chacha20 v0.9.1 |
| 2369 | 2026-08-05T12:19:25.869Z | Compiling async-compression v0.4.41 |
| 2370 | 2026-08-05T12:19:26.104Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2371 | 2026-08-05T12:19:26.199Z | Compiling sha1 v0.11.0 |
| 2372 | 2026-08-05T12:19:26.303Z | Compiling parse-display-derive v0.10.0 |
| 2373 | 2026-08-05T12:19:26.324Z | Compiling proc-macro-crate v1.3.1 |
| 2374 | 2026-08-05T12:19:26.363Z | Compiling waitgroup v0.1.2 |
| 2375 | 2026-08-05T12:19:26.387Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2376 | 2026-08-05T12:19:26.408Z | Compiling backon v1.6.0 |
| 2377 | 2026-08-05T12:19:26.544Z | Compiling rustls-pemfile v2.2.0 |
| 2378 | 2026-08-05T12:19:26.658Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2379 | 2026-08-05T12:19:26.679Z | Compiling dropshot_endpoint v0.17.1 |
| 2380 | 2026-08-05T12:19:26.692Z | Compiling password-hash v0.5.0 |
| 2381 | 2026-08-05T12:19:26.772Z | Compiling blake2 v0.10.6 |
| 2382 | 2026-08-05T12:19:26.846Z | Compiling aead v0.5.2 |
| 2383 | 2026-08-05T12:19:27.094Z | Compiling foreign-types-macros v0.2.3 |
| 2384 | 2026-08-05T12:19:27.156Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2385 | 2026-08-05T12:19:27.182Z | Compiling serde_path_to_error v0.1.20 |
| 2386 | 2026-08-05T12:19:27.239Z | Compiling hostname v0.4.2 |
| 2387 | 2026-08-05T12:19:27.251Z | Compiling proc-macro-error v1.0.4 |
| 2388 | 2026-08-05T12:19:27.432Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2389 | 2026-08-05T12:19:27.479Z | Compiling instant v0.1.13 |
| 2390 | 2026-08-05T12:19:27.594Z | Compiling foreign-types-shared v0.3.1 |
| 2391 | 2026-08-05T12:19:27.607Z | Compiling debug-ignore v1.0.5 |
| 2392 | 2026-08-05T12:19:27.659Z | Compiling backoff v0.4.0 |
| 2393 | 2026-08-05T12:19:27.723Z | Compiling foreign-types v0.5.0 |
| 2394 | 2026-08-05T12:19:27.733Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2395 | 2026-08-05T12:19:27.733Z | Compiling chacha20poly1305 v0.10.1 |
| 2396 | 2026-08-05T12:19:27.770Z | Compiling argon2 v0.5.3 |
| 2397 | 2026-08-05T12:19:27.781Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2398 | 2026-08-05T12:19:27.820Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2399 | 2026-08-05T12:19:27.835Z | Compiling parse-display v0.10.0 |
| 2400 | 2026-08-05T12:19:27.842Z | Compiling num_enum_derive v0.5.11 |
| 2401 | 2026-08-05T12:19:27.842Z | Compiling num_enum v0.7.6 |
| 2402 | 2026-08-05T12:19:27.916Z | Compiling vsss-rs v3.3.4 |
| 2403 | 2026-08-05T12:19:28.018Z | Compiling ciborium v0.2.2 |
| 2404 | 2026-08-05T12:19:28.252Z | Compiling tabwriter v1.4.1 |
| 2405 | 2026-08-05T12:19:28.302Z | Compiling regress v0.10.5 |
| 2406 | 2026-08-05T12:19:28.318Z | Compiling itertools v0.14.0 |
| 2407 | 2026-08-05T12:19:28.424Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2408 | 2026-08-05T12:19:28.591Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2409 | 2026-08-05T12:19:28.647Z | Compiling cstr-argument v0.1.2 |
| 2410 | 2026-08-05T12:19:28.660Z | Compiling humantime v2.3.0 |
| 2411 | 2026-08-05T12:19:28.777Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2412 | 2026-08-05T12:19:28.797Z | Compiling num_enum v0.5.11 |
| 2413 | 2026-08-05T12:19:28.810Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2414 | 2026-08-05T12:19:28.861Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2415 | 2026-08-05T12:19:28.891Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2416 | 2026-08-05T12:19:28.910Z | Compiling rayon v1.11.0 |
| 2417 | 2026-08-05T12:19:28.912Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2418 | 2026-08-05T12:19:28.943Z | Compiling colored v3.1.1 |
| 2419 | 2026-08-05T12:19:29.014Z | Compiling libefi-sys v0.1.0 |
| 2420 | 2026-08-05T12:19:29.043Z | Compiling indent_write v2.2.0 |
| 2421 | 2026-08-05T12:19:29.113Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2422 | 2026-08-05T12:19:29.133Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2423 | 2026-08-05T12:19:29.137Z | Compiling zone_cfg_derive v0.3.1 |
| 2424 | 2026-08-05T12:19:29.232Z | Compiling camino-tempfile v1.4.1 |
| 2425 | 2026-08-05T12:19:29.275Z | Compiling itertools v0.12.1 |
| 2426 | 2026-08-05T12:19:29.290Z | Compiling usdt-attr-macro v0.5.0 |
| 2427 | 2026-08-05T12:19:29.393Z | Compiling usdt-macro v0.5.0 |
| 2428 | 2026-08-05T12:19:29.435Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2429 | 2026-08-05T12:19:29.490Z | Compiling bitfield-struct v0.6.2 |
| 2430 | 2026-08-05T12:19:29.565Z | Compiling num-derive v0.4.2 |
| 2431 | 2026-08-05T12:19:29.643Z | Compiling blake3 v1.8.5 |
| 2432 | 2026-08-05T12:19:29.672Z | Compiling sigpipe v0.1.3 |
| 2433 | 2026-08-05T12:19:29.782Z | Compiling memmap v0.7.0 |
| 2434 | 2026-08-05T12:19:29.798Z | Compiling swrite v0.1.0 |
| 2435 | 2026-08-05T12:19:29.856Z | Compiling glob v0.3.3 |
| 2436 | 2026-08-05T12:19:29.895Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2437 | 2026-08-05T12:19:29.932Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2438 | 2026-08-05T12:19:30.025Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2439 | 2026-08-05T12:19:30.159Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2440 | 2026-08-05T12:19:30.159Z | Compiling usdt v0.5.0 |
| 2441 | 2026-08-05T12:19:30.163Z | Compiling smf v0.2.3 |
| 2442 | 2026-08-05T12:19:30.245Z | Compiling filetime v0.2.27 |
| 2443 | 2026-08-05T12:19:30.384Z | Compiling arrayvec v0.7.6 |
| 2444 | 2026-08-05T12:19:30.461Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2445 | 2026-08-05T12:19:30.478Z | Compiling xattr v1.6.1 |
| 2446 | 2026-08-05T12:19:30.493Z | Compiling whoami v1.6.1 |
| 2447 | 2026-08-05T12:19:30.545Z | Compiling arrayref v0.3.9 |
| 2448 | 2026-08-05T12:19:30.594Z | Compiling zone v0.3.1 |
| 2449 | 2026-08-05T12:19:30.622Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2450 | 2026-08-05T12:19:30.637Z | Compiling constant_time_eq v0.4.2 |
| 2451 | 2026-08-05T12:19:30.696Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2452 | 2026-08-05T12:19:30.719Z | Compiling tar v0.4.46 |
| 2453 | 2026-08-05T12:19:30.748Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2454 | 2026-08-05T12:19:30.818Z | Compiling tokio-dtrace v0.1.1 |
| 2455 | 2026-08-05T12:19:30.850Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2456 | 2026-08-05T12:19:30.959Z | Compiling console v0.16.2 |
| 2457 | 2026-08-05T12:19:31.058Z | Compiling gethostname v0.5.0 |
| 2458 | 2026-08-05T12:19:31.154Z | Compiling unit-prefix v0.5.2 |
| 2459 | 2026-08-05T12:19:31.192Z | Compiling topological-sort v0.2.2 |
| 2460 | 2026-08-05T12:19:31.220Z | Compiling oxide-tokio-rt v0.1.4 |
| 2461 | 2026-08-05T12:19:31.327Z | Compiling toml v0.8.23 |
| 2462 | 2026-08-05T12:19:31.381Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2463 | 2026-08-05T12:19:31.398Z | Compiling indicatif v0.18.4 |
| 2464 | 2026-08-05T12:19:31.579Z | Compiling shell-words v1.1.1 |
| 2465 | 2026-08-05T12:19:40.893Z | Compiling progenitor-client v0.14.0 |
| 2466 | 2026-08-05T12:19:40.893Z | Compiling omicron-zone-package v0.12.3 |
| 2467 | 2026-08-05T12:19:41.134Z | Compiling progenitor-extras v0.2.0 |
| 2468 | 2026-08-05T12:19:41.500Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2469 | 2026-08-05T12:19:41.574Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2470 | 2026-08-05T12:19:41.601Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2471 | 2026-08-05T12:19:41.637Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2472 | 2026-08-05T12:19:41.681Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2473 | 2026-08-05T12:19:41.698Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2474 | 2026-08-05T12:19:41.814Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2475 | 2026-08-05T12:19:41.979Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2476 | 2026-08-05T12:19:42.320Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2477 | 2026-08-05T12:19:46.166Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2478 | 2026-08-05T12:19:54.354Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2479 | 2026-08-05T12:19:57.596Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2480 | 2026-08-05T12:19:58.683Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2481 | 2026-08-05T12:20:08.204Z | Finished `release` profile [optimized] target(s) in 1m 45s |
| 2482 | 2026-08-05T12:20:08.355Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2483 | 2026-08-05T12:20:08.417Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2484 | 2026-08-05T12:20:08.420Z | Created new build target 'test' and set it as active |
| 2485 | 2026-08-05T12:20:08.420Z | |
| 2486 | 2026-08-05T12:20:08.420Z | real 1:45.294943324 |
| 2487 | 2026-08-05T12:20:08.420Z | user 17:26.600814559 |
| 2488 | 2026-08-05T12:20:08.420Z | sys 2:44.759758315 |
| 2489 | 2026-08-05T12:20:08.420Z | trap 0.494539191 |
| 2490 | 2026-08-05T12:20:08.420Z | tflt 2.173643651 |
| 2491 | 2026-08-05T12:20:08.420Z | dflt 4.781079930 |
| 2492 | 2026-08-05T12:20:08.420Z | kflt 0.000436790 |
| 2493 | 2026-08-05T12:20:08.420Z | lock 56:53.771478275 |
| 2494 | 2026-08-05T12:20:08.420Z | slp 44:25.749399284 |
| 2495 | 2026-08-05T12:20:08.420Z | lat 48.413688949 |
| 2496 | 2026-08-05T12:20:08.420Z | stop 6:18.521442890 |
| 2497 | 2026-08-05T12:20:08.421Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2498 | 2026-08-05T12:20:09.320Z | Finished `release` profile [optimized] target(s) in 0.89s |
| 2499 | 2026-08-05T12:20:09.396Z | Running `target/release/omicron-package -t test package` |
| 2500 | 2026-08-05T12:20:09.453Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2501 | 2026-08-05T12:20:10.883Z | Compiling heck v0.5.0 |
| 2502 | 2026-08-05T12:20:11.085Z | Compiling regress v0.11.1 |
| 2503 | 2026-08-05T12:20:11.105Z | Compiling unsafe-libyaml v0.2.11 |
| 2504 | 2026-08-05T12:20:11.140Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2505 | 2026-08-05T12:20:11.171Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2506 | 2026-08-05T12:20:11.191Z | Compiling derive-where v1.6.0 |
| 2507 | 2026-08-05T12:20:11.195Z | Compiling bytecount v0.6.9 |
| 2508 | 2026-08-05T12:20:11.230Z | Compiling atomicwrites v0.4.4 |
| 2509 | 2026-08-05T12:20:11.235Z | Compiling is-terminal v0.4.17 |
| 2510 | 2026-08-05T12:20:11.235Z | Compiling prettyplease v0.2.37 |
| 2511 | 2026-08-05T12:20:11.235Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2512 | 2026-08-05T12:20:11.235Z | Compiling console v0.15.11 |
| 2513 | 2026-08-05T12:20:11.248Z | Compiling newline-converter v0.3.0 |
| 2514 | 2026-08-05T12:20:11.251Z | Compiling slog-dtrace v0.3.0 |
| 2515 | 2026-08-05T12:20:11.288Z | Compiling resolv-conf v0.7.6 |
| 2516 | 2026-08-05T12:20:11.397Z | Compiling num-rational v0.4.2 |
| 2517 | 2026-08-05T12:20:11.421Z | Compiling num-complex v0.4.6 |
| 2518 | 2026-08-05T12:20:11.441Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2519 | 2026-08-05T12:20:11.466Z | Compiling thread_local v1.1.9 |
| 2520 | 2026-08-05T12:20:11.497Z | Compiling compression-core v0.4.31 |
| 2521 | 2026-08-05T12:20:11.640Z | Compiling serde_yaml v0.9.34+deprecated |
| 2522 | 2026-08-05T12:20:11.668Z | Compiling expectorate v1.2.0 |
| 2523 | 2026-08-05T12:20:11.715Z | Compiling unicode-width v0.1.14 |
| 2524 | 2026-08-05T12:20:11.790Z | Compiling match_cfg v0.1.0 |
| 2525 | 2026-08-05T12:20:11.892Z | Compiling cancel-safe-futures v0.1.5 |
| 2526 | 2026-08-05T12:20:11.920Z | Compiling hostname v0.3.1 |
| 2527 | 2026-08-05T12:20:11.943Z | Compiling num v0.4.3 |
| 2528 | 2026-08-05T12:20:11.962Z | Compiling compression-codecs v0.4.37 |
| 2529 | 2026-08-05T12:20:11.965Z | Compiling multer v3.1.0 |
| 2530 | 2026-08-05T12:20:12.044Z | Compiling slog-async v2.8.0 |
| 2531 | 2026-08-05T12:20:12.067Z | Compiling crossbeam-channel v0.5.15 |
| 2532 | 2026-08-05T12:20:12.070Z | Compiling slog-json v2.6.1 |
| 2533 | 2026-08-05T12:20:12.115Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2534 | 2026-08-05T12:20:12.118Z | Compiling serde_spanned v1.1.1 |
| 2535 | 2026-08-05T12:20:12.189Z | Compiling take_mut v0.2.2 |
| 2536 | 2026-08-05T12:20:12.221Z | Compiling term v1.2.1 |
| 2537 | 2026-08-05T12:20:12.304Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2538 | 2026-08-05T12:20:12.328Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2539 | 2026-08-05T12:20:12.350Z | Compiling linked-hash-map v0.5.6 |
| 2540 | 2026-08-05T12:20:12.360Z | Compiling float-ord v0.3.2 |
| 2541 | 2026-08-05T12:20:12.396Z | Compiling oxide-update-engine-types v0.1.2 |
| 2542 | 2026-08-05T12:20:12.421Z | Compiling slog-bunyan v2.5.0 |
| 2543 | 2026-08-05T12:20:12.444Z | Compiling async-compression v0.4.41 |
| 2544 | 2026-08-05T12:20:12.515Z | Compiling slog-term v2.9.2 |
| 2545 | 2026-08-05T12:20:12.542Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2546 | 2026-08-05T12:20:12.571Z | Compiling lru-cache v0.1.2 |
| 2547 | 2026-08-05T12:20:12.595Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2548 | 2026-08-05T12:20:12.750Z | Compiling typify-impl v0.6.2 |
| 2549 | 2026-08-05T12:20:12.796Z | Compiling async-stream v0.3.6 |
| 2550 | 2026-08-05T12:20:12.831Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2551 | 2026-08-05T12:20:12.992Z | Compiling dropshot v0.17.1 |
| 2552 | 2026-08-05T12:20:13.013Z | Compiling progenitor-client v0.14.0 |
| 2553 | 2026-08-05T12:20:13.043Z | Compiling sha1 v0.11.0 |
| 2554 | 2026-08-05T12:20:13.046Z | Compiling waitgroup v0.1.2 |
| 2555 | 2026-08-05T12:20:13.086Z | Compiling rustls-pemfile v2.2.0 |
| 2556 | 2026-08-05T12:20:13.089Z | Compiling backon v1.6.0 |
| 2557 | 2026-08-05T12:20:13.150Z | Compiling hostname v0.4.2 |
| 2558 | 2026-08-05T12:20:13.225Z | Compiling serde_path_to_error v0.1.20 |
| 2559 | 2026-08-05T12:20:13.311Z | Compiling instant v0.1.13 |
| 2560 | 2026-08-05T12:20:13.315Z | Compiling minimal-lexical v0.2.1 |
| 2561 | 2026-08-05T12:20:13.355Z | Compiling linear-map v1.2.0 |
| 2562 | 2026-08-05T12:20:13.369Z | Compiling debug-ignore v1.0.5 |
| 2563 | 2026-08-05T12:20:13.369Z | Compiling progenitor-extras v0.2.0 |
| 2564 | 2026-08-05T12:20:13.458Z | Compiling backoff v0.4.0 |
| 2565 | 2026-08-05T12:20:13.516Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2566 | 2026-08-05T12:20:13.594Z | Compiling nom v7.1.3 |
| 2567 | 2026-08-05T12:20:13.634Z | Compiling oxide-update-engine v0.1.2 |
| 2568 | 2026-08-05T12:20:13.679Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2569 | 2026-08-05T12:20:13.679Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2570 | 2026-08-05T12:20:13.729Z | Compiling parse-display v0.10.0 |
| 2571 | 2026-08-05T12:20:13.797Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2572 | 2026-08-05T12:20:13.819Z | Compiling hickory-proto v0.24.4 |
| 2573 | 2026-08-05T12:20:14.262Z | Compiling regress v0.10.5 |
| 2574 | 2026-08-05T12:20:14.425Z | Compiling itertools v0.14.0 |
| 2575 | 2026-08-05T12:20:14.938Z | Compiling macaddr v1.0.1 |
| 2576 | 2026-08-05T12:20:14.988Z | Compiling humantime v2.3.0 |
| 2577 | 2026-08-05T12:20:15.016Z | Compiling unicode-xid v0.2.6 |
| 2578 | 2026-08-05T12:20:15.246Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2579 | 2026-08-05T12:20:15.268Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2580 | 2026-08-05T12:20:15.337Z | Compiling convert_case v0.10.0 |
| 2581 | 2026-08-05T12:20:15.494Z | Compiling owo-colors v4.3.0 |
| 2582 | 2026-08-05T12:20:15.595Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2583 | 2026-08-05T12:20:15.628Z | Compiling derive_more-impl v2.1.1 |
| 2584 | 2026-08-05T12:20:15.718Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2585 | 2026-08-05T12:20:15.844Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2586 | 2026-08-05T12:20:15.910Z | Compiling toml v0.8.23 |
| 2587 | 2026-08-05T12:20:16.236Z | Compiling typify-macro v0.6.2 |
| 2588 | 2026-08-05T12:20:16.283Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2589 | 2026-08-05T12:20:16.403Z | Compiling hickory-resolver v0.24.4 |
| 2590 | 2026-08-05T12:20:16.439Z | Compiling derive_more v2.1.1 |
| 2591 | 2026-08-05T12:20:16.879Z | Compiling papergrid v0.11.0 |
| 2592 | 2026-08-05T12:20:16.894Z | Compiling tabled_derive v0.7.0 |
| 2593 | 2026-08-05T12:20:16.894Z | Compiling termtree v0.5.1 |
| 2594 | 2026-08-05T12:20:16.894Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2595 | 2026-08-05T12:20:17.059Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2596 | 2026-08-05T12:20:17.074Z | Compiling crossterm v0.29.0 |
| 2597 | 2026-08-05T12:20:17.434Z | Compiling tabled v0.15.0 |
| 2598 | 2026-08-05T12:20:17.618Z | Compiling qorb v0.4.1 |
| 2599 | 2026-08-05T12:20:17.823Z | Compiling typify v0.6.2 |
| 2600 | 2026-08-05T12:20:18.149Z | Compiling progenitor-impl v0.14.0 |
| 2601 | 2026-08-05T12:20:18.704Z | Compiling phf_shared v0.12.1 |
| 2602 | 2026-08-05T12:20:18.965Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2603 | 2026-08-05T12:20:19.505Z | Compiling vte v0.14.1 |
| 2604 | 2026-08-05T12:20:19.760Z | Compiling csv-core v0.1.13 |
| 2605 | 2026-08-05T12:20:19.956Z | Compiling highway v1.3.0 |
| 2606 | 2026-08-05T12:20:20.193Z | Compiling chrono-tz v0.10.4 |
| 2607 | 2026-08-05T12:20:20.325Z | Compiling progenitor-macro v0.14.0 |
| 2608 | 2026-08-05T12:20:20.670Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2609 | 2026-08-05T12:20:21.461Z | Compiling csv v1.4.0 |
| 2610 | 2026-08-05T12:20:21.678Z | Compiling strip-ansi-escapes v0.2.1 |
| 2611 | 2026-08-05T12:20:21.798Z | Compiling phf v0.12.1 |
| 2612 | 2026-08-05T12:20:21.822Z | Compiling const_format_proc_macros v0.2.34 |
| 2613 | 2026-08-05T12:20:22.014Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2614 | 2026-08-05T12:20:22.095Z | Compiling fd-lock v4.0.4 |
| 2615 | 2026-08-05T12:20:22.231Z | Compiling peg-macros v0.8.5 |
| 2616 | 2026-08-05T12:20:22.423Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2617 | 2026-08-05T12:20:22.489Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2618 | 2026-08-05T12:20:22.530Z | Compiling nu-ansi-term v0.50.3 |
| 2619 | 2026-08-05T12:20:23.066Z | Compiling reedline v0.40.0 |
| 2620 | 2026-08-05T12:20:23.116Z | Compiling const_format v0.2.35 |
| 2621 | 2026-08-05T12:20:23.485Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2622 | 2026-08-05T12:20:23.642Z | Compiling peg v0.8.5 |
| 2623 | 2026-08-05T12:20:23.899Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2624 | 2026-08-05T12:20:24.517Z | Compiling progenitor v0.14.0 |
| 2625 | 2026-08-05T12:20:24.669Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2626 | 2026-08-05T12:20:24.713Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2627 | 2026-08-05T12:20:24.752Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2628 | 2026-08-05T12:20:24.806Z | Compiling bcs v0.1.6 |
| 2629 | 2026-08-05T12:20:25.247Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2630 | 2026-08-05T12:20:25.452Z | Compiling nom v8.0.0 |
| 2631 | 2026-08-05T12:20:25.532Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2632 | 2026-08-05T12:20:26.305Z | Compiling semver v0.1.20 |
| 2633 | 2026-08-05T12:20:26.599Z | Compiling rustc_version v0.1.7 |
| 2634 | 2026-08-05T12:20:26.719Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2635 | 2026-08-05T12:20:26.890Z | Compiling newtype_derive v0.1.6 |
| 2636 | 2026-08-05T12:20:27.024Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2637 | 2026-08-05T12:20:27.150Z | Compiling smawk v0.3.2 |
| 2638 | 2026-08-05T12:20:27.344Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2639 | 2026-08-05T12:20:27.366Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2640 | 2026-08-05T12:20:27.738Z | Compiling unicode-linebreak v0.1.5 |
| 2641 | 2026-08-05T12:20:27.786Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2642 | 2026-08-05T12:20:27.974Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2643 | 2026-08-05T12:20:28.003Z | Compiling textwrap v0.16.2 |
| 2644 | 2026-08-05T12:20:28.421Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2645 | 2026-08-05T12:20:28.775Z | Compiling steno v0.4.1 |
| 2646 | 2026-08-05T12:20:29.113Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2647 | 2026-08-05T12:20:29.544Z | Compiling sha1 v0.10.6 |
| 2648 | 2026-08-05T12:20:29.703Z | Compiling utf-8 v0.7.6 |
| 2649 | 2026-08-05T12:20:29.947Z | Compiling tagptr v0.2.0 |
| 2650 | 2026-08-05T12:20:29.967Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2651 | 2026-08-05T12:20:30.008Z | Compiling hickory-proto v0.26.1 |
| 2652 | 2026-08-05T12:20:30.144Z | Compiling moka v0.12.13 |
| 2653 | 2026-08-05T12:20:30.167Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2654 | 2026-08-05T12:20:30.219Z | Compiling tungstenite v0.21.0 |
| 2655 | 2026-08-05T12:20:30.472Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2656 | 2026-08-05T12:20:30.532Z | Compiling darling_core v0.21.3 |
| 2657 | 2026-08-05T12:20:31.478Z | Compiling hickory-resolver v0.25.2 |
| 2658 | 2026-08-05T12:20:32.339Z | Compiling tokio-tungstenite v0.21.0 |
| 2659 | 2026-08-05T12:20:32.748Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2660 | 2026-08-05T12:20:32.779Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2661 | 2026-08-05T12:20:33.067Z | Compiling darling_macro v0.21.3 |
| 2662 | 2026-08-05T12:20:33.169Z | Compiling display-error-chain v0.2.2 |
| 2663 | 2026-08-05T12:20:33.355Z | Compiling vergen-lib v0.1.6 |
| 2664 | 2026-08-05T12:20:33.418Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2665 | 2026-08-05T12:20:33.504Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2666 | 2026-08-05T12:20:33.592Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2667 | 2026-08-05T12:20:33.614Z | Compiling darling v0.21.3 |
| 2668 | 2026-08-05T12:20:33.636Z | Compiling diesel_derives v2.3.7 |
| 2669 | 2026-08-05T12:20:33.729Z | Compiling dsl_auto_type v0.2.0 |
| 2670 | 2026-08-05T12:20:33.834Z | Compiling proc-macro-error2 v2.0.1 |
| 2671 | 2026-08-05T12:20:33.877Z | Compiling libscf-sys v1.2.0 |
| 2672 | 2026-08-05T12:20:33.905Z | Compiling scheduled-thread-pool v0.2.7 |
| 2673 | 2026-08-05T12:20:34.047Z | Compiling vergen-gitcl v1.0.8 |
| 2674 | 2026-08-05T12:20:34.164Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2675 | 2026-08-05T12:20:34.258Z | Compiling dirs-sys-next v0.1.2 |
| 2676 | 2026-08-05T12:20:34.279Z | Compiling glob v0.3.3 |
| 2677 | 2026-08-05T12:20:34.384Z | Compiling crunchy v0.2.4 |
| 2678 | 2026-08-05T12:20:34.504Z | Compiling maplit v1.0.2 |
| 2679 | 2026-08-05T12:20:34.530Z | Compiling dirs-next v2.0.0 |
| 2680 | 2026-08-05T12:20:34.639Z | Compiling clang-sys v1.8.1 |
| 2681 | 2026-08-05T12:20:34.723Z | Compiling tabled_derive v0.11.0 |
| 2682 | 2026-08-05T12:20:34.749Z | Compiling r2d2 v0.8.10 |
| 2683 | 2026-08-05T12:20:35.049Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2684 | 2026-08-05T12:20:35.052Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2685 | 2026-08-05T12:20:35.741Z | Compiling papergrid v0.17.0 |
| 2686 | 2026-08-05T12:20:36.068Z | Compiling testing_table v0.3.0 |
| 2687 | 2026-08-05T12:20:36.173Z | Compiling downcast-rs v2.0.2 |
| 2688 | 2026-08-05T12:20:36.328Z | Compiling tiny-keccak v2.0.2 |
| 2689 | 2026-08-05T12:20:36.763Z | Compiling term v0.7.0 |
| 2690 | 2026-08-05T12:20:36.785Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2691 | 2026-08-05T12:20:36.874Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2692 | 2026-08-05T12:20:37.107Z | Compiling tabled v0.20.0 |
| 2693 | 2026-08-05T12:20:37.244Z | Compiling bit-vec v0.6.3 |
| 2694 | 2026-08-05T12:20:37.340Z | Compiling ascii-canvas v3.0.0 |
| 2695 | 2026-08-05T12:20:37.495Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2696 | 2026-08-05T12:20:37.594Z | Compiling bit-set v0.5.3 |
| 2697 | 2026-08-05T12:20:37.619Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2698 | 2026-08-05T12:20:37.784Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2699 | 2026-08-05T12:20:38.180Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2700 | 2026-08-05T12:20:38.241Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2701 | 2026-08-05T12:20:38.402Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2702 | 2026-08-05T12:20:38.629Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2703 | 2026-08-05T12:20:38.811Z | Compiling itertools v0.10.5 |
| 2704 | 2026-08-05T12:20:38.832Z | Compiling ena v0.14.4 |
| 2705 | 2026-08-05T12:20:39.071Z | Compiling libloading v0.8.9 |
| 2706 | 2026-08-05T12:20:39.094Z | Compiling unicase v2.9.0 |
| 2707 | 2026-08-05T12:20:39.120Z | Compiling regex-syntax v0.6.29 |
| 2708 | 2026-08-05T12:20:39.313Z | Compiling xshell-macros v0.2.7 |
| 2709 | 2026-08-05T12:20:39.349Z | Compiling diesel v2.3.7 |
| 2710 | 2026-08-05T12:20:39.472Z | Compiling diff v0.1.13 |
| 2711 | 2026-08-05T12:20:39.512Z | Compiling bindgen v0.71.1 |
| 2712 | 2026-08-05T12:20:39.717Z | Compiling xshell v0.2.7 |
| 2713 | 2026-08-05T12:20:39.958Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2714 | 2026-08-05T12:20:40.303Z | Compiling cexpr v0.6.0 |
| 2715 | 2026-08-05T12:20:40.933Z | Compiling lalrpop v0.19.12 |
| 2716 | 2026-08-05T12:20:40.959Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2717 | 2026-08-05T12:20:40.984Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2718 | 2026-08-05T12:20:41.172Z | Compiling rustc-hash v2.1.1 |
| 2719 | 2026-08-05T12:20:41.340Z | Compiling crc8 v0.1.1 |
| 2720 | 2026-08-05T12:20:41.424Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2721 | 2026-08-05T12:20:41.775Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2722 | 2026-08-05T12:20:42.014Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2723 | 2026-08-05T12:20:42.281Z | Compiling headers-core v0.3.0 |
| 2724 | 2026-08-05T12:20:42.441Z | Compiling libxml v0.3.3 |
| 2725 | 2026-08-05T12:20:42.527Z | Compiling headers v0.4.1 |
| 2726 | 2026-08-05T12:20:42.640Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2727 | 2026-08-05T12:20:42.665Z | Compiling strum_macros v0.24.3 |
| 2728 | 2026-08-05T12:20:42.812Z | Compiling indoc v1.0.9 |
| 2729 | 2026-08-05T12:20:43.011Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2730 | 2026-08-05T12:20:43.108Z | Compiling derive_builder v0.20.2 |
| 2731 | 2026-08-05T12:20:43.244Z | Compiling oso-derive v0.27.3 |
| 2732 | 2026-08-05T12:20:43.265Z | Compiling quick-xml v0.37.5 |
| 2733 | 2026-08-05T12:20:43.287Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2734 | 2026-08-05T12:20:43.752Z | Compiling openssl-probe v0.1.6 |
| 2735 | 2026-08-05T12:20:43.932Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2736 | 2026-08-05T12:20:44.048Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2737 | 2026-08-05T12:20:44.134Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2738 | 2026-08-05T12:20:44.190Z | Compiling bb8 v0.8.6 |
| 2739 | 2026-08-05T12:20:44.274Z | Compiling trait-variant v0.1.2 |
| 2740 | 2026-08-05T12:20:44.571Z | Compiling half v1.8.3 |
| 2741 | 2026-08-05T12:20:44.629Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2742 | 2026-08-05T12:20:44.650Z | Compiling progenitor-impl v0.13.0 |
| 2743 | 2026-08-05T12:20:44.768Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2744 | 2026-08-05T12:20:44.814Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2745 | 2026-08-05T12:20:44.970Z | Compiling serde_cbor v0.11.2 |
| 2746 | 2026-08-05T12:20:45.014Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2747 | 2026-08-05T12:20:45.829Z | Compiling progenitor-client v0.13.0 |
| 2748 | 2026-08-05T12:20:45.933Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2749 | 2026-08-05T12:20:45.955Z | Compiling nonempty v0.12.0 |
| 2750 | 2026-08-05T12:20:45.958Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2751 | 2026-08-05T12:20:46.126Z | Compiling samael v0.0.19 |
| 2752 | 2026-08-05T12:20:46.189Z | Compiling fxhash v0.2.1 |
| 2753 | 2026-08-05T12:20:46.234Z | Compiling libz-sys v1.1.24 |
| 2754 | 2026-08-05T12:20:46.356Z | Compiling salty v0.3.0 |
| 2755 | 2026-08-05T12:20:46.749Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2756 | 2026-08-05T12:20:46.775Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2757 | 2026-08-05T12:20:46.798Z | Compiling progenitor-macro v0.13.0 |
| 2758 | 2026-08-05T12:20:46.819Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2759 | 2026-08-05T12:20:47.133Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2760 | 2026-08-05T12:20:47.205Z | Compiling kstat-rs v0.2.5 |
| 2761 | 2026-08-05T12:20:47.560Z | Compiling mime_guess v2.0.5 |
| 2762 | 2026-08-05T12:20:47.664Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2763 | 2026-08-05T12:20:48.097Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2764 | 2026-08-05T12:20:48.405Z | Compiling polar-core v0.27.3 |
| 2765 | 2026-08-05T12:20:49.104Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2766 | 2026-08-05T12:20:50.211Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2767 | 2026-08-05T12:20:50.985Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2768 | 2026-08-05T12:20:51.012Z | Compiling rfc6979 v0.4.0 |
| 2769 | 2026-08-05T12:20:51.035Z | Compiling progenitor v0.13.0 |
| 2770 | 2026-08-05T12:20:51.059Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2771 | 2026-08-05T12:20:51.198Z | Compiling nanorand v0.7.0 |
| 2772 | 2026-08-05T12:20:51.231Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2773 | 2026-08-05T12:20:51.575Z | Compiling parking_lot_core v0.8.6 |
| 2774 | 2026-08-05T12:20:51.729Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2775 | 2026-08-05T12:20:51.907Z | Compiling flume v0.11.1 |
| 2776 | 2026-08-05T12:20:52.319Z | Compiling ecdsa v0.16.9 |
| 2777 | 2026-08-05T12:20:52.975Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2778 | 2026-08-05T12:20:53.083Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2779 | 2026-08-05T12:20:53.206Z | Compiling primeorder v0.13.6 |
| 2780 | 2026-08-05T12:20:53.533Z | Compiling git-stub v1.0.0 |
| 2781 | 2026-08-05T12:20:53.797Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2782 | 2026-08-05T12:20:53.951Z | Compiling strsim v0.10.0 |
| 2783 | 2026-08-05T12:20:54.032Z | Compiling http-range v0.1.5 |
| 2784 | 2026-08-05T12:20:54.265Z | Compiling instability v0.3.11 |
| 2785 | 2026-08-05T12:20:54.290Z | Compiling darling_core v0.13.4 |
| 2786 | 2026-08-05T12:20:54.397Z | Compiling git-stub-vcs v0.1.0 |
| 2787 | 2026-08-05T12:20:54.525Z | Compiling p384 v0.13.1 |
| 2788 | 2026-08-05T12:20:55.596Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2789 | 2026-08-05T12:20:55.948Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2790 | 2026-08-05T12:20:56.031Z | Compiling ignore v0.4.25 |
| 2791 | 2026-08-05T12:20:56.362Z | Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2792 | 2026-08-05T12:20:56.683Z | Compiling diesel-dtrace v0.5.0 |
| 2793 | 2026-08-05T12:20:57.063Z | Compiling async-bb8-diesel v0.2.1 |
| 2794 | 2026-08-05T12:20:57.531Z | Compiling oso v0.27.3 |
| 2795 | 2026-08-05T12:20:59.405Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2796 | 2026-08-05T12:20:59.723Z | Compiling vergen-git2 v9.1.0 |
| 2797 | 2026-08-05T12:20:59.949Z | Compiling castaway v0.2.4 |
| 2798 | 2026-08-05T12:21:00.115Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2799 | 2026-08-05T12:21:00.226Z | Compiling indoc v2.0.7 |
| 2800 | 2026-08-05T12:21:00.312Z | Compiling compact_str v0.8.1 |
| 2801 | 2026-08-05T12:21:00.336Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2802 | 2026-08-05T12:21:00.462Z | Compiling globwalk v0.9.1 |
| 2803 | 2026-08-05T12:21:00.821Z | Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2804 | 2026-08-05T12:21:00.951Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2805 | 2026-08-05T12:21:01.104Z | Compiling darling_macro v0.13.4 |
| 2806 | 2026-08-05T12:21:01.395Z | Compiling parking_lot v0.11.2 |
| 2807 | 2026-08-05T12:21:01.417Z | Compiling hyper-staticfile v0.10.1 |
| 2808 | 2026-08-05T12:21:01.635Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2809 | 2026-08-05T12:21:02.040Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2810 | 2026-08-05T12:21:02.135Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2811 | 2026-08-05T12:21:02.321Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2812 | 2026-08-05T12:21:02.561Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2813 | 2026-08-05T12:21:02.670Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2814 | 2026-08-05T12:21:03.051Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2815 | 2026-08-05T12:21:03.078Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2816 | 2026-08-05T12:21:04.140Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2817 | 2026-08-05T12:21:04.501Z | Compiling predicates-tree v1.0.13 |
| 2818 | 2026-08-05T12:21:04.542Z | Compiling unicode-truncate v1.1.0 |
| 2819 | 2026-08-05T12:21:04.758Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2820 | 2026-08-05T12:21:04.911Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2821 | 2026-08-05T12:21:04.933Z | Compiling sha2 v0.11.0 |
| 2822 | 2026-08-05T12:21:04.974Z | Compiling digest-io v0.1.0 |
| 2823 | 2026-08-05T12:21:05.147Z | Compiling lru v0.12.5 |
| 2824 | 2026-08-05T12:21:05.386Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2825 | 2026-08-05T12:21:05.604Z | Compiling prefix-trie v0.7.0 |
| 2826 | 2026-08-05T12:21:06.103Z | Compiling rand_seeder v0.4.0 |
| 2827 | 2026-08-05T12:21:06.383Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2828 | 2026-08-05T12:21:06.493Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2829 | 2026-08-05T12:21:06.739Z | Compiling corncobs v0.1.4 |
| 2830 | 2026-08-05T12:21:06.825Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2831 | 2026-08-05T12:21:07.002Z | Compiling cassowary v0.3.0 |
| 2832 | 2026-08-05T12:21:07.064Z | Compiling rawzip v0.4.4 |
| 2833 | 2026-08-05T12:21:07.591Z | Compiling ratatui v0.29.0 |
| 2834 | 2026-08-05T12:21:07.648Z | Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2835 | 2026-08-05T12:21:08.130Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2836 | 2026-08-05T12:21:08.592Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2837 | 2026-08-05T12:21:08.797Z | Compiling hickory-server v0.25.2 |
| 2838 | 2026-08-05T12:21:08.823Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2839 | 2026-08-05T12:21:09.066Z | Compiling camino-tempfile-ext v0.3.3 |
| 2840 | 2026-08-05T12:21:09.646Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2841 | 2026-08-05T12:21:10.642Z | Compiling sled v0.34.7 |
| 2842 | 2026-08-05T12:21:11.039Z | Compiling darling v0.13.4 |
| 2843 | 2026-08-05T12:21:11.138Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2844 | 2026-08-05T12:21:13.382Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2845 | 2026-08-05T12:21:13.498Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2846 | 2026-08-05T12:21:13.696Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2847 | 2026-08-05T12:21:13.821Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2848 | 2026-08-05T12:21:13.979Z | Compiling secrecy v0.8.0 |
| 2849 | 2026-08-05T12:21:14.148Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2850 | 2026-08-05T12:21:14.316Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2851 | 2026-08-05T12:21:14.578Z | error[E0271]: expected `Answers` to be an iterator that yields `&Record`, but it yields `&Record` |
| 2852 | 2026-08-05T12:21:14.579Z | --> dns-server/src/dns_server.rs:487:12 |
| 2853 | 2026-08-05T12:21:14.579Z | | |
| 2854 | 2026-08-05T12:21:14.579Z | 487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>, |
| 2855 | 2026-08-05T12:21:14.579Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 2856 | 2026-08-05T12:21:14.579Z | | |
| 2857 | 2026-08-05T12:21:14.579Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 2858 | 2026-08-05T12:21:14.579Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 2859 | 2026-08-05T12:21:14.579Z | | |
| 2860 | 2026-08-05T12:21:14.579Z | 77 | pub struct Record<R: RecordData = RData> { |
| 2861 | 2026-08-05T12:21:14.579Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 2862 | 2026-08-05T12:21:14.579Z | | |
| 2863 | 2026-08-05T12:21:14.579Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 2864 | 2026-08-05T12:21:14.579Z | | |
| 2865 | 2026-08-05T12:21:14.579Z | 78 | pub struct Record<R: RecordData = RData> { |
| 2866 | 2026-08-05T12:21:14.579Z | | ---------------------------------------- this is the found type |
| 2867 | 2026-08-05T12:21:14.579Z | = help: you can use `cargo tree` to explore your dependency tree |
| 2868 | 2026-08-05T12:21:14.579Z | note: required by a bound in `MessageResponse` |
| 2869 | 2026-08-05T12:21:14.579Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23 |
| 2870 | 2026-08-05T12:21:14.579Z | | |
| 2871 | 2026-08-05T12:21:14.579Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 2872 | 2026-08-05T12:21:14.579Z | | --------------- required by a bound in this struct |
| 2873 | 2026-08-05T12:21:14.579Z | 22 | where |
| 2874 | 2026-08-05T12:21:14.579Z | 23 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 2875 | 2026-08-05T12:21:14.580Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 2876 | 2026-08-05T12:21:14.580Z | |
| 2877 | 2026-08-05T12:21:14.580Z | error[E0271]: expected `NameServers` to be an iterator that yields `&Record`, but it yields `&Record` |
| 2878 | 2026-08-05T12:21:14.580Z | --> dns-server/src/dns_server.rs:487:12 |
| 2879 | 2026-08-05T12:21:14.580Z | | |
| 2880 | 2026-08-05T12:21:14.580Z | 487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>, |
| 2881 | 2026-08-05T12:21:14.580Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 2882 | 2026-08-05T12:21:14.580Z | | |
| 2883 | 2026-08-05T12:21:14.580Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 2884 | 2026-08-05T12:21:14.580Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 2885 | 2026-08-05T12:21:14.580Z | | |
| 2886 | 2026-08-05T12:21:14.580Z | 77 | pub struct Record<R: RecordData = RData> { |
| 2887 | 2026-08-05T12:21:14.580Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 2888 | 2026-08-05T12:21:14.580Z | | |
| 2889 | 2026-08-05T12:21:14.580Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 2890 | 2026-08-05T12:21:14.580Z | | |
| 2891 | 2026-08-05T12:21:14.580Z | 78 | pub struct Record<R: RecordData = RData> { |
| 2892 | 2026-08-05T12:21:14.580Z | | ---------------------------------------- this is the found type |
| 2893 | 2026-08-05T12:21:14.580Z | = help: you can use `cargo tree` to explore your dependency tree |
| 2894 | 2026-08-05T12:21:14.580Z | note: required by a bound in `MessageResponse` |
| 2895 | 2026-08-05T12:21:14.580Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:24:27 |
| 2896 | 2026-08-05T12:21:14.580Z | | |
| 2897 | 2026-08-05T12:21:14.580Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 2898 | 2026-08-05T12:21:14.580Z | | --------------- required by a bound in this struct |
| 2899 | 2026-08-05T12:21:14.580Z | ... |
| 2900 | 2026-08-05T12:21:14.580Z | 24 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 2901 | 2026-08-05T12:21:14.580Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 2902 | 2026-08-05T12:21:14.581Z | |
| 2903 | 2026-08-05T12:21:14.587Z | error[E0271]: expected `Soa` to be an iterator that yields `&Record`, but it yields `&Record` |
| 2904 | 2026-08-05T12:21:14.587Z | --> dns-server/src/dns_server.rs:487:12 |
| 2905 | 2026-08-05T12:21:14.587Z | | |
| 2906 | 2026-08-05T12:21:14.587Z | 487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>, |
| 2907 | 2026-08-05T12:21:14.587Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 2908 | 2026-08-05T12:21:14.587Z | | |
| 2909 | 2026-08-05T12:21:14.587Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 2910 | 2026-08-05T12:21:14.587Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 2911 | 2026-08-05T12:21:14.588Z | | |
| 2912 | 2026-08-05T12:21:14.588Z | 77 | pub struct Record<R: RecordData = RData> { |
| 2913 | 2026-08-05T12:21:14.588Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 2914 | 2026-08-05T12:21:14.588Z | | |
| 2915 | 2026-08-05T12:21:14.588Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 2916 | 2026-08-05T12:21:14.588Z | | |
| 2917 | 2026-08-05T12:21:14.588Z | 78 | pub struct Record<R: RecordData = RData> { |
| 2918 | 2026-08-05T12:21:14.588Z | | ---------------------------------------- this is the found type |
| 2919 | 2026-08-05T12:21:14.588Z | = help: you can use `cargo tree` to explore your dependency tree |
| 2920 | 2026-08-05T12:21:14.588Z | note: required by a bound in `MessageResponse` |
| 2921 | 2026-08-05T12:21:14.588Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:25:19 |
| 2922 | 2026-08-05T12:21:14.588Z | | |
| 2923 | 2026-08-05T12:21:14.588Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 2924 | 2026-08-05T12:21:14.588Z | | --------------- required by a bound in this struct |
| 2925 | 2026-08-05T12:21:14.588Z | ... |
| 2926 | 2026-08-05T12:21:14.588Z | 25 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 2927 | 2026-08-05T12:21:14.588Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 2928 | 2026-08-05T12:21:14.588Z | |
| 2929 | 2026-08-05T12:21:14.589Z | error[E0271]: expected `Additionals` to be an iterator that yields `&Record`, but it yields `&Record` |
| 2930 | 2026-08-05T12:21:14.589Z | --> dns-server/src/dns_server.rs:487:12 |
| 2931 | 2026-08-05T12:21:14.589Z | | |
| 2932 | 2026-08-05T12:21:14.589Z | 487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>, |
| 2933 | 2026-08-05T12:21:14.589Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 2934 | 2026-08-05T12:21:14.589Z | | |
| 2935 | 2026-08-05T12:21:14.589Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 2936 | 2026-08-05T12:21:14.589Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 2937 | 2026-08-05T12:21:14.589Z | | |
| 2938 | 2026-08-05T12:21:14.589Z | 77 | pub struct Record<R: RecordData = RData> { |
| 2939 | 2026-08-05T12:21:14.589Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 2940 | 2026-08-05T12:21:14.589Z | | |
| 2941 | 2026-08-05T12:21:14.589Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 2942 | 2026-08-05T12:21:14.589Z | | |
| 2943 | 2026-08-05T12:21:14.590Z | 78 | pub struct Record<R: RecordData = RData> { |
| 2944 | 2026-08-05T12:21:14.590Z | | ---------------------------------------- this is the found type |
| 2945 | 2026-08-05T12:21:14.590Z | = help: you can use `cargo tree` to explore your dependency tree |
| 2946 | 2026-08-05T12:21:14.590Z | note: required by a bound in `MessageResponse` |
| 2947 | 2026-08-05T12:21:14.590Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27 |
| 2948 | 2026-08-05T12:21:14.590Z | | |
| 2949 | 2026-08-05T12:21:14.590Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 2950 | 2026-08-05T12:21:14.590Z | | --------------- required by a bound in this struct |
| 2951 | 2026-08-05T12:21:14.590Z | ... |
| 2952 | 2026-08-05T12:21:14.590Z | 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 2953 | 2026-08-05T12:21:14.590Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 2954 | 2026-08-05T12:21:14.590Z | |
| 2955 | 2026-08-05T12:21:14.780Z | error[E0599]: no associated function or constant named `read` found for struct `MessageRequest` in the current scope |
| 2956 | 2026-08-05T12:21:14.780Z | --> dns-server/src/dns_server.rs:161:36 |
| 2957 | 2026-08-05T12:21:14.780Z | | |
| 2958 | 2026-08-05T12:21:14.780Z | 161 | let mr = match MessageRequest::read(&mut dec) { |
| 2959 | 2026-08-05T12:21:14.780Z | | ^^^^ associated function or constant not found in `MessageRequest` |
| 2960 | 2026-08-05T12:21:14.780Z | | |
| 2961 | 2026-08-05T12:21:14.780Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 2962 | 2026-08-05T12:21:14.780Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/serialize/binary/mod.rs:44:1 |
| 2963 | 2026-08-05T12:21:14.780Z | | |
| 2964 | 2026-08-05T12:21:14.780Z | 44 | pub trait BinDecodable<'r>: Sized { |
| 2965 | 2026-08-05T12:21:14.780Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait |
| 2966 | 2026-08-05T12:21:14.780Z | | |
| 2967 | 2026-08-05T12:21:14.780Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/serialize/binary/mod.rs:45:1 |
| 2968 | 2026-08-05T12:21:14.780Z | | |
| 2969 | 2026-08-05T12:21:14.781Z | 45 | pub trait BinDecodable<'r>: Sized { |
| 2970 | 2026-08-05T12:21:14.781Z | | --------------------------------- this is the trait that was imported |
| 2971 | 2026-08-05T12:21:14.781Z | = help: you can use `cargo tree` to explore your dependency tree |
| 2972 | 2026-08-05T12:21:14.781Z | |
| 2973 | 2026-08-05T12:21:14.796Z | error[E0599]: no associated function or constant named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope |
| 2974 | 2026-08-05T12:21:14.796Z | --> dns-server/src/dns_server.rs:173:34 |
| 2975 | 2026-08-05T12:21:14.796Z | | |
| 2976 | 2026-08-05T12:21:14.796Z | 173 | let header = Header::response_from_request(mr.header()); |
| 2977 | 2026-08-05T12:21:14.796Z | | ^^^^^^^^^^^^^^^^^^^^^ associated function or constant not found in `hickory_proto::op::Header` |
| 2978 | 2026-08-05T12:21:14.797Z | | |
| 2979 | 2026-08-05T12:21:14.797Z | note: the function `response_from_request` is implemented on `hickory_proto::op::Metadata` |
| 2980 | 2026-08-05T12:21:14.797Z | --> dns-server/src/dns_server.rs:173:26 |
| 2981 | 2026-08-05T12:21:14.797Z | | |
| 2982 | 2026-08-05T12:21:14.797Z | 173 | let header = Header::response_from_request(mr.header()); |
| 2983 | 2026-08-05T12:21:14.797Z | | ^^^^^^ |
| 2984 | 2026-08-05T12:21:14.797Z | |
| 2985 | 2026-08-05T12:21:14.807Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2986 | 2026-08-05T12:21:14.835Z | error[E0599]: no associated function or constant named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope |
| 2987 | 2026-08-05T12:21:14.835Z | --> dns-server/src/dns_server.rs:273:30 |
| 2988 | 2026-08-05T12:21:14.835Z | | |
| 2989 | 2026-08-05T12:21:14.835Z | 273 | let mut header = Header::response_from_request(mr.header()); |
| 2990 | 2026-08-05T12:21:14.835Z | | ^^^^^^^^^^^^^^^^^^^^^ associated function or constant not found in `hickory_proto::op::Header` |
| 2991 | 2026-08-05T12:21:14.835Z | | |
| 2992 | 2026-08-05T12:21:14.835Z | note: the function `response_from_request` is implemented on `hickory_proto::op::Metadata` |
| 2993 | 2026-08-05T12:21:14.835Z | --> dns-server/src/dns_server.rs:273:22 |
| 2994 | 2026-08-05T12:21:14.835Z | | |
| 2995 | 2026-08-05T12:21:14.835Z | 273 | let mut header = Header::response_from_request(mr.header()); |
| 2996 | 2026-08-05T12:21:14.835Z | | ^^^^^^ |
| 2997 | 2026-08-05T12:21:14.835Z | |
| 2998 | 2026-08-05T12:21:14.862Z | error[E0308]: mismatched types |
| 2999 | 2026-08-05T12:21:14.862Z | --> dns-server/src/dns_server.rs:299:30 |
| 3000 | 2026-08-05T12:21:14.862Z | | |
| 3001 | 2026-08-05T12:21:14.862Z | 299 | let answer = store.query(query)?; |
| 3002 | 2026-08-05T12:21:14.862Z | | ----- ^^^^^ expected `hickory_proto::op::LowerQuery`, found `LowerQuery` |
| 3003 | 2026-08-05T12:21:14.862Z | | | |
| 3004 | 2026-08-05T12:21:14.862Z | | arguments to this method are incorrect |
| 3005 | 2026-08-05T12:21:14.862Z | | |
| 3006 | 2026-08-05T12:21:14.862Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3007 | 2026-08-05T12:21:14.863Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/lower_query.rs:22:1 |
| 3008 | 2026-08-05T12:21:14.863Z | | |
| 3009 | 2026-08-05T12:21:14.863Z | 22 | pub struct LowerQuery { |
| 3010 | 2026-08-05T12:21:14.863Z | | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3011 | 2026-08-05T12:21:14.863Z | | |
| 3012 | 2026-08-05T12:21:14.863Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/lower_query.rs:18:1 |
| 3013 | 2026-08-05T12:21:14.863Z | | |
| 3014 | 2026-08-05T12:21:14.863Z | 18 | pub struct LowerQuery { |
| 3015 | 2026-08-05T12:21:14.863Z | | --------------------- this is the found type |
| 3016 | 2026-08-05T12:21:14.864Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3017 | 2026-08-05T12:21:14.864Z | note: method defined here |
| 3018 | 2026-08-05T12:21:14.864Z | --> dns-server/src/storage.rs:762:19 |
| 3019 | 2026-08-05T12:21:14.864Z | | |
| 3020 | 2026-08-05T12:21:14.864Z | 762 | pub(crate) fn query( |
| 3021 | 2026-08-05T12:21:14.864Z | | ^^^^^ |
| 3022 | 2026-08-05T12:21:14.864Z | 763 | &self, |
| 3023 | 2026-08-05T12:21:14.864Z | 764 | query: &LowerQuery, |
| 3024 | 2026-08-05T12:21:14.864Z | | ------------------ |
| 3025 | 2026-08-05T12:21:14.865Z | |
| 3026 | 2026-08-05T12:21:14.886Z | error[E0308]: mismatched types |
| 3027 | 2026-08-05T12:21:14.886Z | --> dns-server/src/dns_server.rs:311:55 |
| 3028 | 2026-08-05T12:21:14.887Z | | |
| 3029 | 2026-08-05T12:21:14.887Z | 311 | if answer.name.is_none() && query.query_type() == RecordType::SOA { |
| 3030 | 2026-08-05T12:21:14.887Z | | ------------------ ^^^^^^^^^^^^^^^ expected `RecordType`, found `hickory_proto::rr::RecordType` |
| 3031 | 2026-08-05T12:21:14.887Z | | | |
| 3032 | 2026-08-05T12:21:14.887Z | | expected because this is `hickory_resolver::hickory_proto::rr::RecordType` |
| 3033 | 2026-08-05T12:21:14.887Z | | |
| 3034 | 2026-08-05T12:21:14.887Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3035 | 2026-08-05T12:21:14.887Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/record_type.rs:33:1 |
| 3036 | 2026-08-05T12:21:14.887Z | | |
| 3037 | 2026-08-05T12:21:14.887Z | 33 | pub enum RecordType { |
| 3038 | 2026-08-05T12:21:14.887Z | | ^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3039 | 2026-08-05T12:21:14.887Z | | |
| 3040 | 2026-08-05T12:21:14.888Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record_type.rs:33:1 |
| 3041 | 2026-08-05T12:21:14.888Z | | |
| 3042 | 2026-08-05T12:21:14.888Z | 33 | pub enum RecordType { |
| 3043 | 2026-08-05T12:21:14.888Z | | ------------------- this is the found type |
| 3044 | 2026-08-05T12:21:14.888Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3045 | 2026-08-05T12:21:14.888Z | |
| 3046 | 2026-08-05T12:21:14.897Z | error[E0599]: no method named `data` found for reference `&hickory_proto::rr::Record` in the current scope |
| 3047 | 2026-08-05T12:21:14.897Z | --> dns-server/src/dns_server.rs:327:60 |
| 3048 | 2026-08-05T12:21:14.897Z | | |
| 3049 | 2026-08-05T12:21:14.898Z | 327 | .filter(|record| match (query.query_type(), record.data()) { |
| 3050 | 2026-08-05T12:21:14.898Z | | ^^^^-- help: remove the arguments |
| 3051 | 2026-08-05T12:21:14.898Z | | | |
| 3052 | 2026-08-05T12:21:14.898Z | | field, not a method |
| 3053 | 2026-08-05T12:21:14.898Z | |
| 3054 | 2026-08-05T12:21:14.898Z | error[E0308]: mismatched types |
| 3055 | 2026-08-05T12:21:14.898Z | --> dns-server/src/dns_server.rs:328:14 |
| 3056 | 2026-08-05T12:21:14.898Z | | |
| 3057 | 2026-08-05T12:21:14.898Z | 328 | (RecordType::ANY, _) => true, |
| 3058 | 2026-08-05T12:21:14.898Z | | ^^^^^^^^^^^^^^^ expected `RecordType`, found `hickory_proto::rr::RecordType` |
| 3059 | 2026-08-05T12:21:14.898Z | | |
| 3060 | 2026-08-05T12:21:14.898Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3061 | 2026-08-05T12:21:14.898Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/record_type.rs:33:1 |
| 3062 | 2026-08-05T12:21:14.898Z | | |
| 3063 | 2026-08-05T12:21:14.898Z | 33 | pub enum RecordType { |
| 3064 | 2026-08-05T12:21:14.898Z | | ^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3065 | 2026-08-05T12:21:14.898Z | | |
| 3066 | 2026-08-05T12:21:14.899Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record_type.rs:33:1 |
| 3067 | 2026-08-05T12:21:14.899Z | | |
| 3068 | 2026-08-05T12:21:14.899Z | 33 | pub enum RecordType { |
| 3069 | 2026-08-05T12:21:14.899Z | | ------------------- this is the found type |
| 3070 | 2026-08-05T12:21:14.899Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3071 | 2026-08-05T12:21:14.899Z | |
| 3072 | 2026-08-05T12:21:14.899Z | error[E0308]: mismatched types |
| 3073 | 2026-08-05T12:21:14.899Z | --> dns-server/src/dns_server.rs:329:14 |
| 3074 | 2026-08-05T12:21:14.899Z | | |
| 3075 | 2026-08-05T12:21:14.899Z | 329 | (RecordType::A, RData::A(_)) => true, |
| 3076 | 2026-08-05T12:21:14.899Z | | ^^^^^^^^^^^^^ expected `RecordType`, found `hickory_proto::rr::RecordType` |
| 3077 | 2026-08-05T12:21:14.899Z | | |
| 3078 | 2026-08-05T12:21:14.899Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3079 | 2026-08-05T12:21:14.899Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/record_type.rs:33:1 |
| 3080 | 2026-08-05T12:21:14.899Z | | |
| 3081 | 2026-08-05T12:21:14.899Z | 33 | pub enum RecordType { |
| 3082 | 2026-08-05T12:21:14.899Z | | ^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3083 | 2026-08-05T12:21:14.899Z | | |
| 3084 | 2026-08-05T12:21:14.899Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record_type.rs:33:1 |
| 3085 | 2026-08-05T12:21:14.899Z | | |
| 3086 | 2026-08-05T12:21:14.899Z | 33 | pub enum RecordType { |
| 3087 | 2026-08-05T12:21:14.899Z | | ------------------- this is the found type |
| 3088 | 2026-08-05T12:21:14.899Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3089 | 2026-08-05T12:21:14.899Z | |
| 3090 | 2026-08-05T12:21:14.899Z | error[E0308]: mismatched types |
| 3091 | 2026-08-05T12:21:14.899Z | --> dns-server/src/dns_server.rs:330:14 |
| 3092 | 2026-08-05T12:21:14.900Z | | |
| 3093 | 2026-08-05T12:21:14.900Z | 330 | (RecordType::AAAA, RData::AAAA(_)) => true, |
| 3094 | 2026-08-05T12:21:14.900Z | | ^^^^^^^^^^^^^^^^ expected `RecordType`, found `hickory_proto::rr::RecordType` |
| 3095 | 2026-08-05T12:21:14.900Z | | |
| 3096 | 2026-08-05T12:21:14.900Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3097 | 2026-08-05T12:21:14.900Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/record_type.rs:33:1 |
| 3098 | 2026-08-05T12:21:14.900Z | | |
| 3099 | 2026-08-05T12:21:14.900Z | 33 | pub enum RecordType { |
| 3100 | 2026-08-05T12:21:14.900Z | | ^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3101 | 2026-08-05T12:21:14.900Z | | |
| 3102 | 2026-08-05T12:21:14.900Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record_type.rs:33:1 |
| 3103 | 2026-08-05T12:21:14.900Z | | |
| 3104 | 2026-08-05T12:21:14.900Z | 33 | pub enum RecordType { |
| 3105 | 2026-08-05T12:21:14.900Z | | ------------------- this is the found type |
| 3106 | 2026-08-05T12:21:14.900Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3107 | 2026-08-05T12:21:14.900Z | |
| 3108 | 2026-08-05T12:21:14.900Z | error[E0308]: mismatched types |
| 3109 | 2026-08-05T12:21:14.900Z | --> dns-server/src/dns_server.rs:331:14 |
| 3110 | 2026-08-05T12:21:14.900Z | | |
| 3111 | 2026-08-05T12:21:14.900Z | 331 | (RecordType::SRV, RData::SRV(_)) => true, |
| 3112 | 2026-08-05T12:21:14.900Z | | ^^^^^^^^^^^^^^^ expected `RecordType`, found `hickory_proto::rr::RecordType` |
| 3113 | 2026-08-05T12:21:14.901Z | | |
| 3114 | 2026-08-05T12:21:14.901Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3115 | 2026-08-05T12:21:14.901Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/record_type.rs:33:1 |
| 3116 | 2026-08-05T12:21:14.901Z | | |
| 3117 | 2026-08-05T12:21:14.901Z | 33 | pub enum RecordType { |
| 3118 | 2026-08-05T12:21:14.901Z | | ^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3119 | 2026-08-05T12:21:14.901Z | | |
| 3120 | 2026-08-05T12:21:14.901Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record_type.rs:33:1 |
| 3121 | 2026-08-05T12:21:14.901Z | | |
| 3122 | 2026-08-05T12:21:14.901Z | 33 | pub enum RecordType { |
| 3123 | 2026-08-05T12:21:14.901Z | | ------------------- this is the found type |
| 3124 | 2026-08-05T12:21:14.901Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3125 | 2026-08-05T12:21:14.901Z | |
| 3126 | 2026-08-05T12:21:14.912Z | error[E0308]: mismatched types |
| 3127 | 2026-08-05T12:21:14.912Z | --> dns-server/src/dns_server.rs:332:14 |
| 3128 | 2026-08-05T12:21:14.912Z | | |
| 3129 | 2026-08-05T12:21:14.912Z | 332 | (RecordType::NS, RData::NS(_)) => true, |
| 3130 | 2026-08-05T12:21:14.912Z | | ^^^^^^^^^^^^^^ expected `RecordType`, found `hickory_proto::rr::RecordType` |
| 3131 | 2026-08-05T12:21:14.913Z | | |
| 3132 | 2026-08-05T12:21:14.913Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3133 | 2026-08-05T12:21:14.913Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/record_type.rs:33:1 |
| 3134 | 2026-08-05T12:21:14.913Z | | |
| 3135 | 2026-08-05T12:21:14.913Z | 33 | pub enum RecordType { |
| 3136 | 2026-08-05T12:21:14.913Z | | ^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3137 | 2026-08-05T12:21:14.913Z | | |
| 3138 | 2026-08-05T12:21:14.913Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record_type.rs:33:1 |
| 3139 | 2026-08-05T12:21:14.913Z | | |
| 3140 | 2026-08-05T12:21:14.913Z | 33 | pub enum RecordType { |
| 3141 | 2026-08-05T12:21:14.913Z | | ------------------- this is the found type |
| 3142 | 2026-08-05T12:21:14.913Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3143 | 2026-08-05T12:21:14.913Z | |
| 3144 | 2026-08-05T12:21:14.913Z | error[E0308]: mismatched types |
| 3145 | 2026-08-05T12:21:14.913Z | --> dns-server/src/dns_server.rs:333:14 |
| 3146 | 2026-08-05T12:21:14.913Z | | |
| 3147 | 2026-08-05T12:21:14.913Z | 333 | (RecordType::SOA, RData::SOA(_)) => true, |
| 3148 | 2026-08-05T12:21:14.913Z | | ^^^^^^^^^^^^^^^ expected `RecordType`, found `hickory_proto::rr::RecordType` |
| 3149 | 2026-08-05T12:21:14.913Z | | |
| 3150 | 2026-08-05T12:21:14.913Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3151 | 2026-08-05T12:21:14.914Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/record_type.rs:33:1 |
| 3152 | 2026-08-05T12:21:14.914Z | | |
| 3153 | 2026-08-05T12:21:14.914Z | 33 | pub enum RecordType { |
| 3154 | 2026-08-05T12:21:14.914Z | | ^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3155 | 2026-08-05T12:21:14.914Z | | |
| 3156 | 2026-08-05T12:21:14.914Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record_type.rs:33:1 |
| 3157 | 2026-08-05T12:21:14.914Z | | |
| 3158 | 2026-08-05T12:21:14.914Z | 33 | pub enum RecordType { |
| 3159 | 2026-08-05T12:21:14.914Z | | ------------------- this is the found type |
| 3160 | 2026-08-05T12:21:14.914Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3161 | 2026-08-05T12:21:14.914Z | |
| 3162 | 2026-08-05T12:21:14.921Z | error[E0599]: no method named `data` found for struct `hickory_proto::rr::Record<R>` in the current scope |
| 3163 | 2026-08-05T12:21:14.921Z | --> dns-server/src/dns_server.rs:348:51 |
| 3164 | 2026-08-05T12:21:14.921Z | | |
| 3165 | 2026-08-05T12:21:14.921Z | 348 | let additionals_target = match record.data() { |
| 3166 | 2026-08-05T12:21:14.921Z | | ^^^^-- help: remove the arguments |
| 3167 | 2026-08-05T12:21:14.921Z | | | |
| 3168 | 2026-08-05T12:21:14.921Z | | field, not a method |
| 3169 | 2026-08-05T12:21:14.921Z | |
| 3170 | 2026-08-05T12:21:14.944Z | error[E0599]: no method named `target` found for struct `hickory_proto::rr::rdata::SRV` in the current scope |
| 3171 | 2026-08-05T12:21:14.944Z | --> dns-server/src/dns_server.rs:349:45 |
| 3172 | 2026-08-05T12:21:14.944Z | | |
| 3173 | 2026-08-05T12:21:14.944Z | 349 | RData::SRV(srv) => Some(srv.target()), |
| 3174 | 2026-08-05T12:21:14.944Z | | ^^^^^^-- help: remove the arguments |
| 3175 | 2026-08-05T12:21:14.944Z | | | |
| 3176 | 2026-08-05T12:21:14.944Z | | field, not a method |
| 3177 | 2026-08-05T12:21:14.944Z | |
| 3178 | 2026-08-05T12:21:14.950Z | error[E0271]: type mismatch resolving `<Vec<&Record> as IntoIterator>::Item == &Record` |
| 3179 | 2026-08-05T12:21:14.950Z | --> dns-server/src/dns_server.rs:416:9 |
| 3180 | 2026-08-05T12:21:14.950Z | | |
| 3181 | 2026-08-05T12:21:14.950Z | 414 | let mresp = rb.build( |
| 3182 | 2026-08-05T12:21:14.950Z | | ----- required by a bound introduced by this call |
| 3183 | 2026-08-05T12:21:14.950Z | 415 | header, |
| 3184 | 2026-08-05T12:21:14.950Z | 416 | response_records.iter().collect::<Vec<&Record>>(), |
| 3185 | 2026-08-05T12:21:14.950Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3186 | 2026-08-05T12:21:14.950Z | | |
| 3187 | 2026-08-05T12:21:14.950Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3188 | 2026-08-05T12:21:14.950Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3189 | 2026-08-05T12:21:14.950Z | | |
| 3190 | 2026-08-05T12:21:14.950Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3191 | 2026-08-05T12:21:14.950Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3192 | 2026-08-05T12:21:14.950Z | | |
| 3193 | 2026-08-05T12:21:14.950Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3194 | 2026-08-05T12:21:14.950Z | | |
| 3195 | 2026-08-05T12:21:14.950Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3196 | 2026-08-05T12:21:14.950Z | | ---------------------------------------- this is the found type |
| 3197 | 2026-08-05T12:21:14.950Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3198 | 2026-08-05T12:21:14.950Z | note: the method call chain might not have had the expected associated types |
| 3199 | 2026-08-05T12:21:14.951Z | --> dns-server/src/dns_server.rs:416:26 |
| 3200 | 2026-08-05T12:21:14.951Z | | |
| 3201 | 2026-08-05T12:21:14.951Z | 411 | response_records: &[Record], |
| 3202 | 2026-08-05T12:21:14.951Z | | ---------------- this expression has type `&[Record]` |
| 3203 | 2026-08-05T12:21:14.951Z | ... |
| 3204 | 2026-08-05T12:21:14.951Z | 416 | response_records.iter().collect::<Vec<&Record>>(), |
| 3205 | 2026-08-05T12:21:14.951Z | | ^^^^^^ ------------------------- `IntoIterator::Item` remains `&Record` here |
| 3206 | 2026-08-05T12:21:14.951Z | | | |
| 3207 | 2026-08-05T12:21:14.952Z | | `IntoIterator::Item` is `&Record` here |
| 3208 | 2026-08-05T12:21:14.952Z | note: required by a bound in `MessageResponseBuilder::<'q>::build` |
| 3209 | 2026-08-05T12:21:14.952Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:138:25 |
| 3210 | 2026-08-05T12:21:14.952Z | | |
| 3211 | 2026-08-05T12:21:14.952Z | 129 | pub fn build<'a, A, N, S, D>( |
| 3212 | 2026-08-05T12:21:14.952Z | | ----- required by a bound in this associated function |
| 3213 | 2026-08-05T12:21:14.952Z | ... |
| 3214 | 2026-08-05T12:21:14.952Z | 138 | A: IntoIterator<Item = &'a Record> + Send + 'a, |
| 3215 | 2026-08-05T12:21:14.952Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build` |
| 3216 | 2026-08-05T12:21:14.952Z | |
| 3217 | 2026-08-05T12:21:14.952Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3218 | 2026-08-05T12:21:14.952Z | --> dns-server/src/dns_server.rs:414:20 |
| 3219 | 2026-08-05T12:21:14.952Z | | |
| 3220 | 2026-08-05T12:21:14.952Z | 414 | let mresp = rb.build( |
| 3221 | 2026-08-05T12:21:14.952Z | | ^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3222 | 2026-08-05T12:21:14.952Z | | |
| 3223 | 2026-08-05T12:21:14.952Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3224 | 2026-08-05T12:21:14.952Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3225 | 2026-08-05T12:21:14.953Z | | |
| 3226 | 2026-08-05T12:21:14.953Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3227 | 2026-08-05T12:21:14.953Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3228 | 2026-08-05T12:21:14.953Z | | |
| 3229 | 2026-08-05T12:21:14.953Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3230 | 2026-08-05T12:21:14.953Z | | |
| 3231 | 2026-08-05T12:21:14.953Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3232 | 2026-08-05T12:21:14.953Z | | ---------------------------------------- this is the found type |
| 3233 | 2026-08-05T12:21:14.954Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3234 | 2026-08-05T12:21:14.954Z | note: required by a bound in `MessageResponse` |
| 3235 | 2026-08-05T12:21:14.954Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23 |
| 3236 | 2026-08-05T12:21:14.954Z | | |
| 3237 | 2026-08-05T12:21:14.954Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3238 | 2026-08-05T12:21:14.954Z | | --------------- required by a bound in this struct |
| 3239 | 2026-08-05T12:21:14.954Z | 22 | where |
| 3240 | 2026-08-05T12:21:14.954Z | 23 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3241 | 2026-08-05T12:21:14.954Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3242 | 2026-08-05T12:21:14.954Z | |
| 3243 | 2026-08-05T12:21:14.954Z | error[E0271]: type mismatch resolving `<&[Record] as IntoIterator>::Item == &Record` |
| 3244 | 2026-08-05T12:21:14.954Z | --> dns-server/src/dns_server.rs:419:9 |
| 3245 | 2026-08-05T12:21:14.954Z | | |
| 3246 | 2026-08-05T12:21:14.955Z | 414 | let mresp = rb.build( |
| 3247 | 2026-08-05T12:21:14.956Z | | ----- required by a bound introduced by this call |
| 3248 | 2026-08-05T12:21:14.956Z | ... |
| 3249 | 2026-08-05T12:21:14.956Z | 419 | additional_records, |
| 3250 | 2026-08-05T12:21:14.956Z | | ^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3251 | 2026-08-05T12:21:14.956Z | | |
| 3252 | 2026-08-05T12:21:14.956Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3253 | 2026-08-05T12:21:14.956Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3254 | 2026-08-05T12:21:14.956Z | | |
| 3255 | 2026-08-05T12:21:14.956Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3256 | 2026-08-05T12:21:14.956Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3257 | 2026-08-05T12:21:14.956Z | | |
| 3258 | 2026-08-05T12:21:14.956Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3259 | 2026-08-05T12:21:14.956Z | | |
| 3260 | 2026-08-05T12:21:14.956Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3261 | 2026-08-05T12:21:14.956Z | | ---------------------------------------- this is the found type |
| 3262 | 2026-08-05T12:21:14.956Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3263 | 2026-08-05T12:21:14.956Z | note: required by a bound in `MessageResponseBuilder::<'q>::build` |
| 3264 | 2026-08-05T12:21:14.956Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:144:25 |
| 3265 | 2026-08-05T12:21:14.956Z | | |
| 3266 | 2026-08-05T12:21:14.957Z | 129 | pub fn build<'a, A, N, S, D>( |
| 3267 | 2026-08-05T12:21:14.957Z | | ----- required by a bound in this associated function |
| 3268 | 2026-08-05T12:21:14.957Z | ... |
| 3269 | 2026-08-05T12:21:14.957Z | 144 | D: IntoIterator<Item = &'a Record> + Send + 'a, |
| 3270 | 2026-08-05T12:21:14.957Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build` |
| 3271 | 2026-08-05T12:21:14.957Z | |
| 3272 | 2026-08-05T12:21:14.957Z | error[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3273 | 2026-08-05T12:21:14.957Z | --> dns-server/src/dns_server.rs:414:20 |
| 3274 | 2026-08-05T12:21:14.957Z | | |
| 3275 | 2026-08-05T12:21:14.957Z | 414 | let mresp = rb.build( |
| 3276 | 2026-08-05T12:21:14.957Z | | ^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3277 | 2026-08-05T12:21:14.957Z | | |
| 3278 | 2026-08-05T12:21:14.962Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3279 | 2026-08-05T12:21:14.962Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3280 | 2026-08-05T12:21:14.962Z | | |
| 3281 | 2026-08-05T12:21:14.962Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3282 | 2026-08-05T12:21:14.962Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3283 | 2026-08-05T12:21:14.962Z | | |
| 3284 | 2026-08-05T12:21:14.962Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3285 | 2026-08-05T12:21:14.962Z | | |
| 3286 | 2026-08-05T12:21:14.962Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3287 | 2026-08-05T12:21:14.962Z | | ---------------------------------------- this is the found type |
| 3288 | 2026-08-05T12:21:14.962Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3289 | 2026-08-05T12:21:14.963Z | note: required by a bound in `MessageResponse` |
| 3290 | 2026-08-05T12:21:14.963Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27 |
| 3291 | 2026-08-05T12:21:14.963Z | | |
| 3292 | 2026-08-05T12:21:14.963Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3293 | 2026-08-05T12:21:14.963Z | | --------------- required by a bound in this struct |
| 3294 | 2026-08-05T12:21:14.963Z | ... |
| 3295 | 2026-08-05T12:21:14.963Z | 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 3296 | 2026-08-05T12:21:14.963Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3297 | 2026-08-05T12:21:14.963Z | |
| 3298 | 2026-08-05T12:21:14.963Z | error[E0308]: mismatched types |
| 3299 | 2026-08-05T12:21:14.963Z | --> dns-server/src/dns_server.rs:415:9 |
| 3300 | 2026-08-05T12:21:14.963Z | | |
| 3301 | 2026-08-05T12:21:14.963Z | 414 | let mresp = rb.build( |
| 3302 | 2026-08-05T12:21:14.963Z | | ----- arguments to this method are incorrect |
| 3303 | 2026-08-05T12:21:14.963Z | 415 | header, |
| 3304 | 2026-08-05T12:21:14.963Z | | ^^^^^^ expected `Header`, found `hickory_proto::op::Header` |
| 3305 | 2026-08-05T12:21:14.963Z | | |
| 3306 | 2026-08-05T12:21:14.963Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3307 | 2026-08-05T12:21:14.963Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1 |
| 3308 | 2026-08-05T12:21:14.964Z | | |
| 3309 | 2026-08-05T12:21:14.964Z | 57 | pub struct Header { |
| 3310 | 2026-08-05T12:21:14.964Z | | ^^^^^^^^^^^^^^^^^ this is the expected type |
| 3311 | 2026-08-05T12:21:14.964Z | | |
| 3312 | 2026-08-05T12:21:14.964Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1 |
| 3313 | 2026-08-05T12:21:14.965Z | | |
| 3314 | 2026-08-05T12:21:14.965Z | 57 | pub struct Header { |
| 3315 | 2026-08-05T12:21:14.965Z | | ----------------- this is the found type |
| 3316 | 2026-08-05T12:21:14.965Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3317 | 2026-08-05T12:21:14.965Z | note: method defined here |
| 3318 | 2026-08-05T12:21:14.965Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:129:12 |
| 3319 | 2026-08-05T12:21:14.965Z | | |
| 3320 | 2026-08-05T12:21:14.965Z | 129 | pub fn build<'a, A, N, S, D>( |
| 3321 | 2026-08-05T12:21:14.965Z | | ^^^^^ |
| 3322 | 2026-08-05T12:21:14.965Z | |
| 3323 | 2026-08-05T12:21:14.965Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3324 | 2026-08-05T12:21:14.965Z | --> dns-server/src/dns_server.rs:422:31 |
| 3325 | 2026-08-05T12:21:14.965Z | | |
| 3326 | 2026-08-05T12:21:14.965Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 3327 | 2026-08-05T12:21:14.966Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3328 | 2026-08-05T12:21:14.966Z | | | |
| 3329 | 2026-08-05T12:21:14.966Z | | required by a bound introduced by this call |
| 3330 | 2026-08-05T12:21:14.966Z | | |
| 3331 | 2026-08-05T12:21:14.966Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3332 | 2026-08-05T12:21:14.966Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3333 | 2026-08-05T12:21:14.966Z | | |
| 3334 | 2026-08-05T12:21:14.966Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3335 | 2026-08-05T12:21:14.966Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3336 | 2026-08-05T12:21:14.966Z | | |
| 3337 | 2026-08-05T12:21:14.966Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3338 | 2026-08-05T12:21:14.966Z | | |
| 3339 | 2026-08-05T12:21:14.966Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3340 | 2026-08-05T12:21:14.966Z | | ---------------------------------------- this is the found type |
| 3341 | 2026-08-05T12:21:14.966Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3342 | 2026-08-05T12:21:14.966Z | note: required by a bound in `encode_and_send` |
| 3343 | 2026-08-05T12:21:14.966Z | --> dns-server/src/dns_server.rs:492:27 |
| 3344 | 2026-08-05T12:21:14.966Z | | |
| 3345 | 2026-08-05T12:21:14.966Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3346 | 2026-08-05T12:21:14.966Z | | --------------- required by a bound in this function |
| 3347 | 2026-08-05T12:21:14.966Z | ... |
| 3348 | 2026-08-05T12:21:14.966Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3349 | 2026-08-05T12:21:14.966Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3350 | 2026-08-05T12:21:14.967Z | |
| 3351 | 2026-08-05T12:21:14.967Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3352 | 2026-08-05T12:21:14.967Z | --> dns-server/src/dns_server.rs:422:31 |
| 3353 | 2026-08-05T12:21:14.967Z | | |
| 3354 | 2026-08-05T12:21:14.967Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 3355 | 2026-08-05T12:21:14.967Z | | ^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3356 | 2026-08-05T12:21:14.967Z | | |
| 3357 | 2026-08-05T12:21:14.967Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3358 | 2026-08-05T12:21:14.967Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3359 | 2026-08-05T12:21:14.967Z | | |
| 3360 | 2026-08-05T12:21:14.967Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3361 | 2026-08-05T12:21:14.967Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3362 | 2026-08-05T12:21:14.967Z | | |
| 3363 | 2026-08-05T12:21:14.967Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3364 | 2026-08-05T12:21:14.967Z | | |
| 3365 | 2026-08-05T12:21:14.967Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3366 | 2026-08-05T12:21:14.967Z | | ---------------------------------------- this is the found type |
| 3367 | 2026-08-05T12:21:14.967Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3368 | 2026-08-05T12:21:14.967Z | note: required by a bound in `MessageResponse` |
| 3369 | 2026-08-05T12:21:14.967Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23 |
| 3370 | 2026-08-05T12:21:14.967Z | | |
| 3371 | 2026-08-05T12:21:14.967Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3372 | 2026-08-05T12:21:14.967Z | | --------------- required by a bound in this struct |
| 3373 | 2026-08-05T12:21:14.968Z | 22 | where |
| 3374 | 2026-08-05T12:21:14.968Z | 23 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3375 | 2026-08-05T12:21:14.968Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3376 | 2026-08-05T12:21:14.968Z | |
| 3377 | 2026-08-05T12:21:14.968Z | error[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3378 | 2026-08-05T12:21:14.974Z | --> dns-server/src/dns_server.rs:422:31 |
| 3379 | 2026-08-05T12:21:14.974Z | | |
| 3380 | 2026-08-05T12:21:14.974Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 3381 | 2026-08-05T12:21:14.974Z | | ^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3382 | 2026-08-05T12:21:14.974Z | | |
| 3383 | 2026-08-05T12:21:14.974Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3384 | 2026-08-05T12:21:14.974Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3385 | 2026-08-05T12:21:14.974Z | | |
| 3386 | 2026-08-05T12:21:14.974Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3387 | 2026-08-05T12:21:14.974Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3388 | 2026-08-05T12:21:14.974Z | | |
| 3389 | 2026-08-05T12:21:14.974Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3390 | 2026-08-05T12:21:14.974Z | | |
| 3391 | 2026-08-05T12:21:14.974Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3392 | 2026-08-05T12:21:14.974Z | | ---------------------------------------- this is the found type |
| 3393 | 2026-08-05T12:21:14.975Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3394 | 2026-08-05T12:21:14.975Z | note: required by a bound in `MessageResponse` |
| 3395 | 2026-08-05T12:21:14.975Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27 |
| 3396 | 2026-08-05T12:21:14.975Z | | |
| 3397 | 2026-08-05T12:21:14.975Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3398 | 2026-08-05T12:21:14.975Z | | --------------- required by a bound in this struct |
| 3399 | 2026-08-05T12:21:14.975Z | ... |
| 3400 | 2026-08-05T12:21:14.975Z | 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 3401 | 2026-08-05T12:21:14.975Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3402 | 2026-08-05T12:21:14.975Z | |
| 3403 | 2026-08-05T12:21:14.975Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3404 | 2026-08-05T12:21:14.975Z | --> dns-server/src/dns_server.rs:422:5 |
| 3405 | 2026-08-05T12:21:14.975Z | | |
| 3406 | 2026-08-05T12:21:14.975Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 3407 | 2026-08-05T12:21:14.975Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3408 | 2026-08-05T12:21:14.975Z | | |
| 3409 | 2026-08-05T12:21:14.975Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3410 | 2026-08-05T12:21:14.975Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3411 | 2026-08-05T12:21:14.975Z | | |
| 3412 | 2026-08-05T12:21:14.975Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3413 | 2026-08-05T12:21:14.975Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3414 | 2026-08-05T12:21:14.975Z | | |
| 3415 | 2026-08-05T12:21:14.976Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3416 | 2026-08-05T12:21:14.976Z | | |
| 3417 | 2026-08-05T12:21:14.976Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3418 | 2026-08-05T12:21:14.976Z | | ---------------------------------------- this is the found type |
| 3419 | 2026-08-05T12:21:14.976Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3420 | 2026-08-05T12:21:14.976Z | note: required by a bound in `encode_and_send` |
| 3421 | 2026-08-05T12:21:14.977Z | --> dns-server/src/dns_server.rs:492:27 |
| 3422 | 2026-08-05T12:21:14.977Z | | |
| 3423 | 2026-08-05T12:21:14.977Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3424 | 2026-08-05T12:21:14.977Z | | --------------- required by a bound in this function |
| 3425 | 2026-08-05T12:21:14.977Z | ... |
| 3426 | 2026-08-05T12:21:14.977Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3427 | 2026-08-05T12:21:14.977Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3428 | 2026-08-05T12:21:14.977Z | |
| 3429 | 2026-08-05T12:21:14.977Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3430 | 2026-08-05T12:21:14.977Z | --> dns-server/src/dns_server.rs:422:49 |
| 3431 | 2026-08-05T12:21:14.977Z | | |
| 3432 | 2026-08-05T12:21:14.977Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 3433 | 2026-08-05T12:21:14.977Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3434 | 2026-08-05T12:21:14.977Z | | |
| 3435 | 2026-08-05T12:21:14.977Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3436 | 2026-08-05T12:21:14.979Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3437 | 2026-08-05T12:21:14.979Z | | |
| 3438 | 2026-08-05T12:21:14.979Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3439 | 2026-08-05T12:21:14.979Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3440 | 2026-08-05T12:21:14.980Z | | |
| 3441 | 2026-08-05T12:21:14.980Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3442 | 2026-08-05T12:21:14.980Z | | |
| 3443 | 2026-08-05T12:21:14.980Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3444 | 2026-08-05T12:21:14.980Z | | ---------------------------------------- this is the found type |
| 3445 | 2026-08-05T12:21:14.980Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3446 | 2026-08-05T12:21:14.980Z | note: required by a bound in `encode_and_send` |
| 3447 | 2026-08-05T12:21:14.980Z | --> dns-server/src/dns_server.rs:492:27 |
| 3448 | 2026-08-05T12:21:14.980Z | | |
| 3449 | 2026-08-05T12:21:14.980Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3450 | 2026-08-05T12:21:14.980Z | | --------------- required by a bound in this function |
| 3451 | 2026-08-05T12:21:14.980Z | ... |
| 3452 | 2026-08-05T12:21:14.980Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3453 | 2026-08-05T12:21:14.980Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3454 | 2026-08-05T12:21:14.980Z | |
| 3455 | 2026-08-05T12:21:14.980Z | error[E0308]: arguments to this method are incorrect |
| 3456 | 2026-08-05T12:21:14.980Z | --> dns-server/src/dns_server.rs:438:33 |
| 3457 | 2026-08-05T12:21:14.980Z | | |
| 3458 | 2026-08-05T12:21:14.980Z | 438 | let mut mresp = rb_nxdomain.error_msg(&header, ResponseCode::NXDomain); |
| 3459 | 2026-08-05T12:21:14.980Z | | ^^^^^^^^^ ------- ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode` |
| 3460 | 2026-08-05T12:21:14.980Z | | | |
| 3461 | 2026-08-05T12:21:14.980Z | | expected `&Header`, found `&&Header` |
| 3462 | 2026-08-05T12:21:14.980Z | | |
| 3463 | 2026-08-05T12:21:14.981Z | = note: expected reference `&hickory_resolver::hickory_proto::op::Header` |
| 3464 | 2026-08-05T12:21:14.981Z | found reference `&&hickory_proto::op::Header` |
| 3465 | 2026-08-05T12:21:14.981Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3466 | 2026-08-05T12:21:14.981Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1 |
| 3467 | 2026-08-05T12:21:14.981Z | | |
| 3468 | 2026-08-05T12:21:14.981Z | 67 | pub enum ResponseCode { |
| 3469 | 2026-08-05T12:21:14.981Z | | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3470 | 2026-08-05T12:21:14.981Z | | |
| 3471 | 2026-08-05T12:21:14.981Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1 |
| 3472 | 2026-08-05T12:21:14.981Z | | |
| 3473 | 2026-08-05T12:21:14.981Z | 67 | pub enum ResponseCode { |
| 3474 | 2026-08-05T12:21:14.981Z | | --------------------- this is the found type |
| 3475 | 2026-08-05T12:21:14.981Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3476 | 2026-08-05T12:21:14.981Z | note: method defined here |
| 3477 | 2026-08-05T12:21:14.981Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12 |
| 3478 | 2026-08-05T12:21:15.004Z | | |
| 3479 | 2026-08-05T12:21:15.004Z | 190 | pub fn error_msg<'a>( |
| 3480 | 2026-08-05T12:21:15.004Z | | ^^^^^^^^^ |
| 3481 | 2026-08-05T12:21:15.004Z | |
| 3482 | 2026-08-05T12:21:15.004Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3483 | 2026-08-05T12:21:15.004Z | --> dns-server/src/dns_server.rs:457:50 |
| 3484 | 2026-08-05T12:21:15.004Z | | |
| 3485 | 2026-08-05T12:21:15.004Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3486 | 2026-08-05T12:21:15.004Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3487 | 2026-08-05T12:21:15.004Z | | | |
| 3488 | 2026-08-05T12:21:15.004Z | | required by a bound introduced by this call |
| 3489 | 2026-08-05T12:21:15.005Z | | |
| 3490 | 2026-08-05T12:21:15.005Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3491 | 2026-08-05T12:21:15.005Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3492 | 2026-08-05T12:21:15.005Z | | |
| 3493 | 2026-08-05T12:21:15.005Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3494 | 2026-08-05T12:21:15.005Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3495 | 2026-08-05T12:21:15.005Z | | |
| 3496 | 2026-08-05T12:21:15.005Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3497 | 2026-08-05T12:21:15.005Z | | |
| 3498 | 2026-08-05T12:21:15.005Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3499 | 2026-08-05T12:21:15.005Z | | ---------------------------------------- this is the found type |
| 3500 | 2026-08-05T12:21:15.005Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3501 | 2026-08-05T12:21:15.005Z | note: required by a bound in `encode_and_send` |
| 3502 | 2026-08-05T12:21:15.005Z | --> dns-server/src/dns_server.rs:491:23 |
| 3503 | 2026-08-05T12:21:15.005Z | | |
| 3504 | 2026-08-05T12:21:15.005Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3505 | 2026-08-05T12:21:15.005Z | | --------------- required by a bound in this function |
| 3506 | 2026-08-05T12:21:15.005Z | ... |
| 3507 | 2026-08-05T12:21:15.005Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3508 | 2026-08-05T12:21:15.005Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3509 | 2026-08-05T12:21:15.005Z | |
| 3510 | 2026-08-05T12:21:15.005Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3511 | 2026-08-05T12:21:15.005Z | --> dns-server/src/dns_server.rs:457:50 |
| 3512 | 2026-08-05T12:21:15.005Z | | |
| 3513 | 2026-08-05T12:21:15.005Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3514 | 2026-08-05T12:21:15.005Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3515 | 2026-08-05T12:21:15.005Z | | | |
| 3516 | 2026-08-05T12:21:15.006Z | | required by a bound introduced by this call |
| 3517 | 2026-08-05T12:21:15.006Z | | |
| 3518 | 2026-08-05T12:21:15.006Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3519 | 2026-08-05T12:21:15.006Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3520 | 2026-08-05T12:21:15.006Z | | |
| 3521 | 2026-08-05T12:21:15.006Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3522 | 2026-08-05T12:21:15.006Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3523 | 2026-08-05T12:21:15.006Z | | |
| 3524 | 2026-08-05T12:21:15.006Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3525 | 2026-08-05T12:21:15.006Z | | |
| 3526 | 2026-08-05T12:21:15.006Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3527 | 2026-08-05T12:21:15.006Z | | ---------------------------------------- this is the found type |
| 3528 | 2026-08-05T12:21:15.006Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3529 | 2026-08-05T12:21:15.006Z | note: required by a bound in `encode_and_send` |
| 3530 | 2026-08-05T12:21:15.006Z | --> dns-server/src/dns_server.rs:492:27 |
| 3531 | 2026-08-05T12:21:15.006Z | | |
| 3532 | 2026-08-05T12:21:15.006Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3533 | 2026-08-05T12:21:15.006Z | | --------------- required by a bound in this function |
| 3534 | 2026-08-05T12:21:15.006Z | ... |
| 3535 | 2026-08-05T12:21:15.006Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3536 | 2026-08-05T12:21:15.006Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3537 | 2026-08-05T12:21:15.007Z | |
| 3538 | 2026-08-05T12:21:15.007Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3539 | 2026-08-05T12:21:15.007Z | --> dns-server/src/dns_server.rs:457:50 |
| 3540 | 2026-08-05T12:21:15.007Z | | |
| 3541 | 2026-08-05T12:21:15.007Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3542 | 2026-08-05T12:21:15.007Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3543 | 2026-08-05T12:21:15.007Z | | | |
| 3544 | 2026-08-05T12:21:15.007Z | | required by a bound introduced by this call |
| 3545 | 2026-08-05T12:21:15.008Z | | |
| 3546 | 2026-08-05T12:21:15.008Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3547 | 2026-08-05T12:21:15.008Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3548 | 2026-08-05T12:21:15.008Z | | |
| 3549 | 2026-08-05T12:21:15.008Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3550 | 2026-08-05T12:21:15.008Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3551 | 2026-08-05T12:21:15.008Z | | |
| 3552 | 2026-08-05T12:21:15.008Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3553 | 2026-08-05T12:21:15.008Z | | |
| 3554 | 2026-08-05T12:21:15.008Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3555 | 2026-08-05T12:21:15.008Z | | ---------------------------------------- this is the found type |
| 3556 | 2026-08-05T12:21:15.008Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3557 | 2026-08-05T12:21:15.008Z | note: required by a bound in `encode_and_send` |
| 3558 | 2026-08-05T12:21:15.008Z | --> dns-server/src/dns_server.rs:493:19 |
| 3559 | 2026-08-05T12:21:15.008Z | | |
| 3560 | 2026-08-05T12:21:15.008Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3561 | 2026-08-05T12:21:15.008Z | | --------------- required by a bound in this function |
| 3562 | 2026-08-05T12:21:15.008Z | ... |
| 3563 | 2026-08-05T12:21:15.008Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 3564 | 2026-08-05T12:21:15.008Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3565 | 2026-08-05T12:21:15.008Z | |
| 3566 | 2026-08-05T12:21:15.008Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3567 | 2026-08-05T12:21:15.009Z | --> dns-server/src/dns_server.rs:457:50 |
| 3568 | 2026-08-05T12:21:15.009Z | | |
| 3569 | 2026-08-05T12:21:15.009Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3570 | 2026-08-05T12:21:15.009Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3571 | 2026-08-05T12:21:15.009Z | | | |
| 3572 | 2026-08-05T12:21:15.009Z | | required by a bound introduced by this call |
| 3573 | 2026-08-05T12:21:15.009Z | | |
| 3574 | 2026-08-05T12:21:15.009Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3575 | 2026-08-05T12:21:15.009Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3576 | 2026-08-05T12:21:15.009Z | | |
| 3577 | 2026-08-05T12:21:15.009Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3578 | 2026-08-05T12:21:15.022Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3579 | 2026-08-05T12:21:15.022Z | | |
| 3580 | 2026-08-05T12:21:15.022Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3581 | 2026-08-05T12:21:15.022Z | | |
| 3582 | 2026-08-05T12:21:15.022Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3583 | 2026-08-05T12:21:15.022Z | | ---------------------------------------- this is the found type |
| 3584 | 2026-08-05T12:21:15.022Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3585 | 2026-08-05T12:21:15.022Z | note: required by a bound in `encode_and_send` |
| 3586 | 2026-08-05T12:21:15.022Z | --> dns-server/src/dns_server.rs:494:27 |
| 3587 | 2026-08-05T12:21:15.022Z | | |
| 3588 | 2026-08-05T12:21:15.022Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3589 | 2026-08-05T12:21:15.022Z | | --------------- required by a bound in this function |
| 3590 | 2026-08-05T12:21:15.022Z | ... |
| 3591 | 2026-08-05T12:21:15.023Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 3592 | 2026-08-05T12:21:15.023Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3593 | 2026-08-05T12:21:15.023Z | |
| 3594 | 2026-08-05T12:21:15.023Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3595 | 2026-08-05T12:21:15.023Z | --> dns-server/src/dns_server.rs:457:25 |
| 3596 | 2026-08-05T12:21:15.023Z | | |
| 3597 | 2026-08-05T12:21:15.023Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3598 | 2026-08-05T12:21:15.023Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3599 | 2026-08-05T12:21:15.023Z | | |
| 3600 | 2026-08-05T12:21:15.023Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3601 | 2026-08-05T12:21:15.023Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3602 | 2026-08-05T12:21:15.023Z | | |
| 3603 | 2026-08-05T12:21:15.023Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3604 | 2026-08-05T12:21:15.023Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3605 | 2026-08-05T12:21:15.023Z | | |
| 3606 | 2026-08-05T12:21:15.023Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3607 | 2026-08-05T12:21:15.023Z | | |
| 3608 | 2026-08-05T12:21:15.023Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3609 | 2026-08-05T12:21:15.023Z | | ---------------------------------------- this is the found type |
| 3610 | 2026-08-05T12:21:15.023Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3611 | 2026-08-05T12:21:15.023Z | note: required by a bound in `encode_and_send` |
| 3612 | 2026-08-05T12:21:15.023Z | --> dns-server/src/dns_server.rs:491:23 |
| 3613 | 2026-08-05T12:21:15.023Z | | |
| 3614 | 2026-08-05T12:21:15.023Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3615 | 2026-08-05T12:21:15.023Z | | --------------- required by a bound in this function |
| 3616 | 2026-08-05T12:21:15.024Z | ... |
| 3617 | 2026-08-05T12:21:15.024Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3618 | 2026-08-05T12:21:15.024Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3619 | 2026-08-05T12:21:15.024Z | |
| 3620 | 2026-08-05T12:21:15.024Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3621 | 2026-08-05T12:21:15.024Z | --> dns-server/src/dns_server.rs:457:25 |
| 3622 | 2026-08-05T12:21:15.024Z | | |
| 3623 | 2026-08-05T12:21:15.024Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3624 | 2026-08-05T12:21:15.024Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3625 | 2026-08-05T12:21:15.024Z | | |
| 3626 | 2026-08-05T12:21:15.024Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3627 | 2026-08-05T12:21:15.024Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3628 | 2026-08-05T12:21:15.024Z | | |
| 3629 | 2026-08-05T12:21:15.024Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3630 | 2026-08-05T12:21:15.024Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3631 | 2026-08-05T12:21:15.024Z | | |
| 3632 | 2026-08-05T12:21:15.024Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3633 | 2026-08-05T12:21:15.024Z | | |
| 3634 | 2026-08-05T12:21:15.024Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3635 | 2026-08-05T12:21:15.024Z | | ---------------------------------------- this is the found type |
| 3636 | 2026-08-05T12:21:15.025Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3637 | 2026-08-05T12:21:15.025Z | note: required by a bound in `encode_and_send` |
| 3638 | 2026-08-05T12:21:15.025Z | --> dns-server/src/dns_server.rs:492:27 |
| 3639 | 2026-08-05T12:21:15.025Z | | |
| 3640 | 2026-08-05T12:21:15.025Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3641 | 2026-08-05T12:21:15.025Z | | --------------- required by a bound in this function |
| 3642 | 2026-08-05T12:21:15.025Z | ... |
| 3643 | 2026-08-05T12:21:15.025Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3644 | 2026-08-05T12:21:15.025Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3645 | 2026-08-05T12:21:15.025Z | |
| 3646 | 2026-08-05T12:21:15.025Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3647 | 2026-08-05T12:21:15.025Z | --> dns-server/src/dns_server.rs:457:25 |
| 3648 | 2026-08-05T12:21:15.025Z | | |
| 3649 | 2026-08-05T12:21:15.025Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3650 | 2026-08-05T12:21:15.026Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3651 | 2026-08-05T12:21:15.026Z | | |
| 3652 | 2026-08-05T12:21:15.026Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3653 | 2026-08-05T12:21:15.026Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3654 | 2026-08-05T12:21:15.026Z | | |
| 3655 | 2026-08-05T12:21:15.026Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3656 | 2026-08-05T12:21:15.026Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3657 | 2026-08-05T12:21:15.026Z | | |
| 3658 | 2026-08-05T12:21:15.026Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3659 | 2026-08-05T12:21:15.026Z | | |
| 3660 | 2026-08-05T12:21:15.026Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3661 | 2026-08-05T12:21:15.026Z | | ---------------------------------------- this is the found type |
| 3662 | 2026-08-05T12:21:15.026Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3663 | 2026-08-05T12:21:15.026Z | note: required by a bound in `encode_and_send` |
| 3664 | 2026-08-05T12:21:15.026Z | --> dns-server/src/dns_server.rs:493:19 |
| 3665 | 2026-08-05T12:21:15.027Z | | |
| 3666 | 2026-08-05T12:21:15.027Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3667 | 2026-08-05T12:21:15.027Z | | --------------- required by a bound in this function |
| 3668 | 2026-08-05T12:21:15.027Z | ... |
| 3669 | 2026-08-05T12:21:15.027Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 3670 | 2026-08-05T12:21:15.027Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3671 | 2026-08-05T12:21:15.027Z | |
| 3672 | 2026-08-05T12:21:15.027Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3673 | 2026-08-05T12:21:15.027Z | --> dns-server/src/dns_server.rs:457:25 |
| 3674 | 2026-08-05T12:21:15.027Z | | |
| 3675 | 2026-08-05T12:21:15.027Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3676 | 2026-08-05T12:21:15.027Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3677 | 2026-08-05T12:21:15.028Z | | |
| 3678 | 2026-08-05T12:21:15.046Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3679 | 2026-08-05T12:21:15.046Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3680 | 2026-08-05T12:21:15.046Z | | |
| 3681 | 2026-08-05T12:21:15.046Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3682 | 2026-08-05T12:21:15.046Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3683 | 2026-08-05T12:21:15.046Z | | |
| 3684 | 2026-08-05T12:21:15.046Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3685 | 2026-08-05T12:21:15.046Z | | |
| 3686 | 2026-08-05T12:21:15.046Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3687 | 2026-08-05T12:21:15.047Z | | ---------------------------------------- this is the found type |
| 3688 | 2026-08-05T12:21:15.047Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3689 | 2026-08-05T12:21:15.047Z | note: required by a bound in `encode_and_send` |
| 3690 | 2026-08-05T12:21:15.047Z | --> dns-server/src/dns_server.rs:494:27 |
| 3691 | 2026-08-05T12:21:15.047Z | | |
| 3692 | 2026-08-05T12:21:15.047Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3693 | 2026-08-05T12:21:15.047Z | | --------------- required by a bound in this function |
| 3694 | 2026-08-05T12:21:15.047Z | ... |
| 3695 | 2026-08-05T12:21:15.047Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 3696 | 2026-08-05T12:21:15.047Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3697 | 2026-08-05T12:21:15.047Z | |
| 3698 | 2026-08-05T12:21:15.047Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3699 | 2026-08-05T12:21:15.047Z | --> dns-server/src/dns_server.rs:457:69 |
| 3700 | 2026-08-05T12:21:15.047Z | | |
| 3701 | 2026-08-05T12:21:15.047Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3702 | 2026-08-05T12:21:15.047Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3703 | 2026-08-05T12:21:15.048Z | | |
| 3704 | 2026-08-05T12:21:15.048Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3705 | 2026-08-05T12:21:15.048Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3706 | 2026-08-05T12:21:15.048Z | | |
| 3707 | 2026-08-05T12:21:15.048Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3708 | 2026-08-05T12:21:15.048Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3709 | 2026-08-05T12:21:15.048Z | | |
| 3710 | 2026-08-05T12:21:15.048Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3711 | 2026-08-05T12:21:15.048Z | | |
| 3712 | 2026-08-05T12:21:15.048Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3713 | 2026-08-05T12:21:15.048Z | | ---------------------------------------- this is the found type |
| 3714 | 2026-08-05T12:21:15.048Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3715 | 2026-08-05T12:21:15.048Z | note: required by a bound in `encode_and_send` |
| 3716 | 2026-08-05T12:21:15.048Z | --> dns-server/src/dns_server.rs:491:23 |
| 3717 | 2026-08-05T12:21:15.048Z | | |
| 3718 | 2026-08-05T12:21:15.048Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3719 | 2026-08-05T12:21:15.048Z | | --------------- required by a bound in this function |
| 3720 | 2026-08-05T12:21:15.048Z | ... |
| 3721 | 2026-08-05T12:21:15.048Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3722 | 2026-08-05T12:21:15.048Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3723 | 2026-08-05T12:21:15.048Z | |
| 3724 | 2026-08-05T12:21:15.049Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3725 | 2026-08-05T12:21:15.049Z | --> dns-server/src/dns_server.rs:457:69 |
| 3726 | 2026-08-05T12:21:15.049Z | | |
| 3727 | 2026-08-05T12:21:15.049Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3728 | 2026-08-05T12:21:15.049Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3729 | 2026-08-05T12:21:15.049Z | | |
| 3730 | 2026-08-05T12:21:15.049Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3731 | 2026-08-05T12:21:15.049Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3732 | 2026-08-05T12:21:15.049Z | | |
| 3733 | 2026-08-05T12:21:15.049Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3734 | 2026-08-05T12:21:15.049Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3735 | 2026-08-05T12:21:15.049Z | | |
| 3736 | 2026-08-05T12:21:15.049Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3737 | 2026-08-05T12:21:15.049Z | | |
| 3738 | 2026-08-05T12:21:15.049Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3739 | 2026-08-05T12:21:15.049Z | | ---------------------------------------- this is the found type |
| 3740 | 2026-08-05T12:21:15.049Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3741 | 2026-08-05T12:21:15.050Z | note: required by a bound in `encode_and_send` |
| 3742 | 2026-08-05T12:21:15.050Z | --> dns-server/src/dns_server.rs:492:27 |
| 3743 | 2026-08-05T12:21:15.050Z | | |
| 3744 | 2026-08-05T12:21:15.050Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3745 | 2026-08-05T12:21:15.050Z | | --------------- required by a bound in this function |
| 3746 | 2026-08-05T12:21:15.050Z | ... |
| 3747 | 2026-08-05T12:21:15.050Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3748 | 2026-08-05T12:21:15.050Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3749 | 2026-08-05T12:21:15.050Z | |
| 3750 | 2026-08-05T12:21:15.051Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3751 | 2026-08-05T12:21:15.051Z | --> dns-server/src/dns_server.rs:457:69 |
| 3752 | 2026-08-05T12:21:15.051Z | | |
| 3753 | 2026-08-05T12:21:15.051Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3754 | 2026-08-05T12:21:15.051Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3755 | 2026-08-05T12:21:15.051Z | | |
| 3756 | 2026-08-05T12:21:15.051Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3757 | 2026-08-05T12:21:15.051Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3758 | 2026-08-05T12:21:15.051Z | | |
| 3759 | 2026-08-05T12:21:15.051Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3760 | 2026-08-05T12:21:15.051Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3761 | 2026-08-05T12:21:15.051Z | | |
| 3762 | 2026-08-05T12:21:15.051Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3763 | 2026-08-05T12:21:15.051Z | | |
| 3764 | 2026-08-05T12:21:15.051Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3765 | 2026-08-05T12:21:15.051Z | | ---------------------------------------- this is the found type |
| 3766 | 2026-08-05T12:21:15.051Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3767 | 2026-08-05T12:21:15.051Z | note: required by a bound in `encode_and_send` |
| 3768 | 2026-08-05T12:21:15.051Z | --> dns-server/src/dns_server.rs:493:19 |
| 3769 | 2026-08-05T12:21:15.051Z | | |
| 3770 | 2026-08-05T12:21:15.052Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3771 | 2026-08-05T12:21:15.052Z | | --------------- required by a bound in this function |
| 3772 | 2026-08-05T12:21:15.052Z | ... |
| 3773 | 2026-08-05T12:21:15.052Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 3774 | 2026-08-05T12:21:15.052Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3775 | 2026-08-05T12:21:15.052Z | |
| 3776 | 2026-08-05T12:21:15.052Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3777 | 2026-08-05T12:21:15.052Z | --> dns-server/src/dns_server.rs:457:69 |
| 3778 | 2026-08-05T12:21:15.082Z | | |
| 3779 | 2026-08-05T12:21:15.082Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3780 | 2026-08-05T12:21:15.087Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3781 | 2026-08-05T12:21:15.087Z | | |
| 3782 | 2026-08-05T12:21:15.087Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3783 | 2026-08-05T12:21:15.087Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3784 | 2026-08-05T12:21:15.087Z | | |
| 3785 | 2026-08-05T12:21:15.087Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3786 | 2026-08-05T12:21:15.087Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3787 | 2026-08-05T12:21:15.087Z | | |
| 3788 | 2026-08-05T12:21:15.087Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3789 | 2026-08-05T12:21:15.087Z | | |
| 3790 | 2026-08-05T12:21:15.087Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3791 | 2026-08-05T12:21:15.087Z | | ---------------------------------------- this is the found type |
| 3792 | 2026-08-05T12:21:15.087Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3793 | 2026-08-05T12:21:15.087Z | note: required by a bound in `encode_and_send` |
| 3794 | 2026-08-05T12:21:15.088Z | --> dns-server/src/dns_server.rs:494:27 |
| 3795 | 2026-08-05T12:21:15.088Z | | |
| 3796 | 2026-08-05T12:21:15.088Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3797 | 2026-08-05T12:21:15.088Z | | --------------- required by a bound in this function |
| 3798 | 2026-08-05T12:21:15.088Z | ... |
| 3799 | 2026-08-05T12:21:15.088Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 3800 | 2026-08-05T12:21:15.088Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3801 | 2026-08-05T12:21:15.090Z | |
| 3802 | 2026-08-05T12:21:15.090Z | error[E0308]: arguments to this method are incorrect |
| 3803 | 2026-08-05T12:21:15.090Z | --> dns-server/src/dns_server.rs:477:20 |
| 3804 | 2026-08-05T12:21:15.090Z | | |
| 3805 | 2026-08-05T12:21:15.090Z | 477 | let mresp = rb.error_msg(header, ResponseCode::ServFail); |
| 3806 | 2026-08-05T12:21:15.090Z | | ^^^^^^^^^ ------ ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode` |
| 3807 | 2026-08-05T12:21:15.090Z | | | |
| 3808 | 2026-08-05T12:21:15.090Z | | expected `Header`, found `hickory_proto::op::Header` |
| 3809 | 2026-08-05T12:21:15.090Z | | |
| 3810 | 2026-08-05T12:21:15.090Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3811 | 2026-08-05T12:21:15.090Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1 |
| 3812 | 2026-08-05T12:21:15.090Z | | |
| 3813 | 2026-08-05T12:21:15.090Z | 57 | pub struct Header { |
| 3814 | 2026-08-05T12:21:15.090Z | | ^^^^^^^^^^^^^^^^^ this is the expected type |
| 3815 | 2026-08-05T12:21:15.090Z | | |
| 3816 | 2026-08-05T12:21:15.090Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1 |
| 3817 | 2026-08-05T12:21:15.091Z | | |
| 3818 | 2026-08-05T12:21:15.091Z | 57 | pub struct Header { |
| 3819 | 2026-08-05T12:21:15.091Z | | ----------------- this is the found type |
| 3820 | 2026-08-05T12:21:15.091Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3821 | 2026-08-05T12:21:15.091Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3822 | 2026-08-05T12:21:15.092Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1 |
| 3823 | 2026-08-05T12:21:15.092Z | | |
| 3824 | 2026-08-05T12:21:15.092Z | 67 | pub enum ResponseCode { |
| 3825 | 2026-08-05T12:21:15.092Z | | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3826 | 2026-08-05T12:21:15.092Z | | |
| 3827 | 2026-08-05T12:21:15.093Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1 |
| 3828 | 2026-08-05T12:21:15.093Z | | |
| 3829 | 2026-08-05T12:21:15.093Z | 67 | pub enum ResponseCode { |
| 3830 | 2026-08-05T12:21:15.093Z | | --------------------- this is the found type |
| 3831 | 2026-08-05T12:21:15.093Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3832 | 2026-08-05T12:21:15.093Z | note: method defined here |
| 3833 | 2026-08-05T12:21:15.093Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12 |
| 3834 | 2026-08-05T12:21:15.093Z | | |
| 3835 | 2026-08-05T12:21:15.093Z | 190 | pub fn error_msg<'a>( |
| 3836 | 2026-08-05T12:21:15.093Z | | ^^^^^^^^^ |
| 3837 | 2026-08-05T12:21:15.093Z | |
| 3838 | 2026-08-05T12:21:15.093Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3839 | 2026-08-05T12:21:15.093Z | --> dns-server/src/dns_server.rs:478:50 |
| 3840 | 2026-08-05T12:21:15.093Z | | |
| 3841 | 2026-08-05T12:21:15.093Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 3842 | 2026-08-05T12:21:15.093Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3843 | 2026-08-05T12:21:15.093Z | | | |
| 3844 | 2026-08-05T12:21:15.093Z | | required by a bound introduced by this call |
| 3845 | 2026-08-05T12:21:15.093Z | | |
| 3846 | 2026-08-05T12:21:15.093Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3847 | 2026-08-05T12:21:15.093Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3848 | 2026-08-05T12:21:15.093Z | | |
| 3849 | 2026-08-05T12:21:15.093Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3850 | 2026-08-05T12:21:15.093Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3851 | 2026-08-05T12:21:15.094Z | | |
| 3852 | 2026-08-05T12:21:15.094Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3853 | 2026-08-05T12:21:15.094Z | | |
| 3854 | 2026-08-05T12:21:15.094Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3855 | 2026-08-05T12:21:15.094Z | | ---------------------------------------- this is the found type |
| 3856 | 2026-08-05T12:21:15.094Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3857 | 2026-08-05T12:21:15.094Z | note: required by a bound in `encode_and_send` |
| 3858 | 2026-08-05T12:21:15.094Z | --> dns-server/src/dns_server.rs:491:23 |
| 3859 | 2026-08-05T12:21:15.094Z | | |
| 3860 | 2026-08-05T12:21:15.094Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3861 | 2026-08-05T12:21:15.094Z | | --------------- required by a bound in this function |
| 3862 | 2026-08-05T12:21:15.094Z | ... |
| 3863 | 2026-08-05T12:21:15.094Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3864 | 2026-08-05T12:21:15.094Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3865 | 2026-08-05T12:21:15.094Z | |
| 3866 | 2026-08-05T12:21:15.095Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3867 | 2026-08-05T12:21:15.095Z | --> dns-server/src/dns_server.rs:478:50 |
| 3868 | 2026-08-05T12:21:15.095Z | | |
| 3869 | 2026-08-05T12:21:15.095Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 3870 | 2026-08-05T12:21:15.095Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3871 | 2026-08-05T12:21:15.095Z | | | |
| 3872 | 2026-08-05T12:21:15.095Z | | required by a bound introduced by this call |
| 3873 | 2026-08-05T12:21:15.095Z | | |
| 3874 | 2026-08-05T12:21:15.095Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3875 | 2026-08-05T12:21:15.095Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3876 | 2026-08-05T12:21:15.095Z | | |
| 3877 | 2026-08-05T12:21:15.095Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3878 | 2026-08-05T12:21:15.110Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3879 | 2026-08-05T12:21:15.110Z | | |
| 3880 | 2026-08-05T12:21:15.110Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3881 | 2026-08-05T12:21:15.110Z | | |
| 3882 | 2026-08-05T12:21:15.110Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3883 | 2026-08-05T12:21:15.111Z | | ---------------------------------------- this is the found type |
| 3884 | 2026-08-05T12:21:15.111Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3885 | 2026-08-05T12:21:15.111Z | note: required by a bound in `encode_and_send` |
| 3886 | 2026-08-05T12:21:15.111Z | --> dns-server/src/dns_server.rs:492:27 |
| 3887 | 2026-08-05T12:21:15.111Z | | |
| 3888 | 2026-08-05T12:21:15.111Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3889 | 2026-08-05T12:21:15.111Z | | --------------- required by a bound in this function |
| 3890 | 2026-08-05T12:21:15.111Z | ... |
| 3891 | 2026-08-05T12:21:15.111Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3892 | 2026-08-05T12:21:15.111Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3893 | 2026-08-05T12:21:15.111Z | |
| 3894 | 2026-08-05T12:21:15.111Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3895 | 2026-08-05T12:21:15.111Z | --> dns-server/src/dns_server.rs:478:50 |
| 3896 | 2026-08-05T12:21:15.111Z | | |
| 3897 | 2026-08-05T12:21:15.111Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 3898 | 2026-08-05T12:21:15.111Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3899 | 2026-08-05T12:21:15.111Z | | | |
| 3900 | 2026-08-05T12:21:15.111Z | | required by a bound introduced by this call |
| 3901 | 2026-08-05T12:21:15.111Z | | |
| 3902 | 2026-08-05T12:21:15.112Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3903 | 2026-08-05T12:21:15.112Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3904 | 2026-08-05T12:21:15.112Z | | |
| 3905 | 2026-08-05T12:21:15.112Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3906 | 2026-08-05T12:21:15.112Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3907 | 2026-08-05T12:21:15.112Z | | |
| 3908 | 2026-08-05T12:21:15.112Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3909 | 2026-08-05T12:21:15.112Z | | |
| 3910 | 2026-08-05T12:21:15.112Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3911 | 2026-08-05T12:21:15.112Z | | ---------------------------------------- this is the found type |
| 3912 | 2026-08-05T12:21:15.112Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3913 | 2026-08-05T12:21:15.112Z | note: required by a bound in `encode_and_send` |
| 3914 | 2026-08-05T12:21:15.112Z | --> dns-server/src/dns_server.rs:493:19 |
| 3915 | 2026-08-05T12:21:15.112Z | | |
| 3916 | 2026-08-05T12:21:15.112Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3917 | 2026-08-05T12:21:15.112Z | | --------------- required by a bound in this function |
| 3918 | 2026-08-05T12:21:15.112Z | ... |
| 3919 | 2026-08-05T12:21:15.112Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 3920 | 2026-08-05T12:21:15.112Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3921 | 2026-08-05T12:21:15.112Z | |
| 3922 | 2026-08-05T12:21:15.113Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3923 | 2026-08-05T12:21:15.113Z | --> dns-server/src/dns_server.rs:478:50 |
| 3924 | 2026-08-05T12:21:15.113Z | | |
| 3925 | 2026-08-05T12:21:15.113Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 3926 | 2026-08-05T12:21:15.113Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3927 | 2026-08-05T12:21:15.113Z | | | |
| 3928 | 2026-08-05T12:21:15.113Z | | required by a bound introduced by this call |
| 3929 | 2026-08-05T12:21:15.113Z | | |
| 3930 | 2026-08-05T12:21:15.113Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3931 | 2026-08-05T12:21:15.114Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3932 | 2026-08-05T12:21:15.114Z | | |
| 3933 | 2026-08-05T12:21:15.114Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3934 | 2026-08-05T12:21:15.114Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3935 | 2026-08-05T12:21:15.114Z | | |
| 3936 | 2026-08-05T12:21:15.114Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3937 | 2026-08-05T12:21:15.114Z | | |
| 3938 | 2026-08-05T12:21:15.114Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3939 | 2026-08-05T12:21:15.114Z | | ---------------------------------------- this is the found type |
| 3940 | 2026-08-05T12:21:15.114Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3941 | 2026-08-05T12:21:15.114Z | note: required by a bound in `encode_and_send` |
| 3942 | 2026-08-05T12:21:15.114Z | --> dns-server/src/dns_server.rs:494:27 |
| 3943 | 2026-08-05T12:21:15.114Z | | |
| 3944 | 2026-08-05T12:21:15.114Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3945 | 2026-08-05T12:21:15.114Z | | --------------- required by a bound in this function |
| 3946 | 2026-08-05T12:21:15.114Z | ... |
| 3947 | 2026-08-05T12:21:15.114Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 3948 | 2026-08-05T12:21:15.114Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3949 | 2026-08-05T12:21:15.114Z | |
| 3950 | 2026-08-05T12:21:15.115Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3951 | 2026-08-05T12:21:15.115Z | --> dns-server/src/dns_server.rs:478:25 |
| 3952 | 2026-08-05T12:21:15.115Z | | |
| 3953 | 2026-08-05T12:21:15.115Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 3954 | 2026-08-05T12:21:15.115Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3955 | 2026-08-05T12:21:15.115Z | | |
| 3956 | 2026-08-05T12:21:15.115Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3957 | 2026-08-05T12:21:15.115Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3958 | 2026-08-05T12:21:15.115Z | | |
| 3959 | 2026-08-05T12:21:15.115Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3960 | 2026-08-05T12:21:15.115Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3961 | 2026-08-05T12:21:15.115Z | | |
| 3962 | 2026-08-05T12:21:15.115Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3963 | 2026-08-05T12:21:15.115Z | | |
| 3964 | 2026-08-05T12:21:15.115Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3965 | 2026-08-05T12:21:15.115Z | | ---------------------------------------- this is the found type |
| 3966 | 2026-08-05T12:21:15.115Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3967 | 2026-08-05T12:21:15.115Z | note: required by a bound in `encode_and_send` |
| 3968 | 2026-08-05T12:21:15.115Z | --> dns-server/src/dns_server.rs:491:23 |
| 3969 | 2026-08-05T12:21:15.115Z | | |
| 3970 | 2026-08-05T12:21:15.115Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3971 | 2026-08-05T12:21:15.115Z | | --------------- required by a bound in this function |
| 3972 | 2026-08-05T12:21:15.115Z | ... |
| 3973 | 2026-08-05T12:21:15.115Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3974 | 2026-08-05T12:21:15.116Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3975 | 2026-08-05T12:21:15.116Z | |
| 3976 | 2026-08-05T12:21:15.116Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3977 | 2026-08-05T12:21:15.116Z | --> dns-server/src/dns_server.rs:478:25 |
| 3978 | 2026-08-05T12:21:15.130Z | | |
| 3979 | 2026-08-05T12:21:15.130Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 3980 | 2026-08-05T12:21:15.130Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3981 | 2026-08-05T12:21:15.130Z | | |
| 3982 | 2026-08-05T12:21:15.130Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3983 | 2026-08-05T12:21:15.130Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3984 | 2026-08-05T12:21:15.130Z | | |
| 3985 | 2026-08-05T12:21:15.130Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3986 | 2026-08-05T12:21:15.130Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3987 | 2026-08-05T12:21:15.130Z | | |
| 3988 | 2026-08-05T12:21:15.130Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3989 | 2026-08-05T12:21:15.130Z | | |
| 3990 | 2026-08-05T12:21:15.130Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3991 | 2026-08-05T12:21:15.131Z | | ---------------------------------------- this is the found type |
| 3992 | 2026-08-05T12:21:15.131Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3993 | 2026-08-05T12:21:15.131Z | note: required by a bound in `encode_and_send` |
| 3994 | 2026-08-05T12:21:15.131Z | --> dns-server/src/dns_server.rs:492:27 |
| 3995 | 2026-08-05T12:21:15.131Z | | |
| 3996 | 2026-08-05T12:21:15.131Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3997 | 2026-08-05T12:21:15.131Z | | --------------- required by a bound in this function |
| 3998 | 2026-08-05T12:21:15.131Z | ... |
| 3999 | 2026-08-05T12:21:15.131Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 4000 | 2026-08-05T12:21:15.131Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4001 | 2026-08-05T12:21:15.131Z | |
| 4002 | 2026-08-05T12:21:15.131Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4003 | 2026-08-05T12:21:15.131Z | --> dns-server/src/dns_server.rs:478:25 |
| 4004 | 2026-08-05T12:21:15.132Z | | |
| 4005 | 2026-08-05T12:21:15.132Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4006 | 2026-08-05T12:21:15.132Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4007 | 2026-08-05T12:21:15.132Z | | |
| 4008 | 2026-08-05T12:21:15.132Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4009 | 2026-08-05T12:21:15.132Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4010 | 2026-08-05T12:21:15.132Z | | |
| 4011 | 2026-08-05T12:21:15.132Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4012 | 2026-08-05T12:21:15.132Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4013 | 2026-08-05T12:21:15.132Z | | |
| 4014 | 2026-08-05T12:21:15.132Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4015 | 2026-08-05T12:21:15.132Z | | |
| 4016 | 2026-08-05T12:21:15.132Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4017 | 2026-08-05T12:21:15.132Z | | ---------------------------------------- this is the found type |
| 4018 | 2026-08-05T12:21:15.132Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4019 | 2026-08-05T12:21:15.132Z | note: required by a bound in `encode_and_send` |
| 4020 | 2026-08-05T12:21:15.132Z | --> dns-server/src/dns_server.rs:493:19 |
| 4021 | 2026-08-05T12:21:15.132Z | | |
| 4022 | 2026-08-05T12:21:15.132Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4023 | 2026-08-05T12:21:15.132Z | | --------------- required by a bound in this function |
| 4024 | 2026-08-05T12:21:15.132Z | ... |
| 4025 | 2026-08-05T12:21:15.132Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 4026 | 2026-08-05T12:21:15.132Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4027 | 2026-08-05T12:21:15.132Z | |
| 4028 | 2026-08-05T12:21:15.132Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4029 | 2026-08-05T12:21:15.133Z | --> dns-server/src/dns_server.rs:478:25 |
| 4030 | 2026-08-05T12:21:15.133Z | | |
| 4031 | 2026-08-05T12:21:15.133Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4032 | 2026-08-05T12:21:15.133Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4033 | 2026-08-05T12:21:15.133Z | | |
| 4034 | 2026-08-05T12:21:15.133Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4035 | 2026-08-05T12:21:15.133Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4036 | 2026-08-05T12:21:15.133Z | | |
| 4037 | 2026-08-05T12:21:15.133Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4038 | 2026-08-05T12:21:15.133Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4039 | 2026-08-05T12:21:15.133Z | | |
| 4040 | 2026-08-05T12:21:15.133Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4041 | 2026-08-05T12:21:15.133Z | | |
| 4042 | 2026-08-05T12:21:15.133Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4043 | 2026-08-05T12:21:15.133Z | | ---------------------------------------- this is the found type |
| 4044 | 2026-08-05T12:21:15.133Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4045 | 2026-08-05T12:21:15.133Z | note: required by a bound in `encode_and_send` |
| 4046 | 2026-08-05T12:21:15.133Z | --> dns-server/src/dns_server.rs:494:27 |
| 4047 | 2026-08-05T12:21:15.133Z | | |
| 4048 | 2026-08-05T12:21:15.133Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4049 | 2026-08-05T12:21:15.133Z | | --------------- required by a bound in this function |
| 4050 | 2026-08-05T12:21:15.133Z | ... |
| 4051 | 2026-08-05T12:21:15.133Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 4052 | 2026-08-05T12:21:15.133Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4053 | 2026-08-05T12:21:15.133Z | |
| 4054 | 2026-08-05T12:21:15.133Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4055 | 2026-08-05T12:21:15.133Z | --> dns-server/src/dns_server.rs:478:69 |
| 4056 | 2026-08-05T12:21:15.134Z | | |
| 4057 | 2026-08-05T12:21:15.134Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4058 | 2026-08-05T12:21:15.134Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4059 | 2026-08-05T12:21:15.134Z | | |
| 4060 | 2026-08-05T12:21:15.134Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4061 | 2026-08-05T12:21:15.134Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4062 | 2026-08-05T12:21:15.134Z | | |
| 4063 | 2026-08-05T12:21:15.134Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4064 | 2026-08-05T12:21:15.134Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4065 | 2026-08-05T12:21:15.134Z | | |
| 4066 | 2026-08-05T12:21:15.134Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4067 | 2026-08-05T12:21:15.134Z | | |
| 4068 | 2026-08-05T12:21:15.134Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4069 | 2026-08-05T12:21:15.134Z | | ---------------------------------------- this is the found type |
| 4070 | 2026-08-05T12:21:15.134Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4071 | 2026-08-05T12:21:15.134Z | note: required by a bound in `encode_and_send` |
| 4072 | 2026-08-05T12:21:15.134Z | --> dns-server/src/dns_server.rs:491:23 |
| 4073 | 2026-08-05T12:21:15.134Z | | |
| 4074 | 2026-08-05T12:21:15.134Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4075 | 2026-08-05T12:21:15.134Z | | --------------- required by a bound in this function |
| 4076 | 2026-08-05T12:21:15.135Z | ... |
| 4077 | 2026-08-05T12:21:15.135Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 4078 | 2026-08-05T12:21:15.145Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4079 | 2026-08-05T12:21:15.145Z | |
| 4080 | 2026-08-05T12:21:15.145Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4081 | 2026-08-05T12:21:15.145Z | --> dns-server/src/dns_server.rs:478:69 |
| 4082 | 2026-08-05T12:21:15.145Z | | |
| 4083 | 2026-08-05T12:21:15.145Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4084 | 2026-08-05T12:21:15.145Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4085 | 2026-08-05T12:21:15.145Z | | |
| 4086 | 2026-08-05T12:21:15.145Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4087 | 2026-08-05T12:21:15.145Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4088 | 2026-08-05T12:21:15.145Z | | |
| 4089 | 2026-08-05T12:21:15.145Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4090 | 2026-08-05T12:21:15.145Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4091 | 2026-08-05T12:21:15.145Z | | |
| 4092 | 2026-08-05T12:21:15.145Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4093 | 2026-08-05T12:21:15.145Z | | |
| 4094 | 2026-08-05T12:21:15.145Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4095 | 2026-08-05T12:21:15.145Z | | ---------------------------------------- this is the found type |
| 4096 | 2026-08-05T12:21:15.145Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4097 | 2026-08-05T12:21:15.145Z | note: required by a bound in `encode_and_send` |
| 4098 | 2026-08-05T12:21:15.145Z | --> dns-server/src/dns_server.rs:492:27 |
| 4099 | 2026-08-05T12:21:15.145Z | | |
| 4100 | 2026-08-05T12:21:15.145Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4101 | 2026-08-05T12:21:15.146Z | | --------------- required by a bound in this function |
| 4102 | 2026-08-05T12:21:15.146Z | ... |
| 4103 | 2026-08-05T12:21:15.146Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 4104 | 2026-08-05T12:21:15.146Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4105 | 2026-08-05T12:21:15.146Z | |
| 4106 | 2026-08-05T12:21:15.146Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4107 | 2026-08-05T12:21:15.146Z | --> dns-server/src/dns_server.rs:478:69 |
| 4108 | 2026-08-05T12:21:15.146Z | | |
| 4109 | 2026-08-05T12:21:15.146Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4110 | 2026-08-05T12:21:15.146Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4111 | 2026-08-05T12:21:15.146Z | | |
| 4112 | 2026-08-05T12:21:15.146Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4113 | 2026-08-05T12:21:15.146Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4114 | 2026-08-05T12:21:15.146Z | | |
| 4115 | 2026-08-05T12:21:15.146Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4116 | 2026-08-05T12:21:15.146Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4117 | 2026-08-05T12:21:15.146Z | | |
| 4118 | 2026-08-05T12:21:15.146Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4119 | 2026-08-05T12:21:15.147Z | | |
| 4120 | 2026-08-05T12:21:15.147Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4121 | 2026-08-05T12:21:15.147Z | | ---------------------------------------- this is the found type |
| 4122 | 2026-08-05T12:21:15.147Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4123 | 2026-08-05T12:21:15.147Z | note: required by a bound in `encode_and_send` |
| 4124 | 2026-08-05T12:21:15.147Z | --> dns-server/src/dns_server.rs:493:19 |
| 4125 | 2026-08-05T12:21:15.147Z | | |
| 4126 | 2026-08-05T12:21:15.147Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4127 | 2026-08-05T12:21:15.147Z | | --------------- required by a bound in this function |
| 4128 | 2026-08-05T12:21:15.147Z | ... |
| 4129 | 2026-08-05T12:21:15.147Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 4130 | 2026-08-05T12:21:15.147Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4131 | 2026-08-05T12:21:15.147Z | |
| 4132 | 2026-08-05T12:21:15.147Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4133 | 2026-08-05T12:21:15.147Z | --> dns-server/src/dns_server.rs:478:69 |
| 4134 | 2026-08-05T12:21:15.147Z | | |
| 4135 | 2026-08-05T12:21:15.147Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4136 | 2026-08-05T12:21:15.147Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4137 | 2026-08-05T12:21:15.147Z | | |
| 4138 | 2026-08-05T12:21:15.147Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4139 | 2026-08-05T12:21:15.147Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4140 | 2026-08-05T12:21:15.147Z | | |
| 4141 | 2026-08-05T12:21:15.147Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4142 | 2026-08-05T12:21:15.147Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4143 | 2026-08-05T12:21:15.147Z | | |
| 4144 | 2026-08-05T12:21:15.147Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4145 | 2026-08-05T12:21:15.147Z | | |
| 4146 | 2026-08-05T12:21:15.148Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4147 | 2026-08-05T12:21:15.148Z | | ---------------------------------------- this is the found type |
| 4148 | 2026-08-05T12:21:15.148Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4149 | 2026-08-05T12:21:15.148Z | note: required by a bound in `encode_and_send` |
| 4150 | 2026-08-05T12:21:15.148Z | --> dns-server/src/dns_server.rs:494:27 |
| 4151 | 2026-08-05T12:21:15.148Z | | |
| 4152 | 2026-08-05T12:21:15.148Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4153 | 2026-08-05T12:21:15.148Z | | --------------- required by a bound in this function |
| 4154 | 2026-08-05T12:21:15.148Z | ... |
| 4155 | 2026-08-05T12:21:15.148Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 4156 | 2026-08-05T12:21:15.148Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4157 | 2026-08-05T12:21:15.148Z | |
| 4158 | 2026-08-05T12:21:15.148Z | error[E0599]: the method `destructive_emit` exists for struct `MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>`, but its trait bounds were not satisfied |
| 4159 | 2026-08-05T12:21:15.148Z | --> dns-server/src/dns_server.rs:500:14 |
| 4160 | 2026-08-05T12:21:15.148Z | | |
| 4161 | 2026-08-05T12:21:15.148Z | 499 | let _ = mresp |
| 4162 | 2026-08-05T12:21:15.149Z | | _________________- |
| 4163 | 2026-08-05T12:21:15.149Z | 500 | | .destructive_emit(&mut enc) |
| 4164 | 2026-08-05T12:21:15.149Z | | | -^^^^^^^^^^^^^^^^ method cannot be called due to unsatisfied trait bounds |
| 4165 | 2026-08-05T12:21:15.149Z | | |_____________| |
| 4166 | 2026-08-05T12:21:15.149Z | | |
| 4167 | 2026-08-05T12:21:15.149Z | | |
| 4168 | 2026-08-05T12:21:15.149Z | = note: the following trait bounds were not satisfied: |
| 4169 | 2026-08-05T12:21:15.149Z | `<Answers as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record` |
| 4170 | 2026-08-05T12:21:15.150Z | `<NameServers as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record` |
| 4171 | 2026-08-05T12:21:15.150Z | `<Soa as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record` |
| 4172 | 2026-08-05T12:21:15.150Z | `<Additionals as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record` |
| 4173 | 2026-08-05T12:21:15.150Z | |
| 4174 | 2026-08-05T12:21:15.150Z | error[E0308]: mismatched types |
| 4175 | 2026-08-05T12:21:15.150Z | --> dns-server/src/dns_server.rs:229:35 |
| 4176 | 2026-08-05T12:21:15.150Z | | |
| 4177 | 2026-08-05T12:21:15.150Z | 229 | Ok(Record::from_rdata(name.clone(), 0, RData::A((*addr).into()))) |
| 4178 | 2026-08-05T12:21:15.165Z | | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4179 | 2026-08-05T12:21:15.165Z | | | |
| 4180 | 2026-08-05T12:21:15.165Z | | arguments to this function are incorrect |
| 4181 | 2026-08-05T12:21:15.165Z | | |
| 4182 | 2026-08-05T12:21:15.165Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4183 | 2026-08-05T12:21:15.165Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4184 | 2026-08-05T12:21:15.165Z | | |
| 4185 | 2026-08-05T12:21:15.165Z | 34 | pub struct Name { |
| 4186 | 2026-08-05T12:21:15.165Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4187 | 2026-08-05T12:21:15.165Z | | |
| 4188 | 2026-08-05T12:21:15.165Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4189 | 2026-08-05T12:21:15.165Z | | |
| 4190 | 2026-08-05T12:21:15.165Z | 37 | pub struct Name { |
| 4191 | 2026-08-05T12:21:15.166Z | | --------------- this is the found type |
| 4192 | 2026-08-05T12:21:15.166Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4193 | 2026-08-05T12:21:15.166Z | note: associated function defined here |
| 4194 | 2026-08-05T12:21:15.166Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 4195 | 2026-08-05T12:21:15.166Z | | |
| 4196 | 2026-08-05T12:21:15.166Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 4197 | 2026-08-05T12:21:15.166Z | | ^^^^^^^^^^ |
| 4198 | 2026-08-05T12:21:15.166Z | |
| 4199 | 2026-08-05T12:21:15.166Z | error[E0308]: mismatched types |
| 4200 | 2026-08-05T12:21:15.166Z | --> dns-server/src/dns_server.rs:233:35 |
| 4201 | 2026-08-05T12:21:15.166Z | | |
| 4202 | 2026-08-05T12:21:15.166Z | 233 | Ok(Record::from_rdata(name.clone(), 0, RData::AAAA((*addr).into()))) |
| 4203 | 2026-08-05T12:21:15.166Z | | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4204 | 2026-08-05T12:21:15.166Z | | | |
| 4205 | 2026-08-05T12:21:15.166Z | | arguments to this function are incorrect |
| 4206 | 2026-08-05T12:21:15.166Z | | |
| 4207 | 2026-08-05T12:21:15.166Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4208 | 2026-08-05T12:21:15.166Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4209 | 2026-08-05T12:21:15.166Z | | |
| 4210 | 2026-08-05T12:21:15.166Z | 34 | pub struct Name { |
| 4211 | 2026-08-05T12:21:15.166Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4212 | 2026-08-05T12:21:15.166Z | | |
| 4213 | 2026-08-05T12:21:15.166Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4214 | 2026-08-05T12:21:15.166Z | | |
| 4215 | 2026-08-05T12:21:15.166Z | 37 | pub struct Name { |
| 4216 | 2026-08-05T12:21:15.166Z | | --------------- this is the found type |
| 4217 | 2026-08-05T12:21:15.167Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4218 | 2026-08-05T12:21:15.167Z | note: associated function defined here |
| 4219 | 2026-08-05T12:21:15.167Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 4220 | 2026-08-05T12:21:15.167Z | | |
| 4221 | 2026-08-05T12:21:15.167Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 4222 | 2026-08-05T12:21:15.167Z | | ^^^^^^^^^^ |
| 4223 | 2026-08-05T12:21:15.167Z | |
| 4224 | 2026-08-05T12:21:15.167Z | error[E0308]: mismatched types |
| 4225 | 2026-08-05T12:21:15.167Z | --> dns-server/src/dns_server.rs:247:60 |
| 4226 | 2026-08-05T12:21:15.167Z | | |
| 4227 | 2026-08-05T12:21:15.167Z | 247 | RData::SRV(SRV::new(*prio, *weight, *port, tgt)), |
| 4228 | 2026-08-05T12:21:15.167Z | | -------- ^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4229 | 2026-08-05T12:21:15.167Z | | | |
| 4230 | 2026-08-05T12:21:15.167Z | | arguments to this function are incorrect |
| 4231 | 2026-08-05T12:21:15.167Z | | |
| 4232 | 2026-08-05T12:21:15.167Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4233 | 2026-08-05T12:21:15.167Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4234 | 2026-08-05T12:21:15.167Z | | |
| 4235 | 2026-08-05T12:21:15.167Z | 34 | pub struct Name { |
| 4236 | 2026-08-05T12:21:15.167Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4237 | 2026-08-05T12:21:15.167Z | | |
| 4238 | 2026-08-05T12:21:15.167Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4239 | 2026-08-05T12:21:15.167Z | | |
| 4240 | 2026-08-05T12:21:15.167Z | 37 | pub struct Name { |
| 4241 | 2026-08-05T12:21:15.167Z | | --------------- this is the found type |
| 4242 | 2026-08-05T12:21:15.168Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4243 | 2026-08-05T12:21:15.168Z | note: associated function defined here |
| 4244 | 2026-08-05T12:21:15.168Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/srv.rs:174:12 |
| 4245 | 2026-08-05T12:21:15.168Z | | |
| 4246 | 2026-08-05T12:21:15.168Z | 174 | pub fn new(priority: u16, weight: u16, port: u16, target: Name) -> Self { |
| 4247 | 2026-08-05T12:21:15.168Z | | ^^^ |
| 4248 | 2026-08-05T12:21:15.168Z | |
| 4249 | 2026-08-05T12:21:15.168Z | error[E0308]: mismatched types |
| 4250 | 2026-08-05T12:21:15.168Z | --> dns-server/src/dns_server.rs:245:17 |
| 4251 | 2026-08-05T12:21:15.168Z | | |
| 4252 | 2026-08-05T12:21:15.168Z | 244 | Ok(Record::from_rdata( |
| 4253 | 2026-08-05T12:21:15.168Z | | ------------------ arguments to this function are incorrect |
| 4254 | 2026-08-05T12:21:15.168Z | 245 | name.clone(), |
| 4255 | 2026-08-05T12:21:15.168Z | | ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4256 | 2026-08-05T12:21:15.168Z | | |
| 4257 | 2026-08-05T12:21:15.168Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4258 | 2026-08-05T12:21:15.168Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4259 | 2026-08-05T12:21:15.168Z | | |
| 4260 | 2026-08-05T12:21:15.168Z | 34 | pub struct Name { |
| 4261 | 2026-08-05T12:21:15.168Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4262 | 2026-08-05T12:21:15.168Z | | |
| 4263 | 2026-08-05T12:21:15.168Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4264 | 2026-08-05T12:21:15.168Z | | |
| 4265 | 2026-08-05T12:21:15.168Z | 37 | pub struct Name { |
| 4266 | 2026-08-05T12:21:15.168Z | | --------------- this is the found type |
| 4267 | 2026-08-05T12:21:15.168Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4268 | 2026-08-05T12:21:15.168Z | note: associated function defined here |
| 4269 | 2026-08-05T12:21:15.169Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 4270 | 2026-08-05T12:21:15.169Z | | |
| 4271 | 2026-08-05T12:21:15.169Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 4272 | 2026-08-05T12:21:15.169Z | | ^^^^^^^^^^ |
| 4273 | 2026-08-05T12:21:15.169Z | |
| 4274 | 2026-08-05T12:21:15.169Z | error[E0308]: mismatched types |
| 4275 | 2026-08-05T12:21:15.169Z | --> dns-server/src/dns_server.rs:259:65 |
| 4276 | 2026-08-05T12:21:15.169Z | | |
| 4277 | 2026-08-05T12:21:15.170Z | 259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname)))) |
| 4278 | 2026-08-05T12:21:15.188Z | | -- ^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4279 | 2026-08-05T12:21:15.188Z | | | |
| 4280 | 2026-08-05T12:21:15.188Z | | arguments to this struct are incorrect |
| 4281 | 2026-08-05T12:21:15.188Z | | |
| 4282 | 2026-08-05T12:21:15.189Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4283 | 2026-08-05T12:21:15.189Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4284 | 2026-08-05T12:21:15.189Z | | |
| 4285 | 2026-08-05T12:21:15.189Z | 34 | pub struct Name { |
| 4286 | 2026-08-05T12:21:15.189Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4287 | 2026-08-05T12:21:15.189Z | | |
| 4288 | 2026-08-05T12:21:15.189Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4289 | 2026-08-05T12:21:15.189Z | | |
| 4290 | 2026-08-05T12:21:15.189Z | 37 | pub struct Name { |
| 4291 | 2026-08-05T12:21:15.189Z | | --------------- this is the found type |
| 4292 | 2026-08-05T12:21:15.189Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4293 | 2026-08-05T12:21:15.189Z | note: tuple struct defined here |
| 4294 | 2026-08-05T12:21:15.189Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/name.rs:98:13 |
| 4295 | 2026-08-05T12:21:15.189Z | | |
| 4296 | 2026-08-05T12:21:15.189Z | 98 | name_rdata!(NS, RDataEncoding::StandardRecord); |
| 4297 | 2026-08-05T12:21:15.189Z | | ^^ |
| 4298 | 2026-08-05T12:21:15.189Z | |
| 4299 | 2026-08-05T12:21:15.189Z | error[E0308]: mismatched types |
| 4300 | 2026-08-05T12:21:15.189Z | --> dns-server/src/dns_server.rs:259:35 |
| 4301 | 2026-08-05T12:21:15.189Z | | |
| 4302 | 2026-08-05T12:21:15.189Z | 259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname)))) |
| 4303 | 2026-08-05T12:21:15.189Z | | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4304 | 2026-08-05T12:21:15.189Z | | | |
| 4305 | 2026-08-05T12:21:15.190Z | | arguments to this function are incorrect |
| 4306 | 2026-08-05T12:21:15.190Z | | |
| 4307 | 2026-08-05T12:21:15.190Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4308 | 2026-08-05T12:21:15.190Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4309 | 2026-08-05T12:21:15.190Z | | |
| 4310 | 2026-08-05T12:21:15.190Z | 34 | pub struct Name { |
| 4311 | 2026-08-05T12:21:15.190Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4312 | 2026-08-05T12:21:15.190Z | | |
| 4313 | 2026-08-05T12:21:15.190Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4314 | 2026-08-05T12:21:15.190Z | | |
| 4315 | 2026-08-05T12:21:15.190Z | 37 | pub struct Name { |
| 4316 | 2026-08-05T12:21:15.190Z | | --------------- this is the found type |
| 4317 | 2026-08-05T12:21:15.190Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4318 | 2026-08-05T12:21:15.190Z | note: associated function defined here |
| 4319 | 2026-08-05T12:21:15.190Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 4320 | 2026-08-05T12:21:15.190Z | | |
| 4321 | 2026-08-05T12:21:15.190Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 4322 | 2026-08-05T12:21:15.190Z | | ^^^^^^^^^^ |
| 4323 | 2026-08-05T12:21:15.190Z | |
| 4324 | 2026-08-05T12:21:15.190Z | error[E0308]: arguments to this function are incorrect |
| 4325 | 2026-08-05T12:21:15.190Z | --> dns-server/src/storage.rs:448:43 |
| 4326 | 2026-08-05T12:21:15.190Z | | |
| 4327 | 2026-08-05T12:21:15.190Z | 448 | hickory_proto::rr::RData::SOA(hickory_proto::rr::rdata::SOA::new( |
| 4328 | 2026-08-05T12:21:15.191Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 4329 | 2026-08-05T12:21:15.191Z | 449 | preferred_nameserver, |
| 4330 | 2026-08-05T12:21:15.191Z | | -------------------- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4331 | 2026-08-05T12:21:15.191Z | 450 | rname, |
| 4332 | 2026-08-05T12:21:15.191Z | | ----- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4333 | 2026-08-05T12:21:15.191Z | | |
| 4334 | 2026-08-05T12:21:15.191Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4335 | 2026-08-05T12:21:15.191Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4336 | 2026-08-05T12:21:15.191Z | | |
| 4337 | 2026-08-05T12:21:15.191Z | 34 | pub struct Name { |
| 4338 | 2026-08-05T12:21:15.191Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4339 | 2026-08-05T12:21:15.191Z | | |
| 4340 | 2026-08-05T12:21:15.191Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4341 | 2026-08-05T12:21:15.191Z | | |
| 4342 | 2026-08-05T12:21:15.191Z | 37 | pub struct Name { |
| 4343 | 2026-08-05T12:21:15.191Z | | --------------- this is the found type |
| 4344 | 2026-08-05T12:21:15.191Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4345 | 2026-08-05T12:21:15.191Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4346 | 2026-08-05T12:21:15.191Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4347 | 2026-08-05T12:21:15.191Z | | |
| 4348 | 2026-08-05T12:21:15.191Z | 34 | pub struct Name { |
| 4349 | 2026-08-05T12:21:15.191Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4350 | 2026-08-05T12:21:15.191Z | | |
| 4351 | 2026-08-05T12:21:15.192Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4352 | 2026-08-05T12:21:15.192Z | | |
| 4353 | 2026-08-05T12:21:15.192Z | 37 | pub struct Name { |
| 4354 | 2026-08-05T12:21:15.192Z | | --------------- this is the found type |
| 4355 | 2026-08-05T12:21:15.192Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4356 | 2026-08-05T12:21:15.192Z | note: associated function defined here |
| 4357 | 2026-08-05T12:21:15.192Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/soa.rs:154:12 |
| 4358 | 2026-08-05T12:21:15.192Z | | |
| 4359 | 2026-08-05T12:21:15.192Z | 154 | pub fn new( |
| 4360 | 2026-08-05T12:21:15.192Z | | ^^^ |
| 4361 | 2026-08-05T12:21:15.192Z | |
| 4362 | 2026-08-05T12:21:15.192Z | error[E0308]: mismatched types |
| 4363 | 2026-08-05T12:21:15.192Z | --> dns-server/src/storage.rs:446:13 |
| 4364 | 2026-08-05T12:21:15.192Z | | |
| 4365 | 2026-08-05T12:21:15.192Z | 445 | let record = hickory_proto::rr::Record::from_rdata( |
| 4366 | 2026-08-05T12:21:15.192Z | | ------------------------------------- arguments to this function are incorrect |
| 4367 | 2026-08-05T12:21:15.192Z | 446 | soa_name, |
| 4368 | 2026-08-05T12:21:15.192Z | | ^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4369 | 2026-08-05T12:21:15.192Z | | |
| 4370 | 2026-08-05T12:21:15.192Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4371 | 2026-08-05T12:21:15.192Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4372 | 2026-08-05T12:21:15.192Z | | |
| 4373 | 2026-08-05T12:21:15.192Z | 34 | pub struct Name { |
| 4374 | 2026-08-05T12:21:15.192Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4375 | 2026-08-05T12:21:15.192Z | | |
| 4376 | 2026-08-05T12:21:15.193Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4377 | 2026-08-05T12:21:15.193Z | | |
| 4378 | 2026-08-05T12:21:15.197Z | 37 | pub struct Name { |
| 4379 | 2026-08-05T12:21:15.197Z | | --------------- this is the found type |
| 4380 | 2026-08-05T12:21:15.197Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4381 | 2026-08-05T12:21:15.197Z | note: associated function defined here |
| 4382 | 2026-08-05T12:21:15.197Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 4383 | 2026-08-05T12:21:15.197Z | | |
| 4384 | 2026-08-05T12:21:15.197Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 4385 | 2026-08-05T12:21:15.197Z | | ^^^^^^^^^^ |
| 4386 | 2026-08-05T12:21:15.197Z | |
| 4387 | 2026-08-05T12:21:15.197Z | error[E0308]: mismatched types |
| 4388 | 2026-08-05T12:21:15.197Z | --> dns-server/src/storage.rs:768:30 |
| 4389 | 2026-08-05T12:21:15.197Z | | |
| 4390 | 2026-08-05T12:21:15.197Z | 768 | self.query_raw(name, orig_name) |
| 4391 | 2026-08-05T12:21:15.198Z | | --------- ^^^^^^^^^ expected `hickory_resolver::Name`, found `hickory_proto::rr::Name` |
| 4392 | 2026-08-05T12:21:15.198Z | | | |
| 4393 | 2026-08-05T12:21:15.198Z | | arguments to this method are incorrect |
| 4394 | 2026-08-05T12:21:15.198Z | | |
| 4395 | 2026-08-05T12:21:15.198Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4396 | 2026-08-05T12:21:15.198Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4397 | 2026-08-05T12:21:15.198Z | | |
| 4398 | 2026-08-05T12:21:15.198Z | 37 | pub struct Name { |
| 4399 | 2026-08-05T12:21:15.198Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4400 | 2026-08-05T12:21:15.198Z | | |
| 4401 | 2026-08-05T12:21:15.198Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4402 | 2026-08-05T12:21:15.198Z | | |
| 4403 | 2026-08-05T12:21:15.198Z | 34 | pub struct Name { |
| 4404 | 2026-08-05T12:21:15.198Z | | --------------- this is the found type |
| 4405 | 2026-08-05T12:21:15.198Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4406 | 2026-08-05T12:21:15.198Z | note: method defined here |
| 4407 | 2026-08-05T12:21:15.198Z | --> dns-server/src/storage.rs:780:8 |
| 4408 | 2026-08-05T12:21:15.198Z | | |
| 4409 | 2026-08-05T12:21:15.198Z | 780 | fn query_raw( |
| 4410 | 2026-08-05T12:21:15.198Z | | ^^^^^^^^^ |
| 4411 | 2026-08-05T12:21:15.198Z | ... |
| 4412 | 2026-08-05T12:21:15.198Z | 783 | orig_name: &Name, |
| 4413 | 2026-08-05T12:21:15.198Z | | ---------------- |
| 4414 | 2026-08-05T12:21:15.198Z | |
| 4415 | 2026-08-05T12:21:15.198Z | error[E0308]: mismatched types |
| 4416 | 2026-08-05T12:21:15.198Z | --> dns-server/src/storage.rs:777:40 |
| 4417 | 2026-08-05T12:21:15.199Z | | |
| 4418 | 2026-08-05T12:21:15.199Z | 777 | self.query_raw(&LowerName::new(name), name) |
| 4419 | 2026-08-05T12:21:15.199Z | | -------------- ^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4420 | 2026-08-05T12:21:15.199Z | | | |
| 4421 | 2026-08-05T12:21:15.199Z | | arguments to this function are incorrect |
| 4422 | 2026-08-05T12:21:15.199Z | | |
| 4423 | 2026-08-05T12:21:15.199Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4424 | 2026-08-05T12:21:15.199Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4425 | 2026-08-05T12:21:15.199Z | | |
| 4426 | 2026-08-05T12:21:15.199Z | 34 | pub struct Name { |
| 4427 | 2026-08-05T12:21:15.199Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4428 | 2026-08-05T12:21:15.199Z | | |
| 4429 | 2026-08-05T12:21:15.199Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4430 | 2026-08-05T12:21:15.199Z | | |
| 4431 | 2026-08-05T12:21:15.199Z | 37 | pub struct Name { |
| 4432 | 2026-08-05T12:21:15.199Z | | --------------- this is the found type |
| 4433 | 2026-08-05T12:21:15.199Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4434 | 2026-08-05T12:21:15.199Z | note: associated function defined here |
| 4435 | 2026-08-05T12:21:15.199Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:37:12 |
| 4436 | 2026-08-05T12:21:15.199Z | | |
| 4437 | 2026-08-05T12:21:15.199Z | 37 | pub fn new(name: &Name) -> Self { |
| 4438 | 2026-08-05T12:21:15.199Z | | ^^^ |
| 4439 | 2026-08-05T12:21:15.199Z | |
| 4440 | 2026-08-05T12:21:15.199Z | error[E0277]: the trait bound `hickory_proto::rr::LowerName: std::convert::From<hickory_resolver::Name>` is not satisfied |
| 4441 | 2026-08-05T12:21:15.199Z | --> dns-server/src/storage.rs:791:33 |
| 4442 | 2026-08-05T12:21:15.199Z | | |
| 4443 | 2026-08-05T12:21:15.200Z | 791 | let zone_name = LowerName::from(Name::from_str(&z).unwrap()); |
| 4444 | 2026-08-05T12:21:15.200Z | | ^^^^^^^^^ the trait `std::convert::From<hickory_resolver::Name>` is not implemented for `hickory_proto::rr::LowerName` |
| 4445 | 2026-08-05T12:21:15.200Z | | |
| 4446 | 2026-08-05T12:21:15.200Z | help: item with same name found |
| 4447 | 2026-08-05T12:21:15.200Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/lower_name.rs:28:1 |
| 4448 | 2026-08-05T12:21:15.200Z | | |
| 4449 | 2026-08-05T12:21:15.200Z | 28 | pub struct LowerName(Name); |
| 4450 | 2026-08-05T12:21:15.200Z | | ^^^^^^^^^^^^^^^^^^^^ |
| 4451 | 2026-08-05T12:21:15.200Z | = note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4452 | 2026-08-05T12:21:15.200Z | help: `hickory_proto::rr::LowerName` implements trait `std::convert::From<T>` |
| 4453 | 2026-08-05T12:21:15.200Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:240:1 |
| 4454 | 2026-08-05T12:21:15.200Z | | |
| 4455 | 2026-08-05T12:21:15.200Z | 240 | impl From<Name> for LowerName { |
| 4456 | 2026-08-05T12:21:15.200Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `std::convert::From<hickory_proto::rr::Name>` |
| 4457 | 2026-08-05T12:21:15.200Z | ... |
| 4458 | 2026-08-05T12:21:15.200Z | 246 | impl<'a> From<&'a Name> for LowerName { |
| 4459 | 2026-08-05T12:21:15.200Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `std::convert::From<&hickory_proto::rr::Name>` |
| 4460 | 2026-08-05T12:21:15.200Z | = note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4461 | 2026-08-05T12:21:15.200Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4462 | 2026-08-05T12:21:15.200Z | |
| 4463 | 2026-08-05T12:21:15.350Z | Some errors have detailed explanations: E0271, E0277, E0308, E0599. |
| 4464 | 2026-08-05T12:21:15.350Z | For more information about an error, try `rustc --explain E0271`. |
| 4465 | 2026-08-05T12:21:15.435Z | error: could not compile `dns-server` (lib) due to 66 previous errors |
| 4466 | 2026-08-05T12:21:15.435Z | warning: build failed, waiting for other jobs to finish... |
| 4467 | 2026-08-05T12:21:25.199Z | Error: Failed to build packages |
| 4468 | 2026-08-05T12:21:25.212Z | |
| 4469 | 2026-08-05T12:21:25.212Z | real 1:16.771387053 |
| 4470 | 2026-08-05T12:21:25.212Z | user 17:02.804321275 |
| 4471 | 2026-08-05T12:21:25.212Z | sys 1:25.668345705 |
| 4472 | 2026-08-05T12:21:25.212Z | trap 0.512147231 |
| 4473 | 2026-08-05T12:21:25.213Z | tflt 1.098434605 |
| 4474 | 2026-08-05T12:21:25.213Z | dflt 1.723248806 |
| 4475 | 2026-08-05T12:21:25.213Z | kflt 0.005881483 |
| 4476 | 2026-08-05T12:21:25.213Z | lock 1:32:52.391367606 |
| 4477 | 2026-08-05T12:21:25.213Z | slp 46:19.032983560 |
| 4478 | 2026-08-05T12:21:25.214Z | lat 1:09.449009013 |
| 4479 | 2026-08-05T12:21:25.214Z | stop 3:48.728704616 |
| 4480 | 2026-08-05T12:21:25.214Z | process exited: duration 296242 ms, exit code 1 |
| |
| 4481 | 2026-08-05T12:21:25.223Z | found 0 output files |
| 4482 | 2026-08-05T12:21:25.223Z | upload error: rule "/work/package.tar.gz" required a match, but was not used |