|
|
|
| 1 | 2026-05-19T22:45:54.924Z | job assigned to worker 01KS16M9HX7CSHJRN3GCRCJG38 [factory aws, i-03633a0ea5d5162ea] (queued for 46 s) |
| |
| 2 | 2026-05-19T22:46:01.575Z | starting task 0: "setup" |
| 3 | 2026-05-19T22:46:01.579Z | ++ uname -s |
| 4 | 2026-05-19T22:46:01.581Z | + kern=SunOS |
| 5 | 2026-05-19T22:46:01.581Z | + build_user=build |
| 6 | 2026-05-19T22:46:01.582Z | + build_uid=12345 |
| 7 | 2026-05-19T22:46:01.582Z | + work_dir=/work |
| 8 | 2026-05-19T22:46:01.582Z | + input_dir=/input |
| 9 | 2026-05-19T22:46:01.582Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-19T22:46:01.582Z | + case "$kern" in |
| 11 | 2026-05-19T22:46:01.582Z | + groupadd -g 12345 build |
| 12 | 2026-05-19T22:46:01.584Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-19T22:46:03.587Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-19T22:46:03.687Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-19T22:46:03.690Z | + home_fs=zfs |
| 16 | 2026-05-19T22:46:03.690Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-19T22:46:03.690Z | + mkdir -p /home/build |
| 18 | 2026-05-19T22:46:03.690Z | + chown build:build /home/build /work |
| 19 | 2026-05-19T22:46:05.691Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-19T22:46:05.694Z | process exited: duration 4119 ms, exit code 0 |
| |
| 21 | 2026-05-19T22:46:05.699Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-19T22:46:05.702Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-19T22:46:05.702Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-19T22:46:05.702Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-19T22:46:05.702Z | * rust toolchain channel = "1.94.0" |
| 26 | 2026-05-19T22:46:05.702Z | * rust toolchain profile = "default" |
| 27 | 2026-05-19T22:46:05.702Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-19T22:46:05.705Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-19T22:46:05.705Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-19T22:46:05.782Z | info: downloading installer |
| 31 | 2026-05-19T22:46:07.350Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-19T22:46:07.350Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-19T22:46:07.350Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-19T22:46:07.350Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-19T22:46:07.363Z | info: profile set to default |
| 36 | 2026-05-19T22:46:07.363Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-19T22:46:07.366Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-19T22:46:07.496Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-19T22:46:07.500Z | info: downloading 6 components |
| 40 | 2026-05-19T22:46:21.920Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-19T22:46:21.920Z | |
| 42 | 2026-05-19T22:46:21.947Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-19T22:46:21.947Z | |
| 44 | 2026-05-19T22:46:21.947Z | |
| 45 | 2026-05-19T22:46:21.947Z | Rust is installed now. Great! |
| 46 | 2026-05-19T22:46:21.947Z | |
| 47 | 2026-05-19T22:46:21.947Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-19T22:46:21.947Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-19T22:46:21.947Z | |
| 50 | 2026-05-19T22:46:21.947Z | To configure your current shell, you need to source |
| 51 | 2026-05-19T22:46:21.947Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-19T22:46:21.947Z | |
| 53 | 2026-05-19T22:46:21.950Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-19T22:46:21.950Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-19T22:46:21.950Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-19T22:46:21.950Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-19T22:46:21.950Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-19T22:46:21.950Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-19T22:46:21.950Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-19T22:46:21.950Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-19T22:46:21.950Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-19T22:46:22.036Z | + rustup --version |
| 63 | 2026-05-19T22:46:22.045Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-19T22:46:22.047Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-19T22:46:22.066Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-19T22:46:22.070Z | + cargo --version |
| 67 | 2026-05-19T22:46:22.082Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-19T22:46:22.085Z | + rustc --version |
| 69 | 2026-05-19T22:46:22.105Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-19T22:46:22.107Z | process exited: duration 16408 ms, exit code 0 |
| |
| 71 | 2026-05-19T22:46:22.113Z | starting task 2: "authentication" |
| 72 | 2026-05-19T22:46:22.129Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-05-19T22:46:22.135Z | starting task 3: "clone repository" |
| 74 | 2026-05-19T22:46:22.138Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-19T22:46:22.141Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-19T22:46:22.178Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-19T22:46:31.956Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-19T22:46:31.956Z | + git fetch origin 179dd12f9ac13120da941ea93fbeaa144ab54bd5 |
| 79 | 2026-05-19T22:46:32.226Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-19T22:46:32.226Z | * branch 179dd12f9ac13120da941ea93fbeaa144ab54bd5 -> FETCH_HEAD |
| 81 | 2026-05-19T22:46:32.235Z | + [[ -n renovate/crate-hickory-proto-vulnerability ]] |
| 82 | 2026-05-19T22:46:32.238Z | ++ git branch --show-current |
| 83 | 2026-05-19T22:46:32.238Z | + current=main |
| 84 | 2026-05-19T22:46:32.238Z | + [[ main != renovate/crate-hickory-proto-vulnerability ]] |
| 85 | 2026-05-19T22:46:32.238Z | + git branch -f renovate/crate-hickory-proto-vulnerability 179dd12f9ac13120da941ea93fbeaa144ab54bd5 |
| 86 | 2026-05-19T22:46:32.241Z | + git checkout -f renovate/crate-hickory-proto-vulnerability |
| 87 | 2026-05-19T22:46:32.473Z | Switched to branch 'renovate/crate-hickory-proto-vulnerability' |
| 88 | 2026-05-19T22:46:32.475Z | + git reset --hard 179dd12f9ac13120da941ea93fbeaa144ab54bd5 |
| 89 | 2026-05-19T22:46:32.708Z | HEAD is now at 179dd12f9 Update Rust crate hickory-proto to 0.26.0 [SECURITY] |
| 90 | 2026-05-19T22:46:32.710Z | process exited: duration 10573 ms, exit code 0 |
| |
| 91 | 2026-05-19T22:46:32.716Z | starting task 4: "build" |
| 92 | 2026-05-19T22:46:32.719Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-19T22:46:32.722Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-19T22:46:32.722Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-19T22:46:32.722Z | + cargo --version |
| 96 | 2026-05-19T22:46:32.729Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-19T22:46:32.732Z | + rustc --version |
| 98 | 2026-05-19T22:46:32.752Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-19T22:46:32.754Z | + source ./env.sh |
| 100 | 2026-05-19T22:46:32.754Z | ++ OLD_SHELL_OPTS=ehxB |
| 101 | 2026-05-19T22:46:32.754Z | ++ set -o xtrace |
| 102 | 2026-05-19T22:46:32.757Z | ++++ dirname ./env.sh |
| 103 | 2026-05-19T22:46:32.761Z | +++ readlink -f . |
| 104 | 2026-05-19T22:46:32.764Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 105 | 2026-05-19T22:46:32.764Z | ++ export PATH=/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-19T22:46:32.764Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 107 | 2026-05-19T22:46:32.764Z | ++ 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 |
| 108 | 2026-05-19T22:46:32.764Z | ++ 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 |
| 109 | 2026-05-19T22:46:32.764Z | ++ 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 |
| 110 | 2026-05-19T22:46:32.764Z | ++ 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 |
| 111 | 2026-05-19T22:46:32.764Z | ++ 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 |
| 112 | 2026-05-19T22:46:32.764Z | ++ 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 |
| 113 | 2026-05-19T22:46:32.764Z | ++ case $OLD_SHELL_OPTS in |
| 114 | 2026-05-19T22:46:32.764Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 115 | 2026-05-19T22:46:32.764Z | + 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:/work/oxidecomputer/omicron/out/cargo-hack |
| 116 | 2026-05-19T22:46:32.764Z | + 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:/work/oxidecomputer/omicron/out/cargo-hack |
| 117 | 2026-05-19T22:46:32.764Z | + banner prerequisites |
| 118 | 2026-05-19T22:46:32.764Z | |
| 119 | 2026-05-19T22:46:32.764Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 120 | 2026-05-19T22:46:32.764Z | # # # # # # # # # # # # # # # |
| 121 | 2026-05-19T22:46:32.764Z | # # # # ##### # # ##### # # # # # #### # |
| 122 | 2026-05-19T22:46:32.764Z | ##### ##### # ##### # # # # # # # # # |
| 123 | 2026-05-19T22:46:32.764Z | # # # # # # # # # # # # # # # |
| 124 | 2026-05-19T22:46:32.764Z | # # # ###### # # ###### ### # #### # #### # |
| 125 | 2026-05-19T22:46:32.764Z | |
| 126 | 2026-05-19T22:46:32.764Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 127 | 2026-05-19T22:46:34.084Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-05-19T22:46:34.140Z | Startup: Caching catalogs ... Done |
| 129 | 2026-05-19T22:46:34.346Z | Planning: Solver setup ... Done (0.174s) |
| 130 | 2026-05-19T22:46:34.362Z | Planning: Running solver ... Done (0.016s) |
| 131 | 2026-05-19T22:46:34.366Z | Planning: Finding local manifests ... Done (0.002s) |
| 132 | 2026-05-19T22:46:34.382Z | Planning: Fetching manifests: 0/2 0% complete |
| 133 | 2026-05-19T22:46:34.403Z | Planning: Fetching manifests: 2/2 100% complete |
| 134 | 2026-05-19T22:46:34.417Z | Planning: Package planning ... Done (0.013s) |
| 135 | 2026-05-19T22:46:34.419Z | Planning: Merging actions ... Done (0.001s) |
| 136 | 2026-05-19T22:46:34.610Z | Planning: Checking for conflicting actions ... Done (0.191s) |
| 137 | 2026-05-19T22:46:34.612Z | Planning: Consolidating action changes ... Done (0.001s) |
| 138 | 2026-05-19T22:46:35.424Z | Planning: Evaluating mediators ... Done (0.813s) |
| 139 | 2026-05-19T22:46:35.426Z | Planning: Planning completed in 1.27 seconds |
| 140 | 2026-05-19T22:46:35.433Z | Packages to install: 2 |
| 141 | 2026-05-19T22:46:35.433Z | Estimated space available: 156.08 GB |
| 142 | 2026-05-19T22:46:35.436Z | Estimated space to be consumed: 19.74 MB |
| 143 | 2026-05-19T22:46:35.436Z | Create boot environment: No |
| 144 | 2026-05-19T22:46:35.436Z | Create backup boot environment: No |
| 145 | 2026-05-19T22:46:35.436Z | Rebuild boot archive: No |
| 146 | 2026-05-19T22:46:35.436Z | |
| 147 | 2026-05-19T22:46:35.436Z | Changed packages: |
| 148 | 2026-05-19T22:46:35.436Z | helios |
| 149 | 2026-05-19T22:46:35.436Z | developer/build-essential |
| 150 | 2026-05-19T22:46:35.436Z | None -> 11-3.0 |
| 151 | 2026-05-19T22:46:35.436Z | library/libxmlsec1 |
| 152 | 2026-05-19T22:46:35.436Z | None -> 1.2.35-3.0 |
| 153 | 2026-05-19T22:46:35.458Z | |
| 154 | 2026-05-19T22:46:35.458Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 155 | 2026-05-19T22:46:38.357Z | Download: Completed 1.28 MB in 2.90 seconds (452k/s) |
| 156 | 2026-05-19T22:46:38.419Z | Actions: 1/268 actions (Installing new actions) |
| 157 | 2026-05-19T22:46:38.458Z | Actions: Completed 268 actions in 0.04 seconds. |
| 158 | 2026-05-19T22:46:38.464Z | Finalize: Updating package state database ... Done (0.006s) |
| 159 | 2026-05-19T22:46:38.464Z | Finalize: Updating package cache ... Done (0.000s) |
| 160 | 2026-05-19T22:46:38.479Z | Finalize: Updating image state ... Done (0.015s) |
| 161 | 2026-05-19T22:46:40.856Z | Finalize: Creating fast lookup database ... Done (2.356s) |
| 162 | 2026-05-19T22:46:40.928Z | Finalize: Reading search index ... Done (0.012s) |
| 163 | 2026-05-19T22:46:40.931Z | Finalize: Updating search index ... Done (0.000s) |
| 164 | 2026-05-19T22:46:41.015Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-05-19T22:46:41.314Z | Planning: Evaluating mediator changes ... Done |
| 166 | 2026-05-19T22:46:41.421Z | Planning: Checking for conflicting actions ... Done |
| 167 | 2026-05-19T22:46:41.424Z | Planning: Consolidating action changes ... Done |
| 168 | 2026-05-19T22:46:41.582Z | Planning: Evaluating mediators ... Done |
| 169 | 2026-05-19T22:46:41.584Z | Planning: Planning completed in 0.27 seconds |
| 170 | 2026-05-19T22:46:41.605Z | Mediators to change: 2 |
| 171 | 2026-05-19T22:46:41.605Z | Create boot environment: No |
| 172 | 2026-05-19T22:46:41.605Z | Create backup boot environment: No |
| 173 | 2026-05-19T22:46:41.654Z | Finalize: Updating package state database ... Done |
| 174 | 2026-05-19T22:46:41.654Z | Finalize: Updating package cache ... Done |
| 175 | 2026-05-19T22:46:41.663Z | Finalize: Updating image state ... Done |
| 176 | 2026-05-19T22:46:43.599Z | Finalize: Creating fast lookup database ... Done |
| 177 | 2026-05-19T22:46:43.662Z | Finalize: Reading search index ... Done |
| 178 | 2026-05-19T22:46:43.665Z | Finalize: Updating search index ... Done |
| 179 | 2026-05-19T22:46:43.741Z | Finalize: Updating package cache ... Done |
| 180 | 2026-05-19T22:46:44.033Z | Planning: Evaluating mediator changes ... Done |
| 181 | 2026-05-19T22:46:44.140Z | Planning: Checking for conflicting actions ... Done |
| 182 | 2026-05-19T22:46:44.143Z | Planning: Consolidating action changes ... Done |
| 183 | 2026-05-19T22:46:44.302Z | Planning: Evaluating mediators ... Done |
| 184 | 2026-05-19T22:46:44.304Z | Planning: Planning completed in 0.27 seconds |
| 185 | 2026-05-19T22:46:44.325Z | Mediators to change: 1 |
| 186 | 2026-05-19T22:46:44.325Z | Create boot environment: No |
| 187 | 2026-05-19T22:46:44.325Z | Create backup boot environment: No |
| 188 | 2026-05-19T22:46:44.376Z | Finalize: Updating package state database ... Done |
| 189 | 2026-05-19T22:46:44.376Z | Finalize: Updating package cache ... Done |
| 190 | 2026-05-19T22:46:44.385Z | Finalize: Updating image state ... Done |
| 191 | 2026-05-19T22:46:46.342Z | Finalize: Creating fast lookup database ... Done |
| 192 | 2026-05-19T22:46:46.405Z | Finalize: Reading search index ... Done |
| 193 | 2026-05-19T22:46:46.409Z | Finalize: Updating search index ... Done |
| 194 | 2026-05-19T22:46:46.480Z | Finalize: Updating package cache ... Done |
| 195 | 2026-05-19T22:46:46.797Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 196 | 2026-05-19T22:46:46.797Z | apache system 2.4 system |
| 197 | 2026-05-19T22:46:46.797Z | clang system 15 system |
| 198 | 2026-05-19T22:46:46.797Z | csh system system illumos |
| 199 | 2026-05-19T22:46:46.797Z | ctags system system illumos |
| 200 | 2026-05-19T22:46:46.797Z | file vendor vendor darwinsys |
| 201 | 2026-05-19T22:46:46.797Z | file system system illumos |
| 202 | 2026-05-19T22:46:46.797Z | gcc vendor 14 vendor |
| 203 | 2026-05-19T22:46:46.798Z | gcc system 13 system |
| 204 | 2026-05-19T22:46:46.798Z | gcc system 10 system |
| 205 | 2026-05-19T22:46:46.798Z | go system 1.25 system |
| 206 | 2026-05-19T22:46:46.798Z | llvm system 15 system |
| 207 | 2026-05-19T22:46:46.798Z | mariadb system 11.4 system |
| 208 | 2026-05-19T22:46:46.798Z | mta vendor vendor dma |
| 209 | 2026-05-19T22:46:46.798Z | openjdk system 17 system |
| 210 | 2026-05-19T22:46:46.798Z | openjdk system 11 system |
| 211 | 2026-05-19T22:46:46.798Z | openssl vendor 3 vendor |
| 212 | 2026-05-19T22:46:46.798Z | perl system 5.40 system |
| 213 | 2026-05-19T22:46:46.798Z | postgresql system 18 system |
| 214 | 2026-05-19T22:46:46.798Z | postgresql system 17 system |
| 215 | 2026-05-19T22:46:46.798Z | python vendor 3 vendor |
| 216 | 2026-05-19T22:46:46.798Z | python system 2 system |
| 217 | 2026-05-19T22:46:46.798Z | python3 vendor 3.13 vendor |
| 218 | 2026-05-19T22:46:46.798Z | ruby system 3.4 system |
| 219 | 2026-05-19T22:46:46.798Z | ruby system 3.0 system |
| 220 | 2026-05-19T22:46:46.798Z | words vendor vendor american-english |
| 221 | 2026-05-19T22:46:46.798Z | words system system australian-english |
| 222 | 2026-05-19T22:46:46.798Z | words system system british-english |
| 223 | 2026-05-19T22:46:46.798Z | words system system canadian-english |
| 224 | 2026-05-19T22:46:46.798Z | words system system french |
| 225 | 2026-05-19T22:46:46.798Z | words system system italian |
| 226 | 2026-05-19T22:46:46.798Z | words system system ngerman |
| 227 | 2026-05-19T22:46:46.798Z | words system system ogerman |
| 228 | 2026-05-19T22:46:46.798Z | words system system spanish |
| 229 | 2026-05-19T22:46:47.055Z | PUBLISHER TYPE STATUS P LOCATION |
| 230 | 2026-05-19T22:46:47.055Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 231 | 2026-05-19T22:46:47.330Z | FMRI IFO |
| 232 | 2026-05-19T22:46:47.330Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 233 | 2026-05-19T22:46:47.330Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 234 | 2026-05-19T22:46:47.330Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 235 | 2026-05-19T22:46:47.330Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 236 | 2026-05-19T22:46:47.330Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 237 | 2026-05-19T22:46:47.330Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 238 | 2026-05-19T22:46:47.330Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 239 | 2026-05-19T22:46:47.330Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 240 | 2026-05-19T22:46:47.330Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 241 | 2026-05-19T22:46:47.572Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 242 | 2026-05-19T22:46:47.816Z | Updating crates.io index |
| 243 | 2026-05-19T22:46:47.852Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 244 | 2026-05-19T22:46:48.585Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 245 | 2026-05-19T22:46:48.975Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 246 | 2026-05-19T22:46:49.522Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 247 | 2026-05-19T22:46:50.383Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 248 | 2026-05-19T22:46:50.922Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 249 | 2026-05-19T22:46:52.251Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 250 | 2026-05-19T22:46:53.010Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 251 | 2026-05-19T22:46:53.249Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 252 | 2026-05-19T22:46:53.963Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 253 | 2026-05-19T22:46:54.337Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 254 | 2026-05-19T22:46:56.308Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 255 | 2026-05-19T22:46:56.645Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 256 | 2026-05-19T22:46:57.522Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 257 | 2026-05-19T22:46:58.010Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 258 | 2026-05-19T22:46:58.225Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 259 | 2026-05-19T22:46:58.562Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 260 | 2026-05-19T22:46:59.009Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 261 | 2026-05-19T22:46:59.356Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 262 | 2026-05-19T22:46:59.665Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 263 | 2026-05-19T22:46:59.903Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 264 | 2026-05-19T22:47:00.155Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 265 | 2026-05-19T22:47:00.602Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 266 | 2026-05-19T22:47:00.932Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 267 | 2026-05-19T22:47:01.525Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 268 | 2026-05-19T22:47:01.837Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 269 | 2026-05-19T22:47:02.153Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 270 | 2026-05-19T22:47:02.424Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 271 | 2026-05-19T22:47:03.604Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 272 | 2026-05-19T22:47:04.114Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 273 | 2026-05-19T22:47:04.539Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 274 | 2026-05-19T22:47:04.911Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 275 | 2026-05-19T22:47:05.215Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 276 | 2026-05-19T22:47:05.478Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 277 | 2026-05-19T22:47:06.091Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 278 | 2026-05-19T22:47:06.310Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 279 | 2026-05-19T22:47:06.581Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 280 | 2026-05-19T22:47:06.863Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 281 | 2026-05-19T22:47:07.260Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 282 | 2026-05-19T22:47:19.091Z | Downloading crates ... |
| 283 | 2026-05-19T22:47:19.150Z | Downloaded colorchoice v1.0.4 |
| 284 | 2026-05-19T22:47:19.150Z | Downloaded block-buffer v0.10.4 |
| 285 | 2026-05-19T22:47:19.150Z | Downloaded anyhow v1.0.102 |
| 286 | 2026-05-19T22:47:19.150Z | Downloaded cpufeatures v0.2.17 |
| 287 | 2026-05-19T22:47:19.150Z | Downloaded anstyle v1.0.13 |
| 288 | 2026-05-19T22:47:19.150Z | Downloaded textwrap v0.16.2 |
| 289 | 2026-05-19T22:47:19.150Z | Downloaded zerofrom v0.1.6 |
| 290 | 2026-05-19T22:47:19.150Z | Downloaded thiserror-impl v1.0.69 |
| 291 | 2026-05-19T22:47:19.199Z | Downloaded clap_lex v1.0.0 |
| 292 | 2026-05-19T22:47:19.199Z | Downloaded byteorder v1.5.0 |
| 293 | 2026-05-19T22:47:19.199Z | Downloaded bytecount v0.6.9 |
| 294 | 2026-05-19T22:47:19.199Z | Downloaded ucd-trie v0.1.7 |
| 295 | 2026-05-19T22:47:19.199Z | Downloaded yoke-derive v0.8.1 |
| 296 | 2026-05-19T22:47:19.199Z | Downloaded utf8_iter v1.0.4 |
| 297 | 2026-05-19T22:47:19.199Z | Downloaded usdt-attr-macro v0.5.0 |
| 298 | 2026-05-19T22:47:19.200Z | Downloaded zerofrom-derive v0.1.6 |
| 299 | 2026-05-19T22:47:19.200Z | Downloaded version_check v0.9.5 |
| 300 | 2026-05-19T22:47:19.200Z | Downloaded cfg-if v1.0.4 |
| 301 | 2026-05-19T22:47:19.200Z | Downloaded unicode-xid v0.2.6 |
| 302 | 2026-05-19T22:47:19.200Z | Downloaded autocfg v1.5.0 |
| 303 | 2026-05-19T22:47:19.201Z | Downloaded anstream v0.6.21 |
| 304 | 2026-05-19T22:47:19.201Z | Downloaded thread-id v4.2.2 |
| 305 | 2026-05-19T22:47:19.201Z | Downloaded toml_write v0.1.2 |
| 306 | 2026-05-19T22:47:19.201Z | Downloaded camino v1.2.2 |
| 307 | 2026-05-19T22:47:19.201Z | Downloaded utf8parse v0.2.2 |
| 308 | 2026-05-19T22:47:19.201Z | Downloaded is_terminal_polyfill v1.70.2 |
| 309 | 2026-05-19T22:47:19.201Z | Downloaded usdt v0.5.0 |
| 310 | 2026-05-19T22:47:19.202Z | Downloaded toml_datetime v0.6.11 |
| 311 | 2026-05-19T22:47:19.202Z | Downloaded idna_adapter v1.2.1 |
| 312 | 2026-05-19T22:47:19.202Z | Downloaded typeid v1.0.3 |
| 313 | 2026-05-19T22:47:19.202Z | Downloaded camino-tempfile v1.4.1 |
| 314 | 2026-05-19T22:47:19.202Z | Downloaded anstyle-parse v0.2.7 |
| 315 | 2026-05-19T22:47:19.202Z | Downloaded yoke v0.8.1 |
| 316 | 2026-05-19T22:47:19.202Z | Downloaded toml v0.8.23 |
| 317 | 2026-05-19T22:47:19.202Z | Downloaded thiserror v2.0.18 |
| 318 | 2026-05-19T22:47:19.202Z | Downloaded clap_derive v4.5.55 |
| 319 | 2026-05-19T22:47:19.202Z | Downloaded clap v4.5.60 |
| 320 | 2026-05-19T22:47:19.202Z | Downloaded zmij v1.0.21 |
| 321 | 2026-05-19T22:47:19.202Z | Downloaded zerocopy-derive v0.7.35 |
| 322 | 2026-05-19T22:47:19.202Z | Downloaded writeable v0.6.2 |
| 323 | 2026-05-19T22:47:19.202Z | Downloaded thiserror v1.0.69 |
| 324 | 2026-05-19T22:47:19.259Z | Downloaded thiserror-impl v2.0.18 |
| 325 | 2026-05-19T22:47:19.259Z | Downloaded errno v0.3.14 |
| 326 | 2026-05-19T22:47:19.259Z | Downloaded usdt-impl v0.5.0 |
| 327 | 2026-05-19T22:47:19.259Z | Downloaded serde_derive v1.0.228 |
| 328 | 2026-05-19T22:47:19.259Z | Downloaded fastrand v2.3.0 |
| 329 | 2026-05-19T22:47:19.259Z | Downloaded heck v0.5.0 |
| 330 | 2026-05-19T22:47:19.259Z | Downloaded form_urlencoded v1.2.2 |
| 331 | 2026-05-19T22:47:19.259Z | Downloaded cargo-platform v0.2.0 |
| 332 | 2026-05-19T22:47:19.259Z | Downloaded zerovec-derive v0.11.2 |
| 333 | 2026-05-19T22:47:19.259Z | Downloaded usdt-macro v0.5.0 |
| 334 | 2026-05-19T22:47:19.259Z | Downloaded unicode-linebreak v0.1.5 |
| 335 | 2026-05-19T22:47:19.259Z | Downloaded memmap v0.7.0 |
| 336 | 2026-05-19T22:47:19.259Z | Downloaded generic-array v0.14.7 |
| 337 | 2026-05-19T22:47:19.259Z | Downloaded unicode-ident v1.0.24 |
| 338 | 2026-05-19T22:47:19.259Z | Downloaded percent-encoding v2.3.2 |
| 339 | 2026-05-19T22:47:19.259Z | Downloaded macaddr v1.0.1 |
| 340 | 2026-05-19T22:47:19.259Z | Downloaded dof v0.3.0 |
| 341 | 2026-05-19T22:47:19.259Z | Downloaded typenum v1.19.0 |
| 342 | 2026-05-19T22:47:19.259Z | Downloaded zerotrie v0.2.3 |
| 343 | 2026-05-19T22:47:19.260Z | Downloaded toml_edit v0.22.27 |
| 344 | 2026-05-19T22:47:19.260Z | Downloaded tinystr v0.8.2 |
| 345 | 2026-05-19T22:47:19.260Z | Downloaded url v2.5.8 |
| 346 | 2026-05-19T22:47:19.260Z | Downloaded bitflags v2.11.0 |
| 347 | 2026-05-19T22:47:19.260Z | Downloaded anstyle-query v1.1.5 |
| 348 | 2026-05-19T22:47:19.260Z | Downloaded heck v0.4.1 |
| 349 | 2026-05-19T22:47:19.260Z | Downloaded serde-value v0.7.0 |
| 350 | 2026-05-19T22:47:19.260Z | Downloaded proc-macro-error-attr v1.0.4 |
| 351 | 2026-05-19T22:47:19.260Z | Downloaded smawk v0.3.2 |
| 352 | 2026-05-19T22:47:19.260Z | Downloaded cargo_toml v0.21.0 |
| 353 | 2026-05-19T22:47:19.260Z | Downloaded cargo_metadata v0.21.0 |
| 354 | 2026-05-19T22:47:19.260Z | Downloaded cargo-util-schemas v0.8.2 |
| 355 | 2026-05-19T22:47:19.260Z | Downloaded zerovec v0.11.5 |
| 356 | 2026-05-19T22:47:19.260Z | Downloaded pretty-hex v0.4.1 |
| 357 | 2026-05-19T22:47:19.260Z | Downloaded scroll_derive v0.12.1 |
| 358 | 2026-05-19T22:47:19.261Z | Downloaded ordered-float v2.10.1 |
| 359 | 2026-05-19T22:47:19.261Z | Downloaded itoa v1.0.17 |
| 360 | 2026-05-19T22:47:19.261Z | Downloaded equivalent v1.0.2 |
| 361 | 2026-05-19T22:47:19.261Z | Downloaded fnv v1.0.7 |
| 362 | 2026-05-19T22:47:19.261Z | Downloaded strsim v0.11.1 |
| 363 | 2026-05-19T22:47:19.261Z | Downloaded plain v0.2.3 |
| 364 | 2026-05-19T22:47:19.261Z | Downloaded zerocopy v0.7.35 |
| 365 | 2026-05-19T22:47:19.261Z | Downloaded terminal_size v0.4.3 |
| 366 | 2026-05-19T22:47:19.261Z | Downloaded winnow v0.7.14 |
| 367 | 2026-05-19T22:47:19.303Z | Downloaded fs-err v3.3.0 |
| 368 | 2026-05-19T22:47:19.303Z | Downloaded dtrace-parser v0.2.0 |
| 369 | 2026-05-19T22:47:19.303Z | Downloaded stable_deref_trait v1.2.1 |
| 370 | 2026-05-19T22:47:19.303Z | Downloaded unicode-width v0.2.0 |
| 371 | 2026-05-19T22:47:19.303Z | Downloaded unicode-width v0.1.14 |
| 372 | 2026-05-19T22:47:19.303Z | Downloaded potential_utf v0.1.4 |
| 373 | 2026-05-19T22:47:19.303Z | Downloaded crypto-common v0.1.7 |
| 374 | 2026-05-19T22:47:19.303Z | Downloaded serde_spanned v0.6.9 |
| 375 | 2026-05-19T22:47:19.303Z | Downloaded tabled_derive v0.7.0 |
| 376 | 2026-05-19T22:47:19.303Z | Downloaded pest_meta v2.8.6 |
| 377 | 2026-05-19T22:47:19.303Z | Downloaded synstructure v0.13.2 |
| 378 | 2026-05-19T22:47:19.321Z | Downloaded serde-untagged v0.1.9 |
| 379 | 2026-05-19T22:47:19.321Z | Downloaded serde_tokenstream v0.2.3 |
| 380 | 2026-05-19T22:47:19.321Z | Downloaded num-traits v0.2.19 |
| 381 | 2026-05-19T22:47:19.321Z | Downloaded scroll v0.12.0 |
| 382 | 2026-05-19T22:47:19.321Z | Downloaded quote v1.0.45 |
| 383 | 2026-05-19T22:47:19.321Z | Downloaded swrite v0.1.0 |
| 384 | 2026-05-19T22:47:19.321Z | Downloaded digest v0.10.7 |
| 385 | 2026-05-19T22:47:19.321Z | Downloaded proc-macro-error v1.0.4 |
| 386 | 2026-05-19T22:47:19.321Z | Downloaded erased-serde v0.4.9 |
| 387 | 2026-05-19T22:47:19.321Z | Downloaded smallvec v1.15.1 |
| 388 | 2026-05-19T22:47:19.321Z | Downloaded displaydoc v0.2.5 |
| 389 | 2026-05-19T22:47:19.348Z | Downloaded tempfile v3.25.0 |
| 390 | 2026-05-19T22:47:19.348Z | Downloaded semver v1.0.28 |
| 391 | 2026-05-19T22:47:19.348Z | Downloaded pest_generator v2.8.6 |
| 392 | 2026-05-19T22:47:19.348Z | Downloaded once_cell v1.21.3 |
| 393 | 2026-05-19T22:47:19.348Z | Downloaded log v0.4.29 |
| 394 | 2026-05-19T22:47:19.348Z | Downloaded icu_provider v2.1.1 |
| 395 | 2026-05-19T22:47:19.348Z | Downloaded sha2 v0.10.9 |
| 396 | 2026-05-19T22:47:19.348Z | Downloaded litemap v0.8.1 |
| 397 | 2026-05-19T22:47:19.388Z | Downloaded papergrid v0.11.0 |
| 398 | 2026-05-19T22:47:19.388Z | Downloaded memchr v2.8.0 |
| 399 | 2026-05-19T22:47:19.389Z | Downloaded getrandom v0.4.1 |
| 400 | 2026-05-19T22:47:19.389Z | Downloaded pest_derive v2.8.6 |
| 401 | 2026-05-19T22:47:19.389Z | Downloaded icu_properties v2.1.2 |
| 402 | 2026-05-19T22:47:19.411Z | Downloaded icu_locale_core v2.1.1 |
| 403 | 2026-05-19T22:47:19.411Z | Downloaded proc-macro2 v1.0.106 |
| 404 | 2026-05-19T22:47:19.411Z | Downloaded icu_normalizer v2.1.1 |
| 405 | 2026-05-19T22:47:19.412Z | Downloaded icu_normalizer_data v2.1.1 |
| 406 | 2026-05-19T22:47:19.412Z | Downloaded serde_core v1.0.228 |
| 407 | 2026-05-19T22:47:19.412Z | Downloaded serde v1.0.228 |
| 408 | 2026-05-19T22:47:19.412Z | Downloaded pest v2.8.6 |
| 409 | 2026-05-19T22:47:19.412Z | Downloaded indexmap v2.14.0 |
| 410 | 2026-05-19T22:47:19.442Z | Downloaded clap_builder v4.5.60 |
| 411 | 2026-05-19T22:47:19.442Z | Downloaded icu_collections v2.1.1 |
| 412 | 2026-05-19T22:47:19.457Z | Downloaded idna v1.1.0 |
| 413 | 2026-05-19T22:47:19.457Z | Downloaded hashbrown v0.17.0 |
| 414 | 2026-05-19T22:47:19.457Z | Downloaded serde_json v1.0.149 |
| 415 | 2026-05-19T22:47:19.496Z | Downloaded icu_properties_data v2.1.2 |
| 416 | 2026-05-19T22:47:19.496Z | Downloaded goblin v0.8.2 |
| 417 | 2026-05-19T22:47:19.517Z | Downloaded tabled v0.15.0 |
| 418 | 2026-05-19T22:47:19.517Z | Downloaded syn v1.0.109 |
| 419 | 2026-05-19T22:47:19.548Z | Downloaded syn v2.0.117 |
| 420 | 2026-05-19T22:47:19.548Z | Downloaded rustix v1.1.3 |
| 421 | 2026-05-19T22:47:19.594Z | Downloaded libc v0.2.185 |
| 422 | 2026-05-19T22:47:19.628Z | Compiling proc-macro2 v1.0.106 |
| 423 | 2026-05-19T22:47:19.629Z | Compiling unicode-ident v1.0.24 |
| 424 | 2026-05-19T22:47:19.640Z | Compiling quote v1.0.45 |
| 425 | 2026-05-19T22:47:19.640Z | Compiling serde_core v1.0.228 |
| 426 | 2026-05-19T22:47:19.640Z | Compiling libc v0.2.185 |
| 427 | 2026-05-19T22:47:19.640Z | Compiling version_check v0.9.5 |
| 428 | 2026-05-19T22:47:19.640Z | Compiling serde v1.0.228 |
| 429 | 2026-05-19T22:47:19.641Z | Compiling memchr v2.8.0 |
| 430 | 2026-05-19T22:47:19.949Z | Compiling stable_deref_trait v1.2.1 |
| 431 | 2026-05-19T22:47:20.017Z | Compiling zmij v1.0.21 |
| 432 | 2026-05-19T22:47:20.131Z | Compiling ucd-trie v0.1.7 |
| 433 | 2026-05-19T22:47:20.230Z | Compiling itoa v1.0.17 |
| 434 | 2026-05-19T22:47:20.393Z | Compiling thiserror v1.0.69 |
| 435 | 2026-05-19T22:47:20.420Z | Compiling autocfg v1.5.0 |
| 436 | 2026-05-19T22:47:20.490Z | Compiling pest v2.8.6 |
| 437 | 2026-05-19T22:47:20.552Z | Compiling litemap v0.8.1 |
| 438 | 2026-05-19T22:47:20.591Z | Compiling writeable v0.6.2 |
| 439 | 2026-05-19T22:47:20.760Z | Compiling icu_normalizer_data v2.1.1 |
| 440 | 2026-05-19T22:47:20.844Z | Compiling byteorder v1.5.0 |
| 441 | 2026-05-19T22:47:20.941Z | Compiling rustix v1.1.3 |
| 442 | 2026-05-19T22:47:21.084Z | Compiling syn v2.0.117 |
| 443 | 2026-05-19T22:47:21.104Z | Compiling icu_properties_data v2.1.2 |
| 444 | 2026-05-19T22:47:21.164Z | Compiling errno v0.3.14 |
| 445 | 2026-05-19T22:47:21.180Z | Compiling bitflags v2.11.0 |
| 446 | 2026-05-19T22:47:21.325Z | Compiling serde_json v1.0.149 |
| 447 | 2026-05-19T22:47:21.546Z | Compiling num-traits v0.2.19 |
| 448 | 2026-05-19T22:47:21.593Z | Compiling typeid v1.0.3 |
| 449 | 2026-05-19T22:47:21.644Z | Compiling pest_meta v2.8.6 |
| 450 | 2026-05-19T22:47:21.736Z | Compiling smallvec v1.15.1 |
| 451 | 2026-05-19T22:47:21.773Z | Compiling equivalent v1.0.2 |
| 452 | 2026-05-19T22:47:21.871Z | Compiling hashbrown v0.17.0 |
| 453 | 2026-05-19T22:47:22.024Z | Compiling thread-id v4.2.2 |
| 454 | 2026-05-19T22:47:22.109Z | Compiling usdt-impl v0.5.0 |
| 455 | 2026-05-19T22:47:22.125Z | Compiling proc-macro-error-attr v1.0.4 |
| 456 | 2026-05-19T22:47:22.178Z | Compiling erased-serde v0.4.9 |
| 457 | 2026-05-19T22:47:22.319Z | Compiling toml_write v0.1.2 |
| 458 | 2026-05-19T22:47:22.332Z | Compiling winnow v0.7.14 |
| 459 | 2026-05-19T22:47:22.446Z | Compiling indexmap v2.14.0 |
| 460 | 2026-05-19T22:47:22.507Z | Compiling syn v1.0.109 |
| 461 | 2026-05-19T22:47:23.016Z | Compiling proc-macro-error v1.0.4 |
| 462 | 2026-05-19T22:47:23.099Z | Compiling getrandom v0.4.1 |
| 463 | 2026-05-19T22:47:23.202Z | Compiling percent-encoding v2.3.2 |
| 464 | 2026-05-19T22:47:23.248Z | Compiling log v0.4.29 |
| 465 | 2026-05-19T22:47:23.365Z | Compiling plain v0.2.3 |
| 466 | 2026-05-19T22:47:23.386Z | Compiling utf8_iter v1.0.4 |
| 467 | 2026-05-19T22:47:23.425Z | Compiling camino v1.2.2 |
| 468 | 2026-05-19T22:47:23.440Z | Compiling utf8parse v0.2.2 |
| 469 | 2026-05-19T22:47:23.478Z | Compiling thiserror v2.0.18 |
| 470 | 2026-05-19T22:47:23.522Z | Compiling form_urlencoded v1.2.2 |
| 471 | 2026-05-19T22:47:23.536Z | Compiling anstyle-parse v0.2.7 |
| 472 | 2026-05-19T22:47:23.553Z | Compiling ordered-float v2.10.1 |
| 473 | 2026-05-19T22:47:23.748Z | Compiling synstructure v0.13.2 |
| 474 | 2026-05-19T22:47:23.803Z | Compiling pest_generator v2.8.6 |
| 475 | 2026-05-19T22:47:23.876Z | Compiling terminal_size v0.4.3 |
| 476 | 2026-05-19T22:47:24.038Z | Compiling colorchoice v1.0.4 |
| 477 | 2026-05-19T22:47:24.157Z | Compiling is_terminal_polyfill v1.70.2 |
| 478 | 2026-05-19T22:47:24.183Z | Compiling pretty-hex v0.4.1 |
| 479 | 2026-05-19T22:47:24.228Z | Compiling anstyle v1.0.13 |
| 480 | 2026-05-19T22:47:24.250Z | Compiling anstyle-query v1.1.5 |
| 481 | 2026-05-19T22:47:24.272Z | Compiling cfg-if v1.0.4 |
| 482 | 2026-05-19T22:47:24.341Z | Compiling serde-untagged v0.1.9 |
| 483 | 2026-05-19T22:47:24.446Z | Compiling anstream v0.6.21 |
| 484 | 2026-05-19T22:47:24.462Z | Compiling semver v1.0.28 |
| 485 | 2026-05-19T22:47:24.513Z | Compiling fs-err v3.3.0 |
| 486 | 2026-05-19T22:47:24.599Z | Compiling fastrand v2.3.0 |
| 487 | 2026-05-19T22:47:24.699Z | Compiling clap_lex v1.0.0 |
| 488 | 2026-05-19T22:47:24.747Z | Compiling once_cell v1.21.3 |
| 489 | 2026-05-19T22:47:24.747Z | Compiling anyhow v1.0.102 |
| 490 | 2026-05-19T22:47:24.779Z | Compiling strsim v0.11.1 |
| 491 | 2026-05-19T22:47:24.900Z | Compiling bytecount v0.6.9 |
| 492 | 2026-05-19T22:47:24.981Z | Compiling heck v0.4.1 |
| 493 | 2026-05-19T22:47:25.009Z | Compiling unicode-width v0.1.14 |
| 494 | 2026-05-19T22:47:25.069Z | Compiling unicode-xid v0.2.6 |
| 495 | 2026-05-19T22:47:25.131Z | Compiling fnv v1.0.7 |
| 496 | 2026-05-19T22:47:25.196Z | Compiling heck v0.5.0 |
| 497 | 2026-05-19T22:47:25.233Z | Compiling papergrid v0.11.0 |
| 498 | 2026-05-19T22:47:25.251Z | Compiling clap_builder v4.5.60 |
| 499 | 2026-05-19T22:47:25.271Z | Compiling tempfile v3.25.0 |
| 500 | 2026-05-19T22:47:25.432Z | Compiling memmap v0.7.0 |
| 501 | 2026-05-19T22:47:25.448Z | Compiling serde_derive v1.0.228 |
| 502 | 2026-05-19T22:47:25.518Z | Compiling zerofrom-derive v0.1.6 |
| 503 | 2026-05-19T22:47:25.614Z | Compiling yoke-derive v0.8.1 |
| 504 | 2026-05-19T22:47:25.650Z | Compiling zerovec-derive v0.11.2 |
| 505 | 2026-05-19T22:47:25.859Z | Compiling displaydoc v0.2.5 |
| 506 | 2026-05-19T22:47:26.632Z | Compiling thiserror-impl v1.0.69 |
| 507 | 2026-05-19T22:47:26.651Z | Compiling zerocopy-derive v0.7.35 |
| 508 | 2026-05-19T22:47:26.799Z | Compiling pest_derive v2.8.6 |
| 509 | 2026-05-19T22:47:26.816Z | Compiling scroll_derive v0.12.1 |
| 510 | 2026-05-19T22:47:26.895Z | Compiling zerofrom v0.1.6 |
| 511 | 2026-05-19T22:47:27.029Z | Compiling yoke v0.8.1 |
| 512 | 2026-05-19T22:47:27.226Z | Compiling zerovec v0.11.5 |
| 513 | 2026-05-19T22:47:27.242Z | Compiling zerotrie v0.2.3 |
| 514 | 2026-05-19T22:47:27.484Z | Compiling scroll v0.12.0 |
| 515 | 2026-05-19T22:47:27.533Z | Compiling zerocopy v0.7.35 |
| 516 | 2026-05-19T22:47:27.552Z | Compiling thiserror-impl v2.0.18 |
| 517 | 2026-05-19T22:47:27.753Z | Compiling tinystr v0.8.2 |
| 518 | 2026-05-19T22:47:27.769Z | Compiling potential_utf v0.1.4 |
| 519 | 2026-05-19T22:47:27.945Z | Compiling icu_locale_core v2.1.1 |
| 520 | 2026-05-19T22:47:27.964Z | Compiling icu_collections v2.1.1 |
| 521 | 2026-05-19T22:47:28.021Z | Compiling dtrace-parser v0.2.0 |
| 522 | 2026-05-19T22:47:28.094Z | Compiling goblin v0.8.2 |
| 523 | 2026-05-19T22:47:28.315Z | Compiling tabled_derive v0.7.0 |
| 524 | 2026-05-19T22:47:28.489Z | Compiling clap_derive v4.5.55 |
| 525 | 2026-05-19T22:47:28.771Z | Compiling icu_provider v2.1.1 |
| 526 | 2026-05-19T22:47:28.831Z | Compiling smawk v0.3.2 |
| 527 | 2026-05-19T22:47:28.989Z | Compiling toml_datetime v0.6.11 |
| 528 | 2026-05-19T22:47:29.050Z | Compiling serde_spanned v0.6.9 |
| 529 | 2026-05-19T22:47:29.050Z | Compiling dof v0.3.0 |
| 530 | 2026-05-19T22:47:29.050Z | Compiling serde_tokenstream v0.2.3 |
| 531 | 2026-05-19T22:47:29.080Z | Compiling icu_properties v2.1.2 |
| 532 | 2026-05-19T22:47:29.118Z | Compiling icu_normalizer v2.1.1 |
| 533 | 2026-05-19T22:47:29.167Z | Compiling toml_edit v0.22.27 |
| 534 | 2026-05-19T22:47:29.378Z | Compiling serde-value v0.7.0 |
| 535 | 2026-05-19T22:47:29.420Z | Compiling cargo-platform v0.2.0 |
| 536 | 2026-05-19T22:47:29.675Z | Compiling unicode-width v0.2.0 |
| 537 | 2026-05-19T22:47:29.713Z | Compiling unicode-linebreak v0.1.5 |
| 538 | 2026-05-19T22:47:29.748Z | Compiling tabled v0.15.0 |
| 539 | 2026-05-19T22:47:29.883Z | Compiling usdt-macro v0.5.0 |
| 540 | 2026-05-19T22:47:29.961Z | Compiling idna_adapter v1.2.1 |
| 541 | 2026-05-19T22:47:29.961Z | Compiling usdt-attr-macro v0.5.0 |
| 542 | 2026-05-19T22:47:30.112Z | Compiling idna v1.1.0 |
| 543 | 2026-05-19T22:47:30.177Z | Compiling textwrap v0.16.2 |
| 544 | 2026-05-19T22:47:30.225Z | Compiling clap v4.5.60 |
| 545 | 2026-05-19T22:47:30.505Z | Compiling url v2.5.8 |
| 546 | 2026-05-19T22:47:30.653Z | Compiling toml v0.8.23 |
| 547 | 2026-05-19T22:47:30.666Z | Compiling macaddr v1.0.1 |
| 548 | 2026-05-19T22:47:31.025Z | Compiling cargo-util-schemas v0.8.2 |
| 549 | 2026-05-19T22:47:31.165Z | Compiling usdt v0.5.0 |
| 550 | 2026-05-19T22:47:31.245Z | Compiling cargo_toml v0.21.0 |
| 551 | 2026-05-19T22:47:31.254Z | Compiling camino-tempfile v1.4.1 |
| 552 | 2026-05-19T22:47:31.421Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 553 | 2026-05-19T22:47:31.567Z | Compiling swrite v0.1.0 |
| 554 | 2026-05-19T22:47:32.028Z | Compiling cargo_metadata v0.21.0 |
| 555 | 2026-05-19T22:47:33.015Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 556 | 2026-05-19T22:47:37.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.62s |
| 557 | 2026-05-19T22:47:37.595Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 558 | 2026-05-19T22:47:37.595Z | Downloading crates ... |
| 559 | 2026-05-19T22:47:37.595Z | Downloaded adler2 v2.0.1 |
| 560 | 2026-05-19T22:47:37.595Z | Downloaded array-init v0.0.4 |
| 561 | 2026-05-19T22:47:37.595Z | Downloaded bzip2 v0.6.1 |
| 562 | 2026-05-19T22:47:37.595Z | Downloaded bitfield-macros v0.19.4 |
| 563 | 2026-05-19T22:47:37.595Z | Downloaded critical-section v1.2.0 |
| 564 | 2026-05-19T22:47:37.595Z | Downloaded crc8 v0.1.1 |
| 565 | 2026-05-19T22:47:37.595Z | Downloaded corncobs v0.1.4 |
| 566 | 2026-05-19T22:47:37.595Z | Downloaded clang-sys v1.8.1 |
| 567 | 2026-05-19T22:47:37.595Z | Downloaded cargo-platform v0.1.9 |
| 568 | 2026-05-19T22:47:37.595Z | Downloaded async-compression v0.4.41 |
| 569 | 2026-05-19T22:47:37.595Z | Downloaded crossbeam-channel v0.5.15 |
| 570 | 2026-05-19T22:47:37.595Z | Downloaded derive_more v0.99.20 |
| 571 | 2026-05-19T22:47:37.595Z | Downloaded fixedbitset v0.5.7 |
| 572 | 2026-05-19T22:47:37.595Z | Downloaded aead v0.5.2 |
| 573 | 2026-05-19T22:47:37.596Z | Downloaded crc32fast v1.5.0 |
| 574 | 2026-05-19T22:47:37.596Z | Downloaded derive-where v1.6.0 |
| 575 | 2026-05-19T22:47:37.596Z | Downloaded env_logger v0.11.9 |
| 576 | 2026-05-19T22:47:37.596Z | Downloaded diesel-dtrace v0.5.0 |
| 577 | 2026-05-19T22:47:37.596Z | Downloaded cmake v0.1.57 |
| 578 | 2026-05-19T22:47:37.596Z | Downloaded defmt-parser v1.0.0 |
| 579 | 2026-05-19T22:47:37.596Z | Downloaded debug-ignore v1.0.5 |
| 580 | 2026-05-19T22:47:37.596Z | Downloaded fallible-iterator v0.2.0 |
| 581 | 2026-05-19T22:47:37.596Z | Downloaded cassowary v0.3.0 |
| 582 | 2026-05-19T22:47:37.596Z | Downloaded atty v0.2.14 |
| 583 | 2026-05-19T22:47:37.596Z | Downloaded atomicwrites v0.4.4 |
| 584 | 2026-05-19T22:47:37.596Z | Downloaded arrayref v0.3.9 |
| 585 | 2026-05-19T22:47:37.596Z | Downloaded defmt-macros v1.0.1 |
| 586 | 2026-05-19T22:47:37.596Z | Downloaded enum-as-inner v0.6.1 |
| 587 | 2026-05-19T22:47:37.596Z | Downloaded des v0.8.1 |
| 588 | 2026-05-19T22:47:37.596Z | Downloaded crossbeam-deque v0.8.6 |
| 589 | 2026-05-19T22:47:37.596Z | Downloaded drift v0.1.4 |
| 590 | 2026-05-19T22:47:37.596Z | Downloaded ctr v0.9.2 |
| 591 | 2026-05-19T22:47:37.596Z | Downloaded crucible-workspace-hack v0.1.0 |
| 592 | 2026-05-19T22:47:37.596Z | Downloaded convert_case v0.4.0 |
| 593 | 2026-05-19T22:47:37.596Z | Downloaded base16ct v0.2.0 |
| 594 | 2026-05-19T22:47:37.596Z | Downloaded foreign-types-shared v0.3.1 |
| 595 | 2026-05-19T22:47:37.596Z | Downloaded ciborium-ll v0.2.2 |
| 596 | 2026-05-19T22:47:37.596Z | Downloaded castaway v0.2.4 |
| 597 | 2026-05-19T22:47:37.596Z | Downloaded embedded-io v0.4.0 |
| 598 | 2026-05-19T22:47:37.596Z | Downloaded async-stream v0.3.6 |
| 599 | 2026-05-19T22:47:37.596Z | Downloaded float-ord v0.3.2 |
| 600 | 2026-05-19T22:47:37.596Z | Downloaded endian-type v0.1.2 |
| 601 | 2026-05-19T22:47:37.596Z | Downloaded dsl_auto_type v0.2.0 |
| 602 | 2026-05-19T22:47:37.596Z | Downloaded fd-lock v4.0.4 |
| 603 | 2026-05-19T22:47:37.596Z | Downloaded camino-tempfile-ext v0.3.3 |
| 604 | 2026-05-19T22:47:37.596Z | Downloaded argon2 v0.5.3 |
| 605 | 2026-05-19T22:47:37.596Z | Downloaded document-features v0.2.12 |
| 606 | 2026-05-19T22:47:37.596Z | Downloaded darling_macro v0.23.0 |
| 607 | 2026-05-19T22:47:37.597Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 608 | 2026-05-19T22:47:37.597Z | Downloaded display-error-chain v0.2.2 |
| 609 | 2026-05-19T22:47:37.597Z | Downloaded dirs-sys-next v0.1.2 |
| 610 | 2026-05-19T22:47:37.597Z | Downloaded dirs-next v2.0.0 |
| 611 | 2026-05-19T22:47:37.597Z | Downloaded ahash v0.8.12 |
| 612 | 2026-05-19T22:47:37.597Z | Downloaded dtrace-parser v0.3.0 |
| 613 | 2026-05-19T22:47:37.597Z | Downloaded compression-core v0.4.31 |
| 614 | 2026-05-19T22:47:37.597Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 615 | 2026-05-19T22:47:37.597Z | Downloaded crc-catalog v2.4.0 |
| 616 | 2026-05-19T22:47:37.597Z | Downloaded float-cmp v0.10.0 |
| 617 | 2026-05-19T22:47:37.597Z | Downloaded cstr-argument v0.1.2 |
| 618 | 2026-05-19T22:47:37.597Z | Downloaded downcast-rs v2.0.2 |
| 619 | 2026-05-19T22:47:37.597Z | Downloaded bit-set v0.5.3 |
| 620 | 2026-05-19T22:47:37.597Z | Downloaded darling_macro v0.21.3 |
| 621 | 2026-05-19T22:47:37.597Z | Downloaded darling_macro v0.20.11 |
| 622 | 2026-05-19T22:47:37.597Z | Downloaded ciborium-io v0.2.2 |
| 623 | 2026-05-19T22:47:37.597Z | Downloaded atomic-waker v1.1.2 |
| 624 | 2026-05-19T22:47:37.597Z | Downloaded dyn-clone v1.0.20 |
| 625 | 2026-05-19T22:47:37.597Z | Downloaded cfg_aliases v0.2.1 |
| 626 | 2026-05-19T22:47:37.597Z | Downloaded dof v0.4.0 |
| 627 | 2026-05-19T22:47:37.597Z | Downloaded difflib v0.4.0 |
| 628 | 2026-05-19T22:47:37.597Z | Downloaded deranged v0.5.8 |
| 629 | 2026-05-19T22:47:37.597Z | Downloaded data-encoding v2.10.0 |
| 630 | 2026-05-19T22:47:37.597Z | Downloaded cfg_aliases v0.1.1 |
| 631 | 2026-05-19T22:47:37.597Z | Downloaded crossbeam-epoch v0.9.18 |
| 632 | 2026-05-19T22:47:37.597Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 633 | 2026-05-19T22:47:37.597Z | Downloaded block-padding v0.3.3 |
| 634 | 2026-05-19T22:47:37.597Z | Downloaded async-stream-impl v0.3.6 |
| 635 | 2026-05-19T22:47:37.597Z | Downloaded async-recursion v1.1.1 |
| 636 | 2026-05-19T22:47:37.597Z | Downloaded futures-sink v0.3.32 |
| 637 | 2026-05-19T22:47:37.597Z | Downloaded futures-task v0.3.32 |
| 638 | 2026-05-19T22:47:37.597Z | Downloaded funty v2.0.0 |
| 639 | 2026-05-19T22:47:37.597Z | Downloaded flagset v0.4.7 |
| 640 | 2026-05-19T22:47:37.597Z | Downloaded cpufeatures v0.3.0 |
| 641 | 2026-05-19T22:47:37.598Z | Downloaded ascii-canvas v3.0.0 |
| 642 | 2026-05-19T22:47:37.598Z | Downloaded defmt v0.3.100 |
| 643 | 2026-05-19T22:47:37.598Z | Downloaded embedded-io v0.6.1 |
| 644 | 2026-05-19T22:47:37.598Z | Downloaded crc v3.4.0 |
| 645 | 2026-05-19T22:47:37.598Z | Downloaded bit-set v0.8.0 |
| 646 | 2026-05-19T22:47:37.598Z | Downloaded bb8 v0.8.6 |
| 647 | 2026-05-19T22:47:37.598Z | Downloaded cipher v0.4.4 |
| 648 | 2026-05-19T22:47:37.598Z | Downloaded blowfish v0.9.1 |
| 649 | 2026-05-19T22:47:37.598Z | Downloaded arc-swap v1.8.2 |
| 650 | 2026-05-19T22:47:37.598Z | Downloaded ghash v0.5.1 |
| 651 | 2026-05-19T22:47:37.598Z | Downloaded futures-core v0.3.32 |
| 652 | 2026-05-19T22:47:37.598Z | Downloaded crunchy v0.2.4 |
| 653 | 2026-05-19T22:47:37.598Z | Downloaded fixedbitset v0.4.2 |
| 654 | 2026-05-19T22:47:37.598Z | Downloaded git-stub v1.0.0 |
| 655 | 2026-05-19T22:47:37.598Z | Downloaded bitfield-struct v0.6.2 |
| 656 | 2026-05-19T22:47:37.598Z | Downloaded futures-macro v0.3.32 |
| 657 | 2026-05-19T22:47:37.635Z | Downloaded dunce v1.0.5 |
| 658 | 2026-05-19T22:47:37.635Z | Downloaded foreign-types v0.5.0 |
| 659 | 2026-05-19T22:47:37.635Z | Downloaded cobs v0.3.0 |
| 660 | 2026-05-19T22:47:37.635Z | Downloaded assert_matches v1.5.0 |
| 661 | 2026-05-19T22:47:37.635Z | Downloaded find-msvc-tools v0.1.9 |
| 662 | 2026-05-19T22:47:37.635Z | Downloaded env_filter v1.0.0 |
| 663 | 2026-05-19T22:47:37.635Z | Downloaded foreign-types-shared v0.1.1 |
| 664 | 2026-05-19T22:47:37.635Z | Downloaded foldhash v0.2.0 |
| 665 | 2026-05-19T22:47:37.635Z | Downloaded either v1.15.0 |
| 666 | 2026-05-19T22:47:37.635Z | Downloaded ecdsa v0.16.9 |
| 667 | 2026-05-19T22:47:37.635Z | Downloaded foreign-types-macros v0.2.3 |
| 668 | 2026-05-19T22:47:37.635Z | Downloaded foreign-types v0.3.2 |
| 669 | 2026-05-19T22:47:37.635Z | Downloaded darling_core v0.20.11 |
| 670 | 2026-05-19T22:47:37.635Z | Downloaded csv-core v0.1.13 |
| 671 | 2026-05-19T22:47:37.635Z | Downloaded defmt v1.0.1 |
| 672 | 2026-05-19T22:47:37.635Z | Downloaded derive-ex v0.1.8 |
| 673 | 2026-05-19T22:47:37.635Z | Downloaded darling_core v0.21.3 |
| 674 | 2026-05-19T22:47:37.635Z | Downloaded convert_case v0.10.0 |
| 675 | 2026-05-19T22:47:37.635Z | Downloaded cbc v0.1.2 |
| 676 | 2026-05-19T22:47:37.635Z | Downloaded hash32 v0.2.1 |
| 677 | 2026-05-19T22:47:37.635Z | Downloaded hex-literal v0.4.1 |
| 678 | 2026-05-19T22:47:37.635Z | Downloaded console v0.15.11 |
| 679 | 2026-05-19T22:47:37.635Z | Downloaded allocator-api2 v0.2.21 |
| 680 | 2026-05-19T22:47:37.635Z | Downloaded headers-core v0.3.0 |
| 681 | 2026-05-19T22:47:37.635Z | Downloaded cancel-safe-futures v0.1.5 |
| 682 | 2026-05-19T22:47:37.635Z | Downloaded hostname v0.3.1 |
| 683 | 2026-05-19T22:47:37.636Z | Downloaded gethostname v0.5.0 |
| 684 | 2026-05-19T22:47:37.636Z | Downloaded http-range v0.1.5 |
| 685 | 2026-05-19T22:47:37.636Z | Downloaded flate2 v1.1.9 |
| 686 | 2026-05-19T22:47:37.636Z | Downloaded globwalk v0.9.1 |
| 687 | 2026-05-19T22:47:37.636Z | Downloaded ff v0.13.1 |
| 688 | 2026-05-19T22:47:37.636Z | Downloaded hash32 v0.3.1 |
| 689 | 2026-05-19T22:47:37.636Z | Downloaded derive_builder_core v0.20.2 |
| 690 | 2026-05-19T22:47:37.636Z | Downloaded filetime v0.2.27 |
| 691 | 2026-05-19T22:47:37.636Z | Downloaded ena v0.14.4 |
| 692 | 2026-05-19T22:47:37.636Z | Downloaded ed25519 v2.2.3 |
| 693 | 2026-05-19T22:47:37.636Z | Downloaded derive_builder_macro v0.20.2 |
| 694 | 2026-05-19T22:47:37.636Z | Downloaded byte-wrapper v0.1.0 |
| 695 | 2026-05-19T22:47:37.636Z | Downloaded hubpack v0.1.2 |
| 696 | 2026-05-19T22:47:37.636Z | Downloaded httpdate v1.0.3 |
| 697 | 2026-05-19T22:47:37.636Z | Downloaded bitfield v0.19.4 |
| 698 | 2026-05-19T22:47:37.636Z | Downloaded illumos-nvpair v0.3.0 |
| 699 | 2026-05-19T22:47:37.636Z | Downloaded glob v0.3.3 |
| 700 | 2026-05-19T22:47:37.636Z | Downloaded daft v0.1.7 |
| 701 | 2026-05-19T22:47:37.636Z | Downloaded indent_write v2.2.0 |
| 702 | 2026-05-19T22:47:37.636Z | Downloaded base64ct v1.8.3 |
| 703 | 2026-05-19T22:47:37.636Z | Downloaded futures-executor v0.3.32 |
| 704 | 2026-05-19T22:47:37.636Z | Downloaded erased-serde v0.3.31 |
| 705 | 2026-05-19T22:47:37.636Z | Downloaded derive_builder v0.20.2 |
| 706 | 2026-05-19T22:47:37.636Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 707 | 2026-05-19T22:47:37.636Z | Downloaded inout v0.1.4 |
| 708 | 2026-05-19T22:47:37.636Z | Downloaded indoc v1.0.9 |
| 709 | 2026-05-19T22:47:37.636Z | Downloaded hubpack_derive v0.1.1 |
| 710 | 2026-05-19T22:47:37.636Z | Downloaded chacha20 v0.9.1 |
| 711 | 2026-05-19T22:47:37.636Z | Downloaded constant_time_eq v0.4.2 |
| 712 | 2026-05-19T22:47:37.636Z | Downloaded bcs v0.1.6 |
| 713 | 2026-05-19T22:47:37.636Z | Downloaded hyper-tls v0.6.0 |
| 714 | 2026-05-19T22:47:37.636Z | Downloaded diff v0.1.13 |
| 715 | 2026-05-19T22:47:37.636Z | Downloaded fs-err v2.11.0 |
| 716 | 2026-05-19T22:47:37.636Z | Downloaded instant v0.1.13 |
| 717 | 2026-05-19T22:47:37.636Z | Downloaded globset v0.4.18 |
| 718 | 2026-05-19T22:47:37.636Z | Downloaded ar_archive_writer v0.5.1 |
| 719 | 2026-05-19T22:47:37.637Z | Downloaded hostname v0.4.2 |
| 720 | 2026-05-19T22:47:37.637Z | Downloaded ident_case v1.0.1 |
| 721 | 2026-05-19T22:47:37.637Z | Downloaded hex v0.4.3 |
| 722 | 2026-05-19T22:47:37.637Z | Downloaded const_format_proc_macros v0.2.34 |
| 723 | 2026-05-19T22:47:37.637Z | Downloaded colored v3.1.1 |
| 724 | 2026-05-19T22:47:37.637Z | Downloaded highway v1.3.0 |
| 725 | 2026-05-19T22:47:37.637Z | Downloaded is_ci v1.2.0 |
| 726 | 2026-05-19T22:47:37.637Z | Downloaded is-terminal v0.4.17 |
| 727 | 2026-05-19T22:47:37.637Z | Downloaded instability v0.3.11 |
| 728 | 2026-05-19T22:47:37.637Z | Downloaded darling v0.23.0 |
| 729 | 2026-05-19T22:47:37.637Z | Downloaded foldhash v0.1.5 |
| 730 | 2026-05-19T22:47:37.637Z | Downloaded cookie_store v0.22.1 |
| 731 | 2026-05-19T22:47:37.637Z | Downloaded bzip2 v0.4.4 |
| 732 | 2026-05-19T22:47:37.637Z | Downloaded crypto-bigint v0.5.5 |
| 733 | 2026-05-19T22:47:37.637Z | Downloaded darling v0.21.3 |
| 734 | 2026-05-19T22:47:37.637Z | Downloaded group v0.13.0 |
| 735 | 2026-05-19T22:47:37.637Z | Downloaded darling v0.20.11 |
| 736 | 2026-05-19T22:47:37.637Z | Downloaded humantime v2.3.0 |
| 737 | 2026-05-19T22:47:37.637Z | Downloaded internet-checksum v0.2.1 |
| 738 | 2026-05-19T22:47:37.637Z | Downloaded crossbeam-utils v0.8.21 |
| 739 | 2026-05-19T22:47:37.637Z | Downloaded kstat-rs v0.2.4 |
| 740 | 2026-05-19T22:47:37.637Z | Downloaded keccak v0.1.6 |
| 741 | 2026-05-19T22:47:37.637Z | Downloaded der_derive v0.7.3 |
| 742 | 2026-05-19T22:47:37.637Z | Downloaded bitflags v1.3.2 |
| 743 | 2026-05-19T22:47:37.637Z | Downloaded hyper-staticfile v0.10.1 |
| 744 | 2026-05-19T22:47:37.637Z | Downloaded lazy_static v1.5.0 |
| 745 | 2026-05-19T22:47:37.637Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 746 | 2026-05-19T22:47:37.637Z | Downloaded elliptic-curve v0.13.8 |
| 747 | 2026-05-19T22:47:37.637Z | Downloaded cookie v0.18.1 |
| 748 | 2026-05-19T22:47:37.637Z | Downloaded half v1.8.3 |
| 749 | 2026-05-19T22:47:37.637Z | Downloaded memoffset v0.9.1 |
| 750 | 2026-05-19T22:47:37.638Z | Downloaded maybe-uninit v2.0.0 |
| 751 | 2026-05-19T22:47:37.638Z | Downloaded lru-slab v0.1.2 |
| 752 | 2026-05-19T22:47:37.638Z | Downloaded lru-cache v0.1.2 |
| 753 | 2026-05-19T22:47:37.638Z | Downloaded ingot-types v0.1.2 |
| 754 | 2026-05-19T22:47:37.638Z | Downloaded ingot v0.1.1 |
| 755 | 2026-05-19T22:47:37.638Z | Downloaded buf-list v1.1.2 |
| 756 | 2026-05-19T22:47:37.638Z | Downloaded multimap v0.10.1 |
| 757 | 2026-05-19T22:47:37.718Z | Downloaded lru v0.12.5 |
| 758 | 2026-05-19T22:47:37.718Z | Downloaded linked-hash-map v0.5.6 |
| 759 | 2026-05-19T22:47:37.718Z | Downloaded libscf-sys v1.1.0 |
| 760 | 2026-05-19T22:47:37.718Z | Downloaded mime v0.3.17 |
| 761 | 2026-05-19T22:47:37.719Z | Downloaded cexpr v0.6.0 |
| 762 | 2026-05-19T22:47:37.719Z | Downloaded blake2 v0.10.6 |
| 763 | 2026-05-19T22:47:37.719Z | Downloaded backon v1.6.0 |
| 764 | 2026-05-19T22:47:37.719Z | Downloaded md-5 v0.10.6 |
| 765 | 2026-05-19T22:47:37.719Z | Downloaded match_cfg v0.1.0 |
| 766 | 2026-05-19T22:47:37.719Z | Downloaded maplit v1.0.2 |
| 767 | 2026-05-19T22:47:37.720Z | Downloaded managed v0.8.0 |
| 768 | 2026-05-19T22:47:37.720Z | Downloaded arrayvec v0.7.6 |
| 769 | 2026-05-19T22:47:37.720Z | Downloaded jobserver v0.1.34 |
| 770 | 2026-05-19T22:47:37.720Z | Downloaded nibble_vec v0.1.0 |
| 771 | 2026-05-19T22:47:37.720Z | Downloaded futures-channel v0.3.32 |
| 772 | 2026-05-19T22:47:37.721Z | Downloaded crc-any v2.5.0 |
| 773 | 2026-05-19T22:47:37.721Z | Downloaded ciborium v0.2.2 |
| 774 | 2026-05-19T22:47:37.721Z | Downloaded num-conv v0.2.0 |
| 775 | 2026-05-19T22:47:37.722Z | Downloaded num v0.4.3 |
| 776 | 2026-05-19T22:47:37.722Z | Downloaded normalize-line-endings v0.3.0 |
| 777 | 2026-05-19T22:47:37.722Z | Downloaded libefi-sys v0.1.0 |
| 778 | 2026-05-19T22:47:37.722Z | Downloaded async-bb8-diesel v0.2.1 |
| 779 | 2026-05-19T22:47:37.722Z | Downloaded newtype_derive v0.1.6 |
| 780 | 2026-05-19T22:47:37.722Z | Downloaded newline-converter v0.3.0 |
| 781 | 2026-05-19T22:47:37.722Z | Downloaded new_debug_unreachable v1.0.6 |
| 782 | 2026-05-19T22:47:37.722Z | Downloaded newtype-uuid-macros v0.1.0 |
| 783 | 2026-05-19T22:47:37.723Z | Downloaded fs_extra v1.3.0 |
| 784 | 2026-05-19T22:47:37.723Z | Downloaded git-stub-vcs v0.1.0 |
| 785 | 2026-05-19T22:47:37.723Z | Downloaded dropshot_endpoint v0.17.0 |
| 786 | 2026-05-19T22:47:37.723Z | Downloaded fatfs v0.3.6 |
| 787 | 2026-05-19T22:47:37.724Z | Downloaded http-body-util v0.1.3 |
| 788 | 2026-05-19T22:47:37.724Z | Downloaded nodrop v0.1.14 |
| 789 | 2026-05-19T22:47:37.724Z | Downloaded console v0.16.2 |
| 790 | 2026-05-19T22:47:37.724Z | Downloaded compact_str v0.8.1 |
| 791 | 2026-05-19T22:47:37.724Z | Downloaded num-iter v0.1.45 |
| 792 | 2026-05-19T22:47:37.724Z | Downloaded num_enum_derive v0.5.11 |
| 793 | 2026-05-19T22:47:37.724Z | Downloaded num-derive v0.3.3 |
| 794 | 2026-05-19T22:47:37.724Z | Downloaded getrandom v0.2.17 |
| 795 | 2026-05-19T22:47:37.725Z | Downloaded linear-map v1.2.0 |
| 796 | 2026-05-19T22:47:37.725Z | Downloaded libsw-core v0.3.2 |
| 797 | 2026-05-19T22:47:37.725Z | Downloaded darling_core v0.23.0 |
| 798 | 2026-05-19T22:47:37.725Z | Downloaded openssl-probe v0.2.1 |
| 799 | 2026-05-19T22:47:37.725Z | Downloaded openssl-macros v0.1.1 |
| 800 | 2026-05-19T22:47:37.725Z | Downloaded ipnet v2.11.0 |
| 801 | 2026-05-19T22:47:37.725Z | Downloaded ingot-macros v0.1.1 |
| 802 | 2026-05-19T22:47:37.725Z | Downloaded opaque-debug v0.3.1 |
| 803 | 2026-05-19T22:47:37.726Z | Downloaded num_threads v0.1.7 |
| 804 | 2026-05-19T22:47:37.726Z | Downloaded mime_guess v2.0.5 |
| 805 | 2026-05-19T22:47:37.726Z | Downloaded md5 v0.7.0 |
| 806 | 2026-05-19T22:47:37.726Z | Downloaded olpc-cjson v0.1.4 |
| 807 | 2026-05-19T22:47:37.726Z | Downloaded nonempty v0.12.0 |
| 808 | 2026-05-19T22:47:37.726Z | Downloaded chacha20 v0.10.0 |
| 809 | 2026-05-19T22:47:37.726Z | Downloaded openssl-probe v0.1.6 |
| 810 | 2026-05-19T22:47:37.726Z | Downloaded nanorand v0.7.0 |
| 811 | 2026-05-19T22:47:37.727Z | Downloaded multer v3.1.0 |
| 812 | 2026-05-19T22:47:37.727Z | Downloaded hmac v0.12.1 |
| 813 | 2026-05-19T22:47:37.727Z | Downloaded dropshot_endpoint v0.16.7 |
| 814 | 2026-05-19T22:47:37.727Z | Downloaded const-oid v0.9.6 |
| 815 | 2026-05-19T22:47:37.727Z | Downloaded colored v2.2.0 |
| 816 | 2026-05-19T22:47:37.727Z | Downloaded ipnetwork v0.21.1 |
| 817 | 2026-05-19T22:47:37.727Z | Downloaded backoff v0.4.0 |
| 818 | 2026-05-19T22:47:37.727Z | Downloaded native-tls v0.2.18 |
| 819 | 2026-05-19T22:47:37.727Z | Downloaded lalrpop-util v0.19.12 |
| 820 | 2026-05-19T22:47:37.727Z | Downloaded bit-vec v0.8.0 |
| 821 | 2026-05-19T22:47:37.727Z | Downloaded oso-derive v0.27.3 |
| 822 | 2026-05-19T22:47:37.728Z | Downloaded lzss v0.8.2 |
| 823 | 2026-05-19T22:47:37.728Z | Downloaded async-trait v0.1.89 |
| 824 | 2026-05-19T22:47:37.728Z | Downloaded parse-size v1.1.0 |
| 825 | 2026-05-19T22:47:37.728Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 826 | 2026-05-19T22:47:37.728Z | Downloaded hyper-rustls v0.27.7 |
| 827 | 2026-05-19T22:47:37.728Z | Downloaded pbkdf2 v0.11.0 |
| 828 | 2026-05-19T22:47:37.728Z | Downloaded path-slash v0.1.5 |
| 829 | 2026-05-19T22:47:37.728Z | Downloaded nu-ansi-term v0.50.3 |
| 830 | 2026-05-19T22:47:37.728Z | Downloaded chacha20poly1305 v0.10.1 |
| 831 | 2026-05-19T22:47:37.728Z | Downloaded http-body v1.0.1 |
| 832 | 2026-05-19T22:47:37.728Z | Downloaded home v0.5.12 |
| 833 | 2026-05-19T22:47:37.728Z | Downloaded crossterm v0.28.1 |
| 834 | 2026-05-19T22:47:37.728Z | Downloaded indoc v2.0.7 |
| 835 | 2026-05-19T22:47:37.728Z | Downloaded futures v0.3.32 |
| 836 | 2026-05-19T22:47:37.728Z | Downloaded libloading v0.8.9 |
| 837 | 2026-05-19T22:47:37.728Z | Downloaded num-rational v0.4.2 |
| 838 | 2026-05-19T22:47:37.728Z | Downloaded parse-display v0.10.0 |
| 839 | 2026-05-19T22:47:37.729Z | Downloaded newtype-uuid v1.3.2 |
| 840 | 2026-05-19T22:47:37.729Z | Downloaded num-derive v0.4.2 |
| 841 | 2026-05-19T22:47:37.729Z | Downloaded phf_shared v0.13.1 |
| 842 | 2026-05-19T22:47:37.729Z | Downloaded phf_shared v0.12.1 |
| 843 | 2026-05-19T22:47:37.729Z | Downloaded phf_shared v0.11.3 |
| 844 | 2026-05-19T22:47:37.729Z | Downloaded peg-runtime v0.8.5 |
| 845 | 2026-05-19T22:47:37.729Z | Downloaded pbkdf2 v0.12.2 |
| 846 | 2026-05-19T22:47:37.729Z | Downloaded num_enum v0.5.11 |
| 847 | 2026-05-19T22:47:37.729Z | Downloaded precomputed-hash v0.1.1 |
| 848 | 2026-05-19T22:47:37.729Z | Downloaded powerfmt v0.2.0 |
| 849 | 2026-05-19T22:47:37.729Z | Downloaded num_enum_derive v0.7.5 |
| 850 | 2026-05-19T22:47:37.729Z | Downloaded num_enum v0.7.5 |
| 851 | 2026-05-19T22:47:37.729Z | Downloaded oxide-tokio-rt v0.1.4 |
| 852 | 2026-05-19T22:47:37.729Z | Downloaded progenitor-client v0.11.2 |
| 853 | 2026-05-19T22:47:37.729Z | Downloaded heapless v0.8.0 |
| 854 | 2026-05-19T22:47:37.729Z | Downloaded heapless v0.7.17 |
| 855 | 2026-05-19T22:47:37.729Z | Downloaded headers v0.4.1 |
| 856 | 2026-05-19T22:47:37.729Z | Downloaded predicates-tree v1.0.13 |
| 857 | 2026-05-19T22:47:37.745Z | Downloaded const_format v0.2.35 |
| 858 | 2026-05-19T22:47:37.745Z | Downloaded phf v0.12.1 |
| 859 | 2026-05-19T22:47:37.745Z | Downloaded pem v3.0.6 |
| 860 | 2026-05-19T22:47:37.746Z | Downloaded bytes v1.11.1 |
| 861 | 2026-05-19T22:47:37.746Z | Downloaded password-hash v0.4.2 |
| 862 | 2026-05-19T22:47:37.746Z | Downloaded progenitor-client v0.14.0 |
| 863 | 2026-05-19T22:47:37.746Z | Downloaded progenitor-client v0.10.0 |
| 864 | 2026-05-19T22:47:37.746Z | Downloaded predicates-core v1.0.10 |
| 865 | 2026-05-19T22:47:37.746Z | Downloaded proc-macro-crate v1.3.1 |
| 866 | 2026-05-19T22:47:37.746Z | Downloaded litrs v1.0.0 |
| 867 | 2026-05-19T22:47:37.746Z | Downloaded pin-utils v0.1.0 |
| 868 | 2026-05-19T22:47:37.746Z | Downloaded packed_struct_codegen v0.10.1 |
| 869 | 2026-05-19T22:47:37.746Z | Downloaded packed_struct v0.10.1 |
| 870 | 2026-05-19T22:47:37.746Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 871 | 2026-05-19T22:47:37.746Z | Downloaded owo-colors v4.3.0 |
| 872 | 2026-05-19T22:47:37.746Z | Downloaded oxnet v0.1.4 |
| 873 | 2026-05-19T22:47:37.746Z | Downloaded libsw v3.5.0 |
| 874 | 2026-05-19T22:47:37.746Z | Downloaded psl-types v2.0.11 |
| 875 | 2026-05-19T22:47:37.746Z | Downloaded httparse v1.10.1 |
| 876 | 2026-05-19T22:47:37.746Z | Downloaded aes v0.8.4 |
| 877 | 2026-05-19T22:47:37.747Z | Downloaded indexmap v1.9.3 |
| 878 | 2026-05-19T22:47:37.747Z | Downloaded ignore v0.4.25 |
| 879 | 2026-05-19T22:47:37.747Z | Downloaded parking_lot_core v0.8.6 |
| 880 | 2026-05-19T22:47:37.747Z | Downloaded diesel_derives v2.3.7 |
| 881 | 2026-05-19T22:47:37.747Z | Downloaded polyval v0.6.2 |
| 882 | 2026-05-19T22:47:37.747Z | Downloaded pkg-config v0.3.32 |
| 883 | 2026-05-19T22:47:37.747Z | Downloaded peg-macros v0.8.5 |
| 884 | 2026-05-19T22:47:37.747Z | Downloaded password-hash v0.5.0 |
| 885 | 2026-05-19T22:47:37.747Z | Downloaded radium v0.7.0 |
| 886 | 2026-05-19T22:47:37.747Z | Downloaded predicates v3.1.4 |
| 887 | 2026-05-19T22:47:37.747Z | Downloaded progenitor-macro v0.11.2 |
| 888 | 2026-05-19T22:47:37.747Z | Downloaded ppv-lite86 v0.2.21 |
| 889 | 2026-05-19T22:47:37.747Z | Downloaded rand_xorshift v0.4.0 |
| 890 | 2026-05-19T22:47:37.747Z | Downloaded peg v0.8.5 |
| 891 | 2026-05-19T22:47:37.747Z | Downloaded rand_chacha v0.3.1 |
| 892 | 2026-05-19T22:47:37.747Z | Downloaded progenitor-macro v0.13.0 |
| 893 | 2026-05-19T22:47:37.747Z | Downloaded paste v1.0.15 |
| 894 | 2026-05-19T22:47:37.747Z | Downloaded half v2.7.1 |
| 895 | 2026-05-19T22:47:37.747Z | Downloaded progenitor-macro v0.14.0 |
| 896 | 2026-05-19T22:47:37.747Z | Downloaded pin-project-internal v1.1.11 |
| 897 | 2026-05-19T22:47:37.747Z | Downloaded progenitor-macro v0.10.0 |
| 898 | 2026-05-19T22:47:37.747Z | Downloaded pem-rfc7468 v0.7.0 |
| 899 | 2026-05-19T22:47:37.747Z | Downloaded libbz2-rs-sys v0.2.2 |
| 900 | 2026-05-19T22:47:37.748Z | Downloaded progenitor-extras v0.2.0 |
| 901 | 2026-05-19T22:47:37.748Z | Downloaded ref-cast-impl v1.0.25 |
| 902 | 2026-05-19T22:47:37.748Z | Downloaded quick-error v1.2.3 |
| 903 | 2026-05-19T22:47:37.748Z | Downloaded progenitor v0.11.2 |
| 904 | 2026-05-19T22:47:37.748Z | Downloaded pkcs8 v0.10.2 |
| 905 | 2026-05-19T22:47:37.748Z | Downloaded parking_lot v0.11.2 |
| 906 | 2026-05-19T22:47:37.748Z | Downloaded rfc6979 v0.4.0 |
| 907 | 2026-05-19T22:47:37.748Z | Downloaded num-integer v0.1.46 |
| 908 | 2026-05-19T22:47:37.748Z | Downloaded memmap2 v0.9.10 |
| 909 | 2026-05-19T22:47:37.748Z | Downloaded lock_api v0.4.14 |
| 910 | 2026-05-19T22:47:37.748Z | Downloaded getrandom v0.3.4 |
| 911 | 2026-05-19T22:47:37.748Z | Downloaded postgres-protocol v0.6.10 |
| 912 | 2026-05-19T22:47:37.748Z | Downloaded der v0.7.10 |
| 913 | 2026-05-19T22:47:37.748Z | Downloaded base64 v0.21.7 |
| 914 | 2026-05-19T22:47:37.748Z | Downloaded rustc-hash v2.1.1 |
| 915 | 2026-05-19T22:47:37.748Z | Downloaded russh-cryptovec v0.7.3 |
| 916 | 2026-05-19T22:47:37.748Z | Downloaded rtoolbox v0.0.3 |
| 917 | 2026-05-19T22:47:37.748Z | Downloaded ed25519-dalek v2.2.0 |
| 918 | 2026-05-19T22:47:37.748Z | Downloaded derive_more v2.1.1 |
| 919 | 2026-05-19T22:47:37.748Z | Downloaded ref-cast v1.0.25 |
| 920 | 2026-05-19T22:47:37.749Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 921 | 2026-05-19T22:47:37.749Z | Downloaded proc-macro-crate v3.4.0 |
| 922 | 2026-05-19T22:47:37.749Z | Downloaded indicatif v0.18.4 |
| 923 | 2026-05-19T22:47:37.749Z | Downloaded progenitor v0.13.0 |
| 924 | 2026-05-19T22:47:37.749Z | Downloaded progenitor v0.10.0 |
| 925 | 2026-05-19T22:47:37.749Z | Downloaded num-complex v0.4.6 |
| 926 | 2026-05-19T22:47:37.749Z | Downloaded cc v1.2.56 |
| 927 | 2026-05-19T22:47:37.749Z | Downloaded base64 v0.22.1 |
| 928 | 2026-05-19T22:47:37.749Z | Downloaded poly1305 v0.8.0 |
| 929 | 2026-05-19T22:47:37.749Z | Downloaded recursive v0.1.1 |
| 930 | 2026-05-19T22:47:37.749Z | Downloaded iana-time-zone v0.1.65 |
| 931 | 2026-05-19T22:47:37.749Z | Downloaded flume v0.11.1 |
| 932 | 2026-05-19T22:47:37.749Z | Downloaded daft-derive v0.1.7 |
| 933 | 2026-05-19T22:47:37.749Z | Downloaded rustc_version v0.1.7 |
| 934 | 2026-05-19T22:47:37.749Z | Downloaded rand_seeder v0.4.0 |
| 935 | 2026-05-19T22:47:37.749Z | Downloaded parking_lot v0.12.5 |
| 936 | 2026-05-19T22:47:37.750Z | Downloaded rand_core v0.9.5 |
| 937 | 2026-05-19T22:47:37.750Z | Downloaded progenitor-client v0.13.0 |
| 938 | 2026-05-19T22:47:37.750Z | Downloaded parking_lot_core v0.9.12 |
| 939 | 2026-05-19T22:47:37.750Z | Downloaded rustc_version v0.4.1 |
| 940 | 2026-05-19T22:47:37.750Z | Downloaded miniz_oxide v0.8.9 |
| 941 | 2026-05-19T22:47:37.750Z | Downloaded primeorder v0.13.6 |
| 942 | 2026-05-19T22:47:37.750Z | Downloaded parse-display-derive v0.10.0 |
| 943 | 2026-05-19T22:47:37.750Z | Downloaded oso v0.27.3 |
| 944 | 2026-05-19T22:47:37.750Z | Downloaded progenitor v0.14.0 |
| 945 | 2026-05-19T22:47:37.750Z | Downloaded fxhash v0.2.1 |
| 946 | 2026-05-19T22:47:37.750Z | Downloaded futures-io v0.3.32 |
| 947 | 2026-05-19T22:47:37.750Z | Downloaded compression-codecs v0.4.37 |
| 948 | 2026-05-19T22:47:37.750Z | Downloaded cargo_metadata v0.19.2 |
| 949 | 2026-05-19T22:47:37.750Z | Downloaded bit-vec v0.6.3 |
| 950 | 2026-05-19T22:47:37.750Z | Downloaded salsa20 v0.10.2 |
| 951 | 2026-05-19T22:47:37.750Z | Downloaded scrypt v0.11.0 |
| 952 | 2026-05-19T22:47:37.750Z | Downloaded scroll_derive v0.13.1 |
| 953 | 2026-05-19T22:47:37.750Z | Downloaded hickory-resolver v0.25.2 |
| 954 | 2026-05-19T22:47:37.750Z | Downloaded pkcs1 v0.7.5 |
| 955 | 2026-05-19T22:47:37.750Z | Downloaded postcard v1.1.3 |
| 956 | 2026-05-19T22:47:37.750Z | Downloaded derive_more-impl v2.1.1 |
| 957 | 2026-05-19T22:47:37.759Z | Downloaded pkcs5 v0.7.1 |
| 958 | 2026-05-19T22:47:37.759Z | Downloaded semver v0.1.20 |
| 959 | 2026-05-19T22:47:37.759Z | Downloaded scheduled-thread-pool v0.2.7 |
| 960 | 2026-05-19T22:47:37.760Z | Downloaded resolv-conf v0.7.6 |
| 961 | 2026-05-19T22:47:37.760Z | Downloaded same-file v1.0.6 |
| 962 | 2026-05-19T22:47:37.760Z | Downloaded psm v0.1.30 |
| 963 | 2026-05-19T22:47:37.760Z | Downloaded sapling-renderdag v0.1.0 |
| 964 | 2026-05-19T22:47:37.760Z | Downloaded omicron-zone-package v0.12.2 |
| 965 | 2026-05-19T22:47:37.760Z | Downloaded pin-project-lite v0.2.17 |
| 966 | 2026-05-19T22:47:37.760Z | Downloaded seq-macro v0.3.6 |
| 967 | 2026-05-19T22:47:37.760Z | Downloaded rand_core v0.10.0 |
| 968 | 2026-05-19T22:47:37.760Z | Downloaded bumpalo v3.20.2 |
| 969 | 2026-05-19T22:47:37.760Z | Downloaded rand_core v0.6.4 |
| 970 | 2026-05-19T22:47:37.760Z | Downloaded postgres-types v0.2.12 |
| 971 | 2026-05-19T22:47:37.760Z | Downloaded r2d2 v0.8.10 |
| 972 | 2026-05-19T22:47:37.760Z | Downloaded expectorate v1.2.0 |
| 973 | 2026-05-19T22:47:37.761Z | Downloaded phf v0.13.1 |
| 974 | 2026-05-19T22:47:37.761Z | Downloaded hickory-resolver v0.24.4 |
| 975 | 2026-05-19T22:47:37.761Z | Downloaded serde-big-array v0.5.1 |
| 976 | 2026-05-19T22:47:37.761Z | Downloaded secrecy v0.8.0 |
| 977 | 2026-05-19T22:47:37.761Z | Downloaded serde_plain v1.0.2 |
| 978 | 2026-05-19T22:47:37.761Z | Downloaded secrecy v0.10.3 |
| 979 | 2026-05-19T22:47:37.761Z | Downloaded scopeguard v1.2.0 |
| 980 | 2026-05-19T22:47:37.761Z | Downloaded serde_spanned v1.0.4 |
| 981 | 2026-05-19T22:47:37.762Z | Downloaded rustls-pemfile v2.2.0 |
| 982 | 2026-05-19T22:47:37.762Z | Downloaded sha1 v0.10.6 |
| 983 | 2026-05-19T22:47:37.762Z | Downloaded proc-macro-error2 v2.0.1 |
| 984 | 2026-05-19T22:47:37.762Z | Downloaded p256 v0.13.2 |
| 985 | 2026-05-19T22:47:37.762Z | Downloaded hashbrown v0.13.2 |
| 986 | 2026-05-19T22:47:37.762Z | Downloaded papergrid v0.17.0 |
| 987 | 2026-05-19T22:47:37.762Z | Downloaded hickory-server v0.25.2 |
| 988 | 2026-05-19T22:47:37.762Z | Downloaded serde_bytes v0.11.19 |
| 989 | 2026-05-19T22:47:37.762Z | Downloaded rustversion v1.0.22 |
| 990 | 2026-05-19T22:47:37.762Z | Downloaded signal-hook-mio v0.2.5 |
| 991 | 2026-05-19T22:47:37.762Z | Downloaded serde_urlencoded v0.7.1 |
| 992 | 2026-05-19T22:47:37.762Z | Downloaded shell-words v1.1.1 |
| 993 | 2026-05-19T22:47:37.762Z | Downloaded dropshot-api-manager v0.7.1 |
| 994 | 2026-05-19T22:47:37.762Z | Downloaded pin-project v1.1.11 |
| 995 | 2026-05-19T22:47:37.763Z | Downloaded siphasher v1.0.2 |
| 996 | 2026-05-19T22:47:37.763Z | Downloaded jiff-static v0.2.21 |
| 997 | 2026-05-19T22:47:37.763Z | Downloaded http v1.4.0 |
| 998 | 2026-05-19T22:47:37.763Z | Downloaded signature v2.2.0 |
| 999 | 2026-05-19T22:47:37.763Z | Downloaded russh-keys v0.45.0 |
| 1000 | 2026-05-19T22:47:37.763Z | Downloaded quinn-udp v0.5.14 |
| 1001 | 2026-05-19T22:47:37.763Z | Downloaded rand_chacha v0.9.0 |
| 1002 | 2026-05-19T22:47:37.763Z | Downloaded crossterm v0.29.0 |
| 1003 | 2026-05-19T22:47:37.763Z | Downloaded sigpipe v0.1.3 |
| 1004 | 2026-05-19T22:47:37.764Z | Downloaded signal-hook-tokio v0.3.1 |
| 1005 | 2026-05-19T22:47:37.764Z | Downloaded serde_path_to_error v0.1.20 |
| 1006 | 2026-05-19T22:47:37.764Z | Downloaded prettyplease v0.2.37 |
| 1007 | 2026-05-19T22:47:37.764Z | Downloaded slog-bunyan v2.5.0 |
| 1008 | 2026-05-19T22:47:37.764Z | Downloaded schemars_derive v0.8.22 |
| 1009 | 2026-05-19T22:47:37.764Z | Downloaded serde_derive_internals v0.29.1 |
| 1010 | 2026-05-19T22:47:37.764Z | Downloaded rustls-pemfile v1.0.4 |
| 1011 | 2026-05-19T22:47:37.764Z | Downloaded openssl-sys v0.9.115 |
| 1012 | 2026-05-19T22:47:37.764Z | Downloaded prefix-trie v0.7.0 |
| 1013 | 2026-05-19T22:47:37.764Z | Downloaded ssh-cipher v0.2.0 |
| 1014 | 2026-05-19T22:47:37.764Z | Downloaded slog-envlogger v2.2.0 |
| 1015 | 2026-05-19T22:47:37.764Z | Downloaded rusty-fork v0.3.1 |
| 1016 | 2026-05-19T22:47:37.764Z | Downloaded sct v0.7.1 |
| 1017 | 2026-05-19T22:47:37.764Z | Downloaded mio v1.2.0 |
| 1018 | 2026-05-19T22:47:37.764Z | Downloaded itertools v0.10.5 |
| 1019 | 2026-05-19T22:47:37.764Z | Downloaded aes-gcm v0.10.3 |
| 1020 | 2026-05-19T22:47:37.764Z | Downloaded sec1 v0.7.3 |
| 1021 | 2026-05-19T22:47:37.765Z | Downloaded serde_repr v0.1.20 |
| 1022 | 2026-05-19T22:47:37.765Z | Downloaded serde-hex v0.1.0 |
| 1023 | 2026-05-19T22:47:37.765Z | Downloaded structmeta v0.3.0 |
| 1024 | 2026-05-19T22:47:37.765Z | Downloaded progenitor-impl v0.14.0 |
| 1025 | 2026-05-19T22:47:37.765Z | Downloaded progenitor-impl v0.11.2 |
| 1026 | 2026-05-19T22:47:37.765Z | Downloaded scroll v0.13.0 |
| 1027 | 2026-05-19T22:47:37.765Z | Downloaded progenitor-impl v0.10.0 |
| 1028 | 2026-05-19T22:47:37.765Z | Downloaded rustls-native-certs v0.8.3 |
| 1029 | 2026-05-19T22:47:37.765Z | Downloaded sqlparser_derive v0.5.0 |
| 1030 | 2026-05-19T22:47:37.765Z | Downloaded ssh-encoding v0.2.0 |
| 1031 | 2026-05-19T22:47:37.765Z | Downloaded subtle v2.6.1 |
| 1032 | 2026-05-19T22:47:37.765Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1033 | 2026-05-19T22:47:37.765Z | Downloaded sync-ptr v0.1.4 |
| 1034 | 2026-05-19T22:47:37.765Z | Downloaded strum v0.27.2 |
| 1035 | 2026-05-19T22:47:37.765Z | Downloaded strum v0.26.3 |
| 1036 | 2026-05-19T22:47:37.765Z | Downloaded structmeta-derive v0.3.0 |
| 1037 | 2026-05-19T22:47:37.765Z | Downloaded slab v0.4.12 |
| 1038 | 2026-05-19T22:47:37.765Z | Downloaded shlex v1.3.0 |
| 1039 | 2026-05-19T22:47:37.765Z | Downloaded rustls-pki-types v1.14.0 |
| 1040 | 2026-05-19T22:47:37.765Z | Downloaded slog-json v2.6.1 |
| 1041 | 2026-05-19T22:47:37.765Z | Downloaded sync_wrapper v1.0.2 |
| 1042 | 2026-05-19T22:47:37.765Z | Downloaded tagptr v0.2.0 |
| 1043 | 2026-05-19T22:47:37.765Z | Downloaded slog-scope v4.4.1 |
| 1044 | 2026-05-19T22:47:37.766Z | Downloaded serde_cbor v0.11.2 |
| 1045 | 2026-05-19T22:47:37.766Z | Downloaded smf v0.2.3 |
| 1046 | 2026-05-19T22:47:37.766Z | Downloaded slog-stdlog v4.1.1 |
| 1047 | 2026-05-19T22:47:37.766Z | Downloaded tabwriter v1.4.1 |
| 1048 | 2026-05-19T22:47:37.766Z | Downloaded tabled_derive v0.11.0 |
| 1049 | 2026-05-19T22:47:37.766Z | Downloaded signal-hook-registry v1.4.8 |
| 1050 | 2026-05-19T22:47:37.766Z | Downloaded supports-color v3.0.2 |
| 1051 | 2026-05-19T22:47:37.766Z | Downloaded spki v0.7.3 |
| 1052 | 2026-05-19T22:47:37.766Z | Downloaded hashbrown v0.15.5 |
| 1053 | 2026-05-19T22:47:37.766Z | Downloaded smallvec v0.6.14 |
| 1054 | 2026-05-19T22:47:37.766Z | Downloaded slog-async v2.8.0 |
| 1055 | 2026-05-19T22:47:37.766Z | Downloaded pretty_assertions v1.4.1 |
| 1056 | 2026-05-19T22:47:37.766Z | Downloaded slog-dtrace v0.3.0 |
| 1057 | 2026-05-19T22:47:37.785Z | Downloaded ryu v1.0.23 |
| 1058 | 2026-05-19T22:47:37.785Z | Downloaded tap v1.0.1 |
| 1059 | 2026-05-19T22:47:37.785Z | Downloaded take_mut v0.2.2 |
| 1060 | 2026-05-19T22:47:37.786Z | Downloaded sqlformat v0.3.5 |
| 1061 | 2026-05-19T22:47:37.786Z | Downloaded minimal-lexical v0.2.1 |
| 1062 | 2026-05-19T22:47:37.786Z | Downloaded termtree v0.5.1 |
| 1063 | 2026-05-19T22:47:37.786Z | Downloaded tinyvec_macros v0.1.1 |
| 1064 | 2026-05-19T22:47:37.786Z | Downloaded time-core v0.1.8 |
| 1065 | 2026-05-19T22:47:37.786Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1066 | 2026-05-19T22:47:37.786Z | Downloaded num-bigint v0.4.6 |
| 1067 | 2026-05-19T22:47:37.786Z | Downloaded rcgen v0.12.1 |
| 1068 | 2026-05-19T22:47:37.786Z | Downloaded strum_macros v0.27.2 |
| 1069 | 2026-05-19T22:47:37.786Z | Downloaded ron v0.8.1 |
| 1070 | 2026-05-19T22:47:37.787Z | Downloaded strum_macros v0.26.4 |
| 1071 | 2026-05-19T22:47:37.787Z | Downloaded snafu-derive v0.8.9 |
| 1072 | 2026-05-19T22:47:37.787Z | Downloaded strum_macros v0.24.3 |
| 1073 | 2026-05-19T22:47:37.787Z | Downloaded stringprep v0.1.5 |
| 1074 | 2026-05-19T22:47:37.787Z | Downloaded thread-id v5.1.0 |
| 1075 | 2026-05-19T22:47:37.787Z | Downloaded string_cache v0.8.9 |
| 1076 | 2026-05-19T22:47:37.787Z | Downloaded qorb v0.4.1 |
| 1077 | 2026-05-19T22:47:37.787Z | Downloaded serde_with_macros v3.17.0 |
| 1078 | 2026-05-19T22:47:37.787Z | Downloaded quinn v0.11.9 |
| 1079 | 2026-05-19T22:47:37.788Z | Downloaded tokio-macros v2.7.0 |
| 1080 | 2026-05-19T22:47:37.788Z | Downloaded rand v0.8.6 |
| 1081 | 2026-05-19T22:47:37.788Z | Downloaded slog-term v2.9.2 |
| 1082 | 2026-05-19T22:47:37.788Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1083 | 2026-05-19T22:47:37.788Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1084 | 2026-05-19T22:47:37.788Z | Downloaded topological-sort v0.2.2 |
| 1085 | 2026-05-19T22:47:37.788Z | Downloaded static_assertions v1.1.0 |
| 1086 | 2026-05-19T22:47:37.788Z | Downloaded hashbrown v0.12.3 |
| 1087 | 2026-05-19T22:47:37.788Z | Downloaded spin v0.9.8 |
| 1088 | 2026-05-19T22:47:37.788Z | Downloaded itertools v0.12.1 |
| 1089 | 2026-05-19T22:47:37.788Z | Downloaded schemars v0.8.22 |
| 1090 | 2026-05-19T22:47:37.788Z | Downloaded tower-layer v0.3.3 |
| 1091 | 2026-05-19T22:47:37.788Z | Downloaded trait-variant v0.1.2 |
| 1092 | 2026-05-19T22:47:37.788Z | Downloaded support-bundle-viewer v0.1.2 |
| 1093 | 2026-05-19T22:47:37.788Z | Downloaded time-macros v0.2.27 |
| 1094 | 2026-05-19T22:47:37.788Z | Downloaded schemars v0.9.0 |
| 1095 | 2026-05-19T22:47:37.788Z | Downloaded testing_table v0.3.0 |
| 1096 | 2026-05-19T22:47:37.789Z | Downloaded termios v0.3.3 |
| 1097 | 2026-05-19T22:47:37.789Z | Downloaded try-lock v0.2.5 |
| 1098 | 2026-05-19T22:47:37.789Z | Downloaded tokio-native-tls v0.3.1 |
| 1099 | 2026-05-19T22:47:37.789Z | Downloaded num-bigint-dig v0.8.6 |
| 1100 | 2026-05-19T22:47:37.789Z | Downloaded rsa v0.9.10 |
| 1101 | 2026-05-19T22:47:37.789Z | Downloaded tower-service v0.3.3 |
| 1102 | 2026-05-19T22:47:37.789Z | Downloaded publicsuffix v2.3.0 |
| 1103 | 2026-05-19T22:47:37.789Z | Downloaded slog v2.8.2 |
| 1104 | 2026-05-19T22:47:37.789Z | Downloaded typify-macro v0.4.3 |
| 1105 | 2026-05-19T22:47:37.789Z | Downloaded rayon-core v1.13.0 |
| 1106 | 2026-05-19T22:47:37.789Z | Downloaded unicode-truncate v1.1.0 |
| 1107 | 2026-05-19T22:47:37.790Z | Downloaded hyper-util v0.1.20 |
| 1108 | 2026-05-19T22:47:37.790Z | Downloaded h2 v0.4.13 |
| 1109 | 2026-05-19T22:47:37.790Z | Downloaded thread_local v1.1.9 |
| 1110 | 2026-05-19T22:47:37.790Z | Downloaded usdt v0.6.0 |
| 1111 | 2026-05-19T22:47:37.790Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1112 | 2026-05-19T22:47:37.790Z | Downloaded nom v7.1.3 |
| 1113 | 2026-05-19T22:47:37.790Z | Downloaded usdt-attr-macro v0.6.0 |
| 1114 | 2026-05-19T22:47:37.790Z | Downloaded untrusted v0.7.1 |
| 1115 | 2026-05-19T22:47:37.790Z | Downloaded utf-8 v0.7.6 |
| 1116 | 2026-05-19T22:47:37.790Z | Downloaded usdt-macro v0.6.0 |
| 1117 | 2026-05-19T22:47:37.790Z | Downloaded untrusted v0.9.0 |
| 1118 | 2026-05-19T22:47:37.790Z | Downloaded tokio-rustls v0.25.0 |
| 1119 | 2026-05-19T22:47:37.790Z | Downloaded stacker v0.1.23 |
| 1120 | 2026-05-19T22:47:37.790Z | Downloaded unit-prefix v0.5.2 |
| 1121 | 2026-05-19T22:47:37.790Z | Downloaded tls_codec_derive v0.4.2 |
| 1122 | 2026-05-19T22:47:37.790Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1123 | 2026-05-19T22:47:37.791Z | Downloaded typify-macro v0.6.2 |
| 1124 | 2026-05-19T22:47:37.791Z | Downloaded itertools v0.14.0 |
| 1125 | 2026-05-19T22:47:37.791Z | Downloaded unarray v0.1.4 |
| 1126 | 2026-05-19T22:47:37.791Z | Downloaded thiserror-no-std v2.0.2 |
| 1127 | 2026-05-19T22:47:37.791Z | Downloaded samael v0.0.19 |
| 1128 | 2026-05-19T22:47:37.791Z | Downloaded iri-string v0.7.10 |
| 1129 | 2026-05-19T22:47:37.791Z | Downloaded void v1.0.2 |
| 1130 | 2026-05-19T22:47:37.791Z | Downloaded tui-tree-widget v0.23.1 |
| 1131 | 2026-05-19T22:47:37.791Z | Downloaded tls_codec v0.4.2 |
| 1132 | 2026-05-19T22:47:37.791Z | Downloaded subprocess v0.2.15 |
| 1133 | 2026-05-19T22:47:37.791Z | Downloaded want v0.3.1 |
| 1134 | 2026-05-19T22:47:37.791Z | Downloaded libm v0.2.16 |
| 1135 | 2026-05-19T22:47:37.791Z | Downloaded tokio-tungstenite v0.23.1 |
| 1136 | 2026-05-19T22:47:37.792Z | Downloaded tokio-stream v0.1.18 |
| 1137 | 2026-05-19T22:47:37.792Z | Downloaded tokio-rustls v0.24.1 |
| 1138 | 2026-05-19T22:47:37.792Z | Downloaded signal-hook v0.3.18 |
| 1139 | 2026-05-19T22:47:37.792Z | Downloaded hashbrown v0.16.1 |
| 1140 | 2026-05-19T22:47:37.792Z | Downloaded simd-adler32 v0.3.8 |
| 1141 | 2026-05-19T22:47:37.792Z | Downloaded tiny-keccak v2.0.2 |
| 1142 | 2026-05-19T22:47:37.792Z | Downloaded xattr v1.6.1 |
| 1143 | 2026-05-19T22:47:37.792Z | Downloaded similar v2.7.0 |
| 1144 | 2026-05-19T22:47:37.792Z | Downloaded universal-hash v0.5.1 |
| 1145 | 2026-05-19T22:47:37.792Z | Downloaded aho-corasick v1.1.4 |
| 1146 | 2026-05-19T22:47:37.792Z | Downloaded term v0.7.0 |
| 1147 | 2026-05-19T22:47:37.792Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1148 | 2026-05-19T22:47:37.792Z | Downloaded libxml v0.3.3 |
| 1149 | 2026-05-19T22:47:37.792Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1150 | 2026-05-19T22:47:37.792Z | Downloaded term v1.2.1 |
| 1151 | 2026-05-19T22:47:37.792Z | Downloaded waitgroup v0.1.2 |
| 1152 | 2026-05-19T22:47:37.792Z | Downloaded test-strategy v0.4.5 |
| 1153 | 2026-05-19T22:47:37.793Z | Downloaded wait-timeout v0.2.1 |
| 1154 | 2026-05-19T22:47:37.793Z | Downloaded progenitor-impl v0.13.0 |
| 1155 | 2026-05-19T22:47:37.793Z | Downloaded tracing-attributes v0.1.31 |
| 1156 | 2026-05-19T22:47:37.793Z | Downloaded schemars v1.2.1 |
| 1157 | 2026-05-19T22:47:37.814Z | Downloaded vergen-gitcl v1.0.8 |
| 1158 | 2026-05-19T22:47:37.814Z | Downloaded zone v0.3.1 |
| 1159 | 2026-05-19T22:47:37.814Z | Downloaded vsss-rs v3.3.4 |
| 1160 | 2026-05-19T22:47:37.814Z | Downloaded tokio-rustls v0.26.4 |
| 1161 | 2026-05-19T22:47:37.814Z | Downloaded unicase v2.9.0 |
| 1162 | 2026-05-19T22:47:37.814Z | Downloaded tokio-dtrace v0.1.1 |
| 1163 | 2026-05-19T22:47:37.814Z | Downloaded xshell-macros v0.2.7 |
| 1164 | 2026-05-19T22:47:37.814Z | Downloaded russh v0.45.0 |
| 1165 | 2026-05-19T22:47:37.815Z | Downloaded twox-hash v2.1.2 |
| 1166 | 2026-05-19T22:47:37.815Z | Downloaded tokio-tungstenite v0.21.0 |
| 1167 | 2026-05-19T22:47:37.815Z | Downloaded whoami v1.6.1 |
| 1168 | 2026-05-19T22:47:37.815Z | Downloaded rand v0.9.2 |
| 1169 | 2026-05-19T22:47:37.815Z | Downloaded wyz v0.5.1 |
| 1170 | 2026-05-19T22:47:37.815Z | Downloaded tar v0.4.45 |
| 1171 | 2026-05-19T22:47:37.815Z | Downloaded usdt-impl v0.6.0 |
| 1172 | 2026-05-19T22:47:37.815Z | Downloaded toml v0.7.8 |
| 1173 | 2026-05-19T22:47:37.815Z | Downloaded vergen-git2 v1.0.7 |
| 1174 | 2026-05-19T22:47:37.815Z | Downloaded zone_cfg_derive v0.3.1 |
| 1175 | 2026-05-19T22:47:37.815Z | Downloaded vergen-lib v0.1.6 |
| 1176 | 2026-05-19T22:47:37.815Z | Downloaded zeroize v1.8.2 |
| 1177 | 2026-05-19T22:47:37.815Z | Downloaded tracing-core v0.1.36 |
| 1178 | 2026-05-19T22:47:37.815Z | Downloaded walkdir v2.5.0 |
| 1179 | 2026-05-19T22:47:37.815Z | Downloaded socket2 v0.6.3 |
| 1180 | 2026-05-19T22:47:37.816Z | Downloaded hyper v1.8.1 |
| 1181 | 2026-05-19T22:47:37.816Z | Downloaded zstd-safe v7.2.4 |
| 1182 | 2026-05-19T22:47:37.816Z | Downloaded iddqd v0.4.1 |
| 1183 | 2026-05-19T22:47:37.816Z | Downloaded whoami v2.1.0 |
| 1184 | 2026-05-19T22:47:37.816Z | Downloaded socket2 v0.5.10 |
| 1185 | 2026-05-19T22:47:37.816Z | Downloaded snafu v0.8.9 |
| 1186 | 2026-05-19T22:47:37.816Z | Downloaded tungstenite v0.23.0 |
| 1187 | 2026-05-19T22:47:37.816Z | Downloaded tinyvec v1.10.0 |
| 1188 | 2026-05-19T22:47:37.816Z | Downloaded xshell v0.2.7 |
| 1189 | 2026-05-19T22:47:37.816Z | Downloaded futures-util v0.3.32 |
| 1190 | 2026-05-19T22:47:37.816Z | Downloaded yasna v0.5.2 |
| 1191 | 2026-05-19T22:47:37.816Z | Downloaded vergen v9.0.6 |
| 1192 | 2026-05-19T22:47:37.816Z | Downloaded unsafe-libyaml v0.2.11 |
| 1193 | 2026-05-19T22:47:37.816Z | Downloaded rustls-webpki v0.103.9 |
| 1194 | 2026-05-19T22:47:37.816Z | Downloaded rand v0.10.0 |
| 1195 | 2026-05-19T22:47:37.817Z | Downloaded rustyline v14.0.0 |
| 1196 | 2026-05-19T22:47:37.817Z | Downloaded uzers v0.12.2 |
| 1197 | 2026-05-19T22:47:37.817Z | Downloaded unicode-properties v0.1.4 |
| 1198 | 2026-05-19T22:47:37.817Z | Downloaded itertools v0.13.0 |
| 1199 | 2026-05-19T22:47:37.817Z | Downloaded zeroize_derive v1.4.3 |
| 1200 | 2026-05-19T22:47:37.817Z | Downloaded vte v0.14.1 |
| 1201 | 2026-05-19T22:47:37.817Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1202 | 2026-05-19T22:47:37.817Z | Downloaded tungstenite v0.21.0 |
| 1203 | 2026-05-19T22:47:37.817Z | Downloaded unicode-bidi v0.3.18 |
| 1204 | 2026-05-19T22:47:37.817Z | Downloaded zerocopy v0.6.6 |
| 1205 | 2026-05-19T22:47:37.817Z | Downloaded typify v0.4.3 |
| 1206 | 2026-05-19T22:47:37.817Z | Downloaded typify v0.6.2 |
| 1207 | 2026-05-19T22:47:37.817Z | Downloaded p384 v0.13.1 |
| 1208 | 2026-05-19T22:47:37.817Z | Downloaded regex v1.12.3 |
| 1209 | 2026-05-19T22:47:37.817Z | Downloaded uuid v1.23.0 |
| 1210 | 2026-05-19T22:47:37.817Z | Downloaded zstd v0.13.3 |
| 1211 | 2026-05-19T22:47:37.818Z | Downloaded hkdf v0.12.4 |
| 1212 | 2026-05-19T22:47:37.818Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1213 | 2026-05-19T22:47:37.818Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1214 | 2026-05-19T22:47:37.818Z | Downloaded unicode_categories v0.1.1 |
| 1215 | 2026-05-19T22:47:37.818Z | Downloaded p521 v0.13.3 |
| 1216 | 2026-05-19T22:47:37.818Z | Downloaded rpassword v7.4.0 |
| 1217 | 2026-05-19T22:47:37.818Z | Downloaded steno v0.4.1 |
| 1218 | 2026-05-19T22:47:37.818Z | Downloaded git2 v0.20.4 |
| 1219 | 2026-05-19T22:47:37.818Z | Downloaded zip v0.6.6 |
| 1220 | 2026-05-19T22:47:37.818Z | Downloaded reqwest v0.13.2 |
| 1221 | 2026-05-19T22:47:37.818Z | Downloaded zopfli v0.8.3 |
| 1222 | 2026-05-19T22:47:37.818Z | Downloaded blake3 v1.8.3 |
| 1223 | 2026-05-19T22:47:37.819Z | Downloaded tokio-postgres v0.7.16 |
| 1224 | 2026-05-19T22:47:37.819Z | Downloaded yansi v1.0.1 |
| 1225 | 2026-05-19T22:47:37.819Z | Downloaded toml_edit v0.19.15 |
| 1226 | 2026-05-19T22:47:37.819Z | Downloaded ssh-key v0.6.7 |
| 1227 | 2026-05-19T22:47:37.819Z | Downloaded bitvec v1.0.1 |
| 1228 | 2026-05-19T22:47:37.819Z | Downloaded aws-lc-rs v1.16.3 |
| 1229 | 2026-05-19T22:47:37.819Z | Downloaded reedline v0.40.0 |
| 1230 | 2026-05-19T22:47:37.819Z | Downloaded zerocopy-derive v0.8.40 |
| 1231 | 2026-05-19T22:47:37.819Z | Downloaded reqwest v0.12.28 |
| 1232 | 2026-05-19T22:47:37.819Z | Downloaded proptest v1.10.0 |
| 1233 | 2026-05-19T22:47:37.819Z | Downloaded petname v2.0.2 |
| 1234 | 2026-05-19T22:47:37.819Z | Downloaded tower v0.5.3 |
| 1235 | 2026-05-19T22:47:37.819Z | Downloaded rayon v1.11.0 |
| 1236 | 2026-05-19T22:47:37.819Z | Downloaded x509-cert v0.2.5 |
| 1237 | 2026-05-19T22:47:37.819Z | Downloaded typed-path v0.9.3 |
| 1238 | 2026-05-19T22:47:37.819Z | Downloaded unicode-segmentation v1.12.0 |
| 1239 | 2026-05-19T22:47:37.820Z | Downloaded portable-atomic v1.13.1 |
| 1240 | 2026-05-19T22:47:37.820Z | Downloaded lalrpop v0.19.12 |
| 1241 | 2026-05-19T22:47:37.820Z | Downloaded tokio-util v0.7.18 |
| 1242 | 2026-05-19T22:47:37.820Z | Downloaded serde_with v3.17.0 |
| 1243 | 2026-05-19T22:47:37.820Z | Downloaded rustls-webpki v0.101.7 |
| 1244 | 2026-05-19T22:47:37.829Z | Downloaded zip v4.6.1 |
| 1245 | 2026-05-19T22:47:37.829Z | Downloaded tough v0.22.0 |
| 1246 | 2026-05-19T22:47:37.829Z | Downloaded bindgen v0.71.1 |
| 1247 | 2026-05-19T22:47:37.830Z | Downloaded unicode-normalization v0.1.25 |
| 1248 | 2026-05-19T22:47:37.830Z | Downloaded goblin v0.10.5 |
| 1249 | 2026-05-19T22:47:37.830Z | Downloaded rustls-webpki v0.102.8 |
| 1250 | 2026-05-19T22:47:37.830Z | Downloaded tower-http v0.6.8 |
| 1251 | 2026-05-19T22:47:37.830Z | Downloaded object v0.30.4 |
| 1252 | 2026-05-19T22:47:37.830Z | Downloaded moka v0.12.13 |
| 1253 | 2026-05-19T22:47:37.830Z | Downloaded polar-core v0.27.3 |
| 1254 | 2026-05-19T22:47:37.830Z | Downloaded winnow v0.5.40 |
| 1255 | 2026-05-19T22:47:37.830Z | Downloaded winnow v0.6.26 |
| 1256 | 2026-05-19T22:47:37.831Z | Downloaded quinn-proto v0.11.13 |
| 1257 | 2026-05-19T22:47:37.854Z | Downloaded chrono v0.4.44 |
| 1258 | 2026-05-19T22:47:37.854Z | Downloaded salty v0.3.0 |
| 1259 | 2026-05-19T22:47:37.854Z | Downloaded dropshot v0.16.7 |
| 1260 | 2026-05-19T22:47:37.854Z | Downloaded radix_trie v0.2.1 |
| 1261 | 2026-05-19T22:47:37.854Z | Downloaded hickory-proto v0.26.1 |
| 1262 | 2026-05-19T22:47:37.854Z | Downloaded curve25519-dalek v4.1.3 |
| 1263 | 2026-05-19T22:47:37.854Z | Downloaded quick-xml v0.37.5 |
| 1264 | 2026-05-19T22:47:37.855Z | Downloaded nix v0.28.0 |
| 1265 | 2026-05-19T22:47:37.855Z | Downloaded rustls v0.21.12 |
| 1266 | 2026-05-19T22:47:37.855Z | Downloaded nix v0.27.1 |
| 1267 | 2026-05-19T22:47:37.855Z | Downloaded time v0.3.47 |
| 1268 | 2026-05-19T22:47:37.855Z | Downloaded smoltcp v0.9.1 |
| 1269 | 2026-05-19T22:47:37.855Z | Downloaded regex-syntax v0.6.29 |
| 1270 | 2026-05-19T22:47:37.855Z | Downloaded hickory-proto v0.24.4 |
| 1271 | 2026-05-19T22:47:37.856Z | Downloaded vcpkg v0.2.15 |
| 1272 | 2026-05-19T22:47:37.856Z | Downloaded nix v0.29.0 |
| 1273 | 2026-05-19T22:47:37.856Z | Downloaded tabled v0.20.0 |
| 1274 | 2026-05-19T22:47:37.856Z | Downloaded smoltcp v0.11.0 |
| 1275 | 2026-05-19T22:47:37.856Z | Downloaded openapiv3 v2.2.0 |
| 1276 | 2026-05-19T22:47:37.856Z | Downloaded nix v0.31.2 |
| 1277 | 2026-05-19T22:47:37.857Z | Downloaded zlib-rs v0.6.2 |
| 1278 | 2026-05-19T22:47:37.857Z | Downloaded webpki-roots v1.0.6 |
| 1279 | 2026-05-19T22:47:37.857Z | Downloaded rustix v0.38.44 |
| 1280 | 2026-05-19T22:47:37.857Z | Downloaded rustls v0.22.4 |
| 1281 | 2026-05-19T22:47:37.857Z | Downloaded zerocopy v0.8.40 |
| 1282 | 2026-05-19T22:47:37.858Z | Downloaded regress v0.11.1 |
| 1283 | 2026-05-19T22:47:37.858Z | Downloaded regex-syntax v0.8.10 |
| 1284 | 2026-05-19T22:47:37.858Z | Downloaded sqlparser v0.61.0 |
| 1285 | 2026-05-19T22:47:37.858Z | Downloaded rustls v0.23.37 |
| 1286 | 2026-05-19T22:47:37.858Z | Downloaded object v0.37.3 |
| 1287 | 2026-05-19T22:47:37.858Z | Downloaded regress v0.10.5 |
| 1288 | 2026-05-19T22:47:37.858Z | Downloaded tracing v0.1.44 |
| 1289 | 2026-05-19T22:47:37.858Z | Downloaded diesel v2.3.7 |
| 1290 | 2026-05-19T22:47:37.858Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1291 | 2026-05-19T22:47:37.858Z | Downloaded hickory-proto v0.25.2 |
| 1292 | 2026-05-19T22:47:37.858Z | Downloaded dropshot v0.17.0 |
| 1293 | 2026-05-19T22:47:37.858Z | Downloaded bstr v1.12.1 |
| 1294 | 2026-05-19T22:47:37.858Z | Downloaded openssl v0.10.79 |
| 1295 | 2026-05-19T22:47:37.859Z | Downloaded chrono-tz v0.10.4 |
| 1296 | 2026-05-19T22:47:37.859Z | Downloaded sled v0.34.7 |
| 1297 | 2026-05-19T22:47:37.859Z | Downloaded typify-impl v0.6.2 |
| 1298 | 2026-05-19T22:47:37.859Z | Downloaded tokio v1.52.1 |
| 1299 | 2026-05-19T22:47:37.859Z | Downloaded typify-impl v0.4.3 |
| 1300 | 2026-05-19T22:47:37.859Z | Downloaded ratatui v0.29.0 |
| 1301 | 2026-05-19T22:47:37.859Z | Downloaded zerocopy-derive v0.6.6 |
| 1302 | 2026-05-19T22:47:37.859Z | Downloaded regex-automata v0.4.14 |
| 1303 | 2026-05-19T22:47:37.873Z | Downloaded petgraph v0.6.5 |
| 1304 | 2026-05-19T22:47:37.873Z | Downloaded jiff v0.2.21 |
| 1305 | 2026-05-19T22:47:37.886Z | Downloaded ring v0.17.14 |
| 1306 | 2026-05-19T22:47:37.904Z | Downloaded petgraph v0.8.3 |
| 1307 | 2026-05-19T22:47:37.924Z | Downloaded csv v1.4.0 |
| 1308 | 2026-05-19T22:47:37.992Z | Downloaded libz-sys v1.1.24 |
| 1309 | 2026-05-19T22:47:38.042Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1310 | 2026-05-19T22:47:38.042Z | Downloaded sha3 v0.10.8 |
| 1311 | 2026-05-19T22:47:38.042Z | Downloaded encoding_rs v0.8.35 |
| 1312 | 2026-05-19T22:47:38.080Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1313 | 2026-05-19T22:47:38.513Z | Downloaded aws-lc-sys v0.40.0 |
| 1314 | 2026-05-19T22:47:38.767Z | Compiling libc v0.2.185 |
| 1315 | 2026-05-19T22:47:38.770Z | Compiling serde v1.0.228 |
| 1316 | 2026-05-19T22:47:38.770Z | Compiling log v0.4.29 |
| 1317 | 2026-05-19T22:47:38.770Z | Compiling find-msvc-tools v0.1.9 |
| 1318 | 2026-05-19T22:47:38.922Z | Compiling shlex v1.3.0 |
| 1319 | 2026-05-19T22:47:38.938Z | Compiling syn v2.0.117 |
| 1320 | 2026-05-19T22:47:38.940Z | Compiling smallvec v1.15.1 |
| 1321 | 2026-05-19T22:47:38.940Z | Compiling typenum v1.19.0 |
| 1322 | 2026-05-19T22:47:39.103Z | Compiling generic-array v0.14.7 |
| 1323 | 2026-05-19T22:47:39.120Z | Compiling subtle v2.6.1 |
| 1324 | 2026-05-19T22:47:39.147Z | Compiling scopeguard v1.2.0 |
| 1325 | 2026-05-19T22:47:39.180Z | Compiling const-oid v0.9.6 |
| 1326 | 2026-05-19T22:47:39.235Z | Compiling lock_api v0.4.14 |
| 1327 | 2026-05-19T22:47:39.248Z | Compiling serde_json v1.0.149 |
| 1328 | 2026-05-19T22:47:39.286Z | Compiling zerocopy v0.8.40 |
| 1329 | 2026-05-19T22:47:39.355Z | Compiling parking_lot_core v0.9.12 |
| 1330 | 2026-05-19T22:47:39.456Z | Compiling pin-project-lite v0.2.17 |
| 1331 | 2026-05-19T22:47:39.550Z | Compiling portable-atomic v1.13.1 |
| 1332 | 2026-05-19T22:47:39.601Z | Compiling pkg-config v0.3.32 |
| 1333 | 2026-05-19T22:47:39.710Z | Compiling bitflags v2.11.0 |
| 1334 | 2026-05-19T22:47:39.807Z | Compiling getrandom v0.2.17 |
| 1335 | 2026-05-19T22:47:39.889Z | Compiling jobserver v0.1.34 |
| 1336 | 2026-05-19T22:47:39.903Z | Compiling errno v0.3.14 |
| 1337 | 2026-05-19T22:47:39.936Z | Compiling rand_core v0.6.4 |
| 1338 | 2026-05-19T22:47:40.033Z | Compiling signal-hook-registry v1.4.8 |
| 1339 | 2026-05-19T22:47:40.150Z | Compiling cc v1.2.56 |
| 1340 | 2026-05-19T22:47:40.208Z | Compiling libm v0.2.16 |
| 1341 | 2026-05-19T22:47:40.277Z | Compiling critical-section v1.2.0 |
| 1342 | 2026-05-19T22:47:40.299Z | Compiling futures-core v0.3.32 |
| 1343 | 2026-05-19T22:47:40.339Z | Compiling parking_lot v0.12.5 |
| 1344 | 2026-05-19T22:47:40.373Z | Compiling mio v1.2.0 |
| 1345 | 2026-05-19T22:47:40.448Z | Compiling once_cell v1.21.3 |
| 1346 | 2026-05-19T22:47:40.528Z | Compiling num-traits v0.2.19 |
| 1347 | 2026-05-19T22:47:40.557Z | Compiling percent-encoding v2.3.2 |
| 1348 | 2026-05-19T22:47:40.663Z | Compiling socket2 v0.6.3 |
| 1349 | 2026-05-19T22:47:40.733Z | Compiling futures-sink v0.3.32 |
| 1350 | 2026-05-19T22:47:40.748Z | Compiling getrandom v0.4.1 |
| 1351 | 2026-05-19T22:47:40.838Z | Compiling rand_core v0.10.0 |
| 1352 | 2026-05-19T22:47:40.847Z | Compiling futures-channel v0.3.32 |
| 1353 | 2026-05-19T22:47:40.885Z | Compiling slab v0.4.12 |
| 1354 | 2026-05-19T22:47:40.992Z | Compiling futures-io v0.3.32 |
| 1355 | 2026-05-19T22:47:41.073Z | Compiling cpufeatures v0.2.17 |
| 1356 | 2026-05-19T22:47:41.082Z | Compiling futures-task v0.3.32 |
| 1357 | 2026-05-19T22:47:41.095Z | Compiling indexmap v2.14.0 |
| 1358 | 2026-05-19T22:47:41.128Z | Compiling getrandom v0.3.4 |
| 1359 | 2026-05-19T22:47:41.144Z | Compiling rustversion v1.0.22 |
| 1360 | 2026-05-19T22:47:41.251Z | Compiling cmake v0.1.57 |
| 1361 | 2026-05-19T22:47:41.593Z | Compiling form_urlencoded v1.2.2 |
| 1362 | 2026-05-19T22:47:41.683Z | Compiling fs_extra v1.3.0 |
| 1363 | 2026-05-19T22:47:41.775Z | Compiling dunce v1.0.5 |
| 1364 | 2026-05-19T22:47:41.793Z | Compiling ident_case v1.0.1 |
| 1365 | 2026-05-19T22:47:41.882Z | Compiling synstructure v0.13.2 |
| 1366 | 2026-05-19T22:47:41.887Z | Compiling base64ct v1.8.3 |
| 1367 | 2026-05-19T22:47:41.927Z | Compiling regex-syntax v0.8.10 |
| 1368 | 2026-05-19T22:47:41.972Z | Compiling aws-lc-sys v0.40.0 |
| 1369 | 2026-05-19T22:47:42.086Z | Compiling rustix v1.1.3 |
| 1370 | 2026-05-19T22:47:42.186Z | Compiling pem-rfc7468 v0.7.0 |
| 1371 | 2026-05-19T22:47:42.201Z | Compiling flagset v0.4.7 |
| 1372 | 2026-05-19T22:47:42.337Z | Compiling iana-time-zone v0.1.65 |
| 1373 | 2026-05-19T22:47:42.377Z | Compiling rand_core v0.9.5 |
| 1374 | 2026-05-19T22:47:42.496Z | Compiling ring v0.17.14 |
| 1375 | 2026-05-19T22:47:42.510Z | Compiling vcpkg v0.2.15 |
| 1376 | 2026-05-19T22:47:42.548Z | Compiling aws-lc-rs v1.16.3 |
| 1377 | 2026-05-19T22:47:42.663Z | Compiling uuid v1.23.0 |
| 1378 | 2026-05-19T22:47:42.839Z | Compiling rustc_version v0.4.1 |
| 1379 | 2026-05-19T22:47:43.182Z | Compiling tracing-core v0.1.36 |
| 1380 | 2026-05-19T22:47:43.264Z | Compiling openssl-sys v0.9.115 |
| 1381 | 2026-05-19T22:47:43.398Z | Compiling base64 v0.22.1 |
| 1382 | 2026-05-19T22:47:43.616Z | Compiling serde_derive v1.0.228 |
| 1383 | 2026-05-19T22:47:43.740Z | Compiling zeroize_derive v1.4.3 |
| 1384 | 2026-05-19T22:47:43.755Z | Compiling zerofrom-derive v0.1.6 |
| 1385 | 2026-05-19T22:47:43.804Z | Compiling yoke-derive v0.8.1 |
| 1386 | 2026-05-19T22:47:43.882Z | Compiling zerovec-derive v0.11.2 |
| 1387 | 2026-05-19T22:47:44.349Z | Compiling zerocopy-derive v0.8.40 |
| 1388 | 2026-05-19T22:47:44.400Z | Compiling zeroize v1.8.2 |
| 1389 | 2026-05-19T22:47:45.003Z | Compiling displaydoc v0.2.5 |
| 1390 | 2026-05-19T22:47:45.037Z | Compiling tokio-macros v2.7.0 |
| 1391 | 2026-05-19T22:47:45.179Z | Compiling crypto-common v0.1.7 |
| 1392 | 2026-05-19T22:47:45.196Z | Compiling zerofrom v0.1.6 |
| 1393 | 2026-05-19T22:47:45.322Z | Compiling yoke v0.8.1 |
| 1394 | 2026-05-19T22:47:45.322Z | Compiling block-buffer v0.10.4 |
| 1395 | 2026-05-19T22:47:45.502Z | Compiling zerovec v0.11.5 |
| 1396 | 2026-05-19T22:47:45.502Z | Compiling digest v0.10.7 |
| 1397 | 2026-05-19T22:47:45.752Z | Compiling zerotrie v0.2.3 |
| 1398 | 2026-05-19T22:47:45.766Z | Compiling futures-macro v0.3.32 |
| 1399 | 2026-05-19T22:47:45.769Z | Compiling hmac v0.12.1 |
| 1400 | 2026-05-19T22:47:45.921Z | Compiling block-padding v0.3.3 |
| 1401 | 2026-05-19T22:47:46.005Z | Compiling tinystr v0.8.2 |
| 1402 | 2026-05-19T22:47:46.042Z | Compiling potential_utf v0.1.4 |
| 1403 | 2026-05-19T22:47:46.079Z | Compiling inout v0.1.4 |
| 1404 | 2026-05-19T22:47:46.200Z | Compiling icu_locale_core v2.1.1 |
| 1405 | 2026-05-19T22:47:46.203Z | Compiling icu_collections v2.1.1 |
| 1406 | 2026-05-19T22:47:46.244Z | Compiling cipher v0.4.4 |
| 1407 | 2026-05-19T22:47:46.529Z | Compiling sha2 v0.10.9 |
| 1408 | 2026-05-19T22:47:46.607Z | Compiling futures-util v0.3.32 |
| 1409 | 2026-05-19T22:47:46.725Z | Compiling der_derive v0.7.3 |
| 1410 | 2026-05-19T22:47:47.138Z | Compiling bytes v1.11.1 |
| 1411 | 2026-05-19T22:47:47.182Z | Compiling icu_provider v2.1.1 |
| 1412 | 2026-05-19T22:47:47.200Z | Compiling chrono v0.4.44 |
| 1413 | 2026-05-19T22:47:47.485Z | Compiling icu_normalizer v2.1.1 |
| 1414 | 2026-05-19T22:47:47.706Z | Compiling tokio v1.52.1 |
| 1415 | 2026-05-19T22:47:47.758Z | Compiling icu_properties v2.1.2 |
| 1416 | 2026-05-19T22:47:47.923Z | Compiling der v0.7.10 |
| 1417 | 2026-05-19T22:47:48.038Z | Compiling http v1.4.0 |
| 1418 | 2026-05-19T22:47:48.609Z | Compiling idna_adapter v1.2.1 |
| 1419 | 2026-05-19T22:47:48.750Z | Compiling idna v1.1.0 |
| 1420 | 2026-05-19T22:47:48.832Z | Compiling ppv-lite86 v0.2.21 |
| 1421 | 2026-05-19T22:47:48.886Z | Compiling spki v0.7.3 |
| 1422 | 2026-05-19T22:47:48.891Z | Compiling salsa20 v0.10.2 |
| 1423 | 2026-05-19T22:47:48.931Z | Compiling pbkdf2 v0.12.2 |
| 1424 | 2026-05-19T22:47:49.034Z | Compiling rustls-pki-types v1.14.0 |
| 1425 | 2026-05-19T22:47:49.060Z | Compiling url v2.5.8 |
| 1426 | 2026-05-19T22:47:49.083Z | Compiling tracing-attributes v0.1.31 |
| 1427 | 2026-05-19T22:47:49.124Z | Compiling thiserror-impl v2.0.18 |
| 1428 | 2026-05-19T22:47:49.167Z | Compiling rand_chacha v0.9.0 |
| 1429 | 2026-05-19T22:47:49.407Z | Compiling scrypt v0.11.0 |
| 1430 | 2026-05-19T22:47:49.472Z | Compiling http-body v1.0.1 |
| 1431 | 2026-05-19T22:47:49.641Z | Compiling cbc v0.1.2 |
| 1432 | 2026-05-19T22:47:49.655Z | Compiling aes v0.8.4 |
| 1433 | 2026-05-19T22:47:49.838Z | Compiling untrusted v0.9.0 |
| 1434 | 2026-05-19T22:47:49.845Z | Compiling untrusted v0.7.1 |
| 1435 | 2026-05-19T22:47:49.862Z | Compiling tinyvec_macros v0.1.1 |
| 1436 | 2026-05-19T22:47:49.948Z | Compiling httparse v1.10.1 |
| 1437 | 2026-05-19T22:47:49.979Z | Compiling openssl-probe v0.2.1 |
| 1438 | 2026-05-19T22:47:50.140Z | Compiling pkcs5 v0.7.1 |
| 1439 | 2026-05-19T22:47:50.318Z | Compiling tinyvec v1.10.0 |
| 1440 | 2026-05-19T22:47:50.354Z | Compiling tracing v0.1.44 |
| 1441 | 2026-05-19T22:47:50.420Z | Compiling thiserror v2.0.18 |
| 1442 | 2026-05-19T22:47:50.527Z | Compiling pest_generator v2.8.6 |
| 1443 | 2026-05-19T22:47:50.605Z | Compiling rand v0.9.2 |
| 1444 | 2026-05-19T22:47:50.613Z | Compiling serde_derive_internals v0.29.1 |
| 1445 | 2026-05-19T22:47:50.646Z | Compiling aho-corasick v1.1.4 |
| 1446 | 2026-05-19T22:47:50.687Z | Compiling dyn-clone v1.0.20 |
| 1447 | 2026-05-19T22:47:50.826Z | Compiling try-lock v0.2.5 |
| 1448 | 2026-05-19T22:47:50.936Z | Compiling atomic-waker v1.1.2 |
| 1449 | 2026-05-19T22:47:51.059Z | Compiling tower-layer v0.3.3 |
| 1450 | 2026-05-19T22:47:51.213Z | Compiling tower-service v0.3.3 |
| 1451 | 2026-05-19T22:47:51.228Z | Compiling schemars v0.8.22 |
| 1452 | 2026-05-19T22:47:51.310Z | Compiling rustls v0.23.37 |
| 1453 | 2026-05-19T22:47:51.368Z | Compiling pest_derive v2.8.6 |
| 1454 | 2026-05-19T22:47:51.425Z | Compiling tokio-util v0.7.18 |
| 1455 | 2026-05-19T22:47:51.520Z | Compiling regex-automata v0.4.14 |
| 1456 | 2026-05-19T22:47:51.533Z | Compiling schemars_derive v0.8.22 |
| 1457 | 2026-05-19T22:47:51.757Z | Compiling want v0.3.1 |
| 1458 | 2026-05-19T22:47:51.821Z | Compiling pkcs8 v0.10.2 |
| 1459 | 2026-05-19T22:47:52.143Z | Compiling ipnet v2.11.0 |
| 1460 | 2026-05-19T22:47:52.233Z | Compiling h2 v0.4.13 |
| 1461 | 2026-05-19T22:47:52.391Z | Compiling scroll_derive v0.13.1 |
| 1462 | 2026-05-19T22:47:52.557Z | Compiling darling_core v0.20.11 |
| 1463 | 2026-05-19T22:47:52.639Z | Compiling httpdate v1.0.3 |
| 1464 | 2026-05-19T22:47:52.778Z | Compiling openssl v0.10.79 |
| 1465 | 2026-05-19T22:47:52.859Z | Compiling pin-utils v0.1.0 |
| 1466 | 2026-05-19T22:47:52.935Z | Compiling foreign-types-shared v0.1.1 |
| 1467 | 2026-05-19T22:47:53.024Z | Compiling foreign-types v0.3.2 |
| 1468 | 2026-05-19T22:47:53.036Z | Compiling tempfile v3.25.0 |
| 1469 | 2026-05-19T22:47:53.184Z | Compiling scroll v0.13.0 |
| 1470 | 2026-05-19T22:47:53.405Z | Compiling unicode-normalization v0.1.25 |
| 1471 | 2026-05-19T22:47:53.450Z | Compiling openssl-macros v0.1.1 |
| 1472 | 2026-05-19T22:47:53.838Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1473 | 2026-05-19T22:47:53.842Z | Compiling spin v0.9.8 |
| 1474 | 2026-05-19T22:47:53.865Z | Compiling powerfmt v0.2.0 |
| 1475 | 2026-05-19T22:47:54.055Z | Compiling crc32fast v1.5.0 |
| 1476 | 2026-05-19T22:47:54.068Z | Compiling time-core v0.1.8 |
| 1477 | 2026-05-19T22:47:54.214Z | Compiling num-conv v0.2.0 |
| 1478 | 2026-05-19T22:47:54.230Z | Compiling native-tls v0.2.18 |
| 1479 | 2026-05-19T22:47:54.343Z | Compiling time-macros v0.2.27 |
| 1480 | 2026-05-19T22:47:54.385Z | Compiling deranged v0.5.8 |
| 1481 | 2026-05-19T22:47:54.774Z | Compiling darling_macro v0.20.11 |
| 1482 | 2026-05-19T22:47:55.237Z | Compiling hyper v1.8.1 |
| 1483 | 2026-05-19T22:47:55.340Z | Compiling darling v0.20.11 |
| 1484 | 2026-05-19T22:47:55.374Z | Compiling goblin v0.10.5 |
| 1485 | 2026-05-19T22:47:55.421Z | Compiling rustls-native-certs v0.8.3 |
| 1486 | 2026-05-19T22:47:55.577Z | Compiling sync_wrapper v1.0.2 |
| 1487 | 2026-05-19T22:47:55.689Z | Compiling wait-timeout v0.2.1 |
| 1488 | 2026-05-19T22:47:55.724Z | Compiling syn v1.0.109 |
| 1489 | 2026-05-19T22:47:55.983Z | Compiling num_threads v0.1.7 |
| 1490 | 2026-05-19T22:47:56.029Z | Compiling siphasher v1.0.2 |
| 1491 | 2026-05-19T22:47:56.053Z | Compiling crossbeam-utils v0.8.21 |
| 1492 | 2026-05-19T22:47:56.153Z | Compiling simd-adler32 v0.3.8 |
| 1493 | 2026-05-19T22:47:56.203Z | Compiling bit-vec v0.8.0 |
| 1494 | 2026-05-19T22:47:56.334Z | Compiling hyper-util v0.1.20 |
| 1495 | 2026-05-19T22:47:56.394Z | Compiling quick-error v1.2.3 |
| 1496 | 2026-05-19T22:47:56.436Z | Compiling usdt-impl v0.6.0 |
| 1497 | 2026-05-19T22:47:56.552Z | Compiling rusty-fork v0.3.1 |
| 1498 | 2026-05-19T22:47:56.821Z | Compiling bit-set v0.8.0 |
| 1499 | 2026-05-19T22:47:56.888Z | Compiling time v0.3.47 |
| 1500 | 2026-05-19T22:47:57.033Z | Compiling tower v0.5.3 |
| 1501 | 2026-05-19T22:47:57.041Z | Compiling derive_builder_core v0.20.2 |
| 1502 | 2026-05-19T22:47:57.521Z | Compiling dtrace-parser v0.3.0 |
| 1503 | 2026-05-19T22:47:57.685Z | Compiling http-body-util v0.1.3 |
| 1504 | 2026-05-19T22:47:57.941Z | Compiling webpki-roots v1.0.6 |
| 1505 | 2026-05-19T22:47:57.950Z | Compiling signature v2.2.0 |
| 1506 | 2026-05-19T22:47:58.069Z | Compiling thiserror-impl v1.0.69 |
| 1507 | 2026-05-19T22:47:58.106Z | Compiling scroll_derive v0.12.1 |
| 1508 | 2026-05-19T22:47:58.125Z | Compiling dof v0.4.0 |
| 1509 | 2026-05-19T22:47:58.269Z | Compiling heapless v0.7.17 |
| 1510 | 2026-05-19T22:47:58.466Z | Compiling rand_xorshift v0.4.0 |
| 1511 | 2026-05-19T22:47:58.511Z | Compiling slog v2.8.2 |
| 1512 | 2026-05-19T22:47:58.630Z | Compiling darling_core v0.21.3 |
| 1513 | 2026-05-19T22:47:58.693Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1514 | 2026-05-19T22:47:58.768Z | Compiling thread-id v5.1.0 |
| 1515 | 2026-05-19T22:47:58.844Z | Compiling cookie v0.18.1 |
| 1516 | 2026-05-19T22:47:58.962Z | Compiling adler2 v2.0.1 |
| 1517 | 2026-05-19T22:47:59.026Z | Compiling paste v1.0.15 |
| 1518 | 2026-05-19T22:47:59.094Z | Compiling signal-hook v0.3.18 |
| 1519 | 2026-05-19T22:47:59.271Z | Compiling zstd-safe v7.2.4 |
| 1520 | 2026-05-19T22:47:59.281Z | Compiling unicode-bidi v0.3.18 |
| 1521 | 2026-05-19T22:47:59.300Z | Compiling unicode-properties v0.1.4 |
| 1522 | 2026-05-19T22:47:59.300Z | Compiling anyhow v1.0.102 |
| 1523 | 2026-05-19T22:47:59.459Z | Compiling unarray v0.1.4 |
| 1524 | 2026-05-19T22:47:59.504Z | Compiling allocator-api2 v0.2.21 |
| 1525 | 2026-05-19T22:47:59.568Z | Compiling iri-string v0.7.10 |
| 1526 | 2026-05-19T22:47:59.606Z | Compiling ryu v1.0.23 |
| 1527 | 2026-05-19T22:47:59.784Z | Compiling serde_urlencoded v0.7.1 |
| 1528 | 2026-05-19T22:47:59.817Z | Compiling stringprep v0.1.5 |
| 1529 | 2026-05-19T22:47:59.822Z | Compiling proptest v1.10.0 |
| 1530 | 2026-05-19T22:47:59.899Z | Compiling thiserror v1.0.69 |
| 1531 | 2026-05-19T22:48:00.043Z | Compiling miniz_oxide v0.8.9 |
| 1532 | 2026-05-19T22:48:00.617Z | Compiling scroll v0.12.0 |
| 1533 | 2026-05-19T22:48:00.863Z | Compiling tower-http v0.6.8 |
| 1534 | 2026-05-19T22:48:00.885Z | Compiling derive_builder_macro v0.20.2 |
| 1535 | 2026-05-19T22:48:01.038Z | Compiling tokio-native-tls v0.3.1 |
| 1536 | 2026-05-19T22:48:01.090Z | Compiling darling_macro v0.21.3 |
| 1537 | 2026-05-19T22:48:01.204Z | Compiling ipnetwork v0.21.1 |
| 1538 | 2026-05-19T22:48:01.231Z | Compiling bstr v1.12.1 |
| 1539 | 2026-05-19T22:48:01.325Z | Compiling rand_chacha v0.3.1 |
| 1540 | 2026-05-19T22:48:01.607Z | Compiling toml_datetime v0.6.11 |
| 1541 | 2026-05-19T22:48:01.623Z | Compiling erased-serde v0.3.31 |
| 1542 | 2026-05-19T22:48:01.709Z | Compiling serde_spanned v0.6.9 |
| 1543 | 2026-05-19T22:48:01.895Z | Compiling serde_tokenstream v0.2.3 |
| 1544 | 2026-05-19T22:48:01.908Z | Compiling md-5 v0.10.6 |
| 1545 | 2026-05-19T22:48:01.948Z | Compiling pin-project-internal v1.1.11 |
| 1546 | 2026-05-19T22:48:02.054Z | Compiling async-trait v0.1.89 |
| 1547 | 2026-05-19T22:48:02.129Z | Compiling zerocopy-derive v0.7.35 |
| 1548 | 2026-05-19T22:48:02.207Z | Compiling curve25519-dalek v4.1.3 |
| 1549 | 2026-05-19T22:48:02.226Z | Compiling vergen-lib v0.1.6 |
| 1550 | 2026-05-19T22:48:02.382Z | Compiling num-integer v0.1.46 |
| 1551 | 2026-05-19T22:48:02.546Z | Compiling hash32 v0.2.1 |
| 1552 | 2026-05-19T22:48:02.776Z | Compiling ff v0.13.1 |
| 1553 | 2026-05-19T22:48:02.804Z | Compiling memoffset v0.9.1 |
| 1554 | 2026-05-19T22:48:02.914Z | Compiling rustix v0.38.44 |
| 1555 | 2026-05-19T22:48:02.978Z | Compiling base16ct v0.2.0 |
| 1556 | 2026-05-19T22:48:03.059Z | Compiling num-bigint-dig v0.8.6 |
| 1557 | 2026-05-19T22:48:03.134Z | Compiling psl-types v2.0.11 |
| 1558 | 2026-05-19T22:48:03.134Z | Compiling cfg_aliases v0.2.1 |
| 1559 | 2026-05-19T22:48:03.134Z | Compiling smoltcp v0.9.1 |
| 1560 | 2026-05-19T22:48:03.158Z | Compiling fallible-iterator v0.2.0 |
| 1561 | 2026-05-19T22:48:03.200Z | Compiling litrs v1.0.0 |
| 1562 | 2026-05-19T22:48:03.220Z | Compiling ref-cast v1.0.25 |
| 1563 | 2026-05-19T22:48:03.220Z | Compiling zlib-rs v0.6.2 |
| 1564 | 2026-05-19T22:48:03.504Z | Compiling postgres-protocol v0.6.10 |
| 1565 | 2026-05-19T22:48:03.562Z | Compiling nix v0.31.2 |
| 1566 | 2026-05-19T22:48:03.579Z | Compiling publicsuffix v2.3.0 |
| 1567 | 2026-05-19T22:48:03.719Z | Compiling document-features v0.2.12 |
| 1568 | 2026-05-19T22:48:03.752Z | Compiling pin-project v1.1.11 |
| 1569 | 2026-05-19T22:48:03.848Z | Compiling sec1 v0.7.3 |
| 1570 | 2026-05-19T22:48:03.916Z | Compiling zerocopy v0.7.35 |
| 1571 | 2026-05-19T22:48:04.197Z | Compiling group v0.13.0 |
| 1572 | 2026-05-19T22:48:04.299Z | Compiling num-iter v0.1.45 |
| 1573 | 2026-05-19T22:48:04.388Z | Compiling newtype-uuid v1.3.2 |
| 1574 | 2026-05-19T22:48:04.461Z | Compiling darling v0.21.3 |
| 1575 | 2026-05-19T22:48:04.570Z | Compiling rand v0.8.6 |
| 1576 | 2026-05-19T22:48:04.583Z | Compiling oxnet v0.1.4 |
| 1577 | 2026-05-19T22:48:04.757Z | Compiling derive_builder v0.20.2 |
| 1578 | 2026-05-19T22:48:04.995Z | Compiling hyper-tls v0.6.0 |
| 1579 | 2026-05-19T22:48:04.995Z | Compiling hubpack_derive v0.1.1 |
| 1580 | 2026-05-19T22:48:05.114Z | Compiling goblin v0.8.2 |
| 1581 | 2026-05-19T22:48:05.528Z | Compiling phf_shared v0.13.1 |
| 1582 | 2026-05-19T22:48:06.026Z | Compiling lazy_static v1.5.0 |
| 1583 | 2026-05-19T22:48:06.138Z | Compiling regex v1.12.3 |
| 1584 | 2026-05-19T22:48:06.138Z | Compiling futures-executor v0.3.32 |
| 1585 | 2026-05-19T22:48:06.138Z | Compiling cargo-platform v0.1.9 |
| 1586 | 2026-05-19T22:48:06.138Z | Compiling hex v0.4.3 |
| 1587 | 2026-05-19T22:48:06.138Z | Compiling hkdf v0.12.4 |
| 1588 | 2026-05-19T22:48:06.138Z | Compiling crypto-bigint v0.5.5 |
| 1589 | 2026-05-19T22:48:06.225Z | Compiling flate2 v1.1.9 |
| 1590 | 2026-05-19T22:48:06.225Z | Compiling ref-cast-impl v1.0.25 |
| 1591 | 2026-05-19T22:48:06.225Z | Compiling strum_macros v0.27.2 |
| 1592 | 2026-05-19T22:48:06.453Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1593 | 2026-05-19T22:48:06.544Z | Compiling snafu-derive v0.8.9 |
| 1594 | 2026-05-19T22:48:06.643Z | Compiling daft-derive v0.1.7 |
| 1595 | 2026-05-19T22:48:07.181Z | Compiling terminal_size v0.4.3 |
| 1596 | 2026-05-19T22:48:07.270Z | Compiling vergen v9.0.6 |
| 1597 | 2026-05-19T22:48:07.814Z | Compiling fs-err v3.3.0 |
| 1598 | 2026-05-19T22:48:07.939Z | Compiling ahash v0.8.12 |
| 1599 | 2026-05-19T22:48:07.939Z | Compiling encoding_rs v0.8.35 |
| 1600 | 2026-05-19T22:48:07.939Z | Compiling same-file v1.0.6 |
| 1601 | 2026-05-19T22:48:07.939Z | Compiling winnow v0.5.40 |
| 1602 | 2026-05-19T22:48:08.248Z | Compiling cpufeatures v0.3.0 |
| 1603 | 2026-05-19T22:48:08.465Z | Compiling bumpalo v3.20.2 |
| 1604 | 2026-05-19T22:48:08.465Z | Compiling managed v0.8.0 |
| 1605 | 2026-05-19T22:48:08.597Z | Compiling foldhash v0.2.0 |
| 1606 | 2026-05-19T22:48:08.597Z | Compiling foldhash v0.1.5 |
| 1607 | 2026-05-19T22:48:08.597Z | Compiling bitflags v1.3.2 |
| 1608 | 2026-05-19T22:48:08.597Z | Compiling unicode-segmentation v1.12.0 |
| 1609 | 2026-05-19T22:48:08.671Z | Compiling mime v0.3.17 |
| 1610 | 2026-05-19T22:48:08.671Z | Compiling libbz2-rs-sys v0.2.2 |
| 1611 | 2026-05-19T22:48:08.768Z | Compiling object v0.37.3 |
| 1612 | 2026-05-19T22:48:08.900Z | Compiling hashbrown v0.16.1 |
| 1613 | 2026-05-19T22:48:08.955Z | Compiling hashbrown v0.15.5 |
| 1614 | 2026-05-19T22:48:09.128Z | Compiling toml_edit v0.19.15 |
| 1615 | 2026-05-19T22:48:09.302Z | Compiling bzip2 v0.6.1 |
| 1616 | 2026-05-19T22:48:09.405Z | Compiling snafu v0.8.9 |
| 1617 | 2026-05-19T22:48:09.450Z | Compiling zopfli v0.8.3 |
| 1618 | 2026-05-19T22:48:09.450Z | Compiling chacha20 v0.10.0 |
| 1619 | 2026-05-19T22:48:09.450Z | Compiling strum v0.27.2 |
| 1620 | 2026-05-19T22:48:09.553Z | Compiling clap_builder v4.5.60 |
| 1621 | 2026-05-19T22:48:09.681Z | Compiling walkdir v2.5.0 |
| 1622 | 2026-05-19T22:48:09.811Z | Compiling daft v0.1.7 |
| 1623 | 2026-05-19T22:48:09.913Z | Compiling dof v0.3.0 |
| 1624 | 2026-05-19T22:48:10.048Z | Compiling elliptic-curve v0.13.8 |
| 1625 | 2026-05-19T22:48:10.192Z | Compiling cargo_metadata v0.19.2 |
| 1626 | 2026-05-19T22:48:10.513Z | Compiling futures v0.3.32 |
| 1627 | 2026-05-19T22:48:10.928Z | Compiling phf v0.13.1 |
| 1628 | 2026-05-19T22:48:10.949Z | Compiling cookie_store v0.22.1 |
| 1629 | 2026-05-19T22:48:11.087Z | Compiling hubpack v0.1.2 |
| 1630 | 2026-05-19T22:48:11.308Z | Compiling signal-hook-mio v0.2.5 |
| 1631 | 2026-05-19T22:48:11.442Z | Compiling bzip2 v0.4.4 |
| 1632 | 2026-05-19T22:48:11.557Z | Compiling zstd v0.13.3 |
| 1633 | 2026-05-19T22:48:11.604Z | Compiling serde_with_macros v3.17.0 |
| 1634 | 2026-05-19T22:48:11.770Z | Compiling postgres-types v0.2.12 |
| 1635 | 2026-05-19T22:48:11.830Z | Compiling usdt-attr-macro v0.6.0 |
| 1636 | 2026-05-19T22:48:12.331Z | Compiling usdt-macro v0.6.0 |
| 1637 | 2026-05-19T22:48:12.625Z | Compiling globset v0.4.18 |
| 1638 | 2026-05-19T22:48:12.645Z | Compiling dtrace-parser v0.2.0 |
| 1639 | 2026-05-19T22:48:12.742Z | Compiling ed25519 v2.2.3 |
| 1640 | 2026-05-19T22:48:12.897Z | Compiling phf_shared v0.11.3 |
| 1641 | 2026-05-19T22:48:13.037Z | Compiling olpc-cjson v0.1.4 |
| 1642 | 2026-05-19T22:48:13.063Z | Compiling pkcs1 v0.7.5 |
| 1643 | 2026-05-19T22:48:13.085Z | Compiling serde_plain v1.0.2 |
| 1644 | 2026-05-19T22:48:13.154Z | Compiling serde-big-array v0.5.1 |
| 1645 | 2026-05-19T22:48:13.295Z | Compiling rfc6979 v0.4.0 |
| 1646 | 2026-05-19T22:48:13.301Z | Compiling pem v3.0.6 |
| 1647 | 2026-05-19T22:48:13.307Z | Compiling enum-as-inner v0.6.1 |
| 1648 | 2026-05-19T22:48:13.390Z | Compiling strum_macros v0.26.4 |
| 1649 | 2026-05-19T22:48:13.402Z | Compiling serde_repr v0.1.20 |
| 1650 | 2026-05-19T22:48:13.467Z | Compiling async-recursion v1.1.1 |
| 1651 | 2026-05-19T22:48:13.614Z | Compiling clap_derive v4.5.55 |
| 1652 | 2026-05-19T22:48:13.683Z | Compiling float-cmp v0.10.0 |
| 1653 | 2026-05-19T22:48:13.805Z | Compiling thread-id v4.2.2 |
| 1654 | 2026-05-19T22:48:13.820Z | Compiling memmap2 v0.9.10 |
| 1655 | 2026-05-19T22:48:13.892Z | Compiling env_filter v1.0.0 |
| 1656 | 2026-05-19T22:48:13.930Z | Compiling data-encoding v2.10.0 |
| 1657 | 2026-05-19T22:48:14.028Z | Compiling normalize-line-endings v0.3.0 |
| 1658 | 2026-05-19T22:48:14.116Z | Compiling jiff v0.2.21 |
| 1659 | 2026-05-19T22:48:14.128Z | Compiling difflib v0.4.0 |
| 1660 | 2026-05-19T22:48:14.195Z | Compiling typed-path v0.9.3 |
| 1661 | 2026-05-19T22:48:14.627Z | Compiling keccak v0.1.6 |
| 1662 | 2026-05-19T22:48:14.687Z | Compiling precomputed-hash v0.1.1 |
| 1663 | 2026-05-19T22:48:14.814Z | Compiling new_debug_unreachable v1.0.6 |
| 1664 | 2026-05-19T22:48:14.859Z | Compiling either v1.15.0 |
| 1665 | 2026-05-19T22:48:15.067Z | Compiling fixedbitset v0.4.2 |
| 1666 | 2026-05-19T22:48:15.134Z | Compiling predicates-core v1.0.10 |
| 1667 | 2026-05-19T22:48:15.290Z | Compiling fixedbitset v0.5.7 |
| 1668 | 2026-05-19T22:48:15.318Z | Compiling static_assertions v1.1.0 |
| 1669 | 2026-05-19T22:48:15.392Z | Compiling whoami v2.1.0 |
| 1670 | 2026-05-19T22:48:15.407Z | Compiling clap v4.5.60 |
| 1671 | 2026-05-19T22:48:15.435Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1672 | 2026-05-19T22:48:15.448Z | Compiling predicates v3.1.4 |
| 1673 | 2026-05-19T22:48:15.509Z | Compiling petgraph v0.8.3 |
| 1674 | 2026-05-19T22:48:15.595Z | Compiling petgraph v0.6.5 |
| 1675 | 2026-05-19T22:48:15.782Z | Compiling tokio-postgres v0.7.16 |
| 1676 | 2026-05-19T22:48:16.105Z | Compiling strum v0.26.3 |
| 1677 | 2026-05-19T22:48:16.208Z | Compiling itertools v0.13.0 |
| 1678 | 2026-05-19T22:48:16.238Z | Compiling string_cache v0.8.9 |
| 1679 | 2026-05-19T22:48:16.468Z | Compiling sha3 v0.10.8 |
| 1680 | 2026-05-19T22:48:16.952Z | Compiling zip v4.6.1 |
| 1681 | 2026-05-19T22:48:17.131Z | Compiling hickory-proto v0.25.2 |
| 1682 | 2026-05-19T22:48:17.456Z | Compiling toml_edit v0.22.27 |
| 1683 | 2026-05-19T22:48:17.490Z | Compiling env_logger v0.11.9 |
| 1684 | 2026-05-19T22:48:17.853Z | Compiling usdt v0.6.0 |
| 1685 | 2026-05-19T22:48:17.930Z | Compiling usdt-impl v0.5.0 |
| 1686 | 2026-05-19T22:48:18.005Z | Compiling ecdsa v0.16.9 |
| 1687 | 2026-05-19T22:48:18.133Z | Compiling rsa v0.9.10 |
| 1688 | 2026-05-19T22:48:18.318Z | Compiling ed25519-dalek v2.2.0 |
| 1689 | 2026-05-19T22:48:18.374Z | Compiling serde_with v3.17.0 |
| 1690 | 2026-05-19T22:48:18.406Z | Compiling crossterm v0.28.1 |
| 1691 | 2026-05-19T22:48:18.972Z | Compiling zip v0.6.6 |
| 1692 | 2026-05-19T22:48:19.690Z | Compiling toml v0.7.8 |
| 1693 | 2026-05-19T22:48:19.930Z | Compiling iddqd v0.4.1 |
| 1694 | 2026-05-19T22:48:20.191Z | Compiling rand v0.10.0 |
| 1695 | 2026-05-19T22:48:20.311Z | Compiling heck v0.4.1 |
| 1696 | 2026-05-19T22:48:20.423Z | Compiling similar v2.7.0 |
| 1697 | 2026-05-19T22:48:20.541Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1698 | 2026-05-19T22:48:21.107Z | Compiling crossbeam-epoch v0.9.18 |
| 1699 | 2026-05-19T22:48:21.157Z | Compiling tokio-stream v0.1.18 |
| 1700 | 2026-05-19T22:48:21.181Z | Compiling buf-list v1.1.2 |
| 1701 | 2026-05-19T22:48:21.271Z | Compiling x509-cert v0.2.5 |
| 1702 | 2026-05-19T22:48:21.436Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1703 | 2026-05-19T22:48:21.477Z | Compiling openapiv3 v2.2.0 |
| 1704 | 2026-05-19T22:48:21.482Z | Compiling sha1 v0.10.6 |
| 1705 | 2026-05-19T22:48:21.643Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1706 | 2026-05-19T22:48:21.719Z | Compiling lalrpop-util v0.19.12 |
| 1707 | 2026-05-19T22:48:21.768Z | Compiling peg-runtime v0.8.5 |
| 1708 | 2026-05-19T22:48:21.860Z | Compiling thread_local v1.1.9 |
| 1709 | 2026-05-19T22:48:21.911Z | Compiling slog-async v2.8.0 |
| 1710 | 2026-05-19T22:48:21.936Z | Compiling crossbeam-channel v0.5.15 |
| 1711 | 2026-05-19T22:48:22.054Z | Compiling filetime v0.2.27 |
| 1712 | 2026-05-19T22:48:22.115Z | Compiling is-terminal v0.4.17 |
| 1713 | 2026-05-19T22:48:22.212Z | Compiling take_mut v0.2.2 |
| 1714 | 2026-05-19T22:48:22.230Z | Compiling term v1.2.1 |
| 1715 | 2026-05-19T22:48:22.232Z | Compiling xattr v1.6.1 |
| 1716 | 2026-05-19T22:48:22.402Z | Compiling tar v0.4.45 |
| 1717 | 2026-05-19T22:48:22.777Z | Compiling slog-term v2.9.2 |
| 1718 | 2026-05-19T22:48:31.781Z | Compiling rustls-webpki v0.103.9 |
| 1719 | 2026-05-19T22:48:34.574Z | Compiling tokio-rustls v0.26.4 |
| 1720 | 2026-05-19T22:48:34.574Z | Compiling rustls-platform-verifier v0.6.2 |
| 1721 | 2026-05-19T22:48:34.768Z | Compiling hyper-rustls v0.27.7 |
| 1722 | 2026-05-19T22:48:34.994Z | Compiling reqwest v0.12.28 |
| 1723 | 2026-05-19T22:48:34.994Z | Compiling reqwest v0.13.2 |
| 1724 | 2026-05-19T22:48:36.249Z | Compiling tough v0.22.0 |
| 1725 | 2026-05-19T22:48:38.786Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1726 | 2026-05-19T22:48:39.190Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1727 | 2026-05-19T22:48:41.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1728 | 2026-05-19T22:48:42.009Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1729 | 2026-05-19T22:48:42.064Z | May 19 22:48:40.505 INFO Starting download, target: Console |
| 1730 | 2026-05-19T22:48:42.064Z | May 19 22:48:40.506 INFO Starting download, target: Clickhouse |
| 1731 | 2026-05-19T22:48:42.064Z | May 19 22:48:40.506 INFO Starting download, target: DendriteStub |
| 1732 | 2026-05-19T22:48:42.077Z | May 19 22:48:40.506 INFO Starting download, target: Cockroach |
| 1733 | 2026-05-19T22:48:42.077Z | May 19 22:48:40.506 INFO Starting download, target: MaghemiteMgd |
| 1734 | 2026-05-19T22:48:42.077Z | May 19 22:48:40.506 INFO Starting download, target: TransceiverControl |
| 1735 | 2026-05-19T22:48:42.077Z | May 19 22:48:40.506 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1736 | 2026-05-19T22:48:42.077Z | May 19 22:48:40.506 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1737 | 2026-05-19T22:48:42.077Z | May 19 22:48:40.506 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1738 | 2026-05-19T22:48:42.077Z | May 19 22:48:40.506 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1739 | 2026-05-19T22:48:42.077Z | May 19 22:48:40.506 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1740 | 2026-05-19T22:48:42.077Z | May 19 22:48:40.506 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1741 | 2026-05-19T22:48:42.703Z | May 19 22:48:41.086 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1742 | 2026-05-19T22:48:42.912Z | May 19 22:48:41.315 INFO Download complete, target: TransceiverControl |
| 1743 | 2026-05-19T22:48:43.090Z | May 19 22:48:41.526 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1744 | 2026-05-19T22:48:43.362Z | May 19 22:48:41.753 INFO Download complete, target: Console |
| 1745 | 2026-05-19T22:48:43.838Z | May 19 22:48:42.249 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1746 | 2026-05-19T22:48:44.698Z | May 19 22:48:43.112 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1747 | 2026-05-19T22:48:46.263Z | May 19 22:48:44.665 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1748 | 2026-05-19T22:48:46.512Z | May 19 22:48:44.949 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1749 | 2026-05-19T22:48:46.512Z | May 19 22:48:44.949 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1750 | 2026-05-19T22:48:46.951Z | May 19 22:48:45.402 INFO Download complete, target: DendriteStub |
| 1751 | 2026-05-19T22:48:48.547Z | May 19 22:48:46.972 INFO Download complete, target: MaghemiteMgd |
| 1752 | 2026-05-19T22:48:50.486Z | May 19 22:48:48.930 INFO Checking that binary works, target: Clickhouse |
| 1753 | 2026-05-19T22:48:50.585Z | May 19 22:48:49.033 INFO Download complete, target: Clickhouse |
| 1754 | 2026-05-19T22:48:51.035Z | May 19 22:48:49.480 INFO Checking that binary works, target: Cockroach |
| 1755 | 2026-05-19T22:48:51.138Z | May 19 22:48:49.589 INFO Download complete, target: Cockroach |
| 1756 | 2026-05-19T22:48:51.163Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1757 | 2026-05-19T22:48:51.169Z | |
| 1758 | 2026-05-19T22:48:51.169Z | real 2:18.388505733 |
| 1759 | 2026-05-19T22:48:51.169Z | user 6:58.975857538 |
| 1760 | 2026-05-19T22:48:51.169Z | sys 1:23.136851545 |
| 1761 | 2026-05-19T22:48:51.170Z | trap 0.228949062 |
| 1762 | 2026-05-19T22:48:51.170Z | tflt 0.607778160 |
| 1763 | 2026-05-19T22:48:51.170Z | dflt 0.585817872 |
| 1764 | 2026-05-19T22:48:51.170Z | kflt 0.021695828 |
| 1765 | 2026-05-19T22:48:51.170Z | lock 21:36.393176802 |
| 1766 | 2026-05-19T22:48:51.170Z | slp 21:34.674880111 |
| 1767 | 2026-05-19T22:48:51.170Z | lat 45.446256258 |
| 1768 | 2026-05-19T22:48:51.170Z | stop 1:55.629507924 |
| 1769 | 2026-05-19T22:48:51.170Z | + banner hack-check |
| 1770 | 2026-05-19T22:48:51.170Z | |
| 1771 | 2026-05-19T22:48:51.170Z | # # ## #### # # #### # # ###### #### # # |
| 1772 | 2026-05-19T22:48:51.171Z | # # # # # # # # # # # # # # # # # |
| 1773 | 2026-05-19T22:48:51.171Z | ###### # # # #### ##### # ###### ##### # #### |
| 1774 | 2026-05-19T22:48:51.171Z | # # ###### # # # # # # # # # # |
| 1775 | 2026-05-19T22:48:51.171Z | # # # # # # # # # # # # # # # # # |
| 1776 | 2026-05-19T22:48:51.171Z | # # # # #### # # #### # # ###### #### # # |
| 1777 | 2026-05-19T22:48:51.171Z | |
| 1778 | 2026-05-19T22:48:51.171Z | + export CARGO_INCREMENTAL=0 |
| 1779 | 2026-05-19T22:48:51.171Z | + CARGO_INCREMENTAL=0 |
| 1780 | 2026-05-19T22:48:51.171Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1781 | 2026-05-19T22:48:51.727Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1782 | 2026-05-19T22:48:51.916Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1783 | 2026-05-19T22:48:53.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s |
| 1784 | 2026-05-19T22:48:53.868Z | Running `target/debug/xtask check-features --ci` |
| 1785 | 2026-05-19T22:48:53.896Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1786 | 2026-05-19T22:48:53.899Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1787 | 2026-05-19T22:48:54.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1788 | 2026-05-19T22:48:54.416Z | Running `target/debug/xtask download cargo-hack` |
| 1789 | 2026-05-19T22:48:55.216Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1790 | 2026-05-19T22:48:55.535Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1791 | 2026-05-19T22:48:58.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.58s |
| 1792 | 2026-05-19T22:48:58.208Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1793 | 2026-05-19T22:48:58.252Z | May 19 22:48:56.703 INFO Starting download, target: CargoHack |
| 1794 | 2026-05-19T22:48:58.254Z | May 19 22:48:56.704 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1795 | 2026-05-19T22:48:58.451Z | May 19 22:48:56.902 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1796 | 2026-05-19T22:48:58.499Z | May 19 22:48:56.951 INFO Download complete, target: CargoHack |
| 1797 | 2026-05-19T22:48:58.502Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1798 | 2026-05-19T22:48:58.517Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1799 | 2026-05-19T22:48:58.672Z | info: running `cargo check --bins` on api_identity (1/276) |
| 1800 | 2026-05-19T22:48:59.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1801 | 2026-05-19T22:48:59.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1802 | 2026-05-19T22:48:59.184Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1803 | 2026-05-19T22:48:59.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1804 | 2026-05-19T22:48:59.267Z | |
| 1805 | 2026-05-19T22:48:59.267Z | info: running `cargo check --bins` on bootstore (2/276) |
| 1806 | 2026-05-19T22:48:59.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1807 | 2026-05-19T22:48:59.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1808 | 2026-05-19T22:48:59.777Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1809 | 2026-05-19T22:48:59.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1810 | 2026-05-19T22:48:59.863Z | |
| 1811 | 2026-05-19T22:48:59.863Z | info: running `cargo check --bins` on omicron-ledger (3/276) |
| 1812 | 2026-05-19T22:49:00.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1813 | 2026-05-19T22:49:00.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1814 | 2026-05-19T22:49:00.369Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1815 | 2026-05-19T22:49:00.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1816 | 2026-05-19T22:49:00.452Z | |
| 1817 | 2026-05-19T22:49:00.452Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/276) |
| 1818 | 2026-05-19T22:49:00.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1819 | 2026-05-19T22:49:00.963Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1820 | 2026-05-19T22:49:00.963Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1821 | 2026-05-19T22:49:00.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1822 | 2026-05-19T22:49:01.040Z | |
| 1823 | 2026-05-19T22:49:01.040Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/276) |
| 1824 | 2026-05-19T22:49:01.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1825 | 2026-05-19T22:49:01.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1826 | 2026-05-19T22:49:01.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1827 | 2026-05-19T22:49:01.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1828 | 2026-05-19T22:49:01.641Z | |
| 1829 | 2026-05-19T22:49:01.641Z | info: running `cargo check --bins` on omicron-certificates (6/276) |
| 1830 | 2026-05-19T22:49:02.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1831 | 2026-05-19T22:49:02.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1832 | 2026-05-19T22:49:02.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1833 | 2026-05-19T22:49:02.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1834 | 2026-05-19T22:49:02.244Z | |
| 1835 | 2026-05-19T22:49:02.244Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/276) |
| 1836 | 2026-05-19T22:49:02.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1837 | 2026-05-19T22:49:02.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1838 | 2026-05-19T22:49:02.766Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1839 | 2026-05-19T22:49:02.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1840 | 2026-05-19T22:49:02.857Z | |
| 1841 | 2026-05-19T22:49:02.857Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/276) |
| 1842 | 2026-05-19T22:49:03.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1843 | 2026-05-19T22:49:03.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1844 | 2026-05-19T22:49:03.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1845 | 2026-05-19T22:49:03.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1846 | 2026-05-19T22:49:03.474Z | |
| 1847 | 2026-05-19T22:49:03.474Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/276) |
| 1848 | 2026-05-19T22:49:03.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1849 | 2026-05-19T22:49:03.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1850 | 2026-05-19T22:49:03.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1851 | 2026-05-19T22:49:03.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1852 | 2026-05-19T22:49:03.953Z | |
| 1853 | 2026-05-19T22:49:03.953Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/276) |
| 1854 | 2026-05-19T22:49:04.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1855 | 2026-05-19T22:49:04.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1856 | 2026-05-19T22:49:04.376Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1857 | 2026-05-19T22:49:04.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1858 | 2026-05-19T22:49:04.431Z | |
| 1859 | 2026-05-19T22:49:04.431Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/276) |
| 1860 | 2026-05-19T22:49:04.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1861 | 2026-05-19T22:49:04.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1862 | 2026-05-19T22:49:04.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1863 | 2026-05-19T22:49:04.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1864 | 2026-05-19T22:49:04.905Z | |
| 1865 | 2026-05-19T22:49:04.905Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/276) |
| 1866 | 2026-05-19T22:49:05.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1867 | 2026-05-19T22:49:05.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1868 | 2026-05-19T22:49:05.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1869 | 2026-05-19T22:49:05.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1870 | 2026-05-19T22:49:05.379Z | |
| 1871 | 2026-05-19T22:49:05.379Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/276) |
| 1872 | 2026-05-19T22:49:05.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1873 | 2026-05-19T22:49:05.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1874 | 2026-05-19T22:49:05.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1875 | 2026-05-19T22:49:05.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1876 | 2026-05-19T22:49:05.856Z | |
| 1877 | 2026-05-19T22:49:05.856Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/276) |
| 1878 | 2026-05-19T22:49:06.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1879 | 2026-05-19T22:49:06.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1880 | 2026-05-19T22:49:06.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1881 | 2026-05-19T22:49:06.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1882 | 2026-05-19T22:49:06.333Z | |
| 1883 | 2026-05-19T22:49:06.333Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/276) |
| 1884 | 2026-05-19T22:49:06.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1885 | 2026-05-19T22:49:06.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1886 | 2026-05-19T22:49:06.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1887 | 2026-05-19T22:49:06.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1888 | 2026-05-19T22:49:06.810Z | |
| 1889 | 2026-05-19T22:49:06.810Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/276) |
| 1890 | 2026-05-19T22:49:07.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1891 | 2026-05-19T22:49:07.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1892 | 2026-05-19T22:49:07.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1893 | 2026-05-19T22:49:07.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1894 | 2026-05-19T22:49:07.291Z | |
| 1895 | 2026-05-19T22:49:07.291Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/276) |
| 1896 | 2026-05-19T22:49:07.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1897 | 2026-05-19T22:49:07.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1898 | 2026-05-19T22:49:07.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1899 | 2026-05-19T22:49:07.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1900 | 2026-05-19T22:49:07.767Z | |
| 1901 | 2026-05-19T22:49:07.767Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/276) |
| 1902 | 2026-05-19T22:49:08.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1903 | 2026-05-19T22:49:08.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1904 | 2026-05-19T22:49:08.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1905 | 2026-05-19T22:49:08.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1906 | 2026-05-19T22:49:08.248Z | |
| 1907 | 2026-05-19T22:49:08.248Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/276) |
| 1908 | 2026-05-19T22:49:08.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1909 | 2026-05-19T22:49:08.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1910 | 2026-05-19T22:49:08.670Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1911 | 2026-05-19T22:49:08.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1912 | 2026-05-19T22:49:08.727Z | |
| 1913 | 2026-05-19T22:49:08.727Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/276) |
| 1914 | 2026-05-19T22:49:09.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1915 | 2026-05-19T22:49:09.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1916 | 2026-05-19T22:49:09.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1917 | 2026-05-19T22:49:09.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1918 | 2026-05-19T22:49:09.207Z | |
| 1919 | 2026-05-19T22:49:09.207Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/276) |
| 1920 | 2026-05-19T22:49:09.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1921 | 2026-05-19T22:49:09.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1922 | 2026-05-19T22:49:09.629Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1923 | 2026-05-19T22:49:09.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1924 | 2026-05-19T22:49:09.688Z | |
| 1925 | 2026-05-19T22:49:09.688Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/276) |
| 1926 | 2026-05-19T22:49:10.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1927 | 2026-05-19T22:49:10.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1928 | 2026-05-19T22:49:10.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1929 | 2026-05-19T22:49:10.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1930 | 2026-05-19T22:49:10.164Z | |
| 1931 | 2026-05-19T22:49:10.164Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/276) |
| 1932 | 2026-05-19T22:49:10.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1933 | 2026-05-19T22:49:10.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1934 | 2026-05-19T22:49:10.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1935 | 2026-05-19T22:49:10.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1936 | 2026-05-19T22:49:10.641Z | |
| 1937 | 2026-05-19T22:49:10.641Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/276) |
| 1938 | 2026-05-19T22:49:11.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1939 | 2026-05-19T22:49:11.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1940 | 2026-05-19T22:49:11.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1941 | 2026-05-19T22:49:11.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1942 | 2026-05-19T22:49:11.116Z | |
| 1943 | 2026-05-19T22:49:11.116Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/276) |
| 1944 | 2026-05-19T22:49:11.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1945 | 2026-05-19T22:49:11.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1946 | 2026-05-19T22:49:11.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1947 | 2026-05-19T22:49:11.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1948 | 2026-05-19T22:49:11.600Z | |
| 1949 | 2026-05-19T22:49:11.600Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/276) |
| 1950 | 2026-05-19T22:49:12.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1951 | 2026-05-19T22:49:12.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1952 | 2026-05-19T22:49:12.024Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1953 | 2026-05-19T22:49:12.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1954 | 2026-05-19T22:49:12.084Z | |
| 1955 | 2026-05-19T22:49:12.084Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/276) |
| 1956 | 2026-05-19T22:49:12.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1957 | 2026-05-19T22:49:12.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1958 | 2026-05-19T22:49:12.505Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1959 | 2026-05-19T22:49:12.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1960 | 2026-05-19T22:49:12.565Z | |
| 1961 | 2026-05-19T22:49:12.565Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/276) |
| 1962 | 2026-05-19T22:49:12.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1963 | 2026-05-19T22:49:12.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1964 | 2026-05-19T22:49:12.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1965 | 2026-05-19T22:49:12.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1966 | 2026-05-19T22:49:13.048Z | |
| 1967 | 2026-05-19T22:49:13.048Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/276) |
| 1968 | 2026-05-19T22:49:13.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1969 | 2026-05-19T22:49:13.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1970 | 2026-05-19T22:49:13.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1971 | 2026-05-19T22:49:13.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1972 | 2026-05-19T22:49:13.536Z | |
| 1973 | 2026-05-19T22:49:13.536Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/276) |
| 1974 | 2026-05-19T22:49:13.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1975 | 2026-05-19T22:49:13.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1976 | 2026-05-19T22:49:13.956Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1977 | 2026-05-19T22:49:13.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1978 | 2026-05-19T22:49:14.014Z | |
| 1979 | 2026-05-19T22:49:14.014Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/276) |
| 1980 | 2026-05-19T22:49:14.434Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1981 | 2026-05-19T22:49:14.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1982 | 2026-05-19T22:49:14.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1983 | 2026-05-19T22:49:14.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1984 | 2026-05-19T22:49:14.496Z | |
| 1985 | 2026-05-19T22:49:14.496Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/276) |
| 1986 | 2026-05-19T22:49:14.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1987 | 2026-05-19T22:49:14.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1988 | 2026-05-19T22:49:14.919Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1989 | 2026-05-19T22:49:14.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1990 | 2026-05-19T22:49:14.980Z | |
| 1991 | 2026-05-19T22:49:14.980Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/276) |
| 1992 | 2026-05-19T22:49:15.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1993 | 2026-05-19T22:49:15.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1994 | 2026-05-19T22:49:15.401Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1995 | 2026-05-19T22:49:15.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1996 | 2026-05-19T22:49:15.459Z | |
| 1997 | 2026-05-19T22:49:15.459Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/276) |
| 1998 | 2026-05-19T22:49:15.875Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1999 | 2026-05-19T22:49:15.878Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2000 | 2026-05-19T22:49:15.878Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2001 | 2026-05-19T22:49:15.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2002 | 2026-05-19T22:49:15.935Z | |
| 2003 | 2026-05-19T22:49:15.935Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/276) |
| 2004 | 2026-05-19T22:49:16.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2005 | 2026-05-19T22:49:16.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2006 | 2026-05-19T22:49:16.354Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2007 | 2026-05-19T22:49:16.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2008 | 2026-05-19T22:49:16.411Z | |
| 2009 | 2026-05-19T22:49:16.411Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/276) |
| 2010 | 2026-05-19T22:49:16.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2011 | 2026-05-19T22:49:16.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2012 | 2026-05-19T22:49:16.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2013 | 2026-05-19T22:49:16.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2014 | 2026-05-19T22:49:16.925Z | |
| 2015 | 2026-05-19T22:49:16.926Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/276) |
| 2016 | 2026-05-19T22:49:17.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2017 | 2026-05-19T22:49:17.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2018 | 2026-05-19T22:49:17.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2019 | 2026-05-19T22:49:17.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2020 | 2026-05-19T22:49:17.368Z | |
| 2021 | 2026-05-19T22:49:17.368Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/276) |
| 2022 | 2026-05-19T22:49:17.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2023 | 2026-05-19T22:49:17.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2024 | 2026-05-19T22:49:17.789Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2025 | 2026-05-19T22:49:17.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2026 | 2026-05-19T22:49:17.850Z | |
| 2027 | 2026-05-19T22:49:17.850Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/276) |
| 2028 | 2026-05-19T22:49:18.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2029 | 2026-05-19T22:49:18.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2030 | 2026-05-19T22:49:18.259Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2031 | 2026-05-19T22:49:18.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2032 | 2026-05-19T22:49:18.318Z | |
| 2033 | 2026-05-19T22:49:18.318Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/276) |
| 2034 | 2026-05-19T22:49:18.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2035 | 2026-05-19T22:49:18.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2036 | 2026-05-19T22:49:18.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2037 | 2026-05-19T22:49:18.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2038 | 2026-05-19T22:49:18.802Z | |
| 2039 | 2026-05-19T22:49:18.802Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/276) |
| 2040 | 2026-05-19T22:49:19.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2041 | 2026-05-19T22:49:19.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2042 | 2026-05-19T22:49:19.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2043 | 2026-05-19T22:49:19.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2044 | 2026-05-19T22:49:19.285Z | |
| 2045 | 2026-05-19T22:49:19.285Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/276) |
| 2046 | 2026-05-19T22:49:19.695Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2047 | 2026-05-19T22:49:19.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2048 | 2026-05-19T22:49:19.698Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2049 | 2026-05-19T22:49:19.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2050 | 2026-05-19T22:49:19.759Z | |
| 2051 | 2026-05-19T22:49:19.759Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/276) |
| 2052 | 2026-05-19T22:49:20.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2053 | 2026-05-19T22:49:20.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2054 | 2026-05-19T22:49:20.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2055 | 2026-05-19T22:49:20.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2056 | 2026-05-19T22:49:20.231Z | |
| 2057 | 2026-05-19T22:49:20.231Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/276) |
| 2058 | 2026-05-19T22:49:20.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2059 | 2026-05-19T22:49:20.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2060 | 2026-05-19T22:49:20.654Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2061 | 2026-05-19T22:49:20.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2062 | 2026-05-19T22:49:20.714Z | |
| 2063 | 2026-05-19T22:49:20.714Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/276) |
| 2064 | 2026-05-19T22:49:21.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2065 | 2026-05-19T22:49:21.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2066 | 2026-05-19T22:49:21.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2067 | 2026-05-19T22:49:21.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2068 | 2026-05-19T22:49:21.191Z | |
| 2069 | 2026-05-19T22:49:21.191Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/276) |
| 2070 | 2026-05-19T22:49:21.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2071 | 2026-05-19T22:49:21.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2072 | 2026-05-19T22:49:21.609Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2073 | 2026-05-19T22:49:21.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2074 | 2026-05-19T22:49:21.668Z | |
| 2075 | 2026-05-19T22:49:21.668Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/276) |
| 2076 | 2026-05-19T22:49:22.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2077 | 2026-05-19T22:49:22.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2078 | 2026-05-19T22:49:22.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2079 | 2026-05-19T22:49:22.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2080 | 2026-05-19T22:49:22.153Z | |
| 2081 | 2026-05-19T22:49:22.153Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/276) |
| 2082 | 2026-05-19T22:49:22.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2083 | 2026-05-19T22:49:22.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2084 | 2026-05-19T22:49:22.576Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2085 | 2026-05-19T22:49:22.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2086 | 2026-05-19T22:49:22.640Z | |
| 2087 | 2026-05-19T22:49:22.640Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/276) |
| 2088 | 2026-05-19T22:49:23.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2089 | 2026-05-19T22:49:23.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2090 | 2026-05-19T22:49:23.183Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2091 | 2026-05-19T22:49:23.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2092 | 2026-05-19T22:49:23.284Z | |
| 2093 | 2026-05-19T22:49:23.284Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/276) |
| 2094 | 2026-05-19T22:49:23.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2095 | 2026-05-19T22:49:23.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2096 | 2026-05-19T22:49:23.832Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2097 | 2026-05-19T22:49:23.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2098 | 2026-05-19T22:49:23.934Z | |
| 2099 | 2026-05-19T22:49:23.934Z | info: running `cargo check --bins` on nexus-config (51/276) |
| 2100 | 2026-05-19T22:49:24.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2101 | 2026-05-19T22:49:24.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2102 | 2026-05-19T22:49:24.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2103 | 2026-05-19T22:49:24.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2104 | 2026-05-19T22:49:24.587Z | |
| 2105 | 2026-05-19T22:49:24.587Z | info: running `cargo check --bins` on nexus-types (52/276) |
| 2106 | 2026-05-19T22:49:25.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2107 | 2026-05-19T22:49:25.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2108 | 2026-05-19T22:49:25.138Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2109 | 2026-05-19T22:49:25.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2110 | 2026-05-19T22:49:25.238Z | |
| 2111 | 2026-05-19T22:49:25.238Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/276) |
| 2112 | 2026-05-19T22:49:25.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2113 | 2026-05-19T22:49:25.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2114 | 2026-05-19T22:49:25.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2115 | 2026-05-19T22:49:25.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2116 | 2026-05-19T22:49:25.861Z | |
| 2117 | 2026-05-19T22:49:25.861Z | info: running `cargo check --bins` on omicron-passwords (54/276) |
| 2118 | 2026-05-19T22:49:26.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2119 | 2026-05-19T22:49:26.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2120 | 2026-05-19T22:49:26.369Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2121 | 2026-05-19T22:49:26.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2122 | 2026-05-19T22:49:26.461Z | |
| 2123 | 2026-05-19T22:49:26.461Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/276) |
| 2124 | 2026-05-19T22:49:26.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2125 | 2026-05-19T22:49:26.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2126 | 2026-05-19T22:49:26.986Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2127 | 2026-05-19T22:49:26.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2128 | 2026-05-19T22:49:27.085Z | |
| 2129 | 2026-05-19T22:49:27.085Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/276) |
| 2130 | 2026-05-19T22:49:27.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2131 | 2026-05-19T22:49:27.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2132 | 2026-05-19T22:49:27.607Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2133 | 2026-05-19T22:49:27.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2134 | 2026-05-19T22:49:27.698Z | |
| 2135 | 2026-05-19T22:49:27.698Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/276) |
| 2136 | 2026-05-19T22:49:28.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2137 | 2026-05-19T22:49:28.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2138 | 2026-05-19T22:49:28.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2139 | 2026-05-19T22:49:28.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2140 | 2026-05-19T22:49:28.312Z | |
| 2141 | 2026-05-19T22:49:28.312Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/276) |
| 2142 | 2026-05-19T22:49:28.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2143 | 2026-05-19T22:49:28.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2144 | 2026-05-19T22:49:28.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2145 | 2026-05-19T22:49:28.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2146 | 2026-05-19T22:49:28.934Z | |
| 2147 | 2026-05-19T22:49:28.934Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/276) |
| 2148 | 2026-05-19T22:49:29.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2149 | 2026-05-19T22:49:29.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2150 | 2026-05-19T22:49:29.448Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2151 | 2026-05-19T22:49:29.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2152 | 2026-05-19T22:49:29.536Z | |
| 2153 | 2026-05-19T22:49:29.536Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/276) |
| 2154 | 2026-05-19T22:49:30.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2155 | 2026-05-19T22:49:30.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2156 | 2026-05-19T22:49:30.050Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2157 | 2026-05-19T22:49:30.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2158 | 2026-05-19T22:49:30.143Z | |
| 2159 | 2026-05-19T22:49:30.143Z | info: running `cargo check --bins --no-default-features` on gfss (61/276) |
| 2160 | 2026-05-19T22:49:30.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2161 | 2026-05-19T22:49:30.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2162 | 2026-05-19T22:49:30.655Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2163 | 2026-05-19T22:49:30.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2164 | 2026-05-19T22:49:30.750Z | |
| 2165 | 2026-05-19T22:49:30.750Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/276) |
| 2166 | 2026-05-19T22:49:31.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2167 | 2026-05-19T22:49:31.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2168 | 2026-05-19T22:49:31.259Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2169 | 2026-05-19T22:49:31.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2170 | 2026-05-19T22:49:31.352Z | |
| 2171 | 2026-05-19T22:49:31.352Z | info: running `cargo check --bins` on clickhouse-admin-types (63/276) |
| 2172 | 2026-05-19T22:49:31.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2173 | 2026-05-19T22:49:31.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2174 | 2026-05-19T22:49:31.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2175 | 2026-05-19T22:49:31.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2176 | 2026-05-19T22:49:31.969Z | |
| 2177 | 2026-05-19T22:49:31.969Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/276) |
| 2178 | 2026-05-19T22:49:32.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2179 | 2026-05-19T22:49:32.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2180 | 2026-05-19T22:49:32.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2181 | 2026-05-19T22:49:32.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2182 | 2026-05-19T22:49:32.570Z | |
| 2183 | 2026-05-19T22:49:32.570Z | info: running `cargo check --bins` on cockroach-admin-types (65/276) |
| 2184 | 2026-05-19T22:49:33.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2185 | 2026-05-19T22:49:33.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2186 | 2026-05-19T22:49:33.071Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2187 | 2026-05-19T22:49:33.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2188 | 2026-05-19T22:49:33.153Z | |
| 2189 | 2026-05-19T22:49:33.154Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/276) |
| 2190 | 2026-05-19T22:49:33.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2191 | 2026-05-19T22:49:33.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2192 | 2026-05-19T22:49:33.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2193 | 2026-05-19T22:49:33.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2194 | 2026-05-19T22:49:33.748Z | |
| 2195 | 2026-05-19T22:49:33.748Z | info: running `cargo check --bins` on ereport-types (67/276) |
| 2196 | 2026-05-19T22:49:34.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2197 | 2026-05-19T22:49:34.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2198 | 2026-05-19T22:49:34.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2199 | 2026-05-19T22:49:34.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2200 | 2026-05-19T22:49:34.344Z | |
| 2201 | 2026-05-19T22:49:34.344Z | info: running `cargo check --bins` on gateway-client (68/276) |
| 2202 | 2026-05-19T22:49:34.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2203 | 2026-05-19T22:49:34.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2204 | 2026-05-19T22:49:34.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2205 | 2026-05-19T22:49:34.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2206 | 2026-05-19T22:49:34.951Z | |
| 2207 | 2026-05-19T22:49:34.951Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/276) |
| 2208 | 2026-05-19T22:49:35.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2209 | 2026-05-19T22:49:35.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2210 | 2026-05-19T22:49:35.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2211 | 2026-05-19T22:49:35.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2212 | 2026-05-19T22:49:35.555Z | |
| 2213 | 2026-05-19T22:49:35.555Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/276) |
| 2214 | 2026-05-19T22:49:36.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2215 | 2026-05-19T22:49:36.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2216 | 2026-05-19T22:49:36.066Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2217 | 2026-05-19T22:49:36.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2218 | 2026-05-19T22:49:36.158Z | |
| 2219 | 2026-05-19T22:49:36.158Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/276) |
| 2220 | 2026-05-19T22:49:36.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2221 | 2026-05-19T22:49:36.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2222 | 2026-05-19T22:49:36.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2223 | 2026-05-19T22:49:36.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2224 | 2026-05-19T22:49:36.755Z | |
| 2225 | 2026-05-19T22:49:36.755Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/276) |
| 2226 | 2026-05-19T22:49:37.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2227 | 2026-05-19T22:49:37.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2228 | 2026-05-19T22:49:37.266Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2229 | 2026-05-19T22:49:37.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2230 | 2026-05-19T22:49:37.355Z | |
| 2231 | 2026-05-19T22:49:37.355Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/276) |
| 2232 | 2026-05-19T22:49:37.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2233 | 2026-05-19T22:49:37.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2234 | 2026-05-19T22:49:37.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2235 | 2026-05-19T22:49:37.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2236 | 2026-05-19T22:49:37.975Z | |
| 2237 | 2026-05-19T22:49:37.975Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/276) |
| 2238 | 2026-05-19T22:49:38.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2239 | 2026-05-19T22:49:38.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2240 | 2026-05-19T22:49:38.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2241 | 2026-05-19T22:49:38.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2242 | 2026-05-19T22:49:38.591Z | |
| 2243 | 2026-05-19T22:49:38.591Z | info: running `cargo check --bins` on key-manager-types (75/276) |
| 2244 | 2026-05-19T22:49:39.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2245 | 2026-05-19T22:49:39.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2246 | 2026-05-19T22:49:39.094Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2247 | 2026-05-19T22:49:39.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2248 | 2026-05-19T22:49:39.180Z | |
| 2249 | 2026-05-19T22:49:39.180Z | info: running `cargo check --bins` on oxlog (76/276) |
| 2250 | 2026-05-19T22:49:39.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2251 | 2026-05-19T22:49:39.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2252 | 2026-05-19T22:49:39.804Z | Checking cfg-if v1.0.4 |
| 2253 | 2026-05-19T22:49:39.807Z | Checking libc v0.2.185 |
| 2254 | 2026-05-19T22:49:39.807Z | Checking serde_core v1.0.228 |
| 2255 | 2026-05-19T22:49:39.924Z | Checking zeroize v1.8.2 |
| 2256 | 2026-05-19T22:49:39.931Z | Checking memchr v2.8.0 |
| 2257 | 2026-05-19T22:49:39.939Z | Checking log v0.4.29 |
| 2258 | 2026-05-19T22:49:39.949Z | Checking smallvec v1.15.1 |
| 2259 | 2026-05-19T22:49:39.960Z | Checking typenum v1.19.0 |
| 2260 | 2026-05-19T22:49:39.969Z | Checking subtle v2.6.1 |
| 2261 | 2026-05-19T22:49:40.063Z | Checking itoa v1.0.17 |
| 2262 | 2026-05-19T22:49:40.097Z | Checking scopeguard v1.2.0 |
| 2263 | 2026-05-19T22:49:40.116Z | Checking stable_deref_trait v1.2.1 |
| 2264 | 2026-05-19T22:49:40.129Z | Checking const-oid v0.9.6 |
| 2265 | 2026-05-19T22:49:40.190Z | Checking zerofrom v0.1.6 |
| 2266 | 2026-05-19T22:49:40.202Z | Checking lock_api v0.4.14 |
| 2267 | 2026-05-19T22:49:40.216Z | Checking pin-project-lite v0.2.17 |
| 2268 | 2026-05-19T22:49:40.295Z | Checking portable-atomic v1.13.1 |
| 2269 | 2026-05-19T22:49:40.307Z | Checking yoke v0.8.1 |
| 2270 | 2026-05-19T22:49:40.318Z | Checking critical-section v1.2.0 |
| 2271 | 2026-05-19T22:49:40.328Z | Checking getrandom v0.2.17 |
| 2272 | 2026-05-19T22:49:40.401Z | Checking errno v0.3.14 |
| 2273 | 2026-05-19T22:49:40.413Z | Checking parking_lot_core v0.9.12 |
| 2274 | 2026-05-19T22:49:40.467Z | Checking rand_core v0.6.4 |
| 2275 | 2026-05-19T22:49:40.471Z | Checking zerovec v0.11.5 |
| 2276 | 2026-05-19T22:49:40.489Z | Checking generic-array v0.14.7 |
| 2277 | 2026-05-19T22:49:40.518Z | Checking signal-hook-registry v1.4.8 |
| 2278 | 2026-05-19T22:49:40.597Z | Checking futures-core v0.3.32 |
| 2279 | 2026-05-19T22:49:40.646Z | Checking parking_lot v0.12.5 |
| 2280 | 2026-05-19T22:49:40.677Z | Checking mio v1.2.0 |
| 2281 | 2026-05-19T22:49:40.688Z | Checking once_cell v1.21.3 |
| 2282 | 2026-05-19T22:49:40.720Z | Checking zerocopy v0.8.40 |
| 2283 | 2026-05-19T22:49:40.798Z | Checking zmij v1.0.21 |
| 2284 | 2026-05-19T22:49:40.833Z | Checking socket2 v0.6.3 |
| 2285 | 2026-05-19T22:49:40.858Z | Checking libm v0.2.16 |
| 2286 | 2026-05-19T22:49:40.917Z | Checking tinystr v0.8.2 |
| 2287 | 2026-05-19T22:49:40.930Z | Checking crypto-common v0.1.7 |
| 2288 | 2026-05-19T22:49:40.951Z | Checking block-buffer v0.10.4 |
| 2289 | 2026-05-19T22:49:41.010Z | Checking litemap v0.8.1 |
| 2290 | 2026-05-19T22:49:41.047Z | Checking percent-encoding v2.3.2 |
| 2291 | 2026-05-19T22:49:41.074Z | Checking writeable v0.6.2 |
| 2292 | 2026-05-19T22:49:41.087Z | Checking digest v0.10.7 |
| 2293 | 2026-05-19T22:49:41.087Z | Checking equivalent v1.0.2 |
| 2294 | 2026-05-19T22:49:41.178Z | Checking potential_utf v0.1.4 |
| 2295 | 2026-05-19T22:49:41.191Z | Checking zerotrie v0.2.3 |
| 2296 | 2026-05-19T22:49:41.202Z | Checking rand_core v0.10.0 |
| 2297 | 2026-05-19T22:49:41.229Z | Checking icu_locale_core v2.1.1 |
| 2298 | 2026-05-19T22:49:41.282Z | Checking futures-sink v0.3.32 |
| 2299 | 2026-05-19T22:49:41.308Z | Checking icu_collections v2.1.1 |
| 2300 | 2026-05-19T22:49:41.359Z | Checking futures-task v0.3.32 |
| 2301 | 2026-05-19T22:49:41.379Z | Checking futures-channel v0.3.32 |
| 2302 | 2026-05-19T22:49:41.398Z | Checking serde v1.0.228 |
| 2303 | 2026-05-19T22:49:41.433Z | Checking bitflags v2.11.0 |
| 2304 | 2026-05-19T22:49:41.475Z | Checking serde_json v1.0.149 |
| 2305 | 2026-05-19T22:49:41.567Z | Checking cpufeatures v0.2.17 |
| 2306 | 2026-05-19T22:49:41.570Z | Checking num-traits v0.2.19 |
| 2307 | 2026-05-19T22:49:41.611Z | Checking futures-io v0.3.32 |
| 2308 | 2026-05-19T22:49:41.627Z | Checking slab v0.4.12 |
| 2309 | 2026-05-19T22:49:41.655Z | Checking getrandom v0.4.1 |
| 2310 | 2026-05-19T22:49:41.725Z | Checking hmac v0.12.1 |
| 2311 | 2026-05-19T22:49:41.784Z | Checking futures-util v0.3.32 |
| 2312 | 2026-05-19T22:49:41.797Z | Checking bytes v1.11.1 |
| 2313 | 2026-05-19T22:49:41.800Z | Checking icu_provider v2.1.1 |
| 2314 | 2026-05-19T22:49:41.819Z | Checking icu_properties_data v2.1.2 |
| 2315 | 2026-05-19T22:49:41.853Z | Checking icu_normalizer_data v2.1.1 |
| 2316 | 2026-05-19T22:49:41.925Z | Checking hashbrown v0.17.0 |
| 2317 | 2026-05-19T22:49:41.941Z | Checking block-padding v0.3.3 |
| 2318 | 2026-05-19T22:49:42.036Z | Checking icu_properties v2.1.2 |
| 2319 | 2026-05-19T22:49:42.072Z | Checking icu_normalizer v2.1.1 |
| 2320 | 2026-05-19T22:49:42.116Z | Checking inout v0.1.4 |
| 2321 | 2026-05-19T22:49:42.145Z | Checking utf8_iter v1.0.4 |
| 2322 | 2026-05-19T22:49:42.232Z | Checking tokio v1.52.1 |
| 2323 | 2026-05-19T22:49:42.252Z | Checking cipher v0.4.4 |
| 2324 | 2026-05-19T22:49:42.265Z | Checking sha2 v0.10.9 |
| 2325 | 2026-05-19T22:49:42.376Z | Checking form_urlencoded v1.2.2 |
| 2326 | 2026-05-19T22:49:42.389Z | Checking indexmap v2.14.0 |
| 2327 | 2026-05-19T22:49:42.458Z | Checking getrandom v0.3.4 |
| 2328 | 2026-05-19T22:49:42.503Z | Checking fnv v1.0.7 |
| 2329 | 2026-05-19T22:49:42.541Z | Checking base64ct v1.8.3 |
| 2330 | 2026-05-19T22:49:42.593Z | Checking byteorder v1.5.0 |
| 2331 | 2026-05-19T22:49:42.609Z | Checking flagset v0.4.7 |
| 2332 | 2026-05-19T22:49:42.731Z | Checking rand_core v0.9.5 |
| 2333 | 2026-05-19T22:49:42.776Z | Checking pem-rfc7468 v0.7.0 |
| 2334 | 2026-05-19T22:49:42.792Z | Checking http v1.4.0 |
| 2335 | 2026-05-19T22:49:42.861Z | Checking idna_adapter v1.2.1 |
| 2336 | 2026-05-19T22:49:42.910Z | Checking regex-syntax v0.8.10 |
| 2337 | 2026-05-19T22:49:42.936Z | Checking der v0.7.10 |
| 2338 | 2026-05-19T22:49:42.952Z | Checking salsa20 v0.10.2 |
| 2339 | 2026-05-19T22:49:42.977Z | Checking idna v1.1.0 |
| 2340 | 2026-05-19T22:49:43.079Z | Checking pbkdf2 v0.12.2 |
| 2341 | 2026-05-19T22:49:43.190Z | Checking uuid v1.23.0 |
| 2342 | 2026-05-19T22:49:43.225Z | Checking url v2.5.8 |
| 2343 | 2026-05-19T22:49:43.362Z | Checking rustix v1.1.3 |
| 2344 | 2026-05-19T22:49:43.506Z | Checking ppv-lite86 v0.2.21 |
| 2345 | 2026-05-19T22:49:43.523Z | Checking tracing-core v0.1.36 |
| 2346 | 2026-05-19T22:49:43.677Z | Checking spki v0.7.3 |
| 2347 | 2026-05-19T22:49:43.689Z | Checking rustls-pki-types v1.14.0 |
| 2348 | 2026-05-19T22:49:43.712Z | Checking base64 v0.22.1 |
| 2349 | 2026-05-19T22:49:43.805Z | Checking iana-time-zone v0.1.65 |
| 2350 | 2026-05-19T22:49:43.832Z | Checking tracing v0.1.44 |
| 2351 | 2026-05-19T22:49:43.844Z | Checking rand_chacha v0.9.0 |
| 2352 | 2026-05-19T22:49:43.911Z | Checking chrono v0.4.44 |
| 2353 | 2026-05-19T22:49:43.948Z | Checking http-body v1.0.1 |
| 2354 | 2026-05-19T22:49:43.977Z | Checking scrypt v0.11.0 |
| 2355 | 2026-05-19T22:49:44.036Z | Checking cbc v0.1.2 |
| 2356 | 2026-05-19T22:49:44.036Z | Checking aes v0.8.4 |
| 2357 | 2026-05-19T22:49:44.077Z | Checking aws-lc-sys v0.40.0 |
| 2358 | 2026-05-19T22:49:44.118Z | Checking tinyvec_macros v0.1.1 |
| 2359 | 2026-05-19T22:49:44.176Z | Checking openssl-probe v0.2.1 |
| 2360 | 2026-05-19T22:49:44.188Z | Checking untrusted v0.7.1 |
| 2361 | 2026-05-19T22:49:44.210Z | Checking untrusted v0.9.0 |
| 2362 | 2026-05-19T22:49:44.246Z | Checking tinyvec v1.10.0 |
| 2363 | 2026-05-19T22:49:44.280Z | Checking rand v0.9.2 |
| 2364 | 2026-05-19T22:49:44.316Z | Checking tower-layer v0.3.3 |
| 2365 | 2026-05-19T22:49:44.322Z | Checking ring v0.17.14 |
| 2366 | 2026-05-19T22:49:44.431Z | Checking pkcs5 v0.7.1 |
| 2367 | 2026-05-19T22:49:44.444Z | Checking atomic-waker v1.1.2 |
| 2368 | 2026-05-19T22:49:44.544Z | Checking tower-service v0.3.3 |
| 2369 | 2026-05-19T22:49:44.560Z | Checking try-lock v0.2.5 |
| 2370 | 2026-05-19T22:49:44.596Z | Checking aws-lc-rs v1.16.3 |
| 2371 | 2026-05-19T22:49:44.635Z | Checking ipnet v2.11.0 |
| 2372 | 2026-05-19T22:49:44.656Z | Checking want v0.3.1 |
| 2373 | 2026-05-19T22:49:44.691Z | Checking pkcs8 v0.10.2 |
| 2374 | 2026-05-19T22:49:44.753Z | Checking httparse v1.10.1 |
| 2375 | 2026-05-19T22:49:44.773Z | Checking aho-corasick v1.1.4 |
| 2376 | 2026-05-19T22:49:44.783Z | Checking httpdate v1.0.3 |
| 2377 | 2026-05-19T22:49:44.869Z | Checking dyn-clone v1.0.20 |
| 2378 | 2026-05-19T22:49:44.892Z | Checking plain v0.2.3 |
| 2379 | 2026-05-19T22:49:44.927Z | Checking fastrand v2.3.0 |
| 2380 | 2026-05-19T22:49:44.958Z | Checking foreign-types-shared v0.1.1 |
| 2381 | 2026-05-19T22:49:44.971Z | Checking pin-utils v0.1.0 |
| 2382 | 2026-05-19T22:49:44.994Z | Checking unicode-normalization v0.1.25 |
| 2383 | 2026-05-19T22:49:45.038Z | Checking foreign-types v0.3.2 |
| 2384 | 2026-05-19T22:49:45.038Z | Checking semver v1.0.28 |
| 2385 | 2026-05-19T22:49:45.106Z | Checking tempfile v3.25.0 |
| 2386 | 2026-05-19T22:49:45.119Z | Checking openssl-sys v0.9.115 |
| 2387 | 2026-05-19T22:49:45.249Z | Checking spin v0.9.8 |
| 2388 | 2026-05-19T22:49:45.311Z | Checking ucd-trie v0.1.7 |
| 2389 | 2026-05-19T22:49:45.323Z | Checking unicode-ident v1.0.24 |
| 2390 | 2026-05-19T22:49:45.397Z | Checking schemars v0.8.22 |
| 2391 | 2026-05-19T22:49:45.429Z | Checking proc-macro2 v1.0.106 |
| 2392 | 2026-05-19T22:49:45.441Z | Checking rustls-webpki v0.103.9 |
| 2393 | 2026-05-19T22:49:45.453Z | Checking pest v2.8.6 |
| 2394 | 2026-05-19T22:49:45.467Z | Checking rustls-native-certs v0.8.3 |
| 2395 | 2026-05-19T22:49:45.470Z | Checking regex-automata v0.4.14 |
| 2396 | 2026-05-19T22:49:45.490Z | Checking tokio-util v0.7.18 |
| 2397 | 2026-05-19T22:49:45.503Z | Checking openssl v0.10.79 |
| 2398 | 2026-05-19T22:49:45.593Z | Checking thiserror v2.0.18 |
| 2399 | 2026-05-19T22:49:45.696Z | Checking sync_wrapper v1.0.2 |
| 2400 | 2026-05-19T22:49:45.736Z | Checking wait-timeout v0.2.1 |
| 2401 | 2026-05-19T22:49:45.798Z | Checking siphasher v1.0.2 |
| 2402 | 2026-05-19T22:49:45.859Z | Checking anstyle v1.0.13 |
| 2403 | 2026-05-19T22:49:45.872Z | Checking rustls v0.23.37 |
| 2404 | 2026-05-19T22:49:45.955Z | Checking simd-adler32 v0.3.8 |
| 2405 | 2026-05-19T22:49:46.038Z | Checking utf8parse v0.2.2 |
| 2406 | 2026-05-19T22:49:46.051Z | Checking pretty-hex v0.4.1 |
| 2407 | 2026-05-19T22:49:46.104Z | Checking h2 v0.4.13 |
| 2408 | 2026-05-19T22:49:46.123Z | Checking powerfmt v0.2.0 |
| 2409 | 2026-05-19T22:49:46.139Z | Checking bit-vec v0.8.0 |
| 2410 | 2026-05-19T22:49:46.164Z | Checking quick-error v1.2.3 |
| 2411 | 2026-05-19T22:49:46.265Z | Checking rusty-fork v0.3.1 |
| 2412 | 2026-05-19T22:49:46.277Z | Checking deranged v0.5.8 |
| 2413 | 2026-05-19T22:49:46.333Z | Checking bit-set v0.8.0 |
| 2414 | 2026-05-19T22:49:46.435Z | Checking anstyle-parse v0.2.7 |
| 2415 | 2026-05-19T22:49:46.481Z | Checking tower v0.5.3 |
| 2416 | 2026-05-19T22:49:46.527Z | Checking quote v1.0.45 |
| 2417 | 2026-05-19T22:49:46.586Z | Compiling newtype-uuid v1.3.2 |
| 2418 | 2026-05-19T22:49:46.697Z | Checking http-body-util v0.1.3 |
| 2419 | 2026-05-19T22:49:46.771Z | Checking webpki-roots v1.0.6 |
| 2420 | 2026-05-19T22:49:46.866Z | Checking crossbeam-utils v0.8.21 |
| 2421 | 2026-05-19T22:49:46.887Z | Checking rand_xorshift v0.4.0 |
| 2422 | 2026-05-19T22:49:46.916Z | Checking crc32fast v1.5.0 |
| 2423 | 2026-05-19T22:49:47.004Z | Checking scroll v0.13.0 |
| 2424 | 2026-05-19T22:49:47.057Z | Checking signature v2.2.0 |
| 2425 | 2026-05-19T22:49:47.189Z | Checking anstyle-query v1.1.5 |
| 2426 | 2026-05-19T22:49:47.203Z | Checking iri-string v0.7.10 |
| 2427 | 2026-05-19T22:49:47.205Z | Checking ryu v1.0.23 |
| 2428 | 2026-05-19T22:49:47.232Z | Checking is_terminal_polyfill v1.70.2 |
| 2429 | 2026-05-19T22:49:47.280Z | Checking time-core v0.1.8 |
| 2430 | 2026-05-19T22:49:47.301Z | Checking unicode-bidi v0.3.18 |
| 2431 | 2026-05-19T22:49:47.318Z | Checking adler2 v2.0.1 |
| 2432 | 2026-05-19T22:49:47.346Z | Checking num-conv v0.2.0 |
| 2433 | 2026-05-19T22:49:47.421Z | Checking unarray v0.1.4 |
| 2434 | 2026-05-19T22:49:47.435Z | Checking unicode-properties v0.1.4 |
| 2435 | 2026-05-19T22:49:47.472Z | Checking num_threads v0.1.7 |
| 2436 | 2026-05-19T22:49:47.527Z | Checking colorchoice v1.0.4 |
| 2437 | 2026-05-19T22:49:47.545Z | Checking native-tls v0.2.18 |
| 2438 | 2026-05-19T22:49:47.560Z | Checking allocator-api2 v0.2.21 |
| 2439 | 2026-05-19T22:49:47.602Z | Checking time v0.3.47 |
| 2440 | 2026-05-19T22:49:47.614Z | Checking stringprep v0.1.5 |
| 2441 | 2026-05-19T22:49:47.627Z | Checking anstream v0.6.21 |
| 2442 | 2026-05-19T22:49:47.724Z | Checking tokio-native-tls v0.3.1 |
| 2443 | 2026-05-19T22:49:47.763Z | Checking proptest v1.10.0 |
| 2444 | 2026-05-19T22:49:47.826Z | Checking miniz_oxide v0.8.9 |
| 2445 | 2026-05-19T22:49:47.837Z | Checking serde_urlencoded v0.7.1 |
| 2446 | 2026-05-19T22:49:47.886Z | Checking bstr v1.12.1 |
| 2447 | 2026-05-19T22:49:48.041Z | Checking goblin v0.10.5 |
| 2448 | 2026-05-19T22:49:48.181Z | Checking crossbeam-epoch v0.9.18 |
| 2449 | 2026-05-19T22:49:48.232Z | Checking tower-http v0.6.8 |
| 2450 | 2026-05-19T22:49:48.278Z | Checking tokio-rustls v0.26.4 |
| 2451 | 2026-05-19T22:49:48.297Z | Compiling daft v0.1.7 |
| 2452 | 2026-05-19T22:49:48.425Z | Checking syn v2.0.117 |
| 2453 | 2026-05-19T22:49:48.519Z | Checking ipnetwork v0.21.1 |
| 2454 | 2026-05-19T22:49:48.535Z | Checking rand_chacha v0.3.1 |
| 2455 | 2026-05-19T22:49:48.582Z | Checking thiserror v1.0.69 |
| 2456 | 2026-05-19T22:49:48.684Z | Checking scroll v0.12.0 |
| 2457 | 2026-05-19T22:49:48.736Z | Checking hash32 v0.2.1 |
| 2458 | 2026-05-19T22:49:48.748Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2459 | 2026-05-19T22:49:48.773Z | Checking num-integer v0.1.46 |
| 2460 | 2026-05-19T22:49:48.857Z | Checking hyper v1.8.1 |
| 2461 | 2026-05-19T22:49:48.860Z | Checking serde_spanned v0.6.9 |
| 2462 | 2026-05-19T22:49:48.895Z | Checking toml_datetime v0.6.11 |
| 2463 | 2026-05-19T22:49:48.918Z | Checking md-5 v0.10.6 |
| 2464 | 2026-05-19T22:49:48.994Z | Checking ff v0.13.1 |
| 2465 | 2026-05-19T22:49:49.008Z | Checking zlib-rs v0.6.2 |
| 2466 | 2026-05-19T22:49:49.055Z | Checking psl-types v2.0.11 |
| 2467 | 2026-05-19T22:49:49.079Z | Checking base16ct v0.2.0 |
| 2468 | 2026-05-19T22:49:49.120Z | Checking fallible-iterator v0.2.0 |
| 2469 | 2026-05-19T22:49:49.170Z | Checking publicsuffix v2.3.0 |
| 2470 | 2026-05-19T22:49:49.205Z | Checking sec1 v0.7.3 |
| 2471 | 2026-05-19T22:49:49.330Z | Checking group v0.13.0 |
| 2472 | 2026-05-19T22:49:49.389Z | Checking postgres-protocol v0.6.10 |
| 2473 | 2026-05-19T22:49:49.411Z | Checking num-iter v0.1.45 |
| 2474 | 2026-05-19T22:49:49.479Z | Checking goblin v0.8.2 |
| 2475 | 2026-05-19T22:49:49.526Z | Checking heapless v0.7.17 |
| 2476 | 2026-05-19T22:49:49.699Z | Checking zstd-safe v7.2.4 |
| 2477 | 2026-05-19T22:49:49.754Z | Checking cookie v0.18.1 |
| 2478 | 2026-05-19T22:49:49.757Z | Checking hyper-util v0.1.20 |
| 2479 | 2026-05-19T22:49:49.866Z | Checking rand v0.8.6 |
| 2480 | 2026-05-19T22:49:49.894Z | Checking flate2 v1.1.9 |
| 2481 | 2026-05-19T22:49:49.936Z | Checking oxnet v0.1.4 |
| 2482 | 2026-05-19T22:49:49.990Z | Compiling iddqd v0.4.1 |
| 2483 | 2026-05-19T22:49:50.174Z | Checking dtrace-parser v0.3.0 |
| 2484 | 2026-05-19T22:49:50.196Z | Checking phf_shared v0.13.1 |
| 2485 | 2026-05-19T22:49:50.378Z | Checking lazy_static v1.5.0 |
| 2486 | 2026-05-19T22:49:50.392Z | Checking pin-project v1.1.11 |
| 2487 | 2026-05-19T22:49:50.410Z | Checking zerocopy v0.7.35 |
| 2488 | 2026-05-19T22:49:50.423Z | Checking dof v0.4.0 |
| 2489 | 2026-05-19T22:49:50.466Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2490 | 2026-05-19T22:49:50.482Z | Checking signal-hook v0.3.18 |
| 2491 | 2026-05-19T22:49:50.551Z | Checking terminal_size v0.4.3 |
| 2492 | 2026-05-19T22:49:50.667Z | Checking futures-executor v0.3.32 |
| 2493 | 2026-05-19T22:49:50.679Z | Checking hkdf v0.12.4 |
| 2494 | 2026-05-19T22:49:50.716Z | Checking hex v0.4.3 |
| 2495 | 2026-05-19T22:49:50.809Z | Checking crypto-bigint v0.5.5 |
| 2496 | 2026-05-19T22:49:50.822Z | Checking thread-id v5.1.0 |
| 2497 | 2026-05-19T22:49:50.894Z | Checking encoding_rs v0.8.35 |
| 2498 | 2026-05-19T22:49:50.907Z | Checking winnow v0.5.40 |
| 2499 | 2026-05-19T22:49:50.938Z | Checking same-file v1.0.6 |
| 2500 | 2026-05-19T22:49:51.023Z | Checking hyper-rustls v0.27.7 |
| 2501 | 2026-05-19T22:49:51.060Z | Checking hyper-tls v0.6.0 |
| 2502 | 2026-05-19T22:49:51.063Z | Checking mime v0.3.17 |
| 2503 | 2026-05-19T22:49:51.207Z | Checking strsim v0.11.1 |
| 2504 | 2026-05-19T22:49:51.219Z | Checking winnow v0.7.14 |
| 2505 | 2026-05-19T22:49:51.229Z | Compiling rayon-core v1.13.0 |
| 2506 | 2026-05-19T22:49:51.240Z | Checking foldhash v0.2.0 |
| 2507 | 2026-05-19T22:49:51.368Z | Checking libbz2-rs-sys v0.2.2 |
| 2508 | 2026-05-19T22:49:51.382Z | Checking either v1.15.0 |
| 2509 | 2026-05-19T22:49:51.397Z | Checking managed v0.8.0 |
| 2510 | 2026-05-19T22:49:51.409Z | Checking foldhash v0.1.5 |
| 2511 | 2026-05-19T22:49:51.543Z | Checking bitflags v1.3.2 |
| 2512 | 2026-05-19T22:49:51.567Z | Checking clap_lex v1.0.0 |
| 2513 | 2026-05-19T22:49:51.580Z | Checking bumpalo v3.20.2 |
| 2514 | 2026-05-19T22:49:51.614Z | Checking cpufeatures v0.3.0 |
| 2515 | 2026-05-19T22:49:51.687Z | Checking chacha20 v0.10.0 |
| 2516 | 2026-05-19T22:49:51.721Z | Checking clap_builder v4.5.60 |
| 2517 | 2026-05-19T22:49:51.723Z | Checking elliptic-curve v0.13.8 |
| 2518 | 2026-05-19T22:49:51.754Z | Checking bzip2 v0.6.1 |
| 2519 | 2026-05-19T22:49:51.775Z | Checking zopfli v0.8.3 |
| 2520 | 2026-05-19T22:49:51.853Z | Checking reqwest v0.12.28 |
| 2521 | 2026-05-19T22:49:51.901Z | Checking smoltcp v0.9.1 |
| 2522 | 2026-05-19T22:49:51.916Z | Checking hashbrown v0.15.5 |
| 2523 | 2026-05-19T22:49:52.053Z | Checking toml_edit v0.19.15 |
| 2524 | 2026-05-19T22:49:52.067Z | Checking hashbrown v0.16.1 |
| 2525 | 2026-05-19T22:49:52.107Z | Checking dof v0.3.0 |
| 2526 | 2026-05-19T22:49:52.383Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2527 | 2026-05-19T22:49:52.399Z | Checking walkdir v2.5.0 |
| 2528 | 2026-05-19T22:49:52.404Z | Checking usdt-impl v0.6.0 |
| 2529 | 2026-05-19T22:49:52.482Z | Checking futures v0.3.32 |
| 2530 | 2026-05-19T22:49:52.567Z | Checking signal-hook-mio v0.2.5 |
| 2531 | 2026-05-19T22:49:52.582Z | Checking bzip2 v0.4.4 |
| 2532 | 2026-05-19T22:49:52.584Z | Checking snafu v0.8.9 |
| 2533 | 2026-05-19T22:49:52.608Z | Checking num-bigint-dig v0.8.6 |
| 2534 | 2026-05-19T22:49:52.669Z | Checking phf v0.13.1 |
| 2535 | 2026-05-19T22:49:52.716Z | Checking cookie_store v0.22.1 |
| 2536 | 2026-05-19T22:49:52.745Z | Checking zstd v0.13.3 |
| 2537 | 2026-05-19T22:49:52.820Z | Checking postgres-types v0.2.12 |
| 2538 | 2026-05-19T22:49:52.832Z | Checking dtrace-parser v0.2.0 |
| 2539 | 2026-05-19T22:49:52.928Z | Checking crossbeam-deque v0.8.6 |
| 2540 | 2026-05-19T22:49:52.951Z | Checking globset v0.4.18 |
| 2541 | 2026-05-19T22:49:52.953Z | Checking rustls-platform-verifier v0.6.2 |
| 2542 | 2026-05-19T22:49:53.057Z | Checking regex v1.12.3 |
| 2543 | 2026-05-19T22:49:53.070Z | Checking ed25519 v2.2.3 |
| 2544 | 2026-05-19T22:49:53.082Z | Checking phf_shared v0.11.3 |
| 2545 | 2026-05-19T22:49:53.099Z | Checking olpc-cjson v0.1.4 |
| 2546 | 2026-05-19T22:49:53.112Z | Checking curve25519-dalek v4.1.3 |
| 2547 | 2026-05-19T22:49:53.128Z | Checking ref-cast v1.0.25 |
| 2548 | 2026-05-19T22:49:53.210Z | Checking strum v0.27.2 |
| 2549 | 2026-05-19T22:49:53.222Z | Checking hubpack v0.1.2 |
| 2550 | 2026-05-19T22:49:53.234Z | Checking memoffset v0.9.1 |
| 2551 | 2026-05-19T22:49:53.238Z | Checking rustix v0.38.44 |
| 2552 | 2026-05-19T22:49:53.256Z | Checking pkcs1 v0.7.5 |
| 2553 | 2026-05-19T22:49:53.324Z | Checking pem v3.0.6 |
| 2554 | 2026-05-19T22:49:53.336Z | Checking float-cmp v0.10.0 |
| 2555 | 2026-05-19T22:49:53.348Z | Checking rfc6979 v0.4.0 |
| 2556 | 2026-05-19T22:49:53.390Z | Checking serde-big-array v0.5.1 |
| 2557 | 2026-05-19T22:49:53.449Z | Checking erased-serde v0.3.31 |
| 2558 | 2026-05-19T22:49:53.462Z | Checking serde_plain v1.0.2 |
| 2559 | 2026-05-19T22:49:53.466Z | Checking thread-id v4.2.2 |
| 2560 | 2026-05-19T22:49:53.486Z | Checking memmap2 v0.9.10 |
| 2561 | 2026-05-19T22:49:53.488Z | Checking env_filter v1.0.0 |
| 2562 | 2026-05-19T22:49:53.525Z | Checking normalize-line-endings v0.3.0 |
| 2563 | 2026-05-19T22:49:53.548Z | Checking typed-path v0.9.3 |
| 2564 | 2026-05-19T22:49:53.603Z | Checking new_debug_unreachable v1.0.6 |
| 2565 | 2026-05-19T22:49:53.615Z | Checking fixedbitset v0.5.7 |
| 2566 | 2026-05-19T22:49:53.634Z | Checking unicode-segmentation v1.12.0 |
| 2567 | 2026-05-19T22:49:53.646Z | Checking data-encoding v2.10.0 |
| 2568 | 2026-05-19T22:49:53.671Z | Checking keccak v0.1.6 |
| 2569 | 2026-05-19T22:49:53.810Z | Checking static_assertions v1.1.0 |
| 2570 | 2026-05-19T22:49:53.839Z | Checking difflib v0.4.0 |
| 2571 | 2026-05-19T22:49:53.850Z | Checking toml_write v0.1.2 |
| 2572 | 2026-05-19T22:49:53.883Z | Checking jiff v0.2.21 |
| 2573 | 2026-05-19T22:49:53.918Z | Checking fixedbitset v0.4.2 |
| 2574 | 2026-05-19T22:49:53.931Z | Checking whoami v2.1.0 |
| 2575 | 2026-05-19T22:49:53.951Z | Checking precomputed-hash v0.1.1 |
| 2576 | 2026-05-19T22:49:54.013Z | Checking predicates-core v1.0.10 |
| 2577 | 2026-05-19T22:49:54.016Z | Checking toml_edit v0.22.27 |
| 2578 | 2026-05-19T22:49:54.036Z | Checking string_cache v0.8.9 |
| 2579 | 2026-05-19T22:49:54.066Z | Checking petgraph v0.6.5 |
| 2580 | 2026-05-19T22:49:54.079Z | Checking crossterm v0.28.1 |
| 2581 | 2026-05-19T22:49:54.117Z | Checking tokio-postgres v0.7.16 |
| 2582 | 2026-05-19T22:49:54.134Z | Checking predicates v3.1.4 |
| 2583 | 2026-05-19T22:49:54.199Z | Checking similar v2.7.0 |
| 2584 | 2026-05-19T22:49:54.329Z | Checking tough v0.22.0 |
| 2585 | 2026-05-19T22:49:54.429Z | Checking ed25519-dalek v2.2.0 |
| 2586 | 2026-05-19T22:49:54.582Z | Checking hickory-proto v0.25.2 |
| 2587 | 2026-05-19T22:49:54.661Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2588 | 2026-05-19T22:49:54.788Z | Checking sha3 v0.10.8 |
| 2589 | 2026-05-19T22:49:54.998Z | Checking slog v2.8.2 |
| 2590 | 2026-05-19T22:49:55.101Z | Checking petgraph v0.8.3 |
| 2591 | 2026-05-19T22:49:55.266Z | Checking usdt v0.6.0 |
| 2592 | 2026-05-19T22:49:55.336Z | Checking env_logger v0.11.9 |
| 2593 | 2026-05-19T22:49:55.359Z | Checking usdt-impl v0.5.0 |
| 2594 | 2026-05-19T22:49:55.437Z | Checking rsa v0.9.10 |
| 2595 | 2026-05-19T22:49:55.529Z | Checking ecdsa v0.16.9 |
| 2596 | 2026-05-19T22:49:55.641Z | Checking nix v0.31.2 |
| 2597 | 2026-05-19T22:49:56.127Z | Checking zip v4.6.1 |
| 2598 | 2026-05-19T22:49:56.241Z | Checking reqwest v0.13.2 |
| 2599 | 2026-05-19T22:49:56.376Z | Checking toml v0.7.8 |
| 2600 | 2026-05-19T22:49:56.652Z | Checking clap v4.5.60 |
| 2601 | 2026-05-19T22:49:56.654Z | Checking zip v0.6.6 |
| 2602 | 2026-05-19T22:49:56.701Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2603 | 2026-05-19T22:49:56.715Z | Checking rand v0.10.0 |
| 2604 | 2026-05-19T22:49:56.743Z | Checking itertools v0.13.0 |
| 2605 | 2026-05-19T22:49:56.798Z | Checking serde_with v3.17.0 |
| 2606 | 2026-05-19T22:49:56.932Z | Checking strum v0.26.3 |
| 2607 | 2026-05-19T22:49:56.984Z | Checking fs-err v3.3.0 |
| 2608 | 2026-05-19T22:49:57.035Z | Checking ahash v0.8.12 |
| 2609 | 2026-05-19T22:49:57.047Z | Checking object v0.37.3 |
| 2610 | 2026-05-19T22:49:57.083Z | Checking tokio-stream v0.1.18 |
| 2611 | 2026-05-19T22:49:57.205Z | Checking buf-list v1.1.2 |
| 2612 | 2026-05-19T22:49:57.232Z | Checking anyhow v1.0.102 |
| 2613 | 2026-05-19T22:49:57.283Z | Checking camino v1.2.2 |
| 2614 | 2026-05-19T22:49:57.354Z | Checking x509-cert v0.2.5 |
| 2615 | 2026-05-19T22:49:57.384Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2616 | 2026-05-19T22:49:57.433Z | Checking openapiv3 v2.2.0 |
| 2617 | 2026-05-19T22:49:57.478Z | Checking sha1 v0.10.6 |
| 2618 | 2026-05-19T22:49:57.530Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2619 | 2026-05-19T22:49:57.642Z | Checking peg-runtime v0.8.5 |
| 2620 | 2026-05-19T22:49:57.645Z | Checking lalrpop-util v0.19.12 |
| 2621 | 2026-05-19T22:49:57.734Z | Checking rayon v1.11.0 |
| 2622 | 2026-05-19T22:49:57.784Z | Checking sigpipe v0.1.3 |
| 2623 | 2026-05-19T22:49:57.787Z | Checking glob v0.3.3 |
| 2624 | 2026-05-19T22:49:59.284Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2625 | 2026-05-19T22:49:59.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.38s |
| 2626 | 2026-05-19T22:49:59.738Z | |
| 2627 | 2026-05-19T22:49:59.738Z | info: running `cargo check --bins` on internal-dns-types (77/276) |
| 2628 | 2026-05-19T22:50:00.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2629 | 2026-05-19T22:50:00.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2630 | 2026-05-19T22:50:00.251Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2631 | 2026-05-19T22:50:00.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2632 | 2026-05-19T22:50:00.344Z | |
| 2633 | 2026-05-19T22:50:00.344Z | info: running `cargo check --bins` on internal-dns-types-versions (78/276) |
| 2634 | 2026-05-19T22:50:00.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2635 | 2026-05-19T22:50:00.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2636 | 2026-05-19T22:50:00.860Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2637 | 2026-05-19T22:50:00.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2638 | 2026-05-19T22:50:00.951Z | |
| 2639 | 2026-05-19T22:50:00.951Z | info: running `cargo check --bins` on nexus-types-versions (79/276) |
| 2640 | 2026-05-19T22:50:01.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2641 | 2026-05-19T22:50:01.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2642 | 2026-05-19T22:50:01.474Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2643 | 2026-05-19T22:50:01.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2644 | 2026-05-19T22:50:01.572Z | |
| 2645 | 2026-05-19T22:50:01.572Z | info: running `cargo check --bins` on oxql-types (80/276) |
| 2646 | 2026-05-19T22:50:02.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2647 | 2026-05-19T22:50:02.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2648 | 2026-05-19T22:50:02.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2649 | 2026-05-19T22:50:02.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2650 | 2026-05-19T22:50:02.172Z | |
| 2651 | 2026-05-19T22:50:02.172Z | info: running `cargo check --bins` on oximeter-types (81/276) |
| 2652 | 2026-05-19T22:50:02.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2653 | 2026-05-19T22:50:02.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2654 | 2026-05-19T22:50:02.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2655 | 2026-05-19T22:50:02.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2656 | 2026-05-19T22:50:02.780Z | |
| 2657 | 2026-05-19T22:50:02.780Z | info: running `cargo check --bins` on oximeter-types-versions (82/276) |
| 2658 | 2026-05-19T22:50:03.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2659 | 2026-05-19T22:50:03.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2660 | 2026-05-19T22:50:03.297Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2661 | 2026-05-19T22:50:03.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2662 | 2026-05-19T22:50:03.393Z | |
| 2663 | 2026-05-19T22:50:03.393Z | info: running `cargo check --bins` on oximeter-macro-impl (83/276) |
| 2664 | 2026-05-19T22:50:03.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2665 | 2026-05-19T22:50:03.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2666 | 2026-05-19T22:50:03.890Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2667 | 2026-05-19T22:50:03.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2668 | 2026-05-19T22:50:03.977Z | |
| 2669 | 2026-05-19T22:50:03.977Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/276) |
| 2670 | 2026-05-19T22:50:04.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2671 | 2026-05-19T22:50:04.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2672 | 2026-05-19T22:50:04.673Z | Compiling structmeta-derive v0.3.0 |
| 2673 | 2026-05-19T22:50:04.789Z | Compiling rustls v0.22.4 |
| 2674 | 2026-05-19T22:50:04.799Z | Compiling multer v3.1.0 |
| 2675 | 2026-05-19T22:50:04.808Z | Compiling async-stream-impl v0.3.6 |
| 2676 | 2026-05-19T22:50:04.811Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2677 | 2026-05-19T22:50:04.830Z | Compiling dropshot v0.17.0 |
| 2678 | 2026-05-19T22:50:04.844Z | Compiling dropshot_endpoint v0.17.0 |
| 2679 | 2026-05-19T22:50:04.844Z | Compiling newtype-uuid-macros v0.1.0 |
| 2680 | 2026-05-19T22:50:04.984Z | Checking newtype-uuid v1.3.2 |
| 2681 | 2026-05-19T22:50:05.025Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2682 | 2026-05-19T22:50:05.087Z | Checking rustls-webpki v0.102.8 |
| 2683 | 2026-05-19T22:50:05.184Z | Checking daft v0.1.7 |
| 2684 | 2026-05-19T22:50:05.198Z | Checking thread_local v1.1.9 |
| 2685 | 2026-05-19T22:50:05.366Z | Checking match_cfg v0.1.0 |
| 2686 | 2026-05-19T22:50:05.379Z | Checking compression-core v0.4.31 |
| 2687 | 2026-05-19T22:50:05.428Z | Checking iddqd v0.4.1 |
| 2688 | 2026-05-19T22:50:05.441Z | Checking hostname v0.3.1 |
| 2689 | 2026-05-19T22:50:05.473Z | Checking crossbeam-channel v0.5.15 |
| 2690 | 2026-05-19T22:50:05.503Z | Checking compression-codecs v0.4.37 |
| 2691 | 2026-05-19T22:50:05.538Z | Checking slog-json v2.6.1 |
| 2692 | 2026-05-19T22:50:05.594Z | Checking is-terminal v0.4.17 |
| 2693 | 2026-05-19T22:50:05.669Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2694 | 2026-05-19T22:50:05.685Z | Checking serde_spanned v1.0.4 |
| 2695 | 2026-05-19T22:50:05.698Z | Checking take_mut v0.2.2 |
| 2696 | 2026-05-19T22:50:05.802Z | Checking debug-ignore v1.0.5 |
| 2697 | 2026-05-19T22:50:05.814Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2698 | 2026-05-19T22:50:05.826Z | Checking term v1.2.1 |
| 2699 | 2026-05-19T22:50:05.850Z | Compiling structmeta v0.3.0 |
| 2700 | 2026-05-19T22:50:05.871Z | Checking slog-async v2.8.0 |
| 2701 | 2026-05-19T22:50:05.899Z | Checking slog-bunyan v2.5.0 |
| 2702 | 2026-05-19T22:50:05.992Z | Checking toml v1.0.6+spec-1.1.0 |
| 2703 | 2026-05-19T22:50:06.013Z | Checking async-compression v0.4.41 |
| 2704 | 2026-05-19T22:50:06.044Z | Checking async-stream v0.3.6 |
| 2705 | 2026-05-19T22:50:06.056Z | Checking slog-term v2.9.2 |
| 2706 | 2026-05-19T22:50:06.068Z | Compiling derive-ex v0.1.8 |
| 2707 | 2026-05-19T22:50:06.172Z | Compiling parse-display-derive v0.10.0 |
| 2708 | 2026-05-19T22:50:06.257Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2709 | 2026-05-19T22:50:06.315Z | Checking progenitor-client v0.14.0 |
| 2710 | 2026-05-19T22:50:06.340Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2711 | 2026-05-19T22:50:06.364Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2712 | 2026-05-19T22:50:06.506Z | Checking waitgroup v0.1.2 |
| 2713 | 2026-05-19T22:50:06.541Z | Checking backon v1.6.0 |
| 2714 | 2026-05-19T22:50:06.563Z | Checking rustls-pemfile v2.2.0 |
| 2715 | 2026-05-19T22:50:06.611Z | Checking serde_path_to_error v0.1.20 |
| 2716 | 2026-05-19T22:50:06.641Z | Checking hostname v0.4.2 |
| 2717 | 2026-05-19T22:50:06.701Z | Checking instant v0.1.13 |
| 2718 | 2026-05-19T22:50:06.788Z | Checking backoff v0.4.0 |
| 2719 | 2026-05-19T22:50:06.885Z | Checking progenitor-extras v0.2.0 |
| 2720 | 2026-05-19T22:50:06.926Z | Checking tokio-rustls v0.25.0 |
| 2721 | 2026-05-19T22:50:06.945Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2722 | 2026-05-19T22:50:06.960Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2723 | 2026-05-19T22:50:07.158Z | Checking itertools v0.14.0 |
| 2724 | 2026-05-19T22:50:07.162Z | Checking progenitor-client v0.10.0 |
| 2725 | 2026-05-19T22:50:07.328Z | Checking regress v0.10.5 |
| 2726 | 2026-05-19T22:50:07.360Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2727 | 2026-05-19T22:50:07.588Z | Checking macaddr v1.0.1 |
| 2728 | 2026-05-19T22:50:07.755Z | Compiling test-strategy v0.4.5 |
| 2729 | 2026-05-19T22:50:07.861Z | Checking parse-display v0.10.0 |
| 2730 | 2026-05-19T22:50:08.970Z | Compiling prettyplease v0.2.37 |
| 2731 | 2026-05-19T22:50:09.281Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2732 | 2026-05-19T22:50:09.435Z | Checking num-rational v0.4.2 |
| 2733 | 2026-05-19T22:50:09.659Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2734 | 2026-05-19T22:50:09.965Z | Checking num-complex v0.4.6 |
| 2735 | 2026-05-19T22:50:10.478Z | Checking num v0.4.3 |
| 2736 | 2026-05-19T22:50:10.557Z | Compiling usdt-macro v0.5.0 |
| 2737 | 2026-05-19T22:50:10.600Z | Compiling usdt-attr-macro v0.5.0 |
| 2738 | 2026-05-19T22:50:10.707Z | Checking memmap v0.7.0 |
| 2739 | 2026-05-19T22:50:10.723Z | Compiling float-ord v0.3.2 |
| 2740 | 2026-05-19T22:50:10.840Z | Compiling convert_case v0.4.0 |
| 2741 | 2026-05-19T22:50:10.853Z | Checking unicode-width v0.2.0 |
| 2742 | 2026-05-19T22:50:11.114Z | Checking console v0.15.11 |
| 2743 | 2026-05-19T22:50:11.226Z | Compiling derive_more v0.99.20 |
| 2744 | 2026-05-19T22:50:11.291Z | Checking newline-converter v0.3.0 |
| 2745 | 2026-05-19T22:50:11.379Z | Checking usdt v0.5.0 |
| 2746 | 2026-05-19T22:50:11.394Z | Checking atomicwrites v0.4.4 |
| 2747 | 2026-05-19T22:50:11.408Z | Compiling toml v0.8.23 |
| 2748 | 2026-05-19T22:50:11.526Z | Compiling minimal-lexical v0.2.1 |
| 2749 | 2026-05-19T22:50:11.552Z | Checking linked-hash-map v0.5.6 |
| 2750 | 2026-05-19T22:50:11.728Z | Checking lru-cache v0.1.2 |
| 2751 | 2026-05-19T22:50:11.788Z | Compiling nom v7.1.3 |
| 2752 | 2026-05-19T22:50:11.853Z | Checking expectorate v1.2.0 |
| 2753 | 2026-05-19T22:50:12.383Z | Checking camino-tempfile v1.4.1 |
| 2754 | 2026-05-19T22:50:12.552Z | Checking hickory-proto v0.24.4 |
| 2755 | 2026-05-19T22:50:12.569Z | Checking phf_shared v0.12.1 |
| 2756 | 2026-05-19T22:50:12.718Z | Compiling slog-dtrace v0.3.0 |
| 2757 | 2026-05-19T22:50:12.833Z | Checking resolv-conf v0.7.6 |
| 2758 | 2026-05-19T22:50:12.915Z | Compiling chrono-tz v0.10.4 |
| 2759 | 2026-05-19T22:50:13.023Z | Checking heck v0.5.0 |
| 2760 | 2026-05-19T22:50:13.119Z | Compiling const_format_proc_macros v0.2.34 |
| 2761 | 2026-05-19T22:50:13.135Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2762 | 2026-05-19T22:50:13.205Z | Checking phf v0.12.1 |
| 2763 | 2026-05-19T22:50:13.227Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2764 | 2026-05-19T22:50:13.390Z | Checking tokio-dtrace v0.1.1 |
| 2765 | 2026-05-19T22:50:13.583Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2766 | 2026-05-19T22:50:13.670Z | Compiling derive-where v1.6.0 |
| 2767 | 2026-05-19T22:50:13.811Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2768 | 2026-05-19T22:50:13.960Z | Checking highway v1.3.0 |
| 2769 | 2026-05-19T22:50:14.203Z | Checking const_format v0.2.35 |
| 2770 | 2026-05-19T22:50:14.444Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2771 | 2026-05-19T22:50:14.459Z | Checking hickory-resolver v0.24.4 |
| 2772 | 2026-05-19T22:50:14.593Z | Checking oxide-tokio-rt v0.1.4 |
| 2773 | 2026-05-19T22:50:14.834Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2774 | 2026-05-19T22:50:15.027Z | Checking gethostname v0.5.0 |
| 2775 | 2026-05-19T22:50:15.040Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2776 | 2026-05-19T22:50:15.055Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2777 | 2026-05-19T22:50:15.114Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2778 | 2026-05-19T22:50:15.151Z | Checking bcs v0.1.6 |
| 2779 | 2026-05-19T22:50:15.194Z | Checking qorb v0.4.1 |
| 2780 | 2026-05-19T22:50:15.263Z | Checking termtree v0.5.1 |
| 2781 | 2026-05-19T22:50:18.577Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2782 | 2026-05-19T22:50:21.341Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2783 | 2026-05-19T22:50:23.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.51s |
| 2784 | 2026-05-19T22:50:23.681Z | |
| 2785 | 2026-05-19T22:50:23.681Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/276) |
| 2786 | 2026-05-19T22:50:24.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2787 | 2026-05-19T22:50:24.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2788 | 2026-05-19T22:50:24.384Z | Compiling ar_archive_writer v0.5.1 |
| 2789 | 2026-05-19T22:50:24.497Z | Compiling stacker v0.1.23 |
| 2790 | 2026-05-19T22:50:24.506Z | Compiling cfg_aliases v0.1.1 |
| 2791 | 2026-05-19T22:50:24.513Z | Compiling convert_case v0.10.0 |
| 2792 | 2026-05-19T22:50:24.516Z | Checking unicode-width v0.1.14 |
| 2793 | 2026-05-19T22:50:24.530Z | Compiling proc-macro-error v1.0.4 |
| 2794 | 2026-05-19T22:50:24.542Z | Checking fd-lock v4.0.4 |
| 2795 | 2026-05-19T22:50:24.542Z | Checking nibble_vec v0.1.0 |
| 2796 | 2026-05-19T22:50:24.564Z | Compiling nix v0.28.0 |
| 2797 | 2026-05-19T22:50:24.654Z | Checking vte v0.14.1 |
| 2798 | 2026-05-19T22:50:24.670Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2799 | 2026-05-19T22:50:24.755Z | Checking endian-type v0.1.2 |
| 2800 | 2026-05-19T22:50:24.767Z | Checking bytecount v0.6.9 |
| 2801 | 2026-05-19T22:50:24.802Z | Checking strip-ansi-escapes v0.2.1 |
| 2802 | 2026-05-19T22:50:24.816Z | Compiling derive_more-impl v2.1.1 |
| 2803 | 2026-05-19T22:50:24.835Z | Compiling tabled_derive v0.7.0 |
| 2804 | 2026-05-19T22:50:24.863Z | Checking papergrid v0.11.0 |
| 2805 | 2026-05-19T22:50:24.876Z | Checking radix_trie v0.2.1 |
| 2806 | 2026-05-19T22:50:24.921Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2807 | 2026-05-19T22:50:25.075Z | Compiling peg-macros v0.8.5 |
| 2808 | 2026-05-19T22:50:25.112Z | Checking winnow v0.6.26 |
| 2809 | 2026-05-19T22:50:25.341Z | Compiling psm v0.1.30 |
| 2810 | 2026-05-19T22:50:25.385Z | Compiling sqlparser_derive v0.5.0 |
| 2811 | 2026-05-19T22:50:25.512Z | Checking home v0.5.12 |
| 2812 | 2026-05-19T22:50:25.620Z | Checking unicode_categories v0.1.1 |
| 2813 | 2026-05-19T22:50:25.633Z | Checking derive_more v2.1.1 |
| 2814 | 2026-05-19T22:50:25.712Z | Checking nu-ansi-term v0.50.3 |
| 2815 | 2026-05-19T22:50:25.777Z | Checking crossterm v0.29.0 |
| 2816 | 2026-05-19T22:50:25.806Z | Checking tabled v0.15.0 |
| 2817 | 2026-05-19T22:50:25.907Z | Checking rustyline v14.0.0 |
| 2818 | 2026-05-19T22:50:25.921Z | Checking reedline v0.40.0 |
| 2819 | 2026-05-19T22:50:26.113Z | Checking recursive v0.1.1 |
| 2820 | 2026-05-19T22:50:26.168Z | Checking display-error-chain v0.2.2 |
| 2821 | 2026-05-19T22:50:26.208Z | Checking sqlparser v0.61.0 |
| 2822 | 2026-05-19T22:50:26.257Z | Checking sqlformat v0.3.5 |
| 2823 | 2026-05-19T22:50:26.458Z | Checking peg v0.8.5 |
| 2824 | 2026-05-19T22:50:37.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.74s |
| 2825 | 2026-05-19T22:50:37.643Z | |
| 2826 | 2026-05-19T22:50:37.643Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/276) |
| 2827 | 2026-05-19T22:50:38.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2828 | 2026-05-19T22:50:38.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2829 | 2026-05-19T22:50:38.328Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2830 | 2026-05-19T22:50:41.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s |
| 2831 | 2026-05-19T22:50:41.962Z | |
| 2832 | 2026-05-19T22:50:41.962Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/276) |
| 2833 | 2026-05-19T22:50:42.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2834 | 2026-05-19T22:50:42.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2835 | 2026-05-19T22:50:42.642Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2836 | 2026-05-19T22:50:45.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s |
| 2837 | 2026-05-19T22:50:45.290Z | |
| 2838 | 2026-05-19T22:50:45.290Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/276) |
| 2839 | 2026-05-19T22:50:45.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2840 | 2026-05-19T22:50:45.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2841 | 2026-05-19T22:50:45.968Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2842 | 2026-05-19T22:50:49.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.95s |
| 2843 | 2026-05-19T22:50:49.421Z | |
| 2844 | 2026-05-19T22:50:49.421Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/276) |
| 2845 | 2026-05-19T22:50:49.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2846 | 2026-05-19T22:50:49.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2847 | 2026-05-19T22:50:50.109Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2848 | 2026-05-19T22:50:53.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.95s |
| 2849 | 2026-05-19T22:50:53.574Z | |
| 2850 | 2026-05-19T22:50:53.574Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/276) |
| 2851 | 2026-05-19T22:50:54.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2852 | 2026-05-19T22:50:54.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2853 | 2026-05-19T22:50:54.253Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2854 | 2026-05-19T22:50:56.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s |
| 2855 | 2026-05-19T22:50:57.036Z | |
| 2856 | 2026-05-19T22:50:57.036Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/276) |
| 2857 | 2026-05-19T22:50:57.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2858 | 2026-05-19T22:50:57.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2859 | 2026-05-19T22:50:57.720Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2860 | 2026-05-19T22:51:00.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s |
| 2861 | 2026-05-19T22:51:00.549Z | |
| 2862 | 2026-05-19T22:51:00.549Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/276) |
| 2863 | 2026-05-19T22:51:01.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2864 | 2026-05-19T22:51:01.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2865 | 2026-05-19T22:51:01.238Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2866 | 2026-05-19T22:51:04.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s |
| 2867 | 2026-05-19T22:51:04.862Z | |
| 2868 | 2026-05-19T22:51:04.863Z | info: running `cargo check --bins` on oximeter (93/276) |
| 2869 | 2026-05-19T22:51:05.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2870 | 2026-05-19T22:51:05.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2871 | 2026-05-19T22:51:05.379Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2872 | 2026-05-19T22:51:05.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2873 | 2026-05-19T22:51:05.471Z | |
| 2874 | 2026-05-19T22:51:05.471Z | info: running `cargo check --bins` on oximeter-schema (94/276) |
| 2875 | 2026-05-19T22:51:05.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2876 | 2026-05-19T22:51:05.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2877 | 2026-05-19T22:51:06.121Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2878 | 2026-05-19T22:51:06.286Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2879 | 2026-05-19T22:51:06.289Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2880 | 2026-05-19T22:51:06.634Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2881 | 2026-05-19T22:51:09.542Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2882 | 2026-05-19T22:51:10.758Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2883 | 2026-05-19T22:51:10.921Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2884 | 2026-05-19T22:51:11.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.13s |
| 2885 | 2026-05-19T22:51:11.796Z | |
| 2886 | 2026-05-19T22:51:11.796Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/276) |
| 2887 | 2026-05-19T22:51:12.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2888 | 2026-05-19T22:51:12.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2889 | 2026-05-19T22:51:12.307Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2890 | 2026-05-19T22:51:12.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2891 | 2026-05-19T22:51:12.403Z | |
| 2892 | 2026-05-19T22:51:12.403Z | info: running `cargo check --bins` on oximeter-test-utils (96/276) |
| 2893 | 2026-05-19T22:51:12.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2894 | 2026-05-19T22:51:12.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2895 | 2026-05-19T22:51:12.949Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2896 | 2026-05-19T22:51:12.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2897 | 2026-05-19T22:51:13.052Z | |
| 2898 | 2026-05-19T22:51:13.052Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/276) |
| 2899 | 2026-05-19T22:51:13.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2900 | 2026-05-19T22:51:13.574Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2901 | 2026-05-19T22:51:13.574Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2902 | 2026-05-19T22:51:13.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2903 | 2026-05-19T22:51:13.671Z | |
| 2904 | 2026-05-19T22:51:13.671Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/276) |
| 2905 | 2026-05-19T22:51:14.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2906 | 2026-05-19T22:51:14.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2907 | 2026-05-19T22:51:14.191Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2908 | 2026-05-19T22:51:14.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2909 | 2026-05-19T22:51:14.288Z | |
| 2910 | 2026-05-19T22:51:14.288Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/276) |
| 2911 | 2026-05-19T22:51:14.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2912 | 2026-05-19T22:51:14.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2913 | 2026-05-19T22:51:14.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2914 | 2026-05-19T22:51:14.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2915 | 2026-05-19T22:51:14.913Z | |
| 2916 | 2026-05-19T22:51:14.913Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/276) |
| 2917 | 2026-05-19T22:51:15.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2918 | 2026-05-19T22:51:15.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2919 | 2026-05-19T22:51:15.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2920 | 2026-05-19T22:51:15.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2921 | 2026-05-19T22:51:15.535Z | |
| 2922 | 2026-05-19T22:51:15.535Z | info: running `cargo check --bins` on trust-quorum-types (101/276) |
| 2923 | 2026-05-19T22:51:16.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2924 | 2026-05-19T22:51:16.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2925 | 2026-05-19T22:51:16.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2926 | 2026-05-19T22:51:16.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2927 | 2026-05-19T22:51:16.139Z | |
| 2928 | 2026-05-19T22:51:16.139Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/276) |
| 2929 | 2026-05-19T22:51:16.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2930 | 2026-05-19T22:51:16.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2931 | 2026-05-19T22:51:16.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2932 | 2026-05-19T22:51:16.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2933 | 2026-05-19T22:51:16.757Z | |
| 2934 | 2026-05-19T22:51:16.757Z | info: running `cargo check --bins` on update-engine (103/276) |
| 2935 | 2026-05-19T22:51:17.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2936 | 2026-05-19T22:51:17.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2937 | 2026-05-19T22:51:17.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2938 | 2026-05-19T22:51:17.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2939 | 2026-05-19T22:51:17.351Z | |
| 2940 | 2026-05-19T22:51:17.351Z | info: running `cargo check --bins` on omicron-clickhouse-admin (104/276) |
| 2941 | 2026-05-19T22:51:17.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2942 | 2026-05-19T22:51:17.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2943 | 2026-05-19T22:51:18.081Z | Compiling crucible-workspace-hack v0.1.0 |
| 2944 | 2026-05-19T22:51:18.200Z | Checking secrecy v0.10.3 |
| 2945 | 2026-05-19T22:51:18.207Z | Compiling heapless v0.8.0 |
| 2946 | 2026-05-19T22:51:18.214Z | Compiling ingot-macros v0.1.1 |
| 2947 | 2026-05-19T22:51:18.220Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2948 | 2026-05-19T22:51:18.220Z | Checking hash32 v0.3.1 |
| 2949 | 2026-05-19T22:51:18.242Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2950 | 2026-05-19T22:51:18.245Z | Compiling smoltcp v0.11.0 |
| 2951 | 2026-05-19T22:51:18.302Z | Checking cobs v0.3.0 |
| 2952 | 2026-05-19T22:51:18.353Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2953 | 2026-05-19T22:51:18.441Z | Checking universal-hash v0.5.1 |
| 2954 | 2026-05-19T22:51:18.466Z | Checking half v2.7.1 |
| 2955 | 2026-05-19T22:51:18.490Z | Checking ciborium-io v0.2.2 |
| 2956 | 2026-05-19T22:51:18.579Z | Checking opaque-debug v0.3.1 |
| 2957 | 2026-05-19T22:51:18.579Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2958 | 2026-05-19T22:51:18.625Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2959 | 2026-05-19T22:51:18.661Z | Checking poly1305 v0.8.0 |
| 2960 | 2026-05-19T22:51:18.720Z | Checking ciborium-ll v0.2.2 |
| 2961 | 2026-05-19T22:51:18.759Z | Compiling proc-macro-crate v3.4.0 |
| 2962 | 2026-05-19T22:51:18.910Z | Checking postcard v1.1.3 |
| 2963 | 2026-05-19T22:51:18.925Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2964 | 2026-05-19T22:51:18.942Z | Checking password-hash v0.5.0 |
| 2965 | 2026-05-19T22:51:19.200Z | Checking chacha20 v0.9.1 |
| 2966 | 2026-05-19T22:51:19.214Z | Compiling proc-macro-crate v1.3.1 |
| 2967 | 2026-05-19T22:51:19.236Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2968 | 2026-05-19T22:51:19.282Z | Checking blake2 v0.10.6 |
| 2969 | 2026-05-19T22:51:19.310Z | Compiling num_enum_derive v0.7.5 |
| 2970 | 2026-05-19T22:51:19.393Z | Checking aead v0.5.2 |
| 2971 | 2026-05-19T22:51:19.477Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2972 | 2026-05-19T22:51:19.518Z | Compiling foreign-types-macros v0.2.3 |
| 2973 | 2026-05-19T22:51:19.541Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2974 | 2026-05-19T22:51:19.555Z | Checking thiserror-no-std v2.0.2 |
| 2975 | 2026-05-19T22:51:19.628Z | Checking foreign-types-shared v0.3.1 |
| 2976 | 2026-05-19T22:51:19.642Z | Checking vsss-rs v3.3.4 |
| 2977 | 2026-05-19T22:51:19.689Z | Compiling num_enum_derive v0.5.11 |
| 2978 | 2026-05-19T22:51:19.747Z | Checking chacha20poly1305 v0.10.1 |
| 2979 | 2026-05-19T22:51:19.782Z | Checking argon2 v0.5.3 |
| 2980 | 2026-05-19T22:51:19.848Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2981 | 2026-05-19T22:51:20.108Z | Checking foreign-types v0.5.0 |
| 2982 | 2026-05-19T22:51:20.190Z | Checking ciborium v0.2.2 |
| 2983 | 2026-05-19T22:51:20.230Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2984 | 2026-05-19T22:51:20.326Z | Checking tabwriter v1.4.1 |
| 2985 | 2026-05-19T22:51:20.361Z | Checking num_enum v0.7.5 |
| 2986 | 2026-05-19T22:51:20.472Z | Checking byte-wrapper v0.1.0 |
| 2987 | 2026-05-19T22:51:20.486Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2988 | 2026-05-19T22:51:20.514Z | Checking cstr-argument v0.1.2 |
| 2989 | 2026-05-19T22:51:20.606Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2990 | 2026-05-19T22:51:20.640Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2991 | 2026-05-19T22:51:20.681Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2992 | 2026-05-19T22:51:20.738Z | Checking num_enum v0.5.11 |
| 2993 | 2026-05-19T22:51:20.767Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2994 | 2026-05-19T22:51:20.842Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2995 | 2026-05-19T22:51:20.855Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2996 | 2026-05-19T22:51:20.903Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2997 | 2026-05-19T22:51:21.011Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2998 | 2026-05-19T22:51:21.025Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2999 | 2026-05-19T22:51:21.036Z | Checking indent_write v2.2.0 |
| 3000 | 2026-05-19T22:51:21.049Z | Checking colored v3.1.1 |
| 3001 | 2026-05-19T22:51:21.061Z | Checking ingot-types v0.1.2 |
| 3002 | 2026-05-19T22:51:21.166Z | Compiling zone_cfg_derive v0.3.1 |
| 3003 | 2026-05-19T22:51:21.212Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3004 | 2026-05-19T22:51:21.301Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3005 | 2026-05-19T22:51:21.317Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3006 | 2026-05-19T22:51:21.333Z | Checking itertools v0.12.1 |
| 3007 | 2026-05-19T22:51:21.388Z | Compiling num-derive v0.4.2 |
| 3008 | 2026-05-19T22:51:21.401Z | Checking swrite v0.1.0 |
| 3009 | 2026-05-19T22:51:21.427Z | Checking ingot v0.1.1 |
| 3010 | 2026-05-19T22:51:21.492Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3011 | 2026-05-19T22:51:21.495Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3012 | 2026-05-19T22:51:21.668Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3013 | 2026-05-19T22:51:21.813Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3014 | 2026-05-19T22:51:21.828Z | Checking dropshot-api-manager-types v0.7.1 |
| 3015 | 2026-05-19T22:51:21.854Z | Checking smf v0.2.3 |
| 3016 | 2026-05-19T22:51:21.892Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3017 | 2026-05-19T22:51:21.924Z | Checking nanorand v0.7.0 |
| 3018 | 2026-05-19T22:51:21.998Z | Checking whoami v1.6.1 |
| 3019 | 2026-05-19T22:51:22.074Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3020 | 2026-05-19T22:51:22.116Z | Checking flume v0.11.1 |
| 3021 | 2026-05-19T22:51:22.302Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3022 | 2026-05-19T22:51:22.331Z | Checking zone v0.3.1 |
| 3023 | 2026-05-19T22:51:22.986Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3024 | 2026-05-19T22:51:23.969Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3025 | 2026-05-19T22:51:24.865Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3026 | 2026-05-19T22:51:27.970Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3027 | 2026-05-19T22:51:30.029Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3028 | 2026-05-19T22:51:31.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.79s |
| 3029 | 2026-05-19T22:51:31.344Z | |
| 3030 | 2026-05-19T22:51:31.344Z | info: running `cargo check --bins` on clickhouse-admin-api (105/276) |
| 3031 | 2026-05-19T22:51:31.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3032 | 2026-05-19T22:51:31.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3033 | 2026-05-19T22:51:31.870Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3034 | 2026-05-19T22:51:31.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3035 | 2026-05-19T22:51:31.960Z | |
| 3036 | 2026-05-19T22:51:31.960Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (106/276) |
| 3037 | 2026-05-19T22:51:32.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3038 | 2026-05-19T22:51:32.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3039 | 2026-05-19T22:51:32.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3040 | 2026-05-19T22:51:32.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3041 | 2026-05-19T22:51:32.582Z | |
| 3042 | 2026-05-19T22:51:32.582Z | info: running `cargo check --bins` on bootstrap-agent-client (107/276) |
| 3043 | 2026-05-19T22:51:33.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3044 | 2026-05-19T22:51:33.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3045 | 2026-05-19T22:51:33.114Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3046 | 2026-05-19T22:51:33.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3047 | 2026-05-19T22:51:33.214Z | |
| 3048 | 2026-05-19T22:51:33.214Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/276) |
| 3049 | 2026-05-19T22:51:33.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3050 | 2026-05-19T22:51:33.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3051 | 2026-05-19T22:51:33.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3052 | 2026-05-19T22:51:33.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3053 | 2026-05-19T22:51:33.839Z | |
| 3054 | 2026-05-19T22:51:33.839Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (109/276) |
| 3055 | 2026-05-19T22:51:34.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3056 | 2026-05-19T22:51:34.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3057 | 2026-05-19T22:51:34.358Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3058 | 2026-05-19T22:51:34.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3059 | 2026-05-19T22:51:34.457Z | |
| 3060 | 2026-05-19T22:51:34.457Z | info: running `cargo check --bins` on clickhouse-admin-server-client (110/276) |
| 3061 | 2026-05-19T22:51:34.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3062 | 2026-05-19T22:51:34.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3063 | 2026-05-19T22:51:34.984Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3064 | 2026-05-19T22:51:34.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3065 | 2026-05-19T22:51:35.083Z | |
| 3066 | 2026-05-19T22:51:35.083Z | info: running `cargo check --bins` on clickhouse-admin-single-client (111/276) |
| 3067 | 2026-05-19T22:51:35.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3068 | 2026-05-19T22:51:35.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3069 | 2026-05-19T22:51:35.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3070 | 2026-05-19T22:51:35.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3071 | 2026-05-19T22:51:35.711Z | |
| 3072 | 2026-05-19T22:51:35.711Z | info: running `cargo check --bins` on cockroach-admin-client (112/276) |
| 3073 | 2026-05-19T22:51:36.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3074 | 2026-05-19T22:51:36.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3075 | 2026-05-19T22:51:36.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3076 | 2026-05-19T22:51:36.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3077 | 2026-05-19T22:51:36.324Z | |
| 3078 | 2026-05-19T22:51:36.324Z | info: running `cargo check --bins` on omicron-ddm-admin-client (113/276) |
| 3079 | 2026-05-19T22:51:36.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3080 | 2026-05-19T22:51:36.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3081 | 2026-05-19T22:51:36.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3082 | 2026-05-19T22:51:36.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3083 | 2026-05-19T22:51:36.949Z | |
| 3084 | 2026-05-19T22:51:36.949Z | info: running `cargo check --bins` on dns-service-client (114/276) |
| 3085 | 2026-05-19T22:51:37.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3086 | 2026-05-19T22:51:37.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3087 | 2026-05-19T22:51:37.475Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3088 | 2026-05-19T22:51:37.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3089 | 2026-05-19T22:51:37.574Z | |
| 3090 | 2026-05-19T22:51:37.574Z | info: running `cargo check --bins` on installinator-client (115/276) |
| 3091 | 2026-05-19T22:51:38.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3092 | 2026-05-19T22:51:38.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3093 | 2026-05-19T22:51:38.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3094 | 2026-05-19T22:51:38.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3095 | 2026-05-19T22:51:38.201Z | |
| 3096 | 2026-05-19T22:51:38.201Z | info: running `cargo check --bins` on nexus-client (116/276) |
| 3097 | 2026-05-19T22:51:38.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3098 | 2026-05-19T22:51:38.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3099 | 2026-05-19T22:51:38.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3100 | 2026-05-19T22:51:38.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3101 | 2026-05-19T22:51:38.862Z | |
| 3102 | 2026-05-19T22:51:38.862Z | info: running `cargo check --bins` on nexus-lockstep-client (117/276) |
| 3103 | 2026-05-19T22:51:39.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3104 | 2026-05-19T22:51:39.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3105 | 2026-05-19T22:51:39.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3106 | 2026-05-19T22:51:39.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3107 | 2026-05-19T22:51:39.515Z | |
| 3108 | 2026-05-19T22:51:39.515Z | info: running `cargo check --bins` on ntp-admin-client (118/276) |
| 3109 | 2026-05-19T22:51:40.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3110 | 2026-05-19T22:51:40.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3111 | 2026-05-19T22:51:40.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3112 | 2026-05-19T22:51:40.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3113 | 2026-05-19T22:51:40.124Z | |
| 3114 | 2026-05-19T22:51:40.124Z | info: running `cargo check --bins` on ntp-admin-v1-client (119/276) |
| 3115 | 2026-05-19T22:51:40.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3116 | 2026-05-19T22:51:40.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3117 | 2026-05-19T22:51:40.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3118 | 2026-05-19T22:51:40.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3119 | 2026-05-19T22:51:40.735Z | |
| 3120 | 2026-05-19T22:51:40.735Z | info: running `cargo check --bins` on oxide-client (120/276) |
| 3121 | 2026-05-19T22:51:41.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3122 | 2026-05-19T22:51:41.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3123 | 2026-05-19T22:51:41.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3124 | 2026-05-19T22:51:41.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3125 | 2026-05-19T22:51:41.348Z | |
| 3126 | 2026-05-19T22:51:41.348Z | info: running `cargo check --bins` on oximeter-client (121/276) |
| 3127 | 2026-05-19T22:51:41.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3128 | 2026-05-19T22:51:41.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3129 | 2026-05-19T22:51:41.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3130 | 2026-05-19T22:51:41.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3131 | 2026-05-19T22:51:41.968Z | |
| 3132 | 2026-05-19T22:51:41.968Z | info: running `cargo check --bins` on repo-depot-client (122/276) |
| 3133 | 2026-05-19T22:51:42.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3134 | 2026-05-19T22:51:42.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3135 | 2026-05-19T22:51:42.479Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3136 | 2026-05-19T22:51:42.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3137 | 2026-05-19T22:51:42.572Z | |
| 3138 | 2026-05-19T22:51:42.572Z | info: running `cargo check --bins` on sled-agent-client (123/276) |
| 3139 | 2026-05-19T22:51:43.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3140 | 2026-05-19T22:51:43.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3141 | 2026-05-19T22:51:43.102Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3142 | 2026-05-19T22:51:43.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3143 | 2026-05-19T22:51:43.200Z | |
| 3144 | 2026-05-19T22:51:43.200Z | info: running `cargo check --bins` on wicketd-client (124/276) |
| 3145 | 2026-05-19T22:51:43.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3146 | 2026-05-19T22:51:43.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3147 | 2026-05-19T22:51:43.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3148 | 2026-05-19T22:51:43.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3149 | 2026-05-19T22:51:43.843Z | |
| 3150 | 2026-05-19T22:51:43.843Z | info: running `cargo check --bins` on installinator-common (125/276) |
| 3151 | 2026-05-19T22:51:44.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3152 | 2026-05-19T22:51:44.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3153 | 2026-05-19T22:51:44.381Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3154 | 2026-05-19T22:51:44.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3155 | 2026-05-19T22:51:44.482Z | |
| 3156 | 2026-05-19T22:51:44.482Z | info: running `cargo check --bins` on installinator-common-versions (126/276) |
| 3157 | 2026-05-19T22:51:44.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3158 | 2026-05-19T22:51:44.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3159 | 2026-05-19T22:51:44.999Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3160 | 2026-05-19T22:51:45.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3161 | 2026-05-19T22:51:45.090Z | |
| 3162 | 2026-05-19T22:51:45.090Z | info: running `cargo check --bins` on wicket-common (127/276) |
| 3163 | 2026-05-19T22:51:45.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3164 | 2026-05-19T22:51:45.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3165 | 2026-05-19T22:51:45.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3166 | 2026-05-19T22:51:45.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3167 | 2026-05-19T22:51:45.728Z | |
| 3168 | 2026-05-19T22:51:45.728Z | info: running `cargo check --bins` on omicron-cockroach-admin (128/276) |
| 3169 | 2026-05-19T22:51:46.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3170 | 2026-05-19T22:51:46.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3171 | 2026-05-19T22:51:46.443Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3172 | 2026-05-19T22:51:46.560Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3173 | 2026-05-19T22:51:46.568Z | Checking csv-core v0.1.13 |
| 3174 | 2026-05-19T22:51:46.576Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3175 | 2026-05-19T22:51:46.583Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3176 | 2026-05-19T22:51:46.593Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3177 | 2026-05-19T22:51:46.604Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3178 | 2026-05-19T22:51:46.617Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3179 | 2026-05-19T22:51:46.728Z | Checking csv v1.4.0 |
| 3180 | 2026-05-19T22:51:46.774Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3181 | 2026-05-19T22:51:46.780Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3182 | 2026-05-19T22:51:46.821Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3183 | 2026-05-19T22:51:46.859Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3184 | 2026-05-19T22:51:47.068Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3185 | 2026-05-19T22:51:47.430Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3186 | 2026-05-19T22:51:47.430Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3187 | 2026-05-19T22:51:47.815Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3188 | 2026-05-19T22:51:53.767Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3189 | 2026-05-19T22:51:54.304Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3190 | 2026-05-19T22:51:56.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.95s |
| 3191 | 2026-05-19T22:51:56.869Z | |
| 3192 | 2026-05-19T22:51:56.869Z | info: running `cargo check --bins` on cockroach-admin-api (129/276) |
| 3193 | 2026-05-19T22:51:57.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3194 | 2026-05-19T22:51:57.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3195 | 2026-05-19T22:51:57.383Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3196 | 2026-05-19T22:51:57.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3197 | 2026-05-19T22:51:57.481Z | |
| 3198 | 2026-05-19T22:51:57.481Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (130/276) |
| 3199 | 2026-05-19T22:51:58.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3200 | 2026-05-19T22:51:58.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3201 | 2026-05-19T22:51:58.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3202 | 2026-05-19T22:51:58.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3203 | 2026-05-19T22:51:58.186Z | |
| 3204 | 2026-05-19T22:51:58.186Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/276) |
| 3205 | 2026-05-19T22:51:58.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3206 | 2026-05-19T22:51:58.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3207 | 2026-05-19T22:51:58.776Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3208 | 2026-05-19T22:51:58.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3209 | 2026-05-19T22:51:58.890Z | |
| 3210 | 2026-05-19T22:51:58.890Z | info: running `cargo check --bins` on gateway-test-utils (132/276) |
| 3211 | 2026-05-19T22:51:59.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3212 | 2026-05-19T22:51:59.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3213 | 2026-05-19T22:51:59.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3214 | 2026-05-19T22:51:59.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3215 | 2026-05-19T22:51:59.548Z | |
| 3216 | 2026-05-19T22:51:59.548Z | info: running `cargo check --bins` on omicron-gateway (133/276) |
| 3217 | 2026-05-19T22:52:00.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3218 | 2026-05-19T22:52:00.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3219 | 2026-05-19T22:52:00.326Z | Compiling regress v0.11.1 |
| 3220 | 2026-05-19T22:52:00.467Z | Compiling unsafe-libyaml v0.2.11 |
| 3221 | 2026-05-19T22:52:00.480Z | Compiling radium v0.7.0 |
| 3222 | 2026-05-19T22:52:00.483Z | Compiling semver v0.1.20 |
| 3223 | 2026-05-19T22:52:00.506Z | Compiling maybe-uninit v2.0.0 |
| 3224 | 2026-05-19T22:52:00.511Z | Checking tap v1.0.1 |
| 3225 | 2026-05-19T22:52:00.532Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3226 | 2026-05-19T22:52:00.623Z | Checking wyz v0.5.1 |
| 3227 | 2026-05-19T22:52:00.753Z | Compiling rustc_version v0.1.7 |
| 3228 | 2026-05-19T22:52:00.804Z | Checking progenitor-client v0.13.0 |
| 3229 | 2026-05-19T22:52:00.838Z | Compiling zerocopy-derive v0.6.6 |
| 3230 | 2026-05-19T22:52:00.949Z | Compiling cancel-safe-futures v0.1.5 |
| 3231 | 2026-05-19T22:52:00.976Z | Compiling serde_yaml v0.9.34+deprecated |
| 3232 | 2026-05-19T22:52:01.037Z | Compiling newtype_derive v0.1.6 |
| 3233 | 2026-05-19T22:52:01.194Z | Compiling packed_struct v0.10.1 |
| 3234 | 2026-05-19T22:52:01.207Z | Checking crc-catalog v2.4.0 |
| 3235 | 2026-05-19T22:52:01.228Z | Checking funty v2.0.0 |
| 3236 | 2026-05-19T22:52:01.301Z | Compiling owo-colors v4.3.0 |
| 3237 | 2026-05-19T22:52:01.465Z | Checking crc v3.4.0 |
| 3238 | 2026-05-19T22:52:01.566Z | Checking bitvec v1.0.1 |
| 3239 | 2026-05-19T22:52:01.701Z | Checking zerocopy v0.6.6 |
| 3240 | 2026-05-19T22:52:01.732Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3241 | 2026-05-19T22:52:01.783Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3242 | 2026-05-19T22:52:01.934Z | Checking typify-impl v0.6.2 |
| 3243 | 2026-05-19T22:52:02.034Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3244 | 2026-05-19T22:52:02.126Z | Compiling packed_struct_codegen v0.10.1 |
| 3245 | 2026-05-19T22:52:02.275Z | Checking libsw-core v0.3.2 |
| 3246 | 2026-05-19T22:52:02.290Z | Compiling bitfield-macros v0.19.4 |
| 3247 | 2026-05-19T22:52:02.425Z | Compiling indexmap v1.9.3 |
| 3248 | 2026-05-19T22:52:02.475Z | Checking nodrop v0.1.14 |
| 3249 | 2026-05-19T22:52:02.573Z | Checking array-init v0.0.4 |
| 3250 | 2026-05-19T22:52:02.647Z | Checking libsw v3.5.0 |
| 3251 | 2026-05-19T22:52:02.801Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3252 | 2026-05-19T22:52:02.872Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3253 | 2026-05-19T22:52:02.891Z | Checking smallvec v0.6.14 |
| 3254 | 2026-05-19T22:52:03.014Z | Checking bitfield v0.19.4 |
| 3255 | 2026-05-19T22:52:03.086Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3256 | 2026-05-19T22:52:03.206Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3257 | 2026-05-19T22:52:03.296Z | Checking hashbrown v0.12.3 |
| 3258 | 2026-05-19T22:52:03.331Z | Checking tagptr v0.2.0 |
| 3259 | 2026-05-19T22:52:03.348Z | Checking unicode-linebreak v0.1.5 |
| 3260 | 2026-05-19T22:52:03.478Z | Checking smawk v0.3.2 |
| 3261 | 2026-05-19T22:52:03.546Z | Checking linear-map v1.2.0 |
| 3262 | 2026-05-19T22:52:03.570Z | Checking base64 v0.21.7 |
| 3263 | 2026-05-19T22:52:03.614Z | Checking textwrap v0.16.2 |
| 3264 | 2026-05-19T22:52:03.721Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3265 | 2026-05-19T22:52:03.730Z | Checking moka v0.12.13 |
| 3266 | 2026-05-19T22:52:03.788Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3267 | 2026-05-19T22:52:03.827Z | Checking ron v0.8.1 |
| 3268 | 2026-05-19T22:52:03.833Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3269 | 2026-05-19T22:52:03.893Z | Checking steno v0.4.1 |
| 3270 | 2026-05-19T22:52:04.058Z | Checking serde-hex v0.1.0 |
| 3271 | 2026-05-19T22:52:04.327Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3272 | 2026-05-19T22:52:04.343Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3273 | 2026-05-19T22:52:04.378Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3274 | 2026-05-19T22:52:04.506Z | Checking hashbrown v0.13.2 |
| 3275 | 2026-05-19T22:52:04.639Z | Checking crc-any v2.5.0 |
| 3276 | 2026-05-19T22:52:04.828Z | Checking humantime v2.3.0 |
| 3277 | 2026-05-19T22:52:04.892Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3278 | 2026-05-19T22:52:04.927Z | Checking object v0.30.4 |
| 3279 | 2026-05-19T22:52:04.953Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3280 | 2026-05-19T22:52:05.008Z | Checking hickory-resolver v0.25.2 |
| 3281 | 2026-05-19T22:52:05.060Z | Checking hickory-proto v0.26.1 |
| 3282 | 2026-05-19T22:52:05.103Z | Checking void v1.0.2 |
| 3283 | 2026-05-19T22:52:05.118Z | Checking path-slash v0.1.5 |
| 3284 | 2026-05-19T22:52:05.213Z | Checking utf-8 v0.7.6 |
| 3285 | 2026-05-19T22:52:05.226Z | Checking half v1.8.3 |
| 3286 | 2026-05-19T22:52:05.353Z | Checking tungstenite v0.23.0 |
| 3287 | 2026-05-19T22:52:05.425Z | Checking serde_cbor v0.11.2 |
| 3288 | 2026-05-19T22:52:05.554Z | Checking lzss v0.8.2 |
| 3289 | 2026-05-19T22:52:05.747Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3290 | 2026-05-19T22:52:05.771Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3291 | 2026-05-19T22:52:05.814Z | Checking nix v0.27.1 |
| 3292 | 2026-05-19T22:52:05.868Z | Checking kstat-rs v0.2.4 |
| 3293 | 2026-05-19T22:52:05.905Z | Checking fxhash v0.2.1 |
| 3294 | 2026-05-19T22:52:06.011Z | Checking serde_bytes v0.11.19 |
| 3295 | 2026-05-19T22:52:06.029Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3296 | 2026-05-19T22:52:06.060Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3297 | 2026-05-19T22:52:06.186Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3298 | 2026-05-19T22:52:06.260Z | Checking tokio-tungstenite v0.23.1 |
| 3299 | 2026-05-19T22:52:06.320Z | Checking signal-hook-tokio v0.3.1 |
| 3300 | 2026-05-19T22:52:06.378Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3301 | 2026-05-19T22:52:06.563Z | Compiling typify-macro v0.6.2 |
| 3302 | 2026-05-19T22:52:07.302Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3303 | 2026-05-19T22:52:07.716Z | Compiling typify v0.6.2 |
| 3304 | 2026-05-19T22:52:07.797Z | Compiling progenitor-impl v0.13.0 |
| 3305 | 2026-05-19T22:52:07.797Z | Compiling progenitor-impl v0.14.0 |
| 3306 | 2026-05-19T22:52:08.204Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3307 | 2026-05-19T22:52:08.540Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 3308 | 2026-05-19T22:52:09.414Z | Compiling progenitor-macro v0.14.0 |
| 3309 | 2026-05-19T22:52:09.445Z | Compiling progenitor-macro v0.13.0 |
| 3310 | 2026-05-19T22:52:12.029Z | Checking progenitor v0.13.0 |
| 3311 | 2026-05-19T22:52:12.031Z | Checking progenitor v0.14.0 |
| 3312 | 2026-05-19T22:52:12.164Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3313 | 2026-05-19T22:52:12.167Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3314 | 2026-05-19T22:52:15.186Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3315 | 2026-05-19T22:52:22.833Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3316 | 2026-05-19T22:52:29.192Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3317 | 2026-05-19T22:52:30.576Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3318 | 2026-05-19T22:52:31.092Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3319 | 2026-05-19T22:52:33.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.64s |
| 3320 | 2026-05-19T22:52:33.404Z | |
| 3321 | 2026-05-19T22:52:33.404Z | info: running `cargo check --bins` on gateway-api (134/276) |
| 3322 | 2026-05-19T22:52:33.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3323 | 2026-05-19T22:52:33.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3324 | 2026-05-19T22:52:33.921Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3325 | 2026-05-19T22:52:33.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3326 | 2026-05-19T22:52:34.014Z | |
| 3327 | 2026-05-19T22:52:34.014Z | info: running `cargo check --bins` on ipcc (135/276) |
| 3328 | 2026-05-19T22:52:34.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3329 | 2026-05-19T22:52:34.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3330 | 2026-05-19T22:52:34.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3331 | 2026-05-19T22:52:34.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3332 | 2026-05-19T22:52:34.627Z | |
| 3333 | 2026-05-19T22:52:34.627Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (136/276) |
| 3334 | 2026-05-19T22:52:35.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3335 | 2026-05-19T22:52:35.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3336 | 2026-05-19T22:52:35.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3337 | 2026-05-19T22:52:35.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3338 | 2026-05-19T22:52:35.220Z | |
| 3339 | 2026-05-19T22:52:35.220Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/276) |
| 3340 | 2026-05-19T22:52:35.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3341 | 2026-05-19T22:52:35.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3342 | 2026-05-19T22:52:35.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3343 | 2026-05-19T22:52:35.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3344 | 2026-05-19T22:52:35.835Z | |
| 3345 | 2026-05-19T22:52:35.835Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/276) |
| 3346 | 2026-05-19T22:52:36.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3347 | 2026-05-19T22:52:36.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3348 | 2026-05-19T22:52:36.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3349 | 2026-05-19T22:52:36.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3350 | 2026-05-19T22:52:36.453Z | |
| 3351 | 2026-05-19T22:52:36.453Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/276) |
| 3352 | 2026-05-19T22:52:36.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3353 | 2026-05-19T22:52:36.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3354 | 2026-05-19T22:52:36.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3355 | 2026-05-19T22:52:36.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3356 | 2026-05-19T22:52:37.070Z | |
| 3357 | 2026-05-19T22:52:37.070Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/276) |
| 3358 | 2026-05-19T22:52:37.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3359 | 2026-05-19T22:52:37.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3360 | 2026-05-19T22:52:37.592Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3361 | 2026-05-19T22:52:37.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3362 | 2026-05-19T22:52:37.689Z | |
| 3363 | 2026-05-19T22:52:37.689Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/276) |
| 3364 | 2026-05-19T22:52:38.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3365 | 2026-05-19T22:52:38.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3366 | 2026-05-19T22:52:38.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3367 | 2026-05-19T22:52:38.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3368 | 2026-05-19T22:52:38.303Z | |
| 3369 | 2026-05-19T22:52:38.303Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/276) |
| 3370 | 2026-05-19T22:52:38.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3371 | 2026-05-19T22:52:38.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3372 | 2026-05-19T22:52:38.824Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3373 | 2026-05-19T22:52:38.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3374 | 2026-05-19T22:52:38.921Z | |
| 3375 | 2026-05-19T22:52:38.921Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/276) |
| 3376 | 2026-05-19T22:52:39.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3377 | 2026-05-19T22:52:39.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3378 | 2026-05-19T22:52:39.439Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3379 | 2026-05-19T22:52:39.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3380 | 2026-05-19T22:52:39.535Z | |
| 3381 | 2026-05-19T22:52:39.535Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/276) |
| 3382 | 2026-05-19T22:52:40.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3383 | 2026-05-19T22:52:40.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3384 | 2026-05-19T22:52:40.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3385 | 2026-05-19T22:52:40.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3386 | 2026-05-19T22:52:40.152Z | |
| 3387 | 2026-05-19T22:52:40.152Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/276) |
| 3388 | 2026-05-19T22:52:40.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3389 | 2026-05-19T22:52:40.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3390 | 2026-05-19T22:52:40.678Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3391 | 2026-05-19T22:52:40.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3392 | 2026-05-19T22:52:40.771Z | |
| 3393 | 2026-05-19T22:52:40.771Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/276) |
| 3394 | 2026-05-19T22:52:41.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3395 | 2026-05-19T22:52:41.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3396 | 2026-05-19T22:52:41.290Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3397 | 2026-05-19T22:52:41.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3398 | 2026-05-19T22:52:41.385Z | |
| 3399 | 2026-05-19T22:52:41.385Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/276) |
| 3400 | 2026-05-19T22:52:41.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3401 | 2026-05-19T22:52:41.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3402 | 2026-05-19T22:52:41.911Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3403 | 2026-05-19T22:52:41.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3404 | 2026-05-19T22:52:42.007Z | |
| 3405 | 2026-05-19T22:52:42.007Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/276) |
| 3406 | 2026-05-19T22:52:42.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3407 | 2026-05-19T22:52:42.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3408 | 2026-05-19T22:52:42.521Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3409 | 2026-05-19T22:52:42.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3410 | 2026-05-19T22:52:42.620Z | |
| 3411 | 2026-05-19T22:52:42.620Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/276) |
| 3412 | 2026-05-19T22:52:43.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3413 | 2026-05-19T22:52:43.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3414 | 2026-05-19T22:52:43.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3415 | 2026-05-19T22:52:43.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3416 | 2026-05-19T22:52:43.234Z | |
| 3417 | 2026-05-19T22:52:43.234Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/276) |
| 3418 | 2026-05-19T22:52:43.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3419 | 2026-05-19T22:52:43.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3420 | 2026-05-19T22:52:43.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3421 | 2026-05-19T22:52:43.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3422 | 2026-05-19T22:52:43.849Z | |
| 3423 | 2026-05-19T22:52:43.849Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/276) |
| 3424 | 2026-05-19T22:52:44.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3425 | 2026-05-19T22:52:44.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3426 | 2026-05-19T22:52:44.369Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3427 | 2026-05-19T22:52:44.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3428 | 2026-05-19T22:52:44.466Z | |
| 3429 | 2026-05-19T22:52:44.466Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/276) |
| 3430 | 2026-05-19T22:52:44.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3431 | 2026-05-19T22:52:44.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3432 | 2026-05-19T22:52:44.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3433 | 2026-05-19T22:52:44.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3434 | 2026-05-19T22:52:45.080Z | |
| 3435 | 2026-05-19T22:52:45.080Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/276) |
| 3436 | 2026-05-19T22:52:45.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3437 | 2026-05-19T22:52:45.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3438 | 2026-05-19T22:52:45.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3439 | 2026-05-19T22:52:45.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3440 | 2026-05-19T22:52:45.698Z | |
| 3441 | 2026-05-19T22:52:45.698Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/276) |
| 3442 | 2026-05-19T22:52:46.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3443 | 2026-05-19T22:52:46.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3444 | 2026-05-19T22:52:46.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3445 | 2026-05-19T22:52:46.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3446 | 2026-05-19T22:52:46.315Z | |
| 3447 | 2026-05-19T22:52:46.315Z | info: running `cargo check --bins` on oximeter-producer (155/276) |
| 3448 | 2026-05-19T22:52:46.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3449 | 2026-05-19T22:52:46.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3450 | 2026-05-19T22:52:46.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3451 | 2026-05-19T22:52:46.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3452 | 2026-05-19T22:52:46.974Z | |
| 3453 | 2026-05-19T22:52:46.974Z | info: running `cargo check --bins` on internal-dns-resolver (156/276) |
| 3454 | 2026-05-19T22:52:47.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3455 | 2026-05-19T22:52:47.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3456 | 2026-05-19T22:52:47.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3457 | 2026-05-19T22:52:47.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3458 | 2026-05-19T22:52:47.590Z | |
| 3459 | 2026-05-19T22:52:47.590Z | info: running `cargo check --bins` on dns-server (157/276) |
| 3460 | 2026-05-19T22:52:48.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3461 | 2026-05-19T22:52:48.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3462 | 2026-05-19T22:52:48.253Z | Compiling parking_lot_core v0.8.6 |
| 3463 | 2026-05-19T22:52:48.253Z | Compiling atomicwrites v0.4.4 |
| 3464 | 2026-05-19T22:52:48.255Z | Compiling git-stub v1.0.0 |
| 3465 | 2026-05-19T22:52:48.255Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3466 | 2026-05-19T22:52:48.370Z | Checking prefix-trie v0.7.0 |
| 3467 | 2026-05-19T22:52:48.489Z | Compiling git-stub-vcs v0.1.0 |
| 3468 | 2026-05-19T22:52:48.676Z | Checking hickory-server v0.25.2 |
| 3469 | 2026-05-19T22:52:48.767Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3470 | 2026-05-19T22:52:48.780Z | Checking parking_lot v0.11.2 |
| 3471 | 2026-05-19T22:52:48.863Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3472 | 2026-05-19T22:52:48.863Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3473 | 2026-05-19T22:52:48.950Z | Checking sled v0.34.7 |
| 3474 | 2026-05-19T22:52:50.269Z | error[E0271]: expected `Answers` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3475 | 2026-05-19T22:52:50.269Z | --> dns-server/src/dns_server.rs:487:12 |
| 3476 | 2026-05-19T22:52:50.269Z | | |
| 3477 | 2026-05-19T22:52:50.269Z | 487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>, |
| 3478 | 2026-05-19T22:52:50.269Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3479 | 2026-05-19T22:52:50.269Z | | |
| 3480 | 2026-05-19T22:52:50.269Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3481 | 2026-05-19T22:52:50.269Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3482 | 2026-05-19T22:52:50.269Z | | |
| 3483 | 2026-05-19T22:52:50.269Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3484 | 2026-05-19T22:52:50.269Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3485 | 2026-05-19T22:52:50.269Z | | |
| 3486 | 2026-05-19T22:52:50.269Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3487 | 2026-05-19T22:52:50.269Z | | |
| 3488 | 2026-05-19T22:52:50.269Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3489 | 2026-05-19T22:52:50.269Z | | ---------------------------------------- this is the found type |
| 3490 | 2026-05-19T22:52:50.269Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3491 | 2026-05-19T22:52:50.269Z | note: required by a bound in `MessageResponse` |
| 3492 | 2026-05-19T22:52:50.269Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23 |
| 3493 | 2026-05-19T22:52:50.270Z | | |
| 3494 | 2026-05-19T22:52:50.270Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3495 | 2026-05-19T22:52:50.270Z | | --------------- required by a bound in this struct |
| 3496 | 2026-05-19T22:52:50.270Z | 22 | where |
| 3497 | 2026-05-19T22:52:50.270Z | 23 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3498 | 2026-05-19T22:52:50.270Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3499 | 2026-05-19T22:52:50.270Z | |
| 3500 | 2026-05-19T22:52:50.270Z | error[E0271]: expected `NameServers` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3501 | 2026-05-19T22:52:50.270Z | --> dns-server/src/dns_server.rs:487:12 |
| 3502 | 2026-05-19T22:52:50.270Z | | |
| 3503 | 2026-05-19T22:52:50.270Z | 487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>, |
| 3504 | 2026-05-19T22:52:50.270Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3505 | 2026-05-19T22:52:50.270Z | | |
| 3506 | 2026-05-19T22:52:50.270Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3507 | 2026-05-19T22:52:50.270Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3508 | 2026-05-19T22:52:50.270Z | | |
| 3509 | 2026-05-19T22:52:50.270Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3510 | 2026-05-19T22:52:50.270Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3511 | 2026-05-19T22:52:50.270Z | | |
| 3512 | 2026-05-19T22:52:50.270Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3513 | 2026-05-19T22:52:50.270Z | | |
| 3514 | 2026-05-19T22:52:50.270Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3515 | 2026-05-19T22:52:50.270Z | | ---------------------------------------- this is the found type |
| 3516 | 2026-05-19T22:52:50.270Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3517 | 2026-05-19T22:52:50.270Z | note: required by a bound in `MessageResponse` |
| 3518 | 2026-05-19T22:52:50.270Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:24:27 |
| 3519 | 2026-05-19T22:52:50.270Z | | |
| 3520 | 2026-05-19T22:52:50.270Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3521 | 2026-05-19T22:52:50.270Z | | --------------- required by a bound in this struct |
| 3522 | 2026-05-19T22:52:50.270Z | ... |
| 3523 | 2026-05-19T22:52:50.270Z | 24 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3524 | 2026-05-19T22:52:50.270Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3525 | 2026-05-19T22:52:50.270Z | |
| 3526 | 2026-05-19T22:52:50.270Z | error[E0271]: expected `Soa` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3527 | 2026-05-19T22:52:50.270Z | --> dns-server/src/dns_server.rs:487:12 |
| 3528 | 2026-05-19T22:52:50.270Z | | |
| 3529 | 2026-05-19T22:52:50.271Z | 487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>, |
| 3530 | 2026-05-19T22:52:50.271Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3531 | 2026-05-19T22:52:50.271Z | | |
| 3532 | 2026-05-19T22:52:50.271Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3533 | 2026-05-19T22:52:50.271Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3534 | 2026-05-19T22:52:50.271Z | | |
| 3535 | 2026-05-19T22:52:50.271Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3536 | 2026-05-19T22:52:50.271Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3537 | 2026-05-19T22:52:50.271Z | | |
| 3538 | 2026-05-19T22:52:50.271Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3539 | 2026-05-19T22:52:50.271Z | | |
| 3540 | 2026-05-19T22:52:50.271Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3541 | 2026-05-19T22:52:50.271Z | | ---------------------------------------- this is the found type |
| 3542 | 2026-05-19T22:52:50.271Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3543 | 2026-05-19T22:52:50.271Z | note: required by a bound in `MessageResponse` |
| 3544 | 2026-05-19T22:52:50.271Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:25:19 |
| 3545 | 2026-05-19T22:52:50.271Z | | |
| 3546 | 2026-05-19T22:52:50.271Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3547 | 2026-05-19T22:52:50.271Z | | --------------- required by a bound in this struct |
| 3548 | 2026-05-19T22:52:50.271Z | ... |
| 3549 | 2026-05-19T22:52:50.271Z | 25 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 3550 | 2026-05-19T22:52:50.271Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3551 | 2026-05-19T22:52:50.271Z | |
| 3552 | 2026-05-19T22:52:50.275Z | error[E0271]: expected `Additionals` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3553 | 2026-05-19T22:52:50.275Z | --> dns-server/src/dns_server.rs:487:12 |
| 3554 | 2026-05-19T22:52:50.275Z | | |
| 3555 | 2026-05-19T22:52:50.275Z | 487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>, |
| 3556 | 2026-05-19T22:52:50.275Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3557 | 2026-05-19T22:52:50.275Z | | |
| 3558 | 2026-05-19T22:52:50.275Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3559 | 2026-05-19T22:52:50.275Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3560 | 2026-05-19T22:52:50.275Z | | |
| 3561 | 2026-05-19T22:52:50.275Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3562 | 2026-05-19T22:52:50.275Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3563 | 2026-05-19T22:52:50.275Z | | |
| 3564 | 2026-05-19T22:52:50.275Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3565 | 2026-05-19T22:52:50.275Z | | |
| 3566 | 2026-05-19T22:52:50.275Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3567 | 2026-05-19T22:52:50.275Z | | ---------------------------------------- this is the found type |
| 3568 | 2026-05-19T22:52:50.275Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3569 | 2026-05-19T22:52:50.275Z | note: required by a bound in `MessageResponse` |
| 3570 | 2026-05-19T22:52:50.275Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27 |
| 3571 | 2026-05-19T22:52:50.275Z | | |
| 3572 | 2026-05-19T22:52:50.275Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3573 | 2026-05-19T22:52:50.275Z | | --------------- required by a bound in this struct |
| 3574 | 2026-05-19T22:52:50.275Z | ... |
| 3575 | 2026-05-19T22:52:50.275Z | 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 3576 | 2026-05-19T22:52:50.275Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3577 | 2026-05-19T22:52:50.275Z | |
| 3578 | 2026-05-19T22:52:50.405Z | error[E0599]: no function or associated item named `read` found for struct `MessageRequest` in the current scope |
| 3579 | 2026-05-19T22:52:50.405Z | --> dns-server/src/dns_server.rs:161:36 |
| 3580 | 2026-05-19T22:52:50.405Z | | |
| 3581 | 2026-05-19T22:52:50.405Z | 161 | let mr = match MessageRequest::read(&mut dec) { |
| 3582 | 2026-05-19T22:52:50.405Z | | ^^^^ function or associated item not found in `MessageRequest` |
| 3583 | 2026-05-19T22:52:50.405Z | | |
| 3584 | 2026-05-19T22:52:50.405Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3585 | 2026-05-19T22:52:50.405Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/serialize/binary/mod.rs:44:1 |
| 3586 | 2026-05-19T22:52:50.405Z | | |
| 3587 | 2026-05-19T22:52:50.405Z | 44 | pub trait BinDecodable<'r>: Sized { |
| 3588 | 2026-05-19T22:52:50.405Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait |
| 3589 | 2026-05-19T22:52:50.405Z | | |
| 3590 | 2026-05-19T22:52:50.405Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/serialize/binary/mod.rs:45:1 |
| 3591 | 2026-05-19T22:52:50.405Z | | |
| 3592 | 2026-05-19T22:52:50.405Z | 45 | pub trait BinDecodable<'r>: Sized { |
| 3593 | 2026-05-19T22:52:50.405Z | | --------------------------------- this is the trait that was imported |
| 3594 | 2026-05-19T22:52:50.405Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3595 | 2026-05-19T22:52:50.406Z | |
| 3596 | 2026-05-19T22:52:50.415Z | error[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope |
| 3597 | 2026-05-19T22:52:50.415Z | --> dns-server/src/dns_server.rs:173:34 |
| 3598 | 2026-05-19T22:52:50.415Z | | |
| 3599 | 2026-05-19T22:52:50.415Z | 173 | let header = Header::response_from_request(mr.header()); |
| 3600 | 2026-05-19T22:52:50.415Z | | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header` |
| 3601 | 2026-05-19T22:52:50.415Z | | |
| 3602 | 2026-05-19T22:52:50.415Z | note: the function `response_from_request` is implemented on `hickory_proto::op::Metadata` |
| 3603 | 2026-05-19T22:52:50.415Z | --> dns-server/src/dns_server.rs:173:26 |
| 3604 | 2026-05-19T22:52:50.415Z | | |
| 3605 | 2026-05-19T22:52:50.416Z | 173 | let header = Header::response_from_request(mr.header()); |
| 3606 | 2026-05-19T22:52:50.416Z | | ^^^^^^ |
| 3607 | 2026-05-19T22:52:50.416Z | |
| 3608 | 2026-05-19T22:52:50.433Z | error[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope |
| 3609 | 2026-05-19T22:52:50.433Z | --> dns-server/src/dns_server.rs:273:30 |
| 3610 | 2026-05-19T22:52:50.434Z | | |
| 3611 | 2026-05-19T22:52:50.434Z | 273 | let mut header = Header::response_from_request(mr.header()); |
| 3612 | 2026-05-19T22:52:50.434Z | | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header` |
| 3613 | 2026-05-19T22:52:50.434Z | | |
| 3614 | 2026-05-19T22:52:50.434Z | note: the function `response_from_request` is implemented on `hickory_proto::op::Metadata` |
| 3615 | 2026-05-19T22:52:50.434Z | --> dns-server/src/dns_server.rs:273:22 |
| 3616 | 2026-05-19T22:52:50.434Z | | |
| 3617 | 2026-05-19T22:52:50.434Z | 273 | let mut header = Header::response_from_request(mr.header()); |
| 3618 | 2026-05-19T22:52:50.434Z | | ^^^^^^ |
| 3619 | 2026-05-19T22:52:50.434Z | |
| 3620 | 2026-05-19T22:52:50.448Z | error[E0308]: mismatched types |
| 3621 | 2026-05-19T22:52:50.448Z | --> dns-server/src/dns_server.rs:299:30 |
| 3622 | 2026-05-19T22:52:50.448Z | | |
| 3623 | 2026-05-19T22:52:50.448Z | 299 | let answer = store.query(query)?; |
| 3624 | 2026-05-19T22:52:50.448Z | | ----- ^^^^^ expected `hickory_proto::op::LowerQuery`, found `LowerQuery` |
| 3625 | 2026-05-19T22:52:50.448Z | | | |
| 3626 | 2026-05-19T22:52:50.448Z | | arguments to this method are incorrect |
| 3627 | 2026-05-19T22:52:50.448Z | | |
| 3628 | 2026-05-19T22:52:50.448Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3629 | 2026-05-19T22:52:50.448Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/lower_query.rs:22:1 |
| 3630 | 2026-05-19T22:52:50.448Z | | |
| 3631 | 2026-05-19T22:52:50.448Z | 22 | pub struct LowerQuery { |
| 3632 | 2026-05-19T22:52:50.448Z | | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3633 | 2026-05-19T22:52:50.448Z | | |
| 3634 | 2026-05-19T22:52:50.448Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/lower_query.rs:18:1 |
| 3635 | 2026-05-19T22:52:50.448Z | | |
| 3636 | 2026-05-19T22:52:50.448Z | 18 | pub struct LowerQuery { |
| 3637 | 2026-05-19T22:52:50.448Z | | --------------------- this is the found type |
| 3638 | 2026-05-19T22:52:50.448Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3639 | 2026-05-19T22:52:50.448Z | note: method defined here |
| 3640 | 2026-05-19T22:52:50.448Z | --> dns-server/src/storage.rs:762:19 |
| 3641 | 2026-05-19T22:52:50.448Z | | |
| 3642 | 2026-05-19T22:52:50.448Z | 762 | pub(crate) fn query( |
| 3643 | 2026-05-19T22:52:50.448Z | | ^^^^^ |
| 3644 | 2026-05-19T22:52:50.448Z | 763 | &self, |
| 3645 | 2026-05-19T22:52:50.449Z | 764 | query: &LowerQuery, |
| 3646 | 2026-05-19T22:52:50.449Z | | ------------------ |
| 3647 | 2026-05-19T22:52:50.449Z | |
| 3648 | 2026-05-19T22:52:50.452Z | error[E0308]: mismatched types |
| 3649 | 2026-05-19T22:52:50.452Z | --> dns-server/src/dns_server.rs:311:55 |
| 3650 | 2026-05-19T22:52:50.452Z | | |
| 3651 | 2026-05-19T22:52:50.452Z | 311 | if answer.name.is_none() && query.query_type() == RecordType::SOA { |
| 3652 | 2026-05-19T22:52:50.452Z | | ------------------ ^^^^^^^^^^^^^^^ expected `RecordType`, found `hickory_proto::rr::RecordType` |
| 3653 | 2026-05-19T22:52:50.452Z | | | |
| 3654 | 2026-05-19T22:52:50.452Z | | expected because this is `hickory_resolver::hickory_proto::rr::RecordType` |
| 3655 | 2026-05-19T22:52:50.452Z | | |
| 3656 | 2026-05-19T22:52:50.452Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3657 | 2026-05-19T22:52:50.452Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/record_type.rs:33:1 |
| 3658 | 2026-05-19T22:52:50.452Z | | |
| 3659 | 2026-05-19T22:52:50.452Z | 33 | pub enum RecordType { |
| 3660 | 2026-05-19T22:52:50.452Z | | ^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3661 | 2026-05-19T22:52:50.452Z | | |
| 3662 | 2026-05-19T22:52:50.452Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record_type.rs:33:1 |
| 3663 | 2026-05-19T22:52:50.452Z | | |
| 3664 | 2026-05-19T22:52:50.452Z | 33 | pub enum RecordType { |
| 3665 | 2026-05-19T22:52:50.452Z | | ------------------- this is the found type |
| 3666 | 2026-05-19T22:52:50.452Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3667 | 2026-05-19T22:52:50.452Z | |
| 3668 | 2026-05-19T22:52:50.466Z | error[E0599]: no method named `data` found for reference `&hickory_proto::rr::Record` in the current scope |
| 3669 | 2026-05-19T22:52:50.466Z | --> dns-server/src/dns_server.rs:327:60 |
| 3670 | 2026-05-19T22:52:50.466Z | | |
| 3671 | 2026-05-19T22:52:50.466Z | 327 | .filter(|record| match (query.query_type(), record.data()) { |
| 3672 | 2026-05-19T22:52:50.466Z | | ^^^^-- help: remove the arguments |
| 3673 | 2026-05-19T22:52:50.466Z | | | |
| 3674 | 2026-05-19T22:52:50.466Z | | field, not a method |
| 3675 | 2026-05-19T22:52:50.466Z | |
| 3676 | 2026-05-19T22:52:50.478Z | error[E0599]: no method named `data` found for struct `hickory_proto::rr::Record<R>` in the current scope |
| 3677 | 2026-05-19T22:52:50.478Z | --> dns-server/src/dns_server.rs:348:51 |
| 3678 | 2026-05-19T22:52:50.478Z | | |
| 3679 | 2026-05-19T22:52:50.478Z | 348 | let additionals_target = match record.data() { |
| 3680 | 2026-05-19T22:52:50.478Z | | ^^^^-- help: remove the arguments |
| 3681 | 2026-05-19T22:52:50.479Z | | | |
| 3682 | 2026-05-19T22:52:50.479Z | | field, not a method |
| 3683 | 2026-05-19T22:52:50.479Z | |
| 3684 | 2026-05-19T22:52:50.492Z | error[E0599]: no method named `target` found for struct `hickory_proto::rr::rdata::SRV` in the current scope |
| 3685 | 2026-05-19T22:52:50.492Z | --> dns-server/src/dns_server.rs:349:45 |
| 3686 | 2026-05-19T22:52:50.492Z | | |
| 3687 | 2026-05-19T22:52:50.492Z | 349 | RData::SRV(srv) => Some(srv.target()), |
| 3688 | 2026-05-19T22:52:50.492Z | | ^^^^^^-- help: remove the arguments |
| 3689 | 2026-05-19T22:52:50.492Z | | | |
| 3690 | 2026-05-19T22:52:50.492Z | | field, not a method |
| 3691 | 2026-05-19T22:52:50.492Z | |
| 3692 | 2026-05-19T22:52:50.496Z | error[E0271]: type mismatch resolving `<Vec<&Record> as IntoIterator>::Item == &Record` |
| 3693 | 2026-05-19T22:52:50.496Z | --> dns-server/src/dns_server.rs:416:9 |
| 3694 | 2026-05-19T22:52:50.496Z | | |
| 3695 | 2026-05-19T22:52:50.497Z | 414 | let mresp = rb.build( |
| 3696 | 2026-05-19T22:52:50.497Z | | ----- required by a bound introduced by this call |
| 3697 | 2026-05-19T22:52:50.497Z | 415 | header, |
| 3698 | 2026-05-19T22:52:50.497Z | 416 | response_records.iter().collect::<Vec<&Record>>(), |
| 3699 | 2026-05-19T22:52:50.497Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3700 | 2026-05-19T22:52:50.497Z | | |
| 3701 | 2026-05-19T22:52:50.497Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3702 | 2026-05-19T22:52:50.497Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3703 | 2026-05-19T22:52:50.497Z | | |
| 3704 | 2026-05-19T22:52:50.497Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3705 | 2026-05-19T22:52:50.497Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3706 | 2026-05-19T22:52:50.497Z | | |
| 3707 | 2026-05-19T22:52:50.497Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3708 | 2026-05-19T22:52:50.497Z | | |
| 3709 | 2026-05-19T22:52:50.497Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3710 | 2026-05-19T22:52:50.497Z | | ---------------------------------------- this is the found type |
| 3711 | 2026-05-19T22:52:50.497Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3712 | 2026-05-19T22:52:50.497Z | note: the method call chain might not have had the expected associated types |
| 3713 | 2026-05-19T22:52:50.497Z | --> dns-server/src/dns_server.rs:416:26 |
| 3714 | 2026-05-19T22:52:50.497Z | | |
| 3715 | 2026-05-19T22:52:50.497Z | 411 | response_records: &[Record], |
| 3716 | 2026-05-19T22:52:50.497Z | | ---------------- this expression has type `&[Record]` |
| 3717 | 2026-05-19T22:52:50.497Z | ... |
| 3718 | 2026-05-19T22:52:50.497Z | 416 | response_records.iter().collect::<Vec<&Record>>(), |
| 3719 | 2026-05-19T22:52:50.497Z | | ^^^^^^ ------------------------- `IntoIterator::Item` remains `&Record` here |
| 3720 | 2026-05-19T22:52:50.497Z | | | |
| 3721 | 2026-05-19T22:52:50.497Z | | `IntoIterator::Item` is `&Record` here |
| 3722 | 2026-05-19T22:52:50.497Z | note: required by a bound in `MessageResponseBuilder::<'q>::build` |
| 3723 | 2026-05-19T22:52:50.497Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:138:25 |
| 3724 | 2026-05-19T22:52:50.497Z | | |
| 3725 | 2026-05-19T22:52:50.497Z | 129 | pub fn build<'a, A, N, S, D>( |
| 3726 | 2026-05-19T22:52:50.497Z | | ----- required by a bound in this associated function |
| 3727 | 2026-05-19T22:52:50.497Z | ... |
| 3728 | 2026-05-19T22:52:50.497Z | 138 | A: IntoIterator<Item = &'a Record> + Send + 'a, |
| 3729 | 2026-05-19T22:52:50.497Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build` |
| 3730 | 2026-05-19T22:52:50.497Z | |
| 3731 | 2026-05-19T22:52:50.503Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3732 | 2026-05-19T22:52:50.503Z | --> dns-server/src/dns_server.rs:414:20 |
| 3733 | 2026-05-19T22:52:50.503Z | | |
| 3734 | 2026-05-19T22:52:50.503Z | 414 | let mresp = rb.build( |
| 3735 | 2026-05-19T22:52:50.503Z | | ^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3736 | 2026-05-19T22:52:50.503Z | | |
| 3737 | 2026-05-19T22:52:50.503Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3738 | 2026-05-19T22:52:50.503Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3739 | 2026-05-19T22:52:50.503Z | | |
| 3740 | 2026-05-19T22:52:50.503Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3741 | 2026-05-19T22:52:50.503Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3742 | 2026-05-19T22:52:50.503Z | | |
| 3743 | 2026-05-19T22:52:50.503Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3744 | 2026-05-19T22:52:50.503Z | | |
| 3745 | 2026-05-19T22:52:50.503Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3746 | 2026-05-19T22:52:50.503Z | | ---------------------------------------- this is the found type |
| 3747 | 2026-05-19T22:52:50.503Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3748 | 2026-05-19T22:52:50.503Z | note: required by a bound in `MessageResponse` |
| 3749 | 2026-05-19T22:52:50.503Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23 |
| 3750 | 2026-05-19T22:52:50.503Z | | |
| 3751 | 2026-05-19T22:52:50.503Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3752 | 2026-05-19T22:52:50.503Z | | --------------- required by a bound in this struct |
| 3753 | 2026-05-19T22:52:50.503Z | 22 | where |
| 3754 | 2026-05-19T22:52:50.503Z | 23 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3755 | 2026-05-19T22:52:50.503Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3756 | 2026-05-19T22:52:50.503Z | |
| 3757 | 2026-05-19T22:52:50.503Z | error[E0271]: type mismatch resolving `<&[Record] as IntoIterator>::Item == &Record` |
| 3758 | 2026-05-19T22:52:50.503Z | --> dns-server/src/dns_server.rs:419:9 |
| 3759 | 2026-05-19T22:52:50.503Z | | |
| 3760 | 2026-05-19T22:52:50.504Z | 414 | let mresp = rb.build( |
| 3761 | 2026-05-19T22:52:50.504Z | | ----- required by a bound introduced by this call |
| 3762 | 2026-05-19T22:52:50.504Z | ... |
| 3763 | 2026-05-19T22:52:50.504Z | 419 | additional_records, |
| 3764 | 2026-05-19T22:52:50.504Z | | ^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3765 | 2026-05-19T22:52:50.504Z | | |
| 3766 | 2026-05-19T22:52:50.504Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3767 | 2026-05-19T22:52:50.504Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3768 | 2026-05-19T22:52:50.504Z | | |
| 3769 | 2026-05-19T22:52:50.504Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3770 | 2026-05-19T22:52:50.504Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3771 | 2026-05-19T22:52:50.504Z | | |
| 3772 | 2026-05-19T22:52:50.504Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3773 | 2026-05-19T22:52:50.504Z | | |
| 3774 | 2026-05-19T22:52:50.504Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3775 | 2026-05-19T22:52:50.504Z | | ---------------------------------------- this is the found type |
| 3776 | 2026-05-19T22:52:50.504Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3777 | 2026-05-19T22:52:50.504Z | note: required by a bound in `MessageResponseBuilder::<'q>::build` |
| 3778 | 2026-05-19T22:52:50.504Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:144:25 |
| 3779 | 2026-05-19T22:52:50.504Z | | |
| 3780 | 2026-05-19T22:52:50.504Z | 129 | pub fn build<'a, A, N, S, D>( |
| 3781 | 2026-05-19T22:52:50.504Z | | ----- required by a bound in this associated function |
| 3782 | 2026-05-19T22:52:50.504Z | ... |
| 3783 | 2026-05-19T22:52:50.504Z | 144 | D: IntoIterator<Item = &'a Record> + Send + 'a, |
| 3784 | 2026-05-19T22:52:50.504Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build` |
| 3785 | 2026-05-19T22:52:50.504Z | |
| 3786 | 2026-05-19T22:52:50.504Z | error[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3787 | 2026-05-19T22:52:50.504Z | --> dns-server/src/dns_server.rs:414:20 |
| 3788 | 2026-05-19T22:52:50.504Z | | |
| 3789 | 2026-05-19T22:52:50.504Z | 414 | let mresp = rb.build( |
| 3790 | 2026-05-19T22:52:50.504Z | | ^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3791 | 2026-05-19T22:52:50.504Z | | |
| 3792 | 2026-05-19T22:52:50.504Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3793 | 2026-05-19T22:52:50.504Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3794 | 2026-05-19T22:52:50.504Z | | |
| 3795 | 2026-05-19T22:52:50.504Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3796 | 2026-05-19T22:52:50.504Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3797 | 2026-05-19T22:52:50.504Z | | |
| 3798 | 2026-05-19T22:52:50.504Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3799 | 2026-05-19T22:52:50.505Z | | |
| 3800 | 2026-05-19T22:52:50.505Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3801 | 2026-05-19T22:52:50.505Z | | ---------------------------------------- this is the found type |
| 3802 | 2026-05-19T22:52:50.505Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3803 | 2026-05-19T22:52:50.505Z | note: required by a bound in `MessageResponse` |
| 3804 | 2026-05-19T22:52:50.505Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27 |
| 3805 | 2026-05-19T22:52:50.505Z | | |
| 3806 | 2026-05-19T22:52:50.505Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3807 | 2026-05-19T22:52:50.505Z | | --------------- required by a bound in this struct |
| 3808 | 2026-05-19T22:52:50.505Z | ... |
| 3809 | 2026-05-19T22:52:50.505Z | 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 3810 | 2026-05-19T22:52:50.505Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3811 | 2026-05-19T22:52:50.505Z | |
| 3812 | 2026-05-19T22:52:50.509Z | error[E0308]: mismatched types |
| 3813 | 2026-05-19T22:52:50.509Z | --> dns-server/src/dns_server.rs:415:9 |
| 3814 | 2026-05-19T22:52:50.509Z | | |
| 3815 | 2026-05-19T22:52:50.509Z | 414 | let mresp = rb.build( |
| 3816 | 2026-05-19T22:52:50.509Z | | ----- arguments to this method are incorrect |
| 3817 | 2026-05-19T22:52:50.509Z | 415 | header, |
| 3818 | 2026-05-19T22:52:50.509Z | | ^^^^^^ expected `Header`, found `hickory_proto::op::Header` |
| 3819 | 2026-05-19T22:52:50.509Z | | |
| 3820 | 2026-05-19T22:52:50.509Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3821 | 2026-05-19T22:52:50.509Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1 |
| 3822 | 2026-05-19T22:52:50.509Z | | |
| 3823 | 2026-05-19T22:52:50.509Z | 57 | pub struct Header { |
| 3824 | 2026-05-19T22:52:50.509Z | | ^^^^^^^^^^^^^^^^^ this is the expected type |
| 3825 | 2026-05-19T22:52:50.509Z | | |
| 3826 | 2026-05-19T22:52:50.509Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1 |
| 3827 | 2026-05-19T22:52:50.509Z | | |
| 3828 | 2026-05-19T22:52:50.509Z | 57 | pub struct Header { |
| 3829 | 2026-05-19T22:52:50.509Z | | ----------------- this is the found type |
| 3830 | 2026-05-19T22:52:50.509Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3831 | 2026-05-19T22:52:50.509Z | note: method defined here |
| 3832 | 2026-05-19T22:52:50.509Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:129:12 |
| 3833 | 2026-05-19T22:52:50.509Z | | |
| 3834 | 2026-05-19T22:52:50.509Z | 129 | pub fn build<'a, A, N, S, D>( |
| 3835 | 2026-05-19T22:52:50.509Z | | ^^^^^ |
| 3836 | 2026-05-19T22:52:50.509Z | |
| 3837 | 2026-05-19T22:52:50.509Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3838 | 2026-05-19T22:52:50.509Z | --> dns-server/src/dns_server.rs:422:31 |
| 3839 | 2026-05-19T22:52:50.509Z | | |
| 3840 | 2026-05-19T22:52:50.509Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 3841 | 2026-05-19T22:52:50.509Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3842 | 2026-05-19T22:52:50.509Z | | | |
| 3843 | 2026-05-19T22:52:50.510Z | | required by a bound introduced by this call |
| 3844 | 2026-05-19T22:52:50.510Z | | |
| 3845 | 2026-05-19T22:52:50.510Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3846 | 2026-05-19T22:52:50.510Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3847 | 2026-05-19T22:52:50.510Z | | |
| 3848 | 2026-05-19T22:52:50.510Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3849 | 2026-05-19T22:52:50.510Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3850 | 2026-05-19T22:52:50.510Z | | |
| 3851 | 2026-05-19T22:52:50.510Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3852 | 2026-05-19T22:52:50.510Z | | |
| 3853 | 2026-05-19T22:52:50.510Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3854 | 2026-05-19T22:52:50.510Z | | ---------------------------------------- this is the found type |
| 3855 | 2026-05-19T22:52:50.510Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3856 | 2026-05-19T22:52:50.510Z | note: required by a bound in `encode_and_send` |
| 3857 | 2026-05-19T22:52:50.510Z | --> dns-server/src/dns_server.rs:492:27 |
| 3858 | 2026-05-19T22:52:50.510Z | | |
| 3859 | 2026-05-19T22:52:50.510Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3860 | 2026-05-19T22:52:50.510Z | | --------------- required by a bound in this function |
| 3861 | 2026-05-19T22:52:50.510Z | ... |
| 3862 | 2026-05-19T22:52:50.510Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3863 | 2026-05-19T22:52:50.510Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3864 | 2026-05-19T22:52:50.510Z | |
| 3865 | 2026-05-19T22:52:50.510Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3866 | 2026-05-19T22:52:50.510Z | --> dns-server/src/dns_server.rs:422:31 |
| 3867 | 2026-05-19T22:52:50.510Z | | |
| 3868 | 2026-05-19T22:52:50.510Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 3869 | 2026-05-19T22:52:50.510Z | | ^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3870 | 2026-05-19T22:52:50.510Z | | |
| 3871 | 2026-05-19T22:52:50.510Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3872 | 2026-05-19T22:52:50.510Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3873 | 2026-05-19T22:52:50.510Z | | |
| 3874 | 2026-05-19T22:52:50.510Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3875 | 2026-05-19T22:52:50.510Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3876 | 2026-05-19T22:52:50.510Z | | |
| 3877 | 2026-05-19T22:52:50.510Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3878 | 2026-05-19T22:52:50.510Z | | |
| 3879 | 2026-05-19T22:52:50.510Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3880 | 2026-05-19T22:52:50.510Z | | ---------------------------------------- this is the found type |
| 3881 | 2026-05-19T22:52:50.510Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3882 | 2026-05-19T22:52:50.510Z | note: required by a bound in `MessageResponse` |
| 3883 | 2026-05-19T22:52:50.511Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23 |
| 3884 | 2026-05-19T22:52:50.511Z | | |
| 3885 | 2026-05-19T22:52:50.511Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3886 | 2026-05-19T22:52:50.511Z | | --------------- required by a bound in this struct |
| 3887 | 2026-05-19T22:52:50.511Z | 22 | where |
| 3888 | 2026-05-19T22:52:50.511Z | 23 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3889 | 2026-05-19T22:52:50.511Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3890 | 2026-05-19T22:52:50.511Z | |
| 3891 | 2026-05-19T22:52:50.511Z | error[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3892 | 2026-05-19T22:52:50.511Z | --> dns-server/src/dns_server.rs:422:31 |
| 3893 | 2026-05-19T22:52:50.511Z | | |
| 3894 | 2026-05-19T22:52:50.511Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 3895 | 2026-05-19T22:52:50.511Z | | ^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3896 | 2026-05-19T22:52:50.511Z | | |
| 3897 | 2026-05-19T22:52:50.511Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3898 | 2026-05-19T22:52:50.511Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3899 | 2026-05-19T22:52:50.511Z | | |
| 3900 | 2026-05-19T22:52:50.511Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3901 | 2026-05-19T22:52:50.511Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3902 | 2026-05-19T22:52:50.511Z | | |
| 3903 | 2026-05-19T22:52:50.511Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3904 | 2026-05-19T22:52:50.511Z | | |
| 3905 | 2026-05-19T22:52:50.511Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3906 | 2026-05-19T22:52:50.511Z | | ---------------------------------------- this is the found type |
| 3907 | 2026-05-19T22:52:50.511Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3908 | 2026-05-19T22:52:50.511Z | note: required by a bound in `MessageResponse` |
| 3909 | 2026-05-19T22:52:50.511Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27 |
| 3910 | 2026-05-19T22:52:50.511Z | | |
| 3911 | 2026-05-19T22:52:50.511Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3912 | 2026-05-19T22:52:50.518Z | | --------------- required by a bound in this struct |
| 3913 | 2026-05-19T22:52:50.518Z | ... |
| 3914 | 2026-05-19T22:52:50.518Z | 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 3915 | 2026-05-19T22:52:50.518Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3916 | 2026-05-19T22:52:50.518Z | |
| 3917 | 2026-05-19T22:52:50.518Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3918 | 2026-05-19T22:52:50.518Z | --> dns-server/src/dns_server.rs:422:5 |
| 3919 | 2026-05-19T22:52:50.518Z | | |
| 3920 | 2026-05-19T22:52:50.518Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 3921 | 2026-05-19T22:52:50.518Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3922 | 2026-05-19T22:52:50.518Z | | |
| 3923 | 2026-05-19T22:52:50.518Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3924 | 2026-05-19T22:52:50.518Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3925 | 2026-05-19T22:52:50.518Z | | |
| 3926 | 2026-05-19T22:52:50.518Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3927 | 2026-05-19T22:52:50.518Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3928 | 2026-05-19T22:52:50.518Z | | |
| 3929 | 2026-05-19T22:52:50.518Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3930 | 2026-05-19T22:52:50.518Z | | |
| 3931 | 2026-05-19T22:52:50.518Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3932 | 2026-05-19T22:52:50.518Z | | ---------------------------------------- this is the found type |
| 3933 | 2026-05-19T22:52:50.518Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3934 | 2026-05-19T22:52:50.518Z | note: required by a bound in `encode_and_send` |
| 3935 | 2026-05-19T22:52:50.518Z | --> dns-server/src/dns_server.rs:492:27 |
| 3936 | 2026-05-19T22:52:50.518Z | | |
| 3937 | 2026-05-19T22:52:50.518Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3938 | 2026-05-19T22:52:50.518Z | | --------------- required by a bound in this function |
| 3939 | 2026-05-19T22:52:50.518Z | ... |
| 3940 | 2026-05-19T22:52:50.518Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3941 | 2026-05-19T22:52:50.518Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3942 | 2026-05-19T22:52:50.518Z | |
| 3943 | 2026-05-19T22:52:50.518Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3944 | 2026-05-19T22:52:50.518Z | --> dns-server/src/dns_server.rs:422:49 |
| 3945 | 2026-05-19T22:52:50.518Z | | |
| 3946 | 2026-05-19T22:52:50.518Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 3947 | 2026-05-19T22:52:50.519Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3948 | 2026-05-19T22:52:50.519Z | | |
| 3949 | 2026-05-19T22:52:50.519Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3950 | 2026-05-19T22:52:50.519Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3951 | 2026-05-19T22:52:50.519Z | | |
| 3952 | 2026-05-19T22:52:50.519Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3953 | 2026-05-19T22:52:50.519Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3954 | 2026-05-19T22:52:50.519Z | | |
| 3955 | 2026-05-19T22:52:50.519Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3956 | 2026-05-19T22:52:50.519Z | | |
| 3957 | 2026-05-19T22:52:50.519Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3958 | 2026-05-19T22:52:50.519Z | | ---------------------------------------- this is the found type |
| 3959 | 2026-05-19T22:52:50.519Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3960 | 2026-05-19T22:52:50.519Z | note: required by a bound in `encode_and_send` |
| 3961 | 2026-05-19T22:52:50.519Z | --> dns-server/src/dns_server.rs:492:27 |
| 3962 | 2026-05-19T22:52:50.519Z | | |
| 3963 | 2026-05-19T22:52:50.519Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3964 | 2026-05-19T22:52:50.519Z | | --------------- required by a bound in this function |
| 3965 | 2026-05-19T22:52:50.519Z | ... |
| 3966 | 2026-05-19T22:52:50.519Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3967 | 2026-05-19T22:52:50.519Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3968 | 2026-05-19T22:52:50.519Z | |
| 3969 | 2026-05-19T22:52:50.519Z | error[E0308]: arguments to this method are incorrect |
| 3970 | 2026-05-19T22:52:50.519Z | --> dns-server/src/dns_server.rs:438:33 |
| 3971 | 2026-05-19T22:52:50.519Z | | |
| 3972 | 2026-05-19T22:52:50.519Z | 438 | let mut mresp = rb_nxdomain.error_msg(&header, ResponseCode::NXDomain); |
| 3973 | 2026-05-19T22:52:50.519Z | | ^^^^^^^^^ ------- ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode` |
| 3974 | 2026-05-19T22:52:50.519Z | | | |
| 3975 | 2026-05-19T22:52:50.519Z | | expected `&Header`, found `&&Header` |
| 3976 | 2026-05-19T22:52:50.519Z | | |
| 3977 | 2026-05-19T22:52:50.519Z | = note: expected reference `&hickory_resolver::hickory_proto::op::Header` |
| 3978 | 2026-05-19T22:52:50.519Z | found reference `&&hickory_proto::op::Header` |
| 3979 | 2026-05-19T22:52:50.519Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3980 | 2026-05-19T22:52:50.519Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1 |
| 3981 | 2026-05-19T22:52:50.519Z | | |
| 3982 | 2026-05-19T22:52:50.519Z | 67 | pub enum ResponseCode { |
| 3983 | 2026-05-19T22:52:50.519Z | | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3984 | 2026-05-19T22:52:50.519Z | | |
| 3985 | 2026-05-19T22:52:50.519Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1 |
| 3986 | 2026-05-19T22:52:50.520Z | | |
| 3987 | 2026-05-19T22:52:50.520Z | 67 | pub enum ResponseCode { |
| 3988 | 2026-05-19T22:52:50.520Z | | --------------------- this is the found type |
| 3989 | 2026-05-19T22:52:50.520Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3990 | 2026-05-19T22:52:50.520Z | note: method defined here |
| 3991 | 2026-05-19T22:52:50.520Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12 |
| 3992 | 2026-05-19T22:52:50.520Z | | |
| 3993 | 2026-05-19T22:52:50.520Z | 190 | pub fn error_msg<'a>( |
| 3994 | 2026-05-19T22:52:50.520Z | | ^^^^^^^^^ |
| 3995 | 2026-05-19T22:52:50.520Z | |
| 3996 | 2026-05-19T22:52:50.520Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3997 | 2026-05-19T22:52:50.520Z | --> dns-server/src/dns_server.rs:457:50 |
| 3998 | 2026-05-19T22:52:50.520Z | | |
| 3999 | 2026-05-19T22:52:50.520Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4000 | 2026-05-19T22:52:50.520Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4001 | 2026-05-19T22:52:50.520Z | | | |
| 4002 | 2026-05-19T22:52:50.520Z | | required by a bound introduced by this call |
| 4003 | 2026-05-19T22:52:50.520Z | | |
| 4004 | 2026-05-19T22:52:50.520Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4005 | 2026-05-19T22:52:50.520Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4006 | 2026-05-19T22:52:50.520Z | | |
| 4007 | 2026-05-19T22:52:50.520Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4008 | 2026-05-19T22:52:50.520Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4009 | 2026-05-19T22:52:50.520Z | | |
| 4010 | 2026-05-19T22:52:50.520Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4011 | 2026-05-19T22:52:50.520Z | | |
| 4012 | 2026-05-19T22:52:50.524Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4013 | 2026-05-19T22:52:50.524Z | | ---------------------------------------- this is the found type |
| 4014 | 2026-05-19T22:52:50.524Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4015 | 2026-05-19T22:52:50.524Z | note: required by a bound in `encode_and_send` |
| 4016 | 2026-05-19T22:52:50.524Z | --> dns-server/src/dns_server.rs:491:23 |
| 4017 | 2026-05-19T22:52:50.524Z | | |
| 4018 | 2026-05-19T22:52:50.524Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4019 | 2026-05-19T22:52:50.524Z | | --------------- required by a bound in this function |
| 4020 | 2026-05-19T22:52:50.524Z | ... |
| 4021 | 2026-05-19T22:52:50.524Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 4022 | 2026-05-19T22:52:50.524Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4023 | 2026-05-19T22:52:50.524Z | |
| 4024 | 2026-05-19T22:52:50.524Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4025 | 2026-05-19T22:52:50.524Z | --> dns-server/src/dns_server.rs:457:50 |
| 4026 | 2026-05-19T22:52:50.524Z | | |
| 4027 | 2026-05-19T22:52:50.524Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4028 | 2026-05-19T22:52:50.524Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4029 | 2026-05-19T22:52:50.524Z | | | |
| 4030 | 2026-05-19T22:52:50.525Z | | required by a bound introduced by this call |
| 4031 | 2026-05-19T22:52:50.525Z | | |
| 4032 | 2026-05-19T22:52:50.525Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4033 | 2026-05-19T22:52:50.525Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4034 | 2026-05-19T22:52:50.525Z | | |
| 4035 | 2026-05-19T22:52:50.525Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4036 | 2026-05-19T22:52:50.525Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4037 | 2026-05-19T22:52:50.525Z | | |
| 4038 | 2026-05-19T22:52:50.525Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4039 | 2026-05-19T22:52:50.525Z | | |
| 4040 | 2026-05-19T22:52:50.525Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4041 | 2026-05-19T22:52:50.525Z | | ---------------------------------------- this is the found type |
| 4042 | 2026-05-19T22:52:50.525Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4043 | 2026-05-19T22:52:50.525Z | note: required by a bound in `encode_and_send` |
| 4044 | 2026-05-19T22:52:50.525Z | --> dns-server/src/dns_server.rs:492:27 |
| 4045 | 2026-05-19T22:52:50.525Z | | |
| 4046 | 2026-05-19T22:52:50.525Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4047 | 2026-05-19T22:52:50.525Z | | --------------- required by a bound in this function |
| 4048 | 2026-05-19T22:52:50.525Z | ... |
| 4049 | 2026-05-19T22:52:50.525Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 4050 | 2026-05-19T22:52:50.525Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4051 | 2026-05-19T22:52:50.525Z | |
| 4052 | 2026-05-19T22:52:50.525Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4053 | 2026-05-19T22:52:50.525Z | --> dns-server/src/dns_server.rs:457:50 |
| 4054 | 2026-05-19T22:52:50.525Z | | |
| 4055 | 2026-05-19T22:52:50.525Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4056 | 2026-05-19T22:52:50.525Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4057 | 2026-05-19T22:52:50.525Z | | | |
| 4058 | 2026-05-19T22:52:50.525Z | | required by a bound introduced by this call |
| 4059 | 2026-05-19T22:52:50.525Z | | |
| 4060 | 2026-05-19T22:52:50.525Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4061 | 2026-05-19T22:52:50.525Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4062 | 2026-05-19T22:52:50.525Z | | |
| 4063 | 2026-05-19T22:52:50.525Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4064 | 2026-05-19T22:52:50.525Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4065 | 2026-05-19T22:52:50.525Z | | |
| 4066 | 2026-05-19T22:52:50.525Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4067 | 2026-05-19T22:52:50.525Z | | |
| 4068 | 2026-05-19T22:52:50.525Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4069 | 2026-05-19T22:52:50.525Z | | ---------------------------------------- this is the found type |
| 4070 | 2026-05-19T22:52:50.526Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4071 | 2026-05-19T22:52:50.526Z | note: required by a bound in `encode_and_send` |
| 4072 | 2026-05-19T22:52:50.526Z | --> dns-server/src/dns_server.rs:493:19 |
| 4073 | 2026-05-19T22:52:50.526Z | | |
| 4074 | 2026-05-19T22:52:50.526Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4075 | 2026-05-19T22:52:50.526Z | | --------------- required by a bound in this function |
| 4076 | 2026-05-19T22:52:50.526Z | ... |
| 4077 | 2026-05-19T22:52:50.526Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 4078 | 2026-05-19T22:52:50.526Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4079 | 2026-05-19T22:52:50.526Z | |
| 4080 | 2026-05-19T22:52:50.526Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4081 | 2026-05-19T22:52:50.526Z | --> dns-server/src/dns_server.rs:457:50 |
| 4082 | 2026-05-19T22:52:50.526Z | | |
| 4083 | 2026-05-19T22:52:50.526Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4084 | 2026-05-19T22:52:50.526Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4085 | 2026-05-19T22:52:50.526Z | | | |
| 4086 | 2026-05-19T22:52:50.526Z | | required by a bound introduced by this call |
| 4087 | 2026-05-19T22:52:50.526Z | | |
| 4088 | 2026-05-19T22:52:50.526Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4089 | 2026-05-19T22:52:50.526Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4090 | 2026-05-19T22:52:50.526Z | | |
| 4091 | 2026-05-19T22:52:50.526Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4092 | 2026-05-19T22:52:50.526Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4093 | 2026-05-19T22:52:50.526Z | | |
| 4094 | 2026-05-19T22:52:50.526Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4095 | 2026-05-19T22:52:50.526Z | | |
| 4096 | 2026-05-19T22:52:50.526Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4097 | 2026-05-19T22:52:50.526Z | | ---------------------------------------- this is the found type |
| 4098 | 2026-05-19T22:52:50.526Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4099 | 2026-05-19T22:52:50.526Z | note: required by a bound in `encode_and_send` |
| 4100 | 2026-05-19T22:52:50.526Z | --> dns-server/src/dns_server.rs:494:27 |
| 4101 | 2026-05-19T22:52:50.526Z | | |
| 4102 | 2026-05-19T22:52:50.526Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4103 | 2026-05-19T22:52:50.526Z | | --------------- required by a bound in this function |
| 4104 | 2026-05-19T22:52:50.526Z | ... |
| 4105 | 2026-05-19T22:52:50.526Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 4106 | 2026-05-19T22:52:50.526Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4107 | 2026-05-19T22:52:50.526Z | |
| 4108 | 2026-05-19T22:52:50.526Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4109 | 2026-05-19T22:52:50.527Z | --> dns-server/src/dns_server.rs:457:25 |
| 4110 | 2026-05-19T22:52:50.527Z | | |
| 4111 | 2026-05-19T22:52:50.527Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4112 | 2026-05-19T22:52:50.530Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4113 | 2026-05-19T22:52:50.530Z | | |
| 4114 | 2026-05-19T22:52:50.530Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4115 | 2026-05-19T22:52:50.530Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4116 | 2026-05-19T22:52:50.530Z | | |
| 4117 | 2026-05-19T22:52:50.530Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4118 | 2026-05-19T22:52:50.530Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4119 | 2026-05-19T22:52:50.531Z | | |
| 4120 | 2026-05-19T22:52:50.531Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4121 | 2026-05-19T22:52:50.531Z | | |
| 4122 | 2026-05-19T22:52:50.531Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4123 | 2026-05-19T22:52:50.531Z | | ---------------------------------------- this is the found type |
| 4124 | 2026-05-19T22:52:50.531Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4125 | 2026-05-19T22:52:50.531Z | note: required by a bound in `encode_and_send` |
| 4126 | 2026-05-19T22:52:50.531Z | --> dns-server/src/dns_server.rs:491:23 |
| 4127 | 2026-05-19T22:52:50.531Z | | |
| 4128 | 2026-05-19T22:52:50.531Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4129 | 2026-05-19T22:52:50.531Z | | --------------- required by a bound in this function |
| 4130 | 2026-05-19T22:52:50.531Z | ... |
| 4131 | 2026-05-19T22:52:50.531Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 4132 | 2026-05-19T22:52:50.531Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4133 | 2026-05-19T22:52:50.531Z | |
| 4134 | 2026-05-19T22:52:50.531Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4135 | 2026-05-19T22:52:50.531Z | --> dns-server/src/dns_server.rs:457:25 |
| 4136 | 2026-05-19T22:52:50.531Z | | |
| 4137 | 2026-05-19T22:52:50.531Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4138 | 2026-05-19T22:52:50.531Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4139 | 2026-05-19T22:52:50.531Z | | |
| 4140 | 2026-05-19T22:52:50.531Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4141 | 2026-05-19T22:52:50.531Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4142 | 2026-05-19T22:52:50.531Z | | |
| 4143 | 2026-05-19T22:52:50.531Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4144 | 2026-05-19T22:52:50.531Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4145 | 2026-05-19T22:52:50.531Z | | |
| 4146 | 2026-05-19T22:52:50.531Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4147 | 2026-05-19T22:52:50.531Z | | |
| 4148 | 2026-05-19T22:52:50.531Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4149 | 2026-05-19T22:52:50.531Z | | ---------------------------------------- this is the found type |
| 4150 | 2026-05-19T22:52:50.531Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4151 | 2026-05-19T22:52:50.531Z | note: required by a bound in `encode_and_send` |
| 4152 | 2026-05-19T22:52:50.531Z | --> dns-server/src/dns_server.rs:492:27 |
| 4153 | 2026-05-19T22:52:50.531Z | | |
| 4154 | 2026-05-19T22:52:50.531Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4155 | 2026-05-19T22:52:50.531Z | | --------------- required by a bound in this function |
| 4156 | 2026-05-19T22:52:50.531Z | ... |
| 4157 | 2026-05-19T22:52:50.531Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 4158 | 2026-05-19T22:52:50.532Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4159 | 2026-05-19T22:52:50.532Z | |
| 4160 | 2026-05-19T22:52:50.532Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4161 | 2026-05-19T22:52:50.532Z | --> dns-server/src/dns_server.rs:457:25 |
| 4162 | 2026-05-19T22:52:50.532Z | | |
| 4163 | 2026-05-19T22:52:50.532Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4164 | 2026-05-19T22:52:50.532Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4165 | 2026-05-19T22:52:50.532Z | | |
| 4166 | 2026-05-19T22:52:50.532Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4167 | 2026-05-19T22:52:50.532Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4168 | 2026-05-19T22:52:50.532Z | | |
| 4169 | 2026-05-19T22:52:50.532Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4170 | 2026-05-19T22:52:50.532Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4171 | 2026-05-19T22:52:50.532Z | | |
| 4172 | 2026-05-19T22:52:50.532Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4173 | 2026-05-19T22:52:50.532Z | | |
| 4174 | 2026-05-19T22:52:50.532Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4175 | 2026-05-19T22:52:50.532Z | | ---------------------------------------- this is the found type |
| 4176 | 2026-05-19T22:52:50.532Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4177 | 2026-05-19T22:52:50.532Z | note: required by a bound in `encode_and_send` |
| 4178 | 2026-05-19T22:52:50.532Z | --> dns-server/src/dns_server.rs:493:19 |
| 4179 | 2026-05-19T22:52:50.532Z | | |
| 4180 | 2026-05-19T22:52:50.532Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4181 | 2026-05-19T22:52:50.532Z | | --------------- required by a bound in this function |
| 4182 | 2026-05-19T22:52:50.532Z | ... |
| 4183 | 2026-05-19T22:52:50.532Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 4184 | 2026-05-19T22:52:50.532Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4185 | 2026-05-19T22:52:50.532Z | |
| 4186 | 2026-05-19T22:52:50.532Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4187 | 2026-05-19T22:52:50.532Z | --> dns-server/src/dns_server.rs:457:25 |
| 4188 | 2026-05-19T22:52:50.532Z | | |
| 4189 | 2026-05-19T22:52:50.532Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4190 | 2026-05-19T22:52:50.532Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4191 | 2026-05-19T22:52:50.532Z | | |
| 4192 | 2026-05-19T22:52:50.532Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4193 | 2026-05-19T22:52:50.532Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4194 | 2026-05-19T22:52:50.532Z | | |
| 4195 | 2026-05-19T22:52:50.532Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4196 | 2026-05-19T22:52:50.533Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4197 | 2026-05-19T22:52:50.533Z | | |
| 4198 | 2026-05-19T22:52:50.533Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4199 | 2026-05-19T22:52:50.533Z | | |
| 4200 | 2026-05-19T22:52:50.533Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4201 | 2026-05-19T22:52:50.533Z | | ---------------------------------------- this is the found type |
| 4202 | 2026-05-19T22:52:50.533Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4203 | 2026-05-19T22:52:50.533Z | note: required by a bound in `encode_and_send` |
| 4204 | 2026-05-19T22:52:50.533Z | --> dns-server/src/dns_server.rs:494:27 |
| 4205 | 2026-05-19T22:52:50.533Z | | |
| 4206 | 2026-05-19T22:52:50.533Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4207 | 2026-05-19T22:52:50.533Z | | --------------- required by a bound in this function |
| 4208 | 2026-05-19T22:52:50.533Z | ... |
| 4209 | 2026-05-19T22:52:50.533Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 4210 | 2026-05-19T22:52:50.533Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4211 | 2026-05-19T22:52:50.533Z | |
| 4212 | 2026-05-19T22:52:50.537Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4213 | 2026-05-19T22:52:50.537Z | --> dns-server/src/dns_server.rs:457:69 |
| 4214 | 2026-05-19T22:52:50.537Z | | |
| 4215 | 2026-05-19T22:52:50.537Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4216 | 2026-05-19T22:52:50.537Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4217 | 2026-05-19T22:52:50.537Z | | |
| 4218 | 2026-05-19T22:52:50.537Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4219 | 2026-05-19T22:52:50.537Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4220 | 2026-05-19T22:52:50.537Z | | |
| 4221 | 2026-05-19T22:52:50.537Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4222 | 2026-05-19T22:52:50.537Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4223 | 2026-05-19T22:52:50.537Z | | |
| 4224 | 2026-05-19T22:52:50.537Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4225 | 2026-05-19T22:52:50.537Z | | |
| 4226 | 2026-05-19T22:52:50.537Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4227 | 2026-05-19T22:52:50.537Z | | ---------------------------------------- this is the found type |
| 4228 | 2026-05-19T22:52:50.537Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4229 | 2026-05-19T22:52:50.537Z | note: required by a bound in `encode_and_send` |
| 4230 | 2026-05-19T22:52:50.537Z | --> dns-server/src/dns_server.rs:491:23 |
| 4231 | 2026-05-19T22:52:50.537Z | | |
| 4232 | 2026-05-19T22:52:50.537Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4233 | 2026-05-19T22:52:50.537Z | | --------------- required by a bound in this function |
| 4234 | 2026-05-19T22:52:50.537Z | ... |
| 4235 | 2026-05-19T22:52:50.537Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 4236 | 2026-05-19T22:52:50.537Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4237 | 2026-05-19T22:52:50.537Z | |
| 4238 | 2026-05-19T22:52:50.537Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4239 | 2026-05-19T22:52:50.537Z | --> dns-server/src/dns_server.rs:457:69 |
| 4240 | 2026-05-19T22:52:50.537Z | | |
| 4241 | 2026-05-19T22:52:50.537Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4242 | 2026-05-19T22:52:50.537Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4243 | 2026-05-19T22:52:50.537Z | | |
| 4244 | 2026-05-19T22:52:50.537Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4245 | 2026-05-19T22:52:50.537Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4246 | 2026-05-19T22:52:50.537Z | | |
| 4247 | 2026-05-19T22:52:50.537Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4248 | 2026-05-19T22:52:50.537Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4249 | 2026-05-19T22:52:50.538Z | | |
| 4250 | 2026-05-19T22:52:50.538Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4251 | 2026-05-19T22:52:50.538Z | | |
| 4252 | 2026-05-19T22:52:50.538Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4253 | 2026-05-19T22:52:50.538Z | | ---------------------------------------- this is the found type |
| 4254 | 2026-05-19T22:52:50.538Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4255 | 2026-05-19T22:52:50.538Z | note: required by a bound in `encode_and_send` |
| 4256 | 2026-05-19T22:52:50.538Z | --> dns-server/src/dns_server.rs:492:27 |
| 4257 | 2026-05-19T22:52:50.538Z | | |
| 4258 | 2026-05-19T22:52:50.538Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4259 | 2026-05-19T22:52:50.538Z | | --------------- required by a bound in this function |
| 4260 | 2026-05-19T22:52:50.538Z | ... |
| 4261 | 2026-05-19T22:52:50.538Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 4262 | 2026-05-19T22:52:50.538Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4263 | 2026-05-19T22:52:50.538Z | |
| 4264 | 2026-05-19T22:52:50.538Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4265 | 2026-05-19T22:52:50.538Z | --> dns-server/src/dns_server.rs:457:69 |
| 4266 | 2026-05-19T22:52:50.538Z | | |
| 4267 | 2026-05-19T22:52:50.538Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4268 | 2026-05-19T22:52:50.538Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4269 | 2026-05-19T22:52:50.538Z | | |
| 4270 | 2026-05-19T22:52:50.538Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4271 | 2026-05-19T22:52:50.538Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4272 | 2026-05-19T22:52:50.538Z | | |
| 4273 | 2026-05-19T22:52:50.538Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4274 | 2026-05-19T22:52:50.538Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4275 | 2026-05-19T22:52:50.538Z | | |
| 4276 | 2026-05-19T22:52:50.538Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4277 | 2026-05-19T22:52:50.538Z | | |
| 4278 | 2026-05-19T22:52:50.538Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4279 | 2026-05-19T22:52:50.538Z | | ---------------------------------------- this is the found type |
| 4280 | 2026-05-19T22:52:50.538Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4281 | 2026-05-19T22:52:50.538Z | note: required by a bound in `encode_and_send` |
| 4282 | 2026-05-19T22:52:50.538Z | --> dns-server/src/dns_server.rs:493:19 |
| 4283 | 2026-05-19T22:52:50.538Z | | |
| 4284 | 2026-05-19T22:52:50.538Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4285 | 2026-05-19T22:52:50.538Z | | --------------- required by a bound in this function |
| 4286 | 2026-05-19T22:52:50.538Z | ... |
| 4287 | 2026-05-19T22:52:50.539Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 4288 | 2026-05-19T22:52:50.539Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4289 | 2026-05-19T22:52:50.539Z | |
| 4290 | 2026-05-19T22:52:50.539Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4291 | 2026-05-19T22:52:50.539Z | --> dns-server/src/dns_server.rs:457:69 |
| 4292 | 2026-05-19T22:52:50.539Z | | |
| 4293 | 2026-05-19T22:52:50.539Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4294 | 2026-05-19T22:52:50.539Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4295 | 2026-05-19T22:52:50.539Z | | |
| 4296 | 2026-05-19T22:52:50.539Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4297 | 2026-05-19T22:52:50.539Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4298 | 2026-05-19T22:52:50.539Z | | |
| 4299 | 2026-05-19T22:52:50.539Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4300 | 2026-05-19T22:52:50.539Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4301 | 2026-05-19T22:52:50.539Z | | |
| 4302 | 2026-05-19T22:52:50.539Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4303 | 2026-05-19T22:52:50.539Z | | |
| 4304 | 2026-05-19T22:52:50.539Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4305 | 2026-05-19T22:52:50.539Z | | ---------------------------------------- this is the found type |
| 4306 | 2026-05-19T22:52:50.539Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4307 | 2026-05-19T22:52:50.539Z | note: required by a bound in `encode_and_send` |
| 4308 | 2026-05-19T22:52:50.539Z | --> dns-server/src/dns_server.rs:494:27 |
| 4309 | 2026-05-19T22:52:50.539Z | | |
| 4310 | 2026-05-19T22:52:50.539Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4311 | 2026-05-19T22:52:50.539Z | | --------------- required by a bound in this function |
| 4312 | 2026-05-19T22:52:50.543Z | ... |
| 4313 | 2026-05-19T22:52:50.543Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 4314 | 2026-05-19T22:52:50.543Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4315 | 2026-05-19T22:52:50.543Z | |
| 4316 | 2026-05-19T22:52:50.543Z | error[E0308]: arguments to this method are incorrect |
| 4317 | 2026-05-19T22:52:50.543Z | --> dns-server/src/dns_server.rs:477:20 |
| 4318 | 2026-05-19T22:52:50.543Z | | |
| 4319 | 2026-05-19T22:52:50.543Z | 477 | let mresp = rb.error_msg(header, ResponseCode::ServFail); |
| 4320 | 2026-05-19T22:52:50.543Z | | ^^^^^^^^^ ------ ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode` |
| 4321 | 2026-05-19T22:52:50.543Z | | | |
| 4322 | 2026-05-19T22:52:50.543Z | | expected `Header`, found `hickory_proto::op::Header` |
| 4323 | 2026-05-19T22:52:50.543Z | | |
| 4324 | 2026-05-19T22:52:50.543Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4325 | 2026-05-19T22:52:50.543Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1 |
| 4326 | 2026-05-19T22:52:50.544Z | | |
| 4327 | 2026-05-19T22:52:50.544Z | 57 | pub struct Header { |
| 4328 | 2026-05-19T22:52:50.544Z | | ^^^^^^^^^^^^^^^^^ this is the expected type |
| 4329 | 2026-05-19T22:52:50.544Z | | |
| 4330 | 2026-05-19T22:52:50.544Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1 |
| 4331 | 2026-05-19T22:52:50.544Z | | |
| 4332 | 2026-05-19T22:52:50.544Z | 57 | pub struct Header { |
| 4333 | 2026-05-19T22:52:50.544Z | | ----------------- this is the found type |
| 4334 | 2026-05-19T22:52:50.544Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4335 | 2026-05-19T22:52:50.544Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4336 | 2026-05-19T22:52:50.544Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1 |
| 4337 | 2026-05-19T22:52:50.544Z | | |
| 4338 | 2026-05-19T22:52:50.544Z | 67 | pub enum ResponseCode { |
| 4339 | 2026-05-19T22:52:50.544Z | | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4340 | 2026-05-19T22:52:50.544Z | | |
| 4341 | 2026-05-19T22:52:50.544Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1 |
| 4342 | 2026-05-19T22:52:50.544Z | | |
| 4343 | 2026-05-19T22:52:50.544Z | 67 | pub enum ResponseCode { |
| 4344 | 2026-05-19T22:52:50.544Z | | --------------------- this is the found type |
| 4345 | 2026-05-19T22:52:50.544Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4346 | 2026-05-19T22:52:50.544Z | note: method defined here |
| 4347 | 2026-05-19T22:52:50.544Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12 |
| 4348 | 2026-05-19T22:52:50.544Z | | |
| 4349 | 2026-05-19T22:52:50.544Z | 190 | pub fn error_msg<'a>( |
| 4350 | 2026-05-19T22:52:50.544Z | | ^^^^^^^^^ |
| 4351 | 2026-05-19T22:52:50.544Z | |
| 4352 | 2026-05-19T22:52:50.544Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4353 | 2026-05-19T22:52:50.544Z | --> dns-server/src/dns_server.rs:478:50 |
| 4354 | 2026-05-19T22:52:50.544Z | | |
| 4355 | 2026-05-19T22:52:50.544Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4356 | 2026-05-19T22:52:50.544Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4357 | 2026-05-19T22:52:50.544Z | | | |
| 4358 | 2026-05-19T22:52:50.544Z | | required by a bound introduced by this call |
| 4359 | 2026-05-19T22:52:50.544Z | | |
| 4360 | 2026-05-19T22:52:50.544Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4361 | 2026-05-19T22:52:50.544Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4362 | 2026-05-19T22:52:50.544Z | | |
| 4363 | 2026-05-19T22:52:50.545Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4364 | 2026-05-19T22:52:50.545Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4365 | 2026-05-19T22:52:50.545Z | | |
| 4366 | 2026-05-19T22:52:50.545Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4367 | 2026-05-19T22:52:50.545Z | | |
| 4368 | 2026-05-19T22:52:50.545Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4369 | 2026-05-19T22:52:50.545Z | | ---------------------------------------- this is the found type |
| 4370 | 2026-05-19T22:52:50.545Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4371 | 2026-05-19T22:52:50.545Z | note: required by a bound in `encode_and_send` |
| 4372 | 2026-05-19T22:52:50.545Z | --> dns-server/src/dns_server.rs:491:23 |
| 4373 | 2026-05-19T22:52:50.545Z | | |
| 4374 | 2026-05-19T22:52:50.545Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4375 | 2026-05-19T22:52:50.545Z | | --------------- required by a bound in this function |
| 4376 | 2026-05-19T22:52:50.545Z | ... |
| 4377 | 2026-05-19T22:52:50.545Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 4378 | 2026-05-19T22:52:50.545Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4379 | 2026-05-19T22:52:50.545Z | |
| 4380 | 2026-05-19T22:52:50.545Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4381 | 2026-05-19T22:52:50.545Z | --> dns-server/src/dns_server.rs:478:50 |
| 4382 | 2026-05-19T22:52:50.545Z | | |
| 4383 | 2026-05-19T22:52:50.545Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4384 | 2026-05-19T22:52:50.545Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4385 | 2026-05-19T22:52:50.545Z | | | |
| 4386 | 2026-05-19T22:52:50.545Z | | required by a bound introduced by this call |
| 4387 | 2026-05-19T22:52:50.545Z | | |
| 4388 | 2026-05-19T22:52:50.545Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4389 | 2026-05-19T22:52:50.545Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4390 | 2026-05-19T22:52:50.545Z | | |
| 4391 | 2026-05-19T22:52:50.545Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4392 | 2026-05-19T22:52:50.545Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4393 | 2026-05-19T22:52:50.545Z | | |
| 4394 | 2026-05-19T22:52:50.545Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4395 | 2026-05-19T22:52:50.545Z | | |
| 4396 | 2026-05-19T22:52:50.545Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4397 | 2026-05-19T22:52:50.545Z | | ---------------------------------------- this is the found type |
| 4398 | 2026-05-19T22:52:50.545Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4399 | 2026-05-19T22:52:50.545Z | note: required by a bound in `encode_and_send` |
| 4400 | 2026-05-19T22:52:50.545Z | --> dns-server/src/dns_server.rs:492:27 |
| 4401 | 2026-05-19T22:52:50.545Z | | |
| 4402 | 2026-05-19T22:52:50.545Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4403 | 2026-05-19T22:52:50.546Z | | --------------- required by a bound in this function |
| 4404 | 2026-05-19T22:52:50.546Z | ... |
| 4405 | 2026-05-19T22:52:50.546Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 4406 | 2026-05-19T22:52:50.546Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4407 | 2026-05-19T22:52:50.546Z | |
| 4408 | 2026-05-19T22:52:50.546Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4409 | 2026-05-19T22:52:50.546Z | --> dns-server/src/dns_server.rs:478:50 |
| 4410 | 2026-05-19T22:52:50.546Z | | |
| 4411 | 2026-05-19T22:52:50.546Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4412 | 2026-05-19T22:52:50.550Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4413 | 2026-05-19T22:52:50.550Z | | | |
| 4414 | 2026-05-19T22:52:50.550Z | | required by a bound introduced by this call |
| 4415 | 2026-05-19T22:52:50.550Z | | |
| 4416 | 2026-05-19T22:52:50.550Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4417 | 2026-05-19T22:52:50.550Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4418 | 2026-05-19T22:52:50.550Z | | |
| 4419 | 2026-05-19T22:52:50.550Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4420 | 2026-05-19T22:52:50.550Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4421 | 2026-05-19T22:52:50.550Z | | |
| 4422 | 2026-05-19T22:52:50.550Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4423 | 2026-05-19T22:52:50.550Z | | |
| 4424 | 2026-05-19T22:52:50.550Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4425 | 2026-05-19T22:52:50.550Z | | ---------------------------------------- this is the found type |
| 4426 | 2026-05-19T22:52:50.550Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4427 | 2026-05-19T22:52:50.550Z | note: required by a bound in `encode_and_send` |
| 4428 | 2026-05-19T22:52:50.550Z | --> dns-server/src/dns_server.rs:493:19 |
| 4429 | 2026-05-19T22:52:50.550Z | | |
| 4430 | 2026-05-19T22:52:50.550Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4431 | 2026-05-19T22:52:50.550Z | | --------------- required by a bound in this function |
| 4432 | 2026-05-19T22:52:50.550Z | ... |
| 4433 | 2026-05-19T22:52:50.550Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 4434 | 2026-05-19T22:52:50.550Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4435 | 2026-05-19T22:52:50.550Z | |
| 4436 | 2026-05-19T22:52:50.550Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4437 | 2026-05-19T22:52:50.550Z | --> dns-server/src/dns_server.rs:478:50 |
| 4438 | 2026-05-19T22:52:50.551Z | | |
| 4439 | 2026-05-19T22:52:50.551Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4440 | 2026-05-19T22:52:50.551Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4441 | 2026-05-19T22:52:50.551Z | | | |
| 4442 | 2026-05-19T22:52:50.551Z | | required by a bound introduced by this call |
| 4443 | 2026-05-19T22:52:50.551Z | | |
| 4444 | 2026-05-19T22:52:50.551Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4445 | 2026-05-19T22:52:50.551Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4446 | 2026-05-19T22:52:50.551Z | | |
| 4447 | 2026-05-19T22:52:50.551Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4448 | 2026-05-19T22:52:50.551Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4449 | 2026-05-19T22:52:50.551Z | | |
| 4450 | 2026-05-19T22:52:50.551Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4451 | 2026-05-19T22:52:50.551Z | | |
| 4452 | 2026-05-19T22:52:50.551Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4453 | 2026-05-19T22:52:50.551Z | | ---------------------------------------- this is the found type |
| 4454 | 2026-05-19T22:52:50.551Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4455 | 2026-05-19T22:52:50.551Z | note: required by a bound in `encode_and_send` |
| 4456 | 2026-05-19T22:52:50.551Z | --> dns-server/src/dns_server.rs:494:27 |
| 4457 | 2026-05-19T22:52:50.551Z | | |
| 4458 | 2026-05-19T22:52:50.551Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4459 | 2026-05-19T22:52:50.551Z | | --------------- required by a bound in this function |
| 4460 | 2026-05-19T22:52:50.551Z | ... |
| 4461 | 2026-05-19T22:52:50.551Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 4462 | 2026-05-19T22:52:50.551Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4463 | 2026-05-19T22:52:50.551Z | |
| 4464 | 2026-05-19T22:52:50.551Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4465 | 2026-05-19T22:52:50.551Z | --> dns-server/src/dns_server.rs:478:25 |
| 4466 | 2026-05-19T22:52:50.551Z | | |
| 4467 | 2026-05-19T22:52:50.551Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4468 | 2026-05-19T22:52:50.551Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4469 | 2026-05-19T22:52:50.551Z | | |
| 4470 | 2026-05-19T22:52:50.551Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4471 | 2026-05-19T22:52:50.551Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4472 | 2026-05-19T22:52:50.551Z | | |
| 4473 | 2026-05-19T22:52:50.551Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4474 | 2026-05-19T22:52:50.551Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4475 | 2026-05-19T22:52:50.551Z | | |
| 4476 | 2026-05-19T22:52:50.552Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4477 | 2026-05-19T22:52:50.552Z | | |
| 4478 | 2026-05-19T22:52:50.552Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4479 | 2026-05-19T22:52:50.552Z | | ---------------------------------------- this is the found type |
| 4480 | 2026-05-19T22:52:50.552Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4481 | 2026-05-19T22:52:50.552Z | note: required by a bound in `encode_and_send` |
| 4482 | 2026-05-19T22:52:50.552Z | --> dns-server/src/dns_server.rs:491:23 |
| 4483 | 2026-05-19T22:52:50.552Z | | |
| 4484 | 2026-05-19T22:52:50.552Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4485 | 2026-05-19T22:52:50.552Z | | --------------- required by a bound in this function |
| 4486 | 2026-05-19T22:52:50.552Z | ... |
| 4487 | 2026-05-19T22:52:50.552Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 4488 | 2026-05-19T22:52:50.552Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4489 | 2026-05-19T22:52:50.552Z | |
| 4490 | 2026-05-19T22:52:50.552Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4491 | 2026-05-19T22:52:50.552Z | --> dns-server/src/dns_server.rs:478:25 |
| 4492 | 2026-05-19T22:52:50.552Z | | |
| 4493 | 2026-05-19T22:52:50.552Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4494 | 2026-05-19T22:52:50.552Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4495 | 2026-05-19T22:52:50.552Z | | |
| 4496 | 2026-05-19T22:52:50.552Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4497 | 2026-05-19T22:52:50.552Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4498 | 2026-05-19T22:52:50.552Z | | |
| 4499 | 2026-05-19T22:52:50.552Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4500 | 2026-05-19T22:52:50.552Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4501 | 2026-05-19T22:52:50.552Z | | |
| 4502 | 2026-05-19T22:52:50.552Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4503 | 2026-05-19T22:52:50.552Z | | |
| 4504 | 2026-05-19T22:52:50.552Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4505 | 2026-05-19T22:52:50.552Z | | ---------------------------------------- this is the found type |
| 4506 | 2026-05-19T22:52:50.552Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4507 | 2026-05-19T22:52:50.552Z | note: required by a bound in `encode_and_send` |
| 4508 | 2026-05-19T22:52:50.552Z | --> dns-server/src/dns_server.rs:492:27 |
| 4509 | 2026-05-19T22:52:50.552Z | | |
| 4510 | 2026-05-19T22:52:50.552Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4511 | 2026-05-19T22:52:50.552Z | | --------------- required by a bound in this function |
| 4512 | 2026-05-19T22:52:50.558Z | ... |
| 4513 | 2026-05-19T22:52:50.558Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 4514 | 2026-05-19T22:52:50.558Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4515 | 2026-05-19T22:52:50.558Z | |
| 4516 | 2026-05-19T22:52:50.558Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4517 | 2026-05-19T22:52:50.558Z | --> dns-server/src/dns_server.rs:478:25 |
| 4518 | 2026-05-19T22:52:50.558Z | | |
| 4519 | 2026-05-19T22:52:50.558Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4520 | 2026-05-19T22:52:50.558Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4521 | 2026-05-19T22:52:50.558Z | | |
| 4522 | 2026-05-19T22:52:50.558Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4523 | 2026-05-19T22:52:50.558Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4524 | 2026-05-19T22:52:50.558Z | | |
| 4525 | 2026-05-19T22:52:50.558Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4526 | 2026-05-19T22:52:50.558Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4527 | 2026-05-19T22:52:50.559Z | | |
| 4528 | 2026-05-19T22:52:50.559Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4529 | 2026-05-19T22:52:50.559Z | | |
| 4530 | 2026-05-19T22:52:50.559Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4531 | 2026-05-19T22:52:50.559Z | | ---------------------------------------- this is the found type |
| 4532 | 2026-05-19T22:52:50.559Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4533 | 2026-05-19T22:52:50.559Z | note: required by a bound in `encode_and_send` |
| 4534 | 2026-05-19T22:52:50.559Z | --> dns-server/src/dns_server.rs:493:19 |
| 4535 | 2026-05-19T22:52:50.559Z | | |
| 4536 | 2026-05-19T22:52:50.559Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4537 | 2026-05-19T22:52:50.559Z | | --------------- required by a bound in this function |
| 4538 | 2026-05-19T22:52:50.559Z | ... |
| 4539 | 2026-05-19T22:52:50.559Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 4540 | 2026-05-19T22:52:50.559Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4541 | 2026-05-19T22:52:50.559Z | |
| 4542 | 2026-05-19T22:52:50.559Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4543 | 2026-05-19T22:52:50.559Z | --> dns-server/src/dns_server.rs:478:25 |
| 4544 | 2026-05-19T22:52:50.559Z | | |
| 4545 | 2026-05-19T22:52:50.559Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4546 | 2026-05-19T22:52:50.559Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4547 | 2026-05-19T22:52:50.559Z | | |
| 4548 | 2026-05-19T22:52:50.559Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4549 | 2026-05-19T22:52:50.559Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4550 | 2026-05-19T22:52:50.559Z | | |
| 4551 | 2026-05-19T22:52:50.559Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4552 | 2026-05-19T22:52:50.559Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4553 | 2026-05-19T22:52:50.559Z | | |
| 4554 | 2026-05-19T22:52:50.559Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4555 | 2026-05-19T22:52:50.559Z | | |
| 4556 | 2026-05-19T22:52:50.559Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4557 | 2026-05-19T22:52:50.559Z | | ---------------------------------------- this is the found type |
| 4558 | 2026-05-19T22:52:50.559Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4559 | 2026-05-19T22:52:50.559Z | note: required by a bound in `encode_and_send` |
| 4560 | 2026-05-19T22:52:50.559Z | --> dns-server/src/dns_server.rs:494:27 |
| 4561 | 2026-05-19T22:52:50.559Z | | |
| 4562 | 2026-05-19T22:52:50.559Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4563 | 2026-05-19T22:52:50.559Z | | --------------- required by a bound in this function |
| 4564 | 2026-05-19T22:52:50.559Z | ... |
| 4565 | 2026-05-19T22:52:50.560Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 4566 | 2026-05-19T22:52:50.560Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4567 | 2026-05-19T22:52:50.560Z | |
| 4568 | 2026-05-19T22:52:50.560Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4569 | 2026-05-19T22:52:50.560Z | --> dns-server/src/dns_server.rs:478:69 |
| 4570 | 2026-05-19T22:52:50.560Z | | |
| 4571 | 2026-05-19T22:52:50.560Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4572 | 2026-05-19T22:52:50.560Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4573 | 2026-05-19T22:52:50.560Z | | |
| 4574 | 2026-05-19T22:52:50.560Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4575 | 2026-05-19T22:52:50.560Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4576 | 2026-05-19T22:52:50.560Z | | |
| 4577 | 2026-05-19T22:52:50.560Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4578 | 2026-05-19T22:52:50.560Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4579 | 2026-05-19T22:52:50.560Z | | |
| 4580 | 2026-05-19T22:52:50.560Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4581 | 2026-05-19T22:52:50.560Z | | |
| 4582 | 2026-05-19T22:52:50.560Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4583 | 2026-05-19T22:52:50.560Z | | ---------------------------------------- this is the found type |
| 4584 | 2026-05-19T22:52:50.560Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4585 | 2026-05-19T22:52:50.560Z | note: required by a bound in `encode_and_send` |
| 4586 | 2026-05-19T22:52:50.560Z | --> dns-server/src/dns_server.rs:491:23 |
| 4587 | 2026-05-19T22:52:50.560Z | | |
| 4588 | 2026-05-19T22:52:50.560Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4589 | 2026-05-19T22:52:50.560Z | | --------------- required by a bound in this function |
| 4590 | 2026-05-19T22:52:50.560Z | ... |
| 4591 | 2026-05-19T22:52:50.560Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 4592 | 2026-05-19T22:52:50.560Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4593 | 2026-05-19T22:52:50.560Z | |
| 4594 | 2026-05-19T22:52:50.560Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4595 | 2026-05-19T22:52:50.560Z | --> dns-server/src/dns_server.rs:478:69 |
| 4596 | 2026-05-19T22:52:50.560Z | | |
| 4597 | 2026-05-19T22:52:50.560Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4598 | 2026-05-19T22:52:50.560Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4599 | 2026-05-19T22:52:50.560Z | | |
| 4600 | 2026-05-19T22:52:50.560Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4601 | 2026-05-19T22:52:50.560Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4602 | 2026-05-19T22:52:50.560Z | | |
| 4603 | 2026-05-19T22:52:50.560Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4604 | 2026-05-19T22:52:50.560Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4605 | 2026-05-19T22:52:50.561Z | | |
| 4606 | 2026-05-19T22:52:50.561Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4607 | 2026-05-19T22:52:50.561Z | | |
| 4608 | 2026-05-19T22:52:50.561Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4609 | 2026-05-19T22:52:50.561Z | | ---------------------------------------- this is the found type |
| 4610 | 2026-05-19T22:52:50.561Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4611 | 2026-05-19T22:52:50.561Z | note: required by a bound in `encode_and_send` |
| 4612 | 2026-05-19T22:52:50.566Z | --> dns-server/src/dns_server.rs:492:27 |
| 4613 | 2026-05-19T22:52:50.566Z | | |
| 4614 | 2026-05-19T22:52:50.566Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4615 | 2026-05-19T22:52:50.566Z | | --------------- required by a bound in this function |
| 4616 | 2026-05-19T22:52:50.566Z | ... |
| 4617 | 2026-05-19T22:52:50.566Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 4618 | 2026-05-19T22:52:50.566Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4619 | 2026-05-19T22:52:50.566Z | |
| 4620 | 2026-05-19T22:52:50.566Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4621 | 2026-05-19T22:52:50.566Z | --> dns-server/src/dns_server.rs:478:69 |
| 4622 | 2026-05-19T22:52:50.566Z | | |
| 4623 | 2026-05-19T22:52:50.566Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4624 | 2026-05-19T22:52:50.566Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4625 | 2026-05-19T22:52:50.566Z | | |
| 4626 | 2026-05-19T22:52:50.566Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4627 | 2026-05-19T22:52:50.566Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4628 | 2026-05-19T22:52:50.566Z | | |
| 4629 | 2026-05-19T22:52:50.567Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4630 | 2026-05-19T22:52:50.567Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4631 | 2026-05-19T22:52:50.567Z | | |
| 4632 | 2026-05-19T22:52:50.567Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4633 | 2026-05-19T22:52:50.567Z | | |
| 4634 | 2026-05-19T22:52:50.567Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4635 | 2026-05-19T22:52:50.567Z | | ---------------------------------------- this is the found type |
| 4636 | 2026-05-19T22:52:50.567Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4637 | 2026-05-19T22:52:50.567Z | note: required by a bound in `encode_and_send` |
| 4638 | 2026-05-19T22:52:50.567Z | --> dns-server/src/dns_server.rs:493:19 |
| 4639 | 2026-05-19T22:52:50.567Z | | |
| 4640 | 2026-05-19T22:52:50.567Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4641 | 2026-05-19T22:52:50.567Z | | --------------- required by a bound in this function |
| 4642 | 2026-05-19T22:52:50.567Z | ... |
| 4643 | 2026-05-19T22:52:50.567Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 4644 | 2026-05-19T22:52:50.567Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4645 | 2026-05-19T22:52:50.567Z | |
| 4646 | 2026-05-19T22:52:50.567Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4647 | 2026-05-19T22:52:50.567Z | --> dns-server/src/dns_server.rs:478:69 |
| 4648 | 2026-05-19T22:52:50.567Z | | |
| 4649 | 2026-05-19T22:52:50.567Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4650 | 2026-05-19T22:52:50.567Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4651 | 2026-05-19T22:52:50.567Z | | |
| 4652 | 2026-05-19T22:52:50.567Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4653 | 2026-05-19T22:52:50.567Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4654 | 2026-05-19T22:52:50.567Z | | |
| 4655 | 2026-05-19T22:52:50.567Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4656 | 2026-05-19T22:52:50.567Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4657 | 2026-05-19T22:52:50.567Z | | |
| 4658 | 2026-05-19T22:52:50.567Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4659 | 2026-05-19T22:52:50.567Z | | |
| 4660 | 2026-05-19T22:52:50.567Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4661 | 2026-05-19T22:52:50.567Z | | ---------------------------------------- this is the found type |
| 4662 | 2026-05-19T22:52:50.567Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4663 | 2026-05-19T22:52:50.567Z | note: required by a bound in `encode_and_send` |
| 4664 | 2026-05-19T22:52:50.568Z | --> dns-server/src/dns_server.rs:494:27 |
| 4665 | 2026-05-19T22:52:50.568Z | | |
| 4666 | 2026-05-19T22:52:50.568Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4667 | 2026-05-19T22:52:50.568Z | | --------------- required by a bound in this function |
| 4668 | 2026-05-19T22:52:50.568Z | ... |
| 4669 | 2026-05-19T22:52:50.568Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 4670 | 2026-05-19T22:52:50.568Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4671 | 2026-05-19T22:52:50.568Z | |
| 4672 | 2026-05-19T22:52:50.568Z | error[E0599]: the method `destructive_emit` exists for struct `MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>`, but its trait bounds were not satisfied |
| 4673 | 2026-05-19T22:52:50.568Z | --> dns-server/src/dns_server.rs:500:14 |
| 4674 | 2026-05-19T22:52:50.568Z | | |
| 4675 | 2026-05-19T22:52:50.568Z | 499 | let _ = mresp |
| 4676 | 2026-05-19T22:52:50.568Z | | _________________- |
| 4677 | 2026-05-19T22:52:50.568Z | 500 | | .destructive_emit(&mut enc) |
| 4678 | 2026-05-19T22:52:50.568Z | | | -^^^^^^^^^^^^^^^^ method cannot be called due to unsatisfied trait bounds |
| 4679 | 2026-05-19T22:52:50.568Z | | |_____________| |
| 4680 | 2026-05-19T22:52:50.568Z | | |
| 4681 | 2026-05-19T22:52:50.568Z | | |
| 4682 | 2026-05-19T22:52:50.568Z | = note: the following trait bounds were not satisfied: |
| 4683 | 2026-05-19T22:52:50.568Z | `<Answers as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record` |
| 4684 | 2026-05-19T22:52:50.568Z | `<NameServers as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record` |
| 4685 | 2026-05-19T22:52:50.568Z | `<Soa as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record` |
| 4686 | 2026-05-19T22:52:50.568Z | `<Additionals as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record` |
| 4687 | 2026-05-19T22:52:50.568Z | |
| 4688 | 2026-05-19T22:52:50.568Z | error[E0308]: mismatched types |
| 4689 | 2026-05-19T22:52:50.568Z | --> dns-server/src/dns_server.rs:229:35 |
| 4690 | 2026-05-19T22:52:50.568Z | | |
| 4691 | 2026-05-19T22:52:50.568Z | 229 | Ok(Record::from_rdata(name.clone(), 0, RData::A((*addr).into()))) |
| 4692 | 2026-05-19T22:52:50.568Z | | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4693 | 2026-05-19T22:52:50.568Z | | | |
| 4694 | 2026-05-19T22:52:50.568Z | | arguments to this function are incorrect |
| 4695 | 2026-05-19T22:52:50.568Z | | |
| 4696 | 2026-05-19T22:52:50.568Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4697 | 2026-05-19T22:52:50.568Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4698 | 2026-05-19T22:52:50.568Z | | |
| 4699 | 2026-05-19T22:52:50.568Z | 34 | pub struct Name { |
| 4700 | 2026-05-19T22:52:50.568Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4701 | 2026-05-19T22:52:50.568Z | | |
| 4702 | 2026-05-19T22:52:50.569Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4703 | 2026-05-19T22:52:50.569Z | | |
| 4704 | 2026-05-19T22:52:50.569Z | 37 | pub struct Name { |
| 4705 | 2026-05-19T22:52:50.569Z | | --------------- this is the found type |
| 4706 | 2026-05-19T22:52:50.569Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4707 | 2026-05-19T22:52:50.569Z | note: associated function defined here |
| 4708 | 2026-05-19T22:52:50.569Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 4709 | 2026-05-19T22:52:50.569Z | | |
| 4710 | 2026-05-19T22:52:50.569Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 4711 | 2026-05-19T22:52:50.569Z | | ^^^^^^^^^^ |
| 4712 | 2026-05-19T22:52:50.575Z | |
| 4713 | 2026-05-19T22:52:50.575Z | error[E0308]: mismatched types |
| 4714 | 2026-05-19T22:52:50.575Z | --> dns-server/src/dns_server.rs:233:35 |
| 4715 | 2026-05-19T22:52:50.575Z | | |
| 4716 | 2026-05-19T22:52:50.575Z | 233 | Ok(Record::from_rdata(name.clone(), 0, RData::AAAA((*addr).into()))) |
| 4717 | 2026-05-19T22:52:50.575Z | | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4718 | 2026-05-19T22:52:50.575Z | | | |
| 4719 | 2026-05-19T22:52:50.575Z | | arguments to this function are incorrect |
| 4720 | 2026-05-19T22:52:50.575Z | | |
| 4721 | 2026-05-19T22:52:50.576Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4722 | 2026-05-19T22:52:50.576Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4723 | 2026-05-19T22:52:50.576Z | | |
| 4724 | 2026-05-19T22:52:50.576Z | 34 | pub struct Name { |
| 4725 | 2026-05-19T22:52:50.576Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4726 | 2026-05-19T22:52:50.576Z | | |
| 4727 | 2026-05-19T22:52:50.576Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4728 | 2026-05-19T22:52:50.576Z | | |
| 4729 | 2026-05-19T22:52:50.576Z | 37 | pub struct Name { |
| 4730 | 2026-05-19T22:52:50.576Z | | --------------- this is the found type |
| 4731 | 2026-05-19T22:52:50.576Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4732 | 2026-05-19T22:52:50.576Z | note: associated function defined here |
| 4733 | 2026-05-19T22:52:50.576Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 4734 | 2026-05-19T22:52:50.576Z | | |
| 4735 | 2026-05-19T22:52:50.576Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 4736 | 2026-05-19T22:52:50.576Z | | ^^^^^^^^^^ |
| 4737 | 2026-05-19T22:52:50.576Z | |
| 4738 | 2026-05-19T22:52:50.576Z | error[E0308]: mismatched types |
| 4739 | 2026-05-19T22:52:50.576Z | --> dns-server/src/dns_server.rs:247:60 |
| 4740 | 2026-05-19T22:52:50.576Z | | |
| 4741 | 2026-05-19T22:52:50.576Z | 247 | RData::SRV(SRV::new(*prio, *weight, *port, tgt)), |
| 4742 | 2026-05-19T22:52:50.576Z | | -------- ^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4743 | 2026-05-19T22:52:50.576Z | | | |
| 4744 | 2026-05-19T22:52:50.576Z | | arguments to this function are incorrect |
| 4745 | 2026-05-19T22:52:50.576Z | | |
| 4746 | 2026-05-19T22:52:50.576Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4747 | 2026-05-19T22:52:50.576Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4748 | 2026-05-19T22:52:50.576Z | | |
| 4749 | 2026-05-19T22:52:50.576Z | 34 | pub struct Name { |
| 4750 | 2026-05-19T22:52:50.576Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4751 | 2026-05-19T22:52:50.576Z | | |
| 4752 | 2026-05-19T22:52:50.576Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4753 | 2026-05-19T22:52:50.576Z | | |
| 4754 | 2026-05-19T22:52:50.576Z | 37 | pub struct Name { |
| 4755 | 2026-05-19T22:52:50.576Z | | --------------- this is the found type |
| 4756 | 2026-05-19T22:52:50.576Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4757 | 2026-05-19T22:52:50.577Z | note: associated function defined here |
| 4758 | 2026-05-19T22:52:50.577Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/srv.rs:174:12 |
| 4759 | 2026-05-19T22:52:50.577Z | | |
| 4760 | 2026-05-19T22:52:50.577Z | 174 | pub fn new(priority: u16, weight: u16, port: u16, target: Name) -> Self { |
| 4761 | 2026-05-19T22:52:50.577Z | | ^^^ |
| 4762 | 2026-05-19T22:52:50.577Z | |
| 4763 | 2026-05-19T22:52:50.577Z | error[E0308]: mismatched types |
| 4764 | 2026-05-19T22:52:50.577Z | --> dns-server/src/dns_server.rs:245:17 |
| 4765 | 2026-05-19T22:52:50.577Z | | |
| 4766 | 2026-05-19T22:52:50.577Z | 244 | Ok(Record::from_rdata( |
| 4767 | 2026-05-19T22:52:50.577Z | | ------------------ arguments to this function are incorrect |
| 4768 | 2026-05-19T22:52:50.577Z | 245 | name.clone(), |
| 4769 | 2026-05-19T22:52:50.577Z | | ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4770 | 2026-05-19T22:52:50.577Z | | |
| 4771 | 2026-05-19T22:52:50.577Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4772 | 2026-05-19T22:52:50.577Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4773 | 2026-05-19T22:52:50.577Z | | |
| 4774 | 2026-05-19T22:52:50.577Z | 34 | pub struct Name { |
| 4775 | 2026-05-19T22:52:50.577Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4776 | 2026-05-19T22:52:50.577Z | | |
| 4777 | 2026-05-19T22:52:50.577Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4778 | 2026-05-19T22:52:50.577Z | | |
| 4779 | 2026-05-19T22:52:50.577Z | 37 | pub struct Name { |
| 4780 | 2026-05-19T22:52:50.577Z | | --------------- this is the found type |
| 4781 | 2026-05-19T22:52:50.577Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4782 | 2026-05-19T22:52:50.577Z | note: associated function defined here |
| 4783 | 2026-05-19T22:52:50.577Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 4784 | 2026-05-19T22:52:50.577Z | | |
| 4785 | 2026-05-19T22:52:50.577Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 4786 | 2026-05-19T22:52:50.577Z | | ^^^^^^^^^^ |
| 4787 | 2026-05-19T22:52:50.577Z | |
| 4788 | 2026-05-19T22:52:50.577Z | error[E0308]: mismatched types |
| 4789 | 2026-05-19T22:52:50.577Z | --> dns-server/src/dns_server.rs:259:65 |
| 4790 | 2026-05-19T22:52:50.577Z | | |
| 4791 | 2026-05-19T22:52:50.577Z | 259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname)))) |
| 4792 | 2026-05-19T22:52:50.577Z | | -- ^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4793 | 2026-05-19T22:52:50.577Z | | | |
| 4794 | 2026-05-19T22:52:50.577Z | | arguments to this struct are incorrect |
| 4795 | 2026-05-19T22:52:50.577Z | | |
| 4796 | 2026-05-19T22:52:50.578Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4797 | 2026-05-19T22:52:50.578Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4798 | 2026-05-19T22:52:50.578Z | | |
| 4799 | 2026-05-19T22:52:50.578Z | 34 | pub struct Name { |
| 4800 | 2026-05-19T22:52:50.578Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4801 | 2026-05-19T22:52:50.578Z | | |
| 4802 | 2026-05-19T22:52:50.578Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4803 | 2026-05-19T22:52:50.578Z | | |
| 4804 | 2026-05-19T22:52:50.578Z | 37 | pub struct Name { |
| 4805 | 2026-05-19T22:52:50.578Z | | --------------- this is the found type |
| 4806 | 2026-05-19T22:52:50.578Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4807 | 2026-05-19T22:52:50.578Z | note: tuple struct defined here |
| 4808 | 2026-05-19T22:52:50.578Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/name.rs:98:13 |
| 4809 | 2026-05-19T22:52:50.578Z | | |
| 4810 | 2026-05-19T22:52:50.578Z | 98 | name_rdata!(NS, RDataEncoding::StandardRecord); |
| 4811 | 2026-05-19T22:52:50.578Z | | ^^ |
| 4812 | 2026-05-19T22:52:50.582Z | |
| 4813 | 2026-05-19T22:52:50.582Z | error[E0308]: mismatched types |
| 4814 | 2026-05-19T22:52:50.582Z | --> dns-server/src/dns_server.rs:259:35 |
| 4815 | 2026-05-19T22:52:50.582Z | | |
| 4816 | 2026-05-19T22:52:50.582Z | 259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname)))) |
| 4817 | 2026-05-19T22:52:50.582Z | | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4818 | 2026-05-19T22:52:50.582Z | | | |
| 4819 | 2026-05-19T22:52:50.582Z | | arguments to this function are incorrect |
| 4820 | 2026-05-19T22:52:50.582Z | | |
| 4821 | 2026-05-19T22:52:50.582Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4822 | 2026-05-19T22:52:50.582Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4823 | 2026-05-19T22:52:50.582Z | | |
| 4824 | 2026-05-19T22:52:50.582Z | 34 | pub struct Name { |
| 4825 | 2026-05-19T22:52:50.582Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4826 | 2026-05-19T22:52:50.582Z | | |
| 4827 | 2026-05-19T22:52:50.582Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4828 | 2026-05-19T22:52:50.582Z | | |
| 4829 | 2026-05-19T22:52:50.582Z | 37 | pub struct Name { |
| 4830 | 2026-05-19T22:52:50.582Z | | --------------- this is the found type |
| 4831 | 2026-05-19T22:52:50.582Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4832 | 2026-05-19T22:52:50.582Z | note: associated function defined here |
| 4833 | 2026-05-19T22:52:50.582Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 4834 | 2026-05-19T22:52:50.582Z | | |
| 4835 | 2026-05-19T22:52:50.582Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 4836 | 2026-05-19T22:52:50.582Z | | ^^^^^^^^^^ |
| 4837 | 2026-05-19T22:52:50.582Z | |
| 4838 | 2026-05-19T22:52:50.582Z | error[E0308]: arguments to this function are incorrect |
| 4839 | 2026-05-19T22:52:50.582Z | --> dns-server/src/storage.rs:448:43 |
| 4840 | 2026-05-19T22:52:50.582Z | | |
| 4841 | 2026-05-19T22:52:50.582Z | 448 | hickory_proto::rr::RData::SOA(hickory_proto::rr::rdata::SOA::new( |
| 4842 | 2026-05-19T22:52:50.582Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 4843 | 2026-05-19T22:52:50.582Z | 449 | preferred_nameserver, |
| 4844 | 2026-05-19T22:52:50.582Z | | -------------------- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4845 | 2026-05-19T22:52:50.582Z | 450 | rname, |
| 4846 | 2026-05-19T22:52:50.582Z | | ----- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4847 | 2026-05-19T22:52:50.582Z | | |
| 4848 | 2026-05-19T22:52:50.583Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4849 | 2026-05-19T22:52:50.583Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4850 | 2026-05-19T22:52:50.583Z | | |
| 4851 | 2026-05-19T22:52:50.583Z | 34 | pub struct Name { |
| 4852 | 2026-05-19T22:52:50.583Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4853 | 2026-05-19T22:52:50.583Z | | |
| 4854 | 2026-05-19T22:52:50.583Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4855 | 2026-05-19T22:52:50.583Z | | |
| 4856 | 2026-05-19T22:52:50.583Z | 37 | pub struct Name { |
| 4857 | 2026-05-19T22:52:50.583Z | | --------------- this is the found type |
| 4858 | 2026-05-19T22:52:50.583Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4859 | 2026-05-19T22:52:50.583Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4860 | 2026-05-19T22:52:50.583Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4861 | 2026-05-19T22:52:50.583Z | | |
| 4862 | 2026-05-19T22:52:50.583Z | 34 | pub struct Name { |
| 4863 | 2026-05-19T22:52:50.583Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4864 | 2026-05-19T22:52:50.583Z | | |
| 4865 | 2026-05-19T22:52:50.583Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4866 | 2026-05-19T22:52:50.583Z | | |
| 4867 | 2026-05-19T22:52:50.583Z | 37 | pub struct Name { |
| 4868 | 2026-05-19T22:52:50.583Z | | --------------- this is the found type |
| 4869 | 2026-05-19T22:52:50.583Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4870 | 2026-05-19T22:52:50.583Z | note: associated function defined here |
| 4871 | 2026-05-19T22:52:50.583Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/soa.rs:154:12 |
| 4872 | 2026-05-19T22:52:50.583Z | | |
| 4873 | 2026-05-19T22:52:50.583Z | 154 | pub fn new( |
| 4874 | 2026-05-19T22:52:50.583Z | | ^^^ |
| 4875 | 2026-05-19T22:52:50.583Z | |
| 4876 | 2026-05-19T22:52:50.587Z | error[E0308]: mismatched types |
| 4877 | 2026-05-19T22:52:50.587Z | --> dns-server/src/storage.rs:446:13 |
| 4878 | 2026-05-19T22:52:50.587Z | | |
| 4879 | 2026-05-19T22:52:50.587Z | 445 | let record = hickory_proto::rr::Record::from_rdata( |
| 4880 | 2026-05-19T22:52:50.587Z | | ------------------------------------- arguments to this function are incorrect |
| 4881 | 2026-05-19T22:52:50.587Z | 446 | soa_name, |
| 4882 | 2026-05-19T22:52:50.587Z | | ^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4883 | 2026-05-19T22:52:50.587Z | | |
| 4884 | 2026-05-19T22:52:50.587Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4885 | 2026-05-19T22:52:50.587Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4886 | 2026-05-19T22:52:50.587Z | | |
| 4887 | 2026-05-19T22:52:50.587Z | 34 | pub struct Name { |
| 4888 | 2026-05-19T22:52:50.587Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4889 | 2026-05-19T22:52:50.587Z | | |
| 4890 | 2026-05-19T22:52:50.587Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4891 | 2026-05-19T22:52:50.587Z | | |
| 4892 | 2026-05-19T22:52:50.587Z | 37 | pub struct Name { |
| 4893 | 2026-05-19T22:52:50.587Z | | --------------- this is the found type |
| 4894 | 2026-05-19T22:52:50.587Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4895 | 2026-05-19T22:52:50.587Z | note: associated function defined here |
| 4896 | 2026-05-19T22:52:50.587Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 4897 | 2026-05-19T22:52:50.587Z | | |
| 4898 | 2026-05-19T22:52:50.587Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 4899 | 2026-05-19T22:52:50.587Z | | ^^^^^^^^^^ |
| 4900 | 2026-05-19T22:52:50.587Z | |
| 4901 | 2026-05-19T22:52:50.595Z | error[E0308]: mismatched types |
| 4902 | 2026-05-19T22:52:50.595Z | --> dns-server/src/storage.rs:768:30 |
| 4903 | 2026-05-19T22:52:50.595Z | | |
| 4904 | 2026-05-19T22:52:50.595Z | 768 | self.query_raw(name, orig_name) |
| 4905 | 2026-05-19T22:52:50.595Z | | --------- ^^^^^^^^^ expected `hickory_resolver::Name`, found `hickory_proto::rr::Name` |
| 4906 | 2026-05-19T22:52:50.595Z | | | |
| 4907 | 2026-05-19T22:52:50.595Z | | arguments to this method are incorrect |
| 4908 | 2026-05-19T22:52:50.595Z | | |
| 4909 | 2026-05-19T22:52:50.595Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4910 | 2026-05-19T22:52:50.595Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4911 | 2026-05-19T22:52:50.595Z | | |
| 4912 | 2026-05-19T22:52:50.595Z | 37 | pub struct Name { |
| 4913 | 2026-05-19T22:52:50.595Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4914 | 2026-05-19T22:52:50.595Z | | |
| 4915 | 2026-05-19T22:52:50.595Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4916 | 2026-05-19T22:52:50.595Z | | |
| 4917 | 2026-05-19T22:52:50.595Z | 34 | pub struct Name { |
| 4918 | 2026-05-19T22:52:50.595Z | | --------------- this is the found type |
| 4919 | 2026-05-19T22:52:50.595Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4920 | 2026-05-19T22:52:50.595Z | note: method defined here |
| 4921 | 2026-05-19T22:52:50.595Z | --> dns-server/src/storage.rs:780:8 |
| 4922 | 2026-05-19T22:52:50.595Z | | |
| 4923 | 2026-05-19T22:52:50.595Z | 780 | fn query_raw( |
| 4924 | 2026-05-19T22:52:50.595Z | | ^^^^^^^^^ |
| 4925 | 2026-05-19T22:52:50.595Z | ... |
| 4926 | 2026-05-19T22:52:50.595Z | 783 | orig_name: &Name, |
| 4927 | 2026-05-19T22:52:50.595Z | | ---------------- |
| 4928 | 2026-05-19T22:52:50.596Z | |
| 4929 | 2026-05-19T22:52:50.599Z | error[E0308]: mismatched types |
| 4930 | 2026-05-19T22:52:50.599Z | --> dns-server/src/storage.rs:777:40 |
| 4931 | 2026-05-19T22:52:50.599Z | | |
| 4932 | 2026-05-19T22:52:50.599Z | 777 | self.query_raw(&LowerName::new(name), name) |
| 4933 | 2026-05-19T22:52:50.599Z | | -------------- ^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4934 | 2026-05-19T22:52:50.599Z | | | |
| 4935 | 2026-05-19T22:52:50.599Z | | arguments to this function are incorrect |
| 4936 | 2026-05-19T22:52:50.599Z | | |
| 4937 | 2026-05-19T22:52:50.599Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4938 | 2026-05-19T22:52:50.599Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4939 | 2026-05-19T22:52:50.599Z | | |
| 4940 | 2026-05-19T22:52:50.599Z | 34 | pub struct Name { |
| 4941 | 2026-05-19T22:52:50.599Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4942 | 2026-05-19T22:52:50.599Z | | |
| 4943 | 2026-05-19T22:52:50.599Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4944 | 2026-05-19T22:52:50.599Z | | |
| 4945 | 2026-05-19T22:52:50.599Z | 37 | pub struct Name { |
| 4946 | 2026-05-19T22:52:50.599Z | | --------------- this is the found type |
| 4947 | 2026-05-19T22:52:50.599Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4948 | 2026-05-19T22:52:50.599Z | note: associated function defined here |
| 4949 | 2026-05-19T22:52:50.599Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:37:12 |
| 4950 | 2026-05-19T22:52:50.599Z | | |
| 4951 | 2026-05-19T22:52:50.599Z | 37 | pub fn new(name: &Name) -> Self { |
| 4952 | 2026-05-19T22:52:50.599Z | | ^^^ |
| 4953 | 2026-05-19T22:52:50.599Z | |
| 4954 | 2026-05-19T22:52:50.603Z | error[E0277]: the trait bound `hickory_proto::rr::LowerName: std::convert::From<hickory_resolver::Name>` is not satisfied |
| 4955 | 2026-05-19T22:52:50.603Z | --> dns-server/src/storage.rs:791:33 |
| 4956 | 2026-05-19T22:52:50.603Z | | |
| 4957 | 2026-05-19T22:52:50.603Z | 791 | let zone_name = LowerName::from(Name::from_str(&z).unwrap()); |
| 4958 | 2026-05-19T22:52:50.603Z | | ^^^^^^^^^ the trait `std::convert::From<hickory_resolver::Name>` is not implemented for `hickory_proto::rr::LowerName` |
| 4959 | 2026-05-19T22:52:50.603Z | | |
| 4960 | 2026-05-19T22:52:50.603Z | help: item with same name found |
| 4961 | 2026-05-19T22:52:50.603Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/lower_name.rs:28:1 |
| 4962 | 2026-05-19T22:52:50.603Z | | |
| 4963 | 2026-05-19T22:52:50.603Z | 28 | pub struct LowerName(Name); |
| 4964 | 2026-05-19T22:52:50.603Z | | ^^^^^^^^^^^^^^^^^^^^ |
| 4965 | 2026-05-19T22:52:50.603Z | = note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4966 | 2026-05-19T22:52:50.603Z | help: the following other types implement trait `std::convert::From<T>` |
| 4967 | 2026-05-19T22:52:50.603Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:240:1 |
| 4968 | 2026-05-19T22:52:50.603Z | | |
| 4969 | 2026-05-19T22:52:50.603Z | 240 | impl From<Name> for LowerName { |
| 4970 | 2026-05-19T22:52:50.603Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<hickory_proto::rr::Name>` |
| 4971 | 2026-05-19T22:52:50.603Z | ... |
| 4972 | 2026-05-19T22:52:50.603Z | 246 | impl<'a> From<&'a Name> for LowerName { |
| 4973 | 2026-05-19T22:52:50.603Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<&hickory_proto::rr::Name>` |
| 4974 | 2026-05-19T22:52:50.603Z | = note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4975 | 2026-05-19T22:52:50.603Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4976 | 2026-05-19T22:52:50.603Z | |
| 4977 | 2026-05-19T22:52:50.765Z | Some errors have detailed explanations: E0271, E0277, E0308, E0599. |
| 4978 | 2026-05-19T22:52:50.765Z | For more information about an error, try `rustc --explain E0271`. |
| 4979 | 2026-05-19T22:52:50.808Z | error: could not compile `dns-server` (lib) due to 60 previous errors |
| 4980 | 2026-05-19T22:52:51.006Z | error: process didn't exit successfully: `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo check --bins --manifest-path dns-server/Cargo.toml` (exit status: 101) |
| 4981 | 2026-05-19T22:52:51.009Z | Error: cargo-hack install failed: exit status: 1 |
| 4982 | 2026-05-19T22:52:51.012Z | |
| 4983 | 2026-05-19T22:52:51.012Z | real 3:59.850427911 |
| 4984 | 2026-05-19T22:52:51.012Z | user 7:00.710501688 |
| 4985 | 2026-05-19T22:52:51.012Z | sys 1:56.201037914 |
| 4986 | 2026-05-19T22:52:51.012Z | trap 0.156340279 |
| 4987 | 2026-05-19T22:52:51.012Z | tflt 0.237511333 |
| 4988 | 2026-05-19T22:52:51.012Z | dflt 0.511530218 |
| 4989 | 2026-05-19T22:52:51.012Z | kflt 0.001820329 |
| 4990 | 2026-05-19T22:52:51.012Z | lock 21:17.427270075 |
| 4991 | 2026-05-19T22:52:51.012Z | slp 29:55.355404454 |
| 4992 | 2026-05-19T22:52:51.012Z | lat 32.329997465 |
| 4993 | 2026-05-19T22:52:51.012Z | stop 2:02.901031937 |
| 4994 | 2026-05-19T22:52:51.012Z | process exited: duration 378293 ms, exit code 1 |
| |
| 4995 | 2026-05-19T22:52:51.018Z | found 0 output files |