|
|
|
| 1 | 2026-05-26T22:58:05.370Z | job assigned to worker 01KSK83KKZ7WDFJWJ71BTYRT9V [factory aws, i-0aee1f2a958da529b] (queued for 48 s) |
| |
| 2 | 2026-05-26T22:58:11.796Z | starting task 0: "setup" |
| 3 | 2026-05-26T22:58:11.802Z | ++ uname -s |
| 4 | 2026-05-26T22:58:11.805Z | + kern=SunOS |
| 5 | 2026-05-26T22:58:11.805Z | + build_user=build |
| 6 | 2026-05-26T22:58:11.805Z | + build_uid=12345 |
| 7 | 2026-05-26T22:58:11.805Z | + work_dir=/work |
| 8 | 2026-05-26T22:58:11.805Z | + input_dir=/input |
| 9 | 2026-05-26T22:58:11.805Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-26T22:58:11.805Z | + case "$kern" in |
| 11 | 2026-05-26T22:58:11.805Z | + groupadd -g 12345 build |
| 12 | 2026-05-26T22:58:11.805Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-26T22:58:13.810Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-26T22:58:13.905Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-26T22:58:13.907Z | + home_fs=zfs |
| 16 | 2026-05-26T22:58:13.907Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-26T22:58:13.907Z | + mkdir -p /home/build |
| 18 | 2026-05-26T22:58:13.907Z | + chown build:build /home/build /work |
| 19 | 2026-05-26T22:58:15.909Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-26T22:58:15.911Z | process exited: duration 4113 ms, exit code 0 |
| |
| 21 | 2026-05-26T22:58:15.917Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-26T22:58:15.920Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-26T22:58:15.920Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-26T22:58:15.920Z | * rust toolchain channel = "1.94.0" |
| 25 | 2026-05-26T22:58:15.920Z | * rust toolchain profile = "default" |
| 26 | 2026-05-26T22:58:15.920Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-26T22:58:15.920Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-26T22:58:15.923Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-26T22:58:15.923Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-26T22:58:16.027Z | info: downloading installer |
| 31 | 2026-05-26T22:58:17.589Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-26T22:58:17.589Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-26T22:58:17.589Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-26T22:58:17.589Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-26T22:58:17.601Z | info: profile set to default |
| 36 | 2026-05-26T22:58:17.604Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-26T22:58:17.607Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-26T22:58:17.740Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-26T22:58:17.743Z | info: downloading 6 components |
| 40 | 2026-05-26T22:58:31.971Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-26T22:58:31.971Z | |
| 42 | 2026-05-26T22:58:32.004Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-26T22:58:32.004Z | |
| 44 | 2026-05-26T22:58:32.004Z | |
| 45 | 2026-05-26T22:58:32.004Z | Rust is installed now. Great! |
| 46 | 2026-05-26T22:58:32.004Z | |
| 47 | 2026-05-26T22:58:32.004Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-26T22:58:32.004Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-26T22:58:32.004Z | |
| 50 | 2026-05-26T22:58:32.004Z | To configure your current shell, you need to source |
| 51 | 2026-05-26T22:58:32.004Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-26T22:58:32.004Z | |
| 53 | 2026-05-26T22:58:32.004Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-26T22:58:32.004Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-26T22:58:32.004Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-26T22:58:32.004Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-26T22:58:32.004Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-26T22:58:32.004Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-26T22:58:32.004Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-26T22:58:32.007Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-26T22:58:32.007Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-26T22:58:32.091Z | + rustup --version |
| 63 | 2026-05-26T22:58:32.101Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-26T22:58:32.104Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-26T22:58:32.122Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-26T22:58:32.125Z | + cargo --version |
| 67 | 2026-05-26T22:58:32.138Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-26T22:58:32.141Z | + rustc --version |
| 69 | 2026-05-26T22:58:32.160Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-26T22:58:32.163Z | process exited: duration 16245 ms, exit code 0 |
| |
| 71 | 2026-05-26T22:58:32.168Z | starting task 2: "authentication" |
| 72 | 2026-05-26T22:58:32.184Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-05-26T22:58:32.189Z | starting task 3: "clone repository" |
| 74 | 2026-05-26T22:58:32.193Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-26T22:58:32.195Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-26T22:58:32.232Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-26T22:58:43.626Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-26T22:58:43.627Z | + git fetch origin e3c33b6e7dcfb3deda051b62fcad86934c9bf75e |
| 79 | 2026-05-26T22:58:43.942Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-26T22:58:43.942Z | * branch e3c33b6e7dcfb3deda051b62fcad86934c9bf75e -> FETCH_HEAD |
| 81 | 2026-05-26T22:58:43.951Z | + [[ -n renovate/crate-hickory-proto-vulnerability ]] |
| 82 | 2026-05-26T22:58:43.954Z | ++ git branch --show-current |
| 83 | 2026-05-26T22:58:43.955Z | + current=main |
| 84 | 2026-05-26T22:58:43.955Z | + [[ main != renovate/crate-hickory-proto-vulnerability ]] |
| 85 | 2026-05-26T22:58:43.955Z | + git branch -f renovate/crate-hickory-proto-vulnerability e3c33b6e7dcfb3deda051b62fcad86934c9bf75e |
| 86 | 2026-05-26T22:58:43.958Z | + git checkout -f renovate/crate-hickory-proto-vulnerability |
| 87 | 2026-05-26T22:58:44.191Z | Switched to branch 'renovate/crate-hickory-proto-vulnerability' |
| 88 | 2026-05-26T22:58:44.195Z | + git reset --hard e3c33b6e7dcfb3deda051b62fcad86934c9bf75e |
| 89 | 2026-05-26T22:58:44.429Z | HEAD is now at e3c33b6e7 Update Rust crate hickory-proto to 0.26.0 [SECURITY] |
| 90 | 2026-05-26T22:58:44.432Z | process exited: duration 12241 ms, exit code 0 |
| |
| 91 | 2026-05-26T22:58:44.438Z | starting task 4: "build" |
| 92 | 2026-05-26T22:58:44.442Z | + source ./env.sh |
| 93 | 2026-05-26T22:58:44.445Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-05-26T22:58:44.445Z | ++ set -o xtrace |
| 95 | 2026-05-26T22:58:44.445Z | ++++ dirname ./env.sh |
| 96 | 2026-05-26T22:58:44.447Z | +++ readlink -f . |
| 97 | 2026-05-26T22:58:44.450Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-05-26T22:58:44.450Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 99 | 2026-05-26T22:58:44.450Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 100 | 2026-05-26T22:58:44.450Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 101 | 2026-05-26T22:58:44.451Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 102 | 2026-05-26T22:58:44.451Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 103 | 2026-05-26T22:58:44.451Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 104 | 2026-05-26T22:58:44.451Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 105 | 2026-05-26T22:58:44.451Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 106 | 2026-05-26T22:58:44.451Z | ++ case $OLD_SHELL_OPTS in |
| 107 | 2026-05-26T22:58:44.451Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 108 | 2026-05-26T22:58:44.451Z | + source .github/buildomat/ci-env.sh |
| 109 | 2026-05-26T22:58:44.451Z | ++ export CARGO_TERM_COLOR=always |
| 110 | 2026-05-26T22:58:44.451Z | ++ CARGO_TERM_COLOR=always |
| 111 | 2026-05-26T22:58:44.451Z | + cargo --version |
| 112 | 2026-05-26T22:58:44.459Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 113 | 2026-05-26T22:58:44.461Z | + rustc --version |
| 114 | 2026-05-26T22:58:44.481Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 115 | 2026-05-26T22:58:44.486Z | + banner prerequisites |
| 116 | 2026-05-26T22:58:44.486Z | |
| 117 | 2026-05-26T22:58:44.486Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 118 | 2026-05-26T22:58:44.486Z | # # # # # # # # # # # # # # # |
| 119 | 2026-05-26T22:58:44.486Z | # # # # ##### # # ##### # # # # # #### # |
| 120 | 2026-05-26T22:58:44.486Z | ##### ##### # ##### # # # # # # # # # |
| 121 | 2026-05-26T22:58:44.486Z | # # # # # # # # # # # # # # # |
| 122 | 2026-05-26T22:58:44.487Z | # # # ###### # # ###### ### # #### # #### # |
| 123 | 2026-05-26T22:58:44.487Z | |
| 124 | 2026-05-26T22:58:44.487Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 125 | 2026-05-26T22:58:46.249Z | Startup: Refreshing catalog 'helios' ... Done |
| 126 | 2026-05-26T22:58:46.318Z | Startup: Caching catalogs ... Done |
| 127 | 2026-05-26T22:58:46.582Z | Planning: Solver setup ... Done (0.227s) |
| 128 | 2026-05-26T22:58:46.600Z | Planning: Running solver ... Done (0.018s) |
| 129 | 2026-05-26T22:58:46.606Z | Planning: Finding local manifests ... Done (0.003s) |
| 130 | 2026-05-26T22:58:46.617Z | Planning: Fetching manifests: 0/2 0% complete |
| 131 | 2026-05-26T22:58:46.635Z | Planning: Fetching manifests: 2/2 100% complete |
| 132 | 2026-05-26T22:58:46.648Z | Planning: Package planning ... Done (0.013s) |
| 133 | 2026-05-26T22:58:46.651Z | Planning: Merging actions ... Done (0.002s) |
| 134 | 2026-05-26T22:58:46.838Z | Planning: Checking for conflicting actions ... Done (0.188s) |
| 135 | 2026-05-26T22:58:46.841Z | Planning: Consolidating action changes ... Done (0.001s) |
| 136 | 2026-05-26T22:58:47.647Z | Planning: Evaluating mediators ... Done (0.808s) |
| 137 | 2026-05-26T22:58:47.650Z | Planning: Planning completed in 1.31 seconds |
| 138 | 2026-05-26T22:58:47.656Z | Packages to install: 2 |
| 139 | 2026-05-26T22:58:47.659Z | Estimated space available: 156.08 GB |
| 140 | 2026-05-26T22:58:47.659Z | Estimated space to be consumed: 22.53 MB |
| 141 | 2026-05-26T22:58:47.659Z | Create boot environment: No |
| 142 | 2026-05-26T22:58:47.659Z | Create backup boot environment: No |
| 143 | 2026-05-26T22:58:47.659Z | Rebuild boot archive: No |
| 144 | 2026-05-26T22:58:47.659Z | |
| 145 | 2026-05-26T22:58:47.659Z | Changed packages: |
| 146 | 2026-05-26T22:58:47.660Z | helios |
| 147 | 2026-05-26T22:58:47.660Z | developer/build-essential |
| 148 | 2026-05-26T22:58:47.660Z | None -> 11-3.0 |
| 149 | 2026-05-26T22:58:47.660Z | library/libxmlsec1 |
| 150 | 2026-05-26T22:58:47.660Z | None -> 1.2.35-3.0 |
| 151 | 2026-05-26T22:58:47.681Z | |
| 152 | 2026-05-26T22:58:47.681Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 153 | 2026-05-26T22:58:48.266Z | Download: Completed 1.28 MB in 0.58 seconds (2.2M/s) |
| 154 | 2026-05-26T22:58:48.346Z | Actions: 1/268 actions (Installing new actions) |
| 155 | 2026-05-26T22:58:48.384Z | Actions: Completed 268 actions in 0.04 seconds. |
| 156 | 2026-05-26T22:58:48.418Z | Finalize: Updating package state database ... Done (0.033s) |
| 157 | 2026-05-26T22:58:48.421Z | Finalize: Updating package cache ... Done (0.000s) |
| 158 | 2026-05-26T22:58:48.437Z | Finalize: Updating image state ... Done (0.018s) |
| 159 | 2026-05-26T22:58:50.785Z | Finalize: Creating fast lookup database ... Done (2.325s) |
| 160 | 2026-05-26T22:58:50.849Z | Finalize: Reading search index ... Done (0.013s) |
| 161 | 2026-05-26T22:58:50.852Z | Finalize: Updating search index ... Done (0.000s) |
| 162 | 2026-05-26T22:58:50.938Z | Finalize: Updating package cache ... Done (0.000s) |
| 163 | 2026-05-26T22:58:51.234Z | Planning: Evaluating mediator changes ... Done |
| 164 | 2026-05-26T22:58:51.338Z | Planning: Checking for conflicting actions ... Done |
| 165 | 2026-05-26T22:58:51.341Z | Planning: Consolidating action changes ... Done |
| 166 | 2026-05-26T22:58:51.497Z | Planning: Evaluating mediators ... Done |
| 167 | 2026-05-26T22:58:51.500Z | Planning: Planning completed in 0.26 seconds |
| 168 | 2026-05-26T22:58:51.520Z | Mediators to change: 2 |
| 169 | 2026-05-26T22:58:51.520Z | Create boot environment: No |
| 170 | 2026-05-26T22:58:51.523Z | Create backup boot environment: No |
| 171 | 2026-05-26T22:58:51.585Z | Finalize: Updating package state database ... Done |
| 172 | 2026-05-26T22:58:51.585Z | Finalize: Updating package cache ... Done |
| 173 | 2026-05-26T22:58:51.596Z | Finalize: Updating image state ... Done |
| 174 | 2026-05-26T22:58:53.540Z | Finalize: Creating fast lookup database ... Done |
| 175 | 2026-05-26T22:58:53.602Z | Finalize: Reading search index ... Done |
| 176 | 2026-05-26T22:58:53.605Z | Finalize: Updating search index ... Done |
| 177 | 2026-05-26T22:58:53.692Z | Finalize: Updating package cache ... Done |
| 178 | 2026-05-26T22:58:53.980Z | Planning: Evaluating mediator changes ... Done |
| 179 | 2026-05-26T22:58:54.085Z | Planning: Checking for conflicting actions ... Done |
| 180 | 2026-05-26T22:58:54.088Z | Planning: Consolidating action changes ... Done |
| 181 | 2026-05-26T22:58:54.245Z | Planning: Evaluating mediators ... Done |
| 182 | 2026-05-26T22:58:54.247Z | Planning: Planning completed in 0.26 seconds |
| 183 | 2026-05-26T22:58:54.265Z | Mediators to change: 1 |
| 184 | 2026-05-26T22:58:54.265Z | Create boot environment: No |
| 185 | 2026-05-26T22:58:54.265Z | Create backup boot environment: No |
| 186 | 2026-05-26T22:58:54.318Z | Finalize: Updating package state database ... Done |
| 187 | 2026-05-26T22:58:54.318Z | Finalize: Updating package cache ... Done |
| 188 | 2026-05-26T22:58:54.328Z | Finalize: Updating image state ... Done |
| 189 | 2026-05-26T22:58:56.256Z | Finalize: Creating fast lookup database ... Done |
| 190 | 2026-05-26T22:58:56.321Z | Finalize: Reading search index ... Done |
| 191 | 2026-05-26T22:58:56.324Z | Finalize: Updating search index ... Done |
| 192 | 2026-05-26T22:58:56.393Z | Finalize: Updating package cache ... Done |
| 193 | 2026-05-26T22:58:56.707Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 194 | 2026-05-26T22:58:56.707Z | apache system 2.4 system |
| 195 | 2026-05-26T22:58:56.707Z | clang system 15 system |
| 196 | 2026-05-26T22:58:56.707Z | csh system system illumos |
| 197 | 2026-05-26T22:58:56.707Z | ctags system system illumos |
| 198 | 2026-05-26T22:58:56.707Z | file vendor vendor darwinsys |
| 199 | 2026-05-26T22:58:56.707Z | file system system illumos |
| 200 | 2026-05-26T22:58:56.707Z | gcc vendor 14 vendor |
| 201 | 2026-05-26T22:58:56.707Z | gcc system 13 system |
| 202 | 2026-05-26T22:58:56.707Z | gcc system 10 system |
| 203 | 2026-05-26T22:58:56.707Z | go system 1.25 system |
| 204 | 2026-05-26T22:58:56.707Z | llvm system 15 system |
| 205 | 2026-05-26T22:58:56.707Z | mariadb system 11.4 system |
| 206 | 2026-05-26T22:58:56.707Z | mta vendor vendor dma |
| 207 | 2026-05-26T22:58:56.707Z | openjdk system 17 system |
| 208 | 2026-05-26T22:58:56.707Z | openjdk system 11 system |
| 209 | 2026-05-26T22:58:56.707Z | openssl vendor 3 vendor |
| 210 | 2026-05-26T22:58:56.707Z | perl system 5.40 system |
| 211 | 2026-05-26T22:58:56.708Z | postgresql system 18 system |
| 212 | 2026-05-26T22:58:56.708Z | postgresql system 17 system |
| 213 | 2026-05-26T22:58:56.708Z | python vendor 3 vendor |
| 214 | 2026-05-26T22:58:56.708Z | python system 2 system |
| 215 | 2026-05-26T22:58:56.708Z | python3 vendor 3.13 vendor |
| 216 | 2026-05-26T22:58:56.708Z | ruby system 3.4 system |
| 217 | 2026-05-26T22:58:56.708Z | ruby system 3.0 system |
| 218 | 2026-05-26T22:58:56.708Z | words vendor vendor american-english |
| 219 | 2026-05-26T22:58:56.708Z | words system system australian-english |
| 220 | 2026-05-26T22:58:56.708Z | words system system british-english |
| 221 | 2026-05-26T22:58:56.709Z | words system system canadian-english |
| 222 | 2026-05-26T22:58:56.709Z | words system system french |
| 223 | 2026-05-26T22:58:56.709Z | words system system italian |
| 224 | 2026-05-26T22:58:56.709Z | words system system ngerman |
| 225 | 2026-05-26T22:58:56.709Z | words system system ogerman |
| 226 | 2026-05-26T22:58:56.709Z | words system system spanish |
| 227 | 2026-05-26T22:58:56.960Z | PUBLISHER TYPE STATUS P LOCATION |
| 228 | 2026-05-26T22:58:56.960Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 229 | 2026-05-26T22:58:57.236Z | FMRI IFO |
| 230 | 2026-05-26T22:58:57.236Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 231 | 2026-05-26T22:58:57.236Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 232 | 2026-05-26T22:58:57.236Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 233 | 2026-05-26T22:58:57.236Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 234 | 2026-05-26T22:58:57.236Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 235 | 2026-05-26T22:58:57.236Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 236 | 2026-05-26T22:58:57.236Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 237 | 2026-05-26T22:58:57.236Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 238 | 2026-05-26T22:58:57.236Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 239 | 2026-05-26T22:58:57.477Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 240 | 2026-05-26T22:58:57.751Z | Updating crates.io index |
| 241 | 2026-05-26T22:58:57.783Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 242 | 2026-05-26T22:58:58.012Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 243 | 2026-05-26T22:58:58.956Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 244 | 2026-05-26T22:58:59.600Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 245 | 2026-05-26T22:59:00.437Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 246 | 2026-05-26T22:59:01.000Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 247 | 2026-05-26T22:59:02.893Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 248 | 2026-05-26T22:59:03.682Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 249 | 2026-05-26T22:59:04.155Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 250 | 2026-05-26T22:59:05.065Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 251 | 2026-05-26T22:59:05.463Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 252 | 2026-05-26T22:59:05.794Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 253 | 2026-05-26T22:59:06.230Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 254 | 2026-05-26T22:59:07.200Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 255 | 2026-05-26T22:59:07.754Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 256 | 2026-05-26T22:59:08.081Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 257 | 2026-05-26T22:59:08.420Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 258 | 2026-05-26T22:59:08.693Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 259 | 2026-05-26T22:59:09.110Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 260 | 2026-05-26T22:59:09.600Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 261 | 2026-05-26T22:59:09.839Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 262 | 2026-05-26T22:59:10.132Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 263 | 2026-05-26T22:59:10.581Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 264 | 2026-05-26T22:59:10.926Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 265 | 2026-05-26T22:59:11.462Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 266 | 2026-05-26T22:59:11.933Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 267 | 2026-05-26T22:59:12.251Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 268 | 2026-05-26T22:59:12.569Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 269 | 2026-05-26T22:59:12.895Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 270 | 2026-05-26T22:59:14.068Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 271 | 2026-05-26T22:59:14.534Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 272 | 2026-05-26T22:59:15.002Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 273 | 2026-05-26T22:59:15.402Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 274 | 2026-05-26T22:59:15.699Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 275 | 2026-05-26T22:59:16.043Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 276 | 2026-05-26T22:59:16.841Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 277 | 2026-05-26T22:59:17.101Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 278 | 2026-05-26T22:59:17.356Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 279 | 2026-05-26T22:59:17.621Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 280 | 2026-05-26T22:59:18.016Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 281 | 2026-05-26T22:59:29.610Z | Downloading crates ... |
| 282 | 2026-05-26T22:59:29.661Z | Downloaded anstream v0.6.21 |
| 283 | 2026-05-26T22:59:29.670Z | Downloaded thread-id v4.2.2 |
| 284 | 2026-05-26T22:59:29.676Z | Downloaded toml_datetime v0.6.11 |
| 285 | 2026-05-26T22:59:29.681Z | Downloaded percent-encoding v2.3.2 |
| 286 | 2026-05-26T22:59:29.681Z | Downloaded usdt-impl v0.5.0 |
| 287 | 2026-05-26T22:59:29.681Z | Downloaded num-traits v0.2.19 |
| 288 | 2026-05-26T22:59:29.686Z | Downloaded utf8_iter v1.0.4 |
| 289 | 2026-05-26T22:59:29.686Z | Downloaded potential_utf v0.1.4 |
| 290 | 2026-05-26T22:59:29.689Z | Downloaded plain v0.2.3 |
| 291 | 2026-05-26T22:59:29.693Z | Downloaded macaddr v1.0.1 |
| 292 | 2026-05-26T22:59:29.693Z | Downloaded cargo-platform v0.2.0 |
| 293 | 2026-05-26T22:59:29.693Z | Downloaded anyhow v1.0.102 |
| 294 | 2026-05-26T22:59:29.693Z | Downloaded yoke v0.8.1 |
| 295 | 2026-05-26T22:59:29.693Z | Downloaded version_check v0.9.5 |
| 296 | 2026-05-26T22:59:29.693Z | Downloaded thiserror-impl v1.0.69 |
| 297 | 2026-05-26T22:59:29.698Z | Downloaded cfg-if v1.0.4 |
| 298 | 2026-05-26T22:59:29.698Z | Downloaded zmij v1.0.21 |
| 299 | 2026-05-26T22:59:29.698Z | Downloaded thiserror v1.0.69 |
| 300 | 2026-05-26T22:59:29.701Z | Downloaded usdt v0.5.0 |
| 301 | 2026-05-26T22:59:29.701Z | Downloaded typeid v1.0.3 |
| 302 | 2026-05-26T22:59:29.701Z | Downloaded synstructure v0.13.2 |
| 303 | 2026-05-26T22:59:29.704Z | Downloaded scroll v0.12.0 |
| 304 | 2026-05-26T22:59:29.704Z | Downloaded zerofrom-derive v0.1.6 |
| 305 | 2026-05-26T22:59:29.704Z | Downloaded zerofrom v0.1.6 |
| 306 | 2026-05-26T22:59:29.704Z | Downloaded usdt-macro v0.5.0 |
| 307 | 2026-05-26T22:59:29.704Z | Downloaded typenum v1.19.0 |
| 308 | 2026-05-26T22:59:29.707Z | Downloaded thiserror-impl v2.0.18 |
| 309 | 2026-05-26T22:59:29.707Z | Downloaded proc-macro-error v1.0.4 |
| 310 | 2026-05-26T22:59:29.712Z | Downloaded quote v1.0.45 |
| 311 | 2026-05-26T22:59:29.712Z | Downloaded stable_deref_trait v1.2.1 |
| 312 | 2026-05-26T22:59:29.712Z | Downloaded smallvec v1.15.1 |
| 313 | 2026-05-26T22:59:29.712Z | Downloaded is_terminal_polyfill v1.70.2 |
| 314 | 2026-05-26T22:59:29.712Z | Downloaded textwrap v0.16.2 |
| 315 | 2026-05-26T22:59:29.719Z | Downloaded yoke-derive v0.8.1 |
| 316 | 2026-05-26T22:59:29.719Z | Downloaded idna_adapter v1.2.1 |
| 317 | 2026-05-26T22:59:29.719Z | Downloaded usdt-attr-macro v0.5.0 |
| 318 | 2026-05-26T22:59:29.720Z | Downloaded unicode-linebreak v0.1.5 |
| 319 | 2026-05-26T22:59:29.724Z | Downloaded utf8parse v0.2.2 |
| 320 | 2026-05-26T22:59:29.724Z | Downloaded writeable v0.6.2 |
| 321 | 2026-05-26T22:59:29.724Z | Downloaded dtrace-parser v0.2.0 |
| 322 | 2026-05-26T22:59:29.724Z | Downloaded unicode-xid v0.2.6 |
| 323 | 2026-05-26T22:59:29.728Z | Downloaded ordered-float v2.10.1 |
| 324 | 2026-05-26T22:59:29.728Z | Downloaded sha2 v0.10.9 |
| 325 | 2026-05-26T22:59:29.732Z | Downloaded toml_write v0.1.2 |
| 326 | 2026-05-26T22:59:29.732Z | Downloaded ucd-trie v0.1.7 |
| 327 | 2026-05-26T22:59:29.735Z | Downloaded memmap v0.7.0 |
| 328 | 2026-05-26T22:59:29.735Z | Downloaded thiserror v2.0.18 |
| 329 | 2026-05-26T22:59:29.738Z | Downloaded proc-macro-error-attr v1.0.4 |
| 330 | 2026-05-26T22:59:29.779Z | Downloaded scroll_derive v0.12.1 |
| 331 | 2026-05-26T22:59:29.779Z | Downloaded colorchoice v1.0.4 |
| 332 | 2026-05-26T22:59:29.779Z | Downloaded anstyle-query v1.1.5 |
| 333 | 2026-05-26T22:59:29.784Z | Downloaded itoa v1.0.17 |
| 334 | 2026-05-26T22:59:29.784Z | Downloaded unicode-ident v1.0.24 |
| 335 | 2026-05-26T22:59:29.784Z | Downloaded zerocopy-derive v0.7.35 |
| 336 | 2026-05-26T22:59:29.785Z | Downloaded zerovec-derive v0.11.2 |
| 337 | 2026-05-26T22:59:29.785Z | Downloaded fastrand v2.3.0 |
| 338 | 2026-05-26T22:59:29.785Z | Downloaded clap_lex v1.0.0 |
| 339 | 2026-05-26T22:59:29.785Z | Downloaded cargo_toml v0.21.0 |
| 340 | 2026-05-26T22:59:29.785Z | Downloaded toml v0.8.23 |
| 341 | 2026-05-26T22:59:29.786Z | Downloaded tinystr v0.8.2 |
| 342 | 2026-05-26T22:59:29.786Z | Downloaded heck v0.5.0 |
| 343 | 2026-05-26T22:59:29.786Z | Downloaded block-buffer v0.10.4 |
| 344 | 2026-05-26T22:59:29.786Z | Downloaded pretty-hex v0.4.1 |
| 345 | 2026-05-26T22:59:29.786Z | Downloaded errno v0.3.14 |
| 346 | 2026-05-26T22:59:29.787Z | Downloaded crypto-common v0.1.7 |
| 347 | 2026-05-26T22:59:29.787Z | Downloaded toml_edit v0.22.27 |
| 348 | 2026-05-26T22:59:29.787Z | Downloaded url v2.5.8 |
| 349 | 2026-05-26T22:59:29.787Z | Downloaded dof v0.3.0 |
| 350 | 2026-05-26T22:59:29.787Z | Downloaded tabled_derive v0.7.0 |
| 351 | 2026-05-26T22:59:29.787Z | Downloaded cpufeatures v0.2.17 |
| 352 | 2026-05-26T22:59:29.787Z | Downloaded zerotrie v0.2.3 |
| 353 | 2026-05-26T22:59:29.787Z | Downloaded smawk v0.3.2 |
| 354 | 2026-05-26T22:59:29.787Z | Downloaded serde_spanned v0.6.9 |
| 355 | 2026-05-26T22:59:29.787Z | Downloaded heck v0.4.1 |
| 356 | 2026-05-26T22:59:29.787Z | Downloaded serde-value v0.7.0 |
| 357 | 2026-05-26T22:59:29.795Z | Downloaded generic-array v0.14.7 |
| 358 | 2026-05-26T22:59:29.795Z | Downloaded fnv v1.0.7 |
| 359 | 2026-05-26T22:59:29.795Z | Downloaded terminal_size v0.4.3 |
| 360 | 2026-05-26T22:59:29.798Z | Downloaded cargo_metadata v0.21.0 |
| 361 | 2026-05-26T22:59:29.798Z | Downloaded zerovec v0.11.5 |
| 362 | 2026-05-26T22:59:29.798Z | Downloaded form_urlencoded v1.2.2 |
| 363 | 2026-05-26T22:59:29.798Z | Downloaded swrite v0.1.0 |
| 364 | 2026-05-26T22:59:29.801Z | Downloaded zerocopy v0.7.35 |
| 365 | 2026-05-26T22:59:29.808Z | Downloaded winnow v0.7.14 |
| 366 | 2026-05-26T22:59:29.814Z | Downloaded digest v0.10.7 |
| 367 | 2026-05-26T22:59:29.818Z | Downloaded bytecount v0.6.9 |
| 368 | 2026-05-26T22:59:29.818Z | Downloaded fs-err v3.3.0 |
| 369 | 2026-05-26T22:59:29.818Z | Downloaded unicode-width v0.2.0 |
| 370 | 2026-05-26T22:59:29.822Z | Downloaded byteorder v1.5.0 |
| 371 | 2026-05-26T22:59:29.822Z | Downloaded unicode-width v0.1.14 |
| 372 | 2026-05-26T22:59:29.827Z | Downloaded strsim v0.11.1 |
| 373 | 2026-05-26T22:59:29.827Z | Downloaded anstyle v1.0.13 |
| 374 | 2026-05-26T22:59:29.831Z | Downloaded serde-untagged v0.1.9 |
| 375 | 2026-05-26T22:59:29.831Z | Downloaded erased-serde v0.4.9 |
| 376 | 2026-05-26T22:59:29.831Z | Downloaded displaydoc v0.2.5 |
| 377 | 2026-05-26T22:59:29.831Z | Downloaded equivalent v1.0.2 |
| 378 | 2026-05-26T22:59:29.831Z | Downloaded autocfg v1.5.0 |
| 379 | 2026-05-26T22:59:29.835Z | Downloaded anstyle-parse v0.2.7 |
| 380 | 2026-05-26T22:59:29.835Z | Downloaded pest_meta v2.8.6 |
| 381 | 2026-05-26T22:59:29.842Z | Downloaded once_cell v1.21.3 |
| 382 | 2026-05-26T22:59:29.842Z | Downloaded camino-tempfile v1.4.1 |
| 383 | 2026-05-26T22:59:29.849Z | Downloaded pest_derive v2.8.6 |
| 384 | 2026-05-26T22:59:29.854Z | Downloaded bitflags v2.11.0 |
| 385 | 2026-05-26T22:59:29.855Z | Downloaded serde_derive v1.0.228 |
| 386 | 2026-05-26T22:59:29.861Z | Downloaded semver v1.0.28 |
| 387 | 2026-05-26T22:59:29.864Z | Downloaded litemap v0.8.1 |
| 388 | 2026-05-26T22:59:29.867Z | Downloaded pest_generator v2.8.6 |
| 389 | 2026-05-26T22:59:29.870Z | Downloaded camino v1.2.2 |
| 390 | 2026-05-26T22:59:29.870Z | Downloaded tempfile v3.25.0 |
| 391 | 2026-05-26T22:59:29.878Z | Downloaded log v0.4.29 |
| 392 | 2026-05-26T22:59:29.878Z | Downloaded icu_provider v2.1.1 |
| 393 | 2026-05-26T22:59:29.878Z | Downloaded icu_properties v2.1.2 |
| 394 | 2026-05-26T22:59:29.878Z | Downloaded cargo-util-schemas v0.8.2 |
| 395 | 2026-05-26T22:59:29.882Z | Downloaded icu_locale_core v2.1.1 |
| 396 | 2026-05-26T22:59:29.882Z | Downloaded memchr v2.8.0 |
| 397 | 2026-05-26T22:59:29.892Z | Downloaded serde_tokenstream v0.2.3 |
| 398 | 2026-05-26T22:59:29.895Z | Downloaded clap_derive v4.5.55 |
| 399 | 2026-05-26T22:59:29.895Z | Downloaded serde_core v1.0.228 |
| 400 | 2026-05-26T22:59:29.895Z | Downloaded indexmap v2.14.0 |
| 401 | 2026-05-26T22:59:29.898Z | Downloaded clap v4.5.60 |
| 402 | 2026-05-26T22:59:29.901Z | Downloaded serde v1.0.228 |
| 403 | 2026-05-26T22:59:29.906Z | Downloaded getrandom v0.4.1 |
| 404 | 2026-05-26T22:59:29.907Z | Downloaded icu_normalizer v2.1.1 |
| 405 | 2026-05-26T22:59:29.912Z | Downloaded proc-macro2 v1.0.106 |
| 406 | 2026-05-26T22:59:29.912Z | Downloaded icu_normalizer_data v2.1.1 |
| 407 | 2026-05-26T22:59:29.918Z | Downloaded papergrid v0.11.0 |
| 408 | 2026-05-26T22:59:29.918Z | Downloaded icu_properties_data v2.1.2 |
| 409 | 2026-05-26T22:59:29.922Z | Downloaded icu_collections v2.1.1 |
| 410 | 2026-05-26T22:59:29.938Z | Downloaded pest v2.8.6 |
| 411 | 2026-05-26T22:59:29.945Z | Downloaded idna v1.1.0 |
| 412 | 2026-05-26T22:59:29.952Z | Downloaded goblin v0.8.2 |
| 413 | 2026-05-26T22:59:29.958Z | Downloaded serde_json v1.0.149 |
| 414 | 2026-05-26T22:59:29.958Z | Downloaded hashbrown v0.17.0 |
| 415 | 2026-05-26T22:59:29.969Z | Downloaded clap_builder v4.5.60 |
| 416 | 2026-05-26T22:59:29.974Z | Downloaded tabled v0.15.0 |
| 417 | 2026-05-26T22:59:29.987Z | Downloaded syn v1.0.109 |
| 418 | 2026-05-26T22:59:29.993Z | Downloaded syn v2.0.117 |
| 419 | 2026-05-26T22:59:30.013Z | Downloaded rustix v1.1.3 |
| 420 | 2026-05-26T22:59:30.031Z | Downloaded libc v0.2.185 |
| 421 | 2026-05-26T22:59:30.098Z | Compiling proc-macro2 v1.0.106 |
| 422 | 2026-05-26T22:59:30.099Z | Compiling quote v1.0.45 |
| 423 | 2026-05-26T22:59:30.103Z | Compiling unicode-ident v1.0.24 |
| 424 | 2026-05-26T22:59:30.103Z | Compiling serde_core v1.0.228 |
| 425 | 2026-05-26T22:59:30.103Z | Compiling libc v0.2.185 |
| 426 | 2026-05-26T22:59:30.103Z | Compiling version_check v0.9.5 |
| 427 | 2026-05-26T22:59:30.103Z | Compiling stable_deref_trait v1.2.1 |
| 428 | 2026-05-26T22:59:30.103Z | Compiling serde v1.0.228 |
| 429 | 2026-05-26T22:59:30.372Z | Compiling memchr v2.8.0 |
| 430 | 2026-05-26T22:59:30.417Z | Compiling zmij v1.0.21 |
| 431 | 2026-05-26T22:59:30.691Z | Compiling ucd-trie v0.1.7 |
| 432 | 2026-05-26T22:59:30.700Z | Compiling itoa v1.0.17 |
| 433 | 2026-05-26T22:59:30.718Z | Compiling autocfg v1.5.0 |
| 434 | 2026-05-26T22:59:30.891Z | Compiling thiserror v1.0.69 |
| 435 | 2026-05-26T22:59:30.987Z | Compiling pest v2.8.6 |
| 436 | 2026-05-26T22:59:31.032Z | Compiling writeable v0.6.2 |
| 437 | 2026-05-26T22:59:31.123Z | Compiling litemap v0.8.1 |
| 438 | 2026-05-26T22:59:31.159Z | Compiling rustix v1.1.3 |
| 439 | 2026-05-26T22:59:31.225Z | Compiling icu_normalizer_data v2.1.1 |
| 440 | 2026-05-26T22:59:31.393Z | Compiling byteorder v1.5.0 |
| 441 | 2026-05-26T22:59:31.551Z | Compiling syn v2.0.117 |
| 442 | 2026-05-26T22:59:31.630Z | Compiling icu_properties_data v2.1.2 |
| 443 | 2026-05-26T22:59:31.678Z | Compiling errno v0.3.14 |
| 444 | 2026-05-26T22:59:31.774Z | Compiling bitflags v2.11.0 |
| 445 | 2026-05-26T22:59:31.826Z | Compiling serde_json v1.0.149 |
| 446 | 2026-05-26T22:59:32.006Z | Compiling num-traits v0.2.19 |
| 447 | 2026-05-26T22:59:32.026Z | Compiling hashbrown v0.17.0 |
| 448 | 2026-05-26T22:59:32.067Z | Compiling pest_meta v2.8.6 |
| 449 | 2026-05-26T22:59:32.200Z | Compiling smallvec v1.15.1 |
| 450 | 2026-05-26T22:59:32.424Z | Compiling typeid v1.0.3 |
| 451 | 2026-05-26T22:59:32.468Z | Compiling equivalent v1.0.2 |
| 452 | 2026-05-26T22:59:32.583Z | Compiling indexmap v2.14.0 |
| 453 | 2026-05-26T22:59:32.710Z | Compiling thread-id v4.2.2 |
| 454 | 2026-05-26T22:59:32.744Z | Compiling usdt-impl v0.5.0 |
| 455 | 2026-05-26T22:59:32.777Z | Compiling proc-macro-error-attr v1.0.4 |
| 456 | 2026-05-26T22:59:32.802Z | Compiling syn v1.0.109 |
| 457 | 2026-05-26T22:59:32.961Z | Compiling winnow v0.7.14 |
| 458 | 2026-05-26T22:59:32.965Z | Compiling erased-serde v0.4.9 |
| 459 | 2026-05-26T22:59:33.105Z | Compiling toml_write v0.1.2 |
| 460 | 2026-05-26T22:59:33.381Z | Compiling proc-macro-error v1.0.4 |
| 461 | 2026-05-26T22:59:33.396Z | Compiling plain v0.2.3 |
| 462 | 2026-05-26T22:59:33.500Z | Compiling getrandom v0.4.1 |
| 463 | 2026-05-26T22:59:33.518Z | Compiling percent-encoding v2.3.2 |
| 464 | 2026-05-26T22:59:33.724Z | Compiling utf8_iter v1.0.4 |
| 465 | 2026-05-26T22:59:33.736Z | Compiling log v0.4.29 |
| 466 | 2026-05-26T22:59:33.869Z | Compiling thiserror v2.0.18 |
| 467 | 2026-05-26T22:59:33.880Z | Compiling utf8parse v0.2.2 |
| 468 | 2026-05-26T22:59:33.895Z | Compiling camino v1.2.2 |
| 469 | 2026-05-26T22:59:33.966Z | Compiling ordered-float v2.10.1 |
| 470 | 2026-05-26T22:59:33.996Z | Compiling anstyle-parse v0.2.7 |
| 471 | 2026-05-26T22:59:34.121Z | Compiling form_urlencoded v1.2.2 |
| 472 | 2026-05-26T22:59:34.185Z | Compiling synstructure v0.13.2 |
| 473 | 2026-05-26T22:59:34.202Z | Compiling pest_generator v2.8.6 |
| 474 | 2026-05-26T22:59:34.421Z | Compiling terminal_size v0.4.3 |
| 475 | 2026-05-26T22:59:34.548Z | Compiling anstyle v1.0.13 |
| 476 | 2026-05-26T22:59:34.632Z | Compiling pretty-hex v0.4.1 |
| 477 | 2026-05-26T22:59:34.691Z | Compiling colorchoice v1.0.4 |
| 478 | 2026-05-26T22:59:34.774Z | Compiling is_terminal_polyfill v1.70.2 |
| 479 | 2026-05-26T22:59:34.781Z | Compiling anstyle-query v1.1.5 |
| 480 | 2026-05-26T22:59:34.781Z | Compiling cfg-if v1.0.4 |
| 481 | 2026-05-26T22:59:34.808Z | Compiling serde-untagged v0.1.9 |
| 482 | 2026-05-26T22:59:34.877Z | Compiling anstream v0.6.21 |
| 483 | 2026-05-26T22:59:34.943Z | Compiling semver v1.0.28 |
| 484 | 2026-05-26T22:59:35.020Z | Compiling fs-err v3.3.0 |
| 485 | 2026-05-26T22:59:35.052Z | Compiling anyhow v1.0.102 |
| 486 | 2026-05-26T22:59:35.168Z | Compiling fnv v1.0.7 |
| 487 | 2026-05-26T22:59:35.268Z | Compiling heck v0.4.1 |
| 488 | 2026-05-26T22:59:35.306Z | Compiling strsim v0.11.1 |
| 489 | 2026-05-26T22:59:35.306Z | Compiling bytecount v0.6.9 |
| 490 | 2026-05-26T22:59:35.306Z | Compiling unicode-width v0.1.14 |
| 491 | 2026-05-26T22:59:35.357Z | Compiling once_cell v1.21.3 |
| 492 | 2026-05-26T22:59:35.412Z | Compiling unicode-xid v0.2.6 |
| 493 | 2026-05-26T22:59:35.433Z | Compiling heck v0.5.0 |
| 494 | 2026-05-26T22:59:35.676Z | Compiling fastrand v2.3.0 |
| 495 | 2026-05-26T22:59:35.699Z | Compiling clap_lex v1.0.0 |
| 496 | 2026-05-26T22:59:35.699Z | Compiling papergrid v0.11.0 |
| 497 | 2026-05-26T22:59:35.794Z | Compiling tempfile v3.25.0 |
| 498 | 2026-05-26T22:59:35.814Z | Compiling clap_builder v4.5.60 |
| 499 | 2026-05-26T22:59:35.896Z | Compiling serde_derive v1.0.228 |
| 500 | 2026-05-26T22:59:35.938Z | Compiling zerofrom-derive v0.1.6 |
| 501 | 2026-05-26T22:59:36.016Z | Compiling yoke-derive v0.8.1 |
| 502 | 2026-05-26T22:59:36.213Z | Compiling zerovec-derive v0.11.2 |
| 503 | 2026-05-26T22:59:36.479Z | Compiling displaydoc v0.2.5 |
| 504 | 2026-05-26T22:59:37.080Z | Compiling thiserror-impl v1.0.69 |
| 505 | 2026-05-26T22:59:37.133Z | Compiling zerocopy-derive v0.7.35 |
| 506 | 2026-05-26T22:59:37.186Z | Compiling pest_derive v2.8.6 |
| 507 | 2026-05-26T22:59:37.300Z | Compiling scroll_derive v0.12.1 |
| 508 | 2026-05-26T22:59:37.333Z | Compiling zerofrom v0.1.6 |
| 509 | 2026-05-26T22:59:37.456Z | Compiling yoke v0.8.1 |
| 510 | 2026-05-26T22:59:37.600Z | Compiling thiserror-impl v2.0.18 |
| 511 | 2026-05-26T22:59:37.648Z | Compiling zerovec v0.11.5 |
| 512 | 2026-05-26T22:59:37.961Z | Compiling zerotrie v0.2.3 |
| 513 | 2026-05-26T22:59:37.992Z | Compiling zerocopy v0.7.35 |
| 514 | 2026-05-26T22:59:38.153Z | Compiling tinystr v0.8.2 |
| 515 | 2026-05-26T22:59:38.266Z | Compiling potential_utf v0.1.4 |
| 516 | 2026-05-26T22:59:38.366Z | Compiling icu_locale_core v2.1.1 |
| 517 | 2026-05-26T22:59:38.412Z | Compiling icu_collections v2.1.1 |
| 518 | 2026-05-26T22:59:38.496Z | Compiling dtrace-parser v0.2.0 |
| 519 | 2026-05-26T22:59:38.548Z | Compiling scroll v0.12.0 |
| 520 | 2026-05-26T22:59:38.843Z | Compiling goblin v0.8.2 |
| 521 | 2026-05-26T22:59:38.878Z | Compiling tabled_derive v0.7.0 |
| 522 | 2026-05-26T22:59:38.896Z | Compiling clap_derive v4.5.55 |
| 523 | 2026-05-26T22:59:39.037Z | Compiling icu_provider v2.1.1 |
| 524 | 2026-05-26T22:59:39.184Z | Compiling memmap v0.7.0 |
| 525 | 2026-05-26T22:59:39.239Z | Compiling toml_datetime v0.6.11 |
| 526 | 2026-05-26T22:59:39.310Z | Compiling icu_normalizer v2.1.1 |
| 527 | 2026-05-26T22:59:39.334Z | Compiling icu_properties v2.1.2 |
| 528 | 2026-05-26T22:59:39.398Z | Compiling serde_spanned v0.6.9 |
| 529 | 2026-05-26T22:59:39.464Z | Compiling dof v0.3.0 |
| 530 | 2026-05-26T22:59:39.502Z | Compiling toml_edit v0.22.27 |
| 531 | 2026-05-26T22:59:39.525Z | Compiling serde_tokenstream v0.2.3 |
| 532 | 2026-05-26T22:59:39.810Z | Compiling serde-value v0.7.0 |
| 533 | 2026-05-26T22:59:39.875Z | Compiling cargo-platform v0.2.0 |
| 534 | 2026-05-26T22:59:39.884Z | Compiling smawk v0.3.2 |
| 535 | 2026-05-26T22:59:40.014Z | Compiling unicode-width v0.2.0 |
| 536 | 2026-05-26T22:59:40.121Z | Compiling unicode-linebreak v0.1.5 |
| 537 | 2026-05-26T22:59:40.163Z | Compiling tabled v0.15.0 |
| 538 | 2026-05-26T22:59:40.291Z | Compiling idna_adapter v1.2.1 |
| 539 | 2026-05-26T22:59:40.369Z | Compiling textwrap v0.16.2 |
| 540 | 2026-05-26T22:59:40.400Z | Compiling idna v1.1.0 |
| 541 | 2026-05-26T22:59:40.430Z | Compiling usdt-attr-macro v0.5.0 |
| 542 | 2026-05-26T22:59:40.446Z | Compiling usdt-macro v0.5.0 |
| 543 | 2026-05-26T22:59:40.655Z | Compiling clap v4.5.60 |
| 544 | 2026-05-26T22:59:40.742Z | Compiling url v2.5.8 |
| 545 | 2026-05-26T22:59:40.821Z | Compiling macaddr v1.0.1 |
| 546 | 2026-05-26T22:59:41.045Z | Compiling toml v0.8.23 |
| 547 | 2026-05-26T22:59:41.064Z | Compiling camino-tempfile v1.4.1 |
| 548 | 2026-05-26T22:59:41.411Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 549 | 2026-05-26T22:59:41.540Z | Compiling cargo-util-schemas v0.8.2 |
| 550 | 2026-05-26T22:59:41.730Z | Compiling cargo_toml v0.21.0 |
| 551 | 2026-05-26T22:59:41.750Z | Compiling swrite v0.1.0 |
| 552 | 2026-05-26T22:59:42.013Z | Compiling usdt v0.5.0 |
| 553 | 2026-05-26T22:59:42.473Z | Compiling cargo_metadata v0.21.0 |
| 554 | 2026-05-26T22:59:43.407Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 555 | 2026-05-26T22:59:45.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.15s |
| 556 | 2026-05-26T22:59:45.709Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 557 | 2026-05-26T22:59:46.294Z | Downloading crates ... |
| 558 | 2026-05-26T22:59:46.361Z | Downloaded atty v0.2.14 |
| 559 | 2026-05-26T22:59:46.372Z | Downloaded aead v0.5.2 |
| 560 | 2026-05-26T22:59:46.382Z | Downloaded cbc v0.1.2 |
| 561 | 2026-05-26T22:59:46.382Z | Downloaded allocator-api2 v0.2.21 |
| 562 | 2026-05-26T22:59:46.386Z | Downloaded crc32fast v1.5.0 |
| 563 | 2026-05-26T22:59:46.389Z | Downloaded bytes v1.11.1 |
| 564 | 2026-05-26T22:59:46.402Z | Downloaded enum-as-inner v0.6.1 |
| 565 | 2026-05-26T22:59:46.406Z | Downloaded elliptic-curve v0.13.8 |
| 566 | 2026-05-26T22:59:46.411Z | Downloaded env_logger v0.11.9 |
| 567 | 2026-05-26T22:59:46.416Z | Downloaded dsl_auto_type v0.2.0 |
| 568 | 2026-05-26T22:59:46.416Z | Downloaded adler2 v2.0.1 |
| 569 | 2026-05-26T22:59:46.416Z | Downloaded darling_macro v0.21.3 |
| 570 | 2026-05-26T22:59:46.416Z | Downloaded bit-set v0.5.3 |
| 571 | 2026-05-26T22:59:46.416Z | Downloaded base16ct v0.2.0 |
| 572 | 2026-05-26T22:59:46.419Z | Downloaded either v1.15.0 |
| 573 | 2026-05-26T22:59:46.419Z | Downloaded filetime v0.2.27 |
| 574 | 2026-05-26T22:59:46.420Z | Downloaded crc-catalog v2.4.0 |
| 575 | 2026-05-26T22:59:46.423Z | Downloaded cpufeatures v0.3.0 |
| 576 | 2026-05-26T22:59:46.423Z | Downloaded ciborium-io v0.2.2 |
| 577 | 2026-05-26T22:59:46.423Z | Downloaded async-recursion v1.1.1 |
| 578 | 2026-05-26T22:59:46.426Z | Downloaded env_filter v1.0.0 |
| 579 | 2026-05-26T22:59:46.426Z | Downloaded foreign-types v0.3.2 |
| 580 | 2026-05-26T22:59:46.426Z | Downloaded embedded-io v0.4.0 |
| 581 | 2026-05-26T22:59:46.429Z | Downloaded block-padding v0.3.3 |
| 582 | 2026-05-26T22:59:46.429Z | Downloaded async-stream-impl v0.3.6 |
| 583 | 2026-05-26T22:59:46.431Z | Downloaded crunchy v0.2.4 |
| 584 | 2026-05-26T22:59:46.435Z | Downloaded dtrace-parser v0.3.0 |
| 585 | 2026-05-26T22:59:46.435Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 586 | 2026-05-26T22:59:46.435Z | Downloaded daft-derive v0.1.7 |
| 587 | 2026-05-26T22:59:46.438Z | Downloaded cstr-argument v0.1.2 |
| 588 | 2026-05-26T22:59:46.438Z | Downloaded cfg_aliases v0.1.1 |
| 589 | 2026-05-26T22:59:46.438Z | Downloaded erased-serde v0.3.31 |
| 590 | 2026-05-26T22:59:46.441Z | Downloaded derive_builder_core v0.20.2 |
| 591 | 2026-05-26T22:59:46.441Z | Downloaded cfg_aliases v0.2.1 |
| 592 | 2026-05-26T22:59:46.441Z | Downloaded assert_matches v1.5.0 |
| 593 | 2026-05-26T22:59:46.444Z | Downloaded dyn-clone v1.0.20 |
| 594 | 2026-05-26T22:59:46.444Z | Downloaded ctr v0.9.2 |
| 595 | 2026-05-26T22:59:46.444Z | Downloaded bitfield-struct v0.6.2 |
| 596 | 2026-05-26T22:59:46.447Z | Downloaded atomic-waker v1.1.2 |
| 597 | 2026-05-26T22:59:46.447Z | Downloaded compression-core v0.4.31 |
| 598 | 2026-05-26T22:59:46.450Z | Downloaded cobs v0.3.0 |
| 599 | 2026-05-26T22:59:46.450Z | Downloaded difflib v0.4.0 |
| 600 | 2026-05-26T22:59:46.450Z | Downloaded ciborium-ll v0.2.2 |
| 601 | 2026-05-26T22:59:46.450Z | Downloaded bitfield-macros v0.19.4 |
| 602 | 2026-05-26T22:59:46.453Z | Downloaded bit-set v0.8.0 |
| 603 | 2026-05-26T22:59:46.453Z | Downloaded dunce v1.0.5 |
| 604 | 2026-05-26T22:59:46.456Z | Downloaded crc v3.4.0 |
| 605 | 2026-05-26T22:59:46.456Z | Downloaded dof v0.4.0 |
| 606 | 2026-05-26T22:59:46.456Z | Downloaded darling_macro v0.20.11 |
| 607 | 2026-05-26T22:59:46.462Z | Downloaded array-init v0.0.4 |
| 608 | 2026-05-26T22:59:46.462Z | Downloaded crucible-workspace-hack v0.1.0 |
| 609 | 2026-05-26T22:59:46.462Z | Downloaded flagset v0.4.7 |
| 610 | 2026-05-26T22:59:46.465Z | Downloaded atomicwrites v0.4.4 |
| 611 | 2026-05-26T22:59:46.465Z | Downloaded arrayref v0.3.9 |
| 612 | 2026-05-26T22:59:46.465Z | Downloaded endian-type v0.1.2 |
| 613 | 2026-05-26T22:59:46.465Z | Downloaded async-stream v0.3.6 |
| 614 | 2026-05-26T22:59:46.465Z | Downloaded defmt-parser v1.0.0 |
| 615 | 2026-05-26T22:59:46.468Z | Downloaded ff v0.13.1 |
| 616 | 2026-05-26T22:59:46.468Z | Downloaded castaway v0.2.4 |
| 617 | 2026-05-26T22:59:46.468Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 618 | 2026-05-26T22:59:46.472Z | Downloaded crc8 v0.1.1 |
| 619 | 2026-05-26T22:59:46.472Z | Downloaded darling_macro v0.23.0 |
| 620 | 2026-05-26T22:59:46.475Z | Downloaded cargo-platform v0.3.2 |
| 621 | 2026-05-26T22:59:46.475Z | Downloaded document-features v0.2.12 |
| 622 | 2026-05-26T22:59:46.477Z | Downloaded dirs-sys-next v0.1.2 |
| 623 | 2026-05-26T22:59:46.480Z | Downloaded foreign-types-shared v0.3.1 |
| 624 | 2026-05-26T22:59:46.484Z | Downloaded bb8 v0.8.6 |
| 625 | 2026-05-26T22:59:46.484Z | Downloaded foreign-types v0.5.0 |
| 626 | 2026-05-26T22:59:46.487Z | Downloaded foreign-types-macros v0.2.3 |
| 627 | 2026-05-26T22:59:46.487Z | Downloaded futures-sink v0.3.32 |
| 628 | 2026-05-26T22:59:46.487Z | Downloaded gethostname v0.5.0 |
| 629 | 2026-05-26T22:59:46.491Z | Downloaded futures-core v0.3.32 |
| 630 | 2026-05-26T22:59:46.491Z | Downloaded ena v0.14.4 |
| 631 | 2026-05-26T22:59:46.491Z | Downloaded daft v0.1.7 |
| 632 | 2026-05-26T22:59:46.496Z | Downloaded display-error-chain v0.2.2 |
| 633 | 2026-05-26T22:59:46.496Z | Downloaded fd-lock v4.0.4 |
| 634 | 2026-05-26T22:59:46.496Z | Downloaded dirs-next v2.0.0 |
| 635 | 2026-05-26T22:59:46.496Z | Downloaded argon2 v0.5.3 |
| 636 | 2026-05-26T22:59:46.500Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 637 | 2026-05-26T22:59:46.500Z | Downloaded darling_core v0.21.3 |
| 638 | 2026-05-26T22:59:46.505Z | Downloaded embedded-io v0.6.1 |
| 639 | 2026-05-26T22:59:46.505Z | Downloaded convert_case v0.10.0 |
| 640 | 2026-05-26T22:59:46.509Z | Downloaded fixedbitset v0.4.2 |
| 641 | 2026-05-26T22:59:46.509Z | Downloaded derive_builder_macro v0.20.2 |
| 642 | 2026-05-26T22:59:46.509Z | Downloaded defmt v0.3.100 |
| 643 | 2026-05-26T22:59:46.509Z | Downloaded darling_macro v0.13.4 |
| 644 | 2026-05-26T22:59:46.509Z | Downloaded async-trait v0.1.89 |
| 645 | 2026-05-26T22:59:46.512Z | Downloaded float-ord v0.3.2 |
| 646 | 2026-05-26T22:59:46.512Z | Downloaded fallible-iterator v0.2.0 |
| 647 | 2026-05-26T22:59:46.512Z | Downloaded crossbeam-epoch v0.9.18 |
| 648 | 2026-05-26T22:59:46.515Z | Downloaded camino-tempfile-ext v0.3.3 |
| 649 | 2026-05-26T22:59:46.515Z | Downloaded cassowary v0.3.0 |
| 650 | 2026-05-26T22:59:46.519Z | Downloaded blowfish v0.9.1 |
| 651 | 2026-05-26T22:59:46.519Z | Downloaded cargo_metadata v0.23.1 |
| 652 | 2026-05-26T22:59:46.519Z | Downloaded base64ct v1.8.3 |
| 653 | 2026-05-26T22:59:46.523Z | Downloaded foreign-types-shared v0.1.1 |
| 654 | 2026-05-26T22:59:46.524Z | Downloaded constant_time_eq v0.4.2 |
| 655 | 2026-05-26T22:59:46.524Z | Downloaded chacha20 v0.9.1 |
| 656 | 2026-05-26T22:59:46.527Z | Downloaded arrayvec v0.7.6 |
| 657 | 2026-05-26T22:59:46.527Z | Downloaded futures-macro v0.3.32 |
| 658 | 2026-05-26T22:59:46.528Z | Downloaded futures-task v0.3.32 |
| 659 | 2026-05-26T22:59:46.531Z | Downloaded cmake v0.1.57 |
| 660 | 2026-05-26T22:59:46.531Z | Downloaded funty v2.0.0 |
| 661 | 2026-05-26T22:59:46.531Z | Downloaded futures-io v0.3.32 |
| 662 | 2026-05-26T22:59:46.531Z | Downloaded bit-vec v0.6.3 |
| 663 | 2026-05-26T22:59:46.535Z | Downloaded globwalk v0.9.1 |
| 664 | 2026-05-26T22:59:46.535Z | Downloaded cookie v0.18.1 |
| 665 | 2026-05-26T22:59:46.535Z | Downloaded backon v1.6.0 |
| 666 | 2026-05-26T22:59:46.538Z | Downloaded bitflags v1.3.2 |
| 667 | 2026-05-26T22:59:46.541Z | Downloaded ghash v0.5.1 |
| 668 | 2026-05-26T22:59:46.541Z | Downloaded hash32 v0.3.1 |
| 669 | 2026-05-26T22:59:46.541Z | Downloaded git-stub v1.0.0 |
| 670 | 2026-05-26T22:59:46.546Z | Downloaded fxhash v0.2.1 |
| 671 | 2026-05-26T22:59:46.546Z | Downloaded ecdsa v0.16.9 |
| 672 | 2026-05-26T22:59:46.546Z | Downloaded debug-ignore v1.0.5 |
| 673 | 2026-05-26T22:59:46.549Z | Downloaded futures-executor v0.3.32 |
| 674 | 2026-05-26T22:59:46.549Z | Downloaded hash32 v0.2.1 |
| 675 | 2026-05-26T22:59:46.549Z | Downloaded hex-literal v0.4.1 |
| 676 | 2026-05-26T22:59:46.549Z | Downloaded cexpr v0.6.0 |
| 677 | 2026-05-26T22:59:46.553Z | Downloaded headers-core v0.3.0 |
| 678 | 2026-05-26T22:59:46.553Z | Downloaded ascii-canvas v3.0.0 |
| 679 | 2026-05-26T22:59:46.553Z | Downloaded ed25519 v2.2.3 |
| 680 | 2026-05-26T22:59:46.553Z | Downloaded downcast-rs v2.0.2 |
| 681 | 2026-05-26T22:59:46.556Z | Downloaded float-cmp v0.10.0 |
| 682 | 2026-05-26T22:59:46.557Z | Downloaded diesel-dtrace v0.5.0 |
| 683 | 2026-05-26T22:59:46.560Z | Downloaded home v0.5.12 |
| 684 | 2026-05-26T22:59:46.560Z | Downloaded defmt-macros v1.0.1 |
| 685 | 2026-05-26T22:59:46.560Z | Downloaded hubpack_derive v0.1.1 |
| 686 | 2026-05-26T22:59:46.560Z | Downloaded http-body v1.0.1 |
| 687 | 2026-05-26T22:59:46.563Z | Downloaded derive-ex v0.1.8 |
| 688 | 2026-05-26T22:59:46.563Z | Downloaded deranged v0.5.8 |
| 689 | 2026-05-26T22:59:46.566Z | Downloaded hex v0.4.3 |
| 690 | 2026-05-26T22:59:46.566Z | Downloaded git-stub-vcs v0.1.0 |
| 691 | 2026-05-26T22:59:46.566Z | Downloaded chacha20 v0.10.0 |
| 692 | 2026-05-26T22:59:46.569Z | Downloaded hostname v0.3.1 |
| 693 | 2026-05-26T22:59:46.569Z | Downloaded foldhash v0.2.0 |
| 694 | 2026-05-26T22:59:46.569Z | Downloaded cookie_store v0.22.1 |
| 695 | 2026-05-26T22:59:46.572Z | Downloaded colored v2.2.0 |
| 696 | 2026-05-26T22:59:46.575Z | Downloaded foldhash v0.1.5 |
| 697 | 2026-05-26T22:59:46.575Z | Downloaded der_derive v0.7.3 |
| 698 | 2026-05-26T22:59:46.575Z | Downloaded hubpack v0.1.2 |
| 699 | 2026-05-26T22:59:46.578Z | Downloaded httpdate v1.0.3 |
| 700 | 2026-05-26T22:59:46.579Z | Downloaded backoff v0.4.0 |
| 701 | 2026-05-26T22:59:46.579Z | Downloaded console v0.15.11 |
| 702 | 2026-05-26T22:59:46.582Z | Downloaded hostname v0.4.2 |
| 703 | 2026-05-26T22:59:46.582Z | Downloaded fixedbitset v0.5.7 |
| 704 | 2026-05-26T22:59:46.582Z | Downloaded corncobs v0.1.4 |
| 705 | 2026-05-26T22:59:46.586Z | Downloaded console v0.16.2 |
| 706 | 2026-05-26T22:59:46.586Z | Downloaded crossbeam-deque v0.8.6 |
| 707 | 2026-05-26T22:59:46.586Z | Downloaded ciborium v0.2.2 |
| 708 | 2026-05-26T22:59:46.588Z | Downloaded ident_case v1.0.1 |
| 709 | 2026-05-26T22:59:46.588Z | Downloaded illumos-nvpair v0.3.0 |
| 710 | 2026-05-26T22:59:46.588Z | Downloaded hyper-tls v0.6.0 |
| 711 | 2026-05-26T22:59:46.591Z | Downloaded fs_extra v1.3.0 |
| 712 | 2026-05-26T22:59:46.592Z | Downloaded ahash v0.8.12 |
| 713 | 2026-05-26T22:59:46.595Z | Downloaded const-oid v0.9.6 |
| 714 | 2026-05-26T22:59:46.595Z | Downloaded base64 v0.21.7 |
| 715 | 2026-05-26T22:59:46.598Z | Downloaded bzip2 v0.6.1 |
| 716 | 2026-05-26T22:59:46.601Z | Downloaded indoc v1.0.9 |
| 717 | 2026-05-26T22:59:46.601Z | Downloaded crossbeam-utils v0.8.21 |
| 718 | 2026-05-26T22:59:46.605Z | Downloaded blake2 v0.10.6 |
| 719 | 2026-05-26T22:59:46.605Z | Downloaded group v0.13.0 |
| 720 | 2026-05-26T22:59:46.605Z | Downloaded getrandom v0.2.17 |
| 721 | 2026-05-26T22:59:46.608Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 722 | 2026-05-26T22:59:46.609Z | Downloaded is-terminal v0.4.17 |
| 723 | 2026-05-26T22:59:46.612Z | Downloaded bcs v0.1.6 |
| 724 | 2026-05-26T22:59:46.612Z | Downloaded cancel-safe-futures v0.1.5 |
| 725 | 2026-05-26T22:59:46.620Z | Downloaded instability v0.3.11 |
| 726 | 2026-05-26T22:59:46.620Z | Downloaded inout v0.1.4 |
| 727 | 2026-05-26T22:59:46.620Z | Downloaded bzip2 v0.4.4 |
| 728 | 2026-05-26T22:59:46.620Z | Downloaded async-bb8-diesel v0.2.1 |
| 729 | 2026-05-26T22:59:46.620Z | Downloaded http-body-util v0.1.3 |
| 730 | 2026-05-26T22:59:46.623Z | Downloaded lalrpop-util v0.19.12 |
| 731 | 2026-05-26T22:59:46.623Z | Downloaded find-msvc-tools v0.1.9 |
| 732 | 2026-05-26T22:59:46.623Z | Downloaded darling v0.23.0 |
| 733 | 2026-05-26T22:59:46.626Z | Downloaded keccak v0.1.6 |
| 734 | 2026-05-26T22:59:46.626Z | Downloaded glob v0.3.3 |
| 735 | 2026-05-26T22:59:46.626Z | Downloaded libscf-sys v1.1.0 |
| 736 | 2026-05-26T22:59:46.629Z | Downloaded expectorate v1.2.0 |
| 737 | 2026-05-26T22:59:46.629Z | Downloaded des v0.8.1 |
| 738 | 2026-05-26T22:59:46.632Z | Downloaded darling v0.20.11 |
| 739 | 2026-05-26T22:59:46.635Z | Downloaded crc-any v2.5.0 |
| 740 | 2026-05-26T22:59:46.635Z | Downloaded lazy_static v1.5.0 |
| 741 | 2026-05-26T22:59:46.638Z | Downloaded derive-where v1.6.0 |
| 742 | 2026-05-26T22:59:46.641Z | Downloaded derive_more-impl v2.1.1 |
| 743 | 2026-05-26T22:59:46.643Z | Downloaded linked-hash-map v0.5.6 |
| 744 | 2026-05-26T22:59:46.643Z | Downloaded buf-list v1.1.2 |
| 745 | 2026-05-26T22:59:46.647Z | Downloaded colored v3.1.1 |
| 746 | 2026-05-26T22:59:46.650Z | Downloaded lru v0.12.5 |
| 747 | 2026-05-26T22:59:46.650Z | Downloaded maplit v1.0.2 |
| 748 | 2026-05-26T22:59:46.650Z | Downloaded futures-channel v0.3.32 |
| 749 | 2026-05-26T22:59:46.651Z | Downloaded data-encoding v2.10.0 |
| 750 | 2026-05-26T22:59:46.654Z | Downloaded memoffset v0.9.1 |
| 751 | 2026-05-26T22:59:46.654Z | Downloaded indent_write v2.2.0 |
| 752 | 2026-05-26T22:59:46.654Z | Downloaded hyper-staticfile v0.10.1 |
| 753 | 2026-05-26T22:59:46.657Z | Downloaded md-5 v0.10.6 |
| 754 | 2026-05-26T22:59:46.657Z | Downloaded maybe-uninit v2.0.0 |
| 755 | 2026-05-26T22:59:46.665Z | Downloaded match_cfg v0.1.0 |
| 756 | 2026-05-26T22:59:46.665Z | Downloaded lru-cache v0.1.2 |
| 757 | 2026-05-26T22:59:46.665Z | Downloaded mime v0.3.17 |
| 758 | 2026-05-26T22:59:46.666Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 759 | 2026-05-26T22:59:46.670Z | Downloaded instant v0.1.13 |
| 760 | 2026-05-26T22:59:46.670Z | Downloaded nibble_vec v0.1.0 |
| 761 | 2026-05-26T22:59:46.670Z | Downloaded newline-converter v0.3.0 |
| 762 | 2026-05-26T22:59:46.670Z | Downloaded multimap v0.10.1 |
| 763 | 2026-05-26T22:59:46.670Z | Downloaded md5 v0.7.0 |
| 764 | 2026-05-26T22:59:46.670Z | Downloaded globset v0.4.18 |
| 765 | 2026-05-26T22:59:46.670Z | Downloaded newtype-uuid-macros v0.1.0 |
| 766 | 2026-05-26T22:59:46.670Z | Downloaded newtype_derive v0.1.6 |
| 767 | 2026-05-26T22:59:46.672Z | Downloaded diff v0.1.13 |
| 768 | 2026-05-26T22:59:46.672Z | Downloaded getrandom v0.3.4 |
| 769 | 2026-05-26T22:59:46.675Z | Downloaded derive_more v0.99.20 |
| 770 | 2026-05-26T22:59:46.678Z | Downloaded fs-err v2.11.0 |
| 771 | 2026-05-26T22:59:46.681Z | Downloaded httparse v1.10.1 |
| 772 | 2026-05-26T22:59:46.681Z | Downloaded ingot-types v0.1.2 |
| 773 | 2026-05-26T22:59:46.681Z | Downloaded indoc v2.0.7 |
| 774 | 2026-05-26T22:59:46.693Z | Downloaded libefi-sys v0.1.0 |
| 775 | 2026-05-26T22:59:46.693Z | Downloaded jobserver v0.1.34 |
| 776 | 2026-05-26T22:59:46.693Z | Downloaded new_debug_unreachable v1.0.6 |
| 777 | 2026-05-26T22:59:46.693Z | Downloaded ipnetwork v0.21.1 |
| 778 | 2026-05-26T22:59:46.693Z | Downloaded num-derive v0.4.2 |
| 779 | 2026-05-26T22:59:46.693Z | Downloaded normalize-line-endings v0.3.0 |
| 780 | 2026-05-26T22:59:46.693Z | Downloaded nonempty v0.12.0 |
| 781 | 2026-05-26T22:59:46.693Z | Downloaded half v1.8.3 |
| 782 | 2026-05-26T22:59:46.698Z | Downloaded num-conv v0.2.0 |
| 783 | 2026-05-26T22:59:46.698Z | Downloaded drift v0.2.0 |
| 784 | 2026-05-26T22:59:46.698Z | Downloaded olpc-cjson v0.1.4 |
| 785 | 2026-05-26T22:59:46.704Z | Downloaded num v0.4.3 |
| 786 | 2026-05-26T22:59:46.704Z | Downloaded ingot v0.1.1 |
| 787 | 2026-05-26T22:59:46.705Z | Downloaded hmac v0.12.1 |
| 788 | 2026-05-26T22:59:46.705Z | Downloaded num_enum_derive v0.5.11 |
| 789 | 2026-05-26T22:59:46.705Z | Downloaded arc-swap v1.8.2 |
| 790 | 2026-05-26T22:59:46.711Z | Downloaded num-derive v0.3.3 |
| 791 | 2026-05-26T22:59:46.711Z | Downloaded libsw-core v0.3.2 |
| 792 | 2026-05-26T22:59:46.711Z | Downloaded fatfs v0.3.6 |
| 793 | 2026-05-26T22:59:46.711Z | Downloaded num_threads v0.1.7 |
| 794 | 2026-05-26T22:59:46.711Z | Downloaded chacha20poly1305 v0.10.1 |
| 795 | 2026-05-26T22:59:46.716Z | Downloaded darling_core v0.13.4 |
| 796 | 2026-05-26T22:59:46.716Z | Downloaded openssl-probe v0.1.6 |
| 797 | 2026-05-26T22:59:46.717Z | Downloaded mime_guess v2.0.5 |
| 798 | 2026-05-26T22:59:46.722Z | Downloaded lock_api v0.4.14 |
| 799 | 2026-05-26T22:59:46.722Z | Downloaded openssl-probe v0.2.1 |
| 800 | 2026-05-26T22:59:46.722Z | Downloaded linear-map v1.2.0 |
| 801 | 2026-05-26T22:59:46.722Z | Downloaded iana-time-zone v0.1.65 |
| 802 | 2026-05-26T22:59:46.729Z | Downloaded oso-derive v0.27.3 |
| 803 | 2026-05-26T22:59:46.729Z | Downloaded nanorand v0.7.0 |
| 804 | 2026-05-26T22:59:46.729Z | Downloaded path-slash v0.1.5 |
| 805 | 2026-05-26T22:59:46.729Z | Downloaded parse-size v1.1.0 |
| 806 | 2026-05-26T22:59:46.729Z | Downloaded multer v3.1.0 |
| 807 | 2026-05-26T22:59:46.729Z | Downloaded hyper-rustls v0.27.7 |
| 808 | 2026-05-26T22:59:46.737Z | Downloaded packed_struct_codegen v0.10.1 |
| 809 | 2026-05-26T22:59:46.738Z | Downloaded native-tls v0.2.18 |
| 810 | 2026-05-26T22:59:46.738Z | Downloaded opaque-debug v0.3.1 |
| 811 | 2026-05-26T22:59:46.738Z | Downloaded compact_str v0.8.1 |
| 812 | 2026-05-26T22:59:46.738Z | Downloaded lzss v0.8.2 |
| 813 | 2026-05-26T22:59:46.742Z | Downloaded parse-display v0.10.0 |
| 814 | 2026-05-26T22:59:46.742Z | Downloaded newtype-uuid v1.3.2 |
| 815 | 2026-05-26T22:59:46.742Z | Downloaded half v2.7.1 |
| 816 | 2026-05-26T22:59:46.743Z | Downloaded dropshot_endpoint v0.17.0 |
| 817 | 2026-05-26T22:59:46.743Z | Downloaded lru-slab v0.1.2 |
| 818 | 2026-05-26T22:59:46.747Z | Downloaded managed v0.8.0 |
| 819 | 2026-05-26T22:59:46.747Z | Downloaded ipnet v2.11.0 |
| 820 | 2026-05-26T22:59:46.747Z | Downloaded humantime v2.3.0 |
| 821 | 2026-05-26T22:59:46.749Z | Downloaded base64 v0.22.1 |
| 822 | 2026-05-26T22:59:46.755Z | Downloaded nodrop v0.1.14 |
| 823 | 2026-05-26T22:59:46.756Z | Downloaded num-complex v0.4.6 |
| 824 | 2026-05-26T22:59:46.756Z | Downloaded num_enum v0.5.11 |
| 825 | 2026-05-26T22:59:46.757Z | Downloaded peg-runtime v0.8.5 |
| 826 | 2026-05-26T22:59:46.757Z | Downloaded phf_shared v0.12.1 |
| 827 | 2026-05-26T22:59:46.758Z | Downloaded phf_shared v0.11.3 |
| 828 | 2026-05-26T22:59:46.758Z | Downloaded pbkdf2 v0.12.2 |
| 829 | 2026-05-26T22:59:46.766Z | Downloaded pbkdf2 v0.11.0 |
| 830 | 2026-05-26T22:59:46.766Z | Downloaded num-iter v0.1.45 |
| 831 | 2026-05-26T22:59:46.766Z | Downloaded num-integer v0.1.46 |
| 832 | 2026-05-26T22:59:46.766Z | Downloaded nu-ansi-term v0.50.3 |
| 833 | 2026-05-26T22:59:46.766Z | Downloaded flume v0.11.1 |
| 834 | 2026-05-26T22:59:46.766Z | Downloaded darling v0.21.3 |
| 835 | 2026-05-26T22:59:46.772Z | Downloaded num_enum v0.7.5 |
| 836 | 2026-05-26T22:59:46.772Z | Downloaded phf_shared v0.13.1 |
| 837 | 2026-05-26T22:59:46.772Z | Downloaded pin-utils v0.1.0 |
| 838 | 2026-05-26T22:59:46.772Z | Downloaded highway v1.3.0 |
| 839 | 2026-05-26T22:59:46.780Z | Downloaded const_format v0.2.35 |
| 840 | 2026-05-26T22:59:46.794Z | Downloaded predicates-tree v1.0.13 |
| 841 | 2026-05-26T22:59:46.806Z | Downloaded precomputed-hash v0.1.1 |
| 842 | 2026-05-26T22:59:46.806Z | Downloaded powerfmt v0.2.0 |
| 843 | 2026-05-26T22:59:46.806Z | Downloaded openssl-macros v0.1.1 |
| 844 | 2026-05-26T22:59:46.806Z | Downloaded ignore v0.4.25 |
| 845 | 2026-05-26T22:59:46.806Z | Downloaded cc v1.2.56 |
| 846 | 2026-05-26T22:59:46.820Z | Downloaded num-rational v0.4.2 |
| 847 | 2026-05-26T22:59:46.827Z | Downloaded oxnet v0.1.4 |
| 848 | 2026-05-26T22:59:46.827Z | Downloaded packed_struct v0.10.1 |
| 849 | 2026-05-26T22:59:46.827Z | Downloaded owo-colors v4.3.0 |
| 850 | 2026-05-26T22:59:46.827Z | Downloaded libloading v0.8.9 |
| 851 | 2026-05-26T22:59:46.827Z | Downloaded indexmap v1.9.3 |
| 852 | 2026-05-26T22:59:46.827Z | Downloaded progenitor-macro v0.13.0 |
| 853 | 2026-05-26T22:59:46.827Z | Downloaded progenitor-client v0.11.2 |
| 854 | 2026-05-26T22:59:46.827Z | Downloaded progenitor-client v0.10.0 |
| 855 | 2026-05-26T22:59:46.828Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 856 | 2026-05-26T22:59:46.828Z | Downloaded proc-macro-crate v3.4.0 |
| 857 | 2026-05-26T22:59:46.835Z | Downloaded proc-macro-crate v1.3.1 |
| 858 | 2026-05-26T22:59:46.835Z | Downloaded predicates-core v1.0.10 |
| 859 | 2026-05-26T22:59:46.835Z | Downloaded psl-types v2.0.11 |
| 860 | 2026-05-26T22:59:46.835Z | Downloaded crypto-bigint v0.5.5 |
| 861 | 2026-05-26T22:59:46.835Z | Downloaded password-hash v0.4.2 |
| 862 | 2026-05-26T22:59:46.835Z | Downloaded crossbeam-channel v0.5.15 |
| 863 | 2026-05-26T22:59:46.835Z | Downloaded ingot-macros v0.1.1 |
| 864 | 2026-05-26T22:59:46.835Z | Downloaded heapless v0.7.17 |
| 865 | 2026-05-26T22:59:46.835Z | Downloaded paste v1.0.15 |
| 866 | 2026-05-26T22:59:46.836Z | Downloaded progenitor-macro v0.14.0 |
| 867 | 2026-05-26T22:59:46.836Z | Downloaded progenitor-macro v0.11.2 |
| 868 | 2026-05-26T22:59:46.836Z | Downloaded progenitor-client v0.14.0 |
| 869 | 2026-05-26T22:59:46.836Z | Downloaded pin-project-internal v1.1.11 |
| 870 | 2026-05-26T22:59:46.836Z | Downloaded phf v0.13.1 |
| 871 | 2026-05-26T22:59:46.836Z | Downloaded diesel_derives v2.3.7 |
| 872 | 2026-05-26T22:59:46.843Z | Downloaded quick-error v1.2.3 |
| 873 | 2026-05-26T22:59:46.843Z | Downloaded bumpalo v3.20.2 |
| 874 | 2026-05-26T22:59:46.843Z | Downloaded phf v0.12.1 |
| 875 | 2026-05-26T22:59:46.844Z | Downloaded pem-rfc7468 v0.7.0 |
| 876 | 2026-05-26T22:59:46.844Z | Downloaded pin-project-lite v0.2.17 |
| 877 | 2026-05-26T22:59:46.850Z | Downloaded num_enum_derive v0.7.5 |
| 878 | 2026-05-26T22:59:46.851Z | Downloaded pem v3.0.6 |
| 879 | 2026-05-26T22:59:46.851Z | Downloaded peg-macros v0.8.5 |
| 880 | 2026-05-26T22:59:46.851Z | Downloaded rand_chacha v0.3.1 |
| 881 | 2026-05-26T22:59:46.851Z | Downloaded async-compression v0.4.41 |
| 882 | 2026-05-26T22:59:46.858Z | Downloaded libbz2-rs-sys v0.2.2 |
| 883 | 2026-05-26T22:59:46.859Z | Downloaded poly1305 v0.8.0 |
| 884 | 2026-05-26T22:59:46.859Z | Downloaded litrs v1.0.0 |
| 885 | 2026-05-26T22:59:46.867Z | Downloaded radium v0.7.0 |
| 886 | 2026-05-26T22:59:46.867Z | Downloaded pkcs8 v0.10.2 |
| 887 | 2026-05-26T22:59:46.867Z | Downloaded oxide-tokio-rt v0.1.4 |
| 888 | 2026-05-26T22:59:46.867Z | Downloaded recursive v0.1.1 |
| 889 | 2026-05-26T22:59:46.867Z | Downloaded progenitor v0.14.0 |
| 890 | 2026-05-26T22:59:46.867Z | Downloaded primeorder v0.13.6 |
| 891 | 2026-05-26T22:59:46.867Z | Downloaded peg v0.8.5 |
| 892 | 2026-05-26T22:59:46.868Z | Downloaded headers v0.4.1 |
| 893 | 2026-05-26T22:59:46.877Z | Downloaded rand_xorshift v0.4.0 |
| 894 | 2026-05-26T22:59:46.877Z | Downloaded predicates v3.1.4 |
| 895 | 2026-05-26T22:59:46.877Z | Downloaded memmap2 v0.9.10 |
| 896 | 2026-05-26T22:59:46.877Z | Downloaded flate2 v1.1.9 |
| 897 | 2026-05-26T22:59:46.891Z | Downloaded progenitor v0.11.2 |
| 898 | 2026-05-26T22:59:46.891Z | Downloaded progenitor-client v0.13.0 |
| 899 | 2026-05-26T22:59:46.891Z | Downloaded progenitor v0.13.0 |
| 900 | 2026-05-26T22:59:46.891Z | Downloaded ref-cast-impl v1.0.25 |
| 901 | 2026-05-26T22:59:46.891Z | Downloaded parking_lot_core v0.9.12 |
| 902 | 2026-05-26T22:59:46.891Z | Downloaded hickory-resolver v0.24.4 |
| 903 | 2026-05-26T22:59:46.891Z | Downloaded der v0.7.10 |
| 904 | 2026-05-26T22:59:46.919Z | Downloaded darling_core v0.23.0 |
| 905 | 2026-05-26T22:59:46.919Z | Downloaded heapless v0.8.0 |
| 906 | 2026-05-26T22:59:46.919Z | Downloaded ref-cast v1.0.25 |
| 907 | 2026-05-26T22:59:46.919Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 908 | 2026-05-26T22:59:46.919Z | Downloaded ppv-lite86 v0.2.21 |
| 909 | 2026-05-26T22:59:46.919Z | Downloaded psm v0.1.30 |
| 910 | 2026-05-26T22:59:46.919Z | Downloaded rustc_version v0.1.7 |
| 911 | 2026-05-26T22:59:46.919Z | Downloaded progenitor-extras v0.2.0 |
| 912 | 2026-05-26T22:59:46.919Z | Downloaded pkg-config v0.3.32 |
| 913 | 2026-05-26T22:59:46.919Z | Downloaded rustc-hash v2.1.1 |
| 914 | 2026-05-26T22:59:46.919Z | Downloaded postcard v1.1.3 |
| 915 | 2026-05-26T22:59:46.920Z | Downloaded parking_lot_core v0.8.6 |
| 916 | 2026-05-26T22:59:46.920Z | Downloaded hickory-resolver v0.25.2 |
| 917 | 2026-05-26T22:59:46.946Z | Downloaded proc-macro-error2 v2.0.1 |
| 918 | 2026-05-26T22:59:46.946Z | Downloaded derive_more v2.1.1 |
| 919 | 2026-05-26T22:59:46.946Z | Downloaded rustc_version v0.4.1 |
| 920 | 2026-05-26T22:59:46.947Z | Downloaded russh-cryptovec v0.7.3 |
| 921 | 2026-05-26T22:59:46.947Z | Downloaded rtoolbox v0.0.3 |
| 922 | 2026-05-26T22:59:46.947Z | Downloaded r2d2 v0.8.10 |
| 923 | 2026-05-26T22:59:46.947Z | Downloaded postgres-types v0.2.12 |
| 924 | 2026-05-26T22:59:46.947Z | Downloaded pkcs1 v0.7.5 |
| 925 | 2026-05-26T22:59:46.947Z | Downloaded omicron-zone-package v0.12.2 |
| 926 | 2026-05-26T22:59:46.947Z | Downloaded polyval v0.6.2 |
| 927 | 2026-05-26T22:59:46.947Z | Downloaded parse-display-derive v0.10.0 |
| 928 | 2026-05-26T22:59:46.947Z | Downloaded aes v0.8.4 |
| 929 | 2026-05-26T22:59:46.947Z | Downloaded scopeguard v1.2.0 |
| 930 | 2026-05-26T22:59:46.947Z | Downloaded rand_core v0.10.0 |
| 931 | 2026-05-26T22:59:46.947Z | Downloaded rand_core v0.6.4 |
| 932 | 2026-05-26T22:59:46.947Z | Downloaded postgres-protocol v0.6.10 |
| 933 | 2026-05-26T22:59:46.947Z | Downloaded rand_seeder v0.4.0 |
| 934 | 2026-05-26T22:59:46.947Z | Downloaded rand_core v0.9.5 |
| 935 | 2026-05-26T22:59:46.947Z | Downloaded pkcs5 v0.7.1 |
| 936 | 2026-05-26T22:59:46.947Z | Downloaded parking_lot v0.11.2 |
| 937 | 2026-05-26T22:59:46.947Z | Downloaded oso v0.27.3 |
| 938 | 2026-05-26T22:59:46.956Z | Downloaded scheduled-thread-pool v0.2.7 |
| 939 | 2026-05-26T22:59:46.956Z | Downloaded indicatif v0.18.4 |
| 940 | 2026-05-26T22:59:46.956Z | Downloaded scroll_derive v0.13.1 |
| 941 | 2026-05-26T22:59:46.956Z | Downloaded futures v0.3.32 |
| 942 | 2026-05-26T22:59:46.956Z | Downloaded scrypt v0.11.0 |
| 943 | 2026-05-26T22:59:46.956Z | Downloaded sapling-renderdag v0.1.0 |
| 944 | 2026-05-26T22:59:46.956Z | Downloaded resolv-conf v0.7.6 |
| 945 | 2026-05-26T22:59:46.956Z | Downloaded parking_lot v0.12.5 |
| 946 | 2026-05-26T22:59:46.964Z | Downloaded ar_archive_writer v0.5.1 |
| 947 | 2026-05-26T22:59:46.975Z | Downloaded libsw v3.5.0 |
| 948 | 2026-05-26T22:59:46.975Z | Downloaded hickory-server v0.25.2 |
| 949 | 2026-05-26T22:59:46.975Z | Downloaded serde-big-array v0.5.1 |
| 950 | 2026-05-26T22:59:46.975Z | Downloaded pin-project v1.1.11 |
| 951 | 2026-05-26T22:59:46.976Z | Downloaded serde_urlencoded v0.7.1 |
| 952 | 2026-05-26T22:59:46.976Z | Downloaded rfc6979 v0.4.0 |
| 953 | 2026-05-26T22:59:46.976Z | Downloaded password-hash v0.5.0 |
| 954 | 2026-05-26T22:59:46.986Z | Downloaded secrecy v0.10.3 |
| 955 | 2026-05-26T22:59:46.986Z | Downloaded jiff-static v0.2.21 |
| 956 | 2026-05-26T22:59:46.986Z | Downloaded serde_bytes v0.11.19 |
| 957 | 2026-05-26T22:59:46.986Z | Downloaded quinn-udp v0.5.14 |
| 958 | 2026-05-26T22:59:46.986Z | Downloaded semver v0.1.20 |
| 959 | 2026-05-26T22:59:46.986Z | Downloaded rustls-pemfile v2.2.0 |
| 960 | 2026-05-26T22:59:46.986Z | Downloaded shell-words v1.1.1 |
| 961 | 2026-05-26T22:59:46.986Z | Downloaded seq-macro v0.3.6 |
| 962 | 2026-05-26T22:59:46.986Z | Downloaded clang-sys v1.8.1 |
| 963 | 2026-05-26T22:59:46.995Z | Downloaded serde_repr v0.1.20 |
| 964 | 2026-05-26T22:59:46.995Z | Downloaded derive_builder v0.20.2 |
| 965 | 2026-05-26T22:59:46.995Z | Downloaded serde_spanned v1.0.4 |
| 966 | 2026-05-26T22:59:46.995Z | Downloaded rustls-pemfile v1.0.4 |
| 967 | 2026-05-26T22:59:46.995Z | Downloaded rustls-native-certs v0.8.3 |
| 968 | 2026-05-26T22:59:46.995Z | Downloaded kstat-rs v0.2.4 |
| 969 | 2026-05-26T22:59:46.995Z | Downloaded is_ci v1.2.0 |
| 970 | 2026-05-26T22:59:46.995Z | Downloaded internet-checksum v0.2.1 |
| 971 | 2026-05-26T22:59:46.995Z | Downloaded http-range v0.1.5 |
| 972 | 2026-05-26T22:59:46.995Z | Downloaded salsa20 v0.10.2 |
| 973 | 2026-05-26T22:59:47.004Z | Downloaded rusty-fork v0.3.1 |
| 974 | 2026-05-26T22:59:47.004Z | Downloaded rand_chacha v0.9.0 |
| 975 | 2026-05-26T22:59:47.004Z | Downloaded ed25519-dalek v2.2.0 |
| 976 | 2026-05-26T22:59:47.004Z | Downloaded siphasher v1.0.2 |
| 977 | 2026-05-26T22:59:47.004Z | Downloaded http v1.4.0 |
| 978 | 2026-05-26T22:59:47.004Z | Downloaded signal-hook-mio v0.2.5 |
| 979 | 2026-05-26T22:59:47.004Z | Downloaded sha1 v0.10.6 |
| 980 | 2026-05-26T22:59:47.046Z | Downloaded minimal-lexical v0.2.1 |
| 981 | 2026-05-26T22:59:47.047Z | Downloaded schemars_derive v0.8.22 |
| 982 | 2026-05-26T22:59:47.047Z | Downloaded papergrid v0.17.0 |
| 983 | 2026-05-26T22:59:47.047Z | Downloaded secrecy v0.8.0 |
| 984 | 2026-05-26T22:59:47.047Z | Downloaded scroll v0.13.0 |
| 985 | 2026-05-26T22:59:47.047Z | Downloaded slog-envlogger v2.2.0 |
| 986 | 2026-05-26T22:59:47.047Z | Downloaded miniz_oxide v0.8.9 |
| 987 | 2026-05-26T22:59:47.047Z | Downloaded p256 v0.13.2 |
| 988 | 2026-05-26T22:59:47.048Z | Downloaded same-file v1.0.6 |
| 989 | 2026-05-26T22:59:47.048Z | Downloaded signature v2.2.0 |
| 990 | 2026-05-26T22:59:47.048Z | Downloaded defmt v1.0.1 |
| 991 | 2026-05-26T22:59:47.048Z | Downloaded progenitor-impl v0.14.0 |
| 992 | 2026-05-26T22:59:47.048Z | Downloaded progenitor-impl v0.11.2 |
| 993 | 2026-05-26T22:59:47.048Z | Downloaded sigpipe v0.1.3 |
| 994 | 2026-05-26T22:59:47.072Z | Downloaded serde_path_to_error v0.1.20 |
| 995 | 2026-05-26T22:59:47.072Z | Downloaded slog-bunyan v2.5.0 |
| 996 | 2026-05-26T22:59:47.072Z | Downloaded progenitor-impl v0.13.0 |
| 997 | 2026-05-26T22:59:47.072Z | Downloaded serde-hex v0.1.0 |
| 998 | 2026-05-26T22:59:47.072Z | Downloaded sec1 v0.7.3 |
| 999 | 2026-05-26T22:59:47.072Z | Downloaded critical-section v1.2.0 |
| 1000 | 2026-05-26T22:59:47.075Z | Downloaded darling_core v0.20.11 |
| 1001 | 2026-05-26T22:59:47.075Z | Downloaded hashbrown v0.13.2 |
| 1002 | 2026-05-26T22:59:47.075Z | Downloaded hashbrown v0.12.3 |
| 1003 | 2026-05-26T22:59:47.076Z | Downloaded darling v0.13.4 |
| 1004 | 2026-05-26T22:59:47.076Z | Downloaded csv-core v0.1.13 |
| 1005 | 2026-05-26T22:59:47.076Z | Downloaded convert_case v0.4.0 |
| 1006 | 2026-05-26T22:59:47.076Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1007 | 2026-05-26T22:59:47.076Z | Downloaded const_format_proc_macros v0.2.34 |
| 1008 | 2026-05-26T22:59:47.076Z | Downloaded cipher v0.4.4 |
| 1009 | 2026-05-26T22:59:47.076Z | Downloaded bit-vec v0.8.0 |
| 1010 | 2026-05-26T22:59:47.076Z | Downloaded bitfield v0.19.4 |
| 1011 | 2026-05-26T22:59:47.085Z | Downloaded signal-hook-tokio v0.3.1 |
| 1012 | 2026-05-26T22:59:47.085Z | Downloaded compression-codecs v0.4.37 |
| 1013 | 2026-05-26T22:59:47.085Z | Downloaded serde_with_macros v1.5.2 |
| 1014 | 2026-05-26T22:59:47.085Z | Downloaded byte-wrapper v0.1.0 |
| 1015 | 2026-05-26T22:59:47.086Z | Downloaded serde_plain v1.0.2 |
| 1016 | 2026-05-26T22:59:47.086Z | Downloaded serde_derive_internals v0.29.1 |
| 1017 | 2026-05-26T22:59:47.086Z | Downloaded sqlparser_derive v0.5.0 |
| 1018 | 2026-05-26T22:59:47.086Z | Downloaded ssh-encoding v0.2.0 |
| 1019 | 2026-05-26T22:59:47.096Z | Downloaded shlex v1.3.0 |
| 1020 | 2026-05-26T22:59:47.096Z | Downloaded ssh-cipher v0.2.0 |
| 1021 | 2026-05-26T22:59:47.096Z | Downloaded aes-gcm v0.10.3 |
| 1022 | 2026-05-26T22:59:47.096Z | Downloaded crossterm v0.28.1 |
| 1023 | 2026-05-26T22:59:47.096Z | Downloaded openssl-sys v0.9.115 |
| 1024 | 2026-05-26T22:59:47.096Z | Downloaded slab v0.4.12 |
| 1025 | 2026-05-26T22:59:47.096Z | Downloaded strum v0.26.3 |
| 1026 | 2026-05-26T22:59:47.099Z | Downloaded signal-hook-registry v1.4.8 |
| 1027 | 2026-05-26T22:59:47.099Z | Downloaded rustversion v1.0.22 |
| 1028 | 2026-05-26T22:59:47.099Z | Downloaded subtle v2.6.1 |
| 1029 | 2026-05-26T22:59:47.099Z | Downloaded sync_wrapper v1.0.2 |
| 1030 | 2026-05-26T22:59:47.113Z | Downloaded strum v0.27.2 |
| 1031 | 2026-05-26T22:59:47.113Z | Downloaded prefix-trie v0.7.0 |
| 1032 | 2026-05-26T22:59:47.113Z | Downloaded simd-adler32 v0.3.8 |
| 1033 | 2026-05-26T22:59:47.113Z | Downloaded pretty_assertions v1.4.1 |
| 1034 | 2026-05-26T22:59:47.113Z | Downloaded hyper-util v0.1.20 |
| 1035 | 2026-05-26T22:59:47.113Z | Downloaded rcgen v0.12.1 |
| 1036 | 2026-05-26T22:59:47.113Z | Downloaded itertools v0.10.5 |
| 1037 | 2026-05-26T22:59:47.113Z | Downloaded slog-term v2.9.2 |
| 1038 | 2026-05-26T22:59:47.113Z | Downloaded tagptr v0.2.0 |
| 1039 | 2026-05-26T22:59:47.113Z | Downloaded tabwriter v1.4.1 |
| 1040 | 2026-05-26T22:59:47.113Z | Downloaded tabled_derive v0.11.0 |
| 1041 | 2026-05-26T22:59:47.115Z | Downloaded sync-ptr v0.1.4 |
| 1042 | 2026-05-26T22:59:47.115Z | Downloaded take_mut v0.2.2 |
| 1043 | 2026-05-26T22:59:47.115Z | Downloaded sct v0.7.1 |
| 1044 | 2026-05-26T22:59:47.115Z | Downloaded smallvec v0.6.14 |
| 1045 | 2026-05-26T22:59:47.121Z | Downloaded slog-scope v4.4.1 |
| 1046 | 2026-05-26T22:59:47.121Z | Downloaded slog-json v2.6.1 |
| 1047 | 2026-05-26T22:59:47.132Z | Downloaded supports-color v3.0.2 |
| 1048 | 2026-05-26T22:59:47.132Z | Downloaded snafu-derive v0.8.9 |
| 1049 | 2026-05-26T22:59:47.132Z | Downloaded serde_cbor v0.11.2 |
| 1050 | 2026-05-26T22:59:47.132Z | Downloaded slog-dtrace v0.3.0 |
| 1051 | 2026-05-26T22:59:47.132Z | Downloaded mio v1.2.0 |
| 1052 | 2026-05-26T22:59:47.132Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1053 | 2026-05-26T22:59:47.132Z | Downloaded slog-async v2.8.0 |
| 1054 | 2026-05-26T22:59:47.132Z | Downloaded rustls-pki-types v1.14.0 |
| 1055 | 2026-05-26T22:59:47.132Z | Downloaded structmeta v0.3.0 |
| 1056 | 2026-05-26T22:59:47.132Z | Downloaded strsim v0.10.0 |
| 1057 | 2026-05-26T22:59:47.132Z | Downloaded termtree v0.5.1 |
| 1058 | 2026-05-26T22:59:47.133Z | Downloaded testing_table v0.3.0 |
| 1059 | 2026-05-26T22:59:47.133Z | Downloaded smf v0.2.3 |
| 1060 | 2026-05-26T22:59:47.133Z | Downloaded slog-stdlog v4.1.1 |
| 1061 | 2026-05-26T22:59:47.141Z | Downloaded spki v0.7.3 |
| 1062 | 2026-05-26T22:59:47.141Z | Downloaded thread-id v5.1.0 |
| 1063 | 2026-05-26T22:59:47.149Z | Downloaded time-core v0.1.8 |
| 1064 | 2026-05-26T22:59:47.149Z | Downloaded tap v1.0.1 |
| 1065 | 2026-05-26T22:59:47.149Z | Downloaded stacker v0.1.23 |
| 1066 | 2026-05-26T22:59:47.149Z | Downloaded tinyvec_macros v0.1.1 |
| 1067 | 2026-05-26T22:59:47.149Z | Downloaded crossterm v0.29.0 |
| 1068 | 2026-05-26T22:59:47.157Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1069 | 2026-05-26T22:59:47.158Z | Downloaded structmeta-derive v0.3.0 |
| 1070 | 2026-05-26T22:59:47.164Z | Downloaded static_assertions v1.1.0 |
| 1071 | 2026-05-26T22:59:47.165Z | Downloaded serde_with_macros v3.17.0 |
| 1072 | 2026-05-26T22:59:47.165Z | Downloaded stringprep v0.1.5 |
| 1073 | 2026-05-26T22:59:47.236Z | Downloaded string_cache v0.8.9 |
| 1074 | 2026-05-26T22:59:47.236Z | Downloaded russh-keys v0.45.0 |
| 1075 | 2026-05-26T22:59:47.236Z | Downloaded ron v0.8.1 |
| 1076 | 2026-05-26T22:59:47.236Z | Downloaded strum_macros v0.24.3 |
| 1077 | 2026-05-26T22:59:47.236Z | Downloaded rayon-core v1.13.0 |
| 1078 | 2026-05-26T22:59:47.236Z | Downloaded tokio-macros v2.7.0 |
| 1079 | 2026-05-26T22:59:47.236Z | Downloaded schemars v0.8.22 |
| 1080 | 2026-05-26T22:59:47.236Z | Downloaded support-bundle-viewer v0.1.2 |
| 1081 | 2026-05-26T22:59:47.236Z | Downloaded publicsuffix v2.3.0 |
| 1082 | 2026-05-26T22:59:47.236Z | Downloaded termios v0.3.3 |
| 1083 | 2026-05-26T22:59:47.236Z | Downloaded sqlformat v0.3.5 |
| 1084 | 2026-05-26T22:59:47.236Z | Downloaded num-bigint v0.4.6 |
| 1085 | 2026-05-26T22:59:47.236Z | Downloaded try-lock v0.2.5 |
| 1086 | 2026-05-26T22:59:47.236Z | Downloaded topological-sort v0.2.2 |
| 1087 | 2026-05-26T22:59:47.236Z | Downloaded thiserror-no-std v2.0.2 |
| 1088 | 2026-05-26T22:59:47.236Z | Downloaded libxml v0.3.3 |
| 1089 | 2026-05-26T22:59:47.236Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1090 | 2026-05-26T22:59:47.236Z | Downloaded rand v0.8.6 |
| 1091 | 2026-05-26T22:59:47.236Z | Downloaded time-macros v0.2.27 |
| 1092 | 2026-05-26T22:59:47.237Z | Downloaded tower-service v0.3.3 |
| 1093 | 2026-05-26T22:59:47.237Z | Downloaded tower-layer v0.3.3 |
| 1094 | 2026-05-26T22:59:47.254Z | Downloaded trait-variant v0.1.2 |
| 1095 | 2026-05-26T22:59:47.254Z | Downloaded tiny-keccak v2.0.2 |
| 1096 | 2026-05-26T22:59:47.254Z | Downloaded thread_local v1.1.9 |
| 1097 | 2026-05-26T22:59:47.254Z | Downloaded signal-hook v0.3.18 |
| 1098 | 2026-05-26T22:59:47.254Z | Downloaded dropshot-api-manager v0.7.2 |
| 1099 | 2026-05-26T22:59:47.254Z | Downloaded unarray v0.1.4 |
| 1100 | 2026-05-26T22:59:47.254Z | Downloaded typify-macro v0.4.3 |
| 1101 | 2026-05-26T22:59:47.254Z | Downloaded tokio-dtrace v0.1.1 |
| 1102 | 2026-05-26T22:59:47.254Z | Downloaded tls_codec_derive v0.4.2 |
| 1103 | 2026-05-26T22:59:47.254Z | Downloaded tls_codec v0.4.2 |
| 1104 | 2026-05-26T22:59:47.254Z | Downloaded nom v7.1.3 |
| 1105 | 2026-05-26T22:59:47.254Z | Downloaded itertools v0.12.1 |
| 1106 | 2026-05-26T22:59:47.254Z | Downloaded iri-string v0.7.10 |
| 1107 | 2026-05-26T22:59:47.254Z | Downloaded strum_macros v0.27.2 |
| 1108 | 2026-05-26T22:59:47.254Z | Downloaded strum_macros v0.26.4 |
| 1109 | 2026-05-26T22:59:47.261Z | Downloaded usdt-macro v0.6.0 |
| 1110 | 2026-05-26T22:59:47.261Z | Downloaded untrusted v0.9.0 |
| 1111 | 2026-05-26T22:59:47.261Z | Downloaded unit-prefix v0.5.2 |
| 1112 | 2026-05-26T22:59:47.261Z | Downloaded usdt-attr-macro v0.6.0 |
| 1113 | 2026-05-26T22:59:47.261Z | Downloaded quinn v0.11.9 |
| 1114 | 2026-05-26T22:59:47.273Z | Downloaded usdt v0.6.0 |
| 1115 | 2026-05-26T22:59:47.273Z | Downloaded tokio-tungstenite v0.21.0 |
| 1116 | 2026-05-26T22:59:47.273Z | Downloaded tokio-rustls v0.25.0 |
| 1117 | 2026-05-26T22:59:47.273Z | Downloaded untrusted v0.7.1 |
| 1118 | 2026-05-26T22:59:47.273Z | Downloaded universal-hash v0.5.1 |
| 1119 | 2026-05-26T22:59:47.273Z | Downloaded term v1.2.1 |
| 1120 | 2026-05-26T22:59:47.273Z | Downloaded term v0.7.0 |
| 1121 | 2026-05-26T22:59:47.274Z | Downloaded hashbrown v0.15.5 |
| 1122 | 2026-05-26T22:59:47.274Z | Downloaded qorb v0.4.1 |
| 1123 | 2026-05-26T22:59:47.284Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1124 | 2026-05-26T22:59:47.284Z | Downloaded socket2 v0.6.3 |
| 1125 | 2026-05-26T22:59:47.284Z | Downloaded num-bigint-dig v0.8.6 |
| 1126 | 2026-05-26T22:59:47.284Z | Downloaded utf-8 v0.7.6 |
| 1127 | 2026-05-26T22:59:47.284Z | Downloaded slog v2.8.2 |
| 1128 | 2026-05-26T22:59:47.284Z | Downloaded ryu v1.0.23 |
| 1129 | 2026-05-26T22:59:47.285Z | Downloaded hashbrown v0.16.1 |
| 1130 | 2026-05-26T22:59:47.292Z | Downloaded rand v0.9.2 |
| 1131 | 2026-05-26T22:59:47.292Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1132 | 2026-05-26T22:59:47.292Z | Downloaded void v1.0.2 |
| 1133 | 2026-05-26T22:59:47.301Z | Downloaded similar v2.7.0 |
| 1134 | 2026-05-26T22:59:47.301Z | Downloaded tui-tree-widget v0.23.1 |
| 1135 | 2026-05-26T22:59:47.301Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1136 | 2026-05-26T22:59:47.310Z | Downloaded subprocess v0.2.15 |
| 1137 | 2026-05-26T22:59:47.310Z | Downloaded unicode-truncate v1.1.0 |
| 1138 | 2026-05-26T22:59:47.310Z | Downloaded rand v0.10.0 |
| 1139 | 2026-05-26T22:59:47.310Z | Downloaded unicase v2.9.0 |
| 1140 | 2026-05-26T22:59:47.310Z | Downloaded typify-macro v0.6.2 |
| 1141 | 2026-05-26T22:59:47.310Z | Downloaded waitgroup v0.1.2 |
| 1142 | 2026-05-26T22:59:47.310Z | Downloaded wait-timeout v0.2.1 |
| 1143 | 2026-05-26T22:59:47.318Z | Downloaded prettyplease v0.2.37 |
| 1144 | 2026-05-26T22:59:47.318Z | Downloaded itertools v0.14.0 |
| 1145 | 2026-05-26T22:59:47.332Z | Downloaded schemars v1.2.1 |
| 1146 | 2026-05-26T22:59:47.332Z | Downloaded xattr v1.6.1 |
| 1147 | 2026-05-26T22:59:47.352Z | Downloaded want v0.3.1 |
| 1148 | 2026-05-26T22:59:47.353Z | Downloaded vergen-git2 v9.1.0 |
| 1149 | 2026-05-26T22:59:47.353Z | Downloaded usdt-impl v0.6.0 |
| 1150 | 2026-05-26T22:59:47.353Z | Downloaded tokio-stream v0.1.18 |
| 1151 | 2026-05-26T22:59:47.353Z | Downloaded tokio-rustls v0.24.1 |
| 1152 | 2026-05-26T22:59:47.353Z | Downloaded rsa v0.9.10 |
| 1153 | 2026-05-26T22:59:47.353Z | Downloaded tokio-tungstenite v0.23.1 |
| 1154 | 2026-05-26T22:59:47.353Z | Downloaded vergen-gitcl v1.0.8 |
| 1155 | 2026-05-26T22:59:47.353Z | Downloaded futures-util v0.3.32 |
| 1156 | 2026-05-26T22:59:47.369Z | Downloaded xshell-macros v0.2.7 |
| 1157 | 2026-05-26T22:59:47.369Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1158 | 2026-05-26T22:59:47.369Z | Downloaded vergen-lib v0.1.6 |
| 1159 | 2026-05-26T22:59:47.369Z | Downloaded spin v0.9.8 |
| 1160 | 2026-05-26T22:59:47.370Z | Downloaded snafu v0.8.9 |
| 1161 | 2026-05-26T22:59:47.370Z | Downloaded zeroize_derive v1.4.3 |
| 1162 | 2026-05-26T22:59:47.378Z | Downloaded libm v0.2.16 |
| 1163 | 2026-05-26T22:59:47.378Z | Downloaded test-strategy v0.4.5 |
| 1164 | 2026-05-26T22:59:47.378Z | Downloaded zone_cfg_derive v0.3.1 |
| 1165 | 2026-05-26T22:59:47.378Z | Downloaded rustls-webpki v0.103.9 |
| 1166 | 2026-05-26T22:59:47.378Z | Downloaded hkdf v0.12.4 |
| 1167 | 2026-05-26T22:59:47.396Z | Downloaded tokio-native-tls v0.3.1 |
| 1168 | 2026-05-26T22:59:47.396Z | Downloaded socket2 v0.5.10 |
| 1169 | 2026-05-26T22:59:47.396Z | Downloaded schemars v0.9.0 |
| 1170 | 2026-05-26T22:59:47.396Z | Downloaded zone v0.3.1 |
| 1171 | 2026-05-26T22:59:47.396Z | Downloaded walkdir v2.5.0 |
| 1172 | 2026-05-26T22:59:47.396Z | Downloaded twox-hash v2.1.2 |
| 1173 | 2026-05-26T22:59:47.396Z | Downloaded vergen-lib v9.1.0 |
| 1174 | 2026-05-26T22:59:47.396Z | Downloaded tinyvec v1.10.0 |
| 1175 | 2026-05-26T22:59:47.396Z | Downloaded iddqd v0.4.1 |
| 1176 | 2026-05-26T22:59:47.396Z | Downloaded samael v0.0.19 |
| 1177 | 2026-05-26T22:59:47.396Z | Downloaded unicode-properties v0.1.4 |
| 1178 | 2026-05-26T22:59:47.405Z | Downloaded h2 v0.4.13 |
| 1179 | 2026-05-26T22:59:47.405Z | Downloaded xshell v0.2.7 |
| 1180 | 2026-05-26T22:59:47.405Z | Downloaded aho-corasick v1.1.4 |
| 1181 | 2026-05-26T22:59:47.405Z | Downloaded whoami v2.1.0 |
| 1182 | 2026-05-26T22:59:47.406Z | Downloaded hyper v1.8.1 |
| 1183 | 2026-05-26T22:59:47.406Z | Downloaded tar v0.4.45 |
| 1184 | 2026-05-26T22:59:47.406Z | Downloaded itertools v0.13.0 |
| 1185 | 2026-05-26T22:59:47.406Z | Downloaded wyz v0.5.1 |
| 1186 | 2026-05-26T22:59:47.418Z | Downloaded whoami v1.6.1 |
| 1187 | 2026-05-26T22:59:47.418Z | Downloaded tokio-rustls v0.26.4 |
| 1188 | 2026-05-26T22:59:47.418Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1189 | 2026-05-26T22:59:47.418Z | Downloaded toml v0.7.8 |
| 1190 | 2026-05-26T22:59:47.418Z | Downloaded blake3 v1.8.3 |
| 1191 | 2026-05-26T22:59:47.429Z | Downloaded zstd v0.13.3 |
| 1192 | 2026-05-26T22:59:47.429Z | Downloaded zeroize v1.8.2 |
| 1193 | 2026-05-26T22:59:47.429Z | Downloaded tracing-attributes v0.1.31 |
| 1194 | 2026-05-26T22:59:47.429Z | Downloaded uzers v0.12.2 |
| 1195 | 2026-05-26T22:59:47.430Z | Downloaded unicode-bidi v0.3.18 |
| 1196 | 2026-05-26T22:59:47.430Z | Downloaded vsss-rs v3.3.4 |
| 1197 | 2026-05-26T22:59:47.438Z | Downloaded tungstenite v0.21.0 |
| 1198 | 2026-05-26T22:59:47.439Z | Downloaded tungstenite v0.23.0 |
| 1199 | 2026-05-26T22:59:47.439Z | Downloaded typify v0.4.3 |
| 1200 | 2026-05-26T22:59:47.448Z | Downloaded unsafe-libyaml v0.2.11 |
| 1201 | 2026-05-26T22:59:47.448Z | Downloaded vergen v9.1.0 |
| 1202 | 2026-05-26T22:59:47.448Z | Downloaded rustyline v14.0.0 |
| 1203 | 2026-05-26T22:59:47.456Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1204 | 2026-05-26T22:59:47.456Z | Downloaded uuid v1.23.0 |
| 1205 | 2026-05-26T22:59:47.478Z | Downloaded yasna v0.5.2 |
| 1206 | 2026-05-26T22:59:47.478Z | Downloaded zerocopy v0.6.6 |
| 1207 | 2026-05-26T22:59:47.478Z | Downloaded bitvec v1.0.1 |
| 1208 | 2026-05-26T22:59:47.493Z | Downloaded zstd-safe v7.2.4 |
| 1209 | 2026-05-26T22:59:47.493Z | Downloaded vte v0.14.1 |
| 1210 | 2026-05-26T22:59:47.501Z | Downloaded tracing-core v0.1.36 |
| 1211 | 2026-05-26T22:59:47.501Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1212 | 2026-05-26T22:59:47.501Z | Downloaded serde_with v1.14.0 |
| 1213 | 2026-05-26T22:59:47.501Z | Downloaded aws-lc-rs v1.16.3 |
| 1214 | 2026-05-26T22:59:47.515Z | Downloaded typify v0.6.2 |
| 1215 | 2026-05-26T22:59:47.515Z | Downloaded reedline v0.40.0 |
| 1216 | 2026-05-26T22:59:47.515Z | Downloaded tokio-postgres v0.7.16 |
| 1217 | 2026-05-26T22:59:47.515Z | Downloaded p521 v0.13.3 |
| 1218 | 2026-05-26T22:59:47.515Z | Downloaded rpassword v7.4.0 |
| 1219 | 2026-05-26T22:59:47.524Z | Downloaded zopfli v0.8.3 |
| 1220 | 2026-05-26T22:59:47.524Z | Downloaded russh v0.45.0 |
| 1221 | 2026-05-26T22:59:47.524Z | Downloaded steno v0.4.1 |
| 1222 | 2026-05-26T22:59:47.525Z | Downloaded toml_edit v0.19.15 |
| 1223 | 2026-05-26T22:59:47.761Z | Downloaded ssh-key v0.6.7 |
| 1224 | 2026-05-26T22:59:47.762Z | Downloaded bindgen v0.71.1 |
| 1225 | 2026-05-26T22:59:47.762Z | Downloaded reqwest v0.12.28 |
| 1226 | 2026-05-26T22:59:47.762Z | Downloaded chrono v0.4.44 |
| 1227 | 2026-05-26T22:59:47.762Z | Downloaded unicode_categories v0.1.1 |
| 1228 | 2026-05-26T22:59:47.762Z | Downloaded reqwest v0.13.2 |
| 1229 | 2026-05-26T22:59:47.762Z | Downloaded portable-atomic v1.13.1 |
| 1230 | 2026-05-26T22:59:47.762Z | Downloaded yansi v1.0.1 |
| 1231 | 2026-05-26T22:59:47.762Z | Downloaded git2 v0.20.4 |
| 1232 | 2026-05-26T22:59:47.762Z | Downloaded p384 v0.13.1 |
| 1233 | 2026-05-26T22:59:47.779Z | Downloaded lalrpop v0.19.12 |
| 1234 | 2026-05-26T22:59:47.779Z | Downloaded regex v1.12.3 |
| 1235 | 2026-05-26T22:59:47.779Z | Downloaded typed-path v0.9.3 |
| 1236 | 2026-05-26T22:59:47.779Z | Downloaded rayon v1.11.0 |
| 1237 | 2026-05-26T22:59:47.779Z | Downloaded unicode-segmentation v1.12.0 |
| 1238 | 2026-05-26T22:59:47.780Z | Downloaded x509-cert v0.2.5 |
| 1239 | 2026-05-26T22:59:47.782Z | Downloaded proptest v1.10.0 |
| 1240 | 2026-05-26T22:59:47.782Z | Downloaded zip v0.6.6 |
| 1241 | 2026-05-26T22:59:47.782Z | Downloaded rustls-webpki v0.101.7 |
| 1242 | 2026-05-26T22:59:47.782Z | Downloaded salty v0.3.0 |
| 1243 | 2026-05-26T22:59:47.782Z | Downloaded petname v2.0.2 |
| 1244 | 2026-05-26T22:59:47.782Z | Downloaded moka v0.12.13 |
| 1245 | 2026-05-26T22:59:47.782Z | Downloaded goblin v0.10.5 |
| 1246 | 2026-05-26T22:59:47.782Z | Downloaded quick-xml v0.37.5 |
| 1247 | 2026-05-26T22:59:47.782Z | Downloaded tough v0.22.0 |
| 1248 | 2026-05-26T22:59:47.782Z | Downloaded tower v0.5.3 |
| 1249 | 2026-05-26T22:59:47.782Z | Downloaded zerocopy-derive v0.8.40 |
| 1250 | 2026-05-26T22:59:47.782Z | Downloaded quinn-proto v0.11.13 |
| 1251 | 2026-05-26T22:59:47.782Z | Downloaded zip v4.6.1 |
| 1252 | 2026-05-26T22:59:47.804Z | Downloaded rustls-webpki v0.102.8 |
| 1253 | 2026-05-26T22:59:47.804Z | Downloaded tower-http v0.6.8 |
| 1254 | 2026-05-26T22:59:47.804Z | Downloaded unicode-normalization v0.1.25 |
| 1255 | 2026-05-26T22:59:47.804Z | Downloaded nix v0.27.1 |
| 1256 | 2026-05-26T22:59:47.804Z | Downloaded tokio-util v0.7.18 |
| 1257 | 2026-05-26T22:59:47.804Z | Downloaded serde_with v3.17.0 |
| 1258 | 2026-05-26T22:59:47.804Z | Downloaded curve25519-dalek v4.1.3 |
| 1259 | 2026-05-26T22:59:47.804Z | Downloaded polar-core v0.27.3 |
| 1260 | 2026-05-26T22:59:47.850Z | Downloaded bstr v1.12.1 |
| 1261 | 2026-05-26T22:59:47.850Z | Downloaded object v0.30.4 |
| 1262 | 2026-05-26T22:59:47.850Z | Downloaded rustls v0.21.12 |
| 1263 | 2026-05-26T22:59:47.850Z | Downloaded winnow v0.5.40 |
| 1264 | 2026-05-26T22:59:47.850Z | Downloaded regex-syntax v0.6.29 |
| 1265 | 2026-05-26T22:59:47.850Z | Downloaded radix_trie v0.2.1 |
| 1266 | 2026-05-26T22:59:47.850Z | Downloaded nix v0.28.0 |
| 1267 | 2026-05-26T22:59:47.850Z | Downloaded hickory-proto v0.26.1 |
| 1268 | 2026-05-26T22:59:47.851Z | Downloaded dropshot v0.17.0 |
| 1269 | 2026-05-26T22:59:47.851Z | Downloaded winnow v0.6.26 |
| 1270 | 2026-05-26T22:59:47.851Z | Downloaded tabled v0.20.0 |
| 1271 | 2026-05-26T22:59:47.851Z | Downloaded openssl v0.10.79 |
| 1272 | 2026-05-26T22:59:47.851Z | Downloaded regress v0.10.5 |
| 1273 | 2026-05-26T22:59:47.851Z | Downloaded webpki-roots v1.0.6 |
| 1274 | 2026-05-26T22:59:47.872Z | Downloaded smoltcp v0.9.1 |
| 1275 | 2026-05-26T22:59:47.872Z | Downloaded zerocopy v0.8.40 |
| 1276 | 2026-05-26T22:59:47.872Z | Downloaded regex-syntax v0.8.10 |
| 1277 | 2026-05-26T22:59:47.872Z | Downloaded hickory-proto v0.24.4 |
| 1278 | 2026-05-26T22:59:47.872Z | Downloaded zlib-rs v0.6.2 |
| 1279 | 2026-05-26T22:59:47.872Z | Downloaded vcpkg v0.2.15 |
| 1280 | 2026-05-26T22:59:47.876Z | Downloaded time v0.3.47 |
| 1281 | 2026-05-26T22:59:47.882Z | Downloaded smoltcp v0.11.0 |
| 1282 | 2026-05-26T22:59:47.889Z | Downloaded rustls v0.22.4 |
| 1283 | 2026-05-26T22:59:47.898Z | Downloaded regress v0.11.1 |
| 1284 | 2026-05-26T22:59:47.907Z | Downloaded hickory-proto v0.25.2 |
| 1285 | 2026-05-26T22:59:47.926Z | Downloaded rustix v0.38.44 |
| 1286 | 2026-05-26T22:59:47.935Z | Downloaded rustls v0.23.37 |
| 1287 | 2026-05-26T22:59:47.951Z | Downloaded diesel v2.3.7 |
| 1288 | 2026-05-26T22:59:47.968Z | Downloaded object v0.37.3 |
| 1289 | 2026-05-26T22:59:47.968Z | Downloaded tracing v0.1.44 |
| 1290 | 2026-05-26T22:59:47.991Z | Downloaded sled v0.34.7 |
| 1291 | 2026-05-26T22:59:47.991Z | Downloaded nix v0.31.2 |
| 1292 | 2026-05-26T22:59:48.005Z | Downloaded openapiv3 v2.2.0 |
| 1293 | 2026-05-26T22:59:48.005Z | Downloaded ratatui v0.29.0 |
| 1294 | 2026-05-26T22:59:48.005Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1295 | 2026-05-26T22:59:48.024Z | Downloaded sqlparser v0.61.0 |
| 1296 | 2026-05-26T22:59:48.024Z | Downloaded zerocopy-derive v0.6.6 |
| 1297 | 2026-05-26T22:59:48.042Z | Downloaded chrono-tz v0.10.4 |
| 1298 | 2026-05-26T22:59:48.050Z | Downloaded typify-impl v0.6.2 |
| 1299 | 2026-05-26T22:59:48.058Z | Downloaded typify-impl v0.4.3 |
| 1300 | 2026-05-26T22:59:48.087Z | Downloaded regex-automata v0.4.14 |
| 1301 | 2026-05-26T22:59:48.103Z | Downloaded tokio v1.52.1 |
| 1302 | 2026-05-26T22:59:48.141Z | Downloaded petgraph v0.6.5 |
| 1303 | 2026-05-26T22:59:48.155Z | Downloaded jiff v0.2.21 |
| 1304 | 2026-05-26T22:59:48.166Z | Downloaded petgraph v0.8.3 |
| 1305 | 2026-05-26T22:59:48.193Z | Downloaded libz-sys v1.1.24 |
| 1306 | 2026-05-26T22:59:48.205Z | Downloaded csv v1.4.0 |
| 1307 | 2026-05-26T22:59:48.213Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1308 | 2026-05-26T22:59:48.223Z | Downloaded sha3 v0.10.8 |
| 1309 | 2026-05-26T22:59:48.236Z | Downloaded ring v0.17.14 |
| 1310 | 2026-05-26T22:59:48.264Z | Downloaded encoding_rs v0.8.35 |
| 1311 | 2026-05-26T22:59:48.283Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1312 | 2026-05-26T22:59:48.792Z | Downloaded aws-lc-sys v0.40.0 |
| 1313 | 2026-05-26T22:59:49.050Z | Compiling libc v0.2.185 |
| 1314 | 2026-05-26T22:59:49.050Z | Compiling serde v1.0.228 |
| 1315 | 2026-05-26T22:59:49.061Z | Compiling log v0.4.29 |
| 1316 | 2026-05-26T22:59:49.062Z | Compiling find-msvc-tools v0.1.9 |
| 1317 | 2026-05-26T22:59:49.062Z | Compiling shlex v1.3.0 |
| 1318 | 2026-05-26T22:59:49.198Z | Compiling syn v2.0.117 |
| 1319 | 2026-05-26T22:59:49.206Z | Compiling smallvec v1.15.1 |
| 1320 | 2026-05-26T22:59:49.206Z | Compiling typenum v1.19.0 |
| 1321 | 2026-05-26T22:59:49.375Z | Compiling generic-array v0.14.7 |
| 1322 | 2026-05-26T22:59:49.393Z | Compiling subtle v2.6.1 |
| 1323 | 2026-05-26T22:59:49.428Z | Compiling scopeguard v1.2.0 |
| 1324 | 2026-05-26T22:59:49.457Z | Compiling const-oid v0.9.6 |
| 1325 | 2026-05-26T22:59:49.512Z | Compiling lock_api v0.4.14 |
| 1326 | 2026-05-26T22:59:49.529Z | Compiling serde_json v1.0.149 |
| 1327 | 2026-05-26T22:59:49.557Z | Compiling zerocopy v0.8.40 |
| 1328 | 2026-05-26T22:59:49.605Z | Compiling portable-atomic v1.13.1 |
| 1329 | 2026-05-26T22:59:49.747Z | Compiling parking_lot_core v0.9.12 |
| 1330 | 2026-05-26T22:59:49.970Z | Compiling pin-project-lite v0.2.17 |
| 1331 | 2026-05-26T22:59:50.009Z | Compiling pkg-config v0.3.32 |
| 1332 | 2026-05-26T22:59:50.068Z | Compiling getrandom v0.2.17 |
| 1333 | 2026-05-26T22:59:50.085Z | Compiling jobserver v0.1.34 |
| 1334 | 2026-05-26T22:59:50.085Z | Compiling errno v0.3.14 |
| 1335 | 2026-05-26T22:59:50.171Z | Compiling rand_core v0.6.4 |
| 1336 | 2026-05-26T22:59:50.219Z | Compiling signal-hook-registry v1.4.8 |
| 1337 | 2026-05-26T22:59:50.279Z | Compiling cc v1.2.56 |
| 1338 | 2026-05-26T22:59:50.434Z | Compiling bitflags v2.11.0 |
| 1339 | 2026-05-26T22:59:50.486Z | Compiling futures-core v0.3.32 |
| 1340 | 2026-05-26T22:59:50.546Z | Compiling libm v0.2.16 |
| 1341 | 2026-05-26T22:59:50.634Z | Compiling critical-section v1.2.0 |
| 1342 | 2026-05-26T22:59:50.669Z | Compiling parking_lot v0.12.5 |
| 1343 | 2026-05-26T22:59:50.699Z | Compiling mio v1.2.0 |
| 1344 | 2026-05-26T22:59:50.709Z | Compiling num-traits v0.2.19 |
| 1345 | 2026-05-26T22:59:50.744Z | Compiling once_cell v1.21.3 |
| 1346 | 2026-05-26T22:59:50.832Z | Compiling percent-encoding v2.3.2 |
| 1347 | 2026-05-26T22:59:50.940Z | Compiling socket2 v0.6.3 |
| 1348 | 2026-05-26T22:59:51.016Z | Compiling rand_core v0.10.0 |
| 1349 | 2026-05-26T22:59:51.030Z | Compiling futures-sink v0.3.32 |
| 1350 | 2026-05-26T22:59:51.052Z | Compiling getrandom v0.4.1 |
| 1351 | 2026-05-26T22:59:51.129Z | Compiling futures-channel v0.3.32 |
| 1352 | 2026-05-26T22:59:51.142Z | Compiling slab v0.4.12 |
| 1353 | 2026-05-26T22:59:51.173Z | Compiling futures-task v0.3.32 |
| 1354 | 2026-05-26T22:59:51.331Z | Compiling futures-io v0.3.32 |
| 1355 | 2026-05-26T22:59:51.424Z | Compiling cpufeatures v0.2.17 |
| 1356 | 2026-05-26T22:59:51.474Z | Compiling indexmap v2.14.0 |
| 1357 | 2026-05-26T22:59:51.508Z | Compiling getrandom v0.3.4 |
| 1358 | 2026-05-26T22:59:51.523Z | Compiling rustversion v1.0.22 |
| 1359 | 2026-05-26T22:59:51.571Z | Compiling cmake v0.1.57 |
| 1360 | 2026-05-26T22:59:51.874Z | Compiling form_urlencoded v1.2.2 |
| 1361 | 2026-05-26T22:59:51.939Z | Compiling dunce v1.0.5 |
| 1362 | 2026-05-26T22:59:52.013Z | Compiling fs_extra v1.3.0 |
| 1363 | 2026-05-26T22:59:52.047Z | Compiling synstructure v0.13.2 |
| 1364 | 2026-05-26T22:59:52.122Z | Compiling ident_case v1.0.1 |
| 1365 | 2026-05-26T22:59:52.169Z | Compiling base64ct v1.8.3 |
| 1366 | 2026-05-26T22:59:52.246Z | Compiling iana-time-zone v0.1.65 |
| 1367 | 2026-05-26T22:59:52.290Z | Compiling aws-lc-sys v0.40.0 |
| 1368 | 2026-05-26T22:59:52.444Z | Compiling pem-rfc7468 v0.7.0 |
| 1369 | 2026-05-26T22:59:52.463Z | Compiling flagset v0.4.7 |
| 1370 | 2026-05-26T22:59:52.473Z | Compiling rustix v1.1.3 |
| 1371 | 2026-05-26T22:59:52.501Z | Compiling regex-syntax v0.8.10 |
| 1372 | 2026-05-26T22:59:52.589Z | Compiling rand_core v0.9.5 |
| 1373 | 2026-05-26T22:59:52.647Z | Compiling ring v0.17.14 |
| 1374 | 2026-05-26T22:59:52.665Z | Compiling aws-lc-rs v1.16.3 |
| 1375 | 2026-05-26T22:59:52.757Z | Compiling vcpkg v0.2.15 |
| 1376 | 2026-05-26T22:59:52.874Z | Compiling uuid v1.23.0 |
| 1377 | 2026-05-26T22:59:52.952Z | Compiling rustc_version v0.4.1 |
| 1378 | 2026-05-26T22:59:53.300Z | Compiling tracing-core v0.1.36 |
| 1379 | 2026-05-26T22:59:53.517Z | Compiling openssl-sys v0.9.115 |
| 1380 | 2026-05-26T22:59:53.601Z | Compiling base64 v0.22.1 |
| 1381 | 2026-05-26T22:59:53.856Z | Compiling serde_derive v1.0.228 |
| 1382 | 2026-05-26T22:59:53.884Z | Compiling zeroize_derive v1.4.3 |
| 1383 | 2026-05-26T22:59:53.932Z | Compiling zerofrom-derive v0.1.6 |
| 1384 | 2026-05-26T22:59:54.054Z | Compiling yoke-derive v0.8.1 |
| 1385 | 2026-05-26T22:59:54.247Z | Compiling zerovec-derive v0.11.2 |
| 1386 | 2026-05-26T22:59:54.517Z | Compiling zeroize v1.8.2 |
| 1387 | 2026-05-26T22:59:54.928Z | Compiling zerocopy-derive v0.8.40 |
| 1388 | 2026-05-26T22:59:59.466Z | Compiling displaydoc v0.2.5 |
| 1389 | 2026-05-26T22:59:59.565Z | Compiling crypto-common v0.1.7 |
| 1390 | 2026-05-26T22:59:59.565Z | Compiling zerofrom v0.1.6 |
| 1391 | 2026-05-26T22:59:59.565Z | Compiling block-buffer v0.10.4 |
| 1392 | 2026-05-26T22:59:59.565Z | Compiling tokio-macros v2.7.0 |
| 1393 | 2026-05-26T22:59:59.565Z | Compiling yoke v0.8.1 |
| 1394 | 2026-05-26T22:59:59.565Z | Compiling digest v0.10.7 |
| 1395 | 2026-05-26T22:59:59.565Z | Compiling zerovec v0.11.5 |
| 1396 | 2026-05-26T22:59:59.566Z | Compiling futures-macro v0.3.32 |
| 1397 | 2026-05-26T22:59:59.568Z | Compiling zerotrie v0.2.3 |
| 1398 | 2026-05-26T22:59:59.568Z | Compiling tinystr v0.8.2 |
| 1399 | 2026-05-26T22:59:59.568Z | Compiling potential_utf v0.1.4 |
| 1400 | 2026-05-26T22:59:59.568Z | Compiling hmac v0.12.1 |
| 1401 | 2026-05-26T22:59:59.568Z | Compiling icu_locale_core v2.1.1 |
| 1402 | 2026-05-26T22:59:59.568Z | Compiling icu_collections v2.1.1 |
| 1403 | 2026-05-26T22:59:59.568Z | Compiling block-padding v0.3.3 |
| 1404 | 2026-05-26T22:59:59.569Z | Compiling inout v0.1.4 |
| 1405 | 2026-05-26T22:59:59.569Z | Compiling futures-util v0.3.32 |
| 1406 | 2026-05-26T22:59:59.569Z | Compiling cipher v0.4.4 |
| 1407 | 2026-05-26T22:59:59.588Z | Compiling sha2 v0.10.9 |
| 1408 | 2026-05-26T22:59:59.588Z | Compiling icu_provider v2.1.1 |
| 1409 | 2026-05-26T22:59:59.588Z | Compiling bytes v1.11.1 |
| 1410 | 2026-05-26T22:59:59.588Z | Compiling icu_properties v2.1.2 |
| 1411 | 2026-05-26T22:59:59.588Z | Compiling icu_normalizer v2.1.1 |
| 1412 | 2026-05-26T22:59:59.588Z | Compiling der_derive v0.7.3 |
| 1413 | 2026-05-26T22:59:59.589Z | Compiling tokio v1.52.1 |
| 1414 | 2026-05-26T22:59:59.589Z | Compiling http v1.4.0 |
| 1415 | 2026-05-26T22:59:59.590Z | Compiling idna_adapter v1.2.1 |
| 1416 | 2026-05-26T22:59:59.590Z | Compiling der v0.7.10 |
| 1417 | 2026-05-26T22:59:59.590Z | Compiling idna v1.1.0 |
| 1418 | 2026-05-26T22:59:59.590Z | Compiling chrono v0.4.44 |
| 1419 | 2026-05-26T22:59:59.590Z | Compiling url v2.5.8 |
| 1420 | 2026-05-26T22:59:59.590Z | Compiling salsa20 v0.10.2 |
| 1421 | 2026-05-26T22:59:59.590Z | Compiling pbkdf2 v0.12.2 |
| 1422 | 2026-05-26T22:59:59.590Z | Compiling rustls-pki-types v1.14.0 |
| 1423 | 2026-05-26T22:59:59.590Z | Compiling spki v0.7.3 |
| 1424 | 2026-05-26T22:59:59.590Z | Compiling ppv-lite86 v0.2.21 |
| 1425 | 2026-05-26T22:59:59.590Z | Compiling thiserror-impl v2.0.18 |
| 1426 | 2026-05-26T22:59:59.590Z | Compiling tracing-attributes v0.1.31 |
| 1427 | 2026-05-26T22:59:59.590Z | Compiling scrypt v0.11.0 |
| 1428 | 2026-05-26T22:59:59.609Z | Compiling http-body v1.0.1 |
| 1429 | 2026-05-26T22:59:59.650Z | Compiling rand_chacha v0.9.0 |
| 1430 | 2026-05-26T22:59:59.725Z | Compiling aes v0.8.4 |
| 1431 | 2026-05-26T22:59:59.742Z | Compiling cbc v0.1.2 |
| 1432 | 2026-05-26T22:59:59.818Z | Compiling httparse v1.10.1 |
| 1433 | 2026-05-26T22:59:59.888Z | Compiling tinyvec_macros v0.1.1 |
| 1434 | 2026-05-26T22:59:59.961Z | Compiling untrusted v0.9.0 |
| 1435 | 2026-05-26T23:00:00.083Z | Compiling untrusted v0.7.1 |
| 1436 | 2026-05-26T23:00:00.150Z | Compiling openssl-probe v0.2.1 |
| 1437 | 2026-05-26T23:00:00.253Z | Compiling pkcs5 v0.7.1 |
| 1438 | 2026-05-26T23:00:00.324Z | Compiling tinyvec v1.10.0 |
| 1439 | 2026-05-26T23:00:00.656Z | Compiling thiserror v2.0.18 |
| 1440 | 2026-05-26T23:00:00.656Z | Compiling rand v0.9.2 |
| 1441 | 2026-05-26T23:00:00.720Z | Compiling pest_generator v2.8.6 |
| 1442 | 2026-05-26T23:00:00.752Z | Compiling serde_derive_internals v0.29.1 |
| 1443 | 2026-05-26T23:00:00.754Z | Compiling tracing v0.1.44 |
| 1444 | 2026-05-26T23:00:00.779Z | Compiling aho-corasick v1.1.4 |
| 1445 | 2026-05-26T23:00:01.020Z | Compiling dyn-clone v1.0.20 |
| 1446 | 2026-05-26T23:00:01.160Z | Compiling schemars v0.8.22 |
| 1447 | 2026-05-26T23:00:01.375Z | Compiling tower-layer v0.3.3 |
| 1448 | 2026-05-26T23:00:01.414Z | Compiling atomic-waker v1.1.2 |
| 1449 | 2026-05-26T23:00:01.488Z | Compiling try-lock v0.2.5 |
| 1450 | 2026-05-26T23:00:01.537Z | Compiling tower-service v0.3.3 |
| 1451 | 2026-05-26T23:00:01.537Z | Compiling rustls v0.23.37 |
| 1452 | 2026-05-26T23:00:01.595Z | Compiling tokio-util v0.7.18 |
| 1453 | 2026-05-26T23:00:01.632Z | Compiling regex-automata v0.4.14 |
| 1454 | 2026-05-26T23:00:01.663Z | Compiling schemars_derive v0.8.22 |
| 1455 | 2026-05-26T23:00:01.714Z | Compiling want v0.3.1 |
| 1456 | 2026-05-26T23:00:01.881Z | Compiling pest_derive v2.8.6 |
| 1457 | 2026-05-26T23:00:02.145Z | Compiling pkcs8 v0.10.2 |
| 1458 | 2026-05-26T23:00:02.305Z | Compiling h2 v0.4.13 |
| 1459 | 2026-05-26T23:00:02.499Z | Compiling ipnet v2.11.0 |
| 1460 | 2026-05-26T23:00:02.640Z | Compiling scroll_derive v0.13.1 |
| 1461 | 2026-05-26T23:00:02.750Z | Compiling darling_core v0.20.11 |
| 1462 | 2026-05-26T23:00:02.895Z | Compiling foreign-types-shared v0.1.1 |
| 1463 | 2026-05-26T23:00:02.984Z | Compiling httpdate v1.0.3 |
| 1464 | 2026-05-26T23:00:03.001Z | Compiling pin-utils v0.1.0 |
| 1465 | 2026-05-26T23:00:03.073Z | Compiling openssl v0.10.79 |
| 1466 | 2026-05-26T23:00:03.199Z | Compiling tempfile v3.25.0 |
| 1467 | 2026-05-26T23:00:03.322Z | Compiling foreign-types v0.3.2 |
| 1468 | 2026-05-26T23:00:03.424Z | Compiling scroll v0.13.0 |
| 1469 | 2026-05-26T23:00:03.560Z | Compiling unicode-normalization v0.1.25 |
| 1470 | 2026-05-26T23:00:03.682Z | Compiling openssl-macros v0.1.1 |
| 1471 | 2026-05-26T23:00:03.984Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1472 | 2026-05-26T23:00:04.016Z | Compiling spin v0.9.8 |
| 1473 | 2026-05-26T23:00:04.068Z | Compiling time-core v0.1.8 |
| 1474 | 2026-05-26T23:00:04.216Z | Compiling powerfmt v0.2.0 |
| 1475 | 2026-05-26T23:00:04.216Z | Compiling num-conv v0.2.0 |
| 1476 | 2026-05-26T23:00:04.360Z | Compiling crc32fast v1.5.0 |
| 1477 | 2026-05-26T23:00:04.375Z | Compiling native-tls v0.2.18 |
| 1478 | 2026-05-26T23:00:04.591Z | Compiling time-macros v0.2.27 |
| 1479 | 2026-05-26T23:00:04.667Z | Compiling deranged v0.5.8 |
| 1480 | 2026-05-26T23:00:04.990Z | Compiling darling_macro v0.20.11 |
| 1481 | 2026-05-26T23:00:05.455Z | Compiling hyper v1.8.1 |
| 1482 | 2026-05-26T23:00:05.619Z | Compiling darling v0.20.11 |
| 1483 | 2026-05-26T23:00:05.633Z | Compiling goblin v0.10.5 |
| 1484 | 2026-05-26T23:00:05.656Z | Compiling rustls-native-certs v0.8.3 |
| 1485 | 2026-05-26T23:00:05.697Z | Compiling sync_wrapper v1.0.2 |
| 1486 | 2026-05-26T23:00:05.806Z | Compiling wait-timeout v0.2.1 |
| 1487 | 2026-05-26T23:00:05.941Z | Compiling syn v1.0.109 |
| 1488 | 2026-05-26T23:00:06.072Z | Compiling usdt-impl v0.6.0 |
| 1489 | 2026-05-26T23:00:06.180Z | Compiling bit-vec v0.8.0 |
| 1490 | 2026-05-26T23:00:06.244Z | Compiling crossbeam-utils v0.8.21 |
| 1491 | 2026-05-26T23:00:06.272Z | Compiling num_threads v0.1.7 |
| 1492 | 2026-05-26T23:00:06.416Z | Compiling siphasher v1.0.2 |
| 1493 | 2026-05-26T23:00:06.431Z | Compiling simd-adler32 v0.3.8 |
| 1494 | 2026-05-26T23:00:06.548Z | Compiling hyper-util v0.1.20 |
| 1495 | 2026-05-26T23:00:06.608Z | Compiling quick-error v1.2.3 |
| 1496 | 2026-05-26T23:00:06.693Z | Compiling rusty-fork v0.3.1 |
| 1497 | 2026-05-26T23:00:06.714Z | Compiling time v0.3.47 |
| 1498 | 2026-05-26T23:00:07.072Z | Compiling bit-set v0.8.0 |
| 1499 | 2026-05-26T23:00:07.305Z | Compiling tower v0.5.3 |
| 1500 | 2026-05-26T23:00:07.325Z | Compiling derive_builder_core v0.20.2 |
| 1501 | 2026-05-26T23:00:07.783Z | Compiling dtrace-parser v0.3.0 |
| 1502 | 2026-05-26T23:00:07.889Z | Compiling http-body-util v0.1.3 |
| 1503 | 2026-05-26T23:00:08.137Z | Compiling webpki-roots v1.0.6 |
| 1504 | 2026-05-26T23:00:08.189Z | Compiling signature v2.2.0 |
| 1505 | 2026-05-26T23:00:08.258Z | Compiling thiserror-impl v1.0.69 |
| 1506 | 2026-05-26T23:00:08.280Z | Compiling scroll_derive v0.12.1 |
| 1507 | 2026-05-26T23:00:08.304Z | Compiling heapless v0.7.17 |
| 1508 | 2026-05-26T23:00:08.366Z | Compiling rand_xorshift v0.4.0 |
| 1509 | 2026-05-26T23:00:08.526Z | Compiling dof v0.4.0 |
| 1510 | 2026-05-26T23:00:08.529Z | Compiling slog v2.8.2 |
| 1511 | 2026-05-26T23:00:08.553Z | Compiling darling_core v0.21.3 |
| 1512 | 2026-05-26T23:00:08.708Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1513 | 2026-05-26T23:00:08.922Z | Compiling thread-id v5.1.0 |
| 1514 | 2026-05-26T23:00:08.975Z | Compiling cookie v0.18.1 |
| 1515 | 2026-05-26T23:00:09.005Z | Compiling unicode-properties v0.1.4 |
| 1516 | 2026-05-26T23:00:09.155Z | Compiling anyhow v1.0.102 |
| 1517 | 2026-05-26T23:00:09.212Z | Compiling iri-string v0.7.10 |
| 1518 | 2026-05-26T23:00:09.454Z | Compiling ryu v1.0.23 |
| 1519 | 2026-05-26T23:00:09.496Z | Compiling allocator-api2 v0.2.21 |
| 1520 | 2026-05-26T23:00:09.635Z | Compiling signal-hook v0.3.18 |
| 1521 | 2026-05-26T23:00:09.695Z | Compiling adler2 v2.0.1 |
| 1522 | 2026-05-26T23:00:09.803Z | Compiling zstd-safe v7.2.4 |
| 1523 | 2026-05-26T23:00:09.816Z | Compiling unarray v0.1.4 |
| 1524 | 2026-05-26T23:00:09.830Z | Compiling paste v1.0.15 |
| 1525 | 2026-05-26T23:00:09.902Z | Compiling unicode-bidi v0.3.18 |
| 1526 | 2026-05-26T23:00:09.921Z | Compiling proptest v1.10.0 |
| 1527 | 2026-05-26T23:00:10.010Z | Compiling miniz_oxide v0.8.9 |
| 1528 | 2026-05-26T23:00:10.134Z | Compiling serde_urlencoded v0.7.1 |
| 1529 | 2026-05-26T23:00:10.381Z | Compiling tower-http v0.6.8 |
| 1530 | 2026-05-26T23:00:10.425Z | Compiling stringprep v0.1.5 |
| 1531 | 2026-05-26T23:00:10.607Z | Compiling thiserror v1.0.69 |
| 1532 | 2026-05-26T23:00:10.857Z | Compiling scroll v0.12.0 |
| 1533 | 2026-05-26T23:00:10.981Z | Compiling derive_builder_macro v0.20.2 |
| 1534 | 2026-05-26T23:00:11.016Z | Compiling darling_macro v0.21.3 |
| 1535 | 2026-05-26T23:00:11.116Z | Compiling tokio-native-tls v0.3.1 |
| 1536 | 2026-05-26T23:00:11.286Z | Compiling ipnetwork v0.21.1 |
| 1537 | 2026-05-26T23:00:11.455Z | Compiling bstr v1.12.1 |
| 1538 | 2026-05-26T23:00:11.494Z | Compiling rand_chacha v0.3.1 |
| 1539 | 2026-05-26T23:00:11.566Z | Compiling erased-serde v0.3.31 |
| 1540 | 2026-05-26T23:00:11.687Z | Compiling serde_spanned v0.6.9 |
| 1541 | 2026-05-26T23:00:11.833Z | Compiling toml_datetime v0.6.11 |
| 1542 | 2026-05-26T23:00:11.837Z | Compiling serde_tokenstream v0.2.3 |
| 1543 | 2026-05-26T23:00:12.056Z | Compiling md-5 v0.10.6 |
| 1544 | 2026-05-26T23:00:12.074Z | Compiling async-trait v0.1.89 |
| 1545 | 2026-05-26T23:00:12.102Z | Compiling pin-project-internal v1.1.11 |
| 1546 | 2026-05-26T23:00:12.149Z | Compiling zerocopy-derive v0.7.35 |
| 1547 | 2026-05-26T23:00:12.218Z | Compiling curve25519-dalek v4.1.3 |
| 1548 | 2026-05-26T23:00:12.309Z | Compiling vergen-lib v9.1.0 |
| 1549 | 2026-05-26T23:00:12.492Z | Compiling num-integer v0.1.46 |
| 1550 | 2026-05-26T23:00:12.558Z | Compiling hash32 v0.2.1 |
| 1551 | 2026-05-26T23:00:12.754Z | Compiling ff v0.13.1 |
| 1552 | 2026-05-26T23:00:12.818Z | Compiling memoffset v0.9.1 |
| 1553 | 2026-05-26T23:00:12.898Z | Compiling encoding_rs v0.8.35 |
| 1554 | 2026-05-26T23:00:13.011Z | Compiling fallible-iterator v0.2.0 |
| 1555 | 2026-05-26T23:00:13.014Z | Compiling psl-types v2.0.11 |
| 1556 | 2026-05-26T23:00:13.094Z | Compiling zlib-rs v0.6.2 |
| 1557 | 2026-05-26T23:00:13.150Z | Compiling base16ct v0.2.0 |
| 1558 | 2026-05-26T23:00:13.198Z | Compiling rustix v0.38.44 |
| 1559 | 2026-05-26T23:00:13.328Z | Compiling smoltcp v0.9.1 |
| 1560 | 2026-05-26T23:00:13.328Z | Compiling litrs v1.0.0 |
| 1561 | 2026-05-26T23:00:13.544Z | Compiling ref-cast v1.0.25 |
| 1562 | 2026-05-26T23:00:13.662Z | Compiling num-bigint-dig v0.8.6 |
| 1563 | 2026-05-26T23:00:13.845Z | Compiling cfg_aliases v0.2.1 |
| 1564 | 2026-05-26T23:00:13.859Z | Compiling mime v0.3.17 |
| 1565 | 2026-05-26T23:00:13.918Z | Compiling nix v0.31.2 |
| 1566 | 2026-05-26T23:00:13.937Z | Compiling document-features v0.2.12 |
| 1567 | 2026-05-26T23:00:14.225Z | Compiling postgres-protocol v0.6.10 |
| 1568 | 2026-05-26T23:00:14.279Z | Compiling sec1 v0.7.3 |
| 1569 | 2026-05-26T23:00:14.394Z | Compiling pin-project v1.1.11 |
| 1570 | 2026-05-26T23:00:14.492Z | Compiling publicsuffix v2.3.0 |
| 1571 | 2026-05-26T23:00:14.507Z | Compiling zerocopy v0.7.35 |
| 1572 | 2026-05-26T23:00:14.643Z | Compiling group v0.13.0 |
| 1573 | 2026-05-26T23:00:14.662Z | Compiling num-iter v0.1.45 |
| 1574 | 2026-05-26T23:00:14.831Z | Compiling newtype-uuid v1.3.2 |
| 1575 | 2026-05-26T23:00:14.920Z | Compiling hubpack_derive v0.1.1 |
| 1576 | 2026-05-26T23:00:15.041Z | Compiling rand v0.8.6 |
| 1577 | 2026-05-26T23:00:15.218Z | Compiling oxnet v0.1.4 |
| 1578 | 2026-05-26T23:00:15.232Z | Compiling darling v0.21.3 |
| 1579 | 2026-05-26T23:00:15.254Z | Compiling derive_builder v0.20.2 |
| 1580 | 2026-05-26T23:00:15.321Z | Compiling hyper-tls v0.6.0 |
| 1581 | 2026-05-26T23:00:15.361Z | Compiling goblin v0.8.2 |
| 1582 | 2026-05-26T23:00:15.888Z | Compiling phf_shared v0.13.1 |
| 1583 | 2026-05-26T23:00:16.101Z | Compiling flate2 v1.1.9 |
| 1584 | 2026-05-26T23:00:16.101Z | Compiling lazy_static v1.5.0 |
| 1585 | 2026-05-26T23:00:16.129Z | Compiling regex v1.12.3 |
| 1586 | 2026-05-26T23:00:16.166Z | Compiling futures-executor v0.3.32 |
| 1587 | 2026-05-26T23:00:16.206Z | Compiling hex v0.4.3 |
| 1588 | 2026-05-26T23:00:16.277Z | Compiling hkdf v0.12.4 |
| 1589 | 2026-05-26T23:00:16.473Z | Compiling crypto-bigint v0.5.5 |
| 1590 | 2026-05-26T23:00:16.487Z | Compiling terminal_size v0.4.3 |
| 1591 | 2026-05-26T23:00:16.500Z | Compiling strum_macros v0.27.2 |
| 1592 | 2026-05-26T23:00:16.543Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1593 | 2026-05-26T23:00:16.582Z | Compiling ref-cast-impl v1.0.25 |
| 1594 | 2026-05-26T23:00:16.618Z | Compiling snafu-derive v0.8.9 |
| 1595 | 2026-05-26T23:00:17.131Z | Compiling daft-derive v0.1.7 |
| 1596 | 2026-05-26T23:00:17.189Z | Compiling vergen v9.1.0 |
| 1597 | 2026-05-26T23:00:17.371Z | Compiling fs-err v3.3.0 |
| 1598 | 2026-05-26T23:00:17.564Z | Compiling cargo-platform v0.3.2 |
| 1599 | 2026-05-26T23:00:17.842Z | Compiling ahash v0.8.12 |
| 1600 | 2026-05-26T23:00:17.845Z | Compiling winnow v0.5.40 |
| 1601 | 2026-05-26T23:00:18.043Z | Compiling object v0.37.3 |
| 1602 | 2026-05-26T23:00:18.310Z | Compiling bumpalo v3.20.2 |
| 1603 | 2026-05-26T23:00:18.454Z | Compiling same-file v1.0.6 |
| 1604 | 2026-05-26T23:00:18.534Z | Compiling bitflags v1.3.2 |
| 1605 | 2026-05-26T23:00:18.563Z | Compiling libbz2-rs-sys v0.2.2 |
| 1606 | 2026-05-26T23:00:18.605Z | Compiling foldhash v0.1.5 |
| 1607 | 2026-05-26T23:00:18.619Z | Compiling cpufeatures v0.3.0 |
| 1608 | 2026-05-26T23:00:18.623Z | Compiling unicode-segmentation v1.12.0 |
| 1609 | 2026-05-26T23:00:18.697Z | Compiling foldhash v0.2.0 |
| 1610 | 2026-05-26T23:00:18.775Z | Compiling managed v0.8.0 |
| 1611 | 2026-05-26T23:00:18.877Z | Compiling hashbrown v0.16.1 |
| 1612 | 2026-05-26T23:00:18.917Z | Compiling hashbrown v0.15.5 |
| 1613 | 2026-05-26T23:00:18.986Z | Compiling bzip2 v0.6.1 |
| 1614 | 2026-05-26T23:00:19.191Z | Compiling toml_edit v0.19.15 |
| 1615 | 2026-05-26T23:00:19.238Z | Compiling chacha20 v0.10.0 |
| 1616 | 2026-05-26T23:00:19.262Z | Compiling walkdir v2.5.0 |
| 1617 | 2026-05-26T23:00:19.453Z | Compiling snafu v0.8.9 |
| 1618 | 2026-05-26T23:00:19.456Z | Compiling zopfli v0.8.3 |
| 1619 | 2026-05-26T23:00:19.545Z | Compiling strum v0.27.2 |
| 1620 | 2026-05-26T23:00:19.668Z | Compiling clap_builder v4.5.60 |
| 1621 | 2026-05-26T23:00:19.724Z | Compiling daft v0.1.7 |
| 1622 | 2026-05-26T23:00:19.799Z | Compiling cargo_metadata v0.23.1 |
| 1623 | 2026-05-26T23:00:19.802Z | Compiling dof v0.3.0 |
| 1624 | 2026-05-26T23:00:20.101Z | Compiling elliptic-curve v0.13.8 |
| 1625 | 2026-05-26T23:00:20.508Z | Compiling futures v0.3.32 |
| 1626 | 2026-05-26T23:00:20.606Z | Compiling signal-hook-mio v0.2.5 |
| 1627 | 2026-05-26T23:00:20.723Z | Compiling phf v0.13.1 |
| 1628 | 2026-05-26T23:00:20.848Z | Compiling cookie_store v0.22.1 |
| 1629 | 2026-05-26T23:00:21.158Z | Compiling zstd v0.13.3 |
| 1630 | 2026-05-26T23:00:21.245Z | Compiling hubpack v0.1.2 |
| 1631 | 2026-05-26T23:00:21.463Z | Compiling serde_with_macros v3.17.0 |
| 1632 | 2026-05-26T23:00:21.518Z | Compiling bzip2 v0.4.4 |
| 1633 | 2026-05-26T23:00:21.619Z | Compiling postgres-types v0.2.12 |
| 1634 | 2026-05-26T23:00:21.813Z | Compiling usdt-macro v0.6.0 |
| 1635 | 2026-05-26T23:00:22.174Z | Compiling usdt-attr-macro v0.6.0 |
| 1636 | 2026-05-26T23:00:22.565Z | Compiling globset v0.4.18 |
| 1637 | 2026-05-26T23:00:22.609Z | Compiling dtrace-parser v0.2.0 |
| 1638 | 2026-05-26T23:00:22.623Z | Compiling ed25519 v2.2.3 |
| 1639 | 2026-05-26T23:00:22.863Z | Compiling phf_shared v0.11.3 |
| 1640 | 2026-05-26T23:00:22.951Z | Compiling olpc-cjson v0.1.4 |
| 1641 | 2026-05-26T23:00:23.045Z | Compiling pkcs1 v0.7.5 |
| 1642 | 2026-05-26T23:00:23.111Z | Compiling serde-big-array v0.5.1 |
| 1643 | 2026-05-26T23:00:23.135Z | Compiling serde_plain v1.0.2 |
| 1644 | 2026-05-26T23:00:23.242Z | Compiling rfc6979 v0.4.0 |
| 1645 | 2026-05-26T23:00:23.255Z | Compiling enum-as-inner v0.6.1 |
| 1646 | 2026-05-26T23:00:23.351Z | Compiling clap_derive v4.5.55 |
| 1647 | 2026-05-26T23:00:23.351Z | Compiling async-recursion v1.1.1 |
| 1648 | 2026-05-26T23:00:23.378Z | Compiling strum_macros v0.26.4 |
| 1649 | 2026-05-26T23:00:23.450Z | Compiling serde_repr v0.1.20 |
| 1650 | 2026-05-26T23:00:23.518Z | Compiling pem v3.0.6 |
| 1651 | 2026-05-26T23:00:23.747Z | Compiling float-cmp v0.10.0 |
| 1652 | 2026-05-26T23:00:23.843Z | Compiling thread-id v4.2.2 |
| 1653 | 2026-05-26T23:00:23.893Z | Compiling memmap2 v0.9.10 |
| 1654 | 2026-05-26T23:00:23.931Z | Compiling env_filter v1.0.0 |
| 1655 | 2026-05-26T23:00:23.979Z | Compiling either v1.15.0 |
| 1656 | 2026-05-26T23:00:24.006Z | Compiling predicates-core v1.0.10 |
| 1657 | 2026-05-26T23:00:24.106Z | Compiling normalize-line-endings v0.3.0 |
| 1658 | 2026-05-26T23:00:24.194Z | Compiling new_debug_unreachable v1.0.6 |
| 1659 | 2026-05-26T23:00:24.199Z | Compiling fixedbitset v0.5.7 |
| 1660 | 2026-05-26T23:00:24.208Z | Compiling keccak v0.1.6 |
| 1661 | 2026-05-26T23:00:24.229Z | Compiling whoami v2.1.0 |
| 1662 | 2026-05-26T23:00:24.253Z | Compiling fixedbitset v0.4.2 |
| 1663 | 2026-05-26T23:00:24.467Z | Compiling precomputed-hash v0.1.1 |
| 1664 | 2026-05-26T23:00:24.490Z | Compiling static_assertions v1.1.0 |
| 1665 | 2026-05-26T23:00:24.557Z | Compiling typed-path v0.9.3 |
| 1666 | 2026-05-26T23:00:24.571Z | Compiling difflib v0.4.0 |
| 1667 | 2026-05-26T23:00:24.595Z | Compiling data-encoding v2.10.0 |
| 1668 | 2026-05-26T23:00:25.012Z | Compiling jiff v0.2.21 |
| 1669 | 2026-05-26T23:00:25.088Z | Compiling strum v0.26.3 |
| 1670 | 2026-05-26T23:00:25.091Z | Compiling clap v4.5.60 |
| 1671 | 2026-05-26T23:00:25.115Z | Compiling hickory-proto v0.25.2 |
| 1672 | 2026-05-26T23:00:25.182Z | Compiling predicates v3.1.4 |
| 1673 | 2026-05-26T23:00:25.219Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1674 | 2026-05-26T23:00:25.274Z | Compiling string_cache v0.8.9 |
| 1675 | 2026-05-26T23:00:25.499Z | Compiling tokio-postgres v0.7.16 |
| 1676 | 2026-05-26T23:00:25.782Z | Compiling petgraph v0.6.5 |
| 1677 | 2026-05-26T23:00:25.830Z | Compiling petgraph v0.8.3 |
| 1678 | 2026-05-26T23:00:26.211Z | Compiling sha3 v0.10.8 |
| 1679 | 2026-05-26T23:00:26.704Z | Compiling toml_edit v0.22.27 |
| 1680 | 2026-05-26T23:00:27.309Z | Compiling itertools v0.13.0 |
| 1681 | 2026-05-26T23:00:27.739Z | Compiling zip v4.6.1 |
| 1682 | 2026-05-26T23:00:27.827Z | Compiling env_logger v0.11.9 |
| 1683 | 2026-05-26T23:00:28.070Z | Compiling usdt v0.6.0 |
| 1684 | 2026-05-26T23:00:28.181Z | Compiling usdt-impl v0.5.0 |
| 1685 | 2026-05-26T23:00:28.334Z | Compiling ecdsa v0.16.9 |
| 1686 | 2026-05-26T23:00:28.534Z | Compiling rsa v0.9.10 |
| 1687 | 2026-05-26T23:00:28.687Z | Compiling ed25519-dalek v2.2.0 |
| 1688 | 2026-05-26T23:00:28.726Z | Compiling serde_with v3.17.0 |
| 1689 | 2026-05-26T23:00:28.762Z | Compiling crossterm v0.28.1 |
| 1690 | 2026-05-26T23:00:29.337Z | Compiling zip v0.6.6 |
| 1691 | 2026-05-26T23:00:29.796Z | Compiling iddqd v0.4.1 |
| 1692 | 2026-05-26T23:00:29.811Z | Compiling toml v0.7.8 |
| 1693 | 2026-05-26T23:00:30.309Z | Compiling rand v0.10.0 |
| 1694 | 2026-05-26T23:00:30.414Z | Compiling similar v2.7.0 |
| 1695 | 2026-05-26T23:00:30.429Z | Compiling heck v0.4.1 |
| 1696 | 2026-05-26T23:00:30.654Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1697 | 2026-05-26T23:00:30.747Z | Compiling crossbeam-epoch v0.9.18 |
| 1698 | 2026-05-26T23:00:31.016Z | Compiling tokio-stream v0.1.18 |
| 1699 | 2026-05-26T23:00:31.075Z | Compiling buf-list v1.1.2 |
| 1700 | 2026-05-26T23:00:31.214Z | Compiling x509-cert v0.2.5 |
| 1701 | 2026-05-26T23:00:31.277Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1702 | 2026-05-26T23:00:31.277Z | Compiling openapiv3 v2.2.0 |
| 1703 | 2026-05-26T23:00:31.375Z | Compiling sha1 v0.10.6 |
| 1704 | 2026-05-26T23:00:31.512Z | Compiling peg-runtime v0.8.5 |
| 1705 | 2026-05-26T23:00:31.592Z | Compiling lalrpop-util v0.19.12 |
| 1706 | 2026-05-26T23:00:31.607Z | Compiling thread_local v1.1.9 |
| 1707 | 2026-05-26T23:00:31.789Z | Compiling slog-async v2.8.0 |
| 1708 | 2026-05-26T23:00:31.804Z | Compiling crossbeam-channel v0.5.15 |
| 1709 | 2026-05-26T23:00:31.865Z | Compiling filetime v0.2.27 |
| 1710 | 2026-05-26T23:00:31.879Z | Compiling is-terminal v0.4.17 |
| 1711 | 2026-05-26T23:00:31.975Z | Compiling term v1.2.1 |
| 1712 | 2026-05-26T23:00:32.042Z | Compiling take_mut v0.2.2 |
| 1713 | 2026-05-26T23:00:32.105Z | Compiling xattr v1.6.1 |
| 1714 | 2026-05-26T23:00:32.257Z | Compiling slog-term v2.9.2 |
| 1715 | 2026-05-26T23:00:32.278Z | Compiling tar v0.4.45 |
| 1716 | 2026-05-26T23:00:42.040Z | Compiling rustls-webpki v0.103.9 |
| 1717 | 2026-05-26T23:00:44.851Z | Compiling tokio-rustls v0.26.4 |
| 1718 | 2026-05-26T23:00:44.851Z | Compiling rustls-platform-verifier v0.6.2 |
| 1719 | 2026-05-26T23:00:45.102Z | Compiling hyper-rustls v0.27.7 |
| 1720 | 2026-05-26T23:00:45.258Z | Compiling reqwest v0.12.28 |
| 1721 | 2026-05-26T23:00:45.272Z | Compiling reqwest v0.13.2 |
| 1722 | 2026-05-26T23:00:46.544Z | Compiling tough v0.22.0 |
| 1723 | 2026-05-26T23:00:49.115Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1724 | 2026-05-26T23:00:49.348Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1725 | 2026-05-26T23:00:52.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1726 | 2026-05-26T23:00:52.277Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1727 | 2026-05-26T23:00:52.337Z | May 26 23:00:51.016 INFO Starting download, target: Clickhouse |
| 1728 | 2026-05-26T23:00:52.337Z | May 26 23:00:51.016 INFO Starting download, target: Cockroach |
| 1729 | 2026-05-26T23:00:52.342Z | May 26 23:00:51.016 INFO Starting download, target: Console |
| 1730 | 2026-05-26T23:00:52.342Z | May 26 23:00:51.016 INFO Starting download, target: DendriteStub |
| 1731 | 2026-05-26T23:00:52.343Z | May 26 23:00:51.016 INFO Starting download, target: TransceiverControl |
| 1732 | 2026-05-26T23:00:52.343Z | May 26 23:00:51.016 INFO Starting download, target: MaghemiteMgd |
| 1733 | 2026-05-26T23:00:52.343Z | May 26 23:00:51.016 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1734 | 2026-05-26T23:00:52.345Z | May 26 23:00:51.016 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1735 | 2026-05-26T23:00:52.345Z | May 26 23:00:51.016 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1736 | 2026-05-26T23:00:52.345Z | May 26 23:00:51.016 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1737 | 2026-05-26T23:00:52.345Z | May 26 23:00:51.016 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1738 | 2026-05-26T23:00:52.345Z | May 26 23:00:51.016 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1739 | 2026-05-26T23:00:52.906Z | May 26 23:00:51.547 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1740 | 2026-05-26T23:00:53.088Z | May 26 23:00:51.759 INFO Download complete, target: TransceiverControl |
| 1741 | 2026-05-26T23:00:53.384Z | May 26 23:00:52.056 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1742 | 2026-05-26T23:00:53.619Z | May 26 23:00:52.290 INFO Download complete, target: Console |
| 1743 | 2026-05-26T23:00:54.119Z | May 26 23:00:52.793 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1744 | 2026-05-26T23:00:54.225Z | May 26 23:00:52.887 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1745 | 2026-05-26T23:00:54.232Z | May 26 23:00:52.892 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1746 | 2026-05-26T23:00:55.256Z | May 26 23:00:53.934 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1747 | 2026-05-26T23:00:55.256Z | May 26 23:00:53.934 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1748 | 2026-05-26T23:00:56.713Z | May 26 23:00:55.393 INFO Download complete, target: MaghemiteMgd |
| 1749 | 2026-05-26T23:00:56.713Z | May 26 23:00:55.393 INFO Download complete, target: DendriteStub |
| 1750 | 2026-05-26T23:00:59.905Z | May 26 23:00:58.585 INFO Checking that binary works, target: Cockroach |
| 1751 | 2026-05-26T23:01:00.028Z | May 26 23:00:58.708 INFO Download complete, target: Cockroach |
| 1752 | 2026-05-26T23:01:00.886Z | May 26 23:00:59.566 INFO Checking that binary works, target: Clickhouse |
| 1753 | 2026-05-26T23:01:00.985Z | May 26 23:00:59.665 INFO Download complete, target: Clickhouse |
| 1754 | 2026-05-26T23:01:01.006Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1755 | 2026-05-26T23:01:01.009Z | |
| 1756 | 2026-05-26T23:01:01.009Z | real 2:16.513742183 |
| 1757 | 2026-05-26T23:01:01.010Z | user 6:56.587994523 |
| 1758 | 2026-05-26T23:01:01.010Z | sys 1:23.044181277 |
| 1759 | 2026-05-26T23:01:01.010Z | trap 0.226301722 |
| 1760 | 2026-05-26T23:01:01.010Z | tflt 0.718123986 |
| 1761 | 2026-05-26T23:01:01.010Z | dflt 0.566836849 |
| 1762 | 2026-05-26T23:01:01.010Z | kflt 0.029334039 |
| 1763 | 2026-05-26T23:01:01.010Z | lock 21:44.290521558 |
| 1764 | 2026-05-26T23:01:01.010Z | slp 21:21.985855894 |
| 1765 | 2026-05-26T23:01:01.010Z | lat 44.238576608 |
| 1766 | 2026-05-26T23:01:01.010Z | stop 1:54.303121520 |
| 1767 | 2026-05-26T23:01:01.010Z | + banner clippy |
| 1768 | 2026-05-26T23:01:01.010Z | |
| 1769 | 2026-05-26T23:01:01.010Z | #### # # ##### ##### # # |
| 1770 | 2026-05-26T23:01:01.010Z | # # # # # # # # # # |
| 1771 | 2026-05-26T23:01:01.010Z | # # # # # # # # |
| 1772 | 2026-05-26T23:01:01.010Z | # # # ##### ##### # |
| 1773 | 2026-05-26T23:01:01.010Z | # # # # # # # |
| 1774 | 2026-05-26T23:01:01.010Z | #### ###### # # # # |
| 1775 | 2026-05-26T23:01:01.010Z | |
| 1776 | 2026-05-26T23:01:01.010Z | + export CARGO_INCREMENTAL=0 |
| 1777 | 2026-05-26T23:01:01.010Z | + CARGO_INCREMENTAL=0 |
| 1778 | 2026-05-26T23:01:01.010Z | + ptime -m cargo xtask clippy |
| 1779 | 2026-05-26T23:01:01.528Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1780 | 2026-05-26T23:01:01.747Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1781 | 2026-05-26T23:01:03.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s |
| 1782 | 2026-05-26T23:01:03.711Z | Running `target/debug/xtask clippy` |
| 1783 | 2026-05-26T23:01:03.739Z | running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1784 | 2026-05-26T23:01:04.353Z | Downloading crates ... |
| 1785 | 2026-05-26T23:01:04.567Z | Downloaded async-object-pool v0.2.0 |
| 1786 | 2026-05-26T23:01:04.571Z | Downloaded approx v0.5.1 |
| 1787 | 2026-05-26T23:01:04.585Z | Downloaded tokio-test v0.4.5 |
| 1788 | 2026-05-26T23:01:04.588Z | Downloaded plotters-svg v0.3.7 |
| 1789 | 2026-05-26T23:01:04.592Z | Downloaded target-triple v1.0.0 |
| 1790 | 2026-05-26T23:01:04.595Z | Downloaded serde_regex v1.1.0 |
| 1791 | 2026-05-26T23:01:04.595Z | Downloaded cast v0.3.0 |
| 1792 | 2026-05-26T23:01:04.600Z | Downloaded supports-unicode v2.1.0 |
| 1793 | 2026-05-26T23:01:04.604Z | Downloaded nested v0.1.1 |
| 1794 | 2026-05-26T23:01:04.611Z | Downloaded similar-asserts v1.7.0 |
| 1795 | 2026-05-26T23:01:04.623Z | Downloaded partial-io v0.5.4 |
| 1796 | 2026-05-26T23:01:04.626Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1797 | 2026-05-26T23:01:04.626Z | Downloaded assert_cmd v2.1.2 |
| 1798 | 2026-05-26T23:01:04.626Z | Downloaded miette-derive v5.10.0 |
| 1799 | 2026-05-26T23:01:04.630Z | Downloaded event-listener-strategy v0.5.4 |
| 1800 | 2026-05-26T23:01:04.633Z | Downloaded backtrace-ext v0.2.1 |
| 1801 | 2026-05-26T23:01:04.637Z | Downloaded parking v2.2.1 |
| 1802 | 2026-05-26T23:01:04.637Z | Downloaded escape8259 v0.5.3 |
| 1803 | 2026-05-26T23:01:04.637Z | Downloaded terminal_size v0.1.17 |
| 1804 | 2026-05-26T23:01:04.640Z | Downloaded pathdiff v0.2.3 |
| 1805 | 2026-05-26T23:01:04.644Z | Downloaded constant_time_eq v0.3.1 |
| 1806 | 2026-05-26T23:01:04.648Z | Downloaded linkme-impl v0.3.35 |
| 1807 | 2026-05-26T23:01:04.652Z | Downloaded target-lexicon v0.13.3 |
| 1808 | 2026-05-26T23:01:04.655Z | Downloaded criterion-plot v0.6.0 |
| 1809 | 2026-05-26T23:01:04.658Z | Downloaded plotters-backend v0.3.7 |
| 1810 | 2026-05-26T23:01:04.659Z | Downloaded owo-colors v3.5.0 |
| 1811 | 2026-05-26T23:01:04.659Z | Downloaded libtest-mimic v0.8.1 |
| 1812 | 2026-05-26T23:01:04.668Z | Downloaded assert-json-diff v2.0.2 |
| 1813 | 2026-05-26T23:01:04.672Z | Downloaded supports-color v2.1.0 |
| 1814 | 2026-05-26T23:01:04.676Z | Downloaded addr2line v0.25.1 |
| 1815 | 2026-05-26T23:01:04.676Z | Downloaded concurrent-queue v2.5.0 |
| 1816 | 2026-05-26T23:01:04.679Z | Downloaded anes v0.1.6 |
| 1817 | 2026-05-26T23:01:04.683Z | Downloaded supports-hyperlinks v2.1.0 |
| 1818 | 2026-05-26T23:01:04.683Z | Downloaded relative-path v1.9.3 |
| 1819 | 2026-05-26T23:01:04.683Z | Downloaded oorandom v11.1.5 |
| 1820 | 2026-05-26T23:01:04.690Z | Downloaded path-tree v0.8.3 |
| 1821 | 2026-05-26T23:01:04.693Z | Downloaded hickory-client v0.25.2 |
| 1822 | 2026-05-26T23:01:04.693Z | Downloaded datatest-stable v0.3.3 |
| 1823 | 2026-05-26T23:01:04.697Z | Downloaded termcolor v1.4.1 |
| 1824 | 2026-05-26T23:01:04.700Z | Downloaded stringmetrics v2.2.2 |
| 1825 | 2026-05-26T23:01:04.700Z | Downloaded tinytemplate v1.2.1 |
| 1826 | 2026-05-26T23:01:04.717Z | Downloaded linkme v0.3.35 |
| 1827 | 2026-05-26T23:01:04.721Z | Downloaded trybuild v1.0.116 |
| 1828 | 2026-05-26T23:01:04.721Z | Downloaded rust-argon2 v2.1.0 |
| 1829 | 2026-05-26T23:01:04.721Z | Downloaded knuffel-derive v3.2.0 |
| 1830 | 2026-05-26T23:01:04.721Z | Downloaded futures-timer v3.0.3 |
| 1831 | 2026-05-26T23:01:04.721Z | Downloaded httptest v0.16.4 |
| 1832 | 2026-05-26T23:01:04.725Z | Downloaded rustc-demangle v0.1.27 |
| 1833 | 2026-05-26T23:01:04.731Z | Downloaded event-listener v5.4.1 |
| 1834 | 2026-05-26T23:01:04.734Z | Downloaded target-spec v3.5.7 |
| 1835 | 2026-05-26T23:01:04.738Z | Downloaded blake2b_simd v1.0.4 |
| 1836 | 2026-05-26T23:01:04.738Z | Downloaded rstest v0.25.0 |
| 1837 | 2026-05-26T23:01:04.745Z | Downloaded cfg-expr v0.20.6 |
| 1838 | 2026-05-26T23:01:04.750Z | Downloaded chumsky v0.9.3 |
| 1839 | 2026-05-26T23:01:04.754Z | Downloaded backtrace v0.3.76 |
| 1840 | 2026-05-26T23:01:04.757Z | Downloaded rstest_macros v0.25.0 |
| 1841 | 2026-05-26T23:01:04.762Z | Downloaded miette v5.10.0 |
| 1842 | 2026-05-26T23:01:04.762Z | Downloaded fancy-regex v0.14.0 |
| 1843 | 2026-05-26T23:01:04.766Z | Downloaded rand_distr v0.5.1 |
| 1844 | 2026-05-26T23:01:04.766Z | Downloaded textwrap v0.15.2 |
| 1845 | 2026-05-26T23:01:04.766Z | Downloaded knuffel v3.2.0 |
| 1846 | 2026-05-26T23:01:04.769Z | Downloaded hashbrown v0.14.5 |
| 1847 | 2026-05-26T23:01:04.770Z | Downloaded async-lock v3.4.2 |
| 1848 | 2026-05-26T23:01:04.774Z | Downloaded guppy v0.17.25 |
| 1849 | 2026-05-26T23:01:04.795Z | Downloaded plotters v0.3.7 |
| 1850 | 2026-05-26T23:01:04.800Z | Downloaded criterion v0.7.0 |
| 1851 | 2026-05-26T23:01:04.814Z | Downloaded gimli v0.32.3 |
| 1852 | 2026-05-26T23:01:04.909Z | Downloaded httpmock v0.8.3 |
| 1853 | 2026-05-26T23:01:06.548Z | Checking cfg-if v1.0.4 |
| 1854 | 2026-05-26T23:01:06.902Z | Checking libc v0.2.185 |
| 1855 | 2026-05-26T23:01:06.906Z | Checking serde_core v1.0.228 |
| 1856 | 2026-05-26T23:01:06.973Z | Checking memchr v2.8.0 |
| 1857 | 2026-05-26T23:01:07.013Z | Checking smallvec v1.15.1 |
| 1858 | 2026-05-26T23:01:07.053Z | Checking log v0.4.29 |
| 1859 | 2026-05-26T23:01:07.053Z | Checking itoa v1.0.17 |
| 1860 | 2026-05-26T23:01:07.129Z | Checking zeroize v1.8.2 |
| 1861 | 2026-05-26T23:01:07.168Z | Checking libm v0.2.16 |
| 1862 | 2026-05-26T23:01:07.221Z | Checking scopeguard v1.2.0 |
| 1863 | 2026-05-26T23:01:07.261Z | Checking stable_deref_trait v1.2.1 |
| 1864 | 2026-05-26T23:01:07.301Z | Checking zmij v1.0.21 |
| 1865 | 2026-05-26T23:01:07.338Z | Checking errno v0.3.14 |
| 1866 | 2026-05-26T23:01:07.338Z | Checking getrandom v0.2.17 |
| 1867 | 2026-05-26T23:01:07.405Z | Checking lock_api v0.4.14 |
| 1868 | 2026-05-26T23:01:07.436Z | Checking zerofrom v0.1.6 |
| 1869 | 2026-05-26T23:01:07.473Z | Checking percent-encoding v2.3.2 |
| 1870 | 2026-05-26T23:01:07.512Z | Checking litemap v0.8.1 |
| 1871 | 2026-05-26T23:01:07.545Z | Checking writeable v0.6.2 |
| 1872 | 2026-05-26T23:01:07.580Z | Checking yoke v0.8.1 |
| 1873 | 2026-05-26T23:01:07.618Z | Checking icu_normalizer_data v2.1.1 |
| 1874 | 2026-05-26T23:01:07.655Z | Checking icu_properties_data v2.1.2 |
| 1875 | 2026-05-26T23:01:07.691Z | Checking subtle v2.6.1 |
| 1876 | 2026-05-26T23:01:07.726Z | Checking form_urlencoded v1.2.2 |
| 1877 | 2026-05-26T23:01:07.765Z | Checking pin-project-lite v0.2.17 |
| 1878 | 2026-05-26T23:01:07.774Z | Checking utf8_iter v1.0.4 |
| 1879 | 2026-05-26T23:01:07.829Z | Checking zerovec v0.11.5 |
| 1880 | 2026-05-26T23:01:07.832Z | Checking zerotrie v0.2.3 |
| 1881 | 2026-05-26T23:01:07.897Z | Checking num-traits v0.2.19 |
| 1882 | 2026-05-26T23:01:07.936Z | Checking rand_core v0.6.4 |
| 1883 | 2026-05-26T23:01:07.936Z | Checking parking_lot_core v0.9.12 |
| 1884 | 2026-05-26T23:01:08.003Z | Checking rand_core v0.10.0 |
| 1885 | 2026-05-26T23:01:08.041Z | Checking zerocopy v0.8.40 |
| 1886 | 2026-05-26T23:01:08.127Z | Checking portable-atomic v1.13.1 |
| 1887 | 2026-05-26T23:01:08.168Z | Checking critical-section v1.2.0 |
| 1888 | 2026-05-26T23:01:08.173Z | Checking getrandom v0.4.1 |
| 1889 | 2026-05-26T23:01:08.238Z | Checking parking_lot v0.12.5 |
| 1890 | 2026-05-26T23:01:08.285Z | Checking tinystr v0.8.2 |
| 1891 | 2026-05-26T23:01:08.319Z | Checking potential_utf v0.1.4 |
| 1892 | 2026-05-26T23:01:08.379Z | Checking signal-hook-registry v1.4.8 |
| 1893 | 2026-05-26T23:01:08.424Z | Checking serde v1.0.228 |
| 1894 | 2026-05-26T23:01:08.460Z | Checking serde_json v1.0.149 |
| 1895 | 2026-05-26T23:01:08.463Z | Checking bitflags v2.11.0 |
| 1896 | 2026-05-26T23:01:08.527Z | Checking icu_locale_core v2.1.1 |
| 1897 | 2026-05-26T23:01:08.530Z | Checking icu_collections v2.1.1 |
| 1898 | 2026-05-26T23:01:08.619Z | Checking once_cell v1.21.3 |
| 1899 | 2026-05-26T23:01:08.633Z | Checking mio v1.2.0 |
| 1900 | 2026-05-26T23:01:08.694Z | Checking socket2 v0.6.3 |
| 1901 | 2026-05-26T23:01:08.796Z | Checking typenum v1.19.0 |
| 1902 | 2026-05-26T23:01:08.846Z | Checking bytes v1.11.1 |
| 1903 | 2026-05-26T23:01:08.896Z | Checking thiserror v2.0.18 |
| 1904 | 2026-05-26T23:01:08.937Z | Checking iana-time-zone v0.1.65 |
| 1905 | 2026-05-26T23:01:08.988Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1906 | 2026-05-26T23:01:09.031Z | Checking uuid v1.23.0 |
| 1907 | 2026-05-26T23:01:09.069Z | Checking chrono v0.4.44 |
| 1908 | 2026-05-26T23:01:09.105Z | Checking icu_provider v2.1.1 |
| 1909 | 2026-05-26T23:01:09.142Z | Checking semver v1.0.28 |
| 1910 | 2026-05-26T23:01:09.260Z | Checking futures-core v0.3.32 |
| 1911 | 2026-05-26T23:01:09.298Z | Checking tokio v1.52.1 |
| 1912 | 2026-05-26T23:01:09.350Z | Checking generic-array v0.14.7 |
| 1913 | 2026-05-26T23:01:09.385Z | Checking equivalent v1.0.2 |
| 1914 | 2026-05-26T23:01:09.392Z | Checking icu_properties v2.1.2 |
| 1915 | 2026-05-26T23:01:09.417Z | Checking icu_normalizer v2.1.1 |
| 1916 | 2026-05-26T23:01:09.481Z | Checking dyn-clone v1.0.20 |
| 1917 | 2026-05-26T23:01:09.515Z | Checking const-oid v0.9.6 |
| 1918 | 2026-05-26T23:01:09.610Z | Checking futures-sink v0.3.32 |
| 1919 | 2026-05-26T23:01:09.738Z | Checking futures-channel v0.3.32 |
| 1920 | 2026-05-26T23:01:09.773Z | Checking slab v0.4.12 |
| 1921 | 2026-05-26T23:01:09.810Z | Checking crypto-common v0.1.7 |
| 1922 | 2026-05-26T23:01:09.921Z | Checking block-buffer v0.10.4 |
| 1923 | 2026-05-26T23:01:09.957Z | Checking futures-io v0.3.32 |
| 1924 | 2026-05-26T23:01:09.960Z | Checking futures-task v0.3.32 |
| 1925 | 2026-05-26T23:01:09.960Z | Checking rustix v1.1.3 |
| 1926 | 2026-05-26T23:01:10.084Z | Checking byteorder v1.5.0 |
| 1927 | 2026-05-26T23:01:10.118Z | Checking hashbrown v0.17.0 |
| 1928 | 2026-05-26T23:01:10.152Z | Checking futures-util v0.3.32 |
| 1929 | 2026-05-26T23:01:10.220Z | Checking digest v0.10.7 |
| 1930 | 2026-05-26T23:01:10.266Z | Checking idna_adapter v1.2.1 |
| 1931 | 2026-05-26T23:01:10.322Z | Checking cpufeatures v0.2.17 |
| 1932 | 2026-05-26T23:01:10.411Z | Checking idna v1.1.0 |
| 1933 | 2026-05-26T23:01:10.446Z | Checking thiserror v1.0.69 |
| 1934 | 2026-05-26T23:01:10.450Z | Checking getrandom v0.3.4 |
| 1935 | 2026-05-26T23:01:10.575Z | Checking fnv v1.0.7 |
| 1936 | 2026-05-26T23:01:10.614Z | Checking indexmap v2.14.0 |
| 1937 | 2026-05-26T23:01:10.652Z | Checking regex-syntax v0.8.10 |
| 1938 | 2026-05-26T23:01:10.689Z | Checking url v2.5.8 |
| 1939 | 2026-05-26T23:01:10.726Z | Checking http v1.4.0 |
| 1940 | 2026-05-26T23:01:10.841Z | Checking ppv-lite86 v0.2.21 |
| 1941 | 2026-05-26T23:01:10.880Z | Checking tracing-core v0.1.36 |
| 1942 | 2026-05-26T23:01:11.091Z | Checking base64 v0.22.1 |
| 1943 | 2026-05-26T23:01:11.154Z | Checking schemars v0.8.22 |
| 1944 | 2026-05-26T23:01:11.192Z | Checking ipnet v2.11.0 |
| 1945 | 2026-05-26T23:01:11.227Z | Checking tracing v0.1.44 |
| 1946 | 2026-05-26T23:01:11.286Z | Checking utf8parse v0.2.2 |
| 1947 | 2026-05-26T23:01:11.356Z | Checking untrusted v0.9.0 |
| 1948 | 2026-05-26T23:01:11.415Z | Checking unicode-ident v1.0.24 |
| 1949 | 2026-05-26T23:01:11.457Z | Checking anstyle v1.0.13 |
| 1950 | 2026-05-26T23:01:11.492Z | Checking base64ct v1.8.3 |
| 1951 | 2026-05-26T23:01:11.496Z | Checking ring v0.17.14 |
| 1952 | 2026-05-26T23:01:11.558Z | Checking proc-macro2 v1.0.106 |
| 1953 | 2026-05-26T23:01:11.664Z | Checking anstyle-parse v0.2.7 |
| 1954 | 2026-05-26T23:01:11.754Z | Checking block-padding v0.3.3 |
| 1955 | 2026-05-26T23:01:11.814Z | Checking aho-corasick v1.1.4 |
| 1956 | 2026-05-26T23:01:11.853Z | Checking anstyle-query v1.1.5 |
| 1957 | 2026-05-26T23:01:11.897Z | Checking quote v1.0.45 |
| 1958 | 2026-05-26T23:01:11.928Z | Checking is_terminal_polyfill v1.70.2 |
| 1959 | 2026-05-26T23:01:11.968Z | Checking colorchoice v1.0.4 |
| 1960 | 2026-05-26T23:01:11.973Z | Checking inout v0.1.4 |
| 1961 | 2026-05-26T23:01:12.047Z | Checking rustls-pki-types v1.14.0 |
| 1962 | 2026-05-26T23:01:12.091Z | Checking httparse v1.10.1 |
| 1963 | 2026-05-26T23:01:12.128Z | Checking anstream v0.6.21 |
| 1964 | 2026-05-26T23:01:12.131Z | Checking syn v2.0.117 |
| 1965 | 2026-05-26T23:01:12.194Z | Checking cipher v0.4.4 |
| 1966 | 2026-05-26T23:01:12.330Z | Checking terminal_size v0.4.3 |
| 1967 | 2026-05-26T23:01:12.367Z | Checking crossbeam-utils v0.8.21 |
| 1968 | 2026-05-26T23:01:12.374Z | Checking clap_lex v1.0.0 |
| 1969 | 2026-05-26T23:01:12.437Z | Checking strsim v0.11.1 |
| 1970 | 2026-05-26T23:01:12.476Z | Checking allocator-api2 v0.2.21 |
| 1971 | 2026-05-26T23:01:12.514Z | Checking tokio-util v0.7.18 |
| 1972 | 2026-05-26T23:01:12.551Z | Checking regex-automata v0.4.14 |
| 1973 | 2026-05-26T23:01:12.557Z | Checking pem-rfc7468 v0.7.0 |
| 1974 | 2026-05-26T23:01:12.618Z | Checking http-body v1.0.1 |
| 1975 | 2026-05-26T23:01:12.651Z | Checking clap_builder v4.5.60 |
| 1976 | 2026-05-26T23:01:12.728Z | Checking sha2 v0.10.9 |
| 1977 | 2026-05-26T23:01:12.766Z | Checking atomic-waker v1.1.2 |
| 1978 | 2026-05-26T23:01:12.802Z | Checking powerfmt v0.2.0 |
| 1979 | 2026-05-26T23:01:12.805Z | Checking rand_core v0.9.5 |
| 1980 | 2026-05-26T23:01:12.892Z | Checking hmac v0.12.1 |
| 1981 | 2026-05-26T23:01:13.015Z | Checking time-core v0.1.8 |
| 1982 | 2026-05-26T23:01:13.018Z | Checking deranged v0.5.8 |
| 1983 | 2026-05-26T23:01:13.088Z | Checking num-conv v0.2.0 |
| 1984 | 2026-05-26T23:01:13.096Z | Checking try-lock v0.2.5 |
| 1985 | 2026-05-26T23:01:13.162Z | Checking httpdate v1.0.3 |
| 1986 | 2026-05-26T23:01:13.252Z | Checking num_threads v0.1.7 |
| 1987 | 2026-05-26T23:01:13.268Z | Checking h2 v0.4.13 |
| 1988 | 2026-05-26T23:01:13.273Z | Checking want v0.3.1 |
| 1989 | 2026-05-26T23:01:13.298Z | Checking flagset v0.4.7 |
| 1990 | 2026-05-26T23:01:13.330Z | Checking pin-utils v0.1.0 |
| 1991 | 2026-05-26T23:01:13.417Z | Checking tower-service v0.3.3 |
| 1992 | 2026-05-26T23:01:13.442Z | Checking tower-layer v0.3.3 |
| 1993 | 2026-05-26T23:01:13.475Z | Checking ryu v1.0.23 |
| 1994 | 2026-05-26T23:01:13.532Z | Checking der v0.7.10 |
| 1995 | 2026-05-26T23:01:13.621Z | Checking rand_chacha v0.9.0 |
| 1996 | 2026-05-26T23:01:13.717Z | Checking erased-serde v0.3.31 |
| 1997 | 2026-05-26T23:01:13.847Z | Checking mime v0.3.17 |
| 1998 | 2026-05-26T23:01:13.885Z | Checking clap v4.5.60 |
| 1999 | 2026-05-26T23:01:13.982Z | Checking time v0.3.47 |
| 2000 | 2026-05-26T23:01:14.017Z | Checking rand v0.9.2 |
| 2001 | 2026-05-26T23:01:14.052Z | Checking spin v0.9.8 |
| 2002 | 2026-05-26T23:01:14.088Z | Checking slog v2.8.2 |
| 2003 | 2026-05-26T23:01:14.264Z | Checking anyhow v1.0.102 |
| 2004 | 2026-05-26T23:01:14.299Z | Checking http-body-util v0.1.3 |
| 2005 | 2026-05-26T23:01:14.366Z | Checking aws-lc-sys v0.40.0 |
| 2006 | 2026-05-26T23:01:14.393Z | Checking untrusted v0.7.1 |
| 2007 | 2026-05-26T23:01:14.449Z | Checking openssl-probe v0.2.1 |
| 2008 | 2026-05-26T23:01:14.490Z | Checking fastrand v2.3.0 |
| 2009 | 2026-05-26T23:01:14.527Z | Checking spki v0.7.3 |
| 2010 | 2026-05-26T23:01:14.562Z | Checking serde_urlencoded v0.7.1 |
| 2011 | 2026-05-26T23:01:14.580Z | Checking pbkdf2 v0.12.2 |
| 2012 | 2026-05-26T23:01:14.634Z | Checking aes v0.8.4 |
| 2013 | 2026-05-26T23:01:14.692Z | Checking encoding_rs v0.8.35 |
| 2014 | 2026-05-26T23:01:14.728Z | Checking regex v1.12.3 |
| 2015 | 2026-05-26T23:01:14.733Z | Checking cbc v0.1.2 |
| 2016 | 2026-05-26T23:01:14.792Z | Checking salsa20 v0.10.2 |
| 2017 | 2026-05-26T23:01:14.882Z | Checking rand_chacha v0.3.1 |
| 2018 | 2026-05-26T23:01:14.917Z | Checking aws-lc-rs v1.16.3 |
| 2019 | 2026-05-26T23:01:14.954Z | Checking hex v0.4.3 |
| 2020 | 2026-05-26T23:01:15.031Z | Checking pretty-hex v0.4.1 |
| 2021 | 2026-05-26T23:01:15.067Z | Checking simd-adler32 v0.3.8 |
| 2022 | 2026-05-26T23:01:15.124Z | Checking rand v0.8.6 |
| 2023 | 2026-05-26T23:01:15.128Z | Checking scrypt v0.11.0 |
| 2024 | 2026-05-26T23:01:15.220Z | Checking tempfile v3.25.0 |
| 2025 | 2026-05-26T23:01:15.254Z | Checking ipnetwork v0.21.1 |
| 2026 | 2026-05-26T23:01:15.290Z | Checking plain v0.2.3 |
| 2027 | 2026-05-26T23:01:15.389Z | Checking adler2 v2.0.1 |
| 2028 | 2026-05-26T23:01:15.428Z | Checking pkcs5 v0.7.1 |
| 2029 | 2026-05-26T23:01:15.472Z | Checking rustls-native-certs v0.8.3 |
| 2030 | 2026-05-26T23:01:15.529Z | Checking miniz_oxide v0.8.9 |
| 2031 | 2026-05-26T23:01:15.563Z | Checking sync_wrapper v1.0.2 |
| 2032 | 2026-05-26T23:01:15.626Z | Checking ucd-trie v0.1.7 |
| 2033 | 2026-05-26T23:01:15.662Z | Checking webpki-roots v1.0.6 |
| 2034 | 2026-05-26T23:01:15.696Z | Checking tower v0.5.3 |
| 2035 | 2026-05-26T23:01:15.731Z | Checking camino v1.2.2 |
| 2036 | 2026-05-26T23:01:15.737Z | Checking pkcs8 v0.10.2 |
| 2037 | 2026-05-26T23:01:15.798Z | Checking pest v2.8.6 |
| 2038 | 2026-05-26T23:01:15.801Z | Checking rustls-webpki v0.103.9 |
| 2039 | 2026-05-26T23:01:15.801Z | Checking iri-string v0.7.10 |
| 2040 | 2026-05-26T23:01:15.902Z | Checking foldhash v0.2.0 |
| 2041 | 2026-05-26T23:01:15.938Z | Checking hyper v1.8.1 |
| 2042 | 2026-05-26T23:01:15.944Z | Checking futures-executor v0.3.32 |
| 2043 | 2026-05-26T23:01:16.034Z | Checking either v1.15.0 |
| 2044 | 2026-05-26T23:01:16.084Z | Checking hashbrown v0.16.1 |
| 2045 | 2026-05-26T23:01:16.119Z | Checking openapiv3 v2.2.0 |
| 2046 | 2026-05-26T23:01:16.154Z | Checking futures v0.3.32 |
| 2047 | 2026-05-26T23:01:16.245Z | Checking crc32fast v1.5.0 |
| 2048 | 2026-05-26T23:01:16.279Z | Checking static_assertions v1.1.0 |
| 2049 | 2026-05-26T23:01:16.315Z | Checking rustls v0.23.37 |
| 2050 | 2026-05-26T23:01:16.379Z | Checking oxnet v0.1.4 |
| 2051 | 2026-05-26T23:01:16.417Z | Checking lazy_static v1.5.0 |
| 2052 | 2026-05-26T23:01:16.537Z | Checking signature v2.2.0 |
| 2053 | 2026-05-26T23:01:16.610Z | Checking winnow v0.7.14 |
| 2054 | 2026-05-26T23:01:16.644Z | Checking hubpack v0.1.2 |
| 2055 | 2026-05-26T23:01:16.692Z | Checking zlib-rs v0.6.2 |
| 2056 | 2026-05-26T23:01:16.840Z | Checking strum v0.26.3 |
| 2057 | 2026-05-26T23:01:16.876Z | Checking tinyvec_macros v0.1.1 |
| 2058 | 2026-05-26T23:01:16.880Z | Checking hyper-util v0.1.20 |
| 2059 | 2026-05-26T23:01:16.880Z | Checking tower-http v0.6.8 |
| 2060 | 2026-05-26T23:01:16.974Z | Checking tinyvec v1.10.0 |
| 2061 | 2026-05-26T23:01:16.990Z | Checking psl-types v2.0.11 |
| 2062 | 2026-05-26T23:01:17.152Z | Checking data-encoding v2.10.0 |
| 2063 | 2026-05-26T23:01:17.234Z | Checking publicsuffix v2.3.0 |
| 2064 | 2026-05-26T23:01:17.318Z | Checking cookie v0.18.1 |
| 2065 | 2026-05-26T23:01:17.422Z | Checking sha1 v0.10.6 |
| 2066 | 2026-05-26T23:01:17.458Z | Checking num-integer v0.1.46 |
| 2067 | 2026-05-26T23:01:17.462Z | Checking scroll v0.13.0 |
| 2068 | 2026-05-26T23:01:17.579Z | Checking cookie_store v0.22.1 |
| 2069 | 2026-05-26T23:01:17.616Z | Checking flate2 v1.1.9 |
| 2070 | 2026-05-26T23:01:17.620Z | Checking serde_spanned v0.6.9 |
| 2071 | 2026-05-26T23:01:17.709Z | Checking toml_datetime v0.6.11 |
| 2072 | 2026-05-26T23:01:17.748Z | Checking goblin v0.10.5 |
| 2073 | 2026-05-26T23:01:17.799Z | Checking memmap2 v0.9.10 |
| 2074 | 2026-05-26T23:01:17.930Z | Checking base16ct v0.2.0 |
| 2075 | 2026-05-26T23:01:17.933Z | Checking foreign-types-shared v0.1.1 |
| 2076 | 2026-05-26T23:01:17.957Z | Checking bit-vec v0.8.0 |
| 2077 | 2026-05-26T23:01:17.960Z | Checking dtrace-parser v0.3.0 |
| 2078 | 2026-05-26T23:01:18.024Z | Checking ff v0.13.1 |
| 2079 | 2026-05-26T23:01:18.028Z | Checking sec1 v0.7.3 |
| 2080 | 2026-05-26T23:01:18.089Z | Checking foreign-types v0.3.2 |
| 2081 | 2026-05-26T23:01:18.175Z | Checking openssl-sys v0.9.115 |
| 2082 | 2026-05-26T23:01:18.179Z | Checking bit-set v0.8.0 |
| 2083 | 2026-05-26T23:01:18.245Z | Checking wait-timeout v0.2.1 |
| 2084 | 2026-05-26T23:01:18.250Z | Checking thread-id v5.1.0 |
| 2085 | 2026-05-26T23:01:18.250Z | Checking group v0.13.0 |
| 2086 | 2026-05-26T23:01:18.341Z | Checking num-iter v0.1.45 |
| 2087 | 2026-05-26T23:01:18.378Z | Checking bstr v1.12.1 |
| 2088 | 2026-05-26T23:01:18.414Z | Checking hkdf v0.12.4 |
| 2089 | 2026-05-26T23:01:18.418Z | Checking crossbeam-epoch v0.9.18 |
| 2090 | 2026-05-26T23:01:18.480Z | Checking ahash v0.8.12 |
| 2091 | 2026-05-26T23:01:18.484Z | Checking crypto-bigint v0.5.5 |
| 2092 | 2026-05-26T23:01:18.575Z | Checking quick-error v1.2.3 |
| 2093 | 2026-05-26T23:01:18.578Z | Checking openssl v0.10.79 |
| 2094 | 2026-05-26T23:01:18.672Z | Checking tokio-rustls v0.26.4 |
| 2095 | 2026-05-26T23:01:18.708Z | Checking rustls-platform-verifier v0.6.2 |
| 2096 | 2026-05-26T23:01:18.713Z | Checking rusty-fork v0.3.1 |
| 2097 | 2026-05-26T23:01:18.714Z | Checking rand_xorshift v0.4.0 |
| 2098 | 2026-05-26T23:01:18.806Z | Checking scroll v0.12.0 |
| 2099 | 2026-05-26T23:01:18.873Z | Checking unarray v0.1.4 |
| 2100 | 2026-05-26T23:01:18.909Z | Checking num-bigint-dig v0.8.6 |
| 2101 | 2026-05-26T23:01:18.943Z | Checking hyper-rustls v0.27.7 |
| 2102 | 2026-05-26T23:01:18.977Z | Checking pkcs1 v0.7.5 |
| 2103 | 2026-05-26T23:01:19.012Z | Checking proptest v1.10.0 |
| 2104 | 2026-05-26T23:01:19.060Z | Checking goblin v0.8.2 |
| 2105 | 2026-05-26T23:01:19.174Z | Checking reqwest v0.13.2 |
| 2106 | 2026-05-26T23:01:19.213Z | Checking x509-cert v0.2.5 |
| 2107 | 2026-05-26T23:01:19.415Z | Checking elliptic-curve v0.13.8 |
| 2108 | 2026-05-26T23:01:19.732Z | Checking zerocopy v0.7.35 |
| 2109 | 2026-05-26T23:01:19.768Z | Checking unicode-segmentation v1.12.0 |
| 2110 | 2026-05-26T23:01:19.877Z | Checking rsa v0.9.10 |
| 2111 | 2026-05-26T23:01:20.059Z | Checking dtrace-parser v0.2.0 |
| 2112 | 2026-05-26T23:01:20.096Z | Checking dof v0.4.0 |
| 2113 | 2026-05-26T23:01:20.134Z | Checking rfc6979 v0.4.0 |
| 2114 | 2026-05-26T23:01:20.253Z | Checking memoffset v0.9.1 |
| 2115 | 2026-05-26T23:01:20.290Z | Checking thread-id v4.2.2 |
| 2116 | 2026-05-26T23:01:20.324Z | Checking ecdsa v0.16.9 |
| 2117 | 2026-05-26T23:01:20.363Z | Checking curve25519-dalek v4.1.3 |
| 2118 | 2026-05-26T23:01:20.400Z | Checking rustix v0.38.44 |
| 2119 | 2026-05-26T23:01:20.404Z | Checking env_filter v1.0.0 |
| 2120 | 2026-05-26T23:01:20.575Z | Checking toml_write v0.1.2 |
| 2121 | 2026-05-26T23:01:20.616Z | Checking native-tls v0.2.18 |
| 2122 | 2026-05-26T23:01:20.685Z | Checking same-file v1.0.6 |
| 2123 | 2026-05-26T23:01:20.750Z | Checking usdt-impl v0.6.0 |
| 2124 | 2026-05-26T23:01:20.786Z | Checking keccak v0.1.6 |
| 2125 | 2026-05-26T23:01:20.790Z | Checking newtype-uuid v1.3.2 |
| 2126 | 2026-05-26T23:01:20.854Z | Checking walkdir v2.5.0 |
| 2127 | 2026-05-26T23:01:20.861Z | Checking tokio-native-tls v0.3.1 |
| 2128 | 2026-05-26T23:01:20.955Z | Checking dof v0.3.0 |
| 2129 | 2026-05-26T23:01:20.991Z | Checking sha3 v0.10.8 |
| 2130 | 2026-05-26T23:01:21.042Z | Checking toml_edit v0.22.27 |
| 2131 | 2026-05-26T23:01:21.046Z | Checking daft v0.1.7 |
| 2132 | 2026-05-26T23:01:21.113Z | Checking hyper-tls v0.6.0 |
| 2133 | 2026-05-26T23:01:21.118Z | Checking usdt v0.6.0 |
| 2134 | 2026-05-26T23:01:21.180Z | Checking env_logger v0.11.9 |
| 2135 | 2026-05-26T23:01:21.217Z | Checking ed25519 v2.2.3 |
| 2136 | 2026-05-26T23:01:21.252Z | Checking itertools v0.13.0 |
| 2137 | 2026-05-26T23:01:21.286Z | Checking usdt-impl v0.5.0 |
| 2138 | 2026-05-26T23:01:21.321Z | Checking serde_with v3.17.0 |
| 2139 | 2026-05-26T23:01:21.360Z | Checking reqwest v0.12.28 |
| 2140 | 2026-05-26T23:01:21.363Z | Checking siphasher v1.0.2 |
| 2141 | 2026-05-26T23:01:21.427Z | Checking bitflags v1.3.2 |
| 2142 | 2026-05-26T23:01:21.431Z | Checking ed25519-dalek v2.2.0 |
| 2143 | 2026-05-26T23:01:21.530Z | Checking nix v0.31.2 |
| 2144 | 2026-05-26T23:01:21.566Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2145 | 2026-05-26T23:01:21.601Z | Checking unicode-normalization v0.1.25 |
| 2146 | 2026-05-26T23:01:21.716Z | Checking signal-hook v0.3.18 |
| 2147 | 2026-05-26T23:01:21.918Z | Checking winnow v0.5.40 |
| 2148 | 2026-05-26T23:01:21.954Z | Checking managed v0.8.0 |
| 2149 | 2026-05-26T23:01:22.038Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2150 | 2026-05-26T23:01:22.154Z | Checking object v0.37.3 |
| 2151 | 2026-05-26T23:01:22.191Z | Checking foldhash v0.1.5 |
| 2152 | 2026-05-26T23:01:22.195Z | Checking bzip2 v0.4.4 |
| 2153 | 2026-05-26T23:01:22.268Z | Checking signal-hook-mio v0.2.5 |
| 2154 | 2026-05-26T23:01:22.305Z | Checking globset v0.4.18 |
| 2155 | 2026-05-26T23:01:22.353Z | Checking hashbrown v0.15.5 |
| 2156 | 2026-05-26T23:01:22.399Z | Checking ref-cast v1.0.25 |
| 2157 | 2026-05-26T23:01:22.436Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2158 | 2026-05-26T23:01:22.528Z | Checking zip v0.6.6 |
| 2159 | 2026-05-26T23:01:22.575Z | Checking zstd-safe v7.2.4 |
| 2160 | 2026-05-26T23:01:22.610Z | Checking pin-project v1.1.11 |
| 2161 | 2026-05-26T23:01:22.644Z | Checking bumpalo v3.20.2 |
| 2162 | 2026-05-26T23:01:22.732Z | Checking cpufeatures v0.3.0 |
| 2163 | 2026-05-26T23:01:22.769Z | Checking libbz2-rs-sys v0.2.2 |
| 2164 | 2026-05-26T23:01:22.804Z | Checking zstd v0.13.3 |
| 2165 | 2026-05-26T23:01:22.840Z | Checking crossterm v0.28.1 |
| 2166 | 2026-05-26T23:01:22.843Z | Checking chacha20 v0.10.0 |
| 2167 | 2026-05-26T23:01:22.906Z | Checking zopfli v0.8.3 |
| 2168 | 2026-05-26T23:01:22.909Z | Checking similar v2.7.0 |
| 2169 | 2026-05-26T23:01:23.013Z | Checking tokio-stream v0.1.18 |
| 2170 | 2026-05-26T23:01:23.088Z | Checking toml_edit v0.19.15 |
| 2171 | 2026-05-26T23:01:23.124Z | Checking fs-err v3.3.0 |
| 2172 | 2026-05-26T23:01:23.183Z | Checking bzip2 v0.6.1 |
| 2173 | 2026-05-26T23:01:23.260Z | Checking pem v3.0.6 |
| 2174 | 2026-05-26T23:01:23.340Z | Checking hash32 v0.2.1 |
| 2175 | 2026-05-26T23:01:23.376Z | Checking serde-big-array v0.5.1 |
| 2176 | 2026-05-26T23:01:23.418Z | Checking unicode-bidi v0.3.18 |
| 2177 | 2026-05-26T23:01:23.453Z | Checking jiff v0.2.21 |
| 2178 | 2026-05-26T23:01:23.457Z | Checking unicode-properties v0.1.4 |
| 2179 | 2026-05-26T23:01:23.522Z | Checking predicates-core v1.0.10 |
| 2180 | 2026-05-26T23:01:23.559Z | Checking heapless v0.7.17 |
| 2181 | 2026-05-26T23:01:23.597Z | Checking rand v0.10.0 |
| 2182 | 2026-05-26T23:01:23.669Z | Checking snafu v0.8.9 |
| 2183 | 2026-05-26T23:01:23.705Z | Checking olpc-cjson v0.1.4 |
| 2184 | 2026-05-26T23:01:23.740Z | Checking stringprep v0.1.5 |
| 2185 | 2026-05-26T23:01:23.868Z | Checking hickory-proto v0.25.2 |
| 2186 | 2026-05-26T23:01:23.921Z | Checking md-5 v0.10.6 |
| 2187 | 2026-05-26T23:01:23.957Z | Checking serde_plain v1.0.2 |
| 2188 | 2026-05-26T23:01:23.990Z | Checking float-cmp v0.10.0 |
| 2189 | 2026-05-26T23:01:24.085Z | Checking difflib v0.4.0 |
| 2190 | 2026-05-26T23:01:24.090Z | Checking typed-path v0.9.3 |
| 2191 | 2026-05-26T23:01:24.154Z | Checking normalize-line-endings v0.3.0 |
| 2192 | 2026-05-26T23:01:24.157Z | Checking toml v0.7.8 |
| 2193 | 2026-05-26T23:01:24.157Z | Checking fallible-iterator v0.2.0 |
| 2194 | 2026-05-26T23:01:24.272Z | Checking smoltcp v0.9.1 |
| 2195 | 2026-05-26T23:01:24.307Z | Checking predicates v3.1.4 |
| 2196 | 2026-05-26T23:01:24.471Z | Checking iddqd v0.4.1 |
| 2197 | 2026-05-26T23:01:24.507Z | Checking postgres-protocol v0.6.10 |
| 2198 | 2026-05-26T23:01:24.550Z | Checking phf_shared v0.11.3 |
| 2199 | 2026-05-26T23:01:24.632Z | Checking phf_shared v0.13.1 |
| 2200 | 2026-05-26T23:01:24.719Z | Checking buf-list v1.1.2 |
| 2201 | 2026-05-26T23:01:24.844Z | Checking strum v0.27.2 |
| 2202 | 2026-05-26T23:01:24.881Z | Checking fixedbitset v0.4.2 |
| 2203 | 2026-05-26T23:01:24.885Z | Checking lalrpop-util v0.19.12 |
| 2204 | 2026-05-26T23:01:24.949Z | Checking tough v0.22.0 |
| 2205 | 2026-05-26T23:01:24.952Z | Checking precomputed-hash v0.1.1 |
| 2206 | 2026-05-26T23:01:25.014Z | Checking fixedbitset v0.5.7 |
| 2207 | 2026-05-26T23:01:25.057Z | Checking new_debug_unreachable v1.0.6 |
| 2208 | 2026-05-26T23:01:25.093Z | Checking petgraph v0.6.5 |
| 2209 | 2026-05-26T23:01:25.096Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2210 | 2026-05-26T23:01:25.168Z | Checking string_cache v0.8.9 |
| 2211 | 2026-05-26T23:01:25.231Z | Checking petgraph v0.8.3 |
| 2212 | 2026-05-26T23:01:25.873Z | Checking phf v0.13.1 |
| 2213 | 2026-05-26T23:01:25.890Z | Checking postgres-types v0.2.12 |
| 2214 | 2026-05-26T23:01:25.890Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2215 | 2026-05-26T23:01:25.890Z | Checking zip v4.6.1 |
| 2216 | 2026-05-26T23:01:25.890Z | Checking whoami v2.1.0 |
| 2217 | 2026-05-26T23:01:25.890Z | Checking peg-runtime v0.8.5 |
| 2218 | 2026-05-26T23:01:25.981Z | Checking tokio-postgres v0.7.16 |
| 2219 | 2026-05-26T23:01:26.131Z | Checking is-terminal v0.4.17 |
| 2220 | 2026-05-26T23:01:26.255Z | Checking crossbeam-channel v0.5.15 |
| 2221 | 2026-05-26T23:01:26.301Z | Compiling structmeta-derive v0.3.0 |
| 2222 | 2026-05-26T23:01:26.367Z | Checking thread_local v1.1.9 |
| 2223 | 2026-05-26T23:01:26.563Z | Checking take_mut v0.2.2 |
| 2224 | 2026-05-26T23:01:26.612Z | Checking term v1.2.1 |
| 2225 | 2026-05-26T23:01:26.649Z | Compiling newtype-uuid-macros v0.1.0 |
| 2226 | 2026-05-26T23:01:26.697Z | Checking slog-async v2.8.0 |
| 2227 | 2026-05-26T23:01:26.811Z | Compiling rustls v0.22.4 |
| 2228 | 2026-05-26T23:01:26.863Z | Checking slog-term v2.9.2 |
| 2229 | 2026-05-26T23:01:26.901Z | Compiling multer v3.1.0 |
| 2230 | 2026-05-26T23:01:26.976Z | Compiling async-stream-impl v0.3.6 |
| 2231 | 2026-05-26T23:01:27.069Z | Compiling dropshot v0.17.0 |
| 2232 | 2026-05-26T23:01:27.161Z | Compiling dropshot_endpoint v0.17.0 |
| 2233 | 2026-05-26T23:01:27.205Z | Checking match_cfg v0.1.0 |
| 2234 | 2026-05-26T23:01:27.263Z | Checking slog-json v2.6.1 |
| 2235 | 2026-05-26T23:01:27.334Z | Checking hostname v0.3.1 |
| 2236 | 2026-05-26T23:01:27.378Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2237 | 2026-05-26T23:01:27.412Z | Compiling structmeta v0.3.0 |
| 2238 | 2026-05-26T23:01:27.446Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2239 | 2026-05-26T23:01:27.510Z | Checking debug-ignore v1.0.5 |
| 2240 | 2026-05-26T23:01:27.513Z | Checking slog-bunyan v2.5.0 |
| 2241 | 2026-05-26T23:01:27.588Z | Checking rustls-webpki v0.102.8 |
| 2242 | 2026-05-26T23:01:27.625Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2243 | 2026-05-26T23:01:27.659Z | Compiling derive-ex v0.1.8 |
| 2244 | 2026-05-26T23:01:27.662Z | Checking serde_spanned v1.0.4 |
| 2245 | 2026-05-26T23:01:27.724Z | Checking serde_path_to_error v0.1.20 |
| 2246 | 2026-05-26T23:01:27.786Z | Checking compression-core v0.4.31 |
| 2247 | 2026-05-26T23:01:27.851Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2248 | 2026-05-26T23:01:27.854Z | Checking progenitor-client v0.14.0 |
| 2249 | 2026-05-26T23:01:27.918Z | Checking async-stream v0.3.6 |
| 2250 | 2026-05-26T23:01:27.953Z | Checking compression-codecs v0.4.37 |
| 2251 | 2026-05-26T23:01:28.075Z | Checking waitgroup v0.1.2 |
| 2252 | 2026-05-26T23:01:28.109Z | Checking toml v1.0.6+spec-1.1.0 |
| 2253 | 2026-05-26T23:01:28.113Z | Checking rustls-pemfile v2.2.0 |
| 2254 | 2026-05-26T23:01:28.176Z | Checking async-compression v0.4.41 |
| 2255 | 2026-05-26T23:01:28.210Z | Checking hostname v0.4.2 |
| 2256 | 2026-05-26T23:01:28.260Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2257 | 2026-05-26T23:01:28.308Z | Compiling parse-display-derive v0.10.0 |
| 2258 | 2026-05-26T23:01:28.344Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2259 | 2026-05-26T23:01:28.397Z | Checking regress v0.10.5 |
| 2260 | 2026-05-26T23:01:28.444Z | Checking itertools v0.14.0 |
| 2261 | 2026-05-26T23:01:28.507Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2262 | 2026-05-26T23:01:28.708Z | Checking macaddr v1.0.1 |
| 2263 | 2026-05-26T23:01:28.921Z | Checking instant v0.1.13 |
| 2264 | 2026-05-26T23:01:28.958Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2265 | 2026-05-26T23:01:28.962Z | Checking backon v1.6.0 |
| 2266 | 2026-05-26T23:01:29.039Z | Checking backoff v0.4.0 |
| 2267 | 2026-05-26T23:01:29.152Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2268 | 2026-05-26T23:01:29.244Z | Checking humantime v2.3.0 |
| 2269 | 2026-05-26T23:01:29.247Z | Checking progenitor-extras v0.2.0 |
| 2270 | 2026-05-26T23:01:29.372Z | Compiling test-strategy v0.4.5 |
| 2271 | 2026-05-26T23:01:29.453Z | Checking tokio-rustls v0.25.0 |
| 2272 | 2026-05-26T23:01:29.489Z | Checking progenitor-client v0.10.0 |
| 2273 | 2026-05-26T23:01:29.521Z | Checking unicode-width v0.2.0 |
| 2274 | 2026-05-26T23:01:29.556Z | Checking heck v0.5.0 |
| 2275 | 2026-05-26T23:01:29.647Z | Compiling convert_case v0.4.0 |
| 2276 | 2026-05-26T23:01:29.715Z | Checking half v2.7.1 |
| 2277 | 2026-05-26T23:01:29.748Z | Checking ciborium-io v0.2.2 |
| 2278 | 2026-05-26T23:01:29.795Z | Checking secrecy v0.10.3 |
| 2279 | 2026-05-26T23:01:29.830Z | Compiling regress v0.11.1 |
| 2280 | 2026-05-26T23:01:29.866Z | Checking indent_write v2.2.0 |
| 2281 | 2026-05-26T23:01:29.941Z | Checking universal-hash v0.5.1 |
| 2282 | 2026-05-26T23:01:29.993Z | Checking ciborium-ll v0.2.2 |
| 2283 | 2026-05-26T23:01:30.028Z | Checking parse-display v0.10.0 |
| 2284 | 2026-05-26T23:01:30.031Z | Compiling unsafe-libyaml v0.2.11 |
| 2285 | 2026-05-26T23:01:30.093Z | Checking opaque-debug v0.3.1 |
| 2286 | 2026-05-26T23:01:30.096Z | Compiling derive_more v0.99.20 |
| 2287 | 2026-05-26T23:01:30.189Z | Checking ciborium v0.2.2 |
| 2288 | 2026-05-26T23:01:30.254Z | Checking camino-tempfile v1.4.1 |
| 2289 | 2026-05-26T23:01:30.435Z | Compiling crucible-workspace-hack v0.1.0 |
| 2290 | 2026-05-26T23:01:30.639Z | Compiling serde_yaml v0.9.34+deprecated |
| 2291 | 2026-05-26T23:01:30.716Z | Checking aead v0.5.2 |
| 2292 | 2026-05-26T23:01:30.874Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2293 | 2026-05-26T23:01:30.907Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2294 | 2026-05-26T23:01:30.941Z | Checking poly1305 v0.8.0 |
| 2295 | 2026-05-26T23:01:31.229Z | Checking chacha20 v0.9.1 |
| 2296 | 2026-05-26T23:01:31.264Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2297 | 2026-05-26T23:01:31.299Z | Checking password-hash v0.5.0 |
| 2298 | 2026-05-26T23:01:31.451Z | Compiling typify-impl v0.6.2 |
| 2299 | 2026-05-26T23:01:31.556Z | Checking blake2 v0.10.6 |
| 2300 | 2026-05-26T23:01:31.591Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2301 | 2026-05-26T23:01:31.821Z | Checking argon2 v0.5.3 |
| 2302 | 2026-05-26T23:01:32.181Z | Checking chacha20poly1305 v0.10.1 |
| 2303 | 2026-05-26T23:01:32.216Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2304 | 2026-05-26T23:01:32.343Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2305 | 2026-05-26T23:01:32.525Z | Checking thiserror-no-std v2.0.2 |
| 2306 | 2026-05-26T23:01:32.645Z | Checking vsss-rs v3.3.4 |
| 2307 | 2026-05-26T23:01:32.681Z | Checking byte-wrapper v0.1.0 |
| 2308 | 2026-05-26T23:01:32.684Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2309 | 2026-05-26T23:01:32.747Z | Checking swrite v0.1.0 |
| 2310 | 2026-05-26T23:01:32.869Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2311 | 2026-05-26T23:01:32.927Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2312 | 2026-05-26T23:01:32.980Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2313 | 2026-05-26T23:01:33.111Z | Checking crossbeam-deque v0.8.6 |
| 2314 | 2026-05-26T23:01:33.147Z | Compiling rayon-core v1.13.0 |
| 2315 | 2026-05-26T23:01:33.327Z | Checking toml v0.8.23 |
| 2316 | 2026-05-26T23:01:33.663Z | Compiling proc-macro-error v1.0.4 |
| 2317 | 2026-05-26T23:01:33.699Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2318 | 2026-05-26T23:01:33.752Z | Checking rayon v1.11.0 |
| 2319 | 2026-05-26T23:01:33.786Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2320 | 2026-05-26T23:01:33.969Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2321 | 2026-05-26T23:01:34.004Z | Checking tabwriter v1.4.1 |
| 2322 | 2026-05-26T23:01:34.178Z | Checking glob v0.3.3 |
| 2323 | 2026-05-26T23:01:34.271Z | Checking colored v3.1.1 |
| 2324 | 2026-05-26T23:01:34.395Z | Compiling heapless v0.8.0 |
| 2325 | 2026-05-26T23:01:34.449Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2326 | 2026-05-26T23:01:34.501Z | Compiling ingot-macros v0.1.1 |
| 2327 | 2026-05-26T23:01:34.577Z | Compiling proc-macro-crate v3.4.0 |
| 2328 | 2026-05-26T23:01:34.906Z | Checking hash32 v0.3.1 |
| 2329 | 2026-05-26T23:01:34.954Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2330 | 2026-05-26T23:01:35.049Z | Checking unicode-width v0.1.14 |
| 2331 | 2026-05-26T23:01:35.083Z | Compiling smoltcp v0.11.0 |
| 2332 | 2026-05-26T23:01:35.231Z | Checking cobs v0.3.0 |
| 2333 | 2026-05-26T23:01:35.273Z | Compiling usdt-macro v0.5.0 |
| 2334 | 2026-05-26T23:01:35.326Z | Compiling usdt-attr-macro v0.5.0 |
| 2335 | 2026-05-26T23:01:35.404Z | Checking memmap v0.7.0 |
| 2336 | 2026-05-26T23:01:35.516Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2337 | 2026-05-26T23:01:35.568Z | Checking postcard v1.1.3 |
| 2338 | 2026-05-26T23:01:35.804Z | Compiling num_enum_derive v0.7.5 |
| 2339 | 2026-05-26T23:01:35.864Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2340 | 2026-05-26T23:01:35.917Z | Compiling proc-macro-crate v1.3.1 |
| 2341 | 2026-05-26T23:01:36.011Z | Compiling typify-macro v0.6.2 |
| 2342 | 2026-05-26T23:01:36.047Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2343 | 2026-05-26T23:01:36.129Z | Checking usdt v0.5.0 |
| 2344 | 2026-05-26T23:01:36.280Z | Checking sigpipe v0.1.3 |
| 2345 | 2026-05-26T23:01:36.329Z | Compiling foreign-types-macros v0.2.3 |
| 2346 | 2026-05-26T23:01:36.362Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2347 | 2026-05-26T23:01:36.394Z | Checking foreign-types-shared v0.3.1 |
| 2348 | 2026-05-26T23:01:36.514Z | Compiling num_enum_derive v0.5.11 |
| 2349 | 2026-05-26T23:01:36.794Z | Checking cstr-argument v0.1.2 |
| 2350 | 2026-05-26T23:01:36.835Z | Checking num_enum v0.7.5 |
| 2351 | 2026-05-26T23:01:36.899Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2352 | 2026-05-26T23:01:36.940Z | Checking foreign-types v0.5.0 |
| 2353 | 2026-05-26T23:01:36.944Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2354 | 2026-05-26T23:01:37.027Z | Compiling num-derive v0.4.2 |
| 2355 | 2026-05-26T23:01:37.061Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2356 | 2026-05-26T23:01:37.322Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2357 | 2026-05-26T23:01:37.358Z | Checking ingot-types v0.1.2 |
| 2358 | 2026-05-26T23:01:37.409Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2359 | 2026-05-26T23:01:37.450Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2360 | 2026-05-26T23:01:37.519Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2361 | 2026-05-26T23:01:37.554Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2362 | 2026-05-26T23:01:37.642Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2363 | 2026-05-26T23:01:37.647Z | Checking num_enum v0.5.11 |
| 2364 | 2026-05-26T23:01:37.742Z | Compiling zone_cfg_derive v0.3.1 |
| 2365 | 2026-05-26T23:01:37.774Z | Checking ingot v0.1.1 |
| 2366 | 2026-05-26T23:01:37.810Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2367 | 2026-05-26T23:01:37.845Z | Compiling typify v0.6.2 |
| 2368 | 2026-05-26T23:01:38.011Z | Compiling progenitor-impl v0.14.0 |
| 2369 | 2026-05-26T23:01:38.018Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2370 | 2026-05-26T23:01:38.078Z | Checking itertools v0.12.1 |
| 2371 | 2026-05-26T23:01:38.214Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2372 | 2026-05-26T23:01:38.426Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2373 | 2026-05-26T23:01:38.549Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2374 | 2026-05-26T23:01:38.607Z | Checking smf v0.2.3 |
| 2375 | 2026-05-26T23:01:38.685Z | Checking whoami v1.6.1 |
| 2376 | 2026-05-26T23:01:38.802Z | Checking tokio-dtrace v0.1.1 |
| 2377 | 2026-05-26T23:01:38.866Z | Compiling derive-where v1.6.0 |
| 2378 | 2026-05-26T23:01:38.900Z | Checking console v0.15.11 |
| 2379 | 2026-05-26T23:01:39.010Z | Checking atomicwrites v0.4.4 |
| 2380 | 2026-05-26T23:01:39.013Z | Checking oxide-tokio-rt v0.1.4 |
| 2381 | 2026-05-26T23:01:39.105Z | Checking zone v0.3.1 |
| 2382 | 2026-05-26T23:01:39.167Z | Checking newline-converter v0.3.0 |
| 2383 | 2026-05-26T23:01:39.201Z | Checking num-rational v0.4.2 |
| 2384 | 2026-05-26T23:01:39.241Z | Checking num-complex v0.4.6 |
| 2385 | 2026-05-26T23:01:39.307Z | Checking expectorate v1.2.0 |
| 2386 | 2026-05-26T23:01:39.429Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2387 | 2026-05-26T23:01:39.464Z | Checking float-ord v0.3.2 |
| 2388 | 2026-05-26T23:01:39.496Z | Checking bytecount v0.6.9 |
| 2389 | 2026-05-26T23:01:39.528Z | Compiling prettyplease v0.2.37 |
| 2390 | 2026-05-26T23:01:39.594Z | Compiling owo-colors v4.3.0 |
| 2391 | 2026-05-26T23:01:39.628Z | Checking num v0.4.3 |
| 2392 | 2026-05-26T23:01:39.631Z | Compiling cancel-safe-futures v0.1.5 |
| 2393 | 2026-05-26T23:01:39.730Z | Compiling progenitor-impl v0.13.0 |
| 2394 | 2026-05-26T23:01:39.808Z | Checking libsw-core v0.3.2 |
| 2395 | 2026-05-26T23:01:40.003Z | Checking libsw v3.5.0 |
| 2396 | 2026-05-26T23:01:40.217Z | Checking progenitor-client v0.13.0 |
| 2397 | 2026-05-26T23:01:40.221Z | Checking linear-map v1.2.0 |
| 2398 | 2026-05-26T23:01:40.482Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2399 | 2026-05-26T23:01:40.626Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2400 | 2026-05-26T23:01:40.629Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2401 | 2026-05-26T23:01:40.691Z | Compiling progenitor-macro v0.14.0 |
| 2402 | 2026-05-26T23:01:41.092Z | Checking gethostname v0.5.0 |
| 2403 | 2026-05-26T23:01:41.213Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2404 | 2026-05-26T23:01:41.714Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2405 | 2026-05-26T23:01:42.400Z | Compiling progenitor-macro v0.13.0 |
| 2406 | 2026-05-26T23:01:42.441Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2407 | 2026-05-26T23:01:43.556Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2408 | 2026-05-26T23:01:44.436Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2409 | 2026-05-26T23:01:45.648Z | Checking progenitor v0.14.0 |
| 2410 | 2026-05-26T23:01:45.846Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2411 | 2026-05-26T23:01:46.456Z | Checking resolv-conf v0.7.6 |
| 2412 | 2026-05-26T23:01:46.650Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2413 | 2026-05-26T23:01:46.715Z | Checking unicode-linebreak v0.1.5 |
| 2414 | 2026-05-26T23:01:46.836Z | Checking smawk v0.3.2 |
| 2415 | 2026-05-26T23:01:46.956Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2416 | 2026-05-26T23:01:46.990Z | Checking papergrid v0.11.0 |
| 2417 | 2026-05-26T23:01:47.149Z | Compiling tabled_derive v0.7.0 |
| 2418 | 2026-05-26T23:01:47.306Z | Compiling convert_case v0.10.0 |
| 2419 | 2026-05-26T23:01:47.339Z | Checking progenitor v0.13.0 |
| 2420 | 2026-05-26T23:01:47.392Z | Compiling slog-dtrace v0.3.0 |
| 2421 | 2026-05-26T23:01:47.506Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2422 | 2026-05-26T23:01:47.650Z | Compiling derive_more-impl v2.1.1 |
| 2423 | 2026-05-26T23:01:48.139Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2424 | 2026-05-26T23:01:48.177Z | Checking tabled v0.15.0 |
| 2425 | 2026-05-26T23:01:48.329Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2426 | 2026-05-26T23:01:48.381Z | Checking linked-hash-map v0.5.6 |
| 2427 | 2026-05-26T23:01:48.415Z | Checking hickory-proto v0.24.4 |
| 2428 | 2026-05-26T23:01:48.464Z | Checking fd-lock v4.0.4 |
| 2429 | 2026-05-26T23:01:48.498Z | Checking derive_more v2.1.1 |
| 2430 | 2026-05-26T23:01:48.577Z | Checking lru-cache v0.1.2 |
| 2431 | 2026-05-26T23:01:48.610Z | Checking crossterm v0.29.0 |
| 2432 | 2026-05-26T23:01:48.642Z | Checking vte v0.14.1 |
| 2433 | 2026-05-26T23:01:48.726Z | Checking display-error-chain v0.2.2 |
| 2434 | 2026-05-26T23:01:48.825Z | Checking strip-ansi-escapes v0.2.1 |
| 2435 | 2026-05-26T23:01:48.876Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2436 | 2026-05-26T23:01:48.959Z | Checking termtree v0.5.1 |
| 2437 | 2026-05-26T23:01:49.003Z | Checking nu-ansi-term v0.50.3 |
| 2438 | 2026-05-26T23:01:49.039Z | Checking textwrap v0.16.2 |
| 2439 | 2026-05-26T23:01:49.124Z | Compiling minimal-lexical v0.2.1 |
| 2440 | 2026-05-26T23:01:49.185Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2441 | 2026-05-26T23:01:49.244Z | Checking reedline v0.40.0 |
| 2442 | 2026-05-26T23:01:49.288Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2443 | 2026-05-26T23:01:49.344Z | Compiling nom v7.1.3 |
| 2444 | 2026-05-26T23:01:49.408Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2445 | 2026-05-26T23:01:49.660Z | Compiling ar_archive_writer v0.5.1 |
| 2446 | 2026-05-26T23:01:49.859Z | Checking csv-core v0.1.13 |
| 2447 | 2026-05-26T23:01:50.019Z | Compiling stacker v0.1.23 |
| 2448 | 2026-05-26T23:01:50.070Z | Checking csv v1.4.0 |
| 2449 | 2026-05-26T23:01:50.221Z | Checking hickory-resolver v0.24.4 |
| 2450 | 2026-05-26T23:01:50.305Z | Compiling cfg_aliases v0.1.1 |
| 2451 | 2026-05-26T23:01:50.338Z | Compiling semver v0.1.20 |
| 2452 | 2026-05-26T23:01:50.409Z | Checking highway v1.3.0 |
| 2453 | 2026-05-26T23:01:50.444Z | Compiling nix v0.28.0 |
| 2454 | 2026-05-26T23:01:50.523Z | Checking nibble_vec v0.1.0 |
| 2455 | 2026-05-26T23:01:50.557Z | Compiling psm v0.1.30 |
| 2456 | 2026-05-26T23:01:50.645Z | Compiling rustc_version v0.1.7 |
| 2457 | 2026-05-26T23:01:50.680Z | Checking endian-type v0.1.2 |
| 2458 | 2026-05-26T23:01:50.683Z | Checking home v0.5.12 |
| 2459 | 2026-05-26T23:01:50.744Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2460 | 2026-05-26T23:01:50.851Z | Checking radix_trie v0.2.1 |
| 2461 | 2026-05-26T23:01:50.854Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2462 | 2026-05-26T23:01:50.914Z | Compiling newtype_derive v0.1.6 |
| 2463 | 2026-05-26T23:01:50.917Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2464 | 2026-05-26T23:01:50.980Z | Checking qorb v0.4.1 |
| 2465 | 2026-05-26T23:01:51.099Z | Checking phf_shared v0.12.1 |
| 2466 | 2026-05-26T23:01:51.128Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2467 | 2026-05-26T23:01:51.263Z | Compiling chrono-tz v0.10.4 |
| 2468 | 2026-05-26T23:01:51.387Z | Checking phf v0.12.1 |
| 2469 | 2026-05-26T23:01:51.544Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2470 | 2026-05-26T23:01:51.604Z | Compiling const_format_proc_macros v0.2.34 |
| 2471 | 2026-05-26T23:01:51.607Z | Checking recursive v0.1.1 |
| 2472 | 2026-05-26T23:01:51.607Z | Compiling peg-macros v0.8.5 |
| 2473 | 2026-05-26T23:01:51.671Z | Checking winnow v0.6.26 |
| 2474 | 2026-05-26T23:01:51.728Z | Compiling sqlparser_derive v0.5.0 |
| 2475 | 2026-05-26T23:01:52.102Z | Checking unicode_categories v0.1.1 |
| 2476 | 2026-05-26T23:01:52.470Z | Checking const_format v0.2.35 |
| 2477 | 2026-05-26T23:01:52.508Z | Checking rustyline v14.0.0 |
| 2478 | 2026-05-26T23:01:52.546Z | Checking sqlparser v0.61.0 |
| 2479 | 2026-05-26T23:01:52.879Z | Checking sqlformat v0.3.5 |
| 2480 | 2026-05-26T23:01:53.088Z | Checking peg v0.8.5 |
| 2481 | 2026-05-26T23:01:53.237Z | Checking bcs v0.1.6 |
| 2482 | 2026-05-26T23:01:53.304Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2483 | 2026-05-26T23:01:53.351Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2484 | 2026-05-26T23:01:53.510Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2485 | 2026-05-26T23:01:53.550Z | Checking steno v0.4.1 |
| 2486 | 2026-05-26T23:01:53.584Z | Checking filetime v0.2.27 |
| 2487 | 2026-05-26T23:01:53.618Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2488 | 2026-05-26T23:01:53.749Z | Checking xattr v1.6.1 |
| 2489 | 2026-05-26T23:01:53.910Z | Checking tar v0.4.45 |
| 2490 | 2026-05-26T23:01:54.150Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2491 | 2026-05-26T23:01:54.318Z | Checking subprocess v0.2.15 |
| 2492 | 2026-05-26T23:01:54.491Z | Checking base64 v0.21.7 |
| 2493 | 2026-05-26T23:01:54.563Z | Checking headers-core v0.3.0 |
| 2494 | 2026-05-26T23:01:54.693Z | Checking yasna v0.5.2 |
| 2495 | 2026-05-26T23:01:54.727Z | Checking headers v0.4.1 |
| 2496 | 2026-05-26T23:01:54.765Z | Checking dropshot-api-manager-types v0.7.2 |
| 2497 | 2026-05-26T23:01:54.963Z | Checking tagptr v0.2.0 |
| 2498 | 2026-05-26T23:01:55.100Z | Checking rcgen v0.12.1 |
| 2499 | 2026-05-26T23:01:55.137Z | Checking moka v0.12.13 |
| 2500 | 2026-05-26T23:01:55.216Z | Checking hickory-proto v0.26.1 |
| 2501 | 2026-05-26T23:01:55.447Z | Checking utf-8 v0.7.6 |
| 2502 | 2026-05-26T23:01:55.450Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2503 | 2026-05-26T23:01:55.612Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2504 | 2026-05-26T23:01:55.665Z | Compiling libefi-sys v0.1.0 |
| 2505 | 2026-05-26T23:01:55.797Z | Checking hickory-resolver v0.25.2 |
| 2506 | 2026-05-26T23:01:55.922Z | Checking tungstenite v0.21.0 |
| 2507 | 2026-05-26T23:01:56.084Z | Compiling bitfield-struct v0.6.2 |
| 2508 | 2026-05-26T23:01:56.219Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2509 | 2026-05-26T23:01:56.377Z | Checking tokio-tungstenite v0.21.0 |
| 2510 | 2026-05-26T23:01:56.568Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2511 | 2026-05-26T23:01:56.677Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2512 | 2026-05-26T23:01:56.731Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2513 | 2026-05-26T23:01:56.765Z | Compiling radium v0.7.0 |
| 2514 | 2026-05-26T23:01:56.796Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2515 | 2026-05-26T23:01:57.038Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2516 | 2026-05-26T23:01:57.045Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2517 | 2026-05-26T23:01:57.115Z | Checking tap v1.0.1 |
| 2518 | 2026-05-26T23:01:57.146Z | Compiling maybe-uninit v2.0.0 |
| 2519 | 2026-05-26T23:01:57.242Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2520 | 2026-05-26T23:01:57.273Z | Checking wyz v0.5.1 |
| 2521 | 2026-05-26T23:01:57.305Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2522 | 2026-05-26T23:01:57.309Z | Compiling zerocopy-derive v0.6.6 |
| 2523 | 2026-05-26T23:01:57.376Z | Checking crc-catalog v2.4.0 |
| 2524 | 2026-05-26T23:01:57.480Z | Checking funty v2.0.0 |
| 2525 | 2026-05-26T23:01:57.512Z | Compiling packed_struct v0.10.1 |
| 2526 | 2026-05-26T23:01:57.642Z | Checking crc v3.4.0 |
| 2527 | 2026-05-26T23:01:57.828Z | Checking bitvec v1.0.1 |
| 2528 | 2026-05-26T23:01:57.861Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2529 | 2026-05-26T23:01:57.891Z | Compiling packed_struct_codegen v0.10.1 |
| 2530 | 2026-05-26T23:01:58.205Z | Checking zerocopy v0.6.6 |
| 2531 | 2026-05-26T23:01:58.528Z | Compiling bitfield-macros v0.19.4 |
| 2532 | 2026-05-26T23:01:58.852Z | Compiling indexmap v1.9.3 |
| 2533 | 2026-05-26T23:01:59.017Z | Checking nodrop v0.1.14 |
| 2534 | 2026-05-26T23:01:59.051Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2535 | 2026-05-26T23:01:59.125Z | Checking smallvec v0.6.14 |
| 2536 | 2026-05-26T23:01:59.158Z | Checking array-init v0.0.4 |
| 2537 | 2026-05-26T23:01:59.268Z | Checking bitfield v0.19.4 |
| 2538 | 2026-05-26T23:01:59.343Z | Checking hashbrown v0.12.3 |
| 2539 | 2026-05-26T23:01:59.376Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2540 | 2026-05-26T23:01:59.483Z | Checking serde-hex v0.1.0 |
| 2541 | 2026-05-26T23:01:59.555Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2542 | 2026-05-26T23:01:59.648Z | Checking ron v0.8.1 |
| 2543 | 2026-05-26T23:01:59.745Z | Checking hashbrown v0.13.2 |
| 2544 | 2026-05-26T23:02:00.125Z | Checking crc-any v2.5.0 |
| 2545 | 2026-05-26T23:02:00.190Z | Checking object v0.30.4 |
| 2546 | 2026-05-26T23:02:00.223Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2547 | 2026-05-26T23:02:00.254Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2548 | 2026-05-26T23:02:00.329Z | Checking path-slash v0.1.5 |
| 2549 | 2026-05-26T23:02:00.415Z | Compiling xshell-macros v0.2.7 |
| 2550 | 2026-05-26T23:02:00.460Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2551 | 2026-05-26T23:02:00.820Z | Checking xshell v0.2.7 |
| 2552 | 2026-05-26T23:02:00.979Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2553 | 2026-05-26T23:02:01.133Z | Checking half v1.8.3 |
| 2554 | 2026-05-26T23:02:01.192Z | Compiling num-derive v0.3.3 |
| 2555 | 2026-05-26T23:02:01.357Z | Checking serde_cbor v0.11.2 |
| 2556 | 2026-05-26T23:02:01.391Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2557 | 2026-05-26T23:02:01.768Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2558 | 2026-05-26T23:02:02.133Z | Checking libscf-sys v1.1.0 |
| 2559 | 2026-05-26T23:02:02.266Z | Compiling proc-macro-error2 v2.0.1 |
| 2560 | 2026-05-26T23:02:02.295Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2561 | 2026-05-26T23:02:02.326Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2562 | 2026-05-26T23:02:02.416Z | Checking papergrid v0.17.0 |
| 2563 | 2026-05-26T23:02:02.542Z | Checking testing_table v0.3.0 |
| 2564 | 2026-05-26T23:02:02.575Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2565 | 2026-05-26T23:02:02.607Z | Compiling tabled_derive v0.11.0 |
| 2566 | 2026-05-26T23:02:02.664Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2567 | 2026-05-26T23:02:02.791Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2568 | 2026-05-26T23:02:03.092Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2569 | 2026-05-26T23:02:03.221Z | Checking maplit v1.0.2 |
| 2570 | 2026-05-26T23:02:03.382Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2571 | 2026-05-26T23:02:03.481Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2572 | 2026-05-26T23:02:03.560Z | Compiling git-stub v1.0.0 |
| 2573 | 2026-05-26T23:02:03.629Z | Checking crc8 v0.1.1 |
| 2574 | 2026-05-26T23:02:03.757Z | Compiling git-stub-vcs v0.1.0 |
| 2575 | 2026-05-26T23:02:03.805Z | Checking tabled v0.20.0 |
| 2576 | 2026-05-26T23:02:03.848Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2577 | 2026-05-26T23:02:04.138Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2578 | 2026-05-26T23:02:04.369Z | Checking fxhash v0.2.1 |
| 2579 | 2026-05-26T23:02:04.403Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2580 | 2026-05-26T23:02:04.466Z | Checking unicase v2.9.0 |
| 2581 | 2026-05-26T23:02:04.530Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2582 | 2026-05-26T23:02:04.655Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2583 | 2026-05-26T23:02:04.777Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2584 | 2026-05-26T23:02:04.887Z | Compiling vergen-lib v0.1.6 |
| 2585 | 2026-05-26T23:02:04.979Z | Compiling diesel_derives v2.3.7 |
| 2586 | 2026-05-26T23:02:05.076Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2587 | 2026-05-26T23:02:05.147Z | Checking scheduled-thread-pool v0.2.7 |
| 2588 | 2026-05-26T23:02:05.232Z | Compiling dsl_auto_type v0.2.0 |
| 2589 | 2026-05-26T23:02:05.304Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2590 | 2026-05-26T23:02:05.338Z | Compiling vergen-gitcl v1.0.8 |
| 2591 | 2026-05-26T23:02:05.370Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2592 | 2026-05-26T23:02:05.585Z | Checking r2d2 v0.8.10 |
| 2593 | 2026-05-26T23:02:05.655Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2594 | 2026-05-26T23:02:05.793Z | Checking kstat-rs v0.2.4 |
| 2595 | 2026-05-26T23:02:05.845Z | Checking arc-swap v1.8.2 |
| 2596 | 2026-05-26T23:02:06.011Z | Checking downcast-rs v2.0.2 |
| 2597 | 2026-05-26T23:02:06.109Z | Checking slog-scope v4.4.1 |
| 2598 | 2026-05-26T23:02:06.140Z | Compiling parking_lot_core v0.8.6 |
| 2599 | 2026-05-26T23:02:06.171Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2600 | 2026-05-26T23:02:06.205Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2601 | 2026-05-26T23:02:06.268Z | Checking slog-stdlog v4.1.1 |
| 2602 | 2026-05-26T23:02:06.440Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2603 | 2026-05-26T23:02:06.473Z | Checking slog-envlogger v2.2.0 |
| 2604 | 2026-05-26T23:02:06.650Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2605 | 2026-05-26T23:02:06.685Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2606 | 2026-05-26T23:02:06.749Z | Compiling dirs-sys-next v0.1.2 |
| 2607 | 2026-05-26T23:02:06.784Z | Compiling crunchy v0.2.4 |
| 2608 | 2026-05-26T23:02:06.905Z | Checking parking_lot v0.11.2 |
| 2609 | 2026-05-26T23:02:06.959Z | Compiling dirs-next v2.0.0 |
| 2610 | 2026-05-26T23:02:07.009Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2611 | 2026-05-26T23:02:07.085Z | Compiling clang-sys v1.8.1 |
| 2612 | 2026-05-26T23:02:07.149Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2613 | 2026-05-26T23:02:07.179Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2614 | 2026-05-26T23:02:07.214Z | Checking prefix-trie v0.7.0 |
| 2615 | 2026-05-26T23:02:07.304Z | Compiling tiny-keccak v2.0.2 |
| 2616 | 2026-05-26T23:02:07.607Z | Checking hickory-server v0.25.2 |
| 2617 | 2026-05-26T23:02:07.639Z | Checking sled v0.34.7 |
| 2618 | 2026-05-26T23:02:07.716Z | Compiling term v0.7.0 |
| 2619 | 2026-05-26T23:02:07.724Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2620 | 2026-05-26T23:02:07.796Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2621 | 2026-05-26T23:02:07.837Z | Compiling typify-impl v0.4.3 |
| 2622 | 2026-05-26T23:02:08.146Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2623 | 2026-05-26T23:02:08.271Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2624 | 2026-05-26T23:02:08.442Z | Checking nanorand v0.7.0 |
| 2625 | 2026-05-26T23:02:08.572Z | Compiling salty v0.3.0 |
| 2626 | 2026-05-26T23:02:08.668Z | Compiling bit-vec v0.6.3 |
| 2627 | 2026-05-26T23:02:08.878Z | Compiling bit-set v0.5.3 |
| 2628 | 2026-05-26T23:02:08.911Z | Checking flume v0.11.1 |
| 2629 | 2026-05-26T23:02:08.943Z | Compiling ascii-canvas v3.0.0 |
| 2630 | 2026-05-26T23:02:09.064Z | Checking primeorder v0.13.6 |
| 2631 | 2026-05-26T23:02:09.128Z | Compiling itertools v0.10.5 |
| 2632 | 2026-05-26T23:02:09.175Z | Compiling ena v0.14.4 |
| 2633 | 2026-05-26T23:02:09.214Z | Compiling libloading v0.8.9 |
| 2634 | 2026-05-26T23:02:09.332Z | Compiling bindgen v0.71.1 |
| 2635 | 2026-05-26T23:02:09.411Z | Compiling regex-syntax v0.6.29 |
| 2636 | 2026-05-26T23:02:09.441Z | Compiling diff v0.1.13 |
| 2637 | 2026-05-26T23:02:10.023Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2638 | 2026-05-26T23:02:10.146Z | error[E0271]: expected `Answers` to be an iterator that yields `&Record`, but it yields `&Record` |
| 2639 | 2026-05-26T23:02:10.146Z | --> dns-server/src/dns_server.rs:487:12 |
| 2640 | 2026-05-26T23:02:10.146Z | | |
| 2641 | 2026-05-26T23:02:10.146Z | 487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>, |
| 2642 | 2026-05-26T23:02:10.146Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 2643 | 2026-05-26T23:02:10.146Z | | |
| 2644 | 2026-05-26T23:02:10.146Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 2645 | 2026-05-26T23:02:10.147Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 2646 | 2026-05-26T23:02:10.147Z | | |
| 2647 | 2026-05-26T23:02:10.147Z | 77 | pub struct Record<R: RecordData = RData> { |
| 2648 | 2026-05-26T23:02:10.147Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 2649 | 2026-05-26T23:02:10.147Z | | |
| 2650 | 2026-05-26T23:02:10.147Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 2651 | 2026-05-26T23:02:10.147Z | | |
| 2652 | 2026-05-26T23:02:10.147Z | 78 | pub struct Record<R: RecordData = RData> { |
| 2653 | 2026-05-26T23:02:10.147Z | | ---------------------------------------- this is the found type |
| 2654 | 2026-05-26T23:02:10.148Z | = help: you can use `cargo tree` to explore your dependency tree |
| 2655 | 2026-05-26T23:02:10.148Z | note: required by a bound in `hickory_server::authority::MessageResponse` |
| 2656 | 2026-05-26T23:02:10.148Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23 |
| 2657 | 2026-05-26T23:02:10.148Z | | |
| 2658 | 2026-05-26T23:02:10.148Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 2659 | 2026-05-26T23:02:10.148Z | | --------------- required by a bound in this struct |
| 2660 | 2026-05-26T23:02:10.148Z | 22 | where |
| 2661 | 2026-05-26T23:02:10.148Z | 23 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 2662 | 2026-05-26T23:02:10.148Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 2663 | 2026-05-26T23:02:10.148Z | |
| 2664 | 2026-05-26T23:02:10.148Z | error[E0271]: expected `NameServers` to be an iterator that yields `&Record`, but it yields `&Record` |
| 2665 | 2026-05-26T23:02:10.148Z | --> dns-server/src/dns_server.rs:487:12 |
| 2666 | 2026-05-26T23:02:10.148Z | | |
| 2667 | 2026-05-26T23:02:10.148Z | 487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>, |
| 2668 | 2026-05-26T23:02:10.148Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 2669 | 2026-05-26T23:02:10.148Z | | |
| 2670 | 2026-05-26T23:02:10.148Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 2671 | 2026-05-26T23:02:10.148Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 2672 | 2026-05-26T23:02:10.148Z | | |
| 2673 | 2026-05-26T23:02:10.148Z | 77 | pub struct Record<R: RecordData = RData> { |
| 2674 | 2026-05-26T23:02:10.148Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 2675 | 2026-05-26T23:02:10.148Z | | |
| 2676 | 2026-05-26T23:02:10.148Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 2677 | 2026-05-26T23:02:10.149Z | | |
| 2678 | 2026-05-26T23:02:10.149Z | 78 | pub struct Record<R: RecordData = RData> { |
| 2679 | 2026-05-26T23:02:10.150Z | | ---------------------------------------- this is the found type |
| 2680 | 2026-05-26T23:02:10.150Z | = help: you can use `cargo tree` to explore your dependency tree |
| 2681 | 2026-05-26T23:02:10.150Z | note: required by a bound in `hickory_server::authority::MessageResponse` |
| 2682 | 2026-05-26T23:02:10.150Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:24:27 |
| 2683 | 2026-05-26T23:02:10.150Z | | |
| 2684 | 2026-05-26T23:02:10.150Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 2685 | 2026-05-26T23:02:10.150Z | | --------------- required by a bound in this struct |
| 2686 | 2026-05-26T23:02:10.150Z | ... |
| 2687 | 2026-05-26T23:02:10.150Z | 24 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 2688 | 2026-05-26T23:02:10.150Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 2689 | 2026-05-26T23:02:10.150Z | |
| 2690 | 2026-05-26T23:02:10.165Z | error[E0271]: expected `Soa` to be an iterator that yields `&Record`, but it yields `&Record` |
| 2691 | 2026-05-26T23:02:10.166Z | --> dns-server/src/dns_server.rs:487:12 |
| 2692 | 2026-05-26T23:02:10.166Z | | |
| 2693 | 2026-05-26T23:02:10.166Z | 487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>, |
| 2694 | 2026-05-26T23:02:10.166Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 2695 | 2026-05-26T23:02:10.166Z | | |
| 2696 | 2026-05-26T23:02:10.166Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 2697 | 2026-05-26T23:02:10.167Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 2698 | 2026-05-26T23:02:10.167Z | | |
| 2699 | 2026-05-26T23:02:10.167Z | 77 | pub struct Record<R: RecordData = RData> { |
| 2700 | 2026-05-26T23:02:10.167Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 2701 | 2026-05-26T23:02:10.167Z | | |
| 2702 | 2026-05-26T23:02:10.167Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 2703 | 2026-05-26T23:02:10.167Z | | |
| 2704 | 2026-05-26T23:02:10.167Z | 78 | pub struct Record<R: RecordData = RData> { |
| 2705 | 2026-05-26T23:02:10.167Z | | ---------------------------------------- this is the found type |
| 2706 | 2026-05-26T23:02:10.167Z | = help: you can use `cargo tree` to explore your dependency tree |
| 2707 | 2026-05-26T23:02:10.167Z | note: required by a bound in `hickory_server::authority::MessageResponse` |
| 2708 | 2026-05-26T23:02:10.167Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:25:19 |
| 2709 | 2026-05-26T23:02:10.167Z | | |
| 2710 | 2026-05-26T23:02:10.167Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 2711 | 2026-05-26T23:02:10.167Z | | --------------- required by a bound in this struct |
| 2712 | 2026-05-26T23:02:10.168Z | ... |
| 2713 | 2026-05-26T23:02:10.168Z | 25 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 2714 | 2026-05-26T23:02:10.168Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 2715 | 2026-05-26T23:02:10.168Z | |
| 2716 | 2026-05-26T23:02:10.168Z | error[E0271]: expected `Additionals` to be an iterator that yields `&Record`, but it yields `&Record` |
| 2717 | 2026-05-26T23:02:10.168Z | --> dns-server/src/dns_server.rs:487:12 |
| 2718 | 2026-05-26T23:02:10.168Z | | |
| 2719 | 2026-05-26T23:02:10.168Z | 487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>, |
| 2720 | 2026-05-26T23:02:10.168Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 2721 | 2026-05-26T23:02:10.168Z | | |
| 2722 | 2026-05-26T23:02:10.168Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 2723 | 2026-05-26T23:02:10.168Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 2724 | 2026-05-26T23:02:10.168Z | | |
| 2725 | 2026-05-26T23:02:10.168Z | 77 | pub struct Record<R: RecordData = RData> { |
| 2726 | 2026-05-26T23:02:10.168Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 2727 | 2026-05-26T23:02:10.168Z | | |
| 2728 | 2026-05-26T23:02:10.169Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 2729 | 2026-05-26T23:02:10.169Z | | |
| 2730 | 2026-05-26T23:02:10.169Z | 78 | pub struct Record<R: RecordData = RData> { |
| 2731 | 2026-05-26T23:02:10.169Z | | ---------------------------------------- this is the found type |
| 2732 | 2026-05-26T23:02:10.169Z | = help: you can use `cargo tree` to explore your dependency tree |
| 2733 | 2026-05-26T23:02:10.170Z | note: required by a bound in `hickory_server::authority::MessageResponse` |
| 2734 | 2026-05-26T23:02:10.170Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27 |
| 2735 | 2026-05-26T23:02:10.171Z | | |
| 2736 | 2026-05-26T23:02:10.171Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 2737 | 2026-05-26T23:02:10.171Z | | --------------- required by a bound in this struct |
| 2738 | 2026-05-26T23:02:10.171Z | ... |
| 2739 | 2026-05-26T23:02:10.171Z | 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 2740 | 2026-05-26T23:02:10.171Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 2741 | 2026-05-26T23:02:10.172Z | |
| 2742 | 2026-05-26T23:02:10.317Z | error[E0599]: no function or associated item named `read` found for struct `hickory_server::authority::MessageRequest` in the current scope |
| 2743 | 2026-05-26T23:02:10.318Z | --> dns-server/src/dns_server.rs:161:36 |
| 2744 | 2026-05-26T23:02:10.319Z | | |
| 2745 | 2026-05-26T23:02:10.319Z | 161 | let mr = match MessageRequest::read(&mut dec) { |
| 2746 | 2026-05-26T23:02:10.319Z | | ^^^^ function or associated item not found in `hickory_server::authority::MessageRequest` |
| 2747 | 2026-05-26T23:02:10.319Z | | |
| 2748 | 2026-05-26T23:02:10.319Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 2749 | 2026-05-26T23:02:10.319Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/serialize/binary/mod.rs:44:1 |
| 2750 | 2026-05-26T23:02:10.319Z | | |
| 2751 | 2026-05-26T23:02:10.319Z | 44 | pub trait BinDecodable<'r>: Sized { |
| 2752 | 2026-05-26T23:02:10.319Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait |
| 2753 | 2026-05-26T23:02:10.319Z | | |
| 2754 | 2026-05-26T23:02:10.319Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/serialize/binary/mod.rs:45:1 |
| 2755 | 2026-05-26T23:02:10.319Z | | |
| 2756 | 2026-05-26T23:02:10.319Z | 45 | pub trait BinDecodable<'r>: Sized { |
| 2757 | 2026-05-26T23:02:10.319Z | | --------------------------------- this is the trait that was imported |
| 2758 | 2026-05-26T23:02:10.319Z | = help: you can use `cargo tree` to explore your dependency tree |
| 2759 | 2026-05-26T23:02:10.319Z | |
| 2760 | 2026-05-26T23:02:10.333Z | error[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope |
| 2761 | 2026-05-26T23:02:10.333Z | --> dns-server/src/dns_server.rs:173:34 |
| 2762 | 2026-05-26T23:02:10.334Z | | |
| 2763 | 2026-05-26T23:02:10.334Z | 173 | let header = Header::response_from_request(mr.header()); |
| 2764 | 2026-05-26T23:02:10.334Z | | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header` |
| 2765 | 2026-05-26T23:02:10.334Z | | |
| 2766 | 2026-05-26T23:02:10.334Z | note: the function `response_from_request` is implemented on `hickory_proto::op::Metadata` |
| 2767 | 2026-05-26T23:02:10.334Z | --> dns-server/src/dns_server.rs:173:26 |
| 2768 | 2026-05-26T23:02:10.334Z | | |
| 2769 | 2026-05-26T23:02:10.334Z | 173 | let header = Header::response_from_request(mr.header()); |
| 2770 | 2026-05-26T23:02:10.335Z | | ^^^^^^ |
| 2771 | 2026-05-26T23:02:10.335Z | |
| 2772 | 2026-05-26T23:02:10.356Z | Compiling cexpr v0.6.0 |
| 2773 | 2026-05-26T23:02:10.404Z | error[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope |
| 2774 | 2026-05-26T23:02:10.404Z | --> dns-server/src/dns_server.rs:273:30 |
| 2775 | 2026-05-26T23:02:10.404Z | | |
| 2776 | 2026-05-26T23:02:10.404Z | 273 | let mut header = Header::response_from_request(mr.header()); |
| 2777 | 2026-05-26T23:02:10.404Z | | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header` |
| 2778 | 2026-05-26T23:02:10.404Z | | |
| 2779 | 2026-05-26T23:02:10.404Z | note: the function `response_from_request` is implemented on `hickory_proto::op::Metadata` |
| 2780 | 2026-05-26T23:02:10.404Z | --> dns-server/src/dns_server.rs:273:22 |
| 2781 | 2026-05-26T23:02:10.404Z | | |
| 2782 | 2026-05-26T23:02:10.404Z | 273 | let mut header = Header::response_from_request(mr.header()); |
| 2783 | 2026-05-26T23:02:10.404Z | | ^^^^^^ |
| 2784 | 2026-05-26T23:02:10.404Z | |
| 2785 | 2026-05-26T23:02:10.404Z | error[E0308]: mismatched types |
| 2786 | 2026-05-26T23:02:10.404Z | --> dns-server/src/dns_server.rs:299:30 |
| 2787 | 2026-05-26T23:02:10.404Z | | |
| 2788 | 2026-05-26T23:02:10.404Z | 299 | let answer = store.query(query)?; |
| 2789 | 2026-05-26T23:02:10.404Z | | ----- ^^^^^ expected `hickory_proto::op::LowerQuery`, found `LowerQuery` |
| 2790 | 2026-05-26T23:02:10.404Z | | | |
| 2791 | 2026-05-26T23:02:10.404Z | | arguments to this method are incorrect |
| 2792 | 2026-05-26T23:02:10.404Z | | |
| 2793 | 2026-05-26T23:02:10.404Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 2794 | 2026-05-26T23:02:10.404Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/lower_query.rs:22:1 |
| 2795 | 2026-05-26T23:02:10.405Z | | |
| 2796 | 2026-05-26T23:02:10.405Z | 22 | pub struct LowerQuery { |
| 2797 | 2026-05-26T23:02:10.405Z | | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 2798 | 2026-05-26T23:02:10.405Z | | |
| 2799 | 2026-05-26T23:02:10.405Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/lower_query.rs:18:1 |
| 2800 | 2026-05-26T23:02:10.405Z | | |
| 2801 | 2026-05-26T23:02:10.405Z | 18 | pub struct LowerQuery { |
| 2802 | 2026-05-26T23:02:10.405Z | | --------------------- this is the found type |
| 2803 | 2026-05-26T23:02:10.405Z | = help: you can use `cargo tree` to explore your dependency tree |
| 2804 | 2026-05-26T23:02:10.405Z | note: method defined here |
| 2805 | 2026-05-26T23:02:10.405Z | --> dns-server/src/storage.rs:762:19 |
| 2806 | 2026-05-26T23:02:10.405Z | | |
| 2807 | 2026-05-26T23:02:10.405Z | 762 | pub(crate) fn query( |
| 2808 | 2026-05-26T23:02:10.405Z | | ^^^^^ |
| 2809 | 2026-05-26T23:02:10.406Z | 763 | &self, |
| 2810 | 2026-05-26T23:02:10.406Z | 764 | query: &LowerQuery, |
| 2811 | 2026-05-26T23:02:10.406Z | | ------------------ |
| 2812 | 2026-05-26T23:02:10.406Z | |
| 2813 | 2026-05-26T23:02:10.410Z | error[E0308]: mismatched types |
| 2814 | 2026-05-26T23:02:10.410Z | --> dns-server/src/dns_server.rs:311:55 |
| 2815 | 2026-05-26T23:02:10.410Z | | |
| 2816 | 2026-05-26T23:02:10.410Z | 311 | if answer.name.is_none() && query.query_type() == RecordType::SOA { |
| 2817 | 2026-05-26T23:02:10.410Z | | ------------------ ^^^^^^^^^^^^^^^ expected `RecordType`, found `hickory_proto::rr::RecordType` |
| 2818 | 2026-05-26T23:02:10.410Z | | | |
| 2819 | 2026-05-26T23:02:10.410Z | | expected because this is `hickory_resolver::hickory_proto::rr::RecordType` |
| 2820 | 2026-05-26T23:02:10.410Z | | |
| 2821 | 2026-05-26T23:02:10.410Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 2822 | 2026-05-26T23:02:10.410Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/record_type.rs:33:1 |
| 2823 | 2026-05-26T23:02:10.410Z | | |
| 2824 | 2026-05-26T23:02:10.410Z | 33 | pub enum RecordType { |
| 2825 | 2026-05-26T23:02:10.410Z | | ^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 2826 | 2026-05-26T23:02:10.410Z | | |
| 2827 | 2026-05-26T23:02:10.410Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record_type.rs:33:1 |
| 2828 | 2026-05-26T23:02:10.410Z | | |
| 2829 | 2026-05-26T23:02:10.410Z | 33 | pub enum RecordType { |
| 2830 | 2026-05-26T23:02:10.410Z | | ------------------- this is the found type |
| 2831 | 2026-05-26T23:02:10.410Z | = help: you can use `cargo tree` to explore your dependency tree |
| 2832 | 2026-05-26T23:02:10.410Z | |
| 2833 | 2026-05-26T23:02:10.411Z | error[E0599]: no method named `data` found for reference `&hickory_proto::rr::Record` in the current scope |
| 2834 | 2026-05-26T23:02:10.411Z | --> dns-server/src/dns_server.rs:327:60 |
| 2835 | 2026-05-26T23:02:10.411Z | | |
| 2836 | 2026-05-26T23:02:10.411Z | 327 | .filter(|record| match (query.query_type(), record.data()) { |
| 2837 | 2026-05-26T23:02:10.411Z | | ^^^^-- help: remove the arguments |
| 2838 | 2026-05-26T23:02:10.411Z | | | |
| 2839 | 2026-05-26T23:02:10.411Z | | field, not a method |
| 2840 | 2026-05-26T23:02:10.411Z | |
| 2841 | 2026-05-26T23:02:10.419Z | error[E0599]: no method named `data` found for struct `hickory_proto::rr::Record<R>` in the current scope |
| 2842 | 2026-05-26T23:02:10.419Z | --> dns-server/src/dns_server.rs:348:51 |
| 2843 | 2026-05-26T23:02:10.419Z | | |
| 2844 | 2026-05-26T23:02:10.419Z | 348 | let additionals_target = match record.data() { |
| 2845 | 2026-05-26T23:02:10.419Z | | ^^^^-- help: remove the arguments |
| 2846 | 2026-05-26T23:02:10.419Z | | | |
| 2847 | 2026-05-26T23:02:10.419Z | | field, not a method |
| 2848 | 2026-05-26T23:02:10.419Z | |
| 2849 | 2026-05-26T23:02:10.439Z | error[E0599]: no method named `target` found for struct `hickory_proto::rr::rdata::SRV` in the current scope |
| 2850 | 2026-05-26T23:02:10.439Z | --> dns-server/src/dns_server.rs:349:45 |
| 2851 | 2026-05-26T23:02:10.439Z | | |
| 2852 | 2026-05-26T23:02:10.439Z | 349 | RData::SRV(srv) => Some(srv.target()), |
| 2853 | 2026-05-26T23:02:10.439Z | | ^^^^^^-- help: remove the arguments |
| 2854 | 2026-05-26T23:02:10.439Z | | | |
| 2855 | 2026-05-26T23:02:10.439Z | | field, not a method |
| 2856 | 2026-05-26T23:02:10.439Z | |
| 2857 | 2026-05-26T23:02:10.443Z | error[E0271]: type mismatch resolving `<Vec<&Record> as IntoIterator>::Item == &Record` |
| 2858 | 2026-05-26T23:02:10.443Z | --> dns-server/src/dns_server.rs:416:9 |
| 2859 | 2026-05-26T23:02:10.443Z | | |
| 2860 | 2026-05-26T23:02:10.443Z | 414 | let mresp = rb.build( |
| 2861 | 2026-05-26T23:02:10.443Z | | ----- required by a bound introduced by this call |
| 2862 | 2026-05-26T23:02:10.443Z | 415 | header, |
| 2863 | 2026-05-26T23:02:10.443Z | 416 | response_records.iter().collect::<Vec<&Record>>(), |
| 2864 | 2026-05-26T23:02:10.443Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 2865 | 2026-05-26T23:02:10.443Z | | |
| 2866 | 2026-05-26T23:02:10.443Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 2867 | 2026-05-26T23:02:10.443Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 2868 | 2026-05-26T23:02:10.443Z | | |
| 2869 | 2026-05-26T23:02:10.443Z | 77 | pub struct Record<R: RecordData = RData> { |
| 2870 | 2026-05-26T23:02:10.444Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 2871 | 2026-05-26T23:02:10.444Z | | |
| 2872 | 2026-05-26T23:02:10.444Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 2873 | 2026-05-26T23:02:10.444Z | | |
| 2874 | 2026-05-26T23:02:10.444Z | 78 | pub struct Record<R: RecordData = RData> { |
| 2875 | 2026-05-26T23:02:10.444Z | | ---------------------------------------- this is the found type |
| 2876 | 2026-05-26T23:02:10.444Z | = help: you can use `cargo tree` to explore your dependency tree |
| 2877 | 2026-05-26T23:02:10.444Z | note: the method call chain might not have had the expected associated types |
| 2878 | 2026-05-26T23:02:10.444Z | --> dns-server/src/dns_server.rs:416:26 |
| 2879 | 2026-05-26T23:02:10.444Z | | |
| 2880 | 2026-05-26T23:02:10.444Z | 411 | response_records: &[Record], |
| 2881 | 2026-05-26T23:02:10.444Z | | ---------------- this expression has type `&[Record]` |
| 2882 | 2026-05-26T23:02:10.444Z | ... |
| 2883 | 2026-05-26T23:02:10.444Z | 416 | response_records.iter().collect::<Vec<&Record>>(), |
| 2884 | 2026-05-26T23:02:10.444Z | | ^^^^^^ ------------------------- `IntoIterator::Item` remains `&Record` here |
| 2885 | 2026-05-26T23:02:10.444Z | | | |
| 2886 | 2026-05-26T23:02:10.444Z | | `IntoIterator::Item` is `&Record` here |
| 2887 | 2026-05-26T23:02:10.445Z | note: required by a bound in `hickory_server::authority::MessageResponseBuilder::<'q>::build` |
| 2888 | 2026-05-26T23:02:10.445Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:138:25 |
| 2889 | 2026-05-26T23:02:10.445Z | | |
| 2890 | 2026-05-26T23:02:10.445Z | 129 | pub fn build<'a, A, N, S, D>( |
| 2891 | 2026-05-26T23:02:10.446Z | | ----- required by a bound in this associated function |
| 2892 | 2026-05-26T23:02:10.446Z | ... |
| 2893 | 2026-05-26T23:02:10.446Z | 138 | A: IntoIterator<Item = &'a Record> + Send + 'a, |
| 2894 | 2026-05-26T23:02:10.446Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build` |
| 2895 | 2026-05-26T23:02:10.446Z | |
| 2896 | 2026-05-26T23:02:10.447Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 2897 | 2026-05-26T23:02:10.447Z | --> dns-server/src/dns_server.rs:414:20 |
| 2898 | 2026-05-26T23:02:10.447Z | | |
| 2899 | 2026-05-26T23:02:10.447Z | 414 | let mresp = rb.build( |
| 2900 | 2026-05-26T23:02:10.447Z | | ^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 2901 | 2026-05-26T23:02:10.447Z | | |
| 2902 | 2026-05-26T23:02:10.447Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 2903 | 2026-05-26T23:02:10.447Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 2904 | 2026-05-26T23:02:10.447Z | | |
| 2905 | 2026-05-26T23:02:10.447Z | 77 | pub struct Record<R: RecordData = RData> { |
| 2906 | 2026-05-26T23:02:10.447Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 2907 | 2026-05-26T23:02:10.447Z | | |
| 2908 | 2026-05-26T23:02:10.447Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 2909 | 2026-05-26T23:02:10.447Z | | |
| 2910 | 2026-05-26T23:02:10.447Z | 78 | pub struct Record<R: RecordData = RData> { |
| 2911 | 2026-05-26T23:02:10.447Z | | ---------------------------------------- this is the found type |
| 2912 | 2026-05-26T23:02:10.447Z | = help: you can use `cargo tree` to explore your dependency tree |
| 2913 | 2026-05-26T23:02:10.449Z | note: required by a bound in `hickory_server::authority::MessageResponse` |
| 2914 | 2026-05-26T23:02:10.449Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23 |
| 2915 | 2026-05-26T23:02:10.449Z | | |
| 2916 | 2026-05-26T23:02:10.449Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 2917 | 2026-05-26T23:02:10.449Z | | --------------- required by a bound in this struct |
| 2918 | 2026-05-26T23:02:10.449Z | 22 | where |
| 2919 | 2026-05-26T23:02:10.449Z | 23 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 2920 | 2026-05-26T23:02:10.449Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 2921 | 2026-05-26T23:02:10.449Z | |
| 2922 | 2026-05-26T23:02:10.455Z | error[E0271]: type mismatch resolving `<&[Record] as IntoIterator>::Item == &Record` |
| 2923 | 2026-05-26T23:02:10.455Z | --> dns-server/src/dns_server.rs:419:9 |
| 2924 | 2026-05-26T23:02:10.455Z | | |
| 2925 | 2026-05-26T23:02:10.455Z | 414 | let mresp = rb.build( |
| 2926 | 2026-05-26T23:02:10.455Z | | ----- required by a bound introduced by this call |
| 2927 | 2026-05-26T23:02:10.455Z | ... |
| 2928 | 2026-05-26T23:02:10.455Z | 419 | additional_records, |
| 2929 | 2026-05-26T23:02:10.455Z | | ^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 2930 | 2026-05-26T23:02:10.455Z | | |
| 2931 | 2026-05-26T23:02:10.455Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 2932 | 2026-05-26T23:02:10.455Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 2933 | 2026-05-26T23:02:10.455Z | | |
| 2934 | 2026-05-26T23:02:10.455Z | 77 | pub struct Record<R: RecordData = RData> { |
| 2935 | 2026-05-26T23:02:10.455Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 2936 | 2026-05-26T23:02:10.455Z | | |
| 2937 | 2026-05-26T23:02:10.456Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 2938 | 2026-05-26T23:02:10.456Z | | |
| 2939 | 2026-05-26T23:02:10.456Z | 78 | pub struct Record<R: RecordData = RData> { |
| 2940 | 2026-05-26T23:02:10.456Z | | ---------------------------------------- this is the found type |
| 2941 | 2026-05-26T23:02:10.456Z | = help: you can use `cargo tree` to explore your dependency tree |
| 2942 | 2026-05-26T23:02:10.456Z | note: required by a bound in `hickory_server::authority::MessageResponseBuilder::<'q>::build` |
| 2943 | 2026-05-26T23:02:10.456Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:144:25 |
| 2944 | 2026-05-26T23:02:10.456Z | | |
| 2945 | 2026-05-26T23:02:10.456Z | 129 | pub fn build<'a, A, N, S, D>( |
| 2946 | 2026-05-26T23:02:10.456Z | | ----- required by a bound in this associated function |
| 2947 | 2026-05-26T23:02:10.456Z | ... |
| 2948 | 2026-05-26T23:02:10.456Z | 144 | D: IntoIterator<Item = &'a Record> + Send + 'a, |
| 2949 | 2026-05-26T23:02:10.456Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build` |
| 2950 | 2026-05-26T23:02:10.456Z | |
| 2951 | 2026-05-26T23:02:10.456Z | error[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 2952 | 2026-05-26T23:02:10.456Z | --> dns-server/src/dns_server.rs:414:20 |
| 2953 | 2026-05-26T23:02:10.456Z | | |
| 2954 | 2026-05-26T23:02:10.457Z | 414 | let mresp = rb.build( |
| 2955 | 2026-05-26T23:02:10.457Z | | ^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 2956 | 2026-05-26T23:02:10.457Z | | |
| 2957 | 2026-05-26T23:02:10.457Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 2958 | 2026-05-26T23:02:10.457Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 2959 | 2026-05-26T23:02:10.457Z | | |
| 2960 | 2026-05-26T23:02:10.457Z | 77 | pub struct Record<R: RecordData = RData> { |
| 2961 | 2026-05-26T23:02:10.457Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 2962 | 2026-05-26T23:02:10.457Z | | |
| 2963 | 2026-05-26T23:02:10.457Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 2964 | 2026-05-26T23:02:10.457Z | | |
| 2965 | 2026-05-26T23:02:10.457Z | 78 | pub struct Record<R: RecordData = RData> { |
| 2966 | 2026-05-26T23:02:10.457Z | | ---------------------------------------- this is the found type |
| 2967 | 2026-05-26T23:02:10.457Z | = help: you can use `cargo tree` to explore your dependency tree |
| 2968 | 2026-05-26T23:02:10.457Z | note: required by a bound in `hickory_server::authority::MessageResponse` |
| 2969 | 2026-05-26T23:02:10.457Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27 |
| 2970 | 2026-05-26T23:02:10.457Z | | |
| 2971 | 2026-05-26T23:02:10.458Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 2972 | 2026-05-26T23:02:10.458Z | | --------------- required by a bound in this struct |
| 2973 | 2026-05-26T23:02:10.458Z | ... |
| 2974 | 2026-05-26T23:02:10.458Z | 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 2975 | 2026-05-26T23:02:10.459Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 2976 | 2026-05-26T23:02:10.459Z | |
| 2977 | 2026-05-26T23:02:10.459Z | error[E0308]: mismatched types |
| 2978 | 2026-05-26T23:02:10.459Z | --> dns-server/src/dns_server.rs:415:9 |
| 2979 | 2026-05-26T23:02:10.459Z | | |
| 2980 | 2026-05-26T23:02:10.459Z | 414 | let mresp = rb.build( |
| 2981 | 2026-05-26T23:02:10.459Z | | ----- arguments to this method are incorrect |
| 2982 | 2026-05-26T23:02:10.459Z | 415 | header, |
| 2983 | 2026-05-26T23:02:10.460Z | | ^^^^^^ expected `Header`, found `hickory_proto::op::Header` |
| 2984 | 2026-05-26T23:02:10.460Z | | |
| 2985 | 2026-05-26T23:02:10.460Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 2986 | 2026-05-26T23:02:10.460Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1 |
| 2987 | 2026-05-26T23:02:10.460Z | | |
| 2988 | 2026-05-26T23:02:10.460Z | 57 | pub struct Header { |
| 2989 | 2026-05-26T23:02:10.460Z | | ^^^^^^^^^^^^^^^^^ this is the expected type |
| 2990 | 2026-05-26T23:02:10.460Z | | |
| 2991 | 2026-05-26T23:02:10.460Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1 |
| 2992 | 2026-05-26T23:02:10.460Z | | |
| 2993 | 2026-05-26T23:02:10.460Z | 57 | pub struct Header { |
| 2994 | 2026-05-26T23:02:10.460Z | | ----------------- this is the found type |
| 2995 | 2026-05-26T23:02:10.460Z | = help: you can use `cargo tree` to explore your dependency tree |
| 2996 | 2026-05-26T23:02:10.460Z | note: method defined here |
| 2997 | 2026-05-26T23:02:10.460Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:129:12 |
| 2998 | 2026-05-26T23:02:10.461Z | | |
| 2999 | 2026-05-26T23:02:10.461Z | 129 | pub fn build<'a, A, N, S, D>( |
| 3000 | 2026-05-26T23:02:10.461Z | | ^^^^^ |
| 3001 | 2026-05-26T23:02:10.461Z | |
| 3002 | 2026-05-26T23:02:10.461Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3003 | 2026-05-26T23:02:10.461Z | --> dns-server/src/dns_server.rs:422:31 |
| 3004 | 2026-05-26T23:02:10.461Z | | |
| 3005 | 2026-05-26T23:02:10.461Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 3006 | 2026-05-26T23:02:10.461Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3007 | 2026-05-26T23:02:10.461Z | | | |
| 3008 | 2026-05-26T23:02:10.461Z | | required by a bound introduced by this call |
| 3009 | 2026-05-26T23:02:10.461Z | | |
| 3010 | 2026-05-26T23:02:10.461Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3011 | 2026-05-26T23:02:10.461Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3012 | 2026-05-26T23:02:10.461Z | | |
| 3013 | 2026-05-26T23:02:10.461Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3014 | 2026-05-26T23:02:10.461Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3015 | 2026-05-26T23:02:10.462Z | | |
| 3016 | 2026-05-26T23:02:10.462Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3017 | 2026-05-26T23:02:10.462Z | | |
| 3018 | 2026-05-26T23:02:10.462Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3019 | 2026-05-26T23:02:10.462Z | | ---------------------------------------- this is the found type |
| 3020 | 2026-05-26T23:02:10.462Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3021 | 2026-05-26T23:02:10.462Z | note: required by a bound in `dns_server::encode_and_send` |
| 3022 | 2026-05-26T23:02:10.468Z | --> dns-server/src/dns_server.rs:492:27 |
| 3023 | 2026-05-26T23:02:10.468Z | | |
| 3024 | 2026-05-26T23:02:10.469Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3025 | 2026-05-26T23:02:10.469Z | | --------------- required by a bound in this function |
| 3026 | 2026-05-26T23:02:10.469Z | ... |
| 3027 | 2026-05-26T23:02:10.469Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3028 | 2026-05-26T23:02:10.469Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3029 | 2026-05-26T23:02:10.470Z | |
| 3030 | 2026-05-26T23:02:10.470Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3031 | 2026-05-26T23:02:10.470Z | --> dns-server/src/dns_server.rs:422:31 |
| 3032 | 2026-05-26T23:02:10.470Z | | |
| 3033 | 2026-05-26T23:02:10.470Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 3034 | 2026-05-26T23:02:10.471Z | | ^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3035 | 2026-05-26T23:02:10.471Z | | |
| 3036 | 2026-05-26T23:02:10.471Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3037 | 2026-05-26T23:02:10.471Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3038 | 2026-05-26T23:02:10.471Z | | |
| 3039 | 2026-05-26T23:02:10.471Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3040 | 2026-05-26T23:02:10.472Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3041 | 2026-05-26T23:02:10.472Z | | |
| 3042 | 2026-05-26T23:02:10.472Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3043 | 2026-05-26T23:02:10.472Z | | |
| 3044 | 2026-05-26T23:02:10.472Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3045 | 2026-05-26T23:02:10.472Z | | ---------------------------------------- this is the found type |
| 3046 | 2026-05-26T23:02:10.472Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3047 | 2026-05-26T23:02:10.472Z | note: required by a bound in `hickory_server::authority::MessageResponse` |
| 3048 | 2026-05-26T23:02:10.472Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23 |
| 3049 | 2026-05-26T23:02:10.472Z | | |
| 3050 | 2026-05-26T23:02:10.472Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3051 | 2026-05-26T23:02:10.472Z | | --------------- required by a bound in this struct |
| 3052 | 2026-05-26T23:02:10.472Z | 22 | where |
| 3053 | 2026-05-26T23:02:10.472Z | 23 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3054 | 2026-05-26T23:02:10.472Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3055 | 2026-05-26T23:02:10.472Z | |
| 3056 | 2026-05-26T23:02:10.472Z | error[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3057 | 2026-05-26T23:02:10.472Z | --> dns-server/src/dns_server.rs:422:31 |
| 3058 | 2026-05-26T23:02:10.472Z | | |
| 3059 | 2026-05-26T23:02:10.472Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 3060 | 2026-05-26T23:02:10.472Z | | ^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3061 | 2026-05-26T23:02:10.473Z | | |
| 3062 | 2026-05-26T23:02:10.473Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3063 | 2026-05-26T23:02:10.473Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3064 | 2026-05-26T23:02:10.473Z | | |
| 3065 | 2026-05-26T23:02:10.474Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3066 | 2026-05-26T23:02:10.474Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3067 | 2026-05-26T23:02:10.474Z | | |
| 3068 | 2026-05-26T23:02:10.474Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3069 | 2026-05-26T23:02:10.474Z | | |
| 3070 | 2026-05-26T23:02:10.474Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3071 | 2026-05-26T23:02:10.474Z | | ---------------------------------------- this is the found type |
| 3072 | 2026-05-26T23:02:10.474Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3073 | 2026-05-26T23:02:10.474Z | note: required by a bound in `hickory_server::authority::MessageResponse` |
| 3074 | 2026-05-26T23:02:10.474Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27 |
| 3075 | 2026-05-26T23:02:10.474Z | | |
| 3076 | 2026-05-26T23:02:10.474Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3077 | 2026-05-26T23:02:10.474Z | | --------------- required by a bound in this struct |
| 3078 | 2026-05-26T23:02:10.474Z | ... |
| 3079 | 2026-05-26T23:02:10.474Z | 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 3080 | 2026-05-26T23:02:10.474Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3081 | 2026-05-26T23:02:10.474Z | |
| 3082 | 2026-05-26T23:02:10.475Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3083 | 2026-05-26T23:02:10.475Z | --> dns-server/src/dns_server.rs:422:5 |
| 3084 | 2026-05-26T23:02:10.475Z | | |
| 3085 | 2026-05-26T23:02:10.475Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 3086 | 2026-05-26T23:02:10.475Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3087 | 2026-05-26T23:02:10.475Z | | |
| 3088 | 2026-05-26T23:02:10.475Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3089 | 2026-05-26T23:02:10.475Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3090 | 2026-05-26T23:02:10.475Z | | |
| 3091 | 2026-05-26T23:02:10.475Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3092 | 2026-05-26T23:02:10.475Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3093 | 2026-05-26T23:02:10.475Z | | |
| 3094 | 2026-05-26T23:02:10.475Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3095 | 2026-05-26T23:02:10.475Z | | |
| 3096 | 2026-05-26T23:02:10.475Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3097 | 2026-05-26T23:02:10.476Z | | ---------------------------------------- this is the found type |
| 3098 | 2026-05-26T23:02:10.476Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3099 | 2026-05-26T23:02:10.476Z | note: required by a bound in `dns_server::encode_and_send` |
| 3100 | 2026-05-26T23:02:10.476Z | --> dns-server/src/dns_server.rs:492:27 |
| 3101 | 2026-05-26T23:02:10.476Z | | |
| 3102 | 2026-05-26T23:02:10.476Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3103 | 2026-05-26T23:02:10.476Z | | --------------- required by a bound in this function |
| 3104 | 2026-05-26T23:02:10.476Z | ... |
| 3105 | 2026-05-26T23:02:10.476Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3106 | 2026-05-26T23:02:10.476Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3107 | 2026-05-26T23:02:10.476Z | |
| 3108 | 2026-05-26T23:02:10.476Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3109 | 2026-05-26T23:02:10.476Z | --> dns-server/src/dns_server.rs:422:49 |
| 3110 | 2026-05-26T23:02:10.476Z | | |
| 3111 | 2026-05-26T23:02:10.476Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 3112 | 2026-05-26T23:02:10.476Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3113 | 2026-05-26T23:02:10.476Z | | |
| 3114 | 2026-05-26T23:02:10.476Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3115 | 2026-05-26T23:02:10.476Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3116 | 2026-05-26T23:02:10.476Z | | |
| 3117 | 2026-05-26T23:02:10.476Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3118 | 2026-05-26T23:02:10.476Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3119 | 2026-05-26T23:02:10.476Z | | |
| 3120 | 2026-05-26T23:02:10.476Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3121 | 2026-05-26T23:02:10.476Z | | |
| 3122 | 2026-05-26T23:02:10.486Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3123 | 2026-05-26T23:02:10.486Z | | ---------------------------------------- this is the found type |
| 3124 | 2026-05-26T23:02:10.486Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3125 | 2026-05-26T23:02:10.489Z | note: required by a bound in `dns_server::encode_and_send` |
| 3126 | 2026-05-26T23:02:10.489Z | --> dns-server/src/dns_server.rs:492:27 |
| 3127 | 2026-05-26T23:02:10.489Z | | |
| 3128 | 2026-05-26T23:02:10.489Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3129 | 2026-05-26T23:02:10.489Z | | --------------- required by a bound in this function |
| 3130 | 2026-05-26T23:02:10.489Z | ... |
| 3131 | 2026-05-26T23:02:10.489Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3132 | 2026-05-26T23:02:10.489Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3133 | 2026-05-26T23:02:10.489Z | |
| 3134 | 2026-05-26T23:02:10.489Z | error[E0308]: arguments to this method are incorrect |
| 3135 | 2026-05-26T23:02:10.489Z | --> dns-server/src/dns_server.rs:438:33 |
| 3136 | 2026-05-26T23:02:10.489Z | | |
| 3137 | 2026-05-26T23:02:10.489Z | 438 | let mut mresp = rb_nxdomain.error_msg(&header, ResponseCode::NXDomain); |
| 3138 | 2026-05-26T23:02:10.489Z | | ^^^^^^^^^ ------- ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode` |
| 3139 | 2026-05-26T23:02:10.490Z | | | |
| 3140 | 2026-05-26T23:02:10.490Z | | expected `&Header`, found `&&Header` |
| 3141 | 2026-05-26T23:02:10.490Z | | |
| 3142 | 2026-05-26T23:02:10.490Z | = note: expected reference `&hickory_resolver::hickory_proto::op::Header` |
| 3143 | 2026-05-26T23:02:10.490Z | found reference `&&hickory_proto::op::Header` |
| 3144 | 2026-05-26T23:02:10.490Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3145 | 2026-05-26T23:02:10.490Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1 |
| 3146 | 2026-05-26T23:02:10.492Z | | |
| 3147 | 2026-05-26T23:02:10.492Z | 67 | pub enum ResponseCode { |
| 3148 | 2026-05-26T23:02:10.492Z | | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3149 | 2026-05-26T23:02:10.492Z | | |
| 3150 | 2026-05-26T23:02:10.492Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1 |
| 3151 | 2026-05-26T23:02:10.492Z | | |
| 3152 | 2026-05-26T23:02:10.492Z | 67 | pub enum ResponseCode { |
| 3153 | 2026-05-26T23:02:10.492Z | | --------------------- this is the found type |
| 3154 | 2026-05-26T23:02:10.492Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3155 | 2026-05-26T23:02:10.492Z | note: method defined here |
| 3156 | 2026-05-26T23:02:10.492Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12 |
| 3157 | 2026-05-26T23:02:10.492Z | | |
| 3158 | 2026-05-26T23:02:10.492Z | 190 | pub fn error_msg<'a>( |
| 3159 | 2026-05-26T23:02:10.493Z | | ^^^^^^^^^ |
| 3160 | 2026-05-26T23:02:10.493Z | |
| 3161 | 2026-05-26T23:02:10.493Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3162 | 2026-05-26T23:02:10.493Z | --> dns-server/src/dns_server.rs:457:50 |
| 3163 | 2026-05-26T23:02:10.493Z | | |
| 3164 | 2026-05-26T23:02:10.493Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3165 | 2026-05-26T23:02:10.493Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3166 | 2026-05-26T23:02:10.493Z | | | |
| 3167 | 2026-05-26T23:02:10.493Z | | required by a bound introduced by this call |
| 3168 | 2026-05-26T23:02:10.494Z | | |
| 3169 | 2026-05-26T23:02:10.494Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3170 | 2026-05-26T23:02:10.494Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3171 | 2026-05-26T23:02:10.494Z | | |
| 3172 | 2026-05-26T23:02:10.494Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3173 | 2026-05-26T23:02:10.494Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3174 | 2026-05-26T23:02:10.494Z | | |
| 3175 | 2026-05-26T23:02:10.494Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3176 | 2026-05-26T23:02:10.494Z | | |
| 3177 | 2026-05-26T23:02:10.494Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3178 | 2026-05-26T23:02:10.494Z | | ---------------------------------------- this is the found type |
| 3179 | 2026-05-26T23:02:10.494Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3180 | 2026-05-26T23:02:10.494Z | note: required by a bound in `dns_server::encode_and_send` |
| 3181 | 2026-05-26T23:02:10.494Z | --> dns-server/src/dns_server.rs:491:23 |
| 3182 | 2026-05-26T23:02:10.494Z | | |
| 3183 | 2026-05-26T23:02:10.494Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3184 | 2026-05-26T23:02:10.494Z | | --------------- required by a bound in this function |
| 3185 | 2026-05-26T23:02:10.494Z | ... |
| 3186 | 2026-05-26T23:02:10.494Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3187 | 2026-05-26T23:02:10.494Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3188 | 2026-05-26T23:02:10.494Z | |
| 3189 | 2026-05-26T23:02:10.495Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3190 | 2026-05-26T23:02:10.495Z | --> dns-server/src/dns_server.rs:457:50 |
| 3191 | 2026-05-26T23:02:10.495Z | | |
| 3192 | 2026-05-26T23:02:10.495Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3193 | 2026-05-26T23:02:10.496Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3194 | 2026-05-26T23:02:10.496Z | | | |
| 3195 | 2026-05-26T23:02:10.496Z | | required by a bound introduced by this call |
| 3196 | 2026-05-26T23:02:10.496Z | | |
| 3197 | 2026-05-26T23:02:10.496Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3198 | 2026-05-26T23:02:10.496Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3199 | 2026-05-26T23:02:10.496Z | | |
| 3200 | 2026-05-26T23:02:10.496Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3201 | 2026-05-26T23:02:10.496Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3202 | 2026-05-26T23:02:10.496Z | | |
| 3203 | 2026-05-26T23:02:10.496Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3204 | 2026-05-26T23:02:10.496Z | | |
| 3205 | 2026-05-26T23:02:10.496Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3206 | 2026-05-26T23:02:10.496Z | | ---------------------------------------- this is the found type |
| 3207 | 2026-05-26T23:02:10.496Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3208 | 2026-05-26T23:02:10.496Z | note: required by a bound in `dns_server::encode_and_send` |
| 3209 | 2026-05-26T23:02:10.496Z | --> dns-server/src/dns_server.rs:492:27 |
| 3210 | 2026-05-26T23:02:10.496Z | | |
| 3211 | 2026-05-26T23:02:10.497Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3212 | 2026-05-26T23:02:10.497Z | | --------------- required by a bound in this function |
| 3213 | 2026-05-26T23:02:10.497Z | ... |
| 3214 | 2026-05-26T23:02:10.497Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3215 | 2026-05-26T23:02:10.497Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3216 | 2026-05-26T23:02:10.497Z | |
| 3217 | 2026-05-26T23:02:10.497Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3218 | 2026-05-26T23:02:10.497Z | --> dns-server/src/dns_server.rs:457:50 |
| 3219 | 2026-05-26T23:02:10.497Z | | |
| 3220 | 2026-05-26T23:02:10.497Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3221 | 2026-05-26T23:02:10.500Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3222 | 2026-05-26T23:02:10.505Z | | | |
| 3223 | 2026-05-26T23:02:10.505Z | | required by a bound introduced by this call |
| 3224 | 2026-05-26T23:02:10.505Z | | |
| 3225 | 2026-05-26T23:02:10.505Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3226 | 2026-05-26T23:02:10.505Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3227 | 2026-05-26T23:02:10.505Z | | |
| 3228 | 2026-05-26T23:02:10.505Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3229 | 2026-05-26T23:02:10.505Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3230 | 2026-05-26T23:02:10.505Z | | |
| 3231 | 2026-05-26T23:02:10.505Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3232 | 2026-05-26T23:02:10.506Z | | |
| 3233 | 2026-05-26T23:02:10.506Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3234 | 2026-05-26T23:02:10.506Z | | ---------------------------------------- this is the found type |
| 3235 | 2026-05-26T23:02:10.506Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3236 | 2026-05-26T23:02:10.506Z | note: required by a bound in `dns_server::encode_and_send` |
| 3237 | 2026-05-26T23:02:10.506Z | --> dns-server/src/dns_server.rs:493:19 |
| 3238 | 2026-05-26T23:02:10.506Z | | |
| 3239 | 2026-05-26T23:02:10.506Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3240 | 2026-05-26T23:02:10.506Z | | --------------- required by a bound in this function |
| 3241 | 2026-05-26T23:02:10.506Z | ... |
| 3242 | 2026-05-26T23:02:10.506Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 3243 | 2026-05-26T23:02:10.507Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3244 | 2026-05-26T23:02:10.507Z | |
| 3245 | 2026-05-26T23:02:10.507Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3246 | 2026-05-26T23:02:10.507Z | --> dns-server/src/dns_server.rs:457:50 |
| 3247 | 2026-05-26T23:02:10.507Z | | |
| 3248 | 2026-05-26T23:02:10.507Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3249 | 2026-05-26T23:02:10.507Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3250 | 2026-05-26T23:02:10.507Z | | | |
| 3251 | 2026-05-26T23:02:10.507Z | | required by a bound introduced by this call |
| 3252 | 2026-05-26T23:02:10.507Z | | |
| 3253 | 2026-05-26T23:02:10.509Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3254 | 2026-05-26T23:02:10.509Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3255 | 2026-05-26T23:02:10.509Z | | |
| 3256 | 2026-05-26T23:02:10.509Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3257 | 2026-05-26T23:02:10.509Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3258 | 2026-05-26T23:02:10.509Z | | |
| 3259 | 2026-05-26T23:02:10.509Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3260 | 2026-05-26T23:02:10.509Z | | |
| 3261 | 2026-05-26T23:02:10.510Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3262 | 2026-05-26T23:02:10.510Z | | ---------------------------------------- this is the found type |
| 3263 | 2026-05-26T23:02:10.510Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3264 | 2026-05-26T23:02:10.510Z | note: required by a bound in `dns_server::encode_and_send` |
| 3265 | 2026-05-26T23:02:10.510Z | --> dns-server/src/dns_server.rs:494:27 |
| 3266 | 2026-05-26T23:02:10.510Z | | |
| 3267 | 2026-05-26T23:02:10.510Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3268 | 2026-05-26T23:02:10.510Z | | --------------- required by a bound in this function |
| 3269 | 2026-05-26T23:02:10.510Z | ... |
| 3270 | 2026-05-26T23:02:10.510Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 3271 | 2026-05-26T23:02:10.510Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3272 | 2026-05-26T23:02:10.510Z | |
| 3273 | 2026-05-26T23:02:10.510Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3274 | 2026-05-26T23:02:10.510Z | --> dns-server/src/dns_server.rs:457:25 |
| 3275 | 2026-05-26T23:02:10.512Z | | |
| 3276 | 2026-05-26T23:02:10.512Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3277 | 2026-05-26T23:02:10.512Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3278 | 2026-05-26T23:02:10.512Z | | |
| 3279 | 2026-05-26T23:02:10.512Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3280 | 2026-05-26T23:02:10.512Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3281 | 2026-05-26T23:02:10.512Z | | |
| 3282 | 2026-05-26T23:02:10.512Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3283 | 2026-05-26T23:02:10.512Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3284 | 2026-05-26T23:02:10.512Z | | |
| 3285 | 2026-05-26T23:02:10.512Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3286 | 2026-05-26T23:02:10.512Z | | |
| 3287 | 2026-05-26T23:02:10.512Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3288 | 2026-05-26T23:02:10.512Z | | ---------------------------------------- this is the found type |
| 3289 | 2026-05-26T23:02:10.512Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3290 | 2026-05-26T23:02:10.512Z | note: required by a bound in `dns_server::encode_and_send` |
| 3291 | 2026-05-26T23:02:10.512Z | --> dns-server/src/dns_server.rs:491:23 |
| 3292 | 2026-05-26T23:02:10.512Z | | |
| 3293 | 2026-05-26T23:02:10.512Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3294 | 2026-05-26T23:02:10.512Z | | --------------- required by a bound in this function |
| 3295 | 2026-05-26T23:02:10.512Z | ... |
| 3296 | 2026-05-26T23:02:10.512Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3297 | 2026-05-26T23:02:10.513Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3298 | 2026-05-26T23:02:10.513Z | |
| 3299 | 2026-05-26T23:02:10.513Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3300 | 2026-05-26T23:02:10.513Z | --> dns-server/src/dns_server.rs:457:25 |
| 3301 | 2026-05-26T23:02:10.513Z | | |
| 3302 | 2026-05-26T23:02:10.513Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3303 | 2026-05-26T23:02:10.513Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3304 | 2026-05-26T23:02:10.513Z | | |
| 3305 | 2026-05-26T23:02:10.513Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3306 | 2026-05-26T23:02:10.513Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3307 | 2026-05-26T23:02:10.513Z | | |
| 3308 | 2026-05-26T23:02:10.513Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3309 | 2026-05-26T23:02:10.513Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3310 | 2026-05-26T23:02:10.513Z | | |
| 3311 | 2026-05-26T23:02:10.513Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3312 | 2026-05-26T23:02:10.513Z | | |
| 3313 | 2026-05-26T23:02:10.513Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3314 | 2026-05-26T23:02:10.513Z | | ---------------------------------------- this is the found type |
| 3315 | 2026-05-26T23:02:10.513Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3316 | 2026-05-26T23:02:10.513Z | note: required by a bound in `dns_server::encode_and_send` |
| 3317 | 2026-05-26T23:02:10.515Z | --> dns-server/src/dns_server.rs:492:27 |
| 3318 | 2026-05-26T23:02:10.516Z | | |
| 3319 | 2026-05-26T23:02:10.516Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3320 | 2026-05-26T23:02:10.516Z | | --------------- required by a bound in this function |
| 3321 | 2026-05-26T23:02:10.516Z | ... |
| 3322 | 2026-05-26T23:02:10.521Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3323 | 2026-05-26T23:02:10.521Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3324 | 2026-05-26T23:02:10.521Z | |
| 3325 | 2026-05-26T23:02:10.521Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3326 | 2026-05-26T23:02:10.521Z | --> dns-server/src/dns_server.rs:457:25 |
| 3327 | 2026-05-26T23:02:10.521Z | | |
| 3328 | 2026-05-26T23:02:10.521Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3329 | 2026-05-26T23:02:10.521Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3330 | 2026-05-26T23:02:10.521Z | | |
| 3331 | 2026-05-26T23:02:10.521Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3332 | 2026-05-26T23:02:10.521Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3333 | 2026-05-26T23:02:10.521Z | | |
| 3334 | 2026-05-26T23:02:10.521Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3335 | 2026-05-26T23:02:10.521Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3336 | 2026-05-26T23:02:10.521Z | | |
| 3337 | 2026-05-26T23:02:10.521Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3338 | 2026-05-26T23:02:10.522Z | | |
| 3339 | 2026-05-26T23:02:10.522Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3340 | 2026-05-26T23:02:10.522Z | | ---------------------------------------- this is the found type |
| 3341 | 2026-05-26T23:02:10.522Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3342 | 2026-05-26T23:02:10.522Z | note: required by a bound in `dns_server::encode_and_send` |
| 3343 | 2026-05-26T23:02:10.522Z | --> dns-server/src/dns_server.rs:493:19 |
| 3344 | 2026-05-26T23:02:10.522Z | | |
| 3345 | 2026-05-26T23:02:10.522Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3346 | 2026-05-26T23:02:10.522Z | | --------------- required by a bound in this function |
| 3347 | 2026-05-26T23:02:10.522Z | ... |
| 3348 | 2026-05-26T23:02:10.522Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 3349 | 2026-05-26T23:02:10.522Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3350 | 2026-05-26T23:02:10.523Z | |
| 3351 | 2026-05-26T23:02:10.523Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3352 | 2026-05-26T23:02:10.523Z | --> dns-server/src/dns_server.rs:457:25 |
| 3353 | 2026-05-26T23:02:10.523Z | | |
| 3354 | 2026-05-26T23:02:10.523Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3355 | 2026-05-26T23:02:10.523Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3356 | 2026-05-26T23:02:10.523Z | | |
| 3357 | 2026-05-26T23:02:10.523Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3358 | 2026-05-26T23:02:10.523Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3359 | 2026-05-26T23:02:10.523Z | | |
| 3360 | 2026-05-26T23:02:10.523Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3361 | 2026-05-26T23:02:10.523Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3362 | 2026-05-26T23:02:10.523Z | | |
| 3363 | 2026-05-26T23:02:10.523Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3364 | 2026-05-26T23:02:10.523Z | | |
| 3365 | 2026-05-26T23:02:10.523Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3366 | 2026-05-26T23:02:10.523Z | | ---------------------------------------- this is the found type |
| 3367 | 2026-05-26T23:02:10.523Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3368 | 2026-05-26T23:02:10.523Z | note: required by a bound in `dns_server::encode_and_send` |
| 3369 | 2026-05-26T23:02:10.523Z | --> dns-server/src/dns_server.rs:494:27 |
| 3370 | 2026-05-26T23:02:10.523Z | | |
| 3371 | 2026-05-26T23:02:10.523Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3372 | 2026-05-26T23:02:10.523Z | | --------------- required by a bound in this function |
| 3373 | 2026-05-26T23:02:10.523Z | ... |
| 3374 | 2026-05-26T23:02:10.523Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 3375 | 2026-05-26T23:02:10.523Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3376 | 2026-05-26T23:02:10.524Z | |
| 3377 | 2026-05-26T23:02:10.524Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3378 | 2026-05-26T23:02:10.524Z | --> dns-server/src/dns_server.rs:457:69 |
| 3379 | 2026-05-26T23:02:10.524Z | | |
| 3380 | 2026-05-26T23:02:10.524Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3381 | 2026-05-26T23:02:10.526Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3382 | 2026-05-26T23:02:10.526Z | | |
| 3383 | 2026-05-26T23:02:10.526Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3384 | 2026-05-26T23:02:10.526Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3385 | 2026-05-26T23:02:10.526Z | | |
| 3386 | 2026-05-26T23:02:10.526Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3387 | 2026-05-26T23:02:10.526Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3388 | 2026-05-26T23:02:10.526Z | | |
| 3389 | 2026-05-26T23:02:10.526Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3390 | 2026-05-26T23:02:10.526Z | | |
| 3391 | 2026-05-26T23:02:10.526Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3392 | 2026-05-26T23:02:10.526Z | | ---------------------------------------- this is the found type |
| 3393 | 2026-05-26T23:02:10.526Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3394 | 2026-05-26T23:02:10.526Z | note: required by a bound in `dns_server::encode_and_send` |
| 3395 | 2026-05-26T23:02:10.526Z | --> dns-server/src/dns_server.rs:491:23 |
| 3396 | 2026-05-26T23:02:10.526Z | | |
| 3397 | 2026-05-26T23:02:10.527Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3398 | 2026-05-26T23:02:10.527Z | | --------------- required by a bound in this function |
| 3399 | 2026-05-26T23:02:10.527Z | ... |
| 3400 | 2026-05-26T23:02:10.527Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3401 | 2026-05-26T23:02:10.527Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3402 | 2026-05-26T23:02:10.528Z | |
| 3403 | 2026-05-26T23:02:10.528Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3404 | 2026-05-26T23:02:10.528Z | --> dns-server/src/dns_server.rs:457:69 |
| 3405 | 2026-05-26T23:02:10.528Z | | |
| 3406 | 2026-05-26T23:02:10.528Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3407 | 2026-05-26T23:02:10.529Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3408 | 2026-05-26T23:02:10.529Z | | |
| 3409 | 2026-05-26T23:02:10.529Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3410 | 2026-05-26T23:02:10.529Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3411 | 2026-05-26T23:02:10.529Z | | |
| 3412 | 2026-05-26T23:02:10.529Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3413 | 2026-05-26T23:02:10.530Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3414 | 2026-05-26T23:02:10.530Z | | |
| 3415 | 2026-05-26T23:02:10.530Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3416 | 2026-05-26T23:02:10.530Z | | |
| 3417 | 2026-05-26T23:02:10.530Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3418 | 2026-05-26T23:02:10.530Z | | ---------------------------------------- this is the found type |
| 3419 | 2026-05-26T23:02:10.530Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3420 | 2026-05-26T23:02:10.530Z | note: required by a bound in `dns_server::encode_and_send` |
| 3421 | 2026-05-26T23:02:10.530Z | --> dns-server/src/dns_server.rs:492:27 |
| 3422 | 2026-05-26T23:02:10.535Z | | |
| 3423 | 2026-05-26T23:02:10.535Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3424 | 2026-05-26T23:02:10.535Z | | --------------- required by a bound in this function |
| 3425 | 2026-05-26T23:02:10.535Z | ... |
| 3426 | 2026-05-26T23:02:10.535Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3427 | 2026-05-26T23:02:10.535Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3428 | 2026-05-26T23:02:10.535Z | |
| 3429 | 2026-05-26T23:02:10.535Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3430 | 2026-05-26T23:02:10.535Z | --> dns-server/src/dns_server.rs:457:69 |
| 3431 | 2026-05-26T23:02:10.535Z | | |
| 3432 | 2026-05-26T23:02:10.535Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3433 | 2026-05-26T23:02:10.535Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3434 | 2026-05-26T23:02:10.535Z | | |
| 3435 | 2026-05-26T23:02:10.535Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3436 | 2026-05-26T23:02:10.535Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3437 | 2026-05-26T23:02:10.535Z | | |
| 3438 | 2026-05-26T23:02:10.535Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3439 | 2026-05-26T23:02:10.535Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3440 | 2026-05-26T23:02:10.535Z | | |
| 3441 | 2026-05-26T23:02:10.535Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3442 | 2026-05-26T23:02:10.535Z | | |
| 3443 | 2026-05-26T23:02:10.535Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3444 | 2026-05-26T23:02:10.536Z | | ---------------------------------------- this is the found type |
| 3445 | 2026-05-26T23:02:10.536Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3446 | 2026-05-26T23:02:10.536Z | note: required by a bound in `dns_server::encode_and_send` |
| 3447 | 2026-05-26T23:02:10.536Z | --> dns-server/src/dns_server.rs:493:19 |
| 3448 | 2026-05-26T23:02:10.536Z | | |
| 3449 | 2026-05-26T23:02:10.536Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3450 | 2026-05-26T23:02:10.536Z | | --------------- required by a bound in this function |
| 3451 | 2026-05-26T23:02:10.536Z | ... |
| 3452 | 2026-05-26T23:02:10.536Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 3453 | 2026-05-26T23:02:10.536Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3454 | 2026-05-26T23:02:10.536Z | |
| 3455 | 2026-05-26T23:02:10.536Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3456 | 2026-05-26T23:02:10.536Z | --> dns-server/src/dns_server.rs:457:69 |
| 3457 | 2026-05-26T23:02:10.537Z | | |
| 3458 | 2026-05-26T23:02:10.537Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3459 | 2026-05-26T23:02:10.537Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3460 | 2026-05-26T23:02:10.537Z | | |
| 3461 | 2026-05-26T23:02:10.537Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3462 | 2026-05-26T23:02:10.537Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3463 | 2026-05-26T23:02:10.537Z | | |
| 3464 | 2026-05-26T23:02:10.537Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3465 | 2026-05-26T23:02:10.539Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3466 | 2026-05-26T23:02:10.539Z | | |
| 3467 | 2026-05-26T23:02:10.539Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3468 | 2026-05-26T23:02:10.539Z | | |
| 3469 | 2026-05-26T23:02:10.539Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3470 | 2026-05-26T23:02:10.539Z | | ---------------------------------------- this is the found type |
| 3471 | 2026-05-26T23:02:10.539Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3472 | 2026-05-26T23:02:10.539Z | note: required by a bound in `dns_server::encode_and_send` |
| 3473 | 2026-05-26T23:02:10.539Z | --> dns-server/src/dns_server.rs:494:27 |
| 3474 | 2026-05-26T23:02:10.539Z | | |
| 3475 | 2026-05-26T23:02:10.539Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3476 | 2026-05-26T23:02:10.540Z | | --------------- required by a bound in this function |
| 3477 | 2026-05-26T23:02:10.540Z | ... |
| 3478 | 2026-05-26T23:02:10.540Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 3479 | 2026-05-26T23:02:10.540Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3480 | 2026-05-26T23:02:10.540Z | |
| 3481 | 2026-05-26T23:02:10.540Z | error[E0308]: arguments to this method are incorrect |
| 3482 | 2026-05-26T23:02:10.540Z | --> dns-server/src/dns_server.rs:477:20 |
| 3483 | 2026-05-26T23:02:10.540Z | | |
| 3484 | 2026-05-26T23:02:10.540Z | 477 | let mresp = rb.error_msg(header, ResponseCode::ServFail); |
| 3485 | 2026-05-26T23:02:10.540Z | | ^^^^^^^^^ ------ ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode` |
| 3486 | 2026-05-26T23:02:10.540Z | | | |
| 3487 | 2026-05-26T23:02:10.540Z | | expected `Header`, found `hickory_proto::op::Header` |
| 3488 | 2026-05-26T23:02:10.540Z | | |
| 3489 | 2026-05-26T23:02:10.540Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3490 | 2026-05-26T23:02:10.540Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1 |
| 3491 | 2026-05-26T23:02:10.540Z | | |
| 3492 | 2026-05-26T23:02:10.540Z | 57 | pub struct Header { |
| 3493 | 2026-05-26T23:02:10.540Z | | ^^^^^^^^^^^^^^^^^ this is the expected type |
| 3494 | 2026-05-26T23:02:10.540Z | | |
| 3495 | 2026-05-26T23:02:10.540Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1 |
| 3496 | 2026-05-26T23:02:10.540Z | | |
| 3497 | 2026-05-26T23:02:10.540Z | 57 | pub struct Header { |
| 3498 | 2026-05-26T23:02:10.540Z | | ----------------- this is the found type |
| 3499 | 2026-05-26T23:02:10.540Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3500 | 2026-05-26T23:02:10.541Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3501 | 2026-05-26T23:02:10.541Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1 |
| 3502 | 2026-05-26T23:02:10.541Z | | |
| 3503 | 2026-05-26T23:02:10.541Z | 67 | pub enum ResponseCode { |
| 3504 | 2026-05-26T23:02:10.541Z | | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3505 | 2026-05-26T23:02:10.541Z | | |
| 3506 | 2026-05-26T23:02:10.541Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1 |
| 3507 | 2026-05-26T23:02:10.542Z | | |
| 3508 | 2026-05-26T23:02:10.542Z | 67 | pub enum ResponseCode { |
| 3509 | 2026-05-26T23:02:10.542Z | | --------------------- this is the found type |
| 3510 | 2026-05-26T23:02:10.542Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3511 | 2026-05-26T23:02:10.542Z | note: method defined here |
| 3512 | 2026-05-26T23:02:10.542Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12 |
| 3513 | 2026-05-26T23:02:10.542Z | | |
| 3514 | 2026-05-26T23:02:10.542Z | 190 | pub fn error_msg<'a>( |
| 3515 | 2026-05-26T23:02:10.542Z | | ^^^^^^^^^ |
| 3516 | 2026-05-26T23:02:10.542Z | |
| 3517 | 2026-05-26T23:02:10.542Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3518 | 2026-05-26T23:02:10.542Z | --> dns-server/src/dns_server.rs:478:50 |
| 3519 | 2026-05-26T23:02:10.542Z | | |
| 3520 | 2026-05-26T23:02:10.542Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 3521 | 2026-05-26T23:02:10.542Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3522 | 2026-05-26T23:02:10.547Z | | | |
| 3523 | 2026-05-26T23:02:10.547Z | | required by a bound introduced by this call |
| 3524 | 2026-05-26T23:02:10.547Z | | |
| 3525 | 2026-05-26T23:02:10.547Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3526 | 2026-05-26T23:02:10.547Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3527 | 2026-05-26T23:02:10.548Z | | |
| 3528 | 2026-05-26T23:02:10.548Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3529 | 2026-05-26T23:02:10.549Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3530 | 2026-05-26T23:02:10.549Z | | |
| 3531 | 2026-05-26T23:02:10.549Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3532 | 2026-05-26T23:02:10.549Z | | |
| 3533 | 2026-05-26T23:02:10.549Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3534 | 2026-05-26T23:02:10.549Z | | ---------------------------------------- this is the found type |
| 3535 | 2026-05-26T23:02:10.549Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3536 | 2026-05-26T23:02:10.549Z | note: required by a bound in `dns_server::encode_and_send` |
| 3537 | 2026-05-26T23:02:10.549Z | --> dns-server/src/dns_server.rs:491:23 |
| 3538 | 2026-05-26T23:02:10.549Z | | |
| 3539 | 2026-05-26T23:02:10.549Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3540 | 2026-05-26T23:02:10.549Z | | --------------- required by a bound in this function |
| 3541 | 2026-05-26T23:02:10.549Z | ... |
| 3542 | 2026-05-26T23:02:10.549Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3543 | 2026-05-26T23:02:10.549Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3544 | 2026-05-26T23:02:10.549Z | |
| 3545 | 2026-05-26T23:02:10.549Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3546 | 2026-05-26T23:02:10.550Z | --> dns-server/src/dns_server.rs:478:50 |
| 3547 | 2026-05-26T23:02:10.550Z | | |
| 3548 | 2026-05-26T23:02:10.550Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 3549 | 2026-05-26T23:02:10.550Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3550 | 2026-05-26T23:02:10.551Z | | | |
| 3551 | 2026-05-26T23:02:10.551Z | | required by a bound introduced by this call |
| 3552 | 2026-05-26T23:02:10.551Z | | |
| 3553 | 2026-05-26T23:02:10.551Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3554 | 2026-05-26T23:02:10.551Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3555 | 2026-05-26T23:02:10.551Z | | |
| 3556 | 2026-05-26T23:02:10.552Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3557 | 2026-05-26T23:02:10.552Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3558 | 2026-05-26T23:02:10.552Z | | |
| 3559 | 2026-05-26T23:02:10.552Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3560 | 2026-05-26T23:02:10.552Z | | |
| 3561 | 2026-05-26T23:02:10.552Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3562 | 2026-05-26T23:02:10.552Z | | ---------------------------------------- this is the found type |
| 3563 | 2026-05-26T23:02:10.552Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3564 | 2026-05-26T23:02:10.552Z | note: required by a bound in `dns_server::encode_and_send` |
| 3565 | 2026-05-26T23:02:10.552Z | --> dns-server/src/dns_server.rs:492:27 |
| 3566 | 2026-05-26T23:02:10.552Z | | |
| 3567 | 2026-05-26T23:02:10.552Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3568 | 2026-05-26T23:02:10.552Z | | --------------- required by a bound in this function |
| 3569 | 2026-05-26T23:02:10.552Z | ... |
| 3570 | 2026-05-26T23:02:10.552Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3571 | 2026-05-26T23:02:10.553Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3572 | 2026-05-26T23:02:10.553Z | |
| 3573 | 2026-05-26T23:02:10.553Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3574 | 2026-05-26T23:02:10.553Z | --> dns-server/src/dns_server.rs:478:50 |
| 3575 | 2026-05-26T23:02:10.553Z | | |
| 3576 | 2026-05-26T23:02:10.553Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 3577 | 2026-05-26T23:02:10.553Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3578 | 2026-05-26T23:02:10.553Z | | | |
| 3579 | 2026-05-26T23:02:10.553Z | | required by a bound introduced by this call |
| 3580 | 2026-05-26T23:02:10.553Z | | |
| 3581 | 2026-05-26T23:02:10.553Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3582 | 2026-05-26T23:02:10.553Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3583 | 2026-05-26T23:02:10.553Z | | |
| 3584 | 2026-05-26T23:02:10.554Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3585 | 2026-05-26T23:02:10.554Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3586 | 2026-05-26T23:02:10.554Z | | |
| 3587 | 2026-05-26T23:02:10.554Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3588 | 2026-05-26T23:02:10.554Z | | |
| 3589 | 2026-05-26T23:02:10.554Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3590 | 2026-05-26T23:02:10.554Z | | ---------------------------------------- this is the found type |
| 3591 | 2026-05-26T23:02:10.554Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3592 | 2026-05-26T23:02:10.554Z | note: required by a bound in `dns_server::encode_and_send` |
| 3593 | 2026-05-26T23:02:10.554Z | --> dns-server/src/dns_server.rs:493:19 |
| 3594 | 2026-05-26T23:02:10.554Z | | |
| 3595 | 2026-05-26T23:02:10.554Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3596 | 2026-05-26T23:02:10.554Z | | --------------- required by a bound in this function |
| 3597 | 2026-05-26T23:02:10.554Z | ... |
| 3598 | 2026-05-26T23:02:10.554Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 3599 | 2026-05-26T23:02:10.554Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3600 | 2026-05-26T23:02:10.554Z | |
| 3601 | 2026-05-26T23:02:10.554Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3602 | 2026-05-26T23:02:10.554Z | --> dns-server/src/dns_server.rs:478:50 |
| 3603 | 2026-05-26T23:02:10.554Z | | |
| 3604 | 2026-05-26T23:02:10.554Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 3605 | 2026-05-26T23:02:10.555Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3606 | 2026-05-26T23:02:10.555Z | | | |
| 3607 | 2026-05-26T23:02:10.555Z | | required by a bound introduced by this call |
| 3608 | 2026-05-26T23:02:10.555Z | | |
| 3609 | 2026-05-26T23:02:10.555Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3610 | 2026-05-26T23:02:10.555Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3611 | 2026-05-26T23:02:10.555Z | | |
| 3612 | 2026-05-26T23:02:10.555Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3613 | 2026-05-26T23:02:10.557Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3614 | 2026-05-26T23:02:10.557Z | | |
| 3615 | 2026-05-26T23:02:10.557Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3616 | 2026-05-26T23:02:10.557Z | | |
| 3617 | 2026-05-26T23:02:10.557Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3618 | 2026-05-26T23:02:10.557Z | | ---------------------------------------- this is the found type |
| 3619 | 2026-05-26T23:02:10.557Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3620 | 2026-05-26T23:02:10.557Z | note: required by a bound in `dns_server::encode_and_send` |
| 3621 | 2026-05-26T23:02:10.557Z | --> dns-server/src/dns_server.rs:494:27 |
| 3622 | 2026-05-26T23:02:10.562Z | | |
| 3623 | 2026-05-26T23:02:10.562Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3624 | 2026-05-26T23:02:10.562Z | | --------------- required by a bound in this function |
| 3625 | 2026-05-26T23:02:10.562Z | ... |
| 3626 | 2026-05-26T23:02:10.562Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 3627 | 2026-05-26T23:02:10.562Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3628 | 2026-05-26T23:02:10.562Z | |
| 3629 | 2026-05-26T23:02:10.562Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3630 | 2026-05-26T23:02:10.562Z | --> dns-server/src/dns_server.rs:478:25 |
| 3631 | 2026-05-26T23:02:10.562Z | | |
| 3632 | 2026-05-26T23:02:10.562Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 3633 | 2026-05-26T23:02:10.562Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3634 | 2026-05-26T23:02:10.564Z | | |
| 3635 | 2026-05-26T23:02:10.564Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3636 | 2026-05-26T23:02:10.564Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3637 | 2026-05-26T23:02:10.564Z | | |
| 3638 | 2026-05-26T23:02:10.564Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3639 | 2026-05-26T23:02:10.564Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3640 | 2026-05-26T23:02:10.564Z | | |
| 3641 | 2026-05-26T23:02:10.564Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3642 | 2026-05-26T23:02:10.564Z | | |
| 3643 | 2026-05-26T23:02:10.564Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3644 | 2026-05-26T23:02:10.564Z | | ---------------------------------------- this is the found type |
| 3645 | 2026-05-26T23:02:10.564Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3646 | 2026-05-26T23:02:10.564Z | note: required by a bound in `dns_server::encode_and_send` |
| 3647 | 2026-05-26T23:02:10.564Z | --> dns-server/src/dns_server.rs:491:23 |
| 3648 | 2026-05-26T23:02:10.564Z | | |
| 3649 | 2026-05-26T23:02:10.564Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3650 | 2026-05-26T23:02:10.564Z | | --------------- required by a bound in this function |
| 3651 | 2026-05-26T23:02:10.564Z | ... |
| 3652 | 2026-05-26T23:02:10.564Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3653 | 2026-05-26T23:02:10.564Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3654 | 2026-05-26T23:02:10.565Z | |
| 3655 | 2026-05-26T23:02:10.565Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3656 | 2026-05-26T23:02:10.566Z | --> dns-server/src/dns_server.rs:478:25 |
| 3657 | 2026-05-26T23:02:10.566Z | | |
| 3658 | 2026-05-26T23:02:10.566Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 3659 | 2026-05-26T23:02:10.566Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3660 | 2026-05-26T23:02:10.566Z | | |
| 3661 | 2026-05-26T23:02:10.566Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3662 | 2026-05-26T23:02:10.566Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3663 | 2026-05-26T23:02:10.566Z | | |
| 3664 | 2026-05-26T23:02:10.566Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3665 | 2026-05-26T23:02:10.566Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3666 | 2026-05-26T23:02:10.566Z | | |
| 3667 | 2026-05-26T23:02:10.566Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3668 | 2026-05-26T23:02:10.566Z | | |
| 3669 | 2026-05-26T23:02:10.566Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3670 | 2026-05-26T23:02:10.566Z | | ---------------------------------------- this is the found type |
| 3671 | 2026-05-26T23:02:10.566Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3672 | 2026-05-26T23:02:10.566Z | note: required by a bound in `dns_server::encode_and_send` |
| 3673 | 2026-05-26T23:02:10.566Z | --> dns-server/src/dns_server.rs:492:27 |
| 3674 | 2026-05-26T23:02:10.566Z | | |
| 3675 | 2026-05-26T23:02:10.566Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3676 | 2026-05-26T23:02:10.567Z | | --------------- required by a bound in this function |
| 3677 | 2026-05-26T23:02:10.567Z | ... |
| 3678 | 2026-05-26T23:02:10.567Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3679 | 2026-05-26T23:02:10.567Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3680 | 2026-05-26T23:02:10.567Z | |
| 3681 | 2026-05-26T23:02:10.567Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3682 | 2026-05-26T23:02:10.567Z | --> dns-server/src/dns_server.rs:478:25 |
| 3683 | 2026-05-26T23:02:10.567Z | | |
| 3684 | 2026-05-26T23:02:10.567Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 3685 | 2026-05-26T23:02:10.567Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3686 | 2026-05-26T23:02:10.568Z | | |
| 3687 | 2026-05-26T23:02:10.568Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3688 | 2026-05-26T23:02:10.568Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3689 | 2026-05-26T23:02:10.568Z | | |
| 3690 | 2026-05-26T23:02:10.568Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3691 | 2026-05-26T23:02:10.568Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3692 | 2026-05-26T23:02:10.568Z | | |
| 3693 | 2026-05-26T23:02:10.568Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3694 | 2026-05-26T23:02:10.568Z | | |
| 3695 | 2026-05-26T23:02:10.568Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3696 | 2026-05-26T23:02:10.568Z | | ---------------------------------------- this is the found type |
| 3697 | 2026-05-26T23:02:10.569Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3698 | 2026-05-26T23:02:10.569Z | note: required by a bound in `dns_server::encode_and_send` |
| 3699 | 2026-05-26T23:02:10.570Z | --> dns-server/src/dns_server.rs:493:19 |
| 3700 | 2026-05-26T23:02:10.570Z | | |
| 3701 | 2026-05-26T23:02:10.570Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3702 | 2026-05-26T23:02:10.570Z | | --------------- required by a bound in this function |
| 3703 | 2026-05-26T23:02:10.570Z | ... |
| 3704 | 2026-05-26T23:02:10.571Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 3705 | 2026-05-26T23:02:10.571Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3706 | 2026-05-26T23:02:10.571Z | |
| 3707 | 2026-05-26T23:02:10.571Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3708 | 2026-05-26T23:02:10.571Z | --> dns-server/src/dns_server.rs:478:25 |
| 3709 | 2026-05-26T23:02:10.571Z | | |
| 3710 | 2026-05-26T23:02:10.571Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 3711 | 2026-05-26T23:02:10.571Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3712 | 2026-05-26T23:02:10.571Z | | |
| 3713 | 2026-05-26T23:02:10.571Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3714 | 2026-05-26T23:02:10.571Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3715 | 2026-05-26T23:02:10.571Z | | |
| 3716 | 2026-05-26T23:02:10.571Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3717 | 2026-05-26T23:02:10.571Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3718 | 2026-05-26T23:02:10.572Z | | |
| 3719 | 2026-05-26T23:02:10.572Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3720 | 2026-05-26T23:02:10.572Z | | |
| 3721 | 2026-05-26T23:02:10.572Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3722 | 2026-05-26T23:02:10.576Z | | ---------------------------------------- this is the found type |
| 3723 | 2026-05-26T23:02:10.576Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3724 | 2026-05-26T23:02:10.576Z | note: required by a bound in `dns_server::encode_and_send` |
| 3725 | 2026-05-26T23:02:10.576Z | --> dns-server/src/dns_server.rs:494:27 |
| 3726 | 2026-05-26T23:02:10.577Z | | |
| 3727 | 2026-05-26T23:02:10.577Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3728 | 2026-05-26T23:02:10.577Z | | --------------- required by a bound in this function |
| 3729 | 2026-05-26T23:02:10.577Z | ... |
| 3730 | 2026-05-26T23:02:10.577Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 3731 | 2026-05-26T23:02:10.577Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3732 | 2026-05-26T23:02:10.577Z | |
| 3733 | 2026-05-26T23:02:10.577Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3734 | 2026-05-26T23:02:10.577Z | --> dns-server/src/dns_server.rs:478:69 |
| 3735 | 2026-05-26T23:02:10.577Z | | |
| 3736 | 2026-05-26T23:02:10.577Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 3737 | 2026-05-26T23:02:10.577Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3738 | 2026-05-26T23:02:10.577Z | | |
| 3739 | 2026-05-26T23:02:10.578Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3740 | 2026-05-26T23:02:10.578Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3741 | 2026-05-26T23:02:10.578Z | | |
| 3742 | 2026-05-26T23:02:10.578Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3743 | 2026-05-26T23:02:10.578Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3744 | 2026-05-26T23:02:10.578Z | | |
| 3745 | 2026-05-26T23:02:10.578Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3746 | 2026-05-26T23:02:10.578Z | | |
| 3747 | 2026-05-26T23:02:10.578Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3748 | 2026-05-26T23:02:10.578Z | | ---------------------------------------- this is the found type |
| 3749 | 2026-05-26T23:02:10.579Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3750 | 2026-05-26T23:02:10.579Z | note: required by a bound in `dns_server::encode_and_send` |
| 3751 | 2026-05-26T23:02:10.579Z | --> dns-server/src/dns_server.rs:491:23 |
| 3752 | 2026-05-26T23:02:10.579Z | | |
| 3753 | 2026-05-26T23:02:10.579Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3754 | 2026-05-26T23:02:10.579Z | | --------------- required by a bound in this function |
| 3755 | 2026-05-26T23:02:10.579Z | ... |
| 3756 | 2026-05-26T23:02:10.579Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3757 | 2026-05-26T23:02:10.579Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3758 | 2026-05-26T23:02:10.579Z | |
| 3759 | 2026-05-26T23:02:10.579Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3760 | 2026-05-26T23:02:10.579Z | --> dns-server/src/dns_server.rs:478:69 |
| 3761 | 2026-05-26T23:02:10.580Z | | |
| 3762 | 2026-05-26T23:02:10.580Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 3763 | 2026-05-26T23:02:10.580Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3764 | 2026-05-26T23:02:10.580Z | | |
| 3765 | 2026-05-26T23:02:10.580Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3766 | 2026-05-26T23:02:10.580Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3767 | 2026-05-26T23:02:10.580Z | | |
| 3768 | 2026-05-26T23:02:10.580Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3769 | 2026-05-26T23:02:10.580Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3770 | 2026-05-26T23:02:10.580Z | | |
| 3771 | 2026-05-26T23:02:10.580Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3772 | 2026-05-26T23:02:10.580Z | | |
| 3773 | 2026-05-26T23:02:10.580Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3774 | 2026-05-26T23:02:10.580Z | | ---------------------------------------- this is the found type |
| 3775 | 2026-05-26T23:02:10.580Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3776 | 2026-05-26T23:02:10.580Z | note: required by a bound in `dns_server::encode_and_send` |
| 3777 | 2026-05-26T23:02:10.580Z | --> dns-server/src/dns_server.rs:492:27 |
| 3778 | 2026-05-26T23:02:10.580Z | | |
| 3779 | 2026-05-26T23:02:10.580Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3780 | 2026-05-26T23:02:10.580Z | | --------------- required by a bound in this function |
| 3781 | 2026-05-26T23:02:10.580Z | ... |
| 3782 | 2026-05-26T23:02:10.580Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3783 | 2026-05-26T23:02:10.581Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3784 | 2026-05-26T23:02:10.581Z | |
| 3785 | 2026-05-26T23:02:10.581Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3786 | 2026-05-26T23:02:10.581Z | --> dns-server/src/dns_server.rs:478:69 |
| 3787 | 2026-05-26T23:02:10.581Z | | |
| 3788 | 2026-05-26T23:02:10.581Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 3789 | 2026-05-26T23:02:10.581Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3790 | 2026-05-26T23:02:10.581Z | | |
| 3791 | 2026-05-26T23:02:10.581Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3792 | 2026-05-26T23:02:10.581Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3793 | 2026-05-26T23:02:10.581Z | | |
| 3794 | 2026-05-26T23:02:10.581Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3795 | 2026-05-26T23:02:10.581Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3796 | 2026-05-26T23:02:10.581Z | | |
| 3797 | 2026-05-26T23:02:10.582Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3798 | 2026-05-26T23:02:10.582Z | | |
| 3799 | 2026-05-26T23:02:10.582Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3800 | 2026-05-26T23:02:10.582Z | | ---------------------------------------- this is the found type |
| 3801 | 2026-05-26T23:02:10.582Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3802 | 2026-05-26T23:02:10.582Z | note: required by a bound in `dns_server::encode_and_send` |
| 3803 | 2026-05-26T23:02:10.582Z | --> dns-server/src/dns_server.rs:493:19 |
| 3804 | 2026-05-26T23:02:10.583Z | | |
| 3805 | 2026-05-26T23:02:10.583Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3806 | 2026-05-26T23:02:10.583Z | | --------------- required by a bound in this function |
| 3807 | 2026-05-26T23:02:10.583Z | ... |
| 3808 | 2026-05-26T23:02:10.583Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 3809 | 2026-05-26T23:02:10.583Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3810 | 2026-05-26T23:02:10.583Z | |
| 3811 | 2026-05-26T23:02:10.583Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3812 | 2026-05-26T23:02:10.583Z | --> dns-server/src/dns_server.rs:478:69 |
| 3813 | 2026-05-26T23:02:10.583Z | | |
| 3814 | 2026-05-26T23:02:10.583Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 3815 | 2026-05-26T23:02:10.583Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3816 | 2026-05-26T23:02:10.583Z | | |
| 3817 | 2026-05-26T23:02:10.583Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3818 | 2026-05-26T23:02:10.583Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3819 | 2026-05-26T23:02:10.583Z | | |
| 3820 | 2026-05-26T23:02:10.583Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3821 | 2026-05-26T23:02:10.583Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3822 | 2026-05-26T23:02:10.588Z | | |
| 3823 | 2026-05-26T23:02:10.588Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3824 | 2026-05-26T23:02:10.588Z | | |
| 3825 | 2026-05-26T23:02:10.588Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3826 | 2026-05-26T23:02:10.588Z | | ---------------------------------------- this is the found type |
| 3827 | 2026-05-26T23:02:10.588Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3828 | 2026-05-26T23:02:10.588Z | note: required by a bound in `dns_server::encode_and_send` |
| 3829 | 2026-05-26T23:02:10.589Z | --> dns-server/src/dns_server.rs:494:27 |
| 3830 | 2026-05-26T23:02:10.589Z | | |
| 3831 | 2026-05-26T23:02:10.589Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3832 | 2026-05-26T23:02:10.589Z | | --------------- required by a bound in this function |
| 3833 | 2026-05-26T23:02:10.589Z | ... |
| 3834 | 2026-05-26T23:02:10.589Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 3835 | 2026-05-26T23:02:10.589Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3836 | 2026-05-26T23:02:10.589Z | |
| 3837 | 2026-05-26T23:02:10.589Z | error[E0599]: the method `destructive_emit` exists for struct `hickory_server::authority::MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>`, but its trait bounds were not satisfied |
| 3838 | 2026-05-26T23:02:10.589Z | --> dns-server/src/dns_server.rs:500:14 |
| 3839 | 2026-05-26T23:02:10.589Z | | |
| 3840 | 2026-05-26T23:02:10.589Z | 499 | let _ = mresp |
| 3841 | 2026-05-26T23:02:10.589Z | | _________________- |
| 3842 | 2026-05-26T23:02:10.589Z | 500 | | .destructive_emit(&mut enc) |
| 3843 | 2026-05-26T23:02:10.589Z | | | -^^^^^^^^^^^^^^^^ method cannot be called due to unsatisfied trait bounds |
| 3844 | 2026-05-26T23:02:10.589Z | | |_____________| |
| 3845 | 2026-05-26T23:02:10.589Z | | |
| 3846 | 2026-05-26T23:02:10.589Z | | |
| 3847 | 2026-05-26T23:02:10.589Z | = note: the following trait bounds were not satisfied: |
| 3848 | 2026-05-26T23:02:10.589Z | `<Answers as std::iter::Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record` |
| 3849 | 2026-05-26T23:02:10.589Z | `<NameServers as std::iter::Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record` |
| 3850 | 2026-05-26T23:02:10.589Z | `<Soa as std::iter::Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record` |
| 3851 | 2026-05-26T23:02:10.589Z | `<Additionals as std::iter::Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record` |
| 3852 | 2026-05-26T23:02:10.589Z | |
| 3853 | 2026-05-26T23:02:10.589Z | error[E0308]: mismatched types |
| 3854 | 2026-05-26T23:02:10.589Z | --> dns-server/src/dns_server.rs:229:35 |
| 3855 | 2026-05-26T23:02:10.590Z | | |
| 3856 | 2026-05-26T23:02:10.590Z | 229 | Ok(Record::from_rdata(name.clone(), 0, RData::A((*addr).into()))) |
| 3857 | 2026-05-26T23:02:10.590Z | | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 3858 | 2026-05-26T23:02:10.590Z | | | |
| 3859 | 2026-05-26T23:02:10.590Z | | arguments to this function are incorrect |
| 3860 | 2026-05-26T23:02:10.590Z | | |
| 3861 | 2026-05-26T23:02:10.590Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3862 | 2026-05-26T23:02:10.590Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 3863 | 2026-05-26T23:02:10.590Z | | |
| 3864 | 2026-05-26T23:02:10.590Z | 34 | pub struct Name { |
| 3865 | 2026-05-26T23:02:10.590Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 3866 | 2026-05-26T23:02:10.590Z | | |
| 3867 | 2026-05-26T23:02:10.590Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 3868 | 2026-05-26T23:02:10.590Z | | |
| 3869 | 2026-05-26T23:02:10.590Z | 37 | pub struct Name { |
| 3870 | 2026-05-26T23:02:10.591Z | | --------------- this is the found type |
| 3871 | 2026-05-26T23:02:10.591Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3872 | 2026-05-26T23:02:10.591Z | note: associated function defined here |
| 3873 | 2026-05-26T23:02:10.591Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 3874 | 2026-05-26T23:02:10.591Z | | |
| 3875 | 2026-05-26T23:02:10.591Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 3876 | 2026-05-26T23:02:10.591Z | | ^^^^^^^^^^ |
| 3877 | 2026-05-26T23:02:10.591Z | |
| 3878 | 2026-05-26T23:02:10.591Z | error[E0308]: mismatched types |
| 3879 | 2026-05-26T23:02:10.591Z | --> dns-server/src/dns_server.rs:233:35 |
| 3880 | 2026-05-26T23:02:10.591Z | | |
| 3881 | 2026-05-26T23:02:10.591Z | 233 | Ok(Record::from_rdata(name.clone(), 0, RData::AAAA((*addr).into()))) |
| 3882 | 2026-05-26T23:02:10.591Z | | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 3883 | 2026-05-26T23:02:10.591Z | | | |
| 3884 | 2026-05-26T23:02:10.591Z | | arguments to this function are incorrect |
| 3885 | 2026-05-26T23:02:10.591Z | | |
| 3886 | 2026-05-26T23:02:10.591Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3887 | 2026-05-26T23:02:10.591Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 3888 | 2026-05-26T23:02:10.591Z | | |
| 3889 | 2026-05-26T23:02:10.591Z | 34 | pub struct Name { |
| 3890 | 2026-05-26T23:02:10.591Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 3891 | 2026-05-26T23:02:10.591Z | | |
| 3892 | 2026-05-26T23:02:10.592Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 3893 | 2026-05-26T23:02:10.593Z | | |
| 3894 | 2026-05-26T23:02:10.593Z | 37 | pub struct Name { |
| 3895 | 2026-05-26T23:02:10.593Z | | --------------- this is the found type |
| 3896 | 2026-05-26T23:02:10.593Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3897 | 2026-05-26T23:02:10.593Z | note: associated function defined here |
| 3898 | 2026-05-26T23:02:10.593Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 3899 | 2026-05-26T23:02:10.593Z | | |
| 3900 | 2026-05-26T23:02:10.593Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 3901 | 2026-05-26T23:02:10.593Z | | ^^^^^^^^^^ |
| 3902 | 2026-05-26T23:02:10.593Z | |
| 3903 | 2026-05-26T23:02:10.593Z | error[E0308]: mismatched types |
| 3904 | 2026-05-26T23:02:10.593Z | --> dns-server/src/dns_server.rs:247:60 |
| 3905 | 2026-05-26T23:02:10.594Z | | |
| 3906 | 2026-05-26T23:02:10.594Z | 247 | RData::SRV(SRV::new(*prio, *weight, *port, tgt)), |
| 3907 | 2026-05-26T23:02:10.594Z | | -------- ^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 3908 | 2026-05-26T23:02:10.594Z | | | |
| 3909 | 2026-05-26T23:02:10.594Z | | arguments to this function are incorrect |
| 3910 | 2026-05-26T23:02:10.594Z | | |
| 3911 | 2026-05-26T23:02:10.594Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3912 | 2026-05-26T23:02:10.594Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 3913 | 2026-05-26T23:02:10.594Z | | |
| 3914 | 2026-05-26T23:02:10.596Z | 34 | pub struct Name { |
| 3915 | 2026-05-26T23:02:10.596Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 3916 | 2026-05-26T23:02:10.596Z | | |
| 3917 | 2026-05-26T23:02:10.596Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 3918 | 2026-05-26T23:02:10.596Z | | |
| 3919 | 2026-05-26T23:02:10.597Z | 37 | pub struct Name { |
| 3920 | 2026-05-26T23:02:10.597Z | | --------------- this is the found type |
| 3921 | 2026-05-26T23:02:10.597Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3922 | 2026-05-26T23:02:10.601Z | note: associated function defined here |
| 3923 | 2026-05-26T23:02:10.602Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/srv.rs:174:12 |
| 3924 | 2026-05-26T23:02:10.602Z | | |
| 3925 | 2026-05-26T23:02:10.602Z | 174 | pub fn new(priority: u16, weight: u16, port: u16, target: Name) -> Self { |
| 3926 | 2026-05-26T23:02:10.602Z | | ^^^ |
| 3927 | 2026-05-26T23:02:10.602Z | |
| 3928 | 2026-05-26T23:02:10.602Z | error[E0308]: mismatched types |
| 3929 | 2026-05-26T23:02:10.602Z | --> dns-server/src/dns_server.rs:245:17 |
| 3930 | 2026-05-26T23:02:10.602Z | | |
| 3931 | 2026-05-26T23:02:10.602Z | 244 | Ok(Record::from_rdata( |
| 3932 | 2026-05-26T23:02:10.602Z | | ------------------ arguments to this function are incorrect |
| 3933 | 2026-05-26T23:02:10.602Z | 245 | name.clone(), |
| 3934 | 2026-05-26T23:02:10.602Z | | ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 3935 | 2026-05-26T23:02:10.602Z | | |
| 3936 | 2026-05-26T23:02:10.602Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3937 | 2026-05-26T23:02:10.603Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 3938 | 2026-05-26T23:02:10.603Z | | |
| 3939 | 2026-05-26T23:02:10.603Z | 34 | pub struct Name { |
| 3940 | 2026-05-26T23:02:10.604Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 3941 | 2026-05-26T23:02:10.604Z | | |
| 3942 | 2026-05-26T23:02:10.604Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 3943 | 2026-05-26T23:02:10.604Z | | |
| 3944 | 2026-05-26T23:02:10.604Z | 37 | pub struct Name { |
| 3945 | 2026-05-26T23:02:10.604Z | | --------------- this is the found type |
| 3946 | 2026-05-26T23:02:10.604Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3947 | 2026-05-26T23:02:10.604Z | note: associated function defined here |
| 3948 | 2026-05-26T23:02:10.604Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 3949 | 2026-05-26T23:02:10.604Z | | |
| 3950 | 2026-05-26T23:02:10.604Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 3951 | 2026-05-26T23:02:10.604Z | | ^^^^^^^^^^ |
| 3952 | 2026-05-26T23:02:10.604Z | |
| 3953 | 2026-05-26T23:02:10.604Z | error[E0308]: mismatched types |
| 3954 | 2026-05-26T23:02:10.604Z | --> dns-server/src/dns_server.rs:259:65 |
| 3955 | 2026-05-26T23:02:10.604Z | | |
| 3956 | 2026-05-26T23:02:10.604Z | 259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname)))) |
| 3957 | 2026-05-26T23:02:10.604Z | | -- ^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 3958 | 2026-05-26T23:02:10.604Z | | | |
| 3959 | 2026-05-26T23:02:10.605Z | | arguments to this struct are incorrect |
| 3960 | 2026-05-26T23:02:10.605Z | | |
| 3961 | 2026-05-26T23:02:10.605Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3962 | 2026-05-26T23:02:10.605Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 3963 | 2026-05-26T23:02:10.605Z | | |
| 3964 | 2026-05-26T23:02:10.605Z | 34 | pub struct Name { |
| 3965 | 2026-05-26T23:02:10.605Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 3966 | 2026-05-26T23:02:10.605Z | | |
| 3967 | 2026-05-26T23:02:10.605Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 3968 | 2026-05-26T23:02:10.605Z | | |
| 3969 | 2026-05-26T23:02:10.605Z | 37 | pub struct Name { |
| 3970 | 2026-05-26T23:02:10.605Z | | --------------- this is the found type |
| 3971 | 2026-05-26T23:02:10.605Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3972 | 2026-05-26T23:02:10.605Z | note: tuple struct defined here |
| 3973 | 2026-05-26T23:02:10.606Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/name.rs:98:13 |
| 3974 | 2026-05-26T23:02:10.606Z | | |
| 3975 | 2026-05-26T23:02:10.606Z | 98 | name_rdata!(NS, RDataEncoding::StandardRecord); |
| 3976 | 2026-05-26T23:02:10.606Z | | ^^ |
| 3977 | 2026-05-26T23:02:10.606Z | |
| 3978 | 2026-05-26T23:02:10.606Z | error[E0308]: mismatched types |
| 3979 | 2026-05-26T23:02:10.606Z | --> dns-server/src/dns_server.rs:259:35 |
| 3980 | 2026-05-26T23:02:10.606Z | | |
| 3981 | 2026-05-26T23:02:10.606Z | 259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname)))) |
| 3982 | 2026-05-26T23:02:10.607Z | | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 3983 | 2026-05-26T23:02:10.607Z | | | |
| 3984 | 2026-05-26T23:02:10.607Z | | arguments to this function are incorrect |
| 3985 | 2026-05-26T23:02:10.607Z | | |
| 3986 | 2026-05-26T23:02:10.607Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3987 | 2026-05-26T23:02:10.607Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 3988 | 2026-05-26T23:02:10.607Z | | |
| 3989 | 2026-05-26T23:02:10.608Z | 34 | pub struct Name { |
| 3990 | 2026-05-26T23:02:10.608Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 3991 | 2026-05-26T23:02:10.608Z | | |
| 3992 | 2026-05-26T23:02:10.608Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 3993 | 2026-05-26T23:02:10.608Z | | |
| 3994 | 2026-05-26T23:02:10.608Z | 37 | pub struct Name { |
| 3995 | 2026-05-26T23:02:10.608Z | | --------------- this is the found type |
| 3996 | 2026-05-26T23:02:10.608Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3997 | 2026-05-26T23:02:10.609Z | note: associated function defined here |
| 3998 | 2026-05-26T23:02:10.609Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 3999 | 2026-05-26T23:02:10.609Z | | |
| 4000 | 2026-05-26T23:02:10.609Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 4001 | 2026-05-26T23:02:10.609Z | | ^^^^^^^^^^ |
| 4002 | 2026-05-26T23:02:10.609Z | |
| 4003 | 2026-05-26T23:02:10.609Z | error[E0308]: arguments to this function are incorrect |
| 4004 | 2026-05-26T23:02:10.610Z | --> dns-server/src/storage.rs:448:43 |
| 4005 | 2026-05-26T23:02:10.610Z | | |
| 4006 | 2026-05-26T23:02:10.610Z | 448 | hickory_proto::rr::RData::SOA(hickory_proto::rr::rdata::SOA::new( |
| 4007 | 2026-05-26T23:02:10.610Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 4008 | 2026-05-26T23:02:10.610Z | 449 | preferred_nameserver, |
| 4009 | 2026-05-26T23:02:10.610Z | | -------------------- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4010 | 2026-05-26T23:02:10.610Z | 450 | rname, |
| 4011 | 2026-05-26T23:02:10.610Z | | ----- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4012 | 2026-05-26T23:02:10.610Z | | |
| 4013 | 2026-05-26T23:02:10.610Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4014 | 2026-05-26T23:02:10.610Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4015 | 2026-05-26T23:02:10.611Z | | |
| 4016 | 2026-05-26T23:02:10.611Z | 34 | pub struct Name { |
| 4017 | 2026-05-26T23:02:10.611Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4018 | 2026-05-26T23:02:10.611Z | | |
| 4019 | 2026-05-26T23:02:10.611Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4020 | 2026-05-26T23:02:10.611Z | | |
| 4021 | 2026-05-26T23:02:10.611Z | 37 | pub struct Name { |
| 4022 | 2026-05-26T23:02:10.617Z | | --------------- this is the found type |
| 4023 | 2026-05-26T23:02:10.617Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4024 | 2026-05-26T23:02:10.617Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4025 | 2026-05-26T23:02:10.618Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4026 | 2026-05-26T23:02:10.618Z | | |
| 4027 | 2026-05-26T23:02:10.618Z | 34 | pub struct Name { |
| 4028 | 2026-05-26T23:02:10.618Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4029 | 2026-05-26T23:02:10.619Z | | |
| 4030 | 2026-05-26T23:02:10.619Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4031 | 2026-05-26T23:02:10.619Z | | |
| 4032 | 2026-05-26T23:02:10.619Z | 37 | pub struct Name { |
| 4033 | 2026-05-26T23:02:10.619Z | | --------------- this is the found type |
| 4034 | 2026-05-26T23:02:10.619Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4035 | 2026-05-26T23:02:10.619Z | note: associated function defined here |
| 4036 | 2026-05-26T23:02:10.619Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/soa.rs:154:12 |
| 4037 | 2026-05-26T23:02:10.619Z | | |
| 4038 | 2026-05-26T23:02:10.619Z | 154 | pub fn new( |
| 4039 | 2026-05-26T23:02:10.619Z | | ^^^ |
| 4040 | 2026-05-26T23:02:10.619Z | |
| 4041 | 2026-05-26T23:02:10.619Z | error[E0308]: mismatched types |
| 4042 | 2026-05-26T23:02:10.619Z | --> dns-server/src/storage.rs:446:13 |
| 4043 | 2026-05-26T23:02:10.619Z | | |
| 4044 | 2026-05-26T23:02:10.619Z | 445 | let record = hickory_proto::rr::Record::from_rdata( |
| 4045 | 2026-05-26T23:02:10.619Z | | ------------------------------------- arguments to this function are incorrect |
| 4046 | 2026-05-26T23:02:10.619Z | 446 | soa_name, |
| 4047 | 2026-05-26T23:02:10.620Z | | ^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4048 | 2026-05-26T23:02:10.620Z | | |
| 4049 | 2026-05-26T23:02:10.620Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4050 | 2026-05-26T23:02:10.620Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4051 | 2026-05-26T23:02:10.620Z | | |
| 4052 | 2026-05-26T23:02:10.620Z | 34 | pub struct Name { |
| 4053 | 2026-05-26T23:02:10.620Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4054 | 2026-05-26T23:02:10.620Z | | |
| 4055 | 2026-05-26T23:02:10.620Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4056 | 2026-05-26T23:02:10.620Z | | |
| 4057 | 2026-05-26T23:02:10.620Z | 37 | pub struct Name { |
| 4058 | 2026-05-26T23:02:10.620Z | | --------------- this is the found type |
| 4059 | 2026-05-26T23:02:10.620Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4060 | 2026-05-26T23:02:10.620Z | note: associated function defined here |
| 4061 | 2026-05-26T23:02:10.620Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 4062 | 2026-05-26T23:02:10.620Z | | |
| 4063 | 2026-05-26T23:02:10.620Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 4064 | 2026-05-26T23:02:10.620Z | | ^^^^^^^^^^ |
| 4065 | 2026-05-26T23:02:10.620Z | |
| 4066 | 2026-05-26T23:02:10.620Z | error[E0308]: mismatched types |
| 4067 | 2026-05-26T23:02:10.620Z | --> dns-server/src/storage.rs:768:30 |
| 4068 | 2026-05-26T23:02:10.621Z | | |
| 4069 | 2026-05-26T23:02:10.621Z | 768 | self.query_raw(name, orig_name) |
| 4070 | 2026-05-26T23:02:10.621Z | | --------- ^^^^^^^^^ expected `hickory_resolver::Name`, found `hickory_proto::rr::Name` |
| 4071 | 2026-05-26T23:02:10.622Z | | | |
| 4072 | 2026-05-26T23:02:10.622Z | | arguments to this method are incorrect |
| 4073 | 2026-05-26T23:02:10.622Z | | |
| 4074 | 2026-05-26T23:02:10.622Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4075 | 2026-05-26T23:02:10.622Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4076 | 2026-05-26T23:02:10.622Z | | |
| 4077 | 2026-05-26T23:02:10.622Z | 37 | pub struct Name { |
| 4078 | 2026-05-26T23:02:10.622Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4079 | 2026-05-26T23:02:10.622Z | | |
| 4080 | 2026-05-26T23:02:10.622Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4081 | 2026-05-26T23:02:10.622Z | | |
| 4082 | 2026-05-26T23:02:10.623Z | 34 | pub struct Name { |
| 4083 | 2026-05-26T23:02:10.623Z | | --------------- this is the found type |
| 4084 | 2026-05-26T23:02:10.623Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4085 | 2026-05-26T23:02:10.623Z | note: method defined here |
| 4086 | 2026-05-26T23:02:10.624Z | --> dns-server/src/storage.rs:780:8 |
| 4087 | 2026-05-26T23:02:10.624Z | | |
| 4088 | 2026-05-26T23:02:10.624Z | 780 | fn query_raw( |
| 4089 | 2026-05-26T23:02:10.624Z | | ^^^^^^^^^ |
| 4090 | 2026-05-26T23:02:10.624Z | ... |
| 4091 | 2026-05-26T23:02:10.624Z | 783 | orig_name: &Name, |
| 4092 | 2026-05-26T23:02:10.624Z | | ---------------- |
| 4093 | 2026-05-26T23:02:10.624Z | |
| 4094 | 2026-05-26T23:02:10.625Z | error[E0308]: mismatched types |
| 4095 | 2026-05-26T23:02:10.625Z | --> dns-server/src/storage.rs:777:40 |
| 4096 | 2026-05-26T23:02:10.625Z | | |
| 4097 | 2026-05-26T23:02:10.625Z | 777 | self.query_raw(&LowerName::new(name), name) |
| 4098 | 2026-05-26T23:02:10.625Z | | -------------- ^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4099 | 2026-05-26T23:02:10.625Z | | | |
| 4100 | 2026-05-26T23:02:10.625Z | | arguments to this function are incorrect |
| 4101 | 2026-05-26T23:02:10.625Z | | |
| 4102 | 2026-05-26T23:02:10.625Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4103 | 2026-05-26T23:02:10.625Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4104 | 2026-05-26T23:02:10.625Z | | |
| 4105 | 2026-05-26T23:02:10.625Z | 34 | pub struct Name { |
| 4106 | 2026-05-26T23:02:10.625Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4107 | 2026-05-26T23:02:10.625Z | | |
| 4108 | 2026-05-26T23:02:10.625Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4109 | 2026-05-26T23:02:10.625Z | | |
| 4110 | 2026-05-26T23:02:10.625Z | 37 | pub struct Name { |
| 4111 | 2026-05-26T23:02:10.625Z | | --------------- this is the found type |
| 4112 | 2026-05-26T23:02:10.625Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4113 | 2026-05-26T23:02:10.625Z | note: associated function defined here |
| 4114 | 2026-05-26T23:02:10.625Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:37:12 |
| 4115 | 2026-05-26T23:02:10.625Z | | |
| 4116 | 2026-05-26T23:02:10.627Z | 37 | pub fn new(name: &Name) -> Self { |
| 4117 | 2026-05-26T23:02:10.627Z | | ^^^ |
| 4118 | 2026-05-26T23:02:10.627Z | |
| 4119 | 2026-05-26T23:02:10.627Z | error[E0277]: the trait bound `hickory_proto::rr::LowerName: std::convert::From<hickory_resolver::Name>` is not satisfied |
| 4120 | 2026-05-26T23:02:10.627Z | --> dns-server/src/storage.rs:791:33 |
| 4121 | 2026-05-26T23:02:10.627Z | | |
| 4122 | 2026-05-26T23:02:10.633Z | 791 | let zone_name = LowerName::from(Name::from_str(&z).unwrap()); |
| 4123 | 2026-05-26T23:02:10.633Z | | ^^^^^^^^^ the trait `std::convert::From<hickory_resolver::Name>` is not implemented for `hickory_proto::rr::LowerName` |
| 4124 | 2026-05-26T23:02:10.633Z | | |
| 4125 | 2026-05-26T23:02:10.633Z | help: item with same name found |
| 4126 | 2026-05-26T23:02:10.633Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/lower_name.rs:28:1 |
| 4127 | 2026-05-26T23:02:10.633Z | | |
| 4128 | 2026-05-26T23:02:10.633Z | 28 | pub struct LowerName(Name); |
| 4129 | 2026-05-26T23:02:10.633Z | | ^^^^^^^^^^^^^^^^^^^^ |
| 4130 | 2026-05-26T23:02:10.634Z | = note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4131 | 2026-05-26T23:02:10.634Z | help: the following other types implement trait `std::convert::From<T>` |
| 4132 | 2026-05-26T23:02:10.634Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:240:1 |
| 4133 | 2026-05-26T23:02:10.634Z | | |
| 4134 | 2026-05-26T23:02:10.634Z | 240 | impl From<Name> for LowerName { |
| 4135 | 2026-05-26T23:02:10.634Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<hickory_proto::rr::Name>` |
| 4136 | 2026-05-26T23:02:10.635Z | ... |
| 4137 | 2026-05-26T23:02:10.635Z | 246 | impl<'a> From<&'a Name> for LowerName { |
| 4138 | 2026-05-26T23:02:10.635Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<&hickory_proto::rr::Name>` |
| 4139 | 2026-05-26T23:02:10.635Z | = note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4140 | 2026-05-26T23:02:10.635Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4141 | 2026-05-26T23:02:10.635Z | |
| 4142 | 2026-05-26T23:02:10.635Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 4143 | 2026-05-26T23:02:10.783Z | Some errors have detailed explanations: E0271, E0277, E0308, E0599. |
| 4144 | 2026-05-26T23:02:10.783Z | For more information about an error, try `rustc --explain E0271`. |
| 4145 | 2026-05-26T23:02:10.993Z | error: could not compile `dns-server` (lib) due to 60 previous errors |
| 4146 | 2026-05-26T23:02:10.993Z | warning: build failed, waiting for other jobs to finish... |
| 4147 | 2026-05-26T23:02:17.006Z | Error: failed: exit status: 101 |
| 4148 | 2026-05-26T23:02:17.013Z | |
| 4149 | 2026-05-26T23:02:17.013Z | real 1:15.999176807 |
| 4150 | 2026-05-26T23:02:17.013Z | user 6:12.254379244 |
| 4151 | 2026-05-26T23:02:17.013Z | sys 1:56.145405540 |
| 4152 | 2026-05-26T23:02:17.013Z | trap 0.158408430 |
| 4153 | 2026-05-26T23:02:17.013Z | tflt 0.082874924 |
| 4154 | 2026-05-26T23:02:17.013Z | dflt 0.128583848 |
| 4155 | 2026-05-26T23:02:17.013Z | kflt 0.002061723 |
| 4156 | 2026-05-26T23:02:17.013Z | lock 17:18.295810980 |
| 4157 | 2026-05-26T23:02:17.013Z | slp 15:31.376035979 |
| 4158 | 2026-05-26T23:02:17.013Z | lat 52.079335147 |
| 4159 | 2026-05-26T23:02:17.013Z | stop 5:32.578350081 |
| 4160 | 2026-05-26T23:02:17.015Z | process exited: duration 212567 ms, exit code 1 |
| |
| 4161 | 2026-05-26T23:02:17.029Z | found 0 output files |