|
|
|
| 1 | 2026-05-15T19:47:19.727Z | job assigned to worker 01KRPJT96ZV6M0NFYQFZ4S5D9C [factory aws, i-004422a0a1215771a] (queued for 53 s) |
| |
| 2 | 2026-05-15T19:47:27.715Z | starting task 0: "setup" |
| 3 | 2026-05-15T19:47:27.720Z | ++ uname -s |
| 4 | 2026-05-15T19:47:27.724Z | + kern=SunOS |
| 5 | 2026-05-15T19:47:27.724Z | + build_user=build |
| 6 | 2026-05-15T19:47:27.724Z | + build_uid=12345 |
| 7 | 2026-05-15T19:47:27.724Z | + work_dir=/work |
| 8 | 2026-05-15T19:47:27.724Z | + input_dir=/input |
| 9 | 2026-05-15T19:47:27.724Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-15T19:47:27.724Z | + case "$kern" in |
| 11 | 2026-05-15T19:47:27.724Z | + groupadd -g 12345 build |
| 12 | 2026-05-15T19:47:27.735Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-15T19:47:29.742Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-15T19:47:29.805Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-15T19:47:29.808Z | + home_fs=zfs |
| 16 | 2026-05-15T19:47:29.809Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-15T19:47:29.809Z | + mkdir -p /home/build |
| 18 | 2026-05-15T19:47:29.809Z | + chown build:build /home/build /work |
| 19 | 2026-05-15T19:47:31.812Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-15T19:47:31.815Z | process exited: duration 4100 ms, exit code 0 |
| |
| 21 | 2026-05-15T19:47:31.822Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-15T19:47:31.827Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-15T19:47:31.827Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-15T19:47:31.827Z | * rust toolchain profile = "default" |
| 25 | 2026-05-15T19:47:31.827Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-15T19:47:31.828Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-15T19:47:31.828Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-15T19:47:31.832Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-15T19:47:31.832Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-15T19:47:31.927Z | info: downloading installer |
| 31 | 2026-05-15T19:47:33.399Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-15T19:47:33.399Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-15T19:47:33.399Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-15T19:47:33.399Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-15T19:47:33.412Z | info: profile set to default |
| 36 | 2026-05-15T19:47:33.412Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-15T19:47:33.415Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-15T19:47:33.552Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-15T19:47:33.555Z | info: downloading 6 components |
| 40 | 2026-05-15T19:47:48.451Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-15T19:47:48.451Z | |
| 42 | 2026-05-15T19:47:48.489Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-15T19:47:48.489Z | |
| 44 | 2026-05-15T19:47:48.489Z | |
| 45 | 2026-05-15T19:47:48.489Z | Rust is installed now. Great! |
| 46 | 2026-05-15T19:47:48.490Z | |
| 47 | 2026-05-15T19:47:48.490Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-15T19:47:48.490Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-15T19:47:48.490Z | |
| 50 | 2026-05-15T19:47:48.490Z | To configure your current shell, you need to source |
| 51 | 2026-05-15T19:47:48.490Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-15T19:47:48.493Z | |
| 53 | 2026-05-15T19:47:48.494Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-15T19:47:48.494Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-15T19:47:48.494Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-15T19:47:48.494Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-15T19:47:48.494Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-15T19:47:48.494Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-15T19:47:48.494Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-15T19:47:48.494Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-15T19:47:48.494Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-15T19:47:48.590Z | + rustup --version |
| 63 | 2026-05-15T19:47:48.596Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-15T19:47:48.599Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-15T19:47:48.618Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-15T19:47:48.621Z | + cargo --version |
| 67 | 2026-05-15T19:47:48.631Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-15T19:47:48.634Z | + rustc --version |
| 69 | 2026-05-15T19:47:48.657Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-15T19:47:48.660Z | process exited: duration 16836 ms, exit code 0 |
| |
| 71 | 2026-05-15T19:47:48.667Z | starting task 2: "authentication" |
| 72 | 2026-05-15T19:47:48.685Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-05-15T19:47:48.692Z | starting task 3: "clone repository" |
| 74 | 2026-05-15T19:47:48.696Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-15T19:47:48.699Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-15T19:47:48.730Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-15T19:48:00.114Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-15T19:48:00.114Z | + git fetch origin 6bf79e8ede6c1967761b07883800088e68909ecd |
| 79 | 2026-05-15T19:48:00.390Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-15T19:48:00.391Z | * branch 6bf79e8ede6c1967761b07883800088e68909ecd -> FETCH_HEAD |
| 81 | 2026-05-15T19:48:00.404Z | + [[ -n renovate/crate-hickory-proto-vulnerability ]] |
| 82 | 2026-05-15T19:48:00.408Z | ++ git branch --show-current |
| 83 | 2026-05-15T19:48:00.408Z | + current=main |
| 84 | 2026-05-15T19:48:00.408Z | + [[ main != renovate/crate-hickory-proto-vulnerability ]] |
| 85 | 2026-05-15T19:48:00.409Z | + git branch -f renovate/crate-hickory-proto-vulnerability 6bf79e8ede6c1967761b07883800088e68909ecd |
| 86 | 2026-05-15T19:48:00.417Z | + git checkout -f renovate/crate-hickory-proto-vulnerability |
| 87 | 2026-05-15T19:48:00.644Z | Switched to branch 'renovate/crate-hickory-proto-vulnerability' |
| 88 | 2026-05-15T19:48:00.647Z | + git reset --hard 6bf79e8ede6c1967761b07883800088e68909ecd |
| 89 | 2026-05-15T19:48:00.660Z | HEAD is now at 6bf79e8ed Update Rust crate hickory-proto to 0.26.0 [SECURITY] |
| 90 | 2026-05-15T19:48:00.663Z | process exited: duration 11969 ms, exit code 0 |
| |
| 91 | 2026-05-15T19:48:00.670Z | starting task 4: "build" |
| 92 | 2026-05-15T19:48:00.675Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-15T19:48:00.678Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-15T19:48:00.678Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-15T19:48:00.678Z | + cargo --version |
| 96 | 2026-05-15T19:48:00.687Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-15T19:48:00.690Z | + rustc --version |
| 98 | 2026-05-15T19:48:00.710Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-15T19:48:00.713Z | + WORK=/work |
| 100 | 2026-05-15T19:48:00.713Z | + pfexec mkdir -p /work |
| 101 | 2026-05-15T19:48:00.717Z | + pfexec chown build /work |
| 102 | 2026-05-15T19:48:00.720Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 103 | 2026-05-15T19:48:02.939Z | Startup: Refreshing catalog 'helios' ... Done |
| 104 | 2026-05-15T19:48:02.997Z | Startup: Caching catalogs ... Done |
| 105 | 2026-05-15T19:48:03.203Z | Planning: Solver setup ... Done (0.174s) |
| 106 | 2026-05-15T19:48:03.218Z | Planning: Running solver ... Done (0.016s) |
| 107 | 2026-05-15T19:48:03.233Z | Planning: Finding local manifests ... Done (0.012s) |
| 108 | 2026-05-15T19:48:03.245Z | Planning: Fetching manifests: 0/2 0% complete |
| 109 | 2026-05-15T19:48:03.261Z | Planning: Fetching manifests: 2/2 100% complete |
| 110 | 2026-05-15T19:48:03.274Z | Planning: Package planning ... Done (0.014s) |
| 111 | 2026-05-15T19:48:03.278Z | Planning: Merging actions ... Done (0.001s) |
| 112 | 2026-05-15T19:48:03.468Z | Planning: Checking for conflicting actions ... Done (0.192s) |
| 113 | 2026-05-15T19:48:03.472Z | Planning: Consolidating action changes ... Done (0.001s) |
| 114 | 2026-05-15T19:48:04.714Z | Planning: Evaluating mediators ... Done (1.244s) |
| 115 | 2026-05-15T19:48:04.717Z | Planning: Planning completed in 1.70 seconds |
| 116 | 2026-05-15T19:48:04.723Z | Packages to install: 2 |
| 117 | 2026-05-15T19:48:04.723Z | Estimated space available: 156.07 GB |
| 118 | 2026-05-15T19:48:04.723Z | Estimated space to be consumed: 19.74 MB |
| 119 | 2026-05-15T19:48:04.723Z | Create boot environment: No |
| 120 | 2026-05-15T19:48:04.728Z | Create backup boot environment: No |
| 121 | 2026-05-15T19:48:04.728Z | Rebuild boot archive: No |
| 122 | 2026-05-15T19:48:04.728Z | |
| 123 | 2026-05-15T19:48:04.728Z | Changed packages: |
| 124 | 2026-05-15T19:48:04.728Z | helios |
| 125 | 2026-05-15T19:48:04.728Z | developer/build-essential |
| 126 | 2026-05-15T19:48:04.728Z | None -> 11-3.0 |
| 127 | 2026-05-15T19:48:04.728Z | library/libxmlsec1 |
| 128 | 2026-05-15T19:48:04.728Z | None -> 1.2.35-3.0 |
| 129 | 2026-05-15T19:48:04.768Z | |
| 130 | 2026-05-15T19:48:04.768Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 131 | 2026-05-15T19:48:05.442Z | Download: Completed 1.28 MB in 0.67 seconds (1.9M/s) |
| 132 | 2026-05-15T19:48:05.525Z | Actions: 1/268 actions (Installing new actions) |
| 133 | 2026-05-15T19:48:05.574Z | Actions: Completed 268 actions in 0.05 seconds. |
| 134 | 2026-05-15T19:48:05.581Z | Finalize: Updating package state database ... Done (0.006s) |
| 135 | 2026-05-15T19:48:05.581Z | Finalize: Updating package cache ... Done (0.000s) |
| 136 | 2026-05-15T19:48:05.596Z | Finalize: Updating image state ... Done (0.015s) |
| 137 | 2026-05-15T19:48:08.218Z | Finalize: Creating fast lookup database ... Done (2.600s) |
| 138 | 2026-05-15T19:48:08.290Z | Finalize: Reading search index ... Done (0.012s) |
| 139 | 2026-05-15T19:48:08.298Z | Finalize: Updating search index ... Done (0.000s) |
| 140 | 2026-05-15T19:48:08.404Z | Finalize: Updating package cache ... Done (0.000s) |
| 141 | 2026-05-15T19:48:08.701Z | Planning: Evaluating mediator changes ... Done |
| 142 | 2026-05-15T19:48:08.805Z | Planning: Checking for conflicting actions ... Done |
| 143 | 2026-05-15T19:48:08.808Z | Planning: Consolidating action changes ... Done |
| 144 | 2026-05-15T19:48:08.964Z | Planning: Evaluating mediators ... Done |
| 145 | 2026-05-15T19:48:08.967Z | Planning: Planning completed in 0.26 seconds |
| 146 | 2026-05-15T19:48:08.988Z | Mediators to change: 2 |
| 147 | 2026-05-15T19:48:08.988Z | Create boot environment: No |
| 148 | 2026-05-15T19:48:08.988Z | Create backup boot environment: No |
| 149 | 2026-05-15T19:48:09.042Z | Finalize: Updating package state database ... Done |
| 150 | 2026-05-15T19:48:09.042Z | Finalize: Updating package cache ... Done |
| 151 | 2026-05-15T19:48:09.051Z | Finalize: Updating image state ... Done |
| 152 | 2026-05-15T19:48:11.018Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-05-15T19:48:11.082Z | Finalize: Reading search index ... Done |
| 154 | 2026-05-15T19:48:11.085Z | Finalize: Updating search index ... Done |
| 155 | 2026-05-15T19:48:11.177Z | Finalize: Updating package cache ... Done |
| 156 | 2026-05-15T19:48:11.465Z | Planning: Evaluating mediator changes ... Done |
| 157 | 2026-05-15T19:48:11.572Z | Planning: Checking for conflicting actions ... Done |
| 158 | 2026-05-15T19:48:11.577Z | Planning: Consolidating action changes ... Done |
| 159 | 2026-05-15T19:48:11.733Z | Planning: Evaluating mediators ... Done |
| 160 | 2026-05-15T19:48:11.736Z | Planning: Planning completed in 0.27 seconds |
| 161 | 2026-05-15T19:48:11.757Z | Mediators to change: 1 |
| 162 | 2026-05-15T19:48:11.757Z | Create boot environment: No |
| 163 | 2026-05-15T19:48:11.757Z | Create backup boot environment: No |
| 164 | 2026-05-15T19:48:11.811Z | Finalize: Updating package state database ... Done |
| 165 | 2026-05-15T19:48:11.811Z | Finalize: Updating package cache ... Done |
| 166 | 2026-05-15T19:48:11.822Z | Finalize: Updating image state ... Done |
| 167 | 2026-05-15T19:48:13.773Z | Finalize: Creating fast lookup database ... Done |
| 168 | 2026-05-15T19:48:13.834Z | Finalize: Reading search index ... Done |
| 169 | 2026-05-15T19:48:13.837Z | Finalize: Updating search index ... Done |
| 170 | 2026-05-15T19:48:13.908Z | Finalize: Updating package cache ... Done |
| 171 | 2026-05-15T19:48:14.220Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 172 | 2026-05-15T19:48:14.220Z | apache system 2.4 system |
| 173 | 2026-05-15T19:48:14.220Z | clang system 15 system |
| 174 | 2026-05-15T19:48:14.220Z | csh system system illumos |
| 175 | 2026-05-15T19:48:14.220Z | ctags system system illumos |
| 176 | 2026-05-15T19:48:14.220Z | file vendor vendor darwinsys |
| 177 | 2026-05-15T19:48:14.220Z | file system system illumos |
| 178 | 2026-05-15T19:48:14.220Z | gcc vendor 14 vendor |
| 179 | 2026-05-15T19:48:14.220Z | gcc system 13 system |
| 180 | 2026-05-15T19:48:14.220Z | gcc system 10 system |
| 181 | 2026-05-15T19:48:14.220Z | go system 1.25 system |
| 182 | 2026-05-15T19:48:14.220Z | llvm system 15 system |
| 183 | 2026-05-15T19:48:14.220Z | mariadb system 11.4 system |
| 184 | 2026-05-15T19:48:14.220Z | mta vendor vendor dma |
| 185 | 2026-05-15T19:48:14.220Z | openjdk system 17 system |
| 186 | 2026-05-15T19:48:14.220Z | openjdk system 11 system |
| 187 | 2026-05-15T19:48:14.220Z | openssl vendor 3 vendor |
| 188 | 2026-05-15T19:48:14.220Z | perl system 5.40 system |
| 189 | 2026-05-15T19:48:14.220Z | postgresql system 18 system |
| 190 | 2026-05-15T19:48:14.220Z | postgresql system 17 system |
| 191 | 2026-05-15T19:48:14.220Z | python vendor 3 vendor |
| 192 | 2026-05-15T19:48:14.220Z | python system 2 system |
| 193 | 2026-05-15T19:48:14.220Z | python3 vendor 3.13 vendor |
| 194 | 2026-05-15T19:48:14.220Z | ruby system 3.4 system |
| 195 | 2026-05-15T19:48:14.220Z | ruby system 3.0 system |
| 196 | 2026-05-15T19:48:14.220Z | words vendor vendor american-english |
| 197 | 2026-05-15T19:48:14.220Z | words system system australian-english |
| 198 | 2026-05-15T19:48:14.220Z | words system system british-english |
| 199 | 2026-05-15T19:48:14.220Z | words system system canadian-english |
| 200 | 2026-05-15T19:48:14.220Z | words system system french |
| 201 | 2026-05-15T19:48:14.220Z | words system system italian |
| 202 | 2026-05-15T19:48:14.220Z | words system system ngerman |
| 203 | 2026-05-15T19:48:14.221Z | words system system ogerman |
| 204 | 2026-05-15T19:48:14.221Z | words system system spanish |
| 205 | 2026-05-15T19:48:14.468Z | PUBLISHER TYPE STATUS P LOCATION |
| 206 | 2026-05-15T19:48:14.469Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 207 | 2026-05-15T19:48:14.737Z | FMRI IFO |
| 208 | 2026-05-15T19:48:14.737Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 209 | 2026-05-15T19:48:14.737Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 210 | 2026-05-15T19:48:14.737Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 211 | 2026-05-15T19:48:14.737Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 212 | 2026-05-15T19:48:14.737Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 213 | 2026-05-15T19:48:14.737Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 214 | 2026-05-15T19:48:14.737Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 215 | 2026-05-15T19:48:14.737Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 216 | 2026-05-15T19:48:14.737Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 217 | 2026-05-15T19:48:14.973Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 218 | 2026-05-15T19:48:15.252Z | Updating crates.io index |
| 219 | 2026-05-15T19:48:15.286Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 220 | 2026-05-15T19:48:15.512Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 221 | 2026-05-15T19:48:16.322Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 222 | 2026-05-15T19:48:16.757Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 223 | 2026-05-15T19:48:17.842Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 224 | 2026-05-15T19:48:18.341Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 225 | 2026-05-15T19:48:19.700Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 226 | 2026-05-15T19:48:20.578Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 227 | 2026-05-15T19:48:20.854Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 228 | 2026-05-15T19:48:21.581Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 229 | 2026-05-15T19:48:22.231Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 230 | 2026-05-15T19:48:22.542Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 231 | 2026-05-15T19:48:22.850Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 232 | 2026-05-15T19:48:23.845Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 233 | 2026-05-15T19:48:24.318Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 234 | 2026-05-15T19:48:24.785Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 235 | 2026-05-15T19:48:25.103Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 236 | 2026-05-15T19:48:25.439Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 237 | 2026-05-15T19:48:25.832Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 238 | 2026-05-15T19:48:26.170Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 239 | 2026-05-15T19:48:26.386Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 240 | 2026-05-15T19:48:26.640Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 241 | 2026-05-15T19:48:27.083Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 242 | 2026-05-15T19:48:27.420Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 243 | 2026-05-15T19:48:28.003Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 244 | 2026-05-15T19:48:28.419Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 245 | 2026-05-15T19:48:28.739Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 246 | 2026-05-15T19:48:29.041Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 247 | 2026-05-15T19:48:30.082Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 248 | 2026-05-15T19:48:30.900Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 249 | 2026-05-15T19:48:31.351Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 250 | 2026-05-15T19:48:31.607Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 251 | 2026-05-15T19:48:32.208Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 252 | 2026-05-15T19:48:32.528Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 253 | 2026-05-15T19:48:33.332Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 254 | 2026-05-15T19:48:33.561Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 255 | 2026-05-15T19:48:33.803Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 256 | 2026-05-15T19:48:34.104Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 257 | 2026-05-15T19:48:34.446Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 258 | 2026-05-15T19:48:46.322Z | Downloading crates ... |
| 259 | 2026-05-15T19:48:46.368Z | Downloaded anstyle v1.0.13 |
| 260 | 2026-05-15T19:48:46.374Z | Downloaded pretty-hex v0.4.1 |
| 261 | 2026-05-15T19:48:46.380Z | Downloaded serde_spanned v0.6.9 |
| 262 | 2026-05-15T19:48:46.384Z | Downloaded once_cell v1.21.3 |
| 263 | 2026-05-15T19:48:46.384Z | Downloaded litemap v0.8.1 |
| 264 | 2026-05-15T19:48:46.388Z | Downloaded icu_normalizer v2.1.1 |
| 265 | 2026-05-15T19:48:46.388Z | Downloaded anstream v0.6.21 |
| 266 | 2026-05-15T19:48:46.391Z | Downloaded bitflags v2.11.0 |
| 267 | 2026-05-15T19:48:46.391Z | Downloaded zerofrom v0.1.6 |
| 268 | 2026-05-15T19:48:46.394Z | Downloaded typeid v1.0.3 |
| 269 | 2026-05-15T19:48:46.394Z | Downloaded toml_write v0.1.2 |
| 270 | 2026-05-15T19:48:46.394Z | Downloaded serde-value v0.7.0 |
| 271 | 2026-05-15T19:48:46.398Z | Downloaded toml_datetime v0.6.11 |
| 272 | 2026-05-15T19:48:46.401Z | Downloaded toml_edit v0.22.27 |
| 273 | 2026-05-15T19:48:46.404Z | Downloaded smawk v0.3.2 |
| 274 | 2026-05-15T19:48:46.408Z | Downloaded unicode-xid v0.2.6 |
| 275 | 2026-05-15T19:48:46.408Z | Downloaded yoke-derive v0.8.1 |
| 276 | 2026-05-15T19:48:46.412Z | Downloaded scroll v0.12.0 |
| 277 | 2026-05-15T19:48:46.412Z | Downloaded semver v1.0.28 |
| 278 | 2026-05-15T19:48:46.412Z | Downloaded utf8parse v0.2.2 |
| 279 | 2026-05-15T19:48:46.412Z | Downloaded usdt-attr-macro v0.5.0 |
| 280 | 2026-05-15T19:48:46.416Z | Downloaded scroll_derive v0.12.1 |
| 281 | 2026-05-15T19:48:46.420Z | Downloaded papergrid v0.11.0 |
| 282 | 2026-05-15T19:48:46.420Z | Downloaded usdt-macro v0.5.0 |
| 283 | 2026-05-15T19:48:46.423Z | Downloaded unicode-linebreak v0.1.5 |
| 284 | 2026-05-15T19:48:46.423Z | Downloaded writeable v0.6.2 |
| 285 | 2026-05-15T19:48:46.423Z | Downloaded tinystr v0.8.2 |
| 286 | 2026-05-15T19:48:46.423Z | Downloaded thiserror-impl v2.0.18 |
| 287 | 2026-05-15T19:48:46.423Z | Downloaded serde-untagged v0.1.9 |
| 288 | 2026-05-15T19:48:46.429Z | Downloaded proc-macro-error v1.0.4 |
| 289 | 2026-05-15T19:48:46.429Z | Downloaded typenum v1.19.0 |
| 290 | 2026-05-15T19:48:46.429Z | Downloaded utf8_iter v1.0.4 |
| 291 | 2026-05-15T19:48:46.429Z | Downloaded getrandom v0.4.1 |
| 292 | 2026-05-15T19:48:46.433Z | Downloaded usdt v0.5.0 |
| 293 | 2026-05-15T19:48:46.433Z | Downloaded thiserror-impl v1.0.69 |
| 294 | 2026-05-15T19:48:46.436Z | Downloaded thread-id v4.2.2 |
| 295 | 2026-05-15T19:48:46.437Z | Downloaded yoke v0.8.1 |
| 296 | 2026-05-15T19:48:46.437Z | Downloaded version_check v0.9.5 |
| 297 | 2026-05-15T19:48:46.441Z | Downloaded quote v1.0.45 |
| 298 | 2026-05-15T19:48:46.441Z | Downloaded serde_core v1.0.228 |
| 299 | 2026-05-15T19:48:46.444Z | Downloaded zerocopy-derive v0.7.35 |
| 300 | 2026-05-15T19:48:46.444Z | Downloaded zmij v1.0.21 |
| 301 | 2026-05-15T19:48:46.444Z | Downloaded heck v0.5.0 |
| 302 | 2026-05-15T19:48:46.448Z | Downloaded cpufeatures v0.2.17 |
| 303 | 2026-05-15T19:48:46.448Z | Downloaded ucd-trie v0.1.7 |
| 304 | 2026-05-15T19:48:46.448Z | Downloaded plain v0.2.3 |
| 305 | 2026-05-15T19:48:46.448Z | Downloaded zerovec-derive v0.11.2 |
| 306 | 2026-05-15T19:48:46.451Z | Downloaded thiserror v2.0.18 |
| 307 | 2026-05-15T19:48:46.451Z | Downloaded zerofrom-derive v0.1.6 |
| 308 | 2026-05-15T19:48:46.455Z | Downloaded fastrand v2.3.0 |
| 309 | 2026-05-15T19:48:46.455Z | Downloaded percent-encoding v2.3.2 |
| 310 | 2026-05-15T19:48:46.455Z | Downloaded memmap v0.7.0 |
| 311 | 2026-05-15T19:48:46.455Z | Downloaded is_terminal_polyfill v1.70.2 |
| 312 | 2026-05-15T19:48:46.455Z | Downloaded thiserror v1.0.69 |
| 313 | 2026-05-15T19:48:46.458Z | Downloaded zerotrie v0.2.3 |
| 314 | 2026-05-15T19:48:46.461Z | Downloaded toml v0.8.23 |
| 315 | 2026-05-15T19:48:46.462Z | Downloaded textwrap v0.16.2 |
| 316 | 2026-05-15T19:48:46.465Z | Downloaded proc-macro-error-attr v1.0.4 |
| 317 | 2026-05-15T19:48:46.465Z | Downloaded equivalent v1.0.2 |
| 318 | 2026-05-15T19:48:46.465Z | Downloaded usdt-impl v0.5.0 |
| 319 | 2026-05-15T19:48:46.465Z | Downloaded unicode-ident v1.0.24 |
| 320 | 2026-05-15T19:48:46.468Z | Downloaded dtrace-parser v0.2.0 |
| 321 | 2026-05-15T19:48:46.468Z | Downloaded stable_deref_trait v1.2.1 |
| 322 | 2026-05-15T19:48:46.468Z | Downloaded fs-err v3.3.0 |
| 323 | 2026-05-15T19:48:46.468Z | Downloaded errno v0.3.14 |
| 324 | 2026-05-15T19:48:46.471Z | Downloaded ordered-float v2.10.1 |
| 325 | 2026-05-15T19:48:46.471Z | Downloaded idna_adapter v1.2.1 |
| 326 | 2026-05-15T19:48:46.474Z | Downloaded generic-array v0.14.7 |
| 327 | 2026-05-15T19:48:46.474Z | Downloaded swrite v0.1.0 |
| 328 | 2026-05-15T19:48:46.477Z | Downloaded crypto-common v0.1.7 |
| 329 | 2026-05-15T19:48:46.477Z | Downloaded potential_utf v0.1.4 |
| 330 | 2026-05-15T19:48:46.481Z | Downloaded url v2.5.8 |
| 331 | 2026-05-15T19:48:46.481Z | Downloaded itoa v1.0.17 |
| 332 | 2026-05-15T19:48:46.484Z | Downloaded anstyle-query v1.1.5 |
| 333 | 2026-05-15T19:48:46.487Z | Downloaded winnow v0.7.14 |
| 334 | 2026-05-15T19:48:46.490Z | Downloaded strsim v0.11.1 |
| 335 | 2026-05-15T19:48:46.493Z | Downloaded zerocopy v0.7.35 |
| 336 | 2026-05-15T19:48:46.499Z | Downloaded zerovec v0.11.5 |
| 337 | 2026-05-15T19:48:46.502Z | Downloaded macaddr v1.0.1 |
| 338 | 2026-05-15T19:48:46.506Z | Downloaded clap_lex v1.0.0 |
| 339 | 2026-05-15T19:48:46.506Z | Downloaded cfg-if v1.0.4 |
| 340 | 2026-05-15T19:48:46.506Z | Downloaded cargo-platform v0.2.0 |
| 341 | 2026-05-15T19:48:46.506Z | Downloaded terminal_size v0.4.3 |
| 342 | 2026-05-15T19:48:46.506Z | Downloaded unicode-width v0.1.14 |
| 343 | 2026-05-15T19:48:46.509Z | Downloaded cargo_metadata v0.21.0 |
| 344 | 2026-05-15T19:48:46.513Z | Downloaded tabled_derive v0.7.0 |
| 345 | 2026-05-15T19:48:46.514Z | Downloaded unicode-width v0.2.0 |
| 346 | 2026-05-15T19:48:46.517Z | Downloaded serde_tokenstream v0.2.3 |
| 347 | 2026-05-15T19:48:46.517Z | Downloaded heck v0.4.1 |
| 348 | 2026-05-15T19:48:46.517Z | Downloaded autocfg v1.5.0 |
| 349 | 2026-05-15T19:48:46.517Z | Downloaded fnv v1.0.7 |
| 350 | 2026-05-15T19:48:46.517Z | Downloaded anstyle-parse v0.2.7 |
| 351 | 2026-05-15T19:48:46.520Z | Downloaded block-buffer v0.10.4 |
| 352 | 2026-05-15T19:48:46.520Z | Downloaded form_urlencoded v1.2.2 |
| 353 | 2026-05-15T19:48:46.520Z | Downloaded colorchoice v1.0.4 |
| 354 | 2026-05-15T19:48:46.523Z | Downloaded sha2 v0.10.9 |
| 355 | 2026-05-15T19:48:46.523Z | Downloaded erased-serde v0.4.9 |
| 356 | 2026-05-15T19:48:46.523Z | Downloaded displaydoc v0.2.5 |
| 357 | 2026-05-15T19:48:46.526Z | Downloaded camino-tempfile v1.4.1 |
| 358 | 2026-05-15T19:48:46.526Z | Downloaded serde v1.0.228 |
| 359 | 2026-05-15T19:48:46.529Z | Downloaded icu_collections v2.1.1 |
| 360 | 2026-05-15T19:48:46.532Z | Downloaded synstructure v0.13.2 |
| 361 | 2026-05-15T19:48:46.535Z | Downloaded byteorder v1.5.0 |
| 362 | 2026-05-15T19:48:46.545Z | Downloaded cargo-util-schemas v0.8.2 |
| 363 | 2026-05-15T19:48:46.548Z | Downloaded camino v1.2.2 |
| 364 | 2026-05-15T19:48:46.548Z | Downloaded bytecount v0.6.9 |
| 365 | 2026-05-15T19:48:46.551Z | Downloaded pest_generator v2.8.6 |
| 366 | 2026-05-15T19:48:46.551Z | Downloaded smallvec v1.15.1 |
| 367 | 2026-05-15T19:48:46.554Z | Downloaded pest_derive v2.8.6 |
| 368 | 2026-05-15T19:48:46.558Z | Downloaded dof v0.3.0 |
| 369 | 2026-05-15T19:48:46.565Z | Downloaded tempfile v3.25.0 |
| 370 | 2026-05-15T19:48:46.568Z | Downloaded cargo_toml v0.21.0 |
| 371 | 2026-05-15T19:48:46.574Z | Downloaded clap_derive v4.5.55 |
| 372 | 2026-05-15T19:48:46.577Z | Downloaded clap v4.5.60 |
| 373 | 2026-05-15T19:48:46.580Z | Downloaded digest v0.10.7 |
| 374 | 2026-05-15T19:48:46.583Z | Downloaded anyhow v1.0.102 |
| 375 | 2026-05-15T19:48:46.583Z | Downloaded log v0.4.29 |
| 376 | 2026-05-15T19:48:46.586Z | Downloaded icu_properties v2.1.2 |
| 377 | 2026-05-15T19:48:46.586Z | Downloaded serde_derive v1.0.228 |
| 378 | 2026-05-15T19:48:46.589Z | Downloaded icu_provider v2.1.1 |
| 379 | 2026-05-15T19:48:46.589Z | Downloaded num-traits v0.2.19 |
| 380 | 2026-05-15T19:48:46.594Z | Downloaded icu_locale_core v2.1.1 |
| 381 | 2026-05-15T19:48:46.607Z | Downloaded icu_normalizer_data v2.1.1 |
| 382 | 2026-05-15T19:48:46.611Z | Downloaded pest_meta v2.8.6 |
| 383 | 2026-05-15T19:48:46.611Z | Downloaded proc-macro2 v1.0.106 |
| 384 | 2026-05-15T19:48:46.614Z | Downloaded memchr v2.8.0 |
| 385 | 2026-05-15T19:48:46.616Z | Downloaded serde_json v1.0.149 |
| 386 | 2026-05-15T19:48:46.636Z | Downloaded indexmap v2.14.0 |
| 387 | 2026-05-15T19:48:46.639Z | Downloaded hashbrown v0.17.0 |
| 388 | 2026-05-15T19:48:46.657Z | Downloaded idna v1.1.0 |
| 389 | 2026-05-15T19:48:46.660Z | Downloaded icu_properties_data v2.1.2 |
| 390 | 2026-05-15T19:48:46.665Z | Downloaded clap_builder v4.5.60 |
| 391 | 2026-05-15T19:48:46.671Z | Downloaded pest v2.8.6 |
| 392 | 2026-05-15T19:48:46.678Z | Downloaded goblin v0.8.2 |
| 393 | 2026-05-15T19:48:46.686Z | Downloaded tabled v0.15.0 |
| 394 | 2026-05-15T19:48:46.700Z | Downloaded syn v1.0.109 |
| 395 | 2026-05-15T19:48:46.709Z | Downloaded syn v2.0.117 |
| 396 | 2026-05-15T19:48:46.724Z | Downloaded rustix v1.1.3 |
| 397 | 2026-05-15T19:48:46.751Z | Downloaded libc v0.2.185 |
| 398 | 2026-05-15T19:48:46.817Z | Compiling proc-macro2 v1.0.106 |
| 399 | 2026-05-15T19:48:46.821Z | Compiling quote v1.0.45 |
| 400 | 2026-05-15T19:48:46.821Z | Compiling unicode-ident v1.0.24 |
| 401 | 2026-05-15T19:48:46.821Z | Compiling serde_core v1.0.228 |
| 402 | 2026-05-15T19:48:46.821Z | Compiling libc v0.2.185 |
| 403 | 2026-05-15T19:48:46.821Z | Compiling version_check v0.9.5 |
| 404 | 2026-05-15T19:48:46.821Z | Compiling serde v1.0.228 |
| 405 | 2026-05-15T19:48:46.821Z | Compiling stable_deref_trait v1.2.1 |
| 406 | 2026-05-15T19:48:47.001Z | Compiling memchr v2.8.0 |
| 407 | 2026-05-15T19:48:47.004Z | Compiling zmij v1.0.21 |
| 408 | 2026-05-15T19:48:47.004Z | Compiling thiserror v1.0.69 |
| 409 | 2026-05-15T19:48:47.004Z | Compiling ucd-trie v0.1.7 |
| 410 | 2026-05-15T19:48:47.004Z | Compiling autocfg v1.5.0 |
| 411 | 2026-05-15T19:48:47.004Z | Compiling itoa v1.0.17 |
| 412 | 2026-05-15T19:48:47.013Z | Compiling litemap v0.8.1 |
| 413 | 2026-05-15T19:48:47.139Z | Compiling writeable v0.6.2 |
| 414 | 2026-05-15T19:48:47.225Z | Compiling rustix v1.1.3 |
| 415 | 2026-05-15T19:48:47.432Z | Compiling icu_normalizer_data v2.1.1 |
| 416 | 2026-05-15T19:48:47.451Z | Compiling byteorder v1.5.0 |
| 417 | 2026-05-15T19:48:47.470Z | Compiling icu_properties_data v2.1.2 |
| 418 | 2026-05-15T19:48:47.473Z | Compiling bitflags v2.11.0 |
| 419 | 2026-05-15T19:48:47.473Z | Compiling serde_json v1.0.149 |
| 420 | 2026-05-15T19:48:47.595Z | Compiling pest v2.8.6 |
| 421 | 2026-05-15T19:48:47.652Z | Compiling num-traits v0.2.19 |
| 422 | 2026-05-15T19:48:47.710Z | Compiling hashbrown v0.17.0 |
| 423 | 2026-05-15T19:48:47.829Z | Compiling smallvec v1.15.1 |
| 424 | 2026-05-15T19:48:47.838Z | Compiling equivalent v1.0.2 |
| 425 | 2026-05-15T19:48:47.920Z | Compiling typeid v1.0.3 |
| 426 | 2026-05-15T19:48:47.967Z | Compiling usdt-impl v0.5.0 |
| 427 | 2026-05-15T19:48:48.002Z | Compiling proc-macro-error-attr v1.0.4 |
| 428 | 2026-05-15T19:48:48.015Z | Compiling syn v1.0.109 |
| 429 | 2026-05-15T19:48:48.045Z | Compiling erased-serde v0.4.9 |
| 430 | 2026-05-15T19:48:48.059Z | Compiling winnow v0.7.14 |
| 431 | 2026-05-15T19:48:48.095Z | Compiling toml_write v0.1.2 |
| 432 | 2026-05-15T19:48:48.122Z | Compiling errno v0.3.14 |
| 433 | 2026-05-15T19:48:48.203Z | Compiling thread-id v4.2.2 |
| 434 | 2026-05-15T19:48:48.320Z | Compiling indexmap v2.14.0 |
| 435 | 2026-05-15T19:48:48.356Z | Compiling proc-macro-error v1.0.4 |
| 436 | 2026-05-15T19:48:48.368Z | Compiling getrandom v0.4.1 |
| 437 | 2026-05-15T19:48:48.368Z | Compiling percent-encoding v2.3.2 |
| 438 | 2026-05-15T19:48:48.417Z | Compiling thiserror v2.0.18 |
| 439 | 2026-05-15T19:48:48.521Z | Compiling log v0.4.29 |
| 440 | 2026-05-15T19:48:48.564Z | Compiling syn v2.0.117 |
| 441 | 2026-05-15T19:48:48.617Z | Compiling plain v0.2.3 |
| 442 | 2026-05-15T19:48:48.646Z | Compiling camino v1.2.2 |
| 443 | 2026-05-15T19:48:48.664Z | Compiling utf8_iter v1.0.4 |
| 444 | 2026-05-15T19:48:48.685Z | Compiling utf8parse v0.2.2 |
| 445 | 2026-05-15T19:48:48.749Z | Compiling form_urlencoded v1.2.2 |
| 446 | 2026-05-15T19:48:48.810Z | Compiling pest_meta v2.8.6 |
| 447 | 2026-05-15T19:48:48.845Z | Compiling ordered-float v2.10.1 |
| 448 | 2026-05-15T19:48:48.855Z | Compiling anstyle-parse v0.2.7 |
| 449 | 2026-05-15T19:48:48.996Z | Compiling anstyle-query v1.1.5 |
| 450 | 2026-05-15T19:48:49.056Z | Compiling is_terminal_polyfill v1.70.2 |
| 451 | 2026-05-15T19:48:49.080Z | Compiling pretty-hex v0.4.1 |
| 452 | 2026-05-15T19:48:49.095Z | Compiling colorchoice v1.0.4 |
| 453 | 2026-05-15T19:48:49.125Z | Compiling anstyle v1.0.13 |
| 454 | 2026-05-15T19:48:49.148Z | Compiling cfg-if v1.0.4 |
| 455 | 2026-05-15T19:48:49.184Z | Compiling terminal_size v0.4.3 |
| 456 | 2026-05-15T19:48:49.200Z | Compiling fs-err v3.3.0 |
| 457 | 2026-05-15T19:48:49.256Z | Compiling semver v1.0.28 |
| 458 | 2026-05-15T19:48:49.350Z | Compiling anstream v0.6.21 |
| 459 | 2026-05-15T19:48:49.390Z | Compiling fastrand v2.3.0 |
| 460 | 2026-05-15T19:48:49.421Z | Compiling fnv v1.0.7 |
| 461 | 2026-05-15T19:48:49.424Z | Compiling once_cell v1.21.3 |
| 462 | 2026-05-15T19:48:49.459Z | Compiling heck v0.5.0 |
| 463 | 2026-05-15T19:48:49.476Z | Compiling unicode-width v0.1.14 |
| 464 | 2026-05-15T19:48:49.548Z | Compiling strsim v0.11.1 |
| 465 | 2026-05-15T19:48:49.642Z | Compiling clap_lex v1.0.0 |
| 466 | 2026-05-15T19:48:49.689Z | Compiling heck v0.4.1 |
| 467 | 2026-05-15T19:48:49.710Z | Compiling serde-untagged v0.1.9 |
| 468 | 2026-05-15T19:48:49.713Z | Compiling bytecount v0.6.9 |
| 469 | 2026-05-15T19:48:49.744Z | Compiling unicode-xid v0.2.6 |
| 470 | 2026-05-15T19:48:49.765Z | Compiling anyhow v1.0.102 |
| 471 | 2026-05-15T19:48:49.795Z | Compiling tempfile v3.25.0 |
| 472 | 2026-05-15T19:48:49.814Z | Compiling clap_builder v4.5.60 |
| 473 | 2026-05-15T19:48:49.887Z | Compiling papergrid v0.11.0 |
| 474 | 2026-05-15T19:48:49.906Z | Compiling memmap v0.7.0 |
| 475 | 2026-05-15T19:48:49.906Z | Compiling unicode-width v0.2.0 |
| 476 | 2026-05-15T19:48:49.945Z | Compiling unicode-linebreak v0.1.5 |
| 477 | 2026-05-15T19:48:49.962Z | Compiling smawk v0.3.2 |
| 478 | 2026-05-15T19:48:49.997Z | Compiling swrite v0.1.0 |
| 479 | 2026-05-15T19:48:50.133Z | Compiling camino-tempfile v1.4.1 |
| 480 | 2026-05-15T19:48:50.136Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 481 | 2026-05-15T19:48:50.206Z | Compiling textwrap v0.16.2 |
| 482 | 2026-05-15T19:48:50.605Z | Compiling tabled_derive v0.7.0 |
| 483 | 2026-05-15T19:48:51.194Z | Compiling synstructure v0.13.2 |
| 484 | 2026-05-15T19:48:51.194Z | Compiling pest_generator v2.8.6 |
| 485 | 2026-05-15T19:48:51.304Z | Compiling tabled v0.15.0 |
| 486 | 2026-05-15T19:48:51.703Z | Compiling serde_derive v1.0.228 |
| 487 | 2026-05-15T19:48:51.706Z | Compiling zerofrom-derive v0.1.6 |
| 488 | 2026-05-15T19:48:51.707Z | Compiling yoke-derive v0.8.1 |
| 489 | 2026-05-15T19:48:51.707Z | Compiling zerovec-derive v0.11.2 |
| 490 | 2026-05-15T19:48:51.707Z | Compiling displaydoc v0.2.5 |
| 491 | 2026-05-15T19:48:51.707Z | Compiling thiserror-impl v1.0.69 |
| 492 | 2026-05-15T19:48:51.723Z | Compiling zerocopy-derive v0.7.35 |
| 493 | 2026-05-15T19:48:51.726Z | Compiling scroll_derive v0.12.1 |
| 494 | 2026-05-15T19:48:51.727Z | Compiling thiserror-impl v2.0.18 |
| 495 | 2026-05-15T19:48:51.824Z | Compiling pest_derive v2.8.6 |
| 496 | 2026-05-15T19:48:51.828Z | Compiling clap_derive v4.5.55 |
| 497 | 2026-05-15T19:48:52.465Z | Compiling scroll v0.12.0 |
| 498 | 2026-05-15T19:48:52.590Z | Compiling zerocopy v0.7.35 |
| 499 | 2026-05-15T19:48:52.692Z | Compiling zerofrom v0.1.6 |
| 500 | 2026-05-15T19:48:52.709Z | Compiling goblin v0.8.2 |
| 501 | 2026-05-15T19:48:52.817Z | Compiling yoke v0.8.1 |
| 502 | 2026-05-15T19:48:52.888Z | Compiling dtrace-parser v0.2.0 |
| 503 | 2026-05-15T19:48:52.975Z | Compiling zerovec v0.11.5 |
| 504 | 2026-05-15T19:48:52.975Z | Compiling zerotrie v0.2.3 |
| 505 | 2026-05-15T19:48:53.219Z | Compiling clap v4.5.60 |
| 506 | 2026-05-15T19:48:53.391Z | Compiling tinystr v0.8.2 |
| 507 | 2026-05-15T19:48:53.391Z | Compiling potential_utf v0.1.4 |
| 508 | 2026-05-15T19:48:53.500Z | Compiling icu_collections v2.1.1 |
| 509 | 2026-05-15T19:48:53.550Z | Compiling icu_locale_core v2.1.1 |
| 510 | 2026-05-15T19:48:54.115Z | Compiling icu_provider v2.1.1 |
| 511 | 2026-05-15T19:48:54.317Z | Compiling toml_datetime v0.6.11 |
| 512 | 2026-05-15T19:48:54.317Z | Compiling serde_spanned v0.6.9 |
| 513 | 2026-05-15T19:48:54.317Z | Compiling serde-value v0.7.0 |
| 514 | 2026-05-15T19:48:54.320Z | Compiling cargo-platform v0.2.0 |
| 515 | 2026-05-15T19:48:54.320Z | Compiling macaddr v1.0.1 |
| 516 | 2026-05-15T19:48:54.334Z | Compiling icu_normalizer v2.1.1 |
| 517 | 2026-05-15T19:48:54.337Z | Compiling icu_properties v2.1.2 |
| 518 | 2026-05-15T19:48:54.352Z | Compiling dof v0.3.0 |
| 519 | 2026-05-15T19:48:54.356Z | Compiling serde_tokenstream v0.2.3 |
| 520 | 2026-05-15T19:48:54.575Z | Compiling toml_edit v0.22.27 |
| 521 | 2026-05-15T19:48:55.144Z | Compiling usdt-macro v0.5.0 |
| 522 | 2026-05-15T19:48:55.144Z | Compiling usdt-attr-macro v0.5.0 |
| 523 | 2026-05-15T19:48:55.209Z | Compiling idna_adapter v1.2.1 |
| 524 | 2026-05-15T19:48:55.315Z | Compiling idna v1.1.0 |
| 525 | 2026-05-15T19:48:55.586Z | Compiling url v2.5.8 |
| 526 | 2026-05-15T19:48:55.731Z | Compiling usdt v0.5.0 |
| 527 | 2026-05-15T19:48:55.869Z | Compiling toml v0.8.23 |
| 528 | 2026-05-15T19:48:56.197Z | Compiling cargo-util-schemas v0.8.2 |
| 529 | 2026-05-15T19:48:56.197Z | Compiling cargo_toml v0.21.0 |
| 530 | 2026-05-15T19:48:56.965Z | Compiling cargo_metadata v0.21.0 |
| 531 | 2026-05-15T19:48:57.887Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 532 | 2026-05-15T19:49:00.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.21s |
| 533 | 2026-05-15T19:49:00.276Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 534 | 2026-05-15T19:49:00.831Z | Downloading crates ... |
| 535 | 2026-05-15T19:49:00.925Z | Downloaded adler2 v2.0.1 |
| 536 | 2026-05-15T19:49:00.943Z | Downloaded ar_archive_writer v0.5.1 |
| 537 | 2026-05-15T19:49:00.947Z | Downloaded crc8 v0.1.1 |
| 538 | 2026-05-15T19:49:00.952Z | Downloaded darling v0.23.0 |
| 539 | 2026-05-15T19:49:00.955Z | Downloaded difflib v0.4.0 |
| 540 | 2026-05-15T19:49:00.958Z | Downloaded aws-lc-rs v1.16.3 |
| 541 | 2026-05-15T19:49:00.963Z | Downloaded float-cmp v0.10.0 |
| 542 | 2026-05-15T19:49:00.966Z | Downloaded flagset v0.4.7 |
| 543 | 2026-05-15T19:49:00.966Z | Downloaded fd-lock v4.0.4 |
| 544 | 2026-05-15T19:49:00.969Z | Downloaded darling_macro v0.23.0 |
| 545 | 2026-05-15T19:49:00.969Z | Downloaded embedded-io v0.4.0 |
| 546 | 2026-05-15T19:49:00.969Z | Downloaded env_filter v1.0.0 |
| 547 | 2026-05-15T19:49:00.972Z | Downloaded dirs-sys-next v0.1.2 |
| 548 | 2026-05-15T19:49:00.972Z | Downloaded bitfield-struct v0.6.2 |
| 549 | 2026-05-15T19:49:00.972Z | Downloaded base64 v0.22.1 |
| 550 | 2026-05-15T19:49:00.975Z | Downloaded daft-derive v0.1.5 |
| 551 | 2026-05-15T19:49:00.978Z | Downloaded derive_builder_core v0.20.2 |
| 552 | 2026-05-15T19:49:00.978Z | Downloaded cfg_aliases v0.2.1 |
| 553 | 2026-05-15T19:49:00.981Z | Downloaded crunchy v0.2.4 |
| 554 | 2026-05-15T19:49:00.981Z | Downloaded byte-wrapper v0.1.0 |
| 555 | 2026-05-15T19:49:00.981Z | Downloaded block-padding v0.3.3 |
| 556 | 2026-05-15T19:49:00.984Z | Downloaded allocator-api2 v0.2.21 |
| 557 | 2026-05-15T19:49:00.984Z | Downloaded derive-ex v0.1.8 |
| 558 | 2026-05-15T19:49:00.987Z | Downloaded cobs v0.3.0 |
| 559 | 2026-05-15T19:49:00.987Z | Downloaded bitfield-macros v0.19.4 |
| 560 | 2026-05-15T19:49:00.987Z | Downloaded bit-set v0.8.0 |
| 561 | 2026-05-15T19:49:00.987Z | Downloaded atomicwrites v0.4.4 |
| 562 | 2026-05-15T19:49:00.990Z | Downloaded ecdsa v0.16.9 |
| 563 | 2026-05-15T19:49:00.990Z | Downloaded dirs-next v2.0.0 |
| 564 | 2026-05-15T19:49:00.990Z | Downloaded find-msvc-tools v0.1.9 |
| 565 | 2026-05-15T19:49:00.994Z | Downloaded base64ct v1.8.3 |
| 566 | 2026-05-15T19:49:00.994Z | Downloaded crossbeam-epoch v0.9.18 |
| 567 | 2026-05-15T19:49:00.997Z | Downloaded bit-vec v0.8.0 |
| 568 | 2026-05-15T19:49:00.997Z | Downloaded bb8 v0.8.6 |
| 569 | 2026-05-15T19:49:00.997Z | Downloaded defmt v1.0.1 |
| 570 | 2026-05-15T19:49:01.000Z | Downloaded ciborium-io v0.2.2 |
| 571 | 2026-05-15T19:49:01.003Z | Downloaded compression-core v0.4.31 |
| 572 | 2026-05-15T19:49:01.003Z | Downloaded async-stream-impl v0.3.6 |
| 573 | 2026-05-15T19:49:01.006Z | Downloaded foreign-types-macros v0.2.3 |
| 574 | 2026-05-15T19:49:01.009Z | Downloaded downcast-rs v2.0.2 |
| 575 | 2026-05-15T19:49:01.012Z | Downloaded cfg_aliases v0.1.1 |
| 576 | 2026-05-15T19:49:01.012Z | Downloaded crc32fast v1.5.0 |
| 577 | 2026-05-15T19:49:01.015Z | Downloaded crc v3.4.0 |
| 578 | 2026-05-15T19:49:01.015Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 579 | 2026-05-15T19:49:01.015Z | Downloaded foreign-types-shared v0.1.1 |
| 580 | 2026-05-15T19:49:01.018Z | Downloaded enum-as-inner v0.6.1 |
| 581 | 2026-05-15T19:49:01.018Z | Downloaded derive_builder_macro v0.20.2 |
| 582 | 2026-05-15T19:49:01.018Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 583 | 2026-05-15T19:49:01.021Z | Downloaded cargo-platform v0.1.9 |
| 584 | 2026-05-15T19:49:01.021Z | Downloaded crc-catalog v2.4.0 |
| 585 | 2026-05-15T19:49:01.024Z | Downloaded atty v0.2.14 |
| 586 | 2026-05-15T19:49:01.024Z | Downloaded base16ct v0.2.0 |
| 587 | 2026-05-15T19:49:01.024Z | Downloaded dsl_auto_type v0.2.0 |
| 588 | 2026-05-15T19:49:01.027Z | Downloaded document-features v0.2.12 |
| 589 | 2026-05-15T19:49:01.028Z | Downloaded display-error-chain v0.2.2 |
| 590 | 2026-05-15T19:49:01.028Z | Downloaded darling_macro v0.20.11 |
| 591 | 2026-05-15T19:49:01.028Z | Downloaded deranged v0.5.8 |
| 592 | 2026-05-15T19:49:01.031Z | Downloaded const_format_proc_macros v0.2.34 |
| 593 | 2026-05-15T19:49:01.034Z | Downloaded dtrace-parser v0.3.0 |
| 594 | 2026-05-15T19:49:01.034Z | Downloaded async-stream v0.3.6 |
| 595 | 2026-05-15T19:49:01.034Z | Downloaded futures-task v0.3.32 |
| 596 | 2026-05-15T19:49:01.037Z | Downloaded futures-io v0.3.32 |
| 597 | 2026-05-15T19:49:01.037Z | Downloaded assert_matches v1.5.0 |
| 598 | 2026-05-15T19:49:01.040Z | Downloaded fxhash v0.2.1 |
| 599 | 2026-05-15T19:49:01.040Z | Downloaded endian-type v0.1.2 |
| 600 | 2026-05-15T19:49:01.043Z | Downloaded cpufeatures v0.3.0 |
| 601 | 2026-05-15T19:49:01.046Z | Downloaded ciborium-ll v0.2.2 |
| 602 | 2026-05-15T19:49:01.049Z | Downloaded foreign-types v0.3.2 |
| 603 | 2026-05-15T19:49:01.052Z | Downloaded async-recursion v1.1.1 |
| 604 | 2026-05-15T19:49:01.055Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 605 | 2026-05-15T19:49:01.055Z | Downloaded cstr-argument v0.1.2 |
| 606 | 2026-05-15T19:49:01.055Z | Downloaded convert_case v0.4.0 |
| 607 | 2026-05-15T19:49:01.059Z | Downloaded defmt v0.3.100 |
| 608 | 2026-05-15T19:49:01.062Z | Downloaded castaway v0.2.4 |
| 609 | 2026-05-15T19:49:01.062Z | Downloaded defmt-parser v1.0.0 |
| 610 | 2026-05-15T19:49:01.065Z | Downloaded foreign-types v0.5.0 |
| 611 | 2026-05-15T19:49:01.065Z | Downloaded darling_macro v0.21.3 |
| 612 | 2026-05-15T19:49:01.065Z | Downloaded array-init v0.0.4 |
| 613 | 2026-05-15T19:49:01.068Z | Downloaded debug-ignore v1.0.5 |
| 614 | 2026-05-15T19:49:01.068Z | Downloaded darling_core v0.23.0 |
| 615 | 2026-05-15T19:49:01.071Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 616 | 2026-05-15T19:49:01.073Z | Downloaded crucible-workspace-hack v0.1.0 |
| 617 | 2026-05-15T19:49:01.073Z | Downloaded float-ord v0.3.2 |
| 618 | 2026-05-15T19:49:01.073Z | Downloaded atomic-waker v1.1.2 |
| 619 | 2026-05-15T19:49:01.074Z | Downloaded dunce v1.0.5 |
| 620 | 2026-05-15T19:49:01.077Z | Downloaded aead v0.5.2 |
| 621 | 2026-05-15T19:49:01.077Z | Downloaded arrayref v0.3.9 |
| 622 | 2026-05-15T19:49:01.081Z | Downloaded ascii-canvas v3.0.0 |
| 623 | 2026-05-15T19:49:01.081Z | Downloaded dyn-clone v1.0.20 |
| 624 | 2026-05-15T19:49:01.081Z | Downloaded embedded-io v0.6.1 |
| 625 | 2026-05-15T19:49:01.086Z | Downloaded cipher v0.4.4 |
| 626 | 2026-05-15T19:49:01.086Z | Downloaded bitfield v0.19.4 |
| 627 | 2026-05-15T19:49:01.087Z | Downloaded bcs v0.1.6 |
| 628 | 2026-05-15T19:49:01.087Z | Downloaded cassowary v0.3.0 |
| 629 | 2026-05-15T19:49:01.090Z | Downloaded cbc v0.1.2 |
| 630 | 2026-05-15T19:49:01.090Z | Downloaded arrayvec v0.7.6 |
| 631 | 2026-05-15T19:49:01.090Z | Downloaded git-stub v1.0.0 |
| 632 | 2026-05-15T19:49:01.090Z | Downloaded fs-err v2.11.0 |
| 633 | 2026-05-15T19:49:01.093Z | Downloaded erased-serde v0.3.31 |
| 634 | 2026-05-15T19:49:01.093Z | Downloaded data-encoding v2.10.0 |
| 635 | 2026-05-15T19:49:01.093Z | Downloaded ctr v0.9.2 |
| 636 | 2026-05-15T19:49:01.096Z | Downloaded dropshot_endpoint v0.17.0 |
| 637 | 2026-05-15T19:49:01.096Z | Downloaded ed25519 v2.2.3 |
| 638 | 2026-05-15T19:49:01.100Z | Downloaded gethostname v0.5.0 |
| 639 | 2026-05-15T19:49:01.100Z | Downloaded ghash v0.5.1 |
| 640 | 2026-05-15T19:49:01.100Z | Downloaded funty v2.0.0 |
| 641 | 2026-05-15T19:49:01.103Z | Downloaded futures-macro v0.3.32 |
| 642 | 2026-05-15T19:49:01.103Z | Downloaded futures-core v0.3.32 |
| 643 | 2026-05-15T19:49:01.103Z | Downloaded bit-vec v0.6.3 |
| 644 | 2026-05-15T19:49:01.103Z | Downloaded hash32 v0.3.1 |
| 645 | 2026-05-15T19:49:01.103Z | Downloaded hash32 v0.2.1 |
| 646 | 2026-05-15T19:49:01.106Z | Downloaded hex-literal v0.4.1 |
| 647 | 2026-05-15T19:49:01.106Z | Downloaded bit-set v0.5.3 |
| 648 | 2026-05-15T19:49:01.110Z | Downloaded diesel-dtrace v0.5.0 |
| 649 | 2026-05-15T19:49:01.113Z | Downloaded hex v0.4.3 |
| 650 | 2026-05-15T19:49:01.113Z | Downloaded headers-core v0.3.0 |
| 651 | 2026-05-15T19:49:01.113Z | Downloaded der v0.7.10 |
| 652 | 2026-05-15T19:49:01.119Z | Downloaded camino-tempfile-ext v0.3.3 |
| 653 | 2026-05-15T19:49:01.125Z | Downloaded filetime v0.2.27 |
| 654 | 2026-05-15T19:49:01.125Z | Downloaded fixedbitset v0.4.2 |
| 655 | 2026-05-15T19:49:01.128Z | Downloaded env_logger v0.11.9 |
| 656 | 2026-05-15T19:49:01.128Z | Downloaded diesel_derives v2.3.7 |
| 657 | 2026-05-15T19:49:01.128Z | Downloaded cmake v0.1.57 |
| 658 | 2026-05-15T19:49:01.131Z | Downloaded home v0.5.12 |
| 659 | 2026-05-15T19:49:01.131Z | Downloaded cexpr v0.6.0 |
| 660 | 2026-05-15T19:49:01.132Z | Downloaded hostname v0.4.2 |
| 661 | 2026-05-15T19:49:01.134Z | Downloaded hostname v0.3.1 |
| 662 | 2026-05-15T19:49:01.134Z | Downloaded http-range v0.1.5 |
| 663 | 2026-05-15T19:49:01.137Z | Downloaded constant_time_eq v0.4.2 |
| 664 | 2026-05-15T19:49:01.137Z | Downloaded argon2 v0.5.3 |
| 665 | 2026-05-15T19:49:01.137Z | Downloaded foreign-types-shared v0.3.1 |
| 666 | 2026-05-15T19:49:01.140Z | Downloaded hubpack_derive v0.1.1 |
| 667 | 2026-05-15T19:49:01.140Z | Downloaded chacha20 v0.9.1 |
| 668 | 2026-05-15T19:49:01.141Z | Downloaded bitflags v1.3.2 |
| 669 | 2026-05-15T19:49:01.144Z | Downloaded foldhash v0.1.5 |
| 670 | 2026-05-15T19:49:01.144Z | Downloaded ff v0.13.1 |
| 671 | 2026-05-15T19:49:01.147Z | Downloaded http-body v1.0.1 |
| 672 | 2026-05-15T19:49:01.147Z | Downloaded dof v0.4.0 |
| 673 | 2026-05-15T19:49:01.147Z | Downloaded crossbeam-deque v0.8.6 |
| 674 | 2026-05-15T19:49:01.147Z | Downloaded buf-list v1.1.2 |
| 675 | 2026-05-15T19:49:01.150Z | Downloaded futures-sink v0.3.32 |
| 676 | 2026-05-15T19:49:01.150Z | Downloaded futures-executor v0.3.32 |
| 677 | 2026-05-15T19:49:01.154Z | Downloaded derive_builder v0.20.2 |
| 678 | 2026-05-15T19:49:01.157Z | Downloaded const_format v0.2.35 |
| 679 | 2026-05-15T19:49:01.157Z | Downloaded globset v0.4.18 |
| 680 | 2026-05-15T19:49:01.157Z | Downloaded group v0.13.0 |
| 681 | 2026-05-15T19:49:01.161Z | Downloaded clang-sys v1.8.1 |
| 682 | 2026-05-15T19:49:01.162Z | Downloaded der_derive v0.7.3 |
| 683 | 2026-05-15T19:49:01.165Z | Downloaded httpdate v1.0.3 |
| 684 | 2026-05-15T19:49:01.165Z | Downloaded console v0.15.11 |
| 685 | 2026-05-15T19:49:01.165Z | Downloaded ident_case v1.0.1 |
| 686 | 2026-05-15T19:49:01.165Z | Downloaded indent_write v2.2.0 |
| 687 | 2026-05-15T19:49:01.168Z | Downloaded hyper-tls v0.6.0 |
| 688 | 2026-05-15T19:49:01.168Z | Downloaded corncobs v0.1.4 |
| 689 | 2026-05-15T19:49:01.168Z | Downloaded const-oid v0.9.6 |
| 690 | 2026-05-15T19:49:01.171Z | Downloaded glob v0.3.3 |
| 691 | 2026-05-15T19:49:01.171Z | Downloaded globwalk v0.9.1 |
| 692 | 2026-05-15T19:49:01.171Z | Downloaded git-stub-vcs v0.1.0 |
| 693 | 2026-05-15T19:49:01.183Z | Downloaded expectorate v1.2.0 |
| 694 | 2026-05-15T19:49:01.183Z | Downloaded drift v0.1.4 |
| 695 | 2026-05-15T19:49:01.183Z | Downloaded indoc v1.0.9 |
| 696 | 2026-05-15T19:49:01.186Z | Downloaded inout v0.1.4 |
| 697 | 2026-05-15T19:49:01.186Z | Downloaded critical-section v1.2.0 |
| 698 | 2026-05-15T19:49:01.186Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 699 | 2026-05-15T19:49:01.186Z | Downloaded illumos-nvpair v0.3.0 |
| 700 | 2026-05-15T19:49:01.186Z | Downloaded internet-checksum v0.2.1 |
| 701 | 2026-05-15T19:49:01.186Z | Downloaded kstat-rs v0.2.4 |
| 702 | 2026-05-15T19:49:01.189Z | Downloaded is-terminal v0.4.17 |
| 703 | 2026-05-15T19:49:01.189Z | Downloaded elliptic-curve v0.13.8 |
| 704 | 2026-05-15T19:49:01.194Z | Downloaded instability v0.3.11 |
| 705 | 2026-05-15T19:49:01.194Z | Downloaded async-trait v0.1.89 |
| 706 | 2026-05-15T19:49:01.198Z | Downloaded lalrpop-util v0.19.12 |
| 707 | 2026-05-15T19:49:01.198Z | Downloaded colored v3.1.1 |
| 708 | 2026-05-15T19:49:01.198Z | Downloaded keccak v0.1.6 |
| 709 | 2026-05-15T19:49:01.198Z | Downloaded blake2 v0.10.6 |
| 710 | 2026-05-15T19:49:01.203Z | Downloaded convert_case v0.10.0 |
| 711 | 2026-05-15T19:49:01.203Z | Downloaded diff v0.1.13 |
| 712 | 2026-05-15T19:49:01.206Z | Downloaded darling v0.21.3 |
| 713 | 2026-05-15T19:49:01.206Z | Downloaded console v0.16.2 |
| 714 | 2026-05-15T19:49:01.209Z | Downloaded highway v1.3.0 |
| 715 | 2026-05-15T19:49:01.209Z | Downloaded libscf-sys v1.1.0 |
| 716 | 2026-05-15T19:49:01.209Z | Downloaded is_ci v1.2.0 |
| 717 | 2026-05-15T19:49:01.209Z | Downloaded chacha20 v0.10.0 |
| 718 | 2026-05-15T19:49:01.212Z | Downloaded cookie_store v0.22.1 |
| 719 | 2026-05-15T19:49:01.216Z | Downloaded backon v1.6.0 |
| 720 | 2026-05-15T19:49:01.216Z | Downloaded half v1.8.3 |
| 721 | 2026-05-15T19:49:01.219Z | Downloaded ena v0.14.4 |
| 722 | 2026-05-15T19:49:01.219Z | Downloaded ahash v0.8.12 |
| 723 | 2026-05-15T19:49:01.219Z | Downloaded cookie v0.18.1 |
| 724 | 2026-05-15T19:49:01.222Z | Downloaded humantime v2.3.0 |
| 725 | 2026-05-15T19:49:01.222Z | Downloaded des v0.8.1 |
| 726 | 2026-05-15T19:49:01.225Z | Downloaded match_cfg v0.1.0 |
| 727 | 2026-05-15T19:49:01.225Z | Downloaded lru-cache v0.1.2 |
| 728 | 2026-05-15T19:49:01.225Z | Downloaded linked-hash-map v0.5.6 |
| 729 | 2026-05-15T19:49:01.225Z | Downloaded indoc v2.0.7 |
| 730 | 2026-05-15T19:49:01.228Z | Downloaded hyper-staticfile v0.10.1 |
| 731 | 2026-05-15T19:49:01.228Z | Downloaded mime v0.3.17 |
| 732 | 2026-05-15T19:49:01.231Z | Downloaded memoffset v0.9.1 |
| 733 | 2026-05-15T19:49:01.231Z | Downloaded md5 v0.7.0 |
| 734 | 2026-05-15T19:49:01.231Z | Downloaded md-5 v0.10.6 |
| 735 | 2026-05-15T19:49:01.234Z | Downloaded lru v0.12.5 |
| 736 | 2026-05-15T19:49:01.234Z | Downloaded lzss v0.8.2 |
| 737 | 2026-05-15T19:49:01.234Z | Downloaded ingot v0.1.1 |
| 738 | 2026-05-15T19:49:01.238Z | Downloaded getrandom v0.2.17 |
| 739 | 2026-05-15T19:49:01.242Z | Downloaded derive_more v0.99.20 |
| 740 | 2026-05-15T19:49:01.242Z | Downloaded futures-channel v0.3.32 |
| 741 | 2026-05-15T19:49:01.245Z | Downloaded lru-slab v0.1.2 |
| 742 | 2026-05-15T19:49:01.245Z | Downloaded cancel-safe-futures v0.1.5 |
| 743 | 2026-05-15T19:49:01.245Z | Downloaded lazy_static v1.5.0 |
| 744 | 2026-05-15T19:49:01.248Z | Downloaded jobserver v0.1.34 |
| 745 | 2026-05-15T19:49:01.248Z | Downloaded managed v0.8.0 |
| 746 | 2026-05-15T19:49:01.248Z | Downloaded ipnetwork v0.21.1 |
| 747 | 2026-05-15T19:49:01.251Z | Downloaded multimap v0.10.1 |
| 748 | 2026-05-15T19:49:01.251Z | Downloaded newtype_derive v0.1.6 |
| 749 | 2026-05-15T19:49:01.252Z | Downloaded httparse v1.10.1 |
| 750 | 2026-05-15T19:49:01.254Z | Downloaded hmac v0.12.1 |
| 751 | 2026-05-15T19:49:01.255Z | Downloaded instant v0.1.13 |
| 752 | 2026-05-15T19:49:01.258Z | Downloaded new_debug_unreachable v1.0.6 |
| 753 | 2026-05-15T19:49:01.258Z | Downloaded num v0.4.3 |
| 754 | 2026-05-15T19:49:01.258Z | Downloaded num-derive v0.4.2 |
| 755 | 2026-05-15T19:49:01.261Z | Downloaded nodrop v0.1.14 |
| 756 | 2026-05-15T19:49:01.261Z | Downloaded newtype-uuid-macros v0.1.0 |
| 757 | 2026-05-15T19:49:01.261Z | Downloaded newline-converter v0.3.0 |
| 758 | 2026-05-15T19:49:01.261Z | Downloaded normalize-line-endings v0.3.0 |
| 759 | 2026-05-15T19:49:01.264Z | Downloaded ingot-types v0.1.2 |
| 760 | 2026-05-15T19:49:01.264Z | Downloaded ipnet v2.11.0 |
| 761 | 2026-05-15T19:49:01.264Z | Downloaded dropshot-api-manager v0.7.1 |
| 762 | 2026-05-15T19:49:01.267Z | Downloaded libloading v0.8.9 |
| 763 | 2026-05-15T19:49:01.270Z | Downloaded dropshot_endpoint v0.16.7 |
| 764 | 2026-05-15T19:49:01.271Z | Downloaded num-conv v0.2.0 |
| 765 | 2026-05-15T19:49:01.271Z | Downloaded derive-where v1.6.0 |
| 766 | 2026-05-15T19:49:01.274Z | Downloaded olpc-cjson v0.1.4 |
| 767 | 2026-05-15T19:49:01.274Z | Downloaded libefi-sys v0.1.0 |
| 768 | 2026-05-15T19:49:01.277Z | Downloaded num-derive v0.3.3 |
| 769 | 2026-05-15T19:49:01.277Z | Downloaded nonempty v0.12.0 |
| 770 | 2026-05-15T19:49:01.277Z | Downloaded bzip2 v0.6.1 |
| 771 | 2026-05-15T19:49:01.280Z | Downloaded openssl-probe v0.1.6 |
| 772 | 2026-05-15T19:49:01.280Z | Downloaded futures v0.3.32 |
| 773 | 2026-05-15T19:49:01.283Z | Downloaded iana-time-zone v0.1.65 |
| 774 | 2026-05-15T19:49:01.286Z | Downloaded openssl-macros v0.1.1 |
| 775 | 2026-05-15T19:49:01.286Z | Downloaded bzip2 v0.4.4 |
| 776 | 2026-05-15T19:49:01.286Z | Downloaded num-iter v0.1.45 |
| 777 | 2026-05-15T19:49:01.291Z | Downloaded num_enum_derive v0.5.11 |
| 778 | 2026-05-15T19:49:01.291Z | Downloaded async-bb8-diesel v0.2.1 |
| 779 | 2026-05-15T19:49:01.291Z | Downloaded num_threads v0.1.7 |
| 780 | 2026-05-15T19:49:01.291Z | Downloaded maybe-uninit v2.0.0 |
| 781 | 2026-05-15T19:49:01.294Z | Downloaded oso-derive v0.27.3 |
| 782 | 2026-05-15T19:49:01.295Z | Downloaded linear-map v1.2.0 |
| 783 | 2026-05-15T19:49:01.295Z | Downloaded openssl-probe v0.2.1 |
| 784 | 2026-05-15T19:49:01.295Z | Downloaded maplit v1.0.2 |
| 785 | 2026-05-15T19:49:01.295Z | Downloaded ingot-macros v0.1.1 |
| 786 | 2026-05-15T19:49:01.299Z | Downloaded opaque-debug v0.3.1 |
| 787 | 2026-05-15T19:49:01.299Z | Downloaded libsw-core v0.3.2 |
| 788 | 2026-05-15T19:49:01.299Z | Downloaded libsw v3.5.0 |
| 789 | 2026-05-15T19:49:01.302Z | Downloaded multer v3.1.0 |
| 790 | 2026-05-15T19:49:01.302Z | Downloaded lock_api v0.4.14 |
| 791 | 2026-05-15T19:49:01.302Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 792 | 2026-05-15T19:49:01.305Z | Downloaded packed_struct_codegen v0.10.1 |
| 793 | 2026-05-15T19:49:01.305Z | Downloaded parse-display v0.10.0 |
| 794 | 2026-05-15T19:49:01.305Z | Downloaded blowfish v0.9.1 |
| 795 | 2026-05-15T19:49:01.305Z | Downloaded pbkdf2 v0.11.0 |
| 796 | 2026-05-15T19:49:01.308Z | Downloaded path-slash v0.1.5 |
| 797 | 2026-05-15T19:49:01.308Z | Downloaded fatfs v0.3.6 |
| 798 | 2026-05-15T19:49:01.311Z | Downloaded native-tls v0.2.18 |
| 799 | 2026-05-15T19:49:01.311Z | Downloaded mime_guess v2.0.5 |
| 800 | 2026-05-15T19:49:01.314Z | Downloaded hyper-rustls v0.27.7 |
| 801 | 2026-05-15T19:49:01.314Z | Downloaded parse-size v1.1.0 |
| 802 | 2026-05-15T19:49:01.317Z | Downloaded hubpack v0.1.2 |
| 803 | 2026-05-15T19:49:01.317Z | Downloaded http-body-util v0.1.3 |
| 804 | 2026-05-15T19:49:01.317Z | Downloaded foldhash v0.2.0 |
| 805 | 2026-05-15T19:49:01.320Z | Downloaded newtype-uuid v1.3.2 |
| 806 | 2026-05-15T19:49:01.320Z | Downloaded darling v0.20.11 |
| 807 | 2026-05-15T19:49:01.324Z | Downloaded fs_extra v1.3.0 |
| 808 | 2026-05-15T19:49:01.324Z | Downloaded colored v2.2.0 |
| 809 | 2026-05-15T19:49:01.327Z | Downloaded nibble_vec v0.1.0 |
| 810 | 2026-05-15T19:49:01.328Z | Downloaded nanorand v0.7.0 |
| 811 | 2026-05-15T19:49:01.328Z | Downloaded ciborium v0.2.2 |
| 812 | 2026-05-15T19:49:01.331Z | Downloaded crossbeam-utils v0.8.21 |
| 813 | 2026-05-15T19:49:01.331Z | Downloaded fixedbitset v0.5.7 |
| 814 | 2026-05-15T19:49:01.335Z | Downloaded phf_shared v0.12.1 |
| 815 | 2026-05-15T19:49:01.335Z | Downloaded phf_shared v0.11.3 |
| 816 | 2026-05-15T19:49:01.335Z | Downloaded pin-utils v0.1.0 |
| 817 | 2026-05-15T19:49:01.335Z | Downloaded flume v0.11.1 |
| 818 | 2026-05-15T19:49:01.338Z | Downloaded darling_core v0.20.11 |
| 819 | 2026-05-15T19:49:01.338Z | Downloaded peg-runtime v0.8.5 |
| 820 | 2026-05-15T19:49:01.341Z | Downloaded fallible-iterator v0.2.0 |
| 821 | 2026-05-15T19:49:01.341Z | Downloaded num-complex v0.4.6 |
| 822 | 2026-05-15T19:49:01.341Z | Downloaded num_enum v0.7.5 |
| 823 | 2026-05-15T19:49:01.360Z | Downloaded phf_shared v0.13.1 |
| 824 | 2026-05-15T19:49:01.364Z | Downloaded num-integer v0.1.46 |
| 825 | 2026-05-15T19:49:01.364Z | Downloaded indexmap v1.9.3 |
| 826 | 2026-05-15T19:49:01.368Z | Downloaded ignore v0.4.25 |
| 827 | 2026-05-15T19:49:01.368Z | Downloaded headers v0.4.1 |
| 828 | 2026-05-15T19:49:01.371Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 829 | 2026-05-15T19:49:01.371Z | Downloaded predicates-tree v1.0.13 |
| 830 | 2026-05-15T19:49:01.376Z | Downloaded predicates-core v1.0.10 |
| 831 | 2026-05-15T19:49:01.376Z | Downloaded precomputed-hash v0.1.1 |
| 832 | 2026-05-15T19:49:01.376Z | Downloaded num_enum_derive v0.7.5 |
| 833 | 2026-05-15T19:49:01.376Z | Downloaded bytes v1.11.1 |
| 834 | 2026-05-15T19:49:01.379Z | Downloaded powerfmt v0.2.0 |
| 835 | 2026-05-15T19:49:01.379Z | Downloaded parking_lot_core v0.8.6 |
| 836 | 2026-05-15T19:49:01.379Z | Downloaded packed_struct v0.10.1 |
| 837 | 2026-05-15T19:49:01.379Z | Downloaded oxnet v0.1.4 |
| 838 | 2026-05-15T19:49:01.382Z | Downloaded oxide-tokio-rt v0.1.4 |
| 839 | 2026-05-15T19:49:01.382Z | Downloaded proc-macro-crate v1.3.1 |
| 840 | 2026-05-15T19:49:01.382Z | Downloaded proc-macro-crate v3.4.0 |
| 841 | 2026-05-15T19:49:01.387Z | Downloaded parse-display-derive v0.10.0 |
| 842 | 2026-05-15T19:49:01.387Z | Downloaded flate2 v1.1.9 |
| 843 | 2026-05-15T19:49:01.389Z | Downloaded ed25519-dalek v2.2.0 |
| 844 | 2026-05-15T19:49:01.389Z | Downloaded progenitor-client v0.11.2 |
| 845 | 2026-05-15T19:49:01.393Z | Downloaded paste v1.0.15 |
| 846 | 2026-05-15T19:49:01.393Z | Downloaded getrandom v0.3.4 |
| 847 | 2026-05-15T19:49:01.396Z | Downloaded derive_more v2.1.1 |
| 848 | 2026-05-15T19:49:01.401Z | Downloaded progenitor-client v0.14.0 |
| 849 | 2026-05-15T19:49:01.404Z | Downloaded phf v0.13.1 |
| 850 | 2026-05-15T19:49:01.404Z | Downloaded peg v0.8.5 |
| 851 | 2026-05-15T19:49:01.408Z | Downloaded psl-types v2.0.11 |
| 852 | 2026-05-15T19:49:01.408Z | Downloaded progenitor-macro v0.14.0 |
| 853 | 2026-05-15T19:49:01.408Z | Downloaded pem-rfc7468 v0.7.0 |
| 854 | 2026-05-15T19:49:01.408Z | Downloaded pem v3.0.6 |
| 855 | 2026-05-15T19:49:01.412Z | Downloaded peg-macros v0.8.5 |
| 856 | 2026-05-15T19:49:01.412Z | Downloaded pbkdf2 v0.12.2 |
| 857 | 2026-05-15T19:49:01.412Z | Downloaded quick-error v1.2.3 |
| 858 | 2026-05-15T19:49:01.415Z | Downloaded progenitor-macro v0.13.0 |
| 859 | 2026-05-15T19:49:01.415Z | Downloaded progenitor-macro v0.11.2 |
| 860 | 2026-05-15T19:49:01.415Z | Downloaded progenitor-macro v0.10.0 |
| 861 | 2026-05-15T19:49:01.415Z | Downloaded pin-project-lite v0.2.17 |
| 862 | 2026-05-15T19:49:01.418Z | Downloaded poly1305 v0.8.0 |
| 863 | 2026-05-15T19:49:01.422Z | Downloaded polyval v0.6.2 |
| 864 | 2026-05-15T19:49:01.422Z | Downloaded crossbeam-channel v0.5.15 |
| 865 | 2026-05-15T19:49:01.425Z | Downloaded pin-project-internal v1.1.11 |
| 866 | 2026-05-15T19:49:01.425Z | Downloaded derive_more-impl v2.1.1 |
| 867 | 2026-05-15T19:49:01.430Z | Downloaded postgres-protocol v0.6.10 |
| 868 | 2026-05-15T19:49:01.432Z | Downloaded heapless v0.7.17 |
| 869 | 2026-05-15T19:49:01.432Z | Downloaded cc v1.2.56 |
| 870 | 2026-05-15T19:49:01.435Z | Downloaded arc-swap v1.8.2 |
| 871 | 2026-05-15T19:49:01.438Z | Downloaded rand_chacha v0.3.1 |
| 872 | 2026-05-15T19:49:01.438Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 873 | 2026-05-15T19:49:01.438Z | Downloaded recursive v0.1.1 |
| 874 | 2026-05-15T19:49:01.441Z | Downloaded pkcs8 v0.10.2 |
| 875 | 2026-05-15T19:49:01.441Z | Downloaded num_enum v0.5.11 |
| 876 | 2026-05-15T19:49:01.444Z | Downloaded rand_xorshift v0.4.0 |
| 877 | 2026-05-15T19:49:01.446Z | Downloaded pkg-config v0.3.32 |
| 878 | 2026-05-15T19:49:01.446Z | Downloaded num-rational v0.4.2 |
| 879 | 2026-05-15T19:49:01.446Z | Downloaded phf v0.12.1 |
| 880 | 2026-05-15T19:49:01.449Z | Downloaded omicron-zone-package v0.12.2 |
| 881 | 2026-05-15T19:49:01.449Z | Downloaded proc-macro-error2 v2.0.1 |
| 882 | 2026-05-15T19:49:01.452Z | Downloaded progenitor-client v0.10.0 |
| 883 | 2026-05-15T19:49:01.452Z | Downloaded progenitor v0.14.0 |
| 884 | 2026-05-15T19:49:01.455Z | Downloaded progenitor v0.13.0 |
| 885 | 2026-05-15T19:49:01.455Z | Downloaded ref-cast-impl v1.0.25 |
| 886 | 2026-05-15T19:49:01.457Z | Downloaded progenitor v0.11.2 |
| 887 | 2026-05-15T19:49:01.457Z | Downloaded primeorder v0.13.6 |
| 888 | 2026-05-15T19:49:01.457Z | Downloaded progenitor-extras v0.2.0 |
| 889 | 2026-05-15T19:49:01.460Z | Downloaded ref-cast v1.0.25 |
| 890 | 2026-05-15T19:49:01.460Z | Downloaded progenitor-client v0.13.0 |
| 891 | 2026-05-15T19:49:01.464Z | Downloaded predicates v3.1.4 |
| 892 | 2026-05-15T19:49:01.464Z | Downloaded ppv-lite86 v0.2.21 |
| 893 | 2026-05-15T19:49:01.467Z | Downloaded password-hash v0.5.0 |
| 894 | 2026-05-15T19:49:01.467Z | Downloaded parking_lot_core v0.9.12 |
| 895 | 2026-05-15T19:49:01.467Z | Downloaded parking_lot v0.11.2 |
| 896 | 2026-05-15T19:49:01.470Z | Downloaded password-hash v0.4.2 |
| 897 | 2026-05-15T19:49:01.470Z | Downloaded memmap2 v0.9.10 |
| 898 | 2026-05-15T19:49:01.470Z | Downloaded psm v0.1.30 |
| 899 | 2026-05-15T19:49:01.474Z | Downloaded libbz2-rs-sys v0.2.2 |
| 900 | 2026-05-15T19:49:01.474Z | Downloaded pkcs5 v0.7.1 |
| 901 | 2026-05-15T19:49:01.477Z | Downloaded darling_core v0.21.3 |
| 902 | 2026-05-15T19:49:01.480Z | Downloaded heapless v0.8.0 |
| 903 | 2026-05-15T19:49:01.483Z | Downloaded radium v0.7.0 |
| 904 | 2026-05-15T19:49:01.483Z | Downloaded half v2.7.1 |
| 905 | 2026-05-15T19:49:01.486Z | Downloaded rustc_version v0.1.7 |
| 906 | 2026-05-15T19:49:01.486Z | Downloaded russh-cryptovec v0.7.3 |
| 907 | 2026-05-15T19:49:01.486Z | Downloaded rtoolbox v0.0.3 |
| 908 | 2026-05-15T19:49:01.489Z | Downloaded rfc6979 v0.4.0 |
| 909 | 2026-05-15T19:49:01.489Z | Downloaded rustc_version v0.4.1 |
| 910 | 2026-05-15T19:49:01.489Z | Downloaded async-compression v0.4.41 |
| 911 | 2026-05-15T19:49:01.492Z | Downloaded rustc-hash v2.1.1 |
| 912 | 2026-05-15T19:49:01.495Z | Downloaded r2d2 v0.8.10 |
| 913 | 2026-05-15T19:49:01.495Z | Downloaded crypto-bigint v0.5.5 |
| 914 | 2026-05-15T19:49:01.498Z | Downloaded postcard v1.1.3 |
| 915 | 2026-05-15T19:49:01.501Z | Downloaded owo-colors v4.3.0 |
| 916 | 2026-05-15T19:49:01.501Z | Downloaded oso v0.27.3 |
| 917 | 2026-05-15T19:49:01.504Z | Downloaded rand_core v0.10.0 |
| 918 | 2026-05-15T19:49:01.507Z | Downloaded litrs v1.0.0 |
| 919 | 2026-05-15T19:49:01.507Z | Downloaded rand_chacha v0.9.0 |
| 920 | 2026-05-15T19:49:01.507Z | Downloaded base64 v0.21.7 |
| 921 | 2026-05-15T19:49:01.511Z | Downloaded crc-any v2.5.0 |
| 922 | 2026-05-15T19:49:01.514Z | Downloaded rand_core v0.6.4 |
| 923 | 2026-05-15T19:49:01.514Z | Downloaded nu-ansi-term v0.50.3 |
| 924 | 2026-05-15T19:49:01.514Z | Downloaded papergrid v0.17.0 |
| 925 | 2026-05-15T19:49:01.516Z | Downloaded cargo_metadata v0.19.2 |
| 926 | 2026-05-15T19:49:01.519Z | Downloaded postgres-types v0.2.12 |
| 927 | 2026-05-15T19:49:01.519Z | Downloaded parking_lot v0.12.5 |
| 928 | 2026-05-15T19:49:01.522Z | Downloaded same-file v1.0.6 |
| 929 | 2026-05-15T19:49:01.522Z | Downloaded defmt-macros v1.0.1 |
| 930 | 2026-05-15T19:49:01.526Z | Downloaded rand_seeder v0.4.0 |
| 931 | 2026-05-15T19:49:01.526Z | Downloaded progenitor v0.10.0 |
| 932 | 2026-05-15T19:49:01.526Z | Downloaded daft v0.1.5 |
| 933 | 2026-05-15T19:49:01.531Z | Downloaded miniz_oxide v0.8.9 |
| 934 | 2026-05-15T19:49:01.531Z | Downloaded compression-codecs v0.4.37 |
| 935 | 2026-05-15T19:49:01.534Z | Downloaded salsa20 v0.10.2 |
| 936 | 2026-05-15T19:49:01.534Z | Downloaded scheduled-thread-pool v0.2.7 |
| 937 | 2026-05-15T19:49:01.534Z | Downloaded jiff-static v0.2.21 |
| 938 | 2026-05-15T19:49:01.534Z | Downloaded compact_str v0.8.1 |
| 939 | 2026-05-15T19:49:01.537Z | Downloaded chacha20poly1305 v0.10.1 |
| 940 | 2026-05-15T19:49:01.537Z | Downloaded scopeguard v1.2.0 |
| 941 | 2026-05-15T19:49:01.540Z | Downloaded hickory-resolver v0.24.4 |
| 942 | 2026-05-15T19:49:01.543Z | Downloaded secrecy v0.8.0 |
| 943 | 2026-05-15T19:49:01.543Z | Downloaded serde-big-array v0.5.1 |
| 944 | 2026-05-15T19:49:01.543Z | Downloaded secrecy v0.10.3 |
| 945 | 2026-05-15T19:49:01.546Z | Downloaded indicatif v0.18.4 |
| 946 | 2026-05-15T19:49:01.550Z | Downloaded scroll_derive v0.13.1 |
| 947 | 2026-05-15T19:49:01.550Z | Downloaded scrypt v0.11.0 |
| 948 | 2026-05-15T19:49:01.550Z | Downloaded hashbrown v0.13.2 |
| 949 | 2026-05-15T19:49:01.554Z | Downloaded pkcs1 v0.7.5 |
| 950 | 2026-05-15T19:49:01.554Z | Downloaded backoff v0.4.0 |
| 951 | 2026-05-15T19:49:01.557Z | Downloaded either v1.15.0 |
| 952 | 2026-05-15T19:49:01.557Z | Downloaded semver v0.1.20 |
| 953 | 2026-05-15T19:49:01.557Z | Downloaded csv-core v0.1.13 |
| 954 | 2026-05-15T19:49:01.560Z | Downloaded quinn-udp v0.5.14 |
| 955 | 2026-05-15T19:49:01.560Z | Downloaded shell-words v1.1.1 |
| 956 | 2026-05-15T19:49:01.561Z | Downloaded serde_bytes v0.11.19 |
| 957 | 2026-05-15T19:49:01.564Z | Downloaded seq-macro v0.3.6 |
| 958 | 2026-05-15T19:49:01.564Z | Downloaded serde_repr v0.1.20 |
| 959 | 2026-05-15T19:49:01.564Z | Downloaded serde_plain v1.0.2 |
| 960 | 2026-05-15T19:49:01.568Z | Downloaded bumpalo v3.20.2 |
| 961 | 2026-05-15T19:49:01.568Z | Downloaded rustls-pemfile v2.2.0 |
| 962 | 2026-05-15T19:49:01.571Z | Downloaded resolv-conf v0.7.6 |
| 963 | 2026-05-15T19:49:01.571Z | Downloaded pin-project v1.1.11 |
| 964 | 2026-05-15T19:49:01.575Z | Downloaded siphasher v1.0.2 |
| 965 | 2026-05-15T19:49:01.578Z | Downloaded signal-hook-tokio v0.3.1 |
| 966 | 2026-05-15T19:49:01.578Z | Downloaded sha1 v0.10.6 |
| 967 | 2026-05-15T19:49:01.578Z | Downloaded rand_core v0.9.5 |
| 968 | 2026-05-15T19:49:01.581Z | Downloaded serde_spanned v1.0.4 |
| 969 | 2026-05-15T19:49:01.581Z | Downloaded serde_urlencoded v0.7.1 |
| 970 | 2026-05-15T19:49:01.586Z | Downloaded signal-hook-mio v0.2.5 |
| 971 | 2026-05-15T19:49:01.589Z | Downloaded p256 v0.13.2 |
| 972 | 2026-05-15T19:49:01.592Z | Downloaded aes v0.8.4 |
| 973 | 2026-05-15T19:49:01.592Z | Downloaded minimal-lexical v0.2.1 |
| 974 | 2026-05-15T19:49:01.595Z | Downloaded slog-envlogger v2.2.0 |
| 975 | 2026-05-15T19:49:01.598Z | Downloaded sapling-renderdag v0.1.0 |
| 976 | 2026-05-15T19:49:01.598Z | Downloaded openssl-sys v0.9.115 |
| 977 | 2026-05-15T19:49:01.601Z | Downloaded sigpipe v0.1.3 |
| 978 | 2026-05-15T19:49:01.601Z | Downloaded signature v2.2.0 |
| 979 | 2026-05-15T19:49:01.604Z | Downloaded rusty-fork v0.3.1 |
| 980 | 2026-05-15T19:49:01.607Z | Downloaded progenitor-impl v0.10.0 |
| 981 | 2026-05-15T19:49:01.610Z | Downloaded slog-bunyan v2.5.0 |
| 982 | 2026-05-15T19:49:01.610Z | Downloaded progenitor-impl v0.11.2 |
| 983 | 2026-05-15T19:49:01.614Z | Downloaded rustversion v1.0.22 |
| 984 | 2026-05-15T19:49:01.617Z | Downloaded schemars_derive v0.8.22 |
| 985 | 2026-05-15T19:49:01.620Z | Downloaded progenitor-impl v0.13.0 |
| 986 | 2026-05-15T19:49:01.620Z | Downloaded hickory-server v0.25.2 |
| 987 | 2026-05-15T19:49:01.623Z | Downloaded serde-hex v0.1.0 |
| 988 | 2026-05-15T19:49:01.625Z | Downloaded hashbrown v0.12.3 |
| 989 | 2026-05-15T19:49:01.625Z | Downloaded scroll v0.13.0 |
| 990 | 2026-05-15T19:49:01.631Z | Downloaded sct v0.7.1 |
| 991 | 2026-05-15T19:49:01.634Z | Downloaded serde_path_to_error v0.1.20 |
| 992 | 2026-05-15T19:49:01.634Z | Downloaded serde_derive_internals v0.29.1 |
| 993 | 2026-05-15T19:49:01.637Z | Downloaded ssh-cipher v0.2.0 |
| 994 | 2026-05-15T19:49:01.640Z | Downloaded shlex v1.3.0 |
| 995 | 2026-05-15T19:49:01.640Z | Downloaded hickory-resolver v0.25.2 |
| 996 | 2026-05-15T19:49:01.643Z | Downloaded prefix-trie v0.7.0 |
| 997 | 2026-05-15T19:49:01.649Z | Downloaded ssh-encoding v0.2.0 |
| 998 | 2026-05-15T19:49:01.652Z | Downloaded sqlparser_derive v0.5.0 |
| 999 | 2026-05-15T19:49:01.652Z | Downloaded structmeta-derive v0.3.0 |
| 1000 | 2026-05-15T19:49:01.652Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1001 | 2026-05-15T19:49:01.655Z | Downloaded russh-keys v0.45.0 |
| 1002 | 2026-05-15T19:49:01.655Z | Downloaded http v1.4.0 |
| 1003 | 2026-05-15T19:49:01.657Z | Downloaded simd-adler32 v0.3.8 |
| 1004 | 2026-05-15T19:49:01.660Z | Downloaded rustls-pemfile v1.0.4 |
| 1005 | 2026-05-15T19:49:01.660Z | Downloaded signal-hook-registry v1.4.8 |
| 1006 | 2026-05-15T19:49:01.663Z | Downloaded rustls-native-certs v0.8.3 |
| 1007 | 2026-05-15T19:49:01.663Z | Downloaded aes-gcm v0.10.3 |
| 1008 | 2026-05-15T19:49:01.666Z | Downloaded crossterm v0.29.0 |
| 1009 | 2026-05-15T19:49:01.669Z | Downloaded strum v0.26.3 |
| 1010 | 2026-05-15T19:49:01.669Z | Downloaded pretty_assertions v1.4.1 |
| 1011 | 2026-05-15T19:49:01.672Z | Downloaded subtle v2.6.1 |
| 1012 | 2026-05-15T19:49:01.672Z | Downloaded crossterm v0.28.1 |
| 1013 | 2026-05-15T19:49:01.675Z | Downloaded strum v0.27.2 |
| 1014 | 2026-05-15T19:49:01.678Z | Downloaded rcgen v0.12.1 |
| 1015 | 2026-05-15T19:49:01.680Z | Downloaded slog-stdlog v4.1.1 |
| 1016 | 2026-05-15T19:49:01.680Z | Downloaded supports-color v3.0.2 |
| 1017 | 2026-05-15T19:49:01.680Z | Downloaded slog-dtrace v0.3.0 |
| 1018 | 2026-05-15T19:49:01.684Z | Downloaded slog-async v2.8.0 |
| 1019 | 2026-05-15T19:49:01.684Z | Downloaded sync_wrapper v1.0.2 |
| 1020 | 2026-05-15T19:49:01.684Z | Downloaded aho-corasick v1.1.4 |
| 1021 | 2026-05-15T19:49:01.687Z | Downloaded slog-json v2.6.1 |
| 1022 | 2026-05-15T19:49:01.687Z | Downloaded sync-ptr v0.1.4 |
| 1023 | 2026-05-15T19:49:01.691Z | Downloaded smf v0.2.3 |
| 1024 | 2026-05-15T19:49:01.691Z | Downloaded slog-scope v4.4.1 |
| 1025 | 2026-05-15T19:49:01.693Z | Downloaded tabled_derive v0.11.0 |
| 1026 | 2026-05-15T19:49:01.693Z | Downloaded tap v1.0.1 |
| 1027 | 2026-05-15T19:49:01.696Z | Downloaded take_mut v0.2.2 |
| 1028 | 2026-05-15T19:49:01.696Z | Downloaded tagptr v0.2.0 |
| 1029 | 2026-05-15T19:49:01.700Z | Downloaded tabwriter v1.4.1 |
| 1030 | 2026-05-15T19:49:01.703Z | Downloaded smallvec v0.6.14 |
| 1031 | 2026-05-15T19:49:01.703Z | Downloaded hyper-util v0.1.20 |
| 1032 | 2026-05-15T19:49:01.706Z | Downloaded thread-id v5.1.0 |
| 1033 | 2026-05-15T19:49:01.706Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1034 | 2026-05-15T19:49:01.706Z | Downloaded testing_table v0.3.0 |
| 1035 | 2026-05-15T19:49:01.709Z | Downloaded termtree v0.5.1 |
| 1036 | 2026-05-15T19:49:01.709Z | Downloaded ron v0.8.1 |
| 1037 | 2026-05-15T19:49:01.712Z | Downloaded num-bigint v0.4.6 |
| 1038 | 2026-05-15T19:49:01.715Z | Downloaded snafu-derive v0.8.9 |
| 1039 | 2026-05-15T19:49:01.715Z | Downloaded progenitor-impl v0.14.0 |
| 1040 | 2026-05-15T19:49:01.719Z | Downloaded slog-term v2.9.2 |
| 1041 | 2026-05-15T19:49:01.719Z | Downloaded serde_cbor v0.11.2 |
| 1042 | 2026-05-15T19:49:01.722Z | Downloaded hashbrown v0.16.1 |
| 1043 | 2026-05-15T19:49:01.726Z | Downloaded structmeta v0.3.0 |
| 1044 | 2026-05-15T19:49:01.730Z | Downloaded string_cache v0.8.9 |
| 1045 | 2026-05-15T19:49:01.730Z | Downloaded stacker v0.1.23 |
| 1046 | 2026-05-15T19:49:01.730Z | Downloaded stringprep v0.1.5 |
| 1047 | 2026-05-15T19:49:01.731Z | Downloaded sqlformat v0.3.5 |
| 1048 | 2026-05-15T19:49:01.734Z | Downloaded rayon-core v1.13.0 |
| 1049 | 2026-05-15T19:49:01.734Z | Downloaded spki v0.7.3 |
| 1050 | 2026-05-15T19:49:01.737Z | Downloaded tinyvec_macros v0.1.1 |
| 1051 | 2026-05-15T19:49:01.740Z | Downloaded tokio-macros v2.7.0 |
| 1052 | 2026-05-15T19:49:01.744Z | Downloaded slab v0.4.12 |
| 1053 | 2026-05-15T19:49:01.747Z | Downloaded prettyplease v0.2.37 |
| 1054 | 2026-05-15T19:49:01.751Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1055 | 2026-05-15T19:49:01.754Z | Downloaded rustls-pki-types v1.14.0 |
| 1056 | 2026-05-15T19:49:01.754Z | Downloaded strum_macros v0.24.3 |
| 1057 | 2026-05-15T19:49:01.761Z | Downloaded schemars v0.8.22 |
| 1058 | 2026-05-15T19:49:01.768Z | Downloaded strum_macros v0.27.2 |
| 1059 | 2026-05-15T19:49:01.771Z | Downloaded sec1 v0.7.3 |
| 1060 | 2026-05-15T19:49:01.771Z | Downloaded mio v1.2.0 |
| 1061 | 2026-05-15T19:49:01.774Z | Downloaded termios v0.3.3 |
| 1062 | 2026-05-15T19:49:01.778Z | Downloaded quinn v0.11.9 |
| 1063 | 2026-05-15T19:49:01.781Z | Downloaded qorb v0.4.1 |
| 1064 | 2026-05-15T19:49:01.781Z | Downloaded try-lock v0.2.5 |
| 1065 | 2026-05-15T19:49:01.784Z | Downloaded trait-variant v0.1.2 |
| 1066 | 2026-05-15T19:49:01.784Z | Downloaded nom v7.1.3 |
| 1067 | 2026-05-15T19:49:01.787Z | Downloaded tower-layer v0.3.3 |
| 1068 | 2026-05-15T19:49:01.787Z | Downloaded topological-sort v0.2.2 |
| 1069 | 2026-05-15T19:49:01.789Z | Downloaded tiny-keccak v2.0.2 |
| 1070 | 2026-05-15T19:49:01.789Z | Downloaded signal-hook v0.3.18 |
| 1071 | 2026-05-15T19:49:01.792Z | Downloaded rand v0.8.6 |
| 1072 | 2026-05-15T19:49:01.795Z | Downloaded thiserror-no-std v2.0.2 |
| 1073 | 2026-05-15T19:49:01.795Z | Downloaded itertools v0.10.5 |
| 1074 | 2026-05-15T19:49:01.799Z | Downloaded spin v0.9.8 |
| 1075 | 2026-05-15T19:49:01.802Z | Downloaded serde_with_macros v3.17.0 |
| 1076 | 2026-05-15T19:49:01.802Z | Downloaded tower-service v0.3.3 |
| 1077 | 2026-05-15T19:49:01.805Z | Downloaded time-macros v0.2.27 |
| 1078 | 2026-05-15T19:49:01.805Z | Downloaded time-core v0.1.8 |
| 1079 | 2026-05-15T19:49:01.805Z | Downloaded hashbrown v0.15.5 |
| 1080 | 2026-05-15T19:49:01.808Z | Downloaded similar v2.7.0 |
| 1081 | 2026-05-15T19:49:01.811Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1082 | 2026-05-15T19:49:01.814Z | Downloaded tokio-native-tls v0.3.1 |
| 1083 | 2026-05-15T19:49:01.814Z | Downloaded tokio-dtrace v0.1.1 |
| 1084 | 2026-05-15T19:49:01.817Z | Downloaded static_assertions v1.1.0 |
| 1085 | 2026-05-15T19:49:01.817Z | Downloaded strum_macros v0.26.4 |
| 1086 | 2026-05-15T19:49:01.821Z | Downloaded ryu v1.0.23 |
| 1087 | 2026-05-15T19:49:01.821Z | Downloaded libxml v0.3.3 |
| 1088 | 2026-05-15T19:49:01.824Z | Downloaded unicode-truncate v1.1.0 |
| 1089 | 2026-05-15T19:49:01.824Z | Downloaded typify-macro v0.4.3 |
| 1090 | 2026-05-15T19:49:01.827Z | Downloaded support-bundle-viewer v0.1.2 |
| 1091 | 2026-05-15T19:49:01.830Z | Downloaded unit-prefix v0.5.2 |
| 1092 | 2026-05-15T19:49:01.830Z | Downloaded universal-hash v0.5.1 |
| 1093 | 2026-05-15T19:49:01.830Z | Downloaded schemars v0.9.0 |
| 1094 | 2026-05-15T19:49:01.838Z | Downloaded tokio-rustls v0.25.0 |
| 1095 | 2026-05-15T19:49:01.841Z | Downloaded slog v2.8.2 |
| 1096 | 2026-05-15T19:49:01.843Z | Downloaded iri-string v0.7.10 |
| 1097 | 2026-05-15T19:49:01.846Z | Downloaded tokio-tungstenite v0.21.0 |
| 1098 | 2026-05-15T19:49:01.851Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1099 | 2026-05-15T19:49:01.851Z | Downloaded term v0.7.0 |
| 1100 | 2026-05-15T19:49:01.855Z | Downloaded tokio-tungstenite v0.23.1 |
| 1101 | 2026-05-15T19:49:01.855Z | Downloaded usdt v0.6.0 |
| 1102 | 2026-05-15T19:49:01.855Z | Downloaded utf-8 v0.7.6 |
| 1103 | 2026-05-15T19:49:01.855Z | Downloaded usdt-macro v0.6.0 |
| 1104 | 2026-05-15T19:49:01.855Z | Downloaded chrono v0.4.44 |
| 1105 | 2026-05-15T19:49:01.858Z | Downloaded void v1.0.2 |
| 1106 | 2026-05-15T19:49:01.861Z | Downloaded tui-tree-widget v0.23.1 |
| 1107 | 2026-05-15T19:49:01.861Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1108 | 2026-05-15T19:49:01.861Z | Downloaded rsa v0.9.10 |
| 1109 | 2026-05-15T19:49:01.864Z | Downloaded num-bigint-dig v0.8.6 |
| 1110 | 2026-05-15T19:49:01.868Z | Downloaded usdt-attr-macro v0.6.0 |
| 1111 | 2026-05-15T19:49:01.868Z | Downloaded untrusted v0.7.1 |
| 1112 | 2026-05-15T19:49:01.871Z | Downloaded itertools v0.13.0 |
| 1113 | 2026-05-15T19:49:01.871Z | Downloaded itertools v0.12.1 |
| 1114 | 2026-05-15T19:49:01.874Z | Downloaded h2 v0.4.13 |
| 1115 | 2026-05-15T19:49:01.878Z | Downloaded tls_codec v0.4.2 |
| 1116 | 2026-05-15T19:49:01.881Z | Downloaded futures-util v0.3.32 |
| 1117 | 2026-05-15T19:49:01.886Z | Downloaded want v0.3.1 |
| 1118 | 2026-05-15T19:49:01.889Z | Downloaded waitgroup v0.1.2 |
| 1119 | 2026-05-15T19:49:01.889Z | Downloaded wait-timeout v0.2.1 |
| 1120 | 2026-05-15T19:49:01.889Z | Downloaded rustls-webpki v0.103.9 |
| 1121 | 2026-05-15T19:49:01.892Z | Downloaded tls_codec_derive v0.4.2 |
| 1122 | 2026-05-15T19:49:01.892Z | Downloaded socket2 v0.6.3 |
| 1123 | 2026-05-15T19:49:01.895Z | Downloaded schemars v1.2.1 |
| 1124 | 2026-05-15T19:49:01.902Z | Downloaded unicase v2.9.0 |
| 1125 | 2026-05-15T19:49:01.907Z | Downloaded untrusted v0.9.0 |
| 1126 | 2026-05-15T19:49:01.907Z | Downloaded tokio-rustls v0.24.1 |
| 1127 | 2026-05-15T19:49:01.907Z | Downloaded rand v0.9.2 |
| 1128 | 2026-05-15T19:49:01.910Z | Downloaded xshell-macros v0.2.7 |
| 1129 | 2026-05-15T19:49:01.910Z | Downloaded publicsuffix v2.3.0 |
| 1130 | 2026-05-15T19:49:01.913Z | Downloaded tokio-rustls v0.26.4 |
| 1131 | 2026-05-15T19:49:01.913Z | Downloaded itertools v0.14.0 |
| 1132 | 2026-05-15T19:49:01.917Z | Downloaded samael v0.0.19 |
| 1133 | 2026-05-15T19:49:01.920Z | Downloaded tokio-stream v0.1.18 |
| 1134 | 2026-05-15T19:49:01.923Z | Downloaded zeroize_derive v1.4.3 |
| 1135 | 2026-05-15T19:49:01.923Z | Downloaded hkdf v0.12.4 |
| 1136 | 2026-05-15T19:49:01.927Z | Downloaded usdt-impl v0.6.0 |
| 1137 | 2026-05-15T19:49:01.927Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1138 | 2026-05-15T19:49:01.930Z | Downloaded libm v0.2.16 |
| 1139 | 2026-05-15T19:49:01.933Z | Downloaded zone_cfg_derive v0.3.1 |
| 1140 | 2026-05-15T19:49:01.933Z | Downloaded zone v0.3.1 |
| 1141 | 2026-05-15T19:49:01.936Z | Downloaded uzers v0.12.2 |
| 1142 | 2026-05-15T19:49:01.936Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1143 | 2026-05-15T19:49:01.936Z | Downloaded test-strategy v0.4.5 |
| 1144 | 2026-05-15T19:49:01.939Z | Downloaded vergen-git2 v1.0.7 |
| 1145 | 2026-05-15T19:49:01.939Z | Downloaded vergen-lib v0.1.6 |
| 1146 | 2026-05-15T19:49:01.943Z | Downloaded term v1.2.1 |
| 1147 | 2026-05-15T19:49:01.943Z | Downloaded iddqd v0.3.18 |
| 1148 | 2026-05-15T19:49:01.946Z | Downloaded rand v0.10.0 |
| 1149 | 2026-05-15T19:49:01.949Z | Downloaded socket2 v0.5.10 |
| 1150 | 2026-05-15T19:49:01.952Z | Downloaded p521 v0.13.3 |
| 1151 | 2026-05-15T19:49:01.956Z | Downloaded thread_local v1.1.9 |
| 1152 | 2026-05-15T19:49:01.956Z | Downloaded unarray v0.1.4 |
| 1153 | 2026-05-15T19:49:01.956Z | Downloaded typify-macro v0.6.2 |
| 1154 | 2026-05-15T19:49:01.959Z | Downloaded vsss-rs v3.3.4 |
| 1155 | 2026-05-15T19:49:01.959Z | Downloaded tinyvec v1.10.0 |
| 1156 | 2026-05-15T19:49:01.962Z | Downloaded hyper v1.8.1 |
| 1157 | 2026-05-15T19:49:01.965Z | Downloaded wyz v0.5.1 |
| 1158 | 2026-05-15T19:49:01.965Z | Downloaded whoami v2.1.0 |
| 1159 | 2026-05-15T19:49:01.969Z | Downloaded xshell v0.2.7 |
| 1160 | 2026-05-15T19:49:01.969Z | Downloaded unicode-properties v0.1.4 |
| 1161 | 2026-05-15T19:49:01.972Z | Downloaded subprocess v0.2.15 |
| 1162 | 2026-05-15T19:49:01.972Z | Downloaded xattr v1.6.1 |
| 1163 | 2026-05-15T19:49:01.972Z | Downloaded whoami v1.6.1 |
| 1164 | 2026-05-15T19:49:01.976Z | Downloaded walkdir v2.5.0 |
| 1165 | 2026-05-15T19:49:01.985Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1166 | 2026-05-15T19:49:01.988Z | Downloaded snafu v0.8.9 |
| 1167 | 2026-05-15T19:49:01.991Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1168 | 2026-05-15T19:49:01.994Z | Downloaded toml v0.7.8 |
| 1169 | 2026-05-15T19:49:01.998Z | Downloaded tar v0.4.45 |
| 1170 | 2026-05-15T19:49:02.001Z | Downloaded vergen v9.0.6 |
| 1171 | 2026-05-15T19:49:02.001Z | Downloaded russh v0.45.0 |
| 1172 | 2026-05-15T19:49:02.004Z | Downloaded tracing-attributes v0.1.31 |
| 1173 | 2026-05-15T19:49:02.007Z | Downloaded zstd v0.13.3 |
| 1174 | 2026-05-15T19:49:02.007Z | Downloaded twox-hash v2.1.2 |
| 1175 | 2026-05-15T19:49:02.011Z | Downloaded vergen-gitcl v1.0.8 |
| 1176 | 2026-05-15T19:49:02.014Z | Downloaded typify v0.4.3 |
| 1177 | 2026-05-15T19:49:02.017Z | Downloaded tracing-core v0.1.36 |
| 1178 | 2026-05-15T19:49:02.020Z | Downloaded unicode-bidi v0.3.18 |
| 1179 | 2026-05-15T19:49:02.023Z | Downloaded tungstenite v0.23.0 |
| 1180 | 2026-05-15T19:49:02.023Z | Downloaded zstd-safe v7.2.4 |
| 1181 | 2026-05-15T19:49:02.023Z | Downloaded yasna v0.5.2 |
| 1182 | 2026-05-15T19:49:02.026Z | Downloaded steno v0.4.1 |
| 1183 | 2026-05-15T19:49:02.038Z | Downloaded unsafe-libyaml v0.2.11 |
| 1184 | 2026-05-15T19:49:02.041Z | Downloaded zeroize v1.8.2 |
| 1185 | 2026-05-15T19:49:02.045Z | Downloaded zerocopy v0.6.6 |
| 1186 | 2026-05-15T19:49:02.047Z | Downloaded uuid v1.23.0 |
| 1187 | 2026-05-15T19:49:02.050Z | Downloaded rustyline v14.0.0 |
| 1188 | 2026-05-15T19:49:02.053Z | Downloaded rpassword v7.4.0 |
| 1189 | 2026-05-15T19:49:02.056Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1190 | 2026-05-15T19:49:02.060Z | Downloaded reedline v0.40.0 |
| 1191 | 2026-05-15T19:49:02.069Z | Downloaded typify v0.6.2 |
| 1192 | 2026-05-15T19:49:02.077Z | Downloaded tungstenite v0.21.0 |
| 1193 | 2026-05-15T19:49:02.095Z | Downloaded toml_edit v0.19.15 |
| 1194 | 2026-05-15T19:49:02.102Z | Downloaded zopfli v0.8.3 |
| 1195 | 2026-05-15T19:49:02.105Z | Downloaded curve25519-dalek v4.1.3 |
| 1196 | 2026-05-15T19:49:02.109Z | Downloaded tokio-postgres v0.7.16 |
| 1197 | 2026-05-15T19:49:02.118Z | Downloaded blake3 v1.8.3 |
| 1198 | 2026-05-15T19:49:02.124Z | Downloaded bitvec v1.0.1 |
| 1199 | 2026-05-15T19:49:02.134Z | Downloaded vte v0.14.1 |
| 1200 | 2026-05-15T19:49:02.139Z | Downloaded regex v1.12.3 |
| 1201 | 2026-05-15T19:49:02.146Z | Downloaded yansi v1.0.1 |
| 1202 | 2026-05-15T19:49:02.150Z | Downloaded zip v0.6.6 |
| 1203 | 2026-05-15T19:49:02.153Z | Downloaded rayon v1.11.0 |
| 1204 | 2026-05-15T19:49:02.156Z | Downloaded p384 v0.13.1 |
| 1205 | 2026-05-15T19:49:02.159Z | Downloaded reqwest v0.13.2 |
| 1206 | 2026-05-15T19:49:02.162Z | Downloaded tower v0.5.3 |
| 1207 | 2026-05-15T19:49:02.167Z | Downloaded lalrpop v0.19.12 |
| 1208 | 2026-05-15T19:49:02.174Z | Downloaded ssh-key v0.6.7 |
| 1209 | 2026-05-15T19:49:02.179Z | Downloaded bindgen v0.71.1 |
| 1210 | 2026-05-15T19:49:02.182Z | Downloaded reqwest v0.12.28 |
| 1211 | 2026-05-15T19:49:02.185Z | Downloaded unicode_categories v0.1.1 |
| 1212 | 2026-05-15T19:49:02.188Z | Downloaded portable-atomic v1.13.1 |
| 1213 | 2026-05-15T19:49:02.191Z | Downloaded quick-xml v0.37.5 |
| 1214 | 2026-05-15T19:49:02.194Z | Downloaded rustls-webpki v0.101.7 |
| 1215 | 2026-05-15T19:49:02.204Z | Downloaded typed-path v0.9.3 |
| 1216 | 2026-05-15T19:49:02.207Z | Downloaded salty v0.3.0 |
| 1217 | 2026-05-15T19:49:02.211Z | Downloaded git2 v0.20.4 |
| 1218 | 2026-05-15T19:49:02.219Z | Downloaded x509-cert v0.2.5 |
| 1219 | 2026-05-15T19:49:02.223Z | Downloaded unicode-segmentation v1.12.0 |
| 1220 | 2026-05-15T19:49:02.226Z | Downloaded zerocopy-derive v0.8.40 |
| 1221 | 2026-05-15T19:49:02.242Z | Downloaded tokio-util v0.7.18 |
| 1222 | 2026-05-15T19:49:02.247Z | Downloaded proptest v1.10.0 |
| 1223 | 2026-05-15T19:49:02.253Z | Downloaded tough v0.22.0 |
| 1224 | 2026-05-15T19:49:02.260Z | Downloaded zip v4.6.1 |
| 1225 | 2026-05-15T19:49:02.263Z | Downloaded petname v2.0.2 |
| 1226 | 2026-05-15T19:49:02.266Z | Downloaded goblin v0.10.5 |
| 1227 | 2026-05-15T19:49:02.269Z | Downloaded rustls-webpki v0.102.8 |
| 1228 | 2026-05-15T19:49:02.280Z | Downloaded unicode-normalization v0.1.25 |
| 1229 | 2026-05-15T19:49:02.284Z | Downloaded serde_with v3.17.0 |
| 1230 | 2026-05-15T19:49:02.291Z | Downloaded tower-http v0.6.8 |
| 1231 | 2026-05-15T19:49:02.294Z | Downloaded moka v0.12.13 |
| 1232 | 2026-05-15T19:49:02.313Z | Downloaded nix v0.27.1 |
| 1233 | 2026-05-15T19:49:02.324Z | Downloaded object v0.30.4 |
| 1234 | 2026-05-15T19:49:02.329Z | Downloaded radix_trie v0.2.1 |
| 1235 | 2026-05-15T19:49:02.333Z | Downloaded dropshot v0.16.7 |
| 1236 | 2026-05-15T19:49:02.356Z | Downloaded winnow v0.6.26 |
| 1237 | 2026-05-15T19:49:02.362Z | Downloaded quinn-proto v0.11.13 |
| 1238 | 2026-05-15T19:49:02.366Z | Downloaded winnow v0.5.40 |
| 1239 | 2026-05-15T19:49:02.373Z | Downloaded polar-core v0.27.3 |
| 1240 | 2026-05-15T19:49:02.378Z | Downloaded openssl v0.10.79 |
| 1241 | 2026-05-15T19:49:02.392Z | Downloaded hickory-proto v0.26.1 |
| 1242 | 2026-05-15T19:49:02.398Z | Downloaded rustls v0.21.12 |
| 1243 | 2026-05-15T19:49:02.404Z | Downloaded tabled v0.20.0 |
| 1244 | 2026-05-15T19:49:02.414Z | Downloaded vcpkg v0.2.15 |
| 1245 | 2026-05-15T19:49:02.439Z | Downloaded smoltcp v0.9.1 |
| 1246 | 2026-05-15T19:49:02.443Z | Downloaded nix v0.28.0 |
| 1247 | 2026-05-15T19:49:02.450Z | Downloaded time v0.3.47 |
| 1248 | 2026-05-15T19:49:02.458Z | Downloaded nix v0.31.2 |
| 1249 | 2026-05-15T19:49:02.464Z | Downloaded hickory-proto v0.24.4 |
| 1250 | 2026-05-15T19:49:02.472Z | Downloaded zlib-rs v0.6.2 |
| 1251 | 2026-05-15T19:49:02.476Z | Downloaded object v0.37.3 |
| 1252 | 2026-05-15T19:49:02.483Z | Downloaded zerocopy v0.8.40 |
| 1253 | 2026-05-15T19:49:02.488Z | Downloaded openapiv3 v2.2.0 |
| 1254 | 2026-05-15T19:49:02.496Z | Downloaded regex-syntax v0.6.29 |
| 1255 | 2026-05-15T19:49:02.499Z | Downloaded dropshot v0.17.0 |
| 1256 | 2026-05-15T19:49:02.512Z | Downloaded webpki-roots v1.0.6 |
| 1257 | 2026-05-15T19:49:02.515Z | Downloaded rustls v0.22.4 |
| 1258 | 2026-05-15T19:49:02.521Z | Downloaded regress v0.11.1 |
| 1259 | 2026-05-15T19:49:02.528Z | Downloaded regex-syntax v0.8.10 |
| 1260 | 2026-05-15T19:49:02.535Z | Downloaded regress v0.10.5 |
| 1261 | 2026-05-15T19:49:02.538Z | Downloaded diesel v2.3.7 |
| 1262 | 2026-05-15T19:49:02.550Z | Downloaded sqlparser v0.61.0 |
| 1263 | 2026-05-15T19:49:02.556Z | Downloaded smoltcp v0.11.0 |
| 1264 | 2026-05-15T19:49:02.562Z | Downloaded rustix v0.38.44 |
| 1265 | 2026-05-15T19:49:02.575Z | Downloaded sled v0.34.7 |
| 1266 | 2026-05-15T19:49:02.581Z | Downloaded rustls v0.23.37 |
| 1267 | 2026-05-15T19:49:02.588Z | Downloaded hickory-proto v0.25.2 |
| 1268 | 2026-05-15T19:49:02.597Z | Downloaded bstr v1.12.1 |
| 1269 | 2026-05-15T19:49:02.602Z | Downloaded ratatui v0.29.0 |
| 1270 | 2026-05-15T19:49:02.613Z | Downloaded nix v0.29.0 |
| 1271 | 2026-05-15T19:49:02.621Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1272 | 2026-05-15T19:49:02.639Z | Downloaded typify-impl v0.6.2 |
| 1273 | 2026-05-15T19:49:02.647Z | Downloaded tracing v0.1.44 |
| 1274 | 2026-05-15T19:49:02.660Z | Downloaded typify-impl v0.4.3 |
| 1275 | 2026-05-15T19:49:02.668Z | Downloaded regex-automata v0.4.14 |
| 1276 | 2026-05-15T19:49:02.677Z | Downloaded petgraph v0.6.5 |
| 1277 | 2026-05-15T19:49:02.689Z | Downloaded zerocopy-derive v0.6.6 |
| 1278 | 2026-05-15T19:49:02.694Z | Downloaded chrono-tz v0.10.4 |
| 1279 | 2026-05-15T19:49:02.720Z | Downloaded csv v1.4.0 |
| 1280 | 2026-05-15T19:49:02.734Z | Downloaded petgraph v0.8.3 |
| 1281 | 2026-05-15T19:49:02.745Z | Downloaded libz-sys v1.1.24 |
| 1282 | 2026-05-15T19:49:02.757Z | Downloaded jiff v0.2.21 |
| 1283 | 2026-05-15T19:49:02.773Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1284 | 2026-05-15T19:49:02.783Z | Downloaded sha3 v0.10.8 |
| 1285 | 2026-05-15T19:49:02.797Z | Downloaded tokio v1.52.1 |
| 1286 | 2026-05-15T19:49:02.841Z | Downloaded encoding_rs v0.8.35 |
| 1287 | 2026-05-15T19:49:02.861Z | Downloaded ring v0.17.14 |
| 1288 | 2026-05-15T19:49:02.917Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1289 | 2026-05-15T19:49:03.437Z | Downloaded aws-lc-sys v0.40.0 |
| 1290 | 2026-05-15T19:49:03.691Z | Compiling libc v0.2.185 |
| 1291 | 2026-05-15T19:49:03.691Z | Compiling serde v1.0.228 |
| 1292 | 2026-05-15T19:49:03.695Z | Compiling log v0.4.29 |
| 1293 | 2026-05-15T19:49:03.695Z | Compiling find-msvc-tools v0.1.9 |
| 1294 | 2026-05-15T19:49:03.695Z | Compiling shlex v1.3.0 |
| 1295 | 2026-05-15T19:49:03.695Z | Compiling smallvec v1.15.1 |
| 1296 | 2026-05-15T19:49:03.695Z | Compiling typenum v1.19.0 |
| 1297 | 2026-05-15T19:49:03.695Z | Compiling subtle v2.6.1 |
| 1298 | 2026-05-15T19:49:03.695Z | Compiling generic-array v0.14.7 |
| 1299 | 2026-05-15T19:49:03.695Z | Compiling scopeguard v1.2.0 |
| 1300 | 2026-05-15T19:49:03.934Z | Compiling const-oid v0.9.6 |
| 1301 | 2026-05-15T19:49:03.945Z | Compiling serde_json v1.0.149 |
| 1302 | 2026-05-15T19:49:03.957Z | Compiling syn v2.0.117 |
| 1303 | 2026-05-15T19:49:03.970Z | Compiling zerocopy v0.8.40 |
| 1304 | 2026-05-15T19:49:03.973Z | Compiling parking_lot_core v0.9.12 |
| 1305 | 2026-05-15T19:49:03.974Z | Compiling pin-project-lite v0.2.17 |
| 1306 | 2026-05-15T19:49:04.069Z | Compiling lock_api v0.4.14 |
| 1307 | 2026-05-15T19:49:04.073Z | Compiling portable-atomic v1.13.1 |
| 1308 | 2026-05-15T19:49:04.073Z | Compiling pkg-config v0.3.32 |
| 1309 | 2026-05-15T19:49:04.199Z | Compiling bitflags v2.11.0 |
| 1310 | 2026-05-15T19:49:04.202Z | Compiling critical-section v1.2.0 |
| 1311 | 2026-05-15T19:49:04.230Z | Compiling libm v0.2.16 |
| 1312 | 2026-05-15T19:49:04.244Z | Compiling futures-core v0.3.32 |
| 1313 | 2026-05-15T19:49:04.273Z | Compiling num-traits v0.2.19 |
| 1314 | 2026-05-15T19:49:04.320Z | Compiling percent-encoding v2.3.2 |
| 1315 | 2026-05-15T19:49:04.368Z | Compiling rand_core v0.10.0 |
| 1316 | 2026-05-15T19:49:04.396Z | Compiling futures-sink v0.3.32 |
| 1317 | 2026-05-15T19:49:04.399Z | Compiling getrandom v0.4.1 |
| 1318 | 2026-05-15T19:49:04.440Z | Compiling futures-io v0.3.32 |
| 1319 | 2026-05-15T19:49:04.458Z | Compiling cpufeatures v0.2.17 |
| 1320 | 2026-05-15T19:49:04.529Z | Compiling futures-channel v0.3.32 |
| 1321 | 2026-05-15T19:49:04.544Z | Compiling slab v0.4.12 |
| 1322 | 2026-05-15T19:49:04.560Z | Compiling futures-task v0.3.32 |
| 1323 | 2026-05-15T19:49:04.605Z | Compiling indexmap v2.14.0 |
| 1324 | 2026-05-15T19:49:04.622Z | Compiling getrandom v0.3.4 |
| 1325 | 2026-05-15T19:49:04.640Z | Compiling rustversion v1.0.22 |
| 1326 | 2026-05-15T19:49:04.693Z | Compiling form_urlencoded v1.2.2 |
| 1327 | 2026-05-15T19:49:04.768Z | Compiling dunce v1.0.5 |
| 1328 | 2026-05-15T19:49:04.789Z | Compiling fs_extra v1.3.0 |
| 1329 | 2026-05-15T19:49:04.805Z | Compiling base64ct v1.8.3 |
| 1330 | 2026-05-15T19:49:04.808Z | Compiling ident_case v1.0.1 |
| 1331 | 2026-05-15T19:49:04.852Z | Compiling iana-time-zone v0.1.65 |
| 1332 | 2026-05-15T19:49:04.871Z | Compiling getrandom v0.2.17 |
| 1333 | 2026-05-15T19:49:04.887Z | Compiling jobserver v0.1.34 |
| 1334 | 2026-05-15T19:49:04.907Z | Compiling errno v0.3.14 |
| 1335 | 2026-05-15T19:49:04.964Z | Compiling mio v1.2.0 |
| 1336 | 2026-05-15T19:49:05.026Z | Compiling socket2 v0.6.3 |
| 1337 | 2026-05-15T19:49:05.076Z | Compiling rand_core v0.6.4 |
| 1338 | 2026-05-15T19:49:05.091Z | Compiling signal-hook-registry v1.4.8 |
| 1339 | 2026-05-15T19:49:05.124Z | Compiling cc v1.2.56 |
| 1340 | 2026-05-15T19:49:05.151Z | Compiling pem-rfc7468 v0.7.0 |
| 1341 | 2026-05-15T19:49:05.192Z | Compiling parking_lot v0.12.5 |
| 1342 | 2026-05-15T19:49:05.260Z | Compiling once_cell v1.21.3 |
| 1343 | 2026-05-15T19:49:05.311Z | Compiling rustix v1.1.3 |
| 1344 | 2026-05-15T19:49:05.327Z | Compiling flagset v0.4.7 |
| 1345 | 2026-05-15T19:49:05.343Z | Compiling regex-syntax v0.8.10 |
| 1346 | 2026-05-15T19:49:05.383Z | Compiling aws-lc-rs v1.16.3 |
| 1347 | 2026-05-15T19:49:05.424Z | Compiling vcpkg v0.2.15 |
| 1348 | 2026-05-15T19:49:05.473Z | Compiling tracing-core v0.1.36 |
| 1349 | 2026-05-15T19:49:05.489Z | Compiling uuid v1.23.0 |
| 1350 | 2026-05-15T19:49:05.505Z | Compiling rustc_version v0.4.1 |
| 1351 | 2026-05-15T19:49:05.535Z | Compiling base64 v0.22.1 |
| 1352 | 2026-05-15T19:49:05.567Z | Compiling httparse v1.10.1 |
| 1353 | 2026-05-15T19:49:05.598Z | Compiling rand_core v0.9.5 |
| 1354 | 2026-05-15T19:49:05.692Z | Compiling untrusted v0.7.1 |
| 1355 | 2026-05-15T19:49:05.725Z | Compiling untrusted v0.9.0 |
| 1356 | 2026-05-15T19:49:05.840Z | Compiling tinyvec_macros v0.1.1 |
| 1357 | 2026-05-15T19:49:05.869Z | Compiling openssl-probe v0.2.1 |
| 1358 | 2026-05-15T19:49:05.885Z | Compiling aho-corasick v1.1.4 |
| 1359 | 2026-05-15T19:49:05.902Z | Compiling cmake v0.1.57 |
| 1360 | 2026-05-15T19:49:05.917Z | Compiling tinyvec v1.10.0 |
| 1361 | 2026-05-15T19:49:05.934Z | Compiling tower-service v0.3.3 |
| 1362 | 2026-05-15T19:49:05.937Z | Compiling rustls v0.23.37 |
| 1363 | 2026-05-15T19:49:05.966Z | Compiling tower-layer v0.3.3 |
| 1364 | 2026-05-15T19:49:06.023Z | Compiling try-lock v0.2.5 |
| 1365 | 2026-05-15T19:49:06.048Z | Compiling atomic-waker v1.1.2 |
| 1366 | 2026-05-15T19:49:06.070Z | Compiling schemars v0.8.22 |
| 1367 | 2026-05-15T19:49:06.086Z | Compiling dyn-clone v1.0.20 |
| 1368 | 2026-05-15T19:49:06.149Z | Compiling want v0.3.1 |
| 1369 | 2026-05-15T19:49:06.178Z | Compiling httpdate v1.0.3 |
| 1370 | 2026-05-15T19:49:06.195Z | Compiling openssl v0.10.79 |
| 1371 | 2026-05-15T19:49:06.211Z | Compiling foreign-types-shared v0.1.1 |
| 1372 | 2026-05-15T19:49:06.226Z | Compiling pin-utils v0.1.0 |
| 1373 | 2026-05-15T19:49:06.245Z | Compiling spin v0.9.8 |
| 1374 | 2026-05-15T19:49:06.259Z | Compiling unicode-normalization v0.1.25 |
| 1375 | 2026-05-15T19:49:06.323Z | Compiling foreign-types v0.3.2 |
| 1376 | 2026-05-15T19:49:06.326Z | Compiling num-conv v0.2.0 |
| 1377 | 2026-05-15T19:49:06.326Z | Compiling native-tls v0.2.18 |
| 1378 | 2026-05-15T19:49:06.365Z | Compiling powerfmt v0.2.0 |
| 1379 | 2026-05-15T19:49:06.368Z | Compiling crc32fast v1.5.0 |
| 1380 | 2026-05-15T19:49:06.368Z | Compiling time-core v0.1.8 |
| 1381 | 2026-05-15T19:49:06.423Z | Compiling wait-timeout v0.2.1 |
| 1382 | 2026-05-15T19:49:06.444Z | Compiling sync_wrapper v1.0.2 |
| 1383 | 2026-05-15T19:49:06.459Z | Compiling quick-error v1.2.3 |
| 1384 | 2026-05-15T19:49:06.485Z | Compiling siphasher v1.0.2 |
| 1385 | 2026-05-15T19:49:06.500Z | Compiling crossbeam-utils v0.8.21 |
| 1386 | 2026-05-15T19:49:06.515Z | Compiling syn v1.0.109 |
| 1387 | 2026-05-15T19:49:06.546Z | Compiling time-macros v0.2.27 |
| 1388 | 2026-05-15T19:49:06.562Z | Compiling deranged v0.5.8 |
| 1389 | 2026-05-15T19:49:06.578Z | Compiling num_threads v0.1.7 |
| 1390 | 2026-05-15T19:49:06.591Z | Compiling usdt-impl v0.6.0 |
| 1391 | 2026-05-15T19:49:06.607Z | Compiling simd-adler32 v0.3.8 |
| 1392 | 2026-05-15T19:49:06.692Z | Compiling bit-vec v0.8.0 |
| 1393 | 2026-05-15T19:49:06.709Z | Compiling slog v2.8.2 |
| 1394 | 2026-05-15T19:49:06.742Z | Compiling heapless v0.7.17 |
| 1395 | 2026-05-15T19:49:06.758Z | Compiling rand_xorshift v0.4.0 |
| 1396 | 2026-05-15T19:49:06.816Z | Compiling aws-lc-sys v0.40.0 |
| 1397 | 2026-05-15T19:49:06.830Z | Compiling ring v0.17.14 |
| 1398 | 2026-05-15T19:49:06.847Z | Compiling openssl-sys v0.9.115 |
| 1399 | 2026-05-15T19:49:06.862Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1400 | 2026-05-15T19:49:06.886Z | Compiling regex-automata v0.4.14 |
| 1401 | 2026-05-15T19:49:06.950Z | Compiling tempfile v3.25.0 |
| 1402 | 2026-05-15T19:49:06.963Z | Compiling bit-set v0.8.0 |
| 1403 | 2026-05-15T19:49:07.030Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1404 | 2026-05-15T19:49:07.045Z | Compiling thread-id v5.1.0 |
| 1405 | 2026-05-15T19:49:07.062Z | Compiling synstructure v0.13.2 |
| 1406 | 2026-05-15T19:49:07.208Z | Compiling serde_derive_internals v0.29.1 |
| 1407 | 2026-05-15T19:49:07.224Z | Compiling pest_generator v2.8.6 |
| 1408 | 2026-05-15T19:49:07.289Z | Compiling darling_core v0.20.11 |
| 1409 | 2026-05-15T19:49:07.403Z | Compiling rusty-fork v0.3.1 |
| 1410 | 2026-05-15T19:49:07.422Z | Compiling darling_core v0.21.3 |
| 1411 | 2026-05-15T19:49:07.699Z | Compiling cookie v0.18.1 |
| 1412 | 2026-05-15T19:49:07.750Z | Compiling iri-string v0.7.10 |
| 1413 | 2026-05-15T19:49:07.765Z | Compiling time v0.3.47 |
| 1414 | 2026-05-15T19:49:07.780Z | Compiling ryu v1.0.23 |
| 1415 | 2026-05-15T19:49:07.798Z | Compiling anyhow v1.0.102 |
| 1416 | 2026-05-15T19:49:07.902Z | Compiling unicode-bidi v0.3.18 |
| 1417 | 2026-05-15T19:49:07.917Z | Compiling paste v1.0.15 |
| 1418 | 2026-05-15T19:49:07.975Z | Compiling unicode-properties v0.1.4 |
| 1419 | 2026-05-15T19:49:07.988Z | Compiling unarray v0.1.4 |
| 1420 | 2026-05-15T19:49:08.044Z | Compiling zstd-safe v7.2.4 |
| 1421 | 2026-05-15T19:49:08.115Z | Compiling adler2 v2.0.1 |
| 1422 | 2026-05-15T19:49:08.143Z | Compiling signal-hook v0.3.18 |
| 1423 | 2026-05-15T19:49:08.169Z | Compiling allocator-api2 v0.2.21 |
| 1424 | 2026-05-15T19:49:08.261Z | Compiling stringprep v0.1.5 |
| 1425 | 2026-05-15T19:49:08.275Z | Compiling miniz_oxide v0.8.9 |
| 1426 | 2026-05-15T19:49:08.531Z | Compiling num-integer v0.1.46 |
| 1427 | 2026-05-15T19:49:08.548Z | Compiling vergen-lib v0.1.6 |
| 1428 | 2026-05-15T19:49:08.718Z | Compiling curve25519-dalek v4.1.3 |
| 1429 | 2026-05-15T19:49:08.745Z | Compiling ff v0.13.1 |
| 1430 | 2026-05-15T19:49:08.867Z | Compiling hash32 v0.2.1 |
| 1431 | 2026-05-15T19:49:08.935Z | Compiling memoffset v0.9.1 |
| 1432 | 2026-05-15T19:49:08.938Z | Compiling base16ct v0.2.0 |
| 1433 | 2026-05-15T19:49:08.938Z | Compiling serde_derive v1.0.228 |
| 1434 | 2026-05-15T19:49:08.978Z | Compiling zeroize_derive v1.4.3 |
| 1435 | 2026-05-15T19:49:09.112Z | Compiling zerofrom-derive v0.1.6 |
| 1436 | 2026-05-15T19:49:09.128Z | Compiling yoke-derive v0.8.1 |
| 1437 | 2026-05-15T19:49:09.144Z | Compiling zerovec-derive v0.11.2 |
| 1438 | 2026-05-15T19:49:09.161Z | Compiling zerocopy-derive v0.8.40 |
| 1439 | 2026-05-15T19:49:09.173Z | Compiling displaydoc v0.2.5 |
| 1440 | 2026-05-15T19:49:09.344Z | Compiling tokio-macros v2.7.0 |
| 1441 | 2026-05-15T19:49:09.429Z | Compiling futures-macro v0.3.32 |
| 1442 | 2026-05-15T19:49:09.661Z | Compiling der_derive v0.7.3 |
| 1443 | 2026-05-15T19:49:09.676Z | Compiling zeroize v1.8.2 |
| 1444 | 2026-05-15T19:49:09.950Z | Compiling rustls-pki-types v1.14.0 |
| 1445 | 2026-05-15T19:49:10.028Z | Compiling thiserror-impl v2.0.18 |
| 1446 | 2026-05-15T19:49:10.108Z | Compiling tracing-attributes v0.1.31 |
| 1447 | 2026-05-15T19:49:10.286Z | Compiling futures-util v0.3.32 |
| 1448 | 2026-05-15T19:49:10.326Z | Compiling schemars_derive v0.8.22 |
| 1449 | 2026-05-15T19:49:10.345Z | Compiling scroll_derive v0.13.1 |
| 1450 | 2026-05-15T19:49:10.430Z | Compiling crypto-common v0.1.7 |
| 1451 | 2026-05-15T19:49:10.486Z | Compiling block-buffer v0.10.4 |
| 1452 | 2026-05-15T19:49:10.568Z | Compiling zerofrom v0.1.6 |
| 1453 | 2026-05-15T19:49:10.594Z | Compiling block-padding v0.3.3 |
| 1454 | 2026-05-15T19:49:10.679Z | Compiling yoke v0.8.1 |
| 1455 | 2026-05-15T19:49:10.694Z | Compiling digest v0.10.7 |
| 1456 | 2026-05-15T19:49:10.711Z | Compiling der v0.7.10 |
| 1457 | 2026-05-15T19:49:10.778Z | Compiling inout v0.1.4 |
| 1458 | 2026-05-15T19:49:10.888Z | Compiling zerovec v0.11.5 |
| 1459 | 2026-05-15T19:49:10.965Z | Compiling zerotrie v0.2.3 |
| 1460 | 2026-05-15T19:49:10.968Z | Compiling hmac v0.12.1 |
| 1461 | 2026-05-15T19:49:11.159Z | Compiling cipher v0.4.4 |
| 1462 | 2026-05-15T19:49:11.175Z | Compiling sha2 v0.10.9 |
| 1463 | 2026-05-15T19:49:11.215Z | Compiling pbkdf2 v0.12.2 |
| 1464 | 2026-05-15T19:49:11.296Z | Compiling pest_derive v2.8.6 |
| 1465 | 2026-05-15T19:49:11.356Z | Compiling tinystr v0.8.2 |
| 1466 | 2026-05-15T19:49:11.425Z | Compiling potential_utf v0.1.4 |
| 1467 | 2026-05-15T19:49:11.445Z | Compiling salsa20 v0.10.2 |
| 1468 | 2026-05-15T19:49:11.460Z | Compiling thiserror v2.0.18 |
| 1469 | 2026-05-15T19:49:11.479Z | Compiling cbc v0.1.2 |
| 1470 | 2026-05-15T19:49:11.501Z | Compiling tracing v0.1.44 |
| 1471 | 2026-05-15T19:49:11.584Z | Compiling icu_locale_core v2.1.1 |
| 1472 | 2026-05-15T19:49:11.600Z | Compiling icu_collections v2.1.1 |
| 1473 | 2026-05-15T19:49:11.617Z | Compiling spki v0.7.3 |
| 1474 | 2026-05-15T19:49:11.617Z | Compiling scrypt v0.11.0 |
| 1475 | 2026-05-15T19:49:11.649Z | Compiling aes v0.8.4 |
| 1476 | 2026-05-15T19:49:11.766Z | Compiling scroll v0.13.0 |
| 1477 | 2026-05-15T19:49:11.799Z | Compiling darling_macro v0.20.11 |
| 1478 | 2026-05-15T19:49:11.852Z | Compiling openssl-macros v0.1.1 |
| 1479 | 2026-05-15T19:49:11.918Z | Compiling rustls-native-certs v0.8.3 |
| 1480 | 2026-05-15T19:49:11.992Z | Compiling dtrace-parser v0.3.0 |
| 1481 | 2026-05-15T19:49:12.064Z | Compiling pkcs5 v0.7.1 |
| 1482 | 2026-05-15T19:49:12.110Z | Compiling goblin v0.10.5 |
| 1483 | 2026-05-15T19:49:12.229Z | Compiling icu_provider v2.1.1 |
| 1484 | 2026-05-15T19:49:12.310Z | Compiling darling v0.20.11 |
| 1485 | 2026-05-15T19:49:12.408Z | Compiling pkcs8 v0.10.2 |
| 1486 | 2026-05-15T19:49:12.424Z | Compiling derive_builder_core v0.20.2 |
| 1487 | 2026-05-15T19:49:12.498Z | Compiling bytes v1.11.1 |
| 1488 | 2026-05-15T19:49:12.535Z | Compiling icu_normalizer v2.1.1 |
| 1489 | 2026-05-15T19:49:12.551Z | Compiling icu_properties v2.1.2 |
| 1490 | 2026-05-15T19:49:12.571Z | Compiling chrono v0.4.44 |
| 1491 | 2026-05-15T19:49:12.589Z | Compiling ipnet v2.11.0 |
| 1492 | 2026-05-15T19:49:12.646Z | Compiling signature v2.2.0 |
| 1493 | 2026-05-15T19:49:12.746Z | Compiling webpki-roots v1.0.6 |
| 1494 | 2026-05-15T19:49:12.762Z | Compiling scroll_derive v0.12.1 |
| 1495 | 2026-05-15T19:49:12.778Z | Compiling thiserror-impl v1.0.69 |
| 1496 | 2026-05-15T19:49:12.847Z | Compiling erased-serde v0.3.31 |
| 1497 | 2026-05-15T19:49:12.881Z | Compiling serde_spanned v0.6.9 |
| 1498 | 2026-05-15T19:49:13.041Z | Compiling tokio v1.52.1 |
| 1499 | 2026-05-15T19:49:13.103Z | Compiling http v1.4.0 |
| 1500 | 2026-05-15T19:49:13.119Z | Compiling serde_tokenstream v0.2.3 |
| 1501 | 2026-05-15T19:49:13.137Z | Compiling serde_urlencoded v0.7.1 |
| 1502 | 2026-05-15T19:49:13.321Z | Compiling derive_builder_macro v0.20.2 |
| 1503 | 2026-05-15T19:49:13.341Z | Compiling toml_datetime v0.6.11 |
| 1504 | 2026-05-15T19:49:13.404Z | Compiling md-5 v0.10.6 |
| 1505 | 2026-05-15T19:49:13.453Z | Compiling idna_adapter v1.2.1 |
| 1506 | 2026-05-15T19:49:13.473Z | Compiling scroll v0.12.0 |
| 1507 | 2026-05-15T19:49:13.496Z | Compiling darling_macro v0.21.3 |
| 1508 | 2026-05-15T19:49:13.594Z | Compiling idna v1.1.0 |
| 1509 | 2026-05-15T19:49:13.609Z | Compiling ppv-lite86 v0.2.21 |
| 1510 | 2026-05-15T19:49:13.623Z | Compiling bstr v1.12.1 |
| 1511 | 2026-05-15T19:49:13.698Z | Compiling zerocopy-derive v0.7.35 |
| 1512 | 2026-05-15T19:49:13.771Z | Compiling http-body v1.0.1 |
| 1513 | 2026-05-15T19:49:13.787Z | Compiling pin-project-internal v1.1.11 |
| 1514 | 2026-05-15T19:49:13.823Z | Compiling async-trait v0.1.89 |
| 1515 | 2026-05-15T19:49:13.963Z | Compiling url v2.5.8 |
| 1516 | 2026-05-15T19:49:14.003Z | Compiling rand_chacha v0.9.0 |
| 1517 | 2026-05-15T19:49:14.018Z | Compiling http-body-util v0.1.3 |
| 1518 | 2026-05-15T19:49:14.062Z | Compiling rand_chacha v0.3.1 |
| 1519 | 2026-05-15T19:49:14.113Z | Compiling num-bigint-dig v0.8.6 |
| 1520 | 2026-05-15T19:49:14.161Z | Compiling thiserror v1.0.69 |
| 1521 | 2026-05-15T19:49:14.285Z | Compiling rand v0.9.2 |
| 1522 | 2026-05-15T19:49:14.300Z | Compiling fallible-iterator v0.2.0 |
| 1523 | 2026-05-15T19:49:14.303Z | Compiling smoltcp v0.9.1 |
| 1524 | 2026-05-15T19:49:14.331Z | Compiling cfg_aliases v0.2.1 |
| 1525 | 2026-05-15T19:49:14.355Z | Compiling zlib-rs v0.6.2 |
| 1526 | 2026-05-15T19:49:14.417Z | Compiling rustix v0.38.44 |
| 1527 | 2026-05-15T19:49:14.689Z | Compiling psl-types v2.0.11 |
| 1528 | 2026-05-15T19:49:14.742Z | Compiling ref-cast v1.0.25 |
| 1529 | 2026-05-15T19:49:14.793Z | Compiling litrs v1.0.0 |
| 1530 | 2026-05-15T19:49:14.808Z | Compiling publicsuffix v2.3.0 |
| 1531 | 2026-05-15T19:49:14.918Z | Compiling dof v0.4.0 |
| 1532 | 2026-05-15T19:49:14.945Z | Compiling proptest v1.10.0 |
| 1533 | 2026-05-15T19:49:14.961Z | Compiling postgres-protocol v0.6.10 |
| 1534 | 2026-05-15T19:49:15.020Z | Compiling zerocopy v0.7.35 |
| 1535 | 2026-05-15T19:49:15.035Z | Compiling nix v0.31.2 |
| 1536 | 2026-05-15T19:49:15.038Z | Compiling pin-project v1.1.11 |
| 1537 | 2026-05-15T19:49:15.125Z | Compiling rand v0.8.6 |
| 1538 | 2026-05-15T19:49:15.156Z | Compiling darling v0.21.3 |
| 1539 | 2026-05-15T19:49:15.171Z | Compiling derive_builder v0.20.2 |
| 1540 | 2026-05-15T19:49:15.255Z | Compiling goblin v0.8.2 |
| 1541 | 2026-05-15T19:49:15.333Z | Compiling document-features v0.2.12 |
| 1542 | 2026-05-15T19:49:15.357Z | Compiling sec1 v0.7.3 |
| 1543 | 2026-05-15T19:49:15.438Z | Compiling ipnetwork v0.21.1 |
| 1544 | 2026-05-15T19:49:15.544Z | Compiling cargo-platform v0.1.9 |
| 1545 | 2026-05-15T19:49:15.593Z | Compiling hex v0.4.3 |
| 1546 | 2026-05-15T19:49:15.676Z | Compiling oxnet v0.1.4 |
| 1547 | 2026-05-15T19:49:15.728Z | Compiling hubpack_derive v0.1.1 |
| 1548 | 2026-05-15T19:49:15.826Z | Compiling futures-executor v0.3.32 |
| 1549 | 2026-05-15T19:49:15.865Z | Compiling hkdf v0.12.4 |
| 1550 | 2026-05-15T19:49:15.885Z | Compiling crypto-bigint v0.5.5 |
| 1551 | 2026-05-15T19:49:15.952Z | Compiling regex v1.12.3 |
| 1552 | 2026-05-15T19:49:16.120Z | Compiling daft-derive v0.1.5 |
| 1553 | 2026-05-15T19:49:16.123Z | Compiling snafu-derive v0.8.9 |
| 1554 | 2026-05-15T19:49:16.148Z | Compiling ref-cast-impl v1.0.25 |
| 1555 | 2026-05-15T19:49:16.181Z | Compiling strum_macros v0.27.2 |
| 1556 | 2026-05-15T19:49:16.220Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1557 | 2026-05-15T19:49:16.267Z | Compiling group v0.13.0 |
| 1558 | 2026-05-15T19:49:16.414Z | Compiling num-iter v0.1.45 |
| 1559 | 2026-05-15T19:49:16.592Z | Compiling terminal_size v0.4.3 |
| 1560 | 2026-05-15T19:49:16.691Z | Compiling phf_shared v0.13.1 |
| 1561 | 2026-05-15T19:49:16.743Z | Compiling lazy_static v1.5.0 |
| 1562 | 2026-05-15T19:49:16.758Z | Compiling vergen v9.0.6 |
| 1563 | 2026-05-15T19:49:16.824Z | Compiling fs-err v3.3.0 |
| 1564 | 2026-05-15T19:49:16.855Z | Compiling tokio-util v0.7.18 |
| 1565 | 2026-05-15T19:49:16.871Z | Compiling tower v0.5.3 |
| 1566 | 2026-05-15T19:49:16.900Z | Compiling tokio-native-tls v0.3.1 |
| 1567 | 2026-05-15T19:49:16.917Z | Compiling ahash v0.8.12 |
| 1568 | 2026-05-15T19:49:16.953Z | Compiling encoding_rs v0.8.35 |
| 1569 | 2026-05-15T19:49:16.968Z | Compiling managed v0.8.0 |
| 1570 | 2026-05-15T19:49:17.038Z | Compiling unicode-segmentation v1.12.0 |
| 1571 | 2026-05-15T19:49:17.097Z | Compiling same-file v1.0.6 |
| 1572 | 2026-05-15T19:49:17.111Z | Compiling foldhash v0.1.5 |
| 1573 | 2026-05-15T19:49:17.149Z | Compiling cpufeatures v0.3.0 |
| 1574 | 2026-05-15T19:49:17.198Z | Compiling mime v0.3.17 |
| 1575 | 2026-05-15T19:49:17.238Z | Compiling flate2 v1.1.9 |
| 1576 | 2026-05-15T19:49:17.283Z | Compiling tower-http v0.6.8 |
| 1577 | 2026-05-15T19:49:17.297Z | Compiling newtype-uuid v1.3.2 |
| 1578 | 2026-05-15T19:49:17.369Z | Compiling object v0.37.3 |
| 1579 | 2026-05-15T19:49:17.452Z | Compiling bitflags v1.3.2 |
| 1580 | 2026-05-15T19:49:17.475Z | Compiling winnow v0.5.40 |
| 1581 | 2026-05-15T19:49:17.540Z | Compiling bumpalo v3.20.2 |
| 1582 | 2026-05-15T19:49:17.607Z | Compiling h2 v0.4.13 |
| 1583 | 2026-05-15T19:49:17.655Z | Compiling foldhash v0.2.0 |
| 1584 | 2026-05-15T19:49:17.670Z | Compiling libbz2-rs-sys v0.2.2 |
| 1585 | 2026-05-15T19:49:17.744Z | Compiling zopfli v0.8.3 |
| 1586 | 2026-05-15T19:49:17.808Z | Compiling daft v0.1.5 |
| 1587 | 2026-05-15T19:49:17.926Z | Compiling hashbrown v0.16.1 |
| 1588 | 2026-05-15T19:49:17.967Z | Compiling dof v0.3.0 |
| 1589 | 2026-05-15T19:49:18.061Z | Compiling clap_builder v4.5.60 |
| 1590 | 2026-05-15T19:49:18.122Z | Compiling snafu v0.8.9 |
| 1591 | 2026-05-15T19:49:18.138Z | Compiling bzip2 v0.6.1 |
| 1592 | 2026-05-15T19:49:18.191Z | Compiling strum v0.27.2 |
| 1593 | 2026-05-15T19:49:18.354Z | Compiling hashbrown v0.15.5 |
| 1594 | 2026-05-15T19:49:18.371Z | Compiling walkdir v2.5.0 |
| 1595 | 2026-05-15T19:49:18.409Z | Compiling chacha20 v0.10.0 |
| 1596 | 2026-05-15T19:49:18.554Z | Compiling phf v0.13.1 |
| 1597 | 2026-05-15T19:49:18.557Z | Compiling elliptic-curve v0.13.8 |
| 1598 | 2026-05-15T19:49:18.699Z | Compiling signal-hook-mio v0.2.5 |
| 1599 | 2026-05-15T19:49:18.736Z | Compiling cargo_metadata v0.19.2 |
| 1600 | 2026-05-15T19:49:18.736Z | Compiling usdt-attr-macro v0.6.0 |
| 1601 | 2026-05-15T19:49:18.766Z | Compiling usdt-macro v0.6.0 |
| 1602 | 2026-05-15T19:49:18.822Z | Compiling toml_edit v0.19.15 |
| 1603 | 2026-05-15T19:49:18.840Z | Compiling cookie_store v0.22.1 |
| 1604 | 2026-05-15T19:49:18.914Z | Compiling hubpack v0.1.2 |
| 1605 | 2026-05-15T19:49:18.969Z | Compiling bzip2 v0.4.4 |
| 1606 | 2026-05-15T19:49:19.031Z | Compiling futures v0.3.32 |
| 1607 | 2026-05-15T19:49:19.104Z | Compiling zstd v0.13.3 |
| 1608 | 2026-05-15T19:49:19.141Z | Compiling postgres-types v0.2.12 |
| 1609 | 2026-05-15T19:49:19.161Z | Compiling serde_with_macros v3.17.0 |
| 1610 | 2026-05-15T19:49:19.196Z | Compiling dtrace-parser v0.2.0 |
| 1611 | 2026-05-15T19:49:19.391Z | Compiling globset v0.4.18 |
| 1612 | 2026-05-15T19:49:19.570Z | Compiling ed25519 v2.2.3 |
| 1613 | 2026-05-15T19:49:19.586Z | Compiling pkcs1 v0.7.5 |
| 1614 | 2026-05-15T19:49:19.653Z | Compiling olpc-cjson v0.1.4 |
| 1615 | 2026-05-15T19:49:19.721Z | Compiling serde_plain v1.0.2 |
| 1616 | 2026-05-15T19:49:19.833Z | Compiling serde-big-array v0.5.1 |
| 1617 | 2026-05-15T19:49:19.937Z | Compiling rfc6979 v0.4.0 |
| 1618 | 2026-05-15T19:49:19.986Z | Compiling async-recursion v1.1.1 |
| 1619 | 2026-05-15T19:49:20.001Z | Compiling clap_derive v4.5.55 |
| 1620 | 2026-05-15T19:49:20.017Z | Compiling enum-as-inner v0.6.1 |
| 1621 | 2026-05-15T19:49:20.081Z | Compiling strum_macros v0.26.4 |
| 1622 | 2026-05-15T19:49:20.110Z | Compiling serde_repr v0.1.20 |
| 1623 | 2026-05-15T19:49:20.152Z | Compiling phf_shared v0.11.3 |
| 1624 | 2026-05-15T19:49:20.327Z | Compiling float-cmp v0.10.0 |
| 1625 | 2026-05-15T19:49:20.344Z | Compiling pem v3.0.6 |
| 1626 | 2026-05-15T19:49:20.362Z | Compiling memmap2 v0.9.10 |
| 1627 | 2026-05-15T19:49:20.513Z | Compiling thread-id v4.2.2 |
| 1628 | 2026-05-15T19:49:20.527Z | Compiling env_filter v1.0.0 |
| 1629 | 2026-05-15T19:49:20.557Z | Compiling static_assertions v1.1.0 |
| 1630 | 2026-05-15T19:49:20.597Z | Compiling rustc-hash v2.1.1 |
| 1631 | 2026-05-15T19:49:20.612Z | Compiling either v1.15.0 |
| 1632 | 2026-05-15T19:49:20.652Z | Compiling precomputed-hash v0.1.1 |
| 1633 | 2026-05-15T19:49:20.700Z | Compiling hyper v1.8.1 |
| 1634 | 2026-05-15T19:49:20.714Z | Compiling data-encoding v2.10.0 |
| 1635 | 2026-05-15T19:49:20.714Z | Compiling normalize-line-endings v0.3.0 |
| 1636 | 2026-05-15T19:49:20.743Z | Compiling new_debug_unreachable v1.0.6 |
| 1637 | 2026-05-15T19:49:20.759Z | Compiling typed-path v0.9.3 |
| 1638 | 2026-05-15T19:49:20.825Z | Compiling fixedbitset v0.5.7 |
| 1639 | 2026-05-15T19:49:20.840Z | Compiling difflib v0.4.0 |
| 1640 | 2026-05-15T19:49:20.856Z | Compiling fixedbitset v0.4.2 |
| 1641 | 2026-05-15T19:49:20.874Z | Compiling whoami v2.1.0 |
| 1642 | 2026-05-15T19:49:21.108Z | Compiling jiff v0.2.21 |
| 1643 | 2026-05-15T19:49:21.126Z | Compiling keccak v0.1.6 |
| 1644 | 2026-05-15T19:49:21.159Z | Compiling predicates-core v1.0.10 |
| 1645 | 2026-05-15T19:49:21.275Z | Compiling toml_edit v0.22.27 |
| 1646 | 2026-05-15T19:49:21.359Z | Compiling predicates v3.1.4 |
| 1647 | 2026-05-15T19:49:21.427Z | Compiling sha3 v0.10.8 |
| 1648 | 2026-05-15T19:49:21.457Z | Compiling tokio-postgres v0.7.16 |
| 1649 | 2026-05-15T19:49:21.603Z | Compiling petgraph v0.8.3 |
| 1650 | 2026-05-15T19:49:21.642Z | Compiling hickory-proto v0.25.2 |
| 1651 | 2026-05-15T19:49:21.748Z | Compiling petgraph v0.6.5 |
| 1652 | 2026-05-15T19:49:21.856Z | Compiling hyper-util v0.1.20 |
| 1653 | 2026-05-15T19:49:21.905Z | Compiling clap v4.5.60 |
| 1654 | 2026-05-15T19:49:21.934Z | Compiling strum v0.26.3 |
| 1655 | 2026-05-15T19:49:21.961Z | Compiling itertools v0.13.0 |
| 1656 | 2026-05-15T19:49:22.006Z | Compiling string_cache v0.8.9 |
| 1657 | 2026-05-15T19:49:22.022Z | Compiling iddqd v0.3.18 |
| 1658 | 2026-05-15T19:49:22.041Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1659 | 2026-05-15T19:49:22.088Z | Compiling env_logger v0.11.9 |
| 1660 | 2026-05-15T19:49:22.259Z | Compiling usdt-impl v0.5.0 |
| 1661 | 2026-05-15T19:49:22.344Z | Compiling usdt v0.6.0 |
| 1662 | 2026-05-15T19:49:22.470Z | Compiling serde_with v3.17.0 |
| 1663 | 2026-05-15T19:49:22.638Z | Compiling toml v0.7.8 |
| 1664 | 2026-05-15T19:49:22.875Z | Compiling crossterm v0.28.1 |
| 1665 | 2026-05-15T19:49:23.187Z | Compiling ecdsa v0.16.9 |
| 1666 | 2026-05-15T19:49:23.225Z | Compiling hyper-tls v0.6.0 |
| 1667 | 2026-05-15T19:49:23.243Z | Compiling rsa v0.9.10 |
| 1668 | 2026-05-15T19:49:23.258Z | Compiling ed25519-dalek v2.2.0 |
| 1669 | 2026-05-15T19:49:23.609Z | Compiling zip v0.6.6 |
| 1670 | 2026-05-15T19:49:23.624Z | Compiling rand v0.10.0 |
| 1671 | 2026-05-15T19:49:23.705Z | Compiling zip v4.6.1 |
| 1672 | 2026-05-15T19:49:24.205Z | Compiling tokio-stream v0.1.18 |
| 1673 | 2026-05-15T19:49:24.222Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1674 | 2026-05-15T19:49:24.241Z | Compiling similar v2.7.0 |
| 1675 | 2026-05-15T19:49:24.257Z | Compiling heck v0.4.1 |
| 1676 | 2026-05-15T19:49:24.305Z | Compiling buf-list v1.1.2 |
| 1677 | 2026-05-15T19:49:24.382Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1678 | 2026-05-15T19:49:24.506Z | Compiling openapiv3 v2.2.0 |
| 1679 | 2026-05-15T19:49:24.612Z | Compiling x509-cert v0.2.5 |
| 1680 | 2026-05-15T19:49:24.628Z | Compiling sha1 v0.10.6 |
| 1681 | 2026-05-15T19:49:24.703Z | Compiling crossbeam-epoch v0.9.18 |
| 1682 | 2026-05-15T19:49:24.721Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1683 | 2026-05-15T19:49:24.730Z | Compiling lalrpop-util v0.19.12 |
| 1684 | 2026-05-15T19:49:24.885Z | Compiling peg-runtime v0.8.5 |
| 1685 | 2026-05-15T19:49:24.903Z | Compiling thread_local v1.1.9 |
| 1686 | 2026-05-15T19:49:24.952Z | Compiling slog-async v2.8.0 |
| 1687 | 2026-05-15T19:49:24.968Z | Compiling crossbeam-channel v0.5.15 |
| 1688 | 2026-05-15T19:49:25.033Z | Compiling filetime v0.2.27 |
| 1689 | 2026-05-15T19:49:25.057Z | Compiling is-terminal v0.4.17 |
| 1690 | 2026-05-15T19:49:25.072Z | Compiling take_mut v0.2.2 |
| 1691 | 2026-05-15T19:49:25.164Z | Compiling xattr v1.6.1 |
| 1692 | 2026-05-15T19:49:25.179Z | Compiling term v1.2.1 |
| 1693 | 2026-05-15T19:49:25.309Z | Compiling tar v0.4.45 |
| 1694 | 2026-05-15T19:49:25.463Z | Compiling slog-term v2.9.2 |
| 1695 | 2026-05-15T19:49:43.049Z | Compiling rustls-webpki v0.103.9 |
| 1696 | 2026-05-15T19:49:45.900Z | Compiling tokio-rustls v0.26.4 |
| 1697 | 2026-05-15T19:49:45.900Z | Compiling rustls-platform-verifier v0.6.2 |
| 1698 | 2026-05-15T19:49:46.116Z | Compiling hyper-rustls v0.27.7 |
| 1699 | 2026-05-15T19:49:46.288Z | Compiling reqwest v0.12.28 |
| 1700 | 2026-05-15T19:49:46.288Z | Compiling reqwest v0.13.2 |
| 1701 | 2026-05-15T19:49:47.506Z | Compiling tough v0.22.0 |
| 1702 | 2026-05-15T19:49:49.997Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1703 | 2026-05-15T19:49:50.234Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1704 | 2026-05-15T19:49:53.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.72s |
| 1705 | 2026-05-15T19:49:53.220Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1706 | 2026-05-15T19:49:53.278Z | May 15 19:49:52.638 INFO Starting download, target: Cockroach |
| 1707 | 2026-05-15T19:49:53.278Z | May 15 19:49:52.638 INFO Starting download, target: Clickhouse |
| 1708 | 2026-05-15T19:49:53.278Z | May 15 19:49:52.638 INFO Starting download, target: DendriteStub |
| 1709 | 2026-05-15T19:49:53.278Z | May 15 19:49:52.638 INFO Starting download, target: Console |
| 1710 | 2026-05-15T19:49:53.281Z | May 15 19:49:52.638 INFO Starting download, target: MaghemiteMgd |
| 1711 | 2026-05-15T19:49:53.281Z | May 15 19:49:52.638 INFO Starting download, target: TransceiverControl |
| 1712 | 2026-05-15T19:49:53.282Z | May 15 19:49:52.638 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1713 | 2026-05-15T19:49:53.282Z | May 15 19:49:52.638 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1714 | 2026-05-15T19:49:53.282Z | May 15 19:49:52.638 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1715 | 2026-05-15T19:49:53.282Z | May 15 19:49:52.639 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1716 | 2026-05-15T19:49:53.282Z | May 15 19:49:52.639 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1717 | 2026-05-15T19:49:53.282Z | May 15 19:49:52.639 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1718 | 2026-05-15T19:49:53.749Z | May 15 19:49:53.105 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1719 | 2026-05-15T19:49:53.955Z | May 15 19:49:53.313 INFO Download complete, target: TransceiverControl |
| 1720 | 2026-05-15T19:49:54.306Z | May 15 19:49:53.660 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1721 | 2026-05-15T19:49:54.552Z | May 15 19:49:53.912 INFO Download complete, target: Console |
| 1722 | 2026-05-15T19:49:55.085Z | May 15 19:49:54.443 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1723 | 2026-05-15T19:49:55.330Z | May 15 19:49:54.685 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1724 | 2026-05-15T19:49:55.456Z | May 15 19:49:54.792 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1725 | 2026-05-15T19:49:56.068Z | May 15 19:49:55.427 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1726 | 2026-05-15T19:49:56.068Z | May 15 19:49:55.427 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1727 | 2026-05-15T19:49:57.495Z | May 15 19:49:56.806 INFO Download complete, target: DendriteStub |
| 1728 | 2026-05-15T19:49:57.736Z | May 15 19:49:57.091 INFO Download complete, target: MaghemiteMgd |
| 1729 | 2026-05-15T19:50:00.883Z | May 15 19:50:00.212 INFO Checking that binary works, target: Cockroach |
| 1730 | 2026-05-15T19:50:01.167Z | May 15 19:50:00.524 INFO Download complete, target: Cockroach |
| 1731 | 2026-05-15T19:50:02.275Z | May 15 19:50:01.630 INFO Checking that binary works, target: Clickhouse |
| 1732 | 2026-05-15T19:50:02.386Z | May 15 19:50:01.744 INFO Download complete, target: Clickhouse |
| 1733 | 2026-05-15T19:50:02.390Z | All prerequisites installed successfully |
| 1734 | 2026-05-15T19:50:02.390Z | |
| 1735 | 2026-05-15T19:50:02.405Z | real 2:01.657988124 |
| 1736 | 2026-05-15T19:50:02.405Z | user 6:57.424543045 |
| 1737 | 2026-05-15T19:50:02.405Z | sys 1:45.393202774 |
| 1738 | 2026-05-15T19:50:02.405Z | trap 0.265856521 |
| 1739 | 2026-05-15T19:50:02.405Z | tflt 1.239817051 |
| 1740 | 2026-05-15T19:50:02.405Z | dflt 1.903818450 |
| 1741 | 2026-05-15T19:50:02.405Z | kflt 0.034636839 |
| 1742 | 2026-05-15T19:50:02.405Z | lock 22:45.281036640 |
| 1743 | 2026-05-15T19:50:02.405Z | slp 19:08.820879963 |
| 1744 | 2026-05-15T19:50:02.405Z | lat 24.168453856 |
| 1745 | 2026-05-15T19:50:02.405Z | stop 2:53.522264577 |
| 1746 | 2026-05-15T19:50:02.405Z | + ptime -m cargo xtask download softnpu |
| 1747 | 2026-05-15T19:50:02.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1748 | 2026-05-15T19:50:02.956Z | Running `target/debug/xtask download softnpu` |
| 1749 | 2026-05-15T19:50:03.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 1750 | 2026-05-15T19:50:03.796Z | Running `target/debug/xtask-downloader softnpu` |
| 1751 | 2026-05-15T19:50:03.838Z | May 15 19:50:03.198 INFO Starting download, target: Softnpu |
| 1752 | 2026-05-15T19:50:03.841Z | May 15 19:50:03.199 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1753 | 2026-05-15T19:50:04.373Z | May 15 19:50:03.734 INFO Download complete, target: Softnpu |
| 1754 | 2026-05-15T19:50:04.377Z | |
| 1755 | 2026-05-15T19:50:04.377Z | real 1.981144427 |
| 1756 | 2026-05-15T19:50:04.377Z | user 1.352450849 |
| 1757 | 2026-05-15T19:50:04.377Z | sys 0.668570173 |
| 1758 | 2026-05-15T19:50:04.377Z | trap 0.000497580 |
| 1759 | 2026-05-15T19:50:04.377Z | tflt 0.000095580 |
| 1760 | 2026-05-15T19:50:04.377Z | dflt 0.000088830 |
| 1761 | 2026-05-15T19:50:04.377Z | kflt 0.000001950 |
| 1762 | 2026-05-15T19:50:04.377Z | lock 9.894132247 |
| 1763 | 2026-05-15T19:50:04.377Z | slp 0.384662262 |
| 1764 | 2026-05-15T19:50:04.377Z | lat 0.077787154 |
| 1765 | 2026-05-15T19:50:04.377Z | stop 0.000177830 |
| 1766 | 2026-05-15T19:50:04.381Z | + export CARGO_INCREMENTAL=0 |
| 1767 | 2026-05-15T19:50:04.381Z | + CARGO_INCREMENTAL=0 |
| 1768 | 2026-05-15T19:50:04.381Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1769 | 2026-05-15T19:50:05.313Z | Compiling proc-macro2 v1.0.106 |
| 1770 | 2026-05-15T19:50:05.313Z | Compiling quote v1.0.45 |
| 1771 | 2026-05-15T19:50:05.313Z | Compiling unicode-ident v1.0.24 |
| 1772 | 2026-05-15T19:50:05.313Z | Compiling libc v0.2.185 |
| 1773 | 2026-05-15T19:50:05.316Z | Compiling serde_core v1.0.228 |
| 1774 | 2026-05-15T19:50:05.316Z | Compiling serde v1.0.228 |
| 1775 | 2026-05-15T19:50:05.316Z | Compiling cfg-if v1.0.4 |
| 1776 | 2026-05-15T19:50:05.316Z | Compiling version_check v0.9.5 |
| 1777 | 2026-05-15T19:50:05.459Z | Compiling find-msvc-tools v0.1.9 |
| 1778 | 2026-05-15T19:50:05.462Z | Compiling shlex v1.3.0 |
| 1779 | 2026-05-15T19:50:05.463Z | Compiling typenum v1.19.0 |
| 1780 | 2026-05-15T19:50:05.463Z | Compiling zmij v1.0.21 |
| 1781 | 2026-05-15T19:50:05.463Z | Compiling autocfg v1.5.0 |
| 1782 | 2026-05-15T19:50:05.463Z | Compiling serde_json v1.0.149 |
| 1783 | 2026-05-15T19:50:05.463Z | Compiling memchr v2.8.0 |
| 1784 | 2026-05-15T19:50:05.661Z | Compiling portable-atomic v1.13.1 |
| 1785 | 2026-05-15T19:50:05.728Z | Compiling libm v0.2.16 |
| 1786 | 2026-05-15T19:50:05.844Z | Compiling zerocopy v0.8.40 |
| 1787 | 2026-05-15T19:50:05.884Z | Compiling smallvec v1.15.1 |
| 1788 | 2026-05-15T19:50:05.901Z | Compiling parking_lot_core v0.9.12 |
| 1789 | 2026-05-15T19:50:05.918Z | Compiling icu_normalizer_data v2.1.1 |
| 1790 | 2026-05-15T19:50:06.049Z | Compiling generic-array v0.14.7 |
| 1791 | 2026-05-15T19:50:06.064Z | Compiling num-traits v0.2.19 |
| 1792 | 2026-05-15T19:50:06.083Z | Compiling icu_properties_data v2.1.2 |
| 1793 | 2026-05-15T19:50:06.098Z | Compiling itoa v1.0.17 |
| 1794 | 2026-05-15T19:50:06.176Z | Compiling getrandom v0.4.1 |
| 1795 | 2026-05-15T19:50:06.176Z | Compiling log v0.4.29 |
| 1796 | 2026-05-15T19:50:06.227Z | Compiling stable_deref_trait v1.2.1 |
| 1797 | 2026-05-15T19:50:06.253Z | Compiling pkg-config v0.3.32 |
| 1798 | 2026-05-15T19:50:06.286Z | Compiling subtle v2.6.1 |
| 1799 | 2026-05-15T19:50:06.437Z | Compiling jobserver v0.1.34 |
| 1800 | 2026-05-15T19:50:06.454Z | Compiling getrandom v0.2.17 |
| 1801 | 2026-05-15T19:50:06.486Z | Compiling errno v0.3.14 |
| 1802 | 2026-05-15T19:50:06.490Z | Compiling scopeguard v1.2.0 |
| 1803 | 2026-05-15T19:50:06.641Z | Compiling rand_core v0.6.4 |
| 1804 | 2026-05-15T19:50:06.641Z | Compiling lock_api v0.4.14 |
| 1805 | 2026-05-15T19:50:06.673Z | Compiling cc v1.2.56 |
| 1806 | 2026-05-15T19:50:06.736Z | Compiling percent-encoding v2.3.2 |
| 1807 | 2026-05-15T19:50:06.739Z | Compiling writeable v0.6.2 |
| 1808 | 2026-05-15T19:50:06.767Z | Compiling litemap v0.8.1 |
| 1809 | 2026-05-15T19:50:06.785Z | Compiling syn v2.0.117 |
| 1810 | 2026-05-15T19:50:06.860Z | Compiling fnv v1.0.7 |
| 1811 | 2026-05-15T19:50:06.899Z | Compiling pin-project-lite v0.2.17 |
| 1812 | 2026-05-15T19:50:06.998Z | Compiling thiserror v2.0.18 |
| 1813 | 2026-05-15T19:50:07.032Z | Compiling getrandom v0.3.4 |
| 1814 | 2026-05-15T19:50:07.035Z | Compiling fs_extra v1.3.0 |
| 1815 | 2026-05-15T19:50:07.099Z | Compiling equivalent v1.0.2 |
| 1816 | 2026-05-15T19:50:07.149Z | Compiling dunce v1.0.5 |
| 1817 | 2026-05-15T19:50:07.152Z | Compiling rand_core v0.10.0 |
| 1818 | 2026-05-15T19:50:07.152Z | Compiling schemars v0.8.22 |
| 1819 | 2026-05-15T19:50:07.217Z | Compiling rustversion v1.0.22 |
| 1820 | 2026-05-15T19:50:07.257Z | Compiling utf8_iter v1.0.4 |
| 1821 | 2026-05-15T19:50:07.343Z | Compiling form_urlencoded v1.2.2 |
| 1822 | 2026-05-15T19:50:07.454Z | Compiling cmake v0.1.57 |
| 1823 | 2026-05-15T19:50:07.458Z | Compiling critical-section v1.2.0 |
| 1824 | 2026-05-15T19:50:07.458Z | Compiling signal-hook-registry v1.4.8 |
| 1825 | 2026-05-15T19:50:07.608Z | Compiling hashbrown v0.17.0 |
| 1826 | 2026-05-15T19:50:07.648Z | Compiling rustix v1.1.3 |
| 1827 | 2026-05-15T19:50:07.666Z | Compiling socket2 v0.6.3 |
| 1828 | 2026-05-15T19:50:07.863Z | Compiling bitflags v2.11.0 |
| 1829 | 2026-05-15T19:50:07.951Z | Compiling semver v1.0.28 |
| 1830 | 2026-05-15T19:50:08.005Z | Compiling once_cell v1.21.3 |
| 1831 | 2026-05-15T19:50:08.022Z | Compiling parking_lot v0.12.5 |
| 1832 | 2026-05-15T19:50:08.045Z | Compiling mio v1.2.0 |
| 1833 | 2026-05-15T19:50:08.063Z | Compiling ring v0.17.14 |
| 1834 | 2026-05-15T19:50:08.111Z | Compiling aws-lc-sys v0.40.0 |
| 1835 | 2026-05-15T19:50:08.266Z | Compiling indexmap v2.14.0 |
| 1836 | 2026-05-15T19:50:08.299Z | Compiling const-oid v0.9.6 |
| 1837 | 2026-05-15T19:50:08.318Z | Compiling heck v0.5.0 |
| 1838 | 2026-05-15T19:50:08.366Z | Compiling aws-lc-rs v1.16.3 |
| 1839 | 2026-05-15T19:50:08.419Z | Compiling futures-core v0.3.32 |
| 1840 | 2026-05-15T19:50:08.435Z | Compiling httparse v1.10.1 |
| 1841 | 2026-05-15T19:50:08.602Z | Compiling thiserror v1.0.69 |
| 1842 | 2026-05-15T19:50:08.619Z | Compiling vcpkg v0.2.15 |
| 1843 | 2026-05-15T19:50:08.649Z | Compiling strsim v0.11.1 |
| 1844 | 2026-05-15T19:50:08.786Z | Compiling ucd-trie v0.1.7 |
| 1845 | 2026-05-15T19:50:08.808Z | Compiling byteorder v1.5.0 |
| 1846 | 2026-05-15T19:50:08.954Z | Compiling iana-time-zone v0.1.65 |
| 1847 | 2026-05-15T19:50:08.971Z | Compiling pest v2.8.6 |
| 1848 | 2026-05-15T19:50:09.021Z | Compiling syn v1.0.109 |
| 1849 | 2026-05-15T19:50:09.025Z | Compiling regex-syntax v0.8.10 |
| 1850 | 2026-05-15T19:50:09.055Z | Compiling ident_case v1.0.1 |
| 1851 | 2026-05-15T19:50:09.058Z | Compiling uuid v1.23.0 |
| 1852 | 2026-05-15T19:50:09.154Z | Compiling rustls v0.23.37 |
| 1853 | 2026-05-15T19:50:09.205Z | Compiling openssl-sys v0.9.115 |
| 1854 | 2026-05-15T19:50:09.209Z | Compiling cpufeatures v0.2.17 |
| 1855 | 2026-05-15T19:50:09.370Z | Compiling futures-sink v0.3.32 |
| 1856 | 2026-05-15T19:50:09.436Z | Compiling rustc_version v0.4.1 |
| 1857 | 2026-05-15T19:50:09.533Z | Compiling futures-channel v0.3.32 |
| 1858 | 2026-05-15T19:50:09.550Z | Compiling futures-io v0.3.32 |
| 1859 | 2026-05-15T19:50:09.567Z | Compiling slab v0.4.12 |
| 1860 | 2026-05-15T19:50:09.690Z | Compiling futures-task v0.3.32 |
| 1861 | 2026-05-15T19:50:09.718Z | Compiling synstructure v0.13.2 |
| 1862 | 2026-05-15T19:50:09.738Z | Compiling serde_derive_internals v0.29.1 |
| 1863 | 2026-05-15T19:50:09.843Z | Compiling aho-corasick v1.1.4 |
| 1864 | 2026-05-15T19:50:09.966Z | Compiling dyn-clone v1.0.20 |
| 1865 | 2026-05-15T19:50:10.084Z | Compiling pest_meta v2.8.6 |
| 1866 | 2026-05-15T19:50:10.193Z | Compiling openssl v0.10.79 |
| 1867 | 2026-05-15T19:50:10.228Z | Compiling plain v0.2.3 |
| 1868 | 2026-05-15T19:50:10.255Z | Compiling crc32fast v1.5.0 |
| 1869 | 2026-05-15T19:50:10.275Z | Compiling base64 v0.22.1 |
| 1870 | 2026-05-15T19:50:10.293Z | Compiling time-core v0.1.8 |
| 1871 | 2026-05-15T19:50:10.336Z | Compiling num-conv v0.2.0 |
| 1872 | 2026-05-15T19:50:10.410Z | Compiling crossbeam-utils v0.8.21 |
| 1873 | 2026-05-15T19:50:10.489Z | Compiling time-macros v0.2.27 |
| 1874 | 2026-05-15T19:50:10.540Z | Compiling native-tls v0.2.18 |
| 1875 | 2026-05-15T19:50:10.573Z | Compiling pretty-hex v0.4.1 |
| 1876 | 2026-05-15T19:50:10.591Z | Compiling base64ct v1.8.3 |
| 1877 | 2026-05-15T19:50:10.646Z | Compiling anyhow v1.0.102 |
| 1878 | 2026-05-15T19:50:10.666Z | Compiling regex-automata v0.4.14 |
| 1879 | 2026-05-15T19:50:10.711Z | Compiling pest_generator v2.8.6 |
| 1880 | 2026-05-15T19:50:10.733Z | Compiling darling_core v0.21.3 |
| 1881 | 2026-05-15T19:50:10.821Z | Compiling tracing-core v0.1.36 |
| 1882 | 2026-05-15T19:50:10.861Z | Compiling pem-rfc7468 v0.7.0 |
| 1883 | 2026-05-15T19:50:10.922Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1884 | 2026-05-15T19:50:10.979Z | Compiling serde_derive v1.0.228 |
| 1885 | 2026-05-15T19:50:11.149Z | Compiling zeroize_derive v1.4.3 |
| 1886 | 2026-05-15T19:50:11.153Z | Compiling zerofrom-derive v0.1.6 |
| 1887 | 2026-05-15T19:50:11.189Z | Compiling yoke-derive v0.8.1 |
| 1888 | 2026-05-15T19:50:11.248Z | Compiling zerovec-derive v0.11.2 |
| 1889 | 2026-05-15T19:50:11.316Z | Compiling displaydoc v0.2.5 |
| 1890 | 2026-05-15T19:50:11.336Z | Compiling zerocopy-derive v0.8.40 |
| 1891 | 2026-05-15T19:50:11.369Z | Compiling tokio-macros v2.7.0 |
| 1892 | 2026-05-15T19:50:11.461Z | Compiling futures-macro v0.3.32 |
| 1893 | 2026-05-15T19:50:11.770Z | Compiling zeroize v1.8.2 |
| 1894 | 2026-05-15T19:50:12.028Z | Compiling thiserror-impl v2.0.18 |
| 1895 | 2026-05-15T19:50:12.101Z | Compiling schemars_derive v0.8.22 |
| 1896 | 2026-05-15T19:50:12.159Z | Compiling tracing-attributes v0.1.31 |
| 1897 | 2026-05-15T19:50:12.252Z | Compiling der_derive v0.7.3 |
| 1898 | 2026-05-15T19:50:12.279Z | Compiling thiserror-impl v1.0.69 |
| 1899 | 2026-05-15T19:50:12.304Z | Compiling zerofrom v0.1.6 |
| 1900 | 2026-05-15T19:50:12.453Z | Compiling yoke v0.8.1 |
| 1901 | 2026-05-15T19:50:12.582Z | Compiling crypto-common v0.1.7 |
| 1902 | 2026-05-15T19:50:12.673Z | Compiling zerovec v0.11.5 |
| 1903 | 2026-05-15T19:50:12.689Z | Compiling zerotrie v0.2.3 |
| 1904 | 2026-05-15T19:50:12.888Z | Compiling block-buffer v0.10.4 |
| 1905 | 2026-05-15T19:50:13.185Z | Compiling digest v0.10.7 |
| 1906 | 2026-05-15T19:50:13.223Z | Compiling tinystr v0.8.2 |
| 1907 | 2026-05-15T19:50:13.240Z | Compiling potential_utf v0.1.4 |
| 1908 | 2026-05-15T19:50:13.305Z | Compiling pest_derive v2.8.6 |
| 1909 | 2026-05-15T19:50:13.348Z | Compiling futures-util v0.3.32 |
| 1910 | 2026-05-15T19:50:13.431Z | Compiling icu_locale_core v2.1.1 |
| 1911 | 2026-05-15T19:50:13.431Z | Compiling icu_collections v2.1.1 |
| 1912 | 2026-05-15T19:50:13.465Z | Compiling hmac v0.12.1 |
| 1913 | 2026-05-15T19:50:13.601Z | Compiling block-padding v0.3.3 |
| 1914 | 2026-05-15T19:50:13.767Z | Compiling inout v0.1.4 |
| 1915 | 2026-05-15T19:50:13.771Z | Compiling rustls-pki-types v1.14.0 |
| 1916 | 2026-05-15T19:50:13.946Z | Compiling openssl-macros v0.1.1 |
| 1917 | 2026-05-15T19:50:14.174Z | Compiling bytes v1.11.1 |
| 1918 | 2026-05-15T19:50:14.214Z | Compiling icu_provider v2.1.1 |
| 1919 | 2026-05-15T19:50:14.263Z | Compiling chrono v0.4.44 |
| 1920 | 2026-05-15T19:50:14.375Z | Compiling serde_tokenstream v0.2.3 |
| 1921 | 2026-05-15T19:50:14.378Z | Compiling cipher v0.4.4 |
| 1922 | 2026-05-15T19:50:14.649Z | Compiling icu_properties v2.1.2 |
| 1923 | 2026-05-15T19:50:14.669Z | Compiling icu_normalizer v2.1.1 |
| 1924 | 2026-05-15T19:50:14.700Z | Compiling sha2 v0.10.9 |
| 1925 | 2026-05-15T19:50:14.744Z | Compiling tokio v1.52.1 |
| 1926 | 2026-05-15T19:50:15.292Z | Compiling scroll_derive v0.13.1 |
| 1927 | 2026-05-15T19:50:15.496Z | Compiling scroll_derive v0.12.1 |
| 1928 | 2026-05-15T19:50:15.789Z | Compiling idna_adapter v1.2.1 |
| 1929 | 2026-05-15T19:50:15.890Z | Compiling ppv-lite86 v0.2.21 |
| 1930 | 2026-05-15T19:50:15.951Z | Compiling idna v1.1.0 |
| 1931 | 2026-05-15T19:50:16.125Z | Compiling http v1.4.0 |
| 1932 | 2026-05-15T19:50:16.177Z | Compiling untrusted v0.9.0 |
| 1933 | 2026-05-15T19:50:16.207Z | Compiling flagset v0.4.7 |
| 1934 | 2026-05-15T19:50:16.263Z | Compiling tracing v0.1.44 |
| 1935 | 2026-05-15T19:50:16.321Z | Compiling url v2.5.8 |
| 1936 | 2026-05-15T19:50:16.337Z | Compiling der v0.7.10 |
| 1937 | 2026-05-15T19:50:16.359Z | Compiling regex v1.12.3 |
| 1938 | 2026-05-15T19:50:16.520Z | Compiling darling_macro v0.21.3 |
| 1939 | 2026-05-15T19:50:16.638Z | Compiling zerocopy-derive v0.7.35 |
| 1940 | 2026-05-15T19:50:16.693Z | Compiling rand_core v0.9.5 |
| 1941 | 2026-05-15T19:50:16.786Z | Compiling slog v2.8.2 |
| 1942 | 2026-05-15T19:50:17.245Z | Compiling spki v0.7.3 |
| 1943 | 2026-05-15T19:50:17.468Z | Compiling darling v0.21.3 |
| 1944 | 2026-05-15T19:50:17.484Z | Compiling salsa20 v0.10.2 |
| 1945 | 2026-05-15T19:50:17.487Z | Compiling pbkdf2 v0.12.2 |
| 1946 | 2026-05-15T19:50:18.038Z | Compiling cookie v0.18.1 |
| 1947 | 2026-05-15T19:50:18.076Z | Compiling camino v1.2.2 |
| 1948 | 2026-05-15T19:50:18.423Z | Compiling scrypt v0.11.0 |
| 1949 | 2026-05-15T19:50:18.438Z | Compiling http-body v1.0.1 |
| 1950 | 2026-05-15T19:50:18.442Z | Compiling rand_chacha v0.9.0 |
| 1951 | 2026-05-15T19:50:18.543Z | Compiling cbc v0.1.2 |
| 1952 | 2026-05-15T19:50:18.546Z | Compiling aes v0.8.4 |
| 1953 | 2026-05-15T19:50:18.615Z | Compiling tokio-util v0.7.18 |
| 1954 | 2026-05-15T19:50:18.742Z | Compiling usdt-impl v0.5.0 |
| 1955 | 2026-05-15T19:50:18.782Z | Compiling ref-cast v1.0.25 |
| 1956 | 2026-05-15T19:50:18.852Z | Compiling usdt-impl v0.6.0 |
| 1957 | 2026-05-15T19:50:18.871Z | Compiling paste v1.0.15 |
| 1958 | 2026-05-15T19:50:18.887Z | Compiling winnow v0.7.14 |
| 1959 | 2026-05-15T19:50:18.916Z | Compiling atomic-waker v1.1.2 |
| 1960 | 2026-05-15T19:50:19.062Z | Compiling tinyvec_macros v0.1.1 |
| 1961 | 2026-05-15T19:50:19.111Z | Compiling untrusted v0.7.1 |
| 1962 | 2026-05-15T19:50:19.154Z | Compiling either v1.15.0 |
| 1963 | 2026-05-15T19:50:19.170Z | Compiling openssl-probe v0.2.1 |
| 1964 | 2026-05-15T19:50:19.262Z | Compiling tinyvec v1.10.0 |
| 1965 | 2026-05-15T19:50:19.285Z | Compiling pkcs5 v0.7.1 |
| 1966 | 2026-05-15T19:50:19.488Z | Compiling rand v0.9.2 |
| 1967 | 2026-05-15T19:50:19.763Z | Compiling scroll v0.12.0 |
| 1968 | 2026-05-15T19:50:19.909Z | Compiling scroll v0.13.0 |
| 1969 | 2026-05-15T19:50:19.912Z | Compiling toml_datetime v0.6.11 |
| 1970 | 2026-05-15T19:50:19.977Z | Compiling serde_spanned v0.6.9 |
| 1971 | 2026-05-15T19:50:20.053Z | Compiling async-trait v0.1.89 |
| 1972 | 2026-05-15T19:50:20.085Z | Compiling heapless v0.7.17 |
| 1973 | 2026-05-15T19:50:20.150Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1974 | 2026-05-15T19:50:20.186Z | Compiling tower-layer v0.3.3 |
| 1975 | 2026-05-15T19:50:20.202Z | Compiling tower-service v0.3.3 |
| 1976 | 2026-05-15T19:50:20.219Z | Compiling zstd-safe v7.2.4 |
| 1977 | 2026-05-15T19:50:20.423Z | Compiling fastrand v2.3.0 |
| 1978 | 2026-05-15T19:50:20.471Z | Compiling try-lock v0.2.5 |
| 1979 | 2026-05-15T19:50:20.507Z | Compiling signal-hook v0.3.18 |
| 1980 | 2026-05-15T19:50:20.621Z | Compiling h2 v0.4.13 |
| 1981 | 2026-05-15T19:50:20.639Z | Compiling want v0.3.1 |
| 1982 | 2026-05-15T19:50:20.716Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1983 | 2026-05-15T19:50:20.844Z | Compiling goblin v0.10.5 |
| 1984 | 2026-05-15T19:50:20.859Z | Compiling goblin v0.8.2 |
| 1985 | 2026-05-15T19:50:21.008Z | Compiling pkcs8 v0.10.2 |
| 1986 | 2026-05-15T19:50:21.130Z | Compiling zerocopy v0.7.35 |
| 1987 | 2026-05-15T19:50:21.186Z | Compiling ipnet v2.11.0 |
| 1988 | 2026-05-15T19:50:21.301Z | Compiling ref-cast-impl v1.0.25 |
| 1989 | 2026-05-15T19:50:21.559Z | Compiling curve25519-dalek v4.1.3 |
| 1990 | 2026-05-15T19:50:21.719Z | Compiling darling_core v0.20.11 |
| 1991 | 2026-05-15T19:50:21.761Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1992 | 2026-05-15T19:50:21.863Z | Compiling memoffset v0.9.1 |
| 1993 | 2026-05-15T19:50:21.886Z | Compiling httpdate v1.0.3 |
| 1994 | 2026-05-15T19:50:22.068Z | Compiling winnow v0.5.40 |
| 1995 | 2026-05-15T19:50:22.117Z | Compiling pin-utils v0.1.0 |
| 1996 | 2026-05-15T19:50:22.268Z | Compiling rustix v0.38.44 |
| 1997 | 2026-05-15T19:50:22.313Z | Compiling litrs v1.0.0 |
| 1998 | 2026-05-15T19:50:22.488Z | Compiling foreign-types-shared v0.1.1 |
| 1999 | 2026-05-15T19:50:22.634Z | Compiling foreign-types v0.3.2 |
| 2000 | 2026-05-15T19:50:22.790Z | Compiling document-features v0.2.12 |
| 2001 | 2026-05-15T19:50:22.925Z | Compiling tempfile v3.25.0 |
| 2002 | 2026-05-15T19:50:23.289Z | Compiling dof v0.3.0 |
| 2003 | 2026-05-15T19:50:23.365Z | Compiling unicode-normalization v0.1.25 |
| 2004 | 2026-05-15T19:50:23.421Z | Compiling toml_edit v0.19.15 |
| 2005 | 2026-05-15T19:50:23.555Z | Compiling dtrace-parser v0.2.0 |
| 2006 | 2026-05-15T19:50:23.659Z | Compiling hyper v1.8.1 |
| 2007 | 2026-05-15T19:50:23.764Z | Compiling darling_macro v0.20.11 |
| 2008 | 2026-05-15T19:50:23.877Z | Compiling dof v0.4.0 |
| 2009 | 2026-05-15T19:50:24.013Z | Compiling dtrace-parser v0.3.0 |
| 2010 | 2026-05-15T19:50:24.194Z | Compiling pin-project-internal v1.1.11 |
| 2011 | 2026-05-15T19:50:24.216Z | Compiling daft-derive v0.1.5 |
| 2012 | 2026-05-15T19:50:24.279Z | Compiling spin v0.9.8 |
| 2013 | 2026-05-15T19:50:24.337Z | Compiling thread-id v5.1.0 |
| 2014 | 2026-05-15T19:50:24.383Z | Compiling thread-id v4.2.2 |
| 2015 | 2026-05-15T19:50:24.486Z | Compiling cfg_aliases v0.2.1 |
| 2016 | 2026-05-15T19:50:24.526Z | Compiling smoltcp v0.9.1 |
| 2017 | 2026-05-15T19:50:24.583Z | Compiling num-bigint-dig v0.8.6 |
| 2018 | 2026-05-15T19:50:24.603Z | Compiling powerfmt v0.2.0 |
| 2019 | 2026-05-15T19:50:24.699Z | Compiling nix v0.31.2 |
| 2020 | 2026-05-15T19:50:24.794Z | Compiling deranged v0.5.8 |
| 2021 | 2026-05-15T19:50:24.871Z | Compiling hyper-util v0.1.20 |
| 2022 | 2026-05-15T19:50:25.087Z | Compiling darling v0.20.11 |
| 2023 | 2026-05-15T19:50:25.251Z | Compiling rustls-native-certs v0.8.3 |
| 2024 | 2026-05-15T19:50:25.466Z | Compiling ipnetwork v0.21.1 |
| 2025 | 2026-05-15T19:50:25.701Z | Compiling strum_macros v0.26.4 |
| 2026 | 2026-05-15T19:50:25.725Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2027 | 2026-05-15T19:50:26.015Z | Compiling sync_wrapper v1.0.2 |
| 2028 | 2026-05-15T19:50:26.042Z | Compiling wait-timeout v0.2.1 |
| 2029 | 2026-05-15T19:50:26.163Z | Compiling siphasher v1.0.2 |
| 2030 | 2026-05-15T19:50:26.441Z | Compiling quick-error v1.2.3 |
| 2031 | 2026-05-15T19:50:26.477Z | Compiling simd-adler32 v0.3.8 |
| 2032 | 2026-05-15T19:50:26.565Z | Compiling utf8parse v0.2.2 |
| 2033 | 2026-05-15T19:50:26.583Z | Compiling bit-vec v0.8.0 |
| 2034 | 2026-05-15T19:50:26.600Z | Compiling anstyle v1.0.13 |
| 2035 | 2026-05-15T19:50:26.735Z | Compiling num_threads v0.1.7 |
| 2036 | 2026-05-15T19:50:26.838Z | Compiling time v0.3.47 |
| 2037 | 2026-05-15T19:50:26.854Z | Compiling bit-set v0.8.0 |
| 2038 | 2026-05-15T19:50:26.859Z | Compiling anstyle-parse v0.2.7 |
| 2039 | 2026-05-15T19:50:26.859Z | Compiling rusty-fork v0.3.1 |
| 2040 | 2026-05-15T19:50:27.082Z | Compiling tower v0.5.3 |
| 2041 | 2026-05-15T19:50:27.288Z | Compiling derive_builder_core v0.20.2 |
| 2042 | 2026-05-15T19:50:27.534Z | Compiling http-body-util v0.1.3 |
| 2043 | 2026-05-15T19:50:27.786Z | Compiling webpki-roots v1.0.6 |
| 2044 | 2026-05-15T19:50:27.803Z | Compiling rand_xorshift v0.4.0 |
| 2045 | 2026-05-15T19:50:27.848Z | Compiling signature v2.2.0 |
| 2046 | 2026-05-15T19:50:27.864Z | Compiling hubpack_derive v0.1.1 |
| 2047 | 2026-05-15T19:50:27.974Z | Compiling strum_macros v0.27.2 |
| 2048 | 2026-05-15T19:50:27.999Z | Compiling snafu-derive v0.8.9 |
| 2049 | 2026-05-15T19:50:28.151Z | Compiling fs-err v3.3.0 |
| 2050 | 2026-05-15T19:50:28.174Z | Compiling ahash v0.8.12 |
| 2051 | 2026-05-15T19:50:28.318Z | Compiling ryu v1.0.23 |
| 2052 | 2026-05-15T19:50:28.377Z | Compiling allocator-api2 v0.2.21 |
| 2053 | 2026-05-15T19:50:28.394Z | Compiling adler2 v2.0.1 |
| 2054 | 2026-05-15T19:50:28.533Z | Compiling unicode-segmentation v1.12.0 |
| 2055 | 2026-05-15T19:50:28.550Z | Compiling unarray v0.1.4 |
| 2056 | 2026-05-15T19:50:28.646Z | Compiling anstyle-query v1.1.5 |
| 2057 | 2026-05-15T19:50:28.686Z | Compiling is_terminal_polyfill v1.70.2 |
| 2058 | 2026-05-15T19:50:28.705Z | Compiling unicode-properties v0.1.4 |
| 2059 | 2026-05-15T19:50:28.739Z | Compiling iri-string v0.7.10 |
| 2060 | 2026-05-15T19:50:28.743Z | Compiling unicode-bidi v0.3.18 |
| 2061 | 2026-05-15T19:50:28.806Z | Compiling object v0.37.3 |
| 2062 | 2026-05-15T19:50:28.942Z | Compiling colorchoice v1.0.4 |
| 2063 | 2026-05-15T19:50:29.063Z | Compiling anstream v0.6.21 |
| 2064 | 2026-05-15T19:50:29.083Z | Compiling serde_urlencoded v0.7.1 |
| 2065 | 2026-05-15T19:50:29.101Z | Compiling stringprep v0.1.5 |
| 2066 | 2026-05-15T19:50:29.134Z | Compiling proptest v1.10.0 |
| 2067 | 2026-05-15T19:50:29.250Z | Compiling miniz_oxide v0.8.9 |
| 2068 | 2026-05-15T19:50:29.427Z | Compiling derive_builder_macro v0.20.2 |
| 2069 | 2026-05-15T19:50:29.742Z | Compiling tokio-native-tls v0.3.1 |
| 2070 | 2026-05-15T19:50:29.778Z | Compiling usdt-macro v0.6.0 |
| 2071 | 2026-05-15T19:50:29.799Z | Compiling usdt-attr-macro v0.6.0 |
| 2072 | 2026-05-15T19:50:29.929Z | Compiling tower-http v0.6.8 |
| 2073 | 2026-05-15T19:50:30.161Z | Compiling rand_chacha v0.3.1 |
| 2074 | 2026-05-15T19:50:30.178Z | Compiling erased-serde v0.3.31 |
| 2075 | 2026-05-15T19:50:30.254Z | Compiling md-5 v0.10.6 |
| 2076 | 2026-05-15T19:50:30.313Z | Compiling bstr v1.12.1 |
| 2077 | 2026-05-15T19:50:30.430Z | Compiling num-integer v0.1.46 |
| 2078 | 2026-05-15T19:50:30.521Z | Compiling hash32 v0.2.1 |
| 2079 | 2026-05-15T19:50:30.543Z | Compiling vergen-lib v0.1.6 |
| 2080 | 2026-05-15T19:50:30.558Z | Compiling ff v0.13.1 |
| 2081 | 2026-05-15T19:50:30.701Z | Compiling psl-types v2.0.11 |
| 2082 | 2026-05-15T19:50:30.717Z | Compiling zlib-rs v0.6.2 |
| 2083 | 2026-05-15T19:50:30.735Z | Compiling fallible-iterator v0.2.0 |
| 2084 | 2026-05-15T19:50:30.738Z | Compiling base16ct v0.2.0 |
| 2085 | 2026-05-15T19:50:30.822Z | Compiling publicsuffix v2.3.0 |
| 2086 | 2026-05-15T19:50:30.840Z | Compiling group v0.13.0 |
| 2087 | 2026-05-15T19:50:30.874Z | Compiling num-iter v0.1.45 |
| 2088 | 2026-05-15T19:50:30.926Z | Compiling sec1 v0.7.3 |
| 2089 | 2026-05-15T19:50:31.045Z | Compiling postgres-protocol v0.6.10 |
| 2090 | 2026-05-15T19:50:31.070Z | Compiling rand v0.8.6 |
| 2091 | 2026-05-15T19:50:31.220Z | Compiling newtype-uuid v1.3.2 |
| 2092 | 2026-05-15T19:50:31.489Z | Compiling oxnet v0.1.4 |
| 2093 | 2026-05-15T19:50:31.568Z | Compiling derive_builder v0.20.2 |
| 2094 | 2026-05-15T19:50:31.654Z | Compiling hyper-tls v0.6.0 |
| 2095 | 2026-05-15T19:50:31.716Z | Compiling heck v0.4.1 |
| 2096 | 2026-05-15T19:50:31.731Z | Compiling phf_shared v0.13.1 |
| 2097 | 2026-05-15T19:50:31.843Z | Compiling pin-project v1.1.11 |
| 2098 | 2026-05-15T19:50:31.910Z | Compiling lazy_static v1.5.0 |
| 2099 | 2026-05-15T19:50:32.035Z | Compiling terminal_size v0.4.3 |
| 2100 | 2026-05-15T19:50:32.066Z | Compiling serde_with_macros v3.17.0 |
| 2101 | 2026-05-15T19:50:32.082Z | Compiling futures-executor v0.3.32 |
| 2102 | 2026-05-15T19:50:32.190Z | Compiling hex v0.4.3 |
| 2103 | 2026-05-15T19:50:32.360Z | Compiling cargo-platform v0.1.9 |
| 2104 | 2026-05-15T19:50:32.375Z | Compiling hkdf v0.12.4 |
| 2105 | 2026-05-15T19:50:32.508Z | Compiling crypto-bigint v0.5.5 |
| 2106 | 2026-05-15T19:50:32.512Z | Compiling clap_derive v4.5.55 |
| 2107 | 2026-05-15T19:50:32.544Z | Compiling async-recursion v1.1.1 |
| 2108 | 2026-05-15T19:50:32.572Z | Compiling enum-as-inner v0.6.1 |
| 2109 | 2026-05-15T19:50:32.599Z | Compiling serde_repr v0.1.20 |
| 2110 | 2026-05-15T19:50:32.646Z | Compiling vergen v9.0.6 |
| 2111 | 2026-05-15T19:50:32.863Z | Compiling flate2 v1.1.9 |
| 2112 | 2026-05-15T19:50:33.038Z | Compiling encoding_rs v0.8.35 |
| 2113 | 2026-05-15T19:50:33.104Z | Compiling mime v0.3.17 |
| 2114 | 2026-05-15T19:50:33.134Z | Compiling clap_lex v1.0.0 |
| 2115 | 2026-05-15T19:50:33.171Z | Compiling foldhash v0.1.5 |
| 2116 | 2026-05-15T19:50:33.188Z | Compiling libbz2-rs-sys v0.2.2 |
| 2117 | 2026-05-15T19:50:33.224Z | Compiling bitflags v1.3.2 |
| 2118 | 2026-05-15T19:50:33.300Z | Compiling foldhash v0.2.0 |
| 2119 | 2026-05-15T19:50:33.321Z | Compiling bumpalo v3.20.2 |
| 2120 | 2026-05-15T19:50:33.362Z | Compiling managed v0.8.0 |
| 2121 | 2026-05-15T19:50:33.529Z | Compiling cpufeatures v0.3.0 |
| 2122 | 2026-05-15T19:50:33.590Z | Compiling same-file v1.0.6 |
| 2123 | 2026-05-15T19:50:33.628Z | Compiling chacha20 v0.10.0 |
| 2124 | 2026-05-15T19:50:33.661Z | Compiling bzip2 v0.6.1 |
| 2125 | 2026-05-15T19:50:33.780Z | Compiling walkdir v2.5.0 |
| 2126 | 2026-05-15T19:50:33.811Z | Compiling zopfli v0.8.3 |
| 2127 | 2026-05-15T19:50:33.935Z | Compiling hashbrown v0.16.1 |
| 2128 | 2026-05-15T19:50:34.086Z | Compiling elliptic-curve v0.13.8 |
| 2129 | 2026-05-15T19:50:34.105Z | Compiling hashbrown v0.15.5 |
| 2130 | 2026-05-15T19:50:34.211Z | Compiling clap_builder v4.5.60 |
| 2131 | 2026-05-15T19:50:34.427Z | Compiling cargo_metadata v0.19.2 |
| 2132 | 2026-05-15T19:50:34.462Z | Compiling zstd v0.13.3 |
| 2133 | 2026-05-15T19:50:34.484Z | Compiling futures v0.3.32 |
| 2134 | 2026-05-15T19:50:34.674Z | Compiling phf v0.13.1 |
| 2135 | 2026-05-15T19:50:34.718Z | Compiling snafu v0.8.9 |
| 2136 | 2026-05-15T19:50:34.738Z | Compiling signal-hook-mio v0.2.5 |
| 2137 | 2026-05-15T19:50:34.861Z | Compiling daft v0.1.5 |
| 2138 | 2026-05-15T19:50:34.894Z | Compiling postgres-types v0.2.12 |
| 2139 | 2026-05-15T19:50:35.080Z | Compiling cookie_store v0.22.1 |
| 2140 | 2026-05-15T19:50:35.150Z | Compiling bzip2 v0.4.4 |
| 2141 | 2026-05-15T19:50:35.198Z | Compiling globset v0.4.18 |
| 2142 | 2026-05-15T19:50:35.379Z | Compiling strum v0.27.2 |
| 2143 | 2026-05-15T19:50:35.659Z | Compiling hubpack v0.1.2 |
| 2144 | 2026-05-15T19:50:35.696Z | Compiling ed25519 v2.2.3 |
| 2145 | 2026-05-15T19:50:35.713Z | Compiling phf_shared v0.11.3 |
| 2146 | 2026-05-15T19:50:35.803Z | Compiling crossbeam-epoch v0.9.18 |
| 2147 | 2026-05-15T19:50:35.845Z | Compiling olpc-cjson v0.1.4 |
| 2148 | 2026-05-15T19:50:35.900Z | Compiling pkcs1 v0.7.5 |
| 2149 | 2026-05-15T19:50:35.948Z | Compiling pem v3.0.6 |
| 2150 | 2026-05-15T19:50:36.021Z | Compiling serde_plain v1.0.2 |
| 2151 | 2026-05-15T19:50:36.042Z | Compiling serde-big-array v0.5.1 |
| 2152 | 2026-05-15T19:50:36.124Z | Compiling rfc6979 v0.4.0 |
| 2153 | 2026-05-15T19:50:36.198Z | Compiling float-cmp v0.10.0 |
| 2154 | 2026-05-15T19:50:36.230Z | Compiling memmap2 v0.9.10 |
| 2155 | 2026-05-15T19:50:36.251Z | Compiling env_filter v1.0.0 |
| 2156 | 2026-05-15T19:50:36.313Z | Compiling whoami v2.1.0 |
| 2157 | 2026-05-15T19:50:36.331Z | Compiling data-encoding v2.10.0 |
| 2158 | 2026-05-15T19:50:36.365Z | Compiling typed-path v0.9.3 |
| 2159 | 2026-05-15T19:50:36.438Z | Compiling rustc-hash v2.1.1 |
| 2160 | 2026-05-15T19:50:36.463Z | Compiling predicates-core v1.0.10 |
| 2161 | 2026-05-15T19:50:36.524Z | Compiling new_debug_unreachable v1.0.6 |
| 2162 | 2026-05-15T19:50:36.604Z | Compiling static_assertions v1.1.0 |
| 2163 | 2026-05-15T19:50:36.620Z | Compiling toml_write v0.1.2 |
| 2164 | 2026-05-15T19:50:36.651Z | Compiling difflib v0.4.0 |
| 2165 | 2026-05-15T19:50:36.673Z | Compiling normalize-line-endings v0.3.0 |
| 2166 | 2026-05-15T19:50:36.697Z | Compiling fixedbitset v0.4.2 |
| 2167 | 2026-05-15T19:50:36.787Z | Compiling fixedbitset v0.5.7 |
| 2168 | 2026-05-15T19:50:36.827Z | Compiling keccak v0.1.6 |
| 2169 | 2026-05-15T19:50:36.843Z | Compiling precomputed-hash v0.1.1 |
| 2170 | 2026-05-15T19:50:36.885Z | Compiling jiff v0.2.21 |
| 2171 | 2026-05-15T19:50:36.913Z | Compiling predicates v3.1.4 |
| 2172 | 2026-05-15T19:50:36.956Z | Compiling string_cache v0.8.9 |
| 2173 | 2026-05-15T19:50:37.041Z | Compiling petgraph v0.8.3 |
| 2174 | 2026-05-15T19:50:37.056Z | Compiling sha3 v0.10.8 |
| 2175 | 2026-05-15T19:50:37.079Z | Compiling petgraph v0.6.5 |
| 2176 | 2026-05-15T19:50:37.111Z | Compiling toml_edit v0.22.27 |
| 2177 | 2026-05-15T19:50:37.192Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2178 | 2026-05-15T19:50:37.259Z | Compiling hickory-proto v0.25.2 |
| 2179 | 2026-05-15T19:50:37.351Z | Compiling tokio-postgres v0.7.16 |
| 2180 | 2026-05-15T19:50:37.516Z | Compiling iddqd v0.3.18 |
| 2181 | 2026-05-15T19:50:37.622Z | Compiling env_logger v0.11.9 |
| 2182 | 2026-05-15T19:50:37.950Z | Compiling usdt v0.6.0 |
| 2183 | 2026-05-15T19:50:38.229Z | Compiling ecdsa v0.16.9 |
| 2184 | 2026-05-15T19:50:38.587Z | Compiling rsa v0.9.10 |
| 2185 | 2026-05-15T19:50:38.650Z | Compiling ed25519-dalek v2.2.0 |
| 2186 | 2026-05-15T19:50:39.232Z | Compiling clap v4.5.60 |
| 2187 | 2026-05-15T19:50:39.334Z | Compiling crossterm v0.28.1 |
| 2188 | 2026-05-15T19:50:39.365Z | Compiling zip v0.6.6 |
| 2189 | 2026-05-15T19:50:39.508Z | Compiling zip v4.6.1 |
| 2190 | 2026-05-15T19:50:40.013Z | Compiling rand v0.10.0 |
| 2191 | 2026-05-15T19:50:40.051Z | Compiling serde_with v3.17.0 |
| 2192 | 2026-05-15T19:50:40.113Z | Compiling similar v2.7.0 |
| 2193 | 2026-05-15T19:50:40.150Z | Compiling strum v0.26.3 |
| 2194 | 2026-05-15T19:50:40.304Z | Compiling toml v0.7.8 |
| 2195 | 2026-05-15T19:50:40.404Z | Compiling itertools v0.13.0 |
| 2196 | 2026-05-15T19:50:40.514Z | Compiling tokio-stream v0.1.18 |
| 2197 | 2026-05-15T19:50:40.654Z | Compiling buf-list v1.1.2 |
| 2198 | 2026-05-15T19:50:40.745Z | Compiling x509-cert v0.2.5 |
| 2199 | 2026-05-15T19:50:40.930Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2200 | 2026-05-15T19:50:40.998Z | Compiling openapiv3 v2.2.0 |
| 2201 | 2026-05-15T19:50:41.196Z | Compiling sha1 v0.10.6 |
| 2202 | 2026-05-15T19:50:41.433Z | Compiling lalrpop-util v0.19.12 |
| 2203 | 2026-05-15T19:50:41.588Z | Compiling peg-runtime v0.8.5 |
| 2204 | 2026-05-15T19:50:56.537Z | Compiling rustls-webpki v0.103.9 |
| 2205 | 2026-05-15T19:50:57.750Z | Compiling macaddr v1.0.1 |
| 2206 | 2026-05-15T19:50:57.936Z | Compiling structmeta-derive v0.3.0 |
| 2207 | 2026-05-15T19:50:57.952Z | Compiling rayon-core v1.13.0 |
| 2208 | 2026-05-15T19:50:58.089Z | Compiling crucible-workspace-hack v0.1.0 |
| 2209 | 2026-05-15T19:50:58.122Z | Compiling itertools v0.14.0 |
| 2210 | 2026-05-15T19:50:58.185Z | Compiling secrecy v0.10.3 |
| 2211 | 2026-05-15T19:50:58.318Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2212 | 2026-05-15T19:50:58.352Z | Compiling heapless v0.8.0 |
| 2213 | 2026-05-15T19:50:58.377Z | Compiling rustls v0.22.4 |
| 2214 | 2026-05-15T19:50:58.718Z | Compiling crossbeam-deque v0.8.6 |
| 2215 | 2026-05-15T19:50:58.741Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2216 | 2026-05-15T19:50:58.766Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2217 | 2026-05-15T19:50:58.850Z | Compiling rustls-webpki v0.102.8 |
| 2218 | 2026-05-15T19:50:58.922Z | Compiling hash32 v0.3.1 |
| 2219 | 2026-05-15T19:50:58.976Z | Compiling multer v3.1.0 |
| 2220 | 2026-05-15T19:50:58.994Z | Compiling thread_local v1.1.9 |
| 2221 | 2026-05-15T19:50:58.994Z | Compiling structmeta v0.3.0 |
| 2222 | 2026-05-15T19:50:59.029Z | Compiling unicode-width v0.2.0 |
| 2223 | 2026-05-15T19:50:59.115Z | Compiling smoltcp v0.11.0 |
| 2224 | 2026-05-15T19:50:59.204Z | Compiling compression-core v0.4.31 |
| 2225 | 2026-05-15T19:50:59.235Z | Compiling slog-async v2.8.0 |
| 2226 | 2026-05-15T19:50:59.293Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2227 | 2026-05-15T19:50:59.368Z | Compiling match_cfg v0.1.0 |
| 2228 | 2026-05-15T19:50:59.385Z | Compiling compression-codecs v0.4.37 |
| 2229 | 2026-05-15T19:50:59.405Z | Compiling proc-macro-crate v3.4.0 |
| 2230 | 2026-05-15T19:50:59.441Z | Compiling ingot-macros v0.1.1 |
| 2231 | 2026-05-15T19:50:59.478Z | Compiling hostname v0.3.1 |
| 2232 | 2026-05-15T19:50:59.498Z | Compiling derive-ex v0.1.8 |
| 2233 | 2026-05-15T19:50:59.665Z | Compiling slog-json v2.6.1 |
| 2234 | 2026-05-15T19:50:59.705Z | Compiling crossbeam-channel v0.5.15 |
| 2235 | 2026-05-15T19:50:59.774Z | Compiling half v2.7.1 |
| 2236 | 2026-05-15T19:50:59.879Z | Compiling newtype-uuid-macros v0.1.0 |
| 2237 | 2026-05-15T19:50:59.939Z | Compiling cobs v0.3.0 |
| 2238 | 2026-05-15T19:51:00.103Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2239 | 2026-05-15T19:51:00.155Z | Compiling universal-hash v0.5.1 |
| 2240 | 2026-05-15T19:51:00.236Z | Compiling async-stream-impl v0.3.6 |
| 2241 | 2026-05-15T19:51:00.321Z | Compiling tokio-rustls v0.26.4 |
| 2242 | 2026-05-15T19:51:00.418Z | Compiling rustls-platform-verifier v0.6.2 |
| 2243 | 2026-05-15T19:51:00.601Z | Compiling hyper-rustls v0.27.7 |
| 2244 | 2026-05-15T19:51:00.616Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2245 | 2026-05-15T19:51:00.631Z | Compiling serde_spanned v1.0.4 |
| 2246 | 2026-05-15T19:51:00.679Z | Compiling is-terminal v0.4.17 |
| 2247 | 2026-05-15T19:51:00.805Z | Compiling proc-macro-error-attr v1.0.4 |
| 2248 | 2026-05-15T19:51:00.821Z | Compiling dropshot v0.17.0 |
| 2249 | 2026-05-15T19:51:00.825Z | Compiling term v1.2.1 |
| 2250 | 2026-05-15T19:51:00.942Z | Compiling reqwest v0.12.28 |
| 2251 | 2026-05-15T19:51:01.035Z | Compiling reqwest v0.13.2 |
| 2252 | 2026-05-15T19:51:01.051Z | Compiling convert_case v0.4.0 |
| 2253 | 2026-05-15T19:51:01.069Z | Compiling opaque-debug v0.3.1 |
| 2254 | 2026-05-15T19:51:01.086Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2255 | 2026-05-15T19:51:01.144Z | Compiling ciborium-io v0.2.2 |
| 2256 | 2026-05-15T19:51:01.160Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2257 | 2026-05-15T19:51:01.177Z | Compiling take_mut v0.2.2 |
| 2258 | 2026-05-15T19:51:01.268Z | Compiling ciborium-ll v0.2.2 |
| 2259 | 2026-05-15T19:51:01.321Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2260 | 2026-05-15T19:51:01.406Z | Compiling derive_more v0.99.20 |
| 2261 | 2026-05-15T19:51:01.423Z | Compiling thiserror-no-std v2.0.2 |
| 2262 | 2026-05-15T19:51:01.540Z | Compiling tokio-rustls v0.25.0 |
| 2263 | 2026-05-15T19:51:01.556Z | Compiling slog-term v2.9.2 |
| 2264 | 2026-05-15T19:51:01.574Z | Compiling poly1305 v0.8.0 |
| 2265 | 2026-05-15T19:51:01.940Z | Compiling test-strategy v0.4.5 |
| 2266 | 2026-05-15T19:51:01.999Z | Compiling async-stream v0.3.6 |
| 2267 | 2026-05-15T19:51:02.054Z | Compiling ingot-types v0.1.2 |
| 2268 | 2026-05-15T19:51:02.221Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2269 | 2026-05-15T19:51:02.237Z | Compiling postcard v1.1.3 |
| 2270 | 2026-05-15T19:51:02.531Z | Compiling tough v0.22.0 |
| 2271 | 2026-05-15T19:51:02.629Z | Compiling ingot v0.1.1 |
| 2272 | 2026-05-15T19:51:02.659Z | Compiling num_enum_derive v0.7.5 |
| 2273 | 2026-05-15T19:51:02.691Z | Compiling slog-bunyan v2.5.0 |
| 2274 | 2026-05-15T19:51:02.925Z | Compiling async-compression v0.4.41 |
| 2275 | 2026-05-15T19:51:03.256Z | Compiling parse-display-derive v0.10.0 |
| 2276 | 2026-05-15T19:51:03.441Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2277 | 2026-05-15T19:51:03.588Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2278 | 2026-05-15T19:51:03.645Z | Compiling proc-macro-crate v1.3.1 |
| 2279 | 2026-05-15T19:51:03.850Z | Compiling backon v1.6.0 |
| 2280 | 2026-05-15T19:51:04.011Z | Compiling waitgroup v0.1.2 |
| 2281 | 2026-05-15T19:51:04.051Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2282 | 2026-05-15T19:51:04.130Z | Compiling password-hash v0.5.0 |
| 2283 | 2026-05-15T19:51:04.192Z | Compiling chacha20 v0.9.1 |
| 2284 | 2026-05-15T19:51:04.272Z | Compiling dropshot_endpoint v0.17.0 |
| 2285 | 2026-05-15T19:51:04.345Z | Compiling rustls-pemfile v2.2.0 |
| 2286 | 2026-05-15T19:51:04.414Z | Compiling blake2 v0.10.6 |
| 2287 | 2026-05-15T19:51:04.542Z | Compiling aead v0.5.2 |
| 2288 | 2026-05-15T19:51:04.660Z | Compiling foreign-types-macros v0.2.3 |
| 2289 | 2026-05-15T19:51:04.781Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2290 | 2026-05-15T19:51:04.885Z | Compiling serde_path_to_error v0.1.20 |
| 2291 | 2026-05-15T19:51:04.913Z | Compiling hostname v0.4.2 |
| 2292 | 2026-05-15T19:51:04.937Z | Compiling proc-macro-error v1.0.4 |
| 2293 | 2026-05-15T19:51:05.132Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2294 | 2026-05-15T19:51:05.140Z | Compiling instant v0.1.13 |
| 2295 | 2026-05-15T19:51:05.140Z | Compiling typeid v1.0.3 |
| 2296 | 2026-05-15T19:51:05.164Z | Compiling foreign-types-shared v0.3.1 |
| 2297 | 2026-05-15T19:51:05.184Z | Compiling debug-ignore v1.0.5 |
| 2298 | 2026-05-15T19:51:05.220Z | Compiling backoff v0.4.0 |
| 2299 | 2026-05-15T19:51:05.276Z | Compiling foreign-types v0.5.0 |
| 2300 | 2026-05-15T19:51:05.293Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2301 | 2026-05-15T19:51:05.329Z | Compiling parse-display v0.10.0 |
| 2302 | 2026-05-15T19:51:05.350Z | Compiling chacha20poly1305 v0.10.1 |
| 2303 | 2026-05-15T19:51:05.371Z | Compiling argon2 v0.5.3 |
| 2304 | 2026-05-15T19:51:05.374Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2305 | 2026-05-15T19:51:05.405Z | Compiling num_enum_derive v0.5.11 |
| 2306 | 2026-05-15T19:51:05.457Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2307 | 2026-05-15T19:51:05.476Z | Compiling num_enum v0.7.5 |
| 2308 | 2026-05-15T19:51:05.521Z | Compiling vsss-rs v3.3.4 |
| 2309 | 2026-05-15T19:51:05.634Z | Compiling ciborium v0.2.2 |
| 2310 | 2026-05-15T19:51:06.040Z | Compiling tabwriter v1.4.1 |
| 2311 | 2026-05-15T19:51:06.169Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2312 | 2026-05-15T19:51:06.204Z | Compiling regress v0.10.5 |
| 2313 | 2026-05-15T19:51:06.392Z | Compiling byte-wrapper v0.1.0 |
| 2314 | 2026-05-15T19:51:06.430Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2315 | 2026-05-15T19:51:06.454Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2316 | 2026-05-15T19:51:06.504Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2317 | 2026-05-15T19:51:06.553Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2318 | 2026-05-15T19:51:06.781Z | Compiling cstr-argument v0.1.2 |
| 2319 | 2026-05-15T19:51:06.922Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2320 | 2026-05-15T19:51:06.980Z | Compiling erased-serde v0.4.9 |
| 2321 | 2026-05-15T19:51:07.001Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2322 | 2026-05-15T19:51:07.017Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2323 | 2026-05-15T19:51:07.052Z | Compiling num_enum v0.5.11 |
| 2324 | 2026-05-15T19:51:07.079Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2325 | 2026-05-15T19:51:07.189Z | Compiling rayon v1.11.0 |
| 2326 | 2026-05-15T19:51:07.207Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2327 | 2026-05-15T19:51:07.316Z | Compiling libefi-sys v0.1.0 |
| 2328 | 2026-05-15T19:51:07.333Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2329 | 2026-05-15T19:51:07.348Z | Compiling indent_write v2.2.0 |
| 2330 | 2026-05-15T19:51:07.351Z | Compiling colored v3.1.1 |
| 2331 | 2026-05-15T19:51:07.449Z | Compiling zone_cfg_derive v0.3.1 |
| 2332 | 2026-05-15T19:51:07.464Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2333 | 2026-05-15T19:51:07.522Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2334 | 2026-05-15T19:51:07.562Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2335 | 2026-05-15T19:51:07.582Z | Compiling camino-tempfile v1.4.1 |
| 2336 | 2026-05-15T19:51:07.813Z | Compiling itertools v0.12.1 |
| 2337 | 2026-05-15T19:51:07.899Z | Compiling usdt-macro v0.5.0 |
| 2338 | 2026-05-15T19:51:08.064Z | Compiling usdt-attr-macro v0.5.0 |
| 2339 | 2026-05-15T19:51:08.082Z | Compiling bitfield-struct v0.6.2 |
| 2340 | 2026-05-15T19:51:08.129Z | Compiling num-derive v0.4.2 |
| 2341 | 2026-05-15T19:51:08.146Z | Compiling blake3 v1.8.3 |
| 2342 | 2026-05-15T19:51:08.149Z | Compiling ordered-float v2.10.1 |
| 2343 | 2026-05-15T19:51:08.482Z | Compiling memmap v0.7.0 |
| 2344 | 2026-05-15T19:51:08.543Z | Compiling sigpipe v0.1.3 |
| 2345 | 2026-05-15T19:51:08.630Z | Compiling glob v0.3.3 |
| 2346 | 2026-05-15T19:51:08.666Z | Compiling swrite v0.1.0 |
| 2347 | 2026-05-15T19:51:08.739Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2348 | 2026-05-15T19:51:08.757Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2349 | 2026-05-15T19:51:08.846Z | Compiling usdt v0.5.0 |
| 2350 | 2026-05-15T19:51:08.983Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2351 | 2026-05-15T19:51:09.056Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2352 | 2026-05-15T19:51:09.102Z | Compiling serde-value v0.7.0 |
| 2353 | 2026-05-15T19:51:09.305Z | Compiling zone v0.3.1 |
| 2354 | 2026-05-15T19:51:09.345Z | Compiling serde-untagged v0.1.9 |
| 2355 | 2026-05-15T19:51:09.430Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2356 | 2026-05-15T19:51:09.595Z | Compiling toml v0.8.23 |
| 2357 | 2026-05-15T19:51:09.734Z | Compiling smf v0.2.3 |
| 2358 | 2026-05-15T19:51:09.752Z | Compiling filetime v0.2.27 |
| 2359 | 2026-05-15T19:51:09.755Z | Compiling xattr v1.6.1 |
| 2360 | 2026-05-15T19:51:09.786Z | Compiling arrayvec v0.7.6 |
| 2361 | 2026-05-15T19:51:09.801Z | Compiling arrayref v0.3.9 |
| 2362 | 2026-05-15T19:51:09.833Z | Compiling constant_time_eq v0.4.2 |
| 2363 | 2026-05-15T19:51:09.901Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2364 | 2026-05-15T19:51:09.994Z | Compiling unicode-xid v0.2.6 |
| 2365 | 2026-05-15T19:51:10.009Z | Compiling whoami v1.6.1 |
| 2366 | 2026-05-15T19:51:10.050Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2367 | 2026-05-15T19:51:10.068Z | Compiling tar v0.4.45 |
| 2368 | 2026-05-15T19:51:10.089Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2369 | 2026-05-15T19:51:10.161Z | Compiling cargo-util-schemas v0.8.2 |
| 2370 | 2026-05-15T19:51:10.356Z | Compiling tokio-dtrace v0.1.1 |
| 2371 | 2026-05-15T19:51:10.494Z | Compiling console v0.16.2 |
| 2372 | 2026-05-15T19:51:10.719Z | Compiling gethostname v0.5.0 |
| 2373 | 2026-05-15T19:51:10.746Z | Compiling cargo-platform v0.2.0 |
| 2374 | 2026-05-15T19:51:10.889Z | Compiling topological-sort v0.2.2 |
| 2375 | 2026-05-15T19:51:10.912Z | Compiling unit-prefix v0.5.2 |
| 2376 | 2026-05-15T19:51:10.931Z | Compiling oxide-tokio-rt v0.1.4 |
| 2377 | 2026-05-15T19:51:11.065Z | Compiling indicatif v0.18.4 |
| 2378 | 2026-05-15T19:51:11.084Z | Compiling shell-words v1.1.1 |
| 2379 | 2026-05-15T19:51:11.102Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2380 | 2026-05-15T19:51:11.359Z | Compiling cargo_metadata v0.21.0 |
| 2381 | 2026-05-15T19:51:20.362Z | Compiling progenitor-client v0.10.0 |
| 2382 | 2026-05-15T19:51:20.362Z | Compiling omicron-zone-package v0.12.2 |
| 2383 | 2026-05-15T19:51:20.379Z | Compiling progenitor-client v0.14.0 |
| 2384 | 2026-05-15T19:51:20.857Z | Compiling progenitor-extras v0.2.0 |
| 2385 | 2026-05-15T19:51:23.257Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2386 | 2026-05-15T19:51:23.354Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2387 | 2026-05-15T19:51:23.370Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2388 | 2026-05-15T19:51:23.396Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2389 | 2026-05-15T19:51:23.414Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2390 | 2026-05-15T19:51:23.432Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2391 | 2026-05-15T19:51:23.558Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2392 | 2026-05-15T19:51:23.683Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2393 | 2026-05-15T19:51:23.701Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2394 | 2026-05-15T19:51:27.684Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2395 | 2026-05-15T19:51:35.408Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2396 | 2026-05-15T19:51:38.567Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2397 | 2026-05-15T19:51:39.562Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2398 | 2026-05-15T19:51:49.391Z | Finished `release` profile [optimized] target(s) in 1m 45s |
| 2399 | 2026-05-15T19:51:49.544Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2400 | 2026-05-15T19:51:49.607Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2401 | 2026-05-15T19:51:49.611Z | Created new build target 'test' and set it as active |
| 2402 | 2026-05-15T19:51:49.611Z | |
| 2403 | 2026-05-15T19:51:49.611Z | real 1:45.227618767 |
| 2404 | 2026-05-15T19:51:49.611Z | user 17:10.441871655 |
| 2405 | 2026-05-15T19:51:49.611Z | sys 2:43.789070088 |
| 2406 | 2026-05-15T19:51:49.611Z | trap 0.472545726 |
| 2407 | 2026-05-15T19:51:49.611Z | tflt 3.005630234 |
| 2408 | 2026-05-15T19:51:49.611Z | dflt 4.299612778 |
| 2409 | 2026-05-15T19:51:49.611Z | kflt 0.000601590 |
| 2410 | 2026-05-15T19:51:49.611Z | lock 53:18.787219057 |
| 2411 | 2026-05-15T19:51:49.611Z | slp 43:34.667066103 |
| 2412 | 2026-05-15T19:51:49.611Z | lat 45.522167844 |
| 2413 | 2026-05-15T19:51:49.611Z | stop 5:43.312685101 |
| 2414 | 2026-05-15T19:51:49.611Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2415 | 2026-05-15T19:51:50.513Z | Finished `release` profile [optimized] target(s) in 0.89s |
| 2416 | 2026-05-15T19:51:50.586Z | Running `target/release/omicron-package -t test package` |
| 2417 | 2026-05-15T19:51:50.646Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2418 | 2026-05-15T19:51:52.100Z | Compiling heck v0.5.0 |
| 2419 | 2026-05-15T19:51:52.100Z | Compiling regress v0.11.1 |
| 2420 | 2026-05-15T19:51:52.103Z | Compiling unsafe-libyaml v0.2.11 |
| 2421 | 2026-05-15T19:51:52.356Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2422 | 2026-05-15T19:51:52.375Z | Compiling regress v0.10.5 |
| 2423 | 2026-05-15T19:51:52.405Z | Compiling is-terminal v0.4.17 |
| 2424 | 2026-05-15T19:51:52.408Z | Compiling unicode-width v0.1.14 |
| 2425 | 2026-05-15T19:51:52.449Z | Compiling prettyplease v0.2.37 |
| 2426 | 2026-05-15T19:51:52.469Z | Compiling bytecount v0.6.9 |
| 2427 | 2026-05-15T19:51:52.469Z | Compiling rustls v0.22.4 |
| 2428 | 2026-05-15T19:51:52.472Z | Compiling rustls-webpki v0.102.8 |
| 2429 | 2026-05-15T19:51:52.472Z | Compiling derive-where v1.6.0 |
| 2430 | 2026-05-15T19:51:52.473Z | Compiling thread_local v1.1.9 |
| 2431 | 2026-05-15T19:51:52.473Z | Compiling match_cfg v0.1.0 |
| 2432 | 2026-05-15T19:51:52.489Z | Compiling compression-core v0.4.31 |
| 2433 | 2026-05-15T19:51:52.574Z | Compiling multer v3.1.0 |
| 2434 | 2026-05-15T19:51:52.649Z | Compiling hostname v0.3.1 |
| 2435 | 2026-05-15T19:51:52.671Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2436 | 2026-05-15T19:51:52.696Z | Compiling compression-codecs v0.4.37 |
| 2437 | 2026-05-15T19:51:52.700Z | Compiling slog-async v2.8.0 |
| 2438 | 2026-05-15T19:51:52.719Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2439 | 2026-05-15T19:51:52.720Z | Compiling crossbeam-channel v0.5.15 |
| 2440 | 2026-05-15T19:51:52.790Z | Compiling slog-json v2.6.1 |
| 2441 | 2026-05-15T19:51:52.815Z | Compiling serde_spanned v1.0.4 |
| 2442 | 2026-05-15T19:51:52.818Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2443 | 2026-05-15T19:51:52.856Z | Compiling serde_yaml v0.9.34+deprecated |
| 2444 | 2026-05-15T19:51:52.895Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2445 | 2026-05-15T19:51:52.970Z | Compiling take_mut v0.2.2 |
| 2446 | 2026-05-15T19:51:53.027Z | Compiling term v1.2.1 |
| 2447 | 2026-05-15T19:51:53.049Z | Compiling slog-bunyan v2.5.0 |
| 2448 | 2026-05-15T19:51:53.054Z | Compiling async-compression v0.4.41 |
| 2449 | 2026-05-15T19:51:53.124Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2450 | 2026-05-15T19:51:53.222Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2451 | 2026-05-15T19:51:53.245Z | Compiling dropshot v0.17.0 |
| 2452 | 2026-05-15T19:51:53.266Z | Compiling async-stream v0.3.6 |
| 2453 | 2026-05-15T19:51:53.317Z | Compiling num-rational v0.4.2 |
| 2454 | 2026-05-15T19:51:53.392Z | Compiling slog-term v2.9.2 |
| 2455 | 2026-05-15T19:51:53.424Z | Compiling progenitor-client v0.14.0 |
| 2456 | 2026-05-15T19:51:53.476Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2457 | 2026-05-15T19:51:53.573Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2458 | 2026-05-15T19:51:53.599Z | Compiling waitgroup v0.1.2 |
| 2459 | 2026-05-15T19:51:53.625Z | Compiling backon v1.6.0 |
| 2460 | 2026-05-15T19:51:53.683Z | Compiling rustls-pemfile v2.2.0 |
| 2461 | 2026-05-15T19:51:53.735Z | Compiling num-complex v0.4.6 |
| 2462 | 2026-05-15T19:51:53.761Z | Compiling hostname v0.4.2 |
| 2463 | 2026-05-15T19:51:53.765Z | Compiling serde_path_to_error v0.1.20 |
| 2464 | 2026-05-15T19:51:53.785Z | Compiling instant v0.1.13 |
| 2465 | 2026-05-15T19:51:53.855Z | Compiling debug-ignore v1.0.5 |
| 2466 | 2026-05-15T19:51:53.900Z | Compiling progenitor-extras v0.2.0 |
| 2467 | 2026-05-15T19:51:53.923Z | Compiling typify-impl v0.6.2 |
| 2468 | 2026-05-15T19:51:53.941Z | Compiling backoff v0.4.0 |
| 2469 | 2026-05-15T19:51:53.962Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2470 | 2026-05-15T19:51:53.986Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2471 | 2026-05-15T19:51:54.201Z | Compiling num v0.4.3 |
| 2472 | 2026-05-15T19:51:54.248Z | Compiling parse-display v0.10.0 |
| 2473 | 2026-05-15T19:51:54.273Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2474 | 2026-05-15T19:51:54.276Z | Compiling progenitor-client v0.13.0 |
| 2475 | 2026-05-15T19:51:54.315Z | Compiling progenitor-client v0.10.0 |
| 2476 | 2026-05-15T19:51:54.341Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2477 | 2026-05-15T19:51:54.345Z | Compiling macaddr v1.0.1 |
| 2478 | 2026-05-15T19:51:54.388Z | Compiling float-ord v0.3.2 |
| 2479 | 2026-05-15T19:51:54.538Z | Compiling console v0.15.11 |
| 2480 | 2026-05-15T19:51:54.619Z | Compiling newline-converter v0.3.0 |
| 2481 | 2026-05-15T19:51:54.659Z | Compiling atomicwrites v0.4.4 |
| 2482 | 2026-05-15T19:51:54.725Z | Compiling slog-dtrace v0.3.0 |
| 2483 | 2026-05-15T19:51:54.796Z | Compiling tokio-rustls v0.25.0 |
| 2484 | 2026-05-15T19:51:54.820Z | Compiling cancel-safe-futures v0.1.5 |
| 2485 | 2026-05-15T19:51:54.986Z | Compiling expectorate v1.2.0 |
| 2486 | 2026-05-15T19:51:55.006Z | Compiling owo-colors v4.3.0 |
| 2487 | 2026-05-15T19:51:55.037Z | Compiling resolv-conf v0.7.6 |
| 2488 | 2026-05-15T19:51:55.124Z | Compiling toml v0.8.23 |
| 2489 | 2026-05-15T19:51:55.156Z | Compiling libsw-core v0.3.2 |
| 2490 | 2026-05-15T19:51:55.267Z | Compiling linked-hash-map v0.5.6 |
| 2491 | 2026-05-15T19:51:55.377Z | Compiling libsw v3.5.0 |
| 2492 | 2026-05-15T19:51:55.531Z | Compiling linear-map v1.2.0 |
| 2493 | 2026-05-15T19:51:55.552Z | Compiling lru-cache v0.1.2 |
| 2494 | 2026-05-15T19:51:55.617Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2495 | 2026-05-15T19:51:55.722Z | Compiling minimal-lexical v0.2.1 |
| 2496 | 2026-05-15T19:51:55.725Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2497 | 2026-05-15T19:51:55.745Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2498 | 2026-05-15T19:51:55.792Z | Compiling hickory-proto v0.24.4 |
| 2499 | 2026-05-15T19:51:55.814Z | Compiling unicode-xid v0.2.6 |
| 2500 | 2026-05-15T19:51:55.889Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2501 | 2026-05-15T19:51:55.911Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2502 | 2026-05-15T19:51:55.968Z | Compiling nom v7.1.3 |
| 2503 | 2026-05-15T19:51:56.014Z | Compiling convert_case v0.10.0 |
| 2504 | 2026-05-15T19:51:56.319Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2505 | 2026-05-15T19:51:56.395Z | Compiling derive_more-impl v2.1.1 |
| 2506 | 2026-05-15T19:51:56.848Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2507 | 2026-05-15T19:51:57.221Z | Compiling derive_more v2.1.1 |
| 2508 | 2026-05-15T19:51:57.255Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2509 | 2026-05-15T19:51:57.337Z | Compiling papergrid v0.11.0 |
| 2510 | 2026-05-15T19:51:57.389Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2511 | 2026-05-15T19:51:57.422Z | Compiling tabled_derive v0.7.0 |
| 2512 | 2026-05-15T19:51:57.482Z | Compiling typify-macro v0.6.2 |
| 2513 | 2026-05-15T19:51:57.645Z | Compiling termtree v0.5.1 |
| 2514 | 2026-05-15T19:51:57.848Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2515 | 2026-05-15T19:51:58.120Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2516 | 2026-05-15T19:51:58.343Z | Compiling hickory-resolver v0.24.4 |
| 2517 | 2026-05-15T19:51:58.444Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2518 | 2026-05-15T19:51:58.633Z | Compiling tabled v0.15.0 |
| 2519 | 2026-05-15T19:51:58.671Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2520 | 2026-05-15T19:51:59.068Z | Compiling typify v0.6.2 |
| 2521 | 2026-05-15T19:51:59.391Z | Compiling progenitor-impl v0.14.0 |
| 2522 | 2026-05-15T19:51:59.849Z | Compiling progenitor-impl v0.13.0 |
| 2523 | 2026-05-15T19:52:01.684Z | Compiling progenitor-macro v0.14.0 |
| 2524 | 2026-05-15T19:52:01.813Z | Compiling qorb v0.4.1 |
| 2525 | 2026-05-15T19:52:02.069Z | Compiling progenitor-macro v0.13.0 |
| 2526 | 2026-05-15T19:52:03.251Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2527 | 2026-05-15T19:52:03.744Z | Compiling crossterm v0.29.0 |
| 2528 | 2026-05-15T19:52:04.136Z | Compiling phf_shared v0.12.1 |
| 2529 | 2026-05-15T19:52:04.285Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2530 | 2026-05-15T19:52:04.402Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2531 | 2026-05-15T19:52:04.952Z | Compiling vte v0.14.1 |
| 2532 | 2026-05-15T19:52:05.027Z | Compiling csv-core v0.1.13 |
| 2533 | 2026-05-15T19:52:05.220Z | Compiling chrono-tz v0.10.4 |
| 2534 | 2026-05-15T19:52:05.429Z | Compiling highway v1.3.0 |
| 2535 | 2026-05-15T19:52:05.481Z | Compiling csv v1.4.0 |
| 2536 | 2026-05-15T19:52:05.506Z | Compiling strip-ansi-escapes v0.2.1 |
| 2537 | 2026-05-15T19:52:05.859Z | Compiling progenitor v0.14.0 |
| 2538 | 2026-05-15T19:52:06.042Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2539 | 2026-05-15T19:52:06.077Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2540 | 2026-05-15T19:52:06.152Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2541 | 2026-05-15T19:52:06.187Z | Compiling phf v0.12.1 |
| 2542 | 2026-05-15T19:52:06.236Z | Compiling progenitor v0.13.0 |
| 2543 | 2026-05-15T19:52:06.395Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2544 | 2026-05-15T19:52:06.425Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2545 | 2026-05-15T19:52:06.489Z | Compiling const_format_proc_macros v0.2.34 |
| 2546 | 2026-05-15T19:52:06.643Z | Compiling fd-lock v4.0.4 |
| 2547 | 2026-05-15T19:52:06.707Z | Compiling peg-macros v0.8.5 |
| 2548 | 2026-05-15T19:52:06.823Z | Compiling nu-ansi-term v0.50.3 |
| 2549 | 2026-05-15T19:52:07.088Z | Compiling reedline v0.40.0 |
| 2550 | 2026-05-15T19:52:07.291Z | Compiling const_format v0.2.35 |
| 2551 | 2026-05-15T19:52:07.785Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2552 | 2026-05-15T19:52:07.978Z | Compiling peg v0.8.5 |
| 2553 | 2026-05-15T19:52:08.102Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2554 | 2026-05-15T19:52:09.018Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2555 | 2026-05-15T19:52:09.156Z | Compiling bcs v0.1.6 |
| 2556 | 2026-05-15T19:52:09.303Z | Compiling semver v0.1.20 |
| 2557 | 2026-05-15T19:52:09.604Z | Compiling rustc_version v0.1.7 |
| 2558 | 2026-05-15T19:52:09.627Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2559 | 2026-05-15T19:52:09.848Z | Compiling newtype_derive v0.1.6 |
| 2560 | 2026-05-15T19:52:09.890Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2561 | 2026-05-15T19:52:10.090Z | Compiling unicode-linebreak v0.1.5 |
| 2562 | 2026-05-15T19:52:10.339Z | Compiling humantime v2.3.0 |
| 2563 | 2026-05-15T19:52:10.403Z | Compiling smawk v0.3.2 |
| 2564 | 2026-05-15T19:52:10.602Z | Compiling textwrap v0.16.2 |
| 2565 | 2026-05-15T19:52:10.625Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2566 | 2026-05-15T19:52:10.996Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2567 | 2026-05-15T19:52:11.100Z | Compiling dropshot-api-manager-types v0.7.1 |
| 2568 | 2026-05-15T19:52:11.160Z | Compiling base64 v0.21.7 |
| 2569 | 2026-05-15T19:52:11.723Z | Compiling steno v0.4.1 |
| 2570 | 2026-05-15T19:52:11.977Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2571 | 2026-05-15T19:52:12.144Z | Compiling tagptr v0.2.0 |
| 2572 | 2026-05-15T19:52:12.241Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2573 | 2026-05-15T19:52:12.351Z | Compiling moka v0.12.13 |
| 2574 | 2026-05-15T19:52:12.411Z | Compiling utf-8 v0.7.6 |
| 2575 | 2026-05-15T19:52:12.433Z | Compiling hickory-proto v0.26.1 |
| 2576 | 2026-05-15T19:52:12.458Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2577 | 2026-05-15T19:52:12.516Z | Compiling radium v0.7.0 |
| 2578 | 2026-05-15T19:52:12.663Z | Compiling tungstenite v0.21.0 |
| 2579 | 2026-05-15T19:52:12.696Z | Compiling tap v1.0.1 |
| 2580 | 2026-05-15T19:52:12.885Z | Compiling maybe-uninit v2.0.0 |
| 2581 | 2026-05-15T19:52:13.179Z | Compiling wyz v0.5.1 |
| 2582 | 2026-05-15T19:52:13.267Z | Compiling zerocopy-derive v0.6.6 |
| 2583 | 2026-05-15T19:52:13.425Z | Compiling tokio-tungstenite v0.21.0 |
| 2584 | 2026-05-15T19:52:13.654Z | Compiling hickory-resolver v0.25.2 |
| 2585 | 2026-05-15T19:52:13.819Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2586 | 2026-05-15T19:52:14.069Z | Compiling funty v2.0.0 |
| 2587 | 2026-05-15T19:52:14.544Z | Compiling display-error-chain v0.2.2 |
| 2588 | 2026-05-15T19:52:14.731Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2589 | 2026-05-15T19:52:14.824Z | Compiling packed_struct v0.10.1 |
| 2590 | 2026-05-15T19:52:14.853Z | Compiling crc-catalog v2.4.0 |
| 2591 | 2026-05-15T19:52:14.978Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2592 | 2026-05-15T19:52:15.033Z | Compiling crc v3.4.0 |
| 2593 | 2026-05-15T19:52:15.172Z | Compiling bitvec v1.0.1 |
| 2594 | 2026-05-15T19:52:15.261Z | Compiling zerocopy v0.6.6 |
| 2595 | 2026-05-15T19:52:15.652Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2596 | 2026-05-15T19:52:15.693Z | Compiling num-derive v0.3.3 |
| 2597 | 2026-05-15T19:52:16.576Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2598 | 2026-05-15T19:52:16.801Z | Compiling packed_struct_codegen v0.10.1 |
| 2599 | 2026-05-15T19:52:16.966Z | Compiling bitfield-macros v0.19.4 |
| 2600 | 2026-05-15T19:52:17.458Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2601 | 2026-05-15T19:52:17.684Z | Compiling indexmap v1.9.3 |
| 2602 | 2026-05-15T19:52:17.804Z | Compiling nodrop v0.1.14 |
| 2603 | 2026-05-15T19:52:17.879Z | Compiling proc-macro-error2 v2.0.1 |
| 2604 | 2026-05-15T19:52:17.962Z | Compiling array-init v0.0.4 |
| 2605 | 2026-05-15T19:52:17.989Z | Compiling bitfield v0.19.4 |
| 2606 | 2026-05-15T19:52:18.208Z | Compiling libscf-sys v1.1.0 |
| 2607 | 2026-05-15T19:52:18.325Z | Compiling smallvec v0.6.14 |
| 2608 | 2026-05-15T19:52:18.365Z | Compiling typify-impl v0.4.3 |
| 2609 | 2026-05-15T19:52:18.398Z | Compiling hashbrown v0.12.3 |
| 2610 | 2026-05-15T19:52:18.422Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2611 | 2026-05-15T19:52:18.605Z | Compiling serde-hex v0.1.0 |
| 2612 | 2026-05-15T19:52:19.116Z | Compiling tabled_derive v0.11.0 |
| 2613 | 2026-05-15T19:52:19.379Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2614 | 2026-05-15T19:52:19.527Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2615 | 2026-05-15T19:52:19.948Z | Compiling ron v0.8.1 |
| 2616 | 2026-05-15T19:52:19.967Z | Compiling papergrid v0.17.0 |
| 2617 | 2026-05-15T19:52:20.140Z | Compiling testing_table v0.3.0 |
| 2618 | 2026-05-15T19:52:20.168Z | Compiling hashbrown v0.13.2 |
| 2619 | 2026-05-15T19:52:20.277Z | Compiling vergen-gitcl v1.0.8 |
| 2620 | 2026-05-15T19:52:20.505Z | Compiling dirs-sys-next v0.1.2 |
| 2621 | 2026-05-15T19:52:20.574Z | Compiling diesel_derives v2.3.7 |
| 2622 | 2026-05-15T19:52:20.711Z | Compiling glob v0.3.3 |
| 2623 | 2026-05-15T19:52:20.779Z | Compiling crc-any v2.5.0 |
| 2624 | 2026-05-15T19:52:20.797Z | Compiling crunchy v0.2.4 |
| 2625 | 2026-05-15T19:52:20.821Z | Compiling maplit v1.0.2 |
| 2626 | 2026-05-15T19:52:20.979Z | Compiling object v0.30.4 |
| 2627 | 2026-05-15T19:52:21.012Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2628 | 2026-05-15T19:52:21.099Z | Compiling clang-sys v1.8.1 |
| 2629 | 2026-05-15T19:52:21.148Z | Compiling tabled v0.20.0 |
| 2630 | 2026-05-15T19:52:21.214Z | Compiling dirs-next v2.0.0 |
| 2631 | 2026-05-15T19:52:21.411Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2632 | 2026-05-15T19:52:21.427Z | Compiling dsl_auto_type v0.2.0 |
| 2633 | 2026-05-15T19:52:21.501Z | Compiling scheduled-thread-pool v0.2.7 |
| 2634 | 2026-05-15T19:52:21.537Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2635 | 2026-05-15T19:52:21.697Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2636 | 2026-05-15T19:52:21.769Z | Compiling path-slash v0.1.5 |
| 2637 | 2026-05-15T19:52:21.814Z | Compiling typify-macro v0.4.3 |
| 2638 | 2026-05-15T19:52:21.930Z | Compiling tiny-keccak v2.0.2 |
| 2639 | 2026-05-15T19:52:21.970Z | Compiling xshell-macros v0.2.7 |
| 2640 | 2026-05-15T19:52:22.226Z | Compiling r2d2 v0.8.10 |
| 2641 | 2026-05-15T19:52:22.243Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2642 | 2026-05-15T19:52:22.379Z | Compiling xshell v0.2.7 |
| 2643 | 2026-05-15T19:52:22.482Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2644 | 2026-05-15T19:52:22.651Z | Compiling term v0.7.0 |
| 2645 | 2026-05-15T19:52:22.871Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2646 | 2026-05-15T19:52:22.966Z | Compiling downcast-rs v2.0.2 |
| 2647 | 2026-05-15T19:52:23.107Z | Compiling bit-vec v0.6.3 |
| 2648 | 2026-05-15T19:52:23.178Z | Compiling ascii-canvas v3.0.0 |
| 2649 | 2026-05-15T19:52:23.353Z | Compiling bit-set v0.5.3 |
| 2650 | 2026-05-15T19:52:23.379Z | Compiling itertools v0.10.5 |
| 2651 | 2026-05-15T19:52:23.446Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2652 | 2026-05-15T19:52:23.560Z | Compiling ena v0.14.4 |
| 2653 | 2026-05-15T19:52:23.638Z | Compiling libloading v0.8.9 |
| 2654 | 2026-05-15T19:52:23.715Z | Compiling unicase v2.9.0 |
| 2655 | 2026-05-15T19:52:23.877Z | Compiling crc8 v0.1.1 |
| 2656 | 2026-05-15T19:52:24.021Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2657 | 2026-05-15T19:52:24.038Z | Compiling regex-syntax v0.6.29 |
| 2658 | 2026-05-15T19:52:24.514Z | Compiling bindgen v0.71.1 |
| 2659 | 2026-05-15T19:52:24.647Z | Compiling diff v0.1.13 |
| 2660 | 2026-05-15T19:52:24.920Z | Compiling typify v0.4.3 |
| 2661 | 2026-05-15T19:52:25.091Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2662 | 2026-05-15T19:52:25.699Z | Compiling lalrpop v0.19.12 |
| 2663 | 2026-05-15T19:52:25.792Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2664 | 2026-05-15T19:52:25.956Z | Compiling cexpr v0.6.0 |
| 2665 | 2026-05-15T19:52:26.325Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2666 | 2026-05-15T19:52:26.357Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2667 | 2026-05-15T19:52:26.430Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2668 | 2026-05-15T19:52:26.534Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2669 | 2026-05-15T19:52:26.619Z | Compiling headers-core v0.3.0 |
| 2670 | 2026-05-15T19:52:26.764Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2671 | 2026-05-15T19:52:26.783Z | Compiling diesel v2.3.7 |
| 2672 | 2026-05-15T19:52:27.081Z | Compiling git-stub v1.0.0 |
| 2673 | 2026-05-15T19:52:27.118Z | Compiling libxml v0.3.3 |
| 2674 | 2026-05-15T19:52:27.362Z | Compiling git-stub-vcs v0.1.0 |
| 2675 | 2026-05-15T19:52:27.524Z | Compiling headers v0.4.1 |
| 2676 | 2026-05-15T19:52:27.732Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2677 | 2026-05-15T19:52:27.840Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2678 | 2026-05-15T19:52:28.136Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2679 | 2026-05-15T19:52:28.628Z | Compiling strum_macros v0.24.3 |
| 2680 | 2026-05-15T19:52:28.988Z | Compiling indoc v1.0.9 |
| 2681 | 2026-05-15T19:52:29.254Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2682 | 2026-05-15T19:52:29.431Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2683 | 2026-05-15T19:52:29.478Z | Compiling derive_builder v0.20.2 |
| 2684 | 2026-05-15T19:52:29.660Z | Compiling oso-derive v0.27.3 |
| 2685 | 2026-05-15T19:52:29.889Z | Compiling quick-xml v0.37.5 |
| 2686 | 2026-05-15T19:52:29.919Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2687 | 2026-05-15T19:52:30.090Z | Compiling openssl-probe v0.1.6 |
| 2688 | 2026-05-15T19:52:30.178Z | Compiling half v1.8.3 |
| 2689 | 2026-05-15T19:52:30.406Z | Compiling serde_cbor v0.11.2 |
| 2690 | 2026-05-15T19:52:30.658Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2691 | 2026-05-15T19:52:31.034Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2692 | 2026-05-15T19:52:31.099Z | Compiling samael v0.0.19 |
| 2693 | 2026-05-15T19:52:31.205Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2694 | 2026-05-15T19:52:31.387Z | Compiling bb8 v0.8.6 |
| 2695 | 2026-05-15T19:52:31.411Z | Compiling trait-variant v0.1.2 |
| 2696 | 2026-05-15T19:52:31.436Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2697 | 2026-05-15T19:52:31.489Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2698 | 2026-05-15T19:52:31.713Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2699 | 2026-05-15T19:52:31.781Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2700 | 2026-05-15T19:52:31.816Z | Compiling fxhash v0.2.1 |
| 2701 | 2026-05-15T19:52:31.975Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7) |
| 2702 | 2026-05-15T19:52:31.996Z | Compiling salty v0.3.0 |
| 2703 | 2026-05-15T19:52:32.321Z | Compiling progenitor-impl v0.11.2 |
| 2704 | 2026-05-15T19:52:32.369Z | Compiling progenitor-impl v0.10.0 |
| 2705 | 2026-05-15T19:52:32.572Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2706 | 2026-05-15T19:52:32.645Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2707 | 2026-05-15T19:52:32.971Z | Compiling kstat-rs v0.2.4 |
| 2708 | 2026-05-15T19:52:33.124Z | Compiling libz-sys v1.1.24 |
| 2709 | 2026-05-15T19:52:33.161Z | Compiling polar-core v0.27.3 |
| 2710 | 2026-05-15T19:52:33.271Z | Compiling nonempty v0.12.0 |
| 2711 | 2026-05-15T19:52:33.463Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2712 | 2026-05-15T19:52:33.505Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2713 | 2026-05-15T19:52:34.560Z | Compiling progenitor-macro v0.10.0 |
| 2714 | 2026-05-15T19:52:34.564Z | Compiling progenitor-macro v0.11.2 |
| 2715 | 2026-05-15T19:52:35.790Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2716 | 2026-05-15T19:52:36.351Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2717 | 2026-05-15T19:52:37.148Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2718 | 2026-05-15T19:52:37.210Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2719 | 2026-05-15T19:52:37.798Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2720 | 2026-05-15T19:52:38.198Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2721 | 2026-05-15T19:52:38.491Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2722 | 2026-05-15T19:52:38.629Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2723 | 2026-05-15T19:52:38.684Z | Compiling progenitor-client v0.11.2 |
| 2724 | 2026-05-15T19:52:39.223Z | Compiling darling_core v0.23.0 |
| 2725 | 2026-05-15T19:52:41.388Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2726 | 2026-05-15T19:52:42.340Z | Compiling oso v0.27.3 |
| 2727 | 2026-05-15T19:52:42.487Z | Compiling nanorand v0.7.0 |
| 2728 | 2026-05-15T19:52:42.872Z | Compiling arc-swap v1.8.2 |
| 2729 | 2026-05-15T19:52:43.006Z | Compiling fs-err v2.11.0 |
| 2730 | 2026-05-15T19:52:43.268Z | Compiling parking_lot_core v0.8.6 |
| 2731 | 2026-05-15T19:52:47.320Z | Compiling mime_guess v2.0.5 |
| 2732 | 2026-05-15T19:52:47.350Z | Compiling slog-scope v4.4.1 |
| 2733 | 2026-05-15T19:52:47.351Z | Compiling diesel-dtrace v0.5.0 |
| 2734 | 2026-05-15T19:52:47.351Z | Compiling async-bb8-diesel v0.2.1 |
| 2735 | 2026-05-15T19:52:47.351Z | Compiling flume v0.11.1 |
| 2736 | 2026-05-15T19:52:47.351Z | Compiling darling_macro v0.23.0 |
| 2737 | 2026-05-15T19:52:47.351Z | Compiling progenitor v0.11.2 |
| 2738 | 2026-05-15T19:52:47.351Z | Compiling progenitor v0.10.0 |
| 2739 | 2026-05-15T19:52:47.351Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2740 | 2026-05-15T19:52:47.351Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2741 | 2026-05-15T19:52:47.351Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2742 | 2026-05-15T19:52:47.365Z | Compiling primeorder v0.13.6 |
| 2743 | 2026-05-15T19:52:47.681Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2744 | 2026-05-15T19:52:47.885Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2745 | 2026-05-15T19:52:47.922Z | Compiling instability v0.3.11 |
| 2746 | 2026-05-15T19:52:48.107Z | Compiling p384 v0.13.1 |
| 2747 | 2026-05-15T19:52:48.232Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2748 | 2026-05-15T19:52:48.898Z | Compiling darling v0.23.0 |
| 2749 | 2026-05-15T19:52:49.056Z | Compiling slog-stdlog v4.1.1 |
| 2750 | 2026-05-15T19:52:49.663Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2751 | 2026-05-15T19:52:49.739Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2752 | 2026-05-15T19:52:49.925Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2753 | 2026-05-15T19:52:50.066Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2754 | 2026-05-15T19:52:50.267Z | Compiling ignore v0.4.25 |
| 2755 | 2026-05-15T19:52:50.421Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2756 | 2026-05-15T19:52:50.557Z | Compiling castaway v0.2.4 |
| 2757 | 2026-05-15T19:52:50.723Z | Compiling atty v0.2.14 |
| 2758 | 2026-05-15T19:52:50.881Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2759 | 2026-05-15T19:52:51.126Z | Compiling parse-size v1.1.0 |
| 2760 | 2026-05-15T19:52:51.245Z | Compiling http-range v0.1.5 |
| 2761 | 2026-05-15T19:52:51.359Z | Compiling indoc v2.0.7 |
| 2762 | 2026-05-15T19:52:51.591Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2763 | 2026-05-15T19:52:51.806Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2764 | 2026-05-15T19:52:52.465Z | Compiling globwalk v0.9.1 |
| 2765 | 2026-05-15T19:52:52.526Z | Compiling compact_str v0.8.1 |
| 2766 | 2026-05-15T19:52:53.162Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2767 | 2026-05-15T19:52:53.675Z | Compiling parking_lot v0.11.2 |
| 2768 | 2026-05-15T19:52:53.722Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2769 | 2026-05-15T19:52:54.446Z | Compiling slog-envlogger v2.2.0 |
| 2770 | 2026-05-15T19:52:54.594Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2771 | 2026-05-15T19:52:55.711Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2772 | 2026-05-15T19:52:55.946Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2773 | 2026-05-15T19:52:56.060Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2774 | 2026-05-15T19:52:56.126Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2775 | 2026-05-15T19:52:56.454Z | Compiling predicates-tree v1.0.13 |
| 2776 | 2026-05-15T19:52:56.478Z | Compiling unicode-truncate v1.1.0 |
| 2777 | 2026-05-15T19:52:56.557Z | Compiling lru v0.12.5 |
| 2778 | 2026-05-15T19:52:56.707Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2779 | 2026-05-15T19:52:56.747Z | Compiling rand_seeder v0.4.0 |
| 2780 | 2026-05-15T19:52:56.806Z | Compiling prefix-trie v0.7.0 |
| 2781 | 2026-05-15T19:52:56.843Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2782 | 2026-05-15T19:52:56.921Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2783 | 2026-05-15T19:52:57.018Z | Compiling vergen-git2 v1.0.7 |
| 2784 | 2026-05-15T19:52:57.180Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2785 | 2026-05-15T19:52:57.261Z | Compiling cassowary v0.3.0 |
| 2786 | 2026-05-15T19:52:57.282Z | Compiling corncobs v0.1.4 |
| 2787 | 2026-05-15T19:52:57.325Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2788 | 2026-05-15T19:52:57.380Z | Compiling hickory-server v0.25.2 |
| 2789 | 2026-05-15T19:52:57.485Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2790 | 2026-05-15T19:52:57.538Z | Compiling ratatui v0.29.0 |
| 2791 | 2026-05-15T19:52:57.650Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2792 | 2026-05-15T19:52:57.683Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2793 | 2026-05-15T19:52:57.947Z | Compiling camino-tempfile-ext v0.3.3 |
| 2794 | 2026-05-15T19:52:58.288Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2795 | 2026-05-15T19:52:58.616Z | Compiling hyper-staticfile v0.10.1 |
| 2796 | 2026-05-15T19:52:58.857Z | Compiling sled v0.34.7 |
| 2797 | 2026-05-15T19:52:59.366Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2798 | 2026-05-15T19:52:59.878Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2799 | 2026-05-15T19:53:00.046Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2800 | 2026-05-15T19:53:01.450Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2801 | 2026-05-15T19:53:01.682Z | Compiling secrecy v0.8.0 |
| 2802 | 2026-05-15T19:53:01.881Z | Compiling rustls v0.21.12 |
| 2803 | 2026-05-15T19:53:02.109Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2804 | 2026-05-15T19:53:02.519Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2805 | 2026-05-15T19:53:02.818Z | error[E0271]: expected `Answers` to be an iterator that yields `&Record`, but it yields `&Record` |
| 2806 | 2026-05-15T19:53:02.818Z | --> dns-server/src/dns_server.rs:487:12 |
| 2807 | 2026-05-15T19:53:02.818Z | | |
| 2808 | 2026-05-15T19:53:02.818Z | 487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>, |
| 2809 | 2026-05-15T19:53:02.818Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 2810 | 2026-05-15T19:53:02.818Z | | |
| 2811 | 2026-05-15T19:53:02.818Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 2812 | 2026-05-15T19:53:02.818Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 2813 | 2026-05-15T19:53:02.818Z | | |
| 2814 | 2026-05-15T19:53:02.818Z | 77 | pub struct Record<R: RecordData = RData> { |
| 2815 | 2026-05-15T19:53:02.818Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 2816 | 2026-05-15T19:53:02.818Z | | |
| 2817 | 2026-05-15T19:53:02.818Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 2818 | 2026-05-15T19:53:02.818Z | | |
| 2819 | 2026-05-15T19:53:02.818Z | 78 | pub struct Record<R: RecordData = RData> { |
| 2820 | 2026-05-15T19:53:02.818Z | | ---------------------------------------- this is the found type |
| 2821 | 2026-05-15T19:53:02.818Z | = help: you can use `cargo tree` to explore your dependency tree |
| 2822 | 2026-05-15T19:53:02.818Z | note: required by a bound in `MessageResponse` |
| 2823 | 2026-05-15T19:53:02.818Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23 |
| 2824 | 2026-05-15T19:53:02.819Z | | |
| 2825 | 2026-05-15T19:53:02.819Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 2826 | 2026-05-15T19:53:02.819Z | | --------------- required by a bound in this struct |
| 2827 | 2026-05-15T19:53:02.819Z | 22 | where |
| 2828 | 2026-05-15T19:53:02.819Z | 23 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 2829 | 2026-05-15T19:53:02.819Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 2830 | 2026-05-15T19:53:02.819Z | |
| 2831 | 2026-05-15T19:53:02.819Z | error[E0271]: expected `NameServers` to be an iterator that yields `&Record`, but it yields `&Record` |
| 2832 | 2026-05-15T19:53:02.819Z | --> dns-server/src/dns_server.rs:487:12 |
| 2833 | 2026-05-15T19:53:02.819Z | | |
| 2834 | 2026-05-15T19:53:02.819Z | 487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>, |
| 2835 | 2026-05-15T19:53:02.819Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 2836 | 2026-05-15T19:53:02.819Z | | |
| 2837 | 2026-05-15T19:53:02.819Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 2838 | 2026-05-15T19:53:02.819Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 2839 | 2026-05-15T19:53:02.819Z | | |
| 2840 | 2026-05-15T19:53:02.819Z | 77 | pub struct Record<R: RecordData = RData> { |
| 2841 | 2026-05-15T19:53:02.819Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 2842 | 2026-05-15T19:53:02.819Z | | |
| 2843 | 2026-05-15T19:53:02.819Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 2844 | 2026-05-15T19:53:02.819Z | | |
| 2845 | 2026-05-15T19:53:02.820Z | 78 | pub struct Record<R: RecordData = RData> { |
| 2846 | 2026-05-15T19:53:02.820Z | | ---------------------------------------- this is the found type |
| 2847 | 2026-05-15T19:53:02.820Z | = help: you can use `cargo tree` to explore your dependency tree |
| 2848 | 2026-05-15T19:53:02.820Z | note: required by a bound in `MessageResponse` |
| 2849 | 2026-05-15T19:53:02.820Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:24:27 |
| 2850 | 2026-05-15T19:53:02.820Z | | |
| 2851 | 2026-05-15T19:53:02.820Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 2852 | 2026-05-15T19:53:02.820Z | | --------------- required by a bound in this struct |
| 2853 | 2026-05-15T19:53:02.820Z | ... |
| 2854 | 2026-05-15T19:53:02.820Z | 24 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 2855 | 2026-05-15T19:53:02.820Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 2856 | 2026-05-15T19:53:02.820Z | |
| 2857 | 2026-05-15T19:53:02.824Z | error[E0271]: expected `Soa` to be an iterator that yields `&Record`, but it yields `&Record` |
| 2858 | 2026-05-15T19:53:02.825Z | --> dns-server/src/dns_server.rs:487:12 |
| 2859 | 2026-05-15T19:53:02.825Z | | |
| 2860 | 2026-05-15T19:53:02.825Z | 487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>, |
| 2861 | 2026-05-15T19:53:02.825Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 2862 | 2026-05-15T19:53:02.825Z | | |
| 2863 | 2026-05-15T19:53:02.825Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 2864 | 2026-05-15T19:53:02.825Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 2865 | 2026-05-15T19:53:02.825Z | | |
| 2866 | 2026-05-15T19:53:02.825Z | 77 | pub struct Record<R: RecordData = RData> { |
| 2867 | 2026-05-15T19:53:02.825Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 2868 | 2026-05-15T19:53:02.825Z | | |
| 2869 | 2026-05-15T19:53:02.825Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 2870 | 2026-05-15T19:53:02.825Z | | |
| 2871 | 2026-05-15T19:53:02.825Z | 78 | pub struct Record<R: RecordData = RData> { |
| 2872 | 2026-05-15T19:53:02.826Z | | ---------------------------------------- this is the found type |
| 2873 | 2026-05-15T19:53:02.826Z | = help: you can use `cargo tree` to explore your dependency tree |
| 2874 | 2026-05-15T19:53:02.826Z | note: required by a bound in `MessageResponse` |
| 2875 | 2026-05-15T19:53:02.826Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:25:19 |
| 2876 | 2026-05-15T19:53:02.826Z | | |
| 2877 | 2026-05-15T19:53:02.826Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 2878 | 2026-05-15T19:53:02.826Z | | --------------- required by a bound in this struct |
| 2879 | 2026-05-15T19:53:02.826Z | ... |
| 2880 | 2026-05-15T19:53:02.826Z | 25 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 2881 | 2026-05-15T19:53:02.826Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 2882 | 2026-05-15T19:53:02.826Z | |
| 2883 | 2026-05-15T19:53:02.826Z | error[E0271]: expected `Additionals` to be an iterator that yields `&Record`, but it yields `&Record` |
| 2884 | 2026-05-15T19:53:02.826Z | --> dns-server/src/dns_server.rs:487:12 |
| 2885 | 2026-05-15T19:53:02.826Z | | |
| 2886 | 2026-05-15T19:53:02.826Z | 487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>, |
| 2887 | 2026-05-15T19:53:02.826Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 2888 | 2026-05-15T19:53:02.826Z | | |
| 2889 | 2026-05-15T19:53:02.826Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 2890 | 2026-05-15T19:53:02.826Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 2891 | 2026-05-15T19:53:02.826Z | | |
| 2892 | 2026-05-15T19:53:02.826Z | 77 | pub struct Record<R: RecordData = RData> { |
| 2893 | 2026-05-15T19:53:02.827Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 2894 | 2026-05-15T19:53:02.827Z | | |
| 2895 | 2026-05-15T19:53:02.827Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 2896 | 2026-05-15T19:53:02.827Z | | |
| 2897 | 2026-05-15T19:53:02.827Z | 78 | pub struct Record<R: RecordData = RData> { |
| 2898 | 2026-05-15T19:53:02.827Z | | ---------------------------------------- this is the found type |
| 2899 | 2026-05-15T19:53:02.827Z | = help: you can use `cargo tree` to explore your dependency tree |
| 2900 | 2026-05-15T19:53:02.827Z | note: required by a bound in `MessageResponse` |
| 2901 | 2026-05-15T19:53:02.827Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27 |
| 2902 | 2026-05-15T19:53:02.827Z | | |
| 2903 | 2026-05-15T19:53:02.827Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 2904 | 2026-05-15T19:53:02.828Z | | --------------- required by a bound in this struct |
| 2905 | 2026-05-15T19:53:02.828Z | ... |
| 2906 | 2026-05-15T19:53:02.828Z | 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 2907 | 2026-05-15T19:53:02.828Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 2908 | 2026-05-15T19:53:02.828Z | |
| 2909 | 2026-05-15T19:53:03.004Z | error[E0599]: no function or associated item named `read` found for struct `MessageRequest` in the current scope |
| 2910 | 2026-05-15T19:53:03.004Z | --> dns-server/src/dns_server.rs:161:36 |
| 2911 | 2026-05-15T19:53:03.005Z | | |
| 2912 | 2026-05-15T19:53:03.005Z | 161 | let mr = match MessageRequest::read(&mut dec) { |
| 2913 | 2026-05-15T19:53:03.005Z | | ^^^^ function or associated item not found in `MessageRequest` |
| 2914 | 2026-05-15T19:53:03.005Z | | |
| 2915 | 2026-05-15T19:53:03.005Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 2916 | 2026-05-15T19:53:03.005Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/serialize/binary/mod.rs:44:1 |
| 2917 | 2026-05-15T19:53:03.005Z | | |
| 2918 | 2026-05-15T19:53:03.005Z | 44 | pub trait BinDecodable<'r>: Sized { |
| 2919 | 2026-05-15T19:53:03.005Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait |
| 2920 | 2026-05-15T19:53:03.005Z | | |
| 2921 | 2026-05-15T19:53:03.005Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/serialize/binary/mod.rs:45:1 |
| 2922 | 2026-05-15T19:53:03.006Z | | |
| 2923 | 2026-05-15T19:53:03.006Z | 45 | pub trait BinDecodable<'r>: Sized { |
| 2924 | 2026-05-15T19:53:03.006Z | | --------------------------------- this is the trait that was imported |
| 2925 | 2026-05-15T19:53:03.006Z | = help: you can use `cargo tree` to explore your dependency tree |
| 2926 | 2026-05-15T19:53:03.006Z | |
| 2927 | 2026-05-15T19:53:03.020Z | error[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope |
| 2928 | 2026-05-15T19:53:03.020Z | --> dns-server/src/dns_server.rs:173:34 |
| 2929 | 2026-05-15T19:53:03.020Z | | |
| 2930 | 2026-05-15T19:53:03.020Z | 173 | let header = Header::response_from_request(mr.header()); |
| 2931 | 2026-05-15T19:53:03.020Z | | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header` |
| 2932 | 2026-05-15T19:53:03.021Z | | |
| 2933 | 2026-05-15T19:53:03.021Z | note: the function `response_from_request` is implemented on `hickory_proto::op::Metadata` |
| 2934 | 2026-05-15T19:53:03.021Z | --> dns-server/src/dns_server.rs:173:26 |
| 2935 | 2026-05-15T19:53:03.021Z | | |
| 2936 | 2026-05-15T19:53:03.021Z | 173 | let header = Header::response_from_request(mr.header()); |
| 2937 | 2026-05-15T19:53:03.021Z | | ^^^^^^ |
| 2938 | 2026-05-15T19:53:03.021Z | |
| 2939 | 2026-05-15T19:53:03.045Z | error[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope |
| 2940 | 2026-05-15T19:53:03.045Z | --> dns-server/src/dns_server.rs:273:30 |
| 2941 | 2026-05-15T19:53:03.045Z | | |
| 2942 | 2026-05-15T19:53:03.045Z | 273 | let mut header = Header::response_from_request(mr.header()); |
| 2943 | 2026-05-15T19:53:03.045Z | | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header` |
| 2944 | 2026-05-15T19:53:03.045Z | | |
| 2945 | 2026-05-15T19:53:03.045Z | note: the function `response_from_request` is implemented on `hickory_proto::op::Metadata` |
| 2946 | 2026-05-15T19:53:03.045Z | --> dns-server/src/dns_server.rs:273:22 |
| 2947 | 2026-05-15T19:53:03.045Z | | |
| 2948 | 2026-05-15T19:53:03.045Z | 273 | let mut header = Header::response_from_request(mr.header()); |
| 2949 | 2026-05-15T19:53:03.045Z | | ^^^^^^ |
| 2950 | 2026-05-15T19:53:03.045Z | |
| 2951 | 2026-05-15T19:53:03.065Z | error[E0308]: mismatched types |
| 2952 | 2026-05-15T19:53:03.065Z | --> dns-server/src/dns_server.rs:299:30 |
| 2953 | 2026-05-15T19:53:03.065Z | | |
| 2954 | 2026-05-15T19:53:03.065Z | 299 | let answer = store.query(query)?; |
| 2955 | 2026-05-15T19:53:03.065Z | | ----- ^^^^^ expected `hickory_proto::op::LowerQuery`, found `LowerQuery` |
| 2956 | 2026-05-15T19:53:03.065Z | | | |
| 2957 | 2026-05-15T19:53:03.065Z | | arguments to this method are incorrect |
| 2958 | 2026-05-15T19:53:03.065Z | | |
| 2959 | 2026-05-15T19:53:03.065Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 2960 | 2026-05-15T19:53:03.065Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/lower_query.rs:22:1 |
| 2961 | 2026-05-15T19:53:03.065Z | | |
| 2962 | 2026-05-15T19:53:03.065Z | 22 | pub struct LowerQuery { |
| 2963 | 2026-05-15T19:53:03.065Z | | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 2964 | 2026-05-15T19:53:03.065Z | | |
| 2965 | 2026-05-15T19:53:03.065Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/lower_query.rs:18:1 |
| 2966 | 2026-05-15T19:53:03.065Z | | |
| 2967 | 2026-05-15T19:53:03.065Z | 18 | pub struct LowerQuery { |
| 2968 | 2026-05-15T19:53:03.065Z | | --------------------- this is the found type |
| 2969 | 2026-05-15T19:53:03.065Z | = help: you can use `cargo tree` to explore your dependency tree |
| 2970 | 2026-05-15T19:53:03.065Z | note: method defined here |
| 2971 | 2026-05-15T19:53:03.065Z | --> dns-server/src/storage.rs:762:19 |
| 2972 | 2026-05-15T19:53:03.065Z | | |
| 2973 | 2026-05-15T19:53:03.065Z | 762 | pub(crate) fn query( |
| 2974 | 2026-05-15T19:53:03.065Z | | ^^^^^ |
| 2975 | 2026-05-15T19:53:03.065Z | 763 | &self, |
| 2976 | 2026-05-15T19:53:03.065Z | 764 | query: &LowerQuery, |
| 2977 | 2026-05-15T19:53:03.066Z | | ------------------ |
| 2978 | 2026-05-15T19:53:03.066Z | |
| 2979 | 2026-05-15T19:53:03.071Z | error[E0308]: mismatched types |
| 2980 | 2026-05-15T19:53:03.071Z | --> dns-server/src/dns_server.rs:311:55 |
| 2981 | 2026-05-15T19:53:03.071Z | | |
| 2982 | 2026-05-15T19:53:03.071Z | 311 | if answer.name.is_none() && query.query_type() == RecordType::SOA { |
| 2983 | 2026-05-15T19:53:03.071Z | | ------------------ ^^^^^^^^^^^^^^^ expected `RecordType`, found `hickory_proto::rr::RecordType` |
| 2984 | 2026-05-15T19:53:03.071Z | | | |
| 2985 | 2026-05-15T19:53:03.071Z | | expected because this is `hickory_resolver::hickory_proto::rr::RecordType` |
| 2986 | 2026-05-15T19:53:03.071Z | | |
| 2987 | 2026-05-15T19:53:03.071Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 2988 | 2026-05-15T19:53:03.071Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/record_type.rs:33:1 |
| 2989 | 2026-05-15T19:53:03.071Z | | |
| 2990 | 2026-05-15T19:53:03.071Z | 33 | pub enum RecordType { |
| 2991 | 2026-05-15T19:53:03.071Z | | ^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 2992 | 2026-05-15T19:53:03.071Z | | |
| 2993 | 2026-05-15T19:53:03.071Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record_type.rs:33:1 |
| 2994 | 2026-05-15T19:53:03.072Z | | |
| 2995 | 2026-05-15T19:53:03.072Z | 33 | pub enum RecordType { |
| 2996 | 2026-05-15T19:53:03.072Z | | ------------------- this is the found type |
| 2997 | 2026-05-15T19:53:03.072Z | = help: you can use `cargo tree` to explore your dependency tree |
| 2998 | 2026-05-15T19:53:03.072Z | |
| 2999 | 2026-05-15T19:53:03.087Z | error[E0599]: no method named `data` found for reference `&hickory_proto::rr::Record` in the current scope |
| 3000 | 2026-05-15T19:53:03.087Z | --> dns-server/src/dns_server.rs:327:60 |
| 3001 | 2026-05-15T19:53:03.087Z | | |
| 3002 | 2026-05-15T19:53:03.087Z | 327 | .filter(|record| match (query.query_type(), record.data()) { |
| 3003 | 2026-05-15T19:53:03.087Z | | ^^^^-- help: remove the arguments |
| 3004 | 2026-05-15T19:53:03.087Z | | | |
| 3005 | 2026-05-15T19:53:03.087Z | | field, not a method |
| 3006 | 2026-05-15T19:53:03.087Z | |
| 3007 | 2026-05-15T19:53:03.104Z | error[E0599]: no method named `data` found for struct `hickory_proto::rr::Record<R>` in the current scope |
| 3008 | 2026-05-15T19:53:03.104Z | --> dns-server/src/dns_server.rs:348:51 |
| 3009 | 2026-05-15T19:53:03.104Z | | |
| 3010 | 2026-05-15T19:53:03.104Z | 348 | let additionals_target = match record.data() { |
| 3011 | 2026-05-15T19:53:03.104Z | | ^^^^-- help: remove the arguments |
| 3012 | 2026-05-15T19:53:03.104Z | | | |
| 3013 | 2026-05-15T19:53:03.104Z | | field, not a method |
| 3014 | 2026-05-15T19:53:03.104Z | |
| 3015 | 2026-05-15T19:53:03.122Z | error[E0599]: no method named `target` found for struct `hickory_proto::rr::rdata::SRV` in the current scope |
| 3016 | 2026-05-15T19:53:03.122Z | --> dns-server/src/dns_server.rs:349:45 |
| 3017 | 2026-05-15T19:53:03.122Z | | |
| 3018 | 2026-05-15T19:53:03.122Z | 349 | RData::SRV(srv) => Some(srv.target()), |
| 3019 | 2026-05-15T19:53:03.122Z | | ^^^^^^-- help: remove the arguments |
| 3020 | 2026-05-15T19:53:03.123Z | | | |
| 3021 | 2026-05-15T19:53:03.123Z | | field, not a method |
| 3022 | 2026-05-15T19:53:03.123Z | |
| 3023 | 2026-05-15T19:53:03.129Z | error[E0271]: type mismatch resolving `<Vec<&Record> as IntoIterator>::Item == &Record` |
| 3024 | 2026-05-15T19:53:03.129Z | --> dns-server/src/dns_server.rs:416:9 |
| 3025 | 2026-05-15T19:53:03.129Z | | |
| 3026 | 2026-05-15T19:53:03.129Z | 414 | let mresp = rb.build( |
| 3027 | 2026-05-15T19:53:03.129Z | | ----- required by a bound introduced by this call |
| 3028 | 2026-05-15T19:53:03.129Z | 415 | header, |
| 3029 | 2026-05-15T19:53:03.129Z | 416 | response_records.iter().collect::<Vec<&Record>>(), |
| 3030 | 2026-05-15T19:53:03.129Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3031 | 2026-05-15T19:53:03.129Z | | |
| 3032 | 2026-05-15T19:53:03.129Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3033 | 2026-05-15T19:53:03.129Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3034 | 2026-05-15T19:53:03.129Z | | |
| 3035 | 2026-05-15T19:53:03.129Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3036 | 2026-05-15T19:53:03.129Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3037 | 2026-05-15T19:53:03.129Z | | |
| 3038 | 2026-05-15T19:53:03.129Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3039 | 2026-05-15T19:53:03.129Z | | |
| 3040 | 2026-05-15T19:53:03.129Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3041 | 2026-05-15T19:53:03.130Z | | ---------------------------------------- this is the found type |
| 3042 | 2026-05-15T19:53:03.130Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3043 | 2026-05-15T19:53:03.130Z | note: the method call chain might not have had the expected associated types |
| 3044 | 2026-05-15T19:53:03.130Z | --> dns-server/src/dns_server.rs:416:26 |
| 3045 | 2026-05-15T19:53:03.130Z | | |
| 3046 | 2026-05-15T19:53:03.130Z | 411 | response_records: &[Record], |
| 3047 | 2026-05-15T19:53:03.130Z | | ---------------- this expression has type `&[Record]` |
| 3048 | 2026-05-15T19:53:03.130Z | ... |
| 3049 | 2026-05-15T19:53:03.130Z | 416 | response_records.iter().collect::<Vec<&Record>>(), |
| 3050 | 2026-05-15T19:53:03.130Z | | ^^^^^^ ------------------------- `IntoIterator::Item` remains `&Record` here |
| 3051 | 2026-05-15T19:53:03.130Z | | | |
| 3052 | 2026-05-15T19:53:03.130Z | | `IntoIterator::Item` is `&Record` here |
| 3053 | 2026-05-15T19:53:03.130Z | note: required by a bound in `MessageResponseBuilder::<'q>::build` |
| 3054 | 2026-05-15T19:53:03.130Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:138:25 |
| 3055 | 2026-05-15T19:53:03.130Z | | |
| 3056 | 2026-05-15T19:53:03.130Z | 129 | pub fn build<'a, A, N, S, D>( |
| 3057 | 2026-05-15T19:53:03.130Z | | ----- required by a bound in this associated function |
| 3058 | 2026-05-15T19:53:03.130Z | ... |
| 3059 | 2026-05-15T19:53:03.130Z | 138 | A: IntoIterator<Item = &'a Record> + Send + 'a, |
| 3060 | 2026-05-15T19:53:03.130Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build` |
| 3061 | 2026-05-15T19:53:03.130Z | |
| 3062 | 2026-05-15T19:53:03.134Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3063 | 2026-05-15T19:53:03.134Z | --> dns-server/src/dns_server.rs:414:20 |
| 3064 | 2026-05-15T19:53:03.134Z | | |
| 3065 | 2026-05-15T19:53:03.134Z | 414 | let mresp = rb.build( |
| 3066 | 2026-05-15T19:53:03.134Z | | ^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3067 | 2026-05-15T19:53:03.135Z | | |
| 3068 | 2026-05-15T19:53:03.135Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3069 | 2026-05-15T19:53:03.135Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3070 | 2026-05-15T19:53:03.135Z | | |
| 3071 | 2026-05-15T19:53:03.135Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3072 | 2026-05-15T19:53:03.135Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3073 | 2026-05-15T19:53:03.135Z | | |
| 3074 | 2026-05-15T19:53:03.135Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3075 | 2026-05-15T19:53:03.135Z | | |
| 3076 | 2026-05-15T19:53:03.135Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3077 | 2026-05-15T19:53:03.135Z | | ---------------------------------------- this is the found type |
| 3078 | 2026-05-15T19:53:03.135Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3079 | 2026-05-15T19:53:03.135Z | note: required by a bound in `MessageResponse` |
| 3080 | 2026-05-15T19:53:03.135Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23 |
| 3081 | 2026-05-15T19:53:03.135Z | | |
| 3082 | 2026-05-15T19:53:03.135Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3083 | 2026-05-15T19:53:03.135Z | | --------------- required by a bound in this struct |
| 3084 | 2026-05-15T19:53:03.135Z | 22 | where |
| 3085 | 2026-05-15T19:53:03.135Z | 23 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3086 | 2026-05-15T19:53:03.135Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3087 | 2026-05-15T19:53:03.135Z | |
| 3088 | 2026-05-15T19:53:03.135Z | error[E0271]: type mismatch resolving `<&[Record] as IntoIterator>::Item == &Record` |
| 3089 | 2026-05-15T19:53:03.135Z | --> dns-server/src/dns_server.rs:419:9 |
| 3090 | 2026-05-15T19:53:03.135Z | | |
| 3091 | 2026-05-15T19:53:03.135Z | 414 | let mresp = rb.build( |
| 3092 | 2026-05-15T19:53:03.135Z | | ----- required by a bound introduced by this call |
| 3093 | 2026-05-15T19:53:03.135Z | ... |
| 3094 | 2026-05-15T19:53:03.135Z | 419 | additional_records, |
| 3095 | 2026-05-15T19:53:03.135Z | | ^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3096 | 2026-05-15T19:53:03.135Z | | |
| 3097 | 2026-05-15T19:53:03.135Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3098 | 2026-05-15T19:53:03.135Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3099 | 2026-05-15T19:53:03.135Z | | |
| 3100 | 2026-05-15T19:53:03.135Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3101 | 2026-05-15T19:53:03.135Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3102 | 2026-05-15T19:53:03.135Z | | |
| 3103 | 2026-05-15T19:53:03.135Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3104 | 2026-05-15T19:53:03.136Z | | |
| 3105 | 2026-05-15T19:53:03.136Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3106 | 2026-05-15T19:53:03.136Z | | ---------------------------------------- this is the found type |
| 3107 | 2026-05-15T19:53:03.136Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3108 | 2026-05-15T19:53:03.136Z | note: required by a bound in `MessageResponseBuilder::<'q>::build` |
| 3109 | 2026-05-15T19:53:03.136Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:144:25 |
| 3110 | 2026-05-15T19:53:03.136Z | | |
| 3111 | 2026-05-15T19:53:03.136Z | 129 | pub fn build<'a, A, N, S, D>( |
| 3112 | 2026-05-15T19:53:03.136Z | | ----- required by a bound in this associated function |
| 3113 | 2026-05-15T19:53:03.136Z | ... |
| 3114 | 2026-05-15T19:53:03.136Z | 144 | D: IntoIterator<Item = &'a Record> + Send + 'a, |
| 3115 | 2026-05-15T19:53:03.136Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build` |
| 3116 | 2026-05-15T19:53:03.136Z | |
| 3117 | 2026-05-15T19:53:03.136Z | error[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3118 | 2026-05-15T19:53:03.136Z | --> dns-server/src/dns_server.rs:414:20 |
| 3119 | 2026-05-15T19:53:03.136Z | | |
| 3120 | 2026-05-15T19:53:03.136Z | 414 | let mresp = rb.build( |
| 3121 | 2026-05-15T19:53:03.136Z | | ^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3122 | 2026-05-15T19:53:03.136Z | | |
| 3123 | 2026-05-15T19:53:03.136Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3124 | 2026-05-15T19:53:03.136Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3125 | 2026-05-15T19:53:03.136Z | | |
| 3126 | 2026-05-15T19:53:03.136Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3127 | 2026-05-15T19:53:03.136Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3128 | 2026-05-15T19:53:03.136Z | | |
| 3129 | 2026-05-15T19:53:03.136Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3130 | 2026-05-15T19:53:03.136Z | | |
| 3131 | 2026-05-15T19:53:03.136Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3132 | 2026-05-15T19:53:03.136Z | | ---------------------------------------- this is the found type |
| 3133 | 2026-05-15T19:53:03.136Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3134 | 2026-05-15T19:53:03.136Z | note: required by a bound in `MessageResponse` |
| 3135 | 2026-05-15T19:53:03.136Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27 |
| 3136 | 2026-05-15T19:53:03.136Z | | |
| 3137 | 2026-05-15T19:53:03.136Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3138 | 2026-05-15T19:53:03.136Z | | --------------- required by a bound in this struct |
| 3139 | 2026-05-15T19:53:03.136Z | ... |
| 3140 | 2026-05-15T19:53:03.136Z | 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 3141 | 2026-05-15T19:53:03.137Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3142 | 2026-05-15T19:53:03.137Z | |
| 3143 | 2026-05-15T19:53:03.141Z | error[E0308]: mismatched types |
| 3144 | 2026-05-15T19:53:03.141Z | --> dns-server/src/dns_server.rs:415:9 |
| 3145 | 2026-05-15T19:53:03.141Z | | |
| 3146 | 2026-05-15T19:53:03.141Z | 414 | let mresp = rb.build( |
| 3147 | 2026-05-15T19:53:03.141Z | | ----- arguments to this method are incorrect |
| 3148 | 2026-05-15T19:53:03.141Z | 415 | header, |
| 3149 | 2026-05-15T19:53:03.141Z | | ^^^^^^ expected `Header`, found `hickory_proto::op::Header` |
| 3150 | 2026-05-15T19:53:03.141Z | | |
| 3151 | 2026-05-15T19:53:03.141Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3152 | 2026-05-15T19:53:03.141Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1 |
| 3153 | 2026-05-15T19:53:03.141Z | | |
| 3154 | 2026-05-15T19:53:03.141Z | 57 | pub struct Header { |
| 3155 | 2026-05-15T19:53:03.142Z | | ^^^^^^^^^^^^^^^^^ this is the expected type |
| 3156 | 2026-05-15T19:53:03.142Z | | |
| 3157 | 2026-05-15T19:53:03.142Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1 |
| 3158 | 2026-05-15T19:53:03.142Z | | |
| 3159 | 2026-05-15T19:53:03.142Z | 57 | pub struct Header { |
| 3160 | 2026-05-15T19:53:03.142Z | | ----------------- this is the found type |
| 3161 | 2026-05-15T19:53:03.142Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3162 | 2026-05-15T19:53:03.142Z | note: method defined here |
| 3163 | 2026-05-15T19:53:03.142Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:129:12 |
| 3164 | 2026-05-15T19:53:03.142Z | | |
| 3165 | 2026-05-15T19:53:03.142Z | 129 | pub fn build<'a, A, N, S, D>( |
| 3166 | 2026-05-15T19:53:03.142Z | | ^^^^^ |
| 3167 | 2026-05-15T19:53:03.142Z | |
| 3168 | 2026-05-15T19:53:03.142Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3169 | 2026-05-15T19:53:03.142Z | --> dns-server/src/dns_server.rs:422:31 |
| 3170 | 2026-05-15T19:53:03.142Z | | |
| 3171 | 2026-05-15T19:53:03.142Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 3172 | 2026-05-15T19:53:03.142Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3173 | 2026-05-15T19:53:03.142Z | | | |
| 3174 | 2026-05-15T19:53:03.142Z | | required by a bound introduced by this call |
| 3175 | 2026-05-15T19:53:03.142Z | | |
| 3176 | 2026-05-15T19:53:03.142Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3177 | 2026-05-15T19:53:03.142Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3178 | 2026-05-15T19:53:03.142Z | | |
| 3179 | 2026-05-15T19:53:03.142Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3180 | 2026-05-15T19:53:03.142Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3181 | 2026-05-15T19:53:03.142Z | | |
| 3182 | 2026-05-15T19:53:03.142Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3183 | 2026-05-15T19:53:03.142Z | | |
| 3184 | 2026-05-15T19:53:03.142Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3185 | 2026-05-15T19:53:03.142Z | | ---------------------------------------- this is the found type |
| 3186 | 2026-05-15T19:53:03.142Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3187 | 2026-05-15T19:53:03.142Z | note: required by a bound in `encode_and_send` |
| 3188 | 2026-05-15T19:53:03.142Z | --> dns-server/src/dns_server.rs:492:27 |
| 3189 | 2026-05-15T19:53:03.142Z | | |
| 3190 | 2026-05-15T19:53:03.143Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3191 | 2026-05-15T19:53:03.143Z | | --------------- required by a bound in this function |
| 3192 | 2026-05-15T19:53:03.143Z | ... |
| 3193 | 2026-05-15T19:53:03.143Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3194 | 2026-05-15T19:53:03.143Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3195 | 2026-05-15T19:53:03.143Z | |
| 3196 | 2026-05-15T19:53:03.143Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3197 | 2026-05-15T19:53:03.143Z | --> dns-server/src/dns_server.rs:422:31 |
| 3198 | 2026-05-15T19:53:03.143Z | | |
| 3199 | 2026-05-15T19:53:03.143Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 3200 | 2026-05-15T19:53:03.143Z | | ^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3201 | 2026-05-15T19:53:03.143Z | | |
| 3202 | 2026-05-15T19:53:03.143Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3203 | 2026-05-15T19:53:03.143Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3204 | 2026-05-15T19:53:03.143Z | | |
| 3205 | 2026-05-15T19:53:03.143Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3206 | 2026-05-15T19:53:03.143Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3207 | 2026-05-15T19:53:03.143Z | | |
| 3208 | 2026-05-15T19:53:03.143Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3209 | 2026-05-15T19:53:03.143Z | | |
| 3210 | 2026-05-15T19:53:03.143Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3211 | 2026-05-15T19:53:03.143Z | | ---------------------------------------- this is the found type |
| 3212 | 2026-05-15T19:53:03.143Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3213 | 2026-05-15T19:53:03.143Z | note: required by a bound in `MessageResponse` |
| 3214 | 2026-05-15T19:53:03.143Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23 |
| 3215 | 2026-05-15T19:53:03.143Z | | |
| 3216 | 2026-05-15T19:53:03.143Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3217 | 2026-05-15T19:53:03.143Z | | --------------- required by a bound in this struct |
| 3218 | 2026-05-15T19:53:03.143Z | 22 | where |
| 3219 | 2026-05-15T19:53:03.143Z | 23 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3220 | 2026-05-15T19:53:03.143Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3221 | 2026-05-15T19:53:03.143Z | |
| 3222 | 2026-05-15T19:53:03.143Z | error[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3223 | 2026-05-15T19:53:03.143Z | --> dns-server/src/dns_server.rs:422:31 |
| 3224 | 2026-05-15T19:53:03.143Z | | |
| 3225 | 2026-05-15T19:53:03.144Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 3226 | 2026-05-15T19:53:03.144Z | | ^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3227 | 2026-05-15T19:53:03.144Z | | |
| 3228 | 2026-05-15T19:53:03.144Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3229 | 2026-05-15T19:53:03.144Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3230 | 2026-05-15T19:53:03.144Z | | |
| 3231 | 2026-05-15T19:53:03.144Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3232 | 2026-05-15T19:53:03.144Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3233 | 2026-05-15T19:53:03.144Z | | |
| 3234 | 2026-05-15T19:53:03.144Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3235 | 2026-05-15T19:53:03.144Z | | |
| 3236 | 2026-05-15T19:53:03.144Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3237 | 2026-05-15T19:53:03.144Z | | ---------------------------------------- this is the found type |
| 3238 | 2026-05-15T19:53:03.144Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3239 | 2026-05-15T19:53:03.144Z | note: required by a bound in `MessageResponse` |
| 3240 | 2026-05-15T19:53:03.144Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27 |
| 3241 | 2026-05-15T19:53:03.144Z | | |
| 3242 | 2026-05-15T19:53:03.144Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3243 | 2026-05-15T19:53:03.150Z | | --------------- required by a bound in this struct |
| 3244 | 2026-05-15T19:53:03.150Z | ... |
| 3245 | 2026-05-15T19:53:03.150Z | 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 3246 | 2026-05-15T19:53:03.150Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3247 | 2026-05-15T19:53:03.150Z | |
| 3248 | 2026-05-15T19:53:03.150Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3249 | 2026-05-15T19:53:03.150Z | --> dns-server/src/dns_server.rs:422:5 |
| 3250 | 2026-05-15T19:53:03.150Z | | |
| 3251 | 2026-05-15T19:53:03.150Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 3252 | 2026-05-15T19:53:03.151Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3253 | 2026-05-15T19:53:03.151Z | | |
| 3254 | 2026-05-15T19:53:03.151Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3255 | 2026-05-15T19:53:03.151Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3256 | 2026-05-15T19:53:03.151Z | | |
| 3257 | 2026-05-15T19:53:03.151Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3258 | 2026-05-15T19:53:03.151Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3259 | 2026-05-15T19:53:03.151Z | | |
| 3260 | 2026-05-15T19:53:03.151Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3261 | 2026-05-15T19:53:03.151Z | | |
| 3262 | 2026-05-15T19:53:03.151Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3263 | 2026-05-15T19:53:03.151Z | | ---------------------------------------- this is the found type |
| 3264 | 2026-05-15T19:53:03.151Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3265 | 2026-05-15T19:53:03.151Z | note: required by a bound in `encode_and_send` |
| 3266 | 2026-05-15T19:53:03.151Z | --> dns-server/src/dns_server.rs:492:27 |
| 3267 | 2026-05-15T19:53:03.151Z | | |
| 3268 | 2026-05-15T19:53:03.151Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3269 | 2026-05-15T19:53:03.151Z | | --------------- required by a bound in this function |
| 3270 | 2026-05-15T19:53:03.151Z | ... |
| 3271 | 2026-05-15T19:53:03.151Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3272 | 2026-05-15T19:53:03.151Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3273 | 2026-05-15T19:53:03.151Z | |
| 3274 | 2026-05-15T19:53:03.151Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3275 | 2026-05-15T19:53:03.151Z | --> dns-server/src/dns_server.rs:422:49 |
| 3276 | 2026-05-15T19:53:03.151Z | | |
| 3277 | 2026-05-15T19:53:03.151Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 3278 | 2026-05-15T19:53:03.151Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3279 | 2026-05-15T19:53:03.151Z | | |
| 3280 | 2026-05-15T19:53:03.151Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3281 | 2026-05-15T19:53:03.151Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3282 | 2026-05-15T19:53:03.151Z | | |
| 3283 | 2026-05-15T19:53:03.151Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3284 | 2026-05-15T19:53:03.151Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3285 | 2026-05-15T19:53:03.151Z | | |
| 3286 | 2026-05-15T19:53:03.151Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3287 | 2026-05-15T19:53:03.151Z | | |
| 3288 | 2026-05-15T19:53:03.151Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3289 | 2026-05-15T19:53:03.151Z | | ---------------------------------------- this is the found type |
| 3290 | 2026-05-15T19:53:03.152Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3291 | 2026-05-15T19:53:03.152Z | note: required by a bound in `encode_and_send` |
| 3292 | 2026-05-15T19:53:03.152Z | --> dns-server/src/dns_server.rs:492:27 |
| 3293 | 2026-05-15T19:53:03.152Z | | |
| 3294 | 2026-05-15T19:53:03.152Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3295 | 2026-05-15T19:53:03.152Z | | --------------- required by a bound in this function |
| 3296 | 2026-05-15T19:53:03.152Z | ... |
| 3297 | 2026-05-15T19:53:03.152Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3298 | 2026-05-15T19:53:03.152Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3299 | 2026-05-15T19:53:03.152Z | |
| 3300 | 2026-05-15T19:53:03.157Z | error[E0308]: arguments to this method are incorrect |
| 3301 | 2026-05-15T19:53:03.158Z | --> dns-server/src/dns_server.rs:438:33 |
| 3302 | 2026-05-15T19:53:03.158Z | | |
| 3303 | 2026-05-15T19:53:03.158Z | 438 | let mut mresp = rb_nxdomain.error_msg(&header, ResponseCode::NXDomain); |
| 3304 | 2026-05-15T19:53:03.158Z | | ^^^^^^^^^ ------- ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode` |
| 3305 | 2026-05-15T19:53:03.158Z | | | |
| 3306 | 2026-05-15T19:53:03.158Z | | expected `&Header`, found `&&Header` |
| 3307 | 2026-05-15T19:53:03.158Z | | |
| 3308 | 2026-05-15T19:53:03.158Z | = note: expected reference `&hickory_resolver::hickory_proto::op::Header` |
| 3309 | 2026-05-15T19:53:03.158Z | found reference `&&hickory_proto::op::Header` |
| 3310 | 2026-05-15T19:53:03.158Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3311 | 2026-05-15T19:53:03.158Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1 |
| 3312 | 2026-05-15T19:53:03.158Z | | |
| 3313 | 2026-05-15T19:53:03.158Z | 67 | pub enum ResponseCode { |
| 3314 | 2026-05-15T19:53:03.158Z | | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3315 | 2026-05-15T19:53:03.158Z | | |
| 3316 | 2026-05-15T19:53:03.158Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1 |
| 3317 | 2026-05-15T19:53:03.158Z | | |
| 3318 | 2026-05-15T19:53:03.158Z | 67 | pub enum ResponseCode { |
| 3319 | 2026-05-15T19:53:03.158Z | | --------------------- this is the found type |
| 3320 | 2026-05-15T19:53:03.158Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3321 | 2026-05-15T19:53:03.158Z | note: method defined here |
| 3322 | 2026-05-15T19:53:03.158Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12 |
| 3323 | 2026-05-15T19:53:03.158Z | | |
| 3324 | 2026-05-15T19:53:03.158Z | 190 | pub fn error_msg<'a>( |
| 3325 | 2026-05-15T19:53:03.158Z | | ^^^^^^^^^ |
| 3326 | 2026-05-15T19:53:03.158Z | |
| 3327 | 2026-05-15T19:53:03.158Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3328 | 2026-05-15T19:53:03.158Z | --> dns-server/src/dns_server.rs:457:50 |
| 3329 | 2026-05-15T19:53:03.159Z | | |
| 3330 | 2026-05-15T19:53:03.159Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3331 | 2026-05-15T19:53:03.159Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3332 | 2026-05-15T19:53:03.159Z | | | |
| 3333 | 2026-05-15T19:53:03.159Z | | required by a bound introduced by this call |
| 3334 | 2026-05-15T19:53:03.159Z | | |
| 3335 | 2026-05-15T19:53:03.159Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3336 | 2026-05-15T19:53:03.159Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3337 | 2026-05-15T19:53:03.159Z | | |
| 3338 | 2026-05-15T19:53:03.159Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3339 | 2026-05-15T19:53:03.159Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3340 | 2026-05-15T19:53:03.159Z | | |
| 3341 | 2026-05-15T19:53:03.159Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3342 | 2026-05-15T19:53:03.159Z | | |
| 3343 | 2026-05-15T19:53:03.159Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3344 | 2026-05-15T19:53:03.159Z | | ---------------------------------------- this is the found type |
| 3345 | 2026-05-15T19:53:03.159Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3346 | 2026-05-15T19:53:03.159Z | note: required by a bound in `encode_and_send` |
| 3347 | 2026-05-15T19:53:03.159Z | --> dns-server/src/dns_server.rs:491:23 |
| 3348 | 2026-05-15T19:53:03.159Z | | |
| 3349 | 2026-05-15T19:53:03.159Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3350 | 2026-05-15T19:53:03.159Z | | --------------- required by a bound in this function |
| 3351 | 2026-05-15T19:53:03.159Z | ... |
| 3352 | 2026-05-15T19:53:03.159Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3353 | 2026-05-15T19:53:03.159Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3354 | 2026-05-15T19:53:03.159Z | |
| 3355 | 2026-05-15T19:53:03.159Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3356 | 2026-05-15T19:53:03.159Z | --> dns-server/src/dns_server.rs:457:50 |
| 3357 | 2026-05-15T19:53:03.159Z | | |
| 3358 | 2026-05-15T19:53:03.159Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3359 | 2026-05-15T19:53:03.159Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3360 | 2026-05-15T19:53:03.159Z | | | |
| 3361 | 2026-05-15T19:53:03.159Z | | required by a bound introduced by this call |
| 3362 | 2026-05-15T19:53:03.159Z | | |
| 3363 | 2026-05-15T19:53:03.159Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3364 | 2026-05-15T19:53:03.159Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3365 | 2026-05-15T19:53:03.160Z | | |
| 3366 | 2026-05-15T19:53:03.160Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3367 | 2026-05-15T19:53:03.160Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3368 | 2026-05-15T19:53:03.160Z | | |
| 3369 | 2026-05-15T19:53:03.160Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3370 | 2026-05-15T19:53:03.160Z | | |
| 3371 | 2026-05-15T19:53:03.160Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3372 | 2026-05-15T19:53:03.160Z | | ---------------------------------------- this is the found type |
| 3373 | 2026-05-15T19:53:03.160Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3374 | 2026-05-15T19:53:03.160Z | note: required by a bound in `encode_and_send` |
| 3375 | 2026-05-15T19:53:03.160Z | --> dns-server/src/dns_server.rs:492:27 |
| 3376 | 2026-05-15T19:53:03.161Z | | |
| 3377 | 2026-05-15T19:53:03.161Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3378 | 2026-05-15T19:53:03.161Z | | --------------- required by a bound in this function |
| 3379 | 2026-05-15T19:53:03.161Z | ... |
| 3380 | 2026-05-15T19:53:03.161Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3381 | 2026-05-15T19:53:03.161Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3382 | 2026-05-15T19:53:03.161Z | |
| 3383 | 2026-05-15T19:53:03.161Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3384 | 2026-05-15T19:53:03.161Z | --> dns-server/src/dns_server.rs:457:50 |
| 3385 | 2026-05-15T19:53:03.161Z | | |
| 3386 | 2026-05-15T19:53:03.161Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3387 | 2026-05-15T19:53:03.161Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3388 | 2026-05-15T19:53:03.161Z | | | |
| 3389 | 2026-05-15T19:53:03.161Z | | required by a bound introduced by this call |
| 3390 | 2026-05-15T19:53:03.162Z | | |
| 3391 | 2026-05-15T19:53:03.162Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3392 | 2026-05-15T19:53:03.162Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3393 | 2026-05-15T19:53:03.162Z | | |
| 3394 | 2026-05-15T19:53:03.162Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3395 | 2026-05-15T19:53:03.162Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3396 | 2026-05-15T19:53:03.162Z | | |
| 3397 | 2026-05-15T19:53:03.162Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3398 | 2026-05-15T19:53:03.162Z | | |
| 3399 | 2026-05-15T19:53:03.162Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3400 | 2026-05-15T19:53:03.166Z | | ---------------------------------------- this is the found type |
| 3401 | 2026-05-15T19:53:03.166Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3402 | 2026-05-15T19:53:03.166Z | note: required by a bound in `encode_and_send` |
| 3403 | 2026-05-15T19:53:03.166Z | --> dns-server/src/dns_server.rs:493:19 |
| 3404 | 2026-05-15T19:53:03.166Z | | |
| 3405 | 2026-05-15T19:53:03.166Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3406 | 2026-05-15T19:53:03.168Z | | --------------- required by a bound in this function |
| 3407 | 2026-05-15T19:53:03.168Z | ... |
| 3408 | 2026-05-15T19:53:03.168Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 3409 | 2026-05-15T19:53:03.168Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3410 | 2026-05-15T19:53:03.168Z | |
| 3411 | 2026-05-15T19:53:03.168Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3412 | 2026-05-15T19:53:03.168Z | --> dns-server/src/dns_server.rs:457:50 |
| 3413 | 2026-05-15T19:53:03.168Z | | |
| 3414 | 2026-05-15T19:53:03.168Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3415 | 2026-05-15T19:53:03.168Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3416 | 2026-05-15T19:53:03.168Z | | | |
| 3417 | 2026-05-15T19:53:03.168Z | | required by a bound introduced by this call |
| 3418 | 2026-05-15T19:53:03.168Z | | |
| 3419 | 2026-05-15T19:53:03.168Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3420 | 2026-05-15T19:53:03.168Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3421 | 2026-05-15T19:53:03.168Z | | |
| 3422 | 2026-05-15T19:53:03.168Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3423 | 2026-05-15T19:53:03.168Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3424 | 2026-05-15T19:53:03.168Z | | |
| 3425 | 2026-05-15T19:53:03.168Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3426 | 2026-05-15T19:53:03.169Z | | |
| 3427 | 2026-05-15T19:53:03.169Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3428 | 2026-05-15T19:53:03.169Z | | ---------------------------------------- this is the found type |
| 3429 | 2026-05-15T19:53:03.169Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3430 | 2026-05-15T19:53:03.169Z | note: required by a bound in `encode_and_send` |
| 3431 | 2026-05-15T19:53:03.169Z | --> dns-server/src/dns_server.rs:494:27 |
| 3432 | 2026-05-15T19:53:03.169Z | | |
| 3433 | 2026-05-15T19:53:03.169Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3434 | 2026-05-15T19:53:03.169Z | | --------------- required by a bound in this function |
| 3435 | 2026-05-15T19:53:03.169Z | ... |
| 3436 | 2026-05-15T19:53:03.169Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 3437 | 2026-05-15T19:53:03.169Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3438 | 2026-05-15T19:53:03.169Z | |
| 3439 | 2026-05-15T19:53:03.169Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3440 | 2026-05-15T19:53:03.169Z | --> dns-server/src/dns_server.rs:457:25 |
| 3441 | 2026-05-15T19:53:03.169Z | | |
| 3442 | 2026-05-15T19:53:03.169Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3443 | 2026-05-15T19:53:03.169Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3444 | 2026-05-15T19:53:03.169Z | | |
| 3445 | 2026-05-15T19:53:03.169Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3446 | 2026-05-15T19:53:03.169Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3447 | 2026-05-15T19:53:03.169Z | | |
| 3448 | 2026-05-15T19:53:03.169Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3449 | 2026-05-15T19:53:03.170Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3450 | 2026-05-15T19:53:03.170Z | | |
| 3451 | 2026-05-15T19:53:03.170Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3452 | 2026-05-15T19:53:03.170Z | | |
| 3453 | 2026-05-15T19:53:03.170Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3454 | 2026-05-15T19:53:03.170Z | | ---------------------------------------- this is the found type |
| 3455 | 2026-05-15T19:53:03.170Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3456 | 2026-05-15T19:53:03.170Z | note: required by a bound in `encode_and_send` |
| 3457 | 2026-05-15T19:53:03.170Z | --> dns-server/src/dns_server.rs:491:23 |
| 3458 | 2026-05-15T19:53:03.170Z | | |
| 3459 | 2026-05-15T19:53:03.170Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3460 | 2026-05-15T19:53:03.170Z | | --------------- required by a bound in this function |
| 3461 | 2026-05-15T19:53:03.170Z | ... |
| 3462 | 2026-05-15T19:53:03.170Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3463 | 2026-05-15T19:53:03.170Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3464 | 2026-05-15T19:53:03.170Z | |
| 3465 | 2026-05-15T19:53:03.170Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3466 | 2026-05-15T19:53:03.170Z | --> dns-server/src/dns_server.rs:457:25 |
| 3467 | 2026-05-15T19:53:03.170Z | | |
| 3468 | 2026-05-15T19:53:03.170Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3469 | 2026-05-15T19:53:03.170Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3470 | 2026-05-15T19:53:03.170Z | | |
| 3471 | 2026-05-15T19:53:03.170Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3472 | 2026-05-15T19:53:03.170Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3473 | 2026-05-15T19:53:03.171Z | | |
| 3474 | 2026-05-15T19:53:03.171Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3475 | 2026-05-15T19:53:03.171Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3476 | 2026-05-15T19:53:03.171Z | | |
| 3477 | 2026-05-15T19:53:03.171Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3478 | 2026-05-15T19:53:03.171Z | | |
| 3479 | 2026-05-15T19:53:03.171Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3480 | 2026-05-15T19:53:03.171Z | | ---------------------------------------- this is the found type |
| 3481 | 2026-05-15T19:53:03.171Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3482 | 2026-05-15T19:53:03.171Z | note: required by a bound in `encode_and_send` |
| 3483 | 2026-05-15T19:53:03.171Z | --> dns-server/src/dns_server.rs:492:27 |
| 3484 | 2026-05-15T19:53:03.171Z | | |
| 3485 | 2026-05-15T19:53:03.171Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3486 | 2026-05-15T19:53:03.171Z | | --------------- required by a bound in this function |
| 3487 | 2026-05-15T19:53:03.171Z | ... |
| 3488 | 2026-05-15T19:53:03.171Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3489 | 2026-05-15T19:53:03.171Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3490 | 2026-05-15T19:53:03.171Z | |
| 3491 | 2026-05-15T19:53:03.171Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3492 | 2026-05-15T19:53:03.171Z | --> dns-server/src/dns_server.rs:457:25 |
| 3493 | 2026-05-15T19:53:03.171Z | | |
| 3494 | 2026-05-15T19:53:03.171Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3495 | 2026-05-15T19:53:03.171Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3496 | 2026-05-15T19:53:03.171Z | | |
| 3497 | 2026-05-15T19:53:03.171Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3498 | 2026-05-15T19:53:03.171Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3499 | 2026-05-15T19:53:03.171Z | | |
| 3500 | 2026-05-15T19:53:03.176Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3501 | 2026-05-15T19:53:03.176Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3502 | 2026-05-15T19:53:03.176Z | | |
| 3503 | 2026-05-15T19:53:03.176Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3504 | 2026-05-15T19:53:03.176Z | | |
| 3505 | 2026-05-15T19:53:03.176Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3506 | 2026-05-15T19:53:03.176Z | | ---------------------------------------- this is the found type |
| 3507 | 2026-05-15T19:53:03.176Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3508 | 2026-05-15T19:53:03.176Z | note: required by a bound in `encode_and_send` |
| 3509 | 2026-05-15T19:53:03.176Z | --> dns-server/src/dns_server.rs:493:19 |
| 3510 | 2026-05-15T19:53:03.176Z | | |
| 3511 | 2026-05-15T19:53:03.176Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3512 | 2026-05-15T19:53:03.176Z | | --------------- required by a bound in this function |
| 3513 | 2026-05-15T19:53:03.176Z | ... |
| 3514 | 2026-05-15T19:53:03.176Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 3515 | 2026-05-15T19:53:03.176Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3516 | 2026-05-15T19:53:03.176Z | |
| 3517 | 2026-05-15T19:53:03.176Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3518 | 2026-05-15T19:53:03.176Z | --> dns-server/src/dns_server.rs:457:25 |
| 3519 | 2026-05-15T19:53:03.176Z | | |
| 3520 | 2026-05-15T19:53:03.176Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3521 | 2026-05-15T19:53:03.176Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3522 | 2026-05-15T19:53:03.176Z | | |
| 3523 | 2026-05-15T19:53:03.176Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3524 | 2026-05-15T19:53:03.176Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3525 | 2026-05-15T19:53:03.176Z | | |
| 3526 | 2026-05-15T19:53:03.176Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3527 | 2026-05-15T19:53:03.176Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3528 | 2026-05-15T19:53:03.176Z | | |
| 3529 | 2026-05-15T19:53:03.176Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3530 | 2026-05-15T19:53:03.176Z | | |
| 3531 | 2026-05-15T19:53:03.176Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3532 | 2026-05-15T19:53:03.176Z | | ---------------------------------------- this is the found type |
| 3533 | 2026-05-15T19:53:03.177Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3534 | 2026-05-15T19:53:03.177Z | note: required by a bound in `encode_and_send` |
| 3535 | 2026-05-15T19:53:03.177Z | --> dns-server/src/dns_server.rs:494:27 |
| 3536 | 2026-05-15T19:53:03.177Z | | |
| 3537 | 2026-05-15T19:53:03.177Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3538 | 2026-05-15T19:53:03.177Z | | --------------- required by a bound in this function |
| 3539 | 2026-05-15T19:53:03.177Z | ... |
| 3540 | 2026-05-15T19:53:03.177Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 3541 | 2026-05-15T19:53:03.177Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3542 | 2026-05-15T19:53:03.177Z | |
| 3543 | 2026-05-15T19:53:03.177Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3544 | 2026-05-15T19:53:03.177Z | --> dns-server/src/dns_server.rs:457:69 |
| 3545 | 2026-05-15T19:53:03.177Z | | |
| 3546 | 2026-05-15T19:53:03.177Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3547 | 2026-05-15T19:53:03.177Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3548 | 2026-05-15T19:53:03.177Z | | |
| 3549 | 2026-05-15T19:53:03.177Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3550 | 2026-05-15T19:53:03.177Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3551 | 2026-05-15T19:53:03.178Z | | |
| 3552 | 2026-05-15T19:53:03.178Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3553 | 2026-05-15T19:53:03.178Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3554 | 2026-05-15T19:53:03.178Z | | |
| 3555 | 2026-05-15T19:53:03.178Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3556 | 2026-05-15T19:53:03.178Z | | |
| 3557 | 2026-05-15T19:53:03.178Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3558 | 2026-05-15T19:53:03.178Z | | ---------------------------------------- this is the found type |
| 3559 | 2026-05-15T19:53:03.178Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3560 | 2026-05-15T19:53:03.178Z | note: required by a bound in `encode_and_send` |
| 3561 | 2026-05-15T19:53:03.178Z | --> dns-server/src/dns_server.rs:491:23 |
| 3562 | 2026-05-15T19:53:03.178Z | | |
| 3563 | 2026-05-15T19:53:03.178Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3564 | 2026-05-15T19:53:03.178Z | | --------------- required by a bound in this function |
| 3565 | 2026-05-15T19:53:03.178Z | ... |
| 3566 | 2026-05-15T19:53:03.178Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3567 | 2026-05-15T19:53:03.178Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3568 | 2026-05-15T19:53:03.178Z | |
| 3569 | 2026-05-15T19:53:03.178Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3570 | 2026-05-15T19:53:03.178Z | --> dns-server/src/dns_server.rs:457:69 |
| 3571 | 2026-05-15T19:53:03.178Z | | |
| 3572 | 2026-05-15T19:53:03.178Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3573 | 2026-05-15T19:53:03.178Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3574 | 2026-05-15T19:53:03.178Z | | |
| 3575 | 2026-05-15T19:53:03.178Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3576 | 2026-05-15T19:53:03.178Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3577 | 2026-05-15T19:53:03.178Z | | |
| 3578 | 2026-05-15T19:53:03.178Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3579 | 2026-05-15T19:53:03.178Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3580 | 2026-05-15T19:53:03.178Z | | |
| 3581 | 2026-05-15T19:53:03.178Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3582 | 2026-05-15T19:53:03.178Z | | |
| 3583 | 2026-05-15T19:53:03.179Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3584 | 2026-05-15T19:53:03.179Z | | ---------------------------------------- this is the found type |
| 3585 | 2026-05-15T19:53:03.179Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3586 | 2026-05-15T19:53:03.179Z | note: required by a bound in `encode_and_send` |
| 3587 | 2026-05-15T19:53:03.179Z | --> dns-server/src/dns_server.rs:492:27 |
| 3588 | 2026-05-15T19:53:03.179Z | | |
| 3589 | 2026-05-15T19:53:03.179Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3590 | 2026-05-15T19:53:03.179Z | | --------------- required by a bound in this function |
| 3591 | 2026-05-15T19:53:03.179Z | ... |
| 3592 | 2026-05-15T19:53:03.179Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3593 | 2026-05-15T19:53:03.179Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3594 | 2026-05-15T19:53:03.179Z | |
| 3595 | 2026-05-15T19:53:03.179Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3596 | 2026-05-15T19:53:03.179Z | --> dns-server/src/dns_server.rs:457:69 |
| 3597 | 2026-05-15T19:53:03.179Z | | |
| 3598 | 2026-05-15T19:53:03.179Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3599 | 2026-05-15T19:53:03.179Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3600 | 2026-05-15T19:53:03.183Z | | |
| 3601 | 2026-05-15T19:53:03.183Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3602 | 2026-05-15T19:53:03.183Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3603 | 2026-05-15T19:53:03.183Z | | |
| 3604 | 2026-05-15T19:53:03.183Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3605 | 2026-05-15T19:53:03.183Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3606 | 2026-05-15T19:53:03.183Z | | |
| 3607 | 2026-05-15T19:53:03.183Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3608 | 2026-05-15T19:53:03.183Z | | |
| 3609 | 2026-05-15T19:53:03.183Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3610 | 2026-05-15T19:53:03.183Z | | ---------------------------------------- this is the found type |
| 3611 | 2026-05-15T19:53:03.183Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3612 | 2026-05-15T19:53:03.183Z | note: required by a bound in `encode_and_send` |
| 3613 | 2026-05-15T19:53:03.183Z | --> dns-server/src/dns_server.rs:493:19 |
| 3614 | 2026-05-15T19:53:03.183Z | | |
| 3615 | 2026-05-15T19:53:03.183Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3616 | 2026-05-15T19:53:03.183Z | | --------------- required by a bound in this function |
| 3617 | 2026-05-15T19:53:03.183Z | ... |
| 3618 | 2026-05-15T19:53:03.184Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 3619 | 2026-05-15T19:53:03.184Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3620 | 2026-05-15T19:53:03.184Z | |
| 3621 | 2026-05-15T19:53:03.184Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3622 | 2026-05-15T19:53:03.184Z | --> dns-server/src/dns_server.rs:457:69 |
| 3623 | 2026-05-15T19:53:03.184Z | | |
| 3624 | 2026-05-15T19:53:03.184Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3625 | 2026-05-15T19:53:03.184Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3626 | 2026-05-15T19:53:03.184Z | | |
| 3627 | 2026-05-15T19:53:03.184Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3628 | 2026-05-15T19:53:03.184Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3629 | 2026-05-15T19:53:03.184Z | | |
| 3630 | 2026-05-15T19:53:03.184Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3631 | 2026-05-15T19:53:03.184Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3632 | 2026-05-15T19:53:03.184Z | | |
| 3633 | 2026-05-15T19:53:03.184Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3634 | 2026-05-15T19:53:03.184Z | | |
| 3635 | 2026-05-15T19:53:03.184Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3636 | 2026-05-15T19:53:03.184Z | | ---------------------------------------- this is the found type |
| 3637 | 2026-05-15T19:53:03.184Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3638 | 2026-05-15T19:53:03.184Z | note: required by a bound in `encode_and_send` |
| 3639 | 2026-05-15T19:53:03.184Z | --> dns-server/src/dns_server.rs:494:27 |
| 3640 | 2026-05-15T19:53:03.184Z | | |
| 3641 | 2026-05-15T19:53:03.184Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3642 | 2026-05-15T19:53:03.184Z | | --------------- required by a bound in this function |
| 3643 | 2026-05-15T19:53:03.184Z | ... |
| 3644 | 2026-05-15T19:53:03.184Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 3645 | 2026-05-15T19:53:03.184Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3646 | 2026-05-15T19:53:03.184Z | |
| 3647 | 2026-05-15T19:53:03.184Z | error[E0308]: arguments to this method are incorrect |
| 3648 | 2026-05-15T19:53:03.184Z | --> dns-server/src/dns_server.rs:477:20 |
| 3649 | 2026-05-15T19:53:03.184Z | | |
| 3650 | 2026-05-15T19:53:03.184Z | 477 | let mresp = rb.error_msg(header, ResponseCode::ServFail); |
| 3651 | 2026-05-15T19:53:03.184Z | | ^^^^^^^^^ ------ ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode` |
| 3652 | 2026-05-15T19:53:03.184Z | | | |
| 3653 | 2026-05-15T19:53:03.185Z | | expected `Header`, found `hickory_proto::op::Header` |
| 3654 | 2026-05-15T19:53:03.185Z | | |
| 3655 | 2026-05-15T19:53:03.185Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3656 | 2026-05-15T19:53:03.185Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1 |
| 3657 | 2026-05-15T19:53:03.185Z | | |
| 3658 | 2026-05-15T19:53:03.185Z | 57 | pub struct Header { |
| 3659 | 2026-05-15T19:53:03.185Z | | ^^^^^^^^^^^^^^^^^ this is the expected type |
| 3660 | 2026-05-15T19:53:03.185Z | | |
| 3661 | 2026-05-15T19:53:03.185Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1 |
| 3662 | 2026-05-15T19:53:03.185Z | | |
| 3663 | 2026-05-15T19:53:03.185Z | 57 | pub struct Header { |
| 3664 | 2026-05-15T19:53:03.185Z | | ----------------- this is the found type |
| 3665 | 2026-05-15T19:53:03.185Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3666 | 2026-05-15T19:53:03.185Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3667 | 2026-05-15T19:53:03.185Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1 |
| 3668 | 2026-05-15T19:53:03.185Z | | |
| 3669 | 2026-05-15T19:53:03.185Z | 67 | pub enum ResponseCode { |
| 3670 | 2026-05-15T19:53:03.185Z | | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3671 | 2026-05-15T19:53:03.185Z | | |
| 3672 | 2026-05-15T19:53:03.185Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1 |
| 3673 | 2026-05-15T19:53:03.185Z | | |
| 3674 | 2026-05-15T19:53:03.185Z | 67 | pub enum ResponseCode { |
| 3675 | 2026-05-15T19:53:03.185Z | | --------------------- this is the found type |
| 3676 | 2026-05-15T19:53:03.185Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3677 | 2026-05-15T19:53:03.185Z | note: method defined here |
| 3678 | 2026-05-15T19:53:03.185Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12 |
| 3679 | 2026-05-15T19:53:03.185Z | | |
| 3680 | 2026-05-15T19:53:03.185Z | 190 | pub fn error_msg<'a>( |
| 3681 | 2026-05-15T19:53:03.185Z | | ^^^^^^^^^ |
| 3682 | 2026-05-15T19:53:03.185Z | |
| 3683 | 2026-05-15T19:53:03.185Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3684 | 2026-05-15T19:53:03.185Z | --> dns-server/src/dns_server.rs:478:50 |
| 3685 | 2026-05-15T19:53:03.185Z | | |
| 3686 | 2026-05-15T19:53:03.185Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 3687 | 2026-05-15T19:53:03.185Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3688 | 2026-05-15T19:53:03.185Z | | | |
| 3689 | 2026-05-15T19:53:03.185Z | | required by a bound introduced by this call |
| 3690 | 2026-05-15T19:53:03.186Z | | |
| 3691 | 2026-05-15T19:53:03.186Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3692 | 2026-05-15T19:53:03.186Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3693 | 2026-05-15T19:53:03.186Z | | |
| 3694 | 2026-05-15T19:53:03.186Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3695 | 2026-05-15T19:53:03.186Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3696 | 2026-05-15T19:53:03.186Z | | |
| 3697 | 2026-05-15T19:53:03.186Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3698 | 2026-05-15T19:53:03.186Z | | |
| 3699 | 2026-05-15T19:53:03.186Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3700 | 2026-05-15T19:53:03.190Z | | ---------------------------------------- this is the found type |
| 3701 | 2026-05-15T19:53:03.190Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3702 | 2026-05-15T19:53:03.190Z | note: required by a bound in `encode_and_send` |
| 3703 | 2026-05-15T19:53:03.190Z | --> dns-server/src/dns_server.rs:491:23 |
| 3704 | 2026-05-15T19:53:03.190Z | | |
| 3705 | 2026-05-15T19:53:03.190Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3706 | 2026-05-15T19:53:03.190Z | | --------------- required by a bound in this function |
| 3707 | 2026-05-15T19:53:03.190Z | ... |
| 3708 | 2026-05-15T19:53:03.190Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3709 | 2026-05-15T19:53:03.190Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3710 | 2026-05-15T19:53:03.190Z | |
| 3711 | 2026-05-15T19:53:03.190Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3712 | 2026-05-15T19:53:03.190Z | --> dns-server/src/dns_server.rs:478:50 |
| 3713 | 2026-05-15T19:53:03.190Z | | |
| 3714 | 2026-05-15T19:53:03.190Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 3715 | 2026-05-15T19:53:03.190Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3716 | 2026-05-15T19:53:03.190Z | | | |
| 3717 | 2026-05-15T19:53:03.190Z | | required by a bound introduced by this call |
| 3718 | 2026-05-15T19:53:03.191Z | | |
| 3719 | 2026-05-15T19:53:03.191Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3720 | 2026-05-15T19:53:03.191Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3721 | 2026-05-15T19:53:03.191Z | | |
| 3722 | 2026-05-15T19:53:03.191Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3723 | 2026-05-15T19:53:03.191Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3724 | 2026-05-15T19:53:03.191Z | | |
| 3725 | 2026-05-15T19:53:03.191Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3726 | 2026-05-15T19:53:03.191Z | | |
| 3727 | 2026-05-15T19:53:03.191Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3728 | 2026-05-15T19:53:03.191Z | | ---------------------------------------- this is the found type |
| 3729 | 2026-05-15T19:53:03.191Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3730 | 2026-05-15T19:53:03.191Z | note: required by a bound in `encode_and_send` |
| 3731 | 2026-05-15T19:53:03.191Z | --> dns-server/src/dns_server.rs:492:27 |
| 3732 | 2026-05-15T19:53:03.191Z | | |
| 3733 | 2026-05-15T19:53:03.191Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3734 | 2026-05-15T19:53:03.191Z | | --------------- required by a bound in this function |
| 3735 | 2026-05-15T19:53:03.192Z | ... |
| 3736 | 2026-05-15T19:53:03.192Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3737 | 2026-05-15T19:53:03.192Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3738 | 2026-05-15T19:53:03.192Z | |
| 3739 | 2026-05-15T19:53:03.192Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3740 | 2026-05-15T19:53:03.192Z | --> dns-server/src/dns_server.rs:478:50 |
| 3741 | 2026-05-15T19:53:03.192Z | | |
| 3742 | 2026-05-15T19:53:03.192Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 3743 | 2026-05-15T19:53:03.192Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3744 | 2026-05-15T19:53:03.192Z | | | |
| 3745 | 2026-05-15T19:53:03.192Z | | required by a bound introduced by this call |
| 3746 | 2026-05-15T19:53:03.192Z | | |
| 3747 | 2026-05-15T19:53:03.192Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3748 | 2026-05-15T19:53:03.192Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3749 | 2026-05-15T19:53:03.192Z | | |
| 3750 | 2026-05-15T19:53:03.192Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3751 | 2026-05-15T19:53:03.192Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3752 | 2026-05-15T19:53:03.192Z | | |
| 3753 | 2026-05-15T19:53:03.192Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3754 | 2026-05-15T19:53:03.192Z | | |
| 3755 | 2026-05-15T19:53:03.192Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3756 | 2026-05-15T19:53:03.192Z | | ---------------------------------------- this is the found type |
| 3757 | 2026-05-15T19:53:03.192Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3758 | 2026-05-15T19:53:03.192Z | note: required by a bound in `encode_and_send` |
| 3759 | 2026-05-15T19:53:03.192Z | --> dns-server/src/dns_server.rs:493:19 |
| 3760 | 2026-05-15T19:53:03.192Z | | |
| 3761 | 2026-05-15T19:53:03.192Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3762 | 2026-05-15T19:53:03.192Z | | --------------- required by a bound in this function |
| 3763 | 2026-05-15T19:53:03.192Z | ... |
| 3764 | 2026-05-15T19:53:03.192Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 3765 | 2026-05-15T19:53:03.192Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3766 | 2026-05-15T19:53:03.192Z | |
| 3767 | 2026-05-15T19:53:03.192Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3768 | 2026-05-15T19:53:03.192Z | --> dns-server/src/dns_server.rs:478:50 |
| 3769 | 2026-05-15T19:53:03.193Z | | |
| 3770 | 2026-05-15T19:53:03.193Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 3771 | 2026-05-15T19:53:03.193Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3772 | 2026-05-15T19:53:03.193Z | | | |
| 3773 | 2026-05-15T19:53:03.193Z | | required by a bound introduced by this call |
| 3774 | 2026-05-15T19:53:03.193Z | | |
| 3775 | 2026-05-15T19:53:03.193Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3776 | 2026-05-15T19:53:03.193Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3777 | 2026-05-15T19:53:03.193Z | | |
| 3778 | 2026-05-15T19:53:03.193Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3779 | 2026-05-15T19:53:03.193Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3780 | 2026-05-15T19:53:03.193Z | | |
| 3781 | 2026-05-15T19:53:03.193Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3782 | 2026-05-15T19:53:03.193Z | | |
| 3783 | 2026-05-15T19:53:03.193Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3784 | 2026-05-15T19:53:03.193Z | | ---------------------------------------- this is the found type |
| 3785 | 2026-05-15T19:53:03.193Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3786 | 2026-05-15T19:53:03.193Z | note: required by a bound in `encode_and_send` |
| 3787 | 2026-05-15T19:53:03.193Z | --> dns-server/src/dns_server.rs:494:27 |
| 3788 | 2026-05-15T19:53:03.193Z | | |
| 3789 | 2026-05-15T19:53:03.193Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3790 | 2026-05-15T19:53:03.193Z | | --------------- required by a bound in this function |
| 3791 | 2026-05-15T19:53:03.193Z | ... |
| 3792 | 2026-05-15T19:53:03.193Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 3793 | 2026-05-15T19:53:03.193Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3794 | 2026-05-15T19:53:03.193Z | |
| 3795 | 2026-05-15T19:53:03.193Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3796 | 2026-05-15T19:53:03.193Z | --> dns-server/src/dns_server.rs:478:25 |
| 3797 | 2026-05-15T19:53:03.193Z | | |
| 3798 | 2026-05-15T19:53:03.193Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 3799 | 2026-05-15T19:53:03.193Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3800 | 2026-05-15T19:53:03.198Z | | |
| 3801 | 2026-05-15T19:53:03.198Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3802 | 2026-05-15T19:53:03.198Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3803 | 2026-05-15T19:53:03.198Z | | |
| 3804 | 2026-05-15T19:53:03.198Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3805 | 2026-05-15T19:53:03.198Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3806 | 2026-05-15T19:53:03.198Z | | |
| 3807 | 2026-05-15T19:53:03.198Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3808 | 2026-05-15T19:53:03.198Z | | |
| 3809 | 2026-05-15T19:53:03.198Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3810 | 2026-05-15T19:53:03.198Z | | ---------------------------------------- this is the found type |
| 3811 | 2026-05-15T19:53:03.198Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3812 | 2026-05-15T19:53:03.198Z | note: required by a bound in `encode_and_send` |
| 3813 | 2026-05-15T19:53:03.198Z | --> dns-server/src/dns_server.rs:491:23 |
| 3814 | 2026-05-15T19:53:03.198Z | | |
| 3815 | 2026-05-15T19:53:03.198Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3816 | 2026-05-15T19:53:03.198Z | | --------------- required by a bound in this function |
| 3817 | 2026-05-15T19:53:03.198Z | ... |
| 3818 | 2026-05-15T19:53:03.198Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3819 | 2026-05-15T19:53:03.198Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3820 | 2026-05-15T19:53:03.198Z | |
| 3821 | 2026-05-15T19:53:03.198Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3822 | 2026-05-15T19:53:03.198Z | --> dns-server/src/dns_server.rs:478:25 |
| 3823 | 2026-05-15T19:53:03.198Z | | |
| 3824 | 2026-05-15T19:53:03.198Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 3825 | 2026-05-15T19:53:03.199Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3826 | 2026-05-15T19:53:03.199Z | | |
| 3827 | 2026-05-15T19:53:03.199Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3828 | 2026-05-15T19:53:03.199Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3829 | 2026-05-15T19:53:03.199Z | | |
| 3830 | 2026-05-15T19:53:03.199Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3831 | 2026-05-15T19:53:03.199Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3832 | 2026-05-15T19:53:03.199Z | | |
| 3833 | 2026-05-15T19:53:03.199Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3834 | 2026-05-15T19:53:03.199Z | | |
| 3835 | 2026-05-15T19:53:03.199Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3836 | 2026-05-15T19:53:03.199Z | | ---------------------------------------- this is the found type |
| 3837 | 2026-05-15T19:53:03.199Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3838 | 2026-05-15T19:53:03.199Z | note: required by a bound in `encode_and_send` |
| 3839 | 2026-05-15T19:53:03.199Z | --> dns-server/src/dns_server.rs:492:27 |
| 3840 | 2026-05-15T19:53:03.199Z | | |
| 3841 | 2026-05-15T19:53:03.199Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3842 | 2026-05-15T19:53:03.199Z | | --------------- required by a bound in this function |
| 3843 | 2026-05-15T19:53:03.199Z | ... |
| 3844 | 2026-05-15T19:53:03.199Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3845 | 2026-05-15T19:53:03.199Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3846 | 2026-05-15T19:53:03.199Z | |
| 3847 | 2026-05-15T19:53:03.199Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3848 | 2026-05-15T19:53:03.199Z | --> dns-server/src/dns_server.rs:478:25 |
| 3849 | 2026-05-15T19:53:03.199Z | | |
| 3850 | 2026-05-15T19:53:03.199Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 3851 | 2026-05-15T19:53:03.199Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3852 | 2026-05-15T19:53:03.199Z | | |
| 3853 | 2026-05-15T19:53:03.199Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3854 | 2026-05-15T19:53:03.199Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3855 | 2026-05-15T19:53:03.199Z | | |
| 3856 | 2026-05-15T19:53:03.199Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3857 | 2026-05-15T19:53:03.199Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3858 | 2026-05-15T19:53:03.199Z | | |
| 3859 | 2026-05-15T19:53:03.199Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3860 | 2026-05-15T19:53:03.199Z | | |
| 3861 | 2026-05-15T19:53:03.199Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3862 | 2026-05-15T19:53:03.199Z | | ---------------------------------------- this is the found type |
| 3863 | 2026-05-15T19:53:03.200Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3864 | 2026-05-15T19:53:03.200Z | note: required by a bound in `encode_and_send` |
| 3865 | 2026-05-15T19:53:03.200Z | --> dns-server/src/dns_server.rs:493:19 |
| 3866 | 2026-05-15T19:53:03.200Z | | |
| 3867 | 2026-05-15T19:53:03.200Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3868 | 2026-05-15T19:53:03.200Z | | --------------- required by a bound in this function |
| 3869 | 2026-05-15T19:53:03.200Z | ... |
| 3870 | 2026-05-15T19:53:03.200Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 3871 | 2026-05-15T19:53:03.200Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3872 | 2026-05-15T19:53:03.200Z | |
| 3873 | 2026-05-15T19:53:03.200Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3874 | 2026-05-15T19:53:03.200Z | --> dns-server/src/dns_server.rs:478:25 |
| 3875 | 2026-05-15T19:53:03.200Z | | |
| 3876 | 2026-05-15T19:53:03.200Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 3877 | 2026-05-15T19:53:03.200Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3878 | 2026-05-15T19:53:03.200Z | | |
| 3879 | 2026-05-15T19:53:03.200Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3880 | 2026-05-15T19:53:03.200Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3881 | 2026-05-15T19:53:03.200Z | | |
| 3882 | 2026-05-15T19:53:03.200Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3883 | 2026-05-15T19:53:03.200Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3884 | 2026-05-15T19:53:03.200Z | | |
| 3885 | 2026-05-15T19:53:03.200Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3886 | 2026-05-15T19:53:03.200Z | | |
| 3887 | 2026-05-15T19:53:03.200Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3888 | 2026-05-15T19:53:03.200Z | | ---------------------------------------- this is the found type |
| 3889 | 2026-05-15T19:53:03.200Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3890 | 2026-05-15T19:53:03.200Z | note: required by a bound in `encode_and_send` |
| 3891 | 2026-05-15T19:53:03.200Z | --> dns-server/src/dns_server.rs:494:27 |
| 3892 | 2026-05-15T19:53:03.200Z | | |
| 3893 | 2026-05-15T19:53:03.200Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3894 | 2026-05-15T19:53:03.200Z | | --------------- required by a bound in this function |
| 3895 | 2026-05-15T19:53:03.200Z | ... |
| 3896 | 2026-05-15T19:53:03.200Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 3897 | 2026-05-15T19:53:03.200Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3898 | 2026-05-15T19:53:03.200Z | |
| 3899 | 2026-05-15T19:53:03.201Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3900 | 2026-05-15T19:53:03.205Z | --> dns-server/src/dns_server.rs:478:69 |
| 3901 | 2026-05-15T19:53:03.205Z | | |
| 3902 | 2026-05-15T19:53:03.205Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 3903 | 2026-05-15T19:53:03.205Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3904 | 2026-05-15T19:53:03.205Z | | |
| 3905 | 2026-05-15T19:53:03.205Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3906 | 2026-05-15T19:53:03.205Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3907 | 2026-05-15T19:53:03.205Z | | |
| 3908 | 2026-05-15T19:53:03.205Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3909 | 2026-05-15T19:53:03.205Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3910 | 2026-05-15T19:53:03.205Z | | |
| 3911 | 2026-05-15T19:53:03.205Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3912 | 2026-05-15T19:53:03.205Z | | |
| 3913 | 2026-05-15T19:53:03.205Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3914 | 2026-05-15T19:53:03.205Z | | ---------------------------------------- this is the found type |
| 3915 | 2026-05-15T19:53:03.205Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3916 | 2026-05-15T19:53:03.205Z | note: required by a bound in `encode_and_send` |
| 3917 | 2026-05-15T19:53:03.205Z | --> dns-server/src/dns_server.rs:491:23 |
| 3918 | 2026-05-15T19:53:03.205Z | | |
| 3919 | 2026-05-15T19:53:03.205Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3920 | 2026-05-15T19:53:03.205Z | | --------------- required by a bound in this function |
| 3921 | 2026-05-15T19:53:03.205Z | ... |
| 3922 | 2026-05-15T19:53:03.205Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3923 | 2026-05-15T19:53:03.205Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3924 | 2026-05-15T19:53:03.206Z | |
| 3925 | 2026-05-15T19:53:03.206Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3926 | 2026-05-15T19:53:03.206Z | --> dns-server/src/dns_server.rs:478:69 |
| 3927 | 2026-05-15T19:53:03.206Z | | |
| 3928 | 2026-05-15T19:53:03.206Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 3929 | 2026-05-15T19:53:03.206Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3930 | 2026-05-15T19:53:03.206Z | | |
| 3931 | 2026-05-15T19:53:03.206Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3932 | 2026-05-15T19:53:03.206Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3933 | 2026-05-15T19:53:03.206Z | | |
| 3934 | 2026-05-15T19:53:03.206Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3935 | 2026-05-15T19:53:03.206Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3936 | 2026-05-15T19:53:03.206Z | | |
| 3937 | 2026-05-15T19:53:03.206Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3938 | 2026-05-15T19:53:03.206Z | | |
| 3939 | 2026-05-15T19:53:03.206Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3940 | 2026-05-15T19:53:03.206Z | | ---------------------------------------- this is the found type |
| 3941 | 2026-05-15T19:53:03.206Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3942 | 2026-05-15T19:53:03.206Z | note: required by a bound in `encode_and_send` |
| 3943 | 2026-05-15T19:53:03.206Z | --> dns-server/src/dns_server.rs:492:27 |
| 3944 | 2026-05-15T19:53:03.206Z | | |
| 3945 | 2026-05-15T19:53:03.206Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3946 | 2026-05-15T19:53:03.206Z | | --------------- required by a bound in this function |
| 3947 | 2026-05-15T19:53:03.206Z | ... |
| 3948 | 2026-05-15T19:53:03.206Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3949 | 2026-05-15T19:53:03.206Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3950 | 2026-05-15T19:53:03.206Z | |
| 3951 | 2026-05-15T19:53:03.206Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3952 | 2026-05-15T19:53:03.206Z | --> dns-server/src/dns_server.rs:478:69 |
| 3953 | 2026-05-15T19:53:03.206Z | | |
| 3954 | 2026-05-15T19:53:03.206Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 3955 | 2026-05-15T19:53:03.206Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3956 | 2026-05-15T19:53:03.207Z | | |
| 3957 | 2026-05-15T19:53:03.207Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3958 | 2026-05-15T19:53:03.207Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3959 | 2026-05-15T19:53:03.207Z | | |
| 3960 | 2026-05-15T19:53:03.207Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3961 | 2026-05-15T19:53:03.207Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3962 | 2026-05-15T19:53:03.207Z | | |
| 3963 | 2026-05-15T19:53:03.207Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3964 | 2026-05-15T19:53:03.207Z | | |
| 3965 | 2026-05-15T19:53:03.207Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3966 | 2026-05-15T19:53:03.207Z | | ---------------------------------------- this is the found type |
| 3967 | 2026-05-15T19:53:03.207Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3968 | 2026-05-15T19:53:03.207Z | note: required by a bound in `encode_and_send` |
| 3969 | 2026-05-15T19:53:03.207Z | --> dns-server/src/dns_server.rs:493:19 |
| 3970 | 2026-05-15T19:53:03.207Z | | |
| 3971 | 2026-05-15T19:53:03.207Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3972 | 2026-05-15T19:53:03.207Z | | --------------- required by a bound in this function |
| 3973 | 2026-05-15T19:53:03.207Z | ... |
| 3974 | 2026-05-15T19:53:03.207Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 3975 | 2026-05-15T19:53:03.208Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3976 | 2026-05-15T19:53:03.208Z | |
| 3977 | 2026-05-15T19:53:03.208Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3978 | 2026-05-15T19:53:03.208Z | --> dns-server/src/dns_server.rs:478:69 |
| 3979 | 2026-05-15T19:53:03.208Z | | |
| 3980 | 2026-05-15T19:53:03.208Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 3981 | 2026-05-15T19:53:03.208Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3982 | 2026-05-15T19:53:03.208Z | | |
| 3983 | 2026-05-15T19:53:03.208Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3984 | 2026-05-15T19:53:03.208Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3985 | 2026-05-15T19:53:03.208Z | | |
| 3986 | 2026-05-15T19:53:03.208Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3987 | 2026-05-15T19:53:03.208Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3988 | 2026-05-15T19:53:03.208Z | | |
| 3989 | 2026-05-15T19:53:03.208Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3990 | 2026-05-15T19:53:03.208Z | | |
| 3991 | 2026-05-15T19:53:03.208Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3992 | 2026-05-15T19:53:03.208Z | | ---------------------------------------- this is the found type |
| 3993 | 2026-05-15T19:53:03.208Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3994 | 2026-05-15T19:53:03.208Z | note: required by a bound in `encode_and_send` |
| 3995 | 2026-05-15T19:53:03.208Z | --> dns-server/src/dns_server.rs:494:27 |
| 3996 | 2026-05-15T19:53:03.208Z | | |
| 3997 | 2026-05-15T19:53:03.208Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3998 | 2026-05-15T19:53:03.208Z | | --------------- required by a bound in this function |
| 3999 | 2026-05-15T19:53:03.208Z | ... |
| 4000 | 2026-05-15T19:53:03.214Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 4001 | 2026-05-15T19:53:03.214Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4002 | 2026-05-15T19:53:03.214Z | |
| 4003 | 2026-05-15T19:53:03.214Z | error[E0599]: the method `destructive_emit` exists for struct `MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>`, but its trait bounds were not satisfied |
| 4004 | 2026-05-15T19:53:03.214Z | --> dns-server/src/dns_server.rs:500:14 |
| 4005 | 2026-05-15T19:53:03.214Z | | |
| 4006 | 2026-05-15T19:53:03.214Z | 499 | let _ = mresp |
| 4007 | 2026-05-15T19:53:03.214Z | | _________________- |
| 4008 | 2026-05-15T19:53:03.214Z | 500 | | .destructive_emit(&mut enc) |
| 4009 | 2026-05-15T19:53:03.214Z | | | -^^^^^^^^^^^^^^^^ method cannot be called due to unsatisfied trait bounds |
| 4010 | 2026-05-15T19:53:03.214Z | | |_____________| |
| 4011 | 2026-05-15T19:53:03.214Z | | |
| 4012 | 2026-05-15T19:53:03.214Z | | |
| 4013 | 2026-05-15T19:53:03.214Z | = note: the following trait bounds were not satisfied: |
| 4014 | 2026-05-15T19:53:03.214Z | `<Answers as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record` |
| 4015 | 2026-05-15T19:53:03.214Z | `<NameServers as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record` |
| 4016 | 2026-05-15T19:53:03.214Z | `<Soa as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record` |
| 4017 | 2026-05-15T19:53:03.214Z | `<Additionals as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record` |
| 4018 | 2026-05-15T19:53:03.214Z | |
| 4019 | 2026-05-15T19:53:03.214Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 4020 | 2026-05-15T19:53:03.222Z | error[E0308]: mismatched types |
| 4021 | 2026-05-15T19:53:03.222Z | --> dns-server/src/dns_server.rs:229:35 |
| 4022 | 2026-05-15T19:53:03.222Z | | |
| 4023 | 2026-05-15T19:53:03.222Z | 229 | Ok(Record::from_rdata(name.clone(), 0, RData::A((*addr).into()))) |
| 4024 | 2026-05-15T19:53:03.222Z | | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4025 | 2026-05-15T19:53:03.222Z | | | |
| 4026 | 2026-05-15T19:53:03.222Z | | arguments to this function are incorrect |
| 4027 | 2026-05-15T19:53:03.222Z | | |
| 4028 | 2026-05-15T19:53:03.222Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4029 | 2026-05-15T19:53:03.222Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4030 | 2026-05-15T19:53:03.222Z | | |
| 4031 | 2026-05-15T19:53:03.222Z | 34 | pub struct Name { |
| 4032 | 2026-05-15T19:53:03.222Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4033 | 2026-05-15T19:53:03.222Z | | |
| 4034 | 2026-05-15T19:53:03.222Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4035 | 2026-05-15T19:53:03.222Z | | |
| 4036 | 2026-05-15T19:53:03.222Z | 37 | pub struct Name { |
| 4037 | 2026-05-15T19:53:03.222Z | | --------------- this is the found type |
| 4038 | 2026-05-15T19:53:03.222Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4039 | 2026-05-15T19:53:03.222Z | note: associated function defined here |
| 4040 | 2026-05-15T19:53:03.222Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 4041 | 2026-05-15T19:53:03.222Z | | |
| 4042 | 2026-05-15T19:53:03.222Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 4043 | 2026-05-15T19:53:03.222Z | | ^^^^^^^^^^ |
| 4044 | 2026-05-15T19:53:03.222Z | |
| 4045 | 2026-05-15T19:53:03.222Z | error[E0308]: mismatched types |
| 4046 | 2026-05-15T19:53:03.222Z | --> dns-server/src/dns_server.rs:233:35 |
| 4047 | 2026-05-15T19:53:03.223Z | | |
| 4048 | 2026-05-15T19:53:03.223Z | 233 | Ok(Record::from_rdata(name.clone(), 0, RData::AAAA((*addr).into()))) |
| 4049 | 2026-05-15T19:53:03.223Z | | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4050 | 2026-05-15T19:53:03.223Z | | | |
| 4051 | 2026-05-15T19:53:03.223Z | | arguments to this function are incorrect |
| 4052 | 2026-05-15T19:53:03.223Z | | |
| 4053 | 2026-05-15T19:53:03.223Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4054 | 2026-05-15T19:53:03.223Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4055 | 2026-05-15T19:53:03.223Z | | |
| 4056 | 2026-05-15T19:53:03.223Z | 34 | pub struct Name { |
| 4057 | 2026-05-15T19:53:03.223Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4058 | 2026-05-15T19:53:03.223Z | | |
| 4059 | 2026-05-15T19:53:03.223Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4060 | 2026-05-15T19:53:03.223Z | | |
| 4061 | 2026-05-15T19:53:03.223Z | 37 | pub struct Name { |
| 4062 | 2026-05-15T19:53:03.223Z | | --------------- this is the found type |
| 4063 | 2026-05-15T19:53:03.223Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4064 | 2026-05-15T19:53:03.223Z | note: associated function defined here |
| 4065 | 2026-05-15T19:53:03.223Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 4066 | 2026-05-15T19:53:03.223Z | | |
| 4067 | 2026-05-15T19:53:03.223Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 4068 | 2026-05-15T19:53:03.223Z | | ^^^^^^^^^^ |
| 4069 | 2026-05-15T19:53:03.223Z | |
| 4070 | 2026-05-15T19:53:03.223Z | error[E0308]: mismatched types |
| 4071 | 2026-05-15T19:53:03.223Z | --> dns-server/src/dns_server.rs:247:60 |
| 4072 | 2026-05-15T19:53:03.223Z | | |
| 4073 | 2026-05-15T19:53:03.223Z | 247 | RData::SRV(SRV::new(*prio, *weight, *port, tgt)), |
| 4074 | 2026-05-15T19:53:03.223Z | | -------- ^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4075 | 2026-05-15T19:53:03.223Z | | | |
| 4076 | 2026-05-15T19:53:03.223Z | | arguments to this function are incorrect |
| 4077 | 2026-05-15T19:53:03.223Z | | |
| 4078 | 2026-05-15T19:53:03.223Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4079 | 2026-05-15T19:53:03.223Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4080 | 2026-05-15T19:53:03.224Z | | |
| 4081 | 2026-05-15T19:53:03.224Z | 34 | pub struct Name { |
| 4082 | 2026-05-15T19:53:03.224Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4083 | 2026-05-15T19:53:03.224Z | | |
| 4084 | 2026-05-15T19:53:03.224Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4085 | 2026-05-15T19:53:03.224Z | | |
| 4086 | 2026-05-15T19:53:03.224Z | 37 | pub struct Name { |
| 4087 | 2026-05-15T19:53:03.224Z | | --------------- this is the found type |
| 4088 | 2026-05-15T19:53:03.224Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4089 | 2026-05-15T19:53:03.224Z | note: associated function defined here |
| 4090 | 2026-05-15T19:53:03.224Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/srv.rs:174:12 |
| 4091 | 2026-05-15T19:53:03.224Z | | |
| 4092 | 2026-05-15T19:53:03.224Z | 174 | pub fn new(priority: u16, weight: u16, port: u16, target: Name) -> Self { |
| 4093 | 2026-05-15T19:53:03.224Z | | ^^^ |
| 4094 | 2026-05-15T19:53:03.224Z | |
| 4095 | 2026-05-15T19:53:03.228Z | error[E0308]: mismatched types |
| 4096 | 2026-05-15T19:53:03.228Z | --> dns-server/src/dns_server.rs:245:17 |
| 4097 | 2026-05-15T19:53:03.228Z | | |
| 4098 | 2026-05-15T19:53:03.228Z | 244 | Ok(Record::from_rdata( |
| 4099 | 2026-05-15T19:53:03.228Z | | ------------------ arguments to this function are incorrect |
| 4100 | 2026-05-15T19:53:03.228Z | 245 | name.clone(), |
| 4101 | 2026-05-15T19:53:03.228Z | | ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4102 | 2026-05-15T19:53:03.228Z | | |
| 4103 | 2026-05-15T19:53:03.228Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4104 | 2026-05-15T19:53:03.228Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4105 | 2026-05-15T19:53:03.228Z | | |
| 4106 | 2026-05-15T19:53:03.228Z | 34 | pub struct Name { |
| 4107 | 2026-05-15T19:53:03.229Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4108 | 2026-05-15T19:53:03.229Z | | |
| 4109 | 2026-05-15T19:53:03.229Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4110 | 2026-05-15T19:53:03.229Z | | |
| 4111 | 2026-05-15T19:53:03.229Z | 37 | pub struct Name { |
| 4112 | 2026-05-15T19:53:03.229Z | | --------------- this is the found type |
| 4113 | 2026-05-15T19:53:03.229Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4114 | 2026-05-15T19:53:03.229Z | note: associated function defined here |
| 4115 | 2026-05-15T19:53:03.229Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 4116 | 2026-05-15T19:53:03.229Z | | |
| 4117 | 2026-05-15T19:53:03.229Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 4118 | 2026-05-15T19:53:03.229Z | | ^^^^^^^^^^ |
| 4119 | 2026-05-15T19:53:03.229Z | |
| 4120 | 2026-05-15T19:53:03.229Z | error[E0308]: mismatched types |
| 4121 | 2026-05-15T19:53:03.229Z | --> dns-server/src/dns_server.rs:259:65 |
| 4122 | 2026-05-15T19:53:03.229Z | | |
| 4123 | 2026-05-15T19:53:03.229Z | 259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname)))) |
| 4124 | 2026-05-15T19:53:03.229Z | | -- ^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4125 | 2026-05-15T19:53:03.229Z | | | |
| 4126 | 2026-05-15T19:53:03.229Z | | arguments to this struct are incorrect |
| 4127 | 2026-05-15T19:53:03.229Z | | |
| 4128 | 2026-05-15T19:53:03.229Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4129 | 2026-05-15T19:53:03.229Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4130 | 2026-05-15T19:53:03.229Z | | |
| 4131 | 2026-05-15T19:53:03.230Z | 34 | pub struct Name { |
| 4132 | 2026-05-15T19:53:03.230Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4133 | 2026-05-15T19:53:03.230Z | | |
| 4134 | 2026-05-15T19:53:03.230Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4135 | 2026-05-15T19:53:03.230Z | | |
| 4136 | 2026-05-15T19:53:03.230Z | 37 | pub struct Name { |
| 4137 | 2026-05-15T19:53:03.230Z | | --------------- this is the found type |
| 4138 | 2026-05-15T19:53:03.230Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4139 | 2026-05-15T19:53:03.230Z | note: tuple struct defined here |
| 4140 | 2026-05-15T19:53:03.230Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/name.rs:98:13 |
| 4141 | 2026-05-15T19:53:03.230Z | | |
| 4142 | 2026-05-15T19:53:03.230Z | 98 | name_rdata!(NS, RDataEncoding::StandardRecord); |
| 4143 | 2026-05-15T19:53:03.230Z | | ^^ |
| 4144 | 2026-05-15T19:53:03.230Z | |
| 4145 | 2026-05-15T19:53:03.234Z | error[E0308]: mismatched types |
| 4146 | 2026-05-15T19:53:03.234Z | --> dns-server/src/dns_server.rs:259:35 |
| 4147 | 2026-05-15T19:53:03.234Z | | |
| 4148 | 2026-05-15T19:53:03.234Z | 259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname)))) |
| 4149 | 2026-05-15T19:53:03.234Z | | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4150 | 2026-05-15T19:53:03.234Z | | | |
| 4151 | 2026-05-15T19:53:03.234Z | | arguments to this function are incorrect |
| 4152 | 2026-05-15T19:53:03.234Z | | |
| 4153 | 2026-05-15T19:53:03.234Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4154 | 2026-05-15T19:53:03.234Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4155 | 2026-05-15T19:53:03.234Z | | |
| 4156 | 2026-05-15T19:53:03.235Z | 34 | pub struct Name { |
| 4157 | 2026-05-15T19:53:03.235Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4158 | 2026-05-15T19:53:03.235Z | | |
| 4159 | 2026-05-15T19:53:03.235Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4160 | 2026-05-15T19:53:03.235Z | | |
| 4161 | 2026-05-15T19:53:03.235Z | 37 | pub struct Name { |
| 4162 | 2026-05-15T19:53:03.235Z | | --------------- this is the found type |
| 4163 | 2026-05-15T19:53:03.235Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4164 | 2026-05-15T19:53:03.235Z | note: associated function defined here |
| 4165 | 2026-05-15T19:53:03.235Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 4166 | 2026-05-15T19:53:03.235Z | | |
| 4167 | 2026-05-15T19:53:03.235Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 4168 | 2026-05-15T19:53:03.235Z | | ^^^^^^^^^^ |
| 4169 | 2026-05-15T19:53:03.235Z | |
| 4170 | 2026-05-15T19:53:03.261Z | error[E0308]: arguments to this function are incorrect |
| 4171 | 2026-05-15T19:53:03.262Z | --> dns-server/src/storage.rs:448:43 |
| 4172 | 2026-05-15T19:53:03.262Z | | |
| 4173 | 2026-05-15T19:53:03.262Z | 448 | hickory_proto::rr::RData::SOA(hickory_proto::rr::rdata::SOA::new( |
| 4174 | 2026-05-15T19:53:03.262Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 4175 | 2026-05-15T19:53:03.262Z | 449 | preferred_nameserver, |
| 4176 | 2026-05-15T19:53:03.262Z | | -------------------- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4177 | 2026-05-15T19:53:03.262Z | 450 | rname, |
| 4178 | 2026-05-15T19:53:03.262Z | | ----- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4179 | 2026-05-15T19:53:03.262Z | | |
| 4180 | 2026-05-15T19:53:03.262Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4181 | 2026-05-15T19:53:03.262Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4182 | 2026-05-15T19:53:03.262Z | | |
| 4183 | 2026-05-15T19:53:03.262Z | 34 | pub struct Name { |
| 4184 | 2026-05-15T19:53:03.262Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4185 | 2026-05-15T19:53:03.262Z | | |
| 4186 | 2026-05-15T19:53:03.262Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4187 | 2026-05-15T19:53:03.262Z | | |
| 4188 | 2026-05-15T19:53:03.262Z | 37 | pub struct Name { |
| 4189 | 2026-05-15T19:53:03.262Z | | --------------- this is the found type |
| 4190 | 2026-05-15T19:53:03.262Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4191 | 2026-05-15T19:53:03.262Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4192 | 2026-05-15T19:53:03.262Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4193 | 2026-05-15T19:53:03.262Z | | |
| 4194 | 2026-05-15T19:53:03.262Z | 34 | pub struct Name { |
| 4195 | 2026-05-15T19:53:03.262Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4196 | 2026-05-15T19:53:03.262Z | | |
| 4197 | 2026-05-15T19:53:03.262Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4198 | 2026-05-15T19:53:03.262Z | | |
| 4199 | 2026-05-15T19:53:03.262Z | 37 | pub struct Name { |
| 4200 | 2026-05-15T19:53:03.262Z | | --------------- this is the found type |
| 4201 | 2026-05-15T19:53:03.262Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4202 | 2026-05-15T19:53:03.262Z | note: associated function defined here |
| 4203 | 2026-05-15T19:53:03.262Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/soa.rs:154:12 |
| 4204 | 2026-05-15T19:53:03.262Z | | |
| 4205 | 2026-05-15T19:53:03.263Z | 154 | pub fn new( |
| 4206 | 2026-05-15T19:53:03.263Z | | ^^^ |
| 4207 | 2026-05-15T19:53:03.263Z | |
| 4208 | 2026-05-15T19:53:03.266Z | error[E0308]: mismatched types |
| 4209 | 2026-05-15T19:53:03.266Z | --> dns-server/src/storage.rs:446:13 |
| 4210 | 2026-05-15T19:53:03.266Z | | |
| 4211 | 2026-05-15T19:53:03.266Z | 445 | let record = hickory_proto::rr::Record::from_rdata( |
| 4212 | 2026-05-15T19:53:03.266Z | | ------------------------------------- arguments to this function are incorrect |
| 4213 | 2026-05-15T19:53:03.266Z | 446 | soa_name, |
| 4214 | 2026-05-15T19:53:03.267Z | | ^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4215 | 2026-05-15T19:53:03.267Z | | |
| 4216 | 2026-05-15T19:53:03.267Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4217 | 2026-05-15T19:53:03.267Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4218 | 2026-05-15T19:53:03.267Z | | |
| 4219 | 2026-05-15T19:53:03.267Z | 34 | pub struct Name { |
| 4220 | 2026-05-15T19:53:03.267Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4221 | 2026-05-15T19:53:03.267Z | | |
| 4222 | 2026-05-15T19:53:03.267Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4223 | 2026-05-15T19:53:03.267Z | | |
| 4224 | 2026-05-15T19:53:03.267Z | 37 | pub struct Name { |
| 4225 | 2026-05-15T19:53:03.267Z | | --------------- this is the found type |
| 4226 | 2026-05-15T19:53:03.267Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4227 | 2026-05-15T19:53:03.267Z | note: associated function defined here |
| 4228 | 2026-05-15T19:53:03.267Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 4229 | 2026-05-15T19:53:03.267Z | | |
| 4230 | 2026-05-15T19:53:03.267Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 4231 | 2026-05-15T19:53:03.267Z | | ^^^^^^^^^^ |
| 4232 | 2026-05-15T19:53:03.267Z | |
| 4233 | 2026-05-15T19:53:03.279Z | error[E0308]: mismatched types |
| 4234 | 2026-05-15T19:53:03.279Z | --> dns-server/src/storage.rs:768:30 |
| 4235 | 2026-05-15T19:53:03.279Z | | |
| 4236 | 2026-05-15T19:53:03.279Z | 768 | self.query_raw(name, orig_name) |
| 4237 | 2026-05-15T19:53:03.279Z | | --------- ^^^^^^^^^ expected `hickory_resolver::Name`, found `hickory_proto::rr::Name` |
| 4238 | 2026-05-15T19:53:03.279Z | | | |
| 4239 | 2026-05-15T19:53:03.279Z | | arguments to this method are incorrect |
| 4240 | 2026-05-15T19:53:03.279Z | | |
| 4241 | 2026-05-15T19:53:03.279Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4242 | 2026-05-15T19:53:03.279Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4243 | 2026-05-15T19:53:03.279Z | | |
| 4244 | 2026-05-15T19:53:03.279Z | 37 | pub struct Name { |
| 4245 | 2026-05-15T19:53:03.279Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4246 | 2026-05-15T19:53:03.279Z | | |
| 4247 | 2026-05-15T19:53:03.279Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4248 | 2026-05-15T19:53:03.279Z | | |
| 4249 | 2026-05-15T19:53:03.279Z | 34 | pub struct Name { |
| 4250 | 2026-05-15T19:53:03.279Z | | --------------- this is the found type |
| 4251 | 2026-05-15T19:53:03.279Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4252 | 2026-05-15T19:53:03.279Z | note: method defined here |
| 4253 | 2026-05-15T19:53:03.279Z | --> dns-server/src/storage.rs:780:8 |
| 4254 | 2026-05-15T19:53:03.279Z | | |
| 4255 | 2026-05-15T19:53:03.279Z | 780 | fn query_raw( |
| 4256 | 2026-05-15T19:53:03.279Z | | ^^^^^^^^^ |
| 4257 | 2026-05-15T19:53:03.279Z | ... |
| 4258 | 2026-05-15T19:53:03.279Z | 783 | orig_name: &Name, |
| 4259 | 2026-05-15T19:53:03.279Z | | ---------------- |
| 4260 | 2026-05-15T19:53:03.279Z | |
| 4261 | 2026-05-15T19:53:03.285Z | error[E0308]: mismatched types |
| 4262 | 2026-05-15T19:53:03.285Z | --> dns-server/src/storage.rs:777:40 |
| 4263 | 2026-05-15T19:53:03.285Z | | |
| 4264 | 2026-05-15T19:53:03.285Z | 777 | self.query_raw(&LowerName::new(name), name) |
| 4265 | 2026-05-15T19:53:03.285Z | | -------------- ^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4266 | 2026-05-15T19:53:03.285Z | | | |
| 4267 | 2026-05-15T19:53:03.285Z | | arguments to this function are incorrect |
| 4268 | 2026-05-15T19:53:03.285Z | | |
| 4269 | 2026-05-15T19:53:03.285Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4270 | 2026-05-15T19:53:03.285Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4271 | 2026-05-15T19:53:03.285Z | | |
| 4272 | 2026-05-15T19:53:03.285Z | 34 | pub struct Name { |
| 4273 | 2026-05-15T19:53:03.286Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4274 | 2026-05-15T19:53:03.286Z | | |
| 4275 | 2026-05-15T19:53:03.286Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4276 | 2026-05-15T19:53:03.286Z | | |
| 4277 | 2026-05-15T19:53:03.286Z | 37 | pub struct Name { |
| 4278 | 2026-05-15T19:53:03.286Z | | --------------- this is the found type |
| 4279 | 2026-05-15T19:53:03.286Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4280 | 2026-05-15T19:53:03.286Z | note: associated function defined here |
| 4281 | 2026-05-15T19:53:03.286Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:37:12 |
| 4282 | 2026-05-15T19:53:03.286Z | | |
| 4283 | 2026-05-15T19:53:03.286Z | 37 | pub fn new(name: &Name) -> Self { |
| 4284 | 2026-05-15T19:53:03.286Z | | ^^^ |
| 4285 | 2026-05-15T19:53:03.286Z | |
| 4286 | 2026-05-15T19:53:03.290Z | error[E0277]: the trait bound `hickory_proto::rr::LowerName: std::convert::From<hickory_resolver::Name>` is not satisfied |
| 4287 | 2026-05-15T19:53:03.290Z | --> dns-server/src/storage.rs:791:33 |
| 4288 | 2026-05-15T19:53:03.290Z | | |
| 4289 | 2026-05-15T19:53:03.290Z | 791 | let zone_name = LowerName::from(Name::from_str(&z).unwrap()); |
| 4290 | 2026-05-15T19:53:03.290Z | | ^^^^^^^^^ the trait `std::convert::From<hickory_resolver::Name>` is not implemented for `hickory_proto::rr::LowerName` |
| 4291 | 2026-05-15T19:53:03.290Z | | |
| 4292 | 2026-05-15T19:53:03.291Z | help: item with same name found |
| 4293 | 2026-05-15T19:53:03.291Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/lower_name.rs:28:1 |
| 4294 | 2026-05-15T19:53:03.291Z | | |
| 4295 | 2026-05-15T19:53:03.291Z | 28 | pub struct LowerName(Name); |
| 4296 | 2026-05-15T19:53:03.291Z | | ^^^^^^^^^^^^^^^^^^^^ |
| 4297 | 2026-05-15T19:53:03.291Z | = note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4298 | 2026-05-15T19:53:03.291Z | help: the following other types implement trait `std::convert::From<T>` |
| 4299 | 2026-05-15T19:53:03.291Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:240:1 |
| 4300 | 2026-05-15T19:53:03.291Z | | |
| 4301 | 2026-05-15T19:53:03.291Z | 240 | impl From<Name> for LowerName { |
| 4302 | 2026-05-15T19:53:03.291Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<hickory_proto::rr::Name>` |
| 4303 | 2026-05-15T19:53:03.291Z | ... |
| 4304 | 2026-05-15T19:53:03.291Z | 246 | impl<'a> From<&'a Name> for LowerName { |
| 4305 | 2026-05-15T19:53:03.291Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<&hickory_proto::rr::Name>` |
| 4306 | 2026-05-15T19:53:03.291Z | = note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4307 | 2026-05-15T19:53:03.291Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4308 | 2026-05-15T19:53:03.291Z | |
| 4309 | 2026-05-15T19:53:03.357Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4310 | 2026-05-15T19:53:03.512Z | Some errors have detailed explanations: E0271, E0277, E0308, E0599. |
| 4311 | 2026-05-15T19:53:03.512Z | For more information about an error, try `rustc --explain E0271`. |
| 4312 | 2026-05-15T19:53:03.588Z | error: could not compile `dns-server` (lib) due to 60 previous errors |
| 4313 | 2026-05-15T19:53:03.588Z | warning: build failed, waiting for other jobs to finish... |
| 4314 | 2026-05-15T19:53:10.422Z | Error: Failed to build packages |
| 4315 | 2026-05-15T19:53:10.425Z | |
| 4316 | 2026-05-15T19:53:10.425Z | real 1:20.808875687 |
| 4317 | 2026-05-15T19:53:10.425Z | user 18:12.253983159 |
| 4318 | 2026-05-15T19:53:10.425Z | sys 1:36.611101545 |
| 4319 | 2026-05-15T19:53:10.425Z | trap 0.540970549 |
| 4320 | 2026-05-15T19:53:10.425Z | tflt 1.437417922 |
| 4321 | 2026-05-15T19:53:10.428Z | dflt 1.530760125 |
| 4322 | 2026-05-15T19:53:10.428Z | kflt 0.004477895 |
| 4323 | 2026-05-15T19:53:10.428Z | lock 1:38:49.110215293 |
| 4324 | 2026-05-15T19:53:10.429Z | slp 50:46.448526456 |
| 4325 | 2026-05-15T19:53:10.429Z | lat 1:15.405812329 |
| 4326 | 2026-05-15T19:53:10.429Z | stop 3:53.615697615 |
| 4327 | 2026-05-15T19:53:10.429Z | process exited: duration 309754 ms, exit code 1 |
| |
| 4328 | 2026-05-15T19:53:10.436Z | found 0 output files |
| 4329 | 2026-05-15T19:53:10.436Z | upload error: rule "/work/package.tar.gz" required a match, but was not used |