|
|
|
| 1 | 2026-05-20T23:23:40.706Z | job assigned to worker 01KS3V64382ZJ9SZSDKVH30FWR [factory aws, i-0174e5d4864d2fffc] (queued for 46 s) |
| |
| 2 | 2026-05-20T23:23:47.597Z | starting task 0: "setup" |
| 3 | 2026-05-20T23:23:47.602Z | ++ uname -s |
| 4 | 2026-05-20T23:23:47.605Z | + kern=SunOS |
| 5 | 2026-05-20T23:23:47.605Z | + build_user=build |
| 6 | 2026-05-20T23:23:47.605Z | + build_uid=12345 |
| 7 | 2026-05-20T23:23:47.605Z | + work_dir=/work |
| 8 | 2026-05-20T23:23:47.605Z | + input_dir=/input |
| 9 | 2026-05-20T23:23:47.605Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-20T23:23:47.605Z | + case "$kern" in |
| 11 | 2026-05-20T23:23:47.605Z | + groupadd -g 12345 build |
| 12 | 2026-05-20T23:23:47.612Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-20T23:23:49.619Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-20T23:23:49.688Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-20T23:23:49.691Z | + home_fs=zfs |
| 16 | 2026-05-20T23:23:49.691Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-20T23:23:49.691Z | + mkdir -p /home/build |
| 18 | 2026-05-20T23:23:49.691Z | + chown build:build /home/build /work |
| 19 | 2026-05-20T23:23:51.692Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-20T23:23:51.695Z | process exited: duration 4098 ms, exit code 0 |
| |
| 21 | 2026-05-20T23:23:51.701Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-20T23:23:51.705Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-20T23:23:51.705Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-20T23:23:51.705Z | * rust toolchain profile = "default" |
| 25 | 2026-05-20T23:23:51.705Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-20T23:23:51.705Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-20T23:23:51.705Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-20T23:23:51.708Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-20T23:23:51.708Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-20T23:23:51.788Z | info: downloading installer |
| 31 | 2026-05-20T23:23:53.157Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-20T23:23:53.158Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-20T23:23:53.158Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-20T23:23:53.158Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-20T23:23:53.171Z | info: profile set to default |
| 36 | 2026-05-20T23:23:53.171Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-20T23:23:53.174Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-20T23:23:53.323Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-20T23:23:53.327Z | info: downloading 6 components |
| 40 | 2026-05-20T23:24:07.486Z | |
| 41 | 2026-05-20T23:24:07.486Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 42 | 2026-05-20T23:24:07.526Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-20T23:24:07.526Z | |
| 44 | 2026-05-20T23:24:07.526Z | |
| 45 | 2026-05-20T23:24:07.526Z | Rust is installed now. Great! |
| 46 | 2026-05-20T23:24:07.526Z | |
| 47 | 2026-05-20T23:24:07.526Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-20T23:24:07.526Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-20T23:24:07.527Z | |
| 50 | 2026-05-20T23:24:07.527Z | To configure your current shell, you need to source |
| 51 | 2026-05-20T23:24:07.527Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-20T23:24:07.527Z | |
| 53 | 2026-05-20T23:24:07.527Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-20T23:24:07.527Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-20T23:24:07.527Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-20T23:24:07.527Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-20T23:24:07.527Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-20T23:24:07.531Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-20T23:24:07.531Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-20T23:24:07.531Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-20T23:24:07.531Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-20T23:24:07.614Z | + rustup --version |
| 63 | 2026-05-20T23:24:07.622Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-20T23:24:07.625Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-20T23:24:07.644Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-20T23:24:07.647Z | + cargo --version |
| 67 | 2026-05-20T23:24:07.659Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-20T23:24:07.662Z | + rustc --version |
| 69 | 2026-05-20T23:24:07.681Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-20T23:24:07.684Z | process exited: duration 15982 ms, exit code 0 |
| |
| 71 | 2026-05-20T23:24:07.690Z | starting task 2: "authentication" |
| 72 | 2026-05-20T23:24:07.706Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-05-20T23:24:07.711Z | starting task 3: "clone repository" |
| 74 | 2026-05-20T23:24:07.715Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-20T23:24:07.721Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-20T23:24:07.760Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-20T23:24:20.835Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-20T23:24:20.835Z | + git fetch origin 6ee581e857202902453035f8c14e6a6b0fc64632 |
| 79 | 2026-05-20T23:24:20.835Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-20T23:24:20.836Z | * branch 6ee581e857202902453035f8c14e6a6b0fc64632 -> FETCH_HEAD |
| 81 | 2026-05-20T23:24:20.836Z | + [[ -n renovate/crate-hickory-proto-vulnerability ]] |
| 82 | 2026-05-20T23:24:20.836Z | ++ git branch --show-current |
| 83 | 2026-05-20T23:24:20.836Z | + current=main |
| 84 | 2026-05-20T23:24:20.836Z | + [[ main != renovate/crate-hickory-proto-vulnerability ]] |
| 85 | 2026-05-20T23:24:20.836Z | + git branch -f renovate/crate-hickory-proto-vulnerability 6ee581e857202902453035f8c14e6a6b0fc64632 |
| 86 | 2026-05-20T23:24:20.836Z | + git checkout -f renovate/crate-hickory-proto-vulnerability |
| 87 | 2026-05-20T23:24:20.836Z | Switched to branch 'renovate/crate-hickory-proto-vulnerability' |
| 88 | 2026-05-20T23:24:20.836Z | + git reset --hard 6ee581e857202902453035f8c14e6a6b0fc64632 |
| 89 | 2026-05-20T23:24:20.836Z | HEAD is now at 6ee581e85 Update Rust crate hickory-proto to 0.26.0 [SECURITY] |
| 90 | 2026-05-20T23:24:20.836Z | process exited: duration 10836 ms, exit code 0 |
| |
| 91 | 2026-05-20T23:24:20.888Z | starting task 4: "build" |
| 92 | 2026-05-20T23:24:20.902Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-20T23:24:20.902Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-20T23:24:20.903Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-20T23:24:20.903Z | + cargo --version |
| 96 | 2026-05-20T23:24:20.903Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-20T23:24:20.903Z | + rustc --version |
| 98 | 2026-05-20T23:24:20.907Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-20T23:24:20.907Z | + source ./env.sh |
| 100 | 2026-05-20T23:24:20.907Z | ++ OLD_SHELL_OPTS=ehxB |
| 101 | 2026-05-20T23:24:20.907Z | ++ set -o xtrace |
| 102 | 2026-05-20T23:24:20.907Z | ++++ dirname ./env.sh |
| 103 | 2026-05-20T23:24:20.914Z | +++ readlink -f . |
| 104 | 2026-05-20T23:24:20.918Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 105 | 2026-05-20T23:24:20.918Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 106 | 2026-05-20T23:24:20.918Z | ++ 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-20T23:24:20.918Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 108 | 2026-05-20T23:24:20.918Z | ++ 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-20T23:24:20.918Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2026-05-20T23:24:20.918Z | ++ 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-20T23:24:20.918Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 112 | 2026-05-20T23:24:20.918Z | ++ 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-20T23:24:20.918Z | ++ case $OLD_SHELL_OPTS in |
| 114 | 2026-05-20T23:24:20.918Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 115 | 2026-05-20T23:24:20.918Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 116 | 2026-05-20T23:24:20.918Z | + 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-20T23:24:20.918Z | + banner prerequisites |
| 118 | 2026-05-20T23:24:20.922Z | |
| 119 | 2026-05-20T23:24:20.922Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 120 | 2026-05-20T23:24:20.922Z | # # # # # # # # # # # # # # # |
| 121 | 2026-05-20T23:24:20.922Z | # # # # ##### # # ##### # # # # # #### # |
| 122 | 2026-05-20T23:24:20.922Z | ##### ##### # ##### # # # # # # # # # |
| 123 | 2026-05-20T23:24:20.922Z | # # # # # # # # # # # # # # # |
| 124 | 2026-05-20T23:24:20.922Z | # # # ###### # # ###### ### # #### # #### # |
| 125 | 2026-05-20T23:24:20.922Z | |
| 126 | 2026-05-20T23:24:20.922Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 127 | 2026-05-20T23:24:22.792Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-05-20T23:24:22.856Z | Startup: Caching catalogs ... Done |
| 129 | 2026-05-20T23:24:23.064Z | Planning: Solver setup ... Done (0.172s) |
| 130 | 2026-05-20T23:24:23.075Z | Planning: Running solver ... Done (0.016s) |
| 131 | 2026-05-20T23:24:23.087Z | Planning: Finding local manifests ... Done (0.008s) |
| 132 | 2026-05-20T23:24:23.098Z | Planning: Fetching manifests: 0/2 0% complete |
| 133 | 2026-05-20T23:24:23.119Z | Planning: Fetching manifests: 2/2 100% complete |
| 134 | 2026-05-20T23:24:23.134Z | Planning: Package planning ... Done (0.013s) |
| 135 | 2026-05-20T23:24:23.138Z | Planning: Merging actions ... Done (0.001s) |
| 136 | 2026-05-20T23:24:23.325Z | Planning: Checking for conflicting actions ... Done (0.191s) |
| 137 | 2026-05-20T23:24:23.328Z | Planning: Consolidating action changes ... Done (0.001s) |
| 138 | 2026-05-20T23:24:24.651Z | Planning: Evaluating mediators ... Done (1.326s) |
| 139 | 2026-05-20T23:24:24.654Z | Planning: Planning completed in 1.78 seconds |
| 140 | 2026-05-20T23:24:24.661Z | Packages to install: 2 |
| 141 | 2026-05-20T23:24:24.665Z | Estimated space available: 156.07 GB |
| 142 | 2026-05-20T23:24:24.665Z | Estimated space to be consumed: 19.75 MB |
| 143 | 2026-05-20T23:24:24.665Z | Create boot environment: No |
| 144 | 2026-05-20T23:24:24.665Z | Create backup boot environment: No |
| 145 | 2026-05-20T23:24:24.665Z | Rebuild boot archive: No |
| 146 | 2026-05-20T23:24:24.665Z | |
| 147 | 2026-05-20T23:24:24.665Z | Changed packages: |
| 148 | 2026-05-20T23:24:24.665Z | helios |
| 149 | 2026-05-20T23:24:24.665Z | developer/build-essential |
| 150 | 2026-05-20T23:24:24.665Z | None -> 11-3.0 |
| 151 | 2026-05-20T23:24:24.665Z | library/libxmlsec1 |
| 152 | 2026-05-20T23:24:24.665Z | None -> 1.2.35-3.0 |
| 153 | 2026-05-20T23:24:24.719Z | |
| 154 | 2026-05-20T23:24:24.719Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 155 | 2026-05-20T23:24:27.614Z | Download: Completed 1.28 MB in 2.90 seconds (453k/s) |
| 156 | 2026-05-20T23:24:27.663Z | Actions: 1/268 actions (Installing new actions) |
| 157 | 2026-05-20T23:24:27.700Z | Actions: Completed 268 actions in 0.04 seconds. |
| 158 | 2026-05-20T23:24:27.707Z | Finalize: Updating package state database ... Done (0.006s) |
| 159 | 2026-05-20T23:24:27.707Z | Finalize: Updating package cache ... Done (0.000s) |
| 160 | 2026-05-20T23:24:27.721Z | Finalize: Updating image state ... Done (0.015s) |
| 161 | 2026-05-20T23:24:30.299Z | Finalize: Creating fast lookup database ... Done (2.558s) |
| 162 | 2026-05-20T23:24:30.375Z | Finalize: Reading search index ... Done (0.017s) |
| 163 | 2026-05-20T23:24:30.379Z | Finalize: Updating search index ... Done (0.000s) |
| 164 | 2026-05-20T23:24:30.453Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-05-20T23:24:30.845Z | Planning: Evaluating mediator changes ... Done |
| 166 | 2026-05-20T23:24:30.850Z | Planning: Checking for conflicting actions ... Done |
| 167 | 2026-05-20T23:24:30.853Z | Planning: Consolidating action changes ... Done |
| 168 | 2026-05-20T23:24:31.007Z | Planning: Evaluating mediators ... Done |
| 169 | 2026-05-20T23:24:31.010Z | Planning: Planning completed in 0.26 seconds |
| 170 | 2026-05-20T23:24:31.029Z | Mediators to change: 2 |
| 171 | 2026-05-20T23:24:31.030Z | Create boot environment: No |
| 172 | 2026-05-20T23:24:31.030Z | Create backup boot environment: No |
| 173 | 2026-05-20T23:24:31.075Z | Finalize: Updating package state database ... Done |
| 174 | 2026-05-20T23:24:31.075Z | Finalize: Updating package cache ... Done |
| 175 | 2026-05-20T23:24:31.085Z | Finalize: Updating image state ... Done |
| 176 | 2026-05-20T23:24:33.076Z | Finalize: Creating fast lookup database ... Done |
| 177 | 2026-05-20T23:24:33.097Z | Finalize: Reading search index ... Done |
| 178 | 2026-05-20T23:24:33.107Z | Finalize: Updating search index ... Done |
| 179 | 2026-05-20T23:24:33.134Z | Finalize: Updating package cache ... Done |
| 180 | 2026-05-20T23:24:33.415Z | Planning: Evaluating mediator changes ... Done |
| 181 | 2026-05-20T23:24:33.519Z | Planning: Checking for conflicting actions ... Done |
| 182 | 2026-05-20T23:24:33.522Z | Planning: Consolidating action changes ... Done |
| 183 | 2026-05-20T23:24:33.676Z | Planning: Evaluating mediators ... Done |
| 184 | 2026-05-20T23:24:33.680Z | Planning: Planning completed in 0.26 seconds |
| 185 | 2026-05-20T23:24:33.700Z | Mediators to change: 1 |
| 186 | 2026-05-20T23:24:33.700Z | Create boot environment: No |
| 187 | 2026-05-20T23:24:33.700Z | Create backup boot environment: No |
| 188 | 2026-05-20T23:24:33.748Z | Finalize: Updating package state database ... Done |
| 189 | 2026-05-20T23:24:33.748Z | Finalize: Updating package cache ... Done |
| 190 | 2026-05-20T23:24:33.757Z | Finalize: Updating image state ... Done |
| 191 | 2026-05-20T23:24:35.707Z | Finalize: Creating fast lookup database ... Done |
| 192 | 2026-05-20T23:24:35.773Z | Finalize: Reading search index ... Done |
| 193 | 2026-05-20T23:24:35.776Z | Finalize: Updating search index ... Done |
| 194 | 2026-05-20T23:24:35.830Z | Finalize: Updating package cache ... Done |
| 195 | 2026-05-20T23:24:36.296Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 196 | 2026-05-20T23:24:36.296Z | apache system 2.4 system |
| 197 | 2026-05-20T23:24:36.296Z | clang system 15 system |
| 198 | 2026-05-20T23:24:36.296Z | csh system system illumos |
| 199 | 2026-05-20T23:24:36.296Z | ctags system system illumos |
| 200 | 2026-05-20T23:24:36.296Z | file vendor vendor darwinsys |
| 201 | 2026-05-20T23:24:36.297Z | file system system illumos |
| 202 | 2026-05-20T23:24:36.297Z | gcc vendor 14 vendor |
| 203 | 2026-05-20T23:24:36.297Z | gcc system 13 system |
| 204 | 2026-05-20T23:24:36.297Z | gcc system 10 system |
| 205 | 2026-05-20T23:24:36.297Z | go system 1.25 system |
| 206 | 2026-05-20T23:24:36.297Z | llvm system 15 system |
| 207 | 2026-05-20T23:24:36.297Z | mariadb system 11.4 system |
| 208 | 2026-05-20T23:24:36.297Z | mta vendor vendor dma |
| 209 | 2026-05-20T23:24:36.297Z | openjdk system 17 system |
| 210 | 2026-05-20T23:24:36.297Z | openjdk system 11 system |
| 211 | 2026-05-20T23:24:36.297Z | openssl vendor 3 vendor |
| 212 | 2026-05-20T23:24:36.297Z | perl system 5.40 system |
| 213 | 2026-05-20T23:24:36.297Z | postgresql system 18 system |
| 214 | 2026-05-20T23:24:36.297Z | postgresql system 17 system |
| 215 | 2026-05-20T23:24:36.297Z | python vendor 3 vendor |
| 216 | 2026-05-20T23:24:36.298Z | python system 2 system |
| 217 | 2026-05-20T23:24:36.298Z | python3 vendor 3.13 vendor |
| 218 | 2026-05-20T23:24:36.298Z | ruby system 3.4 system |
| 219 | 2026-05-20T23:24:36.298Z | ruby system 3.0 system |
| 220 | 2026-05-20T23:24:36.298Z | words vendor vendor american-english |
| 221 | 2026-05-20T23:24:36.298Z | words system system australian-english |
| 222 | 2026-05-20T23:24:36.298Z | words system system british-english |
| 223 | 2026-05-20T23:24:36.298Z | words system system canadian-english |
| 224 | 2026-05-20T23:24:36.298Z | words system system french |
| 225 | 2026-05-20T23:24:36.298Z | words system system italian |
| 226 | 2026-05-20T23:24:36.298Z | words system system ngerman |
| 227 | 2026-05-20T23:24:36.298Z | words system system ogerman |
| 228 | 2026-05-20T23:24:36.298Z | words system system spanish |
| 229 | 2026-05-20T23:24:36.487Z | PUBLISHER TYPE STATUS P LOCATION |
| 230 | 2026-05-20T23:24:36.487Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 231 | 2026-05-20T23:24:36.656Z | FMRI IFO |
| 232 | 2026-05-20T23:24:36.656Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 233 | 2026-05-20T23:24:36.656Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 234 | 2026-05-20T23:24:36.656Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 235 | 2026-05-20T23:24:36.656Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 236 | 2026-05-20T23:24:36.656Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 237 | 2026-05-20T23:24:36.656Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 238 | 2026-05-20T23:24:36.657Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 239 | 2026-05-20T23:24:36.657Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 240 | 2026-05-20T23:24:36.657Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 241 | 2026-05-20T23:24:36.900Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 242 | 2026-05-20T23:24:37.164Z | Updating crates.io index |
| 243 | 2026-05-20T23:24:37.167Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 244 | 2026-05-20T23:24:37.418Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 245 | 2026-05-20T23:24:38.221Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 246 | 2026-05-20T23:24:38.719Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 247 | 2026-05-20T23:24:39.700Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 248 | 2026-05-20T23:24:40.192Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 249 | 2026-05-20T23:24:41.506Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 250 | 2026-05-20T23:24:42.399Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 251 | 2026-05-20T23:24:42.631Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 252 | 2026-05-20T23:24:43.524Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 253 | 2026-05-20T23:24:43.894Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 254 | 2026-05-20T23:24:44.325Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 255 | 2026-05-20T23:24:44.555Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 256 | 2026-05-20T23:24:45.459Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 257 | 2026-05-20T23:24:45.858Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 258 | 2026-05-20T23:24:46.131Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 259 | 2026-05-20T23:24:46.421Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 260 | 2026-05-20T23:24:46.646Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 261 | 2026-05-20T23:24:47.063Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 262 | 2026-05-20T23:24:47.263Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 263 | 2026-05-20T23:24:47.503Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 264 | 2026-05-20T23:24:47.747Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 265 | 2026-05-20T23:24:48.125Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 266 | 2026-05-20T23:24:48.540Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 267 | 2026-05-20T23:24:49.002Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 268 | 2026-05-20T23:24:49.235Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 269 | 2026-05-20T23:24:49.534Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 270 | 2026-05-20T23:24:49.938Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 271 | 2026-05-20T23:24:51.168Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 272 | 2026-05-20T23:24:51.622Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 273 | 2026-05-20T23:24:52.012Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 274 | 2026-05-20T23:24:52.302Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 275 | 2026-05-20T23:24:52.615Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 276 | 2026-05-20T23:24:52.855Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 277 | 2026-05-20T23:24:53.286Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 278 | 2026-05-20T23:24:53.603Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 279 | 2026-05-20T23:24:53.863Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 280 | 2026-05-20T23:24:54.120Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 281 | 2026-05-20T23:24:54.471Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 282 | 2026-05-20T23:25:05.962Z | Downloading crates ... |
| 283 | 2026-05-20T23:25:06.015Z | Downloaded anstream v0.6.21 |
| 284 | 2026-05-20T23:25:06.018Z | Downloaded bitflags v2.11.0 |
| 285 | 2026-05-20T23:25:06.018Z | Downloaded anstyle-query v1.1.5 |
| 286 | 2026-05-20T23:25:06.022Z | Downloaded anstyle-parse v0.2.7 |
| 287 | 2026-05-20T23:25:06.022Z | Downloaded byteorder v1.5.0 |
| 288 | 2026-05-20T23:25:06.025Z | Downloaded camino v1.2.2 |
| 289 | 2026-05-20T23:25:06.025Z | Downloaded anyhow v1.0.102 |
| 290 | 2026-05-20T23:25:06.028Z | Downloaded cargo-util-schemas v0.8.2 |
| 291 | 2026-05-20T23:25:06.031Z | Downloaded itoa v1.0.17 |
| 292 | 2026-05-20T23:25:06.031Z | Downloaded dof v0.3.0 |
| 293 | 2026-05-20T23:25:06.031Z | Downloaded autocfg v1.5.0 |
| 294 | 2026-05-20T23:25:06.031Z | Downloaded anstyle v1.0.13 |
| 295 | 2026-05-20T23:25:06.034Z | Downloaded cargo-platform v0.2.0 |
| 296 | 2026-05-20T23:25:06.034Z | Downloaded erased-serde v0.4.9 |
| 297 | 2026-05-20T23:25:06.037Z | Downloaded zerocopy-derive v0.7.35 |
| 298 | 2026-05-20T23:25:06.039Z | Downloaded displaydoc v0.2.5 |
| 299 | 2026-05-20T23:25:06.039Z | Downloaded usdt-attr-macro v0.5.0 |
| 300 | 2026-05-20T23:25:06.040Z | Downloaded clap_derive v4.5.55 |
| 301 | 2026-05-20T23:25:06.044Z | Downloaded cargo_metadata v0.21.0 |
| 302 | 2026-05-20T23:25:06.044Z | Downloaded cfg-if v1.0.4 |
| 303 | 2026-05-20T23:25:06.044Z | Downloaded crypto-common v0.1.7 |
| 304 | 2026-05-20T23:25:06.047Z | Downloaded heck v0.5.0 |
| 305 | 2026-05-20T23:25:06.047Z | Downloaded digest v0.10.7 |
| 306 | 2026-05-20T23:25:06.047Z | Downloaded cpufeatures v0.2.17 |
| 307 | 2026-05-20T23:25:06.047Z | Downloaded utf8parse v0.2.2 |
| 308 | 2026-05-20T23:25:06.051Z | Downloaded thread-id v4.2.2 |
| 309 | 2026-05-20T23:25:06.051Z | Downloaded clap v4.5.60 |
| 310 | 2026-05-20T23:25:06.054Z | Downloaded zmij v1.0.21 |
| 311 | 2026-05-20T23:25:06.056Z | Downloaded utf8_iter v1.0.4 |
| 312 | 2026-05-20T23:25:06.057Z | Downloaded toml_write v0.1.2 |
| 313 | 2026-05-20T23:25:06.057Z | Downloaded usdt v0.5.0 |
| 314 | 2026-05-20T23:25:06.057Z | Downloaded typeid v1.0.3 |
| 315 | 2026-05-20T23:25:06.057Z | Downloaded toml_datetime v0.6.11 |
| 316 | 2026-05-20T23:25:06.060Z | Downloaded zerofrom v0.1.6 |
| 317 | 2026-05-20T23:25:06.060Z | Downloaded yoke-derive v0.8.1 |
| 318 | 2026-05-20T23:25:06.060Z | Downloaded tabled_derive v0.7.0 |
| 319 | 2026-05-20T23:25:06.060Z | Downloaded ordered-float v2.10.1 |
| 320 | 2026-05-20T23:25:06.060Z | Downloaded fastrand v2.3.0 |
| 321 | 2026-05-20T23:25:06.064Z | Downloaded version_check v0.9.5 |
| 322 | 2026-05-20T23:25:06.067Z | Downloaded unicode-xid v0.2.6 |
| 323 | 2026-05-20T23:25:06.067Z | Downloaded zerofrom-derive v0.1.6 |
| 324 | 2026-05-20T23:25:06.067Z | Downloaded proc-macro-error-attr v1.0.4 |
| 325 | 2026-05-20T23:25:06.071Z | Downloaded memmap v0.7.0 |
| 326 | 2026-05-20T23:25:06.072Z | Downloaded is_terminal_polyfill v1.70.2 |
| 327 | 2026-05-20T23:25:06.075Z | Downloaded unicode-linebreak v0.1.5 |
| 328 | 2026-05-20T23:25:06.075Z | Downloaded usdt-macro v0.5.0 |
| 329 | 2026-05-20T23:25:06.075Z | Downloaded thiserror-impl v1.0.69 |
| 330 | 2026-05-20T23:25:06.075Z | Downloaded generic-array v0.14.7 |
| 331 | 2026-05-20T23:25:06.075Z | Downloaded colorchoice v1.0.4 |
| 332 | 2026-05-20T23:25:06.079Z | Downloaded dtrace-parser v0.2.0 |
| 333 | 2026-05-20T23:25:06.080Z | Downloaded thiserror-impl v2.0.18 |
| 334 | 2026-05-20T23:25:06.080Z | Downloaded writeable v0.6.2 |
| 335 | 2026-05-20T23:25:06.083Z | Downloaded yoke v0.8.1 |
| 336 | 2026-05-20T23:25:06.083Z | Downloaded idna_adapter v1.2.1 |
| 337 | 2026-05-20T23:25:06.083Z | Downloaded block-buffer v0.10.4 |
| 338 | 2026-05-20T23:25:06.083Z | Downloaded heck v0.4.1 |
| 339 | 2026-05-20T23:25:06.087Z | Downloaded usdt-impl v0.5.0 |
| 340 | 2026-05-20T23:25:06.090Z | Downloaded potential_utf v0.1.4 |
| 341 | 2026-05-20T23:25:06.090Z | Downloaded errno v0.3.14 |
| 342 | 2026-05-20T23:25:06.090Z | Downloaded equivalent v1.0.2 |
| 343 | 2026-05-20T23:25:06.090Z | Downloaded tinystr v0.8.2 |
| 344 | 2026-05-20T23:25:06.093Z | Downloaded toml v0.8.23 |
| 345 | 2026-05-20T23:25:06.093Z | Downloaded serde_spanned v0.6.9 |
| 346 | 2026-05-20T23:25:06.093Z | Downloaded thiserror v2.0.18 |
| 347 | 2026-05-20T23:25:06.097Z | Downloaded zerovec-derive v0.11.2 |
| 348 | 2026-05-20T23:25:06.097Z | Downloaded swrite v0.1.0 |
| 349 | 2026-05-20T23:25:06.097Z | Downloaded scroll_derive v0.12.1 |
| 350 | 2026-05-20T23:25:06.099Z | Downloaded clap_lex v1.0.0 |
| 351 | 2026-05-20T23:25:06.100Z | Downloaded ucd-trie v0.1.7 |
| 352 | 2026-05-20T23:25:06.100Z | Downloaded thiserror v1.0.69 |
| 353 | 2026-05-20T23:25:06.102Z | Downloaded serde_tokenstream v0.2.3 |
| 354 | 2026-05-20T23:25:06.105Z | Downloaded icu_provider v2.1.1 |
| 355 | 2026-05-20T23:25:06.106Z | Downloaded textwrap v0.16.2 |
| 356 | 2026-05-20T23:25:06.106Z | Downloaded icu_locale_core v2.1.1 |
| 357 | 2026-05-20T23:25:06.110Z | Downloaded form_urlencoded v1.2.2 |
| 358 | 2026-05-20T23:25:06.112Z | Downloaded unicode-ident v1.0.24 |
| 359 | 2026-05-20T23:25:06.113Z | Downloaded pretty-hex v0.4.1 |
| 360 | 2026-05-20T23:25:06.116Z | Downloaded serde-value v0.7.0 |
| 361 | 2026-05-20T23:25:06.118Z | Downloaded plain v0.2.3 |
| 362 | 2026-05-20T23:25:06.118Z | Downloaded toml_edit v0.22.27 |
| 363 | 2026-05-20T23:25:06.122Z | Downloaded zerovec v0.11.5 |
| 364 | 2026-05-20T23:25:06.125Z | Downloaded typenum v1.19.0 |
| 365 | 2026-05-20T23:25:06.125Z | Downloaded stable_deref_trait v1.2.1 |
| 366 | 2026-05-20T23:25:06.125Z | Downloaded smawk v0.3.2 |
| 367 | 2026-05-20T23:25:06.128Z | Downloaded zerotrie v0.2.3 |
| 368 | 2026-05-20T23:25:06.128Z | Downloaded url v2.5.8 |
| 369 | 2026-05-20T23:25:06.132Z | Downloaded strsim v0.11.1 |
| 370 | 2026-05-20T23:25:06.132Z | Downloaded percent-encoding v2.3.2 |
| 371 | 2026-05-20T23:25:06.132Z | Downloaded scroll v0.12.0 |
| 372 | 2026-05-20T23:25:06.132Z | Downloaded fnv v1.0.7 |
| 373 | 2026-05-20T23:25:06.133Z | Downloaded bytecount v0.6.9 |
| 374 | 2026-05-20T23:25:06.136Z | Downloaded macaddr v1.0.1 |
| 375 | 2026-05-20T23:25:06.141Z | Downloaded zerocopy v0.7.35 |
| 376 | 2026-05-20T23:25:06.148Z | Downloaded winnow v0.7.14 |
| 377 | 2026-05-20T23:25:06.153Z | Downloaded sha2 v0.10.9 |
| 378 | 2026-05-20T23:25:06.157Z | Downloaded terminal_size v0.4.3 |
| 379 | 2026-05-20T23:25:06.157Z | Downloaded serde-untagged v0.1.9 |
| 380 | 2026-05-20T23:25:06.157Z | Downloaded camino-tempfile v1.4.1 |
| 381 | 2026-05-20T23:25:06.160Z | Downloaded unicode-width v0.2.0 |
| 382 | 2026-05-20T23:25:06.160Z | Downloaded synstructure v0.13.2 |
| 383 | 2026-05-20T23:25:06.163Z | Downloaded unicode-width v0.1.14 |
| 384 | 2026-05-20T23:25:06.166Z | Downloaded cargo_toml v0.21.0 |
| 385 | 2026-05-20T23:25:06.166Z | Downloaded litemap v0.8.1 |
| 386 | 2026-05-20T23:25:06.166Z | Downloaded fs-err v3.3.0 |
| 387 | 2026-05-20T23:25:06.170Z | Downloaded once_cell v1.21.3 |
| 388 | 2026-05-20T23:25:06.174Z | Downloaded semver v1.0.28 |
| 389 | 2026-05-20T23:25:06.177Z | Downloaded icu_collections v2.1.1 |
| 390 | 2026-05-20T23:25:06.180Z | Downloaded icu_properties v2.1.2 |
| 391 | 2026-05-20T23:25:06.183Z | Downloaded getrandom v0.4.1 |
| 392 | 2026-05-20T23:25:06.186Z | Downloaded quote v1.0.45 |
| 393 | 2026-05-20T23:25:06.189Z | Downloaded pest_generator v2.8.6 |
| 394 | 2026-05-20T23:25:06.192Z | Downloaded tempfile v3.25.0 |
| 395 | 2026-05-20T23:25:06.192Z | Downloaded smallvec v1.15.1 |
| 396 | 2026-05-20T23:25:06.195Z | Downloaded proc-macro-error v1.0.4 |
| 397 | 2026-05-20T23:25:06.195Z | Downloaded pest_derive v2.8.6 |
| 398 | 2026-05-20T23:25:06.198Z | Downloaded log v0.4.29 |
| 399 | 2026-05-20T23:25:06.201Z | Downloaded proc-macro2 v1.0.106 |
| 400 | 2026-05-20T23:25:06.203Z | Downloaded num-traits v0.2.19 |
| 401 | 2026-05-20T23:25:06.210Z | Downloaded serde_core v1.0.228 |
| 402 | 2026-05-20T23:25:06.216Z | Downloaded icu_normalizer_data v2.1.1 |
| 403 | 2026-05-20T23:25:06.220Z | Downloaded serde_derive v1.0.228 |
| 404 | 2026-05-20T23:25:06.222Z | Downloaded pest_meta v2.8.6 |
| 405 | 2026-05-20T23:25:06.228Z | Downloaded icu_normalizer v2.1.1 |
| 406 | 2026-05-20T23:25:06.231Z | Downloaded papergrid v0.11.0 |
| 407 | 2026-05-20T23:25:06.234Z | Downloaded serde v1.0.228 |
| 408 | 2026-05-20T23:25:06.254Z | Downloaded memchr v2.8.0 |
| 409 | 2026-05-20T23:25:06.264Z | Downloaded hashbrown v0.17.0 |
| 410 | 2026-05-20T23:25:06.267Z | Downloaded indexmap v2.14.0 |
| 411 | 2026-05-20T23:25:06.275Z | Downloaded pest v2.8.6 |
| 412 | 2026-05-20T23:25:06.283Z | Downloaded clap_builder v4.5.60 |
| 413 | 2026-05-20T23:25:06.286Z | Downloaded serde_json v1.0.149 |
| 414 | 2026-05-20T23:25:06.289Z | Downloaded icu_properties_data v2.1.2 |
| 415 | 2026-05-20T23:25:06.294Z | Downloaded idna v1.1.0 |
| 416 | 2026-05-20T23:25:06.299Z | Downloaded goblin v0.8.2 |
| 417 | 2026-05-20T23:25:06.306Z | Downloaded tabled v0.15.0 |
| 418 | 2026-05-20T23:25:06.319Z | Downloaded syn v1.0.109 |
| 419 | 2026-05-20T23:25:06.325Z | Downloaded syn v2.0.117 |
| 420 | 2026-05-20T23:25:06.341Z | Downloaded rustix v1.1.3 |
| 421 | 2026-05-20T23:25:06.370Z | Downloaded libc v0.2.185 |
| 422 | 2026-05-20T23:25:06.440Z | Compiling proc-macro2 v1.0.106 |
| 423 | 2026-05-20T23:25:06.443Z | Compiling quote v1.0.45 |
| 424 | 2026-05-20T23:25:06.443Z | Compiling unicode-ident v1.0.24 |
| 425 | 2026-05-20T23:25:06.443Z | Compiling serde_core v1.0.228 |
| 426 | 2026-05-20T23:25:06.443Z | Compiling libc v0.2.185 |
| 427 | 2026-05-20T23:25:06.443Z | Compiling version_check v0.9.5 |
| 428 | 2026-05-20T23:25:06.443Z | Compiling serde v1.0.228 |
| 429 | 2026-05-20T23:25:06.443Z | Compiling memchr v2.8.0 |
| 430 | 2026-05-20T23:25:06.825Z | Compiling stable_deref_trait v1.2.1 |
| 431 | 2026-05-20T23:25:06.900Z | Compiling zmij v1.0.21 |
| 432 | 2026-05-20T23:25:07.075Z | Compiling ucd-trie v0.1.7 |
| 433 | 2026-05-20T23:25:07.218Z | Compiling autocfg v1.5.0 |
| 434 | 2026-05-20T23:25:07.263Z | Compiling itoa v1.0.17 |
| 435 | 2026-05-20T23:25:07.310Z | Compiling thiserror v1.0.69 |
| 436 | 2026-05-20T23:25:07.443Z | Compiling pest v2.8.6 |
| 437 | 2026-05-20T23:25:07.530Z | Compiling writeable v0.6.2 |
| 438 | 2026-05-20T23:25:07.552Z | Compiling litemap v0.8.1 |
| 439 | 2026-05-20T23:25:07.639Z | Compiling byteorder v1.5.0 |
| 440 | 2026-05-20T23:25:07.739Z | Compiling icu_properties_data v2.1.2 |
| 441 | 2026-05-20T23:25:07.781Z | Compiling rustix v1.1.3 |
| 442 | 2026-05-20T23:25:07.922Z | Compiling icu_normalizer_data v2.1.1 |
| 443 | 2026-05-20T23:25:08.070Z | Compiling syn v2.0.117 |
| 444 | 2026-05-20T23:25:08.186Z | Compiling errno v0.3.14 |
| 445 | 2026-05-20T23:25:08.190Z | Compiling bitflags v2.11.0 |
| 446 | 2026-05-20T23:25:08.190Z | Compiling serde_json v1.0.149 |
| 447 | 2026-05-20T23:25:08.397Z | Compiling num-traits v0.2.19 |
| 448 | 2026-05-20T23:25:08.429Z | Compiling equivalent v1.0.2 |
| 449 | 2026-05-20T23:25:08.519Z | Compiling pest_meta v2.8.6 |
| 450 | 2026-05-20T23:25:08.597Z | Compiling hashbrown v0.17.0 |
| 451 | 2026-05-20T23:25:08.673Z | Compiling typeid v1.0.3 |
| 452 | 2026-05-20T23:25:08.729Z | Compiling smallvec v1.15.1 |
| 453 | 2026-05-20T23:25:08.991Z | Compiling thread-id v4.2.2 |
| 454 | 2026-05-20T23:25:09.050Z | Compiling proc-macro-error-attr v1.0.4 |
| 455 | 2026-05-20T23:25:09.073Z | Compiling indexmap v2.14.0 |
| 456 | 2026-05-20T23:25:09.138Z | Compiling usdt-impl v0.5.0 |
| 457 | 2026-05-20T23:25:09.141Z | Compiling erased-serde v0.4.9 |
| 458 | 2026-05-20T23:25:09.298Z | Compiling syn v1.0.109 |
| 459 | 2026-05-20T23:25:09.392Z | Compiling toml_write v0.1.2 |
| 460 | 2026-05-20T23:25:09.418Z | Compiling winnow v0.7.14 |
| 461 | 2026-05-20T23:25:09.699Z | Compiling proc-macro-error v1.0.4 |
| 462 | 2026-05-20T23:25:09.743Z | Compiling plain v0.2.3 |
| 463 | 2026-05-20T23:25:09.860Z | Compiling utf8parse v0.2.2 |
| 464 | 2026-05-20T23:25:09.889Z | Compiling log v0.4.29 |
| 465 | 2026-05-20T23:25:09.976Z | Compiling getrandom v0.4.1 |
| 466 | 2026-05-20T23:25:10.077Z | Compiling percent-encoding v2.3.2 |
| 467 | 2026-05-20T23:25:10.140Z | Compiling thiserror v2.0.18 |
| 468 | 2026-05-20T23:25:10.221Z | Compiling camino v1.2.2 |
| 469 | 2026-05-20T23:25:10.275Z | Compiling utf8_iter v1.0.4 |
| 470 | 2026-05-20T23:25:10.414Z | Compiling form_urlencoded v1.2.2 |
| 471 | 2026-05-20T23:25:10.420Z | Compiling ordered-float v2.10.1 |
| 472 | 2026-05-20T23:25:10.428Z | Compiling anstyle-parse v0.2.7 |
| 473 | 2026-05-20T23:25:10.637Z | Compiling synstructure v0.13.2 |
| 474 | 2026-05-20T23:25:10.656Z | Compiling pest_generator v2.8.6 |
| 475 | 2026-05-20T23:25:10.693Z | Compiling terminal_size v0.4.3 |
| 476 | 2026-05-20T23:25:10.938Z | Compiling cfg-if v1.0.4 |
| 477 | 2026-05-20T23:25:11.017Z | Compiling anstyle-query v1.1.5 |
| 478 | 2026-05-20T23:25:11.093Z | Compiling anstyle v1.0.13 |
| 479 | 2026-05-20T23:25:11.111Z | Compiling pretty-hex v0.4.1 |
| 480 | 2026-05-20T23:25:11.134Z | Compiling colorchoice v1.0.4 |
| 481 | 2026-05-20T23:25:11.151Z | Compiling is_terminal_polyfill v1.70.2 |
| 482 | 2026-05-20T23:25:11.274Z | Compiling serde-untagged v0.1.9 |
| 483 | 2026-05-20T23:25:11.305Z | Compiling anstream v0.6.21 |
| 484 | 2026-05-20T23:25:11.361Z | Compiling semver v1.0.28 |
| 485 | 2026-05-20T23:25:11.533Z | Compiling fs-err v3.3.0 |
| 486 | 2026-05-20T23:25:11.546Z | Compiling heck v0.4.1 |
| 487 | 2026-05-20T23:25:11.613Z | Compiling fastrand v2.3.0 |
| 488 | 2026-05-20T23:25:11.647Z | Compiling strsim v0.11.1 |
| 489 | 2026-05-20T23:25:11.694Z | Compiling unicode-xid v0.2.6 |
| 490 | 2026-05-20T23:25:11.717Z | Compiling clap_lex v1.0.0 |
| 491 | 2026-05-20T23:25:11.762Z | Compiling bytecount v0.6.9 |
| 492 | 2026-05-20T23:25:11.822Z | Compiling heck v0.5.0 |
| 493 | 2026-05-20T23:25:11.900Z | Compiling once_cell v1.21.3 |
| 494 | 2026-05-20T23:25:11.954Z | Compiling anyhow v1.0.102 |
| 495 | 2026-05-20T23:25:12.002Z | Compiling fnv v1.0.7 |
| 496 | 2026-05-20T23:25:12.067Z | Compiling unicode-width v0.1.14 |
| 497 | 2026-05-20T23:25:12.111Z | Compiling tempfile v3.25.0 |
| 498 | 2026-05-20T23:25:12.128Z | Compiling clap_builder v4.5.60 |
| 499 | 2026-05-20T23:25:12.303Z | Compiling papergrid v0.11.0 |
| 500 | 2026-05-20T23:25:12.351Z | Compiling memmap v0.7.0 |
| 501 | 2026-05-20T23:25:12.391Z | Compiling serde_derive v1.0.228 |
| 502 | 2026-05-20T23:25:12.550Z | Compiling zerofrom-derive v0.1.6 |
| 503 | 2026-05-20T23:25:12.581Z | Compiling yoke-derive v0.8.1 |
| 504 | 2026-05-20T23:25:12.581Z | Compiling zerovec-derive v0.11.2 |
| 505 | 2026-05-20T23:25:12.797Z | Compiling displaydoc v0.2.5 |
| 506 | 2026-05-20T23:25:13.529Z | Compiling thiserror-impl v1.0.69 |
| 507 | 2026-05-20T23:25:13.635Z | Compiling zerocopy-derive v0.7.35 |
| 508 | 2026-05-20T23:25:13.653Z | Compiling pest_derive v2.8.6 |
| 509 | 2026-05-20T23:25:13.811Z | Compiling scroll_derive v0.12.1 |
| 510 | 2026-05-20T23:25:13.863Z | Compiling zerofrom v0.1.6 |
| 511 | 2026-05-20T23:25:14.001Z | Compiling yoke v0.8.1 |
| 512 | 2026-05-20T23:25:14.076Z | Compiling thiserror-impl v2.0.18 |
| 513 | 2026-05-20T23:25:14.195Z | Compiling zerovec v0.11.5 |
| 514 | 2026-05-20T23:25:14.404Z | Compiling zerotrie v0.2.3 |
| 515 | 2026-05-20T23:25:14.498Z | Compiling zerocopy v0.7.35 |
| 516 | 2026-05-20T23:25:14.699Z | Compiling tinystr v0.8.2 |
| 517 | 2026-05-20T23:25:14.716Z | Compiling potential_utf v0.1.4 |
| 518 | 2026-05-20T23:25:14.932Z | Compiling icu_locale_core v2.1.1 |
| 519 | 2026-05-20T23:25:14.941Z | Compiling icu_collections v2.1.1 |
| 520 | 2026-05-20T23:25:14.941Z | Compiling dtrace-parser v0.2.0 |
| 521 | 2026-05-20T23:25:15.053Z | Compiling scroll v0.12.0 |
| 522 | 2026-05-20T23:25:15.129Z | Compiling tabled_derive v0.7.0 |
| 523 | 2026-05-20T23:25:15.358Z | Compiling goblin v0.8.2 |
| 524 | 2026-05-20T23:25:15.373Z | Compiling clap_derive v4.5.55 |
| 525 | 2026-05-20T23:25:15.521Z | Compiling icu_provider v2.1.1 |
| 526 | 2026-05-20T23:25:15.651Z | Compiling smawk v0.3.2 |
| 527 | 2026-05-20T23:25:15.767Z | Compiling toml_datetime v0.6.11 |
| 528 | 2026-05-20T23:25:15.796Z | Compiling serde_spanned v0.6.9 |
| 529 | 2026-05-20T23:25:15.883Z | Compiling icu_properties v2.1.2 |
| 530 | 2026-05-20T23:25:15.887Z | Compiling icu_normalizer v2.1.1 |
| 531 | 2026-05-20T23:25:15.920Z | Compiling dof v0.3.0 |
| 532 | 2026-05-20T23:25:16.059Z | Compiling toml_edit v0.22.27 |
| 533 | 2026-05-20T23:25:16.072Z | Compiling serde_tokenstream v0.2.3 |
| 534 | 2026-05-20T23:25:16.092Z | Compiling serde-value v0.7.0 |
| 535 | 2026-05-20T23:25:16.408Z | Compiling cargo-platform v0.2.0 |
| 536 | 2026-05-20T23:25:16.457Z | Compiling unicode-linebreak v0.1.5 |
| 537 | 2026-05-20T23:25:16.481Z | Compiling unicode-width v0.2.0 |
| 538 | 2026-05-20T23:25:16.653Z | Compiling tabled v0.15.0 |
| 539 | 2026-05-20T23:25:16.733Z | Compiling textwrap v0.16.2 |
| 540 | 2026-05-20T23:25:16.798Z | Compiling idna_adapter v1.2.1 |
| 541 | 2026-05-20T23:25:16.930Z | Compiling idna v1.1.0 |
| 542 | 2026-05-20T23:25:16.965Z | Compiling usdt-attr-macro v0.5.0 |
| 543 | 2026-05-20T23:25:17.011Z | Compiling usdt-macro v0.5.0 |
| 544 | 2026-05-20T23:25:17.245Z | Compiling clap v4.5.60 |
| 545 | 2026-05-20T23:25:17.285Z | Compiling macaddr v1.0.1 |
| 546 | 2026-05-20T23:25:17.302Z | Compiling url v2.5.8 |
| 547 | 2026-05-20T23:25:17.580Z | Compiling toml v0.8.23 |
| 548 | 2026-05-20T23:25:17.618Z | Compiling camino-tempfile v1.4.1 |
| 549 | 2026-05-20T23:25:17.856Z | Compiling swrite v0.1.0 |
| 550 | 2026-05-20T23:25:17.931Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 551 | 2026-05-20T23:25:17.951Z | Compiling cargo-util-schemas v0.8.2 |
| 552 | 2026-05-20T23:25:18.030Z | Compiling cargo_toml v0.21.0 |
| 553 | 2026-05-20T23:25:18.531Z | Compiling usdt v0.5.0 |
| 554 | 2026-05-20T23:25:18.878Z | Compiling cargo_metadata v0.21.0 |
| 555 | 2026-05-20T23:25:19.830Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 556 | 2026-05-20T23:25:21.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.18s |
| 557 | 2026-05-20T23:25:22.150Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 558 | 2026-05-20T23:25:22.726Z | Downloading crates ... |
| 559 | 2026-05-20T23:25:22.856Z | Downloaded adler2 v2.0.1 |
| 560 | 2026-05-20T23:25:22.866Z | Downloaded assert_matches v1.5.0 |
| 561 | 2026-05-20T23:25:22.866Z | Downloaded darling_macro v0.21.3 |
| 562 | 2026-05-20T23:25:22.867Z | Downloaded ascii-canvas v3.0.0 |
| 563 | 2026-05-20T23:25:22.867Z | Downloaded cpufeatures v0.3.0 |
| 564 | 2026-05-20T23:25:22.867Z | Downloaded aead v0.5.2 |
| 565 | 2026-05-20T23:25:22.867Z | Downloaded camino-tempfile-ext v0.3.3 |
| 566 | 2026-05-20T23:25:22.867Z | Downloaded argon2 v0.5.3 |
| 567 | 2026-05-20T23:25:22.874Z | Downloaded convert_case v0.10.0 |
| 568 | 2026-05-20T23:25:22.874Z | Downloaded cmake v0.1.57 |
| 569 | 2026-05-20T23:25:22.874Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 570 | 2026-05-20T23:25:22.874Z | Downloaded downcast-rs v2.0.2 |
| 571 | 2026-05-20T23:25:22.874Z | Downloaded atomicwrites v0.4.4 |
| 572 | 2026-05-20T23:25:22.874Z | Downloaded async-bb8-diesel v0.2.1 |
| 573 | 2026-05-20T23:25:22.874Z | Downloaded ahash v0.8.12 |
| 574 | 2026-05-20T23:25:22.874Z | Downloaded dtrace-parser v0.3.0 |
| 575 | 2026-05-20T23:25:22.874Z | Downloaded backoff v0.4.0 |
| 576 | 2026-05-20T23:25:22.878Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 577 | 2026-05-20T23:25:22.878Z | Downloaded async-compression v0.4.41 |
| 578 | 2026-05-20T23:25:22.878Z | Downloaded float-ord v0.3.2 |
| 579 | 2026-05-20T23:25:22.879Z | Downloaded flagset v0.4.7 |
| 580 | 2026-05-20T23:25:22.884Z | Downloaded erased-serde v0.3.31 |
| 581 | 2026-05-20T23:25:22.884Z | Downloaded cobs v0.3.0 |
| 582 | 2026-05-20T23:25:22.884Z | Downloaded bit-vec v0.8.0 |
| 583 | 2026-05-20T23:25:22.884Z | Downloaded dirs-next v2.0.0 |
| 584 | 2026-05-20T23:25:22.884Z | Downloaded blowfish v0.9.1 |
| 585 | 2026-05-20T23:25:22.888Z | Downloaded async-stream v0.3.6 |
| 586 | 2026-05-20T23:25:22.888Z | Downloaded ena v0.14.4 |
| 587 | 2026-05-20T23:25:22.888Z | Downloaded diesel-dtrace v0.5.0 |
| 588 | 2026-05-20T23:25:22.888Z | Downloaded deranged v0.5.8 |
| 589 | 2026-05-20T23:25:22.891Z | Downloaded async-stream-impl v0.3.6 |
| 590 | 2026-05-20T23:25:22.891Z | Downloaded data-encoding v2.10.0 |
| 591 | 2026-05-20T23:25:22.891Z | Downloaded ecdsa v0.16.9 |
| 592 | 2026-05-20T23:25:22.891Z | Downloaded fixedbitset v0.5.7 |
| 593 | 2026-05-20T23:25:22.896Z | Downloaded daft-derive v0.1.7 |
| 594 | 2026-05-20T23:25:22.903Z | Downloaded defmt v1.0.1 |
| 595 | 2026-05-20T23:25:22.904Z | Downloaded foldhash v0.2.0 |
| 596 | 2026-05-20T23:25:22.904Z | Downloaded darling v0.23.0 |
| 597 | 2026-05-20T23:25:22.908Z | Downloaded cfg_aliases v0.1.1 |
| 598 | 2026-05-20T23:25:22.908Z | Downloaded filetime v0.2.27 |
| 599 | 2026-05-20T23:25:22.908Z | Downloaded derive_builder v0.20.2 |
| 600 | 2026-05-20T23:25:22.908Z | Downloaded fatfs v0.3.6 |
| 601 | 2026-05-20T23:25:22.911Z | Downloaded atty v0.2.14 |
| 602 | 2026-05-20T23:25:22.911Z | Downloaded embedded-io v0.6.1 |
| 603 | 2026-05-20T23:25:22.911Z | Downloaded darling_macro v0.23.0 |
| 604 | 2026-05-20T23:25:22.914Z | Downloaded crossbeam-epoch v0.9.18 |
| 605 | 2026-05-20T23:25:22.914Z | Downloaded document-features v0.2.12 |
| 606 | 2026-05-20T23:25:22.914Z | Downloaded crc-catalog v2.4.0 |
| 607 | 2026-05-20T23:25:22.917Z | Downloaded bit-set v0.8.0 |
| 608 | 2026-05-20T23:25:22.917Z | Downloaded async-recursion v1.1.1 |
| 609 | 2026-05-20T23:25:22.921Z | Downloaded crunchy v0.2.4 |
| 610 | 2026-05-20T23:25:22.921Z | Downloaded bb8 v0.8.6 |
| 611 | 2026-05-20T23:25:22.921Z | Downloaded arrayref v0.3.9 |
| 612 | 2026-05-20T23:25:22.921Z | Downloaded atomic-waker v1.1.2 |
| 613 | 2026-05-20T23:25:22.924Z | Downloaded bit-set v0.5.3 |
| 614 | 2026-05-20T23:25:22.924Z | Downloaded ciborium-ll v0.2.2 |
| 615 | 2026-05-20T23:25:22.924Z | Downloaded fd-lock v4.0.4 |
| 616 | 2026-05-20T23:25:22.924Z | Downloaded float-cmp v0.10.0 |
| 617 | 2026-05-20T23:25:22.924Z | Downloaded endian-type v0.1.2 |
| 618 | 2026-05-20T23:25:22.927Z | Downloaded derive_builder_macro v0.20.2 |
| 619 | 2026-05-20T23:25:22.927Z | Downloaded base16ct v0.2.0 |
| 620 | 2026-05-20T23:25:22.927Z | Downloaded dyn-clone v1.0.20 |
| 621 | 2026-05-20T23:25:22.930Z | Downloaded bitfield-struct v0.6.2 |
| 622 | 2026-05-20T23:25:22.930Z | Downloaded fallible-iterator v0.2.0 |
| 623 | 2026-05-20T23:25:22.930Z | Downloaded dunce v1.0.5 |
| 624 | 2026-05-20T23:25:22.930Z | Downloaded difflib v0.4.0 |
| 625 | 2026-05-20T23:25:22.936Z | Downloaded ar_archive_writer v0.5.1 |
| 626 | 2026-05-20T23:25:22.936Z | Downloaded dsl_auto_type v0.2.0 |
| 627 | 2026-05-20T23:25:22.938Z | Downloaded crc v3.4.0 |
| 628 | 2026-05-20T23:25:22.938Z | Downloaded arc-swap v1.8.2 |
| 629 | 2026-05-20T23:25:22.938Z | Downloaded defmt v0.3.100 |
| 630 | 2026-05-20T23:25:22.938Z | Downloaded darling_macro v0.20.11 |
| 631 | 2026-05-20T23:25:22.938Z | Downloaded allocator-api2 v0.2.21 |
| 632 | 2026-05-20T23:25:22.944Z | Downloaded dirs-sys-next v0.1.2 |
| 633 | 2026-05-20T23:25:22.945Z | Downloaded cstr-argument v0.1.2 |
| 634 | 2026-05-20T23:25:22.945Z | Downloaded cargo-platform v0.1.9 |
| 635 | 2026-05-20T23:25:22.948Z | Downloaded fixedbitset v0.4.2 |
| 636 | 2026-05-20T23:25:22.948Z | Downloaded crc8 v0.1.1 |
| 637 | 2026-05-20T23:25:22.948Z | Downloaded display-error-chain v0.2.2 |
| 638 | 2026-05-20T23:25:22.948Z | Downloaded enum-as-inner v0.6.1 |
| 639 | 2026-05-20T23:25:22.948Z | Downloaded bcs v0.1.6 |
| 640 | 2026-05-20T23:25:22.951Z | Downloaded env_filter v1.0.0 |
| 641 | 2026-05-20T23:25:22.951Z | Downloaded buf-list v1.1.2 |
| 642 | 2026-05-20T23:25:22.954Z | Downloaded foreign-types-macros v0.2.3 |
| 643 | 2026-05-20T23:25:22.954Z | Downloaded bitflags v1.3.2 |
| 644 | 2026-05-20T23:25:22.957Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 645 | 2026-05-20T23:25:22.957Z | Downloaded crucible-workspace-hack v0.1.0 |
| 646 | 2026-05-20T23:25:22.960Z | Downloaded dof v0.4.0 |
| 647 | 2026-05-20T23:25:22.960Z | Downloaded compression-core v0.4.31 |
| 648 | 2026-05-20T23:25:22.961Z | Downloaded foreign-types-shared v0.1.1 |
| 649 | 2026-05-20T23:25:22.961Z | Downloaded embedded-io v0.4.0 |
| 650 | 2026-05-20T23:25:22.965Z | Downloaded castaway v0.2.4 |
| 651 | 2026-05-20T23:25:22.965Z | Downloaded foreign-types-shared v0.3.1 |
| 652 | 2026-05-20T23:25:22.965Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 653 | 2026-05-20T23:25:22.967Z | Downloaded ciborium-io v0.2.2 |
| 654 | 2026-05-20T23:25:22.968Z | Downloaded bitfield-macros v0.19.4 |
| 655 | 2026-05-20T23:25:22.968Z | Downloaded array-init v0.0.4 |
| 656 | 2026-05-20T23:25:22.970Z | Downloaded block-padding v0.3.3 |
| 657 | 2026-05-20T23:25:22.970Z | Downloaded defmt-parser v1.0.0 |
| 658 | 2026-05-20T23:25:22.973Z | Downloaded globwalk v0.9.1 |
| 659 | 2026-05-20T23:25:22.973Z | Downloaded futures-core v0.3.32 |
| 660 | 2026-05-20T23:25:22.977Z | Downloaded darling_core v0.23.0 |
| 661 | 2026-05-20T23:25:22.984Z | Downloaded funty v2.0.0 |
| 662 | 2026-05-20T23:25:22.984Z | Downloaded fxhash v0.2.1 |
| 663 | 2026-05-20T23:25:22.984Z | Downloaded der_derive v0.7.3 |
| 664 | 2026-05-20T23:25:22.989Z | Downloaded debug-ignore v1.0.5 |
| 665 | 2026-05-20T23:25:22.989Z | Downloaded csv-core v0.1.13 |
| 666 | 2026-05-20T23:25:22.989Z | Downloaded cfg_aliases v0.2.1 |
| 667 | 2026-05-20T23:25:22.989Z | Downloaded convert_case v0.4.0 |
| 668 | 2026-05-20T23:25:22.989Z | Downloaded daft v0.1.7 |
| 669 | 2026-05-20T23:25:22.989Z | Downloaded critical-section v1.2.0 |
| 670 | 2026-05-20T23:25:22.989Z | Downloaded hash32 v0.2.1 |
| 671 | 2026-05-20T23:25:22.992Z | Downloaded git-stub v1.0.0 |
| 672 | 2026-05-20T23:25:22.992Z | Downloaded futures-task v0.3.32 |
| 673 | 2026-05-20T23:25:22.992Z | Downloaded futures-macro v0.3.32 |
| 674 | 2026-05-20T23:25:22.992Z | Downloaded foreign-types v0.5.0 |
| 675 | 2026-05-20T23:25:22.992Z | Downloaded futures-io v0.3.32 |
| 676 | 2026-05-20T23:25:22.992Z | Downloaded ctr v0.9.2 |
| 677 | 2026-05-20T23:25:22.995Z | Downloaded ghash v0.5.1 |
| 678 | 2026-05-20T23:25:22.995Z | Downloaded gethostname v0.5.0 |
| 679 | 2026-05-20T23:25:22.995Z | Downloaded headers-core v0.3.0 |
| 680 | 2026-05-20T23:25:22.998Z | Downloaded futures-sink v0.3.32 |
| 681 | 2026-05-20T23:25:23.002Z | Downloaded arrayvec v0.7.6 |
| 682 | 2026-05-20T23:25:23.004Z | Downloaded http-range v0.1.5 |
| 683 | 2026-05-20T23:25:23.005Z | Downloaded hostname v0.3.1 |
| 684 | 2026-05-20T23:25:23.013Z | Downloaded compression-codecs v0.4.37 |
| 685 | 2026-05-20T23:25:23.017Z | Downloaded ff v0.13.1 |
| 686 | 2026-05-20T23:25:23.021Z | Downloaded byte-wrapper v0.1.0 |
| 687 | 2026-05-20T23:25:23.021Z | Downloaded derive_builder_core v0.20.2 |
| 688 | 2026-05-20T23:25:23.021Z | Downloaded either v1.15.0 |
| 689 | 2026-05-20T23:25:23.021Z | Downloaded foldhash v0.1.5 |
| 690 | 2026-05-20T23:25:23.024Z | Downloaded ed25519 v2.2.3 |
| 691 | 2026-05-20T23:25:23.024Z | Downloaded cassowary v0.3.0 |
| 692 | 2026-05-20T23:25:23.024Z | Downloaded backon v1.6.0 |
| 693 | 2026-05-20T23:25:23.027Z | Downloaded hash32 v0.3.1 |
| 694 | 2026-05-20T23:25:23.027Z | Downloaded find-msvc-tools v0.1.9 |
| 695 | 2026-05-20T23:25:23.029Z | Downloaded derive-ex v0.1.8 |
| 696 | 2026-05-20T23:25:23.029Z | Downloaded cbc v0.1.2 |
| 697 | 2026-05-20T23:25:23.029Z | Downloaded hubpack v0.1.2 |
| 698 | 2026-05-20T23:25:23.032Z | Downloaded base64ct v1.8.3 |
| 699 | 2026-05-20T23:25:23.032Z | Downloaded hubpack_derive v0.1.1 |
| 700 | 2026-05-20T23:25:23.035Z | Downloaded hex-literal v0.4.1 |
| 701 | 2026-05-20T23:25:23.035Z | Downloaded hex v0.4.3 |
| 702 | 2026-05-20T23:25:23.035Z | Downloaded bitfield v0.19.4 |
| 703 | 2026-05-20T23:25:23.038Z | Downloaded http-body v1.0.1 |
| 704 | 2026-05-20T23:25:23.038Z | Downloaded git-stub-vcs v0.1.0 |
| 705 | 2026-05-20T23:25:23.038Z | Downloaded futures-executor v0.3.32 |
| 706 | 2026-05-20T23:25:23.041Z | Downloaded crc32fast v1.5.0 |
| 707 | 2026-05-20T23:25:23.041Z | Downloaded httpdate v1.0.3 |
| 708 | 2026-05-20T23:25:23.041Z | Downloaded hostname v0.4.2 |
| 709 | 2026-05-20T23:25:23.044Z | Downloaded hyper-tls v0.6.0 |
| 710 | 2026-05-20T23:25:23.044Z | Downloaded async-trait v0.1.89 |
| 711 | 2026-05-20T23:25:23.047Z | Downloaded der v0.7.10 |
| 712 | 2026-05-20T23:25:23.050Z | Downloaded indent_write v2.2.0 |
| 713 | 2026-05-20T23:25:23.050Z | Downloaded cexpr v0.6.0 |
| 714 | 2026-05-20T23:25:23.050Z | Downloaded home v0.5.12 |
| 715 | 2026-05-20T23:25:23.053Z | Downloaded defmt-macros v1.0.1 |
| 716 | 2026-05-20T23:25:23.053Z | Downloaded inout v0.1.4 |
| 717 | 2026-05-20T23:25:23.056Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 718 | 2026-05-20T23:25:23.056Z | Downloaded globset v0.4.18 |
| 719 | 2026-05-20T23:25:23.056Z | Downloaded cargo_metadata v0.19.2 |
| 720 | 2026-05-20T23:25:23.059Z | Downloaded fs-err v2.11.0 |
| 721 | 2026-05-20T23:25:23.059Z | Downloaded corncobs v0.1.4 |
| 722 | 2026-05-20T23:25:23.059Z | Downloaded const_format_proc_macros v0.2.34 |
| 723 | 2026-05-20T23:25:23.062Z | Downloaded fs_extra v1.3.0 |
| 724 | 2026-05-20T23:25:23.062Z | Downloaded foreign-types v0.3.2 |
| 725 | 2026-05-20T23:25:23.064Z | Downloaded constant_time_eq v0.4.2 |
| 726 | 2026-05-20T23:25:23.064Z | Downloaded chacha20poly1305 v0.10.1 |
| 727 | 2026-05-20T23:25:23.069Z | Downloaded illumos-nvpair v0.3.0 |
| 728 | 2026-05-20T23:25:23.075Z | Downloaded instant v0.1.13 |
| 729 | 2026-05-20T23:25:23.079Z | Downloaded lazy_static v1.5.0 |
| 730 | 2026-05-20T23:25:23.079Z | Downloaded lalrpop-util v0.19.12 |
| 731 | 2026-05-20T23:25:23.079Z | Downloaded cookie v0.18.1 |
| 732 | 2026-05-20T23:25:23.079Z | Downloaded colored v3.1.1 |
| 733 | 2026-05-20T23:25:23.082Z | Downloaded bzip2 v0.6.1 |
| 734 | 2026-05-20T23:25:23.082Z | Downloaded highway v1.3.0 |
| 735 | 2026-05-20T23:25:23.082Z | Downloaded crossbeam-utils v0.8.21 |
| 736 | 2026-05-20T23:25:23.085Z | Downloaded clang-sys v1.8.1 |
| 737 | 2026-05-20T23:25:23.085Z | Downloaded colored v2.2.0 |
| 738 | 2026-05-20T23:25:23.090Z | Downloaded crossbeam-deque v0.8.6 |
| 739 | 2026-05-20T23:25:23.091Z | Downloaded des v0.8.1 |
| 740 | 2026-05-20T23:25:23.093Z | Downloaded ciborium v0.2.2 |
| 741 | 2026-05-20T23:25:23.093Z | Downloaded indoc v1.0.9 |
| 742 | 2026-05-20T23:25:23.093Z | Downloaded internet-checksum v0.2.1 |
| 743 | 2026-05-20T23:25:23.093Z | Downloaded cancel-safe-futures v0.1.5 |
| 744 | 2026-05-20T23:25:23.097Z | Downloaded glob v0.3.3 |
| 745 | 2026-05-20T23:25:23.097Z | Downloaded is-terminal v0.4.17 |
| 746 | 2026-05-20T23:25:23.097Z | Downloaded ident_case v1.0.1 |
| 747 | 2026-05-20T23:25:23.136Z | Downloaded hyper-staticfile v0.10.1 |
| 748 | 2026-05-20T23:25:23.136Z | Downloaded env_logger v0.11.9 |
| 749 | 2026-05-20T23:25:23.136Z | Downloaded cipher v0.4.4 |
| 750 | 2026-05-20T23:25:23.140Z | Downloaded kstat-rs v0.2.4 |
| 751 | 2026-05-20T23:25:23.140Z | Downloaded is_ci v1.2.0 |
| 752 | 2026-05-20T23:25:23.140Z | Downloaded libscf-sys v1.1.0 |
| 753 | 2026-05-20T23:25:23.140Z | Downloaded lru v0.12.5 |
| 754 | 2026-05-20T23:25:23.140Z | Downloaded http-body-util v0.1.3 |
| 755 | 2026-05-20T23:25:23.140Z | Downloaded diff v0.1.13 |
| 756 | 2026-05-20T23:25:23.140Z | Downloaded derive-where v1.6.0 |
| 757 | 2026-05-20T23:25:23.140Z | Downloaded elliptic-curve v0.13.8 |
| 758 | 2026-05-20T23:25:23.140Z | Downloaded lru-slab v0.1.2 |
| 759 | 2026-05-20T23:25:23.140Z | Downloaded derive_more v0.99.20 |
| 760 | 2026-05-20T23:25:23.140Z | Downloaded maybe-uninit v2.0.0 |
| 761 | 2026-05-20T23:25:23.140Z | Downloaded match_cfg v0.1.0 |
| 762 | 2026-05-20T23:25:23.140Z | Downloaded linked-hash-map v0.5.6 |
| 763 | 2026-05-20T23:25:23.140Z | Downloaded mime v0.3.17 |
| 764 | 2026-05-20T23:25:23.140Z | Downloaded lzss v0.8.2 |
| 765 | 2026-05-20T23:25:23.140Z | Downloaded lru-cache v0.1.2 |
| 766 | 2026-05-20T23:25:23.140Z | Downloaded blake2 v0.10.6 |
| 767 | 2026-05-20T23:25:23.140Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 768 | 2026-05-20T23:25:23.140Z | Downloaded cookie_store v0.22.1 |
| 769 | 2026-05-20T23:25:23.141Z | Downloaded indoc v2.0.7 |
| 770 | 2026-05-20T23:25:23.141Z | Downloaded futures-channel v0.3.32 |
| 771 | 2026-05-20T23:25:23.141Z | Downloaded bit-vec v0.6.3 |
| 772 | 2026-05-20T23:25:23.141Z | Downloaded const-oid v0.9.6 |
| 773 | 2026-05-20T23:25:23.141Z | Downloaded console v0.15.11 |
| 774 | 2026-05-20T23:25:23.145Z | Downloaded md5 v0.7.0 |
| 775 | 2026-05-20T23:25:23.145Z | Downloaded md-5 v0.10.6 |
| 776 | 2026-05-20T23:25:23.145Z | Downloaded maplit v1.0.2 |
| 777 | 2026-05-20T23:25:23.145Z | Downloaded keccak v0.1.6 |
| 778 | 2026-05-20T23:25:23.149Z | Downloaded ipnetwork v0.21.1 |
| 779 | 2026-05-20T23:25:23.149Z | Downloaded getrandom v0.2.17 |
| 780 | 2026-05-20T23:25:23.150Z | Downloaded newtype-uuid-macros v0.1.0 |
| 781 | 2026-05-20T23:25:23.150Z | Downloaded jobserver v0.1.34 |
| 782 | 2026-05-20T23:25:23.155Z | Downloaded newline-converter v0.3.0 |
| 783 | 2026-05-20T23:25:23.155Z | Downloaded new_debug_unreachable v1.0.6 |
| 784 | 2026-05-20T23:25:23.155Z | Downloaded ingot-types v0.1.2 |
| 785 | 2026-05-20T23:25:23.155Z | Downloaded multimap v0.10.1 |
| 786 | 2026-05-20T23:25:23.159Z | Downloaded nonempty v0.12.0 |
| 787 | 2026-05-20T23:25:23.159Z | Downloaded hmac v0.12.1 |
| 788 | 2026-05-20T23:25:23.159Z | Downloaded chacha20 v0.10.0 |
| 789 | 2026-05-20T23:25:23.162Z | Downloaded bzip2 v0.4.4 |
| 790 | 2026-05-20T23:25:23.163Z | Downloaded dropshot_endpoint v0.16.7 |
| 791 | 2026-05-20T23:25:23.163Z | Downloaded ingot v0.1.1 |
| 792 | 2026-05-20T23:25:23.169Z | Downloaded nibble_vec v0.1.0 |
| 793 | 2026-05-20T23:25:23.169Z | Downloaded instability v0.3.11 |
| 794 | 2026-05-20T23:25:23.169Z | Downloaded derive_more-impl v2.1.1 |
| 795 | 2026-05-20T23:25:23.180Z | Downloaded nodrop v0.1.14 |
| 796 | 2026-05-20T23:25:23.180Z | Downloaded newtype_derive v0.1.6 |
| 797 | 2026-05-20T23:25:23.180Z | Downloaded humantime v2.3.0 |
| 798 | 2026-05-20T23:25:23.180Z | Downloaded dropshot_endpoint v0.17.0 |
| 799 | 2026-05-20T23:25:23.185Z | Downloaded console v0.16.2 |
| 800 | 2026-05-20T23:25:23.186Z | Downloaded darling v0.21.3 |
| 801 | 2026-05-20T23:25:23.186Z | Downloaded num-iter v0.1.45 |
| 802 | 2026-05-20T23:25:23.186Z | Downloaded num v0.4.3 |
| 803 | 2026-05-20T23:25:23.186Z | Downloaded num-conv v0.2.0 |
| 804 | 2026-05-20T23:25:23.186Z | Downloaded normalize-line-endings v0.3.0 |
| 805 | 2026-05-20T23:25:23.186Z | Downloaded half v1.8.3 |
| 806 | 2026-05-20T23:25:23.186Z | Downloaded darling v0.20.11 |
| 807 | 2026-05-20T23:25:23.191Z | Downloaded libsw v3.5.0 |
| 808 | 2026-05-20T23:25:23.191Z | Downloaded num_enum_derive v0.5.11 |
| 809 | 2026-05-20T23:25:23.195Z | Downloaded libloading v0.8.9 |
| 810 | 2026-05-20T23:25:23.195Z | Downloaded iana-time-zone v0.1.65 |
| 811 | 2026-05-20T23:25:23.195Z | Downloaded num-derive v0.4.2 |
| 812 | 2026-05-20T23:25:23.198Z | Downloaded memoffset v0.9.1 |
| 813 | 2026-05-20T23:25:23.198Z | Downloaded num-derive v0.3.3 |
| 814 | 2026-05-20T23:25:23.198Z | Downloaded openssl-probe v0.2.1 |
| 815 | 2026-05-20T23:25:23.198Z | Downloaded openssl-probe v0.1.6 |
| 816 | 2026-05-20T23:25:23.198Z | Downloaded num_threads v0.1.7 |
| 817 | 2026-05-20T23:25:23.203Z | Downloaded opaque-debug v0.3.1 |
| 818 | 2026-05-20T23:25:23.203Z | Downloaded lock_api v0.4.14 |
| 819 | 2026-05-20T23:25:23.203Z | Downloaded linear-map v1.2.0 |
| 820 | 2026-05-20T23:25:23.206Z | Downloaded hyper-rustls v0.27.7 |
| 821 | 2026-05-20T23:25:23.206Z | Downloaded half v2.7.1 |
| 822 | 2026-05-20T23:25:23.206Z | Downloaded mime_guess v2.0.5 |
| 823 | 2026-05-20T23:25:23.209Z | Downloaded libsw-core v0.3.2 |
| 824 | 2026-05-20T23:25:23.209Z | Downloaded libefi-sys v0.1.0 |
| 825 | 2026-05-20T23:25:23.209Z | Downloaded group v0.13.0 |
| 826 | 2026-05-20T23:25:23.215Z | Downloaded chacha20 v0.9.1 |
| 827 | 2026-05-20T23:25:23.215Z | Downloaded managed v0.8.0 |
| 828 | 2026-05-20T23:25:23.218Z | Downloaded ingot-macros v0.1.1 |
| 829 | 2026-05-20T23:25:23.218Z | Downloaded olpc-cjson v0.1.4 |
| 830 | 2026-05-20T23:25:23.235Z | Downloaded packed_struct_codegen v0.10.1 |
| 831 | 2026-05-20T23:25:23.239Z | Downloaded const_format v0.2.35 |
| 832 | 2026-05-20T23:25:23.239Z | Downloaded base64 v0.22.1 |
| 833 | 2026-05-20T23:25:23.243Z | Downloaded newtype-uuid v1.3.2 |
| 834 | 2026-05-20T23:25:23.243Z | Downloaded getrandom v0.3.4 |
| 835 | 2026-05-20T23:25:23.243Z | Downloaded native-tls v0.2.18 |
| 836 | 2026-05-20T23:25:23.246Z | Downloaded ipnet v2.11.0 |
| 837 | 2026-05-20T23:25:23.246Z | Downloaded darling_core v0.20.11 |
| 838 | 2026-05-20T23:25:23.249Z | Downloaded parse-size v1.1.0 |
| 839 | 2026-05-20T23:25:23.251Z | Downloaded flume v0.11.1 |
| 840 | 2026-05-20T23:25:23.251Z | Downloaded pbkdf2 v0.11.0 |
| 841 | 2026-05-20T23:25:23.257Z | Downloaded darling_core v0.21.3 |
| 842 | 2026-05-20T23:25:23.261Z | Downloaded num-complex v0.4.6 |
| 843 | 2026-05-20T23:25:23.261Z | Downloaded pbkdf2 v0.12.2 |
| 844 | 2026-05-20T23:25:23.261Z | Downloaded ignore v0.4.25 |
| 845 | 2026-05-20T23:25:23.261Z | Downloaded derive_more v2.1.1 |
| 846 | 2026-05-20T23:25:23.266Z | Downloaded pin-utils v0.1.0 |
| 847 | 2026-05-20T23:25:23.269Z | Downloaded phf_shared v0.13.1 |
| 848 | 2026-05-20T23:25:23.269Z | Downloaded phf_shared v0.12.1 |
| 849 | 2026-05-20T23:25:23.269Z | Downloaded num_enum_derive v0.7.5 |
| 850 | 2026-05-20T23:25:23.272Z | Downloaded owo-colors v4.3.0 |
| 851 | 2026-05-20T23:25:23.272Z | Downloaded num_enum v0.7.5 |
| 852 | 2026-05-20T23:25:23.276Z | Downloaded num_enum v0.5.11 |
| 853 | 2026-05-20T23:25:23.278Z | Downloaded predicates-tree v1.0.13 |
| 854 | 2026-05-20T23:25:23.278Z | Downloaded predicates-core v1.0.10 |
| 855 | 2026-05-20T23:25:23.278Z | Downloaded heapless v0.8.0 |
| 856 | 2026-05-20T23:25:23.281Z | Downloaded precomputed-hash v0.1.1 |
| 857 | 2026-05-20T23:25:23.281Z | Downloaded num-integer v0.1.46 |
| 858 | 2026-05-20T23:25:23.281Z | Downloaded litrs v1.0.0 |
| 859 | 2026-05-20T23:25:23.284Z | Downloaded heapless v0.7.17 |
| 860 | 2026-05-20T23:25:23.287Z | Downloaded headers v0.4.1 |
| 861 | 2026-05-20T23:25:23.291Z | Downloaded indexmap v1.9.3 |
| 862 | 2026-05-20T23:25:23.294Z | Downloaded base64 v0.21.7 |
| 863 | 2026-05-20T23:25:23.294Z | Downloaded parse-display v0.10.0 |
| 864 | 2026-05-20T23:25:23.294Z | Downloaded parking_lot_core v0.8.6 |
| 865 | 2026-05-20T23:25:23.297Z | Downloaded oxide-tokio-rt v0.1.4 |
| 866 | 2026-05-20T23:25:23.297Z | Downloaded memmap2 v0.9.10 |
| 867 | 2026-05-20T23:25:23.300Z | Downloaded oso-derive v0.27.3 |
| 868 | 2026-05-20T23:25:23.300Z | Downloaded proc-macro-crate v3.4.0 |
| 869 | 2026-05-20T23:25:23.300Z | Downloaded openssl-macros v0.1.1 |
| 870 | 2026-05-20T23:25:23.300Z | Downloaded nu-ansi-term v0.50.3 |
| 871 | 2026-05-20T23:25:23.303Z | Downloaded powerfmt v0.2.0 |
| 872 | 2026-05-20T23:25:23.303Z | Downloaded nanorand v0.7.0 |
| 873 | 2026-05-20T23:25:23.306Z | Downloaded multer v3.1.0 |
| 874 | 2026-05-20T23:25:23.306Z | Downloaded proc-macro-crate v1.3.1 |
| 875 | 2026-05-20T23:25:23.306Z | Downloaded peg v0.8.5 |
| 876 | 2026-05-20T23:25:23.309Z | Downloaded paste v1.0.15 |
| 877 | 2026-05-20T23:25:23.312Z | Downloaded packed_struct v0.10.1 |
| 878 | 2026-05-20T23:25:23.312Z | Downloaded oxnet v0.1.4 |
| 879 | 2026-05-20T23:25:23.315Z | Downloaded password-hash v0.5.0 |
| 880 | 2026-05-20T23:25:23.315Z | Downloaded parse-display-derive v0.10.0 |
| 881 | 2026-05-20T23:25:23.315Z | Downloaded flate2 v1.1.9 |
| 882 | 2026-05-20T23:25:23.317Z | Downloaded compact_str v0.8.1 |
| 883 | 2026-05-20T23:25:23.320Z | Downloaded crypto-bigint v0.5.5 |
| 884 | 2026-05-20T23:25:23.326Z | Downloaded futures v0.3.32 |
| 885 | 2026-05-20T23:25:23.329Z | Downloaded progenitor-macro v0.14.0 |
| 886 | 2026-05-20T23:25:23.329Z | Downloaded pin-project-lite v0.2.17 |
| 887 | 2026-05-20T23:25:23.332Z | Downloaded progenitor-client v0.14.0 |
| 888 | 2026-05-20T23:25:23.332Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 889 | 2026-05-20T23:25:23.332Z | Downloaded peg-runtime v0.8.5 |
| 890 | 2026-05-20T23:25:23.335Z | Downloaded path-slash v0.1.5 |
| 891 | 2026-05-20T23:25:23.335Z | Downloaded progenitor-client v0.10.0 |
| 892 | 2026-05-20T23:25:23.335Z | Downloaded pkcs8 v0.10.2 |
| 893 | 2026-05-20T23:25:23.340Z | Downloaded progenitor-macro v0.10.0 |
| 894 | 2026-05-20T23:25:23.340Z | Downloaded progenitor-client v0.11.2 |
| 895 | 2026-05-20T23:25:23.340Z | Downloaded psl-types v2.0.11 |
| 896 | 2026-05-20T23:25:23.340Z | Downloaded progenitor-macro v0.11.2 |
| 897 | 2026-05-20T23:25:23.344Z | Downloaded poly1305 v0.8.0 |
| 898 | 2026-05-20T23:25:23.344Z | Downloaded radium v0.7.0 |
| 899 | 2026-05-20T23:25:23.344Z | Downloaded pkg-config v0.3.32 |
| 900 | 2026-05-20T23:25:23.344Z | Downloaded cc v1.2.56 |
| 901 | 2026-05-20T23:25:23.347Z | Downloaded rand_xorshift v0.4.0 |
| 902 | 2026-05-20T23:25:23.347Z | Downloaded num-rational v0.4.2 |
| 903 | 2026-05-20T23:25:23.347Z | Downloaded pem v3.0.6 |
| 904 | 2026-05-20T23:25:23.347Z | Downloaded password-hash v0.4.2 |
| 905 | 2026-05-20T23:25:23.350Z | Downloaded phf_shared v0.11.3 |
| 906 | 2026-05-20T23:25:23.350Z | Downloaded libbz2-rs-sys v0.2.2 |
| 907 | 2026-05-20T23:25:23.353Z | Downloaded crossbeam-channel v0.5.15 |
| 908 | 2026-05-20T23:25:23.353Z | Downloaded phf v0.13.1 |
| 909 | 2026-05-20T23:25:23.357Z | Downloaded hickory-resolver v0.24.4 |
| 910 | 2026-05-20T23:25:23.360Z | Downloaded pin-project-internal v1.1.11 |
| 911 | 2026-05-20T23:25:23.360Z | Downloaded phf v0.12.1 |
| 912 | 2026-05-20T23:25:23.360Z | Downloaded pem-rfc7468 v0.7.0 |
| 913 | 2026-05-20T23:25:23.360Z | Downloaded httparse v1.10.1 |
| 914 | 2026-05-20T23:25:23.363Z | Downloaded quick-error v1.2.3 |
| 915 | 2026-05-20T23:25:23.363Z | Downloaded expectorate v1.2.0 |
| 916 | 2026-05-20T23:25:23.367Z | Downloaded drift v0.2.0 |
| 917 | 2026-05-20T23:25:23.370Z | Downloaded progenitor-macro v0.13.0 |
| 918 | 2026-05-20T23:25:23.373Z | Downloaded ref-cast-impl v1.0.25 |
| 919 | 2026-05-20T23:25:23.373Z | Downloaded recursive v0.1.1 |
| 920 | 2026-05-20T23:25:23.373Z | Downloaded ppv-lite86 v0.2.21 |
| 921 | 2026-05-20T23:25:23.376Z | Downloaded postgres-protocol v0.6.10 |
| 922 | 2026-05-20T23:25:23.376Z | Downloaded progenitor-extras v0.2.0 |
| 923 | 2026-05-20T23:25:23.376Z | Downloaded progenitor v0.14.0 |
| 924 | 2026-05-20T23:25:23.379Z | Downloaded progenitor v0.11.2 |
| 925 | 2026-05-20T23:25:23.379Z | Downloaded progenitor v0.10.0 |
| 926 | 2026-05-20T23:25:23.382Z | Downloaded bytes v1.11.1 |
| 927 | 2026-05-20T23:25:23.382Z | Downloaded predicates v3.1.4 |
| 928 | 2026-05-20T23:25:23.385Z | Downloaded ed25519-dalek v2.2.0 |
| 929 | 2026-05-20T23:25:23.388Z | Downloaded diesel_derives v2.3.7 |
| 930 | 2026-05-20T23:25:23.392Z | Downloaded rand_chacha v0.3.1 |
| 931 | 2026-05-20T23:25:23.393Z | Downloaded proc-macro-error2 v2.0.1 |
| 932 | 2026-05-20T23:25:23.396Z | Downloaded parking_lot_core v0.9.12 |
| 933 | 2026-05-20T23:25:23.396Z | Downloaded crc-any v2.5.0 |
| 934 | 2026-05-20T23:25:23.404Z | Downloaded indicatif v0.18.4 |
| 935 | 2026-05-20T23:25:23.408Z | Downloaded rfc6979 v0.4.0 |
| 936 | 2026-05-20T23:25:23.411Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 937 | 2026-05-20T23:25:23.411Z | Downloaded primeorder v0.13.6 |
| 938 | 2026-05-20T23:25:23.411Z | Downloaded parking_lot v0.12.5 |
| 939 | 2026-05-20T23:25:23.415Z | Downloaded pkcs5 v0.7.1 |
| 940 | 2026-05-20T23:25:23.415Z | Downloaded r2d2 v0.8.10 |
| 941 | 2026-05-20T23:25:23.420Z | Downloaded bumpalo v3.20.2 |
| 942 | 2026-05-20T23:25:23.420Z | Downloaded progenitor-client v0.13.0 |
| 943 | 2026-05-20T23:25:23.420Z | Downloaded rtoolbox v0.0.3 |
| 944 | 2026-05-20T23:25:23.420Z | Downloaded rustc_version v0.1.7 |
| 945 | 2026-05-20T23:25:23.423Z | Downloaded russh-cryptovec v0.7.3 |
| 946 | 2026-05-20T23:25:23.423Z | Downloaded progenitor v0.13.0 |
| 947 | 2026-05-20T23:25:23.427Z | Downloaded rustc-hash v2.1.1 |
| 948 | 2026-05-20T23:25:23.427Z | Downloaded peg-macros v0.8.5 |
| 949 | 2026-05-20T23:25:23.427Z | Downloaded hickory-resolver v0.25.2 |
| 950 | 2026-05-20T23:25:23.430Z | Downloaded rand_seeder v0.4.0 |
| 951 | 2026-05-20T23:25:23.430Z | Downloaded hashbrown v0.13.2 |
| 952 | 2026-05-20T23:25:23.433Z | Downloaded hashbrown v0.12.3 |
| 953 | 2026-05-20T23:25:23.436Z | Downloaded pkcs1 v0.7.5 |
| 954 | 2026-05-20T23:25:23.436Z | Downloaded parking_lot v0.11.2 |
| 955 | 2026-05-20T23:25:23.439Z | Downloaded papergrid v0.17.0 |
| 956 | 2026-05-20T23:25:23.442Z | Downloaded rand_core v0.6.4 |
| 957 | 2026-05-20T23:25:23.442Z | Downloaded polyval v0.6.2 |
| 958 | 2026-05-20T23:25:23.446Z | Downloaded jiff-static v0.2.21 |
| 959 | 2026-05-20T23:25:23.451Z | Downloaded scopeguard v1.2.0 |
| 960 | 2026-05-20T23:25:23.451Z | Downloaded scheduled-thread-pool v0.2.7 |
| 961 | 2026-05-20T23:25:23.451Z | Downloaded miniz_oxide v0.8.9 |
| 962 | 2026-05-20T23:25:23.457Z | Downloaded postgres-types v0.2.12 |
| 963 | 2026-05-20T23:25:23.464Z | Downloaded rand_core v0.10.0 |
| 964 | 2026-05-20T23:25:23.466Z | Downloaded ref-cast v1.0.25 |
| 965 | 2026-05-20T23:25:23.469Z | Downloaded rand_chacha v0.9.0 |
| 966 | 2026-05-20T23:25:23.469Z | Downloaded same-file v1.0.6 |
| 967 | 2026-05-20T23:25:23.473Z | Downloaded salsa20 v0.10.2 |
| 968 | 2026-05-20T23:25:23.475Z | Downloaded resolv-conf v0.7.6 |
| 969 | 2026-05-20T23:25:23.475Z | Downloaded omicron-zone-package v0.12.2 |
| 970 | 2026-05-20T23:25:23.475Z | Downloaded serde_plain v1.0.2 |
| 971 | 2026-05-20T23:25:23.478Z | Downloaded secrecy v0.10.3 |
| 972 | 2026-05-20T23:25:23.478Z | Downloaded psm v0.1.30 |
| 973 | 2026-05-20T23:25:23.481Z | Downloaded serde_urlencoded v0.7.1 |
| 974 | 2026-05-20T23:25:23.481Z | Downloaded oso v0.27.3 |
| 975 | 2026-05-20T23:25:23.484Z | Downloaded quinn-udp v0.5.14 |
| 976 | 2026-05-20T23:25:23.484Z | Downloaded postcard v1.1.3 |
| 977 | 2026-05-20T23:25:23.487Z | Downloaded rustc_version v0.4.1 |
| 978 | 2026-05-20T23:25:23.490Z | Downloaded rand_core v0.9.5 |
| 979 | 2026-05-20T23:25:23.490Z | Downloaded scrypt v0.11.0 |
| 980 | 2026-05-20T23:25:23.496Z | Downloaded scroll_derive v0.13.1 |
| 981 | 2026-05-20T23:25:23.499Z | Downloaded sha1 v0.10.6 |
| 982 | 2026-05-20T23:25:23.499Z | Downloaded serde_spanned v1.0.4 |
| 983 | 2026-05-20T23:25:23.499Z | Downloaded serde_repr v0.1.20 |
| 984 | 2026-05-20T23:25:23.499Z | Downloaded serde-big-array v0.5.1 |
| 985 | 2026-05-20T23:25:23.499Z | Downloaded seq-macro v0.3.6 |
| 986 | 2026-05-20T23:25:23.502Z | Downloaded semver v0.1.20 |
| 987 | 2026-05-20T23:25:23.502Z | Downloaded secrecy v0.8.0 |
| 988 | 2026-05-20T23:25:23.509Z | Downloaded progenitor-impl v0.13.0 |
| 989 | 2026-05-20T23:25:23.512Z | Downloaded progenitor-impl v0.11.2 |
| 990 | 2026-05-20T23:25:23.516Z | Downloaded shell-words v1.1.1 |
| 991 | 2026-05-20T23:25:23.516Z | Downloaded serde_bytes v0.11.19 |
| 992 | 2026-05-20T23:25:23.517Z | Downloaded signal-hook-mio v0.2.5 |
| 993 | 2026-05-20T23:25:23.519Z | Downloaded sapling-renderdag v0.1.0 |
| 994 | 2026-05-20T23:25:23.519Z | Downloaded rusty-fork v0.3.1 |
| 995 | 2026-05-20T23:25:23.520Z | Downloaded siphasher v1.0.2 |
| 996 | 2026-05-20T23:25:23.520Z | Downloaded hickory-server v0.25.2 |
| 997 | 2026-05-20T23:25:23.523Z | Downloaded rustversion v1.0.22 |
| 998 | 2026-05-20T23:25:23.526Z | Downloaded slog-bunyan v2.5.0 |
| 999 | 2026-05-20T23:25:23.526Z | Downloaded rustls-pemfile v1.0.4 |
| 1000 | 2026-05-20T23:25:23.526Z | Downloaded pin-project v1.1.11 |
| 1001 | 2026-05-20T23:25:23.532Z | Downloaded signal-hook-tokio v0.3.1 |
| 1002 | 2026-05-20T23:25:23.535Z | Downloaded sigpipe v0.1.3 |
| 1003 | 2026-05-20T23:25:23.535Z | Downloaded signature v2.2.0 |
| 1004 | 2026-05-20T23:25:23.546Z | Downloaded sec1 v0.7.3 |
| 1005 | 2026-05-20T23:25:23.557Z | Downloaded p256 v0.13.2 |
| 1006 | 2026-05-20T23:25:23.560Z | Downloaded slog-envlogger v2.2.0 |
| 1007 | 2026-05-20T23:25:23.563Z | Downloaded prefix-trie v0.7.0 |
| 1008 | 2026-05-20T23:25:23.567Z | Downloaded openssl-sys v0.9.115 |
| 1009 | 2026-05-20T23:25:23.570Z | Downloaded shlex v1.3.0 |
| 1010 | 2026-05-20T23:25:23.574Z | Downloaded serde_derive_internals v0.29.1 |
| 1011 | 2026-05-20T23:25:23.574Z | Downloaded serde_path_to_error v0.1.20 |
| 1012 | 2026-05-20T23:25:23.577Z | Downloaded scroll v0.13.0 |
| 1013 | 2026-05-20T23:25:23.580Z | Downloaded schemars_derive v0.8.22 |
| 1014 | 2026-05-20T23:25:23.580Z | Downloaded aes v0.8.4 |
| 1015 | 2026-05-20T23:25:23.585Z | Downloaded itertools v0.10.5 |
| 1016 | 2026-05-20T23:25:23.588Z | Downloaded sct v0.7.1 |
| 1017 | 2026-05-20T23:25:23.591Z | Downloaded rcgen v0.12.1 |
| 1018 | 2026-05-20T23:25:23.591Z | Downloaded minimal-lexical v0.2.1 |
| 1019 | 2026-05-20T23:25:23.597Z | Downloaded serde-hex v0.1.0 |
| 1020 | 2026-05-20T23:25:23.601Z | Downloaded rustls-native-certs v0.8.3 |
| 1021 | 2026-05-20T23:25:23.601Z | Downloaded strum v0.26.3 |
| 1022 | 2026-05-20T23:25:23.601Z | Downloaded chrono v0.4.44 |
| 1023 | 2026-05-20T23:25:23.605Z | Downloaded sqlparser_derive v0.5.0 |
| 1024 | 2026-05-20T23:25:23.605Z | Downloaded slog-async v2.8.0 |
| 1025 | 2026-05-20T23:25:23.610Z | Downloaded crossterm v0.28.1 |
| 1026 | 2026-05-20T23:25:23.610Z | Downloaded http v1.4.0 |
| 1027 | 2026-05-20T23:25:23.615Z | Downloaded dropshot-api-manager v0.7.2 |
| 1028 | 2026-05-20T23:25:23.615Z | Downloaded subtle v2.6.1 |
| 1029 | 2026-05-20T23:25:23.618Z | Downloaded strum v0.27.2 |
| 1030 | 2026-05-20T23:25:23.618Z | Downloaded structmeta-derive v0.3.0 |
| 1031 | 2026-05-20T23:25:23.618Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1032 | 2026-05-20T23:25:23.618Z | Downloaded ssh-encoding v0.2.0 |
| 1033 | 2026-05-20T23:25:23.618Z | Downloaded structmeta v0.3.0 |
| 1034 | 2026-05-20T23:25:23.622Z | Downloaded ssh-cipher v0.2.0 |
| 1035 | 2026-05-20T23:25:23.622Z | Downloaded slog-term v2.9.2 |
| 1036 | 2026-05-20T23:25:23.625Z | Downloaded smallvec v0.6.14 |
| 1037 | 2026-05-20T23:25:23.625Z | Downloaded spki v0.7.3 |
| 1038 | 2026-05-20T23:25:23.625Z | Downloaded sync_wrapper v1.0.2 |
| 1039 | 2026-05-20T23:25:23.625Z | Downloaded sync-ptr v0.1.4 |
| 1040 | 2026-05-20T23:25:23.625Z | Downloaded supports-color v3.0.2 |
| 1041 | 2026-05-20T23:25:23.625Z | Downloaded slog-stdlog v4.1.1 |
| 1042 | 2026-05-20T23:25:23.630Z | Downloaded tabled_derive v0.11.0 |
| 1043 | 2026-05-20T23:25:23.630Z | Downloaded simd-adler32 v0.3.8 |
| 1044 | 2026-05-20T23:25:23.630Z | Downloaded tabwriter v1.4.1 |
| 1045 | 2026-05-20T23:25:23.634Z | Downloaded rustls-pemfile v2.2.0 |
| 1046 | 2026-05-20T23:25:23.634Z | Downloaded slog-dtrace v0.3.0 |
| 1047 | 2026-05-20T23:25:23.637Z | Downloaded rustls-pki-types v1.14.0 |
| 1048 | 2026-05-20T23:25:23.637Z | Downloaded hyper-util v0.1.20 |
| 1049 | 2026-05-20T23:25:23.643Z | Downloaded serde_cbor v0.11.2 |
| 1050 | 2026-05-20T23:25:23.648Z | Downloaded termtree v0.5.1 |
| 1051 | 2026-05-20T23:25:23.648Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1052 | 2026-05-20T23:25:23.653Z | Downloaded static_assertions v1.1.0 |
| 1053 | 2026-05-20T23:25:23.653Z | Downloaded rayon-core v1.13.0 |
| 1054 | 2026-05-20T23:25:23.653Z | Downloaded stringprep v0.1.5 |
| 1055 | 2026-05-20T23:25:23.653Z | Downloaded string_cache v0.8.9 |
| 1056 | 2026-05-20T23:25:23.657Z | Downloaded hashbrown v0.15.5 |
| 1057 | 2026-05-20T23:25:23.657Z | Downloaded progenitor-impl v0.14.0 |
| 1058 | 2026-05-20T23:25:23.660Z | Downloaded testing_table v0.3.0 |
| 1059 | 2026-05-20T23:25:23.660Z | Downloaded tap v1.0.1 |
| 1060 | 2026-05-20T23:25:23.660Z | Downloaded take_mut v0.2.2 |
| 1061 | 2026-05-20T23:25:23.660Z | Downloaded pretty_assertions v1.4.1 |
| 1062 | 2026-05-20T23:25:23.660Z | Downloaded tagptr v0.2.0 |
| 1063 | 2026-05-20T23:25:23.663Z | Downloaded slab v0.4.12 |
| 1064 | 2026-05-20T23:25:23.667Z | Downloaded time-core v0.1.8 |
| 1065 | 2026-05-20T23:25:23.667Z | Downloaded slog-json v2.6.1 |
| 1066 | 2026-05-20T23:25:23.667Z | Downloaded prettyplease v0.2.37 |
| 1067 | 2026-05-20T23:25:23.672Z | Downloaded smf v0.2.3 |
| 1068 | 2026-05-20T23:25:23.675Z | Downloaded thread-id v5.1.0 |
| 1069 | 2026-05-20T23:25:23.681Z | Downloaded strum_macros v0.24.3 |
| 1070 | 2026-05-20T23:25:23.683Z | Downloaded num-bigint v0.4.6 |
| 1071 | 2026-05-20T23:25:23.687Z | Downloaded snafu-derive v0.8.9 |
| 1072 | 2026-05-20T23:25:23.687Z | Downloaded progenitor-impl v0.10.0 |
| 1073 | 2026-05-20T23:25:23.693Z | Downloaded crossterm v0.29.0 |
| 1074 | 2026-05-20T23:25:23.698Z | Downloaded support-bundle-viewer v0.1.2 |
| 1075 | 2026-05-20T23:25:23.698Z | Downloaded sqlformat v0.3.5 |
| 1076 | 2026-05-20T23:25:23.698Z | Downloaded ron v0.8.1 |
| 1077 | 2026-05-20T23:25:23.701Z | Downloaded russh-keys v0.45.0 |
| 1078 | 2026-05-20T23:25:23.708Z | Downloaded signal-hook-registry v1.4.8 |
| 1079 | 2026-05-20T23:25:23.712Z | Downloaded tinyvec_macros v0.1.1 |
| 1080 | 2026-05-20T23:25:23.715Z | Downloaded signal-hook v0.3.18 |
| 1081 | 2026-05-20T23:25:23.718Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1082 | 2026-05-20T23:25:23.718Z | Downloaded tokio-macros v2.7.0 |
| 1083 | 2026-05-20T23:25:23.723Z | Downloaded aes-gcm v0.10.3 |
| 1084 | 2026-05-20T23:25:23.727Z | Downloaded stacker v0.1.23 |
| 1085 | 2026-05-20T23:25:23.734Z | Downloaded mio v1.2.0 |
| 1086 | 2026-05-20T23:25:23.741Z | Downloaded tower-service v0.3.3 |
| 1087 | 2026-05-20T23:25:23.744Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1088 | 2026-05-20T23:25:23.744Z | Downloaded tower-layer v0.3.3 |
| 1089 | 2026-05-20T23:25:23.747Z | Downloaded schemars v0.8.22 |
| 1090 | 2026-05-20T23:25:23.754Z | Downloaded hyper v1.8.1 |
| 1091 | 2026-05-20T23:25:23.790Z | Downloaded slog-scope v4.4.1 |
| 1092 | 2026-05-20T23:25:23.796Z | Downloaded termios v0.3.3 |
| 1093 | 2026-05-20T23:25:23.796Z | Downloaded tls_codec v0.4.2 |
| 1094 | 2026-05-20T23:25:23.796Z | Downloaded num-bigint-dig v0.8.6 |
| 1095 | 2026-05-20T23:25:23.796Z | Downloaded tokio-native-tls v0.3.1 |
| 1096 | 2026-05-20T23:25:23.796Z | Downloaded thread_local v1.1.9 |
| 1097 | 2026-05-20T23:25:23.796Z | Downloaded socket2 v0.6.3 |
| 1098 | 2026-05-20T23:25:23.796Z | Downloaded serde_with_macros v3.17.0 |
| 1099 | 2026-05-20T23:25:23.796Z | Downloaded term v1.2.1 |
| 1100 | 2026-05-20T23:25:23.796Z | Downloaded try-lock v0.2.5 |
| 1101 | 2026-05-20T23:25:23.796Z | Downloaded unarray v0.1.4 |
| 1102 | 2026-05-20T23:25:23.796Z | Downloaded typify-macro v0.4.3 |
| 1103 | 2026-05-20T23:25:23.796Z | Downloaded typify-macro v0.6.2 |
| 1104 | 2026-05-20T23:25:23.796Z | Downloaded topological-sort v0.2.2 |
| 1105 | 2026-05-20T23:25:23.796Z | Downloaded unit-prefix v0.5.2 |
| 1106 | 2026-05-20T23:25:23.796Z | Downloaded universal-hash v0.5.1 |
| 1107 | 2026-05-20T23:25:23.796Z | Downloaded trait-variant v0.1.2 |
| 1108 | 2026-05-20T23:25:23.796Z | Downloaded tiny-keccak v2.0.2 |
| 1109 | 2026-05-20T23:25:23.796Z | Downloaded publicsuffix v2.3.0 |
| 1110 | 2026-05-20T23:25:23.796Z | Downloaded tokio-rustls v0.25.0 |
| 1111 | 2026-05-20T23:25:23.796Z | Downloaded libxml v0.3.3 |
| 1112 | 2026-05-20T23:25:23.802Z | Downloaded term v0.7.0 |
| 1113 | 2026-05-20T23:25:23.802Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1114 | 2026-05-20T23:25:23.805Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1115 | 2026-05-20T23:25:23.805Z | Downloaded tokio-tungstenite v0.23.1 |
| 1116 | 2026-05-20T23:25:23.805Z | Downloaded untrusted v0.7.1 |
| 1117 | 2026-05-20T23:25:23.805Z | Downloaded unicode-truncate v1.1.0 |
| 1118 | 2026-05-20T23:25:23.805Z | Downloaded time-macros v0.2.27 |
| 1119 | 2026-05-20T23:25:23.808Z | Downloaded usdt-attr-macro v0.6.0 |
| 1120 | 2026-05-20T23:25:23.808Z | Downloaded strum_macros v0.26.4 |
| 1121 | 2026-05-20T23:25:23.808Z | Downloaded untrusted v0.9.0 |
| 1122 | 2026-05-20T23:25:23.811Z | Downloaded tokio-dtrace v0.1.1 |
| 1123 | 2026-05-20T23:25:23.811Z | Downloaded itertools v0.14.0 |
| 1124 | 2026-05-20T23:25:23.814Z | Downloaded slog v2.8.2 |
| 1125 | 2026-05-20T23:25:23.817Z | Downloaded hkdf v0.12.4 |
| 1126 | 2026-05-20T23:25:23.817Z | Downloaded similar v2.7.0 |
| 1127 | 2026-05-20T23:25:23.820Z | Downloaded rustls-webpki v0.103.9 |
| 1128 | 2026-05-20T23:25:23.823Z | Downloaded rand v0.8.6 |
| 1129 | 2026-05-20T23:25:23.826Z | Downloaded futures-util v0.3.32 |
| 1130 | 2026-05-20T23:25:23.831Z | Downloaded void v1.0.2 |
| 1131 | 2026-05-20T23:25:23.835Z | Downloaded qorb v0.4.1 |
| 1132 | 2026-05-20T23:25:23.835Z | Downloaded utf-8 v0.7.6 |
| 1133 | 2026-05-20T23:25:23.838Z | Downloaded usdt-macro v0.6.0 |
| 1134 | 2026-05-20T23:25:23.838Z | Downloaded strum_macros v0.27.2 |
| 1135 | 2026-05-20T23:25:23.838Z | Downloaded rsa v0.9.10 |
| 1136 | 2026-05-20T23:25:23.841Z | Downloaded iddqd v0.4.1 |
| 1137 | 2026-05-20T23:25:23.847Z | Downloaded schemars v0.9.0 |
| 1138 | 2026-05-20T23:25:23.852Z | Downloaded waitgroup v0.1.2 |
| 1139 | 2026-05-20T23:25:23.855Z | Downloaded itertools v0.12.1 |
| 1140 | 2026-05-20T23:25:23.858Z | Downloaded spin v0.9.8 |
| 1141 | 2026-05-20T23:25:23.858Z | Downloaded unicase v2.9.0 |
| 1142 | 2026-05-20T23:25:23.862Z | Downloaded thiserror-no-std v2.0.2 |
| 1143 | 2026-05-20T23:25:23.862Z | Downloaded want v0.3.1 |
| 1144 | 2026-05-20T23:25:23.862Z | Downloaded nom v7.1.3 |
| 1145 | 2026-05-20T23:25:23.968Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1146 | 2026-05-20T23:25:23.968Z | Downloaded tokio-tungstenite v0.21.0 |
| 1147 | 2026-05-20T23:25:23.989Z | Downloaded wait-timeout v0.2.1 |
| 1148 | 2026-05-20T23:25:23.989Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1149 | 2026-05-20T23:25:23.989Z | Downloaded tls_codec_derive v0.4.2 |
| 1150 | 2026-05-20T23:25:23.989Z | Downloaded tokio-rustls v0.24.1 |
| 1151 | 2026-05-20T23:25:23.989Z | Downloaded xshell-macros v0.2.7 |
| 1152 | 2026-05-20T23:25:23.989Z | Downloaded xattr v1.6.1 |
| 1153 | 2026-05-20T23:25:23.989Z | Downloaded usdt-impl v0.6.0 |
| 1154 | 2026-05-20T23:25:23.989Z | Downloaded tui-tree-widget v0.23.1 |
| 1155 | 2026-05-20T23:25:23.989Z | Downloaded itertools v0.13.0 |
| 1156 | 2026-05-20T23:25:23.989Z | Downloaded subprocess v0.2.15 |
| 1157 | 2026-05-20T23:25:23.989Z | Downloaded socket2 v0.5.10 |
| 1158 | 2026-05-20T23:25:23.989Z | Downloaded snafu v0.8.9 |
| 1159 | 2026-05-20T23:25:23.989Z | Downloaded hashbrown v0.16.1 |
| 1160 | 2026-05-20T23:25:23.989Z | Downloaded usdt v0.6.0 |
| 1161 | 2026-05-20T23:25:23.989Z | Downloaded zone_cfg_derive v0.3.1 |
| 1162 | 2026-05-20T23:25:23.989Z | Downloaded quinn v0.11.9 |
| 1163 | 2026-05-20T23:25:23.989Z | Downloaded libm v0.2.16 |
| 1164 | 2026-05-20T23:25:23.989Z | Downloaded schemars v1.2.1 |
| 1165 | 2026-05-20T23:25:23.989Z | Downloaded vsss-rs v3.3.4 |
| 1166 | 2026-05-20T23:25:23.989Z | Downloaded zeroize_derive v1.4.3 |
| 1167 | 2026-05-20T23:25:23.989Z | Downloaded rand v0.9.2 |
| 1168 | 2026-05-20T23:25:23.989Z | Downloaded zone v0.3.1 |
| 1169 | 2026-05-20T23:25:23.989Z | Downloaded uzers v0.12.2 |
| 1170 | 2026-05-20T23:25:23.990Z | Downloaded ryu v1.0.23 |
| 1171 | 2026-05-20T23:25:23.990Z | Downloaded test-strategy v0.4.5 |
| 1172 | 2026-05-20T23:25:23.990Z | Downloaded iri-string v0.7.10 |
| 1173 | 2026-05-20T23:25:23.990Z | Downloaded vergen-lib v0.1.6 |
| 1174 | 2026-05-20T23:25:23.990Z | Downloaded vergen v9.0.6 |
| 1175 | 2026-05-20T23:25:23.990Z | Downloaded tokio-rustls v0.26.4 |
| 1176 | 2026-05-20T23:25:23.990Z | Downloaded twox-hash v2.1.2 |
| 1177 | 2026-05-20T23:25:23.990Z | Downloaded zeroize v1.8.2 |
| 1178 | 2026-05-20T23:25:23.990Z | Downloaded tokio-stream v0.1.18 |
| 1179 | 2026-05-20T23:25:23.990Z | Downloaded vergen-gitcl v1.0.8 |
| 1180 | 2026-05-20T23:25:23.990Z | Downloaded tracing-attributes v0.1.31 |
| 1181 | 2026-05-20T23:25:23.990Z | Downloaded whoami v1.6.1 |
| 1182 | 2026-05-20T23:25:23.990Z | Downloaded rustyline v14.0.0 |
| 1183 | 2026-05-20T23:25:23.990Z | Downloaded rand v0.10.0 |
| 1184 | 2026-05-20T23:25:23.990Z | Downloaded tinyvec v1.10.0 |
| 1185 | 2026-05-20T23:25:23.991Z | Downloaded unicode-properties v0.1.4 |
| 1186 | 2026-05-20T23:25:23.991Z | Downloaded tungstenite v0.21.0 |
| 1187 | 2026-05-20T23:25:23.991Z | Downloaded whoami v2.1.0 |
| 1188 | 2026-05-20T23:25:23.991Z | Downloaded tungstenite v0.23.0 |
| 1189 | 2026-05-20T23:25:23.995Z | Downloaded wyz v0.5.1 |
| 1190 | 2026-05-20T23:25:23.995Z | Downloaded typify v0.6.2 |
| 1191 | 2026-05-20T23:25:23.995Z | Downloaded xshell v0.2.7 |
| 1192 | 2026-05-20T23:25:23.995Z | Downloaded typify v0.4.3 |
| 1193 | 2026-05-20T23:25:23.998Z | Downloaded tar v0.4.45 |
| 1194 | 2026-05-20T23:25:24.004Z | Downloaded unicode-bidi v0.3.18 |
| 1195 | 2026-05-20T23:25:24.007Z | Downloaded samael v0.0.19 |
| 1196 | 2026-05-20T23:25:24.007Z | Downloaded zstd-safe v7.2.4 |
| 1197 | 2026-05-20T23:25:24.007Z | Downloaded zstd v0.13.3 |
| 1198 | 2026-05-20T23:25:24.015Z | Downloaded vergen-git2 v1.0.7 |
| 1199 | 2026-05-20T23:25:24.015Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1200 | 2026-05-20T23:25:24.020Z | Downloaded russh v0.45.0 |
| 1201 | 2026-05-20T23:25:24.020Z | Downloaded walkdir v2.5.0 |
| 1202 | 2026-05-20T23:25:24.020Z | Downloaded tracing-core v0.1.36 |
| 1203 | 2026-05-20T23:25:24.020Z | Downloaded uuid v1.23.0 |
| 1204 | 2026-05-20T23:25:24.024Z | Downloaded steno v0.4.1 |
| 1205 | 2026-05-20T23:25:24.024Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1206 | 2026-05-20T23:25:24.024Z | Downloaded toml v0.7.8 |
| 1207 | 2026-05-20T23:25:24.026Z | Downloaded unsafe-libyaml v0.2.11 |
| 1208 | 2026-05-20T23:25:24.029Z | Downloaded h2 v0.4.13 |
| 1209 | 2026-05-20T23:25:24.032Z | Downloaded aho-corasick v1.1.4 |
| 1210 | 2026-05-20T23:25:24.038Z | Downloaded yasna v0.5.2 |
| 1211 | 2026-05-20T23:25:24.047Z | Downloaded zerocopy v0.6.6 |
| 1212 | 2026-05-20T23:25:24.050Z | Downloaded vte v0.14.1 |
| 1213 | 2026-05-20T23:25:24.053Z | Downloaded p521 v0.13.3 |
| 1214 | 2026-05-20T23:25:24.068Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1215 | 2026-05-20T23:25:24.071Z | Downloaded tokio-postgres v0.7.16 |
| 1216 | 2026-05-20T23:25:24.077Z | Downloaded p384 v0.13.1 |
| 1217 | 2026-05-20T23:25:24.081Z | Downloaded blake3 v1.8.3 |
| 1218 | 2026-05-20T23:25:24.086Z | Downloaded toml_edit v0.19.15 |
| 1219 | 2026-05-20T23:25:24.095Z | Downloaded zopfli v0.8.3 |
| 1220 | 2026-05-20T23:25:24.098Z | Downloaded reqwest v0.12.28 |
| 1221 | 2026-05-20T23:25:24.102Z | Downloaded rpassword v7.4.0 |
| 1222 | 2026-05-20T23:25:24.106Z | Downloaded regex v1.12.3 |
| 1223 | 2026-05-20T23:25:24.106Z | Downloaded ssh-key v0.6.7 |
| 1224 | 2026-05-20T23:25:24.111Z | Downloaded reedline v0.40.0 |
| 1225 | 2026-05-20T23:25:24.114Z | Downloaded unicode_categories v0.1.1 |
| 1226 | 2026-05-20T23:25:24.114Z | Downloaded aws-lc-rs v1.16.3 |
| 1227 | 2026-05-20T23:25:24.119Z | Downloaded yansi v1.0.1 |
| 1228 | 2026-05-20T23:25:24.122Z | Downloaded bitvec v1.0.1 |
| 1229 | 2026-05-20T23:25:24.128Z | Downloaded git2 v0.20.4 |
| 1230 | 2026-05-20T23:25:24.146Z | Downloaded lalrpop v0.19.12 |
| 1231 | 2026-05-20T23:25:24.156Z | Downloaded curve25519-dalek v4.1.3 |
| 1232 | 2026-05-20T23:25:24.168Z | Downloaded zip v0.6.6 |
| 1233 | 2026-05-20T23:25:24.177Z | Downloaded portable-atomic v1.13.1 |
| 1234 | 2026-05-20T23:25:24.183Z | Downloaded rustls-webpki v0.101.7 |
| 1235 | 2026-05-20T23:25:24.189Z | Downloaded zerocopy-derive v0.8.40 |
| 1236 | 2026-05-20T23:25:24.197Z | Downloaded quick-xml v0.37.5 |
| 1237 | 2026-05-20T23:25:24.200Z | Downloaded reqwest v0.13.2 |
| 1238 | 2026-05-20T23:25:24.203Z | Downloaded unicode-segmentation v1.12.0 |
| 1239 | 2026-05-20T23:25:24.207Z | Downloaded bindgen v0.71.1 |
| 1240 | 2026-05-20T23:25:24.209Z | Downloaded typed-path v0.9.3 |
| 1241 | 2026-05-20T23:25:24.212Z | Downloaded moka v0.12.13 |
| 1242 | 2026-05-20T23:25:24.216Z | Downloaded x509-cert v0.2.5 |
| 1243 | 2026-05-20T23:25:24.220Z | Downloaded rayon v1.11.0 |
| 1244 | 2026-05-20T23:25:24.229Z | Downloaded unicode-normalization v0.1.25 |
| 1245 | 2026-05-20T23:25:24.233Z | Downloaded tower v0.5.3 |
| 1246 | 2026-05-20T23:25:24.236Z | Downloaded salty v0.3.0 |
| 1247 | 2026-05-20T23:25:24.236Z | Downloaded petname v2.0.2 |
| 1248 | 2026-05-20T23:25:24.242Z | Downloaded serde_with v3.17.0 |
| 1249 | 2026-05-20T23:25:24.249Z | Downloaded tokio-util v0.7.18 |
| 1250 | 2026-05-20T23:25:24.252Z | Downloaded tough v0.22.0 |
| 1251 | 2026-05-20T23:25:24.259Z | Downloaded proptest v1.10.0 |
| 1252 | 2026-05-20T23:25:24.262Z | Downloaded tower-http v0.6.8 |
| 1253 | 2026-05-20T23:25:24.266Z | Downloaded rustls-webpki v0.102.8 |
| 1254 | 2026-05-20T23:25:24.276Z | Downloaded zip v4.6.1 |
| 1255 | 2026-05-20T23:25:24.279Z | Downloaded goblin v0.10.5 |
| 1256 | 2026-05-20T23:25:24.286Z | Downloaded radix_trie v0.2.1 |
| 1257 | 2026-05-20T23:25:24.293Z | Downloaded object v0.30.4 |
| 1258 | 2026-05-20T23:25:24.296Z | Downloaded winnow v0.6.26 |
| 1259 | 2026-05-20T23:25:24.306Z | Downloaded bstr v1.12.1 |
| 1260 | 2026-05-20T23:25:24.321Z | Downloaded quinn-proto v0.11.13 |
| 1261 | 2026-05-20T23:25:24.338Z | Downloaded nix v0.27.1 |
| 1262 | 2026-05-20T23:25:24.345Z | Downloaded tabled v0.20.0 |
| 1263 | 2026-05-20T23:25:24.361Z | Downloaded nix v0.31.2 |
| 1264 | 2026-05-20T23:25:24.366Z | Downloaded winnow v0.5.40 |
| 1265 | 2026-05-20T23:25:24.372Z | Downloaded hickory-proto v0.26.1 |
| 1266 | 2026-05-20T23:25:24.386Z | Downloaded polar-core v0.27.3 |
| 1267 | 2026-05-20T23:25:24.392Z | Downloaded openssl v0.10.79 |
| 1268 | 2026-05-20T23:25:24.396Z | Downloaded dropshot v0.16.7 |
| 1269 | 2026-05-20T23:25:24.408Z | Downloaded openapiv3 v2.2.0 |
| 1270 | 2026-05-20T23:25:24.414Z | Downloaded zerocopy v0.8.40 |
| 1271 | 2026-05-20T23:25:24.419Z | Downloaded object v0.37.3 |
| 1272 | 2026-05-20T23:25:24.427Z | Downloaded nix v0.28.0 |
| 1273 | 2026-05-20T23:25:24.436Z | Downloaded dropshot v0.17.0 |
| 1274 | 2026-05-20T23:25:24.450Z | Downloaded time v0.3.47 |
| 1275 | 2026-05-20T23:25:24.455Z | Downloaded nix v0.29.0 |
| 1276 | 2026-05-20T23:25:24.468Z | Downloaded smoltcp v0.9.1 |
| 1277 | 2026-05-20T23:25:24.473Z | Downloaded rustls v0.21.12 |
| 1278 | 2026-05-20T23:25:24.479Z | Downloaded regex-syntax v0.6.29 |
| 1279 | 2026-05-20T23:25:24.487Z | Downloaded vcpkg v0.2.15 |
| 1280 | 2026-05-20T23:25:24.507Z | Downloaded hickory-proto v0.24.4 |
| 1281 | 2026-05-20T23:25:24.527Z | Downloaded zlib-rs v0.6.2 |
| 1282 | 2026-05-20T23:25:24.530Z | Downloaded diesel v2.3.7 |
| 1283 | 2026-05-20T23:25:24.576Z | Downloaded webpki-roots v1.0.6 |
| 1284 | 2026-05-20T23:25:24.576Z | Downloaded hickory-proto v0.25.2 |
| 1285 | 2026-05-20T23:25:24.576Z | Downloaded sqlparser v0.61.0 |
| 1286 | 2026-05-20T23:25:24.576Z | Downloaded rustls v0.22.4 |
| 1287 | 2026-05-20T23:25:24.576Z | Downloaded smoltcp v0.11.0 |
| 1288 | 2026-05-20T23:25:24.580Z | Downloaded rustls v0.23.37 |
| 1289 | 2026-05-20T23:25:24.583Z | Downloaded regress v0.11.1 |
| 1290 | 2026-05-20T23:25:24.586Z | Downloaded ratatui v0.29.0 |
| 1291 | 2026-05-20T23:25:24.596Z | Downloaded rustix v0.38.44 |
| 1292 | 2026-05-20T23:25:24.608Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1293 | 2026-05-20T23:25:24.616Z | Downloaded regex-syntax v0.8.10 |
| 1294 | 2026-05-20T23:25:24.619Z | Downloaded sled v0.34.7 |
| 1295 | 2026-05-20T23:25:24.626Z | Downloaded regress v0.10.5 |
| 1296 | 2026-05-20T23:25:24.630Z | Downloaded zerocopy-derive v0.6.6 |
| 1297 | 2026-05-20T23:25:24.639Z | Downloaded petgraph v0.6.5 |
| 1298 | 2026-05-20T23:25:24.676Z | Downloaded chrono-tz v0.10.4 |
| 1299 | 2026-05-20T23:25:24.684Z | Downloaded typify-impl v0.6.2 |
| 1300 | 2026-05-20T23:25:24.691Z | Downloaded tracing v0.1.44 |
| 1301 | 2026-05-20T23:25:24.705Z | Downloaded typify-impl v0.4.3 |
| 1302 | 2026-05-20T23:25:24.711Z | Downloaded petgraph v0.8.3 |
| 1303 | 2026-05-20T23:25:24.724Z | Downloaded libz-sys v1.1.24 |
| 1304 | 2026-05-20T23:25:24.744Z | Downloaded sha3 v0.10.8 |
| 1305 | 2026-05-20T23:25:24.747Z | Downloaded regex-automata v0.4.14 |
| 1306 | 2026-05-20T23:25:24.782Z | Downloaded jiff v0.2.21 |
| 1307 | 2026-05-20T23:25:24.811Z | Downloaded csv v1.4.0 |
| 1308 | 2026-05-20T23:25:24.847Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1309 | 2026-05-20T23:25:24.859Z | Downloaded tokio v1.52.1 |
| 1310 | 2026-05-20T23:25:24.908Z | Downloaded encoding_rs v0.8.35 |
| 1311 | 2026-05-20T23:25:24.944Z | Downloaded ring v0.17.14 |
| 1312 | 2026-05-20T23:25:25.075Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1313 | 2026-05-20T23:25:25.421Z | Downloaded aws-lc-sys v0.40.0 |
| 1314 | 2026-05-20T23:25:25.670Z | Compiling libc v0.2.185 |
| 1315 | 2026-05-20T23:25:25.670Z | Compiling serde v1.0.228 |
| 1316 | 2026-05-20T23:25:25.673Z | Compiling log v0.4.29 |
| 1317 | 2026-05-20T23:25:25.673Z | Compiling shlex v1.3.0 |
| 1318 | 2026-05-20T23:25:25.673Z | Compiling find-msvc-tools v0.1.9 |
| 1319 | 2026-05-20T23:25:25.673Z | Compiling smallvec v1.15.1 |
| 1320 | 2026-05-20T23:25:30.714Z | Compiling syn v2.0.117 |
| 1321 | 2026-05-20T23:25:30.891Z | Compiling typenum v1.19.0 |
| 1322 | 2026-05-20T23:25:30.891Z | Compiling generic-array v0.14.7 |
| 1323 | 2026-05-20T23:25:30.891Z | Compiling subtle v2.6.1 |
| 1324 | 2026-05-20T23:25:30.891Z | Compiling scopeguard v1.2.0 |
| 1325 | 2026-05-20T23:25:30.891Z | Compiling const-oid v0.9.6 |
| 1326 | 2026-05-20T23:25:30.891Z | Compiling lock_api v0.4.14 |
| 1327 | 2026-05-20T23:25:30.891Z | Compiling serde_json v1.0.149 |
| 1328 | 2026-05-20T23:25:30.891Z | Compiling zerocopy v0.8.40 |
| 1329 | 2026-05-20T23:25:30.891Z | Compiling parking_lot_core v0.9.12 |
| 1330 | 2026-05-20T23:25:30.891Z | Compiling pin-project-lite v0.2.17 |
| 1331 | 2026-05-20T23:25:30.891Z | Compiling portable-atomic v1.13.1 |
| 1332 | 2026-05-20T23:25:30.891Z | Compiling pkg-config v0.3.32 |
| 1333 | 2026-05-20T23:25:30.891Z | Compiling bitflags v2.11.0 |
| 1334 | 2026-05-20T23:25:30.891Z | Compiling getrandom v0.2.17 |
| 1335 | 2026-05-20T23:25:30.891Z | Compiling jobserver v0.1.34 |
| 1336 | 2026-05-20T23:25:30.891Z | Compiling rand_core v0.6.4 |
| 1337 | 2026-05-20T23:25:30.891Z | Compiling errno v0.3.14 |
| 1338 | 2026-05-20T23:25:30.891Z | Compiling cc v1.2.56 |
| 1339 | 2026-05-20T23:25:30.892Z | Compiling signal-hook-registry v1.4.8 |
| 1340 | 2026-05-20T23:25:30.892Z | Compiling libm v0.2.16 |
| 1341 | 2026-05-20T23:25:30.892Z | Compiling futures-core v0.3.32 |
| 1342 | 2026-05-20T23:25:30.892Z | Compiling critical-section v1.2.0 |
| 1343 | 2026-05-20T23:25:30.892Z | Compiling parking_lot v0.12.5 |
| 1344 | 2026-05-20T23:25:30.892Z | Compiling mio v1.2.0 |
| 1345 | 2026-05-20T23:25:30.892Z | Compiling num-traits v0.2.19 |
| 1346 | 2026-05-20T23:25:30.892Z | Compiling once_cell v1.21.3 |
| 1347 | 2026-05-20T23:25:30.962Z | Compiling percent-encoding v2.3.2 |
| 1348 | 2026-05-20T23:25:30.963Z | Compiling socket2 v0.6.3 |
| 1349 | 2026-05-20T23:25:30.963Z | Compiling rand_core v0.10.0 |
| 1350 | 2026-05-20T23:25:30.963Z | Compiling getrandom v0.4.1 |
| 1351 | 2026-05-20T23:25:30.963Z | Compiling futures-sink v0.3.32 |
| 1352 | 2026-05-20T23:25:30.963Z | Compiling futures-task v0.3.32 |
| 1353 | 2026-05-20T23:25:30.963Z | Compiling futures-channel v0.3.32 |
| 1354 | 2026-05-20T23:25:30.963Z | Compiling slab v0.4.12 |
| 1355 | 2026-05-20T23:25:30.963Z | Compiling cpufeatures v0.2.17 |
| 1356 | 2026-05-20T23:25:30.963Z | Compiling futures-io v0.3.32 |
| 1357 | 2026-05-20T23:25:30.963Z | Compiling indexmap v2.14.0 |
| 1358 | 2026-05-20T23:25:30.963Z | Compiling getrandom v0.3.4 |
| 1359 | 2026-05-20T23:25:30.963Z | Compiling rustversion v1.0.22 |
| 1360 | 2026-05-20T23:25:30.964Z | Compiling cmake v0.1.57 |
| 1361 | 2026-05-20T23:25:30.964Z | Compiling form_urlencoded v1.2.2 |
| 1362 | 2026-05-20T23:25:30.964Z | Compiling synstructure v0.13.2 |
| 1363 | 2026-05-20T23:25:30.964Z | Compiling fs_extra v1.3.0 |
| 1364 | 2026-05-20T23:25:30.964Z | Compiling dunce v1.0.5 |
| 1365 | 2026-05-20T23:25:30.964Z | Compiling base64ct v1.8.3 |
| 1366 | 2026-05-20T23:25:30.964Z | Compiling ident_case v1.0.1 |
| 1367 | 2026-05-20T23:25:30.964Z | Compiling iana-time-zone v0.1.65 |
| 1368 | 2026-05-20T23:25:30.964Z | Compiling aws-lc-sys v0.40.0 |
| 1369 | 2026-05-20T23:25:30.964Z | Compiling regex-syntax v0.8.10 |
| 1370 | 2026-05-20T23:25:30.964Z | Compiling pem-rfc7468 v0.7.0 |
| 1371 | 2026-05-20T23:25:30.965Z | Compiling rustix v1.1.3 |
| 1372 | 2026-05-20T23:25:30.965Z | Compiling flagset v0.4.7 |
| 1373 | 2026-05-20T23:25:30.965Z | Compiling rand_core v0.9.5 |
| 1374 | 2026-05-20T23:25:30.965Z | Compiling ring v0.17.14 |
| 1375 | 2026-05-20T23:25:30.965Z | Compiling vcpkg v0.2.15 |
| 1376 | 2026-05-20T23:25:30.965Z | Compiling aws-lc-rs v1.16.3 |
| 1377 | 2026-05-20T23:25:30.965Z | Compiling uuid v1.23.0 |
| 1378 | 2026-05-20T23:25:30.965Z | Compiling rustc_version v0.4.1 |
| 1379 | 2026-05-20T23:25:30.965Z | Compiling tracing-core v0.1.36 |
| 1380 | 2026-05-20T23:25:30.965Z | Compiling openssl-sys v0.9.115 |
| 1381 | 2026-05-20T23:25:30.965Z | Compiling base64 v0.22.1 |
| 1382 | 2026-05-20T23:25:30.965Z | Compiling serde_derive v1.0.228 |
| 1383 | 2026-05-20T23:25:30.965Z | Compiling zeroize_derive v1.4.3 |
| 1384 | 2026-05-20T23:25:30.965Z | Compiling zerofrom-derive v0.1.6 |
| 1385 | 2026-05-20T23:25:30.965Z | Compiling yoke-derive v0.8.1 |
| 1386 | 2026-05-20T23:25:30.982Z | Compiling zerocopy-derive v0.8.40 |
| 1387 | 2026-05-20T23:25:31.316Z | Compiling zeroize v1.8.2 |
| 1388 | 2026-05-20T23:25:31.526Z | Compiling zerovec-derive v0.11.2 |
| 1389 | 2026-05-20T23:25:31.865Z | Compiling displaydoc v0.2.5 |
| 1390 | 2026-05-20T23:25:32.021Z | Compiling crypto-common v0.1.7 |
| 1391 | 2026-05-20T23:25:32.133Z | Compiling zerofrom v0.1.6 |
| 1392 | 2026-05-20T23:25:32.168Z | Compiling block-buffer v0.10.4 |
| 1393 | 2026-05-20T23:25:32.243Z | Compiling yoke v0.8.1 |
| 1394 | 2026-05-20T23:25:32.337Z | Compiling digest v0.10.7 |
| 1395 | 2026-05-20T23:25:32.427Z | Compiling tokio-macros v2.7.0 |
| 1396 | 2026-05-20T23:25:32.593Z | Compiling futures-macro v0.3.32 |
| 1397 | 2026-05-20T23:25:32.596Z | Compiling zerotrie v0.2.3 |
| 1398 | 2026-05-20T23:25:32.632Z | Compiling zerovec v0.11.5 |
| 1399 | 2026-05-20T23:25:32.952Z | Compiling hmac v0.12.1 |
| 1400 | 2026-05-20T23:25:33.067Z | Compiling block-padding v0.3.3 |
| 1401 | 2026-05-20T23:25:33.142Z | Compiling tinystr v0.8.2 |
| 1402 | 2026-05-20T23:25:33.156Z | Compiling potential_utf v0.1.4 |
| 1403 | 2026-05-20T23:25:33.218Z | Compiling inout v0.1.4 |
| 1404 | 2026-05-20T23:25:33.312Z | Compiling icu_locale_core v2.1.1 |
| 1405 | 2026-05-20T23:25:33.337Z | Compiling icu_collections v2.1.1 |
| 1406 | 2026-05-20T23:25:33.378Z | Compiling cipher v0.4.4 |
| 1407 | 2026-05-20T23:25:33.381Z | Compiling futures-util v0.3.32 |
| 1408 | 2026-05-20T23:25:33.628Z | Compiling sha2 v0.10.9 |
| 1409 | 2026-05-20T23:25:33.796Z | Compiling der_derive v0.7.3 |
| 1410 | 2026-05-20T23:25:34.063Z | Compiling bytes v1.11.1 |
| 1411 | 2026-05-20T23:25:34.170Z | Compiling icu_provider v2.1.1 |
| 1412 | 2026-05-20T23:25:34.462Z | Compiling tokio v1.52.1 |
| 1413 | 2026-05-20T23:25:34.564Z | Compiling icu_properties v2.1.2 |
| 1414 | 2026-05-20T23:25:34.621Z | Compiling icu_normalizer v2.1.1 |
| 1415 | 2026-05-20T23:25:34.720Z | Compiling der v0.7.10 |
| 1416 | 2026-05-20T23:25:35.027Z | Compiling http v1.4.0 |
| 1417 | 2026-05-20T23:25:35.192Z | Compiling ppv-lite86 v0.2.21 |
| 1418 | 2026-05-20T23:25:35.348Z | Compiling chrono v0.4.44 |
| 1419 | 2026-05-20T23:25:35.475Z | Compiling idna_adapter v1.2.1 |
| 1420 | 2026-05-20T23:25:35.617Z | Compiling idna v1.1.0 |
| 1421 | 2026-05-20T23:25:35.635Z | Compiling spki v0.7.3 |
| 1422 | 2026-05-20T23:25:35.652Z | Compiling salsa20 v0.10.2 |
| 1423 | 2026-05-20T23:25:35.794Z | Compiling pbkdf2 v0.12.2 |
| 1424 | 2026-05-20T23:25:35.888Z | Compiling rustls-pki-types v1.14.0 |
| 1425 | 2026-05-20T23:25:35.952Z | Compiling url v2.5.8 |
| 1426 | 2026-05-20T23:25:35.969Z | Compiling thiserror-impl v2.0.18 |
| 1427 | 2026-05-20T23:25:35.971Z | Compiling tracing-attributes v0.1.31 |
| 1428 | 2026-05-20T23:25:36.301Z | Compiling scrypt v0.11.0 |
| 1429 | 2026-05-20T23:25:36.346Z | Compiling http-body v1.0.1 |
| 1430 | 2026-05-20T23:25:36.498Z | Compiling rand_chacha v0.9.0 |
| 1431 | 2026-05-20T23:25:36.545Z | Compiling aes v0.8.4 |
| 1432 | 2026-05-20T23:25:36.746Z | Compiling cbc v0.1.2 |
| 1433 | 2026-05-20T23:25:36.867Z | Compiling tinyvec_macros v0.1.1 |
| 1434 | 2026-05-20T23:25:36.900Z | Compiling httparse v1.10.1 |
| 1435 | 2026-05-20T23:25:36.941Z | Compiling untrusted v0.9.0 |
| 1436 | 2026-05-20T23:25:37.065Z | Compiling openssl-probe v0.2.1 |
| 1437 | 2026-05-20T23:25:37.199Z | Compiling untrusted v0.7.1 |
| 1438 | 2026-05-20T23:25:37.278Z | Compiling tracing v0.1.44 |
| 1439 | 2026-05-20T23:25:37.293Z | Compiling pkcs5 v0.7.1 |
| 1440 | 2026-05-20T23:25:37.416Z | Compiling tinyvec v1.10.0 |
| 1441 | 2026-05-20T23:25:37.433Z | Compiling thiserror v2.0.18 |
| 1442 | 2026-05-20T23:25:37.440Z | Compiling pest_generator v2.8.6 |
| 1443 | 2026-05-20T23:25:37.541Z | Compiling rand v0.9.2 |
| 1444 | 2026-05-20T23:25:37.606Z | Compiling serde_derive_internals v0.29.1 |
| 1445 | 2026-05-20T23:25:37.657Z | Compiling aho-corasick v1.1.4 |
| 1446 | 2026-05-20T23:25:37.765Z | Compiling rustls v0.23.37 |
| 1447 | 2026-05-20T23:25:37.936Z | Compiling try-lock v0.2.5 |
| 1448 | 2026-05-20T23:25:38.047Z | Compiling tower-layer v0.3.3 |
| 1449 | 2026-05-20T23:25:38.120Z | Compiling dyn-clone v1.0.20 |
| 1450 | 2026-05-20T23:25:38.205Z | Compiling tokio-util v0.7.18 |
| 1451 | 2026-05-20T23:25:38.260Z | Compiling tower-service v0.3.3 |
| 1452 | 2026-05-20T23:25:38.325Z | Compiling schemars v0.8.22 |
| 1453 | 2026-05-20T23:25:38.365Z | Compiling atomic-waker v1.1.2 |
| 1454 | 2026-05-20T23:25:38.539Z | Compiling regex-automata v0.4.14 |
| 1455 | 2026-05-20T23:25:38.549Z | Compiling schemars_derive v0.8.22 |
| 1456 | 2026-05-20T23:25:38.549Z | Compiling pest_derive v2.8.6 |
| 1457 | 2026-05-20T23:25:38.956Z | Compiling h2 v0.4.13 |
| 1458 | 2026-05-20T23:25:39.013Z | Compiling want v0.3.1 |
| 1459 | 2026-05-20T23:25:39.181Z | Compiling pkcs8 v0.10.2 |
| 1460 | 2026-05-20T23:25:39.329Z | Compiling ipnet v2.11.0 |
| 1461 | 2026-05-20T23:25:39.482Z | Compiling scroll_derive v0.13.1 |
| 1462 | 2026-05-20T23:25:39.530Z | Compiling darling_core v0.20.11 |
| 1463 | 2026-05-20T23:25:39.743Z | Compiling pin-utils v0.1.0 |
| 1464 | 2026-05-20T23:25:39.818Z | Compiling httpdate v1.0.3 |
| 1465 | 2026-05-20T23:25:39.833Z | Compiling openssl v0.10.79 |
| 1466 | 2026-05-20T23:25:40.038Z | Compiling foreign-types-shared v0.1.1 |
| 1467 | 2026-05-20T23:25:40.061Z | Compiling tempfile v3.25.0 |
| 1468 | 2026-05-20T23:25:40.123Z | Compiling foreign-types v0.3.2 |
| 1469 | 2026-05-20T23:25:40.228Z | Compiling unicode-normalization v0.1.25 |
| 1470 | 2026-05-20T23:25:40.261Z | Compiling scroll v0.13.0 |
| 1471 | 2026-05-20T23:25:40.522Z | Compiling openssl-macros v0.1.1 |
| 1472 | 2026-05-20T23:25:40.644Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1473 | 2026-05-20T23:25:40.840Z | Compiling spin v0.9.8 |
| 1474 | 2026-05-20T23:25:40.913Z | Compiling powerfmt v0.2.0 |
| 1475 | 2026-05-20T23:25:41.050Z | Compiling crc32fast v1.5.0 |
| 1476 | 2026-05-20T23:25:41.075Z | Compiling num-conv v0.2.0 |
| 1477 | 2026-05-20T23:25:41.121Z | Compiling native-tls v0.2.18 |
| 1478 | 2026-05-20T23:25:41.210Z | Compiling time-core v0.1.8 |
| 1479 | 2026-05-20T23:25:41.366Z | Compiling deranged v0.5.8 |
| 1480 | 2026-05-20T23:25:41.366Z | Compiling time-macros v0.2.27 |
| 1481 | 2026-05-20T23:25:41.895Z | Compiling darling_macro v0.20.11 |
| 1482 | 2026-05-20T23:25:42.308Z | Compiling hyper v1.8.1 |
| 1483 | 2026-05-20T23:25:42.340Z | Compiling darling v0.20.11 |
| 1484 | 2026-05-20T23:25:42.424Z | Compiling goblin v0.10.5 |
| 1485 | 2026-05-20T23:25:42.445Z | Compiling rustls-native-certs v0.8.3 |
| 1486 | 2026-05-20T23:25:42.618Z | Compiling sync_wrapper v1.0.2 |
| 1487 | 2026-05-20T23:25:42.726Z | Compiling wait-timeout v0.2.1 |
| 1488 | 2026-05-20T23:25:42.730Z | Compiling syn v1.0.109 |
| 1489 | 2026-05-20T23:25:43.042Z | Compiling usdt-impl v0.6.0 |
| 1490 | 2026-05-20T23:25:43.050Z | Compiling crossbeam-utils v0.8.21 |
| 1491 | 2026-05-20T23:25:43.050Z | Compiling siphasher v1.0.2 |
| 1492 | 2026-05-20T23:25:43.114Z | Compiling num_threads v0.1.7 |
| 1493 | 2026-05-20T23:25:43.235Z | Compiling bit-vec v0.8.0 |
| 1494 | 2026-05-20T23:25:43.254Z | Compiling simd-adler32 v0.3.8 |
| 1495 | 2026-05-20T23:25:43.269Z | Compiling quick-error v1.2.3 |
| 1496 | 2026-05-20T23:25:43.375Z | Compiling hyper-util v0.1.20 |
| 1497 | 2026-05-20T23:25:43.438Z | Compiling bit-set v0.8.0 |
| 1498 | 2026-05-20T23:25:43.462Z | Compiling rusty-fork v0.3.1 |
| 1499 | 2026-05-20T23:25:43.618Z | Compiling time v0.3.47 |
| 1500 | 2026-05-20T23:25:43.930Z | Compiling tower v0.5.3 |
| 1501 | 2026-05-20T23:25:44.155Z | Compiling derive_builder_core v0.20.2 |
| 1502 | 2026-05-20T23:25:44.473Z | Compiling dtrace-parser v0.3.0 |
| 1503 | 2026-05-20T23:25:44.588Z | Compiling http-body-util v0.1.3 |
| 1504 | 2026-05-20T23:25:44.833Z | Compiling webpki-roots v1.0.6 |
| 1505 | 2026-05-20T23:25:44.958Z | Compiling signature v2.2.0 |
| 1506 | 2026-05-20T23:25:44.961Z | Compiling thiserror-impl v1.0.69 |
| 1507 | 2026-05-20T23:25:45.095Z | Compiling dof v0.4.0 |
| 1508 | 2026-05-20T23:25:45.136Z | Compiling scroll_derive v0.12.1 |
| 1509 | 2026-05-20T23:25:45.276Z | Compiling heapless v0.7.17 |
| 1510 | 2026-05-20T23:25:45.294Z | Compiling rand_xorshift v0.4.0 |
| 1511 | 2026-05-20T23:25:45.378Z | Compiling slog v2.8.2 |
| 1512 | 2026-05-20T23:25:45.416Z | Compiling darling_core v0.21.3 |
| 1513 | 2026-05-20T23:25:45.759Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1514 | 2026-05-20T23:25:45.823Z | Compiling thread-id v5.1.0 |
| 1515 | 2026-05-20T23:25:45.854Z | Compiling cookie v0.18.1 |
| 1516 | 2026-05-20T23:25:45.918Z | Compiling unicode-bidi v0.3.18 |
| 1517 | 2026-05-20T23:25:46.174Z | Compiling iri-string v0.7.10 |
| 1518 | 2026-05-20T23:25:46.937Z | Compiling signal-hook v0.3.18 |
| 1519 | 2026-05-20T23:25:46.963Z | Compiling unarray v0.1.4 |
| 1520 | 2026-05-20T23:25:46.963Z | Compiling adler2 v2.0.1 |
| 1521 | 2026-05-20T23:25:46.963Z | Compiling ryu v1.0.23 |
| 1522 | 2026-05-20T23:25:46.963Z | Compiling paste v1.0.15 |
| 1523 | 2026-05-20T23:25:46.963Z | Compiling allocator-api2 v0.2.21 |
| 1524 | 2026-05-20T23:25:46.963Z | Compiling unicode-properties v0.1.4 |
| 1525 | 2026-05-20T23:25:46.963Z | Compiling anyhow v1.0.102 |
| 1526 | 2026-05-20T23:25:46.966Z | Compiling zstd-safe v7.2.4 |
| 1527 | 2026-05-20T23:25:46.966Z | Compiling stringprep v0.1.5 |
| 1528 | 2026-05-20T23:25:46.966Z | Compiling serde_urlencoded v0.7.1 |
| 1529 | 2026-05-20T23:25:46.966Z | Compiling miniz_oxide v0.8.9 |
| 1530 | 2026-05-20T23:25:47.186Z | Compiling tower-http v0.6.8 |
| 1531 | 2026-05-20T23:25:47.224Z | Compiling proptest v1.10.0 |
| 1532 | 2026-05-20T23:25:47.473Z | Compiling thiserror v1.0.69 |
| 1533 | 2026-05-20T23:25:47.812Z | Compiling scroll v0.12.0 |
| 1534 | 2026-05-20T23:25:47.855Z | Compiling derive_builder_macro v0.20.2 |
| 1535 | 2026-05-20T23:25:47.855Z | Compiling tokio-native-tls v0.3.1 |
| 1536 | 2026-05-20T23:25:48.451Z | Compiling darling_macro v0.21.3 |
| 1537 | 2026-05-20T23:25:48.515Z | Compiling ipnetwork v0.21.1 |
| 1538 | 2026-05-20T23:25:48.515Z | Compiling bstr v1.12.1 |
| 1539 | 2026-05-20T23:25:48.515Z | Compiling rand_chacha v0.3.1 |
| 1540 | 2026-05-20T23:25:48.515Z | Compiling erased-serde v0.3.31 |
| 1541 | 2026-05-20T23:25:48.515Z | Compiling toml_datetime v0.6.11 |
| 1542 | 2026-05-20T23:25:49.087Z | Compiling serde_tokenstream v0.2.3 |
| 1543 | 2026-05-20T23:25:49.678Z | Compiling serde_spanned v0.6.9 |
| 1544 | 2026-05-20T23:25:49.679Z | Compiling md-5 v0.10.6 |
| 1545 | 2026-05-20T23:25:49.679Z | Compiling async-trait v0.1.89 |
| 1546 | 2026-05-20T23:25:49.679Z | Compiling pin-project-internal v1.1.11 |
| 1547 | 2026-05-20T23:25:49.679Z | Compiling zerocopy-derive v0.7.35 |
| 1548 | 2026-05-20T23:25:49.679Z | Compiling curve25519-dalek v4.1.3 |
| 1549 | 2026-05-20T23:25:50.094Z | Compiling vergen-lib v0.1.6 |
| 1550 | 2026-05-20T23:25:50.094Z | Compiling num-integer v0.1.46 |
| 1551 | 2026-05-20T23:25:50.095Z | Compiling hash32 v0.2.1 |
| 1552 | 2026-05-20T23:25:50.095Z | Compiling ff v0.13.1 |
| 1553 | 2026-05-20T23:25:50.095Z | Compiling memoffset v0.9.1 |
| 1554 | 2026-05-20T23:25:50.095Z | Compiling zlib-rs v0.6.2 |
| 1555 | 2026-05-20T23:25:50.179Z | Compiling litrs v1.0.0 |
| 1556 | 2026-05-20T23:25:50.179Z | Compiling smoltcp v0.9.1 |
| 1557 | 2026-05-20T23:25:50.179Z | Compiling base16ct v0.2.0 |
| 1558 | 2026-05-20T23:25:50.179Z | Compiling fallible-iterator v0.2.0 |
| 1559 | 2026-05-20T23:25:50.179Z | Compiling rustix v0.38.44 |
| 1560 | 2026-05-20T23:25:50.180Z | Compiling psl-types v2.0.11 |
| 1561 | 2026-05-20T23:25:50.201Z | Compiling cfg_aliases v0.2.1 |
| 1562 | 2026-05-20T23:25:50.301Z | Compiling num-bigint-dig v0.8.6 |
| 1563 | 2026-05-20T23:25:50.321Z | Compiling ref-cast v1.0.25 |
| 1564 | 2026-05-20T23:25:50.321Z | Compiling nix v0.31.2 |
| 1565 | 2026-05-20T23:25:50.446Z | Compiling document-features v0.2.12 |
| 1566 | 2026-05-20T23:25:50.557Z | Compiling publicsuffix v2.3.0 |
| 1567 | 2026-05-20T23:25:50.588Z | Compiling postgres-protocol v0.6.10 |
| 1568 | 2026-05-20T23:25:50.708Z | Compiling sec1 v0.7.3 |
| 1569 | 2026-05-20T23:25:50.840Z | Compiling pin-project v1.1.11 |
| 1570 | 2026-05-20T23:25:51.091Z | Compiling zerocopy v0.7.35 |
| 1571 | 2026-05-20T23:25:51.100Z | Compiling group v0.13.0 |
| 1572 | 2026-05-20T23:25:51.100Z | Compiling newtype-uuid v1.3.2 |
| 1573 | 2026-05-20T23:25:51.100Z | Compiling num-iter v0.1.45 |
| 1574 | 2026-05-20T23:25:51.358Z | Compiling rand v0.8.6 |
| 1575 | 2026-05-20T23:25:51.487Z | Compiling darling v0.21.3 |
| 1576 | 2026-05-20T23:25:51.675Z | Compiling oxnet v0.1.4 |
| 1577 | 2026-05-20T23:25:51.718Z | Compiling derive_builder v0.20.2 |
| 1578 | 2026-05-20T23:25:51.748Z | Compiling hyper-tls v0.6.0 |
| 1579 | 2026-05-20T23:25:51.802Z | Compiling hubpack_derive v0.1.1 |
| 1580 | 2026-05-20T23:25:51.928Z | Compiling goblin v0.8.2 |
| 1581 | 2026-05-20T23:25:52.448Z | Compiling phf_shared v0.13.1 |
| 1582 | 2026-05-20T23:25:52.553Z | Compiling flate2 v1.1.9 |
| 1583 | 2026-05-20T23:25:52.578Z | Compiling lazy_static v1.5.0 |
| 1584 | 2026-05-20T23:25:52.695Z | Compiling regex v1.12.3 |
| 1585 | 2026-05-20T23:25:52.737Z | Compiling futures-executor v0.3.32 |
| 1586 | 2026-05-20T23:25:52.853Z | Compiling hex v0.4.3 |
| 1587 | 2026-05-20T23:25:52.952Z | Compiling cargo-platform v0.1.9 |
| 1588 | 2026-05-20T23:25:52.964Z | Compiling hkdf v0.12.4 |
| 1589 | 2026-05-20T23:25:52.964Z | Compiling crypto-bigint v0.5.5 |
| 1590 | 2026-05-20T23:25:53.002Z | Compiling terminal_size v0.4.3 |
| 1591 | 2026-05-20T23:25:53.016Z | Compiling ref-cast-impl v1.0.25 |
| 1592 | 2026-05-20T23:25:53.241Z | Compiling strum_macros v0.27.2 |
| 1593 | 2026-05-20T23:25:53.255Z | Compiling daft-derive v0.1.7 |
| 1594 | 2026-05-20T23:25:53.255Z | Compiling snafu-derive v0.8.9 |
| 1595 | 2026-05-20T23:25:53.694Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1596 | 2026-05-20T23:25:53.865Z | Compiling vergen v9.0.6 |
| 1597 | 2026-05-20T23:25:54.123Z | Compiling fs-err v3.3.0 |
| 1598 | 2026-05-20T23:25:54.294Z | Compiling ahash v0.8.12 |
| 1599 | 2026-05-20T23:25:54.304Z | Compiling encoding_rs v0.8.35 |
| 1600 | 2026-05-20T23:25:54.454Z | Compiling libbz2-rs-sys v0.2.2 |
| 1601 | 2026-05-20T23:25:55.057Z | Compiling managed v0.8.0 |
| 1602 | 2026-05-20T23:25:55.071Z | Compiling winnow v0.5.40 |
| 1603 | 2026-05-20T23:25:55.071Z | Compiling foldhash v0.2.0 |
| 1604 | 2026-05-20T23:25:55.160Z | Compiling same-file v1.0.6 |
| 1605 | 2026-05-20T23:25:55.346Z | Compiling bumpalo v3.20.2 |
| 1606 | 2026-05-20T23:25:55.361Z | Compiling object v0.37.3 |
| 1607 | 2026-05-20T23:25:55.361Z | Compiling unicode-segmentation v1.12.0 |
| 1608 | 2026-05-20T23:25:55.467Z | Compiling bitflags v1.3.2 |
| 1609 | 2026-05-20T23:25:55.562Z | Compiling cpufeatures v0.3.0 |
| 1610 | 2026-05-20T23:25:55.575Z | Compiling mime v0.3.17 |
| 1611 | 2026-05-20T23:25:55.575Z | Compiling foldhash v0.1.5 |
| 1612 | 2026-05-20T23:25:55.575Z | Compiling chacha20 v0.10.0 |
| 1613 | 2026-05-20T23:25:55.653Z | Compiling hashbrown v0.15.5 |
| 1614 | 2026-05-20T23:25:55.801Z | Compiling zopfli v0.8.3 |
| 1615 | 2026-05-20T23:25:55.813Z | Compiling hashbrown v0.16.1 |
| 1616 | 2026-05-20T23:25:56.093Z | Compiling walkdir v2.5.0 |
| 1617 | 2026-05-20T23:25:56.253Z | Compiling snafu v0.8.9 |
| 1618 | 2026-05-20T23:25:56.344Z | Compiling clap_builder v4.5.60 |
| 1619 | 2026-05-20T23:25:56.353Z | Compiling strum v0.27.2 |
| 1620 | 2026-05-20T23:25:56.494Z | Compiling toml_edit v0.19.15 |
| 1621 | 2026-05-20T23:25:56.505Z | Compiling bzip2 v0.6.1 |
| 1622 | 2026-05-20T23:25:56.594Z | Compiling dof v0.3.0 |
| 1623 | 2026-05-20T23:25:56.692Z | Compiling daft v0.1.7 |
| 1624 | 2026-05-20T23:25:56.800Z | Compiling elliptic-curve v0.13.8 |
| 1625 | 2026-05-20T23:25:57.252Z | Compiling cargo_metadata v0.19.2 |
| 1626 | 2026-05-20T23:25:57.288Z | Compiling futures v0.3.32 |
| 1627 | 2026-05-20T23:25:57.384Z | Compiling phf v0.13.1 |
| 1628 | 2026-05-20T23:25:57.922Z | Compiling cookie_store v0.22.1 |
| 1629 | 2026-05-20T23:25:58.411Z | Compiling hubpack v0.1.2 |
| 1630 | 2026-05-20T23:25:58.426Z | Compiling signal-hook-mio v0.2.5 |
| 1631 | 2026-05-20T23:25:58.521Z | Compiling zstd v0.13.3 |
| 1632 | 2026-05-20T23:25:58.608Z | Compiling bzip2 v0.4.4 |
| 1633 | 2026-05-20T23:25:58.608Z | Compiling serde_with_macros v3.17.0 |
| 1634 | 2026-05-20T23:25:58.740Z | Compiling postgres-types v0.2.12 |
| 1635 | 2026-05-20T23:25:59.091Z | Compiling usdt-macro v0.6.0 |
| 1636 | 2026-05-20T23:25:59.302Z | Compiling usdt-attr-macro v0.6.0 |
| 1637 | 2026-05-20T23:25:59.312Z | Compiling globset v0.4.18 |
| 1638 | 2026-05-20T23:25:59.630Z | Compiling dtrace-parser v0.2.0 |
| 1639 | 2026-05-20T23:25:59.709Z | Compiling ed25519 v2.2.3 |
| 1640 | 2026-05-20T23:25:59.827Z | Compiling phf_shared v0.11.3 |
| 1641 | 2026-05-20T23:25:59.959Z | Compiling olpc-cjson v0.1.4 |
| 1642 | 2026-05-20T23:25:59.980Z | Compiling pkcs1 v0.7.5 |
| 1643 | 2026-05-20T23:26:00.093Z | Compiling serde_plain v1.0.2 |
| 1644 | 2026-05-20T23:26:00.195Z | Compiling serde-big-array v0.5.1 |
| 1645 | 2026-05-20T23:26:00.196Z | Compiling rfc6979 v0.4.0 |
| 1646 | 2026-05-20T23:26:00.286Z | Compiling pem v3.0.6 |
| 1647 | 2026-05-20T23:26:00.286Z | Compiling clap_derive v4.5.55 |
| 1648 | 2026-05-20T23:26:00.286Z | Compiling async-recursion v1.1.1 |
| 1649 | 2026-05-20T23:26:00.298Z | Compiling serde_repr v0.1.20 |
| 1650 | 2026-05-20T23:26:00.391Z | Compiling strum_macros v0.26.4 |
| 1651 | 2026-05-20T23:26:00.516Z | Compiling enum-as-inner v0.6.1 |
| 1652 | 2026-05-20T23:26:00.620Z | Compiling float-cmp v0.10.0 |
| 1653 | 2026-05-20T23:26:00.835Z | Compiling memmap2 v0.9.10 |
| 1654 | 2026-05-20T23:26:00.855Z | Compiling thread-id v4.2.2 |
| 1655 | 2026-05-20T23:26:00.971Z | Compiling env_filter v1.0.0 |
| 1656 | 2026-05-20T23:26:00.986Z | Compiling fixedbitset v0.5.7 |
| 1657 | 2026-05-20T23:26:00.986Z | Compiling whoami v2.1.0 |
| 1658 | 2026-05-20T23:26:01.079Z | Compiling keccak v0.1.6 |
| 1659 | 2026-05-20T23:26:01.209Z | Compiling new_debug_unreachable v1.0.6 |
| 1660 | 2026-05-20T23:26:01.225Z | Compiling fixedbitset v0.4.2 |
| 1661 | 2026-05-20T23:26:01.403Z | Compiling static_assertions v1.1.0 |
| 1662 | 2026-05-20T23:26:01.512Z | Compiling normalize-line-endings v0.3.0 |
| 1663 | 2026-05-20T23:26:01.512Z | Compiling either v1.15.0 |
| 1664 | 2026-05-20T23:26:01.536Z | Compiling jiff v0.2.21 |
| 1665 | 2026-05-20T23:26:01.536Z | Compiling precomputed-hash v0.1.1 |
| 1666 | 2026-05-20T23:26:01.536Z | Compiling data-encoding v2.10.0 |
| 1667 | 2026-05-20T23:26:01.621Z | Compiling difflib v0.4.0 |
| 1668 | 2026-05-20T23:26:01.976Z | Compiling predicates-core v1.0.10 |
| 1669 | 2026-05-20T23:26:02.090Z | Compiling typed-path v0.9.3 |
| 1670 | 2026-05-20T23:26:02.114Z | Compiling clap v4.5.60 |
| 1671 | 2026-05-20T23:26:02.114Z | Compiling predicates v3.1.4 |
| 1672 | 2026-05-20T23:26:02.114Z | Compiling hickory-proto v0.25.2 |
| 1673 | 2026-05-20T23:26:02.219Z | Compiling strum v0.26.3 |
| 1674 | 2026-05-20T23:26:02.240Z | Compiling itertools v0.13.0 |
| 1675 | 2026-05-20T23:26:02.350Z | Compiling string_cache v0.8.9 |
| 1676 | 2026-05-20T23:26:02.562Z | Compiling petgraph v0.6.5 |
| 1677 | 2026-05-20T23:26:02.872Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1678 | 2026-05-20T23:26:02.892Z | Compiling tokio-postgres v0.7.16 |
| 1679 | 2026-05-20T23:26:03.360Z | Compiling sha3 v0.10.8 |
| 1680 | 2026-05-20T23:26:03.457Z | Compiling petgraph v0.8.3 |
| 1681 | 2026-05-20T23:26:03.685Z | Compiling env_logger v0.11.9 |
| 1682 | 2026-05-20T23:26:04.020Z | Compiling usdt-impl v0.5.0 |
| 1683 | 2026-05-20T23:26:04.041Z | Compiling zip v4.6.1 |
| 1684 | 2026-05-20T23:26:04.576Z | Compiling toml_edit v0.22.27 |
| 1685 | 2026-05-20T23:26:05.054Z | Compiling usdt v0.6.0 |
| 1686 | 2026-05-20T23:26:05.119Z | Compiling rsa v0.9.10 |
| 1687 | 2026-05-20T23:26:05.244Z | Compiling ecdsa v0.16.9 |
| 1688 | 2026-05-20T23:26:05.629Z | Compiling ed25519-dalek v2.2.0 |
| 1689 | 2026-05-20T23:26:05.658Z | Compiling crossterm v0.28.1 |
| 1690 | 2026-05-20T23:26:05.658Z | Compiling serde_with v3.17.0 |
| 1691 | 2026-05-20T23:26:06.090Z | Compiling zip v0.6.6 |
| 1692 | 2026-05-20T23:26:06.855Z | Compiling toml v0.7.8 |
| 1693 | 2026-05-20T23:26:06.863Z | Compiling iddqd v0.4.1 |
| 1694 | 2026-05-20T23:26:07.295Z | Compiling rand v0.10.0 |
| 1695 | 2026-05-20T23:26:07.399Z | Compiling heck v0.4.1 |
| 1696 | 2026-05-20T23:26:07.406Z | Compiling similar v2.7.0 |
| 1697 | 2026-05-20T23:26:07.476Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1698 | 2026-05-20T23:26:07.594Z | Compiling crossbeam-epoch v0.9.18 |
| 1699 | 2026-05-20T23:26:07.991Z | Compiling tokio-stream v0.1.18 |
| 1700 | 2026-05-20T23:26:08.101Z | Compiling buf-list v1.1.2 |
| 1701 | 2026-05-20T23:26:08.123Z | Compiling x509-cert v0.2.5 |
| 1702 | 2026-05-20T23:26:08.201Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1703 | 2026-05-20T23:26:08.217Z | Compiling openapiv3 v2.2.0 |
| 1704 | 2026-05-20T23:26:08.375Z | Compiling sha1 v0.10.6 |
| 1705 | 2026-05-20T23:26:08.379Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1706 | 2026-05-20T23:26:08.394Z | Compiling lalrpop-util v0.19.12 |
| 1707 | 2026-05-20T23:26:08.484Z | Compiling peg-runtime v0.8.5 |
| 1708 | 2026-05-20T23:26:08.580Z | Compiling thread_local v1.1.9 |
| 1709 | 2026-05-20T23:26:08.600Z | Compiling slog-async v2.8.0 |
| 1710 | 2026-05-20T23:26:08.661Z | Compiling crossbeam-channel v0.5.15 |
| 1711 | 2026-05-20T23:26:08.762Z | Compiling filetime v0.2.27 |
| 1712 | 2026-05-20T23:26:08.832Z | Compiling is-terminal v0.4.17 |
| 1713 | 2026-05-20T23:26:08.904Z | Compiling xattr v1.6.1 |
| 1714 | 2026-05-20T23:26:08.931Z | Compiling take_mut v0.2.2 |
| 1715 | 2026-05-20T23:26:08.943Z | Compiling term v1.2.1 |
| 1716 | 2026-05-20T23:26:09.122Z | Compiling tar v0.4.45 |
| 1717 | 2026-05-20T23:26:09.526Z | Compiling slog-term v2.9.2 |
| 1718 | 2026-05-20T23:26:19.193Z | Compiling rustls-webpki v0.103.9 |
| 1719 | 2026-05-20T23:26:21.910Z | Compiling tokio-rustls v0.26.4 |
| 1720 | 2026-05-20T23:26:21.910Z | Compiling rustls-platform-verifier v0.6.2 |
| 1721 | 2026-05-20T23:26:22.259Z | Compiling hyper-rustls v0.27.7 |
| 1722 | 2026-05-20T23:26:22.347Z | Compiling reqwest v0.12.28 |
| 1723 | 2026-05-20T23:26:22.440Z | Compiling reqwest v0.13.2 |
| 1724 | 2026-05-20T23:26:23.592Z | Compiling tough v0.22.0 |
| 1725 | 2026-05-20T23:26:26.105Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1726 | 2026-05-20T23:26:26.356Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1727 | 2026-05-20T23:26:29.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1728 | 2026-05-20T23:26:29.382Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1729 | 2026-05-20T23:26:29.448Z | May 20 23:26:28.307 INFO Starting download, target: Clickhouse |
| 1730 | 2026-05-20T23:26:29.448Z | May 20 23:26:28.307 INFO Starting download, target: Cockroach |
| 1731 | 2026-05-20T23:26:29.448Z | May 20 23:26:28.307 INFO Starting download, target: Console |
| 1732 | 2026-05-20T23:26:29.448Z | May 20 23:26:28.307 INFO Starting download, target: DendriteStub |
| 1733 | 2026-05-20T23:26:29.448Z | May 20 23:26:28.307 INFO Starting download, target: MaghemiteMgd |
| 1734 | 2026-05-20T23:26:29.449Z | May 20 23:26:28.307 INFO Starting download, target: TransceiverControl |
| 1735 | 2026-05-20T23:26:29.449Z | May 20 23:26:28.308 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1736 | 2026-05-20T23:26:29.449Z | May 20 23:26:28.308 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1737 | 2026-05-20T23:26:29.449Z | May 20 23:26:28.308 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1738 | 2026-05-20T23:26:29.449Z | May 20 23:26:28.308 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1739 | 2026-05-20T23:26:29.449Z | May 20 23:26:28.308 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1740 | 2026-05-20T23:26:29.449Z | May 20 23:26:28.308 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1741 | 2026-05-20T23:26:30.490Z | May 20 23:26:29.391 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1742 | 2026-05-20T23:26:30.805Z | May 20 23:26:29.616 INFO Download complete, target: Console |
| 1743 | 2026-05-20T23:26:31.089Z | May 20 23:26:30.057 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1744 | 2026-05-20T23:26:31.206Z | May 20 23:26:30.082 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1745 | 2026-05-20T23:26:31.306Z | May 20 23:26:30.264 INFO Download complete, target: TransceiverControl |
| 1746 | 2026-05-20T23:26:33.700Z | May 20 23:26:32.665 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1747 | 2026-05-20T23:26:33.722Z | May 20 23:26:32.675 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1748 | 2026-05-20T23:26:34.560Z | May 20 23:26:33.518 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1749 | 2026-05-20T23:26:34.560Z | May 20 23:26:33.518 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1750 | 2026-05-20T23:26:36.064Z | May 20 23:26:35.036 INFO Download complete, target: MaghemiteMgd |
| 1751 | 2026-05-20T23:26:36.087Z | May 20 23:26:35.053 INFO Download complete, target: DendriteStub |
| 1752 | 2026-05-20T23:26:37.905Z | May 20 23:26:36.827 INFO Checking that binary works, target: Clickhouse |
| 1753 | 2026-05-20T23:26:37.953Z | May 20 23:26:36.926 INFO Download complete, target: Clickhouse |
| 1754 | 2026-05-20T23:26:39.158Z | May 20 23:26:38.130 INFO Checking that binary works, target: Cockroach |
| 1755 | 2026-05-20T23:26:39.288Z | May 20 23:26:38.257 INFO Download complete, target: Cockroach |
| 1756 | 2026-05-20T23:26:39.326Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1757 | 2026-05-20T23:26:39.329Z | |
| 1758 | 2026-05-20T23:26:39.329Z | real 2:18.399246214 |
| 1759 | 2026-05-20T23:26:39.329Z | user 6:57.441884696 |
| 1760 | 2026-05-20T23:26:39.329Z | sys 1:23.116529736 |
| 1761 | 2026-05-20T23:26:39.329Z | trap 0.217628096 |
| 1762 | 2026-05-20T23:26:39.330Z | tflt 0.960429985 |
| 1763 | 2026-05-20T23:26:39.330Z | dflt 1.034364312 |
| 1764 | 2026-05-20T23:26:39.330Z | kflt 0.038137636 |
| 1765 | 2026-05-20T23:26:39.330Z | lock 21:51.925094781 |
| 1766 | 2026-05-20T23:26:39.330Z | slp 21:28.973812606 |
| 1767 | 2026-05-20T23:26:39.330Z | lat 42.840000208 |
| 1768 | 2026-05-20T23:26:39.330Z | stop 2:02.849674571 |
| 1769 | 2026-05-20T23:26:39.330Z | + banner hack-check |
| 1770 | 2026-05-20T23:26:39.330Z | |
| 1771 | 2026-05-20T23:26:39.330Z | # # ## #### # # #### # # ###### #### # # |
| 1772 | 2026-05-20T23:26:39.330Z | # # # # # # # # # # # # # # # # # |
| 1773 | 2026-05-20T23:26:39.330Z | ###### # # # #### ##### # ###### ##### # #### |
| 1774 | 2026-05-20T23:26:39.330Z | # # ###### # # # # # # # # # # |
| 1775 | 2026-05-20T23:26:39.330Z | # # # # # # # # # # # # # # # # # |
| 1776 | 2026-05-20T23:26:39.330Z | # # # # #### # # #### # # ###### #### # # |
| 1777 | 2026-05-20T23:26:39.330Z | |
| 1778 | 2026-05-20T23:26:39.330Z | + export CARGO_INCREMENTAL=0 |
| 1779 | 2026-05-20T23:26:39.330Z | + CARGO_INCREMENTAL=0 |
| 1780 | 2026-05-20T23:26:39.330Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1781 | 2026-05-20T23:26:39.866Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1782 | 2026-05-20T23:26:40.167Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1783 | 2026-05-20T23:26:41.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s |
| 1784 | 2026-05-20T23:26:42.032Z | Running `target/debug/xtask check-features --ci` |
| 1785 | 2026-05-20T23:26:42.063Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1786 | 2026-05-20T23:26:42.077Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1787 | 2026-05-20T23:26:42.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1788 | 2026-05-20T23:26:42.578Z | Running `target/debug/xtask download cargo-hack` |
| 1789 | 2026-05-20T23:26:43.371Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1790 | 2026-05-20T23:26:43.687Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1791 | 2026-05-20T23:26:46.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.53s |
| 1792 | 2026-05-20T23:26:46.323Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1793 | 2026-05-20T23:26:46.361Z | May 20 23:26:45.333 INFO Starting download, target: CargoHack |
| 1794 | 2026-05-20T23:26:46.375Z | May 20 23:26:45.334 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1795 | 2026-05-20T23:26:46.712Z | May 20 23:26:45.684 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1796 | 2026-05-20T23:26:46.762Z | May 20 23:26:45.734 INFO Download complete, target: CargoHack |
| 1797 | 2026-05-20T23:26:46.764Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1798 | 2026-05-20T23:26:46.779Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1799 | 2026-05-20T23:26:46.937Z | info: running `cargo check --bins` on api_identity (1/277) |
| 1800 | 2026-05-20T23:26:47.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1801 | 2026-05-20T23:26:47.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1802 | 2026-05-20T23:26:47.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1803 | 2026-05-20T23:26:47.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1804 | 2026-05-20T23:26:47.550Z | |
| 1805 | 2026-05-20T23:26:47.550Z | info: running `cargo check --bins` on bootstore (2/277) |
| 1806 | 2026-05-20T23:26:48.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1807 | 2026-05-20T23:26:49.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1808 | 2026-05-20T23:26:49.013Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1809 | 2026-05-20T23:26:49.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1810 | 2026-05-20T23:26:49.014Z | |
| 1811 | 2026-05-20T23:26:49.014Z | info: running `cargo check --bins` on omicron-ledger (3/277) |
| 1812 | 2026-05-20T23:26:49.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1813 | 2026-05-20T23:26:49.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1814 | 2026-05-20T23:26:49.014Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1815 | 2026-05-20T23:26:49.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1816 | 2026-05-20T23:26:49.014Z | |
| 1817 | 2026-05-20T23:26:49.014Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/277) |
| 1818 | 2026-05-20T23:26:49.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1819 | 2026-05-20T23:26:49.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1820 | 2026-05-20T23:26:49.294Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1821 | 2026-05-20T23:26:49.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1822 | 2026-05-20T23:26:49.362Z | |
| 1823 | 2026-05-20T23:26:49.362Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/277) |
| 1824 | 2026-05-20T23:26:49.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1825 | 2026-05-20T23:26:49.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1826 | 2026-05-20T23:26:49.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1827 | 2026-05-20T23:26:49.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1828 | 2026-05-20T23:26:49.963Z | |
| 1829 | 2026-05-20T23:26:49.963Z | info: running `cargo check --bins` on omicron-certificates (6/277) |
| 1830 | 2026-05-20T23:26:50.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1831 | 2026-05-20T23:26:50.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1832 | 2026-05-20T23:26:50.411Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1833 | 2026-05-20T23:26:50.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1834 | 2026-05-20T23:26:50.504Z | |
| 1835 | 2026-05-20T23:26:50.504Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/277) |
| 1836 | 2026-05-20T23:26:51.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1837 | 2026-05-20T23:26:51.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1838 | 2026-05-20T23:26:51.024Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1839 | 2026-05-20T23:26:51.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1840 | 2026-05-20T23:26:51.108Z | |
| 1841 | 2026-05-20T23:26:51.109Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/277) |
| 1842 | 2026-05-20T23:26:51.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1843 | 2026-05-20T23:26:51.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1844 | 2026-05-20T23:26:51.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1845 | 2026-05-20T23:26:51.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1846 | 2026-05-20T23:26:51.726Z | |
| 1847 | 2026-05-20T23:26:51.726Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/277) |
| 1848 | 2026-05-20T23:26:52.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1849 | 2026-05-20T23:26:52.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1850 | 2026-05-20T23:26:52.157Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1851 | 2026-05-20T23:26:52.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1852 | 2026-05-20T23:26:52.195Z | |
| 1853 | 2026-05-20T23:26:52.195Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/277) |
| 1854 | 2026-05-20T23:26:52.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1855 | 2026-05-20T23:26:52.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1856 | 2026-05-20T23:26:52.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1857 | 2026-05-20T23:26:52.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1858 | 2026-05-20T23:26:52.800Z | |
| 1859 | 2026-05-20T23:26:52.801Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/277) |
| 1860 | 2026-05-20T23:26:53.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1861 | 2026-05-20T23:26:54.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1862 | 2026-05-20T23:26:54.014Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1863 | 2026-05-20T23:26:54.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1864 | 2026-05-20T23:26:58.518Z | |
| 1865 | 2026-05-20T23:26:58.518Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/277) |
| 1866 | 2026-05-20T23:26:58.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1867 | 2026-05-20T23:26:58.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1868 | 2026-05-20T23:26:58.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1869 | 2026-05-20T23:26:58.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1870 | 2026-05-20T23:26:58.518Z | |
| 1871 | 2026-05-20T23:26:58.518Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/277) |
| 1872 | 2026-05-20T23:26:58.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1873 | 2026-05-20T23:26:58.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1874 | 2026-05-20T23:26:58.592Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1875 | 2026-05-20T23:26:58.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1876 | 2026-05-20T23:26:58.592Z | |
| 1877 | 2026-05-20T23:26:58.592Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/277) |
| 1878 | 2026-05-20T23:26:58.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1879 | 2026-05-20T23:26:58.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1880 | 2026-05-20T23:26:58.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1881 | 2026-05-20T23:26:58.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1882 | 2026-05-20T23:26:58.593Z | |
| 1883 | 2026-05-20T23:26:58.593Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/277) |
| 1884 | 2026-05-20T23:26:58.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1885 | 2026-05-20T23:26:58.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1886 | 2026-05-20T23:26:58.594Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1887 | 2026-05-20T23:26:58.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1888 | 2026-05-20T23:26:58.594Z | |
| 1889 | 2026-05-20T23:26:58.594Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/277) |
| 1890 | 2026-05-20T23:26:58.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1891 | 2026-05-20T23:26:58.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1892 | 2026-05-20T23:26:58.594Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1893 | 2026-05-20T23:26:58.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1894 | 2026-05-20T23:26:58.595Z | |
| 1895 | 2026-05-20T23:26:58.596Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/277) |
| 1896 | 2026-05-20T23:26:58.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1897 | 2026-05-20T23:26:58.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1898 | 2026-05-20T23:26:58.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1899 | 2026-05-20T23:26:58.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1900 | 2026-05-20T23:26:58.596Z | |
| 1901 | 2026-05-20T23:26:58.596Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/277) |
| 1902 | 2026-05-20T23:26:58.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1903 | 2026-05-20T23:26:58.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1904 | 2026-05-20T23:26:58.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1905 | 2026-05-20T23:26:58.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1906 | 2026-05-20T23:26:58.596Z | |
| 1907 | 2026-05-20T23:26:58.596Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/277) |
| 1908 | 2026-05-20T23:26:58.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1909 | 2026-05-20T23:26:58.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1910 | 2026-05-20T23:26:58.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1911 | 2026-05-20T23:26:58.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1912 | 2026-05-20T23:26:58.596Z | |
| 1913 | 2026-05-20T23:26:58.596Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/277) |
| 1914 | 2026-05-20T23:26:58.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1915 | 2026-05-20T23:26:58.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1916 | 2026-05-20T23:26:58.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1917 | 2026-05-20T23:26:58.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1918 | 2026-05-20T23:26:58.596Z | |
| 1919 | 2026-05-20T23:26:58.596Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/277) |
| 1920 | 2026-05-20T23:26:58.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1921 | 2026-05-20T23:26:58.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1922 | 2026-05-20T23:26:58.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1923 | 2026-05-20T23:26:58.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1924 | 2026-05-20T23:26:58.624Z | |
| 1925 | 2026-05-20T23:26:58.624Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/277) |
| 1926 | 2026-05-20T23:26:58.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1927 | 2026-05-20T23:26:58.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1928 | 2026-05-20T23:26:58.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1929 | 2026-05-20T23:26:58.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1930 | 2026-05-20T23:26:58.624Z | |
| 1931 | 2026-05-20T23:26:58.625Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/277) |
| 1932 | 2026-05-20T23:26:58.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1933 | 2026-05-20T23:26:58.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1934 | 2026-05-20T23:26:58.818Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1935 | 2026-05-20T23:26:58.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1936 | 2026-05-20T23:26:58.878Z | |
| 1937 | 2026-05-20T23:26:58.878Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/277) |
| 1938 | 2026-05-20T23:26:59.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1939 | 2026-05-20T23:26:59.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1940 | 2026-05-20T23:26:59.298Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1941 | 2026-05-20T23:26:59.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1942 | 2026-05-20T23:26:59.360Z | |
| 1943 | 2026-05-20T23:26:59.360Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/277) |
| 1944 | 2026-05-20T23:26:59.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1945 | 2026-05-20T23:26:59.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1946 | 2026-05-20T23:26:59.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1947 | 2026-05-20T23:26:59.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1948 | 2026-05-20T23:26:59.845Z | |
| 1949 | 2026-05-20T23:26:59.845Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/277) |
| 1950 | 2026-05-20T23:27:00.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1951 | 2026-05-20T23:27:00.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1952 | 2026-05-20T23:27:00.259Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1953 | 2026-05-20T23:27:00.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1954 | 2026-05-20T23:27:00.321Z | |
| 1955 | 2026-05-20T23:27:00.321Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/277) |
| 1956 | 2026-05-20T23:27:00.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1957 | 2026-05-20T23:27:00.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1958 | 2026-05-20T23:27:00.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1959 | 2026-05-20T23:27:00.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1960 | 2026-05-20T23:27:00.798Z | |
| 1961 | 2026-05-20T23:27:00.798Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/277) |
| 1962 | 2026-05-20T23:27:01.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1963 | 2026-05-20T23:27:01.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1964 | 2026-05-20T23:27:01.214Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1965 | 2026-05-20T23:27:01.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1966 | 2026-05-20T23:27:01.274Z | |
| 1967 | 2026-05-20T23:27:01.274Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/277) |
| 1968 | 2026-05-20T23:27:01.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1969 | 2026-05-20T23:27:01.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1970 | 2026-05-20T23:27:01.693Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1971 | 2026-05-20T23:27:01.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1972 | 2026-05-20T23:27:01.754Z | |
| 1973 | 2026-05-20T23:27:01.755Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/277) |
| 1974 | 2026-05-20T23:27:02.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1975 | 2026-05-20T23:27:02.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1976 | 2026-05-20T23:27:02.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1977 | 2026-05-20T23:27:02.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1978 | 2026-05-20T23:27:02.235Z | |
| 1979 | 2026-05-20T23:27:02.235Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/277) |
| 1980 | 2026-05-20T23:27:02.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1981 | 2026-05-20T23:27:02.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1982 | 2026-05-20T23:27:02.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1983 | 2026-05-20T23:27:02.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1984 | 2026-05-20T23:27:02.714Z | |
| 1985 | 2026-05-20T23:27:02.714Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/277) |
| 1986 | 2026-05-20T23:27:03.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1987 | 2026-05-20T23:27:03.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1988 | 2026-05-20T23:27:03.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1989 | 2026-05-20T23:27:03.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1990 | 2026-05-20T23:27:03.191Z | |
| 1991 | 2026-05-20T23:27:03.191Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/277) |
| 1992 | 2026-05-20T23:27:03.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1993 | 2026-05-20T23:27:03.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1994 | 2026-05-20T23:27:03.610Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1995 | 2026-05-20T23:27:03.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1996 | 2026-05-20T23:27:03.671Z | |
| 1997 | 2026-05-20T23:27:03.671Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/277) |
| 1998 | 2026-05-20T23:27:04.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1999 | 2026-05-20T23:27:04.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2000 | 2026-05-20T23:27:04.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2001 | 2026-05-20T23:27:04.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2002 | 2026-05-20T23:27:04.147Z | |
| 2003 | 2026-05-20T23:27:04.147Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/277) |
| 2004 | 2026-05-20T23:27:04.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2005 | 2026-05-20T23:27:04.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2006 | 2026-05-20T23:27:04.570Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2007 | 2026-05-20T23:27:04.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2008 | 2026-05-20T23:27:04.627Z | |
| 2009 | 2026-05-20T23:27:04.627Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/277) |
| 2010 | 2026-05-20T23:27:05.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2011 | 2026-05-20T23:27:05.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2012 | 2026-05-20T23:27:05.046Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2013 | 2026-05-20T23:27:05.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2014 | 2026-05-20T23:27:05.107Z | |
| 2015 | 2026-05-20T23:27:05.107Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/277) |
| 2016 | 2026-05-20T23:27:05.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2017 | 2026-05-20T23:27:05.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2018 | 2026-05-20T23:27:05.526Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2019 | 2026-05-20T23:27:05.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2020 | 2026-05-20T23:27:05.588Z | |
| 2021 | 2026-05-20T23:27:05.588Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/277) |
| 2022 | 2026-05-20T23:27:06.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2023 | 2026-05-20T23:27:06.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2024 | 2026-05-20T23:27:06.005Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2025 | 2026-05-20T23:27:06.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2026 | 2026-05-20T23:27:06.062Z | |
| 2027 | 2026-05-20T23:27:06.062Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/277) |
| 2028 | 2026-05-20T23:27:06.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2029 | 2026-05-20T23:27:06.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2030 | 2026-05-20T23:27:06.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2031 | 2026-05-20T23:27:06.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2032 | 2026-05-20T23:27:06.539Z | |
| 2033 | 2026-05-20T23:27:06.539Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/277) |
| 2034 | 2026-05-20T23:27:06.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2035 | 2026-05-20T23:27:06.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2036 | 2026-05-20T23:27:06.956Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2037 | 2026-05-20T23:27:06.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2038 | 2026-05-20T23:27:07.018Z | |
| 2039 | 2026-05-20T23:27:07.018Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/277) |
| 2040 | 2026-05-20T23:27:07.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2041 | 2026-05-20T23:27:07.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2042 | 2026-05-20T23:27:07.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2043 | 2026-05-20T23:27:07.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2044 | 2026-05-20T23:27:07.501Z | |
| 2045 | 2026-05-20T23:27:07.501Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/277) |
| 2046 | 2026-05-20T23:27:07.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2047 | 2026-05-20T23:27:07.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2048 | 2026-05-20T23:27:07.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2049 | 2026-05-20T23:27:07.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2050 | 2026-05-20T23:27:07.980Z | |
| 2051 | 2026-05-20T23:27:07.980Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/277) |
| 2052 | 2026-05-20T23:27:08.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2053 | 2026-05-20T23:27:08.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2054 | 2026-05-20T23:27:08.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2055 | 2026-05-20T23:27:08.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2056 | 2026-05-20T23:27:08.458Z | |
| 2057 | 2026-05-20T23:27:08.458Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/277) |
| 2058 | 2026-05-20T23:27:08.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2059 | 2026-05-20T23:27:08.878Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2060 | 2026-05-20T23:27:08.878Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2061 | 2026-05-20T23:27:08.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2062 | 2026-05-20T23:27:08.936Z | |
| 2063 | 2026-05-20T23:27:08.936Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/277) |
| 2064 | 2026-05-20T23:27:09.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2065 | 2026-05-20T23:27:09.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2066 | 2026-05-20T23:27:09.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2067 | 2026-05-20T23:27:09.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2068 | 2026-05-20T23:27:09.417Z | |
| 2069 | 2026-05-20T23:27:09.418Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/277) |
| 2070 | 2026-05-20T23:27:09.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2071 | 2026-05-20T23:27:09.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2072 | 2026-05-20T23:27:09.835Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2073 | 2026-05-20T23:27:09.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2074 | 2026-05-20T23:27:09.899Z | |
| 2075 | 2026-05-20T23:27:09.899Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/277) |
| 2076 | 2026-05-20T23:27:10.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2077 | 2026-05-20T23:27:10.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2078 | 2026-05-20T23:27:10.321Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2079 | 2026-05-20T23:27:10.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2080 | 2026-05-20T23:27:10.382Z | |
| 2081 | 2026-05-20T23:27:10.382Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/277) |
| 2082 | 2026-05-20T23:27:10.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2083 | 2026-05-20T23:27:10.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2084 | 2026-05-20T23:27:10.832Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2085 | 2026-05-20T23:27:10.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2086 | 2026-05-20T23:27:10.860Z | |
| 2087 | 2026-05-20T23:27:10.860Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/277) |
| 2088 | 2026-05-20T23:27:11.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2089 | 2026-05-20T23:27:11.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2090 | 2026-05-20T23:27:11.408Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2091 | 2026-05-20T23:27:11.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2092 | 2026-05-20T23:27:11.512Z | |
| 2093 | 2026-05-20T23:27:11.512Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/277) |
| 2094 | 2026-05-20T23:27:12.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2095 | 2026-05-20T23:27:12.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2096 | 2026-05-20T23:27:12.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2097 | 2026-05-20T23:27:12.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2098 | 2026-05-20T23:27:12.154Z | |
| 2099 | 2026-05-20T23:27:12.154Z | info: running `cargo check --bins` on nexus-config (51/277) |
| 2100 | 2026-05-20T23:27:12.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2101 | 2026-05-20T23:27:12.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2102 | 2026-05-20T23:27:12.693Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2103 | 2026-05-20T23:27:12.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2104 | 2026-05-20T23:27:12.794Z | |
| 2105 | 2026-05-20T23:27:12.794Z | info: running `cargo check --bins` on nexus-types (52/277) |
| 2106 | 2026-05-20T23:27:13.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2107 | 2026-05-20T23:27:13.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2108 | 2026-05-20T23:27:13.337Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2109 | 2026-05-20T23:27:13.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2110 | 2026-05-20T23:27:13.434Z | |
| 2111 | 2026-05-20T23:27:13.434Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/277) |
| 2112 | 2026-05-20T23:27:13.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2113 | 2026-05-20T23:27:13.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2114 | 2026-05-20T23:27:13.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2115 | 2026-05-20T23:27:13.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2116 | 2026-05-20T23:27:14.049Z | |
| 2117 | 2026-05-20T23:27:14.050Z | info: running `cargo check --bins` on omicron-passwords (54/277) |
| 2118 | 2026-05-20T23:27:14.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2119 | 2026-05-20T23:27:14.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2120 | 2026-05-20T23:27:14.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2121 | 2026-05-20T23:27:14.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2122 | 2026-05-20T23:27:14.640Z | |
| 2123 | 2026-05-20T23:27:14.640Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/277) |
| 2124 | 2026-05-20T23:27:15.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2125 | 2026-05-20T23:27:15.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2126 | 2026-05-20T23:27:15.163Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2127 | 2026-05-20T23:27:15.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2128 | 2026-05-20T23:27:15.313Z | |
| 2129 | 2026-05-20T23:27:15.313Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/277) |
| 2130 | 2026-05-20T23:27:15.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2131 | 2026-05-20T23:27:15.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2132 | 2026-05-20T23:27:15.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2133 | 2026-05-20T23:27:15.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2134 | 2026-05-20T23:27:15.868Z | |
| 2135 | 2026-05-20T23:27:15.868Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/277) |
| 2136 | 2026-05-20T23:27:16.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2137 | 2026-05-20T23:27:16.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2138 | 2026-05-20T23:27:16.426Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2139 | 2026-05-20T23:27:16.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2140 | 2026-05-20T23:27:16.478Z | |
| 2141 | 2026-05-20T23:27:16.478Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/277) |
| 2142 | 2026-05-20T23:27:16.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2143 | 2026-05-20T23:27:16.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2144 | 2026-05-20T23:27:16.996Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2145 | 2026-05-20T23:27:16.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2146 | 2026-05-20T23:27:17.091Z | |
| 2147 | 2026-05-20T23:27:17.091Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/277) |
| 2148 | 2026-05-20T23:27:17.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2149 | 2026-05-20T23:27:17.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2150 | 2026-05-20T23:27:17.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2151 | 2026-05-20T23:27:17.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2152 | 2026-05-20T23:27:17.684Z | |
| 2153 | 2026-05-20T23:27:17.684Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/277) |
| 2154 | 2026-05-20T23:27:18.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2155 | 2026-05-20T23:27:18.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2156 | 2026-05-20T23:27:18.191Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2157 | 2026-05-20T23:27:18.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2158 | 2026-05-20T23:27:18.279Z | |
| 2159 | 2026-05-20T23:27:18.279Z | info: running `cargo check --bins --no-default-features` on gfss (61/277) |
| 2160 | 2026-05-20T23:27:18.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2161 | 2026-05-20T23:27:18.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2162 | 2026-05-20T23:27:18.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2163 | 2026-05-20T23:27:18.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2164 | 2026-05-20T23:27:18.872Z | |
| 2165 | 2026-05-20T23:27:18.872Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/277) |
| 2166 | 2026-05-20T23:27:19.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2167 | 2026-05-20T23:27:19.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2168 | 2026-05-20T23:27:19.372Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2169 | 2026-05-20T23:27:19.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2170 | 2026-05-20T23:27:19.462Z | |
| 2171 | 2026-05-20T23:27:19.462Z | info: running `cargo check --bins` on clickhouse-admin-types (63/277) |
| 2172 | 2026-05-20T23:27:19.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2173 | 2026-05-20T23:27:19.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2174 | 2026-05-20T23:27:19.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2175 | 2026-05-20T23:27:19.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2176 | 2026-05-20T23:27:20.073Z | |
| 2177 | 2026-05-20T23:27:20.073Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/277) |
| 2178 | 2026-05-20T23:27:20.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2179 | 2026-05-20T23:27:20.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2180 | 2026-05-20T23:27:20.589Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2181 | 2026-05-20T23:27:20.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2182 | 2026-05-20T23:27:20.682Z | |
| 2183 | 2026-05-20T23:27:20.682Z | info: running `cargo check --bins` on cockroach-admin-types (65/277) |
| 2184 | 2026-05-20T23:27:21.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2185 | 2026-05-20T23:27:21.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2186 | 2026-05-20T23:27:21.182Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2187 | 2026-05-20T23:27:21.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2188 | 2026-05-20T23:27:21.271Z | |
| 2189 | 2026-05-20T23:27:21.271Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/277) |
| 2190 | 2026-05-20T23:27:21.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2191 | 2026-05-20T23:27:21.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2192 | 2026-05-20T23:27:21.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2193 | 2026-05-20T23:27:21.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2194 | 2026-05-20T23:27:21.865Z | |
| 2195 | 2026-05-20T23:27:21.865Z | info: running `cargo check --bins` on ereport-types (67/277) |
| 2196 | 2026-05-20T23:27:22.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2197 | 2026-05-20T23:27:22.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2198 | 2026-05-20T23:27:22.374Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2199 | 2026-05-20T23:27:22.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2200 | 2026-05-20T23:27:22.465Z | |
| 2201 | 2026-05-20T23:27:22.465Z | info: running `cargo check --bins` on gateway-client (68/277) |
| 2202 | 2026-05-20T23:27:22.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2203 | 2026-05-20T23:27:22.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2204 | 2026-05-20T23:27:22.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2205 | 2026-05-20T23:27:22.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2206 | 2026-05-20T23:27:23.129Z | |
| 2207 | 2026-05-20T23:27:23.129Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/277) |
| 2208 | 2026-05-20T23:27:23.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2209 | 2026-05-20T23:27:23.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2210 | 2026-05-20T23:27:23.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2211 | 2026-05-20T23:27:23.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2212 | 2026-05-20T23:27:23.667Z | |
| 2213 | 2026-05-20T23:27:23.667Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/277) |
| 2214 | 2026-05-20T23:27:24.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2215 | 2026-05-20T23:27:24.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2216 | 2026-05-20T23:27:24.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2217 | 2026-05-20T23:27:24.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2218 | 2026-05-20T23:27:24.264Z | |
| 2219 | 2026-05-20T23:27:24.264Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/277) |
| 2220 | 2026-05-20T23:27:24.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2221 | 2026-05-20T23:27:24.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2222 | 2026-05-20T23:27:24.773Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2223 | 2026-05-20T23:27:24.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2224 | 2026-05-20T23:27:24.863Z | |
| 2225 | 2026-05-20T23:27:24.863Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/277) |
| 2226 | 2026-05-20T23:27:25.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2227 | 2026-05-20T23:27:25.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2228 | 2026-05-20T23:27:25.374Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2229 | 2026-05-20T23:27:25.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2230 | 2026-05-20T23:27:25.461Z | |
| 2231 | 2026-05-20T23:27:25.461Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/277) |
| 2232 | 2026-05-20T23:27:25.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2233 | 2026-05-20T23:27:25.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2234 | 2026-05-20T23:27:25.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2235 | 2026-05-20T23:27:25.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2236 | 2026-05-20T23:27:26.081Z | |
| 2237 | 2026-05-20T23:27:26.081Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/277) |
| 2238 | 2026-05-20T23:27:26.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2239 | 2026-05-20T23:27:26.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2240 | 2026-05-20T23:27:26.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2241 | 2026-05-20T23:27:26.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2242 | 2026-05-20T23:27:26.699Z | |
| 2243 | 2026-05-20T23:27:26.699Z | info: running `cargo check --bins` on key-manager-types (75/277) |
| 2244 | 2026-05-20T23:27:27.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2245 | 2026-05-20T23:27:27.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2246 | 2026-05-20T23:27:27.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2247 | 2026-05-20T23:27:27.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2248 | 2026-05-20T23:27:27.290Z | |
| 2249 | 2026-05-20T23:27:27.290Z | info: running `cargo check --bins` on oxlog (76/277) |
| 2250 | 2026-05-20T23:27:27.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2251 | 2026-05-20T23:27:27.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2252 | 2026-05-20T23:27:27.912Z | Checking cfg-if v1.0.4 |
| 2253 | 2026-05-20T23:27:27.915Z | Checking libc v0.2.185 |
| 2254 | 2026-05-20T23:27:27.915Z | Checking serde_core v1.0.228 |
| 2255 | 2026-05-20T23:27:28.033Z | Checking zeroize v1.8.2 |
| 2256 | 2026-05-20T23:27:28.040Z | Checking memchr v2.8.0 |
| 2257 | 2026-05-20T23:27:28.049Z | Checking log v0.4.29 |
| 2258 | 2026-05-20T23:27:28.059Z | Checking smallvec v1.15.1 |
| 2259 | 2026-05-20T23:27:28.070Z | Checking typenum v1.19.0 |
| 2260 | 2026-05-20T23:27:28.074Z | Checking subtle v2.6.1 |
| 2261 | 2026-05-20T23:27:28.172Z | Checking itoa v1.0.17 |
| 2262 | 2026-05-20T23:27:28.206Z | Checking scopeguard v1.2.0 |
| 2263 | 2026-05-20T23:27:28.225Z | Checking stable_deref_trait v1.2.1 |
| 2264 | 2026-05-20T23:27:28.238Z | Checking const-oid v0.9.6 |
| 2265 | 2026-05-20T23:27:28.300Z | Checking zerofrom v0.1.6 |
| 2266 | 2026-05-20T23:27:28.312Z | Checking lock_api v0.4.14 |
| 2267 | 2026-05-20T23:27:28.324Z | Checking pin-project-lite v0.2.17 |
| 2268 | 2026-05-20T23:27:28.412Z | Checking yoke v0.8.1 |
| 2269 | 2026-05-20T23:27:28.423Z | Checking portable-atomic v1.13.1 |
| 2270 | 2026-05-20T23:27:28.434Z | Checking critical-section v1.2.0 |
| 2271 | 2026-05-20T23:27:28.445Z | Checking getrandom v0.2.17 |
| 2272 | 2026-05-20T23:27:28.510Z | Checking errno v0.3.14 |
| 2273 | 2026-05-20T23:27:28.528Z | Checking parking_lot_core v0.9.12 |
| 2274 | 2026-05-20T23:27:28.573Z | Checking zerovec v0.11.5 |
| 2275 | 2026-05-20T23:27:28.585Z | Checking generic-array v0.14.7 |
| 2276 | 2026-05-20T23:27:28.588Z | Checking rand_core v0.6.4 |
| 2277 | 2026-05-20T23:27:28.709Z | Checking signal-hook-registry v1.4.8 |
| 2278 | 2026-05-20T23:27:28.714Z | Checking futures-core v0.3.32 |
| 2279 | 2026-05-20T23:27:28.765Z | Checking parking_lot v0.12.5 |
| 2280 | 2026-05-20T23:27:28.778Z | Checking mio v1.2.0 |
| 2281 | 2026-05-20T23:27:28.813Z | Checking once_cell v1.21.3 |
| 2282 | 2026-05-20T23:27:28.826Z | Checking zerocopy v0.8.40 |
| 2283 | 2026-05-20T23:27:28.902Z | Checking zmij v1.0.21 |
| 2284 | 2026-05-20T23:27:28.948Z | Checking socket2 v0.6.3 |
| 2285 | 2026-05-20T23:27:28.980Z | Checking libm v0.2.16 |
| 2286 | 2026-05-20T23:27:28.998Z | Checking tinystr v0.8.2 |
| 2287 | 2026-05-20T23:27:29.017Z | Checking crypto-common v0.1.7 |
| 2288 | 2026-05-20T23:27:29.051Z | Checking block-buffer v0.10.4 |
| 2289 | 2026-05-20T23:27:29.114Z | Checking writeable v0.6.2 |
| 2290 | 2026-05-20T23:27:29.136Z | Checking equivalent v1.0.2 |
| 2291 | 2026-05-20T23:27:29.172Z | Checking litemap v0.8.1 |
| 2292 | 2026-05-20T23:27:29.186Z | Checking digest v0.10.7 |
| 2293 | 2026-05-20T23:27:29.189Z | Checking percent-encoding v2.3.2 |
| 2294 | 2026-05-20T23:27:29.215Z | Checking potential_utf v0.1.4 |
| 2295 | 2026-05-20T23:27:29.269Z | Checking zerotrie v0.2.3 |
| 2296 | 2026-05-20T23:27:29.330Z | Checking rand_core v0.10.0 |
| 2297 | 2026-05-20T23:27:29.343Z | Checking futures-sink v0.3.32 |
| 2298 | 2026-05-20T23:27:29.343Z | Checking icu_locale_core v2.1.1 |
| 2299 | 2026-05-20T23:27:29.370Z | Checking icu_collections v2.1.1 |
| 2300 | 2026-05-20T23:27:29.439Z | Checking futures-channel v0.3.32 |
| 2301 | 2026-05-20T23:27:29.469Z | Checking cpufeatures v0.2.17 |
| 2302 | 2026-05-20T23:27:29.496Z | Checking serde v1.0.228 |
| 2303 | 2026-05-20T23:27:29.510Z | Checking bitflags v2.11.0 |
| 2304 | 2026-05-20T23:27:29.535Z | Checking serde_json v1.0.149 |
| 2305 | 2026-05-20T23:27:29.631Z | Checking futures-task v0.3.32 |
| 2306 | 2026-05-20T23:27:29.676Z | Checking futures-io v0.3.32 |
| 2307 | 2026-05-20T23:27:29.678Z | Checking slab v0.4.12 |
| 2308 | 2026-05-20T23:27:29.678Z | Checking num-traits v0.2.19 |
| 2309 | 2026-05-20T23:27:29.822Z | Checking getrandom v0.4.1 |
| 2310 | 2026-05-20T23:27:29.826Z | Checking hmac v0.12.1 |
| 2311 | 2026-05-20T23:27:29.883Z | Checking futures-util v0.3.32 |
| 2312 | 2026-05-20T23:27:29.896Z | Checking bytes v1.11.1 |
| 2313 | 2026-05-20T23:27:29.909Z | Checking icu_provider v2.1.1 |
| 2314 | 2026-05-20T23:27:29.922Z | Checking icu_properties_data v2.1.2 |
| 2315 | 2026-05-20T23:27:29.949Z | Checking icu_normalizer_data v2.1.1 |
| 2316 | 2026-05-20T23:27:30.020Z | Checking hashbrown v0.17.0 |
| 2317 | 2026-05-20T23:27:30.048Z | Checking block-padding v0.3.3 |
| 2318 | 2026-05-20T23:27:30.144Z | Checking icu_normalizer v2.1.1 |
| 2319 | 2026-05-20T23:27:30.177Z | Checking icu_properties v2.1.2 |
| 2320 | 2026-05-20T23:27:30.194Z | Checking inout v0.1.4 |
| 2321 | 2026-05-20T23:27:30.236Z | Checking utf8_iter v1.0.4 |
| 2322 | 2026-05-20T23:27:30.326Z | Checking cipher v0.4.4 |
| 2323 | 2026-05-20T23:27:30.329Z | Checking tokio v1.52.1 |
| 2324 | 2026-05-20T23:27:30.357Z | Checking sha2 v0.10.9 |
| 2325 | 2026-05-20T23:27:30.453Z | Checking form_urlencoded v1.2.2 |
| 2326 | 2026-05-20T23:27:30.485Z | Checking indexmap v2.14.0 |
| 2327 | 2026-05-20T23:27:30.533Z | Checking getrandom v0.3.4 |
| 2328 | 2026-05-20T23:27:30.573Z | Checking byteorder v1.5.0 |
| 2329 | 2026-05-20T23:27:30.632Z | Checking base64ct v1.8.3 |
| 2330 | 2026-05-20T23:27:30.673Z | Checking fnv v1.0.7 |
| 2331 | 2026-05-20T23:27:30.768Z | Checking flagset v0.4.7 |
| 2332 | 2026-05-20T23:27:30.783Z | Checking rand_core v0.9.5 |
| 2333 | 2026-05-20T23:27:30.936Z | Checking pem-rfc7468 v0.7.0 |
| 2334 | 2026-05-20T23:27:30.946Z | Checking http v1.4.0 |
| 2335 | 2026-05-20T23:27:30.959Z | Checking regex-syntax v0.8.10 |
| 2336 | 2026-05-20T23:27:30.990Z | Checking idna_adapter v1.2.1 |
| 2337 | 2026-05-20T23:27:31.017Z | Checking der v0.7.10 |
| 2338 | 2026-05-20T23:27:31.042Z | Checking salsa20 v0.10.2 |
| 2339 | 2026-05-20T23:27:31.108Z | Checking idna v1.1.0 |
| 2340 | 2026-05-20T23:27:31.176Z | Checking pbkdf2 v0.12.2 |
| 2341 | 2026-05-20T23:27:31.285Z | Checking uuid v1.23.0 |
| 2342 | 2026-05-20T23:27:31.355Z | Checking url v2.5.8 |
| 2343 | 2026-05-20T23:27:31.465Z | Checking rustix v1.1.3 |
| 2344 | 2026-05-20T23:27:31.578Z | Checking ppv-lite86 v0.2.21 |
| 2345 | 2026-05-20T23:27:31.595Z | Checking tracing-core v0.1.36 |
| 2346 | 2026-05-20T23:27:31.745Z | Checking spki v0.7.3 |
| 2347 | 2026-05-20T23:27:31.765Z | Checking rustls-pki-types v1.14.0 |
| 2348 | 2026-05-20T23:27:31.808Z | Checking base64 v0.22.1 |
| 2349 | 2026-05-20T23:27:31.877Z | Checking iana-time-zone v0.1.65 |
| 2350 | 2026-05-20T23:27:31.909Z | Checking rand_chacha v0.9.0 |
| 2351 | 2026-05-20T23:27:31.923Z | Checking tracing v0.1.44 |
| 2352 | 2026-05-20T23:27:32.054Z | Checking chrono v0.4.44 |
| 2353 | 2026-05-20T23:27:32.065Z | Checking http-body v1.0.1 |
| 2354 | 2026-05-20T23:27:32.068Z | Checking scrypt v0.11.0 |
| 2355 | 2026-05-20T23:27:32.112Z | Checking aes v0.8.4 |
| 2356 | 2026-05-20T23:27:32.131Z | Checking cbc v0.1.2 |
| 2357 | 2026-05-20T23:27:32.180Z | Checking aws-lc-sys v0.40.0 |
| 2358 | 2026-05-20T23:27:32.200Z | Checking tinyvec_macros v0.1.1 |
| 2359 | 2026-05-20T23:27:32.258Z | Checking openssl-probe v0.2.1 |
| 2360 | 2026-05-20T23:27:32.271Z | Checking untrusted v0.9.0 |
| 2361 | 2026-05-20T23:27:32.284Z | Checking untrusted v0.7.1 |
| 2362 | 2026-05-20T23:27:32.337Z | Checking tinyvec v1.10.0 |
| 2363 | 2026-05-20T23:27:32.363Z | Checking rand v0.9.2 |
| 2364 | 2026-05-20T23:27:32.418Z | Checking ring v0.17.14 |
| 2365 | 2026-05-20T23:27:32.423Z | Checking tower-layer v0.3.3 |
| 2366 | 2026-05-20T23:27:32.501Z | Checking pkcs5 v0.7.1 |
| 2367 | 2026-05-20T23:27:32.543Z | Checking try-lock v0.2.5 |
| 2368 | 2026-05-20T23:27:32.642Z | Checking tower-service v0.3.3 |
| 2369 | 2026-05-20T23:27:32.655Z | Checking atomic-waker v1.1.2 |
| 2370 | 2026-05-20T23:27:32.680Z | Checking aws-lc-rs v1.16.3 |
| 2371 | 2026-05-20T23:27:32.731Z | Checking want v0.3.1 |
| 2372 | 2026-05-20T23:27:32.750Z | Checking ipnet v2.11.0 |
| 2373 | 2026-05-20T23:27:32.764Z | Checking pkcs8 v0.10.2 |
| 2374 | 2026-05-20T23:27:32.839Z | Checking httparse v1.10.1 |
| 2375 | 2026-05-20T23:27:32.852Z | Checking aho-corasick v1.1.4 |
| 2376 | 2026-05-20T23:27:32.866Z | Checking foreign-types-shared v0.1.1 |
| 2377 | 2026-05-20T23:27:32.938Z | Checking fastrand v2.3.0 |
| 2378 | 2026-05-20T23:27:32.951Z | Checking dyn-clone v1.0.20 |
| 2379 | 2026-05-20T23:27:33.009Z | Checking pin-utils v0.1.0 |
| 2380 | 2026-05-20T23:27:33.046Z | Checking httpdate v1.0.3 |
| 2381 | 2026-05-20T23:27:33.060Z | Checking plain v0.2.3 |
| 2382 | 2026-05-20T23:27:33.188Z | Checking foreign-types v0.3.2 |
| 2383 | 2026-05-20T23:27:33.195Z | Checking tempfile v3.25.0 |
| 2384 | 2026-05-20T23:27:33.195Z | Checking unicode-normalization v0.1.25 |
| 2385 | 2026-05-20T23:27:33.195Z | Checking semver v1.0.28 |
| 2386 | 2026-05-20T23:27:33.195Z | Checking openssl-sys v0.9.115 |
| 2387 | 2026-05-20T23:27:33.309Z | Checking spin v0.9.8 |
| 2388 | 2026-05-20T23:27:33.372Z | Checking unicode-ident v1.0.24 |
| 2389 | 2026-05-20T23:27:33.386Z | Checking ucd-trie v0.1.7 |
| 2390 | 2026-05-20T23:27:33.489Z | Checking proc-macro2 v1.0.106 |
| 2391 | 2026-05-20T23:27:33.500Z | Checking schemars v0.8.22 |
| 2392 | 2026-05-20T23:27:33.512Z | Checking rustls-webpki v0.103.9 |
| 2393 | 2026-05-20T23:27:33.524Z | Checking pest v2.8.6 |
| 2394 | 2026-05-20T23:27:33.527Z | Checking regex-automata v0.4.14 |
| 2395 | 2026-05-20T23:27:33.549Z | Checking rustls-native-certs v0.8.3 |
| 2396 | 2026-05-20T23:27:33.571Z | Checking openssl v0.10.79 |
| 2397 | 2026-05-20T23:27:33.620Z | Checking tokio-util v0.7.18 |
| 2398 | 2026-05-20T23:27:33.672Z | Checking thiserror v2.0.18 |
| 2399 | 2026-05-20T23:27:33.772Z | Checking sync_wrapper v1.0.2 |
| 2400 | 2026-05-20T23:27:33.791Z | Checking wait-timeout v0.2.1 |
| 2401 | 2026-05-20T23:27:33.877Z | Checking powerfmt v0.2.0 |
| 2402 | 2026-05-20T23:27:33.913Z | Checking pretty-hex v0.4.1 |
| 2403 | 2026-05-20T23:27:33.936Z | Checking rustls v0.23.37 |
| 2404 | 2026-05-20T23:27:34.026Z | Checking utf8parse v0.2.2 |
| 2405 | 2026-05-20T23:27:34.030Z | Checking bit-vec v0.8.0 |
| 2406 | 2026-05-20T23:27:34.125Z | Checking quick-error v1.2.3 |
| 2407 | 2026-05-20T23:27:34.150Z | Checking siphasher v1.0.2 |
| 2408 | 2026-05-20T23:27:34.309Z | Checking simd-adler32 v0.3.8 |
| 2409 | 2026-05-20T23:27:34.314Z | Checking h2 v0.4.13 |
| 2410 | 2026-05-20T23:27:34.314Z | Checking anstyle v1.0.13 |
| 2411 | 2026-05-20T23:27:34.314Z | Checking bit-set v0.8.0 |
| 2412 | 2026-05-20T23:27:34.392Z | Checking rusty-fork v0.3.1 |
| 2413 | 2026-05-20T23:27:34.426Z | Checking anstyle-parse v0.2.7 |
| 2414 | 2026-05-20T23:27:34.448Z | Checking deranged v0.5.8 |
| 2415 | 2026-05-20T23:27:34.558Z | Checking tower v0.5.3 |
| 2416 | 2026-05-20T23:27:34.571Z | Checking quote v1.0.45 |
| 2417 | 2026-05-20T23:27:34.585Z | Compiling newtype-uuid v1.3.2 |
| 2418 | 2026-05-20T23:27:34.739Z | Checking http-body-util v0.1.3 |
| 2419 | 2026-05-20T23:27:34.764Z | Checking webpki-roots v1.0.6 |
| 2420 | 2026-05-20T23:27:34.881Z | Checking crossbeam-utils v0.8.21 |
| 2421 | 2026-05-20T23:27:34.937Z | Checking rand_xorshift v0.4.0 |
| 2422 | 2026-05-20T23:27:34.956Z | Checking crc32fast v1.5.0 |
| 2423 | 2026-05-20T23:27:35.056Z | Checking scroll v0.13.0 |
| 2424 | 2026-05-20T23:27:35.097Z | Checking signature v2.2.0 |
| 2425 | 2026-05-20T23:27:35.209Z | Checking colorchoice v1.0.4 |
| 2426 | 2026-05-20T23:27:35.225Z | Checking unarray v0.1.4 |
| 2427 | 2026-05-20T23:27:35.287Z | Checking unicode-properties v0.1.4 |
| 2428 | 2026-05-20T23:27:35.348Z | Checking num-conv v0.2.0 |
| 2429 | 2026-05-20T23:27:35.353Z | Checking ryu v1.0.23 |
| 2430 | 2026-05-20T23:27:35.353Z | Checking time-core v0.1.8 |
| 2431 | 2026-05-20T23:27:35.459Z | Checking iri-string v0.7.10 |
| 2432 | 2026-05-20T23:27:35.466Z | Checking unicode-bidi v0.3.18 |
| 2433 | 2026-05-20T23:27:35.466Z | Checking adler2 v2.0.1 |
| 2434 | 2026-05-20T23:27:35.474Z | Checking is_terminal_polyfill v1.70.2 |
| 2435 | 2026-05-20T23:27:35.487Z | Checking num_threads v0.1.7 |
| 2436 | 2026-05-20T23:27:35.557Z | Checking anstyle-query v1.1.5 |
| 2437 | 2026-05-20T23:27:35.570Z | Checking allocator-api2 v0.2.21 |
| 2438 | 2026-05-20T23:27:35.583Z | Checking time v0.3.47 |
| 2439 | 2026-05-20T23:27:35.604Z | Checking native-tls v0.2.18 |
| 2440 | 2026-05-20T23:27:35.646Z | Checking anstream v0.6.21 |
| 2441 | 2026-05-20T23:27:35.720Z | Checking stringprep v0.1.5 |
| 2442 | 2026-05-20T23:27:35.779Z | Checking tokio-native-tls v0.3.1 |
| 2443 | 2026-05-20T23:27:35.843Z | Checking miniz_oxide v0.8.9 |
| 2444 | 2026-05-20T23:27:35.858Z | Checking serde_urlencoded v0.7.1 |
| 2445 | 2026-05-20T23:27:35.870Z | Checking bstr v1.12.1 |
| 2446 | 2026-05-20T23:27:35.937Z | Checking proptest v1.10.0 |
| 2447 | 2026-05-20T23:27:36.058Z | Checking goblin v0.10.5 |
| 2448 | 2026-05-20T23:27:36.199Z | Checking crossbeam-epoch v0.9.18 |
| 2449 | 2026-05-20T23:27:36.260Z | Checking syn v2.0.117 |
| 2450 | 2026-05-20T23:27:36.294Z | Checking tokio-rustls v0.26.4 |
| 2451 | 2026-05-20T23:27:36.384Z | Checking tower-http v0.6.8 |
| 2452 | 2026-05-20T23:27:36.422Z | Compiling daft v0.1.7 |
| 2453 | 2026-05-20T23:27:36.572Z | Checking ipnetwork v0.21.1 |
| 2454 | 2026-05-20T23:27:36.667Z | Checking rand_chacha v0.3.1 |
| 2455 | 2026-05-20T23:27:36.696Z | Checking thiserror v1.0.69 |
| 2456 | 2026-05-20T23:27:36.710Z | Checking scroll v0.12.0 |
| 2457 | 2026-05-20T23:27:36.761Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2458 | 2026-05-20T23:27:36.796Z | Checking hash32 v0.2.1 |
| 2459 | 2026-05-20T23:27:36.875Z | Checking num-integer v0.1.46 |
| 2460 | 2026-05-20T23:27:36.894Z | Checking toml_datetime v0.6.11 |
| 2461 | 2026-05-20T23:27:36.924Z | Checking hyper v1.8.1 |
| 2462 | 2026-05-20T23:27:36.938Z | Checking serde_spanned v0.6.9 |
| 2463 | 2026-05-20T23:27:36.953Z | Checking md-5 v0.10.6 |
| 2464 | 2026-05-20T23:27:37.062Z | Checking ff v0.13.1 |
| 2465 | 2026-05-20T23:27:37.076Z | Checking psl-types v2.0.11 |
| 2466 | 2026-05-20T23:27:37.091Z | Checking fallible-iterator v0.2.0 |
| 2467 | 2026-05-20T23:27:37.101Z | Checking zlib-rs v0.6.2 |
| 2468 | 2026-05-20T23:27:37.191Z | Checking base16ct v0.2.0 |
| 2469 | 2026-05-20T23:27:37.206Z | Checking group v0.13.0 |
| 2470 | 2026-05-20T23:27:37.320Z | Checking sec1 v0.7.3 |
| 2471 | 2026-05-20T23:27:37.353Z | Checking publicsuffix v2.3.0 |
| 2472 | 2026-05-20T23:27:37.367Z | Checking postgres-protocol v0.6.10 |
| 2473 | 2026-05-20T23:27:37.509Z | Checking num-iter v0.1.45 |
| 2474 | 2026-05-20T23:27:37.525Z | Checking heapless v0.7.17 |
| 2475 | 2026-05-20T23:27:37.695Z | Checking goblin v0.8.2 |
| 2476 | 2026-05-20T23:27:37.695Z | Checking rand v0.8.6 |
| 2477 | 2026-05-20T23:27:37.849Z | Checking hyper-util v0.1.20 |
| 2478 | 2026-05-20T23:27:37.900Z | Checking zstd-safe v7.2.4 |
| 2479 | 2026-05-20T23:27:37.938Z | Checking oxnet v0.1.4 |
| 2480 | 2026-05-20T23:27:37.969Z | Checking flate2 v1.1.9 |
| 2481 | 2026-05-20T23:27:38.066Z | Checking cookie v0.18.1 |
| 2482 | 2026-05-20T23:27:38.173Z | Compiling iddqd v0.4.1 |
| 2483 | 2026-05-20T23:27:38.190Z | Checking dtrace-parser v0.3.0 |
| 2484 | 2026-05-20T23:27:38.260Z | Checking phf_shared v0.13.1 |
| 2485 | 2026-05-20T23:27:38.327Z | Checking lazy_static v1.5.0 |
| 2486 | 2026-05-20T23:27:38.385Z | Checking pin-project v1.1.11 |
| 2487 | 2026-05-20T23:27:38.422Z | Checking zerocopy v0.7.35 |
| 2488 | 2026-05-20T23:27:38.434Z | Checking dof v0.4.0 |
| 2489 | 2026-05-20T23:27:38.452Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2490 | 2026-05-20T23:27:38.477Z | Checking signal-hook v0.3.18 |
| 2491 | 2026-05-20T23:27:38.535Z | Checking terminal_size v0.4.3 |
| 2492 | 2026-05-20T23:27:38.570Z | Checking futures-executor v0.3.32 |
| 2493 | 2026-05-20T23:27:38.649Z | Checking hkdf v0.12.4 |
| 2494 | 2026-05-20T23:27:38.661Z | Checking hex v0.4.3 |
| 2495 | 2026-05-20T23:27:38.804Z | Checking crypto-bigint v0.5.5 |
| 2496 | 2026-05-20T23:27:38.814Z | Checking thread-id v5.1.0 |
| 2497 | 2026-05-20T23:27:38.861Z | Checking encoding_rs v0.8.35 |
| 2498 | 2026-05-20T23:27:38.879Z | Checking managed v0.8.0 |
| 2499 | 2026-05-20T23:27:38.900Z | Checking mime v0.3.17 |
| 2500 | 2026-05-20T23:27:39.051Z | Checking libbz2-rs-sys v0.2.2 |
| 2501 | 2026-05-20T23:27:39.062Z | Checking bitflags v1.3.2 |
| 2502 | 2026-05-20T23:27:39.074Z | Checking foldhash v0.2.0 |
| 2503 | 2026-05-20T23:27:39.105Z | Checking hyper-rustls v0.27.7 |
| 2504 | 2026-05-20T23:27:40.133Z | Checking hyper-tls v0.6.0 |
| 2505 | 2026-05-20T23:27:40.137Z | Compiling rayon-core v1.13.0 |
| 2506 | 2026-05-20T23:27:40.137Z | Checking either v1.15.0 |
| 2507 | 2026-05-20T23:27:40.137Z | Checking clap_lex v1.0.0 |
| 2508 | 2026-05-20T23:27:40.137Z | Checking winnow v0.5.40 |
| 2509 | 2026-05-20T23:27:40.137Z | Checking same-file v1.0.6 |
| 2510 | 2026-05-20T23:27:40.137Z | Checking bumpalo v3.20.2 |
| 2511 | 2026-05-20T23:27:40.137Z | Checking strsim v0.11.1 |
| 2512 | 2026-05-20T23:27:40.137Z | Checking winnow v0.7.14 |
| 2513 | 2026-05-20T23:27:40.137Z | Checking foldhash v0.1.5 |
| 2514 | 2026-05-20T23:27:40.137Z | Checking cpufeatures v0.3.0 |
| 2515 | 2026-05-20T23:27:40.137Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2516 | 2026-05-20T23:27:40.137Z | Checking elliptic-curve v0.13.8 |
| 2517 | 2026-05-20T23:27:40.137Z | Checking clap_builder v4.5.60 |
| 2518 | 2026-05-20T23:27:40.137Z | Checking hashbrown v0.15.5 |
| 2519 | 2026-05-20T23:27:40.137Z | Checking zopfli v0.8.3 |
| 2520 | 2026-05-20T23:27:40.137Z | Checking chacha20 v0.10.0 |
| 2521 | 2026-05-20T23:27:40.137Z | Checking reqwest v0.12.28 |
| 2522 | 2026-05-20T23:27:40.137Z | Checking walkdir v2.5.0 |
| 2523 | 2026-05-20T23:27:40.137Z | Checking dof v0.3.0 |
| 2524 | 2026-05-20T23:27:40.137Z | Checking bzip2 v0.6.1 |
| 2525 | 2026-05-20T23:27:40.137Z | Checking hashbrown v0.16.1 |
| 2526 | 2026-05-20T23:27:40.137Z | Checking smoltcp v0.9.1 |
| 2527 | 2026-05-20T23:27:40.155Z | Checking usdt-impl v0.6.0 |
| 2528 | 2026-05-20T23:27:40.272Z | Checking futures v0.3.32 |
| 2529 | 2026-05-20T23:27:40.354Z | Checking signal-hook-mio v0.2.5 |
| 2530 | 2026-05-20T23:27:40.433Z | Checking bzip2 v0.4.4 |
| 2531 | 2026-05-20T23:27:40.457Z | Checking snafu v0.8.9 |
| 2532 | 2026-05-20T23:27:40.530Z | Checking toml_edit v0.19.15 |
| 2533 | 2026-05-20T23:27:40.595Z | Checking phf v0.13.1 |
| 2534 | 2026-05-20T23:27:40.598Z | Checking num-bigint-dig v0.8.6 |
| 2535 | 2026-05-20T23:27:40.662Z | Checking cookie_store v0.22.1 |
| 2536 | 2026-05-20T23:27:40.696Z | Checking zstd v0.13.3 |
| 2537 | 2026-05-20T23:27:40.709Z | Checking postgres-types v0.2.12 |
| 2538 | 2026-05-20T23:27:40.743Z | Checking dtrace-parser v0.2.0 |
| 2539 | 2026-05-20T23:27:40.857Z | Checking crossbeam-deque v0.8.6 |
| 2540 | 2026-05-20T23:27:40.881Z | Checking rustls-platform-verifier v0.6.2 |
| 2541 | 2026-05-20T23:27:40.908Z | Checking globset v0.4.18 |
| 2542 | 2026-05-20T23:27:41.040Z | Checking regex v1.12.3 |
| 2543 | 2026-05-20T23:27:41.049Z | Checking ed25519 v2.2.3 |
| 2544 | 2026-05-20T23:27:41.050Z | Checking phf_shared v0.11.3 |
| 2545 | 2026-05-20T23:27:41.050Z | Checking olpc-cjson v0.1.4 |
| 2546 | 2026-05-20T23:27:41.050Z | Checking curve25519-dalek v4.1.3 |
| 2547 | 2026-05-20T23:27:41.154Z | Checking ref-cast v1.0.25 |
| 2548 | 2026-05-20T23:27:41.154Z | Checking strum v0.27.2 |
| 2549 | 2026-05-20T23:27:41.178Z | Checking hubpack v0.1.2 |
| 2550 | 2026-05-20T23:27:41.189Z | Checking memoffset v0.9.1 |
| 2551 | 2026-05-20T23:27:41.252Z | Checking rustix v0.38.44 |
| 2552 | 2026-05-20T23:27:41.266Z | Checking pkcs1 v0.7.5 |
| 2553 | 2026-05-20T23:27:41.269Z | Checking pem v3.0.6 |
| 2554 | 2026-05-20T23:27:41.269Z | Checking float-cmp v0.10.0 |
| 2555 | 2026-05-20T23:27:41.345Z | Checking rfc6979 v0.4.0 |
| 2556 | 2026-05-20T23:27:41.402Z | Checking serde_plain v1.0.2 |
| 2557 | 2026-05-20T23:27:41.416Z | Checking serde-big-array v0.5.1 |
| 2558 | 2026-05-20T23:27:41.419Z | Checking erased-serde v0.3.31 |
| 2559 | 2026-05-20T23:27:41.457Z | Checking thread-id v4.2.2 |
| 2560 | 2026-05-20T23:27:41.538Z | Checking memmap2 v0.9.10 |
| 2561 | 2026-05-20T23:27:41.550Z | Checking env_filter v1.0.0 |
| 2562 | 2026-05-20T23:27:41.603Z | Checking whoami v2.1.0 |
| 2563 | 2026-05-20T23:27:41.603Z | Checking difflib v0.4.0 |
| 2564 | 2026-05-20T23:27:41.603Z | Checking toml_write v0.1.2 |
| 2565 | 2026-05-20T23:27:41.688Z | Checking typed-path v0.9.3 |
| 2566 | 2026-05-20T23:27:41.700Z | Checking jiff v0.2.21 |
| 2567 | 2026-05-20T23:27:41.755Z | Checking fixedbitset v0.5.7 |
| 2568 | 2026-05-20T23:27:41.758Z | Checking normalize-line-endings v0.3.0 |
| 2569 | 2026-05-20T23:27:41.758Z | Checking precomputed-hash v0.1.1 |
| 2570 | 2026-05-20T23:27:41.804Z | Checking keccak v0.1.6 |
| 2571 | 2026-05-20T23:27:41.827Z | Checking static_assertions v1.1.0 |
| 2572 | 2026-05-20T23:27:41.856Z | Checking new_debug_unreachable v1.0.6 |
| 2573 | 2026-05-20T23:27:41.869Z | Checking predicates-core v1.0.10 |
| 2574 | 2026-05-20T23:27:41.897Z | Checking fixedbitset v0.4.2 |
| 2575 | 2026-05-20T23:27:41.926Z | Checking data-encoding v2.10.0 |
| 2576 | 2026-05-20T23:27:41.954Z | Checking unicode-segmentation v1.12.0 |
| 2577 | 2026-05-20T23:27:41.967Z | Checking sha3 v0.10.8 |
| 2578 | 2026-05-20T23:27:41.987Z | Checking predicates v3.1.4 |
| 2579 | 2026-05-20T23:27:42.049Z | Checking petgraph v0.6.5 |
| 2580 | 2026-05-20T23:27:42.158Z | Checking crossterm v0.28.1 |
| 2581 | 2026-05-20T23:27:42.175Z | Checking petgraph v0.8.3 |
| 2582 | 2026-05-20T23:27:42.207Z | Checking hickory-proto v0.25.2 |
| 2583 | 2026-05-20T23:27:42.273Z | Checking similar v2.7.0 |
| 2584 | 2026-05-20T23:27:42.291Z | Checking string_cache v0.8.9 |
| 2585 | 2026-05-20T23:27:42.455Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2586 | 2026-05-20T23:27:42.485Z | Checking tough v0.22.0 |
| 2587 | 2026-05-20T23:27:42.652Z | Checking ed25519-dalek v2.2.0 |
| 2588 | 2026-05-20T23:27:42.781Z | Checking slog v2.8.2 |
| 2589 | 2026-05-20T23:27:42.882Z | Checking toml_edit v0.22.27 |
| 2590 | 2026-05-20T23:27:43.055Z | Checking tokio-postgres v0.7.16 |
| 2591 | 2026-05-20T23:27:43.302Z | Checking usdt v0.6.0 |
| 2592 | 2026-05-20T23:27:43.473Z | Checking env_logger v0.11.9 |
| 2593 | 2026-05-20T23:27:43.676Z | Checking toml v0.7.8 |
| 2594 | 2026-05-20T23:27:43.752Z | Checking rsa v0.9.10 |
| 2595 | 2026-05-20T23:27:43.952Z | Checking zip v4.6.1 |
| 2596 | 2026-05-20T23:27:43.966Z | Checking usdt-impl v0.5.0 |
| 2597 | 2026-05-20T23:27:43.983Z | Checking ecdsa v0.16.9 |
| 2598 | 2026-05-20T23:27:44.246Z | Checking nix v0.31.2 |
| 2599 | 2026-05-20T23:27:44.390Z | Checking reqwest v0.13.2 |
| 2600 | 2026-05-20T23:27:44.495Z | Checking clap v4.5.60 |
| 2601 | 2026-05-20T23:27:44.514Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2602 | 2026-05-20T23:27:44.576Z | Checking zip v0.6.6 |
| 2603 | 2026-05-20T23:27:44.642Z | Checking rand v0.10.0 |
| 2604 | 2026-05-20T23:27:44.735Z | Checking itertools v0.13.0 |
| 2605 | 2026-05-20T23:27:44.835Z | Checking serde_with v3.17.0 |
| 2606 | 2026-05-20T23:27:44.896Z | Checking strum v0.26.3 |
| 2607 | 2026-05-20T23:27:44.969Z | Checking fs-err v3.3.0 |
| 2608 | 2026-05-20T23:27:45.009Z | Checking ahash v0.8.12 |
| 2609 | 2026-05-20T23:27:45.116Z | Checking object v0.37.3 |
| 2610 | 2026-05-20T23:27:45.130Z | Checking tokio-stream v0.1.18 |
| 2611 | 2026-05-20T23:27:45.181Z | Checking buf-list v1.1.2 |
| 2612 | 2026-05-20T23:27:45.205Z | Checking camino v1.2.2 |
| 2613 | 2026-05-20T23:27:45.237Z | Checking anyhow v1.0.102 |
| 2614 | 2026-05-20T23:27:45.270Z | Checking x509-cert v0.2.5 |
| 2615 | 2026-05-20T23:27:45.359Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2616 | 2026-05-20T23:27:45.506Z | Checking openapiv3 v2.2.0 |
| 2617 | 2026-05-20T23:27:45.512Z | Checking sha1 v0.10.6 |
| 2618 | 2026-05-20T23:27:45.512Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2619 | 2026-05-20T23:27:45.611Z | Checking peg-runtime v0.8.5 |
| 2620 | 2026-05-20T23:27:45.624Z | Checking lalrpop-util v0.19.12 |
| 2621 | 2026-05-20T23:27:45.707Z | Checking rayon v1.11.0 |
| 2622 | 2026-05-20T23:27:45.753Z | Checking sigpipe v0.1.3 |
| 2623 | 2026-05-20T23:27:45.767Z | Checking glob v0.3.3 |
| 2624 | 2026-05-20T23:27:47.315Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2625 | 2026-05-20T23:27:47.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.30s |
| 2626 | 2026-05-20T23:27:47.761Z | |
| 2627 | 2026-05-20T23:27:47.761Z | info: running `cargo check --bins` on internal-dns-types (77/277) |
| 2628 | 2026-05-20T23:27:48.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2629 | 2026-05-20T23:27:48.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2630 | 2026-05-20T23:27:48.271Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2631 | 2026-05-20T23:27:48.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2632 | 2026-05-20T23:27:48.366Z | |
| 2633 | 2026-05-20T23:27:48.366Z | info: running `cargo check --bins` on internal-dns-types-versions (78/277) |
| 2634 | 2026-05-20T23:27:48.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2635 | 2026-05-20T23:27:48.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2636 | 2026-05-20T23:27:48.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2637 | 2026-05-20T23:27:48.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2638 | 2026-05-20T23:27:48.970Z | |
| 2639 | 2026-05-20T23:27:48.970Z | info: running `cargo check --bins` on nexus-types-versions (79/277) |
| 2640 | 2026-05-20T23:27:49.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2641 | 2026-05-20T23:27:49.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2642 | 2026-05-20T23:27:49.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2643 | 2026-05-20T23:27:49.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2644 | 2026-05-20T23:27:49.591Z | |
| 2645 | 2026-05-20T23:27:49.591Z | info: running `cargo check --bins` on oxql-types (80/277) |
| 2646 | 2026-05-20T23:27:50.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2647 | 2026-05-20T23:27:50.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2648 | 2026-05-20T23:27:50.102Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2649 | 2026-05-20T23:27:50.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2650 | 2026-05-20T23:27:50.194Z | |
| 2651 | 2026-05-20T23:27:50.195Z | info: running `cargo check --bins` on oximeter-types (81/277) |
| 2652 | 2026-05-20T23:27:50.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2653 | 2026-05-20T23:27:50.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2654 | 2026-05-20T23:27:50.707Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2655 | 2026-05-20T23:27:50.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2656 | 2026-05-20T23:27:50.801Z | |
| 2657 | 2026-05-20T23:27:50.801Z | info: running `cargo check --bins` on oximeter-types-versions (82/277) |
| 2658 | 2026-05-20T23:27:51.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2659 | 2026-05-20T23:27:51.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2660 | 2026-05-20T23:27:51.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2661 | 2026-05-20T23:27:51.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2662 | 2026-05-20T23:27:51.412Z | |
| 2663 | 2026-05-20T23:27:51.413Z | info: running `cargo check --bins` on oximeter-macro-impl (83/277) |
| 2664 | 2026-05-20T23:27:51.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2665 | 2026-05-20T23:27:51.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2666 | 2026-05-20T23:27:51.910Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2667 | 2026-05-20T23:27:51.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2668 | 2026-05-20T23:27:51.994Z | |
| 2669 | 2026-05-20T23:27:51.994Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/277) |
| 2670 | 2026-05-20T23:27:52.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2671 | 2026-05-20T23:27:52.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2672 | 2026-05-20T23:27:52.683Z | Compiling structmeta-derive v0.3.0 |
| 2673 | 2026-05-20T23:27:52.800Z | Compiling rustls v0.22.4 |
| 2674 | 2026-05-20T23:27:52.810Z | Compiling multer v3.1.0 |
| 2675 | 2026-05-20T23:27:52.819Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2676 | 2026-05-20T23:27:52.819Z | Compiling async-stream-impl v0.3.6 |
| 2677 | 2026-05-20T23:27:52.840Z | Compiling dropshot v0.17.0 |
| 2678 | 2026-05-20T23:27:52.855Z | Compiling dropshot_endpoint v0.17.0 |
| 2679 | 2026-05-20T23:27:52.855Z | Compiling newtype-uuid-macros v0.1.0 |
| 2680 | 2026-05-20T23:27:52.994Z | Checking newtype-uuid v1.3.2 |
| 2681 | 2026-05-20T23:27:53.035Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2682 | 2026-05-20T23:27:53.103Z | Checking rustls-webpki v0.102.8 |
| 2683 | 2026-05-20T23:27:53.200Z | Checking daft v0.1.7 |
| 2684 | 2026-05-20T23:27:53.214Z | Checking thread_local v1.1.9 |
| 2685 | 2026-05-20T23:27:53.380Z | Checking compression-core v0.4.31 |
| 2686 | 2026-05-20T23:27:53.427Z | Checking match_cfg v0.1.0 |
| 2687 | 2026-05-20T23:27:53.443Z | Checking iddqd v0.4.1 |
| 2688 | 2026-05-20T23:27:53.555Z | Checking crossbeam-channel v0.5.15 |
| 2689 | 2026-05-20T23:27:53.559Z | Checking hostname v0.3.1 |
| 2690 | 2026-05-20T23:27:53.559Z | Checking compression-codecs v0.4.37 |
| 2691 | 2026-05-20T23:27:53.595Z | Checking slog-json v2.6.1 |
| 2692 | 2026-05-20T23:27:53.623Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2693 | 2026-05-20T23:27:53.674Z | Checking serde_spanned v1.0.4 |
| 2694 | 2026-05-20T23:27:53.754Z | Checking is-terminal v0.4.17 |
| 2695 | 2026-05-20T23:27:53.794Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2696 | 2026-05-20T23:27:53.807Z | Checking debug-ignore v1.0.5 |
| 2697 | 2026-05-20T23:27:53.822Z | Checking term v1.2.1 |
| 2698 | 2026-05-20T23:27:53.842Z | Checking take_mut v0.2.2 |
| 2699 | 2026-05-20T23:27:53.856Z | Compiling structmeta v0.3.0 |
| 2700 | 2026-05-20T23:27:53.901Z | Checking slog-bunyan v2.5.0 |
| 2701 | 2026-05-20T23:27:53.945Z | Checking slog-async v2.8.0 |
| 2702 | 2026-05-20T23:27:53.968Z | Checking toml v1.0.6+spec-1.1.0 |
| 2703 | 2026-05-20T23:27:54.018Z | Checking async-compression v0.4.41 |
| 2704 | 2026-05-20T23:27:54.043Z | Checking slog-term v2.9.2 |
| 2705 | 2026-05-20T23:27:54.065Z | Compiling derive-ex v0.1.8 |
| 2706 | 2026-05-20T23:27:54.120Z | Compiling parse-display-derive v0.10.0 |
| 2707 | 2026-05-20T23:27:54.263Z | Checking async-stream v0.3.6 |
| 2708 | 2026-05-20T23:27:54.295Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2709 | 2026-05-20T23:27:54.362Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2710 | 2026-05-20T23:27:54.390Z | Checking progenitor-client v0.14.0 |
| 2711 | 2026-05-20T23:27:54.491Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2712 | 2026-05-20T23:27:54.542Z | Checking waitgroup v0.1.2 |
| 2713 | 2026-05-20T23:27:54.556Z | Checking backon v1.6.0 |
| 2714 | 2026-05-20T23:27:54.619Z | Checking rustls-pemfile v2.2.0 |
| 2715 | 2026-05-20T23:27:54.646Z | Checking serde_path_to_error v0.1.20 |
| 2716 | 2026-05-20T23:27:54.660Z | Checking hostname v0.4.2 |
| 2717 | 2026-05-20T23:27:54.718Z | Checking instant v0.1.13 |
| 2718 | 2026-05-20T23:27:54.805Z | Checking backoff v0.4.0 |
| 2719 | 2026-05-20T23:27:54.911Z | Checking progenitor-extras v0.2.0 |
| 2720 | 2026-05-20T23:27:54.937Z | Checking tokio-rustls v0.25.0 |
| 2721 | 2026-05-20T23:27:55.979Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2722 | 2026-05-20T23:27:55.982Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2723 | 2026-05-20T23:27:55.982Z | Checking itertools v0.14.0 |
| 2724 | 2026-05-20T23:27:55.982Z | Checking progenitor-client v0.10.0 |
| 2725 | 2026-05-20T23:27:55.982Z | Checking regress v0.10.5 |
| 2726 | 2026-05-20T23:27:55.982Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2727 | 2026-05-20T23:27:55.982Z | Checking macaddr v1.0.1 |
| 2728 | 2026-05-20T23:27:55.982Z | Compiling test-strategy v0.4.5 |
| 2729 | 2026-05-20T23:27:55.982Z | Checking parse-display v0.10.0 |
| 2730 | 2026-05-20T23:27:55.982Z | Checking humantime v2.3.0 |
| 2731 | 2026-05-20T23:27:57.093Z | Compiling prettyplease v0.2.37 |
| 2732 | 2026-05-20T23:27:57.266Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2733 | 2026-05-20T23:27:57.459Z | Checking num-rational v0.4.2 |
| 2734 | 2026-05-20T23:27:57.638Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2735 | 2026-05-20T23:27:57.942Z | Checking num-complex v0.4.6 |
| 2736 | 2026-05-20T23:27:58.646Z | Compiling num v0.4.3 |
| 2737 | 2026-05-20T23:27:58.727Z | Compiling usdt-attr-macro v0.5.0 |
| 2738 | 2026-05-20T23:27:58.741Z | Compiling usdt-macro v0.5.0 |
| 2739 | 2026-05-20T23:27:58.741Z | Checking memmap v0.7.0 |
| 2740 | 2026-05-20T23:27:58.765Z | Checking float-ord v0.3.2 |
| 2741 | 2026-05-20T23:27:58.866Z | Compiling convert_case v0.4.0 |
| 2742 | 2026-05-20T23:27:58.879Z | Checking unicode-width v0.2.0 |
| 2743 | 2026-05-20T23:27:59.177Z | Checking console v0.15.11 |
| 2744 | 2026-05-20T23:27:59.331Z | Compiling derive_more v0.99.20 |
| 2745 | 2026-05-20T23:27:59.414Z | Checking newline-converter v0.3.0 |
| 2746 | 2026-05-20T23:27:59.451Z | Checking atomicwrites v0.4.4 |
| 2747 | 2026-05-20T23:27:59.495Z | Checking usdt v0.5.0 |
| 2748 | 2026-05-20T23:27:59.524Z | Compiling toml v0.8.23 |
| 2749 | 2026-05-20T23:27:59.582Z | Checking linked-hash-map v0.5.6 |
| 2750 | 2026-05-20T23:27:59.666Z | Compiling minimal-lexical v0.2.1 |
| 2751 | 2026-05-20T23:27:59.753Z | Checking lru-cache v0.1.2 |
| 2752 | 2026-05-20T23:27:59.877Z | Compiling nom v7.1.3 |
| 2753 | 2026-05-20T23:27:59.925Z | Checking expectorate v1.2.0 |
| 2754 | 2026-05-20T23:28:00.475Z | Checking camino-tempfile v1.4.1 |
| 2755 | 2026-05-20T23:28:00.587Z | Checking hickory-proto v0.24.4 |
| 2756 | 2026-05-20T23:28:00.637Z | Checking phf_shared v0.12.1 |
| 2757 | 2026-05-20T23:28:00.785Z | Compiling slog-dtrace v0.3.0 |
| 2758 | 2026-05-20T23:28:00.849Z | Checking resolv-conf v0.7.6 |
| 2759 | 2026-05-20T23:28:00.976Z | Compiling chrono-tz v0.10.4 |
| 2760 | 2026-05-20T23:28:01.041Z | Checking heck v0.5.0 |
| 2761 | 2026-05-20T23:28:01.173Z | Compiling const_format_proc_macros v0.2.34 |
| 2762 | 2026-05-20T23:28:01.212Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2763 | 2026-05-20T23:28:01.226Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2764 | 2026-05-20T23:28:01.241Z | Checking phf v0.12.1 |
| 2765 | 2026-05-20T23:28:01.385Z | Checking tokio-dtrace v0.1.1 |
| 2766 | 2026-05-20T23:28:01.590Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2767 | 2026-05-20T23:28:01.693Z | Compiling derive-where v1.6.0 |
| 2768 | 2026-05-20T23:28:01.857Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2769 | 2026-05-20T23:28:02.146Z | Checking highway v1.3.0 |
| 2770 | 2026-05-20T23:28:02.487Z | Checking const_format v0.2.35 |
| 2771 | 2026-05-20T23:28:02.493Z | Checking hickory-resolver v0.24.4 |
| 2772 | 2026-05-20T23:28:02.701Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2773 | 2026-05-20T23:28:02.707Z | Checking oxide-tokio-rt v0.1.4 |
| 2774 | 2026-05-20T23:28:02.784Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2775 | 2026-05-20T23:28:02.994Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2776 | 2026-05-20T23:28:03.066Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2777 | 2026-05-20T23:28:03.139Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2778 | 2026-05-20T23:28:03.156Z | Checking qorb v0.4.1 |
| 2779 | 2026-05-20T23:28:03.334Z | Checking gethostname v0.5.0 |
| 2780 | 2026-05-20T23:28:03.350Z | Checking bcs v0.1.6 |
| 2781 | 2026-05-20T23:28:03.363Z | Checking termtree v0.5.1 |
| 2782 | 2026-05-20T23:28:06.556Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2783 | 2026-05-20T23:28:09.279Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2784 | 2026-05-20T23:28:11.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.41s |
| 2785 | 2026-05-20T23:28:11.598Z | |
| 2786 | 2026-05-20T23:28:11.598Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/277) |
| 2787 | 2026-05-20T23:28:12.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2788 | 2026-05-20T23:28:12.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2789 | 2026-05-20T23:28:12.300Z | Compiling ar_archive_writer v0.5.1 |
| 2790 | 2026-05-20T23:28:12.412Z | Compiling stacker v0.1.23 |
| 2791 | 2026-05-20T23:28:12.421Z | Compiling cfg_aliases v0.1.1 |
| 2792 | 2026-05-20T23:28:12.429Z | Compiling convert_case v0.10.0 |
| 2793 | 2026-05-20T23:28:12.432Z | Checking unicode-width v0.1.14 |
| 2794 | 2026-05-20T23:28:12.447Z | Compiling proc-macro-error v1.0.4 |
| 2795 | 2026-05-20T23:28:12.458Z | Checking fd-lock v4.0.4 |
| 2796 | 2026-05-20T23:28:12.458Z | Checking nibble_vec v0.1.0 |
| 2797 | 2026-05-20T23:28:12.481Z | Compiling nix v0.28.0 |
| 2798 | 2026-05-20T23:28:12.575Z | Checking vte v0.14.1 |
| 2799 | 2026-05-20T23:28:12.588Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2800 | 2026-05-20T23:28:12.671Z | Checking endian-type v0.1.2 |
| 2801 | 2026-05-20T23:28:12.683Z | Checking bytecount v0.6.9 |
| 2802 | 2026-05-20T23:28:12.726Z | Compiling derive_more-impl v2.1.1 |
| 2803 | 2026-05-20T23:28:12.726Z | Checking strip-ansi-escapes v0.2.1 |
| 2804 | 2026-05-20T23:28:12.848Z | Compiling tabled_derive v0.7.0 |
| 2805 | 2026-05-20T23:28:12.855Z | Checking papergrid v0.11.0 |
| 2806 | 2026-05-20T23:28:12.855Z | Checking radix_trie v0.2.1 |
| 2807 | 2026-05-20T23:28:12.855Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2808 | 2026-05-20T23:28:12.981Z | Compiling peg-macros v0.8.5 |
| 2809 | 2026-05-20T23:28:12.995Z | Checking winnow v0.6.26 |
| 2810 | 2026-05-20T23:28:13.247Z | Compiling psm v0.1.30 |
| 2811 | 2026-05-20T23:28:13.313Z | Compiling sqlparser_derive v0.5.0 |
| 2812 | 2026-05-20T23:28:13.383Z | Checking unicode_categories v0.1.1 |
| 2813 | 2026-05-20T23:28:13.529Z | Checking derive_more v2.1.1 |
| 2814 | 2026-05-20T23:28:13.553Z | Checking nu-ansi-term v0.50.3 |
| 2815 | 2026-05-20T23:28:13.615Z | Checking home v0.5.12 |
| 2816 | 2026-05-20T23:28:13.719Z | Checking tabled v0.15.0 |
| 2817 | 2026-05-20T23:28:13.731Z | Checking crossterm v0.29.0 |
| 2818 | 2026-05-20T23:28:13.768Z | Checking reedline v0.40.0 |
| 2819 | 2026-05-20T23:28:13.781Z | Checking rustyline v14.0.0 |
| 2820 | 2026-05-20T23:28:14.019Z | Checking recursive v0.1.1 |
| 2821 | 2026-05-20T23:28:14.125Z | Checking sqlparser v0.61.0 |
| 2822 | 2026-05-20T23:28:14.141Z | Checking display-error-chain v0.2.2 |
| 2823 | 2026-05-20T23:28:14.155Z | Checking sqlformat v0.3.5 |
| 2824 | 2026-05-20T23:28:14.342Z | Checking peg v0.8.5 |
| 2825 | 2026-05-20T23:28:25.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.80s |
| 2826 | 2026-05-20T23:28:25.591Z | |
| 2827 | 2026-05-20T23:28:25.591Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/277) |
| 2828 | 2026-05-20T23:28:26.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2829 | 2026-05-20T23:28:26.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2830 | 2026-05-20T23:28:26.283Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2831 | 2026-05-20T23:28:29.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s |
| 2832 | 2026-05-20T23:28:29.927Z | |
| 2833 | 2026-05-20T23:28:29.928Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/277) |
| 2834 | 2026-05-20T23:28:30.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2835 | 2026-05-20T23:28:30.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2836 | 2026-05-20T23:28:30.619Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2837 | 2026-05-20T23:28:33.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s |
| 2838 | 2026-05-20T23:28:33.286Z | |
| 2839 | 2026-05-20T23:28:33.286Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/277) |
| 2840 | 2026-05-20T23:28:33.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2841 | 2026-05-20T23:28:33.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2842 | 2026-05-20T23:28:33.960Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2843 | 2026-05-20T23:28:37.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s |
| 2844 | 2026-05-20T23:28:37.453Z | |
| 2845 | 2026-05-20T23:28:37.453Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/277) |
| 2846 | 2026-05-20T23:28:37.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2847 | 2026-05-20T23:28:37.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2848 | 2026-05-20T23:28:38.051Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2849 | 2026-05-20T23:28:41.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.93s |
| 2850 | 2026-05-20T23:28:41.502Z | |
| 2851 | 2026-05-20T23:28:41.502Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/277) |
| 2852 | 2026-05-20T23:28:42.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2853 | 2026-05-20T23:28:42.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2854 | 2026-05-20T23:28:42.184Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2855 | 2026-05-20T23:28:44.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s |
| 2856 | 2026-05-20T23:28:44.982Z | |
| 2857 | 2026-05-20T23:28:44.982Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/277) |
| 2858 | 2026-05-20T23:28:45.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2859 | 2026-05-20T23:28:45.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2860 | 2026-05-20T23:28:45.663Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2861 | 2026-05-20T23:28:48.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s |
| 2862 | 2026-05-20T23:28:48.475Z | |
| 2863 | 2026-05-20T23:28:48.475Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/277) |
| 2864 | 2026-05-20T23:28:48.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2865 | 2026-05-20T23:28:49.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2866 | 2026-05-20T23:28:49.157Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2867 | 2026-05-20T23:28:52.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s |
| 2868 | 2026-05-20T23:28:52.755Z | |
| 2869 | 2026-05-20T23:28:52.755Z | info: running `cargo check --bins` on oximeter (93/277) |
| 2870 | 2026-05-20T23:28:53.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2871 | 2026-05-20T23:28:53.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2872 | 2026-05-20T23:28:53.276Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2873 | 2026-05-20T23:28:53.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2874 | 2026-05-20T23:28:53.366Z | |
| 2875 | 2026-05-20T23:28:53.366Z | info: running `cargo check --bins` on oximeter-schema (94/277) |
| 2876 | 2026-05-20T23:28:53.875Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2877 | 2026-05-20T23:28:53.878Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2878 | 2026-05-20T23:28:54.009Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2879 | 2026-05-20T23:28:54.174Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2880 | 2026-05-20T23:28:54.177Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2881 | 2026-05-20T23:28:54.509Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2882 | 2026-05-20T23:28:57.430Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2883 | 2026-05-20T23:28:58.639Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2884 | 2026-05-20T23:28:58.830Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2885 | 2026-05-20T23:28:59.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.10s |
| 2886 | 2026-05-20T23:28:59.666Z | |
| 2887 | 2026-05-20T23:28:59.666Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/277) |
| 2888 | 2026-05-20T23:29:00.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2889 | 2026-05-20T23:29:00.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2890 | 2026-05-20T23:29:00.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2891 | 2026-05-20T23:29:00.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2892 | 2026-05-20T23:29:00.270Z | |
| 2893 | 2026-05-20T23:29:00.270Z | info: running `cargo check --bins` on oximeter-test-utils (96/277) |
| 2894 | 2026-05-20T23:29:00.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2895 | 2026-05-20T23:29:00.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2896 | 2026-05-20T23:29:00.820Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2897 | 2026-05-20T23:29:00.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2898 | 2026-05-20T23:29:00.921Z | |
| 2899 | 2026-05-20T23:29:00.921Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/277) |
| 2900 | 2026-05-20T23:29:01.434Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2901 | 2026-05-20T23:29:01.437Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2902 | 2026-05-20T23:29:01.437Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2903 | 2026-05-20T23:29:01.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2904 | 2026-05-20T23:29:01.536Z | |
| 2905 | 2026-05-20T23:29:01.536Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/277) |
| 2906 | 2026-05-20T23:29:02.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2907 | 2026-05-20T23:29:02.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2908 | 2026-05-20T23:29:02.069Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2909 | 2026-05-20T23:29:02.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2910 | 2026-05-20T23:29:02.180Z | |
| 2911 | 2026-05-20T23:29:02.180Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/277) |
| 2912 | 2026-05-20T23:29:02.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2913 | 2026-05-20T23:29:02.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2914 | 2026-05-20T23:29:02.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2915 | 2026-05-20T23:29:02.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2916 | 2026-05-20T23:29:02.783Z | |
| 2917 | 2026-05-20T23:29:02.783Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/277) |
| 2918 | 2026-05-20T23:29:03.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2919 | 2026-05-20T23:29:03.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2920 | 2026-05-20T23:29:03.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2921 | 2026-05-20T23:29:03.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2922 | 2026-05-20T23:29:03.399Z | |
| 2923 | 2026-05-20T23:29:03.399Z | info: running `cargo check --bins` on trust-quorum-types (101/277) |
| 2924 | 2026-05-20T23:29:03.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2925 | 2026-05-20T23:29:03.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2926 | 2026-05-20T23:29:03.906Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2927 | 2026-05-20T23:29:03.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2928 | 2026-05-20T23:29:03.998Z | |
| 2929 | 2026-05-20T23:29:03.998Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/277) |
| 2930 | 2026-05-20T23:29:05.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2931 | 2026-05-20T23:29:05.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2932 | 2026-05-20T23:29:05.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2933 | 2026-05-20T23:29:05.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2934 | 2026-05-20T23:29:05.188Z | |
| 2935 | 2026-05-20T23:29:05.188Z | info: running `cargo check --bins` on update-engine (103/277) |
| 2936 | 2026-05-20T23:29:05.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2937 | 2026-05-20T23:29:05.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2938 | 2026-05-20T23:29:05.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2939 | 2026-05-20T23:29:05.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2940 | 2026-05-20T23:29:05.226Z | |
| 2941 | 2026-05-20T23:29:05.226Z | info: running `cargo check --bins` on omicron-clickhouse-admin (104/277) |
| 2942 | 2026-05-20T23:29:05.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2943 | 2026-05-20T23:29:05.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2944 | 2026-05-20T23:29:05.960Z | Compiling crucible-workspace-hack v0.1.0 |
| 2945 | 2026-05-20T23:29:06.078Z | Checking secrecy v0.10.3 |
| 2946 | 2026-05-20T23:29:06.086Z | Compiling heapless v0.8.0 |
| 2947 | 2026-05-20T23:29:06.093Z | Compiling ingot-macros v0.1.1 |
| 2948 | 2026-05-20T23:29:06.101Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2949 | 2026-05-20T23:29:06.101Z | Checking hash32 v0.3.1 |
| 2950 | 2026-05-20T23:29:06.122Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2951 | 2026-05-20T23:29:06.122Z | Compiling smoltcp v0.11.0 |
| 2952 | 2026-05-20T23:29:06.183Z | Checking cobs v0.3.0 |
| 2953 | 2026-05-20T23:29:06.308Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2954 | 2026-05-20T23:29:06.333Z | Checking universal-hash v0.5.1 |
| 2955 | 2026-05-20T23:29:06.333Z | Checking half v2.7.1 |
| 2956 | 2026-05-20T23:29:06.358Z | Checking opaque-debug v0.3.1 |
| 2957 | 2026-05-20T23:29:06.441Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2958 | 2026-05-20T23:29:06.469Z | Checking ciborium-io v0.2.2 |
| 2959 | 2026-05-20T23:29:06.500Z | Checking poly1305 v0.8.0 |
| 2960 | 2026-05-20T23:29:06.575Z | Checking postcard v1.1.3 |
| 2961 | 2026-05-20T23:29:06.595Z | Checking ciborium-ll v0.2.2 |
| 2962 | 2026-05-20T23:29:06.641Z | Compiling proc-macro-crate v3.4.0 |
| 2963 | 2026-05-20T23:29:06.779Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2964 | 2026-05-20T23:29:06.796Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2965 | 2026-05-20T23:29:06.882Z | Checking password-hash v0.5.0 |
| 2966 | 2026-05-20T23:29:07.072Z | Checking chacha20 v0.9.1 |
| 2967 | 2026-05-20T23:29:07.088Z | Compiling proc-macro-crate v1.3.1 |
| 2968 | 2026-05-20T23:29:07.116Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2969 | 2026-05-20T23:29:07.157Z | Checking blake2 v0.10.6 |
| 2970 | 2026-05-20T23:29:07.218Z | Compiling num_enum_derive v0.7.5 |
| 2971 | 2026-05-20T23:29:07.269Z | Checking aead v0.5.2 |
| 2972 | 2026-05-20T23:29:07.435Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2973 | 2026-05-20T23:29:07.442Z | Compiling foreign-types-macros v0.2.3 |
| 2974 | 2026-05-20T23:29:07.442Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2975 | 2026-05-20T23:29:07.442Z | Checking thiserror-no-std v2.0.2 |
| 2976 | 2026-05-20T23:29:07.499Z | Checking foreign-types-shared v0.3.1 |
| 2977 | 2026-05-20T23:29:07.521Z | Checking vsss-rs v3.3.4 |
| 2978 | 2026-05-20T23:29:07.556Z | Compiling num_enum_derive v0.5.11 |
| 2979 | 2026-05-20T23:29:07.592Z | Checking chacha20poly1305 v0.10.1 |
| 2980 | 2026-05-20T23:29:07.655Z | Checking argon2 v0.5.3 |
| 2981 | 2026-05-20T23:29:07.718Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2982 | 2026-05-20T23:29:07.982Z | Checking foreign-types v0.5.0 |
| 2983 | 2026-05-20T23:29:08.063Z | Checking ciborium v0.2.2 |
| 2984 | 2026-05-20T23:29:08.098Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2985 | 2026-05-20T23:29:08.212Z | Checking tabwriter v1.4.1 |
| 2986 | 2026-05-20T23:29:08.268Z | Checking num_enum v0.7.5 |
| 2987 | 2026-05-20T23:29:08.355Z | Checking byte-wrapper v0.1.0 |
| 2988 | 2026-05-20T23:29:08.381Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2989 | 2026-05-20T23:29:08.399Z | Checking cstr-argument v0.1.2 |
| 2990 | 2026-05-20T23:29:08.561Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2991 | 2026-05-20T23:29:08.564Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2992 | 2026-05-20T23:29:08.564Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2993 | 2026-05-20T23:29:08.577Z | Checking num_enum v0.5.11 |
| 2994 | 2026-05-20T23:29:08.619Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2995 | 2026-05-20T23:29:08.687Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2996 | 2026-05-20T23:29:08.721Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2997 | 2026-05-20T23:29:08.808Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2998 | 2026-05-20T23:29:08.858Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2999 | 2026-05-20T23:29:08.889Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3000 | 2026-05-20T23:29:08.915Z | Checking colored v3.1.1 |
| 3001 | 2026-05-20T23:29:08.930Z | Checking indent_write v2.2.0 |
| 3002 | 2026-05-20T23:29:08.933Z | Checking ingot-types v0.1.2 |
| 3003 | 2026-05-20T23:29:09.056Z | Compiling zone_cfg_derive v0.3.1 |
| 3004 | 2026-05-20T23:29:09.074Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3005 | 2026-05-20T23:29:09.175Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3006 | 2026-05-20T23:29:09.189Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3007 | 2026-05-20T23:29:09.204Z | Checking itertools v0.12.1 |
| 3008 | 2026-05-20T23:29:09.244Z | Compiling num-derive v0.4.2 |
| 3009 | 2026-05-20T23:29:09.287Z | Checking swrite v0.1.0 |
| 3010 | 2026-05-20T23:29:09.302Z | Checking ingot v0.1.1 |
| 3011 | 2026-05-20T23:29:09.346Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3012 | 2026-05-20T23:29:09.378Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3013 | 2026-05-20T23:29:09.548Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3014 | 2026-05-20T23:29:09.689Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3015 | 2026-05-20T23:29:09.703Z | Checking dropshot-api-manager-types v0.7.2 |
| 3016 | 2026-05-20T23:29:09.719Z | Checking smf v0.2.3 |
| 3017 | 2026-05-20T23:29:09.734Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3018 | 2026-05-20T23:29:09.800Z | Checking nanorand v0.7.0 |
| 3019 | 2026-05-20T23:29:09.872Z | Checking whoami v1.6.1 |
| 3020 | 2026-05-20T23:29:09.925Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3021 | 2026-05-20T23:29:09.994Z | Checking flume v0.11.1 |
| 3022 | 2026-05-20T23:29:10.161Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3023 | 2026-05-20T23:29:10.212Z | Checking zone v0.3.1 |
| 3024 | 2026-05-20T23:29:10.846Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3025 | 2026-05-20T23:29:11.913Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3026 | 2026-05-20T23:29:12.719Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3027 | 2026-05-20T23:29:15.825Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3028 | 2026-05-20T23:29:17.868Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3029 | 2026-05-20T23:29:18.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.74s |
| 3030 | 2026-05-20T23:29:19.162Z | |
| 3031 | 2026-05-20T23:29:19.162Z | info: running `cargo check --bins` on clickhouse-admin-api (105/277) |
| 3032 | 2026-05-20T23:29:19.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3033 | 2026-05-20T23:29:19.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3034 | 2026-05-20T23:29:19.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3035 | 2026-05-20T23:29:19.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3036 | 2026-05-20T23:29:19.779Z | |
| 3037 | 2026-05-20T23:29:19.779Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (106/277) |
| 3038 | 2026-05-20T23:29:20.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3039 | 2026-05-20T23:29:20.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3040 | 2026-05-20T23:29:20.317Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3041 | 2026-05-20T23:29:20.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3042 | 2026-05-20T23:29:20.388Z | |
| 3043 | 2026-05-20T23:29:20.389Z | info: running `cargo check --bins` on bootstrap-agent-client (107/277) |
| 3044 | 2026-05-20T23:29:20.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3045 | 2026-05-20T23:29:20.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3046 | 2026-05-20T23:29:20.911Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3047 | 2026-05-20T23:29:20.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3048 | 2026-05-20T23:29:21.009Z | |
| 3049 | 2026-05-20T23:29:21.009Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/277) |
| 3050 | 2026-05-20T23:29:21.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3051 | 2026-05-20T23:29:21.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3052 | 2026-05-20T23:29:21.532Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3053 | 2026-05-20T23:29:21.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3054 | 2026-05-20T23:29:21.630Z | |
| 3055 | 2026-05-20T23:29:21.630Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (109/277) |
| 3056 | 2026-05-20T23:29:22.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3057 | 2026-05-20T23:29:22.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3058 | 2026-05-20T23:29:22.157Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3059 | 2026-05-20T23:29:22.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3060 | 2026-05-20T23:29:22.251Z | |
| 3061 | 2026-05-20T23:29:22.252Z | info: running `cargo check --bins` on clickhouse-admin-server-client (110/277) |
| 3062 | 2026-05-20T23:29:22.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3063 | 2026-05-20T23:29:22.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3064 | 2026-05-20T23:29:22.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3065 | 2026-05-20T23:29:22.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3066 | 2026-05-20T23:29:22.865Z | |
| 3067 | 2026-05-20T23:29:22.865Z | info: running `cargo check --bins` on clickhouse-admin-single-client (111/277) |
| 3068 | 2026-05-20T23:29:23.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3069 | 2026-05-20T23:29:23.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3070 | 2026-05-20T23:29:23.385Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3071 | 2026-05-20T23:29:23.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3072 | 2026-05-20T23:29:23.483Z | |
| 3073 | 2026-05-20T23:29:23.483Z | info: running `cargo check --bins` on cockroach-admin-client (112/277) |
| 3074 | 2026-05-20T23:29:23.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3075 | 2026-05-20T23:29:23.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3076 | 2026-05-20T23:29:23.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3077 | 2026-05-20T23:29:23.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3078 | 2026-05-20T23:29:24.082Z | |
| 3079 | 2026-05-20T23:29:24.082Z | info: running `cargo check --bins` on omicron-ddm-admin-client (113/277) |
| 3080 | 2026-05-20T23:29:24.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3081 | 2026-05-20T23:29:24.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3082 | 2026-05-20T23:29:24.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3083 | 2026-05-20T23:29:24.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3084 | 2026-05-20T23:29:24.697Z | |
| 3085 | 2026-05-20T23:29:24.697Z | info: running `cargo check --bins` on dns-service-client (114/277) |
| 3086 | 2026-05-20T23:29:25.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3087 | 2026-05-20T23:29:25.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3088 | 2026-05-20T23:29:25.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3089 | 2026-05-20T23:29:25.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3090 | 2026-05-20T23:29:25.359Z | |
| 3091 | 2026-05-20T23:29:25.359Z | info: running `cargo check --bins` on installinator-client (115/277) |
| 3092 | 2026-05-20T23:29:25.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3093 | 2026-05-20T23:29:25.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3094 | 2026-05-20T23:29:25.832Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3095 | 2026-05-20T23:29:25.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3096 | 2026-05-20T23:29:25.930Z | |
| 3097 | 2026-05-20T23:29:25.930Z | info: running `cargo check --bins` on nexus-client (116/277) |
| 3098 | 2026-05-20T23:29:26.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3099 | 2026-05-20T23:29:26.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3100 | 2026-05-20T23:29:26.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3101 | 2026-05-20T23:29:26.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3102 | 2026-05-20T23:29:26.578Z | |
| 3103 | 2026-05-20T23:29:26.578Z | info: running `cargo check --bins` on nexus-lockstep-client (117/277) |
| 3104 | 2026-05-20T23:29:27.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3105 | 2026-05-20T23:29:27.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3106 | 2026-05-20T23:29:27.122Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3107 | 2026-05-20T23:29:27.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3108 | 2026-05-20T23:29:27.227Z | |
| 3109 | 2026-05-20T23:29:27.227Z | info: running `cargo check --bins` on ntp-admin-client (118/277) |
| 3110 | 2026-05-20T23:29:27.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3111 | 2026-05-20T23:29:27.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3112 | 2026-05-20T23:29:27.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3113 | 2026-05-20T23:29:27.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3114 | 2026-05-20T23:29:27.826Z | |
| 3115 | 2026-05-20T23:29:27.826Z | info: running `cargo check --bins` on ntp-admin-v1-client (119/277) |
| 3116 | 2026-05-20T23:29:28.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3117 | 2026-05-20T23:29:28.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3118 | 2026-05-20T23:29:28.333Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3119 | 2026-05-20T23:29:28.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3120 | 2026-05-20T23:29:28.427Z | |
| 3121 | 2026-05-20T23:29:28.427Z | info: running `cargo check --bins` on oxide-client (120/277) |
| 3122 | 2026-05-20T23:29:28.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3123 | 2026-05-20T23:29:28.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3124 | 2026-05-20T23:29:28.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3125 | 2026-05-20T23:29:28.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3126 | 2026-05-20T23:29:29.028Z | |
| 3127 | 2026-05-20T23:29:29.028Z | info: running `cargo check --bins` on oximeter-client (121/277) |
| 3128 | 2026-05-20T23:29:29.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3129 | 2026-05-20T23:29:29.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3130 | 2026-05-20T23:29:29.551Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3131 | 2026-05-20T23:29:29.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3132 | 2026-05-20T23:29:29.642Z | |
| 3133 | 2026-05-20T23:29:29.642Z | info: running `cargo check --bins` on repo-depot-client (122/277) |
| 3134 | 2026-05-20T23:29:30.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3135 | 2026-05-20T23:29:30.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3136 | 2026-05-20T23:29:30.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3137 | 2026-05-20T23:29:30.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3138 | 2026-05-20T23:29:30.244Z | |
| 3139 | 2026-05-20T23:29:30.244Z | info: running `cargo check --bins` on sled-agent-client (123/277) |
| 3140 | 2026-05-20T23:29:30.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3141 | 2026-05-20T23:29:30.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3142 | 2026-05-20T23:29:30.772Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3143 | 2026-05-20T23:29:30.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3144 | 2026-05-20T23:29:30.944Z | |
| 3145 | 2026-05-20T23:29:30.944Z | info: running `cargo check --bins` on wicketd-client (124/277) |
| 3146 | 2026-05-20T23:29:31.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3147 | 2026-05-20T23:29:31.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3148 | 2026-05-20T23:29:31.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3149 | 2026-05-20T23:29:31.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3150 | 2026-05-20T23:29:31.503Z | |
| 3151 | 2026-05-20T23:29:31.504Z | info: running `cargo check --bins` on installinator-common (125/277) |
| 3152 | 2026-05-20T23:29:32.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3153 | 2026-05-20T23:29:32.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3154 | 2026-05-20T23:29:32.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3155 | 2026-05-20T23:29:32.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3156 | 2026-05-20T23:29:32.132Z | |
| 3157 | 2026-05-20T23:29:32.133Z | info: running `cargo check --bins` on installinator-common-versions (126/277) |
| 3158 | 2026-05-20T23:29:32.636Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3159 | 2026-05-20T23:29:32.639Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3160 | 2026-05-20T23:29:32.639Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3161 | 2026-05-20T23:29:32.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3162 | 2026-05-20T23:29:32.792Z | |
| 3163 | 2026-05-20T23:29:32.793Z | info: running `cargo check --bins` on wicket-common (127/277) |
| 3164 | 2026-05-20T23:29:33.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3165 | 2026-05-20T23:29:33.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3166 | 2026-05-20T23:29:33.259Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3167 | 2026-05-20T23:29:33.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3168 | 2026-05-20T23:29:33.357Z | |
| 3169 | 2026-05-20T23:29:33.357Z | info: running `cargo check --bins` on omicron-cockroach-admin (128/277) |
| 3170 | 2026-05-20T23:29:33.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3171 | 2026-05-20T23:29:33.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3172 | 2026-05-20T23:29:34.061Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3173 | 2026-05-20T23:29:34.178Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3174 | 2026-05-20T23:29:34.305Z | Checking csv-core v0.1.13 |
| 3175 | 2026-05-20T23:29:34.317Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3176 | 2026-05-20T23:29:34.317Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3177 | 2026-05-20T23:29:34.317Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3178 | 2026-05-20T23:29:34.317Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3179 | 2026-05-20T23:29:34.317Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3180 | 2026-05-20T23:29:34.339Z | Checking csv v1.4.0 |
| 3181 | 2026-05-20T23:29:34.384Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3182 | 2026-05-20T23:29:34.399Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3183 | 2026-05-20T23:29:34.425Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3184 | 2026-05-20T23:29:34.439Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3185 | 2026-05-20T23:29:34.677Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3186 | 2026-05-20T23:29:35.041Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3187 | 2026-05-20T23:29:35.041Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3188 | 2026-05-20T23:29:35.428Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3189 | 2026-05-20T23:29:41.273Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3190 | 2026-05-20T23:29:41.803Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3191 | 2026-05-20T23:29:44.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.78s |
| 3192 | 2026-05-20T23:29:44.376Z | |
| 3193 | 2026-05-20T23:29:44.376Z | info: running `cargo check --bins` on cockroach-admin-api (129/277) |
| 3194 | 2026-05-20T23:29:44.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3195 | 2026-05-20T23:29:44.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3196 | 2026-05-20T23:29:44.854Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3197 | 2026-05-20T23:29:44.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3198 | 2026-05-20T23:29:44.950Z | |
| 3199 | 2026-05-20T23:29:44.950Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (130/277) |
| 3200 | 2026-05-20T23:29:45.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3201 | 2026-05-20T23:29:45.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3202 | 2026-05-20T23:29:45.536Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3203 | 2026-05-20T23:29:45.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3204 | 2026-05-20T23:29:45.649Z | |
| 3205 | 2026-05-20T23:29:45.649Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/277) |
| 3206 | 2026-05-20T23:29:46.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3207 | 2026-05-20T23:29:46.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3208 | 2026-05-20T23:29:46.239Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3209 | 2026-05-20T23:29:46.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3210 | 2026-05-20T23:29:46.352Z | |
| 3211 | 2026-05-20T23:29:46.352Z | info: running `cargo check --bins` on gateway-test-utils (132/277) |
| 3212 | 2026-05-20T23:29:46.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3213 | 2026-05-20T23:29:46.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3214 | 2026-05-20T23:29:46.911Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3215 | 2026-05-20T23:29:46.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3216 | 2026-05-20T23:29:47.025Z | |
| 3217 | 2026-05-20T23:29:47.025Z | info: running `cargo check --bins` on omicron-gateway (133/277) |
| 3218 | 2026-05-20T23:29:47.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3219 | 2026-05-20T23:29:47.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3220 | 2026-05-20T23:29:47.800Z | Compiling regress v0.11.1 |
| 3221 | 2026-05-20T23:29:47.938Z | Compiling unsafe-libyaml v0.2.11 |
| 3222 | 2026-05-20T23:29:47.951Z | Compiling semver v0.1.20 |
| 3223 | 2026-05-20T23:29:47.951Z | Compiling radium v0.7.0 |
| 3224 | 2026-05-20T23:29:47.976Z | Checking tap v1.0.1 |
| 3225 | 2026-05-20T23:29:47.980Z | Compiling maybe-uninit v2.0.0 |
| 3226 | 2026-05-20T23:29:48.003Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3227 | 2026-05-20T23:29:48.076Z | Checking wyz v0.5.1 |
| 3228 | 2026-05-20T23:29:48.223Z | Compiling rustc_version v0.1.7 |
| 3229 | 2026-05-20T23:29:48.251Z | Checking progenitor-client v0.13.0 |
| 3230 | 2026-05-20T23:29:48.336Z | Compiling zerocopy-derive v0.6.6 |
| 3231 | 2026-05-20T23:29:48.472Z | Compiling serde_yaml v0.9.34+deprecated |
| 3232 | 2026-05-20T23:29:48.494Z | Compiling newtype_derive v0.1.6 |
| 3233 | 2026-05-20T23:29:48.509Z | Compiling cancel-safe-futures v0.1.5 |
| 3234 | 2026-05-20T23:29:48.680Z | Compiling packed_struct v0.10.1 |
| 3235 | 2026-05-20T23:29:48.694Z | Compiling owo-colors v4.3.0 |
| 3236 | 2026-05-20T23:29:48.716Z | Checking funty v2.0.0 |
| 3237 | 2026-05-20T23:29:48.926Z | Checking crc-catalog v2.4.0 |
| 3238 | 2026-05-20T23:29:49.030Z | Checking crc v3.4.0 |
| 3239 | 2026-05-20T23:29:49.044Z | Checking bitvec v1.0.1 |
| 3240 | 2026-05-20T23:29:49.182Z | Checking zerocopy v0.6.6 |
| 3241 | 2026-05-20T23:29:49.210Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3242 | 2026-05-20T23:29:49.227Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3243 | 2026-05-20T23:29:49.377Z | Checking typify-impl v0.6.2 |
| 3244 | 2026-05-20T23:29:49.511Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3245 | 2026-05-20T23:29:49.564Z | Compiling packed_struct_codegen v0.10.1 |
| 3246 | 2026-05-20T23:29:49.759Z | Checking libsw-core v0.3.2 |
| 3247 | 2026-05-20T23:29:49.775Z | Compiling bitfield-macros v0.19.4 |
| 3248 | 2026-05-20T23:29:49.966Z | Compiling indexmap v1.9.3 |
| 3249 | 2026-05-20T23:29:49.970Z | Checking nodrop v0.1.14 |
| 3250 | 2026-05-20T23:29:50.031Z | Checking array-init v0.0.4 |
| 3251 | 2026-05-20T23:29:50.128Z | Checking libsw v3.5.0 |
| 3252 | 2026-05-20T23:29:50.282Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3253 | 2026-05-20T23:29:50.332Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3254 | 2026-05-20T23:29:50.357Z | Checking smallvec v0.6.14 |
| 3255 | 2026-05-20T23:29:50.476Z | Checking bitfield v0.19.4 |
| 3256 | 2026-05-20T23:29:50.511Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3257 | 2026-05-20T23:29:50.680Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3258 | 2026-05-20T23:29:50.746Z | Checking unicode-linebreak v0.1.5 |
| 3259 | 2026-05-20T23:29:50.795Z | Checking linear-map v1.2.0 |
| 3260 | 2026-05-20T23:29:50.810Z | Checking smawk v0.3.2 |
| 3261 | 2026-05-20T23:29:50.931Z | Checking tagptr v0.2.0 |
| 3262 | 2026-05-20T23:29:50.945Z | Checking base64 v0.21.7 |
| 3263 | 2026-05-20T23:29:50.959Z | Checking hashbrown v0.12.3 |
| 3264 | 2026-05-20T23:29:50.974Z | Checking textwrap v0.16.2 |
| 3265 | 2026-05-20T23:29:51.085Z | Checking moka v0.12.13 |
| 3266 | 2026-05-20T23:29:51.160Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3267 | 2026-05-20T23:29:51.177Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3268 | 2026-05-20T23:29:51.192Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3269 | 2026-05-20T23:29:51.195Z | Checking ron v0.8.1 |
| 3270 | 2026-05-20T23:29:51.329Z | Checking steno v0.4.1 |
| 3271 | 2026-05-20T23:29:51.691Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3272 | 2026-05-20T23:29:51.706Z | Checking serde-hex v0.1.0 |
| 3273 | 2026-05-20T23:29:51.709Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3274 | 2026-05-20T23:29:51.775Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3275 | 2026-05-20T23:29:51.926Z | Checking hashbrown v0.13.2 |
| 3276 | 2026-05-20T23:29:52.010Z | Checking crc-any v2.5.0 |
| 3277 | 2026-05-20T23:29:52.201Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3278 | 2026-05-20T23:29:52.356Z | Checking object v0.30.4 |
| 3279 | 2026-05-20T23:29:52.371Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3280 | 2026-05-20T23:29:52.386Z | Checking hickory-resolver v0.25.2 |
| 3281 | 2026-05-20T23:29:52.418Z | Checking hickory-proto v0.26.1 |
| 3282 | 2026-05-20T23:29:52.492Z | Checking void v1.0.2 |
| 3283 | 2026-05-20T23:29:52.532Z | Checking path-slash v0.1.5 |
| 3284 | 2026-05-20T23:29:52.601Z | Checking utf-8 v0.7.6 |
| 3285 | 2026-05-20T23:29:52.638Z | Checking half v1.8.3 |
| 3286 | 2026-05-20T23:29:52.741Z | Checking tungstenite v0.23.0 |
| 3287 | 2026-05-20T23:29:52.841Z | Checking serde_cbor v0.11.2 |
| 3288 | 2026-05-20T23:29:53.087Z | Checking lzss v0.8.2 |
| 3289 | 2026-05-20T23:29:53.313Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3290 | 2026-05-20T23:29:53.320Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3291 | 2026-05-20T23:29:53.320Z | Checking nix v0.27.1 |
| 3292 | 2026-05-20T23:29:53.320Z | Checking kstat-rs v0.2.4 |
| 3293 | 2026-05-20T23:29:53.373Z | Checking fxhash v0.2.1 |
| 3294 | 2026-05-20T23:29:53.460Z | Checking serde_bytes v0.11.19 |
| 3295 | 2026-05-20T23:29:53.481Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3296 | 2026-05-20T23:29:53.495Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3297 | 2026-05-20T23:29:53.635Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3298 | 2026-05-20T23:29:53.717Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3299 | 2026-05-20T23:29:53.733Z | Checking tokio-tungstenite v0.23.1 |
| 3300 | 2026-05-20T23:29:53.789Z | Checking signal-hook-tokio v0.3.1 |
| 3301 | 2026-05-20T23:29:54.025Z | Compiling typify-macro v0.6.2 |
| 3302 | 2026-05-20T23:29:54.698Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3303 | 2026-05-20T23:29:55.164Z | Compiling typify v0.6.2 |
| 3304 | 2026-05-20T23:29:55.241Z | Compiling progenitor-impl v0.13.0 |
| 3305 | 2026-05-20T23:29:55.241Z | Compiling progenitor-impl v0.14.0 |
| 3306 | 2026-05-20T23:29:55.589Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3307 | 2026-05-20T23:29:55.913Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 3308 | 2026-05-20T23:29:56.835Z | Compiling progenitor-macro v0.14.0 |
| 3309 | 2026-05-20T23:29:56.862Z | Compiling progenitor-macro v0.13.0 |
| 3310 | 2026-05-20T23:29:59.467Z | Checking progenitor v0.13.0 |
| 3311 | 2026-05-20T23:29:59.470Z | Checking progenitor v0.14.0 |
| 3312 | 2026-05-20T23:29:59.600Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3313 | 2026-05-20T23:29:59.605Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3314 | 2026-05-20T23:30:02.629Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3315 | 2026-05-20T23:30:10.271Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3316 | 2026-05-20T23:30:16.698Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3317 | 2026-05-20T23:30:18.063Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3318 | 2026-05-20T23:30:18.578Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3319 | 2026-05-20T23:30:20.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.63s |
| 3320 | 2026-05-20T23:30:20.859Z | |
| 3321 | 2026-05-20T23:30:20.859Z | info: running `cargo check --bins` on gateway-api (134/277) |
| 3322 | 2026-05-20T23:30:21.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3323 | 2026-05-20T23:30:21.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3324 | 2026-05-20T23:30:21.375Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3325 | 2026-05-20T23:30:21.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3326 | 2026-05-20T23:30:21.473Z | |
| 3327 | 2026-05-20T23:30:21.473Z | info: running `cargo check --bins` on ipcc (135/277) |
| 3328 | 2026-05-20T23:30:21.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3329 | 2026-05-20T23:30:21.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3330 | 2026-05-20T23:30:21.992Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3331 | 2026-05-20T23:30:21.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3332 | 2026-05-20T23:30:22.091Z | |
| 3333 | 2026-05-20T23:30:22.091Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (136/277) |
| 3334 | 2026-05-20T23:30:22.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3335 | 2026-05-20T23:30:22.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3336 | 2026-05-20T23:30:22.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3337 | 2026-05-20T23:30:22.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3338 | 2026-05-20T23:30:22.688Z | |
| 3339 | 2026-05-20T23:30:22.688Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/277) |
| 3340 | 2026-05-20T23:30:23.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3341 | 2026-05-20T23:30:23.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3342 | 2026-05-20T23:30:23.213Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3343 | 2026-05-20T23:30:23.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3344 | 2026-05-20T23:30:23.311Z | |
| 3345 | 2026-05-20T23:30:23.311Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/277) |
| 3346 | 2026-05-20T23:30:23.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3347 | 2026-05-20T23:30:23.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3348 | 2026-05-20T23:30:23.834Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3349 | 2026-05-20T23:30:23.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3350 | 2026-05-20T23:30:23.931Z | |
| 3351 | 2026-05-20T23:30:23.931Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/277) |
| 3352 | 2026-05-20T23:30:24.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3353 | 2026-05-20T23:30:24.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3354 | 2026-05-20T23:30:24.451Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3355 | 2026-05-20T23:30:24.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3356 | 2026-05-20T23:30:24.547Z | |
| 3357 | 2026-05-20T23:30:24.547Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/277) |
| 3358 | 2026-05-20T23:30:25.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3359 | 2026-05-20T23:30:25.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3360 | 2026-05-20T23:30:25.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3361 | 2026-05-20T23:30:25.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3362 | 2026-05-20T23:30:25.162Z | |
| 3363 | 2026-05-20T23:30:25.162Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/277) |
| 3364 | 2026-05-20T23:30:25.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3365 | 2026-05-20T23:30:25.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3366 | 2026-05-20T23:30:25.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3367 | 2026-05-20T23:30:25.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3368 | 2026-05-20T23:30:25.797Z | |
| 3369 | 2026-05-20T23:30:25.797Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/277) |
| 3370 | 2026-05-20T23:30:26.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3371 | 2026-05-20T23:30:26.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3372 | 2026-05-20T23:30:26.296Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3373 | 2026-05-20T23:30:26.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3374 | 2026-05-20T23:30:26.387Z | |
| 3375 | 2026-05-20T23:30:26.387Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/277) |
| 3376 | 2026-05-20T23:30:26.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3377 | 2026-05-20T23:30:26.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3378 | 2026-05-20T23:30:26.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3379 | 2026-05-20T23:30:26.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3380 | 2026-05-20T23:30:26.997Z | |
| 3381 | 2026-05-20T23:30:26.997Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/277) |
| 3382 | 2026-05-20T23:30:27.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3383 | 2026-05-20T23:30:27.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3384 | 2026-05-20T23:30:27.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3385 | 2026-05-20T23:30:27.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3386 | 2026-05-20T23:30:27.609Z | |
| 3387 | 2026-05-20T23:30:27.609Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/277) |
| 3388 | 2026-05-20T23:30:28.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3389 | 2026-05-20T23:30:28.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3390 | 2026-05-20T23:30:28.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3391 | 2026-05-20T23:30:28.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3392 | 2026-05-20T23:30:28.224Z | |
| 3393 | 2026-05-20T23:30:28.224Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/277) |
| 3394 | 2026-05-20T23:30:28.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3395 | 2026-05-20T23:30:28.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3396 | 2026-05-20T23:30:28.742Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3397 | 2026-05-20T23:30:28.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3398 | 2026-05-20T23:30:28.838Z | |
| 3399 | 2026-05-20T23:30:28.838Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/277) |
| 3400 | 2026-05-20T23:30:29.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3401 | 2026-05-20T23:30:29.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3402 | 2026-05-20T23:30:29.355Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3403 | 2026-05-20T23:30:29.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3404 | 2026-05-20T23:30:29.452Z | |
| 3405 | 2026-05-20T23:30:29.453Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/277) |
| 3406 | 2026-05-20T23:30:29.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3407 | 2026-05-20T23:30:29.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3408 | 2026-05-20T23:30:29.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3409 | 2026-05-20T23:30:29.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3410 | 2026-05-20T23:30:30.071Z | |
| 3411 | 2026-05-20T23:30:30.071Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/277) |
| 3412 | 2026-05-20T23:30:30.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3413 | 2026-05-20T23:30:30.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3414 | 2026-05-20T23:30:30.589Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3415 | 2026-05-20T23:30:30.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3416 | 2026-05-20T23:30:30.684Z | |
| 3417 | 2026-05-20T23:30:30.684Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/277) |
| 3418 | 2026-05-20T23:30:31.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3419 | 2026-05-20T23:30:31.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3420 | 2026-05-20T23:30:31.206Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3421 | 2026-05-20T23:30:31.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3422 | 2026-05-20T23:30:31.395Z | |
| 3423 | 2026-05-20T23:30:31.395Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/277) |
| 3424 | 2026-05-20T23:30:31.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3425 | 2026-05-20T23:30:31.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3426 | 2026-05-20T23:30:31.825Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3427 | 2026-05-20T23:30:31.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3428 | 2026-05-20T23:30:31.920Z | |
| 3429 | 2026-05-20T23:30:31.920Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/277) |
| 3430 | 2026-05-20T23:30:32.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3431 | 2026-05-20T23:30:32.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3432 | 2026-05-20T23:30:32.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3433 | 2026-05-20T23:30:32.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3434 | 2026-05-20T23:30:32.538Z | |
| 3435 | 2026-05-20T23:30:32.538Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/277) |
| 3436 | 2026-05-20T23:30:33.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3437 | 2026-05-20T23:30:33.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3438 | 2026-05-20T23:30:33.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3439 | 2026-05-20T23:30:33.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3440 | 2026-05-20T23:30:33.155Z | |
| 3441 | 2026-05-20T23:30:33.155Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/277) |
| 3442 | 2026-05-20T23:30:33.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3443 | 2026-05-20T23:30:33.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3444 | 2026-05-20T23:30:33.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3445 | 2026-05-20T23:30:33.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3446 | 2026-05-20T23:30:33.771Z | |
| 3447 | 2026-05-20T23:30:33.771Z | info: running `cargo check --bins` on oximeter-producer (155/277) |
| 3448 | 2026-05-20T23:30:34.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3449 | 2026-05-20T23:30:34.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3450 | 2026-05-20T23:30:34.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3451 | 2026-05-20T23:30:34.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3452 | 2026-05-20T23:30:34.426Z | |
| 3453 | 2026-05-20T23:30:34.426Z | info: running `cargo check --bins` on internal-dns-resolver (156/277) |
| 3454 | 2026-05-20T23:30:34.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3455 | 2026-05-20T23:30:34.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3456 | 2026-05-20T23:30:34.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3457 | 2026-05-20T23:30:34.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3458 | 2026-05-20T23:30:35.050Z | |
| 3459 | 2026-05-20T23:30:35.050Z | info: running `cargo check --bins` on dns-server (157/277) |
| 3460 | 2026-05-20T23:30:35.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3461 | 2026-05-20T23:30:35.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3462 | 2026-05-20T23:30:35.720Z | Compiling parking_lot_core v0.8.6 |
| 3463 | 2026-05-20T23:30:35.720Z | Compiling atomicwrites v0.4.4 |
| 3464 | 2026-05-20T23:30:35.724Z | Compiling git-stub v1.0.0 |
| 3465 | 2026-05-20T23:30:35.724Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3466 | 2026-05-20T23:30:35.724Z | Checking prefix-trie v0.7.0 |
| 3467 | 2026-05-20T23:30:35.968Z | Compiling git-stub-vcs v0.1.0 |
| 3468 | 2026-05-20T23:30:36.143Z | Checking hickory-server v0.25.2 |
| 3469 | 2026-05-20T23:30:36.234Z | Checking parking_lot v0.11.2 |
| 3470 | 2026-05-20T23:30:36.247Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3471 | 2026-05-20T23:30:36.303Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3472 | 2026-05-20T23:30:36.303Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3473 | 2026-05-20T23:30:36.438Z | Checking sled v0.34.7 |
| 3474 | 2026-05-20T23:30:37.708Z | error[E0271]: expected `Answers` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3475 | 2026-05-20T23:30:37.708Z | --> dns-server/src/dns_server.rs:487:12 |
| 3476 | 2026-05-20T23:30:37.708Z | | |
| 3477 | 2026-05-20T23:30:37.708Z | 487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>, |
| 3478 | 2026-05-20T23:30:37.708Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3479 | 2026-05-20T23:30:37.708Z | | |
| 3480 | 2026-05-20T23:30:37.708Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3481 | 2026-05-20T23:30:37.708Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3482 | 2026-05-20T23:30:37.708Z | | |
| 3483 | 2026-05-20T23:30:37.708Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3484 | 2026-05-20T23:30:37.708Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3485 | 2026-05-20T23:30:37.708Z | | |
| 3486 | 2026-05-20T23:30:37.708Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3487 | 2026-05-20T23:30:37.708Z | | |
| 3488 | 2026-05-20T23:30:37.708Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3489 | 2026-05-20T23:30:37.708Z | | ---------------------------------------- this is the found type |
| 3490 | 2026-05-20T23:30:37.708Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3491 | 2026-05-20T23:30:37.708Z | note: required by a bound in `MessageResponse` |
| 3492 | 2026-05-20T23:30:37.708Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23 |
| 3493 | 2026-05-20T23:30:37.708Z | | |
| 3494 | 2026-05-20T23:30:37.708Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3495 | 2026-05-20T23:30:37.708Z | | --------------- required by a bound in this struct |
| 3496 | 2026-05-20T23:30:37.708Z | 22 | where |
| 3497 | 2026-05-20T23:30:37.708Z | 23 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3498 | 2026-05-20T23:30:37.708Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3499 | 2026-05-20T23:30:37.708Z | |
| 3500 | 2026-05-20T23:30:37.708Z | error[E0271]: expected `NameServers` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3501 | 2026-05-20T23:30:37.708Z | --> dns-server/src/dns_server.rs:487:12 |
| 3502 | 2026-05-20T23:30:37.708Z | | |
| 3503 | 2026-05-20T23:30:37.709Z | 487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>, |
| 3504 | 2026-05-20T23:30:37.709Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3505 | 2026-05-20T23:30:37.709Z | | |
| 3506 | 2026-05-20T23:30:37.709Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3507 | 2026-05-20T23:30:37.709Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3508 | 2026-05-20T23:30:37.709Z | | |
| 3509 | 2026-05-20T23:30:37.709Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3510 | 2026-05-20T23:30:37.709Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3511 | 2026-05-20T23:30:37.709Z | | |
| 3512 | 2026-05-20T23:30:37.709Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3513 | 2026-05-20T23:30:37.709Z | | |
| 3514 | 2026-05-20T23:30:37.709Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3515 | 2026-05-20T23:30:37.709Z | | ---------------------------------------- this is the found type |
| 3516 | 2026-05-20T23:30:37.709Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3517 | 2026-05-20T23:30:37.709Z | note: required by a bound in `MessageResponse` |
| 3518 | 2026-05-20T23:30:37.709Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:24:27 |
| 3519 | 2026-05-20T23:30:37.709Z | | |
| 3520 | 2026-05-20T23:30:37.710Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3521 | 2026-05-20T23:30:37.710Z | | --------------- required by a bound in this struct |
| 3522 | 2026-05-20T23:30:37.710Z | ... |
| 3523 | 2026-05-20T23:30:37.710Z | 24 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3524 | 2026-05-20T23:30:37.710Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3525 | 2026-05-20T23:30:37.710Z | |
| 3526 | 2026-05-20T23:30:37.713Z | error[E0271]: expected `Soa` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3527 | 2026-05-20T23:30:37.714Z | --> dns-server/src/dns_server.rs:487:12 |
| 3528 | 2026-05-20T23:30:37.714Z | | |
| 3529 | 2026-05-20T23:30:37.714Z | 487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>, |
| 3530 | 2026-05-20T23:30:37.714Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3531 | 2026-05-20T23:30:37.714Z | | |
| 3532 | 2026-05-20T23:30:37.714Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3533 | 2026-05-20T23:30:37.714Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3534 | 2026-05-20T23:30:37.714Z | | |
| 3535 | 2026-05-20T23:30:37.714Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3536 | 2026-05-20T23:30:37.714Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3537 | 2026-05-20T23:30:37.714Z | | |
| 3538 | 2026-05-20T23:30:37.714Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3539 | 2026-05-20T23:30:37.714Z | | |
| 3540 | 2026-05-20T23:30:37.714Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3541 | 2026-05-20T23:30:37.714Z | | ---------------------------------------- this is the found type |
| 3542 | 2026-05-20T23:30:37.714Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3543 | 2026-05-20T23:30:37.714Z | note: required by a bound in `MessageResponse` |
| 3544 | 2026-05-20T23:30:37.714Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:25:19 |
| 3545 | 2026-05-20T23:30:37.714Z | | |
| 3546 | 2026-05-20T23:30:37.714Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3547 | 2026-05-20T23:30:37.714Z | | --------------- required by a bound in this struct |
| 3548 | 2026-05-20T23:30:37.714Z | ... |
| 3549 | 2026-05-20T23:30:37.714Z | 25 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 3550 | 2026-05-20T23:30:37.714Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3551 | 2026-05-20T23:30:37.714Z | |
| 3552 | 2026-05-20T23:30:37.714Z | error[E0271]: expected `Additionals` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3553 | 2026-05-20T23:30:37.714Z | --> dns-server/src/dns_server.rs:487:12 |
| 3554 | 2026-05-20T23:30:37.714Z | | |
| 3555 | 2026-05-20T23:30:37.714Z | 487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>, |
| 3556 | 2026-05-20T23:30:37.714Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3557 | 2026-05-20T23:30:37.714Z | | |
| 3558 | 2026-05-20T23:30:37.714Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3559 | 2026-05-20T23:30:37.714Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3560 | 2026-05-20T23:30:37.714Z | | |
| 3561 | 2026-05-20T23:30:37.714Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3562 | 2026-05-20T23:30:37.714Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3563 | 2026-05-20T23:30:37.714Z | | |
| 3564 | 2026-05-20T23:30:37.714Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3565 | 2026-05-20T23:30:37.715Z | | |
| 3566 | 2026-05-20T23:30:37.715Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3567 | 2026-05-20T23:30:37.715Z | | ---------------------------------------- this is the found type |
| 3568 | 2026-05-20T23:30:37.715Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3569 | 2026-05-20T23:30:37.715Z | note: required by a bound in `MessageResponse` |
| 3570 | 2026-05-20T23:30:37.715Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27 |
| 3571 | 2026-05-20T23:30:37.715Z | | |
| 3572 | 2026-05-20T23:30:37.715Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3573 | 2026-05-20T23:30:37.715Z | | --------------- required by a bound in this struct |
| 3574 | 2026-05-20T23:30:37.715Z | ... |
| 3575 | 2026-05-20T23:30:37.715Z | 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 3576 | 2026-05-20T23:30:37.715Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3577 | 2026-05-20T23:30:37.715Z | |
| 3578 | 2026-05-20T23:30:37.848Z | error[E0599]: no function or associated item named `read` found for struct `MessageRequest` in the current scope |
| 3579 | 2026-05-20T23:30:37.848Z | --> dns-server/src/dns_server.rs:161:36 |
| 3580 | 2026-05-20T23:30:37.848Z | | |
| 3581 | 2026-05-20T23:30:37.848Z | 161 | let mr = match MessageRequest::read(&mut dec) { |
| 3582 | 2026-05-20T23:30:37.848Z | | ^^^^ function or associated item not found in `MessageRequest` |
| 3583 | 2026-05-20T23:30:37.848Z | | |
| 3584 | 2026-05-20T23:30:37.848Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3585 | 2026-05-20T23:30:37.848Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/serialize/binary/mod.rs:44:1 |
| 3586 | 2026-05-20T23:30:37.848Z | | |
| 3587 | 2026-05-20T23:30:37.848Z | 44 | pub trait BinDecodable<'r>: Sized { |
| 3588 | 2026-05-20T23:30:37.848Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait |
| 3589 | 2026-05-20T23:30:37.848Z | | |
| 3590 | 2026-05-20T23:30:37.848Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/serialize/binary/mod.rs:45:1 |
| 3591 | 2026-05-20T23:30:37.848Z | | |
| 3592 | 2026-05-20T23:30:37.848Z | 45 | pub trait BinDecodable<'r>: Sized { |
| 3593 | 2026-05-20T23:30:37.848Z | | --------------------------------- this is the trait that was imported |
| 3594 | 2026-05-20T23:30:37.848Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3595 | 2026-05-20T23:30:37.848Z | |
| 3596 | 2026-05-20T23:30:37.857Z | error[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope |
| 3597 | 2026-05-20T23:30:37.857Z | --> dns-server/src/dns_server.rs:173:34 |
| 3598 | 2026-05-20T23:30:37.857Z | | |
| 3599 | 2026-05-20T23:30:37.857Z | 173 | let header = Header::response_from_request(mr.header()); |
| 3600 | 2026-05-20T23:30:37.857Z | | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header` |
| 3601 | 2026-05-20T23:30:37.857Z | | |
| 3602 | 2026-05-20T23:30:37.857Z | note: the function `response_from_request` is implemented on `hickory_proto::op::Metadata` |
| 3603 | 2026-05-20T23:30:37.857Z | --> dns-server/src/dns_server.rs:173:26 |
| 3604 | 2026-05-20T23:30:37.857Z | | |
| 3605 | 2026-05-20T23:30:37.857Z | 173 | let header = Header::response_from_request(mr.header()); |
| 3606 | 2026-05-20T23:30:37.858Z | | ^^^^^^ |
| 3607 | 2026-05-20T23:30:37.858Z | |
| 3608 | 2026-05-20T23:30:37.876Z | error[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope |
| 3609 | 2026-05-20T23:30:37.876Z | --> dns-server/src/dns_server.rs:273:30 |
| 3610 | 2026-05-20T23:30:37.876Z | | |
| 3611 | 2026-05-20T23:30:37.876Z | 273 | let mut header = Header::response_from_request(mr.header()); |
| 3612 | 2026-05-20T23:30:37.876Z | | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header` |
| 3613 | 2026-05-20T23:30:37.876Z | | |
| 3614 | 2026-05-20T23:30:37.877Z | note: the function `response_from_request` is implemented on `hickory_proto::op::Metadata` |
| 3615 | 2026-05-20T23:30:37.877Z | --> dns-server/src/dns_server.rs:273:22 |
| 3616 | 2026-05-20T23:30:37.877Z | | |
| 3617 | 2026-05-20T23:30:37.877Z | 273 | let mut header = Header::response_from_request(mr.header()); |
| 3618 | 2026-05-20T23:30:37.877Z | | ^^^^^^ |
| 3619 | 2026-05-20T23:30:37.877Z | |
| 3620 | 2026-05-20T23:30:37.890Z | error[E0308]: mismatched types |
| 3621 | 2026-05-20T23:30:37.890Z | --> dns-server/src/dns_server.rs:299:30 |
| 3622 | 2026-05-20T23:30:37.890Z | | |
| 3623 | 2026-05-20T23:30:37.890Z | 299 | let answer = store.query(query)?; |
| 3624 | 2026-05-20T23:30:37.890Z | | ----- ^^^^^ expected `hickory_proto::op::LowerQuery`, found `LowerQuery` |
| 3625 | 2026-05-20T23:30:37.890Z | | | |
| 3626 | 2026-05-20T23:30:37.890Z | | arguments to this method are incorrect |
| 3627 | 2026-05-20T23:30:37.890Z | | |
| 3628 | 2026-05-20T23:30:37.890Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3629 | 2026-05-20T23:30:37.890Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/lower_query.rs:22:1 |
| 3630 | 2026-05-20T23:30:37.890Z | | |
| 3631 | 2026-05-20T23:30:37.890Z | 22 | pub struct LowerQuery { |
| 3632 | 2026-05-20T23:30:37.890Z | | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3633 | 2026-05-20T23:30:37.890Z | | |
| 3634 | 2026-05-20T23:30:37.890Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/lower_query.rs:18:1 |
| 3635 | 2026-05-20T23:30:37.890Z | | |
| 3636 | 2026-05-20T23:30:37.890Z | 18 | pub struct LowerQuery { |
| 3637 | 2026-05-20T23:30:37.890Z | | --------------------- this is the found type |
| 3638 | 2026-05-20T23:30:37.890Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3639 | 2026-05-20T23:30:37.890Z | note: method defined here |
| 3640 | 2026-05-20T23:30:37.890Z | --> dns-server/src/storage.rs:762:19 |
| 3641 | 2026-05-20T23:30:37.890Z | | |
| 3642 | 2026-05-20T23:30:37.890Z | 762 | pub(crate) fn query( |
| 3643 | 2026-05-20T23:30:37.890Z | | ^^^^^ |
| 3644 | 2026-05-20T23:30:37.890Z | 763 | &self, |
| 3645 | 2026-05-20T23:30:37.890Z | 764 | query: &LowerQuery, |
| 3646 | 2026-05-20T23:30:37.890Z | | ------------------ |
| 3647 | 2026-05-20T23:30:37.890Z | |
| 3648 | 2026-05-20T23:30:37.894Z | error[E0308]: mismatched types |
| 3649 | 2026-05-20T23:30:37.894Z | --> dns-server/src/dns_server.rs:311:55 |
| 3650 | 2026-05-20T23:30:37.894Z | | |
| 3651 | 2026-05-20T23:30:37.894Z | 311 | if answer.name.is_none() && query.query_type() == RecordType::SOA { |
| 3652 | 2026-05-20T23:30:37.894Z | | ------------------ ^^^^^^^^^^^^^^^ expected `RecordType`, found `hickory_proto::rr::RecordType` |
| 3653 | 2026-05-20T23:30:37.894Z | | | |
| 3654 | 2026-05-20T23:30:37.894Z | | expected because this is `hickory_resolver::hickory_proto::rr::RecordType` |
| 3655 | 2026-05-20T23:30:37.894Z | | |
| 3656 | 2026-05-20T23:30:37.894Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3657 | 2026-05-20T23:30:37.894Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/record_type.rs:33:1 |
| 3658 | 2026-05-20T23:30:37.894Z | | |
| 3659 | 2026-05-20T23:30:37.894Z | 33 | pub enum RecordType { |
| 3660 | 2026-05-20T23:30:37.894Z | | ^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3661 | 2026-05-20T23:30:37.894Z | | |
| 3662 | 2026-05-20T23:30:37.894Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record_type.rs:33:1 |
| 3663 | 2026-05-20T23:30:37.894Z | | |
| 3664 | 2026-05-20T23:30:37.894Z | 33 | pub enum RecordType { |
| 3665 | 2026-05-20T23:30:37.894Z | | ------------------- this is the found type |
| 3666 | 2026-05-20T23:30:37.894Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3667 | 2026-05-20T23:30:37.895Z | |
| 3668 | 2026-05-20T23:30:37.907Z | error[E0599]: no method named `data` found for reference `&hickory_proto::rr::Record` in the current scope |
| 3669 | 2026-05-20T23:30:37.907Z | --> dns-server/src/dns_server.rs:327:60 |
| 3670 | 2026-05-20T23:30:37.907Z | | |
| 3671 | 2026-05-20T23:30:37.907Z | 327 | .filter(|record| match (query.query_type(), record.data()) { |
| 3672 | 2026-05-20T23:30:37.907Z | | ^^^^-- help: remove the arguments |
| 3673 | 2026-05-20T23:30:37.907Z | | | |
| 3674 | 2026-05-20T23:30:37.907Z | | field, not a method |
| 3675 | 2026-05-20T23:30:37.907Z | |
| 3676 | 2026-05-20T23:30:37.920Z | error[E0599]: no method named `data` found for struct `hickory_proto::rr::Record<R>` in the current scope |
| 3677 | 2026-05-20T23:30:37.920Z | --> dns-server/src/dns_server.rs:348:51 |
| 3678 | 2026-05-20T23:30:37.920Z | | |
| 3679 | 2026-05-20T23:30:37.920Z | 348 | let additionals_target = match record.data() { |
| 3680 | 2026-05-20T23:30:37.920Z | | ^^^^-- help: remove the arguments |
| 3681 | 2026-05-20T23:30:37.920Z | | | |
| 3682 | 2026-05-20T23:30:37.920Z | | field, not a method |
| 3683 | 2026-05-20T23:30:37.920Z | |
| 3684 | 2026-05-20T23:30:37.934Z | error[E0599]: no method named `target` found for struct `hickory_proto::rr::rdata::SRV` in the current scope |
| 3685 | 2026-05-20T23:30:37.934Z | --> dns-server/src/dns_server.rs:349:45 |
| 3686 | 2026-05-20T23:30:37.934Z | | |
| 3687 | 2026-05-20T23:30:37.934Z | 349 | RData::SRV(srv) => Some(srv.target()), |
| 3688 | 2026-05-20T23:30:37.934Z | | ^^^^^^-- help: remove the arguments |
| 3689 | 2026-05-20T23:30:37.934Z | | | |
| 3690 | 2026-05-20T23:30:37.934Z | | field, not a method |
| 3691 | 2026-05-20T23:30:37.934Z | |
| 3692 | 2026-05-20T23:30:37.938Z | error[E0271]: type mismatch resolving `<Vec<&Record> as IntoIterator>::Item == &Record` |
| 3693 | 2026-05-20T23:30:37.938Z | --> dns-server/src/dns_server.rs:416:9 |
| 3694 | 2026-05-20T23:30:37.938Z | | |
| 3695 | 2026-05-20T23:30:37.939Z | 414 | let mresp = rb.build( |
| 3696 | 2026-05-20T23:30:37.939Z | | ----- required by a bound introduced by this call |
| 3697 | 2026-05-20T23:30:37.939Z | 415 | header, |
| 3698 | 2026-05-20T23:30:37.939Z | 416 | response_records.iter().collect::<Vec<&Record>>(), |
| 3699 | 2026-05-20T23:30:37.939Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3700 | 2026-05-20T23:30:37.939Z | | |
| 3701 | 2026-05-20T23:30:37.939Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3702 | 2026-05-20T23:30:37.939Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3703 | 2026-05-20T23:30:37.939Z | | |
| 3704 | 2026-05-20T23:30:37.939Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3705 | 2026-05-20T23:30:37.939Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3706 | 2026-05-20T23:30:37.939Z | | |
| 3707 | 2026-05-20T23:30:37.939Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3708 | 2026-05-20T23:30:37.939Z | | |
| 3709 | 2026-05-20T23:30:37.939Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3710 | 2026-05-20T23:30:37.939Z | | ---------------------------------------- this is the found type |
| 3711 | 2026-05-20T23:30:37.939Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3712 | 2026-05-20T23:30:37.939Z | note: the method call chain might not have had the expected associated types |
| 3713 | 2026-05-20T23:30:37.939Z | --> dns-server/src/dns_server.rs:416:26 |
| 3714 | 2026-05-20T23:30:37.939Z | | |
| 3715 | 2026-05-20T23:30:37.939Z | 411 | response_records: &[Record], |
| 3716 | 2026-05-20T23:30:37.939Z | | ---------------- this expression has type `&[Record]` |
| 3717 | 2026-05-20T23:30:37.939Z | ... |
| 3718 | 2026-05-20T23:30:37.939Z | 416 | response_records.iter().collect::<Vec<&Record>>(), |
| 3719 | 2026-05-20T23:30:37.939Z | | ^^^^^^ ------------------------- `IntoIterator::Item` remains `&Record` here |
| 3720 | 2026-05-20T23:30:37.939Z | | | |
| 3721 | 2026-05-20T23:30:37.939Z | | `IntoIterator::Item` is `&Record` here |
| 3722 | 2026-05-20T23:30:37.939Z | note: required by a bound in `MessageResponseBuilder::<'q>::build` |
| 3723 | 2026-05-20T23:30:37.939Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:138:25 |
| 3724 | 2026-05-20T23:30:37.939Z | | |
| 3725 | 2026-05-20T23:30:37.939Z | 129 | pub fn build<'a, A, N, S, D>( |
| 3726 | 2026-05-20T23:30:37.939Z | | ----- required by a bound in this associated function |
| 3727 | 2026-05-20T23:30:37.939Z | ... |
| 3728 | 2026-05-20T23:30:37.939Z | 138 | A: IntoIterator<Item = &'a Record> + Send + 'a, |
| 3729 | 2026-05-20T23:30:37.939Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build` |
| 3730 | 2026-05-20T23:30:37.939Z | |
| 3731 | 2026-05-20T23:30:37.939Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3732 | 2026-05-20T23:30:37.939Z | --> dns-server/src/dns_server.rs:414:20 |
| 3733 | 2026-05-20T23:30:37.940Z | | |
| 3734 | 2026-05-20T23:30:37.940Z | 414 | let mresp = rb.build( |
| 3735 | 2026-05-20T23:30:37.940Z | | ^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3736 | 2026-05-20T23:30:37.940Z | | |
| 3737 | 2026-05-20T23:30:37.940Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3738 | 2026-05-20T23:30:37.940Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3739 | 2026-05-20T23:30:37.940Z | | |
| 3740 | 2026-05-20T23:30:37.940Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3741 | 2026-05-20T23:30:37.940Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3742 | 2026-05-20T23:30:37.940Z | | |
| 3743 | 2026-05-20T23:30:37.940Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3744 | 2026-05-20T23:30:37.940Z | | |
| 3745 | 2026-05-20T23:30:37.940Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3746 | 2026-05-20T23:30:37.940Z | | ---------------------------------------- this is the found type |
| 3747 | 2026-05-20T23:30:37.940Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3748 | 2026-05-20T23:30:37.940Z | note: required by a bound in `MessageResponse` |
| 3749 | 2026-05-20T23:30:37.940Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23 |
| 3750 | 2026-05-20T23:30:37.940Z | | |
| 3751 | 2026-05-20T23:30:37.941Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3752 | 2026-05-20T23:30:37.941Z | | --------------- required by a bound in this struct |
| 3753 | 2026-05-20T23:30:37.941Z | 22 | where |
| 3754 | 2026-05-20T23:30:37.941Z | 23 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3755 | 2026-05-20T23:30:37.941Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3756 | 2026-05-20T23:30:37.941Z | |
| 3757 | 2026-05-20T23:30:37.945Z | error[E0271]: type mismatch resolving `<&[Record] as IntoIterator>::Item == &Record` |
| 3758 | 2026-05-20T23:30:37.945Z | --> dns-server/src/dns_server.rs:419:9 |
| 3759 | 2026-05-20T23:30:37.945Z | | |
| 3760 | 2026-05-20T23:30:37.945Z | 414 | let mresp = rb.build( |
| 3761 | 2026-05-20T23:30:37.945Z | | ----- required by a bound introduced by this call |
| 3762 | 2026-05-20T23:30:37.945Z | ... |
| 3763 | 2026-05-20T23:30:37.945Z | 419 | additional_records, |
| 3764 | 2026-05-20T23:30:37.945Z | | ^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3765 | 2026-05-20T23:30:37.945Z | | |
| 3766 | 2026-05-20T23:30:37.945Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3767 | 2026-05-20T23:30:37.945Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3768 | 2026-05-20T23:30:37.945Z | | |
| 3769 | 2026-05-20T23:30:37.945Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3770 | 2026-05-20T23:30:37.945Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3771 | 2026-05-20T23:30:37.945Z | | |
| 3772 | 2026-05-20T23:30:37.945Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3773 | 2026-05-20T23:30:37.946Z | | |
| 3774 | 2026-05-20T23:30:37.946Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3775 | 2026-05-20T23:30:37.946Z | | ---------------------------------------- this is the found type |
| 3776 | 2026-05-20T23:30:37.946Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3777 | 2026-05-20T23:30:37.946Z | note: required by a bound in `MessageResponseBuilder::<'q>::build` |
| 3778 | 2026-05-20T23:30:37.946Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:144:25 |
| 3779 | 2026-05-20T23:30:37.946Z | | |
| 3780 | 2026-05-20T23:30:37.946Z | 129 | pub fn build<'a, A, N, S, D>( |
| 3781 | 2026-05-20T23:30:37.946Z | | ----- required by a bound in this associated function |
| 3782 | 2026-05-20T23:30:37.946Z | ... |
| 3783 | 2026-05-20T23:30:37.946Z | 144 | D: IntoIterator<Item = &'a Record> + Send + 'a, |
| 3784 | 2026-05-20T23:30:37.946Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build` |
| 3785 | 2026-05-20T23:30:37.946Z | |
| 3786 | 2026-05-20T23:30:37.946Z | error[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3787 | 2026-05-20T23:30:37.946Z | --> dns-server/src/dns_server.rs:414:20 |
| 3788 | 2026-05-20T23:30:37.946Z | | |
| 3789 | 2026-05-20T23:30:37.946Z | 414 | let mresp = rb.build( |
| 3790 | 2026-05-20T23:30:37.946Z | | ^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3791 | 2026-05-20T23:30:37.946Z | | |
| 3792 | 2026-05-20T23:30:37.946Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3793 | 2026-05-20T23:30:37.946Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3794 | 2026-05-20T23:30:37.947Z | | |
| 3795 | 2026-05-20T23:30:37.947Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3796 | 2026-05-20T23:30:37.947Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3797 | 2026-05-20T23:30:37.947Z | | |
| 3798 | 2026-05-20T23:30:37.947Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3799 | 2026-05-20T23:30:37.947Z | | |
| 3800 | 2026-05-20T23:30:37.947Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3801 | 2026-05-20T23:30:37.947Z | | ---------------------------------------- this is the found type |
| 3802 | 2026-05-20T23:30:37.947Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3803 | 2026-05-20T23:30:37.947Z | note: required by a bound in `MessageResponse` |
| 3804 | 2026-05-20T23:30:37.947Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27 |
| 3805 | 2026-05-20T23:30:37.947Z | | |
| 3806 | 2026-05-20T23:30:37.947Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3807 | 2026-05-20T23:30:37.947Z | | --------------- required by a bound in this struct |
| 3808 | 2026-05-20T23:30:37.947Z | ... |
| 3809 | 2026-05-20T23:30:37.947Z | 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 3810 | 2026-05-20T23:30:37.947Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3811 | 2026-05-20T23:30:37.947Z | |
| 3812 | 2026-05-20T23:30:37.947Z | error[E0308]: mismatched types |
| 3813 | 2026-05-20T23:30:37.947Z | --> dns-server/src/dns_server.rs:415:9 |
| 3814 | 2026-05-20T23:30:37.947Z | | |
| 3815 | 2026-05-20T23:30:37.947Z | 414 | let mresp = rb.build( |
| 3816 | 2026-05-20T23:30:37.947Z | | ----- arguments to this method are incorrect |
| 3817 | 2026-05-20T23:30:37.947Z | 415 | header, |
| 3818 | 2026-05-20T23:30:37.947Z | | ^^^^^^ expected `Header`, found `hickory_proto::op::Header` |
| 3819 | 2026-05-20T23:30:37.947Z | | |
| 3820 | 2026-05-20T23:30:37.947Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3821 | 2026-05-20T23:30:37.947Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1 |
| 3822 | 2026-05-20T23:30:37.947Z | | |
| 3823 | 2026-05-20T23:30:37.947Z | 57 | pub struct Header { |
| 3824 | 2026-05-20T23:30:37.947Z | | ^^^^^^^^^^^^^^^^^ this is the expected type |
| 3825 | 2026-05-20T23:30:37.947Z | | |
| 3826 | 2026-05-20T23:30:37.947Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1 |
| 3827 | 2026-05-20T23:30:37.947Z | | |
| 3828 | 2026-05-20T23:30:37.947Z | 57 | pub struct Header { |
| 3829 | 2026-05-20T23:30:37.947Z | | ----------------- this is the found type |
| 3830 | 2026-05-20T23:30:37.947Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3831 | 2026-05-20T23:30:37.947Z | note: method defined here |
| 3832 | 2026-05-20T23:30:37.947Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:129:12 |
| 3833 | 2026-05-20T23:30:37.948Z | | |
| 3834 | 2026-05-20T23:30:37.948Z | 129 | pub fn build<'a, A, N, S, D>( |
| 3835 | 2026-05-20T23:30:37.948Z | | ^^^^^ |
| 3836 | 2026-05-20T23:30:37.948Z | |
| 3837 | 2026-05-20T23:30:37.948Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3838 | 2026-05-20T23:30:37.948Z | --> dns-server/src/dns_server.rs:422:31 |
| 3839 | 2026-05-20T23:30:37.948Z | | |
| 3840 | 2026-05-20T23:30:37.948Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 3841 | 2026-05-20T23:30:37.948Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3842 | 2026-05-20T23:30:37.948Z | | | |
| 3843 | 2026-05-20T23:30:37.948Z | | required by a bound introduced by this call |
| 3844 | 2026-05-20T23:30:37.948Z | | |
| 3845 | 2026-05-20T23:30:37.948Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3846 | 2026-05-20T23:30:37.948Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3847 | 2026-05-20T23:30:37.948Z | | |
| 3848 | 2026-05-20T23:30:37.948Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3849 | 2026-05-20T23:30:37.948Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3850 | 2026-05-20T23:30:37.948Z | | |
| 3851 | 2026-05-20T23:30:37.948Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3852 | 2026-05-20T23:30:37.948Z | | |
| 3853 | 2026-05-20T23:30:37.948Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3854 | 2026-05-20T23:30:37.948Z | | ---------------------------------------- this is the found type |
| 3855 | 2026-05-20T23:30:37.948Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3856 | 2026-05-20T23:30:37.948Z | note: required by a bound in `encode_and_send` |
| 3857 | 2026-05-20T23:30:37.952Z | --> dns-server/src/dns_server.rs:492:27 |
| 3858 | 2026-05-20T23:30:37.952Z | | |
| 3859 | 2026-05-20T23:30:37.954Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3860 | 2026-05-20T23:30:37.955Z | | --------------- required by a bound in this function |
| 3861 | 2026-05-20T23:30:37.955Z | ... |
| 3862 | 2026-05-20T23:30:37.955Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3863 | 2026-05-20T23:30:37.955Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3864 | 2026-05-20T23:30:37.955Z | |
| 3865 | 2026-05-20T23:30:37.955Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3866 | 2026-05-20T23:30:37.955Z | --> dns-server/src/dns_server.rs:422:31 |
| 3867 | 2026-05-20T23:30:37.955Z | | |
| 3868 | 2026-05-20T23:30:37.955Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 3869 | 2026-05-20T23:30:37.955Z | | ^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3870 | 2026-05-20T23:30:37.955Z | | |
| 3871 | 2026-05-20T23:30:37.955Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3872 | 2026-05-20T23:30:37.955Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3873 | 2026-05-20T23:30:37.955Z | | |
| 3874 | 2026-05-20T23:30:37.955Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3875 | 2026-05-20T23:30:37.955Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3876 | 2026-05-20T23:30:37.955Z | | |
| 3877 | 2026-05-20T23:30:37.955Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3878 | 2026-05-20T23:30:37.955Z | | |
| 3879 | 2026-05-20T23:30:37.955Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3880 | 2026-05-20T23:30:37.955Z | | ---------------------------------------- this is the found type |
| 3881 | 2026-05-20T23:30:37.955Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3882 | 2026-05-20T23:30:37.955Z | note: required by a bound in `MessageResponse` |
| 3883 | 2026-05-20T23:30:37.955Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23 |
| 3884 | 2026-05-20T23:30:37.955Z | | |
| 3885 | 2026-05-20T23:30:37.955Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3886 | 2026-05-20T23:30:37.956Z | | --------------- required by a bound in this struct |
| 3887 | 2026-05-20T23:30:37.956Z | 22 | where |
| 3888 | 2026-05-20T23:30:37.956Z | 23 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3889 | 2026-05-20T23:30:37.956Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3890 | 2026-05-20T23:30:37.956Z | |
| 3891 | 2026-05-20T23:30:37.956Z | error[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3892 | 2026-05-20T23:30:37.956Z | --> dns-server/src/dns_server.rs:422:31 |
| 3893 | 2026-05-20T23:30:37.956Z | | |
| 3894 | 2026-05-20T23:30:37.956Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 3895 | 2026-05-20T23:30:37.956Z | | ^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3896 | 2026-05-20T23:30:37.956Z | | |
| 3897 | 2026-05-20T23:30:37.956Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3898 | 2026-05-20T23:30:37.956Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3899 | 2026-05-20T23:30:37.956Z | | |
| 3900 | 2026-05-20T23:30:37.956Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3901 | 2026-05-20T23:30:37.956Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3902 | 2026-05-20T23:30:37.956Z | | |
| 3903 | 2026-05-20T23:30:37.956Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3904 | 2026-05-20T23:30:37.956Z | | |
| 3905 | 2026-05-20T23:30:37.956Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3906 | 2026-05-20T23:30:37.956Z | | ---------------------------------------- this is the found type |
| 3907 | 2026-05-20T23:30:37.956Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3908 | 2026-05-20T23:30:37.956Z | note: required by a bound in `MessageResponse` |
| 3909 | 2026-05-20T23:30:37.956Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27 |
| 3910 | 2026-05-20T23:30:37.956Z | | |
| 3911 | 2026-05-20T23:30:37.956Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3912 | 2026-05-20T23:30:37.956Z | | --------------- required by a bound in this struct |
| 3913 | 2026-05-20T23:30:37.956Z | ... |
| 3914 | 2026-05-20T23:30:37.956Z | 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 3915 | 2026-05-20T23:30:37.956Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3916 | 2026-05-20T23:30:37.956Z | |
| 3917 | 2026-05-20T23:30:37.956Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3918 | 2026-05-20T23:30:37.956Z | --> dns-server/src/dns_server.rs:422:5 |
| 3919 | 2026-05-20T23:30:37.956Z | | |
| 3920 | 2026-05-20T23:30:37.956Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 3921 | 2026-05-20T23:30:37.956Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3922 | 2026-05-20T23:30:37.956Z | | |
| 3923 | 2026-05-20T23:30:37.956Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3924 | 2026-05-20T23:30:37.956Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3925 | 2026-05-20T23:30:37.956Z | | |
| 3926 | 2026-05-20T23:30:37.957Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3927 | 2026-05-20T23:30:37.957Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3928 | 2026-05-20T23:30:37.957Z | | |
| 3929 | 2026-05-20T23:30:37.957Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3930 | 2026-05-20T23:30:37.957Z | | |
| 3931 | 2026-05-20T23:30:37.957Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3932 | 2026-05-20T23:30:37.957Z | | ---------------------------------------- this is the found type |
| 3933 | 2026-05-20T23:30:37.957Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3934 | 2026-05-20T23:30:37.957Z | note: required by a bound in `encode_and_send` |
| 3935 | 2026-05-20T23:30:37.957Z | --> dns-server/src/dns_server.rs:492:27 |
| 3936 | 2026-05-20T23:30:37.957Z | | |
| 3937 | 2026-05-20T23:30:37.957Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3938 | 2026-05-20T23:30:37.957Z | | --------------- required by a bound in this function |
| 3939 | 2026-05-20T23:30:37.957Z | ... |
| 3940 | 2026-05-20T23:30:37.957Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3941 | 2026-05-20T23:30:37.957Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3942 | 2026-05-20T23:30:37.957Z | |
| 3943 | 2026-05-20T23:30:37.957Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3944 | 2026-05-20T23:30:37.957Z | --> dns-server/src/dns_server.rs:422:49 |
| 3945 | 2026-05-20T23:30:37.957Z | | |
| 3946 | 2026-05-20T23:30:37.957Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 3947 | 2026-05-20T23:30:37.957Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3948 | 2026-05-20T23:30:37.957Z | | |
| 3949 | 2026-05-20T23:30:37.957Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3950 | 2026-05-20T23:30:37.957Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3951 | 2026-05-20T23:30:37.957Z | | |
| 3952 | 2026-05-20T23:30:37.957Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3953 | 2026-05-20T23:30:37.957Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3954 | 2026-05-20T23:30:37.957Z | | |
| 3955 | 2026-05-20T23:30:37.957Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3956 | 2026-05-20T23:30:37.957Z | | |
| 3957 | 2026-05-20T23:30:37.962Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3958 | 2026-05-20T23:30:37.963Z | | ---------------------------------------- this is the found type |
| 3959 | 2026-05-20T23:30:37.963Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3960 | 2026-05-20T23:30:37.963Z | note: required by a bound in `encode_and_send` |
| 3961 | 2026-05-20T23:30:37.963Z | --> dns-server/src/dns_server.rs:492:27 |
| 3962 | 2026-05-20T23:30:37.963Z | | |
| 3963 | 2026-05-20T23:30:37.963Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3964 | 2026-05-20T23:30:37.963Z | | --------------- required by a bound in this function |
| 3965 | 2026-05-20T23:30:37.963Z | ... |
| 3966 | 2026-05-20T23:30:37.963Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3967 | 2026-05-20T23:30:37.964Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3968 | 2026-05-20T23:30:37.964Z | |
| 3969 | 2026-05-20T23:30:37.964Z | error[E0308]: arguments to this method are incorrect |
| 3970 | 2026-05-20T23:30:37.964Z | --> dns-server/src/dns_server.rs:438:33 |
| 3971 | 2026-05-20T23:30:37.964Z | | |
| 3972 | 2026-05-20T23:30:37.964Z | 438 | let mut mresp = rb_nxdomain.error_msg(&header, ResponseCode::NXDomain); |
| 3973 | 2026-05-20T23:30:37.964Z | | ^^^^^^^^^ ------- ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode` |
| 3974 | 2026-05-20T23:30:37.964Z | | | |
| 3975 | 2026-05-20T23:30:37.964Z | | expected `&Header`, found `&&Header` |
| 3976 | 2026-05-20T23:30:37.964Z | | |
| 3977 | 2026-05-20T23:30:37.964Z | = note: expected reference `&hickory_resolver::hickory_proto::op::Header` |
| 3978 | 2026-05-20T23:30:37.964Z | found reference `&&hickory_proto::op::Header` |
| 3979 | 2026-05-20T23:30:37.964Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3980 | 2026-05-20T23:30:37.964Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1 |
| 3981 | 2026-05-20T23:30:37.964Z | | |
| 3982 | 2026-05-20T23:30:37.964Z | 67 | pub enum ResponseCode { |
| 3983 | 2026-05-20T23:30:37.964Z | | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3984 | 2026-05-20T23:30:37.964Z | | |
| 3985 | 2026-05-20T23:30:37.964Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1 |
| 3986 | 2026-05-20T23:30:37.964Z | | |
| 3987 | 2026-05-20T23:30:37.964Z | 67 | pub enum ResponseCode { |
| 3988 | 2026-05-20T23:30:37.964Z | | --------------------- this is the found type |
| 3989 | 2026-05-20T23:30:37.964Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3990 | 2026-05-20T23:30:37.964Z | note: method defined here |
| 3991 | 2026-05-20T23:30:37.964Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12 |
| 3992 | 2026-05-20T23:30:37.964Z | | |
| 3993 | 2026-05-20T23:30:37.964Z | 190 | pub fn error_msg<'a>( |
| 3994 | 2026-05-20T23:30:37.964Z | | ^^^^^^^^^ |
| 3995 | 2026-05-20T23:30:37.964Z | |
| 3996 | 2026-05-20T23:30:37.964Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3997 | 2026-05-20T23:30:37.964Z | --> dns-server/src/dns_server.rs:457:50 |
| 3998 | 2026-05-20T23:30:37.964Z | | |
| 3999 | 2026-05-20T23:30:37.964Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4000 | 2026-05-20T23:30:37.964Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4001 | 2026-05-20T23:30:37.964Z | | | |
| 4002 | 2026-05-20T23:30:37.964Z | | required by a bound introduced by this call |
| 4003 | 2026-05-20T23:30:37.964Z | | |
| 4004 | 2026-05-20T23:30:37.964Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4005 | 2026-05-20T23:30:37.965Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4006 | 2026-05-20T23:30:37.965Z | | |
| 4007 | 2026-05-20T23:30:37.965Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4008 | 2026-05-20T23:30:37.965Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4009 | 2026-05-20T23:30:37.965Z | | |
| 4010 | 2026-05-20T23:30:37.965Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4011 | 2026-05-20T23:30:37.965Z | | |
| 4012 | 2026-05-20T23:30:37.965Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4013 | 2026-05-20T23:30:37.965Z | | ---------------------------------------- this is the found type |
| 4014 | 2026-05-20T23:30:37.965Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4015 | 2026-05-20T23:30:37.965Z | note: required by a bound in `encode_and_send` |
| 4016 | 2026-05-20T23:30:37.965Z | --> dns-server/src/dns_server.rs:491:23 |
| 4017 | 2026-05-20T23:30:37.965Z | | |
| 4018 | 2026-05-20T23:30:37.965Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4019 | 2026-05-20T23:30:37.965Z | | --------------- required by a bound in this function |
| 4020 | 2026-05-20T23:30:37.965Z | ... |
| 4021 | 2026-05-20T23:30:37.965Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 4022 | 2026-05-20T23:30:37.965Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4023 | 2026-05-20T23:30:37.965Z | |
| 4024 | 2026-05-20T23:30:37.965Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4025 | 2026-05-20T23:30:37.965Z | --> dns-server/src/dns_server.rs:457:50 |
| 4026 | 2026-05-20T23:30:37.965Z | | |
| 4027 | 2026-05-20T23:30:37.965Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4028 | 2026-05-20T23:30:37.965Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4029 | 2026-05-20T23:30:37.965Z | | | |
| 4030 | 2026-05-20T23:30:37.965Z | | required by a bound introduced by this call |
| 4031 | 2026-05-20T23:30:37.965Z | | |
| 4032 | 2026-05-20T23:30:37.965Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4033 | 2026-05-20T23:30:37.965Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4034 | 2026-05-20T23:30:37.965Z | | |
| 4035 | 2026-05-20T23:30:37.965Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4036 | 2026-05-20T23:30:37.965Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4037 | 2026-05-20T23:30:37.965Z | | |
| 4038 | 2026-05-20T23:30:37.965Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4039 | 2026-05-20T23:30:37.965Z | | |
| 4040 | 2026-05-20T23:30:37.965Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4041 | 2026-05-20T23:30:37.965Z | | ---------------------------------------- this is the found type |
| 4042 | 2026-05-20T23:30:37.965Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4043 | 2026-05-20T23:30:37.965Z | note: required by a bound in `encode_and_send` |
| 4044 | 2026-05-20T23:30:37.966Z | --> dns-server/src/dns_server.rs:492:27 |
| 4045 | 2026-05-20T23:30:37.966Z | | |
| 4046 | 2026-05-20T23:30:37.966Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4047 | 2026-05-20T23:30:37.966Z | | --------------- required by a bound in this function |
| 4048 | 2026-05-20T23:30:37.966Z | ... |
| 4049 | 2026-05-20T23:30:37.966Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 4050 | 2026-05-20T23:30:37.966Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4051 | 2026-05-20T23:30:37.966Z | |
| 4052 | 2026-05-20T23:30:37.966Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4053 | 2026-05-20T23:30:37.966Z | --> dns-server/src/dns_server.rs:457:50 |
| 4054 | 2026-05-20T23:30:37.966Z | | |
| 4055 | 2026-05-20T23:30:37.966Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4056 | 2026-05-20T23:30:37.966Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4057 | 2026-05-20T23:30:37.970Z | | | |
| 4058 | 2026-05-20T23:30:37.970Z | | required by a bound introduced by this call |
| 4059 | 2026-05-20T23:30:37.970Z | | |
| 4060 | 2026-05-20T23:30:37.970Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4061 | 2026-05-20T23:30:37.970Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4062 | 2026-05-20T23:30:37.970Z | | |
| 4063 | 2026-05-20T23:30:37.970Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4064 | 2026-05-20T23:30:37.970Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4065 | 2026-05-20T23:30:37.970Z | | |
| 4066 | 2026-05-20T23:30:37.970Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4067 | 2026-05-20T23:30:37.970Z | | |
| 4068 | 2026-05-20T23:30:37.970Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4069 | 2026-05-20T23:30:37.970Z | | ---------------------------------------- this is the found type |
| 4070 | 2026-05-20T23:30:37.970Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4071 | 2026-05-20T23:30:37.970Z | note: required by a bound in `encode_and_send` |
| 4072 | 2026-05-20T23:30:37.970Z | --> dns-server/src/dns_server.rs:493:19 |
| 4073 | 2026-05-20T23:30:37.971Z | | |
| 4074 | 2026-05-20T23:30:37.971Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4075 | 2026-05-20T23:30:37.971Z | | --------------- required by a bound in this function |
| 4076 | 2026-05-20T23:30:37.971Z | ... |
| 4077 | 2026-05-20T23:30:37.971Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 4078 | 2026-05-20T23:30:37.971Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4079 | 2026-05-20T23:30:37.971Z | |
| 4080 | 2026-05-20T23:30:37.971Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4081 | 2026-05-20T23:30:37.971Z | --> dns-server/src/dns_server.rs:457:50 |
| 4082 | 2026-05-20T23:30:37.971Z | | |
| 4083 | 2026-05-20T23:30:37.971Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4084 | 2026-05-20T23:30:37.971Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4085 | 2026-05-20T23:30:37.971Z | | | |
| 4086 | 2026-05-20T23:30:37.971Z | | required by a bound introduced by this call |
| 4087 | 2026-05-20T23:30:37.971Z | | |
| 4088 | 2026-05-20T23:30:37.971Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4089 | 2026-05-20T23:30:37.971Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4090 | 2026-05-20T23:30:37.971Z | | |
| 4091 | 2026-05-20T23:30:37.971Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4092 | 2026-05-20T23:30:37.971Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4093 | 2026-05-20T23:30:37.971Z | | |
| 4094 | 2026-05-20T23:30:37.971Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4095 | 2026-05-20T23:30:37.971Z | | |
| 4096 | 2026-05-20T23:30:37.971Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4097 | 2026-05-20T23:30:37.971Z | | ---------------------------------------- this is the found type |
| 4098 | 2026-05-20T23:30:37.971Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4099 | 2026-05-20T23:30:37.971Z | note: required by a bound in `encode_and_send` |
| 4100 | 2026-05-20T23:30:37.971Z | --> dns-server/src/dns_server.rs:494:27 |
| 4101 | 2026-05-20T23:30:37.971Z | | |
| 4102 | 2026-05-20T23:30:37.971Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4103 | 2026-05-20T23:30:37.971Z | | --------------- required by a bound in this function |
| 4104 | 2026-05-20T23:30:37.971Z | ... |
| 4105 | 2026-05-20T23:30:37.971Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 4106 | 2026-05-20T23:30:37.971Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4107 | 2026-05-20T23:30:37.971Z | |
| 4108 | 2026-05-20T23:30:37.971Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4109 | 2026-05-20T23:30:37.971Z | --> dns-server/src/dns_server.rs:457:25 |
| 4110 | 2026-05-20T23:30:37.971Z | | |
| 4111 | 2026-05-20T23:30:37.972Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4112 | 2026-05-20T23:30:37.972Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4113 | 2026-05-20T23:30:37.972Z | | |
| 4114 | 2026-05-20T23:30:37.972Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4115 | 2026-05-20T23:30:37.972Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4116 | 2026-05-20T23:30:37.972Z | | |
| 4117 | 2026-05-20T23:30:37.972Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4118 | 2026-05-20T23:30:37.972Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4119 | 2026-05-20T23:30:37.972Z | | |
| 4120 | 2026-05-20T23:30:37.972Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4121 | 2026-05-20T23:30:37.972Z | | |
| 4122 | 2026-05-20T23:30:37.972Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4123 | 2026-05-20T23:30:37.972Z | | ---------------------------------------- this is the found type |
| 4124 | 2026-05-20T23:30:37.972Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4125 | 2026-05-20T23:30:37.972Z | note: required by a bound in `encode_and_send` |
| 4126 | 2026-05-20T23:30:37.972Z | --> dns-server/src/dns_server.rs:491:23 |
| 4127 | 2026-05-20T23:30:37.972Z | | |
| 4128 | 2026-05-20T23:30:37.972Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4129 | 2026-05-20T23:30:37.972Z | | --------------- required by a bound in this function |
| 4130 | 2026-05-20T23:30:37.972Z | ... |
| 4131 | 2026-05-20T23:30:37.972Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 4132 | 2026-05-20T23:30:37.972Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4133 | 2026-05-20T23:30:37.972Z | |
| 4134 | 2026-05-20T23:30:37.972Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4135 | 2026-05-20T23:30:37.972Z | --> dns-server/src/dns_server.rs:457:25 |
| 4136 | 2026-05-20T23:30:37.972Z | | |
| 4137 | 2026-05-20T23:30:37.972Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4138 | 2026-05-20T23:30:37.973Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4139 | 2026-05-20T23:30:37.973Z | | |
| 4140 | 2026-05-20T23:30:37.973Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4141 | 2026-05-20T23:30:37.973Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4142 | 2026-05-20T23:30:37.973Z | | |
| 4143 | 2026-05-20T23:30:37.973Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4144 | 2026-05-20T23:30:37.973Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4145 | 2026-05-20T23:30:37.973Z | | |
| 4146 | 2026-05-20T23:30:37.973Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4147 | 2026-05-20T23:30:37.973Z | | |
| 4148 | 2026-05-20T23:30:37.973Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4149 | 2026-05-20T23:30:37.973Z | | ---------------------------------------- this is the found type |
| 4150 | 2026-05-20T23:30:37.973Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4151 | 2026-05-20T23:30:37.973Z | note: required by a bound in `encode_and_send` |
| 4152 | 2026-05-20T23:30:37.973Z | --> dns-server/src/dns_server.rs:492:27 |
| 4153 | 2026-05-20T23:30:37.973Z | | |
| 4154 | 2026-05-20T23:30:37.973Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4155 | 2026-05-20T23:30:37.973Z | | --------------- required by a bound in this function |
| 4156 | 2026-05-20T23:30:37.973Z | ... |
| 4157 | 2026-05-20T23:30:37.977Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 4158 | 2026-05-20T23:30:37.977Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4159 | 2026-05-20T23:30:37.978Z | |
| 4160 | 2026-05-20T23:30:37.978Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4161 | 2026-05-20T23:30:37.978Z | --> dns-server/src/dns_server.rs:457:25 |
| 4162 | 2026-05-20T23:30:37.978Z | | |
| 4163 | 2026-05-20T23:30:37.978Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4164 | 2026-05-20T23:30:37.978Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4165 | 2026-05-20T23:30:37.978Z | | |
| 4166 | 2026-05-20T23:30:37.978Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4167 | 2026-05-20T23:30:37.978Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4168 | 2026-05-20T23:30:37.978Z | | |
| 4169 | 2026-05-20T23:30:37.978Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4170 | 2026-05-20T23:30:37.978Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4171 | 2026-05-20T23:30:37.978Z | | |
| 4172 | 2026-05-20T23:30:37.978Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4173 | 2026-05-20T23:30:37.978Z | | |
| 4174 | 2026-05-20T23:30:37.978Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4175 | 2026-05-20T23:30:37.978Z | | ---------------------------------------- this is the found type |
| 4176 | 2026-05-20T23:30:37.978Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4177 | 2026-05-20T23:30:37.978Z | note: required by a bound in `encode_and_send` |
| 4178 | 2026-05-20T23:30:37.978Z | --> dns-server/src/dns_server.rs:493:19 |
| 4179 | 2026-05-20T23:30:37.978Z | | |
| 4180 | 2026-05-20T23:30:37.978Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4181 | 2026-05-20T23:30:37.978Z | | --------------- required by a bound in this function |
| 4182 | 2026-05-20T23:30:37.978Z | ... |
| 4183 | 2026-05-20T23:30:37.978Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 4184 | 2026-05-20T23:30:37.978Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4185 | 2026-05-20T23:30:37.978Z | |
| 4186 | 2026-05-20T23:30:37.978Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4187 | 2026-05-20T23:30:37.978Z | --> dns-server/src/dns_server.rs:457:25 |
| 4188 | 2026-05-20T23:30:37.978Z | | |
| 4189 | 2026-05-20T23:30:37.978Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4190 | 2026-05-20T23:30:37.978Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4191 | 2026-05-20T23:30:37.978Z | | |
| 4192 | 2026-05-20T23:30:37.978Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4193 | 2026-05-20T23:30:37.978Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4194 | 2026-05-20T23:30:37.978Z | | |
| 4195 | 2026-05-20T23:30:37.978Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4196 | 2026-05-20T23:30:37.978Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4197 | 2026-05-20T23:30:37.978Z | | |
| 4198 | 2026-05-20T23:30:37.979Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4199 | 2026-05-20T23:30:37.979Z | | |
| 4200 | 2026-05-20T23:30:37.979Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4201 | 2026-05-20T23:30:37.979Z | | ---------------------------------------- this is the found type |
| 4202 | 2026-05-20T23:30:37.979Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4203 | 2026-05-20T23:30:37.979Z | note: required by a bound in `encode_and_send` |
| 4204 | 2026-05-20T23:30:37.979Z | --> dns-server/src/dns_server.rs:494:27 |
| 4205 | 2026-05-20T23:30:37.979Z | | |
| 4206 | 2026-05-20T23:30:37.979Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4207 | 2026-05-20T23:30:37.979Z | | --------------- required by a bound in this function |
| 4208 | 2026-05-20T23:30:37.979Z | ... |
| 4209 | 2026-05-20T23:30:37.979Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 4210 | 2026-05-20T23:30:37.979Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4211 | 2026-05-20T23:30:37.979Z | |
| 4212 | 2026-05-20T23:30:37.979Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4213 | 2026-05-20T23:30:37.979Z | --> dns-server/src/dns_server.rs:457:69 |
| 4214 | 2026-05-20T23:30:37.979Z | | |
| 4215 | 2026-05-20T23:30:37.979Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4216 | 2026-05-20T23:30:37.979Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4217 | 2026-05-20T23:30:37.979Z | | |
| 4218 | 2026-05-20T23:30:37.979Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4219 | 2026-05-20T23:30:37.979Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4220 | 2026-05-20T23:30:37.979Z | | |
| 4221 | 2026-05-20T23:30:37.979Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4222 | 2026-05-20T23:30:37.979Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4223 | 2026-05-20T23:30:37.980Z | | |
| 4224 | 2026-05-20T23:30:37.980Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4225 | 2026-05-20T23:30:37.980Z | | |
| 4226 | 2026-05-20T23:30:37.980Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4227 | 2026-05-20T23:30:37.980Z | | ---------------------------------------- this is the found type |
| 4228 | 2026-05-20T23:30:37.980Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4229 | 2026-05-20T23:30:37.980Z | note: required by a bound in `encode_and_send` |
| 4230 | 2026-05-20T23:30:37.980Z | --> dns-server/src/dns_server.rs:491:23 |
| 4231 | 2026-05-20T23:30:37.980Z | | |
| 4232 | 2026-05-20T23:30:37.980Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4233 | 2026-05-20T23:30:37.980Z | | --------------- required by a bound in this function |
| 4234 | 2026-05-20T23:30:37.980Z | ... |
| 4235 | 2026-05-20T23:30:37.980Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 4236 | 2026-05-20T23:30:37.980Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4237 | 2026-05-20T23:30:37.980Z | |
| 4238 | 2026-05-20T23:30:37.980Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4239 | 2026-05-20T23:30:37.980Z | --> dns-server/src/dns_server.rs:457:69 |
| 4240 | 2026-05-20T23:30:37.980Z | | |
| 4241 | 2026-05-20T23:30:37.980Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4242 | 2026-05-20T23:30:37.980Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4243 | 2026-05-20T23:30:37.980Z | | |
| 4244 | 2026-05-20T23:30:37.980Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4245 | 2026-05-20T23:30:37.980Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4246 | 2026-05-20T23:30:37.980Z | | |
| 4247 | 2026-05-20T23:30:37.980Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4248 | 2026-05-20T23:30:37.980Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4249 | 2026-05-20T23:30:37.980Z | | |
| 4250 | 2026-05-20T23:30:37.980Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4251 | 2026-05-20T23:30:37.980Z | | |
| 4252 | 2026-05-20T23:30:37.980Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4253 | 2026-05-20T23:30:37.980Z | | ---------------------------------------- this is the found type |
| 4254 | 2026-05-20T23:30:37.980Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4255 | 2026-05-20T23:30:37.981Z | note: required by a bound in `encode_and_send` |
| 4256 | 2026-05-20T23:30:37.981Z | --> dns-server/src/dns_server.rs:492:27 |
| 4257 | 2026-05-20T23:30:37.986Z | | |
| 4258 | 2026-05-20T23:30:37.986Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4259 | 2026-05-20T23:30:37.986Z | | --------------- required by a bound in this function |
| 4260 | 2026-05-20T23:30:37.986Z | ... |
| 4261 | 2026-05-20T23:30:37.986Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 4262 | 2026-05-20T23:30:37.986Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4263 | 2026-05-20T23:30:37.986Z | |
| 4264 | 2026-05-20T23:30:37.986Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4265 | 2026-05-20T23:30:37.986Z | --> dns-server/src/dns_server.rs:457:69 |
| 4266 | 2026-05-20T23:30:37.986Z | | |
| 4267 | 2026-05-20T23:30:37.986Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4268 | 2026-05-20T23:30:37.986Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4269 | 2026-05-20T23:30:37.986Z | | |
| 4270 | 2026-05-20T23:30:37.986Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4271 | 2026-05-20T23:30:37.986Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4272 | 2026-05-20T23:30:37.986Z | | |
| 4273 | 2026-05-20T23:30:37.986Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4274 | 2026-05-20T23:30:37.986Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4275 | 2026-05-20T23:30:37.986Z | | |
| 4276 | 2026-05-20T23:30:37.987Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4277 | 2026-05-20T23:30:37.987Z | | |
| 4278 | 2026-05-20T23:30:37.987Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4279 | 2026-05-20T23:30:37.987Z | | ---------------------------------------- this is the found type |
| 4280 | 2026-05-20T23:30:37.987Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4281 | 2026-05-20T23:30:37.987Z | note: required by a bound in `encode_and_send` |
| 4282 | 2026-05-20T23:30:37.987Z | --> dns-server/src/dns_server.rs:493:19 |
| 4283 | 2026-05-20T23:30:37.987Z | | |
| 4284 | 2026-05-20T23:30:37.987Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4285 | 2026-05-20T23:30:37.987Z | | --------------- required by a bound in this function |
| 4286 | 2026-05-20T23:30:37.987Z | ... |
| 4287 | 2026-05-20T23:30:37.987Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 4288 | 2026-05-20T23:30:37.987Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4289 | 2026-05-20T23:30:37.987Z | |
| 4290 | 2026-05-20T23:30:37.987Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4291 | 2026-05-20T23:30:37.987Z | --> dns-server/src/dns_server.rs:457:69 |
| 4292 | 2026-05-20T23:30:37.987Z | | |
| 4293 | 2026-05-20T23:30:37.987Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4294 | 2026-05-20T23:30:37.987Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4295 | 2026-05-20T23:30:37.987Z | | |
| 4296 | 2026-05-20T23:30:37.987Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4297 | 2026-05-20T23:30:37.987Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4298 | 2026-05-20T23:30:37.987Z | | |
| 4299 | 2026-05-20T23:30:37.987Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4300 | 2026-05-20T23:30:37.987Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4301 | 2026-05-20T23:30:37.987Z | | |
| 4302 | 2026-05-20T23:30:37.987Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4303 | 2026-05-20T23:30:37.987Z | | |
| 4304 | 2026-05-20T23:30:37.987Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4305 | 2026-05-20T23:30:37.987Z | | ---------------------------------------- this is the found type |
| 4306 | 2026-05-20T23:30:37.987Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4307 | 2026-05-20T23:30:37.987Z | note: required by a bound in `encode_and_send` |
| 4308 | 2026-05-20T23:30:37.987Z | --> dns-server/src/dns_server.rs:494:27 |
| 4309 | 2026-05-20T23:30:37.987Z | | |
| 4310 | 2026-05-20T23:30:37.987Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4311 | 2026-05-20T23:30:37.987Z | | --------------- required by a bound in this function |
| 4312 | 2026-05-20T23:30:37.987Z | ... |
| 4313 | 2026-05-20T23:30:37.987Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 4314 | 2026-05-20T23:30:37.988Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4315 | 2026-05-20T23:30:37.988Z | |
| 4316 | 2026-05-20T23:30:37.988Z | error[E0308]: arguments to this method are incorrect |
| 4317 | 2026-05-20T23:30:37.988Z | --> dns-server/src/dns_server.rs:477:20 |
| 4318 | 2026-05-20T23:30:37.988Z | | |
| 4319 | 2026-05-20T23:30:37.988Z | 477 | let mresp = rb.error_msg(header, ResponseCode::ServFail); |
| 4320 | 2026-05-20T23:30:37.988Z | | ^^^^^^^^^ ------ ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode` |
| 4321 | 2026-05-20T23:30:37.988Z | | | |
| 4322 | 2026-05-20T23:30:37.988Z | | expected `Header`, found `hickory_proto::op::Header` |
| 4323 | 2026-05-20T23:30:37.988Z | | |
| 4324 | 2026-05-20T23:30:37.988Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4325 | 2026-05-20T23:30:37.988Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1 |
| 4326 | 2026-05-20T23:30:37.988Z | | |
| 4327 | 2026-05-20T23:30:37.988Z | 57 | pub struct Header { |
| 4328 | 2026-05-20T23:30:37.988Z | | ^^^^^^^^^^^^^^^^^ this is the expected type |
| 4329 | 2026-05-20T23:30:37.988Z | | |
| 4330 | 2026-05-20T23:30:37.988Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1 |
| 4331 | 2026-05-20T23:30:37.988Z | | |
| 4332 | 2026-05-20T23:30:37.988Z | 57 | pub struct Header { |
| 4333 | 2026-05-20T23:30:37.988Z | | ----------------- this is the found type |
| 4334 | 2026-05-20T23:30:37.988Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4335 | 2026-05-20T23:30:37.988Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4336 | 2026-05-20T23:30:37.988Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1 |
| 4337 | 2026-05-20T23:30:37.988Z | | |
| 4338 | 2026-05-20T23:30:37.988Z | 67 | pub enum ResponseCode { |
| 4339 | 2026-05-20T23:30:37.988Z | | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4340 | 2026-05-20T23:30:37.988Z | | |
| 4341 | 2026-05-20T23:30:37.988Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1 |
| 4342 | 2026-05-20T23:30:37.988Z | | |
| 4343 | 2026-05-20T23:30:37.988Z | 67 | pub enum ResponseCode { |
| 4344 | 2026-05-20T23:30:37.988Z | | --------------------- this is the found type |
| 4345 | 2026-05-20T23:30:37.988Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4346 | 2026-05-20T23:30:37.988Z | note: method defined here |
| 4347 | 2026-05-20T23:30:37.988Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12 |
| 4348 | 2026-05-20T23:30:37.988Z | | |
| 4349 | 2026-05-20T23:30:37.988Z | 190 | pub fn error_msg<'a>( |
| 4350 | 2026-05-20T23:30:37.988Z | | ^^^^^^^^^ |
| 4351 | 2026-05-20T23:30:37.988Z | |
| 4352 | 2026-05-20T23:30:37.988Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4353 | 2026-05-20T23:30:37.989Z | --> dns-server/src/dns_server.rs:478:50 |
| 4354 | 2026-05-20T23:30:37.989Z | | |
| 4355 | 2026-05-20T23:30:37.989Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4356 | 2026-05-20T23:30:37.989Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4357 | 2026-05-20T23:30:37.994Z | | | |
| 4358 | 2026-05-20T23:30:37.994Z | | required by a bound introduced by this call |
| 4359 | 2026-05-20T23:30:37.994Z | | |
| 4360 | 2026-05-20T23:30:37.994Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4361 | 2026-05-20T23:30:37.994Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4362 | 2026-05-20T23:30:37.994Z | | |
| 4363 | 2026-05-20T23:30:37.994Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4364 | 2026-05-20T23:30:37.994Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4365 | 2026-05-20T23:30:37.994Z | | |
| 4366 | 2026-05-20T23:30:37.994Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4367 | 2026-05-20T23:30:37.994Z | | |
| 4368 | 2026-05-20T23:30:37.994Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4369 | 2026-05-20T23:30:37.994Z | | ---------------------------------------- this is the found type |
| 4370 | 2026-05-20T23:30:37.994Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4371 | 2026-05-20T23:30:37.994Z | note: required by a bound in `encode_and_send` |
| 4372 | 2026-05-20T23:30:37.994Z | --> dns-server/src/dns_server.rs:491:23 |
| 4373 | 2026-05-20T23:30:37.994Z | | |
| 4374 | 2026-05-20T23:30:37.994Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4375 | 2026-05-20T23:30:37.994Z | | --------------- required by a bound in this function |
| 4376 | 2026-05-20T23:30:37.994Z | ... |
| 4377 | 2026-05-20T23:30:37.994Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 4378 | 2026-05-20T23:30:37.994Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4379 | 2026-05-20T23:30:37.994Z | |
| 4380 | 2026-05-20T23:30:37.994Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4381 | 2026-05-20T23:30:37.994Z | --> dns-server/src/dns_server.rs:478:50 |
| 4382 | 2026-05-20T23:30:37.994Z | | |
| 4383 | 2026-05-20T23:30:37.994Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4384 | 2026-05-20T23:30:37.994Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4385 | 2026-05-20T23:30:37.995Z | | | |
| 4386 | 2026-05-20T23:30:37.995Z | | required by a bound introduced by this call |
| 4387 | 2026-05-20T23:30:37.995Z | | |
| 4388 | 2026-05-20T23:30:37.995Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4389 | 2026-05-20T23:30:37.995Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4390 | 2026-05-20T23:30:37.995Z | | |
| 4391 | 2026-05-20T23:30:37.995Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4392 | 2026-05-20T23:30:37.995Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4393 | 2026-05-20T23:30:37.995Z | | |
| 4394 | 2026-05-20T23:30:37.995Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4395 | 2026-05-20T23:30:37.995Z | | |
| 4396 | 2026-05-20T23:30:37.995Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4397 | 2026-05-20T23:30:37.995Z | | ---------------------------------------- this is the found type |
| 4398 | 2026-05-20T23:30:37.995Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4399 | 2026-05-20T23:30:37.995Z | note: required by a bound in `encode_and_send` |
| 4400 | 2026-05-20T23:30:37.995Z | --> dns-server/src/dns_server.rs:492:27 |
| 4401 | 2026-05-20T23:30:37.995Z | | |
| 4402 | 2026-05-20T23:30:37.995Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4403 | 2026-05-20T23:30:37.995Z | | --------------- required by a bound in this function |
| 4404 | 2026-05-20T23:30:37.995Z | ... |
| 4405 | 2026-05-20T23:30:37.995Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 4406 | 2026-05-20T23:30:37.995Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4407 | 2026-05-20T23:30:37.995Z | |
| 4408 | 2026-05-20T23:30:37.995Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4409 | 2026-05-20T23:30:37.995Z | --> dns-server/src/dns_server.rs:478:50 |
| 4410 | 2026-05-20T23:30:37.995Z | | |
| 4411 | 2026-05-20T23:30:37.995Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4412 | 2026-05-20T23:30:37.995Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4413 | 2026-05-20T23:30:37.995Z | | | |
| 4414 | 2026-05-20T23:30:37.995Z | | required by a bound introduced by this call |
| 4415 | 2026-05-20T23:30:37.995Z | | |
| 4416 | 2026-05-20T23:30:37.996Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4417 | 2026-05-20T23:30:37.996Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4418 | 2026-05-20T23:30:37.996Z | | |
| 4419 | 2026-05-20T23:30:37.996Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4420 | 2026-05-20T23:30:37.996Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4421 | 2026-05-20T23:30:37.996Z | | |
| 4422 | 2026-05-20T23:30:37.996Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4423 | 2026-05-20T23:30:37.996Z | | |
| 4424 | 2026-05-20T23:30:37.996Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4425 | 2026-05-20T23:30:37.996Z | | ---------------------------------------- this is the found type |
| 4426 | 2026-05-20T23:30:37.996Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4427 | 2026-05-20T23:30:37.997Z | note: required by a bound in `encode_and_send` |
| 4428 | 2026-05-20T23:30:37.997Z | --> dns-server/src/dns_server.rs:493:19 |
| 4429 | 2026-05-20T23:30:37.997Z | | |
| 4430 | 2026-05-20T23:30:37.997Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4431 | 2026-05-20T23:30:37.997Z | | --------------- required by a bound in this function |
| 4432 | 2026-05-20T23:30:37.997Z | ... |
| 4433 | 2026-05-20T23:30:37.997Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 4434 | 2026-05-20T23:30:37.997Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4435 | 2026-05-20T23:30:37.997Z | |
| 4436 | 2026-05-20T23:30:37.997Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4437 | 2026-05-20T23:30:37.997Z | --> dns-server/src/dns_server.rs:478:50 |
| 4438 | 2026-05-20T23:30:37.997Z | | |
| 4439 | 2026-05-20T23:30:37.997Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4440 | 2026-05-20T23:30:37.997Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4441 | 2026-05-20T23:30:37.997Z | | | |
| 4442 | 2026-05-20T23:30:37.997Z | | required by a bound introduced by this call |
| 4443 | 2026-05-20T23:30:37.997Z | | |
| 4444 | 2026-05-20T23:30:37.997Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4445 | 2026-05-20T23:30:37.997Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4446 | 2026-05-20T23:30:37.997Z | | |
| 4447 | 2026-05-20T23:30:37.997Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4448 | 2026-05-20T23:30:37.997Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4449 | 2026-05-20T23:30:37.997Z | | |
| 4450 | 2026-05-20T23:30:37.997Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4451 | 2026-05-20T23:30:37.997Z | | |
| 4452 | 2026-05-20T23:30:37.997Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4453 | 2026-05-20T23:30:37.997Z | | ---------------------------------------- this is the found type |
| 4454 | 2026-05-20T23:30:37.997Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4455 | 2026-05-20T23:30:37.997Z | note: required by a bound in `encode_and_send` |
| 4456 | 2026-05-20T23:30:37.997Z | --> dns-server/src/dns_server.rs:494:27 |
| 4457 | 2026-05-20T23:30:38.101Z | | |
| 4458 | 2026-05-20T23:30:38.101Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4459 | 2026-05-20T23:30:38.101Z | | --------------- required by a bound in this function |
| 4460 | 2026-05-20T23:30:38.101Z | ... |
| 4461 | 2026-05-20T23:30:38.101Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 4462 | 2026-05-20T23:30:38.101Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4463 | 2026-05-20T23:30:38.101Z | |
| 4464 | 2026-05-20T23:30:38.101Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4465 | 2026-05-20T23:30:38.101Z | --> dns-server/src/dns_server.rs:478:25 |
| 4466 | 2026-05-20T23:30:38.102Z | | |
| 4467 | 2026-05-20T23:30:38.102Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4468 | 2026-05-20T23:30:38.102Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4469 | 2026-05-20T23:30:38.102Z | | |
| 4470 | 2026-05-20T23:30:38.102Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4471 | 2026-05-20T23:30:38.102Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4472 | 2026-05-20T23:30:38.102Z | | |
| 4473 | 2026-05-20T23:30:38.102Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4474 | 2026-05-20T23:30:38.102Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4475 | 2026-05-20T23:30:38.102Z | | |
| 4476 | 2026-05-20T23:30:38.102Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4477 | 2026-05-20T23:30:38.102Z | | |
| 4478 | 2026-05-20T23:30:38.102Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4479 | 2026-05-20T23:30:38.102Z | | ---------------------------------------- this is the found type |
| 4480 | 2026-05-20T23:30:38.102Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4481 | 2026-05-20T23:30:38.102Z | note: required by a bound in `encode_and_send` |
| 4482 | 2026-05-20T23:30:38.102Z | --> dns-server/src/dns_server.rs:491:23 |
| 4483 | 2026-05-20T23:30:38.102Z | | |
| 4484 | 2026-05-20T23:30:38.102Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4485 | 2026-05-20T23:30:38.102Z | | --------------- required by a bound in this function |
| 4486 | 2026-05-20T23:30:38.102Z | ... |
| 4487 | 2026-05-20T23:30:38.102Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 4488 | 2026-05-20T23:30:38.102Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4489 | 2026-05-20T23:30:38.102Z | |
| 4490 | 2026-05-20T23:30:38.102Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4491 | 2026-05-20T23:30:38.103Z | --> dns-server/src/dns_server.rs:478:25 |
| 4492 | 2026-05-20T23:30:38.103Z | | |
| 4493 | 2026-05-20T23:30:38.103Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4494 | 2026-05-20T23:30:38.103Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4495 | 2026-05-20T23:30:38.103Z | | |
| 4496 | 2026-05-20T23:30:38.103Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4497 | 2026-05-20T23:30:38.103Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4498 | 2026-05-20T23:30:38.103Z | | |
| 4499 | 2026-05-20T23:30:38.103Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4500 | 2026-05-20T23:30:38.103Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4501 | 2026-05-20T23:30:38.103Z | | |
| 4502 | 2026-05-20T23:30:38.103Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4503 | 2026-05-20T23:30:38.103Z | | |
| 4504 | 2026-05-20T23:30:38.103Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4505 | 2026-05-20T23:30:38.103Z | | ---------------------------------------- this is the found type |
| 4506 | 2026-05-20T23:30:38.103Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4507 | 2026-05-20T23:30:38.103Z | note: required by a bound in `encode_and_send` |
| 4508 | 2026-05-20T23:30:38.103Z | --> dns-server/src/dns_server.rs:492:27 |
| 4509 | 2026-05-20T23:30:38.103Z | | |
| 4510 | 2026-05-20T23:30:38.103Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4511 | 2026-05-20T23:30:38.103Z | | --------------- required by a bound in this function |
| 4512 | 2026-05-20T23:30:38.103Z | ... |
| 4513 | 2026-05-20T23:30:38.103Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 4514 | 2026-05-20T23:30:38.103Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4515 | 2026-05-20T23:30:38.103Z | |
| 4516 | 2026-05-20T23:30:38.103Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4517 | 2026-05-20T23:30:38.103Z | --> dns-server/src/dns_server.rs:478:25 |
| 4518 | 2026-05-20T23:30:38.103Z | | |
| 4519 | 2026-05-20T23:30:38.103Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4520 | 2026-05-20T23:30:38.103Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4521 | 2026-05-20T23:30:38.104Z | | |
| 4522 | 2026-05-20T23:30:38.104Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4523 | 2026-05-20T23:30:38.104Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4524 | 2026-05-20T23:30:38.104Z | | |
| 4525 | 2026-05-20T23:30:38.105Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4526 | 2026-05-20T23:30:38.105Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4527 | 2026-05-20T23:30:38.105Z | | |
| 4528 | 2026-05-20T23:30:38.105Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4529 | 2026-05-20T23:30:38.105Z | | |
| 4530 | 2026-05-20T23:30:38.105Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4531 | 2026-05-20T23:30:38.105Z | | ---------------------------------------- this is the found type |
| 4532 | 2026-05-20T23:30:38.105Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4533 | 2026-05-20T23:30:38.105Z | note: required by a bound in `encode_and_send` |
| 4534 | 2026-05-20T23:30:38.105Z | --> dns-server/src/dns_server.rs:493:19 |
| 4535 | 2026-05-20T23:30:38.105Z | | |
| 4536 | 2026-05-20T23:30:38.105Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4537 | 2026-05-20T23:30:38.105Z | | --------------- required by a bound in this function |
| 4538 | 2026-05-20T23:30:38.105Z | ... |
| 4539 | 2026-05-20T23:30:38.105Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 4540 | 2026-05-20T23:30:38.105Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4541 | 2026-05-20T23:30:38.105Z | |
| 4542 | 2026-05-20T23:30:38.105Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4543 | 2026-05-20T23:30:38.105Z | --> dns-server/src/dns_server.rs:478:25 |
| 4544 | 2026-05-20T23:30:38.105Z | | |
| 4545 | 2026-05-20T23:30:38.105Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4546 | 2026-05-20T23:30:38.105Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4547 | 2026-05-20T23:30:38.105Z | | |
| 4548 | 2026-05-20T23:30:38.105Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4549 | 2026-05-20T23:30:38.105Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4550 | 2026-05-20T23:30:38.105Z | | |
| 4551 | 2026-05-20T23:30:38.105Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4552 | 2026-05-20T23:30:38.107Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4553 | 2026-05-20T23:30:38.107Z | | |
| 4554 | 2026-05-20T23:30:38.107Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4555 | 2026-05-20T23:30:38.107Z | | |
| 4556 | 2026-05-20T23:30:38.107Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4557 | 2026-05-20T23:30:38.113Z | | ---------------------------------------- this is the found type |
| 4558 | 2026-05-20T23:30:38.113Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4559 | 2026-05-20T23:30:38.113Z | note: required by a bound in `encode_and_send` |
| 4560 | 2026-05-20T23:30:38.113Z | --> dns-server/src/dns_server.rs:494:27 |
| 4561 | 2026-05-20T23:30:38.113Z | | |
| 4562 | 2026-05-20T23:30:38.113Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4563 | 2026-05-20T23:30:38.113Z | | --------------- required by a bound in this function |
| 4564 | 2026-05-20T23:30:38.113Z | ... |
| 4565 | 2026-05-20T23:30:38.113Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 4566 | 2026-05-20T23:30:38.113Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4567 | 2026-05-20T23:30:38.114Z | |
| 4568 | 2026-05-20T23:30:38.114Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4569 | 2026-05-20T23:30:38.114Z | --> dns-server/src/dns_server.rs:478:69 |
| 4570 | 2026-05-20T23:30:38.114Z | | |
| 4571 | 2026-05-20T23:30:38.114Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4572 | 2026-05-20T23:30:38.114Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4573 | 2026-05-20T23:30:38.114Z | | |
| 4574 | 2026-05-20T23:30:38.114Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4575 | 2026-05-20T23:30:38.114Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4576 | 2026-05-20T23:30:38.114Z | | |
| 4577 | 2026-05-20T23:30:38.114Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4578 | 2026-05-20T23:30:38.114Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4579 | 2026-05-20T23:30:38.114Z | | |
| 4580 | 2026-05-20T23:30:38.114Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4581 | 2026-05-20T23:30:38.114Z | | |
| 4582 | 2026-05-20T23:30:38.114Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4583 | 2026-05-20T23:30:38.114Z | | ---------------------------------------- this is the found type |
| 4584 | 2026-05-20T23:30:38.114Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4585 | 2026-05-20T23:30:38.114Z | note: required by a bound in `encode_and_send` |
| 4586 | 2026-05-20T23:30:38.115Z | --> dns-server/src/dns_server.rs:491:23 |
| 4587 | 2026-05-20T23:30:38.115Z | | |
| 4588 | 2026-05-20T23:30:38.115Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4589 | 2026-05-20T23:30:38.115Z | | --------------- required by a bound in this function |
| 4590 | 2026-05-20T23:30:38.115Z | ... |
| 4591 | 2026-05-20T23:30:38.115Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 4592 | 2026-05-20T23:30:38.116Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4593 | 2026-05-20T23:30:38.116Z | |
| 4594 | 2026-05-20T23:30:38.116Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4595 | 2026-05-20T23:30:38.116Z | --> dns-server/src/dns_server.rs:478:69 |
| 4596 | 2026-05-20T23:30:38.116Z | | |
| 4597 | 2026-05-20T23:30:38.116Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4598 | 2026-05-20T23:30:38.116Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4599 | 2026-05-20T23:30:38.116Z | | |
| 4600 | 2026-05-20T23:30:38.116Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4601 | 2026-05-20T23:30:38.116Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4602 | 2026-05-20T23:30:38.116Z | | |
| 4603 | 2026-05-20T23:30:38.116Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4604 | 2026-05-20T23:30:38.116Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4605 | 2026-05-20T23:30:38.116Z | | |
| 4606 | 2026-05-20T23:30:38.116Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4607 | 2026-05-20T23:30:38.117Z | | |
| 4608 | 2026-05-20T23:30:38.117Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4609 | 2026-05-20T23:30:38.117Z | | ---------------------------------------- this is the found type |
| 4610 | 2026-05-20T23:30:38.117Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4611 | 2026-05-20T23:30:38.117Z | note: required by a bound in `encode_and_send` |
| 4612 | 2026-05-20T23:30:38.117Z | --> dns-server/src/dns_server.rs:492:27 |
| 4613 | 2026-05-20T23:30:38.117Z | | |
| 4614 | 2026-05-20T23:30:38.118Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4615 | 2026-05-20T23:30:38.118Z | | --------------- required by a bound in this function |
| 4616 | 2026-05-20T23:30:38.118Z | ... |
| 4617 | 2026-05-20T23:30:38.118Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 4618 | 2026-05-20T23:30:38.118Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4619 | 2026-05-20T23:30:38.118Z | |
| 4620 | 2026-05-20T23:30:38.118Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4621 | 2026-05-20T23:30:38.118Z | --> dns-server/src/dns_server.rs:478:69 |
| 4622 | 2026-05-20T23:30:38.118Z | | |
| 4623 | 2026-05-20T23:30:38.118Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4624 | 2026-05-20T23:30:38.118Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4625 | 2026-05-20T23:30:38.118Z | | |
| 4626 | 2026-05-20T23:30:38.118Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4627 | 2026-05-20T23:30:38.118Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4628 | 2026-05-20T23:30:38.118Z | | |
| 4629 | 2026-05-20T23:30:38.118Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4630 | 2026-05-20T23:30:38.118Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4631 | 2026-05-20T23:30:38.118Z | | |
| 4632 | 2026-05-20T23:30:38.118Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4633 | 2026-05-20T23:30:38.118Z | | |
| 4634 | 2026-05-20T23:30:38.118Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4635 | 2026-05-20T23:30:38.118Z | | ---------------------------------------- this is the found type |
| 4636 | 2026-05-20T23:30:38.118Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4637 | 2026-05-20T23:30:38.118Z | note: required by a bound in `encode_and_send` |
| 4638 | 2026-05-20T23:30:38.118Z | --> dns-server/src/dns_server.rs:493:19 |
| 4639 | 2026-05-20T23:30:38.118Z | | |
| 4640 | 2026-05-20T23:30:38.118Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4641 | 2026-05-20T23:30:38.118Z | | --------------- required by a bound in this function |
| 4642 | 2026-05-20T23:30:38.118Z | ... |
| 4643 | 2026-05-20T23:30:38.119Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 4644 | 2026-05-20T23:30:38.119Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4645 | 2026-05-20T23:30:38.119Z | |
| 4646 | 2026-05-20T23:30:38.119Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4647 | 2026-05-20T23:30:38.119Z | --> dns-server/src/dns_server.rs:478:69 |
| 4648 | 2026-05-20T23:30:38.119Z | | |
| 4649 | 2026-05-20T23:30:38.119Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4650 | 2026-05-20T23:30:38.119Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4651 | 2026-05-20T23:30:38.119Z | | |
| 4652 | 2026-05-20T23:30:38.119Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4653 | 2026-05-20T23:30:38.119Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4654 | 2026-05-20T23:30:38.119Z | | |
| 4655 | 2026-05-20T23:30:38.119Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4656 | 2026-05-20T23:30:38.119Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4657 | 2026-05-20T23:30:38.123Z | | |
| 4658 | 2026-05-20T23:30:38.123Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4659 | 2026-05-20T23:30:38.123Z | | |
| 4660 | 2026-05-20T23:30:38.124Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4661 | 2026-05-20T23:30:38.124Z | | ---------------------------------------- this is the found type |
| 4662 | 2026-05-20T23:30:38.124Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4663 | 2026-05-20T23:30:38.124Z | note: required by a bound in `encode_and_send` |
| 4664 | 2026-05-20T23:30:38.124Z | --> dns-server/src/dns_server.rs:494:27 |
| 4665 | 2026-05-20T23:30:38.124Z | | |
| 4666 | 2026-05-20T23:30:38.124Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4667 | 2026-05-20T23:30:38.124Z | | --------------- required by a bound in this function |
| 4668 | 2026-05-20T23:30:38.124Z | ... |
| 4669 | 2026-05-20T23:30:38.124Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 4670 | 2026-05-20T23:30:38.124Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4671 | 2026-05-20T23:30:38.124Z | |
| 4672 | 2026-05-20T23:30:38.124Z | error[E0599]: the method `destructive_emit` exists for struct `MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>`, but its trait bounds were not satisfied |
| 4673 | 2026-05-20T23:30:38.124Z | --> dns-server/src/dns_server.rs:500:14 |
| 4674 | 2026-05-20T23:30:38.124Z | | |
| 4675 | 2026-05-20T23:30:38.124Z | 499 | let _ = mresp |
| 4676 | 2026-05-20T23:30:38.124Z | | _________________- |
| 4677 | 2026-05-20T23:30:38.124Z | 500 | | .destructive_emit(&mut enc) |
| 4678 | 2026-05-20T23:30:38.124Z | | | -^^^^^^^^^^^^^^^^ method cannot be called due to unsatisfied trait bounds |
| 4679 | 2026-05-20T23:30:38.124Z | | |_____________| |
| 4680 | 2026-05-20T23:30:38.124Z | | |
| 4681 | 2026-05-20T23:30:38.124Z | | |
| 4682 | 2026-05-20T23:30:38.124Z | = note: the following trait bounds were not satisfied: |
| 4683 | 2026-05-20T23:30:38.124Z | `<Answers as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record` |
| 4684 | 2026-05-20T23:30:38.124Z | `<NameServers as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record` |
| 4685 | 2026-05-20T23:30:38.124Z | `<Soa as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record` |
| 4686 | 2026-05-20T23:30:38.124Z | `<Additionals as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record` |
| 4687 | 2026-05-20T23:30:38.124Z | |
| 4688 | 2026-05-20T23:30:38.124Z | error[E0308]: mismatched types |
| 4689 | 2026-05-20T23:30:38.124Z | --> dns-server/src/dns_server.rs:229:35 |
| 4690 | 2026-05-20T23:30:38.124Z | | |
| 4691 | 2026-05-20T23:30:38.124Z | 229 | Ok(Record::from_rdata(name.clone(), 0, RData::A((*addr).into()))) |
| 4692 | 2026-05-20T23:30:38.124Z | | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4693 | 2026-05-20T23:30:38.124Z | | | |
| 4694 | 2026-05-20T23:30:38.124Z | | arguments to this function are incorrect |
| 4695 | 2026-05-20T23:30:38.124Z | | |
| 4696 | 2026-05-20T23:30:38.124Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4697 | 2026-05-20T23:30:38.124Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4698 | 2026-05-20T23:30:38.125Z | | |
| 4699 | 2026-05-20T23:30:38.125Z | 34 | pub struct Name { |
| 4700 | 2026-05-20T23:30:38.125Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4701 | 2026-05-20T23:30:38.125Z | | |
| 4702 | 2026-05-20T23:30:38.125Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4703 | 2026-05-20T23:30:38.125Z | | |
| 4704 | 2026-05-20T23:30:38.125Z | 37 | pub struct Name { |
| 4705 | 2026-05-20T23:30:38.125Z | | --------------- this is the found type |
| 4706 | 2026-05-20T23:30:38.125Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4707 | 2026-05-20T23:30:38.125Z | note: associated function defined here |
| 4708 | 2026-05-20T23:30:38.125Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 4709 | 2026-05-20T23:30:38.125Z | | |
| 4710 | 2026-05-20T23:30:38.125Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 4711 | 2026-05-20T23:30:38.125Z | | ^^^^^^^^^^ |
| 4712 | 2026-05-20T23:30:38.125Z | |
| 4713 | 2026-05-20T23:30:38.125Z | error[E0308]: mismatched types |
| 4714 | 2026-05-20T23:30:38.125Z | --> dns-server/src/dns_server.rs:233:35 |
| 4715 | 2026-05-20T23:30:38.125Z | | |
| 4716 | 2026-05-20T23:30:38.125Z | 233 | Ok(Record::from_rdata(name.clone(), 0, RData::AAAA((*addr).into()))) |
| 4717 | 2026-05-20T23:30:38.125Z | | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4718 | 2026-05-20T23:30:38.125Z | | | |
| 4719 | 2026-05-20T23:30:38.125Z | | arguments to this function are incorrect |
| 4720 | 2026-05-20T23:30:38.125Z | | |
| 4721 | 2026-05-20T23:30:38.125Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4722 | 2026-05-20T23:30:38.125Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4723 | 2026-05-20T23:30:38.125Z | | |
| 4724 | 2026-05-20T23:30:38.125Z | 34 | pub struct Name { |
| 4725 | 2026-05-20T23:30:38.125Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4726 | 2026-05-20T23:30:38.125Z | | |
| 4727 | 2026-05-20T23:30:38.125Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4728 | 2026-05-20T23:30:38.125Z | | |
| 4729 | 2026-05-20T23:30:38.125Z | 37 | pub struct Name { |
| 4730 | 2026-05-20T23:30:38.125Z | | --------------- this is the found type |
| 4731 | 2026-05-20T23:30:38.125Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4732 | 2026-05-20T23:30:38.125Z | note: associated function defined here |
| 4733 | 2026-05-20T23:30:38.125Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 4734 | 2026-05-20T23:30:38.125Z | | |
| 4735 | 2026-05-20T23:30:38.125Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 4736 | 2026-05-20T23:30:38.125Z | | ^^^^^^^^^^ |
| 4737 | 2026-05-20T23:30:38.125Z | |
| 4738 | 2026-05-20T23:30:38.126Z | error[E0308]: mismatched types |
| 4739 | 2026-05-20T23:30:38.126Z | --> dns-server/src/dns_server.rs:247:60 |
| 4740 | 2026-05-20T23:30:38.126Z | | |
| 4741 | 2026-05-20T23:30:38.126Z | 247 | RData::SRV(SRV::new(*prio, *weight, *port, tgt)), |
| 4742 | 2026-05-20T23:30:38.126Z | | -------- ^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4743 | 2026-05-20T23:30:38.126Z | | | |
| 4744 | 2026-05-20T23:30:38.126Z | | arguments to this function are incorrect |
| 4745 | 2026-05-20T23:30:38.126Z | | |
| 4746 | 2026-05-20T23:30:38.126Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4747 | 2026-05-20T23:30:38.126Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4748 | 2026-05-20T23:30:38.126Z | | |
| 4749 | 2026-05-20T23:30:38.126Z | 34 | pub struct Name { |
| 4750 | 2026-05-20T23:30:38.126Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4751 | 2026-05-20T23:30:38.126Z | | |
| 4752 | 2026-05-20T23:30:38.126Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4753 | 2026-05-20T23:30:38.126Z | | |
| 4754 | 2026-05-20T23:30:38.126Z | 37 | pub struct Name { |
| 4755 | 2026-05-20T23:30:38.126Z | | --------------- this is the found type |
| 4756 | 2026-05-20T23:30:38.126Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4757 | 2026-05-20T23:30:38.132Z | note: associated function defined here |
| 4758 | 2026-05-20T23:30:38.132Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/srv.rs:174:12 |
| 4759 | 2026-05-20T23:30:38.132Z | | |
| 4760 | 2026-05-20T23:30:38.132Z | 174 | pub fn new(priority: u16, weight: u16, port: u16, target: Name) -> Self { |
| 4761 | 2026-05-20T23:30:38.132Z | | ^^^ |
| 4762 | 2026-05-20T23:30:38.132Z | |
| 4763 | 2026-05-20T23:30:38.132Z | error[E0308]: mismatched types |
| 4764 | 2026-05-20T23:30:38.132Z | --> dns-server/src/dns_server.rs:245:17 |
| 4765 | 2026-05-20T23:30:38.132Z | | |
| 4766 | 2026-05-20T23:30:38.132Z | 244 | Ok(Record::from_rdata( |
| 4767 | 2026-05-20T23:30:38.132Z | | ------------------ arguments to this function are incorrect |
| 4768 | 2026-05-20T23:30:38.132Z | 245 | name.clone(), |
| 4769 | 2026-05-20T23:30:38.132Z | | ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4770 | 2026-05-20T23:30:38.132Z | | |
| 4771 | 2026-05-20T23:30:38.132Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4772 | 2026-05-20T23:30:38.132Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4773 | 2026-05-20T23:30:38.132Z | | |
| 4774 | 2026-05-20T23:30:38.132Z | 34 | pub struct Name { |
| 4775 | 2026-05-20T23:30:38.132Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4776 | 2026-05-20T23:30:38.132Z | | |
| 4777 | 2026-05-20T23:30:38.133Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4778 | 2026-05-20T23:30:38.133Z | | |
| 4779 | 2026-05-20T23:30:38.133Z | 37 | pub struct Name { |
| 4780 | 2026-05-20T23:30:38.133Z | | --------------- this is the found type |
| 4781 | 2026-05-20T23:30:38.133Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4782 | 2026-05-20T23:30:38.133Z | note: associated function defined here |
| 4783 | 2026-05-20T23:30:38.133Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 4784 | 2026-05-20T23:30:38.133Z | | |
| 4785 | 2026-05-20T23:30:38.133Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 4786 | 2026-05-20T23:30:38.133Z | | ^^^^^^^^^^ |
| 4787 | 2026-05-20T23:30:38.133Z | |
| 4788 | 2026-05-20T23:30:38.133Z | error[E0308]: mismatched types |
| 4789 | 2026-05-20T23:30:38.133Z | --> dns-server/src/dns_server.rs:259:65 |
| 4790 | 2026-05-20T23:30:38.133Z | | |
| 4791 | 2026-05-20T23:30:38.133Z | 259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname)))) |
| 4792 | 2026-05-20T23:30:38.133Z | | -- ^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4793 | 2026-05-20T23:30:38.133Z | | | |
| 4794 | 2026-05-20T23:30:38.133Z | | arguments to this struct are incorrect |
| 4795 | 2026-05-20T23:30:38.133Z | | |
| 4796 | 2026-05-20T23:30:38.133Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4797 | 2026-05-20T23:30:38.133Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4798 | 2026-05-20T23:30:38.133Z | | |
| 4799 | 2026-05-20T23:30:38.133Z | 34 | pub struct Name { |
| 4800 | 2026-05-20T23:30:38.133Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4801 | 2026-05-20T23:30:38.133Z | | |
| 4802 | 2026-05-20T23:30:38.133Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4803 | 2026-05-20T23:30:38.133Z | | |
| 4804 | 2026-05-20T23:30:38.133Z | 37 | pub struct Name { |
| 4805 | 2026-05-20T23:30:38.133Z | | --------------- this is the found type |
| 4806 | 2026-05-20T23:30:38.133Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4807 | 2026-05-20T23:30:38.133Z | note: tuple struct defined here |
| 4808 | 2026-05-20T23:30:38.133Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/name.rs:98:13 |
| 4809 | 2026-05-20T23:30:38.133Z | | |
| 4810 | 2026-05-20T23:30:38.133Z | 98 | name_rdata!(NS, RDataEncoding::StandardRecord); |
| 4811 | 2026-05-20T23:30:38.133Z | | ^^ |
| 4812 | 2026-05-20T23:30:38.133Z | |
| 4813 | 2026-05-20T23:30:38.133Z | error[E0308]: mismatched types |
| 4814 | 2026-05-20T23:30:38.133Z | --> dns-server/src/dns_server.rs:259:35 |
| 4815 | 2026-05-20T23:30:38.133Z | | |
| 4816 | 2026-05-20T23:30:38.133Z | 259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname)))) |
| 4817 | 2026-05-20T23:30:38.134Z | | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4818 | 2026-05-20T23:30:38.134Z | | | |
| 4819 | 2026-05-20T23:30:38.134Z | | arguments to this function are incorrect |
| 4820 | 2026-05-20T23:30:38.134Z | | |
| 4821 | 2026-05-20T23:30:38.134Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4822 | 2026-05-20T23:30:38.134Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4823 | 2026-05-20T23:30:38.134Z | | |
| 4824 | 2026-05-20T23:30:38.134Z | 34 | pub struct Name { |
| 4825 | 2026-05-20T23:30:38.134Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4826 | 2026-05-20T23:30:38.134Z | | |
| 4827 | 2026-05-20T23:30:38.134Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4828 | 2026-05-20T23:30:38.134Z | | |
| 4829 | 2026-05-20T23:30:38.134Z | 37 | pub struct Name { |
| 4830 | 2026-05-20T23:30:38.134Z | | --------------- this is the found type |
| 4831 | 2026-05-20T23:30:38.134Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4832 | 2026-05-20T23:30:38.134Z | note: associated function defined here |
| 4833 | 2026-05-20T23:30:38.134Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 4834 | 2026-05-20T23:30:38.134Z | | |
| 4835 | 2026-05-20T23:30:38.134Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 4836 | 2026-05-20T23:30:38.134Z | | ^^^^^^^^^^ |
| 4837 | 2026-05-20T23:30:38.134Z | |
| 4838 | 2026-05-20T23:30:38.134Z | error[E0308]: arguments to this function are incorrect |
| 4839 | 2026-05-20T23:30:38.134Z | --> dns-server/src/storage.rs:448:43 |
| 4840 | 2026-05-20T23:30:38.134Z | | |
| 4841 | 2026-05-20T23:30:38.134Z | 448 | hickory_proto::rr::RData::SOA(hickory_proto::rr::rdata::SOA::new( |
| 4842 | 2026-05-20T23:30:38.134Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 4843 | 2026-05-20T23:30:38.134Z | 449 | preferred_nameserver, |
| 4844 | 2026-05-20T23:30:38.134Z | | -------------------- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4845 | 2026-05-20T23:30:38.134Z | 450 | rname, |
| 4846 | 2026-05-20T23:30:38.134Z | | ----- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4847 | 2026-05-20T23:30:38.135Z | | |
| 4848 | 2026-05-20T23:30:38.135Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4849 | 2026-05-20T23:30:38.135Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4850 | 2026-05-20T23:30:38.135Z | | |
| 4851 | 2026-05-20T23:30:38.135Z | 34 | pub struct Name { |
| 4852 | 2026-05-20T23:30:38.135Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4853 | 2026-05-20T23:30:38.135Z | | |
| 4854 | 2026-05-20T23:30:38.135Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4855 | 2026-05-20T23:30:38.135Z | | |
| 4856 | 2026-05-20T23:30:38.135Z | 37 | pub struct Name { |
| 4857 | 2026-05-20T23:30:38.141Z | | --------------- this is the found type |
| 4858 | 2026-05-20T23:30:38.141Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4859 | 2026-05-20T23:30:38.142Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4860 | 2026-05-20T23:30:38.142Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4861 | 2026-05-20T23:30:38.142Z | | |
| 4862 | 2026-05-20T23:30:38.142Z | 34 | pub struct Name { |
| 4863 | 2026-05-20T23:30:38.142Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4864 | 2026-05-20T23:30:38.142Z | | |
| 4865 | 2026-05-20T23:30:38.142Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4866 | 2026-05-20T23:30:38.142Z | | |
| 4867 | 2026-05-20T23:30:38.142Z | 37 | pub struct Name { |
| 4868 | 2026-05-20T23:30:38.142Z | | --------------- this is the found type |
| 4869 | 2026-05-20T23:30:38.142Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4870 | 2026-05-20T23:30:38.142Z | note: associated function defined here |
| 4871 | 2026-05-20T23:30:38.142Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/soa.rs:154:12 |
| 4872 | 2026-05-20T23:30:38.142Z | | |
| 4873 | 2026-05-20T23:30:38.142Z | 154 | pub fn new( |
| 4874 | 2026-05-20T23:30:38.142Z | | ^^^ |
| 4875 | 2026-05-20T23:30:38.142Z | |
| 4876 | 2026-05-20T23:30:38.142Z | error[E0308]: mismatched types |
| 4877 | 2026-05-20T23:30:38.142Z | --> dns-server/src/storage.rs:446:13 |
| 4878 | 2026-05-20T23:30:38.142Z | | |
| 4879 | 2026-05-20T23:30:38.142Z | 445 | let record = hickory_proto::rr::Record::from_rdata( |
| 4880 | 2026-05-20T23:30:38.142Z | | ------------------------------------- arguments to this function are incorrect |
| 4881 | 2026-05-20T23:30:38.142Z | 446 | soa_name, |
| 4882 | 2026-05-20T23:30:38.142Z | | ^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4883 | 2026-05-20T23:30:38.142Z | | |
| 4884 | 2026-05-20T23:30:38.142Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4885 | 2026-05-20T23:30:38.142Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4886 | 2026-05-20T23:30:38.142Z | | |
| 4887 | 2026-05-20T23:30:38.142Z | 34 | pub struct Name { |
| 4888 | 2026-05-20T23:30:38.143Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4889 | 2026-05-20T23:30:38.143Z | | |
| 4890 | 2026-05-20T23:30:38.143Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4891 | 2026-05-20T23:30:38.143Z | | |
| 4892 | 2026-05-20T23:30:38.143Z | 37 | pub struct Name { |
| 4893 | 2026-05-20T23:30:38.143Z | | --------------- this is the found type |
| 4894 | 2026-05-20T23:30:38.143Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4895 | 2026-05-20T23:30:38.143Z | note: associated function defined here |
| 4896 | 2026-05-20T23:30:38.143Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 4897 | 2026-05-20T23:30:38.143Z | | |
| 4898 | 2026-05-20T23:30:38.143Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 4899 | 2026-05-20T23:30:38.143Z | | ^^^^^^^^^^ |
| 4900 | 2026-05-20T23:30:38.143Z | |
| 4901 | 2026-05-20T23:30:38.143Z | error[E0308]: mismatched types |
| 4902 | 2026-05-20T23:30:38.143Z | --> dns-server/src/storage.rs:768:30 |
| 4903 | 2026-05-20T23:30:38.143Z | | |
| 4904 | 2026-05-20T23:30:38.143Z | 768 | self.query_raw(name, orig_name) |
| 4905 | 2026-05-20T23:30:38.143Z | | --------- ^^^^^^^^^ expected `hickory_resolver::Name`, found `hickory_proto::rr::Name` |
| 4906 | 2026-05-20T23:30:38.143Z | | | |
| 4907 | 2026-05-20T23:30:38.143Z | | arguments to this method are incorrect |
| 4908 | 2026-05-20T23:30:38.143Z | | |
| 4909 | 2026-05-20T23:30:38.143Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4910 | 2026-05-20T23:30:38.143Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4911 | 2026-05-20T23:30:38.143Z | | |
| 4912 | 2026-05-20T23:30:38.143Z | 37 | pub struct Name { |
| 4913 | 2026-05-20T23:30:38.143Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4914 | 2026-05-20T23:30:38.143Z | | |
| 4915 | 2026-05-20T23:30:38.143Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4916 | 2026-05-20T23:30:38.143Z | | |
| 4917 | 2026-05-20T23:30:38.143Z | 34 | pub struct Name { |
| 4918 | 2026-05-20T23:30:38.143Z | | --------------- this is the found type |
| 4919 | 2026-05-20T23:30:38.143Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4920 | 2026-05-20T23:30:38.143Z | note: method defined here |
| 4921 | 2026-05-20T23:30:38.143Z | --> dns-server/src/storage.rs:780:8 |
| 4922 | 2026-05-20T23:30:38.143Z | | |
| 4923 | 2026-05-20T23:30:38.143Z | 780 | fn query_raw( |
| 4924 | 2026-05-20T23:30:38.143Z | | ^^^^^^^^^ |
| 4925 | 2026-05-20T23:30:38.144Z | ... |
| 4926 | 2026-05-20T23:30:38.144Z | 783 | orig_name: &Name, |
| 4927 | 2026-05-20T23:30:38.144Z | | ---------------- |
| 4928 | 2026-05-20T23:30:38.144Z | |
| 4929 | 2026-05-20T23:30:38.144Z | error[E0308]: mismatched types |
| 4930 | 2026-05-20T23:30:38.144Z | --> dns-server/src/storage.rs:777:40 |
| 4931 | 2026-05-20T23:30:38.144Z | | |
| 4932 | 2026-05-20T23:30:38.144Z | 777 | self.query_raw(&LowerName::new(name), name) |
| 4933 | 2026-05-20T23:30:38.144Z | | -------------- ^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4934 | 2026-05-20T23:30:38.144Z | | | |
| 4935 | 2026-05-20T23:30:38.144Z | | arguments to this function are incorrect |
| 4936 | 2026-05-20T23:30:38.144Z | | |
| 4937 | 2026-05-20T23:30:38.144Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4938 | 2026-05-20T23:30:38.144Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4939 | 2026-05-20T23:30:38.144Z | | |
| 4940 | 2026-05-20T23:30:38.144Z | 34 | pub struct Name { |
| 4941 | 2026-05-20T23:30:38.144Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4942 | 2026-05-20T23:30:38.144Z | | |
| 4943 | 2026-05-20T23:30:38.144Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4944 | 2026-05-20T23:30:38.144Z | | |
| 4945 | 2026-05-20T23:30:38.144Z | 37 | pub struct Name { |
| 4946 | 2026-05-20T23:30:38.144Z | | --------------- this is the found type |
| 4947 | 2026-05-20T23:30:38.144Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4948 | 2026-05-20T23:30:38.144Z | note: associated function defined here |
| 4949 | 2026-05-20T23:30:38.144Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:37:12 |
| 4950 | 2026-05-20T23:30:38.144Z | | |
| 4951 | 2026-05-20T23:30:38.144Z | 37 | pub fn new(name: &Name) -> Self { |
| 4952 | 2026-05-20T23:30:38.144Z | | ^^^ |
| 4953 | 2026-05-20T23:30:38.144Z | |
| 4954 | 2026-05-20T23:30:38.144Z | error[E0277]: the trait bound `hickory_proto::rr::LowerName: std::convert::From<hickory_resolver::Name>` is not satisfied |
| 4955 | 2026-05-20T23:30:38.144Z | --> dns-server/src/storage.rs:791:33 |
| 4956 | 2026-05-20T23:30:38.144Z | | |
| 4957 | 2026-05-20T23:30:38.149Z | 791 | let zone_name = LowerName::from(Name::from_str(&z).unwrap()); |
| 4958 | 2026-05-20T23:30:38.149Z | | ^^^^^^^^^ the trait `std::convert::From<hickory_resolver::Name>` is not implemented for `hickory_proto::rr::LowerName` |
| 4959 | 2026-05-20T23:30:38.149Z | | |
| 4960 | 2026-05-20T23:30:38.149Z | help: item with same name found |
| 4961 | 2026-05-20T23:30:38.149Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/lower_name.rs:28:1 |
| 4962 | 2026-05-20T23:30:38.149Z | | |
| 4963 | 2026-05-20T23:30:38.149Z | 28 | pub struct LowerName(Name); |
| 4964 | 2026-05-20T23:30:38.149Z | | ^^^^^^^^^^^^^^^^^^^^ |
| 4965 | 2026-05-20T23:30:38.149Z | = note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4966 | 2026-05-20T23:30:38.149Z | help: the following other types implement trait `std::convert::From<T>` |
| 4967 | 2026-05-20T23:30:38.149Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:240:1 |
| 4968 | 2026-05-20T23:30:38.149Z | | |
| 4969 | 2026-05-20T23:30:38.149Z | 240 | impl From<Name> for LowerName { |
| 4970 | 2026-05-20T23:30:38.149Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<hickory_proto::rr::Name>` |
| 4971 | 2026-05-20T23:30:38.149Z | ... |
| 4972 | 2026-05-20T23:30:38.149Z | 246 | impl<'a> From<&'a Name> for LowerName { |
| 4973 | 2026-05-20T23:30:38.149Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<&hickory_proto::rr::Name>` |
| 4974 | 2026-05-20T23:30:38.150Z | = note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4975 | 2026-05-20T23:30:38.150Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4976 | 2026-05-20T23:30:38.150Z | |
| 4977 | 2026-05-20T23:30:38.204Z | Some errors have detailed explanations: E0271, E0277, E0308, E0599. |
| 4978 | 2026-05-20T23:30:38.205Z | For more information about an error, try `rustc --explain E0271`. |
| 4979 | 2026-05-20T23:30:38.248Z | error: could not compile `dns-server` (lib) due to 60 previous errors |
| 4980 | 2026-05-20T23:30:38.451Z | error: process didn't exit successfully: `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo check --bins --manifest-path dns-server/Cargo.toml` (exit status: 101) |
| 4981 | 2026-05-20T23:30:38.460Z | Error: cargo-hack install failed: exit status: 1 |
| 4982 | 2026-05-20T23:30:38.461Z | |
| 4983 | 2026-05-20T23:30:38.461Z | real 3:59.122160618 |
| 4984 | 2026-05-20T23:30:38.461Z | user 6:58.545715220 |
| 4985 | 2026-05-20T23:30:38.461Z | sys 1:55.653734541 |
| 4986 | 2026-05-20T23:30:38.461Z | trap 0.151406076 |
| 4987 | 2026-05-20T23:30:38.461Z | tflt 0.256351322 |
| 4988 | 2026-05-20T23:30:38.461Z | dflt 0.511119210 |
| 4989 | 2026-05-20T23:30:38.461Z | kflt 0.001478181 |
| 4990 | 2026-05-20T23:30:38.462Z | lock 21:00.119270366 |
| 4991 | 2026-05-20T23:30:38.462Z | slp 29:42.324889772 |
| 4992 | 2026-05-20T23:30:38.462Z | lat 34.074450816 |
| 4993 | 2026-05-20T23:30:38.462Z | stop 2:07.591546935 |
| 4994 | 2026-05-20T23:30:38.466Z | process exited: duration 377593 ms, exit code 1 |
| |
| 4995 | 2026-05-20T23:30:38.479Z | found 0 output files |