|
|
|
| 1 | 2026-05-12T03:37:01.641Z | job assigned to worker 01KRD43K8NSWYJPTTJVQ63RDJG [factory aws, i-0c7ef5ec8ac7f9231] (queued for 50 s) |
| |
| 2 | 2026-05-12T03:37:08.344Z | starting task 0: "setup" |
| 3 | 2026-05-12T03:37:08.348Z | ++ uname -s |
| 4 | 2026-05-12T03:37:08.351Z | + kern=SunOS |
| 5 | 2026-05-12T03:37:08.351Z | + build_user=build |
| 6 | 2026-05-12T03:37:08.352Z | + build_uid=12345 |
| 7 | 2026-05-12T03:37:08.352Z | + work_dir=/work |
| 8 | 2026-05-12T03:37:08.352Z | + input_dir=/input |
| 9 | 2026-05-12T03:37:08.352Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-12T03:37:08.352Z | + case "$kern" in |
| 11 | 2026-05-12T03:37:08.352Z | + groupadd -g 12345 build |
| 12 | 2026-05-12T03:37:08.356Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-12T03:37:10.361Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-12T03:37:10.459Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-12T03:37:10.462Z | + home_fs=zfs |
| 16 | 2026-05-12T03:37:10.462Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-12T03:37:10.462Z | + mkdir -p /home/build |
| 18 | 2026-05-12T03:37:10.462Z | + chown build:build /home/build /work |
| 19 | 2026-05-12T03:37:12.465Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-12T03:37:12.477Z | process exited: duration 4124 ms, exit code 0 |
| |
| 21 | 2026-05-12T03:37:12.487Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-12T03:37:12.494Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-12T03:37:12.494Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-12T03:37:12.495Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-12T03:37:12.495Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-12T03:37:12.499Z | * rust toolchain channel = "1.94.0" |
| 27 | 2026-05-12T03:37:12.499Z | * rust toolchain profile = "default" |
| 28 | 2026-05-12T03:37:12.499Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-12T03:37:12.499Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-12T03:37:12.599Z | info: downloading installer |
| 31 | 2026-05-12T03:37:13.961Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-12T03:37:13.961Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-12T03:37:13.961Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-12T03:37:13.961Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-12T03:37:13.974Z | info: profile set to default |
| 36 | 2026-05-12T03:37:13.974Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-12T03:37:13.977Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-12T03:37:14.124Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-12T03:37:14.124Z | info: downloading 6 components |
| 40 | 2026-05-12T03:37:28.333Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-12T03:37:28.333Z | |
| 42 | 2026-05-12T03:37:28.357Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-12T03:37:28.357Z | |
| 44 | 2026-05-12T03:37:28.364Z | |
| 45 | 2026-05-12T03:37:28.364Z | Rust is installed now. Great! |
| 46 | 2026-05-12T03:37:28.364Z | |
| 47 | 2026-05-12T03:37:28.364Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-12T03:37:28.364Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-12T03:37:28.364Z | |
| 50 | 2026-05-12T03:37:28.364Z | To configure your current shell, you need to source |
| 51 | 2026-05-12T03:37:28.364Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-12T03:37:28.364Z | |
| 53 | 2026-05-12T03:37:28.364Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-12T03:37:28.365Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-12T03:37:28.365Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-12T03:37:28.365Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-12T03:37:28.365Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-12T03:37:28.365Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-12T03:37:28.365Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-12T03:37:28.365Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-12T03:37:28.365Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-12T03:37:28.452Z | + rustup --version |
| 63 | 2026-05-12T03:37:28.464Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-12T03:37:28.464Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-12T03:37:28.485Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-12T03:37:28.511Z | + cargo --version |
| 67 | 2026-05-12T03:37:28.511Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-12T03:37:28.511Z | + rustc --version |
| 69 | 2026-05-12T03:37:28.517Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-12T03:37:28.538Z | process exited: duration 16028 ms, exit code 0 |
| |
| 71 | 2026-05-12T03:37:28.576Z | starting task 2: "authentication" |
| 72 | 2026-05-12T03:37:28.583Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 73 | 2026-05-12T03:37:45.131Z | process exited: duration 16518 ms, exit code 0 |
| |
| 74 | 2026-05-12T03:37:45.728Z | starting task 3: "clone repository" |
| 75 | 2026-05-12T03:37:45.828Z | + mkdir -p /work/oxidecomputer/omicron |
| 76 | 2026-05-12T03:37:45.828Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 77 | 2026-05-12T03:37:45.828Z | Cloning into '/work/oxidecomputer/omicron'... |
| 78 | 2026-05-12T03:37:55.486Z | + cd /work/oxidecomputer/omicron |
| 79 | 2026-05-12T03:37:55.486Z | + git fetch origin b510b6cb9b99e7326bef8cf66eba50b01cdddd2a |
| 80 | 2026-05-12T03:37:55.778Z | From https://github.com/oxidecomputer/omicron |
| 81 | 2026-05-12T03:37:55.778Z | * branch b510b6cb9b99e7326bef8cf66eba50b01cdddd2a -> FETCH_HEAD |
| 82 | 2026-05-12T03:37:55.933Z | + [[ -n renovate/crate-hickory-proto-vulnerability ]] |
| 83 | 2026-05-12T03:37:55.933Z | ++ git branch --show-current |
| 84 | 2026-05-12T03:37:55.933Z | + current=main |
| 85 | 2026-05-12T03:37:55.933Z | + [[ main != renovate/crate-hickory-proto-vulnerability ]] |
| 86 | 2026-05-12T03:37:55.933Z | + git branch -f renovate/crate-hickory-proto-vulnerability b510b6cb9b99e7326bef8cf66eba50b01cdddd2a |
| 87 | 2026-05-12T03:37:55.933Z | + git checkout -f renovate/crate-hickory-proto-vulnerability |
| 88 | 2026-05-12T03:37:55.992Z | Switched to branch 'renovate/crate-hickory-proto-vulnerability' |
| 89 | 2026-05-12T03:37:56.109Z | + git reset --hard b510b6cb9b99e7326bef8cf66eba50b01cdddd2a |
| 90 | 2026-05-12T03:37:56.109Z | HEAD is now at b510b6cb9 Update Rust crate hickory-proto to 0.26.0 [SECURITY] |
| 91 | 2026-05-12T03:37:56.109Z | process exited: duration 10309 ms, exit code 0 |
| |
| 92 | 2026-05-12T03:37:56.261Z | starting task 4: "build" |
| 93 | 2026-05-12T03:37:56.277Z | + source .github/buildomat/ci-env.sh |
| 94 | 2026-05-12T03:37:56.277Z | ++ export CARGO_TERM_COLOR=always |
| 95 | 2026-05-12T03:37:56.277Z | ++ CARGO_TERM_COLOR=always |
| 96 | 2026-05-12T03:37:56.277Z | + cargo --version |
| 97 | 2026-05-12T03:37:56.277Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 98 | 2026-05-12T03:37:56.277Z | + rustc --version |
| 99 | 2026-05-12T03:37:56.293Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 100 | 2026-05-12T03:37:56.313Z | + source ./env.sh |
| 101 | 2026-05-12T03:37:56.313Z | ++ OLD_SHELL_OPTS=ehxB |
| 102 | 2026-05-12T03:37:56.313Z | ++ set -o xtrace |
| 103 | 2026-05-12T03:37:56.313Z | ++++ dirname ./env.sh |
| 104 | 2026-05-12T03:37:56.313Z | +++ readlink -f . |
| 105 | 2026-05-12T03:37:56.313Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 106 | 2026-05-12T03:37:56.313Z | ++ export 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-12T03:37:56.314Z | ++ PATH=/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-12T03:37:56.314Z | ++ 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 |
| 109 | 2026-05-12T03:37:56.314Z | ++ 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 |
| 110 | 2026-05-12T03:37:56.314Z | ++ 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 |
| 111 | 2026-05-12T03:37:56.314Z | ++ 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 |
| 112 | 2026-05-12T03:37:56.314Z | ++ 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 |
| 113 | 2026-05-12T03:37:56.314Z | ++ 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 |
| 114 | 2026-05-12T03:37:56.314Z | ++ case $OLD_SHELL_OPTS in |
| 115 | 2026-05-12T03:37:56.314Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 116 | 2026-05-12T03:37:56.314Z | + 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 |
| 117 | 2026-05-12T03:37:56.315Z | + 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 |
| 118 | 2026-05-12T03:37:56.315Z | + banner prerequisites |
| 119 | 2026-05-12T03:37:56.315Z | |
| 120 | 2026-05-12T03:37:56.315Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 121 | 2026-05-12T03:37:56.315Z | # # # # # # # # # # # # # # # |
| 122 | 2026-05-12T03:37:56.315Z | # # # # ##### # # ##### # # # # # #### # |
| 123 | 2026-05-12T03:37:56.315Z | ##### ##### # ##### # # # # # # # # # |
| 124 | 2026-05-12T03:37:56.315Z | # # # # # # # # # # # # # # # |
| 125 | 2026-05-12T03:37:56.315Z | # # # ###### # # ###### ### # #### # #### # |
| 126 | 2026-05-12T03:37:56.315Z | |
| 127 | 2026-05-12T03:37:56.315Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 128 | 2026-05-12T03:37:57.867Z | Startup: Refreshing catalog 'helios' ... Done |
| 129 | 2026-05-12T03:37:57.936Z | Startup: Caching catalogs ... Done |
| 130 | 2026-05-12T03:37:58.053Z | Planning: Solver setup ... Done (0.121s) |
| 131 | 2026-05-12T03:37:58.161Z | Planning: Running solver ... Done (0.009s) |
| 132 | 2026-05-12T03:37:58.161Z | Planning: Finding local manifests ... Done (0.002s) |
| 133 | 2026-05-12T03:37:58.161Z | Planning: Fetching manifests: 0/2 0% complete |
| 134 | 2026-05-12T03:37:58.161Z | Planning: Fetching manifests: 2/2 100% complete |
| 135 | 2026-05-12T03:37:58.183Z | Planning: Package planning ... Done (0.013s) |
| 136 | 2026-05-12T03:37:58.184Z | Planning: Merging actions ... Done (0.001s) |
| 137 | 2026-05-12T03:37:58.309Z | Planning: Checking for conflicting actions ... Done (0.186s) |
| 138 | 2026-05-12T03:37:58.340Z | Planning: Consolidating action changes ... Done (0.001s) |
| 139 | 2026-05-12T03:37:59.142Z | Planning: Evaluating mediators ... Done (0.807s) |
| 140 | 2026-05-12T03:37:59.153Z | Planning: Planning completed in 1.20 seconds |
| 141 | 2026-05-12T03:37:59.153Z | Packages to install: 2 |
| 142 | 2026-05-12T03:37:59.153Z | Estimated space available: 156.08 GB |
| 143 | 2026-05-12T03:37:59.153Z | Estimated space to be consumed: 16.95 MB |
| 144 | 2026-05-12T03:37:59.153Z | Create boot environment: No |
| 145 | 2026-05-12T03:37:59.153Z | Create backup boot environment: No |
| 146 | 2026-05-12T03:37:59.154Z | Rebuild boot archive: No |
| 147 | 2026-05-12T03:37:59.154Z | |
| 148 | 2026-05-12T03:37:59.154Z | Changed packages: |
| 149 | 2026-05-12T03:37:59.154Z | helios |
| 150 | 2026-05-12T03:37:59.154Z | developer/build-essential |
| 151 | 2026-05-12T03:37:59.154Z | None -> 11-3.0 |
| 152 | 2026-05-12T03:37:59.154Z | library/libxmlsec1 |
| 153 | 2026-05-12T03:37:59.154Z | None -> 1.2.35-3.0 |
| 154 | 2026-05-12T03:37:59.154Z | |
| 155 | 2026-05-12T03:37:59.154Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 156 | 2026-05-12T03:38:00.908Z | Download: Completed 1.28 MB in 1.78 seconds (735k/s) |
| 157 | 2026-05-12T03:38:00.998Z | Actions: 1/268 actions (Installing new actions) |
| 158 | 2026-05-12T03:38:01.022Z | Actions: Completed 268 actions in 0.04 seconds. |
| 159 | 2026-05-12T03:38:01.031Z | Finalize: Updating package state database ... Done (0.005s) |
| 160 | 2026-05-12T03:38:01.031Z | Finalize: Updating package cache ... Done (0.000s) |
| 161 | 2026-05-12T03:38:01.039Z | Finalize: Updating image state ... Done (0.011s) |
| 162 | 2026-05-12T03:38:03.432Z | Finalize: Creating fast lookup database ... Done (2.356s) |
| 163 | 2026-05-12T03:38:03.944Z | Finalize: Reading search index ... Done (0.013s) |
| 164 | 2026-05-12T03:38:04.494Z | Finalize: Updating search index ... Done (0.000s) |
| 165 | 2026-05-12T03:38:04.494Z | Finalize: Updating package cache ... Done (0.000s) |
| 166 | 2026-05-12T03:38:04.494Z | Planning: Evaluating mediator changes ... Done |
| 167 | 2026-05-12T03:38:04.494Z | Planning: Checking for conflicting actions ... Done |
| 168 | 2026-05-12T03:38:04.494Z | Planning: Consolidating action changes ... Done |
| 169 | 2026-05-12T03:38:04.514Z | Planning: Evaluating mediators ... Done |
| 170 | 2026-05-12T03:38:04.514Z | Planning: Planning completed in 0.27 seconds |
| 171 | 2026-05-12T03:38:04.514Z | Mediators to change: 2 |
| 172 | 2026-05-12T03:38:04.514Z | Create boot environment: No |
| 173 | 2026-05-12T03:38:04.514Z | Create backup boot environment: No |
| 174 | 2026-05-12T03:38:04.514Z | Finalize: Updating package state database ... Done |
| 175 | 2026-05-12T03:38:04.514Z | Finalize: Updating package cache ... Done |
| 176 | 2026-05-12T03:38:04.514Z | Finalize: Updating image state ... Done |
| 177 | 2026-05-12T03:38:06.214Z | Finalize: Creating fast lookup database ... Done |
| 178 | 2026-05-12T03:38:06.313Z | Finalize: Reading search index ... Done |
| 179 | 2026-05-12T03:38:06.314Z | Finalize: Updating search index ... Done |
| 180 | 2026-05-12T03:38:06.388Z | Finalize: Updating package cache ... Done |
| 181 | 2026-05-12T03:38:06.668Z | Planning: Evaluating mediator changes ... Done |
| 182 | 2026-05-12T03:38:06.741Z | Planning: Checking for conflicting actions ... Done |
| 183 | 2026-05-12T03:38:06.899Z | Planning: Consolidating action changes ... Done |
| 184 | 2026-05-12T03:38:07.033Z | Planning: Evaluating mediators ... Done |
| 185 | 2026-05-12T03:38:07.033Z | Planning: Planning completed in 0.27 seconds |
| 186 | 2026-05-12T03:38:07.034Z | Mediators to change: 1 |
| 187 | 2026-05-12T03:38:07.034Z | Create boot environment: No |
| 188 | 2026-05-12T03:38:07.034Z | Create backup boot environment: No |
| 189 | 2026-05-12T03:38:07.034Z | Finalize: Updating package state database ... Done |
| 190 | 2026-05-12T03:38:07.034Z | Finalize: Updating package cache ... Done |
| 191 | 2026-05-12T03:38:07.034Z | Finalize: Updating image state ... Done |
| 192 | 2026-05-12T03:38:09.390Z | Finalize: Creating fast lookup database ... Done |
| 193 | 2026-05-12T03:38:09.440Z | Finalize: Reading search index ... Done |
| 194 | 2026-05-12T03:38:09.440Z | Finalize: Updating search index ... Done |
| 195 | 2026-05-12T03:38:09.441Z | Finalize: Updating package cache ... Done |
| 196 | 2026-05-12T03:38:09.441Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 197 | 2026-05-12T03:38:09.442Z | apache system 2.4 system |
| 198 | 2026-05-12T03:38:09.444Z | clang system 15 system |
| 199 | 2026-05-12T03:38:09.444Z | csh system system illumos |
| 200 | 2026-05-12T03:38:09.444Z | ctags system system illumos |
| 201 | 2026-05-12T03:38:09.444Z | file vendor vendor darwinsys |
| 202 | 2026-05-12T03:38:09.444Z | file system system illumos |
| 203 | 2026-05-12T03:38:09.444Z | gcc vendor 14 vendor |
| 204 | 2026-05-12T03:38:09.444Z | gcc system 13 system |
| 205 | 2026-05-12T03:38:09.444Z | gcc system 10 system |
| 206 | 2026-05-12T03:38:09.444Z | go system 1.25 system |
| 207 | 2026-05-12T03:38:09.444Z | llvm system 15 system |
| 208 | 2026-05-12T03:38:09.444Z | mariadb system 11.4 system |
| 209 | 2026-05-12T03:38:09.444Z | mta vendor vendor dma |
| 210 | 2026-05-12T03:38:09.444Z | openjdk system 17 system |
| 211 | 2026-05-12T03:38:09.444Z | openjdk system 11 system |
| 212 | 2026-05-12T03:38:09.444Z | openssl vendor 3 vendor |
| 213 | 2026-05-12T03:38:09.445Z | perl system 5.40 system |
| 214 | 2026-05-12T03:38:09.445Z | postgresql system 18 system |
| 215 | 2026-05-12T03:38:09.445Z | postgresql system 17 system |
| 216 | 2026-05-12T03:38:09.445Z | python vendor 3 vendor |
| 217 | 2026-05-12T03:38:09.445Z | python system 2 system |
| 218 | 2026-05-12T03:38:09.445Z | python3 vendor 3.13 vendor |
| 219 | 2026-05-12T03:38:09.445Z | ruby system 3.4 system |
| 220 | 2026-05-12T03:38:09.445Z | ruby system 3.0 system |
| 221 | 2026-05-12T03:38:09.446Z | words vendor vendor american-english |
| 222 | 2026-05-12T03:38:09.446Z | words system system australian-english |
| 223 | 2026-05-12T03:38:09.446Z | words system system british-english |
| 224 | 2026-05-12T03:38:09.447Z | words system system canadian-english |
| 225 | 2026-05-12T03:38:09.447Z | words system system french |
| 226 | 2026-05-12T03:38:09.447Z | words system system italian |
| 227 | 2026-05-12T03:38:09.447Z | words system system ngerman |
| 228 | 2026-05-12T03:38:09.447Z | words system system ogerman |
| 229 | 2026-05-12T03:38:09.447Z | words system system spanish |
| 230 | 2026-05-12T03:38:09.669Z | PUBLISHER TYPE STATUS P LOCATION |
| 231 | 2026-05-12T03:38:09.669Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 232 | 2026-05-12T03:38:09.888Z | FMRI IFO |
| 233 | 2026-05-12T03:38:09.888Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 234 | 2026-05-12T03:38:09.888Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 235 | 2026-05-12T03:38:09.888Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 236 | 2026-05-12T03:38:09.888Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 237 | 2026-05-12T03:38:09.888Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 238 | 2026-05-12T03:38:09.888Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 239 | 2026-05-12T03:38:09.888Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 240 | 2026-05-12T03:38:09.889Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 241 | 2026-05-12T03:38:09.889Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 242 | 2026-05-12T03:38:10.219Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 243 | 2026-05-12T03:38:10.423Z | Updating crates.io index |
| 244 | 2026-05-12T03:38:10.433Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 245 | 2026-05-12T03:38:10.679Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 246 | 2026-05-12T03:38:11.458Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 247 | 2026-05-12T03:38:11.922Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 248 | 2026-05-12T03:38:12.960Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 249 | 2026-05-12T03:38:13.500Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 250 | 2026-05-12T03:38:15.247Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 251 | 2026-05-12T03:38:15.933Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 252 | 2026-05-12T03:38:16.382Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 253 | 2026-05-12T03:38:17.260Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 254 | 2026-05-12T03:38:17.680Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 255 | 2026-05-12T03:38:18.111Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 256 | 2026-05-12T03:38:18.370Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 257 | 2026-05-12T03:38:19.391Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 258 | 2026-05-12T03:38:19.923Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 259 | 2026-05-12T03:38:20.239Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 260 | 2026-05-12T03:38:20.632Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 261 | 2026-05-12T03:38:20.864Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 262 | 2026-05-12T03:38:21.192Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 263 | 2026-05-12T03:38:21.378Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 264 | 2026-05-12T03:38:21.629Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 265 | 2026-05-12T03:38:21.986Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 266 | 2026-05-12T03:38:22.328Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 267 | 2026-05-12T03:38:22.807Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 268 | 2026-05-12T03:38:23.217Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 269 | 2026-05-12T03:38:23.391Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 270 | 2026-05-12T03:38:23.794Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 271 | 2026-05-12T03:38:24.809Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 272 | 2026-05-12T03:38:25.542Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 273 | 2026-05-12T03:38:26.009Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 274 | 2026-05-12T03:38:26.193Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 275 | 2026-05-12T03:38:26.536Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 276 | 2026-05-12T03:38:26.804Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 277 | 2026-05-12T03:38:27.092Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 278 | 2026-05-12T03:38:27.500Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 279 | 2026-05-12T03:38:27.743Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 280 | 2026-05-12T03:38:27.959Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 281 | 2026-05-12T03:38:28.310Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 282 | 2026-05-12T03:38:39.842Z | Downloading crates ... |
| 283 | 2026-05-12T03:38:39.901Z | Downloaded getrandom v0.4.1 |
| 284 | 2026-05-12T03:38:39.908Z | Downloaded form_urlencoded v1.2.2 |
| 285 | 2026-05-12T03:38:39.911Z | Downloaded cfg-if v1.0.4 |
| 286 | 2026-05-12T03:38:39.912Z | Downloaded yoke v0.8.1 |
| 287 | 2026-05-12T03:38:39.912Z | Downloaded digest v0.10.7 |
| 288 | 2026-05-12T03:38:39.920Z | Downloaded heck v0.4.1 |
| 289 | 2026-05-12T03:38:39.929Z | Downloaded fnv v1.0.7 |
| 290 | 2026-05-12T03:38:39.929Z | Downloaded anstream v0.6.21 |
| 291 | 2026-05-12T03:38:39.929Z | Downloaded displaydoc v0.2.5 |
| 292 | 2026-05-12T03:38:39.929Z | Downloaded cargo_toml v0.21.0 |
| 293 | 2026-05-12T03:38:39.932Z | Downloaded anstyle v1.0.13 |
| 294 | 2026-05-12T03:38:39.932Z | Downloaded clap v4.5.60 |
| 295 | 2026-05-12T03:38:39.940Z | Downloaded generic-array v0.14.7 |
| 296 | 2026-05-12T03:38:39.950Z | Downloaded fs-err v3.3.0 |
| 297 | 2026-05-12T03:38:39.950Z | Downloaded bitflags v2.11.0 |
| 298 | 2026-05-12T03:38:39.950Z | Downloaded cpufeatures v0.2.17 |
| 299 | 2026-05-12T03:38:39.950Z | Downloaded scroll_derive v0.12.1 |
| 300 | 2026-05-12T03:38:39.951Z | Downloaded memmap v0.7.0 |
| 301 | 2026-05-12T03:38:39.955Z | Downloaded idna_adapter v1.2.1 |
| 302 | 2026-05-12T03:38:39.955Z | Downloaded anstyle-parse v0.2.7 |
| 303 | 2026-05-12T03:38:39.955Z | Downloaded is_terminal_polyfill v1.70.2 |
| 304 | 2026-05-12T03:38:39.968Z | Downloaded potential_utf v0.1.4 |
| 305 | 2026-05-12T03:38:39.982Z | Downloaded itoa v1.0.17 |
| 306 | 2026-05-12T03:38:39.982Z | Downloaded heck v0.5.0 |
| 307 | 2026-05-12T03:38:39.982Z | Downloaded cargo_metadata v0.21.0 |
| 308 | 2026-05-12T03:38:39.982Z | Downloaded macaddr v1.0.1 |
| 309 | 2026-05-12T03:38:39.983Z | Downloaded proc-macro-error-attr v1.0.4 |
| 310 | 2026-05-12T03:38:39.983Z | Downloaded percent-encoding v2.3.2 |
| 311 | 2026-05-12T03:38:39.987Z | Downloaded dtrace-parser v0.2.0 |
| 312 | 2026-05-12T03:38:39.987Z | Downloaded serde_spanned v0.6.9 |
| 313 | 2026-05-12T03:38:39.987Z | Downloaded crypto-common v0.1.7 |
| 314 | 2026-05-12T03:38:39.987Z | Downloaded stable_deref_trait v1.2.1 |
| 315 | 2026-05-12T03:38:39.987Z | Downloaded equivalent v1.0.2 |
| 316 | 2026-05-12T03:38:39.987Z | Downloaded usdt-macro v0.5.0 |
| 317 | 2026-05-12T03:38:39.987Z | Downloaded cargo-platform v0.2.0 |
| 318 | 2026-05-12T03:38:39.990Z | Downloaded strsim v0.11.1 |
| 319 | 2026-05-12T03:38:39.990Z | Downloaded toml v0.8.23 |
| 320 | 2026-05-12T03:38:39.993Z | Downloaded terminal_size v0.4.3 |
| 321 | 2026-05-12T03:38:40.002Z | Downloaded tabled_derive v0.7.0 |
| 322 | 2026-05-12T03:38:40.002Z | Downloaded fastrand v2.3.0 |
| 323 | 2026-05-12T03:38:40.005Z | Downloaded dof v0.3.0 |
| 324 | 2026-05-12T03:38:40.005Z | Downloaded writeable v0.6.2 |
| 325 | 2026-05-12T03:38:40.005Z | Downloaded camino-tempfile v1.4.1 |
| 326 | 2026-05-12T03:38:40.005Z | Downloaded zmij v1.0.21 |
| 327 | 2026-05-12T03:38:40.005Z | Downloaded zerofrom-derive v0.1.6 |
| 328 | 2026-05-12T03:38:40.008Z | Downloaded pretty-hex v0.4.1 |
| 329 | 2026-05-12T03:38:40.011Z | Downloaded smawk v0.3.2 |
| 330 | 2026-05-12T03:38:40.014Z | Downloaded anstyle-query v1.1.5 |
| 331 | 2026-05-12T03:38:40.014Z | Downloaded zerotrie v0.2.3 |
| 332 | 2026-05-12T03:38:40.014Z | Downloaded serde-value v0.7.0 |
| 333 | 2026-05-12T03:38:40.019Z | Downloaded ordered-float v2.10.1 |
| 334 | 2026-05-12T03:38:40.019Z | Downloaded utf8parse v0.2.2 |
| 335 | 2026-05-12T03:38:40.019Z | Downloaded plain v0.2.3 |
| 336 | 2026-05-12T03:38:40.019Z | Downloaded usdt-attr-macro v0.5.0 |
| 337 | 2026-05-12T03:38:40.019Z | Downloaded swrite v0.1.0 |
| 338 | 2026-05-12T03:38:40.020Z | Downloaded block-buffer v0.10.4 |
| 339 | 2026-05-12T03:38:40.023Z | Downloaded unicode-width v0.2.0 |
| 340 | 2026-05-12T03:38:40.030Z | Downloaded zerofrom v0.1.6 |
| 341 | 2026-05-12T03:38:40.030Z | Downloaded unicode-linebreak v0.1.5 |
| 342 | 2026-05-12T03:38:40.031Z | Downloaded thiserror v2.0.18 |
| 343 | 2026-05-12T03:38:40.037Z | Downloaded unicode-ident v1.0.24 |
| 344 | 2026-05-12T03:38:40.037Z | Downloaded unicode-xid v0.2.6 |
| 345 | 2026-05-12T03:38:40.037Z | Downloaded serde-untagged v0.1.9 |
| 346 | 2026-05-12T03:38:40.037Z | Downloaded ucd-trie v0.1.7 |
| 347 | 2026-05-12T03:38:40.037Z | Downloaded scroll v0.12.0 |
| 348 | 2026-05-12T03:38:40.037Z | Downloaded litemap v0.8.1 |
| 349 | 2026-05-12T03:38:40.044Z | Downloaded zerocopy-derive v0.7.35 |
| 350 | 2026-05-12T03:38:40.044Z | Downloaded proc-macro-error v1.0.4 |
| 351 | 2026-05-12T03:38:40.044Z | Downloaded autocfg v1.5.0 |
| 352 | 2026-05-12T03:38:40.047Z | Downloaded bytecount v0.6.9 |
| 353 | 2026-05-12T03:38:40.047Z | Downloaded goblin v0.8.2 |
| 354 | 2026-05-12T03:38:40.047Z | Downloaded version_check v0.9.5 |
| 355 | 2026-05-12T03:38:40.048Z | Downloaded usdt-impl v0.5.0 |
| 356 | 2026-05-12T03:38:40.048Z | Downloaded toml_edit v0.22.27 |
| 357 | 2026-05-12T03:38:40.052Z | Downloaded serde_tokenstream v0.2.3 |
| 358 | 2026-05-12T03:38:40.052Z | Downloaded synstructure v0.13.2 |
| 359 | 2026-05-12T03:38:40.052Z | Downloaded errno v0.3.14 |
| 360 | 2026-05-12T03:38:40.052Z | Downloaded erased-serde v0.4.9 |
| 361 | 2026-05-12T03:38:40.056Z | Downloaded typenum v1.19.0 |
| 362 | 2026-05-12T03:38:40.056Z | Downloaded thread-id v4.2.2 |
| 363 | 2026-05-12T03:38:40.056Z | Downloaded pest_generator v2.8.6 |
| 364 | 2026-05-12T03:38:40.056Z | Downloaded cargo-util-schemas v0.8.2 |
| 365 | 2026-05-12T03:38:40.059Z | Downloaded byteorder v1.5.0 |
| 366 | 2026-05-12T03:38:40.059Z | Downloaded clap_lex v1.0.0 |
| 367 | 2026-05-12T03:38:40.059Z | Downloaded usdt v0.5.0 |
| 368 | 2026-05-12T03:38:40.059Z | Downloaded utf8_iter v1.0.4 |
| 369 | 2026-05-12T03:38:40.059Z | Downloaded colorchoice v1.0.4 |
| 370 | 2026-05-12T03:38:40.059Z | Downloaded thiserror-impl v2.0.18 |
| 371 | 2026-05-12T03:38:40.068Z | Downloaded zerovec-derive v0.11.2 |
| 372 | 2026-05-12T03:38:40.075Z | Downloaded zerovec v0.11.5 |
| 373 | 2026-05-12T03:38:40.075Z | Downloaded toml_datetime v0.6.11 |
| 374 | 2026-05-12T03:38:40.075Z | Downloaded quote v1.0.45 |
| 375 | 2026-05-12T03:38:40.080Z | Downloaded serde_derive v1.0.228 |
| 376 | 2026-05-12T03:38:40.080Z | Downloaded toml_write v0.1.2 |
| 377 | 2026-05-12T03:38:40.082Z | Downloaded sha2 v0.10.9 |
| 378 | 2026-05-12T03:38:40.085Z | Downloaded proc-macro2 v1.0.106 |
| 379 | 2026-05-12T03:38:40.088Z | Downloaded unicode-width v0.1.14 |
| 380 | 2026-05-12T03:38:40.091Z | Downloaded semver v1.0.28 |
| 381 | 2026-05-12T03:38:40.091Z | Downloaded papergrid v0.11.0 |
| 382 | 2026-05-12T03:38:40.094Z | Downloaded smallvec v1.15.1 |
| 383 | 2026-05-12T03:38:40.097Z | Downloaded camino v1.2.2 |
| 384 | 2026-05-12T03:38:40.097Z | Downloaded winnow v0.7.14 |
| 385 | 2026-05-12T03:38:40.101Z | Downloaded textwrap v0.16.2 |
| 386 | 2026-05-12T03:38:40.104Z | Downloaded tempfile v3.25.0 |
| 387 | 2026-05-12T03:38:40.104Z | Downloaded once_cell v1.21.3 |
| 388 | 2026-05-12T03:38:40.107Z | Downloaded clap_derive v4.5.55 |
| 389 | 2026-05-12T03:38:40.111Z | Downloaded num-traits v0.2.19 |
| 390 | 2026-05-12T03:38:40.111Z | Downloaded zerocopy v0.7.35 |
| 391 | 2026-05-12T03:38:40.118Z | Downloaded url v2.5.8 |
| 392 | 2026-05-12T03:38:40.123Z | Downloaded thiserror-impl v1.0.69 |
| 393 | 2026-05-12T03:38:40.123Z | Downloaded thiserror v1.0.69 |
| 394 | 2026-05-12T03:38:40.126Z | Downloaded pest_derive v2.8.6 |
| 395 | 2026-05-12T03:38:40.127Z | Downloaded anyhow v1.0.102 |
| 396 | 2026-05-12T03:38:40.127Z | Downloaded yoke-derive v0.8.1 |
| 397 | 2026-05-12T03:38:40.127Z | Downloaded tinystr v0.8.2 |
| 398 | 2026-05-12T03:38:40.140Z | Downloaded icu_locale_core v2.1.1 |
| 399 | 2026-05-12T03:38:40.140Z | Downloaded icu_provider v2.1.1 |
| 400 | 2026-05-12T03:38:40.151Z | Downloaded typeid v1.0.3 |
| 401 | 2026-05-12T03:38:40.151Z | Downloaded icu_properties v2.1.2 |
| 402 | 2026-05-12T03:38:40.152Z | Downloaded icu_normalizer_data v2.1.1 |
| 403 | 2026-05-12T03:38:40.152Z | Downloaded serde_core v1.0.228 |
| 404 | 2026-05-12T03:38:40.152Z | Downloaded log v0.4.29 |
| 405 | 2026-05-12T03:38:40.152Z | Downloaded pest_meta v2.8.6 |
| 406 | 2026-05-12T03:38:40.152Z | Downloaded icu_normalizer v2.1.1 |
| 407 | 2026-05-12T03:38:40.162Z | Downloaded hashbrown v0.17.0 |
| 408 | 2026-05-12T03:38:40.162Z | Downloaded memchr v2.8.0 |
| 409 | 2026-05-12T03:38:40.163Z | Downloaded icu_collections v2.1.1 |
| 410 | 2026-05-12T03:38:40.163Z | Downloaded serde v1.0.228 |
| 411 | 2026-05-12T03:38:40.185Z | Downloaded pest v2.8.6 |
| 412 | 2026-05-12T03:38:40.196Z | Downloaded indexmap v2.14.0 |
| 413 | 2026-05-12T03:38:40.200Z | Downloaded serde_json v1.0.149 |
| 414 | 2026-05-12T03:38:40.203Z | Downloaded icu_properties_data v2.1.2 |
| 415 | 2026-05-12T03:38:40.211Z | Downloaded clap_builder v4.5.60 |
| 416 | 2026-05-12T03:38:40.217Z | Downloaded idna v1.1.0 |
| 417 | 2026-05-12T03:38:40.224Z | Downloaded tabled v0.15.0 |
| 418 | 2026-05-12T03:38:40.238Z | Downloaded syn v1.0.109 |
| 419 | 2026-05-12T03:38:40.253Z | Downloaded syn v2.0.117 |
| 420 | 2026-05-12T03:38:40.278Z | Downloaded rustix v1.1.3 |
| 421 | 2026-05-12T03:38:40.290Z | Downloaded libc v0.2.185 |
| 422 | 2026-05-12T03:38:40.361Z | Compiling proc-macro2 v1.0.106 |
| 423 | 2026-05-12T03:38:40.361Z | Compiling unicode-ident v1.0.24 |
| 424 | 2026-05-12T03:38:40.362Z | Compiling quote v1.0.45 |
| 425 | 2026-05-12T03:38:40.362Z | Compiling serde_core v1.0.228 |
| 426 | 2026-05-12T03:38:40.362Z | Compiling libc v0.2.185 |
| 427 | 2026-05-12T03:38:40.380Z | Compiling version_check v0.9.5 |
| 428 | 2026-05-12T03:38:40.380Z | Compiling serde v1.0.228 |
| 429 | 2026-05-12T03:38:40.380Z | Compiling stable_deref_trait v1.2.1 |
| 430 | 2026-05-12T03:38:40.627Z | Compiling memchr v2.8.0 |
| 431 | 2026-05-12T03:38:40.700Z | Compiling zmij v1.0.21 |
| 432 | 2026-05-12T03:38:40.911Z | Compiling thiserror v1.0.69 |
| 433 | 2026-05-12T03:38:40.927Z | Compiling itoa v1.0.17 |
| 434 | 2026-05-12T03:38:40.985Z | Compiling autocfg v1.5.0 |
| 435 | 2026-05-12T03:38:41.129Z | Compiling ucd-trie v0.1.7 |
| 436 | 2026-05-12T03:38:41.256Z | Compiling pest v2.8.6 |
| 437 | 2026-05-12T03:38:41.391Z | Compiling litemap v0.8.1 |
| 438 | 2026-05-12T03:38:41.403Z | Compiling writeable v0.6.2 |
| 439 | 2026-05-12T03:38:41.458Z | Compiling byteorder v1.5.0 |
| 440 | 2026-05-12T03:38:41.604Z | Compiling icu_normalizer_data v2.1.1 |
| 441 | 2026-05-12T03:38:41.684Z | Compiling rustix v1.1.3 |
| 442 | 2026-05-12T03:38:41.707Z | Compiling icu_properties_data v2.1.2 |
| 443 | 2026-05-12T03:38:41.772Z | Compiling syn v2.0.117 |
| 444 | 2026-05-12T03:38:41.881Z | Compiling errno v0.3.14 |
| 445 | 2026-05-12T03:38:41.913Z | Compiling bitflags v2.11.0 |
| 446 | 2026-05-12T03:38:41.925Z | Compiling serde_json v1.0.149 |
| 447 | 2026-05-12T03:38:42.155Z | Compiling num-traits v0.2.19 |
| 448 | 2026-05-12T03:38:42.182Z | Compiling equivalent v1.0.2 |
| 449 | 2026-05-12T03:38:42.230Z | Compiling hashbrown v0.17.0 |
| 450 | 2026-05-12T03:38:42.272Z | Compiling pest_meta v2.8.6 |
| 451 | 2026-05-12T03:38:42.338Z | Compiling smallvec v1.15.1 |
| 452 | 2026-05-12T03:38:42.496Z | Compiling typeid v1.0.3 |
| 453 | 2026-05-12T03:38:42.762Z | Compiling indexmap v2.14.0 |
| 454 | 2026-05-12T03:38:42.813Z | Compiling thread-id v4.2.2 |
| 455 | 2026-05-12T03:38:42.822Z | Compiling proc-macro-error-attr v1.0.4 |
| 456 | 2026-05-12T03:38:42.888Z | Compiling usdt-impl v0.5.0 |
| 457 | 2026-05-12T03:38:42.952Z | Compiling erased-serde v0.4.9 |
| 458 | 2026-05-12T03:38:43.006Z | Compiling winnow v0.7.14 |
| 459 | 2026-05-12T03:38:43.106Z | Compiling syn v1.0.109 |
| 460 | 2026-05-12T03:38:43.330Z | Compiling toml_write v0.1.2 |
| 461 | 2026-05-12T03:38:43.524Z | Compiling proc-macro-error v1.0.4 |
| 462 | 2026-05-12T03:38:43.567Z | Compiling getrandom v0.4.1 |
| 463 | 2026-05-12T03:38:43.712Z | Compiling plain v0.2.3 |
| 464 | 2026-05-12T03:38:43.828Z | Compiling thiserror v2.0.18 |
| 465 | 2026-05-12T03:38:43.887Z | Compiling camino v1.2.2 |
| 466 | 2026-05-12T03:38:43.909Z | Compiling utf8parse v0.2.2 |
| 467 | 2026-05-12T03:38:44.075Z | Compiling percent-encoding v2.3.2 |
| 468 | 2026-05-12T03:38:44.093Z | Compiling utf8_iter v1.0.4 |
| 469 | 2026-05-12T03:38:44.246Z | Compiling log v0.4.29 |
| 470 | 2026-05-12T03:38:44.274Z | Compiling form_urlencoded v1.2.2 |
| 471 | 2026-05-12T03:38:44.307Z | Compiling anstyle-parse v0.2.7 |
| 472 | 2026-05-12T03:38:44.359Z | Compiling ordered-float v2.10.1 |
| 473 | 2026-05-12T03:38:44.437Z | Compiling synstructure v0.13.2 |
| 474 | 2026-05-12T03:38:44.459Z | Compiling pest_generator v2.8.6 |
| 475 | 2026-05-12T03:38:44.602Z | Compiling terminal_size v0.4.3 |
| 476 | 2026-05-12T03:38:44.751Z | Compiling pretty-hex v0.4.1 |
| 477 | 2026-05-12T03:38:44.851Z | Compiling is_terminal_polyfill v1.70.2 |
| 478 | 2026-05-12T03:38:44.898Z | Compiling cfg-if v1.0.4 |
| 479 | 2026-05-12T03:38:44.946Z | Compiling colorchoice v1.0.4 |
| 480 | 2026-05-12T03:38:44.966Z | Compiling anstyle v1.0.13 |
| 481 | 2026-05-12T03:38:44.976Z | Compiling anstyle-query v1.1.5 |
| 482 | 2026-05-12T03:38:45.043Z | Compiling serde-untagged v0.1.9 |
| 483 | 2026-05-12T03:38:45.164Z | Compiling anstream v0.6.21 |
| 484 | 2026-05-12T03:38:45.164Z | Compiling semver v1.0.28 |
| 485 | 2026-05-12T03:38:45.226Z | Compiling fs-err v3.3.0 |
| 486 | 2026-05-12T03:38:45.284Z | Compiling clap_lex v1.0.0 |
| 487 | 2026-05-12T03:38:45.415Z | Compiling fastrand v2.3.0 |
| 488 | 2026-05-12T03:38:45.467Z | Compiling fnv v1.0.7 |
| 489 | 2026-05-12T03:38:45.483Z | Compiling bytecount v0.6.9 |
| 490 | 2026-05-12T03:38:45.507Z | Compiling anyhow v1.0.102 |
| 491 | 2026-05-12T03:38:45.532Z | Compiling unicode-xid v0.2.6 |
| 492 | 2026-05-12T03:38:45.572Z | Compiling unicode-width v0.1.14 |
| 493 | 2026-05-12T03:38:45.617Z | Compiling once_cell v1.21.3 |
| 494 | 2026-05-12T03:38:45.655Z | Compiling heck v0.4.1 |
| 495 | 2026-05-12T03:38:45.815Z | Compiling heck v0.5.0 |
| 496 | 2026-05-12T03:38:45.839Z | Compiling strsim v0.11.1 |
| 497 | 2026-05-12T03:38:45.873Z | Compiling papergrid v0.11.0 |
| 498 | 2026-05-12T03:38:45.986Z | Compiling tempfile v3.25.0 |
| 499 | 2026-05-12T03:38:46.050Z | Compiling clap_builder v4.5.60 |
| 500 | 2026-05-12T03:38:46.123Z | Compiling serde_derive v1.0.228 |
| 501 | 2026-05-12T03:38:46.174Z | Compiling zerofrom-derive v0.1.6 |
| 502 | 2026-05-12T03:38:46.192Z | Compiling yoke-derive v0.8.1 |
| 503 | 2026-05-12T03:38:46.367Z | Compiling zerovec-derive v0.11.2 |
| 504 | 2026-05-12T03:38:46.622Z | Compiling displaydoc v0.2.5 |
| 505 | 2026-05-12T03:38:47.265Z | Compiling thiserror-impl v1.0.69 |
| 506 | 2026-05-12T03:38:47.308Z | Compiling zerocopy-derive v0.7.35 |
| 507 | 2026-05-12T03:38:47.334Z | Compiling pest_derive v2.8.6 |
| 508 | 2026-05-12T03:38:47.483Z | Compiling scroll_derive v0.12.1 |
| 509 | 2026-05-12T03:38:47.551Z | Compiling zerofrom v0.1.6 |
| 510 | 2026-05-12T03:38:47.684Z | Compiling yoke v0.8.1 |
| 511 | 2026-05-12T03:38:47.776Z | Compiling thiserror-impl v2.0.18 |
| 512 | 2026-05-12T03:38:47.882Z | Compiling zerovec v0.11.5 |
| 513 | 2026-05-12T03:38:48.145Z | Compiling zerotrie v0.2.3 |
| 514 | 2026-05-12T03:38:48.198Z | Compiling zerocopy v0.7.35 |
| 515 | 2026-05-12T03:38:48.387Z | Compiling tinystr v0.8.2 |
| 516 | 2026-05-12T03:38:48.456Z | Compiling potential_utf v0.1.4 |
| 517 | 2026-05-12T03:38:48.607Z | Compiling icu_locale_core v2.1.1 |
| 518 | 2026-05-12T03:38:48.626Z | Compiling icu_collections v2.1.1 |
| 519 | 2026-05-12T03:38:48.659Z | Compiling dtrace-parser v0.2.0 |
| 520 | 2026-05-12T03:38:48.752Z | Compiling scroll v0.12.0 |
| 521 | 2026-05-12T03:38:49.222Z | Compiling goblin v0.8.2 |
| 522 | 2026-05-12T03:38:49.286Z | Compiling tabled_derive v0.7.0 |
| 523 | 2026-05-12T03:38:49.286Z | Compiling clap_derive v4.5.55 |
| 524 | 2026-05-12T03:38:49.374Z | Compiling icu_provider v2.1.1 |
| 525 | 2026-05-12T03:38:49.572Z | Compiling memmap v0.7.0 |
| 526 | 2026-05-12T03:38:49.647Z | Compiling icu_properties v2.1.2 |
| 527 | 2026-05-12T03:38:49.647Z | Compiling icu_normalizer v2.1.1 |
| 528 | 2026-05-12T03:38:49.672Z | Compiling toml_datetime v0.6.11 |
| 529 | 2026-05-12T03:38:49.672Z | Compiling serde_spanned v0.6.9 |
| 530 | 2026-05-12T03:38:49.672Z | Compiling dof v0.3.0 |
| 531 | 2026-05-12T03:38:49.769Z | Compiling serde_tokenstream v0.2.3 |
| 532 | 2026-05-12T03:38:49.937Z | Compiling toml_edit v0.22.27 |
| 533 | 2026-05-12T03:38:50.057Z | Compiling serde-value v0.7.0 |
| 534 | 2026-05-12T03:38:50.122Z | Compiling cargo-platform v0.2.0 |
| 535 | 2026-05-12T03:38:50.163Z | Compiling unicode-width v0.2.0 |
| 536 | 2026-05-12T03:38:50.373Z | Compiling unicode-linebreak v0.1.5 |
| 537 | 2026-05-12T03:38:50.423Z | Compiling idna_adapter v1.2.1 |
| 538 | 2026-05-12T03:38:50.433Z | Compiling smawk v0.3.2 |
| 539 | 2026-05-12T03:38:50.570Z | Compiling idna v1.1.0 |
| 540 | 2026-05-12T03:38:50.596Z | Compiling textwrap v0.16.2 |
| 541 | 2026-05-12T03:38:50.632Z | Compiling tabled v0.15.0 |
| 542 | 2026-05-12T03:38:50.647Z | Compiling usdt-attr-macro v0.5.0 |
| 543 | 2026-05-12T03:38:50.661Z | Compiling usdt-macro v0.5.0 |
| 544 | 2026-05-12T03:38:51.008Z | Compiling url v2.5.8 |
| 545 | 2026-05-12T03:38:51.102Z | Compiling clap v4.5.60 |
| 546 | 2026-05-12T03:38:51.157Z | Compiling macaddr v1.0.1 |
| 547 | 2026-05-12T03:38:51.212Z | Compiling camino-tempfile v1.4.1 |
| 548 | 2026-05-12T03:38:51.293Z | Compiling toml v0.8.23 |
| 549 | 2026-05-12T03:38:51.632Z | Compiling cargo-util-schemas v0.8.2 |
| 550 | 2026-05-12T03:38:51.796Z | Compiling cargo_toml v0.21.0 |
| 551 | 2026-05-12T03:38:51.895Z | Compiling swrite v0.1.0 |
| 552 | 2026-05-12T03:38:52.039Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 553 | 2026-05-12T03:38:52.120Z | Compiling usdt v0.5.0 |
| 554 | 2026-05-12T03:38:52.596Z | Compiling cargo_metadata v0.21.0 |
| 555 | 2026-05-12T03:38:53.654Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 556 | 2026-05-12T03:38:55.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.65s |
| 557 | 2026-05-12T03:38:55.899Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 558 | 2026-05-12T03:38:56.477Z | Downloading crates ... |
| 559 | 2026-05-12T03:38:56.575Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 560 | 2026-05-12T03:38:56.785Z | Downloaded compression-core v0.4.31 |
| 561 | 2026-05-12T03:38:56.785Z | Downloaded const-oid v0.9.6 |
| 562 | 2026-05-12T03:38:56.785Z | Downloaded debug-ignore v1.0.5 |
| 563 | 2026-05-12T03:38:56.785Z | Downloaded cargo-platform v0.1.9 |
| 564 | 2026-05-12T03:38:56.785Z | Downloaded crc-catalog v2.4.0 |
| 565 | 2026-05-12T03:38:56.785Z | Downloaded fd-lock v4.0.4 |
| 566 | 2026-05-12T03:38:56.785Z | Downloaded daft-derive v0.1.5 |
| 567 | 2026-05-12T03:38:56.785Z | Downloaded crossbeam-epoch v0.9.18 |
| 568 | 2026-05-12T03:38:56.785Z | Downloaded cookie v0.18.1 |
| 569 | 2026-05-12T03:38:56.785Z | Downloaded backon v1.6.0 |
| 570 | 2026-05-12T03:38:56.785Z | Downloaded defmt v1.0.1 |
| 571 | 2026-05-12T03:38:56.785Z | Downloaded bitvec v1.0.1 |
| 572 | 2026-05-12T03:38:56.785Z | Downloaded cancel-safe-futures v0.1.5 |
| 573 | 2026-05-12T03:38:56.785Z | Downloaded ascii-canvas v3.0.0 |
| 574 | 2026-05-12T03:38:56.785Z | Downloaded bit-set v0.5.3 |
| 575 | 2026-05-12T03:38:56.785Z | Downloaded ciborium v0.2.2 |
| 576 | 2026-05-12T03:38:56.786Z | Downloaded dropshot v0.17.0 |
| 577 | 2026-05-12T03:38:56.786Z | Downloaded critical-section v1.2.0 |
| 578 | 2026-05-12T03:38:56.786Z | Downloaded cbc v0.1.2 |
| 579 | 2026-05-12T03:38:56.786Z | Downloaded block-padding v0.3.3 |
| 580 | 2026-05-12T03:38:56.786Z | Downloaded async-stream v0.3.6 |
| 581 | 2026-05-12T03:38:56.786Z | Downloaded crc32fast v1.5.0 |
| 582 | 2026-05-12T03:38:56.786Z | Downloaded dirs-sys-next v0.1.2 |
| 583 | 2026-05-12T03:38:56.786Z | Downloaded castaway v0.2.4 |
| 584 | 2026-05-12T03:38:56.786Z | Downloaded daft v0.1.5 |
| 585 | 2026-05-12T03:38:56.786Z | Downloaded erased-serde v0.3.31 |
| 586 | 2026-05-12T03:38:56.786Z | Downloaded darling v0.21.3 |
| 587 | 2026-05-12T03:38:56.786Z | Downloaded defmt-macros v1.0.1 |
| 588 | 2026-05-12T03:38:56.786Z | Downloaded cstr-argument v0.1.2 |
| 589 | 2026-05-12T03:38:56.786Z | Downloaded blowfish v0.9.1 |
| 590 | 2026-05-12T03:38:56.786Z | Downloaded bitfield-macros v0.19.4 |
| 591 | 2026-05-12T03:38:56.786Z | Downloaded bitfield-struct v0.6.2 |
| 592 | 2026-05-12T03:38:56.786Z | Downloaded ed25519 v2.2.3 |
| 593 | 2026-05-12T03:38:56.786Z | Downloaded des v0.8.1 |
| 594 | 2026-05-12T03:38:56.786Z | Downloaded base16ct v0.2.0 |
| 595 | 2026-05-12T03:38:56.787Z | Downloaded blake2 v0.10.6 |
| 596 | 2026-05-12T03:38:56.787Z | Downloaded difflib v0.4.0 |
| 597 | 2026-05-12T03:38:56.787Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 598 | 2026-05-12T03:38:56.787Z | Downloaded enum-as-inner v0.6.1 |
| 599 | 2026-05-12T03:38:56.787Z | Downloaded dirs-next v2.0.0 |
| 600 | 2026-05-12T03:38:56.787Z | Downloaded cobs v0.3.0 |
| 601 | 2026-05-12T03:38:56.787Z | Downloaded base64 v0.22.1 |
| 602 | 2026-05-12T03:38:56.787Z | Downloaded ff v0.13.1 |
| 603 | 2026-05-12T03:38:56.787Z | Downloaded fallible-iterator v0.2.0 |
| 604 | 2026-05-12T03:38:56.789Z | Downloaded darling v0.20.11 |
| 605 | 2026-05-12T03:38:56.789Z | Downloaded embedded-io v0.6.1 |
| 606 | 2026-05-12T03:38:56.789Z | Downloaded der_derive v0.7.3 |
| 607 | 2026-05-12T03:38:56.789Z | Downloaded data-encoding v2.10.0 |
| 608 | 2026-05-12T03:38:56.789Z | Downloaded ciborium-io v0.2.2 |
| 609 | 2026-05-12T03:38:56.789Z | Downloaded atomicwrites v0.4.4 |
| 610 | 2026-05-12T03:38:56.789Z | Downloaded arrayref v0.3.9 |
| 611 | 2026-05-12T03:38:56.789Z | Downloaded cfg_aliases v0.1.1 |
| 612 | 2026-05-12T03:38:56.789Z | Downloaded cfg_aliases v0.2.1 |
| 613 | 2026-05-12T03:38:56.789Z | Downloaded bit-set v0.8.0 |
| 614 | 2026-05-12T03:38:56.870Z | Downloaded atty v0.2.14 |
| 615 | 2026-05-12T03:38:56.870Z | Downloaded aead v0.5.2 |
| 616 | 2026-05-12T03:38:56.870Z | Downloaded display-error-chain v0.2.2 |
| 617 | 2026-05-12T03:38:56.870Z | Downloaded cpufeatures v0.3.0 |
| 618 | 2026-05-12T03:38:56.870Z | Downloaded flagset v0.4.7 |
| 619 | 2026-05-12T03:38:56.871Z | Downloaded convert_case v0.4.0 |
| 620 | 2026-05-12T03:38:56.871Z | Downloaded bitflags v1.3.2 |
| 621 | 2026-05-12T03:38:56.872Z | Downloaded cargo_metadata v0.19.2 |
| 622 | 2026-05-12T03:38:56.872Z | Downloaded atomic-waker v1.1.2 |
| 623 | 2026-05-12T03:38:56.872Z | Downloaded async-stream-impl v0.3.6 |
| 624 | 2026-05-12T03:38:56.872Z | Downloaded filetime v0.2.27 |
| 625 | 2026-05-12T03:38:56.872Z | Downloaded crunchy v0.2.4 |
| 626 | 2026-05-12T03:38:56.872Z | Downloaded crucible-workspace-hack v0.1.0 |
| 627 | 2026-05-12T03:38:56.872Z | Downloaded crc v3.4.0 |
| 628 | 2026-05-12T03:38:56.872Z | Downloaded assert_matches v1.5.0 |
| 629 | 2026-05-12T03:38:56.872Z | Downloaded array-init v0.0.4 |
| 630 | 2026-05-12T03:38:56.873Z | Downloaded env_logger v0.11.9 |
| 631 | 2026-05-12T03:38:56.873Z | Downloaded either v1.15.0 |
| 632 | 2026-05-12T03:38:56.873Z | Downloaded bb8 v0.8.6 |
| 633 | 2026-05-12T03:38:56.873Z | Downloaded embedded-io v0.4.0 |
| 634 | 2026-05-12T03:38:56.873Z | Downloaded document-features v0.2.12 |
| 635 | 2026-05-12T03:38:56.873Z | Downloaded crc8 v0.1.1 |
| 636 | 2026-05-12T03:38:56.873Z | Downloaded dof v0.4.0 |
| 637 | 2026-05-12T03:38:56.873Z | Downloaded adler2 v2.0.1 |
| 638 | 2026-05-12T03:38:56.873Z | Downloaded foreign-types-macros v0.2.3 |
| 639 | 2026-05-12T03:38:56.873Z | Downloaded async-recursion v1.1.1 |
| 640 | 2026-05-12T03:38:56.873Z | Downloaded foreign-types-shared v0.1.1 |
| 641 | 2026-05-12T03:38:56.873Z | Downloaded dtrace-parser v0.3.0 |
| 642 | 2026-05-12T03:38:56.873Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 643 | 2026-05-12T03:38:56.873Z | Downloaded foreign-types v0.3.2 |
| 644 | 2026-05-12T03:38:56.873Z | Downloaded downcast-rs v2.0.2 |
| 645 | 2026-05-12T03:38:56.873Z | Downloaded derive_builder_macro v0.20.2 |
| 646 | 2026-05-12T03:38:56.873Z | Downloaded darling_macro v0.21.3 |
| 647 | 2026-05-12T03:38:56.874Z | Downloaded defmt-parser v1.0.0 |
| 648 | 2026-05-12T03:38:56.874Z | Downloaded funty v2.0.0 |
| 649 | 2026-05-12T03:38:56.874Z | Downloaded foreign-types-shared v0.3.1 |
| 650 | 2026-05-12T03:38:56.874Z | Downloaded foreign-types v0.5.0 |
| 651 | 2026-05-12T03:38:56.874Z | Downloaded dyn-clone v1.0.20 |
| 652 | 2026-05-12T03:38:56.874Z | Downloaded byte-wrapper v0.1.0 |
| 653 | 2026-05-12T03:38:56.874Z | Downloaded defmt v0.3.100 |
| 654 | 2026-05-12T03:38:56.874Z | Downloaded const_format_proc_macros v0.2.34 |
| 655 | 2026-05-12T03:38:56.874Z | Downloaded float-ord v0.3.2 |
| 656 | 2026-05-12T03:38:56.874Z | Downloaded dunce v1.0.5 |
| 657 | 2026-05-12T03:38:56.874Z | Downloaded async-trait v0.1.89 |
| 658 | 2026-05-12T03:38:56.874Z | Downloaded chacha20 v0.9.1 |
| 659 | 2026-05-12T03:38:56.874Z | Downloaded bit-vec v0.8.0 |
| 660 | 2026-05-12T03:38:56.874Z | Downloaded dsl_auto_type v0.2.0 |
| 661 | 2026-05-12T03:38:56.874Z | Downloaded ciborium-ll v0.2.2 |
| 662 | 2026-05-12T03:38:56.875Z | Downloaded endian-type v0.1.2 |
| 663 | 2026-05-12T03:38:56.875Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 664 | 2026-05-12T03:38:56.875Z | Downloaded darling_macro v0.23.0 |
| 665 | 2026-05-12T03:38:56.875Z | Downloaded argon2 v0.5.3 |
| 666 | 2026-05-12T03:38:56.875Z | Downloaded buf-list v1.1.2 |
| 667 | 2026-05-12T03:38:56.875Z | Downloaded deranged v0.5.8 |
| 668 | 2026-05-12T03:38:56.875Z | Downloaded constant_time_eq v0.4.2 |
| 669 | 2026-05-12T03:38:56.875Z | Downloaded cmake v0.1.57 |
| 670 | 2026-05-12T03:38:56.875Z | Downloaded convert_case v0.10.0 |
| 671 | 2026-05-12T03:38:56.875Z | Downloaded fxhash v0.2.1 |
| 672 | 2026-05-12T03:38:56.875Z | Downloaded futures-task v0.3.32 |
| 673 | 2026-05-12T03:38:56.875Z | Downloaded futures-sink v0.3.32 |
| 674 | 2026-05-12T03:38:56.875Z | Downloaded bzip2 v0.6.1 |
| 675 | 2026-05-12T03:38:56.875Z | Downloaded futures-macro v0.3.32 |
| 676 | 2026-05-12T03:38:56.875Z | Downloaded console v0.15.11 |
| 677 | 2026-05-12T03:38:56.875Z | Downloaded cassowary v0.3.0 |
| 678 | 2026-05-12T03:38:56.876Z | Downloaded gethostname v0.5.0 |
| 679 | 2026-05-12T03:38:56.876Z | Downloaded env_filter v1.0.0 |
| 680 | 2026-05-12T03:38:56.876Z | Downloaded futures-io v0.3.32 |
| 681 | 2026-05-12T03:38:56.876Z | Downloaded camino-tempfile-ext v0.3.3 |
| 682 | 2026-05-12T03:38:56.876Z | Downloaded globwalk v0.9.1 |
| 683 | 2026-05-12T03:38:56.876Z | Downloaded backoff v0.4.0 |
| 684 | 2026-05-12T03:38:56.876Z | Downloaded float-cmp v0.10.0 |
| 685 | 2026-05-12T03:38:56.876Z | Downloaded home v0.5.12 |
| 686 | 2026-05-12T03:38:56.876Z | Downloaded hex-literal v0.4.1 |
| 687 | 2026-05-12T03:38:56.876Z | Downloaded hex v0.4.3 |
| 688 | 2026-05-12T03:38:56.876Z | Downloaded futures-core v0.3.32 |
| 689 | 2026-05-12T03:38:56.876Z | Downloaded ghash v0.5.1 |
| 690 | 2026-05-12T03:38:56.876Z | Downloaded headers-core v0.3.0 |
| 691 | 2026-05-12T03:38:56.876Z | Downloaded hash32 v0.3.1 |
| 692 | 2026-05-12T03:38:56.876Z | Downloaded git-stub v1.0.0 |
| 693 | 2026-05-12T03:38:56.877Z | Downloaded darling_macro v0.20.11 |
| 694 | 2026-05-12T03:38:56.877Z | Downloaded futures-executor v0.3.32 |
| 695 | 2026-05-12T03:38:56.877Z | Downloaded foldhash v0.1.5 |
| 696 | 2026-05-12T03:38:56.877Z | Downloaded fixedbitset v0.5.7 |
| 697 | 2026-05-12T03:38:56.877Z | Downloaded fixedbitset v0.4.2 |
| 698 | 2026-05-12T03:38:56.877Z | Downloaded arrayvec v0.7.6 |
| 699 | 2026-05-12T03:38:56.877Z | Downloaded cipher v0.4.4 |
| 700 | 2026-05-12T03:38:56.877Z | Downloaded foldhash v0.2.0 |
| 701 | 2026-05-12T03:38:56.877Z | Downloaded ctr v0.9.2 |
| 702 | 2026-05-12T03:38:56.877Z | Downloaded derive-ex v0.1.8 |
| 703 | 2026-05-12T03:38:56.877Z | Downloaded bit-vec v0.6.3 |
| 704 | 2026-05-12T03:38:56.877Z | Downloaded corncobs v0.1.4 |
| 705 | 2026-05-12T03:38:56.877Z | Downloaded base64ct v1.8.3 |
| 706 | 2026-05-12T03:38:56.877Z | Downloaded diesel-dtrace v0.5.0 |
| 707 | 2026-05-12T03:38:56.878Z | Downloaded derive_builder_core v0.20.2 |
| 708 | 2026-05-12T03:38:56.878Z | Downloaded bcs v0.1.6 |
| 709 | 2026-05-12T03:38:56.878Z | Downloaded csv-core v0.1.13 |
| 710 | 2026-05-12T03:38:56.878Z | Downloaded crossbeam-utils v0.8.21 |
| 711 | 2026-05-12T03:38:56.878Z | Downloaded hostname v0.4.2 |
| 712 | 2026-05-12T03:38:56.878Z | Downloaded http-body v1.0.1 |
| 713 | 2026-05-12T03:38:56.878Z | Downloaded httpdate v1.0.3 |
| 714 | 2026-05-12T03:38:56.974Z | Downloaded hostname v0.3.1 |
| 715 | 2026-05-12T03:38:56.974Z | Downloaded globset v0.4.18 |
| 716 | 2026-05-12T03:38:56.974Z | Downloaded colored v3.1.1 |
| 717 | 2026-05-12T03:38:56.974Z | Downloaded fs_extra v1.3.0 |
| 718 | 2026-05-12T03:38:56.974Z | Downloaded crossbeam-deque v0.8.6 |
| 719 | 2026-05-12T03:38:56.974Z | Downloaded cexpr v0.6.0 |
| 720 | 2026-05-12T03:38:56.975Z | Downloaded clang-sys v1.8.1 |
| 721 | 2026-05-12T03:38:56.975Z | Downloaded drift v0.1.4 |
| 722 | 2026-05-12T03:38:56.975Z | Downloaded hyper-tls v0.6.0 |
| 723 | 2026-05-12T03:38:56.975Z | Downloaded hubpack_derive v0.1.1 |
| 724 | 2026-05-12T03:38:56.975Z | Downloaded hubpack v0.1.2 |
| 725 | 2026-05-12T03:38:56.975Z | Downloaded diff v0.1.13 |
| 726 | 2026-05-12T03:38:56.975Z | Downloaded http-range v0.1.5 |
| 727 | 2026-05-12T03:38:56.976Z | Downloaded ecdsa v0.16.9 |
| 728 | 2026-05-12T03:38:56.976Z | Downloaded async-bb8-diesel v0.2.1 |
| 729 | 2026-05-12T03:38:56.976Z | Downloaded ident_case v1.0.1 |
| 730 | 2026-05-12T03:38:56.976Z | Downloaded hash32 v0.2.1 |
| 731 | 2026-05-12T03:38:56.976Z | Downloaded glob v0.3.3 |
| 732 | 2026-05-12T03:38:56.976Z | Downloaded ena v0.14.4 |
| 733 | 2026-05-12T03:38:56.976Z | Downloaded half v1.8.3 |
| 734 | 2026-05-12T03:38:56.976Z | Downloaded derive_builder v0.20.2 |
| 735 | 2026-05-12T03:38:56.976Z | Downloaded is_ci v1.2.0 |
| 736 | 2026-05-12T03:38:56.976Z | Downloaded is-terminal v0.4.17 |
| 737 | 2026-05-12T03:38:56.976Z | Downloaded fatfs v0.3.6 |
| 738 | 2026-05-12T03:38:56.976Z | Downloaded internet-checksum v0.2.1 |
| 739 | 2026-05-12T03:38:56.976Z | Downloaded find-msvc-tools v0.1.9 |
| 740 | 2026-05-12T03:38:56.976Z | Downloaded git-stub-vcs v0.1.0 |
| 741 | 2026-05-12T03:38:56.976Z | Downloaded instant v0.1.13 |
| 742 | 2026-05-12T03:38:56.977Z | Downloaded inout v0.1.4 |
| 743 | 2026-05-12T03:38:56.977Z | Downloaded indent_write v2.2.0 |
| 744 | 2026-05-12T03:38:56.977Z | Downloaded console v0.16.2 |
| 745 | 2026-05-12T03:38:56.977Z | Downloaded compression-codecs v0.4.37 |
| 746 | 2026-05-12T03:38:56.977Z | Downloaded colored v2.2.0 |
| 747 | 2026-05-12T03:38:56.977Z | Downloaded humantime v2.3.0 |
| 748 | 2026-05-12T03:38:56.977Z | Downloaded group v0.13.0 |
| 749 | 2026-05-12T03:38:56.977Z | Downloaded bitfield v0.19.4 |
| 750 | 2026-05-12T03:38:56.978Z | Downloaded ahash v0.8.12 |
| 751 | 2026-05-12T03:38:56.978Z | Downloaded lazy_static v1.5.0 |
| 752 | 2026-05-12T03:38:56.978Z | Downloaded keccak v0.1.6 |
| 753 | 2026-05-12T03:38:56.978Z | Downloaded kstat-rs v0.2.4 |
| 754 | 2026-05-12T03:38:56.978Z | Downloaded lzss v0.8.2 |
| 755 | 2026-05-12T03:38:56.979Z | Downloaded instability v0.3.11 |
| 756 | 2026-05-12T03:38:56.979Z | Downloaded match_cfg v0.1.0 |
| 757 | 2026-05-12T03:38:56.979Z | Downloaded lru v0.12.5 |
| 758 | 2026-05-12T03:38:56.979Z | Downloaded maybe-uninit v2.0.0 |
| 759 | 2026-05-12T03:38:56.979Z | Downloaded futures-channel v0.3.32 |
| 760 | 2026-05-12T03:38:56.979Z | Downloaded futures v0.3.32 |
| 761 | 2026-05-12T03:38:56.979Z | Downloaded fs-err v2.11.0 |
| 762 | 2026-05-12T03:38:56.979Z | Downloaded cookie_store v0.22.1 |
| 763 | 2026-05-12T03:38:56.979Z | Downloaded dropshot_endpoint v0.16.7 |
| 764 | 2026-05-12T03:38:56.979Z | Downloaded derive_more v0.99.20 |
| 765 | 2026-05-12T03:38:56.979Z | Downloaded md-5 v0.10.6 |
| 766 | 2026-05-12T03:38:56.979Z | Downloaded maplit v1.0.2 |
| 767 | 2026-05-12T03:38:56.979Z | Downloaded linked-hash-map v0.5.6 |
| 768 | 2026-05-12T03:38:56.979Z | Downloaded managed v0.8.0 |
| 769 | 2026-05-12T03:38:56.979Z | Downloaded lalrpop-util v0.19.12 |
| 770 | 2026-05-12T03:38:56.980Z | Downloaded dropshot_endpoint v0.17.0 |
| 771 | 2026-05-12T03:38:56.980Z | Downloaded derive-where v1.6.0 |
| 772 | 2026-05-12T03:38:56.980Z | Downloaded md5 v0.7.0 |
| 773 | 2026-05-12T03:38:56.980Z | Downloaded memoffset v0.9.1 |
| 774 | 2026-05-12T03:38:56.980Z | Downloaded lru-cache v0.1.2 |
| 775 | 2026-05-12T03:38:56.980Z | Downloaded lru-slab v0.1.2 |
| 776 | 2026-05-12T03:38:56.981Z | Downloaded ingot v0.1.1 |
| 777 | 2026-05-12T03:38:56.981Z | Downloaded hyper-staticfile v0.10.1 |
| 778 | 2026-05-12T03:38:56.981Z | Downloaded bzip2 v0.4.4 |
| 779 | 2026-05-12T03:38:56.981Z | Downloaded darling v0.23.0 |
| 780 | 2026-05-12T03:38:56.981Z | Downloaded indoc v2.0.7 |
| 781 | 2026-05-12T03:38:56.981Z | Downloaded indoc v1.0.9 |
| 782 | 2026-05-12T03:38:56.981Z | Downloaded newtype_derive v0.1.6 |
| 783 | 2026-05-12T03:38:56.981Z | Downloaded new_debug_unreachable v1.0.6 |
| 784 | 2026-05-12T03:38:57.004Z | Downloaded half v2.7.1 |
| 785 | 2026-05-12T03:38:57.004Z | Downloaded nonempty v0.12.0 |
| 786 | 2026-05-12T03:38:57.004Z | Downloaded ipnet v2.11.0 |
| 787 | 2026-05-12T03:38:57.005Z | Downloaded http-body-util v0.1.3 |
| 788 | 2026-05-12T03:38:57.005Z | Downloaded mime v0.3.17 |
| 789 | 2026-05-12T03:38:57.005Z | Downloaded nibble_vec v0.1.0 |
| 790 | 2026-05-12T03:38:57.005Z | Downloaded iana-time-zone v0.1.65 |
| 791 | 2026-05-12T03:38:57.005Z | Downloaded jobserver v0.1.34 |
| 792 | 2026-05-12T03:38:57.005Z | Downloaded mime_guess v2.0.5 |
| 793 | 2026-05-12T03:38:57.005Z | Downloaded newtype-uuid-macros v0.1.0 |
| 794 | 2026-05-12T03:38:57.005Z | Downloaded crc-any v2.5.0 |
| 795 | 2026-05-12T03:38:57.005Z | Downloaded chacha20 v0.10.0 |
| 796 | 2026-05-12T03:38:57.005Z | Downloaded num-derive v0.4.2 |
| 797 | 2026-05-12T03:38:57.005Z | Downloaded darling_core v0.23.0 |
| 798 | 2026-05-12T03:38:57.005Z | Downloaded libscf-sys v1.1.0 |
| 799 | 2026-05-12T03:38:57.005Z | Downloaded num-conv v0.2.0 |
| 800 | 2026-05-12T03:38:57.006Z | Downloaded num v0.4.3 |
| 801 | 2026-05-12T03:38:57.006Z | Downloaded nodrop v0.1.14 |
| 802 | 2026-05-12T03:38:57.006Z | Downloaded flume v0.11.1 |
| 803 | 2026-05-12T03:38:57.006Z | Downloaded num-iter v0.1.45 |
| 804 | 2026-05-12T03:38:57.006Z | Downloaded libsw-core v0.3.2 |
| 805 | 2026-05-12T03:38:57.006Z | Downloaded newline-converter v0.3.0 |
| 806 | 2026-05-12T03:38:57.006Z | Downloaded libloading v0.8.9 |
| 807 | 2026-05-12T03:38:57.006Z | Downloaded num_threads v0.1.7 |
| 808 | 2026-05-12T03:38:57.006Z | Downloaded linear-map v1.2.0 |
| 809 | 2026-05-12T03:38:57.006Z | Downloaded libsw v3.5.0 |
| 810 | 2026-05-12T03:38:57.007Z | Downloaded darling_core v0.20.11 |
| 811 | 2026-05-12T03:38:57.007Z | Downloaded const_format v0.2.35 |
| 812 | 2026-05-12T03:38:57.007Z | Downloaded newtype-uuid v1.3.2 |
| 813 | 2026-05-12T03:38:57.008Z | Downloaded nanorand v0.7.0 |
| 814 | 2026-05-12T03:38:57.008Z | Downloaded multer v3.1.0 |
| 815 | 2026-05-12T03:38:57.008Z | Downloaded darling_core v0.21.3 |
| 816 | 2026-05-12T03:38:57.008Z | Downloaded normalize-line-endings v0.3.0 |
| 817 | 2026-05-12T03:38:57.008Z | Downloaded lock_api v0.4.14 |
| 818 | 2026-05-12T03:38:57.008Z | Downloaded crypto-bigint v0.5.5 |
| 819 | 2026-05-12T03:38:57.008Z | Downloaded num-derive v0.3.3 |
| 820 | 2026-05-12T03:38:57.008Z | Downloaded getrandom v0.2.17 |
| 821 | 2026-05-12T03:38:57.008Z | Downloaded olpc-cjson v0.1.4 |
| 822 | 2026-05-12T03:38:57.009Z | Downloaded num-complex v0.4.6 |
| 823 | 2026-05-12T03:38:57.009Z | Downloaded der v0.7.10 |
| 824 | 2026-05-12T03:38:57.009Z | Downloaded oso-derive v0.27.3 |
| 825 | 2026-05-12T03:38:57.009Z | Downloaded nu-ansi-term v0.50.3 |
| 826 | 2026-05-12T03:38:57.009Z | Downloaded getrandom v0.3.4 |
| 827 | 2026-05-12T03:38:57.009Z | Downloaded openssl-probe v0.1.6 |
| 828 | 2026-05-12T03:38:57.009Z | Downloaded heapless v0.7.17 |
| 829 | 2026-05-12T03:38:57.009Z | Downloaded bumpalo v3.20.2 |
| 830 | 2026-05-12T03:38:57.009Z | Downloaded crossbeam-channel v0.5.15 |
| 831 | 2026-05-12T03:38:57.009Z | Downloaded parse-display v0.10.0 |
| 832 | 2026-05-12T03:38:57.009Z | Downloaded packed_struct_codegen v0.10.1 |
| 833 | 2026-05-12T03:38:57.009Z | Downloaded hyper-rustls v0.27.7 |
| 834 | 2026-05-12T03:38:57.009Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 835 | 2026-05-12T03:38:57.010Z | Downloaded native-tls v0.2.18 |
| 836 | 2026-05-12T03:38:57.010Z | Downloaded indexmap v1.9.3 |
| 837 | 2026-05-12T03:38:57.010Z | Downloaded opaque-debug v0.3.1 |
| 838 | 2026-05-12T03:38:57.010Z | Downloaded compact_str v0.8.1 |
| 839 | 2026-05-12T03:38:57.012Z | Downloaded openssl-probe v0.2.1 |
| 840 | 2026-05-12T03:38:57.012Z | Downloaded diesel_derives v2.3.7 |
| 841 | 2026-05-12T03:38:57.055Z | Downloaded path-slash v0.1.5 |
| 842 | 2026-05-12T03:38:57.055Z | Downloaded openssl-macros v0.1.1 |
| 843 | 2026-05-12T03:38:57.055Z | Downloaded derive_more-impl v2.1.1 |
| 844 | 2026-05-12T03:38:57.055Z | Downloaded httparse v1.10.1 |
| 845 | 2026-05-12T03:38:57.055Z | Downloaded highway v1.3.0 |
| 846 | 2026-05-12T03:38:57.055Z | Downloaded elliptic-curve v0.13.8 |
| 847 | 2026-05-12T03:38:57.055Z | Downloaded multimap v0.10.1 |
| 848 | 2026-05-12T03:38:57.055Z | Downloaded libefi-sys v0.1.0 |
| 849 | 2026-05-12T03:38:57.055Z | Downloaded ipnetwork v0.21.1 |
| 850 | 2026-05-12T03:38:57.055Z | Downloaded libbz2-rs-sys v0.2.2 |
| 851 | 2026-05-12T03:38:57.055Z | Downloaded ingot-types v0.1.2 |
| 852 | 2026-05-12T03:38:57.056Z | Downloaded hmac v0.12.1 |
| 853 | 2026-05-12T03:38:57.056Z | Downloaded ingot-macros v0.1.1 |
| 854 | 2026-05-12T03:38:57.056Z | Downloaded allocator-api2 v0.2.21 |
| 855 | 2026-05-12T03:38:57.056Z | Downloaded pbkdf2 v0.11.0 |
| 856 | 2026-05-12T03:38:57.056Z | Downloaded phf_shared v0.13.1 |
| 857 | 2026-05-12T03:38:57.056Z | Downloaded pbkdf2 v0.12.2 |
| 858 | 2026-05-12T03:38:57.056Z | Downloaded parse-size v1.1.0 |
| 859 | 2026-05-12T03:38:57.056Z | Downloaded phf_shared v0.12.1 |
| 860 | 2026-05-12T03:38:57.056Z | Downloaded hickory-resolver v0.25.2 |
| 861 | 2026-05-12T03:38:57.056Z | Downloaded omicron-zone-package v0.12.2 |
| 862 | 2026-05-12T03:38:57.056Z | Downloaded base64 v0.21.7 |
| 863 | 2026-05-12T03:38:57.056Z | Downloaded arc-swap v1.8.2 |
| 864 | 2026-05-12T03:38:57.056Z | Downloaded num_enum_derive v0.7.5 |
| 865 | 2026-05-12T03:38:57.057Z | Downloaded flate2 v1.1.9 |
| 866 | 2026-05-12T03:38:57.057Z | Downloaded num-rational v0.4.2 |
| 867 | 2026-05-12T03:38:57.095Z | Downloaded ed25519-dalek v2.2.0 |
| 868 | 2026-05-12T03:38:57.095Z | Downloaded chacha20poly1305 v0.10.1 |
| 869 | 2026-05-12T03:38:57.095Z | Downloaded expectorate v1.2.0 |
| 870 | 2026-05-12T03:38:57.095Z | Downloaded predicates-tree v1.0.13 |
| 871 | 2026-05-12T03:38:57.096Z | Downloaded pin-utils v0.1.0 |
| 872 | 2026-05-12T03:38:57.096Z | Downloaded derive_more v2.1.1 |
| 873 | 2026-05-12T03:38:57.096Z | Downloaded predicates-core v1.0.10 |
| 874 | 2026-05-12T03:38:57.096Z | Downloaded packed_struct v0.10.1 |
| 875 | 2026-05-12T03:38:57.096Z | Downloaded oxnet v0.1.4 |
| 876 | 2026-05-12T03:38:57.096Z | Downloaded num-integer v0.1.46 |
| 877 | 2026-05-12T03:38:57.096Z | Downloaded precomputed-hash v0.1.1 |
| 878 | 2026-05-12T03:38:57.096Z | Downloaded litrs v1.0.0 |
| 879 | 2026-05-12T03:38:57.096Z | Downloaded proc-macro-crate v3.4.0 |
| 880 | 2026-05-12T03:38:57.096Z | Downloaded dropshot-api-manager v0.7.1 |
| 881 | 2026-05-12T03:38:57.096Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 882 | 2026-05-12T03:38:57.096Z | Downloaded progenitor-client v0.14.0 |
| 883 | 2026-05-12T03:38:57.096Z | Downloaded ignore v0.4.25 |
| 884 | 2026-05-12T03:38:57.096Z | Downloaded oxide-tokio-rt v0.1.4 |
| 885 | 2026-05-12T03:38:57.096Z | Downloaded ar_archive_writer v0.5.1 |
| 886 | 2026-05-12T03:38:57.096Z | Downloaded owo-colors v4.3.0 |
| 887 | 2026-05-12T03:38:57.096Z | Downloaded num_enum_derive v0.5.11 |
| 888 | 2026-05-12T03:38:57.097Z | Downloaded bytes v1.11.1 |
| 889 | 2026-05-12T03:38:57.112Z | Downloaded phf v0.12.1 |
| 890 | 2026-05-12T03:38:57.112Z | Downloaded parking_lot_core v0.8.6 |
| 891 | 2026-05-12T03:38:57.112Z | Downloaded progenitor-client v0.10.0 |
| 892 | 2026-05-12T03:38:57.112Z | Downloaded psl-types v2.0.11 |
| 893 | 2026-05-12T03:38:57.112Z | Downloaded pin-project-lite v0.2.17 |
| 894 | 2026-05-12T03:38:57.113Z | Downloaded progenitor-macro v0.14.0 |
| 895 | 2026-05-12T03:38:57.113Z | Downloaded progenitor-macro v0.10.0 |
| 896 | 2026-05-12T03:38:57.113Z | Downloaded parking_lot_core v0.9.12 |
| 897 | 2026-05-12T03:38:57.113Z | Downloaded hashbrown v0.12.3 |
| 898 | 2026-05-12T03:38:57.113Z | Downloaded progenitor-client v0.11.2 |
| 899 | 2026-05-12T03:38:57.113Z | Downloaded progenitor-macro v0.11.2 |
| 900 | 2026-05-12T03:38:57.113Z | Downloaded heapless v0.8.0 |
| 901 | 2026-05-12T03:38:57.113Z | Downloaded pin-project-internal v1.1.11 |
| 902 | 2026-05-12T03:38:57.113Z | Downloaded peg-macros v0.8.5 |
| 903 | 2026-05-12T03:38:57.113Z | Downloaded headers v0.4.1 |
| 904 | 2026-05-12T03:38:57.113Z | Downloaded crossterm v0.28.1 |
| 905 | 2026-05-12T03:38:57.126Z | Downloaded postgres-protocol v0.6.10 |
| 906 | 2026-05-12T03:38:57.127Z | Downloaded polyval v0.6.2 |
| 907 | 2026-05-12T03:38:57.127Z | Downloaded pem v3.0.6 |
| 908 | 2026-05-12T03:38:57.127Z | Downloaded parking_lot v0.11.2 |
| 909 | 2026-05-12T03:38:57.127Z | Downloaded cc v1.2.56 |
| 910 | 2026-05-12T03:38:57.127Z | Downloaded peg v0.8.5 |
| 911 | 2026-05-12T03:38:57.127Z | Downloaded progenitor v0.13.0 |
| 912 | 2026-05-12T03:38:57.127Z | Downloaded progenitor v0.10.0 |
| 913 | 2026-05-12T03:38:57.127Z | Downloaded aes-gcm v0.10.3 |
| 914 | 2026-05-12T03:38:57.138Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 915 | 2026-05-12T03:38:57.138Z | Downloaded proc-macro-error2 v2.0.1 |
| 916 | 2026-05-12T03:38:57.138Z | Downloaded miniz_oxide v0.8.9 |
| 917 | 2026-05-12T03:38:57.138Z | Downloaded async-compression v0.4.41 |
| 918 | 2026-05-12T03:38:57.138Z | Downloaded pkcs8 v0.10.2 |
| 919 | 2026-05-12T03:38:57.138Z | Downloaded jiff-static v0.2.21 |
| 920 | 2026-05-12T03:38:57.138Z | Downloaded quick-error v1.2.3 |
| 921 | 2026-05-12T03:38:57.167Z | Downloaded hickory-server v0.25.2 |
| 922 | 2026-05-12T03:38:57.167Z | Downloaded recursive v0.1.1 |
| 923 | 2026-05-12T03:38:57.167Z | Downloaded progenitor v0.11.2 |
| 924 | 2026-05-12T03:38:57.167Z | Downloaded radium v0.7.0 |
| 925 | 2026-05-12T03:38:57.167Z | Downloaded pkcs5 v0.7.1 |
| 926 | 2026-05-12T03:38:57.167Z | Downloaded poly1305 v0.8.0 |
| 927 | 2026-05-12T03:38:57.167Z | Downloaded pkg-config v0.3.32 |
| 928 | 2026-05-12T03:38:57.167Z | Downloaded ref-cast v1.0.25 |
| 929 | 2026-05-12T03:38:57.190Z | Downloaded progenitor v0.14.0 |
| 930 | 2026-05-12T03:38:57.190Z | Downloaded memmap2 v0.9.10 |
| 931 | 2026-05-12T03:38:57.190Z | Downloaded paste v1.0.15 |
| 932 | 2026-05-12T03:38:57.191Z | Downloaded num_enum v0.5.11 |
| 933 | 2026-05-12T03:38:57.191Z | Downloaded rand_xorshift v0.4.0 |
| 934 | 2026-05-12T03:38:57.191Z | Downloaded rand_chacha v0.3.1 |
| 935 | 2026-05-12T03:38:57.191Z | Downloaded r2d2 v0.8.10 |
| 936 | 2026-05-12T03:38:57.191Z | Downloaded parking_lot v0.12.5 |
| 937 | 2026-05-12T03:38:57.191Z | Downloaded psm v0.1.30 |
| 938 | 2026-05-12T03:38:57.191Z | Downloaded postcard v1.1.3 |
| 939 | 2026-05-12T03:38:57.191Z | Downloaded password-hash v0.4.2 |
| 940 | 2026-05-12T03:38:57.192Z | Downloaded progenitor-client v0.13.0 |
| 941 | 2026-05-12T03:38:57.192Z | Downloaded primeorder v0.13.6 |
| 942 | 2026-05-12T03:38:57.192Z | Downloaded papergrid v0.17.0 |
| 943 | 2026-05-12T03:38:57.192Z | Downloaded p256 v0.13.2 |
| 944 | 2026-05-12T03:38:57.192Z | Downloaded rand_seeder v0.4.0 |
| 945 | 2026-05-12T03:38:57.192Z | Downloaded rand_core v0.9.5 |
| 946 | 2026-05-12T03:38:57.192Z | Downloaded ppv-lite86 v0.2.21 |
| 947 | 2026-05-12T03:38:57.192Z | Downloaded phf v0.13.1 |
| 948 | 2026-05-12T03:38:57.192Z | Downloaded hickory-resolver v0.24.4 |
| 949 | 2026-05-12T03:38:57.208Z | Downloaded rtoolbox v0.0.3 |
| 950 | 2026-05-12T03:38:57.209Z | Downloaded peg-runtime v0.8.5 |
| 951 | 2026-05-12T03:38:57.209Z | Downloaded rustc_version v0.1.7 |
| 952 | 2026-05-12T03:38:57.209Z | Downloaded indicatif v0.18.4 |
| 953 | 2026-05-12T03:38:57.209Z | Downloaded ref-cast-impl v1.0.25 |
| 954 | 2026-05-12T03:38:57.209Z | Downloaded minimal-lexical v0.2.1 |
| 955 | 2026-05-12T03:38:57.209Z | Downloaded password-hash v0.5.0 |
| 956 | 2026-05-12T03:38:57.209Z | Downloaded pin-project v1.1.11 |
| 957 | 2026-05-12T03:38:57.209Z | Downloaded rustc_version v0.4.1 |
| 958 | 2026-05-12T03:38:57.209Z | Downloaded rustc-hash v2.1.1 |
| 959 | 2026-05-12T03:38:57.210Z | Downloaded postgres-types v0.2.12 |
| 960 | 2026-05-12T03:38:57.210Z | Downloaded pkcs1 v0.7.5 |
| 961 | 2026-05-12T03:38:57.228Z | Downloaded parse-display-derive v0.10.0 |
| 962 | 2026-05-12T03:38:57.228Z | Downloaded salsa20 v0.10.2 |
| 963 | 2026-05-12T03:38:57.228Z | Downloaded powerfmt v0.2.0 |
| 964 | 2026-05-12T03:38:57.228Z | Downloaded phf_shared v0.11.3 |
| 965 | 2026-05-12T03:38:57.228Z | Downloaded quinn-udp v0.5.14 |
| 966 | 2026-05-12T03:38:57.228Z | Downloaded same-file v1.0.6 |
| 967 | 2026-05-12T03:38:57.246Z | Downloaded rand_chacha v0.9.0 |
| 968 | 2026-05-12T03:38:57.246Z | Downloaded oso v0.27.3 |
| 969 | 2026-05-12T03:38:57.246Z | Downloaded pem-rfc7468 v0.7.0 |
| 970 | 2026-05-12T03:38:57.246Z | Downloaded scheduled-thread-pool v0.2.7 |
| 971 | 2026-05-12T03:38:57.246Z | Downloaded scopeguard v1.2.0 |
| 972 | 2026-05-12T03:38:57.246Z | Downloaded sapling-renderdag v0.1.0 |
| 973 | 2026-05-12T03:38:57.246Z | Downloaded proc-macro-crate v1.3.1 |
| 974 | 2026-05-12T03:38:57.246Z | Downloaded progenitor-macro v0.13.0 |
| 975 | 2026-05-12T03:38:57.247Z | Downloaded rand_core v0.10.0 |
| 976 | 2026-05-12T03:38:57.270Z | Downloaded resolv-conf v0.7.6 |
| 977 | 2026-05-12T03:38:57.270Z | Downloaded rand_core v0.6.4 |
| 978 | 2026-05-12T03:38:57.270Z | Downloaded rustls-native-certs v0.8.3 |
| 979 | 2026-05-12T03:38:57.271Z | Downloaded secrecy v0.10.3 |
| 980 | 2026-05-12T03:38:57.271Z | Downloaded hashbrown v0.15.5 |
| 981 | 2026-05-12T03:38:57.271Z | Downloaded serde-big-array v0.5.1 |
| 982 | 2026-05-12T03:38:57.302Z | Downloaded serde_bytes v0.11.19 |
| 983 | 2026-05-12T03:38:57.302Z | Downloaded seq-macro v0.3.6 |
| 984 | 2026-05-12T03:38:57.302Z | Downloaded serde_urlencoded v0.7.1 |
| 985 | 2026-05-12T03:38:57.302Z | Downloaded crossterm v0.29.0 |
| 986 | 2026-05-12T03:38:57.303Z | Downloaded aes v0.8.4 |
| 987 | 2026-05-12T03:38:57.303Z | Downloaded secrecy v0.8.0 |
| 988 | 2026-05-12T03:38:57.303Z | Downloaded semver v0.1.20 |
| 989 | 2026-05-12T03:38:57.303Z | Downloaded serde_repr v0.1.20 |
| 990 | 2026-05-12T03:38:57.303Z | Downloaded rusty-fork v0.3.1 |
| 991 | 2026-05-12T03:38:57.303Z | Downloaded signal-hook-tokio v0.3.1 |
| 992 | 2026-05-12T03:38:57.303Z | Downloaded serde_plain v1.0.2 |
| 993 | 2026-05-12T03:38:57.315Z | Downloaded russh-cryptovec v0.7.3 |
| 994 | 2026-05-12T03:38:57.316Z | Downloaded rfc6979 v0.4.0 |
| 995 | 2026-05-12T03:38:57.316Z | Downloaded schemars_derive v0.8.22 |
| 996 | 2026-05-12T03:38:57.316Z | Downloaded slog-bunyan v2.5.0 |
| 997 | 2026-05-12T03:38:57.316Z | Downloaded predicates v3.1.4 |
| 998 | 2026-05-12T03:38:57.316Z | Downloaded prefix-trie v0.7.0 |
| 999 | 2026-05-12T03:38:57.317Z | Downloaded serde_spanned v1.0.4 |
| 1000 | 2026-05-12T03:38:57.317Z | Downloaded sigpipe v0.1.3 |
| 1001 | 2026-05-12T03:38:57.317Z | Downloaded rustls-pemfile v1.0.4 |
| 1002 | 2026-05-12T03:38:57.317Z | Downloaded sct v0.7.1 |
| 1003 | 2026-05-12T03:38:57.344Z | Downloaded sha1 v0.10.6 |
| 1004 | 2026-05-12T03:38:57.344Z | Downloaded scroll_derive v0.13.1 |
| 1005 | 2026-05-12T03:38:57.344Z | Downloaded russh-keys v0.45.0 |
| 1006 | 2026-05-12T03:38:57.344Z | Downloaded siphasher v1.0.2 |
| 1007 | 2026-05-12T03:38:57.344Z | Downloaded signature v2.2.0 |
| 1008 | 2026-05-12T03:38:57.345Z | Downloaded rustls-pki-types v1.14.0 |
| 1009 | 2026-05-12T03:38:57.345Z | Downloaded signal-hook-mio v0.2.5 |
| 1010 | 2026-05-12T03:38:57.345Z | Downloaded shell-words v1.1.1 |
| 1011 | 2026-05-12T03:38:57.345Z | Downloaded sec1 v0.7.3 |
| 1012 | 2026-05-12T03:38:57.345Z | Downloaded rustls-pemfile v2.2.0 |
| 1013 | 2026-05-12T03:38:57.346Z | Downloaded serde-hex v0.1.0 |
| 1014 | 2026-05-12T03:38:57.346Z | Downloaded slog-envlogger v2.2.0 |
| 1015 | 2026-05-12T03:38:57.346Z | Downloaded scroll v0.13.0 |
| 1016 | 2026-05-12T03:38:57.346Z | Downloaded progenitor-impl v0.14.0 |
| 1017 | 2026-05-12T03:38:57.346Z | Downloaded progenitor-extras v0.2.0 |
| 1018 | 2026-05-12T03:38:57.346Z | Downloaded progenitor-impl v0.13.0 |
| 1019 | 2026-05-12T03:38:57.373Z | Downloaded serde_path_to_error v0.1.20 |
| 1020 | 2026-05-12T03:38:57.373Z | Downloaded rustversion v1.0.22 |
| 1021 | 2026-05-12T03:38:57.373Z | Downloaded scrypt v0.11.0 |
| 1022 | 2026-05-12T03:38:57.373Z | Downloaded iddqd v0.3.18 |
| 1023 | 2026-05-12T03:38:57.373Z | Downloaded http v1.4.0 |
| 1024 | 2026-05-12T03:38:57.373Z | Downloaded signal-hook-registry v1.4.8 |
| 1025 | 2026-05-12T03:38:57.373Z | Downloaded progenitor-impl v0.10.0 |
| 1026 | 2026-05-12T03:38:57.373Z | Downloaded hashbrown v0.16.1 |
| 1027 | 2026-05-12T03:38:57.398Z | Downloaded hashbrown v0.13.2 |
| 1028 | 2026-05-12T03:38:57.399Z | Downloaded sqlparser_derive v0.5.0 |
| 1029 | 2026-05-12T03:38:57.399Z | Downloaded hyper-util v0.1.20 |
| 1030 | 2026-05-12T03:38:57.399Z | Downloaded ron v0.8.1 |
| 1031 | 2026-05-12T03:38:57.399Z | Downloaded openssl-sys v0.9.114 |
| 1032 | 2026-05-12T03:38:57.399Z | Downloaded strum v0.27.2 |
| 1033 | 2026-05-12T03:38:57.399Z | Downloaded simd-adler32 v0.3.8 |
| 1034 | 2026-05-12T03:38:57.399Z | Downloaded structmeta v0.3.0 |
| 1035 | 2026-05-12T03:38:57.399Z | Downloaded ssh-cipher v0.2.0 |
| 1036 | 2026-05-12T03:38:57.434Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1037 | 2026-05-12T03:38:57.434Z | Downloaded smf v0.2.3 |
| 1038 | 2026-05-12T03:38:57.434Z | Downloaded sync_wrapper v1.0.2 |
| 1039 | 2026-05-12T03:38:57.434Z | Downloaded subtle v2.6.1 |
| 1040 | 2026-05-12T03:38:57.435Z | Downloaded h2 v0.4.13 |
| 1041 | 2026-05-12T03:38:57.435Z | Downloaded strum v0.26.3 |
| 1042 | 2026-05-12T03:38:57.435Z | Downloaded mio v1.2.0 |
| 1043 | 2026-05-12T03:38:57.435Z | Downloaded itertools v0.10.5 |
| 1044 | 2026-05-12T03:38:57.435Z | Downloaded supports-color v3.0.2 |
| 1045 | 2026-05-12T03:38:57.435Z | Downloaded slog-term v2.9.2 |
| 1046 | 2026-05-12T03:38:57.435Z | Downloaded slog-stdlog v4.1.1 |
| 1047 | 2026-05-12T03:38:57.435Z | Downloaded slog-dtrace v0.3.0 |
| 1048 | 2026-05-12T03:38:57.435Z | Downloaded serde_cbor v0.11.2 |
| 1049 | 2026-05-12T03:38:57.435Z | Downloaded structmeta-derive v0.3.0 |
| 1050 | 2026-05-12T03:38:57.435Z | Downloaded ssh-encoding v0.2.0 |
| 1051 | 2026-05-12T03:38:57.435Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1052 | 2026-05-12T03:38:57.462Z | Downloaded shlex v1.3.0 |
| 1053 | 2026-05-12T03:38:57.462Z | Downloaded serde_derive_internals v0.29.1 |
| 1054 | 2026-05-12T03:38:57.462Z | Downloaded slog-json v2.6.1 |
| 1055 | 2026-05-12T03:38:57.462Z | Downloaded slog-async v2.8.0 |
| 1056 | 2026-05-12T03:38:57.462Z | Downloaded slog-scope v4.4.1 |
| 1057 | 2026-05-12T03:38:57.462Z | Downloaded take_mut v0.2.2 |
| 1058 | 2026-05-12T03:38:57.462Z | Downloaded itertools v0.12.1 |
| 1059 | 2026-05-12T03:38:57.462Z | Downloaded serde_with_macros v3.17.0 |
| 1060 | 2026-05-12T03:38:57.462Z | Downloaded ryu v1.0.23 |
| 1061 | 2026-05-12T03:38:57.462Z | Downloaded rand v0.8.6 |
| 1062 | 2026-05-12T03:38:57.462Z | Downloaded smallvec v0.6.14 |
| 1063 | 2026-05-12T03:38:57.462Z | Downloaded schemars v0.8.22 |
| 1064 | 2026-05-12T03:38:57.464Z | Downloaded termtree v0.5.1 |
| 1065 | 2026-05-12T03:38:57.464Z | Downloaded time-core v0.1.8 |
| 1066 | 2026-05-12T03:38:57.464Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1067 | 2026-05-12T03:38:57.464Z | Downloaded stringprep v0.1.5 |
| 1068 | 2026-05-12T03:38:57.464Z | Downloaded stacker v0.1.23 |
| 1069 | 2026-05-12T03:38:57.464Z | Downloaded sqlformat v0.3.5 |
| 1070 | 2026-05-12T03:38:57.464Z | Downloaded tagptr v0.2.0 |
| 1071 | 2026-05-12T03:38:57.482Z | Downloaded tabled_derive v0.11.0 |
| 1072 | 2026-05-12T03:38:57.482Z | Downloaded sync-ptr v0.1.4 |
| 1073 | 2026-05-12T03:38:57.482Z | Downloaded testing_table v0.3.0 |
| 1074 | 2026-05-12T03:38:57.483Z | Downloaded thread-id v5.1.0 |
| 1075 | 2026-05-12T03:38:57.483Z | Downloaded tinyvec_macros v0.1.1 |
| 1076 | 2026-05-12T03:38:57.483Z | Downloaded snafu-derive v0.8.9 |
| 1077 | 2026-05-12T03:38:57.483Z | Downloaded slab v0.4.12 |
| 1078 | 2026-05-12T03:38:57.483Z | Downloaded itertools v0.13.0 |
| 1079 | 2026-05-12T03:38:57.483Z | Downloaded strum_macros v0.27.2 |
| 1080 | 2026-05-12T03:38:57.483Z | Downloaded rcgen v0.12.1 |
| 1081 | 2026-05-12T03:38:57.499Z | Downloaded spki v0.7.3 |
| 1082 | 2026-05-12T03:38:57.499Z | Downloaded tokio-macros v2.7.0 |
| 1083 | 2026-05-12T03:38:57.499Z | Downloaded string_cache v0.8.9 |
| 1084 | 2026-05-12T03:38:57.499Z | Downloaded tap v1.0.1 |
| 1085 | 2026-05-12T03:38:57.534Z | Downloaded rand v0.9.2 |
| 1086 | 2026-05-12T03:38:57.534Z | Downloaded strum_macros v0.26.4 |
| 1087 | 2026-05-12T03:38:57.534Z | Downloaded strum_macros v0.24.3 |
| 1088 | 2026-05-12T03:38:57.534Z | Downloaded tabwriter v1.4.1 |
| 1089 | 2026-05-12T03:38:57.534Z | Downloaded num_enum v0.7.5 |
| 1090 | 2026-05-12T03:38:57.534Z | Downloaded qorb v0.4.1 |
| 1091 | 2026-05-12T03:38:57.534Z | Downloaded tower-layer v0.3.3 |
| 1092 | 2026-05-12T03:38:57.534Z | Downloaded thread_local v1.1.9 |
| 1093 | 2026-05-12T03:38:57.658Z | Downloaded nom v7.1.3 |
| 1094 | 2026-05-12T03:38:57.658Z | Downloaded rsa v0.9.10 |
| 1095 | 2026-05-12T03:38:57.658Z | Downloaded tls_codec_derive v0.4.2 |
| 1096 | 2026-05-12T03:38:57.658Z | Downloaded trait-variant v0.1.2 |
| 1097 | 2026-05-12T03:38:57.658Z | Downloaded tiny-keccak v2.0.2 |
| 1098 | 2026-05-12T03:38:57.658Z | Downloaded num-bigint v0.4.6 |
| 1099 | 2026-05-12T03:38:57.658Z | Downloaded tokio-rustls v0.25.0 |
| 1100 | 2026-05-12T03:38:57.658Z | Downloaded tokio-native-tls v0.3.1 |
| 1101 | 2026-05-12T03:38:57.659Z | Downloaded tokio-dtrace v0.1.1 |
| 1102 | 2026-05-12T03:38:57.659Z | Downloaded try-lock v0.2.5 |
| 1103 | 2026-05-12T03:38:57.659Z | Downloaded libxml v0.3.3 |
| 1104 | 2026-05-12T03:38:57.659Z | Downloaded unarray v0.1.4 |
| 1105 | 2026-05-12T03:38:57.659Z | Downloaded slog v2.8.2 |
| 1106 | 2026-05-12T03:38:57.659Z | Downloaded tower-service v0.3.3 |
| 1107 | 2026-05-12T03:38:57.659Z | Downloaded hyper v1.8.1 |
| 1108 | 2026-05-12T03:38:57.659Z | Downloaded time-macros v0.2.27 |
| 1109 | 2026-05-12T03:38:57.659Z | Downloaded tokio-tungstenite v0.21.0 |
| 1110 | 2026-05-12T03:38:57.659Z | Downloaded typify-macro v0.4.3 |
| 1111 | 2026-05-12T03:38:57.659Z | Downloaded typify-macro v0.6.2 |
| 1112 | 2026-05-12T03:38:57.660Z | Downloaded tls_codec v0.4.2 |
| 1113 | 2026-05-12T03:38:57.660Z | Downloaded term v0.7.0 |
| 1114 | 2026-05-12T03:38:57.660Z | Downloaded tokio-tungstenite v0.23.1 |
| 1115 | 2026-05-12T03:38:57.660Z | Downloaded unit-prefix v0.5.2 |
| 1116 | 2026-05-12T03:38:57.660Z | Downloaded unicode-truncate v1.1.0 |
| 1117 | 2026-05-12T03:38:57.660Z | Downloaded thiserror-no-std v2.0.2 |
| 1118 | 2026-05-12T03:38:57.660Z | Downloaded publicsuffix v2.3.0 |
| 1119 | 2026-05-12T03:38:57.660Z | Downloaded socket2 v0.5.10 |
| 1120 | 2026-05-12T03:38:57.660Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1121 | 2026-05-12T03:38:57.660Z | Downloaded spin v0.9.8 |
| 1122 | 2026-05-12T03:38:57.660Z | Downloaded static_assertions v1.1.0 |
| 1123 | 2026-05-12T03:38:57.661Z | Downloaded utf-8 v0.7.6 |
| 1124 | 2026-05-12T03:38:57.661Z | Downloaded p521 v0.13.3 |
| 1125 | 2026-05-12T03:38:57.661Z | Downloaded universal-hash v0.5.1 |
| 1126 | 2026-05-12T03:38:57.661Z | Downloaded prettyplease v0.2.37 |
| 1127 | 2026-05-12T03:38:57.661Z | Downloaded itertools v0.14.0 |
| 1128 | 2026-05-12T03:38:57.661Z | Downloaded usdt v0.6.0 |
| 1129 | 2026-05-12T03:38:57.661Z | Downloaded topological-sort v0.2.2 |
| 1130 | 2026-05-12T03:38:57.661Z | Downloaded usdt-macro v0.6.0 |
| 1131 | 2026-05-12T03:38:57.661Z | Downloaded usdt-attr-macro v0.6.0 |
| 1132 | 2026-05-12T03:38:57.661Z | Downloaded untrusted v0.9.0 |
| 1133 | 2026-05-12T03:38:57.661Z | Downloaded untrusted v0.7.1 |
| 1134 | 2026-05-12T03:38:57.930Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1135 | 2026-05-12T03:38:57.930Z | Downloaded schemars v0.9.0 |
| 1136 | 2026-05-12T03:38:57.930Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1137 | 2026-05-12T03:38:57.930Z | Downloaded subprocess v0.2.15 |
| 1138 | 2026-05-12T03:38:57.930Z | Downloaded progenitor-impl v0.11.2 |
| 1139 | 2026-05-12T03:38:57.930Z | Downloaded aho-corasick v1.1.4 |
| 1140 | 2026-05-12T03:38:57.930Z | Downloaded void v1.0.2 |
| 1141 | 2026-05-12T03:38:57.930Z | Downloaded want v0.3.1 |
| 1142 | 2026-05-12T03:38:57.930Z | Downloaded similar v2.7.0 |
| 1143 | 2026-05-12T03:38:57.931Z | Downloaded blake3 v1.8.3 |
| 1144 | 2026-05-12T03:38:57.931Z | Downloaded wait-timeout v0.2.1 |
| 1145 | 2026-05-12T03:38:57.931Z | Downloaded num-bigint-dig v0.8.6 |
| 1146 | 2026-05-12T03:38:57.931Z | Downloaded term v1.2.1 |
| 1147 | 2026-05-12T03:38:57.931Z | Downloaded support-bundle-viewer v0.1.2 |
| 1148 | 2026-05-12T03:38:57.931Z | Downloaded termios v0.3.3 |
| 1149 | 2026-05-12T03:38:57.931Z | Downloaded snafu v0.8.9 |
| 1150 | 2026-05-12T03:38:57.931Z | Downloaded schemars v1.2.1 |
| 1151 | 2026-05-12T03:38:57.931Z | Downloaded waitgroup v0.1.2 |
| 1152 | 2026-05-12T03:38:57.931Z | Downloaded samael v0.0.19 |
| 1153 | 2026-05-12T03:38:57.931Z | Downloaded xattr v1.6.1 |
| 1154 | 2026-05-12T03:38:57.931Z | Downloaded rayon-core v1.13.0 |
| 1155 | 2026-05-12T03:38:57.931Z | Downloaded unicase v2.9.0 |
| 1156 | 2026-05-12T03:38:57.931Z | Downloaded pretty_assertions v1.4.1 |
| 1157 | 2026-05-12T03:38:57.931Z | Downloaded xshell-macros v0.2.7 |
| 1158 | 2026-05-12T03:38:57.931Z | Downloaded tokio-rustls v0.24.1 |
| 1159 | 2026-05-12T03:38:57.931Z | Downloaded tokio-stream v0.1.18 |
| 1160 | 2026-05-12T03:38:57.931Z | Downloaded tokio-rustls v0.26.4 |
| 1161 | 2026-05-12T03:38:57.931Z | Downloaded vergen-lib v0.1.6 |
| 1162 | 2026-05-12T03:38:57.931Z | Downloaded rustls-webpki v0.103.9 |
| 1163 | 2026-05-12T03:38:57.931Z | Downloaded git2 v0.20.4 |
| 1164 | 2026-05-12T03:38:57.932Z | Downloaded signal-hook v0.3.18 |
| 1165 | 2026-05-12T03:38:57.932Z | Downloaded futures-util v0.3.32 |
| 1166 | 2026-05-12T03:38:57.932Z | Downloaded zone_cfg_derive v0.3.1 |
| 1167 | 2026-05-12T03:38:57.932Z | Downloaded zone v0.3.1 |
| 1168 | 2026-05-12T03:38:57.932Z | Downloaded zeroize_derive v1.4.3 |
| 1169 | 2026-05-12T03:38:57.932Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1170 | 2026-05-12T03:38:57.932Z | Downloaded vsss-rs v3.3.4 |
| 1171 | 2026-05-12T03:38:57.932Z | Downloaded iri-string v0.7.10 |
| 1172 | 2026-05-12T03:38:57.932Z | Downloaded usdt-impl v0.6.0 |
| 1173 | 2026-05-12T03:38:57.932Z | Downloaded rustyline v14.0.0 |
| 1174 | 2026-05-12T03:38:57.932Z | Downloaded whoami v1.6.1 |
| 1175 | 2026-05-12T03:38:57.932Z | Downloaded vergen-git2 v1.0.7 |
| 1176 | 2026-05-12T03:38:57.932Z | Downloaded test-strategy v0.4.5 |
| 1177 | 2026-05-12T03:38:57.932Z | Downloaded vergen-gitcl v1.0.8 |
| 1178 | 2026-05-12T03:38:57.932Z | Downloaded tui-tree-widget v0.23.1 |
| 1179 | 2026-05-12T03:38:57.932Z | Downloaded wyz v0.5.1 |
| 1180 | 2026-05-12T03:38:57.933Z | Downloaded tinyvec v1.10.0 |
| 1181 | 2026-05-12T03:38:57.933Z | Downloaded rpassword v7.4.0 |
| 1182 | 2026-05-12T03:38:57.933Z | Downloaded walkdir v2.5.0 |
| 1183 | 2026-05-12T03:38:57.933Z | Downloaded quinn v0.11.9 |
| 1184 | 2026-05-12T03:38:57.933Z | Downloaded tracing-core v0.1.36 |
| 1185 | 2026-05-12T03:38:57.933Z | Downloaded tungstenite v0.21.0 |
| 1186 | 2026-05-12T03:38:57.933Z | Downloaded tracing-attributes v0.1.31 |
| 1187 | 2026-05-12T03:38:57.933Z | Downloaded xshell v0.2.7 |
| 1188 | 2026-05-12T03:38:57.933Z | Downloaded typify v0.4.3 |
| 1189 | 2026-05-12T03:38:57.933Z | Downloaded typify v0.6.2 |
| 1190 | 2026-05-12T03:38:57.933Z | Downloaded unicode-properties v0.1.4 |
| 1191 | 2026-05-12T03:38:57.933Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1192 | 2026-05-12T03:38:57.933Z | Downloaded toml v0.7.8 |
| 1193 | 2026-05-12T03:38:57.933Z | Downloaded socket2 v0.6.3 |
| 1194 | 2026-05-12T03:38:57.933Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1195 | 2026-05-12T03:38:57.933Z | Downloaded zstd v0.13.3 |
| 1196 | 2026-05-12T03:38:57.933Z | Downloaded hkdf v0.12.4 |
| 1197 | 2026-05-12T03:38:57.933Z | Downloaded libm v0.2.16 |
| 1198 | 2026-05-12T03:38:57.933Z | Downloaded zstd-safe v7.2.4 |
| 1199 | 2026-05-12T03:38:57.974Z | Downloaded tar v0.4.45 |
| 1200 | 2026-05-12T03:38:57.974Z | Downloaded vergen v9.0.6 |
| 1201 | 2026-05-12T03:38:57.974Z | Downloaded uuid v1.23.0 |
| 1202 | 2026-05-12T03:38:57.974Z | Downloaded russh v0.45.0 |
| 1203 | 2026-05-12T03:38:57.975Z | Downloaded uzers v0.12.2 |
| 1204 | 2026-05-12T03:38:57.975Z | Downloaded tungstenite v0.23.0 |
| 1205 | 2026-05-12T03:38:57.975Z | Downloaded zeroize v1.8.2 |
| 1206 | 2026-05-12T03:38:57.975Z | Downloaded yasna v0.5.2 |
| 1207 | 2026-05-12T03:38:57.975Z | Downloaded whoami v2.1.0 |
| 1208 | 2026-05-12T03:38:57.975Z | Downloaded unicode-bidi v0.3.18 |
| 1209 | 2026-05-12T03:38:57.975Z | Downloaded twox-hash v2.1.2 |
| 1210 | 2026-05-12T03:38:57.975Z | Downloaded goblin v0.10.5 |
| 1211 | 2026-05-12T03:38:57.975Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1212 | 2026-05-12T03:38:57.975Z | Downloaded steno v0.4.1 |
| 1213 | 2026-05-12T03:38:57.975Z | Downloaded vte v0.14.1 |
| 1214 | 2026-05-12T03:38:57.975Z | Downloaded ssh-key v0.6.7 |
| 1215 | 2026-05-12T03:38:57.975Z | Downloaded unsafe-libyaml v0.2.11 |
| 1216 | 2026-05-12T03:38:57.976Z | Downloaded reqwest v0.12.28 |
| 1217 | 2026-05-12T03:38:57.976Z | Downloaded p384 v0.13.1 |
| 1218 | 2026-05-12T03:38:57.976Z | Downloaded rand v0.10.0 |
| 1219 | 2026-05-12T03:38:57.976Z | Downloaded zerocopy v0.6.6 |
| 1220 | 2026-05-12T03:38:57.976Z | Downloaded toml_edit v0.19.15 |
| 1221 | 2026-05-12T03:38:57.976Z | Downloaded reedline v0.40.0 |
| 1222 | 2026-05-12T03:38:57.976Z | Downloaded zopfli v0.8.3 |
| 1223 | 2026-05-12T03:38:57.976Z | Downloaded moka v0.12.13 |
| 1224 | 2026-05-12T03:38:57.976Z | Downloaded aws-lc-rs v1.16.3 |
| 1225 | 2026-05-12T03:38:57.976Z | Downloaded tower v0.5.3 |
| 1226 | 2026-05-12T03:38:57.976Z | Downloaded yansi v1.0.1 |
| 1227 | 2026-05-12T03:38:57.976Z | Downloaded rayon v1.11.0 |
| 1228 | 2026-05-12T03:38:57.976Z | Downloaded tokio-postgres v0.7.16 |
| 1229 | 2026-05-12T03:38:57.976Z | Downloaded zip v0.6.6 |
| 1230 | 2026-05-12T03:38:57.977Z | Downloaded salty v0.3.0 |
| 1231 | 2026-05-12T03:38:57.977Z | Downloaded portable-atomic v1.13.1 |
| 1232 | 2026-05-12T03:38:57.977Z | Downloaded chrono v0.4.44 |
| 1233 | 2026-05-12T03:38:57.977Z | Downloaded unicode_categories v0.1.1 |
| 1234 | 2026-05-12T03:38:57.977Z | Downloaded typed-path v0.9.3 |
| 1235 | 2026-05-12T03:38:57.977Z | Downloaded petname v2.0.2 |
| 1236 | 2026-05-12T03:38:57.977Z | Downloaded unicode-segmentation v1.12.0 |
| 1237 | 2026-05-12T03:38:57.977Z | Downloaded proptest v1.10.0 |
| 1238 | 2026-05-12T03:38:58.022Z | Downloaded zerocopy-derive v0.8.40 |
| 1239 | 2026-05-12T03:38:58.022Z | Downloaded hickory-proto v0.26.1 |
| 1240 | 2026-05-12T03:38:58.022Z | Downloaded curve25519-dalek v4.1.3 |
| 1241 | 2026-05-12T03:38:58.022Z | Downloaded lalrpop v0.19.12 |
| 1242 | 2026-05-12T03:38:58.023Z | Downloaded x509-cert v0.2.5 |
| 1243 | 2026-05-12T03:38:58.023Z | Downloaded serde_with v3.17.0 |
| 1244 | 2026-05-12T03:38:58.023Z | Downloaded tower-http v0.6.8 |
| 1245 | 2026-05-12T03:38:58.023Z | Downloaded regex v1.12.3 |
| 1246 | 2026-05-12T03:38:58.023Z | Downloaded unicode-normalization v0.1.25 |
| 1247 | 2026-05-12T03:38:58.023Z | Downloaded quinn-proto v0.11.13 |
| 1248 | 2026-05-12T03:38:58.023Z | Downloaded reqwest v0.13.2 |
| 1249 | 2026-05-12T03:38:58.127Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1250 | 2026-05-12T03:38:58.127Z | Downloaded rustls-webpki v0.101.7 |
| 1251 | 2026-05-12T03:38:58.127Z | Downloaded nix v0.27.1 |
| 1252 | 2026-05-12T03:38:58.128Z | Downloaded quick-xml v0.37.5 |
| 1253 | 2026-05-12T03:38:58.128Z | Downloaded zip v4.6.1 |
| 1254 | 2026-05-12T03:38:58.128Z | Downloaded bindgen v0.71.1 |
| 1255 | 2026-05-12T03:38:58.128Z | Downloaded nix v0.28.0 |
| 1256 | 2026-05-12T03:38:58.129Z | Downloaded dropshot v0.16.7 |
| 1257 | 2026-05-12T03:38:58.179Z | Downloaded rustls-webpki v0.102.8 |
| 1258 | 2026-05-12T03:38:58.179Z | Downloaded winnow v0.6.26 |
| 1259 | 2026-05-12T03:38:58.179Z | Downloaded regex-syntax v0.6.29 |
| 1260 | 2026-05-12T03:38:58.179Z | Downloaded time v0.3.47 |
| 1261 | 2026-05-12T03:38:58.179Z | Downloaded tabled v0.20.0 |
| 1262 | 2026-05-12T03:38:58.179Z | Downloaded object v0.30.4 |
| 1263 | 2026-05-12T03:38:58.180Z | Downloaded rustls v0.21.12 |
| 1264 | 2026-05-12T03:38:58.180Z | Downloaded winnow v0.5.40 |
| 1265 | 2026-05-12T03:38:58.180Z | Downloaded tokio-util v0.7.18 |
| 1266 | 2026-05-12T03:38:58.249Z | Downloaded nix v0.31.2 |
| 1267 | 2026-05-12T03:38:58.249Z | Downloaded smoltcp v0.9.1 |
| 1268 | 2026-05-12T03:38:58.250Z | Downloaded rustls v0.22.4 |
| 1269 | 2026-05-12T03:38:58.250Z | Downloaded tough v0.22.0 |
| 1270 | 2026-05-12T03:38:58.250Z | Downloaded radix_trie v0.2.1 |
| 1271 | 2026-05-12T03:38:58.250Z | Downloaded webpki-roots v1.0.6 |
| 1272 | 2026-05-12T03:38:58.250Z | Downloaded polar-core v0.27.3 |
| 1273 | 2026-05-12T03:38:58.250Z | Downloaded regress v0.11.1 |
| 1274 | 2026-05-12T03:38:58.250Z | Downloaded regex-syntax v0.8.10 |
| 1275 | 2026-05-12T03:38:58.250Z | Downloaded openssl v0.10.78 |
| 1276 | 2026-05-12T03:38:58.287Z | Downloaded rustls v0.23.37 |
| 1277 | 2026-05-12T03:38:58.288Z | Downloaded zlib-rs v0.6.2 |
| 1278 | 2026-05-12T03:38:58.288Z | Downloaded diesel v2.3.7 |
| 1279 | 2026-05-12T03:38:58.288Z | Downloaded nix v0.29.0 |
| 1280 | 2026-05-12T03:38:58.288Z | Downloaded bstr v1.12.1 |
| 1281 | 2026-05-12T03:38:58.301Z | Downloaded vcpkg v0.2.15 |
| 1282 | 2026-05-12T03:38:58.301Z | Downloaded object v0.37.3 |
| 1283 | 2026-05-12T03:38:58.301Z | Downloaded hickory-proto v0.24.4 |
| 1284 | 2026-05-12T03:38:58.315Z | Downloaded sled v0.34.7 |
| 1285 | 2026-05-12T03:38:58.366Z | Downloaded ratatui v0.29.0 |
| 1286 | 2026-05-12T03:38:58.366Z | Downloaded typify-impl v0.4.3 |
| 1287 | 2026-05-12T03:38:58.366Z | Downloaded regress v0.10.5 |
| 1288 | 2026-05-12T03:38:58.402Z | Downloaded openapiv3 v2.2.0 |
| 1289 | 2026-05-12T03:38:58.402Z | Downloaded zerocopy-derive v0.6.6 |
| 1290 | 2026-05-12T03:38:58.431Z | Downloaded zerocopy v0.8.40 |
| 1291 | 2026-05-12T03:38:58.431Z | Downloaded hickory-proto v0.25.2 |
| 1292 | 2026-05-12T03:38:58.431Z | Downloaded smoltcp v0.11.0 |
| 1293 | 2026-05-12T03:38:58.431Z | Downloaded regex-automata v0.4.14 |
| 1294 | 2026-05-12T03:38:58.431Z | Downloaded jiff v0.2.21 |
| 1295 | 2026-05-12T03:38:58.431Z | Downloaded csv v1.4.0 |
| 1296 | 2026-05-12T03:38:58.431Z | Downloaded rustix v0.38.44 |
| 1297 | 2026-05-12T03:38:58.453Z | Downloaded petgraph v0.8.3 |
| 1298 | 2026-05-12T03:38:58.453Z | Downloaded sha3 v0.10.8 |
| 1299 | 2026-05-12T03:38:58.453Z | Downloaded sqlparser v0.61.0 |
| 1300 | 2026-05-12T03:38:58.472Z | Downloaded encoding_rs v0.8.35 |
| 1301 | 2026-05-12T03:38:58.495Z | Downloaded typify-impl v0.6.2 |
| 1302 | 2026-05-12T03:38:58.535Z | Downloaded tracing v0.1.44 |
| 1303 | 2026-05-12T03:38:58.578Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1304 | 2026-05-12T03:38:58.633Z | Downloaded chrono-tz v0.10.4 |
| 1305 | 2026-05-12T03:38:58.651Z | Downloaded petgraph v0.6.5 |
| 1306 | 2026-05-12T03:38:58.697Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1307 | 2026-05-12T03:38:58.721Z | Downloaded libz-sys v1.1.24 |
| 1308 | 2026-05-12T03:38:58.732Z | Downloaded tokio v1.52.1 |
| 1309 | 2026-05-12T03:38:58.878Z | Downloaded ring v0.17.14 |
| 1310 | 2026-05-12T03:38:58.911Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1311 | 2026-05-12T03:38:59.539Z | Downloaded aws-lc-sys v0.40.0 |
| 1312 | 2026-05-12T03:38:59.782Z | Compiling libc v0.2.185 |
| 1313 | 2026-05-12T03:38:59.782Z | Compiling serde v1.0.228 |
| 1314 | 2026-05-12T03:38:59.786Z | Compiling log v0.4.29 |
| 1315 | 2026-05-12T03:38:59.786Z | Compiling shlex v1.3.0 |
| 1316 | 2026-05-12T03:38:59.947Z | Compiling find-msvc-tools v0.1.9 |
| 1317 | 2026-05-12T03:38:59.947Z | Compiling smallvec v1.15.1 |
| 1318 | 2026-05-12T03:38:59.957Z | Compiling syn v2.0.117 |
| 1319 | 2026-05-12T03:38:59.970Z | Compiling typenum v1.19.0 |
| 1320 | 2026-05-12T03:39:00.127Z | Compiling generic-array v0.14.7 |
| 1321 | 2026-05-12T03:39:00.146Z | Compiling subtle v2.6.1 |
| 1322 | 2026-05-12T03:39:00.166Z | Compiling scopeguard v1.2.0 |
| 1323 | 2026-05-12T03:39:00.232Z | Compiling portable-atomic v1.13.1 |
| 1324 | 2026-05-12T03:39:00.255Z | Compiling lock_api v0.4.14 |
| 1325 | 2026-05-12T03:39:00.272Z | Compiling const-oid v0.9.6 |
| 1326 | 2026-05-12T03:39:00.310Z | Compiling serde_json v1.0.149 |
| 1327 | 2026-05-12T03:39:00.387Z | Compiling zerocopy v0.8.40 |
| 1328 | 2026-05-12T03:39:00.485Z | Compiling critical-section v1.2.0 |
| 1329 | 2026-05-12T03:39:00.588Z | Compiling parking_lot_core v0.9.12 |
| 1330 | 2026-05-12T03:39:00.786Z | Compiling getrandom v0.2.17 |
| 1331 | 2026-05-12T03:39:00.825Z | Compiling jobserver v0.1.34 |
| 1332 | 2026-05-12T03:39:00.849Z | Compiling errno v0.3.14 |
| 1333 | 2026-05-12T03:39:00.966Z | Compiling rand_core v0.6.4 |
| 1334 | 2026-05-12T03:39:01.041Z | Compiling pin-project-lite v0.2.17 |
| 1335 | 2026-05-12T03:39:01.059Z | Compiling cc v1.2.56 |
| 1336 | 2026-05-12T03:39:01.087Z | Compiling pkg-config v0.3.32 |
| 1337 | 2026-05-12T03:39:01.244Z | Compiling once_cell v1.21.3 |
| 1338 | 2026-05-12T03:39:01.270Z | Compiling signal-hook-registry v1.4.8 |
| 1339 | 2026-05-12T03:39:01.314Z | Compiling bitflags v2.11.0 |
| 1340 | 2026-05-12T03:39:01.462Z | Compiling libm v0.2.16 |
| 1341 | 2026-05-12T03:39:01.526Z | Compiling futures-core v0.3.32 |
| 1342 | 2026-05-12T03:39:01.549Z | Compiling parking_lot v0.12.5 |
| 1343 | 2026-05-12T03:39:01.602Z | Compiling mio v1.2.0 |
| 1344 | 2026-05-12T03:39:01.664Z | Compiling num-traits v0.2.19 |
| 1345 | 2026-05-12T03:39:01.681Z | Compiling percent-encoding v2.3.2 |
| 1346 | 2026-05-12T03:39:01.715Z | Compiling socket2 v0.6.3 |
| 1347 | 2026-05-12T03:39:01.911Z | Compiling getrandom v0.4.1 |
| 1348 | 2026-05-12T03:39:01.980Z | Compiling futures-sink v0.3.32 |
| 1349 | 2026-05-12T03:39:02.009Z | Compiling rand_core v0.10.0 |
| 1350 | 2026-05-12T03:39:02.021Z | Compiling futures-channel v0.3.32 |
| 1351 | 2026-05-12T03:39:02.044Z | Compiling futures-io v0.3.32 |
| 1352 | 2026-05-12T03:39:02.115Z | Compiling cpufeatures v0.2.17 |
| 1353 | 2026-05-12T03:39:02.142Z | Compiling slab v0.4.12 |
| 1354 | 2026-05-12T03:39:02.194Z | Compiling futures-task v0.3.32 |
| 1355 | 2026-05-12T03:39:02.209Z | Compiling indexmap v2.14.0 |
| 1356 | 2026-05-12T03:39:02.280Z | Compiling getrandom v0.3.4 |
| 1357 | 2026-05-12T03:39:02.327Z | Compiling rustversion v1.0.22 |
| 1358 | 2026-05-12T03:39:02.377Z | Compiling cmake v0.1.57 |
| 1359 | 2026-05-12T03:39:02.437Z | Compiling form_urlencoded v1.2.2 |
| 1360 | 2026-05-12T03:39:02.679Z | Compiling fs_extra v1.3.0 |
| 1361 | 2026-05-12T03:39:02.692Z | Compiling dunce v1.0.5 |
| 1362 | 2026-05-12T03:39:02.796Z | Compiling ident_case v1.0.1 |
| 1363 | 2026-05-12T03:39:02.891Z | Compiling synstructure v0.13.2 |
| 1364 | 2026-05-12T03:39:02.912Z | Compiling base64ct v1.8.3 |
| 1365 | 2026-05-12T03:39:02.977Z | Compiling regex-syntax v0.8.10 |
| 1366 | 2026-05-12T03:39:02.977Z | Compiling aws-lc-sys v0.40.0 |
| 1367 | 2026-05-12T03:39:03.197Z | Compiling pem-rfc7468 v0.7.0 |
| 1368 | 2026-05-12T03:39:03.266Z | Compiling flagset v0.4.7 |
| 1369 | 2026-05-12T03:39:03.302Z | Compiling iana-time-zone v0.1.65 |
| 1370 | 2026-05-12T03:39:03.352Z | Compiling rustix v1.1.3 |
| 1371 | 2026-05-12T03:39:03.378Z | Compiling rand_core v0.9.5 |
| 1372 | 2026-05-12T03:39:03.439Z | Compiling ring v0.17.14 |
| 1373 | 2026-05-12T03:39:03.455Z | Compiling aws-lc-rs v1.16.3 |
| 1374 | 2026-05-12T03:39:03.468Z | Compiling vcpkg v0.2.15 |
| 1375 | 2026-05-12T03:39:03.659Z | Compiling uuid v1.23.0 |
| 1376 | 2026-05-12T03:39:03.765Z | Compiling rustc_version v0.4.1 |
| 1377 | 2026-05-12T03:39:04.128Z | Compiling tracing-core v0.1.36 |
| 1378 | 2026-05-12T03:39:04.291Z | Compiling openssl-sys v0.9.114 |
| 1379 | 2026-05-12T03:39:04.340Z | Compiling base64 v0.22.1 |
| 1380 | 2026-05-12T03:39:04.618Z | Compiling serde_derive v1.0.228 |
| 1381 | 2026-05-12T03:39:04.650Z | Compiling zeroize_derive v1.4.3 |
| 1382 | 2026-05-12T03:39:04.654Z | Compiling zerofrom-derive v0.1.6 |
| 1383 | 2026-05-12T03:39:04.783Z | Compiling yoke-derive v0.8.1 |
| 1384 | 2026-05-12T03:39:05.083Z | Compiling zerovec-derive v0.11.2 |
| 1385 | 2026-05-12T03:39:05.259Z | Compiling zerocopy-derive v0.8.40 |
| 1386 | 2026-05-12T03:39:05.303Z | Compiling zeroize v1.8.2 |
| 1387 | 2026-05-12T03:39:05.940Z | Compiling displaydoc v0.2.5 |
| 1388 | 2026-05-12T03:39:06.038Z | Compiling crypto-common v0.1.7 |
| 1389 | 2026-05-12T03:39:06.038Z | Compiling zerofrom v0.1.6 |
| 1390 | 2026-05-12T03:39:06.175Z | Compiling yoke v0.8.1 |
| 1391 | 2026-05-12T03:39:06.190Z | Compiling block-buffer v0.10.4 |
| 1392 | 2026-05-12T03:39:06.192Z | Compiling tokio-macros v2.7.0 |
| 1393 | 2026-05-12T03:39:06.352Z | Compiling zerovec v0.11.5 |
| 1394 | 2026-05-12T03:39:06.352Z | Compiling digest v0.10.7 |
| 1395 | 2026-05-12T03:39:06.615Z | Compiling futures-macro v0.3.32 |
| 1396 | 2026-05-12T03:39:06.654Z | Compiling zerotrie v0.2.3 |
| 1397 | 2026-05-12T03:39:06.845Z | Compiling tinystr v0.8.2 |
| 1398 | 2026-05-12T03:39:06.906Z | Compiling potential_utf v0.1.4 |
| 1399 | 2026-05-12T03:39:06.954Z | Compiling hmac v0.12.1 |
| 1400 | 2026-05-12T03:39:07.070Z | Compiling icu_locale_core v2.1.1 |
| 1401 | 2026-05-12T03:39:07.083Z | Compiling icu_collections v2.1.1 |
| 1402 | 2026-05-12T03:39:07.118Z | Compiling block-padding v0.3.3 |
| 1403 | 2026-05-12T03:39:07.275Z | Compiling inout v0.1.4 |
| 1404 | 2026-05-12T03:39:07.401Z | Compiling futures-util v0.3.32 |
| 1405 | 2026-05-12T03:39:07.414Z | Compiling cipher v0.4.4 |
| 1406 | 2026-05-12T03:39:07.540Z | Compiling sha2 v0.10.9 |
| 1407 | 2026-05-12T03:39:07.667Z | Compiling icu_provider v2.1.1 |
| 1408 | 2026-05-12T03:39:07.899Z | Compiling icu_normalizer v2.1.1 |
| 1409 | 2026-05-12T03:39:07.966Z | Compiling bytes v1.11.1 |
| 1410 | 2026-05-12T03:39:08.015Z | Compiling icu_properties v2.1.2 |
| 1411 | 2026-05-12T03:39:08.149Z | Compiling der_derive v0.7.3 |
| 1412 | 2026-05-12T03:39:08.449Z | Compiling tokio v1.52.1 |
| 1413 | 2026-05-12T03:39:08.564Z | Compiling http v1.4.0 |
| 1414 | 2026-05-12T03:39:08.906Z | Compiling idna_adapter v1.2.1 |
| 1415 | 2026-05-12T03:39:09.081Z | Compiling idna v1.1.0 |
| 1416 | 2026-05-12T03:39:09.129Z | Compiling chrono v0.4.44 |
| 1417 | 2026-05-12T03:39:09.143Z | Compiling der v0.7.10 |
| 1418 | 2026-05-12T03:39:09.496Z | Compiling url v2.5.8 |
| 1419 | 2026-05-12T03:39:09.686Z | Compiling ppv-lite86 v0.2.21 |
| 1420 | 2026-05-12T03:39:09.721Z | Compiling salsa20 v0.10.2 |
| 1421 | 2026-05-12T03:39:09.735Z | Compiling pbkdf2 v0.12.2 |
| 1422 | 2026-05-12T03:39:09.842Z | Compiling rustls-pki-types v1.14.0 |
| 1423 | 2026-05-12T03:39:09.857Z | Compiling tracing-attributes v0.1.31 |
| 1424 | 2026-05-12T03:39:09.998Z | Compiling spki v0.7.3 |
| 1425 | 2026-05-12T03:39:10.206Z | Compiling thiserror-impl v2.0.18 |
| 1426 | 2026-05-12T03:39:10.283Z | Compiling rand_chacha v0.9.0 |
| 1427 | 2026-05-12T03:39:10.300Z | Compiling scrypt v0.11.0 |
| 1428 | 2026-05-12T03:39:10.333Z | Compiling http-body v1.0.1 |
| 1429 | 2026-05-12T03:39:10.481Z | Compiling cbc v0.1.2 |
| 1430 | 2026-05-12T03:39:10.499Z | Compiling aes v0.8.4 |
| 1431 | 2026-05-12T03:39:10.607Z | Compiling openssl-probe v0.2.1 |
| 1432 | 2026-05-12T03:39:10.627Z | Compiling httparse v1.10.1 |
| 1433 | 2026-05-12T03:39:10.786Z | Compiling tinyvec_macros v0.1.1 |
| 1434 | 2026-05-12T03:39:10.855Z | Compiling untrusted v0.9.0 |
| 1435 | 2026-05-12T03:39:10.957Z | Compiling untrusted v0.7.1 |
| 1436 | 2026-05-12T03:39:11.013Z | Compiling pkcs5 v0.7.1 |
| 1437 | 2026-05-12T03:39:11.079Z | Compiling tinyvec v1.10.0 |
| 1438 | 2026-05-12T03:39:11.136Z | Compiling tracing v0.1.44 |
| 1439 | 2026-05-12T03:39:11.394Z | Compiling pest_generator v2.8.6 |
| 1440 | 2026-05-12T03:39:11.421Z | Compiling rand v0.9.2 |
| 1441 | 2026-05-12T03:39:11.478Z | Compiling serde_derive_internals v0.29.1 |
| 1442 | 2026-05-12T03:39:11.509Z | Compiling thiserror v2.0.18 |
| 1443 | 2026-05-12T03:39:11.533Z | Compiling aho-corasick v1.1.4 |
| 1444 | 2026-05-12T03:39:11.611Z | Compiling rustls v0.23.37 |
| 1445 | 2026-05-12T03:39:11.778Z | Compiling try-lock v0.2.5 |
| 1446 | 2026-05-12T03:39:11.888Z | Compiling schemars v0.8.22 |
| 1447 | 2026-05-12T03:39:12.093Z | Compiling tower-service v0.3.3 |
| 1448 | 2026-05-12T03:39:12.108Z | Compiling atomic-waker v1.1.2 |
| 1449 | 2026-05-12T03:39:12.183Z | Compiling tokio-util v0.7.18 |
| 1450 | 2026-05-12T03:39:12.196Z | Compiling dyn-clone v1.0.20 |
| 1451 | 2026-05-12T03:39:12.218Z | Compiling tower-layer v0.3.3 |
| 1452 | 2026-05-12T03:39:12.331Z | Compiling regex-automata v0.4.14 |
| 1453 | 2026-05-12T03:39:12.362Z | Compiling schemars_derive v0.8.22 |
| 1454 | 2026-05-12T03:39:12.385Z | Compiling pest_derive v2.8.6 |
| 1455 | 2026-05-12T03:39:12.736Z | Compiling want v0.3.1 |
| 1456 | 2026-05-12T03:39:12.809Z | Compiling pkcs8 v0.10.2 |
| 1457 | 2026-05-12T03:39:12.899Z | Compiling h2 v0.4.13 |
| 1458 | 2026-05-12T03:39:13.173Z | Compiling ipnet v2.11.0 |
| 1459 | 2026-05-12T03:39:13.187Z | Compiling scroll_derive v0.13.1 |
| 1460 | 2026-05-12T03:39:13.402Z | Compiling darling_core v0.20.11 |
| 1461 | 2026-05-12T03:39:13.581Z | Compiling httpdate v1.0.3 |
| 1462 | 2026-05-12T03:39:13.674Z | Compiling pin-utils v0.1.0 |
| 1463 | 2026-05-12T03:39:13.739Z | Compiling foreign-types-shared v0.1.1 |
| 1464 | 2026-05-12T03:39:13.790Z | Compiling openssl v0.10.78 |
| 1465 | 2026-05-12T03:39:13.824Z | Compiling foreign-types v0.3.2 |
| 1466 | 2026-05-12T03:39:13.904Z | Compiling tempfile v3.25.0 |
| 1467 | 2026-05-12T03:39:13.979Z | Compiling scroll v0.13.0 |
| 1468 | 2026-05-12T03:39:14.108Z | Compiling unicode-normalization v0.1.25 |
| 1469 | 2026-05-12T03:39:14.328Z | Compiling openssl-macros v0.1.1 |
| 1470 | 2026-05-12T03:39:14.570Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1471 | 2026-05-12T03:39:14.703Z | Compiling spin v0.9.8 |
| 1472 | 2026-05-12T03:39:14.831Z | Compiling time-core v0.1.8 |
| 1473 | 2026-05-12T03:39:14.907Z | Compiling num-conv v0.2.0 |
| 1474 | 2026-05-12T03:39:14.962Z | Compiling native-tls v0.2.18 |
| 1475 | 2026-05-12T03:39:14.977Z | Compiling powerfmt v0.2.0 |
| 1476 | 2026-05-12T03:39:15.036Z | Compiling crc32fast v1.5.0 |
| 1477 | 2026-05-12T03:39:15.179Z | Compiling deranged v0.5.8 |
| 1478 | 2026-05-12T03:39:15.193Z | Compiling time-macros v0.2.27 |
| 1479 | 2026-05-12T03:39:15.735Z | Compiling darling_macro v0.20.11 |
| 1480 | 2026-05-12T03:39:16.140Z | Compiling hyper v1.8.1 |
| 1481 | 2026-05-12T03:39:16.177Z | Compiling darling v0.20.11 |
| 1482 | 2026-05-12T03:39:16.267Z | Compiling goblin v0.10.5 |
| 1483 | 2026-05-12T03:39:16.283Z | Compiling rustls-native-certs v0.8.3 |
| 1484 | 2026-05-12T03:39:16.399Z | Compiling sync_wrapper v1.0.2 |
| 1485 | 2026-05-12T03:39:16.507Z | Compiling wait-timeout v0.2.1 |
| 1486 | 2026-05-12T03:39:16.944Z | Compiling crossbeam-utils v0.8.21 |
| 1487 | 2026-05-12T03:39:16.948Z | Compiling simd-adler32 v0.3.8 |
| 1488 | 2026-05-12T03:39:16.948Z | Compiling num_threads v0.1.7 |
| 1489 | 2026-05-12T03:39:16.948Z | Compiling siphasher v1.0.2 |
| 1490 | 2026-05-12T03:39:16.948Z | Compiling syn v1.0.109 |
| 1491 | 2026-05-12T03:39:17.021Z | Compiling bit-vec v0.8.0 |
| 1492 | 2026-05-12T03:39:17.043Z | Compiling usdt-impl v0.6.0 |
| 1493 | 2026-05-12T03:39:17.213Z | Compiling hyper-util v0.1.20 |
| 1494 | 2026-05-12T03:39:17.256Z | Compiling quick-error v1.2.3 |
| 1495 | 2026-05-12T03:39:17.305Z | Compiling bit-set v0.8.0 |
| 1496 | 2026-05-12T03:39:17.332Z | Compiling rusty-fork v0.3.1 |
| 1497 | 2026-05-12T03:39:17.463Z | Compiling time v0.3.47 |
| 1498 | 2026-05-12T03:39:17.764Z | Compiling tower v0.5.3 |
| 1499 | 2026-05-12T03:39:18.013Z | Compiling derive_builder_core v0.20.2 |
| 1500 | 2026-05-12T03:39:18.309Z | Compiling dtrace-parser v0.3.0 |
| 1501 | 2026-05-12T03:39:18.345Z | Compiling http-body-util v0.1.3 |
| 1502 | 2026-05-12T03:39:18.577Z | Compiling webpki-roots v1.0.6 |
| 1503 | 2026-05-12T03:39:18.698Z | Compiling signature v2.2.0 |
| 1504 | 2026-05-12T03:39:18.835Z | Compiling scroll_derive v0.12.1 |
| 1505 | 2026-05-12T03:39:18.887Z | Compiling dof v0.4.0 |
| 1506 | 2026-05-12T03:39:18.900Z | Compiling thiserror-impl v1.0.69 |
| 1507 | 2026-05-12T03:39:18.996Z | Compiling heapless v0.7.17 |
| 1508 | 2026-05-12T03:39:19.104Z | Compiling rand_xorshift v0.4.0 |
| 1509 | 2026-05-12T03:39:19.269Z | Compiling slog v2.8.2 |
| 1510 | 2026-05-12T03:39:19.293Z | Compiling darling_core v0.21.3 |
| 1511 | 2026-05-12T03:39:19.485Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1512 | 2026-05-12T03:39:19.515Z | Compiling thread-id v5.1.0 |
| 1513 | 2026-05-12T03:39:19.592Z | Compiling cookie v0.18.1 |
| 1514 | 2026-05-12T03:39:19.717Z | Compiling unicode-properties v0.1.4 |
| 1515 | 2026-05-12T03:39:20.179Z | Compiling zstd-safe v7.2.4 |
| 1516 | 2026-05-12T03:39:20.185Z | Compiling anyhow v1.0.102 |
| 1517 | 2026-05-12T03:39:20.185Z | Compiling signal-hook v0.3.18 |
| 1518 | 2026-05-12T03:39:20.185Z | Compiling adler2 v2.0.1 |
| 1519 | 2026-05-12T03:39:20.186Z | Compiling allocator-api2 v0.2.21 |
| 1520 | 2026-05-12T03:39:20.186Z | Compiling ryu v1.0.23 |
| 1521 | 2026-05-12T03:39:20.224Z | Compiling iri-string v0.7.10 |
| 1522 | 2026-05-12T03:39:20.235Z | Compiling unicode-bidi v0.3.18 |
| 1523 | 2026-05-12T03:39:20.366Z | Compiling paste v1.0.15 |
| 1524 | 2026-05-12T03:39:20.462Z | Compiling unarray v0.1.4 |
| 1525 | 2026-05-12T03:39:20.513Z | Compiling serde_urlencoded v0.7.1 |
| 1526 | 2026-05-12T03:39:20.569Z | Compiling proptest v1.10.0 |
| 1527 | 2026-05-12T03:39:20.664Z | Compiling stringprep v0.1.5 |
| 1528 | 2026-05-12T03:39:20.753Z | Compiling thiserror v1.0.69 |
| 1529 | 2026-05-12T03:39:20.859Z | Compiling miniz_oxide v0.8.9 |
| 1530 | 2026-05-12T03:39:21.445Z | Compiling tower-http v0.6.8 |
| 1531 | 2026-05-12T03:39:21.656Z | Compiling scroll v0.12.0 |
| 1532 | 2026-05-12T03:39:21.734Z | Compiling derive_builder_macro v0.20.2 |
| 1533 | 2026-05-12T03:39:21.758Z | Compiling tokio-native-tls v0.3.1 |
| 1534 | 2026-05-12T03:39:21.761Z | Compiling darling_macro v0.21.3 |
| 1535 | 2026-05-12T03:39:21.925Z | Compiling ipnetwork v0.21.1 |
| 1536 | 2026-05-12T03:39:21.989Z | Compiling bstr v1.12.1 |
| 1537 | 2026-05-12T03:39:22.200Z | Compiling rand_chacha v0.3.1 |
| 1538 | 2026-05-12T03:39:22.237Z | Compiling toml_datetime v0.6.11 |
| 1539 | 2026-05-12T03:39:22.303Z | Compiling serde_spanned v0.6.9 |
| 1540 | 2026-05-12T03:39:22.318Z | Compiling serde_tokenstream v0.2.3 |
| 1541 | 2026-05-12T03:39:22.446Z | Compiling erased-serde v0.3.31 |
| 1542 | 2026-05-12T03:39:22.491Z | Compiling md-5 v0.10.6 |
| 1543 | 2026-05-12T03:39:22.622Z | Compiling pin-project-internal v1.1.11 |
| 1544 | 2026-05-12T03:39:22.637Z | Compiling zerocopy-derive v0.7.35 |
| 1545 | 2026-05-12T03:39:22.653Z | Compiling async-trait v0.1.89 |
| 1546 | 2026-05-12T03:39:22.928Z | Compiling curve25519-dalek v4.1.3 |
| 1547 | 2026-05-12T03:39:22.974Z | Compiling vergen-lib v0.1.6 |
| 1548 | 2026-05-12T03:39:23.159Z | Compiling num-integer v0.1.46 |
| 1549 | 2026-05-12T03:39:23.257Z | Compiling hash32 v0.2.1 |
| 1550 | 2026-05-12T03:39:23.451Z | Compiling ff v0.13.1 |
| 1551 | 2026-05-12T03:39:23.492Z | Compiling memoffset v0.9.1 |
| 1552 | 2026-05-12T03:39:23.515Z | Compiling fallible-iterator v0.2.0 |
| 1553 | 2026-05-12T03:39:23.584Z | Compiling rustix v0.38.44 |
| 1554 | 2026-05-12T03:39:23.654Z | Compiling zlib-rs v0.6.2 |
| 1555 | 2026-05-12T03:39:23.666Z | Compiling psl-types v2.0.11 |
| 1556 | 2026-05-12T03:39:23.723Z | Compiling litrs v1.0.0 |
| 1557 | 2026-05-12T03:39:23.793Z | Compiling num-bigint-dig v0.8.6 |
| 1558 | 2026-05-12T03:39:23.808Z | Compiling base16ct v0.2.0 |
| 1559 | 2026-05-12T03:39:23.923Z | Compiling smoltcp v0.9.1 |
| 1560 | 2026-05-12T03:39:23.975Z | Compiling cfg_aliases v0.2.1 |
| 1561 | 2026-05-12T03:39:23.979Z | Compiling ref-cast v1.0.25 |
| 1562 | 2026-05-12T03:39:24.125Z | Compiling nix v0.31.2 |
| 1563 | 2026-05-12T03:39:24.292Z | Compiling document-features v0.2.12 |
| 1564 | 2026-05-12T03:39:24.353Z | Compiling sec1 v0.7.3 |
| 1565 | 2026-05-12T03:39:24.427Z | Compiling publicsuffix v2.3.0 |
| 1566 | 2026-05-12T03:39:24.500Z | Compiling postgres-protocol v0.6.10 |
| 1567 | 2026-05-12T03:39:24.599Z | Compiling pin-project v1.1.11 |
| 1568 | 2026-05-12T03:39:24.802Z | Compiling group v0.13.0 |
| 1569 | 2026-05-12T03:39:24.826Z | Compiling zerocopy v0.7.35 |
| 1570 | 2026-05-12T03:39:24.896Z | Compiling num-iter v0.1.45 |
| 1571 | 2026-05-12T03:39:25.105Z | Compiling newtype-uuid v1.3.2 |
| 1572 | 2026-05-12T03:39:25.287Z | Compiling rand v0.8.6 |
| 1573 | 2026-05-12T03:39:25.338Z | Compiling darling v0.21.3 |
| 1574 | 2026-05-12T03:39:25.415Z | Compiling derive_builder v0.20.2 |
| 1575 | 2026-05-12T03:39:25.435Z | Compiling oxnet v0.1.4 |
| 1576 | 2026-05-12T03:39:25.536Z | Compiling hyper-tls v0.6.0 |
| 1577 | 2026-05-12T03:39:25.661Z | Compiling goblin v0.8.2 |
| 1578 | 2026-05-12T03:39:25.794Z | Compiling hubpack_derive v0.1.1 |
| 1579 | 2026-05-12T03:39:26.353Z | Compiling phf_shared v0.13.1 |
| 1580 | 2026-05-12T03:39:26.418Z | Compiling lazy_static v1.5.0 |
| 1581 | 2026-05-12T03:39:26.454Z | Compiling regex v1.12.3 |
| 1582 | 2026-05-12T03:39:26.478Z | Compiling futures-executor v0.3.32 |
| 1583 | 2026-05-12T03:39:26.489Z | Compiling hex v0.4.3 |
| 1584 | 2026-05-12T03:39:26.638Z | Compiling flate2 v1.1.9 |
| 1585 | 2026-05-12T03:39:26.721Z | Compiling cargo-platform v0.1.9 |
| 1586 | 2026-05-12T03:39:26.746Z | Compiling hkdf v0.12.4 |
| 1587 | 2026-05-12T03:39:26.909Z | Compiling crypto-bigint v0.5.5 |
| 1588 | 2026-05-12T03:39:26.938Z | Compiling terminal_size v0.4.3 |
| 1589 | 2026-05-12T03:39:26.938Z | Compiling daft-derive v0.1.5 |
| 1590 | 2026-05-12T03:39:26.984Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1591 | 2026-05-12T03:39:27.036Z | Compiling ref-cast-impl v1.0.25 |
| 1592 | 2026-05-12T03:39:27.053Z | Compiling strum_macros v0.27.2 |
| 1593 | 2026-05-12T03:39:27.581Z | Compiling snafu-derive v0.8.9 |
| 1594 | 2026-05-12T03:39:27.603Z | Compiling vergen v9.0.6 |
| 1595 | 2026-05-12T03:39:27.622Z | Compiling fs-err v3.3.0 |
| 1596 | 2026-05-12T03:39:27.776Z | Compiling ahash v0.8.12 |
| 1597 | 2026-05-12T03:39:27.836Z | Compiling encoding_rs v0.8.35 |
| 1598 | 2026-05-12T03:39:27.995Z | Compiling cpufeatures v0.3.0 |
| 1599 | 2026-05-12T03:39:28.155Z | Compiling winnow v0.5.40 |
| 1600 | 2026-05-12T03:39:28.933Z | Compiling managed v0.8.0 |
| 1601 | 2026-05-12T03:39:28.994Z | Compiling foldhash v0.1.5 |
| 1602 | 2026-05-12T03:39:29.129Z | Compiling bitflags v1.3.2 |
| 1603 | 2026-05-12T03:39:29.193Z | Compiling libbz2-rs-sys v0.2.2 |
| 1604 | 2026-05-12T03:39:29.208Z | Compiling foldhash v0.2.0 |
| 1605 | 2026-05-12T03:39:29.209Z | Compiling unicode-segmentation v1.12.0 |
| 1606 | 2026-05-12T03:39:29.332Z | Compiling mime v0.3.17 |
| 1607 | 2026-05-12T03:39:29.425Z | Compiling same-file v1.0.6 |
| 1608 | 2026-05-12T03:39:29.476Z | Compiling object v0.37.3 |
| 1609 | 2026-05-12T03:39:29.495Z | Compiling bumpalo v3.20.2 |
| 1610 | 2026-05-12T03:39:29.676Z | Compiling walkdir v2.5.0 |
| 1611 | 2026-05-12T03:39:29.677Z | Compiling snafu v0.8.9 |
| 1612 | 2026-05-12T03:39:29.689Z | Compiling bzip2 v0.6.1 |
| 1613 | 2026-05-12T03:39:29.772Z | Compiling zopfli v0.8.3 |
| 1614 | 2026-05-12T03:39:29.826Z | Compiling hashbrown v0.16.1 |
| 1615 | 2026-05-12T03:39:29.844Z | Compiling toml_edit v0.19.15 |
| 1616 | 2026-05-12T03:39:29.922Z | Compiling hashbrown v0.15.5 |
| 1617 | 2026-05-12T03:39:29.959Z | Compiling strum v0.27.2 |
| 1618 | 2026-05-12T03:39:30.082Z | Compiling chacha20 v0.10.0 |
| 1619 | 2026-05-12T03:39:30.408Z | Compiling clap_builder v4.5.60 |
| 1620 | 2026-05-12T03:39:30.425Z | Compiling dof v0.3.0 |
| 1621 | 2026-05-12T03:39:30.482Z | Compiling elliptic-curve v0.13.8 |
| 1622 | 2026-05-12T03:39:30.534Z | Compiling daft v0.1.5 |
| 1623 | 2026-05-12T03:39:30.852Z | Compiling cargo_metadata v0.19.2 |
| 1624 | 2026-05-12T03:39:30.913Z | Compiling futures v0.3.32 |
| 1625 | 2026-05-12T03:39:30.997Z | Compiling phf v0.13.1 |
| 1626 | 2026-05-12T03:39:31.531Z | Compiling hubpack v0.1.2 |
| 1627 | 2026-05-12T03:39:31.556Z | Compiling cookie_store v0.22.1 |
| 1628 | 2026-05-12T03:39:31.794Z | Compiling signal-hook-mio v0.2.5 |
| 1629 | 2026-05-12T03:39:31.957Z | Compiling bzip2 v0.4.4 |
| 1630 | 2026-05-12T03:39:32.096Z | Compiling zstd v0.13.3 |
| 1631 | 2026-05-12T03:39:32.208Z | Compiling serde_with_macros v3.17.0 |
| 1632 | 2026-05-12T03:39:32.289Z | Compiling postgres-types v0.2.12 |
| 1633 | 2026-05-12T03:39:32.478Z | Compiling usdt-attr-macro v0.6.0 |
| 1634 | 2026-05-12T03:39:32.793Z | Compiling usdt-macro v0.6.0 |
| 1635 | 2026-05-12T03:39:33.261Z | Compiling globset v0.4.18 |
| 1636 | 2026-05-12T03:39:33.330Z | Compiling dtrace-parser v0.2.0 |
| 1637 | 2026-05-12T03:39:33.513Z | Compiling ed25519 v2.2.3 |
| 1638 | 2026-05-12T03:39:33.546Z | Compiling phf_shared v0.11.3 |
| 1639 | 2026-05-12T03:39:33.546Z | Compiling olpc-cjson v0.1.4 |
| 1640 | 2026-05-12T03:39:33.656Z | Compiling pkcs1 v0.7.5 |
| 1641 | 2026-05-12T03:39:33.703Z | Compiling serde_plain v1.0.2 |
| 1642 | 2026-05-12T03:39:33.703Z | Compiling serde-big-array v0.5.1 |
| 1643 | 2026-05-12T03:39:33.856Z | Compiling rfc6979 v0.4.0 |
| 1644 | 2026-05-12T03:39:33.936Z | Compiling enum-as-inner v0.6.1 |
| 1645 | 2026-05-12T03:39:33.994Z | Compiling async-recursion v1.1.1 |
| 1646 | 2026-05-12T03:39:33.994Z | Compiling clap_derive v4.5.55 |
| 1647 | 2026-05-12T03:39:34.014Z | Compiling serde_repr v0.1.20 |
| 1648 | 2026-05-12T03:39:34.074Z | Compiling strum_macros v0.26.4 |
| 1649 | 2026-05-12T03:39:34.286Z | Compiling pem v3.0.6 |
| 1650 | 2026-05-12T03:39:34.429Z | Compiling float-cmp v0.10.0 |
| 1651 | 2026-05-12T03:39:34.558Z | Compiling thread-id v4.2.2 |
| 1652 | 2026-05-12T03:39:34.675Z | Compiling memmap2 v0.9.10 |
| 1653 | 2026-05-12T03:39:34.675Z | Compiling env_filter v1.0.0 |
| 1654 | 2026-05-12T03:39:34.745Z | Compiling difflib v0.4.0 |
| 1655 | 2026-05-12T03:39:34.745Z | Compiling fixedbitset v0.4.2 |
| 1656 | 2026-05-12T03:39:34.787Z | Compiling jiff v0.2.21 |
| 1657 | 2026-05-12T03:39:34.843Z | Compiling rustc-hash v2.1.1 |
| 1658 | 2026-05-12T03:39:34.872Z | Compiling fixedbitset v0.5.7 |
| 1659 | 2026-05-12T03:39:34.967Z | Compiling static_assertions v1.1.0 |
| 1660 | 2026-05-12T03:39:35.040Z | Compiling whoami v2.1.0 |
| 1661 | 2026-05-12T03:39:35.147Z | Compiling keccak v0.1.6 |
| 1662 | 2026-05-12T03:39:35.172Z | Compiling new_debug_unreachable v1.0.6 |
| 1663 | 2026-05-12T03:39:35.303Z | Compiling data-encoding v2.10.0 |
| 1664 | 2026-05-12T03:39:35.412Z | Compiling precomputed-hash v0.1.1 |
| 1665 | 2026-05-12T03:39:35.506Z | Compiling either v1.15.0 |
| 1666 | 2026-05-12T03:39:35.715Z | Compiling predicates-core v1.0.10 |
| 1667 | 2026-05-12T03:39:35.748Z | Compiling normalize-line-endings v0.3.0 |
| 1668 | 2026-05-12T03:39:35.906Z | Compiling typed-path v0.9.3 |
| 1669 | 2026-05-12T03:39:35.950Z | Compiling predicates v3.1.4 |
| 1670 | 2026-05-12T03:39:35.950Z | Compiling strum v0.26.3 |
| 1671 | 2026-05-12T03:39:35.950Z | Compiling clap v4.5.60 |
| 1672 | 2026-05-12T03:39:35.979Z | Compiling itertools v0.13.0 |
| 1673 | 2026-05-12T03:39:36.029Z | Compiling hickory-proto v0.25.2 |
| 1674 | 2026-05-12T03:39:36.507Z | Compiling string_cache v0.8.9 |
| 1675 | 2026-05-12T03:39:36.593Z | Compiling sha3 v0.10.8 |
| 1676 | 2026-05-12T03:39:36.594Z | Compiling tokio-postgres v0.7.16 |
| 1677 | 2026-05-12T03:39:36.726Z | Compiling petgraph v0.8.3 |
| 1678 | 2026-05-12T03:39:36.795Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1679 | 2026-05-12T03:39:37.045Z | Compiling iddqd v0.3.18 |
| 1680 | 2026-05-12T03:39:37.200Z | Compiling petgraph v0.6.5 |
| 1681 | 2026-05-12T03:39:38.274Z | Compiling zip v4.6.1 |
| 1682 | 2026-05-12T03:39:38.659Z | Compiling env_logger v0.11.9 |
| 1683 | 2026-05-12T03:39:38.691Z | Compiling usdt v0.6.0 |
| 1684 | 2026-05-12T03:39:38.691Z | Compiling usdt-impl v0.5.0 |
| 1685 | 2026-05-12T03:39:38.912Z | Compiling toml_edit v0.22.27 |
| 1686 | 2026-05-12T03:39:38.943Z | Compiling ecdsa v0.16.9 |
| 1687 | 2026-05-12T03:39:38.984Z | Compiling rsa v0.9.10 |
| 1688 | 2026-05-12T03:39:39.134Z | Compiling ed25519-dalek v2.2.0 |
| 1689 | 2026-05-12T03:39:39.265Z | Compiling serde_with v3.17.0 |
| 1690 | 2026-05-12T03:39:39.367Z | Compiling crossterm v0.28.1 |
| 1691 | 2026-05-12T03:39:39.801Z | Compiling zip v0.6.6 |
| 1692 | 2026-05-12T03:39:40.736Z | Compiling toml v0.7.8 |
| 1693 | 2026-05-12T03:39:40.986Z | Compiling rand v0.10.0 |
| 1694 | 2026-05-12T03:39:41.048Z | Compiling heck v0.4.1 |
| 1695 | 2026-05-12T03:39:41.100Z | Compiling similar v2.7.0 |
| 1696 | 2026-05-12T03:39:41.296Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1697 | 2026-05-12T03:39:41.310Z | Compiling crossbeam-epoch v0.9.18 |
| 1698 | 2026-05-12T03:39:41.679Z | Compiling tokio-stream v0.1.18 |
| 1699 | 2026-05-12T03:39:42.002Z | Compiling buf-list v1.1.2 |
| 1700 | 2026-05-12T03:39:42.021Z | Compiling x509-cert v0.2.5 |
| 1701 | 2026-05-12T03:39:42.022Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1702 | 2026-05-12T03:39:42.022Z | Compiling openapiv3 v2.2.0 |
| 1703 | 2026-05-12T03:39:42.022Z | Compiling sha1 v0.10.6 |
| 1704 | 2026-05-12T03:39:42.098Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1705 | 2026-05-12T03:39:42.182Z | Compiling peg-runtime v0.8.5 |
| 1706 | 2026-05-12T03:39:42.244Z | Compiling lalrpop-util v0.19.12 |
| 1707 | 2026-05-12T03:39:42.401Z | Compiling thread_local v1.1.9 |
| 1708 | 2026-05-12T03:39:42.527Z | Compiling slog-async v2.8.0 |
| 1709 | 2026-05-12T03:39:42.527Z | Compiling crossbeam-channel v0.5.15 |
| 1710 | 2026-05-12T03:39:42.527Z | Compiling is-terminal v0.4.17 |
| 1711 | 2026-05-12T03:39:42.586Z | Compiling filetime v0.2.27 |
| 1712 | 2026-05-12T03:39:42.623Z | Compiling xattr v1.6.1 |
| 1713 | 2026-05-12T03:39:42.696Z | Compiling take_mut v0.2.2 |
| 1714 | 2026-05-12T03:39:42.734Z | Compiling term v1.2.1 |
| 1715 | 2026-05-12T03:39:42.773Z | Compiling tar v0.4.45 |
| 1716 | 2026-05-12T03:39:43.255Z | Compiling slog-term v2.9.2 |
| 1717 | 2026-05-12T03:39:52.425Z | Compiling rustls-webpki v0.103.9 |
| 1718 | 2026-05-12T03:39:55.571Z | Compiling tokio-rustls v0.26.4 |
| 1719 | 2026-05-12T03:39:55.571Z | Compiling rustls-platform-verifier v0.6.2 |
| 1720 | 2026-05-12T03:39:55.655Z | Compiling hyper-rustls v0.27.7 |
| 1721 | 2026-05-12T03:39:55.655Z | Compiling reqwest v0.12.28 |
| 1722 | 2026-05-12T03:39:55.655Z | Compiling reqwest v0.13.2 |
| 1723 | 2026-05-12T03:39:56.800Z | Compiling tough v0.22.0 |
| 1724 | 2026-05-12T03:39:59.337Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1725 | 2026-05-12T03:39:59.585Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1726 | 2026-05-12T03:40:02.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1727 | 2026-05-12T03:40:02.537Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1728 | 2026-05-12T03:40:02.577Z | May 12 03:40:00.863 INFO Starting download, target: Clickhouse |
| 1729 | 2026-05-12T03:40:02.577Z | May 12 03:40:00.864 INFO Starting download, target: Console |
| 1730 | 2026-05-12T03:40:02.577Z | May 12 03:40:00.864 INFO Starting download, target: Cockroach |
| 1731 | 2026-05-12T03:40:02.587Z | May 12 03:40:00.864 INFO Starting download, target: DendriteStub |
| 1732 | 2026-05-12T03:40:02.587Z | May 12 03:40:00.864 INFO Starting download, target: MaghemiteMgd |
| 1733 | 2026-05-12T03:40:02.587Z | May 12 03:40:00.864 INFO Starting download, target: TransceiverControl |
| 1734 | 2026-05-12T03:40:02.587Z | May 12 03:40:00.864 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1735 | 2026-05-12T03:40:02.587Z | May 12 03:40:00.864 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1736 | 2026-05-12T03:40:02.587Z | May 12 03:40:00.864 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1737 | 2026-05-12T03:40:02.587Z | May 12 03:40:00.864 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1738 | 2026-05-12T03:40:02.587Z | May 12 03:40:00.864 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1739 | 2026-05-12T03:40:02.587Z | May 12 03:40:00.864 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1740 | 2026-05-12T03:40:03.649Z | May 12 03:40:01.863 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1741 | 2026-05-12T03:40:03.759Z | May 12 03:40:01.982 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1742 | 2026-05-12T03:40:03.872Z | May 12 03:40:02.094 INFO Download complete, target: Console |
| 1743 | 2026-05-12T03:40:03.917Z | May 12 03:40:02.187 INFO Download complete, target: TransceiverControl |
| 1744 | 2026-05-12T03:40:04.449Z | May 12 03:40:02.726 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1745 | 2026-05-12T03:40:06.346Z | May 12 03:40:04.628 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1746 | 2026-05-12T03:40:07.672Z | May 12 03:40:05.945 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1747 | 2026-05-12T03:40:08.587Z | May 12 03:40:06.868 INFO Download complete, target: DendriteStub |
| 1748 | 2026-05-12T03:40:09.893Z | May 12 03:40:08.184 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1749 | 2026-05-12T03:40:09.893Z | May 12 03:40:08.184 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1750 | 2026-05-12T03:40:10.074Z | May 12 03:40:08.365 INFO Download complete, target: MaghemiteMgd |
| 1751 | 2026-05-12T03:40:11.259Z | May 12 03:40:09.550 INFO Checking that binary works, target: Clickhouse |
| 1752 | 2026-05-12T03:40:11.365Z | May 12 03:40:09.648 INFO Download complete, target: Clickhouse |
| 1753 | 2026-05-12T03:40:14.413Z | May 12 03:40:12.684 INFO Checking that binary works, target: Cockroach |
| 1754 | 2026-05-12T03:40:14.605Z | May 12 03:40:12.804 INFO Download complete, target: Cockroach |
| 1755 | 2026-05-12T03:40:14.638Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1756 | 2026-05-12T03:40:14.638Z | |
| 1757 | 2026-05-12T03:40:14.638Z | real 2:18.227753078 |
| 1758 | 2026-05-12T03:40:14.638Z | user 6:55.986372341 |
| 1759 | 2026-05-12T03:40:14.638Z | sys 1:22.673764029 |
| 1760 | 2026-05-12T03:40:14.638Z | trap 0.215420246 |
| 1761 | 2026-05-12T03:40:14.638Z | tflt 0.740244253 |
| 1762 | 2026-05-12T03:40:14.638Z | dflt 0.572586111 |
| 1763 | 2026-05-12T03:40:14.638Z | kflt 0.022715380 |
| 1764 | 2026-05-12T03:40:14.638Z | lock 22:20.552394412 |
| 1765 | 2026-05-12T03:40:14.638Z | slp 21:21.367196827 |
| 1766 | 2026-05-12T03:40:14.638Z | lat 40.791935965 |
| 1767 | 2026-05-12T03:40:14.638Z | stop 1:58.105318285 |
| 1768 | 2026-05-12T03:40:14.638Z | + banner hack-check |
| 1769 | 2026-05-12T03:40:14.639Z | |
| 1770 | 2026-05-12T03:40:14.639Z | # # ## #### # # #### # # ###### #### # # |
| 1771 | 2026-05-12T03:40:14.639Z | # # # # # # # # # # # # # # # # # |
| 1772 | 2026-05-12T03:40:14.639Z | ###### # # # #### ##### # ###### ##### # #### |
| 1773 | 2026-05-12T03:40:14.639Z | # # ###### # # # # # # # # # # |
| 1774 | 2026-05-12T03:40:14.640Z | # # # # # # # # # # # # # # # # # |
| 1775 | 2026-05-12T03:40:14.640Z | # # # # #### # # #### # # ###### #### # # |
| 1776 | 2026-05-12T03:40:14.640Z | |
| 1777 | 2026-05-12T03:40:14.640Z | + export CARGO_INCREMENTAL=0 |
| 1778 | 2026-05-12T03:40:14.640Z | + CARGO_INCREMENTAL=0 |
| 1779 | 2026-05-12T03:40:14.640Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1780 | 2026-05-12T03:40:15.084Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1781 | 2026-05-12T03:40:15.320Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1782 | 2026-05-12T03:40:17.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s |
| 1783 | 2026-05-12T03:40:17.260Z | Running `target/debug/xtask check-features --ci` |
| 1784 | 2026-05-12T03:40:17.287Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1785 | 2026-05-12T03:40:17.305Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1786 | 2026-05-12T03:40:17.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1787 | 2026-05-12T03:40:17.907Z | Running `target/debug/xtask download cargo-hack` |
| 1788 | 2026-05-12T03:40:18.676Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1789 | 2026-05-12T03:40:18.915Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1790 | 2026-05-12T03:40:21.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.55s |
| 1791 | 2026-05-12T03:40:21.549Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1792 | 2026-05-12T03:40:21.601Z | May 12 03:40:19.880 INFO Starting download, target: CargoHack |
| 1793 | 2026-05-12T03:40:21.610Z | May 12 03:40:19.880 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1794 | 2026-05-12T03:40:21.806Z | May 12 03:40:20.097 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1795 | 2026-05-12T03:40:21.859Z | May 12 03:40:20.148 INFO Download complete, target: CargoHack |
| 1796 | 2026-05-12T03:40:21.879Z | 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" |
| 1797 | 2026-05-12T03:40:21.891Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1798 | 2026-05-12T03:40:22.046Z | info: running `cargo check --bins` on api_identity (1/274) |
| 1799 | 2026-05-12T03:40:22.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1800 | 2026-05-12T03:40:22.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1801 | 2026-05-12T03:40:22.578Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1802 | 2026-05-12T03:40:22.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1803 | 2026-05-12T03:40:22.615Z | |
| 1804 | 2026-05-12T03:40:22.615Z | info: running `cargo check --bins` on bootstore (2/274) |
| 1805 | 2026-05-12T03:40:23.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1806 | 2026-05-12T03:40:23.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1807 | 2026-05-12T03:40:23.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1808 | 2026-05-12T03:40:23.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1809 | 2026-05-12T03:40:23.193Z | |
| 1810 | 2026-05-12T03:40:23.193Z | info: running `cargo check --bins` on omicron-ledger (3/274) |
| 1811 | 2026-05-12T03:40:23.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1812 | 2026-05-12T03:40:23.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1813 | 2026-05-12T03:40:23.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1814 | 2026-05-12T03:40:23.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1815 | 2026-05-12T03:40:23.800Z | |
| 1816 | 2026-05-12T03:40:23.800Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/274) |
| 1817 | 2026-05-12T03:40:24.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1818 | 2026-05-12T03:40:24.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1819 | 2026-05-12T03:40:24.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1820 | 2026-05-12T03:40:24.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1821 | 2026-05-12T03:40:24.364Z | |
| 1822 | 2026-05-12T03:40:24.365Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/274) |
| 1823 | 2026-05-12T03:40:24.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1824 | 2026-05-12T03:40:24.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1825 | 2026-05-12T03:40:24.859Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1826 | 2026-05-12T03:40:24.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1827 | 2026-05-12T03:40:24.950Z | |
| 1828 | 2026-05-12T03:40:24.950Z | info: running `cargo check --bins` on omicron-certificates (6/274) |
| 1829 | 2026-05-12T03:40:25.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1830 | 2026-05-12T03:40:25.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1831 | 2026-05-12T03:40:25.456Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1832 | 2026-05-12T03:40:25.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1833 | 2026-05-12T03:40:25.548Z | |
| 1834 | 2026-05-12T03:40:25.548Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/274) |
| 1835 | 2026-05-12T03:40:26.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1836 | 2026-05-12T03:40:26.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1837 | 2026-05-12T03:40:26.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1838 | 2026-05-12T03:40:26.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1839 | 2026-05-12T03:40:26.227Z | |
| 1840 | 2026-05-12T03:40:26.228Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/274) |
| 1841 | 2026-05-12T03:40:26.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1842 | 2026-05-12T03:40:26.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1843 | 2026-05-12T03:40:26.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1844 | 2026-05-12T03:40:26.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1845 | 2026-05-12T03:40:26.729Z | |
| 1846 | 2026-05-12T03:40:26.729Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/274) |
| 1847 | 2026-05-12T03:40:27.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1848 | 2026-05-12T03:40:27.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1849 | 2026-05-12T03:40:27.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1850 | 2026-05-12T03:40:27.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1851 | 2026-05-12T03:40:27.189Z | |
| 1852 | 2026-05-12T03:40:27.190Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/274) |
| 1853 | 2026-05-12T03:40:27.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1854 | 2026-05-12T03:40:27.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1855 | 2026-05-12T03:40:27.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1856 | 2026-05-12T03:40:27.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1857 | 2026-05-12T03:40:27.662Z | |
| 1858 | 2026-05-12T03:40:27.662Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/274) |
| 1859 | 2026-05-12T03:40:28.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1860 | 2026-05-12T03:40:28.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1861 | 2026-05-12T03:40:28.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1862 | 2026-05-12T03:40:28.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1863 | 2026-05-12T03:40:28.132Z | |
| 1864 | 2026-05-12T03:40:28.132Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/274) |
| 1865 | 2026-05-12T03:40:28.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1866 | 2026-05-12T03:40:28.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1867 | 2026-05-12T03:40:28.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1868 | 2026-05-12T03:40:28.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1869 | 2026-05-12T03:40:28.593Z | |
| 1870 | 2026-05-12T03:40:28.594Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/274) |
| 1871 | 2026-05-12T03:40:29.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1872 | 2026-05-12T03:40:29.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1873 | 2026-05-12T03:40:29.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1874 | 2026-05-12T03:40:29.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1875 | 2026-05-12T03:40:29.061Z | |
| 1876 | 2026-05-12T03:40:29.061Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/274) |
| 1877 | 2026-05-12T03:40:29.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1878 | 2026-05-12T03:40:29.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1879 | 2026-05-12T03:40:29.514Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1880 | 2026-05-12T03:40:29.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1881 | 2026-05-12T03:40:29.528Z | |
| 1882 | 2026-05-12T03:40:29.528Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/274) |
| 1883 | 2026-05-12T03:40:30.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1884 | 2026-05-12T03:40:30.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1885 | 2026-05-12T03:40:30.057Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1886 | 2026-05-12T03:40:30.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1887 | 2026-05-12T03:40:30.057Z | |
| 1888 | 2026-05-12T03:40:30.057Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/274) |
| 1889 | 2026-05-12T03:40:30.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1890 | 2026-05-12T03:40:30.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1891 | 2026-05-12T03:40:30.495Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1892 | 2026-05-12T03:40:30.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1893 | 2026-05-12T03:40:30.525Z | |
| 1894 | 2026-05-12T03:40:30.525Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/274) |
| 1895 | 2026-05-12T03:40:30.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1896 | 2026-05-12T03:40:30.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1897 | 2026-05-12T03:40:30.933Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1898 | 2026-05-12T03:40:30.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1899 | 2026-05-12T03:40:31.225Z | |
| 1900 | 2026-05-12T03:40:31.225Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/274) |
| 1901 | 2026-05-12T03:40:31.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1902 | 2026-05-12T03:40:31.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1903 | 2026-05-12T03:40:31.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1904 | 2026-05-12T03:40:31.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1905 | 2026-05-12T03:40:31.464Z | |
| 1906 | 2026-05-12T03:40:31.465Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/274) |
| 1907 | 2026-05-12T03:40:31.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1908 | 2026-05-12T03:40:31.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1909 | 2026-05-12T03:40:31.865Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1910 | 2026-05-12T03:40:31.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1911 | 2026-05-12T03:40:31.880Z | |
| 1912 | 2026-05-12T03:40:31.880Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/274) |
| 1913 | 2026-05-12T03:40:32.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1914 | 2026-05-12T03:40:32.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1915 | 2026-05-12T03:40:32.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1916 | 2026-05-12T03:40:32.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1917 | 2026-05-12T03:40:32.634Z | |
| 1918 | 2026-05-12T03:40:32.634Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/274) |
| 1919 | 2026-05-12T03:40:32.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1920 | 2026-05-12T03:40:33.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1921 | 2026-05-12T03:40:33.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1922 | 2026-05-12T03:40:33.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1923 | 2026-05-12T03:40:33.161Z | |
| 1924 | 2026-05-12T03:40:33.161Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/274) |
| 1925 | 2026-05-12T03:40:33.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1926 | 2026-05-12T03:40:33.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1927 | 2026-05-12T03:40:33.561Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1928 | 2026-05-12T03:40:33.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1929 | 2026-05-12T03:40:33.561Z | |
| 1930 | 2026-05-12T03:40:33.561Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/274) |
| 1931 | 2026-05-12T03:40:33.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1932 | 2026-05-12T03:40:34.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1933 | 2026-05-12T03:40:34.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1934 | 2026-05-12T03:40:34.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1935 | 2026-05-12T03:40:34.032Z | |
| 1936 | 2026-05-12T03:40:34.032Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/274) |
| 1937 | 2026-05-12T03:40:34.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1938 | 2026-05-12T03:40:34.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1939 | 2026-05-12T03:40:34.426Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1940 | 2026-05-12T03:40:34.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1941 | 2026-05-12T03:40:34.426Z | |
| 1942 | 2026-05-12T03:40:34.426Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/274) |
| 1943 | 2026-05-12T03:40:35.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1944 | 2026-05-12T03:40:35.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1945 | 2026-05-12T03:40:35.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1946 | 2026-05-12T03:40:35.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1947 | 2026-05-12T03:40:35.419Z | |
| 1948 | 2026-05-12T03:40:35.419Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/274) |
| 1949 | 2026-05-12T03:40:35.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1950 | 2026-05-12T03:40:35.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1951 | 2026-05-12T03:40:35.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1952 | 2026-05-12T03:40:35.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1953 | 2026-05-12T03:40:35.823Z | |
| 1954 | 2026-05-12T03:40:35.823Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/274) |
| 1955 | 2026-05-12T03:40:36.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1956 | 2026-05-12T03:40:36.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1957 | 2026-05-12T03:40:36.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1958 | 2026-05-12T03:40:36.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1959 | 2026-05-12T03:40:36.038Z | |
| 1960 | 2026-05-12T03:40:36.038Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/274) |
| 1961 | 2026-05-12T03:40:36.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1962 | 2026-05-12T03:40:36.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1963 | 2026-05-12T03:40:36.273Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1964 | 2026-05-12T03:40:36.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1965 | 2026-05-12T03:40:36.660Z | |
| 1966 | 2026-05-12T03:40:36.660Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/274) |
| 1967 | 2026-05-12T03:40:37.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1968 | 2026-05-12T03:40:37.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1969 | 2026-05-12T03:40:37.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1970 | 2026-05-12T03:40:37.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1971 | 2026-05-12T03:40:37.031Z | |
| 1972 | 2026-05-12T03:40:37.031Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/274) |
| 1973 | 2026-05-12T03:40:41.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1974 | 2026-05-12T03:40:41.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1975 | 2026-05-12T03:40:41.498Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1976 | 2026-05-12T03:40:41.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1977 | 2026-05-12T03:40:41.498Z | |
| 1978 | 2026-05-12T03:40:41.498Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/274) |
| 1979 | 2026-05-12T03:40:41.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1980 | 2026-05-12T03:40:41.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1981 | 2026-05-12T03:40:41.982Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1982 | 2026-05-12T03:40:41.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1983 | 2026-05-12T03:40:41.983Z | |
| 1984 | 2026-05-12T03:40:41.983Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/274) |
| 1985 | 2026-05-12T03:40:41.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1986 | 2026-05-12T03:40:41.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1987 | 2026-05-12T03:40:41.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1988 | 2026-05-12T03:40:41.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1989 | 2026-05-12T03:40:41.985Z | |
| 1990 | 2026-05-12T03:40:41.985Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/274) |
| 1991 | 2026-05-12T03:40:41.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1992 | 2026-05-12T03:40:41.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1993 | 2026-05-12T03:40:41.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1994 | 2026-05-12T03:40:41.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1995 | 2026-05-12T03:40:42.209Z | |
| 1996 | 2026-05-12T03:40:42.209Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/274) |
| 1997 | 2026-05-12T03:40:42.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1998 | 2026-05-12T03:40:42.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1999 | 2026-05-12T03:40:42.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2000 | 2026-05-12T03:40:42.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2001 | 2026-05-12T03:40:42.209Z | |
| 2002 | 2026-05-12T03:40:42.209Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/274) |
| 2003 | 2026-05-12T03:40:42.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2004 | 2026-05-12T03:40:42.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2005 | 2026-05-12T03:40:42.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2006 | 2026-05-12T03:40:42.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2007 | 2026-05-12T03:40:42.209Z | |
| 2008 | 2026-05-12T03:40:42.209Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/274) |
| 2009 | 2026-05-12T03:40:42.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2010 | 2026-05-12T03:40:42.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2011 | 2026-05-12T03:40:42.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2012 | 2026-05-12T03:40:42.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2013 | 2026-05-12T03:40:42.210Z | |
| 2014 | 2026-05-12T03:40:42.210Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/274) |
| 2015 | 2026-05-12T03:40:42.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2016 | 2026-05-12T03:40:42.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2017 | 2026-05-12T03:40:42.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2018 | 2026-05-12T03:40:42.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2019 | 2026-05-12T03:40:42.210Z | |
| 2020 | 2026-05-12T03:40:42.210Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/274) |
| 2021 | 2026-05-12T03:40:42.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2022 | 2026-05-12T03:40:42.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2023 | 2026-05-12T03:40:42.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2024 | 2026-05-12T03:40:42.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2025 | 2026-05-12T03:40:42.211Z | |
| 2026 | 2026-05-12T03:40:42.211Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/274) |
| 2027 | 2026-05-12T03:40:42.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2028 | 2026-05-12T03:40:42.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2029 | 2026-05-12T03:40:42.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2030 | 2026-05-12T03:40:42.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2031 | 2026-05-12T03:40:42.211Z | |
| 2032 | 2026-05-12T03:40:42.211Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/274) |
| 2033 | 2026-05-12T03:40:42.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2034 | 2026-05-12T03:40:42.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2035 | 2026-05-12T03:40:42.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2036 | 2026-05-12T03:40:42.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2037 | 2026-05-12T03:40:42.211Z | |
| 2038 | 2026-05-12T03:40:42.211Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/274) |
| 2039 | 2026-05-12T03:40:42.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2040 | 2026-05-12T03:40:42.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2041 | 2026-05-12T03:40:42.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2042 | 2026-05-12T03:40:42.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2043 | 2026-05-12T03:40:42.568Z | |
| 2044 | 2026-05-12T03:40:42.568Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/274) |
| 2045 | 2026-05-12T03:40:42.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2046 | 2026-05-12T03:40:42.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2047 | 2026-05-12T03:40:42.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2048 | 2026-05-12T03:40:42.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2049 | 2026-05-12T03:40:44.251Z | |
| 2050 | 2026-05-12T03:40:44.251Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/274) |
| 2051 | 2026-05-12T03:40:45.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2052 | 2026-05-12T03:40:45.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2053 | 2026-05-12T03:40:45.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2054 | 2026-05-12T03:40:45.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2055 | 2026-05-12T03:40:45.167Z | |
| 2056 | 2026-05-12T03:40:45.167Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/274) |
| 2057 | 2026-05-12T03:40:45.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2058 | 2026-05-12T03:40:45.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2059 | 2026-05-12T03:40:45.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2060 | 2026-05-12T03:40:45.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2061 | 2026-05-12T03:40:45.393Z | |
| 2062 | 2026-05-12T03:40:45.393Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/274) |
| 2063 | 2026-05-12T03:40:45.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2064 | 2026-05-12T03:40:45.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2065 | 2026-05-12T03:40:45.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2066 | 2026-05-12T03:40:45.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2067 | 2026-05-12T03:40:45.393Z | |
| 2068 | 2026-05-12T03:40:45.393Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/274) |
| 2069 | 2026-05-12T03:40:45.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2070 | 2026-05-12T03:40:45.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2071 | 2026-05-12T03:40:45.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2072 | 2026-05-12T03:40:45.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2073 | 2026-05-12T03:40:45.393Z | |
| 2074 | 2026-05-12T03:40:45.393Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/274) |
| 2075 | 2026-05-12T03:40:45.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2076 | 2026-05-12T03:40:45.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2077 | 2026-05-12T03:40:45.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2078 | 2026-05-12T03:40:45.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2079 | 2026-05-12T03:40:45.394Z | |
| 2080 | 2026-05-12T03:40:45.394Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/274) |
| 2081 | 2026-05-12T03:40:45.434Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2082 | 2026-05-12T03:40:45.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2083 | 2026-05-12T03:40:45.434Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2084 | 2026-05-12T03:40:45.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2085 | 2026-05-12T03:40:45.434Z | |
| 2086 | 2026-05-12T03:40:45.434Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/274) |
| 2087 | 2026-05-12T03:40:45.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2088 | 2026-05-12T03:40:46.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2089 | 2026-05-12T03:40:46.027Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2090 | 2026-05-12T03:40:46.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2091 | 2026-05-12T03:40:46.050Z | |
| 2092 | 2026-05-12T03:40:46.051Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/274) |
| 2093 | 2026-05-12T03:40:46.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2094 | 2026-05-12T03:40:46.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2095 | 2026-05-12T03:40:46.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2096 | 2026-05-12T03:40:46.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2097 | 2026-05-12T03:40:46.829Z | |
| 2098 | 2026-05-12T03:40:46.829Z | info: running `cargo check --bins` on nexus-config (51/274) |
| 2099 | 2026-05-12T03:40:47.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2100 | 2026-05-12T03:40:47.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2101 | 2026-05-12T03:40:47.231Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2102 | 2026-05-12T03:40:47.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2103 | 2026-05-12T03:40:47.327Z | |
| 2104 | 2026-05-12T03:40:47.327Z | info: running `cargo check --bins` on nexus-types (52/274) |
| 2105 | 2026-05-12T03:40:47.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2106 | 2026-05-12T03:40:47.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2107 | 2026-05-12T03:40:47.824Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2108 | 2026-05-12T03:40:47.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2109 | 2026-05-12T03:40:47.923Z | |
| 2110 | 2026-05-12T03:40:47.923Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/274) |
| 2111 | 2026-05-12T03:40:48.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2112 | 2026-05-12T03:40:48.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2113 | 2026-05-12T03:40:48.442Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2114 | 2026-05-12T03:40:48.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2115 | 2026-05-12T03:40:48.532Z | |
| 2116 | 2026-05-12T03:40:48.532Z | info: running `cargo check --bins` on omicron-passwords (54/274) |
| 2117 | 2026-05-12T03:40:49.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2118 | 2026-05-12T03:40:49.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2119 | 2026-05-12T03:40:49.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2120 | 2026-05-12T03:40:49.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2121 | 2026-05-12T03:40:49.180Z | |
| 2122 | 2026-05-12T03:40:49.180Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/274) |
| 2123 | 2026-05-12T03:40:49.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2124 | 2026-05-12T03:40:49.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2125 | 2026-05-12T03:40:49.680Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2126 | 2026-05-12T03:40:49.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2127 | 2026-05-12T03:40:49.743Z | |
| 2128 | 2026-05-12T03:40:49.743Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/274) |
| 2129 | 2026-05-12T03:40:50.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2130 | 2026-05-12T03:40:50.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2131 | 2026-05-12T03:40:50.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2132 | 2026-05-12T03:40:50.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2133 | 2026-05-12T03:40:50.425Z | |
| 2134 | 2026-05-12T03:40:50.425Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/274) |
| 2135 | 2026-05-12T03:40:50.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2136 | 2026-05-12T03:40:50.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2137 | 2026-05-12T03:40:50.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2138 | 2026-05-12T03:40:50.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2139 | 2026-05-12T03:40:50.939Z | |
| 2140 | 2026-05-12T03:40:50.939Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/274) |
| 2141 | 2026-05-12T03:40:51.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2142 | 2026-05-12T03:40:51.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2143 | 2026-05-12T03:40:51.466Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2144 | 2026-05-12T03:40:51.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2145 | 2026-05-12T03:40:51.539Z | |
| 2146 | 2026-05-12T03:40:51.539Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/274) |
| 2147 | 2026-05-12T03:40:52.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2148 | 2026-05-12T03:40:52.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2149 | 2026-05-12T03:40:52.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2150 | 2026-05-12T03:40:52.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2151 | 2026-05-12T03:40:52.122Z | |
| 2152 | 2026-05-12T03:40:52.122Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/274) |
| 2153 | 2026-05-12T03:40:52.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2154 | 2026-05-12T03:40:52.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2155 | 2026-05-12T03:40:52.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2156 | 2026-05-12T03:40:52.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2157 | 2026-05-12T03:40:52.703Z | |
| 2158 | 2026-05-12T03:40:52.703Z | info: running `cargo check --bins --no-default-features` on gfss (61/274) |
| 2159 | 2026-05-12T03:40:53.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2160 | 2026-05-12T03:40:53.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2161 | 2026-05-12T03:40:53.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2162 | 2026-05-12T03:40:53.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2163 | 2026-05-12T03:40:53.315Z | |
| 2164 | 2026-05-12T03:40:53.315Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/274) |
| 2165 | 2026-05-12T03:40:53.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2166 | 2026-05-12T03:40:53.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2167 | 2026-05-12T03:40:53.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2168 | 2026-05-12T03:40:53.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2169 | 2026-05-12T03:40:53.870Z | |
| 2170 | 2026-05-12T03:40:53.870Z | info: running `cargo check --bins` on clickhouse-admin-types (63/274) |
| 2171 | 2026-05-12T03:40:54.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2172 | 2026-05-12T03:40:54.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2173 | 2026-05-12T03:40:54.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2174 | 2026-05-12T03:40:54.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2175 | 2026-05-12T03:40:54.465Z | |
| 2176 | 2026-05-12T03:40:54.465Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/274) |
| 2177 | 2026-05-12T03:40:54.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2178 | 2026-05-12T03:40:54.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2179 | 2026-05-12T03:40:54.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2180 | 2026-05-12T03:40:54.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2181 | 2026-05-12T03:40:55.069Z | |
| 2182 | 2026-05-12T03:40:55.069Z | info: running `cargo check --bins` on cockroach-admin-types (65/274) |
| 2183 | 2026-05-12T03:40:55.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2184 | 2026-05-12T03:40:55.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2185 | 2026-05-12T03:40:55.565Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2186 | 2026-05-12T03:40:55.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2187 | 2026-05-12T03:40:55.657Z | |
| 2188 | 2026-05-12T03:40:55.657Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/274) |
| 2189 | 2026-05-12T03:40:56.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2190 | 2026-05-12T03:40:56.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2191 | 2026-05-12T03:40:56.159Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2192 | 2026-05-12T03:40:56.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2193 | 2026-05-12T03:40:56.242Z | |
| 2194 | 2026-05-12T03:40:56.242Z | info: running `cargo check --bins` on ereport-types (67/274) |
| 2195 | 2026-05-12T03:40:56.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2196 | 2026-05-12T03:40:56.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2197 | 2026-05-12T03:40:56.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2198 | 2026-05-12T03:40:56.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2199 | 2026-05-12T03:40:56.846Z | |
| 2200 | 2026-05-12T03:40:56.847Z | info: running `cargo check --bins` on gateway-client (68/274) |
| 2201 | 2026-05-12T03:40:57.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2202 | 2026-05-12T03:40:57.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2203 | 2026-05-12T03:40:57.347Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2204 | 2026-05-12T03:40:57.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2205 | 2026-05-12T03:40:57.436Z | |
| 2206 | 2026-05-12T03:40:57.436Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/274) |
| 2207 | 2026-05-12T03:40:57.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2208 | 2026-05-12T03:40:57.944Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2209 | 2026-05-12T03:40:57.944Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2210 | 2026-05-12T03:40:58.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2211 | 2026-05-12T03:40:58.035Z | |
| 2212 | 2026-05-12T03:40:58.035Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/274) |
| 2213 | 2026-05-12T03:40:58.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2214 | 2026-05-12T03:40:58.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2215 | 2026-05-12T03:40:58.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2216 | 2026-05-12T03:40:58.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2217 | 2026-05-12T03:40:58.625Z | |
| 2218 | 2026-05-12T03:40:58.625Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/274) |
| 2219 | 2026-05-12T03:40:59.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2220 | 2026-05-12T03:40:59.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2221 | 2026-05-12T03:40:59.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2222 | 2026-05-12T03:40:59.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2223 | 2026-05-12T03:40:59.221Z | |
| 2224 | 2026-05-12T03:40:59.221Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/274) |
| 2225 | 2026-05-12T03:40:59.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2226 | 2026-05-12T03:40:59.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2227 | 2026-05-12T03:40:59.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2228 | 2026-05-12T03:40:59.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2229 | 2026-05-12T03:40:59.821Z | |
| 2230 | 2026-05-12T03:40:59.821Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/274) |
| 2231 | 2026-05-12T03:41:00.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2232 | 2026-05-12T03:41:00.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2233 | 2026-05-12T03:41:00.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2234 | 2026-05-12T03:41:00.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2235 | 2026-05-12T03:41:00.435Z | |
| 2236 | 2026-05-12T03:41:00.435Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/274) |
| 2237 | 2026-05-12T03:41:00.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2238 | 2026-05-12T03:41:00.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2239 | 2026-05-12T03:41:00.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2240 | 2026-05-12T03:41:00.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2241 | 2026-05-12T03:41:01.048Z | |
| 2242 | 2026-05-12T03:41:01.048Z | info: running `cargo check --bins` on key-manager-types (75/274) |
| 2243 | 2026-05-12T03:41:01.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2244 | 2026-05-12T03:41:01.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2245 | 2026-05-12T03:41:01.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2246 | 2026-05-12T03:41:01.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2247 | 2026-05-12T03:41:01.633Z | |
| 2248 | 2026-05-12T03:41:01.633Z | info: running `cargo check --bins` on oxlog (76/274) |
| 2249 | 2026-05-12T03:41:02.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2250 | 2026-05-12T03:41:02.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2251 | 2026-05-12T03:41:02.248Z | Checking cfg-if v1.0.4 |
| 2252 | 2026-05-12T03:41:02.255Z | Checking libc v0.2.185 |
| 2253 | 2026-05-12T03:41:02.255Z | Checking serde_core v1.0.228 |
| 2254 | 2026-05-12T03:41:02.378Z | Checking zeroize v1.8.2 |
| 2255 | 2026-05-12T03:41:02.381Z | Checking memchr v2.8.0 |
| 2256 | 2026-05-12T03:41:02.390Z | Checking log v0.4.29 |
| 2257 | 2026-05-12T03:41:02.395Z | Checking smallvec v1.15.1 |
| 2258 | 2026-05-12T03:41:02.408Z | Checking typenum v1.19.0 |
| 2259 | 2026-05-12T03:41:02.408Z | Checking subtle v2.6.1 |
| 2260 | 2026-05-12T03:41:02.508Z | Checking itoa v1.0.17 |
| 2261 | 2026-05-12T03:41:02.564Z | Checking scopeguard v1.2.0 |
| 2262 | 2026-05-12T03:41:02.572Z | Checking stable_deref_trait v1.2.1 |
| 2263 | 2026-05-12T03:41:02.591Z | Checking const-oid v0.9.6 |
| 2264 | 2026-05-12T03:41:02.629Z | Checking portable-atomic v1.13.1 |
| 2265 | 2026-05-12T03:41:02.646Z | Checking lock_api v0.4.14 |
| 2266 | 2026-05-12T03:41:02.656Z | Checking zerofrom v0.1.6 |
| 2267 | 2026-05-12T03:41:02.755Z | Checking getrandom v0.2.17 |
| 2268 | 2026-05-12T03:41:02.755Z | Checking errno v0.3.14 |
| 2269 | 2026-05-12T03:41:02.803Z | Checking critical-section v1.2.0 |
| 2270 | 2026-05-12T03:41:02.838Z | Checking yoke v0.8.1 |
| 2271 | 2026-05-12T03:41:02.872Z | Checking pin-project-lite v0.2.17 |
| 2272 | 2026-05-12T03:41:02.899Z | Checking signal-hook-registry v1.4.8 |
| 2273 | 2026-05-12T03:41:02.916Z | Checking rand_core v0.6.4 |
| 2274 | 2026-05-12T03:41:02.935Z | Checking generic-array v0.14.7 |
| 2275 | 2026-05-12T03:41:02.962Z | Checking parking_lot_core v0.9.12 |
| 2276 | 2026-05-12T03:41:03.008Z | Checking zerovec v0.11.5 |
| 2277 | 2026-05-12T03:41:03.024Z | Checking once_cell v1.21.3 |
| 2278 | 2026-05-12T03:41:03.057Z | Checking futures-core v0.3.32 |
| 2279 | 2026-05-12T03:41:03.078Z | Checking mio v1.2.0 |
| 2280 | 2026-05-12T03:41:03.142Z | Checking parking_lot v0.12.5 |
| 2281 | 2026-05-12T03:41:03.178Z | Checking zerocopy v0.8.40 |
| 2282 | 2026-05-12T03:41:03.194Z | Checking zmij v1.0.21 |
| 2283 | 2026-05-12T03:41:03.246Z | Checking socket2 v0.6.3 |
| 2284 | 2026-05-12T03:41:03.325Z | Checking libm v0.2.16 |
| 2285 | 2026-05-12T03:41:03.354Z | Checking writeable v0.6.2 |
| 2286 | 2026-05-12T03:41:03.370Z | Checking crypto-common v0.1.7 |
| 2287 | 2026-05-12T03:41:03.401Z | Checking block-buffer v0.10.4 |
| 2288 | 2026-05-12T03:41:03.432Z | Checking tinystr v0.8.2 |
| 2289 | 2026-05-12T03:41:03.484Z | Checking litemap v0.8.1 |
| 2290 | 2026-05-12T03:41:03.498Z | Checking equivalent v1.0.2 |
| 2291 | 2026-05-12T03:41:03.512Z | Checking percent-encoding v2.3.2 |
| 2292 | 2026-05-12T03:41:03.538Z | Checking digest v0.10.7 |
| 2293 | 2026-05-12T03:41:03.575Z | Checking potential_utf v0.1.4 |
| 2294 | 2026-05-12T03:41:03.609Z | Checking zerotrie v0.2.3 |
| 2295 | 2026-05-12T03:41:03.661Z | Checking icu_locale_core v2.1.1 |
| 2296 | 2026-05-12T03:41:03.675Z | Checking futures-sink v0.3.32 |
| 2297 | 2026-05-12T03:41:03.703Z | Checking rand_core v0.10.0 |
| 2298 | 2026-05-12T03:41:03.730Z | Checking icu_collections v2.1.1 |
| 2299 | 2026-05-12T03:41:03.756Z | Checking futures-channel v0.3.32 |
| 2300 | 2026-05-12T03:41:03.820Z | Checking serde v1.0.228 |
| 2301 | 2026-05-12T03:41:03.840Z | Checking bitflags v2.11.0 |
| 2302 | 2026-05-12T03:41:03.855Z | Checking serde_json v1.0.149 |
| 2303 | 2026-05-12T03:41:03.942Z | Checking futures-task v0.3.32 |
| 2304 | 2026-05-12T03:41:04.008Z | Checking cpufeatures v0.2.17 |
| 2305 | 2026-05-12T03:41:04.018Z | Checking num-traits v0.2.19 |
| 2306 | 2026-05-12T03:41:04.031Z | Checking futures-io v0.3.32 |
| 2307 | 2026-05-12T03:41:04.069Z | Checking slab v0.4.12 |
| 2308 | 2026-05-12T03:41:04.082Z | Checking getrandom v0.4.1 |
| 2309 | 2026-05-12T03:41:04.139Z | Checking hmac v0.12.1 |
| 2310 | 2026-05-12T03:41:04.201Z | Checking icu_provider v2.1.1 |
| 2311 | 2026-05-12T03:41:04.218Z | Checking futures-util v0.3.32 |
| 2312 | 2026-05-12T03:41:04.224Z | Checking icu_properties_data v2.1.2 |
| 2313 | 2026-05-12T03:41:04.244Z | Checking bytes v1.11.1 |
| 2314 | 2026-05-12T03:41:04.264Z | Checking icu_normalizer_data v2.1.1 |
| 2315 | 2026-05-12T03:41:04.336Z | Checking hashbrown v0.17.0 |
| 2316 | 2026-05-12T03:41:04.357Z | Checking block-padding v0.3.3 |
| 2317 | 2026-05-12T03:41:04.427Z | Checking icu_normalizer v2.1.1 |
| 2318 | 2026-05-12T03:41:04.492Z | Checking icu_properties v2.1.2 |
| 2319 | 2026-05-12T03:41:04.518Z | Checking inout v0.1.4 |
| 2320 | 2026-05-12T03:41:04.537Z | Checking utf8_iter v1.0.4 |
| 2321 | 2026-05-12T03:41:04.655Z | Checking cipher v0.4.4 |
| 2322 | 2026-05-12T03:41:04.669Z | Checking sha2 v0.10.9 |
| 2323 | 2026-05-12T03:41:04.680Z | Checking tokio v1.52.1 |
| 2324 | 2026-05-12T03:41:04.738Z | Checking form_urlencoded v1.2.2 |
| 2325 | 2026-05-12T03:41:04.799Z | Checking indexmap v2.14.0 |
| 2326 | 2026-05-12T03:41:04.884Z | Checking getrandom v0.3.4 |
| 2327 | 2026-05-12T03:41:04.899Z | Checking fnv v1.0.7 |
| 2328 | 2026-05-12T03:41:04.934Z | Checking byteorder v1.5.0 |
| 2329 | 2026-05-12T03:41:04.961Z | Checking base64ct v1.8.3 |
| 2330 | 2026-05-12T03:41:05.003Z | Checking flagset v0.4.7 |
| 2331 | 2026-05-12T03:41:05.127Z | Checking rand_core v0.9.5 |
| 2332 | 2026-05-12T03:41:05.142Z | Checking http v1.4.0 |
| 2333 | 2026-05-12T03:41:05.193Z | Checking pem-rfc7468 v0.7.0 |
| 2334 | 2026-05-12T03:41:05.306Z | Checking idna_adapter v1.2.1 |
| 2335 | 2026-05-12T03:41:05.318Z | Checking regex-syntax v0.8.10 |
| 2336 | 2026-05-12T03:41:05.344Z | Checking salsa20 v0.10.2 |
| 2337 | 2026-05-12T03:41:05.357Z | Checking der v0.7.10 |
| 2338 | 2026-05-12T03:41:05.423Z | Checking idna v1.1.0 |
| 2339 | 2026-05-12T03:41:05.474Z | Checking pbkdf2 v0.12.2 |
| 2340 | 2026-05-12T03:41:05.586Z | Checking uuid v1.23.0 |
| 2341 | 2026-05-12T03:41:05.664Z | Checking url v2.5.8 |
| 2342 | 2026-05-12T03:41:05.692Z | Checking rustix v1.1.3 |
| 2343 | 2026-05-12T03:41:05.901Z | Checking tracing-core v0.1.36 |
| 2344 | 2026-05-12T03:41:05.930Z | Checking ppv-lite86 v0.2.21 |
| 2345 | 2026-05-12T03:41:06.083Z | Checking spki v0.7.3 |
| 2346 | 2026-05-12T03:41:06.098Z | Checking rustls-pki-types v1.14.0 |
| 2347 | 2026-05-12T03:41:06.112Z | Checking iana-time-zone v0.1.65 |
| 2348 | 2026-05-12T03:41:06.207Z | Checking base64 v0.22.1 |
| 2349 | 2026-05-12T03:41:06.221Z | Checking chrono v0.4.44 |
| 2350 | 2026-05-12T03:41:06.221Z | Checking rand_chacha v0.9.0 |
| 2351 | 2026-05-12T03:41:06.245Z | Checking tracing v0.1.44 |
| 2352 | 2026-05-12T03:41:06.374Z | Checking http-body v1.0.1 |
| 2353 | 2026-05-12T03:41:06.438Z | Checking scrypt v0.11.0 |
| 2354 | 2026-05-12T03:41:06.455Z | Checking aes v0.8.4 |
| 2355 | 2026-05-12T03:41:06.468Z | Checking cbc v0.1.2 |
| 2356 | 2026-05-12T03:41:06.519Z | Checking aws-lc-sys v0.40.0 |
| 2357 | 2026-05-12T03:41:06.535Z | Checking tinyvec_macros v0.1.1 |
| 2358 | 2026-05-12T03:41:06.580Z | Checking untrusted v0.7.1 |
| 2359 | 2026-05-12T03:41:06.593Z | Checking openssl-probe v0.2.1 |
| 2360 | 2026-05-12T03:41:06.603Z | Checking untrusted v0.9.0 |
| 2361 | 2026-05-12T03:41:06.633Z | Checking tinyvec v1.10.0 |
| 2362 | 2026-05-12T03:41:06.693Z | Checking rand v0.9.2 |
| 2363 | 2026-05-12T03:41:06.707Z | Checking try-lock v0.2.5 |
| 2364 | 2026-05-12T03:41:06.718Z | Checking ring v0.17.14 |
| 2365 | 2026-05-12T03:41:06.810Z | Checking tower-service v0.3.3 |
| 2366 | 2026-05-12T03:41:06.858Z | Checking pkcs5 v0.7.1 |
| 2367 | 2026-05-12T03:41:06.893Z | Checking atomic-waker v1.1.2 |
| 2368 | 2026-05-12T03:41:06.946Z | Checking tower-layer v0.3.3 |
| 2369 | 2026-05-12T03:41:06.993Z | Checking want v0.3.1 |
| 2370 | 2026-05-12T03:41:07.035Z | Checking aws-lc-rs v1.16.3 |
| 2371 | 2026-05-12T03:41:07.128Z | Checking ipnet v2.11.0 |
| 2372 | 2026-05-12T03:41:07.139Z | Checking httparse v1.10.1 |
| 2373 | 2026-05-12T03:41:07.139Z | Checking aho-corasick v1.1.4 |
| 2374 | 2026-05-12T03:41:07.140Z | Checking pkcs8 v0.10.2 |
| 2375 | 2026-05-12T03:41:07.167Z | Checking httpdate v1.0.3 |
| 2376 | 2026-05-12T03:41:07.305Z | Checking fastrand v2.3.0 |
| 2377 | 2026-05-12T03:41:07.320Z | Checking foreign-types-shared v0.1.1 |
| 2378 | 2026-05-12T03:41:07.336Z | Checking plain v0.2.3 |
| 2379 | 2026-05-12T03:41:07.351Z | Checking pin-utils v0.1.0 |
| 2380 | 2026-05-12T03:41:07.402Z | Checking dyn-clone v1.0.20 |
| 2381 | 2026-05-12T03:41:07.418Z | Checking foreign-types v0.3.2 |
| 2382 | 2026-05-12T03:41:07.434Z | Checking unicode-normalization v0.1.25 |
| 2383 | 2026-05-12T03:41:07.482Z | Checking tempfile v3.25.0 |
| 2384 | 2026-05-12T03:41:07.496Z | Checking semver v1.0.28 |
| 2385 | 2026-05-12T03:41:07.507Z | Checking openssl-sys v0.9.114 |
| 2386 | 2026-05-12T03:41:07.685Z | Checking spin v0.9.8 |
| 2387 | 2026-05-12T03:41:07.703Z | Checking ucd-trie v0.1.7 |
| 2388 | 2026-05-12T03:41:07.716Z | Checking unicode-ident v1.0.24 |
| 2389 | 2026-05-12T03:41:07.792Z | Checking regex-automata v0.4.14 |
| 2390 | 2026-05-12T03:41:07.826Z | Checking proc-macro2 v1.0.106 |
| 2391 | 2026-05-12T03:41:07.839Z | Checking pest v2.8.6 |
| 2392 | 2026-05-12T03:41:07.851Z | Checking schemars v0.8.22 |
| 2393 | 2026-05-12T03:41:07.865Z | Checking rustls-webpki v0.103.9 |
| 2394 | 2026-05-12T03:41:07.883Z | Checking rustls-native-certs v0.8.3 |
| 2395 | 2026-05-12T03:41:07.903Z | Checking tokio-util v0.7.18 |
| 2396 | 2026-05-12T03:41:08.003Z | Checking thiserror v2.0.18 |
| 2397 | 2026-05-12T03:41:08.018Z | Checking openssl v0.10.78 |
| 2398 | 2026-05-12T03:41:08.103Z | Checking sync_wrapper v1.0.2 |
| 2399 | 2026-05-12T03:41:08.136Z | Checking wait-timeout v0.2.1 |
| 2400 | 2026-05-12T03:41:08.206Z | Checking powerfmt v0.2.0 |
| 2401 | 2026-05-12T03:41:08.258Z | Checking anstyle v1.0.13 |
| 2402 | 2026-05-12T03:41:08.300Z | Checking rustls v0.23.37 |
| 2403 | 2026-05-12T03:41:08.360Z | Checking bit-vec v0.8.0 |
| 2404 | 2026-05-12T03:41:08.434Z | Checking pretty-hex v0.4.1 |
| 2405 | 2026-05-12T03:41:08.490Z | Checking siphasher v1.0.2 |
| 2406 | 2026-05-12T03:41:08.504Z | Checking h2 v0.4.13 |
| 2407 | 2026-05-12T03:41:08.547Z | Checking quick-error v1.2.3 |
| 2408 | 2026-05-12T03:41:08.559Z | Checking simd-adler32 v0.3.8 |
| 2409 | 2026-05-12T03:41:08.649Z | Checking utf8parse v0.2.2 |
| 2410 | 2026-05-12T03:41:08.659Z | Checking rusty-fork v0.3.1 |
| 2411 | 2026-05-12T03:41:08.728Z | Checking bit-set v0.8.0 |
| 2412 | 2026-05-12T03:41:08.743Z | Checking anstyle-parse v0.2.7 |
| 2413 | 2026-05-12T03:41:08.823Z | Checking deranged v0.5.8 |
| 2414 | 2026-05-12T03:41:08.877Z | Checking tower v0.5.3 |
| 2415 | 2026-05-12T03:41:08.893Z | Checking quote v1.0.45 |
| 2416 | 2026-05-12T03:41:08.902Z | Compiling newtype-uuid v1.3.2 |
| 2417 | 2026-05-12T03:41:09.052Z | Checking http-body-util v0.1.3 |
| 2418 | 2026-05-12T03:41:09.084Z | Checking webpki-roots v1.0.6 |
| 2419 | 2026-05-12T03:41:09.199Z | Checking crossbeam-utils v0.8.21 |
| 2420 | 2026-05-12T03:41:09.252Z | Checking rand_xorshift v0.4.0 |
| 2421 | 2026-05-12T03:41:09.269Z | Checking crc32fast v1.5.0 |
| 2422 | 2026-05-12T03:41:09.370Z | Checking scroll v0.13.0 |
| 2423 | 2026-05-12T03:41:09.405Z | Checking signature v2.2.0 |
| 2424 | 2026-05-12T03:41:09.528Z | Checking unicode-properties v0.1.4 |
| 2425 | 2026-05-12T03:41:09.543Z | Checking num_threads v0.1.7 |
| 2426 | 2026-05-12T03:41:09.594Z | Checking unicode-bidi v0.3.18 |
| 2427 | 2026-05-12T03:41:09.608Z | Checking is_terminal_polyfill v1.70.2 |
| 2428 | 2026-05-12T03:41:09.624Z | Checking adler2 v2.0.1 |
| 2429 | 2026-05-12T03:41:09.696Z | Checking num-conv v0.2.0 |
| 2430 | 2026-05-12T03:41:09.722Z | Checking allocator-api2 v0.2.21 |
| 2431 | 2026-05-12T03:41:09.732Z | Checking ryu v1.0.23 |
| 2432 | 2026-05-12T03:41:09.751Z | Checking unarray v0.1.4 |
| 2433 | 2026-05-12T03:41:09.810Z | Checking colorchoice v1.0.4 |
| 2434 | 2026-05-12T03:41:09.846Z | Checking time-core v0.1.8 |
| 2435 | 2026-05-12T03:41:09.872Z | Checking iri-string v0.7.10 |
| 2436 | 2026-05-12T03:41:09.890Z | Checking anstyle-query v1.1.5 |
| 2437 | 2026-05-12T03:41:09.906Z | Checking stringprep v0.1.5 |
| 2438 | 2026-05-12T03:41:09.979Z | Checking time v0.3.47 |
| 2439 | 2026-05-12T03:41:09.986Z | Checking anstream v0.6.21 |
| 2440 | 2026-05-12T03:41:10.011Z | Checking native-tls v0.2.18 |
| 2441 | 2026-05-12T03:41:10.011Z | Checking serde_urlencoded v0.7.1 |
| 2442 | 2026-05-12T03:41:10.059Z | Checking proptest v1.10.0 |
| 2443 | 2026-05-12T03:41:10.184Z | Checking tokio-native-tls v0.3.1 |
| 2444 | 2026-05-12T03:41:10.198Z | Checking miniz_oxide v0.8.9 |
| 2445 | 2026-05-12T03:41:10.216Z | Checking bstr v1.12.1 |
| 2446 | 2026-05-12T03:41:10.342Z | Checking goblin v0.10.5 |
| 2447 | 2026-05-12T03:41:10.553Z | Checking crossbeam-epoch v0.9.18 |
| 2448 | 2026-05-12T03:41:10.601Z | Checking syn v2.0.117 |
| 2449 | 2026-05-12T03:41:10.615Z | Checking tokio-rustls v0.26.4 |
| 2450 | 2026-05-12T03:41:10.775Z | Compiling daft v0.1.5 |
| 2451 | 2026-05-12T03:41:10.843Z | Checking ipnetwork v0.21.1 |
| 2452 | 2026-05-12T03:41:10.870Z | Checking tower-http v0.6.8 |
| 2453 | 2026-05-12T03:41:11.056Z | Checking rand_chacha v0.3.1 |
| 2454 | 2026-05-12T03:41:11.114Z | Checking scroll v0.12.0 |
| 2455 | 2026-05-12T03:41:11.121Z | Checking thiserror v1.0.69 |
| 2456 | 2026-05-12T03:41:11.150Z | Checking hash32 v0.2.1 |
| 2457 | 2026-05-12T03:41:11.177Z | Checking hyper v1.8.1 |
| 2458 | 2026-05-12T03:41:11.196Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2459 | 2026-05-12T03:41:11.262Z | Checking num-integer v0.1.46 |
| 2460 | 2026-05-12T03:41:11.290Z | Checking serde_spanned v0.6.9 |
| 2461 | 2026-05-12T03:41:11.303Z | Checking toml_datetime v0.6.11 |
| 2462 | 2026-05-12T03:41:11.306Z | Checking md-5 v0.10.6 |
| 2463 | 2026-05-12T03:41:11.427Z | Checking ff v0.13.1 |
| 2464 | 2026-05-12T03:41:11.443Z | Checking psl-types v2.0.11 |
| 2465 | 2026-05-12T03:41:11.511Z | Checking zlib-rs v0.6.2 |
| 2466 | 2026-05-12T03:41:11.525Z | Checking fallible-iterator v0.2.0 |
| 2467 | 2026-05-12T03:41:11.554Z | Checking base16ct v0.2.0 |
| 2468 | 2026-05-12T03:41:11.567Z | Checking publicsuffix v2.3.0 |
| 2469 | 2026-05-12T03:41:11.682Z | Checking sec1 v0.7.3 |
| 2470 | 2026-05-12T03:41:11.728Z | Checking group v0.13.0 |
| 2471 | 2026-05-12T03:41:11.791Z | Checking postgres-protocol v0.6.10 |
| 2472 | 2026-05-12T03:41:11.875Z | Compiling iddqd v0.3.18 |
| 2473 | 2026-05-12T03:41:11.889Z | Checking num-iter v0.1.45 |
| 2474 | 2026-05-12T03:41:11.999Z | Checking zstd-safe v7.2.4 |
| 2475 | 2026-05-12T03:41:12.012Z | Checking heapless v0.7.17 |
| 2476 | 2026-05-12T03:41:12.094Z | Checking hyper-util v0.1.20 |
| 2477 | 2026-05-12T03:41:12.107Z | Checking goblin v0.8.2 |
| 2478 | 2026-05-12T03:41:12.160Z | Checking rand v0.8.6 |
| 2479 | 2026-05-12T03:41:12.389Z | Checking flate2 v1.1.9 |
| 2480 | 2026-05-12T03:41:12.415Z | Checking cookie v0.18.1 |
| 2481 | 2026-05-12T03:41:12.641Z | Checking oxnet v0.1.4 |
| 2482 | 2026-05-12T03:41:12.672Z | Checking dof v0.4.0 |
| 2483 | 2026-05-12T03:41:12.687Z | Checking dtrace-parser v0.3.0 |
| 2484 | 2026-05-12T03:41:12.704Z | Checking phf_shared v0.13.1 |
| 2485 | 2026-05-12T03:41:12.872Z | Checking lazy_static v1.5.0 |
| 2486 | 2026-05-12T03:41:12.886Z | Checking pin-project v1.1.11 |
| 2487 | 2026-05-12T03:41:12.898Z | Checking zerocopy v0.7.35 |
| 2488 | 2026-05-12T03:41:12.927Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2489 | 2026-05-12T03:41:12.961Z | Checking signal-hook v0.3.18 |
| 2490 | 2026-05-12T03:41:12.976Z | Checking terminal_size v0.4.3 |
| 2491 | 2026-05-12T03:41:12.993Z | Checking futures-executor v0.3.32 |
| 2492 | 2026-05-12T03:41:13.010Z | Checking hkdf v0.12.4 |
| 2493 | 2026-05-12T03:41:13.087Z | Checking hex v0.4.3 |
| 2494 | 2026-05-12T03:41:13.140Z | Checking crypto-bigint v0.5.5 |
| 2495 | 2026-05-12T03:41:13.154Z | Checking thread-id v5.1.0 |
| 2496 | 2026-05-12T03:41:13.157Z | Checking encoding_rs v0.8.35 |
| 2497 | 2026-05-12T03:41:13.232Z | Checking foldhash v0.2.0 |
| 2498 | 2026-05-12T03:41:13.294Z | Checking mime v0.3.17 |
| 2499 | 2026-05-12T03:41:13.306Z | Checking either v1.15.0 |
| 2500 | 2026-05-12T03:41:13.343Z | Checking hyper-rustls v0.27.7 |
| 2501 | 2026-05-12T03:41:13.381Z | Checking hyper-tls v0.6.0 |
| 2502 | 2026-05-12T03:41:13.384Z | Checking foldhash v0.1.5 |
| 2503 | 2026-05-12T03:41:13.463Z | Checking bitflags v1.3.2 |
| 2504 | 2026-05-12T03:41:13.484Z | Checking winnow v0.5.40 |
| 2505 | 2026-05-12T03:41:13.512Z | Compiling rayon-core v1.13.0 |
| 2506 | 2026-05-12T03:41:13.534Z | Checking cpufeatures v0.3.0 |
| 2507 | 2026-05-12T03:41:13.550Z | Checking clap_lex v1.0.0 |
| 2508 | 2026-05-12T03:41:13.563Z | Checking libbz2-rs-sys v0.2.2 |
| 2509 | 2026-05-12T03:41:13.605Z | Checking bumpalo v3.20.2 |
| 2510 | 2026-05-12T03:41:13.691Z | Checking same-file v1.0.6 |
| 2511 | 2026-05-12T03:41:13.705Z | Checking winnow v0.7.14 |
| 2512 | 2026-05-12T03:41:13.804Z | Checking managed v0.8.0 |
| 2513 | 2026-05-12T03:41:13.807Z | Checking strsim v0.11.1 |
| 2514 | 2026-05-12T03:41:13.966Z | Checking bzip2 v0.6.1 |
| 2515 | 2026-05-12T03:41:13.989Z | Checking clap_builder v4.5.60 |
| 2516 | 2026-05-12T03:41:14.009Z | Checking smoltcp v0.9.1 |
| 2517 | 2026-05-12T03:41:14.017Z | Checking dof v0.3.0 |
| 2518 | 2026-05-12T03:41:14.041Z | Checking elliptic-curve v0.13.8 |
| 2519 | 2026-05-12T03:41:14.104Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2520 | 2026-05-12T03:41:14.116Z | Checking reqwest v0.12.28 |
| 2521 | 2026-05-12T03:41:14.293Z | Checking zopfli v0.8.3 |
| 2522 | 2026-05-12T03:41:14.306Z | Checking walkdir v2.5.0 |
| 2523 | 2026-05-12T03:41:14.367Z | Checking chacha20 v0.10.0 |
| 2524 | 2026-05-12T03:41:14.464Z | Checking hashbrown v0.15.5 |
| 2525 | 2026-05-12T03:41:15.021Z | Checking hashbrown v0.16.1 |
| 2526 | 2026-05-12T03:41:15.039Z | Checking usdt-impl v0.6.0 |
| 2527 | 2026-05-12T03:41:15.039Z | Checking signal-hook-mio v0.2.5 |
| 2528 | 2026-05-12T03:41:15.040Z | Checking toml_edit v0.19.15 |
| 2529 | 2026-05-12T03:41:15.040Z | Checking futures v0.3.32 |
| 2530 | 2026-05-12T03:41:15.040Z | Checking bzip2 v0.4.4 |
| 2531 | 2026-05-12T03:41:15.040Z | Checking snafu v0.8.9 |
| 2532 | 2026-05-12T03:41:15.040Z | Checking num-bigint-dig v0.8.6 |
| 2533 | 2026-05-12T03:41:15.040Z | Checking phf v0.13.1 |
| 2534 | 2026-05-12T03:41:15.040Z | Checking cookie_store v0.22.1 |
| 2535 | 2026-05-12T03:41:15.070Z | Checking zstd v0.13.3 |
| 2536 | 2026-05-12T03:41:15.074Z | Checking postgres-types v0.2.12 |
| 2537 | 2026-05-12T03:41:15.093Z | Checking dtrace-parser v0.2.0 |
| 2538 | 2026-05-12T03:41:15.176Z | Checking crossbeam-deque v0.8.6 |
| 2539 | 2026-05-12T03:41:15.204Z | Checking rustls-platform-verifier v0.6.2 |
| 2540 | 2026-05-12T03:41:15.264Z | Checking globset v0.4.18 |
| 2541 | 2026-05-12T03:41:15.279Z | Checking regex v1.12.3 |
| 2542 | 2026-05-12T03:41:15.334Z | Checking ed25519 v2.2.3 |
| 2543 | 2026-05-12T03:41:15.350Z | Checking phf_shared v0.11.3 |
| 2544 | 2026-05-12T03:41:15.366Z | Checking olpc-cjson v0.1.4 |
| 2545 | 2026-05-12T03:41:15.393Z | Checking ref-cast v1.0.25 |
| 2546 | 2026-05-12T03:41:15.484Z | Checking curve25519-dalek v4.1.3 |
| 2547 | 2026-05-12T03:41:15.495Z | Checking strum v0.27.2 |
| 2548 | 2026-05-12T03:41:15.495Z | Checking hubpack v0.1.2 |
| 2549 | 2026-05-12T03:41:15.517Z | Checking memoffset v0.9.1 |
| 2550 | 2026-05-12T03:41:15.541Z | Checking rustix v0.38.44 |
| 2551 | 2026-05-12T03:41:15.559Z | Checking pkcs1 v0.7.5 |
| 2552 | 2026-05-12T03:41:15.594Z | Checking pem v3.0.6 |
| 2553 | 2026-05-12T03:41:15.613Z | Checking float-cmp v0.10.0 |
| 2554 | 2026-05-12T03:41:15.650Z | Checking rfc6979 v0.4.0 |
| 2555 | 2026-05-12T03:41:15.668Z | Checking erased-serde v0.3.31 |
| 2556 | 2026-05-12T03:41:15.683Z | Checking serde_plain v1.0.2 |
| 2557 | 2026-05-12T03:41:15.728Z | Checking serde-big-array v0.5.1 |
| 2558 | 2026-05-12T03:41:15.755Z | Checking thread-id v4.2.2 |
| 2559 | 2026-05-12T03:41:15.759Z | Checking memmap2 v0.9.10 |
| 2560 | 2026-05-12T03:41:15.770Z | Checking env_filter v1.0.0 |
| 2561 | 2026-05-12T03:41:15.821Z | Checking toml_write v0.1.2 |
| 2562 | 2026-05-12T03:41:16.295Z | Checking typed-path v0.9.3 |
| 2563 | 2026-05-12T03:41:16.414Z | Checking difflib v0.4.0 |
| 2564 | 2026-05-12T03:41:16.414Z | Checking fixedbitset v0.4.2 |
| 2565 | 2026-05-12T03:41:16.414Z | Checking predicates-core v1.0.10 |
| 2566 | 2026-05-12T03:41:16.414Z | Checking new_debug_unreachable v1.0.6 |
| 2567 | 2026-05-12T03:41:16.414Z | Checking whoami v2.1.0 |
| 2568 | 2026-05-12T03:41:16.415Z | Checking static_assertions v1.1.0 |
| 2569 | 2026-05-12T03:41:16.415Z | Checking rustc-hash v2.1.1 |
| 2570 | 2026-05-12T03:41:16.415Z | Checking normalize-line-endings v0.3.0 |
| 2571 | 2026-05-12T03:41:16.415Z | Checking jiff v0.2.21 |
| 2572 | 2026-05-12T03:41:16.415Z | Checking precomputed-hash v0.1.1 |
| 2573 | 2026-05-12T03:41:16.415Z | Checking unicode-segmentation v1.12.0 |
| 2574 | 2026-05-12T03:41:16.415Z | Checking data-encoding v2.10.0 |
| 2575 | 2026-05-12T03:41:16.415Z | Checking fixedbitset v0.5.7 |
| 2576 | 2026-05-12T03:41:16.415Z | Checking keccak v0.1.6 |
| 2577 | 2026-05-12T03:41:16.415Z | Checking ed25519-dalek v2.2.0 |
| 2578 | 2026-05-12T03:41:16.479Z | Checking crossterm v0.28.1 |
| 2579 | 2026-05-12T03:41:16.479Z | Checking petgraph v0.8.3 |
| 2580 | 2026-05-12T03:41:16.479Z | Checking sha3 v0.10.8 |
| 2581 | 2026-05-12T03:41:16.501Z | Checking hickory-proto v0.25.2 |
| 2582 | 2026-05-12T03:41:16.501Z | Checking similar v2.7.0 |
| 2583 | 2026-05-12T03:41:16.508Z | Checking tokio-postgres v0.7.16 |
| 2584 | 2026-05-12T03:41:16.617Z | Checking string_cache v0.8.9 |
| 2585 | 2026-05-12T03:41:16.636Z | Checking tough v0.22.0 |
| 2586 | 2026-05-12T03:41:16.866Z | Checking predicates v3.1.4 |
| 2587 | 2026-05-12T03:41:17.097Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2588 | 2026-05-12T03:41:17.164Z | Checking petgraph v0.6.5 |
| 2589 | 2026-05-12T03:41:17.642Z | Checking slog v2.8.2 |
| 2590 | 2026-05-12T03:41:17.728Z | Checking toml_edit v0.22.27 |
| 2591 | 2026-05-12T03:41:17.908Z | Checking usdt v0.6.0 |
| 2592 | 2026-05-12T03:41:17.921Z | Checking env_logger v0.11.9 |
| 2593 | 2026-05-12T03:41:18.066Z | Checking usdt-impl v0.5.0 |
| 2594 | 2026-05-12T03:41:18.114Z | Checking ecdsa v0.16.9 |
| 2595 | 2026-05-12T03:41:18.307Z | Checking zip v4.6.1 |
| 2596 | 2026-05-12T03:41:18.357Z | Checking rsa v0.9.10 |
| 2597 | 2026-05-12T03:41:18.403Z | Checking toml v0.7.8 |
| 2598 | 2026-05-12T03:41:18.448Z | Checking nix v0.31.2 |
| 2599 | 2026-05-12T03:41:18.606Z | Checking reqwest v0.13.2 |
| 2600 | 2026-05-12T03:41:18.796Z | Checking clap v4.5.60 |
| 2601 | 2026-05-12T03:41:18.821Z | Checking zip v0.6.6 |
| 2602 | 2026-05-12T03:41:18.872Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2603 | 2026-05-12T03:41:18.886Z | Checking rand v0.10.0 |
| 2604 | 2026-05-12T03:41:19.056Z | Checking itertools v0.13.0 |
| 2605 | 2026-05-12T03:41:19.146Z | Checking serde_with v3.17.0 |
| 2606 | 2026-05-12T03:41:19.189Z | Checking strum v0.26.3 |
| 2607 | 2026-05-12T03:41:19.199Z | Checking fs-err v3.3.0 |
| 2608 | 2026-05-12T03:41:19.312Z | Checking ahash v0.8.12 |
| 2609 | 2026-05-12T03:41:19.315Z | Checking object v0.37.3 |
| 2610 | 2026-05-12T03:41:19.354Z | Checking tokio-stream v0.1.18 |
| 2611 | 2026-05-12T03:41:19.446Z | Checking buf-list v1.1.2 |
| 2612 | 2026-05-12T03:41:19.460Z | Checking camino v1.2.2 |
| 2613 | 2026-05-12T03:41:19.528Z | Checking anyhow v1.0.102 |
| 2614 | 2026-05-12T03:41:19.548Z | Checking x509-cert v0.2.5 |
| 2615 | 2026-05-12T03:41:19.631Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2616 | 2026-05-12T03:41:19.687Z | Checking openapiv3 v2.2.0 |
| 2617 | 2026-05-12T03:41:19.705Z | Checking sha1 v0.10.6 |
| 2618 | 2026-05-12T03:41:19.732Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2619 | 2026-05-12T03:41:19.861Z | Checking peg-runtime v0.8.5 |
| 2620 | 2026-05-12T03:41:19.898Z | Checking lalrpop-util v0.19.12 |
| 2621 | 2026-05-12T03:41:19.941Z | Checking rayon v1.11.0 |
| 2622 | 2026-05-12T03:41:20.005Z | Checking sigpipe v0.1.3 |
| 2623 | 2026-05-12T03:41:20.060Z | Checking glob v0.3.3 |
| 2624 | 2026-05-12T03:41:21.499Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2625 | 2026-05-12T03:41:21.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.14s |
| 2626 | 2026-05-12T03:41:21.951Z | |
| 2627 | 2026-05-12T03:41:21.951Z | info: running `cargo check --bins` on internal-dns-types (77/274) |
| 2628 | 2026-05-12T03:41:22.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2629 | 2026-05-12T03:41:22.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2630 | 2026-05-12T03:41:22.456Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2631 | 2026-05-12T03:41:22.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2632 | 2026-05-12T03:41:22.546Z | |
| 2633 | 2026-05-12T03:41:22.546Z | info: running `cargo check --bins` on internal-dns-types-versions (78/274) |
| 2634 | 2026-05-12T03:41:23.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2635 | 2026-05-12T03:41:23.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2636 | 2026-05-12T03:41:23.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2637 | 2026-05-12T03:41:23.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2638 | 2026-05-12T03:41:23.152Z | |
| 2639 | 2026-05-12T03:41:23.152Z | info: running `cargo check --bins` on nexus-types-versions (79/274) |
| 2640 | 2026-05-12T03:41:23.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2641 | 2026-05-12T03:41:23.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2642 | 2026-05-12T03:41:23.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2643 | 2026-05-12T03:41:23.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2644 | 2026-05-12T03:41:23.767Z | |
| 2645 | 2026-05-12T03:41:23.767Z | info: running `cargo check --bins` on oxql-types (80/274) |
| 2646 | 2026-05-12T03:41:24.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2647 | 2026-05-12T03:41:24.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2648 | 2026-05-12T03:41:24.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2649 | 2026-05-12T03:41:24.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2650 | 2026-05-12T03:41:24.372Z | |
| 2651 | 2026-05-12T03:41:24.372Z | info: running `cargo check --bins` on oximeter-types (81/274) |
| 2652 | 2026-05-12T03:41:24.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2653 | 2026-05-12T03:41:24.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2654 | 2026-05-12T03:41:24.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2655 | 2026-05-12T03:41:24.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2656 | 2026-05-12T03:41:24.954Z | |
| 2657 | 2026-05-12T03:41:24.954Z | info: running `cargo check --bins` on oximeter-types-versions (82/274) |
| 2658 | 2026-05-12T03:41:25.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2659 | 2026-05-12T03:41:25.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2660 | 2026-05-12T03:41:25.462Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2661 | 2026-05-12T03:41:25.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2662 | 2026-05-12T03:41:25.552Z | |
| 2663 | 2026-05-12T03:41:25.552Z | info: running `cargo check --bins` on oximeter-macro-impl (83/274) |
| 2664 | 2026-05-12T03:41:26.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2665 | 2026-05-12T03:41:26.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2666 | 2026-05-12T03:41:26.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2667 | 2026-05-12T03:41:26.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2668 | 2026-05-12T03:41:26.145Z | |
| 2669 | 2026-05-12T03:41:26.146Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/274) |
| 2670 | 2026-05-12T03:41:26.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2671 | 2026-05-12T03:41:26.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2672 | 2026-05-12T03:41:26.828Z | Compiling structmeta-derive v0.3.0 |
| 2673 | 2026-05-12T03:41:26.946Z | Compiling rustls v0.22.4 |
| 2674 | 2026-05-12T03:41:26.955Z | Compiling multer v3.1.0 |
| 2675 | 2026-05-12T03:41:26.964Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2676 | 2026-05-12T03:41:26.964Z | Compiling async-stream-impl v0.3.6 |
| 2677 | 2026-05-12T03:41:26.990Z | Compiling dropshot v0.17.0 |
| 2678 | 2026-05-12T03:41:27.001Z | Compiling newtype-uuid-macros v0.1.0 |
| 2679 | 2026-05-12T03:41:27.001Z | Compiling dropshot_endpoint v0.17.0 |
| 2680 | 2026-05-12T03:41:27.129Z | Checking newtype-uuid v1.3.2 |
| 2681 | 2026-05-12T03:41:27.205Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2682 | 2026-05-12T03:41:27.284Z | Checking rustls-webpki v0.102.8 |
| 2683 | 2026-05-12T03:41:27.330Z | Checking daft v0.1.5 |
| 2684 | 2026-05-12T03:41:27.353Z | Checking thread_local v1.1.9 |
| 2685 | 2026-05-12T03:41:27.512Z | Checking match_cfg v0.1.0 |
| 2686 | 2026-05-12T03:41:27.551Z | Checking compression-core v0.4.31 |
| 2687 | 2026-05-12T03:41:27.587Z | Checking iddqd v0.3.18 |
| 2688 | 2026-05-12T03:41:27.609Z | Checking hostname v0.3.1 |
| 2689 | 2026-05-12T03:41:27.609Z | Checking crossbeam-channel v0.5.15 |
| 2690 | 2026-05-12T03:41:27.688Z | Checking compression-codecs v0.4.37 |
| 2691 | 2026-05-12T03:41:27.715Z | Checking slog-json v2.6.1 |
| 2692 | 2026-05-12T03:41:27.744Z | Checking is-terminal v0.4.17 |
| 2693 | 2026-05-12T03:41:27.865Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2694 | 2026-05-12T03:41:27.883Z | Checking serde_spanned v1.0.4 |
| 2695 | 2026-05-12T03:41:27.883Z | Checking term v1.2.1 |
| 2696 | 2026-05-12T03:41:27.930Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2697 | 2026-05-12T03:41:27.977Z | Checking take_mut v0.2.2 |
| 2698 | 2026-05-12T03:41:28.028Z | Compiling structmeta v0.3.0 |
| 2699 | 2026-05-12T03:41:28.052Z | Checking debug-ignore v1.0.5 |
| 2700 | 2026-05-12T03:41:28.110Z | Checking slog-async v2.8.0 |
| 2701 | 2026-05-12T03:41:28.110Z | Checking slog-term v2.9.2 |
| 2702 | 2026-05-12T03:41:28.126Z | Checking toml v1.0.6+spec-1.1.0 |
| 2703 | 2026-05-12T03:41:28.147Z | Checking slog-bunyan v2.5.0 |
| 2704 | 2026-05-12T03:41:28.283Z | Compiling derive-ex v0.1.8 |
| 2705 | 2026-05-12T03:41:28.310Z | Compiling parse-display-derive v0.10.0 |
| 2706 | 2026-05-12T03:41:28.310Z | Checking async-compression v0.4.41 |
| 2707 | 2026-05-12T03:41:28.369Z | Checking async-stream v0.3.6 |
| 2708 | 2026-05-12T03:41:28.433Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2709 | 2026-05-12T03:41:28.475Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2710 | 2026-05-12T03:41:28.498Z | Checking progenitor-client v0.14.0 |
| 2711 | 2026-05-12T03:41:28.615Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2712 | 2026-05-12T03:41:28.663Z | Checking waitgroup v0.1.2 |
| 2713 | 2026-05-12T03:41:28.713Z | Checking backon v1.6.0 |
| 2714 | 2026-05-12T03:41:28.735Z | Checking rustls-pemfile v2.2.0 |
| 2715 | 2026-05-12T03:41:28.783Z | Checking serde_path_to_error v0.1.20 |
| 2716 | 2026-05-12T03:41:28.860Z | Checking hostname v0.4.2 |
| 2717 | 2026-05-12T03:41:28.877Z | Checking instant v0.1.13 |
| 2718 | 2026-05-12T03:41:28.942Z | Checking backoff v0.4.0 |
| 2719 | 2026-05-12T03:41:29.063Z | Checking progenitor-extras v0.2.0 |
| 2720 | 2026-05-12T03:41:29.078Z | Checking tokio-rustls v0.25.0 |
| 2721 | 2026-05-12T03:41:29.112Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2722 | 2026-05-12T03:41:29.145Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2723 | 2026-05-12T03:41:29.274Z | Checking itertools v0.14.0 |
| 2724 | 2026-05-12T03:41:29.321Z | Checking progenitor-client v0.10.0 |
| 2725 | 2026-05-12T03:41:29.475Z | Checking regress v0.10.5 |
| 2726 | 2026-05-12T03:41:29.506Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2727 | 2026-05-12T03:41:29.764Z | Checking macaddr v1.0.1 |
| 2728 | 2026-05-12T03:41:29.898Z | Compiling test-strategy v0.4.5 |
| 2729 | 2026-05-12T03:41:29.923Z | Checking parse-display v0.10.0 |
| 2730 | 2026-05-12T03:41:31.041Z | Compiling prettyplease v0.2.37 |
| 2731 | 2026-05-12T03:41:31.363Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2732 | 2026-05-12T03:41:31.552Z | Checking num-rational v0.4.2 |
| 2733 | 2026-05-12T03:41:31.786Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2734 | 2026-05-12T03:41:31.999Z | Checking num-complex v0.4.6 |
| 2735 | 2026-05-12T03:41:32.621Z | Checking num v0.4.3 |
| 2736 | 2026-05-12T03:41:32.741Z | Compiling usdt-attr-macro v0.5.0 |
| 2737 | 2026-05-12T03:41:32.751Z | Compiling usdt-macro v0.5.0 |
| 2738 | 2026-05-12T03:41:32.776Z | Checking memmap v0.7.0 |
| 2739 | 2026-05-12T03:41:32.847Z | Checking float-ord v0.3.2 |
| 2740 | 2026-05-12T03:41:32.910Z | Compiling convert_case v0.4.0 |
| 2741 | 2026-05-12T03:41:32.955Z | Checking unicode-width v0.2.0 |
| 2742 | 2026-05-12T03:41:33.207Z | Checking console v0.15.11 |
| 2743 | 2026-05-12T03:41:33.291Z | Compiling derive_more v0.99.20 |
| 2744 | 2026-05-12T03:41:33.477Z | Checking newline-converter v0.3.0 |
| 2745 | 2026-05-12T03:41:33.488Z | Checking atomicwrites v0.4.4 |
| 2746 | 2026-05-12T03:41:33.510Z | Checking usdt v0.5.0 |
| 2747 | 2026-05-12T03:41:33.596Z | Compiling toml v0.8.23 |
| 2748 | 2026-05-12T03:41:33.623Z | Compiling minimal-lexical v0.2.1 |
| 2749 | 2026-05-12T03:41:33.690Z | Checking linked-hash-map v0.5.6 |
| 2750 | 2026-05-12T03:41:33.848Z | Checking lru-cache v0.1.2 |
| 2751 | 2026-05-12T03:41:33.904Z | Compiling nom v7.1.3 |
| 2752 | 2026-05-12T03:41:33.996Z | Checking expectorate v1.2.0 |
| 2753 | 2026-05-12T03:41:34.562Z | Checking camino-tempfile v1.4.1 |
| 2754 | 2026-05-12T03:41:34.680Z | Checking hickory-proto v0.24.4 |
| 2755 | 2026-05-12T03:41:34.723Z | Checking phf_shared v0.12.1 |
| 2756 | 2026-05-12T03:41:34.874Z | Compiling slog-dtrace v0.3.0 |
| 2757 | 2026-05-12T03:41:34.938Z | Checking resolv-conf v0.7.6 |
| 2758 | 2026-05-12T03:41:35.053Z | Compiling chrono-tz v0.10.4 |
| 2759 | 2026-05-12T03:41:35.133Z | Checking heck v0.5.0 |
| 2760 | 2026-05-12T03:41:35.236Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2761 | 2026-05-12T03:41:35.258Z | Compiling const_format_proc_macros v0.2.34 |
| 2762 | 2026-05-12T03:41:35.314Z | Checking phf v0.12.1 |
| 2763 | 2026-05-12T03:41:35.392Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2764 | 2026-05-12T03:41:35.455Z | Checking tokio-dtrace v0.1.1 |
| 2765 | 2026-05-12T03:41:35.636Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2766 | 2026-05-12T03:41:35.686Z | Compiling derive-where v1.6.0 |
| 2767 | 2026-05-12T03:41:35.825Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2768 | 2026-05-12T03:41:36.050Z | Checking highway v1.3.0 |
| 2769 | 2026-05-12T03:41:36.281Z | Checking const_format v0.2.35 |
| 2770 | 2026-05-12T03:41:36.445Z | Checking hickory-resolver v0.24.4 |
| 2771 | 2026-05-12T03:41:36.580Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2772 | 2026-05-12T03:41:36.658Z | Checking oxide-tokio-rt v0.1.4 |
| 2773 | 2026-05-12T03:41:36.920Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2774 | 2026-05-12T03:41:37.080Z | Checking gethostname v0.5.0 |
| 2775 | 2026-05-12T03:41:37.089Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2776 | 2026-05-12T03:41:37.123Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2777 | 2026-05-12T03:41:37.164Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2778 | 2026-05-12T03:41:37.193Z | Checking qorb v0.4.1 |
| 2779 | 2026-05-12T03:41:37.282Z | Checking bcs v0.1.6 |
| 2780 | 2026-05-12T03:41:37.311Z | Checking termtree v0.5.1 |
| 2781 | 2026-05-12T03:41:40.563Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2782 | 2026-05-12T03:41:43.441Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2783 | 2026-05-12T03:41:45.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.34s |
| 2784 | 2026-05-12T03:41:45.664Z | |
| 2785 | 2026-05-12T03:41:45.664Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/274) |
| 2786 | 2026-05-12T03:41:46.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2787 | 2026-05-12T03:41:46.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2788 | 2026-05-12T03:41:46.352Z | Compiling ar_archive_writer v0.5.1 |
| 2789 | 2026-05-12T03:41:46.461Z | Compiling stacker v0.1.23 |
| 2790 | 2026-05-12T03:41:46.475Z | Compiling cfg_aliases v0.1.1 |
| 2791 | 2026-05-12T03:41:46.482Z | Compiling convert_case v0.10.0 |
| 2792 | 2026-05-12T03:41:46.483Z | Checking unicode-width v0.1.14 |
| 2793 | 2026-05-12T03:41:46.497Z | Compiling proc-macro-error v1.0.4 |
| 2794 | 2026-05-12T03:41:46.514Z | Checking fd-lock v4.0.4 |
| 2795 | 2026-05-12T03:41:46.534Z | Checking nibble_vec v0.1.0 |
| 2796 | 2026-05-12T03:41:46.540Z | Compiling nix v0.28.0 |
| 2797 | 2026-05-12T03:41:46.622Z | Checking vte v0.14.1 |
| 2798 | 2026-05-12T03:41:46.634Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2799 | 2026-05-12T03:41:46.729Z | Checking endian-type v0.1.2 |
| 2800 | 2026-05-12T03:41:46.736Z | Checking bytecount v0.6.9 |
| 2801 | 2026-05-12T03:41:46.788Z | Compiling derive_more-impl v2.1.1 |
| 2802 | 2026-05-12T03:41:46.802Z | Checking strip-ansi-escapes v0.2.1 |
| 2803 | 2026-05-12T03:41:46.818Z | Compiling tabled_derive v0.7.0 |
| 2804 | 2026-05-12T03:41:46.845Z | Checking radix_trie v0.2.1 |
| 2805 | 2026-05-12T03:41:46.872Z | Checking papergrid v0.11.0 |
| 2806 | 2026-05-12T03:41:46.917Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2807 | 2026-05-12T03:41:47.036Z | Compiling peg-macros v0.8.5 |
| 2808 | 2026-05-12T03:41:47.057Z | Checking winnow v0.6.26 |
| 2809 | 2026-05-12T03:41:47.305Z | Compiling psm v0.1.30 |
| 2810 | 2026-05-12T03:41:47.372Z | Compiling sqlparser_derive v0.5.0 |
| 2811 | 2026-05-12T03:41:47.499Z | Checking home v0.5.12 |
| 2812 | 2026-05-12T03:41:47.604Z | Checking derive_more v2.1.1 |
| 2813 | 2026-05-12T03:41:47.617Z | Checking unicode_categories v0.1.1 |
| 2814 | 2026-05-12T03:41:47.677Z | Checking nu-ansi-term v0.50.3 |
| 2815 | 2026-05-12T03:41:47.763Z | Checking crossterm v0.29.0 |
| 2816 | 2026-05-12T03:41:47.776Z | Checking tabled v0.15.0 |
| 2817 | 2026-05-12T03:41:47.845Z | Checking rustyline v14.0.0 |
| 2818 | 2026-05-12T03:41:47.884Z | Checking reedline v0.40.0 |
| 2819 | 2026-05-12T03:41:48.085Z | Checking recursive v0.1.1 |
| 2820 | 2026-05-12T03:41:48.151Z | Checking display-error-chain v0.2.2 |
| 2821 | 2026-05-12T03:41:48.182Z | Checking sqlparser v0.61.0 |
| 2822 | 2026-05-12T03:41:48.194Z | Checking sqlformat v0.3.5 |
| 2823 | 2026-05-12T03:41:48.405Z | Checking peg v0.8.5 |
| 2824 | 2026-05-12T03:42:00.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.67s |
| 2825 | 2026-05-12T03:42:00.856Z | |
| 2826 | 2026-05-12T03:42:00.856Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/274) |
| 2827 | 2026-05-12T03:42:00.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2828 | 2026-05-12T03:42:00.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2829 | 2026-05-12T03:42:00.856Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2830 | 2026-05-12T03:42:03.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s |
| 2831 | 2026-05-12T03:42:03.945Z | |
| 2832 | 2026-05-12T03:42:03.945Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/274) |
| 2833 | 2026-05-12T03:42:04.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2834 | 2026-05-12T03:42:04.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2835 | 2026-05-12T03:42:04.645Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2836 | 2026-05-12T03:42:07.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s |
| 2837 | 2026-05-12T03:42:07.286Z | |
| 2838 | 2026-05-12T03:42:07.286Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/274) |
| 2839 | 2026-05-12T03:42:07.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2840 | 2026-05-12T03:42:07.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2841 | 2026-05-12T03:42:07.963Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2842 | 2026-05-12T03:42:11.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s |
| 2843 | 2026-05-12T03:42:11.378Z | |
| 2844 | 2026-05-12T03:42:11.378Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/274) |
| 2845 | 2026-05-12T03:42:11.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2846 | 2026-05-12T03:42:12.433Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2847 | 2026-05-12T03:42:12.493Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2848 | 2026-05-12T03:42:15.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.95s |
| 2849 | 2026-05-12T03:42:15.527Z | |
| 2850 | 2026-05-12T03:42:15.527Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/274) |
| 2851 | 2026-05-12T03:42:16.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2852 | 2026-05-12T03:42:16.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2853 | 2026-05-12T03:42:16.388Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2854 | 2026-05-12T03:42:19.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s |
| 2855 | 2026-05-12T03:42:19.993Z | |
| 2856 | 2026-05-12T03:42:19.993Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/274) |
| 2857 | 2026-05-12T03:42:19.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2858 | 2026-05-12T03:42:19.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2859 | 2026-05-12T03:42:19.994Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2860 | 2026-05-12T03:42:22.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s |
| 2861 | 2026-05-12T03:42:22.531Z | |
| 2862 | 2026-05-12T03:42:22.531Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/274) |
| 2863 | 2026-05-12T03:42:23.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2864 | 2026-05-12T03:42:23.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2865 | 2026-05-12T03:42:23.220Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2866 | 2026-05-12T03:42:26.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s |
| 2867 | 2026-05-12T03:42:26.828Z | |
| 2868 | 2026-05-12T03:42:26.828Z | info: running `cargo check --bins` on oximeter (93/274) |
| 2869 | 2026-05-12T03:42:27.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2870 | 2026-05-12T03:42:27.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2871 | 2026-05-12T03:42:27.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2872 | 2026-05-12T03:42:27.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2873 | 2026-05-12T03:42:27.473Z | |
| 2874 | 2026-05-12T03:42:27.473Z | info: running `cargo check --bins` on oximeter-schema (94/274) |
| 2875 | 2026-05-12T03:42:28.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2876 | 2026-05-12T03:42:28.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2877 | 2026-05-12T03:42:28.115Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2878 | 2026-05-12T03:42:28.252Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2879 | 2026-05-12T03:42:28.294Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2880 | 2026-05-12T03:42:28.581Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2881 | 2026-05-12T03:42:31.449Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2882 | 2026-05-12T03:42:32.693Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2883 | 2026-05-12T03:42:32.853Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2884 | 2026-05-12T03:42:34.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.08s |
| 2885 | 2026-05-12T03:42:34.665Z | |
| 2886 | 2026-05-12T03:42:34.665Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/274) |
| 2887 | 2026-05-12T03:42:34.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2888 | 2026-05-12T03:42:34.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2889 | 2026-05-12T03:42:34.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2890 | 2026-05-12T03:42:34.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2891 | 2026-05-12T03:42:34.680Z | |
| 2892 | 2026-05-12T03:42:34.680Z | info: running `cargo check --bins` on oximeter-test-utils (96/274) |
| 2893 | 2026-05-12T03:42:35.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2894 | 2026-05-12T03:42:35.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2895 | 2026-05-12T03:42:35.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2896 | 2026-05-12T03:42:35.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2897 | 2026-05-12T03:42:35.136Z | |
| 2898 | 2026-05-12T03:42:35.136Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/274) |
| 2899 | 2026-05-12T03:42:35.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2900 | 2026-05-12T03:42:36.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2901 | 2026-05-12T03:42:36.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2902 | 2026-05-12T03:42:36.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2903 | 2026-05-12T03:42:36.192Z | |
| 2904 | 2026-05-12T03:42:36.192Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/274) |
| 2905 | 2026-05-12T03:42:36.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2906 | 2026-05-12T03:42:36.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2907 | 2026-05-12T03:42:36.629Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2908 | 2026-05-12T03:42:36.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2909 | 2026-05-12T03:42:36.629Z | |
| 2910 | 2026-05-12T03:42:36.629Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/274) |
| 2911 | 2026-05-12T03:42:39.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2912 | 2026-05-12T03:42:39.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2913 | 2026-05-12T03:42:39.371Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2914 | 2026-05-12T03:42:39.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2915 | 2026-05-12T03:42:39.371Z | |
| 2916 | 2026-05-12T03:42:39.371Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/274) |
| 2917 | 2026-05-12T03:42:39.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2918 | 2026-05-12T03:42:39.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2919 | 2026-05-12T03:42:39.372Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2920 | 2026-05-12T03:42:39.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2921 | 2026-05-12T03:42:39.372Z | |
| 2922 | 2026-05-12T03:42:39.372Z | info: running `cargo check --bins` on trust-quorum-types (101/274) |
| 2923 | 2026-05-12T03:42:39.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2924 | 2026-05-12T03:42:39.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2925 | 2026-05-12T03:42:39.372Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2926 | 2026-05-12T03:42:39.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2927 | 2026-05-12T03:42:39.372Z | |
| 2928 | 2026-05-12T03:42:39.372Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/274) |
| 2929 | 2026-05-12T03:42:39.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2930 | 2026-05-12T03:42:39.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2931 | 2026-05-12T03:42:39.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2932 | 2026-05-12T03:42:39.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2933 | 2026-05-12T03:42:39.688Z | |
| 2934 | 2026-05-12T03:42:39.688Z | info: running `cargo check --bins` on update-engine (103/274) |
| 2935 | 2026-05-12T03:42:39.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2936 | 2026-05-12T03:42:39.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2937 | 2026-05-12T03:42:39.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2938 | 2026-05-12T03:42:39.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2939 | 2026-05-12T03:42:39.689Z | |
| 2940 | 2026-05-12T03:42:39.689Z | info: running `cargo check --bins` on omicron-clickhouse-admin (104/274) |
| 2941 | 2026-05-12T03:42:39.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2942 | 2026-05-12T03:42:39.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2943 | 2026-05-12T03:42:40.008Z | Compiling crucible-workspace-hack v0.1.0 |
| 2944 | 2026-05-12T03:42:40.146Z | Checking secrecy v0.10.3 |
| 2945 | 2026-05-12T03:42:40.210Z | Compiling heapless v0.8.0 |
| 2946 | 2026-05-12T03:42:40.210Z | Compiling ingot-macros v0.1.1 |
| 2947 | 2026-05-12T03:42:40.210Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2948 | 2026-05-12T03:42:40.210Z | Checking hash32 v0.3.1 |
| 2949 | 2026-05-12T03:42:40.210Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2950 | 2026-05-12T03:42:40.210Z | Compiling smoltcp v0.11.0 |
| 2951 | 2026-05-12T03:42:40.262Z | Checking cobs v0.3.0 |
| 2952 | 2026-05-12T03:42:40.340Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2953 | 2026-05-12T03:42:40.390Z | Checking universal-hash v0.5.1 |
| 2954 | 2026-05-12T03:42:40.390Z | Checking half v2.7.1 |
| 2955 | 2026-05-12T03:42:40.390Z | Checking opaque-debug v0.3.1 |
| 2956 | 2026-05-12T03:42:40.539Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2957 | 2026-05-12T03:42:40.599Z | Checking ciborium-io v0.2.2 |
| 2958 | 2026-05-12T03:42:40.599Z | Checking poly1305 v0.8.0 |
| 2959 | 2026-05-12T03:42:40.641Z | Checking postcard v1.1.3 |
| 2960 | 2026-05-12T03:42:40.642Z | Checking ciborium-ll v0.2.2 |
| 2961 | 2026-05-12T03:42:40.684Z | Compiling proc-macro-crate v3.4.0 |
| 2962 | 2026-05-12T03:42:40.787Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2963 | 2026-05-12T03:42:40.820Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2964 | 2026-05-12T03:42:40.866Z | Checking password-hash v0.5.0 |
| 2965 | 2026-05-12T03:42:41.073Z | Checking chacha20 v0.9.1 |
| 2966 | 2026-05-12T03:42:41.101Z | Compiling proc-macro-crate v1.3.1 |
| 2967 | 2026-05-12T03:42:41.101Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2968 | 2026-05-12T03:42:41.151Z | Checking blake2 v0.10.6 |
| 2969 | 2026-05-12T03:42:41.190Z | Compiling num_enum_derive v0.7.5 |
| 2970 | 2026-05-12T03:42:41.247Z | Checking aead v0.5.2 |
| 2971 | 2026-05-12T03:42:41.346Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2972 | 2026-05-12T03:42:41.364Z | Compiling foreign-types-macros v0.2.3 |
| 2973 | 2026-05-12T03:42:41.410Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2974 | 2026-05-12T03:42:41.436Z | Checking thiserror-no-std v2.0.2 |
| 2975 | 2026-05-12T03:42:41.503Z | Checking foreign-types-shared v0.3.1 |
| 2976 | 2026-05-12T03:42:41.551Z | Checking vsss-rs v3.3.4 |
| 2977 | 2026-05-12T03:42:41.588Z | Compiling num_enum_derive v0.5.11 |
| 2978 | 2026-05-12T03:42:41.649Z | Checking chacha20poly1305 v0.10.1 |
| 2979 | 2026-05-12T03:42:41.676Z | Checking argon2 v0.5.3 |
| 2980 | 2026-05-12T03:42:41.724Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2981 | 2026-05-12T03:42:42.000Z | Checking foreign-types v0.5.0 |
| 2982 | 2026-05-12T03:42:42.059Z | Checking ciborium v0.2.2 |
| 2983 | 2026-05-12T03:42:42.130Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2984 | 2026-05-12T03:42:42.194Z | Checking tabwriter v1.4.1 |
| 2985 | 2026-05-12T03:42:42.254Z | Checking num_enum v0.7.5 |
| 2986 | 2026-05-12T03:42:42.403Z | Checking byte-wrapper v0.1.0 |
| 2987 | 2026-05-12T03:42:42.591Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2988 | 2026-05-12T03:42:42.591Z | Checking cstr-argument v0.1.2 |
| 2989 | 2026-05-12T03:42:42.683Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2990 | 2026-05-12T03:42:42.683Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2991 | 2026-05-12T03:42:42.683Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2992 | 2026-05-12T03:42:42.683Z | Checking num_enum v0.5.11 |
| 2993 | 2026-05-12T03:42:42.857Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2994 | 2026-05-12T03:42:42.900Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2995 | 2026-05-12T03:42:42.900Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2996 | 2026-05-12T03:42:42.900Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2997 | 2026-05-12T03:42:43.021Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2998 | 2026-05-12T03:42:43.021Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2999 | 2026-05-12T03:42:43.021Z | Checking ingot-types v0.1.2 |
| 3000 | 2026-05-12T03:42:43.021Z | Checking indent_write v2.2.0 |
| 3001 | 2026-05-12T03:42:43.084Z | Checking colored v3.1.1 |
| 3002 | 2026-05-12T03:42:43.138Z | Compiling zone_cfg_derive v0.3.1 |
| 3003 | 2026-05-12T03:42:43.138Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3004 | 2026-05-12T03:42:43.186Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3005 | 2026-05-12T03:42:43.226Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3006 | 2026-05-12T03:42:43.226Z | Checking itertools v0.12.1 |
| 3007 | 2026-05-12T03:42:43.280Z | Compiling num-derive v0.4.2 |
| 3008 | 2026-05-12T03:42:43.317Z | Checking swrite v0.1.0 |
| 3009 | 2026-05-12T03:42:43.317Z | Checking ingot v0.1.1 |
| 3010 | 2026-05-12T03:42:43.378Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3011 | 2026-05-12T03:42:43.417Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3012 | 2026-05-12T03:42:43.555Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3013 | 2026-05-12T03:42:43.704Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3014 | 2026-05-12T03:42:43.729Z | Checking dropshot-api-manager-types v0.7.1 |
| 3015 | 2026-05-12T03:42:43.729Z | Checking smf v0.2.3 |
| 3016 | 2026-05-12T03:42:43.745Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3017 | 2026-05-12T03:42:43.802Z | Checking nanorand v0.7.0 |
| 3018 | 2026-05-12T03:42:43.856Z | Checking whoami v1.6.1 |
| 3019 | 2026-05-12T03:42:43.951Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3020 | 2026-05-12T03:42:43.992Z | Checking flume v0.11.1 |
| 3021 | 2026-05-12T03:42:44.172Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3022 | 2026-05-12T03:42:44.210Z | Checking zone v0.3.1 |
| 3023 | 2026-05-12T03:42:44.817Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3024 | 2026-05-12T03:42:45.787Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3025 | 2026-05-12T03:42:46.661Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3026 | 2026-05-12T03:42:49.640Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3027 | 2026-05-12T03:42:51.722Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3028 | 2026-05-12T03:42:54.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.56s |
| 3029 | 2026-05-12T03:42:54.250Z | |
| 3030 | 2026-05-12T03:42:54.250Z | info: running `cargo check --bins` on clickhouse-admin-api (105/274) |
| 3031 | 2026-05-12T03:42:54.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3032 | 2026-05-12T03:42:54.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3033 | 2026-05-12T03:42:54.250Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3034 | 2026-05-12T03:42:54.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3035 | 2026-05-12T03:42:54.250Z | |
| 3036 | 2026-05-12T03:42:54.250Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (106/274) |
| 3037 | 2026-05-12T03:42:54.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3038 | 2026-05-12T03:42:54.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3039 | 2026-05-12T03:42:54.250Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3040 | 2026-05-12T03:42:54.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3041 | 2026-05-12T03:42:54.306Z | |
| 3042 | 2026-05-12T03:42:54.306Z | info: running `cargo check --bins` on bootstrap-agent-client (107/274) |
| 3043 | 2026-05-12T03:42:54.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3044 | 2026-05-12T03:42:54.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3045 | 2026-05-12T03:42:54.721Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3046 | 2026-05-12T03:42:54.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3047 | 2026-05-12T03:42:54.824Z | |
| 3048 | 2026-05-12T03:42:54.824Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/274) |
| 3049 | 2026-05-12T03:42:55.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3050 | 2026-05-12T03:42:55.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3051 | 2026-05-12T03:42:55.347Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3052 | 2026-05-12T03:42:55.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3053 | 2026-05-12T03:42:55.442Z | |
| 3054 | 2026-05-12T03:42:55.442Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (109/274) |
| 3055 | 2026-05-12T03:42:56.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3056 | 2026-05-12T03:42:56.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3057 | 2026-05-12T03:42:56.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3058 | 2026-05-12T03:42:56.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3059 | 2026-05-12T03:42:56.404Z | |
| 3060 | 2026-05-12T03:42:56.404Z | info: running `cargo check --bins` on clickhouse-admin-server-client (110/274) |
| 3061 | 2026-05-12T03:42:56.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3062 | 2026-05-12T03:42:56.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3063 | 2026-05-12T03:42:56.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3064 | 2026-05-12T03:42:56.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3065 | 2026-05-12T03:42:56.780Z | |
| 3066 | 2026-05-12T03:42:56.780Z | info: running `cargo check --bins` on clickhouse-admin-single-client (111/274) |
| 3067 | 2026-05-12T03:42:57.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3068 | 2026-05-12T03:42:57.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3069 | 2026-05-12T03:42:57.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3070 | 2026-05-12T03:42:57.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3071 | 2026-05-12T03:42:57.447Z | |
| 3072 | 2026-05-12T03:42:57.447Z | info: running `cargo check --bins` on cockroach-admin-client (112/274) |
| 3073 | 2026-05-12T03:42:59.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3074 | 2026-05-12T03:42:59.433Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3075 | 2026-05-12T03:42:59.433Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3076 | 2026-05-12T03:42:59.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3077 | 2026-05-12T03:42:59.433Z | |
| 3078 | 2026-05-12T03:42:59.433Z | info: running `cargo check --bins` on omicron-ddm-admin-client (113/274) |
| 3079 | 2026-05-12T03:42:59.484Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3080 | 2026-05-12T03:42:59.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3081 | 2026-05-12T03:42:59.484Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3082 | 2026-05-12T03:42:59.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3083 | 2026-05-12T03:42:59.484Z | |
| 3084 | 2026-05-12T03:42:59.484Z | info: running `cargo check --bins` on dns-service-client (114/274) |
| 3085 | 2026-05-12T03:42:59.484Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3086 | 2026-05-12T03:42:59.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3087 | 2026-05-12T03:42:59.484Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3088 | 2026-05-12T03:42:59.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3089 | 2026-05-12T03:42:59.484Z | |
| 3090 | 2026-05-12T03:42:59.484Z | info: running `cargo check --bins` on installinator-client (115/274) |
| 3091 | 2026-05-12T03:42:59.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3092 | 2026-05-12T03:42:59.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3093 | 2026-05-12T03:42:59.706Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3094 | 2026-05-12T03:42:59.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3095 | 2026-05-12T03:42:59.749Z | |
| 3096 | 2026-05-12T03:42:59.749Z | info: running `cargo check --bins` on nexus-client (116/274) |
| 3097 | 2026-05-12T03:43:00.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3098 | 2026-05-12T03:43:00.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3099 | 2026-05-12T03:43:00.337Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3100 | 2026-05-12T03:43:00.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3101 | 2026-05-12T03:43:00.398Z | |
| 3102 | 2026-05-12T03:43:00.399Z | info: running `cargo check --bins` on nexus-lockstep-client (117/274) |
| 3103 | 2026-05-12T03:43:00.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3104 | 2026-05-12T03:43:00.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3105 | 2026-05-12T03:43:00.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3106 | 2026-05-12T03:43:00.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3107 | 2026-05-12T03:43:01.017Z | |
| 3108 | 2026-05-12T03:43:01.017Z | info: running `cargo check --bins` on ntp-admin-client (118/274) |
| 3109 | 2026-05-12T03:43:01.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3110 | 2026-05-12T03:43:01.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3111 | 2026-05-12T03:43:01.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3112 | 2026-05-12T03:43:01.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3113 | 2026-05-12T03:43:01.624Z | |
| 3114 | 2026-05-12T03:43:01.624Z | info: running `cargo check --bins` on oxide-client (119/274) |
| 3115 | 2026-05-12T03:43:02.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3116 | 2026-05-12T03:43:02.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3117 | 2026-05-12T03:43:02.274Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3118 | 2026-05-12T03:43:02.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3119 | 2026-05-12T03:43:02.274Z | |
| 3120 | 2026-05-12T03:43:02.274Z | info: running `cargo check --bins` on oximeter-client (120/274) |
| 3121 | 2026-05-12T03:43:02.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3122 | 2026-05-12T03:43:02.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3123 | 2026-05-12T03:43:02.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3124 | 2026-05-12T03:43:02.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3125 | 2026-05-12T03:43:02.858Z | |
| 3126 | 2026-05-12T03:43:02.858Z | info: running `cargo check --bins` on repo-depot-client (121/274) |
| 3127 | 2026-05-12T03:43:03.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3128 | 2026-05-12T03:43:03.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3129 | 2026-05-12T03:43:03.350Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3130 | 2026-05-12T03:43:03.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3131 | 2026-05-12T03:43:03.429Z | |
| 3132 | 2026-05-12T03:43:03.430Z | info: running `cargo check --bins` on sled-agent-client (122/274) |
| 3133 | 2026-05-12T03:43:03.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3134 | 2026-05-12T03:43:03.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3135 | 2026-05-12T03:43:03.954Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3136 | 2026-05-12T03:43:03.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3137 | 2026-05-12T03:43:04.058Z | |
| 3138 | 2026-05-12T03:43:04.058Z | info: running `cargo check --bins` on wicketd-client (123/274) |
| 3139 | 2026-05-12T03:43:04.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3140 | 2026-05-12T03:43:04.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3141 | 2026-05-12T03:43:04.648Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3142 | 2026-05-12T03:43:04.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3143 | 2026-05-12T03:43:04.690Z | |
| 3144 | 2026-05-12T03:43:04.690Z | info: running `cargo check --bins` on installinator-common (124/274) |
| 3145 | 2026-05-12T03:43:05.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3146 | 2026-05-12T03:43:05.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3147 | 2026-05-12T03:43:05.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3148 | 2026-05-12T03:43:05.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3149 | 2026-05-12T03:43:05.307Z | |
| 3150 | 2026-05-12T03:43:05.307Z | info: running `cargo check --bins` on installinator-common-versions (125/274) |
| 3151 | 2026-05-12T03:43:05.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3152 | 2026-05-12T03:43:05.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3153 | 2026-05-12T03:43:05.813Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3154 | 2026-05-12T03:43:05.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3155 | 2026-05-12T03:43:05.902Z | |
| 3156 | 2026-05-12T03:43:05.902Z | info: running `cargo check --bins` on wicket-common (126/274) |
| 3157 | 2026-05-12T03:43:06.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3158 | 2026-05-12T03:43:06.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3159 | 2026-05-12T03:43:06.453Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3160 | 2026-05-12T03:43:06.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3161 | 2026-05-12T03:43:06.582Z | |
| 3162 | 2026-05-12T03:43:06.582Z | info: running `cargo check --bins` on omicron-cockroach-admin (127/274) |
| 3163 | 2026-05-12T03:43:07.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3164 | 2026-05-12T03:43:07.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3165 | 2026-05-12T03:43:07.234Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3166 | 2026-05-12T03:43:07.348Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3167 | 2026-05-12T03:43:07.356Z | Checking csv-core v0.1.13 |
| 3168 | 2026-05-12T03:43:07.369Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3169 | 2026-05-12T03:43:07.372Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3170 | 2026-05-12T03:43:07.380Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3171 | 2026-05-12T03:43:07.391Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3172 | 2026-05-12T03:43:07.413Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3173 | 2026-05-12T03:43:07.519Z | Checking csv v1.4.0 |
| 3174 | 2026-05-12T03:43:07.559Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3175 | 2026-05-12T03:43:07.575Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3176 | 2026-05-12T03:43:07.600Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3177 | 2026-05-12T03:43:07.868Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3178 | 2026-05-12T03:43:08.244Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3179 | 2026-05-12T03:43:08.273Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3180 | 2026-05-12T03:43:08.587Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3181 | 2026-05-12T03:43:14.732Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3182 | 2026-05-12T03:43:14.820Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3183 | 2026-05-12T03:43:17.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.57s |
| 3184 | 2026-05-12T03:43:17.338Z | |
| 3185 | 2026-05-12T03:43:17.338Z | info: running `cargo check --bins` on cockroach-admin-api (128/274) |
| 3186 | 2026-05-12T03:43:17.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3187 | 2026-05-12T03:43:18.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3188 | 2026-05-12T03:43:18.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3189 | 2026-05-12T03:43:18.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3190 | 2026-05-12T03:43:18.056Z | |
| 3191 | 2026-05-12T03:43:18.056Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (129/274) |
| 3192 | 2026-05-12T03:43:18.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3193 | 2026-05-12T03:43:18.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3194 | 2026-05-12T03:43:18.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3195 | 2026-05-12T03:43:18.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3196 | 2026-05-12T03:43:18.646Z | |
| 3197 | 2026-05-12T03:43:18.646Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/274) |
| 3198 | 2026-05-12T03:43:19.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3199 | 2026-05-12T03:43:19.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3200 | 2026-05-12T03:43:19.354Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3201 | 2026-05-12T03:43:19.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3202 | 2026-05-12T03:43:19.425Z | |
| 3203 | 2026-05-12T03:43:19.426Z | info: running `cargo check --bins` on gateway-test-utils (131/274) |
| 3204 | 2026-05-12T03:43:19.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3205 | 2026-05-12T03:43:20.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3206 | 2026-05-12T03:43:20.026Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3207 | 2026-05-12T03:43:20.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3208 | 2026-05-12T03:43:20.156Z | |
| 3209 | 2026-05-12T03:43:20.156Z | info: running `cargo check --bins` on omicron-gateway (132/274) |
| 3210 | 2026-05-12T03:43:20.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3211 | 2026-05-12T03:43:20.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3212 | 2026-05-12T03:43:20.741Z | Compiling regress v0.11.1 |
| 3213 | 2026-05-12T03:43:20.899Z | Compiling unsafe-libyaml v0.2.11 |
| 3214 | 2026-05-12T03:43:20.918Z | Compiling semver v0.1.20 |
| 3215 | 2026-05-12T03:43:20.918Z | Compiling radium v0.7.0 |
| 3216 | 2026-05-12T03:43:20.918Z | Checking tap v1.0.1 |
| 3217 | 2026-05-12T03:43:20.918Z | Compiling maybe-uninit v2.0.0 |
| 3218 | 2026-05-12T03:43:21.013Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3219 | 2026-05-12T03:43:21.053Z | Checking wyz v0.5.1 |
| 3220 | 2026-05-12T03:43:21.182Z | Compiling rustc_version v0.1.7 |
| 3221 | 2026-05-12T03:43:21.213Z | Checking progenitor-client v0.13.0 |
| 3222 | 2026-05-12T03:43:21.298Z | Compiling zerocopy-derive v0.6.6 |
| 3223 | 2026-05-12T03:43:21.356Z | Compiling cancel-safe-futures v0.1.5 |
| 3224 | 2026-05-12T03:43:21.402Z | Compiling serde_yaml v0.9.34+deprecated |
| 3225 | 2026-05-12T03:43:21.504Z | Compiling newtype_derive v0.1.6 |
| 3226 | 2026-05-12T03:43:21.568Z | Compiling owo-colors v4.3.0 |
| 3227 | 2026-05-12T03:43:21.644Z | Compiling packed_struct v0.10.1 |
| 3228 | 2026-05-12T03:43:21.681Z | Checking crc-catalog v2.4.0 |
| 3229 | 2026-05-12T03:43:21.772Z | Checking funty v2.0.0 |
| 3230 | 2026-05-12T03:43:21.922Z | Checking crc v3.4.0 |
| 3231 | 2026-05-12T03:43:22.197Z | Checking bitvec v1.0.1 |
| 3232 | 2026-05-12T03:43:22.398Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3233 | 2026-05-12T03:43:22.398Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3234 | 2026-05-12T03:43:22.398Z | Checking zerocopy v0.6.6 |
| 3235 | 2026-05-12T03:43:22.613Z | Checking typify-impl v0.6.2 |
| 3236 | 2026-05-12T03:43:22.628Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3237 | 2026-05-12T03:43:22.628Z | Compiling packed_struct_codegen v0.10.1 |
| 3238 | 2026-05-12T03:43:22.687Z | Checking libsw-core v0.3.2 |
| 3239 | 2026-05-12T03:43:22.737Z | Compiling bitfield-macros v0.19.4 |
| 3240 | 2026-05-12T03:43:22.799Z | Compiling indexmap v1.9.3 |
| 3241 | 2026-05-12T03:43:22.840Z | Checking nodrop v0.1.14 |
| 3242 | 2026-05-12T03:43:23.000Z | Checking array-init v0.0.4 |
| 3243 | 2026-05-12T03:43:23.027Z | Checking libsw v3.5.0 |
| 3244 | 2026-05-12T03:43:23.171Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3245 | 2026-05-12T03:43:23.229Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3246 | 2026-05-12T03:43:23.385Z | Checking smallvec v0.6.14 |
| 3247 | 2026-05-12T03:43:23.435Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3248 | 2026-05-12T03:43:23.458Z | Checking bitfield v0.19.4 |
| 3249 | 2026-05-12T03:43:23.667Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3250 | 2026-05-12T03:43:23.694Z | Checking tagptr v0.2.0 |
| 3251 | 2026-05-12T03:43:23.724Z | Checking smawk v0.3.2 |
| 3252 | 2026-05-12T03:43:23.774Z | Checking linear-map v1.2.0 |
| 3253 | 2026-05-12T03:43:23.850Z | Checking hashbrown v0.12.3 |
| 3254 | 2026-05-12T03:43:23.875Z | Checking base64 v0.21.7 |
| 3255 | 2026-05-12T03:43:23.875Z | Checking unicode-linebreak v0.1.5 |
| 3256 | 2026-05-12T03:43:24.034Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3257 | 2026-05-12T03:43:24.077Z | Checking moka v0.12.13 |
| 3258 | 2026-05-12T03:43:24.096Z | Checking textwrap v0.16.2 |
| 3259 | 2026-05-12T03:43:24.144Z | Checking ron v0.8.1 |
| 3260 | 2026-05-12T03:43:24.177Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3261 | 2026-05-12T03:43:24.177Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3262 | 2026-05-12T03:43:24.287Z | Checking steno v0.4.1 |
| 3263 | 2026-05-12T03:43:24.979Z | Checking serde-hex v0.1.0 |
| 3264 | 2026-05-12T03:43:25.002Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3265 | 2026-05-12T03:43:25.002Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3266 | 2026-05-12T03:43:25.002Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3267 | 2026-05-12T03:43:25.002Z | Checking hashbrown v0.13.2 |
| 3268 | 2026-05-12T03:43:25.002Z | Checking crc-any v2.5.0 |
| 3269 | 2026-05-12T03:43:25.103Z | Checking humantime v2.3.0 |
| 3270 | 2026-05-12T03:43:25.173Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3271 | 2026-05-12T03:43:25.263Z | Checking object v0.30.4 |
| 3272 | 2026-05-12T03:43:25.302Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3273 | 2026-05-12T03:43:25.302Z | Checking hickory-resolver v0.25.2 |
| 3274 | 2026-05-12T03:43:25.392Z | Checking hickory-proto v0.26.1 |
| 3275 | 2026-05-12T03:43:25.419Z | Checking path-slash v0.1.5 |
| 3276 | 2026-05-12T03:43:25.443Z | Checking half v1.8.3 |
| 3277 | 2026-05-12T03:43:25.571Z | Checking void v1.0.2 |
| 3278 | 2026-05-12T03:43:25.632Z | Checking utf-8 v0.7.6 |
| 3279 | 2026-05-12T03:43:25.644Z | Checking serde_cbor v0.11.2 |
| 3280 | 2026-05-12T03:43:25.774Z | Checking tungstenite v0.23.0 |
| 3281 | 2026-05-12T03:43:25.981Z | Checking lzss v0.8.2 |
| 3282 | 2026-05-12T03:43:26.029Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3283 | 2026-05-12T03:43:26.149Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3284 | 2026-05-12T03:43:26.170Z | Checking nix v0.27.1 |
| 3285 | 2026-05-12T03:43:26.183Z | Checking kstat-rs v0.2.4 |
| 3286 | 2026-05-12T03:43:26.189Z | Checking fxhash v0.2.1 |
| 3287 | 2026-05-12T03:43:26.318Z | Checking serde_bytes v0.11.19 |
| 3288 | 2026-05-12T03:43:26.372Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3289 | 2026-05-12T03:43:26.419Z | Checking tokio-tungstenite v0.23.1 |
| 3290 | 2026-05-12T03:43:26.608Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3291 | 2026-05-12T03:43:26.692Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3292 | 2026-05-12T03:43:26.701Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3293 | 2026-05-12T03:43:26.723Z | Checking signal-hook-tokio v0.3.1 |
| 3294 | 2026-05-12T03:43:26.976Z | Compiling typify-macro v0.6.2 |
| 3295 | 2026-05-12T03:43:27.539Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3296 | 2026-05-12T03:43:28.124Z | Compiling typify v0.6.2 |
| 3297 | 2026-05-12T03:43:28.204Z | Compiling progenitor-impl v0.13.0 |
| 3298 | 2026-05-12T03:43:28.233Z | Compiling progenitor-impl v0.14.0 |
| 3299 | 2026-05-12T03:43:28.415Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3300 | 2026-05-12T03:43:28.761Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 3301 | 2026-05-12T03:43:29.822Z | Compiling progenitor-macro v0.14.0 |
| 3302 | 2026-05-12T03:43:29.842Z | Compiling progenitor-macro v0.13.0 |
| 3303 | 2026-05-12T03:43:32.378Z | Checking progenitor v0.13.0 |
| 3304 | 2026-05-12T03:43:32.381Z | Checking progenitor v0.14.0 |
| 3305 | 2026-05-12T03:43:32.513Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3306 | 2026-05-12T03:43:32.517Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3307 | 2026-05-12T03:43:35.527Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3308 | 2026-05-12T03:43:43.164Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3309 | 2026-05-12T03:43:49.390Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3310 | 2026-05-12T03:43:50.760Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3311 | 2026-05-12T03:43:51.263Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3312 | 2026-05-12T03:43:53.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.39s |
| 3313 | 2026-05-12T03:43:53.554Z | |
| 3314 | 2026-05-12T03:43:53.555Z | info: running `cargo check --bins` on gateway-api (133/274) |
| 3315 | 2026-05-12T03:43:54.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3316 | 2026-05-12T03:43:54.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3317 | 2026-05-12T03:43:54.077Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3318 | 2026-05-12T03:43:54.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3319 | 2026-05-12T03:43:54.173Z | |
| 3320 | 2026-05-12T03:43:54.173Z | info: running `cargo check --bins` on ipcc (134/274) |
| 3321 | 2026-05-12T03:43:54.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3322 | 2026-05-12T03:43:54.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3323 | 2026-05-12T03:43:54.692Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3324 | 2026-05-12T03:43:54.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3325 | 2026-05-12T03:43:54.792Z | |
| 3326 | 2026-05-12T03:43:54.792Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (135/274) |
| 3327 | 2026-05-12T03:43:55.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3328 | 2026-05-12T03:43:55.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3329 | 2026-05-12T03:43:55.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3330 | 2026-05-12T03:43:55.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3331 | 2026-05-12T03:43:55.395Z | |
| 3332 | 2026-05-12T03:43:55.395Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/274) |
| 3333 | 2026-05-12T03:43:56.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3334 | 2026-05-12T03:43:56.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3335 | 2026-05-12T03:43:56.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3336 | 2026-05-12T03:43:56.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3337 | 2026-05-12T03:43:56.346Z | |
| 3338 | 2026-05-12T03:43:56.346Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/274) |
| 3339 | 2026-05-12T03:43:56.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3340 | 2026-05-12T03:43:56.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3341 | 2026-05-12T03:43:56.942Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3342 | 2026-05-12T03:43:56.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3343 | 2026-05-12T03:43:56.942Z | |
| 3344 | 2026-05-12T03:43:56.942Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/274) |
| 3345 | 2026-05-12T03:43:57.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3346 | 2026-05-12T03:43:57.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3347 | 2026-05-12T03:43:57.149Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3348 | 2026-05-12T03:43:57.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3349 | 2026-05-12T03:43:57.248Z | |
| 3350 | 2026-05-12T03:43:57.249Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/274) |
| 3351 | 2026-05-12T03:43:57.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3352 | 2026-05-12T03:43:57.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3353 | 2026-05-12T03:43:57.767Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3354 | 2026-05-12T03:43:57.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3355 | 2026-05-12T03:43:57.866Z | |
| 3356 | 2026-05-12T03:43:57.866Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/274) |
| 3357 | 2026-05-12T03:43:58.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3358 | 2026-05-12T03:43:58.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3359 | 2026-05-12T03:43:58.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3360 | 2026-05-12T03:43:58.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3361 | 2026-05-12T03:43:58.480Z | |
| 3362 | 2026-05-12T03:43:58.480Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/274) |
| 3363 | 2026-05-12T03:43:59.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3364 | 2026-05-12T03:43:59.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3365 | 2026-05-12T03:43:59.004Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3366 | 2026-05-12T03:43:59.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3367 | 2026-05-12T03:43:59.148Z | |
| 3368 | 2026-05-12T03:43:59.148Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/274) |
| 3369 | 2026-05-12T03:43:59.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3370 | 2026-05-12T03:43:59.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3371 | 2026-05-12T03:43:59.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3372 | 2026-05-12T03:43:59.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3373 | 2026-05-12T03:43:59.715Z | |
| 3374 | 2026-05-12T03:43:59.715Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/274) |
| 3375 | 2026-05-12T03:44:00.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3376 | 2026-05-12T03:44:00.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3377 | 2026-05-12T03:44:00.250Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3378 | 2026-05-12T03:44:00.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3379 | 2026-05-12T03:44:00.335Z | |
| 3380 | 2026-05-12T03:44:00.336Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/274) |
| 3381 | 2026-05-12T03:44:00.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3382 | 2026-05-12T03:44:00.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3383 | 2026-05-12T03:44:00.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3384 | 2026-05-12T03:44:00.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3385 | 2026-05-12T03:44:00.950Z | |
| 3386 | 2026-05-12T03:44:00.950Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/274) |
| 3387 | 2026-05-12T03:44:01.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3388 | 2026-05-12T03:44:01.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3389 | 2026-05-12T03:44:01.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3390 | 2026-05-12T03:44:01.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3391 | 2026-05-12T03:44:01.570Z | |
| 3392 | 2026-05-12T03:44:01.570Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/274) |
| 3393 | 2026-05-12T03:44:02.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3394 | 2026-05-12T03:44:02.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3395 | 2026-05-12T03:44:02.095Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3396 | 2026-05-12T03:44:02.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3397 | 2026-05-12T03:44:02.194Z | |
| 3398 | 2026-05-12T03:44:02.194Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/274) |
| 3399 | 2026-05-12T03:44:02.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3400 | 2026-05-12T03:44:02.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3401 | 2026-05-12T03:44:02.706Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3402 | 2026-05-12T03:44:02.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3403 | 2026-05-12T03:44:02.803Z | |
| 3404 | 2026-05-12T03:44:02.803Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/274) |
| 3405 | 2026-05-12T03:44:03.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3406 | 2026-05-12T03:44:03.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3407 | 2026-05-12T03:44:03.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3408 | 2026-05-12T03:44:03.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3409 | 2026-05-12T03:44:03.433Z | |
| 3410 | 2026-05-12T03:44:03.433Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/274) |
| 3411 | 2026-05-12T03:44:03.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3412 | 2026-05-12T03:44:03.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3413 | 2026-05-12T03:44:03.951Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3414 | 2026-05-12T03:44:03.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3415 | 2026-05-12T03:44:04.043Z | |
| 3416 | 2026-05-12T03:44:04.043Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/274) |
| 3417 | 2026-05-12T03:44:04.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3418 | 2026-05-12T03:44:04.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3419 | 2026-05-12T03:44:04.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3420 | 2026-05-12T03:44:04.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3421 | 2026-05-12T03:44:04.661Z | |
| 3422 | 2026-05-12T03:44:04.662Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/274) |
| 3423 | 2026-05-12T03:44:05.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3424 | 2026-05-12T03:44:05.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3425 | 2026-05-12T03:44:05.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3426 | 2026-05-12T03:44:05.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3427 | 2026-05-12T03:44:05.315Z | |
| 3428 | 2026-05-12T03:44:05.315Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/274) |
| 3429 | 2026-05-12T03:44:05.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3430 | 2026-05-12T03:44:05.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3431 | 2026-05-12T03:44:05.805Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3432 | 2026-05-12T03:44:05.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3433 | 2026-05-12T03:44:05.904Z | |
| 3434 | 2026-05-12T03:44:05.904Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/274) |
| 3435 | 2026-05-12T03:44:06.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3436 | 2026-05-12T03:44:06.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3437 | 2026-05-12T03:44:06.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3438 | 2026-05-12T03:44:06.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3439 | 2026-05-12T03:44:06.538Z | |
| 3440 | 2026-05-12T03:44:06.538Z | info: running `cargo check --bins` on oximeter-producer (154/274) |
| 3441 | 2026-05-12T03:44:07.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3442 | 2026-05-12T03:44:07.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3443 | 2026-05-12T03:44:07.068Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3444 | 2026-05-12T03:44:07.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3445 | 2026-05-12T03:44:07.175Z | |
| 3446 | 2026-05-12T03:44:07.175Z | info: running `cargo check --bins` on internal-dns-resolver (155/274) |
| 3447 | 2026-05-12T03:44:07.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3448 | 2026-05-12T03:44:07.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3449 | 2026-05-12T03:44:07.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3450 | 2026-05-12T03:44:07.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3451 | 2026-05-12T03:44:07.798Z | |
| 3452 | 2026-05-12T03:44:07.798Z | info: running `cargo check --bins` on dns-server (156/274) |
| 3453 | 2026-05-12T03:44:08.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3454 | 2026-05-12T03:44:08.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3455 | 2026-05-12T03:44:08.469Z | Compiling parking_lot_core v0.8.6 |
| 3456 | 2026-05-12T03:44:08.469Z | Compiling atomicwrites v0.4.4 |
| 3457 | 2026-05-12T03:44:08.510Z | Compiling git-stub v1.0.0 |
| 3458 | 2026-05-12T03:44:08.510Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3459 | 2026-05-12T03:44:08.510Z | Checking prefix-trie v0.7.0 |
| 3460 | 2026-05-12T03:44:08.706Z | Compiling git-stub-vcs v0.1.0 |
| 3461 | 2026-05-12T03:44:08.884Z | Checking hickory-server v0.25.2 |
| 3462 | 2026-05-12T03:44:08.979Z | Checking parking_lot v0.11.2 |
| 3463 | 2026-05-12T03:44:08.992Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3464 | 2026-05-12T03:44:09.069Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3465 | 2026-05-12T03:44:09.069Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3466 | 2026-05-12T03:44:09.149Z | Checking sled v0.34.7 |
| 3467 | 2026-05-12T03:44:10.434Z | error[E0271]: expected `Answers` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3468 | 2026-05-12T03:44:10.434Z | --> dns-server/src/dns_server.rs:487:12 |
| 3469 | 2026-05-12T03:44:10.434Z | | |
| 3470 | 2026-05-12T03:44:10.434Z | 487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>, |
| 3471 | 2026-05-12T03:44:10.434Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3472 | 2026-05-12T03:44:10.434Z | | |
| 3473 | 2026-05-12T03:44:10.434Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3474 | 2026-05-12T03:44:10.434Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3475 | 2026-05-12T03:44:10.434Z | | |
| 3476 | 2026-05-12T03:44:10.434Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3477 | 2026-05-12T03:44:10.434Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3478 | 2026-05-12T03:44:10.434Z | | |
| 3479 | 2026-05-12T03:44:10.434Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3480 | 2026-05-12T03:44:10.434Z | | |
| 3481 | 2026-05-12T03:44:10.434Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3482 | 2026-05-12T03:44:10.434Z | | ---------------------------------------- this is the found type |
| 3483 | 2026-05-12T03:44:10.434Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3484 | 2026-05-12T03:44:10.434Z | note: required by a bound in `MessageResponse` |
| 3485 | 2026-05-12T03:44:10.434Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23 |
| 3486 | 2026-05-12T03:44:10.434Z | | |
| 3487 | 2026-05-12T03:44:10.434Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3488 | 2026-05-12T03:44:10.434Z | | --------------- required by a bound in this struct |
| 3489 | 2026-05-12T03:44:10.435Z | 22 | where |
| 3490 | 2026-05-12T03:44:10.435Z | 23 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3491 | 2026-05-12T03:44:10.435Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3492 | 2026-05-12T03:44:10.435Z | |
| 3493 | 2026-05-12T03:44:10.435Z | error[E0271]: expected `NameServers` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3494 | 2026-05-12T03:44:10.435Z | --> dns-server/src/dns_server.rs:487:12 |
| 3495 | 2026-05-12T03:44:10.435Z | | |
| 3496 | 2026-05-12T03:44:10.435Z | 487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>, |
| 3497 | 2026-05-12T03:44:10.435Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3498 | 2026-05-12T03:44:10.435Z | | |
| 3499 | 2026-05-12T03:44:10.435Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3500 | 2026-05-12T03:44:10.435Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3501 | 2026-05-12T03:44:10.435Z | | |
| 3502 | 2026-05-12T03:44:10.435Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3503 | 2026-05-12T03:44:10.435Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3504 | 2026-05-12T03:44:10.435Z | | |
| 3505 | 2026-05-12T03:44:10.435Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3506 | 2026-05-12T03:44:10.435Z | | |
| 3507 | 2026-05-12T03:44:10.435Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3508 | 2026-05-12T03:44:10.435Z | | ---------------------------------------- this is the found type |
| 3509 | 2026-05-12T03:44:10.435Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3510 | 2026-05-12T03:44:10.435Z | note: required by a bound in `MessageResponse` |
| 3511 | 2026-05-12T03:44:10.435Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:24:27 |
| 3512 | 2026-05-12T03:44:10.435Z | | |
| 3513 | 2026-05-12T03:44:10.435Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3514 | 2026-05-12T03:44:10.436Z | | --------------- required by a bound in this struct |
| 3515 | 2026-05-12T03:44:10.436Z | ... |
| 3516 | 2026-05-12T03:44:10.436Z | 24 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3517 | 2026-05-12T03:44:10.436Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3518 | 2026-05-12T03:44:10.436Z | |
| 3519 | 2026-05-12T03:44:10.436Z | error[E0271]: expected `Soa` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3520 | 2026-05-12T03:44:10.436Z | --> dns-server/src/dns_server.rs:487:12 |
| 3521 | 2026-05-12T03:44:10.436Z | | |
| 3522 | 2026-05-12T03:44:10.436Z | 487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>, |
| 3523 | 2026-05-12T03:44:10.436Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3524 | 2026-05-12T03:44:10.436Z | | |
| 3525 | 2026-05-12T03:44:10.436Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3526 | 2026-05-12T03:44:10.436Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3527 | 2026-05-12T03:44:10.436Z | | |
| 3528 | 2026-05-12T03:44:10.436Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3529 | 2026-05-12T03:44:10.436Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3530 | 2026-05-12T03:44:10.436Z | | |
| 3531 | 2026-05-12T03:44:10.436Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3532 | 2026-05-12T03:44:10.436Z | | |
| 3533 | 2026-05-12T03:44:10.436Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3534 | 2026-05-12T03:44:10.436Z | | ---------------------------------------- this is the found type |
| 3535 | 2026-05-12T03:44:10.436Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3536 | 2026-05-12T03:44:10.436Z | note: required by a bound in `MessageResponse` |
| 3537 | 2026-05-12T03:44:10.436Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:25:19 |
| 3538 | 2026-05-12T03:44:10.436Z | | |
| 3539 | 2026-05-12T03:44:10.436Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3540 | 2026-05-12T03:44:10.437Z | | --------------- required by a bound in this struct |
| 3541 | 2026-05-12T03:44:10.437Z | ... |
| 3542 | 2026-05-12T03:44:10.437Z | 25 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 3543 | 2026-05-12T03:44:10.437Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3544 | 2026-05-12T03:44:10.437Z | |
| 3545 | 2026-05-12T03:44:10.437Z | error[E0271]: expected `Additionals` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3546 | 2026-05-12T03:44:10.437Z | --> dns-server/src/dns_server.rs:487:12 |
| 3547 | 2026-05-12T03:44:10.437Z | | |
| 3548 | 2026-05-12T03:44:10.437Z | 487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>, |
| 3549 | 2026-05-12T03:44:10.437Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3550 | 2026-05-12T03:44:10.437Z | | |
| 3551 | 2026-05-12T03:44:10.437Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3552 | 2026-05-12T03:44:10.437Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3553 | 2026-05-12T03:44:10.437Z | | |
| 3554 | 2026-05-12T03:44:10.437Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3555 | 2026-05-12T03:44:10.437Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3556 | 2026-05-12T03:44:10.437Z | | |
| 3557 | 2026-05-12T03:44:10.437Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3558 | 2026-05-12T03:44:10.437Z | | |
| 3559 | 2026-05-12T03:44:10.437Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3560 | 2026-05-12T03:44:10.437Z | | ---------------------------------------- this is the found type |
| 3561 | 2026-05-12T03:44:10.437Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3562 | 2026-05-12T03:44:10.437Z | note: required by a bound in `MessageResponse` |
| 3563 | 2026-05-12T03:44:10.437Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27 |
| 3564 | 2026-05-12T03:44:10.437Z | | |
| 3565 | 2026-05-12T03:44:10.438Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3566 | 2026-05-12T03:44:10.438Z | | --------------- required by a bound in this struct |
| 3567 | 2026-05-12T03:44:10.441Z | ... |
| 3568 | 2026-05-12T03:44:10.441Z | 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 3569 | 2026-05-12T03:44:10.441Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3570 | 2026-05-12T03:44:10.442Z | |
| 3571 | 2026-05-12T03:44:10.572Z | error[E0599]: no function or associated item named `read` found for struct `MessageRequest` in the current scope |
| 3572 | 2026-05-12T03:44:10.572Z | --> dns-server/src/dns_server.rs:161:36 |
| 3573 | 2026-05-12T03:44:10.572Z | | |
| 3574 | 2026-05-12T03:44:10.572Z | 161 | let mr = match MessageRequest::read(&mut dec) { |
| 3575 | 2026-05-12T03:44:10.572Z | | ^^^^ function or associated item not found in `MessageRequest` |
| 3576 | 2026-05-12T03:44:10.572Z | | |
| 3577 | 2026-05-12T03:44:10.572Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3578 | 2026-05-12T03:44:10.572Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/serialize/binary/mod.rs:44:1 |
| 3579 | 2026-05-12T03:44:10.572Z | | |
| 3580 | 2026-05-12T03:44:10.572Z | 44 | pub trait BinDecodable<'r>: Sized { |
| 3581 | 2026-05-12T03:44:10.572Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait |
| 3582 | 2026-05-12T03:44:10.572Z | | |
| 3583 | 2026-05-12T03:44:10.572Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/serialize/binary/mod.rs:45:1 |
| 3584 | 2026-05-12T03:44:10.572Z | | |
| 3585 | 2026-05-12T03:44:10.572Z | 45 | pub trait BinDecodable<'r>: Sized { |
| 3586 | 2026-05-12T03:44:10.572Z | | --------------------------------- this is the trait that was imported |
| 3587 | 2026-05-12T03:44:10.573Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3588 | 2026-05-12T03:44:10.573Z | |
| 3589 | 2026-05-12T03:44:10.581Z | error[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope |
| 3590 | 2026-05-12T03:44:10.581Z | --> dns-server/src/dns_server.rs:173:34 |
| 3591 | 2026-05-12T03:44:10.581Z | | |
| 3592 | 2026-05-12T03:44:10.581Z | 173 | let header = Header::response_from_request(mr.header()); |
| 3593 | 2026-05-12T03:44:10.581Z | | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header` |
| 3594 | 2026-05-12T03:44:10.582Z | | |
| 3595 | 2026-05-12T03:44:10.582Z | note: the function `response_from_request` is implemented on `hickory_proto::op::Metadata` |
| 3596 | 2026-05-12T03:44:10.582Z | --> dns-server/src/dns_server.rs:173:26 |
| 3597 | 2026-05-12T03:44:10.582Z | | |
| 3598 | 2026-05-12T03:44:10.582Z | 173 | let header = Header::response_from_request(mr.header()); |
| 3599 | 2026-05-12T03:44:10.582Z | | ^^^^^^ |
| 3600 | 2026-05-12T03:44:10.582Z | |
| 3601 | 2026-05-12T03:44:10.599Z | error[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope |
| 3602 | 2026-05-12T03:44:10.599Z | --> dns-server/src/dns_server.rs:273:30 |
| 3603 | 2026-05-12T03:44:10.599Z | | |
| 3604 | 2026-05-12T03:44:10.600Z | 273 | let mut header = Header::response_from_request(mr.header()); |
| 3605 | 2026-05-12T03:44:10.600Z | | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header` |
| 3606 | 2026-05-12T03:44:10.600Z | | |
| 3607 | 2026-05-12T03:44:10.600Z | note: the function `response_from_request` is implemented on `hickory_proto::op::Metadata` |
| 3608 | 2026-05-12T03:44:10.600Z | --> dns-server/src/dns_server.rs:273:22 |
| 3609 | 2026-05-12T03:44:10.600Z | | |
| 3610 | 2026-05-12T03:44:10.600Z | 273 | let mut header = Header::response_from_request(mr.header()); |
| 3611 | 2026-05-12T03:44:10.600Z | | ^^^^^^ |
| 3612 | 2026-05-12T03:44:10.600Z | |
| 3613 | 2026-05-12T03:44:10.615Z | error[E0308]: mismatched types |
| 3614 | 2026-05-12T03:44:10.615Z | --> dns-server/src/dns_server.rs:299:30 |
| 3615 | 2026-05-12T03:44:10.615Z | | |
| 3616 | 2026-05-12T03:44:10.616Z | 299 | let answer = store.query(query)?; |
| 3617 | 2026-05-12T03:44:10.616Z | | ----- ^^^^^ expected `hickory_proto::op::LowerQuery`, found `LowerQuery` |
| 3618 | 2026-05-12T03:44:10.616Z | | | |
| 3619 | 2026-05-12T03:44:10.616Z | | arguments to this method are incorrect |
| 3620 | 2026-05-12T03:44:10.616Z | | |
| 3621 | 2026-05-12T03:44:10.616Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3622 | 2026-05-12T03:44:10.616Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/lower_query.rs:22:1 |
| 3623 | 2026-05-12T03:44:10.616Z | | |
| 3624 | 2026-05-12T03:44:10.616Z | 22 | pub struct LowerQuery { |
| 3625 | 2026-05-12T03:44:10.616Z | | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3626 | 2026-05-12T03:44:10.616Z | | |
| 3627 | 2026-05-12T03:44:10.616Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/lower_query.rs:18:1 |
| 3628 | 2026-05-12T03:44:10.616Z | | |
| 3629 | 2026-05-12T03:44:10.616Z | 18 | pub struct LowerQuery { |
| 3630 | 2026-05-12T03:44:10.616Z | | --------------------- this is the found type |
| 3631 | 2026-05-12T03:44:10.616Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3632 | 2026-05-12T03:44:10.616Z | note: method defined here |
| 3633 | 2026-05-12T03:44:10.616Z | --> dns-server/src/storage.rs:762:19 |
| 3634 | 2026-05-12T03:44:10.617Z | | |
| 3635 | 2026-05-12T03:44:10.617Z | 762 | pub(crate) fn query( |
| 3636 | 2026-05-12T03:44:10.617Z | | ^^^^^ |
| 3637 | 2026-05-12T03:44:10.617Z | 763 | &self, |
| 3638 | 2026-05-12T03:44:10.617Z | 764 | query: &LowerQuery, |
| 3639 | 2026-05-12T03:44:10.617Z | | ------------------ |
| 3640 | 2026-05-12T03:44:10.617Z | |
| 3641 | 2026-05-12T03:44:10.621Z | error[E0308]: mismatched types |
| 3642 | 2026-05-12T03:44:10.621Z | --> dns-server/src/dns_server.rs:311:55 |
| 3643 | 2026-05-12T03:44:10.621Z | | |
| 3644 | 2026-05-12T03:44:10.621Z | 311 | if answer.name.is_none() && query.query_type() == RecordType::SOA { |
| 3645 | 2026-05-12T03:44:10.621Z | | ------------------ ^^^^^^^^^^^^^^^ expected `RecordType`, found `hickory_proto::rr::RecordType` |
| 3646 | 2026-05-12T03:44:10.621Z | | | |
| 3647 | 2026-05-12T03:44:10.621Z | | expected because this is `hickory_resolver::hickory_proto::rr::RecordType` |
| 3648 | 2026-05-12T03:44:10.621Z | | |
| 3649 | 2026-05-12T03:44:10.621Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3650 | 2026-05-12T03:44:10.621Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/record_type.rs:33:1 |
| 3651 | 2026-05-12T03:44:10.621Z | | |
| 3652 | 2026-05-12T03:44:10.621Z | 33 | pub enum RecordType { |
| 3653 | 2026-05-12T03:44:10.621Z | | ^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3654 | 2026-05-12T03:44:10.621Z | | |
| 3655 | 2026-05-12T03:44:10.622Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record_type.rs:33:1 |
| 3656 | 2026-05-12T03:44:10.622Z | | |
| 3657 | 2026-05-12T03:44:10.622Z | 33 | pub enum RecordType { |
| 3658 | 2026-05-12T03:44:10.622Z | | ------------------- this is the found type |
| 3659 | 2026-05-12T03:44:10.622Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3660 | 2026-05-12T03:44:10.622Z | |
| 3661 | 2026-05-12T03:44:10.632Z | error[E0599]: no method named `data` found for reference `&hickory_proto::rr::Record` in the current scope |
| 3662 | 2026-05-12T03:44:10.632Z | --> dns-server/src/dns_server.rs:327:60 |
| 3663 | 2026-05-12T03:44:10.632Z | | |
| 3664 | 2026-05-12T03:44:10.632Z | 327 | .filter(|record| match (query.query_type(), record.data()) { |
| 3665 | 2026-05-12T03:44:10.632Z | | ^^^^-- help: remove the arguments |
| 3666 | 2026-05-12T03:44:10.632Z | | | |
| 3667 | 2026-05-12T03:44:10.632Z | | field, not a method |
| 3668 | 2026-05-12T03:44:10.632Z | |
| 3669 | 2026-05-12T03:44:10.648Z | error[E0599]: no method named `data` found for struct `hickory_proto::rr::Record<R>` in the current scope |
| 3670 | 2026-05-12T03:44:10.648Z | --> dns-server/src/dns_server.rs:348:51 |
| 3671 | 2026-05-12T03:44:10.648Z | | |
| 3672 | 2026-05-12T03:44:10.648Z | 348 | let additionals_target = match record.data() { |
| 3673 | 2026-05-12T03:44:10.649Z | | ^^^^-- help: remove the arguments |
| 3674 | 2026-05-12T03:44:10.649Z | | | |
| 3675 | 2026-05-12T03:44:10.649Z | | field, not a method |
| 3676 | 2026-05-12T03:44:10.649Z | |
| 3677 | 2026-05-12T03:44:10.659Z | error[E0599]: no method named `target` found for struct `hickory_proto::rr::rdata::SRV` in the current scope |
| 3678 | 2026-05-12T03:44:10.659Z | --> dns-server/src/dns_server.rs:349:45 |
| 3679 | 2026-05-12T03:44:10.659Z | | |
| 3680 | 2026-05-12T03:44:10.659Z | 349 | RData::SRV(srv) => Some(srv.target()), |
| 3681 | 2026-05-12T03:44:10.659Z | | ^^^^^^-- help: remove the arguments |
| 3682 | 2026-05-12T03:44:10.659Z | | | |
| 3683 | 2026-05-12T03:44:10.659Z | | field, not a method |
| 3684 | 2026-05-12T03:44:10.659Z | |
| 3685 | 2026-05-12T03:44:10.664Z | error[E0271]: type mismatch resolving `<Vec<&Record> as IntoIterator>::Item == &Record` |
| 3686 | 2026-05-12T03:44:10.665Z | --> dns-server/src/dns_server.rs:416:9 |
| 3687 | 2026-05-12T03:44:10.665Z | | |
| 3688 | 2026-05-12T03:44:10.665Z | 414 | let mresp = rb.build( |
| 3689 | 2026-05-12T03:44:10.665Z | | ----- required by a bound introduced by this call |
| 3690 | 2026-05-12T03:44:10.665Z | 415 | header, |
| 3691 | 2026-05-12T03:44:10.665Z | 416 | response_records.iter().collect::<Vec<&Record>>(), |
| 3692 | 2026-05-12T03:44:10.665Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3693 | 2026-05-12T03:44:10.665Z | | |
| 3694 | 2026-05-12T03:44:10.665Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3695 | 2026-05-12T03:44:10.665Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3696 | 2026-05-12T03:44:10.665Z | | |
| 3697 | 2026-05-12T03:44:10.665Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3698 | 2026-05-12T03:44:10.665Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3699 | 2026-05-12T03:44:10.665Z | | |
| 3700 | 2026-05-12T03:44:10.665Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3701 | 2026-05-12T03:44:10.666Z | | |
| 3702 | 2026-05-12T03:44:10.666Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3703 | 2026-05-12T03:44:10.666Z | | ---------------------------------------- this is the found type |
| 3704 | 2026-05-12T03:44:10.666Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3705 | 2026-05-12T03:44:10.666Z | note: the method call chain might not have had the expected associated types |
| 3706 | 2026-05-12T03:44:10.666Z | --> dns-server/src/dns_server.rs:416:26 |
| 3707 | 2026-05-12T03:44:10.666Z | | |
| 3708 | 2026-05-12T03:44:10.666Z | 411 | response_records: &[Record], |
| 3709 | 2026-05-12T03:44:10.666Z | | ---------------- this expression has type `&[Record]` |
| 3710 | 2026-05-12T03:44:10.666Z | ... |
| 3711 | 2026-05-12T03:44:10.666Z | 416 | response_records.iter().collect::<Vec<&Record>>(), |
| 3712 | 2026-05-12T03:44:10.666Z | | ^^^^^^ ------------------------- `IntoIterator::Item` remains `&Record` here |
| 3713 | 2026-05-12T03:44:10.666Z | | | |
| 3714 | 2026-05-12T03:44:10.666Z | | `IntoIterator::Item` is `&Record` here |
| 3715 | 2026-05-12T03:44:10.666Z | note: required by a bound in `MessageResponseBuilder::<'q>::build` |
| 3716 | 2026-05-12T03:44:10.666Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:138:25 |
| 3717 | 2026-05-12T03:44:10.666Z | | |
| 3718 | 2026-05-12T03:44:10.666Z | 129 | pub fn build<'a, A, N, S, D>( |
| 3719 | 2026-05-12T03:44:10.666Z | | ----- required by a bound in this associated function |
| 3720 | 2026-05-12T03:44:10.666Z | ... |
| 3721 | 2026-05-12T03:44:10.666Z | 138 | A: IntoIterator<Item = &'a Record> + Send + 'a, |
| 3722 | 2026-05-12T03:44:10.666Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build` |
| 3723 | 2026-05-12T03:44:10.666Z | |
| 3724 | 2026-05-12T03:44:10.666Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3725 | 2026-05-12T03:44:10.666Z | --> dns-server/src/dns_server.rs:414:20 |
| 3726 | 2026-05-12T03:44:10.666Z | | |
| 3727 | 2026-05-12T03:44:10.666Z | 414 | let mresp = rb.build( |
| 3728 | 2026-05-12T03:44:10.666Z | | ^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3729 | 2026-05-12T03:44:10.667Z | | |
| 3730 | 2026-05-12T03:44:10.667Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3731 | 2026-05-12T03:44:10.667Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3732 | 2026-05-12T03:44:10.667Z | | |
| 3733 | 2026-05-12T03:44:10.667Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3734 | 2026-05-12T03:44:10.667Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3735 | 2026-05-12T03:44:10.667Z | | |
| 3736 | 2026-05-12T03:44:10.667Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3737 | 2026-05-12T03:44:10.667Z | | |
| 3738 | 2026-05-12T03:44:10.667Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3739 | 2026-05-12T03:44:10.667Z | | ---------------------------------------- this is the found type |
| 3740 | 2026-05-12T03:44:10.667Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3741 | 2026-05-12T03:44:10.667Z | note: required by a bound in `MessageResponse` |
| 3742 | 2026-05-12T03:44:10.667Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23 |
| 3743 | 2026-05-12T03:44:10.667Z | | |
| 3744 | 2026-05-12T03:44:10.667Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3745 | 2026-05-12T03:44:10.671Z | | --------------- required by a bound in this struct |
| 3746 | 2026-05-12T03:44:10.671Z | 22 | where |
| 3747 | 2026-05-12T03:44:10.671Z | 23 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3748 | 2026-05-12T03:44:10.672Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3749 | 2026-05-12T03:44:10.672Z | |
| 3750 | 2026-05-12T03:44:10.672Z | error[E0271]: type mismatch resolving `<&[Record] as IntoIterator>::Item == &Record` |
| 3751 | 2026-05-12T03:44:10.672Z | --> dns-server/src/dns_server.rs:419:9 |
| 3752 | 2026-05-12T03:44:10.672Z | | |
| 3753 | 2026-05-12T03:44:10.672Z | 414 | let mresp = rb.build( |
| 3754 | 2026-05-12T03:44:10.672Z | | ----- required by a bound introduced by this call |
| 3755 | 2026-05-12T03:44:10.672Z | ... |
| 3756 | 2026-05-12T03:44:10.672Z | 419 | additional_records, |
| 3757 | 2026-05-12T03:44:10.672Z | | ^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3758 | 2026-05-12T03:44:10.672Z | | |
| 3759 | 2026-05-12T03:44:10.672Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3760 | 2026-05-12T03:44:10.672Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3761 | 2026-05-12T03:44:10.672Z | | |
| 3762 | 2026-05-12T03:44:10.672Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3763 | 2026-05-12T03:44:10.672Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3764 | 2026-05-12T03:44:10.673Z | | |
| 3765 | 2026-05-12T03:44:10.673Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3766 | 2026-05-12T03:44:10.673Z | | |
| 3767 | 2026-05-12T03:44:10.673Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3768 | 2026-05-12T03:44:10.673Z | | ---------------------------------------- this is the found type |
| 3769 | 2026-05-12T03:44:10.673Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3770 | 2026-05-12T03:44:10.673Z | note: required by a bound in `MessageResponseBuilder::<'q>::build` |
| 3771 | 2026-05-12T03:44:10.673Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:144:25 |
| 3772 | 2026-05-12T03:44:10.673Z | | |
| 3773 | 2026-05-12T03:44:10.673Z | 129 | pub fn build<'a, A, N, S, D>( |
| 3774 | 2026-05-12T03:44:10.673Z | | ----- required by a bound in this associated function |
| 3775 | 2026-05-12T03:44:10.673Z | ... |
| 3776 | 2026-05-12T03:44:10.673Z | 144 | D: IntoIterator<Item = &'a Record> + Send + 'a, |
| 3777 | 2026-05-12T03:44:10.673Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build` |
| 3778 | 2026-05-12T03:44:10.673Z | |
| 3779 | 2026-05-12T03:44:10.673Z | error[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3780 | 2026-05-12T03:44:10.673Z | --> dns-server/src/dns_server.rs:414:20 |
| 3781 | 2026-05-12T03:44:10.673Z | | |
| 3782 | 2026-05-12T03:44:10.674Z | 414 | let mresp = rb.build( |
| 3783 | 2026-05-12T03:44:10.674Z | | ^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3784 | 2026-05-12T03:44:10.674Z | | |
| 3785 | 2026-05-12T03:44:10.674Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3786 | 2026-05-12T03:44:10.674Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3787 | 2026-05-12T03:44:10.674Z | | |
| 3788 | 2026-05-12T03:44:10.674Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3789 | 2026-05-12T03:44:10.674Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3790 | 2026-05-12T03:44:10.674Z | | |
| 3791 | 2026-05-12T03:44:10.674Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3792 | 2026-05-12T03:44:10.674Z | | |
| 3793 | 2026-05-12T03:44:10.674Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3794 | 2026-05-12T03:44:10.674Z | | ---------------------------------------- this is the found type |
| 3795 | 2026-05-12T03:44:10.674Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3796 | 2026-05-12T03:44:10.674Z | note: required by a bound in `MessageResponse` |
| 3797 | 2026-05-12T03:44:10.674Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27 |
| 3798 | 2026-05-12T03:44:10.674Z | | |
| 3799 | 2026-05-12T03:44:10.674Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3800 | 2026-05-12T03:44:10.674Z | | --------------- required by a bound in this struct |
| 3801 | 2026-05-12T03:44:10.675Z | ... |
| 3802 | 2026-05-12T03:44:10.675Z | 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 3803 | 2026-05-12T03:44:10.675Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3804 | 2026-05-12T03:44:10.675Z | |
| 3805 | 2026-05-12T03:44:10.675Z | error[E0308]: mismatched types |
| 3806 | 2026-05-12T03:44:10.675Z | --> dns-server/src/dns_server.rs:415:9 |
| 3807 | 2026-05-12T03:44:10.675Z | | |
| 3808 | 2026-05-12T03:44:10.675Z | 414 | let mresp = rb.build( |
| 3809 | 2026-05-12T03:44:10.675Z | | ----- arguments to this method are incorrect |
| 3810 | 2026-05-12T03:44:10.675Z | 415 | header, |
| 3811 | 2026-05-12T03:44:10.675Z | | ^^^^^^ expected `Header`, found `hickory_proto::op::Header` |
| 3812 | 2026-05-12T03:44:10.675Z | | |
| 3813 | 2026-05-12T03:44:10.675Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3814 | 2026-05-12T03:44:10.675Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1 |
| 3815 | 2026-05-12T03:44:10.675Z | | |
| 3816 | 2026-05-12T03:44:10.675Z | 57 | pub struct Header { |
| 3817 | 2026-05-12T03:44:10.675Z | | ^^^^^^^^^^^^^^^^^ this is the expected type |
| 3818 | 2026-05-12T03:44:10.675Z | | |
| 3819 | 2026-05-12T03:44:10.675Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1 |
| 3820 | 2026-05-12T03:44:10.676Z | | |
| 3821 | 2026-05-12T03:44:10.676Z | 57 | pub struct Header { |
| 3822 | 2026-05-12T03:44:10.676Z | | ----------------- this is the found type |
| 3823 | 2026-05-12T03:44:10.676Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3824 | 2026-05-12T03:44:10.676Z | note: method defined here |
| 3825 | 2026-05-12T03:44:10.676Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:129:12 |
| 3826 | 2026-05-12T03:44:10.676Z | | |
| 3827 | 2026-05-12T03:44:10.676Z | 129 | pub fn build<'a, A, N, S, D>( |
| 3828 | 2026-05-12T03:44:10.676Z | | ^^^^^ |
| 3829 | 2026-05-12T03:44:10.676Z | |
| 3830 | 2026-05-12T03:44:10.676Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3831 | 2026-05-12T03:44:10.676Z | --> dns-server/src/dns_server.rs:422:31 |
| 3832 | 2026-05-12T03:44:10.676Z | | |
| 3833 | 2026-05-12T03:44:10.676Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 3834 | 2026-05-12T03:44:10.676Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3835 | 2026-05-12T03:44:10.676Z | | | |
| 3836 | 2026-05-12T03:44:10.676Z | | required by a bound introduced by this call |
| 3837 | 2026-05-12T03:44:10.676Z | | |
| 3838 | 2026-05-12T03:44:10.676Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3839 | 2026-05-12T03:44:10.676Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3840 | 2026-05-12T03:44:10.677Z | | |
| 3841 | 2026-05-12T03:44:10.677Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3842 | 2026-05-12T03:44:10.677Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3843 | 2026-05-12T03:44:10.677Z | | |
| 3844 | 2026-05-12T03:44:10.677Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3845 | 2026-05-12T03:44:10.681Z | | |
| 3846 | 2026-05-12T03:44:10.681Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3847 | 2026-05-12T03:44:10.681Z | | ---------------------------------------- this is the found type |
| 3848 | 2026-05-12T03:44:10.681Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3849 | 2026-05-12T03:44:10.681Z | note: required by a bound in `encode_and_send` |
| 3850 | 2026-05-12T03:44:10.681Z | --> dns-server/src/dns_server.rs:492:27 |
| 3851 | 2026-05-12T03:44:10.681Z | | |
| 3852 | 2026-05-12T03:44:10.682Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3853 | 2026-05-12T03:44:10.682Z | | --------------- required by a bound in this function |
| 3854 | 2026-05-12T03:44:10.682Z | ... |
| 3855 | 2026-05-12T03:44:10.682Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3856 | 2026-05-12T03:44:10.682Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3857 | 2026-05-12T03:44:10.682Z | |
| 3858 | 2026-05-12T03:44:10.682Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3859 | 2026-05-12T03:44:10.682Z | --> dns-server/src/dns_server.rs:422:31 |
| 3860 | 2026-05-12T03:44:10.682Z | | |
| 3861 | 2026-05-12T03:44:10.682Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 3862 | 2026-05-12T03:44:10.682Z | | ^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3863 | 2026-05-12T03:44:10.682Z | | |
| 3864 | 2026-05-12T03:44:10.682Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3865 | 2026-05-12T03:44:10.682Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3866 | 2026-05-12T03:44:10.682Z | | |
| 3867 | 2026-05-12T03:44:10.682Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3868 | 2026-05-12T03:44:10.682Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3869 | 2026-05-12T03:44:10.682Z | | |
| 3870 | 2026-05-12T03:44:10.682Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3871 | 2026-05-12T03:44:10.682Z | | |
| 3872 | 2026-05-12T03:44:10.682Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3873 | 2026-05-12T03:44:10.682Z | | ---------------------------------------- this is the found type |
| 3874 | 2026-05-12T03:44:10.682Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3875 | 2026-05-12T03:44:10.682Z | note: required by a bound in `MessageResponse` |
| 3876 | 2026-05-12T03:44:10.682Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23 |
| 3877 | 2026-05-12T03:44:10.682Z | | |
| 3878 | 2026-05-12T03:44:10.682Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3879 | 2026-05-12T03:44:10.683Z | | --------------- required by a bound in this struct |
| 3880 | 2026-05-12T03:44:10.683Z | 22 | where |
| 3881 | 2026-05-12T03:44:10.683Z | 23 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3882 | 2026-05-12T03:44:10.683Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3883 | 2026-05-12T03:44:10.683Z | |
| 3884 | 2026-05-12T03:44:10.683Z | error[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3885 | 2026-05-12T03:44:10.683Z | --> dns-server/src/dns_server.rs:422:31 |
| 3886 | 2026-05-12T03:44:10.683Z | | |
| 3887 | 2026-05-12T03:44:10.683Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 3888 | 2026-05-12T03:44:10.683Z | | ^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3889 | 2026-05-12T03:44:10.683Z | | |
| 3890 | 2026-05-12T03:44:10.683Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3891 | 2026-05-12T03:44:10.683Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3892 | 2026-05-12T03:44:10.683Z | | |
| 3893 | 2026-05-12T03:44:10.683Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3894 | 2026-05-12T03:44:10.683Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3895 | 2026-05-12T03:44:10.683Z | | |
| 3896 | 2026-05-12T03:44:10.683Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3897 | 2026-05-12T03:44:10.683Z | | |
| 3898 | 2026-05-12T03:44:10.683Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3899 | 2026-05-12T03:44:10.683Z | | ---------------------------------------- this is the found type |
| 3900 | 2026-05-12T03:44:10.683Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3901 | 2026-05-12T03:44:10.684Z | note: required by a bound in `MessageResponse` |
| 3902 | 2026-05-12T03:44:10.684Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27 |
| 3903 | 2026-05-12T03:44:10.684Z | | |
| 3904 | 2026-05-12T03:44:10.684Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3905 | 2026-05-12T03:44:10.684Z | | --------------- required by a bound in this struct |
| 3906 | 2026-05-12T03:44:10.684Z | ... |
| 3907 | 2026-05-12T03:44:10.684Z | 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 3908 | 2026-05-12T03:44:10.684Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3909 | 2026-05-12T03:44:10.684Z | |
| 3910 | 2026-05-12T03:44:10.684Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3911 | 2026-05-12T03:44:10.684Z | --> dns-server/src/dns_server.rs:422:5 |
| 3912 | 2026-05-12T03:44:10.684Z | | |
| 3913 | 2026-05-12T03:44:10.684Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 3914 | 2026-05-12T03:44:10.684Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3915 | 2026-05-12T03:44:10.684Z | | |
| 3916 | 2026-05-12T03:44:10.684Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3917 | 2026-05-12T03:44:10.684Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3918 | 2026-05-12T03:44:10.684Z | | |
| 3919 | 2026-05-12T03:44:10.684Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3920 | 2026-05-12T03:44:10.684Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3921 | 2026-05-12T03:44:10.684Z | | |
| 3922 | 2026-05-12T03:44:10.684Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3923 | 2026-05-12T03:44:10.684Z | | |
| 3924 | 2026-05-12T03:44:10.684Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3925 | 2026-05-12T03:44:10.684Z | | ---------------------------------------- this is the found type |
| 3926 | 2026-05-12T03:44:10.684Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3927 | 2026-05-12T03:44:10.684Z | note: required by a bound in `encode_and_send` |
| 3928 | 2026-05-12T03:44:10.684Z | --> dns-server/src/dns_server.rs:492:27 |
| 3929 | 2026-05-12T03:44:10.684Z | | |
| 3930 | 2026-05-12T03:44:10.685Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3931 | 2026-05-12T03:44:10.685Z | | --------------- required by a bound in this function |
| 3932 | 2026-05-12T03:44:10.685Z | ... |
| 3933 | 2026-05-12T03:44:10.685Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3934 | 2026-05-12T03:44:10.685Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3935 | 2026-05-12T03:44:10.685Z | |
| 3936 | 2026-05-12T03:44:10.685Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3937 | 2026-05-12T03:44:10.685Z | --> dns-server/src/dns_server.rs:422:49 |
| 3938 | 2026-05-12T03:44:10.685Z | | |
| 3939 | 2026-05-12T03:44:10.685Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 3940 | 2026-05-12T03:44:10.685Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3941 | 2026-05-12T03:44:10.685Z | | |
| 3942 | 2026-05-12T03:44:10.685Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3943 | 2026-05-12T03:44:10.685Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3944 | 2026-05-12T03:44:10.685Z | | |
| 3945 | 2026-05-12T03:44:10.693Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3946 | 2026-05-12T03:44:10.693Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3947 | 2026-05-12T03:44:10.693Z | | |
| 3948 | 2026-05-12T03:44:10.693Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3949 | 2026-05-12T03:44:10.693Z | | |
| 3950 | 2026-05-12T03:44:10.693Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3951 | 2026-05-12T03:44:10.693Z | | ---------------------------------------- this is the found type |
| 3952 | 2026-05-12T03:44:10.693Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3953 | 2026-05-12T03:44:10.693Z | note: required by a bound in `encode_and_send` |
| 3954 | 2026-05-12T03:44:10.693Z | --> dns-server/src/dns_server.rs:492:27 |
| 3955 | 2026-05-12T03:44:10.693Z | | |
| 3956 | 2026-05-12T03:44:10.693Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3957 | 2026-05-12T03:44:10.693Z | | --------------- required by a bound in this function |
| 3958 | 2026-05-12T03:44:10.693Z | ... |
| 3959 | 2026-05-12T03:44:10.693Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3960 | 2026-05-12T03:44:10.693Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3961 | 2026-05-12T03:44:10.694Z | |
| 3962 | 2026-05-12T03:44:10.694Z | error[E0308]: arguments to this method are incorrect |
| 3963 | 2026-05-12T03:44:10.694Z | --> dns-server/src/dns_server.rs:438:33 |
| 3964 | 2026-05-12T03:44:10.694Z | | |
| 3965 | 2026-05-12T03:44:10.694Z | 438 | let mut mresp = rb_nxdomain.error_msg(&header, ResponseCode::NXDomain); |
| 3966 | 2026-05-12T03:44:10.694Z | | ^^^^^^^^^ ------- ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode` |
| 3967 | 2026-05-12T03:44:10.694Z | | | |
| 3968 | 2026-05-12T03:44:10.694Z | | expected `&Header`, found `&&Header` |
| 3969 | 2026-05-12T03:44:10.694Z | | |
| 3970 | 2026-05-12T03:44:10.694Z | = note: expected reference `&hickory_resolver::hickory_proto::op::Header` |
| 3971 | 2026-05-12T03:44:10.694Z | found reference `&&hickory_proto::op::Header` |
| 3972 | 2026-05-12T03:44:10.694Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3973 | 2026-05-12T03:44:10.694Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1 |
| 3974 | 2026-05-12T03:44:10.694Z | | |
| 3975 | 2026-05-12T03:44:10.694Z | 67 | pub enum ResponseCode { |
| 3976 | 2026-05-12T03:44:10.694Z | | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3977 | 2026-05-12T03:44:10.694Z | | |
| 3978 | 2026-05-12T03:44:10.694Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1 |
| 3979 | 2026-05-12T03:44:10.694Z | | |
| 3980 | 2026-05-12T03:44:10.694Z | 67 | pub enum ResponseCode { |
| 3981 | 2026-05-12T03:44:10.694Z | | --------------------- this is the found type |
| 3982 | 2026-05-12T03:44:10.694Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3983 | 2026-05-12T03:44:10.694Z | note: method defined here |
| 3984 | 2026-05-12T03:44:10.694Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12 |
| 3985 | 2026-05-12T03:44:10.694Z | | |
| 3986 | 2026-05-12T03:44:10.694Z | 190 | pub fn error_msg<'a>( |
| 3987 | 2026-05-12T03:44:10.694Z | | ^^^^^^^^^ |
| 3988 | 2026-05-12T03:44:10.694Z | |
| 3989 | 2026-05-12T03:44:10.694Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3990 | 2026-05-12T03:44:10.694Z | --> dns-server/src/dns_server.rs:457:50 |
| 3991 | 2026-05-12T03:44:10.695Z | | |
| 3992 | 2026-05-12T03:44:10.695Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 3993 | 2026-05-12T03:44:10.695Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3994 | 2026-05-12T03:44:10.695Z | | | |
| 3995 | 2026-05-12T03:44:10.695Z | | required by a bound introduced by this call |
| 3996 | 2026-05-12T03:44:10.695Z | | |
| 3997 | 2026-05-12T03:44:10.695Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3998 | 2026-05-12T03:44:10.695Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3999 | 2026-05-12T03:44:10.695Z | | |
| 4000 | 2026-05-12T03:44:10.695Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4001 | 2026-05-12T03:44:10.695Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4002 | 2026-05-12T03:44:10.695Z | | |
| 4003 | 2026-05-12T03:44:10.695Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4004 | 2026-05-12T03:44:10.695Z | | |
| 4005 | 2026-05-12T03:44:10.695Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4006 | 2026-05-12T03:44:10.695Z | | ---------------------------------------- this is the found type |
| 4007 | 2026-05-12T03:44:10.695Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4008 | 2026-05-12T03:44:10.695Z | note: required by a bound in `encode_and_send` |
| 4009 | 2026-05-12T03:44:10.695Z | --> dns-server/src/dns_server.rs:491:23 |
| 4010 | 2026-05-12T03:44:10.695Z | | |
| 4011 | 2026-05-12T03:44:10.695Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4012 | 2026-05-12T03:44:10.695Z | | --------------- required by a bound in this function |
| 4013 | 2026-05-12T03:44:10.695Z | ... |
| 4014 | 2026-05-12T03:44:10.695Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 4015 | 2026-05-12T03:44:10.695Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4016 | 2026-05-12T03:44:10.695Z | |
| 4017 | 2026-05-12T03:44:10.696Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4018 | 2026-05-12T03:44:10.696Z | --> dns-server/src/dns_server.rs:457:50 |
| 4019 | 2026-05-12T03:44:10.696Z | | |
| 4020 | 2026-05-12T03:44:10.696Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4021 | 2026-05-12T03:44:10.696Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4022 | 2026-05-12T03:44:10.696Z | | | |
| 4023 | 2026-05-12T03:44:10.696Z | | required by a bound introduced by this call |
| 4024 | 2026-05-12T03:44:10.696Z | | |
| 4025 | 2026-05-12T03:44:10.696Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4026 | 2026-05-12T03:44:10.696Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4027 | 2026-05-12T03:44:10.696Z | | |
| 4028 | 2026-05-12T03:44:10.696Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4029 | 2026-05-12T03:44:10.696Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4030 | 2026-05-12T03:44:10.696Z | | |
| 4031 | 2026-05-12T03:44:10.696Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4032 | 2026-05-12T03:44:10.696Z | | |
| 4033 | 2026-05-12T03:44:10.696Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4034 | 2026-05-12T03:44:10.696Z | | ---------------------------------------- this is the found type |
| 4035 | 2026-05-12T03:44:10.696Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4036 | 2026-05-12T03:44:10.696Z | note: required by a bound in `encode_and_send` |
| 4037 | 2026-05-12T03:44:10.696Z | --> dns-server/src/dns_server.rs:492:27 |
| 4038 | 2026-05-12T03:44:10.696Z | | |
| 4039 | 2026-05-12T03:44:10.696Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4040 | 2026-05-12T03:44:10.696Z | | --------------- required by a bound in this function |
| 4041 | 2026-05-12T03:44:10.696Z | ... |
| 4042 | 2026-05-12T03:44:10.696Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 4043 | 2026-05-12T03:44:10.696Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4044 | 2026-05-12T03:44:10.696Z | |
| 4045 | 2026-05-12T03:44:10.760Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4046 | 2026-05-12T03:44:10.760Z | --> dns-server/src/dns_server.rs:457:50 |
| 4047 | 2026-05-12T03:44:10.760Z | | |
| 4048 | 2026-05-12T03:44:10.760Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4049 | 2026-05-12T03:44:10.760Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4050 | 2026-05-12T03:44:10.760Z | | | |
| 4051 | 2026-05-12T03:44:10.760Z | | required by a bound introduced by this call |
| 4052 | 2026-05-12T03:44:10.760Z | | |
| 4053 | 2026-05-12T03:44:10.760Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4054 | 2026-05-12T03:44:10.761Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4055 | 2026-05-12T03:44:10.761Z | | |
| 4056 | 2026-05-12T03:44:10.761Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4057 | 2026-05-12T03:44:10.761Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4058 | 2026-05-12T03:44:10.761Z | | |
| 4059 | 2026-05-12T03:44:10.761Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4060 | 2026-05-12T03:44:10.761Z | | |
| 4061 | 2026-05-12T03:44:10.761Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4062 | 2026-05-12T03:44:10.761Z | | ---------------------------------------- this is the found type |
| 4063 | 2026-05-12T03:44:10.761Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4064 | 2026-05-12T03:44:10.761Z | note: required by a bound in `encode_and_send` |
| 4065 | 2026-05-12T03:44:10.761Z | --> dns-server/src/dns_server.rs:493:19 |
| 4066 | 2026-05-12T03:44:10.761Z | | |
| 4067 | 2026-05-12T03:44:10.761Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4068 | 2026-05-12T03:44:10.761Z | | --------------- required by a bound in this function |
| 4069 | 2026-05-12T03:44:10.761Z | ... |
| 4070 | 2026-05-12T03:44:10.761Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 4071 | 2026-05-12T03:44:10.761Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4072 | 2026-05-12T03:44:10.761Z | |
| 4073 | 2026-05-12T03:44:10.761Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4074 | 2026-05-12T03:44:10.761Z | --> dns-server/src/dns_server.rs:457:50 |
| 4075 | 2026-05-12T03:44:10.761Z | | |
| 4076 | 2026-05-12T03:44:10.761Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4077 | 2026-05-12T03:44:10.761Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4078 | 2026-05-12T03:44:10.761Z | | | |
| 4079 | 2026-05-12T03:44:10.761Z | | required by a bound introduced by this call |
| 4080 | 2026-05-12T03:44:10.761Z | | |
| 4081 | 2026-05-12T03:44:10.761Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4082 | 2026-05-12T03:44:10.761Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4083 | 2026-05-12T03:44:10.761Z | | |
| 4084 | 2026-05-12T03:44:10.761Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4085 | 2026-05-12T03:44:10.761Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4086 | 2026-05-12T03:44:10.761Z | | |
| 4087 | 2026-05-12T03:44:10.761Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4088 | 2026-05-12T03:44:10.761Z | | |
| 4089 | 2026-05-12T03:44:10.761Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4090 | 2026-05-12T03:44:10.761Z | | ---------------------------------------- this is the found type |
| 4091 | 2026-05-12T03:44:10.761Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4092 | 2026-05-12T03:44:10.762Z | note: required by a bound in `encode_and_send` |
| 4093 | 2026-05-12T03:44:10.762Z | --> dns-server/src/dns_server.rs:494:27 |
| 4094 | 2026-05-12T03:44:10.762Z | | |
| 4095 | 2026-05-12T03:44:10.762Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4096 | 2026-05-12T03:44:10.762Z | | --------------- required by a bound in this function |
| 4097 | 2026-05-12T03:44:10.762Z | ... |
| 4098 | 2026-05-12T03:44:10.762Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 4099 | 2026-05-12T03:44:10.762Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4100 | 2026-05-12T03:44:10.762Z | |
| 4101 | 2026-05-12T03:44:10.762Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4102 | 2026-05-12T03:44:10.762Z | --> dns-server/src/dns_server.rs:457:25 |
| 4103 | 2026-05-12T03:44:10.762Z | | |
| 4104 | 2026-05-12T03:44:10.762Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4105 | 2026-05-12T03:44:10.762Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4106 | 2026-05-12T03:44:10.762Z | | |
| 4107 | 2026-05-12T03:44:10.762Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4108 | 2026-05-12T03:44:10.762Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4109 | 2026-05-12T03:44:10.762Z | | |
| 4110 | 2026-05-12T03:44:10.762Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4111 | 2026-05-12T03:44:10.762Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4112 | 2026-05-12T03:44:10.762Z | | |
| 4113 | 2026-05-12T03:44:10.762Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4114 | 2026-05-12T03:44:10.762Z | | |
| 4115 | 2026-05-12T03:44:10.762Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4116 | 2026-05-12T03:44:10.762Z | | ---------------------------------------- this is the found type |
| 4117 | 2026-05-12T03:44:10.762Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4118 | 2026-05-12T03:44:10.762Z | note: required by a bound in `encode_and_send` |
| 4119 | 2026-05-12T03:44:10.762Z | --> dns-server/src/dns_server.rs:491:23 |
| 4120 | 2026-05-12T03:44:10.762Z | | |
| 4121 | 2026-05-12T03:44:10.762Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4122 | 2026-05-12T03:44:10.762Z | | --------------- required by a bound in this function |
| 4123 | 2026-05-12T03:44:10.762Z | ... |
| 4124 | 2026-05-12T03:44:10.762Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 4125 | 2026-05-12T03:44:10.762Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4126 | 2026-05-12T03:44:10.762Z | |
| 4127 | 2026-05-12T03:44:10.762Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4128 | 2026-05-12T03:44:10.762Z | --> dns-server/src/dns_server.rs:457:25 |
| 4129 | 2026-05-12T03:44:10.762Z | | |
| 4130 | 2026-05-12T03:44:10.762Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4131 | 2026-05-12T03:44:10.762Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4132 | 2026-05-12T03:44:10.763Z | | |
| 4133 | 2026-05-12T03:44:10.763Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4134 | 2026-05-12T03:44:10.763Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4135 | 2026-05-12T03:44:10.763Z | | |
| 4136 | 2026-05-12T03:44:10.763Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4137 | 2026-05-12T03:44:10.763Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4138 | 2026-05-12T03:44:10.763Z | | |
| 4139 | 2026-05-12T03:44:10.763Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4140 | 2026-05-12T03:44:10.763Z | | |
| 4141 | 2026-05-12T03:44:10.763Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4142 | 2026-05-12T03:44:10.763Z | | ---------------------------------------- this is the found type |
| 4143 | 2026-05-12T03:44:10.763Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4144 | 2026-05-12T03:44:10.763Z | note: required by a bound in `encode_and_send` |
| 4145 | 2026-05-12T03:44:10.807Z | --> dns-server/src/dns_server.rs:492:27 |
| 4146 | 2026-05-12T03:44:10.807Z | | |
| 4147 | 2026-05-12T03:44:10.807Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4148 | 2026-05-12T03:44:10.807Z | | --------------- required by a bound in this function |
| 4149 | 2026-05-12T03:44:10.807Z | ... |
| 4150 | 2026-05-12T03:44:10.807Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 4151 | 2026-05-12T03:44:10.807Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4152 | 2026-05-12T03:44:10.808Z | |
| 4153 | 2026-05-12T03:44:10.808Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4154 | 2026-05-12T03:44:10.808Z | --> dns-server/src/dns_server.rs:457:25 |
| 4155 | 2026-05-12T03:44:10.808Z | | |
| 4156 | 2026-05-12T03:44:10.808Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4157 | 2026-05-12T03:44:10.808Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4158 | 2026-05-12T03:44:10.808Z | | |
| 4159 | 2026-05-12T03:44:10.808Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4160 | 2026-05-12T03:44:10.808Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4161 | 2026-05-12T03:44:10.808Z | | |
| 4162 | 2026-05-12T03:44:10.808Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4163 | 2026-05-12T03:44:10.808Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4164 | 2026-05-12T03:44:10.808Z | | |
| 4165 | 2026-05-12T03:44:10.808Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4166 | 2026-05-12T03:44:10.808Z | | |
| 4167 | 2026-05-12T03:44:10.808Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4168 | 2026-05-12T03:44:10.808Z | | ---------------------------------------- this is the found type |
| 4169 | 2026-05-12T03:44:10.808Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4170 | 2026-05-12T03:44:10.808Z | note: required by a bound in `encode_and_send` |
| 4171 | 2026-05-12T03:44:10.808Z | --> dns-server/src/dns_server.rs:493:19 |
| 4172 | 2026-05-12T03:44:10.808Z | | |
| 4173 | 2026-05-12T03:44:10.808Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4174 | 2026-05-12T03:44:10.808Z | | --------------- required by a bound in this function |
| 4175 | 2026-05-12T03:44:10.808Z | ... |
| 4176 | 2026-05-12T03:44:10.809Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 4177 | 2026-05-12T03:44:10.809Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4178 | 2026-05-12T03:44:10.809Z | |
| 4179 | 2026-05-12T03:44:10.809Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4180 | 2026-05-12T03:44:10.809Z | --> dns-server/src/dns_server.rs:457:25 |
| 4181 | 2026-05-12T03:44:10.809Z | | |
| 4182 | 2026-05-12T03:44:10.809Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4183 | 2026-05-12T03:44:10.809Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4184 | 2026-05-12T03:44:10.809Z | | |
| 4185 | 2026-05-12T03:44:10.809Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4186 | 2026-05-12T03:44:10.809Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4187 | 2026-05-12T03:44:10.809Z | | |
| 4188 | 2026-05-12T03:44:10.809Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4189 | 2026-05-12T03:44:10.809Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4190 | 2026-05-12T03:44:10.809Z | | |
| 4191 | 2026-05-12T03:44:10.809Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4192 | 2026-05-12T03:44:10.809Z | | |
| 4193 | 2026-05-12T03:44:10.809Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4194 | 2026-05-12T03:44:10.809Z | | ---------------------------------------- this is the found type |
| 4195 | 2026-05-12T03:44:10.809Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4196 | 2026-05-12T03:44:10.809Z | note: required by a bound in `encode_and_send` |
| 4197 | 2026-05-12T03:44:10.809Z | --> dns-server/src/dns_server.rs:494:27 |
| 4198 | 2026-05-12T03:44:10.809Z | | |
| 4199 | 2026-05-12T03:44:10.809Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4200 | 2026-05-12T03:44:10.809Z | | --------------- required by a bound in this function |
| 4201 | 2026-05-12T03:44:10.809Z | ... |
| 4202 | 2026-05-12T03:44:10.809Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 4203 | 2026-05-12T03:44:10.809Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4204 | 2026-05-12T03:44:10.809Z | |
| 4205 | 2026-05-12T03:44:10.810Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4206 | 2026-05-12T03:44:10.810Z | --> dns-server/src/dns_server.rs:457:69 |
| 4207 | 2026-05-12T03:44:10.810Z | | |
| 4208 | 2026-05-12T03:44:10.810Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4209 | 2026-05-12T03:44:10.810Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4210 | 2026-05-12T03:44:10.810Z | | |
| 4211 | 2026-05-12T03:44:10.810Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4212 | 2026-05-12T03:44:10.810Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4213 | 2026-05-12T03:44:10.810Z | | |
| 4214 | 2026-05-12T03:44:10.810Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4215 | 2026-05-12T03:44:10.810Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4216 | 2026-05-12T03:44:10.810Z | | |
| 4217 | 2026-05-12T03:44:10.810Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4218 | 2026-05-12T03:44:10.810Z | | |
| 4219 | 2026-05-12T03:44:10.810Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4220 | 2026-05-12T03:44:10.810Z | | ---------------------------------------- this is the found type |
| 4221 | 2026-05-12T03:44:10.810Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4222 | 2026-05-12T03:44:10.810Z | note: required by a bound in `encode_and_send` |
| 4223 | 2026-05-12T03:44:10.810Z | --> dns-server/src/dns_server.rs:491:23 |
| 4224 | 2026-05-12T03:44:10.810Z | | |
| 4225 | 2026-05-12T03:44:10.810Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4226 | 2026-05-12T03:44:10.810Z | | --------------- required by a bound in this function |
| 4227 | 2026-05-12T03:44:10.810Z | ... |
| 4228 | 2026-05-12T03:44:10.810Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 4229 | 2026-05-12T03:44:10.810Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4230 | 2026-05-12T03:44:10.810Z | |
| 4231 | 2026-05-12T03:44:10.810Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4232 | 2026-05-12T03:44:10.811Z | --> dns-server/src/dns_server.rs:457:69 |
| 4233 | 2026-05-12T03:44:10.811Z | | |
| 4234 | 2026-05-12T03:44:10.811Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4235 | 2026-05-12T03:44:10.811Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4236 | 2026-05-12T03:44:10.811Z | | |
| 4237 | 2026-05-12T03:44:10.811Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4238 | 2026-05-12T03:44:10.811Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4239 | 2026-05-12T03:44:10.811Z | | |
| 4240 | 2026-05-12T03:44:10.811Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4241 | 2026-05-12T03:44:10.811Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4242 | 2026-05-12T03:44:10.811Z | | |
| 4243 | 2026-05-12T03:44:10.811Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4244 | 2026-05-12T03:44:10.811Z | | |
| 4245 | 2026-05-12T03:44:10.828Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4246 | 2026-05-12T03:44:10.828Z | | ---------------------------------------- this is the found type |
| 4247 | 2026-05-12T03:44:10.828Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4248 | 2026-05-12T03:44:10.828Z | note: required by a bound in `encode_and_send` |
| 4249 | 2026-05-12T03:44:10.828Z | --> dns-server/src/dns_server.rs:492:27 |
| 4250 | 2026-05-12T03:44:10.828Z | | |
| 4251 | 2026-05-12T03:44:10.828Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4252 | 2026-05-12T03:44:10.828Z | | --------------- required by a bound in this function |
| 4253 | 2026-05-12T03:44:10.828Z | ... |
| 4254 | 2026-05-12T03:44:10.828Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 4255 | 2026-05-12T03:44:10.828Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4256 | 2026-05-12T03:44:10.829Z | |
| 4257 | 2026-05-12T03:44:10.829Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4258 | 2026-05-12T03:44:10.829Z | --> dns-server/src/dns_server.rs:457:69 |
| 4259 | 2026-05-12T03:44:10.829Z | | |
| 4260 | 2026-05-12T03:44:10.829Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4261 | 2026-05-12T03:44:10.829Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4262 | 2026-05-12T03:44:10.829Z | | |
| 4263 | 2026-05-12T03:44:10.829Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4264 | 2026-05-12T03:44:10.829Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4265 | 2026-05-12T03:44:10.829Z | | |
| 4266 | 2026-05-12T03:44:10.829Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4267 | 2026-05-12T03:44:10.829Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4268 | 2026-05-12T03:44:10.829Z | | |
| 4269 | 2026-05-12T03:44:10.829Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4270 | 2026-05-12T03:44:10.829Z | | |
| 4271 | 2026-05-12T03:44:10.829Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4272 | 2026-05-12T03:44:10.829Z | | ---------------------------------------- this is the found type |
| 4273 | 2026-05-12T03:44:10.829Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4274 | 2026-05-12T03:44:10.829Z | note: required by a bound in `encode_and_send` |
| 4275 | 2026-05-12T03:44:10.829Z | --> dns-server/src/dns_server.rs:493:19 |
| 4276 | 2026-05-12T03:44:10.829Z | | |
| 4277 | 2026-05-12T03:44:10.829Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4278 | 2026-05-12T03:44:10.829Z | | --------------- required by a bound in this function |
| 4279 | 2026-05-12T03:44:10.829Z | ... |
| 4280 | 2026-05-12T03:44:10.829Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 4281 | 2026-05-12T03:44:10.829Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4282 | 2026-05-12T03:44:10.830Z | |
| 4283 | 2026-05-12T03:44:10.830Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4284 | 2026-05-12T03:44:10.830Z | --> dns-server/src/dns_server.rs:457:69 |
| 4285 | 2026-05-12T03:44:10.830Z | | |
| 4286 | 2026-05-12T03:44:10.830Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4287 | 2026-05-12T03:44:10.830Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4288 | 2026-05-12T03:44:10.830Z | | |
| 4289 | 2026-05-12T03:44:10.830Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4290 | 2026-05-12T03:44:10.830Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4291 | 2026-05-12T03:44:10.830Z | | |
| 4292 | 2026-05-12T03:44:10.830Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4293 | 2026-05-12T03:44:10.830Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4294 | 2026-05-12T03:44:10.830Z | | |
| 4295 | 2026-05-12T03:44:10.830Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4296 | 2026-05-12T03:44:10.830Z | | |
| 4297 | 2026-05-12T03:44:10.830Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4298 | 2026-05-12T03:44:10.830Z | | ---------------------------------------- this is the found type |
| 4299 | 2026-05-12T03:44:10.830Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4300 | 2026-05-12T03:44:10.830Z | note: required by a bound in `encode_and_send` |
| 4301 | 2026-05-12T03:44:10.830Z | --> dns-server/src/dns_server.rs:494:27 |
| 4302 | 2026-05-12T03:44:10.830Z | | |
| 4303 | 2026-05-12T03:44:10.830Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4304 | 2026-05-12T03:44:10.830Z | | --------------- required by a bound in this function |
| 4305 | 2026-05-12T03:44:10.830Z | ... |
| 4306 | 2026-05-12T03:44:10.830Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 4307 | 2026-05-12T03:44:10.830Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4308 | 2026-05-12T03:44:10.830Z | |
| 4309 | 2026-05-12T03:44:10.831Z | error[E0308]: arguments to this method are incorrect |
| 4310 | 2026-05-12T03:44:10.831Z | --> dns-server/src/dns_server.rs:477:20 |
| 4311 | 2026-05-12T03:44:10.831Z | | |
| 4312 | 2026-05-12T03:44:10.831Z | 477 | let mresp = rb.error_msg(header, ResponseCode::ServFail); |
| 4313 | 2026-05-12T03:44:10.831Z | | ^^^^^^^^^ ------ ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode` |
| 4314 | 2026-05-12T03:44:10.831Z | | | |
| 4315 | 2026-05-12T03:44:10.831Z | | expected `Header`, found `hickory_proto::op::Header` |
| 4316 | 2026-05-12T03:44:10.831Z | | |
| 4317 | 2026-05-12T03:44:10.831Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4318 | 2026-05-12T03:44:10.831Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1 |
| 4319 | 2026-05-12T03:44:10.831Z | | |
| 4320 | 2026-05-12T03:44:10.831Z | 57 | pub struct Header { |
| 4321 | 2026-05-12T03:44:10.831Z | | ^^^^^^^^^^^^^^^^^ this is the expected type |
| 4322 | 2026-05-12T03:44:10.831Z | | |
| 4323 | 2026-05-12T03:44:10.831Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1 |
| 4324 | 2026-05-12T03:44:10.831Z | | |
| 4325 | 2026-05-12T03:44:10.831Z | 57 | pub struct Header { |
| 4326 | 2026-05-12T03:44:10.831Z | | ----------------- this is the found type |
| 4327 | 2026-05-12T03:44:10.831Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4328 | 2026-05-12T03:44:10.831Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4329 | 2026-05-12T03:44:10.831Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1 |
| 4330 | 2026-05-12T03:44:10.831Z | | |
| 4331 | 2026-05-12T03:44:10.831Z | 67 | pub enum ResponseCode { |
| 4332 | 2026-05-12T03:44:10.831Z | | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4333 | 2026-05-12T03:44:10.831Z | | |
| 4334 | 2026-05-12T03:44:10.831Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1 |
| 4335 | 2026-05-12T03:44:10.831Z | | |
| 4336 | 2026-05-12T03:44:10.831Z | 67 | pub enum ResponseCode { |
| 4337 | 2026-05-12T03:44:10.832Z | | --------------------- this is the found type |
| 4338 | 2026-05-12T03:44:10.832Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4339 | 2026-05-12T03:44:10.832Z | note: method defined here |
| 4340 | 2026-05-12T03:44:10.832Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12 |
| 4341 | 2026-05-12T03:44:10.832Z | | |
| 4342 | 2026-05-12T03:44:10.832Z | 190 | pub fn error_msg<'a>( |
| 4343 | 2026-05-12T03:44:10.832Z | | ^^^^^^^^^ |
| 4344 | 2026-05-12T03:44:10.832Z | |
| 4345 | 2026-05-12T03:44:10.838Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4346 | 2026-05-12T03:44:10.838Z | --> dns-server/src/dns_server.rs:478:50 |
| 4347 | 2026-05-12T03:44:10.838Z | | |
| 4348 | 2026-05-12T03:44:10.838Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4349 | 2026-05-12T03:44:10.838Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4350 | 2026-05-12T03:44:10.838Z | | | |
| 4351 | 2026-05-12T03:44:10.838Z | | required by a bound introduced by this call |
| 4352 | 2026-05-12T03:44:10.838Z | | |
| 4353 | 2026-05-12T03:44:10.838Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4354 | 2026-05-12T03:44:10.838Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4355 | 2026-05-12T03:44:10.838Z | | |
| 4356 | 2026-05-12T03:44:10.838Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4357 | 2026-05-12T03:44:10.839Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4358 | 2026-05-12T03:44:10.839Z | | |
| 4359 | 2026-05-12T03:44:10.839Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4360 | 2026-05-12T03:44:10.839Z | | |
| 4361 | 2026-05-12T03:44:10.839Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4362 | 2026-05-12T03:44:10.839Z | | ---------------------------------------- this is the found type |
| 4363 | 2026-05-12T03:44:10.839Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4364 | 2026-05-12T03:44:10.839Z | note: required by a bound in `encode_and_send` |
| 4365 | 2026-05-12T03:44:10.839Z | --> dns-server/src/dns_server.rs:491:23 |
| 4366 | 2026-05-12T03:44:10.839Z | | |
| 4367 | 2026-05-12T03:44:10.839Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4368 | 2026-05-12T03:44:10.839Z | | --------------- required by a bound in this function |
| 4369 | 2026-05-12T03:44:10.839Z | ... |
| 4370 | 2026-05-12T03:44:10.839Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 4371 | 2026-05-12T03:44:10.839Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4372 | 2026-05-12T03:44:10.839Z | |
| 4373 | 2026-05-12T03:44:10.839Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4374 | 2026-05-12T03:44:10.839Z | --> dns-server/src/dns_server.rs:478:50 |
| 4375 | 2026-05-12T03:44:10.839Z | | |
| 4376 | 2026-05-12T03:44:10.839Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4377 | 2026-05-12T03:44:10.839Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4378 | 2026-05-12T03:44:10.839Z | | | |
| 4379 | 2026-05-12T03:44:10.839Z | | required by a bound introduced by this call |
| 4380 | 2026-05-12T03:44:10.839Z | | |
| 4381 | 2026-05-12T03:44:10.839Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4382 | 2026-05-12T03:44:10.840Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4383 | 2026-05-12T03:44:10.840Z | | |
| 4384 | 2026-05-12T03:44:10.840Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4385 | 2026-05-12T03:44:10.840Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4386 | 2026-05-12T03:44:10.840Z | | |
| 4387 | 2026-05-12T03:44:10.840Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4388 | 2026-05-12T03:44:10.840Z | | |
| 4389 | 2026-05-12T03:44:10.840Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4390 | 2026-05-12T03:44:10.840Z | | ---------------------------------------- this is the found type |
| 4391 | 2026-05-12T03:44:10.840Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4392 | 2026-05-12T03:44:10.840Z | note: required by a bound in `encode_and_send` |
| 4393 | 2026-05-12T03:44:10.840Z | --> dns-server/src/dns_server.rs:492:27 |
| 4394 | 2026-05-12T03:44:10.840Z | | |
| 4395 | 2026-05-12T03:44:10.840Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4396 | 2026-05-12T03:44:10.840Z | | --------------- required by a bound in this function |
| 4397 | 2026-05-12T03:44:10.840Z | ... |
| 4398 | 2026-05-12T03:44:10.840Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 4399 | 2026-05-12T03:44:10.840Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4400 | 2026-05-12T03:44:10.840Z | |
| 4401 | 2026-05-12T03:44:10.840Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4402 | 2026-05-12T03:44:10.840Z | --> dns-server/src/dns_server.rs:478:50 |
| 4403 | 2026-05-12T03:44:10.840Z | | |
| 4404 | 2026-05-12T03:44:10.840Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4405 | 2026-05-12T03:44:10.840Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4406 | 2026-05-12T03:44:10.840Z | | | |
| 4407 | 2026-05-12T03:44:10.840Z | | required by a bound introduced by this call |
| 4408 | 2026-05-12T03:44:10.840Z | | |
| 4409 | 2026-05-12T03:44:10.840Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4410 | 2026-05-12T03:44:10.841Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4411 | 2026-05-12T03:44:10.841Z | | |
| 4412 | 2026-05-12T03:44:10.841Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4413 | 2026-05-12T03:44:10.841Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4414 | 2026-05-12T03:44:10.841Z | | |
| 4415 | 2026-05-12T03:44:10.841Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4416 | 2026-05-12T03:44:10.841Z | | |
| 4417 | 2026-05-12T03:44:10.841Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4418 | 2026-05-12T03:44:10.841Z | | ---------------------------------------- this is the found type |
| 4419 | 2026-05-12T03:44:10.841Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4420 | 2026-05-12T03:44:10.841Z | note: required by a bound in `encode_and_send` |
| 4421 | 2026-05-12T03:44:10.841Z | --> dns-server/src/dns_server.rs:493:19 |
| 4422 | 2026-05-12T03:44:10.841Z | | |
| 4423 | 2026-05-12T03:44:10.841Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4424 | 2026-05-12T03:44:10.841Z | | --------------- required by a bound in this function |
| 4425 | 2026-05-12T03:44:10.841Z | ... |
| 4426 | 2026-05-12T03:44:10.841Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 4427 | 2026-05-12T03:44:10.841Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4428 | 2026-05-12T03:44:10.841Z | |
| 4429 | 2026-05-12T03:44:10.841Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4430 | 2026-05-12T03:44:10.841Z | --> dns-server/src/dns_server.rs:478:50 |
| 4431 | 2026-05-12T03:44:10.841Z | | |
| 4432 | 2026-05-12T03:44:10.841Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4433 | 2026-05-12T03:44:10.841Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4434 | 2026-05-12T03:44:10.841Z | | | |
| 4435 | 2026-05-12T03:44:10.841Z | | required by a bound introduced by this call |
| 4436 | 2026-05-12T03:44:10.841Z | | |
| 4437 | 2026-05-12T03:44:10.842Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4438 | 2026-05-12T03:44:10.842Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4439 | 2026-05-12T03:44:10.842Z | | |
| 4440 | 2026-05-12T03:44:10.842Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4441 | 2026-05-12T03:44:10.842Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4442 | 2026-05-12T03:44:10.842Z | | |
| 4443 | 2026-05-12T03:44:10.842Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4444 | 2026-05-12T03:44:10.842Z | | |
| 4445 | 2026-05-12T03:44:10.850Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4446 | 2026-05-12T03:44:10.851Z | | ---------------------------------------- this is the found type |
| 4447 | 2026-05-12T03:44:10.851Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4448 | 2026-05-12T03:44:10.851Z | note: required by a bound in `encode_and_send` |
| 4449 | 2026-05-12T03:44:10.851Z | --> dns-server/src/dns_server.rs:494:27 |
| 4450 | 2026-05-12T03:44:10.851Z | | |
| 4451 | 2026-05-12T03:44:10.851Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4452 | 2026-05-12T03:44:10.851Z | | --------------- required by a bound in this function |
| 4453 | 2026-05-12T03:44:10.851Z | ... |
| 4454 | 2026-05-12T03:44:10.851Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 4455 | 2026-05-12T03:44:10.851Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4456 | 2026-05-12T03:44:10.851Z | |
| 4457 | 2026-05-12T03:44:10.851Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4458 | 2026-05-12T03:44:10.851Z | --> dns-server/src/dns_server.rs:478:25 |
| 4459 | 2026-05-12T03:44:10.851Z | | |
| 4460 | 2026-05-12T03:44:10.851Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4461 | 2026-05-12T03:44:10.851Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4462 | 2026-05-12T03:44:10.851Z | | |
| 4463 | 2026-05-12T03:44:10.851Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4464 | 2026-05-12T03:44:10.851Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4465 | 2026-05-12T03:44:10.851Z | | |
| 4466 | 2026-05-12T03:44:10.852Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4467 | 2026-05-12T03:44:10.852Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4468 | 2026-05-12T03:44:10.852Z | | |
| 4469 | 2026-05-12T03:44:10.852Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4470 | 2026-05-12T03:44:10.852Z | | |
| 4471 | 2026-05-12T03:44:10.852Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4472 | 2026-05-12T03:44:10.852Z | | ---------------------------------------- this is the found type |
| 4473 | 2026-05-12T03:44:10.852Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4474 | 2026-05-12T03:44:10.852Z | note: required by a bound in `encode_and_send` |
| 4475 | 2026-05-12T03:44:10.852Z | --> dns-server/src/dns_server.rs:491:23 |
| 4476 | 2026-05-12T03:44:10.852Z | | |
| 4477 | 2026-05-12T03:44:10.852Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4478 | 2026-05-12T03:44:10.852Z | | --------------- required by a bound in this function |
| 4479 | 2026-05-12T03:44:10.852Z | ... |
| 4480 | 2026-05-12T03:44:10.852Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 4481 | 2026-05-12T03:44:10.852Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4482 | 2026-05-12T03:44:10.852Z | |
| 4483 | 2026-05-12T03:44:10.852Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4484 | 2026-05-12T03:44:10.852Z | --> dns-server/src/dns_server.rs:478:25 |
| 4485 | 2026-05-12T03:44:10.852Z | | |
| 4486 | 2026-05-12T03:44:10.852Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4487 | 2026-05-12T03:44:10.852Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4488 | 2026-05-12T03:44:10.852Z | | |
| 4489 | 2026-05-12T03:44:10.852Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4490 | 2026-05-12T03:44:10.852Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4491 | 2026-05-12T03:44:10.852Z | | |
| 4492 | 2026-05-12T03:44:10.852Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4493 | 2026-05-12T03:44:10.852Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4494 | 2026-05-12T03:44:10.853Z | | |
| 4495 | 2026-05-12T03:44:10.853Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4496 | 2026-05-12T03:44:10.853Z | | |
| 4497 | 2026-05-12T03:44:10.853Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4498 | 2026-05-12T03:44:10.853Z | | ---------------------------------------- this is the found type |
| 4499 | 2026-05-12T03:44:10.853Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4500 | 2026-05-12T03:44:10.853Z | note: required by a bound in `encode_and_send` |
| 4501 | 2026-05-12T03:44:10.853Z | --> dns-server/src/dns_server.rs:492:27 |
| 4502 | 2026-05-12T03:44:10.853Z | | |
| 4503 | 2026-05-12T03:44:10.853Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4504 | 2026-05-12T03:44:10.854Z | | --------------- required by a bound in this function |
| 4505 | 2026-05-12T03:44:10.854Z | ... |
| 4506 | 2026-05-12T03:44:10.854Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 4507 | 2026-05-12T03:44:10.854Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4508 | 2026-05-12T03:44:10.854Z | |
| 4509 | 2026-05-12T03:44:10.854Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4510 | 2026-05-12T03:44:10.854Z | --> dns-server/src/dns_server.rs:478:25 |
| 4511 | 2026-05-12T03:44:10.854Z | | |
| 4512 | 2026-05-12T03:44:10.854Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4513 | 2026-05-12T03:44:10.854Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4514 | 2026-05-12T03:44:10.854Z | | |
| 4515 | 2026-05-12T03:44:10.854Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4516 | 2026-05-12T03:44:10.854Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4517 | 2026-05-12T03:44:10.854Z | | |
| 4518 | 2026-05-12T03:44:10.854Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4519 | 2026-05-12T03:44:10.854Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4520 | 2026-05-12T03:44:10.854Z | | |
| 4521 | 2026-05-12T03:44:10.854Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4522 | 2026-05-12T03:44:10.854Z | | |
| 4523 | 2026-05-12T03:44:10.854Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4524 | 2026-05-12T03:44:10.854Z | | ---------------------------------------- this is the found type |
| 4525 | 2026-05-12T03:44:10.854Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4526 | 2026-05-12T03:44:10.854Z | note: required by a bound in `encode_and_send` |
| 4527 | 2026-05-12T03:44:10.854Z | --> dns-server/src/dns_server.rs:493:19 |
| 4528 | 2026-05-12T03:44:10.854Z | | |
| 4529 | 2026-05-12T03:44:10.854Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4530 | 2026-05-12T03:44:10.855Z | | --------------- required by a bound in this function |
| 4531 | 2026-05-12T03:44:10.855Z | ... |
| 4532 | 2026-05-12T03:44:10.855Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 4533 | 2026-05-12T03:44:10.855Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4534 | 2026-05-12T03:44:10.855Z | |
| 4535 | 2026-05-12T03:44:10.855Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4536 | 2026-05-12T03:44:10.855Z | --> dns-server/src/dns_server.rs:478:25 |
| 4537 | 2026-05-12T03:44:10.855Z | | |
| 4538 | 2026-05-12T03:44:10.855Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4539 | 2026-05-12T03:44:10.855Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4540 | 2026-05-12T03:44:10.855Z | | |
| 4541 | 2026-05-12T03:44:10.855Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4542 | 2026-05-12T03:44:10.855Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4543 | 2026-05-12T03:44:10.855Z | | |
| 4544 | 2026-05-12T03:44:10.855Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4545 | 2026-05-12T03:44:10.863Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4546 | 2026-05-12T03:44:10.863Z | | |
| 4547 | 2026-05-12T03:44:10.864Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4548 | 2026-05-12T03:44:10.864Z | | |
| 4549 | 2026-05-12T03:44:10.864Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4550 | 2026-05-12T03:44:10.864Z | | ---------------------------------------- this is the found type |
| 4551 | 2026-05-12T03:44:10.864Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4552 | 2026-05-12T03:44:10.864Z | note: required by a bound in `encode_and_send` |
| 4553 | 2026-05-12T03:44:10.864Z | --> dns-server/src/dns_server.rs:494:27 |
| 4554 | 2026-05-12T03:44:10.864Z | | |
| 4555 | 2026-05-12T03:44:10.864Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4556 | 2026-05-12T03:44:10.864Z | | --------------- required by a bound in this function |
| 4557 | 2026-05-12T03:44:10.864Z | ... |
| 4558 | 2026-05-12T03:44:10.864Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 4559 | 2026-05-12T03:44:10.864Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4560 | 2026-05-12T03:44:10.864Z | |
| 4561 | 2026-05-12T03:44:10.864Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4562 | 2026-05-12T03:44:10.864Z | --> dns-server/src/dns_server.rs:478:69 |
| 4563 | 2026-05-12T03:44:10.864Z | | |
| 4564 | 2026-05-12T03:44:10.864Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4565 | 2026-05-12T03:44:10.864Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4566 | 2026-05-12T03:44:10.864Z | | |
| 4567 | 2026-05-12T03:44:10.864Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4568 | 2026-05-12T03:44:10.864Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4569 | 2026-05-12T03:44:10.864Z | | |
| 4570 | 2026-05-12T03:44:10.864Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4571 | 2026-05-12T03:44:10.864Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4572 | 2026-05-12T03:44:10.864Z | | |
| 4573 | 2026-05-12T03:44:10.865Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4574 | 2026-05-12T03:44:10.865Z | | |
| 4575 | 2026-05-12T03:44:10.865Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4576 | 2026-05-12T03:44:10.865Z | | ---------------------------------------- this is the found type |
| 4577 | 2026-05-12T03:44:10.865Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4578 | 2026-05-12T03:44:10.865Z | note: required by a bound in `encode_and_send` |
| 4579 | 2026-05-12T03:44:10.865Z | --> dns-server/src/dns_server.rs:491:23 |
| 4580 | 2026-05-12T03:44:10.865Z | | |
| 4581 | 2026-05-12T03:44:10.865Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4582 | 2026-05-12T03:44:10.865Z | | --------------- required by a bound in this function |
| 4583 | 2026-05-12T03:44:10.865Z | ... |
| 4584 | 2026-05-12T03:44:10.865Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 4585 | 2026-05-12T03:44:10.865Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4586 | 2026-05-12T03:44:10.865Z | |
| 4587 | 2026-05-12T03:44:10.865Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4588 | 2026-05-12T03:44:10.865Z | --> dns-server/src/dns_server.rs:478:69 |
| 4589 | 2026-05-12T03:44:10.865Z | | |
| 4590 | 2026-05-12T03:44:10.865Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4591 | 2026-05-12T03:44:10.865Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4592 | 2026-05-12T03:44:10.865Z | | |
| 4593 | 2026-05-12T03:44:10.865Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4594 | 2026-05-12T03:44:10.865Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4595 | 2026-05-12T03:44:10.865Z | | |
| 4596 | 2026-05-12T03:44:10.865Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4597 | 2026-05-12T03:44:10.865Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4598 | 2026-05-12T03:44:10.865Z | | |
| 4599 | 2026-05-12T03:44:10.865Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4600 | 2026-05-12T03:44:10.866Z | | |
| 4601 | 2026-05-12T03:44:10.866Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4602 | 2026-05-12T03:44:10.866Z | | ---------------------------------------- this is the found type |
| 4603 | 2026-05-12T03:44:10.866Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4604 | 2026-05-12T03:44:10.866Z | note: required by a bound in `encode_and_send` |
| 4605 | 2026-05-12T03:44:10.866Z | --> dns-server/src/dns_server.rs:492:27 |
| 4606 | 2026-05-12T03:44:10.866Z | | |
| 4607 | 2026-05-12T03:44:10.866Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4608 | 2026-05-12T03:44:10.866Z | | --------------- required by a bound in this function |
| 4609 | 2026-05-12T03:44:10.866Z | ... |
| 4610 | 2026-05-12T03:44:10.866Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 4611 | 2026-05-12T03:44:10.866Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4612 | 2026-05-12T03:44:10.866Z | |
| 4613 | 2026-05-12T03:44:10.866Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4614 | 2026-05-12T03:44:10.866Z | --> dns-server/src/dns_server.rs:478:69 |
| 4615 | 2026-05-12T03:44:10.866Z | | |
| 4616 | 2026-05-12T03:44:10.866Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4617 | 2026-05-12T03:44:10.866Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4618 | 2026-05-12T03:44:10.866Z | | |
| 4619 | 2026-05-12T03:44:10.866Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4620 | 2026-05-12T03:44:10.866Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4621 | 2026-05-12T03:44:10.866Z | | |
| 4622 | 2026-05-12T03:44:10.866Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4623 | 2026-05-12T03:44:10.866Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4624 | 2026-05-12T03:44:10.866Z | | |
| 4625 | 2026-05-12T03:44:10.866Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4626 | 2026-05-12T03:44:10.866Z | | |
| 4627 | 2026-05-12T03:44:10.867Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4628 | 2026-05-12T03:44:10.867Z | | ---------------------------------------- this is the found type |
| 4629 | 2026-05-12T03:44:10.867Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4630 | 2026-05-12T03:44:10.867Z | note: required by a bound in `encode_and_send` |
| 4631 | 2026-05-12T03:44:10.867Z | --> dns-server/src/dns_server.rs:493:19 |
| 4632 | 2026-05-12T03:44:10.867Z | | |
| 4633 | 2026-05-12T03:44:10.867Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4634 | 2026-05-12T03:44:10.867Z | | --------------- required by a bound in this function |
| 4635 | 2026-05-12T03:44:10.867Z | ... |
| 4636 | 2026-05-12T03:44:10.867Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 4637 | 2026-05-12T03:44:10.867Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4638 | 2026-05-12T03:44:10.867Z | |
| 4639 | 2026-05-12T03:44:10.867Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4640 | 2026-05-12T03:44:10.867Z | --> dns-server/src/dns_server.rs:478:69 |
| 4641 | 2026-05-12T03:44:10.867Z | | |
| 4642 | 2026-05-12T03:44:10.867Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4643 | 2026-05-12T03:44:10.867Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4644 | 2026-05-12T03:44:10.867Z | | |
| 4645 | 2026-05-12T03:44:10.873Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4646 | 2026-05-12T03:44:10.873Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4647 | 2026-05-12T03:44:10.873Z | | |
| 4648 | 2026-05-12T03:44:10.873Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4649 | 2026-05-12T03:44:10.873Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4650 | 2026-05-12T03:44:10.873Z | | |
| 4651 | 2026-05-12T03:44:10.873Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4652 | 2026-05-12T03:44:10.873Z | | |
| 4653 | 2026-05-12T03:44:10.873Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4654 | 2026-05-12T03:44:10.873Z | | ---------------------------------------- this is the found type |
| 4655 | 2026-05-12T03:44:10.873Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4656 | 2026-05-12T03:44:10.873Z | note: required by a bound in `encode_and_send` |
| 4657 | 2026-05-12T03:44:10.873Z | --> dns-server/src/dns_server.rs:494:27 |
| 4658 | 2026-05-12T03:44:10.873Z | | |
| 4659 | 2026-05-12T03:44:10.873Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4660 | 2026-05-12T03:44:10.873Z | | --------------- required by a bound in this function |
| 4661 | 2026-05-12T03:44:10.874Z | ... |
| 4662 | 2026-05-12T03:44:10.874Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 4663 | 2026-05-12T03:44:10.874Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4664 | 2026-05-12T03:44:10.874Z | |
| 4665 | 2026-05-12T03:44:10.874Z | error[E0599]: the method `destructive_emit` exists for struct `MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>`, but its trait bounds were not satisfied |
| 4666 | 2026-05-12T03:44:10.874Z | --> dns-server/src/dns_server.rs:500:14 |
| 4667 | 2026-05-12T03:44:10.874Z | | |
| 4668 | 2026-05-12T03:44:10.874Z | 499 | let _ = mresp |
| 4669 | 2026-05-12T03:44:10.874Z | | _________________- |
| 4670 | 2026-05-12T03:44:10.874Z | 500 | | .destructive_emit(&mut enc) |
| 4671 | 2026-05-12T03:44:10.874Z | | | -^^^^^^^^^^^^^^^^ method cannot be called due to unsatisfied trait bounds |
| 4672 | 2026-05-12T03:44:10.874Z | | |_____________| |
| 4673 | 2026-05-12T03:44:10.874Z | | |
| 4674 | 2026-05-12T03:44:10.874Z | | |
| 4675 | 2026-05-12T03:44:10.874Z | = note: the following trait bounds were not satisfied: |
| 4676 | 2026-05-12T03:44:10.874Z | `<Answers as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record` |
| 4677 | 2026-05-12T03:44:10.874Z | `<NameServers as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record` |
| 4678 | 2026-05-12T03:44:10.874Z | `<Soa as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record` |
| 4679 | 2026-05-12T03:44:10.874Z | `<Additionals as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record` |
| 4680 | 2026-05-12T03:44:10.874Z | |
| 4681 | 2026-05-12T03:44:10.874Z | error[E0308]: mismatched types |
| 4682 | 2026-05-12T03:44:10.874Z | --> dns-server/src/dns_server.rs:229:35 |
| 4683 | 2026-05-12T03:44:10.874Z | | |
| 4684 | 2026-05-12T03:44:10.874Z | 229 | Ok(Record::from_rdata(name.clone(), 0, RData::A((*addr).into()))) |
| 4685 | 2026-05-12T03:44:10.874Z | | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4686 | 2026-05-12T03:44:10.874Z | | | |
| 4687 | 2026-05-12T03:44:10.874Z | | arguments to this function are incorrect |
| 4688 | 2026-05-12T03:44:10.874Z | | |
| 4689 | 2026-05-12T03:44:10.875Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4690 | 2026-05-12T03:44:10.875Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4691 | 2026-05-12T03:44:10.875Z | | |
| 4692 | 2026-05-12T03:44:10.875Z | 34 | pub struct Name { |
| 4693 | 2026-05-12T03:44:10.875Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4694 | 2026-05-12T03:44:10.875Z | | |
| 4695 | 2026-05-12T03:44:10.875Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4696 | 2026-05-12T03:44:10.875Z | | |
| 4697 | 2026-05-12T03:44:10.875Z | 37 | pub struct Name { |
| 4698 | 2026-05-12T03:44:10.875Z | | --------------- this is the found type |
| 4699 | 2026-05-12T03:44:10.875Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4700 | 2026-05-12T03:44:10.875Z | note: associated function defined here |
| 4701 | 2026-05-12T03:44:10.875Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 4702 | 2026-05-12T03:44:10.875Z | | |
| 4703 | 2026-05-12T03:44:10.875Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 4704 | 2026-05-12T03:44:10.875Z | | ^^^^^^^^^^ |
| 4705 | 2026-05-12T03:44:10.875Z | |
| 4706 | 2026-05-12T03:44:10.875Z | error[E0308]: mismatched types |
| 4707 | 2026-05-12T03:44:10.875Z | --> dns-server/src/dns_server.rs:233:35 |
| 4708 | 2026-05-12T03:44:10.875Z | | |
| 4709 | 2026-05-12T03:44:10.875Z | 233 | Ok(Record::from_rdata(name.clone(), 0, RData::AAAA((*addr).into()))) |
| 4710 | 2026-05-12T03:44:10.875Z | | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4711 | 2026-05-12T03:44:10.875Z | | | |
| 4712 | 2026-05-12T03:44:10.875Z | | arguments to this function are incorrect |
| 4713 | 2026-05-12T03:44:10.875Z | | |
| 4714 | 2026-05-12T03:44:10.875Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4715 | 2026-05-12T03:44:10.875Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4716 | 2026-05-12T03:44:10.875Z | | |
| 4717 | 2026-05-12T03:44:10.875Z | 34 | pub struct Name { |
| 4718 | 2026-05-12T03:44:10.876Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4719 | 2026-05-12T03:44:10.876Z | | |
| 4720 | 2026-05-12T03:44:10.876Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4721 | 2026-05-12T03:44:10.876Z | | |
| 4722 | 2026-05-12T03:44:10.876Z | 37 | pub struct Name { |
| 4723 | 2026-05-12T03:44:10.876Z | | --------------- this is the found type |
| 4724 | 2026-05-12T03:44:10.876Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4725 | 2026-05-12T03:44:10.876Z | note: associated function defined here |
| 4726 | 2026-05-12T03:44:10.876Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 4727 | 2026-05-12T03:44:10.876Z | | |
| 4728 | 2026-05-12T03:44:10.876Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 4729 | 2026-05-12T03:44:10.876Z | | ^^^^^^^^^^ |
| 4730 | 2026-05-12T03:44:10.876Z | |
| 4731 | 2026-05-12T03:44:10.876Z | error[E0308]: mismatched types |
| 4732 | 2026-05-12T03:44:10.876Z | --> dns-server/src/dns_server.rs:247:60 |
| 4733 | 2026-05-12T03:44:10.876Z | | |
| 4734 | 2026-05-12T03:44:10.876Z | 247 | RData::SRV(SRV::new(*prio, *weight, *port, tgt)), |
| 4735 | 2026-05-12T03:44:10.876Z | | -------- ^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4736 | 2026-05-12T03:44:10.876Z | | | |
| 4737 | 2026-05-12T03:44:10.876Z | | arguments to this function are incorrect |
| 4738 | 2026-05-12T03:44:10.876Z | | |
| 4739 | 2026-05-12T03:44:10.876Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4740 | 2026-05-12T03:44:10.877Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4741 | 2026-05-12T03:44:10.877Z | | |
| 4742 | 2026-05-12T03:44:10.877Z | 34 | pub struct Name { |
| 4743 | 2026-05-12T03:44:10.877Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4744 | 2026-05-12T03:44:10.877Z | | |
| 4745 | 2026-05-12T03:44:10.889Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4746 | 2026-05-12T03:44:10.889Z | | |
| 4747 | 2026-05-12T03:44:10.889Z | 37 | pub struct Name { |
| 4748 | 2026-05-12T03:44:10.889Z | | --------------- this is the found type |
| 4749 | 2026-05-12T03:44:10.890Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4750 | 2026-05-12T03:44:10.890Z | note: associated function defined here |
| 4751 | 2026-05-12T03:44:10.890Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/srv.rs:174:12 |
| 4752 | 2026-05-12T03:44:10.890Z | | |
| 4753 | 2026-05-12T03:44:10.890Z | 174 | pub fn new(priority: u16, weight: u16, port: u16, target: Name) -> Self { |
| 4754 | 2026-05-12T03:44:10.890Z | | ^^^ |
| 4755 | 2026-05-12T03:44:10.890Z | |
| 4756 | 2026-05-12T03:44:10.890Z | error[E0308]: mismatched types |
| 4757 | 2026-05-12T03:44:10.890Z | --> dns-server/src/dns_server.rs:245:17 |
| 4758 | 2026-05-12T03:44:10.890Z | | |
| 4759 | 2026-05-12T03:44:10.890Z | 244 | Ok(Record::from_rdata( |
| 4760 | 2026-05-12T03:44:10.890Z | | ------------------ arguments to this function are incorrect |
| 4761 | 2026-05-12T03:44:10.890Z | 245 | name.clone(), |
| 4762 | 2026-05-12T03:44:10.891Z | | ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4763 | 2026-05-12T03:44:10.891Z | | |
| 4764 | 2026-05-12T03:44:10.891Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4765 | 2026-05-12T03:44:10.891Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4766 | 2026-05-12T03:44:10.891Z | | |
| 4767 | 2026-05-12T03:44:10.891Z | 34 | pub struct Name { |
| 4768 | 2026-05-12T03:44:10.891Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4769 | 2026-05-12T03:44:10.891Z | | |
| 4770 | 2026-05-12T03:44:10.891Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4771 | 2026-05-12T03:44:10.891Z | | |
| 4772 | 2026-05-12T03:44:10.891Z | 37 | pub struct Name { |
| 4773 | 2026-05-12T03:44:10.891Z | | --------------- this is the found type |
| 4774 | 2026-05-12T03:44:10.892Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4775 | 2026-05-12T03:44:10.892Z | note: associated function defined here |
| 4776 | 2026-05-12T03:44:10.892Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 4777 | 2026-05-12T03:44:10.892Z | | |
| 4778 | 2026-05-12T03:44:10.892Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 4779 | 2026-05-12T03:44:10.892Z | | ^^^^^^^^^^ |
| 4780 | 2026-05-12T03:44:10.892Z | |
| 4781 | 2026-05-12T03:44:10.892Z | error[E0308]: mismatched types |
| 4782 | 2026-05-12T03:44:10.892Z | --> dns-server/src/dns_server.rs:259:65 |
| 4783 | 2026-05-12T03:44:10.892Z | | |
| 4784 | 2026-05-12T03:44:10.892Z | 259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname)))) |
| 4785 | 2026-05-12T03:44:10.892Z | | -- ^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4786 | 2026-05-12T03:44:10.892Z | | | |
| 4787 | 2026-05-12T03:44:10.892Z | | arguments to this struct are incorrect |
| 4788 | 2026-05-12T03:44:10.892Z | | |
| 4789 | 2026-05-12T03:44:10.892Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4790 | 2026-05-12T03:44:10.892Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4791 | 2026-05-12T03:44:10.892Z | | |
| 4792 | 2026-05-12T03:44:10.892Z | 34 | pub struct Name { |
| 4793 | 2026-05-12T03:44:10.892Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4794 | 2026-05-12T03:44:10.892Z | | |
| 4795 | 2026-05-12T03:44:10.892Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4796 | 2026-05-12T03:44:10.893Z | | |
| 4797 | 2026-05-12T03:44:10.893Z | 37 | pub struct Name { |
| 4798 | 2026-05-12T03:44:10.893Z | | --------------- this is the found type |
| 4799 | 2026-05-12T03:44:10.893Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4800 | 2026-05-12T03:44:10.893Z | note: tuple struct defined here |
| 4801 | 2026-05-12T03:44:10.893Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/name.rs:98:13 |
| 4802 | 2026-05-12T03:44:10.893Z | | |
| 4803 | 2026-05-12T03:44:10.893Z | 98 | name_rdata!(NS, RDataEncoding::StandardRecord); |
| 4804 | 2026-05-12T03:44:10.893Z | | ^^ |
| 4805 | 2026-05-12T03:44:10.893Z | |
| 4806 | 2026-05-12T03:44:10.893Z | error[E0308]: mismatched types |
| 4807 | 2026-05-12T03:44:10.893Z | --> dns-server/src/dns_server.rs:259:35 |
| 4808 | 2026-05-12T03:44:10.893Z | | |
| 4809 | 2026-05-12T03:44:10.893Z | 259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname)))) |
| 4810 | 2026-05-12T03:44:10.893Z | | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4811 | 2026-05-12T03:44:10.893Z | | | |
| 4812 | 2026-05-12T03:44:10.893Z | | arguments to this function are incorrect |
| 4813 | 2026-05-12T03:44:10.893Z | | |
| 4814 | 2026-05-12T03:44:10.893Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4815 | 2026-05-12T03:44:10.893Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4816 | 2026-05-12T03:44:10.893Z | | |
| 4817 | 2026-05-12T03:44:10.893Z | 34 | pub struct Name { |
| 4818 | 2026-05-12T03:44:10.893Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4819 | 2026-05-12T03:44:10.893Z | | |
| 4820 | 2026-05-12T03:44:10.893Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4821 | 2026-05-12T03:44:10.893Z | | |
| 4822 | 2026-05-12T03:44:10.893Z | 37 | pub struct Name { |
| 4823 | 2026-05-12T03:44:10.893Z | | --------------- this is the found type |
| 4824 | 2026-05-12T03:44:10.894Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4825 | 2026-05-12T03:44:10.894Z | note: associated function defined here |
| 4826 | 2026-05-12T03:44:10.894Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 4827 | 2026-05-12T03:44:10.894Z | | |
| 4828 | 2026-05-12T03:44:10.894Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 4829 | 2026-05-12T03:44:10.894Z | | ^^^^^^^^^^ |
| 4830 | 2026-05-12T03:44:10.894Z | |
| 4831 | 2026-05-12T03:44:10.894Z | error[E0308]: arguments to this function are incorrect |
| 4832 | 2026-05-12T03:44:10.894Z | --> dns-server/src/storage.rs:448:43 |
| 4833 | 2026-05-12T03:44:10.894Z | | |
| 4834 | 2026-05-12T03:44:10.894Z | 448 | hickory_proto::rr::RData::SOA(hickory_proto::rr::rdata::SOA::new( |
| 4835 | 2026-05-12T03:44:10.894Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 4836 | 2026-05-12T03:44:10.894Z | 449 | preferred_nameserver, |
| 4837 | 2026-05-12T03:44:10.894Z | | -------------------- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4838 | 2026-05-12T03:44:10.894Z | 450 | rname, |
| 4839 | 2026-05-12T03:44:10.894Z | | ----- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4840 | 2026-05-12T03:44:10.894Z | | |
| 4841 | 2026-05-12T03:44:10.894Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4842 | 2026-05-12T03:44:10.894Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4843 | 2026-05-12T03:44:10.894Z | | |
| 4844 | 2026-05-12T03:44:10.894Z | 34 | pub struct Name { |
| 4845 | 2026-05-12T03:44:10.907Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4846 | 2026-05-12T03:44:10.908Z | | |
| 4847 | 2026-05-12T03:44:10.908Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4848 | 2026-05-12T03:44:10.908Z | | |
| 4849 | 2026-05-12T03:44:10.908Z | 37 | pub struct Name { |
| 4850 | 2026-05-12T03:44:10.908Z | | --------------- this is the found type |
| 4851 | 2026-05-12T03:44:10.908Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4852 | 2026-05-12T03:44:10.908Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4853 | 2026-05-12T03:44:10.908Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4854 | 2026-05-12T03:44:10.908Z | | |
| 4855 | 2026-05-12T03:44:10.908Z | 34 | pub struct Name { |
| 4856 | 2026-05-12T03:44:10.908Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4857 | 2026-05-12T03:44:10.908Z | | |
| 4858 | 2026-05-12T03:44:10.908Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4859 | 2026-05-12T03:44:10.908Z | | |
| 4860 | 2026-05-12T03:44:10.908Z | 37 | pub struct Name { |
| 4861 | 2026-05-12T03:44:10.908Z | | --------------- this is the found type |
| 4862 | 2026-05-12T03:44:10.908Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4863 | 2026-05-12T03:44:10.909Z | note: associated function defined here |
| 4864 | 2026-05-12T03:44:10.909Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/soa.rs:154:12 |
| 4865 | 2026-05-12T03:44:10.909Z | | |
| 4866 | 2026-05-12T03:44:10.909Z | 154 | pub fn new( |
| 4867 | 2026-05-12T03:44:10.909Z | | ^^^ |
| 4868 | 2026-05-12T03:44:10.909Z | |
| 4869 | 2026-05-12T03:44:10.909Z | error[E0308]: mismatched types |
| 4870 | 2026-05-12T03:44:10.909Z | --> dns-server/src/storage.rs:446:13 |
| 4871 | 2026-05-12T03:44:10.909Z | | |
| 4872 | 2026-05-12T03:44:10.909Z | 445 | let record = hickory_proto::rr::Record::from_rdata( |
| 4873 | 2026-05-12T03:44:10.909Z | | ------------------------------------- arguments to this function are incorrect |
| 4874 | 2026-05-12T03:44:10.909Z | 446 | soa_name, |
| 4875 | 2026-05-12T03:44:10.909Z | | ^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4876 | 2026-05-12T03:44:10.909Z | | |
| 4877 | 2026-05-12T03:44:10.909Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4878 | 2026-05-12T03:44:10.909Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4879 | 2026-05-12T03:44:10.909Z | | |
| 4880 | 2026-05-12T03:44:10.909Z | 34 | pub struct Name { |
| 4881 | 2026-05-12T03:44:10.910Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4882 | 2026-05-12T03:44:10.910Z | | |
| 4883 | 2026-05-12T03:44:10.910Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4884 | 2026-05-12T03:44:10.910Z | | |
| 4885 | 2026-05-12T03:44:10.910Z | 37 | pub struct Name { |
| 4886 | 2026-05-12T03:44:10.910Z | | --------------- this is the found type |
| 4887 | 2026-05-12T03:44:10.910Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4888 | 2026-05-12T03:44:10.910Z | note: associated function defined here |
| 4889 | 2026-05-12T03:44:10.910Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 4890 | 2026-05-12T03:44:10.910Z | | |
| 4891 | 2026-05-12T03:44:10.910Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 4892 | 2026-05-12T03:44:10.910Z | | ^^^^^^^^^^ |
| 4893 | 2026-05-12T03:44:10.910Z | |
| 4894 | 2026-05-12T03:44:10.910Z | error[E0308]: mismatched types |
| 4895 | 2026-05-12T03:44:10.910Z | --> dns-server/src/storage.rs:768:30 |
| 4896 | 2026-05-12T03:44:10.910Z | | |
| 4897 | 2026-05-12T03:44:10.910Z | 768 | self.query_raw(name, orig_name) |
| 4898 | 2026-05-12T03:44:10.910Z | | --------- ^^^^^^^^^ expected `hickory_resolver::Name`, found `hickory_proto::rr::Name` |
| 4899 | 2026-05-12T03:44:10.910Z | | | |
| 4900 | 2026-05-12T03:44:10.910Z | | arguments to this method are incorrect |
| 4901 | 2026-05-12T03:44:10.910Z | | |
| 4902 | 2026-05-12T03:44:10.910Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4903 | 2026-05-12T03:44:10.910Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4904 | 2026-05-12T03:44:10.910Z | | |
| 4905 | 2026-05-12T03:44:10.910Z | 37 | pub struct Name { |
| 4906 | 2026-05-12T03:44:10.910Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4907 | 2026-05-12T03:44:10.910Z | | |
| 4908 | 2026-05-12T03:44:10.910Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4909 | 2026-05-12T03:44:10.910Z | | |
| 4910 | 2026-05-12T03:44:10.910Z | 34 | pub struct Name { |
| 4911 | 2026-05-12T03:44:10.910Z | | --------------- this is the found type |
| 4912 | 2026-05-12T03:44:10.910Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4913 | 2026-05-12T03:44:10.910Z | note: method defined here |
| 4914 | 2026-05-12T03:44:10.910Z | --> dns-server/src/storage.rs:780:8 |
| 4915 | 2026-05-12T03:44:10.910Z | | |
| 4916 | 2026-05-12T03:44:10.910Z | 780 | fn query_raw( |
| 4917 | 2026-05-12T03:44:10.910Z | | ^^^^^^^^^ |
| 4918 | 2026-05-12T03:44:10.910Z | ... |
| 4919 | 2026-05-12T03:44:10.911Z | 783 | orig_name: &Name, |
| 4920 | 2026-05-12T03:44:10.911Z | | ---------------- |
| 4921 | 2026-05-12T03:44:10.911Z | |
| 4922 | 2026-05-12T03:44:10.911Z | error[E0308]: mismatched types |
| 4923 | 2026-05-12T03:44:10.911Z | --> dns-server/src/storage.rs:777:40 |
| 4924 | 2026-05-12T03:44:10.911Z | | |
| 4925 | 2026-05-12T03:44:10.911Z | 777 | self.query_raw(&LowerName::new(name), name) |
| 4926 | 2026-05-12T03:44:10.911Z | | -------------- ^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4927 | 2026-05-12T03:44:10.911Z | | | |
| 4928 | 2026-05-12T03:44:10.911Z | | arguments to this function are incorrect |
| 4929 | 2026-05-12T03:44:10.911Z | | |
| 4930 | 2026-05-12T03:44:10.911Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4931 | 2026-05-12T03:44:10.911Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4932 | 2026-05-12T03:44:10.911Z | | |
| 4933 | 2026-05-12T03:44:10.911Z | 34 | pub struct Name { |
| 4934 | 2026-05-12T03:44:10.911Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4935 | 2026-05-12T03:44:10.911Z | | |
| 4936 | 2026-05-12T03:44:10.911Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4937 | 2026-05-12T03:44:10.911Z | | |
| 4938 | 2026-05-12T03:44:10.911Z | 37 | pub struct Name { |
| 4939 | 2026-05-12T03:44:10.911Z | | --------------- this is the found type |
| 4940 | 2026-05-12T03:44:10.911Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4941 | 2026-05-12T03:44:10.911Z | note: associated function defined here |
| 4942 | 2026-05-12T03:44:10.911Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:37:12 |
| 4943 | 2026-05-12T03:44:10.911Z | | |
| 4944 | 2026-05-12T03:44:10.911Z | 37 | pub fn new(name: &Name) -> Self { |
| 4945 | 2026-05-12T03:44:10.920Z | | ^^^ |
| 4946 | 2026-05-12T03:44:10.920Z | |
| 4947 | 2026-05-12T03:44:10.920Z | error[E0277]: the trait bound `hickory_proto::rr::LowerName: std::convert::From<hickory_resolver::Name>` is not satisfied |
| 4948 | 2026-05-12T03:44:10.920Z | --> dns-server/src/storage.rs:791:33 |
| 4949 | 2026-05-12T03:44:10.920Z | | |
| 4950 | 2026-05-12T03:44:10.920Z | 791 | let zone_name = LowerName::from(Name::from_str(&z).unwrap()); |
| 4951 | 2026-05-12T03:44:10.920Z | | ^^^^^^^^^ the trait `std::convert::From<hickory_resolver::Name>` is not implemented for `hickory_proto::rr::LowerName` |
| 4952 | 2026-05-12T03:44:10.920Z | | |
| 4953 | 2026-05-12T03:44:10.920Z | help: item with same name found |
| 4954 | 2026-05-12T03:44:10.920Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/lower_name.rs:28:1 |
| 4955 | 2026-05-12T03:44:10.920Z | | |
| 4956 | 2026-05-12T03:44:10.920Z | 28 | pub struct LowerName(Name); |
| 4957 | 2026-05-12T03:44:10.920Z | | ^^^^^^^^^^^^^^^^^^^^ |
| 4958 | 2026-05-12T03:44:10.920Z | = note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4959 | 2026-05-12T03:44:10.920Z | help: the following other types implement trait `std::convert::From<T>` |
| 4960 | 2026-05-12T03:44:10.920Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:240:1 |
| 4961 | 2026-05-12T03:44:10.920Z | | |
| 4962 | 2026-05-12T03:44:10.920Z | 240 | impl From<Name> for LowerName { |
| 4963 | 2026-05-12T03:44:10.920Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<hickory_proto::rr::Name>` |
| 4964 | 2026-05-12T03:44:10.920Z | ... |
| 4965 | 2026-05-12T03:44:10.920Z | 246 | impl<'a> From<&'a Name> for LowerName { |
| 4966 | 2026-05-12T03:44:10.920Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<&hickory_proto::rr::Name>` |
| 4967 | 2026-05-12T03:44:10.920Z | = note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4968 | 2026-05-12T03:44:10.920Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4969 | 2026-05-12T03:44:10.920Z | |
| 4970 | 2026-05-12T03:44:10.932Z | Some errors have detailed explanations: E0271, E0277, E0308, E0599. |
| 4971 | 2026-05-12T03:44:10.932Z | For more information about an error, try `rustc --explain E0271`. |
| 4972 | 2026-05-12T03:44:10.976Z | error: could not compile `dns-server` (lib) due to 60 previous errors |
| 4973 | 2026-05-12T03:44:11.181Z | 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) |
| 4974 | 2026-05-12T03:44:11.187Z | Error: cargo-hack install failed: exit status: 1 |
| 4975 | 2026-05-12T03:44:11.187Z | |
| 4976 | 2026-05-12T03:44:11.187Z | real 3:56.647857555 |
| 4977 | 2026-05-12T03:44:11.187Z | user 6:54.378023425 |
| 4978 | 2026-05-12T03:44:11.187Z | sys 1:55.492205455 |
| 4979 | 2026-05-12T03:44:11.187Z | trap 0.154248977 |
| 4980 | 2026-05-12T03:44:11.187Z | tflt 0.234176685 |
| 4981 | 2026-05-12T03:44:11.187Z | dflt 0.528739324 |
| 4982 | 2026-05-12T03:44:11.187Z | kflt 0.001755181 |
| 4983 | 2026-05-12T03:44:11.187Z | lock 20:48.691827347 |
| 4984 | 2026-05-12T03:44:11.187Z | slp 29:28.261696078 |
| 4985 | 2026-05-12T03:44:11.187Z | lat 33.714386783 |
| 4986 | 2026-05-12T03:44:11.187Z | stop 2:05.729907419 |
| 4987 | 2026-05-12T03:44:11.187Z | process exited: duration 374931 ms, exit code 1 |
| |
| 4988 | 2026-05-12T03:44:11.200Z | found 0 output files |