|
|
|
| 1 | 2026-06-06T00:45:59.303Z | job assigned to worker 01KTD68D4TSQ9FHMR2N0FSYRRX [factory aws, i-034d5b5ed051c7f6b] (queued for 44 s) |
| |
| 2 | 2026-06-06T00:46:06.108Z | starting task 0: "setup" |
| 3 | 2026-06-06T00:46:06.115Z | ++ uname -s |
| 4 | 2026-06-06T00:46:06.118Z | + kern=SunOS |
| 5 | 2026-06-06T00:46:06.118Z | + build_user=build |
| 6 | 2026-06-06T00:46:06.118Z | + build_uid=12345 |
| 7 | 2026-06-06T00:46:06.118Z | + work_dir=/work |
| 8 | 2026-06-06T00:46:06.118Z | + input_dir=/input |
| 9 | 2026-06-06T00:46:06.118Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-06T00:46:06.118Z | + case "$kern" in |
| 11 | 2026-06-06T00:46:06.118Z | + groupadd -g 12345 build |
| 12 | 2026-06-06T00:46:06.121Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-06T00:46:08.125Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-06T00:46:08.237Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-06T00:46:08.240Z | + home_fs=zfs |
| 16 | 2026-06-06T00:46:08.240Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-06T00:46:08.240Z | + mkdir -p /home/build |
| 18 | 2026-06-06T00:46:08.240Z | + chown build:build /home/build /work |
| 19 | 2026-06-06T00:46:10.241Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-06T00:46:10.244Z | process exited: duration 4135 ms, exit code 0 |
| |
| 21 | 2026-06-06T00:46:10.250Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-06T00:46:10.254Z | * rust toolchain channel = "1.94.0" |
| 23 | 2026-06-06T00:46:10.254Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 24 | 2026-06-06T00:46:10.254Z | * rust toolchain profile = "default" |
| 25 | 2026-06-06T00:46:10.254Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-06T00:46:10.254Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-06T00:46:10.254Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-06T00:46:10.257Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-06T00:46:10.257Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-06-06T00:46:10.341Z | info: downloading installer |
| 31 | 2026-06-06T00:46:11.726Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-06T00:46:11.727Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-06T00:46:11.727Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-06T00:46:11.727Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-06T00:46:11.739Z | info: profile set to default |
| 36 | 2026-06-06T00:46:11.740Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-06T00:46:11.742Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-06-06T00:46:11.905Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-06-06T00:46:11.908Z | info: downloading 6 components |
| 40 | 2026-06-06T00:46:27.318Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-06-06T00:46:27.318Z | |
| 42 | 2026-06-06T00:46:27.346Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-06-06T00:46:27.346Z | |
| 44 | 2026-06-06T00:46:27.349Z | |
| 45 | 2026-06-06T00:46:27.349Z | Rust is installed now. Great! |
| 46 | 2026-06-06T00:46:27.349Z | |
| 47 | 2026-06-06T00:46:27.349Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-06T00:46:27.350Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-06T00:46:27.350Z | |
| 50 | 2026-06-06T00:46:27.350Z | To configure your current shell, you need to source |
| 51 | 2026-06-06T00:46:27.350Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-06T00:46:27.350Z | |
| 53 | 2026-06-06T00:46:27.350Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-06T00:46:27.350Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-06T00:46:27.350Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-06T00:46:27.350Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-06T00:46:27.350Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-06T00:46:27.350Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-06T00:46:27.350Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-06T00:46:27.350Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-06T00:46:27.350Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-06T00:46:27.431Z | + rustup --version |
| 63 | 2026-06-06T00:46:27.440Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-06T00:46:27.445Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-06T00:46:27.462Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-06-06T00:46:27.465Z | + cargo --version |
| 67 | 2026-06-06T00:46:27.477Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-06-06T00:46:27.481Z | + rustc --version |
| 69 | 2026-06-06T00:46:27.499Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-06-06T00:46:27.503Z | process exited: duration 17251 ms, exit code 0 |
| |
| 71 | 2026-06-06T00:46:27.509Z | starting task 2: "authentication" |
| 72 | 2026-06-06T00:46:27.525Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-06T00:46:27.532Z | starting task 3: "clone repository" |
| 74 | 2026-06-06T00:46:27.535Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-06T00:46:27.539Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-06T00:46:27.574Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-06T00:46:39.366Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-06T00:46:39.366Z | + git fetch origin 54dbd1e62150c842fa30ea7b66259bb9c2792880 |
| 79 | 2026-06-06T00:46:39.613Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-06T00:46:39.613Z | * branch 54dbd1e62150c842fa30ea7b66259bb9c2792880 -> FETCH_HEAD |
| 81 | 2026-06-06T00:46:39.624Z | + [[ -n diff-404-403 ]] |
| 82 | 2026-06-06T00:46:39.627Z | ++ git branch --show-current |
| 83 | 2026-06-06T00:46:39.627Z | + current=main |
| 84 | 2026-06-06T00:46:39.627Z | + [[ main != diff-404-403 ]] |
| 85 | 2026-06-06T00:46:39.627Z | + git branch -f diff-404-403 54dbd1e62150c842fa30ea7b66259bb9c2792880 |
| 86 | 2026-06-06T00:46:39.632Z | + git checkout -f diff-404-403 |
| 87 | 2026-06-06T00:46:39.868Z | Switched to branch 'diff-404-403' |
| 88 | 2026-06-06T00:46:39.871Z | + git reset --hard 54dbd1e62150c842fa30ea7b66259bb9c2792880 |
| 89 | 2026-06-06T00:46:39.921Z | HEAD is now at 54dbd1e62 Distinguish 404 from 403 in authz-roles policy test snapshot |
| 90 | 2026-06-06T00:46:39.924Z | process exited: duration 12389 ms, exit code 0 |
| |
| 91 | 2026-06-06T00:46:39.931Z | starting task 4: "build" |
| 92 | 2026-06-06T00:46:39.935Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-06-06T00:46:39.935Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-06-06T00:46:39.935Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-06-06T00:46:39.935Z | + cargo --version |
| 96 | 2026-06-06T00:46:39.946Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-06-06T00:46:39.949Z | + rustc --version |
| 98 | 2026-06-06T00:46:39.968Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-06-06T00:46:39.971Z | + source ./env.sh |
| 100 | 2026-06-06T00:46:39.971Z | ++ OLD_SHELL_OPTS=ehxB |
| 101 | 2026-06-06T00:46:39.972Z | ++ set -o xtrace |
| 102 | 2026-06-06T00:46:39.975Z | ++++ dirname ./env.sh |
| 103 | 2026-06-06T00:46:39.975Z | +++ readlink -f . |
| 104 | 2026-06-06T00:46:39.978Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 105 | 2026-06-06T00:46:39.978Z | ++ 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-06-06T00:46:39.978Z | ++ 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-06-06T00:46:39.978Z | ++ 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-06-06T00:46:39.978Z | ++ 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-06-06T00:46:39.978Z | ++ 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-06-06T00:46:39.978Z | ++ 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-06-06T00:46:39.978Z | ++ 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-06-06T00:46:39.979Z | ++ 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-06-06T00:46:39.979Z | ++ case $OLD_SHELL_OPTS in |
| 114 | 2026-06-06T00:46:39.979Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 115 | 2026-06-06T00:46:39.979Z | + 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-06-06T00:46:39.979Z | + 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-06-06T00:46:39.979Z | + banner prerequisites |
| 118 | 2026-06-06T00:46:39.982Z | |
| 119 | 2026-06-06T00:46:39.982Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 120 | 2026-06-06T00:46:39.982Z | # # # # # # # # # # # # # # # |
| 121 | 2026-06-06T00:46:39.982Z | # # # # ##### # # ##### # # # # # #### # |
| 122 | 2026-06-06T00:46:39.982Z | ##### ##### # ##### # # # # # # # # # |
| 123 | 2026-06-06T00:46:39.983Z | # # # # # # # # # # # # # # # |
| 124 | 2026-06-06T00:46:39.983Z | # # # ###### # # ###### ### # #### # #### # |
| 125 | 2026-06-06T00:46:39.983Z | |
| 126 | 2026-06-06T00:46:39.983Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 127 | 2026-06-06T00:46:41.466Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-06-06T00:46:41.550Z | Startup: Caching catalogs ... Done |
| 129 | 2026-06-06T00:46:41.874Z | Planning: Solver setup ... Done (0.285s) |
| 130 | 2026-06-06T00:46:41.895Z | Planning: Running solver ... Done (0.021s) |
| 131 | 2026-06-06T00:46:41.905Z | Planning: Finding local manifests ... Done (0.003s) |
| 132 | 2026-06-06T00:46:41.914Z | Planning: Fetching manifests: 0/2 0% complete |
| 133 | 2026-06-06T00:46:41.931Z | Planning: Fetching manifests: 2/2 100% complete |
| 134 | 2026-06-06T00:46:41.944Z | Planning: Package planning ... Done (0.014s) |
| 135 | 2026-06-06T00:46:41.948Z | Planning: Merging actions ... Done (0.001s) |
| 136 | 2026-06-06T00:46:42.136Z | Planning: Checking for conflicting actions ... Done (0.190s) |
| 137 | 2026-06-06T00:46:42.139Z | Planning: Consolidating action changes ... Done (0.001s) |
| 138 | 2026-06-06T00:46:42.916Z | Planning: Evaluating mediators ... Done (0.780s) |
| 139 | 2026-06-06T00:46:42.920Z | Planning: Planning completed in 1.35 seconds |
| 140 | 2026-06-06T00:46:42.925Z | Packages to install: 2 |
| 141 | 2026-06-06T00:46:42.929Z | Estimated space available: 156.07 GB |
| 142 | 2026-06-06T00:46:42.929Z | Estimated space to be consumed: 25.33 MB |
| 143 | 2026-06-06T00:46:42.929Z | Create boot environment: No |
| 144 | 2026-06-06T00:46:42.929Z | Create backup boot environment: No |
| 145 | 2026-06-06T00:46:42.929Z | Rebuild boot archive: No |
| 146 | 2026-06-06T00:46:42.929Z | |
| 147 | 2026-06-06T00:46:42.930Z | Changed packages: |
| 148 | 2026-06-06T00:46:42.930Z | helios |
| 149 | 2026-06-06T00:46:42.930Z | developer/build-essential |
| 150 | 2026-06-06T00:46:42.930Z | None -> 11-3.0 |
| 151 | 2026-06-06T00:46:42.930Z | library/libxmlsec1 |
| 152 | 2026-06-06T00:46:42.930Z | None -> 1.2.35-3.0 |
| 153 | 2026-06-06T00:46:42.950Z | |
| 154 | 2026-06-06T00:46:42.950Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 155 | 2026-06-06T00:46:43.407Z | Download: Completed 1.28 MB in 0.46 seconds (2.8M/s) |
| 156 | 2026-06-06T00:46:43.526Z | Actions: 1/268 actions (Installing new actions) |
| 157 | 2026-06-06T00:46:43.567Z | Actions: Completed 268 actions in 0.04 seconds. |
| 158 | 2026-06-06T00:46:43.574Z | Finalize: Updating package state database ... Done (0.008s) |
| 159 | 2026-06-06T00:46:43.574Z | Finalize: Updating package cache ... Done (0.000s) |
| 160 | 2026-06-06T00:46:43.598Z | Finalize: Updating image state ... Done (0.023s) |
| 161 | 2026-06-06T00:46:46.057Z | Finalize: Creating fast lookup database ... Done (2.438s) |
| 162 | 2026-06-06T00:46:46.125Z | Finalize: Reading search index ... Done (0.012s) |
| 163 | 2026-06-06T00:46:46.128Z | Finalize: Updating search index ... Done (0.000s) |
| 164 | 2026-06-06T00:46:46.217Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-06-06T00:46:46.529Z | Planning: Evaluating mediator changes ... Done |
| 166 | 2026-06-06T00:46:46.626Z | Planning: Checking for conflicting actions ... Done |
| 167 | 2026-06-06T00:46:46.632Z | Planning: Consolidating action changes ... Done |
| 168 | 2026-06-06T00:46:46.787Z | Planning: Evaluating mediators ... Done |
| 169 | 2026-06-06T00:46:46.790Z | Planning: Planning completed in 0.27 seconds |
| 170 | 2026-06-06T00:46:46.811Z | Mediators to change: 2 |
| 171 | 2026-06-06T00:46:46.811Z | Create boot environment: No |
| 172 | 2026-06-06T00:46:46.811Z | Create backup boot environment: No |
| 173 | 2026-06-06T00:46:46.863Z | Finalize: Updating package state database ... Done |
| 174 | 2026-06-06T00:46:46.863Z | Finalize: Updating package cache ... Done |
| 175 | 2026-06-06T00:46:46.875Z | Finalize: Updating image state ... Done |
| 176 | 2026-06-06T00:46:48.827Z | Finalize: Creating fast lookup database ... Done |
| 177 | 2026-06-06T00:46:48.892Z | Finalize: Reading search index ... Done |
| 178 | 2026-06-06T00:46:48.908Z | Finalize: Updating search index ... Done |
| 179 | 2026-06-06T00:46:48.984Z | Finalize: Updating package cache ... Done |
| 180 | 2026-06-06T00:46:49.271Z | Planning: Evaluating mediator changes ... Done |
| 181 | 2026-06-06T00:46:49.376Z | Planning: Checking for conflicting actions ... Done |
| 182 | 2026-06-06T00:46:49.381Z | Planning: Consolidating action changes ... Done |
| 183 | 2026-06-06T00:46:49.533Z | Planning: Evaluating mediators ... Done |
| 184 | 2026-06-06T00:46:49.537Z | Planning: Planning completed in 0.26 seconds |
| 185 | 2026-06-06T00:46:49.557Z | Mediators to change: 1 |
| 186 | 2026-06-06T00:46:49.557Z | Create boot environment: No |
| 187 | 2026-06-06T00:46:49.557Z | Create backup boot environment: No |
| 188 | 2026-06-06T00:46:49.609Z | Finalize: Updating package state database ... Done |
| 189 | 2026-06-06T00:46:49.609Z | Finalize: Updating package cache ... Done |
| 190 | 2026-06-06T00:46:49.621Z | Finalize: Updating image state ... Done |
| 191 | 2026-06-06T00:46:51.597Z | Finalize: Creating fast lookup database ... Done |
| 192 | 2026-06-06T00:46:51.660Z | Finalize: Reading search index ... Done |
| 193 | 2026-06-06T00:46:51.665Z | Finalize: Updating search index ... Done |
| 194 | 2026-06-06T00:46:51.740Z | Finalize: Updating package cache ... Done |
| 195 | 2026-06-06T00:46:52.059Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 196 | 2026-06-06T00:46:52.059Z | apache system 2.4 system |
| 197 | 2026-06-06T00:46:52.059Z | clang system 15 system |
| 198 | 2026-06-06T00:46:52.059Z | csh system system illumos |
| 199 | 2026-06-06T00:46:52.059Z | ctags system system illumos |
| 200 | 2026-06-06T00:46:52.059Z | file vendor vendor darwinsys |
| 201 | 2026-06-06T00:46:52.059Z | file system system illumos |
| 202 | 2026-06-06T00:46:52.059Z | gcc vendor 14 vendor |
| 203 | 2026-06-06T00:46:52.059Z | gcc system 13 system |
| 204 | 2026-06-06T00:46:52.059Z | gcc system 10 system |
| 205 | 2026-06-06T00:46:52.059Z | go system 1.25 system |
| 206 | 2026-06-06T00:46:52.059Z | llvm system 15 system |
| 207 | 2026-06-06T00:46:52.059Z | mariadb system 11.4 system |
| 208 | 2026-06-06T00:46:52.059Z | mta vendor vendor dma |
| 209 | 2026-06-06T00:46:52.060Z | openjdk system 17 system |
| 210 | 2026-06-06T00:46:52.060Z | openjdk system 11 system |
| 211 | 2026-06-06T00:46:52.060Z | openssl vendor 3 vendor |
| 212 | 2026-06-06T00:46:52.060Z | perl system 5.40 system |
| 213 | 2026-06-06T00:46:52.060Z | postgresql system 18 system |
| 214 | 2026-06-06T00:46:52.060Z | postgresql system 17 system |
| 215 | 2026-06-06T00:46:52.060Z | python vendor 3 vendor |
| 216 | 2026-06-06T00:46:52.060Z | python system 2 system |
| 217 | 2026-06-06T00:46:52.060Z | python3 vendor 3.13 vendor |
| 218 | 2026-06-06T00:46:52.060Z | ruby system 3.4 system |
| 219 | 2026-06-06T00:46:52.060Z | ruby system 3.0 system |
| 220 | 2026-06-06T00:46:52.060Z | words vendor vendor american-english |
| 221 | 2026-06-06T00:46:52.060Z | words system system australian-english |
| 222 | 2026-06-06T00:46:52.060Z | words system system british-english |
| 223 | 2026-06-06T00:46:52.060Z | words system system canadian-english |
| 224 | 2026-06-06T00:46:52.060Z | words system system french |
| 225 | 2026-06-06T00:46:52.060Z | words system system italian |
| 226 | 2026-06-06T00:46:52.060Z | words system system ngerman |
| 227 | 2026-06-06T00:46:52.060Z | words system system ogerman |
| 228 | 2026-06-06T00:46:52.060Z | words system system spanish |
| 229 | 2026-06-06T00:46:52.321Z | PUBLISHER TYPE STATUS P LOCATION |
| 230 | 2026-06-06T00:46:52.321Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 231 | 2026-06-06T00:46:52.613Z | FMRI IFO |
| 232 | 2026-06-06T00:46:52.613Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 233 | 2026-06-06T00:46:52.614Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 234 | 2026-06-06T00:46:52.614Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 235 | 2026-06-06T00:46:52.614Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 236 | 2026-06-06T00:46:52.614Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 237 | 2026-06-06T00:46:52.614Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 238 | 2026-06-06T00:46:52.614Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 239 | 2026-06-06T00:46:52.614Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 240 | 2026-06-06T00:46:52.614Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 241 | 2026-06-06T00:46:52.861Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 242 | 2026-06-06T00:46:53.130Z | Updating crates.io index |
| 243 | 2026-06-06T00:46:53.146Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 244 | 2026-06-06T00:46:53.706Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 245 | 2026-06-06T00:46:54.081Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 246 | 2026-06-06T00:46:54.644Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 247 | 2026-06-06T00:46:55.478Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 248 | 2026-06-06T00:46:56.168Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 249 | 2026-06-06T00:46:57.432Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 250 | 2026-06-06T00:46:58.148Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 251 | 2026-06-06T00:46:58.609Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 252 | 2026-06-06T00:46:59.569Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 253 | 2026-06-06T00:47:00.121Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 254 | 2026-06-06T00:47:00.423Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 255 | 2026-06-06T00:47:00.908Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 256 | 2026-06-06T00:47:01.804Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 257 | 2026-06-06T00:47:02.313Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 258 | 2026-06-06T00:47:02.644Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 259 | 2026-06-06T00:47:03.017Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 260 | 2026-06-06T00:47:03.384Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 261 | 2026-06-06T00:47:03.819Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 262 | 2026-06-06T00:47:04.206Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 263 | 2026-06-06T00:47:04.457Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 264 | 2026-06-06T00:47:04.724Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 265 | 2026-06-06T00:47:05.077Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 266 | 2026-06-06T00:47:05.694Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 267 | 2026-06-06T00:47:05.938Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 268 | 2026-06-06T00:47:06.342Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 269 | 2026-06-06T00:47:06.724Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 270 | 2026-06-06T00:47:07.357Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 271 | 2026-06-06T00:47:07.646Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 272 | 2026-06-06T00:47:09.266Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 273 | 2026-06-06T00:47:09.681Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 274 | 2026-06-06T00:47:10.067Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 275 | 2026-06-06T00:47:10.400Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 276 | 2026-06-06T00:47:10.725Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 277 | 2026-06-06T00:47:11.051Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 278 | 2026-06-06T00:47:11.612Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 279 | 2026-06-06T00:47:11.867Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 280 | 2026-06-06T00:47:12.128Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 281 | 2026-06-06T00:47:12.418Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 282 | 2026-06-06T00:47:12.856Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 283 | 2026-06-06T00:47:24.508Z | Downloading crates ... |
| 284 | 2026-06-06T00:47:24.557Z | Downloaded cfg-if v1.0.4 |
| 285 | 2026-06-06T00:47:24.560Z | Downloaded potential_utf v0.1.4 |
| 286 | 2026-06-06T00:47:24.566Z | Downloaded clap_derive v4.5.55 |
| 287 | 2026-06-06T00:47:24.568Z | Downloaded smallvec v1.15.1 |
| 288 | 2026-06-06T00:47:24.571Z | Downloaded memmap v0.7.0 |
| 289 | 2026-06-06T00:47:24.577Z | Downloaded heck v0.4.1 |
| 290 | 2026-06-06T00:47:24.577Z | Downloaded unicode-xid v0.2.6 |
| 291 | 2026-06-06T00:47:24.577Z | Downloaded zerofrom-derive v0.1.6 |
| 292 | 2026-06-06T00:47:24.577Z | Downloaded cargo-platform v0.2.0 |
| 293 | 2026-06-06T00:47:24.577Z | Downloaded anstyle-query v1.1.5 |
| 294 | 2026-06-06T00:47:24.582Z | Downloaded scroll_derive v0.12.1 |
| 295 | 2026-06-06T00:47:24.605Z | Downloaded colorchoice v1.0.4 |
| 296 | 2026-06-06T00:47:24.605Z | Downloaded block-buffer v0.10.4 |
| 297 | 2026-06-06T00:47:24.606Z | Downloaded cpufeatures v0.2.17 |
| 298 | 2026-06-06T00:47:24.606Z | Downloaded zerovec v0.11.5 |
| 299 | 2026-06-06T00:47:24.606Z | Downloaded zmij v1.0.21 |
| 300 | 2026-06-06T00:47:24.606Z | Downloaded ucd-trie v0.1.7 |
| 301 | 2026-06-06T00:47:24.618Z | Downloaded toml_write v0.1.2 |
| 302 | 2026-06-06T00:47:24.618Z | Downloaded bytecount v0.6.9 |
| 303 | 2026-06-06T00:47:24.618Z | Downloaded anstyle-parse v0.2.7 |
| 304 | 2026-06-06T00:47:24.618Z | Downloaded yoke v0.8.1 |
| 305 | 2026-06-06T00:47:24.618Z | Downloaded serde_tokenstream v0.2.3 |
| 306 | 2026-06-06T00:47:24.618Z | Downloaded zerofrom v0.1.6 |
| 307 | 2026-06-06T00:47:24.619Z | Downloaded textwrap v0.16.2 |
| 308 | 2026-06-06T00:47:24.619Z | Downloaded clap_lex v1.0.0 |
| 309 | 2026-06-06T00:47:24.619Z | Downloaded bitflags v2.11.0 |
| 310 | 2026-06-06T00:47:24.619Z | Downloaded tinystr v0.8.2 |
| 311 | 2026-06-06T00:47:24.619Z | Downloaded cargo_toml v0.21.0 |
| 312 | 2026-06-06T00:47:24.619Z | Downloaded yoke-derive v0.8.1 |
| 313 | 2026-06-06T00:47:24.619Z | Downloaded icu_locale_core v2.1.1 |
| 314 | 2026-06-06T00:47:24.637Z | Downloaded autocfg v1.5.0 |
| 315 | 2026-06-06T00:47:24.637Z | Downloaded anyhow v1.0.102 |
| 316 | 2026-06-06T00:47:24.637Z | Downloaded cargo_metadata v0.21.0 |
| 317 | 2026-06-06T00:47:24.637Z | Downloaded zerovec-derive v0.11.2 |
| 318 | 2026-06-06T00:47:24.637Z | Downloaded toml_datetime v0.6.11 |
| 319 | 2026-06-06T00:47:24.637Z | Downloaded cargo-util-schemas v0.8.2 |
| 320 | 2026-06-06T00:47:24.638Z | Downloaded thiserror v2.0.18 |
| 321 | 2026-06-06T00:47:24.638Z | Downloaded camino-tempfile v1.4.1 |
| 322 | 2026-06-06T00:47:24.638Z | Downloaded byteorder v1.5.0 |
| 323 | 2026-06-06T00:47:24.638Z | Downloaded unicode-linebreak v0.1.5 |
| 324 | 2026-06-06T00:47:24.638Z | Downloaded anstream v0.6.21 |
| 325 | 2026-06-06T00:47:24.638Z | Downloaded equivalent v1.0.2 |
| 326 | 2026-06-06T00:47:24.638Z | Downloaded clap v4.5.60 |
| 327 | 2026-06-06T00:47:24.638Z | Downloaded utf8_iter v1.0.4 |
| 328 | 2026-06-06T00:47:24.638Z | Downloaded anstyle v1.0.13 |
| 329 | 2026-06-06T00:47:24.640Z | Downloaded thread-id v4.2.2 |
| 330 | 2026-06-06T00:47:24.659Z | Downloaded pretty-hex v0.4.1 |
| 331 | 2026-06-06T00:47:24.659Z | Downloaded usdt-macro v0.5.0 |
| 332 | 2026-06-06T00:47:24.659Z | Downloaded typeid v1.0.3 |
| 333 | 2026-06-06T00:47:24.659Z | Downloaded version_check v0.9.5 |
| 334 | 2026-06-06T00:47:24.659Z | Downloaded utf8parse v0.2.2 |
| 335 | 2026-06-06T00:47:24.659Z | Downloaded thiserror-impl v2.0.18 |
| 336 | 2026-06-06T00:47:24.659Z | Downloaded thiserror-impl v1.0.69 |
| 337 | 2026-06-06T00:47:24.659Z | Downloaded toml v0.8.23 |
| 338 | 2026-06-06T00:47:24.659Z | Downloaded tabled_derive v0.7.0 |
| 339 | 2026-06-06T00:47:24.659Z | Downloaded proc-macro-error-attr v1.0.4 |
| 340 | 2026-06-06T00:47:24.659Z | Downloaded heck v0.5.0 |
| 341 | 2026-06-06T00:47:24.659Z | Downloaded usdt-impl v0.5.0 |
| 342 | 2026-06-06T00:47:24.659Z | Downloaded usdt v0.5.0 |
| 343 | 2026-06-06T00:47:24.659Z | Downloaded icu_provider v2.1.1 |
| 344 | 2026-06-06T00:47:24.659Z | Downloaded writeable v0.6.2 |
| 345 | 2026-06-06T00:47:24.659Z | Downloaded usdt-attr-macro v0.5.0 |
| 346 | 2026-06-06T00:47:24.677Z | Downloaded thiserror v1.0.69 |
| 347 | 2026-06-06T00:47:24.677Z | Downloaded dof v0.3.0 |
| 348 | 2026-06-06T00:47:24.677Z | Downloaded serde-value v0.7.0 |
| 349 | 2026-06-06T00:47:24.677Z | Downloaded ordered-float v2.10.1 |
| 350 | 2026-06-06T00:47:24.677Z | Downloaded errno v0.3.14 |
| 351 | 2026-06-06T00:47:24.677Z | Downloaded zerocopy-derive v0.7.35 |
| 352 | 2026-06-06T00:47:24.677Z | Downloaded typenum v1.19.0 |
| 353 | 2026-06-06T00:47:24.677Z | Downloaded stable_deref_trait v1.2.1 |
| 354 | 2026-06-06T00:47:24.678Z | Downloaded idna_adapter v1.2.1 |
| 355 | 2026-06-06T00:47:24.678Z | Downloaded serde_spanned v0.6.9 |
| 356 | 2026-06-06T00:47:24.678Z | Downloaded plain v0.2.3 |
| 357 | 2026-06-06T00:47:24.678Z | Downloaded crypto-common v0.1.7 |
| 358 | 2026-06-06T00:47:24.678Z | Downloaded toml_edit v0.22.27 |
| 359 | 2026-06-06T00:47:24.678Z | Downloaded unicode-ident v1.0.24 |
| 360 | 2026-06-06T00:47:24.678Z | Downloaded smawk v0.3.2 |
| 361 | 2026-06-06T00:47:24.697Z | Downloaded zerotrie v0.2.3 |
| 362 | 2026-06-06T00:47:24.697Z | Downloaded generic-array v0.14.7 |
| 363 | 2026-06-06T00:47:24.697Z | Downloaded url v2.5.8 |
| 364 | 2026-06-06T00:47:24.697Z | Downloaded terminal_size v0.4.3 |
| 365 | 2026-06-06T00:47:24.697Z | Downloaded is_terminal_polyfill v1.70.2 |
| 366 | 2026-06-06T00:47:24.701Z | Downloaded macaddr v1.0.1 |
| 367 | 2026-06-06T00:47:24.701Z | Downloaded percent-encoding v2.3.2 |
| 368 | 2026-06-06T00:47:24.701Z | Downloaded strsim v0.11.1 |
| 369 | 2026-06-06T00:47:24.701Z | Downloaded fastrand v2.3.0 |
| 370 | 2026-06-06T00:47:24.704Z | Downloaded fnv v1.0.7 |
| 371 | 2026-06-06T00:47:24.704Z | Downloaded winnow v0.7.14 |
| 372 | 2026-06-06T00:47:24.711Z | Downloaded synstructure v0.13.2 |
| 373 | 2026-06-06T00:47:24.711Z | Downloaded swrite v0.1.0 |
| 374 | 2026-06-06T00:47:24.711Z | Downloaded zerocopy v0.7.35 |
| 375 | 2026-06-06T00:47:24.720Z | Downloaded quote v1.0.45 |
| 376 | 2026-06-06T00:47:24.723Z | Downloaded erased-serde v0.4.9 |
| 377 | 2026-06-06T00:47:24.723Z | Downloaded unicode-width v0.1.14 |
| 378 | 2026-06-06T00:47:24.726Z | Downloaded pest_derive v2.8.6 |
| 379 | 2026-06-06T00:47:24.726Z | Downloaded dtrace-parser v0.2.0 |
| 380 | 2026-06-06T00:47:24.726Z | Downloaded clap_builder v4.5.60 |
| 381 | 2026-06-06T00:47:24.733Z | Downloaded proc-macro-error v1.0.4 |
| 382 | 2026-06-06T00:47:24.733Z | Downloaded displaydoc v0.2.5 |
| 383 | 2026-06-06T00:47:24.733Z | Downloaded serde-untagged v0.1.9 |
| 384 | 2026-06-06T00:47:24.733Z | Downloaded digest v0.10.7 |
| 385 | 2026-06-06T00:47:24.735Z | Downloaded form_urlencoded v1.2.2 |
| 386 | 2026-06-06T00:47:24.735Z | Downloaded unicode-width v0.2.0 |
| 387 | 2026-06-06T00:47:24.752Z | Downloaded itoa v1.0.17 |
| 388 | 2026-06-06T00:47:24.762Z | Downloaded fs-err v3.3.0 |
| 389 | 2026-06-06T00:47:24.762Z | Downloaded sha2 v0.10.9 |
| 390 | 2026-06-06T00:47:24.762Z | Downloaded semver v1.0.28 |
| 391 | 2026-06-06T00:47:24.762Z | Downloaded pest_generator v2.8.6 |
| 392 | 2026-06-06T00:47:24.762Z | Downloaded log v0.4.29 |
| 393 | 2026-06-06T00:47:24.762Z | Downloaded icu_properties v2.1.2 |
| 394 | 2026-06-06T00:47:24.762Z | Downloaded camino v1.2.2 |
| 395 | 2026-06-06T00:47:24.762Z | Downloaded litemap v0.8.1 |
| 396 | 2026-06-06T00:47:24.769Z | Downloaded once_cell v1.21.3 |
| 397 | 2026-06-06T00:47:24.775Z | Downloaded scroll v0.12.0 |
| 398 | 2026-06-06T00:47:24.807Z | Downloaded serde_derive v1.0.228 |
| 399 | 2026-06-06T00:47:24.815Z | Downloaded proc-macro2 v1.0.106 |
| 400 | 2026-06-06T00:47:24.815Z | Downloaded papergrid v0.11.0 |
| 401 | 2026-06-06T00:47:24.828Z | Downloaded pest_meta v2.8.6 |
| 402 | 2026-06-06T00:47:24.828Z | Downloaded tempfile v3.25.0 |
| 403 | 2026-06-06T00:47:24.828Z | Downloaded serde_core v1.0.228 |
| 404 | 2026-06-06T00:47:24.828Z | Downloaded memchr v2.8.0 |
| 405 | 2026-06-06T00:47:24.828Z | Downloaded getrandom v0.4.1 |
| 406 | 2026-06-06T00:47:24.828Z | Downloaded num-traits v0.2.19 |
| 407 | 2026-06-06T00:47:24.828Z | Downloaded icu_normalizer v2.1.1 |
| 408 | 2026-06-06T00:47:24.840Z | Downloaded icu_collections v2.1.1 |
| 409 | 2026-06-06T00:47:24.844Z | Downloaded serde v1.0.228 |
| 410 | 2026-06-06T00:47:24.844Z | Downloaded icu_normalizer_data v2.1.1 |
| 411 | 2026-06-06T00:47:24.861Z | Downloaded indexmap v2.14.0 |
| 412 | 2026-06-06T00:47:24.870Z | Downloaded pest v2.8.6 |
| 413 | 2026-06-06T00:47:24.892Z | Downloaded idna v1.1.0 |
| 414 | 2026-06-06T00:47:24.904Z | Downloaded serde_json v1.0.149 |
| 415 | 2026-06-06T00:47:24.905Z | Downloaded icu_properties_data v2.1.2 |
| 416 | 2026-06-06T00:47:24.929Z | Downloaded hashbrown v0.17.0 |
| 417 | 2026-06-06T00:47:24.929Z | Downloaded goblin v0.8.2 |
| 418 | 2026-06-06T00:47:24.948Z | Downloaded tabled v0.15.0 |
| 419 | 2026-06-06T00:47:24.948Z | Downloaded syn v1.0.109 |
| 420 | 2026-06-06T00:47:24.948Z | Downloaded syn v2.0.117 |
| 421 | 2026-06-06T00:47:24.968Z | Downloaded rustix v1.1.3 |
| 422 | 2026-06-06T00:47:25.020Z | Downloaded libc v0.2.185 |
| 423 | 2026-06-06T00:47:25.074Z | Compiling proc-macro2 v1.0.106 |
| 424 | 2026-06-06T00:47:25.074Z | Compiling quote v1.0.45 |
| 425 | 2026-06-06T00:47:25.508Z | Compiling unicode-ident v1.0.24 |
| 426 | 2026-06-06T00:47:25.508Z | Compiling serde_core v1.0.228 |
| 427 | 2026-06-06T00:47:25.509Z | Compiling libc v0.2.185 |
| 428 | 2026-06-06T00:47:25.509Z | Compiling version_check v0.9.5 |
| 429 | 2026-06-06T00:47:25.509Z | Compiling serde v1.0.228 |
| 430 | 2026-06-06T00:47:25.509Z | Compiling memchr v2.8.0 |
| 431 | 2026-06-06T00:47:25.523Z | Compiling stable_deref_trait v1.2.1 |
| 432 | 2026-06-06T00:47:25.523Z | Compiling zmij v1.0.21 |
| 433 | 2026-06-06T00:47:25.647Z | Compiling autocfg v1.5.0 |
| 434 | 2026-06-06T00:47:25.661Z | Compiling itoa v1.0.17 |
| 435 | 2026-06-06T00:47:25.853Z | Compiling thiserror v1.0.69 |
| 436 | 2026-06-06T00:47:25.936Z | Compiling ucd-trie v0.1.7 |
| 437 | 2026-06-06T00:47:26.020Z | Compiling litemap v0.8.1 |
| 438 | 2026-06-06T00:47:26.072Z | Compiling writeable v0.6.2 |
| 439 | 2026-06-06T00:47:26.105Z | Compiling pest v2.8.6 |
| 440 | 2026-06-06T00:47:26.208Z | Compiling icu_normalizer_data v2.1.1 |
| 441 | 2026-06-06T00:47:26.216Z | Compiling byteorder v1.5.0 |
| 442 | 2026-06-06T00:47:26.267Z | Compiling icu_properties_data v2.1.2 |
| 443 | 2026-06-06T00:47:26.387Z | Compiling rustix v1.1.3 |
| 444 | 2026-06-06T00:47:26.500Z | Compiling syn v2.0.117 |
| 445 | 2026-06-06T00:47:26.580Z | Compiling errno v0.3.14 |
| 446 | 2026-06-06T00:47:26.596Z | Compiling bitflags v2.11.0 |
| 447 | 2026-06-06T00:47:26.779Z | Compiling serde_json v1.0.149 |
| 448 | 2026-06-06T00:47:26.916Z | Compiling num-traits v0.2.19 |
| 449 | 2026-06-06T00:47:26.995Z | Compiling hashbrown v0.17.0 |
| 450 | 2026-06-06T00:47:27.012Z | Compiling smallvec v1.15.1 |
| 451 | 2026-06-06T00:47:27.244Z | Compiling pest_meta v2.8.6 |
| 452 | 2026-06-06T00:47:27.308Z | Compiling equivalent v1.0.2 |
| 453 | 2026-06-06T00:47:27.405Z | Compiling typeid v1.0.3 |
| 454 | 2026-06-06T00:47:27.576Z | Compiling indexmap v2.14.0 |
| 455 | 2026-06-06T00:47:27.593Z | Compiling thread-id v4.2.2 |
| 456 | 2026-06-06T00:47:27.614Z | Compiling proc-macro-error-attr v1.0.4 |
| 457 | 2026-06-06T00:47:27.678Z | Compiling usdt-impl v0.5.0 |
| 458 | 2026-06-06T00:47:27.744Z | Compiling erased-serde v0.4.9 |
| 459 | 2026-06-06T00:47:27.801Z | Compiling syn v1.0.109 |
| 460 | 2026-06-06T00:47:27.975Z | Compiling toml_write v0.1.2 |
| 461 | 2026-06-06T00:47:28.014Z | Compiling winnow v0.7.14 |
| 462 | 2026-06-06T00:47:28.262Z | Compiling proc-macro-error v1.0.4 |
| 463 | 2026-06-06T00:47:28.306Z | Compiling plain v0.2.3 |
| 464 | 2026-06-06T00:47:28.422Z | Compiling percent-encoding v2.3.2 |
| 465 | 2026-06-06T00:47:28.451Z | Compiling camino v1.2.2 |
| 466 | 2026-06-06T00:47:28.620Z | Compiling thiserror v2.0.18 |
| 467 | 2026-06-06T00:47:28.786Z | Compiling log v0.4.29 |
| 468 | 2026-06-06T00:47:28.836Z | Compiling utf8parse v0.2.2 |
| 469 | 2026-06-06T00:47:28.906Z | Compiling utf8_iter v1.0.4 |
| 470 | 2026-06-06T00:47:28.930Z | Compiling getrandom v0.4.1 |
| 471 | 2026-06-06T00:47:28.951Z | Compiling anstyle-parse v0.2.7 |
| 472 | 2026-06-06T00:47:29.031Z | Compiling ordered-float v2.10.1 |
| 473 | 2026-06-06T00:47:29.055Z | Compiling form_urlencoded v1.2.2 |
| 474 | 2026-06-06T00:47:29.234Z | Compiling synstructure v0.13.2 |
| 475 | 2026-06-06T00:47:29.250Z | Compiling pest_generator v2.8.6 |
| 476 | 2026-06-06T00:47:29.316Z | Compiling terminal_size v0.4.3 |
| 477 | 2026-06-06T00:47:29.500Z | Compiling pretty-hex v0.4.1 |
| 478 | 2026-06-06T00:47:29.628Z | Compiling anstyle v1.0.13 |
| 479 | 2026-06-06T00:47:29.645Z | Compiling anstyle-query v1.1.5 |
| 480 | 2026-06-06T00:47:29.660Z | Compiling colorchoice v1.0.4 |
| 481 | 2026-06-06T00:47:29.676Z | Compiling is_terminal_polyfill v1.70.2 |
| 482 | 2026-06-06T00:47:29.756Z | Compiling cfg-if v1.0.4 |
| 483 | 2026-06-06T00:47:29.792Z | Compiling anstream v0.6.21 |
| 484 | 2026-06-06T00:47:29.850Z | Compiling serde-untagged v0.1.9 |
| 485 | 2026-06-06T00:47:29.881Z | Compiling semver v1.0.28 |
| 486 | 2026-06-06T00:47:30.004Z | Compiling fs-err v3.3.0 |
| 487 | 2026-06-06T00:47:30.090Z | Compiling once_cell v1.21.3 |
| 488 | 2026-06-06T00:47:30.093Z | Compiling clap_lex v1.0.0 |
| 489 | 2026-06-06T00:47:30.193Z | Compiling heck v0.4.1 |
| 490 | 2026-06-06T00:47:30.210Z | Compiling bytecount v0.6.9 |
| 491 | 2026-06-06T00:47:30.241Z | Compiling unicode-width v0.1.14 |
| 492 | 2026-06-06T00:47:30.310Z | Compiling fnv v1.0.7 |
| 493 | 2026-06-06T00:47:30.341Z | Compiling anyhow v1.0.102 |
| 494 | 2026-06-06T00:47:30.356Z | Compiling unicode-xid v0.2.6 |
| 495 | 2026-06-06T00:47:30.415Z | Compiling fastrand v2.3.0 |
| 496 | 2026-06-06T00:47:30.482Z | Compiling strsim v0.11.1 |
| 497 | 2026-06-06T00:47:30.519Z | Compiling heck v0.5.0 |
| 498 | 2026-06-06T00:47:30.691Z | Compiling clap_builder v4.5.60 |
| 499 | 2026-06-06T00:47:30.726Z | Compiling tempfile v3.25.0 |
| 500 | 2026-06-06T00:47:30.764Z | Compiling papergrid v0.11.0 |
| 501 | 2026-06-06T00:47:30.866Z | Compiling memmap v0.7.0 |
| 502 | 2026-06-06T00:47:30.915Z | Compiling serde_derive v1.0.228 |
| 503 | 2026-06-06T00:47:30.936Z | Compiling zerofrom-derive v0.1.6 |
| 504 | 2026-06-06T00:47:31.044Z | Compiling yoke-derive v0.8.1 |
| 505 | 2026-06-06T00:47:31.098Z | Compiling zerovec-derive v0.11.2 |
| 506 | 2026-06-06T00:47:31.323Z | Compiling displaydoc v0.2.5 |
| 507 | 2026-06-06T00:47:32.119Z | Compiling thiserror-impl v1.0.69 |
| 508 | 2026-06-06T00:47:32.219Z | Compiling zerocopy-derive v0.7.35 |
| 509 | 2026-06-06T00:47:32.235Z | Compiling pest_derive v2.8.6 |
| 510 | 2026-06-06T00:47:32.250Z | Compiling scroll_derive v0.12.1 |
| 511 | 2026-06-06T00:47:32.351Z | Compiling zerofrom v0.1.6 |
| 512 | 2026-06-06T00:47:32.485Z | Compiling yoke v0.8.1 |
| 513 | 2026-06-06T00:47:32.660Z | Compiling zerovec v0.11.5 |
| 514 | 2026-06-06T00:47:32.686Z | Compiling zerotrie v0.2.3 |
| 515 | 2026-06-06T00:47:32.924Z | Compiling scroll v0.12.0 |
| 516 | 2026-06-06T00:47:32.997Z | Compiling thiserror-impl v2.0.18 |
| 517 | 2026-06-06T00:47:33.081Z | Compiling zerocopy v0.7.35 |
| 518 | 2026-06-06T00:47:33.179Z | Compiling tinystr v0.8.2 |
| 519 | 2026-06-06T00:47:33.204Z | Compiling potential_utf v0.1.4 |
| 520 | 2026-06-06T00:47:33.379Z | Compiling icu_locale_core v2.1.1 |
| 521 | 2026-06-06T00:47:33.394Z | Compiling icu_collections v2.1.1 |
| 522 | 2026-06-06T00:47:33.520Z | Compiling dtrace-parser v0.2.0 |
| 523 | 2026-06-06T00:47:33.634Z | Compiling goblin v0.8.2 |
| 524 | 2026-06-06T00:47:33.774Z | Compiling tabled_derive v0.7.0 |
| 525 | 2026-06-06T00:47:33.860Z | Compiling clap_derive v4.5.55 |
| 526 | 2026-06-06T00:47:33.877Z | Compiling smawk v0.3.2 |
| 527 | 2026-06-06T00:47:34.020Z | Compiling icu_provider v2.1.1 |
| 528 | 2026-06-06T00:47:34.285Z | Compiling icu_properties v2.1.2 |
| 529 | 2026-06-06T00:47:34.331Z | Compiling icu_normalizer v2.1.1 |
| 530 | 2026-06-06T00:47:34.444Z | Compiling serde_spanned v0.6.9 |
| 531 | 2026-06-06T00:47:34.480Z | Compiling toml_datetime v0.6.11 |
| 532 | 2026-06-06T00:47:34.598Z | Compiling serde-value v0.7.0 |
| 533 | 2026-06-06T00:47:34.682Z | Compiling toml_edit v0.22.27 |
| 534 | 2026-06-06T00:47:34.751Z | Compiling dof v0.3.0 |
| 535 | 2026-06-06T00:47:34.800Z | Compiling serde_tokenstream v0.2.3 |
| 536 | 2026-06-06T00:47:34.879Z | Compiling cargo-platform v0.2.0 |
| 537 | 2026-06-06T00:47:34.981Z | Compiling unicode-width v0.2.0 |
| 538 | 2026-06-06T00:47:35.132Z | Compiling idna_adapter v1.2.1 |
| 539 | 2026-06-06T00:47:35.166Z | Compiling unicode-linebreak v0.1.5 |
| 540 | 2026-06-06T00:47:35.260Z | Compiling idna v1.1.0 |
| 541 | 2026-06-06T00:47:35.277Z | Compiling tabled v0.15.0 |
| 542 | 2026-06-06T00:47:35.376Z | Compiling textwrap v0.16.2 |
| 543 | 2026-06-06T00:47:35.430Z | Compiling macaddr v1.0.1 |
| 544 | 2026-06-06T00:47:35.681Z | Compiling url v2.5.8 |
| 545 | 2026-06-06T00:47:35.733Z | Compiling clap v4.5.60 |
| 546 | 2026-06-06T00:47:35.764Z | Compiling usdt-attr-macro v0.5.0 |
| 547 | 2026-06-06T00:47:36.009Z | Compiling usdt-macro v0.5.0 |
| 548 | 2026-06-06T00:47:36.034Z | Compiling camino-tempfile v1.4.1 |
| 549 | 2026-06-06T00:47:36.290Z | Compiling toml v0.8.23 |
| 550 | 2026-06-06T00:47:36.552Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 551 | 2026-06-06T00:47:36.565Z | Compiling swrite v0.1.0 |
| 552 | 2026-06-06T00:47:36.675Z | Compiling cargo-util-schemas v0.8.2 |
| 553 | 2026-06-06T00:47:36.862Z | Compiling usdt v0.5.0 |
| 554 | 2026-06-06T00:47:36.882Z | Compiling cargo_toml v0.21.0 |
| 555 | 2026-06-06T00:47:37.584Z | Compiling cargo_metadata v0.21.0 |
| 556 | 2026-06-06T00:47:38.564Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 557 | 2026-06-06T00:47:40.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.90s |
| 558 | 2026-06-06T00:47:40.851Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 559 | 2026-06-06T00:47:41.417Z | Downloading crates ... |
| 560 | 2026-06-06T00:47:41.510Z | Downloaded bitfield-macros v0.19.4 |
| 561 | 2026-06-06T00:47:41.517Z | Downloaded ascii-canvas v3.0.0 |
| 562 | 2026-06-06T00:47:41.520Z | Downloaded async-bb8-diesel v0.2.1 |
| 563 | 2026-06-06T00:47:41.523Z | Downloaded bit-set v0.5.3 |
| 564 | 2026-06-06T00:47:41.528Z | Downloaded aead v0.5.2 |
| 565 | 2026-06-06T00:47:41.528Z | Downloaded block-padding v0.3.3 |
| 566 | 2026-06-06T00:47:41.533Z | Downloaded ciborium-ll v0.2.2 |
| 567 | 2026-06-06T00:47:41.536Z | Downloaded cfg_aliases v0.2.1 |
| 568 | 2026-06-06T00:47:41.536Z | Downloaded cpufeatures v0.3.0 |
| 569 | 2026-06-06T00:47:41.536Z | Downloaded arrayref v0.3.9 |
| 570 | 2026-06-06T00:47:41.540Z | Downloaded crc32fast v1.5.0 |
| 571 | 2026-06-06T00:47:41.540Z | Downloaded cmake v0.1.57 |
| 572 | 2026-06-06T00:47:41.543Z | Downloaded assert_matches v1.5.0 |
| 573 | 2026-06-06T00:47:41.543Z | Downloaded crc-catalog v2.4.0 |
| 574 | 2026-06-06T00:47:41.543Z | Downloaded constant_time_eq v0.4.2 |
| 575 | 2026-06-06T00:47:41.547Z | Downloaded diesel-dtrace v0.5.0 |
| 576 | 2026-06-06T00:47:41.547Z | Downloaded darling v0.21.3 |
| 577 | 2026-06-06T00:47:41.550Z | Downloaded float-ord v0.3.2 |
| 578 | 2026-06-06T00:47:41.550Z | Downloaded fixedbitset v0.4.2 |
| 579 | 2026-06-06T00:47:41.555Z | Downloaded dyn-clone v1.0.20 |
| 580 | 2026-06-06T00:47:41.555Z | Downloaded der_derive v0.7.3 |
| 581 | 2026-06-06T00:47:41.555Z | Downloaded const-oid v0.9.6 |
| 582 | 2026-06-06T00:47:41.558Z | Downloaded defmt v0.3.100 |
| 583 | 2026-06-06T00:47:41.558Z | Downloaded colored v3.1.1 |
| 584 | 2026-06-06T00:47:41.558Z | Downloaded array-init v0.0.4 |
| 585 | 2026-06-06T00:47:41.558Z | Downloaded arc-swap v1.8.2 |
| 586 | 2026-06-06T00:47:41.561Z | Downloaded cassowary v0.3.0 |
| 587 | 2026-06-06T00:47:41.561Z | Downloaded cancel-safe-futures v0.1.5 |
| 588 | 2026-06-06T00:47:41.564Z | Downloaded byte-wrapper v0.1.0 |
| 589 | 2026-06-06T00:47:41.564Z | Downloaded foreign-types v0.5.0 |
| 590 | 2026-06-06T00:47:41.567Z | Downloaded bit-vec v0.8.0 |
| 591 | 2026-06-06T00:47:41.567Z | Downloaded base16ct v0.2.0 |
| 592 | 2026-06-06T00:47:41.567Z | Downloaded atomic-waker v1.1.2 |
| 593 | 2026-06-06T00:47:41.576Z | Downloaded aes-gcm v0.10.3 |
| 594 | 2026-06-06T00:47:41.576Z | Downloaded async-stream v0.3.6 |
| 595 | 2026-06-06T00:47:41.576Z | Downloaded async-stream-impl v0.3.6 |
| 596 | 2026-06-06T00:47:41.576Z | Downloaded darling_macro v0.23.0 |
| 597 | 2026-06-06T00:47:41.583Z | Downloaded daft v0.1.7 |
| 598 | 2026-06-06T00:47:41.583Z | Downloaded bit-set v0.8.0 |
| 599 | 2026-06-06T00:47:41.583Z | Downloaded dof v0.4.0 |
| 600 | 2026-06-06T00:47:41.583Z | Downloaded adler2 v2.0.1 |
| 601 | 2026-06-06T00:47:41.583Z | Downloaded embedded-io v0.6.1 |
| 602 | 2026-06-06T00:47:41.583Z | Downloaded derive_builder_macro v0.20.2 |
| 603 | 2026-06-06T00:47:41.583Z | Downloaded cfg_aliases v0.1.1 |
| 604 | 2026-06-06T00:47:41.587Z | Downloaded endian-type v0.1.2 |
| 605 | 2026-06-06T00:47:41.587Z | Downloaded display-error-chain v0.2.2 |
| 606 | 2026-06-06T00:47:41.587Z | Downloaded derive_more v0.99.20 |
| 607 | 2026-06-06T00:47:41.591Z | Downloaded async-recursion v1.1.1 |
| 608 | 2026-06-06T00:47:41.591Z | Downloaded derive_builder v0.20.2 |
| 609 | 2026-06-06T00:47:41.594Z | Downloaded castaway v0.2.4 |
| 610 | 2026-06-06T00:47:41.594Z | Downloaded ciborium-io v0.2.2 |
| 611 | 2026-06-06T00:47:41.594Z | Downloaded dirs-next v2.0.0 |
| 612 | 2026-06-06T00:47:41.597Z | Downloaded convert_case v0.4.0 |
| 613 | 2026-06-06T00:47:41.600Z | Downloaded either v1.15.0 |
| 614 | 2026-06-06T00:47:41.603Z | Downloaded foreign-types v0.3.2 |
| 615 | 2026-06-06T00:47:41.606Z | Downloaded funty v2.0.0 |
| 616 | 2026-06-06T00:47:41.606Z | Downloaded fatfs v0.3.6 |
| 617 | 2026-06-06T00:47:41.606Z | Downloaded erased-serde v0.3.31 |
| 618 | 2026-06-06T00:47:41.610Z | Downloaded embedded-io v0.4.0 |
| 619 | 2026-06-06T00:47:41.610Z | Downloaded dunce v1.0.5 |
| 620 | 2026-06-06T00:47:41.610Z | Downloaded atomicwrites v0.4.4 |
| 621 | 2026-06-06T00:47:41.614Z | Downloaded darling_macro v0.21.3 |
| 622 | 2026-06-06T00:47:41.614Z | Downloaded crc8 v0.1.1 |
| 623 | 2026-06-06T00:47:41.617Z | Downloaded cargo-platform v0.3.2 |
| 624 | 2026-06-06T00:47:41.620Z | Downloaded atty v0.2.14 |
| 625 | 2026-06-06T00:47:41.623Z | Downloaded cobs v0.3.0 |
| 626 | 2026-06-06T00:47:41.623Z | Downloaded crc v3.4.0 |
| 627 | 2026-06-06T00:47:41.626Z | Downloaded foldhash v0.1.5 |
| 628 | 2026-06-06T00:47:41.626Z | Downloaded fallible-iterator v0.2.0 |
| 629 | 2026-06-06T00:47:41.630Z | Downloaded crunchy v0.2.4 |
| 630 | 2026-06-06T00:47:41.633Z | Downloaded dirs-sys-next v0.1.2 |
| 631 | 2026-06-06T00:47:41.634Z | Downloaded bitfield v0.19.4 |
| 632 | 2026-06-06T00:47:41.636Z | Downloaded downcast-rs v2.0.2 |
| 633 | 2026-06-06T00:47:41.636Z | Downloaded base64ct v1.8.3 |
| 634 | 2026-06-06T00:47:41.639Z | Downloaded backoff v0.4.0 |
| 635 | 2026-06-06T00:47:41.639Z | Downloaded difflib v0.4.0 |
| 636 | 2026-06-06T00:47:41.639Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 637 | 2026-06-06T00:47:41.643Z | Downloaded foreign-types-shared v0.1.1 |
| 638 | 2026-06-06T00:47:41.643Z | Downloaded debug-ignore v1.0.5 |
| 639 | 2026-06-06T00:47:41.643Z | Downloaded fd-lock v4.0.4 |
| 640 | 2026-06-06T00:47:41.646Z | Downloaded defmt-parser v1.0.0 |
| 641 | 2026-06-06T00:47:41.646Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 642 | 2026-06-06T00:47:41.649Z | Downloaded bb8 v0.8.6 |
| 643 | 2026-06-06T00:47:41.649Z | Downloaded foreign-types-macros v0.2.3 |
| 644 | 2026-06-06T00:47:41.649Z | Downloaded bitfield-struct v0.6.2 |
| 645 | 2026-06-06T00:47:41.652Z | Downloaded float-cmp v0.10.0 |
| 646 | 2026-06-06T00:47:41.652Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 647 | 2026-06-06T00:47:41.652Z | Downloaded darling_macro v0.20.11 |
| 648 | 2026-06-06T00:47:41.657Z | Downloaded futures-io v0.3.32 |
| 649 | 2026-06-06T00:47:41.657Z | Downloaded fxhash v0.2.1 |
| 650 | 2026-06-06T00:47:41.657Z | Downloaded gethostname v0.5.0 |
| 651 | 2026-06-06T00:47:41.659Z | Downloaded futures-core v0.3.32 |
| 652 | 2026-06-06T00:47:41.660Z | Downloaded ghash v0.5.1 |
| 653 | 2026-06-06T00:47:41.660Z | Downloaded foreign-types-shared v0.3.1 |
| 654 | 2026-06-06T00:47:41.660Z | Downloaded ecdsa v0.16.9 |
| 655 | 2026-06-06T00:47:41.664Z | Downloaded futures-macro v0.3.32 |
| 656 | 2026-06-06T00:47:41.664Z | Downloaded hash32 v0.3.1 |
| 657 | 2026-06-06T00:47:41.668Z | Downloaded git-stub v1.0.0 |
| 658 | 2026-06-06T00:47:41.668Z | Downloaded flagset v0.4.7 |
| 659 | 2026-06-06T00:47:41.668Z | Downloaded bit-vec v0.6.3 |
| 660 | 2026-06-06T00:47:41.671Z | Downloaded crucible-workspace-hack v0.1.0 |
| 661 | 2026-06-06T00:47:41.671Z | Downloaded env_filter v1.0.0 |
| 662 | 2026-06-06T00:47:41.674Z | Downloaded dsl_auto_type v0.2.0 |
| 663 | 2026-06-06T00:47:41.675Z | Downloaded bcs v0.1.6 |
| 664 | 2026-06-06T00:47:41.677Z | Downloaded enum-as-inner v0.6.1 |
| 665 | 2026-06-06T00:47:41.678Z | Downloaded globwalk v0.9.1 |
| 666 | 2026-06-06T00:47:41.678Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 667 | 2026-06-06T00:47:41.681Z | Downloaded cstr-argument v0.1.2 |
| 668 | 2026-06-06T00:47:41.681Z | Downloaded futures-sink v0.3.32 |
| 669 | 2026-06-06T00:47:41.681Z | Downloaded foldhash v0.2.0 |
| 670 | 2026-06-06T00:47:41.686Z | Downloaded convert_case v0.10.0 |
| 671 | 2026-06-06T00:47:41.689Z | Downloaded const_format_proc_macros v0.2.34 |
| 672 | 2026-06-06T00:47:41.689Z | Downloaded dtrace-parser v0.3.0 |
| 673 | 2026-06-06T00:47:41.692Z | Downloaded darling_macro v0.13.4 |
| 674 | 2026-06-06T00:47:41.692Z | Downloaded cexpr v0.6.0 |
| 675 | 2026-06-06T00:47:41.695Z | Downloaded argon2 v0.5.3 |
| 676 | 2026-06-06T00:47:41.696Z | Downloaded cipher v0.4.4 |
| 677 | 2026-06-06T00:47:41.700Z | Downloaded hex-literal v0.4.1 |
| 678 | 2026-06-06T00:47:41.701Z | Downloaded compression-codecs v0.4.37 |
| 679 | 2026-06-06T00:47:41.701Z | Downloaded chacha20 v0.9.1 |
| 680 | 2026-06-06T00:47:41.704Z | Downloaded futures-task v0.3.32 |
| 681 | 2026-06-06T00:47:41.705Z | Downloaded hex v0.4.3 |
| 682 | 2026-06-06T00:47:41.708Z | Downloaded document-features v0.2.12 |
| 683 | 2026-06-06T00:47:41.708Z | Downloaded ctr v0.9.2 |
| 684 | 2026-06-06T00:47:41.708Z | Downloaded filetime v0.2.27 |
| 685 | 2026-06-06T00:47:41.708Z | Downloaded env_logger v0.11.9 |
| 686 | 2026-06-06T00:47:41.711Z | Downloaded hostname v0.3.1 |
| 687 | 2026-06-06T00:47:41.711Z | Downloaded crossbeam-deque v0.8.6 |
| 688 | 2026-06-06T00:47:41.714Z | Downloaded hostname v0.4.2 |
| 689 | 2026-06-06T00:47:41.714Z | Downloaded cbc v0.1.2 |
| 690 | 2026-06-06T00:47:41.717Z | Downloaded blowfish v0.9.1 |
| 691 | 2026-06-06T00:47:41.717Z | Downloaded bitflags v1.3.2 |
| 692 | 2026-06-06T00:47:41.721Z | Downloaded http-body v1.0.1 |
| 693 | 2026-06-06T00:47:41.721Z | Downloaded derive_builder_core v0.20.2 |
| 694 | 2026-06-06T00:47:41.724Z | Downloaded cargo_metadata v0.23.1 |
| 695 | 2026-06-06T00:47:41.724Z | Downloaded ena v0.14.4 |
| 696 | 2026-06-06T00:47:41.727Z | Downloaded futures-executor v0.3.32 |
| 697 | 2026-06-06T00:47:41.727Z | Downloaded hash32 v0.2.1 |
| 698 | 2026-06-06T00:47:41.727Z | Downloaded headers-core v0.3.0 |
| 699 | 2026-06-06T00:47:41.730Z | Downloaded group v0.13.0 |
| 700 | 2026-06-06T00:47:41.730Z | Downloaded fs-err v2.11.0 |
| 701 | 2026-06-06T00:47:41.730Z | Downloaded http-range v0.1.5 |
| 702 | 2026-06-06T00:47:41.733Z | Downloaded illumos-nvpair v0.3.0 |
| 703 | 2026-06-06T00:47:41.733Z | Downloaded hubpack_derive v0.1.1 |
| 704 | 2026-06-06T00:47:41.733Z | Downloaded hubpack v0.1.2 |
| 705 | 2026-06-06T00:47:41.736Z | Downloaded ident_case v1.0.1 |
| 706 | 2026-06-06T00:47:41.736Z | Downloaded httpdate v1.0.3 |
| 707 | 2026-06-06T00:47:41.736Z | Downloaded buf-list v1.1.2 |
| 708 | 2026-06-06T00:47:41.740Z | Downloaded async-trait v0.1.89 |
| 709 | 2026-06-06T00:47:41.740Z | Downloaded hyper-tls v0.6.0 |
| 710 | 2026-06-06T00:47:41.744Z | Downloaded critical-section v1.2.0 |
| 711 | 2026-06-06T00:47:41.744Z | Downloaded chacha20 v0.10.0 |
| 712 | 2026-06-06T00:47:41.744Z | Downloaded ahash v0.8.12 |
| 713 | 2026-06-06T00:47:41.747Z | Downloaded blake2 v0.10.6 |
| 714 | 2026-06-06T00:47:41.750Z | Downloaded derive-ex v0.1.8 |
| 715 | 2026-06-06T00:47:41.750Z | Downloaded fixedbitset v0.5.7 |
| 716 | 2026-06-06T00:47:41.751Z | Downloaded defmt v1.0.1 |
| 717 | 2026-06-06T00:47:41.753Z | Downloaded data-encoding v2.10.0 |
| 718 | 2026-06-06T00:47:41.753Z | Downloaded glob v0.3.3 |
| 719 | 2026-06-06T00:47:41.756Z | Downloaded camino-tempfile-ext v0.3.3 |
| 720 | 2026-06-06T00:47:41.756Z | Downloaded bzip2 v0.6.1 |
| 721 | 2026-06-06T00:47:41.759Z | Downloaded bzip2 v0.4.4 |
| 722 | 2026-06-06T00:47:41.759Z | Downloaded console v0.15.11 |
| 723 | 2026-06-06T00:47:41.762Z | Downloaded deranged v0.5.8 |
| 724 | 2026-06-06T00:47:41.765Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 725 | 2026-06-06T00:47:41.765Z | Downloaded darling v0.13.4 |
| 726 | 2026-06-06T00:47:41.765Z | Downloaded csv-core v0.1.13 |
| 727 | 2026-06-06T00:47:41.768Z | Downloaded colored v2.2.0 |
| 728 | 2026-06-06T00:47:41.768Z | Downloaded home v0.5.12 |
| 729 | 2026-06-06T00:47:41.771Z | Downloaded find-msvc-tools v0.1.9 |
| 730 | 2026-06-06T00:47:41.771Z | Downloaded daft-derive v0.1.7 |
| 731 | 2026-06-06T00:47:41.774Z | Downloaded ff v0.13.1 |
| 732 | 2026-06-06T00:47:41.774Z | Downloaded arrayvec v0.7.6 |
| 733 | 2026-06-06T00:47:41.777Z | Downloaded highway v1.3.0 |
| 734 | 2026-06-06T00:47:41.777Z | Downloaded is-terminal v0.4.17 |
| 735 | 2026-06-06T00:47:41.777Z | Downloaded drift v0.2.0 |
| 736 | 2026-06-06T00:47:41.783Z | Downloaded kstat-rs v0.2.4 |
| 737 | 2026-06-06T00:47:41.787Z | Downloaded internet-checksum v0.2.1 |
| 738 | 2026-06-06T00:47:41.787Z | Downloaded instability v0.3.11 |
| 739 | 2026-06-06T00:47:41.787Z | Downloaded instant v0.1.13 |
| 740 | 2026-06-06T00:47:41.790Z | Downloaded diesel_derives v2.3.7 |
| 741 | 2026-06-06T00:47:41.790Z | Downloaded fs_extra v1.3.0 |
| 742 | 2026-06-06T00:47:41.796Z | Downloaded indoc v1.0.9 |
| 743 | 2026-06-06T00:47:41.796Z | Downloaded getrandom v0.2.17 |
| 744 | 2026-06-06T00:47:41.799Z | Downloaded indent_write v2.2.0 |
| 745 | 2026-06-06T00:47:41.799Z | Downloaded half v1.8.3 |
| 746 | 2026-06-06T00:47:41.799Z | Downloaded lru v0.12.5 |
| 747 | 2026-06-06T00:47:41.799Z | Downloaded lazy_static v1.5.0 |
| 748 | 2026-06-06T00:47:41.802Z | Downloaded keccak v0.1.6 |
| 749 | 2026-06-06T00:47:41.802Z | Downloaded inout v0.1.4 |
| 750 | 2026-06-06T00:47:41.802Z | Downloaded des v0.8.1 |
| 751 | 2026-06-06T00:47:41.805Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 752 | 2026-06-06T00:47:41.805Z | Downloaded hyper-staticfile v0.10.1 |
| 753 | 2026-06-06T00:47:41.808Z | Downloaded crc-any v2.5.0 |
| 754 | 2026-06-06T00:47:41.808Z | Downloaded http-body-util v0.1.3 |
| 755 | 2026-06-06T00:47:41.811Z | Downloaded corncobs v0.1.4 |
| 756 | 2026-06-06T00:47:41.811Z | Downloaded ciborium v0.2.2 |
| 757 | 2026-06-06T00:47:41.811Z | Downloaded crossbeam-epoch v0.9.18 |
| 758 | 2026-06-06T00:47:41.814Z | Downloaded diff v0.1.13 |
| 759 | 2026-06-06T00:47:41.814Z | Downloaded ed25519 v2.2.3 |
| 760 | 2026-06-06T00:47:41.817Z | Downloaded cookie_store v0.22.1 |
| 761 | 2026-06-06T00:47:41.817Z | Downloaded futures-channel v0.3.32 |
| 762 | 2026-06-06T00:47:41.820Z | Downloaded backon v1.6.0 |
| 763 | 2026-06-06T00:47:41.823Z | Downloaded defmt-macros v1.0.1 |
| 764 | 2026-06-06T00:47:41.823Z | Downloaded clang-sys v1.8.1 |
| 765 | 2026-06-06T00:47:41.826Z | Downloaded maybe-uninit v2.0.0 |
| 766 | 2026-06-06T00:47:41.826Z | Downloaded lzss v0.8.2 |
| 767 | 2026-06-06T00:47:41.830Z | Downloaded indoc v2.0.7 |
| 768 | 2026-06-06T00:47:41.830Z | Downloaded md-5 v0.10.6 |
| 769 | 2026-06-06T00:47:41.830Z | Downloaded console v0.16.2 |
| 770 | 2026-06-06T00:47:41.833Z | Downloaded git-stub-vcs v0.1.0 |
| 771 | 2026-06-06T00:47:41.833Z | Downloaded memoffset v0.9.1 |
| 772 | 2026-06-06T00:47:41.833Z | Downloaded md5 v0.7.0 |
| 773 | 2026-06-06T00:47:41.836Z | Downloaded compression-core v0.4.31 |
| 774 | 2026-06-06T00:47:41.836Z | Downloaded managed v0.8.0 |
| 775 | 2026-06-06T00:47:41.836Z | Downloaded lru-slab v0.1.2 |
| 776 | 2026-06-06T00:47:41.839Z | Downloaded ingot v0.1.1 |
| 777 | 2026-06-06T00:47:41.839Z | Downloaded lalrpop-util v0.19.12 |
| 778 | 2026-06-06T00:47:41.839Z | Downloaded maplit v1.0.2 |
| 779 | 2026-06-06T00:47:41.839Z | Downloaded libscf-sys v1.1.0 |
| 780 | 2026-06-06T00:47:41.844Z | Downloaded mime v0.3.17 |
| 781 | 2026-06-06T00:47:41.847Z | Downloaded ipnet v2.11.0 |
| 782 | 2026-06-06T00:47:41.847Z | Downloaded crossbeam-utils v0.8.21 |
| 783 | 2026-06-06T00:47:41.850Z | Downloaded ingot-types v0.1.2 |
| 784 | 2026-06-06T00:47:41.853Z | Downloaded match_cfg v0.1.0 |
| 785 | 2026-06-06T00:47:41.856Z | Downloaded nibble_vec v0.1.0 |
| 786 | 2026-06-06T00:47:41.856Z | Downloaded new_debug_unreachable v1.0.6 |
| 787 | 2026-06-06T00:47:41.859Z | Downloaded newtype-uuid-macros v0.1.0 |
| 788 | 2026-06-06T00:47:41.859Z | Downloaded normalize-line-endings v0.3.0 |
| 789 | 2026-06-06T00:47:41.860Z | Downloaded nonempty v0.12.0 |
| 790 | 2026-06-06T00:47:41.860Z | Downloaded newline-converter v0.3.0 |
| 791 | 2026-06-06T00:47:41.864Z | Downloaded is_ci v1.2.0 |
| 792 | 2026-06-06T00:47:41.864Z | Downloaded hmac v0.12.1 |
| 793 | 2026-06-06T00:47:41.864Z | Downloaded lru-cache v0.1.2 |
| 794 | 2026-06-06T00:47:41.864Z | Downloaded libsw v3.5.0 |
| 795 | 2026-06-06T00:47:41.868Z | Downloaded num v0.4.3 |
| 796 | 2026-06-06T00:47:41.868Z | Downloaded jobserver v0.1.34 |
| 797 | 2026-06-06T00:47:41.868Z | Downloaded dropshot_endpoint v0.17.0 |
| 798 | 2026-06-06T00:47:41.883Z | Downloaded cookie v0.18.1 |
| 799 | 2026-06-06T00:47:41.883Z | Downloaded hyper-rustls v0.27.7 |
| 800 | 2026-06-06T00:47:41.883Z | Downloaded darling_core v0.13.4 |
| 801 | 2026-06-06T00:47:41.965Z | Downloaded libsw-core v0.3.2 |
| 802 | 2026-06-06T00:47:41.965Z | Downloaded globset v0.4.18 |
| 803 | 2026-06-06T00:47:41.966Z | Downloaded libloading v0.8.9 |
| 804 | 2026-06-06T00:47:41.966Z | Downloaded num-derive v0.4.2 |
| 805 | 2026-06-06T00:47:41.966Z | Downloaded num-iter v0.1.45 |
| 806 | 2026-06-06T00:47:41.966Z | Downloaded darling v0.20.11 |
| 807 | 2026-06-06T00:47:41.966Z | Downloaded openssl-macros v0.1.1 |
| 808 | 2026-06-06T00:47:41.966Z | Downloaded num_threads v0.1.7 |
| 809 | 2026-06-06T00:47:41.966Z | Downloaded num_enum_derive v0.5.11 |
| 810 | 2026-06-06T00:47:41.966Z | Downloaded libefi-sys v0.1.0 |
| 811 | 2026-06-06T00:47:41.981Z | Downloaded iana-time-zone v0.1.65 |
| 812 | 2026-06-06T00:47:41.981Z | Downloaded allocator-api2 v0.2.21 |
| 813 | 2026-06-06T00:47:41.981Z | Downloaded flume v0.11.1 |
| 814 | 2026-06-06T00:47:41.981Z | Downloaded lock_api v0.4.14 |
| 815 | 2026-06-06T00:47:41.981Z | Downloaded base64 v0.22.1 |
| 816 | 2026-06-06T00:47:41.981Z | Downloaded bytes v1.11.1 |
| 817 | 2026-06-06T00:47:41.981Z | Downloaded linked-hash-map v0.5.6 |
| 818 | 2026-06-06T00:47:41.981Z | Downloaded compact_str v0.8.1 |
| 819 | 2026-06-06T00:47:41.981Z | Downloaded openssl-probe v0.1.6 |
| 820 | 2026-06-06T00:47:41.981Z | Downloaded opaque-debug v0.3.1 |
| 821 | 2026-06-06T00:47:41.981Z | Downloaded parse-size v1.1.0 |
| 822 | 2026-06-06T00:47:41.981Z | Downloaded multimap v0.10.1 |
| 823 | 2026-06-06T00:47:41.981Z | Downloaded mime_guess v2.0.5 |
| 824 | 2026-06-06T00:47:41.981Z | Downloaded ar_archive_writer v0.5.1 |
| 825 | 2026-06-06T00:47:41.981Z | Downloaded nodrop v0.1.14 |
| 826 | 2026-06-06T00:47:41.981Z | Downloaded humantime v2.3.0 |
| 827 | 2026-06-06T00:47:41.982Z | Downloaded packed_struct_codegen v0.10.1 |
| 828 | 2026-06-06T00:47:41.982Z | Downloaded elliptic-curve v0.13.8 |
| 829 | 2026-06-06T00:47:41.982Z | Downloaded httparse v1.10.1 |
| 830 | 2026-06-06T00:47:41.982Z | Downloaded getrandom v0.3.4 |
| 831 | 2026-06-06T00:47:41.982Z | Downloaded parse-display v0.10.0 |
| 832 | 2026-06-06T00:47:41.982Z | Downloaded oso-derive v0.27.3 |
| 833 | 2026-06-06T00:47:41.982Z | Downloaded olpc-cjson v0.1.4 |
| 834 | 2026-06-06T00:47:41.982Z | Downloaded num-conv v0.2.0 |
| 835 | 2026-06-06T00:47:41.982Z | Downloaded multer v3.1.0 |
| 836 | 2026-06-06T00:47:41.982Z | Downloaded ipnetwork v0.21.1 |
| 837 | 2026-06-06T00:47:41.982Z | Downloaded ingot-macros v0.1.1 |
| 838 | 2026-06-06T00:47:41.982Z | Downloaded newtype-uuid v1.3.2 |
| 839 | 2026-06-06T00:47:41.982Z | Downloaded phf_shared v0.11.3 |
| 840 | 2026-06-06T00:47:41.982Z | Downloaded chacha20poly1305 v0.10.1 |
| 841 | 2026-06-06T00:47:41.982Z | Downloaded peg-runtime v0.8.5 |
| 842 | 2026-06-06T00:47:41.982Z | Downloaded pbkdf2 v0.11.0 |
| 843 | 2026-06-06T00:47:41.982Z | Downloaded newtype_derive v0.1.6 |
| 844 | 2026-06-06T00:47:41.982Z | Downloaded native-tls v0.2.18 |
| 845 | 2026-06-06T00:47:41.982Z | Downloaded derive-where v1.6.0 |
| 846 | 2026-06-06T00:47:41.982Z | Downloaded num-complex v0.4.6 |
| 847 | 2026-06-06T00:47:41.982Z | Downloaded ignore v0.4.25 |
| 848 | 2026-06-06T00:47:41.982Z | Downloaded futures v0.3.32 |
| 849 | 2026-06-06T00:47:41.982Z | Downloaded num-integer v0.1.46 |
| 850 | 2026-06-06T00:47:41.982Z | Downloaded num_enum v0.7.5 |
| 851 | 2026-06-06T00:47:41.982Z | Downloaded nu-ansi-term v0.50.3 |
| 852 | 2026-06-06T00:47:41.982Z | Downloaded num_enum v0.5.11 |
| 853 | 2026-06-06T00:47:41.982Z | Downloaded predicates-tree v1.0.13 |
| 854 | 2026-06-06T00:47:41.983Z | Downloaded const_format v0.2.35 |
| 855 | 2026-06-06T00:47:41.983Z | Downloaded cc v1.2.56 |
| 856 | 2026-06-06T00:47:41.983Z | Downloaded base64 v0.21.7 |
| 857 | 2026-06-06T00:47:41.988Z | Downloaded heapless v0.7.17 |
| 858 | 2026-06-06T00:47:41.988Z | Downloaded crossterm v0.29.0 |
| 859 | 2026-06-06T00:47:41.988Z | Downloaded pin-utils v0.1.0 |
| 860 | 2026-06-06T00:47:41.988Z | Downloaded phf_shared v0.12.1 |
| 861 | 2026-06-06T00:47:41.988Z | Downloaded parse-display-derive v0.10.0 |
| 862 | 2026-06-06T00:47:41.988Z | Downloaded num_enum_derive v0.7.5 |
| 863 | 2026-06-06T00:47:41.988Z | Downloaded headers v0.4.1 |
| 864 | 2026-06-06T00:47:41.991Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 865 | 2026-06-06T00:47:41.992Z | Downloaded indexmap v1.9.3 |
| 866 | 2026-06-06T00:47:41.992Z | Downloaded proc-macro-crate v3.4.0 |
| 867 | 2026-06-06T00:47:41.992Z | Downloaded proc-macro-crate v1.3.1 |
| 868 | 2026-06-06T00:47:41.992Z | Downloaded parking_lot_core v0.8.6 |
| 869 | 2026-06-06T00:47:41.995Z | Downloaded oxide-tokio-rt v0.1.4 |
| 870 | 2026-06-06T00:47:41.995Z | Downloaded packed_struct v0.10.1 |
| 871 | 2026-06-06T00:47:41.998Z | Downloaded powerfmt v0.2.0 |
| 872 | 2026-06-06T00:47:41.998Z | Downloaded phf_shared v0.13.1 |
| 873 | 2026-06-06T00:47:41.998Z | Downloaded half v2.7.1 |
| 874 | 2026-06-06T00:47:42.003Z | Downloaded crypto-bigint v0.5.5 |
| 875 | 2026-06-06T00:47:42.006Z | Downloaded memmap2 v0.9.10 |
| 876 | 2026-06-06T00:47:42.006Z | Downloaded ed25519-dalek v2.2.0 |
| 877 | 2026-06-06T00:47:42.009Z | Downloaded progenitor-client v0.10.0 |
| 878 | 2026-06-06T00:47:42.009Z | Downloaded psl-types v2.0.11 |
| 879 | 2026-06-06T00:47:42.009Z | Downloaded progenitor-macro v0.11.2 |
| 880 | 2026-06-06T00:47:42.009Z | Downloaded progenitor-macro v0.14.0 |
| 881 | 2026-06-06T00:47:42.012Z | Downloaded path-slash v0.1.5 |
| 882 | 2026-06-06T00:47:42.013Z | Downloaded password-hash v0.4.2 |
| 883 | 2026-06-06T00:47:42.013Z | Downloaded progenitor-client v0.14.0 |
| 884 | 2026-06-06T00:47:42.016Z | Downloaded progenitor-client v0.11.2 |
| 885 | 2026-06-06T00:47:42.016Z | Downloaded predicates-core v1.0.10 |
| 886 | 2026-06-06T00:47:42.016Z | Downloaded precomputed-hash v0.1.1 |
| 887 | 2026-06-06T00:47:42.016Z | Downloaded phf v0.12.1 |
| 888 | 2026-06-06T00:47:42.016Z | Downloaded peg-macros v0.8.5 |
| 889 | 2026-06-06T00:47:42.019Z | Downloaded darling_core v0.21.3 |
| 890 | 2026-06-06T00:47:42.022Z | Downloaded derive_more v2.1.1 |
| 891 | 2026-06-06T00:47:42.026Z | Downloaded phf v0.13.1 |
| 892 | 2026-06-06T00:47:42.029Z | Downloaded linear-map v1.2.0 |
| 893 | 2026-06-06T00:47:42.029Z | Downloaded quick-error v1.2.3 |
| 894 | 2026-06-06T00:47:42.032Z | Downloaded owo-colors v4.3.0 |
| 895 | 2026-06-06T00:47:42.032Z | Downloaded bumpalo v3.20.2 |
| 896 | 2026-06-06T00:47:42.035Z | Downloaded rand_chacha v0.3.1 |
| 897 | 2026-06-06T00:47:42.035Z | Downloaded pin-project-lite v0.2.17 |
| 898 | 2026-06-06T00:47:42.038Z | Downloaded async-compression v0.4.41 |
| 899 | 2026-06-06T00:47:42.041Z | Downloaded parking_lot v0.12.5 |
| 900 | 2026-06-06T00:47:42.046Z | Downloaded radium v0.7.0 |
| 901 | 2026-06-06T00:47:42.046Z | Downloaded indicatif v0.18.4 |
| 902 | 2026-06-06T00:47:42.049Z | Downloaded predicates v3.1.4 |
| 903 | 2026-06-06T00:47:42.049Z | Downloaded polyval v0.6.2 |
| 904 | 2026-06-06T00:47:42.052Z | Downloaded pem-rfc7468 v0.7.0 |
| 905 | 2026-06-06T00:47:42.052Z | Downloaded rand_xorshift v0.4.0 |
| 906 | 2026-06-06T00:47:42.055Z | Downloaded pkg-config v0.3.32 |
| 907 | 2026-06-06T00:47:42.055Z | Downloaded parking_lot v0.11.2 |
| 908 | 2026-06-06T00:47:42.058Z | Downloaded oxnet v0.1.4 |
| 909 | 2026-06-06T00:47:42.058Z | Downloaded peg v0.8.5 |
| 910 | 2026-06-06T00:47:42.060Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 911 | 2026-06-06T00:47:42.060Z | Downloaded recursive v0.1.1 |
| 912 | 2026-06-06T00:47:42.061Z | Downloaded pbkdf2 v0.12.2 |
| 913 | 2026-06-06T00:47:42.063Z | Downloaded heapless v0.8.0 |
| 914 | 2026-06-06T00:47:42.066Z | Downloaded parking_lot_core v0.9.12 |
| 915 | 2026-06-06T00:47:42.066Z | Downloaded progenitor v0.13.0 |
| 916 | 2026-06-06T00:47:42.069Z | Downloaded proc-macro-error2 v2.0.1 |
| 917 | 2026-06-06T00:47:42.069Z | Downloaded poly1305 v0.8.0 |
| 918 | 2026-06-06T00:47:42.072Z | Downloaded pin-project-internal v1.1.11 |
| 919 | 2026-06-06T00:47:42.072Z | Downloaded hickory-resolver v0.24.4 |
| 920 | 2026-06-06T00:47:42.075Z | Downloaded primeorder v0.13.6 |
| 921 | 2026-06-06T00:47:42.075Z | Downloaded hashbrown v0.13.2 |
| 922 | 2026-06-06T00:47:42.078Z | Downloaded progenitor v0.11.2 |
| 923 | 2026-06-06T00:47:42.081Z | Downloaded progenitor-macro v0.13.0 |
| 924 | 2026-06-06T00:47:42.081Z | Downloaded ref-cast v1.0.25 |
| 925 | 2026-06-06T00:47:42.084Z | Downloaded progenitor v0.14.0 |
| 926 | 2026-06-06T00:47:42.084Z | Downloaded rfc6979 v0.4.0 |
| 927 | 2026-06-06T00:47:42.084Z | Downloaded paste v1.0.15 |
| 928 | 2026-06-06T00:47:42.087Z | Downloaded ref-cast-impl v1.0.25 |
| 929 | 2026-06-06T00:47:42.087Z | Downloaded omicron-zone-package v0.12.2 |
| 930 | 2026-06-06T00:47:42.092Z | Downloaded nanorand v0.7.0 |
| 931 | 2026-06-06T00:47:42.092Z | Downloaded derive_more-impl v2.1.1 |
| 932 | 2026-06-06T00:47:42.096Z | Downloaded progenitor-extras v0.2.0 |
| 933 | 2026-06-06T00:47:42.096Z | Downloaded openssl-probe v0.2.1 |
| 934 | 2026-06-06T00:47:42.096Z | Downloaded litrs v1.0.0 |
| 935 | 2026-06-06T00:47:42.100Z | Downloaded libbz2-rs-sys v0.2.2 |
| 936 | 2026-06-06T00:47:42.100Z | Downloaded num-rational v0.4.2 |
| 937 | 2026-06-06T00:47:42.103Z | Downloaded psm v0.1.30 |
| 938 | 2026-06-06T00:47:42.103Z | Downloaded russh-cryptovec v0.7.3 |
| 939 | 2026-06-06T00:47:42.103Z | Downloaded num-derive v0.3.3 |
| 940 | 2026-06-06T00:47:42.107Z | Downloaded flate2 v1.1.9 |
| 941 | 2026-06-06T00:47:42.107Z | Downloaded rustc_version v0.4.1 |
| 942 | 2026-06-06T00:47:42.110Z | Downloaded rustc-hash v2.1.1 |
| 943 | 2026-06-06T00:47:42.110Z | Downloaded pkcs5 v0.7.1 |
| 944 | 2026-06-06T00:47:42.113Z | Downloaded papergrid v0.17.0 |
| 945 | 2026-06-06T00:47:42.116Z | Downloaded rustc_version v0.1.7 |
| 946 | 2026-06-06T00:47:42.117Z | Downloaded r2d2 v0.8.10 |
| 947 | 2026-06-06T00:47:42.117Z | Downloaded crossbeam-channel v0.5.15 |
| 948 | 2026-06-06T00:47:42.120Z | Downloaded pem v3.0.6 |
| 949 | 2026-06-06T00:47:42.120Z | Downloaded password-hash v0.5.0 |
| 950 | 2026-06-06T00:47:42.123Z | Downloaded rand_core v0.6.4 |
| 951 | 2026-06-06T00:47:42.123Z | Downloaded pkcs8 v0.10.2 |
| 952 | 2026-06-06T00:47:42.127Z | Downloaded p256 v0.13.2 |
| 953 | 2026-06-06T00:47:42.127Z | Downloaded rand_seeder v0.4.0 |
| 954 | 2026-06-06T00:47:42.129Z | Downloaded oso v0.27.3 |
| 955 | 2026-06-06T00:47:42.130Z | Downloaded salsa20 v0.10.2 |
| 956 | 2026-06-06T00:47:42.133Z | Downloaded postcard v1.1.3 |
| 957 | 2026-06-06T00:47:42.133Z | Downloaded rtoolbox v0.0.3 |
| 958 | 2026-06-06T00:47:42.133Z | Downloaded miniz_oxide v0.8.9 |
| 959 | 2026-06-06T00:47:42.136Z | Downloaded jiff-static v0.2.21 |
| 960 | 2026-06-06T00:47:42.136Z | Downloaded scrypt v0.11.0 |
| 961 | 2026-06-06T00:47:42.139Z | Downloaded rand_core v0.10.0 |
| 962 | 2026-06-06T00:47:42.139Z | Downloaded scheduled-thread-pool v0.2.7 |
| 963 | 2026-06-06T00:47:42.139Z | Downloaded rand_core v0.9.5 |
| 964 | 2026-06-06T00:47:42.142Z | Downloaded rand_chacha v0.9.0 |
| 965 | 2026-06-06T00:47:42.142Z | Downloaded ppv-lite86 v0.2.21 |
| 966 | 2026-06-06T00:47:42.142Z | Downloaded scopeguard v1.2.0 |
| 967 | 2026-06-06T00:47:42.142Z | Downloaded scroll_derive v0.13.1 |
| 968 | 2026-06-06T00:47:42.145Z | Downloaded hyper-util v0.1.20 |
| 969 | 2026-06-06T00:47:42.148Z | Downloaded progenitor-client v0.13.0 |
| 970 | 2026-06-06T00:47:42.148Z | Downloaded postgres-types v0.2.12 |
| 971 | 2026-06-06T00:47:42.151Z | Downloaded postgres-protocol v0.6.10 |
| 972 | 2026-06-06T00:47:42.151Z | Downloaded expectorate v1.2.0 |
| 973 | 2026-06-06T00:47:42.154Z | Downloaded hickory-resolver v0.25.2 |
| 974 | 2026-06-06T00:47:42.154Z | Downloaded secrecy v0.10.3 |
| 975 | 2026-06-06T00:47:42.157Z | Downloaded resolv-conf v0.7.6 |
| 976 | 2026-06-06T00:47:42.157Z | Downloaded sapling-renderdag v0.1.0 |
| 977 | 2026-06-06T00:47:42.157Z | Downloaded same-file v1.0.6 |
| 978 | 2026-06-06T00:47:42.160Z | Downloaded der v0.7.10 |
| 979 | 2026-06-06T00:47:42.163Z | Downloaded darling_core v0.23.0 |
| 980 | 2026-06-06T00:47:42.166Z | Downloaded darling_core v0.20.11 |
| 981 | 2026-06-06T00:47:42.169Z | Downloaded darling v0.23.0 |
| 982 | 2026-06-06T00:47:42.172Z | Downloaded serde_repr v0.1.20 |
| 983 | 2026-06-06T00:47:42.175Z | Downloaded seq-macro v0.3.6 |
| 984 | 2026-06-06T00:47:42.175Z | Downloaded serde_urlencoded v0.7.1 |
| 985 | 2026-06-06T00:47:42.178Z | Downloaded semver v0.1.20 |
| 986 | 2026-06-06T00:47:42.178Z | Downloaded secrecy v0.8.0 |
| 987 | 2026-06-06T00:47:42.179Z | Downloaded serde_bytes v0.11.19 |
| 988 | 2026-06-06T00:47:42.182Z | Downloaded serde-big-array v0.5.1 |
| 989 | 2026-06-06T00:47:42.182Z | Downloaded openssl-sys v0.9.115 |
| 990 | 2026-06-06T00:47:42.184Z | Downloaded rustls-pemfile v2.2.0 |
| 991 | 2026-06-06T00:47:42.188Z | Downloaded pin-project v1.1.11 |
| 992 | 2026-06-06T00:47:42.193Z | Downloaded siphasher v1.0.2 |
| 993 | 2026-06-06T00:47:42.196Z | Downloaded serde_plain v1.0.2 |
| 994 | 2026-06-06T00:47:42.196Z | Downloaded aes v0.8.4 |
| 995 | 2026-06-06T00:47:42.199Z | Downloaded signal-hook-mio v0.2.5 |
| 996 | 2026-06-06T00:47:42.199Z | Downloaded signal-hook-tokio v0.3.1 |
| 997 | 2026-06-06T00:47:42.199Z | Downloaded http v1.4.0 |
| 998 | 2026-06-06T00:47:42.202Z | Downloaded shell-words v1.1.1 |
| 999 | 2026-06-06T00:47:42.202Z | Downloaded sha1 v0.10.6 |
| 1000 | 2026-06-06T00:47:42.202Z | Downloaded rustls-pemfile v1.0.4 |
| 1001 | 2026-06-06T00:47:42.205Z | Downloaded quinn-udp v0.5.14 |
| 1002 | 2026-06-06T00:47:42.205Z | Downloaded prefix-trie v0.7.0 |
| 1003 | 2026-06-06T00:47:42.208Z | Downloaded hickory-server v0.25.2 |
| 1004 | 2026-06-06T00:47:42.211Z | Downloaded sigpipe v0.1.3 |
| 1005 | 2026-06-06T00:47:42.211Z | Downloaded rusty-fork v0.3.1 |
| 1006 | 2026-06-06T00:47:42.211Z | Downloaded rustversion v1.0.22 |
| 1007 | 2026-06-06T00:47:42.214Z | Downloaded signature v2.2.0 |
| 1008 | 2026-06-06T00:47:42.214Z | Downloaded pkcs1 v0.7.5 |
| 1009 | 2026-06-06T00:47:42.217Z | Downloaded progenitor-impl v0.11.2 |
| 1010 | 2026-06-06T00:47:42.222Z | Downloaded minimal-lexical v0.2.1 |
| 1011 | 2026-06-06T00:47:42.226Z | Downloaded schemars_derive v0.8.22 |
| 1012 | 2026-06-06T00:47:42.233Z | Downloaded progenitor-impl v0.13.0 |
| 1013 | 2026-06-06T00:47:42.235Z | Downloaded crossterm v0.28.1 |
| 1014 | 2026-06-06T00:47:42.239Z | Downloaded sct v0.7.1 |
| 1015 | 2026-06-06T00:47:42.242Z | Downloaded russh-keys v0.45.0 |
| 1016 | 2026-06-06T00:47:42.244Z | Downloaded progenitor-impl v0.14.0 |
| 1017 | 2026-06-06T00:47:42.248Z | Downloaded sqlparser_derive v0.5.0 |
| 1018 | 2026-06-06T00:47:42.251Z | Downloaded serde_spanned v1.0.4 |
| 1019 | 2026-06-06T00:47:42.251Z | Downloaded sec1 v0.7.3 |
| 1020 | 2026-06-06T00:47:42.254Z | Downloaded ssh-encoding v0.2.0 |
| 1021 | 2026-06-06T00:47:42.254Z | Downloaded ssh-cipher v0.2.0 |
| 1022 | 2026-06-06T00:47:42.257Z | Downloaded serde_path_to_error v0.1.20 |
| 1023 | 2026-06-06T00:47:42.257Z | Downloaded rustls-pki-types v1.14.0 |
| 1024 | 2026-06-06T00:47:42.263Z | Downloaded shlex v1.3.0 |
| 1025 | 2026-06-06T00:47:42.268Z | Downloaded serde-hex v0.1.0 |
| 1026 | 2026-06-06T00:47:42.271Z | Downloaded serde_with_macros v1.5.2 |
| 1027 | 2026-06-06T00:47:42.271Z | Downloaded strum v0.26.3 |
| 1028 | 2026-06-06T00:47:42.271Z | Downloaded structmeta v0.3.0 |
| 1029 | 2026-06-06T00:47:42.274Z | Downloaded structmeta-derive v0.3.0 |
| 1030 | 2026-06-06T00:47:42.274Z | Downloaded rcgen v0.12.1 |
| 1031 | 2026-06-06T00:47:42.279Z | Downloaded pretty_assertions v1.4.1 |
| 1032 | 2026-06-06T00:47:42.282Z | Downloaded rustls-native-certs v0.8.3 |
| 1033 | 2026-06-06T00:47:42.285Z | Downloaded strsim v0.10.0 |
| 1034 | 2026-06-06T00:47:42.285Z | Downloaded slab v0.4.12 |
| 1035 | 2026-06-06T00:47:42.288Z | Downloaded signal-hook-registry v1.4.8 |
| 1036 | 2026-06-06T00:47:42.291Z | Downloaded slog-bunyan v2.5.0 |
| 1037 | 2026-06-06T00:47:42.291Z | Downloaded simd-adler32 v0.3.8 |
| 1038 | 2026-06-06T00:47:42.294Z | Downloaded itertools v0.10.5 |
| 1039 | 2026-06-06T00:47:42.297Z | Downloaded tabled_derive v0.11.0 |
| 1040 | 2026-06-06T00:47:42.300Z | Downloaded sync_wrapper v1.0.2 |
| 1041 | 2026-06-06T00:47:42.300Z | Downloaded hashbrown v0.12.3 |
| 1042 | 2026-06-06T00:47:42.303Z | Downloaded take_mut v0.2.2 |
| 1043 | 2026-06-06T00:47:42.303Z | Downloaded sync-ptr v0.1.4 |
| 1044 | 2026-06-06T00:47:42.306Z | Downloaded strum v0.27.2 |
| 1045 | 2026-06-06T00:47:42.306Z | Downloaded slog-stdlog v4.1.1 |
| 1046 | 2026-06-06T00:47:42.311Z | Downloaded slog-json v2.6.1 |
| 1047 | 2026-06-06T00:47:42.312Z | Downloaded subtle v2.6.1 |
| 1048 | 2026-06-06T00:47:42.312Z | Downloaded smallvec v0.6.14 |
| 1049 | 2026-06-06T00:47:42.315Z | Downloaded slog-scope v4.4.1 |
| 1050 | 2026-06-06T00:47:42.315Z | Downloaded tap v1.0.1 |
| 1051 | 2026-06-06T00:47:42.315Z | Downloaded ron v0.8.1 |
| 1052 | 2026-06-06T00:47:42.318Z | Downloaded spki v0.7.3 |
| 1053 | 2026-06-06T00:47:42.318Z | Downloaded tabwriter v1.4.1 |
| 1054 | 2026-06-06T00:47:42.321Z | Downloaded slog-envlogger v2.2.0 |
| 1055 | 2026-06-06T00:47:42.321Z | Downloaded slog-dtrace v0.3.0 |
| 1056 | 2026-06-06T00:47:42.321Z | Downloaded slog-async v2.8.0 |
| 1057 | 2026-06-06T00:47:42.327Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1058 | 2026-06-06T00:47:42.330Z | Downloaded termtree v0.5.1 |
| 1059 | 2026-06-06T00:47:42.330Z | Downloaded snafu-derive v0.8.9 |
| 1060 | 2026-06-06T00:47:42.333Z | Downloaded serde_cbor v0.11.2 |
| 1061 | 2026-06-06T00:47:42.336Z | Downloaded time-core v0.1.8 |
| 1062 | 2026-06-06T00:47:42.336Z | Downloaded stacker v0.1.23 |
| 1063 | 2026-06-06T00:47:42.339Z | Downloaded sqlformat v0.3.5 |
| 1064 | 2026-06-06T00:47:42.339Z | Downloaded stringprep v0.1.5 |
| 1065 | 2026-06-06T00:47:42.339Z | Downloaded serde_derive_internals v0.29.1 |
| 1066 | 2026-06-06T00:47:42.342Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1067 | 2026-06-06T00:47:42.345Z | Downloaded hashbrown v0.15.5 |
| 1068 | 2026-06-06T00:47:42.348Z | Downloaded strum_macros v0.27.2 |
| 1069 | 2026-06-06T00:47:42.351Z | Downloaded thread-id v5.1.0 |
| 1070 | 2026-06-06T00:47:42.351Z | Downloaded tinyvec_macros v0.1.1 |
| 1071 | 2026-06-06T00:47:42.355Z | Downloaded num-bigint v0.4.6 |
| 1072 | 2026-06-06T00:47:42.358Z | Downloaded string_cache v0.8.9 |
| 1073 | 2026-06-06T00:47:42.358Z | Downloaded static_assertions v1.1.0 |
| 1074 | 2026-06-06T00:47:42.358Z | Downloaded serde_with_macros v3.17.0 |
| 1075 | 2026-06-06T00:47:42.361Z | Downloaded testing_table v0.3.0 |
| 1076 | 2026-06-06T00:47:42.361Z | Downloaded tagptr v0.2.0 |
| 1077 | 2026-06-06T00:47:42.361Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1078 | 2026-06-06T00:47:42.364Z | Downloaded ryu v1.0.23 |
| 1079 | 2026-06-06T00:47:42.367Z | Downloaded schemars v0.8.22 |
| 1080 | 2026-06-06T00:47:42.371Z | Downloaded supports-color v3.0.2 |
| 1081 | 2026-06-06T00:47:42.374Z | Downloaded tokio-macros v2.7.0 |
| 1082 | 2026-06-06T00:47:42.374Z | Downloaded support-bundle-viewer v0.1.2 |
| 1083 | 2026-06-06T00:47:42.377Z | Downloaded rayon-core v1.13.0 |
| 1084 | 2026-06-06T00:47:42.377Z | Downloaded hashbrown v0.16.1 |
| 1085 | 2026-06-06T00:47:42.380Z | Downloaded strum_macros v0.26.4 |
| 1086 | 2026-06-06T00:47:42.383Z | Downloaded strum_macros v0.24.3 |
| 1087 | 2026-06-06T00:47:42.383Z | Downloaded scroll v0.13.0 |
| 1088 | 2026-06-06T00:47:42.386Z | Downloaded dropshot-api-manager v0.7.2 |
| 1089 | 2026-06-06T00:47:42.389Z | Downloaded slog-term v2.9.2 |
| 1090 | 2026-06-06T00:47:42.393Z | Downloaded prettyplease v0.2.37 |
| 1091 | 2026-06-06T00:47:42.398Z | Downloaded spin v0.9.8 |
| 1092 | 2026-06-06T00:47:42.401Z | Downloaded quinn v0.11.9 |
| 1093 | 2026-06-06T00:47:42.401Z | Downloaded publicsuffix v2.3.0 |
| 1094 | 2026-06-06T00:47:42.406Z | Downloaded libxml v0.3.3 |
| 1095 | 2026-06-06T00:47:42.407Z | Downloaded thread_local v1.1.9 |
| 1096 | 2026-06-06T00:47:42.410Z | Downloaded thiserror-no-std v2.0.2 |
| 1097 | 2026-06-06T00:47:42.410Z | Downloaded try-lock v0.2.5 |
| 1098 | 2026-06-06T00:47:42.410Z | Downloaded smf v0.2.3 |
| 1099 | 2026-06-06T00:47:42.414Z | Downloaded tower-service v0.3.3 |
| 1100 | 2026-06-06T00:47:42.414Z | Downloaded tower-layer v0.3.3 |
| 1101 | 2026-06-06T00:47:42.417Z | Downloaded slog v2.8.2 |
| 1102 | 2026-06-06T00:47:42.420Z | Downloaded signal-hook v0.3.18 |
| 1103 | 2026-06-06T00:47:42.424Z | Downloaded rand v0.8.6 |
| 1104 | 2026-06-06T00:47:42.428Z | Downloaded tls_codec v0.4.2 |
| 1105 | 2026-06-06T00:47:42.430Z | Downloaded time-macros v0.2.27 |
| 1106 | 2026-06-06T00:47:42.433Z | Downloaded unarray v0.1.4 |
| 1107 | 2026-06-06T00:47:42.433Z | Downloaded termios v0.3.3 |
| 1108 | 2026-06-06T00:47:42.434Z | Downloaded trait-variant v0.1.2 |
| 1109 | 2026-06-06T00:47:42.437Z | Downloaded tokio-dtrace v0.1.1 |
| 1110 | 2026-06-06T00:47:42.437Z | Downloaded similar v2.7.0 |
| 1111 | 2026-06-06T00:47:42.442Z | Downloaded tokio-native-tls v0.3.1 |
| 1112 | 2026-06-06T00:47:42.445Z | Downloaded schemars v0.9.0 |
| 1113 | 2026-06-06T00:47:42.452Z | Downloaded typify-macro v0.6.2 |
| 1114 | 2026-06-06T00:47:42.455Z | Downloaded typify-macro v0.4.3 |
| 1115 | 2026-06-06T00:47:42.455Z | Downloaded tokio-rustls v0.25.0 |
| 1116 | 2026-06-06T00:47:42.458Z | Downloaded itertools v0.12.1 |
| 1117 | 2026-06-06T00:47:42.461Z | Downloaded unicode-truncate v1.1.0 |
| 1118 | 2026-06-06T00:47:42.461Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1119 | 2026-06-06T00:47:42.464Z | Downloaded usdt-macro v0.6.0 |
| 1120 | 2026-06-06T00:47:42.464Z | Downloaded unit-prefix v0.5.2 |
| 1121 | 2026-06-06T00:47:42.464Z | Downloaded tokio-tungstenite v0.21.0 |
| 1122 | 2026-06-06T00:47:42.467Z | Downloaded topological-sort v0.2.2 |
| 1123 | 2026-06-06T00:47:42.467Z | Downloaded tokio-tungstenite v0.23.1 |
| 1124 | 2026-06-06T00:47:42.467Z | Downloaded nom v7.1.3 |
| 1125 | 2026-06-06T00:47:42.470Z | Downloaded usdt-attr-macro v0.6.0 |
| 1126 | 2026-06-06T00:47:42.473Z | Downloaded usdt v0.6.0 |
| 1127 | 2026-06-06T00:47:42.473Z | Downloaded untrusted v0.7.1 |
| 1128 | 2026-06-06T00:47:42.473Z | Downloaded socket2 v0.5.10 |
| 1129 | 2026-06-06T00:47:42.478Z | Downloaded mio v1.2.0 |
| 1130 | 2026-06-06T00:47:42.481Z | Downloaded term v1.2.1 |
| 1131 | 2026-06-06T00:47:42.484Z | Downloaded untrusted v0.9.0 |
| 1132 | 2026-06-06T00:47:42.490Z | Downloaded want v0.3.1 |
| 1133 | 2026-06-06T00:47:42.493Z | Downloaded wait-timeout v0.2.1 |
| 1134 | 2026-06-06T00:47:42.493Z | Downloaded rand v0.9.2 |
| 1135 | 2026-06-06T00:47:42.496Z | Downloaded utf-8 v0.7.6 |
| 1136 | 2026-06-06T00:47:42.499Z | Downloaded tui-tree-widget v0.23.1 |
| 1137 | 2026-06-06T00:47:42.499Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1138 | 2026-06-06T00:47:42.504Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1139 | 2026-06-06T00:47:42.508Z | Downloaded waitgroup v0.1.2 |
| 1140 | 2026-06-06T00:47:42.508Z | Downloaded tls_codec_derive v0.4.2 |
| 1141 | 2026-06-06T00:47:42.508Z | Downloaded void v1.0.2 |
| 1142 | 2026-06-06T00:47:42.511Z | Downloaded tiny-keccak v2.0.2 |
| 1143 | 2026-06-06T00:47:42.511Z | Downloaded socket2 v0.6.3 |
| 1144 | 2026-06-06T00:47:42.514Z | Downloaded rustls-webpki v0.103.9 |
| 1145 | 2026-06-06T00:47:42.518Z | Downloaded tokio-rustls v0.26.4 |
| 1146 | 2026-06-06T00:47:42.521Z | Downloaded subprocess v0.2.15 |
| 1147 | 2026-06-06T00:47:42.525Z | Downloaded universal-hash v0.5.1 |
| 1148 | 2026-06-06T00:47:42.525Z | Downloaded schemars v1.2.1 |
| 1149 | 2026-06-06T00:47:42.530Z | Downloaded xattr v1.6.1 |
| 1150 | 2026-06-06T00:47:42.533Z | Downloaded unicase v2.9.0 |
| 1151 | 2026-06-06T00:47:42.533Z | Downloaded itertools v0.13.0 |
| 1152 | 2026-06-06T00:47:42.537Z | Downloaded tokio-rustls v0.24.1 |
| 1153 | 2026-06-06T00:47:42.540Z | Downloaded hkdf v0.12.4 |
| 1154 | 2026-06-06T00:47:42.543Z | Downloaded zeroize_derive v1.4.3 |
| 1155 | 2026-06-06T00:47:42.543Z | Downloaded term v0.7.0 |
| 1156 | 2026-06-06T00:47:42.546Z | Downloaded xshell-macros v0.2.7 |
| 1157 | 2026-06-06T00:47:42.546Z | Downloaded zone v0.3.1 |
| 1158 | 2026-06-06T00:47:42.549Z | Downloaded hyper v1.8.1 |
| 1159 | 2026-06-06T00:47:42.553Z | Downloaded test-strategy v0.4.5 |
| 1160 | 2026-06-06T00:47:42.556Z | Downloaded num-bigint-dig v0.8.6 |
| 1161 | 2026-06-06T00:47:42.556Z | Downloaded qorb v0.4.1 |
| 1162 | 2026-06-06T00:47:42.559Z | Downloaded rsa v0.9.10 |
| 1163 | 2026-06-06T00:47:42.562Z | Downloaded whoami v1.6.1 |
| 1164 | 2026-06-06T00:47:42.562Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1165 | 2026-06-06T00:47:42.562Z | Downloaded snafu v0.8.9 |
| 1166 | 2026-06-06T00:47:42.566Z | Downloaded zone_cfg_derive v0.3.1 |
| 1167 | 2026-06-06T00:47:42.568Z | Downloaded vergen-lib v0.1.6 |
| 1168 | 2026-06-06T00:47:42.568Z | Downloaded vergen-lib v9.1.0 |
| 1169 | 2026-06-06T00:47:42.568Z | Downloaded usdt-impl v0.6.0 |
| 1170 | 2026-06-06T00:47:42.573Z | Downloaded h2 v0.4.13 |
| 1171 | 2026-06-06T00:47:42.576Z | Downloaded vergen-gitcl v1.0.8 |
| 1172 | 2026-06-06T00:47:42.576Z | Downloaded p521 v0.13.3 |
| 1173 | 2026-06-06T00:47:42.580Z | Downloaded rand v0.10.0 |
| 1174 | 2026-06-06T00:47:42.583Z | Downloaded walkdir v2.5.0 |
| 1175 | 2026-06-06T00:47:42.586Z | Downloaded samael v0.0.19 |
| 1176 | 2026-06-06T00:47:42.590Z | Downloaded libm v0.2.16 |
| 1177 | 2026-06-06T00:47:42.596Z | Downloaded iddqd v0.4.2 |
| 1178 | 2026-06-06T00:47:42.601Z | Downloaded wyz v0.5.1 |
| 1179 | 2026-06-06T00:47:42.604Z | Downloaded tokio-stream v0.1.18 |
| 1180 | 2026-06-06T00:47:42.607Z | Downloaded iri-string v0.7.10 |
| 1181 | 2026-06-06T00:47:42.610Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1182 | 2026-06-06T00:47:42.617Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1183 | 2026-06-06T00:47:42.617Z | Downloaded futures-util v0.3.32 |
| 1184 | 2026-06-06T00:47:42.625Z | Downloaded xshell v0.2.7 |
| 1185 | 2026-06-06T00:47:42.625Z | Downloaded unicode-properties v0.1.4 |
| 1186 | 2026-06-06T00:47:42.625Z | Downloaded tar v0.4.45 |
| 1187 | 2026-06-06T00:47:42.628Z | Downloaded vergen v9.1.0 |
| 1188 | 2026-06-06T00:47:42.628Z | Downloaded tinyvec v1.10.0 |
| 1189 | 2026-06-06T00:47:42.628Z | Downloaded uzers v0.12.2 |
| 1190 | 2026-06-06T00:47:42.631Z | Downloaded russh v0.45.0 |
| 1191 | 2026-06-06T00:47:42.634Z | Downloaded zstd-safe v7.2.4 |
| 1192 | 2026-06-06T00:47:42.634Z | Downloaded aws-lc-rs v1.16.3 |
| 1193 | 2026-06-06T00:47:42.639Z | Downloaded itertools v0.14.0 |
| 1194 | 2026-06-06T00:47:42.643Z | Downloaded vergen-git2 v9.1.0 |
| 1195 | 2026-06-06T00:47:42.646Z | Downloaded tracing-attributes v0.1.31 |
| 1196 | 2026-06-06T00:47:42.646Z | Downloaded steno v0.4.1 |
| 1197 | 2026-06-06T00:47:42.649Z | Downloaded whoami v2.1.0 |
| 1198 | 2026-06-06T00:47:42.652Z | Downloaded tungstenite v0.23.0 |
| 1199 | 2026-06-06T00:47:42.652Z | Downloaded typify v0.4.3 |
| 1200 | 2026-06-06T00:47:42.655Z | Downloaded tungstenite v0.21.0 |
| 1201 | 2026-06-06T00:47:42.661Z | Downloaded tracing-core v0.1.36 |
| 1202 | 2026-06-06T00:47:42.661Z | Downloaded toml v0.7.8 |
| 1203 | 2026-06-06T00:47:42.664Z | Downloaded twox-hash v2.1.2 |
| 1204 | 2026-06-06T00:47:42.664Z | Downloaded aho-corasick v1.1.4 |
| 1205 | 2026-06-06T00:47:42.667Z | Downloaded zerocopy v0.6.6 |
| 1206 | 2026-06-06T00:47:42.667Z | Downloaded blake3 v1.8.3 |
| 1207 | 2026-06-06T00:47:42.671Z | Downloaded yasna v0.5.2 |
| 1208 | 2026-06-06T00:47:42.674Z | Downloaded zeroize v1.8.2 |
| 1209 | 2026-06-06T00:47:42.677Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1210 | 2026-06-06T00:47:42.686Z | Downloaded vte v0.14.1 |
| 1211 | 2026-06-06T00:47:42.689Z | Downloaded zstd v0.13.3 |
| 1212 | 2026-06-06T00:47:42.696Z | Downloaded serde_with v1.14.0 |
| 1213 | 2026-06-06T00:47:42.702Z | Downloaded rustyline v14.0.0 |
| 1214 | 2026-06-06T00:47:42.705Z | Downloaded typify v0.6.2 |
| 1215 | 2026-06-06T00:47:42.721Z | Downloaded bitvec v1.0.1 |
| 1216 | 2026-06-06T00:47:42.731Z | Downloaded zopfli v0.8.3 |
| 1217 | 2026-06-06T00:47:42.734Z | Downloaded uuid v1.23.0 |
| 1218 | 2026-06-06T00:47:42.739Z | Downloaded unsafe-libyaml v0.2.11 |
| 1219 | 2026-06-06T00:47:42.739Z | Downloaded rpassword v7.4.0 |
| 1220 | 2026-06-06T00:47:42.745Z | Downloaded reedline v0.40.0 |
| 1221 | 2026-06-06T00:47:42.745Z | Downloaded vsss-rs v3.3.4 |
| 1222 | 2026-06-06T00:47:42.759Z | Downloaded tokio-postgres v0.7.16 |
| 1223 | 2026-06-06T00:47:42.763Z | Downloaded ssh-key v0.6.7 |
| 1224 | 2026-06-06T00:47:42.766Z | Downloaded reqwest v0.13.2 |
| 1225 | 2026-06-06T00:47:42.771Z | Downloaded chrono v0.4.44 |
| 1226 | 2026-06-06T00:47:42.775Z | Downloaded regex v1.12.3 |
| 1227 | 2026-06-06T00:47:42.780Z | Downloaded toml_edit v0.19.15 |
| 1228 | 2026-06-06T00:47:42.790Z | Downloaded zip v0.6.6 |
| 1229 | 2026-06-06T00:47:42.793Z | Downloaded tower v0.5.3 |
| 1230 | 2026-06-06T00:47:42.797Z | Downloaded unicode-segmentation v1.12.0 |
| 1231 | 2026-06-06T00:47:42.801Z | Downloaded bindgen v0.71.1 |
| 1232 | 2026-06-06T00:47:42.804Z | Downloaded unicode-bidi v0.3.18 |
| 1233 | 2026-06-06T00:47:42.807Z | Downloaded typed-path v0.9.3 |
| 1234 | 2026-06-06T00:47:42.811Z | Downloaded zerocopy-derive v0.8.40 |
| 1235 | 2026-06-06T00:47:42.815Z | Downloaded yansi v1.0.1 |
| 1236 | 2026-06-06T00:47:42.815Z | Downloaded lalrpop v0.19.12 |
| 1237 | 2026-06-06T00:47:42.821Z | Downloaded p384 v0.13.1 |
| 1238 | 2026-06-06T00:47:42.825Z | Downloaded x509-cert v0.2.5 |
| 1239 | 2026-06-06T00:47:42.829Z | Downloaded salty v0.3.0 |
| 1240 | 2026-06-06T00:47:42.833Z | Downloaded rayon v1.11.0 |
| 1241 | 2026-06-06T00:47:42.838Z | Downloaded moka v0.12.13 |
| 1242 | 2026-06-06T00:47:42.843Z | Downloaded goblin v0.10.5 |
| 1243 | 2026-06-06T00:47:42.847Z | Downloaded rustls-webpki v0.101.7 |
| 1244 | 2026-06-06T00:47:42.857Z | Downloaded reqwest v0.12.28 |
| 1245 | 2026-06-06T00:47:42.860Z | Downloaded portable-atomic v1.13.1 |
| 1246 | 2026-06-06T00:47:42.864Z | Downloaded git2 v0.20.4 |
| 1247 | 2026-06-06T00:47:42.870Z | Downloaded unicode-normalization v0.1.25 |
| 1248 | 2026-06-06T00:47:42.874Z | Downloaded tokio-util v0.7.18 |
| 1249 | 2026-06-06T00:47:42.877Z | Downloaded quick-xml v0.37.5 |
| 1250 | 2026-06-06T00:47:42.881Z | Downloaded tower-http v0.6.8 |
| 1251 | 2026-06-06T00:47:42.886Z | Downloaded zip v4.6.1 |
| 1252 | 2026-06-06T00:47:42.889Z | Downloaded tough v0.22.0 |
| 1253 | 2026-06-06T00:47:42.894Z | Downloaded proptest v1.10.0 |
| 1254 | 2026-06-06T00:47:42.899Z | Downloaded curve25519-dalek v4.1.3 |
| 1255 | 2026-06-06T00:47:42.905Z | Downloaded serde_with v3.17.0 |
| 1256 | 2026-06-06T00:47:42.912Z | Downloaded rustls-webpki v0.102.8 |
| 1257 | 2026-06-06T00:47:42.923Z | Downloaded petname v2.0.2 |
| 1258 | 2026-06-06T00:47:42.926Z | Downloaded object v0.30.4 |
| 1259 | 2026-06-06T00:47:42.932Z | Downloaded nix v0.27.1 |
| 1260 | 2026-06-06T00:47:42.940Z | Downloaded radix_trie v0.2.1 |
| 1261 | 2026-06-06T00:47:42.943Z | Downloaded winnow v0.5.40 |
| 1262 | 2026-06-06T00:47:42.948Z | Downloaded quinn-proto v0.11.13 |
| 1263 | 2026-06-06T00:47:42.976Z | Downloaded polar-core v0.27.3 |
| 1264 | 2026-06-06T00:47:42.981Z | Downloaded winnow v0.6.26 |
| 1265 | 2026-06-06T00:47:42.987Z | Downloaded openssl v0.10.79 |
| 1266 | 2026-06-06T00:47:43.003Z | Downloaded regex-syntax v0.6.29 |
| 1267 | 2026-06-06T00:47:43.007Z | Downloaded dropshot v0.17.0 |
| 1268 | 2026-06-06T00:47:43.018Z | Downloaded tabled v0.20.0 |
| 1269 | 2026-06-06T00:47:43.028Z | Downloaded time v0.3.47 |
| 1270 | 2026-06-06T00:47:43.036Z | Downloaded nix v0.28.0 |
| 1271 | 2026-06-06T00:47:43.042Z | Downloaded object v0.37.3 |
| 1272 | 2026-06-06T00:47:43.049Z | Downloaded hickory-proto v0.24.4 |
| 1273 | 2026-06-06T00:47:43.059Z | Downloaded zlib-rs v0.6.2 |
| 1274 | 2026-06-06T00:47:43.062Z | Downloaded smoltcp v0.11.0 |
| 1275 | 2026-06-06T00:47:43.069Z | Downloaded regress v0.10.5 |
| 1276 | 2026-06-06T00:47:43.075Z | Downloaded vcpkg v0.2.15 |
| 1277 | 2026-06-06T00:47:43.098Z | Downloaded webpki-roots v1.0.6 |
| 1278 | 2026-06-06T00:47:43.101Z | Downloaded regress v0.11.1 |
| 1279 | 2026-06-06T00:47:43.106Z | Downloaded openapiv3 v2.2.0 |
| 1280 | 2026-06-06T00:47:43.113Z | Downloaded diesel v2.3.7 |
| 1281 | 2026-06-06T00:47:43.125Z | Downloaded regex-syntax v0.8.10 |
| 1282 | 2026-06-06T00:47:43.133Z | Downloaded zerocopy v0.8.40 |
| 1283 | 2026-06-06T00:47:43.137Z | Downloaded hickory-proto v0.25.2 |
| 1284 | 2026-06-06T00:47:43.145Z | Downloaded rustls v0.23.37 |
| 1285 | 2026-06-06T00:47:43.152Z | Downloaded rustls v0.22.4 |
| 1286 | 2026-06-06T00:47:43.160Z | Downloaded nix v0.31.2 |
| 1287 | 2026-06-06T00:47:43.167Z | Downloaded bstr v1.12.1 |
| 1288 | 2026-06-06T00:47:43.172Z | Downloaded csv v1.4.0 |
| 1289 | 2026-06-06T00:47:43.186Z | Downloaded rustix v0.38.44 |
| 1290 | 2026-06-06T00:47:43.232Z | Downloaded smoltcp v0.9.1 |
| 1291 | 2026-06-06T00:47:43.233Z | Downloaded rustls v0.21.12 |
| 1292 | 2026-06-06T00:47:43.233Z | Downloaded zerocopy-derive v0.6.6 |
| 1293 | 2026-06-06T00:47:43.252Z | Downloaded petgraph v0.8.3 |
| 1294 | 2026-06-06T00:47:43.266Z | Downloaded sqlparser v0.61.0 |
| 1295 | 2026-06-06T00:47:43.280Z | Downloaded tokio v1.52.1 |
| 1296 | 2026-06-06T00:47:43.303Z | Downloaded unicode_categories v0.1.1 |
| 1297 | 2026-06-06T00:47:43.315Z | Downloaded encoding_rs v0.8.35 |
| 1298 | 2026-06-06T00:47:43.329Z | Downloaded typify-impl v0.6.2 |
| 1299 | 2026-06-06T00:47:43.338Z | Downloaded ratatui v0.29.0 |
| 1300 | 2026-06-06T00:47:43.349Z | Downloaded typify-impl v0.4.3 |
| 1301 | 2026-06-06T00:47:43.358Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1302 | 2026-06-06T00:47:43.365Z | Downloaded tracing v0.1.44 |
| 1303 | 2026-06-06T00:47:43.379Z | Downloaded sled v0.34.7 |
| 1304 | 2026-06-06T00:47:43.384Z | Downloaded chrono-tz v0.10.4 |
| 1305 | 2026-06-06T00:47:43.408Z | Downloaded regex-automata v0.4.14 |
| 1306 | 2026-06-06T00:47:43.423Z | Downloaded petgraph v0.6.5 |
| 1307 | 2026-06-06T00:47:43.437Z | Downloaded jiff v0.2.21 |
| 1308 | 2026-06-06T00:47:43.494Z | Downloaded libz-sys v1.1.24 |
| 1309 | 2026-06-06T00:47:43.510Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1310 | 2026-06-06T00:47:43.517Z | Downloaded sha3 v0.10.8 |
| 1311 | 2026-06-06T00:47:43.630Z | Downloaded ring v0.17.14 |
| 1312 | 2026-06-06T00:47:43.676Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1313 | 2026-06-06T00:47:44.181Z | Downloaded aws-lc-sys v0.40.0 |
| 1314 | 2026-06-06T00:47:44.430Z | Compiling libc v0.2.185 |
| 1315 | 2026-06-06T00:47:44.430Z | Compiling serde v1.0.228 |
| 1316 | 2026-06-06T00:47:44.433Z | Compiling log v0.4.29 |
| 1317 | 2026-06-06T00:47:44.433Z | Compiling shlex v1.3.0 |
| 1318 | 2026-06-06T00:47:44.433Z | Compiling find-msvc-tools v0.1.9 |
| 1319 | 2026-06-06T00:47:44.433Z | Compiling syn v2.0.117 |
| 1320 | 2026-06-06T00:47:44.433Z | Compiling smallvec v1.15.1 |
| 1321 | 2026-06-06T00:47:44.433Z | Compiling typenum v1.19.0 |
| 1322 | 2026-06-06T00:47:44.761Z | Compiling generic-array v0.14.7 |
| 1323 | 2026-06-06T00:47:44.819Z | Compiling subtle v2.6.1 |
| 1324 | 2026-06-06T00:47:44.832Z | Compiling scopeguard v1.2.0 |
| 1325 | 2026-06-06T00:47:44.860Z | Compiling const-oid v0.9.6 |
| 1326 | 2026-06-06T00:47:44.893Z | Compiling serde_json v1.0.149 |
| 1327 | 2026-06-06T00:47:44.930Z | Compiling lock_api v0.4.14 |
| 1328 | 2026-06-06T00:47:44.982Z | Compiling zerocopy v0.8.40 |
| 1329 | 2026-06-06T00:47:45.000Z | Compiling portable-atomic v1.13.1 |
| 1330 | 2026-06-06T00:47:45.148Z | Compiling pin-project-lite v0.2.17 |
| 1331 | 2026-06-06T00:47:45.244Z | Compiling parking_lot_core v0.9.12 |
| 1332 | 2026-06-06T00:47:45.400Z | Compiling getrandom v0.2.17 |
| 1333 | 2026-06-06T00:47:45.428Z | Compiling jobserver v0.1.34 |
| 1334 | 2026-06-06T00:47:45.446Z | Compiling errno v0.3.14 |
| 1335 | 2026-06-06T00:47:45.510Z | Compiling pkg-config v0.3.32 |
| 1336 | 2026-06-06T00:47:45.541Z | Compiling rand_core v0.6.4 |
| 1337 | 2026-06-06T00:47:45.574Z | Compiling signal-hook-registry v1.4.8 |
| 1338 | 2026-06-06T00:47:45.623Z | Compiling cc v1.2.56 |
| 1339 | 2026-06-06T00:47:45.812Z | Compiling bitflags v2.11.0 |
| 1340 | 2026-06-06T00:47:45.841Z | Compiling futures-core v0.3.32 |
| 1341 | 2026-06-06T00:47:45.991Z | Compiling critical-section v1.2.0 |
| 1342 | 2026-06-06T00:47:46.035Z | Compiling libm v0.2.16 |
| 1343 | 2026-06-06T00:47:46.051Z | Compiling parking_lot v0.12.5 |
| 1344 | 2026-06-06T00:47:46.075Z | Compiling once_cell v1.21.3 |
| 1345 | 2026-06-06T00:47:46.089Z | Compiling mio v1.2.0 |
| 1346 | 2026-06-06T00:47:46.102Z | Compiling num-traits v0.2.19 |
| 1347 | 2026-06-06T00:47:46.211Z | Compiling percent-encoding v2.3.2 |
| 1348 | 2026-06-06T00:47:46.282Z | Compiling socket2 v0.6.3 |
| 1349 | 2026-06-06T00:47:46.397Z | Compiling futures-sink v0.3.32 |
| 1350 | 2026-06-06T00:47:46.417Z | Compiling futures-task v0.3.32 |
| 1351 | 2026-06-06T00:47:46.443Z | Compiling slab v0.4.12 |
| 1352 | 2026-06-06T00:47:46.503Z | Compiling futures-channel v0.3.32 |
| 1353 | 2026-06-06T00:47:46.539Z | Compiling cpufeatures v0.2.17 |
| 1354 | 2026-06-06T00:47:46.587Z | Compiling getrandom v0.4.1 |
| 1355 | 2026-06-06T00:47:46.616Z | Compiling futures-io v0.3.32 |
| 1356 | 2026-06-06T00:47:46.628Z | Compiling rand_core v0.10.0 |
| 1357 | 2026-06-06T00:47:46.691Z | Compiling indexmap v2.14.0 |
| 1358 | 2026-06-06T00:47:46.841Z | Compiling getrandom v0.3.4 |
| 1359 | 2026-06-06T00:47:46.869Z | Compiling rustversion v1.0.22 |
| 1360 | 2026-06-06T00:47:46.904Z | Compiling form_urlencoded v1.2.2 |
| 1361 | 2026-06-06T00:47:47.088Z | Compiling cmake v0.1.57 |
| 1362 | 2026-06-06T00:47:47.289Z | Compiling dunce v1.0.5 |
| 1363 | 2026-06-06T00:47:47.306Z | Compiling fs_extra v1.3.0 |
| 1364 | 2026-06-06T00:47:47.462Z | Compiling synstructure v0.13.2 |
| 1365 | 2026-06-06T00:47:47.499Z | Compiling ident_case v1.0.1 |
| 1366 | 2026-06-06T00:47:47.557Z | Compiling base64ct v1.8.3 |
| 1367 | 2026-06-06T00:47:47.575Z | Compiling aws-lc-sys v0.40.0 |
| 1368 | 2026-06-06T00:47:47.624Z | Compiling flagset v0.4.7 |
| 1369 | 2026-06-06T00:47:47.758Z | Compiling iana-time-zone v0.1.65 |
| 1370 | 2026-06-06T00:47:47.832Z | Compiling pem-rfc7468 v0.7.0 |
| 1371 | 2026-06-06T00:47:47.849Z | Compiling rustix v1.1.3 |
| 1372 | 2026-06-06T00:47:47.852Z | Compiling regex-syntax v0.8.10 |
| 1373 | 2026-06-06T00:47:47.967Z | Compiling rand_core v0.9.5 |
| 1374 | 2026-06-06T00:47:47.986Z | Compiling ring v0.17.14 |
| 1375 | 2026-06-06T00:47:48.089Z | Compiling aws-lc-rs v1.16.3 |
| 1376 | 2026-06-06T00:47:48.134Z | Compiling vcpkg v0.2.15 |
| 1377 | 2026-06-06T00:47:48.253Z | Compiling uuid v1.23.0 |
| 1378 | 2026-06-06T00:47:48.375Z | Compiling rustc_version v0.4.1 |
| 1379 | 2026-06-06T00:47:48.714Z | Compiling tracing-core v0.1.36 |
| 1380 | 2026-06-06T00:47:48.880Z | Compiling openssl-sys v0.9.115 |
| 1381 | 2026-06-06T00:47:49.030Z | Compiling base64 v0.22.1 |
| 1382 | 2026-06-06T00:47:49.220Z | Compiling serde_derive v1.0.228 |
| 1383 | 2026-06-06T00:47:49.280Z | Compiling zeroize_derive v1.4.3 |
| 1384 | 2026-06-06T00:47:49.357Z | Compiling zerofrom-derive v0.1.6 |
| 1385 | 2026-06-06T00:47:49.408Z | Compiling yoke-derive v0.8.1 |
| 1386 | 2026-06-06T00:47:49.615Z | Compiling zerocopy-derive v0.8.40 |
| 1387 | 2026-06-06T00:47:49.932Z | Compiling zeroize v1.8.2 |
| 1388 | 2026-06-06T00:47:50.252Z | Compiling zerovec-derive v0.11.2 |
| 1389 | 2026-06-06T00:47:50.605Z | Compiling displaydoc v0.2.5 |
| 1390 | 2026-06-06T00:47:50.717Z | Compiling crypto-common v0.1.7 |
| 1391 | 2026-06-06T00:47:50.787Z | Compiling zerofrom v0.1.6 |
| 1392 | 2026-06-06T00:47:50.863Z | Compiling block-buffer v0.10.4 |
| 1393 | 2026-06-06T00:47:50.913Z | Compiling yoke v0.8.1 |
| 1394 | 2026-06-06T00:47:51.040Z | Compiling digest v0.10.7 |
| 1395 | 2026-06-06T00:47:51.100Z | Compiling tokio-macros v2.7.0 |
| 1396 | 2026-06-06T00:47:51.282Z | Compiling futures-macro v0.3.32 |
| 1397 | 2026-06-06T00:47:51.364Z | Compiling zerotrie v0.2.3 |
| 1398 | 2026-06-06T00:47:51.387Z | Compiling zerovec v0.11.5 |
| 1399 | 2026-06-06T00:47:51.660Z | Compiling hmac v0.12.1 |
| 1400 | 2026-06-06T00:47:51.857Z | Compiling tinystr v0.8.2 |
| 1401 | 2026-06-06T00:47:51.871Z | Compiling potential_utf v0.1.4 |
| 1402 | 2026-06-06T00:47:51.915Z | Compiling block-padding v0.3.3 |
| 1403 | 2026-06-06T00:47:52.026Z | Compiling icu_locale_core v2.1.1 |
| 1404 | 2026-06-06T00:47:52.058Z | Compiling icu_collections v2.1.1 |
| 1405 | 2026-06-06T00:47:52.069Z | Compiling inout v0.1.4 |
| 1406 | 2026-06-06T00:47:52.119Z | Compiling futures-util v0.3.32 |
| 1407 | 2026-06-06T00:47:52.234Z | Compiling cipher v0.4.4 |
| 1408 | 2026-06-06T00:47:52.500Z | Compiling sha2 v0.10.9 |
| 1409 | 2026-06-06T00:47:52.531Z | Compiling der_derive v0.7.3 |
| 1410 | 2026-06-06T00:47:52.673Z | Compiling icu_provider v2.1.1 |
| 1411 | 2026-06-06T00:47:52.758Z | Compiling bytes v1.11.1 |
| 1412 | 2026-06-06T00:47:52.923Z | Compiling icu_normalizer v2.1.1 |
| 1413 | 2026-06-06T00:47:52.990Z | Compiling icu_properties v2.1.2 |
| 1414 | 2026-06-06T00:47:53.384Z | Compiling tokio v1.52.1 |
| 1415 | 2026-06-06T00:47:53.462Z | Compiling http v1.4.0 |
| 1416 | 2026-06-06T00:47:53.490Z | Compiling der v0.7.10 |
| 1417 | 2026-06-06T00:47:53.910Z | Compiling idna_adapter v1.2.1 |
| 1418 | 2026-06-06T00:47:54.052Z | Compiling idna v1.1.0 |
| 1419 | 2026-06-06T00:47:54.076Z | Compiling ppv-lite86 v0.2.21 |
| 1420 | 2026-06-06T00:47:54.106Z | Compiling chrono v0.4.44 |
| 1421 | 2026-06-06T00:47:54.352Z | Compiling url v2.5.8 |
| 1422 | 2026-06-06T00:47:54.387Z | Compiling spki v0.7.3 |
| 1423 | 2026-06-06T00:47:54.402Z | Compiling salsa20 v0.10.2 |
| 1424 | 2026-06-06T00:47:54.534Z | Compiling pbkdf2 v0.12.2 |
| 1425 | 2026-06-06T00:47:55.589Z | Compiling rustls-pki-types v1.14.0 |
| 1426 | 2026-06-06T00:47:55.592Z | Compiling tracing-attributes v0.1.31 |
| 1427 | 2026-06-06T00:47:55.592Z | Compiling thiserror-impl v2.0.18 |
| 1428 | 2026-06-06T00:47:55.593Z | Compiling scrypt v0.11.0 |
| 1429 | 2026-06-06T00:47:55.593Z | Compiling rand_chacha v0.9.0 |
| 1430 | 2026-06-06T00:47:55.593Z | Compiling http-body v1.0.1 |
| 1431 | 2026-06-06T00:47:55.593Z | Compiling aes v0.8.4 |
| 1432 | 2026-06-06T00:47:55.593Z | Compiling cbc v0.1.2 |
| 1433 | 2026-06-06T00:47:55.593Z | Compiling untrusted v0.7.1 |
| 1434 | 2026-06-06T00:47:55.593Z | Compiling httparse v1.10.1 |
| 1435 | 2026-06-06T00:47:55.593Z | Compiling openssl-probe v0.2.1 |
| 1436 | 2026-06-06T00:47:55.607Z | Compiling tinyvec_macros v0.1.1 |
| 1437 | 2026-06-06T00:47:55.677Z | Compiling untrusted v0.9.0 |
| 1438 | 2026-06-06T00:47:55.690Z | Compiling tinyvec v1.10.0 |
| 1439 | 2026-06-06T00:47:55.837Z | Compiling pkcs5 v0.7.1 |
| 1440 | 2026-06-06T00:47:55.932Z | Compiling tracing v0.1.44 |
| 1441 | 2026-06-06T00:47:55.955Z | Compiling thiserror v2.0.18 |
| 1442 | 2026-06-06T00:47:56.037Z | Compiling pest_generator v2.8.6 |
| 1443 | 2026-06-06T00:47:56.060Z | Compiling rand v0.9.2 |
| 1444 | 2026-06-06T00:47:56.166Z | Compiling serde_derive_internals v0.29.1 |
| 1445 | 2026-06-06T00:47:56.195Z | Compiling aho-corasick v1.1.4 |
| 1446 | 2026-06-06T00:47:56.309Z | Compiling tower-service v0.3.3 |
| 1447 | 2026-06-06T00:47:56.404Z | Compiling schemars v0.8.22 |
| 1448 | 2026-06-06T00:47:56.603Z | Compiling dyn-clone v1.0.20 |
| 1449 | 2026-06-06T00:47:56.722Z | Compiling try-lock v0.2.5 |
| 1450 | 2026-06-06T00:47:56.781Z | Compiling atomic-waker v1.1.2 |
| 1451 | 2026-06-06T00:47:56.843Z | Compiling tower-layer v0.3.3 |
| 1452 | 2026-06-06T00:47:56.879Z | Compiling rustls v0.23.37 |
| 1453 | 2026-06-06T00:47:56.904Z | Compiling want v0.3.1 |
| 1454 | 2026-06-06T00:47:57.003Z | Compiling regex-automata v0.4.14 |
| 1455 | 2026-06-06T00:47:57.048Z | Compiling pest_derive v2.8.6 |
| 1456 | 2026-06-06T00:47:57.086Z | Compiling pkcs8 v0.10.2 |
| 1457 | 2026-06-06T00:47:57.108Z | Compiling tokio-util v0.7.18 |
| 1458 | 2026-06-06T00:47:57.395Z | Compiling schemars_derive v0.8.22 |
| 1459 | 2026-06-06T00:47:57.607Z | Compiling ipnet v2.11.0 |
| 1460 | 2026-06-06T00:47:57.764Z | Compiling scroll_derive v0.13.1 |
| 1461 | 2026-06-06T00:47:57.876Z | Compiling h2 v0.4.13 |
| 1462 | 2026-06-06T00:47:58.108Z | Compiling darling_core v0.20.11 |
| 1463 | 2026-06-06T00:47:58.146Z | Compiling pin-utils v0.1.0 |
| 1464 | 2026-06-06T00:47:58.221Z | Compiling httpdate v1.0.3 |
| 1465 | 2026-06-06T00:47:58.446Z | Compiling foreign-types-shared v0.1.1 |
| 1466 | 2026-06-06T00:47:58.536Z | Compiling openssl v0.10.79 |
| 1467 | 2026-06-06T00:47:58.554Z | Compiling scroll v0.13.0 |
| 1468 | 2026-06-06T00:47:58.776Z | Compiling foreign-types v0.3.2 |
| 1469 | 2026-06-06T00:47:58.813Z | Compiling tempfile v3.25.0 |
| 1470 | 2026-06-06T00:47:58.847Z | Compiling unicode-normalization v0.1.25 |
| 1471 | 2026-06-06T00:47:59.175Z | Compiling openssl-macros v0.1.1 |
| 1472 | 2026-06-06T00:47:59.299Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1473 | 2026-06-06T00:47:59.474Z | Compiling spin v0.9.8 |
| 1474 | 2026-06-06T00:47:59.559Z | Compiling powerfmt v0.2.0 |
| 1475 | 2026-06-06T00:47:59.696Z | Compiling time-core v0.1.8 |
| 1476 | 2026-06-06T00:47:59.710Z | Compiling crc32fast v1.5.0 |
| 1477 | 2026-06-06T00:47:59.760Z | Compiling native-tls v0.2.18 |
| 1478 | 2026-06-06T00:47:59.840Z | Compiling num-conv v0.2.0 |
| 1479 | 2026-06-06T00:47:59.899Z | Compiling deranged v0.5.8 |
| 1480 | 2026-06-06T00:47:59.974Z | Compiling time-macros v0.2.27 |
| 1481 | 2026-06-06T00:48:00.372Z | Compiling darling_macro v0.20.11 |
| 1482 | 2026-06-06T00:48:00.837Z | Compiling hyper v1.8.1 |
| 1483 | 2026-06-06T00:48:00.853Z | Compiling darling v0.20.11 |
| 1484 | 2026-06-06T00:48:00.934Z | Compiling goblin v0.10.5 |
| 1485 | 2026-06-06T00:48:01.030Z | Compiling rustls-native-certs v0.8.3 |
| 1486 | 2026-06-06T00:48:01.060Z | Compiling sync_wrapper v1.0.2 |
| 1487 | 2026-06-06T00:48:01.166Z | Compiling wait-timeout v0.2.1 |
| 1488 | 2026-06-06T00:48:01.312Z | Compiling bit-vec v0.8.0 |
| 1489 | 2026-06-06T00:48:01.425Z | Compiling num_threads v0.1.7 |
| 1490 | 2026-06-06T00:48:01.525Z | Compiling syn v1.0.109 |
| 1491 | 2026-06-06T00:48:01.545Z | Compiling siphasher v1.0.2 |
| 1492 | 2026-06-06T00:48:01.780Z | Compiling simd-adler32 v0.3.8 |
| 1493 | 2026-06-06T00:48:01.831Z | Compiling crossbeam-utils v0.8.21 |
| 1494 | 2026-06-06T00:48:01.863Z | Compiling quick-error v1.2.3 |
| 1495 | 2026-06-06T00:48:01.971Z | Compiling hyper-util v0.1.20 |
| 1496 | 2026-06-06T00:48:02.021Z | Compiling usdt-impl v0.6.0 |
| 1497 | 2026-06-06T00:48:02.136Z | Compiling rusty-fork v0.3.1 |
| 1498 | 2026-06-06T00:48:02.456Z | Compiling time v0.3.47 |
| 1499 | 2026-06-06T00:48:02.470Z | Compiling bit-set v0.8.0 |
| 1500 | 2026-06-06T00:48:02.608Z | Compiling tower v0.5.3 |
| 1501 | 2026-06-06T00:48:02.632Z | Compiling derive_builder_core v0.20.2 |
| 1502 | 2026-06-06T00:48:03.088Z | Compiling dtrace-parser v0.3.0 |
| 1503 | 2026-06-06T00:48:03.235Z | Compiling http-body-util v0.1.3 |
| 1504 | 2026-06-06T00:48:03.483Z | Compiling webpki-roots v1.0.6 |
| 1505 | 2026-06-06T00:48:03.512Z | Compiling signature v2.2.0 |
| 1506 | 2026-06-06T00:48:03.610Z | Compiling scroll_derive v0.12.1 |
| 1507 | 2026-06-06T00:48:03.690Z | Compiling dof v0.4.0 |
| 1508 | 2026-06-06T00:48:03.705Z | Compiling thiserror-impl v1.0.69 |
| 1509 | 2026-06-06T00:48:03.833Z | Compiling heapless v0.7.17 |
| 1510 | 2026-06-06T00:48:04.028Z | Compiling rand_xorshift v0.4.0 |
| 1511 | 2026-06-06T00:48:04.075Z | Compiling slog v2.8.2 |
| 1512 | 2026-06-06T00:48:04.180Z | Compiling darling_core v0.21.3 |
| 1513 | 2026-06-06T00:48:04.250Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1514 | 2026-06-06T00:48:04.264Z | Compiling thread-id v5.1.0 |
| 1515 | 2026-06-06T00:48:04.345Z | Compiling cookie v0.18.1 |
| 1516 | 2026-06-06T00:48:04.520Z | Compiling unicode-properties v0.1.4 |
| 1517 | 2026-06-06T00:48:04.534Z | Compiling anyhow v1.0.102 |
| 1518 | 2026-06-06T00:48:04.726Z | Compiling unicode-bidi v0.3.18 |
| 1519 | 2026-06-06T00:48:04.835Z | Compiling allocator-api2 v0.2.21 |
| 1520 | 2026-06-06T00:48:04.848Z | Compiling paste v1.0.15 |
| 1521 | 2026-06-06T00:48:04.941Z | Compiling signal-hook v0.3.18 |
| 1522 | 2026-06-06T00:48:05.110Z | Compiling iri-string v0.7.10 |
| 1523 | 2026-06-06T00:48:05.125Z | Compiling ryu v1.0.23 |
| 1524 | 2026-06-06T00:48:05.155Z | Compiling unarray v0.1.4 |
| 1525 | 2026-06-06T00:48:05.225Z | Compiling adler2 v2.0.1 |
| 1526 | 2026-06-06T00:48:05.246Z | Compiling zstd-safe v7.2.4 |
| 1527 | 2026-06-06T00:48:05.260Z | Compiling serde_urlencoded v0.7.1 |
| 1528 | 2026-06-06T00:48:05.296Z | Compiling proptest v1.10.0 |
| 1529 | 2026-06-06T00:48:05.351Z | Compiling miniz_oxide v0.8.9 |
| 1530 | 2026-06-06T00:48:05.493Z | Compiling stringprep v0.1.5 |
| 1531 | 2026-06-06T00:48:05.507Z | Compiling thiserror v1.0.69 |
| 1532 | 2026-06-06T00:48:05.950Z | Compiling scroll v0.12.0 |
| 1533 | 2026-06-06T00:48:06.218Z | Compiling tower-http v0.6.8 |
| 1534 | 2026-06-06T00:48:06.578Z | Compiling derive_builder_macro v0.20.2 |
| 1535 | 2026-06-06T00:48:06.592Z | Compiling tokio-native-tls v0.3.1 |
| 1536 | 2026-06-06T00:48:06.632Z | Compiling ipnetwork v0.21.1 |
| 1537 | 2026-06-06T00:48:06.645Z | Compiling darling_macro v0.21.3 |
| 1538 | 2026-06-06T00:48:06.801Z | Compiling bstr v1.12.1 |
| 1539 | 2026-06-06T00:48:07.028Z | Compiling rand_chacha v0.3.1 |
| 1540 | 2026-06-06T00:48:07.076Z | Compiling serde_tokenstream v0.2.3 |
| 1541 | 2026-06-06T00:48:07.140Z | Compiling erased-serde v0.3.31 |
| 1542 | 2026-06-06T00:48:07.171Z | Compiling toml_datetime v0.6.11 |
| 1543 | 2026-06-06T00:48:07.385Z | Compiling serde_spanned v0.6.9 |
| 1544 | 2026-06-06T00:48:07.432Z | Compiling md-5 v0.10.6 |
| 1545 | 2026-06-06T00:48:07.450Z | Compiling async-trait v0.1.89 |
| 1546 | 2026-06-06T00:48:07.528Z | Compiling zerocopy-derive v0.7.35 |
| 1547 | 2026-06-06T00:48:07.604Z | Compiling pin-project-internal v1.1.11 |
| 1548 | 2026-06-06T00:48:07.637Z | Compiling curve25519-dalek v4.1.3 |
| 1549 | 2026-06-06T00:48:07.839Z | Compiling vergen-lib v9.1.0 |
| 1550 | 2026-06-06T00:48:07.971Z | Compiling num-integer v0.1.46 |
| 1551 | 2026-06-06T00:48:08.019Z | Compiling hash32 v0.2.1 |
| 1552 | 2026-06-06T00:48:08.216Z | Compiling ff v0.13.1 |
| 1553 | 2026-06-06T00:48:08.294Z | Compiling memoffset v0.9.1 |
| 1554 | 2026-06-06T00:48:08.348Z | Compiling encoding_rs v0.8.35 |
| 1555 | 2026-06-06T00:48:08.401Z | Compiling zlib-rs v0.6.2 |
| 1556 | 2026-06-06T00:48:08.479Z | Compiling psl-types v2.0.11 |
| 1557 | 2026-06-06T00:48:08.490Z | Compiling mime v0.3.17 |
| 1558 | 2026-06-06T00:48:08.601Z | Compiling litrs v1.0.0 |
| 1559 | 2026-06-06T00:48:08.712Z | Compiling base16ct v0.2.0 |
| 1560 | 2026-06-06T00:48:08.747Z | Compiling smoltcp v0.9.1 |
| 1561 | 2026-06-06T00:48:08.890Z | Compiling fallible-iterator v0.2.0 |
| 1562 | 2026-06-06T00:48:09.077Z | Compiling ref-cast v1.0.25 |
| 1563 | 2026-06-06T00:48:09.107Z | Compiling rustix v0.38.44 |
| 1564 | 2026-06-06T00:48:09.202Z | Compiling num-bigint-dig v0.8.6 |
| 1565 | 2026-06-06T00:48:09.375Z | Compiling cfg_aliases v0.2.1 |
| 1566 | 2026-06-06T00:48:09.458Z | Compiling postgres-protocol v0.6.10 |
| 1567 | 2026-06-06T00:48:09.461Z | Compiling nix v0.31.2 |
| 1568 | 2026-06-06T00:48:09.533Z | Compiling document-features v0.2.12 |
| 1569 | 2026-06-06T00:48:09.826Z | Compiling sec1 v0.7.3 |
| 1570 | 2026-06-06T00:48:09.857Z | Compiling pin-project v1.1.11 |
| 1571 | 2026-06-06T00:48:09.953Z | Compiling publicsuffix v2.3.0 |
| 1572 | 2026-06-06T00:48:10.084Z | Compiling zerocopy v0.7.35 |
| 1573 | 2026-06-06T00:48:10.100Z | Compiling group v0.13.0 |
| 1574 | 2026-06-06T00:48:10.115Z | Compiling num-iter v0.1.45 |
| 1575 | 2026-06-06T00:48:10.271Z | Compiling newtype-uuid v1.3.2 |
| 1576 | 2026-06-06T00:48:10.453Z | Compiling hubpack_derive v0.1.1 |
| 1577 | 2026-06-06T00:48:10.582Z | Compiling rand v0.8.6 |
| 1578 | 2026-06-06T00:48:10.597Z | Compiling darling v0.21.3 |
| 1579 | 2026-06-06T00:48:10.617Z | Compiling derive_builder v0.20.2 |
| 1580 | 2026-06-06T00:48:10.675Z | Compiling oxnet v0.1.4 |
| 1581 | 2026-06-06T00:48:10.695Z | Compiling hyper-tls v0.6.0 |
| 1582 | 2026-06-06T00:48:10.899Z | Compiling goblin v0.8.2 |
| 1583 | 2026-06-06T00:48:11.402Z | Compiling flate2 v1.1.9 |
| 1584 | 2026-06-06T00:48:11.446Z | Compiling phf_shared v0.13.1 |
| 1585 | 2026-06-06T00:48:11.562Z | Compiling lazy_static v1.5.0 |
| 1586 | 2026-06-06T00:48:11.602Z | Compiling regex v1.12.3 |
| 1587 | 2026-06-06T00:48:11.658Z | Compiling futures-executor v0.3.32 |
| 1588 | 2026-06-06T00:48:11.683Z | Compiling hex v0.4.3 |
| 1589 | 2026-06-06T00:48:11.766Z | Compiling hkdf v0.12.4 |
| 1590 | 2026-06-06T00:48:11.836Z | Compiling crypto-bigint v0.5.5 |
| 1591 | 2026-06-06T00:48:11.938Z | Compiling terminal_size v0.4.3 |
| 1592 | 2026-06-06T00:48:11.953Z | Compiling daft-derive v0.1.7 |
| 1593 | 2026-06-06T00:48:11.995Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1594 | 2026-06-06T00:48:12.055Z | Compiling snafu-derive v0.8.9 |
| 1595 | 2026-06-06T00:48:12.077Z | Compiling ref-cast-impl v1.0.25 |
| 1596 | 2026-06-06T00:48:12.633Z | Compiling strum_macros v0.27.2 |
| 1597 | 2026-06-06T00:48:12.647Z | Compiling vergen v9.1.0 |
| 1598 | 2026-06-06T00:48:12.688Z | Compiling fs-err v3.3.0 |
| 1599 | 2026-06-06T00:48:12.823Z | Compiling cargo-platform v0.3.2 |
| 1600 | 2026-06-06T00:48:12.876Z | Compiling ahash v0.8.12 |
| 1601 | 2026-06-06T00:48:13.080Z | Compiling libbz2-rs-sys v0.2.2 |
| 1602 | 2026-06-06T00:48:13.108Z | Compiling bumpalo v3.20.2 |
| 1603 | 2026-06-06T00:48:13.367Z | Compiling object v0.37.3 |
| 1604 | 2026-06-06T00:48:13.637Z | Compiling managed v0.8.0 |
| 1605 | 2026-06-06T00:48:13.762Z | Compiling same-file v1.0.6 |
| 1606 | 2026-06-06T00:48:13.851Z | Compiling foldhash v0.2.0 |
| 1607 | 2026-06-06T00:48:13.924Z | Compiling foldhash v0.1.5 |
| 1608 | 2026-06-06T00:48:13.973Z | Compiling bitflags v1.3.2 |
| 1609 | 2026-06-06T00:48:13.976Z | Compiling winnow v0.5.40 |
| 1610 | 2026-06-06T00:48:14.054Z | Compiling unicode-segmentation v1.12.0 |
| 1611 | 2026-06-06T00:48:14.076Z | Compiling hashbrown v0.15.5 |
| 1612 | 2026-06-06T00:48:14.436Z | Compiling hashbrown v0.16.1 |
| 1613 | 2026-06-06T00:48:14.450Z | Compiling snafu v0.8.9 |
| 1614 | 2026-06-06T00:48:14.597Z | Compiling strum v0.27.2 |
| 1615 | 2026-06-06T00:48:14.623Z | Compiling walkdir v2.5.0 |
| 1616 | 2026-06-06T00:48:14.732Z | Compiling clap_builder v4.5.60 |
| 1617 | 2026-06-06T00:48:14.850Z | Compiling bzip2 v0.6.1 |
| 1618 | 2026-06-06T00:48:14.882Z | Compiling zopfli v0.8.3 |
| 1619 | 2026-06-06T00:48:14.935Z | Compiling dof v0.3.0 |
| 1620 | 2026-06-06T00:48:15.051Z | Compiling cargo_metadata v0.23.1 |
| 1621 | 2026-06-06T00:48:15.188Z | Compiling elliptic-curve v0.13.8 |
| 1622 | 2026-06-06T00:48:15.415Z | Compiling toml_edit v0.19.15 |
| 1623 | 2026-06-06T00:48:15.544Z | Compiling daft v0.1.7 |
| 1624 | 2026-06-06T00:48:15.755Z | Compiling futures v0.3.32 |
| 1625 | 2026-06-06T00:48:15.840Z | Compiling phf v0.13.1 |
| 1626 | 2026-06-06T00:48:16.004Z | Compiling signal-hook-mio v0.2.5 |
| 1627 | 2026-06-06T00:48:16.350Z | Compiling cookie_store v0.22.1 |
| 1628 | 2026-06-06T00:48:16.423Z | Compiling zstd v0.13.3 |
| 1629 | 2026-06-06T00:48:16.493Z | Compiling hubpack v0.1.2 |
| 1630 | 2026-06-06T00:48:16.690Z | Compiling bzip2 v0.4.4 |
| 1631 | 2026-06-06T00:48:16.737Z | Compiling serde_with_macros v3.17.0 |
| 1632 | 2026-06-06T00:48:17.015Z | Compiling postgres-types v0.2.12 |
| 1633 | 2026-06-06T00:48:17.584Z | Compiling usdt-macro v0.6.0 |
| 1634 | 2026-06-06T00:48:17.758Z | Compiling usdt-attr-macro v0.6.0 |
| 1635 | 2026-06-06T00:48:17.947Z | Compiling globset v0.4.18 |
| 1636 | 2026-06-06T00:48:18.096Z | Compiling dtrace-parser v0.2.0 |
| 1637 | 2026-06-06T00:48:18.147Z | Compiling ed25519 v2.2.3 |
| 1638 | 2026-06-06T00:48:18.336Z | Compiling phf_shared v0.11.3 |
| 1639 | 2026-06-06T00:48:18.516Z | Compiling olpc-cjson v0.1.4 |
| 1640 | 2026-06-06T00:48:18.547Z | Compiling pkcs1 v0.7.5 |
| 1641 | 2026-06-06T00:48:18.569Z | Compiling serde-big-array v0.5.1 |
| 1642 | 2026-06-06T00:48:18.604Z | Compiling serde_plain v1.0.2 |
| 1643 | 2026-06-06T00:48:18.673Z | Compiling rfc6979 v0.4.0 |
| 1644 | 2026-06-06T00:48:18.700Z | Compiling pem v3.0.6 |
| 1645 | 2026-06-06T00:48:18.794Z | Compiling strum_macros v0.26.4 |
| 1646 | 2026-06-06T00:48:18.810Z | Compiling clap_derive v4.5.55 |
| 1647 | 2026-06-06T00:48:18.833Z | Compiling enum-as-inner v0.6.1 |
| 1648 | 2026-06-06T00:48:18.953Z | Compiling serde_repr v0.1.20 |
| 1649 | 2026-06-06T00:48:19.023Z | Compiling async-recursion v1.1.1 |
| 1650 | 2026-06-06T00:48:19.040Z | Compiling float-cmp v0.10.0 |
| 1651 | 2026-06-06T00:48:19.180Z | Compiling thread-id v4.2.2 |
| 1652 | 2026-06-06T00:48:19.271Z | Compiling memmap2 v0.9.10 |
| 1653 | 2026-06-06T00:48:19.331Z | Compiling env_filter v1.0.0 |
| 1654 | 2026-06-06T00:48:19.480Z | Compiling data-encoding v2.10.0 |
| 1655 | 2026-06-06T00:48:19.487Z | Compiling normalize-line-endings v0.3.0 |
| 1656 | 2026-06-06T00:48:19.582Z | Compiling new_debug_unreachable v1.0.6 |
| 1657 | 2026-06-06T00:48:19.636Z | Compiling whoami v2.1.0 |
| 1658 | 2026-06-06T00:48:19.655Z | Compiling fixedbitset v0.5.7 |
| 1659 | 2026-06-06T00:48:19.672Z | Compiling precomputed-hash v0.1.1 |
| 1660 | 2026-06-06T00:48:19.774Z | Compiling jiff v0.2.21 |
| 1661 | 2026-06-06T00:48:19.959Z | Compiling difflib v0.4.0 |
| 1662 | 2026-06-06T00:48:20.002Z | Compiling keccak v0.1.6 |
| 1663 | 2026-06-06T00:48:20.165Z | Compiling typed-path v0.9.3 |
| 1664 | 2026-06-06T00:48:20.510Z | Compiling either v1.15.0 |
| 1665 | 2026-06-06T00:48:20.524Z | Compiling predicates-core v1.0.10 |
| 1666 | 2026-06-06T00:48:20.562Z | Compiling static_assertions v1.1.0 |
| 1667 | 2026-06-06T00:48:20.641Z | Compiling fixedbitset v0.4.2 |
| 1668 | 2026-06-06T00:48:20.694Z | Compiling itertools v0.13.0 |
| 1669 | 2026-06-06T00:48:20.714Z | Compiling predicates v3.1.4 |
| 1670 | 2026-06-06T00:48:20.798Z | Compiling petgraph v0.6.5 |
| 1671 | 2026-06-06T00:48:20.857Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1672 | 2026-06-06T00:48:21.365Z | Compiling clap v4.5.60 |
| 1673 | 2026-06-06T00:48:21.380Z | Compiling strum v0.26.3 |
| 1674 | 2026-06-06T00:48:21.448Z | Compiling toml_edit v0.22.27 |
| 1675 | 2026-06-06T00:48:21.462Z | Compiling sha3 v0.10.8 |
| 1676 | 2026-06-06T00:48:21.504Z | Compiling petgraph v0.8.3 |
| 1677 | 2026-06-06T00:48:21.964Z | Compiling tokio-postgres v0.7.16 |
| 1678 | 2026-06-06T00:48:21.979Z | Compiling hickory-proto v0.25.2 |
| 1679 | 2026-06-06T00:48:22.321Z | Compiling zip v4.6.1 |
| 1680 | 2026-06-06T00:48:23.305Z | Compiling string_cache v0.8.9 |
| 1681 | 2026-06-06T00:48:23.513Z | Compiling env_logger v0.11.9 |
| 1682 | 2026-06-06T00:48:23.527Z | Compiling usdt v0.6.0 |
| 1683 | 2026-06-06T00:48:23.749Z | Compiling usdt-impl v0.5.0 |
| 1684 | 2026-06-06T00:48:23.786Z | Compiling rsa v0.9.10 |
| 1685 | 2026-06-06T00:48:23.868Z | Compiling ecdsa v0.16.9 |
| 1686 | 2026-06-06T00:48:23.952Z | Compiling ed25519-dalek v2.2.0 |
| 1687 | 2026-06-06T00:48:24.155Z | Compiling crossterm v0.28.1 |
| 1688 | 2026-06-06T00:48:24.228Z | Compiling serde_with v3.17.0 |
| 1689 | 2026-06-06T00:48:24.333Z | Compiling zip v0.6.6 |
| 1690 | 2026-06-06T00:48:24.608Z | Compiling toml v0.7.8 |
| 1691 | 2026-06-06T00:48:25.205Z | Compiling iddqd v0.4.2 |
| 1692 | 2026-06-06T00:48:25.721Z | Compiling heck v0.4.1 |
| 1693 | 2026-06-06T00:48:25.755Z | Compiling similar v2.7.0 |
| 1694 | 2026-06-06T00:48:25.908Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1695 | 2026-06-06T00:48:25.951Z | Compiling crossbeam-epoch v0.9.18 |
| 1696 | 2026-06-06T00:48:26.281Z | Compiling tokio-stream v0.1.18 |
| 1697 | 2026-06-06T00:48:26.501Z | Compiling buf-list v1.1.2 |
| 1698 | 2026-06-06T00:48:26.532Z | Compiling x509-cert v0.2.5 |
| 1699 | 2026-06-06T00:48:26.624Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1700 | 2026-06-06T00:48:26.691Z | Compiling openapiv3 v2.2.0 |
| 1701 | 2026-06-06T00:48:26.791Z | Compiling sha1 v0.10.6 |
| 1702 | 2026-06-06T00:48:26.808Z | Compiling lalrpop-util v0.19.12 |
| 1703 | 2026-06-06T00:48:26.936Z | Compiling peg-runtime v0.8.5 |
| 1704 | 2026-06-06T00:48:27.007Z | Compiling thread_local v1.1.9 |
| 1705 | 2026-06-06T00:48:27.021Z | Compiling slog-async v2.8.0 |
| 1706 | 2026-06-06T00:48:27.106Z | Compiling crossbeam-channel v0.5.15 |
| 1707 | 2026-06-06T00:48:27.265Z | Compiling is-terminal v0.4.17 |
| 1708 | 2026-06-06T00:48:27.270Z | Compiling filetime v0.2.27 |
| 1709 | 2026-06-06T00:48:27.322Z | Compiling take_mut v0.2.2 |
| 1710 | 2026-06-06T00:48:27.336Z | Compiling xattr v1.6.1 |
| 1711 | 2026-06-06T00:48:27.434Z | Compiling term v1.2.1 |
| 1712 | 2026-06-06T00:48:27.504Z | Compiling tar v0.4.45 |
| 1713 | 2026-06-06T00:48:28.010Z | Compiling slog-term v2.9.2 |
| 1714 | 2026-06-06T00:48:37.733Z | Compiling rustls-webpki v0.103.9 |
| 1715 | 2026-06-06T00:48:40.535Z | Compiling tokio-rustls v0.26.4 |
| 1716 | 2026-06-06T00:48:40.535Z | Compiling rustls-platform-verifier v0.6.2 |
| 1717 | 2026-06-06T00:48:40.740Z | Compiling hyper-rustls v0.27.7 |
| 1718 | 2026-06-06T00:48:40.945Z | Compiling reqwest v0.12.28 |
| 1719 | 2026-06-06T00:48:40.961Z | Compiling reqwest v0.13.2 |
| 1720 | 2026-06-06T00:48:42.209Z | Compiling tough v0.22.0 |
| 1721 | 2026-06-06T00:48:44.773Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1722 | 2026-06-06T00:48:44.989Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1723 | 2026-06-06T00:48:47.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1724 | 2026-06-06T00:48:48.006Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1725 | 2026-06-06T00:48:48.057Z | Jun 06 00:48:46.442 INFO Starting download, target: Console |
| 1726 | 2026-06-06T00:48:48.057Z | Jun 06 00:48:46.443 INFO Starting download, target: Cockroach |
| 1727 | 2026-06-06T00:48:48.057Z | Jun 06 00:48:46.443 INFO Starting download, target: Clickhouse |
| 1728 | 2026-06-06T00:48:48.057Z | Jun 06 00:48:46.443 INFO Starting download, target: DendriteStub |
| 1729 | 2026-06-06T00:48:48.057Z | Jun 06 00:48:46.443 INFO Starting download, target: MaghemiteMgd |
| 1730 | 2026-06-06T00:48:48.060Z | Jun 06 00:48:46.443 INFO Starting download, target: TransceiverControl |
| 1731 | 2026-06-06T00:48:48.060Z | Jun 06 00:48:46.443 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1732 | 2026-06-06T00:48:48.060Z | Jun 06 00:48:46.443 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1733 | 2026-06-06T00:48:48.060Z | Jun 06 00:48:46.443 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1734 | 2026-06-06T00:48:48.060Z | Jun 06 00:48:46.443 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1735 | 2026-06-06T00:48:48.060Z | Jun 06 00:48:46.443 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1736 | 2026-06-06T00:48:48.060Z | Jun 06 00:48:46.443 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1737 | 2026-06-06T00:48:48.382Z | Jun 06 00:48:46.757 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1738 | 2026-06-06T00:48:48.597Z | Jun 06 00:48:46.976 INFO Download complete, target: TransceiverControl |
| 1739 | 2026-06-06T00:48:48.970Z | Jun 06 00:48:47.354 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1740 | 2026-06-06T00:48:49.242Z | Jun 06 00:48:47.593 INFO Download complete, target: Console |
| 1741 | 2026-06-06T00:48:49.586Z | Jun 06 00:48:47.965 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1742 | 2026-06-06T00:48:49.626Z | Jun 06 00:48:48.010 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1743 | 2026-06-06T00:48:50.058Z | Jun 06 00:48:48.443 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1744 | 2026-06-06T00:48:51.979Z | Jun 06 00:48:50.361 INFO Download complete, target: DendriteStub |
| 1745 | 2026-06-06T00:48:52.140Z | Jun 06 00:48:50.471 INFO Download complete, target: MaghemiteMgd |
| 1746 | 2026-06-06T00:48:52.520Z | Jun 06 00:48:50.875 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1747 | 2026-06-06T00:48:52.520Z | Jun 06 00:48:50.875 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1748 | 2026-06-06T00:48:56.873Z | Jun 06 00:48:55.258 INFO Checking that binary works, target: Clickhouse |
| 1749 | 2026-06-06T00:48:56.975Z | Jun 06 00:48:55.361 INFO Download complete, target: Clickhouse |
| 1750 | 2026-06-06T00:48:57.183Z | Jun 06 00:48:55.568 INFO Checking that binary works, target: Cockroach |
| 1751 | 2026-06-06T00:48:57.326Z | Jun 06 00:48:55.682 INFO Download complete, target: Cockroach |
| 1752 | 2026-06-06T00:48:57.335Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1753 | 2026-06-06T00:48:57.335Z | |
| 1754 | 2026-06-06T00:48:57.335Z | real 2:17.330287451 |
| 1755 | 2026-06-06T00:48:57.335Z | user 6:58.517897673 |
| 1756 | 2026-06-06T00:48:57.335Z | sys 1:22.449741155 |
| 1757 | 2026-06-06T00:48:57.335Z | trap 0.235849870 |
| 1758 | 2026-06-06T00:48:57.335Z | tflt 0.624371543 |
| 1759 | 2026-06-06T00:48:57.335Z | dflt 0.601610428 |
| 1760 | 2026-06-06T00:48:57.335Z | kflt 0.027312208 |
| 1761 | 2026-06-06T00:48:57.335Z | lock 22:23.441617572 |
| 1762 | 2026-06-06T00:48:57.335Z | slp 21:23.242400130 |
| 1763 | 2026-06-06T00:48:57.335Z | lat 44.993702547 |
| 1764 | 2026-06-06T00:48:57.335Z | stop 1:58.735274504 |
| 1765 | 2026-06-06T00:48:57.335Z | + banner hack-check |
| 1766 | 2026-06-06T00:48:57.335Z | |
| 1767 | 2026-06-06T00:48:57.335Z | # # ## #### # # #### # # ###### #### # # |
| 1768 | 2026-06-06T00:48:57.335Z | # # # # # # # # # # # # # # # # # |
| 1769 | 2026-06-06T00:48:57.335Z | ###### # # # #### ##### # ###### ##### # #### |
| 1770 | 2026-06-06T00:48:57.335Z | # # ###### # # # # # # # # # # |
| 1771 | 2026-06-06T00:48:57.335Z | # # # # # # # # # # # # # # # # # |
| 1772 | 2026-06-06T00:48:57.335Z | # # # # #### # # #### # # ###### #### # # |
| 1773 | 2026-06-06T00:48:57.335Z | |
| 1774 | 2026-06-06T00:48:57.335Z | + export CARGO_INCREMENTAL=0 |
| 1775 | 2026-06-06T00:48:57.335Z | + CARGO_INCREMENTAL=0 |
| 1776 | 2026-06-06T00:48:57.335Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1777 | 2026-06-06T00:48:57.839Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1778 | 2026-06-06T00:48:58.060Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1779 | 2026-06-06T00:48:59.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s |
| 1780 | 2026-06-06T00:49:00.025Z | Running `target/debug/xtask check-features --ci` |
| 1781 | 2026-06-06T00:49:00.052Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1782 | 2026-06-06T00:49:00.055Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1783 | 2026-06-06T00:49:00.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1784 | 2026-06-06T00:49:00.562Z | Running `target/debug/xtask download cargo-hack` |
| 1785 | 2026-06-06T00:49:01.332Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1786 | 2026-06-06T00:49:01.647Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1787 | 2026-06-06T00:49:04.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.58s |
| 1788 | 2026-06-06T00:49:04.333Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1789 | 2026-06-06T00:49:04.370Z | Jun 06 00:49:02.755 INFO Starting download, target: CargoHack |
| 1790 | 2026-06-06T00:49:04.374Z | Jun 06 00:49:02.756 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1791 | 2026-06-06T00:49:04.716Z | Jun 06 00:49:03.101 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1792 | 2026-06-06T00:49:04.766Z | Jun 06 00:49:03.152 INFO Download complete, target: CargoHack |
| 1793 | 2026-06-06T00:49:04.769Z | 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" |
| 1794 | 2026-06-06T00:49:04.783Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1795 | 2026-06-06T00:49:04.937Z | info: running `cargo check --bins` on api_identity (1/295) |
| 1796 | 2026-06-06T00:49:05.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1797 | 2026-06-06T00:49:05.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1798 | 2026-06-06T00:49:05.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1799 | 2026-06-06T00:49:05.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1800 | 2026-06-06T00:49:05.518Z | |
| 1801 | 2026-06-06T00:49:05.518Z | info: running `cargo check --bins` on bootstore (2/295) |
| 1802 | 2026-06-06T00:49:06.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1803 | 2026-06-06T00:49:06.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1804 | 2026-06-06T00:49:06.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1805 | 2026-06-06T00:49:06.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1806 | 2026-06-06T00:49:06.098Z | |
| 1807 | 2026-06-06T00:49:06.098Z | info: running `cargo check --bins` on omicron-ledger (3/295) |
| 1808 | 2026-06-06T00:49:06.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1809 | 2026-06-06T00:49:06.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1810 | 2026-06-06T00:49:06.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1811 | 2026-06-06T00:49:06.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1812 | 2026-06-06T00:49:06.669Z | |
| 1813 | 2026-06-06T00:49:06.669Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/295) |
| 1814 | 2026-06-06T00:49:07.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1815 | 2026-06-06T00:49:07.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1816 | 2026-06-06T00:49:07.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1817 | 2026-06-06T00:49:07.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1818 | 2026-06-06T00:49:07.249Z | |
| 1819 | 2026-06-06T00:49:07.249Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/295) |
| 1820 | 2026-06-06T00:49:07.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1821 | 2026-06-06T00:49:07.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1822 | 2026-06-06T00:49:07.745Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1823 | 2026-06-06T00:49:07.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1824 | 2026-06-06T00:49:07.823Z | |
| 1825 | 2026-06-06T00:49:07.823Z | info: running `cargo check --bins` on omicron-certificates (6/295) |
| 1826 | 2026-06-06T00:49:08.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1827 | 2026-06-06T00:49:08.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1828 | 2026-06-06T00:49:08.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1829 | 2026-06-06T00:49:08.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1830 | 2026-06-06T00:49:08.410Z | |
| 1831 | 2026-06-06T00:49:08.410Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/295) |
| 1832 | 2026-06-06T00:49:08.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1833 | 2026-06-06T00:49:08.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1834 | 2026-06-06T00:49:08.922Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1835 | 2026-06-06T00:49:08.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1836 | 2026-06-06T00:49:09.005Z | |
| 1837 | 2026-06-06T00:49:09.005Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/295) |
| 1838 | 2026-06-06T00:49:09.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1839 | 2026-06-06T00:49:09.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1840 | 2026-06-06T00:49:09.506Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1841 | 2026-06-06T00:49:09.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1842 | 2026-06-06T00:49:09.592Z | |
| 1843 | 2026-06-06T00:49:09.592Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/295) |
| 1844 | 2026-06-06T00:49:09.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1845 | 2026-06-06T00:49:10.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1846 | 2026-06-06T00:49:10.000Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1847 | 2026-06-06T00:49:10.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1848 | 2026-06-06T00:49:10.057Z | |
| 1849 | 2026-06-06T00:49:10.057Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/295) |
| 1850 | 2026-06-06T00:49:10.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1851 | 2026-06-06T00:49:10.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1852 | 2026-06-06T00:49:10.471Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1853 | 2026-06-06T00:49:10.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1854 | 2026-06-06T00:49:10.529Z | |
| 1855 | 2026-06-06T00:49:10.529Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/295) |
| 1856 | 2026-06-06T00:49:10.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1857 | 2026-06-06T00:49:10.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1858 | 2026-06-06T00:49:10.942Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1859 | 2026-06-06T00:49:10.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1860 | 2026-06-06T00:49:11.001Z | |
| 1861 | 2026-06-06T00:49:11.001Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/295) |
| 1862 | 2026-06-06T00:49:11.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1863 | 2026-06-06T00:49:11.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1864 | 2026-06-06T00:49:11.413Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1865 | 2026-06-06T00:49:11.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1866 | 2026-06-06T00:49:11.475Z | |
| 1867 | 2026-06-06T00:49:11.475Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/295) |
| 1868 | 2026-06-06T00:49:11.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1869 | 2026-06-06T00:49:11.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1870 | 2026-06-06T00:49:11.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1871 | 2026-06-06T00:49:11.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1872 | 2026-06-06T00:49:11.942Z | |
| 1873 | 2026-06-06T00:49:11.942Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/295) |
| 1874 | 2026-06-06T00:49:12.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1875 | 2026-06-06T00:49:12.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1876 | 2026-06-06T00:49:12.353Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1877 | 2026-06-06T00:49:12.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1878 | 2026-06-06T00:49:12.407Z | |
| 1879 | 2026-06-06T00:49:12.407Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/295) |
| 1880 | 2026-06-06T00:49:12.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1881 | 2026-06-06T00:49:12.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1882 | 2026-06-06T00:49:12.818Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1883 | 2026-06-06T00:49:12.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1884 | 2026-06-06T00:49:12.876Z | |
| 1885 | 2026-06-06T00:49:12.876Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/295) |
| 1886 | 2026-06-06T00:49:13.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1887 | 2026-06-06T00:49:13.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1888 | 2026-06-06T00:49:13.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1889 | 2026-06-06T00:49:13.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1890 | 2026-06-06T00:49:13.344Z | |
| 1891 | 2026-06-06T00:49:13.344Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/295) |
| 1892 | 2026-06-06T00:49:13.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1893 | 2026-06-06T00:49:13.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1894 | 2026-06-06T00:49:13.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1895 | 2026-06-06T00:49:13.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1896 | 2026-06-06T00:49:13.818Z | |
| 1897 | 2026-06-06T00:49:13.818Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/295) |
| 1898 | 2026-06-06T00:49:14.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1899 | 2026-06-06T00:49:14.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1900 | 2026-06-06T00:49:14.229Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1901 | 2026-06-06T00:49:14.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1902 | 2026-06-06T00:49:14.289Z | |
| 1903 | 2026-06-06T00:49:14.289Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/295) |
| 1904 | 2026-06-06T00:49:14.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1905 | 2026-06-06T00:49:14.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1906 | 2026-06-06T00:49:14.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1907 | 2026-06-06T00:49:14.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1908 | 2026-06-06T00:49:14.756Z | |
| 1909 | 2026-06-06T00:49:14.756Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/295) |
| 1910 | 2026-06-06T00:49:15.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1911 | 2026-06-06T00:49:15.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1912 | 2026-06-06T00:49:15.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1913 | 2026-06-06T00:49:15.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1914 | 2026-06-06T00:49:15.224Z | |
| 1915 | 2026-06-06T00:49:15.224Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/295) |
| 1916 | 2026-06-06T00:49:15.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1917 | 2026-06-06T00:49:15.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1918 | 2026-06-06T00:49:15.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1919 | 2026-06-06T00:49:15.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1920 | 2026-06-06T00:49:15.695Z | |
| 1921 | 2026-06-06T00:49:15.695Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/295) |
| 1922 | 2026-06-06T00:49:16.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1923 | 2026-06-06T00:49:16.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1924 | 2026-06-06T00:49:16.106Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1925 | 2026-06-06T00:49:16.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1926 | 2026-06-06T00:49:16.164Z | |
| 1927 | 2026-06-06T00:49:16.164Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/295) |
| 1928 | 2026-06-06T00:49:16.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1929 | 2026-06-06T00:49:16.574Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1930 | 2026-06-06T00:49:16.574Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1931 | 2026-06-06T00:49:16.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1932 | 2026-06-06T00:49:16.635Z | |
| 1933 | 2026-06-06T00:49:16.635Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/295) |
| 1934 | 2026-06-06T00:49:17.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1935 | 2026-06-06T00:49:17.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1936 | 2026-06-06T00:49:17.048Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1937 | 2026-06-06T00:49:17.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1938 | 2026-06-06T00:49:17.105Z | |
| 1939 | 2026-06-06T00:49:17.105Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/295) |
| 1940 | 2026-06-06T00:49:17.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1941 | 2026-06-06T00:49:17.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1942 | 2026-06-06T00:49:17.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1943 | 2026-06-06T00:49:17.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1944 | 2026-06-06T00:49:17.575Z | |
| 1945 | 2026-06-06T00:49:17.576Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/295) |
| 1946 | 2026-06-06T00:49:18.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1947 | 2026-06-06T00:49:18.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1948 | 2026-06-06T00:49:18.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1949 | 2026-06-06T00:49:18.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1950 | 2026-06-06T00:49:18.045Z | |
| 1951 | 2026-06-06T00:49:18.045Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/295) |
| 1952 | 2026-06-06T00:49:18.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1953 | 2026-06-06T00:49:18.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1954 | 2026-06-06T00:49:18.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1955 | 2026-06-06T00:49:18.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1956 | 2026-06-06T00:49:18.513Z | |
| 1957 | 2026-06-06T00:49:18.513Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/295) |
| 1958 | 2026-06-06T00:49:18.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1959 | 2026-06-06T00:49:18.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1960 | 2026-06-06T00:49:18.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1961 | 2026-06-06T00:49:18.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1962 | 2026-06-06T00:49:18.985Z | |
| 1963 | 2026-06-06T00:49:18.985Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/295) |
| 1964 | 2026-06-06T00:49:19.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1965 | 2026-06-06T00:49:19.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1966 | 2026-06-06T00:49:19.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1967 | 2026-06-06T00:49:19.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1968 | 2026-06-06T00:49:19.456Z | |
| 1969 | 2026-06-06T00:49:19.456Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/295) |
| 1970 | 2026-06-06T00:49:19.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1971 | 2026-06-06T00:49:19.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1972 | 2026-06-06T00:49:19.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1973 | 2026-06-06T00:49:19.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1974 | 2026-06-06T00:49:19.929Z | |
| 1975 | 2026-06-06T00:49:19.929Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/295) |
| 1976 | 2026-06-06T00:49:20.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1977 | 2026-06-06T00:49:20.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1978 | 2026-06-06T00:49:20.341Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1979 | 2026-06-06T00:49:20.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1980 | 2026-06-06T00:49:20.464Z | |
| 1981 | 2026-06-06T00:49:20.464Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/295) |
| 1982 | 2026-06-06T00:49:20.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1983 | 2026-06-06T00:49:20.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1984 | 2026-06-06T00:49:20.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1985 | 2026-06-06T00:49:20.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1986 | 2026-06-06T00:49:20.871Z | |
| 1987 | 2026-06-06T00:49:20.871Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/295) |
| 1988 | 2026-06-06T00:49:21.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1989 | 2026-06-06T00:49:21.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1990 | 2026-06-06T00:49:21.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1991 | 2026-06-06T00:49:21.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1992 | 2026-06-06T00:49:21.341Z | |
| 1993 | 2026-06-06T00:49:21.341Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/295) |
| 1994 | 2026-06-06T00:49:21.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1995 | 2026-06-06T00:49:21.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1996 | 2026-06-06T00:49:21.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1997 | 2026-06-06T00:49:21.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1998 | 2026-06-06T00:49:21.818Z | |
| 1999 | 2026-06-06T00:49:21.819Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/295) |
| 2000 | 2026-06-06T00:49:22.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2001 | 2026-06-06T00:49:22.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2002 | 2026-06-06T00:49:22.223Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2003 | 2026-06-06T00:49:22.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2004 | 2026-06-06T00:49:22.277Z | |
| 2005 | 2026-06-06T00:49:22.277Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/295) |
| 2006 | 2026-06-06T00:49:22.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2007 | 2026-06-06T00:49:22.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2008 | 2026-06-06T00:49:22.732Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2009 | 2026-06-06T00:49:22.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2010 | 2026-06-06T00:49:22.756Z | |
| 2011 | 2026-06-06T00:49:22.758Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/295) |
| 2012 | 2026-06-06T00:49:23.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2013 | 2026-06-06T00:49:23.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2014 | 2026-06-06T00:49:23.160Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2015 | 2026-06-06T00:49:23.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2016 | 2026-06-06T00:49:23.219Z | |
| 2017 | 2026-06-06T00:49:23.219Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/295) |
| 2018 | 2026-06-06T00:49:23.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2019 | 2026-06-06T00:49:23.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2020 | 2026-06-06T00:49:23.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2021 | 2026-06-06T00:49:23.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2022 | 2026-06-06T00:49:23.690Z | |
| 2023 | 2026-06-06T00:49:23.690Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/295) |
| 2024 | 2026-06-06T00:49:24.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2025 | 2026-06-06T00:49:24.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2026 | 2026-06-06T00:49:24.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2027 | 2026-06-06T00:49:24.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2028 | 2026-06-06T00:49:24.156Z | |
| 2029 | 2026-06-06T00:49:24.156Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/295) |
| 2030 | 2026-06-06T00:49:24.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2031 | 2026-06-06T00:49:24.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2032 | 2026-06-06T00:49:24.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2033 | 2026-06-06T00:49:24.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2034 | 2026-06-06T00:49:24.626Z | |
| 2035 | 2026-06-06T00:49:24.626Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/295) |
| 2036 | 2026-06-06T00:49:25.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2037 | 2026-06-06T00:49:25.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2038 | 2026-06-06T00:49:25.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2039 | 2026-06-06T00:49:25.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2040 | 2026-06-06T00:49:25.095Z | |
| 2041 | 2026-06-06T00:49:25.095Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/295) |
| 2042 | 2026-06-06T00:49:25.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2043 | 2026-06-06T00:49:25.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2044 | 2026-06-06T00:49:25.506Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2045 | 2026-06-06T00:49:25.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2046 | 2026-06-06T00:49:25.565Z | |
| 2047 | 2026-06-06T00:49:25.565Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/295) |
| 2048 | 2026-06-06T00:49:25.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2049 | 2026-06-06T00:49:25.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2050 | 2026-06-06T00:49:25.978Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2051 | 2026-06-06T00:49:25.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2052 | 2026-06-06T00:49:26.040Z | |
| 2053 | 2026-06-06T00:49:26.040Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/295) |
| 2054 | 2026-06-06T00:49:26.450Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2055 | 2026-06-06T00:49:26.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2056 | 2026-06-06T00:49:26.453Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2057 | 2026-06-06T00:49:26.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2058 | 2026-06-06T00:49:26.514Z | |
| 2059 | 2026-06-06T00:49:26.514Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/295) |
| 2060 | 2026-06-06T00:49:26.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2061 | 2026-06-06T00:49:26.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2062 | 2026-06-06T00:49:26.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2063 | 2026-06-06T00:49:26.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2064 | 2026-06-06T00:49:26.982Z | |
| 2065 | 2026-06-06T00:49:26.982Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/295) |
| 2066 | 2026-06-06T00:49:27.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2067 | 2026-06-06T00:49:27.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2068 | 2026-06-06T00:49:27.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2069 | 2026-06-06T00:49:27.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2070 | 2026-06-06T00:49:27.449Z | |
| 2071 | 2026-06-06T00:49:27.450Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/295) |
| 2072 | 2026-06-06T00:49:27.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2073 | 2026-06-06T00:49:27.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2074 | 2026-06-06T00:49:27.859Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2075 | 2026-06-06T00:49:27.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2076 | 2026-06-06T00:49:27.916Z | |
| 2077 | 2026-06-06T00:49:27.916Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/295) |
| 2078 | 2026-06-06T00:49:28.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2079 | 2026-06-06T00:49:28.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2080 | 2026-06-06T00:49:28.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2081 | 2026-06-06T00:49:28.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2082 | 2026-06-06T00:49:28.384Z | |
| 2083 | 2026-06-06T00:49:28.384Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/295) |
| 2084 | 2026-06-06T00:49:28.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2085 | 2026-06-06T00:49:28.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2086 | 2026-06-06T00:49:28.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2087 | 2026-06-06T00:49:28.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2088 | 2026-06-06T00:49:29.016Z | |
| 2089 | 2026-06-06T00:49:29.016Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/295) |
| 2090 | 2026-06-06T00:49:29.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2091 | 2026-06-06T00:49:29.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2092 | 2026-06-06T00:49:29.553Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2093 | 2026-06-06T00:49:29.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2094 | 2026-06-06T00:49:29.651Z | |
| 2095 | 2026-06-06T00:49:29.652Z | info: running `cargo check --bins` on nexus-config (51/295) |
| 2096 | 2026-06-06T00:49:30.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2097 | 2026-06-06T00:49:30.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2098 | 2026-06-06T00:49:30.190Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2099 | 2026-06-06T00:49:30.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2100 | 2026-06-06T00:49:30.287Z | |
| 2101 | 2026-06-06T00:49:30.287Z | info: running `cargo check --bins` on nexus-types (52/295) |
| 2102 | 2026-06-06T00:49:30.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2103 | 2026-06-06T00:49:30.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2104 | 2026-06-06T00:49:30.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2105 | 2026-06-06T00:49:30.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2106 | 2026-06-06T00:49:30.924Z | |
| 2107 | 2026-06-06T00:49:30.924Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/295) |
| 2108 | 2026-06-06T00:49:31.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2109 | 2026-06-06T00:49:31.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2110 | 2026-06-06T00:49:31.439Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2111 | 2026-06-06T00:49:31.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2112 | 2026-06-06T00:49:31.533Z | |
| 2113 | 2026-06-06T00:49:31.533Z | info: running `cargo check --bins` on omicron-passwords (54/295) |
| 2114 | 2026-06-06T00:49:32.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2115 | 2026-06-06T00:49:32.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2116 | 2026-06-06T00:49:32.026Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2117 | 2026-06-06T00:49:32.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2118 | 2026-06-06T00:49:32.112Z | |
| 2119 | 2026-06-06T00:49:32.112Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/295) |
| 2120 | 2026-06-06T00:49:32.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2121 | 2026-06-06T00:49:32.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2122 | 2026-06-06T00:49:32.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2123 | 2026-06-06T00:49:32.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2124 | 2026-06-06T00:49:32.721Z | |
| 2125 | 2026-06-06T00:49:32.721Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/295) |
| 2126 | 2026-06-06T00:49:33.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2127 | 2026-06-06T00:49:33.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2128 | 2026-06-06T00:49:33.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2129 | 2026-06-06T00:49:33.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2130 | 2026-06-06T00:49:33.331Z | |
| 2131 | 2026-06-06T00:49:33.331Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/295) |
| 2132 | 2026-06-06T00:49:33.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2133 | 2026-06-06T00:49:33.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2134 | 2026-06-06T00:49:33.857Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2135 | 2026-06-06T00:49:33.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2136 | 2026-06-06T00:49:33.938Z | |
| 2137 | 2026-06-06T00:49:33.938Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/295) |
| 2138 | 2026-06-06T00:49:34.450Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2139 | 2026-06-06T00:49:34.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2140 | 2026-06-06T00:49:34.454Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2141 | 2026-06-06T00:49:34.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2142 | 2026-06-06T00:49:34.541Z | |
| 2143 | 2026-06-06T00:49:34.541Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/295) |
| 2144 | 2026-06-06T00:49:35.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2145 | 2026-06-06T00:49:35.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2146 | 2026-06-06T00:49:35.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2147 | 2026-06-06T00:49:35.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2148 | 2026-06-06T00:49:35.127Z | |
| 2149 | 2026-06-06T00:49:35.127Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/295) |
| 2150 | 2026-06-06T00:49:35.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2151 | 2026-06-06T00:49:35.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2152 | 2026-06-06T00:49:35.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2153 | 2026-06-06T00:49:35.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2154 | 2026-06-06T00:49:35.718Z | |
| 2155 | 2026-06-06T00:49:35.718Z | info: running `cargo check --bins --no-default-features` on gfss (61/295) |
| 2156 | 2026-06-06T00:49:36.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2157 | 2026-06-06T00:49:36.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2158 | 2026-06-06T00:49:36.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2159 | 2026-06-06T00:49:36.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2160 | 2026-06-06T00:49:36.301Z | |
| 2161 | 2026-06-06T00:49:36.301Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/295) |
| 2162 | 2026-06-06T00:49:36.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2163 | 2026-06-06T00:49:36.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2164 | 2026-06-06T00:49:36.800Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2165 | 2026-06-06T00:49:36.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2166 | 2026-06-06T00:49:36.884Z | |
| 2167 | 2026-06-06T00:49:36.884Z | info: running `cargo check --bins` on clickhouse-admin-types (63/295) |
| 2168 | 2026-06-06T00:49:37.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2169 | 2026-06-06T00:49:37.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2170 | 2026-06-06T00:49:37.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2171 | 2026-06-06T00:49:37.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2172 | 2026-06-06T00:49:37.483Z | |
| 2173 | 2026-06-06T00:49:37.483Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/295) |
| 2174 | 2026-06-06T00:49:37.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2175 | 2026-06-06T00:49:38.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2176 | 2026-06-06T00:49:38.001Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2177 | 2026-06-06T00:49:38.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2178 | 2026-06-06T00:49:38.088Z | |
| 2179 | 2026-06-06T00:49:38.091Z | info: running `cargo check --bins` on cockroach-admin-types (65/295) |
| 2180 | 2026-06-06T00:49:38.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2181 | 2026-06-06T00:49:38.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2182 | 2026-06-06T00:49:38.588Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2183 | 2026-06-06T00:49:38.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2184 | 2026-06-06T00:49:38.675Z | |
| 2185 | 2026-06-06T00:49:38.675Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/295) |
| 2186 | 2026-06-06T00:49:39.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2187 | 2026-06-06T00:49:39.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2188 | 2026-06-06T00:49:39.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2189 | 2026-06-06T00:49:39.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2190 | 2026-06-06T00:49:39.262Z | |
| 2191 | 2026-06-06T00:49:39.262Z | info: running `cargo check --bins` on ereport-types (67/295) |
| 2192 | 2026-06-06T00:49:39.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2193 | 2026-06-06T00:49:39.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2194 | 2026-06-06T00:49:39.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2195 | 2026-06-06T00:49:39.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2196 | 2026-06-06T00:49:39.858Z | |
| 2197 | 2026-06-06T00:49:39.858Z | info: running `cargo check --bins` on gateway-client (68/295) |
| 2198 | 2026-06-06T00:49:40.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2199 | 2026-06-06T00:49:40.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2200 | 2026-06-06T00:49:40.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2201 | 2026-06-06T00:49:40.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2202 | 2026-06-06T00:49:40.450Z | |
| 2203 | 2026-06-06T00:49:40.451Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/295) |
| 2204 | 2026-06-06T00:49:40.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2205 | 2026-06-06T00:49:40.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2206 | 2026-06-06T00:49:40.956Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2207 | 2026-06-06T00:49:40.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2208 | 2026-06-06T00:49:41.042Z | |
| 2209 | 2026-06-06T00:49:41.042Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/295) |
| 2210 | 2026-06-06T00:49:41.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2211 | 2026-06-06T00:49:41.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2212 | 2026-06-06T00:49:41.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2213 | 2026-06-06T00:49:41.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2214 | 2026-06-06T00:49:41.641Z | |
| 2215 | 2026-06-06T00:49:41.641Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/295) |
| 2216 | 2026-06-06T00:49:42.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2217 | 2026-06-06T00:49:42.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2218 | 2026-06-06T00:49:42.149Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2219 | 2026-06-06T00:49:42.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2220 | 2026-06-06T00:49:42.240Z | |
| 2221 | 2026-06-06T00:49:42.240Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/295) |
| 2222 | 2026-06-06T00:49:42.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2223 | 2026-06-06T00:49:42.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2224 | 2026-06-06T00:49:42.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2225 | 2026-06-06T00:49:42.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2226 | 2026-06-06T00:49:42.836Z | |
| 2227 | 2026-06-06T00:49:42.836Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/295) |
| 2228 | 2026-06-06T00:49:43.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2229 | 2026-06-06T00:49:43.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2230 | 2026-06-06T00:49:43.352Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2231 | 2026-06-06T00:49:43.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2232 | 2026-06-06T00:49:43.449Z | |
| 2233 | 2026-06-06T00:49:43.449Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/295) |
| 2234 | 2026-06-06T00:49:43.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2235 | 2026-06-06T00:49:43.970Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2236 | 2026-06-06T00:49:43.970Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2237 | 2026-06-06T00:49:43.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2238 | 2026-06-06T00:49:44.063Z | |
| 2239 | 2026-06-06T00:49:44.063Z | info: running `cargo check --bins` on key-manager-types (75/295) |
| 2240 | 2026-06-06T00:49:44.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2241 | 2026-06-06T00:49:44.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2242 | 2026-06-06T00:49:44.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2243 | 2026-06-06T00:49:44.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2244 | 2026-06-06T00:49:44.652Z | |
| 2245 | 2026-06-06T00:49:44.652Z | info: running `cargo check --bins` on oxlog (76/295) |
| 2246 | 2026-06-06T00:49:45.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2247 | 2026-06-06T00:49:45.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2248 | 2026-06-06T00:49:45.271Z | Checking cfg-if v1.0.4 |
| 2249 | 2026-06-06T00:49:45.275Z | Checking libc v0.2.185 |
| 2250 | 2026-06-06T00:49:45.275Z | Checking serde_core v1.0.228 |
| 2251 | 2026-06-06T00:49:45.390Z | Checking zeroize v1.8.2 |
| 2252 | 2026-06-06T00:49:45.397Z | Checking memchr v2.8.0 |
| 2253 | 2026-06-06T00:49:45.405Z | Checking log v0.4.29 |
| 2254 | 2026-06-06T00:49:45.416Z | Checking smallvec v1.15.1 |
| 2255 | 2026-06-06T00:49:45.429Z | Checking typenum v1.19.0 |
| 2256 | 2026-06-06T00:49:45.438Z | Checking subtle v2.6.1 |
| 2257 | 2026-06-06T00:49:45.527Z | Checking itoa v1.0.17 |
| 2258 | 2026-06-06T00:49:45.565Z | Checking scopeguard v1.2.0 |
| 2259 | 2026-06-06T00:49:45.588Z | Checking stable_deref_trait v1.2.1 |
| 2260 | 2026-06-06T00:49:45.600Z | Checking const-oid v0.9.6 |
| 2261 | 2026-06-06T00:49:45.662Z | Checking lock_api v0.4.14 |
| 2262 | 2026-06-06T00:49:45.675Z | Checking zerofrom v0.1.6 |
| 2263 | 2026-06-06T00:49:45.690Z | Checking pin-project-lite v0.2.17 |
| 2264 | 2026-06-06T00:49:45.766Z | Checking portable-atomic v1.13.1 |
| 2265 | 2026-06-06T00:49:45.779Z | Checking getrandom v0.2.17 |
| 2266 | 2026-06-06T00:49:45.779Z | Checking errno v0.3.14 |
| 2267 | 2026-06-06T00:49:45.802Z | Checking yoke v0.8.1 |
| 2268 | 2026-06-06T00:49:45.861Z | Checking parking_lot_core v0.9.12 |
| 2269 | 2026-06-06T00:49:45.902Z | Checking signal-hook-registry v1.4.8 |
| 2270 | 2026-06-06T00:49:45.922Z | Checking rand_core v0.6.4 |
| 2271 | 2026-06-06T00:49:45.946Z | Checking generic-array v0.14.7 |
| 2272 | 2026-06-06T00:49:45.978Z | Checking zerovec v0.11.5 |
| 2273 | 2026-06-06T00:49:46.048Z | Checking futures-core v0.3.32 |
| 2274 | 2026-06-06T00:49:46.063Z | Checking critical-section v1.2.0 |
| 2275 | 2026-06-06T00:49:46.093Z | Checking parking_lot v0.12.5 |
| 2276 | 2026-06-06T00:49:46.155Z | Checking mio v1.2.0 |
| 2277 | 2026-06-06T00:49:46.169Z | Checking once_cell v1.21.3 |
| 2278 | 2026-06-06T00:49:46.174Z | Checking zerocopy v0.8.40 |
| 2279 | 2026-06-06T00:49:46.277Z | Checking zmij v1.0.21 |
| 2280 | 2026-06-06T00:49:46.292Z | Checking socket2 v0.6.3 |
| 2281 | 2026-06-06T00:49:46.336Z | Checking libm v0.2.16 |
| 2282 | 2026-06-06T00:49:46.405Z | Checking tinystr v0.8.2 |
| 2283 | 2026-06-06T00:49:46.417Z | Checking crypto-common v0.1.7 |
| 2284 | 2026-06-06T00:49:46.431Z | Checking block-buffer v0.10.4 |
| 2285 | 2026-06-06T00:49:46.487Z | Checking percent-encoding v2.3.2 |
| 2286 | 2026-06-06T00:49:46.530Z | Checking equivalent v1.0.2 |
| 2287 | 2026-06-06T00:49:46.543Z | Checking litemap v0.8.1 |
| 2288 | 2026-06-06T00:49:46.566Z | Checking digest v0.10.7 |
| 2289 | 2026-06-06T00:49:46.579Z | Checking writeable v0.6.2 |
| 2290 | 2026-06-06T00:49:46.610Z | Checking potential_utf v0.1.4 |
| 2291 | 2026-06-06T00:49:46.627Z | Checking zerotrie v0.2.3 |
| 2292 | 2026-06-06T00:49:46.713Z | Checking futures-sink v0.3.32 |
| 2293 | 2026-06-06T00:49:46.733Z | Checking icu_locale_core v2.1.1 |
| 2294 | 2026-06-06T00:49:46.747Z | Checking icu_collections v2.1.1 |
| 2295 | 2026-06-06T00:49:46.759Z | Checking futures-task v0.3.32 |
| 2296 | 2026-06-06T00:49:46.811Z | Checking futures-channel v0.3.32 |
| 2297 | 2026-06-06T00:49:46.872Z | Checking cpufeatures v0.2.17 |
| 2298 | 2026-06-06T00:49:46.884Z | Checking serde v1.0.228 |
| 2299 | 2026-06-06T00:49:46.896Z | Checking bitflags v2.11.0 |
| 2300 | 2026-06-06T00:49:46.940Z | Checking serde_json v1.0.149 |
| 2301 | 2026-06-06T00:49:47.000Z | Checking futures-io v0.3.32 |
| 2302 | 2026-06-06T00:49:47.046Z | Checking num-traits v0.2.19 |
| 2303 | 2026-06-06T00:49:47.061Z | Checking slab v0.4.12 |
| 2304 | 2026-06-06T00:49:47.071Z | Checking hmac v0.12.1 |
| 2305 | 2026-06-06T00:49:47.109Z | Checking icu_properties_data v2.1.2 |
| 2306 | 2026-06-06T00:49:47.198Z | Checking icu_normalizer_data v2.1.1 |
| 2307 | 2026-06-06T00:49:47.215Z | Checking futures-util v0.3.32 |
| 2308 | 2026-06-06T00:49:47.233Z | Checking rand_core v0.10.0 |
| 2309 | 2026-06-06T00:49:47.271Z | Checking hashbrown v0.17.0 |
| 2310 | 2026-06-06T00:49:47.287Z | Checking icu_provider v2.1.1 |
| 2311 | 2026-06-06T00:49:47.299Z | Checking bytes v1.11.1 |
| 2312 | 2026-06-06T00:49:47.403Z | Checking getrandom v0.4.1 |
| 2313 | 2026-06-06T00:49:47.537Z | Checking icu_properties v2.1.2 |
| 2314 | 2026-06-06T00:49:47.540Z | Checking icu_normalizer v2.1.1 |
| 2315 | 2026-06-06T00:49:47.588Z | Checking block-padding v0.3.3 |
| 2316 | 2026-06-06T00:49:47.607Z | Checking utf8_iter v1.0.4 |
| 2317 | 2026-06-06T00:49:47.695Z | Checking inout v0.1.4 |
| 2318 | 2026-06-06T00:49:47.726Z | Checking tokio v1.52.1 |
| 2319 | 2026-06-06T00:49:47.740Z | Checking indexmap v2.14.0 |
| 2320 | 2026-06-06T00:49:47.742Z | Checking sha2 v0.10.9 |
| 2321 | 2026-06-06T00:49:47.827Z | Checking form_urlencoded v1.2.2 |
| 2322 | 2026-06-06T00:49:47.841Z | Checking cipher v0.4.4 |
| 2323 | 2026-06-06T00:49:47.956Z | Checking getrandom v0.3.4 |
| 2324 | 2026-06-06T00:49:48.016Z | Checking fnv v1.0.7 |
| 2325 | 2026-06-06T00:49:48.047Z | Checking base64ct v1.8.3 |
| 2326 | 2026-06-06T00:49:48.097Z | Checking byteorder v1.5.0 |
| 2327 | 2026-06-06T00:49:48.113Z | Checking flagset v0.4.7 |
| 2328 | 2026-06-06T00:49:48.237Z | Checking rand_core v0.9.5 |
| 2329 | 2026-06-06T00:49:48.277Z | Checking pem-rfc7468 v0.7.0 |
| 2330 | 2026-06-06T00:49:48.290Z | Checking http v1.4.0 |
| 2331 | 2026-06-06T00:49:48.302Z | Checking regex-syntax v0.8.10 |
| 2332 | 2026-06-06T00:49:48.334Z | Checking idna_adapter v1.2.1 |
| 2333 | 2026-06-06T00:49:48.413Z | Checking salsa20 v0.10.2 |
| 2334 | 2026-06-06T00:49:48.435Z | Checking der v0.7.10 |
| 2335 | 2026-06-06T00:49:48.456Z | Checking idna v1.1.0 |
| 2336 | 2026-06-06T00:49:48.546Z | Checking uuid v1.23.0 |
| 2337 | 2026-06-06T00:49:48.719Z | Checking url v2.5.8 |
| 2338 | 2026-06-06T00:49:48.856Z | Checking pbkdf2 v0.12.2 |
| 2339 | 2026-06-06T00:49:48.868Z | Checking rustix v1.1.3 |
| 2340 | 2026-06-06T00:49:48.964Z | Checking tracing-core v0.1.36 |
| 2341 | 2026-06-06T00:49:48.967Z | Checking ppv-lite86 v0.2.21 |
| 2342 | 2026-06-06T00:49:49.138Z | Checking rustls-pki-types v1.14.0 |
| 2343 | 2026-06-06T00:49:49.153Z | Checking iana-time-zone v0.1.65 |
| 2344 | 2026-06-06T00:49:49.175Z | Checking spki v0.7.3 |
| 2345 | 2026-06-06T00:49:49.257Z | Checking base64 v0.22.1 |
| 2346 | 2026-06-06T00:49:49.271Z | Checking tracing v0.1.44 |
| 2347 | 2026-06-06T00:49:49.273Z | Checking rand_chacha v0.9.0 |
| 2348 | 2026-06-06T00:49:49.337Z | Checking chrono v0.4.44 |
| 2349 | 2026-06-06T00:49:49.421Z | Checking scrypt v0.11.0 |
| 2350 | 2026-06-06T00:49:49.472Z | Checking http-body v1.0.1 |
| 2351 | 2026-06-06T00:49:49.485Z | Checking aes v0.8.4 |
| 2352 | 2026-06-06T00:49:49.497Z | Checking cbc v0.1.2 |
| 2353 | 2026-06-06T00:49:49.559Z | Checking aws-lc-sys v0.40.0 |
| 2354 | 2026-06-06T00:49:49.606Z | Checking untrusted v0.7.1 |
| 2355 | 2026-06-06T00:49:49.623Z | Checking openssl-probe v0.2.1 |
| 2356 | 2026-06-06T00:49:49.623Z | Checking untrusted v0.9.0 |
| 2357 | 2026-06-06T00:49:49.698Z | Checking tinyvec_macros v0.1.1 |
| 2358 | 2026-06-06T00:49:49.719Z | Checking rand v0.9.2 |
| 2359 | 2026-06-06T00:49:49.732Z | Checking ring v0.17.14 |
| 2360 | 2026-06-06T00:49:49.745Z | Checking tower-service v0.3.3 |
| 2361 | 2026-06-06T00:49:49.763Z | Checking tinyvec v1.10.0 |
| 2362 | 2026-06-06T00:49:49.834Z | Checking tower-layer v0.3.3 |
| 2363 | 2026-06-06T00:49:49.868Z | Checking pkcs5 v0.7.1 |
| 2364 | 2026-06-06T00:49:49.983Z | Checking try-lock v0.2.5 |
| 2365 | 2026-06-06T00:49:50.052Z | Checking aws-lc-rs v1.16.3 |
| 2366 | 2026-06-06T00:49:50.069Z | Checking atomic-waker v1.1.2 |
| 2367 | 2026-06-06T00:49:50.082Z | Checking want v0.3.1 |
| 2368 | 2026-06-06T00:49:50.127Z | Checking pkcs8 v0.10.2 |
| 2369 | 2026-06-06T00:49:50.167Z | Checking ipnet v2.11.0 |
| 2370 | 2026-06-06T00:49:50.181Z | Checking httparse v1.10.1 |
| 2371 | 2026-06-06T00:49:50.200Z | Checking aho-corasick v1.1.4 |
| 2372 | 2026-06-06T00:49:50.216Z | Checking plain v0.2.3 |
| 2373 | 2026-06-06T00:49:50.307Z | Checking pin-utils v0.1.0 |
| 2374 | 2026-06-06T00:49:50.348Z | Checking fastrand v2.3.0 |
| 2375 | 2026-06-06T00:49:50.378Z | Checking foreign-types-shared v0.1.1 |
| 2376 | 2026-06-06T00:49:50.391Z | Checking dyn-clone v1.0.20 |
| 2377 | 2026-06-06T00:49:50.424Z | Checking httpdate v1.0.3 |
| 2378 | 2026-06-06T00:49:50.461Z | Checking foreign-types v0.3.2 |
| 2379 | 2026-06-06T00:49:50.492Z | Checking unicode-normalization v0.1.25 |
| 2380 | 2026-06-06T00:49:50.505Z | Checking tempfile v3.25.0 |
| 2381 | 2026-06-06T00:49:50.531Z | Checking semver v1.0.28 |
| 2382 | 2026-06-06T00:49:50.570Z | Checking openssl-sys v0.9.115 |
| 2383 | 2026-06-06T00:49:50.697Z | Checking spin v0.9.8 |
| 2384 | 2026-06-06T00:49:50.735Z | Checking unicode-ident v1.0.24 |
| 2385 | 2026-06-06T00:49:50.749Z | Checking ucd-trie v0.1.7 |
| 2386 | 2026-06-06T00:49:50.847Z | Checking proc-macro2 v1.0.106 |
| 2387 | 2026-06-06T00:49:50.878Z | Checking regex-automata v0.4.14 |
| 2388 | 2026-06-06T00:49:50.891Z | Checking pest v2.8.6 |
| 2389 | 2026-06-06T00:49:50.903Z | Checking rustls-webpki v0.103.9 |
| 2390 | 2026-06-06T00:49:50.906Z | Checking schemars v0.8.22 |
| 2391 | 2026-06-06T00:49:50.929Z | Checking rustls-native-certs v0.8.3 |
| 2392 | 2026-06-06T00:49:50.951Z | Checking openssl v0.10.79 |
| 2393 | 2026-06-06T00:49:50.969Z | Checking tokio-util v0.7.18 |
| 2394 | 2026-06-06T00:49:51.054Z | Checking thiserror v2.0.18 |
| 2395 | 2026-06-06T00:49:51.155Z | Checking sync_wrapper v1.0.2 |
| 2396 | 2026-06-06T00:49:51.168Z | Checking wait-timeout v0.2.1 |
| 2397 | 2026-06-06T00:49:51.259Z | Checking utf8parse v0.2.2 |
| 2398 | 2026-06-06T00:49:51.288Z | Checking bit-vec v0.8.0 |
| 2399 | 2026-06-06T00:49:51.337Z | Checking rustls v0.23.37 |
| 2400 | 2026-06-06T00:49:51.360Z | Checking anstyle v1.0.13 |
| 2401 | 2026-06-06T00:49:51.478Z | Checking siphasher v1.0.2 |
| 2402 | 2026-06-06T00:49:51.543Z | Checking simd-adler32 v0.3.8 |
| 2403 | 2026-06-06T00:49:51.560Z | Checking quick-error v1.2.3 |
| 2404 | 2026-06-06T00:49:51.582Z | Checking h2 v0.4.13 |
| 2405 | 2026-06-06T00:49:51.639Z | Checking powerfmt v0.2.0 |
| 2406 | 2026-06-06T00:49:51.659Z | Checking pretty-hex v0.4.1 |
| 2407 | 2026-06-06T00:49:51.713Z | Checking rusty-fork v0.3.1 |
| 2408 | 2026-06-06T00:49:51.775Z | Checking bit-set v0.8.0 |
| 2409 | 2026-06-06T00:49:51.787Z | Checking deranged v0.5.8 |
| 2410 | 2026-06-06T00:49:51.882Z | Checking anstyle-parse v0.2.7 |
| 2411 | 2026-06-06T00:49:51.920Z | Checking tower v0.5.3 |
| 2412 | 2026-06-06T00:49:51.943Z | Checking quote v1.0.45 |
| 2413 | 2026-06-06T00:49:52.037Z | Compiling newtype-uuid v1.3.2 |
| 2414 | 2026-06-06T00:49:52.112Z | Checking http-body-util v0.1.3 |
| 2415 | 2026-06-06T00:49:52.219Z | Checking crossbeam-utils v0.8.21 |
| 2416 | 2026-06-06T00:49:52.298Z | Checking webpki-roots v1.0.6 |
| 2417 | 2026-06-06T00:49:52.328Z | Checking rand_xorshift v0.4.0 |
| 2418 | 2026-06-06T00:49:52.415Z | Checking crc32fast v1.5.0 |
| 2419 | 2026-06-06T00:49:52.446Z | Checking scroll v0.13.0 |
| 2420 | 2026-06-06T00:49:52.549Z | Checking signature v2.2.0 |
| 2421 | 2026-06-06T00:49:52.564Z | Checking colorchoice v1.0.4 |
| 2422 | 2026-06-06T00:49:52.663Z | Checking unicode-properties v0.1.4 |
| 2423 | 2026-06-06T00:49:52.675Z | Checking unicode-bidi v0.3.18 |
| 2424 | 2026-06-06T00:49:52.688Z | Checking time-core v0.1.8 |
| 2425 | 2026-06-06T00:49:52.700Z | Checking num_threads v0.1.7 |
| 2426 | 2026-06-06T00:49:52.713Z | Checking unarray v0.1.4 |
| 2427 | 2026-06-06T00:49:52.787Z | Checking is_terminal_polyfill v1.70.2 |
| 2428 | 2026-06-06T00:49:52.816Z | Checking iri-string v0.7.10 |
| 2429 | 2026-06-06T00:49:52.828Z | Checking adler2 v2.0.1 |
| 2430 | 2026-06-06T00:49:52.850Z | Checking ryu v1.0.23 |
| 2431 | 2026-06-06T00:49:52.882Z | Checking num-conv v0.2.0 |
| 2432 | 2026-06-06T00:49:52.934Z | Checking allocator-api2 v0.2.21 |
| 2433 | 2026-06-06T00:49:52.965Z | Checking anstyle-query v1.1.5 |
| 2434 | 2026-06-06T00:49:52.978Z | Checking native-tls v0.2.18 |
| 2435 | 2026-06-06T00:49:52.990Z | Checking serde_urlencoded v0.7.1 |
| 2436 | 2026-06-06T00:49:53.002Z | Checking time v0.3.47 |
| 2437 | 2026-06-06T00:49:53.055Z | Checking anstream v0.6.21 |
| 2438 | 2026-06-06T00:49:53.156Z | Checking tokio-native-tls v0.3.1 |
| 2439 | 2026-06-06T00:49:53.192Z | Checking stringprep v0.1.5 |
| 2440 | 2026-06-06T00:49:53.211Z | Checking miniz_oxide v0.8.9 |
| 2441 | 2026-06-06T00:49:53.253Z | Checking proptest v1.10.0 |
| 2442 | 2026-06-06T00:49:53.317Z | Checking bstr v1.12.1 |
| 2443 | 2026-06-06T00:49:53.342Z | Checking goblin v0.10.5 |
| 2444 | 2026-06-06T00:49:53.583Z | Checking crossbeam-epoch v0.9.18 |
| 2445 | 2026-06-06T00:49:53.711Z | Checking tokio-rustls v0.26.4 |
| 2446 | 2026-06-06T00:49:53.735Z | Compiling daft v0.1.7 |
| 2447 | 2026-06-06T00:49:53.813Z | Checking syn v2.0.117 |
| 2448 | 2026-06-06T00:49:53.843Z | Checking tower-http v0.6.8 |
| 2449 | 2026-06-06T00:49:53.941Z | Checking ipnetwork v0.21.1 |
| 2450 | 2026-06-06T00:49:54.016Z | Checking rand_chacha v0.3.1 |
| 2451 | 2026-06-06T00:49:54.123Z | Checking scroll v0.12.0 |
| 2452 | 2026-06-06T00:49:54.156Z | Checking thiserror v1.0.69 |
| 2453 | 2026-06-06T00:49:54.169Z | Checking hash32 v0.2.1 |
| 2454 | 2026-06-06T00:49:54.229Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2455 | 2026-06-06T00:49:54.253Z | Checking num-integer v0.1.46 |
| 2456 | 2026-06-06T00:49:54.305Z | Checking hyper v1.8.1 |
| 2457 | 2026-06-06T00:49:54.322Z | Checking toml_datetime v0.6.11 |
| 2458 | 2026-06-06T00:49:54.338Z | Checking serde_spanned v0.6.9 |
| 2459 | 2026-06-06T00:49:54.351Z | Checking md-5 v0.10.6 |
| 2460 | 2026-06-06T00:49:54.463Z | Checking ff v0.13.1 |
| 2461 | 2026-06-06T00:49:54.476Z | Checking encoding_rs v0.8.35 |
| 2462 | 2026-06-06T00:49:54.489Z | Checking base16ct v0.2.0 |
| 2463 | 2026-06-06T00:49:54.503Z | Checking psl-types v2.0.11 |
| 2464 | 2026-06-06T00:49:54.596Z | Checking zlib-rs v0.6.2 |
| 2465 | 2026-06-06T00:49:54.612Z | Checking mime v0.3.17 |
| 2466 | 2026-06-06T00:49:54.626Z | Checking fallible-iterator v0.2.0 |
| 2467 | 2026-06-06T00:49:54.786Z | Checking publicsuffix v2.3.0 |
| 2468 | 2026-06-06T00:49:54.898Z | Checking postgres-protocol v0.6.10 |
| 2469 | 2026-06-06T00:49:54.952Z | Checking sec1 v0.7.3 |
| 2470 | 2026-06-06T00:49:55.158Z | Checking group v0.13.0 |
| 2471 | 2026-06-06T00:49:55.207Z | Checking hyper-util v0.1.20 |
| 2472 | 2026-06-06T00:49:55.222Z | Checking num-iter v0.1.45 |
| 2473 | 2026-06-06T00:49:55.225Z | Checking goblin v0.8.2 |
| 2474 | 2026-06-06T00:49:55.301Z | Checking zstd-safe v7.2.4 |
| 2475 | 2026-06-06T00:49:55.332Z | Checking heapless v0.7.17 |
| 2476 | 2026-06-06T00:49:55.411Z | Checking rand v0.8.6 |
| 2477 | 2026-06-06T00:49:55.461Z | Checking flate2 v1.1.9 |
| 2478 | 2026-06-06T00:49:55.473Z | Checking cookie v0.18.1 |
| 2479 | 2026-06-06T00:49:55.683Z | Checking dof v0.4.0 |
| 2480 | 2026-06-06T00:49:55.697Z | Checking oxnet v0.1.4 |
| 2481 | 2026-06-06T00:49:55.742Z | Compiling iddqd v0.4.2 |
| 2482 | 2026-06-06T00:49:55.758Z | Checking dtrace-parser v0.3.0 |
| 2483 | 2026-06-06T00:49:55.920Z | Checking phf_shared v0.13.1 |
| 2484 | 2026-06-06T00:49:55.933Z | Checking lazy_static v1.5.0 |
| 2485 | 2026-06-06T00:49:55.994Z | Checking zerocopy v0.7.35 |
| 2486 | 2026-06-06T00:49:56.022Z | Checking pin-project v1.1.11 |
| 2487 | 2026-06-06T00:49:56.095Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2488 | 2026-06-06T00:49:56.122Z | Checking signal-hook v0.3.18 |
| 2489 | 2026-06-06T00:49:56.135Z | Checking terminal_size v0.4.3 |
| 2490 | 2026-06-06T00:49:56.187Z | Checking futures-executor v0.3.32 |
| 2491 | 2026-06-06T00:49:56.247Z | Checking hex v0.4.3 |
| 2492 | 2026-06-06T00:49:56.307Z | Checking hkdf v0.12.4 |
| 2493 | 2026-06-06T00:49:56.324Z | Checking crypto-bigint v0.5.5 |
| 2494 | 2026-06-06T00:49:56.336Z | Checking thread-id v5.1.0 |
| 2495 | 2026-06-06T00:49:56.414Z | Checking foldhash v0.2.0 |
| 2496 | 2026-06-06T00:49:56.438Z | Checking managed v0.8.0 |
| 2497 | 2026-06-06T00:49:56.451Z | Checking hyper-rustls v0.27.7 |
| 2498 | 2026-06-06T00:49:56.467Z | Checking hyper-tls v0.6.0 |
| 2499 | 2026-06-06T00:49:56.479Z | Checking winnow v0.7.14 |
| 2500 | 2026-06-06T00:49:56.566Z | Checking bumpalo v3.20.2 |
| 2501 | 2026-06-06T00:49:56.618Z | Checking foldhash v0.1.5 |
| 2502 | 2026-06-06T00:49:56.633Z | Compiling rayon-core v1.13.0 |
| 2503 | 2026-06-06T00:49:56.651Z | Checking winnow v0.5.40 |
| 2504 | 2026-06-06T00:49:56.749Z | Checking either v1.15.0 |
| 2505 | 2026-06-06T00:49:56.762Z | Checking clap_lex v1.0.0 |
| 2506 | 2026-06-06T00:49:56.809Z | Checking bitflags v1.3.2 |
| 2507 | 2026-06-06T00:49:56.882Z | Checking strsim v0.11.1 |
| 2508 | 2026-06-06T00:49:56.911Z | Checking same-file v1.0.6 |
| 2509 | 2026-06-06T00:49:56.933Z | Checking libbz2-rs-sys v0.2.2 |
| 2510 | 2026-06-06T00:49:57.024Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2511 | 2026-06-06T00:49:57.036Z | Checking walkdir v2.5.0 |
| 2512 | 2026-06-06T00:49:57.049Z | Checking clap_builder v4.5.60 |
| 2513 | 2026-06-06T00:49:57.123Z | Checking dof v0.3.0 |
| 2514 | 2026-06-06T00:49:57.194Z | Checking smoltcp v0.9.1 |
| 2515 | 2026-06-06T00:49:57.224Z | Checking elliptic-curve v0.13.8 |
| 2516 | 2026-06-06T00:49:57.240Z | Checking zopfli v0.8.3 |
| 2517 | 2026-06-06T00:49:57.326Z | Checking bzip2 v0.6.1 |
| 2518 | 2026-06-06T00:49:57.406Z | Checking hashbrown v0.15.5 |
| 2519 | 2026-06-06T00:49:57.488Z | Checking reqwest v0.12.28 |
| 2520 | 2026-06-06T00:49:57.526Z | Checking hashbrown v0.16.1 |
| 2521 | 2026-06-06T00:49:57.566Z | Checking usdt-impl v0.6.0 |
| 2522 | 2026-06-06T00:49:57.656Z | Checking futures v0.3.32 |
| 2523 | 2026-06-06T00:49:57.735Z | Checking signal-hook-mio v0.2.5 |
| 2524 | 2026-06-06T00:49:57.783Z | Checking bzip2 v0.4.4 |
| 2525 | 2026-06-06T00:49:57.796Z | Checking toml_edit v0.19.15 |
| 2526 | 2026-06-06T00:49:57.835Z | Checking phf v0.13.1 |
| 2527 | 2026-06-06T00:49:57.849Z | Checking snafu v0.8.9 |
| 2528 | 2026-06-06T00:49:57.869Z | Checking num-bigint-dig v0.8.6 |
| 2529 | 2026-06-06T00:49:57.983Z | Checking cookie_store v0.22.1 |
| 2530 | 2026-06-06T00:49:58.019Z | Checking zstd v0.13.3 |
| 2531 | 2026-06-06T00:49:58.079Z | Checking postgres-types v0.2.12 |
| 2532 | 2026-06-06T00:49:58.183Z | Checking dtrace-parser v0.2.0 |
| 2533 | 2026-06-06T00:49:58.205Z | Checking crossbeam-deque v0.8.6 |
| 2534 | 2026-06-06T00:49:58.279Z | Checking globset v0.4.18 |
| 2535 | 2026-06-06T00:49:58.310Z | Checking rustls-platform-verifier v0.6.2 |
| 2536 | 2026-06-06T00:49:58.337Z | Checking regex v1.12.3 |
| 2537 | 2026-06-06T00:49:58.379Z | Checking ed25519 v2.2.3 |
| 2538 | 2026-06-06T00:49:58.393Z | Checking phf_shared v0.11.3 |
| 2539 | 2026-06-06T00:49:58.410Z | Checking olpc-cjson v0.1.4 |
| 2540 | 2026-06-06T00:49:58.464Z | Checking ref-cast v1.0.25 |
| 2541 | 2026-06-06T00:49:58.538Z | Checking curve25519-dalek v4.1.3 |
| 2542 | 2026-06-06T00:49:58.551Z | Checking strum v0.27.2 |
| 2543 | 2026-06-06T00:49:58.562Z | Checking hubpack v0.1.2 |
| 2544 | 2026-06-06T00:49:58.573Z | Checking memoffset v0.9.1 |
| 2545 | 2026-06-06T00:49:58.585Z | Checking rustix v0.38.44 |
| 2546 | 2026-06-06T00:49:58.631Z | Checking pkcs1 v0.7.5 |
| 2547 | 2026-06-06T00:49:58.648Z | Checking pem v3.0.6 |
| 2548 | 2026-06-06T00:49:58.661Z | Checking float-cmp v0.10.0 |
| 2549 | 2026-06-06T00:49:58.705Z | Checking serde_plain v1.0.2 |
| 2550 | 2026-06-06T00:49:58.724Z | Checking erased-serde v0.3.31 |
| 2551 | 2026-06-06T00:49:58.784Z | Checking serde-big-array v0.5.1 |
| 2552 | 2026-06-06T00:49:58.801Z | Checking rfc6979 v0.4.0 |
| 2553 | 2026-06-06T00:49:58.836Z | Checking thread-id v4.2.2 |
| 2554 | 2026-06-06T00:49:58.850Z | Checking memmap2 v0.9.10 |
| 2555 | 2026-06-06T00:49:58.853Z | Checking env_filter v1.0.0 |
| 2556 | 2026-06-06T00:49:58.914Z | Checking difflib v0.4.0 |
| 2557 | 2026-06-06T00:49:58.918Z | Checking whoami v2.1.0 |
| 2558 | 2026-06-06T00:49:58.919Z | Checking precomputed-hash v0.1.1 |
| 2559 | 2026-06-06T00:49:58.999Z | Checking normalize-line-endings v0.3.0 |
| 2560 | 2026-06-06T00:49:59.011Z | Checking static_assertions v1.1.0 |
| 2561 | 2026-06-06T00:49:59.015Z | Checking data-encoding v2.10.0 |
| 2562 | 2026-06-06T00:49:59.081Z | Checking predicates-core v1.0.10 |
| 2563 | 2026-06-06T00:49:59.098Z | Checking fixedbitset v0.4.2 |
| 2564 | 2026-06-06T00:49:59.105Z | Checking new_debug_unreachable v1.0.6 |
| 2565 | 2026-06-06T00:49:59.108Z | Checking keccak v0.1.6 |
| 2566 | 2026-06-06T00:49:59.108Z | Checking typed-path v0.9.3 |
| 2567 | 2026-06-06T00:49:59.194Z | Checking fixedbitset v0.5.7 |
| 2568 | 2026-06-06T00:49:59.207Z | Checking toml_write v0.1.2 |
| 2569 | 2026-06-06T00:49:59.238Z | Checking jiff v0.2.21 |
| 2570 | 2026-06-06T00:49:59.281Z | Checking unicode-segmentation v1.12.0 |
| 2571 | 2026-06-06T00:49:59.293Z | Checking hickory-proto v0.25.2 |
| 2572 | 2026-06-06T00:49:59.316Z | Checking ed25519-dalek v2.2.0 |
| 2573 | 2026-06-06T00:49:59.367Z | Checking toml_edit v0.22.27 |
| 2574 | 2026-06-06T00:49:59.381Z | Checking crossterm v0.28.1 |
| 2575 | 2026-06-06T00:49:59.394Z | Checking petgraph v0.8.3 |
| 2576 | 2026-06-06T00:49:59.544Z | Checking sha3 v0.10.8 |
| 2577 | 2026-06-06T00:49:59.587Z | Checking similar v2.7.0 |
| 2578 | 2026-06-06T00:49:59.751Z | Checking petgraph v0.6.5 |
| 2579 | 2026-06-06T00:49:59.879Z | Checking tough v0.22.0 |
| 2580 | 2026-06-06T00:49:59.972Z | Checking predicates v3.1.4 |
| 2581 | 2026-06-06T00:50:00.086Z | Checking string_cache v0.8.9 |
| 2582 | 2026-06-06T00:50:00.250Z | Checking tokio-postgres v0.7.16 |
| 2583 | 2026-06-06T00:50:00.271Z | Checking slog v2.8.2 |
| 2584 | 2026-06-06T00:50:00.471Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2585 | 2026-06-06T00:50:00.536Z | Checking usdt v0.6.0 |
| 2586 | 2026-06-06T00:50:00.706Z | Checking env_logger v0.11.9 |
| 2587 | 2026-06-06T00:50:00.901Z | Checking ecdsa v0.16.9 |
| 2588 | 2026-06-06T00:50:00.962Z | Checking usdt-impl v0.5.0 |
| 2589 | 2026-06-06T00:50:00.993Z | Checking rsa v0.9.10 |
| 2590 | 2026-06-06T00:50:01.239Z | Checking toml v0.7.8 |
| 2591 | 2026-06-06T00:50:01.239Z | Checking nix v0.31.2 |
| 2592 | 2026-06-06T00:50:01.444Z | Checking zip v4.6.1 |
| 2593 | 2026-06-06T00:50:01.478Z | Checking reqwest v0.13.2 |
| 2594 | 2026-06-06T00:50:01.881Z | Checking clap v4.5.60 |
| 2595 | 2026-06-06T00:50:01.896Z | Checking zip v0.6.6 |
| 2596 | 2026-06-06T00:50:01.962Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2597 | 2026-06-06T00:50:02.045Z | Checking itertools v0.13.0 |
| 2598 | 2026-06-06T00:50:02.062Z | Checking serde_with v3.17.0 |
| 2599 | 2026-06-06T00:50:02.216Z | Checking strum v0.26.3 |
| 2600 | 2026-06-06T00:50:02.289Z | Checking fs-err v3.3.0 |
| 2601 | 2026-06-06T00:50:02.302Z | Checking ahash v0.8.12 |
| 2602 | 2026-06-06T00:50:02.321Z | Checking object v0.37.3 |
| 2603 | 2026-06-06T00:50:02.324Z | Checking tokio-stream v0.1.18 |
| 2604 | 2026-06-06T00:50:02.357Z | Checking buf-list v1.1.2 |
| 2605 | 2026-06-06T00:50:02.489Z | Checking camino v1.2.2 |
| 2606 | 2026-06-06T00:50:02.538Z | Checking anyhow v1.0.102 |
| 2607 | 2026-06-06T00:50:02.585Z | Checking x509-cert v0.2.5 |
| 2608 | 2026-06-06T00:50:02.711Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2609 | 2026-06-06T00:50:02.737Z | Checking openapiv3 v2.2.0 |
| 2610 | 2026-06-06T00:50:02.740Z | Checking sha1 v0.10.6 |
| 2611 | 2026-06-06T00:50:02.761Z | Checking peg-runtime v0.8.5 |
| 2612 | 2026-06-06T00:50:02.899Z | Checking lalrpop-util v0.19.12 |
| 2613 | 2026-06-06T00:50:02.912Z | Checking rayon v1.11.0 |
| 2614 | 2026-06-06T00:50:02.969Z | Checking sigpipe v0.1.3 |
| 2615 | 2026-06-06T00:50:03.049Z | Checking glob v0.3.3 |
| 2616 | 2026-06-06T00:50:04.552Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2617 | 2026-06-06T00:50:04.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.18s |
| 2618 | 2026-06-06T00:50:04.998Z | |
| 2619 | 2026-06-06T00:50:04.998Z | info: running `cargo check --bins` on internal-dns-types (77/295) |
| 2620 | 2026-06-06T00:50:05.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2621 | 2026-06-06T00:50:05.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2622 | 2026-06-06T00:50:05.510Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2623 | 2026-06-06T00:50:05.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2624 | 2026-06-06T00:50:05.600Z | |
| 2625 | 2026-06-06T00:50:05.601Z | info: running `cargo check --bins` on internal-dns-types-versions (78/295) |
| 2626 | 2026-06-06T00:50:06.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2627 | 2026-06-06T00:50:06.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2628 | 2026-06-06T00:50:06.111Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2629 | 2026-06-06T00:50:06.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2630 | 2026-06-06T00:50:06.204Z | |
| 2631 | 2026-06-06T00:50:06.204Z | info: running `cargo check --bins` on nexus-types-versions (79/295) |
| 2632 | 2026-06-06T00:50:06.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2633 | 2026-06-06T00:50:06.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2634 | 2026-06-06T00:50:06.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2635 | 2026-06-06T00:50:06.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2636 | 2026-06-06T00:50:06.823Z | |
| 2637 | 2026-06-06T00:50:06.823Z | info: running `cargo check --bins` on oxql-types (80/295) |
| 2638 | 2026-06-06T00:50:07.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2639 | 2026-06-06T00:50:07.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2640 | 2026-06-06T00:50:07.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2641 | 2026-06-06T00:50:07.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2642 | 2026-06-06T00:50:07.419Z | |
| 2643 | 2026-06-06T00:50:07.419Z | info: running `cargo check --bins` on oximeter-types (81/295) |
| 2644 | 2026-06-06T00:50:07.925Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2645 | 2026-06-06T00:50:07.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2646 | 2026-06-06T00:50:07.928Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2647 | 2026-06-06T00:50:07.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2648 | 2026-06-06T00:50:08.022Z | |
| 2649 | 2026-06-06T00:50:08.022Z | info: running `cargo check --bins` on oximeter-types-versions (82/295) |
| 2650 | 2026-06-06T00:50:08.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2651 | 2026-06-06T00:50:08.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2652 | 2026-06-06T00:50:08.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2653 | 2026-06-06T00:50:08.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2654 | 2026-06-06T00:50:08.624Z | |
| 2655 | 2026-06-06T00:50:08.624Z | info: running `cargo check --bins` on oximeter-macro-impl (83/295) |
| 2656 | 2026-06-06T00:50:09.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2657 | 2026-06-06T00:50:09.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2658 | 2026-06-06T00:50:09.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2659 | 2026-06-06T00:50:09.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2660 | 2026-06-06T00:50:09.207Z | |
| 2661 | 2026-06-06T00:50:09.207Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/295) |
| 2662 | 2026-06-06T00:50:09.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2663 | 2026-06-06T00:50:09.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2664 | 2026-06-06T00:50:09.900Z | Compiling structmeta-derive v0.3.0 |
| 2665 | 2026-06-06T00:50:10.017Z | Compiling rustls v0.22.4 |
| 2666 | 2026-06-06T00:50:10.027Z | Compiling multer v3.1.0 |
| 2667 | 2026-06-06T00:50:10.036Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2668 | 2026-06-06T00:50:10.036Z | Compiling async-stream-impl v0.3.6 |
| 2669 | 2026-06-06T00:50:10.056Z | Compiling dropshot v0.17.0 |
| 2670 | 2026-06-06T00:50:10.071Z | Compiling newtype-uuid-macros v0.1.0 |
| 2671 | 2026-06-06T00:50:10.071Z | Compiling dropshot_endpoint v0.17.0 |
| 2672 | 2026-06-06T00:50:10.196Z | Checking newtype-uuid v1.3.2 |
| 2673 | 2026-06-06T00:50:10.282Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2674 | 2026-06-06T00:50:10.321Z | Checking rustls-webpki v0.102.8 |
| 2675 | 2026-06-06T00:50:10.399Z | Checking daft v0.1.7 |
| 2676 | 2026-06-06T00:50:10.414Z | Checking thread_local v1.1.9 |
| 2677 | 2026-06-06T00:50:10.584Z | Checking compression-core v0.4.31 |
| 2678 | 2026-06-06T00:50:10.617Z | Checking match_cfg v0.1.0 |
| 2679 | 2026-06-06T00:50:10.635Z | Checking iddqd v0.4.2 |
| 2680 | 2026-06-06T00:50:10.685Z | Checking hostname v0.3.1 |
| 2681 | 2026-06-06T00:50:10.715Z | Checking compression-codecs v0.4.37 |
| 2682 | 2026-06-06T00:50:10.734Z | Checking crossbeam-channel v0.5.15 |
| 2683 | 2026-06-06T00:50:10.783Z | Checking slog-json v2.6.1 |
| 2684 | 2026-06-06T00:50:10.814Z | Checking is-terminal v0.4.17 |
| 2685 | 2026-06-06T00:50:10.881Z | Checking serde_spanned v1.0.4 |
| 2686 | 2026-06-06T00:50:10.902Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2687 | 2026-06-06T00:50:10.939Z | Checking term v1.2.1 |
| 2688 | 2026-06-06T00:50:11.012Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2689 | 2026-06-06T00:50:11.062Z | Compiling structmeta v0.3.0 |
| 2690 | 2026-06-06T00:50:11.074Z | Checking debug-ignore v1.0.5 |
| 2691 | 2026-06-06T00:50:11.103Z | Checking take_mut v0.2.2 |
| 2692 | 2026-06-06T00:50:11.160Z | Checking slog-term v2.9.2 |
| 2693 | 2026-06-06T00:50:11.174Z | Checking slog-bunyan v2.5.0 |
| 2694 | 2026-06-06T00:50:11.194Z | Checking toml v1.0.6+spec-1.1.0 |
| 2695 | 2026-06-06T00:50:11.207Z | Checking slog-async v2.8.0 |
| 2696 | 2026-06-06T00:50:11.280Z | Compiling derive-ex v0.1.8 |
| 2697 | 2026-06-06T00:50:11.290Z | Compiling parse-display-derive v0.10.0 |
| 2698 | 2026-06-06T00:50:11.379Z | Checking async-compression v0.4.41 |
| 2699 | 2026-06-06T00:50:11.418Z | Checking async-stream v0.3.6 |
| 2700 | 2026-06-06T00:50:11.547Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2701 | 2026-06-06T00:50:11.560Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2702 | 2026-06-06T00:50:11.621Z | Checking progenitor-client v0.14.0 |
| 2703 | 2026-06-06T00:50:11.638Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2704 | 2026-06-06T00:50:11.775Z | Checking waitgroup v0.1.2 |
| 2705 | 2026-06-06T00:50:11.788Z | Checking backon v1.6.0 |
| 2706 | 2026-06-06T00:50:11.835Z | Checking rustls-pemfile v2.2.0 |
| 2707 | 2026-06-06T00:50:11.873Z | Checking serde_path_to_error v0.1.20 |
| 2708 | 2026-06-06T00:50:11.877Z | Checking hostname v0.4.2 |
| 2709 | 2026-06-06T00:50:11.950Z | Checking instant v0.1.13 |
| 2710 | 2026-06-06T00:50:12.036Z | Checking backoff v0.4.0 |
| 2711 | 2026-06-06T00:50:12.143Z | Checking tokio-rustls v0.25.0 |
| 2712 | 2026-06-06T00:50:12.155Z | Checking progenitor-extras v0.2.0 |
| 2713 | 2026-06-06T00:50:12.199Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2714 | 2026-06-06T00:50:12.212Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2715 | 2026-06-06T00:50:12.372Z | Checking itertools v0.14.0 |
| 2716 | 2026-06-06T00:50:12.409Z | Checking progenitor-client v0.10.0 |
| 2717 | 2026-06-06T00:50:12.579Z | Checking regress v0.10.5 |
| 2718 | 2026-06-06T00:50:12.598Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2719 | 2026-06-06T00:50:12.847Z | Checking macaddr v1.0.1 |
| 2720 | 2026-06-06T00:50:12.964Z | Compiling test-strategy v0.4.5 |
| 2721 | 2026-06-06T00:50:12.977Z | Checking parse-display v0.10.0 |
| 2722 | 2026-06-06T00:50:13.211Z | Checking humantime v2.3.0 |
| 2723 | 2026-06-06T00:50:14.249Z | Compiling prettyplease v0.2.37 |
| 2724 | 2026-06-06T00:50:14.500Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2725 | 2026-06-06T00:50:14.667Z | Checking num-rational v0.4.2 |
| 2726 | 2026-06-06T00:50:14.868Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2727 | 2026-06-06T00:50:15.137Z | Checking num-complex v0.4.6 |
| 2728 | 2026-06-06T00:50:15.870Z | Compiling num v0.4.3 |
| 2729 | 2026-06-06T00:50:15.929Z | Compiling usdt-macro v0.5.0 |
| 2730 | 2026-06-06T00:50:15.956Z | Compiling usdt-attr-macro v0.5.0 |
| 2731 | 2026-06-06T00:50:15.959Z | Checking memmap v0.7.0 |
| 2732 | 2026-06-06T00:50:15.998Z | Checking float-ord v0.3.2 |
| 2733 | 2026-06-06T00:50:16.099Z | Checking unicode-width v0.2.0 |
| 2734 | 2026-06-06T00:50:16.116Z | Compiling convert_case v0.4.0 |
| 2735 | 2026-06-06T00:50:16.355Z | Checking console v0.15.11 |
| 2736 | 2026-06-06T00:50:16.480Z | Compiling derive_more v0.99.20 |
| 2737 | 2026-06-06T00:50:16.633Z | Checking newline-converter v0.3.0 |
| 2738 | 2026-06-06T00:50:16.674Z | Checking atomicwrites v0.4.4 |
| 2739 | 2026-06-06T00:50:16.726Z | Checking usdt v0.5.0 |
| 2740 | 2026-06-06T00:50:16.745Z | Compiling toml v0.8.23 |
| 2741 | 2026-06-06T00:50:16.803Z | Checking linked-hash-map v0.5.6 |
| 2742 | 2026-06-06T00:50:16.894Z | Compiling minimal-lexical v0.2.1 |
| 2743 | 2026-06-06T00:50:16.976Z | Checking lru-cache v0.1.2 |
| 2744 | 2026-06-06T00:50:17.103Z | Compiling nom v7.1.3 |
| 2745 | 2026-06-06T00:50:17.154Z | Checking expectorate v1.2.0 |
| 2746 | 2026-06-06T00:50:17.696Z | Checking camino-tempfile v1.4.1 |
| 2747 | 2026-06-06T00:50:17.801Z | Checking hickory-proto v0.24.4 |
| 2748 | 2026-06-06T00:50:17.859Z | Checking phf_shared v0.12.1 |
| 2749 | 2026-06-06T00:50:18.007Z | Compiling slog-dtrace v0.3.0 |
| 2750 | 2026-06-06T00:50:18.050Z | Checking resolv-conf v0.7.6 |
| 2751 | 2026-06-06T00:50:18.201Z | Checking heck v0.5.0 |
| 2752 | 2026-06-06T00:50:18.234Z | Compiling chrono-tz v0.10.4 |
| 2753 | 2026-06-06T00:50:18.335Z | Compiling const_format_proc_macros v0.2.34 |
| 2754 | 2026-06-06T00:50:18.473Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2755 | 2026-06-06T00:50:18.487Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2756 | 2026-06-06T00:50:18.549Z | Checking phf v0.12.1 |
| 2757 | 2026-06-06T00:50:18.697Z | Checking tokio-dtrace v0.1.1 |
| 2758 | 2026-06-06T00:50:18.891Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2759 | 2026-06-06T00:50:18.966Z | Compiling derive-where v1.6.0 |
| 2760 | 2026-06-06T00:50:19.057Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2761 | 2026-06-06T00:50:19.428Z | Checking highway v1.3.0 |
| 2762 | 2026-06-06T00:50:19.666Z | Checking const_format v0.2.35 |
| 2763 | 2026-06-06T00:50:19.681Z | Checking hickory-resolver v0.24.4 |
| 2764 | 2026-06-06T00:50:19.838Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2765 | 2026-06-06T00:50:19.924Z | Checking oxide-tokio-rt v0.1.4 |
| 2766 | 2026-06-06T00:50:20.053Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2767 | 2026-06-06T00:50:20.322Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2768 | 2026-06-06T00:50:20.338Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2769 | 2026-06-06T00:50:20.409Z | Checking qorb v0.4.1 |
| 2770 | 2026-06-06T00:50:20.503Z | Checking gethostname v0.5.0 |
| 2771 | 2026-06-06T00:50:20.521Z | Checking bcs v0.1.6 |
| 2772 | 2026-06-06T00:50:20.583Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2773 | 2026-06-06T00:50:20.597Z | Checking termtree v0.5.1 |
| 2774 | 2026-06-06T00:50:23.927Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2775 | 2026-06-06T00:50:26.705Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2776 | 2026-06-06T00:50:28.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.59s |
| 2777 | 2026-06-06T00:50:28.986Z | |
| 2778 | 2026-06-06T00:50:28.986Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/295) |
| 2779 | 2026-06-06T00:50:29.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2780 | 2026-06-06T00:50:29.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2781 | 2026-06-06T00:50:29.665Z | Compiling ar_archive_writer v0.5.1 |
| 2782 | 2026-06-06T00:50:29.777Z | Compiling stacker v0.1.23 |
| 2783 | 2026-06-06T00:50:29.783Z | Compiling cfg_aliases v0.1.1 |
| 2784 | 2026-06-06T00:50:29.790Z | Compiling convert_case v0.10.0 |
| 2785 | 2026-06-06T00:50:29.796Z | Checking unicode-width v0.1.14 |
| 2786 | 2026-06-06T00:50:29.805Z | Compiling proc-macro-error v1.0.4 |
| 2787 | 2026-06-06T00:50:29.816Z | Checking fd-lock v4.0.4 |
| 2788 | 2026-06-06T00:50:29.819Z | Checking nibble_vec v0.1.0 |
| 2789 | 2026-06-06T00:50:29.841Z | Compiling nix v0.28.0 |
| 2790 | 2026-06-06T00:50:29.928Z | Checking vte v0.14.1 |
| 2791 | 2026-06-06T00:50:29.949Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2792 | 2026-06-06T00:50:30.031Z | Checking bytecount v0.6.9 |
| 2793 | 2026-06-06T00:50:30.044Z | Checking endian-type v0.1.2 |
| 2794 | 2026-06-06T00:50:30.080Z | Checking strip-ansi-escapes v0.2.1 |
| 2795 | 2026-06-06T00:50:30.092Z | Compiling derive_more-impl v2.1.1 |
| 2796 | 2026-06-06T00:50:30.104Z | Compiling tabled_derive v0.7.0 |
| 2797 | 2026-06-06T00:50:30.131Z | Checking papergrid v0.11.0 |
| 2798 | 2026-06-06T00:50:30.167Z | Checking radix_trie v0.2.1 |
| 2799 | 2026-06-06T00:50:30.192Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2800 | 2026-06-06T00:50:30.347Z | Compiling peg-macros v0.8.5 |
| 2801 | 2026-06-06T00:50:30.370Z | Checking winnow v0.6.26 |
| 2802 | 2026-06-06T00:50:30.613Z | Compiling psm v0.1.30 |
| 2803 | 2026-06-06T00:50:30.655Z | Compiling sqlparser_derive v0.5.0 |
| 2804 | 2026-06-06T00:50:30.745Z | Checking home v0.5.12 |
| 2805 | 2026-06-06T00:50:30.857Z | Checking nu-ansi-term v0.50.3 |
| 2806 | 2026-06-06T00:50:30.894Z | Checking derive_more v2.1.1 |
| 2807 | 2026-06-06T00:50:30.975Z | Checking unicode_categories v0.1.1 |
| 2808 | 2026-06-06T00:50:31.055Z | Checking tabled v0.15.0 |
| 2809 | 2026-06-06T00:50:31.068Z | Checking reedline v0.40.0 |
| 2810 | 2026-06-06T00:50:31.130Z | Checking rustyline v14.0.0 |
| 2811 | 2026-06-06T00:50:31.134Z | Checking crossterm v0.29.0 |
| 2812 | 2026-06-06T00:50:31.387Z | Checking recursive v0.1.1 |
| 2813 | 2026-06-06T00:50:31.437Z | Checking display-error-chain v0.2.2 |
| 2814 | 2026-06-06T00:50:31.481Z | Checking sqlparser v0.61.0 |
| 2815 | 2026-06-06T00:50:31.535Z | Checking sqlformat v0.3.5 |
| 2816 | 2026-06-06T00:50:31.719Z | Checking peg v0.8.5 |
| 2817 | 2026-06-06T00:50:42.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.68s |
| 2818 | 2026-06-06T00:50:42.857Z | |
| 2819 | 2026-06-06T00:50:42.857Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/295) |
| 2820 | 2026-06-06T00:50:43.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2821 | 2026-06-06T00:50:43.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2822 | 2026-06-06T00:50:43.544Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2823 | 2026-06-06T00:50:47.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s |
| 2824 | 2026-06-06T00:50:47.195Z | |
| 2825 | 2026-06-06T00:50:47.195Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/295) |
| 2826 | 2026-06-06T00:50:47.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2827 | 2026-06-06T00:50:47.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2828 | 2026-06-06T00:50:47.877Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2829 | 2026-06-06T00:50:50.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s |
| 2830 | 2026-06-06T00:50:50.531Z | |
| 2831 | 2026-06-06T00:50:50.531Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/295) |
| 2832 | 2026-06-06T00:50:51.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2833 | 2026-06-06T00:50:51.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2834 | 2026-06-06T00:50:51.217Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2835 | 2026-06-06T00:50:54.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s |
| 2836 | 2026-06-06T00:50:54.647Z | |
| 2837 | 2026-06-06T00:50:54.648Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/295) |
| 2838 | 2026-06-06T00:50:55.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2839 | 2026-06-06T00:50:55.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2840 | 2026-06-06T00:50:55.331Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2841 | 2026-06-06T00:50:58.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s |
| 2842 | 2026-06-06T00:50:58.828Z | |
| 2843 | 2026-06-06T00:50:58.828Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/295) |
| 2844 | 2026-06-06T00:50:59.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2845 | 2026-06-06T00:50:59.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2846 | 2026-06-06T00:50:59.507Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2847 | 2026-06-06T00:51:02.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s |
| 2848 | 2026-06-06T00:51:02.276Z | |
| 2849 | 2026-06-06T00:51:02.276Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/295) |
| 2850 | 2026-06-06T00:51:02.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2851 | 2026-06-06T00:51:02.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2852 | 2026-06-06T00:51:02.962Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2853 | 2026-06-06T00:51:05.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.33s |
| 2854 | 2026-06-06T00:51:05.927Z | |
| 2855 | 2026-06-06T00:51:05.927Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/295) |
| 2856 | 2026-06-06T00:51:06.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2857 | 2026-06-06T00:51:06.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2858 | 2026-06-06T00:51:06.486Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2859 | 2026-06-06T00:51:09.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s |
| 2860 | 2026-06-06T00:51:10.085Z | |
| 2861 | 2026-06-06T00:51:10.085Z | info: running `cargo check --bins` on oximeter (93/295) |
| 2862 | 2026-06-06T00:51:10.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2863 | 2026-06-06T00:51:10.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2864 | 2026-06-06T00:51:10.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2865 | 2026-06-06T00:51:10.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2866 | 2026-06-06T00:51:10.689Z | |
| 2867 | 2026-06-06T00:51:10.689Z | info: running `cargo check --bins` on oximeter-schema (94/295) |
| 2868 | 2026-06-06T00:51:11.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2869 | 2026-06-06T00:51:11.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2870 | 2026-06-06T00:51:11.336Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2871 | 2026-06-06T00:51:11.513Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2872 | 2026-06-06T00:51:11.516Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2873 | 2026-06-06T00:51:11.849Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2874 | 2026-06-06T00:51:14.746Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2875 | 2026-06-06T00:51:15.978Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2876 | 2026-06-06T00:51:16.192Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2877 | 2026-06-06T00:51:16.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.19s |
| 2878 | 2026-06-06T00:51:17.066Z | |
| 2879 | 2026-06-06T00:51:17.066Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/295) |
| 2880 | 2026-06-06T00:51:17.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2881 | 2026-06-06T00:51:17.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2882 | 2026-06-06T00:51:17.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2883 | 2026-06-06T00:51:17.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2884 | 2026-06-06T00:51:17.676Z | |
| 2885 | 2026-06-06T00:51:17.676Z | info: running `cargo check --bins` on oximeter-test-utils (96/295) |
| 2886 | 2026-06-06T00:51:18.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2887 | 2026-06-06T00:51:18.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2888 | 2026-06-06T00:51:18.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2889 | 2026-06-06T00:51:18.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2890 | 2026-06-06T00:51:18.322Z | |
| 2891 | 2026-06-06T00:51:18.322Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/295) |
| 2892 | 2026-06-06T00:51:18.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2893 | 2026-06-06T00:51:18.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2894 | 2026-06-06T00:51:18.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2895 | 2026-06-06T00:51:18.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2896 | 2026-06-06T00:51:18.976Z | |
| 2897 | 2026-06-06T00:51:18.977Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/295) |
| 2898 | 2026-06-06T00:51:19.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2899 | 2026-06-06T00:51:19.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2900 | 2026-06-06T00:51:19.435Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2901 | 2026-06-06T00:51:19.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2902 | 2026-06-06T00:51:19.534Z | |
| 2903 | 2026-06-06T00:51:19.534Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/295) |
| 2904 | 2026-06-06T00:51:20.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2905 | 2026-06-06T00:51:20.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2906 | 2026-06-06T00:51:20.054Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2907 | 2026-06-06T00:51:20.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2908 | 2026-06-06T00:51:20.153Z | |
| 2909 | 2026-06-06T00:51:20.153Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/295) |
| 2910 | 2026-06-06T00:51:20.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2911 | 2026-06-06T00:51:20.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2912 | 2026-06-06T00:51:20.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2913 | 2026-06-06T00:51:20.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2914 | 2026-06-06T00:51:20.753Z | |
| 2915 | 2026-06-06T00:51:20.753Z | info: running `cargo check --bins` on trust-quorum-types (101/295) |
| 2916 | 2026-06-06T00:51:21.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2917 | 2026-06-06T00:51:21.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2918 | 2026-06-06T00:51:21.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2919 | 2026-06-06T00:51:21.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2920 | 2026-06-06T00:51:21.369Z | |
| 2921 | 2026-06-06T00:51:21.369Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/295) |
| 2922 | 2026-06-06T00:51:21.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2923 | 2026-06-06T00:51:21.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2924 | 2026-06-06T00:51:21.864Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2925 | 2026-06-06T00:51:21.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2926 | 2026-06-06T00:51:21.955Z | |
| 2927 | 2026-06-06T00:51:21.955Z | info: running `cargo check --bins` on update-engine (103/295) |
| 2928 | 2026-06-06T00:51:22.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2929 | 2026-06-06T00:51:22.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2930 | 2026-06-06T00:51:22.505Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2931 | 2026-06-06T00:51:22.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2932 | 2026-06-06T00:51:23.158Z | |
| 2933 | 2026-06-06T00:51:23.159Z | info: running `cargo check --bins` on omicron-clickhouse-admin (104/295) |
| 2934 | 2026-06-06T00:51:23.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2935 | 2026-06-06T00:51:23.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2936 | 2026-06-06T00:51:23.308Z | Compiling crucible-workspace-hack v0.1.0 |
| 2937 | 2026-06-06T00:51:23.409Z | Checking secrecy v0.10.3 |
| 2938 | 2026-06-06T00:51:23.413Z | Compiling heapless v0.8.0 |
| 2939 | 2026-06-06T00:51:23.419Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2940 | 2026-06-06T00:51:23.427Z | Compiling ingot-macros v0.1.1 |
| 2941 | 2026-06-06T00:51:23.434Z | Checking hash32 v0.3.1 |
| 2942 | 2026-06-06T00:51:23.442Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2943 | 2026-06-06T00:51:23.442Z | Compiling smoltcp v0.11.0 |
| 2944 | 2026-06-06T00:51:23.505Z | Checking cobs v0.3.0 |
| 2945 | 2026-06-06T00:51:23.549Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2946 | 2026-06-06T00:51:23.642Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2947 | 2026-06-06T00:51:23.668Z | Checking universal-hash v0.5.1 |
| 2948 | 2026-06-06T00:51:23.675Z | Checking half v2.7.1 |
| 2949 | 2026-06-06T00:51:23.703Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2950 | 2026-06-06T00:51:23.802Z | Checking ciborium-io v0.2.2 |
| 2951 | 2026-06-06T00:51:23.815Z | Checking opaque-debug v0.3.1 |
| 2952 | 2026-06-06T00:51:23.883Z | Checking poly1305 v0.8.0 |
| 2953 | 2026-06-06T00:51:23.911Z | Checking postcard v1.1.3 |
| 2954 | 2026-06-06T00:51:23.924Z | Checking ciborium-ll v0.2.2 |
| 2955 | 2026-06-06T00:51:23.937Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2956 | 2026-06-06T00:51:24.095Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2957 | 2026-06-06T00:51:24.154Z | Checking password-hash v0.5.0 |
| 2958 | 2026-06-06T00:51:24.205Z | Compiling proc-macro-crate v3.4.0 |
| 2959 | 2026-06-06T00:51:24.343Z | Checking chacha20 v0.9.1 |
| 2960 | 2026-06-06T00:51:24.381Z | Compiling proc-macro-crate v1.3.1 |
| 2961 | 2026-06-06T00:51:24.400Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2962 | 2026-06-06T00:51:24.629Z | Checking blake2 v0.10.6 |
| 2963 | 2026-06-06T00:51:24.684Z | Checking aead v0.5.2 |
| 2964 | 2026-06-06T00:51:24.702Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2965 | 2026-06-06T00:51:24.744Z | Compiling num_enum_derive v0.7.5 |
| 2966 | 2026-06-06T00:51:24.750Z | Checking thiserror-no-std v2.0.2 |
| 2967 | 2026-06-06T00:51:24.776Z | Compiling foreign-types-macros v0.2.3 |
| 2968 | 2026-06-06T00:51:24.790Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2969 | 2026-06-06T00:51:24.803Z | Checking foreign-types-shared v0.3.1 |
| 2970 | 2026-06-06T00:51:24.842Z | Checking cpufeatures v0.3.0 |
| 2971 | 2026-06-06T00:51:24.892Z | Checking vsss-rs v3.3.4 |
| 2972 | 2026-06-06T00:51:24.908Z | Compiling num_enum_derive v0.5.11 |
| 2973 | 2026-06-06T00:51:24.921Z | Checking chacha20 v0.10.0 |
| 2974 | 2026-06-06T00:51:25.030Z | Checking argon2 v0.5.3 |
| 2975 | 2026-06-06T00:51:25.134Z | Checking chacha20poly1305 v0.10.1 |
| 2976 | 2026-06-06T00:51:25.265Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2977 | 2026-06-06T00:51:25.368Z | Checking foreign-types v0.5.0 |
| 2978 | 2026-06-06T00:51:25.376Z | Checking ciborium v0.2.2 |
| 2979 | 2026-06-06T00:51:25.520Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2980 | 2026-06-06T00:51:25.565Z | Checking tabwriter v1.4.1 |
| 2981 | 2026-06-06T00:51:25.709Z | Checking byte-wrapper v0.1.0 |
| 2982 | 2026-06-06T00:51:25.779Z | Checking num_enum v0.7.5 |
| 2983 | 2026-06-06T00:51:25.798Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2984 | 2026-06-06T00:51:25.812Z | Checking cstr-argument v0.1.2 |
| 2985 | 2026-06-06T00:51:25.893Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2986 | 2026-06-06T00:51:25.917Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2987 | 2026-06-06T00:51:25.931Z | Checking num_enum v0.5.11 |
| 2988 | 2026-06-06T00:51:25.942Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2989 | 2026-06-06T00:51:26.003Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2990 | 2026-06-06T00:51:26.044Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2991 | 2026-06-06T00:51:26.121Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2992 | 2026-06-06T00:51:26.134Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2993 | 2026-06-06T00:51:26.239Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2994 | 2026-06-06T00:51:26.262Z | Checking ingot-types v0.1.2 |
| 2995 | 2026-06-06T00:51:26.299Z | Checking rand v0.10.0 |
| 2996 | 2026-06-06T00:51:26.332Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2997 | 2026-06-06T00:51:26.346Z | Checking indent_write v2.2.0 |
| 2998 | 2026-06-06T00:51:26.362Z | Checking colored v3.1.1 |
| 2999 | 2026-06-06T00:51:26.492Z | Compiling zone_cfg_derive v0.3.1 |
| 3000 | 2026-06-06T00:51:26.559Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3001 | 2026-06-06T00:51:26.596Z | Checking ingot v0.1.1 |
| 3002 | 2026-06-06T00:51:26.652Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3003 | 2026-06-06T00:51:26.665Z | Checking itertools v0.12.1 |
| 3004 | 2026-06-06T00:51:26.713Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3005 | 2026-06-06T00:51:26.732Z | Compiling num-derive v0.4.2 |
| 3006 | 2026-06-06T00:51:26.810Z | Checking swrite v0.1.0 |
| 3007 | 2026-06-06T00:51:26.824Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3008 | 2026-06-06T00:51:26.907Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3009 | 2026-06-06T00:51:27.037Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3010 | 2026-06-06T00:51:27.100Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3011 | 2026-06-06T00:51:27.125Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3012 | 2026-06-06T00:51:27.188Z | Checking dropshot-api-manager-types v0.7.2 |
| 3013 | 2026-06-06T00:51:27.222Z | Checking smf v0.2.3 |
| 3014 | 2026-06-06T00:51:27.252Z | Checking nanorand v0.7.0 |
| 3015 | 2026-06-06T00:51:27.351Z | Checking whoami v1.6.1 |
| 3016 | 2026-06-06T00:51:27.432Z | Checking flume v0.11.1 |
| 3017 | 2026-06-06T00:51:27.451Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3018 | 2026-06-06T00:51:31.800Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3019 | 2026-06-06T00:51:31.846Z | Checking zone v0.3.1 |
| 3020 | 2026-06-06T00:51:31.846Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3021 | 2026-06-06T00:51:31.846Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3022 | 2026-06-06T00:51:31.846Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3023 | 2026-06-06T00:51:33.294Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3024 | 2026-06-06T00:51:35.380Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3025 | 2026-06-06T00:51:36.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.95s |
| 3026 | 2026-06-06T00:51:36.696Z | |
| 3027 | 2026-06-06T00:51:36.696Z | info: running `cargo check --bins` on clickhouse-admin-api (105/295) |
| 3028 | 2026-06-06T00:51:37.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3029 | 2026-06-06T00:51:37.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3030 | 2026-06-06T00:51:37.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3031 | 2026-06-06T00:51:37.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3032 | 2026-06-06T00:51:37.307Z | |
| 3033 | 2026-06-06T00:51:37.307Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (106/295) |
| 3034 | 2026-06-06T00:51:37.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3035 | 2026-06-06T00:51:37.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3036 | 2026-06-06T00:51:37.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3037 | 2026-06-06T00:51:37.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3038 | 2026-06-06T00:51:37.923Z | |
| 3039 | 2026-06-06T00:51:37.923Z | info: running `cargo check --bins` on bootstrap-agent-client (107/295) |
| 3040 | 2026-06-06T00:51:38.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3041 | 2026-06-06T00:51:38.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3042 | 2026-06-06T00:51:38.448Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3043 | 2026-06-06T00:51:38.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3044 | 2026-06-06T00:51:38.530Z | |
| 3045 | 2026-06-06T00:51:38.531Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/295) |
| 3046 | 2026-06-06T00:51:39.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3047 | 2026-06-06T00:51:39.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3048 | 2026-06-06T00:51:39.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3049 | 2026-06-06T00:51:39.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3050 | 2026-06-06T00:51:39.147Z | |
| 3051 | 2026-06-06T00:51:39.147Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (109/295) |
| 3052 | 2026-06-06T00:51:39.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3053 | 2026-06-06T00:51:39.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3054 | 2026-06-06T00:51:39.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3055 | 2026-06-06T00:51:39.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3056 | 2026-06-06T00:51:39.759Z | |
| 3057 | 2026-06-06T00:51:39.759Z | info: running `cargo check --bins` on clickhouse-admin-server-client (110/295) |
| 3058 | 2026-06-06T00:51:40.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3059 | 2026-06-06T00:51:40.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3060 | 2026-06-06T00:51:40.358Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3061 | 2026-06-06T00:51:40.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3062 | 2026-06-06T00:51:40.370Z | |
| 3063 | 2026-06-06T00:51:40.370Z | info: running `cargo check --bins` on clickhouse-admin-single-client (111/295) |
| 3064 | 2026-06-06T00:51:40.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3065 | 2026-06-06T00:51:40.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3066 | 2026-06-06T00:51:40.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3067 | 2026-06-06T00:51:40.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3068 | 2026-06-06T00:51:40.988Z | |
| 3069 | 2026-06-06T00:51:40.989Z | info: running `cargo check --bins` on cockroach-admin-client (112/295) |
| 3070 | 2026-06-06T00:51:41.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3071 | 2026-06-06T00:51:41.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3072 | 2026-06-06T00:51:41.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3073 | 2026-06-06T00:51:41.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3074 | 2026-06-06T00:51:41.581Z | |
| 3075 | 2026-06-06T00:51:41.581Z | info: running `cargo check --bins` on omicron-ddm-admin-client (113/295) |
| 3076 | 2026-06-06T00:51:42.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3077 | 2026-06-06T00:51:42.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3078 | 2026-06-06T00:51:42.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3079 | 2026-06-06T00:51:42.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3080 | 2026-06-06T00:51:42.190Z | |
| 3081 | 2026-06-06T00:51:42.190Z | info: running `cargo check --bins` on dns-service-client (114/295) |
| 3082 | 2026-06-06T00:51:42.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3083 | 2026-06-06T00:51:42.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3084 | 2026-06-06T00:51:42.707Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3085 | 2026-06-06T00:51:42.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3086 | 2026-06-06T00:51:42.798Z | |
| 3087 | 2026-06-06T00:51:42.798Z | info: running `cargo check --bins` on installinator-client (115/295) |
| 3088 | 2026-06-06T00:51:43.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3089 | 2026-06-06T00:51:43.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3090 | 2026-06-06T00:51:43.312Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3091 | 2026-06-06T00:51:43.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3092 | 2026-06-06T00:51:43.409Z | |
| 3093 | 2026-06-06T00:51:43.409Z | info: running `cargo check --bins` on nexus-client (116/295) |
| 3094 | 2026-06-06T00:51:43.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3095 | 2026-06-06T00:51:43.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3096 | 2026-06-06T00:51:43.957Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3097 | 2026-06-06T00:51:43.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3098 | 2026-06-06T00:51:44.061Z | |
| 3099 | 2026-06-06T00:51:44.062Z | info: running `cargo check --bins` on nexus-lockstep-client (117/295) |
| 3100 | 2026-06-06T00:51:44.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3101 | 2026-06-06T00:51:44.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3102 | 2026-06-06T00:51:44.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3103 | 2026-06-06T00:51:44.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3104 | 2026-06-06T00:51:44.709Z | |
| 3105 | 2026-06-06T00:51:44.709Z | info: running `cargo check --bins` on ntp-admin-client (118/295) |
| 3106 | 2026-06-06T00:51:45.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3107 | 2026-06-06T00:51:45.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3108 | 2026-06-06T00:51:45.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3109 | 2026-06-06T00:51:45.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3110 | 2026-06-06T00:51:45.301Z | |
| 3111 | 2026-06-06T00:51:45.301Z | info: running `cargo check --bins` on ntp-admin-v1-client (119/295) |
| 3112 | 2026-06-06T00:51:45.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3113 | 2026-06-06T00:51:45.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3114 | 2026-06-06T00:51:45.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3115 | 2026-06-06T00:51:45.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3116 | 2026-06-06T00:51:45.890Z | |
| 3117 | 2026-06-06T00:51:45.890Z | info: running `cargo check --bins` on oxide-client (120/295) |
| 3118 | 2026-06-06T00:51:46.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3119 | 2026-06-06T00:51:46.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3120 | 2026-06-06T00:51:46.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3121 | 2026-06-06T00:51:46.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3122 | 2026-06-06T00:51:46.483Z | |
| 3123 | 2026-06-06T00:51:46.483Z | info: running `cargo check --bins` on oximeter-client (121/295) |
| 3124 | 2026-06-06T00:51:46.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3125 | 2026-06-06T00:51:46.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3126 | 2026-06-06T00:51:46.997Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3127 | 2026-06-06T00:51:47.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3128 | 2026-06-06T00:51:47.159Z | |
| 3129 | 2026-06-06T00:51:47.159Z | info: running `cargo check --bins` on repo-depot-client (122/295) |
| 3130 | 2026-06-06T00:51:47.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3131 | 2026-06-06T00:51:47.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3132 | 2026-06-06T00:51:47.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3133 | 2026-06-06T00:51:47.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3134 | 2026-06-06T00:51:47.689Z | |
| 3135 | 2026-06-06T00:51:47.689Z | info: running `cargo check --bins` on sled-agent-client (123/295) |
| 3136 | 2026-06-06T00:51:48.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3137 | 2026-06-06T00:51:48.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3138 | 2026-06-06T00:51:48.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3139 | 2026-06-06T00:51:48.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3140 | 2026-06-06T00:51:48.299Z | |
| 3141 | 2026-06-06T00:51:48.299Z | info: running `cargo check --bins` on wicketd-client (124/295) |
| 3142 | 2026-06-06T00:51:48.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3143 | 2026-06-06T00:51:48.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3144 | 2026-06-06T00:51:48.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3145 | 2026-06-06T00:51:48.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3146 | 2026-06-06T00:51:48.929Z | |
| 3147 | 2026-06-06T00:51:48.929Z | info: running `cargo check --bins` on installinator-common (125/295) |
| 3148 | 2026-06-06T00:51:49.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3149 | 2026-06-06T00:51:49.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3150 | 2026-06-06T00:51:49.455Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3151 | 2026-06-06T00:51:49.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3152 | 2026-06-06T00:51:49.554Z | |
| 3153 | 2026-06-06T00:51:49.554Z | info: running `cargo check --bins` on installinator-common-versions (126/295) |
| 3154 | 2026-06-06T00:51:50.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3155 | 2026-06-06T00:51:50.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3156 | 2026-06-06T00:51:50.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3157 | 2026-06-06T00:51:50.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3158 | 2026-06-06T00:51:50.156Z | |
| 3159 | 2026-06-06T00:51:50.156Z | info: running `cargo check --bins` on wicket-common (127/295) |
| 3160 | 2026-06-06T00:51:50.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3161 | 2026-06-06T00:51:50.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3162 | 2026-06-06T00:51:50.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3163 | 2026-06-06T00:51:50.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3164 | 2026-06-06T00:51:50.794Z | |
| 3165 | 2026-06-06T00:51:50.794Z | info: running `cargo check --bins` on omicron-cockroach-admin (128/295) |
| 3166 | 2026-06-06T00:51:51.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3167 | 2026-06-06T00:51:51.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3168 | 2026-06-06T00:51:51.496Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3169 | 2026-06-06T00:51:51.612Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3170 | 2026-06-06T00:51:51.621Z | Checking csv-core v0.1.13 |
| 3171 | 2026-06-06T00:51:51.633Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3172 | 2026-06-06T00:51:51.639Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3173 | 2026-06-06T00:51:51.639Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3174 | 2026-06-06T00:51:51.655Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3175 | 2026-06-06T00:51:51.691Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3176 | 2026-06-06T00:51:51.784Z | Checking csv v1.4.0 |
| 3177 | 2026-06-06T00:51:51.820Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3178 | 2026-06-06T00:51:51.835Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3179 | 2026-06-06T00:51:51.860Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3180 | 2026-06-06T00:51:51.879Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3181 | 2026-06-06T00:51:52.117Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3182 | 2026-06-06T00:51:52.488Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3183 | 2026-06-06T00:51:52.488Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3184 | 2026-06-06T00:51:52.819Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3185 | 2026-06-06T00:51:58.835Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3186 | 2026-06-06T00:51:59.276Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3187 | 2026-06-06T00:52:01.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.86s |
| 3188 | 2026-06-06T00:52:01.844Z | |
| 3189 | 2026-06-06T00:52:01.844Z | info: running `cargo check --bins` on cockroach-admin-api (129/295) |
| 3190 | 2026-06-06T00:52:02.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3191 | 2026-06-06T00:52:02.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3192 | 2026-06-06T00:52:02.367Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3193 | 2026-06-06T00:52:02.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3194 | 2026-06-06T00:52:02.447Z | |
| 3195 | 2026-06-06T00:52:02.447Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (130/295) |
| 3196 | 2026-06-06T00:52:03.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3197 | 2026-06-06T00:52:03.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3198 | 2026-06-06T00:52:03.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3199 | 2026-06-06T00:52:03.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3200 | 2026-06-06T00:52:03.141Z | |
| 3201 | 2026-06-06T00:52:03.141Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/295) |
| 3202 | 2026-06-06T00:52:03.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3203 | 2026-06-06T00:52:03.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3204 | 2026-06-06T00:52:03.746Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3205 | 2026-06-06T00:52:03.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3206 | 2026-06-06T00:52:03.825Z | |
| 3207 | 2026-06-06T00:52:03.825Z | info: running `cargo check --bins` on gateway-test-utils (132/295) |
| 3208 | 2026-06-06T00:52:04.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3209 | 2026-06-06T00:52:04.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3210 | 2026-06-06T00:52:04.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3211 | 2026-06-06T00:52:04.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3212 | 2026-06-06T00:52:04.484Z | |
| 3213 | 2026-06-06T00:52:04.484Z | info: running `cargo check --bins` on omicron-gateway (133/295) |
| 3214 | 2026-06-06T00:52:05.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3215 | 2026-06-06T00:52:05.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3216 | 2026-06-06T00:52:05.258Z | Compiling regress v0.11.1 |
| 3217 | 2026-06-06T00:52:05.397Z | Compiling unsafe-libyaml v0.2.11 |
| 3218 | 2026-06-06T00:52:05.410Z | Compiling semver v0.1.20 |
| 3219 | 2026-06-06T00:52:05.420Z | Compiling radium v0.7.0 |
| 3220 | 2026-06-06T00:52:05.435Z | Compiling maybe-uninit v2.0.0 |
| 3221 | 2026-06-06T00:52:05.438Z | Checking tap v1.0.1 |
| 3222 | 2026-06-06T00:52:05.460Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3223 | 2026-06-06T00:52:05.547Z | Checking wyz v0.5.1 |
| 3224 | 2026-06-06T00:52:05.688Z | Compiling rustc_version v0.1.7 |
| 3225 | 2026-06-06T00:52:05.729Z | Checking progenitor-client v0.13.0 |
| 3226 | 2026-06-06T00:52:05.750Z | Compiling zerocopy-derive v0.6.6 |
| 3227 | 2026-06-06T00:52:05.886Z | Checking crc-catalog v2.4.0 |
| 3228 | 2026-06-06T00:52:05.910Z | Compiling serde_yaml v0.9.34+deprecated |
| 3229 | 2026-06-06T00:52:05.965Z | Compiling newtype_derive v0.1.6 |
| 3230 | 2026-06-06T00:52:05.982Z | Compiling owo-colors v4.3.0 |
| 3231 | 2026-06-06T00:52:06.134Z | Compiling packed_struct v0.10.1 |
| 3232 | 2026-06-06T00:52:06.159Z | Compiling cancel-safe-futures v0.1.5 |
| 3233 | 2026-06-06T00:52:06.303Z | Checking funty v2.0.0 |
| 3234 | 2026-06-06T00:52:06.467Z | Checking crc v3.4.0 |
| 3235 | 2026-06-06T00:52:06.577Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3236 | 2026-06-06T00:52:06.591Z | Checking zerocopy v0.6.6 |
| 3237 | 2026-06-06T00:52:06.628Z | Checking bitvec v1.0.1 |
| 3238 | 2026-06-06T00:52:06.642Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3239 | 2026-06-06T00:52:06.834Z | Checking typify-impl v0.6.2 |
| 3240 | 2026-06-06T00:52:06.881Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3241 | 2026-06-06T00:52:06.983Z | Compiling packed_struct_codegen v0.10.1 |
| 3242 | 2026-06-06T00:52:07.115Z | Checking libsw-core v0.3.2 |
| 3243 | 2026-06-06T00:52:07.138Z | Compiling bitfield-macros v0.19.4 |
| 3244 | 2026-06-06T00:52:07.267Z | Compiling indexmap v1.9.3 |
| 3245 | 2026-06-06T00:52:07.355Z | Checking nodrop v0.1.14 |
| 3246 | 2026-06-06T00:52:07.453Z | Checking array-init v0.0.4 |
| 3247 | 2026-06-06T00:52:07.487Z | Checking libsw v3.5.0 |
| 3248 | 2026-06-06T00:52:07.642Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3249 | 2026-06-06T00:52:07.758Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3250 | 2026-06-06T00:52:07.853Z | Checking bitfield v0.19.4 |
| 3251 | 2026-06-06T00:52:07.912Z | Checking smallvec v0.6.14 |
| 3252 | 2026-06-06T00:52:07.939Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3253 | 2026-06-06T00:52:08.106Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3254 | 2026-06-06T00:52:08.130Z | Checking linear-map v1.2.0 |
| 3255 | 2026-06-06T00:52:08.234Z | Checking smawk v0.3.2 |
| 3256 | 2026-06-06T00:52:08.300Z | Checking tagptr v0.2.0 |
| 3257 | 2026-06-06T00:52:08.317Z | Checking unicode-linebreak v0.1.5 |
| 3258 | 2026-06-06T00:52:08.354Z | Checking base64 v0.21.7 |
| 3259 | 2026-06-06T00:52:08.369Z | Checking hashbrown v0.12.3 |
| 3260 | 2026-06-06T00:52:08.463Z | Checking moka v0.12.13 |
| 3261 | 2026-06-06T00:52:08.556Z | Checking textwrap v0.16.2 |
| 3262 | 2026-06-06T00:52:08.602Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3263 | 2026-06-06T00:52:08.623Z | Checking ron v0.8.1 |
| 3264 | 2026-06-06T00:52:08.650Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3265 | 2026-06-06T00:52:08.781Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3266 | 2026-06-06T00:52:08.794Z | Checking serde-hex v0.1.0 |
| 3267 | 2026-06-06T00:52:09.105Z | Checking steno v0.4.1 |
| 3268 | 2026-06-06T00:52:09.134Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3269 | 2026-06-06T00:52:09.151Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3270 | 2026-06-06T00:52:09.165Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3271 | 2026-06-06T00:52:09.294Z | Checking hashbrown v0.13.2 |
| 3272 | 2026-06-06T00:52:09.588Z | Checking crc-any v2.5.0 |
| 3273 | 2026-06-06T00:52:09.721Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3274 | 2026-06-06T00:52:09.738Z | Checking object v0.30.4 |
| 3275 | 2026-06-06T00:52:09.768Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3276 | 2026-06-06T00:52:09.931Z | Checking hickory-resolver v0.25.2 |
| 3277 | 2026-06-06T00:52:09.947Z | Checking path-slash v0.1.5 |
| 3278 | 2026-06-06T00:52:09.960Z | Checking utf-8 v0.7.6 |
| 3279 | 2026-06-06T00:52:10.052Z | Checking half v1.8.3 |
| 3280 | 2026-06-06T00:52:10.095Z | Checking void v1.0.2 |
| 3281 | 2026-06-06T00:52:10.113Z | Checking tungstenite v0.23.0 |
| 3282 | 2026-06-06T00:52:10.203Z | Checking lzss v0.8.2 |
| 3283 | 2026-06-06T00:52:10.256Z | Checking serde_cbor v0.11.2 |
| 3284 | 2026-06-06T00:52:10.393Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3285 | 2026-06-06T00:52:10.444Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3286 | 2026-06-06T00:52:10.530Z | Checking nix v0.27.1 |
| 3287 | 2026-06-06T00:52:10.553Z | Checking kstat-rs v0.2.4 |
| 3288 | 2026-06-06T00:52:10.635Z | Checking fxhash v0.2.1 |
| 3289 | 2026-06-06T00:52:10.639Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3290 | 2026-06-06T00:52:10.681Z | Checking serde_bytes v0.11.19 |
| 3291 | 2026-06-06T00:52:10.744Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3292 | 2026-06-06T00:52:10.759Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3293 | 2026-06-06T00:52:10.863Z | Checking tokio-tungstenite v0.23.1 |
| 3294 | 2026-06-06T00:52:11.036Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3295 | 2026-06-06T00:52:11.063Z | Checking signal-hook-tokio v0.3.1 |
| 3296 | 2026-06-06T00:52:11.327Z | Compiling typify-macro v0.6.2 |
| 3297 | 2026-06-06T00:52:12.101Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3298 | 2026-06-06T00:52:12.486Z | Compiling typify v0.6.2 |
| 3299 | 2026-06-06T00:52:12.567Z | Compiling progenitor-impl v0.13.0 |
| 3300 | 2026-06-06T00:52:12.567Z | Compiling progenitor-impl v0.14.0 |
| 3301 | 2026-06-06T00:52:13.032Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3302 | 2026-06-06T00:52:13.326Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3303 | 2026-06-06T00:52:14.191Z | Compiling progenitor-macro v0.14.0 |
| 3304 | 2026-06-06T00:52:14.218Z | Compiling progenitor-macro v0.13.0 |
| 3305 | 2026-06-06T00:52:16.784Z | Checking progenitor v0.14.0 |
| 3306 | 2026-06-06T00:52:16.799Z | Checking progenitor v0.13.0 |
| 3307 | 2026-06-06T00:52:16.911Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3308 | 2026-06-06T00:52:16.914Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3309 | 2026-06-06T00:52:19.973Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3310 | 2026-06-06T00:52:27.726Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3311 | 2026-06-06T00:52:34.151Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3312 | 2026-06-06T00:52:35.533Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3313 | 2026-06-06T00:52:36.049Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3314 | 2026-06-06T00:52:38.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.68s |
| 3315 | 2026-06-06T00:52:38.368Z | |
| 3316 | 2026-06-06T00:52:38.368Z | info: running `cargo check --bins` on gateway-api (134/295) |
| 3317 | 2026-06-06T00:52:38.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3318 | 2026-06-06T00:52:38.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3319 | 2026-06-06T00:52:38.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3320 | 2026-06-06T00:52:38.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3321 | 2026-06-06T00:52:38.965Z | |
| 3322 | 2026-06-06T00:52:38.965Z | info: running `cargo check --bins` on ipcc (135/295) |
| 3323 | 2026-06-06T00:52:39.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3324 | 2026-06-06T00:52:39.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3325 | 2026-06-06T00:52:39.486Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3326 | 2026-06-06T00:52:39.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3327 | 2026-06-06T00:52:39.582Z | |
| 3328 | 2026-06-06T00:52:39.582Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (136/295) |
| 3329 | 2026-06-06T00:52:40.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3330 | 2026-06-06T00:52:40.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3331 | 2026-06-06T00:52:40.085Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3332 | 2026-06-06T00:52:40.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3333 | 2026-06-06T00:52:40.178Z | |
| 3334 | 2026-06-06T00:52:40.178Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/295) |
| 3335 | 2026-06-06T00:52:40.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3336 | 2026-06-06T00:52:40.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3337 | 2026-06-06T00:52:40.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3338 | 2026-06-06T00:52:40.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3339 | 2026-06-06T00:52:40.811Z | |
| 3340 | 2026-06-06T00:52:40.811Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/295) |
| 3341 | 2026-06-06T00:52:41.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3342 | 2026-06-06T00:52:41.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3343 | 2026-06-06T00:52:41.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3344 | 2026-06-06T00:52:41.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3345 | 2026-06-06T00:52:41.422Z | |
| 3346 | 2026-06-06T00:52:41.422Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/295) |
| 3347 | 2026-06-06T00:52:41.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3348 | 2026-06-06T00:52:41.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3349 | 2026-06-06T00:52:41.936Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3350 | 2026-06-06T00:52:41.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3351 | 2026-06-06T00:52:42.033Z | |
| 3352 | 2026-06-06T00:52:42.033Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/295) |
| 3353 | 2026-06-06T00:52:42.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3354 | 2026-06-06T00:52:42.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3355 | 2026-06-06T00:52:42.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3356 | 2026-06-06T00:52:42.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3357 | 2026-06-06T00:52:42.643Z | |
| 3358 | 2026-06-06T00:52:42.643Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/295) |
| 3359 | 2026-06-06T00:52:43.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3360 | 2026-06-06T00:52:43.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3361 | 2026-06-06T00:52:43.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3362 | 2026-06-06T00:52:43.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3363 | 2026-06-06T00:52:43.275Z | |
| 3364 | 2026-06-06T00:52:43.275Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/295) |
| 3365 | 2026-06-06T00:52:43.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3366 | 2026-06-06T00:52:43.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3367 | 2026-06-06T00:52:43.793Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3368 | 2026-06-06T00:52:43.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3369 | 2026-06-06T00:52:43.881Z | |
| 3370 | 2026-06-06T00:52:43.881Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/295) |
| 3371 | 2026-06-06T00:52:44.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3372 | 2026-06-06T00:52:44.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3373 | 2026-06-06T00:52:44.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3374 | 2026-06-06T00:52:44.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3375 | 2026-06-06T00:52:44.476Z | |
| 3376 | 2026-06-06T00:52:44.476Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/295) |
| 3377 | 2026-06-06T00:52:44.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3378 | 2026-06-06T00:52:44.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3379 | 2026-06-06T00:52:44.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3380 | 2026-06-06T00:52:44.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3381 | 2026-06-06T00:52:45.073Z | |
| 3382 | 2026-06-06T00:52:45.073Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/295) |
| 3383 | 2026-06-06T00:52:45.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3384 | 2026-06-06T00:52:45.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3385 | 2026-06-06T00:52:45.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3386 | 2026-06-06T00:52:45.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3387 | 2026-06-06T00:52:45.675Z | |
| 3388 | 2026-06-06T00:52:45.675Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/295) |
| 3389 | 2026-06-06T00:52:46.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3390 | 2026-06-06T00:52:46.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3391 | 2026-06-06T00:52:46.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3392 | 2026-06-06T00:52:46.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3393 | 2026-06-06T00:52:46.280Z | |
| 3394 | 2026-06-06T00:52:46.281Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/295) |
| 3395 | 2026-06-06T00:52:46.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3396 | 2026-06-06T00:52:46.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3397 | 2026-06-06T00:52:46.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3398 | 2026-06-06T00:52:46.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3399 | 2026-06-06T00:52:46.885Z | |
| 3400 | 2026-06-06T00:52:46.885Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/295) |
| 3401 | 2026-06-06T00:52:47.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3402 | 2026-06-06T00:52:47.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3403 | 2026-06-06T00:52:47.408Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3404 | 2026-06-06T00:52:47.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3405 | 2026-06-06T00:52:47.506Z | |
| 3406 | 2026-06-06T00:52:47.506Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/295) |
| 3407 | 2026-06-06T00:52:48.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3408 | 2026-06-06T00:52:48.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3409 | 2026-06-06T00:52:48.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3410 | 2026-06-06T00:52:48.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3411 | 2026-06-06T00:52:48.131Z | |
| 3412 | 2026-06-06T00:52:48.131Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/295) |
| 3413 | 2026-06-06T00:52:48.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3414 | 2026-06-06T00:52:48.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3415 | 2026-06-06T00:52:48.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3416 | 2026-06-06T00:52:48.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3417 | 2026-06-06T00:52:48.744Z | |
| 3418 | 2026-06-06T00:52:48.744Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/295) |
| 3419 | 2026-06-06T00:52:49.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3420 | 2026-06-06T00:52:49.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3421 | 2026-06-06T00:52:49.268Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3422 | 2026-06-06T00:52:49.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3423 | 2026-06-06T00:52:49.361Z | |
| 3424 | 2026-06-06T00:52:49.361Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/295) |
| 3425 | 2026-06-06T00:52:49.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3426 | 2026-06-06T00:52:49.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3427 | 2026-06-06T00:52:49.884Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3428 | 2026-06-06T00:52:49.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3429 | 2026-06-06T00:52:49.983Z | |
| 3430 | 2026-06-06T00:52:49.983Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/295) |
| 3431 | 2026-06-06T00:52:50.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3432 | 2026-06-06T00:52:50.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3433 | 2026-06-06T00:52:50.510Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3434 | 2026-06-06T00:52:50.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3435 | 2026-06-06T00:52:50.606Z | |
| 3436 | 2026-06-06T00:52:50.606Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/295) |
| 3437 | 2026-06-06T00:52:51.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3438 | 2026-06-06T00:52:51.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3439 | 2026-06-06T00:52:51.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3440 | 2026-06-06T00:52:51.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3441 | 2026-06-06T00:52:51.311Z | |
| 3442 | 2026-06-06T00:52:51.311Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/295) |
| 3443 | 2026-06-06T00:52:51.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3444 | 2026-06-06T00:52:51.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3445 | 2026-06-06T00:52:51.756Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3446 | 2026-06-06T00:52:51.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3447 | 2026-06-06T00:52:51.854Z | |
| 3448 | 2026-06-06T00:52:51.854Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/295) |
| 3449 | 2026-06-06T00:52:52.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3450 | 2026-06-06T00:52:52.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3451 | 2026-06-06T00:52:52.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3452 | 2026-06-06T00:52:52.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3453 | 2026-06-06T00:52:52.474Z | |
| 3454 | 2026-06-06T00:52:52.474Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/295) |
| 3455 | 2026-06-06T00:52:52.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3456 | 2026-06-06T00:52:52.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3457 | 2026-06-06T00:52:52.999Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3458 | 2026-06-06T00:52:53.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3459 | 2026-06-06T00:52:53.095Z | |
| 3460 | 2026-06-06T00:52:53.095Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/295) |
| 3461 | 2026-06-06T00:52:53.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3462 | 2026-06-06T00:52:53.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3463 | 2026-06-06T00:52:53.609Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3464 | 2026-06-06T00:52:53.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3465 | 2026-06-06T00:52:53.706Z | |
| 3466 | 2026-06-06T00:52:53.706Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/295) |
| 3467 | 2026-06-06T00:52:54.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3468 | 2026-06-06T00:52:54.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3469 | 2026-06-06T00:52:54.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3470 | 2026-06-06T00:52:54.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3471 | 2026-06-06T00:52:54.300Z | |
| 3472 | 2026-06-06T00:52:54.300Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/295) |
| 3473 | 2026-06-06T00:52:54.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3474 | 2026-06-06T00:52:54.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3475 | 2026-06-06T00:52:54.810Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3476 | 2026-06-06T00:52:54.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3477 | 2026-06-06T00:52:54.904Z | |
| 3478 | 2026-06-06T00:52:54.904Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/295) |
| 3479 | 2026-06-06T00:52:55.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3480 | 2026-06-06T00:52:55.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3481 | 2026-06-06T00:52:55.411Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3482 | 2026-06-06T00:52:55.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3483 | 2026-06-06T00:52:55.498Z | |
| 3484 | 2026-06-06T00:52:55.498Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/295) |
| 3485 | 2026-06-06T00:52:56.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3486 | 2026-06-06T00:52:56.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3487 | 2026-06-06T00:52:56.037Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3488 | 2026-06-06T00:52:56.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3489 | 2026-06-06T00:52:56.096Z | |
| 3490 | 2026-06-06T00:52:56.096Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/295) |
| 3491 | 2026-06-06T00:52:56.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3492 | 2026-06-06T00:52:56.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3493 | 2026-06-06T00:52:56.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3494 | 2026-06-06T00:52:56.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3495 | 2026-06-06T00:52:56.699Z | |
| 3496 | 2026-06-06T00:52:56.699Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/295) |
| 3497 | 2026-06-06T00:52:57.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3498 | 2026-06-06T00:52:57.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3499 | 2026-06-06T00:52:57.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3500 | 2026-06-06T00:52:57.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3501 | 2026-06-06T00:52:57.289Z | |
| 3502 | 2026-06-06T00:52:57.289Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/295) |
| 3503 | 2026-06-06T00:52:57.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3504 | 2026-06-06T00:52:57.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3505 | 2026-06-06T00:52:57.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3506 | 2026-06-06T00:52:57.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3507 | 2026-06-06T00:52:57.891Z | |
| 3508 | 2026-06-06T00:52:57.891Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/295) |
| 3509 | 2026-06-06T00:52:58.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3510 | 2026-06-06T00:52:58.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3511 | 2026-06-06T00:52:58.416Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3512 | 2026-06-06T00:52:58.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3513 | 2026-06-06T00:52:58.514Z | |
| 3514 | 2026-06-06T00:52:58.514Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/295) |
| 3515 | 2026-06-06T00:52:59.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3516 | 2026-06-06T00:52:59.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3517 | 2026-06-06T00:52:59.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3518 | 2026-06-06T00:52:59.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3519 | 2026-06-06T00:52:59.138Z | |
| 3520 | 2026-06-06T00:52:59.138Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/295) |
| 3521 | 2026-06-06T00:52:59.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3522 | 2026-06-06T00:52:59.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3523 | 2026-06-06T00:52:59.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3524 | 2026-06-06T00:52:59.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3525 | 2026-06-06T00:52:59.759Z | |
| 3526 | 2026-06-06T00:52:59.759Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/295) |
| 3527 | 2026-06-06T00:53:00.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3528 | 2026-06-06T00:53:00.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3529 | 2026-06-06T00:53:00.281Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3530 | 2026-06-06T00:53:00.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3531 | 2026-06-06T00:53:00.380Z | |
| 3532 | 2026-06-06T00:53:00.380Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/295) |
| 3533 | 2026-06-06T00:53:00.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3534 | 2026-06-06T00:53:00.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3535 | 2026-06-06T00:53:00.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3536 | 2026-06-06T00:53:00.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3537 | 2026-06-06T00:53:01.001Z | |
| 3538 | 2026-06-06T00:53:01.001Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/295) |
| 3539 | 2026-06-06T00:53:01.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3540 | 2026-06-06T00:53:01.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3541 | 2026-06-06T00:53:01.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3542 | 2026-06-06T00:53:01.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3543 | 2026-06-06T00:53:01.625Z | |
| 3544 | 2026-06-06T00:53:01.625Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/295) |
| 3545 | 2026-06-06T00:53:02.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3546 | 2026-06-06T00:53:02.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3547 | 2026-06-06T00:53:02.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3548 | 2026-06-06T00:53:02.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3549 | 2026-06-06T00:53:02.233Z | |
| 3550 | 2026-06-06T00:53:02.233Z | info: running `cargo check --bins` on oximeter-producer (173/295) |
| 3551 | 2026-06-06T00:53:02.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3552 | 2026-06-06T00:53:02.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3553 | 2026-06-06T00:53:02.773Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3554 | 2026-06-06T00:53:02.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3555 | 2026-06-06T00:53:02.873Z | |
| 3556 | 2026-06-06T00:53:02.873Z | info: running `cargo check --bins` on internal-dns-resolver (174/295) |
| 3557 | 2026-06-06T00:53:03.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3558 | 2026-06-06T00:53:03.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3559 | 2026-06-06T00:53:03.385Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3560 | 2026-06-06T00:53:03.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3561 | 2026-06-06T00:53:03.476Z | |
| 3562 | 2026-06-06T00:53:03.476Z | info: running `cargo check --bins` on dns-server (175/295) |
| 3563 | 2026-06-06T00:53:03.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3564 | 2026-06-06T00:53:03.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3565 | 2026-06-06T00:53:04.129Z | Compiling parking_lot_core v0.8.6 |
| 3566 | 2026-06-06T00:53:04.129Z | Compiling atomicwrites v0.4.4 |
| 3567 | 2026-06-06T00:53:04.129Z | Compiling git-stub v1.0.0 |
| 3568 | 2026-06-06T00:53:04.132Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3569 | 2026-06-06T00:53:04.132Z | Checking prefix-trie v0.7.0 |
| 3570 | 2026-06-06T00:53:04.369Z | Compiling git-stub-vcs v0.1.0 |
| 3571 | 2026-06-06T00:53:04.542Z | Checking hickory-server v0.25.2 |
| 3572 | 2026-06-06T00:53:04.644Z | Checking parking_lot v0.11.2 |
| 3573 | 2026-06-06T00:53:04.647Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3574 | 2026-06-06T00:53:04.741Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3575 | 2026-06-06T00:53:04.741Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3576 | 2026-06-06T00:53:04.816Z | Checking sled v0.34.7 |
| 3577 | 2026-06-06T00:53:06.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s |
| 3578 | 2026-06-06T00:53:06.897Z | |
| 3579 | 2026-06-06T00:53:06.897Z | info: running `cargo check --bins` on dns-server-api (176/295) |
| 3580 | 2026-06-06T00:53:07.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3581 | 2026-06-06T00:53:07.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3582 | 2026-06-06T00:53:07.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3583 | 2026-06-06T00:53:07.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3584 | 2026-06-06T00:53:07.494Z | |
| 3585 | 2026-06-06T00:53:07.494Z | info: running `cargo check --bins` on oximeter-producer-api (177/295) |
| 3586 | 2026-06-06T00:53:08.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3587 | 2026-06-06T00:53:08.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3588 | 2026-06-06T00:53:08.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3589 | 2026-06-06T00:53:08.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3590 | 2026-06-06T00:53:08.095Z | |
| 3591 | 2026-06-06T00:53:08.095Z | info: running `cargo check --bins` on sp-sim (178/295) |
| 3592 | 2026-06-06T00:53:08.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3593 | 2026-06-06T00:53:08.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3594 | 2026-06-06T00:53:08.823Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3595 | 2026-06-06T00:53:10.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s |
| 3596 | 2026-06-06T00:53:10.824Z | |
| 3597 | 2026-06-06T00:53:10.824Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (179/295) |
| 3598 | 2026-06-06T00:53:11.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3599 | 2026-06-06T00:53:11.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3600 | 2026-06-06T00:53:11.375Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3601 | 2026-06-06T00:53:11.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3602 | 2026-06-06T00:53:11.474Z | |
| 3603 | 2026-06-06T00:53:11.474Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/295) |
| 3604 | 2026-06-06T00:53:12.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3605 | 2026-06-06T00:53:12.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3606 | 2026-06-06T00:53:12.027Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3607 | 2026-06-06T00:53:12.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3608 | 2026-06-06T00:53:12.133Z | |
| 3609 | 2026-06-06T00:53:12.133Z | info: running `cargo check --bins` on db-macros (181/295) |
| 3610 | 2026-06-06T00:53:12.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3611 | 2026-06-06T00:53:12.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3612 | 2026-06-06T00:53:12.635Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3613 | 2026-06-06T00:53:12.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3614 | 2026-06-06T00:53:12.725Z | |
| 3615 | 2026-06-06T00:53:12.725Z | info: running `cargo check --bins` on nexus-macros-common (182/295) |
| 3616 | 2026-06-06T00:53:13.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3617 | 2026-06-06T00:53:13.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3618 | 2026-06-06T00:53:13.226Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3619 | 2026-06-06T00:53:13.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3620 | 2026-06-06T00:53:13.318Z | |
| 3621 | 2026-06-06T00:53:13.318Z | info: running `cargo check --bins` on nexus-auth (183/295) |
| 3622 | 2026-06-06T00:53:13.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3623 | 2026-06-06T00:53:13.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3624 | 2026-06-06T00:53:13.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3625 | 2026-06-06T00:53:13.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3626 | 2026-06-06T00:53:13.965Z | |
| 3627 | 2026-06-06T00:53:13.965Z | info: running `cargo check --bins` on authz-macros (184/295) |
| 3628 | 2026-06-06T00:53:14.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3629 | 2026-06-06T00:53:14.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3630 | 2026-06-06T00:53:14.460Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3631 | 2026-06-06T00:53:14.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3632 | 2026-06-06T00:53:14.546Z | |
| 3633 | 2026-06-06T00:53:14.546Z | info: running `cargo check --bins` on nexus-db-fixed-data (185/295) |
| 3634 | 2026-06-06T00:53:15.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3635 | 2026-06-06T00:53:15.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3636 | 2026-06-06T00:53:15.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3637 | 2026-06-06T00:53:15.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3638 | 2026-06-06T00:53:15.191Z | |
| 3639 | 2026-06-06T00:53:15.191Z | info: running `cargo check --bins` on nexus-db-model (186/295) |
| 3640 | 2026-06-06T00:53:15.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3641 | 2026-06-06T00:53:15.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3642 | 2026-06-06T00:53:15.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3643 | 2026-06-06T00:53:15.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3644 | 2026-06-06T00:53:15.834Z | |
| 3645 | 2026-06-06T00:53:15.834Z | info: running `cargo check --bins` on nexus-db-schema (187/295) |
| 3646 | 2026-06-06T00:53:16.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3647 | 2026-06-06T00:53:16.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3648 | 2026-06-06T00:53:16.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3649 | 2026-06-06T00:53:16.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3650 | 2026-06-06T00:53:16.418Z | |
| 3651 | 2026-06-06T00:53:16.418Z | info: running `cargo check --bins` on omicron-rpaths (188/295) |
| 3652 | 2026-06-06T00:53:16.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3653 | 2026-06-06T00:53:16.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3654 | 2026-06-06T00:53:16.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3655 | 2026-06-06T00:53:16.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3656 | 2026-06-06T00:53:17.002Z | |
| 3657 | 2026-06-06T00:53:17.002Z | info: running `cargo check --bins` on nexus-defaults (189/295) |
| 3658 | 2026-06-06T00:53:17.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3659 | 2026-06-06T00:53:17.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3660 | 2026-06-06T00:53:17.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3661 | 2026-06-06T00:53:17.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3662 | 2026-06-06T00:53:17.601Z | |
| 3663 | 2026-06-06T00:53:17.601Z | info: running `cargo check --bins` on omicron-cockroach-metrics (190/295) |
| 3664 | 2026-06-06T00:53:18.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3665 | 2026-06-06T00:53:18.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3666 | 2026-06-06T00:53:18.104Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3667 | 2026-06-06T00:53:18.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3668 | 2026-06-06T00:53:18.190Z | |
| 3669 | 2026-06-06T00:53:18.190Z | info: running `cargo check --bins` on parallel-task-set (191/295) |
| 3670 | 2026-06-06T00:53:18.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3671 | 2026-06-06T00:53:18.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3672 | 2026-06-06T00:53:18.692Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3673 | 2026-06-06T00:53:18.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3674 | 2026-06-06T00:53:18.779Z | |
| 3675 | 2026-06-06T00:53:18.779Z | info: running `cargo check --bins` on nexus-db-errors (192/295) |
| 3676 | 2026-06-06T00:53:19.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3677 | 2026-06-06T00:53:19.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3678 | 2026-06-06T00:53:19.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3679 | 2026-06-06T00:53:19.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3680 | 2026-06-06T00:53:19.436Z | |
| 3681 | 2026-06-06T00:53:19.436Z | info: running `cargo check --bins` on nexus-db-lookup (193/295) |
| 3682 | 2026-06-06T00:53:19.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3683 | 2026-06-06T00:53:19.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3684 | 2026-06-06T00:53:19.986Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3685 | 2026-06-06T00:53:19.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3686 | 2026-06-06T00:53:20.090Z | |
| 3687 | 2026-06-06T00:53:20.090Z | info: running `cargo check --bins` on nexus-inventory (194/295) |
| 3688 | 2026-06-06T00:53:20.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3689 | 2026-06-06T00:53:20.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3690 | 2026-06-06T00:53:20.739Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3691 | 2026-06-06T00:53:20.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3692 | 2026-06-06T00:53:20.739Z | |
| 3693 | 2026-06-06T00:53:20.739Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/295) |
| 3694 | 2026-06-06T00:53:21.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3695 | 2026-06-06T00:53:21.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3696 | 2026-06-06T00:53:21.255Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3697 | 2026-06-06T00:53:21.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3698 | 2026-06-06T00:53:21.351Z | |
| 3699 | 2026-06-06T00:53:21.351Z | info: running `cargo check --bins --no-default-features` on sled-storage (196/295) |
| 3700 | 2026-06-06T00:53:21.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3701 | 2026-06-06T00:53:21.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3702 | 2026-06-06T00:53:21.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3703 | 2026-06-06T00:53:21.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3704 | 2026-06-06T00:53:21.969Z | |
| 3705 | 2026-06-06T00:53:21.969Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/295) |
| 3706 | 2026-06-06T00:53:22.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3707 | 2026-06-06T00:53:22.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3708 | 2026-06-06T00:53:22.491Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3709 | 2026-06-06T00:53:22.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3710 | 2026-06-06T00:53:22.584Z | |
| 3711 | 2026-06-06T00:53:22.584Z | info: running `cargo check --bins` on key-manager (198/295) |
| 3712 | 2026-06-06T00:53:23.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3713 | 2026-06-06T00:53:23.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3714 | 2026-06-06T00:53:23.095Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3715 | 2026-06-06T00:53:23.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3716 | 2026-06-06T00:53:23.182Z | |
| 3717 | 2026-06-06T00:53:23.182Z | info: running `cargo check --bins --no-default-features` on sled-hardware (199/295) |
| 3718 | 2026-06-06T00:53:23.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3719 | 2026-06-06T00:53:23.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3720 | 2026-06-06T00:53:23.708Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3721 | 2026-06-06T00:53:23.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3722 | 2026-06-06T00:53:23.801Z | |
| 3723 | 2026-06-06T00:53:23.801Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/295) |
| 3724 | 2026-06-06T00:53:24.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3725 | 2026-06-06T00:53:24.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3726 | 2026-06-06T00:53:24.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3727 | 2026-06-06T00:53:24.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3728 | 2026-06-06T00:53:24.412Z | |
| 3729 | 2026-06-06T00:53:24.412Z | info: running `cargo check --bins` on typed-rng (201/295) |
| 3730 | 2026-06-06T00:53:24.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3731 | 2026-06-06T00:53:24.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3732 | 2026-06-06T00:53:24.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3733 | 2026-06-06T00:53:24.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3734 | 2026-06-06T00:53:24.997Z | |
| 3735 | 2026-06-06T00:53:24.997Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/295) |
| 3736 | 2026-06-06T00:53:25.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3737 | 2026-06-06T00:53:25.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3738 | 2026-06-06T00:53:25.860Z | Compiling libefi-sys v0.1.0 |
| 3739 | 2026-06-06T00:53:25.863Z | Compiling bitfield-struct v0.6.2 |
| 3740 | 2026-06-06T00:53:26.008Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3741 | 2026-06-06T00:53:26.016Z | Compiling xshell-macros v0.2.7 |
| 3742 | 2026-06-06T00:53:26.025Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3743 | 2026-06-06T00:53:26.059Z | Compiling typify-impl v0.4.3 |
| 3744 | 2026-06-06T00:53:26.064Z | Compiling salty v0.3.0 |
| 3745 | 2026-06-06T00:53:26.070Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3746 | 2026-06-06T00:53:26.078Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3747 | 2026-06-06T00:53:26.238Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3748 | 2026-06-06T00:53:26.397Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3749 | 2026-06-06T00:53:26.430Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3750 | 2026-06-06T00:53:26.430Z | Checking xshell v0.2.7 |
| 3751 | 2026-06-06T00:53:26.567Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3752 | 2026-06-06T00:53:26.613Z | Checking primeorder v0.13.6 |
| 3753 | 2026-06-06T00:53:26.632Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3754 | 2026-06-06T00:53:26.697Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3755 | 2026-06-06T00:53:26.793Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3756 | 2026-06-06T00:53:26.827Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3757 | 2026-06-06T00:53:26.856Z | Checking p384 v0.13.1 |
| 3758 | 2026-06-06T00:53:26.934Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3759 | 2026-06-06T00:53:26.984Z | Checking tungstenite v0.21.0 |
| 3760 | 2026-06-06T00:53:26.999Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3761 | 2026-06-06T00:53:27.101Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3762 | 2026-06-06T00:53:27.129Z | Compiling proc-macro-error2 v2.0.1 |
| 3763 | 2026-06-06T00:53:27.456Z | Compiling num-derive v0.3.3 |
| 3764 | 2026-06-06T00:53:27.576Z | Compiling tabled_derive v0.11.0 |
| 3765 | 2026-06-06T00:53:27.639Z | Checking tokio-tungstenite v0.21.0 |
| 3766 | 2026-06-06T00:53:27.927Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3767 | 2026-06-06T00:53:27.947Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3768 | 2026-06-06T00:53:28.242Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3769 | 2026-06-06T00:53:28.327Z | Checking libscf-sys v1.1.0 |
| 3770 | 2026-06-06T00:53:28.566Z | Checking papergrid v0.17.0 |
| 3771 | 2026-06-06T00:53:28.633Z | Checking testing_table v0.3.0 |
| 3772 | 2026-06-06T00:53:28.670Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3773 | 2026-06-06T00:53:28.735Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3774 | 2026-06-06T00:53:28.750Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3775 | 2026-06-06T00:53:28.827Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3776 | 2026-06-06T00:53:29.049Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3777 | 2026-06-06T00:53:29.139Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3778 | 2026-06-06T00:53:29.251Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3779 | 2026-06-06T00:53:29.269Z | Compiling unicase v2.9.0 |
| 3780 | 2026-06-06T00:53:29.300Z | Checking corncobs v0.1.4 |
| 3781 | 2026-06-06T00:53:29.372Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3782 | 2026-06-06T00:53:29.430Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3783 | 2026-06-06T00:53:29.530Z | Compiling mime_guess v2.0.5 |
| 3784 | 2026-06-06T00:53:29.546Z | Checking tabled v0.20.0 |
| 3785 | 2026-06-06T00:53:29.558Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3786 | 2026-06-06T00:53:29.645Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3787 | 2026-06-06T00:53:29.692Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3788 | 2026-06-06T00:53:29.708Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3789 | 2026-06-06T00:53:29.854Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3790 | 2026-06-06T00:53:29.888Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3791 | 2026-06-06T00:53:29.945Z | Checking progenitor-client v0.11.2 |
| 3792 | 2026-06-06T00:53:30.010Z | Checking secrecy v0.8.0 |
| 3793 | 2026-06-06T00:53:30.138Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3794 | 2026-06-06T00:53:30.412Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3795 | 2026-06-06T00:53:30.507Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3796 | 2026-06-06T00:53:30.522Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3797 | 2026-06-06T00:53:30.537Z | Compiling typify-macro v0.4.3 |
| 3798 | 2026-06-06T00:53:30.566Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3799 | 2026-06-06T00:53:30.761Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3800 | 2026-06-06T00:53:30.779Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3801 | 2026-06-06T00:53:30.796Z | Checking filetime v0.2.27 |
| 3802 | 2026-06-06T00:53:30.935Z | Checking crc8 v0.1.1 |
| 3803 | 2026-06-06T00:53:31.039Z | Checking xattr v1.6.1 |
| 3804 | 2026-06-06T00:53:31.117Z | Checking http-range v0.1.5 |
| 3805 | 2026-06-06T00:53:31.178Z | Checking tar v0.4.45 |
| 3806 | 2026-06-06T00:53:31.272Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3807 | 2026-06-06T00:53:31.449Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3808 | 2026-06-06T00:53:31.525Z | Checking illumos-nvpair v0.3.0 |
| 3809 | 2026-06-06T00:53:31.575Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3810 | 2026-06-06T00:53:31.687Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3811 | 2026-06-06T00:53:31.704Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3812 | 2026-06-06T00:53:31.966Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3813 | 2026-06-06T00:53:32.127Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3814 | 2026-06-06T00:53:32.143Z | Checking atty v0.2.14 |
| 3815 | 2026-06-06T00:53:32.247Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3816 | 2026-06-06T00:53:32.263Z | Compiling typify v0.4.3 |
| 3817 | 2026-06-06T00:53:32.329Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3818 | 2026-06-06T00:53:32.376Z | Compiling progenitor-impl v0.11.2 |
| 3819 | 2026-06-06T00:53:32.665Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3820 | 2026-06-06T00:53:32.728Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3821 | 2026-06-06T00:53:32.753Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3822 | 2026-06-06T00:53:32.988Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3823 | 2026-06-06T00:53:33.008Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3824 | 2026-06-06T00:53:33.188Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3825 | 2026-06-06T00:53:33.239Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3826 | 2026-06-06T00:53:33.324Z | Checking hyper-staticfile v0.10.1 |
| 3827 | 2026-06-06T00:53:33.516Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3828 | 2026-06-06T00:53:33.677Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3829 | 2026-06-06T00:53:33.740Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3830 | 2026-06-06T00:53:33.784Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3831 | 2026-06-06T00:53:33.950Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3832 | 2026-06-06T00:53:34.051Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3833 | 2026-06-06T00:53:34.236Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3834 | 2026-06-06T00:53:34.308Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3835 | 2026-06-06T00:53:34.332Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3836 | 2026-06-06T00:53:34.520Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3837 | 2026-06-06T00:53:34.921Z | Compiling progenitor-macro v0.11.2 |
| 3838 | 2026-06-06T00:53:37.350Z | Checking progenitor v0.11.2 |
| 3839 | 2026-06-06T00:53:37.482Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3840 | 2026-06-06T00:53:37.552Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3841 | 2026-06-06T00:53:42.184Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3842 | 2026-06-06T00:53:53.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.16s |
| 3843 | 2026-06-06T00:53:53.371Z | |
| 3844 | 2026-06-06T00:53:53.371Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/295) |
| 3845 | 2026-06-06T00:53:53.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3846 | 2026-06-06T00:53:53.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3847 | 2026-06-06T00:53:54.160Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3848 | 2026-06-06T00:54:04.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.50s |
| 3849 | 2026-06-06T00:54:05.096Z | |
| 3850 | 2026-06-06T00:54:05.096Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/295) |
| 3851 | 2026-06-06T00:54:05.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3852 | 2026-06-06T00:54:05.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3853 | 2026-06-06T00:54:05.879Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3854 | 2026-06-06T00:54:16.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.55s |
| 3855 | 2026-06-06T00:54:16.885Z | |
| 3856 | 2026-06-06T00:54:16.885Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/295) |
| 3857 | 2026-06-06T00:54:17.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3858 | 2026-06-06T00:54:17.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3859 | 2026-06-06T00:54:17.676Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3860 | 2026-06-06T00:54:28.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s |
| 3861 | 2026-06-06T00:54:28.553Z | |
| 3862 | 2026-06-06T00:54:28.553Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/295) |
| 3863 | 2026-06-06T00:54:29.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3864 | 2026-06-06T00:54:29.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3865 | 2026-06-06T00:54:29.347Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3866 | 2026-06-06T00:54:40.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s |
| 3867 | 2026-06-06T00:54:40.287Z | |
| 3868 | 2026-06-06T00:54:40.287Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/295) |
| 3869 | 2026-06-06T00:54:40.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3870 | 2026-06-06T00:54:40.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3871 | 2026-06-06T00:54:41.083Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3872 | 2026-06-06T00:54:51.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s |
| 3873 | 2026-06-06T00:54:51.945Z | |
| 3874 | 2026-06-06T00:54:51.945Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/295) |
| 3875 | 2026-06-06T00:54:52.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3876 | 2026-06-06T00:54:52.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3877 | 2026-06-06T00:54:52.743Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3878 | 2026-06-06T00:55:03.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.60s |
| 3879 | 2026-06-06T00:55:03.770Z | |
| 3880 | 2026-06-06T00:55:03.770Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/295) |
| 3881 | 2026-06-06T00:55:04.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3882 | 2026-06-06T00:55:04.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3883 | 2026-06-06T00:55:04.623Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3884 | 2026-06-06T00:55:15.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s |
| 3885 | 2026-06-06T00:55:15.459Z | |
| 3886 | 2026-06-06T00:55:15.459Z | info: running `cargo check --bins` on bootstrap-agent-api (210/295) |
| 3887 | 2026-06-06T00:55:15.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3888 | 2026-06-06T00:55:15.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3889 | 2026-06-06T00:55:15.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3890 | 2026-06-06T00:55:15.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3891 | 2026-06-06T00:55:16.077Z | |
| 3892 | 2026-06-06T00:55:16.077Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/295) |
| 3893 | 2026-06-06T00:55:16.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3894 | 2026-06-06T00:55:16.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3895 | 2026-06-06T00:55:16.586Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3896 | 2026-06-06T00:55:16.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3897 | 2026-06-06T00:55:16.680Z | |
| 3898 | 2026-06-06T00:55:16.680Z | info: running `cargo check --bins` on range-requests (212/295) |
| 3899 | 2026-06-06T00:55:17.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3900 | 2026-06-06T00:55:17.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3901 | 2026-06-06T00:55:17.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3902 | 2026-06-06T00:55:17.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3903 | 2026-06-06T00:55:17.277Z | |
| 3904 | 2026-06-06T00:55:17.277Z | info: running `cargo check --bins` on repo-depot-api (213/295) |
| 3905 | 2026-06-06T00:55:17.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3906 | 2026-06-06T00:55:17.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3907 | 2026-06-06T00:55:17.792Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3908 | 2026-06-06T00:55:17.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3909 | 2026-06-06T00:55:17.883Z | |
| 3910 | 2026-06-06T00:55:17.883Z | info: running `cargo check --bins` on sled-agent-api (214/295) |
| 3911 | 2026-06-06T00:55:18.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3912 | 2026-06-06T00:55:18.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3913 | 2026-06-06T00:55:18.413Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3914 | 2026-06-06T00:55:18.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3915 | 2026-06-06T00:55:18.509Z | |
| 3916 | 2026-06-06T00:55:18.509Z | info: running `cargo check --bins` on sled-diagnostics (215/295) |
| 3917 | 2026-06-06T00:55:19.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3918 | 2026-06-06T00:55:19.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3919 | 2026-06-06T00:55:19.037Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3920 | 2026-06-06T00:55:19.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3921 | 2026-06-06T00:55:19.135Z | |
| 3922 | 2026-06-06T00:55:19.135Z | info: running `cargo check --bins` on zfs-test-harness (216/295) |
| 3923 | 2026-06-06T00:55:19.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3924 | 2026-06-06T00:55:19.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3925 | 2026-06-06T00:55:19.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3926 | 2026-06-06T00:55:19.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3927 | 2026-06-06T00:55:19.765Z | |
| 3928 | 2026-06-06T00:55:19.765Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/295) |
| 3929 | 2026-06-06T00:55:20.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3930 | 2026-06-06T00:55:20.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3931 | 2026-06-06T00:55:20.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3932 | 2026-06-06T00:55:20.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3933 | 2026-06-06T00:55:20.400Z | |
| 3934 | 2026-06-06T00:55:20.401Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/295) |
| 3935 | 2026-06-06T00:55:20.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3936 | 2026-06-06T00:55:20.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3937 | 2026-06-06T00:55:20.937Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3938 | 2026-06-06T00:55:20.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3939 | 2026-06-06T00:55:21.035Z | |
| 3940 | 2026-06-06T00:55:21.035Z | info: running `cargo check --bins` on sled-agent-early-networking (219/295) |
| 3941 | 2026-06-06T00:55:21.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3942 | 2026-06-06T00:55:21.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3943 | 2026-06-06T00:55:21.678Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3944 | 2026-06-06T00:55:21.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3945 | 2026-06-06T00:55:21.679Z | |
| 3946 | 2026-06-06T00:55:21.679Z | info: running `cargo check --bins` on sled-agent-health-monitor (220/295) |
| 3947 | 2026-06-06T00:55:22.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3948 | 2026-06-06T00:55:22.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3949 | 2026-06-06T00:55:22.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3950 | 2026-06-06T00:55:22.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3951 | 2026-06-06T00:55:22.278Z | |
| 3952 | 2026-06-06T00:55:22.278Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/295) |
| 3953 | 2026-06-06T00:55:22.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3954 | 2026-06-06T00:55:22.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3955 | 2026-06-06T00:55:22.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3956 | 2026-06-06T00:55:22.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3957 | 2026-06-06T00:55:22.908Z | |
| 3958 | 2026-06-06T00:55:22.908Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/295) |
| 3959 | 2026-06-06T00:55:23.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3960 | 2026-06-06T00:55:23.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3961 | 2026-06-06T00:55:23.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3962 | 2026-06-06T00:55:23.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3963 | 2026-06-06T00:55:23.544Z | |
| 3964 | 2026-06-06T00:55:23.545Z | info: running `cargo check --bins` on sled-agent-resolvable-files (223/295) |
| 3965 | 2026-06-06T00:55:24.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3966 | 2026-06-06T00:55:24.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3967 | 2026-06-06T00:55:24.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3968 | 2026-06-06T00:55:24.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3969 | 2026-06-06T00:55:24.181Z | |
| 3970 | 2026-06-06T00:55:24.181Z | info: running `cargo check --bins` on sled-agent-rack-setup (224/295) |
| 3971 | 2026-06-06T00:55:24.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3972 | 2026-06-06T00:55:24.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3973 | 2026-06-06T00:55:24.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3974 | 2026-06-06T00:55:24.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3975 | 2026-06-06T00:55:24.838Z | |
| 3976 | 2026-06-06T00:55:24.838Z | info: running `cargo check --bins` on trust-quorum (225/295) |
| 3977 | 2026-06-06T00:55:25.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3978 | 2026-06-06T00:55:25.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3979 | 2026-06-06T00:55:25.373Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3980 | 2026-06-06T00:55:25.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3981 | 2026-06-06T00:55:25.470Z | |
| 3982 | 2026-06-06T00:55:25.471Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (226/295) |
| 3983 | 2026-06-06T00:55:26.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3984 | 2026-06-06T00:55:26.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3985 | 2026-06-06T00:55:26.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3986 | 2026-06-06T00:55:26.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3987 | 2026-06-06T00:55:26.119Z | |
| 3988 | 2026-06-06T00:55:26.120Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (227/295) |
| 3989 | 2026-06-06T00:55:26.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3990 | 2026-06-06T00:55:26.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3991 | 2026-06-06T00:55:26.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3992 | 2026-06-06T00:55:26.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3993 | 2026-06-06T00:55:26.832Z | |
| 3994 | 2026-06-06T00:55:26.833Z | info: running `cargo check --bins` on update-common (228/295) |
| 3995 | 2026-06-06T00:55:27.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3996 | 2026-06-06T00:55:27.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3997 | 2026-06-06T00:55:27.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3998 | 2026-06-06T00:55:27.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3999 | 2026-06-06T00:55:27.373Z | |
| 4000 | 2026-06-06T00:55:27.373Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (229/295) |
| 4001 | 2026-06-06T00:55:27.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4002 | 2026-06-06T00:55:27.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4003 | 2026-06-06T00:55:27.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4004 | 2026-06-06T00:55:27.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4005 | 2026-06-06T00:55:28.030Z | |
| 4006 | 2026-06-06T00:55:28.030Z | info: running `cargo check --bins` on omicron-deployment-graph (230/295) |
| 4007 | 2026-06-06T00:55:28.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4008 | 2026-06-06T00:55:28.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4009 | 2026-06-06T00:55:28.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4010 | 2026-06-06T00:55:28.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4011 | 2026-06-06T00:55:28.619Z | |
| 4012 | 2026-06-06T00:55:28.619Z | info: running `cargo check --bins` on reconfigurator-cli (231/295) |
| 4013 | 2026-06-06T00:55:29.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4014 | 2026-06-06T00:55:29.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4015 | 2026-06-06T00:55:29.396Z | Compiling fs-err v2.11.0 |
| 4016 | 2026-06-06T00:55:29.396Z | Checking ignore v0.4.25 |
| 4017 | 2026-06-06T00:55:29.396Z | Checking arc-swap v1.8.2 |
| 4018 | 2026-06-06T00:55:29.537Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 4019 | 2026-06-06T00:55:29.538Z | Checking predicates-tree v1.0.13 |
| 4020 | 2026-06-06T00:55:29.542Z | Checking parse-size v1.1.0 |
| 4021 | 2026-06-06T00:55:29.570Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4022 | 2026-06-06T00:55:29.582Z | Checking rand_seeder v0.4.0 |
| 4023 | 2026-06-06T00:55:29.722Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 4024 | 2026-06-06T00:55:29.726Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4025 | 2026-06-06T00:55:29.726Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 4026 | 2026-06-06T00:55:29.736Z | Checking slog-scope v4.4.1 |
| 4027 | 2026-06-06T00:55:29.771Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 4028 | 2026-06-06T00:55:29.861Z | Compiling petname v2.0.2 |
| 4029 | 2026-06-06T00:55:29.874Z | Checking slog-stdlog v4.1.1 |
| 4030 | 2026-06-06T00:55:29.891Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4031 | 2026-06-06T00:55:29.906Z | Checking globwalk v0.9.1 |
| 4032 | 2026-06-06T00:55:29.953Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 4033 | 2026-06-06T00:55:29.993Z | Checking slog-envlogger v2.2.0 |
| 4034 | 2026-06-06T00:55:30.085Z | Checking camino-tempfile-ext v0.3.3 |
| 4035 | 2026-06-06T00:55:30.144Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4036 | 2026-06-06T00:55:30.173Z | Checking sapling-renderdag v0.1.0 |
| 4037 | 2026-06-06T00:55:30.280Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4038 | 2026-06-06T00:55:30.351Z | Checking subprocess v0.2.15 |
| 4039 | 2026-06-06T00:55:30.411Z | Checking sync-ptr v0.1.4 |
| 4040 | 2026-06-06T00:55:30.510Z | Checking colored v2.2.0 |
| 4041 | 2026-06-06T00:55:30.531Z | Checking assert_matches v1.5.0 |
| 4042 | 2026-06-06T00:55:30.632Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 4043 | 2026-06-06T00:55:30.759Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 4044 | 2026-06-06T00:55:30.764Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4045 | 2026-06-06T00:55:31.453Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4046 | 2026-06-06T00:55:32.780Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4047 | 2026-06-06T00:55:35.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.39s |
| 4048 | 2026-06-06T00:55:35.233Z | |
| 4049 | 2026-06-06T00:55:35.233Z | info: running `cargo check --bins` on omicron-repl-utils (232/295) |
| 4050 | 2026-06-06T00:55:35.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4051 | 2026-06-06T00:55:35.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4052 | 2026-06-06T00:55:35.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4053 | 2026-06-06T00:55:35.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4054 | 2026-06-06T00:55:35.826Z | |
| 4055 | 2026-06-06T00:55:35.826Z | info: running `cargo check --bins` on transient-dns-server (233/295) |
| 4056 | 2026-06-06T00:55:36.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4057 | 2026-06-06T00:55:36.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4058 | 2026-06-06T00:55:36.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4059 | 2026-06-06T00:55:36.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4060 | 2026-06-06T00:55:36.442Z | |
| 4061 | 2026-06-06T00:55:36.443Z | info: running `cargo check --bins` on nexus-test-interface (234/295) |
| 4062 | 2026-06-06T00:55:36.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4063 | 2026-06-06T00:55:37.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4064 | 2026-06-06T00:55:37.006Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4065 | 2026-06-06T00:55:37.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4066 | 2026-06-06T00:55:37.103Z | |
| 4067 | 2026-06-06T00:55:37.103Z | info: running `cargo check --bins` on oximeter-collector (235/295) |
| 4068 | 2026-06-06T00:55:37.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4069 | 2026-06-06T00:55:37.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4070 | 2026-06-06T00:55:37.835Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4071 | 2026-06-06T00:55:37.835Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4072 | 2026-06-06T00:55:38.483Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4073 | 2026-06-06T00:55:40.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s |
| 4074 | 2026-06-06T00:55:40.276Z | |
| 4075 | 2026-06-06T00:55:40.277Z | info: running `cargo check --bins` on oximeter-api (236/295) |
| 4076 | 2026-06-06T00:55:40.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4077 | 2026-06-06T00:55:40.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4078 | 2026-06-06T00:55:40.790Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4079 | 2026-06-06T00:55:40.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4080 | 2026-06-06T00:55:40.883Z | |
| 4081 | 2026-06-06T00:55:40.883Z | info: running `cargo check --bins` on cert-dev (237/295) |
| 4082 | 2026-06-06T00:55:41.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4083 | 2026-06-06T00:55:41.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4084 | 2026-06-06T00:55:41.497Z | Checking yasna v0.5.2 |
| 4085 | 2026-06-06T00:55:41.901Z | Checking rcgen v0.12.1 |
| 4086 | 2026-06-06T00:55:42.150Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4087 | 2026-06-06T00:55:42.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
| 4088 | 2026-06-06T00:55:42.518Z | |
| 4089 | 2026-06-06T00:55:42.519Z | info: running `cargo check --bins` on clickana (238/295) |
| 4090 | 2026-06-06T00:55:43.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4091 | 2026-06-06T00:55:43.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4092 | 2026-06-06T00:55:43.175Z | Compiling darling_core v0.23.0 |
| 4093 | 2026-06-06T00:55:43.282Z | Compiling instability v0.3.11 |
| 4094 | 2026-06-06T00:55:43.291Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 4095 | 2026-06-06T00:55:43.291Z | Checking castaway v0.2.4 |
| 4096 | 2026-06-06T00:55:43.298Z | Compiling indoc v2.0.7 |
| 4097 | 2026-06-06T00:55:43.314Z | Checking unicode-truncate v1.1.0 |
| 4098 | 2026-06-06T00:55:43.318Z | Checking lru v0.12.5 |
| 4099 | 2026-06-06T00:55:43.318Z | Checking cassowary v0.3.0 |
| 4100 | 2026-06-06T00:55:43.391Z | Checking compact_str v0.8.1 |
| 4101 | 2026-06-06T00:55:44.641Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 4102 | 2026-06-06T00:55:44.718Z | Compiling darling_macro v0.23.0 |
| 4103 | 2026-06-06T00:55:44.824Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4104 | 2026-06-06T00:55:45.128Z | Compiling darling v0.23.0 |
| 4105 | 2026-06-06T00:55:45.751Z | Checking ratatui v0.29.0 |
| 4106 | 2026-06-06T00:55:46.818Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4107 | 2026-06-06T00:55:47.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.97s |
| 4108 | 2026-06-06T00:55:47.678Z | |
| 4109 | 2026-06-06T00:55:47.678Z | info: running `cargo check --bins` on clickhouse-cluster-dev (239/295) |
| 4110 | 2026-06-06T00:55:48.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4111 | 2026-06-06T00:55:48.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4112 | 2026-06-06T00:55:48.401Z | Checking headers-core v0.3.0 |
| 4113 | 2026-06-06T00:55:48.401Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4114 | 2026-06-06T00:55:48.600Z | Checking headers v0.4.1 |
| 4115 | 2026-06-06T00:55:48.975Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4116 | 2026-06-06T00:55:49.834Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4117 | 2026-06-06T00:55:50.341Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4118 | 2026-06-06T00:55:50.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s |
| 4119 | 2026-06-06T00:55:50.971Z | |
| 4120 | 2026-06-06T00:55:50.971Z | info: running `cargo check --bins` on ch-dev (240/295) |
| 4121 | 2026-06-06T00:55:51.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4122 | 2026-06-06T00:55:51.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4123 | 2026-06-06T00:55:51.696Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4124 | 2026-06-06T00:55:52.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s |
| 4125 | 2026-06-06T00:55:52.676Z | |
| 4126 | 2026-06-06T00:55:52.676Z | info: running `cargo check --bins` on dev-tools-common (241/295) |
| 4127 | 2026-06-06T00:55:53.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4128 | 2026-06-06T00:55:53.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4129 | 2026-06-06T00:55:53.085Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4130 | 2026-06-06T00:55:53.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 4131 | 2026-06-06T00:55:53.144Z | |
| 4132 | 2026-06-06T00:55:53.144Z | info: running `cargo check --bins` on crdb-seed (242/295) |
| 4133 | 2026-06-06T00:55:53.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4134 | 2026-06-06T00:55:53.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4135 | 2026-06-06T00:55:53.862Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4136 | 2026-06-06T00:55:54.854Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4137 | 2026-06-06T00:55:55.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s |
| 4138 | 2026-06-06T00:55:55.400Z | |
| 4139 | 2026-06-06T00:55:55.400Z | info: running `cargo check --bins` on db-dev (243/295) |
| 4140 | 2026-06-06T00:55:55.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4141 | 2026-06-06T00:55:55.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4142 | 2026-06-06T00:55:56.126Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4143 | 2026-06-06T00:55:56.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s |
| 4144 | 2026-06-06T00:55:57.105Z | |
| 4145 | 2026-06-06T00:55:57.105Z | info: running `cargo check --bins` on omicron-dev-lib (244/295) |
| 4146 | 2026-06-06T00:55:57.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4147 | 2026-06-06T00:55:57.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4148 | 2026-06-06T00:55:57.648Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4149 | 2026-06-06T00:55:57.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4150 | 2026-06-06T00:55:57.751Z | |
| 4151 | 2026-06-06T00:55:57.751Z | info: running `cargo check --bins` on xtask-downloader (245/295) |
| 4152 | 2026-06-06T00:55:58.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4153 | 2026-06-06T00:55:58.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4154 | 2026-06-06T00:55:58.366Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4155 | 2026-06-06T00:55:59.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s |
| 4156 | 2026-06-06T00:55:59.232Z | |
| 4157 | 2026-06-06T00:55:59.232Z | info: running `cargo check --bins` on omicron-dropshot-apis (246/295) |
| 4158 | 2026-06-06T00:55:59.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4159 | 2026-06-06T00:55:59.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4160 | 2026-06-06T00:55:59.981Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4161 | 2026-06-06T00:55:59.981Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4162 | 2026-06-06T00:55:59.981Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 4163 | 2026-06-06T00:55:59.985Z | Checking git-stub v1.0.0 |
| 4164 | 2026-06-06T00:55:59.985Z | Compiling trait-variant v0.1.2 |
| 4165 | 2026-06-06T00:55:59.985Z | Checking maplit v1.0.2 |
| 4166 | 2026-06-06T00:55:59.985Z | Checking is_ci v1.2.0 |
| 4167 | 2026-06-06T00:55:59.985Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4168 | 2026-06-06T00:56:00.186Z | Checking supports-color v3.0.2 |
| 4169 | 2026-06-06T00:56:00.207Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4170 | 2026-06-06T00:56:00.252Z | Checking git-stub-vcs v0.1.0 |
| 4171 | 2026-06-06T00:56:00.310Z | Checking drift v0.2.0 |
| 4172 | 2026-06-06T00:56:00.412Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4173 | 2026-06-06T00:56:00.427Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4174 | 2026-06-06T00:56:00.448Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4175 | 2026-06-06T00:56:00.625Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4176 | 2026-06-06T00:56:00.641Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4177 | 2026-06-06T00:56:00.657Z | Checking dropshot-api-manager v0.7.2 |
| 4178 | 2026-06-06T00:56:00.712Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4179 | 2026-06-06T00:56:00.837Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4180 | 2026-06-06T00:56:00.931Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4181 | 2026-06-06T00:56:01.106Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 4182 | 2026-06-06T00:56:01.378Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4183 | 2026-06-06T00:56:06.346Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4184 | 2026-06-06T00:56:07.446Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4185 | 2026-06-06T00:56:08.020Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4186 | 2026-06-06T00:56:08.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.21s |
| 4187 | 2026-06-06T00:56:08.649Z | |
| 4188 | 2026-06-06T00:56:08.649Z | info: running `cargo check --bins` on installinator-api (247/295) |
| 4189 | 2026-06-06T00:56:09.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4190 | 2026-06-06T00:56:09.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4191 | 2026-06-06T00:56:09.157Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4192 | 2026-06-06T00:56:09.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4193 | 2026-06-06T00:56:09.252Z | |
| 4194 | 2026-06-06T00:56:09.252Z | info: running `cargo check --bins` on nexus-external-api (248/295) |
| 4195 | 2026-06-06T00:56:09.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4196 | 2026-06-06T00:56:09.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4197 | 2026-06-06T00:56:09.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4198 | 2026-06-06T00:56:09.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4199 | 2026-06-06T00:56:09.897Z | |
| 4200 | 2026-06-06T00:56:09.897Z | info: running `cargo check --bins` on nexus-internal-api (249/295) |
| 4201 | 2026-06-06T00:56:10.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4202 | 2026-06-06T00:56:10.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4203 | 2026-06-06T00:56:10.434Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4204 | 2026-06-06T00:56:10.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4205 | 2026-06-06T00:56:10.530Z | |
| 4206 | 2026-06-06T00:56:10.530Z | info: running `cargo check --bins` on nexus-lockstep-api (250/295) |
| 4207 | 2026-06-06T00:56:11.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4208 | 2026-06-06T00:56:11.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4209 | 2026-06-06T00:56:11.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4210 | 2026-06-06T00:56:11.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4211 | 2026-06-06T00:56:11.162Z | |
| 4212 | 2026-06-06T00:56:11.162Z | info: running `cargo check --bins` on ntp-admin-api (251/295) |
| 4213 | 2026-06-06T00:56:11.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4214 | 2026-06-06T00:56:11.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4215 | 2026-06-06T00:56:11.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4216 | 2026-06-06T00:56:11.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4217 | 2026-06-06T00:56:11.761Z | |
| 4218 | 2026-06-06T00:56:11.761Z | info: running `cargo check --bins` on ntp-admin-types-versions (252/295) |
| 4219 | 2026-06-06T00:56:12.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4220 | 2026-06-06T00:56:12.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4221 | 2026-06-06T00:56:12.261Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4222 | 2026-06-06T00:56:12.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4223 | 2026-06-06T00:56:12.344Z | |
| 4224 | 2026-06-06T00:56:12.344Z | info: running `cargo check --bins` on wicketd-api (253/295) |
| 4225 | 2026-06-06T00:56:12.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4226 | 2026-06-06T00:56:12.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4227 | 2026-06-06T00:56:12.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4228 | 2026-06-06T00:56:12.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4229 | 2026-06-06T00:56:12.960Z | |
| 4230 | 2026-06-06T00:56:12.960Z | info: running `cargo check --bins` on omicron-ls-apis (254/295) |
| 4231 | 2026-06-06T00:56:13.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4232 | 2026-06-06T00:56:13.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4233 | 2026-06-06T00:56:13.575Z | Checking typeid v1.0.3 |
| 4234 | 2026-06-06T00:56:13.687Z | Checking ordered-float v2.10.1 |
| 4235 | 2026-06-06T00:56:13.706Z | Checking unicode-xid v0.2.6 |
| 4236 | 2026-06-06T00:56:13.719Z | Checking cargo-platform v0.2.0 |
| 4237 | 2026-06-06T00:56:13.728Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4238 | 2026-06-06T00:56:13.756Z | Checking erased-serde v0.4.9 |
| 4239 | 2026-06-06T00:56:13.891Z | Checking serde-value v0.7.0 |
| 4240 | 2026-06-06T00:56:14.067Z | Checking serde-untagged v0.1.9 |
| 4241 | 2026-06-06T00:56:14.228Z | Checking cargo-util-schemas v0.8.2 |
| 4242 | 2026-06-06T00:56:14.921Z | Checking cargo_metadata v0.21.0 |
| 4243 | 2026-06-06T00:56:15.541Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4244 | 2026-06-06T00:56:16.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s |
| 4245 | 2026-06-06T00:56:16.467Z | |
| 4246 | 2026-06-06T00:56:16.467Z | info: running `cargo check --bins` on mgs-dev (255/295) |
| 4247 | 2026-06-06T00:56:17.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4248 | 2026-06-06T00:56:17.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4249 | 2026-06-06T00:56:17.201Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4250 | 2026-06-06T00:56:17.837Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4251 | 2026-06-06T00:56:18.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s |
| 4252 | 2026-06-06T00:56:18.566Z | |
| 4253 | 2026-06-06T00:56:18.566Z | info: running `cargo check --bins` on omicron-omdb (256/295) |
| 4254 | 2026-06-06T00:56:19.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4255 | 2026-06-06T00:56:19.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4256 | 2026-06-06T00:56:19.510Z | Compiling vergen-lib v0.1.6 |
| 4257 | 2026-06-06T00:56:19.510Z | Compiling vergen-gitcl v1.0.8 |
| 4258 | 2026-06-06T00:56:19.510Z | Compiling dirs-sys-next v0.1.2 |
| 4259 | 2026-06-06T00:56:19.510Z | Compiling crunchy v0.2.4 |
| 4260 | 2026-06-06T00:56:19.510Z | Compiling glob v0.3.3 |
| 4261 | 2026-06-06T00:56:19.513Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4262 | 2026-06-06T00:56:19.513Z | Compiling diesel_derives v2.3.7 |
| 4263 | 2026-06-06T00:56:19.513Z | Compiling dsl_auto_type v0.2.0 |
| 4264 | 2026-06-06T00:56:19.893Z | Compiling dirs-next v2.0.0 |
| 4265 | 2026-06-06T00:56:19.942Z | Checking scheduled-thread-pool v0.2.7 |
| 4266 | 2026-06-06T00:56:19.969Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4267 | 2026-06-06T00:56:19.977Z | Compiling tiny-keccak v2.0.2 |
| 4268 | 2026-06-06T00:56:20.016Z | Compiling term v0.7.0 |
| 4269 | 2026-06-06T00:56:20.090Z | Compiling clang-sys v1.8.1 |
| 4270 | 2026-06-06T00:56:20.106Z | Checking r2d2 v0.8.10 |
| 4271 | 2026-06-06T00:56:20.290Z | Compiling bit-vec v0.6.3 |
| 4272 | 2026-06-06T00:56:20.327Z | Checking downcast-rs v2.0.2 |
| 4273 | 2026-06-06T00:56:20.424Z | Compiling ascii-canvas v3.0.0 |
| 4274 | 2026-06-06T00:56:20.464Z | Compiling itertools v0.10.5 |
| 4275 | 2026-06-06T00:56:20.530Z | Compiling bit-set v0.5.3 |
| 4276 | 2026-06-06T00:56:20.568Z | Compiling ena v0.14.4 |
| 4277 | 2026-06-06T00:56:20.670Z | Compiling libloading v0.8.9 |
| 4278 | 2026-06-06T00:56:20.690Z | Compiling regex-syntax v0.6.29 |
| 4279 | 2026-06-06T00:56:20.781Z | Compiling diff v0.1.13 |
| 4280 | 2026-06-06T00:56:20.781Z | Compiling bindgen v0.71.1 |
| 4281 | 2026-06-06T00:56:20.880Z | Compiling cexpr v0.6.0 |
| 4282 | 2026-06-06T00:56:21.062Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4283 | 2026-06-06T00:56:21.232Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4284 | 2026-06-06T00:56:21.258Z | Compiling rustc-hash v2.1.1 |
| 4285 | 2026-06-06T00:56:21.420Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4286 | 2026-06-06T00:56:21.430Z | Compiling libxml v0.3.3 |
| 4287 | 2026-06-06T00:56:21.529Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4288 | 2026-06-06T00:56:21.552Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4289 | 2026-06-06T00:56:21.680Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4290 | 2026-06-06T00:56:21.875Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4291 | 2026-06-06T00:56:21.893Z | Compiling strum_macros v0.24.3 |
| 4292 | 2026-06-06T00:56:22.015Z | Compiling lalrpop v0.19.12 |
| 4293 | 2026-06-06T00:56:22.159Z | Compiling indoc v1.0.9 |
| 4294 | 2026-06-06T00:56:22.831Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4295 | 2026-06-06T00:56:23.026Z | Checking derive_builder v0.20.2 |
| 4296 | 2026-06-06T00:56:23.149Z | Compiling oso-derive v0.27.3 |
| 4297 | 2026-06-06T00:56:23.239Z | Checking quick-xml v0.37.5 |
| 4298 | 2026-06-06T00:56:23.383Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4299 | 2026-06-06T00:56:23.684Z | Checking openssl-probe v0.1.6 |
| 4300 | 2026-06-06T00:56:23.832Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4301 | 2026-06-06T00:56:24.175Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4302 | 2026-06-06T00:56:24.375Z | Checking bb8 v0.8.6 |
| 4303 | 2026-06-06T00:56:24.525Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4304 | 2026-06-06T00:56:24.577Z | Compiling libz-sys v1.1.24 |
| 4305 | 2026-06-06T00:56:24.666Z | Checking nonempty v0.12.0 |
| 4306 | 2026-06-06T00:56:24.744Z | Compiling strsim v0.10.0 |
| 4307 | 2026-06-06T00:56:24.839Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4308 | 2026-06-06T00:56:24.975Z | Compiling darling_core v0.13.4 |
| 4309 | 2026-06-06T00:56:25.086Z | Compiling vergen-git2 v9.1.0 |
| 4310 | 2026-06-06T00:56:25.150Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4311 | 2026-06-06T00:56:25.308Z | Compiling base64 v0.21.7 |
| 4312 | 2026-06-06T00:56:25.345Z | Compiling rustls v0.21.12 |
| 4313 | 2026-06-06T00:56:25.562Z | Compiling ron v0.8.1 |
| 4314 | 2026-06-06T00:56:25.627Z | Checking diesel v2.3.7 |
| 4315 | 2026-06-06T00:56:25.669Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4316 | 2026-06-06T00:56:26.540Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4317 | 2026-06-06T00:56:26.596Z | Checking rustls-webpki v0.101.7 |
| 4318 | 2026-06-06T00:56:26.731Z | Checking sct v0.7.1 |
| 4319 | 2026-06-06T00:56:26.870Z | Compiling darling_macro v0.13.4 |
| 4320 | 2026-06-06T00:56:26.909Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4321 | 2026-06-06T00:56:27.346Z | Compiling darling v0.13.4 |
| 4322 | 2026-06-06T00:56:27.441Z | Compiling serde_with_macros v1.5.2 |
| 4323 | 2026-06-06T00:56:27.567Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4324 | 2026-06-06T00:56:28.229Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4325 | 2026-06-06T00:56:28.291Z | Compiling serde_with v1.14.0 |
| 4326 | 2026-06-06T00:56:29.274Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4327 | 2026-06-06T00:56:29.486Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 4328 | 2026-06-06T00:56:30.028Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4329 | 2026-06-06T00:56:30.700Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4330 | 2026-06-06T00:56:30.886Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4331 | 2026-06-06T00:56:30.905Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4332 | 2026-06-06T00:56:31.036Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4333 | 2026-06-06T00:56:31.079Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4334 | 2026-06-06T00:56:31.098Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4335 | 2026-06-06T00:56:31.347Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4336 | 2026-06-06T00:56:31.368Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4337 | 2026-06-06T00:56:31.389Z | Checking tokio-rustls v0.24.1 |
| 4338 | 2026-06-06T00:56:31.593Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4339 | 2026-06-06T00:56:32.132Z | Checking rustls-pemfile v1.0.4 |
| 4340 | 2026-06-06T00:56:32.219Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4341 | 2026-06-06T00:56:32.279Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4342 | 2026-06-06T00:56:32.472Z | Checking twox-hash v2.1.2 |
| 4343 | 2026-06-06T00:56:32.487Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4344 | 2026-06-06T00:56:32.791Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4345 | 2026-06-06T00:56:32.813Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4346 | 2026-06-06T00:56:33.186Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4347 | 2026-06-06T00:56:33.346Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4348 | 2026-06-06T00:56:34.530Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4349 | 2026-06-06T00:56:34.666Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4350 | 2026-06-06T00:56:34.855Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4351 | 2026-06-06T00:56:35.221Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4352 | 2026-06-06T00:56:35.240Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4353 | 2026-06-06T00:56:35.567Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 4354 | 2026-06-06T00:56:35.792Z | Checking console v0.16.2 |
| 4355 | 2026-06-06T00:56:36.114Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4356 | 2026-06-06T00:56:36.265Z | Checking fatfs v0.3.6 |
| 4357 | 2026-06-06T00:56:36.543Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4358 | 2026-06-06T00:56:36.740Z | Compiling seq-macro v0.3.6 |
| 4359 | 2026-06-06T00:56:37.233Z | Checking unit-prefix v0.5.2 |
| 4360 | 2026-06-06T00:56:37.374Z | Checking indicatif v0.18.4 |
| 4361 | 2026-06-06T00:56:37.857Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4362 | 2026-06-06T00:56:37.874Z | Checking support-bundle-viewer v0.1.2 |
| 4363 | 2026-06-06T00:56:38.061Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4364 | 2026-06-06T00:56:38.183Z | Checking multimap v0.10.1 |
| 4365 | 2026-06-06T00:56:44.116Z | Checking diesel-dtrace v0.5.0 |
| 4366 | 2026-06-06T00:56:44.367Z | Checking async-bb8-diesel v0.2.1 |
| 4367 | 2026-06-06T00:56:47.083Z | Compiling samael v0.0.19 |
| 4368 | 2026-06-06T00:56:52.300Z | Compiling git2 v0.20.4 |
| 4369 | 2026-06-06T00:56:53.332Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 4370 | 2026-06-06T00:56:54.351Z | Compiling polar-core v0.27.3 |
| 4371 | 2026-06-06T00:56:54.789Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 4372 | 2026-06-06T00:56:58.896Z | Checking oso v0.27.3 |
| 4373 | 2026-06-06T00:57:26.486Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4374 | 2026-06-06T00:58:37.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s |
| 4375 | 2026-06-06T00:58:37.800Z | |
| 4376 | 2026-06-06T00:58:37.800Z | info: running `cargo check --bins` on nexus-networking (257/295) |
| 4377 | 2026-06-06T00:58:38.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4378 | 2026-06-06T00:58:38.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4379 | 2026-06-06T00:58:38.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4380 | 2026-06-06T00:58:38.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 4381 | 2026-06-06T00:58:38.500Z | |
| 4382 | 2026-06-06T00:58:38.500Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (258/295) |
| 4383 | 2026-06-06T00:58:39.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4384 | 2026-06-06T00:58:39.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4385 | 2026-06-06T00:58:39.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4386 | 2026-06-06T00:58:39.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4387 | 2026-06-06T00:58:39.159Z | |
| 4388 | 2026-06-06T00:58:39.159Z | info: running `cargo check --bins` on nexus-saga-recovery (259/295) |
| 4389 | 2026-06-06T00:58:39.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4390 | 2026-06-06T00:58:39.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4391 | 2026-06-06T00:58:39.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4392 | 2026-06-06T00:58:39.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4393 | 2026-06-06T00:58:39.815Z | |
| 4394 | 2026-06-06T00:58:39.815Z | info: running `cargo check --bins` on nexus-test-utils-macros (260/295) |
| 4395 | 2026-06-06T00:58:40.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4396 | 2026-06-06T00:58:40.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4397 | 2026-06-06T00:58:40.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4398 | 2026-06-06T00:58:40.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4399 | 2026-06-06T00:58:40.403Z | |
| 4400 | 2026-06-06T00:58:40.403Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (261/295) |
| 4401 | 2026-06-06T00:58:40.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4402 | 2026-06-06T00:58:40.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4403 | 2026-06-06T00:58:41.242Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4404 | 2026-06-06T00:58:42.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s |
| 4405 | 2026-06-06T00:58:42.228Z | |
| 4406 | 2026-06-06T00:58:42.228Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (262/295) |
| 4407 | 2026-06-06T00:58:42.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4408 | 2026-06-06T00:58:42.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4409 | 2026-06-06T00:58:43.063Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4410 | 2026-06-06T00:59:19.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.30s |
| 4411 | 2026-06-06T00:59:19.759Z | |
| 4412 | 2026-06-06T00:59:19.760Z | info: running `cargo check --bins` on nexus-background-task-interface (263/295) |
| 4413 | 2026-06-06T00:59:20.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4414 | 2026-06-06T00:59:20.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4415 | 2026-06-06T00:59:20.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4416 | 2026-06-06T00:59:20.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4417 | 2026-06-06T00:59:20.410Z | |
| 4418 | 2026-06-06T00:59:20.411Z | info: running `cargo check --bins --no-default-features` on nexus-fm (264/295) |
| 4419 | 2026-06-06T00:59:21.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4420 | 2026-06-06T00:59:21.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4421 | 2026-06-06T00:59:21.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4422 | 2026-06-06T00:59:21.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4423 | 2026-06-06T00:59:21.156Z | |
| 4424 | 2026-06-06T00:59:21.156Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (265/295) |
| 4425 | 2026-06-06T00:59:21.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4426 | 2026-06-06T00:59:22.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4427 | 2026-06-06T00:59:22.078Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4428 | 2026-06-06T00:59:22.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4429 | 2026-06-06T00:59:22.079Z | |
| 4430 | 2026-06-06T00:59:22.079Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (266/295) |
| 4431 | 2026-06-06T00:59:22.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4432 | 2026-06-06T00:59:22.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4433 | 2026-06-06T00:59:22.200Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4434 | 2026-06-06T00:59:22.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4435 | 2026-06-06T00:59:22.307Z | |
| 4436 | 2026-06-06T00:59:22.307Z | info: running `cargo check --bins` on nexus-mgs-updates (267/295) |
| 4437 | 2026-06-06T00:59:22.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4438 | 2026-06-06T00:59:22.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4439 | 2026-06-06T00:59:22.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4440 | 2026-06-06T00:59:22.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4441 | 2026-06-06T00:59:22.959Z | |
| 4442 | 2026-06-06T00:59:22.959Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (268/295) |
| 4443 | 2026-06-06T00:59:24.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4444 | 2026-06-06T00:59:25.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4445 | 2026-06-06T00:59:25.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4446 | 2026-06-06T00:59:25.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4447 | 2026-06-06T00:59:25.080Z | |
| 4448 | 2026-06-06T00:59:25.080Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (269/295) |
| 4449 | 2026-06-06T00:59:25.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4450 | 2026-06-06T00:59:25.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4451 | 2026-06-06T00:59:25.080Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4452 | 2026-06-06T00:59:25.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4453 | 2026-06-06T00:59:25.080Z | |
| 4454 | 2026-06-06T00:59:25.080Z | info: running `cargo check --bins` on support-bundle-collection (270/295) |
| 4455 | 2026-06-06T00:59:25.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4456 | 2026-06-06T00:59:25.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4457 | 2026-06-06T00:59:25.080Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4458 | 2026-06-06T00:59:25.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4459 | 2026-06-06T00:59:25.080Z | |
| 4460 | 2026-06-06T00:59:25.080Z | info: running `cargo check --bins` on omicron-dev (271/295) |
| 4461 | 2026-06-06T00:59:25.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4462 | 2026-06-06T00:59:25.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4463 | 2026-06-06T00:59:25.852Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4464 | 2026-06-06T00:59:25.900Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4465 | 2026-06-06T00:59:25.988Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4466 | 2026-06-06T00:59:26.023Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4467 | 2026-06-06T00:59:26.039Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4468 | 2026-06-06T00:59:26.063Z | Checking yansi v1.0.1 |
| 4469 | 2026-06-06T00:59:26.063Z | Checking diff v0.1.13 |
| 4470 | 2026-06-06T00:59:26.091Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4471 | 2026-06-06T00:59:26.157Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4472 | 2026-06-06T00:59:27.815Z | Checking pretty_assertions v1.4.1 |
| 4473 | 2026-06-06T00:59:27.918Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4474 | 2026-06-06T00:59:27.918Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4475 | 2026-06-06T00:59:50.945Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4476 | 2026-06-06T00:59:50.954Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4477 | 2026-06-06T00:59:50.954Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4478 | 2026-06-06T00:59:50.954Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4479 | 2026-06-06T00:59:50.954Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4480 | 2026-06-06T00:59:50.954Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4481 | 2026-06-06T00:59:51.782Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4482 | 2026-06-06T00:59:51.782Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4483 | 2026-06-06T00:59:53.111Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4484 | 2026-06-06T01:00:29.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s |
| 4485 | 2026-06-06T01:00:29.603Z | |
| 4486 | 2026-06-06T01:00:29.603Z | info: running `cargo check --bins` on omicron-pins (272/295) |
| 4487 | 2026-06-06T01:00:30.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4488 | 2026-06-06T01:00:30.139Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4489 | 2026-06-06T01:00:30.139Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4490 | 2026-06-06T01:00:30.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4491 | 2026-06-06T01:00:30.180Z | |
| 4492 | 2026-06-06T01:00:30.180Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (273/295) |
| 4493 | 2026-06-06T01:00:30.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4494 | 2026-06-06T01:00:30.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4495 | 2026-06-06T01:00:30.971Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4496 | 2026-06-06T01:00:31.097Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4497 | 2026-06-06T01:00:31.112Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4498 | 2026-06-06T01:00:56.921Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4499 | 2026-06-06T01:00:57.316Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4500 | 2026-06-06T01:00:59.050Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4501 | 2026-06-06T01:00:59.520Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4502 | 2026-06-06T01:01:02.468Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4503 | 2026-06-06T01:01:25.526Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4504 | 2026-06-06T01:01:26.248Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4505 | 2026-06-06T01:01:27.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.73s |
| 4506 | 2026-06-06T01:01:28.117Z | |
| 4507 | 2026-06-06T01:01:28.117Z | info: running `cargo check --bins` on reconfigurator-sp-updater (274/295) |
| 4508 | 2026-06-06T01:01:28.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4509 | 2026-06-06T01:01:28.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4510 | 2026-06-06T01:01:28.844Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4511 | 2026-06-06T01:01:29.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 4512 | 2026-06-06T01:01:29.734Z | |
| 4513 | 2026-06-06T01:01:29.734Z | info: running `cargo check --bins` on omicron-releng (275/295) |
| 4514 | 2026-06-06T01:01:30.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4515 | 2026-06-06T01:01:30.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4516 | 2026-06-06T01:01:30.399Z | Compiling blake3 v1.8.3 |
| 4517 | 2026-06-06T01:01:30.510Z | Checking constant_time_eq v0.4.2 |
| 4518 | 2026-06-06T01:01:30.518Z | Checking arrayvec v0.7.6 |
| 4519 | 2026-06-06T01:01:30.518Z | Checking arrayref v0.3.9 |
| 4520 | 2026-06-06T01:01:30.530Z | Checking topological-sort v0.2.2 |
| 4521 | 2026-06-06T01:01:30.534Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4522 | 2026-06-06T01:01:30.534Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4523 | 2026-06-06T01:01:30.534Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4524 | 2026-06-06T01:01:30.585Z | Checking shell-words v1.1.1 |
| 4525 | 2026-06-06T01:01:31.326Z | Checking omicron-zone-package v0.12.2 |
| 4526 | 2026-06-06T01:01:32.066Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4527 | 2026-06-06T01:01:32.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s |
| 4528 | 2026-06-06T01:01:33.126Z | |
| 4529 | 2026-06-06T01:01:33.126Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (276/295) |
| 4530 | 2026-06-06T01:01:33.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4531 | 2026-06-06T01:01:33.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4532 | 2026-06-06T01:01:33.775Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4533 | 2026-06-06T01:01:34.099Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4534 | 2026-06-06T01:01:34.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
| 4535 | 2026-06-06T01:01:34.694Z | |
| 4536 | 2026-06-06T01:01:34.694Z | info: running `cargo check --bins` on schema (277/295) |
| 4537 | 2026-06-06T01:01:35.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4538 | 2026-06-06T01:01:35.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4539 | 2026-06-06T01:01:35.432Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4540 | 2026-06-06T01:01:36.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
| 4541 | 2026-06-06T01:01:36.353Z | |
| 4542 | 2026-06-06T01:01:36.354Z | info: running `cargo check --bins` on xtask (278/295) |
| 4543 | 2026-06-06T01:01:36.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4544 | 2026-06-06T01:01:36.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4545 | 2026-06-06T01:01:36.807Z | Checking libc v0.2.185 |
| 4546 | 2026-06-06T01:01:36.810Z | Checking serde v1.0.228 |
| 4547 | 2026-06-06T01:01:36.894Z | Checking zerofrom v0.1.6 |
| 4548 | 2026-06-06T01:01:36.897Z | Checking bitflags v2.11.0 |
| 4549 | 2026-06-06T01:01:36.905Z | Checking smallvec v1.15.1 |
| 4550 | 2026-06-06T01:01:36.911Z | Checking indexmap v2.14.0 |
| 4551 | 2026-06-06T01:01:36.921Z | Checking serde_json v1.0.149 |
| 4552 | 2026-06-06T01:01:36.924Z | Checking num-traits v0.2.19 |
| 4553 | 2026-06-06T01:01:36.995Z | Checking yoke v0.8.1 |
| 4554 | 2026-06-06T01:01:37.043Z | Checking scroll v0.12.0 |
| 4555 | 2026-06-06T01:01:37.083Z | Checking thiserror v1.0.69 |
| 4556 | 2026-06-06T01:01:37.164Z | Checking zerovec v0.11.5 |
| 4557 | 2026-06-06T01:01:37.181Z | Checking zerotrie v0.2.3 |
| 4558 | 2026-06-06T01:01:37.184Z | Checking errno v0.3.14 |
| 4559 | 2026-06-06T01:01:37.272Z | Checking log v0.4.29 |
| 4560 | 2026-06-06T01:01:37.283Z | Checking serde_spanned v0.6.9 |
| 4561 | 2026-06-06T01:01:37.308Z | Checking rustix v1.1.3 |
| 4562 | 2026-06-06T01:01:37.405Z | Checking toml_datetime v0.6.11 |
| 4563 | 2026-06-06T01:01:37.421Z | Checking percent-encoding v2.3.2 |
| 4564 | 2026-06-06T01:01:37.424Z | Checking zerocopy v0.7.35 |
| 4565 | 2026-06-06T01:01:37.446Z | Checking goblin v0.8.2 |
| 4566 | 2026-06-06T01:01:37.458Z | Checking ordered-float v2.10.1 |
| 4567 | 2026-06-06T01:01:37.526Z | Checking getrandom v0.4.1 |
| 4568 | 2026-06-06T01:01:37.561Z | Checking form_urlencoded v1.2.2 |
| 4569 | 2026-06-06T01:01:37.588Z | Checking toml_edit v0.22.27 |
| 4570 | 2026-06-06T01:01:37.599Z | Checking tinystr v0.8.2 |
| 4571 | 2026-06-06T01:01:37.658Z | Checking potential_utf v0.1.4 |
| 4572 | 2026-06-06T01:01:37.681Z | Checking serde-value v0.7.0 |
| 4573 | 2026-06-06T01:01:37.692Z | Checking thiserror v2.0.18 |
| 4574 | 2026-06-06T01:01:37.775Z | Checking icu_locale_core v2.1.1 |
| 4575 | 2026-06-06T01:01:37.790Z | Checking syn v2.0.117 |
| 4576 | 2026-06-06T01:01:37.793Z | Checking icu_collections v2.1.1 |
| 4577 | 2026-06-06T01:01:37.883Z | Checking dtrace-parser v0.2.0 |
| 4578 | 2026-06-06T01:01:37.916Z | Checking thread-id v4.2.2 |
| 4579 | 2026-06-06T01:01:37.997Z | Checking once_cell v1.21.3 |
| 4580 | 2026-06-06T01:01:38.115Z | Checking cargo-platform v0.2.0 |
| 4581 | 2026-06-06T01:01:38.115Z | Checking memmap v0.7.0 |
| 4582 | 2026-06-06T01:01:38.118Z | Checking terminal_size v0.4.3 |
| 4583 | 2026-06-06T01:01:38.175Z | Checking tempfile v3.25.0 |
| 4584 | 2026-06-06T01:01:38.260Z | Checking clap_builder v4.5.60 |
| 4585 | 2026-06-06T01:01:38.281Z | Checking textwrap v0.16.2 |
| 4586 | 2026-06-06T01:01:38.318Z | Checking fs-err v3.3.0 |
| 4587 | 2026-06-06T01:01:38.337Z | Checking icu_provider v2.1.1 |
| 4588 | 2026-06-06T01:01:38.369Z | Checking camino-tempfile v1.4.1 |
| 4589 | 2026-06-06T01:01:38.492Z | Checking tabled v0.15.0 |
| 4590 | 2026-06-06T01:01:38.495Z | Checking anyhow v1.0.102 |
| 4591 | 2026-06-06T01:01:38.525Z | Checking macaddr v1.0.1 |
| 4592 | 2026-06-06T01:01:38.578Z | Checking icu_properties v2.1.2 |
| 4593 | 2026-06-06T01:01:38.682Z | Checking icu_normalizer v2.1.1 |
| 4594 | 2026-06-06T01:01:38.698Z | Checking toml v0.8.23 |
| 4595 | 2026-06-06T01:01:38.709Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4596 | 2026-06-06T01:01:39.013Z | Checking cargo_toml v0.21.0 |
| 4597 | 2026-06-06T01:01:39.338Z | Checking dof v0.3.0 |
| 4598 | 2026-06-06T01:01:39.388Z | Checking idna_adapter v1.2.1 |
| 4599 | 2026-06-06T01:01:39.464Z | Checking clap v4.5.60 |
| 4600 | 2026-06-06T01:01:39.515Z | Checking idna v1.1.0 |
| 4601 | 2026-06-06T01:01:39.616Z | Checking usdt-impl v0.5.0 |
| 4602 | 2026-06-06T01:01:39.751Z | Checking url v2.5.8 |
| 4603 | 2026-06-06T01:01:39.876Z | Checking usdt v0.5.0 |
| 4604 | 2026-06-06T01:01:40.089Z | Checking cargo-util-schemas v0.8.2 |
| 4605 | 2026-06-06T01:01:40.777Z | Checking cargo_metadata v0.21.0 |
| 4606 | 2026-06-06T01:01:41.397Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4607 | 2026-06-06T01:01:41.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.46s |
| 4608 | 2026-06-06T01:01:41.942Z | |
| 4609 | 2026-06-06T01:01:41.942Z | info: running `cargo check --bins` on dnsadm (279/295) |
| 4610 | 2026-06-06T01:01:42.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4611 | 2026-06-06T01:01:42.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4612 | 2026-06-06T01:01:42.586Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 4613 | 2026-06-06T01:01:43.070Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4614 | 2026-06-06T01:01:43.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s |
| 4615 | 2026-06-06T01:01:43.655Z | |
| 4616 | 2026-06-06T01:01:43.655Z | info: running `cargo check --bins` on end-to-end-tests (280/295) |
| 4617 | 2026-06-06T01:01:44.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4618 | 2026-06-06T01:01:44.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4619 | 2026-06-06T01:01:44.461Z | Checking polyval v0.6.2 |
| 4620 | 2026-06-06T01:01:44.589Z | Checking ctr v0.9.2 |
| 4621 | 2026-06-06T01:01:44.599Z | Checking ssh-encoding v0.2.0 |
| 4622 | 2026-06-06T01:01:44.599Z | Checking blowfish v0.9.1 |
| 4623 | 2026-06-06T01:01:44.623Z | Checking password-hash v0.4.2 |
| 4624 | 2026-06-06T01:01:44.635Z | Checking p256 v0.13.2 |
| 4625 | 2026-06-06T01:01:44.635Z | Checking p521 v0.13.3 |
| 4626 | 2026-06-06T01:01:44.683Z | Checking russh-cryptovec v0.7.3 |
| 4627 | 2026-06-06T01:01:44.735Z | Checking ghash v0.5.1 |
| 4628 | 2026-06-06T01:01:44.748Z | Checking bcrypt-pbkdf v0.10.0 |
| 4629 | 2026-06-06T01:01:44.748Z | Checking md5 v0.7.0 |
| 4630 | 2026-06-06T01:01:44.814Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4631 | 2026-06-06T01:01:44.835Z | Checking num-bigint v0.4.6 |
| 4632 | 2026-06-06T01:01:44.851Z | Checking pbkdf2 v0.11.0 |
| 4633 | 2026-06-06T01:01:44.882Z | Checking aes-gcm v0.10.3 |
| 4634 | 2026-06-06T01:01:44.897Z | Checking des v0.8.1 |
| 4635 | 2026-06-06T01:01:44.939Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4636 | 2026-06-06T01:01:44.965Z | Checking hex-literal v0.4.1 |
| 4637 | 2026-06-06T01:01:45.016Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4638 | 2026-06-06T01:01:45.031Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4639 | 2026-06-06T01:01:45.045Z | Checking ssh-cipher v0.2.0 |
| 4640 | 2026-06-06T01:01:45.059Z | Checking socket2 v0.5.10 |
| 4641 | 2026-06-06T01:01:45.073Z | Checking internet-checksum v0.2.1 |
| 4642 | 2026-06-06T01:01:45.213Z | Checking ssh-key v0.6.7 |
| 4643 | 2026-06-06T01:01:45.335Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4644 | 2026-06-06T01:01:45.860Z | Checking russh-keys v0.45.0 |
| 4645 | 2026-06-06T01:01:46.411Z | Checking russh v0.45.0 |
| 4646 | 2026-06-06T01:02:02.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.09s |
| 4647 | 2026-06-06T01:02:02.958Z | |
| 4648 | 2026-06-06T01:02:02.958Z | info: running `cargo check --bins` on gateway-cli (281/295) |
| 4649 | 2026-06-06T01:02:03.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4650 | 2026-06-06T01:02:03.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4651 | 2026-06-06T01:02:03.606Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4652 | 2026-06-06T01:02:03.717Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4653 | 2026-06-06T01:02:03.726Z | Checking termios v0.3.3 |
| 4654 | 2026-06-06T01:02:04.921Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4655 | 2026-06-06T01:02:05.072Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4656 | 2026-06-06T01:02:06.859Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4657 | 2026-06-06T01:02:07.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.47s |
| 4658 | 2026-06-06T01:02:07.619Z | |
| 4659 | 2026-06-06T01:02:07.619Z | info: running `cargo check --bins --no-default-features` on installinator (282/295) |
| 4660 | 2026-06-06T01:02:08.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4661 | 2026-06-06T01:02:08.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4662 | 2026-06-06T01:02:08.335Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4663 | 2026-06-06T01:02:08.338Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4664 | 2026-06-06T01:02:08.460Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4665 | 2026-06-06T01:02:08.463Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4666 | 2026-06-06T01:02:08.474Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4667 | 2026-06-06T01:02:08.483Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4668 | 2026-06-06T01:02:09.197Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4669 | 2026-06-06T01:02:09.551Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4670 | 2026-06-06T01:02:09.554Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4671 | 2026-06-06T01:02:10.191Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4672 | 2026-06-06T01:02:11.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s |
| 4673 | 2026-06-06T01:02:12.037Z | |
| 4674 | 2026-06-06T01:02:12.037Z | info: running `cargo check --bins` on internal-dns-cli (283/295) |
| 4675 | 2026-06-06T01:02:12.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4676 | 2026-06-06T01:02:12.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4677 | 2026-06-06T01:02:12.683Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4678 | 2026-06-06T01:02:13.141Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4679 | 2026-06-06T01:02:13.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
| 4680 | 2026-06-06T01:02:13.650Z | |
| 4681 | 2026-06-06T01:02:13.650Z | info: running `cargo check --bins` on omicron-live-tests (284/295) |
| 4682 | 2026-06-06T01:02:14.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4683 | 2026-06-06T01:02:14.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4684 | 2026-06-06T01:02:14.159Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4685 | 2026-06-06T01:02:14.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4686 | 2026-06-06T01:02:14.248Z | |
| 4687 | 2026-06-06T01:02:14.248Z | info: running `cargo check --bins` on live-tests-macros (285/295) |
| 4688 | 2026-06-06T01:02:14.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4689 | 2026-06-06T01:02:14.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4690 | 2026-06-06T01:02:14.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4691 | 2026-06-06T01:02:14.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4692 | 2026-06-06T01:02:14.846Z | |
| 4693 | 2026-06-06T01:02:14.846Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (286/295) |
| 4694 | 2026-06-06T01:02:15.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4695 | 2026-06-06T01:02:15.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4696 | 2026-06-06T01:02:15.609Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4697 | 2026-06-06T01:02:16.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
| 4698 | 2026-06-06T01:02:16.417Z | |
| 4699 | 2026-06-06T01:02:16.418Z | info: running `cargo check --bins` on omicron-ntp-admin (287/295) |
| 4700 | 2026-06-06T01:02:16.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4701 | 2026-06-06T01:02:16.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4702 | 2026-06-06T01:02:17.082Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4703 | 2026-06-06T01:02:17.085Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4704 | 2026-06-06T01:02:17.365Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4705 | 2026-06-06T01:02:17.365Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4706 | 2026-06-06T01:02:18.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s |
| 4707 | 2026-06-06T01:02:18.369Z | |
| 4708 | 2026-06-06T01:02:18.369Z | info: running `cargo check --bins` on ntp-admin-types (288/295) |
| 4709 | 2026-06-06T01:02:18.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4710 | 2026-06-06T01:02:18.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4711 | 2026-06-06T01:02:18.879Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4712 | 2026-06-06T01:02:18.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4713 | 2026-06-06T01:02:18.968Z | |
| 4714 | 2026-06-06T01:02:18.968Z | info: running `cargo check --bins` on omicron-package (289/295) |
| 4715 | 2026-06-06T01:02:19.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4716 | 2026-06-06T01:02:19.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4717 | 2026-06-06T01:02:19.662Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4718 | 2026-06-06T01:02:20.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s |
| 4719 | 2026-06-06T01:02:20.943Z | |
| 4720 | 2026-06-06T01:02:20.943Z | info: running `cargo check --bins` on tqdb (290/295) |
| 4721 | 2026-06-06T01:02:21.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4722 | 2026-06-06T01:02:21.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4723 | 2026-06-06T01:02:21.736Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4724 | 2026-06-06T01:02:22.094Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4725 | 2026-06-06T01:02:22.620Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4726 | 2026-06-06T01:02:22.624Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4727 | 2026-06-06T01:02:28.573Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4728 | 2026-06-06T01:02:28.576Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4729 | 2026-06-06T01:02:29.149Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4730 | 2026-06-06T01:02:29.149Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4731 | 2026-06-06T01:02:29.152Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4732 | 2026-06-06T01:02:29.152Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4733 | 2026-06-06T01:02:29.930Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4734 | 2026-06-06T01:02:30.913Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4735 | 2026-06-06T01:02:31.690Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4736 | 2026-06-06T01:02:32.304Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4737 | 2026-06-06T01:02:36.597Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4738 | 2026-06-06T01:02:42.998Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4739 | 2026-06-06T01:02:43.001Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4740 | 2026-06-06T01:02:43.001Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4741 | 2026-06-06T01:02:43.001Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4742 | 2026-06-06T01:02:46.372Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4743 | 2026-06-06T01:02:46.401Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4744 | 2026-06-06T01:02:46.569Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4745 | 2026-06-06T01:02:47.748Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4746 | 2026-06-06T01:02:48.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.35s |
| 4747 | 2026-06-06T01:02:48.529Z | |
| 4748 | 2026-06-06T01:02:48.529Z | info: running `cargo check --bins` on wicket-dbg (291/295) |
| 4749 | 2026-06-06T01:02:49.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4750 | 2026-06-06T01:02:49.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4751 | 2026-06-06T01:02:49.236Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4752 | 2026-06-06T01:02:49.240Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4753 | 2026-06-06T01:02:49.240Z | Checking rtoolbox v0.0.3 |
| 4754 | 2026-06-06T01:02:49.379Z | Checking tui-tree-widget v0.23.1 |
| 4755 | 2026-06-06T01:02:49.465Z | Checking rpassword v7.4.0 |
| 4756 | 2026-06-06T01:02:50.488Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4757 | 2026-06-06T01:02:53.555Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4758 | 2026-06-06T01:02:55.392Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4759 | 2026-06-06T01:02:56.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.77s |
| 4760 | 2026-06-06T01:02:56.498Z | |
| 4761 | 2026-06-06T01:02:56.498Z | info: running `cargo check --bins` on wicket (292/295) |
| 4762 | 2026-06-06T01:02:57.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4763 | 2026-06-06T01:02:57.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4764 | 2026-06-06T01:02:57.214Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4765 | 2026-06-06T01:02:57.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 4766 | 2026-06-06T01:02:57.752Z | |
| 4767 | 2026-06-06T01:02:57.752Z | info: running `cargo check --bins` on wicketd (293/295) |
| 4768 | 2026-06-06T01:02:58.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4769 | 2026-06-06T01:02:58.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4770 | 2026-06-06T01:02:58.472Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4771 | 2026-06-06T01:02:58.472Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4772 | 2026-06-06T01:02:58.472Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4773 | 2026-06-06T01:02:58.478Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4774 | 2026-06-06T01:02:59.474Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4775 | 2026-06-06T01:03:00.048Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4776 | 2026-06-06T01:03:03.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.25s |
| 4777 | 2026-06-06T01:03:03.218Z | |
| 4778 | 2026-06-06T01:03:03.218Z | info: running `cargo check --bins` on omicron-workspace-hack (294/295) |
| 4779 | 2026-06-06T01:03:03.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4780 | 2026-06-06T01:03:03.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4781 | 2026-06-06T01:03:03.728Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4782 | 2026-06-06T01:03:03.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4783 | 2026-06-06T01:03:03.799Z | |
| 4784 | 2026-06-06T01:03:03.799Z | info: running `cargo check --bins` on zone-setup (295/295) |
| 4785 | 2026-06-06T01:03:04.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4786 | 2026-06-06T01:03:04.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4787 | 2026-06-06T01:03:04.473Z | Checking uzers v0.12.2 |
| 4788 | 2026-06-06T01:03:04.747Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4789 | 2026-06-06T01:03:05.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s |
| 4790 | 2026-06-06T01:03:05.725Z | |
| 4791 | 2026-06-06T01:03:05.725Z | real 14:08.400132005 |
| 4792 | 2026-06-06T01:03:05.725Z | user 21:09.890855905 |
| 4793 | 2026-06-06T01:03:05.725Z | sys 4:23.400802168 |
| 4794 | 2026-06-06T01:03:05.725Z | trap 0.329233470 |
| 4795 | 2026-06-06T01:03:05.725Z | tflt 0.696532861 |
| 4796 | 2026-06-06T01:03:05.725Z | dflt 1.271757929 |
| 4797 | 2026-06-06T01:03:05.725Z | kflt 0.005353626 |
| 4798 | 2026-06-06T01:03:05.725Z | lock 1:18:47.029518323 |
| 4799 | 2026-06-06T01:03:05.725Z | slp 1:41:26.558449413 |
| 4800 | 2026-06-06T01:03:05.725Z | lat 1:02.230161685 |
| 4801 | 2026-06-06T01:03:05.725Z | stop 3:52.062257184 |
| 4802 | 2026-06-06T01:03:05.748Z | process exited: duration 985787 ms, exit code 0 |
| |
| 4803 | 2026-06-06T01:03:05.758Z | found 0 output files |