|
|
|
| 1 | 2026-05-26T22:58:03.362Z | job assigned to worker 01KSK83FASD0JMHMF3GN55193Y [factory aws, i-01344e934509c1e04] (queued for 46 s) |
| |
| 2 | 2026-05-26T22:58:09.849Z | starting task 0: "setup" |
| 3 | 2026-05-26T22:58:09.856Z | ++ uname -s |
| 4 | 2026-05-26T22:58:09.859Z | + kern=SunOS |
| 5 | 2026-05-26T22:58:09.859Z | + build_user=build |
| 6 | 2026-05-26T22:58:09.859Z | + build_uid=12345 |
| 7 | 2026-05-26T22:58:09.859Z | + work_dir=/work |
| 8 | 2026-05-26T22:58:09.859Z | + input_dir=/input |
| 9 | 2026-05-26T22:58:09.859Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-26T22:58:09.859Z | + case "$kern" in |
| 11 | 2026-05-26T22:58:09.860Z | + groupadd -g 12345 build |
| 12 | 2026-05-26T22:58:09.866Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-26T22:58:11.873Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-26T22:58:11.940Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-26T22:58:11.944Z | + home_fs=zfs |
| 16 | 2026-05-26T22:58:11.944Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-26T22:58:11.944Z | + mkdir -p /home/build |
| 18 | 2026-05-26T22:58:11.944Z | + chown build:build /home/build /work |
| 19 | 2026-05-26T22:58:12.944Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-26T22:58:12.948Z | process exited: duration 3096 ms, exit code 0 |
| |
| 21 | 2026-05-26T22:58:12.954Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-26T22:58:12.958Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-26T22:58:12.958Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-26T22:58:12.958Z | * rust toolchain profile = "default" |
| 25 | 2026-05-26T22:58:12.958Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-26T22:58:12.958Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-26T22:58:12.958Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-26T22:58:12.961Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-26T22:58:12.961Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-26T22:58:13.065Z | info: downloading installer |
| 31 | 2026-05-26T22:58:14.429Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-26T22:58:14.429Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-26T22:58:14.429Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-26T22:58:14.429Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-26T22:58:14.441Z | info: profile set to default |
| 36 | 2026-05-26T22:58:14.441Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-26T22:58:14.444Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-26T22:58:14.594Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-26T22:58:14.599Z | info: downloading 6 components |
| 40 | 2026-05-26T22:58:28.795Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-26T22:58:28.795Z | |
| 42 | 2026-05-26T22:58:28.825Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-26T22:58:28.825Z | |
| 44 | 2026-05-26T22:58:28.825Z | |
| 45 | 2026-05-26T22:58:28.825Z | Rust is installed now. Great! |
| 46 | 2026-05-26T22:58:28.825Z | |
| 47 | 2026-05-26T22:58:28.825Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-26T22:58:28.825Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-26T22:58:28.829Z | |
| 50 | 2026-05-26T22:58:28.829Z | To configure your current shell, you need to source |
| 51 | 2026-05-26T22:58:28.829Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-26T22:58:28.829Z | |
| 53 | 2026-05-26T22:58:28.829Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-26T22:58:28.829Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-26T22:58:28.829Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-26T22:58:28.829Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-26T22:58:28.829Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-26T22:58:28.829Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-26T22:58:28.830Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-26T22:58:28.830Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-26T22:58:28.830Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-26T22:58:28.912Z | + rustup --version |
| 63 | 2026-05-26T22:58:28.921Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-26T22:58:28.924Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-26T22:58:28.944Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-26T22:58:28.947Z | + cargo --version |
| 67 | 2026-05-26T22:58:28.960Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-26T22:58:28.963Z | + rustc --version |
| 69 | 2026-05-26T22:58:28.982Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-26T22:58:28.988Z | process exited: duration 16030 ms, exit code 0 |
| |
| 71 | 2026-05-26T22:58:28.994Z | starting task 2: "authentication" |
| 72 | 2026-05-26T22:58:29.010Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-26T22:58:29.016Z | starting task 3: "clone repository" |
| 74 | 2026-05-26T22:58:29.020Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-26T22:58:29.023Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-26T22:58:29.059Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-26T22:58:39.257Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-26T22:58:39.257Z | + git fetch origin e3c33b6e7dcfb3deda051b62fcad86934c9bf75e |
| 79 | 2026-05-26T22:58:39.540Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-26T22:58:39.540Z | * branch e3c33b6e7dcfb3deda051b62fcad86934c9bf75e -> FETCH_HEAD |
| 81 | 2026-05-26T22:58:39.550Z | + [[ -n renovate/crate-hickory-proto-vulnerability ]] |
| 82 | 2026-05-26T22:58:39.553Z | ++ git branch --show-current |
| 83 | 2026-05-26T22:58:39.553Z | + current=main |
| 84 | 2026-05-26T22:58:39.553Z | + [[ main != renovate/crate-hickory-proto-vulnerability ]] |
| 85 | 2026-05-26T22:58:39.554Z | + git branch -f renovate/crate-hickory-proto-vulnerability e3c33b6e7dcfb3deda051b62fcad86934c9bf75e |
| 86 | 2026-05-26T22:58:39.557Z | + git checkout -f renovate/crate-hickory-proto-vulnerability |
| 87 | 2026-05-26T22:58:39.795Z | Switched to branch 'renovate/crate-hickory-proto-vulnerability' |
| 88 | 2026-05-26T22:58:39.810Z | + git reset --hard e3c33b6e7dcfb3deda051b62fcad86934c9bf75e |
| 89 | 2026-05-26T22:58:40.027Z | HEAD is now at e3c33b6e7 Update Rust crate hickory-proto to 0.26.0 [SECURITY] |
| 90 | 2026-05-26T22:58:40.031Z | process exited: duration 11012 ms, exit code 0 |
| |
| 91 | 2026-05-26T22:58:40.037Z | starting task 4: "build" |
| 92 | 2026-05-26T22:58:40.041Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-26T22:58:40.041Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-26T22:58:40.041Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-26T22:58:40.044Z | + cargo --version |
| 96 | 2026-05-26T22:58:40.051Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-26T22:58:40.054Z | + rustc --version |
| 98 | 2026-05-26T22:58:40.075Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-26T22:58:40.078Z | + source ./env.sh |
| 100 | 2026-05-26T22:58:40.078Z | ++ OLD_SHELL_OPTS=ehxB |
| 101 | 2026-05-26T22:58:40.078Z | ++ set -o xtrace |
| 102 | 2026-05-26T22:58:40.081Z | ++++ dirname ./env.sh |
| 103 | 2026-05-26T22:58:40.087Z | +++ readlink -f . |
| 104 | 2026-05-26T22:58:40.092Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 105 | 2026-05-26T22:58:40.096Z | ++ 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-26T22:58:40.096Z | ++ 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-26T22:58:40.096Z | ++ 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-26T22:58:40.096Z | ++ 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-26T22:58:40.096Z | ++ 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-26T22:58:40.096Z | ++ 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-26T22:58:40.098Z | ++ 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-26T22:58:40.098Z | ++ 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-26T22:58:40.098Z | ++ case $OLD_SHELL_OPTS in |
| 114 | 2026-05-26T22:58:40.098Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 115 | 2026-05-26T22:58:40.098Z | + 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-26T22:58:40.098Z | + 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-26T22:58:40.098Z | + banner prerequisites |
| 118 | 2026-05-26T22:58:40.098Z | |
| 119 | 2026-05-26T22:58:40.098Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 120 | 2026-05-26T22:58:40.098Z | # # # # # # # # # # # # # # # |
| 121 | 2026-05-26T22:58:40.098Z | # # # # ##### # # ##### # # # # # #### # |
| 122 | 2026-05-26T22:58:40.098Z | ##### ##### # ##### # # # # # # # # # |
| 123 | 2026-05-26T22:58:40.098Z | # # # # # # # # # # # # # # # |
| 124 | 2026-05-26T22:58:40.098Z | # # # ###### # # ###### ### # #### # #### # |
| 125 | 2026-05-26T22:58:40.098Z | |
| 126 | 2026-05-26T22:58:40.098Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 127 | 2026-05-26T22:58:41.658Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-05-26T22:58:41.726Z | Startup: Caching catalogs ... Done |
| 129 | 2026-05-26T22:58:41.989Z | Planning: Solver setup ... Done (0.227s) |
| 130 | 2026-05-26T22:58:42.007Z | Planning: Running solver ... Done (0.018s) |
| 131 | 2026-05-26T22:58:42.013Z | Planning: Finding local manifests ... Done (0.002s) |
| 132 | 2026-05-26T22:58:42.024Z | Planning: Fetching manifests: 0/2 0% complete |
| 133 | 2026-05-26T22:58:42.038Z | Planning: Fetching manifests: 2/2 100% complete |
| 134 | 2026-05-26T22:58:42.052Z | Planning: Package planning ... Done (0.013s) |
| 135 | 2026-05-26T22:58:42.055Z | Planning: Merging actions ... Done (0.001s) |
| 136 | 2026-05-26T22:58:42.238Z | Planning: Checking for conflicting actions ... Done (0.184s) |
| 137 | 2026-05-26T22:58:42.242Z | Planning: Consolidating action changes ... Done (0.001s) |
| 138 | 2026-05-26T22:58:42.853Z | Planning: Evaluating mediators ... Done (0.615s) |
| 139 | 2026-05-26T22:58:42.856Z | Planning: Planning completed in 1.11 seconds |
| 140 | 2026-05-26T22:58:42.861Z | Packages to install: 2 |
| 141 | 2026-05-26T22:58:42.864Z | Estimated space available: 156.10 GB |
| 142 | 2026-05-26T22:58:42.864Z | Estimated space to be consumed: 22.53 MB |
| 143 | 2026-05-26T22:58:42.865Z | Create boot environment: No |
| 144 | 2026-05-26T22:58:42.865Z | Create backup boot environment: No |
| 145 | 2026-05-26T22:58:42.865Z | Rebuild boot archive: No |
| 146 | 2026-05-26T22:58:42.865Z | |
| 147 | 2026-05-26T22:58:42.865Z | Changed packages: |
| 148 | 2026-05-26T22:58:42.865Z | helios |
| 149 | 2026-05-26T22:58:42.865Z | developer/build-essential |
| 150 | 2026-05-26T22:58:42.865Z | None -> 11-3.0 |
| 151 | 2026-05-26T22:58:42.865Z | library/libxmlsec1 |
| 152 | 2026-05-26T22:58:42.865Z | None -> 1.2.35-3.0 |
| 153 | 2026-05-26T22:58:42.885Z | |
| 154 | 2026-05-26T22:58:42.885Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 155 | 2026-05-26T22:58:43.351Z | Download: Completed 1.28 MB in 0.47 seconds (2.8M/s) |
| 156 | 2026-05-26T22:58:43.450Z | Actions: 1/268 actions (Installing new actions) |
| 157 | 2026-05-26T22:58:43.494Z | Actions: Completed 268 actions in 0.04 seconds. |
| 158 | 2026-05-26T22:58:43.528Z | Finalize: Updating package state database ... Done (0.033s) |
| 159 | 2026-05-26T22:58:43.528Z | Finalize: Updating package cache ... Done (0.000s) |
| 160 | 2026-05-26T22:58:43.546Z | Finalize: Updating image state ... Done (0.018s) |
| 161 | 2026-05-26T22:58:45.778Z | Finalize: Creating fast lookup database ... Done (2.208s) |
| 162 | 2026-05-26T22:58:45.842Z | Finalize: Reading search index ... Done (0.010s) |
| 163 | 2026-05-26T22:58:45.845Z | Finalize: Updating search index ... Done (0.000s) |
| 164 | 2026-05-26T22:58:45.927Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-05-26T22:58:46.232Z | Planning: Evaluating mediator changes ... Done |
| 166 | 2026-05-26T22:58:46.338Z | Planning: Checking for conflicting actions ... Done |
| 167 | 2026-05-26T22:58:46.341Z | Planning: Consolidating action changes ... Done |
| 168 | 2026-05-26T22:58:46.495Z | Planning: Evaluating mediators ... Done |
| 169 | 2026-05-26T22:58:46.500Z | Planning: Planning completed in 0.26 seconds |
| 170 | 2026-05-26T22:58:46.518Z | Mediators to change: 2 |
| 171 | 2026-05-26T22:58:46.518Z | Create boot environment: No |
| 172 | 2026-05-26T22:58:46.518Z | Create backup boot environment: No |
| 173 | 2026-05-26T22:58:46.555Z | Finalize: Updating package state database ... Done |
| 174 | 2026-05-26T22:58:46.555Z | Finalize: Updating package cache ... Done |
| 175 | 2026-05-26T22:58:46.565Z | Finalize: Updating image state ... Done |
| 176 | 2026-05-26T22:58:48.485Z | Finalize: Creating fast lookup database ... Done |
| 177 | 2026-05-26T22:58:48.544Z | Finalize: Reading search index ... Done |
| 178 | 2026-05-26T22:58:48.547Z | Finalize: Updating search index ... Done |
| 179 | 2026-05-26T22:58:48.610Z | Finalize: Updating package cache ... Done |
| 180 | 2026-05-26T22:58:48.897Z | Planning: Evaluating mediator changes ... Done |
| 181 | 2026-05-26T22:58:49.003Z | Planning: Checking for conflicting actions ... Done |
| 182 | 2026-05-26T22:58:49.006Z | Planning: Consolidating action changes ... Done |
| 183 | 2026-05-26T22:58:49.161Z | Planning: Evaluating mediators ... Done |
| 184 | 2026-05-26T22:58:49.165Z | Planning: Planning completed in 0.26 seconds |
| 185 | 2026-05-26T22:58:49.184Z | Mediators to change: 1 |
| 186 | 2026-05-26T22:58:49.184Z | Create boot environment: No |
| 187 | 2026-05-26T22:58:49.184Z | Create backup boot environment: No |
| 188 | 2026-05-26T22:58:49.216Z | Finalize: Updating package state database ... Done |
| 189 | 2026-05-26T22:58:49.216Z | Finalize: Updating package cache ... Done |
| 190 | 2026-05-26T22:58:49.227Z | Finalize: Updating image state ... Done |
| 191 | 2026-05-26T22:58:51.177Z | Finalize: Creating fast lookup database ... Done |
| 192 | 2026-05-26T22:58:51.244Z | Finalize: Reading search index ... Done |
| 193 | 2026-05-26T22:58:51.247Z | Finalize: Updating search index ... Done |
| 194 | 2026-05-26T22:58:51.291Z | Finalize: Updating package cache ... Done |
| 195 | 2026-05-26T22:58:51.603Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 196 | 2026-05-26T22:58:51.603Z | apache system 2.4 system |
| 197 | 2026-05-26T22:58:51.603Z | clang system 15 system |
| 198 | 2026-05-26T22:58:51.603Z | csh system system illumos |
| 199 | 2026-05-26T22:58:51.603Z | ctags system system illumos |
| 200 | 2026-05-26T22:58:51.603Z | file vendor vendor darwinsys |
| 201 | 2026-05-26T22:58:51.603Z | file system system illumos |
| 202 | 2026-05-26T22:58:51.603Z | gcc vendor 14 vendor |
| 203 | 2026-05-26T22:58:51.603Z | gcc system 13 system |
| 204 | 2026-05-26T22:58:51.603Z | gcc system 10 system |
| 205 | 2026-05-26T22:58:51.603Z | go system 1.25 system |
| 206 | 2026-05-26T22:58:51.603Z | llvm system 15 system |
| 207 | 2026-05-26T22:58:51.603Z | mariadb system 11.4 system |
| 208 | 2026-05-26T22:58:51.604Z | mta vendor vendor dma |
| 209 | 2026-05-26T22:58:51.604Z | openjdk system 17 system |
| 210 | 2026-05-26T22:58:51.604Z | openjdk system 11 system |
| 211 | 2026-05-26T22:58:51.605Z | openssl vendor 3 vendor |
| 212 | 2026-05-26T22:58:51.605Z | perl system 5.40 system |
| 213 | 2026-05-26T22:58:51.605Z | postgresql system 18 system |
| 214 | 2026-05-26T22:58:51.605Z | postgresql system 17 system |
| 215 | 2026-05-26T22:58:51.605Z | python vendor 3 vendor |
| 216 | 2026-05-26T22:58:51.605Z | python system 2 system |
| 217 | 2026-05-26T22:58:51.605Z | python3 vendor 3.13 vendor |
| 218 | 2026-05-26T22:58:51.605Z | ruby system 3.4 system |
| 219 | 2026-05-26T22:58:51.605Z | ruby system 3.0 system |
| 220 | 2026-05-26T22:58:51.605Z | words vendor vendor american-english |
| 221 | 2026-05-26T22:58:51.605Z | words system system australian-english |
| 222 | 2026-05-26T22:58:51.605Z | words system system british-english |
| 223 | 2026-05-26T22:58:51.605Z | words system system canadian-english |
| 224 | 2026-05-26T22:58:51.605Z | words system system french |
| 225 | 2026-05-26T22:58:51.605Z | words system system italian |
| 226 | 2026-05-26T22:58:51.605Z | words system system ngerman |
| 227 | 2026-05-26T22:58:51.605Z | words system system ogerman |
| 228 | 2026-05-26T22:58:51.605Z | words system system spanish |
| 229 | 2026-05-26T22:58:51.855Z | PUBLISHER TYPE STATUS P LOCATION |
| 230 | 2026-05-26T22:58:51.855Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 231 | 2026-05-26T22:58:52.134Z | FMRI IFO |
| 232 | 2026-05-26T22:58:52.134Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 233 | 2026-05-26T22:58:52.134Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 234 | 2026-05-26T22:58:52.134Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 235 | 2026-05-26T22:58:52.134Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 236 | 2026-05-26T22:58:52.134Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 237 | 2026-05-26T22:58:52.134Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 238 | 2026-05-26T22:58:52.134Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 239 | 2026-05-26T22:58:52.135Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 240 | 2026-05-26T22:58:52.135Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 241 | 2026-05-26T22:58:52.384Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 242 | 2026-05-26T22:58:52.631Z | Updating crates.io index |
| 243 | 2026-05-26T22:58:52.634Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 244 | 2026-05-26T22:58:53.113Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 245 | 2026-05-26T22:58:53.391Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 246 | 2026-05-26T22:58:53.782Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 247 | 2026-05-26T22:58:54.838Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 248 | 2026-05-26T22:58:55.430Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 249 | 2026-05-26T22:58:56.928Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 250 | 2026-05-26T22:58:57.674Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 251 | 2026-05-26T22:58:58.010Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 252 | 2026-05-26T22:58:58.773Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 253 | 2026-05-26T22:58:59.131Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 254 | 2026-05-26T22:58:59.542Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 255 | 2026-05-26T22:58:59.869Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 256 | 2026-05-26T22:59:00.921Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 257 | 2026-05-26T22:59:01.422Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 258 | 2026-05-26T22:59:01.948Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 259 | 2026-05-26T22:59:02.341Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 260 | 2026-05-26T22:59:02.767Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 261 | 2026-05-26T22:59:03.184Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 262 | 2026-05-26T22:59:03.517Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 263 | 2026-05-26T22:59:03.753Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 264 | 2026-05-26T22:59:04.039Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 265 | 2026-05-26T22:59:04.696Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 266 | 2026-05-26T22:59:05.029Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 267 | 2026-05-26T22:59:05.373Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 268 | 2026-05-26T22:59:05.827Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 269 | 2026-05-26T22:59:06.430Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 270 | 2026-05-26T22:59:06.751Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 271 | 2026-05-26T22:59:07.938Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 272 | 2026-05-26T22:59:08.177Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 273 | 2026-05-26T22:59:09.011Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 274 | 2026-05-26T22:59:09.278Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 275 | 2026-05-26T22:59:09.644Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 276 | 2026-05-26T22:59:09.971Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 277 | 2026-05-26T22:59:10.307Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 278 | 2026-05-26T22:59:10.662Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 279 | 2026-05-26T22:59:11.179Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 280 | 2026-05-26T22:59:11.438Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 281 | 2026-05-26T22:59:11.685Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 282 | 2026-05-26T22:59:12.071Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 283 | 2026-05-26T22:59:23.769Z | Downloading crates ... |
| 284 | 2026-05-26T22:59:23.817Z | Downloaded anstream v0.6.21 |
| 285 | 2026-05-26T22:59:23.828Z | Downloaded serde_derive v1.0.228 |
| 286 | 2026-05-26T22:59:23.832Z | Downloaded scroll_derive v0.12.1 |
| 287 | 2026-05-26T22:59:23.832Z | Downloaded thread-id v4.2.2 |
| 288 | 2026-05-26T22:59:23.832Z | Downloaded tinystr v0.8.2 |
| 289 | 2026-05-26T22:59:23.839Z | Downloaded usdt v0.5.0 |
| 290 | 2026-05-26T22:59:23.843Z | Downloaded yoke v0.8.1 |
| 291 | 2026-05-26T22:59:23.843Z | Downloaded toml v0.8.23 |
| 292 | 2026-05-26T22:59:23.846Z | Downloaded zerovec-derive v0.11.2 |
| 293 | 2026-05-26T22:59:23.846Z | Downloaded zerofrom-derive v0.1.6 |
| 294 | 2026-05-26T22:59:23.851Z | Downloaded zerofrom v0.1.6 |
| 295 | 2026-05-26T22:59:23.852Z | Downloaded zmij v1.0.21 |
| 296 | 2026-05-26T22:59:23.852Z | Downloaded toml_datetime v0.6.11 |
| 297 | 2026-05-26T22:59:23.852Z | Downloaded anyhow v1.0.102 |
| 298 | 2026-05-26T22:59:23.855Z | Downloaded yoke-derive v0.8.1 |
| 299 | 2026-05-26T22:59:23.860Z | Downloaded indexmap v2.14.0 |
| 300 | 2026-05-26T22:59:23.860Z | Downloaded anstyle-query v1.1.5 |
| 301 | 2026-05-26T22:59:23.860Z | Downloaded unicode-xid v0.2.6 |
| 302 | 2026-05-26T22:59:23.867Z | Downloaded percent-encoding v2.3.2 |
| 303 | 2026-05-26T22:59:23.867Z | Downloaded bytecount v0.6.9 |
| 304 | 2026-05-26T22:59:23.867Z | Downloaded utf8_iter v1.0.4 |
| 305 | 2026-05-26T22:59:23.867Z | Downloaded version_check v0.9.5 |
| 306 | 2026-05-26T22:59:23.867Z | Downloaded utf8parse v0.2.2 |
| 307 | 2026-05-26T22:59:23.867Z | Downloaded usdt-macro v0.5.0 |
| 308 | 2026-05-26T22:59:23.867Z | Downloaded unicode-linebreak v0.1.5 |
| 309 | 2026-05-26T22:59:23.871Z | Downloaded semver v1.0.28 |
| 310 | 2026-05-26T22:59:23.871Z | Downloaded bitflags v2.11.0 |
| 311 | 2026-05-26T22:59:23.880Z | Downloaded usdt-attr-macro v0.5.0 |
| 312 | 2026-05-26T22:59:23.880Z | Downloaded toml_write v0.1.2 |
| 313 | 2026-05-26T22:59:23.880Z | Downloaded quote v1.0.45 |
| 314 | 2026-05-26T22:59:23.884Z | Downloaded thiserror v1.0.69 |
| 315 | 2026-05-26T22:59:23.884Z | Downloaded thiserror-impl v2.0.18 |
| 316 | 2026-05-26T22:59:23.884Z | Downloaded swrite v0.1.0 |
| 317 | 2026-05-26T22:59:23.884Z | Downloaded itoa v1.0.17 |
| 318 | 2026-05-26T22:59:23.884Z | Downloaded thiserror v2.0.18 |
| 319 | 2026-05-26T22:59:23.889Z | Downloaded serde-value v0.7.0 |
| 320 | 2026-05-26T22:59:23.889Z | Downloaded writeable v0.6.2 |
| 321 | 2026-05-26T22:59:23.893Z | Downloaded proc-macro-error-attr v1.0.4 |
| 322 | 2026-05-26T22:59:23.893Z | Downloaded dtrace-parser v0.2.0 |
| 323 | 2026-05-26T22:59:23.893Z | Downloaded thiserror-impl v1.0.69 |
| 324 | 2026-05-26T22:59:23.893Z | Downloaded memmap v0.7.0 |
| 325 | 2026-05-26T22:59:23.894Z | Downloaded icu_properties v2.1.2 |
| 326 | 2026-05-26T22:59:23.894Z | Downloaded form_urlencoded v1.2.2 |
| 327 | 2026-05-26T22:59:23.899Z | Downloaded colorchoice v1.0.4 |
| 328 | 2026-05-26T22:59:23.899Z | Downloaded usdt-impl v0.5.0 |
| 329 | 2026-05-26T22:59:23.899Z | Downloaded autocfg v1.5.0 |
| 330 | 2026-05-26T22:59:23.899Z | Downloaded unicode-ident v1.0.24 |
| 331 | 2026-05-26T22:59:23.899Z | Downloaded typeid v1.0.3 |
| 332 | 2026-05-26T22:59:23.899Z | Downloaded dof v0.3.0 |
| 333 | 2026-05-26T22:59:23.903Z | Downloaded digest v0.10.7 |
| 334 | 2026-05-26T22:59:23.903Z | Downloaded toml_edit v0.22.27 |
| 335 | 2026-05-26T22:59:23.903Z | Downloaded ucd-trie v0.1.7 |
| 336 | 2026-05-26T22:59:23.907Z | Downloaded fs-err v3.3.0 |
| 337 | 2026-05-26T22:59:23.907Z | Downloaded plain v0.2.3 |
| 338 | 2026-05-26T22:59:23.907Z | Downloaded idna_adapter v1.2.1 |
| 339 | 2026-05-26T22:59:23.913Z | Downloaded tabled_derive v0.7.0 |
| 340 | 2026-05-26T22:59:23.913Z | Downloaded generic-array v0.14.7 |
| 341 | 2026-05-26T22:59:23.913Z | Downloaded cfg-if v1.0.4 |
| 342 | 2026-05-26T22:59:23.913Z | Downloaded block-buffer v0.10.4 |
| 343 | 2026-05-26T22:59:23.913Z | Downloaded smawk v0.3.2 |
| 344 | 2026-05-26T22:59:23.913Z | Downloaded typenum v1.19.0 |
| 345 | 2026-05-26T22:59:23.916Z | Downloaded serde_spanned v0.6.9 |
| 346 | 2026-05-26T22:59:23.921Z | Downloaded zerocopy-derive v0.7.35 |
| 347 | 2026-05-26T22:59:23.925Z | Downloaded macaddr v1.0.1 |
| 348 | 2026-05-26T22:59:23.925Z | Downloaded heck v0.4.1 |
| 349 | 2026-05-26T22:59:23.930Z | Downloaded url v2.5.8 |
| 350 | 2026-05-26T22:59:23.930Z | Downloaded equivalent v1.0.2 |
| 351 | 2026-05-26T22:59:23.932Z | Downloaded crypto-common v0.1.7 |
| 352 | 2026-05-26T22:59:23.939Z | Downloaded strsim v0.11.1 |
| 353 | 2026-05-26T22:59:23.939Z | Downloaded sha2 v0.10.9 |
| 354 | 2026-05-26T22:59:23.939Z | Downloaded pest v2.8.6 |
| 355 | 2026-05-26T22:59:23.945Z | Downloaded zerotrie v0.2.3 |
| 356 | 2026-05-26T22:59:23.945Z | Downloaded cargo-platform v0.2.0 |
| 357 | 2026-05-26T22:59:23.945Z | Downloaded zerocopy v0.7.35 |
| 358 | 2026-05-26T22:59:23.954Z | Downloaded textwrap v0.16.2 |
| 359 | 2026-05-26T22:59:23.955Z | Downloaded fastrand v2.3.0 |
| 360 | 2026-05-26T22:59:23.959Z | Downloaded pretty-hex v0.4.1 |
| 361 | 2026-05-26T22:59:23.959Z | Downloaded ordered-float v2.10.1 |
| 362 | 2026-05-26T22:59:23.959Z | Downloaded fnv v1.0.7 |
| 363 | 2026-05-26T22:59:23.959Z | Downloaded is_terminal_polyfill v1.70.2 |
| 364 | 2026-05-26T22:59:23.959Z | Downloaded cpufeatures v0.2.17 |
| 365 | 2026-05-26T22:59:23.959Z | Downloaded clap_lex v1.0.0 |
| 366 | 2026-05-26T22:59:23.973Z | Downloaded errno v0.3.14 |
| 367 | 2026-05-26T22:59:23.973Z | Downloaded zerovec v0.11.5 |
| 368 | 2026-05-26T22:59:23.973Z | Downloaded winnow v0.7.14 |
| 369 | 2026-05-26T22:59:23.985Z | Downloaded unicode-width v0.1.14 |
| 370 | 2026-05-26T22:59:23.985Z | Downloaded terminal_size v0.4.3 |
| 371 | 2026-05-26T22:59:23.985Z | Downloaded stable_deref_trait v1.2.1 |
| 372 | 2026-05-26T22:59:23.985Z | Downloaded unicode-width v0.2.0 |
| 373 | 2026-05-26T22:59:24.010Z | Downloaded memchr v2.8.0 |
| 374 | 2026-05-26T22:59:24.010Z | Downloaded serde_tokenstream v0.2.3 |
| 375 | 2026-05-26T22:59:24.010Z | Downloaded potential_utf v0.1.4 |
| 376 | 2026-05-26T22:59:24.010Z | Downloaded anstyle-parse v0.2.7 |
| 377 | 2026-05-26T22:59:24.024Z | Downloaded heck v0.5.0 |
| 378 | 2026-05-26T22:59:24.024Z | Downloaded camino-tempfile v1.4.1 |
| 379 | 2026-05-26T22:59:24.024Z | Downloaded scroll v0.12.0 |
| 380 | 2026-05-26T22:59:24.024Z | Downloaded cargo_metadata v0.21.0 |
| 381 | 2026-05-26T22:59:24.024Z | Downloaded byteorder v1.5.0 |
| 382 | 2026-05-26T22:59:24.024Z | Downloaded synstructure v0.13.2 |
| 383 | 2026-05-26T22:59:24.024Z | Downloaded cargo_toml v0.21.0 |
| 384 | 2026-05-26T22:59:24.024Z | Downloaded erased-serde v0.4.9 |
| 385 | 2026-05-26T22:59:24.024Z | Downloaded anstyle v1.0.13 |
| 386 | 2026-05-26T22:59:24.024Z | Downloaded clap_derive v4.5.55 |
| 387 | 2026-05-26T22:59:24.046Z | Downloaded serde-untagged v0.1.9 |
| 388 | 2026-05-26T22:59:24.046Z | Downloaded pest_generator v2.8.6 |
| 389 | 2026-05-26T22:59:24.046Z | Downloaded log v0.4.29 |
| 390 | 2026-05-26T22:59:24.046Z | Downloaded camino v1.2.2 |
| 391 | 2026-05-26T22:59:24.046Z | Downloaded once_cell v1.21.3 |
| 392 | 2026-05-26T22:59:24.046Z | Downloaded tempfile v3.25.0 |
| 393 | 2026-05-26T22:59:24.046Z | Downloaded displaydoc v0.2.5 |
| 394 | 2026-05-26T22:59:24.046Z | Downloaded litemap v0.8.1 |
| 395 | 2026-05-26T22:59:24.046Z | Downloaded smallvec v1.15.1 |
| 396 | 2026-05-26T22:59:24.046Z | Downloaded proc-macro-error v1.0.4 |
| 397 | 2026-05-26T22:59:24.064Z | Downloaded cargo-util-schemas v0.8.2 |
| 398 | 2026-05-26T22:59:24.064Z | Downloaded serde_core v1.0.228 |
| 399 | 2026-05-26T22:59:24.065Z | Downloaded num-traits v0.2.19 |
| 400 | 2026-05-26T22:59:24.065Z | Downloaded icu_provider v2.1.1 |
| 401 | 2026-05-26T22:59:24.065Z | Downloaded proc-macro2 v1.0.106 |
| 402 | 2026-05-26T22:59:24.070Z | Downloaded clap v4.5.60 |
| 403 | 2026-05-26T22:59:24.070Z | Downloaded pest_meta v2.8.6 |
| 404 | 2026-05-26T22:59:24.070Z | Downloaded papergrid v0.11.0 |
| 405 | 2026-05-26T22:59:24.074Z | Downloaded icu_normalizer_data v2.1.1 |
| 406 | 2026-05-26T22:59:24.082Z | Downloaded getrandom v0.4.1 |
| 407 | 2026-05-26T22:59:24.082Z | Downloaded pest_derive v2.8.6 |
| 408 | 2026-05-26T22:59:24.086Z | Downloaded icu_locale_core v2.1.1 |
| 409 | 2026-05-26T22:59:24.090Z | Downloaded icu_collections v2.1.1 |
| 410 | 2026-05-26T22:59:24.093Z | Downloaded serde v1.0.228 |
| 411 | 2026-05-26T22:59:24.098Z | Downloaded icu_normalizer v2.1.1 |
| 412 | 2026-05-26T22:59:24.120Z | Downloaded hashbrown v0.17.0 |
| 413 | 2026-05-26T22:59:24.123Z | Downloaded goblin v0.8.2 |
| 414 | 2026-05-26T22:59:24.133Z | Downloaded idna v1.1.0 |
| 415 | 2026-05-26T22:59:24.143Z | Downloaded serde_json v1.0.149 |
| 416 | 2026-05-26T22:59:24.147Z | Downloaded icu_properties_data v2.1.2 |
| 417 | 2026-05-26T22:59:24.147Z | Downloaded clap_builder v4.5.60 |
| 418 | 2026-05-26T22:59:24.166Z | Downloaded syn v1.0.109 |
| 419 | 2026-05-26T22:59:24.171Z | Downloaded tabled v0.15.0 |
| 420 | 2026-05-26T22:59:24.191Z | Downloaded syn v2.0.117 |
| 421 | 2026-05-26T22:59:24.204Z | Downloaded rustix v1.1.3 |
| 422 | 2026-05-26T22:59:24.214Z | Downloaded libc v0.2.185 |
| 423 | 2026-05-26T22:59:24.280Z | Compiling proc-macro2 v1.0.106 |
| 424 | 2026-05-26T22:59:24.280Z | Compiling unicode-ident v1.0.24 |
| 425 | 2026-05-26T22:59:24.280Z | Compiling quote v1.0.45 |
| 426 | 2026-05-26T22:59:24.281Z | Compiling serde_core v1.0.228 |
| 427 | 2026-05-26T22:59:24.290Z | Compiling libc v0.2.185 |
| 428 | 2026-05-26T22:59:24.290Z | Compiling version_check v0.9.5 |
| 429 | 2026-05-26T22:59:24.290Z | Compiling stable_deref_trait v1.2.1 |
| 430 | 2026-05-26T22:59:24.467Z | Compiling memchr v2.8.0 |
| 431 | 2026-05-26T22:59:24.592Z | Compiling serde v1.0.228 |
| 432 | 2026-05-26T22:59:24.611Z | Compiling zmij v1.0.21 |
| 433 | 2026-05-26T22:59:24.804Z | Compiling autocfg v1.5.0 |
| 434 | 2026-05-26T22:59:25.026Z | Compiling ucd-trie v0.1.7 |
| 435 | 2026-05-26T22:59:25.144Z | Compiling thiserror v1.0.69 |
| 436 | 2026-05-26T22:59:25.220Z | Compiling itoa v1.0.17 |
| 437 | 2026-05-26T22:59:25.285Z | Compiling pest v2.8.6 |
| 438 | 2026-05-26T22:59:25.309Z | Compiling litemap v0.8.1 |
| 439 | 2026-05-26T22:59:25.396Z | Compiling writeable v0.6.2 |
| 440 | 2026-05-26T22:59:25.495Z | Compiling rustix v1.1.3 |
| 441 | 2026-05-26T22:59:25.592Z | Compiling icu_normalizer_data v2.1.1 |
| 442 | 2026-05-26T22:59:25.620Z | Compiling byteorder v1.5.0 |
| 443 | 2026-05-26T22:59:25.826Z | Compiling icu_properties_data v2.1.2 |
| 444 | 2026-05-26T22:59:25.902Z | Compiling errno v0.3.14 |
| 445 | 2026-05-26T22:59:25.932Z | Compiling syn v2.0.117 |
| 446 | 2026-05-26T22:59:25.979Z | Compiling serde_json v1.0.149 |
| 447 | 2026-05-26T22:59:26.020Z | Compiling bitflags v2.11.0 |
| 448 | 2026-05-26T22:59:26.156Z | Compiling num-traits v0.2.19 |
| 449 | 2026-05-26T22:59:26.212Z | Compiling hashbrown v0.17.0 |
| 450 | 2026-05-26T22:59:26.232Z | Compiling typeid v1.0.3 |
| 451 | 2026-05-26T22:59:26.385Z | Compiling pest_meta v2.8.6 |
| 452 | 2026-05-26T22:59:26.590Z | Compiling smallvec v1.15.1 |
| 453 | 2026-05-26T22:59:26.734Z | Compiling equivalent v1.0.2 |
| 454 | 2026-05-26T22:59:26.831Z | Compiling indexmap v2.14.0 |
| 455 | 2026-05-26T22:59:26.871Z | Compiling thread-id v4.2.2 |
| 456 | 2026-05-26T22:59:26.907Z | Compiling proc-macro-error-attr v1.0.4 |
| 457 | 2026-05-26T22:59:26.952Z | Compiling usdt-impl v0.5.0 |
| 458 | 2026-05-26T22:59:27.014Z | Compiling erased-serde v0.4.9 |
| 459 | 2026-05-26T22:59:27.091Z | Compiling syn v1.0.109 |
| 460 | 2026-05-26T22:59:27.274Z | Compiling winnow v0.7.14 |
| 461 | 2026-05-26T22:59:27.292Z | Compiling toml_write v0.1.2 |
| 462 | 2026-05-26T22:59:27.531Z | Compiling proc-macro-error v1.0.4 |
| 463 | 2026-05-26T22:59:27.611Z | Compiling getrandom v0.4.1 |
| 464 | 2026-05-26T22:59:27.721Z | Compiling utf8parse v0.2.2 |
| 465 | 2026-05-26T22:59:27.845Z | Compiling camino v1.2.2 |
| 466 | 2026-05-26T22:59:27.964Z | Compiling plain v0.2.3 |
| 467 | 2026-05-26T22:59:28.055Z | Compiling percent-encoding v2.3.2 |
| 468 | 2026-05-26T22:59:28.079Z | Compiling utf8_iter v1.0.4 |
| 469 | 2026-05-26T22:59:28.102Z | Compiling log v0.4.29 |
| 470 | 2026-05-26T22:59:28.158Z | Compiling thiserror v2.0.18 |
| 471 | 2026-05-26T22:59:28.221Z | Compiling form_urlencoded v1.2.2 |
| 472 | 2026-05-26T22:59:28.254Z | Compiling ordered-float v2.10.1 |
| 473 | 2026-05-26T22:59:28.304Z | Compiling anstyle-parse v0.2.7 |
| 474 | 2026-05-26T22:59:28.522Z | Compiling terminal_size v0.4.3 |
| 475 | 2026-05-26T22:59:28.682Z | Compiling synstructure v0.13.2 |
| 476 | 2026-05-26T22:59:28.698Z | Compiling pest_generator v2.8.6 |
| 477 | 2026-05-26T22:59:28.766Z | Compiling cfg-if v1.0.4 |
| 478 | 2026-05-26T22:59:28.784Z | Compiling is_terminal_polyfill v1.70.2 |
| 479 | 2026-05-26T22:59:28.834Z | Compiling anstyle v1.0.13 |
| 480 | 2026-05-26T22:59:28.850Z | Compiling pretty-hex v0.4.1 |
| 481 | 2026-05-26T22:59:28.881Z | Compiling anstyle-query v1.1.5 |
| 482 | 2026-05-26T22:59:28.882Z | Compiling colorchoice v1.0.4 |
| 483 | 2026-05-26T22:59:29.007Z | Compiling anstream v0.6.21 |
| 484 | 2026-05-26T22:59:29.022Z | Compiling serde-untagged v0.1.9 |
| 485 | 2026-05-26T22:59:29.176Z | Compiling semver v1.0.28 |
| 486 | 2026-05-26T22:59:29.280Z | Compiling fs-err v3.3.0 |
| 487 | 2026-05-26T22:59:29.304Z | Compiling clap_lex v1.0.0 |
| 488 | 2026-05-26T22:59:29.398Z | Compiling bytecount v0.6.9 |
| 489 | 2026-05-26T22:59:29.467Z | Compiling unicode-width v0.1.14 |
| 490 | 2026-05-26T22:59:29.508Z | Compiling once_cell v1.21.3 |
| 491 | 2026-05-26T22:59:29.535Z | Compiling anyhow v1.0.102 |
| 492 | 2026-05-26T22:59:29.535Z | Compiling fnv v1.0.7 |
| 493 | 2026-05-26T22:59:29.535Z | Compiling heck v0.5.0 |
| 494 | 2026-05-26T22:59:29.710Z | Compiling unicode-xid v0.2.6 |
| 495 | 2026-05-26T22:59:29.741Z | Compiling strsim v0.11.1 |
| 496 | 2026-05-26T22:59:29.803Z | Compiling fastrand v2.3.0 |
| 497 | 2026-05-26T22:59:29.837Z | Compiling heck v0.4.1 |
| 498 | 2026-05-26T22:59:29.967Z | Compiling clap_builder v4.5.60 |
| 499 | 2026-05-26T22:59:30.063Z | Compiling tempfile v3.25.0 |
| 500 | 2026-05-26T22:59:30.070Z | Compiling papergrid v0.11.0 |
| 501 | 2026-05-26T22:59:30.097Z | Compiling memmap v0.7.0 |
| 502 | 2026-05-26T22:59:30.203Z | Compiling unicode-linebreak v0.1.5 |
| 503 | 2026-05-26T22:59:30.270Z | Compiling serde_derive v1.0.228 |
| 504 | 2026-05-26T22:59:30.294Z | Compiling zerofrom-derive v0.1.6 |
| 505 | 2026-05-26T22:59:30.436Z | Compiling yoke-derive v0.8.1 |
| 506 | 2026-05-26T22:59:30.453Z | Compiling zerovec-derive v0.11.2 |
| 507 | 2026-05-26T22:59:30.517Z | Compiling displaydoc v0.2.5 |
| 508 | 2026-05-26T22:59:31.247Z | Compiling thiserror-impl v1.0.69 |
| 509 | 2026-05-26T22:59:31.538Z | Compiling zerocopy-derive v0.7.35 |
| 510 | 2026-05-26T22:59:31.561Z | Compiling pest_derive v2.8.6 |
| 511 | 2026-05-26T22:59:31.609Z | Compiling scroll_derive v0.12.1 |
| 512 | 2026-05-26T22:59:31.697Z | Compiling zerofrom v0.1.6 |
| 513 | 2026-05-26T22:59:31.834Z | Compiling yoke v0.8.1 |
| 514 | 2026-05-26T22:59:32.009Z | Compiling zerovec v0.11.5 |
| 515 | 2026-05-26T22:59:32.031Z | Compiling zerotrie v0.2.3 |
| 516 | 2026-05-26T22:59:32.281Z | Compiling scroll v0.12.0 |
| 517 | 2026-05-26T22:59:32.343Z | Compiling thiserror-impl v2.0.18 |
| 518 | 2026-05-26T22:59:32.418Z | Compiling zerocopy v0.7.35 |
| 519 | 2026-05-26T22:59:32.522Z | Compiling tinystr v0.8.2 |
| 520 | 2026-05-26T22:59:32.580Z | Compiling potential_utf v0.1.4 |
| 521 | 2026-05-26T22:59:32.705Z | Compiling dtrace-parser v0.2.0 |
| 522 | 2026-05-26T22:59:32.734Z | Compiling icu_locale_core v2.1.1 |
| 523 | 2026-05-26T22:59:32.753Z | Compiling icu_collections v2.1.1 |
| 524 | 2026-05-26T22:59:32.972Z | Compiling goblin v0.8.2 |
| 525 | 2026-05-26T22:59:32.992Z | Compiling tabled_derive v0.7.0 |
| 526 | 2026-05-26T22:59:33.191Z | Compiling clap_derive v4.5.55 |
| 527 | 2026-05-26T22:59:33.246Z | Compiling unicode-width v0.2.0 |
| 528 | 2026-05-26T22:59:33.424Z | Compiling icu_provider v2.1.1 |
| 529 | 2026-05-26T22:59:33.601Z | Compiling smawk v0.3.2 |
| 530 | 2026-05-26T22:59:33.677Z | Compiling icu_properties v2.1.2 |
| 531 | 2026-05-26T22:59:33.701Z | Compiling icu_normalizer v2.1.1 |
| 532 | 2026-05-26T22:59:33.738Z | Compiling toml_datetime v0.6.11 |
| 533 | 2026-05-26T22:59:33.822Z | Compiling serde_spanned v0.6.9 |
| 534 | 2026-05-26T22:59:33.911Z | Compiling toml_edit v0.22.27 |
| 535 | 2026-05-26T22:59:33.949Z | Compiling serde-value v0.7.0 |
| 536 | 2026-05-26T22:59:34.001Z | Compiling dof v0.3.0 |
| 537 | 2026-05-26T22:59:34.038Z | Compiling serde_tokenstream v0.2.3 |
| 538 | 2026-05-26T22:59:34.350Z | Compiling cargo-platform v0.2.0 |
| 539 | 2026-05-26T22:59:34.390Z | Compiling tabled v0.15.0 |
| 540 | 2026-05-26T22:59:34.419Z | Compiling macaddr v1.0.1 |
| 541 | 2026-05-26T22:59:34.622Z | Compiling idna_adapter v1.2.1 |
| 542 | 2026-05-26T22:59:34.654Z | Compiling textwrap v0.16.2 |
| 543 | 2026-05-26T22:59:34.769Z | Compiling idna v1.1.0 |
| 544 | 2026-05-26T22:59:34.811Z | Compiling camino-tempfile v1.4.1 |
| 545 | 2026-05-26T22:59:34.897Z | Compiling usdt-macro v0.5.0 |
| 546 | 2026-05-26T22:59:34.907Z | Compiling usdt-attr-macro v0.5.0 |
| 547 | 2026-05-26T22:59:35.017Z | Compiling clap v4.5.60 |
| 548 | 2026-05-26T22:59:35.116Z | Compiling url v2.5.8 |
| 549 | 2026-05-26T22:59:35.407Z | Compiling toml v0.8.23 |
| 550 | 2026-05-26T22:59:35.683Z | Compiling swrite v0.1.0 |
| 551 | 2026-05-26T22:59:35.691Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 552 | 2026-05-26T22:59:35.897Z | Compiling cargo-util-schemas v0.8.2 |
| 553 | 2026-05-26T22:59:35.978Z | Compiling cargo_toml v0.21.0 |
| 554 | 2026-05-26T22:59:36.224Z | Compiling usdt v0.5.0 |
| 555 | 2026-05-26T22:59:36.854Z | Compiling cargo_metadata v0.21.0 |
| 556 | 2026-05-26T22:59:37.756Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 557 | 2026-05-26T22:59:39.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.59s |
| 558 | 2026-05-26T22:59:40.051Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 559 | 2026-05-26T22:59:40.614Z | Downloading crates ... |
| 560 | 2026-05-26T22:59:40.717Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 561 | 2026-05-26T22:59:40.721Z | Downloaded crucible-workspace-hack v0.1.0 |
| 562 | 2026-05-26T22:59:40.725Z | Downloaded aws-lc-rs v1.16.3 |
| 563 | 2026-05-26T22:59:40.732Z | Downloaded endian-type v0.1.2 |
| 564 | 2026-05-26T22:59:40.740Z | Downloaded crc32fast v1.5.0 |
| 565 | 2026-05-26T22:59:40.740Z | Downloaded dof v0.4.0 |
| 566 | 2026-05-26T22:59:40.740Z | Downloaded des v0.8.1 |
| 567 | 2026-05-26T22:59:40.740Z | Downloaded bit-set v0.8.0 |
| 568 | 2026-05-26T22:59:40.740Z | Downloaded bit-vec v0.6.3 |
| 569 | 2026-05-26T22:59:40.740Z | Downloaded darling v0.13.4 |
| 570 | 2026-05-26T22:59:40.740Z | Downloaded base64ct v1.8.3 |
| 571 | 2026-05-26T22:59:40.744Z | Downloaded base16ct v0.2.0 |
| 572 | 2026-05-26T22:59:40.745Z | Downloaded elliptic-curve v0.13.8 |
| 573 | 2026-05-26T22:59:40.745Z | Downloaded ena v0.14.4 |
| 574 | 2026-05-26T22:59:40.745Z | Downloaded colored v2.2.0 |
| 575 | 2026-05-26T22:59:40.748Z | Downloaded foreign-types v0.3.2 |
| 576 | 2026-05-26T22:59:40.756Z | Downloaded foldhash v0.1.5 |
| 577 | 2026-05-26T22:59:40.756Z | Downloaded backon v1.6.0 |
| 578 | 2026-05-26T22:59:40.756Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 579 | 2026-05-26T22:59:40.756Z | Downloaded crc8 v0.1.1 |
| 580 | 2026-05-26T22:59:40.756Z | Downloaded daft v0.1.7 |
| 581 | 2026-05-26T22:59:40.760Z | Downloaded env_logger v0.11.9 |
| 582 | 2026-05-26T22:59:40.764Z | Downloaded bitfield-macros v0.19.4 |
| 583 | 2026-05-26T22:59:40.764Z | Downloaded atomicwrites v0.4.4 |
| 584 | 2026-05-26T22:59:40.769Z | Downloaded ascii-canvas v3.0.0 |
| 585 | 2026-05-26T22:59:40.769Z | Downloaded embedded-io v0.6.1 |
| 586 | 2026-05-26T22:59:40.769Z | Downloaded dirs-sys-next v0.1.2 |
| 587 | 2026-05-26T22:59:40.769Z | Downloaded derive_builder_macro v0.20.2 |
| 588 | 2026-05-26T22:59:40.769Z | Downloaded cc v1.2.56 |
| 589 | 2026-05-26T22:59:40.769Z | Downloaded bitfield-struct v0.6.2 |
| 590 | 2026-05-26T22:59:40.773Z | Downloaded display-error-chain v0.2.2 |
| 591 | 2026-05-26T22:59:40.774Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 592 | 2026-05-26T22:59:40.775Z | Downloaded difflib v0.4.0 |
| 593 | 2026-05-26T22:59:40.775Z | Downloaded enum-as-inner v0.6.1 |
| 594 | 2026-05-26T22:59:40.778Z | Downloaded crc-catalog v2.4.0 |
| 595 | 2026-05-26T22:59:40.779Z | Downloaded derive-ex v0.1.8 |
| 596 | 2026-05-26T22:59:40.779Z | Downloaded dsl_auto_type v0.2.0 |
| 597 | 2026-05-26T22:59:40.779Z | Downloaded block-padding v0.3.3 |
| 598 | 2026-05-26T22:59:40.779Z | Downloaded ciborium-io v0.2.2 |
| 599 | 2026-05-26T22:59:40.779Z | Downloaded fd-lock v4.0.4 |
| 600 | 2026-05-26T22:59:40.783Z | Downloaded foreign-types-shared v0.3.1 |
| 601 | 2026-05-26T22:59:40.783Z | Downloaded darling_macro v0.21.3 |
| 602 | 2026-05-26T22:59:40.783Z | Downloaded const_format_proc_macros v0.2.34 |
| 603 | 2026-05-26T22:59:40.783Z | Downloaded debug-ignore v1.0.5 |
| 604 | 2026-05-26T22:59:40.788Z | Downloaded crunchy v0.2.4 |
| 605 | 2026-05-26T22:59:40.789Z | Downloaded bitflags v1.3.2 |
| 606 | 2026-05-26T22:59:40.789Z | Downloaded arrayref v0.3.9 |
| 607 | 2026-05-26T22:59:40.789Z | Downloaded curve25519-dalek v4.1.3 |
| 608 | 2026-05-26T22:59:40.793Z | Downloaded bumpalo v3.20.2 |
| 609 | 2026-05-26T22:59:40.796Z | Downloaded castaway v0.2.4 |
| 610 | 2026-05-26T22:59:40.796Z | Downloaded crossbeam-utils v0.8.21 |
| 611 | 2026-05-26T22:59:40.801Z | Downloaded compression-core v0.4.31 |
| 612 | 2026-05-26T22:59:40.801Z | Downloaded dtrace-parser v0.3.0 |
| 613 | 2026-05-26T22:59:40.801Z | Downloaded dyn-clone v1.0.20 |
| 614 | 2026-05-26T22:59:40.804Z | Downloaded cargo-platform v0.3.2 |
| 615 | 2026-05-26T22:59:40.805Z | Downloaded crc v3.4.0 |
| 616 | 2026-05-26T22:59:40.810Z | Downloaded cobs v0.3.0 |
| 617 | 2026-05-26T22:59:40.810Z | Downloaded float-cmp v0.10.0 |
| 618 | 2026-05-26T22:59:40.814Z | Downloaded ed25519 v2.2.3 |
| 619 | 2026-05-26T22:59:40.814Z | Downloaded cmake v0.1.57 |
| 620 | 2026-05-26T22:59:40.814Z | Downloaded atty v0.2.14 |
| 621 | 2026-05-26T22:59:40.818Z | Downloaded atomic-waker v1.1.2 |
| 622 | 2026-05-26T22:59:40.818Z | Downloaded dunce v1.0.5 |
| 623 | 2026-05-26T22:59:40.818Z | Downloaded bb8 v0.8.6 |
| 624 | 2026-05-26T22:59:40.818Z | Downloaded defmt-parser v1.0.0 |
| 625 | 2026-05-26T22:59:40.818Z | Downloaded deranged v0.5.8 |
| 626 | 2026-05-26T22:59:40.818Z | Downloaded downcast-rs v2.0.2 |
| 627 | 2026-05-26T22:59:40.819Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 628 | 2026-05-26T22:59:40.819Z | Downloaded darling_macro v0.13.4 |
| 629 | 2026-05-26T22:59:40.819Z | Downloaded corncobs v0.1.4 |
| 630 | 2026-05-26T22:59:40.822Z | Downloaded darling_macro v0.23.0 |
| 631 | 2026-05-26T22:59:40.822Z | Downloaded float-ord v0.3.2 |
| 632 | 2026-05-26T22:59:40.823Z | Downloaded bzip2 v0.4.4 |
| 633 | 2026-05-26T22:59:40.823Z | Downloaded chacha20 v0.10.0 |
| 634 | 2026-05-26T22:59:40.826Z | Downloaded bcs v0.1.6 |
| 635 | 2026-05-26T22:59:40.826Z | Downloaded embedded-io v0.4.0 |
| 636 | 2026-05-26T22:59:40.826Z | Downloaded defmt v0.3.100 |
| 637 | 2026-05-26T22:59:40.832Z | Downloaded darling_macro v0.20.11 |
| 638 | 2026-05-26T22:59:40.832Z | Downloaded convert_case v0.4.0 |
| 639 | 2026-05-26T22:59:40.833Z | Downloaded fxhash v0.2.1 |
| 640 | 2026-05-26T22:59:40.833Z | Downloaded foreign-types-macros v0.2.3 |
| 641 | 2026-05-26T22:59:40.841Z | Downloaded cfg_aliases v0.1.1 |
| 642 | 2026-05-26T22:59:40.841Z | Downloaded adler2 v2.0.1 |
| 643 | 2026-05-26T22:59:40.841Z | Downloaded dirs-next v2.0.0 |
| 644 | 2026-05-26T22:59:40.843Z | Downloaded array-init v0.0.4 |
| 645 | 2026-05-26T22:59:40.843Z | Downloaded foreign-types-shared v0.1.1 |
| 646 | 2026-05-26T22:59:40.843Z | Downloaded fixedbitset v0.4.2 |
| 647 | 2026-05-26T22:59:40.849Z | Downloaded bitfield v0.19.4 |
| 648 | 2026-05-26T22:59:40.849Z | Downloaded compression-codecs v0.4.37 |
| 649 | 2026-05-26T22:59:40.849Z | Downloaded futures-sink v0.3.32 |
| 650 | 2026-05-26T22:59:40.849Z | Downloaded cstr-argument v0.1.2 |
| 651 | 2026-05-26T22:59:40.849Z | Downloaded futures-task v0.3.32 |
| 652 | 2026-05-26T22:59:40.849Z | Downloaded cipher v0.4.4 |
| 653 | 2026-05-26T22:59:40.854Z | Downloaded document-features v0.2.12 |
| 654 | 2026-05-26T22:59:40.854Z | Downloaded derive_builder_core v0.20.2 |
| 655 | 2026-05-26T22:59:40.854Z | Downloaded assert_matches v1.5.0 |
| 656 | 2026-05-26T22:59:40.856Z | Downloaded foreign-types v0.5.0 |
| 657 | 2026-05-26T22:59:40.857Z | Downloaded aead v0.5.2 |
| 658 | 2026-05-26T22:59:40.860Z | Downloaded der_derive v0.7.3 |
| 659 | 2026-05-26T22:59:40.860Z | Downloaded crossbeam-deque v0.8.6 |
| 660 | 2026-05-26T22:59:40.866Z | Downloaded csv-core v0.1.13 |
| 661 | 2026-05-26T22:59:40.866Z | Downloaded funty v2.0.0 |
| 662 | 2026-05-26T22:59:40.866Z | Downloaded flagset v0.4.7 |
| 663 | 2026-05-26T22:59:40.866Z | Downloaded fallible-iterator v0.2.0 |
| 664 | 2026-05-26T22:59:40.866Z | Downloaded either v1.15.0 |
| 665 | 2026-05-26T22:59:40.868Z | Downloaded async-stream-impl v0.3.6 |
| 666 | 2026-05-26T22:59:40.873Z | Downloaded fixedbitset v0.5.7 |
| 667 | 2026-05-26T22:59:40.874Z | Downloaded argon2 v0.5.3 |
| 668 | 2026-05-26T22:59:40.874Z | Downloaded gethostname v0.5.0 |
| 669 | 2026-05-26T22:59:40.874Z | Downloaded globwalk v0.9.1 |
| 670 | 2026-05-26T22:59:40.877Z | Downloaded hash32 v0.2.1 |
| 671 | 2026-05-26T22:59:40.877Z | Downloaded hex-literal v0.4.1 |
| 672 | 2026-05-26T22:59:40.877Z | Downloaded hex v0.4.3 |
| 673 | 2026-05-26T22:59:40.877Z | Downloaded bit-set v0.5.3 |
| 674 | 2026-05-26T22:59:40.889Z | Downloaded async-stream v0.3.6 |
| 675 | 2026-05-26T22:59:40.889Z | Downloaded hash32 v0.3.1 |
| 676 | 2026-05-26T22:59:40.889Z | Downloaded futures-macro v0.3.32 |
| 677 | 2026-05-26T22:59:40.889Z | Downloaded cpufeatures v0.3.0 |
| 678 | 2026-05-26T22:59:40.892Z | Downloaded filetime v0.2.27 |
| 679 | 2026-05-26T22:59:40.892Z | Downloaded ghash v0.5.1 |
| 680 | 2026-05-26T22:59:40.892Z | Downloaded constant_time_eq v0.4.2 |
| 681 | 2026-05-26T22:59:40.892Z | Downloaded ctr v0.9.2 |
| 682 | 2026-05-26T22:59:40.892Z | Downloaded ciborium v0.2.2 |
| 683 | 2026-05-26T22:59:40.892Z | Downloaded ff v0.13.1 |
| 684 | 2026-05-26T22:59:40.893Z | Downloaded erased-serde v0.3.31 |
| 685 | 2026-05-26T22:59:40.900Z | Downloaded diesel-dtrace v0.5.0 |
| 686 | 2026-05-26T22:59:40.900Z | Downloaded futures-core v0.3.32 |
| 687 | 2026-05-26T22:59:40.900Z | Downloaded defmt v1.0.1 |
| 688 | 2026-05-26T22:59:40.900Z | Downloaded async-recursion v1.1.1 |
| 689 | 2026-05-26T22:59:40.900Z | Downloaded data-encoding v2.10.0 |
| 690 | 2026-05-26T22:59:40.900Z | Downloaded futures-io v0.3.32 |
| 691 | 2026-05-26T22:59:40.906Z | Downloaded daft-derive v0.1.7 |
| 692 | 2026-05-26T22:59:40.906Z | Downloaded defmt-macros v1.0.1 |
| 693 | 2026-05-26T22:59:40.910Z | Downloaded critical-section v1.2.0 |
| 694 | 2026-05-26T22:59:40.910Z | Downloaded foldhash v0.2.0 |
| 695 | 2026-05-26T22:59:40.910Z | Downloaded http-body v1.0.1 |
| 696 | 2026-05-26T22:59:40.910Z | Downloaded httpdate v1.0.3 |
| 697 | 2026-05-26T22:59:40.910Z | Downloaded git-stub v1.0.0 |
| 698 | 2026-05-26T22:59:40.913Z | Downloaded chacha20 v0.9.1 |
| 699 | 2026-05-26T22:59:40.914Z | Downloaded backoff v0.4.0 |
| 700 | 2026-05-26T22:59:40.914Z | Downloaded headers-core v0.3.0 |
| 701 | 2026-05-26T22:59:40.914Z | Downloaded cassowary v0.3.0 |
| 702 | 2026-05-26T22:59:40.914Z | Downloaded fs-err v2.11.0 |
| 703 | 2026-05-26T22:59:40.917Z | Downloaded fs_extra v1.3.0 |
| 704 | 2026-05-26T22:59:40.917Z | Downloaded der v0.7.10 |
| 705 | 2026-05-26T22:59:40.920Z | Downloaded colored v3.1.1 |
| 706 | 2026-05-26T22:59:40.920Z | Downloaded find-msvc-tools v0.1.9 |
| 707 | 2026-05-26T22:59:40.923Z | Downloaded diff v0.1.13 |
| 708 | 2026-05-26T22:59:40.924Z | Downloaded hubpack_derive v0.1.1 |
| 709 | 2026-05-26T22:59:40.924Z | Downloaded camino-tempfile-ext v0.3.3 |
| 710 | 2026-05-26T22:59:40.927Z | Downloaded cfg_aliases v0.2.1 |
| 711 | 2026-05-26T22:59:40.927Z | Downloaded byte-wrapper v0.1.0 |
| 712 | 2026-05-26T22:59:40.932Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 713 | 2026-05-26T22:59:40.932Z | Downloaded illumos-nvpair v0.3.0 |
| 714 | 2026-05-26T22:59:40.932Z | Downloaded bzip2 v0.6.1 |
| 715 | 2026-05-26T22:59:40.932Z | Downloaded env_filter v1.0.0 |
| 716 | 2026-05-26T22:59:40.932Z | Downloaded group v0.13.0 |
| 717 | 2026-05-26T22:59:40.932Z | Downloaded glob v0.3.3 |
| 718 | 2026-05-26T22:59:40.937Z | Downloaded ecdsa v0.16.9 |
| 719 | 2026-05-26T22:59:40.937Z | Downloaded http-range v0.1.5 |
| 720 | 2026-05-26T22:59:40.937Z | Downloaded hostname v0.3.1 |
| 721 | 2026-05-26T22:59:40.942Z | Downloaded home v0.5.12 |
| 722 | 2026-05-26T22:59:40.942Z | Downloaded internet-checksum v0.2.1 |
| 723 | 2026-05-26T22:59:40.942Z | Downloaded ciborium-ll v0.2.2 |
| 724 | 2026-05-26T22:59:40.946Z | Downloaded is-terminal v0.4.17 |
| 725 | 2026-05-26T22:59:40.946Z | Downloaded indent_write v2.2.0 |
| 726 | 2026-05-26T22:59:40.946Z | Downloaded bit-vec v0.8.0 |
| 727 | 2026-05-26T22:59:40.950Z | Downloaded convert_case v0.10.0 |
| 728 | 2026-05-26T22:59:40.950Z | Downloaded futures-executor v0.3.32 |
| 729 | 2026-05-26T22:59:40.953Z | Downloaded cexpr v0.6.0 |
| 730 | 2026-05-26T22:59:40.953Z | Downloaded hyper-tls v0.6.0 |
| 731 | 2026-05-26T22:59:40.953Z | Downloaded cargo_metadata v0.23.1 |
| 732 | 2026-05-26T22:59:40.953Z | Downloaded darling v0.21.3 |
| 733 | 2026-05-26T22:59:40.956Z | Downloaded ident_case v1.0.1 |
| 734 | 2026-05-26T22:59:40.958Z | Downloaded cbc v0.1.2 |
| 735 | 2026-05-26T22:59:40.962Z | Downloaded crossbeam-epoch v0.9.18 |
| 736 | 2026-05-26T22:59:40.969Z | Downloaded darling v0.20.11 |
| 737 | 2026-05-26T22:59:40.969Z | Downloaded base64 v0.22.1 |
| 738 | 2026-05-26T22:59:40.969Z | Downloaded highway v1.3.0 |
| 739 | 2026-05-26T22:59:40.969Z | Downloaded keccak v0.1.6 |
| 740 | 2026-05-26T22:59:40.975Z | Downloaded buf-list v1.1.2 |
| 741 | 2026-05-26T22:59:40.975Z | Downloaded kstat-rs v0.2.4 |
| 742 | 2026-05-26T22:59:40.975Z | Downloaded inout v0.1.4 |
| 743 | 2026-05-26T22:59:40.975Z | Downloaded lalrpop-util v0.19.12 |
| 744 | 2026-05-26T22:59:40.975Z | Downloaded instability v0.3.11 |
| 745 | 2026-05-26T22:59:40.983Z | Downloaded is_ci v1.2.0 |
| 746 | 2026-05-26T22:59:40.983Z | Downloaded base64 v0.21.7 |
| 747 | 2026-05-26T22:59:40.983Z | Downloaded const-oid v0.9.6 |
| 748 | 2026-05-26T22:59:40.983Z | Downloaded git-stub-vcs v0.1.0 |
| 749 | 2026-05-26T22:59:40.983Z | Downloaded async-bb8-diesel v0.2.1 |
| 750 | 2026-05-26T22:59:40.983Z | Downloaded derive_more v0.99.20 |
| 751 | 2026-05-26T22:59:40.987Z | Downloaded libscf-sys v1.1.0 |
| 752 | 2026-05-26T22:59:40.987Z | Downloaded derive-where v1.6.0 |
| 753 | 2026-05-26T22:59:40.987Z | Downloaded blowfish v0.9.1 |
| 754 | 2026-05-26T22:59:40.993Z | Downloaded darling_core v0.23.0 |
| 755 | 2026-05-26T22:59:40.995Z | Downloaded humantime v2.3.0 |
| 756 | 2026-05-26T22:59:40.999Z | Downloaded maplit v1.0.2 |
| 757 | 2026-05-26T22:59:40.999Z | Downloaded crc-any v2.5.0 |
| 758 | 2026-05-26T22:59:40.999Z | Downloaded cancel-safe-futures v0.1.5 |
| 759 | 2026-05-26T22:59:40.999Z | Downloaded md-5 v0.10.6 |
| 760 | 2026-05-26T22:59:40.999Z | Downloaded match_cfg v0.1.0 |
| 761 | 2026-05-26T22:59:40.999Z | Downloaded managed v0.8.0 |
| 762 | 2026-05-26T22:59:41.012Z | Downloaded clang-sys v1.8.1 |
| 763 | 2026-05-26T22:59:41.012Z | Downloaded lzss v0.8.2 |
| 764 | 2026-05-26T22:59:41.012Z | Downloaded linked-hash-map v0.5.6 |
| 765 | 2026-05-26T22:59:41.012Z | Downloaded hostname v0.4.2 |
| 766 | 2026-05-26T22:59:41.012Z | Downloaded globset v0.4.18 |
| 767 | 2026-05-26T22:59:41.012Z | Downloaded async-trait v0.1.89 |
| 768 | 2026-05-26T22:59:41.012Z | Downloaded console v0.16.2 |
| 769 | 2026-05-26T22:59:41.013Z | Downloaded http-body-util v0.1.3 |
| 770 | 2026-05-26T22:59:41.013Z | Downloaded indoc v2.0.7 |
| 771 | 2026-05-26T22:59:41.016Z | Downloaded arrayvec v0.7.6 |
| 772 | 2026-05-26T22:59:41.016Z | Downloaded mime v0.3.17 |
| 773 | 2026-05-26T22:59:41.016Z | Downloaded cookie v0.18.1 |
| 774 | 2026-05-26T22:59:41.016Z | Downloaded memoffset v0.9.1 |
| 775 | 2026-05-26T22:59:41.016Z | Downloaded blake2 v0.10.6 |
| 776 | 2026-05-26T22:59:41.019Z | Downloaded ingot-types v0.1.2 |
| 777 | 2026-05-26T22:59:41.019Z | Downloaded console v0.15.11 |
| 778 | 2026-05-26T22:59:41.019Z | Downloaded lru-slab v0.1.2 |
| 779 | 2026-05-26T22:59:41.023Z | Downloaded new_debug_unreachable v1.0.6 |
| 780 | 2026-05-26T22:59:41.023Z | Downloaded indoc v1.0.9 |
| 781 | 2026-05-26T22:59:41.023Z | Downloaded ahash v0.8.12 |
| 782 | 2026-05-26T22:59:41.028Z | Downloaded lru-cache v0.1.2 |
| 783 | 2026-05-26T22:59:41.028Z | Downloaded ipnet v2.11.0 |
| 784 | 2026-05-26T22:59:41.028Z | Downloaded instant v0.1.13 |
| 785 | 2026-05-26T22:59:41.029Z | Downloaded dropshot_endpoint v0.17.0 |
| 786 | 2026-05-26T22:59:41.030Z | Downloaded lru v0.12.5 |
| 787 | 2026-05-26T22:59:41.034Z | Downloaded futures v0.3.32 |
| 788 | 2026-05-26T22:59:41.034Z | Downloaded httparse v1.10.1 |
| 789 | 2026-05-26T22:59:41.037Z | Downloaded futures-channel v0.3.32 |
| 790 | 2026-05-26T22:59:41.037Z | Downloaded cookie_store v0.22.1 |
| 791 | 2026-05-26T22:59:41.038Z | Downloaded normalize-line-endings v0.3.0 |
| 792 | 2026-05-26T22:59:41.038Z | Downloaded nodrop v0.1.14 |
| 793 | 2026-05-26T22:59:41.043Z | Downloaded newline-converter v0.3.0 |
| 794 | 2026-05-26T22:59:41.043Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 795 | 2026-05-26T22:59:41.043Z | Downloaded num-conv v0.2.0 |
| 796 | 2026-05-26T22:59:41.043Z | Downloaded num v0.4.3 |
| 797 | 2026-05-26T22:59:41.043Z | Downloaded md5 v0.7.0 |
| 798 | 2026-05-26T22:59:41.043Z | Downloaded libloading v0.8.9 |
| 799 | 2026-05-26T22:59:41.047Z | Downloaded jobserver v0.1.34 |
| 800 | 2026-05-26T22:59:41.047Z | Downloaded ar_archive_writer v0.5.1 |
| 801 | 2026-05-26T22:59:41.051Z | Downloaded getrandom v0.3.4 |
| 802 | 2026-05-26T22:59:41.051Z | Downloaded nonempty v0.12.0 |
| 803 | 2026-05-26T22:59:41.051Z | Downloaded libefi-sys v0.1.0 |
| 804 | 2026-05-26T22:59:41.061Z | Downloaded getrandom v0.2.17 |
| 805 | 2026-05-26T22:59:41.061Z | Downloaded fatfs v0.3.6 |
| 806 | 2026-05-26T22:59:41.061Z | Downloaded drift v0.2.0 |
| 807 | 2026-05-26T22:59:41.066Z | Downloaded num-derive v0.4.2 |
| 808 | 2026-05-26T22:59:41.066Z | Downloaded num-derive v0.3.3 |
| 809 | 2026-05-26T22:59:41.066Z | Downloaded openssl-probe v0.1.6 |
| 810 | 2026-05-26T22:59:41.067Z | Downloaded openssl-macros v0.1.1 |
| 811 | 2026-05-26T22:59:41.067Z | Downloaded newtype_derive v0.1.6 |
| 812 | 2026-05-26T22:59:41.067Z | Downloaded nibble_vec v0.1.0 |
| 813 | 2026-05-26T22:59:41.072Z | Downloaded linear-map v1.2.0 |
| 814 | 2026-05-26T22:59:41.072Z | Downloaded hyper-staticfile v0.10.1 |
| 815 | 2026-05-26T22:59:41.072Z | Downloaded half v1.8.3 |
| 816 | 2026-05-26T22:59:41.072Z | Downloaded multimap v0.10.1 |
| 817 | 2026-05-26T22:59:41.072Z | Downloaded darling v0.23.0 |
| 818 | 2026-05-26T22:59:41.076Z | Downloaded maybe-uninit v2.0.0 |
| 819 | 2026-05-26T22:59:41.076Z | Downloaded ipnetwork v0.21.1 |
| 820 | 2026-05-26T22:59:41.076Z | Downloaded ingot-macros v0.1.1 |
| 821 | 2026-05-26T22:59:41.084Z | Downloaded newtype-uuid-macros v0.1.0 |
| 822 | 2026-05-26T22:59:41.084Z | Downloaded num_threads v0.1.7 |
| 823 | 2026-05-26T22:59:41.084Z | Downloaded num-iter v0.1.45 |
| 824 | 2026-05-26T22:59:41.086Z | Downloaded mime_guess v2.0.5 |
| 825 | 2026-05-26T22:59:41.086Z | Downloaded libsw-core v0.3.2 |
| 826 | 2026-05-26T22:59:41.089Z | Downloaded hmac v0.12.1 |
| 827 | 2026-05-26T22:59:41.089Z | Downloaded lazy_static v1.5.0 |
| 828 | 2026-05-26T22:59:41.089Z | Downloaded derive_builder v0.20.2 |
| 829 | 2026-05-26T22:59:41.089Z | Downloaded lock_api v0.4.14 |
| 830 | 2026-05-26T22:59:41.089Z | Downloaded ingot v0.1.1 |
| 831 | 2026-05-26T22:59:41.089Z | Downloaded hyper-rustls v0.27.7 |
| 832 | 2026-05-26T22:59:41.089Z | Downloaded pbkdf2 v0.11.0 |
| 833 | 2026-05-26T22:59:41.094Z | Downloaded hubpack v0.1.2 |
| 834 | 2026-05-26T22:59:41.094Z | Downloaded pbkdf2 v0.12.2 |
| 835 | 2026-05-26T22:59:41.094Z | Downloaded openssl-probe v0.2.1 |
| 836 | 2026-05-26T22:59:41.094Z | Downloaded compact_str v0.8.1 |
| 837 | 2026-05-26T22:59:41.098Z | Downloaded num_enum_derive v0.5.11 |
| 838 | 2026-05-26T22:59:41.098Z | Downloaded newtype-uuid v1.3.2 |
| 839 | 2026-05-26T22:59:41.098Z | Downloaded nanorand v0.7.0 |
| 840 | 2026-05-26T22:59:41.102Z | Downloaded libsw v3.5.0 |
| 841 | 2026-05-26T22:59:41.102Z | Downloaded darling_core v0.20.11 |
| 842 | 2026-05-26T22:59:41.157Z | Downloaded flume v0.11.1 |
| 843 | 2026-05-26T22:59:41.157Z | Downloaded darling_core v0.13.4 |
| 844 | 2026-05-26T22:59:41.157Z | Downloaded darling_core v0.21.3 |
| 845 | 2026-05-26T22:59:41.157Z | Downloaded parse-size v1.1.0 |
| 846 | 2026-05-26T22:59:41.157Z | Downloaded parse-display v0.10.0 |
| 847 | 2026-05-26T22:59:41.157Z | Downloaded oso-derive v0.27.3 |
| 848 | 2026-05-26T22:59:41.157Z | Downloaded opaque-debug v0.3.1 |
| 849 | 2026-05-26T22:59:41.157Z | Downloaded derive_more v2.1.1 |
| 850 | 2026-05-26T22:59:41.157Z | Downloaded phf_shared v0.12.1 |
| 851 | 2026-05-26T22:59:41.157Z | Downloaded num-integer v0.1.46 |
| 852 | 2026-05-26T22:59:41.157Z | Downloaded multer v3.1.0 |
| 853 | 2026-05-26T22:59:41.157Z | Downloaded iana-time-zone v0.1.65 |
| 854 | 2026-05-26T22:59:41.157Z | Downloaded crypto-bigint v0.5.5 |
| 855 | 2026-05-26T22:59:41.157Z | Downloaded predicates-core v1.0.10 |
| 856 | 2026-05-26T22:59:41.157Z | Downloaded const_format v0.2.35 |
| 857 | 2026-05-26T22:59:41.158Z | Downloaded allocator-api2 v0.2.21 |
| 858 | 2026-05-26T22:59:41.158Z | Downloaded proc-macro-crate v1.3.1 |
| 859 | 2026-05-26T22:59:41.158Z | Downloaded ignore v0.4.25 |
| 860 | 2026-05-26T22:59:41.158Z | Downloaded half v2.7.1 |
| 861 | 2026-05-26T22:59:41.158Z | Downloaded chacha20poly1305 v0.10.1 |
| 862 | 2026-05-26T22:59:41.164Z | Downloaded arc-swap v1.8.2 |
| 863 | 2026-05-26T22:59:41.164Z | Downloaded indexmap v1.9.3 |
| 864 | 2026-05-26T22:59:41.164Z | Downloaded headers v0.4.1 |
| 865 | 2026-05-26T22:59:41.164Z | Downloaded powerfmt v0.2.0 |
| 866 | 2026-05-26T22:59:41.164Z | Downloaded pin-utils v0.1.0 |
| 867 | 2026-05-26T22:59:41.164Z | Downloaded parse-display-derive v0.10.0 |
| 868 | 2026-05-26T22:59:41.164Z | Downloaded parking_lot_core v0.8.6 |
| 869 | 2026-05-26T22:59:41.169Z | Downloaded owo-colors v4.3.0 |
| 870 | 2026-05-26T22:59:41.169Z | Downloaded oxide-tokio-rt v0.1.4 |
| 871 | 2026-05-26T22:59:41.169Z | Downloaded proc-macro-crate v3.4.0 |
| 872 | 2026-05-26T22:59:41.169Z | Downloaded memmap2 v0.9.10 |
| 873 | 2026-05-26T22:59:41.169Z | Downloaded progenitor-client v0.14.0 |
| 874 | 2026-05-26T22:59:41.173Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 875 | 2026-05-26T22:59:41.173Z | Downloaded num_enum v0.7.5 |
| 876 | 2026-05-26T22:59:41.173Z | Downloaded precomputed-hash v0.1.1 |
| 877 | 2026-05-26T22:59:41.173Z | Downloaded ed25519-dalek v2.2.0 |
| 878 | 2026-05-26T22:59:41.177Z | Downloaded phf_shared v0.13.1 |
| 879 | 2026-05-26T22:59:41.177Z | Downloaded phf_shared v0.11.3 |
| 880 | 2026-05-26T22:59:41.177Z | Downloaded peg-runtime v0.8.5 |
| 881 | 2026-05-26T22:59:41.177Z | Downloaded path-slash v0.1.5 |
| 882 | 2026-05-26T22:59:41.177Z | Downloaded crossbeam-channel v0.5.15 |
| 883 | 2026-05-26T22:59:41.182Z | Downloaded password-hash v0.5.0 |
| 884 | 2026-05-26T22:59:41.182Z | Downloaded num_enum v0.5.11 |
| 885 | 2026-05-26T22:59:41.184Z | Downloaded num-complex v0.4.6 |
| 886 | 2026-05-26T22:59:41.187Z | Downloaded nu-ansi-term v0.50.3 |
| 887 | 2026-05-26T22:59:41.192Z | Downloaded peg-macros v0.8.5 |
| 888 | 2026-05-26T22:59:41.192Z | Downloaded progenitor-macro v0.13.0 |
| 889 | 2026-05-26T22:59:41.192Z | Downloaded progenitor-macro v0.11.2 |
| 890 | 2026-05-26T22:59:41.196Z | Downloaded packed_struct_codegen v0.10.1 |
| 891 | 2026-05-26T22:59:41.196Z | Downloaded packed_struct v0.10.1 |
| 892 | 2026-05-26T22:59:41.196Z | Downloaded oxnet v0.1.4 |
| 893 | 2026-05-26T22:59:41.196Z | Downloaded num-rational v0.4.2 |
| 894 | 2026-05-26T22:59:41.196Z | Downloaded rand_chacha v0.3.1 |
| 895 | 2026-05-26T22:59:41.200Z | Downloaded omicron-zone-package v0.12.2 |
| 896 | 2026-05-26T22:59:41.200Z | Downloaded progenitor-client v0.11.2 |
| 897 | 2026-05-26T22:59:41.200Z | Downloaded litrs v1.0.0 |
| 898 | 2026-05-26T22:59:41.209Z | Downloaded psl-types v2.0.11 |
| 899 | 2026-05-26T22:59:41.209Z | Downloaded progenitor-macro v0.14.0 |
| 900 | 2026-05-26T22:59:41.209Z | Downloaded predicates-tree v1.0.13 |
| 901 | 2026-05-26T22:59:41.209Z | Downloaded polyval v0.6.2 |
| 902 | 2026-05-26T22:59:41.212Z | Downloaded predicates v3.1.4 |
| 903 | 2026-05-26T22:59:41.212Z | Downloaded postgres-protocol v0.6.10 |
| 904 | 2026-05-26T22:59:41.212Z | Downloaded password-hash v0.4.2 |
| 905 | 2026-05-26T22:59:41.212Z | Downloaded heapless v0.8.0 |
| 906 | 2026-05-26T22:59:41.212Z | Downloaded heapless v0.7.17 |
| 907 | 2026-05-26T22:59:41.215Z | Downloaded poly1305 v0.8.0 |
| 908 | 2026-05-26T22:59:41.219Z | Downloaded pkg-config v0.3.32 |
| 909 | 2026-05-26T22:59:41.219Z | Downloaded phf v0.12.1 |
| 910 | 2026-05-26T22:59:41.224Z | Downloaded progenitor-client v0.10.0 |
| 911 | 2026-05-26T22:59:41.224Z | Downloaded native-tls v0.2.18 |
| 912 | 2026-05-26T22:59:41.224Z | Downloaded olpc-cjson v0.1.4 |
| 913 | 2026-05-26T22:59:41.224Z | Downloaded libbz2-rs-sys v0.2.2 |
| 914 | 2026-05-26T22:59:41.224Z | Downloaded derive_more-impl v2.1.1 |
| 915 | 2026-05-26T22:59:41.225Z | Downloaded quick-error v1.2.3 |
| 916 | 2026-05-26T22:59:41.228Z | Downloaded pem-rfc7468 v0.7.0 |
| 917 | 2026-05-26T22:59:41.229Z | Downloaded pem v3.0.6 |
| 918 | 2026-05-26T22:59:41.229Z | Downloaded parking_lot v0.12.5 |
| 919 | 2026-05-26T22:59:41.229Z | Downloaded bytes v1.11.1 |
| 920 | 2026-05-26T22:59:41.233Z | Downloaded ref-cast v1.0.25 |
| 921 | 2026-05-26T22:59:41.233Z | Downloaded phf v0.13.1 |
| 922 | 2026-05-26T22:59:41.238Z | Downloaded num_enum_derive v0.7.5 |
| 923 | 2026-05-26T22:59:41.238Z | Downloaded expectorate v1.2.0 |
| 924 | 2026-05-26T22:59:41.238Z | Downloaded diesel_derives v2.3.7 |
| 925 | 2026-05-26T22:59:41.242Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 926 | 2026-05-26T22:59:41.242Z | Downloaded recursive v0.1.1 |
| 927 | 2026-05-26T22:59:41.243Z | Downloaded paste v1.0.15 |
| 928 | 2026-05-26T22:59:41.246Z | Downloaded progenitor v0.14.0 |
| 929 | 2026-05-26T22:59:41.246Z | Downloaded parking_lot_core v0.9.12 |
| 930 | 2026-05-26T22:59:41.246Z | Downloaded ref-cast-impl v1.0.25 |
| 931 | 2026-05-26T22:59:41.246Z | Downloaded pkcs8 v0.10.2 |
| 932 | 2026-05-26T22:59:41.252Z | Downloaded ppv-lite86 v0.2.21 |
| 933 | 2026-05-26T22:59:41.252Z | Downloaded pin-project-lite v0.2.17 |
| 934 | 2026-05-26T22:59:41.252Z | Downloaded primeorder v0.13.6 |
| 935 | 2026-05-26T22:59:41.255Z | Downloaded psm v0.1.30 |
| 936 | 2026-05-26T22:59:41.255Z | Downloaded rfc6979 v0.4.0 |
| 937 | 2026-05-26T22:59:41.255Z | Downloaded pin-project-internal v1.1.11 |
| 938 | 2026-05-26T22:59:41.260Z | Downloaded rustc_version v0.4.1 |
| 939 | 2026-05-26T22:59:41.264Z | Downloaded rustc_version v0.1.7 |
| 940 | 2026-05-26T22:59:41.264Z | Downloaded rtoolbox v0.0.3 |
| 941 | 2026-05-26T22:59:41.264Z | Downloaded r2d2 v0.8.10 |
| 942 | 2026-05-26T22:59:41.268Z | Downloaded progenitor v0.11.2 |
| 943 | 2026-05-26T22:59:41.278Z | Downloaded indicatif v0.18.4 |
| 944 | 2026-05-26T22:59:41.283Z | Downloaded aes v0.8.4 |
| 945 | 2026-05-26T22:59:41.283Z | Downloaded postcard v1.1.3 |
| 946 | 2026-05-26T22:59:41.283Z | Downloaded rand_chacha v0.9.0 |
| 947 | 2026-05-26T22:59:41.283Z | Downloaded radium v0.7.0 |
| 948 | 2026-05-26T22:59:41.283Z | Downloaded hashbrown v0.13.2 |
| 949 | 2026-05-26T22:59:41.295Z | Downloaded rand_core v0.10.0 |
| 950 | 2026-05-26T22:59:41.295Z | Downloaded miniz_oxide v0.8.9 |
| 951 | 2026-05-26T22:59:41.299Z | Downloaded hickory-resolver v0.24.4 |
| 952 | 2026-05-26T22:59:41.299Z | Downloaded parking_lot v0.11.2 |
| 953 | 2026-05-26T22:59:41.299Z | Downloaded async-compression v0.4.41 |
| 954 | 2026-05-26T22:59:41.299Z | Downloaded russh-cryptovec v0.7.3 |
| 955 | 2026-05-26T22:59:41.299Z | Downloaded scheduled-thread-pool v0.2.7 |
| 956 | 2026-05-26T22:59:41.306Z | Downloaded flate2 v1.1.9 |
| 957 | 2026-05-26T22:59:41.306Z | Downloaded progenitor-extras v0.2.0 |
| 958 | 2026-05-26T22:59:41.306Z | Downloaded proc-macro-error2 v2.0.1 |
| 959 | 2026-05-26T22:59:41.306Z | Downloaded peg v0.8.5 |
| 960 | 2026-05-26T22:59:41.312Z | Downloaded aes-gcm v0.10.3 |
| 961 | 2026-05-26T22:59:41.316Z | Downloaded secrecy v0.8.0 |
| 962 | 2026-05-26T22:59:41.321Z | Downloaded rand_xorshift v0.4.0 |
| 963 | 2026-05-26T22:59:41.321Z | Downloaded semver v0.1.20 |
| 964 | 2026-05-26T22:59:41.321Z | Downloaded secrecy v0.10.3 |
| 965 | 2026-05-26T22:59:41.321Z | Downloaded scroll_derive v0.13.1 |
| 966 | 2026-05-26T22:59:41.325Z | Downloaded same-file v1.0.6 |
| 967 | 2026-05-26T22:59:41.325Z | Downloaded rand_core v0.9.5 |
| 968 | 2026-05-26T22:59:41.325Z | Downloaded rand_core v0.6.4 |
| 969 | 2026-05-26T22:59:41.329Z | Downloaded postgres-types v0.2.12 |
| 970 | 2026-05-26T22:59:41.333Z | Downloaded rustc-hash v2.1.1 |
| 971 | 2026-05-26T22:59:41.333Z | Downloaded serde_plain v1.0.2 |
| 972 | 2026-05-26T22:59:41.333Z | Downloaded resolv-conf v0.7.6 |
| 973 | 2026-05-26T22:59:41.336Z | Downloaded sapling-renderdag v0.1.0 |
| 974 | 2026-05-26T22:59:41.336Z | Downloaded rand_seeder v0.4.0 |
| 975 | 2026-05-26T22:59:41.336Z | Downloaded rustls-native-certs v0.8.3 |
| 976 | 2026-05-26T22:59:41.342Z | Downloaded salsa20 v0.10.2 |
| 977 | 2026-05-26T22:59:41.342Z | Downloaded pin-project v1.1.11 |
| 978 | 2026-05-26T22:59:41.348Z | Downloaded serde-big-array v0.5.1 |
| 979 | 2026-05-26T22:59:41.353Z | Downloaded serde_urlencoded v0.7.1 |
| 980 | 2026-05-26T22:59:41.354Z | Downloaded serde_spanned v1.0.4 |
| 981 | 2026-05-26T22:59:41.354Z | Downloaded serde_repr v0.1.20 |
| 982 | 2026-05-26T22:59:41.354Z | Downloaded rustls-pemfile v1.0.4 |
| 983 | 2026-05-26T22:59:41.359Z | Downloaded sha1 v0.10.6 |
| 984 | 2026-05-26T22:59:41.360Z | Downloaded rustls-pemfile v2.2.0 |
| 985 | 2026-05-26T22:59:41.360Z | Downloaded seq-macro v0.3.6 |
| 986 | 2026-05-26T22:59:41.360Z | Downloaded scopeguard v1.2.0 |
| 987 | 2026-05-26T22:59:41.360Z | Downloaded quinn-udp v0.5.14 |
| 988 | 2026-05-26T22:59:41.364Z | Downloaded p256 v0.13.2 |
| 989 | 2026-05-26T22:59:41.364Z | Downloaded papergrid v0.17.0 |
| 990 | 2026-05-26T22:59:41.371Z | Downloaded minimal-lexical v0.2.1 |
| 991 | 2026-05-26T22:59:41.371Z | Downloaded oso v0.27.3 |
| 992 | 2026-05-26T22:59:41.376Z | Downloaded hashbrown v0.12.3 |
| 993 | 2026-05-26T22:59:41.376Z | Downloaded sigpipe v0.1.3 |
| 994 | 2026-05-26T22:59:41.376Z | Downloaded signal-hook-tokio v0.3.1 |
| 995 | 2026-05-26T22:59:41.376Z | Downloaded jiff-static v0.2.21 |
| 996 | 2026-05-26T22:59:41.376Z | Downloaded pkcs1 v0.7.5 |
| 997 | 2026-05-26T22:59:41.379Z | Downloaded siphasher v1.0.2 |
| 998 | 2026-05-26T22:59:41.380Z | Downloaded pkcs5 v0.7.1 |
| 999 | 2026-05-26T22:59:41.390Z | Downloaded progenitor v0.13.0 |
| 1000 | 2026-05-26T22:59:41.390Z | Downloaded sec1 v0.7.3 |
| 1001 | 2026-05-26T22:59:41.390Z | Downloaded slog-bunyan v2.5.0 |
| 1002 | 2026-05-26T22:59:41.390Z | Downloaded signal-hook-mio v0.2.5 |
| 1003 | 2026-05-26T22:59:41.390Z | Downloaded shell-words v1.1.1 |
| 1004 | 2026-05-26T22:59:41.390Z | Downloaded serde_bytes v0.11.19 |
| 1005 | 2026-05-26T22:59:41.390Z | Downloaded scrypt v0.11.0 |
| 1006 | 2026-05-26T22:59:41.390Z | Downloaded progenitor-impl v0.11.2 |
| 1007 | 2026-05-26T22:59:41.393Z | Downloaded sct v0.7.1 |
| 1008 | 2026-05-26T22:59:41.393Z | Downloaded crossterm v0.29.0 |
| 1009 | 2026-05-26T22:59:41.397Z | Downloaded slog-envlogger v2.2.0 |
| 1010 | 2026-05-26T22:59:41.404Z | Downloaded crossterm v0.28.1 |
| 1011 | 2026-05-26T22:59:41.404Z | Downloaded rustversion v1.0.22 |
| 1012 | 2026-05-26T22:59:41.404Z | Downloaded progenitor-impl v0.14.0 |
| 1013 | 2026-05-26T22:59:41.409Z | Downloaded signature v2.2.0 |
| 1014 | 2026-05-26T22:59:41.409Z | Downloaded progenitor-client v0.13.0 |
| 1015 | 2026-05-26T22:59:41.414Z | Downloaded http v1.4.0 |
| 1016 | 2026-05-26T22:59:41.418Z | Downloaded rusty-fork v0.3.1 |
| 1017 | 2026-05-26T22:59:41.424Z | Downloaded mio v1.2.0 |
| 1018 | 2026-05-26T22:59:41.427Z | Downloaded schemars_derive v0.8.22 |
| 1019 | 2026-05-26T22:59:41.427Z | Downloaded scroll v0.13.0 |
| 1020 | 2026-05-26T22:59:41.427Z | Downloaded openssl-sys v0.9.115 |
| 1021 | 2026-05-26T22:59:41.430Z | Downloaded prettyplease v0.2.37 |
| 1022 | 2026-05-26T22:59:41.435Z | Downloaded pretty_assertions v1.4.1 |
| 1023 | 2026-05-26T22:59:41.435Z | Downloaded serde-hex v0.1.0 |
| 1024 | 2026-05-26T22:59:41.439Z | Downloaded ssh-encoding v0.2.0 |
| 1025 | 2026-05-26T22:59:41.443Z | Downloaded simd-adler32 v0.3.8 |
| 1026 | 2026-05-26T22:59:41.456Z | Downloaded strum v0.27.2 |
| 1027 | 2026-05-26T22:59:41.461Z | Downloaded strum v0.26.3 |
| 1028 | 2026-05-26T22:59:41.461Z | Downloaded slab v0.4.12 |
| 1029 | 2026-05-26T22:59:41.461Z | Downloaded subtle v2.6.1 |
| 1030 | 2026-05-26T22:59:41.462Z | Downloaded ssh-cipher v0.2.0 |
| 1031 | 2026-05-26T22:59:41.462Z | Downloaded slog-dtrace v0.3.0 |
| 1032 | 2026-05-26T22:59:41.462Z | Downloaded progenitor-impl v0.13.0 |
| 1033 | 2026-05-26T22:59:41.462Z | Downloaded dropshot-api-manager v0.7.2 |
| 1034 | 2026-05-26T22:59:41.468Z | Downloaded smf v0.2.3 |
| 1035 | 2026-05-26T22:59:41.468Z | Downloaded tabled_derive v0.11.0 |
| 1036 | 2026-05-26T22:59:41.468Z | Downloaded sync-ptr v0.1.4 |
| 1037 | 2026-05-26T22:59:41.468Z | Downloaded supports-color v3.0.2 |
| 1038 | 2026-05-26T22:59:41.468Z | Downloaded tap v1.0.1 |
| 1039 | 2026-05-26T22:59:41.476Z | Downloaded take_mut v0.2.2 |
| 1040 | 2026-05-26T22:59:41.476Z | Downloaded slog-json v2.6.1 |
| 1041 | 2026-05-26T22:59:41.476Z | Downloaded ron v0.8.1 |
| 1042 | 2026-05-26T22:59:41.479Z | Downloaded structmeta-derive v0.3.0 |
| 1043 | 2026-05-26T22:59:41.479Z | Downloaded hickory-resolver v0.25.2 |
| 1044 | 2026-05-26T22:59:41.483Z | Downloaded serde_derive_internals v0.29.1 |
| 1045 | 2026-05-26T22:59:41.483Z | Downloaded serde_with_macros v3.17.0 |
| 1046 | 2026-05-26T22:59:41.483Z | Downloaded structmeta v0.3.0 |
| 1047 | 2026-05-26T22:59:41.483Z | Downloaded strsim v0.10.0 |
| 1048 | 2026-05-26T22:59:41.486Z | Downloaded rustls-pki-types v1.14.0 |
| 1049 | 2026-05-26T22:59:41.486Z | Downloaded sqlparser_derive v0.5.0 |
| 1050 | 2026-05-26T22:59:41.489Z | Downloaded thread-id v5.1.0 |
| 1051 | 2026-05-26T22:59:41.489Z | Downloaded testing_table v0.3.0 |
| 1052 | 2026-05-26T22:59:41.494Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1053 | 2026-05-26T22:59:41.494Z | Downloaded tinyvec_macros v0.1.1 |
| 1054 | 2026-05-26T22:59:41.494Z | Downloaded rayon-core v1.13.0 |
| 1055 | 2026-05-26T22:59:41.498Z | Downloaded signal-hook-registry v1.4.8 |
| 1056 | 2026-05-26T22:59:41.502Z | Downloaded shlex v1.3.0 |
| 1057 | 2026-05-26T22:59:41.502Z | Downloaded serde_with_macros v1.5.2 |
| 1058 | 2026-05-26T22:59:41.502Z | Downloaded tabwriter v1.4.1 |
| 1059 | 2026-05-26T22:59:41.506Z | Downloaded slog-async v2.8.0 |
| 1060 | 2026-05-26T22:59:41.506Z | Downloaded prefix-trie v0.7.0 |
| 1061 | 2026-05-26T22:59:41.509Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1062 | 2026-05-26T22:59:41.510Z | Downloaded stringprep v0.1.5 |
| 1063 | 2026-05-26T22:59:41.513Z | Downloaded stacker v0.1.23 |
| 1064 | 2026-05-26T22:59:41.513Z | Downloaded serde_path_to_error v0.1.20 |
| 1065 | 2026-05-26T22:59:41.517Z | Downloaded slog-term v2.9.2 |
| 1066 | 2026-05-26T22:59:41.517Z | Downloaded tagptr v0.2.0 |
| 1067 | 2026-05-26T22:59:41.523Z | Downloaded schemars v0.8.22 |
| 1068 | 2026-05-26T22:59:41.526Z | Downloaded time-core v0.1.8 |
| 1069 | 2026-05-26T22:59:41.526Z | Downloaded smallvec v0.6.14 |
| 1070 | 2026-05-26T22:59:41.531Z | Downloaded string_cache v0.8.9 |
| 1071 | 2026-05-26T22:59:41.531Z | Downloaded snafu-derive v0.8.9 |
| 1072 | 2026-05-26T22:59:41.531Z | Downloaded slog-stdlog v4.1.1 |
| 1073 | 2026-05-26T22:59:41.535Z | Downloaded ryu v1.0.23 |
| 1074 | 2026-05-26T22:59:41.535Z | Downloaded sync_wrapper v1.0.2 |
| 1075 | 2026-05-26T22:59:41.535Z | Downloaded slog-scope v4.4.1 |
| 1076 | 2026-05-26T22:59:41.549Z | Downloaded termtree v0.5.1 |
| 1077 | 2026-05-26T22:59:41.555Z | Downloaded termios v0.3.3 |
| 1078 | 2026-05-26T22:59:41.555Z | Downloaded sqlformat v0.3.5 |
| 1079 | 2026-05-26T22:59:41.555Z | Downloaded spki v0.7.3 |
| 1080 | 2026-05-26T22:59:41.560Z | Downloaded signal-hook v0.3.18 |
| 1081 | 2026-05-26T22:59:41.565Z | Downloaded tokio-macros v2.7.0 |
| 1082 | 2026-05-26T22:59:41.565Z | Downloaded static_assertions v1.1.0 |
| 1083 | 2026-05-26T22:59:41.572Z | Downloaded serde_cbor v0.11.2 |
| 1084 | 2026-05-26T22:59:41.572Z | Downloaded thiserror-no-std v2.0.2 |
| 1085 | 2026-05-26T22:59:41.576Z | Downloaded strum_macros v0.24.3 |
| 1086 | 2026-05-26T22:59:41.576Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1087 | 2026-05-26T22:59:41.576Z | Downloaded russh-keys v0.45.0 |
| 1088 | 2026-05-26T22:59:41.581Z | Downloaded hickory-server v0.25.2 |
| 1089 | 2026-05-26T22:59:41.581Z | Downloaded strum_macros v0.27.2 |
| 1090 | 2026-05-26T22:59:41.584Z | Downloaded tiny-keccak v2.0.2 |
| 1091 | 2026-05-26T22:59:41.584Z | Downloaded time-macros v0.2.27 |
| 1092 | 2026-05-26T22:59:41.584Z | Downloaded tls_codec v0.4.2 |
| 1093 | 2026-05-26T22:59:41.588Z | Downloaded strum_macros v0.26.4 |
| 1094 | 2026-05-26T22:59:41.588Z | Downloaded topological-sort v0.2.2 |
| 1095 | 2026-05-26T22:59:41.588Z | Downloaded similar v2.7.0 |
| 1096 | 2026-05-26T22:59:41.601Z | Downloaded hyper-util v0.1.20 |
| 1097 | 2026-05-26T22:59:41.601Z | Downloaded itertools v0.13.0 |
| 1098 | 2026-05-26T22:59:41.608Z | Downloaded schemars v0.9.0 |
| 1099 | 2026-05-26T22:59:41.608Z | Downloaded try-lock v0.2.5 |
| 1100 | 2026-05-26T22:59:41.608Z | Downloaded trait-variant v0.1.2 |
| 1101 | 2026-05-26T22:59:41.608Z | Downloaded tower-service v0.3.3 |
| 1102 | 2026-05-26T22:59:41.608Z | Downloaded tower-layer v0.3.3 |
| 1103 | 2026-05-26T22:59:41.612Z | Downloaded thread_local v1.1.9 |
| 1104 | 2026-05-26T22:59:41.612Z | Downloaded support-bundle-viewer v0.1.2 |
| 1105 | 2026-05-26T22:59:41.616Z | Downloaded rcgen v0.12.1 |
| 1106 | 2026-05-26T22:59:41.616Z | Downloaded typify-macro v0.4.3 |
| 1107 | 2026-05-26T22:59:41.627Z | Downloaded typify-macro v0.6.2 |
| 1108 | 2026-05-26T22:59:41.627Z | Downloaded socket2 v0.5.10 |
| 1109 | 2026-05-26T22:59:41.627Z | Downloaded hyper v1.8.1 |
| 1110 | 2026-05-26T22:59:41.632Z | Downloaded rand v0.9.2 |
| 1111 | 2026-05-26T22:59:41.632Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1112 | 2026-05-26T22:59:41.635Z | Downloaded unarray v0.1.4 |
| 1113 | 2026-05-26T22:59:41.635Z | Downloaded term v1.2.1 |
| 1114 | 2026-05-26T22:59:41.636Z | Downloaded unicode-truncate v1.1.0 |
| 1115 | 2026-05-26T22:59:41.636Z | Downloaded untrusted v0.9.0 |
| 1116 | 2026-05-26T22:59:41.640Z | Downloaded universal-hash v0.5.1 |
| 1117 | 2026-05-26T22:59:41.640Z | Downloaded unit-prefix v0.5.2 |
| 1118 | 2026-05-26T22:59:41.640Z | Downloaded usdt-macro v0.6.0 |
| 1119 | 2026-05-26T22:59:41.640Z | Downloaded tokio-native-tls v0.3.1 |
| 1120 | 2026-05-26T22:59:41.646Z | Downloaded hashbrown v0.15.5 |
| 1121 | 2026-05-26T22:59:41.646Z | Downloaded utf-8 v0.7.6 |
| 1122 | 2026-05-26T22:59:41.646Z | Downloaded spin v0.9.8 |
| 1123 | 2026-05-26T22:59:41.649Z | Downloaded tokio-rustls v0.25.0 |
| 1124 | 2026-05-26T22:59:41.649Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1125 | 2026-05-26T22:59:41.649Z | Downloaded tokio-tungstenite v0.21.0 |
| 1126 | 2026-05-26T22:59:41.649Z | Downloaded iddqd v0.4.1 |
| 1127 | 2026-05-26T22:59:41.653Z | Downloaded untrusted v0.7.1 |
| 1128 | 2026-05-26T22:59:41.653Z | Downloaded rustls-webpki v0.103.9 |
| 1129 | 2026-05-26T22:59:41.659Z | Downloaded usdt-attr-macro v0.6.0 |
| 1130 | 2026-05-26T22:59:41.662Z | Downloaded tokio-dtrace v0.1.1 |
| 1131 | 2026-05-26T22:59:41.662Z | Downloaded publicsuffix v2.3.0 |
| 1132 | 2026-05-26T22:59:41.669Z | Downloaded nom v7.1.3 |
| 1133 | 2026-05-26T22:59:41.670Z | Downloaded tokio-tungstenite v0.23.1 |
| 1134 | 2026-05-26T22:59:41.670Z | Downloaded hkdf v0.12.4 |
| 1135 | 2026-05-26T22:59:41.670Z | Downloaded num-bigint v0.4.6 |
| 1136 | 2026-05-26T22:59:41.670Z | Downloaded rand v0.8.6 |
| 1137 | 2026-05-26T22:59:41.670Z | Downloaded quinn v0.11.9 |
| 1138 | 2026-05-26T22:59:41.673Z | Downloaded usdt v0.6.0 |
| 1139 | 2026-05-26T22:59:41.673Z | Downloaded socket2 v0.6.3 |
| 1140 | 2026-05-26T22:59:41.674Z | Downloaded itertools v0.14.0 |
| 1141 | 2026-05-26T22:59:41.678Z | Downloaded term v0.7.0 |
| 1142 | 2026-05-26T22:59:41.678Z | Downloaded slog v2.8.2 |
| 1143 | 2026-05-26T22:59:41.681Z | Downloaded iri-string v0.7.10 |
| 1144 | 2026-05-26T22:59:41.686Z | Downloaded russh v0.45.0 |
| 1145 | 2026-05-26T22:59:41.692Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1146 | 2026-05-26T22:59:41.692Z | Downloaded wait-timeout v0.2.1 |
| 1147 | 2026-05-26T22:59:41.702Z | Downloaded want v0.3.1 |
| 1148 | 2026-05-26T22:59:41.702Z | Downloaded tui-tree-widget v0.23.1 |
| 1149 | 2026-05-26T22:59:41.702Z | Downloaded itertools v0.10.5 |
| 1150 | 2026-05-26T22:59:41.707Z | Downloaded waitgroup v0.1.2 |
| 1151 | 2026-05-26T22:59:41.707Z | Downloaded void v1.0.2 |
| 1152 | 2026-05-26T22:59:41.707Z | Downloaded tokio-stream v0.1.18 |
| 1153 | 2026-05-26T22:59:41.707Z | Downloaded libxml v0.3.3 |
| 1154 | 2026-05-26T22:59:41.712Z | Downloaded xattr v1.6.1 |
| 1155 | 2026-05-26T22:59:41.716Z | Downloaded tinyvec v1.10.0 |
| 1156 | 2026-05-26T22:59:41.716Z | Downloaded futures-util v0.3.32 |
| 1157 | 2026-05-26T22:59:41.721Z | Downloaded rsa v0.9.10 |
| 1158 | 2026-05-26T22:59:41.725Z | Downloaded tls_codec_derive v0.4.2 |
| 1159 | 2026-05-26T22:59:41.725Z | Downloaded qorb v0.4.1 |
| 1160 | 2026-05-26T22:59:41.728Z | Downloaded uzers v0.12.2 |
| 1161 | 2026-05-26T22:59:41.734Z | Downloaded hashbrown v0.16.1 |
| 1162 | 2026-05-26T22:59:41.737Z | Downloaded tokio-rustls v0.26.4 |
| 1163 | 2026-05-26T22:59:41.737Z | Downloaded unicase v2.9.0 |
| 1164 | 2026-05-26T22:59:41.744Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1165 | 2026-05-26T22:59:41.744Z | Downloaded zone_cfg_derive v0.3.1 |
| 1166 | 2026-05-26T22:59:41.744Z | Downloaded vergen-git2 v9.1.0 |
| 1167 | 2026-05-26T22:59:41.748Z | Downloaded zeroize_derive v1.4.3 |
| 1168 | 2026-05-26T22:59:41.748Z | Downloaded vergen-lib v9.1.0 |
| 1169 | 2026-05-26T22:59:41.748Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1170 | 2026-05-26T22:59:41.748Z | Downloaded tokio-rustls v0.24.1 |
| 1171 | 2026-05-26T22:59:41.748Z | Downloaded subprocess v0.2.15 |
| 1172 | 2026-05-26T22:59:41.759Z | Downloaded zone v0.3.1 |
| 1173 | 2026-05-26T22:59:41.763Z | Downloaded samael v0.0.19 |
| 1174 | 2026-05-26T22:59:41.770Z | Downloaded twox-hash v2.1.2 |
| 1175 | 2026-05-26T22:59:41.774Z | Downloaded test-strategy v0.4.5 |
| 1176 | 2026-05-26T22:59:41.774Z | Downloaded rand v0.10.0 |
| 1177 | 2026-05-26T22:59:41.779Z | Downloaded walkdir v2.5.0 |
| 1178 | 2026-05-26T22:59:41.779Z | Downloaded xshell-macros v0.2.7 |
| 1179 | 2026-05-26T22:59:41.779Z | Downloaded wyz v0.5.1 |
| 1180 | 2026-05-26T22:59:41.779Z | Downloaded vsss-rs v3.3.4 |
| 1181 | 2026-05-26T22:59:41.783Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1182 | 2026-05-26T22:59:41.783Z | Downloaded toml v0.7.8 |
| 1183 | 2026-05-26T22:59:41.786Z | Downloaded h2 v0.4.13 |
| 1184 | 2026-05-26T22:59:41.789Z | Downloaded itertools v0.12.1 |
| 1185 | 2026-05-26T22:59:41.792Z | Downloaded rustyline v14.0.0 |
| 1186 | 2026-05-26T22:59:41.797Z | Downloaded vergen-lib v0.1.6 |
| 1187 | 2026-05-26T22:59:41.797Z | Downloaded vergen v9.1.0 |
| 1188 | 2026-05-26T22:59:41.797Z | Downloaded unicode-properties v0.1.4 |
| 1189 | 2026-05-26T22:59:41.803Z | Downloaded whoami v1.6.1 |
| 1190 | 2026-05-26T22:59:41.803Z | Downloaded num-bigint-dig v0.8.6 |
| 1191 | 2026-05-26T22:59:41.808Z | Downloaded zstd-safe v7.2.4 |
| 1192 | 2026-05-26T22:59:41.808Z | Downloaded zeroize v1.8.2 |
| 1193 | 2026-05-26T22:59:41.808Z | Downloaded snafu v0.8.9 |
| 1194 | 2026-05-26T22:59:41.812Z | Downloaded xshell v0.2.7 |
| 1195 | 2026-05-26T22:59:41.812Z | Downloaded aho-corasick v1.1.4 |
| 1196 | 2026-05-26T22:59:41.815Z | Downloaded usdt-impl v0.6.0 |
| 1197 | 2026-05-26T22:59:41.815Z | Downloaded typify v0.6.2 |
| 1198 | 2026-05-26T22:59:41.820Z | Downloaded tracing-attributes v0.1.31 |
| 1199 | 2026-05-26T22:59:41.826Z | Downloaded libm v0.2.16 |
| 1200 | 2026-05-26T22:59:41.830Z | Downloaded tracing-core v0.1.36 |
| 1201 | 2026-05-26T22:59:41.835Z | Downloaded schemars v1.2.1 |
| 1202 | 2026-05-26T22:59:41.842Z | Downloaded zstd v0.13.3 |
| 1203 | 2026-05-26T22:59:41.847Z | Downloaded vergen-gitcl v1.0.8 |
| 1204 | 2026-05-26T22:59:41.847Z | Downloaded typify v0.4.3 |
| 1205 | 2026-05-26T22:59:41.847Z | Downloaded p521 v0.13.3 |
| 1206 | 2026-05-26T22:59:41.850Z | Downloaded tar v0.4.45 |
| 1207 | 2026-05-26T22:59:41.854Z | Downloaded tungstenite v0.23.0 |
| 1208 | 2026-05-26T22:59:41.862Z | Downloaded unicode-bidi v0.3.18 |
| 1209 | 2026-05-26T22:59:41.873Z | Downloaded zerocopy v0.6.6 |
| 1210 | 2026-05-26T22:59:41.876Z | Downloaded yasna v0.5.2 |
| 1211 | 2026-05-26T22:59:41.880Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1212 | 2026-05-26T22:59:41.880Z | Downloaded tokio-postgres v0.7.16 |
| 1213 | 2026-05-26T22:59:41.886Z | Downloaded serde_with v1.14.0 |
| 1214 | 2026-05-26T22:59:41.890Z | Downloaded ssh-key v0.6.7 |
| 1215 | 2026-05-26T22:59:41.896Z | Downloaded toml_edit v0.19.15 |
| 1216 | 2026-05-26T22:59:41.907Z | Downloaded vte v0.14.1 |
| 1217 | 2026-05-26T22:59:41.913Z | Downloaded reedline v0.40.0 |
| 1218 | 2026-05-26T22:59:41.916Z | Downloaded unsafe-libyaml v0.2.11 |
| 1219 | 2026-05-26T22:59:41.916Z | Downloaded whoami v2.1.0 |
| 1220 | 2026-05-26T22:59:41.916Z | Downloaded steno v0.4.1 |
| 1221 | 2026-05-26T22:59:41.920Z | Downloaded zopfli v0.8.3 |
| 1222 | 2026-05-26T22:59:41.920Z | Downloaded rpassword v7.4.0 |
| 1223 | 2026-05-26T22:59:41.926Z | Downloaded chrono v0.4.44 |
| 1224 | 2026-05-26T22:59:41.926Z | Downloaded unicode_categories v0.1.1 |
| 1225 | 2026-05-26T22:59:41.948Z | Downloaded uuid v1.23.0 |
| 1226 | 2026-05-26T22:59:41.949Z | Downloaded yansi v1.0.1 |
| 1227 | 2026-05-26T22:59:41.949Z | Downloaded tungstenite v0.21.0 |
| 1228 | 2026-05-26T22:59:41.957Z | Downloaded zip v0.6.6 |
| 1229 | 2026-05-26T22:59:41.972Z | Downloaded blake3 v1.8.3 |
| 1230 | 2026-05-26T22:59:41.976Z | Downloaded rustls-webpki v0.101.7 |
| 1231 | 2026-05-26T22:59:41.981Z | Downloaded rayon v1.11.0 |
| 1232 | 2026-05-26T22:59:41.985Z | Downloaded reqwest v0.13.2 |
| 1233 | 2026-05-26T22:59:41.989Z | Downloaded reqwest v0.12.28 |
| 1234 | 2026-05-26T22:59:41.993Z | Downloaded typed-path v0.9.3 |
| 1235 | 2026-05-26T22:59:42.003Z | Downloaded bindgen v0.71.1 |
| 1236 | 2026-05-26T22:59:42.005Z | Downloaded regex v1.12.3 |
| 1237 | 2026-05-26T22:59:42.011Z | Downloaded x509-cert v0.2.5 |
| 1238 | 2026-05-26T22:59:42.014Z | Downloaded portable-atomic v1.13.1 |
| 1239 | 2026-05-26T22:59:42.021Z | Downloaded git2 v0.20.4 |
| 1240 | 2026-05-26T22:59:42.025Z | Downloaded tower v0.5.3 |
| 1241 | 2026-05-26T22:59:42.033Z | Downloaded bitvec v1.0.1 |
| 1242 | 2026-05-26T22:59:42.048Z | Downloaded zerocopy-derive v0.8.40 |
| 1243 | 2026-05-26T22:59:42.055Z | Downloaded unicode-segmentation v1.12.0 |
| 1244 | 2026-05-26T22:59:42.055Z | Downloaded rustls-webpki v0.102.8 |
| 1245 | 2026-05-26T22:59:42.061Z | Downloaded p384 v0.13.1 |
| 1246 | 2026-05-26T22:59:42.064Z | Downloaded tough v0.22.0 |
| 1247 | 2026-05-26T22:59:42.068Z | Downloaded unicode-normalization v0.1.25 |
| 1248 | 2026-05-26T22:59:42.072Z | Downloaded petname v2.0.2 |
| 1249 | 2026-05-26T22:59:42.075Z | Downloaded salty v0.3.0 |
| 1250 | 2026-05-26T22:59:42.084Z | Downloaded goblin v0.10.5 |
| 1251 | 2026-05-26T22:59:42.089Z | Downloaded lalrpop v0.19.12 |
| 1252 | 2026-05-26T22:59:42.089Z | Downloaded quick-xml v0.37.5 |
| 1253 | 2026-05-26T22:59:42.095Z | Downloaded tower-http v0.6.8 |
| 1254 | 2026-05-26T22:59:42.102Z | Downloaded moka v0.12.13 |
| 1255 | 2026-05-26T22:59:42.109Z | Downloaded zip v4.6.1 |
| 1256 | 2026-05-26T22:59:42.115Z | Downloaded proptest v1.10.0 |
| 1257 | 2026-05-26T22:59:42.115Z | Downloaded tokio-util v0.7.18 |
| 1258 | 2026-05-26T22:59:42.121Z | Downloaded serde_with v3.17.0 |
| 1259 | 2026-05-26T22:59:42.128Z | Downloaded hickory-proto v0.26.1 |
| 1260 | 2026-05-26T22:59:42.135Z | Downloaded nix v0.27.1 |
| 1261 | 2026-05-26T22:59:42.147Z | Downloaded quinn-proto v0.11.13 |
| 1262 | 2026-05-26T22:59:42.160Z | Downloaded object v0.30.4 |
| 1263 | 2026-05-26T22:59:42.160Z | Downloaded polar-core v0.27.3 |
| 1264 | 2026-05-26T22:59:42.165Z | Downloaded winnow v0.5.40 |
| 1265 | 2026-05-26T22:59:42.171Z | Downloaded radix_trie v0.2.1 |
| 1266 | 2026-05-26T22:59:42.176Z | Downloaded openssl v0.10.79 |
| 1267 | 2026-05-26T22:59:42.180Z | Downloaded tabled v0.20.0 |
| 1268 | 2026-05-26T22:59:42.188Z | Downloaded winnow v0.6.26 |
| 1269 | 2026-05-26T22:59:42.194Z | Downloaded rustls v0.21.12 |
| 1270 | 2026-05-26T22:59:42.199Z | Downloaded nix v0.28.0 |
| 1271 | 2026-05-26T22:59:42.206Z | Downloaded bstr v1.12.1 |
| 1272 | 2026-05-26T22:59:42.215Z | Downloaded time v0.3.47 |
| 1273 | 2026-05-26T22:59:42.224Z | Downloaded dropshot v0.17.0 |
| 1274 | 2026-05-26T22:59:42.231Z | Downloaded regex-syntax v0.6.29 |
| 1275 | 2026-05-26T22:59:42.236Z | Downloaded webpki-roots v1.0.6 |
| 1276 | 2026-05-26T22:59:42.248Z | Downloaded hickory-proto v0.24.4 |
| 1277 | 2026-05-26T22:59:42.248Z | Downloaded vcpkg v0.2.15 |
| 1278 | 2026-05-26T22:59:42.273Z | Downloaded zerocopy v0.8.40 |
| 1279 | 2026-05-26T22:59:42.276Z | Downloaded nix v0.31.2 |
| 1280 | 2026-05-26T22:59:42.280Z | Downloaded zlib-rs v0.6.2 |
| 1281 | 2026-05-26T22:59:42.285Z | Downloaded smoltcp v0.11.0 |
| 1282 | 2026-05-26T22:59:42.292Z | Downloaded regex-syntax v0.8.10 |
| 1283 | 2026-05-26T22:59:42.298Z | Downloaded openapiv3 v2.2.0 |
| 1284 | 2026-05-26T22:59:42.305Z | Downloaded regress v0.11.1 |
| 1285 | 2026-05-26T22:59:42.310Z | Downloaded diesel v2.3.7 |
| 1286 | 2026-05-26T22:59:42.323Z | Downloaded rustls v0.23.37 |
| 1287 | 2026-05-26T22:59:42.390Z | Downloaded rustix v0.38.44 |
| 1288 | 2026-05-26T22:59:42.413Z | Downloaded hickory-proto v0.25.2 |
| 1289 | 2026-05-26T22:59:42.413Z | Downloaded regress v0.10.5 |
| 1290 | 2026-05-26T22:59:42.413Z | Downloaded rustls v0.22.4 |
| 1291 | 2026-05-26T22:59:42.413Z | Downloaded object v0.37.3 |
| 1292 | 2026-05-26T22:59:42.413Z | Downloaded smoltcp v0.9.1 |
| 1293 | 2026-05-26T22:59:42.413Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1294 | 2026-05-26T22:59:42.413Z | Downloaded sled v0.34.7 |
| 1295 | 2026-05-26T22:59:42.413Z | Downloaded ratatui v0.29.0 |
| 1296 | 2026-05-26T22:59:42.432Z | Downloaded sqlparser v0.61.0 |
| 1297 | 2026-05-26T22:59:42.444Z | Downloaded regex-automata v0.4.14 |
| 1298 | 2026-05-26T22:59:42.459Z | Downloaded typify-impl v0.6.2 |
| 1299 | 2026-05-26T22:59:42.467Z | Downloaded chrono-tz v0.10.4 |
| 1300 | 2026-05-26T22:59:42.475Z | Downloaded petgraph v0.8.3 |
| 1301 | 2026-05-26T22:59:42.486Z | Downloaded typify-impl v0.4.3 |
| 1302 | 2026-05-26T22:59:42.495Z | Downloaded tracing v0.1.44 |
| 1303 | 2026-05-26T22:59:42.507Z | Downloaded libz-sys v1.1.24 |
| 1304 | 2026-05-26T22:59:42.520Z | Downloaded zerocopy-derive v0.6.6 |
| 1305 | 2026-05-26T22:59:42.553Z | Downloaded petgraph v0.6.5 |
| 1306 | 2026-05-26T22:59:42.564Z | Downloaded jiff v0.2.21 |
| 1307 | 2026-05-26T22:59:42.612Z | Downloaded csv v1.4.0 |
| 1308 | 2026-05-26T22:59:42.625Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1309 | 2026-05-26T22:59:42.636Z | Downloaded sha3 v0.10.8 |
| 1310 | 2026-05-26T22:59:42.648Z | Downloaded tokio v1.52.1 |
| 1311 | 2026-05-26T22:59:42.722Z | Downloaded encoding_rs v0.8.35 |
| 1312 | 2026-05-26T22:59:42.743Z | Downloaded ring v0.17.14 |
| 1313 | 2026-05-26T22:59:42.777Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1314 | 2026-05-26T22:59:43.215Z | Downloaded aws-lc-sys v0.40.0 |
| 1315 | 2026-05-26T22:59:43.435Z | Compiling libc v0.2.185 |
| 1316 | 2026-05-26T22:59:43.436Z | Compiling serde v1.0.228 |
| 1317 | 2026-05-26T22:59:43.450Z | Compiling log v0.4.29 |
| 1318 | 2026-05-26T22:59:43.450Z | Compiling find-msvc-tools v0.1.9 |
| 1319 | 2026-05-26T22:59:43.574Z | Compiling shlex v1.3.0 |
| 1320 | 2026-05-26T22:59:43.577Z | Compiling smallvec v1.15.1 |
| 1321 | 2026-05-26T22:59:43.583Z | Compiling syn v2.0.117 |
| 1322 | 2026-05-26T22:59:43.591Z | Compiling typenum v1.19.0 |
| 1323 | 2026-05-26T22:59:43.753Z | Compiling generic-array v0.14.7 |
| 1324 | 2026-05-26T22:59:43.791Z | Compiling subtle v2.6.1 |
| 1325 | 2026-05-26T22:59:43.807Z | Compiling scopeguard v1.2.0 |
| 1326 | 2026-05-26T22:59:43.840Z | Compiling const-oid v0.9.6 |
| 1327 | 2026-05-26T22:59:43.904Z | Compiling lock_api v0.4.14 |
| 1328 | 2026-05-26T22:59:43.918Z | Compiling serde_json v1.0.149 |
| 1329 | 2026-05-26T22:59:43.970Z | Compiling zerocopy v0.8.40 |
| 1330 | 2026-05-26T22:59:43.998Z | Compiling pin-project-lite v0.2.17 |
| 1331 | 2026-05-26T22:59:44.111Z | Compiling parking_lot_core v0.9.12 |
| 1332 | 2026-05-26T22:59:44.123Z | Compiling portable-atomic v1.13.1 |
| 1333 | 2026-05-26T22:59:44.373Z | Compiling pkg-config v0.3.32 |
| 1334 | 2026-05-26T22:59:44.402Z | Compiling getrandom v0.2.17 |
| 1335 | 2026-05-26T22:59:44.448Z | Compiling jobserver v0.1.34 |
| 1336 | 2026-05-26T22:59:44.548Z | Compiling rand_core v0.6.4 |
| 1337 | 2026-05-26T22:59:44.566Z | Compiling errno v0.3.14 |
| 1338 | 2026-05-26T22:59:44.712Z | Compiling cc v1.2.56 |
| 1339 | 2026-05-26T22:59:44.809Z | Compiling signal-hook-registry v1.4.8 |
| 1340 | 2026-05-26T22:59:44.812Z | Compiling bitflags v2.11.0 |
| 1341 | 2026-05-26T22:59:44.915Z | Compiling futures-core v0.3.32 |
| 1342 | 2026-05-26T22:59:44.919Z | Compiling critical-section v1.2.0 |
| 1343 | 2026-05-26T22:59:45.035Z | Compiling libm v0.2.16 |
| 1344 | 2026-05-26T22:59:45.050Z | Compiling once_cell v1.21.3 |
| 1345 | 2026-05-26T22:59:45.085Z | Compiling parking_lot v0.12.5 |
| 1346 | 2026-05-26T22:59:45.270Z | Compiling mio v1.2.0 |
| 1347 | 2026-05-26T22:59:45.271Z | Compiling num-traits v0.2.19 |
| 1348 | 2026-05-26T22:59:45.294Z | Compiling percent-encoding v2.3.2 |
| 1349 | 2026-05-26T22:59:45.294Z | Compiling socket2 v0.6.3 |
| 1350 | 2026-05-26T22:59:45.418Z | Compiling rand_core v0.10.0 |
| 1351 | 2026-05-26T22:59:45.437Z | Compiling getrandom v0.4.1 |
| 1352 | 2026-05-26T22:59:45.467Z | Compiling futures-sink v0.3.32 |
| 1353 | 2026-05-26T22:59:45.541Z | Compiling futures-io v0.3.32 |
| 1354 | 2026-05-26T22:59:45.569Z | Compiling futures-channel v0.3.32 |
| 1355 | 2026-05-26T22:59:45.583Z | Compiling cpufeatures v0.2.17 |
| 1356 | 2026-05-26T22:59:45.655Z | Compiling slab v0.4.12 |
| 1357 | 2026-05-26T22:59:45.669Z | Compiling futures-task v0.3.32 |
| 1358 | 2026-05-26T22:59:45.690Z | Compiling indexmap v2.14.0 |
| 1359 | 2026-05-26T22:59:45.793Z | Compiling rustversion v1.0.22 |
| 1360 | 2026-05-26T22:59:45.825Z | Compiling getrandom v0.3.4 |
| 1361 | 2026-05-26T22:59:45.839Z | Compiling cmake v0.1.57 |
| 1362 | 2026-05-26T22:59:45.989Z | Compiling form_urlencoded v1.2.2 |
| 1363 | 2026-05-26T22:59:46.216Z | Compiling dunce v1.0.5 |
| 1364 | 2026-05-26T22:59:46.306Z | Compiling fs_extra v1.3.0 |
| 1365 | 2026-05-26T22:59:46.410Z | Compiling synstructure v0.13.2 |
| 1366 | 2026-05-26T22:59:46.433Z | Compiling base64ct v1.8.3 |
| 1367 | 2026-05-26T22:59:46.533Z | Compiling ident_case v1.0.1 |
| 1368 | 2026-05-26T22:59:46.617Z | Compiling aws-lc-sys v0.40.0 |
| 1369 | 2026-05-26T22:59:46.668Z | Compiling rustix v1.1.3 |
| 1370 | 2026-05-26T22:59:46.734Z | Compiling pem-rfc7468 v0.7.0 |
| 1371 | 2026-05-26T22:59:46.775Z | Compiling iana-time-zone v0.1.65 |
| 1372 | 2026-05-26T22:59:46.873Z | Compiling regex-syntax v0.8.10 |
| 1373 | 2026-05-26T22:59:46.970Z | Compiling flagset v0.4.7 |
| 1374 | 2026-05-26T22:59:46.980Z | Compiling rand_core v0.9.5 |
| 1375 | 2026-05-26T22:59:47.025Z | Compiling ring v0.17.14 |
| 1376 | 2026-05-26T22:59:47.053Z | Compiling vcpkg v0.2.15 |
| 1377 | 2026-05-26T22:59:47.127Z | Compiling aws-lc-rs v1.16.3 |
| 1378 | 2026-05-26T22:59:47.267Z | Compiling uuid v1.23.0 |
| 1379 | 2026-05-26T22:59:47.385Z | Compiling rustc_version v0.4.1 |
| 1380 | 2026-05-26T22:59:47.723Z | Compiling tracing-core v0.1.36 |
| 1381 | 2026-05-26T22:59:47.870Z | Compiling openssl-sys v0.9.115 |
| 1382 | 2026-05-26T22:59:47.999Z | Compiling base64 v0.22.1 |
| 1383 | 2026-05-26T22:59:48.181Z | Compiling serde_derive v1.0.228 |
| 1384 | 2026-05-26T22:59:48.292Z | Compiling zeroize_derive v1.4.3 |
| 1385 | 2026-05-26T22:59:48.332Z | Compiling zerofrom-derive v0.1.6 |
| 1386 | 2026-05-26T22:59:48.346Z | Compiling yoke-derive v0.8.1 |
| 1387 | 2026-05-26T22:59:48.431Z | Compiling zerocopy-derive v0.8.40 |
| 1388 | 2026-05-26T22:59:48.939Z | Compiling zeroize v1.8.2 |
| 1389 | 2026-05-26T22:59:49.266Z | Compiling zerovec-derive v0.11.2 |
| 1390 | 2026-05-26T22:59:49.506Z | Compiling displaydoc v0.2.5 |
| 1391 | 2026-05-26T22:59:49.712Z | Compiling crypto-common v0.1.7 |
| 1392 | 2026-05-26T22:59:49.741Z | Compiling zerofrom v0.1.6 |
| 1393 | 2026-05-26T22:59:49.864Z | Compiling yoke v0.8.1 |
| 1394 | 2026-05-26T22:59:49.880Z | Compiling block-buffer v0.10.4 |
| 1395 | 2026-05-26T22:59:50.050Z | Compiling digest v0.10.7 |
| 1396 | 2026-05-26T22:59:50.064Z | Compiling tokio-macros v2.7.0 |
| 1397 | 2026-05-26T22:59:50.258Z | Compiling zerotrie v0.2.3 |
| 1398 | 2026-05-26T22:59:50.292Z | Compiling futures-macro v0.3.32 |
| 1399 | 2026-05-26T22:59:50.389Z | Compiling zerovec v0.11.5 |
| 1400 | 2026-05-26T22:59:50.559Z | Compiling hmac v0.12.1 |
| 1401 | 2026-05-26T22:59:50.721Z | Compiling block-padding v0.3.3 |
| 1402 | 2026-05-26T22:59:50.762Z | Compiling sha2 v0.10.9 |
| 1403 | 2026-05-26T22:59:50.867Z | Compiling tinystr v0.8.2 |
| 1404 | 2026-05-26T22:59:50.884Z | Compiling potential_utf v0.1.4 |
| 1405 | 2026-05-26T22:59:51.044Z | Compiling icu_locale_core v2.1.1 |
| 1406 | 2026-05-26T22:59:51.072Z | Compiling icu_collections v2.1.1 |
| 1407 | 2026-05-26T22:59:51.082Z | Compiling futures-util v0.3.32 |
| 1408 | 2026-05-26T22:59:51.596Z | Compiling inout v0.1.4 |
| 1409 | 2026-05-26T22:59:51.688Z | Compiling bytes v1.11.1 |
| 1410 | 2026-05-26T22:59:51.763Z | Compiling icu_provider v2.1.1 |
| 1411 | 2026-05-26T22:59:51.934Z | Compiling cipher v0.4.4 |
| 1412 | 2026-05-26T22:59:52.057Z | Compiling icu_normalizer v2.1.1 |
| 1413 | 2026-05-26T22:59:52.162Z | Compiling tokio v1.52.1 |
| 1414 | 2026-05-26T22:59:52.197Z | Compiling icu_properties v2.1.2 |
| 1415 | 2026-05-26T22:59:52.266Z | Compiling der_derive v0.7.3 |
| 1416 | 2026-05-26T22:59:52.299Z | Compiling http v1.4.0 |
| 1417 | 2026-05-26T22:59:52.607Z | Compiling chrono v0.4.44 |
| 1418 | 2026-05-26T22:59:52.943Z | Compiling ppv-lite86 v0.2.21 |
| 1419 | 2026-05-26T22:59:53.200Z | Compiling idna_adapter v1.2.1 |
| 1420 | 2026-05-26T22:59:53.217Z | Compiling der v0.7.10 |
| 1421 | 2026-05-26T22:59:53.240Z | Compiling salsa20 v0.10.2 |
| 1422 | 2026-05-26T22:59:53.281Z | Compiling pbkdf2 v0.12.2 |
| 1423 | 2026-05-26T22:59:53.331Z | Compiling idna v1.1.0 |
| 1424 | 2026-05-26T22:59:53.373Z | Compiling rustls-pki-types v1.14.0 |
| 1425 | 2026-05-26T22:59:53.387Z | Compiling thiserror-impl v2.0.18 |
| 1426 | 2026-05-26T22:59:53.402Z | Compiling tracing-attributes v0.1.31 |
| 1427 | 2026-05-26T22:59:53.826Z | Compiling url v2.5.8 |
| 1428 | 2026-05-26T22:59:53.960Z | Compiling scrypt v0.11.0 |
| 1429 | 2026-05-26T22:59:53.974Z | Compiling rand_chacha v0.9.0 |
| 1430 | 2026-05-26T22:59:54.205Z | Compiling spki v0.7.3 |
| 1431 | 2026-05-26T22:59:54.384Z | Compiling http-body v1.0.1 |
| 1432 | 2026-05-26T22:59:54.408Z | Compiling cbc v0.1.2 |
| 1433 | 2026-05-26T22:59:54.535Z | Compiling aes v0.8.4 |
| 1434 | 2026-05-26T22:59:54.607Z | Compiling tinyvec_macros v0.1.1 |
| 1435 | 2026-05-26T22:59:54.631Z | Compiling untrusted v0.9.0 |
| 1436 | 2026-05-26T22:59:54.646Z | Compiling openssl-probe v0.2.1 |
| 1437 | 2026-05-26T22:59:54.659Z | Compiling httparse v1.10.1 |
| 1438 | 2026-05-26T22:59:54.672Z | Compiling tracing v0.1.44 |
| 1439 | 2026-05-26T22:59:54.690Z | Compiling thiserror v2.0.18 |
| 1440 | 2026-05-26T22:59:54.746Z | Compiling untrusted v0.7.1 |
| 1441 | 2026-05-26T22:59:54.819Z | Compiling tinyvec v1.10.0 |
| 1442 | 2026-05-26T22:59:54.910Z | Compiling pest_generator v2.8.6 |
| 1443 | 2026-05-26T22:59:54.950Z | Compiling pkcs5 v0.7.1 |
| 1444 | 2026-05-26T22:59:55.029Z | Compiling rand v0.9.2 |
| 1445 | 2026-05-26T22:59:59.465Z | Compiling serde_derive_internals v0.29.1 |
| 1446 | 2026-05-26T22:59:59.557Z | Compiling aho-corasick v1.1.4 |
| 1447 | 2026-05-26T22:59:59.557Z | Compiling dyn-clone v1.0.20 |
| 1448 | 2026-05-26T22:59:59.557Z | Compiling tower-service v0.3.3 |
| 1449 | 2026-05-26T22:59:59.557Z | Compiling schemars v0.8.22 |
| 1450 | 2026-05-26T22:59:59.558Z | Compiling try-lock v0.2.5 |
| 1451 | 2026-05-26T22:59:59.558Z | Compiling tower-layer v0.3.3 |
| 1452 | 2026-05-26T22:59:59.559Z | Compiling rustls v0.23.37 |
| 1453 | 2026-05-26T22:59:59.559Z | Compiling tokio-util v0.7.18 |
| 1454 | 2026-05-26T22:59:59.559Z | Compiling atomic-waker v1.1.2 |
| 1455 | 2026-05-26T22:59:59.559Z | Compiling want v0.3.1 |
| 1456 | 2026-05-26T22:59:59.559Z | Compiling schemars_derive v0.8.22 |
| 1457 | 2026-05-26T22:59:59.559Z | Compiling pest_derive v2.8.6 |
| 1458 | 2026-05-26T22:59:59.559Z | Compiling pkcs8 v0.10.2 |
| 1459 | 2026-05-26T22:59:59.559Z | Compiling regex-automata v0.4.14 |
| 1460 | 2026-05-26T22:59:59.559Z | Compiling ipnet v2.11.0 |
| 1461 | 2026-05-26T22:59:59.559Z | Compiling h2 v0.4.13 |
| 1462 | 2026-05-26T22:59:59.559Z | Compiling scroll_derive v0.13.1 |
| 1463 | 2026-05-26T22:59:59.559Z | Compiling darling_core v0.20.11 |
| 1464 | 2026-05-26T22:59:59.559Z | Compiling foreign-types-shared v0.1.1 |
| 1465 | 2026-05-26T22:59:59.559Z | Compiling pin-utils v0.1.0 |
| 1466 | 2026-05-26T22:59:59.560Z | Compiling httpdate v1.0.3 |
| 1467 | 2026-05-26T22:59:59.560Z | Compiling openssl v0.10.79 |
| 1468 | 2026-05-26T22:59:59.560Z | Compiling foreign-types v0.3.2 |
| 1469 | 2026-05-26T22:59:59.560Z | Compiling tempfile v3.25.0 |
| 1470 | 2026-05-26T22:59:59.560Z | Compiling scroll v0.13.0 |
| 1471 | 2026-05-26T22:59:59.560Z | Compiling unicode-normalization v0.1.25 |
| 1472 | 2026-05-26T22:59:59.560Z | Compiling openssl-macros v0.1.1 |
| 1473 | 2026-05-26T22:59:59.560Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1474 | 2026-05-26T22:59:59.560Z | Compiling spin v0.9.8 |
| 1475 | 2026-05-26T22:59:59.560Z | Compiling time-core v0.1.8 |
| 1476 | 2026-05-26T22:59:59.560Z | Compiling crc32fast v1.5.0 |
| 1477 | 2026-05-26T22:59:59.560Z | Compiling num-conv v0.2.0 |
| 1478 | 2026-05-26T22:59:59.560Z | Compiling powerfmt v0.2.0 |
| 1479 | 2026-05-26T22:59:59.560Z | Compiling native-tls v0.2.18 |
| 1480 | 2026-05-26T22:59:59.560Z | Compiling time-macros v0.2.27 |
| 1481 | 2026-05-26T22:59:59.560Z | Compiling deranged v0.5.8 |
| 1482 | 2026-05-26T22:59:59.560Z | Compiling darling_macro v0.20.11 |
| 1483 | 2026-05-26T22:59:59.721Z | Compiling hyper v1.8.1 |
| 1484 | 2026-05-26T22:59:59.735Z | Compiling darling v0.20.11 |
| 1485 | 2026-05-26T22:59:59.752Z | Compiling goblin v0.10.5 |
| 1486 | 2026-05-26T22:59:59.813Z | Compiling rustls-native-certs v0.8.3 |
| 1487 | 2026-05-26T23:00:00.099Z | Compiling sync_wrapper v1.0.2 |
| 1488 | 2026-05-26T23:00:00.208Z | Compiling wait-timeout v0.2.1 |
| 1489 | 2026-05-26T23:00:00.471Z | Compiling simd-adler32 v0.3.8 |
| 1490 | 2026-05-26T23:00:00.513Z | Compiling siphasher v1.0.2 |
| 1491 | 2026-05-26T23:00:00.650Z | Compiling syn v1.0.109 |
| 1492 | 2026-05-26T23:00:00.695Z | Compiling quick-error v1.2.3 |
| 1493 | 2026-05-26T23:00:00.709Z | Compiling bit-vec v0.8.0 |
| 1494 | 2026-05-26T23:00:00.800Z | Compiling hyper-util v0.1.20 |
| 1495 | 2026-05-26T23:00:00.938Z | Compiling usdt-impl v0.6.0 |
| 1496 | 2026-05-26T23:00:00.953Z | Compiling crossbeam-utils v0.8.21 |
| 1497 | 2026-05-26T23:00:01.140Z | Compiling num_threads v0.1.7 |
| 1498 | 2026-05-26T23:00:01.246Z | Compiling time v0.3.47 |
| 1499 | 2026-05-26T23:00:01.384Z | Compiling bit-set v0.8.0 |
| 1500 | 2026-05-26T23:00:01.548Z | Compiling rusty-fork v0.3.1 |
| 1501 | 2026-05-26T23:00:01.624Z | Compiling tower v0.5.3 |
| 1502 | 2026-05-26T23:00:01.859Z | Compiling derive_builder_core v0.20.2 |
| 1503 | 2026-05-26T23:00:02.052Z | Compiling dtrace-parser v0.3.0 |
| 1504 | 2026-05-26T23:00:02.098Z | Compiling http-body-util v0.1.3 |
| 1505 | 2026-05-26T23:00:02.338Z | Compiling webpki-roots v1.0.6 |
| 1506 | 2026-05-26T23:00:02.462Z | Compiling dof v0.4.0 |
| 1507 | 2026-05-26T23:00:02.563Z | Compiling signature v2.2.0 |
| 1508 | 2026-05-26T23:00:02.732Z | Compiling scroll_derive v0.12.1 |
| 1509 | 2026-05-26T23:00:02.747Z | Compiling thiserror-impl v1.0.69 |
| 1510 | 2026-05-26T23:00:02.803Z | Compiling heapless v0.7.17 |
| 1511 | 2026-05-26T23:00:02.868Z | Compiling rand_xorshift v0.4.0 |
| 1512 | 2026-05-26T23:00:03.028Z | Compiling slog v2.8.2 |
| 1513 | 2026-05-26T23:00:03.043Z | Compiling darling_core v0.21.3 |
| 1514 | 2026-05-26T23:00:03.208Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1515 | 2026-05-26T23:00:03.368Z | Compiling thread-id v5.1.0 |
| 1516 | 2026-05-26T23:00:03.451Z | Compiling cookie v0.18.1 |
| 1517 | 2026-05-26T23:00:03.474Z | Compiling zstd-safe v7.2.4 |
| 1518 | 2026-05-26T23:00:03.605Z | Compiling anyhow v1.0.102 |
| 1519 | 2026-05-26T23:00:03.629Z | Compiling unicode-bidi v0.3.18 |
| 1520 | 2026-05-26T23:00:03.666Z | Compiling unicode-properties v0.1.4 |
| 1521 | 2026-05-26T23:00:03.869Z | Compiling allocator-api2 v0.2.21 |
| 1522 | 2026-05-26T23:00:03.904Z | Compiling unarray v0.1.4 |
| 1523 | 2026-05-26T23:00:03.956Z | Compiling adler2 v2.0.1 |
| 1524 | 2026-05-26T23:00:03.960Z | Compiling signal-hook v0.3.18 |
| 1525 | 2026-05-26T23:00:04.013Z | Compiling paste v1.0.15 |
| 1526 | 2026-05-26T23:00:04.082Z | Compiling iri-string v0.7.10 |
| 1527 | 2026-05-26T23:00:04.132Z | Compiling ryu v1.0.23 |
| 1528 | 2026-05-26T23:00:04.165Z | Compiling miniz_oxide v0.8.9 |
| 1529 | 2026-05-26T23:00:04.182Z | Compiling proptest v1.10.0 |
| 1530 | 2026-05-26T23:00:04.311Z | Compiling serde_urlencoded v0.7.1 |
| 1531 | 2026-05-26T23:00:04.326Z | Compiling thiserror v1.0.69 |
| 1532 | 2026-05-26T23:00:04.427Z | Compiling stringprep v0.1.5 |
| 1533 | 2026-05-26T23:00:04.862Z | Compiling scroll v0.12.0 |
| 1534 | 2026-05-26T23:00:05.182Z | Compiling tower-http v0.6.8 |
| 1535 | 2026-05-26T23:00:05.387Z | Compiling derive_builder_macro v0.20.2 |
| 1536 | 2026-05-26T23:00:05.409Z | Compiling tokio-native-tls v0.3.1 |
| 1537 | 2026-05-26T23:00:05.497Z | Compiling darling_macro v0.21.3 |
| 1538 | 2026-05-26T23:00:05.571Z | Compiling bstr v1.12.1 |
| 1539 | 2026-05-26T23:00:05.586Z | Compiling ipnetwork v0.21.1 |
| 1540 | 2026-05-26T23:00:05.832Z | Compiling rand_chacha v0.3.1 |
| 1541 | 2026-05-26T23:00:05.964Z | Compiling toml_datetime v0.6.11 |
| 1542 | 2026-05-26T23:00:06.009Z | Compiling erased-serde v0.3.31 |
| 1543 | 2026-05-26T23:00:06.016Z | Compiling serde_tokenstream v0.2.3 |
| 1544 | 2026-05-26T23:00:06.209Z | Compiling serde_spanned v0.6.9 |
| 1545 | 2026-05-26T23:00:06.223Z | Compiling md-5 v0.10.6 |
| 1546 | 2026-05-26T23:00:06.362Z | Compiling zerocopy-derive v0.7.35 |
| 1547 | 2026-05-26T23:00:06.401Z | Compiling async-trait v0.1.89 |
| 1548 | 2026-05-26T23:00:06.444Z | Compiling pin-project-internal v1.1.11 |
| 1549 | 2026-05-26T23:00:06.493Z | Compiling curve25519-dalek v4.1.3 |
| 1550 | 2026-05-26T23:00:06.659Z | Compiling vergen-lib v9.1.0 |
| 1551 | 2026-05-26T23:00:06.825Z | Compiling num-integer v0.1.46 |
| 1552 | 2026-05-26T23:00:06.840Z | Compiling hash32 v0.2.1 |
| 1553 | 2026-05-26T23:00:07.033Z | Compiling ff v0.13.1 |
| 1554 | 2026-05-26T23:00:07.152Z | Compiling memoffset v0.9.1 |
| 1555 | 2026-05-26T23:00:07.175Z | Compiling encoding_rs v0.8.35 |
| 1556 | 2026-05-26T23:00:07.215Z | Compiling cfg_aliases v0.2.1 |
| 1557 | 2026-05-26T23:00:07.291Z | Compiling litrs v1.0.0 |
| 1558 | 2026-05-26T23:00:07.338Z | Compiling base16ct v0.2.0 |
| 1559 | 2026-05-26T23:00:07.412Z | Compiling num-bigint-dig v0.8.6 |
| 1560 | 2026-05-26T23:00:07.529Z | Compiling ref-cast v1.0.25 |
| 1561 | 2026-05-26T23:00:07.561Z | Compiling rustix v0.38.44 |
| 1562 | 2026-05-26T23:00:07.613Z | Compiling mime v0.3.17 |
| 1563 | 2026-05-26T23:00:07.808Z | Compiling fallible-iterator v0.2.0 |
| 1564 | 2026-05-26T23:00:07.832Z | Compiling smoltcp v0.9.1 |
| 1565 | 2026-05-26T23:00:07.871Z | Compiling psl-types v2.0.11 |
| 1566 | 2026-05-26T23:00:07.903Z | Compiling zlib-rs v0.6.2 |
| 1567 | 2026-05-26T23:00:07.997Z | Compiling publicsuffix v2.3.0 |
| 1568 | 2026-05-26T23:00:08.111Z | Compiling postgres-protocol v0.6.10 |
| 1569 | 2026-05-26T23:00:08.238Z | Compiling document-features v0.2.12 |
| 1570 | 2026-05-26T23:00:08.282Z | Compiling pin-project v1.1.11 |
| 1571 | 2026-05-26T23:00:08.381Z | Compiling sec1 v0.7.3 |
| 1572 | 2026-05-26T23:00:08.664Z | Compiling nix v0.31.2 |
| 1573 | 2026-05-26T23:00:08.689Z | Compiling zerocopy v0.7.35 |
| 1574 | 2026-05-26T23:00:08.745Z | Compiling group v0.13.0 |
| 1575 | 2026-05-26T23:00:08.809Z | Compiling num-iter v0.1.45 |
| 1576 | 2026-05-26T23:00:09.015Z | Compiling newtype-uuid v1.3.2 |
| 1577 | 2026-05-26T23:00:09.222Z | Compiling rand v0.8.6 |
| 1578 | 2026-05-26T23:00:09.333Z | Compiling darling v0.21.3 |
| 1579 | 2026-05-26T23:00:09.364Z | Compiling derive_builder v0.20.2 |
| 1580 | 2026-05-26T23:00:09.379Z | Compiling hubpack_derive v0.1.1 |
| 1581 | 2026-05-26T23:00:09.405Z | Compiling oxnet v0.1.4 |
| 1582 | 2026-05-26T23:00:09.419Z | Compiling hyper-tls v0.6.0 |
| 1583 | 2026-05-26T23:00:09.634Z | Compiling goblin v0.8.2 |
| 1584 | 2026-05-26T23:00:10.132Z | Compiling phf_shared v0.13.1 |
| 1585 | 2026-05-26T23:00:10.298Z | Compiling regex v1.12.3 |
| 1586 | 2026-05-26T23:00:10.313Z | Compiling lazy_static v1.5.0 |
| 1587 | 2026-05-26T23:00:10.336Z | Compiling futures-executor v0.3.32 |
| 1588 | 2026-05-26T23:00:10.371Z | Compiling hex v0.4.3 |
| 1589 | 2026-05-26T23:00:10.402Z | Compiling hkdf v0.12.4 |
| 1590 | 2026-05-26T23:00:10.564Z | Compiling crypto-bigint v0.5.5 |
| 1591 | 2026-05-26T23:00:10.586Z | Compiling daft-derive v0.1.7 |
| 1592 | 2026-05-26T23:00:10.634Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1593 | 2026-05-26T23:00:10.721Z | Compiling flate2 v1.1.9 |
| 1594 | 2026-05-26T23:00:11.060Z | Compiling ref-cast-impl v1.0.25 |
| 1595 | 2026-05-26T23:00:11.124Z | Compiling snafu-derive v0.8.9 |
| 1596 | 2026-05-26T23:00:11.275Z | Compiling strum_macros v0.27.2 |
| 1597 | 2026-05-26T23:00:11.325Z | Compiling terminal_size v0.4.3 |
| 1598 | 2026-05-26T23:00:11.465Z | Compiling vergen v9.1.0 |
| 1599 | 2026-05-26T23:00:11.614Z | Compiling fs-err v3.3.0 |
| 1600 | 2026-05-26T23:00:11.646Z | Compiling cargo-platform v0.3.2 |
| 1601 | 2026-05-26T23:00:11.831Z | Compiling ahash v0.8.12 |
| 1602 | 2026-05-26T23:00:11.924Z | Compiling managed v0.8.0 |
| 1603 | 2026-05-26T23:00:12.010Z | Compiling libbz2-rs-sys v0.2.2 |
| 1604 | 2026-05-26T23:00:12.145Z | Compiling bitflags v1.3.2 |
| 1605 | 2026-05-26T23:00:12.228Z | Compiling bumpalo v3.20.2 |
| 1606 | 2026-05-26T23:00:12.490Z | Compiling unicode-segmentation v1.12.0 |
| 1607 | 2026-05-26T23:00:12.694Z | Compiling same-file v1.0.6 |
| 1608 | 2026-05-26T23:00:12.713Z | Compiling winnow v0.5.40 |
| 1609 | 2026-05-26T23:00:12.857Z | Compiling foldhash v0.2.0 |
| 1610 | 2026-05-26T23:00:12.876Z | Compiling cpufeatures v0.3.0 |
| 1611 | 2026-05-26T23:00:12.957Z | Compiling foldhash v0.1.5 |
| 1612 | 2026-05-26T23:00:13.080Z | Compiling object v0.37.3 |
| 1613 | 2026-05-26T23:00:13.103Z | Compiling snafu v0.8.9 |
| 1614 | 2026-05-26T23:00:13.133Z | Compiling hashbrown v0.15.5 |
| 1615 | 2026-05-26T23:00:13.168Z | Compiling hashbrown v0.16.1 |
| 1616 | 2026-05-26T23:00:13.278Z | Compiling strum v0.27.2 |
| 1617 | 2026-05-26T23:00:13.392Z | Compiling chacha20 v0.10.0 |
| 1618 | 2026-05-26T23:00:13.407Z | Compiling walkdir v2.5.0 |
| 1619 | 2026-05-26T23:00:13.449Z | Compiling zopfli v0.8.3 |
| 1620 | 2026-05-26T23:00:13.678Z | Compiling bzip2 v0.6.1 |
| 1621 | 2026-05-26T23:00:13.707Z | Compiling clap_builder v4.5.60 |
| 1622 | 2026-05-26T23:00:13.792Z | Compiling dof v0.3.0 |
| 1623 | 2026-05-26T23:00:13.883Z | Compiling cargo_metadata v0.23.1 |
| 1624 | 2026-05-26T23:00:14.105Z | Compiling toml_edit v0.19.15 |
| 1625 | 2026-05-26T23:00:14.343Z | Compiling elliptic-curve v0.13.8 |
| 1626 | 2026-05-26T23:00:14.486Z | Compiling daft v0.1.7 |
| 1627 | 2026-05-26T23:00:14.737Z | Compiling futures v0.3.32 |
| 1628 | 2026-05-26T23:00:14.823Z | Compiling phf v0.13.1 |
| 1629 | 2026-05-26T23:00:14.988Z | Compiling signal-hook-mio v0.2.5 |
| 1630 | 2026-05-26T23:00:15.095Z | Compiling cookie_store v0.22.1 |
| 1631 | 2026-05-26T23:00:15.228Z | Compiling hubpack v0.1.2 |
| 1632 | 2026-05-26T23:00:15.442Z | Compiling zstd v0.13.3 |
| 1633 | 2026-05-26T23:00:15.463Z | Compiling bzip2 v0.4.4 |
| 1634 | 2026-05-26T23:00:15.670Z | Compiling serde_with_macros v3.17.0 |
| 1635 | 2026-05-26T23:00:15.731Z | Compiling postgres-types v0.2.12 |
| 1636 | 2026-05-26T23:00:16.274Z | Compiling usdt-attr-macro v0.6.0 |
| 1637 | 2026-05-26T23:00:16.703Z | Compiling usdt-macro v0.6.0 |
| 1638 | 2026-05-26T23:00:16.742Z | Compiling globset v0.4.18 |
| 1639 | 2026-05-26T23:00:16.819Z | Compiling dtrace-parser v0.2.0 |
| 1640 | 2026-05-26T23:00:16.922Z | Compiling ed25519 v2.2.3 |
| 1641 | 2026-05-26T23:00:17.089Z | Compiling phf_shared v0.11.3 |
| 1642 | 2026-05-26T23:00:17.279Z | Compiling olpc-cjson v0.1.4 |
| 1643 | 2026-05-26T23:00:17.427Z | Compiling pkcs1 v0.7.5 |
| 1644 | 2026-05-26T23:00:17.427Z | Compiling serde-big-array v0.5.1 |
| 1645 | 2026-05-26T23:00:17.454Z | Compiling serde_plain v1.0.2 |
| 1646 | 2026-05-26T23:00:17.504Z | Compiling rfc6979 v0.4.0 |
| 1647 | 2026-05-26T23:00:17.577Z | Compiling pem v3.0.6 |
| 1648 | 2026-05-26T23:00:17.582Z | Compiling enum-as-inner v0.6.1 |
| 1649 | 2026-05-26T23:00:17.623Z | Compiling async-recursion v1.1.1 |
| 1650 | 2026-05-26T23:00:17.638Z | Compiling clap_derive v4.5.55 |
| 1651 | 2026-05-26T23:00:17.808Z | Compiling serde_repr v0.1.20 |
| 1652 | 2026-05-26T23:00:17.831Z | Compiling strum_macros v0.26.4 |
| 1653 | 2026-05-26T23:00:17.894Z | Compiling float-cmp v0.10.0 |
| 1654 | 2026-05-26T23:00:18.041Z | Compiling thread-id v4.2.2 |
| 1655 | 2026-05-26T23:00:18.073Z | Compiling memmap2 v0.9.10 |
| 1656 | 2026-05-26T23:00:18.126Z | Compiling env_filter v1.0.0 |
| 1657 | 2026-05-26T23:00:18.265Z | Compiling jiff v0.2.21 |
| 1658 | 2026-05-26T23:00:18.289Z | Compiling new_debug_unreachable v1.0.6 |
| 1659 | 2026-05-26T23:00:18.334Z | Compiling normalize-line-endings v0.3.0 |
| 1660 | 2026-05-26T23:00:18.362Z | Compiling difflib v0.4.0 |
| 1661 | 2026-05-26T23:00:18.430Z | Compiling typed-path v0.9.3 |
| 1662 | 2026-05-26T23:00:18.433Z | Compiling either v1.15.0 |
| 1663 | 2026-05-26T23:00:18.656Z | Compiling predicates-core v1.0.10 |
| 1664 | 2026-05-26T23:00:18.833Z | Compiling static_assertions v1.1.0 |
| 1665 | 2026-05-26T23:00:18.908Z | Compiling fixedbitset v0.5.7 |
| 1666 | 2026-05-26T23:00:18.923Z | Compiling data-encoding v2.10.0 |
| 1667 | 2026-05-26T23:00:19.209Z | Compiling precomputed-hash v0.1.1 |
| 1668 | 2026-05-26T23:00:19.298Z | Compiling keccak v0.1.6 |
| 1669 | 2026-05-26T23:00:19.381Z | Compiling fixedbitset v0.4.2 |
| 1670 | 2026-05-26T23:00:19.550Z | Compiling whoami v2.1.0 |
| 1671 | 2026-05-26T23:00:19.598Z | Compiling strum v0.26.3 |
| 1672 | 2026-05-26T23:00:19.612Z | Compiling petgraph v0.6.5 |
| 1673 | 2026-05-26T23:00:19.671Z | Compiling sha3 v0.10.8 |
| 1674 | 2026-05-26T23:00:19.725Z | Compiling toml_edit v0.22.27 |
| 1675 | 2026-05-26T23:00:19.920Z | Compiling tokio-postgres v0.7.16 |
| 1676 | 2026-05-26T23:00:20.079Z | Compiling clap v4.5.60 |
| 1677 | 2026-05-26T23:00:20.110Z | Compiling string_cache v0.8.9 |
| 1678 | 2026-05-26T23:00:20.163Z | Compiling hickory-proto v0.25.2 |
| 1679 | 2026-05-26T23:00:20.327Z | Compiling petgraph v0.8.3 |
| 1680 | 2026-05-26T23:00:20.342Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1681 | 2026-05-26T23:00:21.079Z | Compiling zip v4.6.1 |
| 1682 | 2026-05-26T23:00:22.073Z | Compiling predicates v3.1.4 |
| 1683 | 2026-05-26T23:00:22.153Z | Compiling itertools v0.13.0 |
| 1684 | 2026-05-26T23:00:22.281Z | Compiling env_logger v0.11.9 |
| 1685 | 2026-05-26T23:00:22.428Z | Compiling usdt v0.6.0 |
| 1686 | 2026-05-26T23:00:22.491Z | Compiling usdt-impl v0.5.0 |
| 1687 | 2026-05-26T23:00:22.633Z | Compiling rsa v0.9.10 |
| 1688 | 2026-05-26T23:00:22.682Z | Compiling ecdsa v0.16.9 |
| 1689 | 2026-05-26T23:00:22.724Z | Compiling ed25519-dalek v2.2.0 |
| 1690 | 2026-05-26T23:00:23.051Z | Compiling serde_with v3.17.0 |
| 1691 | 2026-05-26T23:00:23.067Z | Compiling crossterm v0.28.1 |
| 1692 | 2026-05-26T23:00:23.385Z | Compiling zip v0.6.6 |
| 1693 | 2026-05-26T23:00:23.385Z | Compiling toml v0.7.8 |
| 1694 | 2026-05-26T23:00:23.995Z | Compiling iddqd v0.4.1 |
| 1695 | 2026-05-26T23:00:24.603Z | Compiling rand v0.10.0 |
| 1696 | 2026-05-26T23:00:24.757Z | Compiling similar v2.7.0 |
| 1697 | 2026-05-26T23:00:24.773Z | Compiling heck v0.4.1 |
| 1698 | 2026-05-26T23:00:24.788Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1699 | 2026-05-26T23:00:24.993Z | Compiling crossbeam-epoch v0.9.18 |
| 1700 | 2026-05-26T23:00:25.211Z | Compiling tokio-stream v0.1.18 |
| 1701 | 2026-05-26T23:00:25.318Z | Compiling buf-list v1.1.2 |
| 1702 | 2026-05-26T23:00:25.414Z | Compiling x509-cert v0.2.5 |
| 1703 | 2026-05-26T23:00:25.511Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1704 | 2026-05-26T23:00:25.587Z | Compiling openapiv3 v2.2.0 |
| 1705 | 2026-05-26T23:00:25.609Z | Compiling sha1 v0.10.6 |
| 1706 | 2026-05-26T23:00:25.664Z | Compiling lalrpop-util v0.19.12 |
| 1707 | 2026-05-26T23:00:25.812Z | Compiling peg-runtime v0.8.5 |
| 1708 | 2026-05-26T23:00:25.828Z | Compiling thread_local v1.1.9 |
| 1709 | 2026-05-26T23:00:25.854Z | Compiling slog-async v2.8.0 |
| 1710 | 2026-05-26T23:00:25.937Z | Compiling crossbeam-channel v0.5.15 |
| 1711 | 2026-05-26T23:00:26.078Z | Compiling filetime v0.2.27 |
| 1712 | 2026-05-26T23:00:26.092Z | Compiling is-terminal v0.4.17 |
| 1713 | 2026-05-26T23:00:26.163Z | Compiling term v1.2.1 |
| 1714 | 2026-05-26T23:00:26.184Z | Compiling take_mut v0.2.2 |
| 1715 | 2026-05-26T23:00:26.245Z | Compiling xattr v1.6.1 |
| 1716 | 2026-05-26T23:00:26.415Z | Compiling tar v0.4.45 |
| 1717 | 2026-05-26T23:00:26.757Z | Compiling slog-term v2.9.2 |
| 1718 | 2026-05-26T23:00:36.617Z | Compiling rustls-webpki v0.103.9 |
| 1719 | 2026-05-26T23:00:39.416Z | Compiling tokio-rustls v0.26.4 |
| 1720 | 2026-05-26T23:00:39.416Z | Compiling rustls-platform-verifier v0.6.2 |
| 1721 | 2026-05-26T23:00:39.609Z | Compiling hyper-rustls v0.27.7 |
| 1722 | 2026-05-26T23:00:39.783Z | Compiling reqwest v0.12.28 |
| 1723 | 2026-05-26T23:00:39.796Z | Compiling reqwest v0.13.2 |
| 1724 | 2026-05-26T23:00:41.019Z | Compiling tough v0.22.0 |
| 1725 | 2026-05-26T23:00:43.555Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1726 | 2026-05-26T23:00:43.768Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1727 | 2026-05-26T23:00:46.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1728 | 2026-05-26T23:00:46.795Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1729 | 2026-05-26T23:00:46.820Z | May 26 23:00:45.919 INFO Starting download, target: DendriteStub |
| 1730 | 2026-05-26T23:00:46.820Z | May 26 23:00:45.920 INFO Starting download, target: Clickhouse |
| 1731 | 2026-05-26T23:00:46.820Z | May 26 23:00:45.920 INFO Starting download, target: Console |
| 1732 | 2026-05-26T23:00:46.820Z | May 26 23:00:45.920 INFO Starting download, target: Cockroach |
| 1733 | 2026-05-26T23:00:46.820Z | May 26 23:00:45.920 INFO Starting download, target: TransceiverControl |
| 1734 | 2026-05-26T23:00:46.820Z | May 26 23:00:45.920 INFO Starting download, target: MaghemiteMgd |
| 1735 | 2026-05-26T23:00:46.820Z | May 26 23:00:45.920 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1736 | 2026-05-26T23:00:46.820Z | May 26 23:00:45.920 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1737 | 2026-05-26T23:00:46.820Z | May 26 23:00:45.920 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1738 | 2026-05-26T23:00:46.821Z | May 26 23:00:45.920 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1739 | 2026-05-26T23:00:46.821Z | May 26 23:00:45.920 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1740 | 2026-05-26T23:00:46.821Z | May 26 23:00:45.920 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1741 | 2026-05-26T23:00:47.846Z | May 26 23:00:46.874 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1742 | 2026-05-26T23:00:47.953Z | May 26 23:00:46.944 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1743 | 2026-05-26T23:00:48.065Z | May 26 23:00:47.135 INFO Download complete, target: Console |
| 1744 | 2026-05-26T23:00:48.130Z | May 26 23:00:47.162 INFO Download complete, target: TransceiverControl |
| 1745 | 2026-05-26T23:00:49.133Z | May 26 23:00:48.220 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1746 | 2026-05-26T23:00:50.406Z | May 26 23:00:49.472 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1747 | 2026-05-26T23:00:51.331Z | May 26 23:00:50.432 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1748 | 2026-05-26T23:00:51.643Z | May 26 23:00:50.761 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1749 | 2026-05-26T23:00:51.643Z | May 26 23:00:50.761 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1750 | 2026-05-26T23:00:52.842Z | May 26 23:00:51.952 INFO Download complete, target: DendriteStub |
| 1751 | 2026-05-26T23:00:53.745Z | May 26 23:00:52.856 INFO Download complete, target: MaghemiteMgd |
| 1752 | 2026-05-26T23:00:56.025Z | May 26 23:00:55.143 INFO Checking that binary works, target: Clickhouse |
| 1753 | 2026-05-26T23:00:56.147Z | May 26 23:00:55.265 INFO Download complete, target: Clickhouse |
| 1754 | 2026-05-26T23:00:56.421Z | May 26 23:00:55.540 INFO Checking that binary works, target: Cockroach |
| 1755 | 2026-05-26T23:00:56.557Z | May 26 23:00:55.675 INFO Download complete, target: Cockroach |
| 1756 | 2026-05-26T23:00:56.583Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1757 | 2026-05-26T23:00:56.587Z | |
| 1758 | 2026-05-26T23:00:56.587Z | real 2:16.478738970 |
| 1759 | 2026-05-26T23:00:56.587Z | user 6:55.836731678 |
| 1760 | 2026-05-26T23:00:56.587Z | sys 1:22.129472537 |
| 1761 | 2026-05-26T23:00:56.587Z | trap 0.222881133 |
| 1762 | 2026-05-26T23:00:56.587Z | tflt 0.909118973 |
| 1763 | 2026-05-26T23:00:56.587Z | dflt 1.172662243 |
| 1764 | 2026-05-26T23:00:56.587Z | kflt 0.025914893 |
| 1765 | 2026-05-26T23:00:56.587Z | lock 21:39.918815975 |
| 1766 | 2026-05-26T23:00:56.587Z | slp 21:16.332240140 |
| 1767 | 2026-05-26T23:00:56.588Z | lat 41.727028774 |
| 1768 | 2026-05-26T23:00:56.588Z | stop 1:59.195852304 |
| 1769 | 2026-05-26T23:00:56.588Z | + banner hack-check |
| 1770 | 2026-05-26T23:00:56.588Z | |
| 1771 | 2026-05-26T23:00:56.588Z | # # ## #### # # #### # # ###### #### # # |
| 1772 | 2026-05-26T23:00:56.588Z | # # # # # # # # # # # # # # # # # |
| 1773 | 2026-05-26T23:00:56.588Z | ###### # # # #### ##### # ###### ##### # #### |
| 1774 | 2026-05-26T23:00:56.588Z | # # ###### # # # # # # # # # # |
| 1775 | 2026-05-26T23:00:56.588Z | # # # # # # # # # # # # # # # # # |
| 1776 | 2026-05-26T23:00:56.588Z | # # # # #### # # #### # # ###### #### # # |
| 1777 | 2026-05-26T23:00:56.588Z | |
| 1778 | 2026-05-26T23:00:56.588Z | + export CARGO_INCREMENTAL=0 |
| 1779 | 2026-05-26T23:00:56.588Z | + CARGO_INCREMENTAL=0 |
| 1780 | 2026-05-26T23:00:56.588Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1781 | 2026-05-26T23:00:57.110Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1782 | 2026-05-26T23:00:57.327Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1783 | 2026-05-26T23:00:59.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s |
| 1784 | 2026-05-26T23:00:59.272Z | Running `target/debug/xtask check-features --ci` |
| 1785 | 2026-05-26T23:00:59.309Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1786 | 2026-05-26T23:00:59.309Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1787 | 2026-05-26T23:00:59.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1788 | 2026-05-26T23:00:59.800Z | Running `target/debug/xtask download cargo-hack` |
| 1789 | 2026-05-26T23:01:00.602Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1790 | 2026-05-26T23:01:00.888Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1791 | 2026-05-26T23:01:03.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s |
| 1792 | 2026-05-26T23:01:03.556Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1793 | 2026-05-26T23:01:03.594Z | May 26 23:01:02.712 INFO Starting download, target: CargoHack |
| 1794 | 2026-05-26T23:01:03.599Z | May 26 23:01:02.712 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1795 | 2026-05-26T23:01:03.959Z | May 26 23:01:03.077 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1796 | 2026-05-26T23:01:04.009Z | May 26 23:01:03.127 INFO Download complete, target: CargoHack |
| 1797 | 2026-05-26T23:01:04.018Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1798 | 2026-05-26T23:01:04.032Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1799 | 2026-05-26T23:01:04.187Z | info: running `cargo check --bins` on api_identity (1/295) |
| 1800 | 2026-05-26T23:01:04.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1801 | 2026-05-26T23:01:04.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1802 | 2026-05-26T23:01:04.678Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1803 | 2026-05-26T23:01:04.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1804 | 2026-05-26T23:01:04.760Z | |
| 1805 | 2026-05-26T23:01:04.761Z | info: running `cargo check --bins` on bootstore (2/295) |
| 1806 | 2026-05-26T23:01:05.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1807 | 2026-05-26T23:01:05.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1808 | 2026-05-26T23:01:05.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1809 | 2026-05-26T23:01:05.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1810 | 2026-05-26T23:01:05.347Z | |
| 1811 | 2026-05-26T23:01:05.347Z | info: running `cargo check --bins` on omicron-ledger (3/295) |
| 1812 | 2026-05-26T23:01:05.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1813 | 2026-05-26T23:01:05.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1814 | 2026-05-26T23:01:05.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1815 | 2026-05-26T23:01:05.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1816 | 2026-05-26T23:01:05.936Z | |
| 1817 | 2026-05-26T23:01:05.936Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/295) |
| 1818 | 2026-05-26T23:01:06.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1819 | 2026-05-26T23:01:06.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1820 | 2026-05-26T23:01:06.432Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1821 | 2026-05-26T23:01:06.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1822 | 2026-05-26T23:01:06.519Z | |
| 1823 | 2026-05-26T23:01:06.519Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/295) |
| 1824 | 2026-05-26T23:01:07.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1825 | 2026-05-26T23:01:07.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1826 | 2026-05-26T23:01:07.018Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1827 | 2026-05-26T23:01:07.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1828 | 2026-05-26T23:01:07.098Z | |
| 1829 | 2026-05-26T23:01:07.098Z | info: running `cargo check --bins` on omicron-certificates (6/295) |
| 1830 | 2026-05-26T23:01:07.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1831 | 2026-05-26T23:01:07.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1832 | 2026-05-26T23:01:07.607Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1833 | 2026-05-26T23:01:07.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1834 | 2026-05-26T23:01:07.689Z | |
| 1835 | 2026-05-26T23:01:07.689Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/295) |
| 1836 | 2026-05-26T23:01:08.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1837 | 2026-05-26T23:01:08.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1838 | 2026-05-26T23:01:08.196Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1839 | 2026-05-26T23:01:08.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1840 | 2026-05-26T23:01:08.287Z | |
| 1841 | 2026-05-26T23:01:08.287Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/295) |
| 1842 | 2026-05-26T23:01:08.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1843 | 2026-05-26T23:01:08.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1844 | 2026-05-26T23:01:08.797Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1845 | 2026-05-26T23:01:08.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1846 | 2026-05-26T23:01:08.886Z | |
| 1847 | 2026-05-26T23:01:08.887Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/295) |
| 1848 | 2026-05-26T23:01:09.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1849 | 2026-05-26T23:01:09.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1850 | 2026-05-26T23:01:09.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1851 | 2026-05-26T23:01:09.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1852 | 2026-05-26T23:01:09.361Z | |
| 1853 | 2026-05-26T23:01:09.361Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/295) |
| 1854 | 2026-05-26T23:01:09.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1855 | 2026-05-26T23:01:09.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1856 | 2026-05-26T23:01:09.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1857 | 2026-05-26T23:01:09.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1858 | 2026-05-26T23:01:09.838Z | |
| 1859 | 2026-05-26T23:01:09.838Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/295) |
| 1860 | 2026-05-26T23:01:10.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1861 | 2026-05-26T23:01:10.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1862 | 2026-05-26T23:01:10.257Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1863 | 2026-05-26T23:01:10.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1864 | 2026-05-26T23:01:10.315Z | |
| 1865 | 2026-05-26T23:01:10.315Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/295) |
| 1866 | 2026-05-26T23:01:10.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1867 | 2026-05-26T23:01:10.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1868 | 2026-05-26T23:01:10.732Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1869 | 2026-05-26T23:01:10.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1870 | 2026-05-26T23:01:10.845Z | |
| 1871 | 2026-05-26T23:01:10.845Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/295) |
| 1872 | 2026-05-26T23:01:11.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1873 | 2026-05-26T23:01:11.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1874 | 2026-05-26T23:01:11.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1875 | 2026-05-26T23:01:11.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1876 | 2026-05-26T23:01:11.267Z | |
| 1877 | 2026-05-26T23:01:11.267Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/295) |
| 1878 | 2026-05-26T23:01:11.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1879 | 2026-05-26T23:01:11.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1880 | 2026-05-26T23:01:11.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1881 | 2026-05-26T23:01:11.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1882 | 2026-05-26T23:01:11.750Z | |
| 1883 | 2026-05-26T23:01:11.750Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/295) |
| 1884 | 2026-05-26T23:01:12.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1885 | 2026-05-26T23:01:12.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1886 | 2026-05-26T23:01:12.184Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1887 | 2026-05-26T23:01:12.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1888 | 2026-05-26T23:01:12.224Z | |
| 1889 | 2026-05-26T23:01:12.224Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/295) |
| 1890 | 2026-05-26T23:01:12.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1891 | 2026-05-26T23:01:12.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1892 | 2026-05-26T23:01:12.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1893 | 2026-05-26T23:01:12.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1894 | 2026-05-26T23:01:12.703Z | |
| 1895 | 2026-05-26T23:01:12.703Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/295) |
| 1896 | 2026-05-26T23:01:13.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1897 | 2026-05-26T23:01:13.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1898 | 2026-05-26T23:01:13.160Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1899 | 2026-05-26T23:01:13.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1900 | 2026-05-26T23:01:13.254Z | |
| 1901 | 2026-05-26T23:01:13.254Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/295) |
| 1902 | 2026-05-26T23:01:13.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1903 | 2026-05-26T23:01:13.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1904 | 2026-05-26T23:01:13.608Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1905 | 2026-05-26T23:01:13.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1906 | 2026-05-26T23:01:13.670Z | |
| 1907 | 2026-05-26T23:01:13.670Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/295) |
| 1908 | 2026-05-26T23:01:14.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1909 | 2026-05-26T23:01:14.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1910 | 2026-05-26T23:01:14.069Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1911 | 2026-05-26T23:01:14.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1912 | 2026-05-26T23:01:14.130Z | |
| 1913 | 2026-05-26T23:01:14.130Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/295) |
| 1914 | 2026-05-26T23:01:14.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1915 | 2026-05-26T23:01:14.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1916 | 2026-05-26T23:01:14.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1917 | 2026-05-26T23:01:14.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1918 | 2026-05-26T23:01:14.608Z | |
| 1919 | 2026-05-26T23:01:14.608Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/295) |
| 1920 | 2026-05-26T23:01:15.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1921 | 2026-05-26T23:01:15.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1922 | 2026-05-26T23:01:15.019Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1923 | 2026-05-26T23:01:15.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1924 | 2026-05-26T23:01:15.076Z | |
| 1925 | 2026-05-26T23:01:15.076Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/295) |
| 1926 | 2026-05-26T23:01:15.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1927 | 2026-05-26T23:01:15.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1928 | 2026-05-26T23:01:15.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1929 | 2026-05-26T23:01:15.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1930 | 2026-05-26T23:01:15.555Z | |
| 1931 | 2026-05-26T23:01:15.555Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/295) |
| 1932 | 2026-05-26T23:01:15.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1933 | 2026-05-26T23:01:15.970Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1934 | 2026-05-26T23:01:15.970Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1935 | 2026-05-26T23:01:15.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1936 | 2026-05-26T23:01:16.029Z | |
| 1937 | 2026-05-26T23:01:16.029Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/295) |
| 1938 | 2026-05-26T23:01:16.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1939 | 2026-05-26T23:01:16.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1940 | 2026-05-26T23:01:16.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1941 | 2026-05-26T23:01:16.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1942 | 2026-05-26T23:01:16.506Z | |
| 1943 | 2026-05-26T23:01:16.506Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/295) |
| 1944 | 2026-05-26T23:01:16.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1945 | 2026-05-26T23:01:16.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1946 | 2026-05-26T23:01:16.930Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1947 | 2026-05-26T23:01:16.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1948 | 2026-05-26T23:01:16.984Z | |
| 1949 | 2026-05-26T23:01:16.984Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/295) |
| 1950 | 2026-05-26T23:01:17.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1951 | 2026-05-26T23:01:17.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1952 | 2026-05-26T23:01:17.400Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1953 | 2026-05-26T23:01:17.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1954 | 2026-05-26T23:01:17.460Z | |
| 1955 | 2026-05-26T23:01:17.460Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/295) |
| 1956 | 2026-05-26T23:01:17.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1957 | 2026-05-26T23:01:17.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1958 | 2026-05-26T23:01:17.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1959 | 2026-05-26T23:01:17.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1960 | 2026-05-26T23:01:17.935Z | |
| 1961 | 2026-05-26T23:01:17.936Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/295) |
| 1962 | 2026-05-26T23:01:18.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1963 | 2026-05-26T23:01:18.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1964 | 2026-05-26T23:01:18.352Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1965 | 2026-05-26T23:01:18.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1966 | 2026-05-26T23:01:18.416Z | |
| 1967 | 2026-05-26T23:01:18.417Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/295) |
| 1968 | 2026-05-26T23:01:18.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1969 | 2026-05-26T23:01:18.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1970 | 2026-05-26T23:01:18.832Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1971 | 2026-05-26T23:01:18.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1972 | 2026-05-26T23:01:18.894Z | |
| 1973 | 2026-05-26T23:01:18.894Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/295) |
| 1974 | 2026-05-26T23:01:19.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1975 | 2026-05-26T23:01:19.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1976 | 2026-05-26T23:01:19.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1977 | 2026-05-26T23:01:19.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1978 | 2026-05-26T23:01:19.367Z | |
| 1979 | 2026-05-26T23:01:19.368Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/295) |
| 1980 | 2026-05-26T23:01:19.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1981 | 2026-05-26T23:01:19.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1982 | 2026-05-26T23:01:19.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1983 | 2026-05-26T23:01:19.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1984 | 2026-05-26T23:01:19.840Z | |
| 1985 | 2026-05-26T23:01:19.840Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/295) |
| 1986 | 2026-05-26T23:01:20.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1987 | 2026-05-26T23:01:20.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1988 | 2026-05-26T23:01:20.255Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1989 | 2026-05-26T23:01:20.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1990 | 2026-05-26T23:01:20.313Z | |
| 1991 | 2026-05-26T23:01:20.314Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/295) |
| 1992 | 2026-05-26T23:01:20.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1993 | 2026-05-26T23:01:20.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1994 | 2026-05-26T23:01:20.728Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1995 | 2026-05-26T23:01:20.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1996 | 2026-05-26T23:01:20.787Z | |
| 1997 | 2026-05-26T23:01:20.787Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/295) |
| 1998 | 2026-05-26T23:01:21.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1999 | 2026-05-26T23:01:21.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2000 | 2026-05-26T23:01:21.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2001 | 2026-05-26T23:01:21.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2002 | 2026-05-26T23:01:21.258Z | |
| 2003 | 2026-05-26T23:01:21.258Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/295) |
| 2004 | 2026-05-26T23:01:21.667Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2005 | 2026-05-26T23:01:21.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2006 | 2026-05-26T23:01:21.671Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2007 | 2026-05-26T23:01:21.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2008 | 2026-05-26T23:01:21.729Z | |
| 2009 | 2026-05-26T23:01:21.729Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/295) |
| 2010 | 2026-05-26T23:01:22.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2011 | 2026-05-26T23:01:22.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2012 | 2026-05-26T23:01:22.143Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2013 | 2026-05-26T23:01:22.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2014 | 2026-05-26T23:01:22.203Z | |
| 2015 | 2026-05-26T23:01:22.203Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/295) |
| 2016 | 2026-05-26T23:01:22.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2017 | 2026-05-26T23:01:22.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2018 | 2026-05-26T23:01:22.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2019 | 2026-05-26T23:01:22.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2020 | 2026-05-26T23:01:22.673Z | |
| 2021 | 2026-05-26T23:01:22.673Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/295) |
| 2022 | 2026-05-26T23:01:23.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2023 | 2026-05-26T23:01:23.083Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2024 | 2026-05-26T23:01:23.083Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2025 | 2026-05-26T23:01:23.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2026 | 2026-05-26T23:01:23.142Z | |
| 2027 | 2026-05-26T23:01:23.143Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/295) |
| 2028 | 2026-05-26T23:01:23.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2029 | 2026-05-26T23:01:23.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2030 | 2026-05-26T23:01:23.551Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2031 | 2026-05-26T23:01:23.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2032 | 2026-05-26T23:01:23.608Z | |
| 2033 | 2026-05-26T23:01:23.608Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/295) |
| 2034 | 2026-05-26T23:01:24.020Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2035 | 2026-05-26T23:01:24.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2036 | 2026-05-26T23:01:24.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2037 | 2026-05-26T23:01:24.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2038 | 2026-05-26T23:01:24.087Z | |
| 2039 | 2026-05-26T23:01:24.087Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/295) |
| 2040 | 2026-05-26T23:01:24.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2041 | 2026-05-26T23:01:24.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2042 | 2026-05-26T23:01:24.506Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2043 | 2026-05-26T23:01:24.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2044 | 2026-05-26T23:01:24.568Z | |
| 2045 | 2026-05-26T23:01:24.568Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/295) |
| 2046 | 2026-05-26T23:01:24.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2047 | 2026-05-26T23:01:24.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2048 | 2026-05-26T23:01:24.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2049 | 2026-05-26T23:01:24.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2050 | 2026-05-26T23:01:25.047Z | |
| 2051 | 2026-05-26T23:01:25.047Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/295) |
| 2052 | 2026-05-26T23:01:25.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2053 | 2026-05-26T23:01:25.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2054 | 2026-05-26T23:01:25.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2055 | 2026-05-26T23:01:25.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2056 | 2026-05-26T23:01:25.902Z | |
| 2057 | 2026-05-26T23:01:25.902Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/295) |
| 2058 | 2026-05-26T23:01:25.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2059 | 2026-05-26T23:01:25.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2060 | 2026-05-26T23:01:25.944Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2061 | 2026-05-26T23:01:25.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2062 | 2026-05-26T23:01:26.003Z | |
| 2063 | 2026-05-26T23:01:26.003Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/295) |
| 2064 | 2026-05-26T23:01:26.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2065 | 2026-05-26T23:01:26.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2066 | 2026-05-26T23:01:26.416Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2067 | 2026-05-26T23:01:26.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2068 | 2026-05-26T23:01:26.477Z | |
| 2069 | 2026-05-26T23:01:26.477Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/295) |
| 2070 | 2026-05-26T23:01:26.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2071 | 2026-05-26T23:01:26.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2072 | 2026-05-26T23:01:26.896Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2073 | 2026-05-26T23:01:26.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2074 | 2026-05-26T23:01:26.955Z | |
| 2075 | 2026-05-26T23:01:26.955Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/295) |
| 2076 | 2026-05-26T23:01:27.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2077 | 2026-05-26T23:01:27.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2078 | 2026-05-26T23:01:27.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2079 | 2026-05-26T23:01:27.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2080 | 2026-05-26T23:01:27.431Z | |
| 2081 | 2026-05-26T23:01:27.431Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/295) |
| 2082 | 2026-05-26T23:01:27.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2083 | 2026-05-26T23:01:27.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2084 | 2026-05-26T23:01:27.845Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2085 | 2026-05-26T23:01:27.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2086 | 2026-05-26T23:01:27.903Z | |
| 2087 | 2026-05-26T23:01:27.903Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/295) |
| 2088 | 2026-05-26T23:01:28.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2089 | 2026-05-26T23:01:28.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2090 | 2026-05-26T23:01:28.442Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2091 | 2026-05-26T23:01:28.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2092 | 2026-05-26T23:01:28.545Z | |
| 2093 | 2026-05-26T23:01:28.545Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/295) |
| 2094 | 2026-05-26T23:01:29.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2095 | 2026-05-26T23:01:29.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2096 | 2026-05-26T23:01:29.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2097 | 2026-05-26T23:01:29.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2098 | 2026-05-26T23:01:29.190Z | |
| 2099 | 2026-05-26T23:01:29.190Z | info: running `cargo check --bins` on nexus-config (51/295) |
| 2100 | 2026-05-26T23:01:29.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2101 | 2026-05-26T23:01:29.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2102 | 2026-05-26T23:01:29.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2103 | 2026-05-26T23:01:29.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2104 | 2026-05-26T23:01:29.831Z | |
| 2105 | 2026-05-26T23:01:29.831Z | info: running `cargo check --bins` on nexus-types (52/295) |
| 2106 | 2026-05-26T23:01:30.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2107 | 2026-05-26T23:01:30.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2108 | 2026-05-26T23:01:30.374Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2109 | 2026-05-26T23:01:30.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2110 | 2026-05-26T23:01:30.472Z | |
| 2111 | 2026-05-26T23:01:30.472Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/295) |
| 2112 | 2026-05-26T23:01:30.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2113 | 2026-05-26T23:01:30.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2114 | 2026-05-26T23:01:30.996Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2115 | 2026-05-26T23:01:30.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2116 | 2026-05-26T23:01:31.083Z | |
| 2117 | 2026-05-26T23:01:31.083Z | info: running `cargo check --bins` on omicron-passwords (54/295) |
| 2118 | 2026-05-26T23:01:31.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2119 | 2026-05-26T23:01:31.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2120 | 2026-05-26T23:01:31.585Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2121 | 2026-05-26T23:01:31.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2122 | 2026-05-26T23:01:31.670Z | |
| 2123 | 2026-05-26T23:01:31.670Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/295) |
| 2124 | 2026-05-26T23:01:32.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2125 | 2026-05-26T23:01:32.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2126 | 2026-05-26T23:01:32.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2127 | 2026-05-26T23:01:32.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2128 | 2026-05-26T23:01:32.283Z | |
| 2129 | 2026-05-26T23:01:32.283Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/295) |
| 2130 | 2026-05-26T23:01:32.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2131 | 2026-05-26T23:01:32.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2132 | 2026-05-26T23:01:32.798Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2133 | 2026-05-26T23:01:32.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2134 | 2026-05-26T23:01:32.894Z | |
| 2135 | 2026-05-26T23:01:32.894Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/295) |
| 2136 | 2026-05-26T23:01:33.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2137 | 2026-05-26T23:01:33.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2138 | 2026-05-26T23:01:33.413Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2139 | 2026-05-26T23:01:33.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2140 | 2026-05-26T23:01:33.512Z | |
| 2141 | 2026-05-26T23:01:33.512Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/295) |
| 2142 | 2026-05-26T23:01:34.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2143 | 2026-05-26T23:01:34.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2144 | 2026-05-26T23:01:34.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2145 | 2026-05-26T23:01:34.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2146 | 2026-05-26T23:01:34.126Z | |
| 2147 | 2026-05-26T23:01:34.126Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/295) |
| 2148 | 2026-05-26T23:01:34.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2149 | 2026-05-26T23:01:34.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2150 | 2026-05-26T23:01:34.629Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2151 | 2026-05-26T23:01:34.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2152 | 2026-05-26T23:01:34.719Z | |
| 2153 | 2026-05-26T23:01:34.719Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/295) |
| 2154 | 2026-05-26T23:01:35.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2155 | 2026-05-26T23:01:35.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2156 | 2026-05-26T23:01:35.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2157 | 2026-05-26T23:01:35.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2158 | 2026-05-26T23:01:35.314Z | |
| 2159 | 2026-05-26T23:01:35.314Z | info: running `cargo check --bins --no-default-features` on gfss (61/295) |
| 2160 | 2026-05-26T23:01:35.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2161 | 2026-05-26T23:01:35.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2162 | 2026-05-26T23:01:35.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2163 | 2026-05-26T23:01:35.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2164 | 2026-05-26T23:01:35.906Z | |
| 2165 | 2026-05-26T23:01:35.906Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/295) |
| 2166 | 2026-05-26T23:01:36.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2167 | 2026-05-26T23:01:36.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2168 | 2026-05-26T23:01:36.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2169 | 2026-05-26T23:01:36.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2170 | 2026-05-26T23:01:36.496Z | |
| 2171 | 2026-05-26T23:01:36.496Z | info: running `cargo check --bins` on clickhouse-admin-types (63/295) |
| 2172 | 2026-05-26T23:01:37.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2173 | 2026-05-26T23:01:37.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2174 | 2026-05-26T23:01:37.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2175 | 2026-05-26T23:01:37.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2176 | 2026-05-26T23:01:37.102Z | |
| 2177 | 2026-05-26T23:01:37.102Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/295) |
| 2178 | 2026-05-26T23:01:37.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2179 | 2026-05-26T23:01:37.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2180 | 2026-05-26T23:01:37.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2181 | 2026-05-26T23:01:37.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2182 | 2026-05-26T23:01:37.711Z | |
| 2183 | 2026-05-26T23:01:37.711Z | info: running `cargo check --bins` on cockroach-admin-types (65/295) |
| 2184 | 2026-05-26T23:01:38.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2185 | 2026-05-26T23:01:38.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2186 | 2026-05-26T23:01:38.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2187 | 2026-05-26T23:01:38.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2188 | 2026-05-26T23:01:38.302Z | |
| 2189 | 2026-05-26T23:01:38.302Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/295) |
| 2190 | 2026-05-26T23:01:38.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2191 | 2026-05-26T23:01:38.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2192 | 2026-05-26T23:01:38.808Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2193 | 2026-05-26T23:01:38.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2194 | 2026-05-26T23:01:38.897Z | |
| 2195 | 2026-05-26T23:01:38.897Z | info: running `cargo check --bins` on ereport-types (67/295) |
| 2196 | 2026-05-26T23:01:39.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2197 | 2026-05-26T23:01:39.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2198 | 2026-05-26T23:01:39.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2199 | 2026-05-26T23:01:39.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2200 | 2026-05-26T23:01:39.492Z | |
| 2201 | 2026-05-26T23:01:39.492Z | info: running `cargo check --bins` on gateway-client (68/295) |
| 2202 | 2026-05-26T23:01:40.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2203 | 2026-05-26T23:01:40.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2204 | 2026-05-26T23:01:40.005Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2205 | 2026-05-26T23:01:40.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2206 | 2026-05-26T23:01:40.097Z | |
| 2207 | 2026-05-26T23:01:40.097Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/295) |
| 2208 | 2026-05-26T23:01:40.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2209 | 2026-05-26T23:01:40.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2210 | 2026-05-26T23:01:40.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2211 | 2026-05-26T23:01:40.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2212 | 2026-05-26T23:01:40.701Z | |
| 2213 | 2026-05-26T23:01:40.701Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/295) |
| 2214 | 2026-05-26T23:01:41.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2215 | 2026-05-26T23:01:41.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2216 | 2026-05-26T23:01:41.215Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2217 | 2026-05-26T23:01:41.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2218 | 2026-05-26T23:01:41.306Z | |
| 2219 | 2026-05-26T23:01:41.306Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/295) |
| 2220 | 2026-05-26T23:01:41.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2221 | 2026-05-26T23:01:41.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2222 | 2026-05-26T23:01:41.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2223 | 2026-05-26T23:01:41.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2224 | 2026-05-26T23:01:41.912Z | |
| 2225 | 2026-05-26T23:01:41.913Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/295) |
| 2226 | 2026-05-26T23:01:42.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2227 | 2026-05-26T23:01:42.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2228 | 2026-05-26T23:01:42.426Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2229 | 2026-05-26T23:01:42.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2230 | 2026-05-26T23:01:42.512Z | |
| 2231 | 2026-05-26T23:01:42.512Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/295) |
| 2232 | 2026-05-26T23:01:43.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2233 | 2026-05-26T23:01:43.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2234 | 2026-05-26T23:01:43.158Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2235 | 2026-05-26T23:01:43.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2236 | 2026-05-26T23:01:43.159Z | |
| 2237 | 2026-05-26T23:01:43.159Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/295) |
| 2238 | 2026-05-26T23:01:43.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2239 | 2026-05-26T23:01:43.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2240 | 2026-05-26T23:01:43.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2241 | 2026-05-26T23:01:43.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2242 | 2026-05-26T23:01:43.751Z | |
| 2243 | 2026-05-26T23:01:43.751Z | info: running `cargo check --bins` on key-manager-types (75/295) |
| 2244 | 2026-05-26T23:01:44.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2245 | 2026-05-26T23:01:44.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2246 | 2026-05-26T23:01:44.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2247 | 2026-05-26T23:01:44.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2248 | 2026-05-26T23:01:44.344Z | |
| 2249 | 2026-05-26T23:01:44.344Z | info: running `cargo check --bins` on oxlog (76/295) |
| 2250 | 2026-05-26T23:01:44.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2251 | 2026-05-26T23:01:44.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2252 | 2026-05-26T23:01:44.964Z | Checking cfg-if v1.0.4 |
| 2253 | 2026-05-26T23:01:44.967Z | Checking libc v0.2.185 |
| 2254 | 2026-05-26T23:01:44.967Z | Checking serde_core v1.0.228 |
| 2255 | 2026-05-26T23:01:45.083Z | Checking zeroize v1.8.2 |
| 2256 | 2026-05-26T23:01:45.091Z | Checking memchr v2.8.0 |
| 2257 | 2026-05-26T23:01:45.099Z | Checking log v0.4.29 |
| 2258 | 2026-05-26T23:01:45.109Z | Checking smallvec v1.15.1 |
| 2259 | 2026-05-26T23:01:45.122Z | Checking typenum v1.19.0 |
| 2260 | 2026-05-26T23:01:45.122Z | Checking subtle v2.6.1 |
| 2261 | 2026-05-26T23:01:45.221Z | Checking itoa v1.0.17 |
| 2262 | 2026-05-26T23:01:45.254Z | Checking scopeguard v1.2.0 |
| 2263 | 2026-05-26T23:01:45.268Z | Checking stable_deref_trait v1.2.1 |
| 2264 | 2026-05-26T23:01:45.284Z | Checking const-oid v0.9.6 |
| 2265 | 2026-05-26T23:01:45.340Z | Checking zerofrom v0.1.6 |
| 2266 | 2026-05-26T23:01:45.397Z | Checking lock_api v0.4.14 |
| 2267 | 2026-05-26T23:01:45.397Z | Checking pin-project-lite v0.2.17 |
| 2268 | 2026-05-26T23:01:45.473Z | Checking yoke v0.8.1 |
| 2269 | 2026-05-26T23:01:45.498Z | Checking portable-atomic v1.13.1 |
| 2270 | 2026-05-26T23:01:45.498Z | Checking critical-section v1.2.0 |
| 2271 | 2026-05-26T23:01:45.498Z | Checking getrandom v0.2.17 |
| 2272 | 2026-05-26T23:01:45.565Z | Checking errno v0.3.14 |
| 2273 | 2026-05-26T23:01:45.641Z | Checking parking_lot_core v0.9.12 |
| 2274 | 2026-05-26T23:01:45.654Z | Checking zerovec v0.11.5 |
| 2275 | 2026-05-26T23:01:45.654Z | Checking rand_core v0.6.4 |
| 2276 | 2026-05-26T23:01:45.654Z | Checking generic-array v0.14.7 |
| 2277 | 2026-05-26T23:01:45.687Z | Checking signal-hook-registry v1.4.8 |
| 2278 | 2026-05-26T23:01:45.800Z | Checking futures-core v0.3.32 |
| 2279 | 2026-05-26T23:01:45.834Z | Checking parking_lot v0.12.5 |
| 2280 | 2026-05-26T23:01:45.834Z | Checking mio v1.2.0 |
| 2281 | 2026-05-26T23:01:45.907Z | Checking once_cell v1.21.3 |
| 2282 | 2026-05-26T23:01:45.931Z | Checking zerocopy v0.8.40 |
| 2283 | 2026-05-26T23:01:46.039Z | Checking zmij v1.0.21 |
| 2284 | 2026-05-26T23:01:46.076Z | Checking socket2 v0.6.3 |
| 2285 | 2026-05-26T23:01:46.077Z | Checking tinystr v0.8.2 |
| 2286 | 2026-05-26T23:01:46.077Z | Checking libm v0.2.16 |
| 2287 | 2026-05-26T23:01:46.101Z | Checking crypto-common v0.1.7 |
| 2288 | 2026-05-26T23:01:46.129Z | Checking block-buffer v0.10.4 |
| 2289 | 2026-05-26T23:01:46.156Z | Checking litemap v0.8.1 |
| 2290 | 2026-05-26T23:01:46.192Z | Checking percent-encoding v2.3.2 |
| 2291 | 2026-05-26T23:01:46.236Z | Checking writeable v0.6.2 |
| 2292 | 2026-05-26T23:01:46.250Z | Checking digest v0.10.7 |
| 2293 | 2026-05-26T23:01:46.263Z | Checking equivalent v1.0.2 |
| 2294 | 2026-05-26T23:01:46.317Z | Checking potential_utf v0.1.4 |
| 2295 | 2026-05-26T23:01:46.340Z | Checking zerotrie v0.2.3 |
| 2296 | 2026-05-26T23:01:46.350Z | Checking rand_core v0.10.0 |
| 2297 | 2026-05-26T23:01:46.373Z | Checking icu_locale_core v2.1.1 |
| 2298 | 2026-05-26T23:01:46.416Z | Checking futures-sink v0.3.32 |
| 2299 | 2026-05-26T23:01:46.459Z | Checking icu_collections v2.1.1 |
| 2300 | 2026-05-26T23:01:46.495Z | Checking futures-task v0.3.32 |
| 2301 | 2026-05-26T23:01:46.510Z | Checking futures-channel v0.3.32 |
| 2302 | 2026-05-26T23:01:46.542Z | Checking serde v1.0.228 |
| 2303 | 2026-05-26T23:01:46.566Z | Checking bitflags v2.11.0 |
| 2304 | 2026-05-26T23:01:46.613Z | Checking serde_json v1.0.149 |
| 2305 | 2026-05-26T23:01:46.696Z | Checking futures-io v0.3.32 |
| 2306 | 2026-05-26T23:01:46.727Z | Checking slab v0.4.12 |
| 2307 | 2026-05-26T23:01:46.742Z | Checking cpufeatures v0.2.17 |
| 2308 | 2026-05-26T23:01:46.747Z | Checking num-traits v0.2.19 |
| 2309 | 2026-05-26T23:01:46.809Z | Checking getrandom v0.4.1 |
| 2310 | 2026-05-26T23:01:46.828Z | Checking hmac v0.12.1 |
| 2311 | 2026-05-26T23:01:46.879Z | Checking futures-util v0.3.32 |
| 2312 | 2026-05-26T23:01:46.919Z | Checking icu_provider v2.1.1 |
| 2313 | 2026-05-26T23:01:46.940Z | Checking bytes v1.11.1 |
| 2314 | 2026-05-26T23:01:46.984Z | Checking icu_normalizer_data v2.1.1 |
| 2315 | 2026-05-26T23:01:46.984Z | Checking icu_properties_data v2.1.2 |
| 2316 | 2026-05-26T23:01:47.028Z | Checking hashbrown v0.17.0 |
| 2317 | 2026-05-26T23:01:47.071Z | Checking block-padding v0.3.3 |
| 2318 | 2026-05-26T23:01:47.135Z | Checking icu_properties v2.1.2 |
| 2319 | 2026-05-26T23:01:47.200Z | Checking icu_normalizer v2.1.1 |
| 2320 | 2026-05-26T23:01:47.266Z | Checking inout v0.1.4 |
| 2321 | 2026-05-26T23:01:47.278Z | Checking utf8_iter v1.0.4 |
| 2322 | 2026-05-26T23:01:47.359Z | Checking tokio v1.52.1 |
| 2323 | 2026-05-26T23:01:47.394Z | Checking sha2 v0.10.9 |
| 2324 | 2026-05-26T23:01:47.407Z | Checking cipher v0.4.4 |
| 2325 | 2026-05-26T23:01:47.480Z | Checking indexmap v2.14.0 |
| 2326 | 2026-05-26T23:01:47.498Z | Checking form_urlencoded v1.2.2 |
| 2327 | 2026-05-26T23:01:47.608Z | Checking getrandom v0.3.4 |
| 2328 | 2026-05-26T23:01:47.622Z | Checking base64ct v1.8.3 |
| 2329 | 2026-05-26T23:01:47.660Z | Checking fnv v1.0.7 |
| 2330 | 2026-05-26T23:01:47.747Z | Checking byteorder v1.5.0 |
| 2331 | 2026-05-26T23:01:47.762Z | Checking flagset v0.4.7 |
| 2332 | 2026-05-26T23:01:47.846Z | Checking pem-rfc7468 v0.7.0 |
| 2333 | 2026-05-26T23:01:47.881Z | Checking rand_core v0.9.5 |
| 2334 | 2026-05-26T23:01:47.943Z | Checking idna_adapter v1.2.1 |
| 2335 | 2026-05-26T23:01:47.955Z | Checking http v1.4.0 |
| 2336 | 2026-05-26T23:01:48.000Z | Checking der v0.7.10 |
| 2337 | 2026-05-26T23:01:48.026Z | Checking regex-syntax v0.8.10 |
| 2338 | 2026-05-26T23:01:48.053Z | Checking salsa20 v0.10.2 |
| 2339 | 2026-05-26T23:01:48.066Z | Checking idna v1.1.0 |
| 2340 | 2026-05-26T23:01:48.186Z | Checking uuid v1.23.0 |
| 2341 | 2026-05-26T23:01:48.301Z | Checking url v2.5.8 |
| 2342 | 2026-05-26T23:01:48.495Z | Checking pbkdf2 v0.12.2 |
| 2343 | 2026-05-26T23:01:48.507Z | Checking rustix v1.1.3 |
| 2344 | 2026-05-26T23:01:48.604Z | Checking tracing-core v0.1.36 |
| 2345 | 2026-05-26T23:01:48.628Z | Checking ppv-lite86 v0.2.21 |
| 2346 | 2026-05-26T23:01:48.743Z | Checking spki v0.7.3 |
| 2347 | 2026-05-26T23:01:48.757Z | Checking rustls-pki-types v1.14.0 |
| 2348 | 2026-05-26T23:01:48.771Z | Checking iana-time-zone v0.1.65 |
| 2349 | 2026-05-26T23:01:48.874Z | Checking base64 v0.22.1 |
| 2350 | 2026-05-26T23:01:48.905Z | Checking chrono v0.4.44 |
| 2351 | 2026-05-26T23:01:48.917Z | Checking tracing v0.1.44 |
| 2352 | 2026-05-26T23:01:48.928Z | Checking rand_chacha v0.9.0 |
| 2353 | 2026-05-26T23:01:49.040Z | Checking scrypt v0.11.0 |
| 2354 | 2026-05-26T23:01:49.112Z | Checking http-body v1.0.1 |
| 2355 | 2026-05-26T23:01:49.125Z | Checking aes v0.8.4 |
| 2356 | 2026-05-26T23:01:49.125Z | Checking cbc v0.1.2 |
| 2357 | 2026-05-26T23:01:49.177Z | Checking aws-lc-sys v0.40.0 |
| 2358 | 2026-05-26T23:01:49.242Z | Checking openssl-probe v0.2.1 |
| 2359 | 2026-05-26T23:01:49.256Z | Checking untrusted v0.9.0 |
| 2360 | 2026-05-26T23:01:49.349Z | Checking tinyvec_macros v0.1.1 |
| 2361 | 2026-05-26T23:01:49.352Z | Checking untrusted v0.7.1 |
| 2362 | 2026-05-26T23:01:49.362Z | Checking ring v0.17.14 |
| 2363 | 2026-05-26T23:01:49.386Z | Checking rand v0.9.2 |
| 2364 | 2026-05-26T23:01:49.413Z | Checking tinyvec v1.10.0 |
| 2365 | 2026-05-26T23:01:49.469Z | Checking atomic-waker v1.1.2 |
| 2366 | 2026-05-26T23:01:49.524Z | Checking pkcs5 v0.7.1 |
| 2367 | 2026-05-26T23:01:49.564Z | Checking tower-service v0.3.3 |
| 2368 | 2026-05-26T23:01:49.654Z | Checking tower-layer v0.3.3 |
| 2369 | 2026-05-26T23:01:49.681Z | Checking aws-lc-rs v1.16.3 |
| 2370 | 2026-05-26T23:01:49.712Z | Checking try-lock v0.2.5 |
| 2371 | 2026-05-26T23:01:49.757Z | Checking ipnet v2.11.0 |
| 2372 | 2026-05-26T23:01:49.770Z | Checking pkcs8 v0.10.2 |
| 2373 | 2026-05-26T23:01:49.798Z | Checking httparse v1.10.1 |
| 2374 | 2026-05-26T23:01:49.811Z | Checking want v0.3.1 |
| 2375 | 2026-05-26T23:01:49.855Z | Checking aho-corasick v1.1.4 |
| 2376 | 2026-05-26T23:01:49.929Z | Checking pin-utils v0.1.0 |
| 2377 | 2026-05-26T23:01:49.942Z | Checking httpdate v1.0.3 |
| 2378 | 2026-05-26T23:01:49.998Z | Checking fastrand v2.3.0 |
| 2379 | 2026-05-26T23:01:50.012Z | Checking dyn-clone v1.0.20 |
| 2380 | 2026-05-26T23:01:50.024Z | Checking plain v0.2.3 |
| 2381 | 2026-05-26T23:01:50.082Z | Checking foreign-types-shared v0.1.1 |
| 2382 | 2026-05-26T23:01:50.113Z | Checking unicode-normalization v0.1.25 |
| 2383 | 2026-05-26T23:01:50.128Z | Checking semver v1.0.28 |
| 2384 | 2026-05-26T23:01:50.160Z | Checking foreign-types v0.3.2 |
| 2385 | 2026-05-26T23:01:50.173Z | Checking tempfile v3.25.0 |
| 2386 | 2026-05-26T23:01:50.227Z | Checking openssl-sys v0.9.115 |
| 2387 | 2026-05-26T23:01:50.331Z | Checking spin v0.9.8 |
| 2388 | 2026-05-26T23:01:50.351Z | Checking ucd-trie v0.1.7 |
| 2389 | 2026-05-26T23:01:50.366Z | Checking unicode-ident v1.0.24 |
| 2390 | 2026-05-26T23:01:50.476Z | Checking proc-macro2 v1.0.106 |
| 2391 | 2026-05-26T23:01:50.489Z | Checking pest v2.8.6 |
| 2392 | 2026-05-26T23:01:50.501Z | Checking rustls-webpki v0.103.9 |
| 2393 | 2026-05-26T23:01:50.511Z | Checking schemars v0.8.22 |
| 2394 | 2026-05-26T23:01:50.524Z | Checking regex-automata v0.4.14 |
| 2395 | 2026-05-26T23:01:50.524Z | Checking rustls-native-certs v0.8.3 |
| 2396 | 2026-05-26T23:01:50.551Z | Checking tokio-util v0.7.18 |
| 2397 | 2026-05-26T23:01:50.607Z | Checking openssl v0.10.79 |
| 2398 | 2026-05-26T23:01:50.648Z | Checking thiserror v2.0.18 |
| 2399 | 2026-05-26T23:01:50.749Z | Checking sync_wrapper v1.0.2 |
| 2400 | 2026-05-26T23:01:50.781Z | Checking wait-timeout v0.2.1 |
| 2401 | 2026-05-26T23:01:50.853Z | Checking siphasher v1.0.2 |
| 2402 | 2026-05-26T23:01:50.902Z | Checking powerfmt v0.2.0 |
| 2403 | 2026-05-26T23:01:50.905Z | Checking rustls v0.23.37 |
| 2404 | 2026-05-26T23:01:51.004Z | Checking utf8parse v0.2.2 |
| 2405 | 2026-05-26T23:01:51.049Z | Checking quick-error v1.2.3 |
| 2406 | 2026-05-26T23:01:51.103Z | Checking simd-adler32 v0.3.8 |
| 2407 | 2026-05-26T23:01:51.143Z | Checking h2 v0.4.13 |
| 2408 | 2026-05-26T23:01:51.146Z | Checking pretty-hex v0.4.1 |
| 2409 | 2026-05-26T23:01:51.156Z | Checking bit-vec v0.8.0 |
| 2410 | 2026-05-26T23:01:51.266Z | Checking anstyle v1.0.13 |
| 2411 | 2026-05-26T23:01:51.280Z | Checking rusty-fork v0.3.1 |
| 2412 | 2026-05-26T23:01:51.342Z | Checking bit-set v0.8.0 |
| 2413 | 2026-05-26T23:01:51.443Z | Checking anstyle-parse v0.2.7 |
| 2414 | 2026-05-26T23:01:51.446Z | Checking deranged v0.5.8 |
| 2415 | 2026-05-26T23:01:51.483Z | Checking tower v0.5.3 |
| 2416 | 2026-05-26T23:01:51.530Z | Checking quote v1.0.45 |
| 2417 | 2026-05-26T23:01:51.602Z | Compiling newtype-uuid v1.3.2 |
| 2418 | 2026-05-26T23:01:51.699Z | Checking http-body-util v0.1.3 |
| 2419 | 2026-05-26T23:01:51.769Z | Checking webpki-roots v1.0.6 |
| 2420 | 2026-05-26T23:01:51.865Z | Checking crossbeam-utils v0.8.21 |
| 2421 | 2026-05-26T23:01:51.885Z | Checking rand_xorshift v0.4.0 |
| 2422 | 2026-05-26T23:01:51.911Z | Checking crc32fast v1.5.0 |
| 2423 | 2026-05-26T23:01:52.003Z | Checking scroll v0.13.0 |
| 2424 | 2026-05-26T23:01:52.050Z | Checking signature v2.2.0 |
| 2425 | 2026-05-26T23:01:52.181Z | Checking anstyle-query v1.1.5 |
| 2426 | 2026-05-26T23:01:52.195Z | Checking allocator-api2 v0.2.21 |
| 2427 | 2026-05-26T23:01:52.226Z | Checking colorchoice v1.0.4 |
| 2428 | 2026-05-26T23:01:52.270Z | Checking num-conv v0.2.0 |
| 2429 | 2026-05-26T23:01:52.325Z | Checking num_threads v0.1.7 |
| 2430 | 2026-05-26T23:01:52.335Z | Checking adler2 v2.0.1 |
| 2431 | 2026-05-26T23:01:52.360Z | Checking time-core v0.1.8 |
| 2432 | 2026-05-26T23:01:52.384Z | Checking iri-string v0.7.10 |
| 2433 | 2026-05-26T23:01:52.405Z | Checking unicode-properties v0.1.4 |
| 2434 | 2026-05-26T23:01:52.435Z | Checking unicode-bidi v0.3.18 |
| 2435 | 2026-05-26T23:01:52.465Z | Checking ryu v1.0.23 |
| 2436 | 2026-05-26T23:01:52.496Z | Checking unarray v0.1.4 |
| 2437 | 2026-05-26T23:01:52.591Z | Checking is_terminal_polyfill v1.70.2 |
| 2438 | 2026-05-26T23:01:52.605Z | Checking serde_urlencoded v0.7.1 |
| 2439 | 2026-05-26T23:01:52.616Z | Checking proptest v1.10.0 |
| 2440 | 2026-05-26T23:01:52.626Z | Checking native-tls v0.2.18 |
| 2441 | 2026-05-26T23:01:52.677Z | Checking anstream v0.6.21 |
| 2442 | 2026-05-26T23:01:52.724Z | Checking stringprep v0.1.5 |
| 2443 | 2026-05-26T23:01:52.798Z | Checking tokio-native-tls v0.3.1 |
| 2444 | 2026-05-26T23:01:52.811Z | Checking time v0.3.47 |
| 2445 | 2026-05-26T23:01:52.873Z | Checking miniz_oxide v0.8.9 |
| 2446 | 2026-05-26T23:01:52.886Z | Checking bstr v1.12.1 |
| 2447 | 2026-05-26T23:01:52.953Z | Checking goblin v0.10.5 |
| 2448 | 2026-05-26T23:01:53.219Z | Checking crossbeam-epoch v0.9.18 |
| 2449 | 2026-05-26T23:01:53.241Z | Checking tokio-rustls v0.26.4 |
| 2450 | 2026-05-26T23:01:53.263Z | Compiling daft v0.1.7 |
| 2451 | 2026-05-26T23:01:53.384Z | Checking tower-http v0.6.8 |
| 2452 | 2026-05-26T23:01:53.459Z | Checking syn v2.0.117 |
| 2453 | 2026-05-26T23:01:53.493Z | Checking ipnetwork v0.21.1 |
| 2454 | 2026-05-26T23:01:53.551Z | Checking rand_chacha v0.3.1 |
| 2455 | 2026-05-26T23:01:53.688Z | Checking thiserror v1.0.69 |
| 2456 | 2026-05-26T23:01:53.708Z | Checking scroll v0.12.0 |
| 2457 | 2026-05-26T23:01:53.759Z | Checking hash32 v0.2.1 |
| 2458 | 2026-05-26T23:01:53.784Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2459 | 2026-05-26T23:01:53.821Z | Checking hyper v1.8.1 |
| 2460 | 2026-05-26T23:01:53.896Z | Checking num-integer v0.1.46 |
| 2461 | 2026-05-26T23:01:53.917Z | Checking serde_spanned v0.6.9 |
| 2462 | 2026-05-26T23:01:53.935Z | Checking toml_datetime v0.6.11 |
| 2463 | 2026-05-26T23:01:53.947Z | Checking md-5 v0.10.6 |
| 2464 | 2026-05-26T23:01:54.040Z | Checking ff v0.13.1 |
| 2465 | 2026-05-26T23:01:54.081Z | Checking encoding_rs v0.8.35 |
| 2466 | 2026-05-26T23:01:54.113Z | Checking mime v0.3.17 |
| 2467 | 2026-05-26T23:01:54.113Z | Checking base16ct v0.2.0 |
| 2468 | 2026-05-26T23:01:54.167Z | Checking fallible-iterator v0.2.0 |
| 2469 | 2026-05-26T23:01:54.238Z | Checking zlib-rs v0.6.2 |
| 2470 | 2026-05-26T23:01:54.293Z | Checking psl-types v2.0.11 |
| 2471 | 2026-05-26T23:01:54.410Z | Checking publicsuffix v2.3.0 |
| 2472 | 2026-05-26T23:01:54.435Z | Checking postgres-protocol v0.6.10 |
| 2473 | 2026-05-26T23:01:54.570Z | Checking sec1 v0.7.3 |
| 2474 | 2026-05-26T23:01:54.570Z | Checking group v0.13.0 |
| 2475 | 2026-05-26T23:01:54.717Z | Checking num-iter v0.1.45 |
| 2476 | 2026-05-26T23:01:54.730Z | Checking hyper-util v0.1.20 |
| 2477 | 2026-05-26T23:01:54.742Z | Checking cookie v0.18.1 |
| 2478 | 2026-05-26T23:01:54.784Z | Checking goblin v0.8.2 |
| 2479 | 2026-05-26T23:01:54.826Z | Checking heapless v0.7.17 |
| 2480 | 2026-05-26T23:01:54.968Z | Checking zstd-safe v7.2.4 |
| 2481 | 2026-05-26T23:01:55.008Z | Checking rand v0.8.6 |
| 2482 | 2026-05-26T23:01:55.107Z | Checking flate2 v1.1.9 |
| 2483 | 2026-05-26T23:01:55.129Z | Checking oxnet v0.1.4 |
| 2484 | 2026-05-26T23:01:55.234Z | Compiling iddqd v0.4.1 |
| 2485 | 2026-05-26T23:01:55.306Z | Checking dof v0.4.0 |
| 2486 | 2026-05-26T23:01:55.365Z | Checking dtrace-parser v0.3.0 |
| 2487 | 2026-05-26T23:01:55.400Z | Checking phf_shared v0.13.1 |
| 2488 | 2026-05-26T23:01:55.518Z | Checking lazy_static v1.5.0 |
| 2489 | 2026-05-26T23:01:55.599Z | Checking zerocopy v0.7.35 |
| 2490 | 2026-05-26T23:01:55.621Z | Checking pin-project v1.1.11 |
| 2491 | 2026-05-26T23:01:55.624Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2492 | 2026-05-26T23:01:55.709Z | Checking signal-hook v0.3.18 |
| 2493 | 2026-05-26T23:01:55.721Z | Checking terminal_size v0.4.3 |
| 2494 | 2026-05-26T23:01:55.732Z | Checking futures-executor v0.3.32 |
| 2495 | 2026-05-26T23:01:55.832Z | Checking hkdf v0.12.4 |
| 2496 | 2026-05-26T23:01:55.874Z | Checking hex v0.4.3 |
| 2497 | 2026-05-26T23:01:55.890Z | Checking crypto-bigint v0.5.5 |
| 2498 | 2026-05-26T23:01:55.927Z | Checking thread-id v5.1.0 |
| 2499 | 2026-05-26T23:01:55.962Z | Checking bitflags v1.3.2 |
| 2500 | 2026-05-26T23:01:55.974Z | Checking hyper-rustls v0.27.7 |
| 2501 | 2026-05-26T23:01:56.005Z | Checking hyper-tls v0.6.0 |
| 2502 | 2026-05-26T23:01:56.032Z | Checking same-file v1.0.6 |
| 2503 | 2026-05-26T23:01:56.086Z | Checking foldhash v0.1.5 |
| 2504 | 2026-05-26T23:01:56.096Z | Checking winnow v0.7.14 |
| 2505 | 2026-05-26T23:01:56.145Z | Checking managed v0.8.0 |
| 2506 | 2026-05-26T23:01:56.175Z | Checking cpufeatures v0.3.0 |
| 2507 | 2026-05-26T23:01:56.194Z | Checking either v1.15.0 |
| 2508 | 2026-05-26T23:01:56.213Z | Checking foldhash v0.2.0 |
| 2509 | 2026-05-26T23:01:56.239Z | Checking strsim v0.11.1 |
| 2510 | 2026-05-26T23:01:56.323Z | Compiling rayon-core v1.13.0 |
| 2511 | 2026-05-26T23:01:56.369Z | Checking libbz2-rs-sys v0.2.2 |
| 2512 | 2026-05-26T23:01:56.373Z | Checking bumpalo v3.20.2 |
| 2513 | 2026-05-26T23:01:56.397Z | Checking winnow v0.5.40 |
| 2514 | 2026-05-26T23:01:56.446Z | Checking clap_lex v1.0.0 |
| 2515 | 2026-05-26T23:01:56.513Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2516 | 2026-05-26T23:01:56.559Z | Checking zopfli v0.8.3 |
| 2517 | 2026-05-26T23:01:56.593Z | Checking clap_builder v4.5.60 |
| 2518 | 2026-05-26T23:01:56.685Z | Checking dof v0.3.0 |
| 2519 | 2026-05-26T23:01:56.700Z | Checking hashbrown v0.16.1 |
| 2520 | 2026-05-26T23:01:56.763Z | Checking bzip2 v0.6.1 |
| 2521 | 2026-05-26T23:01:56.775Z | Checking elliptic-curve v0.13.8 |
| 2522 | 2026-05-26T23:01:56.889Z | Checking smoltcp v0.9.1 |
| 2523 | 2026-05-26T23:01:56.923Z | Checking chacha20 v0.10.0 |
| 2524 | 2026-05-26T23:01:56.963Z | Checking hashbrown v0.15.5 |
| 2525 | 2026-05-26T23:01:57.079Z | Checking reqwest v0.12.28 |
| 2526 | 2026-05-26T23:01:57.134Z | Checking walkdir v2.5.0 |
| 2527 | 2026-05-26T23:01:57.183Z | Checking usdt-impl v0.6.0 |
| 2528 | 2026-05-26T23:01:57.272Z | Checking signal-hook-mio v0.2.5 |
| 2529 | 2026-05-26T23:01:57.292Z | Checking futures v0.3.32 |
| 2530 | 2026-05-26T23:01:57.369Z | Checking snafu v0.8.9 |
| 2531 | 2026-05-26T23:01:57.372Z | Checking bzip2 v0.4.4 |
| 2532 | 2026-05-26T23:01:57.423Z | Checking phf v0.13.1 |
| 2533 | 2026-05-26T23:01:57.460Z | Checking num-bigint-dig v0.8.6 |
| 2534 | 2026-05-26T23:01:57.526Z | Checking toml_edit v0.19.15 |
| 2535 | 2026-05-26T23:01:57.538Z | Checking zstd v0.13.3 |
| 2536 | 2026-05-26T23:01:57.565Z | Checking cookie_store v0.22.1 |
| 2537 | 2026-05-26T23:01:57.602Z | Checking postgres-types v0.2.12 |
| 2538 | 2026-05-26T23:01:57.708Z | Checking dtrace-parser v0.2.0 |
| 2539 | 2026-05-26T23:01:57.721Z | Checking crossbeam-deque v0.8.6 |
| 2540 | 2026-05-26T23:01:57.816Z | Checking globset v0.4.18 |
| 2541 | 2026-05-26T23:01:57.889Z | Checking rustls-platform-verifier v0.6.2 |
| 2542 | 2026-05-26T23:01:57.901Z | Checking regex v1.12.3 |
| 2543 | 2026-05-26T23:01:57.913Z | Checking ed25519 v2.2.3 |
| 2544 | 2026-05-26T23:01:57.925Z | Checking phf_shared v0.11.3 |
| 2545 | 2026-05-26T23:01:57.937Z | Checking olpc-cjson v0.1.4 |
| 2546 | 2026-05-26T23:01:58.023Z | Checking ref-cast v1.0.25 |
| 2547 | 2026-05-26T23:01:58.063Z | Checking curve25519-dalek v4.1.3 |
| 2548 | 2026-05-26T23:01:58.066Z | Checking strum v0.27.2 |
| 2549 | 2026-05-26T23:01:58.066Z | Checking hubpack v0.1.2 |
| 2550 | 2026-05-26T23:01:58.099Z | Checking memoffset v0.9.1 |
| 2551 | 2026-05-26T23:01:58.115Z | Checking rustix v0.38.44 |
| 2552 | 2026-05-26T23:01:58.169Z | Checking pkcs1 v0.7.5 |
| 2553 | 2026-05-26T23:01:58.183Z | Checking pem v3.0.6 |
| 2554 | 2026-05-26T23:01:58.186Z | Checking float-cmp v0.10.0 |
| 2555 | 2026-05-26T23:01:58.249Z | Checking rfc6979 v0.4.0 |
| 2556 | 2026-05-26T23:01:58.264Z | Checking erased-serde v0.3.31 |
| 2557 | 2026-05-26T23:01:58.315Z | Checking serde_plain v1.0.2 |
| 2558 | 2026-05-26T23:01:58.334Z | Checking serde-big-array v0.5.1 |
| 2559 | 2026-05-26T23:01:58.361Z | Checking memmap2 v0.9.10 |
| 2560 | 2026-05-26T23:01:58.376Z | Checking thread-id v4.2.2 |
| 2561 | 2026-05-26T23:01:58.454Z | Checking env_filter v1.0.0 |
| 2562 | 2026-05-26T23:01:58.473Z | Checking data-encoding v2.10.0 |
| 2563 | 2026-05-26T23:01:58.477Z | Checking static_assertions v1.1.0 |
| 2564 | 2026-05-26T23:01:58.519Z | Checking normalize-line-endings v0.3.0 |
| 2565 | 2026-05-26T23:01:58.545Z | Checking keccak v0.1.6 |
| 2566 | 2026-05-26T23:01:58.580Z | Checking precomputed-hash v0.1.1 |
| 2567 | 2026-05-26T23:01:58.597Z | Checking predicates-core v1.0.10 |
| 2568 | 2026-05-26T23:01:58.608Z | Checking jiff v0.2.21 |
| 2569 | 2026-05-26T23:01:58.658Z | Checking unicode-segmentation v1.12.0 |
| 2570 | 2026-05-26T23:01:58.671Z | Checking toml_write v0.1.2 |
| 2571 | 2026-05-26T23:01:58.709Z | Checking difflib v0.4.0 |
| 2572 | 2026-05-26T23:01:58.720Z | Checking fixedbitset v0.5.7 |
| 2573 | 2026-05-26T23:01:58.756Z | Checking new_debug_unreachable v1.0.6 |
| 2574 | 2026-05-26T23:01:58.827Z | Checking typed-path v0.9.3 |
| 2575 | 2026-05-26T23:01:58.840Z | Checking whoami v2.1.0 |
| 2576 | 2026-05-26T23:01:58.935Z | Checking fixedbitset v0.4.2 |
| 2577 | 2026-05-26T23:01:58.946Z | Checking predicates v3.1.4 |
| 2578 | 2026-05-26T23:01:58.947Z | Checking petgraph v0.8.3 |
| 2579 | 2026-05-26T23:01:58.951Z | Checking crossterm v0.28.1 |
| 2580 | 2026-05-26T23:01:58.976Z | Checking similar v2.7.0 |
| 2581 | 2026-05-26T23:01:59.015Z | Checking petgraph v0.6.5 |
| 2582 | 2026-05-26T23:01:59.034Z | Checking tokio-postgres v0.7.16 |
| 2583 | 2026-05-26T23:01:59.184Z | Checking ed25519-dalek v2.2.0 |
| 2584 | 2026-05-26T23:01:59.352Z | Checking toml_edit v0.22.27 |
| 2585 | 2026-05-26T23:01:59.410Z | Checking string_cache v0.8.9 |
| 2586 | 2026-05-26T23:01:59.579Z | Checking hickory-proto v0.25.2 |
| 2587 | 2026-05-26T23:01:59.583Z | Checking tough v0.22.0 |
| 2588 | 2026-05-26T23:01:59.623Z | Checking sha3 v0.10.8 |
| 2589 | 2026-05-26T23:01:59.822Z | Checking slog v2.8.2 |
| 2590 | 2026-05-26T23:02:00.084Z | Checking env_logger v0.11.9 |
| 2591 | 2026-05-26T23:02:00.237Z | Checking toml v0.7.8 |
| 2592 | 2026-05-26T23:02:00.256Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2593 | 2026-05-26T23:02:00.271Z | Checking usdt v0.6.0 |
| 2594 | 2026-05-26T23:02:00.428Z | Checking usdt-impl v0.5.0 |
| 2595 | 2026-05-26T23:02:00.441Z | Checking rsa v0.9.10 |
| 2596 | 2026-05-26T23:02:00.459Z | Checking ecdsa v0.16.9 |
| 2597 | 2026-05-26T23:02:00.540Z | Checking nix v0.31.2 |
| 2598 | 2026-05-26T23:02:00.796Z | Checking reqwest v0.13.2 |
| 2599 | 2026-05-26T23:02:00.822Z | Checking zip v4.6.1 |
| 2600 | 2026-05-26T23:02:01.226Z | Checking clap v4.5.60 |
| 2601 | 2026-05-26T23:02:01.307Z | Checking zip v0.6.6 |
| 2602 | 2026-05-26T23:02:01.389Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2603 | 2026-05-26T23:02:01.585Z | Checking rand v0.10.0 |
| 2604 | 2026-05-26T23:02:01.610Z | Checking itertools v0.13.0 |
| 2605 | 2026-05-26T23:02:01.623Z | Checking serde_with v3.17.0 |
| 2606 | 2026-05-26T23:02:01.636Z | Checking strum v0.26.3 |
| 2607 | 2026-05-26T23:02:01.648Z | Checking fs-err v3.3.0 |
| 2608 | 2026-05-26T23:02:01.713Z | Checking ahash v0.8.12 |
| 2609 | 2026-05-26T23:02:01.744Z | Checking object v0.37.3 |
| 2610 | 2026-05-26T23:02:01.905Z | Checking tokio-stream v0.1.18 |
| 2611 | 2026-05-26T23:02:01.940Z | Checking buf-list v1.1.2 |
| 2612 | 2026-05-26T23:02:02.051Z | Checking camino v1.2.2 |
| 2613 | 2026-05-26T23:02:02.123Z | Checking anyhow v1.0.102 |
| 2614 | 2026-05-26T23:02:02.283Z | Checking x509-cert v0.2.5 |
| 2615 | 2026-05-26T23:02:02.297Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2616 | 2026-05-26T23:02:02.321Z | Checking openapiv3 v2.2.0 |
| 2617 | 2026-05-26T23:02:02.349Z | Checking sha1 v0.10.6 |
| 2618 | 2026-05-26T23:02:02.511Z | Checking peg-runtime v0.8.5 |
| 2619 | 2026-05-26T23:02:02.515Z | Checking lalrpop-util v0.19.12 |
| 2620 | 2026-05-26T23:02:02.552Z | Checking rayon v1.11.0 |
| 2621 | 2026-05-26T23:02:02.622Z | Checking sigpipe v0.1.3 |
| 2622 | 2026-05-26T23:02:02.658Z | Checking glob v0.3.3 |
| 2623 | 2026-05-26T23:02:03.974Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2624 | 2026-05-26T23:02:04.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.90s |
| 2625 | 2026-05-26T23:02:04.423Z | |
| 2626 | 2026-05-26T23:02:04.423Z | info: running `cargo check --bins` on internal-dns-types (77/295) |
| 2627 | 2026-05-26T23:02:04.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2628 | 2026-05-26T23:02:04.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2629 | 2026-05-26T23:02:04.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2630 | 2026-05-26T23:02:04.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2631 | 2026-05-26T23:02:05.019Z | |
| 2632 | 2026-05-26T23:02:05.019Z | info: running `cargo check --bins` on internal-dns-types-versions (78/295) |
| 2633 | 2026-05-26T23:02:05.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2634 | 2026-05-26T23:02:05.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2635 | 2026-05-26T23:02:05.522Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2636 | 2026-05-26T23:02:05.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2637 | 2026-05-26T23:02:05.608Z | |
| 2638 | 2026-05-26T23:02:05.608Z | info: running `cargo check --bins` on nexus-types-versions (79/295) |
| 2639 | 2026-05-26T23:02:06.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2640 | 2026-05-26T23:02:06.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2641 | 2026-05-26T23:02:06.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2642 | 2026-05-26T23:02:06.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2643 | 2026-05-26T23:02:06.217Z | |
| 2644 | 2026-05-26T23:02:06.217Z | info: running `cargo check --bins` on oxql-types (80/295) |
| 2645 | 2026-05-26T23:02:06.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2646 | 2026-05-26T23:02:06.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2647 | 2026-05-26T23:02:06.728Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2648 | 2026-05-26T23:02:06.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2649 | 2026-05-26T23:02:06.818Z | |
| 2650 | 2026-05-26T23:02:06.818Z | info: running `cargo check --bins` on oximeter-types (81/295) |
| 2651 | 2026-05-26T23:02:07.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2652 | 2026-05-26T23:02:07.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2653 | 2026-05-26T23:02:07.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2654 | 2026-05-26T23:02:07.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2655 | 2026-05-26T23:02:07.408Z | |
| 2656 | 2026-05-26T23:02:07.408Z | info: running `cargo check --bins` on oximeter-types-versions (82/295) |
| 2657 | 2026-05-26T23:02:07.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2658 | 2026-05-26T23:02:07.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2659 | 2026-05-26T23:02:07.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2660 | 2026-05-26T23:02:07.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2661 | 2026-05-26T23:02:08.004Z | |
| 2662 | 2026-05-26T23:02:08.004Z | info: running `cargo check --bins` on oximeter-macro-impl (83/295) |
| 2663 | 2026-05-26T23:02:08.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2664 | 2026-05-26T23:02:08.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2665 | 2026-05-26T23:02:08.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2666 | 2026-05-26T23:02:08.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2667 | 2026-05-26T23:02:08.586Z | |
| 2668 | 2026-05-26T23:02:08.586Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/295) |
| 2669 | 2026-05-26T23:02:09.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2670 | 2026-05-26T23:02:09.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2671 | 2026-05-26T23:02:09.271Z | Compiling structmeta-derive v0.3.0 |
| 2672 | 2026-05-26T23:02:09.387Z | Compiling rustls v0.22.4 |
| 2673 | 2026-05-26T23:02:09.396Z | Compiling multer v3.1.0 |
| 2674 | 2026-05-26T23:02:09.405Z | Compiling async-stream-impl v0.3.6 |
| 2675 | 2026-05-26T23:02:09.409Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2676 | 2026-05-26T23:02:09.428Z | Compiling dropshot v0.17.0 |
| 2677 | 2026-05-26T23:02:09.443Z | Compiling newtype-uuid-macros v0.1.0 |
| 2678 | 2026-05-26T23:02:09.445Z | Compiling dropshot_endpoint v0.17.0 |
| 2679 | 2026-05-26T23:02:09.578Z | Checking newtype-uuid v1.3.2 |
| 2680 | 2026-05-26T23:02:09.654Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2681 | 2026-05-26T23:02:09.682Z | Checking rustls-webpki v0.102.8 |
| 2682 | 2026-05-26T23:02:09.767Z | Checking daft v0.1.7 |
| 2683 | 2026-05-26T23:02:09.783Z | Checking thread_local v1.1.9 |
| 2684 | 2026-05-26T23:02:09.945Z | Checking compression-core v0.4.31 |
| 2685 | 2026-05-26T23:02:09.975Z | Checking match_cfg v0.1.0 |
| 2686 | 2026-05-26T23:02:10.004Z | Checking iddqd v0.4.1 |
| 2687 | 2026-05-26T23:02:10.053Z | Checking hostname v0.3.1 |
| 2688 | 2026-05-26T23:02:10.067Z | Checking compression-codecs v0.4.37 |
| 2689 | 2026-05-26T23:02:10.083Z | Checking crossbeam-channel v0.5.15 |
| 2690 | 2026-05-26T23:02:10.152Z | Checking slog-json v2.6.1 |
| 2691 | 2026-05-26T23:02:10.194Z | Checking serde_spanned v1.0.4 |
| 2692 | 2026-05-26T23:02:10.234Z | Checking is-terminal v0.4.17 |
| 2693 | 2026-05-26T23:02:10.301Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2694 | 2026-05-26T23:02:10.321Z | Checking take_mut v0.2.2 |
| 2695 | 2026-05-26T23:02:10.324Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2696 | 2026-05-26T23:02:10.413Z | Checking term v1.2.1 |
| 2697 | 2026-05-26T23:02:10.425Z | Checking debug-ignore v1.0.5 |
| 2698 | 2026-05-26T23:02:10.428Z | Compiling structmeta v0.3.0 |
| 2699 | 2026-05-26T23:02:10.502Z | Checking slog-async v2.8.0 |
| 2700 | 2026-05-26T23:02:10.518Z | Checking toml v1.0.6+spec-1.1.0 |
| 2701 | 2026-05-26T23:02:10.532Z | Checking slog-bunyan v2.5.0 |
| 2702 | 2026-05-26T23:02:10.631Z | Checking slog-term v2.9.2 |
| 2703 | 2026-05-26T23:02:10.640Z | Checking async-compression v0.4.41 |
| 2704 | 2026-05-26T23:02:10.653Z | Compiling derive-ex v0.1.8 |
| 2705 | 2026-05-26T23:02:10.693Z | Compiling parse-display-derive v0.10.0 |
| 2706 | 2026-05-26T23:02:10.988Z | Checking async-stream v0.3.6 |
| 2707 | 2026-05-26T23:02:10.995Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2708 | 2026-05-26T23:02:10.995Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2709 | 2026-05-26T23:02:10.995Z | Checking progenitor-client v0.14.0 |
| 2710 | 2026-05-26T23:02:10.995Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2711 | 2026-05-26T23:02:11.089Z | Checking waitgroup v0.1.2 |
| 2712 | 2026-05-26T23:02:11.136Z | Checking backon v1.6.0 |
| 2713 | 2026-05-26T23:02:11.176Z | Checking rustls-pemfile v2.2.0 |
| 2714 | 2026-05-26T23:02:11.209Z | Checking serde_path_to_error v0.1.20 |
| 2715 | 2026-05-26T23:02:11.225Z | Checking hostname v0.4.2 |
| 2716 | 2026-05-26T23:02:11.297Z | Checking instant v0.1.13 |
| 2717 | 2026-05-26T23:02:11.381Z | Checking backoff v0.4.0 |
| 2718 | 2026-05-26T23:02:11.465Z | Checking tokio-rustls v0.25.0 |
| 2719 | 2026-05-26T23:02:11.479Z | Checking progenitor-extras v0.2.0 |
| 2720 | 2026-05-26T23:02:11.523Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2721 | 2026-05-26T23:02:11.555Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2722 | 2026-05-26T23:02:11.718Z | Checking itertools v0.14.0 |
| 2723 | 2026-05-26T23:02:11.733Z | Checking progenitor-client v0.10.0 |
| 2724 | 2026-05-26T23:02:11.920Z | Checking regress v0.10.5 |
| 2725 | 2026-05-26T23:02:11.938Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2726 | 2026-05-26T23:02:12.160Z | Checking macaddr v1.0.1 |
| 2727 | 2026-05-26T23:02:12.312Z | Compiling test-strategy v0.4.5 |
| 2728 | 2026-05-26T23:02:12.327Z | Checking parse-display v0.10.0 |
| 2729 | 2026-05-26T23:02:12.560Z | Checking humantime v2.3.0 |
| 2730 | 2026-05-26T23:02:13.537Z | Compiling prettyplease v0.2.37 |
| 2731 | 2026-05-26T23:02:13.817Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2732 | 2026-05-26T23:02:13.988Z | Checking num-rational v0.4.2 |
| 2733 | 2026-05-26T23:02:14.198Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2734 | 2026-05-26T23:02:14.477Z | Checking num-complex v0.4.6 |
| 2735 | 2026-05-26T23:02:15.206Z | Compiling num v0.4.3 |
| 2736 | 2026-05-26T23:02:15.250Z | Compiling usdt-attr-macro v0.5.0 |
| 2737 | 2026-05-26T23:02:15.261Z | Compiling usdt-macro v0.5.0 |
| 2738 | 2026-05-26T23:02:15.286Z | Checking memmap v0.7.0 |
| 2739 | 2026-05-26T23:02:15.297Z | Checking float-ord v0.3.2 |
| 2740 | 2026-05-26T23:02:15.398Z | Compiling convert_case v0.4.0 |
| 2741 | 2026-05-26T23:02:15.413Z | Checking unicode-width v0.2.0 |
| 2742 | 2026-05-26T23:02:15.660Z | Checking console v0.15.11 |
| 2743 | 2026-05-26T23:02:15.778Z | Compiling derive_more v0.99.20 |
| 2744 | 2026-05-26T23:02:15.968Z | Checking newline-converter v0.3.0 |
| 2745 | 2026-05-26T23:02:15.978Z | Checking atomicwrites v0.4.4 |
| 2746 | 2026-05-26T23:02:15.999Z | Checking usdt v0.5.0 |
| 2747 | 2026-05-26T23:02:16.074Z | Compiling toml v0.8.23 |
| 2748 | 2026-05-26T23:02:16.104Z | Checking linked-hash-map v0.5.6 |
| 2749 | 2026-05-26T23:02:16.169Z | Compiling minimal-lexical v0.2.1 |
| 2750 | 2026-05-26T23:02:16.321Z | Checking lru-cache v0.1.2 |
| 2751 | 2026-05-26T23:02:16.396Z | Compiling nom v7.1.3 |
| 2752 | 2026-05-26T23:02:16.424Z | Checking expectorate v1.2.0 |
| 2753 | 2026-05-26T23:02:17.018Z | Checking camino-tempfile v1.4.1 |
| 2754 | 2026-05-26T23:02:17.084Z | Checking hickory-proto v0.24.4 |
| 2755 | 2026-05-26T23:02:17.179Z | Checking phf_shared v0.12.1 |
| 2756 | 2026-05-26T23:02:17.322Z | Compiling slog-dtrace v0.3.0 |
| 2757 | 2026-05-26T23:02:17.351Z | Checking resolv-conf v0.7.6 |
| 2758 | 2026-05-26T23:02:17.511Z | Checking heck v0.5.0 |
| 2759 | 2026-05-26T23:02:17.536Z | Compiling chrono-tz v0.10.4 |
| 2760 | 2026-05-26T23:02:17.640Z | Compiling const_format_proc_macros v0.2.34 |
| 2761 | 2026-05-26T23:02:17.729Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2762 | 2026-05-26T23:02:17.782Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2763 | 2026-05-26T23:02:17.799Z | Checking phf v0.12.1 |
| 2764 | 2026-05-26T23:02:17.940Z | Checking tokio-dtrace v0.1.1 |
| 2765 | 2026-05-26T23:02:18.132Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2766 | 2026-05-26T23:02:18.196Z | Compiling derive-where v1.6.0 |
| 2767 | 2026-05-26T23:02:18.304Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2768 | 2026-05-26T23:02:18.697Z | Checking highway v1.3.0 |
| 2769 | 2026-05-26T23:02:18.910Z | Checking hickory-resolver v0.24.4 |
| 2770 | 2026-05-26T23:02:18.932Z | Checking const_format v0.2.35 |
| 2771 | 2026-05-26T23:02:19.092Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2772 | 2026-05-26T23:02:19.191Z | Checking oxide-tokio-rt v0.1.4 |
| 2773 | 2026-05-26T23:02:19.359Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2774 | 2026-05-26T23:02:19.591Z | Checking gethostname v0.5.0 |
| 2775 | 2026-05-26T23:02:19.608Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2776 | 2026-05-26T23:02:19.621Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2777 | 2026-05-26T23:02:19.635Z | Checking qorb v0.4.1 |
| 2778 | 2026-05-26T23:02:19.676Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2779 | 2026-05-26T23:02:19.753Z | Checking bcs v0.1.6 |
| 2780 | 2026-05-26T23:02:19.782Z | Checking termtree v0.5.1 |
| 2781 | 2026-05-26T23:02:23.022Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2782 | 2026-05-26T23:02:25.805Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2783 | 2026-05-26T23:02:27.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.33s |
| 2784 | 2026-05-26T23:02:28.107Z | |
| 2785 | 2026-05-26T23:02:28.107Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/295) |
| 2786 | 2026-05-26T23:02:28.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2787 | 2026-05-26T23:02:28.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2788 | 2026-05-26T23:02:28.801Z | Compiling ar_archive_writer v0.5.1 |
| 2789 | 2026-05-26T23:02:28.914Z | Compiling stacker v0.1.23 |
| 2790 | 2026-05-26T23:02:28.923Z | Compiling cfg_aliases v0.1.1 |
| 2791 | 2026-05-26T23:02:28.934Z | Compiling convert_case v0.10.0 |
| 2792 | 2026-05-26T23:02:28.941Z | Checking unicode-width v0.1.14 |
| 2793 | 2026-05-26T23:02:28.952Z | Compiling proc-macro-error v1.0.4 |
| 2794 | 2026-05-26T23:02:28.964Z | Checking fd-lock v4.0.4 |
| 2795 | 2026-05-26T23:02:28.964Z | Checking nibble_vec v0.1.0 |
| 2796 | 2026-05-26T23:02:28.987Z | Compiling nix v0.28.0 |
| 2797 | 2026-05-26T23:02:29.075Z | Checking vte v0.14.1 |
| 2798 | 2026-05-26T23:02:29.094Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2799 | 2026-05-26T23:02:29.165Z | Checking bytecount v0.6.9 |
| 2800 | 2026-05-26T23:02:29.180Z | Checking endian-type v0.1.2 |
| 2801 | 2026-05-26T23:02:29.223Z | Checking strip-ansi-escapes v0.2.1 |
| 2802 | 2026-05-26T23:02:29.242Z | Compiling tabled_derive v0.7.0 |
| 2803 | 2026-05-26T23:02:29.242Z | Compiling derive_more-impl v2.1.1 |
| 2804 | 2026-05-26T23:02:29.297Z | Checking papergrid v0.11.0 |
| 2805 | 2026-05-26T23:02:29.335Z | Checking radix_trie v0.2.1 |
| 2806 | 2026-05-26T23:02:29.344Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2807 | 2026-05-26T23:02:29.494Z | Compiling peg-macros v0.8.5 |
| 2808 | 2026-05-26T23:02:29.537Z | Checking winnow v0.6.26 |
| 2809 | 2026-05-26T23:02:29.740Z | Compiling psm v0.1.30 |
| 2810 | 2026-05-26T23:02:29.807Z | Compiling sqlparser_derive v0.5.0 |
| 2811 | 2026-05-26T23:02:29.903Z | Checking nu-ansi-term v0.50.3 |
| 2812 | 2026-05-26T23:02:30.033Z | Checking derive_more v2.1.1 |
| 2813 | 2026-05-26T23:02:30.108Z | Checking unicode_categories v0.1.1 |
| 2814 | 2026-05-26T23:02:30.121Z | Checking home v0.5.12 |
| 2815 | 2026-05-26T23:02:30.201Z | Checking tabled v0.15.0 |
| 2816 | 2026-05-26T23:02:30.294Z | Checking crossterm v0.29.0 |
| 2817 | 2026-05-26T23:02:30.301Z | Checking reedline v0.40.0 |
| 2818 | 2026-05-26T23:02:30.301Z | Checking rustyline v14.0.0 |
| 2819 | 2026-05-26T23:02:30.514Z | Checking recursive v0.1.1 |
| 2820 | 2026-05-26T23:02:30.575Z | Checking display-error-chain v0.2.2 |
| 2821 | 2026-05-26T23:02:30.605Z | Checking sqlparser v0.61.0 |
| 2822 | 2026-05-26T23:02:30.657Z | Checking sqlformat v0.3.5 |
| 2823 | 2026-05-26T23:02:30.841Z | Checking peg v0.8.5 |
| 2824 | 2026-05-26T23:02:41.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.57s |
| 2825 | 2026-05-26T23:02:41.863Z | |
| 2826 | 2026-05-26T23:02:41.864Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/295) |
| 2827 | 2026-05-26T23:02:42.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2828 | 2026-05-26T23:02:42.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2829 | 2026-05-26T23:02:42.541Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2830 | 2026-05-26T23:02:45.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s |
| 2831 | 2026-05-26T23:02:46.169Z | |
| 2832 | 2026-05-26T23:02:46.169Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/295) |
| 2833 | 2026-05-26T23:02:46.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2834 | 2026-05-26T23:02:46.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2835 | 2026-05-26T23:02:46.842Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2836 | 2026-05-26T23:02:49.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s |
| 2837 | 2026-05-26T23:02:49.508Z | |
| 2838 | 2026-05-26T23:02:49.508Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/295) |
| 2839 | 2026-05-26T23:02:50.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2840 | 2026-05-26T23:02:50.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2841 | 2026-05-26T23:02:50.179Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2842 | 2026-05-26T23:02:53.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s |
| 2843 | 2026-05-26T23:02:53.571Z | |
| 2844 | 2026-05-26T23:02:53.572Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/295) |
| 2845 | 2026-05-26T23:02:54.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2846 | 2026-05-26T23:02:54.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2847 | 2026-05-26T23:02:54.249Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2848 | 2026-05-26T23:02:57.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s |
| 2849 | 2026-05-26T23:02:57.663Z | |
| 2850 | 2026-05-26T23:02:57.663Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/295) |
| 2851 | 2026-05-26T23:02:58.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2852 | 2026-05-26T23:02:58.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2853 | 2026-05-26T23:02:58.332Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2854 | 2026-05-26T23:03:00.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s |
| 2855 | 2026-05-26T23:03:01.100Z | |
| 2856 | 2026-05-26T23:03:01.101Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/295) |
| 2857 | 2026-05-26T23:03:01.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2858 | 2026-05-26T23:03:01.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2859 | 2026-05-26T23:03:01.777Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2860 | 2026-05-26T23:03:04.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s |
| 2861 | 2026-05-26T23:03:04.562Z | |
| 2862 | 2026-05-26T23:03:04.562Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/295) |
| 2863 | 2026-05-26T23:03:05.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2864 | 2026-05-26T23:03:05.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2865 | 2026-05-26T23:03:05.241Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2866 | 2026-05-26T23:03:08.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s |
| 2867 | 2026-05-26T23:03:08.829Z | |
| 2868 | 2026-05-26T23:03:08.829Z | info: running `cargo check --bins` on oximeter (93/295) |
| 2869 | 2026-05-26T23:03:09.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2870 | 2026-05-26T23:03:09.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2871 | 2026-05-26T23:03:09.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2872 | 2026-05-26T23:03:09.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2873 | 2026-05-26T23:03:09.429Z | |
| 2874 | 2026-05-26T23:03:09.429Z | info: running `cargo check --bins` on oximeter-schema (94/295) |
| 2875 | 2026-05-26T23:03:09.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2876 | 2026-05-26T23:03:09.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2877 | 2026-05-26T23:03:10.069Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2878 | 2026-05-26T23:03:10.232Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2879 | 2026-05-26T23:03:10.233Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2880 | 2026-05-26T23:03:10.567Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2881 | 2026-05-26T23:03:13.466Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2882 | 2026-05-26T23:03:14.676Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2883 | 2026-05-26T23:03:14.888Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2884 | 2026-05-26T23:03:15.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.13s |
| 2885 | 2026-05-26T23:03:15.740Z | |
| 2886 | 2026-05-26T23:03:15.740Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/295) |
| 2887 | 2026-05-26T23:03:16.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2888 | 2026-05-26T23:03:16.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2889 | 2026-05-26T23:03:16.249Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2890 | 2026-05-26T23:03:16.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2891 | 2026-05-26T23:03:16.336Z | |
| 2892 | 2026-05-26T23:03:16.336Z | info: running `cargo check --bins` on oximeter-test-utils (96/295) |
| 2893 | 2026-05-26T23:03:16.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2894 | 2026-05-26T23:03:16.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2895 | 2026-05-26T23:03:16.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2896 | 2026-05-26T23:03:16.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2897 | 2026-05-26T23:03:16.976Z | |
| 2898 | 2026-05-26T23:03:16.977Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/295) |
| 2899 | 2026-05-26T23:03:17.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2900 | 2026-05-26T23:03:17.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2901 | 2026-05-26T23:03:17.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2902 | 2026-05-26T23:03:17.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2903 | 2026-05-26T23:03:17.584Z | |
| 2904 | 2026-05-26T23:03:17.584Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/295) |
| 2905 | 2026-05-26T23:03:18.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2906 | 2026-05-26T23:03:18.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2907 | 2026-05-26T23:03:18.102Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2908 | 2026-05-26T23:03:18.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2909 | 2026-05-26T23:03:18.193Z | |
| 2910 | 2026-05-26T23:03:18.194Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/295) |
| 2911 | 2026-05-26T23:03:18.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2912 | 2026-05-26T23:03:18.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2913 | 2026-05-26T23:03:18.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2914 | 2026-05-26T23:03:18.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2915 | 2026-05-26T23:03:18.806Z | |
| 2916 | 2026-05-26T23:03:18.806Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/295) |
| 2917 | 2026-05-26T23:03:19.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2918 | 2026-05-26T23:03:19.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2919 | 2026-05-26T23:03:19.325Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2920 | 2026-05-26T23:03:19.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2921 | 2026-05-26T23:03:19.419Z | |
| 2922 | 2026-05-26T23:03:19.419Z | info: running `cargo check --bins` on trust-quorum-types (101/295) |
| 2923 | 2026-05-26T23:03:19.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2924 | 2026-05-26T23:03:19.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2925 | 2026-05-26T23:03:19.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2926 | 2026-05-26T23:03:19.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2927 | 2026-05-26T23:03:20.003Z | |
| 2928 | 2026-05-26T23:03:20.003Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/295) |
| 2929 | 2026-05-26T23:03:20.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2930 | 2026-05-26T23:03:20.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2931 | 2026-05-26T23:03:20.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2932 | 2026-05-26T23:03:20.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2933 | 2026-05-26T23:03:20.628Z | |
| 2934 | 2026-05-26T23:03:20.628Z | info: running `cargo check --bins` on update-engine (103/295) |
| 2935 | 2026-05-26T23:03:21.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2936 | 2026-05-26T23:03:21.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2937 | 2026-05-26T23:03:21.103Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2938 | 2026-05-26T23:03:21.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2939 | 2026-05-26T23:03:21.189Z | |
| 2940 | 2026-05-26T23:03:21.189Z | info: running `cargo check --bins` on omicron-clickhouse-admin (104/295) |
| 2941 | 2026-05-26T23:03:21.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2942 | 2026-05-26T23:03:21.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2943 | 2026-05-26T23:03:21.905Z | Compiling crucible-workspace-hack v0.1.0 |
| 2944 | 2026-05-26T23:03:22.023Z | Checking secrecy v0.10.3 |
| 2945 | 2026-05-26T23:03:22.030Z | Compiling heapless v0.8.0 |
| 2946 | 2026-05-26T23:03:22.032Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2947 | 2026-05-26T23:03:22.043Z | Compiling ingot-macros v0.1.1 |
| 2948 | 2026-05-26T23:03:22.052Z | Checking hash32 v0.3.1 |
| 2949 | 2026-05-26T23:03:22.065Z | Compiling smoltcp v0.11.0 |
| 2950 | 2026-05-26T23:03:22.065Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2951 | 2026-05-26T23:03:22.124Z | Checking cobs v0.3.0 |
| 2952 | 2026-05-26T23:03:22.169Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2953 | 2026-05-26T23:03:22.260Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2954 | 2026-05-26T23:03:22.260Z | Checking universal-hash v0.5.1 |
| 2955 | 2026-05-26T23:03:22.285Z | Checking half v2.7.1 |
| 2956 | 2026-05-26T23:03:22.323Z | Checking opaque-debug v0.3.1 |
| 2957 | 2026-05-26T23:03:22.381Z | Checking ciborium-io v0.2.2 |
| 2958 | 2026-05-26T23:03:22.395Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2959 | 2026-05-26T23:03:22.426Z | Checking poly1305 v0.8.0 |
| 2960 | 2026-05-26T23:03:22.469Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2961 | 2026-05-26T23:03:22.551Z | Checking ciborium-ll v0.2.2 |
| 2962 | 2026-05-26T23:03:22.589Z | Checking postcard v1.1.3 |
| 2963 | 2026-05-26T23:03:22.681Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2964 | 2026-05-26T23:03:22.723Z | Checking password-hash v0.5.0 |
| 2965 | 2026-05-26T23:03:22.865Z | Compiling proc-macro-crate v3.4.0 |
| 2966 | 2026-05-26T23:03:22.893Z | Checking chacha20 v0.9.1 |
| 2967 | 2026-05-26T23:03:22.947Z | Compiling proc-macro-crate v1.3.1 |
| 2968 | 2026-05-26T23:03:22.963Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2969 | 2026-05-26T23:03:23.085Z | Checking blake2 v0.10.6 |
| 2970 | 2026-05-26T23:03:23.199Z | Checking aead v0.5.2 |
| 2971 | 2026-05-26T23:03:23.323Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2972 | 2026-05-26T23:03:23.326Z | Checking thiserror-no-std v2.0.2 |
| 2973 | 2026-05-26T23:03:23.326Z | Compiling foreign-types-macros v0.2.3 |
| 2974 | 2026-05-26T23:03:23.360Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2975 | 2026-05-26T23:03:23.374Z | Checking foreign-types-shared v0.3.1 |
| 2976 | 2026-05-26T23:03:23.419Z | Checking vsss-rs v3.3.4 |
| 2977 | 2026-05-26T23:03:23.446Z | Compiling num_enum_derive v0.7.5 |
| 2978 | 2026-05-26T23:03:23.470Z | Compiling num_enum_derive v0.5.11 |
| 2979 | 2026-05-26T23:03:23.543Z | Checking chacha20poly1305 v0.10.1 |
| 2980 | 2026-05-26T23:03:23.607Z | Checking argon2 v0.5.3 |
| 2981 | 2026-05-26T23:03:23.672Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2982 | 2026-05-26T23:03:23.939Z | Checking foreign-types v0.5.0 |
| 2983 | 2026-05-26T23:03:23.952Z | Checking ciborium v0.2.2 |
| 2984 | 2026-05-26T23:03:24.126Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2985 | 2026-05-26T23:03:24.185Z | Checking tabwriter v1.4.1 |
| 2986 | 2026-05-26T23:03:24.330Z | Checking byte-wrapper v0.1.0 |
| 2987 | 2026-05-26T23:03:24.366Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2988 | 2026-05-26T23:03:24.410Z | Checking cstr-argument v0.1.2 |
| 2989 | 2026-05-26T23:03:24.475Z | Checking num_enum v0.7.5 |
| 2990 | 2026-05-26T23:03:24.497Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2991 | 2026-05-26T23:03:24.530Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2992 | 2026-05-26T23:03:24.544Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2993 | 2026-05-26T23:03:24.547Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2994 | 2026-05-26T23:03:24.588Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2995 | 2026-05-26T23:03:24.732Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2996 | 2026-05-26T23:03:24.752Z | Checking num_enum v0.5.11 |
| 2997 | 2026-05-26T23:03:24.784Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2998 | 2026-05-26T23:03:24.821Z | Checking ingot-types v0.1.2 |
| 2999 | 2026-05-26T23:03:24.864Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3000 | 2026-05-26T23:03:24.892Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3001 | 2026-05-26T23:03:24.905Z | Checking indent_write v2.2.0 |
| 3002 | 2026-05-26T23:03:24.921Z | Checking colored v3.1.1 |
| 3003 | 2026-05-26T23:03:25.036Z | Compiling zone_cfg_derive v0.3.1 |
| 3004 | 2026-05-26T23:03:25.062Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3005 | 2026-05-26T23:03:25.129Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3006 | 2026-05-26T23:03:25.170Z | Checking ingot v0.1.1 |
| 3007 | 2026-05-26T23:03:25.186Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3008 | 2026-05-26T23:03:25.205Z | Checking itertools v0.12.1 |
| 3009 | 2026-05-26T23:03:25.222Z | Compiling num-derive v0.4.2 |
| 3010 | 2026-05-26T23:03:25.237Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3011 | 2026-05-26T23:03:25.356Z | Checking swrite v0.1.0 |
| 3012 | 2026-05-26T23:03:25.439Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3013 | 2026-05-26T23:03:25.452Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3014 | 2026-05-26T23:03:25.614Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3015 | 2026-05-26T23:03:25.630Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3016 | 2026-05-26T23:03:25.673Z | Checking dropshot-api-manager-types v0.7.2 |
| 3017 | 2026-05-26T23:03:25.724Z | Checking smf v0.2.3 |
| 3018 | 2026-05-26T23:03:25.740Z | Checking nanorand v0.7.0 |
| 3019 | 2026-05-26T23:03:25.839Z | Checking whoami v1.6.1 |
| 3020 | 2026-05-26T23:03:25.926Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3021 | 2026-05-26T23:03:25.939Z | Checking flume v0.11.1 |
| 3022 | 2026-05-26T23:03:26.135Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3023 | 2026-05-26T23:03:26.206Z | Checking zone v0.3.1 |
| 3024 | 2026-05-26T23:03:26.727Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3025 | 2026-05-26T23:03:27.684Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3026 | 2026-05-26T23:03:28.584Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3027 | 2026-05-26T23:03:31.708Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3028 | 2026-05-26T23:03:33.757Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3029 | 2026-05-26T23:03:34.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.66s |
| 3030 | 2026-05-26T23:03:35.058Z | |
| 3031 | 2026-05-26T23:03:35.058Z | info: running `cargo check --bins` on clickhouse-admin-api (105/295) |
| 3032 | 2026-05-26T23:03:35.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3033 | 2026-05-26T23:03:35.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3034 | 2026-05-26T23:03:35.570Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3035 | 2026-05-26T23:03:35.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3036 | 2026-05-26T23:03:35.665Z | |
| 3037 | 2026-05-26T23:03:35.665Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (106/295) |
| 3038 | 2026-05-26T23:03:36.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3039 | 2026-05-26T23:03:36.179Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3040 | 2026-05-26T23:03:36.179Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3041 | 2026-05-26T23:03:36.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3042 | 2026-05-26T23:03:36.273Z | |
| 3043 | 2026-05-26T23:03:36.273Z | info: running `cargo check --bins` on bootstrap-agent-client (107/295) |
| 3044 | 2026-05-26T23:03:36.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3045 | 2026-05-26T23:03:36.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3046 | 2026-05-26T23:03:36.789Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3047 | 2026-05-26T23:03:36.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3048 | 2026-05-26T23:03:36.883Z | |
| 3049 | 2026-05-26T23:03:36.883Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/295) |
| 3050 | 2026-05-26T23:03:37.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3051 | 2026-05-26T23:03:37.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3052 | 2026-05-26T23:03:37.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3053 | 2026-05-26T23:03:37.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3054 | 2026-05-26T23:03:37.494Z | |
| 3055 | 2026-05-26T23:03:37.494Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (109/295) |
| 3056 | 2026-05-26T23:03:38.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3057 | 2026-05-26T23:03:38.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3058 | 2026-05-26T23:03:38.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3059 | 2026-05-26T23:03:38.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3060 | 2026-05-26T23:03:38.104Z | |
| 3061 | 2026-05-26T23:03:38.104Z | info: running `cargo check --bins` on clickhouse-admin-server-client (110/295) |
| 3062 | 2026-05-26T23:03:38.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3063 | 2026-05-26T23:03:38.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3064 | 2026-05-26T23:03:38.617Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3065 | 2026-05-26T23:03:38.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3066 | 2026-05-26T23:03:38.705Z | |
| 3067 | 2026-05-26T23:03:38.705Z | info: running `cargo check --bins` on clickhouse-admin-single-client (111/295) |
| 3068 | 2026-05-26T23:03:39.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3069 | 2026-05-26T23:03:39.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3070 | 2026-05-26T23:03:39.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3071 | 2026-05-26T23:03:39.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3072 | 2026-05-26T23:03:39.303Z | |
| 3073 | 2026-05-26T23:03:39.303Z | info: running `cargo check --bins` on cockroach-admin-client (112/295) |
| 3074 | 2026-05-26T23:03:39.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3075 | 2026-05-26T23:03:39.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3076 | 2026-05-26T23:03:39.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3077 | 2026-05-26T23:03:39.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3078 | 2026-05-26T23:03:39.889Z | |
| 3079 | 2026-05-26T23:03:39.889Z | info: running `cargo check --bins` on omicron-ddm-admin-client (113/295) |
| 3080 | 2026-05-26T23:03:40.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3081 | 2026-05-26T23:03:40.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3082 | 2026-05-26T23:03:40.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3083 | 2026-05-26T23:03:40.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3084 | 2026-05-26T23:03:40.489Z | |
| 3085 | 2026-05-26T23:03:40.489Z | info: running `cargo check --bins` on dns-service-client (114/295) |
| 3086 | 2026-05-26T23:03:40.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3087 | 2026-05-26T23:03:41.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3088 | 2026-05-26T23:03:41.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3089 | 2026-05-26T23:03:41.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3090 | 2026-05-26T23:03:41.095Z | |
| 3091 | 2026-05-26T23:03:41.095Z | info: running `cargo check --bins` on installinator-client (115/295) |
| 3092 | 2026-05-26T23:03:41.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3093 | 2026-05-26T23:03:41.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3094 | 2026-05-26T23:03:41.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3095 | 2026-05-26T23:03:41.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3096 | 2026-05-26T23:03:41.696Z | |
| 3097 | 2026-05-26T23:03:41.696Z | info: running `cargo check --bins` on nexus-client (116/295) |
| 3098 | 2026-05-26T23:03:42.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3099 | 2026-05-26T23:03:42.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3100 | 2026-05-26T23:03:42.230Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3101 | 2026-05-26T23:03:42.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3102 | 2026-05-26T23:03:42.330Z | |
| 3103 | 2026-05-26T23:03:42.330Z | info: running `cargo check --bins` on nexus-lockstep-client (117/295) |
| 3104 | 2026-05-26T23:03:42.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3105 | 2026-05-26T23:03:42.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3106 | 2026-05-26T23:03:42.870Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3107 | 2026-05-26T23:03:42.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3108 | 2026-05-26T23:03:42.962Z | |
| 3109 | 2026-05-26T23:03:42.962Z | info: running `cargo check --bins` on ntp-admin-client (118/295) |
| 3110 | 2026-05-26T23:03:43.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3111 | 2026-05-26T23:03:43.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3112 | 2026-05-26T23:03:43.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3113 | 2026-05-26T23:03:43.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3114 | 2026-05-26T23:03:43.548Z | |
| 3115 | 2026-05-26T23:03:43.549Z | info: running `cargo check --bins` on ntp-admin-v1-client (119/295) |
| 3116 | 2026-05-26T23:03:44.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3117 | 2026-05-26T23:03:44.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3118 | 2026-05-26T23:03:44.055Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3119 | 2026-05-26T23:03:44.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3120 | 2026-05-26T23:03:44.139Z | |
| 3121 | 2026-05-26T23:03:44.139Z | info: running `cargo check --bins` on oxide-client (120/295) |
| 3122 | 2026-05-26T23:03:44.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3123 | 2026-05-26T23:03:44.639Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3124 | 2026-05-26T23:03:44.639Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3125 | 2026-05-26T23:03:44.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3126 | 2026-05-26T23:03:44.726Z | |
| 3127 | 2026-05-26T23:03:44.728Z | info: running `cargo check --bins` on oximeter-client (121/295) |
| 3128 | 2026-05-26T23:03:45.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3129 | 2026-05-26T23:03:45.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3130 | 2026-05-26T23:03:45.233Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3131 | 2026-05-26T23:03:45.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3132 | 2026-05-26T23:03:45.326Z | |
| 3133 | 2026-05-26T23:03:45.326Z | info: running `cargo check --bins` on repo-depot-client (122/295) |
| 3134 | 2026-05-26T23:03:45.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3135 | 2026-05-26T23:03:45.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3136 | 2026-05-26T23:03:45.822Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3137 | 2026-05-26T23:03:45.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3138 | 2026-05-26T23:03:45.912Z | |
| 3139 | 2026-05-26T23:03:45.912Z | info: running `cargo check --bins` on sled-agent-client (123/295) |
| 3140 | 2026-05-26T23:03:46.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3141 | 2026-05-26T23:03:46.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3142 | 2026-05-26T23:03:46.425Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3143 | 2026-05-26T23:03:46.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3144 | 2026-05-26T23:03:46.519Z | |
| 3145 | 2026-05-26T23:03:46.519Z | info: running `cargo check --bins` on wicketd-client (124/295) |
| 3146 | 2026-05-26T23:03:47.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3147 | 2026-05-26T23:03:47.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3148 | 2026-05-26T23:03:47.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3149 | 2026-05-26T23:03:47.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3150 | 2026-05-26T23:03:47.139Z | |
| 3151 | 2026-05-26T23:03:47.139Z | info: running `cargo check --bins` on installinator-common (125/295) |
| 3152 | 2026-05-26T23:03:47.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3153 | 2026-05-26T23:03:47.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3154 | 2026-05-26T23:03:47.655Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3155 | 2026-05-26T23:03:47.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3156 | 2026-05-26T23:03:47.748Z | |
| 3157 | 2026-05-26T23:03:47.748Z | info: running `cargo check --bins` on installinator-common-versions (126/295) |
| 3158 | 2026-05-26T23:03:48.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3159 | 2026-05-26T23:03:48.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3160 | 2026-05-26T23:03:48.245Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3161 | 2026-05-26T23:03:48.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3162 | 2026-05-26T23:03:48.332Z | |
| 3163 | 2026-05-26T23:03:48.332Z | info: running `cargo check --bins` on wicket-common (127/295) |
| 3164 | 2026-05-26T23:03:48.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3165 | 2026-05-26T23:03:48.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3166 | 2026-05-26T23:03:48.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3167 | 2026-05-26T23:03:48.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3168 | 2026-05-26T23:03:48.949Z | |
| 3169 | 2026-05-26T23:03:48.949Z | info: running `cargo check --bins` on omicron-cockroach-admin (128/295) |
| 3170 | 2026-05-26T23:03:49.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3171 | 2026-05-26T23:03:49.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3172 | 2026-05-26T23:03:49.648Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3173 | 2026-05-26T23:03:49.766Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3174 | 2026-05-26T23:03:49.775Z | Checking csv-core v0.1.13 |
| 3175 | 2026-05-26T23:03:49.780Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3176 | 2026-05-26T23:03:49.787Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3177 | 2026-05-26T23:03:49.787Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3178 | 2026-05-26T23:03:49.808Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3179 | 2026-05-26T23:03:49.819Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3180 | 2026-05-26T23:03:49.929Z | Checking csv v1.4.0 |
| 3181 | 2026-05-26T23:03:49.970Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3182 | 2026-05-26T23:03:49.985Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3183 | 2026-05-26T23:03:50.014Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3184 | 2026-05-26T23:03:50.032Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3185 | 2026-05-26T23:03:50.263Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3186 | 2026-05-26T23:03:50.626Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3187 | 2026-05-26T23:03:50.629Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3188 | 2026-05-26T23:03:50.966Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3189 | 2026-05-26T23:03:56.919Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3190 | 2026-05-26T23:03:57.448Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3191 | 2026-05-26T23:03:59.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.83s |
| 3192 | 2026-05-26T23:04:01.089Z | |
| 3193 | 2026-05-26T23:04:01.091Z | info: running `cargo check --bins` on cockroach-admin-api (129/295) |
| 3194 | 2026-05-26T23:04:01.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3195 | 2026-05-26T23:04:01.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3196 | 2026-05-26T23:04:01.091Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3197 | 2026-05-26T23:04:01.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3198 | 2026-05-26T23:04:01.091Z | |
| 3199 | 2026-05-26T23:04:01.091Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (130/295) |
| 3200 | 2026-05-26T23:04:01.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3201 | 2026-05-26T23:04:01.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3202 | 2026-05-26T23:04:01.178Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3203 | 2026-05-26T23:04:01.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3204 | 2026-05-26T23:04:01.257Z | |
| 3205 | 2026-05-26T23:04:01.258Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/295) |
| 3206 | 2026-05-26T23:04:01.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3207 | 2026-05-26T23:04:01.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3208 | 2026-05-26T23:04:01.832Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3209 | 2026-05-26T23:04:01.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3210 | 2026-05-26T23:04:01.936Z | |
| 3211 | 2026-05-26T23:04:01.937Z | info: running `cargo check --bins` on gateway-test-utils (132/295) |
| 3212 | 2026-05-26T23:04:02.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3213 | 2026-05-26T23:04:02.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3214 | 2026-05-26T23:04:02.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3215 | 2026-05-26T23:04:02.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3216 | 2026-05-26T23:04:02.587Z | |
| 3217 | 2026-05-26T23:04:02.587Z | info: running `cargo check --bins` on omicron-gateway (133/295) |
| 3218 | 2026-05-26T23:04:03.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3219 | 2026-05-26T23:04:03.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3220 | 2026-05-26T23:04:03.351Z | Compiling regress v0.11.1 |
| 3221 | 2026-05-26T23:04:03.494Z | Compiling unsafe-libyaml v0.2.11 |
| 3222 | 2026-05-26T23:04:03.509Z | Compiling semver v0.1.20 |
| 3223 | 2026-05-26T23:04:03.509Z | Compiling radium v0.7.0 |
| 3224 | 2026-05-26T23:04:03.536Z | Compiling maybe-uninit v2.0.0 |
| 3225 | 2026-05-26T23:04:03.539Z | Checking tap v1.0.1 |
| 3226 | 2026-05-26T23:04:03.562Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3227 | 2026-05-26T23:04:03.649Z | Checking wyz v0.5.1 |
| 3228 | 2026-05-26T23:04:03.784Z | Compiling rustc_version v0.1.7 |
| 3229 | 2026-05-26T23:04:03.826Z | Checking progenitor-client v0.13.0 |
| 3230 | 2026-05-26T23:04:03.843Z | Compiling zerocopy-derive v0.6.6 |
| 3231 | 2026-05-26T23:04:03.978Z | Compiling packed_struct v0.10.1 |
| 3232 | 2026-05-26T23:04:04.007Z | Compiling serde_yaml v0.9.34+deprecated |
| 3233 | 2026-05-26T23:04:04.061Z | Compiling newtype_derive v0.1.6 |
| 3234 | 2026-05-26T23:04:04.224Z | Compiling owo-colors v4.3.0 |
| 3235 | 2026-05-26T23:04:04.246Z | Compiling cancel-safe-futures v0.1.5 |
| 3236 | 2026-05-26T23:04:04.267Z | Checking crc-catalog v2.4.0 |
| 3237 | 2026-05-26T23:04:04.364Z | Checking funty v2.0.0 |
| 3238 | 2026-05-26T23:04:04.477Z | Checking crc v3.4.0 |
| 3239 | 2026-05-26T23:04:04.686Z | Checking zerocopy v0.6.6 |
| 3240 | 2026-05-26T23:04:04.699Z | Checking bitvec v1.0.1 |
| 3241 | 2026-05-26T23:04:04.715Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3242 | 2026-05-26T23:04:04.742Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3243 | 2026-05-26T23:04:04.922Z | Checking typify-impl v0.6.2 |
| 3244 | 2026-05-26T23:04:04.979Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3245 | 2026-05-26T23:04:05.081Z | Compiling packed_struct_codegen v0.10.1 |
| 3246 | 2026-05-26T23:04:05.231Z | Checking libsw-core v0.3.2 |
| 3247 | 2026-05-26T23:04:05.247Z | Compiling bitfield-macros v0.19.4 |
| 3248 | 2026-05-26T23:04:05.378Z | Compiling indexmap v1.9.3 |
| 3249 | 2026-05-26T23:04:05.481Z | Checking nodrop v0.1.14 |
| 3250 | 2026-05-26T23:04:05.573Z | Checking array-init v0.0.4 |
| 3251 | 2026-05-26T23:04:05.605Z | Checking libsw v3.5.0 |
| 3252 | 2026-05-26T23:04:05.760Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3253 | 2026-05-26T23:04:05.887Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3254 | 2026-05-26T23:04:05.945Z | Checking bitfield v0.19.4 |
| 3255 | 2026-05-26T23:04:05.992Z | Checking smallvec v0.6.14 |
| 3256 | 2026-05-26T23:04:06.063Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3257 | 2026-05-26T23:04:06.195Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3258 | 2026-05-26T23:04:06.216Z | Checking base64 v0.21.7 |
| 3259 | 2026-05-26T23:04:06.320Z | Checking hashbrown v0.12.3 |
| 3260 | 2026-05-26T23:04:06.417Z | Checking smawk v0.3.2 |
| 3261 | 2026-05-26T23:04:06.456Z | Checking tagptr v0.2.0 |
| 3262 | 2026-05-26T23:04:06.481Z | Checking linear-map v1.2.0 |
| 3263 | 2026-05-26T23:04:06.549Z | Checking unicode-linebreak v0.1.5 |
| 3264 | 2026-05-26T23:04:06.596Z | Checking moka v0.12.13 |
| 3265 | 2026-05-26T23:04:06.653Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3266 | 2026-05-26T23:04:06.676Z | Checking ron v0.8.1 |
| 3267 | 2026-05-26T23:04:06.706Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3268 | 2026-05-26T23:04:06.760Z | Checking textwrap v0.16.2 |
| 3269 | 2026-05-26T23:04:06.820Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3270 | 2026-05-26T23:04:06.972Z | Checking serde-hex v0.1.0 |
| 3271 | 2026-05-26T23:04:07.047Z | Checking steno v0.4.1 |
| 3272 | 2026-05-26T23:04:07.189Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3273 | 2026-05-26T23:04:07.211Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3274 | 2026-05-26T23:04:07.226Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3275 | 2026-05-26T23:04:07.352Z | Checking hashbrown v0.13.2 |
| 3276 | 2026-05-26T23:04:07.615Z | Checking crc-any v2.5.0 |
| 3277 | 2026-05-26T23:04:07.773Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3278 | 2026-05-26T23:04:07.792Z | Checking object v0.30.4 |
| 3279 | 2026-05-26T23:04:07.805Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3280 | 2026-05-26T23:04:07.981Z | Checking hickory-resolver v0.25.2 |
| 3281 | 2026-05-26T23:04:07.996Z | Checking hickory-proto v0.26.1 |
| 3282 | 2026-05-26T23:04:08.010Z | Checking void v1.0.2 |
| 3283 | 2026-05-26T23:04:08.045Z | Checking utf-8 v0.7.6 |
| 3284 | 2026-05-26T23:04:08.121Z | Checking half v1.8.3 |
| 3285 | 2026-05-26T23:04:08.183Z | Checking path-slash v0.1.5 |
| 3286 | 2026-05-26T23:04:08.294Z | Checking tungstenite v0.23.0 |
| 3287 | 2026-05-26T23:04:08.319Z | Checking serde_cbor v0.11.2 |
| 3288 | 2026-05-26T23:04:08.455Z | Checking lzss v0.8.2 |
| 3289 | 2026-05-26T23:04:08.720Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3290 | 2026-05-26T23:04:08.723Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3291 | 2026-05-26T23:04:08.723Z | Checking nix v0.27.1 |
| 3292 | 2026-05-26T23:04:08.786Z | Checking kstat-rs v0.2.4 |
| 3293 | 2026-05-26T23:04:08.880Z | Checking fxhash v0.2.1 |
| 3294 | 2026-05-26T23:04:08.975Z | Checking serde_bytes v0.11.19 |
| 3295 | 2026-05-26T23:04:08.991Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3296 | 2026-05-26T23:04:09.005Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3297 | 2026-05-26T23:04:09.160Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3298 | 2026-05-26T23:04:09.245Z | Checking tokio-tungstenite v0.23.1 |
| 3299 | 2026-05-26T23:04:09.317Z | Checking signal-hook-tokio v0.3.1 |
| 3300 | 2026-05-26T23:04:09.375Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3301 | 2026-05-26T23:04:09.538Z | Compiling typify-macro v0.6.2 |
| 3302 | 2026-05-26T23:04:10.230Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3303 | 2026-05-26T23:04:10.667Z | Compiling typify v0.6.2 |
| 3304 | 2026-05-26T23:04:10.747Z | Compiling progenitor-impl v0.13.0 |
| 3305 | 2026-05-26T23:04:10.747Z | Compiling progenitor-impl v0.14.0 |
| 3306 | 2026-05-26T23:04:11.116Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3307 | 2026-05-26T23:04:11.438Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3308 | 2026-05-26T23:04:12.331Z | Compiling progenitor-macro v0.13.0 |
| 3309 | 2026-05-26T23:04:12.373Z | Compiling progenitor-macro v0.14.0 |
| 3310 | 2026-05-26T23:04:14.747Z | Checking progenitor v0.13.0 |
| 3311 | 2026-05-26T23:04:14.873Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3312 | 2026-05-26T23:04:15.052Z | Checking progenitor v0.14.0 |
| 3313 | 2026-05-26T23:04:15.168Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3314 | 2026-05-26T23:04:17.851Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3315 | 2026-05-26T23:04:25.529Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3316 | 2026-05-26T23:04:31.907Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3317 | 2026-05-26T23:04:33.270Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3318 | 2026-05-26T23:04:33.780Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3319 | 2026-05-26T23:04:35.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.28s |
| 3320 | 2026-05-26T23:04:36.075Z | |
| 3321 | 2026-05-26T23:04:36.075Z | info: running `cargo check --bins` on gateway-api (134/295) |
| 3322 | 2026-05-26T23:04:36.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3323 | 2026-05-26T23:04:36.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3324 | 2026-05-26T23:04:36.583Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3325 | 2026-05-26T23:04:36.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3326 | 2026-05-26T23:04:36.677Z | |
| 3327 | 2026-05-26T23:04:36.677Z | info: running `cargo check --bins` on ipcc (135/295) |
| 3328 | 2026-05-26T23:04:37.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3329 | 2026-05-26T23:04:37.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3330 | 2026-05-26T23:04:37.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3331 | 2026-05-26T23:04:37.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3332 | 2026-05-26T23:04:37.280Z | |
| 3333 | 2026-05-26T23:04:37.280Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (136/295) |
| 3334 | 2026-05-26T23:04:37.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3335 | 2026-05-26T23:04:37.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3336 | 2026-05-26T23:04:37.776Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3337 | 2026-05-26T23:04:37.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3338 | 2026-05-26T23:04:37.863Z | |
| 3339 | 2026-05-26T23:04:37.863Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/295) |
| 3340 | 2026-05-26T23:04:38.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3341 | 2026-05-26T23:04:38.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3342 | 2026-05-26T23:04:38.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3343 | 2026-05-26T23:04:38.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3344 | 2026-05-26T23:04:38.479Z | |
| 3345 | 2026-05-26T23:04:38.479Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/295) |
| 3346 | 2026-05-26T23:04:38.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3347 | 2026-05-26T23:04:38.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3348 | 2026-05-26T23:04:38.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3349 | 2026-05-26T23:04:38.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3350 | 2026-05-26T23:04:39.082Z | |
| 3351 | 2026-05-26T23:04:39.082Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/295) |
| 3352 | 2026-05-26T23:04:39.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3353 | 2026-05-26T23:04:39.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3354 | 2026-05-26T23:04:39.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3355 | 2026-05-26T23:04:39.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3356 | 2026-05-26T23:04:39.686Z | |
| 3357 | 2026-05-26T23:04:39.686Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/295) |
| 3358 | 2026-05-26T23:04:40.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3359 | 2026-05-26T23:04:40.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3360 | 2026-05-26T23:04:40.197Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3361 | 2026-05-26T23:04:40.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3362 | 2026-05-26T23:04:40.288Z | |
| 3363 | 2026-05-26T23:04:40.288Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/295) |
| 3364 | 2026-05-26T23:04:40.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3365 | 2026-05-26T23:04:40.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3366 | 2026-05-26T23:04:40.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3367 | 2026-05-26T23:04:40.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3368 | 2026-05-26T23:04:40.907Z | |
| 3369 | 2026-05-26T23:04:40.907Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/295) |
| 3370 | 2026-05-26T23:04:41.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3371 | 2026-05-26T23:04:41.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3372 | 2026-05-26T23:04:41.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3373 | 2026-05-26T23:04:41.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3374 | 2026-05-26T23:04:41.510Z | |
| 3375 | 2026-05-26T23:04:41.510Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/295) |
| 3376 | 2026-05-26T23:04:42.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3377 | 2026-05-26T23:04:42.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3378 | 2026-05-26T23:04:42.027Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3379 | 2026-05-26T23:04:42.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3380 | 2026-05-26T23:04:42.113Z | |
| 3381 | 2026-05-26T23:04:42.113Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/295) |
| 3382 | 2026-05-26T23:04:42.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3383 | 2026-05-26T23:04:42.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3384 | 2026-05-26T23:04:42.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3385 | 2026-05-26T23:04:42.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3386 | 2026-05-26T23:04:42.719Z | |
| 3387 | 2026-05-26T23:04:42.719Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/295) |
| 3388 | 2026-05-26T23:04:43.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3389 | 2026-05-26T23:04:43.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3390 | 2026-05-26T23:04:43.231Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3391 | 2026-05-26T23:04:43.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3392 | 2026-05-26T23:04:43.324Z | |
| 3393 | 2026-05-26T23:04:43.324Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/295) |
| 3394 | 2026-05-26T23:04:43.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3395 | 2026-05-26T23:04:43.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3396 | 2026-05-26T23:04:43.834Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3397 | 2026-05-26T23:04:43.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3398 | 2026-05-26T23:04:43.923Z | |
| 3399 | 2026-05-26T23:04:43.924Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/295) |
| 3400 | 2026-05-26T23:04:44.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3401 | 2026-05-26T23:04:44.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3402 | 2026-05-26T23:04:44.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3403 | 2026-05-26T23:04:44.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3404 | 2026-05-26T23:04:44.522Z | |
| 3405 | 2026-05-26T23:04:44.522Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/295) |
| 3406 | 2026-05-26T23:04:45.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3407 | 2026-05-26T23:04:45.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3408 | 2026-05-26T23:04:45.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3409 | 2026-05-26T23:04:45.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3410 | 2026-05-26T23:04:45.145Z | |
| 3411 | 2026-05-26T23:04:45.146Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/295) |
| 3412 | 2026-05-26T23:04:45.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3413 | 2026-05-26T23:04:45.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3414 | 2026-05-26T23:04:45.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3415 | 2026-05-26T23:04:45.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3416 | 2026-05-26T23:04:45.762Z | |
| 3417 | 2026-05-26T23:04:45.762Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/295) |
| 3418 | 2026-05-26T23:04:46.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3419 | 2026-05-26T23:04:46.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3420 | 2026-05-26T23:04:46.282Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3421 | 2026-05-26T23:04:46.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3422 | 2026-05-26T23:04:46.372Z | |
| 3423 | 2026-05-26T23:04:46.372Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/295) |
| 3424 | 2026-05-26T23:04:46.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3425 | 2026-05-26T23:04:46.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3426 | 2026-05-26T23:04:46.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3427 | 2026-05-26T23:04:46.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3428 | 2026-05-26T23:04:46.992Z | |
| 3429 | 2026-05-26T23:04:46.992Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/295) |
| 3430 | 2026-05-26T23:04:47.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3431 | 2026-05-26T23:04:47.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3432 | 2026-05-26T23:04:47.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3433 | 2026-05-26T23:04:47.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3434 | 2026-05-26T23:04:47.610Z | |
| 3435 | 2026-05-26T23:04:47.610Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/295) |
| 3436 | 2026-05-26T23:04:48.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3437 | 2026-05-26T23:04:48.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3438 | 2026-05-26T23:04:48.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3439 | 2026-05-26T23:04:48.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3440 | 2026-05-26T23:04:48.227Z | |
| 3441 | 2026-05-26T23:04:48.227Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/295) |
| 3442 | 2026-05-26T23:04:48.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3443 | 2026-05-26T23:04:48.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3444 | 2026-05-26T23:04:48.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3445 | 2026-05-26T23:04:48.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3446 | 2026-05-26T23:04:48.847Z | |
| 3447 | 2026-05-26T23:04:48.847Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/295) |
| 3448 | 2026-05-26T23:04:49.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3449 | 2026-05-26T23:04:49.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3450 | 2026-05-26T23:04:49.372Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3451 | 2026-05-26T23:04:49.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3452 | 2026-05-26T23:04:49.467Z | |
| 3453 | 2026-05-26T23:04:49.467Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/295) |
| 3454 | 2026-05-26T23:04:49.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3455 | 2026-05-26T23:04:49.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3456 | 2026-05-26T23:04:49.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3457 | 2026-05-26T23:04:49.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3458 | 2026-05-26T23:04:50.090Z | |
| 3459 | 2026-05-26T23:04:50.090Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/295) |
| 3460 | 2026-05-26T23:04:50.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3461 | 2026-05-26T23:04:50.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3462 | 2026-05-26T23:04:50.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3463 | 2026-05-26T23:04:50.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3464 | 2026-05-26T23:04:50.716Z | |
| 3465 | 2026-05-26T23:04:50.716Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/295) |
| 3466 | 2026-05-26T23:04:51.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3467 | 2026-05-26T23:04:51.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3468 | 2026-05-26T23:04:51.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3469 | 2026-05-26T23:04:51.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3470 | 2026-05-26T23:04:51.315Z | |
| 3471 | 2026-05-26T23:04:51.315Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/295) |
| 3472 | 2026-05-26T23:04:51.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3473 | 2026-05-26T23:04:51.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3474 | 2026-05-26T23:04:51.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3475 | 2026-05-26T23:04:51.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3476 | 2026-05-26T23:04:51.915Z | |
| 3477 | 2026-05-26T23:04:51.915Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/295) |
| 3478 | 2026-05-26T23:04:52.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3479 | 2026-05-26T23:04:52.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3480 | 2026-05-26T23:04:52.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3481 | 2026-05-26T23:04:52.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3482 | 2026-05-26T23:04:52.524Z | |
| 3483 | 2026-05-26T23:04:52.524Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/295) |
| 3484 | 2026-05-26T23:04:53.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3485 | 2026-05-26T23:04:53.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3486 | 2026-05-26T23:04:53.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3487 | 2026-05-26T23:04:53.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3488 | 2026-05-26T23:04:53.128Z | |
| 3489 | 2026-05-26T23:04:53.128Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/295) |
| 3490 | 2026-05-26T23:04:53.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3491 | 2026-05-26T23:04:53.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3492 | 2026-05-26T23:04:53.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3493 | 2026-05-26T23:04:53.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3494 | 2026-05-26T23:04:53.734Z | |
| 3495 | 2026-05-26T23:04:53.735Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/295) |
| 3496 | 2026-05-26T23:04:54.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3497 | 2026-05-26T23:04:54.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3498 | 2026-05-26T23:04:54.247Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3499 | 2026-05-26T23:04:54.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3500 | 2026-05-26T23:04:54.339Z | |
| 3501 | 2026-05-26T23:04:54.339Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/295) |
| 3502 | 2026-05-26T23:04:54.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3503 | 2026-05-26T23:04:54.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3504 | 2026-05-26T23:04:54.850Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3505 | 2026-05-26T23:04:54.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3506 | 2026-05-26T23:04:54.945Z | |
| 3507 | 2026-05-26T23:04:54.945Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/295) |
| 3508 | 2026-05-26T23:04:55.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3509 | 2026-05-26T23:04:55.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3510 | 2026-05-26T23:04:55.452Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3511 | 2026-05-26T23:04:55.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3512 | 2026-05-26T23:04:55.545Z | |
| 3513 | 2026-05-26T23:04:55.545Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/295) |
| 3514 | 2026-05-26T23:04:56.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3515 | 2026-05-26T23:04:56.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3516 | 2026-05-26T23:04:56.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3517 | 2026-05-26T23:04:56.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3518 | 2026-05-26T23:04:56.166Z | |
| 3519 | 2026-05-26T23:04:56.166Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/295) |
| 3520 | 2026-05-26T23:04:56.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3521 | 2026-05-26T23:04:56.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3522 | 2026-05-26T23:04:56.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3523 | 2026-05-26T23:04:56.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3524 | 2026-05-26T23:04:56.785Z | |
| 3525 | 2026-05-26T23:04:56.785Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/295) |
| 3526 | 2026-05-26T23:04:57.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3527 | 2026-05-26T23:04:57.305Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3528 | 2026-05-26T23:04:57.305Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3529 | 2026-05-26T23:04:57.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3530 | 2026-05-26T23:04:57.398Z | |
| 3531 | 2026-05-26T23:04:57.398Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/295) |
| 3532 | 2026-05-26T23:04:57.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3533 | 2026-05-26T23:04:57.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3534 | 2026-05-26T23:04:57.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3535 | 2026-05-26T23:04:57.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3536 | 2026-05-26T23:04:58.016Z | |
| 3537 | 2026-05-26T23:04:58.016Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/295) |
| 3538 | 2026-05-26T23:04:58.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3539 | 2026-05-26T23:04:58.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3540 | 2026-05-26T23:04:58.538Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3541 | 2026-05-26T23:04:58.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3542 | 2026-05-26T23:04:58.634Z | |
| 3543 | 2026-05-26T23:04:58.634Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/295) |
| 3544 | 2026-05-26T23:04:59.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3545 | 2026-05-26T23:04:59.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3546 | 2026-05-26T23:04:59.157Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3547 | 2026-05-26T23:04:59.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3548 | 2026-05-26T23:04:59.253Z | |
| 3549 | 2026-05-26T23:04:59.253Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/295) |
| 3550 | 2026-05-26T23:04:59.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3551 | 2026-05-26T23:04:59.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3552 | 2026-05-26T23:04:59.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3553 | 2026-05-26T23:04:59.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3554 | 2026-05-26T23:04:59.871Z | |
| 3555 | 2026-05-26T23:04:59.871Z | info: running `cargo check --bins` on oximeter-producer (173/295) |
| 3556 | 2026-05-26T23:05:00.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3557 | 2026-05-26T23:05:00.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3558 | 2026-05-26T23:05:00.413Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3559 | 2026-05-26T23:05:00.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3560 | 2026-05-26T23:05:00.513Z | |
| 3561 | 2026-05-26T23:05:00.513Z | info: running `cargo check --bins` on internal-dns-resolver (174/295) |
| 3562 | 2026-05-26T23:05:01.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3563 | 2026-05-26T23:05:01.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3564 | 2026-05-26T23:05:01.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3565 | 2026-05-26T23:05:01.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3566 | 2026-05-26T23:05:01.123Z | |
| 3567 | 2026-05-26T23:05:01.123Z | info: running `cargo check --bins` on dns-server (175/295) |
| 3568 | 2026-05-26T23:05:01.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3569 | 2026-05-26T23:05:01.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3570 | 2026-05-26T23:05:01.778Z | Compiling parking_lot_core v0.8.6 |
| 3571 | 2026-05-26T23:05:01.778Z | Compiling atomicwrites v0.4.4 |
| 3572 | 2026-05-26T23:05:01.781Z | Compiling git-stub v1.0.0 |
| 3573 | 2026-05-26T23:05:01.781Z | Checking prefix-trie v0.7.0 |
| 3574 | 2026-05-26T23:05:01.781Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3575 | 2026-05-26T23:05:02.013Z | Compiling git-stub-vcs v0.1.0 |
| 3576 | 2026-05-26T23:05:02.187Z | Checking hickory-server v0.25.2 |
| 3577 | 2026-05-26T23:05:02.284Z | Checking parking_lot v0.11.2 |
| 3578 | 2026-05-26T23:05:02.287Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3579 | 2026-05-26T23:05:02.380Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3580 | 2026-05-26T23:05:02.380Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3581 | 2026-05-26T23:05:02.452Z | Checking sled v0.34.7 |
| 3582 | 2026-05-26T23:05:03.714Z | error[E0271]: expected `Answers` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3583 | 2026-05-26T23:05:03.715Z | --> dns-server/src/dns_server.rs:487:12 |
| 3584 | 2026-05-26T23:05:03.715Z | | |
| 3585 | 2026-05-26T23:05:03.715Z | 487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>, |
| 3586 | 2026-05-26T23:05:03.715Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3587 | 2026-05-26T23:05:03.715Z | | |
| 3588 | 2026-05-26T23:05:03.715Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3589 | 2026-05-26T23:05:03.715Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3590 | 2026-05-26T23:05:03.715Z | | |
| 3591 | 2026-05-26T23:05:03.715Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3592 | 2026-05-26T23:05:03.715Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3593 | 2026-05-26T23:05:03.716Z | | |
| 3594 | 2026-05-26T23:05:03.716Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3595 | 2026-05-26T23:05:03.716Z | | |
| 3596 | 2026-05-26T23:05:03.716Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3597 | 2026-05-26T23:05:03.716Z | | ---------------------------------------- this is the found type |
| 3598 | 2026-05-26T23:05:03.716Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3599 | 2026-05-26T23:05:03.716Z | note: required by a bound in `MessageResponse` |
| 3600 | 2026-05-26T23:05:03.716Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23 |
| 3601 | 2026-05-26T23:05:03.716Z | | |
| 3602 | 2026-05-26T23:05:03.716Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3603 | 2026-05-26T23:05:03.716Z | | --------------- required by a bound in this struct |
| 3604 | 2026-05-26T23:05:03.718Z | 22 | where |
| 3605 | 2026-05-26T23:05:03.718Z | 23 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3606 | 2026-05-26T23:05:03.718Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3607 | 2026-05-26T23:05:03.718Z | |
| 3608 | 2026-05-26T23:05:03.718Z | error[E0271]: expected `NameServers` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3609 | 2026-05-26T23:05:03.718Z | --> dns-server/src/dns_server.rs:487:12 |
| 3610 | 2026-05-26T23:05:03.718Z | | |
| 3611 | 2026-05-26T23:05:03.718Z | 487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>, |
| 3612 | 2026-05-26T23:05:03.718Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3613 | 2026-05-26T23:05:03.718Z | | |
| 3614 | 2026-05-26T23:05:03.718Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3615 | 2026-05-26T23:05:03.718Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3616 | 2026-05-26T23:05:03.718Z | | |
| 3617 | 2026-05-26T23:05:03.718Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3618 | 2026-05-26T23:05:03.718Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3619 | 2026-05-26T23:05:03.718Z | | |
| 3620 | 2026-05-26T23:05:03.718Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3621 | 2026-05-26T23:05:03.718Z | | |
| 3622 | 2026-05-26T23:05:03.718Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3623 | 2026-05-26T23:05:03.718Z | | ---------------------------------------- this is the found type |
| 3624 | 2026-05-26T23:05:03.718Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3625 | 2026-05-26T23:05:03.719Z | note: required by a bound in `MessageResponse` |
| 3626 | 2026-05-26T23:05:03.719Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:24:27 |
| 3627 | 2026-05-26T23:05:03.719Z | | |
| 3628 | 2026-05-26T23:05:03.719Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3629 | 2026-05-26T23:05:03.719Z | | --------------- required by a bound in this struct |
| 3630 | 2026-05-26T23:05:03.719Z | ... |
| 3631 | 2026-05-26T23:05:03.719Z | 24 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3632 | 2026-05-26T23:05:03.720Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3633 | 2026-05-26T23:05:03.720Z | |
| 3634 | 2026-05-26T23:05:03.720Z | error[E0271]: expected `Soa` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3635 | 2026-05-26T23:05:03.720Z | --> dns-server/src/dns_server.rs:487:12 |
| 3636 | 2026-05-26T23:05:03.720Z | | |
| 3637 | 2026-05-26T23:05:03.720Z | 487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>, |
| 3638 | 2026-05-26T23:05:03.720Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3639 | 2026-05-26T23:05:03.720Z | | |
| 3640 | 2026-05-26T23:05:03.720Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3641 | 2026-05-26T23:05:03.720Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3642 | 2026-05-26T23:05:03.720Z | | |
| 3643 | 2026-05-26T23:05:03.720Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3644 | 2026-05-26T23:05:03.720Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3645 | 2026-05-26T23:05:03.720Z | | |
| 3646 | 2026-05-26T23:05:03.722Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3647 | 2026-05-26T23:05:03.722Z | | |
| 3648 | 2026-05-26T23:05:03.722Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3649 | 2026-05-26T23:05:03.722Z | | ---------------------------------------- this is the found type |
| 3650 | 2026-05-26T23:05:03.722Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3651 | 2026-05-26T23:05:03.722Z | note: required by a bound in `MessageResponse` |
| 3652 | 2026-05-26T23:05:03.722Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:25:19 |
| 3653 | 2026-05-26T23:05:03.722Z | | |
| 3654 | 2026-05-26T23:05:03.722Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3655 | 2026-05-26T23:05:03.722Z | | --------------- required by a bound in this struct |
| 3656 | 2026-05-26T23:05:03.722Z | ... |
| 3657 | 2026-05-26T23:05:03.722Z | 25 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 3658 | 2026-05-26T23:05:03.722Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3659 | 2026-05-26T23:05:03.722Z | |
| 3660 | 2026-05-26T23:05:03.722Z | error[E0271]: expected `Additionals` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3661 | 2026-05-26T23:05:03.722Z | --> dns-server/src/dns_server.rs:487:12 |
| 3662 | 2026-05-26T23:05:03.723Z | | |
| 3663 | 2026-05-26T23:05:03.723Z | 487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>, |
| 3664 | 2026-05-26T23:05:03.723Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3665 | 2026-05-26T23:05:03.723Z | | |
| 3666 | 2026-05-26T23:05:03.723Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3667 | 2026-05-26T23:05:03.723Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3668 | 2026-05-26T23:05:03.723Z | | |
| 3669 | 2026-05-26T23:05:03.723Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3670 | 2026-05-26T23:05:03.724Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3671 | 2026-05-26T23:05:03.724Z | | |
| 3672 | 2026-05-26T23:05:03.724Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3673 | 2026-05-26T23:05:03.724Z | | |
| 3674 | 2026-05-26T23:05:03.724Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3675 | 2026-05-26T23:05:03.724Z | | ---------------------------------------- this is the found type |
| 3676 | 2026-05-26T23:05:03.724Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3677 | 2026-05-26T23:05:03.724Z | note: required by a bound in `MessageResponse` |
| 3678 | 2026-05-26T23:05:03.724Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27 |
| 3679 | 2026-05-26T23:05:03.724Z | | |
| 3680 | 2026-05-26T23:05:03.724Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3681 | 2026-05-26T23:05:03.724Z | | --------------- required by a bound in this struct |
| 3682 | 2026-05-26T23:05:03.727Z | ... |
| 3683 | 2026-05-26T23:05:03.727Z | 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 3684 | 2026-05-26T23:05:03.727Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3685 | 2026-05-26T23:05:03.727Z | |
| 3686 | 2026-05-26T23:05:03.850Z | error[E0599]: no function or associated item named `read` found for struct `MessageRequest` in the current scope |
| 3687 | 2026-05-26T23:05:03.850Z | --> dns-server/src/dns_server.rs:161:36 |
| 3688 | 2026-05-26T23:05:03.850Z | | |
| 3689 | 2026-05-26T23:05:03.850Z | 161 | let mr = match MessageRequest::read(&mut dec) { |
| 3690 | 2026-05-26T23:05:03.850Z | | ^^^^ function or associated item not found in `MessageRequest` |
| 3691 | 2026-05-26T23:05:03.851Z | | |
| 3692 | 2026-05-26T23:05:03.851Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3693 | 2026-05-26T23:05:03.851Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/serialize/binary/mod.rs:44:1 |
| 3694 | 2026-05-26T23:05:03.851Z | | |
| 3695 | 2026-05-26T23:05:03.851Z | 44 | pub trait BinDecodable<'r>: Sized { |
| 3696 | 2026-05-26T23:05:03.851Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait |
| 3697 | 2026-05-26T23:05:03.851Z | | |
| 3698 | 2026-05-26T23:05:03.851Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/serialize/binary/mod.rs:45:1 |
| 3699 | 2026-05-26T23:05:03.851Z | | |
| 3700 | 2026-05-26T23:05:03.851Z | 45 | pub trait BinDecodable<'r>: Sized { |
| 3701 | 2026-05-26T23:05:03.851Z | | --------------------------------- this is the trait that was imported |
| 3702 | 2026-05-26T23:05:03.851Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3703 | 2026-05-26T23:05:03.851Z | |
| 3704 | 2026-05-26T23:05:03.861Z | error[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope |
| 3705 | 2026-05-26T23:05:03.861Z | --> dns-server/src/dns_server.rs:173:34 |
| 3706 | 2026-05-26T23:05:03.861Z | | |
| 3707 | 2026-05-26T23:05:03.861Z | 173 | let header = Header::response_from_request(mr.header()); |
| 3708 | 2026-05-26T23:05:03.862Z | | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header` |
| 3709 | 2026-05-26T23:05:03.863Z | | |
| 3710 | 2026-05-26T23:05:03.863Z | note: the function `response_from_request` is implemented on `hickory_proto::op::Metadata` |
| 3711 | 2026-05-26T23:05:03.863Z | --> dns-server/src/dns_server.rs:173:26 |
| 3712 | 2026-05-26T23:05:03.863Z | | |
| 3713 | 2026-05-26T23:05:03.863Z | 173 | let header = Header::response_from_request(mr.header()); |
| 3714 | 2026-05-26T23:05:03.863Z | | ^^^^^^ |
| 3715 | 2026-05-26T23:05:03.863Z | |
| 3716 | 2026-05-26T23:05:03.879Z | error[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope |
| 3717 | 2026-05-26T23:05:03.879Z | --> dns-server/src/dns_server.rs:273:30 |
| 3718 | 2026-05-26T23:05:03.879Z | | |
| 3719 | 2026-05-26T23:05:03.879Z | 273 | let mut header = Header::response_from_request(mr.header()); |
| 3720 | 2026-05-26T23:05:03.879Z | | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header` |
| 3721 | 2026-05-26T23:05:03.879Z | | |
| 3722 | 2026-05-26T23:05:03.879Z | note: the function `response_from_request` is implemented on `hickory_proto::op::Metadata` |
| 3723 | 2026-05-26T23:05:03.879Z | --> dns-server/src/dns_server.rs:273:22 |
| 3724 | 2026-05-26T23:05:03.879Z | | |
| 3725 | 2026-05-26T23:05:03.879Z | 273 | let mut header = Header::response_from_request(mr.header()); |
| 3726 | 2026-05-26T23:05:03.879Z | | ^^^^^^ |
| 3727 | 2026-05-26T23:05:03.880Z | |
| 3728 | 2026-05-26T23:05:03.893Z | error[E0308]: mismatched types |
| 3729 | 2026-05-26T23:05:03.893Z | --> dns-server/src/dns_server.rs:299:30 |
| 3730 | 2026-05-26T23:05:03.893Z | | |
| 3731 | 2026-05-26T23:05:03.893Z | 299 | let answer = store.query(query)?; |
| 3732 | 2026-05-26T23:05:03.894Z | | ----- ^^^^^ expected `hickory_proto::op::LowerQuery`, found `LowerQuery` |
| 3733 | 2026-05-26T23:05:03.894Z | | | |
| 3734 | 2026-05-26T23:05:03.894Z | | arguments to this method are incorrect |
| 3735 | 2026-05-26T23:05:03.894Z | | |
| 3736 | 2026-05-26T23:05:03.894Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3737 | 2026-05-26T23:05:03.894Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/lower_query.rs:22:1 |
| 3738 | 2026-05-26T23:05:03.894Z | | |
| 3739 | 2026-05-26T23:05:03.894Z | 22 | pub struct LowerQuery { |
| 3740 | 2026-05-26T23:05:03.894Z | | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3741 | 2026-05-26T23:05:03.894Z | | |
| 3742 | 2026-05-26T23:05:03.894Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/lower_query.rs:18:1 |
| 3743 | 2026-05-26T23:05:03.894Z | | |
| 3744 | 2026-05-26T23:05:03.894Z | 18 | pub struct LowerQuery { |
| 3745 | 2026-05-26T23:05:03.894Z | | --------------------- this is the found type |
| 3746 | 2026-05-26T23:05:03.894Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3747 | 2026-05-26T23:05:03.894Z | note: method defined here |
| 3748 | 2026-05-26T23:05:03.894Z | --> dns-server/src/storage.rs:762:19 |
| 3749 | 2026-05-26T23:05:03.894Z | | |
| 3750 | 2026-05-26T23:05:03.894Z | 762 | pub(crate) fn query( |
| 3751 | 2026-05-26T23:05:03.894Z | | ^^^^^ |
| 3752 | 2026-05-26T23:05:03.894Z | 763 | &self, |
| 3753 | 2026-05-26T23:05:03.894Z | 764 | query: &LowerQuery, |
| 3754 | 2026-05-26T23:05:03.894Z | | ------------------ |
| 3755 | 2026-05-26T23:05:03.894Z | |
| 3756 | 2026-05-26T23:05:03.898Z | error[E0308]: mismatched types |
| 3757 | 2026-05-26T23:05:03.898Z | --> dns-server/src/dns_server.rs:311:55 |
| 3758 | 2026-05-26T23:05:03.898Z | | |
| 3759 | 2026-05-26T23:05:03.898Z | 311 | if answer.name.is_none() && query.query_type() == RecordType::SOA { |
| 3760 | 2026-05-26T23:05:03.898Z | | ------------------ ^^^^^^^^^^^^^^^ expected `RecordType`, found `hickory_proto::rr::RecordType` |
| 3761 | 2026-05-26T23:05:03.898Z | | | |
| 3762 | 2026-05-26T23:05:03.898Z | | expected because this is `hickory_resolver::hickory_proto::rr::RecordType` |
| 3763 | 2026-05-26T23:05:03.898Z | | |
| 3764 | 2026-05-26T23:05:03.898Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3765 | 2026-05-26T23:05:03.898Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/record_type.rs:33:1 |
| 3766 | 2026-05-26T23:05:03.898Z | | |
| 3767 | 2026-05-26T23:05:03.898Z | 33 | pub enum RecordType { |
| 3768 | 2026-05-26T23:05:03.898Z | | ^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3769 | 2026-05-26T23:05:03.898Z | | |
| 3770 | 2026-05-26T23:05:03.898Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record_type.rs:33:1 |
| 3771 | 2026-05-26T23:05:03.898Z | | |
| 3772 | 2026-05-26T23:05:03.898Z | 33 | pub enum RecordType { |
| 3773 | 2026-05-26T23:05:03.898Z | | ------------------- this is the found type |
| 3774 | 2026-05-26T23:05:03.898Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3775 | 2026-05-26T23:05:03.898Z | |
| 3776 | 2026-05-26T23:05:03.910Z | error[E0599]: no method named `data` found for reference `&hickory_proto::rr::Record` in the current scope |
| 3777 | 2026-05-26T23:05:03.910Z | --> dns-server/src/dns_server.rs:327:60 |
| 3778 | 2026-05-26T23:05:03.910Z | | |
| 3779 | 2026-05-26T23:05:03.910Z | 327 | .filter(|record| match (query.query_type(), record.data()) { |
| 3780 | 2026-05-26T23:05:03.910Z | | ^^^^-- help: remove the arguments |
| 3781 | 2026-05-26T23:05:03.911Z | | | |
| 3782 | 2026-05-26T23:05:03.911Z | | field, not a method |
| 3783 | 2026-05-26T23:05:03.911Z | |
| 3784 | 2026-05-26T23:05:03.924Z | error[E0599]: no method named `data` found for struct `hickory_proto::rr::Record<R>` in the current scope |
| 3785 | 2026-05-26T23:05:03.924Z | --> dns-server/src/dns_server.rs:348:51 |
| 3786 | 2026-05-26T23:05:03.924Z | | |
| 3787 | 2026-05-26T23:05:03.924Z | 348 | let additionals_target = match record.data() { |
| 3788 | 2026-05-26T23:05:03.924Z | | ^^^^-- help: remove the arguments |
| 3789 | 2026-05-26T23:05:03.924Z | | | |
| 3790 | 2026-05-26T23:05:03.924Z | | field, not a method |
| 3791 | 2026-05-26T23:05:03.924Z | |
| 3792 | 2026-05-26T23:05:03.937Z | error[E0599]: no method named `target` found for struct `hickory_proto::rr::rdata::SRV` in the current scope |
| 3793 | 2026-05-26T23:05:03.937Z | --> dns-server/src/dns_server.rs:349:45 |
| 3794 | 2026-05-26T23:05:03.937Z | | |
| 3795 | 2026-05-26T23:05:03.937Z | 349 | RData::SRV(srv) => Some(srv.target()), |
| 3796 | 2026-05-26T23:05:03.937Z | | ^^^^^^-- help: remove the arguments |
| 3797 | 2026-05-26T23:05:03.938Z | | | |
| 3798 | 2026-05-26T23:05:03.938Z | | field, not a method |
| 3799 | 2026-05-26T23:05:03.938Z | |
| 3800 | 2026-05-26T23:05:03.942Z | error[E0271]: type mismatch resolving `<Vec<&Record> as IntoIterator>::Item == &Record` |
| 3801 | 2026-05-26T23:05:03.942Z | --> dns-server/src/dns_server.rs:416:9 |
| 3802 | 2026-05-26T23:05:03.942Z | | |
| 3803 | 2026-05-26T23:05:03.942Z | 414 | let mresp = rb.build( |
| 3804 | 2026-05-26T23:05:03.942Z | | ----- required by a bound introduced by this call |
| 3805 | 2026-05-26T23:05:03.942Z | 415 | header, |
| 3806 | 2026-05-26T23:05:03.942Z | 416 | response_records.iter().collect::<Vec<&Record>>(), |
| 3807 | 2026-05-26T23:05:03.942Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3808 | 2026-05-26T23:05:03.942Z | | |
| 3809 | 2026-05-26T23:05:03.942Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3810 | 2026-05-26T23:05:03.942Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3811 | 2026-05-26T23:05:03.942Z | | |
| 3812 | 2026-05-26T23:05:03.942Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3813 | 2026-05-26T23:05:03.942Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3814 | 2026-05-26T23:05:03.942Z | | |
| 3815 | 2026-05-26T23:05:03.942Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3816 | 2026-05-26T23:05:03.942Z | | |
| 3817 | 2026-05-26T23:05:03.942Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3818 | 2026-05-26T23:05:03.942Z | | ---------------------------------------- this is the found type |
| 3819 | 2026-05-26T23:05:03.942Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3820 | 2026-05-26T23:05:03.942Z | note: the method call chain might not have had the expected associated types |
| 3821 | 2026-05-26T23:05:03.942Z | --> dns-server/src/dns_server.rs:416:26 |
| 3822 | 2026-05-26T23:05:03.942Z | | |
| 3823 | 2026-05-26T23:05:03.942Z | 411 | response_records: &[Record], |
| 3824 | 2026-05-26T23:05:03.943Z | | ---------------- this expression has type `&[Record]` |
| 3825 | 2026-05-26T23:05:03.943Z | ... |
| 3826 | 2026-05-26T23:05:03.943Z | 416 | response_records.iter().collect::<Vec<&Record>>(), |
| 3827 | 2026-05-26T23:05:03.943Z | | ^^^^^^ ------------------------- `IntoIterator::Item` remains `&Record` here |
| 3828 | 2026-05-26T23:05:03.943Z | | | |
| 3829 | 2026-05-26T23:05:03.943Z | | `IntoIterator::Item` is `&Record` here |
| 3830 | 2026-05-26T23:05:03.943Z | note: required by a bound in `MessageResponseBuilder::<'q>::build` |
| 3831 | 2026-05-26T23:05:03.943Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:138:25 |
| 3832 | 2026-05-26T23:05:03.943Z | | |
| 3833 | 2026-05-26T23:05:03.943Z | 129 | pub fn build<'a, A, N, S, D>( |
| 3834 | 2026-05-26T23:05:03.943Z | | ----- required by a bound in this associated function |
| 3835 | 2026-05-26T23:05:03.943Z | ... |
| 3836 | 2026-05-26T23:05:03.943Z | 138 | A: IntoIterator<Item = &'a Record> + Send + 'a, |
| 3837 | 2026-05-26T23:05:03.943Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build` |
| 3838 | 2026-05-26T23:05:03.943Z | |
| 3839 | 2026-05-26T23:05:03.943Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3840 | 2026-05-26T23:05:03.943Z | --> dns-server/src/dns_server.rs:414:20 |
| 3841 | 2026-05-26T23:05:03.943Z | | |
| 3842 | 2026-05-26T23:05:03.943Z | 414 | let mresp = rb.build( |
| 3843 | 2026-05-26T23:05:03.943Z | | ^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3844 | 2026-05-26T23:05:03.943Z | | |
| 3845 | 2026-05-26T23:05:03.943Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3846 | 2026-05-26T23:05:03.943Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3847 | 2026-05-26T23:05:03.943Z | | |
| 3848 | 2026-05-26T23:05:03.943Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3849 | 2026-05-26T23:05:03.943Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3850 | 2026-05-26T23:05:03.943Z | | |
| 3851 | 2026-05-26T23:05:03.943Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3852 | 2026-05-26T23:05:03.943Z | | |
| 3853 | 2026-05-26T23:05:03.943Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3854 | 2026-05-26T23:05:03.943Z | | ---------------------------------------- this is the found type |
| 3855 | 2026-05-26T23:05:03.943Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3856 | 2026-05-26T23:05:03.943Z | note: required by a bound in `MessageResponse` |
| 3857 | 2026-05-26T23:05:03.943Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23 |
| 3858 | 2026-05-26T23:05:03.943Z | | |
| 3859 | 2026-05-26T23:05:03.943Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3860 | 2026-05-26T23:05:03.943Z | | --------------- required by a bound in this struct |
| 3861 | 2026-05-26T23:05:03.944Z | 22 | where |
| 3862 | 2026-05-26T23:05:03.944Z | 23 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3863 | 2026-05-26T23:05:03.944Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3864 | 2026-05-26T23:05:03.944Z | |
| 3865 | 2026-05-26T23:05:03.948Z | error[E0271]: type mismatch resolving `<&[Record] as IntoIterator>::Item == &Record` |
| 3866 | 2026-05-26T23:05:03.948Z | --> dns-server/src/dns_server.rs:419:9 |
| 3867 | 2026-05-26T23:05:03.948Z | | |
| 3868 | 2026-05-26T23:05:03.948Z | 414 | let mresp = rb.build( |
| 3869 | 2026-05-26T23:05:03.948Z | | ----- required by a bound introduced by this call |
| 3870 | 2026-05-26T23:05:03.948Z | ... |
| 3871 | 2026-05-26T23:05:03.948Z | 419 | additional_records, |
| 3872 | 2026-05-26T23:05:03.948Z | | ^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3873 | 2026-05-26T23:05:03.948Z | | |
| 3874 | 2026-05-26T23:05:03.948Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3875 | 2026-05-26T23:05:03.948Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3876 | 2026-05-26T23:05:03.948Z | | |
| 3877 | 2026-05-26T23:05:03.948Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3878 | 2026-05-26T23:05:03.949Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3879 | 2026-05-26T23:05:03.949Z | | |
| 3880 | 2026-05-26T23:05:03.949Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3881 | 2026-05-26T23:05:03.949Z | | |
| 3882 | 2026-05-26T23:05:03.949Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3883 | 2026-05-26T23:05:03.949Z | | ---------------------------------------- this is the found type |
| 3884 | 2026-05-26T23:05:03.949Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3885 | 2026-05-26T23:05:03.949Z | note: required by a bound in `MessageResponseBuilder::<'q>::build` |
| 3886 | 2026-05-26T23:05:03.949Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:144:25 |
| 3887 | 2026-05-26T23:05:03.949Z | | |
| 3888 | 2026-05-26T23:05:03.949Z | 129 | pub fn build<'a, A, N, S, D>( |
| 3889 | 2026-05-26T23:05:03.949Z | | ----- required by a bound in this associated function |
| 3890 | 2026-05-26T23:05:03.949Z | ... |
| 3891 | 2026-05-26T23:05:03.949Z | 144 | D: IntoIterator<Item = &'a Record> + Send + 'a, |
| 3892 | 2026-05-26T23:05:03.949Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build` |
| 3893 | 2026-05-26T23:05:03.950Z | |
| 3894 | 2026-05-26T23:05:03.950Z | error[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3895 | 2026-05-26T23:05:03.950Z | --> dns-server/src/dns_server.rs:414:20 |
| 3896 | 2026-05-26T23:05:03.950Z | | |
| 3897 | 2026-05-26T23:05:03.950Z | 414 | let mresp = rb.build( |
| 3898 | 2026-05-26T23:05:03.950Z | | ^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3899 | 2026-05-26T23:05:03.950Z | | |
| 3900 | 2026-05-26T23:05:03.950Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3901 | 2026-05-26T23:05:03.950Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3902 | 2026-05-26T23:05:03.950Z | | |
| 3903 | 2026-05-26T23:05:03.950Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3904 | 2026-05-26T23:05:03.951Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3905 | 2026-05-26T23:05:03.951Z | | |
| 3906 | 2026-05-26T23:05:03.951Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3907 | 2026-05-26T23:05:03.951Z | | |
| 3908 | 2026-05-26T23:05:03.951Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3909 | 2026-05-26T23:05:03.951Z | | ---------------------------------------- this is the found type |
| 3910 | 2026-05-26T23:05:03.951Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3911 | 2026-05-26T23:05:03.951Z | note: required by a bound in `MessageResponse` |
| 3912 | 2026-05-26T23:05:03.951Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27 |
| 3913 | 2026-05-26T23:05:03.952Z | | |
| 3914 | 2026-05-26T23:05:03.953Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3915 | 2026-05-26T23:05:03.953Z | | --------------- required by a bound in this struct |
| 3916 | 2026-05-26T23:05:03.953Z | ... |
| 3917 | 2026-05-26T23:05:03.953Z | 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 3918 | 2026-05-26T23:05:03.953Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3919 | 2026-05-26T23:05:03.953Z | |
| 3920 | 2026-05-26T23:05:03.953Z | error[E0308]: mismatched types |
| 3921 | 2026-05-26T23:05:03.953Z | --> dns-server/src/dns_server.rs:415:9 |
| 3922 | 2026-05-26T23:05:03.953Z | | |
| 3923 | 2026-05-26T23:05:03.953Z | 414 | let mresp = rb.build( |
| 3924 | 2026-05-26T23:05:03.953Z | | ----- arguments to this method are incorrect |
| 3925 | 2026-05-26T23:05:03.953Z | 415 | header, |
| 3926 | 2026-05-26T23:05:03.954Z | | ^^^^^^ expected `Header`, found `hickory_proto::op::Header` |
| 3927 | 2026-05-26T23:05:03.954Z | | |
| 3928 | 2026-05-26T23:05:03.954Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3929 | 2026-05-26T23:05:03.954Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1 |
| 3930 | 2026-05-26T23:05:03.954Z | | |
| 3931 | 2026-05-26T23:05:03.954Z | 57 | pub struct Header { |
| 3932 | 2026-05-26T23:05:03.954Z | | ^^^^^^^^^^^^^^^^^ this is the expected type |
| 3933 | 2026-05-26T23:05:03.954Z | | |
| 3934 | 2026-05-26T23:05:03.954Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1 |
| 3935 | 2026-05-26T23:05:03.954Z | | |
| 3936 | 2026-05-26T23:05:03.954Z | 57 | pub struct Header { |
| 3937 | 2026-05-26T23:05:03.954Z | | ----------------- this is the found type |
| 3938 | 2026-05-26T23:05:03.954Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3939 | 2026-05-26T23:05:03.954Z | note: method defined here |
| 3940 | 2026-05-26T23:05:03.954Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:129:12 |
| 3941 | 2026-05-26T23:05:03.954Z | | |
| 3942 | 2026-05-26T23:05:03.954Z | 129 | pub fn build<'a, A, N, S, D>( |
| 3943 | 2026-05-26T23:05:03.954Z | | ^^^^^ |
| 3944 | 2026-05-26T23:05:03.955Z | |
| 3945 | 2026-05-26T23:05:03.955Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3946 | 2026-05-26T23:05:03.955Z | --> dns-server/src/dns_server.rs:422:31 |
| 3947 | 2026-05-26T23:05:03.955Z | | |
| 3948 | 2026-05-26T23:05:03.955Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 3949 | 2026-05-26T23:05:03.956Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 3950 | 2026-05-26T23:05:03.956Z | | | |
| 3951 | 2026-05-26T23:05:03.956Z | | required by a bound introduced by this call |
| 3952 | 2026-05-26T23:05:03.956Z | | |
| 3953 | 2026-05-26T23:05:03.956Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3954 | 2026-05-26T23:05:03.956Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3955 | 2026-05-26T23:05:03.956Z | | |
| 3956 | 2026-05-26T23:05:03.956Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3957 | 2026-05-26T23:05:03.956Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3958 | 2026-05-26T23:05:03.956Z | | |
| 3959 | 2026-05-26T23:05:03.956Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3960 | 2026-05-26T23:05:03.956Z | | |
| 3961 | 2026-05-26T23:05:03.956Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3962 | 2026-05-26T23:05:03.956Z | | ---------------------------------------- this is the found type |
| 3963 | 2026-05-26T23:05:03.956Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3964 | 2026-05-26T23:05:03.956Z | note: required by a bound in `encode_and_send` |
| 3965 | 2026-05-26T23:05:03.961Z | --> dns-server/src/dns_server.rs:492:27 |
| 3966 | 2026-05-26T23:05:03.961Z | | |
| 3967 | 2026-05-26T23:05:03.961Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 3968 | 2026-05-26T23:05:03.961Z | | --------------- required by a bound in this function |
| 3969 | 2026-05-26T23:05:03.961Z | ... |
| 3970 | 2026-05-26T23:05:03.961Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 3971 | 2026-05-26T23:05:03.961Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 3972 | 2026-05-26T23:05:03.961Z | |
| 3973 | 2026-05-26T23:05:03.961Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 3974 | 2026-05-26T23:05:03.961Z | --> dns-server/src/dns_server.rs:422:31 |
| 3975 | 2026-05-26T23:05:03.961Z | | |
| 3976 | 2026-05-26T23:05:03.961Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 3977 | 2026-05-26T23:05:03.961Z | | ^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 3978 | 2026-05-26T23:05:03.961Z | | |
| 3979 | 2026-05-26T23:05:03.961Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 3980 | 2026-05-26T23:05:03.961Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 3981 | 2026-05-26T23:05:03.961Z | | |
| 3982 | 2026-05-26T23:05:03.961Z | 77 | pub struct Record<R: RecordData = RData> { |
| 3983 | 2026-05-26T23:05:03.961Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3984 | 2026-05-26T23:05:03.961Z | | |
| 3985 | 2026-05-26T23:05:03.961Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 3986 | 2026-05-26T23:05:03.961Z | | |
| 3987 | 2026-05-26T23:05:03.962Z | 78 | pub struct Record<R: RecordData = RData> { |
| 3988 | 2026-05-26T23:05:03.962Z | | ---------------------------------------- this is the found type |
| 3989 | 2026-05-26T23:05:03.962Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3990 | 2026-05-26T23:05:03.962Z | note: required by a bound in `MessageResponse` |
| 3991 | 2026-05-26T23:05:03.962Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23 |
| 3992 | 2026-05-26T23:05:03.962Z | | |
| 3993 | 2026-05-26T23:05:03.962Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 3994 | 2026-05-26T23:05:03.962Z | | --------------- required by a bound in this struct |
| 3995 | 2026-05-26T23:05:03.962Z | 22 | where |
| 3996 | 2026-05-26T23:05:03.962Z | 23 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 3997 | 2026-05-26T23:05:03.963Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 3998 | 2026-05-26T23:05:03.963Z | |
| 3999 | 2026-05-26T23:05:03.963Z | error[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4000 | 2026-05-26T23:05:03.963Z | --> dns-server/src/dns_server.rs:422:31 |
| 4001 | 2026-05-26T23:05:03.963Z | | |
| 4002 | 2026-05-26T23:05:03.963Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 4003 | 2026-05-26T23:05:03.963Z | | ^^^^^ expected `Record`, found `hickory_proto::rr::Record` |
| 4004 | 2026-05-26T23:05:03.963Z | | |
| 4005 | 2026-05-26T23:05:03.963Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4006 | 2026-05-26T23:05:03.963Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4007 | 2026-05-26T23:05:03.963Z | | |
| 4008 | 2026-05-26T23:05:03.963Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4009 | 2026-05-26T23:05:03.963Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4010 | 2026-05-26T23:05:03.963Z | | |
| 4011 | 2026-05-26T23:05:03.963Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4012 | 2026-05-26T23:05:03.963Z | | |
| 4013 | 2026-05-26T23:05:03.964Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4014 | 2026-05-26T23:05:03.964Z | | ---------------------------------------- this is the found type |
| 4015 | 2026-05-26T23:05:03.964Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4016 | 2026-05-26T23:05:03.964Z | note: required by a bound in `MessageResponse` |
| 4017 | 2026-05-26T23:05:03.964Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27 |
| 4018 | 2026-05-26T23:05:03.964Z | | |
| 4019 | 2026-05-26T23:05:03.964Z | 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals> |
| 4020 | 2026-05-26T23:05:03.964Z | | --------------- required by a bound in this struct |
| 4021 | 2026-05-26T23:05:03.964Z | ... |
| 4022 | 2026-05-26T23:05:03.964Z | 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 4023 | 2026-05-26T23:05:03.964Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse` |
| 4024 | 2026-05-26T23:05:03.964Z | |
| 4025 | 2026-05-26T23:05:03.964Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4026 | 2026-05-26T23:05:03.964Z | --> dns-server/src/dns_server.rs:422:5 |
| 4027 | 2026-05-26T23:05:03.964Z | | |
| 4028 | 2026-05-26T23:05:03.964Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 4029 | 2026-05-26T23:05:03.964Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4030 | 2026-05-26T23:05:03.964Z | | |
| 4031 | 2026-05-26T23:05:03.964Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4032 | 2026-05-26T23:05:03.964Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4033 | 2026-05-26T23:05:03.964Z | | |
| 4034 | 2026-05-26T23:05:03.965Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4035 | 2026-05-26T23:05:03.965Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4036 | 2026-05-26T23:05:03.965Z | | |
| 4037 | 2026-05-26T23:05:03.965Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4038 | 2026-05-26T23:05:03.965Z | | |
| 4039 | 2026-05-26T23:05:03.965Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4040 | 2026-05-26T23:05:03.965Z | | ---------------------------------------- this is the found type |
| 4041 | 2026-05-26T23:05:03.965Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4042 | 2026-05-26T23:05:03.965Z | note: required by a bound in `encode_and_send` |
| 4043 | 2026-05-26T23:05:03.965Z | --> dns-server/src/dns_server.rs:492:27 |
| 4044 | 2026-05-26T23:05:03.965Z | | |
| 4045 | 2026-05-26T23:05:03.965Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4046 | 2026-05-26T23:05:03.965Z | | --------------- required by a bound in this function |
| 4047 | 2026-05-26T23:05:03.965Z | ... |
| 4048 | 2026-05-26T23:05:03.965Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 4049 | 2026-05-26T23:05:03.965Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4050 | 2026-05-26T23:05:03.965Z | |
| 4051 | 2026-05-26T23:05:03.965Z | error[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4052 | 2026-05-26T23:05:03.965Z | --> dns-server/src/dns_server.rs:422:49 |
| 4053 | 2026-05-26T23:05:03.965Z | | |
| 4054 | 2026-05-26T23:05:03.965Z | 422 | encode_and_send(&request, mresp, "records").await.map_err(|error| { |
| 4055 | 2026-05-26T23:05:03.966Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4056 | 2026-05-26T23:05:03.966Z | | |
| 4057 | 2026-05-26T23:05:03.966Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4058 | 2026-05-26T23:05:03.966Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4059 | 2026-05-26T23:05:03.966Z | | |
| 4060 | 2026-05-26T23:05:03.966Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4061 | 2026-05-26T23:05:03.966Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4062 | 2026-05-26T23:05:03.966Z | | |
| 4063 | 2026-05-26T23:05:03.966Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4064 | 2026-05-26T23:05:03.966Z | | |
| 4065 | 2026-05-26T23:05:03.971Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4066 | 2026-05-26T23:05:03.971Z | | ---------------------------------------- this is the found type |
| 4067 | 2026-05-26T23:05:03.971Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4068 | 2026-05-26T23:05:03.971Z | note: required by a bound in `encode_and_send` |
| 4069 | 2026-05-26T23:05:03.971Z | --> dns-server/src/dns_server.rs:492:27 |
| 4070 | 2026-05-26T23:05:03.971Z | | |
| 4071 | 2026-05-26T23:05:03.971Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4072 | 2026-05-26T23:05:03.971Z | | --------------- required by a bound in this function |
| 4073 | 2026-05-26T23:05:03.971Z | ... |
| 4074 | 2026-05-26T23:05:03.971Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 4075 | 2026-05-26T23:05:03.971Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4076 | 2026-05-26T23:05:03.971Z | |
| 4077 | 2026-05-26T23:05:03.971Z | error[E0308]: arguments to this method are incorrect |
| 4078 | 2026-05-26T23:05:03.972Z | --> dns-server/src/dns_server.rs:438:33 |
| 4079 | 2026-05-26T23:05:03.972Z | | |
| 4080 | 2026-05-26T23:05:03.972Z | 438 | let mut mresp = rb_nxdomain.error_msg(&header, ResponseCode::NXDomain); |
| 4081 | 2026-05-26T23:05:03.972Z | | ^^^^^^^^^ ------- ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode` |
| 4082 | 2026-05-26T23:05:03.972Z | | | |
| 4083 | 2026-05-26T23:05:03.972Z | | expected `&Header`, found `&&Header` |
| 4084 | 2026-05-26T23:05:03.972Z | | |
| 4085 | 2026-05-26T23:05:03.972Z | = note: expected reference `&hickory_resolver::hickory_proto::op::Header` |
| 4086 | 2026-05-26T23:05:03.972Z | found reference `&&hickory_proto::op::Header` |
| 4087 | 2026-05-26T23:05:03.972Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4088 | 2026-05-26T23:05:03.972Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1 |
| 4089 | 2026-05-26T23:05:03.972Z | | |
| 4090 | 2026-05-26T23:05:03.972Z | 67 | pub enum ResponseCode { |
| 4091 | 2026-05-26T23:05:03.973Z | | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4092 | 2026-05-26T23:05:03.973Z | | |
| 4093 | 2026-05-26T23:05:03.973Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1 |
| 4094 | 2026-05-26T23:05:03.973Z | | |
| 4095 | 2026-05-26T23:05:03.973Z | 67 | pub enum ResponseCode { |
| 4096 | 2026-05-26T23:05:03.973Z | | --------------------- this is the found type |
| 4097 | 2026-05-26T23:05:03.973Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4098 | 2026-05-26T23:05:03.973Z | note: method defined here |
| 4099 | 2026-05-26T23:05:03.973Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12 |
| 4100 | 2026-05-26T23:05:03.973Z | | |
| 4101 | 2026-05-26T23:05:03.973Z | 190 | pub fn error_msg<'a>( |
| 4102 | 2026-05-26T23:05:03.973Z | | ^^^^^^^^^ |
| 4103 | 2026-05-26T23:05:03.973Z | |
| 4104 | 2026-05-26T23:05:03.973Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4105 | 2026-05-26T23:05:03.973Z | --> dns-server/src/dns_server.rs:457:50 |
| 4106 | 2026-05-26T23:05:03.973Z | | |
| 4107 | 2026-05-26T23:05:03.973Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4108 | 2026-05-26T23:05:03.973Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4109 | 2026-05-26T23:05:03.973Z | | | |
| 4110 | 2026-05-26T23:05:03.973Z | | required by a bound introduced by this call |
| 4111 | 2026-05-26T23:05:03.973Z | | |
| 4112 | 2026-05-26T23:05:03.973Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4113 | 2026-05-26T23:05:03.973Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4114 | 2026-05-26T23:05:03.973Z | | |
| 4115 | 2026-05-26T23:05:03.973Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4116 | 2026-05-26T23:05:03.973Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4117 | 2026-05-26T23:05:03.973Z | | |
| 4118 | 2026-05-26T23:05:03.973Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4119 | 2026-05-26T23:05:03.973Z | | |
| 4120 | 2026-05-26T23:05:03.973Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4121 | 2026-05-26T23:05:03.974Z | | ---------------------------------------- this is the found type |
| 4122 | 2026-05-26T23:05:03.974Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4123 | 2026-05-26T23:05:03.974Z | note: required by a bound in `encode_and_send` |
| 4124 | 2026-05-26T23:05:03.974Z | --> dns-server/src/dns_server.rs:491:23 |
| 4125 | 2026-05-26T23:05:03.974Z | | |
| 4126 | 2026-05-26T23:05:03.974Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4127 | 2026-05-26T23:05:03.974Z | | --------------- required by a bound in this function |
| 4128 | 2026-05-26T23:05:03.974Z | ... |
| 4129 | 2026-05-26T23:05:03.974Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 4130 | 2026-05-26T23:05:03.974Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4131 | 2026-05-26T23:05:03.974Z | |
| 4132 | 2026-05-26T23:05:03.974Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4133 | 2026-05-26T23:05:03.974Z | --> dns-server/src/dns_server.rs:457:50 |
| 4134 | 2026-05-26T23:05:03.974Z | | |
| 4135 | 2026-05-26T23:05:03.974Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4136 | 2026-05-26T23:05:03.975Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4137 | 2026-05-26T23:05:03.975Z | | | |
| 4138 | 2026-05-26T23:05:03.975Z | | required by a bound introduced by this call |
| 4139 | 2026-05-26T23:05:03.975Z | | |
| 4140 | 2026-05-26T23:05:03.975Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4141 | 2026-05-26T23:05:03.975Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4142 | 2026-05-26T23:05:03.975Z | | |
| 4143 | 2026-05-26T23:05:03.975Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4144 | 2026-05-26T23:05:03.975Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4145 | 2026-05-26T23:05:03.976Z | | |
| 4146 | 2026-05-26T23:05:03.976Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4147 | 2026-05-26T23:05:03.976Z | | |
| 4148 | 2026-05-26T23:05:03.976Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4149 | 2026-05-26T23:05:03.976Z | | ---------------------------------------- this is the found type |
| 4150 | 2026-05-26T23:05:03.976Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4151 | 2026-05-26T23:05:03.976Z | note: required by a bound in `encode_and_send` |
| 4152 | 2026-05-26T23:05:03.976Z | --> dns-server/src/dns_server.rs:492:27 |
| 4153 | 2026-05-26T23:05:03.976Z | | |
| 4154 | 2026-05-26T23:05:03.976Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4155 | 2026-05-26T23:05:03.976Z | | --------------- required by a bound in this function |
| 4156 | 2026-05-26T23:05:03.976Z | ... |
| 4157 | 2026-05-26T23:05:03.976Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 4158 | 2026-05-26T23:05:03.976Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4159 | 2026-05-26T23:05:03.976Z | |
| 4160 | 2026-05-26T23:05:03.976Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4161 | 2026-05-26T23:05:03.976Z | --> dns-server/src/dns_server.rs:457:50 |
| 4162 | 2026-05-26T23:05:03.976Z | | |
| 4163 | 2026-05-26T23:05:03.976Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4164 | 2026-05-26T23:05:03.976Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4165 | 2026-05-26T23:05:03.981Z | | | |
| 4166 | 2026-05-26T23:05:03.981Z | | required by a bound introduced by this call |
| 4167 | 2026-05-26T23:05:03.981Z | | |
| 4168 | 2026-05-26T23:05:03.981Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4169 | 2026-05-26T23:05:03.981Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4170 | 2026-05-26T23:05:03.982Z | | |
| 4171 | 2026-05-26T23:05:03.982Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4172 | 2026-05-26T23:05:03.982Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4173 | 2026-05-26T23:05:03.982Z | | |
| 4174 | 2026-05-26T23:05:03.982Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4175 | 2026-05-26T23:05:03.982Z | | |
| 4176 | 2026-05-26T23:05:03.982Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4177 | 2026-05-26T23:05:03.982Z | | ---------------------------------------- this is the found type |
| 4178 | 2026-05-26T23:05:03.982Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4179 | 2026-05-26T23:05:03.982Z | note: required by a bound in `encode_and_send` |
| 4180 | 2026-05-26T23:05:03.982Z | --> dns-server/src/dns_server.rs:493:19 |
| 4181 | 2026-05-26T23:05:03.982Z | | |
| 4182 | 2026-05-26T23:05:03.982Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4183 | 2026-05-26T23:05:03.982Z | | --------------- required by a bound in this function |
| 4184 | 2026-05-26T23:05:03.982Z | ... |
| 4185 | 2026-05-26T23:05:03.982Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 4186 | 2026-05-26T23:05:03.982Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4187 | 2026-05-26T23:05:03.982Z | |
| 4188 | 2026-05-26T23:05:03.982Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4189 | 2026-05-26T23:05:03.982Z | --> dns-server/src/dns_server.rs:457:50 |
| 4190 | 2026-05-26T23:05:03.982Z | | |
| 4191 | 2026-05-26T23:05:03.982Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4192 | 2026-05-26T23:05:03.982Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4193 | 2026-05-26T23:05:03.982Z | | | |
| 4194 | 2026-05-26T23:05:03.982Z | | required by a bound introduced by this call |
| 4195 | 2026-05-26T23:05:03.982Z | | |
| 4196 | 2026-05-26T23:05:03.982Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4197 | 2026-05-26T23:05:03.982Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4198 | 2026-05-26T23:05:03.982Z | | |
| 4199 | 2026-05-26T23:05:03.982Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4200 | 2026-05-26T23:05:03.982Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4201 | 2026-05-26T23:05:03.982Z | | |
| 4202 | 2026-05-26T23:05:03.982Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4203 | 2026-05-26T23:05:03.982Z | | |
| 4204 | 2026-05-26T23:05:03.982Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4205 | 2026-05-26T23:05:03.982Z | | ---------------------------------------- this is the found type |
| 4206 | 2026-05-26T23:05:03.983Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4207 | 2026-05-26T23:05:03.983Z | note: required by a bound in `encode_and_send` |
| 4208 | 2026-05-26T23:05:03.983Z | --> dns-server/src/dns_server.rs:494:27 |
| 4209 | 2026-05-26T23:05:03.984Z | | |
| 4210 | 2026-05-26T23:05:03.984Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4211 | 2026-05-26T23:05:03.984Z | | --------------- required by a bound in this function |
| 4212 | 2026-05-26T23:05:03.984Z | ... |
| 4213 | 2026-05-26T23:05:03.984Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 4214 | 2026-05-26T23:05:03.984Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4215 | 2026-05-26T23:05:03.984Z | |
| 4216 | 2026-05-26T23:05:03.984Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4217 | 2026-05-26T23:05:03.984Z | --> dns-server/src/dns_server.rs:457:25 |
| 4218 | 2026-05-26T23:05:03.984Z | | |
| 4219 | 2026-05-26T23:05:03.984Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4220 | 2026-05-26T23:05:03.984Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4221 | 2026-05-26T23:05:03.984Z | | |
| 4222 | 2026-05-26T23:05:03.984Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4223 | 2026-05-26T23:05:03.986Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4224 | 2026-05-26T23:05:03.986Z | | |
| 4225 | 2026-05-26T23:05:03.986Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4226 | 2026-05-26T23:05:03.986Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4227 | 2026-05-26T23:05:03.986Z | | |
| 4228 | 2026-05-26T23:05:03.986Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4229 | 2026-05-26T23:05:03.986Z | | |
| 4230 | 2026-05-26T23:05:03.986Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4231 | 2026-05-26T23:05:03.986Z | | ---------------------------------------- this is the found type |
| 4232 | 2026-05-26T23:05:03.986Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4233 | 2026-05-26T23:05:03.987Z | note: required by a bound in `encode_and_send` |
| 4234 | 2026-05-26T23:05:03.987Z | --> dns-server/src/dns_server.rs:491:23 |
| 4235 | 2026-05-26T23:05:03.987Z | | |
| 4236 | 2026-05-26T23:05:03.987Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4237 | 2026-05-26T23:05:03.987Z | | --------------- required by a bound in this function |
| 4238 | 2026-05-26T23:05:03.987Z | ... |
| 4239 | 2026-05-26T23:05:03.987Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 4240 | 2026-05-26T23:05:03.987Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4241 | 2026-05-26T23:05:03.987Z | |
| 4242 | 2026-05-26T23:05:03.987Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4243 | 2026-05-26T23:05:03.987Z | --> dns-server/src/dns_server.rs:457:25 |
| 4244 | 2026-05-26T23:05:03.987Z | | |
| 4245 | 2026-05-26T23:05:03.987Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4246 | 2026-05-26T23:05:03.987Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4247 | 2026-05-26T23:05:03.987Z | | |
| 4248 | 2026-05-26T23:05:03.987Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4249 | 2026-05-26T23:05:03.988Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4250 | 2026-05-26T23:05:03.988Z | | |
| 4251 | 2026-05-26T23:05:03.988Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4252 | 2026-05-26T23:05:03.988Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4253 | 2026-05-26T23:05:03.988Z | | |
| 4254 | 2026-05-26T23:05:03.988Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4255 | 2026-05-26T23:05:03.988Z | | |
| 4256 | 2026-05-26T23:05:03.989Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4257 | 2026-05-26T23:05:03.989Z | | ---------------------------------------- this is the found type |
| 4258 | 2026-05-26T23:05:03.989Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4259 | 2026-05-26T23:05:03.989Z | note: required by a bound in `encode_and_send` |
| 4260 | 2026-05-26T23:05:03.989Z | --> dns-server/src/dns_server.rs:492:27 |
| 4261 | 2026-05-26T23:05:03.989Z | | |
| 4262 | 2026-05-26T23:05:03.989Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4263 | 2026-05-26T23:05:03.989Z | | --------------- required by a bound in this function |
| 4264 | 2026-05-26T23:05:03.989Z | ... |
| 4265 | 2026-05-26T23:05:03.993Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 4266 | 2026-05-26T23:05:03.993Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4267 | 2026-05-26T23:05:03.993Z | |
| 4268 | 2026-05-26T23:05:03.993Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4269 | 2026-05-26T23:05:03.993Z | --> dns-server/src/dns_server.rs:457:25 |
| 4270 | 2026-05-26T23:05:03.994Z | | |
| 4271 | 2026-05-26T23:05:03.994Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4272 | 2026-05-26T23:05:03.994Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4273 | 2026-05-26T23:05:03.994Z | | |
| 4274 | 2026-05-26T23:05:03.994Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4275 | 2026-05-26T23:05:03.994Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4276 | 2026-05-26T23:05:03.994Z | | |
| 4277 | 2026-05-26T23:05:03.994Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4278 | 2026-05-26T23:05:03.994Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4279 | 2026-05-26T23:05:03.994Z | | |
| 4280 | 2026-05-26T23:05:03.994Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4281 | 2026-05-26T23:05:03.994Z | | |
| 4282 | 2026-05-26T23:05:03.994Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4283 | 2026-05-26T23:05:03.994Z | | ---------------------------------------- this is the found type |
| 4284 | 2026-05-26T23:05:03.994Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4285 | 2026-05-26T23:05:03.994Z | note: required by a bound in `encode_and_send` |
| 4286 | 2026-05-26T23:05:03.994Z | --> dns-server/src/dns_server.rs:493:19 |
| 4287 | 2026-05-26T23:05:03.994Z | | |
| 4288 | 2026-05-26T23:05:03.994Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4289 | 2026-05-26T23:05:03.994Z | | --------------- required by a bound in this function |
| 4290 | 2026-05-26T23:05:03.994Z | ... |
| 4291 | 2026-05-26T23:05:03.994Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 4292 | 2026-05-26T23:05:03.996Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4293 | 2026-05-26T23:05:03.996Z | |
| 4294 | 2026-05-26T23:05:03.996Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4295 | 2026-05-26T23:05:03.996Z | --> dns-server/src/dns_server.rs:457:25 |
| 4296 | 2026-05-26T23:05:03.996Z | | |
| 4297 | 2026-05-26T23:05:03.996Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4298 | 2026-05-26T23:05:03.996Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4299 | 2026-05-26T23:05:03.996Z | | |
| 4300 | 2026-05-26T23:05:03.996Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4301 | 2026-05-26T23:05:03.996Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4302 | 2026-05-26T23:05:03.996Z | | |
| 4303 | 2026-05-26T23:05:03.996Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4304 | 2026-05-26T23:05:03.996Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4305 | 2026-05-26T23:05:03.996Z | | |
| 4306 | 2026-05-26T23:05:03.996Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4307 | 2026-05-26T23:05:03.996Z | | |
| 4308 | 2026-05-26T23:05:03.996Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4309 | 2026-05-26T23:05:03.996Z | | ---------------------------------------- this is the found type |
| 4310 | 2026-05-26T23:05:03.996Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4311 | 2026-05-26T23:05:03.996Z | note: required by a bound in `encode_and_send` |
| 4312 | 2026-05-26T23:05:03.996Z | --> dns-server/src/dns_server.rs:494:27 |
| 4313 | 2026-05-26T23:05:03.997Z | | |
| 4314 | 2026-05-26T23:05:03.997Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4315 | 2026-05-26T23:05:03.997Z | | --------------- required by a bound in this function |
| 4316 | 2026-05-26T23:05:03.997Z | ... |
| 4317 | 2026-05-26T23:05:03.997Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 4318 | 2026-05-26T23:05:03.997Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4319 | 2026-05-26T23:05:03.997Z | |
| 4320 | 2026-05-26T23:05:03.997Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4321 | 2026-05-26T23:05:03.997Z | --> dns-server/src/dns_server.rs:457:69 |
| 4322 | 2026-05-26T23:05:03.997Z | | |
| 4323 | 2026-05-26T23:05:03.997Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4324 | 2026-05-26T23:05:03.997Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4325 | 2026-05-26T23:05:03.997Z | | |
| 4326 | 2026-05-26T23:05:03.999Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4327 | 2026-05-26T23:05:03.999Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4328 | 2026-05-26T23:05:03.999Z | | |
| 4329 | 2026-05-26T23:05:03.999Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4330 | 2026-05-26T23:05:03.999Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4331 | 2026-05-26T23:05:03.999Z | | |
| 4332 | 2026-05-26T23:05:03.999Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4333 | 2026-05-26T23:05:03.999Z | | |
| 4334 | 2026-05-26T23:05:03.999Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4335 | 2026-05-26T23:05:03.999Z | | ---------------------------------------- this is the found type |
| 4336 | 2026-05-26T23:05:03.999Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4337 | 2026-05-26T23:05:03.999Z | note: required by a bound in `encode_and_send` |
| 4338 | 2026-05-26T23:05:03.999Z | --> dns-server/src/dns_server.rs:491:23 |
| 4339 | 2026-05-26T23:05:03.999Z | | |
| 4340 | 2026-05-26T23:05:03.999Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4341 | 2026-05-26T23:05:03.999Z | | --------------- required by a bound in this function |
| 4342 | 2026-05-26T23:05:03.999Z | ... |
| 4343 | 2026-05-26T23:05:03.999Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 4344 | 2026-05-26T23:05:03.999Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4345 | 2026-05-26T23:05:03.999Z | |
| 4346 | 2026-05-26T23:05:03.999Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4347 | 2026-05-26T23:05:03.999Z | --> dns-server/src/dns_server.rs:457:69 |
| 4348 | 2026-05-26T23:05:03.999Z | | |
| 4349 | 2026-05-26T23:05:03.999Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4350 | 2026-05-26T23:05:03.999Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4351 | 2026-05-26T23:05:03.999Z | | |
| 4352 | 2026-05-26T23:05:04.000Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4353 | 2026-05-26T23:05:04.000Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4354 | 2026-05-26T23:05:04.000Z | | |
| 4355 | 2026-05-26T23:05:04.000Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4356 | 2026-05-26T23:05:04.000Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4357 | 2026-05-26T23:05:04.000Z | | |
| 4358 | 2026-05-26T23:05:04.000Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4359 | 2026-05-26T23:05:04.000Z | | |
| 4360 | 2026-05-26T23:05:04.000Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4361 | 2026-05-26T23:05:04.000Z | | ---------------------------------------- this is the found type |
| 4362 | 2026-05-26T23:05:04.000Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4363 | 2026-05-26T23:05:04.000Z | note: required by a bound in `encode_and_send` |
| 4364 | 2026-05-26T23:05:04.000Z | --> dns-server/src/dns_server.rs:492:27 |
| 4365 | 2026-05-26T23:05:04.004Z | | |
| 4366 | 2026-05-26T23:05:04.004Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4367 | 2026-05-26T23:05:04.004Z | | --------------- required by a bound in this function |
| 4368 | 2026-05-26T23:05:04.004Z | ... |
| 4369 | 2026-05-26T23:05:04.005Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 4370 | 2026-05-26T23:05:04.005Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4371 | 2026-05-26T23:05:04.005Z | |
| 4372 | 2026-05-26T23:05:04.005Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4373 | 2026-05-26T23:05:04.005Z | --> dns-server/src/dns_server.rs:457:69 |
| 4374 | 2026-05-26T23:05:04.005Z | | |
| 4375 | 2026-05-26T23:05:04.005Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4376 | 2026-05-26T23:05:04.005Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4377 | 2026-05-26T23:05:04.005Z | | |
| 4378 | 2026-05-26T23:05:04.005Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4379 | 2026-05-26T23:05:04.005Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4380 | 2026-05-26T23:05:04.005Z | | |
| 4381 | 2026-05-26T23:05:04.005Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4382 | 2026-05-26T23:05:04.005Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4383 | 2026-05-26T23:05:04.005Z | | |
| 4384 | 2026-05-26T23:05:04.005Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4385 | 2026-05-26T23:05:04.006Z | | |
| 4386 | 2026-05-26T23:05:04.006Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4387 | 2026-05-26T23:05:04.006Z | | ---------------------------------------- this is the found type |
| 4388 | 2026-05-26T23:05:04.006Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4389 | 2026-05-26T23:05:04.006Z | note: required by a bound in `encode_and_send` |
| 4390 | 2026-05-26T23:05:04.006Z | --> dns-server/src/dns_server.rs:493:19 |
| 4391 | 2026-05-26T23:05:04.006Z | | |
| 4392 | 2026-05-26T23:05:04.006Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4393 | 2026-05-26T23:05:04.006Z | | --------------- required by a bound in this function |
| 4394 | 2026-05-26T23:05:04.006Z | ... |
| 4395 | 2026-05-26T23:05:04.006Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 4396 | 2026-05-26T23:05:04.006Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4397 | 2026-05-26T23:05:04.006Z | |
| 4398 | 2026-05-26T23:05:04.006Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4399 | 2026-05-26T23:05:04.009Z | --> dns-server/src/dns_server.rs:457:69 |
| 4400 | 2026-05-26T23:05:04.009Z | | |
| 4401 | 2026-05-26T23:05:04.009Z | 457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await { |
| 4402 | 2026-05-26T23:05:04.009Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4403 | 2026-05-26T23:05:04.009Z | | |
| 4404 | 2026-05-26T23:05:04.009Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4405 | 2026-05-26T23:05:04.009Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4406 | 2026-05-26T23:05:04.009Z | | |
| 4407 | 2026-05-26T23:05:04.009Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4408 | 2026-05-26T23:05:04.009Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4409 | 2026-05-26T23:05:04.009Z | | |
| 4410 | 2026-05-26T23:05:04.009Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4411 | 2026-05-26T23:05:04.009Z | | |
| 4412 | 2026-05-26T23:05:04.009Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4413 | 2026-05-26T23:05:04.009Z | | ---------------------------------------- this is the found type |
| 4414 | 2026-05-26T23:05:04.009Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4415 | 2026-05-26T23:05:04.009Z | note: required by a bound in `encode_and_send` |
| 4416 | 2026-05-26T23:05:04.009Z | --> dns-server/src/dns_server.rs:494:27 |
| 4417 | 2026-05-26T23:05:04.009Z | | |
| 4418 | 2026-05-26T23:05:04.009Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4419 | 2026-05-26T23:05:04.009Z | | --------------- required by a bound in this function |
| 4420 | 2026-05-26T23:05:04.011Z | ... |
| 4421 | 2026-05-26T23:05:04.011Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 4422 | 2026-05-26T23:05:04.011Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4423 | 2026-05-26T23:05:04.011Z | |
| 4424 | 2026-05-26T23:05:04.011Z | error[E0308]: arguments to this method are incorrect |
| 4425 | 2026-05-26T23:05:04.011Z | --> dns-server/src/dns_server.rs:477:20 |
| 4426 | 2026-05-26T23:05:04.011Z | | |
| 4427 | 2026-05-26T23:05:04.011Z | 477 | let mresp = rb.error_msg(header, ResponseCode::ServFail); |
| 4428 | 2026-05-26T23:05:04.011Z | | ^^^^^^^^^ ------ ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode` |
| 4429 | 2026-05-26T23:05:04.013Z | | | |
| 4430 | 2026-05-26T23:05:04.013Z | | expected `Header`, found `hickory_proto::op::Header` |
| 4431 | 2026-05-26T23:05:04.013Z | | |
| 4432 | 2026-05-26T23:05:04.013Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4433 | 2026-05-26T23:05:04.013Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1 |
| 4434 | 2026-05-26T23:05:04.013Z | | |
| 4435 | 2026-05-26T23:05:04.013Z | 57 | pub struct Header { |
| 4436 | 2026-05-26T23:05:04.013Z | | ^^^^^^^^^^^^^^^^^ this is the expected type |
| 4437 | 2026-05-26T23:05:04.013Z | | |
| 4438 | 2026-05-26T23:05:04.013Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1 |
| 4439 | 2026-05-26T23:05:04.013Z | | |
| 4440 | 2026-05-26T23:05:04.013Z | 57 | pub struct Header { |
| 4441 | 2026-05-26T23:05:04.013Z | | ----------------- this is the found type |
| 4442 | 2026-05-26T23:05:04.013Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4443 | 2026-05-26T23:05:04.013Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4444 | 2026-05-26T23:05:04.013Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1 |
| 4445 | 2026-05-26T23:05:04.013Z | | |
| 4446 | 2026-05-26T23:05:04.013Z | 67 | pub enum ResponseCode { |
| 4447 | 2026-05-26T23:05:04.013Z | | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4448 | 2026-05-26T23:05:04.013Z | | |
| 4449 | 2026-05-26T23:05:04.013Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1 |
| 4450 | 2026-05-26T23:05:04.013Z | | |
| 4451 | 2026-05-26T23:05:04.013Z | 67 | pub enum ResponseCode { |
| 4452 | 2026-05-26T23:05:04.014Z | | --------------------- this is the found type |
| 4453 | 2026-05-26T23:05:04.014Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4454 | 2026-05-26T23:05:04.014Z | note: method defined here |
| 4455 | 2026-05-26T23:05:04.014Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12 |
| 4456 | 2026-05-26T23:05:04.014Z | | |
| 4457 | 2026-05-26T23:05:04.014Z | 190 | pub fn error_msg<'a>( |
| 4458 | 2026-05-26T23:05:04.014Z | | ^^^^^^^^^ |
| 4459 | 2026-05-26T23:05:04.014Z | |
| 4460 | 2026-05-26T23:05:04.014Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4461 | 2026-05-26T23:05:04.014Z | --> dns-server/src/dns_server.rs:478:50 |
| 4462 | 2026-05-26T23:05:04.014Z | | |
| 4463 | 2026-05-26T23:05:04.014Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4464 | 2026-05-26T23:05:04.015Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4465 | 2026-05-26T23:05:04.019Z | | | |
| 4466 | 2026-05-26T23:05:04.019Z | | required by a bound introduced by this call |
| 4467 | 2026-05-26T23:05:04.019Z | | |
| 4468 | 2026-05-26T23:05:04.019Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4469 | 2026-05-26T23:05:04.019Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4470 | 2026-05-26T23:05:04.019Z | | |
| 4471 | 2026-05-26T23:05:04.019Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4472 | 2026-05-26T23:05:04.019Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4473 | 2026-05-26T23:05:04.019Z | | |
| 4474 | 2026-05-26T23:05:04.019Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4475 | 2026-05-26T23:05:04.019Z | | |
| 4476 | 2026-05-26T23:05:04.020Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4477 | 2026-05-26T23:05:04.020Z | | ---------------------------------------- this is the found type |
| 4478 | 2026-05-26T23:05:04.020Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4479 | 2026-05-26T23:05:04.020Z | note: required by a bound in `encode_and_send` |
| 4480 | 2026-05-26T23:05:04.020Z | --> dns-server/src/dns_server.rs:491:23 |
| 4481 | 2026-05-26T23:05:04.020Z | | |
| 4482 | 2026-05-26T23:05:04.020Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4483 | 2026-05-26T23:05:04.020Z | | --------------- required by a bound in this function |
| 4484 | 2026-05-26T23:05:04.020Z | ... |
| 4485 | 2026-05-26T23:05:04.021Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 4486 | 2026-05-26T23:05:04.021Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4487 | 2026-05-26T23:05:04.021Z | |
| 4488 | 2026-05-26T23:05:04.021Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4489 | 2026-05-26T23:05:04.021Z | --> dns-server/src/dns_server.rs:478:50 |
| 4490 | 2026-05-26T23:05:04.021Z | | |
| 4491 | 2026-05-26T23:05:04.021Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4492 | 2026-05-26T23:05:04.021Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4493 | 2026-05-26T23:05:04.021Z | | | |
| 4494 | 2026-05-26T23:05:04.021Z | | required by a bound introduced by this call |
| 4495 | 2026-05-26T23:05:04.021Z | | |
| 4496 | 2026-05-26T23:05:04.021Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4497 | 2026-05-26T23:05:04.021Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4498 | 2026-05-26T23:05:04.021Z | | |
| 4499 | 2026-05-26T23:05:04.021Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4500 | 2026-05-26T23:05:04.021Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4501 | 2026-05-26T23:05:04.021Z | | |
| 4502 | 2026-05-26T23:05:04.021Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4503 | 2026-05-26T23:05:04.021Z | | |
| 4504 | 2026-05-26T23:05:04.021Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4505 | 2026-05-26T23:05:04.021Z | | ---------------------------------------- this is the found type |
| 4506 | 2026-05-26T23:05:04.022Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4507 | 2026-05-26T23:05:04.022Z | note: required by a bound in `encode_and_send` |
| 4508 | 2026-05-26T23:05:04.022Z | --> dns-server/src/dns_server.rs:492:27 |
| 4509 | 2026-05-26T23:05:04.022Z | | |
| 4510 | 2026-05-26T23:05:04.022Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4511 | 2026-05-26T23:05:04.022Z | | --------------- required by a bound in this function |
| 4512 | 2026-05-26T23:05:04.022Z | ... |
| 4513 | 2026-05-26T23:05:04.022Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 4514 | 2026-05-26T23:05:04.022Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4515 | 2026-05-26T23:05:04.022Z | |
| 4516 | 2026-05-26T23:05:04.022Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4517 | 2026-05-26T23:05:04.022Z | --> dns-server/src/dns_server.rs:478:50 |
| 4518 | 2026-05-26T23:05:04.022Z | | |
| 4519 | 2026-05-26T23:05:04.022Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4520 | 2026-05-26T23:05:04.022Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4521 | 2026-05-26T23:05:04.023Z | | | |
| 4522 | 2026-05-26T23:05:04.023Z | | required by a bound introduced by this call |
| 4523 | 2026-05-26T23:05:04.023Z | | |
| 4524 | 2026-05-26T23:05:04.023Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4525 | 2026-05-26T23:05:04.023Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4526 | 2026-05-26T23:05:04.023Z | | |
| 4527 | 2026-05-26T23:05:04.024Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4528 | 2026-05-26T23:05:04.024Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4529 | 2026-05-26T23:05:04.024Z | | |
| 4530 | 2026-05-26T23:05:04.024Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4531 | 2026-05-26T23:05:04.024Z | | |
| 4532 | 2026-05-26T23:05:04.025Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4533 | 2026-05-26T23:05:04.025Z | | ---------------------------------------- this is the found type |
| 4534 | 2026-05-26T23:05:04.025Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4535 | 2026-05-26T23:05:04.025Z | note: required by a bound in `encode_and_send` |
| 4536 | 2026-05-26T23:05:04.025Z | --> dns-server/src/dns_server.rs:493:19 |
| 4537 | 2026-05-26T23:05:04.025Z | | |
| 4538 | 2026-05-26T23:05:04.025Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4539 | 2026-05-26T23:05:04.025Z | | --------------- required by a bound in this function |
| 4540 | 2026-05-26T23:05:04.025Z | ... |
| 4541 | 2026-05-26T23:05:04.025Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 4542 | 2026-05-26T23:05:04.025Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4543 | 2026-05-26T23:05:04.025Z | |
| 4544 | 2026-05-26T23:05:04.025Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4545 | 2026-05-26T23:05:04.025Z | --> dns-server/src/dns_server.rs:478:50 |
| 4546 | 2026-05-26T23:05:04.025Z | | |
| 4547 | 2026-05-26T23:05:04.025Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4548 | 2026-05-26T23:05:04.025Z | | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4549 | 2026-05-26T23:05:04.025Z | | | |
| 4550 | 2026-05-26T23:05:04.025Z | | required by a bound introduced by this call |
| 4551 | 2026-05-26T23:05:04.025Z | | |
| 4552 | 2026-05-26T23:05:04.025Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4553 | 2026-05-26T23:05:04.025Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4554 | 2026-05-26T23:05:04.025Z | | |
| 4555 | 2026-05-26T23:05:04.025Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4556 | 2026-05-26T23:05:04.025Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4557 | 2026-05-26T23:05:04.025Z | | |
| 4558 | 2026-05-26T23:05:04.025Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4559 | 2026-05-26T23:05:04.025Z | | |
| 4560 | 2026-05-26T23:05:04.025Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4561 | 2026-05-26T23:05:04.025Z | | ---------------------------------------- this is the found type |
| 4562 | 2026-05-26T23:05:04.025Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4563 | 2026-05-26T23:05:04.026Z | note: required by a bound in `encode_and_send` |
| 4564 | 2026-05-26T23:05:04.026Z | --> dns-server/src/dns_server.rs:494:27 |
| 4565 | 2026-05-26T23:05:04.030Z | | |
| 4566 | 2026-05-26T23:05:04.030Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4567 | 2026-05-26T23:05:04.030Z | | --------------- required by a bound in this function |
| 4568 | 2026-05-26T23:05:04.030Z | ... |
| 4569 | 2026-05-26T23:05:04.030Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 4570 | 2026-05-26T23:05:04.032Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4571 | 2026-05-26T23:05:04.032Z | |
| 4572 | 2026-05-26T23:05:04.032Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4573 | 2026-05-26T23:05:04.032Z | --> dns-server/src/dns_server.rs:478:25 |
| 4574 | 2026-05-26T23:05:04.032Z | | |
| 4575 | 2026-05-26T23:05:04.032Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4576 | 2026-05-26T23:05:04.032Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4577 | 2026-05-26T23:05:04.032Z | | |
| 4578 | 2026-05-26T23:05:04.032Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4579 | 2026-05-26T23:05:04.032Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4580 | 2026-05-26T23:05:04.032Z | | |
| 4581 | 2026-05-26T23:05:04.032Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4582 | 2026-05-26T23:05:04.032Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4583 | 2026-05-26T23:05:04.032Z | | |
| 4584 | 2026-05-26T23:05:04.032Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4585 | 2026-05-26T23:05:04.032Z | | |
| 4586 | 2026-05-26T23:05:04.032Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4587 | 2026-05-26T23:05:04.032Z | | ---------------------------------------- this is the found type |
| 4588 | 2026-05-26T23:05:04.032Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4589 | 2026-05-26T23:05:04.032Z | note: required by a bound in `encode_and_send` |
| 4590 | 2026-05-26T23:05:04.032Z | --> dns-server/src/dns_server.rs:491:23 |
| 4591 | 2026-05-26T23:05:04.033Z | | |
| 4592 | 2026-05-26T23:05:04.033Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4593 | 2026-05-26T23:05:04.033Z | | --------------- required by a bound in this function |
| 4594 | 2026-05-26T23:05:04.033Z | ... |
| 4595 | 2026-05-26T23:05:04.033Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 4596 | 2026-05-26T23:05:04.033Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4597 | 2026-05-26T23:05:04.033Z | |
| 4598 | 2026-05-26T23:05:04.033Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4599 | 2026-05-26T23:05:04.033Z | --> dns-server/src/dns_server.rs:478:25 |
| 4600 | 2026-05-26T23:05:04.033Z | | |
| 4601 | 2026-05-26T23:05:04.033Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4602 | 2026-05-26T23:05:04.033Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4603 | 2026-05-26T23:05:04.033Z | | |
| 4604 | 2026-05-26T23:05:04.033Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4605 | 2026-05-26T23:05:04.033Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4606 | 2026-05-26T23:05:04.033Z | | |
| 4607 | 2026-05-26T23:05:04.033Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4608 | 2026-05-26T23:05:04.033Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4609 | 2026-05-26T23:05:04.033Z | | |
| 4610 | 2026-05-26T23:05:04.033Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4611 | 2026-05-26T23:05:04.033Z | | |
| 4612 | 2026-05-26T23:05:04.033Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4613 | 2026-05-26T23:05:04.034Z | | ---------------------------------------- this is the found type |
| 4614 | 2026-05-26T23:05:04.034Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4615 | 2026-05-26T23:05:04.034Z | note: required by a bound in `encode_and_send` |
| 4616 | 2026-05-26T23:05:04.034Z | --> dns-server/src/dns_server.rs:492:27 |
| 4617 | 2026-05-26T23:05:04.034Z | | |
| 4618 | 2026-05-26T23:05:04.034Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4619 | 2026-05-26T23:05:04.034Z | | --------------- required by a bound in this function |
| 4620 | 2026-05-26T23:05:04.034Z | ... |
| 4621 | 2026-05-26T23:05:04.034Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 4622 | 2026-05-26T23:05:04.034Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4623 | 2026-05-26T23:05:04.034Z | |
| 4624 | 2026-05-26T23:05:04.034Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4625 | 2026-05-26T23:05:04.034Z | --> dns-server/src/dns_server.rs:478:25 |
| 4626 | 2026-05-26T23:05:04.034Z | | |
| 4627 | 2026-05-26T23:05:04.034Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4628 | 2026-05-26T23:05:04.034Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4629 | 2026-05-26T23:05:04.035Z | | |
| 4630 | 2026-05-26T23:05:04.035Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4631 | 2026-05-26T23:05:04.035Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4632 | 2026-05-26T23:05:04.035Z | | |
| 4633 | 2026-05-26T23:05:04.035Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4634 | 2026-05-26T23:05:04.035Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4635 | 2026-05-26T23:05:04.036Z | | |
| 4636 | 2026-05-26T23:05:04.036Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4637 | 2026-05-26T23:05:04.036Z | | |
| 4638 | 2026-05-26T23:05:04.036Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4639 | 2026-05-26T23:05:04.036Z | | ---------------------------------------- this is the found type |
| 4640 | 2026-05-26T23:05:04.036Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4641 | 2026-05-26T23:05:04.036Z | note: required by a bound in `encode_and_send` |
| 4642 | 2026-05-26T23:05:04.036Z | --> dns-server/src/dns_server.rs:493:19 |
| 4643 | 2026-05-26T23:05:04.036Z | | |
| 4644 | 2026-05-26T23:05:04.036Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4645 | 2026-05-26T23:05:04.036Z | | --------------- required by a bound in this function |
| 4646 | 2026-05-26T23:05:04.036Z | ... |
| 4647 | 2026-05-26T23:05:04.036Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 4648 | 2026-05-26T23:05:04.036Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4649 | 2026-05-26T23:05:04.036Z | |
| 4650 | 2026-05-26T23:05:04.036Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4651 | 2026-05-26T23:05:04.036Z | --> dns-server/src/dns_server.rs:478:25 |
| 4652 | 2026-05-26T23:05:04.036Z | | |
| 4653 | 2026-05-26T23:05:04.036Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4654 | 2026-05-26T23:05:04.037Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4655 | 2026-05-26T23:05:04.037Z | | |
| 4656 | 2026-05-26T23:05:04.037Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4657 | 2026-05-26T23:05:04.037Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4658 | 2026-05-26T23:05:04.037Z | | |
| 4659 | 2026-05-26T23:05:04.037Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4660 | 2026-05-26T23:05:04.037Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4661 | 2026-05-26T23:05:04.037Z | | |
| 4662 | 2026-05-26T23:05:04.037Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4663 | 2026-05-26T23:05:04.037Z | | |
| 4664 | 2026-05-26T23:05:04.037Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4665 | 2026-05-26T23:05:04.041Z | | ---------------------------------------- this is the found type |
| 4666 | 2026-05-26T23:05:04.041Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4667 | 2026-05-26T23:05:04.042Z | note: required by a bound in `encode_and_send` |
| 4668 | 2026-05-26T23:05:04.042Z | --> dns-server/src/dns_server.rs:494:27 |
| 4669 | 2026-05-26T23:05:04.042Z | | |
| 4670 | 2026-05-26T23:05:04.042Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4671 | 2026-05-26T23:05:04.042Z | | --------------- required by a bound in this function |
| 4672 | 2026-05-26T23:05:04.042Z | ... |
| 4673 | 2026-05-26T23:05:04.042Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 4674 | 2026-05-26T23:05:04.042Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4675 | 2026-05-26T23:05:04.042Z | |
| 4676 | 2026-05-26T23:05:04.044Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4677 | 2026-05-26T23:05:04.044Z | --> dns-server/src/dns_server.rs:478:69 |
| 4678 | 2026-05-26T23:05:04.044Z | | |
| 4679 | 2026-05-26T23:05:04.044Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4680 | 2026-05-26T23:05:04.044Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4681 | 2026-05-26T23:05:04.044Z | | |
| 4682 | 2026-05-26T23:05:04.044Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4683 | 2026-05-26T23:05:04.044Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4684 | 2026-05-26T23:05:04.044Z | | |
| 4685 | 2026-05-26T23:05:04.044Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4686 | 2026-05-26T23:05:04.044Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4687 | 2026-05-26T23:05:04.044Z | | |
| 4688 | 2026-05-26T23:05:04.044Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4689 | 2026-05-26T23:05:04.044Z | | |
| 4690 | 2026-05-26T23:05:04.044Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4691 | 2026-05-26T23:05:04.044Z | | ---------------------------------------- this is the found type |
| 4692 | 2026-05-26T23:05:04.044Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4693 | 2026-05-26T23:05:04.044Z | note: required by a bound in `encode_and_send` |
| 4694 | 2026-05-26T23:05:04.044Z | --> dns-server/src/dns_server.rs:491:23 |
| 4695 | 2026-05-26T23:05:04.044Z | | |
| 4696 | 2026-05-26T23:05:04.045Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4697 | 2026-05-26T23:05:04.045Z | | --------------- required by a bound in this function |
| 4698 | 2026-05-26T23:05:04.045Z | ... |
| 4699 | 2026-05-26T23:05:04.045Z | 491 | Answers: Iterator<Item = &'a Record> + Send + 'a, |
| 4700 | 2026-05-26T23:05:04.045Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4701 | 2026-05-26T23:05:04.045Z | |
| 4702 | 2026-05-26T23:05:04.045Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4703 | 2026-05-26T23:05:04.045Z | --> dns-server/src/dns_server.rs:478:69 |
| 4704 | 2026-05-26T23:05:04.045Z | | |
| 4705 | 2026-05-26T23:05:04.045Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4706 | 2026-05-26T23:05:04.045Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4707 | 2026-05-26T23:05:04.046Z | | |
| 4708 | 2026-05-26T23:05:04.046Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4709 | 2026-05-26T23:05:04.046Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4710 | 2026-05-26T23:05:04.046Z | | |
| 4711 | 2026-05-26T23:05:04.046Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4712 | 2026-05-26T23:05:04.046Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4713 | 2026-05-26T23:05:04.046Z | | |
| 4714 | 2026-05-26T23:05:04.046Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4715 | 2026-05-26T23:05:04.046Z | | |
| 4716 | 2026-05-26T23:05:04.046Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4717 | 2026-05-26T23:05:04.046Z | | ---------------------------------------- this is the found type |
| 4718 | 2026-05-26T23:05:04.046Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4719 | 2026-05-26T23:05:04.047Z | note: required by a bound in `encode_and_send` |
| 4720 | 2026-05-26T23:05:04.047Z | --> dns-server/src/dns_server.rs:492:27 |
| 4721 | 2026-05-26T23:05:04.047Z | | |
| 4722 | 2026-05-26T23:05:04.047Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4723 | 2026-05-26T23:05:04.047Z | | --------------- required by a bound in this function |
| 4724 | 2026-05-26T23:05:04.047Z | ... |
| 4725 | 2026-05-26T23:05:04.047Z | 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a, |
| 4726 | 2026-05-26T23:05:04.047Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4727 | 2026-05-26T23:05:04.047Z | |
| 4728 | 2026-05-26T23:05:04.047Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4729 | 2026-05-26T23:05:04.047Z | --> dns-server/src/dns_server.rs:478:69 |
| 4730 | 2026-05-26T23:05:04.047Z | | |
| 4731 | 2026-05-26T23:05:04.047Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4732 | 2026-05-26T23:05:04.047Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4733 | 2026-05-26T23:05:04.047Z | | |
| 4734 | 2026-05-26T23:05:04.047Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4735 | 2026-05-26T23:05:04.047Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4736 | 2026-05-26T23:05:04.047Z | | |
| 4737 | 2026-05-26T23:05:04.047Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4738 | 2026-05-26T23:05:04.048Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4739 | 2026-05-26T23:05:04.048Z | | |
| 4740 | 2026-05-26T23:05:04.048Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4741 | 2026-05-26T23:05:04.048Z | | |
| 4742 | 2026-05-26T23:05:04.048Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4743 | 2026-05-26T23:05:04.048Z | | ---------------------------------------- this is the found type |
| 4744 | 2026-05-26T23:05:04.048Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4745 | 2026-05-26T23:05:04.048Z | note: required by a bound in `encode_and_send` |
| 4746 | 2026-05-26T23:05:04.048Z | --> dns-server/src/dns_server.rs:493:19 |
| 4747 | 2026-05-26T23:05:04.048Z | | |
| 4748 | 2026-05-26T23:05:04.048Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4749 | 2026-05-26T23:05:04.048Z | | --------------- required by a bound in this function |
| 4750 | 2026-05-26T23:05:04.048Z | ... |
| 4751 | 2026-05-26T23:05:04.048Z | 493 | Soa: Iterator<Item = &'a Record> + Send + 'a, |
| 4752 | 2026-05-26T23:05:04.048Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4753 | 2026-05-26T23:05:04.048Z | |
| 4754 | 2026-05-26T23:05:04.048Z | error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record` |
| 4755 | 2026-05-26T23:05:04.048Z | --> dns-server/src/dns_server.rs:478:69 |
| 4756 | 2026-05-26T23:05:04.048Z | | |
| 4757 | 2026-05-26T23:05:04.048Z | 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await { |
| 4758 | 2026-05-26T23:05:04.048Z | | ^^^^^ expected `hickory_proto::rr::Record`, found `Record` |
| 4759 | 2026-05-26T23:05:04.048Z | | |
| 4760 | 2026-05-26T23:05:04.048Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4761 | 2026-05-26T23:05:04.048Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1 |
| 4762 | 2026-05-26T23:05:04.050Z | | |
| 4763 | 2026-05-26T23:05:04.050Z | 78 | pub struct Record<R: RecordData = RData> { |
| 4764 | 2026-05-26T23:05:04.050Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4765 | 2026-05-26T23:05:04.054Z | | |
| 4766 | 2026-05-26T23:05:04.054Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1 |
| 4767 | 2026-05-26T23:05:04.054Z | | |
| 4768 | 2026-05-26T23:05:04.054Z | 77 | pub struct Record<R: RecordData = RData> { |
| 4769 | 2026-05-26T23:05:04.054Z | | ---------------------------------------- this is the found type |
| 4770 | 2026-05-26T23:05:04.054Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4771 | 2026-05-26T23:05:04.054Z | note: required by a bound in `encode_and_send` |
| 4772 | 2026-05-26T23:05:04.054Z | --> dns-server/src/dns_server.rs:494:27 |
| 4773 | 2026-05-26T23:05:04.054Z | | |
| 4774 | 2026-05-26T23:05:04.054Z | 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>( |
| 4775 | 2026-05-26T23:05:04.054Z | | --------------- required by a bound in this function |
| 4776 | 2026-05-26T23:05:04.054Z | ... |
| 4777 | 2026-05-26T23:05:04.054Z | 494 | Additionals: Iterator<Item = &'a Record> + Send + 'a, |
| 4778 | 2026-05-26T23:05:04.054Z | | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send` |
| 4779 | 2026-05-26T23:05:04.054Z | |
| 4780 | 2026-05-26T23:05:04.054Z | error[E0599]: the method `destructive_emit` exists for struct `MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>`, but its trait bounds were not satisfied |
| 4781 | 2026-05-26T23:05:04.054Z | --> dns-server/src/dns_server.rs:500:14 |
| 4782 | 2026-05-26T23:05:04.054Z | | |
| 4783 | 2026-05-26T23:05:04.054Z | 499 | let _ = mresp |
| 4784 | 2026-05-26T23:05:04.054Z | | _________________- |
| 4785 | 2026-05-26T23:05:04.054Z | 500 | | .destructive_emit(&mut enc) |
| 4786 | 2026-05-26T23:05:04.054Z | | | -^^^^^^^^^^^^^^^^ method cannot be called due to unsatisfied trait bounds |
| 4787 | 2026-05-26T23:05:04.054Z | | |_____________| |
| 4788 | 2026-05-26T23:05:04.054Z | | |
| 4789 | 2026-05-26T23:05:04.054Z | | |
| 4790 | 2026-05-26T23:05:04.054Z | = note: the following trait bounds were not satisfied: |
| 4791 | 2026-05-26T23:05:04.054Z | `<Answers as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record` |
| 4792 | 2026-05-26T23:05:04.054Z | `<NameServers as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record` |
| 4793 | 2026-05-26T23:05:04.054Z | `<Soa as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record` |
| 4794 | 2026-05-26T23:05:04.054Z | `<Additionals as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record` |
| 4795 | 2026-05-26T23:05:04.054Z | |
| 4796 | 2026-05-26T23:05:04.055Z | error[E0308]: mismatched types |
| 4797 | 2026-05-26T23:05:04.055Z | --> dns-server/src/dns_server.rs:229:35 |
| 4798 | 2026-05-26T23:05:04.055Z | | |
| 4799 | 2026-05-26T23:05:04.055Z | 229 | Ok(Record::from_rdata(name.clone(), 0, RData::A((*addr).into()))) |
| 4800 | 2026-05-26T23:05:04.055Z | | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4801 | 2026-05-26T23:05:04.055Z | | | |
| 4802 | 2026-05-26T23:05:04.055Z | | arguments to this function are incorrect |
| 4803 | 2026-05-26T23:05:04.055Z | | |
| 4804 | 2026-05-26T23:05:04.055Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4805 | 2026-05-26T23:05:04.055Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4806 | 2026-05-26T23:05:04.055Z | | |
| 4807 | 2026-05-26T23:05:04.055Z | 34 | pub struct Name { |
| 4808 | 2026-05-26T23:05:04.055Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4809 | 2026-05-26T23:05:04.055Z | | |
| 4810 | 2026-05-26T23:05:04.055Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4811 | 2026-05-26T23:05:04.055Z | | |
| 4812 | 2026-05-26T23:05:04.055Z | 37 | pub struct Name { |
| 4813 | 2026-05-26T23:05:04.055Z | | --------------- this is the found type |
| 4814 | 2026-05-26T23:05:04.055Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4815 | 2026-05-26T23:05:04.055Z | note: associated function defined here |
| 4816 | 2026-05-26T23:05:04.055Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 4817 | 2026-05-26T23:05:04.056Z | | |
| 4818 | 2026-05-26T23:05:04.056Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 4819 | 2026-05-26T23:05:04.056Z | | ^^^^^^^^^^ |
| 4820 | 2026-05-26T23:05:04.056Z | |
| 4821 | 2026-05-26T23:05:04.056Z | error[E0308]: mismatched types |
| 4822 | 2026-05-26T23:05:04.056Z | --> dns-server/src/dns_server.rs:233:35 |
| 4823 | 2026-05-26T23:05:04.056Z | | |
| 4824 | 2026-05-26T23:05:04.056Z | 233 | Ok(Record::from_rdata(name.clone(), 0, RData::AAAA((*addr).into()))) |
| 4825 | 2026-05-26T23:05:04.056Z | | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4826 | 2026-05-26T23:05:04.056Z | | | |
| 4827 | 2026-05-26T23:05:04.056Z | | arguments to this function are incorrect |
| 4828 | 2026-05-26T23:05:04.056Z | | |
| 4829 | 2026-05-26T23:05:04.056Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4830 | 2026-05-26T23:05:04.056Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4831 | 2026-05-26T23:05:04.056Z | | |
| 4832 | 2026-05-26T23:05:04.056Z | 34 | pub struct Name { |
| 4833 | 2026-05-26T23:05:04.056Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4834 | 2026-05-26T23:05:04.056Z | | |
| 4835 | 2026-05-26T23:05:04.056Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4836 | 2026-05-26T23:05:04.056Z | | |
| 4837 | 2026-05-26T23:05:04.056Z | 37 | pub struct Name { |
| 4838 | 2026-05-26T23:05:04.056Z | | --------------- this is the found type |
| 4839 | 2026-05-26T23:05:04.056Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4840 | 2026-05-26T23:05:04.056Z | note: associated function defined here |
| 4841 | 2026-05-26T23:05:04.058Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 4842 | 2026-05-26T23:05:04.058Z | | |
| 4843 | 2026-05-26T23:05:04.058Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 4844 | 2026-05-26T23:05:04.058Z | | ^^^^^^^^^^ |
| 4845 | 2026-05-26T23:05:04.058Z | |
| 4846 | 2026-05-26T23:05:04.058Z | error[E0308]: mismatched types |
| 4847 | 2026-05-26T23:05:04.058Z | --> dns-server/src/dns_server.rs:247:60 |
| 4848 | 2026-05-26T23:05:04.058Z | | |
| 4849 | 2026-05-26T23:05:04.058Z | 247 | RData::SRV(SRV::new(*prio, *weight, *port, tgt)), |
| 4850 | 2026-05-26T23:05:04.058Z | | -------- ^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4851 | 2026-05-26T23:05:04.059Z | | | |
| 4852 | 2026-05-26T23:05:04.059Z | | arguments to this function are incorrect |
| 4853 | 2026-05-26T23:05:04.059Z | | |
| 4854 | 2026-05-26T23:05:04.059Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4855 | 2026-05-26T23:05:04.059Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4856 | 2026-05-26T23:05:04.059Z | | |
| 4857 | 2026-05-26T23:05:04.059Z | 34 | pub struct Name { |
| 4858 | 2026-05-26T23:05:04.059Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4859 | 2026-05-26T23:05:04.059Z | | |
| 4860 | 2026-05-26T23:05:04.059Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4861 | 2026-05-26T23:05:04.059Z | | |
| 4862 | 2026-05-26T23:05:04.059Z | 37 | pub struct Name { |
| 4863 | 2026-05-26T23:05:04.059Z | | --------------- this is the found type |
| 4864 | 2026-05-26T23:05:04.059Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4865 | 2026-05-26T23:05:04.063Z | note: associated function defined here |
| 4866 | 2026-05-26T23:05:04.063Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/srv.rs:174:12 |
| 4867 | 2026-05-26T23:05:04.063Z | | |
| 4868 | 2026-05-26T23:05:04.063Z | 174 | pub fn new(priority: u16, weight: u16, port: u16, target: Name) -> Self { |
| 4869 | 2026-05-26T23:05:04.063Z | | ^^^ |
| 4870 | 2026-05-26T23:05:04.063Z | |
| 4871 | 2026-05-26T23:05:04.063Z | error[E0308]: mismatched types |
| 4872 | 2026-05-26T23:05:04.063Z | --> dns-server/src/dns_server.rs:245:17 |
| 4873 | 2026-05-26T23:05:04.063Z | | |
| 4874 | 2026-05-26T23:05:04.063Z | 244 | Ok(Record::from_rdata( |
| 4875 | 2026-05-26T23:05:04.063Z | | ------------------ arguments to this function are incorrect |
| 4876 | 2026-05-26T23:05:04.063Z | 245 | name.clone(), |
| 4877 | 2026-05-26T23:05:04.063Z | | ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4878 | 2026-05-26T23:05:04.063Z | | |
| 4879 | 2026-05-26T23:05:04.063Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4880 | 2026-05-26T23:05:04.063Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4881 | 2026-05-26T23:05:04.063Z | | |
| 4882 | 2026-05-26T23:05:04.063Z | 34 | pub struct Name { |
| 4883 | 2026-05-26T23:05:04.063Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4884 | 2026-05-26T23:05:04.063Z | | |
| 4885 | 2026-05-26T23:05:04.063Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4886 | 2026-05-26T23:05:04.063Z | | |
| 4887 | 2026-05-26T23:05:04.063Z | 37 | pub struct Name { |
| 4888 | 2026-05-26T23:05:04.064Z | | --------------- this is the found type |
| 4889 | 2026-05-26T23:05:04.064Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4890 | 2026-05-26T23:05:04.064Z | note: associated function defined here |
| 4891 | 2026-05-26T23:05:04.064Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 4892 | 2026-05-26T23:05:04.064Z | | |
| 4893 | 2026-05-26T23:05:04.064Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 4894 | 2026-05-26T23:05:04.064Z | | ^^^^^^^^^^ |
| 4895 | 2026-05-26T23:05:04.064Z | |
| 4896 | 2026-05-26T23:05:04.064Z | error[E0308]: mismatched types |
| 4897 | 2026-05-26T23:05:04.064Z | --> dns-server/src/dns_server.rs:259:65 |
| 4898 | 2026-05-26T23:05:04.064Z | | |
| 4899 | 2026-05-26T23:05:04.064Z | 259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname)))) |
| 4900 | 2026-05-26T23:05:04.064Z | | -- ^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4901 | 2026-05-26T23:05:04.064Z | | | |
| 4902 | 2026-05-26T23:05:04.064Z | | arguments to this struct are incorrect |
| 4903 | 2026-05-26T23:05:04.064Z | | |
| 4904 | 2026-05-26T23:05:04.064Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4905 | 2026-05-26T23:05:04.064Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4906 | 2026-05-26T23:05:04.064Z | | |
| 4907 | 2026-05-26T23:05:04.065Z | 34 | pub struct Name { |
| 4908 | 2026-05-26T23:05:04.065Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4909 | 2026-05-26T23:05:04.065Z | | |
| 4910 | 2026-05-26T23:05:04.065Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4911 | 2026-05-26T23:05:04.065Z | | |
| 4912 | 2026-05-26T23:05:04.065Z | 37 | pub struct Name { |
| 4913 | 2026-05-26T23:05:04.065Z | | --------------- this is the found type |
| 4914 | 2026-05-26T23:05:04.065Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4915 | 2026-05-26T23:05:04.065Z | note: tuple struct defined here |
| 4916 | 2026-05-26T23:05:04.065Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/name.rs:98:13 |
| 4917 | 2026-05-26T23:05:04.066Z | | |
| 4918 | 2026-05-26T23:05:04.066Z | 98 | name_rdata!(NS, RDataEncoding::StandardRecord); |
| 4919 | 2026-05-26T23:05:04.066Z | | ^^ |
| 4920 | 2026-05-26T23:05:04.066Z | |
| 4921 | 2026-05-26T23:05:04.066Z | error[E0308]: mismatched types |
| 4922 | 2026-05-26T23:05:04.066Z | --> dns-server/src/dns_server.rs:259:35 |
| 4923 | 2026-05-26T23:05:04.066Z | | |
| 4924 | 2026-05-26T23:05:04.066Z | 259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname)))) |
| 4925 | 2026-05-26T23:05:04.066Z | | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4926 | 2026-05-26T23:05:04.066Z | | | |
| 4927 | 2026-05-26T23:05:04.066Z | | arguments to this function are incorrect |
| 4928 | 2026-05-26T23:05:04.066Z | | |
| 4929 | 2026-05-26T23:05:04.066Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4930 | 2026-05-26T23:05:04.066Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4931 | 2026-05-26T23:05:04.066Z | | |
| 4932 | 2026-05-26T23:05:04.066Z | 34 | pub struct Name { |
| 4933 | 2026-05-26T23:05:04.067Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4934 | 2026-05-26T23:05:04.067Z | | |
| 4935 | 2026-05-26T23:05:04.067Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4936 | 2026-05-26T23:05:04.067Z | | |
| 4937 | 2026-05-26T23:05:04.067Z | 37 | pub struct Name { |
| 4938 | 2026-05-26T23:05:04.067Z | | --------------- this is the found type |
| 4939 | 2026-05-26T23:05:04.068Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4940 | 2026-05-26T23:05:04.068Z | note: associated function defined here |
| 4941 | 2026-05-26T23:05:04.068Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 4942 | 2026-05-26T23:05:04.068Z | | |
| 4943 | 2026-05-26T23:05:04.068Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 4944 | 2026-05-26T23:05:04.069Z | | ^^^^^^^^^^ |
| 4945 | 2026-05-26T23:05:04.069Z | |
| 4946 | 2026-05-26T23:05:04.069Z | error[E0308]: arguments to this function are incorrect |
| 4947 | 2026-05-26T23:05:04.069Z | --> dns-server/src/storage.rs:448:43 |
| 4948 | 2026-05-26T23:05:04.069Z | | |
| 4949 | 2026-05-26T23:05:04.069Z | 448 | hickory_proto::rr::RData::SOA(hickory_proto::rr::rdata::SOA::new( |
| 4950 | 2026-05-26T23:05:04.069Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 4951 | 2026-05-26T23:05:04.069Z | 449 | preferred_nameserver, |
| 4952 | 2026-05-26T23:05:04.069Z | | -------------------- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4953 | 2026-05-26T23:05:04.069Z | 450 | rname, |
| 4954 | 2026-05-26T23:05:04.069Z | | ----- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4955 | 2026-05-26T23:05:04.069Z | | |
| 4956 | 2026-05-26T23:05:04.069Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4957 | 2026-05-26T23:05:04.069Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4958 | 2026-05-26T23:05:04.069Z | | |
| 4959 | 2026-05-26T23:05:04.069Z | 34 | pub struct Name { |
| 4960 | 2026-05-26T23:05:04.069Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4961 | 2026-05-26T23:05:04.071Z | | |
| 4962 | 2026-05-26T23:05:04.071Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4963 | 2026-05-26T23:05:04.071Z | | |
| 4964 | 2026-05-26T23:05:04.071Z | 37 | pub struct Name { |
| 4965 | 2026-05-26T23:05:04.076Z | | --------------- this is the found type |
| 4966 | 2026-05-26T23:05:04.076Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4967 | 2026-05-26T23:05:04.076Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4968 | 2026-05-26T23:05:04.076Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4969 | 2026-05-26T23:05:04.076Z | | |
| 4970 | 2026-05-26T23:05:04.076Z | 34 | pub struct Name { |
| 4971 | 2026-05-26T23:05:04.076Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4972 | 2026-05-26T23:05:04.076Z | | |
| 4973 | 2026-05-26T23:05:04.076Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4974 | 2026-05-26T23:05:04.076Z | | |
| 4975 | 2026-05-26T23:05:04.076Z | 37 | pub struct Name { |
| 4976 | 2026-05-26T23:05:04.076Z | | --------------- this is the found type |
| 4977 | 2026-05-26T23:05:04.076Z | = help: you can use `cargo tree` to explore your dependency tree |
| 4978 | 2026-05-26T23:05:04.076Z | note: associated function defined here |
| 4979 | 2026-05-26T23:05:04.076Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/soa.rs:154:12 |
| 4980 | 2026-05-26T23:05:04.076Z | | |
| 4981 | 2026-05-26T23:05:04.076Z | 154 | pub fn new( |
| 4982 | 2026-05-26T23:05:04.076Z | | ^^^ |
| 4983 | 2026-05-26T23:05:04.076Z | |
| 4984 | 2026-05-26T23:05:04.076Z | error[E0308]: mismatched types |
| 4985 | 2026-05-26T23:05:04.076Z | --> dns-server/src/storage.rs:446:13 |
| 4986 | 2026-05-26T23:05:04.076Z | | |
| 4987 | 2026-05-26T23:05:04.076Z | 445 | let record = hickory_proto::rr::Record::from_rdata( |
| 4988 | 2026-05-26T23:05:04.076Z | | ------------------------------------- arguments to this function are incorrect |
| 4989 | 2026-05-26T23:05:04.076Z | 446 | soa_name, |
| 4990 | 2026-05-26T23:05:04.076Z | | ^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 4991 | 2026-05-26T23:05:04.076Z | | |
| 4992 | 2026-05-26T23:05:04.076Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 4993 | 2026-05-26T23:05:04.076Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 4994 | 2026-05-26T23:05:04.076Z | | |
| 4995 | 2026-05-26T23:05:04.076Z | 34 | pub struct Name { |
| 4996 | 2026-05-26T23:05:04.076Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 4997 | 2026-05-26T23:05:04.076Z | | |
| 4998 | 2026-05-26T23:05:04.076Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 4999 | 2026-05-26T23:05:04.076Z | | |
| 5000 | 2026-05-26T23:05:04.076Z | 37 | pub struct Name { |
| 5001 | 2026-05-26T23:05:04.077Z | | --------------- this is the found type |
| 5002 | 2026-05-26T23:05:04.077Z | = help: you can use `cargo tree` to explore your dependency tree |
| 5003 | 2026-05-26T23:05:04.077Z | note: associated function defined here |
| 5004 | 2026-05-26T23:05:04.077Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12 |
| 5005 | 2026-05-26T23:05:04.078Z | | |
| 5006 | 2026-05-26T23:05:04.078Z | 163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self { |
| 5007 | 2026-05-26T23:05:04.078Z | | ^^^^^^^^^^ |
| 5008 | 2026-05-26T23:05:04.078Z | |
| 5009 | 2026-05-26T23:05:04.078Z | error[E0308]: mismatched types |
| 5010 | 2026-05-26T23:05:04.078Z | --> dns-server/src/storage.rs:768:30 |
| 5011 | 2026-05-26T23:05:04.078Z | | |
| 5012 | 2026-05-26T23:05:04.078Z | 768 | self.query_raw(name, orig_name) |
| 5013 | 2026-05-26T23:05:04.078Z | | --------- ^^^^^^^^^ expected `hickory_resolver::Name`, found `hickory_proto::rr::Name` |
| 5014 | 2026-05-26T23:05:04.078Z | | | |
| 5015 | 2026-05-26T23:05:04.078Z | | arguments to this method are incorrect |
| 5016 | 2026-05-26T23:05:04.078Z | | |
| 5017 | 2026-05-26T23:05:04.078Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 5018 | 2026-05-26T23:05:04.078Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 5019 | 2026-05-26T23:05:04.078Z | | |
| 5020 | 2026-05-26T23:05:04.078Z | 37 | pub struct Name { |
| 5021 | 2026-05-26T23:05:04.078Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 5022 | 2026-05-26T23:05:04.078Z | | |
| 5023 | 2026-05-26T23:05:04.078Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 5024 | 2026-05-26T23:05:04.079Z | | |
| 5025 | 2026-05-26T23:05:04.079Z | 34 | pub struct Name { |
| 5026 | 2026-05-26T23:05:04.079Z | | --------------- this is the found type |
| 5027 | 2026-05-26T23:05:04.079Z | = help: you can use `cargo tree` to explore your dependency tree |
| 5028 | 2026-05-26T23:05:04.080Z | note: method defined here |
| 5029 | 2026-05-26T23:05:04.080Z | --> dns-server/src/storage.rs:780:8 |
| 5030 | 2026-05-26T23:05:04.080Z | | |
| 5031 | 2026-05-26T23:05:04.080Z | 780 | fn query_raw( |
| 5032 | 2026-05-26T23:05:04.080Z | | ^^^^^^^^^ |
| 5033 | 2026-05-26T23:05:04.080Z | ... |
| 5034 | 2026-05-26T23:05:04.080Z | 783 | orig_name: &Name, |
| 5035 | 2026-05-26T23:05:04.080Z | | ---------------- |
| 5036 | 2026-05-26T23:05:04.080Z | |
| 5037 | 2026-05-26T23:05:04.080Z | error[E0308]: mismatched types |
| 5038 | 2026-05-26T23:05:04.080Z | --> dns-server/src/storage.rs:777:40 |
| 5039 | 2026-05-26T23:05:04.080Z | | |
| 5040 | 2026-05-26T23:05:04.080Z | 777 | self.query_raw(&LowerName::new(name), name) |
| 5041 | 2026-05-26T23:05:04.080Z | | -------------- ^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name` |
| 5042 | 2026-05-26T23:05:04.080Z | | | |
| 5043 | 2026-05-26T23:05:04.080Z | | arguments to this function are incorrect |
| 5044 | 2026-05-26T23:05:04.080Z | | |
| 5045 | 2026-05-26T23:05:04.080Z | note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 5046 | 2026-05-26T23:05:04.080Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1 |
| 5047 | 2026-05-26T23:05:04.082Z | | |
| 5048 | 2026-05-26T23:05:04.082Z | 34 | pub struct Name { |
| 5049 | 2026-05-26T23:05:04.082Z | | ^^^^^^^^^^^^^^^ this is the expected type |
| 5050 | 2026-05-26T23:05:04.082Z | | |
| 5051 | 2026-05-26T23:05:04.082Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1 |
| 5052 | 2026-05-26T23:05:04.083Z | | |
| 5053 | 2026-05-26T23:05:04.083Z | 37 | pub struct Name { |
| 5054 | 2026-05-26T23:05:04.083Z | | --------------- this is the found type |
| 5055 | 2026-05-26T23:05:04.083Z | = help: you can use `cargo tree` to explore your dependency tree |
| 5056 | 2026-05-26T23:05:04.083Z | note: associated function defined here |
| 5057 | 2026-05-26T23:05:04.083Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:37:12 |
| 5058 | 2026-05-26T23:05:04.083Z | | |
| 5059 | 2026-05-26T23:05:04.083Z | 37 | pub fn new(name: &Name) -> Self { |
| 5060 | 2026-05-26T23:05:04.083Z | | ^^^ |
| 5061 | 2026-05-26T23:05:04.083Z | |
| 5062 | 2026-05-26T23:05:04.083Z | error[E0277]: the trait bound `hickory_proto::rr::LowerName: std::convert::From<hickory_resolver::Name>` is not satisfied |
| 5063 | 2026-05-26T23:05:04.083Z | --> dns-server/src/storage.rs:791:33 |
| 5064 | 2026-05-26T23:05:04.083Z | | |
| 5065 | 2026-05-26T23:05:04.088Z | 791 | let zone_name = LowerName::from(Name::from_str(&z).unwrap()); |
| 5066 | 2026-05-26T23:05:04.088Z | | ^^^^^^^^^ the trait `std::convert::From<hickory_resolver::Name>` is not implemented for `hickory_proto::rr::LowerName` |
| 5067 | 2026-05-26T23:05:04.088Z | | |
| 5068 | 2026-05-26T23:05:04.088Z | help: item with same name found |
| 5069 | 2026-05-26T23:05:04.088Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/lower_name.rs:28:1 |
| 5070 | 2026-05-26T23:05:04.088Z | | |
| 5071 | 2026-05-26T23:05:04.088Z | 28 | pub struct LowerName(Name); |
| 5072 | 2026-05-26T23:05:04.088Z | | ^^^^^^^^^^^^^^^^^^^^ |
| 5073 | 2026-05-26T23:05:04.088Z | = note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 5074 | 2026-05-26T23:05:04.088Z | help: the following other types implement trait `std::convert::From<T>` |
| 5075 | 2026-05-26T23:05:04.089Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:240:1 |
| 5076 | 2026-05-26T23:05:04.089Z | | |
| 5077 | 2026-05-26T23:05:04.089Z | 240 | impl From<Name> for LowerName { |
| 5078 | 2026-05-26T23:05:04.089Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<hickory_proto::rr::Name>` |
| 5079 | 2026-05-26T23:05:04.089Z | ... |
| 5080 | 2026-05-26T23:05:04.089Z | 246 | impl<'a> From<&'a Name> for LowerName { |
| 5081 | 2026-05-26T23:05:04.089Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<&hickory_proto::rr::Name>` |
| 5082 | 2026-05-26T23:05:04.089Z | = note: there are multiple different versions of crate `hickory_proto` in the dependency graph |
| 5083 | 2026-05-26T23:05:04.089Z | = help: you can use `cargo tree` to explore your dependency tree |
| 5084 | 2026-05-26T23:05:04.089Z | |
| 5085 | 2026-05-26T23:05:04.203Z | Some errors have detailed explanations: E0271, E0277, E0308, E0599. |
| 5086 | 2026-05-26T23:05:04.203Z | For more information about an error, try `rustc --explain E0271`. |
| 5087 | 2026-05-26T23:05:04.248Z | error: could not compile `dns-server` (lib) due to 60 previous errors |
| 5088 | 2026-05-26T23:05:04.444Z | 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) |
| 5089 | 2026-05-26T23:05:04.447Z | Error: cargo-hack install failed: exit status: 1 |
| 5090 | 2026-05-26T23:05:04.450Z | |
| 5091 | 2026-05-26T23:05:04.450Z | real 4:07.859729273 |
| 5092 | 2026-05-26T23:05:04.450Z | user 7:03.435147743 |
| 5093 | 2026-05-26T23:05:04.450Z | sys 1:56.984447011 |
| 5094 | 2026-05-26T23:05:04.450Z | trap 0.158254858 |
| 5095 | 2026-05-26T23:05:04.451Z | tflt 0.242329772 |
| 5096 | 2026-05-26T23:05:04.451Z | dflt 0.762423087 |
| 5097 | 2026-05-26T23:05:04.451Z | kflt 0.001062601 |
| 5098 | 2026-05-26T23:05:04.451Z | lock 20:41.761928356 |
| 5099 | 2026-05-26T23:05:04.451Z | slp 30:18.209794848 |
| 5100 | 2026-05-26T23:05:04.451Z | lat 33.768732788 |
| 5101 | 2026-05-26T23:05:04.451Z | stop 1:58.963609343 |
| 5102 | 2026-05-26T23:05:04.454Z | process exited: duration 384411 ms, exit code 1 |
| |
| 5103 | 2026-05-26T23:05:04.460Z | found 0 output files |