|
|
|
| 1 | 2026-05-27T05:17:55.225Z | job assigned to worker 01KSKXTTZJG8FVS6PNEPVQTTA5 [factory aws, i-03fa5e4aa54975332] (queued for 55 s) |
| |
| 2 | 2026-05-27T05:18:02.171Z | starting task 0: "setup" |
| 3 | 2026-05-27T05:18:02.176Z | ++ uname -s |
| 4 | 2026-05-27T05:18:02.179Z | + kern=SunOS |
| 5 | 2026-05-27T05:18:02.179Z | + build_user=build |
| 6 | 2026-05-27T05:18:02.179Z | + build_uid=12345 |
| 7 | 2026-05-27T05:18:02.179Z | + work_dir=/work |
| 8 | 2026-05-27T05:18:02.179Z | + input_dir=/input |
| 9 | 2026-05-27T05:18:02.179Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-27T05:18:02.179Z | + case "$kern" in |
| 11 | 2026-05-27T05:18:02.179Z | + groupadd -g 12345 build |
| 12 | 2026-05-27T05:18:02.182Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-27T05:18:04.186Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-27T05:18:04.298Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-27T05:18:04.301Z | + home_fs=zfs |
| 16 | 2026-05-27T05:18:04.301Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-27T05:18:04.302Z | + mkdir -p /home/build |
| 18 | 2026-05-27T05:18:04.302Z | + chown build:build /home/build /work |
| 19 | 2026-05-27T05:18:06.303Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-27T05:18:06.306Z | process exited: duration 4135 ms, exit code 0 |
| |
| 21 | 2026-05-27T05:18:06.312Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-27T05:18:06.316Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-27T05:18:06.316Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-27T05:18:06.316Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-27T05:18:06.316Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-27T05:18:06.319Z | * rust toolchain channel = "1.94.0" |
| 27 | 2026-05-27T05:18:06.319Z | * rust toolchain profile = "default" |
| 28 | 2026-05-27T05:18:06.319Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-27T05:18:06.319Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-27T05:18:06.385Z | info: downloading installer |
| 31 | 2026-05-27T05:18:07.702Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-27T05:18:07.702Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-27T05:18:07.702Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-27T05:18:07.702Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-27T05:18:07.714Z | info: profile set to default |
| 36 | 2026-05-27T05:18:07.714Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-27T05:18:07.717Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-27T05:18:07.847Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-27T05:18:07.850Z | info: downloading 6 components |
| 40 | 2026-05-27T05:18:21.944Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-27T05:18:21.944Z | |
| 42 | 2026-05-27T05:18:21.973Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-27T05:18:21.973Z | |
| 44 | 2026-05-27T05:18:21.973Z | |
| 45 | 2026-05-27T05:18:21.973Z | Rust is installed now. Great! |
| 46 | 2026-05-27T05:18:21.973Z | |
| 47 | 2026-05-27T05:18:21.973Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-27T05:18:21.973Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-27T05:18:21.973Z | |
| 50 | 2026-05-27T05:18:21.974Z | To configure your current shell, you need to source |
| 51 | 2026-05-27T05:18:21.974Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-27T05:18:21.974Z | |
| 53 | 2026-05-27T05:18:21.974Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-27T05:18:21.976Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-27T05:18:21.976Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-27T05:18:21.977Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-27T05:18:21.977Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-27T05:18:21.977Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-27T05:18:21.977Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-27T05:18:21.977Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-27T05:18:21.977Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-27T05:18:22.071Z | + rustup --version |
| 63 | 2026-05-27T05:18:22.080Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-27T05:18:22.082Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-27T05:18:22.102Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-27T05:18:22.105Z | + cargo --version |
| 67 | 2026-05-27T05:18:22.117Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-27T05:18:22.120Z | + rustc --version |
| 69 | 2026-05-27T05:18:22.140Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-27T05:18:22.143Z | process exited: duration 15830 ms, exit code 0 |
| |
| 71 | 2026-05-27T05:18:22.148Z | starting task 2: "authentication" |
| 72 | 2026-05-27T05:18:22.164Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-05-27T05:18:22.170Z | starting task 3: "clone repository" |
| 74 | 2026-05-27T05:18:22.176Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-27T05:18:22.176Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-27T05:18:22.214Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-27T05:18:32.520Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-27T05:18:32.520Z | + git fetch origin 04f75510a02f379f9a03470e90efc841d3939640 |
| 79 | 2026-05-27T05:18:32.789Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-27T05:18:32.789Z | * branch 04f75510a02f379f9a03470e90efc841d3939640 -> FETCH_HEAD |
| 81 | 2026-05-27T05:18:32.799Z | + [[ -n renovate/crate-hickory-proto-vulnerability ]] |
| 82 | 2026-05-27T05:18:32.801Z | ++ git branch --show-current |
| 83 | 2026-05-27T05:18:32.801Z | + current=main |
| 84 | 2026-05-27T05:18:32.802Z | + [[ main != renovate/crate-hickory-proto-vulnerability ]] |
| 85 | 2026-05-27T05:18:32.802Z | + git branch -f renovate/crate-hickory-proto-vulnerability 04f75510a02f379f9a03470e90efc841d3939640 |
| 86 | 2026-05-27T05:18:32.805Z | + git checkout -f renovate/crate-hickory-proto-vulnerability |
| 87 | 2026-05-27T05:18:33.037Z | Switched to branch 'renovate/crate-hickory-proto-vulnerability' |
| 88 | 2026-05-27T05:18:33.040Z | + git reset --hard 04f75510a02f379f9a03470e90efc841d3939640 |
| 89 | 2026-05-27T05:18:33.054Z | HEAD is now at 04f75510a Update Rust crate hickory-proto to 0.26.0 [SECURITY] |
| 90 | 2026-05-27T05:18:33.059Z | process exited: duration 10885 ms, exit code 0 |
| |
| 91 | 2026-05-27T05:18:33.065Z | starting task 4: "build" |
| 92 | 2026-05-27T05:18:33.069Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-27T05:18:33.072Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-27T05:18:33.072Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-27T05:18:33.072Z | + cargo --version |
| 96 | 2026-05-27T05:18:33.079Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-27T05:18:33.082Z | + rustc --version |
| 98 | 2026-05-27T05:18:33.103Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-27T05:18:33.107Z | + source ./env.sh |
| 100 | 2026-05-27T05:18:33.107Z | ++ OLD_SHELL_OPTS=ehxB |
| 101 | 2026-05-27T05:18:33.107Z | ++ set -o xtrace |
| 102 | 2026-05-27T05:18:33.126Z | ++++ dirname ./env.sh |
| 103 | 2026-05-27T05:18:33.126Z | +++ readlink -f . |
| 104 | 2026-05-27T05:18:33.126Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 105 | 2026-05-27T05:18:33.126Z | ++ 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-27T05:18:33.126Z | ++ 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-27T05:18:33.126Z | ++ 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-27T05:18:33.126Z | ++ 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-27T05:18:33.126Z | ++ 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-27T05:18:33.126Z | ++ 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-27T05:18:33.126Z | ++ 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-27T05:18:33.126Z | ++ 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-27T05:18:33.126Z | ++ case $OLD_SHELL_OPTS in |
| 114 | 2026-05-27T05:18:33.126Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 115 | 2026-05-27T05:18:33.126Z | + 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-27T05:18:33.126Z | + 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-27T05:18:33.126Z | + banner prerequisites |
| 118 | 2026-05-27T05:18:33.126Z | |
| 119 | 2026-05-27T05:18:33.127Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 120 | 2026-05-27T05:18:33.127Z | # # # # # # # # # # # # # # # |
| 121 | 2026-05-27T05:18:33.127Z | # # # # ##### # # ##### # # # # # #### # |
| 122 | 2026-05-27T05:18:33.127Z | ##### ##### # ##### # # # # # # # # # |
| 123 | 2026-05-27T05:18:33.127Z | # # # # # # # # # # # # # # # |
| 124 | 2026-05-27T05:18:33.127Z | # # # ###### # # ###### ### # #### # #### # |
| 125 | 2026-05-27T05:18:33.127Z | |
| 126 | 2026-05-27T05:18:33.127Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 127 | 2026-05-27T05:18:34.509Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-05-27T05:18:34.579Z | Startup: Caching catalogs ... Done |
| 129 | 2026-05-27T05:18:34.838Z | Planning: Solver setup ... Done (0.224s) |
| 130 | 2026-05-27T05:18:34.856Z | Planning: Running solver ... Done (0.018s) |
| 131 | 2026-05-27T05:18:34.863Z | Planning: Finding local manifests ... Done (0.003s) |
| 132 | 2026-05-27T05:18:34.873Z | Planning: Fetching manifests: 0/2 0% complete |
| 133 | 2026-05-27T05:18:34.887Z | Planning: Fetching manifests: 2/2 100% complete |
| 134 | 2026-05-27T05:18:34.901Z | Planning: Package planning ... Done (0.013s) |
| 135 | 2026-05-27T05:18:34.904Z | Planning: Merging actions ... Done (0.002s) |
| 136 | 2026-05-27T05:18:35.086Z | Planning: Checking for conflicting actions ... Done (0.184s) |
| 137 | 2026-05-27T05:18:35.090Z | Planning: Consolidating action changes ... Done (0.001s) |
| 138 | 2026-05-27T05:18:35.916Z | Planning: Evaluating mediators ... Done (0.828s) |
| 139 | 2026-05-27T05:18:35.918Z | Planning: Planning completed in 1.32 seconds |
| 140 | 2026-05-27T05:18:35.924Z | Packages to install: 2 |
| 141 | 2026-05-27T05:18:35.928Z | Estimated space available: 156.07 GB |
| 142 | 2026-05-27T05:18:35.928Z | Estimated space to be consumed: 22.53 MB |
| 143 | 2026-05-27T05:18:35.928Z | Create boot environment: No |
| 144 | 2026-05-27T05:18:35.928Z | Create backup boot environment: No |
| 145 | 2026-05-27T05:18:35.928Z | Rebuild boot archive: No |
| 146 | 2026-05-27T05:18:35.928Z | |
| 147 | 2026-05-27T05:18:35.928Z | Changed packages: |
| 148 | 2026-05-27T05:18:35.928Z | helios |
| 149 | 2026-05-27T05:18:35.928Z | developer/build-essential |
| 150 | 2026-05-27T05:18:35.928Z | None -> 11-3.0 |
| 151 | 2026-05-27T05:18:35.928Z | library/libxmlsec1 |
| 152 | 2026-05-27T05:18:35.928Z | None -> 1.2.35-3.0 |
| 153 | 2026-05-27T05:18:35.949Z | |
| 154 | 2026-05-27T05:18:35.949Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 155 | 2026-05-27T05:18:36.512Z | Download: Completed 1.28 MB in 0.56 seconds (2.3M/s) |
| 156 | 2026-05-27T05:18:36.571Z | Actions: 1/268 actions (Installing new actions) |
| 157 | 2026-05-27T05:18:36.608Z | Actions: Completed 268 actions in 0.04 seconds. |
| 158 | 2026-05-27T05:18:36.640Z | Finalize: Updating package state database ... Done (0.031s) |
| 159 | 2026-05-27T05:18:36.643Z | Finalize: Updating package cache ... Done (0.000s) |
| 160 | 2026-05-27T05:18:36.658Z | Finalize: Updating image state ... Done (0.018s) |
| 161 | 2026-05-27T05:18:38.980Z | Finalize: Creating fast lookup database ... Done (2.300s) |
| 162 | 2026-05-27T05:18:39.046Z | Finalize: Reading search index ... Done (0.012s) |
| 163 | 2026-05-27T05:18:39.049Z | Finalize: Updating search index ... Done (0.000s) |
| 164 | 2026-05-27T05:18:39.143Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-05-27T05:18:39.438Z | Planning: Evaluating mediator changes ... Done |
| 166 | 2026-05-27T05:18:39.543Z | Planning: Checking for conflicting actions ... Done |
| 167 | 2026-05-27T05:18:39.546Z | Planning: Consolidating action changes ... Done |
| 168 | 2026-05-27T05:18:39.699Z | Planning: Evaluating mediators ... Done |
| 169 | 2026-05-27T05:18:39.702Z | Planning: Planning completed in 0.26 seconds |
| 170 | 2026-05-27T05:18:39.723Z | Mediators to change: 2 |
| 171 | 2026-05-27T05:18:39.723Z | Create boot environment: No |
| 172 | 2026-05-27T05:18:39.723Z | Create backup boot environment: No |
| 173 | 2026-05-27T05:18:39.777Z | Finalize: Updating package state database ... Done |
| 174 | 2026-05-27T05:18:39.777Z | Finalize: Updating package cache ... Done |
| 175 | 2026-05-27T05:18:39.787Z | Finalize: Updating image state ... Done |
| 176 | 2026-05-27T05:18:41.704Z | Finalize: Creating fast lookup database ... Done |
| 177 | 2026-05-27T05:18:41.765Z | Finalize: Reading search index ... Done |
| 178 | 2026-05-27T05:18:41.768Z | Finalize: Updating search index ... Done |
| 179 | 2026-05-27T05:18:41.856Z | Finalize: Updating package cache ... Done |
| 180 | 2026-05-27T05:18:42.137Z | Planning: Evaluating mediator changes ... Done |
| 181 | 2026-05-27T05:18:42.241Z | Planning: Checking for conflicting actions ... Done |
| 182 | 2026-05-27T05:18:42.244Z | Planning: Consolidating action changes ... Done |
| 183 | 2026-05-27T05:18:42.400Z | Planning: Evaluating mediators ... Done |
| 184 | 2026-05-27T05:18:42.403Z | Planning: Planning completed in 0.26 seconds |
| 185 | 2026-05-27T05:18:42.423Z | Mediators to change: 1 |
| 186 | 2026-05-27T05:18:42.423Z | Create boot environment: No |
| 187 | 2026-05-27T05:18:42.423Z | Create backup boot environment: No |
| 188 | 2026-05-27T05:18:42.486Z | Finalize: Updating package state database ... Done |
| 189 | 2026-05-27T05:18:42.487Z | Finalize: Updating package cache ... Done |
| 190 | 2026-05-27T05:18:42.496Z | Finalize: Updating image state ... Done |
| 191 | 2026-05-27T05:18:44.408Z | Finalize: Creating fast lookup database ... Done |
| 192 | 2026-05-27T05:18:44.468Z | Finalize: Reading search index ... Done |
| 193 | 2026-05-27T05:18:44.472Z | Finalize: Updating search index ... Done |
| 194 | 2026-05-27T05:18:44.539Z | Finalize: Updating package cache ... Done |
| 195 | 2026-05-27T05:18:44.847Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 196 | 2026-05-27T05:18:44.848Z | apache system 2.4 system |
| 197 | 2026-05-27T05:18:44.848Z | clang system 15 system |
| 198 | 2026-05-27T05:18:44.848Z | csh system system illumos |
| 199 | 2026-05-27T05:18:44.848Z | ctags system system illumos |
| 200 | 2026-05-27T05:18:44.848Z | file vendor vendor darwinsys |
| 201 | 2026-05-27T05:18:44.848Z | file system system illumos |
| 202 | 2026-05-27T05:18:44.848Z | gcc vendor 14 vendor |
| 203 | 2026-05-27T05:18:44.848Z | gcc system 13 system |
| 204 | 2026-05-27T05:18:44.848Z | gcc system 10 system |
| 205 | 2026-05-27T05:18:44.848Z | go system 1.25 system |
| 206 | 2026-05-27T05:18:44.848Z | llvm system 15 system |
| 207 | 2026-05-27T05:18:44.848Z | mariadb system 11.4 system |
| 208 | 2026-05-27T05:18:44.848Z | mta vendor vendor dma |
| 209 | 2026-05-27T05:18:44.848Z | openjdk system 17 system |
| 210 | 2026-05-27T05:18:44.848Z | openjdk system 11 system |
| 211 | 2026-05-27T05:18:44.848Z | openssl vendor 3 vendor |
| 212 | 2026-05-27T05:18:44.848Z | perl system 5.40 system |
| 213 | 2026-05-27T05:18:44.848Z | postgresql system 18 system |
| 214 | 2026-05-27T05:18:44.848Z | postgresql system 17 system |
| 215 | 2026-05-27T05:18:44.848Z | python vendor 3 vendor |
| 216 | 2026-05-27T05:18:44.848Z | python system 2 system |
| 217 | 2026-05-27T05:18:44.848Z | python3 vendor 3.13 vendor |
| 218 | 2026-05-27T05:18:44.848Z | ruby system 3.4 system |
| 219 | 2026-05-27T05:18:44.848Z | ruby system 3.0 system |
| 220 | 2026-05-27T05:18:44.848Z | words vendor vendor american-english |
| 221 | 2026-05-27T05:18:44.848Z | words system system australian-english |
| 222 | 2026-05-27T05:18:44.848Z | words system system british-english |
| 223 | 2026-05-27T05:18:44.848Z | words system system canadian-english |
| 224 | 2026-05-27T05:18:44.848Z | words system system french |
| 225 | 2026-05-27T05:18:44.848Z | words system system italian |
| 226 | 2026-05-27T05:18:44.848Z | words system system ngerman |
| 227 | 2026-05-27T05:18:44.848Z | words system system ogerman |
| 228 | 2026-05-27T05:18:44.848Z | words system system spanish |
| 229 | 2026-05-27T05:18:45.101Z | PUBLISHER TYPE STATUS P LOCATION |
| 230 | 2026-05-27T05:18:45.101Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 231 | 2026-05-27T05:18:45.373Z | FMRI IFO |
| 232 | 2026-05-27T05:18:45.373Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 233 | 2026-05-27T05:18:45.373Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 234 | 2026-05-27T05:18:45.373Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 235 | 2026-05-27T05:18:45.373Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 236 | 2026-05-27T05:18:45.373Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 237 | 2026-05-27T05:18:45.373Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 238 | 2026-05-27T05:18:45.373Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 239 | 2026-05-27T05:18:45.373Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 240 | 2026-05-27T05:18:45.373Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 241 | 2026-05-27T05:18:45.621Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 242 | 2026-05-27T05:18:45.865Z | Updating crates.io index |
| 243 | 2026-05-27T05:18:45.899Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 244 | 2026-05-27T05:18:46.643Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 245 | 2026-05-27T05:18:47.138Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 246 | 2026-05-27T05:18:47.821Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 247 | 2026-05-27T05:18:48.718Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 248 | 2026-05-27T05:18:49.213Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 249 | 2026-05-27T05:18:51.073Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 250 | 2026-05-27T05:18:51.852Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 251 | 2026-05-27T05:18:52.224Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 252 | 2026-05-27T05:18:53.044Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 253 | 2026-05-27T05:18:53.290Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 254 | 2026-05-27T05:18:53.749Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 255 | 2026-05-27T05:18:54.133Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 256 | 2026-05-27T05:18:55.036Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 257 | 2026-05-27T05:18:55.507Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 258 | 2026-05-27T05:18:55.816Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 259 | 2026-05-27T05:18:56.148Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 260 | 2026-05-27T05:18:56.788Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 261 | 2026-05-27T05:18:57.131Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 262 | 2026-05-27T05:18:57.341Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 263 | 2026-05-27T05:18:57.556Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 264 | 2026-05-27T05:18:57.804Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 265 | 2026-05-27T05:18:58.174Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 266 | 2026-05-27T05:18:58.610Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 267 | 2026-05-27T05:18:58.872Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 268 | 2026-05-27T05:18:59.353Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 269 | 2026-05-27T05:18:59.590Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 270 | 2026-05-27T05:18:59.867Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 271 | 2026-05-27T05:19:00.880Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 272 | 2026-05-27T05:19:01.554Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 273 | 2026-05-27T05:19:01.985Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 274 | 2026-05-27T05:19:02.273Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 275 | 2026-05-27T05:19:02.586Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 276 | 2026-05-27T05:19:02.894Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 277 | 2026-05-27T05:19:03.228Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 278 | 2026-05-27T05:19:03.756Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 279 | 2026-05-27T05:19:03.985Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 280 | 2026-05-27T05:19:04.226Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 281 | 2026-05-27T05:19:04.506Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 282 | 2026-05-27T05:19:04.836Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 283 | 2026-05-27T05:19:16.303Z | Downloading crates ... |
| 284 | 2026-05-27T05:19:16.360Z | Downloaded clap_derive v4.5.55 |
| 285 | 2026-05-27T05:19:16.363Z | Downloaded ordered-float v2.10.1 |
| 286 | 2026-05-27T05:19:16.369Z | Downloaded thiserror v1.0.69 |
| 287 | 2026-05-27T05:19:16.373Z | Downloaded usdt-attr-macro v0.5.0 |
| 288 | 2026-05-27T05:19:16.376Z | Downloaded unicode-xid v0.2.6 |
| 289 | 2026-05-27T05:19:16.379Z | Downloaded zmij v1.0.21 |
| 290 | 2026-05-27T05:19:16.382Z | Downloaded utf8_iter v1.0.4 |
| 291 | 2026-05-27T05:19:16.382Z | Downloaded tabled v0.15.0 |
| 292 | 2026-05-27T05:19:16.390Z | Downloaded unicode-ident v1.0.24 |
| 293 | 2026-05-27T05:19:16.393Z | Downloaded zerofrom v0.1.6 |
| 294 | 2026-05-27T05:19:16.393Z | Downloaded textwrap v0.16.2 |
| 295 | 2026-05-27T05:19:16.393Z | Downloaded yoke-derive v0.8.1 |
| 296 | 2026-05-27T05:19:16.396Z | Downloaded hashbrown v0.17.0 |
| 297 | 2026-05-27T05:19:16.399Z | Downloaded tinystr v0.8.2 |
| 298 | 2026-05-27T05:19:16.399Z | Downloaded form_urlencoded v1.2.2 |
| 299 | 2026-05-27T05:19:16.399Z | Downloaded displaydoc v0.2.5 |
| 300 | 2026-05-27T05:19:16.402Z | Downloaded digest v0.10.7 |
| 301 | 2026-05-27T05:19:16.402Z | Downloaded anstyle-parse v0.2.7 |
| 302 | 2026-05-27T05:19:16.402Z | Downloaded utf8parse v0.2.2 |
| 303 | 2026-05-27T05:19:16.406Z | Downloaded usdt-macro v0.5.0 |
| 304 | 2026-05-27T05:19:16.406Z | Downloaded icu_properties v2.1.2 |
| 305 | 2026-05-27T05:19:16.406Z | Downloaded heck v0.5.0 |
| 306 | 2026-05-27T05:19:16.406Z | Downloaded fnv v1.0.7 |
| 307 | 2026-05-27T05:19:16.408Z | Downloaded ucd-trie v0.1.7 |
| 308 | 2026-05-27T05:19:16.408Z | Downloaded clap_lex v1.0.0 |
| 309 | 2026-05-27T05:19:16.412Z | Downloaded papergrid v0.11.0 |
| 310 | 2026-05-27T05:19:16.415Z | Downloaded litemap v0.8.1 |
| 311 | 2026-05-27T05:19:16.415Z | Downloaded tabled_derive v0.7.0 |
| 312 | 2026-05-27T05:19:16.415Z | Downloaded itoa v1.0.17 |
| 313 | 2026-05-27T05:19:16.418Z | Downloaded icu_provider v2.1.1 |
| 314 | 2026-05-27T05:19:16.421Z | Downloaded version_check v0.9.5 |
| 315 | 2026-05-27T05:19:16.424Z | Downloaded idna_adapter v1.2.1 |
| 316 | 2026-05-27T05:19:16.424Z | Downloaded cfg-if v1.0.4 |
| 317 | 2026-05-27T05:19:16.424Z | Downloaded toml_datetime v0.6.11 |
| 318 | 2026-05-27T05:19:16.424Z | Downloaded errno v0.3.14 |
| 319 | 2026-05-27T05:19:16.427Z | Downloaded toml_write v0.1.2 |
| 320 | 2026-05-27T05:19:16.430Z | Downloaded yoke v0.8.1 |
| 321 | 2026-05-27T05:19:16.430Z | Downloaded strsim v0.11.1 |
| 322 | 2026-05-27T05:19:16.430Z | Downloaded is_terminal_polyfill v1.70.2 |
| 323 | 2026-05-27T05:19:16.434Z | Downloaded thread-id v4.2.2 |
| 324 | 2026-05-27T05:19:16.434Z | Downloaded anstyle-query v1.1.5 |
| 325 | 2026-05-27T05:19:16.434Z | Downloaded thiserror-impl v2.0.18 |
| 326 | 2026-05-27T05:19:16.434Z | Downloaded heck v0.4.1 |
| 327 | 2026-05-27T05:19:16.437Z | Downloaded macaddr v1.0.1 |
| 328 | 2026-05-27T05:19:16.437Z | Downloaded usdt v0.5.0 |
| 329 | 2026-05-27T05:19:16.441Z | Downloaded colorchoice v1.0.4 |
| 330 | 2026-05-27T05:19:16.445Z | Downloaded toml_edit v0.22.27 |
| 331 | 2026-05-27T05:19:16.445Z | Downloaded crypto-common v0.1.7 |
| 332 | 2026-05-27T05:19:16.445Z | Downloaded terminal_size v0.4.3 |
| 333 | 2026-05-27T05:19:16.448Z | Downloaded stable_deref_trait v1.2.1 |
| 334 | 2026-05-27T05:19:16.448Z | Downloaded zerovec-derive v0.11.2 |
| 335 | 2026-05-27T05:19:16.448Z | Downloaded swrite v0.1.0 |
| 336 | 2026-05-27T05:19:16.448Z | Downloaded thiserror v2.0.18 |
| 337 | 2026-05-27T05:19:16.452Z | Downloaded typeid v1.0.3 |
| 338 | 2026-05-27T05:19:16.452Z | Downloaded bytecount v0.6.9 |
| 339 | 2026-05-27T05:19:16.456Z | Downloaded unicode-linebreak v0.1.5 |
| 340 | 2026-05-27T05:19:16.461Z | Downloaded thiserror-impl v1.0.69 |
| 341 | 2026-05-27T05:19:16.461Z | Downloaded cpufeatures v0.2.17 |
| 342 | 2026-05-27T05:19:16.464Z | Downloaded zerofrom-derive v0.1.6 |
| 343 | 2026-05-27T05:19:16.464Z | Downloaded generic-array v0.14.7 |
| 344 | 2026-05-27T05:19:16.464Z | Downloaded zerotrie v0.2.3 |
| 345 | 2026-05-27T05:19:16.467Z | Downloaded usdt-impl v0.5.0 |
| 346 | 2026-05-27T05:19:16.467Z | Downloaded equivalent v1.0.2 |
| 347 | 2026-05-27T05:19:16.467Z | Downloaded writeable v0.6.2 |
| 348 | 2026-05-27T05:19:16.467Z | Downloaded serde-value v0.7.0 |
| 349 | 2026-05-27T05:19:16.470Z | Downloaded potential_utf v0.1.4 |
| 350 | 2026-05-27T05:19:16.470Z | Downloaded zerocopy-derive v0.7.35 |
| 351 | 2026-05-27T05:19:16.473Z | Downloaded smawk v0.3.2 |
| 352 | 2026-05-27T05:19:16.477Z | Downloaded typenum v1.19.0 |
| 353 | 2026-05-27T05:19:16.477Z | Downloaded proc-macro-error-attr v1.0.4 |
| 354 | 2026-05-27T05:19:16.477Z | Downloaded fastrand v2.3.0 |
| 355 | 2026-05-27T05:19:16.480Z | Downloaded serde_spanned v0.6.9 |
| 356 | 2026-05-27T05:19:16.480Z | Downloaded memmap v0.7.0 |
| 357 | 2026-05-27T05:19:16.480Z | Downloaded dof v0.3.0 |
| 358 | 2026-05-27T05:19:16.480Z | Downloaded url v2.5.8 |
| 359 | 2026-05-27T05:19:16.483Z | Downloaded block-buffer v0.10.4 |
| 360 | 2026-05-27T05:19:16.483Z | Downloaded plain v0.2.3 |
| 361 | 2026-05-27T05:19:16.486Z | Downloaded dtrace-parser v0.2.0 |
| 362 | 2026-05-27T05:19:16.486Z | Downloaded percent-encoding v2.3.2 |
| 363 | 2026-05-27T05:19:16.489Z | Downloaded erased-serde v0.4.9 |
| 364 | 2026-05-27T05:19:16.489Z | Downloaded zerocopy v0.7.35 |
| 365 | 2026-05-27T05:19:16.497Z | Downloaded fs-err v3.3.0 |
| 366 | 2026-05-27T05:19:16.500Z | Downloaded anstream v0.6.21 |
| 367 | 2026-05-27T05:19:16.500Z | Downloaded cargo-platform v0.2.0 |
| 368 | 2026-05-27T05:19:16.503Z | Downloaded zerovec v0.11.5 |
| 369 | 2026-05-27T05:19:16.506Z | Downloaded scroll_derive v0.12.1 |
| 370 | 2026-05-27T05:19:16.506Z | Downloaded cargo_toml v0.21.0 |
| 371 | 2026-05-27T05:19:16.508Z | Downloaded unicode-width v0.2.0 |
| 372 | 2026-05-27T05:19:16.517Z | Downloaded sha2 v0.10.9 |
| 373 | 2026-05-27T05:19:16.520Z | Downloaded quote v1.0.45 |
| 374 | 2026-05-27T05:19:16.520Z | Downloaded winnow v0.7.14 |
| 375 | 2026-05-27T05:19:16.523Z | Downloaded pretty-hex v0.4.1 |
| 376 | 2026-05-27T05:19:16.526Z | Downloaded unicode-width v0.1.14 |
| 377 | 2026-05-27T05:19:16.531Z | Downloaded synstructure v0.13.2 |
| 378 | 2026-05-27T05:19:16.531Z | Downloaded camino-tempfile v1.4.1 |
| 379 | 2026-05-27T05:19:16.534Z | Downloaded num-traits v0.2.19 |
| 380 | 2026-05-27T05:19:16.534Z | Downloaded autocfg v1.5.0 |
| 381 | 2026-05-27T05:19:16.537Z | Downloaded memchr v2.8.0 |
| 382 | 2026-05-27T05:19:16.542Z | Downloaded serde_tokenstream v0.2.3 |
| 383 | 2026-05-27T05:19:16.547Z | Downloaded byteorder v1.5.0 |
| 384 | 2026-05-27T05:19:16.547Z | Downloaded anstyle v1.0.13 |
| 385 | 2026-05-27T05:19:16.553Z | Downloaded serde-untagged v0.1.9 |
| 386 | 2026-05-27T05:19:16.556Z | Downloaded bitflags v2.11.0 |
| 387 | 2026-05-27T05:19:16.559Z | Downloaded semver v1.0.28 |
| 388 | 2026-05-27T05:19:16.562Z | Downloaded pest_derive v2.8.6 |
| 389 | 2026-05-27T05:19:16.562Z | Downloaded camino v1.2.2 |
| 390 | 2026-05-27T05:19:16.606Z | Downloaded smallvec v1.15.1 |
| 391 | 2026-05-27T05:19:16.606Z | Downloaded proc-macro-error v1.0.4 |
| 392 | 2026-05-27T05:19:16.606Z | Downloaded once_cell v1.21.3 |
| 393 | 2026-05-27T05:19:16.606Z | Downloaded tempfile v3.25.0 |
| 394 | 2026-05-27T05:19:16.610Z | Downloaded scroll v0.12.0 |
| 395 | 2026-05-27T05:19:16.610Z | Downloaded pest_generator v2.8.6 |
| 396 | 2026-05-27T05:19:16.610Z | Downloaded log v0.4.29 |
| 397 | 2026-05-27T05:19:16.610Z | Downloaded indexmap v2.14.0 |
| 398 | 2026-05-27T05:19:16.610Z | Downloaded cargo-util-schemas v0.8.2 |
| 399 | 2026-05-27T05:19:16.611Z | Downloaded anyhow v1.0.102 |
| 400 | 2026-05-27T05:19:16.611Z | Downloaded serde_core v1.0.228 |
| 401 | 2026-05-27T05:19:16.611Z | Downloaded proc-macro2 v1.0.106 |
| 402 | 2026-05-27T05:19:16.611Z | Downloaded getrandom v0.4.1 |
| 403 | 2026-05-27T05:19:16.611Z | Downloaded serde_derive v1.0.228 |
| 404 | 2026-05-27T05:19:16.611Z | Downloaded icu_locale_core v2.1.1 |
| 405 | 2026-05-27T05:19:16.611Z | Downloaded pest_meta v2.8.6 |
| 406 | 2026-05-27T05:19:16.611Z | Downloaded cargo_metadata v0.21.0 |
| 407 | 2026-05-27T05:19:16.611Z | Downloaded clap v4.5.60 |
| 408 | 2026-05-27T05:19:16.611Z | Downloaded icu_normalizer_data v2.1.1 |
| 409 | 2026-05-27T05:19:16.611Z | Downloaded icu_collections v2.1.1 |
| 410 | 2026-05-27T05:19:16.611Z | Downloaded serde v1.0.228 |
| 411 | 2026-05-27T05:19:16.615Z | Downloaded icu_normalizer v2.1.1 |
| 412 | 2026-05-27T05:19:16.623Z | Downloaded icu_properties_data v2.1.2 |
| 413 | 2026-05-27T05:19:16.631Z | Downloaded pest v2.8.6 |
| 414 | 2026-05-27T05:19:16.638Z | Downloaded idna v1.1.0 |
| 415 | 2026-05-27T05:19:16.646Z | Downloaded serde_json v1.0.149 |
| 416 | 2026-05-27T05:19:16.650Z | Downloaded clap_builder v4.5.60 |
| 417 | 2026-05-27T05:19:16.654Z | Downloaded goblin v0.8.2 |
| 418 | 2026-05-27T05:19:16.676Z | Downloaded syn v1.0.109 |
| 419 | 2026-05-27T05:19:16.684Z | Downloaded syn v2.0.117 |
| 420 | 2026-05-27T05:19:16.699Z | Downloaded rustix v1.1.3 |
| 421 | 2026-05-27T05:19:16.719Z | Downloaded libc v0.2.185 |
| 422 | 2026-05-27T05:19:19.145Z | warning: spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/toml/0.8.23/download` (151.101.22.137), got 500 |
| 423 | 2026-05-27T05:19:19.145Z | body: |
| 424 | 2026-05-27T05:19:19.145Z | error sending request: generic send error: Error occurred processing send to backend us-west-1 |
| 425 | 2026-05-27T05:19:19.838Z | Downloaded toml v0.8.23 |
| 426 | 2026-05-27T05:19:19.891Z | Compiling proc-macro2 v1.0.106 |
| 427 | 2026-05-27T05:19:19.894Z | Compiling unicode-ident v1.0.24 |
| 428 | 2026-05-27T05:19:19.894Z | Compiling quote v1.0.45 |
| 429 | 2026-05-27T05:19:19.894Z | Compiling serde_core v1.0.228 |
| 430 | 2026-05-27T05:19:19.894Z | Compiling libc v0.2.185 |
| 431 | 2026-05-27T05:19:19.894Z | Compiling version_check v0.9.5 |
| 432 | 2026-05-27T05:19:19.894Z | Compiling memchr v2.8.0 |
| 433 | 2026-05-27T05:19:19.894Z | Compiling stable_deref_trait v1.2.1 |
| 434 | 2026-05-27T05:19:20.209Z | Compiling serde v1.0.228 |
| 435 | 2026-05-27T05:19:20.229Z | Compiling zmij v1.0.21 |
| 436 | 2026-05-27T05:19:20.479Z | Compiling itoa v1.0.17 |
| 437 | 2026-05-27T05:19:20.593Z | Compiling ucd-trie v0.1.7 |
| 438 | 2026-05-27T05:19:20.641Z | Compiling thiserror v1.0.69 |
| 439 | 2026-05-27T05:19:20.788Z | Compiling autocfg v1.5.0 |
| 440 | 2026-05-27T05:19:20.858Z | Compiling pest v2.8.6 |
| 441 | 2026-05-27T05:19:20.897Z | Compiling litemap v0.8.1 |
| 442 | 2026-05-27T05:19:20.996Z | Compiling writeable v0.6.2 |
| 443 | 2026-05-27T05:19:21.129Z | Compiling rustix v1.1.3 |
| 444 | 2026-05-27T05:19:21.191Z | Compiling icu_properties_data v2.1.2 |
| 445 | 2026-05-27T05:19:21.372Z | Compiling icu_normalizer_data v2.1.1 |
| 446 | 2026-05-27T05:19:21.434Z | Compiling syn v2.0.117 |
| 447 | 2026-05-27T05:19:21.466Z | Compiling byteorder v1.5.0 |
| 448 | 2026-05-27T05:19:21.585Z | Compiling errno v0.3.14 |
| 449 | 2026-05-27T05:19:21.629Z | Compiling bitflags v2.11.0 |
| 450 | 2026-05-27T05:19:21.687Z | Compiling serde_json v1.0.149 |
| 451 | 2026-05-27T05:19:21.868Z | Compiling num-traits v0.2.19 |
| 452 | 2026-05-27T05:19:21.931Z | Compiling hashbrown v0.17.0 |
| 453 | 2026-05-27T05:19:21.931Z | Compiling pest_meta v2.8.6 |
| 454 | 2026-05-27T05:19:22.046Z | Compiling smallvec v1.15.1 |
| 455 | 2026-05-27T05:19:22.115Z | Compiling equivalent v1.0.2 |
| 456 | 2026-05-27T05:19:22.267Z | Compiling typeid v1.0.3 |
| 457 | 2026-05-27T05:19:22.440Z | Compiling indexmap v2.14.0 |
| 458 | 2026-05-27T05:19:22.542Z | Compiling thread-id v4.2.2 |
| 459 | 2026-05-27T05:19:22.586Z | Compiling usdt-impl v0.5.0 |
| 460 | 2026-05-27T05:19:22.618Z | Compiling proc-macro-error-attr v1.0.4 |
| 461 | 2026-05-27T05:19:22.618Z | Compiling toml_write v0.1.2 |
| 462 | 2026-05-27T05:19:22.761Z | Compiling syn v1.0.109 |
| 463 | 2026-05-27T05:19:22.795Z | Compiling erased-serde v0.4.9 |
| 464 | 2026-05-27T05:19:22.829Z | Compiling winnow v0.7.14 |
| 465 | 2026-05-27T05:19:23.124Z | Compiling proc-macro-error v1.0.4 |
| 466 | 2026-05-27T05:19:23.201Z | Compiling percent-encoding v2.3.2 |
| 467 | 2026-05-27T05:19:23.312Z | Compiling utf8parse v0.2.2 |
| 468 | 2026-05-27T05:19:23.396Z | Compiling getrandom v0.4.1 |
| 469 | 2026-05-27T05:19:23.429Z | Compiling log v0.4.29 |
| 470 | 2026-05-27T05:19:23.500Z | Compiling camino v1.2.2 |
| 471 | 2026-05-27T05:19:23.609Z | Compiling utf8_iter v1.0.4 |
| 472 | 2026-05-27T05:19:23.626Z | Compiling plain v0.2.3 |
| 473 | 2026-05-27T05:19:23.732Z | Compiling thiserror v2.0.18 |
| 474 | 2026-05-27T05:19:23.750Z | Compiling ordered-float v2.10.1 |
| 475 | 2026-05-27T05:19:23.765Z | Compiling anstyle-parse v0.2.7 |
| 476 | 2026-05-27T05:19:23.802Z | Compiling form_urlencoded v1.2.2 |
| 477 | 2026-05-27T05:19:23.973Z | Compiling synstructure v0.13.2 |
| 478 | 2026-05-27T05:19:23.990Z | Compiling pest_generator v2.8.6 |
| 479 | 2026-05-27T05:19:24.283Z | Compiling terminal_size v0.4.3 |
| 480 | 2026-05-27T05:19:24.424Z | Compiling is_terminal_polyfill v1.70.2 |
| 481 | 2026-05-27T05:19:24.459Z | Compiling pretty-hex v0.4.1 |
| 482 | 2026-05-27T05:19:24.539Z | Compiling anstyle-query v1.1.5 |
| 483 | 2026-05-27T05:19:24.572Z | Compiling colorchoice v1.0.4 |
| 484 | 2026-05-27T05:19:24.589Z | Compiling anstyle v1.0.13 |
| 485 | 2026-05-27T05:19:24.618Z | Compiling cfg-if v1.0.4 |
| 486 | 2026-05-27T05:19:24.666Z | Compiling serde-untagged v0.1.9 |
| 487 | 2026-05-27T05:19:24.723Z | Compiling semver v1.0.28 |
| 488 | 2026-05-27T05:19:24.817Z | Compiling anstream v0.6.21 |
| 489 | 2026-05-27T05:19:24.863Z | Compiling fs-err v3.3.0 |
| 490 | 2026-05-27T05:19:24.909Z | Compiling strsim v0.11.1 |
| 491 | 2026-05-27T05:19:25.051Z | Compiling unicode-width v0.1.14 |
| 492 | 2026-05-27T05:19:25.054Z | Compiling bytecount v0.6.9 |
| 493 | 2026-05-27T05:19:25.092Z | Compiling fnv v1.0.7 |
| 494 | 2026-05-27T05:19:25.131Z | Compiling once_cell v1.21.3 |
| 495 | 2026-05-27T05:19:25.214Z | Compiling anyhow v1.0.102 |
| 496 | 2026-05-27T05:19:25.262Z | Compiling fastrand v2.3.0 |
| 497 | 2026-05-27T05:19:25.325Z | Compiling heck v0.5.0 |
| 498 | 2026-05-27T05:19:25.343Z | Compiling clap_lex v1.0.0 |
| 499 | 2026-05-27T05:19:25.513Z | Compiling heck v0.4.1 |
| 500 | 2026-05-27T05:19:25.530Z | Compiling unicode-xid v0.2.6 |
| 501 | 2026-05-27T05:19:25.562Z | Compiling clap_builder v4.5.60 |
| 502 | 2026-05-27T05:19:25.581Z | Compiling tempfile v3.25.0 |
| 503 | 2026-05-27T05:19:25.669Z | Compiling papergrid v0.11.0 |
| 504 | 2026-05-27T05:19:25.713Z | Compiling serde_derive v1.0.228 |
| 505 | 2026-05-27T05:19:25.734Z | Compiling zerofrom-derive v0.1.6 |
| 506 | 2026-05-27T05:19:25.751Z | Compiling yoke-derive v0.8.1 |
| 507 | 2026-05-27T05:19:25.959Z | Compiling zerovec-derive v0.11.2 |
| 508 | 2026-05-27T05:19:26.069Z | Compiling displaydoc v0.2.5 |
| 509 | 2026-05-27T05:19:26.794Z | Compiling thiserror-impl v1.0.69 |
| 510 | 2026-05-27T05:19:26.887Z | Compiling zerocopy-derive v0.7.35 |
| 511 | 2026-05-27T05:19:27.041Z | Compiling pest_derive v2.8.6 |
| 512 | 2026-05-27T05:19:27.077Z | Compiling scroll_derive v0.12.1 |
| 513 | 2026-05-27T05:19:27.101Z | Compiling zerofrom v0.1.6 |
| 514 | 2026-05-27T05:19:27.235Z | Compiling yoke v0.8.1 |
| 515 | 2026-05-27T05:19:27.428Z | Compiling zerovec v0.11.5 |
| 516 | 2026-05-27T05:19:27.453Z | Compiling zerotrie v0.2.3 |
| 517 | 2026-05-27T05:19:27.767Z | Compiling scroll v0.12.0 |
| 518 | 2026-05-27T05:19:27.772Z | Compiling thiserror-impl v2.0.18 |
| 519 | 2026-05-27T05:19:27.776Z | Compiling zerocopy v0.7.35 |
| 520 | 2026-05-27T05:19:27.932Z | Compiling tinystr v0.8.2 |
| 521 | 2026-05-27T05:19:28.006Z | Compiling potential_utf v0.1.4 |
| 522 | 2026-05-27T05:19:28.138Z | Compiling icu_locale_core v2.1.1 |
| 523 | 2026-05-27T05:19:28.156Z | Compiling icu_collections v2.1.1 |
| 524 | 2026-05-27T05:19:28.173Z | Compiling dtrace-parser v0.2.0 |
| 525 | 2026-05-27T05:19:28.316Z | Compiling goblin v0.8.2 |
| 526 | 2026-05-27T05:19:28.537Z | Compiling tabled_derive v0.7.0 |
| 527 | 2026-05-27T05:19:28.630Z | Compiling clap_derive v4.5.55 |
| 528 | 2026-05-27T05:19:28.906Z | Compiling icu_provider v2.1.1 |
| 529 | 2026-05-27T05:19:29.076Z | Compiling toml_datetime v0.6.11 |
| 530 | 2026-05-27T05:19:29.105Z | Compiling serde_spanned v0.6.9 |
| 531 | 2026-05-27T05:19:29.123Z | Compiling dof v0.3.0 |
| 532 | 2026-05-27T05:19:29.123Z | Compiling serde_tokenstream v0.2.3 |
| 533 | 2026-05-27T05:19:29.210Z | Compiling icu_normalizer v2.1.1 |
| 534 | 2026-05-27T05:19:29.254Z | Compiling icu_properties v2.1.2 |
| 535 | 2026-05-27T05:19:29.337Z | Compiling toml_edit v0.22.27 |
| 536 | 2026-05-27T05:19:29.583Z | Compiling serde-value v0.7.0 |
| 537 | 2026-05-27T05:19:29.622Z | Compiling cargo-platform v0.2.0 |
| 538 | 2026-05-27T05:19:29.828Z | Compiling memmap v0.7.0 |
| 539 | 2026-05-27T05:19:29.904Z | Compiling unicode-width v0.2.0 |
| 540 | 2026-05-27T05:19:29.951Z | Compiling unicode-linebreak v0.1.5 |
| 541 | 2026-05-27T05:19:30.021Z | Compiling smawk v0.3.2 |
| 542 | 2026-05-27T05:19:30.120Z | Compiling usdt-attr-macro v0.5.0 |
| 543 | 2026-05-27T05:19:30.164Z | Compiling idna_adapter v1.2.1 |
| 544 | 2026-05-27T05:19:30.198Z | Compiling usdt-macro v0.5.0 |
| 545 | 2026-05-27T05:19:30.215Z | Compiling textwrap v0.16.2 |
| 546 | 2026-05-27T05:19:30.311Z | Compiling idna v1.1.0 |
| 547 | 2026-05-27T05:19:30.385Z | Compiling tabled v0.15.0 |
| 548 | 2026-05-27T05:19:30.409Z | Compiling clap v4.5.60 |
| 549 | 2026-05-27T05:19:30.684Z | Compiling url v2.5.8 |
| 550 | 2026-05-27T05:19:30.808Z | Compiling macaddr v1.0.1 |
| 551 | 2026-05-27T05:19:30.825Z | Compiling toml v0.8.23 |
| 552 | 2026-05-27T05:19:30.973Z | Compiling camino-tempfile v1.4.1 |
| 553 | 2026-05-27T05:19:31.206Z | Compiling cargo-util-schemas v0.8.2 |
| 554 | 2026-05-27T05:19:31.433Z | Compiling cargo_toml v0.21.0 |
| 555 | 2026-05-27T05:19:31.436Z | Compiling swrite v0.1.0 |
| 556 | 2026-05-27T05:19:31.481Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 557 | 2026-05-27T05:19:31.731Z | Compiling usdt v0.5.0 |
| 558 | 2026-05-27T05:19:32.127Z | Compiling cargo_metadata v0.21.0 |
| 559 | 2026-05-27T05:19:33.056Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 560 | 2026-05-27T05:19:35.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.67s |
| 561 | 2026-05-27T05:19:35.369Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 562 | 2026-05-27T05:19:35.936Z | Downloading crates ... |
| 563 | 2026-05-27T05:19:36.045Z | Downloaded adler2 v2.0.1 |
| 564 | 2026-05-27T05:19:36.057Z | Downloaded compression-core v0.4.31 |
| 565 | 2026-05-27T05:19:36.060Z | Downloaded buf-list v1.1.2 |
| 566 | 2026-05-27T05:19:36.060Z | Downloaded bit-set v0.8.0 |
| 567 | 2026-05-27T05:19:36.064Z | Downloaded bitfield-struct v0.6.2 |
| 568 | 2026-05-27T05:19:36.064Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 569 | 2026-05-27T05:19:36.064Z | Downloaded base64ct v1.8.3 |
| 570 | 2026-05-27T05:19:36.070Z | Downloaded base64 v0.21.7 |
| 571 | 2026-05-27T05:19:36.073Z | Downloaded bitfield-macros v0.19.4 |
| 572 | 2026-05-27T05:19:36.078Z | Downloaded ciborium-ll v0.2.2 |
| 573 | 2026-05-27T05:19:36.083Z | Downloaded bit-set v0.5.3 |
| 574 | 2026-05-27T05:19:36.083Z | Downloaded async-stream v0.3.6 |
| 575 | 2026-05-27T05:19:36.087Z | Downloaded cfg_aliases v0.1.1 |
| 576 | 2026-05-27T05:19:36.090Z | Downloaded array-init v0.0.4 |
| 577 | 2026-05-27T05:19:36.094Z | Downloaded cfg_aliases v0.2.1 |
| 578 | 2026-05-27T05:19:36.097Z | Downloaded atomicwrites v0.4.4 |
| 579 | 2026-05-27T05:19:36.097Z | Downloaded atty v0.2.14 |
| 580 | 2026-05-27T05:19:36.103Z | Downloaded cobs v0.3.0 |
| 581 | 2026-05-27T05:19:36.113Z | Downloaded cstr-argument v0.1.2 |
| 582 | 2026-05-27T05:19:36.116Z | Downloaded constant_time_eq v0.4.2 |
| 583 | 2026-05-27T05:19:36.116Z | Downloaded crunchy v0.2.4 |
| 584 | 2026-05-27T05:19:36.116Z | Downloaded async-trait v0.1.89 |
| 585 | 2026-05-27T05:19:36.119Z | Downloaded crucible-workspace-hack v0.1.0 |
| 586 | 2026-05-27T05:19:36.119Z | Downloaded compression-codecs v0.4.37 |
| 587 | 2026-05-27T05:19:36.122Z | Downloaded arc-swap v1.8.2 |
| 588 | 2026-05-27T05:19:36.125Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 589 | 2026-05-27T05:19:36.125Z | Downloaded colored v3.1.1 |
| 590 | 2026-05-27T05:19:36.129Z | Downloaded cipher v0.4.4 |
| 591 | 2026-05-27T05:19:36.129Z | Downloaded base64 v0.22.1 |
| 592 | 2026-05-27T05:19:36.134Z | Downloaded convert_case v0.10.0 |
| 593 | 2026-05-27T05:19:36.134Z | Downloaded castaway v0.2.4 |
| 594 | 2026-05-27T05:19:36.134Z | Downloaded darling_macro v0.21.3 |
| 595 | 2026-05-27T05:19:36.134Z | Downloaded display-error-chain v0.2.2 |
| 596 | 2026-05-27T05:19:36.134Z | Downloaded crc8 v0.1.1 |
| 597 | 2026-05-27T05:19:36.137Z | Downloaded async-stream-impl v0.3.6 |
| 598 | 2026-05-27T05:19:36.137Z | Downloaded bitflags v1.3.2 |
| 599 | 2026-05-27T05:19:36.137Z | Downloaded cargo-platform v0.3.2 |
| 600 | 2026-05-27T05:19:36.137Z | Downloaded assert_matches v1.5.0 |
| 601 | 2026-05-27T05:19:36.140Z | Downloaded cargo_metadata v0.23.1 |
| 602 | 2026-05-27T05:19:36.140Z | Downloaded bit-vec v0.8.0 |
| 603 | 2026-05-27T05:19:36.140Z | Downloaded dsl_auto_type v0.2.0 |
| 604 | 2026-05-27T05:19:36.146Z | Downloaded difflib v0.4.0 |
| 605 | 2026-05-27T05:19:36.146Z | Downloaded defmt v0.3.100 |
| 606 | 2026-05-27T05:19:36.146Z | Downloaded darling_macro v0.23.0 |
| 607 | 2026-05-27T05:19:36.152Z | Downloaded downcast-rs v2.0.2 |
| 608 | 2026-05-27T05:19:36.152Z | Downloaded dirs-next v2.0.0 |
| 609 | 2026-05-27T05:19:36.159Z | Downloaded convert_case v0.4.0 |
| 610 | 2026-05-27T05:19:36.159Z | Downloaded dtrace-parser v0.3.0 |
| 611 | 2026-05-27T05:19:36.159Z | Downloaded ahash v0.8.12 |
| 612 | 2026-05-27T05:19:36.159Z | Downloaded dyn-clone v1.0.20 |
| 613 | 2026-05-27T05:19:36.159Z | Downloaded cassowary v0.3.0 |
| 614 | 2026-05-27T05:19:36.162Z | Downloaded endian-type v0.1.2 |
| 615 | 2026-05-27T05:19:36.162Z | Downloaded embedded-io v0.6.1 |
| 616 | 2026-05-27T05:19:36.162Z | Downloaded env_filter v1.0.0 |
| 617 | 2026-05-27T05:19:36.162Z | Downloaded embedded-io v0.4.0 |
| 618 | 2026-05-27T05:19:36.162Z | Downloaded cpufeatures v0.3.0 |
| 619 | 2026-05-27T05:19:36.166Z | Downloaded base16ct v0.2.0 |
| 620 | 2026-05-27T05:19:36.170Z | Downloaded foreign-types-macros v0.2.3 |
| 621 | 2026-05-27T05:19:36.170Z | Downloaded fixedbitset v0.4.2 |
| 622 | 2026-05-27T05:19:36.170Z | Downloaded crc-catalog v2.4.0 |
| 623 | 2026-05-27T05:19:36.170Z | Downloaded debug-ignore v1.0.5 |
| 624 | 2026-05-27T05:19:36.170Z | Downloaded async-recursion v1.1.1 |
| 625 | 2026-05-27T05:19:36.173Z | Downloaded arrayref v0.3.9 |
| 626 | 2026-05-27T05:19:36.173Z | Downloaded crc v3.4.0 |
| 627 | 2026-05-27T05:19:36.173Z | Downloaded darling_macro v0.20.11 |
| 628 | 2026-05-27T05:19:36.173Z | Downloaded block-padding v0.3.3 |
| 629 | 2026-05-27T05:19:36.178Z | Downloaded ascii-canvas v3.0.0 |
| 630 | 2026-05-27T05:19:36.178Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 631 | 2026-05-27T05:19:36.178Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 632 | 2026-05-27T05:19:36.184Z | Downloaded foreign-types-shared v0.3.1 |
| 633 | 2026-05-27T05:19:36.184Z | Downloaded dunce v1.0.5 |
| 634 | 2026-05-27T05:19:36.184Z | Downloaded aead v0.5.2 |
| 635 | 2026-05-27T05:19:36.184Z | Downloaded byte-wrapper v0.1.0 |
| 636 | 2026-05-27T05:19:36.189Z | Downloaded fd-lock v4.0.4 |
| 637 | 2026-05-27T05:19:36.190Z | Downloaded foreign-types v0.3.2 |
| 638 | 2026-05-27T05:19:36.190Z | Downloaded atomic-waker v1.1.2 |
| 639 | 2026-05-27T05:19:36.190Z | Downloaded document-features v0.2.12 |
| 640 | 2026-05-27T05:19:36.198Z | Downloaded float-ord v0.3.2 |
| 641 | 2026-05-27T05:19:36.198Z | Downloaded ctr v0.9.2 |
| 642 | 2026-05-27T05:19:36.198Z | Downloaded bitfield v0.19.4 |
| 643 | 2026-05-27T05:19:36.202Z | Downloaded bit-vec v0.6.3 |
| 644 | 2026-05-27T05:19:36.202Z | Downloaded futures-sink v0.3.32 |
| 645 | 2026-05-27T05:19:36.203Z | Downloaded ciborium-io v0.2.2 |
| 646 | 2026-05-27T05:19:36.203Z | Downloaded defmt-parser v1.0.0 |
| 647 | 2026-05-27T05:19:36.203Z | Downloaded foreign-types v0.5.0 |
| 648 | 2026-05-27T05:19:36.203Z | Downloaded futures-macro v0.3.32 |
| 649 | 2026-05-27T05:19:36.203Z | Downloaded critical-section v1.2.0 |
| 650 | 2026-05-27T05:19:36.208Z | Downloaded futures-io v0.3.32 |
| 651 | 2026-05-27T05:19:36.208Z | Downloaded funty v2.0.0 |
| 652 | 2026-05-27T05:19:36.208Z | Downloaded foreign-types-shared v0.1.1 |
| 653 | 2026-05-27T05:19:36.209Z | Downloaded futures-core v0.3.32 |
| 654 | 2026-05-27T05:19:36.213Z | Downloaded futures-task v0.3.32 |
| 655 | 2026-05-27T05:19:36.213Z | Downloaded daft-derive v0.1.7 |
| 656 | 2026-05-27T05:19:36.213Z | Downloaded darling v0.13.4 |
| 657 | 2026-05-27T05:19:36.217Z | Downloaded chacha20 v0.10.0 |
| 658 | 2026-05-27T05:19:36.218Z | Downloaded cookie_store v0.22.1 |
| 659 | 2026-05-27T05:19:36.218Z | Downloaded ciborium v0.2.2 |
| 660 | 2026-05-27T05:19:36.223Z | Downloaded float-cmp v0.10.0 |
| 661 | 2026-05-27T05:19:36.223Z | Downloaded dof v0.4.0 |
| 662 | 2026-05-27T05:19:36.223Z | Downloaded corncobs v0.1.4 |
| 663 | 2026-05-27T05:19:36.223Z | Downloaded blowfish v0.9.1 |
| 664 | 2026-05-27T05:19:36.223Z | Downloaded backoff v0.4.0 |
| 665 | 2026-05-27T05:19:36.223Z | Downloaded globwalk v0.9.1 |
| 666 | 2026-05-27T05:19:36.226Z | Downloaded derive_builder_macro v0.20.2 |
| 667 | 2026-05-27T05:19:36.226Z | Downloaded argon2 v0.5.3 |
| 668 | 2026-05-27T05:19:36.226Z | Downloaded derive_builder_core v0.20.2 |
| 669 | 2026-05-27T05:19:36.226Z | Downloaded bcs v0.1.6 |
| 670 | 2026-05-27T05:19:36.230Z | Downloaded dirs-sys-next v0.1.2 |
| 671 | 2026-05-27T05:19:36.230Z | Downloaded deranged v0.5.8 |
| 672 | 2026-05-27T05:19:36.233Z | Downloaded defmt v1.0.1 |
| 673 | 2026-05-27T05:19:36.233Z | Downloaded cmake v0.1.57 |
| 674 | 2026-05-27T05:19:36.233Z | Downloaded git-stub v1.0.0 |
| 675 | 2026-05-27T05:19:36.233Z | Downloaded diesel-dtrace v0.5.0 |
| 676 | 2026-05-27T05:19:36.237Z | Downloaded enum-as-inner v0.6.1 |
| 677 | 2026-05-27T05:19:36.237Z | Downloaded bb8 v0.8.6 |
| 678 | 2026-05-27T05:19:36.237Z | Downloaded async-bb8-diesel v0.2.1 |
| 679 | 2026-05-27T05:19:36.240Z | Downloaded cexpr v0.6.0 |
| 680 | 2026-05-27T05:19:36.247Z | Downloaded fallible-iterator v0.2.0 |
| 681 | 2026-05-27T05:19:36.247Z | Downloaded erased-serde v0.3.31 |
| 682 | 2026-05-27T05:19:36.251Z | Downloaded ed25519 v2.2.3 |
| 683 | 2026-05-27T05:19:36.251Z | Downloaded darling_macro v0.13.4 |
| 684 | 2026-05-27T05:19:36.251Z | Downloaded ghash v0.5.1 |
| 685 | 2026-05-27T05:19:36.251Z | Downloaded data-encoding v2.10.0 |
| 686 | 2026-05-27T05:19:36.251Z | Downloaded cbc v0.1.2 |
| 687 | 2026-05-27T05:19:36.251Z | Downloaded der_derive v0.7.3 |
| 688 | 2026-05-27T05:19:36.255Z | Downloaded ecdsa v0.16.9 |
| 689 | 2026-05-27T05:19:36.256Z | Downloaded console v0.15.11 |
| 690 | 2026-05-27T05:19:36.256Z | Downloaded fs-err v2.11.0 |
| 691 | 2026-05-27T05:19:36.260Z | Downloaded foldhash v0.2.0 |
| 692 | 2026-05-27T05:19:36.260Z | Downloaded find-msvc-tools v0.1.9 |
| 693 | 2026-05-27T05:19:36.260Z | Downloaded fxhash v0.2.1 |
| 694 | 2026-05-27T05:19:36.260Z | Downloaded arrayvec v0.7.6 |
| 695 | 2026-05-27T05:19:36.263Z | Downloaded gethostname v0.5.0 |
| 696 | 2026-05-27T05:19:36.263Z | Downloaded fs_extra v1.3.0 |
| 697 | 2026-05-27T05:19:36.263Z | Downloaded ena v0.14.4 |
| 698 | 2026-05-27T05:19:36.298Z | Downloaded hash32 v0.3.1 |
| 699 | 2026-05-27T05:19:36.298Z | Downloaded ff v0.13.1 |
| 700 | 2026-05-27T05:19:36.298Z | Downloaded darling v0.20.11 |
| 701 | 2026-05-27T05:19:36.310Z | Downloaded blake2 v0.10.6 |
| 702 | 2026-05-27T05:19:36.311Z | Downloaded crossbeam-utils v0.8.21 |
| 703 | 2026-05-27T05:19:36.311Z | Downloaded cancel-safe-futures v0.1.5 |
| 704 | 2026-05-27T05:19:36.311Z | Downloaded hubpack v0.1.2 |
| 705 | 2026-05-27T05:19:36.311Z | Downloaded darling v0.23.0 |
| 706 | 2026-05-27T05:19:36.311Z | Downloaded darling v0.21.3 |
| 707 | 2026-05-27T05:19:36.311Z | Downloaded cookie v0.18.1 |
| 708 | 2026-05-27T05:19:36.311Z | Downloaded hyper-tls v0.6.0 |
| 709 | 2026-05-27T05:19:36.311Z | Downloaded flagset v0.4.7 |
| 710 | 2026-05-27T05:19:36.311Z | Downloaded hash32 v0.2.1 |
| 711 | 2026-05-27T05:19:36.311Z | Downloaded hex v0.4.3 |
| 712 | 2026-05-27T05:19:36.311Z | Downloaded headers-core v0.3.0 |
| 713 | 2026-05-27T05:19:36.311Z | Downloaded hostname v0.4.2 |
| 714 | 2026-05-27T05:19:36.311Z | Downloaded csv-core v0.1.13 |
| 715 | 2026-05-27T05:19:36.311Z | Downloaded http-range v0.1.5 |
| 716 | 2026-05-27T05:19:36.311Z | Downloaded home v0.5.12 |
| 717 | 2026-05-27T05:19:36.311Z | Downloaded hex-literal v0.4.1 |
| 718 | 2026-05-27T05:19:36.311Z | Downloaded console v0.16.2 |
| 719 | 2026-05-27T05:19:36.311Z | Downloaded camino-tempfile-ext v0.3.3 |
| 720 | 2026-05-27T05:19:36.311Z | Downloaded httpdate v1.0.3 |
| 721 | 2026-05-27T05:19:36.311Z | Downloaded group v0.13.0 |
| 722 | 2026-05-27T05:19:36.311Z | Downloaded globset v0.4.18 |
| 723 | 2026-05-27T05:19:36.312Z | Downloaded glob v0.3.3 |
| 724 | 2026-05-27T05:19:36.312Z | Downloaded git-stub-vcs v0.1.0 |
| 725 | 2026-05-27T05:19:36.312Z | Downloaded const_format_proc_macros v0.2.34 |
| 726 | 2026-05-27T05:19:36.312Z | Downloaded clang-sys v1.8.1 |
| 727 | 2026-05-27T05:19:36.312Z | Downloaded chacha20 v0.9.1 |
| 728 | 2026-05-27T05:19:36.317Z | Downloaded instant v0.1.13 |
| 729 | 2026-05-27T05:19:36.317Z | Downloaded futures-channel v0.3.32 |
| 730 | 2026-05-27T05:19:36.317Z | Downloaded foldhash v0.1.5 |
| 731 | 2026-05-27T05:19:36.317Z | Downloaded fixedbitset v0.5.7 |
| 732 | 2026-05-27T05:19:36.317Z | Downloaded internet-checksum v0.2.1 |
| 733 | 2026-05-27T05:19:36.317Z | Downloaded futures-executor v0.3.32 |
| 734 | 2026-05-27T05:19:36.317Z | Downloaded derive-ex v0.1.8 |
| 735 | 2026-05-27T05:19:36.317Z | Downloaded bzip2 v0.4.4 |
| 736 | 2026-05-27T05:19:36.317Z | Downloaded backon v1.6.0 |
| 737 | 2026-05-27T05:19:36.317Z | Downloaded colored v2.2.0 |
| 738 | 2026-05-27T05:19:36.317Z | Downloaded diff v0.1.13 |
| 739 | 2026-05-27T05:19:36.321Z | Downloaded crossbeam-epoch v0.9.18 |
| 740 | 2026-05-27T05:19:36.322Z | Downloaded crossbeam-deque v0.8.6 |
| 741 | 2026-05-27T05:19:36.322Z | Downloaded illumos-nvpair v0.3.0 |
| 742 | 2026-05-27T05:19:36.322Z | Downloaded hubpack_derive v0.1.1 |
| 743 | 2026-05-27T05:19:36.322Z | Downloaded bytes v1.11.1 |
| 744 | 2026-05-27T05:19:36.324Z | Downloaded compact_str v0.8.1 |
| 745 | 2026-05-27T05:19:36.325Z | Downloaded crc-any v2.5.0 |
| 746 | 2026-05-27T05:19:36.328Z | Downloaded env_logger v0.11.9 |
| 747 | 2026-05-27T05:19:36.328Z | Downloaded hostname v0.3.1 |
| 748 | 2026-05-27T05:19:36.328Z | Downloaded either v1.15.0 |
| 749 | 2026-05-27T05:19:36.331Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 750 | 2026-05-27T05:19:36.331Z | Downloaded filetime v0.2.27 |
| 751 | 2026-05-27T05:19:36.331Z | Downloaded des v0.8.1 |
| 752 | 2026-05-27T05:19:36.334Z | Downloaded defmt-macros v1.0.1 |
| 753 | 2026-05-27T05:19:36.334Z | Downloaded is_ci v1.2.0 |
| 754 | 2026-05-27T05:19:36.337Z | Downloaded daft v0.1.7 |
| 755 | 2026-05-27T05:19:36.342Z | Downloaded indoc v1.0.9 |
| 756 | 2026-05-27T05:19:36.342Z | Downloaded http-body v1.0.1 |
| 757 | 2026-05-27T05:19:36.345Z | Downloaded chacha20poly1305 v0.10.1 |
| 758 | 2026-05-27T05:19:36.349Z | Downloaded indoc v2.0.7 |
| 759 | 2026-05-27T05:19:36.349Z | Downloaded futures v0.3.32 |
| 760 | 2026-05-27T05:19:36.353Z | Downloaded darling_core v0.13.4 |
| 761 | 2026-05-27T05:19:36.358Z | Downloaded lalrpop-util v0.19.12 |
| 762 | 2026-05-27T05:19:36.358Z | Downloaded ident_case v1.0.1 |
| 763 | 2026-05-27T05:19:36.358Z | Downloaded is-terminal v0.4.17 |
| 764 | 2026-05-27T05:19:36.361Z | Downloaded libscf-sys v1.1.0 |
| 765 | 2026-05-27T05:19:36.361Z | Downloaded const_format v0.2.35 |
| 766 | 2026-05-27T05:19:36.361Z | Downloaded crc32fast v1.5.0 |
| 767 | 2026-05-27T05:19:36.365Z | Downloaded highway v1.3.0 |
| 768 | 2026-05-27T05:19:36.368Z | Downloaded bumpalo v3.20.2 |
| 769 | 2026-05-27T05:19:36.371Z | Downloaded instability v0.3.11 |
| 770 | 2026-05-27T05:19:36.371Z | Downloaded indent_write v2.2.0 |
| 771 | 2026-05-27T05:19:36.375Z | Downloaded linked-hash-map v0.5.6 |
| 772 | 2026-05-27T05:19:36.376Z | Downloaded lazy_static v1.5.0 |
| 773 | 2026-05-27T05:19:36.376Z | Downloaded lru-slab v0.1.2 |
| 774 | 2026-05-27T05:19:36.380Z | Downloaded lzss v0.8.2 |
| 775 | 2026-05-27T05:19:36.380Z | Downloaded allocator-api2 v0.2.21 |
| 776 | 2026-05-27T05:19:36.383Z | Downloaded lru-cache v0.1.2 |
| 777 | 2026-05-27T05:19:36.383Z | Downloaded memoffset v0.9.1 |
| 778 | 2026-05-27T05:19:36.383Z | Downloaded const-oid v0.9.6 |
| 779 | 2026-05-27T05:19:36.383Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 780 | 2026-05-27T05:19:36.391Z | Downloaded cc v1.2.56 |
| 781 | 2026-05-27T05:19:36.391Z | Downloaded md-5 v0.10.6 |
| 782 | 2026-05-27T05:19:36.394Z | Downloaded keccak v0.1.6 |
| 783 | 2026-05-27T05:19:36.394Z | Downloaded http-body-util v0.1.3 |
| 784 | 2026-05-27T05:19:36.395Z | Downloaded getrandom v0.2.17 |
| 785 | 2026-05-27T05:19:36.395Z | Downloaded elliptic-curve v0.13.8 |
| 786 | 2026-05-27T05:19:36.395Z | Downloaded dropshot_endpoint v0.17.0 |
| 787 | 2026-05-27T05:19:36.398Z | Downloaded newtype-uuid-macros v0.1.0 |
| 788 | 2026-05-27T05:19:36.398Z | Downloaded inout v0.1.4 |
| 789 | 2026-05-27T05:19:36.398Z | Downloaded getrandom v0.3.4 |
| 790 | 2026-05-27T05:19:36.402Z | Downloaded drift v0.2.0 |
| 791 | 2026-05-27T05:19:36.405Z | Downloaded maybe-uninit v2.0.0 |
| 792 | 2026-05-27T05:19:36.408Z | Downloaded ipnetwork v0.21.1 |
| 793 | 2026-05-27T05:19:36.408Z | Downloaded ingot-types v0.1.2 |
| 794 | 2026-05-27T05:19:36.409Z | Downloaded newline-converter v0.3.0 |
| 795 | 2026-05-27T05:19:36.412Z | Downloaded multimap v0.10.1 |
| 796 | 2026-05-27T05:19:36.412Z | Downloaded ingot-macros v0.1.1 |
| 797 | 2026-05-27T05:19:36.412Z | Downloaded ingot v0.1.1 |
| 798 | 2026-05-27T05:19:36.412Z | Downloaded md5 v0.7.0 |
| 799 | 2026-05-27T05:19:36.415Z | Downloaded match_cfg v0.1.0 |
| 800 | 2026-05-27T05:19:36.415Z | Downloaded lru v0.12.5 |
| 801 | 2026-05-27T05:19:36.415Z | Downloaded new_debug_unreachable v1.0.6 |
| 802 | 2026-05-27T05:19:36.415Z | Downloaded jobserver v0.1.34 |
| 803 | 2026-05-27T05:19:36.419Z | Downloaded ar_archive_writer v0.5.1 |
| 804 | 2026-05-27T05:19:36.419Z | Downloaded normalize-line-endings v0.3.0 |
| 805 | 2026-05-27T05:19:36.424Z | Downloaded nonempty v0.12.0 |
| 806 | 2026-05-27T05:19:36.424Z | Downloaded hyper-staticfile v0.10.1 |
| 807 | 2026-05-27T05:19:36.424Z | Downloaded humantime v2.3.0 |
| 808 | 2026-05-27T05:19:36.424Z | Downloaded managed v0.8.0 |
| 809 | 2026-05-27T05:19:36.428Z | Downloaded mime v0.3.17 |
| 810 | 2026-05-27T05:19:36.428Z | Downloaded maplit v1.0.2 |
| 811 | 2026-05-27T05:19:36.428Z | Downloaded darling_core v0.23.0 |
| 812 | 2026-05-27T05:19:36.432Z | Downloaded darling_core v0.21.3 |
| 813 | 2026-05-27T05:19:36.432Z | Downloaded openssl-macros v0.1.1 |
| 814 | 2026-05-27T05:19:36.432Z | Downloaded num v0.4.3 |
| 815 | 2026-05-27T05:19:36.437Z | Downloaded nodrop v0.1.14 |
| 816 | 2026-05-27T05:19:36.437Z | Downloaded nibble_vec v0.1.0 |
| 817 | 2026-05-27T05:19:36.437Z | Downloaded newtype_derive v0.1.6 |
| 818 | 2026-05-27T05:19:36.437Z | Downloaded darling_core v0.20.11 |
| 819 | 2026-05-27T05:19:36.443Z | Downloaded multer v3.1.0 |
| 820 | 2026-05-27T05:19:36.443Z | Downloaded num-derive v0.4.2 |
| 821 | 2026-05-27T05:19:36.443Z | Downloaded num-conv v0.2.0 |
| 822 | 2026-05-27T05:19:36.454Z | Downloaded oso-derive v0.27.3 |
| 823 | 2026-05-27T05:19:36.457Z | Downloaded openssl-probe v0.2.1 |
| 824 | 2026-05-27T05:19:36.457Z | Downloaded openssl-probe v0.1.6 |
| 825 | 2026-05-27T05:19:36.457Z | Downloaded opaque-debug v0.3.1 |
| 826 | 2026-05-27T05:19:36.457Z | Downloaded num_enum_derive v0.5.11 |
| 827 | 2026-05-27T05:19:36.462Z | Downloaded num-iter v0.1.45 |
| 828 | 2026-05-27T05:19:36.462Z | Downloaded lock_api v0.4.14 |
| 829 | 2026-05-27T05:19:36.462Z | Downloaded linear-map v1.2.0 |
| 830 | 2026-05-27T05:19:36.462Z | Downloaded libsw v3.5.0 |
| 831 | 2026-05-27T05:19:36.462Z | Downloaded packed_struct_codegen v0.10.1 |
| 832 | 2026-05-27T05:19:36.465Z | Downloaded libloading v0.8.9 |
| 833 | 2026-05-27T05:19:36.465Z | Downloaded hmac v0.12.1 |
| 834 | 2026-05-27T05:19:36.465Z | Downloaded half v2.7.1 |
| 835 | 2026-05-27T05:19:36.468Z | Downloaded kstat-rs v0.2.4 |
| 836 | 2026-05-27T05:19:36.468Z | Downloaded ipnet v2.11.0 |
| 837 | 2026-05-27T05:19:36.471Z | Downloaded half v1.8.3 |
| 838 | 2026-05-27T05:19:36.471Z | Downloaded derive_builder v0.20.2 |
| 839 | 2026-05-27T05:19:36.474Z | Downloaded hyper-rustls v0.27.7 |
| 840 | 2026-05-27T05:19:36.477Z | Downloaded fatfs v0.3.6 |
| 841 | 2026-05-27T05:19:36.477Z | Downloaded parse-size v1.1.0 |
| 842 | 2026-05-27T05:19:36.477Z | Downloaded derive-where v1.6.0 |
| 843 | 2026-05-27T05:19:36.480Z | Downloaded flume v0.11.1 |
| 844 | 2026-05-27T05:19:36.483Z | Downloaded mime_guess v2.0.5 |
| 845 | 2026-05-27T05:19:36.483Z | Downloaded bzip2 v0.6.1 |
| 846 | 2026-05-27T05:19:36.487Z | Downloaded derive_more v0.99.20 |
| 847 | 2026-05-27T05:19:36.493Z | Downloaded nanorand v0.7.0 |
| 848 | 2026-05-27T05:19:36.493Z | Downloaded path-slash v0.1.5 |
| 849 | 2026-05-27T05:19:36.493Z | Downloaded peg-runtime v0.8.5 |
| 850 | 2026-05-27T05:19:36.493Z | Downloaded native-tls v0.2.18 |
| 851 | 2026-05-27T05:19:36.497Z | Downloaded num_threads v0.1.7 |
| 852 | 2026-05-27T05:19:36.497Z | Downloaded newtype-uuid v1.3.2 |
| 853 | 2026-05-27T05:19:36.497Z | Downloaded num-integer v0.1.46 |
| 854 | 2026-05-27T05:19:36.502Z | Downloaded num_enum v0.5.11 |
| 855 | 2026-05-27T05:19:36.502Z | Downloaded crossbeam-channel v0.5.15 |
| 856 | 2026-05-27T05:19:36.505Z | Downloaded async-compression v0.4.41 |
| 857 | 2026-05-27T05:19:36.508Z | Downloaded pin-utils v0.1.0 |
| 858 | 2026-05-27T05:19:36.508Z | Downloaded pbkdf2 v0.11.0 |
| 859 | 2026-05-27T05:19:36.508Z | Downloaded phf_shared v0.11.3 |
| 860 | 2026-05-27T05:19:36.511Z | Downloaded num-derive v0.3.3 |
| 861 | 2026-05-27T05:19:36.511Z | Downloaded nu-ansi-term v0.50.3 |
| 862 | 2026-05-27T05:19:36.515Z | Downloaded packed_struct v0.10.1 |
| 863 | 2026-05-27T05:19:36.515Z | Downloaded libefi-sys v0.1.0 |
| 864 | 2026-05-27T05:19:36.515Z | Downloaded num-rational v0.4.2 |
| 865 | 2026-05-27T05:19:36.515Z | Downloaded crypto-bigint v0.5.5 |
| 866 | 2026-05-27T05:19:36.518Z | Downloaded pbkdf2 v0.12.2 |
| 867 | 2026-05-27T05:19:36.523Z | Downloaded password-hash v0.4.2 |
| 868 | 2026-05-27T05:19:36.523Z | Downloaded olpc-cjson v0.1.4 |
| 869 | 2026-05-27T05:19:36.523Z | Downloaded num_enum_derive v0.7.5 |
| 870 | 2026-05-27T05:19:36.527Z | Downloaded indexmap v1.9.3 |
| 871 | 2026-05-27T05:19:36.527Z | Downloaded parse-display-derive v0.10.0 |
| 872 | 2026-05-27T05:19:36.530Z | Downloaded httparse v1.10.1 |
| 873 | 2026-05-27T05:19:36.530Z | Downloaded libsw-core v0.3.2 |
| 874 | 2026-05-27T05:19:36.532Z | Downloaded litrs v1.0.0 |
| 875 | 2026-05-27T05:19:36.536Z | Downloaded predicates-tree v1.0.13 |
| 876 | 2026-05-27T05:19:36.536Z | Downloaded oxnet v0.1.4 |
| 877 | 2026-05-27T05:19:36.536Z | Downloaded phf_shared v0.13.1 |
| 878 | 2026-05-27T05:19:36.539Z | Downloaded owo-colors v4.3.0 |
| 879 | 2026-05-27T05:19:36.539Z | Downloaded libbz2-rs-sys v0.2.2 |
| 880 | 2026-05-27T05:19:36.539Z | Downloaded predicates-core v1.0.10 |
| 881 | 2026-05-27T05:19:36.542Z | Downloaded powerfmt v0.2.0 |
| 882 | 2026-05-27T05:19:36.542Z | Downloaded num_enum v0.7.5 |
| 883 | 2026-05-27T05:19:36.545Z | Downloaded progenitor-macro v0.13.0 |
| 884 | 2026-05-27T05:19:36.545Z | Downloaded phf_shared v0.12.1 |
| 885 | 2026-05-27T05:19:36.545Z | Downloaded phf v0.13.1 |
| 886 | 2026-05-27T05:19:36.549Z | Downloaded hickory-resolver v0.25.2 |
| 887 | 2026-05-27T05:19:36.549Z | Downloaded progenitor-client v0.11.2 |
| 888 | 2026-05-27T05:19:36.552Z | Downloaded progenitor-client v0.10.0 |
| 889 | 2026-05-27T05:19:36.552Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 890 | 2026-05-27T05:19:36.552Z | Downloaded proc-macro-crate v3.4.0 |
| 891 | 2026-05-27T05:19:36.552Z | Downloaded num-complex v0.4.6 |
| 892 | 2026-05-27T05:19:36.556Z | Downloaded der v0.7.10 |
| 893 | 2026-05-27T05:19:36.558Z | Downloaded memmap2 v0.9.10 |
| 894 | 2026-05-27T05:19:36.559Z | Downloaded parking_lot_core v0.8.6 |
| 895 | 2026-05-27T05:19:36.561Z | Downloaded derive_more v2.1.1 |
| 896 | 2026-05-27T05:19:36.566Z | Downloaded pkcs8 v0.10.2 |
| 897 | 2026-05-27T05:19:36.568Z | Downloaded phf v0.12.1 |
| 898 | 2026-05-27T05:19:36.568Z | Downloaded oxide-tokio-rt v0.1.4 |
| 899 | 2026-05-27T05:19:36.571Z | Downloaded flate2 v1.1.9 |
| 900 | 2026-05-27T05:19:36.574Z | Downloaded parse-display v0.10.0 |
| 901 | 2026-05-27T05:19:36.574Z | Downloaded progenitor-macro v0.14.0 |
| 902 | 2026-05-27T05:19:36.574Z | Downloaded parking_lot v0.12.5 |
| 903 | 2026-05-27T05:19:36.577Z | Downloaded parking_lot v0.11.2 |
| 904 | 2026-05-27T05:19:36.577Z | Downloaded postgres-protocol v0.6.10 |
| 905 | 2026-05-27T05:19:36.581Z | Downloaded psl-types v2.0.11 |
| 906 | 2026-05-27T05:19:36.581Z | Downloaded heapless v0.8.0 |
| 907 | 2026-05-27T05:19:36.584Z | Downloaded parking_lot_core v0.9.12 |
| 908 | 2026-05-27T05:19:36.584Z | Downloaded paste v1.0.15 |
| 909 | 2026-05-27T05:19:36.587Z | Downloaded heapless v0.7.17 |
| 910 | 2026-05-27T05:19:36.590Z | Downloaded primeorder v0.13.6 |
| 911 | 2026-05-27T05:19:36.590Z | Downloaded peg v0.8.5 |
| 912 | 2026-05-27T05:19:36.593Z | Downloaded radium v0.7.0 |
| 913 | 2026-05-27T05:19:36.593Z | Downloaded iana-time-zone v0.1.65 |
| 914 | 2026-05-27T05:19:36.593Z | Downloaded ed25519-dalek v2.2.0 |
| 915 | 2026-05-27T05:19:36.598Z | Downloaded progenitor v0.14.0 |
| 916 | 2026-05-27T05:19:36.601Z | Downloaded ppv-lite86 v0.2.21 |
| 917 | 2026-05-27T05:19:36.601Z | Downloaded peg-macros v0.8.5 |
| 918 | 2026-05-27T05:19:36.601Z | Downloaded hickory-server v0.25.2 |
| 919 | 2026-05-27T05:19:36.604Z | Downloaded pin-project-internal v1.1.11 |
| 920 | 2026-05-27T05:19:36.604Z | Downloaded pem v3.0.6 |
| 921 | 2026-05-27T05:19:36.607Z | Downloaded pin-project-lite v0.2.17 |
| 922 | 2026-05-27T05:19:36.609Z | Downloaded rand_chacha v0.3.1 |
| 923 | 2026-05-27T05:19:36.614Z | Downloaded aes v0.8.4 |
| 924 | 2026-05-27T05:19:36.614Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 925 | 2026-05-27T05:19:36.618Z | Downloaded recursive v0.1.1 |
| 926 | 2026-05-27T05:19:36.618Z | Downloaded progenitor v0.11.2 |
| 927 | 2026-05-27T05:19:36.618Z | Downloaded precomputed-hash v0.1.1 |
| 928 | 2026-05-27T05:19:36.618Z | Downloaded ref-cast v1.0.25 |
| 929 | 2026-05-27T05:19:36.618Z | Downloaded polyval v0.6.2 |
| 930 | 2026-05-27T05:19:36.621Z | Downloaded pkg-config v0.3.32 |
| 931 | 2026-05-27T05:19:36.622Z | Downloaded progenitor v0.13.0 |
| 932 | 2026-05-27T05:19:36.625Z | Downloaded aes-gcm v0.10.3 |
| 933 | 2026-05-27T05:19:36.628Z | Downloaded poly1305 v0.8.0 |
| 934 | 2026-05-27T05:19:36.632Z | Downloaded ref-cast-impl v1.0.25 |
| 935 | 2026-05-27T05:19:36.632Z | Downloaded oso v0.27.3 |
| 936 | 2026-05-27T05:19:36.635Z | Downloaded rfc6979 v0.4.0 |
| 937 | 2026-05-27T05:19:36.635Z | Downloaded quick-error v1.2.3 |
| 938 | 2026-05-27T05:19:36.638Z | Downloaded russh-cryptovec v0.7.3 |
| 939 | 2026-05-27T05:19:36.638Z | Downloaded progenitor-client v0.13.0 |
| 940 | 2026-05-27T05:19:36.638Z | Downloaded indicatif v0.18.4 |
| 941 | 2026-05-27T05:19:36.641Z | Downloaded diesel_derives v2.3.7 |
| 942 | 2026-05-27T05:19:36.644Z | Downloaded ignore v0.4.25 |
| 943 | 2026-05-27T05:19:36.648Z | Downloaded psm v0.1.30 |
| 944 | 2026-05-27T05:19:36.652Z | Downloaded jiff-static v0.2.21 |
| 945 | 2026-05-27T05:19:36.652Z | Downloaded expectorate v1.2.0 |
| 946 | 2026-05-27T05:19:36.652Z | Downloaded derive_more-impl v2.1.1 |
| 947 | 2026-05-27T05:19:36.655Z | Downloaded rustc_version v0.4.1 |
| 948 | 2026-05-27T05:19:36.655Z | Downloaded rustc-hash v2.1.1 |
| 949 | 2026-05-27T05:19:36.658Z | Downloaded rustc_version v0.1.7 |
| 950 | 2026-05-27T05:19:36.658Z | Downloaded progenitor-client v0.14.0 |
| 951 | 2026-05-27T05:19:36.658Z | Downloaded rtoolbox v0.0.3 |
| 952 | 2026-05-27T05:19:36.662Z | Downloaded password-hash v0.5.0 |
| 953 | 2026-05-27T05:19:36.662Z | Downloaded proc-macro-crate v1.3.1 |
| 954 | 2026-05-27T05:19:36.666Z | Downloaded rand_chacha v0.9.0 |
| 955 | 2026-05-27T05:19:36.670Z | Downloaded rand_xorshift v0.4.0 |
| 956 | 2026-05-27T05:19:36.674Z | Downloaded r2d2 v0.8.10 |
| 957 | 2026-05-27T05:19:36.674Z | Downloaded progenitor-macro v0.11.2 |
| 958 | 2026-05-27T05:19:36.674Z | Downloaded pem-rfc7468 v0.7.0 |
| 959 | 2026-05-27T05:19:36.678Z | Downloaded proc-macro-error2 v2.0.1 |
| 960 | 2026-05-27T05:19:36.683Z | Downloaded omicron-zone-package v0.12.2 |
| 961 | 2026-05-27T05:19:36.687Z | Downloaded scheduled-thread-pool v0.2.7 |
| 962 | 2026-05-27T05:19:36.695Z | Downloaded pkcs5 v0.7.1 |
| 963 | 2026-05-27T05:19:36.708Z | Downloaded rand_seeder v0.4.0 |
| 964 | 2026-05-27T05:19:36.709Z | Downloaded same-file v1.0.6 |
| 965 | 2026-05-27T05:19:36.713Z | Downloaded rand_core v0.9.5 |
| 966 | 2026-05-27T05:19:36.713Z | Downloaded rand_core v0.6.4 |
| 967 | 2026-05-27T05:19:36.714Z | Downloaded papergrid v0.17.0 |
| 968 | 2026-05-27T05:19:36.714Z | Downloaded p256 v0.13.2 |
| 969 | 2026-05-27T05:19:36.714Z | Downloaded pkcs1 v0.7.5 |
| 970 | 2026-05-27T05:19:36.714Z | Downloaded openssl-sys v0.9.115 |
| 971 | 2026-05-27T05:19:36.714Z | Downloaded secrecy v0.8.0 |
| 972 | 2026-05-27T05:19:36.714Z | Downloaded postgres-types v0.2.12 |
| 973 | 2026-05-27T05:19:36.718Z | Downloaded scroll_derive v0.13.1 |
| 974 | 2026-05-27T05:19:36.723Z | Downloaded sapling-renderdag v0.1.0 |
| 975 | 2026-05-27T05:19:36.723Z | Downloaded scrypt v0.11.0 |
| 976 | 2026-05-27T05:19:36.723Z | Downloaded secrecy v0.10.3 |
| 977 | 2026-05-27T05:19:36.727Z | Downloaded prefix-trie v0.7.0 |
| 978 | 2026-05-27T05:19:36.727Z | Downloaded scopeguard v1.2.0 |
| 979 | 2026-05-27T05:19:36.727Z | Downloaded progenitor-extras v0.2.0 |
| 980 | 2026-05-27T05:19:36.733Z | Downloaded serde_urlencoded v0.7.1 |
| 981 | 2026-05-27T05:19:36.734Z | Downloaded miniz_oxide v0.8.9 |
| 982 | 2026-05-27T05:19:36.740Z | Downloaded serde_plain v1.0.2 |
| 983 | 2026-05-27T05:19:36.740Z | Downloaded rustls-pemfile v2.2.0 |
| 984 | 2026-05-27T05:19:36.740Z | Downloaded rustls-native-certs v0.8.3 |
| 985 | 2026-05-27T05:19:36.740Z | Downloaded predicates v3.1.4 |
| 986 | 2026-05-27T05:19:36.740Z | Downloaded resolv-conf v0.7.6 |
| 987 | 2026-05-27T05:19:36.743Z | Downloaded seq-macro v0.3.6 |
| 988 | 2026-05-27T05:19:36.743Z | Downloaded semver v0.1.20 |
| 989 | 2026-05-27T05:19:36.744Z | Downloaded serde_repr v0.1.20 |
| 990 | 2026-05-27T05:19:36.744Z | Downloaded sha1 v0.10.6 |
| 991 | 2026-05-27T05:19:36.747Z | Downloaded hashbrown v0.12.3 |
| 992 | 2026-05-27T05:19:36.749Z | Downloaded signature v2.2.0 |
| 993 | 2026-05-27T05:19:36.749Z | Downloaded serde-big-array v0.5.1 |
| 994 | 2026-05-27T05:19:36.753Z | Downloaded crossterm v0.28.1 |
| 995 | 2026-05-27T05:19:36.757Z | Downloaded quinn-udp v0.5.14 |
| 996 | 2026-05-27T05:19:36.760Z | Downloaded shell-words v1.1.1 |
| 997 | 2026-05-27T05:19:36.762Z | Downloaded salsa20 v0.10.2 |
| 998 | 2026-05-27T05:19:36.763Z | Downloaded siphasher v1.0.2 |
| 999 | 2026-05-27T05:19:36.763Z | Downloaded rustls-pemfile v1.0.4 |
| 1000 | 2026-05-27T05:19:36.766Z | Downloaded signal-hook-tokio v0.3.1 |
| 1001 | 2026-05-27T05:19:36.769Z | Downloaded postcard v1.1.3 |
| 1002 | 2026-05-27T05:19:36.772Z | Downloaded pin-project v1.1.11 |
| 1003 | 2026-05-27T05:19:36.776Z | Downloaded schemars_derive v0.8.22 |
| 1004 | 2026-05-27T05:19:36.779Z | Downloaded aho-corasick v1.1.4 |
| 1005 | 2026-05-27T05:19:36.782Z | Downloaded signal-hook-mio v0.2.5 |
| 1006 | 2026-05-27T05:19:36.782Z | Downloaded sigpipe v0.1.3 |
| 1007 | 2026-05-27T05:19:36.785Z | Downloaded slog-envlogger v2.2.0 |
| 1008 | 2026-05-27T05:19:36.789Z | Downloaded rusty-fork v0.3.1 |
| 1009 | 2026-05-27T05:19:36.792Z | Downloaded rustversion v1.0.22 |
| 1010 | 2026-05-27T05:19:36.792Z | Downloaded serde-hex v0.1.0 |
| 1011 | 2026-05-27T05:19:36.795Z | Downloaded sec1 v0.7.3 |
| 1012 | 2026-05-27T05:19:36.795Z | Downloaded headers v0.4.1 |
| 1013 | 2026-05-27T05:19:36.798Z | Downloaded hickory-resolver v0.24.4 |
| 1014 | 2026-05-27T05:19:36.801Z | Downloaded slog-bunyan v2.5.0 |
| 1015 | 2026-05-27T05:19:36.801Z | Downloaded serde_spanned v1.0.4 |
| 1016 | 2026-05-27T05:19:36.804Z | Downloaded rand_core v0.10.0 |
| 1017 | 2026-05-27T05:19:36.804Z | Downloaded itertools v0.10.5 |
| 1018 | 2026-05-27T05:19:36.807Z | Downloaded num-bigint v0.4.6 |
| 1019 | 2026-05-27T05:19:36.810Z | Downloaded sct v0.7.1 |
| 1020 | 2026-05-27T05:19:36.813Z | Downloaded scroll v0.13.0 |
| 1021 | 2026-05-27T05:19:36.813Z | Downloaded hashbrown v0.16.1 |
| 1022 | 2026-05-27T05:19:36.816Z | Downloaded serde_bytes v0.11.19 |
| 1023 | 2026-05-27T05:19:36.820Z | Downloaded minimal-lexical v0.2.1 |
| 1024 | 2026-05-27T05:19:36.824Z | Downloaded ssh-encoding v0.2.0 |
| 1025 | 2026-05-27T05:19:36.829Z | Downloaded sqlparser_derive v0.5.0 |
| 1026 | 2026-05-27T05:19:36.829Z | Downloaded serde_path_to_error v0.1.20 |
| 1027 | 2026-05-27T05:19:36.832Z | Downloaded serde_derive_internals v0.29.1 |
| 1028 | 2026-05-27T05:19:36.832Z | Downloaded hashbrown v0.13.2 |
| 1029 | 2026-05-27T05:19:36.835Z | Downloaded russh-keys v0.45.0 |
| 1030 | 2026-05-27T05:19:36.843Z | Downloaded serde_with_macros v1.5.2 |
| 1031 | 2026-05-27T05:19:36.846Z | Downloaded progenitor-impl v0.13.0 |
| 1032 | 2026-05-27T05:19:36.849Z | Downloaded ssh-cipher v0.2.0 |
| 1033 | 2026-05-27T05:19:36.852Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1034 | 2026-05-27T05:19:36.855Z | Downloaded progenitor-impl v0.11.2 |
| 1035 | 2026-05-27T05:19:36.855Z | Downloaded simd-adler32 v0.3.8 |
| 1036 | 2026-05-27T05:19:36.859Z | Downloaded structmeta-derive v0.3.0 |
| 1037 | 2026-05-27T05:19:36.862Z | Downloaded structmeta v0.3.0 |
| 1038 | 2026-05-27T05:19:36.862Z | Downloaded rustls-pki-types v1.14.0 |
| 1039 | 2026-05-27T05:19:36.865Z | Downloaded strum v0.26.3 |
| 1040 | 2026-05-27T05:19:36.872Z | Downloaded sync-ptr v0.1.4 |
| 1041 | 2026-05-27T05:19:36.875Z | Downloaded nom v7.1.3 |
| 1042 | 2026-05-27T05:19:36.875Z | Downloaded supports-color v3.0.2 |
| 1043 | 2026-05-27T05:19:36.875Z | Downloaded slog-json v2.6.1 |
| 1044 | 2026-05-27T05:19:36.878Z | Downloaded slog-dtrace v0.3.0 |
| 1045 | 2026-05-27T05:19:36.878Z | Downloaded subtle v2.6.1 |
| 1046 | 2026-05-27T05:19:36.878Z | Downloaded termtree v0.5.1 |
| 1047 | 2026-05-27T05:19:36.881Z | Downloaded tap v1.0.1 |
| 1048 | 2026-05-27T05:19:36.881Z | Downloaded tabwriter v1.4.1 |
| 1049 | 2026-05-27T05:19:36.881Z | Downloaded shlex v1.3.0 |
| 1050 | 2026-05-27T05:19:36.884Z | Downloaded strum v0.27.2 |
| 1051 | 2026-05-27T05:19:36.884Z | Downloaded strsim v0.10.0 |
| 1052 | 2026-05-27T05:19:36.884Z | Downloaded slog-term v2.9.2 |
| 1053 | 2026-05-27T05:19:36.887Z | Downloaded prettyplease v0.2.37 |
| 1054 | 2026-05-27T05:19:36.887Z | Downloaded progenitor-impl v0.14.0 |
| 1055 | 2026-05-27T05:19:36.892Z | Downloaded hashbrown v0.15.5 |
| 1056 | 2026-05-27T05:19:36.896Z | Downloaded sqlformat v0.3.5 |
| 1057 | 2026-05-27T05:19:36.896Z | Downloaded slog-scope v4.4.1 |
| 1058 | 2026-05-27T05:19:36.896Z | Downloaded slab v0.4.12 |
| 1059 | 2026-05-27T05:19:36.896Z | Downloaded take_mut v0.2.2 |
| 1060 | 2026-05-27T05:19:36.900Z | Downloaded tagptr v0.2.0 |
| 1061 | 2026-05-27T05:19:36.901Z | Downloaded stacker v0.1.23 |
| 1062 | 2026-05-27T05:19:36.904Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1063 | 2026-05-27T05:19:36.904Z | Downloaded smf v0.2.3 |
| 1064 | 2026-05-27T05:19:36.904Z | Downloaded mio v1.2.0 |
| 1065 | 2026-05-27T05:19:36.953Z | Downloaded serde_cbor v0.11.2 |
| 1066 | 2026-05-27T05:19:36.953Z | Downloaded ron v0.8.1 |
| 1067 | 2026-05-27T05:19:36.953Z | Downloaded rcgen v0.12.1 |
| 1068 | 2026-05-27T05:19:36.953Z | Downloaded hyper-util v0.1.20 |
| 1069 | 2026-05-27T05:19:36.953Z | Downloaded qorb v0.4.1 |
| 1070 | 2026-05-27T05:19:36.953Z | Downloaded spki v0.7.3 |
| 1071 | 2026-05-27T05:19:36.953Z | Downloaded crossterm v0.29.0 |
| 1072 | 2026-05-27T05:19:36.953Z | Downloaded smallvec v0.6.14 |
| 1073 | 2026-05-27T05:19:36.954Z | Downloaded http v1.4.0 |
| 1074 | 2026-05-27T05:19:36.954Z | Downloaded signal-hook-registry v1.4.8 |
| 1075 | 2026-05-27T05:19:36.954Z | Downloaded testing_table v0.3.0 |
| 1076 | 2026-05-27T05:19:36.954Z | Downloaded sync_wrapper v1.0.2 |
| 1077 | 2026-05-27T05:19:36.954Z | Downloaded thread-id v5.1.0 |
| 1078 | 2026-05-27T05:19:36.954Z | Downloaded tinyvec_macros v0.1.1 |
| 1079 | 2026-05-27T05:19:36.954Z | Downloaded time-core v0.1.8 |
| 1080 | 2026-05-27T05:19:36.954Z | Downloaded strum_macros v0.26.4 |
| 1081 | 2026-05-27T05:19:36.954Z | Downloaded strum_macros v0.24.3 |
| 1082 | 2026-05-27T05:19:36.954Z | Downloaded stringprep v0.1.5 |
| 1083 | 2026-05-27T05:19:36.954Z | Downloaded string_cache v0.8.9 |
| 1084 | 2026-05-27T05:19:36.954Z | Downloaded slog-stdlog v4.1.1 |
| 1085 | 2026-05-27T05:19:36.954Z | Downloaded libxml v0.3.3 |
| 1086 | 2026-05-27T05:19:36.963Z | Downloaded ryu v1.0.23 |
| 1087 | 2026-05-27T05:19:36.963Z | Downloaded strum_macros v0.27.2 |
| 1088 | 2026-05-27T05:19:36.963Z | Downloaded num-bigint-dig v0.8.6 |
| 1089 | 2026-05-27T05:19:36.967Z | Downloaded spin v0.9.8 |
| 1090 | 2026-05-27T05:19:36.967Z | Downloaded static_assertions v1.1.0 |
| 1091 | 2026-05-27T05:19:36.967Z | Downloaded support-bundle-viewer v0.1.2 |
| 1092 | 2026-05-27T05:19:36.967Z | Downloaded futures-util v0.3.32 |
| 1093 | 2026-05-27T05:19:36.973Z | Downloaded itertools v0.13.0 |
| 1094 | 2026-05-27T05:19:36.977Z | Downloaded rayon-core v1.13.0 |
| 1095 | 2026-05-27T05:19:36.981Z | Downloaded tabled_derive v0.11.0 |
| 1096 | 2026-05-27T05:19:36.981Z | Downloaded pretty_assertions v1.4.1 |
| 1097 | 2026-05-27T05:19:36.984Z | Downloaded topological-sort v0.2.2 |
| 1098 | 2026-05-27T05:19:36.984Z | Downloaded schemars v0.8.22 |
| 1099 | 2026-05-27T05:19:36.991Z | Downloaded tls_codec v0.4.2 |
| 1100 | 2026-05-27T05:19:36.996Z | Downloaded tiny-keccak v2.0.2 |
| 1101 | 2026-05-27T05:19:36.996Z | Downloaded slog-async v2.8.0 |
| 1102 | 2026-05-27T05:19:36.996Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1103 | 2026-05-27T05:19:37.000Z | Downloaded snafu-derive v0.8.9 |
| 1104 | 2026-05-27T05:19:37.000Z | Downloaded tokio-macros v2.7.0 |
| 1105 | 2026-05-27T05:19:37.000Z | Downloaded try-lock v0.2.5 |
| 1106 | 2026-05-27T05:19:37.003Z | Downloaded tls_codec_derive v0.4.2 |
| 1107 | 2026-05-27T05:19:37.003Z | Downloaded slog v2.8.2 |
| 1108 | 2026-05-27T05:19:37.003Z | Downloaded trait-variant v0.1.2 |
| 1109 | 2026-05-27T05:19:37.006Z | Downloaded thread_local v1.1.9 |
| 1110 | 2026-05-27T05:19:37.006Z | Downloaded thiserror-no-std v2.0.2 |
| 1111 | 2026-05-27T05:19:37.009Z | Downloaded h2 v0.4.13 |
| 1112 | 2026-05-27T05:19:37.013Z | Downloaded blake3 v1.8.3 |
| 1113 | 2026-05-27T05:19:37.016Z | Downloaded typify-macro v0.6.2 |
| 1114 | 2026-05-27T05:19:37.019Z | Downloaded tokio-rustls v0.25.0 |
| 1115 | 2026-05-27T05:19:37.019Z | Downloaded signal-hook v0.3.18 |
| 1116 | 2026-05-27T05:19:37.022Z | Downloaded unarray v0.1.4 |
| 1117 | 2026-05-27T05:19:37.022Z | Downloaded tokio-dtrace v0.1.1 |
| 1118 | 2026-05-27T05:19:37.022Z | Downloaded serde_with_macros v3.17.0 |
| 1119 | 2026-05-27T05:19:37.026Z | Downloaded tower-service v0.3.3 |
| 1120 | 2026-05-27T05:19:37.026Z | Downloaded rand v0.8.6 |
| 1121 | 2026-05-27T05:19:37.026Z | Downloaded quinn v0.11.9 |
| 1122 | 2026-05-27T05:19:37.029Z | Downloaded rand v0.9.2 |
| 1123 | 2026-05-27T05:19:37.029Z | Downloaded rustls-webpki v0.103.9 |
| 1124 | 2026-05-27T05:19:37.032Z | Downloaded bindgen v0.71.1 |
| 1125 | 2026-05-27T05:19:37.035Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1126 | 2026-05-27T05:19:37.038Z | Downloaded socket2 v0.6.3 |
| 1127 | 2026-05-27T05:19:37.038Z | Downloaded similar v2.7.0 |
| 1128 | 2026-05-27T05:19:37.043Z | Downloaded unicode-truncate v1.1.0 |
| 1129 | 2026-05-27T05:19:37.047Z | Downloaded typify-macro v0.4.3 |
| 1130 | 2026-05-27T05:19:37.047Z | Downloaded usdt-attr-macro v0.6.0 |
| 1131 | 2026-05-27T05:19:37.047Z | Downloaded termios v0.3.3 |
| 1132 | 2026-05-27T05:19:37.047Z | Downloaded tokio-tungstenite v0.23.1 |
| 1133 | 2026-05-27T05:19:37.047Z | Downloaded tokio-tungstenite v0.21.0 |
| 1134 | 2026-05-27T05:19:37.050Z | Downloaded untrusted v0.9.0 |
| 1135 | 2026-05-27T05:19:37.050Z | Downloaded universal-hash v0.5.1 |
| 1136 | 2026-05-27T05:19:37.050Z | Downloaded itertools v0.12.1 |
| 1137 | 2026-05-27T05:19:37.053Z | Downloaded usdt-macro v0.6.0 |
| 1138 | 2026-05-27T05:19:37.053Z | Downloaded unit-prefix v0.5.2 |
| 1139 | 2026-05-27T05:19:37.056Z | Downloaded usdt v0.6.0 |
| 1140 | 2026-05-27T05:19:37.056Z | Downloaded untrusted v0.7.1 |
| 1141 | 2026-05-27T05:19:37.056Z | Downloaded aws-lc-rs v1.16.3 |
| 1142 | 2026-05-27T05:19:37.060Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1143 | 2026-05-27T05:19:37.065Z | Downloaded samael v0.0.19 |
| 1144 | 2026-05-27T05:19:37.067Z | Downloaded tokio-native-tls v0.3.1 |
| 1145 | 2026-05-27T05:19:37.067Z | Downloaded iri-string v0.7.10 |
| 1146 | 2026-05-27T05:19:37.070Z | Downloaded term v1.2.1 |
| 1147 | 2026-05-27T05:19:37.075Z | Downloaded schemars v0.9.0 |
| 1148 | 2026-05-27T05:19:37.080Z | Downloaded want v0.3.1 |
| 1149 | 2026-05-27T05:19:37.083Z | Downloaded subprocess v0.2.15 |
| 1150 | 2026-05-27T05:19:37.083Z | Downloaded tokio-rustls v0.24.1 |
| 1151 | 2026-05-27T05:19:37.083Z | Downloaded socket2 v0.5.10 |
| 1152 | 2026-05-27T05:19:37.086Z | Downloaded wait-timeout v0.2.1 |
| 1153 | 2026-05-27T05:19:37.086Z | Downloaded void v1.0.2 |
| 1154 | 2026-05-27T05:19:37.086Z | Downloaded utf-8 v0.7.6 |
| 1155 | 2026-05-27T05:19:37.086Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1156 | 2026-05-27T05:19:37.089Z | Downloaded term v0.7.0 |
| 1157 | 2026-05-27T05:19:37.089Z | Downloaded dropshot-api-manager v0.7.2 |
| 1158 | 2026-05-27T05:19:37.092Z | Downloaded xshell-macros v0.2.7 |
| 1159 | 2026-05-27T05:19:37.092Z | Downloaded tower-layer v0.3.3 |
| 1160 | 2026-05-27T05:19:37.095Z | Downloaded publicsuffix v2.3.0 |
| 1161 | 2026-05-27T05:19:37.095Z | Downloaded tokio-stream v0.1.18 |
| 1162 | 2026-05-27T05:19:37.101Z | Downloaded snafu v0.8.9 |
| 1163 | 2026-05-27T05:19:37.106Z | Downloaded tui-tree-widget v0.23.1 |
| 1164 | 2026-05-27T05:19:37.106Z | Downloaded time-macros v0.2.27 |
| 1165 | 2026-05-27T05:19:37.111Z | Downloaded xattr v1.6.1 |
| 1166 | 2026-05-27T05:19:37.111Z | Downloaded waitgroup v0.1.2 |
| 1167 | 2026-05-27T05:19:37.111Z | Downloaded zeroize_derive v1.4.3 |
| 1168 | 2026-05-27T05:19:37.125Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1169 | 2026-05-27T05:19:37.127Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1170 | 2026-05-27T05:19:37.128Z | Downloaded unicase v2.9.0 |
| 1171 | 2026-05-27T05:19:37.130Z | Downloaded vergen-gitcl v1.0.8 |
| 1172 | 2026-05-27T05:19:37.133Z | Downloaded vsss-rs v3.3.4 |
| 1173 | 2026-05-27T05:19:37.133Z | Downloaded zone_cfg_derive v0.3.1 |
| 1174 | 2026-05-27T05:19:37.136Z | Downloaded tokio-rustls v0.26.4 |
| 1175 | 2026-05-27T05:19:37.139Z | Downloaded tinyvec v1.10.0 |
| 1176 | 2026-05-27T05:19:37.142Z | Downloaded vergen-git2 v9.1.0 |
| 1177 | 2026-05-27T05:19:37.145Z | Downloaded usdt-impl v0.6.0 |
| 1178 | 2026-05-27T05:19:37.148Z | Downloaded walkdir v2.5.0 |
| 1179 | 2026-05-27T05:19:37.151Z | Downloaded twox-hash v2.1.2 |
| 1180 | 2026-05-27T05:19:37.158Z | Downloaded zone v0.3.1 |
| 1181 | 2026-05-27T05:19:37.158Z | Downloaded whoami v2.1.0 |
| 1182 | 2026-05-27T05:19:37.163Z | Downloaded vergen-lib v9.1.0 |
| 1183 | 2026-05-27T05:19:37.163Z | Downloaded uzers v0.12.2 |
| 1184 | 2026-05-27T05:19:37.163Z | Downloaded hyper v1.8.1 |
| 1185 | 2026-05-27T05:19:37.163Z | Downloaded test-strategy v0.4.5 |
| 1186 | 2026-05-27T05:19:37.166Z | Downloaded tar v0.4.45 |
| 1187 | 2026-05-27T05:19:37.166Z | Downloaded rsa v0.9.10 |
| 1188 | 2026-05-27T05:19:37.169Z | Downloaded chrono v0.4.44 |
| 1189 | 2026-05-27T05:19:37.174Z | Downloaded unicode-properties v0.1.4 |
| 1190 | 2026-05-27T05:19:37.176Z | Downloaded xshell v0.2.7 |
| 1191 | 2026-05-27T05:19:37.181Z | Downloaded wyz v0.5.1 |
| 1192 | 2026-05-27T05:19:37.184Z | Downloaded tracing-attributes v0.1.31 |
| 1193 | 2026-05-27T05:19:37.184Z | Downloaded itertools v0.14.0 |
| 1194 | 2026-05-27T05:19:37.187Z | Downloaded whoami v1.6.1 |
| 1195 | 2026-05-27T05:19:37.191Z | Downloaded zstd-safe v7.2.4 |
| 1196 | 2026-05-27T05:19:37.194Z | Downloaded rand v0.10.0 |
| 1197 | 2026-05-27T05:19:37.199Z | Downloaded typify v0.4.3 |
| 1198 | 2026-05-27T05:19:37.202Z | Downloaded libm v0.2.16 |
| 1199 | 2026-05-27T05:19:37.206Z | Downloaded typify v0.6.2 |
| 1200 | 2026-05-27T05:19:37.209Z | Downloaded toml v0.7.8 |
| 1201 | 2026-05-27T05:19:37.209Z | Downloaded hkdf v0.12.4 |
| 1202 | 2026-05-27T05:19:37.210Z | Downloaded bitvec v1.0.1 |
| 1203 | 2026-05-27T05:19:37.217Z | Downloaded tungstenite v0.23.0 |
| 1204 | 2026-05-27T05:19:37.221Z | Downloaded schemars v1.2.1 |
| 1205 | 2026-05-27T05:19:37.227Z | Downloaded zeroize v1.8.2 |
| 1206 | 2026-05-27T05:19:37.230Z | Downloaded uuid v1.23.0 |
| 1207 | 2026-05-27T05:19:37.230Z | Downloaded unicode-bidi v0.3.18 |
| 1208 | 2026-05-27T05:19:37.233Z | Downloaded tracing-core v0.1.36 |
| 1209 | 2026-05-27T05:19:37.233Z | Downloaded rpassword v7.4.0 |
| 1210 | 2026-05-27T05:19:37.235Z | Downloaded p521 v0.13.3 |
| 1211 | 2026-05-27T05:19:37.238Z | Downloaded vergen v9.1.0 |
| 1212 | 2026-05-27T05:19:37.239Z | Downloaded serde_with v1.14.0 |
| 1213 | 2026-05-27T05:19:37.243Z | Downloaded tungstenite v0.21.0 |
| 1214 | 2026-05-27T05:19:37.245Z | Downloaded git2 v0.20.4 |
| 1215 | 2026-05-27T05:19:37.249Z | Downloaded steno v0.4.1 |
| 1216 | 2026-05-27T05:19:37.252Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1217 | 2026-05-27T05:19:37.255Z | Downloaded russh v0.45.0 |
| 1218 | 2026-05-27T05:19:37.275Z | Downloaded reqwest v0.12.28 |
| 1219 | 2026-05-27T05:19:37.280Z | Downloaded iddqd v0.4.2 |
| 1220 | 2026-05-27T05:19:37.285Z | Downloaded regex v1.12.3 |
| 1221 | 2026-05-27T05:19:37.287Z | Downloaded zstd v0.13.3 |
| 1222 | 2026-05-27T05:19:37.295Z | Downloaded unicode_categories v0.1.1 |
| 1223 | 2026-05-27T05:19:37.302Z | Downloaded yasna v0.5.2 |
| 1224 | 2026-05-27T05:19:37.305Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1225 | 2026-05-27T05:19:37.309Z | Downloaded vte v0.14.1 |
| 1226 | 2026-05-27T05:19:37.314Z | Downloaded zip v0.6.6 |
| 1227 | 2026-05-27T05:19:37.317Z | Downloaded portable-atomic v1.13.1 |
| 1228 | 2026-05-27T05:19:37.321Z | Downloaded goblin v0.10.5 |
| 1229 | 2026-05-27T05:19:37.335Z | Downloaded unsafe-libyaml v0.2.11 |
| 1230 | 2026-05-27T05:19:37.338Z | Downloaded yansi v1.0.1 |
| 1231 | 2026-05-27T05:19:37.342Z | Downloaded zerocopy v0.6.6 |
| 1232 | 2026-05-27T05:19:37.344Z | Downloaded bstr v1.12.1 |
| 1233 | 2026-05-27T05:19:37.348Z | Downloaded vergen-lib v0.1.6 |
| 1234 | 2026-05-27T05:19:37.351Z | Downloaded reedline v0.40.0 |
| 1235 | 2026-05-27T05:19:37.354Z | Downloaded salty v0.3.0 |
| 1236 | 2026-05-27T05:19:37.357Z | Downloaded typed-path v0.9.3 |
| 1237 | 2026-05-27T05:19:37.360Z | Downloaded reqwest v0.13.2 |
| 1238 | 2026-05-27T05:19:37.364Z | Downloaded rayon v1.11.0 |
| 1239 | 2026-05-27T05:19:37.370Z | Downloaded unicode-segmentation v1.12.0 |
| 1240 | 2026-05-27T05:19:37.373Z | Downloaded quick-xml v0.37.5 |
| 1241 | 2026-05-27T05:19:37.388Z | Downloaded serde_with v3.17.0 |
| 1242 | 2026-05-27T05:19:37.394Z | Downloaded tokio-postgres v0.7.16 |
| 1243 | 2026-05-27T05:19:37.397Z | Downloaded rustyline v14.0.0 |
| 1244 | 2026-05-27T05:19:37.406Z | Downloaded zopfli v0.8.3 |
| 1245 | 2026-05-27T05:19:37.409Z | Downloaded tower-http v0.6.8 |
| 1246 | 2026-05-27T05:19:37.416Z | Downloaded toml_edit v0.19.15 |
| 1247 | 2026-05-27T05:19:37.424Z | Downloaded unicode-normalization v0.1.25 |
| 1248 | 2026-05-27T05:19:37.427Z | Downloaded tough v0.22.0 |
| 1249 | 2026-05-27T05:19:37.433Z | Downloaded object v0.30.4 |
| 1250 | 2026-05-27T05:19:37.436Z | Downloaded ssh-key v0.6.7 |
| 1251 | 2026-05-27T05:19:37.468Z | Downloaded openssl v0.10.79 |
| 1252 | 2026-05-27T05:19:37.473Z | Downloaded tower v0.5.3 |
| 1253 | 2026-05-27T05:19:37.480Z | Downloaded winnow v0.5.40 |
| 1254 | 2026-05-27T05:19:37.484Z | Downloaded x509-cert v0.2.5 |
| 1255 | 2026-05-27T05:19:37.488Z | Downloaded rustls-webpki v0.101.7 |
| 1256 | 2026-05-27T05:19:37.497Z | Downloaded zerocopy-derive v0.8.40 |
| 1257 | 2026-05-27T05:19:37.502Z | Downloaded rustls v0.21.12 |
| 1258 | 2026-05-27T05:19:37.508Z | Downloaded p384 v0.13.1 |
| 1259 | 2026-05-27T05:19:37.511Z | Downloaded lalrpop v0.19.12 |
| 1260 | 2026-05-27T05:19:37.542Z | Downloaded hickory-proto v0.25.2 |
| 1261 | 2026-05-27T05:19:37.552Z | Downloaded zip v4.6.1 |
| 1262 | 2026-05-27T05:19:37.554Z | Downloaded moka v0.12.13 |
| 1263 | 2026-05-27T05:19:37.558Z | Downloaded openapiv3 v2.2.0 |
| 1264 | 2026-05-27T05:19:37.567Z | Downloaded smoltcp v0.11.0 |
| 1265 | 2026-05-27T05:19:37.576Z | Downloaded hickory-proto v0.24.4 |
| 1266 | 2026-05-27T05:19:37.584Z | Downloaded zerocopy v0.8.40 |
| 1267 | 2026-05-27T05:19:37.590Z | Downloaded tokio-util v0.7.18 |
| 1268 | 2026-05-27T05:19:37.595Z | Downloaded rustls v0.22.4 |
| 1269 | 2026-05-27T05:19:37.604Z | Downloaded regress v0.11.1 |
| 1270 | 2026-05-27T05:19:37.609Z | Downloaded proptest v1.10.0 |
| 1271 | 2026-05-27T05:19:37.619Z | Downloaded rustls-webpki v0.102.8 |
| 1272 | 2026-05-27T05:19:37.630Z | Downloaded petname v2.0.2 |
| 1273 | 2026-05-27T05:19:37.643Z | Downloaded radix_trie v0.2.1 |
| 1274 | 2026-05-27T05:19:37.646Z | Downloaded nix v0.27.1 |
| 1275 | 2026-05-27T05:19:37.652Z | Downloaded curve25519-dalek v4.1.3 |
| 1276 | 2026-05-27T05:19:37.696Z | Downloaded winnow v0.6.26 |
| 1277 | 2026-05-27T05:19:37.702Z | Downloaded hickory-proto v0.26.1 |
| 1278 | 2026-05-27T05:19:37.709Z | Downloaded polar-core v0.27.3 |
| 1279 | 2026-05-27T05:19:37.713Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1280 | 2026-05-27T05:19:37.721Z | Downloaded quinn-proto v0.11.13 |
| 1281 | 2026-05-27T05:19:37.725Z | Downloaded ratatui v0.29.0 |
| 1282 | 2026-05-27T05:19:37.747Z | Downloaded nix v0.28.0 |
| 1283 | 2026-05-27T05:19:37.759Z | Downloaded typify-impl v0.4.3 |
| 1284 | 2026-05-27T05:19:37.768Z | Downloaded smoltcp v0.9.1 |
| 1285 | 2026-05-27T05:19:37.775Z | Downloaded time v0.3.47 |
| 1286 | 2026-05-27T05:19:37.782Z | Downloaded regex-syntax v0.6.29 |
| 1287 | 2026-05-27T05:19:37.787Z | Downloaded regex-automata v0.4.14 |
| 1288 | 2026-05-27T05:19:37.796Z | Downloaded tabled v0.20.0 |
| 1289 | 2026-05-27T05:19:37.806Z | Downloaded vcpkg v0.2.15 |
| 1290 | 2026-05-27T05:19:37.829Z | Downloaded zlib-rs v0.6.2 |
| 1291 | 2026-05-27T05:19:37.833Z | Downloaded chrono-tz v0.10.4 |
| 1292 | 2026-05-27T05:19:37.844Z | Downloaded webpki-roots v1.0.6 |
| 1293 | 2026-05-27T05:19:37.846Z | Downloaded petgraph v0.6.5 |
| 1294 | 2026-05-27T05:19:37.858Z | Downloaded dropshot v0.17.0 |
| 1295 | 2026-05-27T05:19:37.871Z | Downloaded regex-syntax v0.8.10 |
| 1296 | 2026-05-27T05:19:37.877Z | Downloaded rustix v0.38.44 |
| 1297 | 2026-05-27T05:19:37.889Z | Downloaded regress v0.10.5 |
| 1298 | 2026-05-27T05:19:37.894Z | Downloaded rustls v0.23.37 |
| 1299 | 2026-05-27T05:19:37.902Z | Downloaded diesel v2.3.7 |
| 1300 | 2026-05-27T05:19:37.913Z | Downloaded object v0.37.3 |
| 1301 | 2026-05-27T05:19:37.920Z | Downloaded nix v0.31.2 |
| 1302 | 2026-05-27T05:19:37.927Z | Downloaded libz-sys v1.1.24 |
| 1303 | 2026-05-27T05:19:37.941Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1304 | 2026-05-27T05:19:37.951Z | Downloaded sha3 v0.10.8 |
| 1305 | 2026-05-27T05:19:37.954Z | Downloaded tokio v1.52.1 |
| 1306 | 2026-05-27T05:19:37.977Z | Downloaded sqlparser v0.61.0 |
| 1307 | 2026-05-27T05:19:37.990Z | Downloaded sled v0.34.7 |
| 1308 | 2026-05-27T05:19:37.996Z | Downloaded tracing v0.1.44 |
| 1309 | 2026-05-27T05:19:38.010Z | Downloaded typify-impl v0.6.2 |
| 1310 | 2026-05-27T05:19:38.039Z | Downloaded zerocopy-derive v0.6.6 |
| 1311 | 2026-05-27T05:19:38.061Z | Downloaded ring v0.17.14 |
| 1312 | 2026-05-27T05:19:38.086Z | Downloaded jiff v0.2.21 |
| 1313 | 2026-05-27T05:19:38.097Z | Downloaded csv v1.4.0 |
| 1314 | 2026-05-27T05:19:38.109Z | Downloaded petgraph v0.8.3 |
| 1315 | 2026-05-27T05:19:38.184Z | Downloaded encoding_rs v0.8.35 |
| 1316 | 2026-05-27T05:19:38.217Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1317 | 2026-05-27T05:19:38.635Z | Downloaded aws-lc-sys v0.40.0 |
| 1318 | 2026-05-27T05:19:38.883Z | Compiling libc v0.2.185 |
| 1319 | 2026-05-27T05:19:38.883Z | Compiling serde v1.0.228 |
| 1320 | 2026-05-27T05:19:38.886Z | Compiling log v0.4.29 |
| 1321 | 2026-05-27T05:19:38.886Z | Compiling find-msvc-tools v0.1.9 |
| 1322 | 2026-05-27T05:19:39.039Z | Compiling shlex v1.3.0 |
| 1323 | 2026-05-27T05:19:39.059Z | Compiling syn v2.0.117 |
| 1324 | 2026-05-27T05:19:39.062Z | Compiling smallvec v1.15.1 |
| 1325 | 2026-05-27T05:19:39.062Z | Compiling typenum v1.19.0 |
| 1326 | 2026-05-27T05:19:39.225Z | Compiling generic-array v0.14.7 |
| 1327 | 2026-05-27T05:19:39.275Z | Compiling subtle v2.6.1 |
| 1328 | 2026-05-27T05:19:39.283Z | Compiling scopeguard v1.2.0 |
| 1329 | 2026-05-27T05:19:39.287Z | Compiling const-oid v0.9.6 |
| 1330 | 2026-05-27T05:19:39.350Z | Compiling lock_api v0.4.14 |
| 1331 | 2026-05-27T05:19:39.364Z | Compiling serde_json v1.0.149 |
| 1332 | 2026-05-27T05:19:39.400Z | Compiling zerocopy v0.8.40 |
| 1333 | 2026-05-27T05:19:39.470Z | Compiling portable-atomic v1.13.1 |
| 1334 | 2026-05-27T05:19:39.681Z | Compiling parking_lot_core v0.9.12 |
| 1335 | 2026-05-27T05:19:39.920Z | Compiling pin-project-lite v0.2.17 |
| 1336 | 2026-05-27T05:19:39.965Z | Compiling pkg-config v0.3.32 |
| 1337 | 2026-05-27T05:19:40.020Z | Compiling getrandom v0.2.17 |
| 1338 | 2026-05-27T05:19:40.041Z | Compiling jobserver v0.1.34 |
| 1339 | 2026-05-27T05:19:40.059Z | Compiling errno v0.3.14 |
| 1340 | 2026-05-27T05:19:40.217Z | Compiling rand_core v0.6.4 |
| 1341 | 2026-05-27T05:19:40.252Z | Compiling signal-hook-registry v1.4.8 |
| 1342 | 2026-05-27T05:19:40.375Z | Compiling cc v1.2.56 |
| 1343 | 2026-05-27T05:19:40.429Z | Compiling bitflags v2.11.0 |
| 1344 | 2026-05-27T05:19:40.492Z | Compiling libm v0.2.16 |
| 1345 | 2026-05-27T05:19:40.529Z | Compiling futures-core v0.3.32 |
| 1346 | 2026-05-27T05:19:40.532Z | Compiling critical-section v1.2.0 |
| 1347 | 2026-05-27T05:19:40.625Z | Compiling once_cell v1.21.3 |
| 1348 | 2026-05-27T05:19:40.652Z | Compiling parking_lot v0.12.5 |
| 1349 | 2026-05-27T05:19:40.666Z | Compiling mio v1.2.0 |
| 1350 | 2026-05-27T05:19:40.684Z | Compiling num-traits v0.2.19 |
| 1351 | 2026-05-27T05:19:40.841Z | Compiling percent-encoding v2.3.2 |
| 1352 | 2026-05-27T05:19:40.855Z | Compiling socket2 v0.6.3 |
| 1353 | 2026-05-27T05:19:41.035Z | Compiling rand_core v0.10.0 |
| 1354 | 2026-05-27T05:19:41.049Z | Compiling getrandom v0.4.1 |
| 1355 | 2026-05-27T05:19:41.053Z | Compiling futures-sink v0.3.32 |
| 1356 | 2026-05-27T05:19:41.138Z | Compiling cpufeatures v0.2.17 |
| 1357 | 2026-05-27T05:19:41.167Z | Compiling futures-channel v0.3.32 |
| 1358 | 2026-05-27T05:19:41.202Z | Compiling futures-io v0.3.32 |
| 1359 | 2026-05-27T05:19:41.215Z | Compiling futures-task v0.3.32 |
| 1360 | 2026-05-27T05:19:41.272Z | Compiling slab v0.4.12 |
| 1361 | 2026-05-27T05:19:41.356Z | Compiling indexmap v2.14.0 |
| 1362 | 2026-05-27T05:19:41.388Z | Compiling getrandom v0.3.4 |
| 1363 | 2026-05-27T05:19:41.416Z | Compiling rustversion v1.0.22 |
| 1364 | 2026-05-27T05:19:41.447Z | Compiling cmake v0.1.57 |
| 1365 | 2026-05-27T05:19:41.814Z | Compiling form_urlencoded v1.2.2 |
| 1366 | 2026-05-27T05:19:41.855Z | Compiling dunce v1.0.5 |
| 1367 | 2026-05-27T05:19:41.951Z | Compiling fs_extra v1.3.0 |
| 1368 | 2026-05-27T05:19:41.966Z | Compiling synstructure v0.13.2 |
| 1369 | 2026-05-27T05:19:41.995Z | Compiling base64ct v1.8.3 |
| 1370 | 2026-05-27T05:19:42.032Z | Compiling ident_case v1.0.1 |
| 1371 | 2026-05-27T05:19:42.159Z | Compiling rustix v1.1.3 |
| 1372 | 2026-05-27T05:19:42.225Z | Compiling aws-lc-sys v0.40.0 |
| 1373 | 2026-05-27T05:19:42.287Z | Compiling pem-rfc7468 v0.7.0 |
| 1374 | 2026-05-27T05:19:42.307Z | Compiling regex-syntax v0.8.10 |
| 1375 | 2026-05-27T05:19:42.401Z | Compiling flagset v0.4.7 |
| 1376 | 2026-05-27T05:19:42.515Z | Compiling iana-time-zone v0.1.65 |
| 1377 | 2026-05-27T05:19:42.565Z | Compiling rand_core v0.9.5 |
| 1378 | 2026-05-27T05:19:42.584Z | Compiling ring v0.17.14 |
| 1379 | 2026-05-27T05:19:42.598Z | Compiling aws-lc-rs v1.16.3 |
| 1380 | 2026-05-27T05:19:42.716Z | Compiling vcpkg v0.2.15 |
| 1381 | 2026-05-27T05:19:42.836Z | Compiling uuid v1.23.0 |
| 1382 | 2026-05-27T05:19:42.879Z | Compiling rustc_version v0.4.1 |
| 1383 | 2026-05-27T05:19:43.212Z | Compiling tracing-core v0.1.36 |
| 1384 | 2026-05-27T05:19:43.463Z | Compiling openssl-sys v0.9.115 |
| 1385 | 2026-05-27T05:19:43.571Z | Compiling base64 v0.22.1 |
| 1386 | 2026-05-27T05:19:43.758Z | Compiling serde_derive v1.0.228 |
| 1387 | 2026-05-27T05:19:43.781Z | Compiling zeroize_derive v1.4.3 |
| 1388 | 2026-05-27T05:19:43.902Z | Compiling zerofrom-derive v0.1.6 |
| 1389 | 2026-05-27T05:19:43.951Z | Compiling yoke-derive v0.8.1 |
| 1390 | 2026-05-27T05:19:43.996Z | Compiling zerocopy-derive v0.8.40 |
| 1391 | 2026-05-27T05:19:44.406Z | Compiling zeroize v1.8.2 |
| 1392 | 2026-05-27T05:19:44.701Z | Compiling zerovec-derive v0.11.2 |
| 1393 | 2026-05-27T05:19:45.122Z | Compiling displaydoc v0.2.5 |
| 1394 | 2026-05-27T05:19:45.193Z | Compiling crypto-common v0.1.7 |
| 1395 | 2026-05-27T05:19:45.322Z | Compiling zerofrom v0.1.6 |
| 1396 | 2026-05-27T05:19:45.342Z | Compiling block-buffer v0.10.4 |
| 1397 | 2026-05-27T05:19:45.447Z | Compiling yoke v0.8.1 |
| 1398 | 2026-05-27T05:19:45.516Z | Compiling digest v0.10.7 |
| 1399 | 2026-05-27T05:19:45.633Z | Compiling tokio-macros v2.7.0 |
| 1400 | 2026-05-27T05:19:45.768Z | Compiling futures-macro v0.3.32 |
| 1401 | 2026-05-27T05:19:45.814Z | Compiling zerovec v0.11.5 |
| 1402 | 2026-05-27T05:19:45.865Z | Compiling zerotrie v0.2.3 |
| 1403 | 2026-05-27T05:19:46.163Z | Compiling hmac v0.12.1 |
| 1404 | 2026-05-27T05:19:46.322Z | Compiling tinystr v0.8.2 |
| 1405 | 2026-05-27T05:19:46.326Z | Compiling potential_utf v0.1.4 |
| 1406 | 2026-05-27T05:19:46.351Z | Compiling block-padding v0.3.3 |
| 1407 | 2026-05-27T05:19:46.492Z | Compiling icu_locale_core v2.1.1 |
| 1408 | 2026-05-27T05:19:46.505Z | Compiling icu_collections v2.1.1 |
| 1409 | 2026-05-27T05:19:46.518Z | Compiling inout v0.1.4 |
| 1410 | 2026-05-27T05:19:46.564Z | Compiling futures-util v0.3.32 |
| 1411 | 2026-05-27T05:19:46.681Z | Compiling cipher v0.4.4 |
| 1412 | 2026-05-27T05:19:46.934Z | Compiling sha2 v0.10.9 |
| 1413 | 2026-05-27T05:19:46.964Z | Compiling der_derive v0.7.3 |
| 1414 | 2026-05-27T05:19:47.202Z | Compiling bytes v1.11.1 |
| 1415 | 2026-05-27T05:19:47.354Z | Compiling icu_provider v2.1.1 |
| 1416 | 2026-05-27T05:19:47.640Z | Compiling icu_normalizer v2.1.1 |
| 1417 | 2026-05-27T05:19:47.654Z | Compiling icu_properties v2.1.2 |
| 1418 | 2026-05-27T05:19:47.811Z | Compiling tokio v1.52.1 |
| 1419 | 2026-05-27T05:19:47.905Z | Compiling der v0.7.10 |
| 1420 | 2026-05-27T05:19:48.177Z | Compiling http v1.4.0 |
| 1421 | 2026-05-27T05:19:48.307Z | Compiling ppv-lite86 v0.2.21 |
| 1422 | 2026-05-27T05:19:48.372Z | Compiling chrono v0.4.44 |
| 1423 | 2026-05-27T05:19:48.623Z | Compiling idna_adapter v1.2.1 |
| 1424 | 2026-05-27T05:19:48.746Z | Compiling idna v1.1.0 |
| 1425 | 2026-05-27T05:19:48.759Z | Compiling spki v0.7.3 |
| 1426 | 2026-05-27T05:19:48.795Z | Compiling salsa20 v0.10.2 |
| 1427 | 2026-05-27T05:19:48.938Z | Compiling pbkdf2 v0.12.2 |
| 1428 | 2026-05-27T05:19:48.959Z | Compiling rustls-pki-types v1.14.0 |
| 1429 | 2026-05-27T05:19:49.049Z | Compiling url v2.5.8 |
| 1430 | 2026-05-27T05:19:49.065Z | Compiling thiserror-impl v2.0.18 |
| 1431 | 2026-05-27T05:19:49.083Z | Compiling tracing-attributes v0.1.31 |
| 1432 | 2026-05-27T05:19:49.386Z | Compiling scrypt v0.11.0 |
| 1433 | 2026-05-27T05:19:49.400Z | Compiling http-body v1.0.1 |
| 1434 | 2026-05-27T05:19:49.617Z | Compiling rand_chacha v0.9.0 |
| 1435 | 2026-05-27T05:19:49.688Z | Compiling cbc v0.1.2 |
| 1436 | 2026-05-27T05:19:49.749Z | Compiling aes v0.8.4 |
| 1437 | 2026-05-27T05:19:49.890Z | Compiling untrusted v0.9.0 |
| 1438 | 2026-05-27T05:19:49.913Z | Compiling untrusted v0.7.1 |
| 1439 | 2026-05-27T05:19:50.015Z | Compiling openssl-probe v0.2.1 |
| 1440 | 2026-05-27T05:19:50.040Z | Compiling tinyvec_macros v0.1.1 |
| 1441 | 2026-05-27T05:19:50.114Z | Compiling httparse v1.10.1 |
| 1442 | 2026-05-27T05:19:50.189Z | Compiling pkcs5 v0.7.1 |
| 1443 | 2026-05-27T05:19:50.277Z | Compiling tinyvec v1.10.0 |
| 1444 | 2026-05-27T05:19:50.421Z | Compiling tracing v0.1.44 |
| 1445 | 2026-05-27T05:19:50.435Z | Compiling thiserror v2.0.18 |
| 1446 | 2026-05-27T05:19:50.539Z | Compiling pest_generator v2.8.6 |
| 1447 | 2026-05-27T05:19:50.626Z | Compiling rand v0.9.2 |
| 1448 | 2026-05-27T05:19:50.671Z | Compiling serde_derive_internals v0.29.1 |
| 1449 | 2026-05-27T05:19:50.688Z | Compiling aho-corasick v1.1.4 |
| 1450 | 2026-05-27T05:19:50.807Z | Compiling rustls v0.23.37 |
| 1451 | 2026-05-27T05:19:50.979Z | Compiling dyn-clone v1.0.20 |
| 1452 | 2026-05-27T05:19:51.120Z | Compiling tower-layer v0.3.3 |
| 1453 | 2026-05-27T05:19:51.224Z | Compiling try-lock v0.2.5 |
| 1454 | 2026-05-27T05:19:51.281Z | Compiling tower-service v0.3.3 |
| 1455 | 2026-05-27T05:19:51.334Z | Compiling atomic-waker v1.1.2 |
| 1456 | 2026-05-27T05:19:51.377Z | Compiling schemars v0.8.22 |
| 1457 | 2026-05-27T05:19:51.403Z | Compiling want v0.3.1 |
| 1458 | 2026-05-27T05:19:51.457Z | Compiling regex-automata v0.4.14 |
| 1459 | 2026-05-27T05:19:51.555Z | Compiling tokio-util v0.7.18 |
| 1460 | 2026-05-27T05:19:51.569Z | Compiling schemars_derive v0.8.22 |
| 1461 | 2026-05-27T05:19:51.602Z | Compiling pest_derive v2.8.6 |
| 1462 | 2026-05-27T05:19:52.244Z | Compiling h2 v0.4.13 |
| 1463 | 2026-05-27T05:19:52.316Z | Compiling pkcs8 v0.10.2 |
| 1464 | 2026-05-27T05:19:52.335Z | Compiling ipnet v2.11.0 |
| 1465 | 2026-05-27T05:19:52.564Z | Compiling scroll_derive v0.13.1 |
| 1466 | 2026-05-27T05:19:52.616Z | Compiling darling_core v0.20.11 |
| 1467 | 2026-05-27T05:19:52.801Z | Compiling foreign-types-shared v0.1.1 |
| 1468 | 2026-05-27T05:19:52.824Z | Compiling httpdate v1.0.3 |
| 1469 | 2026-05-27T05:19:52.886Z | Compiling openssl v0.10.79 |
| 1470 | 2026-05-27T05:19:53.040Z | Compiling pin-utils v0.1.0 |
| 1471 | 2026-05-27T05:19:53.115Z | Compiling foreign-types v0.3.2 |
| 1472 | 2026-05-27T05:19:53.148Z | Compiling tempfile v3.25.0 |
| 1473 | 2026-05-27T05:19:53.349Z | Compiling scroll v0.13.0 |
| 1474 | 2026-05-27T05:19:53.438Z | Compiling unicode-normalization v0.1.25 |
| 1475 | 2026-05-27T05:19:53.610Z | Compiling openssl-macros v0.1.1 |
| 1476 | 2026-05-27T05:19:53.898Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1477 | 2026-05-27T05:19:53.927Z | Compiling spin v0.9.8 |
| 1478 | 2026-05-27T05:19:53.994Z | Compiling crc32fast v1.5.0 |
| 1479 | 2026-05-27T05:19:54.134Z | Compiling powerfmt v0.2.0 |
| 1480 | 2026-05-27T05:19:54.265Z | Compiling time-core v0.1.8 |
| 1481 | 2026-05-27T05:19:54.282Z | Compiling native-tls v0.2.18 |
| 1482 | 2026-05-27T05:19:54.340Z | Compiling num-conv v0.2.0 |
| 1483 | 2026-05-27T05:19:54.411Z | Compiling deranged v0.5.8 |
| 1484 | 2026-05-27T05:19:54.468Z | Compiling time-macros v0.2.27 |
| 1485 | 2026-05-27T05:19:54.861Z | Compiling darling_macro v0.20.11 |
| 1486 | 2026-05-27T05:19:55.326Z | Compiling hyper v1.8.1 |
| 1487 | 2026-05-27T05:19:55.400Z | Compiling darling v0.20.11 |
| 1488 | 2026-05-27T05:19:55.485Z | Compiling goblin v0.10.5 |
| 1489 | 2026-05-27T05:19:55.538Z | Compiling rustls-native-certs v0.8.3 |
| 1490 | 2026-05-27T05:19:55.553Z | Compiling sync_wrapper v1.0.2 |
| 1491 | 2026-05-27T05:19:55.678Z | Compiling wait-timeout v0.2.1 |
| 1492 | 2026-05-27T05:19:55.823Z | Compiling simd-adler32 v0.3.8 |
| 1493 | 2026-05-27T05:19:55.931Z | Compiling num_threads v0.1.7 |
| 1494 | 2026-05-27T05:19:56.033Z | Compiling syn v1.0.109 |
| 1495 | 2026-05-27T05:19:56.072Z | Compiling usdt-impl v0.6.0 |
| 1496 | 2026-05-27T05:19:56.191Z | Compiling crossbeam-utils v0.8.21 |
| 1497 | 2026-05-27T05:19:56.271Z | Compiling quick-error v1.2.3 |
| 1498 | 2026-05-27T05:19:56.332Z | Compiling bit-vec v0.8.0 |
| 1499 | 2026-05-27T05:19:56.379Z | Compiling hyper-util v0.1.20 |
| 1500 | 2026-05-27T05:19:56.473Z | Compiling siphasher v1.0.2 |
| 1501 | 2026-05-27T05:19:56.563Z | Compiling bit-set v0.8.0 |
| 1502 | 2026-05-27T05:19:56.682Z | Compiling rusty-fork v0.3.1 |
| 1503 | 2026-05-27T05:19:56.796Z | Compiling time v0.3.47 |
| 1504 | 2026-05-27T05:19:56.993Z | Compiling tower v0.5.3 |
| 1505 | 2026-05-27T05:19:57.208Z | Compiling derive_builder_core v0.20.2 |
| 1506 | 2026-05-27T05:19:57.574Z | Compiling dtrace-parser v0.3.0 |
| 1507 | 2026-05-27T05:19:57.662Z | Compiling http-body-util v0.1.3 |
| 1508 | 2026-05-27T05:19:57.910Z | Compiling webpki-roots v1.0.6 |
| 1509 | 2026-05-27T05:19:58.035Z | Compiling signature v2.2.0 |
| 1510 | 2026-05-27T05:19:58.070Z | Compiling thiserror-impl v1.0.69 |
| 1511 | 2026-05-27T05:19:58.085Z | Compiling scroll_derive v0.12.1 |
| 1512 | 2026-05-27T05:19:58.216Z | Compiling dof v0.4.0 |
| 1513 | 2026-05-27T05:19:58.325Z | Compiling heapless v0.7.17 |
| 1514 | 2026-05-27T05:19:58.339Z | Compiling rand_xorshift v0.4.0 |
| 1515 | 2026-05-27T05:19:58.500Z | Compiling slog v2.8.2 |
| 1516 | 2026-05-27T05:19:58.564Z | Compiling darling_core v0.21.3 |
| 1517 | 2026-05-27T05:19:58.689Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1518 | 2026-05-27T05:19:58.740Z | Compiling thread-id v5.1.0 |
| 1519 | 2026-05-27T05:19:58.828Z | Compiling cookie v0.18.1 |
| 1520 | 2026-05-27T05:19:58.967Z | Compiling allocator-api2 v0.2.21 |
| 1521 | 2026-05-27T05:19:59.013Z | Compiling anyhow v1.0.102 |
| 1522 | 2026-05-27T05:19:59.285Z | Compiling paste v1.0.15 |
| 1523 | 2026-05-27T05:19:59.310Z | Compiling signal-hook v0.3.18 |
| 1524 | 2026-05-27T05:19:59.313Z | Compiling unicode-bidi v0.3.18 |
| 1525 | 2026-05-27T05:19:59.383Z | Compiling zstd-safe v7.2.4 |
| 1526 | 2026-05-27T05:19:59.479Z | Compiling unicode-properties v0.1.4 |
| 1527 | 2026-05-27T05:19:59.592Z | Compiling adler2 v2.0.1 |
| 1528 | 2026-05-27T05:19:59.609Z | Compiling ryu v1.0.23 |
| 1529 | 2026-05-27T05:19:59.696Z | Compiling iri-string v0.7.10 |
| 1530 | 2026-05-27T05:19:59.723Z | Compiling unarray v0.1.4 |
| 1531 | 2026-05-27T05:19:59.727Z | Compiling miniz_oxide v0.8.9 |
| 1532 | 2026-05-27T05:19:59.788Z | Compiling serde_urlencoded v0.7.1 |
| 1533 | 2026-05-27T05:19:59.836Z | Compiling proptest v1.10.0 |
| 1534 | 2026-05-27T05:19:59.863Z | Compiling stringprep v0.1.5 |
| 1535 | 2026-05-27T05:20:00.305Z | Compiling thiserror v1.0.69 |
| 1536 | 2026-05-27T05:20:00.408Z | Compiling scroll v0.12.0 |
| 1537 | 2026-05-27T05:20:00.736Z | Compiling derive_builder_macro v0.20.2 |
| 1538 | 2026-05-27T05:20:00.932Z | Compiling tower-http v0.6.8 |
| 1539 | 2026-05-27T05:20:01.090Z | Compiling darling_macro v0.21.3 |
| 1540 | 2026-05-27T05:20:01.104Z | Compiling tokio-native-tls v0.3.1 |
| 1541 | 2026-05-27T05:20:01.198Z | Compiling ipnetwork v0.21.1 |
| 1542 | 2026-05-27T05:20:01.271Z | Compiling bstr v1.12.1 |
| 1543 | 2026-05-27T05:20:01.330Z | Compiling rand_chacha v0.3.1 |
| 1544 | 2026-05-27T05:20:01.558Z | Compiling serde_spanned v0.6.9 |
| 1545 | 2026-05-27T05:20:01.589Z | Compiling erased-serde v0.3.31 |
| 1546 | 2026-05-27T05:20:01.659Z | Compiling serde_tokenstream v0.2.3 |
| 1547 | 2026-05-27T05:20:01.702Z | Compiling toml_datetime v0.6.11 |
| 1548 | 2026-05-27T05:20:01.909Z | Compiling md-5 v0.10.6 |
| 1549 | 2026-05-27T05:20:01.971Z | Compiling pin-project-internal v1.1.11 |
| 1550 | 2026-05-27T05:20:01.978Z | Compiling zerocopy-derive v0.7.35 |
| 1551 | 2026-05-27T05:20:02.066Z | Compiling async-trait v0.1.89 |
| 1552 | 2026-05-27T05:20:02.080Z | Compiling curve25519-dalek v4.1.3 |
| 1553 | 2026-05-27T05:20:02.130Z | Compiling vergen-lib v9.1.0 |
| 1554 | 2026-05-27T05:20:02.313Z | Compiling num-integer v0.1.46 |
| 1555 | 2026-05-27T05:20:02.412Z | Compiling hash32 v0.2.1 |
| 1556 | 2026-05-27T05:20:02.636Z | Compiling ff v0.13.1 |
| 1557 | 2026-05-27T05:20:02.712Z | Compiling memoffset v0.9.1 |
| 1558 | 2026-05-27T05:20:02.790Z | Compiling encoding_rs v0.8.35 |
| 1559 | 2026-05-27T05:20:02.892Z | Compiling ref-cast v1.0.25 |
| 1560 | 2026-05-27T05:20:02.924Z | Compiling litrs v1.0.0 |
| 1561 | 2026-05-27T05:20:03.084Z | Compiling num-bigint-dig v0.8.6 |
| 1562 | 2026-05-27T05:20:03.123Z | Compiling cfg_aliases v0.2.1 |
| 1563 | 2026-05-27T05:20:03.166Z | Compiling psl-types v2.0.11 |
| 1564 | 2026-05-27T05:20:03.187Z | Compiling smoltcp v0.9.1 |
| 1565 | 2026-05-27T05:20:03.281Z | Compiling rustix v0.38.44 |
| 1566 | 2026-05-27T05:20:03.297Z | Compiling mime v0.3.17 |
| 1567 | 2026-05-27T05:20:03.391Z | Compiling zlib-rs v0.6.2 |
| 1568 | 2026-05-27T05:20:03.511Z | Compiling fallible-iterator v0.2.0 |
| 1569 | 2026-05-27T05:20:03.548Z | Compiling base16ct v0.2.0 |
| 1570 | 2026-05-27T05:20:03.700Z | Compiling sec1 v0.7.3 |
| 1571 | 2026-05-27T05:20:03.736Z | Compiling document-features v0.2.12 |
| 1572 | 2026-05-27T05:20:03.814Z | Compiling postgres-protocol v0.6.10 |
| 1573 | 2026-05-27T05:20:03.998Z | Compiling publicsuffix v2.3.0 |
| 1574 | 2026-05-27T05:20:04.177Z | Compiling nix v0.31.2 |
| 1575 | 2026-05-27T05:20:04.316Z | Compiling pin-project v1.1.11 |
| 1576 | 2026-05-27T05:20:04.331Z | Compiling zerocopy v0.7.35 |
| 1577 | 2026-05-27T05:20:04.417Z | Compiling group v0.13.0 |
| 1578 | 2026-05-27T05:20:04.593Z | Compiling num-iter v0.1.45 |
| 1579 | 2026-05-27T05:20:04.720Z | Compiling newtype-uuid v1.3.2 |
| 1580 | 2026-05-27T05:20:04.882Z | Compiling darling v0.21.3 |
| 1581 | 2026-05-27T05:20:04.922Z | Compiling rand v0.8.6 |
| 1582 | 2026-05-27T05:20:04.967Z | Compiling oxnet v0.1.4 |
| 1583 | 2026-05-27T05:20:04.992Z | Compiling hubpack_derive v0.1.1 |
| 1584 | 2026-05-27T05:20:05.059Z | Compiling hyper-tls v0.6.0 |
| 1585 | 2026-05-27T05:20:05.136Z | Compiling derive_builder v0.20.2 |
| 1586 | 2026-05-27T05:20:05.361Z | Compiling goblin v0.8.2 |
| 1587 | 2026-05-27T05:20:05.805Z | Compiling phf_shared v0.13.1 |
| 1588 | 2026-05-27T05:20:05.866Z | Compiling lazy_static v1.5.0 |
| 1589 | 2026-05-27T05:20:05.917Z | Compiling regex v1.12.3 |
| 1590 | 2026-05-27T05:20:05.974Z | Compiling futures-executor v0.3.32 |
| 1591 | 2026-05-27T05:20:06.017Z | Compiling hex v0.4.3 |
| 1592 | 2026-05-27T05:20:06.178Z | Compiling hkdf v0.12.4 |
| 1593 | 2026-05-27T05:20:06.275Z | Compiling flate2 v1.1.9 |
| 1594 | 2026-05-27T05:20:06.305Z | Compiling crypto-bigint v0.5.5 |
| 1595 | 2026-05-27T05:20:06.321Z | Compiling ref-cast-impl v1.0.25 |
| 1596 | 2026-05-27T05:20:06.344Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1597 | 2026-05-27T05:20:06.620Z | Compiling daft-derive v0.1.7 |
| 1598 | 2026-05-27T05:20:06.680Z | Compiling strum_macros v0.27.2 |
| 1599 | 2026-05-27T05:20:06.852Z | Compiling snafu-derive v0.8.9 |
| 1600 | 2026-05-27T05:20:06.980Z | Compiling terminal_size v0.4.3 |
| 1601 | 2026-05-27T05:20:07.127Z | Compiling vergen v9.1.0 |
| 1602 | 2026-05-27T05:20:07.310Z | Compiling fs-err v3.3.0 |
| 1603 | 2026-05-27T05:20:07.350Z | Compiling cargo-platform v0.3.2 |
| 1604 | 2026-05-27T05:20:07.498Z | Compiling ahash v0.8.12 |
| 1605 | 2026-05-27T05:20:07.628Z | Compiling managed v0.8.0 |
| 1606 | 2026-05-27T05:20:07.704Z | Compiling foldhash v0.1.5 |
| 1607 | 2026-05-27T05:20:07.846Z | Compiling object v0.37.3 |
| 1608 | 2026-05-27T05:20:07.879Z | Compiling winnow v0.5.40 |
| 1609 | 2026-05-27T05:20:08.119Z | Compiling libbz2-rs-sys v0.2.2 |
| 1610 | 2026-05-27T05:20:08.371Z | Compiling cpufeatures v0.3.0 |
| 1611 | 2026-05-27T05:20:08.455Z | Compiling unicode-segmentation v1.12.0 |
| 1612 | 2026-05-27T05:20:08.623Z | Compiling bumpalo v3.20.2 |
| 1613 | 2026-05-27T05:20:08.740Z | Compiling foldhash v0.2.0 |
| 1614 | 2026-05-27T05:20:08.802Z | Compiling same-file v1.0.6 |
| 1615 | 2026-05-27T05:20:08.825Z | Compiling bitflags v1.3.2 |
| 1616 | 2026-05-27T05:20:08.846Z | Compiling clap_builder v4.5.60 |
| 1617 | 2026-05-27T05:20:08.880Z | Compiling zopfli v0.8.3 |
| 1618 | 2026-05-27T05:20:08.904Z | Compiling walkdir v2.5.0 |
| 1619 | 2026-05-27T05:20:08.963Z | Compiling hashbrown v0.16.1 |
| 1620 | 2026-05-27T05:20:09.218Z | Compiling toml_edit v0.19.15 |
| 1621 | 2026-05-27T05:20:09.286Z | Compiling snafu v0.8.9 |
| 1622 | 2026-05-27T05:20:09.580Z | Compiling strum v0.27.2 |
| 1623 | 2026-05-27T05:20:09.607Z | Compiling bzip2 v0.6.1 |
| 1624 | 2026-05-27T05:20:09.699Z | Compiling chacha20 v0.10.0 |
| 1625 | 2026-05-27T05:20:09.767Z | Compiling hashbrown v0.15.5 |
| 1626 | 2026-05-27T05:20:09.820Z | Compiling dof v0.3.0 |
| 1627 | 2026-05-27T05:20:09.843Z | Compiling cargo_metadata v0.23.1 |
| 1628 | 2026-05-27T05:20:10.130Z | Compiling daft v0.1.7 |
| 1629 | 2026-05-27T05:20:10.343Z | Compiling elliptic-curve v0.13.8 |
| 1630 | 2026-05-27T05:20:10.653Z | Compiling futures v0.3.32 |
| 1631 | 2026-05-27T05:20:10.746Z | Compiling phf v0.13.1 |
| 1632 | 2026-05-27T05:20:10.782Z | Compiling signal-hook-mio v0.2.5 |
| 1633 | 2026-05-27T05:20:10.899Z | Compiling cookie_store v0.22.1 |
| 1634 | 2026-05-27T05:20:11.259Z | Compiling hubpack v0.1.2 |
| 1635 | 2026-05-27T05:20:11.274Z | Compiling zstd v0.13.3 |
| 1636 | 2026-05-27T05:20:11.425Z | Compiling bzip2 v0.4.4 |
| 1637 | 2026-05-27T05:20:11.533Z | Compiling serde_with_macros v3.17.0 |
| 1638 | 2026-05-27T05:20:11.628Z | Compiling postgres-types v0.2.12 |
| 1639 | 2026-05-27T05:20:11.856Z | Compiling usdt-attr-macro v0.6.0 |
| 1640 | 2026-05-27T05:20:11.912Z | Compiling usdt-macro v0.6.0 |
| 1641 | 2026-05-27T05:20:12.187Z | Compiling globset v0.4.18 |
| 1642 | 2026-05-27T05:20:12.634Z | Compiling dtrace-parser v0.2.0 |
| 1643 | 2026-05-27T05:20:12.634Z | Compiling ed25519 v2.2.3 |
| 1644 | 2026-05-27T05:20:12.678Z | Compiling phf_shared v0.11.3 |
| 1645 | 2026-05-27T05:20:12.760Z | Compiling olpc-cjson v0.1.4 |
| 1646 | 2026-05-27T05:20:12.859Z | Compiling pkcs1 v0.7.5 |
| 1647 | 2026-05-27T05:20:12.859Z | Compiling serde_plain v1.0.2 |
| 1648 | 2026-05-27T05:20:12.957Z | Compiling serde-big-array v0.5.1 |
| 1649 | 2026-05-27T05:20:13.064Z | Compiling rfc6979 v0.4.0 |
| 1650 | 2026-05-27T05:20:13.080Z | Compiling pem v3.0.6 |
| 1651 | 2026-05-27T05:20:13.196Z | Compiling clap_derive v4.5.55 |
| 1652 | 2026-05-27T05:20:13.261Z | Compiling strum_macros v0.26.4 |
| 1653 | 2026-05-27T05:20:13.367Z | Compiling async-recursion v1.1.1 |
| 1654 | 2026-05-27T05:20:13.382Z | Compiling enum-as-inner v0.6.1 |
| 1655 | 2026-05-27T05:20:13.406Z | Compiling serde_repr v0.1.20 |
| 1656 | 2026-05-27T05:20:13.549Z | Compiling float-cmp v0.10.0 |
| 1657 | 2026-05-27T05:20:13.700Z | Compiling memmap2 v0.9.10 |
| 1658 | 2026-05-27T05:20:13.885Z | Compiling thread-id v4.2.2 |
| 1659 | 2026-05-27T05:20:13.924Z | Compiling env_filter v1.0.0 |
| 1660 | 2026-05-27T05:20:13.936Z | Compiling static_assertions v1.1.0 |
| 1661 | 2026-05-27T05:20:13.972Z | Compiling new_debug_unreachable v1.0.6 |
| 1662 | 2026-05-27T05:20:14.009Z | Compiling predicates-core v1.0.10 |
| 1663 | 2026-05-27T05:20:14.011Z | Compiling whoami v2.1.0 |
| 1664 | 2026-05-27T05:20:14.045Z | Compiling jiff v0.2.21 |
| 1665 | 2026-05-27T05:20:14.189Z | Compiling keccak v0.1.6 |
| 1666 | 2026-05-27T05:20:14.217Z | Compiling difflib v0.4.0 |
| 1667 | 2026-05-27T05:20:14.392Z | Compiling precomputed-hash v0.1.1 |
| 1668 | 2026-05-27T05:20:14.485Z | Compiling fixedbitset v0.4.2 |
| 1669 | 2026-05-27T05:20:14.724Z | Compiling normalize-line-endings v0.3.0 |
| 1670 | 2026-05-27T05:20:14.825Z | Compiling fixedbitset v0.5.7 |
| 1671 | 2026-05-27T05:20:14.837Z | Compiling either v1.15.0 |
| 1672 | 2026-05-27T05:20:14.958Z | Compiling typed-path v0.9.3 |
| 1673 | 2026-05-27T05:20:15.021Z | Compiling data-encoding v2.10.0 |
| 1674 | 2026-05-27T05:20:15.036Z | Compiling strum v0.26.3 |
| 1675 | 2026-05-27T05:20:15.050Z | Compiling itertools v0.13.0 |
| 1676 | 2026-05-27T05:20:15.166Z | Compiling petgraph v0.8.3 |
| 1677 | 2026-05-27T05:20:15.179Z | Compiling clap v4.5.60 |
| 1678 | 2026-05-27T05:20:15.260Z | Compiling predicates v3.1.4 |
| 1679 | 2026-05-27T05:20:15.735Z | Compiling hickory-proto v0.25.2 |
| 1680 | 2026-05-27T05:20:15.915Z | Compiling petgraph v0.6.5 |
| 1681 | 2026-05-27T05:20:16.196Z | Compiling string_cache v0.8.9 |
| 1682 | 2026-05-27T05:20:16.288Z | Compiling sha3 v0.10.8 |
| 1683 | 2026-05-27T05:20:16.309Z | Compiling tokio-postgres v0.7.16 |
| 1684 | 2026-05-27T05:20:16.423Z | Compiling toml_edit v0.22.27 |
| 1685 | 2026-05-27T05:20:16.749Z | Compiling zip v4.6.1 |
| 1686 | 2026-05-27T05:20:17.048Z | Compiling env_logger v0.11.9 |
| 1687 | 2026-05-27T05:20:17.389Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1688 | 2026-05-27T05:20:17.408Z | Compiling usdt-impl v0.5.0 |
| 1689 | 2026-05-27T05:20:17.699Z | Compiling usdt v0.6.0 |
| 1690 | 2026-05-27T05:20:17.964Z | Compiling ecdsa v0.16.9 |
| 1691 | 2026-05-27T05:20:17.990Z | Compiling rsa v0.9.10 |
| 1692 | 2026-05-27T05:20:18.233Z | Compiling ed25519-dalek v2.2.0 |
| 1693 | 2026-05-27T05:20:18.351Z | Compiling serde_with v3.17.0 |
| 1694 | 2026-05-27T05:20:18.475Z | Compiling crossterm v0.28.1 |
| 1695 | 2026-05-27T05:20:19.115Z | Compiling zip v0.6.6 |
| 1696 | 2026-05-27T05:20:19.837Z | Compiling iddqd v0.4.2 |
| 1697 | 2026-05-27T05:20:20.094Z | Compiling toml v0.7.8 |
| 1698 | 2026-05-27T05:20:20.241Z | Compiling rand v0.10.0 |
| 1699 | 2026-05-27T05:20:20.555Z | Compiling similar v2.7.0 |
| 1700 | 2026-05-27T05:20:20.692Z | Compiling heck v0.4.1 |
| 1701 | 2026-05-27T05:20:20.700Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1702 | 2026-05-27T05:20:20.911Z | Compiling crossbeam-epoch v0.9.18 |
| 1703 | 2026-05-27T05:20:21.125Z | Compiling tokio-stream v0.1.18 |
| 1704 | 2026-05-27T05:20:21.148Z | Compiling buf-list v1.1.2 |
| 1705 | 2026-05-27T05:20:21.243Z | Compiling x509-cert v0.2.5 |
| 1706 | 2026-05-27T05:20:21.319Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1707 | 2026-05-27T05:20:21.334Z | Compiling openapiv3 v2.2.0 |
| 1708 | 2026-05-27T05:20:21.423Z | Compiling sha1 v0.10.6 |
| 1709 | 2026-05-27T05:20:21.441Z | Compiling lalrpop-util v0.19.12 |
| 1710 | 2026-05-27T05:20:21.598Z | Compiling peg-runtime v0.8.5 |
| 1711 | 2026-05-27T05:20:21.617Z | Compiling thread_local v1.1.9 |
| 1712 | 2026-05-27T05:20:21.631Z | Compiling slog-async v2.8.0 |
| 1713 | 2026-05-27T05:20:21.646Z | Compiling crossbeam-channel v0.5.15 |
| 1714 | 2026-05-27T05:20:21.877Z | Compiling is-terminal v0.4.17 |
| 1715 | 2026-05-27T05:20:21.900Z | Compiling filetime v0.2.27 |
| 1716 | 2026-05-27T05:20:21.960Z | Compiling xattr v1.6.1 |
| 1717 | 2026-05-27T05:20:21.972Z | Compiling take_mut v0.2.2 |
| 1718 | 2026-05-27T05:20:22.055Z | Compiling term v1.2.1 |
| 1719 | 2026-05-27T05:20:22.077Z | Compiling tar v0.4.45 |
| 1720 | 2026-05-27T05:20:22.588Z | Compiling slog-term v2.9.2 |
| 1721 | 2026-05-27T05:20:32.261Z | Compiling rustls-webpki v0.103.9 |
| 1722 | 2026-05-27T05:20:35.059Z | Compiling tokio-rustls v0.26.4 |
| 1723 | 2026-05-27T05:20:35.059Z | Compiling rustls-platform-verifier v0.6.2 |
| 1724 | 2026-05-27T05:20:35.261Z | Compiling hyper-rustls v0.27.7 |
| 1725 | 2026-05-27T05:20:35.465Z | Compiling reqwest v0.12.28 |
| 1726 | 2026-05-27T05:20:35.479Z | Compiling reqwest v0.13.2 |
| 1727 | 2026-05-27T05:20:36.725Z | Compiling tough v0.22.0 |
| 1728 | 2026-05-27T05:20:39.247Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1729 | 2026-05-27T05:20:39.462Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1730 | 2026-05-27T05:20:42.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1731 | 2026-05-27T05:20:42.472Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1732 | 2026-05-27T05:20:42.530Z | May 27 05:20:41.734 INFO Starting download, target: Clickhouse |
| 1733 | 2026-05-27T05:20:42.530Z | May 27 05:20:41.734 INFO Starting download, target: Cockroach |
| 1734 | 2026-05-27T05:20:42.539Z | May 27 05:20:41.734 INFO Starting download, target: Console |
| 1735 | 2026-05-27T05:20:42.539Z | May 27 05:20:41.734 INFO Starting download, target: DendriteStub |
| 1736 | 2026-05-27T05:20:42.539Z | May 27 05:20:41.735 INFO Starting download, target: MaghemiteMgd |
| 1737 | 2026-05-27T05:20:42.539Z | May 27 05:20:41.735 INFO Starting download, target: TransceiverControl |
| 1738 | 2026-05-27T05:20:42.539Z | May 27 05:20:41.735 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1739 | 2026-05-27T05:20:42.539Z | May 27 05:20:41.735 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1740 | 2026-05-27T05:20:42.539Z | May 27 05:20:41.735 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1741 | 2026-05-27T05:20:42.540Z | May 27 05:20:41.735 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1742 | 2026-05-27T05:20:42.540Z | May 27 05:20:41.735 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1743 | 2026-05-27T05:20:42.540Z | May 27 05:20:41.735 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1744 | 2026-05-27T05:20:43.470Z | May 27 05:20:42.662 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1745 | 2026-05-27T05:20:43.615Z | May 27 05:20:42.792 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1746 | 2026-05-27T05:20:43.700Z | May 27 05:20:42.877 INFO Download complete, target: TransceiverControl |
| 1747 | 2026-05-27T05:20:43.830Z | May 27 05:20:43.023 INFO Download complete, target: Console |
| 1748 | 2026-05-27T05:20:44.306Z | May 27 05:20:43.482 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1749 | 2026-05-27T05:20:45.738Z | May 27 05:20:44.917 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1750 | 2026-05-27T05:20:45.764Z | May 27 05:20:44.935 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1751 | 2026-05-27T05:20:46.420Z | May 27 05:20:45.629 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1752 | 2026-05-27T05:20:46.420Z | May 27 05:20:45.629 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1753 | 2026-05-27T05:20:48.095Z | May 27 05:20:47.304 INFO Download complete, target: DendriteStub |
| 1754 | 2026-05-27T05:20:48.129Z | May 27 05:20:47.338 INFO Download complete, target: MaghemiteMgd |
| 1755 | 2026-05-27T05:20:51.026Z | May 27 05:20:50.233 INFO Checking that binary works, target: Cockroach |
| 1756 | 2026-05-27T05:20:51.049Z | May 27 05:20:50.255 INFO Checking that binary works, target: Clickhouse |
| 1757 | 2026-05-27T05:20:51.139Z | May 27 05:20:50.348 INFO Download complete, target: Clickhouse |
| 1758 | 2026-05-27T05:20:51.149Z | May 27 05:20:50.358 INFO Download complete, target: Cockroach |
| 1759 | 2026-05-27T05:20:51.173Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1760 | 2026-05-27T05:20:51.179Z | |
| 1761 | 2026-05-27T05:20:51.179Z | real 2:18.056290128 |
| 1762 | 2026-05-27T05:20:51.179Z | user 6:55.643702127 |
| 1763 | 2026-05-27T05:20:51.179Z | sys 1:23.191003227 |
| 1764 | 2026-05-27T05:20:51.179Z | trap 0.218247745 |
| 1765 | 2026-05-27T05:20:51.179Z | tflt 0.777071506 |
| 1766 | 2026-05-27T05:20:51.179Z | dflt 0.680927305 |
| 1767 | 2026-05-27T05:20:51.179Z | kflt 0.027250255 |
| 1768 | 2026-05-27T05:20:51.179Z | lock 21:17.248415425 |
| 1769 | 2026-05-27T05:20:51.179Z | slp 21:19.642903609 |
| 1770 | 2026-05-27T05:20:51.179Z | lat 44.935876085 |
| 1771 | 2026-05-27T05:20:51.179Z | stop 2:00.790457892 |
| 1772 | 2026-05-27T05:20:51.179Z | + banner hack-check |
| 1773 | 2026-05-27T05:20:51.179Z | |
| 1774 | 2026-05-27T05:20:51.179Z | # # ## #### # # #### # # ###### #### # # |
| 1775 | 2026-05-27T05:20:51.179Z | # # # # # # # # # # # # # # # # # |
| 1776 | 2026-05-27T05:20:51.179Z | ###### # # # #### ##### # ###### ##### # #### |
| 1777 | 2026-05-27T05:20:51.180Z | # # ###### # # # # # # # # # # |
| 1778 | 2026-05-27T05:20:51.180Z | # # # # # # # # # # # # # # # # # |
| 1779 | 2026-05-27T05:20:51.180Z | # # # # #### # # #### # # ###### #### # # |
| 1780 | 2026-05-27T05:20:51.180Z | |
| 1781 | 2026-05-27T05:20:51.180Z | + export CARGO_INCREMENTAL=0 |
| 1782 | 2026-05-27T05:20:51.180Z | + CARGO_INCREMENTAL=0 |
| 1783 | 2026-05-27T05:20:51.180Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1784 | 2026-05-27T05:20:51.705Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1785 | 2026-05-27T05:20:51.926Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1786 | 2026-05-27T05:20:53.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s |
| 1787 | 2026-05-27T05:20:53.874Z | Running `target/debug/xtask check-features --ci` |
| 1788 | 2026-05-27T05:20:53.900Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1789 | 2026-05-27T05:20:53.903Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1790 | 2026-05-27T05:20:54.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1791 | 2026-05-27T05:20:54.411Z | Running `target/debug/xtask download cargo-hack` |
| 1792 | 2026-05-27T05:20:55.194Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1793 | 2026-05-27T05:20:55.512Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1794 | 2026-05-27T05:20:58.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.59s |
| 1795 | 2026-05-27T05:20:58.219Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1796 | 2026-05-27T05:20:58.272Z | May 27 05:20:57.458 INFO Starting download, target: CargoHack |
| 1797 | 2026-05-27T05:20:58.300Z | May 27 05:20:57.458 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1798 | 2026-05-27T05:20:58.647Z | May 27 05:20:57.828 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1799 | 2026-05-27T05:20:58.690Z | May 27 05:20:57.879 INFO Download complete, target: CargoHack |
| 1800 | 2026-05-27T05:20:58.703Z | 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" |
| 1801 | 2026-05-27T05:20:58.703Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1802 | 2026-05-27T05:20:58.854Z | info: running `cargo check --bins` on api_identity (1/295) |
| 1803 | 2026-05-27T05:20:59.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1804 | 2026-05-27T05:20:59.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1805 | 2026-05-27T05:20:59.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1806 | 2026-05-27T05:20:59.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1807 | 2026-05-27T05:20:59.425Z | |
| 1808 | 2026-05-27T05:20:59.425Z | info: running `cargo check --bins` on bootstore (2/295) |
| 1809 | 2026-05-27T05:20:59.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1810 | 2026-05-27T05:20:59.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1811 | 2026-05-27T05:20:59.931Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1812 | 2026-05-27T05:20:59.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1813 | 2026-05-27T05:21:00.003Z | |
| 1814 | 2026-05-27T05:21:00.003Z | info: running `cargo check --bins` on omicron-ledger (3/295) |
| 1815 | 2026-05-27T05:21:00.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1816 | 2026-05-27T05:21:00.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1817 | 2026-05-27T05:21:00.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1818 | 2026-05-27T05:21:00.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1819 | 2026-05-27T05:21:00.583Z | |
| 1820 | 2026-05-27T05:21:00.583Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/295) |
| 1821 | 2026-05-27T05:21:01.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1822 | 2026-05-27T05:21:01.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1823 | 2026-05-27T05:21:01.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1824 | 2026-05-27T05:21:01.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1825 | 2026-05-27T05:21:01.164Z | |
| 1826 | 2026-05-27T05:21:01.164Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/295) |
| 1827 | 2026-05-27T05:21:01.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1828 | 2026-05-27T05:21:01.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1829 | 2026-05-27T05:21:01.669Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1830 | 2026-05-27T05:21:01.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1831 | 2026-05-27T05:21:01.756Z | |
| 1832 | 2026-05-27T05:21:01.756Z | info: running `cargo check --bins` on omicron-certificates (6/295) |
| 1833 | 2026-05-27T05:21:02.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1834 | 2026-05-27T05:21:02.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1835 | 2026-05-27T05:21:02.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1836 | 2026-05-27T05:21:02.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1837 | 2026-05-27T05:21:02.348Z | |
| 1838 | 2026-05-27T05:21:02.348Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/295) |
| 1839 | 2026-05-27T05:21:02.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1840 | 2026-05-27T05:21:02.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1841 | 2026-05-27T05:21:02.982Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1842 | 2026-05-27T05:21:02.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1843 | 2026-05-27T05:21:02.983Z | |
| 1844 | 2026-05-27T05:21:02.983Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/295) |
| 1845 | 2026-05-27T05:21:03.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1846 | 2026-05-27T05:21:03.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1847 | 2026-05-27T05:21:03.457Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1848 | 2026-05-27T05:21:03.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1849 | 2026-05-27T05:21:03.570Z | |
| 1850 | 2026-05-27T05:21:03.570Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/295) |
| 1851 | 2026-05-27T05:21:03.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1852 | 2026-05-27T05:21:04.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1853 | 2026-05-27T05:21:04.004Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1854 | 2026-05-27T05:21:04.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1855 | 2026-05-27T05:21:04.137Z | |
| 1856 | 2026-05-27T05:21:04.139Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/295) |
| 1857 | 2026-05-27T05:21:04.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1858 | 2026-05-27T05:21:04.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1859 | 2026-05-27T05:21:04.498Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1860 | 2026-05-27T05:21:04.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1861 | 2026-05-27T05:21:04.498Z | |
| 1862 | 2026-05-27T05:21:04.498Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/295) |
| 1863 | 2026-05-27T05:21:04.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1864 | 2026-05-27T05:21:04.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1865 | 2026-05-27T05:21:04.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1866 | 2026-05-27T05:21:04.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1867 | 2026-05-27T05:21:04.938Z | |
| 1868 | 2026-05-27T05:21:04.938Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/295) |
| 1869 | 2026-05-27T05:21:05.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1870 | 2026-05-27T05:21:05.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1871 | 2026-05-27T05:21:05.383Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1872 | 2026-05-27T05:21:05.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1873 | 2026-05-27T05:21:05.407Z | |
| 1874 | 2026-05-27T05:21:05.407Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/295) |
| 1875 | 2026-05-27T05:21:05.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1876 | 2026-05-27T05:21:05.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1877 | 2026-05-27T05:21:05.825Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1878 | 2026-05-27T05:21:05.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1879 | 2026-05-27T05:21:05.884Z | |
| 1880 | 2026-05-27T05:21:05.884Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/295) |
| 1881 | 2026-05-27T05:21:06.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1882 | 2026-05-27T05:21:06.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1883 | 2026-05-27T05:21:06.265Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1884 | 2026-05-27T05:21:06.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1885 | 2026-05-27T05:21:06.324Z | |
| 1886 | 2026-05-27T05:21:06.324Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/295) |
| 1887 | 2026-05-27T05:21:06.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1888 | 2026-05-27T05:21:06.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1889 | 2026-05-27T05:21:06.742Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1890 | 2026-05-27T05:21:06.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1891 | 2026-05-27T05:21:06.794Z | |
| 1892 | 2026-05-27T05:21:06.794Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/295) |
| 1893 | 2026-05-27T05:21:07.201Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1894 | 2026-05-27T05:21:07.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1895 | 2026-05-27T05:21:07.204Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1896 | 2026-05-27T05:21:07.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1897 | 2026-05-27T05:21:07.262Z | |
| 1898 | 2026-05-27T05:21:07.262Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/295) |
| 1899 | 2026-05-27T05:21:07.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1900 | 2026-05-27T05:21:07.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1901 | 2026-05-27T05:21:07.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1902 | 2026-05-27T05:21:07.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1903 | 2026-05-27T05:21:07.730Z | |
| 1904 | 2026-05-27T05:21:07.730Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/295) |
| 1905 | 2026-05-27T05:21:08.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1906 | 2026-05-27T05:21:08.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1907 | 2026-05-27T05:21:08.143Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1908 | 2026-05-27T05:21:08.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1909 | 2026-05-27T05:21:08.202Z | |
| 1910 | 2026-05-27T05:21:08.202Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/295) |
| 1911 | 2026-05-27T05:21:08.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1912 | 2026-05-27T05:21:08.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1913 | 2026-05-27T05:21:08.610Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1914 | 2026-05-27T05:21:08.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1915 | 2026-05-27T05:21:08.662Z | |
| 1916 | 2026-05-27T05:21:08.662Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/295) |
| 1917 | 2026-05-27T05:21:09.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1918 | 2026-05-27T05:21:09.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1919 | 2026-05-27T05:21:09.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1920 | 2026-05-27T05:21:09.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1921 | 2026-05-27T05:21:09.143Z | |
| 1922 | 2026-05-27T05:21:09.143Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/295) |
| 1923 | 2026-05-27T05:21:09.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1924 | 2026-05-27T05:21:09.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1925 | 2026-05-27T05:21:09.538Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1926 | 2026-05-27T05:21:09.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1927 | 2026-05-27T05:21:09.596Z | |
| 1928 | 2026-05-27T05:21:09.596Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/295) |
| 1929 | 2026-05-27T05:21:10.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1930 | 2026-05-27T05:21:10.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1931 | 2026-05-27T05:21:10.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1932 | 2026-05-27T05:21:10.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1933 | 2026-05-27T05:21:10.080Z | |
| 1934 | 2026-05-27T05:21:10.080Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/295) |
| 1935 | 2026-05-27T05:21:10.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1936 | 2026-05-27T05:21:10.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1937 | 2026-05-27T05:21:10.498Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1938 | 2026-05-27T05:21:10.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1939 | 2026-05-27T05:21:10.545Z | |
| 1940 | 2026-05-27T05:21:10.545Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/295) |
| 1941 | 2026-05-27T05:21:10.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1942 | 2026-05-27T05:21:10.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1943 | 2026-05-27T05:21:10.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1944 | 2026-05-27T05:21:10.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1945 | 2026-05-27T05:21:11.023Z | |
| 1946 | 2026-05-27T05:21:11.024Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/295) |
| 1947 | 2026-05-27T05:21:11.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1948 | 2026-05-27T05:21:11.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1949 | 2026-05-27T05:21:11.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1950 | 2026-05-27T05:21:11.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1951 | 2026-05-27T05:21:11.544Z | |
| 1952 | 2026-05-27T05:21:11.544Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/295) |
| 1953 | 2026-05-27T05:21:11.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1954 | 2026-05-27T05:21:11.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1955 | 2026-05-27T05:21:11.974Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1956 | 2026-05-27T05:21:11.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1957 | 2026-05-27T05:21:11.980Z | |
| 1958 | 2026-05-27T05:21:11.980Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/295) |
| 1959 | 2026-05-27T05:21:12.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1960 | 2026-05-27T05:21:12.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1961 | 2026-05-27T05:21:12.371Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1962 | 2026-05-27T05:21:12.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1963 | 2026-05-27T05:21:12.431Z | |
| 1964 | 2026-05-27T05:21:12.431Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/295) |
| 1965 | 2026-05-27T05:21:12.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1966 | 2026-05-27T05:21:12.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1967 | 2026-05-27T05:21:12.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1968 | 2026-05-27T05:21:12.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1969 | 2026-05-27T05:21:12.913Z | |
| 1970 | 2026-05-27T05:21:12.913Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/295) |
| 1971 | 2026-05-27T05:21:13.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1972 | 2026-05-27T05:21:13.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1973 | 2026-05-27T05:21:13.325Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1974 | 2026-05-27T05:21:13.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1975 | 2026-05-27T05:21:13.374Z | |
| 1976 | 2026-05-27T05:21:13.374Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/295) |
| 1977 | 2026-05-27T05:21:13.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1978 | 2026-05-27T05:21:13.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1979 | 2026-05-27T05:21:13.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1980 | 2026-05-27T05:21:13.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1981 | 2026-05-27T05:21:13.841Z | |
| 1982 | 2026-05-27T05:21:13.841Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/295) |
| 1983 | 2026-05-27T05:21:14.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1984 | 2026-05-27T05:21:14.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1985 | 2026-05-27T05:21:14.251Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1986 | 2026-05-27T05:21:14.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1987 | 2026-05-27T05:21:14.306Z | |
| 1988 | 2026-05-27T05:21:14.306Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/295) |
| 1989 | 2026-05-27T05:21:14.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1990 | 2026-05-27T05:21:14.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1991 | 2026-05-27T05:21:14.714Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1992 | 2026-05-27T05:21:14.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1993 | 2026-05-27T05:21:14.772Z | |
| 1994 | 2026-05-27T05:21:14.772Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/295) |
| 1995 | 2026-05-27T05:21:15.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1996 | 2026-05-27T05:21:15.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1997 | 2026-05-27T05:21:15.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1998 | 2026-05-27T05:21:15.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1999 | 2026-05-27T05:21:15.243Z | |
| 2000 | 2026-05-27T05:21:15.243Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/295) |
| 2001 | 2026-05-27T05:21:15.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2002 | 2026-05-27T05:21:15.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2003 | 2026-05-27T05:21:15.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2004 | 2026-05-27T05:21:15.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2005 | 2026-05-27T05:21:15.706Z | |
| 2006 | 2026-05-27T05:21:15.706Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/295) |
| 2007 | 2026-05-27T05:21:16.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2008 | 2026-05-27T05:21:16.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2009 | 2026-05-27T05:21:16.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2010 | 2026-05-27T05:21:16.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2011 | 2026-05-27T05:21:16.175Z | |
| 2012 | 2026-05-27T05:21:16.175Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/295) |
| 2013 | 2026-05-27T05:21:16.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2014 | 2026-05-27T05:21:16.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2015 | 2026-05-27T05:21:16.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2016 | 2026-05-27T05:21:16.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2017 | 2026-05-27T05:21:16.663Z | |
| 2018 | 2026-05-27T05:21:16.663Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/295) |
| 2019 | 2026-05-27T05:21:17.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2020 | 2026-05-27T05:21:17.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2021 | 2026-05-27T05:21:17.069Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2022 | 2026-05-27T05:21:17.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2023 | 2026-05-27T05:21:17.122Z | |
| 2024 | 2026-05-27T05:21:17.122Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/295) |
| 2025 | 2026-05-27T05:21:17.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2026 | 2026-05-27T05:21:17.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2027 | 2026-05-27T05:21:17.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2028 | 2026-05-27T05:21:17.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2029 | 2026-05-27T05:21:17.615Z | |
| 2030 | 2026-05-27T05:21:17.615Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/295) |
| 2031 | 2026-05-27T05:21:18.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2032 | 2026-05-27T05:21:18.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2033 | 2026-05-27T05:21:18.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2034 | 2026-05-27T05:21:18.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2035 | 2026-05-27T05:21:18.192Z | |
| 2036 | 2026-05-27T05:21:18.193Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/295) |
| 2037 | 2026-05-27T05:21:18.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2038 | 2026-05-27T05:21:18.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2039 | 2026-05-27T05:21:18.573Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2040 | 2026-05-27T05:21:18.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2041 | 2026-05-27T05:21:18.638Z | |
| 2042 | 2026-05-27T05:21:18.638Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/295) |
| 2043 | 2026-05-27T05:21:18.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2044 | 2026-05-27T05:21:19.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2045 | 2026-05-27T05:21:19.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2046 | 2026-05-27T05:21:19.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2047 | 2026-05-27T05:21:19.240Z | |
| 2048 | 2026-05-27T05:21:19.240Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/295) |
| 2049 | 2026-05-27T05:21:19.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2050 | 2026-05-27T05:21:19.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2051 | 2026-05-27T05:21:19.498Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2052 | 2026-05-27T05:21:19.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2053 | 2026-05-27T05:21:19.498Z | |
| 2054 | 2026-05-27T05:21:19.498Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/295) |
| 2055 | 2026-05-27T05:21:19.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2056 | 2026-05-27T05:21:19.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2057 | 2026-05-27T05:21:19.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2058 | 2026-05-27T05:21:19.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2059 | 2026-05-27T05:21:19.981Z | |
| 2060 | 2026-05-27T05:21:19.981Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/295) |
| 2061 | 2026-05-27T05:21:20.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2062 | 2026-05-27T05:21:20.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2063 | 2026-05-27T05:21:20.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2064 | 2026-05-27T05:21:20.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2065 | 2026-05-27T05:21:20.472Z | |
| 2066 | 2026-05-27T05:21:20.472Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/295) |
| 2067 | 2026-05-27T05:21:20.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2068 | 2026-05-27T05:21:20.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2069 | 2026-05-27T05:21:20.976Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2070 | 2026-05-27T05:21:20.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2071 | 2026-05-27T05:21:20.976Z | |
| 2072 | 2026-05-27T05:21:20.976Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/295) |
| 2073 | 2026-05-27T05:21:21.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2074 | 2026-05-27T05:21:21.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2075 | 2026-05-27T05:21:21.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2076 | 2026-05-27T05:21:21.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2077 | 2026-05-27T05:21:21.408Z | |
| 2078 | 2026-05-27T05:21:21.408Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/295) |
| 2079 | 2026-05-27T05:21:21.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2080 | 2026-05-27T05:21:21.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2081 | 2026-05-27T05:21:21.790Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2082 | 2026-05-27T05:21:21.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2083 | 2026-05-27T05:21:21.851Z | |
| 2084 | 2026-05-27T05:21:21.851Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/295) |
| 2085 | 2026-05-27T05:21:22.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2086 | 2026-05-27T05:21:22.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2087 | 2026-05-27T05:21:22.237Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2088 | 2026-05-27T05:21:22.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2089 | 2026-05-27T05:21:22.295Z | |
| 2090 | 2026-05-27T05:21:22.295Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/295) |
| 2091 | 2026-05-27T05:21:22.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2092 | 2026-05-27T05:21:22.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2093 | 2026-05-27T05:21:22.835Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2094 | 2026-05-27T05:21:22.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2095 | 2026-05-27T05:21:22.932Z | |
| 2096 | 2026-05-27T05:21:22.932Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/295) |
| 2097 | 2026-05-27T05:21:23.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2098 | 2026-05-27T05:21:23.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2099 | 2026-05-27T05:21:23.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2100 | 2026-05-27T05:21:23.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2101 | 2026-05-27T05:21:23.576Z | |
| 2102 | 2026-05-27T05:21:23.576Z | info: running `cargo check --bins` on nexus-config (51/295) |
| 2103 | 2026-05-27T05:21:24.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2104 | 2026-05-27T05:21:24.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2105 | 2026-05-27T05:21:24.112Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2106 | 2026-05-27T05:21:24.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2107 | 2026-05-27T05:21:24.210Z | |
| 2108 | 2026-05-27T05:21:24.210Z | info: running `cargo check --bins` on nexus-types (52/295) |
| 2109 | 2026-05-27T05:21:24.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2110 | 2026-05-27T05:21:24.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2111 | 2026-05-27T05:21:24.752Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2112 | 2026-05-27T05:21:24.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2113 | 2026-05-27T05:21:24.849Z | |
| 2114 | 2026-05-27T05:21:24.849Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/295) |
| 2115 | 2026-05-27T05:21:25.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2116 | 2026-05-27T05:21:25.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2117 | 2026-05-27T05:21:25.372Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2118 | 2026-05-27T05:21:25.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2119 | 2026-05-27T05:21:25.475Z | |
| 2120 | 2026-05-27T05:21:25.475Z | info: running `cargo check --bins` on omicron-passwords (54/295) |
| 2121 | 2026-05-27T05:21:25.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2122 | 2026-05-27T05:21:25.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2123 | 2026-05-27T05:21:25.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2124 | 2026-05-27T05:21:25.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2125 | 2026-05-27T05:21:26.058Z | |
| 2126 | 2026-05-27T05:21:26.058Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/295) |
| 2127 | 2026-05-27T05:21:26.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2128 | 2026-05-27T05:21:26.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2129 | 2026-05-27T05:21:26.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2130 | 2026-05-27T05:21:26.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2131 | 2026-05-27T05:21:26.666Z | |
| 2132 | 2026-05-27T05:21:26.666Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/295) |
| 2133 | 2026-05-27T05:21:27.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2134 | 2026-05-27T05:21:27.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2135 | 2026-05-27T05:21:27.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2136 | 2026-05-27T05:21:27.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2137 | 2026-05-27T05:21:27.259Z | |
| 2138 | 2026-05-27T05:21:27.260Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/295) |
| 2139 | 2026-05-27T05:21:27.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2140 | 2026-05-27T05:21:27.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2141 | 2026-05-27T05:21:27.772Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2142 | 2026-05-27T05:21:27.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2143 | 2026-05-27T05:21:27.864Z | |
| 2144 | 2026-05-27T05:21:27.864Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/295) |
| 2145 | 2026-05-27T05:21:28.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2146 | 2026-05-27T05:21:28.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2147 | 2026-05-27T05:21:28.401Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2148 | 2026-05-27T05:21:28.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2149 | 2026-05-27T05:21:28.476Z | |
| 2150 | 2026-05-27T05:21:28.477Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/295) |
| 2151 | 2026-05-27T05:21:29.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2152 | 2026-05-27T05:21:29.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2153 | 2026-05-27T05:21:29.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2154 | 2026-05-27T05:21:29.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2155 | 2026-05-27T05:21:29.091Z | |
| 2156 | 2026-05-27T05:21:29.091Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/295) |
| 2157 | 2026-05-27T05:21:29.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2158 | 2026-05-27T05:21:29.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2159 | 2026-05-27T05:21:29.565Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2160 | 2026-05-27T05:21:29.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2161 | 2026-05-27T05:21:29.646Z | |
| 2162 | 2026-05-27T05:21:29.646Z | info: running `cargo check --bins --no-default-features` on gfss (61/295) |
| 2163 | 2026-05-27T05:21:30.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2164 | 2026-05-27T05:21:30.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2165 | 2026-05-27T05:21:30.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2166 | 2026-05-27T05:21:30.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2167 | 2026-05-27T05:21:30.240Z | |
| 2168 | 2026-05-27T05:21:30.240Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/295) |
| 2169 | 2026-05-27T05:21:30.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2170 | 2026-05-27T05:21:30.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2171 | 2026-05-27T05:21:30.742Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2172 | 2026-05-27T05:21:30.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2173 | 2026-05-27T05:21:30.820Z | |
| 2174 | 2026-05-27T05:21:30.820Z | info: running `cargo check --bins` on clickhouse-admin-types (63/295) |
| 2175 | 2026-05-27T05:21:31.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2176 | 2026-05-27T05:21:31.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2177 | 2026-05-27T05:21:31.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2178 | 2026-05-27T05:21:31.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2179 | 2026-05-27T05:21:31.425Z | |
| 2180 | 2026-05-27T05:21:31.425Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/295) |
| 2181 | 2026-05-27T05:21:31.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2182 | 2026-05-27T05:21:31.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2183 | 2026-05-27T05:21:31.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2184 | 2026-05-27T05:21:31.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2185 | 2026-05-27T05:21:32.030Z | |
| 2186 | 2026-05-27T05:21:32.030Z | info: running `cargo check --bins` on cockroach-admin-types (65/295) |
| 2187 | 2026-05-27T05:21:32.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2188 | 2026-05-27T05:21:32.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2189 | 2026-05-27T05:21:32.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2190 | 2026-05-27T05:21:32.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2191 | 2026-05-27T05:21:32.619Z | |
| 2192 | 2026-05-27T05:21:32.619Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/295) |
| 2193 | 2026-05-27T05:21:33.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2194 | 2026-05-27T05:21:33.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2195 | 2026-05-27T05:21:33.197Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2196 | 2026-05-27T05:21:33.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2197 | 2026-05-27T05:21:33.239Z | |
| 2198 | 2026-05-27T05:21:33.239Z | info: running `cargo check --bins` on ereport-types (67/295) |
| 2199 | 2026-05-27T05:21:33.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2200 | 2026-05-27T05:21:33.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2201 | 2026-05-27T05:21:33.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2202 | 2026-05-27T05:21:33.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2203 | 2026-05-27T05:21:33.788Z | |
| 2204 | 2026-05-27T05:21:33.788Z | info: running `cargo check --bins` on gateway-client (68/295) |
| 2205 | 2026-05-27T05:21:34.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2206 | 2026-05-27T05:21:34.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2207 | 2026-05-27T05:21:34.316Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2208 | 2026-05-27T05:21:34.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2209 | 2026-05-27T05:21:34.363Z | |
| 2210 | 2026-05-27T05:21:34.363Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/295) |
| 2211 | 2026-05-27T05:21:34.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2212 | 2026-05-27T05:21:34.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2213 | 2026-05-27T05:21:34.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2214 | 2026-05-27T05:21:34.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2215 | 2026-05-27T05:21:34.948Z | |
| 2216 | 2026-05-27T05:21:34.948Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/295) |
| 2217 | 2026-05-27T05:21:35.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2218 | 2026-05-27T05:21:35.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2219 | 2026-05-27T05:21:35.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2220 | 2026-05-27T05:21:35.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2221 | 2026-05-27T05:21:35.525Z | |
| 2222 | 2026-05-27T05:21:35.525Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/295) |
| 2223 | 2026-05-27T05:21:36.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2224 | 2026-05-27T05:21:36.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2225 | 2026-05-27T05:21:36.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2226 | 2026-05-27T05:21:36.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2227 | 2026-05-27T05:21:36.113Z | |
| 2228 | 2026-05-27T05:21:36.113Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/295) |
| 2229 | 2026-05-27T05:21:36.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2230 | 2026-05-27T05:21:36.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2231 | 2026-05-27T05:21:36.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2232 | 2026-05-27T05:21:36.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2233 | 2026-05-27T05:21:36.698Z | |
| 2234 | 2026-05-27T05:21:36.698Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/295) |
| 2235 | 2026-05-27T05:21:37.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2236 | 2026-05-27T05:21:37.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2237 | 2026-05-27T05:21:37.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2238 | 2026-05-27T05:21:37.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2239 | 2026-05-27T05:21:37.305Z | |
| 2240 | 2026-05-27T05:21:37.305Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/295) |
| 2241 | 2026-05-27T05:21:37.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2242 | 2026-05-27T05:21:37.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2243 | 2026-05-27T05:21:37.825Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2244 | 2026-05-27T05:21:37.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2245 | 2026-05-27T05:21:37.914Z | |
| 2246 | 2026-05-27T05:21:37.914Z | info: running `cargo check --bins` on key-manager-types (75/295) |
| 2247 | 2026-05-27T05:21:38.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2248 | 2026-05-27T05:21:38.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2249 | 2026-05-27T05:21:38.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2250 | 2026-05-27T05:21:38.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2251 | 2026-05-27T05:21:38.490Z | |
| 2252 | 2026-05-27T05:21:38.490Z | info: running `cargo check --bins` on oxlog (76/295) |
| 2253 | 2026-05-27T05:21:38.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2254 | 2026-05-27T05:21:38.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2255 | 2026-05-27T05:21:39.103Z | Checking cfg-if v1.0.4 |
| 2256 | 2026-05-27T05:21:39.106Z | Checking libc v0.2.185 |
| 2257 | 2026-05-27T05:21:39.106Z | Checking serde_core v1.0.228 |
| 2258 | 2026-05-27T05:21:39.223Z | Checking zeroize v1.8.2 |
| 2259 | 2026-05-27T05:21:39.229Z | Checking memchr v2.8.0 |
| 2260 | 2026-05-27T05:21:39.239Z | Checking log v0.4.29 |
| 2261 | 2026-05-27T05:21:39.245Z | Checking smallvec v1.15.1 |
| 2262 | 2026-05-27T05:21:39.256Z | Checking typenum v1.19.0 |
| 2263 | 2026-05-27T05:21:39.267Z | Checking subtle v2.6.1 |
| 2264 | 2026-05-27T05:21:39.362Z | Checking itoa v1.0.17 |
| 2265 | 2026-05-27T05:21:39.394Z | Checking scopeguard v1.2.0 |
| 2266 | 2026-05-27T05:21:39.410Z | Checking stable_deref_trait v1.2.1 |
| 2267 | 2026-05-27T05:21:39.422Z | Checking const-oid v0.9.6 |
| 2268 | 2026-05-27T05:21:39.484Z | Checking zerofrom v0.1.6 |
| 2269 | 2026-05-27T05:21:39.500Z | Checking lock_api v0.4.14 |
| 2270 | 2026-05-27T05:21:39.508Z | Checking pin-project-lite v0.2.17 |
| 2271 | 2026-05-27T05:21:39.596Z | Checking yoke v0.8.1 |
| 2272 | 2026-05-27T05:21:39.611Z | Checking getrandom v0.2.17 |
| 2273 | 2026-05-27T05:21:39.615Z | Checking errno v0.3.14 |
| 2274 | 2026-05-27T05:21:39.615Z | Checking parking_lot_core v0.9.12 |
| 2275 | 2026-05-27T05:21:39.690Z | Checking portable-atomic v1.13.1 |
| 2276 | 2026-05-27T05:21:39.758Z | Checking zerovec v0.11.5 |
| 2277 | 2026-05-27T05:21:39.770Z | Checking generic-array v0.14.7 |
| 2278 | 2026-05-27T05:21:39.791Z | Checking signal-hook-registry v1.4.8 |
| 2279 | 2026-05-27T05:21:39.797Z | Checking rand_core v0.6.4 |
| 2280 | 2026-05-27T05:21:39.834Z | Checking futures-core v0.3.32 |
| 2281 | 2026-05-27T05:21:39.936Z | Checking critical-section v1.2.0 |
| 2282 | 2026-05-27T05:21:39.956Z | Checking parking_lot v0.12.5 |
| 2283 | 2026-05-27T05:21:39.966Z | Checking mio v1.2.0 |
| 2284 | 2026-05-27T05:21:40.031Z | Checking zerocopy v0.8.40 |
| 2285 | 2026-05-27T05:21:40.086Z | Checking once_cell v1.21.3 |
| 2286 | 2026-05-27T05:21:40.099Z | Checking zmij v1.0.21 |
| 2287 | 2026-05-27T05:21:40.140Z | Checking socket2 v0.6.3 |
| 2288 | 2026-05-27T05:21:40.189Z | Checking tinystr v0.8.2 |
| 2289 | 2026-05-27T05:21:40.202Z | Checking crypto-common v0.1.7 |
| 2290 | 2026-05-27T05:21:40.237Z | Checking block-buffer v0.10.4 |
| 2291 | 2026-05-27T05:21:40.259Z | Checking libm v0.2.16 |
| 2292 | 2026-05-27T05:21:40.309Z | Checking percent-encoding v2.3.2 |
| 2293 | 2026-05-27T05:21:40.320Z | Checking writeable v0.6.2 |
| 2294 | 2026-05-27T05:21:40.363Z | Checking litemap v0.8.1 |
| 2295 | 2026-05-27T05:21:40.375Z | Checking digest v0.10.7 |
| 2296 | 2026-05-27T05:21:40.386Z | Checking equivalent v1.0.2 |
| 2297 | 2026-05-27T05:21:40.451Z | Checking potential_utf v0.1.4 |
| 2298 | 2026-05-27T05:21:40.467Z | Checking zerotrie v0.2.3 |
| 2299 | 2026-05-27T05:21:40.483Z | Checking rand_core v0.10.0 |
| 2300 | 2026-05-27T05:21:40.586Z | Checking icu_locale_core v2.1.1 |
| 2301 | 2026-05-27T05:21:40.591Z | Checking futures-sink v0.3.32 |
| 2302 | 2026-05-27T05:21:40.591Z | Checking icu_collections v2.1.1 |
| 2303 | 2026-05-27T05:21:40.618Z | Checking cpufeatures v0.2.17 |
| 2304 | 2026-05-27T05:21:40.668Z | Checking futures-channel v0.3.32 |
| 2305 | 2026-05-27T05:21:40.682Z | Checking serde v1.0.228 |
| 2306 | 2026-05-27T05:21:40.695Z | Checking bitflags v2.11.0 |
| 2307 | 2026-05-27T05:21:40.708Z | Checking serde_json v1.0.149 |
| 2308 | 2026-05-27T05:21:40.865Z | Checking slab v0.4.12 |
| 2309 | 2026-05-27T05:21:40.879Z | Checking futures-task v0.3.32 |
| 2310 | 2026-05-27T05:21:40.883Z | Checking futures-io v0.3.32 |
| 2311 | 2026-05-27T05:21:40.954Z | Checking num-traits v0.2.19 |
| 2312 | 2026-05-27T05:21:40.990Z | Checking getrandom v0.4.1 |
| 2313 | 2026-05-27T05:21:41.002Z | Checking hmac v0.12.1 |
| 2314 | 2026-05-27T05:21:41.012Z | Checking futures-util v0.3.32 |
| 2315 | 2026-05-27T05:21:41.081Z | Checking bytes v1.11.1 |
| 2316 | 2026-05-27T05:21:41.093Z | Checking icu_provider v2.1.1 |
| 2317 | 2026-05-27T05:21:41.128Z | Checking icu_normalizer_data v2.1.1 |
| 2318 | 2026-05-27T05:21:41.128Z | Checking icu_properties_data v2.1.2 |
| 2319 | 2026-05-27T05:21:41.203Z | Checking hashbrown v0.17.0 |
| 2320 | 2026-05-27T05:21:41.266Z | Checking block-padding v0.3.3 |
| 2321 | 2026-05-27T05:21:41.319Z | Checking icu_normalizer v2.1.1 |
| 2322 | 2026-05-27T05:21:41.377Z | Checking icu_properties v2.1.2 |
| 2323 | 2026-05-27T05:21:41.397Z | Checking inout v0.1.4 |
| 2324 | 2026-05-27T05:21:41.476Z | Checking utf8_iter v1.0.4 |
| 2325 | 2026-05-27T05:21:41.513Z | Checking tokio v1.52.1 |
| 2326 | 2026-05-27T05:21:41.532Z | Checking cipher v0.4.4 |
| 2327 | 2026-05-27T05:21:41.598Z | Checking sha2 v0.10.9 |
| 2328 | 2026-05-27T05:21:41.620Z | Checking form_urlencoded v1.2.2 |
| 2329 | 2026-05-27T05:21:41.665Z | Checking indexmap v2.14.0 |
| 2330 | 2026-05-27T05:21:41.739Z | Checking getrandom v0.3.4 |
| 2331 | 2026-05-27T05:21:41.751Z | Checking fnv v1.0.7 |
| 2332 | 2026-05-27T05:21:41.843Z | Checking byteorder v1.5.0 |
| 2333 | 2026-05-27T05:21:41.883Z | Checking base64ct v1.8.3 |
| 2334 | 2026-05-27T05:21:41.890Z | Checking flagset v0.4.7 |
| 2335 | 2026-05-27T05:21:42.014Z | Checking rand_core v0.9.5 |
| 2336 | 2026-05-27T05:21:42.039Z | Checking http v1.4.0 |
| 2337 | 2026-05-27T05:21:42.130Z | Checking pem-rfc7468 v0.7.0 |
| 2338 | 2026-05-27T05:21:42.227Z | Checking regex-syntax v0.8.10 |
| 2339 | 2026-05-27T05:21:42.227Z | Checking idna_adapter v1.2.1 |
| 2340 | 2026-05-27T05:21:42.330Z | Checking salsa20 v0.10.2 |
| 2341 | 2026-05-27T05:21:42.331Z | Checking der v0.7.10 |
| 2342 | 2026-05-27T05:21:42.339Z | Checking idna v1.1.0 |
| 2343 | 2026-05-27T05:21:42.356Z | Checking uuid v1.23.0 |
| 2344 | 2026-05-27T05:21:42.613Z | Checking url v2.5.8 |
| 2345 | 2026-05-27T05:21:42.645Z | Checking pbkdf2 v0.12.2 |
| 2346 | 2026-05-27T05:21:42.703Z | Checking rustix v1.1.3 |
| 2347 | 2026-05-27T05:21:42.732Z | Checking tracing-core v0.1.36 |
| 2348 | 2026-05-27T05:21:42.797Z | Checking ppv-lite86 v0.2.21 |
| 2349 | 2026-05-27T05:21:42.951Z | Checking rustls-pki-types v1.14.0 |
| 2350 | 2026-05-27T05:21:43.078Z | Checking spki v0.7.3 |
| 2351 | 2026-05-27T05:21:43.125Z | Checking iana-time-zone v0.1.65 |
| 2352 | 2026-05-27T05:21:43.125Z | Checking base64 v0.22.1 |
| 2353 | 2026-05-27T05:21:43.126Z | Checking rand_chacha v0.9.0 |
| 2354 | 2026-05-27T05:21:43.140Z | Checking chrono v0.4.44 |
| 2355 | 2026-05-27T05:21:43.184Z | Checking tracing v0.1.44 |
| 2356 | 2026-05-27T05:21:43.224Z | Checking scrypt v0.11.0 |
| 2357 | 2026-05-27T05:21:43.285Z | Checking http-body v1.0.1 |
| 2358 | 2026-05-27T05:21:43.292Z | Checking aes v0.8.4 |
| 2359 | 2026-05-27T05:21:43.337Z | Checking cbc v0.1.2 |
| 2360 | 2026-05-27T05:21:43.410Z | Checking aws-lc-sys v0.40.0 |
| 2361 | 2026-05-27T05:21:43.429Z | Checking openssl-probe v0.2.1 |
| 2362 | 2026-05-27T05:21:43.481Z | Checking untrusted v0.9.0 |
| 2363 | 2026-05-27T05:21:43.553Z | Checking untrusted v0.7.1 |
| 2364 | 2026-05-27T05:21:43.631Z | Checking tinyvec_macros v0.1.1 |
| 2365 | 2026-05-27T05:21:43.631Z | Checking rand v0.9.2 |
| 2366 | 2026-05-27T05:21:43.631Z | Checking ring v0.17.14 |
| 2367 | 2026-05-27T05:21:43.674Z | Checking tinyvec v1.10.0 |
| 2368 | 2026-05-27T05:21:43.675Z | Checking tower-layer v0.3.3 |
| 2369 | 2026-05-27T05:21:43.712Z | Checking pkcs5 v0.7.1 |
| 2370 | 2026-05-27T05:21:43.840Z | Checking atomic-waker v1.1.2 |
| 2371 | 2026-05-27T05:21:43.915Z | Checking tower-service v0.3.3 |
| 2372 | 2026-05-27T05:21:43.948Z | Checking try-lock v0.2.5 |
| 2373 | 2026-05-27T05:21:43.948Z | Checking aws-lc-rs v1.16.3 |
| 2374 | 2026-05-27T05:21:43.968Z | Checking pkcs8 v0.10.2 |
| 2375 | 2026-05-27T05:21:43.968Z | Checking ipnet v2.11.0 |
| 2376 | 2026-05-27T05:21:43.987Z | Checking httparse v1.10.1 |
| 2377 | 2026-05-27T05:21:44.027Z | Checking want v0.3.1 |
| 2378 | 2026-05-27T05:21:44.062Z | Checking aho-corasick v1.1.4 |
| 2379 | 2026-05-27T05:21:44.141Z | Checking plain v0.2.3 |
| 2380 | 2026-05-27T05:21:44.157Z | Checking httpdate v1.0.3 |
| 2381 | 2026-05-27T05:21:44.195Z | Checking foreign-types-shared v0.1.1 |
| 2382 | 2026-05-27T05:21:44.228Z | Checking pin-utils v0.1.0 |
| 2383 | 2026-05-27T05:21:44.245Z | Checking dyn-clone v1.0.20 |
| 2384 | 2026-05-27T05:21:44.262Z | Checking fastrand v2.3.0 |
| 2385 | 2026-05-27T05:21:44.285Z | Checking foreign-types v0.3.2 |
| 2386 | 2026-05-27T05:21:44.310Z | Checking unicode-normalization v0.1.25 |
| 2387 | 2026-05-27T05:21:44.333Z | Checking semver v1.0.28 |
| 2388 | 2026-05-27T05:21:44.341Z | Checking openssl-sys v0.9.115 |
| 2389 | 2026-05-27T05:21:44.456Z | Checking tempfile v3.25.0 |
| 2390 | 2026-05-27T05:21:44.562Z | Checking spin v0.9.8 |
| 2391 | 2026-05-27T05:21:44.591Z | Checking unicode-ident v1.0.24 |
| 2392 | 2026-05-27T05:21:44.642Z | Checking ucd-trie v0.1.7 |
| 2393 | 2026-05-27T05:21:44.682Z | Checking proc-macro2 v1.0.106 |
| 2394 | 2026-05-27T05:21:44.702Z | Checking regex-automata v0.4.14 |
| 2395 | 2026-05-27T05:21:44.732Z | Checking schemars v0.8.22 |
| 2396 | 2026-05-27T05:21:44.762Z | Checking openssl v0.10.79 |
| 2397 | 2026-05-27T05:21:44.762Z | Checking rustls-native-certs v0.8.3 |
| 2398 | 2026-05-27T05:21:44.762Z | Checking rustls-webpki v0.103.9 |
| 2399 | 2026-05-27T05:21:44.788Z | Checking tokio-util v0.7.18 |
| 2400 | 2026-05-27T05:21:44.788Z | Checking pest v2.8.6 |
| 2401 | 2026-05-27T05:21:44.882Z | Checking thiserror v2.0.18 |
| 2402 | 2026-05-27T05:21:44.955Z | Checking sync_wrapper v1.0.2 |
| 2403 | 2026-05-27T05:21:44.970Z | Checking wait-timeout v0.2.1 |
| 2404 | 2026-05-27T05:21:45.057Z | Checking powerfmt v0.2.0 |
| 2405 | 2026-05-27T05:21:45.086Z | Checking utf8parse v0.2.2 |
| 2406 | 2026-05-27T05:21:45.166Z | Checking rustls v0.23.37 |
| 2407 | 2026-05-27T05:21:45.187Z | Checking quick-error v1.2.3 |
| 2408 | 2026-05-27T05:21:45.202Z | Checking anstyle v1.0.13 |
| 2409 | 2026-05-27T05:21:45.287Z | Checking pretty-hex v0.4.1 |
| 2410 | 2026-05-27T05:21:45.331Z | Checking siphasher v1.0.2 |
| 2411 | 2026-05-27T05:21:45.366Z | Checking h2 v0.4.13 |
| 2412 | 2026-05-27T05:21:45.378Z | Checking bit-vec v0.8.0 |
| 2413 | 2026-05-27T05:21:45.400Z | Checking simd-adler32 v0.3.8 |
| 2414 | 2026-05-27T05:21:45.482Z | Checking rusty-fork v0.3.1 |
| 2415 | 2026-05-27T05:21:45.568Z | Checking deranged v0.5.8 |
| 2416 | 2026-05-27T05:21:45.572Z | Checking bit-set v0.8.0 |
| 2417 | 2026-05-27T05:21:45.649Z | Checking anstyle-parse v0.2.7 |
| 2418 | 2026-05-27T05:21:45.712Z | Checking tower v0.5.3 |
| 2419 | 2026-05-27T05:21:45.800Z | Checking quote v1.0.45 |
| 2420 | 2026-05-27T05:21:45.825Z | Compiling newtype-uuid v1.3.2 |
| 2421 | 2026-05-27T05:21:45.972Z | Checking http-body-util v0.1.3 |
| 2422 | 2026-05-27T05:21:46.008Z | Checking webpki-roots v1.0.6 |
| 2423 | 2026-05-27T05:21:46.104Z | Checking crossbeam-utils v0.8.21 |
| 2424 | 2026-05-27T05:21:46.124Z | Checking rand_xorshift v0.4.0 |
| 2425 | 2026-05-27T05:21:46.186Z | Checking crc32fast v1.5.0 |
| 2426 | 2026-05-27T05:21:46.242Z | Checking scroll v0.13.0 |
| 2427 | 2026-05-27T05:21:46.326Z | Checking signature v2.2.0 |
| 2428 | 2026-05-27T05:21:46.438Z | Checking colorchoice v1.0.4 |
| 2429 | 2026-05-27T05:21:46.455Z | Checking num-conv v0.2.0 |
| 2430 | 2026-05-27T05:21:46.470Z | Checking time-core v0.1.8 |
| 2431 | 2026-05-27T05:21:46.482Z | Checking num_threads v0.1.7 |
| 2432 | 2026-05-27T05:21:46.495Z | Checking iri-string v0.7.10 |
| 2433 | 2026-05-27T05:21:46.535Z | Checking ryu v1.0.23 |
| 2434 | 2026-05-27T05:21:46.566Z | Checking anstyle-query v1.1.5 |
| 2435 | 2026-05-27T05:21:46.566Z | Checking adler2 v2.0.1 |
| 2436 | 2026-05-27T05:21:46.604Z | Checking unicode-properties v0.1.4 |
| 2437 | 2026-05-27T05:21:46.666Z | Checking unarray v0.1.4 |
| 2438 | 2026-05-27T05:21:46.679Z | Checking is_terminal_polyfill v1.70.2 |
| 2439 | 2026-05-27T05:21:46.679Z | Checking allocator-api2 v0.2.21 |
| 2440 | 2026-05-27T05:21:46.716Z | Checking native-tls v0.2.18 |
| 2441 | 2026-05-27T05:21:46.765Z | Checking unicode-bidi v0.3.18 |
| 2442 | 2026-05-27T05:21:46.778Z | Checking anstream v0.6.21 |
| 2443 | 2026-05-27T05:21:46.790Z | Checking proptest v1.10.0 |
| 2444 | 2026-05-27T05:21:46.890Z | Checking tokio-native-tls v0.3.1 |
| 2445 | 2026-05-27T05:21:46.968Z | Checking miniz_oxide v0.8.9 |
| 2446 | 2026-05-27T05:21:46.982Z | Checking serde_urlencoded v0.7.1 |
| 2447 | 2026-05-27T05:21:47.045Z | Checking time v0.3.47 |
| 2448 | 2026-05-27T05:21:47.058Z | Checking stringprep v0.1.5 |
| 2449 | 2026-05-27T05:21:47.183Z | Checking bstr v1.12.1 |
| 2450 | 2026-05-27T05:21:47.209Z | Checking goblin v0.10.5 |
| 2451 | 2026-05-27T05:21:47.320Z | Checking crossbeam-epoch v0.9.18 |
| 2452 | 2026-05-27T05:21:47.521Z | Checking tower-http v0.6.8 |
| 2453 | 2026-05-27T05:21:47.580Z | Checking tokio-rustls v0.26.4 |
| 2454 | 2026-05-27T05:21:47.584Z | Checking syn v2.0.117 |
| 2455 | 2026-05-27T05:21:47.584Z | Compiling daft v0.1.7 |
| 2456 | 2026-05-27T05:21:47.759Z | Checking ipnetwork v0.21.1 |
| 2457 | 2026-05-27T05:21:47.796Z | Checking rand_chacha v0.3.1 |
| 2458 | 2026-05-27T05:21:47.853Z | Checking scroll v0.12.0 |
| 2459 | 2026-05-27T05:21:47.975Z | Checking thiserror v1.0.69 |
| 2460 | 2026-05-27T05:21:48.023Z | Checking hash32 v0.2.1 |
| 2461 | 2026-05-27T05:21:48.060Z | Checking hyper v1.8.1 |
| 2462 | 2026-05-27T05:21:48.074Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2463 | 2026-05-27T05:21:48.085Z | Checking num-integer v0.1.46 |
| 2464 | 2026-05-27T05:21:48.178Z | Checking toml_datetime v0.6.11 |
| 2465 | 2026-05-27T05:21:48.191Z | Checking serde_spanned v0.6.9 |
| 2466 | 2026-05-27T05:21:48.202Z | Checking md-5 v0.10.6 |
| 2467 | 2026-05-27T05:21:48.311Z | Checking ff v0.13.1 |
| 2468 | 2026-05-27T05:21:48.323Z | Checking encoding_rs v0.8.35 |
| 2469 | 2026-05-27T05:21:48.341Z | Checking mime v0.3.17 |
| 2470 | 2026-05-27T05:21:48.361Z | Checking fallible-iterator v0.2.0 |
| 2471 | 2026-05-27T05:21:48.442Z | Checking base16ct v0.2.0 |
| 2472 | 2026-05-27T05:21:48.517Z | Checking psl-types v2.0.11 |
| 2473 | 2026-05-27T05:21:48.566Z | Checking zlib-rs v0.6.2 |
| 2474 | 2026-05-27T05:21:48.629Z | Checking publicsuffix v2.3.0 |
| 2475 | 2026-05-27T05:21:48.633Z | Checking postgres-protocol v0.6.10 |
| 2476 | 2026-05-27T05:21:48.763Z | Checking sec1 v0.7.3 |
| 2477 | 2026-05-27T05:21:48.794Z | Checking group v0.13.0 |
| 2478 | 2026-05-27T05:21:48.940Z | Checking num-iter v0.1.45 |
| 2479 | 2026-05-27T05:21:48.953Z | Checking cookie v0.18.1 |
| 2480 | 2026-05-27T05:21:48.966Z | Checking zstd-safe v7.2.4 |
| 2481 | 2026-05-27T05:21:48.978Z | Checking hyper-util v0.1.20 |
| 2482 | 2026-05-27T05:21:49.050Z | Checking heapless v0.7.17 |
| 2483 | 2026-05-27T05:21:49.127Z | Checking goblin v0.8.2 |
| 2484 | 2026-05-27T05:21:49.175Z | Checking rand v0.8.6 |
| 2485 | 2026-05-27T05:21:49.254Z | Checking oxnet v0.1.4 |
| 2486 | 2026-05-27T05:21:49.439Z | Checking flate2 v1.1.9 |
| 2487 | 2026-05-27T05:21:49.467Z | Compiling iddqd v0.4.2 |
| 2488 | 2026-05-27T05:21:49.487Z | Checking dtrace-parser v0.3.0 |
| 2489 | 2026-05-27T05:21:49.551Z | Checking dof v0.4.0 |
| 2490 | 2026-05-27T05:21:49.691Z | Checking phf_shared v0.13.1 |
| 2491 | 2026-05-27T05:21:49.723Z | Checking lazy_static v1.5.0 |
| 2492 | 2026-05-27T05:21:49.734Z | Checking zerocopy v0.7.35 |
| 2493 | 2026-05-27T05:21:49.814Z | Checking pin-project v1.1.11 |
| 2494 | 2026-05-27T05:21:49.850Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2495 | 2026-05-27T05:21:49.890Z | Checking signal-hook v0.3.18 |
| 2496 | 2026-05-27T05:21:49.906Z | Checking terminal_size v0.4.3 |
| 2497 | 2026-05-27T05:21:49.932Z | Checking futures-executor v0.3.32 |
| 2498 | 2026-05-27T05:21:50.019Z | Checking hkdf v0.12.4 |
| 2499 | 2026-05-27T05:21:50.073Z | Checking hex v0.4.3 |
| 2500 | 2026-05-27T05:21:50.084Z | Checking crypto-bigint v0.5.5 |
| 2501 | 2026-05-27T05:21:50.151Z | Checking thread-id v5.1.0 |
| 2502 | 2026-05-27T05:21:50.172Z | Checking bitflags v1.3.2 |
| 2503 | 2026-05-27T05:21:50.209Z | Checking cpufeatures v0.3.0 |
| 2504 | 2026-05-27T05:21:50.223Z | Checking hyper-rustls v0.27.7 |
| 2505 | 2026-05-27T05:21:50.234Z | Checking hyper-tls v0.6.0 |
| 2506 | 2026-05-27T05:21:50.245Z | Checking libbz2-rs-sys v0.2.2 |
| 2507 | 2026-05-27T05:21:50.279Z | Checking managed v0.8.0 |
| 2508 | 2026-05-27T05:21:50.296Z | Checking foldhash v0.1.5 |
| 2509 | 2026-05-27T05:21:50.411Z | Checking winnow v0.7.14 |
| 2510 | 2026-05-27T05:21:50.426Z | Checking clap_lex v1.0.0 |
| 2511 | 2026-05-27T05:21:50.430Z | Checking winnow v0.5.40 |
| 2512 | 2026-05-27T05:21:50.458Z | Checking strsim v0.11.1 |
| 2513 | 2026-05-27T05:21:50.586Z | Checking foldhash v0.2.0 |
| 2514 | 2026-05-27T05:21:50.619Z | Checking either v1.15.0 |
| 2515 | 2026-05-27T05:21:50.632Z | Checking same-file v1.0.6 |
| 2516 | 2026-05-27T05:21:50.738Z | Compiling rayon-core v1.13.0 |
| 2517 | 2026-05-27T05:21:50.750Z | Checking bumpalo v3.20.2 |
| 2518 | 2026-05-27T05:21:50.753Z | Checking walkdir v2.5.0 |
| 2519 | 2026-05-27T05:21:50.802Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2520 | 2026-05-27T05:21:50.928Z | Checking hashbrown v0.16.1 |
| 2521 | 2026-05-27T05:21:50.941Z | Checking bzip2 v0.6.1 |
| 2522 | 2026-05-27T05:21:50.954Z | Checking zopfli v0.8.3 |
| 2523 | 2026-05-27T05:21:50.969Z | Checking elliptic-curve v0.13.8 |
| 2524 | 2026-05-27T05:21:50.988Z | Checking clap_builder v4.5.60 |
| 2525 | 2026-05-27T05:21:51.044Z | Checking dof v0.3.0 |
| 2526 | 2026-05-27T05:21:51.100Z | Checking smoltcp v0.9.1 |
| 2527 | 2026-05-27T05:21:51.278Z | Checking reqwest v0.12.28 |
| 2528 | 2026-05-27T05:21:51.281Z | Checking hashbrown v0.15.5 |
| 2529 | 2026-05-27T05:21:51.326Z | Checking chacha20 v0.10.0 |
| 2530 | 2026-05-27T05:21:51.415Z | Checking usdt-impl v0.6.0 |
| 2531 | 2026-05-27T05:21:51.540Z | Checking futures v0.3.32 |
| 2532 | 2026-05-27T05:21:51.558Z | Checking signal-hook-mio v0.2.5 |
| 2533 | 2026-05-27T05:21:51.558Z | Checking toml_edit v0.19.15 |
| 2534 | 2026-05-27T05:21:51.617Z | Checking bzip2 v0.4.4 |
| 2535 | 2026-05-27T05:21:51.661Z | Checking snafu v0.8.9 |
| 2536 | 2026-05-27T05:21:51.675Z | Checking phf v0.13.1 |
| 2537 | 2026-05-27T05:21:51.691Z | Checking num-bigint-dig v0.8.6 |
| 2538 | 2026-05-27T05:21:51.776Z | Checking cookie_store v0.22.1 |
| 2539 | 2026-05-27T05:21:51.821Z | Checking zstd v0.13.3 |
| 2540 | 2026-05-27T05:21:51.899Z | Checking postgres-types v0.2.12 |
| 2541 | 2026-05-27T05:21:51.992Z | Checking dtrace-parser v0.2.0 |
| 2542 | 2026-05-27T05:21:52.008Z | Checking globset v0.4.18 |
| 2543 | 2026-05-27T05:21:52.104Z | Checking crossbeam-deque v0.8.6 |
| 2544 | 2026-05-27T05:21:52.141Z | Checking rustls-platform-verifier v0.6.2 |
| 2545 | 2026-05-27T05:21:52.211Z | Checking regex v1.12.3 |
| 2546 | 2026-05-27T05:21:52.223Z | Checking ed25519 v2.2.3 |
| 2547 | 2026-05-27T05:21:52.235Z | Checking phf_shared v0.11.3 |
| 2548 | 2026-05-27T05:21:52.257Z | Checking olpc-cjson v0.1.4 |
| 2549 | 2026-05-27T05:21:52.278Z | Checking ref-cast v1.0.25 |
| 2550 | 2026-05-27T05:21:52.281Z | Checking curve25519-dalek v4.1.3 |
| 2551 | 2026-05-27T05:21:52.371Z | Checking strum v0.27.2 |
| 2552 | 2026-05-27T05:21:52.383Z | Checking hubpack v0.1.2 |
| 2553 | 2026-05-27T05:21:52.393Z | Checking memoffset v0.9.1 |
| 2554 | 2026-05-27T05:21:52.407Z | Checking rustix v0.38.44 |
| 2555 | 2026-05-27T05:21:52.469Z | Checking pkcs1 v0.7.5 |
| 2556 | 2026-05-27T05:21:52.482Z | Checking pem v3.0.6 |
| 2557 | 2026-05-27T05:21:52.485Z | Checking float-cmp v0.10.0 |
| 2558 | 2026-05-27T05:21:52.505Z | Checking rfc6979 v0.4.0 |
| 2559 | 2026-05-27T05:21:52.544Z | Checking serde_plain v1.0.2 |
| 2560 | 2026-05-27T05:21:52.609Z | Checking serde-big-array v0.5.1 |
| 2561 | 2026-05-27T05:21:52.612Z | Checking erased-serde v0.3.31 |
| 2562 | 2026-05-27T05:21:52.627Z | Checking thread-id v4.2.2 |
| 2563 | 2026-05-27T05:21:52.643Z | Checking memmap2 v0.9.10 |
| 2564 | 2026-05-27T05:21:52.674Z | Checking env_filter v1.0.0 |
| 2565 | 2026-05-27T05:21:52.768Z | Checking jiff v0.2.21 |
| 2566 | 2026-05-27T05:21:52.776Z | Checking unicode-segmentation v1.12.0 |
| 2567 | 2026-05-27T05:21:52.776Z | Checking difflib v0.4.0 |
| 2568 | 2026-05-27T05:21:52.797Z | Checking normalize-line-endings v0.3.0 |
| 2569 | 2026-05-27T05:21:52.818Z | Checking precomputed-hash v0.1.1 |
| 2570 | 2026-05-27T05:21:52.891Z | Checking new_debug_unreachable v1.0.6 |
| 2571 | 2026-05-27T05:21:52.902Z | Checking toml_write v0.1.2 |
| 2572 | 2026-05-27T05:21:52.913Z | Checking predicates-core v1.0.10 |
| 2573 | 2026-05-27T05:21:52.964Z | Checking fixedbitset v0.4.2 |
| 2574 | 2026-05-27T05:21:53.012Z | Checking keccak v0.1.6 |
| 2575 | 2026-05-27T05:21:53.032Z | Checking whoami v2.1.0 |
| 2576 | 2026-05-27T05:21:53.050Z | Checking typed-path v0.9.3 |
| 2577 | 2026-05-27T05:21:53.070Z | Checking data-encoding v2.10.0 |
| 2578 | 2026-05-27T05:21:53.085Z | Checking static_assertions v1.1.0 |
| 2579 | 2026-05-27T05:21:53.112Z | Checking fixedbitset v0.5.7 |
| 2580 | 2026-05-27T05:21:53.155Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2581 | 2026-05-27T05:21:53.176Z | Checking sha3 v0.10.8 |
| 2582 | 2026-05-27T05:21:53.230Z | Checking tokio-postgres v0.7.16 |
| 2583 | 2026-05-27T05:21:53.242Z | Checking crossterm v0.28.1 |
| 2584 | 2026-05-27T05:21:53.311Z | Checking petgraph v0.8.3 |
| 2585 | 2026-05-27T05:21:53.345Z | Checking hickory-proto v0.25.2 |
| 2586 | 2026-05-27T05:21:53.387Z | Checking petgraph v0.6.5 |
| 2587 | 2026-05-27T05:21:53.825Z | Checking tough v0.22.0 |
| 2588 | 2026-05-27T05:21:53.970Z | Checking ed25519-dalek v2.2.0 |
| 2589 | 2026-05-27T05:21:54.194Z | Checking toml_edit v0.22.27 |
| 2590 | 2026-05-27T05:21:54.478Z | Checking predicates v3.1.4 |
| 2591 | 2026-05-27T05:21:54.647Z | Checking similar v2.7.0 |
| 2592 | 2026-05-27T05:21:54.775Z | Checking slog v2.8.2 |
| 2593 | 2026-05-27T05:21:54.878Z | Checking string_cache v0.8.9 |
| 2594 | 2026-05-27T05:21:54.940Z | Checking zip v4.6.1 |
| 2595 | 2026-05-27T05:21:55.018Z | Checking env_logger v0.11.9 |
| 2596 | 2026-05-27T05:21:55.039Z | Checking usdt v0.6.0 |
| 2597 | 2026-05-27T05:21:55.052Z | Checking usdt-impl v0.5.0 |
| 2598 | 2026-05-27T05:21:55.205Z | Checking rsa v0.9.10 |
| 2599 | 2026-05-27T05:21:55.208Z | Checking ecdsa v0.16.9 |
| 2600 | 2026-05-27T05:21:55.266Z | Checking toml v0.7.8 |
| 2601 | 2026-05-27T05:21:55.328Z | Checking nix v0.31.2 |
| 2602 | 2026-05-27T05:21:55.506Z | Checking reqwest v0.13.2 |
| 2603 | 2026-05-27T05:21:55.576Z | Checking clap v4.5.60 |
| 2604 | 2026-05-27T05:21:55.657Z | Checking zip v0.6.6 |
| 2605 | 2026-05-27T05:21:55.686Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2606 | 2026-05-27T05:21:55.812Z | Checking rand v0.10.0 |
| 2607 | 2026-05-27T05:21:55.886Z | Checking itertools v0.13.0 |
| 2608 | 2026-05-27T05:21:55.974Z | Checking serde_with v3.17.0 |
| 2609 | 2026-05-27T05:21:56.010Z | Checking strum v0.26.3 |
| 2610 | 2026-05-27T05:21:56.099Z | Checking fs-err v3.3.0 |
| 2611 | 2026-05-27T05:21:56.119Z | Checking ahash v0.8.12 |
| 2612 | 2026-05-27T05:21:56.285Z | Checking object v0.37.3 |
| 2613 | 2026-05-27T05:21:56.318Z | Checking tokio-stream v0.1.18 |
| 2614 | 2026-05-27T05:21:56.339Z | Checking buf-list v1.1.2 |
| 2615 | 2026-05-27T05:21:56.360Z | Checking camino v1.2.2 |
| 2616 | 2026-05-27T05:21:56.374Z | Checking anyhow v1.0.102 |
| 2617 | 2026-05-27T05:21:56.393Z | Checking x509-cert v0.2.5 |
| 2618 | 2026-05-27T05:21:56.520Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2619 | 2026-05-27T05:21:56.567Z | Checking openapiv3 v2.2.0 |
| 2620 | 2026-05-27T05:21:56.605Z | Checking sha1 v0.10.6 |
| 2621 | 2026-05-27T05:21:56.700Z | Checking peg-runtime v0.8.5 |
| 2622 | 2026-05-27T05:21:56.764Z | Checking lalrpop-util v0.19.12 |
| 2623 | 2026-05-27T05:21:56.779Z | Checking rayon v1.11.0 |
| 2624 | 2026-05-27T05:21:56.847Z | Checking sigpipe v0.1.3 |
| 2625 | 2026-05-27T05:21:56.905Z | Checking glob v0.3.3 |
| 2626 | 2026-05-27T05:21:58.467Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2627 | 2026-05-27T05:21:58.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.25s |
| 2628 | 2026-05-27T05:21:58.915Z | |
| 2629 | 2026-05-27T05:21:58.915Z | info: running `cargo check --bins` on internal-dns-types (77/295) |
| 2630 | 2026-05-27T05:21:59.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2631 | 2026-05-27T05:21:59.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2632 | 2026-05-27T05:21:59.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2633 | 2026-05-27T05:21:59.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2634 | 2026-05-27T05:21:59.507Z | |
| 2635 | 2026-05-27T05:21:59.507Z | info: running `cargo check --bins` on internal-dns-types-versions (78/295) |
| 2636 | 2026-05-27T05:22:00.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2637 | 2026-05-27T05:22:00.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2638 | 2026-05-27T05:22:00.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2639 | 2026-05-27T05:22:00.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2640 | 2026-05-27T05:22:00.099Z | |
| 2641 | 2026-05-27T05:22:00.099Z | info: running `cargo check --bins` on nexus-types-versions (79/295) |
| 2642 | 2026-05-27T05:22:00.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2643 | 2026-05-27T05:22:00.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2644 | 2026-05-27T05:22:00.619Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2645 | 2026-05-27T05:22:00.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2646 | 2026-05-27T05:22:00.704Z | |
| 2647 | 2026-05-27T05:22:00.704Z | info: running `cargo check --bins` on oxql-types (80/295) |
| 2648 | 2026-05-27T05:22:01.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2649 | 2026-05-27T05:22:01.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2650 | 2026-05-27T05:22:01.207Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2651 | 2026-05-27T05:22:01.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2652 | 2026-05-27T05:22:01.293Z | |
| 2653 | 2026-05-27T05:22:01.293Z | info: running `cargo check --bins` on oximeter-types (81/295) |
| 2654 | 2026-05-27T05:22:01.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2655 | 2026-05-27T05:22:01.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2656 | 2026-05-27T05:22:01.899Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2657 | 2026-05-27T05:22:01.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2658 | 2026-05-27T05:22:01.899Z | |
| 2659 | 2026-05-27T05:22:01.899Z | info: running `cargo check --bins` on oximeter-types-versions (82/295) |
| 2660 | 2026-05-27T05:22:02.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2661 | 2026-05-27T05:22:02.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2662 | 2026-05-27T05:22:02.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2663 | 2026-05-27T05:22:02.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2664 | 2026-05-27T05:22:02.483Z | |
| 2665 | 2026-05-27T05:22:02.483Z | info: running `cargo check --bins` on oximeter-macro-impl (83/295) |
| 2666 | 2026-05-27T05:22:02.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2667 | 2026-05-27T05:22:02.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2668 | 2026-05-27T05:22:02.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2669 | 2026-05-27T05:22:02.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2670 | 2026-05-27T05:22:03.063Z | |
| 2671 | 2026-05-27T05:22:03.063Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/295) |
| 2672 | 2026-05-27T05:22:03.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2673 | 2026-05-27T05:22:03.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2674 | 2026-05-27T05:22:03.751Z | Compiling structmeta-derive v0.3.0 |
| 2675 | 2026-05-27T05:22:03.870Z | Compiling rustls v0.22.4 |
| 2676 | 2026-05-27T05:22:03.878Z | Compiling multer v3.1.0 |
| 2677 | 2026-05-27T05:22:03.888Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2678 | 2026-05-27T05:22:03.888Z | Compiling async-stream-impl v0.3.6 |
| 2679 | 2026-05-27T05:22:03.912Z | Compiling dropshot v0.17.0 |
| 2680 | 2026-05-27T05:22:03.924Z | Compiling newtype-uuid-macros v0.1.0 |
| 2681 | 2026-05-27T05:22:03.924Z | Compiling dropshot_endpoint v0.17.0 |
| 2682 | 2026-05-27T05:22:04.062Z | Checking newtype-uuid v1.3.2 |
| 2683 | 2026-05-27T05:22:04.138Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2684 | 2026-05-27T05:22:04.169Z | Checking rustls-webpki v0.102.8 |
| 2685 | 2026-05-27T05:22:04.260Z | Checking daft v0.1.7 |
| 2686 | 2026-05-27T05:22:04.273Z | Checking thread_local v1.1.9 |
| 2687 | 2026-05-27T05:22:04.442Z | Checking match_cfg v0.1.0 |
| 2688 | 2026-05-27T05:22:04.479Z | Checking compression-core v0.4.31 |
| 2689 | 2026-05-27T05:22:04.502Z | Checking iddqd v0.4.2 |
| 2690 | 2026-05-27T05:22:04.514Z | Checking hostname v0.3.1 |
| 2691 | 2026-05-27T05:22:04.550Z | Checking crossbeam-channel v0.5.15 |
| 2692 | 2026-05-27T05:22:04.603Z | Checking compression-codecs v0.4.37 |
| 2693 | 2026-05-27T05:22:04.616Z | Checking slog-json v2.6.1 |
| 2694 | 2026-05-27T05:22:04.726Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2695 | 2026-05-27T05:22:04.769Z | Checking is-terminal v0.4.17 |
| 2696 | 2026-05-27T05:22:04.772Z | Checking serde_spanned v1.0.4 |
| 2697 | 2026-05-27T05:22:04.864Z | Checking debug-ignore v1.0.5 |
| 2698 | 2026-05-27T05:22:04.880Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2699 | 2026-05-27T05:22:04.894Z | Checking take_mut v0.2.2 |
| 2700 | 2026-05-27T05:22:04.915Z | Checking term v1.2.1 |
| 2701 | 2026-05-27T05:22:04.936Z | Compiling structmeta v0.3.0 |
| 2702 | 2026-05-27T05:22:04.962Z | Checking slog-bunyan v2.5.0 |
| 2703 | 2026-05-27T05:22:04.993Z | Checking slog-async v2.8.0 |
| 2704 | 2026-05-27T05:22:05.056Z | Checking toml v1.0.6+spec-1.1.0 |
| 2705 | 2026-05-27T05:22:05.075Z | Checking async-compression v0.4.41 |
| 2706 | 2026-05-27T05:22:05.136Z | Checking slog-term v2.9.2 |
| 2707 | 2026-05-27T05:22:05.150Z | Compiling derive-ex v0.1.8 |
| 2708 | 2026-05-27T05:22:05.164Z | Compiling parse-display-derive v0.10.0 |
| 2709 | 2026-05-27T05:22:05.323Z | Checking async-stream v0.3.6 |
| 2710 | 2026-05-27T05:22:05.394Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2711 | 2026-05-27T05:22:05.416Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2712 | 2026-05-27T05:22:05.451Z | Checking progenitor-client v0.14.0 |
| 2713 | 2026-05-27T05:22:05.491Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2714 | 2026-05-27T05:22:05.628Z | Checking waitgroup v0.1.2 |
| 2715 | 2026-05-27T05:22:05.641Z | Checking backon v1.6.0 |
| 2716 | 2026-05-27T05:22:05.670Z | Checking rustls-pemfile v2.2.0 |
| 2717 | 2026-05-27T05:22:05.725Z | Checking serde_path_to_error v0.1.20 |
| 2718 | 2026-05-27T05:22:05.739Z | Checking hostname v0.4.2 |
| 2719 | 2026-05-27T05:22:05.798Z | Checking instant v0.1.13 |
| 2720 | 2026-05-27T05:22:05.885Z | Checking backoff v0.4.0 |
| 2721 | 2026-05-27T05:22:05.981Z | Checking tokio-rustls v0.25.0 |
| 2722 | 2026-05-27T05:22:05.997Z | Checking progenitor-extras v0.2.0 |
| 2723 | 2026-05-27T05:22:06.033Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2724 | 2026-05-27T05:22:06.062Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2725 | 2026-05-27T05:22:06.245Z | Checking itertools v0.14.0 |
| 2726 | 2026-05-27T05:22:06.259Z | Checking progenitor-client v0.10.0 |
| 2727 | 2026-05-27T05:22:06.426Z | Checking regress v0.10.5 |
| 2728 | 2026-05-27T05:22:06.444Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2729 | 2026-05-27T05:22:06.690Z | Checking macaddr v1.0.1 |
| 2730 | 2026-05-27T05:22:06.819Z | Compiling test-strategy v0.4.5 |
| 2731 | 2026-05-27T05:22:06.844Z | Checking parse-display v0.10.0 |
| 2732 | 2026-05-27T05:22:07.009Z | Checking humantime v2.3.0 |
| 2733 | 2026-05-27T05:22:08.079Z | Compiling prettyplease v0.2.37 |
| 2734 | 2026-05-27T05:22:08.324Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2735 | 2026-05-27T05:22:08.517Z | Checking num-rational v0.4.2 |
| 2736 | 2026-05-27T05:22:08.701Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2737 | 2026-05-27T05:22:08.984Z | Checking num-complex v0.4.6 |
| 2738 | 2026-05-27T05:22:09.711Z | Compiling num v0.4.3 |
| 2739 | 2026-05-27T05:22:09.793Z | Compiling usdt-macro v0.5.0 |
| 2740 | 2026-05-27T05:22:09.826Z | Compiling usdt-attr-macro v0.5.0 |
| 2741 | 2026-05-27T05:22:09.840Z | Checking memmap v0.7.0 |
| 2742 | 2026-05-27T05:22:09.853Z | Checking float-ord v0.3.2 |
| 2743 | 2026-05-27T05:22:09.955Z | Compiling convert_case v0.4.0 |
| 2744 | 2026-05-27T05:22:09.969Z | Checking unicode-width v0.2.0 |
| 2745 | 2026-05-27T05:22:10.222Z | Checking console v0.15.11 |
| 2746 | 2026-05-27T05:22:10.329Z | Compiling derive_more v0.99.20 |
| 2747 | 2026-05-27T05:22:10.504Z | Checking newline-converter v0.3.0 |
| 2748 | 2026-05-27T05:22:10.518Z | Checking atomicwrites v0.4.4 |
| 2749 | 2026-05-27T05:22:10.594Z | Checking usdt v0.5.0 |
| 2750 | 2026-05-27T05:22:10.615Z | Compiling toml v0.8.23 |
| 2751 | 2026-05-27T05:22:10.649Z | Compiling minimal-lexical v0.2.1 |
| 2752 | 2026-05-27T05:22:10.764Z | Checking linked-hash-map v0.5.6 |
| 2753 | 2026-05-27T05:22:10.906Z | Compiling nom v7.1.3 |
| 2754 | 2026-05-27T05:22:10.940Z | Checking lru-cache v0.1.2 |
| 2755 | 2026-05-27T05:22:11.139Z | Checking expectorate v1.2.0 |
| 2756 | 2026-05-27T05:22:11.593Z | Checking camino-tempfile v1.4.1 |
| 2757 | 2026-05-27T05:22:11.744Z | Checking hickory-proto v0.24.4 |
| 2758 | 2026-05-27T05:22:11.761Z | Checking phf_shared v0.12.1 |
| 2759 | 2026-05-27T05:22:11.906Z | Compiling slog-dtrace v0.3.0 |
| 2760 | 2026-05-27T05:22:11.920Z | Checking heck v0.5.0 |
| 2761 | 2026-05-27T05:22:12.048Z | Checking resolv-conf v0.7.6 |
| 2762 | 2026-05-27T05:22:12.102Z | Compiling chrono-tz v0.10.4 |
| 2763 | 2026-05-27T05:22:12.253Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2764 | 2026-05-27T05:22:12.283Z | Compiling const_format_proc_macros v0.2.34 |
| 2765 | 2026-05-27T05:22:12.311Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2766 | 2026-05-27T05:22:12.324Z | Checking phf v0.12.1 |
| 2767 | 2026-05-27T05:22:12.469Z | Checking tokio-dtrace v0.1.1 |
| 2768 | 2026-05-27T05:22:12.658Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2769 | 2026-05-27T05:22:12.729Z | Compiling derive-where v1.6.0 |
| 2770 | 2026-05-27T05:22:12.907Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2771 | 2026-05-27T05:22:13.129Z | Checking highway v1.3.0 |
| 2772 | 2026-05-27T05:22:13.366Z | Checking const_format v0.2.35 |
| 2773 | 2026-05-27T05:22:13.603Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2774 | 2026-05-27T05:22:13.606Z | Checking hickory-resolver v0.24.4 |
| 2775 | 2026-05-27T05:22:13.809Z | Checking oxide-tokio-rt v0.1.4 |
| 2776 | 2026-05-27T05:22:13.899Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2777 | 2026-05-27T05:22:14.117Z | Checking gethostname v0.5.0 |
| 2778 | 2026-05-27T05:22:14.154Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2779 | 2026-05-27T05:22:14.171Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2780 | 2026-05-27T05:22:14.203Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2781 | 2026-05-27T05:22:14.318Z | Checking bcs v0.1.6 |
| 2782 | 2026-05-27T05:22:14.353Z | Checking qorb v0.4.1 |
| 2783 | 2026-05-27T05:22:14.369Z | Checking termtree v0.5.1 |
| 2784 | 2026-05-27T05:22:17.582Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2785 | 2026-05-27T05:22:20.295Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2786 | 2026-05-27T05:22:22.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.34s |
| 2787 | 2026-05-27T05:22:22.592Z | |
| 2788 | 2026-05-27T05:22:22.592Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/295) |
| 2789 | 2026-05-27T05:22:23.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2790 | 2026-05-27T05:22:23.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2791 | 2026-05-27T05:22:23.285Z | Compiling ar_archive_writer v0.5.1 |
| 2792 | 2026-05-27T05:22:23.399Z | Compiling stacker v0.1.23 |
| 2793 | 2026-05-27T05:22:23.410Z | Compiling cfg_aliases v0.1.1 |
| 2794 | 2026-05-27T05:22:23.418Z | Compiling convert_case v0.10.0 |
| 2795 | 2026-05-27T05:22:23.421Z | Checking unicode-width v0.1.14 |
| 2796 | 2026-05-27T05:22:23.434Z | Compiling proc-macro-error v1.0.4 |
| 2797 | 2026-05-27T05:22:23.445Z | Checking fd-lock v4.0.4 |
| 2798 | 2026-05-27T05:22:23.445Z | Checking nibble_vec v0.1.0 |
| 2799 | 2026-05-27T05:22:23.469Z | Compiling nix v0.28.0 |
| 2800 | 2026-05-27T05:22:23.564Z | Checking vte v0.14.1 |
| 2801 | 2026-05-27T05:22:23.580Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2802 | 2026-05-27T05:22:23.662Z | Checking endian-type v0.1.2 |
| 2803 | 2026-05-27T05:22:23.675Z | Checking bytecount v0.6.9 |
| 2804 | 2026-05-27T05:22:23.713Z | Compiling derive_more-impl v2.1.1 |
| 2805 | 2026-05-27T05:22:23.727Z | Compiling tabled_derive v0.7.0 |
| 2806 | 2026-05-27T05:22:23.727Z | Checking strip-ansi-escapes v0.2.1 |
| 2807 | 2026-05-27T05:22:23.785Z | Checking papergrid v0.11.0 |
| 2808 | 2026-05-27T05:22:23.804Z | Checking radix_trie v0.2.1 |
| 2809 | 2026-05-27T05:22:23.866Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2810 | 2026-05-27T05:22:23.978Z | Compiling peg-macros v0.8.5 |
| 2811 | 2026-05-27T05:22:24.011Z | Checking winnow v0.6.26 |
| 2812 | 2026-05-27T05:22:24.235Z | Compiling psm v0.1.30 |
| 2813 | 2026-05-27T05:22:24.331Z | Compiling sqlparser_derive v0.5.0 |
| 2814 | 2026-05-27T05:22:24.389Z | Checking unicode_categories v0.1.1 |
| 2815 | 2026-05-27T05:22:24.531Z | Checking derive_more v2.1.1 |
| 2816 | 2026-05-27T05:22:24.545Z | Checking nu-ansi-term v0.50.3 |
| 2817 | 2026-05-27T05:22:24.613Z | Checking home v0.5.12 |
| 2818 | 2026-05-27T05:22:24.734Z | Checking crossterm v0.29.0 |
| 2819 | 2026-05-27T05:22:24.737Z | Checking tabled v0.15.0 |
| 2820 | 2026-05-27T05:22:24.759Z | Checking reedline v0.40.0 |
| 2821 | 2026-05-27T05:22:24.773Z | Checking rustyline v14.0.0 |
| 2822 | 2026-05-27T05:22:25.015Z | Checking recursive v0.1.1 |
| 2823 | 2026-05-27T05:22:25.103Z | Checking display-error-chain v0.2.2 |
| 2824 | 2026-05-27T05:22:25.116Z | Checking sqlparser v0.61.0 |
| 2825 | 2026-05-27T05:22:25.134Z | Checking sqlformat v0.3.5 |
| 2826 | 2026-05-27T05:22:25.335Z | Checking peg v0.8.5 |
| 2827 | 2026-05-27T05:22:36.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.78s |
| 2828 | 2026-05-27T05:22:36.558Z | |
| 2829 | 2026-05-27T05:22:36.559Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/295) |
| 2830 | 2026-05-27T05:22:37.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2831 | 2026-05-27T05:22:37.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2832 | 2026-05-27T05:22:37.236Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2833 | 2026-05-27T05:22:40.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s |
| 2834 | 2026-05-27T05:22:40.864Z | |
| 2835 | 2026-05-27T05:22:40.864Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/295) |
| 2836 | 2026-05-27T05:22:41.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2837 | 2026-05-27T05:22:41.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2838 | 2026-05-27T05:22:41.542Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2839 | 2026-05-27T05:22:43.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s |
| 2840 | 2026-05-27T05:22:44.170Z | |
| 2841 | 2026-05-27T05:22:44.170Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/295) |
| 2842 | 2026-05-27T05:22:44.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2843 | 2026-05-27T05:22:44.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2844 | 2026-05-27T05:22:44.843Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2845 | 2026-05-27T05:22:48.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s |
| 2846 | 2026-05-27T05:22:48.257Z | |
| 2847 | 2026-05-27T05:22:48.257Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/295) |
| 2848 | 2026-05-27T05:22:48.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2849 | 2026-05-27T05:22:48.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2850 | 2026-05-27T05:22:48.930Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2851 | 2026-05-27T05:22:52.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s |
| 2852 | 2026-05-27T05:22:52.367Z | |
| 2853 | 2026-05-27T05:22:52.367Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/295) |
| 2854 | 2026-05-27T05:22:52.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2855 | 2026-05-27T05:22:52.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2856 | 2026-05-27T05:22:53.043Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2857 | 2026-05-27T05:22:55.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s |
| 2858 | 2026-05-27T05:22:55.845Z | |
| 2859 | 2026-05-27T05:22:55.845Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/295) |
| 2860 | 2026-05-27T05:22:56.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2861 | 2026-05-27T05:22:56.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2862 | 2026-05-27T05:22:56.519Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2863 | 2026-05-27T05:22:59.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s |
| 2864 | 2026-05-27T05:22:59.354Z | |
| 2865 | 2026-05-27T05:22:59.354Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/295) |
| 2866 | 2026-05-27T05:22:59.875Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2867 | 2026-05-27T05:22:59.878Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2868 | 2026-05-27T05:23:00.033Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2869 | 2026-05-27T05:23:03.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s |
| 2870 | 2026-05-27T05:23:03.626Z | |
| 2871 | 2026-05-27T05:23:03.626Z | info: running `cargo check --bins` on oximeter (93/295) |
| 2872 | 2026-05-27T05:23:04.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2873 | 2026-05-27T05:23:04.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2874 | 2026-05-27T05:23:04.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2875 | 2026-05-27T05:23:04.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2876 | 2026-05-27T05:23:04.229Z | |
| 2877 | 2026-05-27T05:23:04.229Z | info: running `cargo check --bins` on oximeter-schema (94/295) |
| 2878 | 2026-05-27T05:23:04.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2879 | 2026-05-27T05:23:04.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2880 | 2026-05-27T05:23:04.871Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2881 | 2026-05-27T05:23:05.036Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2882 | 2026-05-27T05:23:05.039Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2883 | 2026-05-27T05:23:05.376Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2884 | 2026-05-27T05:23:08.241Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2885 | 2026-05-27T05:23:09.460Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2886 | 2026-05-27T05:23:09.672Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2887 | 2026-05-27T05:23:10.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.11s |
| 2888 | 2026-05-27T05:23:10.533Z | |
| 2889 | 2026-05-27T05:23:10.533Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/295) |
| 2890 | 2026-05-27T05:23:11.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2891 | 2026-05-27T05:23:11.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2892 | 2026-05-27T05:23:11.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2893 | 2026-05-27T05:23:11.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2894 | 2026-05-27T05:23:11.129Z | |
| 2895 | 2026-05-27T05:23:11.129Z | info: running `cargo check --bins` on oximeter-test-utils (96/295) |
| 2896 | 2026-05-27T05:23:11.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2897 | 2026-05-27T05:23:11.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2898 | 2026-05-27T05:23:11.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2899 | 2026-05-27T05:23:11.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2900 | 2026-05-27T05:23:11.755Z | |
| 2901 | 2026-05-27T05:23:11.755Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/295) |
| 2902 | 2026-05-27T05:23:12.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2903 | 2026-05-27T05:23:12.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2904 | 2026-05-27T05:23:12.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2905 | 2026-05-27T05:23:12.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2906 | 2026-05-27T05:23:12.426Z | |
| 2907 | 2026-05-27T05:23:12.426Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/295) |
| 2908 | 2026-05-27T05:23:12.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2909 | 2026-05-27T05:23:12.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2910 | 2026-05-27T05:23:12.866Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2911 | 2026-05-27T05:23:12.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2912 | 2026-05-27T05:23:12.958Z | |
| 2913 | 2026-05-27T05:23:12.958Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/295) |
| 2914 | 2026-05-27T05:23:13.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2915 | 2026-05-27T05:23:13.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2916 | 2026-05-27T05:23:13.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2917 | 2026-05-27T05:23:13.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2918 | 2026-05-27T05:23:13.567Z | |
| 2919 | 2026-05-27T05:23:13.567Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/295) |
| 2920 | 2026-05-27T05:23:14.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2921 | 2026-05-27T05:23:14.083Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2922 | 2026-05-27T05:23:14.083Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2923 | 2026-05-27T05:23:14.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2924 | 2026-05-27T05:23:14.175Z | |
| 2925 | 2026-05-27T05:23:14.175Z | info: running `cargo check --bins` on trust-quorum-types (101/295) |
| 2926 | 2026-05-27T05:23:14.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2927 | 2026-05-27T05:23:14.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2928 | 2026-05-27T05:23:14.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2929 | 2026-05-27T05:23:14.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2930 | 2026-05-27T05:23:14.764Z | |
| 2931 | 2026-05-27T05:23:14.764Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/295) |
| 2932 | 2026-05-27T05:23:15.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2933 | 2026-05-27T05:23:15.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2934 | 2026-05-27T05:23:15.281Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2935 | 2026-05-27T05:23:15.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2936 | 2026-05-27T05:23:15.376Z | |
| 2937 | 2026-05-27T05:23:15.376Z | info: running `cargo check --bins` on update-engine (103/295) |
| 2938 | 2026-05-27T05:23:15.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2939 | 2026-05-27T05:23:15.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2940 | 2026-05-27T05:23:15.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2941 | 2026-05-27T05:23:15.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2942 | 2026-05-27T05:23:15.976Z | |
| 2943 | 2026-05-27T05:23:15.976Z | info: running `cargo check --bins` on omicron-clickhouse-admin (104/295) |
| 2944 | 2026-05-27T05:23:16.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2945 | 2026-05-27T05:23:16.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2946 | 2026-05-27T05:23:16.708Z | Compiling crucible-workspace-hack v0.1.0 |
| 2947 | 2026-05-27T05:23:16.827Z | Checking secrecy v0.10.3 |
| 2948 | 2026-05-27T05:23:16.836Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2949 | 2026-05-27T05:23:16.839Z | Compiling heapless v0.8.0 |
| 2950 | 2026-05-27T05:23:16.849Z | Compiling ingot-macros v0.1.1 |
| 2951 | 2026-05-27T05:23:16.858Z | Checking hash32 v0.3.1 |
| 2952 | 2026-05-27T05:23:16.868Z | Compiling smoltcp v0.11.0 |
| 2953 | 2026-05-27T05:23:16.871Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2954 | 2026-05-27T05:23:16.936Z | Checking cobs v0.3.0 |
| 2955 | 2026-05-27T05:23:16.976Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2956 | 2026-05-27T05:23:17.055Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2957 | 2026-05-27T05:23:17.081Z | Checking universal-hash v0.5.1 |
| 2958 | 2026-05-27T05:23:17.081Z | Checking half v2.7.1 |
| 2959 | 2026-05-27T05:23:17.109Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2960 | 2026-05-27T05:23:17.205Z | Checking ciborium-io v0.2.2 |
| 2961 | 2026-05-27T05:23:17.239Z | Checking opaque-debug v0.3.1 |
| 2962 | 2026-05-27T05:23:17.297Z | Checking postcard v1.1.3 |
| 2963 | 2026-05-27T05:23:17.323Z | Checking poly1305 v0.8.0 |
| 2964 | 2026-05-27T05:23:17.345Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2965 | 2026-05-27T05:23:17.349Z | Checking ciborium-ll v0.2.2 |
| 2966 | 2026-05-27T05:23:17.565Z | Compiling proc-macro-crate v3.4.0 |
| 2967 | 2026-05-27T05:23:17.583Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2968 | 2026-05-27T05:23:17.601Z | Checking password-hash v0.5.0 |
| 2969 | 2026-05-27T05:23:17.740Z | Checking chacha20 v0.9.1 |
| 2970 | 2026-05-27T05:23:17.832Z | Compiling proc-macro-crate v1.3.1 |
| 2971 | 2026-05-27T05:23:17.859Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2972 | 2026-05-27T05:23:17.952Z | Checking blake2 v0.10.6 |
| 2973 | 2026-05-27T05:23:18.014Z | Checking aead v0.5.2 |
| 2974 | 2026-05-27T05:23:18.106Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2975 | 2026-05-27T05:23:18.130Z | Compiling num_enum_derive v0.7.5 |
| 2976 | 2026-05-27T05:23:18.161Z | Compiling foreign-types-macros v0.2.3 |
| 2977 | 2026-05-27T05:23:18.195Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2978 | 2026-05-27T05:23:18.242Z | Checking thiserror-no-std v2.0.2 |
| 2979 | 2026-05-27T05:23:18.274Z | Checking foreign-types-shared v0.3.1 |
| 2980 | 2026-05-27T05:23:18.319Z | Compiling num_enum_derive v0.5.11 |
| 2981 | 2026-05-27T05:23:18.333Z | Checking vsss-rs v3.3.4 |
| 2982 | 2026-05-27T05:23:18.365Z | Checking argon2 v0.5.3 |
| 2983 | 2026-05-27T05:23:18.438Z | Checking chacha20poly1305 v0.10.1 |
| 2984 | 2026-05-27T05:23:18.569Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2985 | 2026-05-27T05:23:18.707Z | Checking ciborium v0.2.2 |
| 2986 | 2026-05-27T05:23:18.747Z | Checking foreign-types v0.5.0 |
| 2987 | 2026-05-27T05:23:18.941Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2988 | 2026-05-27T05:23:18.962Z | Checking tabwriter v1.4.1 |
| 2989 | 2026-05-27T05:23:19.112Z | Checking byte-wrapper v0.1.0 |
| 2990 | 2026-05-27T05:23:19.129Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2991 | 2026-05-27T05:23:19.168Z | Checking num_enum v0.7.5 |
| 2992 | 2026-05-27T05:23:19.223Z | Checking cstr-argument v0.1.2 |
| 2993 | 2026-05-27T05:23:19.287Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2994 | 2026-05-27T05:23:19.321Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2995 | 2026-05-27T05:23:19.344Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2996 | 2026-05-27T05:23:19.344Z | Checking num_enum v0.5.11 |
| 2997 | 2026-05-27T05:23:19.436Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2998 | 2026-05-27T05:23:19.471Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2999 | 2026-05-27T05:23:19.517Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3000 | 2026-05-27T05:23:19.534Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3001 | 2026-05-27T05:23:19.552Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3002 | 2026-05-27T05:23:19.663Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3003 | 2026-05-27T05:23:19.677Z | Checking ingot-types v0.1.2 |
| 3004 | 2026-05-27T05:23:19.690Z | Checking colored v3.1.1 |
| 3005 | 2026-05-27T05:23:19.725Z | Checking indent_write v2.2.0 |
| 3006 | 2026-05-27T05:23:19.741Z | Compiling zone_cfg_derive v0.3.1 |
| 3007 | 2026-05-27T05:23:19.859Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3008 | 2026-05-27T05:23:19.976Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3009 | 2026-05-27T05:23:20.028Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3010 | 2026-05-27T05:23:20.041Z | Checking itertools v0.12.1 |
| 3011 | 2026-05-27T05:23:20.046Z | Checking ingot v0.1.1 |
| 3012 | 2026-05-27T05:23:20.079Z | Compiling num-derive v0.4.2 |
| 3013 | 2026-05-27T05:23:20.126Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3014 | 2026-05-27T05:23:20.148Z | Checking swrite v0.1.0 |
| 3015 | 2026-05-27T05:23:20.240Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3016 | 2026-05-27T05:23:20.333Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3017 | 2026-05-27T05:23:20.407Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3018 | 2026-05-27T05:23:20.488Z | Checking dropshot-api-manager-types v0.7.2 |
| 3019 | 2026-05-27T05:23:20.520Z | Checking smf v0.2.3 |
| 3020 | 2026-05-27T05:23:20.536Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3021 | 2026-05-27T05:23:20.550Z | Checking nanorand v0.7.0 |
| 3022 | 2026-05-27T05:23:20.655Z | Checking whoami v1.6.1 |
| 3023 | 2026-05-27T05:23:20.732Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3024 | 2026-05-27T05:23:20.745Z | Checking flume v0.11.1 |
| 3025 | 2026-05-27T05:23:21.004Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3026 | 2026-05-27T05:23:21.040Z | Checking zone v0.3.1 |
| 3027 | 2026-05-27T05:23:21.584Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3028 | 2026-05-27T05:23:22.548Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3029 | 2026-05-27T05:23:23.442Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3030 | 2026-05-27T05:23:26.595Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3031 | 2026-05-27T05:23:28.650Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3032 | 2026-05-27T05:23:29.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.78s |
| 3033 | 2026-05-27T05:23:29.947Z | |
| 3034 | 2026-05-27T05:23:29.947Z | info: running `cargo check --bins` on clickhouse-admin-api (105/295) |
| 3035 | 2026-05-27T05:23:30.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3036 | 2026-05-27T05:23:30.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3037 | 2026-05-27T05:23:30.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3038 | 2026-05-27T05:23:30.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3039 | 2026-05-27T05:23:30.563Z | |
| 3040 | 2026-05-27T05:23:30.563Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (106/295) |
| 3041 | 2026-05-27T05:23:31.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3042 | 2026-05-27T05:23:31.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3043 | 2026-05-27T05:23:31.081Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3044 | 2026-05-27T05:23:31.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3045 | 2026-05-27T05:23:31.178Z | |
| 3046 | 2026-05-27T05:23:31.178Z | info: running `cargo check --bins` on bootstrap-agent-client (107/295) |
| 3047 | 2026-05-27T05:23:31.695Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3048 | 2026-05-27T05:23:31.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3049 | 2026-05-27T05:23:31.699Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3050 | 2026-05-27T05:23:31.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3051 | 2026-05-27T05:23:31.797Z | |
| 3052 | 2026-05-27T05:23:31.797Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/295) |
| 3053 | 2026-05-27T05:23:32.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3054 | 2026-05-27T05:23:32.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3055 | 2026-05-27T05:23:32.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3056 | 2026-05-27T05:23:32.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3057 | 2026-05-27T05:23:32.411Z | |
| 3058 | 2026-05-27T05:23:32.411Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (109/295) |
| 3059 | 2026-05-27T05:23:32.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3060 | 2026-05-27T05:23:32.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3061 | 2026-05-27T05:23:32.930Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3062 | 2026-05-27T05:23:32.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3063 | 2026-05-27T05:23:33.027Z | |
| 3064 | 2026-05-27T05:23:33.027Z | info: running `cargo check --bins` on clickhouse-admin-server-client (110/295) |
| 3065 | 2026-05-27T05:23:33.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3066 | 2026-05-27T05:23:33.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3067 | 2026-05-27T05:23:33.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3068 | 2026-05-27T05:23:33.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3069 | 2026-05-27T05:23:33.640Z | |
| 3070 | 2026-05-27T05:23:33.640Z | info: running `cargo check --bins` on clickhouse-admin-single-client (111/295) |
| 3071 | 2026-05-27T05:23:34.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3072 | 2026-05-27T05:23:34.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3073 | 2026-05-27T05:23:34.160Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3074 | 2026-05-27T05:23:34.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3075 | 2026-05-27T05:23:34.257Z | |
| 3076 | 2026-05-27T05:23:34.257Z | info: running `cargo check --bins` on cockroach-admin-client (112/295) |
| 3077 | 2026-05-27T05:23:34.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3078 | 2026-05-27T05:23:34.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3079 | 2026-05-27T05:23:34.762Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3080 | 2026-05-27T05:23:34.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3081 | 2026-05-27T05:23:34.857Z | |
| 3082 | 2026-05-27T05:23:34.857Z | info: running `cargo check --bins` on omicron-ddm-admin-client (113/295) |
| 3083 | 2026-05-27T05:23:35.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3084 | 2026-05-27T05:23:35.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3085 | 2026-05-27T05:23:35.373Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3086 | 2026-05-27T05:23:35.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3087 | 2026-05-27T05:23:35.470Z | |
| 3088 | 2026-05-27T05:23:35.470Z | info: running `cargo check --bins` on dns-service-client (114/295) |
| 3089 | 2026-05-27T05:23:35.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3090 | 2026-05-27T05:23:35.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3091 | 2026-05-27T05:23:35.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3092 | 2026-05-27T05:23:35.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3093 | 2026-05-27T05:23:36.085Z | |
| 3094 | 2026-05-27T05:23:36.085Z | info: running `cargo check --bins` on installinator-client (115/295) |
| 3095 | 2026-05-27T05:23:36.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3096 | 2026-05-27T05:23:36.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3097 | 2026-05-27T05:23:36.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3098 | 2026-05-27T05:23:36.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3099 | 2026-05-27T05:23:36.701Z | |
| 3100 | 2026-05-27T05:23:36.702Z | info: running `cargo check --bins` on nexus-client (116/295) |
| 3101 | 2026-05-27T05:23:37.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3102 | 2026-05-27T05:23:37.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3103 | 2026-05-27T05:23:37.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3104 | 2026-05-27T05:23:37.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3105 | 2026-05-27T05:23:37.344Z | |
| 3106 | 2026-05-27T05:23:37.344Z | info: running `cargo check --bins` on nexus-lockstep-client (117/295) |
| 3107 | 2026-05-27T05:23:37.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3108 | 2026-05-27T05:23:37.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3109 | 2026-05-27T05:23:37.888Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3110 | 2026-05-27T05:23:37.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3111 | 2026-05-27T05:23:37.992Z | |
| 3112 | 2026-05-27T05:23:37.993Z | info: running `cargo check --bins` on ntp-admin-client (118/295) |
| 3113 | 2026-05-27T05:23:38.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3114 | 2026-05-27T05:23:38.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3115 | 2026-05-27T05:23:38.495Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3116 | 2026-05-27T05:23:38.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3117 | 2026-05-27T05:23:38.590Z | |
| 3118 | 2026-05-27T05:23:38.590Z | info: running `cargo check --bins` on ntp-admin-v1-client (119/295) |
| 3119 | 2026-05-27T05:23:39.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3120 | 2026-05-27T05:23:39.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3121 | 2026-05-27T05:23:39.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3122 | 2026-05-27T05:23:39.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3123 | 2026-05-27T05:23:39.191Z | |
| 3124 | 2026-05-27T05:23:39.191Z | info: running `cargo check --bins` on oxide-client (120/295) |
| 3125 | 2026-05-27T05:23:39.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3126 | 2026-05-27T05:23:39.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3127 | 2026-05-27T05:23:39.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3128 | 2026-05-27T05:23:39.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3129 | 2026-05-27T05:23:39.782Z | |
| 3130 | 2026-05-27T05:23:39.782Z | info: running `cargo check --bins` on oximeter-client (121/295) |
| 3131 | 2026-05-27T05:23:40.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3132 | 2026-05-27T05:23:40.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3133 | 2026-05-27T05:23:40.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3134 | 2026-05-27T05:23:40.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3135 | 2026-05-27T05:23:40.397Z | |
| 3136 | 2026-05-27T05:23:40.397Z | info: running `cargo check --bins` on repo-depot-client (122/295) |
| 3137 | 2026-05-27T05:23:40.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3138 | 2026-05-27T05:23:40.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3139 | 2026-05-27T05:23:40.906Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3140 | 2026-05-27T05:23:40.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3141 | 2026-05-27T05:23:41.001Z | |
| 3142 | 2026-05-27T05:23:41.001Z | info: running `cargo check --bins` on sled-agent-client (123/295) |
| 3143 | 2026-05-27T05:23:41.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3144 | 2026-05-27T05:23:41.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3145 | 2026-05-27T05:23:41.523Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3146 | 2026-05-27T05:23:41.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3147 | 2026-05-27T05:23:41.623Z | |
| 3148 | 2026-05-27T05:23:41.623Z | info: running `cargo check --bins` on wicketd-client (124/295) |
| 3149 | 2026-05-27T05:23:42.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3150 | 2026-05-27T05:23:42.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3151 | 2026-05-27T05:23:42.158Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3152 | 2026-05-27T05:23:42.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3153 | 2026-05-27T05:23:42.260Z | |
| 3154 | 2026-05-27T05:23:42.260Z | info: running `cargo check --bins` on installinator-common (125/295) |
| 3155 | 2026-05-27T05:23:42.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3156 | 2026-05-27T05:23:42.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3157 | 2026-05-27T05:23:42.790Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3158 | 2026-05-27T05:23:42.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3159 | 2026-05-27T05:23:42.895Z | |
| 3160 | 2026-05-27T05:23:42.895Z | info: running `cargo check --bins` on installinator-common-versions (126/295) |
| 3161 | 2026-05-27T05:23:43.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3162 | 2026-05-27T05:23:43.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3163 | 2026-05-27T05:23:43.398Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3164 | 2026-05-27T05:23:43.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3165 | 2026-05-27T05:23:43.493Z | |
| 3166 | 2026-05-27T05:23:43.493Z | info: running `cargo check --bins` on wicket-common (127/295) |
| 3167 | 2026-05-27T05:23:44.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3168 | 2026-05-27T05:23:44.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3169 | 2026-05-27T05:23:44.023Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3170 | 2026-05-27T05:23:44.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3171 | 2026-05-27T05:23:44.117Z | |
| 3172 | 2026-05-27T05:23:44.117Z | info: running `cargo check --bins` on omicron-cockroach-admin (128/295) |
| 3173 | 2026-05-27T05:23:44.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3174 | 2026-05-27T05:23:44.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3175 | 2026-05-27T05:23:44.817Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3176 | 2026-05-27T05:23:44.936Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3177 | 2026-05-27T05:23:44.945Z | Checking csv-core v0.1.13 |
| 3178 | 2026-05-27T05:23:44.952Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3179 | 2026-05-27T05:23:44.955Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3180 | 2026-05-27T05:23:44.961Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3181 | 2026-05-27T05:23:44.980Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3182 | 2026-05-27T05:23:44.994Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3183 | 2026-05-27T05:23:45.101Z | Checking csv v1.4.0 |
| 3184 | 2026-05-27T05:23:45.131Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3185 | 2026-05-27T05:23:45.158Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3186 | 2026-05-27T05:23:45.174Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3187 | 2026-05-27T05:23:45.205Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3188 | 2026-05-27T05:23:45.437Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3189 | 2026-05-27T05:23:45.804Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3190 | 2026-05-27T05:23:45.807Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3191 | 2026-05-27T05:23:46.123Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3192 | 2026-05-27T05:23:52.041Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3193 | 2026-05-27T05:23:52.572Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3194 | 2026-05-27T05:23:54.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.80s |
| 3195 | 2026-05-27T05:23:55.118Z | |
| 3196 | 2026-05-27T05:23:55.118Z | info: running `cargo check --bins` on cockroach-admin-api (129/295) |
| 3197 | 2026-05-27T05:23:55.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3198 | 2026-05-27T05:23:55.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3199 | 2026-05-27T05:23:55.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3200 | 2026-05-27T05:23:55.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3201 | 2026-05-27T05:23:55.725Z | |
| 3202 | 2026-05-27T05:23:55.725Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (130/295) |
| 3203 | 2026-05-27T05:23:56.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3204 | 2026-05-27T05:23:56.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3205 | 2026-05-27T05:23:56.294Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3206 | 2026-05-27T05:23:56.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3207 | 2026-05-27T05:23:56.401Z | |
| 3208 | 2026-05-27T05:23:56.401Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/295) |
| 3209 | 2026-05-27T05:23:56.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3210 | 2026-05-27T05:23:56.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3211 | 2026-05-27T05:23:56.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3212 | 2026-05-27T05:23:56.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3213 | 2026-05-27T05:23:57.080Z | |
| 3214 | 2026-05-27T05:23:57.080Z | info: running `cargo check --bins` on gateway-test-utils (132/295) |
| 3215 | 2026-05-27T05:23:57.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3216 | 2026-05-27T05:23:57.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3217 | 2026-05-27T05:23:57.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3218 | 2026-05-27T05:23:57.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3219 | 2026-05-27T05:23:57.723Z | |
| 3220 | 2026-05-27T05:23:57.723Z | info: running `cargo check --bins` on omicron-gateway (133/295) |
| 3221 | 2026-05-27T05:23:58.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3222 | 2026-05-27T05:23:58.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3223 | 2026-05-27T05:23:58.484Z | Compiling regress v0.11.1 |
| 3224 | 2026-05-27T05:23:58.626Z | Compiling unsafe-libyaml v0.2.11 |
| 3225 | 2026-05-27T05:23:58.640Z | Compiling radium v0.7.0 |
| 3226 | 2026-05-27T05:23:58.643Z | Compiling semver v0.1.20 |
| 3227 | 2026-05-27T05:23:58.665Z | Checking tap v1.0.1 |
| 3228 | 2026-05-27T05:23:58.668Z | Compiling maybe-uninit v2.0.0 |
| 3229 | 2026-05-27T05:23:58.691Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3230 | 2026-05-27T05:23:58.765Z | Checking wyz v0.5.1 |
| 3231 | 2026-05-27T05:23:58.907Z | Compiling rustc_version v0.1.7 |
| 3232 | 2026-05-27T05:23:58.947Z | Checking progenitor-client v0.13.0 |
| 3233 | 2026-05-27T05:23:59.009Z | Compiling zerocopy-derive v0.6.6 |
| 3234 | 2026-05-27T05:23:59.105Z | Compiling cancel-safe-futures v0.1.5 |
| 3235 | 2026-05-27T05:23:59.132Z | Compiling serde_yaml v0.9.34+deprecated |
| 3236 | 2026-05-27T05:23:59.180Z | Compiling newtype_derive v0.1.6 |
| 3237 | 2026-05-27T05:23:59.308Z | Compiling packed_struct v0.10.1 |
| 3238 | 2026-05-27T05:23:59.379Z | Compiling owo-colors v4.3.0 |
| 3239 | 2026-05-27T05:23:59.393Z | Checking funty v2.0.0 |
| 3240 | 2026-05-27T05:23:59.568Z | Checking crc-catalog v2.4.0 |
| 3241 | 2026-05-27T05:23:59.665Z | Checking crc v3.4.0 |
| 3242 | 2026-05-27T05:23:59.715Z | Checking bitvec v1.0.1 |
| 3243 | 2026-05-27T05:23:59.867Z | Checking zerocopy v0.6.6 |
| 3244 | 2026-05-27T05:23:59.896Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3245 | 2026-05-27T05:23:59.951Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3246 | 2026-05-27T05:24:00.061Z | Checking typify-impl v0.6.2 |
| 3247 | 2026-05-27T05:24:00.188Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3248 | 2026-05-27T05:24:00.292Z | Compiling packed_struct_codegen v0.10.1 |
| 3249 | 2026-05-27T05:24:00.428Z | Checking libsw-core v0.3.2 |
| 3250 | 2026-05-27T05:24:00.448Z | Compiling bitfield-macros v0.19.4 |
| 3251 | 2026-05-27T05:24:00.577Z | Compiling indexmap v1.9.3 |
| 3252 | 2026-05-27T05:24:00.611Z | Checking nodrop v0.1.14 |
| 3253 | 2026-05-27T05:24:00.705Z | Checking array-init v0.0.4 |
| 3254 | 2026-05-27T05:24:00.796Z | Checking libsw v3.5.0 |
| 3255 | 2026-05-27T05:24:00.953Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3256 | 2026-05-27T05:24:01.005Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3257 | 2026-05-27T05:24:01.021Z | Checking smallvec v0.6.14 |
| 3258 | 2026-05-27T05:24:01.157Z | Checking bitfield v0.19.4 |
| 3259 | 2026-05-27T05:24:01.204Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3260 | 2026-05-27T05:24:01.357Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3261 | 2026-05-27T05:24:01.424Z | Checking base64 v0.21.7 |
| 3262 | 2026-05-27T05:24:01.438Z | Checking hashbrown v0.12.3 |
| 3263 | 2026-05-27T05:24:01.481Z | Checking unicode-linebreak v0.1.5 |
| 3264 | 2026-05-27T05:24:01.626Z | Checking smawk v0.3.2 |
| 3265 | 2026-05-27T05:24:01.666Z | Checking linear-map v1.2.0 |
| 3266 | 2026-05-27T05:24:01.699Z | Checking tagptr v0.2.0 |
| 3267 | 2026-05-27T05:24:01.758Z | Checking textwrap v0.16.2 |
| 3268 | 2026-05-27T05:24:01.838Z | Checking moka v0.12.13 |
| 3269 | 2026-05-27T05:24:01.841Z | Checking ron v0.8.1 |
| 3270 | 2026-05-27T05:24:01.841Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3271 | 2026-05-27T05:24:01.879Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3272 | 2026-05-27T05:24:01.970Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3273 | 2026-05-27T05:24:02.034Z | Checking steno v0.4.1 |
| 3274 | 2026-05-27T05:24:02.208Z | Checking serde-hex v0.1.0 |
| 3275 | 2026-05-27T05:24:02.373Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3276 | 2026-05-27T05:24:02.447Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3277 | 2026-05-27T05:24:02.461Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3278 | 2026-05-27T05:24:02.537Z | Checking hashbrown v0.13.2 |
| 3279 | 2026-05-27T05:24:02.765Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3280 | 2026-05-27T05:24:02.968Z | Checking crc-any v2.5.0 |
| 3281 | 2026-05-27T05:24:03.015Z | Checking object v0.30.4 |
| 3282 | 2026-05-27T05:24:03.061Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3283 | 2026-05-27T05:24:03.076Z | Checking hickory-resolver v0.25.2 |
| 3284 | 2026-05-27T05:24:03.150Z | Checking hickory-proto v0.26.1 |
| 3285 | 2026-05-27T05:24:03.170Z | Checking half v1.8.3 |
| 3286 | 2026-05-27T05:24:03.232Z | Checking path-slash v0.1.5 |
| 3287 | 2026-05-27T05:24:03.364Z | Checking utf-8 v0.7.6 |
| 3288 | 2026-05-27T05:24:03.372Z | Checking void v1.0.2 |
| 3289 | 2026-05-27T05:24:03.481Z | Checking tungstenite v0.23.0 |
| 3290 | 2026-05-27T05:24:03.481Z | Checking lzss v0.8.2 |
| 3291 | 2026-05-27T05:24:03.689Z | Checking serde_cbor v0.11.2 |
| 3292 | 2026-05-27T05:24:03.806Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3293 | 2026-05-27T05:24:03.871Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3294 | 2026-05-27T05:24:03.912Z | Checking nix v0.27.1 |
| 3295 | 2026-05-27T05:24:03.967Z | Checking kstat-rs v0.2.4 |
| 3296 | 2026-05-27T05:24:04.098Z | Checking fxhash v0.2.1 |
| 3297 | 2026-05-27T05:24:04.103Z | Checking serde_bytes v0.11.19 |
| 3298 | 2026-05-27T05:24:04.157Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3299 | 2026-05-27T05:24:04.195Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3300 | 2026-05-27T05:24:04.281Z | Checking tokio-tungstenite v0.23.1 |
| 3301 | 2026-05-27T05:24:04.415Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3302 | 2026-05-27T05:24:04.467Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3303 | 2026-05-27T05:24:04.504Z | Checking signal-hook-tokio v0.3.1 |
| 3304 | 2026-05-27T05:24:04.684Z | Compiling typify-macro v0.6.2 |
| 3305 | 2026-05-27T05:24:05.427Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3306 | 2026-05-27T05:24:05.824Z | Compiling typify v0.6.2 |
| 3307 | 2026-05-27T05:24:05.904Z | Compiling progenitor-impl v0.13.0 |
| 3308 | 2026-05-27T05:24:05.904Z | Compiling progenitor-impl v0.14.0 |
| 3309 | 2026-05-27T05:24:06.318Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3310 | 2026-05-27T05:24:06.648Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3311 | 2026-05-27T05:24:07.505Z | Compiling progenitor-macro v0.13.0 |
| 3312 | 2026-05-27T05:24:07.542Z | Compiling progenitor-macro v0.14.0 |
| 3313 | 2026-05-27T05:24:09.920Z | Checking progenitor v0.13.0 |
| 3314 | 2026-05-27T05:24:10.046Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3315 | 2026-05-27T05:24:10.222Z | Checking progenitor v0.14.0 |
| 3316 | 2026-05-27T05:24:10.339Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3317 | 2026-05-27T05:24:13.050Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3318 | 2026-05-27T05:24:20.724Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3319 | 2026-05-27T05:24:27.047Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3320 | 2026-05-27T05:24:28.416Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3321 | 2026-05-27T05:24:28.929Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3322 | 2026-05-27T05:24:31.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.29s |
| 3323 | 2026-05-27T05:24:31.222Z | |
| 3324 | 2026-05-27T05:24:31.223Z | info: running `cargo check --bins` on gateway-api (134/295) |
| 3325 | 2026-05-27T05:24:31.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3326 | 2026-05-27T05:24:31.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3327 | 2026-05-27T05:24:31.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3328 | 2026-05-27T05:24:31.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3329 | 2026-05-27T05:24:31.822Z | |
| 3330 | 2026-05-27T05:24:31.822Z | info: running `cargo check --bins` on ipcc (135/295) |
| 3331 | 2026-05-27T05:24:32.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3332 | 2026-05-27T05:24:32.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3333 | 2026-05-27T05:24:32.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3334 | 2026-05-27T05:24:32.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3335 | 2026-05-27T05:24:32.419Z | |
| 3336 | 2026-05-27T05:24:32.419Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (136/295) |
| 3337 | 2026-05-27T05:24:32.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3338 | 2026-05-27T05:24:32.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3339 | 2026-05-27T05:24:32.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3340 | 2026-05-27T05:24:32.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3341 | 2026-05-27T05:24:33.003Z | |
| 3342 | 2026-05-27T05:24:33.003Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/295) |
| 3343 | 2026-05-27T05:24:33.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3344 | 2026-05-27T05:24:33.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3345 | 2026-05-27T05:24:33.526Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3346 | 2026-05-27T05:24:33.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3347 | 2026-05-27T05:24:33.623Z | |
| 3348 | 2026-05-27T05:24:33.623Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/295) |
| 3349 | 2026-05-27T05:24:34.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3350 | 2026-05-27T05:24:34.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3351 | 2026-05-27T05:24:34.138Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3352 | 2026-05-27T05:24:34.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3353 | 2026-05-27T05:24:34.230Z | |
| 3354 | 2026-05-27T05:24:34.230Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/295) |
| 3355 | 2026-05-27T05:24:34.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3356 | 2026-05-27T05:24:34.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3357 | 2026-05-27T05:24:34.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3358 | 2026-05-27T05:24:34.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3359 | 2026-05-27T05:24:34.836Z | |
| 3360 | 2026-05-27T05:24:34.836Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/295) |
| 3361 | 2026-05-27T05:24:35.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3362 | 2026-05-27T05:24:35.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3363 | 2026-05-27T05:24:35.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3364 | 2026-05-27T05:24:35.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3365 | 2026-05-27T05:24:35.440Z | |
| 3366 | 2026-05-27T05:24:35.440Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/295) |
| 3367 | 2026-05-27T05:24:35.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3368 | 2026-05-27T05:24:35.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3369 | 2026-05-27T05:24:35.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3370 | 2026-05-27T05:24:35.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3371 | 2026-05-27T05:24:36.065Z | |
| 3372 | 2026-05-27T05:24:36.065Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/295) |
| 3373 | 2026-05-27T05:24:36.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3374 | 2026-05-27T05:24:36.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3375 | 2026-05-27T05:24:36.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3376 | 2026-05-27T05:24:36.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3377 | 2026-05-27T05:24:36.673Z | |
| 3378 | 2026-05-27T05:24:36.673Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/295) |
| 3379 | 2026-05-27T05:24:37.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3380 | 2026-05-27T05:24:37.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3381 | 2026-05-27T05:24:37.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3382 | 2026-05-27T05:24:37.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3383 | 2026-05-27T05:24:37.279Z | |
| 3384 | 2026-05-27T05:24:37.279Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/295) |
| 3385 | 2026-05-27T05:24:37.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3386 | 2026-05-27T05:24:37.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3387 | 2026-05-27T05:24:37.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3388 | 2026-05-27T05:24:37.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3389 | 2026-05-27T05:24:37.887Z | |
| 3390 | 2026-05-27T05:24:37.887Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/295) |
| 3391 | 2026-05-27T05:24:38.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3392 | 2026-05-27T05:24:38.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3393 | 2026-05-27T05:24:38.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3394 | 2026-05-27T05:24:38.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3395 | 2026-05-27T05:24:38.490Z | |
| 3396 | 2026-05-27T05:24:38.490Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/295) |
| 3397 | 2026-05-27T05:24:38.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3398 | 2026-05-27T05:24:39.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3399 | 2026-05-27T05:24:39.003Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3400 | 2026-05-27T05:24:39.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3401 | 2026-05-27T05:24:39.097Z | |
| 3402 | 2026-05-27T05:24:39.097Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/295) |
| 3403 | 2026-05-27T05:24:39.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3404 | 2026-05-27T05:24:39.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3405 | 2026-05-27T05:24:39.607Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3406 | 2026-05-27T05:24:39.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3407 | 2026-05-27T05:24:39.701Z | |
| 3408 | 2026-05-27T05:24:39.701Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/295) |
| 3409 | 2026-05-27T05:24:40.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3410 | 2026-05-27T05:24:40.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3411 | 2026-05-27T05:24:40.229Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3412 | 2026-05-27T05:24:40.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3413 | 2026-05-27T05:24:40.326Z | |
| 3414 | 2026-05-27T05:24:40.326Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/295) |
| 3415 | 2026-05-27T05:24:40.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3416 | 2026-05-27T05:24:40.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3417 | 2026-05-27T05:24:40.853Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3418 | 2026-05-27T05:24:40.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3419 | 2026-05-27T05:24:40.951Z | |
| 3420 | 2026-05-27T05:24:40.951Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/295) |
| 3421 | 2026-05-27T05:24:41.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3422 | 2026-05-27T05:24:41.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3423 | 2026-05-27T05:24:41.476Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3424 | 2026-05-27T05:24:41.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3425 | 2026-05-27T05:24:41.572Z | |
| 3426 | 2026-05-27T05:24:41.573Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/295) |
| 3427 | 2026-05-27T05:24:42.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3428 | 2026-05-27T05:24:42.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3429 | 2026-05-27T05:24:42.099Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3430 | 2026-05-27T05:24:42.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3431 | 2026-05-27T05:24:42.197Z | |
| 3432 | 2026-05-27T05:24:42.197Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/295) |
| 3433 | 2026-05-27T05:24:42.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3434 | 2026-05-27T05:24:42.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3435 | 2026-05-27T05:24:42.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3436 | 2026-05-27T05:24:42.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3437 | 2026-05-27T05:24:42.822Z | |
| 3438 | 2026-05-27T05:24:42.822Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/295) |
| 3439 | 2026-05-27T05:24:43.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3440 | 2026-05-27T05:24:43.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3441 | 2026-05-27T05:24:43.347Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3442 | 2026-05-27T05:24:43.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3443 | 2026-05-27T05:24:43.447Z | |
| 3444 | 2026-05-27T05:24:43.447Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/295) |
| 3445 | 2026-05-27T05:24:43.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3446 | 2026-05-27T05:24:43.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3447 | 2026-05-27T05:24:43.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3448 | 2026-05-27T05:24:43.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3449 | 2026-05-27T05:24:44.068Z | |
| 3450 | 2026-05-27T05:24:44.068Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/295) |
| 3451 | 2026-05-27T05:24:44.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3452 | 2026-05-27T05:24:44.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3453 | 2026-05-27T05:24:44.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3454 | 2026-05-27T05:24:44.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3455 | 2026-05-27T05:24:44.691Z | |
| 3456 | 2026-05-27T05:24:44.691Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/295) |
| 3457 | 2026-05-27T05:24:45.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3458 | 2026-05-27T05:24:45.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3459 | 2026-05-27T05:24:45.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3460 | 2026-05-27T05:24:45.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3461 | 2026-05-27T05:24:45.317Z | |
| 3462 | 2026-05-27T05:24:45.317Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/295) |
| 3463 | 2026-05-27T05:24:45.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3464 | 2026-05-27T05:24:45.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3465 | 2026-05-27T05:24:45.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3466 | 2026-05-27T05:24:45.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3467 | 2026-05-27T05:24:45.940Z | |
| 3468 | 2026-05-27T05:24:45.940Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/295) |
| 3469 | 2026-05-27T05:24:46.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3470 | 2026-05-27T05:24:46.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3471 | 2026-05-27T05:24:46.451Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3472 | 2026-05-27T05:24:46.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3473 | 2026-05-27T05:24:46.545Z | |
| 3474 | 2026-05-27T05:24:46.545Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/295) |
| 3475 | 2026-05-27T05:24:47.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3476 | 2026-05-27T05:24:47.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3477 | 2026-05-27T05:24:47.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3478 | 2026-05-27T05:24:47.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3479 | 2026-05-27T05:24:47.150Z | |
| 3480 | 2026-05-27T05:24:47.150Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/295) |
| 3481 | 2026-05-27T05:24:47.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3482 | 2026-05-27T05:24:47.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3483 | 2026-05-27T05:24:47.661Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3484 | 2026-05-27T05:24:47.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3485 | 2026-05-27T05:24:47.755Z | |
| 3486 | 2026-05-27T05:24:47.755Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/295) |
| 3487 | 2026-05-27T05:24:48.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3488 | 2026-05-27T05:24:48.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3489 | 2026-05-27T05:24:48.267Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3490 | 2026-05-27T05:24:48.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3491 | 2026-05-27T05:24:48.362Z | |
| 3492 | 2026-05-27T05:24:48.362Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/295) |
| 3493 | 2026-05-27T05:24:48.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3494 | 2026-05-27T05:24:48.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3495 | 2026-05-27T05:24:48.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3496 | 2026-05-27T05:24:48.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3497 | 2026-05-27T05:24:48.968Z | |
| 3498 | 2026-05-27T05:24:48.968Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/295) |
| 3499 | 2026-05-27T05:24:49.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3500 | 2026-05-27T05:24:49.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3501 | 2026-05-27T05:24:49.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3502 | 2026-05-27T05:24:49.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3503 | 2026-05-27T05:24:49.573Z | |
| 3504 | 2026-05-27T05:24:49.573Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/295) |
| 3505 | 2026-05-27T05:24:50.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3506 | 2026-05-27T05:24:50.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3507 | 2026-05-27T05:24:50.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3508 | 2026-05-27T05:24:50.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3509 | 2026-05-27T05:24:50.179Z | |
| 3510 | 2026-05-27T05:24:50.180Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/295) |
| 3511 | 2026-05-27T05:24:50.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3512 | 2026-05-27T05:24:50.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3513 | 2026-05-27T05:24:50.692Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3514 | 2026-05-27T05:24:50.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3515 | 2026-05-27T05:24:50.784Z | |
| 3516 | 2026-05-27T05:24:50.785Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/295) |
| 3517 | 2026-05-27T05:24:51.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3518 | 2026-05-27T05:24:51.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3519 | 2026-05-27T05:24:51.309Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3520 | 2026-05-27T05:24:51.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3521 | 2026-05-27T05:24:51.406Z | |
| 3522 | 2026-05-27T05:24:51.406Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/295) |
| 3523 | 2026-05-27T05:24:51.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3524 | 2026-05-27T05:24:51.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3525 | 2026-05-27T05:24:51.931Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3526 | 2026-05-27T05:24:51.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3527 | 2026-05-27T05:24:52.029Z | |
| 3528 | 2026-05-27T05:24:52.029Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/295) |
| 3529 | 2026-05-27T05:24:52.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3530 | 2026-05-27T05:24:52.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3531 | 2026-05-27T05:24:52.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3532 | 2026-05-27T05:24:52.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3533 | 2026-05-27T05:24:52.649Z | |
| 3534 | 2026-05-27T05:24:52.649Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/295) |
| 3535 | 2026-05-27T05:24:53.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3536 | 2026-05-27T05:24:53.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3537 | 2026-05-27T05:24:53.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3538 | 2026-05-27T05:24:53.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3539 | 2026-05-27T05:24:53.273Z | |
| 3540 | 2026-05-27T05:24:53.273Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/295) |
| 3541 | 2026-05-27T05:24:53.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3542 | 2026-05-27T05:24:53.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3543 | 2026-05-27T05:24:53.797Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3544 | 2026-05-27T05:24:53.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3545 | 2026-05-27T05:24:53.896Z | |
| 3546 | 2026-05-27T05:24:53.896Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/295) |
| 3547 | 2026-05-27T05:24:54.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3548 | 2026-05-27T05:24:54.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3549 | 2026-05-27T05:24:54.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3550 | 2026-05-27T05:24:54.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3551 | 2026-05-27T05:24:54.519Z | |
| 3552 | 2026-05-27T05:24:54.519Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/295) |
| 3553 | 2026-05-27T05:24:55.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3554 | 2026-05-27T05:24:55.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3555 | 2026-05-27T05:24:55.047Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3556 | 2026-05-27T05:24:55.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3557 | 2026-05-27T05:24:55.143Z | |
| 3558 | 2026-05-27T05:24:55.143Z | info: running `cargo check --bins` on oximeter-producer (173/295) |
| 3559 | 2026-05-27T05:24:55.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3560 | 2026-05-27T05:24:55.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3561 | 2026-05-27T05:24:55.685Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3562 | 2026-05-27T05:24:55.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3563 | 2026-05-27T05:24:55.787Z | |
| 3564 | 2026-05-27T05:24:55.787Z | info: running `cargo check --bins` on internal-dns-resolver (174/295) |
| 3565 | 2026-05-27T05:24:56.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3566 | 2026-05-27T05:24:56.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3567 | 2026-05-27T05:24:56.304Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3568 | 2026-05-27T05:24:56.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3569 | 2026-05-27T05:24:56.400Z | |
| 3570 | 2026-05-27T05:24:56.401Z | info: running `cargo check --bins` on dns-server (175/295) |
| 3571 | 2026-05-27T05:24:56.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3572 | 2026-05-27T05:24:56.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3573 | 2026-05-27T05:24:57.061Z | Compiling parking_lot_core v0.8.6 |
| 3574 | 2026-05-27T05:24:57.061Z | Compiling atomicwrites v0.4.4 |
| 3575 | 2026-05-27T05:24:57.064Z | Compiling git-stub v1.0.0 |
| 3576 | 2026-05-27T05:24:57.064Z | Checking prefix-trie v0.7.0 |
| 3577 | 2026-05-27T05:24:57.064Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3578 | 2026-05-27T05:24:57.304Z | Compiling git-stub-vcs v0.1.0 |
| 3579 | 2026-05-27T05:24:57.470Z | Checking hickory-server v0.25.2 |
| 3580 | 2026-05-27T05:24:57.570Z | Checking parking_lot v0.11.2 |
| 3581 | 2026-05-27T05:24:57.584Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3582 | 2026-05-27T05:24:57.643Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3583 | 2026-05-27T05:24:57.646Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3584 | 2026-05-27T05:24:57.749Z | Checking sled v0.34.7 |
| 3585 | 2026-05-27T05:24:59.042Z | error[E0271]: expected `Answers` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3586 | 2026-05-27T05:24:59.042Z | --> dns-server/src/dns_server.rs:487:12 |
| 3587 | 2026-05-27T05:24:59.042Z | | |
| 3588 | 2026-05-27T05:24:59.042Z | 487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>, |
| 3589 | 2026-05-27T05:24:59.043Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3590 | 2026-05-27T05:24:59.043Z | | |
| 3591 | 2026-05-27T05:24:59.043Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3592 | 2026-05-27T05:24:59.043Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3593 | 2026-05-27T05:24:59.043Z | | |
| 3594 | 2026-05-27T05:24:59.043Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3595 | 2026-05-27T05:24:59.043Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3596 | 2026-05-27T05:24:59.043Z | | |
| 3597 | 2026-05-27T05:24:59.043Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3598 | 2026-05-27T05:24:59.043Z | | |
| 3599 | 2026-05-27T05:24:59.043Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3600 | 2026-05-27T05:24:59.043Z | | ---------------------------------------- this is the found type |
| 3601 | 2026-05-27T05:24:59.043Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3602 | 2026-05-27T05:24:59.043Z | note: required by a bound in `MessageResponse` |
| 3603 | 2026-05-27T05:24:59.043Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23 |
| 3604 | 2026-05-27T05:24:59.043Z | | |
| 3605 | 2026-05-27T05:24:59.043Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3606 | 2026-05-27T05:24:59.043Z | | --------------- required by a bound in this struct |
| 3607 | 2026-05-27T05:24:59.043Z | 22 | where |
| 3608 | 2026-05-27T05:24:59.043Z | 23 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3609 | 2026-05-27T05:24:59.043Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3610 | 2026-05-27T05:24:59.043Z | |
| 3611 | 2026-05-27T05:24:59.043Z | error[E0271]: expected `NameServers` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3612 | 2026-05-27T05:24:59.043Z | --> dns-server/src/dns_server.rs:487:12 |
| 3613 | 2026-05-27T05:24:59.043Z | | |
| 3614 | 2026-05-27T05:24:59.043Z | 487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>, |
| 3615 | 2026-05-27T05:24:59.044Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3616 | 2026-05-27T05:24:59.044Z | | |
| 3617 | 2026-05-27T05:24:59.044Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3618 | 2026-05-27T05:24:59.044Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3619 | 2026-05-27T05:24:59.044Z | | |
| 3620 | 2026-05-27T05:24:59.044Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3621 | 2026-05-27T05:24:59.044Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3622 | 2026-05-27T05:24:59.044Z | | |
| 3623 | 2026-05-27T05:24:59.044Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3624 | 2026-05-27T05:24:59.044Z | | |
| 3625 | 2026-05-27T05:24:59.044Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3626 | 2026-05-27T05:24:59.044Z | | ---------------------------------------- this is the found type |
| 3627 | 2026-05-27T05:24:59.044Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3628 | 2026-05-27T05:24:59.044Z | note: required by a bound in `MessageResponse` |
| 3629 | 2026-05-27T05:24:59.044Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:24:27 |
| 3630 | 2026-05-27T05:24:59.044Z | | |
| 3631 | 2026-05-27T05:24:59.044Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3632 | 2026-05-27T05:24:59.044Z | | --------------- required by a bound in this struct |
| 3633 | 2026-05-27T05:24:59.044Z | ... |
| 3634 | 2026-05-27T05:24:59.044Z | 24 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3635 | 2026-05-27T05:24:59.044Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3636 | 2026-05-27T05:24:59.044Z | |
| 3637 | 2026-05-27T05:24:59.044Z | error[E0271]: expected `Soa` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3638 | 2026-05-27T05:24:59.044Z | --> dns-server/src/dns_server.rs:487:12 |
| 3639 | 2026-05-27T05:24:59.045Z | | |
| 3640 | 2026-05-27T05:24:59.045Z | 487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>, |
| 3641 | 2026-05-27T05:24:59.045Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3642 | 2026-05-27T05:24:59.045Z | | |
| 3643 | 2026-05-27T05:24:59.045Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3644 | 2026-05-27T05:24:59.045Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3645 | 2026-05-27T05:24:59.045Z | | |
| 3646 | 2026-05-27T05:24:59.045Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3647 | 2026-05-27T05:24:59.045Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3648 | 2026-05-27T05:24:59.045Z | | |
| 3649 | 2026-05-27T05:24:59.045Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3650 | 2026-05-27T05:24:59.045Z | | |
| 3651 | 2026-05-27T05:24:59.045Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3652 | 2026-05-27T05:24:59.045Z | | ---------------------------------------- this is the found type |
| 3653 | 2026-05-27T05:24:59.045Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3654 | 2026-05-27T05:24:59.045Z | note: required by a bound in `MessageResponse` |
| 3655 | 2026-05-27T05:24:59.045Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:25:19 |
| 3656 | 2026-05-27T05:24:59.045Z | | |
| 3657 | 2026-05-27T05:24:59.045Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3658 | 2026-05-27T05:24:59.045Z | | --------------- required by a bound in this struct |
| 3659 | 2026-05-27T05:24:59.045Z | ... |
| 3660 | 2026-05-27T05:24:59.045Z | 25 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 3661 | 2026-05-27T05:24:59.045Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3662 | 2026-05-27T05:24:59.045Z | |
| 3663 | 2026-05-27T05:24:59.045Z | error[E0271]: expected `Additionals` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3664 | 2026-05-27T05:24:59.046Z | --> dns-server/src/dns_server.rs:487:12 |
| 3665 | 2026-05-27T05:24:59.046Z | | |
| 3666 | 2026-05-27T05:24:59.046Z | 487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>, |
| 3667 | 2026-05-27T05:24:59.046Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3668 | 2026-05-27T05:24:59.046Z | | |
| 3669 | 2026-05-27T05:24:59.046Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3670 | 2026-05-27T05:24:59.046Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3671 | 2026-05-27T05:24:59.046Z | | |
| 3672 | 2026-05-27T05:24:59.046Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3673 | 2026-05-27T05:24:59.046Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3674 | 2026-05-27T05:24:59.046Z | | |
| 3675 | 2026-05-27T05:24:59.046Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3676 | 2026-05-27T05:24:59.046Z | | |
| 3677 | 2026-05-27T05:24:59.046Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3678 | 2026-05-27T05:24:59.046Z | | ---------------------------------------- this is the found type |
| 3679 | 2026-05-27T05:24:59.046Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3680 | 2026-05-27T05:24:59.046Z | note: required by a bound in `MessageResponse` |
| 3681 | 2026-05-27T05:24:59.046Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27 |
| 3682 | 2026-05-27T05:24:59.046Z | | |
| 3683 | 2026-05-27T05:24:59.046Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3684 | 2026-05-27T05:24:59.046Z | | --------------- required by a bound in this struct |
| 3685 | 2026-05-27T05:24:59.050Z | ... |
| 3686 | 2026-05-27T05:24:59.050Z | 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 3687 | 2026-05-27T05:24:59.051Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3688 | 2026-05-27T05:24:59.051Z | |
| 3689 | 2026-05-27T05:24:59.180Z | error[E0599]: no function or associated item named `read` found for struct `MessageRequest` in the current scope |
| 3690 | 2026-05-27T05:24:59.180Z | --> dns-server/src/dns_server.rs:161:36 |
| 3691 | 2026-05-27T05:24:59.180Z | | |
| 3692 | 2026-05-27T05:24:59.180Z | 161 | let mr = match MessageRequest::read(&mut dec) { |
| 3693 | 2026-05-27T05:24:59.180Z | | ^^^^ function or associated item not found in `MessageRequest` |
| 3694 | 2026-05-27T05:24:59.180Z | | |
| 3695 | 2026-05-27T05:24:59.180Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3696 | 2026-05-27T05:24:59.180Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/serialize/binary/mod.rs:44:1 |
| 3697 | 2026-05-27T05:24:59.180Z | | |
| 3698 | 2026-05-27T05:24:59.180Z | 44 | pub trait BinDecodable<'r>: Sized { |
| 3699 | 2026-05-27T05:24:59.180Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait |
| 3700 | 2026-05-27T05:24:59.180Z | | |
| 3701 | 2026-05-27T05:24:59.180Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/serialize/binary/mod.rs:45:1 |
| 3702 | 2026-05-27T05:24:59.180Z | | |
| 3703 | 2026-05-27T05:24:59.180Z | 45 | pub trait BinDecodable<'r>: Sized { |
| 3704 | 2026-05-27T05:24:59.180Z | | --------------------------------- this is the trait that was imported |
| 3705 | 2026-05-27T05:24:59.180Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3706 | 2026-05-27T05:24:59.181Z | |
| 3707 | 2026-05-27T05:24:59.190Z | error[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope |
| 3708 | 2026-05-27T05:24:59.190Z | --> dns-server/src/dns_server.rs:173:34 |
| 3709 | 2026-05-27T05:24:59.190Z | | |
| 3710 | 2026-05-27T05:24:59.190Z | 173 | let header = Header::response_from_request(mr.header()); |
| 3711 | 2026-05-27T05:24:59.191Z | | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header` |
| 3712 | 2026-05-27T05:24:59.191Z | | |
| 3713 | 2026-05-27T05:24:59.191Z | note: the function `response_from_request` is implemented on `hickory_proto::op::Metadata` |
| 3714 | 2026-05-27T05:24:59.191Z | --> dns-server/src/dns_server.rs:173:26 |
| 3715 | 2026-05-27T05:24:59.191Z | | |
| 3716 | 2026-05-27T05:24:59.191Z | 173 | let header = Header::response_from_request(mr.header()); |
| 3717 | 2026-05-27T05:24:59.191Z | | ^^^^^^ |
| 3718 | 2026-05-27T05:24:59.191Z | |
| 3719 | 2026-05-27T05:24:59.208Z | error[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope |
| 3720 | 2026-05-27T05:24:59.208Z | --> dns-server/src/dns_server.rs:273:30 |
| 3721 | 2026-05-27T05:24:59.209Z | | |
| 3722 | 2026-05-27T05:24:59.209Z | 273 | let mut header = Header::response_from_request(mr.header()); |
| 3723 | 2026-05-27T05:24:59.209Z | | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header` |
| 3724 | 2026-05-27T05:24:59.209Z | | |
| 3725 | 2026-05-27T05:24:59.209Z | note: the function `response_from_request` is implemented on `hickory_proto::op::Metadata` |
| 3726 | 2026-05-27T05:24:59.209Z | --> dns-server/src/dns_server.rs:273:22 |
| 3727 | 2026-05-27T05:24:59.209Z | | |
| 3728 | 2026-05-27T05:24:59.209Z | 273 | let mut header = Header::response_from_request(mr.header()); |
| 3729 | 2026-05-27T05:24:59.209Z | | ^^^^^^ |
| 3730 | 2026-05-27T05:24:59.209Z | |
| 3731 | 2026-05-27T05:24:59.223Z | error[E0308]: mismatched types |
| 3732 | 2026-05-27T05:24:59.223Z | --> dns-server/src/dns_server.rs:299:30 |
| 3733 | 2026-05-27T05:24:59.223Z | | |
| 3734 | 2026-05-27T05:24:59.223Z | 299 | let answer = store.query(query)?; |
| 3735 | 2026-05-27T05:24:59.223Z | | ----- ^^^^^ expected `hickory_proto::op::LowerQuery`, found `LowerQuery` |
| 3736 | 2026-05-27T05:24:59.223Z | | | |
| 3737 | 2026-05-27T05:24:59.223Z | | arguments to this method are incorrect |
| 3738 | 2026-05-27T05:24:59.223Z | | |
| 3739 | 2026-05-27T05:24:59.223Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3740 | 2026-05-27T05:24:59.223Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/lower_query.rs:22:1 |
| 3741 | 2026-05-27T05:24:59.223Z | | |
| 3742 | 2026-05-27T05:24:59.223Z | 22 | pub struct LowerQuery { |
| 3743 | 2026-05-27T05:24:59.223Z | | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3744 | 2026-05-27T05:24:59.223Z | | |
| 3745 | 2026-05-27T05:24:59.223Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/lower_query.rs:18:1 |
| 3746 | 2026-05-27T05:24:59.223Z | | |
| 3747 | 2026-05-27T05:24:59.223Z | 18 | pub struct LowerQuery { |
| 3748 | 2026-05-27T05:24:59.224Z | | --------------------- this is the found type |
| 3749 | 2026-05-27T05:24:59.224Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3750 | 2026-05-27T05:24:59.224Z | note: method defined here |
| 3751 | 2026-05-27T05:24:59.224Z | --> dns-server/src/storage.rs:762:19 |
| 3752 | 2026-05-27T05:24:59.224Z | | |
| 3753 | 2026-05-27T05:24:59.224Z | 762 | pub(crate) fn query( |
| 3754 | 2026-05-27T05:24:59.224Z | | ^^^^^ |
| 3755 | 2026-05-27T05:24:59.224Z | 763 | &self, |
| 3756 | 2026-05-27T05:24:59.224Z | 764 | query: &LowerQuery, |
| 3757 | 2026-05-27T05:24:59.224Z | | ------------------ |
| 3758 | 2026-05-27T05:24:59.224Z | |
| 3759 | 2026-05-27T05:24:59.228Z | error[E0308]: mismatched types |
| 3760 | 2026-05-27T05:24:59.228Z | --> dns-server/src/dns_server.rs:311:55 |
| 3761 | 2026-05-27T05:24:59.228Z | | |
| 3762 | 2026-05-27T05:24:59.228Z | 311 | if answer.name.is_none() && query.query_type() == RecordType::SOA { |
| 3763 | 2026-05-27T05:24:59.228Z | | ------------------ ^^^^^^^^^^^^^^^ expected `RecordType`, found `hickory_proto::rr::RecordType` |
| 3764 | 2026-05-27T05:24:59.228Z | | | |
| 3765 | 2026-05-27T05:24:59.228Z | | expected because this is `hickory_resolver::hickory_proto::rr::RecordType` |
| 3766 | 2026-05-27T05:24:59.228Z | | |
| 3767 | 2026-05-27T05:24:59.228Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3768 | 2026-05-27T05:24:59.228Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/record_type.rs:33:1 |
| 3769 | 2026-05-27T05:24:59.228Z | | |
| 3770 | 2026-05-27T05:24:59.228Z | 33 | pub enum RecordType { |
| 3771 | 2026-05-27T05:24:59.228Z | | ^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3772 | 2026-05-27T05:24:59.228Z | | |
| 3773 | 2026-05-27T05:24:59.229Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record_type.rs:33:1 |
| 3774 | 2026-05-27T05:24:59.229Z | | |
| 3775 | 2026-05-27T05:24:59.229Z | 33 | pub enum RecordType { |
| 3776 | 2026-05-27T05:24:59.229Z | | ------------------- this is the found type |
| 3777 | 2026-05-27T05:24:59.229Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3778 | 2026-05-27T05:24:59.229Z | |
| 3779 | 2026-05-27T05:24:59.240Z | error[E0599]: no method named `data` found for reference `&hickory_proto::rr::Record` in the current scope |
| 3780 | 2026-05-27T05:24:59.240Z | --> dns-server/src/dns_server.rs:327:60 |
| 3781 | 2026-05-27T05:24:59.240Z | | |
| 3782 | 2026-05-27T05:24:59.241Z | 327 | .filter(|record| match (query.query_type(), record.data()) { |
| 3783 | 2026-05-27T05:24:59.241Z | | ^^^^-- help: remove the arguments |
| 3784 | 2026-05-27T05:24:59.241Z | | | |
| 3785 | 2026-05-27T05:24:59.241Z | | field, not a method |
| 3786 | 2026-05-27T05:24:59.241Z | |
| 3787 | 2026-05-27T05:24:59.254Z | error[E0599]: no method named `data` found for struct `hickory_proto::rr::Record<R>` in the current scope |
| 3788 | 2026-05-27T05:24:59.254Z | --> dns-server/src/dns_server.rs:348:51 |
| 3789 | 2026-05-27T05:24:59.254Z | | |
| 3790 | 2026-05-27T05:24:59.254Z | 348 | let additionals_target = match record.data() { |
| 3791 | 2026-05-27T05:24:59.254Z | | ^^^^-- help: remove the arguments |
| 3792 | 2026-05-27T05:24:59.254Z | | | |
| 3793 | 2026-05-27T05:24:59.254Z | | field, not a method |
| 3794 | 2026-05-27T05:24:59.254Z | |
| 3795 | 2026-05-27T05:24:59.268Z | error[E0599]: no method named `target` found for struct `hickory_proto::rr::rdata::SRV` in the current scope |
| 3796 | 2026-05-27T05:24:59.268Z | --> dns-server/src/dns_server.rs:349:45 |
| 3797 | 2026-05-27T05:24:59.268Z | | |
| 3798 | 2026-05-27T05:24:59.268Z | 349 | RData::SRV(srv) => Some(srv.target()), |
| 3799 | 2026-05-27T05:24:59.268Z | | ^^^^^^-- help: remove the arguments |
| 3800 | 2026-05-27T05:24:59.268Z | | | |
| 3801 | 2026-05-27T05:24:59.268Z | | field, not a method |
| 3802 | 2026-05-27T05:24:59.268Z | |
| 3803 | 2026-05-27T05:24:59.272Z | error[E0271]: type mismatch resolving `<Vec<&Record> as IntoIterator>::Item == &Record` |
| 3804 | 2026-05-27T05:24:59.272Z | --> dns-server/src/dns_server.rs:416:9 |
| 3805 | 2026-05-27T05:24:59.272Z | | |
| 3806 | 2026-05-27T05:24:59.272Z | 414 | let mresp = rb.build( |
| 3807 | 2026-05-27T05:24:59.272Z | | ----- required by a bound introduced by this call |
| 3808 | 2026-05-27T05:24:59.272Z | 415 | header, |
| 3809 | 2026-05-27T05:24:59.272Z | 416 | response_records.iter().collect::<Vec<&Record>>(), |
| 3810 | 2026-05-27T05:24:59.272Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3811 | 2026-05-27T05:24:59.272Z | | |
| 3812 | 2026-05-27T05:24:59.272Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3813 | 2026-05-27T05:24:59.272Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3814 | 2026-05-27T05:24:59.272Z | | |
| 3815 | 2026-05-27T05:24:59.272Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3816 | 2026-05-27T05:24:59.272Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3817 | 2026-05-27T05:24:59.273Z | | |
| 3818 | 2026-05-27T05:24:59.273Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3819 | 2026-05-27T05:24:59.273Z | | |
| 3820 | 2026-05-27T05:24:59.273Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3821 | 2026-05-27T05:24:59.273Z | | ---------------------------------------- this is the found type |
| 3822 | 2026-05-27T05:24:59.273Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3823 | 2026-05-27T05:24:59.273Z | note: the method call chain might not have had the expected associated types |
| 3824 | 2026-05-27T05:24:59.273Z | --> dns-server/src/dns_server.rs:416:26 |
| 3825 | 2026-05-27T05:24:59.273Z | | |
| 3826 | 2026-05-27T05:24:59.273Z | 411 | response_records: &[Record], |
| 3827 | 2026-05-27T05:24:59.273Z | | ---------------- this expression has type `&[Record]` |
| 3828 | 2026-05-27T05:24:59.273Z | ... |
| 3829 | 2026-05-27T05:24:59.273Z | 416 | response_records.iter().collect::<Vec<&Record>>(), |
| 3830 | 2026-05-27T05:24:59.273Z | | ^^^^^^ ------------------------- `IntoIterator::Item` remains `&Record` here |
| 3831 | 2026-05-27T05:24:59.273Z | | | |
| 3832 | 2026-05-27T05:24:59.273Z | | `IntoIterator::Item` is `&Record` here |
| 3833 | 2026-05-27T05:24:59.273Z | note: required by a bound in `MessageResponseBuilder::<'q>::build` |
| 3834 | 2026-05-27T05:24:59.273Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:138:25 |
| 3835 | 2026-05-27T05:24:59.273Z | | |
| 3836 | 2026-05-27T05:24:59.273Z | 129 | pub fn build<'a, A, N, S, D>( |
| 3837 | 2026-05-27T05:24:59.273Z | | ----- required by a bound in this associated function |
| 3838 | 2026-05-27T05:24:59.275Z | ... |
| 3839 | 2026-05-27T05:24:59.275Z | 138 | A: IntoIterator<Item = &'a Record> + Send + 'a, |
| 3840 | 2026-05-27T05:24:59.276Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build` |
| 3841 | 2026-05-27T05:24:59.276Z | |
| 3842 | 2026-05-27T05:24:59.280Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3843 | 2026-05-27T05:24:59.280Z | --> dns-server/src/dns_server.rs:414:20 |
| 3844 | 2026-05-27T05:24:59.280Z | | |
| 3845 | 2026-05-27T05:24:59.280Z | 414 | let mresp = rb.build( |
| 3846 | 2026-05-27T05:24:59.280Z | | ^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3847 | 2026-05-27T05:24:59.280Z | | |
| 3848 | 2026-05-27T05:24:59.280Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3849 | 2026-05-27T05:24:59.280Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3850 | 2026-05-27T05:24:59.280Z | | |
| 3851 | 2026-05-27T05:24:59.280Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3852 | 2026-05-27T05:24:59.280Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3853 | 2026-05-27T05:24:59.280Z | | |
| 3854 | 2026-05-27T05:24:59.280Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3855 | 2026-05-27T05:24:59.281Z | | |
| 3856 | 2026-05-27T05:24:59.281Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3857 | 2026-05-27T05:24:59.281Z | | ---------------------------------------- this is the found type |
| 3858 | 2026-05-27T05:24:59.281Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3859 | 2026-05-27T05:24:59.281Z | note: required by a bound in `MessageResponse` |
| 3860 | 2026-05-27T05:24:59.281Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23 |
| 3861 | 2026-05-27T05:24:59.281Z | | |
| 3862 | 2026-05-27T05:24:59.281Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3863 | 2026-05-27T05:24:59.281Z | | --------------- required by a bound in this struct |
| 3864 | 2026-05-27T05:24:59.281Z | 22 | where |
| 3865 | 2026-05-27T05:24:59.281Z | 23 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3866 | 2026-05-27T05:24:59.281Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3867 | 2026-05-27T05:24:59.281Z | |
| 3868 | 2026-05-27T05:24:59.281Z | error[E0271]: type mismatch resolving `<&[Record] as IntoIterator>::Item == &Record` |
| 3869 | 2026-05-27T05:24:59.281Z | --> dns-server/src/dns_server.rs:419:9 |
| 3870 | 2026-05-27T05:24:59.281Z | | |
| 3871 | 2026-05-27T05:24:59.281Z | 414 | let mresp = rb.build( |
| 3872 | 2026-05-27T05:24:59.281Z | | ----- required by a bound introduced by this call |
| 3873 | 2026-05-27T05:24:59.281Z | ... |
| 3874 | 2026-05-27T05:24:59.281Z | 419 | additional_records, |
| 3875 | 2026-05-27T05:24:59.281Z | | ^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3876 | 2026-05-27T05:24:59.281Z | | |
| 3877 | 2026-05-27T05:24:59.281Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3878 | 2026-05-27T05:24:59.281Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3879 | 2026-05-27T05:24:59.281Z | | |
| 3880 | 2026-05-27T05:24:59.281Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3881 | 2026-05-27T05:24:59.282Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3882 | 2026-05-27T05:24:59.282Z | | |
| 3883 | 2026-05-27T05:24:59.282Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3884 | 2026-05-27T05:24:59.282Z | | |
| 3885 | 2026-05-27T05:24:59.282Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3886 | 2026-05-27T05:24:59.282Z | | ---------------------------------------- this is the found type |
| 3887 | 2026-05-27T05:24:59.282Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3888 | 2026-05-27T05:24:59.282Z | note: required by a bound in `MessageResponseBuilder::<'q>::build` |
| 3889 | 2026-05-27T05:24:59.282Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:144:25 |
| 3890 | 2026-05-27T05:24:59.282Z | | |
| 3891 | 2026-05-27T05:24:59.282Z | 129 | pub fn build<'a, A, N, S, D>( |
| 3892 | 2026-05-27T05:24:59.282Z | | ----- required by a bound in this associated function |
| 3893 | 2026-05-27T05:24:59.282Z | ... |
| 3894 | 2026-05-27T05:24:59.282Z | 144 | D: IntoIterator<Item = &'a Record> + Send + 'a, |
| 3895 | 2026-05-27T05:24:59.282Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build` |
| 3896 | 2026-05-27T05:24:59.282Z | |
| 3897 | 2026-05-27T05:24:59.282Z | error[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3898 | 2026-05-27T05:24:59.282Z | --> dns-server/src/dns_server.rs:414:20 |
| 3899 | 2026-05-27T05:24:59.282Z | | |
| 3900 | 2026-05-27T05:24:59.282Z | 414 | let mresp = rb.build( |
| 3901 | 2026-05-27T05:24:59.282Z | | ^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3902 | 2026-05-27T05:24:59.282Z | | |
| 3903 | 2026-05-27T05:24:59.282Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3904 | 2026-05-27T05:24:59.282Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3905 | 2026-05-27T05:24:59.282Z | | |
| 3906 | 2026-05-27T05:24:59.282Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3907 | 2026-05-27T05:24:59.282Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3908 | 2026-05-27T05:24:59.282Z | | |
| 3909 | 2026-05-27T05:24:59.283Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3910 | 2026-05-27T05:24:59.283Z | | |
| 3911 | 2026-05-27T05:24:59.283Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3912 | 2026-05-27T05:24:59.283Z | | ---------------------------------------- this is the found type |
| 3913 | 2026-05-27T05:24:59.283Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3914 | 2026-05-27T05:24:59.283Z | note: required by a bound in `MessageResponse` |
| 3915 | 2026-05-27T05:24:59.283Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27 |
| 3916 | 2026-05-27T05:24:59.283Z | | |
| 3917 | 2026-05-27T05:24:59.283Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3918 | 2026-05-27T05:24:59.283Z | | --------------- required by a bound in this struct |
| 3919 | 2026-05-27T05:24:59.283Z | ... |
| 3920 | 2026-05-27T05:24:59.283Z | 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 3921 | 2026-05-27T05:24:59.283Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3922 | 2026-05-27T05:24:59.283Z | |
| 3923 | 2026-05-27T05:24:59.283Z | error[E0308]: mismatched types |
| 3924 | 2026-05-27T05:24:59.283Z | --> dns-server/src/dns_server.rs:415:9 |
| 3925 | 2026-05-27T05:24:59.283Z | | |
| 3926 | 2026-05-27T05:24:59.283Z | 414 | let mresp = rb.build( |
| 3927 | 2026-05-27T05:24:59.283Z | | ----- arguments to this method are incorrect |
| 3928 | 2026-05-27T05:24:59.283Z | 415 | header, |
| 3929 | 2026-05-27T05:24:59.283Z | | ^^^^^^ expected `Header`, found `hickory_proto::op::Header` |
| 3930 | 2026-05-27T05:24:59.283Z | | |
| 3931 | 2026-05-27T05:24:59.283Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3932 | 2026-05-27T05:24:59.283Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1 |
| 3933 | 2026-05-27T05:24:59.283Z | | |
| 3934 | 2026-05-27T05:24:59.283Z | 57 | pub struct Header { |
| 3935 | 2026-05-27T05:24:59.283Z | | ^^^^^^^^^^^^^^^^^ this is the expected type |
| 3936 | 2026-05-27T05:24:59.283Z | | |
| 3937 | 2026-05-27T05:24:59.284Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1 |
| 3938 | 2026-05-27T05:24:59.284Z | | |
| 3939 | 2026-05-27T05:24:59.284Z | 57 | pub struct Header { |
| 3940 | 2026-05-27T05:24:59.284Z | | ----------------- this is the found type |
| 3941 | 2026-05-27T05:24:59.284Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3942 | 2026-05-27T05:24:59.288Z | note: method defined here |
| 3943 | 2026-05-27T05:24:59.288Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:129:12 |
| 3944 | 2026-05-27T05:24:59.288Z | | |
| 3945 | 2026-05-27T05:24:59.288Z | 129 | pub fn build<'a, A, N, S, D>( |
| 3946 | 2026-05-27T05:24:59.289Z | | ^^^^^ |
| 3947 | 2026-05-27T05:24:59.289Z | |
| 3948 | 2026-05-27T05:24:59.289Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3949 | 2026-05-27T05:24:59.289Z | --> dns-server/src/dns_server.rs:422:31 |
| 3950 | 2026-05-27T05:24:59.289Z | | |
| 3951 | 2026-05-27T05:24:59.289Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 3952 | 2026-05-27T05:24:59.289Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3953 | 2026-05-27T05:24:59.289Z | | | |
| 3954 | 2026-05-27T05:24:59.289Z | | required by a bound introduced by this call |
| 3955 | 2026-05-27T05:24:59.289Z | | |
| 3956 | 2026-05-27T05:24:59.289Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3957 | 2026-05-27T05:24:59.289Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3958 | 2026-05-27T05:24:59.289Z | | |
| 3959 | 2026-05-27T05:24:59.289Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3960 | 2026-05-27T05:24:59.289Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3961 | 2026-05-27T05:24:59.290Z | | |
| 3962 | 2026-05-27T05:24:59.290Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3963 | 2026-05-27T05:24:59.290Z | | |
| 3964 | 2026-05-27T05:24:59.290Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3965 | 2026-05-27T05:24:59.290Z | | ---------------------------------------- this is the found type |
| 3966 | 2026-05-27T05:24:59.290Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3967 | 2026-05-27T05:24:59.290Z | note: required by a bound in `encode_and_send` |
| 3968 | 2026-05-27T05:24:59.290Z | --> dns-server/src/dns_server.rs:492:27 |
| 3969 | 2026-05-27T05:24:59.290Z | | |
| 3970 | 2026-05-27T05:24:59.290Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3971 | 2026-05-27T05:24:59.290Z | | --------------- required by a bound in this function |
| 3972 | 2026-05-27T05:24:59.290Z | ... |
| 3973 | 2026-05-27T05:24:59.290Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3974 | 2026-05-27T05:24:59.290Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3975 | 2026-05-27T05:24:59.290Z | |
| 3976 | 2026-05-27T05:24:59.290Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3977 | 2026-05-27T05:24:59.290Z | --> dns-server/src/dns_server.rs:422:31 |
| 3978 | 2026-05-27T05:24:59.290Z | | |
| 3979 | 2026-05-27T05:24:59.290Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 3980 | 2026-05-27T05:24:59.290Z | | ^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3981 | 2026-05-27T05:24:59.290Z | | |
| 3982 | 2026-05-27T05:24:59.290Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3983 | 2026-05-27T05:24:59.290Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3984 | 2026-05-27T05:24:59.290Z | | |
| 3985 | 2026-05-27T05:24:59.290Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3986 | 2026-05-27T05:24:59.290Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3987 | 2026-05-27T05:24:59.290Z | | |
| 3988 | 2026-05-27T05:24:59.291Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3989 | 2026-05-27T05:24:59.291Z | | |
| 3990 | 2026-05-27T05:24:59.291Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3991 | 2026-05-27T05:24:59.291Z | | ---------------------------------------- this is the found type |
| 3992 | 2026-05-27T05:24:59.291Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3993 | 2026-05-27T05:24:59.291Z | note: required by a bound in `MessageResponse` |
| 3994 | 2026-05-27T05:24:59.291Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23 |
| 3995 | 2026-05-27T05:24:59.291Z | | |
| 3996 | 2026-05-27T05:24:59.291Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3997 | 2026-05-27T05:24:59.291Z | | --------------- required by a bound in this struct |
| 3998 | 2026-05-27T05:24:59.291Z | 22 | where |
| 3999 | 2026-05-27T05:24:59.291Z | 23 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 4000 | 2026-05-27T05:24:59.291Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 4001 | 2026-05-27T05:24:59.291Z | |
| 4002 | 2026-05-27T05:24:59.291Z | error[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4003 | 2026-05-27T05:24:59.291Z | --> dns-server/src/dns_server.rs:422:31 |
| 4004 | 2026-05-27T05:24:59.291Z | | |
| 4005 | 2026-05-27T05:24:59.291Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 4006 | 2026-05-27T05:24:59.291Z | | ^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 4007 | 2026-05-27T05:24:59.291Z | | |
| 4008 | 2026-05-27T05:24:59.291Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4009 | 2026-05-27T05:24:59.291Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4010 | 2026-05-27T05:24:59.291Z | | |
| 4011 | 2026-05-27T05:24:59.291Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4012 | 2026-05-27T05:24:59.291Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4013 | 2026-05-27T05:24:59.291Z | | |
| 4014 | 2026-05-27T05:24:59.291Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4015 | 2026-05-27T05:24:59.291Z | | |
| 4016 | 2026-05-27T05:24:59.292Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4017 | 2026-05-27T05:24:59.292Z | | ---------------------------------------- this is the found type |
| 4018 | 2026-05-27T05:24:59.292Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4019 | 2026-05-27T05:24:59.292Z | note: required by a bound in `MessageResponse` |
| 4020 | 2026-05-27T05:24:59.292Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27 |
| 4021 | 2026-05-27T05:24:59.292Z | | |
| 4022 | 2026-05-27T05:24:59.292Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 4023 | 2026-05-27T05:24:59.292Z | | --------------- required by a bound in this struct |
| 4024 | 2026-05-27T05:24:59.292Z | ... |
| 4025 | 2026-05-27T05:24:59.292Z | 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 4026 | 2026-05-27T05:24:59.292Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 4027 | 2026-05-27T05:24:59.292Z | |
| 4028 | 2026-05-27T05:24:59.292Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4029 | 2026-05-27T05:24:59.292Z | --> dns-server/src/dns_server.rs:422:5 |
| 4030 | 2026-05-27T05:24:59.292Z | | |
| 4031 | 2026-05-27T05:24:59.292Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 4032 | 2026-05-27T05:24:59.292Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4033 | 2026-05-27T05:24:59.292Z | | |
| 4034 | 2026-05-27T05:24:59.292Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4035 | 2026-05-27T05:24:59.292Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4036 | 2026-05-27T05:24:59.292Z | | |
| 4037 | 2026-05-27T05:24:59.292Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4038 | 2026-05-27T05:24:59.292Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4039 | 2026-05-27T05:24:59.292Z | | |
| 4040 | 2026-05-27T05:24:59.292Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4041 | 2026-05-27T05:24:59.292Z | | |
| 4042 | 2026-05-27T05:24:59.297Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4043 | 2026-05-27T05:24:59.297Z | | ---------------------------------------- this is the found type |
| 4044 | 2026-05-27T05:24:59.297Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4045 | 2026-05-27T05:24:59.297Z | note: required by a bound in `encode_and_send` |
| 4046 | 2026-05-27T05:24:59.298Z | --> dns-server/src/dns_server.rs:492:27 |
| 4047 | 2026-05-27T05:24:59.298Z | | |
| 4048 | 2026-05-27T05:24:59.298Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4049 | 2026-05-27T05:24:59.298Z | | --------------- required by a bound in this function |
| 4050 | 2026-05-27T05:24:59.298Z | ... |
| 4051 | 2026-05-27T05:24:59.298Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 4052 | 2026-05-27T05:24:59.298Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4053 | 2026-05-27T05:24:59.298Z | |
| 4054 | 2026-05-27T05:24:59.298Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4055 | 2026-05-27T05:24:59.298Z | --> dns-server/src/dns_server.rs:422:49 |
| 4056 | 2026-05-27T05:24:59.298Z | | |
| 4057 | 2026-05-27T05:24:59.298Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 4058 | 2026-05-27T05:24:59.298Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4059 | 2026-05-27T05:24:59.298Z | | |
| 4060 | 2026-05-27T05:24:59.298Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4061 | 2026-05-27T05:24:59.298Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4062 | 2026-05-27T05:24:59.298Z | | |
| 4063 | 2026-05-27T05:24:59.298Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4064 | 2026-05-27T05:24:59.298Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4065 | 2026-05-27T05:24:59.298Z | | |
| 4066 | 2026-05-27T05:24:59.298Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4067 | 2026-05-27T05:24:59.298Z | | |
| 4068 | 2026-05-27T05:24:59.298Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4069 | 2026-05-27T05:24:59.298Z | | ---------------------------------------- this is the found type |
| 4070 | 2026-05-27T05:24:59.298Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4071 | 2026-05-27T05:24:59.298Z | note: required by a bound in `encode_and_send` |
| 4072 | 2026-05-27T05:24:59.298Z | --> dns-server/src/dns_server.rs:492:27 |
| 4073 | 2026-05-27T05:24:59.299Z | | |
| 4074 | 2026-05-27T05:24:59.299Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4075 | 2026-05-27T05:24:59.299Z | | --------------- required by a bound in this function |
| 4076 | 2026-05-27T05:24:59.299Z | ... |
| 4077 | 2026-05-27T05:24:59.299Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 4078 | 2026-05-27T05:24:59.299Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4079 | 2026-05-27T05:24:59.299Z | |
| 4080 | 2026-05-27T05:24:59.299Z | error[E0308]: arguments to this method are incorrect |
| 4081 | 2026-05-27T05:24:59.300Z | --> dns-server/src/dns_server.rs:438:33 |
| 4082 | 2026-05-27T05:24:59.300Z | | |
| 4083 | 2026-05-27T05:24:59.300Z | 438 | let mut mresp = rb_nxdomain.error_msg(&header, ResponseCode::NXDomain); |
| 4084 | 2026-05-27T05:24:59.300Z | | ^^^^^^^^^ ------- ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode` |
| 4085 | 2026-05-27T05:24:59.300Z | | | |
| 4086 | 2026-05-27T05:24:59.300Z | | expected `&Header`, found `&&Header` |
| 4087 | 2026-05-27T05:24:59.300Z | | |
| 4088 | 2026-05-27T05:24:59.300Z | = note: expected reference `&hickory_resolver::hickory_proto::op::Header` |
| 4089 | 2026-05-27T05:24:59.300Z | found reference `&&hickory_proto::op::Header` |
| 4090 | 2026-05-27T05:24:59.300Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4091 | 2026-05-27T05:24:59.300Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1 |
| 4092 | 2026-05-27T05:24:59.300Z | | |
| 4093 | 2026-05-27T05:24:59.300Z | 67 | pub enum ResponseCode { |
| 4094 | 2026-05-27T05:24:59.300Z | | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4095 | 2026-05-27T05:24:59.300Z | | |
| 4096 | 2026-05-27T05:24:59.300Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1 |
| 4097 | 2026-05-27T05:24:59.300Z | | |
| 4098 | 2026-05-27T05:24:59.300Z | 67 | pub enum ResponseCode { |
| 4099 | 2026-05-27T05:24:59.300Z | | --------------------- this is the found type |
| 4100 | 2026-05-27T05:24:59.300Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4101 | 2026-05-27T05:24:59.300Z | note: method defined here |
| 4102 | 2026-05-27T05:24:59.300Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12 |
| 4103 | 2026-05-27T05:24:59.300Z | | |
| 4104 | 2026-05-27T05:24:59.300Z | 190 | pub fn error_msg<'a>( |
| 4105 | 2026-05-27T05:24:59.300Z | | ^^^^^^^^^ |
| 4106 | 2026-05-27T05:24:59.300Z | |
| 4107 | 2026-05-27T05:24:59.300Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4108 | 2026-05-27T05:24:59.300Z | --> dns-server/src/dns_server.rs:457:50 |
| 4109 | 2026-05-27T05:24:59.301Z | | |
| 4110 | 2026-05-27T05:24:59.301Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4111 | 2026-05-27T05:24:59.301Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4112 | 2026-05-27T05:24:59.301Z | | | |
| 4113 | 2026-05-27T05:24:59.301Z | | required by a bound introduced by this call |
| 4114 | 2026-05-27T05:24:59.301Z | | |
| 4115 | 2026-05-27T05:24:59.301Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4116 | 2026-05-27T05:24:59.301Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4117 | 2026-05-27T05:24:59.301Z | | |
| 4118 | 2026-05-27T05:24:59.301Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4119 | 2026-05-27T05:24:59.301Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4120 | 2026-05-27T05:24:59.301Z | | |
| 4121 | 2026-05-27T05:24:59.301Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4122 | 2026-05-27T05:24:59.301Z | | |
| 4123 | 2026-05-27T05:24:59.301Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4124 | 2026-05-27T05:24:59.301Z | | ---------------------------------------- this is the found type |
| 4125 | 2026-05-27T05:24:59.301Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4126 | 2026-05-27T05:24:59.301Z | note: required by a bound in `encode_and_send` |
| 4127 | 2026-05-27T05:24:59.301Z | --> dns-server/src/dns_server.rs:491:23 |
| 4128 | 2026-05-27T05:24:59.301Z | | |
| 4129 | 2026-05-27T05:24:59.301Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4130 | 2026-05-27T05:24:59.301Z | | --------------- required by a bound in this function |
| 4131 | 2026-05-27T05:24:59.301Z | ... |
| 4132 | 2026-05-27T05:24:59.301Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 4133 | 2026-05-27T05:24:59.301Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4134 | 2026-05-27T05:24:59.301Z | |
| 4135 | 2026-05-27T05:24:59.301Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4136 | 2026-05-27T05:24:59.301Z | --> dns-server/src/dns_server.rs:457:50 |
| 4137 | 2026-05-27T05:24:59.302Z | | |
| 4138 | 2026-05-27T05:24:59.302Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4139 | 2026-05-27T05:24:59.302Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4140 | 2026-05-27T05:24:59.302Z | | | |
| 4141 | 2026-05-27T05:24:59.302Z | | required by a bound introduced by this call |
| 4142 | 2026-05-27T05:24:59.307Z | | |
| 4143 | 2026-05-27T05:24:59.307Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4144 | 2026-05-27T05:24:59.307Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4145 | 2026-05-27T05:24:59.307Z | | |
| 4146 | 2026-05-27T05:24:59.307Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4147 | 2026-05-27T05:24:59.307Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4148 | 2026-05-27T05:24:59.307Z | | |
| 4149 | 2026-05-27T05:24:59.307Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4150 | 2026-05-27T05:24:59.307Z | | |
| 4151 | 2026-05-27T05:24:59.307Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4152 | 2026-05-27T05:24:59.307Z | | ---------------------------------------- this is the found type |
| 4153 | 2026-05-27T05:24:59.307Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4154 | 2026-05-27T05:24:59.307Z | note: required by a bound in `encode_and_send` |
| 4155 | 2026-05-27T05:24:59.307Z | --> dns-server/src/dns_server.rs:492:27 |
| 4156 | 2026-05-27T05:24:59.307Z | | |
| 4157 | 2026-05-27T05:24:59.307Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4158 | 2026-05-27T05:24:59.307Z | | --------------- required by a bound in this function |
| 4159 | 2026-05-27T05:24:59.307Z | ... |
| 4160 | 2026-05-27T05:24:59.307Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 4161 | 2026-05-27T05:24:59.307Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4162 | 2026-05-27T05:24:59.308Z | |
| 4163 | 2026-05-27T05:24:59.308Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4164 | 2026-05-27T05:24:59.308Z | --> dns-server/src/dns_server.rs:457:50 |
| 4165 | 2026-05-27T05:24:59.308Z | | |
| 4166 | 2026-05-27T05:24:59.308Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4167 | 2026-05-27T05:24:59.308Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4168 | 2026-05-27T05:24:59.308Z | | | |
| 4169 | 2026-05-27T05:24:59.308Z | | required by a bound introduced by this call |
| 4170 | 2026-05-27T05:24:59.308Z | | |
| 4171 | 2026-05-27T05:24:59.308Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4172 | 2026-05-27T05:24:59.308Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4173 | 2026-05-27T05:24:59.308Z | | |
| 4174 | 2026-05-27T05:24:59.308Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4175 | 2026-05-27T05:24:59.308Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4176 | 2026-05-27T05:24:59.308Z | | |
| 4177 | 2026-05-27T05:24:59.308Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4178 | 2026-05-27T05:24:59.308Z | | |
| 4179 | 2026-05-27T05:24:59.308Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4180 | 2026-05-27T05:24:59.308Z | | ---------------------------------------- this is the found type |
| 4181 | 2026-05-27T05:24:59.308Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4182 | 2026-05-27T05:24:59.308Z | note: required by a bound in `encode_and_send` |
| 4183 | 2026-05-27T05:24:59.308Z | --> dns-server/src/dns_server.rs:493:19 |
| 4184 | 2026-05-27T05:24:59.308Z | | |
| 4185 | 2026-05-27T05:24:59.308Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4186 | 2026-05-27T05:24:59.308Z | | --------------- required by a bound in this function |
| 4187 | 2026-05-27T05:24:59.308Z | ... |
| 4188 | 2026-05-27T05:24:59.308Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 4189 | 2026-05-27T05:24:59.309Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4190 | 2026-05-27T05:24:59.309Z | |
| 4191 | 2026-05-27T05:24:59.309Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4192 | 2026-05-27T05:24:59.309Z | --> dns-server/src/dns_server.rs:457:50 |
| 4193 | 2026-05-27T05:24:59.309Z | | |
| 4194 | 2026-05-27T05:24:59.309Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4195 | 2026-05-27T05:24:59.309Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4196 | 2026-05-27T05:24:59.309Z | | | |
| 4197 | 2026-05-27T05:24:59.309Z | | required by a bound introduced by this call |
| 4198 | 2026-05-27T05:24:59.309Z | | |
| 4199 | 2026-05-27T05:24:59.309Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4200 | 2026-05-27T05:24:59.309Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4201 | 2026-05-27T05:24:59.309Z | | |
| 4202 | 2026-05-27T05:24:59.309Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4203 | 2026-05-27T05:24:59.310Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4204 | 2026-05-27T05:24:59.310Z | | |
| 4205 | 2026-05-27T05:24:59.310Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4206 | 2026-05-27T05:24:59.310Z | | |
| 4207 | 2026-05-27T05:24:59.310Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4208 | 2026-05-27T05:24:59.310Z | | ---------------------------------------- this is the found type |
| 4209 | 2026-05-27T05:24:59.310Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4210 | 2026-05-27T05:24:59.310Z | note: required by a bound in `encode_and_send` |
| 4211 | 2026-05-27T05:24:59.310Z | --> dns-server/src/dns_server.rs:494:27 |
| 4212 | 2026-05-27T05:24:59.310Z | | |
| 4213 | 2026-05-27T05:24:59.310Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4214 | 2026-05-27T05:24:59.310Z | | --------------- required by a bound in this function |
| 4215 | 2026-05-27T05:24:59.310Z | ... |
| 4216 | 2026-05-27T05:24:59.310Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 4217 | 2026-05-27T05:24:59.310Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4218 | 2026-05-27T05:24:59.310Z | |
| 4219 | 2026-05-27T05:24:59.310Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4220 | 2026-05-27T05:24:59.311Z | --> dns-server/src/dns_server.rs:457:25 |
| 4221 | 2026-05-27T05:24:59.311Z | | |
| 4222 | 2026-05-27T05:24:59.311Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4223 | 2026-05-27T05:24:59.311Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4224 | 2026-05-27T05:24:59.311Z | | |
| 4225 | 2026-05-27T05:24:59.311Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4226 | 2026-05-27T05:24:59.311Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4227 | 2026-05-27T05:24:59.311Z | | |
| 4228 | 2026-05-27T05:24:59.311Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4229 | 2026-05-27T05:24:59.311Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4230 | 2026-05-27T05:24:59.311Z | | |
| 4231 | 2026-05-27T05:24:59.311Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4232 | 2026-05-27T05:24:59.311Z | | |
| 4233 | 2026-05-27T05:24:59.311Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4234 | 2026-05-27T05:24:59.311Z | | ---------------------------------------- this is the found type |
| 4235 | 2026-05-27T05:24:59.311Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4236 | 2026-05-27T05:24:59.311Z | note: required by a bound in `encode_and_send` |
| 4237 | 2026-05-27T05:24:59.311Z | --> dns-server/src/dns_server.rs:491:23 |
| 4238 | 2026-05-27T05:24:59.311Z | | |
| 4239 | 2026-05-27T05:24:59.311Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4240 | 2026-05-27T05:24:59.311Z | | --------------- required by a bound in this function |
| 4241 | 2026-05-27T05:24:59.311Z | ... |
| 4242 | 2026-05-27T05:24:59.316Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 4243 | 2026-05-27T05:24:59.316Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4244 | 2026-05-27T05:24:59.316Z | |
| 4245 | 2026-05-27T05:24:59.316Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4246 | 2026-05-27T05:24:59.317Z | --> dns-server/src/dns_server.rs:457:25 |
| 4247 | 2026-05-27T05:24:59.317Z | | |
| 4248 | 2026-05-27T05:24:59.317Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4249 | 2026-05-27T05:24:59.317Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4250 | 2026-05-27T05:24:59.317Z | | |
| 4251 | 2026-05-27T05:24:59.317Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4252 | 2026-05-27T05:24:59.317Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4253 | 2026-05-27T05:24:59.317Z | | |
| 4254 | 2026-05-27T05:24:59.317Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4255 | 2026-05-27T05:24:59.317Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4256 | 2026-05-27T05:24:59.317Z | | |
| 4257 | 2026-05-27T05:24:59.317Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4258 | 2026-05-27T05:24:59.317Z | | |
| 4259 | 2026-05-27T05:24:59.317Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4260 | 2026-05-27T05:24:59.317Z | | ---------------------------------------- this is the found type |
| 4261 | 2026-05-27T05:24:59.317Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4262 | 2026-05-27T05:24:59.317Z | note: required by a bound in `encode_and_send` |
| 4263 | 2026-05-27T05:24:59.318Z | --> dns-server/src/dns_server.rs:492:27 |
| 4264 | 2026-05-27T05:24:59.318Z | | |
| 4265 | 2026-05-27T05:24:59.318Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4266 | 2026-05-27T05:24:59.318Z | | --------------- required by a bound in this function |
| 4267 | 2026-05-27T05:24:59.319Z | ... |
| 4268 | 2026-05-27T05:24:59.319Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 4269 | 2026-05-27T05:24:59.319Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4270 | 2026-05-27T05:24:59.319Z | |
| 4271 | 2026-05-27T05:24:59.319Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4272 | 2026-05-27T05:24:59.319Z | --> dns-server/src/dns_server.rs:457:25 |
| 4273 | 2026-05-27T05:24:59.319Z | | |
| 4274 | 2026-05-27T05:24:59.319Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4275 | 2026-05-27T05:24:59.319Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4276 | 2026-05-27T05:24:59.319Z | | |
| 4277 | 2026-05-27T05:24:59.319Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4278 | 2026-05-27T05:24:59.319Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4279 | 2026-05-27T05:24:59.319Z | | |
| 4280 | 2026-05-27T05:24:59.319Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4281 | 2026-05-27T05:24:59.319Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4282 | 2026-05-27T05:24:59.319Z | | |
| 4283 | 2026-05-27T05:24:59.319Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4284 | 2026-05-27T05:24:59.319Z | | |
| 4285 | 2026-05-27T05:24:59.319Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4286 | 2026-05-27T05:24:59.319Z | | ---------------------------------------- this is the found type |
| 4287 | 2026-05-27T05:24:59.319Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4288 | 2026-05-27T05:24:59.319Z | note: required by a bound in `encode_and_send` |
| 4289 | 2026-05-27T05:24:59.320Z | --> dns-server/src/dns_server.rs:493:19 |
| 4290 | 2026-05-27T05:24:59.320Z | | |
| 4291 | 2026-05-27T05:24:59.320Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4292 | 2026-05-27T05:24:59.320Z | | --------------- required by a bound in this function |
| 4293 | 2026-05-27T05:24:59.320Z | ... |
| 4294 | 2026-05-27T05:24:59.320Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 4295 | 2026-05-27T05:24:59.320Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4296 | 2026-05-27T05:24:59.320Z | |
| 4297 | 2026-05-27T05:24:59.320Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4298 | 2026-05-27T05:24:59.320Z | --> dns-server/src/dns_server.rs:457:25 |
| 4299 | 2026-05-27T05:24:59.320Z | | |
| 4300 | 2026-05-27T05:24:59.320Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4301 | 2026-05-27T05:24:59.320Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4302 | 2026-05-27T05:24:59.320Z | | |
| 4303 | 2026-05-27T05:24:59.320Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4304 | 2026-05-27T05:24:59.320Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4305 | 2026-05-27T05:24:59.320Z | | |
| 4306 | 2026-05-27T05:24:59.320Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4307 | 2026-05-27T05:24:59.320Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4308 | 2026-05-27T05:24:59.320Z | | |
| 4309 | 2026-05-27T05:24:59.320Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4310 | 2026-05-27T05:24:59.320Z | | |
| 4311 | 2026-05-27T05:24:59.320Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4312 | 2026-05-27T05:24:59.320Z | | ---------------------------------------- this is the found type |
| 4313 | 2026-05-27T05:24:59.320Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4314 | 2026-05-27T05:24:59.320Z | note: required by a bound in `encode_and_send` |
| 4315 | 2026-05-27T05:24:59.320Z | --> dns-server/src/dns_server.rs:494:27 |
| 4316 | 2026-05-27T05:24:59.321Z | | |
| 4317 | 2026-05-27T05:24:59.321Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4318 | 2026-05-27T05:24:59.321Z | | --------------- required by a bound in this function |
| 4319 | 2026-05-27T05:24:59.321Z | ... |
| 4320 | 2026-05-27T05:24:59.321Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 4321 | 2026-05-27T05:24:59.321Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4322 | 2026-05-27T05:24:59.321Z | |
| 4323 | 2026-05-27T05:24:59.321Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4324 | 2026-05-27T05:24:59.321Z | --> dns-server/src/dns_server.rs:457:69 |
| 4325 | 2026-05-27T05:24:59.321Z | | |
| 4326 | 2026-05-27T05:24:59.321Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4327 | 2026-05-27T05:24:59.321Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4328 | 2026-05-27T05:24:59.321Z | | |
| 4329 | 2026-05-27T05:24:59.322Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4330 | 2026-05-27T05:24:59.322Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4331 | 2026-05-27T05:24:59.322Z | | |
| 4332 | 2026-05-27T05:24:59.322Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4333 | 2026-05-27T05:24:59.322Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4334 | 2026-05-27T05:24:59.322Z | | |
| 4335 | 2026-05-27T05:24:59.322Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4336 | 2026-05-27T05:24:59.322Z | | |
| 4337 | 2026-05-27T05:24:59.322Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4338 | 2026-05-27T05:24:59.322Z | | ---------------------------------------- this is the found type |
| 4339 | 2026-05-27T05:24:59.322Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4340 | 2026-05-27T05:24:59.322Z | note: required by a bound in `encode_and_send` |
| 4341 | 2026-05-27T05:24:59.322Z | --> dns-server/src/dns_server.rs:491:23 |
| 4342 | 2026-05-27T05:24:59.327Z | | |
| 4343 | 2026-05-27T05:24:59.327Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4344 | 2026-05-27T05:24:59.327Z | | --------------- required by a bound in this function |
| 4345 | 2026-05-27T05:24:59.327Z | ... |
| 4346 | 2026-05-27T05:24:59.327Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 4347 | 2026-05-27T05:24:59.327Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4348 | 2026-05-27T05:24:59.327Z | |
| 4349 | 2026-05-27T05:24:59.327Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4350 | 2026-05-27T05:24:59.327Z | --> dns-server/src/dns_server.rs:457:69 |
| 4351 | 2026-05-27T05:24:59.327Z | | |
| 4352 | 2026-05-27T05:24:59.327Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4353 | 2026-05-27T05:24:59.327Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4354 | 2026-05-27T05:24:59.327Z | | |
| 4355 | 2026-05-27T05:24:59.327Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4356 | 2026-05-27T05:24:59.328Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4357 | 2026-05-27T05:24:59.328Z | | |
| 4358 | 2026-05-27T05:24:59.328Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4359 | 2026-05-27T05:24:59.328Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4360 | 2026-05-27T05:24:59.328Z | | |
| 4361 | 2026-05-27T05:24:59.328Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4362 | 2026-05-27T05:24:59.328Z | | |
| 4363 | 2026-05-27T05:24:59.328Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4364 | 2026-05-27T05:24:59.328Z | | ---------------------------------------- this is the found type |
| 4365 | 2026-05-27T05:24:59.328Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4366 | 2026-05-27T05:24:59.328Z | note: required by a bound in `encode_and_send` |
| 4367 | 2026-05-27T05:24:59.328Z | --> dns-server/src/dns_server.rs:492:27 |
| 4368 | 2026-05-27T05:24:59.328Z | | |
| 4369 | 2026-05-27T05:24:59.328Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4370 | 2026-05-27T05:24:59.328Z | | --------------- required by a bound in this function |
| 4371 | 2026-05-27T05:24:59.328Z | ... |
| 4372 | 2026-05-27T05:24:59.328Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 4373 | 2026-05-27T05:24:59.328Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4374 | 2026-05-27T05:24:59.328Z | |
| 4375 | 2026-05-27T05:24:59.328Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4376 | 2026-05-27T05:24:59.328Z | --> dns-server/src/dns_server.rs:457:69 |
| 4377 | 2026-05-27T05:24:59.328Z | | |
| 4378 | 2026-05-27T05:24:59.328Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4379 | 2026-05-27T05:24:59.328Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4380 | 2026-05-27T05:24:59.328Z | | |
| 4381 | 2026-05-27T05:24:59.328Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4382 | 2026-05-27T05:24:59.328Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4383 | 2026-05-27T05:24:59.329Z | | |
| 4384 | 2026-05-27T05:24:59.329Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4385 | 2026-05-27T05:24:59.329Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4386 | 2026-05-27T05:24:59.329Z | | |
| 4387 | 2026-05-27T05:24:59.329Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4388 | 2026-05-27T05:24:59.329Z | | |
| 4389 | 2026-05-27T05:24:59.329Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4390 | 2026-05-27T05:24:59.329Z | | ---------------------------------------- this is the found type |
| 4391 | 2026-05-27T05:24:59.329Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4392 | 2026-05-27T05:24:59.329Z | note: required by a bound in `encode_and_send` |
| 4393 | 2026-05-27T05:24:59.329Z | --> dns-server/src/dns_server.rs:493:19 |
| 4394 | 2026-05-27T05:24:59.329Z | | |
| 4395 | 2026-05-27T05:24:59.329Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4396 | 2026-05-27T05:24:59.329Z | | --------------- required by a bound in this function |
| 4397 | 2026-05-27T05:24:59.329Z | ... |
| 4398 | 2026-05-27T05:24:59.329Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 4399 | 2026-05-27T05:24:59.329Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4400 | 2026-05-27T05:24:59.329Z | |
| 4401 | 2026-05-27T05:24:59.329Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4402 | 2026-05-27T05:24:59.329Z | --> dns-server/src/dns_server.rs:457:69 |
| 4403 | 2026-05-27T05:24:59.329Z | | |
| 4404 | 2026-05-27T05:24:59.329Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4405 | 2026-05-27T05:24:59.329Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4406 | 2026-05-27T05:24:59.329Z | | |
| 4407 | 2026-05-27T05:24:59.329Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4408 | 2026-05-27T05:24:59.329Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4409 | 2026-05-27T05:24:59.329Z | | |
| 4410 | 2026-05-27T05:24:59.330Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4411 | 2026-05-27T05:24:59.330Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4412 | 2026-05-27T05:24:59.330Z | | |
| 4413 | 2026-05-27T05:24:59.330Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4414 | 2026-05-27T05:24:59.330Z | | |
| 4415 | 2026-05-27T05:24:59.330Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4416 | 2026-05-27T05:24:59.330Z | | ---------------------------------------- this is the found type |
| 4417 | 2026-05-27T05:24:59.330Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4418 | 2026-05-27T05:24:59.330Z | note: required by a bound in `encode_and_send` |
| 4419 | 2026-05-27T05:24:59.330Z | --> dns-server/src/dns_server.rs:494:27 |
| 4420 | 2026-05-27T05:24:59.330Z | | |
| 4421 | 2026-05-27T05:24:59.330Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4422 | 2026-05-27T05:24:59.330Z | | --------------- required by a bound in this function |
| 4423 | 2026-05-27T05:24:59.330Z | ... |
| 4424 | 2026-05-27T05:24:59.330Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 4425 | 2026-05-27T05:24:59.330Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4426 | 2026-05-27T05:24:59.330Z | |
| 4427 | 2026-05-27T05:24:59.330Z | error[E0308]: arguments to this method are incorrect |
| 4428 | 2026-05-27T05:24:59.330Z | --> dns-server/src/dns_server.rs:477:20 |
| 4429 | 2026-05-27T05:24:59.330Z | | |
| 4430 | 2026-05-27T05:24:59.330Z | 477 | let mresp = rb.error_msg(header, ResponseCode::ServFail); |
| 4431 | 2026-05-27T05:24:59.330Z | | ^^^^^^^^^ ------ ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode` |
| 4432 | 2026-05-27T05:24:59.330Z | | | |
| 4433 | 2026-05-27T05:24:59.330Z | | expected `Header`, found `hickory_proto::op::Header` |
| 4434 | 2026-05-27T05:24:59.330Z | | |
| 4435 | 2026-05-27T05:24:59.330Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4436 | 2026-05-27T05:24:59.331Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1 |
| 4437 | 2026-05-27T05:24:59.331Z | | |
| 4438 | 2026-05-27T05:24:59.331Z | 57 | pub struct Header { |
| 4439 | 2026-05-27T05:24:59.331Z | | ^^^^^^^^^^^^^^^^^ this is the expected type |
| 4440 | 2026-05-27T05:24:59.331Z | | |
| 4441 | 2026-05-27T05:24:59.331Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1 |
| 4442 | 2026-05-27T05:24:59.336Z | | |
| 4443 | 2026-05-27T05:24:59.336Z | 57 | pub struct Header { |
| 4444 | 2026-05-27T05:24:59.337Z | | ----------------- this is the found type |
| 4445 | 2026-05-27T05:24:59.337Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4446 | 2026-05-27T05:24:59.337Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4447 | 2026-05-27T05:24:59.337Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1 |
| 4448 | 2026-05-27T05:24:59.337Z | | |
| 4449 | 2026-05-27T05:24:59.337Z | 67 | pub enum ResponseCode { |
| 4450 | 2026-05-27T05:24:59.337Z | | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4451 | 2026-05-27T05:24:59.337Z | | |
| 4452 | 2026-05-27T05:24:59.337Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1 |
| 4453 | 2026-05-27T05:24:59.337Z | | |
| 4454 | 2026-05-27T05:24:59.337Z | 67 | pub enum ResponseCode { |
| 4455 | 2026-05-27T05:24:59.337Z | | --------------------- this is the found type |
| 4456 | 2026-05-27T05:24:59.337Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4457 | 2026-05-27T05:24:59.337Z | note: method defined here |
| 4458 | 2026-05-27T05:24:59.337Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12 |
| 4459 | 2026-05-27T05:24:59.337Z | | |
| 4460 | 2026-05-27T05:24:59.337Z | 190 | pub fn error_msg<'a>( |
| 4461 | 2026-05-27T05:24:59.337Z | | ^^^^^^^^^ |
| 4462 | 2026-05-27T05:24:59.337Z | |
| 4463 | 2026-05-27T05:24:59.337Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4464 | 2026-05-27T05:24:59.337Z | --> dns-server/src/dns_server.rs:478:50 |
| 4465 | 2026-05-27T05:24:59.337Z | | |
| 4466 | 2026-05-27T05:24:59.337Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4467 | 2026-05-27T05:24:59.337Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4468 | 2026-05-27T05:24:59.337Z | | | |
| 4469 | 2026-05-27T05:24:59.337Z | | required by a bound introduced by this call |
| 4470 | 2026-05-27T05:24:59.337Z | | |
| 4471 | 2026-05-27T05:24:59.338Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4472 | 2026-05-27T05:24:59.338Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4473 | 2026-05-27T05:24:59.338Z | | |
| 4474 | 2026-05-27T05:24:59.338Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4475 | 2026-05-27T05:24:59.338Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4476 | 2026-05-27T05:24:59.338Z | | |
| 4477 | 2026-05-27T05:24:59.338Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4478 | 2026-05-27T05:24:59.338Z | | |
| 4479 | 2026-05-27T05:24:59.338Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4480 | 2026-05-27T05:24:59.338Z | | ---------------------------------------- this is the found type |
| 4481 | 2026-05-27T05:24:59.338Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4482 | 2026-05-27T05:24:59.338Z | note: required by a bound in `encode_and_send` |
| 4483 | 2026-05-27T05:24:59.338Z | --> dns-server/src/dns_server.rs:491:23 |
| 4484 | 2026-05-27T05:24:59.338Z | | |
| 4485 | 2026-05-27T05:24:59.338Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4486 | 2026-05-27T05:24:59.338Z | | --------------- required by a bound in this function |
| 4487 | 2026-05-27T05:24:59.338Z | ... |
| 4488 | 2026-05-27T05:24:59.338Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 4489 | 2026-05-27T05:24:59.338Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4490 | 2026-05-27T05:24:59.338Z | |
| 4491 | 2026-05-27T05:24:59.338Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4492 | 2026-05-27T05:24:59.338Z | --> dns-server/src/dns_server.rs:478:50 |
| 4493 | 2026-05-27T05:24:59.338Z | | |
| 4494 | 2026-05-27T05:24:59.338Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4495 | 2026-05-27T05:24:59.338Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4496 | 2026-05-27T05:24:59.338Z | | | |
| 4497 | 2026-05-27T05:24:59.338Z | | required by a bound introduced by this call |
| 4498 | 2026-05-27T05:24:59.339Z | | |
| 4499 | 2026-05-27T05:24:59.339Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4500 | 2026-05-27T05:24:59.339Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4501 | 2026-05-27T05:24:59.339Z | | |
| 4502 | 2026-05-27T05:24:59.339Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4503 | 2026-05-27T05:24:59.339Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4504 | 2026-05-27T05:24:59.339Z | | |
| 4505 | 2026-05-27T05:24:59.339Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4506 | 2026-05-27T05:24:59.339Z | | |
| 4507 | 2026-05-27T05:24:59.339Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4508 | 2026-05-27T05:24:59.339Z | | ---------------------------------------- this is the found type |
| 4509 | 2026-05-27T05:24:59.339Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4510 | 2026-05-27T05:24:59.339Z | note: required by a bound in `encode_and_send` |
| 4511 | 2026-05-27T05:24:59.339Z | --> dns-server/src/dns_server.rs:492:27 |
| 4512 | 2026-05-27T05:24:59.339Z | | |
| 4513 | 2026-05-27T05:24:59.339Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4514 | 2026-05-27T05:24:59.339Z | | --------------- required by a bound in this function |
| 4515 | 2026-05-27T05:24:59.339Z | ... |
| 4516 | 2026-05-27T05:24:59.339Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 4517 | 2026-05-27T05:24:59.339Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4518 | 2026-05-27T05:24:59.339Z | |
| 4519 | 2026-05-27T05:24:59.339Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4520 | 2026-05-27T05:24:59.339Z | --> dns-server/src/dns_server.rs:478:50 |
| 4521 | 2026-05-27T05:24:59.339Z | | |
| 4522 | 2026-05-27T05:24:59.339Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4523 | 2026-05-27T05:24:59.339Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4524 | 2026-05-27T05:24:59.340Z | | | |
| 4525 | 2026-05-27T05:24:59.340Z | | required by a bound introduced by this call |
| 4526 | 2026-05-27T05:24:59.340Z | | |
| 4527 | 2026-05-27T05:24:59.340Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4528 | 2026-05-27T05:24:59.340Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4529 | 2026-05-27T05:24:59.340Z | | |
| 4530 | 2026-05-27T05:24:59.340Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4531 | 2026-05-27T05:24:59.340Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4532 | 2026-05-27T05:24:59.341Z | | |
| 4533 | 2026-05-27T05:24:59.341Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4534 | 2026-05-27T05:24:59.341Z | | |
| 4535 | 2026-05-27T05:24:59.341Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4536 | 2026-05-27T05:24:59.341Z | | ---------------------------------------- this is the found type |
| 4537 | 2026-05-27T05:24:59.341Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4538 | 2026-05-27T05:24:59.341Z | note: required by a bound in `encode_and_send` |
| 4539 | 2026-05-27T05:24:59.341Z | --> dns-server/src/dns_server.rs:493:19 |
| 4540 | 2026-05-27T05:24:59.341Z | | |
| 4541 | 2026-05-27T05:24:59.341Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4542 | 2026-05-27T05:24:59.346Z | | --------------- required by a bound in this function |
| 4543 | 2026-05-27T05:24:59.346Z | ... |
| 4544 | 2026-05-27T05:24:59.346Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 4545 | 2026-05-27T05:24:59.346Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4546 | 2026-05-27T05:24:59.346Z | |
| 4547 | 2026-05-27T05:24:59.346Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4548 | 2026-05-27T05:24:59.346Z | --> dns-server/src/dns_server.rs:478:50 |
| 4549 | 2026-05-27T05:24:59.346Z | | |
| 4550 | 2026-05-27T05:24:59.346Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4551 | 2026-05-27T05:24:59.346Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4552 | 2026-05-27T05:24:59.346Z | | | |
| 4553 | 2026-05-27T05:24:59.346Z | | required by a bound introduced by this call |
| 4554 | 2026-05-27T05:24:59.346Z | | |
| 4555 | 2026-05-27T05:24:59.346Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4556 | 2026-05-27T05:24:59.346Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4557 | 2026-05-27T05:24:59.346Z | | |
| 4558 | 2026-05-27T05:24:59.346Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4559 | 2026-05-27T05:24:59.346Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4560 | 2026-05-27T05:24:59.346Z | | |
| 4561 | 2026-05-27T05:24:59.346Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4562 | 2026-05-27T05:24:59.346Z | | |
| 4563 | 2026-05-27T05:24:59.346Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4564 | 2026-05-27T05:24:59.346Z | | ---------------------------------------- this is the found type |
| 4565 | 2026-05-27T05:24:59.347Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4566 | 2026-05-27T05:24:59.347Z | note: required by a bound in `encode_and_send` |
| 4567 | 2026-05-27T05:24:59.347Z | --> dns-server/src/dns_server.rs:494:27 |
| 4568 | 2026-05-27T05:24:59.347Z | | |
| 4569 | 2026-05-27T05:24:59.347Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4570 | 2026-05-27T05:24:59.347Z | | --------------- required by a bound in this function |
| 4571 | 2026-05-27T05:24:59.347Z | ... |
| 4572 | 2026-05-27T05:24:59.347Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 4573 | 2026-05-27T05:24:59.347Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4574 | 2026-05-27T05:24:59.347Z | |
| 4575 | 2026-05-27T05:24:59.347Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4576 | 2026-05-27T05:24:59.347Z | --> dns-server/src/dns_server.rs:478:25 |
| 4577 | 2026-05-27T05:24:59.347Z | | |
| 4578 | 2026-05-27T05:24:59.347Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4579 | 2026-05-27T05:24:59.347Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4580 | 2026-05-27T05:24:59.347Z | | |
| 4581 | 2026-05-27T05:24:59.347Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4582 | 2026-05-27T05:24:59.347Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4583 | 2026-05-27T05:24:59.347Z | | |
| 4584 | 2026-05-27T05:24:59.347Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4585 | 2026-05-27T05:24:59.347Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4586 | 2026-05-27T05:24:59.347Z | | |
| 4587 | 2026-05-27T05:24:59.347Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4588 | 2026-05-27T05:24:59.347Z | | |
| 4589 | 2026-05-27T05:24:59.347Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4590 | 2026-05-27T05:24:59.347Z | | ---------------------------------------- this is the found type |
| 4591 | 2026-05-27T05:24:59.347Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4592 | 2026-05-27T05:24:59.348Z | note: required by a bound in `encode_and_send` |
| 4593 | 2026-05-27T05:24:59.348Z | --> dns-server/src/dns_server.rs:491:23 |
| 4594 | 2026-05-27T05:24:59.348Z | | |
| 4595 | 2026-05-27T05:24:59.348Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4596 | 2026-05-27T05:24:59.348Z | | --------------- required by a bound in this function |
| 4597 | 2026-05-27T05:24:59.348Z | ... |
| 4598 | 2026-05-27T05:24:59.348Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 4599 | 2026-05-27T05:24:59.348Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4600 | 2026-05-27T05:24:59.348Z | |
| 4601 | 2026-05-27T05:24:59.348Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4602 | 2026-05-27T05:24:59.348Z | --> dns-server/src/dns_server.rs:478:25 |
| 4603 | 2026-05-27T05:24:59.348Z | | |
| 4604 | 2026-05-27T05:24:59.348Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4605 | 2026-05-27T05:24:59.348Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4606 | 2026-05-27T05:24:59.348Z | | |
| 4607 | 2026-05-27T05:24:59.348Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4608 | 2026-05-27T05:24:59.348Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4609 | 2026-05-27T05:24:59.349Z | | |
| 4610 | 2026-05-27T05:24:59.349Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4611 | 2026-05-27T05:24:59.349Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4612 | 2026-05-27T05:24:59.349Z | | |
| 4613 | 2026-05-27T05:24:59.349Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4614 | 2026-05-27T05:24:59.349Z | | |
| 4615 | 2026-05-27T05:24:59.349Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4616 | 2026-05-27T05:24:59.349Z | | ---------------------------------------- this is the found type |
| 4617 | 2026-05-27T05:24:59.349Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4618 | 2026-05-27T05:24:59.349Z | note: required by a bound in `encode_and_send` |
| 4619 | 2026-05-27T05:24:59.349Z | --> dns-server/src/dns_server.rs:492:27 |
| 4620 | 2026-05-27T05:24:59.349Z | | |
| 4621 | 2026-05-27T05:24:59.349Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4622 | 2026-05-27T05:24:59.349Z | | --------------- required by a bound in this function |
| 4623 | 2026-05-27T05:24:59.349Z | ... |
| 4624 | 2026-05-27T05:24:59.349Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 4625 | 2026-05-27T05:24:59.349Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4626 | 2026-05-27T05:24:59.349Z | |
| 4627 | 2026-05-27T05:24:59.349Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4628 | 2026-05-27T05:24:59.349Z | --> dns-server/src/dns_server.rs:478:25 |
| 4629 | 2026-05-27T05:24:59.350Z | | |
| 4630 | 2026-05-27T05:24:59.350Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4631 | 2026-05-27T05:24:59.350Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4632 | 2026-05-27T05:24:59.350Z | | |
| 4633 | 2026-05-27T05:24:59.350Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4634 | 2026-05-27T05:24:59.350Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4635 | 2026-05-27T05:24:59.350Z | | |
| 4636 | 2026-05-27T05:24:59.350Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4637 | 2026-05-27T05:24:59.350Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4638 | 2026-05-27T05:24:59.350Z | | |
| 4639 | 2026-05-27T05:24:59.350Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4640 | 2026-05-27T05:24:59.350Z | | |
| 4641 | 2026-05-27T05:24:59.350Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4642 | 2026-05-27T05:24:59.355Z | | ---------------------------------------- this is the found type |
| 4643 | 2026-05-27T05:24:59.355Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4644 | 2026-05-27T05:24:59.355Z | note: required by a bound in `encode_and_send` |
| 4645 | 2026-05-27T05:24:59.355Z | --> dns-server/src/dns_server.rs:493:19 |
| 4646 | 2026-05-27T05:24:59.355Z | | |
| 4647 | 2026-05-27T05:24:59.355Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4648 | 2026-05-27T05:24:59.355Z | | --------------- required by a bound in this function |
| 4649 | 2026-05-27T05:24:59.355Z | ... |
| 4650 | 2026-05-27T05:24:59.355Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 4651 | 2026-05-27T05:24:59.355Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4652 | 2026-05-27T05:24:59.356Z | |
| 4653 | 2026-05-27T05:24:59.356Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4654 | 2026-05-27T05:24:59.356Z | --> dns-server/src/dns_server.rs:478:25 |
| 4655 | 2026-05-27T05:24:59.356Z | | |
| 4656 | 2026-05-27T05:24:59.356Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4657 | 2026-05-27T05:24:59.356Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4658 | 2026-05-27T05:24:59.356Z | | |
| 4659 | 2026-05-27T05:24:59.356Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4660 | 2026-05-27T05:24:59.356Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4661 | 2026-05-27T05:24:59.356Z | | |
| 4662 | 2026-05-27T05:24:59.356Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4663 | 2026-05-27T05:24:59.356Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4664 | 2026-05-27T05:24:59.356Z | | |
| 4665 | 2026-05-27T05:24:59.356Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4666 | 2026-05-27T05:24:59.356Z | | |
| 4667 | 2026-05-27T05:24:59.356Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4668 | 2026-05-27T05:24:59.356Z | | ---------------------------------------- this is the found type |
| 4669 | 2026-05-27T05:24:59.356Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4670 | 2026-05-27T05:24:59.356Z | note: required by a bound in `encode_and_send` |
| 4671 | 2026-05-27T05:24:59.356Z | --> dns-server/src/dns_server.rs:494:27 |
| 4672 | 2026-05-27T05:24:59.356Z | | |
| 4673 | 2026-05-27T05:24:59.356Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4674 | 2026-05-27T05:24:59.356Z | | --------------- required by a bound in this function |
| 4675 | 2026-05-27T05:24:59.356Z | ... |
| 4676 | 2026-05-27T05:24:59.356Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 4677 | 2026-05-27T05:24:59.357Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4678 | 2026-05-27T05:24:59.357Z | |
| 4679 | 2026-05-27T05:24:59.357Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4680 | 2026-05-27T05:24:59.357Z | --> dns-server/src/dns_server.rs:478:69 |
| 4681 | 2026-05-27T05:24:59.357Z | | |
| 4682 | 2026-05-27T05:24:59.357Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4683 | 2026-05-27T05:24:59.357Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4684 | 2026-05-27T05:24:59.357Z | | |
| 4685 | 2026-05-27T05:24:59.357Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4686 | 2026-05-27T05:24:59.357Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4687 | 2026-05-27T05:24:59.357Z | | |
| 4688 | 2026-05-27T05:24:59.357Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4689 | 2026-05-27T05:24:59.357Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4690 | 2026-05-27T05:24:59.357Z | | |
| 4691 | 2026-05-27T05:24:59.357Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4692 | 2026-05-27T05:24:59.357Z | | |
| 4693 | 2026-05-27T05:24:59.357Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4694 | 2026-05-27T05:24:59.357Z | | ---------------------------------------- this is the found type |
| 4695 | 2026-05-27T05:24:59.357Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4696 | 2026-05-27T05:24:59.357Z | note: required by a bound in `encode_and_send` |
| 4697 | 2026-05-27T05:24:59.357Z | --> dns-server/src/dns_server.rs:491:23 |
| 4698 | 2026-05-27T05:24:59.357Z | | |
| 4699 | 2026-05-27T05:24:59.357Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4700 | 2026-05-27T05:24:59.357Z | | --------------- required by a bound in this function |
| 4701 | 2026-05-27T05:24:59.358Z | ... |
| 4702 | 2026-05-27T05:24:59.358Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 4703 | 2026-05-27T05:24:59.359Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4704 | 2026-05-27T05:24:59.359Z | |
| 4705 | 2026-05-27T05:24:59.359Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4706 | 2026-05-27T05:24:59.359Z | --> dns-server/src/dns_server.rs:478:69 |
| 4707 | 2026-05-27T05:24:59.359Z | | |
| 4708 | 2026-05-27T05:24:59.359Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4709 | 2026-05-27T05:24:59.359Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4710 | 2026-05-27T05:24:59.359Z | | |
| 4711 | 2026-05-27T05:24:59.359Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4712 | 2026-05-27T05:24:59.359Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4713 | 2026-05-27T05:24:59.359Z | | |
| 4714 | 2026-05-27T05:24:59.359Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4715 | 2026-05-27T05:24:59.359Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4716 | 2026-05-27T05:24:59.359Z | | |
| 4717 | 2026-05-27T05:24:59.359Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4718 | 2026-05-27T05:24:59.359Z | | |
| 4719 | 2026-05-27T05:24:59.359Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4720 | 2026-05-27T05:24:59.359Z | | ---------------------------------------- this is the found type |
| 4721 | 2026-05-27T05:24:59.359Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4722 | 2026-05-27T05:24:59.359Z | note: required by a bound in `encode_and_send` |
| 4723 | 2026-05-27T05:24:59.359Z | --> dns-server/src/dns_server.rs:492:27 |
| 4724 | 2026-05-27T05:24:59.359Z | | |
| 4725 | 2026-05-27T05:24:59.359Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4726 | 2026-05-27T05:24:59.359Z | | --------------- required by a bound in this function |
| 4727 | 2026-05-27T05:24:59.359Z | ... |
| 4728 | 2026-05-27T05:24:59.359Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 4729 | 2026-05-27T05:24:59.359Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4730 | 2026-05-27T05:24:59.360Z | |
| 4731 | 2026-05-27T05:24:59.360Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4732 | 2026-05-27T05:24:59.360Z | --> dns-server/src/dns_server.rs:478:69 |
| 4733 | 2026-05-27T05:24:59.360Z | | |
| 4734 | 2026-05-27T05:24:59.360Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4735 | 2026-05-27T05:24:59.360Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4736 | 2026-05-27T05:24:59.360Z | | |
| 4737 | 2026-05-27T05:24:59.360Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4738 | 2026-05-27T05:24:59.360Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4739 | 2026-05-27T05:24:59.360Z | | |
| 4740 | 2026-05-27T05:24:59.360Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4741 | 2026-05-27T05:24:59.360Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4742 | 2026-05-27T05:24:59.364Z | | |
| 4743 | 2026-05-27T05:24:59.365Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4744 | 2026-05-27T05:24:59.365Z | | |
| 4745 | 2026-05-27T05:24:59.365Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4746 | 2026-05-27T05:24:59.365Z | | ---------------------------------------- this is the found type |
| 4747 | 2026-05-27T05:24:59.365Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4748 | 2026-05-27T05:24:59.365Z | note: required by a bound in `encode_and_send` |
| 4749 | 2026-05-27T05:24:59.365Z | --> dns-server/src/dns_server.rs:493:19 |
| 4750 | 2026-05-27T05:24:59.365Z | | |
| 4751 | 2026-05-27T05:24:59.365Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4752 | 2026-05-27T05:24:59.365Z | | --------------- required by a bound in this function |
| 4753 | 2026-05-27T05:24:59.365Z | ... |
| 4754 | 2026-05-27T05:24:59.365Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 4755 | 2026-05-27T05:24:59.365Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4756 | 2026-05-27T05:24:59.365Z | |
| 4757 | 2026-05-27T05:24:59.365Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4758 | 2026-05-27T05:24:59.365Z | --> dns-server/src/dns_server.rs:478:69 |
| 4759 | 2026-05-27T05:24:59.365Z | | |
| 4760 | 2026-05-27T05:24:59.365Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4761 | 2026-05-27T05:24:59.365Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4762 | 2026-05-27T05:24:59.365Z | | |
| 4763 | 2026-05-27T05:24:59.365Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4764 | 2026-05-27T05:24:59.365Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4765 | 2026-05-27T05:24:59.365Z | | |
| 4766 | 2026-05-27T05:24:59.365Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4767 | 2026-05-27T05:24:59.365Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4768 | 2026-05-27T05:24:59.365Z | | |
| 4769 | 2026-05-27T05:24:59.366Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4770 | 2026-05-27T05:24:59.366Z | | |
| 4771 | 2026-05-27T05:24:59.366Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4772 | 2026-05-27T05:24:59.366Z | | ---------------------------------------- this is the found type |
| 4773 | 2026-05-27T05:24:59.366Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4774 | 2026-05-27T05:24:59.366Z | note: required by a bound in `encode_and_send` |
| 4775 | 2026-05-27T05:24:59.366Z | --> dns-server/src/dns_server.rs:494:27 |
| 4776 | 2026-05-27T05:24:59.366Z | | |
| 4777 | 2026-05-27T05:24:59.366Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4778 | 2026-05-27T05:24:59.366Z | | --------------- required by a bound in this function |
| 4779 | 2026-05-27T05:24:59.367Z | ... |
| 4780 | 2026-05-27T05:24:59.367Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 4781 | 2026-05-27T05:24:59.367Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4782 | 2026-05-27T05:24:59.367Z | |
| 4783 | 2026-05-27T05:24:59.367Z | error[E0599]: the method `destructive_emit` exists for struct `MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>`, but its trait bounds were not satisfied |
| 4784 | 2026-05-27T05:24:59.367Z | --> dns-server/src/dns_server.rs:500:14 |
| 4785 | 2026-05-27T05:24:59.367Z | | |
| 4786 | 2026-05-27T05:24:59.367Z | 499 | let _ = mresp |
| 4787 | 2026-05-27T05:24:59.367Z | | _________________- |
| 4788 | 2026-05-27T05:24:59.367Z | 500 | | .destructive_emit(&mut enc) |
| 4789 | 2026-05-27T05:24:59.367Z | | | -^^^^^^^^^^^^^^^^ method cannot be called due to unsatisfied trait bounds |
| 4790 | 2026-05-27T05:24:59.367Z | | |_____________| |
| 4791 | 2026-05-27T05:24:59.367Z | | |
| 4792 | 2026-05-27T05:24:59.367Z | | |
| 4793 | 2026-05-27T05:24:59.367Z | = note: the following trait bounds were not satisfied: |
| 4794 | 2026-05-27T05:24:59.368Z | `<Answers as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record` |
| 4795 | 2026-05-27T05:24:59.368Z | `<NameServers as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record` |
| 4796 | 2026-05-27T05:24:59.368Z | `<Soa as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record` |
| 4797 | 2026-05-27T05:24:59.368Z | `<Additionals as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record` |
| 4798 | 2026-05-27T05:24:59.368Z | |
| 4799 | 2026-05-27T05:24:59.368Z | error[E0308]: mismatched types |
| 4800 | 2026-05-27T05:24:59.368Z | --> dns-server/src/dns_server.rs:229:35 |
| 4801 | 2026-05-27T05:24:59.368Z | | |
| 4802 | 2026-05-27T05:24:59.368Z | 229 | Ok(Record::from_rdata(name.clone(), 0, RData::A((*addr).into()))) |
| 4803 | 2026-05-27T05:24:59.368Z | | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4804 | 2026-05-27T05:24:59.368Z | | | |
| 4805 | 2026-05-27T05:24:59.369Z | | arguments to this function are incorrect |
| 4806 | 2026-05-27T05:24:59.369Z | | |
| 4807 | 2026-05-27T05:24:59.369Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4808 | 2026-05-27T05:24:59.369Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4809 | 2026-05-27T05:24:59.369Z | | |
| 4810 | 2026-05-27T05:24:59.369Z | 34 | pub struct Name { |
| 4811 | 2026-05-27T05:24:59.369Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4812 | 2026-05-27T05:24:59.369Z | | |
| 4813 | 2026-05-27T05:24:59.369Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4814 | 2026-05-27T05:24:59.369Z | | |
| 4815 | 2026-05-27T05:24:59.369Z | 37 | pub struct Name { |
| 4816 | 2026-05-27T05:24:59.369Z | | --------------- this is the found type |
| 4817 | 2026-05-27T05:24:59.369Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4818 | 2026-05-27T05:24:59.369Z | note: associated function defined here |
| 4819 | 2026-05-27T05:24:59.369Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 4820 | 2026-05-27T05:24:59.369Z | | |
| 4821 | 2026-05-27T05:24:59.369Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 4822 | 2026-05-27T05:24:59.369Z | | ^^^^^^^^^^ |
| 4823 | 2026-05-27T05:24:59.370Z | |
| 4824 | 2026-05-27T05:24:59.370Z | error[E0308]: mismatched types |
| 4825 | 2026-05-27T05:24:59.370Z | --> dns-server/src/dns_server.rs:233:35 |
| 4826 | 2026-05-27T05:24:59.370Z | | |
| 4827 | 2026-05-27T05:24:59.370Z | 233 | Ok(Record::from_rdata(name.clone(), 0, RData::AAAA((*addr).into()))) |
| 4828 | 2026-05-27T05:24:59.370Z | | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4829 | 2026-05-27T05:24:59.370Z | | | |
| 4830 | 2026-05-27T05:24:59.370Z | | arguments to this function are incorrect |
| 4831 | 2026-05-27T05:24:59.370Z | | |
| 4832 | 2026-05-27T05:24:59.370Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4833 | 2026-05-27T05:24:59.371Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4834 | 2026-05-27T05:24:59.371Z | | |
| 4835 | 2026-05-27T05:24:59.371Z | 34 | pub struct Name { |
| 4836 | 2026-05-27T05:24:59.371Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4837 | 2026-05-27T05:24:59.371Z | | |
| 4838 | 2026-05-27T05:24:59.371Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4839 | 2026-05-27T05:24:59.371Z | | |
| 4840 | 2026-05-27T05:24:59.371Z | 37 | pub struct Name { |
| 4841 | 2026-05-27T05:24:59.371Z | | --------------- this is the found type |
| 4842 | 2026-05-27T05:24:59.375Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4843 | 2026-05-27T05:24:59.375Z | note: associated function defined here |
| 4844 | 2026-05-27T05:24:59.375Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 4845 | 2026-05-27T05:24:59.375Z | | |
| 4846 | 2026-05-27T05:24:59.375Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 4847 | 2026-05-27T05:24:59.376Z | | ^^^^^^^^^^ |
| 4848 | 2026-05-27T05:24:59.376Z | |
| 4849 | 2026-05-27T05:24:59.376Z | error[E0308]: mismatched types |
| 4850 | 2026-05-27T05:24:59.376Z | --> dns-server/src/dns_server.rs:247:60 |
| 4851 | 2026-05-27T05:24:59.376Z | | |
| 4852 | 2026-05-27T05:24:59.376Z | 247 | RData::SRV(SRV::new(*prio, *weight, *port, tgt)), |
| 4853 | 2026-05-27T05:24:59.376Z | | -------- ^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4854 | 2026-05-27T05:24:59.376Z | | | |
| 4855 | 2026-05-27T05:24:59.376Z | | arguments to this function are incorrect |
| 4856 | 2026-05-27T05:24:59.376Z | | |
| 4857 | 2026-05-27T05:24:59.376Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4858 | 2026-05-27T05:24:59.376Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4859 | 2026-05-27T05:24:59.376Z | | |
| 4860 | 2026-05-27T05:24:59.376Z | 34 | pub struct Name { |
| 4861 | 2026-05-27T05:24:59.376Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4862 | 2026-05-27T05:24:59.376Z | | |
| 4863 | 2026-05-27T05:24:59.376Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4864 | 2026-05-27T05:24:59.376Z | | |
| 4865 | 2026-05-27T05:24:59.376Z | 37 | pub struct Name { |
| 4866 | 2026-05-27T05:24:59.376Z | | --------------- this is the found type |
| 4867 | 2026-05-27T05:24:59.376Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4868 | 2026-05-27T05:24:59.376Z | note: associated function defined here |
| 4869 | 2026-05-27T05:24:59.376Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/srv.rs:174:12 |
| 4870 | 2026-05-27T05:24:59.376Z | | |
| 4871 | 2026-05-27T05:24:59.376Z | 174 | pub fn new(priority: u16, weight: u16, port: u16, target: Name) -> Self { |
| 4872 | 2026-05-27T05:24:59.376Z | | ^^^ |
| 4873 | 2026-05-27T05:24:59.376Z | |
| 4874 | 2026-05-27T05:24:59.377Z | error[E0308]: mismatched types |
| 4875 | 2026-05-27T05:24:59.377Z | --> dns-server/src/dns_server.rs:245:17 |
| 4876 | 2026-05-27T05:24:59.377Z | | |
| 4877 | 2026-05-27T05:24:59.377Z | 244 | Ok(Record::from_rdata( |
| 4878 | 2026-05-27T05:24:59.377Z | | ------------------ arguments to this function are incorrect |
| 4879 | 2026-05-27T05:24:59.377Z | 245 | name.clone(), |
| 4880 | 2026-05-27T05:24:59.377Z | | ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4881 | 2026-05-27T05:24:59.377Z | | |
| 4882 | 2026-05-27T05:24:59.377Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4883 | 2026-05-27T05:24:59.377Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4884 | 2026-05-27T05:24:59.377Z | | |
| 4885 | 2026-05-27T05:24:59.377Z | 34 | pub struct Name { |
| 4886 | 2026-05-27T05:24:59.377Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4887 | 2026-05-27T05:24:59.377Z | | |
| 4888 | 2026-05-27T05:24:59.378Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4889 | 2026-05-27T05:24:59.378Z | | |
| 4890 | 2026-05-27T05:24:59.378Z | 37 | pub struct Name { |
| 4891 | 2026-05-27T05:24:59.378Z | | --------------- this is the found type |
| 4892 | 2026-05-27T05:24:59.378Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4893 | 2026-05-27T05:24:59.378Z | note: associated function defined here |
| 4894 | 2026-05-27T05:24:59.378Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 4895 | 2026-05-27T05:24:59.378Z | | |
| 4896 | 2026-05-27T05:24:59.378Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 4897 | 2026-05-27T05:24:59.378Z | | ^^^^^^^^^^ |
| 4898 | 2026-05-27T05:24:59.378Z | |
| 4899 | 2026-05-27T05:24:59.378Z | error[E0308]: mismatched types |
| 4900 | 2026-05-27T05:24:59.378Z | --> dns-server/src/dns_server.rs:259:65 |
| 4901 | 2026-05-27T05:24:59.378Z | | |
| 4902 | 2026-05-27T05:24:59.378Z | 259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname)))) |
| 4903 | 2026-05-27T05:24:59.378Z | | -- ^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4904 | 2026-05-27T05:24:59.378Z | | | |
| 4905 | 2026-05-27T05:24:59.378Z | | arguments to this struct are incorrect |
| 4906 | 2026-05-27T05:24:59.378Z | | |
| 4907 | 2026-05-27T05:24:59.378Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4908 | 2026-05-27T05:24:59.378Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4909 | 2026-05-27T05:24:59.378Z | | |
| 4910 | 2026-05-27T05:24:59.379Z | 34 | pub struct Name { |
| 4911 | 2026-05-27T05:24:59.379Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4912 | 2026-05-27T05:24:59.379Z | | |
| 4913 | 2026-05-27T05:24:59.379Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4914 | 2026-05-27T05:24:59.379Z | | |
| 4915 | 2026-05-27T05:24:59.380Z | 37 | pub struct Name { |
| 4916 | 2026-05-27T05:24:59.380Z | | --------------- this is the found type |
| 4917 | 2026-05-27T05:24:59.380Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4918 | 2026-05-27T05:24:59.380Z | note: tuple struct defined here |
| 4919 | 2026-05-27T05:24:59.380Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/name.rs:98:13 |
| 4920 | 2026-05-27T05:24:59.380Z | | |
| 4921 | 2026-05-27T05:24:59.380Z | 98 | name_rdata!(NS, RDataEncoding::StandardRecord); |
| 4922 | 2026-05-27T05:24:59.380Z | | ^^ |
| 4923 | 2026-05-27T05:24:59.380Z | |
| 4924 | 2026-05-27T05:24:59.380Z | error[E0308]: mismatched types |
| 4925 | 2026-05-27T05:24:59.380Z | --> dns-server/src/dns_server.rs:259:35 |
| 4926 | 2026-05-27T05:24:59.380Z | | |
| 4927 | 2026-05-27T05:24:59.380Z | 259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname)))) |
| 4928 | 2026-05-27T05:24:59.380Z | | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4929 | 2026-05-27T05:24:59.380Z | | | |
| 4930 | 2026-05-27T05:24:59.380Z | | arguments to this function are incorrect |
| 4931 | 2026-05-27T05:24:59.380Z | | |
| 4932 | 2026-05-27T05:24:59.380Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4933 | 2026-05-27T05:24:59.380Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4934 | 2026-05-27T05:24:59.380Z | | |
| 4935 | 2026-05-27T05:24:59.380Z | 34 | pub struct Name { |
| 4936 | 2026-05-27T05:24:59.380Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4937 | 2026-05-27T05:24:59.380Z | | |
| 4938 | 2026-05-27T05:24:59.380Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4939 | 2026-05-27T05:24:59.380Z | | |
| 4940 | 2026-05-27T05:24:59.380Z | 37 | pub struct Name { |
| 4941 | 2026-05-27T05:24:59.380Z | | --------------- this is the found type |
| 4942 | 2026-05-27T05:24:59.385Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4943 | 2026-05-27T05:24:59.385Z | note: associated function defined here |
| 4944 | 2026-05-27T05:24:59.385Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 4945 | 2026-05-27T05:24:59.385Z | | |
| 4946 | 2026-05-27T05:24:59.385Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 4947 | 2026-05-27T05:24:59.385Z | | ^^^^^^^^^^ |
| 4948 | 2026-05-27T05:24:59.385Z | |
| 4949 | 2026-05-27T05:24:59.385Z | error[E0308]: arguments to this function are incorrect |
| 4950 | 2026-05-27T05:24:59.385Z | --> dns-server/src/storage.rs:448:43 |
| 4951 | 2026-05-27T05:24:59.385Z | | |
| 4952 | 2026-05-27T05:24:59.385Z | 448 | hickory_proto::rr::RData::SOA(hickory_proto::rr::rdata::SOA::new( |
| 4953 | 2026-05-27T05:24:59.385Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 4954 | 2026-05-27T05:24:59.385Z | 449 | preferred_nameserver, |
| 4955 | 2026-05-27T05:24:59.386Z | | -------------------- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4956 | 2026-05-27T05:24:59.386Z | 450 | rname, |
| 4957 | 2026-05-27T05:24:59.386Z | | ----- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4958 | 2026-05-27T05:24:59.386Z | | |
| 4959 | 2026-05-27T05:24:59.386Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4960 | 2026-05-27T05:24:59.386Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4961 | 2026-05-27T05:24:59.386Z | | |
| 4962 | 2026-05-27T05:24:59.386Z | 34 | pub struct Name { |
| 4963 | 2026-05-27T05:24:59.386Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4964 | 2026-05-27T05:24:59.386Z | | |
| 4965 | 2026-05-27T05:24:59.386Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4966 | 2026-05-27T05:24:59.387Z | | |
| 4967 | 2026-05-27T05:24:59.387Z | 37 | pub struct Name { |
| 4968 | 2026-05-27T05:24:59.387Z | | --------------- this is the found type |
| 4969 | 2026-05-27T05:24:59.387Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4970 | 2026-05-27T05:24:59.387Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4971 | 2026-05-27T05:24:59.387Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4972 | 2026-05-27T05:24:59.387Z | | |
| 4973 | 2026-05-27T05:24:59.387Z | 34 | pub struct Name { |
| 4974 | 2026-05-27T05:24:59.387Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4975 | 2026-05-27T05:24:59.387Z | | |
| 4976 | 2026-05-27T05:24:59.387Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4977 | 2026-05-27T05:24:59.387Z | | |
| 4978 | 2026-05-27T05:24:59.387Z | 37 | pub struct Name { |
| 4979 | 2026-05-27T05:24:59.387Z | | --------------- this is the found type |
| 4980 | 2026-05-27T05:24:59.387Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4981 | 2026-05-27T05:24:59.387Z | note: associated function defined here |
| 4982 | 2026-05-27T05:24:59.387Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/soa.rs:154:12 |
| 4983 | 2026-05-27T05:24:59.387Z | | |
| 4984 | 2026-05-27T05:24:59.387Z | 154 | pub fn new( |
| 4985 | 2026-05-27T05:24:59.387Z | | ^^^ |
| 4986 | 2026-05-27T05:24:59.387Z | |
| 4987 | 2026-05-27T05:24:59.387Z | error[E0308]: mismatched types |
| 4988 | 2026-05-27T05:24:59.387Z | --> dns-server/src/storage.rs:446:13 |
| 4989 | 2026-05-27T05:24:59.387Z | | |
| 4990 | 2026-05-27T05:24:59.387Z | 445 | let record = hickory_proto::rr::Record::from_rdata( |
| 4991 | 2026-05-27T05:24:59.387Z | | ------------------------------------- arguments to this function are incorrect |
| 4992 | 2026-05-27T05:24:59.387Z | 446 | soa_name, |
| 4993 | 2026-05-27T05:24:59.388Z | | ^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4994 | 2026-05-27T05:24:59.388Z | | |
| 4995 | 2026-05-27T05:24:59.388Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4996 | 2026-05-27T05:24:59.388Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4997 | 2026-05-27T05:24:59.388Z | | |
| 4998 | 2026-05-27T05:24:59.388Z | 34 | pub struct Name { |
| 4999 | 2026-05-27T05:24:59.388Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 5000 | 2026-05-27T05:24:59.388Z | | |
| 5001 | 2026-05-27T05:24:59.388Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 5002 | 2026-05-27T05:24:59.388Z | | |
| 5003 | 2026-05-27T05:24:59.388Z | 37 | pub struct Name { |
| 5004 | 2026-05-27T05:24:59.388Z | | --------------- this is the found type |
| 5005 | 2026-05-27T05:24:59.388Z | = help: you can use `cargo tree` to explore your dependency tree |
| 5006 | 2026-05-27T05:24:59.388Z | note: associated function defined here |
| 5007 | 2026-05-27T05:24:59.388Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 5008 | 2026-05-27T05:24:59.388Z | | |
| 5009 | 2026-05-27T05:24:59.388Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 5010 | 2026-05-27T05:24:59.388Z | | ^^^^^^^^^^ |
| 5011 | 2026-05-27T05:24:59.388Z | |
| 5012 | 2026-05-27T05:24:59.388Z | error[E0308]: mismatched types |
| 5013 | 2026-05-27T05:24:59.388Z | --> dns-server/src/storage.rs:768:30 |
| 5014 | 2026-05-27T05:24:59.388Z | | |
| 5015 | 2026-05-27T05:24:59.388Z | 768 | self.query_raw(name, orig_name) |
| 5016 | 2026-05-27T05:24:59.388Z | | --------- ^^^^^^^^^ expected `hickory_resolver::Name`, found `hickory_proto::rr::Name` |
| 5017 | 2026-05-27T05:24:59.388Z | | | |
| 5018 | 2026-05-27T05:24:59.388Z | | arguments to this method are incorrect |
| 5019 | 2026-05-27T05:24:59.388Z | | |
| 5020 | 2026-05-27T05:24:59.389Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 5021 | 2026-05-27T05:24:59.389Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 5022 | 2026-05-27T05:24:59.389Z | | |
| 5023 | 2026-05-27T05:24:59.389Z | 37 | pub struct Name { |
| 5024 | 2026-05-27T05:24:59.389Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 5025 | 2026-05-27T05:24:59.389Z | | |
| 5026 | 2026-05-27T05:24:59.389Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 5027 | 2026-05-27T05:24:59.389Z | | |
| 5028 | 2026-05-27T05:24:59.389Z | 34 | pub struct Name { |
| 5029 | 2026-05-27T05:24:59.389Z | | --------------- this is the found type |
| 5030 | 2026-05-27T05:24:59.389Z | = help: you can use `cargo tree` to explore your dependency tree |
| 5031 | 2026-05-27T05:24:59.389Z | note: method defined here |
| 5032 | 2026-05-27T05:24:59.389Z | --> dns-server/src/storage.rs:780:8 |
| 5033 | 2026-05-27T05:24:59.389Z | | |
| 5034 | 2026-05-27T05:24:59.389Z | 780 | fn query_raw( |
| 5035 | 2026-05-27T05:24:59.389Z | | ^^^^^^^^^ |
| 5036 | 2026-05-27T05:24:59.389Z | ... |
| 5037 | 2026-05-27T05:24:59.389Z | 783 | orig_name: &Name, |
| 5038 | 2026-05-27T05:24:59.389Z | | ---------------- |
| 5039 | 2026-05-27T05:24:59.389Z | |
| 5040 | 2026-05-27T05:24:59.389Z | error[E0308]: mismatched types |
| 5041 | 2026-05-27T05:24:59.389Z | --> dns-server/src/storage.rs:777:40 |
| 5042 | 2026-05-27T05:24:59.393Z | | |
| 5043 | 2026-05-27T05:24:59.393Z | 777 | self.query_raw(&LowerName::new(name), name) |
| 5044 | 2026-05-27T05:24:59.394Z | | -------------- ^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 5045 | 2026-05-27T05:24:59.394Z | | | |
| 5046 | 2026-05-27T05:24:59.394Z | | arguments to this function are incorrect |
| 5047 | 2026-05-27T05:24:59.394Z | | |
| 5048 | 2026-05-27T05:24:59.394Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 5049 | 2026-05-27T05:24:59.394Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 5050 | 2026-05-27T05:24:59.394Z | | |
| 5051 | 2026-05-27T05:24:59.394Z | 34 | pub struct Name { |
| 5052 | 2026-05-27T05:24:59.394Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 5053 | 2026-05-27T05:24:59.394Z | | |
| 5054 | 2026-05-27T05:24:59.394Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 5055 | 2026-05-27T05:24:59.394Z | | |
| 5056 | 2026-05-27T05:24:59.394Z | 37 | pub struct Name { |
| 5057 | 2026-05-27T05:24:59.394Z | | --------------- this is the found type |
| 5058 | 2026-05-27T05:24:59.394Z | = help: you can use `cargo tree` to explore your dependency tree |
| 5059 | 2026-05-27T05:24:59.394Z | note: associated function defined here |
| 5060 | 2026-05-27T05:24:59.394Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:37:12 |
| 5061 | 2026-05-27T05:24:59.394Z | | |
| 5062 | 2026-05-27T05:24:59.394Z | 37 | pub fn new(name: &Name) -> Self { |
| 5063 | 2026-05-27T05:24:59.394Z | | ^^^ |
| 5064 | 2026-05-27T05:24:59.394Z | |
| 5065 | 2026-05-27T05:24:59.394Z | error[E0277]: the trait bound `hickory_proto::rr::LowerName: std::convert::From<hickory_resolver::Name>` is not satisfied |
| 5066 | 2026-05-27T05:24:59.394Z | --> dns-server/src/storage.rs:791:33 |
| 5067 | 2026-05-27T05:24:59.395Z | | |
| 5068 | 2026-05-27T05:24:59.395Z | 791 | let zone_name = LowerName::from(Name::from_str(&z).unwrap()); |
| 5069 | 2026-05-27T05:24:59.395Z | | ^^^^^^^^^ the trait `std::convert::From<hickory_resolver::Name>` is not implemented for `hickory_proto::rr::LowerName` |
| 5070 | 2026-05-27T05:24:59.395Z | | |
| 5071 | 2026-05-27T05:24:59.395Z | help: item with same name found |
| 5072 | 2026-05-27T05:24:59.395Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/lower_name.rs:28:1 |
| 5073 | 2026-05-27T05:24:59.395Z | | |
| 5074 | 2026-05-27T05:24:59.395Z | 28 | pub struct LowerName(Name); |
| 5075 | 2026-05-27T05:24:59.395Z | | ^^^^^^^^^^^^^^^^^^^^ |
| 5076 | 2026-05-27T05:24:59.396Z | = note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 5077 | 2026-05-27T05:24:59.396Z | help: the following other types implement trait `std::convert::From<T>` |
| 5078 | 2026-05-27T05:24:59.396Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:240:1 |
| 5079 | 2026-05-27T05:24:59.396Z | | |
| 5080 | 2026-05-27T05:24:59.396Z | 240 | impl From<Name> for LowerName { |
| 5081 | 2026-05-27T05:24:59.396Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<hickory_proto::rr::Name>` |
| 5082 | 2026-05-27T05:24:59.396Z | ... |
| 5083 | 2026-05-27T05:24:59.396Z | 246 | impl<'a> From<&'a Name> for LowerName { |
| 5084 | 2026-05-27T05:24:59.396Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<&hickory_proto::rr::Name>` |
| 5085 | 2026-05-27T05:24:59.396Z | = note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 5086 | 2026-05-27T05:24:59.396Z | = help: you can use `cargo tree` to explore your dependency tree |
| 5087 | 2026-05-27T05:24:59.396Z | |
| 5088 | 2026-05-27T05:24:59.536Z | Some errors have detailed explanations: E0271, E0277, E0308, E0599. |
| 5089 | 2026-05-27T05:24:59.536Z | For more information about an error, try `rustc --explain E0271`. |
| 5090 | 2026-05-27T05:24:59.583Z | error: could not compile `dns-server` (lib) due to 60 previous errors |
| 5091 | 2026-05-27T05:24:59.786Z | 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) |
| 5092 | 2026-05-27T05:24:59.789Z | Error: cargo-hack install failed: exit status: 1 |
| 5093 | 2026-05-27T05:24:59.792Z | |
| 5094 | 2026-05-27T05:24:59.792Z | real 4:08.611097791 |
| 5095 | 2026-05-27T05:24:59.792Z | user 7:04.914918960 |
| 5096 | 2026-05-27T05:24:59.792Z | sys 1:58.642379617 |
| 5097 | 2026-05-27T05:24:59.792Z | trap 0.158290082 |
| 5098 | 2026-05-27T05:24:59.792Z | tflt 0.221053566 |
| 5099 | 2026-05-27T05:24:59.792Z | dflt 0.726499126 |
| 5100 | 2026-05-27T05:24:59.792Z | kflt 0.001710100 |
| 5101 | 2026-05-27T05:24:59.792Z | lock 21:00.971540588 |
| 5102 | 2026-05-27T05:24:59.792Z | slp 30:24.511086239 |
| 5103 | 2026-05-27T05:24:59.792Z | lat 34.352269749 |
| 5104 | 2026-05-27T05:24:59.792Z | stop 2:02.981039725 |
| 5105 | 2026-05-27T05:24:59.792Z | process exited: duration 386724 ms, exit code 1 |
| |
| 5106 | 2026-05-27T05:24:59.799Z | found 0 output files |